@charset "utf-8";
@import "fancybox.css";
@font-face {
    font-family: 'Emag facebook';
    src: url('fonts/facebook/UTMFacebook.eot');
    src: url('fonts/facebook/UTMFacebook.eot?#iefix') format('embedded-opentype'), 
    url('fonts/facebook/UTMFacebook.woff') format('woff'), 
    url('fonts/facebook/UTMFacebook.ttf') format('truetype'), 
    url('fonts/facebook/UTMFacebook.svg') format('svg');
}

@font-face {
    font-family: 'Emag belle';
    src: url('fonts/belle/SFUBelle.eot');
    src: url('fonts/belle/SFUBelle.eot?#iefix') format('embedded-opentype'), 
    url('fonts/belle/SFUBelle.woff') format('woff'), 
    url('fonts/belle/SFUBelle.ttf') format('truetype'), 
    url('fonts/belle/SFUBelle.svg') format('svg');
}

@font-face {
    font-family: 'Emag avo';
    src: url('fonts/avo/UTMAvo.eot');
    src: url('fonts/avo/UTMAvo.eot?#iefix') format('embedded-opentype'), 
    url('fonts/avo/UTMAvo.woff') format('woff'), 
    url('fonts/avo/UTMAvo.ttf') format('truetype'), 
    url('fonts/avo/UTMAvo.svg') format('svg');
}

@font-face {
    font-family: 'Emag usa';
    src: url('fonts/usa/UTMAmericanSans.eot');
    src: url('fonts/usa/UTMAmericanSans.eot?#iefix') format('embedded-opentype'), 
    url('fonts/usa/UTMAmericanSans.woff') format('woff'), 
    url('fonts/usa/UTMAmericanSans.ttf') format('truetype'), 
    url('fonts/usa/UTMAmericanSans.svg') format('svg');
}

@font-face {
    font-family: 'Emag caviar';
    src: url('fonts/caviar/UTMCaviar.eot');
    src: url('fonts/caviar/UTMCaviar.eot?#iefix') format('embedded-opentype'), 
    url('fonts/caviar/UTMCaviar.woff') format('woff'), 
    url('fonts/caviar/UTMCaviar.ttf') format('truetype'), 
    url('fonts/caviar/UTMCaviar.svg') format('svg');
}

@font-face {
    font-family: 'Emag centur';
    src: url('fonts/centur/UTMCentur.eot');
    src: url('fonts/centur/UTMCentur.eot?#iefix') format('embedded-opentype'), 
    url('fonts/centur/UTMCentur.woff') format('woff'), 
    url('fonts/centur/UTMCentur.ttf') format('truetype'), 
    url('fonts/centur/UTMCentur.svg') format('svg');
}

@font-face {
    font-family: 'Emag colo';
    src: url('fonts/colo/UTMColossalis.eot');
    src: url('fonts/colo/UTMColossalis.eot?#iefix') format('embedded-opentype'), 
    url('fonts/colo/UTMColossalis.woff') format('woff'), 
    url('fonts/colo/UTMColossalis.ttf') format('truetype'), 
    url('fonts/colo/UTMColossalis.svg') format('svg');
}

@font-face {
    font-family: 'Emag daxline';
    src: url('fonts/daxline/UTMDaxline.eot');
    src: url('fonts/daxline/UTMDaxline.eot?#iefix') format('embedded-opentype'), 
    url('fonts/daxline/UTMDaxline.woff') format('woff'), 
    url('fonts/daxline/UTMDaxline.ttf') format('truetype'), 
    url('fonts/daxline/UTMDaxline.svg') format('svg');
}

@font-face {
    font-family: 'Emag futura';
    src: url('fonts/futura/UTMFuturaExtra.eot');
    src: url('fonts/futura/UTMFuturaExtra.eot?#iefix') format('embedded-opentype'), 
    url('fonts/futura/UTMFuturaExtra.woff') format('woff'), 
    url('fonts/futura/UTMFuturaExtra.ttf') format('truetype'), 
    url('fonts/futura/UTMFuturaExtra.svg') format('svg');
}

