body{
    font-family: 'K2D';
    font-size: 16px;
    line-height: 28px;
    color: white;
        background: white;
}
a{
    text-decoration: unset;
    color: unset;
}
.fp-watermark {
    display: none;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 9;
    transition: opacity 0.4s ease-in-out;
    
}

.header-nav {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    z-index: 9999999;
}
.header-left_btn {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
}
.header-left_mobile-menu {
        position: relative;
        overflow: hidden;
}
.header-left_mobile-menu_icon {
        position: relative;
        width: 50px;
        height: 50px;
        cursor: pointer;
        color: #ffffff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-align: center;
        font-size: 12px;
        line-height: 12px;
        text-transform: uppercase;
        margin-left: 15px;
}
.header-left_mobile-menu_icon span {
        height: 2px;
        width: 32px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
}
.header-left_mobile-menu_icon span:after, .header-left_mobile-menu_icon span:before {
        content: "";
        position: absolute;
        display: block;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 32px;
        height: 2px;
        background: white;
        content: "";
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
}
.header-left_mobile-menu_icon span:before {
        top: -10px;
}
.header-left_mobile-menu_icon span:after {
        top: 10px;
}
.logo img {
    width: 120px;
    height: auto;
}
div#fullpage>.section{
    background: #A61542;
    overflow-x: hidden;
    position: relative;
}
.header-main {
    position: fixed;
    width: 300px;
    top: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    text-align: left;
    z-index: 9;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    transition: .4s all;
    transform: translateX(100%);
    background: #A61542;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    min-height: 100vh;
    backdrop-filter: blur(7px);
}
    .header-left_mobile-menu_icon.show span {
        height: 0;
    }
     .header-left_mobile-menu_icon.show span:before {
        transform: rotate(135deg);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        left: 0;
        top: 0;
    }
        .header-left_mobile-menu_icon.show span:after {
        transform: rotate(45deg);
        left: 0;
        top: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
.header-main.active {
    transform: translateX(0);
    transition: .4s all;
    visibility: visible;
}

       
.logo {
    margin: 0 15px;
}
.gioi-thieu_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.gioi-thieu_txt {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    transform: translate(-50%,-50%);
}
.gioi-thieu_txt h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-family:'Oswald';
}
.gioi-thieu_txt_text {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
}
.gioi-thieu_bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: #00000066;
}
ul.menu-main li a {
    text-transform: uppercase;
}
.section_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, #c32b3b, #ffc1c6);
    display: flex;
    justify-content: center;
    padding: 30px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    z-index: 3;
}
.tong-quan_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.tong-quan_txt {
    position: absolute;
    z-index: 9;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translate(0,-50%);
}
.tong-quan_txt table.table {
    max-width: max-content;
    background: unset;
}
.tong-quan_txt table.table td {
    background: transparent;
    color: white;
    border-style: dashed;
}
.tong-quan_txt table.table tr:last-child td {
    border: none;
}
.tong-quan_title {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 600;
    font-family:'Oswald';
}
.tong-quan_bg:before {
    content: "";
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000a3, transparent);
}
.location_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #6396d8;
}
.location_txt {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 3;
    transform: translate(0, -50%);
}
.location_txt {
    padding: 0 80px;
    max-width: 568px;
}
.location_title {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 30px;
    font-family:'Oswald';
}
.location_txt_text {
    font-size: 16px;
    text-align: justify;
}
.d-block-pc {
    display: block;
}
.location_bg img {
    width: 100%;
    height: 100%;
}
.location_top {
    background: #6c98db;
}

