.overlay{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 999;
}
.overlay.active{
    display: block;
}
.header-top .tag-menu{
    margin-top: 5px;
}
.main-content .section-1 .content-left .main-post .image img{
    max-height:333px;
}
#waveform{
    width: 100%;
    height: 32px;
    position: absolute;
    left: 0;
    cursor: pointer;
    transform: translateY(-50%);
}
.comment .label-post a{
    font-size: 20px;
        line-height: 24px;
        color: var(--main-color);
        background-color: #fff;
        font-family: "SF Pro Display";
        font-weight: bold;
}
.main-content .section-1 .content-right .audio .group-btn button.btn_play,.main-content .section-1 .content-right .audio .group-btn button.btn_pause,.audio-content-mb .audio .group-btn button.btn_play,.audio-content-mb .audio .group-btn button.btn_pause{
    width: 65px;
    height: 65px;
    border: 1px solid #163567;
    border-radius: 50%;
    font-size: 26px;
    color: #2A3C48;
}
.audio-content-mb .search form.active{
    top: 50%;
    margin: 0;
    padding: 0 15px;
    transform: translateY(-50%);
}
.audio-content-mb .search{
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 0; 
    position: absolute;
    width: 100%;
    bottom: 0;
    margin:0;
}
.header-bottom .menu-main .navbar-nav .nav-item.has-child{
    position: relative;
}
.header-bottom .menu-main .navbar-nav .nav-item.has-child .dropdown-menu{
    left: 50px;
    opacity: 0;
    background-color: #fff;
    margin-top: 0;
    top: calc(100% + 5px);
    display: block;
    visibility: hidden;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.2);
    padding: 15px;
    border-radius: 0;
    transition: all .3s ease;
}

.header-bottom .menu-main .navbar-nav .nav-item.has-child:hover .dropdown-menu{
    left: 0;
    opacity: 1;
    visibility: visible;
}

.header-bottom .menu-main .navbar-nav .nav-item.has-child .dropdown-menu li a{
    display: block;
    white-space: nowrap;
    padding-bottom: 10px;
    color:#333;
    font-weight: 500;
    font-size: 13px;
    transition: all .3s ease;
}
.header-bottom .menu-main .navbar-nav .nav-item.has-child .dropdown-menu li a:hover{
    color:var(--main-color);
}