@font-face {
    font-family: 'Playfair_Display_Italic';
    font-weight: 400;
    src: url('ldcd/fonts/Playfair_Display/PlayfairDisplay-Italic.ttf');
}

@font-face {
    font-family: 'Playfair_Display_Italic';
    font-weight: 700;
    src: url('ldcd/fonts/Playfair_Display/PlayfairDisplay-BoldItalic.ttf');
}
/* BASE STYLES */

body {
    font-family: Emag daxline;
    font-size: 18px;
    color: #333;
    background: #fff !important;
    line-height: 1.3;
    /* min-width: 1000px; */
}

.wrapper {
    max-width: 1248px;
    margin: 0 auto;
    position: relative
}

.wrapper1 {
    width: 1170px;
    margin: 0 auto;
    /* background: #fff; */
}

a {
    text-decoration: none;
    border: none;
    color: #333333;
}
a:hover{
    text-decoration:none;
}

ul,
ol {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
}
/* #top-bar {
    filter: grayscale(1);
} */
.clearfix:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    clear: both;
}

.box-img {
    display: inline-block;
    overflow: hidden;
}

p{
    margin-bottom: 20px;
    /* word-break: break-all; */
    /*text-align: justify;*/
}
hr{border-color: #888;}

.col img{
    width: 100%;
    height: auto;
}
.col-1-2{
    width: 48.8%;
}
.row{
    margin: 10px 0;
}

#top-bar {
    height: 40px;
    background: #3e4095;
    line-height: 40px;
    padding: 0 15px 0 0;
    text-align: center;
    overflow: hidden;
}
.emag span.first {
    font-family: Emag daxline;
    font-size: 27px;
    font-weight: bolder;
    color: #ffa500;
}
.emag span.second {
    text-transform: uppercase;
    font-family: Emag colo;
    font-size: 30px;
    color: #fff;
}
.share-but{
    display: block;
    float: right;
    background: #01458e;
    color: #fff;
    padding: 0 20px;
}

.emag{
    display: inline-block;
    margin: 0 auto;
}
.vir-logo {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
}
#top-bar .vir-logo img[alt="Back to homepage"]{
    float: left;
    margin-right: 10px;
    height: 28px;
    margin-top: 5px;
}
.vir-logo img[alt="E-Magazine"]{
	display: none;
}
#top-bar .fb-like{
    position: absolute;
    right: 10px;
    top: 0;
}
.primary-tit{
    font-size: 3.86em;
    font-family: Emag facebook;
    color: #1c75bc;
    text-align: center;
    line-height: 1.2;
}
.sapo{
    font-size: 1.23em;
    /*font-family: Emag caviar;*/
    /* color: #bf1e2e; */
    text-align: center;
    line-height: 1.2;
    margin-top: 30px;
    position: relative;
}
.sapo::after{
    content: "";
    width: 70%;
    height: 1px;
    background: #2e3092;
    /* position: absolute; */
    /* left: 0; */
    /* bottom: 0; */
    display: block;
    margin: 0 auto;
    margin-top: 21px;
}
.secondary-tit{
    font-size: 3em;
    text-transform: capitalize;
    text-align: center;
    font-family: Emag futura;
    color: #1c75bc;
}
.subtitle{
        text-align: center;
        font-size: 1.1em;
        font-family: Emag centur;
        color: #1c75bc;
        margin-top: -10px;
}
.content{
    margin-top: 30px;
}
.drop-cap{
    /* font-size: 4em; */
    /* font-family: Emag belle; */
    /* position: absolute; */
    /* left: -75px; */
    /* top: -55px; */
    /* color: #ed1c24; */
    font-weight: bold;
    font-size: 1.5em;
}
.content p.first-para{
    position: relative;
}

figcaption{
    font-family: Emag avo;
    font-size: 13px;
    margin-bottom: 10px;
}


