//Merriweather
@font-face {
    font-family: "Merriweather";
    font-weight: normal;
    font-style: normal;
    src: url("https://static.mediacdn.vn/fonts/Merriweather-Regular.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/Merriweather-Regular.woff") format("woff"), url("https://static.mediacdn.vn/fonts/Merriweather-Regular.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/Merriweather-Regular.eot") format("embedded-opentype");
    font-display: swap;
}

@font-face {
    font-family: "Merriweather";
    font-weight: bold;
    font-style: normal;
    src: url("https://static.mediacdn.vn/fonts/Merriweather-Bold.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/Merriweather-Bold.woff") format("woff"), url("https://static.mediacdn.vn/fonts/Merriweather-Bold.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/Merriweather-Bold.eot") format("embedded-opentype");
    font-display: swap;
}

@font-face {
    font-family: "Merriweather";
    font-weight: 900;
    font-style: normal;
    src: url("https://static.mediacdn.vn/fonts/Merriweather-Black.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/Merriweather-Black.woff") format("woff"), url("https://static.mediacdn.vn/fonts/Merriweather-Black.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/Merriweather-Black.eot") format("embedded-opentype");
    font-display: swap;
}
//roboto
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('https://static.mediacdn.vn/fonts/Roboto-Regular.woff2') format('woff2'), url('https://static.mediacdn.vn/fonts/Roboto-Regular.woff') format('woff'), url('https://static.mediacdn.vn/fonts/Roboto-Regular.ttf') format('truetype'), url('https://static.mediacdn.vn/fonts/Roboto-Regular.eot') format('embedded-opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('https://static.mediacdn.vn/fonts/Roboto-Medium.woff2') format('woff2'), url('https://static.mediacdn.vn/fonts/Roboto-Medium.woff') format('woff'), url('https://static.mediacdn.vn/fonts/Roboto-Medium.ttf') format('truetype'), url('https://static.mediacdn.vn/fonts/Roboto-Medium.eot') format('embedded-opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    src: url('https://static.mediacdn.vn/fonts/RobotoCondensed-Bold.woff2') format('woff2'), url('https://static.mediacdn.vn/fonts/RobotoCondensed-Bold.woff') format('woff'), url('https://static.mediacdn.vn/fonts/RobotoCondensed-Bold.ttf') format('truetype'), url('https://static.mediacdn.vn/fonts/RobotoCondensed-Bold.eot') format('embedded-opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('https://static.mediacdn.vn/fonts/Roboto-Bold.woff2') format('woff2'), url('https://static.mediacdn.vn/fonts/Roboto-Bold.woff') format('woff'), url('https://static.mediacdn.vn/fonts/Roboto-Bold.ttf') format('truetype'), url('https://static.mediacdn.vn/fonts/Roboto-Bold.eot') format('embedded-opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    src: url('https://static.mediacdn.vn/fonts/Roboto-Bold.woff2') format('woff2'), url('https://static.mediacdn.vn/fonts/Roboto-Bold.woff') format('woff'), url('https://static.mediacdn.vn/fonts/Roboto-Bold.ttf') format('truetype'), url('https://static.mediacdn.vn/fonts/Roboto-Bold.eot') format('embedded-opentype');
    font-display: swap;
}

