@charset "utf-8";

@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:'Roboto-Regular';src: url('fonts/Roboto/Roboto-Regular.ttf');}
@font-face {font-family:'Roboto-Bold';src: url('fonts/Roboto/Roboto-Bold.ttf');}
@font-face {font-family:'Roboto-Italic';src: url('fonts/Roboto/Roboto-Italic.ttf');}
@font-face {font-family: 'Roboto-Medium';src: url('fonts/Roboto/Roboto-Medium.ttf');}
@font-face {font-family:'RobotoCondensed-Bold';src: url('fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf');}
@font-face {font-family:'Silka';font-style: normal;src: url('fonts/Silka/Silka-Regular.otf');}
@font-face {font-family:'Oswald';font-weight: 400;src: url('fonts/Oswald/Oswald-Regular.ttf');}
/* BASE STYLES */

body {
    font-family: Emag daxline;
    font-size: 18px;
    color: #333;
    background: #fff !important;
    line-height: 1.3;
    /* min-width: 1000px; */
}
/* #top-bar {
    filter: grayscale(1);
} */
.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;
}
.clearfix::before,
.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: #20b2aa;
    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;
}
#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 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;
}
#__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: 1182px;margin: 0 auto;text-align: left;}
.fw{width: 100%;}
.lt{float: left;display: block;}
.rt{float: right;display: block;}
.f-info-logo {
    font-family: 'Silka', sans-serif;
    color: #20b2aa;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: -1px;
    font-size: 11px;
}
/* Comment */
#comment-system-cms{
    background-color: #f7f7f7;
    padding: 20px;
    margin-bottom:20px;
}
.comments-reply {
    background-color: #fff;
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
}
#TITLE_HOLDER{
    color: #fff;
    font-weight: 700;
    background: #006c2b;
}
.box-reply,.article-comment,.box-comment,#commnet-top,.comments,.comment-actions,.comment-actions .reply{
    width:100%;
    float:left;
}
.article-comment .box-comment .content{
    margin: 0;
}
.box-comment textarea, .comment-actions .reply textarea {
    width: calc(100% - 20px);
    max-width: 100%;
    min-width: calc(100% - 20px);
    height: 90px;
    border: 1px solid #e6e6e6;
    padding: 10px;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.__MB_ACTION_POST_COMMENT, .__MB_ACTION_POST_COMMENT-SUB, .__MB_USER_ACTION_POST_COMMENT, .__MB_USER_ACTION_CLOSED_COMMENT {
    height: 24px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    background-color: #0090a1;
    border: 0;
    font: 700 12px/24px 'RobotoCondensed-Bold', Arial,sans-serif;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 12px;
    padding: 0 15px;
}
.__MB_USER_ACTION_POST_COMMENT{margin-right: 10px;}
textarea::placeholder, input::placeholder, 
textarea::-moz-placeholder, input::-moz-placeholder, 
textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 14px;
    font-weight: 400;
} 
#commnet-top {
    border-bottom: thin solid #eaeaea;
    padding: 0 10px;
}
#commnet-top label {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #0090a1;
    height: 30px;
    font-weight: 700;
    line-height: 30px;
}
#commnet-top label img{
    padding-right:8px;
}
.__MB_FILTER_COMMENT {
    float: left;
    height: 30px;
    line-height: 31px;
    font-size: 11px;
    color: #444;
    background: url(../images/ico-binh-luan.png) left 9px no-repeat;
    padding-left: 8px;
    margin-left: 6px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.__MB_FILTER_COMMENT.current {
    color: #0077c0;
}
.comments{
    padding:0;
    margin: 0;
    list-style:none;
}
.comments li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eaeaea;
}
.comments li:last-child{
    border-bottom: 0;
}
.comments > li {
    padding: 10px;
}
.comments li .meta {
    height: 24px;
    line-height: 24px;
    margin-bottom: 8px;
}
.comments > li > .meta{
    margin-top: 0;
}
.comments li .meta .author {
    font-size: 12px;
    font-weight: 700;
    float: left;
}
.comments li .meta img.avatar {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    float: left;
    margin-right: 10px;
    background: #eaeaea;
}
.comment-content {
    width: 100%;
    float: left;
    text-align: justify;
    font-size: 12px;
}
.comment-content p{
    margin-top: 0;
    margin-bottom:5px;
}
.comment-actions a,.comment-actions .time {
    margin-right: 15px;
    line-height: 20px;
    height: 20px;
    color: #999;
    text-decoration: none;
    float: left;
    font-size: 12px;
}
.comment-actions a span {
    padding-right: 3px;
}
.comment-actions a:hover{
    text-decoration: none;
}
.comment-actions a.btnDislike {
    display: none;
}
.comment-actions .reply{
    margin-top: 10px;
    display:none;
}
.comment-actions .reply textarea{
    height:50px;
}
.comments.sub-comments {
    padding: 0 0 0 40px;
    background-color: #fff;
}
.comments.sub-comments li{
    border-bottom: 0;
    margin-bottom: 0;
}
.comments.sub-comments li .comment-content {
    background: #fff;
    padding: 5px 0;
}
.comments.sub-comments li .comment-actions{
    background: #fff;
    padding: 0;
}
.comments.sub-comments .btnDislike{
    margin-right:0;
}
.box-reply .__MB_CM_PAGING {
    width: 100%;
    border-top: 1px solid #eaeaea;
    float: left;
    text-align: center;
    padding: 5px;
}
.box-reply .__MB_CM_PAGING a, .box-reply .__MB_CM_PAGING span {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background: #f7f7f7;
    font-weight: 700;
    padding: 0 7px;
    border-radius: 3px;
    color: #8CCBD3;
}
.box-reply .__MB_CM_PAGING a:hover, .box-reply .__MB_CM_PAGING .current {
    background: #ccc;
    color: #fff;
}
.box-reply .__MB_CM_PAGING span:first-child{
    display: none;
}
.ico-live,.ico-image,.ico-video,.ico-vote,.ico-comment {font-size: 12px;}
.__MASTERCMS_CONTENT img, .__MASTERCMS_CONTENT_MOBILE img {
    height: auto;
}
table[align="left"],
table.__MASTERCMS_TABLE_DATA[align="left"] {
    margin:5px 20px 0 15px;
}
table[align="right"],
table.__MASTERCMS_TABLE_DATA[align="right"] {
    margin-left: 15px; margin-top: 10px;
}
/* footer-logo */
.footer-logo img{width: 160px;}
.footer-center .f-info-logo {font-family: 'Silka',sans-serif;color: #20b2aa;text-transform: uppercase;margin-top: 5px;letter-spacing: -1px;margin-bottom: 10px;}
/* footer-top */
.footer-top{padding: 20px 0;background: #eee;display: none;}
.support-contact {display: flex;justify-content: center;align-items: center;}
.support-idea,.support-tel,.support-ads{font-size:16px;float: left;color: #555;line-height: 36px;margin-left: 40px;}
.support-idea span,.support-tel span{float: left;display: block;width: 36px;height: 36px;text-align: center;background: #20b2aa;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: #8CCBD3;color: #fff;border-radius: 36px;padding: 0 15px;}
.support-ads span{margin-right: 5px;}
/* footer-center */
.footer-center{font-size:13px;color:#333;border-top: 1px solid #d0dcea;background:#eee;padding: 25px 0 20px 0;}
.footer-body-left{width: 350px;white-space: nowrap;}
.footer-body-center{width: 315px;padding-top: 22px; margin-right: 25px;}
.footer-body-contact{width: 276px;padding-top: 22px;}
.footer-center p {
    padding-bottom: 6px;
    margin-bottom: 0;
    font-family: 'Roboto-Regular', sans-serif;
}
.footer-body-right{width: 210px;padding-top: 22px;}
.footer-center h4 {font-size: 18px;color: #333;margin-bottom: 10px;display: block;height: 24px;}
.footer-body-right .button-social a{width: 27px;height: 27px;margin-left: 15px;}
.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:hover {
    background-color: #ebebeb;
    color: inherit;
}
.footer-center p b, .footer-center p strong {
    font-weight: 700;
    font-family: 'Roboto-Bold', sans-serif;
}
/* footer-bottom */
.footer-bottom{background: #eee;border-top: 1px solid #d0dcea;padding: 15px 0;}
.footer-bottom .site-center{text-align: center;}
.footer-bottom a{color: #ababab;font-size: 13px;font-family: 'Roboto-Regular', sans-serif; font-weight: 400;}
.gotop {background: #8CCBD3;width: 50px;height: 50px;display: none;border-radius: 100%;position: fixed;bottom: 225px;right: 10px;cursor: pointer;z-index: 1000;}
.gotop:hover {background: #20b2aa;}
.gotop i{color: #fff;line-height: 50px;}

/* bxFooter */
.bxFooter p {
    margin-bottom: 0;
    font-family: 'Roboto-Regular', sans-serif;
    font-weight: 400;
}
.bxFooter p b, .bxFooter p strong {
    font-weight: 700;
    font-family: 'Roboto-Bold', sans-serif;
}
.f-info-logo {
    font-family: 'Silka', sans-serif;
    color: #20b2aa;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: -1px;
    font-size: 11px;
}

.bxFooter {
    border-top: 3px solid #20b2aa;
    background: #eee;
    padding: 8px 0;
    text-align: left;
    margin-top: 15px;
    position: relative;
}

.logoFooter {
    margin-top: 5px;
}

.logoFooter img {
    height: 40px;
}

.gotop {
    background: #8CCBD3;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    float: right;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 8px;
}

.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', sans-serif;
    font-weight: 400;
}

.bxFooterAuth h4 {
    font-size: 16px;
}

.bxMasterCMS {
    background: #fff;
    padding: 8px 0;
}

.bxMasterCMS a {
    font-size: 13px;
    color: #555;
    font-family: 'Roboto-Regular', sans-serif;
    font-weight: 400;
    text-align: center;
    display: block;
}
.mobile-button {
    background: #ccc;
    width: 100%;
    line-height: 100px;
    color: #20b2aa;
    font-size: 36px;
    text-align: center;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
}
@media screen and (max-width: 1082px) {
    .site-center {
        width: auto;
        padding: 0 5px;
    }
}
@media screen and (max-width: 600px) {
    #comment-system-cms {
        padding: 5px;
    }
    .footer-body-left {
        white-space: unset;
    }
}