.col-text{
    float: left;
}
.col-img{
    float: right;
}
.summary{
    text-align: center;
    font-family: Emag colo;
    font-size: 2.5em;
    color: #1c75bc;
}
.img-footer{
    text-align: center;
    margin: 30px 0;
}
.img-footer img{
    width: 40%;
}
.red-bar{
    height: 30px;
    background: #1c75bc;
}
.author{
    text-align: right;
    font-family: Emag usa;
}
.content-style2{
    font-family: Emag caviar;
}
.box-img1, .box-img2, .box-img3{
    margin: 0 auto;
    margin-bottom: 10px;
}
.box-img1 img, .box-img2 img, .box-img3 img{
    width: 100%;
}
.box-img1, .box-img1{
    width: 100%;
}

.box-img3{
    width: 70%;
}

/* RESPONSIVE */
@media screen and (max-width: 700px) {
    .emag {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .wrapper, .wrapper1 {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
   .col-1-2{
       width: 100%;
       margin-bottom: 10px;
   }
    body{
        font-size: 17px;
    }
    .primary-tit{
        font-size: 2.56em;
    }
    .share-but{
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
        position: relative;
        top: 11px;
    }
    .emag span.second {
        font-size: 1.4em;
    }
    .drop-cap {
        font-size: initial;
        font-family: initial;
        position: static;
        font-size: 1.5em;
    }
    .secondary-tit {
        font-size: 2.4em;
        margin-bottom: 10px;
    }
    .summary {
        
        font-size: 2.3em;
    }
    .box-img1, .box-img2, .box-img3{
        width: 100%;
    }
    .row{
        margin: 0;
    }
    .subtitle{
        margin-bottom: 10px;
    }
}
#htmlContent.htmlContent{
	width:100%;
	font-size:18px;
	line-height:1.4;
}
#htmlContent.htmlContent b,
#htmlContent.htmlContent strong,
#htmlContent.htmlContent h1,
#htmlContent.htmlContent h2,
#htmlContent.htmlContent h3,
#htmlContent.htmlContent h4,
#htmlContent.htmlContent h5,
#htmlContent.htmlContent h6{
	/*font-family: Emag daxline;*/
}
#__MB_MASTERCMS_EL_3 table:first-child{
    margin-top: 0 !important;
}
#__MB_MASTERCMS_EL_3 .main-content > table{margin-top: 0 !important;}
#__MB_MASTERCMS_EL_3 .main-content > table .bg-full h1{margin-top: 0 !important;}