//Inter
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url("https://static.mediacdn.vn/fonts/Inter-Regular.woff2")
    format("woff2"),
    url("https://static.mediacdn.vn/fonts/Inter-Regular.woff") format("woff"),
    url("https://static.mediacdn.vn/fonts/Inter-Regular.ttf") format("truetype"),
    url("https://static.mediacdn.vn/fonts/Inter-Regular.eot")
    format("embedded-opentype");
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    src: url("https://static.mediacdn.vn/fonts/Inter-Medium.woff2")
    format("woff2"),
    url("https://static.mediacdn.vn/fonts/Inter-Medium.woff") format("woff"),
    url("https://static.mediacdn.vn/fonts/Inter-Medium.ttf") format("truetype"),
    url("https://static.mediacdn.vn/fonts/Inter-Medium.eot")
    format("embedded-opentype");
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url("https://static.mediacdn.vn/fonts/Inter-SemiBold.woff2")
    format("woff2"),
    url("https://static.mediacdn.vn/fonts/Inter-SemiBold.woff") format("woff"),
    url("https://static.mediacdn.vn/fonts/Inter-SemiBold.ttf")
    format("truetype"),
    url("https://static.mediacdn.vn/fonts/Inter-SemiBold.eot")
    format("embedded-opentype");
    font-display: swap;
}
.header-v2 {
    position: relative;
}
.headerv2  .header.sticky_header .headerv2  .header__middle {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
.headerv2  .header__tt {
    background: #fff;
    padding: 8px 0;
}
.headerv2  .header__tt .container {
    display: flex;
    align-items: center;
}
.headerv2  .header__tt .follow {
    display: flex;
    align-items: center;
    gap: 10px;
}
.headerv2  .header__tt .follow p {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #606368;
}
.headerv2  .header__tt .follow .youtube {
    width: 20px;
    height: 16px;
    background: url("https://static.mediacdn.vn/mst/images/yt.svg") no-repeat 0 0/contain;
}
.headerv2  .header__tt .follow .tiktok {
    width: 16px;
    height: 18px;
    background: url("https://static.mediacdn.vn/mst/images/tiktok.svg") no-repeat 0 0/contain;
}
.headerv2  .header__tt .follow .facebook {
    width: 10px;
    height: 18px;
    background: url("https://static.mediacdn.vn/mst/images/fb.svg") no-repeat 0 0/contain;
}
.headerv2  .header__tt .box-link {
    margin-left: auto;
}
.headerv2  .header__tt .box-link > * + * {
    margin-left: 20px;
    padding-left: 20px;
}
.headerv2  .header__tt .box-link > * + *::after {
    content: "";
    width: 1px;
    height: 14px;
    background: #DADCE0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.headerv2  .header__tt .box-link a {
    position: relative;
    color: #606368;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}
.headerv2  .header__top {
    background: url(https://static.mediacdn.vn/mst/images/hg-top-header.jpg), rgba(0, 73, 152, 0) no-repeat center top;
    background-size: contain;
}
.headerv2  .header__top-flex {
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerv2  .header__logo {
    display: flex;
    align-items: center;
}
.headerv2  .header__logo .image {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.headerv2  .header__logo .image img {
    width: 100%;
    height: auto;
}
.headerv2  .header__logo .content {
    display: flex;
    flex-direction: column;
}
.headerv2  .header__logo .content .text {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
    margin-bottom: 2px;
}
.headerv2  .header__logo .content .note {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}
.headerv2  .header__tf-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.headerv2  .header__tf-right .language {
    position: relative;
    display: flex;
    border: 1px solid #3373B1;
    border-radius: 9999px;
    overflow: hidden;
}
.headerv2  .header__tf-right .language > * + * {
    border-left: 1px solid #3373B1;
}
.headerv2  .header__tf-right .language a {
    padding: 11px;
}
.headerv2  .header__tf-right .language .curent {
    background: #003971;
    border-radius: 0px;
    padding: 11px;
}
.headerv2  .header__tf-right .language .language-bot {
    position: absolute;
    width: 215px;
    border-radius: 0px 0px 10px 10px;
    background: #F3F6FB;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 20px;
    top: 55px;
    right: 0;
    display: none;
    z-index: 2;
}
.headerv2  .header__tf-right .language .language-flex {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.headerv2  .header__tf-right .language .item {
    border-radius: 4px;
    border: 1px solid #E2E7ED;
    background: #FFF;
    display: flex;
    padding: 12px 30px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #3D4043;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.headerv2  .header__tf-right .list-action {
    display: flex;
    align-items: center;
}
.headerv2  .header__tf-right .link {
    display: flex;
    align-items: center;
}
.headerv2  .header__tf-right .link .item {
    color: #A0BDD9;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 142.857% */
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #003B77;
    height: 14px;
    display: block;
}
.headerv2  .header__tf-right .link .item:first-child {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}
.headerv2  .header__tf-right .social {
    display: flex;
}
.headerv2  .header__tf-right .social .item {
    display: flex;
    margin-left: 16px;
}
.headerv2  .header__middle {
    background: #FFF;
    border-bottom: 1px solid #DADCE0;
}
.headerv2  .header__mflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerv2  .header__nav {
    display: flex;
}
.headerv2  .header__nav .item:last-child {
    margin-right: 0;
}
.headerv2  .header__nav .item:last-child a {
    margin-right: 0;
    padding: 15px 0 0;
}
.headerv2  .header__nav .item, .headerv2  .header__nav .nav-link {
    position: relative;
    margin-right: 20px;
}
@media (max-width: 1310px) {
    .headerv2  .header__nav .item, .headerv2  .header__nav .nav-link {
        margin-right: 14px;
    }
}
.headerv2  .header__nav .item:hover .item-sub, .headerv2  .header__nav .nav-link:hover .item-sub {
    display: block;
}
.headerv2  .header__nav .item .item-sub, .headerv2  .header__nav .nav-link .item-sub {
    position: absolute;
    width: 360px;
    padding: 0 20px;
    left: 0;
    top: 100%;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
    z-index: 2;
    display: none;
}
.headerv2  .header__nav .item .item-sub-link, .headerv2  .header__nav .nav-link .item-sub-link {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #DADCE0;
    color: #3D4043;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.headerv2  .header__nav .item .item-sub-link:hover, .headerv2  .header__nav .nav-link .item-sub-link:hover {
    color: #1259A0;
}
.headerv2  .header__nav .nav-link {
    color: #3D4043;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    padding: 16px 0;
    line-height: 24px;
    white-space: nowrap;
}
.headerv2  .header__nav .nav-link.active, .headerv2  .header__nav .nav-link:hover {
    color: #CE1126;
}
.headerv2  .header__search {
    position: relative;
}
.headerv2  .header__search:hover .search-form {
    width: 200px;
}
.headerv2  .header__search .btn-search {
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headerv2  .header__search .search-form {
    position: absolute;
    width: 0;
    overflow: hidden;
    transition: all 0.3s;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.headerv2  .header__search .search-form .search-input {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 25px;
    padding: 0 10px;
    padding-right: 32px;
}
.headerv2  .header__search .search-form .search-submit {
    position: absolute;
    border: 0;
    background: 0;
    right: 0;
    width: 32px;
    height: 32px;
    padding: 0;
    cursor: pointer;
}
.headerv2  .header__fo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.headerv2  .header__bt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerv2  .header__back {
    display: flex;
    align-items: center;
}
.headerv2  .header__back .back-home {
    display: flex;
    align-items: center;
    gap: 6px;
}
.headerv2  .header__back .name-page {
    color: #000;
    font-family: Merriweather;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #DADCE0;
}
.headerv2  .header__multimedia .headerv2  .header__nav .nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 40px;
    font-weight: 700;
    position: relative;
}
.headerv2  .header__multimedia .headerv2  .header__nav .nav-link:hover {
    color: #CE1126;
}
.headerv2  .header__multimedia .headerv2  .header__nav .nav-link:hover .icon svg path {
    fill: #CE1126;
}
.headerv2  .header__multimedia .headerv2  .header__nav .nav-link:hover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #CE1126;
    bottom: -12px;
    left: 0;
}
.headerv2  .header__multimedia .headerv2  .header__nav .nav-link.active {
    color: #CE1126;
}
.headerv2  .header__multimedia .headerv2  .header__nav .nav-link.active .icon svg path {
    fill: #CE1126;
}
.headerv2  .header__multimedia .headerv2  .header__nav .nav-link.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #CE1126;
    bottom: -12px;
    left: 0;
}

.footer {
    margin-top: 30px;
    font-family: Inter;
}
.footer .menu-footer {
    display: flex;
}
.footer .menu-footer li {
    position: relative;
}
.footer .menu-footer > * + * {
    margin-left: 12px;
    padding-left: 12px;
}
.footer .menu-footer > * + *::before {
    content: "";
    width: 1px;
    height: 14px;
    background: #DADCE0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.footer .menu-footer a {
    color: #3D4043;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.footer .social {
    gap: 10px;
    display: flex;
}
.footer .social a {
    width: 40px;
    height: 40px;
}
.footer__top {
    border-bottom: 1px solid #DADCE0;
    border-top: 1px solid #DADCE0;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__middle {
    padding: 30px 0;
    border-bottom: 1px solid #DADCE0;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    color: #3D4043;
}
.footer__middle > * + *::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #F1F3F4;
    position: absolute;
    top: 0;
    left: -30px;
}
.footer__middle .col {
    position: relative;
}
.footer__middle .col-1 {
    max-width: 551px;
}
.footer__middle .col-2 {
    max-width: 386px;
}
.footer__middle .col-3 {
    max-width: 221px;
}
.footer__middle .col-3 h4 {
    margin-bottom: 12px;
}
.footer__middle h4, .footer__middle p {
    font-size: 14px;
    line-height: 24px;
}
.footer__middle h4 {
    margin: 0 0 6px;
    font-weight: 700;
    color: #3D4043;
}
.footer__middle p {
    font-weight: 500;
    margin-bottom: 8px;
}
.footer__middle p:last-child {
    margin-bottom: 0;
}
.footer__bottom {
    padding: 30px 0;
    display: flex;
    gap: 12px;
    align-items: center;
}
.footer__bottom p {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
}
.footer__bottom p:last-child {
    margin-bottom: 0;
}
body .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1312px;
    width: auto;
}