.menu-big-destop{
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    background: #fff;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.2);
    transition: all .3s ease;
    padding-left: 20px;
}
.open-menu-big-destop:hover .menu-big-destop{
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.menu-big-destop .list-item-parent{
    padding-right: 30px;
}
.menu-big-destop .list-item-parent .item{
    display: block;
    color:#333;
    font-weight: 500;
    font-size: 14px;
    transition: all .3s ease;
    padding-bottom: 10px;
    width: 185px;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
}
.menu-big-destop .list-item-parent .item:hover{
    color:var(--main-color);
}
.menu-big-destop .list-item-parent .list-item-child{
    padding-bottom: 10px;
}
.menu-big-destop .list-item-parent .list-item-child li a{
    display: inline-block;
    color:#333;
    font-size: 13px;
    transition: all .3s ease;
    width: 185px;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;

}
.menu-big-destop .list-item-parent .list-item-child li a:hover{
    color:var(--main-color);
}
.main-content .section-3 .content-left .blog-list .item .content .trend a{
    text-transform: uppercase;
}
.main-content .section-3 .content-left .blog-slide .slide-blog .item-slide .content{
    min-height: 108px;
}
.main-content .section-4 .item-col .title-col{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border-left: 0;
    padding-left: 10px;
    position: relative;
}
.main-content .section-4 .item-col .title-col:before{
    position: absolute;
    content: '';
    width: 4px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 23px;
    background: var( --main-color);
    border-radius: 30px;
}
.main-content.video-page .content-relate-video .title h4{
    border-left: 0;
    position: relative;
    padding-left: 14px;
}
.main-content.video-page .content-relate-video .title h4:before{
    position: absolute;
    content: '';
    width: 4px;
    top: 2px;
    bottom: 2px;
    left: 0;
    background: var(--main-color);
    border-radius: 2px;
}
.section-3 .slider-blog-category .slide-post-3 .item .image img, .section-1 .slide-post-3 .item .image img{
    object-fit: cover;
    width: 100%;
    height: 143px;
}
.main-content .section-3 .content-left .blog-list .item .image img{
    height: 160px;
}
.main-content .section-3 .content-left .blog-list .item .image.v2 img{
    height: 100%;
    max-height:220px;
}
.main-content .section-3 .content-left .blog-list .item .content .title{
    margin-bottom: 5px;
}
.main-content .section-3 .content-right .title-sidebar{
    margin-bottom: 15px;
}
.modal .comment .group-btn{
    display: flex;
    justify-content: space-between;
}
.modal .comment .group-btn button {
    font-size: 14px;
    line-height: 20px;
    width: 48%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-family: "SF Pro Display";
    font-weight: bold;
    border:0;
}
.modal .comment .group-btn button.btn-share{
    color: #FFFFFF;
    background-color: var(--main-color-2);
}
.modal .comment .group-btn button.btn-submit {
    color: var(--text-color);
    background-color: #fff;
    border: 1px solid var(--text-color);
}
.video-page .align-center{
    align-items: center;
}
.main-content.category-page .section-3 .content-left .blog-category .blog-post-right .item .image img{
    height: 150px;
}
.header-bottom.video-page .menu_video_page .group_menu .list_item .item a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.header-bottom.video-page .menu_video_page{
    max-width: 1000px;
}
.header-bottom.video-page .menu_video_page .group_menu .list_item{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}
.main-content.category-page .section-3 .content-left .blog-list .btn-loadmore{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    z-index: 1;
    padding: 12px 92px;
}
@-moz-keyframes spin { from { -moz-transform: rotate(0) } to { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { from { -webkit-transform: rotate(0) } to { -webkit-transform: rotate(360deg); } }
@keyframes spin { from { -webkit-transform: rotate(0); transform:rotate(0); } to { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.main-content.category-page .section-3 .content-left .blog-list .btn-loadmore:before{
    content: url(load-more.svg);
    position: absolute;
    right: 16px;
    top: 55%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    line-height: 22px;
}
.main-content.category-page .section-3 .content-left .blog-list .btn-loadmore.show:before{
    content: '\f110';
    font-family: "Font Awesome 5 Pro";
    color:#fff;
    font-size: 16px;
    top: 7px;
    display: inline-block;
    line-height: unset;
    background-image: unset;
    -webkit-animation:spin 1.5s linear infinite;
    -moz-animation:spin 1.5s linear infinite;
    animation:spin 1.5s linear infinite;
}
.main-content.category-page .section-3 .content-left .blog-list.blog-detail #myGrid{
    position: relative;
    padding-bottom: 40px;
    text-align: center;
}
.main-content.category-page .section-3 .content-left .blog-list.blog-detail #myGrid:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    background-color: #fff;
}
.main-content.category-page .section-3 .content-left .blog-list.blog-detail #myGrid .item{
    text-align: left;
}

.header-bottom.scroll{
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
    right: 0;
    left: 0;
}
.footer .footer-mobile .content{
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .footer-mobile .content p{
    font-size: 11px;
    color: #464646;
    font-weight: 500;
    margin-bottom: 0;
}
.header-bottom.video-page .menu_video_page{
    visibility: hidden;
}
.header-bottom.video-page .menu_video_page.active{
    visibility: visible;
}
.main-content .section-3 .content-right .blog-list .item .content .top-number{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--main-color-2);
    display: block;
}
.main-content .section-3 .content-right .blog-list .item .content .title a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main-content .section-3 .content-right .blog-list .item.first-item .content .title a{
    -webkit-line-clamp: 3;
}

.main-content.category-page .section-3 .content-left .slider-blog-category .label-post{
    padding: 10px 0 15px;
}
.main-content.category-page .section-3 .content-left .slider-blog-category .label-post a{
    font-weight: bold;
    padding: 3px 11px;
}
.main-content.category-page .section-3 .content-left .blog-category .title-blog{
    overflow: auto;
    padding-bottom: 5px;
    border-bottom: 0;
    position: relative;
}
.main-content.category-page .section-3 .content-left .blog-category .title-blog:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 1px;
    height: 1px;
    background-color: #DADADA;
}
.main-content.category-page .section-3 .content-left .blog-category .title-blog::-webkit-scrollbar{
    display: none;
}
.main-content.category-page .section-3 .content-left .blog-category .title-blog .item a{
    white-space: nowrap;
    padding: 0 15px;
}
.main-content.category-page .section-3 .content-left .blog-category .title-blog .item.active a{
    padding-right: 0;
    margin-right: 15px;
    border-bottom: 0;
    padding-bottom: 4px;
    position: relative;
}
.main-content.category-page .section-3 .content-left .blog-category .title-blog .item.active a:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background-color: var(--main-color);
    border-radius: 2px;
}
.main-content.single-page .section-3 .content-left .content-single-post .breadcrumb{
    flex-wrap: nowrap;
    overflow-x: auto;
}
.main-content.single-page .section-3 .content-left .content-single-post .breadcrumb::-webkit-scrollbar{
    display: none;
}
.main-content.single-page .section-3 .content-left .content-single-post .breadcrumb .item a{
    white-space: nowrap;
}
.main-content.category-page .section-3 .content-left .blog-category .blog-post-left .image img{
    height: 275px;
}
.main-content .section-3 .content-right .galery-sidebar .owl-dots .owl-dot span{
    background-color: #fff !important;
    border:1px solid #A2A2A2;
}
.main-content .section-3 .content-right .galery-sidebar .owl-dots .owl-dot.active span{
    border:0;
    background-color: var(--main-color-2) !important;
}
.main-content .section-1 .slide-post-3 .owl-nav{
    height: 5px;
}
.main-content .section-2 .content-right .blog-list .list-blog-item{
    padding-bottom: 0;
}
.main-content .section-2 .content-right .blog-list .list-blog-item .item:last-child{
    padding-bottom: 0;
}
.main-content .section-3 .content-left .blog-slide .slide-blog .owl-nav{
    height: 15px;
}
.main-content .section-3 .content-left .blog-slide .slide-blog .owl-nav .nav-btn.prev-slide svg{
    transform: rotate(180deg);
}
.main-content .section-3 .content-left .blog-slide .slide-blog .owl-nav .nav-btn.prev-slide{
    overflow: hidden;
    width: 0;
    transition: all .5s ease;
}
.main-content .section-3 .content-left .blog-slide .slide-blog:hover .owl-nav .nav-btn.prev-slide{
    width: 33px;
}

