/*@import url('../../fonts/fonts.css');*/

/*FONT*/
@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('https://a.dream.co.id/css/font/opensans-condbold-webfont.eot');
    src: url('https://a.dream.co.id/css/font/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://a.dream.co.id/css/font/opensans-condbold-webfont.woff') format('woff'),
         url('https://a.dream.co.id/css/font/opensans-condbold-webfont.ttf') format('truetype'),
         url('https://a.dream.co.id/css/font/opensans-condbold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('https://a.dream.co.id/css/font/OpenSans-Regular-webfont.eot');
    src: url('https://a.dream.co.id/css/font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://a.dream.co.id/css/font/OpenSans-Regular-webfont.woff') format('woff'),
         url('https://a.dream.co.id/css/font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('https://a.dream.co.id/css/font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald';
    src: url('https://a.dream.co.id/css/font/Oswald-Regular-webfont.eot');
    src: url('https://a.dream.co.id/css/font/Oswald-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://a.dream.co.id/css/font/Oswald-Regular-webfont.woff') format('woff'),
         url('https://a.dream.co.id/css/font/Oswald-Regular-webfont.ttf') format('truetype'),
         url('https://a.dream.co.id/css/font/Oswald-Regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Oswald_Light';
    src: url('https://a.dream.co.id/css/font/Oswald-light-webfont.eot');
    src: url('https://a.dream.co.id/css/font/Oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://a.dream.co.id/css/font/Oswald-light-webfont.woff') format('woff'),
         url('https://a.dream.co.id/css/font/Oswald-light-webfont.ttf') format('truetype'),
         url('https://a.dream.co.id/css/font/Oswald-light-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansLight';
    src: url('https://a.dream.co.id/css/font/OpenSans-Light-webfont.eot');
    src: url('https://a.dream.co.id/css/font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://a.dream.co.id/css/font/OpenSans-Light-webfont.woff') format('woff'),
         url('https://a.dream.co.id/css/font/OpenSans-Light-webfont.ttf') format('truetype'),
         url('https://a.dream.co.id/css/font/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('https://a.dream.co.id/css/font/OpenSans-Semibold-webfont.eot');
    src: url('https://a.dream.co.id/css/font/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://a.dream.co.id/css/font/OpenSans-Semibold-webfont.woff') format('woff'),
         url('https://a.dream.co.id/css/font/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('https://a.dream.co.id/css/font/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*END FONT*/

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

img.pull-left{
    width:88px;
    height:88px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}
img{
	border:0;
	vertical-align:middle;
}
body{
	margin:0;
	padding:0;
	font-family: 'Oswald';
	background:#F1F1F1;
}
.drm-container{
	width:996px;
	margin:0 auto;
}

/*header*/
.drm-header{
	background:#FFFFFF;
	padding-top:25px;
	padding-bottom:25px;
}

.logo-dream{
    margin-left:13px;
}

.drm-header-r {
    margin-right: 8px;
}

.drm-header-r ul.drm-menu-top{
	margin:0;
	padding:0;
	display:block;
}
.drm-header-r ul.drm-menu-top > li{
	list-style:none;
	display:inline-block;
}
.drm-header-r ul.drm-menu-top > li a{
	display:block;
	padding:5px;
	color:#898989;
	font-size:12px;
	text-decoration:none;
}
.drm-header-r .drm-akses{
	margin: 10px 0 0 105px;
	padding:0;
	display:block;
	background:#EBEBEB;
	height: 40px;
	overflow: hidden;
	width: 310px;
    float:left;
    margin-right:5px;
}
.drm-header-r .drm-akses .search-box{
	padding:0;
}
.drm-header-r .drm-akses .search-box input.search{
	background:#ebebeb;
	border:0;
	font-family: 'Oswald';
	color:#636363;
	padding:8px 10px;
	font-size:14px;
	float:left;
	width: 249px; 
}
.drm-header-r .drm-akses .search-box .btn-search {
    float: right;
    padding: 6px;
    display: inline-block;
    border: none;
    background: #EBEBEB;
    cursor: pointer;
}
input:focus {outline:none;}

/*menu-fixed*/
.drm-menu-fixed{
    background:#FFF;
}

.drm-menu-fixed.fixed{
    position: fixed;
    top: 0;
	left: 0;
	right: 0;
	z-index:4;
}
.drm-menu-fixed.fixed .drm-header-fixed{
	display:block;
}
.drm-header-fixed{
	background:#FFF;
	display:none;
	transition:all 0.5s ease;
}
.drm-header-fixed .logo-dream {
	height: 45px;
	overflow: hidden;
	margin:10px 15px;
}
.drm-header-fixed .logo-dream  img{
	width: 198px;
}
/*end header*/


/*menu utama*/
.drm-menu-utama{
	background:#F1F1F1;
}
.drm-menu-utama ul.menu-list-utama{
	margin:0;
	padding:0;
}
.drm-menu-utama ul.menu-list-utama > li{
	float:left;
	list-style:none;
	text-align:center;
}
.drm-menu-utama ul.menu-list-utama > li a{
	display:block;
	color:#FFF;
	text-decoration:none;
	font-size: 18px;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	width:70px;
}
.drm-menu-utama ul.menu-list-utama > li.travel a {
    background:#833375;
}
.drm-menu-utama ul.menu-list-utama > li.news a{
	background:#F86060;
}
.drm-menu-utama ul.menu-list-utama > li.dinar a{
	background:#FCCC53;
}
.drm-menu-utama ul.menu-list-utama > li.lifestyle a{
	background:#ECBA85;
	width: 97px;
}
.drm-menu-utama ul.menu-list-utama > li.health a, .drm-menu-utama ul.menu-list-utama > li.fresh a{
	background:#89D465;
	width: 70px;
}
.drm-menu-utama ul.menu-list-utama > li.orbit a{
	background:#44B6CC;
}
.drm-menu-utama ul.menu-list-utama > li.your-story a{
	background:#466FC7;
	width: 113px;
}
.drm-menu-utama ul.menu-list-utama > li.jejak a{
	background:#9A67D1;
}
.drm-menu-utama ul.menu-list-utama > li.komunitas a, .drm-menu-utama ul.menu-list-utama > li.community a{
	background:#FFA0CA;
	width: 110px;
}
.drm-menu-utama ul.menu-list-utama > li.foto a, .drm-menu-utama ul.menu-list-utama > li.photo a{
	background:#F5408F;
}
.drm-menu-utama ul.menu-list-utama > li.video a{
	background:#E4C472;
}
.drm-menu-utama ul.menu-list-utama > li.wawancara a,.drm-menu-utama ul.menu-list-utama > li.kuliner a,.drm-menu-utama ul.menu-list-utama > li.culinary a{
	background:#B6644A;
	width: 93px;
}
.drm-menu-utama ul.menu-list-utama > li.showbiz a {
    background: #9A67D1;
    width: 92px;
}

.drm-menu-utama ul.menu-list-utama > li a:hover, .drm-menu-utama ul.menu-list-utama > li a.active{
	background:#F1F1F1;
    color:#6A758D;
}
/*end menu utama*/



/*footer*/
.drm-footer .drm-footer-content .drm-logo-footer{
	margin:15px;
}
.drm-footer .drm-footer-content .drm-logo-footer img{
	width: 198px;
}
.drm-footer .drm-footer-content ul.drm-menu-footer{
	margin:0 15px;
	padding:0;
	margin-top:25px;
	display:block;
}
.drm-footer .drm-footer-content ul.drm-menu-footer > li{
	list-style:none;
	float:left;
}
.drm-footer .drm-footer-content ul.drm-menu-footer > li a{
	display:block;
	padding:5px;
	color:#aaaaaa;
	font-size:13px;
	text-decoration:none;
}
.drm-copyright{
	background:#CBCBCB;
	padding:15px 0;
}
.drm-copyright span{
	font-size:14px;
	color:#000;
	background:#CBCBCB;
	display:inline-block;
	width:auto;
	padding:5px;
}
/*end footer*/


/*artikel-body*/	
.drm-artikel-content{
	width:1026px;
	padding:20px 0;
	margin:0 auto;
    padding-bottom:40px;
}
.drm-artikel{
	width:310px;
	border:1px solid #E9E9E9;
	background:#FFF;
	margin-right:30px;
	margin-bottom:20px;
	float:left;
}
.drm-artikel.drm-banner{
	background:none;
	border:0;
	width:312px;
}
.drm-artikel.drm-banner-x{
	background:none;
	border:0;
	width:312px;
    height:262px;
}

.drm-artikel.drm-banner-marcomm{
	background:none;
	border:0;
	width:312px;
    height:102px;
}

.banner-lb{
    display:inline-block;
	margin: 0px;text-align: center;width: 100%;
}

.banner-sc{
	margin-bottom:20px;
	border:6px solid #fff;
}
.banner-sc2{
	border:6px solid #fff;
}
.drm-artikel a{
	text-decoration:none;
}
.drm-artikel .drm-img-box{
	position:relative;
	width:100%;
	height:100%;
}
.drm-video-medium{
	position:absolute;
	top:50%;
	left:0;
	background:url(https://cdns.klimg.com/dream.co.id/resources/assets/img/play-icon.png) no-repeat;
	right:0;
	margin:0 auto;
	width:130px;
	height:130px;
	margin-top:-65px;
}
.drm-artikel .drm-img-box img{
    width:100%;
}

.drm-foto-box .drm-img-box{
    background: #000;
}

.drm-foto-box .drm-img-box a:hover{
	opacity:0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.8;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8;
	background:#000;
}

.drm-artikel .drm-img-box .drm-title-berita{
	position:absolute;
	top:0;
	left:0;
	font-size:13px;
	color:#FFF;
	display:inline-block;
	padding:5px 10px;
}
.drm-artikel .drm-deskrip-artikel{
	padding:15px;
}
.drm-artikel .drm-deskrip-artikel h2{
	max-height: 63px;
	overflow: hidden;
	line-height: 1.3em;
	color:#000;
	margin:0;
	font-size:18px;
	font-weight:normal;
}

.drm-artikel .drm-deskrip-artikel h2:hover{
	color:#008da7;
}

.drm-artikel .drm-deskrip-artikel .drm-date-artikel{
	color:#999999;
	font-family: 'open_sansregular';
	font-size:12px;
	margin:10px 0;
	display:block;
    padding:0;
}
.drm-artikel .drm-deskrip-artikel p{
	margin:0;
	font-family: 'open_sansregular';
	font-size:14px;
}
.drm-artikel ul.drm-list-foto{
	margin:0;
	padding:0;
	margin-top:20px;
}
.drm-artikel ul.drm-list-foto > li{
	list-style:none;
	float:left;
	margin-right:8px;
}
.drm-artikel ul.drm-list-foto > li a{
	display:inline-block;
}
.drm-artikel ul.drm-list-foto > li:first-child + li + li{
	border:0;
	margin-right:0;
}
/*background*/
.bg-news-report{
    background:#DF013A;
}
.bg-news{
	background:#F86060;
}
.bg-foto,.bg-photo{
	background:#F5408F;
}
.bg-lifestyle{
	background:#ECBA85;
}
.bg-komunitas,.bg-community{
	background:#FFA0CA;
}
.bg-your-story{
	background:#466FC7;
}
.bg-jejak{
	background:#9A67D1;
}
.bg-wawancara,.bg-kuliner,.bg-culinary{
	background:#B6644A;
}
.bg-dinar{
	background:#FCCC53;
}
.bg-video, .bg-video-hijab, .bg-video-islam{
	background:#E4C472;
}
.bg-health,.bg-fresh{
    background:#89D465;
}
.bg-orbit{
    background:#44B6CC;
}
/*end-background*/
.drm-artikel .drm-headlines{
	background:#39B1B0;
	padding:10px;
	padding-bottom: 0;
}
ul.drm-list-artikel{
	margin:0;
	padding:0;
}
ul.drm-list-artikel > li{
	list-style:none;
	display:block;
	height: 118px;
}
ul.drm-list-artikel > li a{
	text-decoration:none;
	display:inline-block;
	display:block;
	padding:0;
}
ul.drm-list-artikel > li .drm-descrip-list{
	margin-left:10px;
	width:182px;
	height: 88px;
	overflow:hidden;
}
ul.drm-list-artikel > li .drm-descrip-list p{
	margin:0;
	padding:0;
	color:#FFF;
	overflow: hidden;
	line-height: 22px;
	font-size:16px;
	color:#fff;
}
ul.drm-list-artikel > li .drm-box{
	border-top:1px solid #ccc;
	margin:0 15px;
	padding: 15px 0px;
}
ul.drm-list-artikel > li:first-child .drm-box{
	border:0;
}
ul.drm-list-artikel > li .drm-descrip-list .drm-date{
	color:#D5d4d4;
	font-size:12px;
    float:left;
}
ul.drm-list-artikel-most{
	padding: 0px;
}
ul.drm-list-artikel-most > li:hover{
	background:#e0efef;
}
ul.drm-list-artikel-most > li .drm-descrip-list p,
ul.drm-list-artikel-most > li:hover .drm-date{
	color:#555555;
}
.drm-whats-trending .drm-title-whats-trending{
    background: #C8457E;
    margin:0;
    padding:25px;
    text-align:center;
}
.drm-whats-trending ul.drm-list-artikel > li .drm-descrip-list{
	width: 166px;
}
.drm-whats-trending ul.drm-list-artikel > li .drm-descrip-list p{
    color: #555555;
}
.drm-whats-trending ul.drm-list-artikel > li:hover{
	background:#F1D7E3;
}
.drm-whats-trending ul.drm-list-artikel > li .drm-box{
	border-color:#CCCCCC;
}

.drm-whats-trending ul.drm-list-artikel > li .first{
	padding:0;
}

.drm-whats-trending ul.drm-list-artikel > li .drm-descrip-list .drm-date{
	color:#f7e3bd;
}

.drm-community-box{
	background:#E55E5E;
    border:8px solid #E55E5E;
}

.drm-title-community-box{
    text-align:center;
    padding:10px;
}

.drm-community-box ul.drm-list-artikel{
    background: #FFFFFF;
}

.drm-community-box ul.drm-list-artikel > li .drm-descrip-list{
	width: 166px;
    
}
.drm-community-box ul.drm-list-artikel > li:hover{
	background:#F4DDDD;
}
.drm-community-box ul.drm-list-artikel > li .drm-box{
	border-color: #97B8B9;
}

.drm-community-box ul.drm-list-artikel > li .first{
	padding:0;
}

.drm-community-box ul li img{
    border-radius: 50%;
}

.drm-community-box  p{
    color: #555555 !important;
    font-family: 'Oswald' !important;
    font-size:16px !important;
}

.drm-community-box h3{
    color:#000000;
    font-family: 'Oswald';
    font-size:23px;
    padding:0;
    margin: 0;
}
.drm-gallery-foto .drm-title{
    background: #4261A4;
    margin:0;
    padding:25px;
}
.drm-gallery-foto ul.drm-list-artikel > li .drm-descrip-list{
    width: 166px;
}
.drm-gallery-foto ul.drm-list-artikel > li:hover{
    background:#D4D8E3;
}
.drm-gallery-foto ul.drm-list-artikel > li .drm-box{
    border-color:#CCCCCC;
}
.drm-gallery-foto ul.drm-list-artikel > li .drm-descrip-list .drm-date{
    color:#18384e;
    font-size:11px;
}
.drm-gallery-foto ul.drm-list-artikel > li .drm-descrip-list p{
    font-size:16px;
    color: #555555;
}
.drm-title{
    margin:15px 0;
}
.drm-title-whats-trending{
    margin-top:15px;
}
.drm-whats-trending .drm-trending-read-more{
    padding: 12px 0;
    border-top: 1px solid #e6e2e1;
    text-align: center;
    font-family: 'Oswald';
    font-size: 16px;
    color: #ca467f;
}
.drm-whats-trending a:hover .drm-trending-read-more{
    background-color: #f1d7e3;
}
.most-content .most-content-read-more{
    padding: 12px 0;
    border-top: 1px solid #e6e2e1;
    text-align: center;
    font-family: 'Oswald';
    font-size: 16px;
    color: #417c82;
}
.most-content a:hover .most-content-read-more{
    background-color: #e0efef;
}
.drm-most-tab{
    margin:0;
}

.drm-most-tab .drm-title{
    background: #417d80;
    padding: 20px;
    margin: 0;
    border-top: 5px solid #FFFFFF;
    border-left: 5px solid #FFFFFF;
    border-right: 6px solid #FFFFFF
}

.drm-most-tab a{
	text-decoration:none;
}
.drm-most-tab ul.drm-most-title{
	margin:0;
	padding: 1px 5px 5px 5px;
}
.drm-most-tab ul.drm-most-title > li{
	float:left;
	width:33.1%;
	background:#417D80;
	list-style:none;
	text-align:center;
	border-left:1px solid #FFF;
	position:relative
}
.drm-most-tab ul.drm-most-title > li:after{
	position:absolute;
	border:0;
	left:50%;
	bottom:0;
	margin-bottom: -10px;
    margin-left: -10px;
	content:"";
}

.drm-most-tab ul.drm-most-title > li.active:after{
	position:absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 12px solid;
	border-top-color:#417D80;
	left:50%;
	bottom:0;
	margin-bottom: -10px;
    margin-left: -10px;
	content:"";
}


.drm-most-tab ul.drm-most-title > li.active,
.drm-most-tab ul.drm-most-title > li:hover{
	background:#829983;
}
.drm-most-tab ul.drm-most-title > li.active:after,
.drm-most-tab ul.drm-most-title > li:hover:after{
	border-top-color:#829983;
}
.drm-most-tab ul.drm-most-title > li:first-child{
	border:0;
}
.drm-most-tab ul.drm-most-title > li a{
	color:#A2ccce;
	padding:5px 0;
	display:block;
	font-size:17px;
}
.drm-most-tab ul.drm-most-title > li.active a,
.drm-most-tab ul.drm-most-title > li:hover a{
	color:#FFF;
}
.drm-artikel .drm-quotes{
	background:#B5DAA3;
	padding:20px;
}
.drm-artikel .drm-quotes h1,
.drm-artikel .drm-quotes h6{
	margin:0;
	color:#fff;
	font-weight: normal;
	line-height: 1.2em;
}

.drm-artikel .drm-quotes h1{
	font-size:30px;
	position:relative;
}
.drm-artikel .drm-quotes h6{
	font-size:16px;
	color:#76956B;
	margin-top:10px;
}

/*breadcrumb*/
ul.drm-breadcrumb{
	margin:0;
	padding: 10px 0;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}
ul.drm-breadcrumb > li{
	list-style:none;
	display:inline-block;
	color:#242424;
	font-size:12px;
	font-family: 'open_sansregular';
}
ul.drm-breadcrumb > li a{
	text-decoration:none;
	color:#242424;
}

.drm-artikel .drm-news-box a img{
    width:100%;
}


/**** Transitions ****/

.drm-infinite.masonry,
.drm-infinite.masonry .masonry-brick {
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
      -ms-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
}

.drm-infinite.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.drm-infinite.masonry  .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}


/* disable transitions on container */
.drm-infinite.infinite-scroll.masonry {
  -webkit-transition-property: none;
     -moz-transition-property: none;
      -ms-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
}


/* Infinite Scroll loader */
#infscr-loading {
    position: absolute;
    left: 40%;
    bottom: 0;
    z-index: 2;
    width: 160px;
    height: 20px;
    padding-top:20px;
    padding-bottom:20px;
}

/* tweet button */
.twitter-share-button {
    width: 85px !important;
}

.header-social {
    float:right;
    margin-top:2px;
}

.header-social span{
    display:inline-block;
    font-size:12px;
    color:#898989;
    font-family: 'Open Sans', sans-serif;
}

ul.list-social {
    margin: 0;
    padding: 0;
    margin-top: -2px;
}

ul.list-social > li{
    list-style:none;
    float:left;
    padding-right:6px;
}

ul.list-social > li:last-child {
    padding-right: 0px;
}

ul.list-social > li a {
    display: inline-block;
    width: 25px;
    height: 25px;
}

ul.list-social > li .fb-square {
    background: url(https://cdns.klimg.com/dream.co.id/resources/assets/img/fb-button-stay.png) no-repeat;
}

ul.list-social > li .tw-square {
    background: url(https://cdns.klimg.com/dream.co.id/resources/assets/img/tw-button-stay.png) no-repeat;
}

ul.list-social > li .gplus-square {
    background: url(https://cdns.klimg.com/dream.co.id/resources/assets/img/gplus-button-stay.png) no-repeat;
}

ul.list-social > li .fb-square:hover {
    background: url(https://cdns.klimg.com/dream.co.id/resources/assets/img/fb-button-hover.png) no-repeat;
}

ul.list-social > li .tw-square:hover {
    background: url(https://cdns.klimg.com/dream.co.id/resources/assets/img/tw-button-hover.png) no-repeat;
}

ul.list-social > li .gplus-square:hover {
    background: url(https://cdns.klimg.com/dream.co.id/resources/assets/img/gplus-button-hover.png) no-repeat;
}

ul.list-social > li .youtube-ico{
    background:url(https://a.dream.co.id/assets/img/dream_youtube_logo.png) no-repeat;
    background-position: 0px 0px;
}

ul.list-social > li .youtube-ico:hover{
    background: url(https://a.dream.co.id/assets/img/dream_youtube_logo.png);
    background-position: -35px 0px;
}

.drm-tag-belt{
    width: 996px;
    margin: 0 auto;
    margin-top:10px;
    background: #FFFFFF;
    height: 30px;
	overflow: hidden;
}

.drm-tag-belt ul{
    margin:0;
    padding:0;
    display:inline-block;
}

.drm-tag-belt ul li {
    list-style:none;
    float:left;
    font-family: 'open_sansregular';
}



.drm-tag-belt ul li:nth-child(2) a{
    padding-left: 40px;
}

.drm-tag-belt ul li a{
    color: #008da7;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px;
    height: 20px;
    display: block;
}

.drm-tag-belt ul li a:hover{
    background:#ddf0f4;
    color: #464646;
}

.drm-tag-belt ul li.tags a, .drm-tag-belt ul li.tags a:hover {
    font-size: 22px;
    padding:0 10px;
    background: #008da7;
    color: #FFFFFF;
    height:auto;
}

.drm-tag-box{
    font-family: 'open_sansregular';
}

.drm-tag-box a.title-head{
    background:#008da7;
    color:#FFFFFF;
    display:block;
    text-align:center;
    padding: 20px;
}

.drm-tag-box ul{
    margin:0;
    padding:0;
}

.drm-tag-box ul li{
    list-style:none;
}

.drm-tag-box span.number{
    font-size: 30px;
    color: #707070;
    font-weight: normal;
    margin-top: -10px;
    display: block;
    float: left;
    height: 40px;
    width: 40px;
}

.drm-tag-box ul li a{
    color: #008da7;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 10px 0px 15px;
    display: block;
    height: 35px;
    border-top: solid 1px #c7e6ec;
}

.drm-tag-box ul li a:hover{
    background:#ddf0f4;
    color: #464646;
}

/* KLN SOCIAL PLUGIN CUSTOM*/
#kln-follow-socmed div span.label_KL {
    padding-top:4px !important;
    padding-bottom:10px !important;
    background-color: #018ea9 !important;
}

#kln-follow-socmed div label.label_KL{
background: url("https://cdns.klimg.com/dream.co.id/resources/assets/img/arrow-follow.png") no-repeat right !important;
}

/*community*/
h4.title-community{
    font-size: 25px;
    color: #FFF;
    margin:0;
    padding:0;
    font-weight:normal;
    position:absolute;
    left:101px;
}

/*breaking news*/
.drm-breaking-news-bar{
    background:#FFFFFF;
    z-index:9999;
    padding-top:10px;
}

.drm-breaking-inside{
    left:0;
    right:0;
    margin:0 auto;
    width:996px;
    border-bottom: 1px solid #d7d7d7;
}
   
.drm-breaking-news-bar .title-breaking-news{
        float:left;
        background:#D43132;
        height:40px;
}
.drm-breaking-news-bar h1{
        font-family: 'Oswald';
        font-size: 20px;
        color: #FFFFFF;
        display: block;
        float: left;
        margin-top: 5px;
        font-weight:normal;
}

.drm-breaking-news-bar .drm-warn{
    background:url('https://cdns.klimg.com/dream.co.id/resources/assets/img/warning-icon.png');
    width:29px;
    height:29px;
    float:left;
    display:block;
    margin:5px 10px;
}

.drm-breaking-news-bar .drm-arr{
    background:url('https://cdns.klimg.com/dream.co.id/resources/assets/img/red-arrow.png');
    width:10px;
    height:17px;
    margin:12px 10px;
    float:left;
}

.drm-breaking-news-bar .drm-breaking-inside{
    background:#D43132;
}   

.drm-breaking-news-bar .breaking-news-content{
        overflow:hidden;
        background:#D43132;
}
.drm-breaking-news-bar .breaking-news-content a{
        display:table-cell;
        vertical-align:middle;
        height:40px;
        color:#FFF;
        font-size:18px;
        font-family:'Oswald_Light';
        text-decoration:none;
}

.drm-arr,.drm-breaking-inside{
    background:#D43132;
}
/*end breaking news*/

.list-channel-menu{margin:0;padding:0;text-align:center;background:#F1F1F1;}
.list-channel-menu > li{display:inline-block;list-style:none;transition:all 0.5s ease;}
.list-channel-menu > li a{display:block;font-size:14px;color:#000;padding: 6px 11px;text-decoration:none;}
.list-channel-menu > li:hover,.list-channel-menu > li.active{background:#F5655c;}
.list-channel-menu > li:hover a,.list-channel-menu > li.active a{color:#fff;}

.drm-container span.foot{
	background: #CCC;
	display: inline-block;
	width: 100%;
}

.drm-artikel-berita{
	position:relative;
}

.drm-artikel.drm-banner-x:first-child{
	margin-top:0;
}
.deskrip-artikel-detail .drm-artikel-berita .drm-dekrip-berita .share-box{
	margin:10px 0;
}
.drm-title-recomended{
	background:#8EC274;
	padding:10px;
}
.drm-list-box-recomended{
	margin:0;
	padding:0;
}
.drm-list-box-recomended > li{
	display:block;
	padding:15px;
}
.drm-list-box-recomended > li a{
	text-decoration:none;
}
.drm-list-box-recomended > li .img-box{
	display:block;
}
.drm-list-box-recomended > li .deskrip-recomended{
	padding:5px 0;
}
.drm-list-box-recomended > li .deskrip-recomended .link-recomended{
	margin-bottom:5px;
	font-family: 'Oswald';
	font-size:18px;
	color:#999;
	display: table;
}
.drm-list-box-recomended > li p{
	margin:0;
}
.drm-list-box-recomended span{
	font-size:12px;
	font-family:'open_sansregular';
	color:#999999;
}
.drm-list-box-recomended > li p a{
	font-family:'Oswald';
	font-size:18px;
	color:#000;
}

.drm-list-box-recomended > li img{
	width: 280px;
}


/*list-must-v2*/
.drm-artikel-berita .drm-dekrip-berita .drm-mustread-box .drm-list-must-v2 > li{
	margin-left: 26px;
	width: 190px;
}
.drm-artikel-berita .drm-dekrip-berita .drm-mustread-box .drm-list-must-v2 > li a{
	display:block;
}
.drm-artikel-berita .drm-dekrip-berita .drm-mustread-box .drm-list-must-v2 > li img{
	width:100%;
	height:auto;
}

#footer-stop{
	background: #000000;
}

.list-social a{ display:block !important; text-decoration:none; height:25px; width:25px; }

/*NEWSLETTER*/
.header-social{
	text-align:center;
}
ul.list-social > li .subscribe-ico{
	background:url(https://cdns.klimg.com/dream.co.id/resources/assets/img/button-subscribe-HOME.png) no-repeat;
	background-position:0 0px;
}
ul.list-social > li .subscribe-ico:hover{
	background:url(https://cdns.klimg.com/dream.co.id/resources/assets/img/button-subscribe-HOME.png) no-repeat;
	background-position:0 -31px;
}

/*popup*/
.hidden {
  	display: none !important;
}
.popup-overlay{
	position: fixed;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	transition: all 0.5s linear 0s;
	z-index: 200;
}
.popup-content{
	position: fixed;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	background: none repeat scroll 0% 0% transparent;
	bottom: auto;
	top: 50%;
	width: 480px;
	height: 330px;
	margin-top: -165px;
	z-index:220;
}
.popup-content .popup-area{
	display:table;
	height:100%;
	margin:0 auto;
}
.popup-content .popup-middle{
	display:table-cell;
	vertical-align:middle;
}
.subscribe-box{
	background:#fff;
	padding:50px 30px;
	position:relative;
}
.hidden {
  	display: none;
}
.visuallyhidden {
  	opacity: 0;
}
.subscribe-box .close-icon{
	position:absolute;
	right:0;
	top:0;
	margin-top:10px;
	margin-right:10px;
}
.subscribe-box .content-subscribe{
	margin: 25px 30px;
}
.subscribe-box .img-left{
	float:left;
	margin-right:10px;
	width: 129px;
	height: 104px;
}
.subscribe-box .deskri-r{
	overflow:hidden;
    width: 220px;
    float: left;
}
.subscribe-box .deskri-r h4{
	font-size:30px;
	color:#008da8;
	margin:0;
	font-weight:normal;
	line-height: 1em;
}
.subscribe-box .deskri-r p{
	margin:0;
	margin-top: 4px;
	line-height:1.4em;
	font-size:18px;
	color:#7d7d7d;
}
.form-subscribe *, 
.form-subscribe *:after, 
.form-subscribe *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.form-subscribe{
	margin:10px 0;
	margin-bottom:25px;
}
.form-subscribe .input-group{
	position:relative;
	border:1px solid #d7d7d7;
}
.form-subscribe .text-subscribe{
	width:80%;
	background:#EBEBEB;
	font-size:15px;
	color:#a1a1a1;
	font-family:Arial, Helvetica, sans-serif;
	border:0;
	float:left;
	height:40px;
	padding:10px;
}
.form-subscribe .btn-daftar{
	background:#008dA8;
	color:#fff;
	border:0;
	font-family:'Oswald';
	padding:0;
	width:20%;
	float:right;
	height:40px;
	font-size:18px;
}
.form-subscribe .notif{
	font-size:12px;
	color:#da4645;
	position:absolute;
	left:0;
	bottom:0;
	margin-bottom: -20px;
	font-family: Arial;
}
.form-subscribe-detail h6{
	font-size:16px;
	color:#7d7d7d;
	margin:0;
	font-weight:normal;
	margin:5px 0;
}
.form-subscribe-detail .text-subscribe{
	width:85%;
}
.form-subscribe-detail .btn-daftar{
	width:15%;
}

/* END OF NEWSLETTER*/

.list-social a{ text-decoration:none; }
.drm-wrapper {
    background-color: #f1f1f1;
    width: 996px;
    margin: auto;
}

/* NEW CHANNEL BAR */
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v11/R4a6fty3waPci7C44H8AjvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v11/tI4j516nok_GrVf4dhunkg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
.list-channel{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	background:#F9f9f9;
	font-family: 'Lato', sans-serif;
	height:40px;
	border-bottom:1px solid #dedede
}
.list-channel > li.not-channel{
	margin:0;
}
.list-channel > li{
	display:inline-block;
	margin: 0px 10px;
}
.list-channel > li .middle-channel{
	vertical-align:middle;
	height:40px;
	display:table-cell;
	padding: 0 8px;
	color:#333;
	font-size:11px;
	line-height:normal;
}
.list-channel > li a{
	position:relative;
	transition:all 0.5s ease;
}
.list-channel > li a:hover{
	color:#000;
}
.list-channel > li a:hover:after,
.list-channel > li.active a:after{
	background:#000;
	height:1px;
	left:0;
	right:0;
	bottom:-1px;
	width:100%;
	content:"";
	position:absolute
}
.list-channel > li.active a{
	font-weight:900;
}
.arrow-channel{
	margin-left:6px;
	margin-top:-2px;
}
.click-more.active .arrow-up,
.click-more .arrow-down{
	display:inline-block;
}
.click-more.active .arrow-down,
.click-more .arrow-up{
	display:none;
}
.click-more.active{
	color:#000;
}
.click-more.active:after{
	background:url(img/abu-soft.png) no-repeat;
	width:13px;
	height:6px;
	left:0;
	right:0;
	bottom:-1px;
	margin:0 auto;
	position:absolute;
	content:"";
	z-index:2;
}
.list-channel-more{
	background:#f2f2f2;
	display:none;
	border-bottom:1px solid #dedede
}
.list-channel-more > li{
	margin:0;
    padding: 0 6px;
}
.list-channel {
    margin:0 auto;
    width: 996px !important;
    border-top:1px solid #dedede !important;
    border-bottom:0px solid #dedede !important;
}
.list-channel-more{
    width: auto !important;
    border-top:1px solid #dedede !important;
}
.list-channel-section{
    border-bottom: 1px solid #dedede !important;
    background: #F9f9f9 !important;
}

/* END OF NEW CHANNEL BAR */


/* CUSTOM IPAD - fixed right blank space on ipad*/
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
    html,
    body{
        width:100%;
        overflow-x:hidden;
    }
}
/* END CUSTOM IPAD*/
@media(max-width:769px){
    .drm-wrapper {
        width:100%;
    }
}

/*GATEWAY TRAVEL*/
.drm-header-travel{
    width: 100%;
    background: #FFFFFF;
    padding-bottom: 25px;
}
.gateway-travel {
    display: inline-block;
    text-align: center;
    padding-top: 25px;
}
.unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}
.box-gateway-travel > li {
    float: left;
}
.box-gateway-travel > li:first-child a{
    width: 120px;
    height: 55px;
    color: #88367A;
    font-family: 'open_sansregular';
    font-weight: bold;
    font-size: 30px;
    padding: 20px 20px 0 20px;
}
.box-gateway-travel > li a {
    display: block;
    width: 276px;
    height: 75px;
    text-align: center;
    overflow: hidden;
    color: #000;
}
.box-gateway-travel > li a span {
    text-align: left;
    display: table-cell;
    padding: 0 10px;
    font-family: 'open_sansregular';
    font-weight: lighter;
    font-size: 14px;
    line-height: 25px;
}
.box-gateway-travel > li a span:hover {
    color: #88367A;
}
.box-gateway-travel > li a img{
    float: left;
}
#drm-slider-carousel .new-arrows.prev {
    background-position: 0 0;
    left: -37px;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
}
#drm-slider-carousel .new-arrows.next {
    background-position: -49px 0;
    right: -37px;
    -webkit-transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
}
#drm-slider-carousel .new-arrows {
    z-index: 1;
    background: url(https://a.dream.co.id/assets/img/PREVIEW-NEXT-BUTTON.png) no-repeat;
    width: 37px;
    height: 101px;
    top: 50%;
    margin-top: -52px;
    position: absolute;
}
#drm-slider-carousel:hover .new-arrows.prev {
    left: 0px;
}
#drm-slider-carousel:hover .new-arrows.next {
    right: 0px;
}
#drm-slider-carousel, #drm-container {
    z-index: 0;
}
/*END GATEWAY TRAVEL*/

/*REACTION*/
.reaction{
    margin-top: 50px;
    margin-bottom: 80px;
}
.reaction .title{
    color: #646464;
    font-size: 18px;
    margin-bottom: 25px;
    font-family: 'Sinews Sans', sans-serif;
}
.reaction table{
    width: 100%;
}
.reaction td a{
    text-align: center;
}
.reaction td a .persen.hidden{
    display: none;
}
.reaction td a .persen{
    float: right;
    border-radius: 50px;
    background-color: #f7931d;
    color: #fff;
    padding: 2px 3px;
    font-size: 15px;
    font-family: 'Sinews Sans', sans-serif;
    width: 43px;
    box-shadow: 0px 2px 13px -3px #646464;
    position: relative;
    z-index: 1;
}
.reaction td a .info{
    font-size: 14px;
    color: #646464;
    font-family: 'Sinews Sans', sans-serif;
}
.reaction td a .img{
    height: 78px;
    margin: 10px 0;
}
.reaction td a .persen.disapear,
.reaction td a .info.disapear,
.reaction td a .img.disapear{
    opacity: 0.5
}
.reaction #react1 .img {
    background: url(https://a.dream.co.id/assets/img/react/Alhamdulillah.png) no-repeat;background-position: center;
}
.reaction .has-hover#react1:hover .img,
.reaction .active#react1 .img{
    background: url(https://a.dream.co.id/assets/img/react/Alhamdulillah-Hover.png) no-repeat;background-position: center;
}
.reaction #react2 .img {
    background: url(https://a.dream.co.id/assets/img/react/Masya-Allah.png) no-repeat;background-position: center;
}
.reaction .has-hover#react2:hover .img,
.reaction .active#react2 .img{
    background: url(https://a.dream.co.id/assets/img/react/Masya-Allah-Hover.png?v) no-repeat;background-position: center;
}
.reaction #react3 .img {
    background: url(https://a.dream.co.id/assets/img/react/Wallahu-Alam.png) no-repeat;background-position: center;
}
.reaction .has-hover#react3:hover .img,
.reaction .active#react3 .img{
    background: url(https://a.dream.co.id/assets/img/react/Wallahu-Alam-Hover.png) no-repeat;background-position: center;
}
.reaction #react4 .img {
    background: url(https://a.dream.co.id/assets/img/react/Subhanallah.png) no-repeat;background-position: center;
}
.reaction .has-hover#react4:hover .img,
.reaction .active#react4 .img{
    background: url(https://a.dream.co.id/assets/img/react/Subhanallah-Hover.png) no-repeat;background-position: center;
}
.reaction #react5 .img {
    background: url(https://a.dream.co.id/assets/img/react/Astaghfirullah.png) no-repeat;background-position: center;
}
.reaction .has-hover#react5:hover .img,
.reaction .active#react5 .img{
    background: url(https://a.dream.co.id/assets/img/react/Astaghfirullah-Hover.png) no-repeat;background-position: center;
}
.reaction #react6 .img {
    background: url(https://a.dream.co.id/assets/img/react/Naudzubillah.png) no-repeat;background-position: center;
}
.reaction .has-hover#react6:hover .img,
.reaction .active#react6 .img{
    background: url(https://a.dream.co.id/assets/img/react/Naudzubillah-Hover.png) no-repeat;background-position: center;
}
/*END REACTION*/

/*VIDEO WRAPPER*/
.videoWrapper{
    position: relative;
    height: 0;
    overflow: hidden;
    text-align: center;
}
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*END VIDEO WRAPPER*/

/*SITEMAP*/
.sitemap{
    background: #fff;
    padding: 20px;
    height: 630px;
}
.sitemap .content-l{
    width: 650px;
    float: left;
    border-right: solid 1px #dcdcdc;
}
.sitemap .content-l .sitemap-title{
    font-family: Arial;
    font-weight: bold;
    font-size: 32px;
    color: #945700;
    padding-bottom: 30px;
}
.sitemap .content-l table{
    width: 100%;
}
.sitemap .content-l table td{
    vertical-align: top;
    width: 25%;
}
.sitemap .content-l table td a{
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    color: #555555;
}
.sitemap .content-l table td a:hover{
    color: #008da7;
}
.sitemap .content-l table td ul{
    margin: 6px 0;
}
.sitemap .content-l table td li a{
    font-weight: normal;
}
.sitemap .content-l .travel{
    padding-top: 50px;
}
.sitemap .content-l .travel a{
    font-family: Arial;
    font-weight: bold;
    font-size: 25px;
    color: #994d8d;
}
.sitemap .content-l .travel hr{
    border-top: 1px solid #994d8d;
    margin-right: 20px;
}
.sitemap .content-l .travel .travel-title{
    position:relative;
    top: -23px;
    width: 103px;
    background: #fff
}
.sitemap .content-r {
    width: 295px;
    float: right;
    font-family: Arial;
    color: #555;
}
.sitemap .content-r .alamat{
    font-weight: bold;
    font-size: 25px;
}
.sitemap .content-r .alamat1{
    font-weight: bold;
    font-size: 15px;
}
.sitemap .content-r .alamat2{
    font-weight: normal;
    font-size: 15px;
}
.sitemap .content-r .coklat{
    background: #945700;
    padding: 15px;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}
/*END SITEMAP*/

/*LAZY LOAD*/       
.lazy_loaded{
    opacity: 0;
    transition: opacity .3s ease-in;
}
/*END LAZY LOAD*/

/* cyrillic-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/C7bP6N8yXZ-PGLzbFLtQKRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/iLJc6PpCnnbQjYc1Jq4v0xJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/5pCv5Yz4eMu9gmvX8nNhfRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* greek-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/gEkd0pn-sMtQ_P4HUpi6WBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/iPF-u8L1qkTPHaKjvXERnxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/mTzVK0-EJOCaJiOPeaz-hxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/erE3KsIWUumgD1j_Ca-V-xJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/LeFlHvsZjXu2c3ZRgBq9nFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v6/PIbvSEyHEdL91QLOQRnZ16-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v6/PIbvSEyHEdL91QLOQRnZ15X5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v6/PIbvSEyHEdL91QLOQRnZ10Tj6bCwSDA5u__Fbjwz3f0.woff2) format('woff2');
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* greek-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v6/PIbvSEyHEdL91QLOQRnZ1xWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v6/PIbvSEyHEdL91QLOQRnZ16aRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v6/PIbvSEyHEdL91QLOQRnZ1_8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v6/PIbvSEyHEdL91QLOQRnZ1z0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v6/PIbvSEyHEdL91QLOQRnZ1-gdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

#navv3 *, 
#navv3 *:after, 
#navv3 *:before{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
#navv3{
	background: rgba(66,220,197,1);
	background: -moz-linear-gradient(left, rgba(66,220,197,1) 0%, rgba(22,180,204,1) 50%, rgba(51,135,184,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(66,220,197,1)), color-stop(50%, rgba(22,180,204,1)), color-stop(100%, rgba(51,135,184,1)));
	background: -webkit-linear-gradient(left, rgba(66,220,197,1) 0%, rgba(22,180,204,1) 50%, rgba(51,135,184,1) 100%);
	background: -o-linear-gradient(left, rgba(66,220,197,1) 0%, rgba(22,180,204,1) 50%, rgba(51,135,184,1) 100%);
	background: -ms-linear-gradient(left, rgba(66,220,197,1) 0%, rgba(22,180,204,1) 50%, rgba(51,135,184,1) 100%);
	background: linear-gradient(to right, rgba(66,220,197,1) 0%, rgba(22,180,204,1) 50%, rgba(51,135,184,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42dcc5', endColorstr='#3387b8', GradientType=1 );
	width:996px;
	margin:0 auto;
	position:relative;
}
#navv3 a {
	outline: none;
}
#navv3 .nav,
#navv3 .btn-expand{
	display:table-cell;
	vertical-align:middle;
	width:100%;
}
#navv3 .btn-expand{
	width:1%;
	white-space:nowrap;
}
#navv3 ul{
	padding-left:12px;
	list-style: none;
}
#navv3 ul li{
	float:left;
}
#navv3 ul li a{
	height:40px;
	display: table-cell;
	vertical-align: middle;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	padding:0 12px;
	letter-spacing:-0.3px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
}
#navv3 ul li a:hover{
	color:#00FFFF;
}
#navv3 .btn-expand {
	z-index: 100;
	position: relative;
	text-decoration: none;
	padding:0 12px;
	padding-right:24px;
}
#navv3 .btn-expand .text-more {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	color: #ffff00;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s ease;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}
#navv3 .drm-navv2 .btn-expand.open .text-more{
	opacity:0;
}
#navv3 .btn-expand:after{
	background: url(https://a.dream.co.id/assets/img/arrow-more-desktop.png) no-repeat;
	width:6px;
	height:11px;
	display:inline-block;
	vertical-align:middle;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
	margin-left:8px;
	margin-top: -2px;
	content:"";
	background-position: -9px 0;
}
#navv3 .btn-expand.open:after{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#navv3 .drm-navv2 .nav li a{
	opacity:1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: opacity 0.5s ease, transform 0.5s ease;
	transition: opacity 0.5s ease, transform 0.5s ease;
}
#navv3 .drm-navv2 .nav.moves-out li a{
	opacity: 0;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}
#navv3 .menu-expand{
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	text-align:center;
	visibility:hidden;
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
}
#navv3 .menu-expand.moves-out{
	visibility:visible;
}
#navv3 .menu-expand .nav li a {
	opacity: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: opacity 0.5s ease, transform 0.5s ease;
	transition: opacity 0.5s ease, transform 0.5s ease;
	position:relative;
	z-index:200;
}
#navv3 .menu-expand.moves-out .nav li a {
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

/*drm-highlight*/
.highlight-wrapper {
	background: #FFF;
	padding: 20px;
	margin: 35px auto;
	list-style: none;
}
.highlight-wrapper .highlight-item {
	float: left;
	width: 220px;
	margin-left: 25px;
}
.highlight-wrapper .highlight-item:first-child {
	margin-left: 0;
}
.highlight-wrapper .highlight-item .img-highlight{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:110px;
	position:relative;
	display: block;
}
.highlight-wrapper .highlight-item .img-highlight:after{
	content:"";
	-webkit-transition:opacity 0.5s ease;
	transition:opacity 0.5s ease;
	opacity: 0.6;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.highlight-wrapper .highlight-item:hover .img-highlight:after{
	opacity:0;
}
.highlight-wrapper .highlight-item .text-slide{
	background:#fff;
	margin:0 15px;
	margin-top:-30px;
	padding:10px;
	height: 85px;
	overflow: hidden;
	position:relative;
	z-index:2;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.highlight-wrapper .highlight-item .text-slide .link-kategori {
	display: block;
	font-size: 13px;
	color: #000;
	text-align: center;
	margin-bottom: 5px;
	font-family:'Noto Sans', sans-serif;
	position: relative;
	z-index: 4;
}
.highlight-wrapper .highlight-item .text-slide p {
	font-family:'Noto Sans', sans-serif;
	text-align:center;
	line-height:normal;
	font-size:14px;
	margin: 0;
}
.highlight-wrapper .highlight-item .text-slide p > a {
	color:#000;	
	display: block;
	position: relative;
	z-index: 4;
	height: 57px;
	overflow: hidden;
}
.highlight-wrapper .highlight-item .text-slide:after{
	border:1px solid transparent;
	border-bottom:1px solid #000;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	content:"";
}
.highlight-wrapper .highlight-item.item-travel .text-slide:after{
	border-bottom-color:#00B2AC;
}
.highlight-wrapper .highlight-item.item-travel:hover .text-slide:after{
	border-width:2px;
	border-color:#00B2AC;
}
.highlight-wrapper .highlight-item.item-travel .text-slide .link-kategori {
	color: #00B2AC;
}
.highlight-wrapper .highlight-item.item-travel .text-slide p > a:hover {
	color: #00B2AC;	
}
.highlight-wrapper .highlight-item.item-hijab .text-slide:after{
	border-bottom-color:#F45B5C;
}
.highlight-wrapper .highlight-item.item-hijab:hover .text-slide:after{
	border-width:2px;
	border-color:#F45B5C;
}
.highlight-wrapper .highlight-item.item-hijab .text-slide .link-kategori {
	color: #F45B5C;
}
.highlight-wrapper .highlight-item.item-hijab .text-slide p > a:hover {
	color: #F45B5C;	
}
.highlight-wrapper .highlight-item.item-parenting .text-slide:after{
	border-bottom-color:#FF9567;
}
.highlight-wrapper .highlight-item.item-parenting:hover .text-slide:after{
	border-width:2px;
	border-color:#FF9567;
}
.highlight-wrapper .highlight-item.item-parenting .text-slide .link-kategori {
	color: #FF9567;
}
.highlight-wrapper .highlight-item.item-parenting .text-slide p > a:hover {
	color: #FF9567;	
}
.highlight-wrapper .highlight-item.item-tag .text-slide:after{
	border-bottom-color:#008DA7;
}
.highlight-wrapper .highlight-item.item-tag:hover .text-slide:after{
	border-width:2px;
	border-color:#008DA7;
}
.highlight-wrapper .highlight-item.item-tag .text-slide .link-kategori {
	color: #008DA7;
}
.highlight-wrapper .highlight-item.item-tag .text-slide p > a:hover {
	color: #008DA7;	
}
/*end drm-highlight*/
@font-face {
    font-family: 'open_sanssemibold';
    src: url('https://a.dream.co.id/assets/fonts/opensans-semibold-webfont.eot');
    src: url('https://a.dream.co.id/assets/fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://a.dream.co.id/assets/fonts/opensans-semibold-webfont.woff') format('woff'),
         url('https://a.dream.co.id/assets/fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('https://a.dream.co.id/assets/fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.list-channel-section {
    width: 996px !important;
    margin: auto;
}
.list-channel {
	border-top:0 !important;
}
.list-channel-more {
	border-top: 1px solid #DEDEDE !important;
}
.list-unstyled{
	margin:0;
	padding:0;
	list-style:none;
}
input{
	-webkit-appearance: none;
}
.section-microsite *, 
.section-microsite *:after, 
.section-microsite *:before{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
.body{
	background:#F1F1F1;
	font-size:100%;
	 -webkit-text-size-adjust: 100%;
}
.leaderboard{
	display:table;
	margin:30px auto;
}
/*header*/
.drm-header-microsite{
	padding:25px;
	background:#fff;
}
.drm-header-microsite .logo-dream,
.drm-header-microsite .drm-header-r{
	margin:0;
}
.drm-header-microsite ul.list-social{
	margin:0;
	margin-top:30px;
}
.drm-header-microsite ul.list-social > li{
	padding:0;
	margin-left:8px;
}
.nav-microsite{
	background:#B263A4;
}
.nav-microsite > li{
	float:left;
}
.nav-microsite > li a{
	display:block;
	color:#fff;
	padding:15px 5px;
	font-family: 'open_sanssemibold';
	font-size:18px;
	transition:all 0.5s ease;
	background:#B263A4;
	width: 90px;
	text-align: center;
}
.nav-microsite > li a:hover,
.nav-microsite > li.active a{
	background:#994D8D;
}
.drm-header-microsite .list-social > li a{
	width:32px !important;
	height:32px !important;
}
.search-icon{
	background:#B263A4;
	text-align:center;
	line-height:30px;
}
.search-icon:hover{
	background:#994D8D;
}
.drm-header-microsite .list-social > li .gplus-square{
	background:url(https://a.dream.co.id/assets/img/travel-googleplus-icon.png) no-repeat !important;
}
.drm-header-microsite .list-social > li .gplus-square:hover{
	background-position:0 -37px !important;
}
.drm-header-microsite .list-social > li .fb-square{
	background:url(https://a.dream.co.id/assets/img/travel-FB-icon.png) no-repeat !important;
}
.drm-header-microsite .list-social > li .tw-square{
	background:url(https://a.dream.co.id/assets/img/travel-twitter-icon.png) no-repeat !important;
}
.drm-header-microsite .list-social > li .subscribe-ico{
	background:url(https://a.dream.co.id/assets/img/travel-email-icon.png) no-repeat !important;
}
.drm-header-microsite .list-social > li .fb-square:hover,
.drm-header-microsite .list-social > li .tw-square:hover,
.drm-header-microsite .list-social > li .subscribe-ico:hover{
	background-position:0 -38px !important;
}
/*end header*/

/*section*/
.section-microsite{
	background:#fff;
	font-family: 'open_sanssemibold';
	padding:0 13px;
	padding-bottom:40px;
}
.section-microsite a{
	color:#333;
}
.section-microsite a:hover{
	color:#B263A4;
}
.section-wrapper{
	margin:40px 0;
}
.section-wrapper-trending{
	margin-top: 80px;
	margin-bottom: 60px;
}
.section-microsite .drm-content-l{
	width:630px;
	float:left;
}
.section-microsite .drm-content-r{
	width:300px;
	float:right;
}
.section-microsite .title-section{
	font-size:28px;
	color:#B263A4;
	font-weight:normal;
	margin:15px 0;
}
.section-microsite .article-left,
.section-microsite .deskrip-right{
	display:table-cell;
	vertical-align:top;
	position:relative;
}
.section-microsite .article-left > img{
	padding-top:5px;
}
.section-microsite .deskrip-right{
	padding-left:15px;
}
.section-microsite .deskrip-article .title-large{
	margin:0;
	font-weight:normal;
	font-size:24px;
	color:#000;
	line-height:1.5em;
}
.section-microsite .deskrip-article h6.title-large{
	font-size:18px;
}
.section-microsite .link-kategori{
	font-size:12px;
	color:#B263A4;
	display:table;
	margin-bottom:8px;
}
.section-microsite .date{
	display:table;
	font-size:12px;
	color:#b9b9b9;
	margin-top:8px;
}
.section-microsite .kategori-date{
	margin:8px 0;
}
.section-microsite .kategori-date-bottom{
	margin:0;
	margin-top:8px;
}
.section-microsite .kategori-date .date,
.section-microsite .kategori-date .link-kategori{
	display:inline-block;
	margin:0;
}
.section-microsite .kategori-date .link-kategori{
	margin-right:8px;
}
.section-microsite .deskrip-article p{
	font-size:16px;
	color:#808080;
	font-family : 'open_sanssemibold';
	line-height:1.5em;
	margin:0;
}
.section-microsite .img-block{
	margin-bottom:15px;
	display:block;
	position:relative;
}
.section-microsite .deskrip-article p.text-article{
	font-size:15px;
	color:#000;
	font-family: 'open_sansregular';
}
.section-microsite .deskrip-article p.text-article-light{
	font-size:16px;
	color:#333;
	font-family: 'open_sansregular';
}
.list-article-headline{
	margin-top:32px;
}
.list-article-headline > li{
	width:200px;
	float:left;
	margin-left:15px;
}
.list-article-headline > li:first-child{
	margin-left:0;
}
.section-microsite .banner-sc{
	border:0;
	margin:0;
	margin-top:30px;
}
.section-microsite .banner-sc:first-child{
	margin-top:0;
}
.section-microsite .link-kategori-small,
.section-microsite .date-small{
	font-size:11px;
}
.section-microsite .list-article-trending{
	margin:10px -13px;
}
.section-microsite .list-article-trending > li{
	float:left;
	width:32.93%;
	padding:10px 13px;
	min-height:144px;
	overflow:hidden;
}
.section-microsite .list-article-trending > li img{
	padding:5px;
	border:1px solid #ececec;
}
.section-microsite .deskrip-article .text-small{
	font-size:14px;
	font-family: 'open_sansregular';
	color:#898989;
}
.article-column{
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
	margin-top:40px;
	position:relative;
}
.section-microsite .btn-more{
	position:absolute;
	right:0;
	bottom:-13px;
	font-size:13px;
	background:#B263A4;
	font-family: 'open_sansregular';
	color:#fff;
	padding:0 12px;
	height:26px;
	line-height:24px;
}
.section-microsite .btn-more:hover{
	background:#994D8D;
	color:#fff;
}
.article-column .col50{
	float:left;
	width:50%;
	padding-top:15px;
	padding-left:15px;
	min-height:510px;
}
.article-column .col50:first-child{
	padding-right:15px;
	padding-left:0;
	border-right:1px solid #ececec;
}
.list-article-link > li{
	padding:25px 0;
}
.list-article-link > li .deskrip-article{
	height:70px;
	overflow:hidden;
}
.list-article-link > li .deskrip-article p{
	max-height:45px;
	overflow:hidden;
}
.section-microsite .article-right-column,
.section-microsite .article-left-column{
	margin-top:40px;
}
.section-microsite .article-right-column:first-child,
.section-microsite .article-left-column:first-child{
	margin:0;
}
.list-article-home{
	min-height: 752px;
}
.list-article-recommended{
	border-left:1px solid #ececec;
	padding-left:20px;
	padding-right:8px;
}
.list-article-recommended > li{
	padding:25px 0;
	border-top:1px solid #ececec;
}
.list-article-recommended > li:first-child{
	padding-top:0;
	border:0;
}
.list-article-recommended > li:last-child{
	padding-bottom:0;
}
.list-trending-microsite{
	background:#F7F7F7;
}
.list-trending-microsite > li{
	float:left;
	margin-left:60px;
}
.list-trending-microsite > li.title {
	height:40px;
	padding:0 20px;
	background:#B263A4;
	position:relative;
	color:#fff;
	line-height:40px;
	font-family: 'open_sanssemibold';
	font-size:14px;
	margin:0;
	margin-right:15px;
}
.list-trending-microsite > li.title:after{
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 15px solid #B263A4;
	content:"";
	position:absolute;
	right:-15px;
	top:0;
	bottom:0;
}
.list-trending-microsite > li.title a{
	color: #fff;
}
.list-trending-microsite > li a{
	font-size:14px;
	font-family: 'open_sansregular';
	display:table-cell;
	vertical-align:middle;
	height:40px;
}
.title-column{
	border-bottom:1px solid #ececec;
	margin:15px 0;
	position:relative;
}
.title-column .title-section{
	float:left;
	margin:5px 0;
	line-height:40px;
	height:40px;
}
.list-menu-title{
	float:right;
	margin-top:10px
}
.list-menu-title > li{
	float:left;
	border-left:1px solid #ececec;
}
.list-menu-title > li:first-child{
	border:0;
}
.list-menu-title > li a{
	padding:0 15px;
	height:40px;
	display:block;
	font-size:15px;
	line-height:35px;
	color:#000;
	font-family: 'open_sansregular';
}
.list-menu-title li > .active{
	color: #B263A4;
}
.list-article-trills {
	margin:10px 0;
}
.list-article-trills > li{
	padding:15px 0;
	float:left;
	width:300px;
	margin-left: 35px;
}
.list-article-trills > li:first-child{
	margin-left:0;
}
.section-microsite .deskrip-article p.text-article-semi{
	font-size:17px;
	font-family: 'open_sanssemibold';
}
.section-community{
	margin:30px 0;
}
.community-left{
	float:left;
	width:35%;
}
.community-right{
	float:right;
	width:62%;
}
.deskrip-community{
	margin-top:15px;
}
.community-right .list-article-link{
	margin:0 -13px;
}
.community-right .list-article-link > li{
	float:left;
	width:50%;
	padding:15px 13px;
}
.community-right .list-article-link > li:first-child,
.community-right .list-article-link > li:first-child + li{
	padding-top:0;
}
.must-icon{
	position:absolute;
	left:5px;
	bottom:5px;
}
.section-microsite .col-three300{
	float:left;
	width:300px;
	margin-left:35px;
}
.section-microsite .col-three300:first-child{
	margin:0;
}
.section-microsite .list-article-double > li{
	padding:25px 0;
}
.section-microsite .list-article-double > li:first-child{
	padding-top:0;
}
/*end section*/

/*index-kategori*/
.drm-breadcrumb-microsite{
	list-style:none;
	margin:0;
	padding:0;
	font-size:12px;
	color:#898989;
	font-family: 'open_sansregular';
}
.drm-breadcrumb-microsite > li{
	display:inline-block;
}
.drm-breadcrumb-microsite > li a{
	color:#898989 !important;
}
.section-microsite .list-menu-top{
	float:none;
	margin:0;
	border-bottom:1px solid #ececec;
	display:table;
	margin:15px 0;
}
.section-microsite .list-menu-top > li:first-child a{
	padding-left:0;
}
.section-microsite .list-menu-top > li a {
	line-height:40px;
}
.list-article-indexing > li{
	padding:25px 0;
}
.list-article-indexing > li:first-child{
	padding-top:10px;
}
.section-microsite .deskrip-article p.title-large{
	font-family: 'open_sansregular';
	font-size:18px;
}
.list-article-indexing > li .kategori-date{
	margin:5px 0;
}
.list-pagination-microsite{
	display:table;
	margin:40px auto;
}
.list-pagination-microsite > li{
	float:left;
	margin:0 5px;
}
.list-pagination-microsite > li a{
	display:table-cell;
	vertical-align:middle;
	height:30px;
	width:30px;
	background:#B263A4;
	color:#fff !important;
	font-size:16px;
	font-family: 'open_sansregular';
	text-align:center;
}
.list-pagination-microsite > li.text a{
	white-space:nowrap;
	width:auto;
	padding:0 15px;
}
.list-pagination-microsite > li a:hover,
.list-pagination-microsite > li.active a{
	background:#994D8D;
}
.section-microsite .article-right-bg{
	background:#F1F1F1;
	padding:10px 15px;
	padding-top:0;
}
.section-microsite .list-article-right > li{
	padding:10px 0;
}
.section-microsite .list-article-right > li:first-child{
	padding-top:0;
}
.section-microsite .list-article-right .link-kategori{
	margin-bottom:0;
	margin-top:8px;
}
.section-microsite .link-table{
	display:table;
}
.section-microsite .list-article-number > li{
	padding:25px 0;
	position:relative;
}
.section-microsite .list-article-number > li .article-left,
.section-microsite .list-article-number > li .deskrip-right{
	vertical-align:middle;
}
.section-microsite .list-article-number > li:first-child{
	padding-top:0;
}
.section-microsite .list-article-number > li .article-number{
	background:#000; 
	font-size:20px;
	color:#fff;
	width:35px;
	height:35px;
	border-radius:50%;
	display:block;
	line-height:35px;
	text-align:center;
	z-index:1;
	position:relative;
}
.section-microsite .list-article-number > li:after{
	left:17px;
	right:0;
	width:1px;
	top:0;
	bottom:0;
	background:#ececec;
	content:"";
	position:absolute;
	z-index:0;
}
.section-microsite .list-article-number > li:first-child:after{
	top:50%;
}
.section-microsite .list-article-number > li:last-child:after{
	bottom:50%;
}
.section-microsite .list-article-number > li a:hover .article-number{
	background:#B263A4;
}
.section-microsite .list-article-number > li a:hover p{
	color:#B263A4;
}

.article-tag-box{
	margin-bottom:60px;
}
.article-tag-column{
	border-bottom:0;
}
.article-tag-column .col50{
	min-height:100%;
}
.article-tag-column .list-article-link > li:last-child{
	padding-bottom:0;
}
.section-microsite .btn-border{
	border:1px solid #ececec;
	padding:5px 10px;
	font-size:15px;
	font-family: 'open_sansregular';
	display:table;
	margin:10px 0;
}
.section-microsite .btn-border:hover{
	border-color:#88367a;
	color:#88367a;
}

/*detail*/
.section-microsite .detail-article{
	font-family: 'open_sansregular';
}
.headline-detail h1{
	font-size:35px;
	font-weight:normal;
	margin:15px 0;
	line-height:1.5em;
	color:#000;
	margin-bottom:15px;
	font-family: 'open_sanssemibold';
}
.date-author{
	font-size:13px;
	color:#898989;
	margin:15px 0;
}
.date-author .date,
.date-author .author{
	display:inline-block;
}
.headline-detail p{
	font-size:16px;
	color:#000;
	line-height:1.5em;
	margin:15px 0;
}
.sosmed-box{
	margin:0 0;
	display:table;
}
.detail-img{
	margin:30px 0;
}
.detail-img > img{
	width:100%;
}
.copyright-detail{
	font-size:12px;
	color:#898989;
	display:block;
	padding:5px 10px;
	background:#f1f1f1;
}
.body-paragraph p b{
	font-family: 'open_sansbold';
	font-weight:normal;
}
.body-paragraph p{
	margin:25px 0;
	line-height:1.8em;
	font-size:15px;
	font-family: 'OpenSansLight';
}
.body-paragraph p a{
	color:#B263A4;
}
.section-microsite .detail-follow .title-follow{
	font-size:15px;
	margin:0;
	font-weight:normal;
	background:#B263A4;
	position:relative;
	height:30px;
	padding:0 10px;
	font-family: 'open_sanssemibold';
	color:#fff;
	display:table-cell;
	vertical-align:middle;
}
.section-microsite .detail-follow .title-follow:after{
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 10px solid #B263A4;
	position:absolute;
	right:-10px;
	top:0;
	bottom:0;
	content:"";
}
.section-microsite .detail-follow .follow-right{
	display:table-cell;
	vertical-align:middle;
	padding-left:25px;
}
.detail-column{
	margin:50px 0;
}
.title-detail{
	font-size:22px;
	color:#000;
	font-weight:normal;
	margin:0;
	margin-bottom:20px;
	font-family: 'open_sansbold';
}
h3.title-detail{
	font-size:28px;
	font-family: 'open_sanssemibold';
}
ul.list-crosslink > li{
	display:block;
	position:relative;
	margin-top:15px;
}
ul.list-crosslink > li:first-child{
	margin-top:0;
}
ul.list-crosslink > li a{
	font-size:16px;
	line-height:1.6em;
	color:#B263A4;
}
ul.list-crosslink > li a:hover{
	color:#000;
}
.list-related > li{
	width:200px;
	float:left;
	margin-left:15px;
}
.list-related > li:first-child{
	margin-left:0;
}
.list-related > li p{
	font-size:17px;
	font-family: 'OpenSansLight';
}
.list-tag-border > li{
	display:inline-block;
	margin-right:5px;
}
.list-tag-border > li a{
	border:1px solid #ececec;
	padding:8px 10px;
	display:block;
	font-size:15px;
	color:#000;
}
.list-tag-border > li a:hover{
	border-color:#B263A4;
	color:#B263A4;
}
/*detail_foto*/
.detail-foto{
	margin:40px 0;
}
.artikel-paging-foto {
	display:table;
	width:100%;
	background:#f1f1f1;
	text-align:center;
}
.artikel-paging-foto .number{
	display: table-cell;
	color: #000;
	font-size: 17px;
	vertical-align: middle;
	height: 45px;
}
.artikel-paging-foto a{
    display: table-cell;
	vertical-align:middle;
	width:120px;
	background:#000;
	font-size:17px; 
	color:#fff !important;
	transition:all 0.5s ease;
}
.artikel-paging-foto a:hover{
	background:#B263A4;
}
.body-detail-foto{
	padding:20px;
	text-align:center;
	background:#f1f1f1;
}
.body-detail-foto h6{
	font-size:17px;
	font-family: 'open_sanssemibold';
	font-weight:normal;
	margin:0;
	margin-bottom:5px;
}
.body-detail-foto p{
	font-size:14px;
	line-height:1.5em;
	margin:0;
	color:#000;
}
.body-detail-foto .copyright-foto{
	font-size:12px;
	color:#000;
	margin-top:20px;
	display:block;
}
ul.list-thumb {
	margin:3px -3px;
}
ul.list-thumb > li{
	list-style:none;
	float:left;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	margin:3px;
	transition:all 0.5s ease;
}
ul.list-thumb > li a{
	display:block;
}
ul.list-thumb > li.active, 
ul.list-thumb > li:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
/*detail-paging*/
ul.list-paging{
	background:#000;
	margin:0;
	padding:0;
}
ul.list-paging > li{
	list-style:none;
	float:left;
	text-align:center;
	border-right:1px solid #fff;
}
ul.list-paging > li a{
	width:45px;
	height:45px;
	display:table-cell;
	color:#fff !important;
	font-size:18px;
	text-decoration:none;
	vertical-align:middle;
	font-family: 'open_sanssemibold';
}
ul.list-paging > li.intro a{
	width:90px;
}
ul.list-paging > li.intro-active a{
	width:90px;
    background: #B263A4;
}
ul.list-paging > li.active a,
ul.list-paging > li.intro-active a,
ul.list-paging > li a:hover{
	background:#B263A4;
}
ul.list-paging > li.arrow-box{
	float:right;
	border:0;
	background:none !important;
}
ul.list-paging > li.arrow-box a{
	border-left:1px solid #fff;
}
ul.list-paging > li.arrow-box .arrow{
	background:url(https://a.dream.co.id/assets/img/arrow-detail-paging.png) no-repeat;
	width: 13px;
	height: 22px;
	display:block;
	margin:0 auto;
	background-position:0 100%;
}
ul.list-paging > li.arrow-box .arrow-r{
	background-position:0 0;
}
.article-paging{
	margin: 0px auto 50px auto;
	display: table;
}
.article-paging .arrow-column,
.article-paging-box,
.article-paging-box .img-left,
.article-paging-box p{
	display:table-cell;
	vertical-align:middle;
}
.article-paging-box .img-left,
.article-paging-box p{
	vertical-align:top;
}
.article-paging-box{
	width: 410px;
	border:1px solid #ececec;
	padding:20px;
}
.article-paging-box p{
	line-height:1.5em;
	margin:0;
	font-size:16px;
	padding-left:15px;
}
.article-paging-box p a{
	display:block;
}
.article-paging .arrow-column {
	padding:0 15px;
}
.arrow-article-paging{
	background:url(https://a.dream.co.id/assets/img/arrow-berita-detail-menu.png) no-repeat;
	width: 42px;
	height: 42px;
	display: block;
	background-position: -48px -3px;
}
.arrow-article-paging:hover{
	background-position:-3px -48px;
}
.arrow-article-paging.arrow-right{
	background-position:-48px -48px;
}
.arrow-article-paging.arrow-right:hover{
	background-position:-3px -3px;
}


/*footer*/
.drm-footer-microsite{
	background:#fff;
	margin-top:30px;
}
.drm-footer-microsite .drm-footer-content{
	padding:15px 25px;
}
.drm-footer-microsite .drm-menu-footer{
	margin-top: 15px;
}
.drm-footer-microsite .drm-menu-footer > li{
	display:inline-block;
	margin-left:15px;
}
.drm-footer-microsite .drm-menu-footer > li a{
	font-size:16px;
	color:#000;
	font-family: 'open_sansregular';
}
.drm-footer-microsite .drm-copyright {
	font-family: 'open_sansregular';
	font-size:13px;
	padding:5px 25px;
}
/*search box*/
.hide{
    display: none;
}
.drm-header-microsite .form-search{
    margin: 0;
    margin-top: 18px;
    background: #fff;
    border-bottom: 1px solid #000;
}
.form-text{
    border: 0px;
    height: 40px;
    font-size: 18px;
    padding-right: 40px;
    width: 500px
}

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTZX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTaaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTf8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTT0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzK-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzJX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzP8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzD0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxhgVThLs8Y7ETJzDCYFCSLE.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxpiMaisvaUVUsYyVzOmndek.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxrBAWGjcah5Ky0jbCgIwDB8.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxv14vlcfyPYlAcQy2UfDRm4.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxqfJul7RR1X4poJgi27uS4w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxqvyPXdneeGd26m9EmFSSWg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxko2lTMeWA_kmIyWrkNCwPc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBjTOQ_MqJVwkKsUn0wKzc2I.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBjUj_cnvWIuuBMVgbX098Mw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBkbcKLIaa1LC45dFaAfauRA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBmo_sUJ8uO4YLWRInS22T3Y.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBr6up8jxqWt8HVA3mDhkV_0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBiYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxmgpAmOCqD37_tyH_8Ri5MM.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxsPNMTLbnS9uQzHQlYieHUU.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxgyhumQnPMBCoGYhRaNxyyY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxhUVAXEdVvYDDqrz3aeR0Yc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxlf4y_3s5bcYyyLIFUSWYUU.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxnywqdtBbUHn3VPgzuFrCy8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxl2umOyRU7PgRiv8DXcgJjk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxp6iIh_FvlUHQwED9Yt5Kbw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxi_vZmeiCMnoWNN9rHBYaTc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxiFaMxiho_5XQnyRZzQsrZs.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxgalQocB-__pDVGhF3uS2Ks.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxmhQUTDJGru-0vvUpABgH8I.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxujkDdvhIIFj_YMdgqpnSB0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxolIZu-HDpmDIZMigmsroc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/*body{*/
/*	background:#f1f1f1 !important;*/
/*}*/
.drm-container {
	background: #FFF;
}
.drm-header-microsite {
	padding: 20px;
}
.drm-header-microsite .list-social > li a.search-icon{
	line-height:normal;
	display:table-cell !important;
	vertical-align:middle;
}
.drm-header-microsite .list-social > li a.search-icon img{
	margin-top:-3px;
}
.nav-microsite{
	text-align:center;
	display:table;
	margin:0 auto;
}
.nav-microsite > li a{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	height: 40px;
	padding: 0 15px;
	font-size: 16px;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
}
.nav-microsite > li.active a,
.nav-microsite > li a:hover {
	background:#E5F7F7
}
.drm-breaking-news-bar {
	padding-top:0;
}
.drm-tagv3{
	background:#EEEEEE;
	padding:0 12px;
}
.drm-tagv3 .list-tagv3{
	display:table;
	margin:0 auto;
}
.drm-tagv3 .list-tagv3 > li{
	float:left;
}
.drm-tagv3 .list-tagv3 > li a{
	height:40px;
	overflow:hidden;
	display:table-cell;
	vertical-align:middle;
	color:#000;
	padding:0 15px;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	font-size:14px;
	overflow:hidden;
}
.drm-tagv3 .list-tagv3 > li a.title-tag{
	color:#f0125f;
}
.banner-lb{
	margin-bottom: 40px;
	display:table;
}
.section-microsite {
	padding-bottom:0;
}
.section-microsite .section-wrapper {
	margin: 40px 0;
}
.section-microsite .section-thrills {
	margin-top: 80px;
}
.section-microsite .title-section{
	margin-top:0;
	font-size:36px;
	font-weight:bold;
}
.section-microsite .article-left > img {
	padding-top:0;
}
.section-microsite .deskrip-article .title-large {
	font-weight:bold;
	line-height:normal;
	margin-top:-6px;
}
.section-microsite .kategori-date .link-kategori{
	margin-right:4px;
}
.section-microsite .deskrip-article p,
.section-microsite .deskrip-article .text-small{
	color:#939393;
	font-size:14px;
	line-height: 1.6em;
}
.title-column{
	margin-top:0;
}
.title-column > a{
	float:left;
}
.title-column .title-section {
	line-height:normal;
	display:table-cell;
	vertical-align:middle;
	height:50px;
	margin:0;
	font-size:28px;
	font-weight:600;
	float:none;
}
.section-microsite .drm-article-section .title-section{
	font-size:28px;
	font-weight:600;
}
.section-microsite .deskrip-article p.text-article-semi{
	font-size:15px;
	color: #333;
}
.section-microsite .deskrip-right.deskrip-article p:first-child{
	margin-top: -5px;
}
.section-microsite .deskrip-article h6.title-large {
	font-size:24px;
}
.section-microsite .list-article-trending{
	margin:0 -5px;
}
.section-microsite .list-article-trending > li {
	margin:0;
	width:33.33%;
	float:left;
	padding:15px 5px;
	min-height: 100%;
}
.section-microsite .article-latest .list-article-trending{
	margin:0;
	padding-bottom:30px;
}
.section-microsite .article-latest .list-article-trending > li,
.section-microsite .article-tag-column .list-article-trending > li {
	float:none;
	width:100%;
	padding:15px 0;
}
.section-microsite .link-kategori-small, 
.section-microsite .date-small {
	font-size:12px;
}
.section-microsite .date-author .date {
	color: #898989;
}
.list-article-home{
	min-height: 770px;
	margin-bottom:20px;
}
.drm-video-link,
.drm-video-link .img-block{
	display:block;
	position:relative;
}
.drm-video-link .img-block:after{
	position:absolute;
	left:50%;
	top:50%;
	background:url(https://a.dream.co.id/assets/img/circled-play-50a.png) no-repeat;
	width:46px;
	height:46px;
	margin-top:-23px;
	margin-left:-23px;
	content:"";
}
.drm-video-link p{
    margin:0;
    font-size:16px;
    font-weight:600;
    max-height: 45px;
    overflow: hidden;
    min-height: 45px;
}
.drm-link-number{
	display:table;
}
.drm-link-number .number,
.drm-link-number .link-number{
	display:table-cell;
	vertical-align:middle;
	font-weight:600;
	font-size:16px;
	line-height:1.5em;
}
.drm-link-number .number{
	font-size:24px;
	color:#b9b9b9;
	padding:0 15px;
}
.list-menu-title{
	margin-top:0;
}
.list-menu-title > li a {
	line-height:normal;
	height:50px;
	display:table-cell;
	vertical-align:middle;
	font-size:14px;
}
.list-menu-title li > .active {
	color: #00B2AC;
}
.list-article-link > li .deskrip-article, 
.list-article-link > li .deskrip-article p{
    /*height: 100%;*/
	max-height:100%;
}
.section-microsite .detail-img {
	margin-bottom: 0;
}
.section-microsite .detail-foto {
	margin-bottom: 0;
}
.section-microsite .date-author {
	margin-top: 0;
}
.section-microsite .deskrip-article p.text-article-light{
	font-size:15px;
}
.section-microsite .list-article-trills .deskrip-article p.text-article-semi{
	font-size:16px;
}
.section-microsite .article-block-large{
	padding-top:5px;
}
.section-microsite .article-block-large .img-block img{
	width:100%;
}
.section-microsite .list-ariticle-small > li{
	margin-top:40px;
}
.section-microsite .list-ariticle-small > li:first-child {
	margin-top: 25px;
}
.section-microsite .list-ariticle-small > li .deskrip-right{
	padding-left:10px;
}
.section-microsite .list-ariticle-small > li .deskrip-right .text-article{
	font-weight:bold;
	font-size:14px;
}
.section-microsite .article-block-large .text-article-bold{
	font-family:'Open Sans', sans-serif;
	font-weight:bold;
	font-size:24px;
	line-height:1.3em;
}
.section-microsite .section-indexing .deskrip-article .text-small {
	font-size: 13px;
}
.section-microsite .list-article-number .deskrip-article p.text-article-light,
.section-microsite ul.list-paging > li a,
.section-microsite .artikel-paging-foto a,
.section-microsite .artikel-paging-foto .number {
	font-size: 16px;
}
.section-microsite .article-right-bg {
	padding-top: 10px;
}
.section-microsite .list-pagination-microsite > li a,
.section-microsite ul.list-paging > li.intro-active a,
.section-microsite ul.list-paging > li.active a,
.section-microsite ul.list-paging > li a:hover,
.section-microsite .artikel-paging-foto a:hover,
.section-microsite .detail-follow .title-follow {
	background: #00B4AC;
}
.section-microsite .list-pagination-microsite > li.active a,
.section-microsite .list-pagination-microsite > li a:hover {
	background: #E5F7F7;
	color: #00B4AC !important;
}
.section-microsite .headline-detail p {
	color: #939393;
}
.section-microsite .body-paragraph p {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #333;
}
.section-microsite .body-paragraph p > strong,
.section-microsite ul.list-paging > li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.section-microsite .body-paragraph p a,
.section-microsite ul.list-crosslink > li a {
	color: #00B4AC;
}
.section-microsite .body-paragraph .img-paragraph {
	display: table;
	margin: 25px auto;
}
.section-microsite .title-detail {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #333;
}
.section-microsite .native-video {
	margin-top: 25px;
	margin-bottom: 5px;
}
.section-microsite .title-detail-tag {
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
}
.section-microsite .list-tag-border {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}
.section-microsite .list-tag-border > li a {
	font-size: 13px;
	color: #333;
	padding: 5px 10px;
}
.section-microsite .list-tag-border > li a:hover {
	color: #00B4AC;
	border-color: #00B4AC;
}
.section-microsite .native-video-box h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #333;
}
.section-microsite .article-tag-column .col50,
.section-microsite .article-tag-column {
	border: none;
}
.section-microsite .tag-detail,
.section-microsite #drm-comment-box > h2 {
	font-family: 'Open Sans',sans-serif;
	font-weight: 600;
	font-size: 28px;
	color: #333;
}
.section-microsite .article-column {
	margin: 40px 0;
}
.section-microsite #infeed-desktop-cont > h3 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #333;
}
.section-microsite .detail-follow .title-follow::after {
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 10px solid #00B4AC;
}
.section-microsite .arrow-article-paging {
	background: url(https://a.dream.co.id/assets/img/arrow-berita-detail-menu-new.png);
	width: 41px;
	height: 41px;
	background-position: -46px -4px;
}
.section-microsite .arrow-article-paging:hover {
	background-position: -2px -49px;
}
.section-microsite .arrow-article-paging.arrow-right {
	background-position: -46px -49px;
}
.section-microsite .arrow-article-paging.arrow-right:hover {
	background-position: -2px -4px;
}
.section-microsite,
.section-microsite .deskrip-article p.text-article,
.section-microsite .deskrip-article p{
	font-family:'Open Sans', sans-serif;
	font-weight:normal;
}
.section-microsite .list-related .deskrip-article p {
	font-weight: 600;
}
.section-microsite .kategori-date .link-kategori,
.section-microsite .link-kategori,
.section-microsite .deskrip-article p.text-article-semi,
.section-microsite .deskrip-article p.title-large,
.list-menu-title > li a {
	font-family:'Open Sans', sans-serif;
	font-weight:600;
}
.drm-header-microsite .list-social > li a.search-icon,
.drm-top-nav,
.nav-microsite,
.nav-microsite > li a,
.section-microsite .btn-more,
.section-microsite .list-article-number > li a:hover .article-number{
	background:#00B2AC;
}
.drm-header-microsite .list-social > li a.search-icon:hover,
.section-microsite .btn-more:hover{
	background:#1BA39C;
}
.section-microsite .btn-border:hover {
    border-color: #00B2AC;
    color: #00B2AC;
}
.nav-microsite > li.active a,
.nav-microsite > li a:hover,
.drm-tagv3 .list-tagv3 > li a:hover,
.section-microsite .title-section,
.section-microsite a:hover,
.section-microsite .link-kategori,
.section-microsite .list-article-number > li a:hover p{
	color:#00B2AC;
}
.section-microsite .link-kategori:hover{
	color:#1BA39C;
}
.drm-footer-microsite{
	border-top:10px solid #F1F1F1;
	margin-top: 2px;
}
.drm-footer-microsite .drm-menu-footer > li a {
	font-size: 13px;
	color: #333;
}
.drm-footer-microsite .drm-copyright {
	text-align: right;
	background: #FFF;
}
.icon-video {
    position: absolute;
    height: 50px;
    width: 90px;
    background-repeat: no-repeat;
    background-image: url('https://a.dream.co.id/assets/img/icon-index-video.png');
    top: 0;
    left: 0;
    margin: 93px 0 0 5px;
    cursor: pointer;
}
.icon-foto {
    position: absolute;
    height: 50px;
    width: 90px;
    background-repeat: no-repeat;
    background-image: url('https://a.dream.co.id/assets/img/icon-index-foto.png');
    top: 0;
    left: 0;
    margin: 93px 0 0 5px;
    cursor: pointer;
}

/*box dont miss*/
.list-article-dont-miss > li {
    margin-bottom: 30px;
}
.list-article-dont-miss .deskrip-article{
    display: table-cell;
    vertical-align: top;
    position: relative;
}
.list-article-dont-miss .deskrip-article .title{
    margin: 0;
    margin-top: 5px;
    font-size: 16px;
    display: block;
    font-family:'Open Sans',sans-serif;
    font-weight: 600;
    margin-left: 10px;
    max-height: 54px;
    overflow: hidden;
}

.list-article-dont-miss .deskrip-article .cat-name{
    margin: 0;
    margin-top: -3px;
    font-size: 11px;
    display: block;
    font-family:'Open Sans',sans-serif;
    margin-left: 10px;
}

.list-article-dont-miss .deskrip-article .cat-name > a{
    color: #00B4AC;
}
.section-microsite .title-detail-dont-miss{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #333;
}
.native-video{
    cursor: pointer;
}
.native-videoTop{
    cursor: pointer;
}

/* The Modal (background) */
.modal { 
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px 0px;
    border: 1px solid #888;
    width: 650px;
    height: 500px;
    border-radius: 10px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding: 0px 0px 0 0;
    background-image: url("https://a.dream.co.id/assets/img/close-icon.png");
    background-repeat: no-repeat;
    height: 15px;
    margin: 10px 0 0 0;
    width: 25px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    background-image: url("https://a.dream.co.id/assets/img/close-icon.png");
    background-position: 0 -18px; 
}

.modal-content p {
    font-family: 'open_sansregular';
    font-weight: bold;
    color: #000000;
    font-size: 20px;
    padding: 0 0 0 0px;
    margin: 20px 10px 10px 20px;
    height: 57px;
}

.play-button {
    position: absolute;
}

.play-button {
    position: absolute;
    height: 50px;
    width: 90px;
    background-repeat: no-repeat;
    background-image: url('https://a.dream.co.id/assets/img/circled-play-50a.png');
    top: 0;
    left: 0;
    margin: 55px 0 0 135px;
    cursor: pointer;
}

.play-button-detail {
    position: absolute;
    height: 50px;
    width: 90px;
    background-repeat: no-repeat;
    background-image: url('https://a.dream.co.id/assets/img/circled-play-50a.png');
    top: 0;
    left: 0;
    margin: 55px 0 0 130px;
    cursor: pointer;
}

.play-button:hover {
    background-image: url('https://a.dream.co.id/assets/img/circled-play-50b.png');
    background-position: 0 !important;
}

.play-button:hover,
.play-button:focus,
.play-button-detail:hover,
.play-button-detail:focus{
    background-position: -1px -49px;
}

.position-relative {
    position: relative;
}

.image-object-fit {
    object-fit: cover;
}

.videoWrapper-popup {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
}

.videoWrapper-popup iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.title-native-video{
    margin: 10px 0 0 0;
}

.videoWrapper-popupTop {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
}

.videoWrapper-popupTop iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.title-native-videoTop{
    margin: 10px 0 0 0;
}

.native-video-box h6 {
        line-height: 1.5em;
        color: #000000;
        font-family: 'open_sansregular';
        font-size: 18px;
        margin-top: 10px;
}

@font-face {
	font-family: 'BELLABOO-Regular';
  	src: url('https://a.dream.co.id/assets/fonts/BELLABOO-Regular.otf') format("opentype"),
         url('https://a.dream.co.id/assets/fonts/BELLABOO-Regular.eot') format('embedded-opentype'),
         url('https://a.dream.co.id/assets/fonts/BELLABOO-Regular.woff') format('woff'), 
		 url('https://a.dream.co.id/assets/fonts/BELLABOO-Regular.svg#BELLABOO-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.drm-top-nav,
.nav-microsite > li a,
.drm-header-microsite .list-social > li a.search-icon,
.section-microsite .btn-more,
.section-microsite .list-article-number > li a:hover .article-number,
.section-microsite .list-pagination-microsite > li a,
.section-microsite ul.list-paging > li.intro-active a, 
.section-microsite ul.list-paging > li.active a, 
.section-microsite ul.list-paging > li a:hover,
.section-microsite .artikel-paging-foto a:hover{
	background:#FF9666;
}
.nav-microsite > li.active a, 
.nav-microsite > li a:hover,
.drm-header-microsite .list-social > li a.search-icon:hover,
.section-microsite .btn-more:hover{
	background:#FF6C2a;
}
.nav-microsite > li.active a, 
.nav-microsite > li a:hover{
	color:#fff;
}
.section-microsite .title-section,
.section-microsite .title-section-dashed,
.section-microsite .title-section a,
.section-microsite .title-section-dashed a,
.drm-tagv3 .list-tagv3 > li a:hover,
.section-microsite a:hover,
.section-microsite .link-kategori,
.section-microsite .link-kategori:hover,
.drm-link-number .number,
.section-microsite .list-article-number > li a:hover p,
.section-microsite .body-paragraph p a, 
.section-microsite ul.list-crosslink > li a,
.section-microsite .list-tag-border > li a:hover,
.section-microsite .btn-border:hover{
	color:#FF9666;
}
.section-microsite .title-section-dashed,
.section-microsite .title-section{
	margin-bottom:30px;
}
.section-microsite .title-section-dashed{
	padding-bottom:15px;
	border-bottom:1px dashed #dedede;
	position:relative;
	margin-top:15px;
}
.section-microsite .title-section-dashed,
.section-microsite .title-section,
.section-microsite .drm-article-section .title-section,
.section-microsite .title-section-dashed a,
.section-microsite .title-section a{
	font-family: 'BELLABOO-Regular';
	font-size:35px;
	font-weight:normal;
	line-height:normal
}
.section-microsite .list-article-trending {
	margin-top:-15px;
}
.article-column {
	border-top:1px dashed #dedede;
	border-bottom:1px dashed #dedede;
}
.article-column .col50 {
	padding-top:30px;
	padding-left:30px;
}
.article-column .col50:first-child {
	padding-right:30px;
	border-right: 1px dashed #dedede;
}
.section-microsite .article-latest .list-article-trending{
	padding-bottom:20px;
	min-height:500px;
}
.section-microsite .article-latest .list-article-trending > li{
	padding-top:0;
	padding-bottom:30px;
}
.list-article-recommended {
	border-left:1px dashed #dedede;
}
.article-right-column .title-section{
	padding-left: 20px;
	padding-right: 8px;
}
.section-microsite .btn-more,
.section-microsite .title-section-dashed  .btn-more{
	font-size:13px;
	font-family:'Open Sans', sans-serif;
	color:#fff;
	line-height: 26px;
}
.section-microsite .list-ariticle-small{
	margin:0 -10px;
}
.section-microsite .list-ariticle-small > li{
	margin-top:0 !important;
	padding:0 10px;
	width:33.33%;
	float:left;
	min-height:120px;
}
.list-article-trills > li,
.article-right-column .title-section.text-center{
	padding:0;
}
.section-microsite .article-right-bg{
	padding:15px;
}
.section-microsite .article-right-bg .title-section{
	margin-bottom:15px;
}
.section-microsite .article-right-bg .title-section,
.section-microsite .article-right-bg .title-section a{
	font-size:28px;
}
.section-microsite .list-tag-border > li a:hover,
.section-microsite .btn-border:hover{
    border-color:#FF9666;
}
.section-microsite .btn-border {
	margin-top:0;
	margin-bottom:15px;
}
.article-column-tag .col50{
	float:left;
	width:50%;
	padding-top:25px;
	padding-left:15px;
	margin-top:25px;
}
.article-column-tag .col50:first-child{
	padding-left:0;
	padding-right:15px;
}
.section-microsite .article-tag-column .col50, 
.section-microsite .article-tag-column {
    border: none;
}
.section-microsite .list-pagination-microsite > li.active a, 
.section-microsite .list-pagination-microsite > li a:hover{
	background:#FED7C6;
	color:#FF9666 !important;
}
.section-microsite .arrow-article-paging {
    width: 40px;
    height: 40px;
}
.section-microsite .arrow-article-paging.arrow-left{
    background: url(https://a.dream.co.id/assets/img/Prev-parenting.png) no-repeat;
	background-position: 0px -40px;
}
.section-microsite .arrow-article-paging.arrow-right{
	background:url(https://a.dream.co.id/assets/img/Next-parenting.png) no-repeat;
	background-position: 0px -40px;
}
.section-microsite .arrow-article-paging.arrow-left:hover,
.section-microsite .arrow-article-paging.arrow-right:hover {
	background-position:0 0;
}
.section-microsite .title-detail-tag {
	vertical-align:top;
}
.section-microsite .list-tag-border{
	padding-left:10px;
}
.section-microsite .list-tag-border > li {
	margin:5px;
}
.community-right .list-article-link > li {
	padding: 15px 10px;
}

.list-article-dont-miss .deskrip-article .cat-name > a{
    color: #FF9666;
}
.drm-top-nav,
.nav-microsite > li a,
.drm-header-microsite .list-social > li a.search-icon,
.section-microsite .btn-more,
.section-microsite .list-article-number > li a:hover .article-number,
.section-microsite .list-pagination-microsite > li a,
.section-microsite ul.list-paging > li.intro-active a, 
.section-microsite ul.list-paging > li.active a, 
.section-microsite ul.list-paging > li a:hover,
.section-microsite .artikel-paging-foto a:hover{
	background:#FF9999;
}
.nav-microsite > li.active a, 
.nav-microsite > li a:hover,
.section-microsite .btn-more:hover{
	background:#FFEAEA;
}
.drm-header-microsite .list-social > li a.search-icon:hover{
	background:#ff5555;
}
.nav-microsite > li.active a, 
.nav-microsite > li a:hover{
	color:#FF9999;
}
.section-microsite .title-section,
.section-microsite .title-section-dashed,
.section-microsite .title-section a,
.section-microsite .title-section-dashed a,
.drm-tagv3 .list-tagv3 > li a:hover,
.section-microsite a:hover,
.section-microsite .link-kategori,
.section-microsite .link-kategori:hover,
.drm-link-number .number,
.section-microsite .list-article-number > li a:hover p,
.section-microsite .body-paragraph p a, 
.section-microsite ul.list-crosslink > li a,
.section-microsite .list-tag-border > li a:hover,
.section-microsite .btn-border:hover{
	color:#FF9999;
}
.section-microsite .title-section,
.section-microsite .title-section a{
	font-family: 'Open Sans', sans-serif;
	font-size:36px;
	font-weight:bold;
}
.section-microsite .title-section{
	margin-bottom:15px;
}
.section-microsite .title-section-dashed{
	border-bottom:1px solid #dedede;
}
.section-microsite .drm-article-section .title-section,
.section-microsite .drm-article-section .title-section a,
.section-microsite .title-section-dashed,
.section-microsite .title-section-dashed a{
	font-family: 'Open Sans', sans-serif;
	font-size:28px;
	font-weight:600;
}
.article-column {
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
}
.article-column .col50:first-child {
    border-right: 1px solid #dedede;
}
.list-article-recommended {
	border-left:1px solid #dedede;
}
.section-microsite .list-article-recommended  .native-video {
	margin-top:0;
}
.section-microsite .btn-more,
.section-microsite .title-section-dashed  .btn-more{
	font-size:13px;
	font-family:'Open Sans', sans-serif;
	color:#fff;
	line-height: 26px;
}
.section-microsite .btn-more:hover{
	background:#FF9999;
}
.section-microsite .col-three300 .title-section{
	margin-bottom:30px;
}
.section-microsite .col-three300 .list-ariticle-small{
	margin:0;
}
.section-microsite .col-three300 .list-ariticle-small > li{
	float:none;
	padding:0;
	width:100%;
	margin-top:10px !important;
}
.section-microsite .col-three300 .list-ariticle-small > li:first-child{
	margin-top:0;
}
.section-microsite .article-right-bg .title-section,
.section-microsite .article-right-bg .title-section a{
	font-size:28px;
}
.section-microsite .list-tag-border > li a:hover,
.section-microsite .btn-border:hover{
    border-color:#FF9999;
}
.section-microsite .list-pagination-microsite > li.active a, 
.section-microsite .list-pagination-microsite > li a:hover{
	background:#FFEAEA;
	color:#FF9999 !important;
}
.section-microsite .arrow-article-paging.arrow-left{
    background: url(https://a.dream.co.id/assets/img/prev-hijab.png) no-repeat;
	background-position: 0px -40px;
}
.section-microsite .arrow-article-paging.arrow-right{
	background:url(https://a.dream.co.id/assets/img/next-hijab.png) no-repeat;
	background-position: 0px -40px;
}
.section-microsite .arrow-article-paging.arrow-left:hover,
.section-microsite .arrow-article-paging.arrow-right:hover {
	background-position:0 0;
}

.list-article-dont-miss .deskrip-article .cat-name > a{
    color: #FF9999;
}