.location_bottom_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 0;
}
.location_bottom_bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.gioi-thieu_bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.tong-quan_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location_bottom .container {
    position: relative;
    z-index: 5;
}
.location_bottom_title {
    font-size: 32px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family:'Oswald';
}
.location_bottom_txt {
    font-size: 18px;
}
.location_bottom_bg:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    background: #0000001c;
}
.location-item_icon img {
    width: 60%;
    margin: 0 auto;
    display: block;
}
.location_title_txt {
    text-align: center;
    font-weight: 600;
    font-family:'Oswald';
}
.location-item_title {
    text-transform: uppercase;
}
.location-item_time {
    font-size: 13px;
    font-weight: 400;
}
.list-tam-diem {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    z-index: 4;
}
div#fullpage .tien-ich-section {
    background: #ae1843;
}
.tien-ich_title {
    font-size: 32px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 30px;
}
.tien-ich_title span {
    display: block;
}
.tien-ich_content {
    font-size: 20px;
    text-align: justify;
}
.bg-dau-an {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.bg-dau-an img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.dau-an_box {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    z-index: 3;
}
.dau-an_box_tittle {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
    font-family:'Oswald';
}
.dau-an_box_content {
    font-size: 18px;
    text-align: center;
}
.bg-dau-an:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(0deg, #0000008f, transparent);
    height: 50vh;
    width: 100%;
}
div#fullpage .section-mat-bang-tien-ich {
    background: #474747;
    display: block;
}
.gallery-item_img>a:not(:first-child) {
    display: none;
}
.ratio-16 {
    position: relative;
    width: 100%;
    padding-bottom: calc(7 / 16* 100%);
    overflow: hidden;
}
.ratio-16 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ratio-12 {
    position: relative;
    width: 100%;
    padding-bottom: calc(9 / 12* 100%);
    overflow: hidden;
}
.ratio-12 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-item {
    margin-bottom: 30px;
}
.gallery-item_title {
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    font-weight: 700;
    color: #a71542;
    padding-bottom: 10px;
}
div#fullpage .section-gallery {
    padding: 60px 0;
}

