* {
    padding: 0;
    margin: 0;
}
::-webkit-scrollbar {
    width: 0;
}
@font-face {
    font-family: "OPPOSansVN";
    src: url("../font/11OPPOSansVNItalic-Bold.woff2") format("woff2"), url("../font/11OPPOSansVNItalic-Bold.woff") format("woff");
    font-weight: bold;
}
@font-face {
    font-family: "OPPOSansVN";
    src: url("../font/11OPPOSansVNItalic-Medium.woff2") format("woff2"), url("../font/11OPPOSansVNItalic-Medium.woff") format("woff");
    font-weight: 600;
}
@font-face {
    font-family: "OPPOSansVN";
    src: url("../font/11OPPOSansVNItalic-Regular.woff2") format("woff2"), url("../font/11OPPOSansVNItalic-Regular.woff2") format("woff");
    font-weight: 400;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "OPPOSansVN";
}
img {
    width: 100%;
}
.top-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 4.5833333333vw;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .top-nav {
        height: 13.3333333333vw;
        z-index: 99;
    }
}
.top-nav .left-content {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5208333333vw;
    align-items: center;
    padding: 0 0.78125vw;
}
@media (max-width: 991px) {
    .top-nav .left-content {
        padding: 0 3.3333333333vw;
        gap: 2vw;
    }
}
.top-nav .left-content .icon {
    width: 3.6458333333vw;
    display: block;
}
@media (max-width: 991px) {
    .top-nav .left-content .icon {
        width: 9.3333333333vw;
    }
}
.top-nav .left-content .icon:hover {
    filter: brightness(1.1);
}
.top-nav .left-content .icon img {
    max-width: 100%;
}
.top-nav .left-content .logo {
    width: 6.3541666667vw;
    display: block;
}
@media (max-width: 991px) {
    .top-nav .left-content .logo {
        width: 16.2666666667vw;
    }
}
.top-nav .left-content .logo:hover {
    filter: brightness(1.1);
}
.top-nav .left-content .logo img {
    max-width: 100%;
}
.top-nav .left-content .download-pc {
    width: 9.375vw;
    display: block;
}
@media (max-width: 991px) {
    .top-nav .left-content .download-pc {
        width: 26.4vw;
    }
}
.top-nav .left-content .download-pc:hover {
    filter: brightness(1.1);
}
.top-nav .left-content .download-pc img {
    max-width: 100%;
}
.top-nav .top-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    flex: 1;
    gap: 1.3020833333vw;
    padding: 0 0.78125vw;
}
@media (max-width: 991px) {
    .top-nav .top-menu {
        position: fixed;
        background: #000;
        padding: 4vw 2.6666666667vw;
        height: 100%;
        width: 60%;
        left: -100%;
        flex-direction: column;
        justify-content: start;
        transition: 0.5s all ease;
    }
    .top-nav .top-menu.active {
        left: 0;
    }
}
.top-nav .top-menu a {
    display: block;
    font-size: 0.8333333333vw;
    color: #3c3c3c;
    text-transform: uppercase;
    min-width: 7.2916666667vw;
    max-width: 15.625vw;
    height: 4.5833333333vw;
    line-height: 4.5833333333vw;
    font-family: "OPPOSansVN";
    font-weight: bold;
    position: relative;
    text-align: center;
}
@media (max-width: 991px) {
    .top-nav .top-menu a {
        max-width: 100%;
        height: 11.7333333333vw;
        line-height: 11.7333333333vw;
        color: #fff;
        font-size: 3.2vw;
    }
}
.top-nav .top-menu a:after {
    content: "";
    background: url(../images/ic-dot.png) no-repeat 0 0/100%;
    width: 1.25vw;
    height: 1.25vw;
    position: absolute;
    top: 50%;
    left: -1.0416666667vw;
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .top-nav .top-menu a:after {
        display: none;
    }
}
.top-nav .top-menu a:first-child:after {
    display: none;
}
.top-nav .top-menu a:hover {
    text-decoration: none;
}
.top-nav .btn-menu {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (min-width: 992px) {
    .top-nav .btn-menu {
        display: none;
    }
}
.top-nav .btn-menu .navicon {
    background: #ce7047;
    display: block;
    height: 0.4vw;
    position: relative;
    transition: background 0.2s ease-out;
    width: 100%;
}
.top-nav .btn-menu .navicon:after,
.top-nav .btn-menu .navicon:before {
    background: #ce7047;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
}
.top-nav .btn-menu .navicon:before {
    top: 1.8666666667vw;
}
.top-nav .btn-menu .navicon:after {
    top: -1.8666666667vw;
}
.top-nav .btn-menu.active .navicon {
    background: transparent;
}
.top-nav .btn-menu.active .navicon:before {
    top: 0px;
    transform: rotate(-45deg);
}
.top-nav .btn-menu.active .navicon:after {
    top: 0px;
    transform: rotate(45deg);
}
.page-1 {
    background: url(../images/bg-page-1.jpg) no-repeat 0 1.0416666667vw/100%;
    height: 46.875vw;
    position: relative;
    z-index: 9;
}
@media (max-width: 991px) {
    .page-1 {
        background: url(../images/bg-page-1-mob.jpg) no-repeat 0 0/100%, #fff;
        min-height: 240vw;
    }
}
.page-1 .btn-trailer {
    position: absolute;
    width: 5.8333333333vw;
    left: 16.9270833333vw;
    top: 7.65625vw;
    transition: 0.5s all ease;
}
@media (max-width: 991px) {
    .page-1 .btn-trailer {
        width: 10.6666666667vw;
        left: 13.3333333333vw;
        top: 16vw;
    }
}
.page-1 .btn-trailer:hover {
    filter: brightness(1.1);
    transform: scale(1.1);
}
.page-1 .header18 {
    position: absolute;
    top: 10.4166666667vw;
    left: 0;
    width: 6.09375vw;
}
@media (max-width: 991px) {
    .page-1 .header18 {
        width: 13.3333333333vw;
        top: 24vw;
    }
}
.page-1 .header-box {
    position: absolute;
    bottom: -2.8645833333vw;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 88.5416666667vw;
    height: 14.0625vw;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .page-1 .header-box {
        width: 100vw;
        height: auto;
        padding: 0;
        bottom: auto;
        top: 93.3333333333vw;
        display: block;
    }
}
.page-1 .header-box .box-download {
    background: #1d5162;
    width: 9.375vw;
    height: 14.0625vw;
    padding: 0 1.0416666667vw;
    position: relative;
}
@media (max-width: 991px) {
    .page-1 .header-box .box-download {
        width: 100%;
        height: auto;
        padding: 2vw 3.3333333333vw;
        padding-left: 21.3333333333vw;
    }
}
.page-1 .header-box .box-download .top-up {
    top: -1.5625vw;
    position: absolute;
}
@media (max-width: 991px) {
    .page-1 .header-box .box-download .top-up {
        top: auto;
        bottom: 0.6666666667vw;
        left: 2.6666666667vw;
    }
}
.page-1 .header-box .box-download .top-up a {
    display: block;
    transition: all 0.5s ease;
    width: 7.4479166667vw;
}
@media (max-width: 991px) {
    .page-1 .header-box .box-download .top-up a {
        width: 19.0666666667vw;
    }
}
.page-1 .header-box .box-download .top-up a:hover {
    filter: brightness(1.1);
}
.page-1 .header-box .box-download .download {
    position: absolute;
    top: 6.7708333333vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0.15625vw;
}
@media (max-width: 991px) {
    .page-1 .header-box .box-download .download {
        position: unset;
        flex-direction: row;
        justify-content: center;
        gap: 1.3333333333vw;
    }
}
.page-1 .header-box .box-download .download a {
    display: block;
    width: 7.5520833333vw;
    transition: all 0.5s ease;
}
@media (max-width: 991px) {
    .page-1 .header-box .box-download .download a {
        width: 20.6666666667vw;
    }
}
.page-1 .header-box .box-download .download a:hover {
    filter: brightness(1.1);
}
.page-1 .header-box .box-banner {
    width: 21.09375vw;
    padding: 0.78125vw 1.0416666667vw;
}
@media (max-width: 991px) {
    .page-1 .header-box .box-banner {
        width: 100%;
        padding: 2.6666666667vw 3.3333333333vw;
    }
}
@media (max-width: 991px) {
    .page-1 .header-box .box-banner .slider-banner .swiper-slide {
        width: 48.6666666667vw;
    }
}
.page-1 .header-box .box-banner .slider-banner .swiper-slide a {
    display: block;
    text-align: center;
}
.page-1 .header-box .box-banner .slider-banner .swiper-slide a img {
    max-width: 100%;
    height: 11.9791666667vw;
    object-fit: cover;
}
@media (max-width: 991px) {
    .page-1 .header-box .box-banner .slider-banner .swiper-slide a img {
        height: 46.6666666667vw;
    }
}
.page-1 .header-box .box-news {
    width: 46.875vw;
    padding: 0.78125vw 0;
}
.page-1 .header-box .box-news .top-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5625vw;
    margin-bottom: 0.78125vw;
}
.page-1 .header-box .box-news .top-box .list-category {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5625vw;
    flex: 1;
}
.page-1 .header-box .box-news .top-box .list-category a {
    color: #406874;
    font-family: "OPPOSansVN";
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.2604166667vw 0.78125vw;
    font-size: 0.8333333333vw;
}
.page-1 .header-box .box-news .top-box .list-category a.active {
    position: relative;
}
.page-1 .header-box .box-news .top-box .list-category a.active:before {
    content: "";
    background: #d37e55;
    width: 0.2604166667vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.page-1 .header-box .box-news .top-box .news-action {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2604166667vw;
}
.page-1 .header-box .box-news .top-box .news-action .news-button-next {
    background: url(../images/btn-next.png) no-repeat 0 0/100%;
    width: 2.2916666667vw;
    height: 1.3541666667vw;
    cursor: pointer;
}
.page-1 .header-box .box-news .top-box .news-action .news-button-prev {
    background: url(../images/btn-prev.png) no-repeat 0 0/100%;
    width: 2.2916666667vw;
    height: 1.3541666667vw;
    cursor: pointer;
}
.page-1 .header-box .box-news .top-box .view-more {
    color: #406874;
    font-family: "OPPOSansVN";
    font-weight: bold;
    font-size: 0.8333333333vw;
}
.page-1 .header-box .box-news .top-box .view-more:hover {
    text-decoration: none;
}
.page-1 .header-box .box-news .list-news .swiper-wrapper .swiper-slide {
    background: #f2f9f9;
    padding: 0.78125vw;
    border: 1px solid rgb(170, 214, 214);
}
.page-1 .header-box .box-news .list-news .swiper-wrapper .swiper-slide .news-title {
    margin-bottom: 0.5208333333vw;
    padding-bottom: 0.5208333333vw;
    border-bottom: 1px solid rgb(170, 214, 214);
}
.page-1 .header-box .box-news .list-news .swiper-wrapper .swiper-slide .news-title a {
    color: #414749;
    font-family: "OPPOSansVN";
    font-size: 0.8333333333vw;
    line-height: 1.1458333333vw;
    height: 2.2916666667vw;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page-1 .header-box .box-news .list-news .swiper-wrapper .swiper-slide .news-content {
    color: #414749;
    font-family: "OPPOSansVN";
    font-size: 0.7291666667vw;
    line-height: 0.8333333333vw;
    height: 2.5vw;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.5208333333vw;
}
.page-1 .header-box .box-news .list-news .swiper-wrapper .swiper-slide .news-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.page-1 .header-box .box-news .list-news .swiper-wrapper .swiper-slide .news-info .news-time {
    color: #414749;
    font-family: "OPPOSansVN";
    font-size: 0.7291666667vw;
}
.page-1 .header-box .box-news .list-news .swiper-wrapper .swiper-slide .news-info .news-view {
    background: url(../images/ic-next.png) no-repeat 0 0/100%;
    width: 1.5104166667vw;
    height: 1.25vw;
    display: block;
}
.page-1 .header-box .box-news-mb {
    padding: 1.3333333333vw 3.3333333333vw;
}
.page-1 .header-box .box-news-mb .top-news {
    background: #f2f9f9;
    border-top: 1px solid #cbd9db;
    border-bottom: 1px solid #cbd9db;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.6666666667vw;
}
.page-1 .header-box .box-news-mb .top-news .list-category {
    display: flex;
    flex-wrap: wrap;
    gap: 2.6666666667vw;
    padding: 0.6666666667vw 2vw;
}
.page-1 .header-box .box-news-mb .top-news .list-category a {
    color: #406874;
    font-family: "OPPOSansVN";
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 3.2vw;
}
.page-1 .header-box .box-news-mb .top-news .list-category a.active {
    position: relative;
}
.page-1 .header-box .box-news-mb .top-news .list-category a.active:before {
    content: "";
    background: #d37e55;
    width: 0.2604166667vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.page-1 .header-box .box-news-mb .top-news .view-more {
    background: #58808a;
    font-size: 2.6666666667vw;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 2vw;
}
.page-1 .header-box .box-news-mb .list-news {
    display: flex;
    flex-wrap: wrap;
    gap: 2.6666666667vw;
}
.page-1 .header-box .box-news-mb .list-news .item-news {
    width: 45.3333333333vw;
    background: #f2f9f9;
    padding: 1.3333333333vw;
    border: 1px solid rgb(170, 214, 214);
}
.page-1 .header-box .box-news-mb .list-news .item-news .news-title {
    margin-bottom: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 1px solid rgb(170, 214, 214);
}
.page-1 .header-box .box-news-mb .list-news .item-news .news-title a {
    color: #414749;
    font-family: "OPPOSansVN";
    font-size: 3.2vw;
    line-height: 4vw;
    height: 8vw;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page-1 .header-box .box-news-mb .list-news .item-news .news-content {
    color: #414749;
    font-family: "OPPOSansVN";
    font-size: 2.6666666667vw;
    line-height: 3.2vw;
    height: 9.6vw;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1.3333333333vw;
}
.page-1 .header-box .box-news-mb .list-news .item-news .news-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.page-1 .header-box .box-news-mb .list-news .item-news .news-info .news-time {
    color: #414749;
    font-family: "OPPOSansVN";
    font-size: 2.1333333333vw;
}
.page-1 .header-box .box-news-mb .list-news .item-news .news-info .news-view {
    background: url(../images/ic-next.png) no-repeat 0 0/100%;
    width: 3.8666666667vw;
    height: 3.2vw;
    display: block;
}
.page-1 .header-box .box-news-mb .list-news .item-news-more {
    width: 45.3333333333vw;
    position: relative;
}
.page-1 .header-box .box-news-mb .list-news .item-news-more .event-more {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4.6666666667vw;
    line-height: 4.6666666667vw;
    background: url(../images/bg-more.jpg) no-repeat 0 0/100%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    gap: 0.6666666667vw;
}
.page-1 .header-box .box-news-mb .list-news .item-news-more .event-more:hover {
    gap: 0.9333333333vw;
}
.page-1 .header-box .box-news-mb .list-news .item-news-more .event-more span {
    color: #fff;
    font-size: 2.6666666667vw;
    display: block;
}
.page-1 .header-box .box-news-mb .list-news .item-news-more .event-more i {
    background: url(../images/ic-more.png) no-repeat 0 0/100%;
    display: block;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
}
.page-1 .header-box .box-event-more {
    width: 10.4166666667vw;
    position: absolute;
    bottom: 0;
    right: 0;
}
.page-1 .header-box .box-event-more .event-more {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.8229166667vw;
    line-height: 1.8229166667vw;
    background: url(../images/bg-more.jpg) no-repeat 0 0/100%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    gap: 0.2604166667vw;
}
.page-1 .header-box .box-event-more .event-more:hover {
    gap: 0.3645833333vw;
}
.page-1 .header-box .box-event-more .event-more span {
    color: #fff;
    font-size: 0.6770833333vw;
    display: block;
}
.page-1 .header-box .box-event-more .event-more i {
    background: url(../images/ic-more.png) no-repeat 0 0/100%;
    display: block;
    width: 0.8333333333vw;
    height: 0.8333333333vw;
}
.page-1 .video-bg {
    position: absolute;
    top: 4.5833333333vw;
    left: 0;
    width: 100%;
    height: 43.6458333333vw;
    z-index: -1;
}
@media (max-width: 991px) {
    .page-1 .video-bg {
        display: none;
    }
}
.page-1 .video-bg video {
    width: 100%;
    height: 100%;
    display: block;
}
.page-2 {
    background: url(../images/bg-page-2.png) no-repeat 0 0/100% 100%;
    height: 65.1041666667vw;
    position: relative;
    z-index: 8;
    overflow: hidden;
}
@media (max-width: 991px) {
    .page-2 {
        height: 160vw;
        background: url(../images/bg-page-2-mob.png) no-repeat 0 50%/100%;
    }
}
.page-2 .list-icon-hero {
    position: absolute;
    top: 6.25vw;
    left: 13.28125vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5625vw;
    padding: 0 0.5208333333vw;
    max-width: 32.2916666667vw;
    z-index: 9;
}
@media (max-width: 991px) {
    .page-2 .list-icon-hero {
        top: 6.6666666667vw;
        left: 50%;
        transform: translateX(-50%);
        gap: 4vw;
        max-width: 100%;
        width: 86.6666666667vw;
    }
}
.page-2 .list-icon-hero .item-icon-hero {
    position: relative;
}
.page-2 .list-icon-hero .item-icon-hero:after {
    content: "";
    width: 7.8125vw;
    height: 0.0520833333vw;
    background: #5fa3b1;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    left: 50%;
    z-index: 1;
}
@media (max-width: 991px) {
    .page-2 .list-icon-hero .item-icon-hero:after {
        width: 20vw;
    }
}
.page-2 .list-icon-hero .item-icon-hero .icon-hero {
    width: 2.4479166667vw;
    height: 2.4479166667vw;
    background: #5fa3b1;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
@media (max-width: 991px) {
    .page-2 .list-icon-hero .item-icon-hero .icon-hero {
        width: 6.2666666667vw;
        height: 6.2666666667vw;
    }
}
.page-2 .list-icon-hero .item-icon-hero .icon-hero:before {
    content: "";
    width: 0.46875vw;
    height: 0.46875vw;
    background: #5fa3b1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1.015625vw;
}
@media (max-width: 991px) {
    .page-2 .list-icon-hero .item-icon-hero .icon-hero:before {
        width: 1.2vw;
        height: 1.2vw;
        left: -2.6vw;
    }
}
.page-2 .list-icon-hero .item-icon-hero .icon-hero:after {
    content: "";
    width: 0.46875vw;
    height: 0.46875vw;
    background: #5fa3b1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -1.015625vw;
}
@media (max-width: 991px) {
    .page-2 .list-icon-hero .item-icon-hero .icon-hero:after {
        width: 1.2vw;
        height: 1.2vw;
        left: -2.6vw;
    }
}
.page-2 .list-icon-hero .item-icon-hero .icon-hero.active {
    background: #9a8c5a;
}
.page-2 .list-icon-hero .item-icon-hero .icon-hero img {
    width: auto;
    max-height: 1.8229166667vw;
    filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
    .page-2 .list-icon-hero .item-icon-hero .icon-hero img {
        max-height: 4.6666666667vw;
    }
}
.page-2 .list-hero {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
}
.page-2 .list-hero .hero {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}
.page-2 .list-hero .hero.active {
    z-index: 1;
    opacity: 1;
}
.page-2 .list-hero .hero.active .hero-images {
    right: 0;
}
.page-2 .list-hero .hero.active .hero-info {
    top: 41.6666666667vw;
}
@media (max-width: 991px) {
    .page-2 .list-hero .hero.active .hero-info {
        top: 113.3333333333vw;
    }
}
.page-2 .list-hero .hero.active .hero-logo {
    top: 19.7916666667vw;
}
@media (max-width: 991px) {
    .page-2 .list-hero .hero.active .hero-logo {
        top: 40vw;
    }
}
.page-2 .list-hero .hero-images {
    position: absolute;
    bottom: 0;
    right: -5%;
    width: 100vw;
    transition: 0.5s all ease;
    z-index: 1;
}
@media (max-width: 991px) {
    .page-2 .list-hero .hero-images {
        bottom: 50%;
        transform: translateY(50%);
        right: -5%;
        width: 100vw;
        z-index: 1;
    }
}
.page-2 .list-hero .hero-images img {
    width: 100%;
}
.page-2 .list-hero .hero-logo {
    position: absolute;
    left: 11.1979166667vw;
    top: 20.8333333333vw;
    width: 23.6458333333vw;
    transition: 0.5s all ease;
    z-index: 2;
}
@media (max-width: 991px) {
    .page-2 .list-hero .hero-logo {
        width: 50.6666666667vw;
        top: 37.3333333333vw;
        left: 2vw;
        z-index: 2;
    }
}
.page-2 .list-hero .hero-logo a {
    position: absolute;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    line-height: 2.0833333333vw;
    font-size: 0.625vw;
    border-radius: 50%;
    text-align: center;
    color: #618287;
    background: #fff;
    border: 1px solid #618287;
    text-decoration: none;
    z-index: 8;
}
@media (max-width: 991px) {
    .page-2 .list-hero .hero-logo a {
        width: 5.3333333333vw;
        height: 5.3333333333vw;
        line-height: 5.3333333333vw;
        font-size: 1.6vw;
    }
}
.page-2 .list-hero .hero-logo a.man {
    top: 5.9375vw;
    right: -0.3645833333vw;
}
@media (max-width: 991px) {
    .page-2 .list-hero .hero-logo a.man {
        top: 13.3333333333vw;
        right: -0.9333333333vw;
    }
}
.page-2 .list-hero .hero-logo a.woman {
    top: 9.1666666667vw;
    right: -0.8333333333vw;
}
@media (max-width: 991px) {
    .page-2 .list-hero .hero-logo a.woman {
        top: 19.4666666667vw;
        right: -2.1333333333vw;
    }
}
.page-2 .list-hero .hero-logo a.active {
    background: #618287;
    color: #fff;
}
.page-2 .list-hero .hero-icon {
    background: url(../images/bg-icon.png) no-repeat 0 0/100%;
    width: 15.5729166667vw;
    height: 5.8333333333vw;
    position: absolute;
    top: 18.75vw;
    left: 32.8125vw;
    z-index: 2;
}
@media (max-width: 991px) {
    .page-2 .list-hero .hero-icon {
        width: 39.8666666667vw;
        height: 14.9333333333vw;
        top: 85.3333333333vw;
        left: 2.6666666667vw;
    }
}
.page-2 .list-hero .hero-icon .icon {
    position: absolute;
    width: 5.625vw;
    height: 5.625vw;
    line-height: 5.625vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 0;
    left: 1.1458333333vw;
    z-index: 2;
}
.page-2 .list-hero .hero-icon .icon img {
    width: auto;
    max-height: 3.125vw;
}
@media (max-width: 991px) {
    .page-2 .list-hero .hero-icon .icon img {
        max-height: 9.3333333333vw;
    }
}
@media (max-width: 991px) {
    .page-2 .list-hero .hero-icon .icon {
        width: 14.4vw;
        height: 14.4vw;
        line-height: 14.4vw;
        left: 2.9333333333vw;
    }
}
.page-2 .list-hero .hero-info {
    position: absolute;
    left: 11.71875vw;
    top: 50vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0.78125vw;
    transition: 0.5s all ease;
}
@media (max-width: 991px) {
    .page-2 .list-hero .hero-info {
        left: 50%;
        transform: translateX(-50%);
        top: 120vw;
        z-index: 5;
        gap: 2vw;
    }
}
.page-2 .list-hero .hero-info > div {
    border: 1px solid #000;
    padding: 0.4166666667vw 1.0416666667vw;
    font-size: 0.9375vw;
    font-weight: 600;
}
@media (max-width: 991px) {
    .page-2 .list-hero .hero-info > div {
        width: 66.6666666667vw;
        padding: 1.3333333333vw 2.6666666667vw;
        font-size: 2.9333333333vw;
    }
}
.page-2 .list-hero .hero-video {
    position: absolute;
    top: 19.2708333333vw;
    left: 41.9270833333vw;
    width: 4.1666666667vw;
    display: block;
    z-index: 9;
}
@media (max-width: 991px) {
    .page-2 .list-hero .hero-video {
        width: 10.6666666667vw;
        top: 88vw;
        left: 24vw;
    }
}
.page-3 {
    background: url(../images/bg-page-3.png) no-repeat 0 0/100%;
    height: 52.0833333333vw;
    padding: 2.6041666667vw 0;
}
@media (max-width: 991px) {
    .page-3 {
        background: url(../images/bg-page-3-mob.png) no-repeat 0 0/100%;
        height: 77.3333333333vw;
        padding: 6.6666666667vw 0;
    }
}
.page-3 .slider-media {
    width: 88.5416666667vw;
    margin: 0 auto;
    padding-bottom: 4.1666666667vw;
}
@media (max-width: 991px) {
    .page-3 .slider-media {
        width: 93.3333333333vw;
        padding-bottom: 8vw;
    }
}
.page-3 .slider-media .swiper-slide {
    width: 68.9583333333vw;
    height: 40.15625vw;
    position: relative;
    padding: 0.78125vw;
}
@media (max-width: 991px) {
    .page-3 .slider-media .swiper-slide {
        width: 73.0666666667vw;
        height: 42.6666666667vw;
        padding: 1.3333333333vw;
    }
}
.page-3 .slider-media .swiper-slide:before {
    content: "";
    background: url(../images/bg-slide-top.png) no-repeat 0 0/100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media (max-width: 991px) {
    .page-3 .slider-media .swiper-slide:before {
        background: url(../images/bg-slide-top-mob.png) no-repeat 0 0/100%;
    }
}
.page-3 .slider-media .swiper-slide .slide-image {
    background: url(../images/bg-slide.png) no-repeat 0 0/100%;
    width: 100%;
    height: 100%;
    padding: 0.15625vw;
    position: relative;
    z-index: 1;
}
@media (max-width: 991px) {
    .page-3 .slider-media .swiper-slide .slide-image {
        background: url(../images/bg-slide-mob.png) no-repeat 0 0/100%;
    }
}
.page-3 .slider-media .swiper-slide .slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}
.page-3 .slider-media .swiper-slide .slide-image video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.page-3 .slider-media .swiper-slide .btn-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7.5520833333vw;
    z-index: 9;
}
@media (max-width: 991px) {
    .page-3 .slider-media .swiper-slide .btn-video {
        width: 8vw;
    }
}
.page-3 .slider-media .swiper-slide.swiper-slide-active .slide-image img {
    filter: brightness(1);
}
.page-3 .slider-media .slide-prev {
    position: absolute;
    left: 3.125vw;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/prev-slide.png) no-repeat 0 0/100%;
    width: 6.7708333333vw;
    height: 14.53125vw;
    z-index: 9;
    cursor: pointer;
}
@media (max-width: 991px) {
    .page-3 .slider-media .slide-prev {
        width: 7.0666666667vw;
        height: 15.4666666667vw;
        left: 2vw;
    }
}
.page-3 .slider-media .slide-next {
    position: absolute;
    right: 3.125vw;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/next-slide.png) no-repeat 0 0/100%;
    width: 6.7708333333vw;
    height: 14.53125vw;
    z-index: 9;
    cursor: pointer;
}
@media (max-width: 991px) {
    .page-3 .slider-media .slide-next {
        width: 7.0666666667vw;
        height: 15.4666666667vw;
        right: 2vw;
    }
}
.page-3 .slider-media .slide-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 52.0833333333vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5625vw;
}
@media (max-width: 991px) {
    .page-3 .slider-media .slide-pagination {
        width: 80vw;
        gap: 2.6666666667vw;
    }
}
.page-3 .slider-media .slide-pagination:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    border: 1px dotted #fff;
    z-index: 1;
}
.page-3 .slider-media .slide-pagination .swiper-pagination-bullet {
    width: 1.09375vw;
    height: 1.1458333333vw;
    background: url(../images/ic-dot-slide.png) no-repeat 0 0/100%;
    position: relative;
    z-index: 2;
}
@media (max-width: 991px) {
    .page-3 .slider-media .slide-pagination .swiper-pagination-bullet {
        width: 2.8vw;
        height: 2.9333333333vw;
    }
}
.page-3 .slider-media .slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.25vw;
    height: 1.25vw;
    background: url(../images/ic-dot-active.png) no-repeat 0 0/100%;
}
@media (max-width: 991px) {
    .page-3 .slider-media .slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 3.2vw;
        height: 3.2vw;
    }
}
.page-4 {
    background: url(../images/bg-page-4.png) no-repeat 0 0/100%;
    height: 76.9791666667vw;
    margin-top: -5.9895833333vw;
    position: relative;
}
@media (max-width: 991px) {
    .page-4 {
        background: url(../images/bg-page-4-mob.png) no-repeat 0 0/100%;
        height: 186.6666666667vw;
        margin-top: -13.6vw;
    }
}
.page-4 .feature {
    position: absolute;
}
.page-4 .feature-1 {
    width: 12.6354166667vw;
    height: auto;
    left: 28vw;
    top: 12.4479166667vw;
    z-index: 3;
    transition: 0.5s all ease;
    filter: brightness(0.98);
}
.page-4 .feature-1:hover {
    filter: brightness(1.2);
    transform: scale(1.1);
}
@media (max-width: 991px) {
    .page-4 .feature-1 {
        width: 20.5333333333vw;
        height: 29.2vw;
        left: 23vw;
        top: 28.1333333333vw;
    }
}
.page-4 .feature-2 {
    width: 12.9375vw;
    height: auto;
    left: 43.5729166667vw;
    top: 6.4979166667vw;
    z-index: 3;
    transition: 0.5s all ease;
    filter: brightness(0.98);
}
.page-4 .feature-2:hover {
    filter: brightness(1.2);
    transform: scale(1.1);
}
@media (max-width: 991px) {
    .page-4 .feature-2 {
        width: 20.1333333333vw;
        height: 23.7333333333vw;
        left: 43.2vw;
        top: 22.7333333333vw;
    }
}
.page-4 .feature-3 {
    width: 11.4270833333vw;
    height: 9.6875vw;
    left: 58.5729166667vw;
    top: 12.28125vw;
    z-index: 3;
    transition: 0.5s all ease;
    filter: brightness(0.98);
}
.page-4 .feature-3:hover {
    filter: brightness(1.2);
    transform: scale(1.1);
}
@media (max-width: 991px) {
    .page-4 .feature-3 {
        width: 17.4666666667vw;
        height: 17.8666666667vw;
        left: 59.4666666667vw;
        top: 30.3333333333vw;
    }
}