.site-center{width: 1110px;margin: 0 auto;text-align: left;}
.fw{width: 100%;}
.lt{float: left;display: block;}
.rt{float: right;display: block;}
.___widget_video_article .videoWrapper audio {
    width: 100%;
}
.emag-comment {
    margin-bottom: 20px;
}
#emag-112388 .emag-comment {
    display: none !important;
}
/* footer-top */
.footer-top{padding: 20px 0;background: #eee;position: relative;z-index: 2;}
.support-idea,.support-tel,.support-ads{font-size:16px;float: left;color: #555;line-height: 36px;margin-left: 40px;font-family: 'Roboto-Bold', Arial, sans-serif;}
.support-idea span,.support-tel span{float: left;display: block;width: 36px;height: 36px;text-align: center;background: #3e4095;border-radius: 36px;margin-right: 10px;}
.support-idea span i,.support-tel span i{color: #fff;line-height: 36px;font-size: 14px;}
.support-ads{background: #f2994a;color: #fff;border-radius: 36px;padding: 0 15px;}
.support-ads span{margin-right: 5px;}
.footer-top b,.footer-center b{font-family: 'Roboto-Bold', Arial, sans-serif;}
/* footer-center */
.footer-center{font-size:13px;color:#555;border-top: 5px solid #3e4095;background:#eee;padding: 25px 0 20px 0;font-family: 'Roboto-Regular', Arial,sans-serif;}
.footer-body-left{width: 270px;white-space:nowrap}
.footer-body-center{width: 288px;padding-top: 22px;margin-right: 25px;}
.footer-body-contact{width: 292px;padding-top: 22px;}
.footer-center p {padding-bottom: 6px;margin: 0;}
.footer-body-right{width: 220px;padding-top: 22px;}
.footer-center h4 {font-size: 18px;color: #555;margin-bottom: 10px;display: block;height: 24px;}
.footer-body-right .button-social a{width: 27px;height: 27px;margin-left: 10px;background: #fff;overflow: hidden;border-radius: 27px;border: 1px solid #ccc;}
.footer-body-right .button-social .ico-rss {background: #f2994a;}
.button-social {display: flex;justify-content: flex-end;align-items: center;}
.footer-body-right h4 {text-align: right;font-family: 'Roboto-Regular', sans-serif;font-weight: 400;font-size: 14px;}
.footer-body-right .button-social i{line-height: 27px;}
.footer-body-center,.footer-body-contact {margin-bottom: 6px;}
.post-reader {
    background-color: #fff;
    border: 1px solid rgba(53,53,53,.25098);
    border-radius: 100px;
    color: #222;
    display: block;
    font-family: 'Roboto-Regular', sans-serif;
    font-weight: 400;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-left: auto;
    text-align: center;
    width: 145px;
    margin-top: 30px;
}
.post-reader:nth-of-type(n+2) {
    margin-top: 10px;
}
.post-reader:hover {
    background-color: #ebebeb;
    color: #3e4095;
}
/* footer-logo */
.footer-logo img{width: 160px;}
.footer-center .f-info-logo {font-family: 'Silka',sans-serif;color: #555;text-transform: uppercase;margin-top: 5px;letter-spacing: -1px;margin-bottom: 10px;}
/* footer-bottom */
.footer-bottom{background: #fff;padding: 15px 0;position: relative;z-index: 2;font-family: 'Roboto-Regular', sans-serif;}/* border-top: 1px solid #5e5e5e;*/
.footer-bottom .site-center{text-align: center;}
.footer-bottom a{color: #555;font-size: 13px;}
.gotop {background: #7273b4;width: 50px;height: 50px;display: none;border-radius: 100%;position: fixed;bottom: 225px;right: 10px;cursor: pointer;z-index: 1000;}
.gotop i{color: #fff;line-height: 50px;}
.mobile-button {display:none;height: 60px;line-height: 60px;text-align: center;width: 100%;float: left;background: #3e4095;color: #fff !important;font-size: 18px;}
.mobile-button i{margin-right: 5px;}

/* bxFooter */
.bxFooter .site-center,.bxMasterCMS .site-center{width: calc(100% - 10px) !important;padding: 0 5px;}
.bxFooterAuth h4{font-family: 'Roboto-Bold', Arial, sans-serif;}
.bxFooter{border-top: 3px solid #3e4095;background: #eee;padding: 8px 0;text-align: left;margin-top: 15px;}
.logoFooter {margin-top: 5px;}
.bxFooter p{margin-bottom: 0;}
.logoFooter img{height: 25px;}
.gotop {background: #7273b4;width: 36px;height: 36px;border-radius: 100%;cursor: pointer;display: block;float: right;text-align: center;}
.gotop i {color: #fff;line-height: 36px;}
.bxFooterAuth,.bxFooterLicense {font-size: 13px;color: #555;margin-top: 10px;padding-top: 10px;border-top: 1px solid #fff;font-family: 'Roboto-Regular', Arial,sans-serif;}
.bxFooterAuth h4{font-size: 16px;}
.bxMasterCMS{background: #fff;padding: 8px 0;}
.bxMasterCMS a{font-size: 13px;color: #555;}
#emag-113215 #luu-but-dt-112388,
#emag-112388 #hom-thu-113215 {
    display: none;
}
@media screen and (max-width: 1179px) {
    .banner img {
        width: 100%;
    }
}