h2.section-title {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family:'Oswald';
}
.post-item {
    background: white;
}
.post-item_text {
    color: #b4b4b6;
    padding: 10px;
    padding-top: 5px;
}
.post-item-date {
    font-size: 13px;
    margin-bottom: 5px;
}
h3.post-item_title {
    font-size: 16px;
    color: #a71542;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.post-item_content {
    font-size: 13px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.post-item_text a {
    display: inline-block;
    text-transform: uppercase;
    color: #a71542;
    font-weight: 600;
}
div#fullpage .section-location {
    background: #395278;
}
.tien-do_item_title {
    padding: 15px;
    text-align: center;
    font-weight: 700;
    color: #a71542;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.bg-360 {
    position: relative;
    overflow: hidden;
}
.bg-360 a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.bg-360 a img{
    filter: brightness(0) invert(1);
width: 150px;
}
.logo-footer {
    max-width: 80%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.contact-footer_title {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.contact-footer_sub {
    text-align: center;
}
.footer-partner {
    display: flex;
    align-items: center;
}
.footer-partner span {
    width: 50%;
}
.footer-partner img {
    width: auto;
    height: 90px;
}
input,textarea {
    max-width: 100%;
}
.title-footer {
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}
input {
    background: unset;
    box-shadow: unset;
    border: 1px solid transparent;
    border-bottom-color: white;
    padding: 5px 0;
}
::placeholder {
    color: white;
    text-transform: uppercase;
}
.wpcf7-submit {
    border: 1px solid white;
    text-transform: uppercase;
    color: white;
    padding: 5px 10px;
    width: 100%;
}
input:focus-visible {
    outline: none;
}
.section-contact_line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.menu {
    position: absolute;
    top: 120px;
    width: 100%;
    text-align: center;
}
ul.menu-main {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.menu-main li a {
    color: white;
    padding: 5px 10px;
    display: block;
}
.box-mat-bang-tien-ich .swiper-slide {
    transform: scale(0.8);
    transition: .4s;
    opacity: .6;
}
.box-mat-bang-tien-ich .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}
.box-mat-bang-tien-ich .swiper-slide img{
    width: 100%;
}
.box-mat-bang-tien-ich .slide-mat-bang-tien-ich{
    margin-left: -40vw;
    margin-right: -40vw;
    position: unset;
}
.footer-watermask img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.swiper.slide-tien-ich {
    height: 62vh;
}
.slide-tien-ich .swiper-slide img {
    height: 100%;
    width: auto;
    object-fit: cover;
}
.slide-tien-ich .swiper-slide span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 600;
    background: linear-gradient(0deg, #000000ba, transparent);
}

.layer-can-ho_gallery a:not(:first-child) {
    display: none;
}

.layer-can-ho_title {
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    color: #a61542;
    font-weight: 700;
}

.col-tien-ich_txt {
    padding-left: 10vw;
}
.tien-ich-section .fp-overflow {
    overflow: hidden;
}
.section-mat-bang-tien-ich .fp-overflow {
    overflow: hidden;
}
.slide-tien-ich .swiper-slide img {
    width: 100%;
}
.tinh-toan-khoan-vay iframe {
    width: 100%;
    height: 470px;
}
.pdf-chinh-sach-ban-hang img {
    width: 80%;
    display: block;
    margin: 0 auto;
}
.pdf-chinh-sach-ban-hang span {
    text-align: center;
    display: block;
}
.location_bg:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(-90deg, #00000075, transparent);
    height: 100%;
    width: 40%;
    content: "";
}
.pdf-chinh-sach-ban-hang img {
    width: 120px;
}
.location_bottom:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #000000ba, transparent);
    z-index: 4;
}
.fancybox__content {
    padding: 5px;
}
.swiper-button-prev:after, .swiper-button-next:after {
    content: "";
    font-family: unset;
}
.swiper-button-next, .swiper-button-prev {
    width: 70px;
}
.swiper-button-prev img {
    transform: rotate(180deg);
}
.swiper-button-next img, .swiper-button-prev img{
    opacity: .7;
    transition: .4s;
}
.swiper-button-next:hover img, .swiper-button-prev:hover img{
    opacity: 1;
    transform: .4s;
}
.post-item_text a {
    display: flex;
    align-items: center;
}
.post-item_text a img {
    width: 40px;
    margin-left: 10px;
    transition: .4s;
}
.post-item_text a:hover img {
    margin-left: 20px;
    transition: .4s;
}
.float-contact {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.float-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.float-contact ul li {
    margin-bottom: 10px;
}
.float-contact ul li:last-child{
    margin-bottom: 0;
}
.float-contact ul li a {
    border: 1px solid white;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.tab {
    overflow: hidden;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
        margin-bottom: 15px;
}

.tab button {
    white-space: nowrap;
    padding: 10px 5px;
    border: solid 1px #B2B2B2;
    text-align: center;
    color: #B2B2B2;
    background: unset;
    text-transform: uppercase;
    line-height: normal;
    font-size: 13px;
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #a71542;
    color: white;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #a71542;
    color: white;
}

.tabcontent {
  display: none;
  border-top: none;
}
.section-gioi-thieu {
    min-height: 100vh;
}
div#overall {
    min-height: 100vh;
}
.section-location {
    min-height: 100vh;
    overflow: hidden;
}
.tam-diem {
    min-height: 100vh;
}
.location_bottom {
    padding-top: 0px;
    text-align: center;
}

.section-can-ho {
    padding: 60px 0;
}
.section-policy {
    padding: 60px 0;
}
.section-news {
    padding: 60px 0;
}
.section-tien-do {
    padding: 60px 0;
}
.section-vr {
    padding: 5px 0 0 0;
}
.section-contact {
    padding: 120px 0;
}
.location_bg video {
    height: 100%;
    object-fit: cover;
}
.box-mat-bang-tien-ich h2 {
    color: #a01241;
}
.tien-ich_list {
    display: flex;
    height: 100%;
    padding: 30px 15px;
    align-items: center;
}
.tien-ich_list ul {
    padding: 0;
    margin: 0;
}
header {
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
header.show {
    opacity: 1;
    transform: translateY(0);
}
header.hide {
    opacity: 0;
    transform: translateY(-100%);
}
.points .point {
    width: 20px;
    height: 20px;
    background-color: white;
    display: flex;
    border-radius: 50%;
    transition: .4s;
    transform: translate(-50%, -50%);
    position: absolute;
    justify-content: center;
    align-items: center;
    color: #A61542;
    border: 1px solid #A61542;
    opacity: .6;
    cursor: pointer;
}


.box-mat-bang-tien-ich .tabcontent {
    position: relative;
}
.points {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.points[data-image-id="224"] .point[data-location="1"] {
    top: 33%;
    left: 39%;
}
.points[data-image-id="224"] .point[data-location="2"] {
    top: 33%;
    left: 64%;
}
.points[data-image-id="224"] .point[data-location="3"] {
    top: 29%;
    left: 41%;
}
.points[data-image-id="224"] .point[data-location="4"] {
    top: 29%;
    left: 63%;
}
.points[data-image-id="224"] .point[data-location="5"] {
    top: 20%;
    left: 45%;
}
.points[data-image-id="224"] .point[data-location="6"] {
    top: 30%;
    left: 54%;
}
.points[data-image-id="224"] .point[data-location="7"] {
    top: 30%;
    left: 49.5%;
}
.points[data-image-id="224"] .point[data-location="8"] {
    top: 21%;
    left: 58%;
}


.points .point.active {
        background-color: #A61542;
        transform: translate(-50%, -50%) scale(1.1);
        transition: .4s;
        z-index: 99;
        opacity: 1;
            
    }

.points .point.active:after{
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
    animation: pulse-red 2s infinite;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 50%;
}
@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }
    
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }
    
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}
label.point_name {
    width: max-content;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 25px);
    font-size: 9px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    background: white;
    border-radius: 15px;
    padding: 5px;
    line-height: normal;
    text-transform: uppercase;
}
.point.active label.point_name{
    opacity: 1;
    visibility: visible;
    transition: .4s;
}
.point_num {
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}
.points .point.active .point_num{
    color: white;
}
.points .point:hover{
     background-color: #A61542;
        transform: translate(-50%, -50%) scale(1.1);
        transition: .4s;
        z-index: 99;
        opacity: 1;
}
.points .point:hover label.point_name{
opacity: 1;
    visibility: visible;
    transition: .4s;
}
.points .point:hover .point_num{
    color: white;
}
.points .point:hover:after{
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
    animation: pulse-red 2s infinite;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 50%;
}
.btn-next, .btn-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 999999;
    top: 38%;
    opacity: 1;
    transition: .4s;
}
.btn-next img,.btn-prev img{
    filter: brightness(0) invert(1);
}
.btn-next {
    right: 10px;
    transform: translate(0px, -50%);
}
.btn-prev {
    left: 10px;
    transform: translate(0, -50%) rotate(180deg);
}
.btn-prev.swiper-button-disabled,.btn-next.swiper-button-disabled {
    opacity: .4;
    transition: .4s;
}

