a{moz-transition:all .3s;ms-transition:all .3s;o-transition:all .3s;transition:all .3s;webkit-transition:all .3s}
a:hover,a:active,a:focus{text-decoration:none!important}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: 'Roboto', sans-serif; right: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: 'Roboto', sans-serif;}
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
.clear10{clear:both;height:10px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.nopadding{padding:0!important}
.nomargin{margin:0}
.fullwidth{width: 100%;}
.clwhite{color: #fff;}
.clblack{color: #000;}
.bold{font-weight: 700;}
.flex{display: flex;align-items: center;}
.flex-n{display: flex;}
.flex-bw{display: flex;align-items: center;justify-content: space-between;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.row:before{content: unset;}
.editer img{
    height: auto !important;
}
.editer p{
    margin-bottom: 10px;
}
.form-search{
    width: 170px;
    border: 2px solid #e1e1e1;
    border-radius: 2px;
}
.logo{
    display: block;
    width: 200px;
}
.banner{
    width: calc(100% - 430px);
}
.form-search button{
    width: 30px;
    height: 30px;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.form-search input{
    width: calc(100% - 30px);
    height: 30px;
    background: #f4f4f4;
    padding: 6px 10px;
    border: none;
    box-shadow: unset;
    outline: unset;
}
.header-top{
    padding: 10px 0;
}
.header-bottom{
    background: #a91717;
}
.ul-main-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.ul-main-menu > li > a{
    display: inline-block;
    padding: 10px 5px;
    color: #fff;
    font-size: 14px;
}
.ul-main-menu > li:hover > a{
    background: #337ab7;
}
.has-sub{
    position: static;
}
.div-sub-menu {
    position: absolute;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 5px #949494;
    display: none;
    left: 0;
    top: 100%;
    z-index: 9999;
}
.has-sub:hover .div-sub-menu{
    display: flex;
    justify-content: space-between;
}
.clred{
    color: #a91717;
}
.left-sub-menu {
    width: 240px;
    background: #f4f4f4;
    min-height: 220px;
}
.tit-sub-menu {
    margin: 0;
    margin-bottom: 10px;
    color: #a91717;
    font-weight: 700;
    margin-top: 15px;
    text-transform: uppercase;
    padding: 0 10px;
}
.ul-sub-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-sub-menu > li > a {
    display: block;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.ul-sub-menu > li {
    padding: 5px 10px;
}
.ul-sub-menu > li > a > i{
    color: #ed1c24;
    font-size: 10px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.ul-sub-menu > li > a > span{
    width: calc(100% - 20px);
}
.has-sub-1 {
    position: static;
}
.ul-sub-menu-1 {
    position: absolute;
    top: 0;
    left: 240px;
    width: calc(100% - 240px);
    padding: 0;
    height: 100%;
    padding: 10px;
    display: none;
}
.ul-sub-menu > li:hover > a{
    color: #ed1c24;
}
.has-sub-1:hover .ul-sub-menu-1,
.ul-sub-menu > li.show-first > .ul-sub-menu-1{
    display: flex;
    justify-content: space-between;
    list-style-type: none;
}
.ul-sub-menu-1 > li{
    width: calc(20% - 10px);
}
.ul-sub-menu-1 > li > a > span{
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
}
.ul-sub-menu-1 > li > a{
    color: #000;
}
.main-block-page{
    padding: 20px 0;
}
.left-quangcao{
    width: 100px;
    position: relative;
}
.right-quangcao{
    width: 100px;
    position: relative;
}
.left-quangcao a,
.right-quangcao a{
    position: sticky;
    top: 0;
    display: block;
}
.content-page{
    width: calc(100% - 230px);
}
.flex-page {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.item-banner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-banner:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(transparent, #000);
    height: 120px;
}
.tit-banner{
    position: absolute;
    bottom: 50px;
    color: #fff !important;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 0 15px;
    z-index: 9;
}
.main-banner .owl-theme .owl-nav.disabled+.owl-dots{
    margin: 0;
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.main-banner .owl-theme .owl-dots .owl-dot{
    outline: unset;
}
.main-banner .owl-theme .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
    background: none;
    border: 1px solid #fff;
}
.main-banner .owl-theme .owl-dots .owl-dot.active span, 
.main-banner .owl-theme .owl-dots .owl-dot:hover span{
    background: #c81529;
}
.date-post i{
    margin-right: 7px;
}
.date-post{
    color: #6f6f6f;
    font-size: 12px;
}
.font18{
    font-size: 18px;
}
.font16{
    font-size: 16px;
}
.font15{
    font-size: 15px;
}
.font14{
    font-size: 14px;
}
.font13{
    font-size: 13px;
}
.font12{
    font-size: 12px;
}
.font11{
    font-size: 11px;
}
.font10{
    font-size: 10px;
}
.top-hot-news {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.tit-bottom-hot-news{
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 17px;
}
.items-bottom-hot-news {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    max-height: 110px;
    overflow: hidden;
    min-height: 110px;
}
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1{
    padding: 0 10px;
}
.row{
    margin: 0 -10px;
}
.bottom-hot-news:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-top: -1px;
}
.right-hot-news{
    background: #edf3f7;
    padding: 10px;
}
.tit-border-left{
    color: #f00;
    margin: 0;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    border-left: 6px solid #f00;
    padding-left: 10px;
    position: relative;
}
.tit-border-left:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #f00;
    position: absolute;
    top: calc(100% + 10px);
    left: -10px;
}
.bottom-right-hot-news{
    margin-top: 30px;
}
.item-right-hot-news{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.item-right-hot-news > a{
    display: block;
    width: 80px;
    margin-right: 10px;
}
.item-right-hot-news > h4{
    display: block;
    width: calc(100% - 90px);
}
.list-right-hot-news {
    margin-top: 35px;
}
.list-right-hot-news .item-right-hot-news:last-child{
    margin-bottom: 0;
}
.flex-start {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.main-tinnong24h {
    background: #e1e1e1;
    padding: 15px;
    margin: 20px 0;
}
.main-tinnong24h .tit-border-left:after{
    content: unset;
}
.main-tinnong24h .tit-border-left{
    margin: 0;
}
.col-20{
    width: 20%;
    float: left;
    padding: 0 10px;
}
.main-banner-quangcao{
    margin-bottom: 20px;
}
.tit-pub {
    margin: 0;
    font-weight: 700;
    font-size: 17px;
    padding: 0 10px;
    background: #e1e1e1;
    border-left: 7px solid #f00;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.tit-pub a{
    color: #f00;
}
.ul-right-cate-news-home{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    margin-right: 5px;
}
.ul-right-cate-news-home > li > a {
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    font-size: 10px;
    padding: 7px;
}
.ul-right-cate-news-home > li:hover > a{
    color: #f00;
}
.right-cate-news-home {
    display: flex;
    align-items: center;
}
.right-cate-news-home .btn-primary{
    background: #e1e1e1 !important;
    border: none;
    color: #000 !important;
    font-size: 10px;
    padding: 10px 7px;
    border-radius: 0;
    outline: unset !important;
    box-shadow: unset !important;
    height: 34px;
}
.right-cate-news-home .btn-primary i{
    margin-left: 4px;
}
.right-cate-news-home .open>.dropdown-menu {
    display: block;
    margin: 0;
    box-shadow: unset;
    border-radius: 0;
    padding: 0;
}
.right-cate-news-home .dropdown-menu>li>a{
    font-size: 13px;
}
.top-nav-cate {
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}
.mgbt15{
    margin-bottom: 15px;
}
.mgbt10{
    margin-bottom: 10px;
}
.right-news-flex{
    width: calc(100% - 90px);
}
.aside-mangxahoi{
    background: #edf3f7;
    padding: 10px 15px;
}
.social-aside{
    display: flex;
    justify-content: space-between;
}
.social-aside > a{
    flex: 1;
    display: block;
    margin: 0 2px;
    color: #fff;
    text-transform: uppercase;
    font-size: 8px;
}
.social-fb{
    background: #3b5998;
    text-align: center;
    padding: 10px 5px;
}
.social-fb i{
    font-size: 15px;
}
.social-fb span{
    display: block;
    text-align: center;
    margin-top: 7px;
}
.social-ytb{
    background: #e52c27;
    text-align: center;
    padding: 10px 5px;
}
.social-ytb i{
    font-size: 15px;
}
.social-ytb span{
    display: block;
    text-align: center;
    margin-top: 7px;
}
.social-tw{
    background: #1da1f2;
    text-align: center;
    padding: 10px 5px;
}
.social-tw i{
    font-size: 15px;
}
.social-tw span{
    display: block;
    text-align: center;
    margin-top: 7px;
}
.social-zl{
    background: #018fe5;
    text-align: center;
    padding: 10px 5px;
}
.social-zl span:first-child {
    font-size: 15px;
    height: 15px;
    display: inline-block;
    font-weight: 700;
}
.social-zl span:last-child{
    display: block;
    text-align: center;
    margin-top: 7px;
}
.aside-mangxahoi{
    margin-bottom: 25px;
}
.aisde-quangcao a{
    margin-bottom: 25px;
    display: block;
}
.right-danhmuc-news-home {
    padding-top: 34px;
}
.block-danhmuc-news-home{
    margin-bottom: 20px;
}
.block-news-thegioi{
    margin-bottom: 30px;
}
.main-news-kinhte{
    margin-bottom: 20px;
}
.pagi{
    text-align: right;
}
.pagi > a {
    display: inline-flex;
    margin-left: 5px;
    width: 22px;
    height: 22px;
    background: #e1e1e1;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 13px;
}
.pagi > a.active{
    font-weight: 700;
    border: 1px solid #f00;
}
.block-news-tieudung {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.block-news-tieudung > a {
    display: block;
    width: 200px;
    margin-right: 20px;
}
.right-block-news-tieudung{
    width: calc(100% - 220px);
}
.ul-ft-top{
    list-style-type: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.ul-ft-top > li > a{
    display: inline-block;
    padding: 10px;
    color: #000;
}
.footer-top{
    background: #eeeeee;
}
.footer-center{
    background: #f4f4f4;
    padding: 40px 0;
}
.logo-ft{
    display: block;
    width: 130px;
    margin-right: 20px;
}
.right-logo-ft{
    width: calc(100% - 150px);
}
.ul-ft-bototm{
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 150px;
}
.copyright {
    width: calc(100% - 150px);
}
.ul-ft-bototm > li{
    text-align: right;
}
.ul-ft-bototm > li > a{
    color: #000;
}
.footer-bottom{
    background: #eeeeee;
    padding: 20px 0;
}
.block-grid {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
.block-grid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(transparent, #000);
    height: 120px;
}
.tit-grid {
    position: absolute;
    bottom: 20px;
    color: #fff !important;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 0 15px;
    z-index: 9;
}
.left-grid{
    width: 50%;
}
.right-grid{
    width: 50%;
}
.items-right-grid {
    width: 50%;
}
.items-right-grid .tit-grid{
    font-size: 12px;
    bottom: 10px;
}
.items-right-grid .block-grid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    height: 60px;
}
.grid-bottom {
    margin: 20px 0;
}
.a-block{
    display: block;
}
.left-list-news {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.bottom-right-hot-news.nomargin{
    margin: 0;
}
.pagi.center{
    text-align: center;
}
.bar-top-page {
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}
.tit-bar-top{
    margin: 0;
    font-weight: 700;
    font-size: 17px;
    padding: 0 10px;
    border-left: 7px solid #f00;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin-right: 30px;
}
.video-tin iframe{
    width: 100%;
}
.content-tintuc{
    margin: 20px 0;
}
.tit-page-news{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.share-tin {
    margin-left: 20px;
}
.block-tinlienquan{
    margin-top: 20px;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #a91717 !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
#videoBox.out { 
    position: fixed; 
    bottom: 0; 
    right: 0; 
    width: 300px !important; 
    z-index: 9999; 
}




@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}
@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .ul-main-menu > li > a{
        font-size: 12px;
    }
    .tit-bottom-hot-news{
        font-size: 15px;
    }
    .ul-right-cate-news-home {
        display: none;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #a91717;
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 99999;
        padding: 0;
    }
    .sidenav .closebtn {
        font-size: 25px;
        display: block;
        align-items: center;
        width: 40px;
        background: #f5821f;
        color: #fff;
        margin: 0 auto;
        text-align: center;
        padding: 5px 0;
    }
    .menu-mobile {
        padding: 0;
        text-decoration: none;
        color: #818181;
        transition: 0.3s;
        list-style-type: none !important;
    }
    .menu-mobile li {
        margin: 0;
        background: unset;
        border: none;
        border-radius: 0;
        box-shadow: unset;
        border-bottom: 1px solid #ddd;
    }
    .menu-mobile a {
        padding: 15px 0 15px 20px;
        display: inline-block;
        width: calc(100% - 50px);
        color: #fff;
        font-size: 16px;
        text-transform: capitalize;
    }
    .menu-mobile a >img{
        width: 25px;
        margin-right: 10px;
    }
    .menu-mobile .sub-menu-mb .phelp a:first-child{
        padding: 15px 0 15px 15px;
        width: calc(100% - 50px);
    }
    .menu-mobile .sub-menu-mb a{
        width: 100%;
        padding: 15px;
    }
    .hassub-mb .phelp .a-icon {
        position: absolute;
        right: 15px;
        top: calc(50% - 7.5px);
        z-index: 9999;
        text-align: center;
        width: 20px;
        padding: 0;
    }
    .phelp {
        position: relative;
    }
    .phelp > a:first-child{
        border-right: 1px solid #ddd;
    }
    .sub-menu-mb{
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .sub-menu-mb > li{
        border-top: 1px solid #ddd;
        border-bottom: none;
        background: #4c1f1e;
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    .logo {
        width: 150px;
    }
    .banner {
        width: calc(100% - 200px);
    }
    .header-bottom{
        padding: 5px 0;
    }
    .form-search{
        width: calc(100% - 50px);
        border: none;
    }
    .left-quangcao,
    .right-quangcao{
        display: none;
    }
    .content-page {
        width: 100%;
    }
    .bottom-hot-news{
        margin-bottom: 15px;
    }
    .ul-right-cate-news-home{
        display: flex;
    }
    .flex-mb-991{
        display: flex;
        justify-content: space-between;
    }
    .width40-mb{
        width: 40%;
    }
    .width60-mb{
        width: 60%;
        padding-left: 15px;
    }
    .block-news-thegioi .top-hot-news-content{
        width: 100%;
        padding: 0;
    }
    .block-news-thegioi .top-hot-news-content p{
        text-align: center;
    }
    .block-news-thegioi .top-hot-news-content h4{
        margin-top: 10px;
        text-align: center;
    }
    .right-danhmuc-news-home{
        padding-top: 0;
    }
    .pagi{
        margin-bottom: 20px;
    }
    .tit-grid{
        font-size: 18px;
    }
    .bar-top-page .ul-right-cate-news-home{
        display: none;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .logo{
        width: 100%;
        text-align: center;
    }
    .logo img{
        width: 150px;
    }
    .flex-mb{
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .top-hot-news-img {
        width: 40%;
    }
    .top-hot-news-content {
        width: 60%;
        padding-left: 15px;
    }
    .top-hot-news-content .center{
        text-align: left;
    }
    .top-hot-news-content h4{
        margin-top: 0;
    }
    .items-bottom-hot-news {
        max-height: unset;
        min-height: unset;
        padding: 10px 0;
    }
    .right-cate-news-home{
        display: none;
    }
    .block-news-thegioi {
        margin-bottom: 15px;
    }
    .block-news-thegioi.flex-mb .top-hot-news-content {
        width: 60%;
        padding-left: 15px;
    }
    .block-news-thegioi.flex-mb .top-hot-news-content h4 {
        margin-top: 0;
        text-align: left;
    }
    .block-news-thegioi.flex-mb .top-hot-news-content p {
        text-align: left;
    }
    .block-news-tieudung > a{
        width: 40%;
    }
    .right-block-news-tieudung {
        width: calc(60% - 20px);
    }
    .footer-center .flex-bw{
        display: block;
    }
    .footer-center .editer.right{
        text-align: left;
    }
    .footer-bottom .flex-bw{
        display: block;
    }
    .copyright{
        width: 100%;
    }
    .ul-ft-bototm {
        width: 100%;
        margin-top: 10px;
    }
    .ul-ft-bototm > li{
        text-align: left;
    }
    .grid-news-top .flex-n{
        display: block;
    }
    .left-grid {
        width: 100%;
    }
    .right-grid{
        width: 100%;
    }
    .video-tin iframe{
        height: 350px;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .tit-banner {
        bottom: 40px;
        font-size: 15px;
    }
    .top-hot-news-content{
        margin-bottom: 15px;
    }
    .top-right-hot-news img{
        width: 100%;
    }
    .flex-mb-991{
        display: block;
    }
    .width40-mb,
    .width60-mb{
        width: 100%;
        padding: 0;
    }
    .ul-ft-top{
        display: block;
    }
    .copyright .flex{
        display: block;
    }
    .logo-ft{
        margin-bottom: 10px;
    }
    .right-logo-ft{
        width: 100%;
    }
    .footer-center{
        padding: 20px 0;
    }
    .video-tin iframe{
        height: 300px;
    }
}