@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Noto+Serif:wght@300;400;700&family=Roboto:wght@300;400;700&display=swap');

body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

body.no-scroll {
    overflow: hidden;
}

a {
    color: #222;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    color: #db0000;
}


.row {
    margin-left: -20px;
    margin-right: -20px;
}

.search-link {
    margin: 0 0 0 20px;
    line-height: 0;
}

.search-link svg {
    stroke: #ffffff;
}

[class*=" col-"],
[class^=col-] {
    padding-left: 20px;
    padding-right: 20px;
}

.body {
    margin-top: 24px;
    padding-bottom: 24px;
}
.d-flex-center{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-input{
    position: relative
}
.logo{
    display: flex;
    flex-direction: column;
    text-transform: none !important;
    font-size: 14px !important;
    color: #666;
}
.logo strong{
    color: #000 !important
}
.logo img {
    width: auto;
    height: 90px;
    margin-bottom: 5px
}
.iconhd {
    background-image: url(../images/header_new_sprite.webp);
    background-repeat: no-repeat;
    background-size: 664px 345px;
    display: inline-block;
}
.header {

    background-size: cover;

}
.header .header-top {
    display: flex;
    justify-content: flex-end;
    height: 30px;
    padding: 6px 0;
    margin: 0
}

.header .header-top li {
    display: flex;
    align-items: center;
}
.header .header-top li:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid rgba(255, 176, 176, .3);
}
.header .header-top a {
    font-family: Roboto;
 
    font-size: 11px;
    display: flex;
}

.header .header-top li .iconhd {
    margin-right: 5px;
}
.header .header-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0

}
.headerSearch .txtSearch {
    position: absolute;
    left: 30px;
    width: 259px;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    padding-left: 10px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 9
}
.header .header-bot .left {
    margin: 0 ;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 5px;
}
.header .header-bot>.item {
    display: flex;
}

.header .header-bot .right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.header .header-bot > .item.left, .header .header-bot > .item-right.right {
    width: 42%;
}
.header .header-bot a {

    font-size: 12px;
    text-transform: uppercase;
}
.header .header-bot .left>a {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header .header-bot .left>a:first-child{
    padding-left: 0;
}
.header .header-bot .left>a .iconhd, .header .header-bot .left>a img, .header .header-bot .right>a img {
    height: 20px;
}


.header .header-bot .right > a span {
    white-space: nowrap;
}
.header .header-bot .right>a span {
    display: block;
    margin-top: 8px;
}
.header .header-bot .right>a {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fe {
    display: inline-block;
    background: url(../images/sprite_toquocv3.webp);
}
.icc-search {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/icon16-search-black.svg);
}
.btnSearch{
    padding: 0;
    background-color: transparent;
    width: 34px;
    height: 34px;
    border: 1px solid #EFEFEF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.iconhd.iconhd-fb {
    width: 14px;
    height: 14px;
    background-position: -171px -5px;
}
.iconhd.iconhd-rss {
    width: 12px;
    height: 12px;
    background-position: -193px -6px;
}
.iconhd.iconhd-menu {
    width: 18px;
    height: 14px;
    background-position: -83px -6px;
}
.main-menu-box {
    border-bottom: 2px solid #ec1c24;
    border-top: 1px solid #EFEFEF;

    background-color: #fff;
}
.item-right>ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.item-right>ul>li {
    margin-right: 10px;
    position: relative;
    z-index: 10;
}
.item-right>ul>li:last-child{
    margin-right: 0
}
.item-right>ul>li a{
    font-size: 12px;
    padding: 0 5px;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;

    -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
}
.item-right>ul>li a i{
    margin-right: 5px
}
a.c-header-menu__btn {
    font-size: 12px;
    white-space: nowrap;
    padding: 0 5px;
    height: 34px;
    border: 1px solid #EFEFEF;
    padding: 0 10px;
    font-size: 14px;

    text-transform: none;
    color: #333;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
a.c-header-menu__btn span {
    display: inline;
}
a.c-header-menu__btn.language{
    padding: 0 10px;
}
[class*="icon16"] {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.icon16-newspaper {
    background-image: url(../images/icon16-newspaper.svg);
}
.icon16-phone {
    background-image: url(../images/icon16-phone.svg);
}
.icon16-speaker {
    background-image: url(../images/icon16-speaker.svg);
}
.animate-color {
    animation: animate-color 1s infinite;
    -moz-animation: animate-color 1s infinite;
    -webkit-animation: animate-color 1s infinite;
    -o-animation: animate-color 1s infinite;
}
.main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
}

.main-menu>li.home svg {
    stroke: #fff;
}

.main-menu>li {
    position: relative
}
.main-menu>li div{
    padding: 0 5px;
    height: 38px;
    display: flex;
}
.main-menu>li a {
    font-weight: 500;
    color: #000;
    height: 38px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}
.main-menu>li a:hover{
    color: #ec1c24
}
.main-menu>li>a .fa{
    font-size: 20px
}
.main-menu li:hover, .main-menu>li.current{
    border-top:1px solid #ec1c24
}
.main-menu .submenu {
    margin: 0;
    padding: 2px 0 4px;
    list-style: none;
    position: absolute;
    left: -5px;
    top: 39px;
    min-width: 140px;
    background: #881017;
    border-radius: 0 0 5px 5px;
    transition: all .15s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
    overflow: hidden;
    padding-bottom: 0;
}

.main-menu .submenu>li {
    border-bottom: 1px solid #d5d5d5;
}

.main-menu .submenu>li>a {
    padding: 8px 12px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
	font-family: 'Inter', sans-serif;
    color: #fff;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: all .15s;
}

.main-menu .submenu>li>a::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 1px solid #fff;
    position: relative;
    display: block;
    transition: all .15s;
}

.main-menu .submenu>li>a:hover {
    color: #fff;
}

.main-menu .submenu>li>a:hover::before {
    width: 10px;
    margin: 0 6px 0 0;
}

.main-menu>li.has-child:hover .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.main-menu>li.has-child::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #db0000;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, 30px);
    transition: all .15s;
    visibility: hidden;
    opacity: 0;
}