.box-mat-bang-tien-ich {
    position: relative;
}
.tienich_select {
    width: unset;
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.tienich_select select {
    display: inline-block;
    width: unset;
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
    font-size: 13px;
    border: 1px solid white;
}
.tienich_select select:focus-visible {
    outline: none;
        box-shadow: unset;
}
.form-select:focus {
    border-color: #990f40;
    outline: 0;
    box-shadow: 0 0 0 .25rem #990f4075;
}
.box-mat-bang-tien-ich .tabcontent {
    max-height: 100vh;
    overflow: hidden;
}
.tien-ich_list .labels>span {
    display: inline-flex;
    cursor: pointer;
    text-transform: uppercase;
    background: white;
    color: #474747;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 50px;
    position: relative;
    height: 36px;
    align-items: center;
    padding-left: 36px;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #474747;
    transition: .4s;
    min-width: 50%;
    line-height: normal;
    font-size: 13px;
}
.tien-ich_list .labels>span.active,.tien-ich_list .labels>span:hover{
    background:#a01241 ;
    color: white;
    border: 1px solid white;
    transition: .4s;
}
.tien-ich_list .labels>span.active span.label-num,.tien-ich_list .labels>span:hover span.label-num{
    background: white;
    color: #a01241;
}
span.label-num {
    background: #A61542;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(3px, -50%);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    color: white;
    font-weight: 400;
}
.fancybox__caption {
    text-transform: uppercase;
    font-weight: 500;
    color: white;
}
.layer-can-ho {
    background: white;
    padding: 5px;
}
.gallery-item {
    background: white;
    padding: 5px;
}
.tien-do_item {
    padding: 5px;
    background: white;
}
.post-item_img {
    padding: 5px;
}
.with-fancybox .fancybox__container{
    height: 100dvh;
    width: 100dvw;
}
.potition-related {
    position: relative;
}
.labels {
    display: flex;
    flex-wrap: wrap;
}
.pdf-chinh-sach-ban-hang a {
    pointer-events: none;
}


@font-face {
    font-family: 'K2D';
    src: url('https://duanonline.com.vn/font/K2D-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'K2D';
    src: url('https://duanonline.com.vn/font/K2D-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('https://duanonline.com.vn/font/Oswald-Bold.woff2') format('woff2'), url('https://duanonline.com.vn/font/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('https://duanonline.com.vn/font/Oswald-ExtraLight.woff2') format('woff2'), url('https://duanonline.com.vn/font/Oswald-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('https://duanonline.com.vn/font/Oswald-Light.woff2') format('woff2'), url('https://duanonline.com.vn/font/Oswald-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('https://duanonline.com.vn/font/Oswald-Medium.woff2') format('woff2'), url('https://duanonline.com.vn/font/Oswald-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}