.page-4 .feature-4 {
    width: 7.34375vw;
    height: 9.6354166667vw;
    left: 63.125vw;
    top: 21.4583333333vw;
    z-index: 4;
    transition: 0.5s all ease;
    filter: brightness(0.98);
}
.page-4 .feature-4:hover {
    filter: brightness(1.2);
    transform: scale(1.1);
}
@media (max-width: 991px) {
    .page-4 .feature-4 {
        width: 13.6vw;
        height: 17.4666666667vw;
        left: 62.5333333333vw;
        top: 42vw;
    }
}
.page-4 .feature-5 {
    width: 18.9583333333vw;
    height: 18.9583333333vw;
    left: 65.15625vw;
    top: 25.46875vw;
    z-index: 3;
    transition: 0.5s all ease;
    filter: brightness(0.98);
}
.page-4 .feature-5:hover {
    filter: brightness(1.2);
    transform: scale(1.1);
}
@media (max-width: 991px) {
    .page-4 .feature-5 {
        width: 33.6vw;
        height: 34.8vw;
        left: 66.4vw;
        top: 49.3333333333vw;
    }
}
.page-4 .social {
    width: 78.125vw;
    position: absolute;
    top: 57.2916666667vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5625vw;
}
@media (max-width: 991px) {
    .page-4 .social {
        width: 93.3333333333vw;
        top: 106.6666666667vw;
        gap: 4vw;
    }
}
.page-4 .social a {
    width: 16.1458333333vw;
    filter: brightness(0.9);
    transition: 0.5s all ease;
}
@media (max-width: 991px) {
    .page-4 .social a {
        width: 41.3333333333vw;
    }
}
.page-4 .social a:hover {
    filter: brightness(1.2);
    transform: scale(1.1);
}
footer {
    background: #282a2c;
    padding: 1.5625vw 0;
}
footer .wrap {
    width: 72.9166666667vw;
    margin: 0 auto;
    height: 100%;
}
@media (max-width: 991px) {
    footer .wrap {
        width: 100%;
        padding: 2vw;
    }
}
footer .wrap .wrap-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5625vw;
}
@media (max-width: 991px) {
    footer .wrap .wrap-footer {
        flex-direction: column;
        gap: 4vw;
    }
}
footer .wrap .wrap-footer .logo-footer {
    max-width: 10.4166666667vw;
}
@media (max-width: 991px) {
    footer .wrap .wrap-footer .logo-footer {
        max-width: 26.6666666667vw;
    }
}
footer .wrap .wrap-footer .content-footer {
    color: #fff;
    text-align: center;
}
footer .wrap .wrap-footer .content-footer a {
    color: #fff;
}
footer .wrap .wrap-footer .content-footer p {
    font-size: 0.8333333333vw;
    line-height: 1.1;
    margin-bottom: 0.5208333333vw;
}
@media (max-width: 991px) {
    footer .wrap .wrap-footer .content-footer p {
        font-size: 2.6666666667vw;
        margin-bottom: 1.3333333333vw;
        line-height: 1.2;
    }
}
footer .wrap .wrap-footer .logo18 {
    max-width: 5.9895833333vw;
}
@media (max-width: 991px) {
    footer .wrap .wrap-footer .logo18 {
        max-width: 15.3333333333vw;
    }
}
.scroll-right {
    position: fixed;
    z-index: 99;
    right: 0.78125vw;
    top: 10.4166666667vw;
    background: url(../images/sidebar.png) no-repeat 0 0/100%;
    width: 11.8229166667vw;
    height: 26.6666666667vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10.4166666667vw 2.6041666667vw 1.0416666667vw 2.0833333333vw;
    gap: 0.2604166667vw;
    transform: scale(0.8);
    transform-origin: 100% 100%;
}
@media (max-width: 991px) {
    .scroll-right {
        display: none;
    }
}
.scroll-right a {
    display: block;
    transition: 0.5s all ease;
    width: 100%;
}
.scroll-right a:hover {
    filter: brightness(1.1);
}
.banner-news {
    background: url(../images/bg-page-1.jpg) no-repeat 0 0/100%;
    height: 36.4583333333vw;
}
@media (max-width: 991px) {
    .banner-news {
        background: url(../images/bg-page-1-mob.jpg) no-repeat 0 0/100%;
        height: 93.3333333333vw;
    }
}
.page-list-news {
    background: url(../images/bg-news.png) no-repeat 0 0/100%;
    min-height: 52.0833333333vw;
    padding: 1.0416666667vw 0 4.1666666667vw;
}
.page-list-news .wrap {
    width: 70.0520833333vw;
    margin: 0 auto;
    height: 100%;
}
@media (max-width: 991px) {
    .page-list-news .wrap {
        width: 93.3333333333vw;
    }
}
.page-list-news .list-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.6041666667vw;
    padding: 0.5208333333vw 1.0416666667vw;
    border-bottom: 0.1041666667vw solid #aed1d7;
    max-width: 65%;
    margin: 0 auto 3.125vw;
}
@media (max-width: 991px) {
    .page-list-news .list-category {
        max-width: 90%;
        gap: 6.6666666667vw;
        padding: 1.3333333333vw 2.6666666667vw;
    }
}
.page-list-news .list-category a {
    color: #406874;
    font-weight: bold;
    font-size: 1.40625vw;
    text-decoration: none;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .page-list-news .list-category a {
        font-size: 3.4666666667vw;
    }
}
@media (max-width: 991px) {
    .page-list-news .wrap-news {
        margin-bottom: 2.6666666667vw;
    }
}
.page-list-news .wrap-news .item-news {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.8229166667vw;
    padding-bottom: 1.3020833333vw;
    margin-bottom: 1.3020833333vw;
    border-bottom: 1px solid #aed1d7;
}
.page-list-news .wrap-news .item-news .image-news {
    width: 9.0625vw;
    height: 9.0625vw;
}
@media (max-width: 991px) {
    .page-list-news .wrap-news .item-news .image-news {
        width: 23.2vw;
        height: 23.2vw;
    }
}
.page-list-news .wrap-news .item-news .image-news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-list-news .wrap-news .item-news .content-news {
    flex: 1;
}
.page-list-news .wrap-news .item-news .content-news .title-news {
    font-size: 1.25vw;
    color: #000;
    margin-bottom: 1.0416666667vw;
    text-decoration: none;
    font-weight: bold;
}
@media (max-width: 991px) {
    .page-list-news .wrap-news .item-news .content-news .title-news {
        font-size: 3.2vw;
        margin-bottom: 2.6666666667vw;
        line-height: 1.2;
    }
}
.page-list-news .wrap-news .item-news .content-news .des-news {
    font-size: 1.0416666667vw;
    line-height: 1.3020833333vw;
    height: 3.90625vw;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1.5625vw;
}
@media (max-width: 991px) {
    .page-list-news .wrap-news .item-news .content-news .des-news {
        font-size: 2.6666666667vw;
        line-height: 3.3333333333vw;
        height: 10vw;
        margin-bottom: 4vw;
    }
}
.page-list-news .wrap-news .item-news .content-news .post-times {
    text-align: right;
    color: #909090;
    font-size: 0.7291666667vw;
}
@media (max-width: 991px) {
    .page-list-news .wrap-news .item-news .content-news .post-times {
        font-size: 2.6666666667vw;
    }
}
.page-list-news .list-pagination .pagination {
    justify-content: center;
}
.detail-news {
    background: url(../images/bg-news.png) no-repeat 0 0/100%;
    min-height: 52.0833333333vw;
    padding: 2.6041666667vw 0 4.1666666667vw;
}
.detail-news .wrap {
    width: 70.0520833333vw;
    margin: 0 auto;
    height: 100%;
}
@media (max-width: 991px) {
    .detail-news .wrap {
        width: 93.3333333333vw;
    }
}
.detail-news .title-detail {
    font-size: 1.40625vw;
    font-weight: bold;
    color: #406874;
    text-align: center;
    margin-bottom: 2.6041666667vw;
}
@media (max-width: 992px) {
    .detail-news .title-detail {
        font-size: 4vw;
        margin-bottom: 6.6666666667vw;
    }
}
.detail-news .content-detail img {
    max-width: 100%;
    height: auto !important;
}
#featureModal .modal-dialog {
    max-width: 62.5vw;
}
@media (max-width: 991px) {
    #featureModal .modal-dialog {
        max-width: 100%;
    }
}
#featureModal .modal-content {
    border: none;
    background: transparent;
}
#promoModal .modal-dialog {
    max-width: 800px;
}
#promoModal .modal-content {
    border: none;
    background: transparent;
    box-shadow: none;
}
#promoModal .modal-content .close {
    position: absolute;
    right: 0;
    top: -40px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 50px;
    outline: none;
}
#promoModal .modal-content .modal-body {
    padding: 0;
}
/*# sourceMappingURL=style.css.map */