.main-menu>li.has-child:hover::after {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
}

.main-menu>li:hover::before,
.main-menu>li.active::before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: -2px;
    border-top: 3px solid #db0000;
}

.main-menu>li.has-child:hover .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.main-menu>li.menu-more {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.main-menu>li.menu-more .more {
    stroke: #4d4d4d;
}

.main-menu>li.menu-more .close {
    stroke: #db0000;
    display: none;
}

.main-menu>li.menu-more .more:hover {
    stroke: #db0000;
}

.main-menu>li.menu-more:hover:before {
    display: none;
}

.main-menu>li.menu-more.show .close {
    display: block;
    opacity: 1;
}

.main-menu>li.menu-more.show .more {
    display: none;
}

.nfs-menu>li>a.email svg {
    margin: 0 8px 0 0;
    stroke: #666;
}

.nfs-menu>li>a.headphone svg {
    margin: 0 8px 0 0;
    stroke: #666;
}

.img-article a {
    position: relative;
    line-height: 0;
    display: block;
    padding: 0 0 66.66667%;
    overflow: hidden;

}

.img-article img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.news-group-1 h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 12px 0 0;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 66px;
}

.news-group-1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.news-group-1 .des {
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #888;
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 20px;
}

.news-group-1:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.news-group-2 h3 {
    font-size: 23px;
    line-height: 34px;
    margin: 12px 0 0;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-group-2 .des {
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
    color: #888;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-img-right {
    display: grid;
    grid-template-columns: calc(100% - 185px) 168px;
    grid-gap: 16px;
    align-content: center;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.news-img-right:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.news-img-right h3 {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-family: 'Inter', sans-serif;
}

.br-l-r {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.news-hot-box {
    margin: 24px 0 0;
    padding: 24px 0 0;
    border-top: 2px solid #f1f1f1;
}

.title-simple {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
	font-family: 'Inter', sans-serif;
    margin: 0 0 16px;
    color: #222;
}

.title-simple span {
    color: #db0000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    margin: 0 0 16px;
}

.news-img-left {
    display: grid;
    grid-template-columns: 150px calc(100% - 166px);
    grid-gap: 16px;
}

.news-img-left h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

.news-img-left {
    margin-bottom: 24px;
}

.news-img-left:last-child {
    margin-bottom: 0;
}

.br-l {
    border-left: 1px solid #eee;
}

.br-r {
    border-right: 1px solid #eee;
}

.mrg-t--24 {
    margin-top: -24px;
}

.news-block-cat {
    margin: 8px 0 4px 0;
}

.title-spotlight-box {
    display: inline-block;
    margin-bottom: 10px;
}

.news-cnh-box {
    padding: 17px 20px 18px;
    background: #ffefd7;
    font-family: 'Inter', sans-serif;
}

.mrg-t-20 {
    margin-top: 20px
}

.title-cnh {
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.title-cnh span {
    color: #ff9f2e;
}

.main-news-box {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
}

.news-img-left-large {
    display: grid;
    grid-template-columns: 234px calc(100% - 250px);
    grid-gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.news-img-left-large:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.news-img-left-large h3 {
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-img-left-large .des {
    font-size: 14px;
    line-height: 22px;
    color: #888;
    margin-top: 8px;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-child-right {
    display: grid;
    grid-template-columns: calc(100% - 102px) 90px;
    grid-gap: 12px;
    padding-top: 12px;
    border-top: 1px solid #eee;
    margin-top: 12px;
}

.news-child-right h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

.news-child-right:first-child {
    padding-top: 0;
    border-top: none;
    margin-top: 0;
}

.category-head {

    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.bg-blue .category-head {
    border-top: 2px solid #457390;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.category-head .title {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #db0000;
    margin: 0;
}

.category-head .title a {
    color: #db0000;
}

.category-nav {
    margin: 0 0 0 24px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.bg-blue .category-nav {
    margin: 10px 0 0 24px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.category-nav li a {
    color: #828282;
}

.category-nav li:not(:nth-child(1)) {
    margin-left: 20px;
}

.category-wrap.line {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 2px solid #f1f1f1;
}

.category-wrap:last-child.line {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

#back-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    border-radius: 100%;
    background-color: #e2e8f0;
    z-index: 9;
}

#back-to-top svg {
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
    transition: all .3s;
    transform: translate(-50%, -50%);
    stroke: #333;
}

#back-to-top:hover {
    background-color: #db0000;
}

#back-to-top:hover svg {
    top: 30%;
    stroke: #fff;
}

footer {
    padding: 30px 0;

    background: #f8f8f9;

}

footer ul {
    padding: 0;
    margin: 0;
}

footer .logo img {
    height: 40px;
    width: auto;
}

footer .logo {
    margin-bottom: 10px;
    display: inline-block;
}

.footer-app a {
    width: 125px;
    height: 38px;
    background: none no-repeat center/125px 38px;
    margin: 0 20px 0 0;
    text-indent: -999999px;
    color: transparent;
    overflow: hidden;
    line-height: 0;
    font-weight: 400;
}
.footer-app img{
    height: 20px;
}
.footer-app-ico {
    margin: 16px 0 0;
}

.footer-app a:last-of-type {
    margin-right: 0;
}

.footer-app a.android {
    background-image: url(../images/google_play.png);
}

.footer-app a.ios {
    background-image: url(../images/app_store.png);
}
.dmca-badge img{
    height: 30px;
    width: auto;
}
.copyright-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}


.social label {
    margin-bottom: 0;
}

.social-list {
    margin: 0 0 0 7px;
}

.social-list a {
    width: 30px;
    height: 30px;
    background: none no-repeat center/auto 30px;
    margin: 0 16px 0 0;
    text-indent: -999999px;
    color: transparent;
    overflow: hidden;
    line-height: 0;
}

.social-list a.facebook {
    background-image: url(../images/facebook.svg);
}

.social-list a.youtube {
    background-image: url(../images/youtube.svg);
}

.social-list a.tiktok {
    width: 22px;
    background-image: url(../images/tiktok.svg);
}

.social-list a:last-of-type {
    margin-right: 0;
}

.footer-wrap b {
    font-weight: 400;
}

footer label {
    margin-bottom: 0;
    font-weight: 400;
}

footer b {
    font-weight: 400;
}

footer a {
    color: #000 !important;
    font-weight: 400;
}
footer li{
    margin-bottom: 5px;
}
.copyright {
    color: #4d4d4d;
}

footer .flex-center {
    justify-content: left;
}

.news-child-right-mn {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
    display: grid;
    grid-template-columns: calc(100% - 128px) 114px;
    grid-gap: 12px;
}

.news-child-right-mn:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.news-child-right-mn h3 {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    
}
.news-child-right-mn h3 a{
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.mrg-t-36 {
    margin-top: 36px;
}

.category-head-min {
    margin-bottom: 10px;
}

.category-head-min .title a {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #db0000;
    font-weight: 600;
    text-transform: uppercase;
}

.category-head-min .navigation {
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
}

.category-head-min .navigation li {
    float: left;
}

.category-head-min .navigation li a {
    color: #828282;
}

.category-head-min .navigation li:not(:nth-child(1)) {
    margin-left: 12px;
}

.spotlight-wrap {
    margin: 0;
    padding: 16px 0 30px;
    position: relative;
}

.spotlight-wrap.line {
    border-top: 1px solid #eee;
}

.spotlight-wrap.mt-40 {
    margin-top: 40px;
}

.spotlight-nav {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.spotlight-wrap .title {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #db0000;
    font-weight: 600;
    text-transform: uppercase;
}

.spotlight-menu {
    margin: 0 0 0 30px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
}

.spotlight-menu li {
    margin: 0;
}

.spotlight-menu li:not(:first-child) {
    margin-left: 24px;
}

.spotlight-menu li a {
    color: #828282;
}

.spotlight-slide .spotlight-item {
    background: #faf7f7 none;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .08);
    padding: 0 16px 16px;
}

.spotlight-item {}

.spotlight-slide .spotlight-thumb {
    position: relative;
    left: -16px;
    width: calc(100% + 32px);
}

.spotlight-slide .spotlight-thumb a {
    position: relative;
    line-height: 0;
    display: block;
    padding: 0 0 150%;
    overflow: hidden;
}

.spotlight-slide .spotlight-thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.spotlight-slide .spotlight-category {
    margin: 20px 0 0;
}

.spotlight-slide .spotlight-category img {
    width: auto !important;
}

.spotlight-slide .spotlight-title {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
    height: 120px;
    font-weight: 600;
}

.spotlight-slide .spotlight-title a {
    color: #000;
}

.owl-item {
}

.owl-item.active {
    border-radius: 15px;
    background: #dfdfdf;
    color: #dfdfdf;
}

.owl-nav {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;

}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    width: 24px;
    height: 52px;

    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
    background: #db0000 none;
    opacity: 0;
    transition: opacity .2s;
    color: #fff;
}

.owl-prev {
    left: 0;
    border-radius: 0 8px 8px 0;
}

.owl-next {
    right: 0;
    border-radius: 8px 0 0 8px;
}

.spotlight-slide:hover .owl-prev,
.spotlight-slide:hover .owl-next {
    opacity: 1;
}

.owl-dots {
    margin-top: 24px;
    text-align: center;
}

.owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background: #c4c4c4 none;
    opacity: 1;
    border-radius: 50%;
    display: inline-block;
}

.owl-dot.active {
    background: #db0000 none;
}

.bg-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    min-width: 1158px;
    display: block;
    z-index: -1;
}

.spotlight-wrap::before {
    background: #f4f6fa none;
    max-height: 260px;
    top: auto;
    bottom: 0;
}

.video-container {
    margin: 24px 0 24px 0;
    padding: 25px 20px;
    background: #f8f8f8 none;
}

.video-head {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video-head .title {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #db0000;
    display: flex;
    align-items: center;
}

.video-head .title::before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    position: relative;
    background: #db0000 url(../images/play.svg) no-repeat center/100% 100%;
    margin: 0 8px 0 0;
}

.video-youtube {
    color: gray;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
}

.video-youtube::after {
    content: "";
    position: relative;
    top: 1px;
    width: 80px;
    height: 34px;
    background: transparent url(../images/youtube.png) no-repeat center/80px 34px;
    margin: 0 0 0 6px;
}

.video-thumb {
    position: relative;
    line-height: 0;
    display: block;
    overflow: hidden;
    padding-top: 56.25%;
}

.video-thumb img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.video-ico {
    position: absolute;
    left: 8px;
    bottom: 12px;
    display: flex;
    align-items: center;
    z-index: 1;
    padding: 4px 8px 4px 4px;
    background: rgba(34, 34, 34, .7) none;
    border-radius: 234px;
}

.video-ico svg {
    width: 24px;
    height: 24px;
}

.video-ico span {
    margin-left: 4px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    font-family: 'Inter', sans-serif;
}

.video-title {
    margin-top: 24px;
    font-size: 16px;
}

.video-title a {
    color: #222;
}

.pdd-lr-8 {
    padding-left: 8px;
    padding-right: 8px;
}

.mrg-lr--8 {
    margin-left: -8px;
    margin-right: -8px;
}

.breadcrumbs-wrap {
    margin: 15px 0 0 0;
}

.title-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 700;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menu-second.child{
    padding: 0;
    margin: 0;
    
}

.title-page {
    font-size: 0px;

    font-weight: 700;
    color: #222;
    font-family: "Inter", sans-serif;
}

.category-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #000;
    padding: 12px 0 0;
    gap: 20px;

}

.category-inner .menu-second.child {
    margin: 0;
    border-top: 0;
    padding-top: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.menu-second.child li {
    display: inline-block;
    position: relative;
}

.menu-second.child li a {
    font-size: 14px;
    line-height: 20px;
    color: #888;
    padding: 0 0 4px;
    border-bottom: 3px solid transparent;
}

.menu-second.child li:not(:first-of-type) {
    margin: 0 0 0 30px;
}

.menu-second.child li.active a {
    color: #222;
    font-weight: 600;
}

.mrg-lr--10 {
    margin-left: -10px;
    margin-right: -10px;
}

.pdd-lr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.news-mini h3 {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
}

.list-news-mini {
    margin-top: 20px;
    padding-top: 24px;
    border-top: 1px solid #eee;
}

.news-feature {
    margin: 24px 0 0;
    padding: 18px 0 32px;
    border-top: 1px solid #e6e8e9;
    border-bottom: 4px solid #f1f1f1;
    margin-bottom: 32px;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: none;
    padding: 12px 19px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #222;
    background-color: #fff;
    border: 1px solid #e6e8e9;
    border-radius: 8px !important;
    margin: 0 4px;
    display: block;
    font-size: 16px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #db0000;
    border-color: #db0000;
    cursor: default;
}

.pagination>li {
    display: inline-block;
}

.pagination {
    margin: 29px 0 0;
    padding: 21px 0 0;
    border-top: 1px solid #eee;
    display: block;
    text-align: center;
}

.news-img-left-large.view-cat {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 24px;
}

.weather {
    white-space: nowrap;
    font-family: "Inter", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
}

.weather-placeholder {
    min-width: 240px;
}

.weather-item {
    display: block;
    text-align: right;
}

.weather-item.location {
    color: #333;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}

.weather-item.date-time-today {
    color: #666;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .01em;
}

.weather svg {
    margin: 0 0 0 10px;
}

.weather-item.temperature {
    line-height: 24px;
    color: #333;
    font-weight: 400;
    margin-left: 8px;
    font-size: 20px;
}

.weather::after {
    content: "";
    width: 0;
    height: 24px;
    position: relative;
    border-left: 1px solid #ccc;
    display: block;
    margin: 0 16px;
}

h1.title-page {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    font-family: "Inter", sans-serif;
}

.hometext {
    margin: 32px 0 0;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-style: italic;
    font-family: "Noto Serif", serif;
    font-weight: 400;
}

#news-bodyhtml {
    margin: 32px 0 0;
    font-size: 18px;
    line-height: 30px;
    font-family: "Noto Serif", serif;
    color: #333;
}

.flex-author-collection {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-author-collection .author-wrap {
    margin: 0;
    display: flex;
    align-items: center;
}

.author-avatar {
    margin: 0 12px 0 0;
    display: flex;
    align-items: center;
}

.author-avatar__picture {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    order: 3;
}

.author-avatar__picture img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-meta {
    display: flex;
    align-items: center;
}

.author-name {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.author-name a {
    color: #222;
}

.author-name b {
    font-weight: 600;
}

.author-time {
    margin: 0 0 0 8px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #a0a4a8;
}

.author-time::before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background: #222 none;
    position: relative;
    margin: 0 8px 0 0;
}

.singular-sidebar {
    position: relative;
    margin-top: 200px;
}

.cpanel-action {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.cpanel-item {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    color: #fff;
    font-size: 28px;
    transition: all .3s;
}

.cpanel-item svg {
    background: #fff none;
    border: 1px solid #e4e4e4;
    border-radius: 100px;
}

.cpanel-item.comment span {
    height: 16px;
    padding: 1px 4px;
    background: #e7f0eb;
    border-radius: 4px;
    color: #db0000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -10px;
    text-indent: 0;
    font-size: 11px;
    font-family: "Inter", sans-serif;
    line-height: 140%;
    font-weight: 600;
    z-index: 1;
}

.cpanel-action li:not(:first-of-type) {
    margin: 8px 0 0;
}

.cpanel-action li a {
    display: block;
}

.cpanel-action li.save a {
    background: #fff none;
    border: 1px solid #e4e4e4;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    position: relative;
    color: #fff;
    font-size: 28px;
    transition: all .3s;
}

.cpanel-action li.save a span {
    background-image: url(../images/save.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border: none;
}

.cpanel-action li.save {
    width: 40px;
    height: 40px;
    margin-top: 18px;
}

.d-flex {
    display: flex;
}

.article-lot {
    padding: 0;
    margin: 0;
    counter-reset: count;
}

.article-lot .article-item {
    counter-increment: count;
}

.article-lot .article-head {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    color: #25282b;
}

.article-lot .article-item:nth-child(2) {
    margin: 24px 0 0;
}

.article-lot .article-title {
    font-family: "Inter", sans-serif;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 0 25px;
    position: relative;
}

.article-lot .article-item:nth-child(2) .article-title {
    font-size: 18px;
    margin-top: 10px;
}

.article-lot .article-title::before {
    content: counter(count) ".";
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    color: #a0a4a8;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    font-family: "Noto Serif", serif;
}

.article-lot .article-item:not(:nth-child(2)) {
    display: grid;
    grid-gap: 14px;
    grid-template-columns: 1fr 90px;
    margin: 16px 0 0;
    padding: 16px 0 0;
    border-top: 1px solid #eee;
}

.article-lot .article-item:not(:nth-child(2)) .img-article {
    order: 2;
}

.article-related {
    margin: 24px 0 0;
    padding: 16px 24px 24px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.article-related .title-head {
    grid-column-start: span 2;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #222;
    text-transform: none;
    padding: 0 0 12px;
    border-bottom: 1px solid #eee;
}

.article-related .article-item {
    margin: 20px 0 0;
    display: grid;
    grid-gap: 16px;
    grid-template-columns: 135px calc(100% - 151px);
}

.article-related .article-title {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

.article-related .article-excerpt {
    margin: 4px 0 0;
    font-size: 13px;
    line-height: 20px;
    color: #888;
}

.nav-full {
    position: fixed;
    left: 50%;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    padding: 39px 0 0;
    transition: top .15s, visibility .15s, opacity .15s;
    transform: translateX(-50%);
    min-width: 1158px;
}

.nav-full.show {
    position: absolute;
    top: 0;
    visibility: visible;
    opacity: 1;
}

.bg-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    min-width: 1158px;
    display: block;
    z-index: -1;
}

.nav-full::before {
    background: #eee none;
}

.nav-full .nf-wrap {
    display: grid;
    grid-template-columns: auto 270px;
    grid-gap: 60px;
    height: 100%;
}

.nav-full .nf-wrap.container:before {
    display: none;
}

.nf-menu {
    margin: 0;
    padding: 20px 0 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-row-gap: 20px;
    grid-column-gap: 30px;
    flex-wrap: wrap;
    align-content: flex-start;
    max-height: 100%;
    overflow-y: auto;
}

.nf-menu>li>a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222;
    font-family: "Inter", sans-serif;
}

.nf-submenu {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
}

.nf-submenu>li>a {
    font-size: 13px;
    line-height: 15px;
    color: #666;
    font-family: "Inter", sans-serif;
}

.nf-sidebar {
    position: relative;
    padding: 20px 0;
}

.nf-sidebar::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 0;
    height: 100%;
    border-left: 1px solid #ccc;
}

.nf-menu::-webkit-scrollbar {
    width: 4px
}

.nf-menu::-webkit-scrollbar-thumb {
    background-color: #c4c4c4
}

.nfs-menu {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.nfs-menu>li {
    display: flex;
}

.nfs-menu>li>a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.flex-jcc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nfs-menu>li {
    display: flex;
}

.nfs-menu>li:not(:first-of-type) {
    margin: 16px 0 0;
}

.nfs-menu>li.line {
    height: 0;
    border-top: 1px solid #ccc;
    font-size: 0;
}

.nfs-menu>li.line a {
    font-size: 0;
}

.nfs-menu>li>a.uppercase {
    text-transform: uppercase;
}

.nfs-menu>li>a.email {
    display: flex;
    align-items: center;
    font-weight: 400;
}

.nfs-menu>li>a.headphone {
    display: flex;
    align-items: center;
    font-weight: 400;
}

.article-care.list {
    margin: 24px 0 0;
    padding: 16px 0 0;
    border-top: 1px solid #222;
}

.article-care.list .article-head {
    margin: 0 0 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #25282b;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
}

.article-care.list .article-item {
    display: grid;
    grid-template-columns: 252px calc(100% - 268px);
    grid-gap: 16px;
}

.article-care.list .article-title {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
}

.article-care.list .article-excerpt {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 22px;
    color: #888;
}

.article-care.list .article-item:not(:nth-child(2)) {
    margin-top: 20px;
}

.singular-footer .social-pin {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    width: 100%;
    margin-top: 22px;
    margin-bottom: 22px;
    position: static;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.singular-footer .social-pin li {
    margin: 0 2px;
}

.singular-footer .social-pin li:first-child {
    flex: 1;
    margin-right: 0;
}

.singular-footer .social-pin li:nth-child(6) {
    flex: 14;
}

.singular-footer .social-pin li:last-child {
    margin-left: 0;
}

.singular-footer {
    margin-bottom: 20px;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-account {
    background: transparent none;
    border: 0;
    padding: 0;
    white-space: nowrap;
    font-family: "Inter", sans-serif;
    outline: 0;
    color: gray;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.header-account svg {
    margin: 0 0 0 9px;
    stroke: #4d4d4d;
}

#nv-block-login {
    text-align: center;
    height: 100%;
    line-height: 50px;
}

.wrap_tab_dang_nhap li {
    width: 50%;
}

.wrap_tab_dang_nhap a {
    border-radius: 0px !important;
    background: #eeeeee;
    border: none !important;
}

.wrap_tab_dang_nhap .nav-tabs {
    border-bottom: 1px solid #fff;
}

.wrap_tab_dang_nhap .nav-tabs>li>a {
    border: none !important;
}

.wrap_tab_dang_nhap .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: none !important;
}

.ten_khi_dang_nhap {
    line-height: 50px;
}

.nv-block-banners img {
    width: 100%;
    height: auto;
}

.mobile-menu-bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.mobile-menu-wrap {
    width: 280px;
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    visibility: hidden;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
}

.mobile-menu-wrap.animate {
    transition: all 0.35s ease;
}

.mobile-menu-wrap .logo {
    text-align: center;
    padding: 0 10px;
}

.mobile-menu-wrap .logo img {
    height: 25px;
    width: auto;
}

.mobile-menu-wrap .menu {
    background-color: #fff;
    height: auto;
    overflow: auto;
}

.mobile-menu-wrap .mfooter {
    background-color: #fff;
    height: 30px;
    padding: 10px;
    text-align: center;
    color: #777;
}

.mobile-menu-toggle-btn {
    cursor: pointer;
    background: none;
    top: 25px;
    right: 10px;
    text-align: center;
    font-size: 30px;
    display: none;
    z-index: 999;
}

.mobile-menu-toggle-btn:hover {
    background: none;
}


@media (max-width: 767.98px) {
    .mobile-menu-toggle-btn {
        display: flex;

    }

    .open-menu .mobile-menu-bg {
        display: block;
    }

    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
    }
}

.hidden-md {
    display: none;
}

.form-voting {
    padding: 14px;
    background: #eee;
    margin-bottom: 20px;
}

.video-main {
    margin: -24px 0 0;
    padding: 20px 0;
    z-index: 8;
}

.video-main.bg-wrap {
    position: relative;
    z-index: 0;
    margin-bottom: 24px
}

.bg-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    min-width: 1158px;
    display: block;
    z-index: -1;
}

.video-main::before {
    background: #25282b none;
}
.video-row {
    margin: 16px 0 0;
    display: grid;
    grid-template-columns: 748px calc(100% - 763px);
    grid-gap: 15px;
}
.video-col.list {
    margin: 0;
    padding: 20px 15px;
    list-style: none;
    background: #fff none;
    overflow-y: auto;
    height: 480px;
}
.video-col.list li {
    display: grid;
    grid-template-columns: 112px calc(100% - 124px);
    grid-gap: 12px;
}
.video-col.list .video-thumb{
    padding-top: 0;
}
.video-col.list .video-thumb a{
    position: relative;
    line-height: 0;
    display: block;
    padding: 0 0 56.25%;
    overflow: hidden;
    z-index: 5;
}
.video-col.list .video-thumb img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.video-col.list .video-ico {
    position: absolute;
    bottom: 4px;
    left: 4px;
    display: flex;
    align-items: center;
    z-index: 1;
    border-radius: 234px;
    padding: 2px 6px 2px 3px;
    background: rgba(34,34,34,.6) none;
}
.video-col.list .video-ico svg {
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
}
.video-col.list .video-title {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.video-col.list li:not(:nth-child(1)) {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f1f1f1;
}
.btn{
    padding: 0 16px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
.form-control{
    height: 40px;
    line-height: 40px;
}
.btn-primary {
    color: #fff;
    background-color: #db0000;
    border-color: #db0000;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{

    background-color: #007329;
    border-color: #007329;
}
.menu-footer-box{
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    display: flex;
}
.menu-footer{
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    padding: 9px 0;
    justify-content: space-between
}
.menu-footer li a{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700
}
.heading-footer{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
}


#container.showbigmenu .bigmenu {
    display: block;
}
.bigmenu {
    width: 100%;
    position: absolute;
    top: 157px;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .03);
    display: none;
}
.bigmenu ul{
    padding: 0;
    margin: 0
}
.bigmenu ul .biglst {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(107, 107, 107, .1);
}
.bigmenu ul .biglst .parent {
    width: 250px;
    padding: 1px 20px;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    float: left;
    background: #e6e6e6;
    height: 35px;
    line-height: 35px;
}
.bigmenu ul .biglst .listchild {
    padding: 0 0 0 20px;
    margin-right: 20px;
    display: block;
    margin-left: 250px;
    height: 35px;
    line-height: 35px;
}
.bigmenu ul .biglst .listchild ul .smalllst {
    float: left;
    width: auto;
}
.bigmenu ul .biglst .listchild ul .smalllst .child {
    font-size: 12px;
    color: #565656;
    float: left;
    margin-right: 50px;
}
.bigmenu ul .biglst .listchild ul .smalllst .child:hover{
    color: #930007;
}
.header-mobile{
    display: flex;
    justify-content: space-between
}
.news-cat-owl .owl-item.active{
    background: none
}
.news-cat-owl .owl-prev, .news-cat-owl .owl-next{
    opacity: 1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
    top: 50%;
   color: #c8cbd0;
    background: #ffffff;
    border: 1px solid #c8cbd0;
}
.news-cat-owl .owl-prev{
    left: -16px;
}
.news-cat-owl .owl-next{
    right: -16px;
}
.heading-style-3{
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.heading-style-3 h2{
    font-weight: 600;
    color: #000;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding-top: 10px;
    margin: 6px 0 4px 0;
    line-height: 1;

}
.bg-blue .heading-style-3 h2{
    margin-top: 0;
    padding-top: 0;
}
.bg-blue .heading-style-3 h2:before{
    content: "";
    position: absolute;
    z-index: 2;
    top: -7px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #ec1c24;
}
.parent-child-style-2{
    padding: 20px;
    margin: 20px 0;
    background: none;
    color: #fff
}
.bg-blue .parent-child-style-2{
    padding: 0;
    margin: 0
}
.parent-child-style-2 a{
    color: #fff
}
.mrg-lr--10{
    margin-left: -10px;
    margin-right: -10px;
}
.pdd-lr-10{
    padding-left: 10px;
    padding-right: 10px;
}
.mr-b-10{
    margin-bottom: 10px !important;
}
.parent-child-style-2 .ac{
    font-size: 25px;
    line-height: 1.4;
}
.parent-child-style-2 .category-nav li a{
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    font-weight: 700;
}
.parent-child-style-2 .heading-style-3{
    padding-bottom: 0;
    border-bottom: none;
}
.bg-blue .parent-child-style-2 .news-group-1 .des{
    color: #fff
}
.bg-blue .parent-child-style-2 .category-nav li a{
    color: #fff
}
.bg-blue .parent-child-style-2 .news-group-1 .des{
    color: #fff
}
.video-list{
    padding: 0;
    margin: 0
}
.video-list li{
    margin-bottom: 10px;
}
.video-list li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}
.img-16-9{
    position: relative;
    padding-top: 56.25%;
    display: block
}
.img-16-9 img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.video-list li .img{
    width: 25%;

    margin-right: 10px;
}
.video-list li h3{
    flex: 1
}
.bg-blue{
    background-color: #385E77 !important;
    padding: 20px 0;
}
.btnchuyenmuc{
    width: 34px;
    height: 34px;
    border: 1px solid #EFEFEF;
    margin-right: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 !important;
    z-index: 99999;
}
.btnchuyenmuc span:before, .btnchuyenmuc span:after{
    content: "";
    background-color: #666;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.btnchuyenmuc span:before {
    transform: translateY(-6px);
    width: 100%;
}
.btnchuyenmuc span:after {
    transform: translateY(6px);
    width: 100%;
}
.btnchuyenmuc span {
    background-color: #666;
    font-size: 0;
    width: 18px;
    height: 2px;
    position: absolute;
    top: 11px;
    left: 3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 18px;
    top: 16px;
    left: 6px;
}
.btnchuyenmuc.active span {
    background-color: transparent !important;
    left: 5px;
}
.btnchuyenmuc.active span:before {
    transform: translateY(0px) rotate(45deg);
    width: 20px;
    background-color: #ec1c24;
}
.btnchuyenmuc.active span:after {
    transform: translateY(0px) rotate(-45deg);
    width: 20px;
    background-color: #ec1c24;
}