.main-content .section-3 .content-left .blog-slide .title-slide .list-menu .item-menu:first-child a{
    margin-left: 36px;
}

.main-content .section-1 .content-left .main-post .content .item .infomation{
    display: none;
}
.main-content .section-2 .blog-content .content-left .icon-video{
    display: none;
}
.main-content .section-2 .title .text-title{
    font-weight: bold;
    color: #FFFFFF;
}
.header-top.video-page .logo img{
    padding: 6px 22px 0;
}
.header-top.video-page .logo img.img-logo{
    padding:0;
    max-width: 140px;
    object-fit: contain;
}

.header-top.video-page .logo span{
    padding-top: 4px;
}

.header-bottom.video-page .menu-main .navbar-brand{
    display: flex;
    height: 17px;
    flex-direction: column;
    justify-content: space-between;
}
.header-bottom.video-page .menu-main .navbar-brand .line{
    width: 26px;
    height: 3px;
    background-color: #fff;
    border-radius: 30px;
}

.main-content.category-page .section-3 .content-left .slider-blog-category .slide-post-3{
    margin-bottom: 0;
}
.header-top .logo .goback{
    padding: 5px 10px 0 0;
}
.breadcrumb_video_page .breadcrumb{
    flex-wrap: nowrap;
    overflow: hidden;
}
.breadcrumb_video_page .breadcrumb .item a{
    white-space: nowrap;
}
.main-content.category-video .content-first-mb{
    display: none;
}
.breadcrumb_category_video_page_mb{
    display: none;
}
.single-page .content-single-post .content-post font{
    font-family: "SF Pro Display" !important;
    font-size: 18px !important;
}
.main-content.single-page .section-3 .content-left .content-single-post .content-post figure, .main-content.video-page .content-video .content-left figure{
    width: 80%;
    margin: 0 auto;
}
.main-content.single-page .section-3 .content-left .content-single-post .content-post figure img, .main-content.video-page .content-video .content-left figure img{
    width: 100%;
    height: auto;
}
.main-content.single-page .section-3 .content-left .content-single-post .content-post p iframe{
    width: 80%;
    margin: 0 auto;
    display: flex;
}
.main-content.video-page .content-video .content-left iframe{
    width: 100% !important;
    max-width: 100% !important;
}
.main-content.single-page .section-3 .content-left .content-single-post .content-post figure figcaption h2,.main-content.single-page .section-3 .content-left .content-single-post .content-post figure figcaption h3,
.main-content.single-page .section-3 .content-left .content-single-post .content-post figure figcaption h4,.main-content.single-page .section-3 .content-left .content-single-post .content-post figure figcaption h5,
.main-content.single-page .section-3 .content-left .content-single-post .content-post figure figcaption h6,.main-content.video-page .content-video .content-left figure figcaption h2,
.main-content.video-page .content-video .content-left figure figcaption h3,.main-content.video-page .content-video .content-left figure figcaption h4,
.main-content.video-page .content-video .content-left figure figcaption h5,.main-content.video-page .content-video .content-left figure figcaption h6{
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: var(--text-color);
    margin-bottom: 0;
    padding-top: 8px;
}
.main-content.video-page .content-video .content-left figure figcaption h2,
.main-content.video-page .content-video .content-left figure figcaption h3,.main-content.video-page .content-video .content-left figure figcaption h4,
.main-content.video-page .content-video .content-left figure figcaption h5,.main-content.video-page .content-video .content-left figure figcaption h6{
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: var(--text-color);
    margin-bottom: 20px;
    padding-top: 8px;
}
.main-content .section-1 .content-left .slide-post-3 .item .content .title a{
    font-size: 17px;
    line-height: 1.3em;
}
.fitVids-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.fitVids-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ads.sticky{
    position: sticky;
    top: 30px;
}
.main-content.single-page .section-3 .content-left .content-single-post .content-post figure, .main-content.video-page .content-video .content-left figure{
    padding: 0;
}
.main-content.single-page .section-3 .content-left .content-single-post .content-post figcaption, .main-content.video-page .content-video .content-left figcaption{
   padding: 0 10px 8px;
}
.menu_mb .video_btn_mb{
    padding-right: 20px;
}
@media (max-width: 1199px){
    .main-content .section-1 .content-right .search{
        margin: 0;
        border-radius: 0;
        position: absolute;
        bottom: 0;
        width: 100%;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    }
    .ads{
        display: none;
    }
    .main-content.single-page .section-3 .content-left .content-single-post .content-post figure, .main-content.video-page .content-video .content-left figure{
        width: 100%;
    }
    .main-content.single-page .section-3 .content-left .content-single-post .content-post p iframe, .main-content.video-page .content-video .content-left p iframe{
        width: 100%;
    }
    .single-page .content-single-post .content-post font{
        font-size: 20px !important;
    }
    .header-top .menu_mb .audio_btn_mb{
        padding: 0 20px;
    }
    .main-content{
        padding-top: 0;
    }
    .main-content .section-1 .content-left .new-post{
        margin-bottom: 0;
        height: 34px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .main-content .section-1 .content-left .new-post .text-read img{
        margin-left: -8px;
    }
    .main-content .section-1 .content-left .slide-post-3{
        display: none;
    }
    .main-content .section-1 .content-left .main-post .content .item{
        border-bottom: 3px solid var(--main-color-2);
        background-color: #fff;
        padding: 10px 0;
    }
    .main-content .section-1 .content-left .main-post .content .item p{
        margin-bottom: 10px;
    }
    .main-content .section-1 .content-left .main-post .content .item .infomation{
        display: flex;
        align-items: center;
        padding-bottom: 10px;
    }
    .main-content .section-1 .content-left .main-post .content .item .infomation .category{
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        color: var(--main-color-2);
    }
    .main-content .section-1 .content-left .main-post .content .item .infomation .date{
        font-size: 12px;
        line-height: 14px;
        color: #ABABAB;
        margin-left: 10px;
    }
    .section-2 .blog-content .content-right .blog-list, .section-2 .blog-content .content-right .blog-video{
        display: none;
    }
    .main-content.category-page .section-3 .content-left .blog-category .title-blog .item.active a:before, .main-content.category-page .section-3 .content-left .blog-category .title-blog:before{
        content: none;
    }
    .main-content.category-page .section-3 .content-left .blog-category .blog-post-left .image img{
        height: 234px;
    }
    .main-content.category-page .section-3 .content-left .blog-category .blog-post-right{
        display: none;
    }
    .main-content.category-page .section-3 .content-left .blog-category .blog-post-left{
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }
    .main-content.category-page .section-3 .content-left .blog-category .blog-post-left .content{
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-content.category-page .section-3 .content-left .blog-category .blog-post-left:before{
        content: '';
        position: absolute;
        bottom: 0;
        left: 10px;
        right: 10px;
        height: 3px;
        background-color: var(--main-color-2);
    }
    .main-content .section-1 .content-left .main-post .image{
        padding: 0;
    }
    .main-content .section-2{
        border-top:0;
        margin-left: -15px;
        margin-right: -15px;
        overflow: hidden;
        border-radius: 0 !important;
        padding-bottom: 20px;
    }
    .main-content .section-2 .title{
        margin: 0;
        margin-bottom: 20px;
        background: #F5F5F5;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .main-content .section-2 .title .text-title{
        font-weight: bold;
        font-size: 20px;
        line-height: 24px;
        color: #151011;
        padding-right: 20px;
    }
    .main-content .section-2 .title .list-trend .item a{
        font-size: 12px;
        line-height: 14px;
        color: var(--title-color);

    }
    .main-content .section-2 .blog-content{
        padding: 0 15px;
    }
    .main-content .section-2 .blog-content .content-left .relative{
        height: auto;
    }
    .main-content .section-2 .blog-content .content-left .title-blog{
        position: unset;
        position: unset;
        background: transparent;
        padding: 10px 0;
    }
    .main-content .section-2 .blog-content .content-left .title-blog a{
        text-shadow: unset;
    }
    .main-content .section-2 .blog-content .content-left .icon-video{
        display: block;
        bottom: 80px;
        left: 5px;
    }
    .main-content .section-3 .content-left .blog-slide .title-slide .list-menu{
        display: none;
    }
    .main-content .section-3 .content-right .hidden-content-mb{
        display: none;
    }
    
    .main-content .section-3{
        border-bottom: 0;
    }
    .main-content.category-page .section-3 .content-left .slider-blog-category{
        display: none;
    }
    .main-content .section-4 .item-col{
        margin-bottom: 10px;
    }
    .main-content.category-page .section-3 .content-left .blog-category .title-blog{
        margin-bottom: 0;
        padding-top: 5px;
    }
    .main-content .section-3 .content-left .blog-list .item .content .infomation .category{
        font-size: 12px;
    }
    .main-content .section-3 .content-left .blog-list .item .content .infomation .time{
        font-size: 12px;
    }
    .main-content.category-video .content-video{
        display: none;
    }
    .main-content.category-video .content-first-mb{
        display: block;
    }
    .main-content.category-video .content-first-mb .content-image img{
        width: 100%;
        object-fit: cover;
        height: 249px;
    }
    .main-content.category-video .content-first-mb .content-image .absolute{
        left: 10px;
        bottom: 10px;
    }
    .main-content.category-video .content-first-mb .content-text{
        margin-bottom: 15px;
    }
    .main-content.category-video .content-first-mb .content-text:before{
        content: '';
        bottom: 0;
        left: 10px;
        right: 10px;
        height: 3px;
        background-color: var(--main-color-2);
        position: absolute;
    }
    .main-content.category-video .content-first-mb .content-text .title{
        padding: 15px;
        margin-bottom: 0;
    }
    .main-content.category-video .content-first-mb .content-text .title a{
        font-weight: bold;
        font-size: 24px;
        line-height: 32px;
        color: var(--title-color);
    }
    .main-content.category-video .content-relate-video .title{
        display: none;
    }
    .breadcrumb_category_video_page_mb{
        display: block;
    }
    .breadcrumb_category_video_page_mb .list_item{
        display: flex;
        overflow: auto;
        align-items: baseline;
        padding: 16px 3px 7px;
    }
    .breadcrumb_category_video_page_mb .list_item::-webkit-scrollbar{
        display: none;
    }
    .breadcrumb_category_video_page_mb .list_item .item a{
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        color: var(--title-color);
        padding: 0 10px;
        white-space: nowrap;
    }
    .breadcrumb_category_video_page_mb .list_item .item.active a{
        font-size: 20px;
        line-height: 24px;
        color: var(--main-color-2);
    }
    .breadcrumb_video_page.category-video{
        display: none;
    }
}






.main-content .section-1 .content-left .content-news-mb .item-content{
    display: flex;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #DADADA;
}
.main-content .section-1 .content-left .content-news-mb .item-content .content-image{
    max-width: 45%;
    flex: 0 0 45%;
}
.main-content .section-1 .content-left .content-news-mb .item-content .content-image img{
    object-fit: cover;
    width: 100%;
    height: 127px;
}
.main-content .section-1 .content-left .content-news-mb .item-content .content-text{
    padding-left: 15px;
}
.main-content .section-1 .content-left .content-news-mb .item-content .content-text .title a{
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: var(--title-color);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.main-content .section-1 .content-left .content-news-mb .item-content .content-text .infomation{
    display: flex;
    align-items: baseline;
}
.main-content .section-1 .content-left .content-news-mb .item-content .content-text .infomation .category{
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: var(--main-color-2);
    padding-right: 11px;
}
.main-content .section-1 .content-left .content-news-mb .item-content .content-text .infomation .date{
    font-size: 12px;
    line-height: 14px;
    color: #ABABAB;
}
.section-2 .blog-content .content-right .content-news-mb{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-2 .blog-content .content-right .content-news-mb .item{
    max-width: 48%;
    flex: 0 0 48%;
    padding-top: 10px;
}
.section-2 .blog-content .content-right .content-news-mb .item .content-image img{
    width: 100%;
    object-fit: cover;
    height: 103px;
}
.section-2 .blog-content .content-right .content-news-mb .item .content-image .absolute{
    bottom: 5px;
    left: 5px;
}
.section-2 .blog-content .content-right .content-news-mb .item .content .title-blog a{
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-top: 10px;
}
@media (min-width: 1200px){
    .main-content .section-1 .content-left .content-news-mb{
        display: none;
    }
    .section-2 .blog-content .content-right .content-news-mb{
        display: none;
    }
    .main-content .section-1 .content-right{
        border-left: 0;
        position: relative;
    }
    .main-content .section-1 .content-right:before{
        content:'';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 50px;
        width: 1px;
        background-color: #DADADA;
    }
    .main-content .section-2 .blog-content .content-right{
        flex:0 0 62.3%;
        max-width: 62.3%;
    }
    .main-content.category-page .section-3 .content-left .blog-category{
        border-bottom: 3px solid var(--main-color-2);
    }
    .category-page .section-3 .blog-list.blog-detail{
        padding-top: 20px;
    }
}




@media (max-width: 1199px ) and (min-width: 768px) {
    .section-3 .slider-blog-category .slide-post-3 .item .image img, .section-1 .slide-post-3 .item .image img{
        height: 270px;
        max-height: 270px;
    }
    .main-content .section-3 .content-left .blog-list .item .image img{
        height: 270px;
        max-height: 270px;
    }
    .main-content .section-3 .content-right .blog-list .item .image img{
        height: 200px;
    }
    .main-content .section-3 .content-right .blog-list .item.first-item .image img{
        height: 270px;
    }
    .main-content .section-4 .item-col .blog .image img{
        height: 300px;
    }
    .main-content .section-4 .item-col .list-blog .item .image img{
        height: 200px;
    }
    .main-content .section-4.ver2 .item-col .list-blog .item .image img{
        height: 230px;
    }
}
@media (max-width: 1199px){
    .footer .footer-mid .content-left .logo, .footer .footer-bot .content .copyright{
        display: none;
    }
}
@media (min-width: 1200px){
    .footer .footer-mobile{
        display: none;
    }
}

@media (max-width: 767px) {
    .main-content .section-3 .content-left .blog-list .item .image img{
        height: 130px;
        min-height: 100%;
    }
}