@font-face {
    font-family: 'Roboto-Medium';
    src: url("../fonts/roboto/Roboto-Medium.ttf");
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto-Medium';
    src: url("../fonts/roboto/Roboto-Medium.ttf");
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: "Roboto-Regular";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Roboto-Italic";
    font-weight: normal;
    font-style: italic;
    src: url("../fonts/roboto/Roboto-Italic.ttf");
}

@font-face {
    font-family: "Roboto-Bold";
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/roboto/Roboto-Bold.ttf");
}

@font-face {
    font-family: "Roboto-BoldItalic";
    font-weight: 600;
    font-style: italic;
    src: url("../fonts/roboto/Roboto-BoldItalic.ttf");
}

@font-face {
    font-family: "Roboto-Bold";
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/roboto/Roboto-Bold.ttf");
}

@font-face {
    font-family: "Roboto-BoldItalic";
    font-weight: bold;
    font-style: italic;
    src: url("../fonts/roboto/Roboto-BoldItalic.ttf");
}

@font-face {
    font-family: "Manus";
    src: url("../fonts/SVN-Manus.otf");
}

@font-face {
    font-family: "CormorantSC";
    src: url("../fonts/CormorantSC-SemiBold.ttf");
}

@font-face {
    font-family: "VL_Authenia";
    src: url("../fonts/VL_Authenia.ttf");
}

@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@500&display=swap');

/************************************************************************/

/************************* DEFAULT CSS **********************************/

/* #region */

html {
    font-size: 0.520833333vw;
}

img[src*='apis.adbro.me'] {
    display: none;
}

body {
    font-size: 2.5rem;
    line-height: 1.55;
    font-family: "Nutito";
    font-weight: normal;
    color: #333;
}

.head-for-user {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}


.visually-hidden {
    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

.h2, h2{
    font-size: 3rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
    font-size: 2.7rem;
}

.overflow-hidden {
    overflow: hidden;
}

.color-inherit {
    color: inherit !important;
}

img {
    max-width: 100%;
}

.row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

[class*="col-"] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.container {
    max-width: 144rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.container-left {
    margin-left: calc(50vw - 185rem / 2);
    padding-left: 1.5rem;
}

.container-right {
    margin-right: calc(50vw - 180rem / 2);
    padding-right: 1.5rem;
}

.container-right2 {
    margin-left: calc(50vw - 180rem / 2);
    padding-left: 1.5rem;
}

.section-pattern {
    position: relative;
}

.section-pattern::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url(../images/pattern.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom left;
}

.section-pattern-light::before {
    opacity: 0.3;
}

.blue-color {
    color: #f15a22 !important;
    font-size: 30px;
    font-family: 'SVN-Blow-Brush';
}

.main-title {
    font-size: 3rem;
    font-weight: bold;;
    color: var(--mau-chinh);
    margin-bottom: 0;
    line-height: 1.4;
	font-family: "SVN-Blow-Brush";
}

.main-title.small {
    font-size: 4.2rem;
}

.outline-none {
    outline: none !important;
}

.entry-content img {
    margin: 0 0 1.5em
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
}

.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
}

.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
    max-width: 100%;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
    height: auto;
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 0.9em;
    margin: 0
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right
}

.centered {
    float: none;
    margin-left: auto;
    margin-right: auto
}

img {
    max-width: 100%;
    height: auto;
}

.swiper-slide {
    outline: none !important;
}

.none-submit button,
.none-submit input {
    display: none;
}

.btn-viewmore {
    border: 1px solid #0e2f50;
    color: #0e2f50;
    padding: 1rem 2rem;
    padding-right: 8rem;
    border-radius: 10rem;
    display: inline-block;
    outline: none;
    text-decoration: none !important;
    transition: all ease .4s;
    background-image: url(../images/icons/arrow-right-blue.png);
    background-size: 4rem;
    background-repeat: no-repeat;
    background-position: calc(100% - 2rem) center;
}

.btn-viewmore:hover {
    background-color: #0e2f50;
    background-image: url(../images/icons/arrow-right-white.png);
    background-position: calc(100% - 1rem) center;
    color: #fff;
}

.btn-viewmore.btn-viewmore-white {
    border-color: #fff;
    color: #fff;
    background-image: url(../images/icons/arrow-right-white.png);
}

.btn-viewmore.btn-viewmore-white:hover {
    background-color: #fff;
    color: #0e2f50;
    background-image: url(../images/icons/arrow-right-blue.png);
}

/** Base: 1024 **/

@media screen and (max-width: 1199px) {
    html {
        font-size: 0.9765625vw;
    }

    body {
        font-size: 2rem;
    }

    .main-title {
        font-size: 2.9rem;
    }

    .main-title.small {
        font-size: 2.2rem;
    }

    .section-pattern::before {
        width: 100%;
    }

    .container {
        max-width: 93rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .container-left {
        margin-left: calc(50vw - 93rem / 2);
    }

    .container-right {
        margin-right: calc(50vw - 93rem / 2);
    }
    .container-right2 {
        margin-right: calc(50vw - 93rem / 2);
    }
}

/** Base: 768 **/

@media screen and (max-width: 991px) {
    html {
        font-size: 1.30208333vw;
    }

    .main-title {
        font-size: 2.5rem;
    }

    .main-title.small {
        font-size: 2rem;
    }

    .container {
        max-width: 69rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .container-left {
        margin-left: calc(50vw - 69rem / 2);
    }

    .container-right {
        margin-right: calc(50vw - 69rem / 2);
    }
    .container-right2 {
        margin-right: calc(50vw - 69rem / 2);
    }

    .section-pattern {
        height: auto !important;
    }
}

/** Base: 640 **/

@media screen and (max-width: 767px) {
    html {
        font-size: 1.5625vw;
    }

    .container {
        max-width: 51rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .container-left {
        margin-left: calc(50vw - 51rem / 2);
    }

    .container-right {
        margin-right: calc(50vw - 51rem / 2);
    }
    .container-right2 {
        margin-right: calc(50vw - 51rem / 2);
    }

    .btn-viewmore {
        padding: 0.7rem 1.5rem;
        padding-right: 6rem;
        background-size: 3rem;
    }
}

/** Base: 414 - Iphone Plus **/

@media screen and (max-width: 575px) {
    html {
        font-size: 2.415458937vw;
    }

    .container {
        max-width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .container-left {
        margin-left: 0;
    }

    .container-right {
        margin-right: 0;
    }
    .container-right2 {
        margin-right: 0;
    }
}

/** Base: 375 - Iphone **/

@media screen and (max-width: 399px) {
    html {
        font-size: 2.666666666vw;
    }
}

/* #endregion */

/************************* DEFAULT CSS **********************************/

/************************************************************************/

/************************************************************************/

/************************* SECTION - HEADER *****************************/

/* #region */

.header-logo {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    z-index: 110;
    width: 160px;
}

.header-logo .bg-logo {
    width: 100%;
}

.header-logo .logo {
   height: auto;
    position: absolute;
    left: 3rem;
    top: 3.4rem;
}

.header-thumbs {
    position: fixed;
    z-index: 110;
    right: 0;
    top: 3.4rem;
    height: 5rem;
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    transition: all ease 0.4s;
    border-top-left-radius: 100rem;
    border-bottom-left-radius: 100rem;
    box-shadow: 0 0 1.6rem rgba(255, 255, 255, 0.3);
    padding: 0 0.6rem;
}

.header-thumbs .item {
    padding: 1rem;
    position: relative;
}

.header-thumbs .item .tip {
    position: absolute;
    top: 100%;
    right: 0;
    background: #333;
    color: #fff;
    white-space: nowrap;
    padding: 0.2rem 0.5rem;
    border-radius: 0.3rem;
    font-size: 80%;
    opacity: 0;
    pointer-events: none;
    transition: all ease .4s;
    transform: translateY(0.4rem);
}

.header-thumbs .item:hover .tip {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0rem);
}

.header-thumbs .item .tip::before {
    content: "";
    position: absolute;
    top: 0;
    right: 2rem;
    width: 0.6rem;
    height: 0.6rem;
    background: #333;
    transform: translateY(-50%) rotate(45deg);
}

.header-thumbs .item>img {
    width: 2.3rem;
    height: 2.3rem;
    object-fit: contain;
    object-position: center;
}

.header-thumbs .divider {
    height: 2rem;
    width: 1px;
    background: #b2bcc7;
}

.menu-hamburger-inner {
    width: 2.6rem;
    /* height: 1.8rem; */
    position: relative;
    overflow: hidden;
}

.menu-hamburger-inner>span {
    display: block;
    width: 100%;
    height: 0.2rem;
    background: #1289b3;
    transition: all ease 0.4s;
    margin: auto;
}

.menu-hamburger:hover .menu-hamburger-inner>span {
    width: 90%;
}

.menu-hamburger:hover .menu-hamburger-inner>span:nth-of-type(1),
.menu-hamburger:hover .menu-hamburger-inner>span:nth-of-type(4) {
    width: 40%;
}

.menu-hamburger-inner>span:nth-of-type(1) {
    margin-bottom: 0.6rem;
}

.menu-hamburger-inner>span:nth-of-type(4) {
    margin-top: 0.6rem;
}

.menu-hamburger-inner>span:nth-of-type(3) {
    margin-top: -0.2rem;
}

header.open .menu-hamburger-inner>span:nth-of-type(1),
header.open .menu-hamburger-inner>span:nth-of-type(4) {
    width: 0 !important;
}

header.open .menu-hamburger-inner>span:nth-of-type(2) {
    transform: translateY(-50%) rotate(45deg);
    width: 100%;
}

header.open .menu-hamburger-inner>span:nth-of-type(3) {
    transform: translateY(-50%) rotate(-45deg);
    width: 100%;
}

header.open .header-thumbs {
    background-color: #e2e3e4;
}

.popover-menu {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    pointer-events: none;
}

.popover-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    transition: all ease 0.4s;
}

.popover-menu .menu-img {
    flex: 1;
}

.popover-menu .menu-container {
    width: 41.6%;
    min-width: 60rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popover-menu .menu-img .img-container {
    position: relative;
    height: 100%;
}

.popover-menu .menu-img .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.25;
}

.popover-menu .menu-img-inner {
    position: relative;
    background: var(--mau-chinh);
    width: 0;
    height: 100%;
    overflow: hidden;
    transition: all cubic-bezier(0, 0.27, 0.25, 1) 1s;
}

.popover-menu .menu-container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    background: var(--mau-chinh);
    transition: all cubic-bezier(0, 0.27, 0.25, 1) 1s;
}

.popover-menu .menu-container>* {
    position: relative;
}

.popover-menu .menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 9.6rem;
    padding-top: 12.5rem;
}

.popover-menu .menu .item {
    position: relative;
    opacity: 0;
    transform: translateY(8rem);
}

.popover-menu .menu .item-link {
    display: block;
    padding: 2rem 0;
    font-size: 3rem;
    text-transform: uppercase;
    outline: none;
    text-decoration: none;
    color: #eaeaea;
    line-height: 1.1;
    transition: all ease 0.4s;
}

.popover-menu .menu .item.active>.item-link {
    font-weight: bold;
    color: #fff;
}

.popover-menu .menu .item::before {
    content: "";
    position: absolute;
    top: 2.5rem;
    left: -7.5rem;
    width: 5rem;
    height: 2rem;
    background: url(../images/icons/arrow-menu.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: all cubic-bezier(0, 0.24, 0.25, 1) 0.6s;
    opacity: 0;
    transform: translateX(5rem) scale(0.4);
}

.popover-menu .menu .item.active::before,
.popover-menu .menu .item:hover::before {
    opacity: 1;
    transform: translateX(0);
}

.popover-menu .menu .item:hover>.item-link {
    color: #fff;
}

.popover-menu .menu-footer {
    padding-left: 9.6rem;
    padding-bottom: 4.4rem;
    opacity: 0;
    transform: translateY(8rem);
}

header.open .popover-menu {
    pointer-events: all;
}

header.open .popover-menu .menu-img-inner {
    width: 100%;
}

header.open .popover-menu::before {
    opacity: 1;
}

header.open .popover-menu .menu-container::before {
    width: 100%;
}

header.open .popover-menu .menu .item {
    transform: translateY(0);
    opacity: 1;
}

header.open .popover-menu .menu-footer {
    transition: all ease 1s;
    transform: translateY(0);
    opacity: 1;
    transition-delay: 1s;
}

header.open .popover-menu .menu .item {
    transition: all cubic-bezier(0, 0.24, 0.25, 1) 1s;
}

header.open .popover-menu .menu .item:nth-of-type(1) {
    transition-delay: 0.5s;
}

header.open .popover-menu .menu .item:nth-of-type(2) {
    transition-delay: 0.6s;
}

header.open .popover-menu .menu .item:nth-of-type(3) {
    transition-delay: 0.7s;
}

header.open .popover-menu .menu .item:nth-of-type(4) {
    transition-delay: 0.8s;
}

header.open .popover-menu .menu .item:nth-of-type(5) {
    transition-delay: 0.9s;
}

header.open .popover-menu .menu .item:nth-of-type(6) {
    transition-delay: 1s;
}

header.open .popover-menu .menu .item:nth-of-type(7) {
    transition-delay: 1.1s;
}

header.open .popover-menu .menu .item:nth-of-type(8) {
    transition-delay: 1.2s;
}

header.open .popover-menu .menu .item:nth-of-type(9) {
    transition-delay: 1.3s;
}

header.open .popover-menu .menu .item:nth-of-type(10) {
    transition-delay: 1.4s;
}

header.open .popover-menu .menu .item:nth-of-type(11) {
    transition-delay: 1.5s;
}

header.open .popover-menu .menu .item:nth-of-type(12) {
    transition-delay: 1.6s;
}

.socials {
    display: flex;
    margin: 0 -0.75rem;
    padding: 0;
    margin-bottom: 3.8rem;
}

.socials>li {
    padding: 0 0.75rem;
    list-style-type: none;
}

.socials>li>a {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    border: 1px solid;
    font-size: 1.8rem;
}

.copyright {
    color: #fff;
}

/** Base: 1024 **/

@media screen and (max-width: 1199px) {
    .header-logo {
        width: 19rem;
    }

   .header-logo .logo {
    height: 7.5rem;
    left: 2rem;
    top: 1.4rem;
}
.header-logo .bg-logo {
    width: 50%;
    height: 125px;
}

    .header-thumbs .item>img {
        width: 1.3rem;
    }

    .header-thumbs .item .tip::before {
        right: 1rem;
    }

    .header-thumbs {
        height: 3.4rem;
        top: 1.2rem;
    }

    .header-thumbs .item {
        padding: 0.7rem;
    }

    .menu-hamburger-inner {
        width: 1.8rem;
    }

    .menu-hamburger-inner>span {
        height: 1px;
    }

    .menu-hamburger-inner>span:nth-of-type(3) {
        margin-top: -1px;
    }

    .menu-hamburger-inner>span:nth-of-type(1) {
        margin-bottom: 4px;
    }

    .menu-hamburger-inner>span:nth-of-type(4) {
        margin-top: 4px;
    }

    .popover-menu .menu {
        padding-left: 6.4rem;
        padding-top: 8rem;
    }

    .popover-menu .menu .item-link {
        font-size: 2rem;
        padding: 1.2rem 0;
    }

    .popover-menu .menu .item::before {
        width: 3rem;
        top: 1rem;
        left: -4.7rem;
    }

    .popover-menu .menu-footer {
        padding-left: 6.4rem;
        padding-bottom: 3rem;
    }

    .popover-menu .menu-container {
        min-width: 40rem;
    }

    .socials>li>a {
        width: 2.7rem;
        height: 2.7rem;
        font-size: 1.3rem;
    }

    .socials {
        margin-bottom: 2rem;
    }
}

/** Base: 768 **/

@media screen and (max-width: 991px) {
    .header-logo {
        width: 17rem;
    }

    .header-logo .logo {
    height: 6.5rem;
    left: 1.8rem;
    top: 1.2rem;
}
.header-logo .bg-logo {
    width: 50%;
    height: 110px;
}

    .popover-menu .menu .item-link {
        font-size: 1.8rem;
    }
}

/** Base: 640 **/

@media screen and (max-width: 767px) {
    .popover-menu .menu .item-link {
        font-size: 1.6rem;
    }

    .popover-menu .menu-container {
        min-width: 35rem;
    }

    .popover-menu .menu,
    .popover-menu .menu-footer {
        padding-left: 5rem;
    }

    .popover-menu .menu .item::before {
        width: 2.4rem;
        top: 0.9rem;
        left: -3.8rem;
    }

    .socials {
        margin-bottom: 2rem;
    }

    .popover-menu .menu-footer {
        padding-bottom: 2.5rem;
    }
}

/** Base: 414 - Iphone Plus **/

@media screen and (max-width: 575px) {
    .header-logo {
        width: 12rem;
    }

   .header-logo .logo {
    height: 5rem;
    left: 1.2rem;
    top: 0.8rem;
}
.header-logo .bg-logo {
    width: 50%;
    height: 75px;
}

    .popover-menu .menu-container {
        width: 100%;
    }

    .popover-menu .menu {
        padding-top: 12rem;
    }
    .banner-item .img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: 91% center !important;
}
}

/** Base: 375 - Iphone **/

@media screen and (max-width: 399px) {}

/* #endregion */

/************************* SECTION - HEADER *****************************/

/************************************************************************/

/************************************************************************/

/************************* FULLPAGE *************************************/

/* #region */

.fullpage-container {
    height: 100vh;
    overflow: hidden;
}

.fullpage-container .fullpage-pagination {
    right: 3rem;
    text-align: center;
}

.fullpage-container .fullpage-pagination .swiper-pagination-bullet {
    outline: none;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    border: 1px solid #1289b3;
    background-color: transparent;
    transition: all ease 0.4s;
    margin: 1.6rem auto;
    opacity: 1;
    position: relative;
}

.fullpage-container .fullpage-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1289b3;
}

.fullpage-container .fullpage-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.fullpage-container .fullpage-pagination .swiper-pagination-bullet:hover::before {
    top: 0.2rem;
    left: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
}

.fullpage-section-slider {
    height: 100%;
}

.fullpage-container .auto-scroll {
    overflow: auto;
}

.fullpage-container .auto-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.fullpage-container .auto-scroll::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.fullpage-container .auto-scroll::-webkit-scrollbar-thumb {
    background-color: #1289b3;
}

/** Base: 1024 **/

@media screen and (max-width: 1199px) {
    .fullpage-container .fullpage-pagination .swiper-pagination-bullet {
        width: 1.1rem;
        height: 1.1rem;
        margin: 1.2rem auto;
    }
}

/** Base: 768 **/

@media screen and (max-width: 991px) {
    .fullpage-container {
        height: auto;
    }

    .fullpage-wrapper {
        display: block;
    }

    .fullpage-wrapper>.swiper-slide {
        height: auto;
    }

    .fullpage-container .auto-scroll {
        overflow: inherit;
    }

}

/** Base: 640 **/

@media screen and (max-width: 767px) {}

/** Base: 414 - Iphone Plus **/

@media screen and (max-width: 575px) {}

/** Base: 375 - Iphone **/

@media screen and (max-width: 399px) {}

/* #endregion */

/************************* FULLPAGE *************************************/

/************************************************************************/

/************************************************************************/

/************************* SECTION - BANNER *****************************/

/* #region */

.banner-slider {
    height: 100%;
}

.banner-slider .swiper-slide {
    height: 100%;
}

.banner-slider .swiper-pagination-bullet {
    height: 1.4rem;
    width: 1.4rem;
    background: transparent;
    transition: all ease 0.4s;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1;
    outline: none;
}

.banner-slider .swiper-pagination-bullet:hover,
.banner-slider .swiper-pagination-bullet-active {
    background: #fff;
}

.banner-slider.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 2rem;
}

.banner-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.75rem;
}

.banner-item {
    height: 100%;
    position: relative;
}

.banner-item .img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 70% center;
}

.banner-item .caption {
    position: absolute;
    z-index: 2;
    font-size: 5.6rem;
    color: #fff;
    /* font-weight: lighter; */
    font-family: 'Cormorant', serif;
    top: 70%;
    transform: translateY(-50%);
    left: 55%;
    text-align: center;
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.52);
}

.banner-item .caption.script {
    font-family: "SVN-Blow-Brush";
    font-size: 5.4rem;
}

.banner-item .caption .letter {
    display: inline-block;
    line-height: 1em;
}

.banner-item-video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7.6rem;
    height: 7.6rem;
    color: #fff;
    border: 2px solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    font-size: 5.5rem;
    transition: all ease 0.4s;
}

.banner-item-video .play:hover {
    transform: translate(-50%, -50%) rotate(120deg) scale(1.1);
}

.section-banner .mouse-next {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    width: 3rem;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 100;
}

/** Base: 1024 **/

@media screen and (max-width: 1199px) {
    .banner-item .caption {
        font-size: 4rem;
    }

    .banner-item .caption.script {
        font-size: 6rem;
    }

    .banner-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0.5rem;
    }

    .banner-slider .swiper-pagination-bullet {
        width: 1.1rem;
        height: 1.1rem;
    }
}

/** Base: 768 **/

@media screen and (max-width: 991px) {
    .section-banner {
        height: 42rem !important;
    }

    .section-banner .mouse-next {
        display: none;
    }

    .banner-item .caption {
        font-size: 3rem;
        left: 6rem;
    }

    .banner-item .caption.script {
        font-size: 4rem;
    }
}

/** Base: 640 **/

@media screen and (max-width: 767px) {}

/** Base: 414 - Iphone Plus **/

@media screen and (max-width: 575px) {
    .banner-item .caption {
        width: 100%;
        left: 0 !important;
    }
}

/** Base: 375 - Iphone **/

@media screen and (max-width: 399px) {}

/* #endregion */

/************************* SECTION - BANNER *****************************/

/************************************************************************/

/************************************************************************/

/************************* SECTION - OVERVIEW ***************************/

/* #region */

.section-overview {
    background: #e2e3e4;
	z-index:-999;
}

.overview-slider-container .footer-slider {
    display: flex;
    margin-top: 2.5rem;
}

.overview-slider-container .footer-slider .caption {
    flex: 1;
}

.overview-slider-container .footer-slider .controls {
    display: flex;
    margin: 0 -1.1rem;
}

.overview-slider-container .footer-slider .control {
    padding: 0 1.1rem;
    cursor: pointer;
    outline: none;
}

.overview-slider-container .footer-slider .control .icon {
    width: 5rem;
    transition: all ease 0.4s;
}

.overview-slider-container .footer-slider .prev:hover .icon {
    transform: translateX(-1rem);
}

.overview-slider-container .footer-slider .next:hover .icon {
    transform: translateX(1rem);
}

.section-style,
.section-style .main-title {
    color: #000;
    text-shadow: 0 0 1rem rgba(255, 255, 255, 1);
}

/** Base: 1024 **/

@media screen and (max-width: 1199px) {
    .overview-slider-container .footer-slider .control .icon {
        width: 3.2rem;
    }
}

/** Base: 768 **/

@media screen and (max-width: 991px) {
    .overview-slider-container .footer-slider {
        margin-top: 1.5rem;
    }

    .overview-slider-container .footer-slider .control .icon {
        width: 2.5rem;
    }

    .section-style,
    .section-style .main-title {
        color: inherit;
        text-shadow: none;
    }
}

/** Base: 640 **/

@media screen and (max-width: 767px) {
    .section-overview .overview-slider-container .footer-slider .caption {
        display: none;
    }

    .section-overview .overview-slider-container .footer-slider {
        justify-content: center;
    }
}

/** Base: 414 - Iphone Plus **/

@media screen and (max-width: 575px) {}

/** Base: 375 - Iphone **/

@media screen and (max-width: 399px) {}

/* #endregion */

/************************* SECTION - OVERVIEW ***************************/

/************************************************************************/

/************************************************************************/

/************************* SECTION - LOCATION ***************************/

/* #region */

.section-location {
    /* background: var(--mau-chinh); */
    background: #127092;
}

.section-location .master-plan-container {
    width: 62%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.section-location .master-plan-container .master-plan {
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.section-location .main-title {
    font-weight: normal;
}

.section-location .master-plan-container .map {
    width: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: unset;
    max-height: 100%;
}

.section-location .master-plan-container .pin {
    position: absolute;
    width: 5%;
    right: 25.5%;
    bottom: 65.5%;
    animation: 3.25s 1s pinAnimation infinite ease-in-out;
}

.section-location .master-plan-container .road-line {
    position: absolute;
    width: 100%;
    top: 0%;
    right: 0%;
    display: none;
}

.section-location .master-plan-container .road-line .st0 {
    stroke-dasharray: 20;
    animation: 10s roadAnimation infinite linear;
}

@keyframes pinAnimation {
    0% {
        transform: translateY(0%)
    }

    10% {
        transform: translateY(-20%)
    }

    20% {
        transform: translateY(0%)
    }

    40% {
        transform: translateY(-25%)
    }

    50% {
        transform: translateY(0%)
    }

    55% {
        transform: translateY(-23%)
    }

    60% {
        transform: translateY(-5%)
    }

    80% {
        transform: translateY(-17%)
    }

    100% {
        transform: translateY(0%)
    }
}

@keyframes roadAnimation {
    to {
        stroke-dashoffset: 1000;
    }
}

.section-location .cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 95% 50%;
}

.section-location .content {
    position: absolute;
    width: 50rem;
    right: 10rem;
    padding-top: 8rem;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.section-location .main-title {
    color: inherit;
}

.section-location [data-toggle="collapse"]::before {
    content: "- ";
}

.section-location [data-toggle="collapse"].collapsed::before {
    content: "+ ";
}

.position-item {
    padding-top: 0.75rem;
    padding-bottom: 0.95rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.position-item [data-toggle="collapse"] {
    cursor: pointer;
}

.position-item ul {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    padding-left: 4rem;
}

@media screen and (min-width: 992px) {
    .section-location .master-plan-container {
        width: 100%;
    }

    .section-location .master-plan-container .master-plan {
        width: 100%;
        height: auto;
    }

    .section-location .master-plan-container .map {
        width: 100%;
       /* margin-left: -3%;*/
        min-width: auto;
        min-height: unset;
        max-height: unset;
        height: auto;
    }

    .section-location .master-plan-container .road-line {
        height: 100%;
        width: auto;
        right: 30.5%;
        display: none;
    }

    .section-location .master-plan-container .pin {
        right: 45.1%;
    }
}

/** Base: 1024 **/

@media screen and (max-width: 1199px) {
    .section-location .content {
        width: 30rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .section-location .master-plan-container .map {
        margin-left: -13%;
    }

    .section-location .master-plan-container .pin {
        right: 45.1%;
    }

    .section-location .master-plan-container .road-line {
        right: 40.5%;
    }

    .section-location .content {
        width: 34rem;
    }
}

/** Base: 768 **/

@media screen and (max-width: 991px) {

    .position-item ul {
        margin: 0;
    }

    .section-location {
        display: flex;
        flex-direction: column-reverse;
    }

    .section-location .content {
        position: static;
        transform: none;
        padding: 3rem 0;
        width: 69rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        max-width: 100%;
        margin: 0 auto;
    }

    .section-location .master-plan-container {
        width: 100%;
        height: 100%;
    }

    .section-location .master-plan-container .master-plan {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        transform: translateY(0);
    }

    .section-location .master-plan-container .map {
        width: 100%;
        height: auto;
    }
}

/** Base: 640 **/

@media screen and (max-width: 767px) {
    .section-location .content {
        width: 51rem;
    }
}

/** Base: 414 - Iphone Plus **/

@media screen and (max-width: 575px) {}

/** Base: 375 - Iphone **/

@media screen and (max-width: 399px) {}

/* #endregion */

/************************* SECTION - LOCATION ***************************/

/************************************************************************/

/************************************************************************/

/************************* SECTION - UTILITY ****************************/

/* #region */

.section-utility {
    background: var(--mau-chinh);
    display: flex;
    flex-wrap: wrap;
}

.section-utility .content {
    color: #e2e3e4;
    height: 100%;
    padding-right: 7rem;
    display: flex;
}

.section-utility .content-container {
    width: 41.67%;
    height: 100%;
}

.section-utility .main-title {
    color: #fff;
}

.section-utility .map-utilities {
    width: 58.33%;
    height: 100%;
    background: #fff;
    /* padding-top: 8.5rem; */
}

.section-utility .map-utilities .items-grid {
    padding: 1rem 5.5rem;
    margin-top: 2rem;
}

.section-utility .map-utilities .item {
    display: flex;
    margin-bottom: 1.5rem;
    cursor: default;
}

.section-utility .map-utilities .item .number {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2e3e4;
    border-radius: 50%;
    border: 1px solid var(--mau-chinh);
    margin-right: 1rem;
    transition: all ease 0.4s;
}

.section-utility .map-utilities .item .name {
    flex: 1;
    transition: all ease 0.4s;
}

.section-utility .map-utilities .item.active .number {
    background: var(--mau-chinh);
    color: #fff;
}

.section-utility .map-utilities .item.active .name {
    color: var(--mau-chinh);
    font-weight: bold;
}

.section-utility .map-container {
    position: relative;
}

.section-utility .map-container .point {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 2rem;
    height: 2rem;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2e3e4;
    border-radius: 50%;
    border: 1px solid var(--mau-chinh);
    transition: all ease 0.4s;
    cursor: default;
}

.section-utility .map-container .point.active {
    background: var(--mau-chinh);
    color: #fff;
}

.section-utility .map-container .name {
    position: absolute;
    transform: translate(-50%, -50%) translateY(2rem);
    height: 4.7rem;
    min-width: 20rem;
    padding: 1rem 3rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--mau-chinh);
    color: #fff;
    border-radius: 100rem;
    transition: all ease 0.4s;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    background-image: url(../images/pattern.svg);
    background-repeat: no-repeat;
    background-size: 4.4rem;
    background-position: left bottom;
}

.section-utility .map-container .name.active {
    transform: translate(-50%, -50%) translateY(0);
    opacity: 1;
}

.section-utility .tab {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
    font-size: 2.2rem;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

.section-utility .tab .icon {
    width: 5rem;
    margin-left: 2rem;
    margin-top: 0.8rem;
    opacity: 0;
    transform: translateX(-5rem);
    transition: all ease 0.4s;
}

.section-utility .tab.active {
    font-weight: bold;
    color: #fff;
}

.section-utility .tab:hover .icon,
.section-utility .tab.active .icon {
    opacity: 1;
    transform: translateX(0);
}

@media screen and (min-width: 1200px) {
    .section-utility .map-utilities .item .number {
        font-size: 1.5rem;
    }

    .section-utility .map-utilities .item .name {
        font-size: 1.6rem;
    }

}

/** Base: 1024 **/

@media screen and (max-width: 1199px) {
    .section-utility .tab {
        font-size: 1.5rem;
        margin-bottom: 1.7rem;
    }

    .section-utility .tab .icon {
        width: 3rem;
        margin-top: 0.5rem;
    }

    .section-utility .map-container .point {
        width: 1.7rem;
        height: 1.7rem;
        font-size: 1rem;
    }

    .section-utility .map-container .name {
        height: 3.6rem;
        min-width: 16rem;
        padding: 0.5rem 2rem;
    }

    .section-utility .map-utilities .item .number {
        width: 1.6rem;
        height: 1.6rem;
        margin-right: 0.7rem;
        line-height: 1.6rem;
    }

    .section-utility .map-utilities .item {
        margin-bottom: 1rem;
        font-size: 1rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .section-utility .map-utilities {
        display: flex;
        align-items: center;
    }
}

/** Base: 768 **/

@media screen and (max-width: 991px) {
    .section-utility {
        flex-direction: column;
    }

    .section-utility .content-container {
        width: 100%;
    }

    .section-utility .map-utilities {
        width: 100%;
        height: auto;
        padding-top: 0;
        padding-bottom: 3rem;
    }
}

/** Base: 640 **/

@media screen and (max-width: 767px) {
    .section-utility .map-utilities .items-grid {
        padding: 1rem 0;
    }

    .section-utility .content {
        padding-right: 1.5rem;
    }

    .section-utility .map-container .point {
        width: 1rem;
        height: 1rem;
        font-size: 0.7rem;
    }
}

/** Base: 414 - Iphone Plus **/

@media screen and (max-width: 575px) {}

/** Base: 375 - Iphone **/

@media screen and (max-width: 399px) {}

/* #endregion */

/************************* SECTION - UTILITY ****************************/

/************************************************************************/

/************************************************************************/

/************************* SECTION - MASTER PLAN ************************/

/* #region */

.section-master-plan {
    background: #e2e3e4;
    display: flex;
    flex-wrap: wrap;
}

.section-master-plan .content {
    height: 100%;
    padding-right: 7rem;
    display: flex;
}

.section-master-plan .content-container {
    width: 38%;
    height: 100%;
    background-color: #e2e3e4;
}

.section-master-plan .master-plan-container {
    width: 62%;
    height: 100%;
    position: relative;
}

.section-master-plan .master-plan-container-none::before {
    content: "";
    position: absolute;
    z-index: 111;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.section-master-plan .master-plan {
    position: relative;
}

.section-master-plan .master-plan-container .name {
    position: absolute;
    transform: translate(-50%, -50%) translateY(2rem);
    height: 4.7rem;
    min-width: 20rem;
    padding: 1rem 3rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--mau-chinh);
    color: #fff;
    border-radius: 100rem;
    transition: all ease 0.4s;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    background-image: url(../images/pattern.svg);
    background-repeat: no-repeat;
    background-size: 4.4rem;
    background-position: left bottom;
}

.section-master-plan .master-plan-container .name.active {
    transform: translate(-50%, -50%) translateY(0);
    opacity: 1;
}

.section-master-plan .tab {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.6rem;
    font-size: 2.2rem;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

.section-master-plan .tab .icon {
    width: 5rem;
    margin-left: 2rem;
    margin-top: 0.8rem;
    opacity: 0;
    transform: translateX(-5rem);
    transition: all ease 0.4s;
}

.section-master-plan .tab.active {
    font-weight: bold;
    color: var(--mau-chinh);
}

.section-master-plan .tab:hover .icon,
.section-master-plan .tab.active .icon {
    opacity: 1;
    transform: translateX(0);
}

.section-master-plan .back {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    margin-bottom: 3rem;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

.section-master-plan .back .icon {
    width: 5rem;
    margin-right: 2rem;
}

.section-master-plan .master-plan-slider {
    height: 100%;
}

.master-plan-slider .swiper-slide {
    position: relative;
}

.section-master-plan .master-plan-item {
    display: flex;
    position: absolute;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}

.section-master-plan .master-plan-item.active {
    position: static;
    opacity: 1;
    pointer-events: all;
}

.section-master-plan .master-plan-item area {
    cursor: pointer;
}

.section-master-plan .slide-floors {
    display: flex;
    height: 100vh;
}

.section-master-plan .slide-floors .slide-floor-plan {
    width: 38%;
}

.section-master-plan .slide-floors .slide-floor {
    width: 62%;
    padding: 4rem 12rem;
    display: block;
}

.section-master-plan .master-plan-container-hover {
    width: 100%;
    height: 100%;
    position: relative;
}

.section-master-plan .master-plan-container-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* pointer-events: none; */
}

.section-master-plan .master-plan-container-hover .master-plan-container:not(.master-plan-container-overlay) .maphilighted {
    background: transparent !important;
}

.section-master-plan .swiper-slide-floor {
    background: #fff;
}

.section-master-plan .slide-room .content-container {
    background: transparent;
}

.section-master-plan .slide-room {
    background-color: var(--mau-chinh);
    color: #fff;
    height: 100vh;
}

.section-master-plan .slide-room .main-title {
    color: inherit;
}

.section-master-plan .slide-room .master-plan-container {
    padding: 5rem 10rem;
    background-color: #fff;
}

img.maphilighted {
    width: 100%;
}

.section-master-plan .floor-select {
    position: absolute;
    right: 10rem;
    z-index: 111;
    top: 10rem;
}

.section-master-plan .floor-select .btn-group .btn {
    text-transform: uppercase;
    height: 5rem;
    border-radius: 3rem;
    padding: 0 3rem;
    background-color: transparent;
    border: 1px solid var(--mau-chinh);
    color: var(--mau-chinh);
    font-size: inherit;
}

.section-master-plan .floor-select .dropdown-menu {
    font-size: inherit;
    border: 1px solid var(--mau-chinh);
    border-radius: 0.5rem;
    margin-top: 1rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 992px) {

    .section-master-plan .swiper-slide,
    .section-master-plan .master-plan-item {
        height: 100%;
    }

    .section-master-plan .master-plan-container {
        display: flex;
        align-items: center;
    }
    .section-master-plan .slide-floors .master-plan-container {
        display: block;
    }
    .section-master-plan .slide-floors .master-plan-item {
        height: auto;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) and (min-height: 1024px) {
    .section-master-plan .slide-floors {
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1920px) and (min-height: 1200px) {
    .section-master-plan .slide-floors {
        display: flex;
        align-items: center;
    }
}

/** Base: 1024 **/

@media screen and (max-width: 1199px) {
    .section-master-plan .tab {
        font-size: 1.4rem;
        margin-bottom: 1.7rem;
    }

    .section-master-plan .tab .icon {
        width: 3rem;
        margin-top: 0.5rem;
    }

    .section-master-plan .back {
        font-size: 1.4rem;
        margin-bottom: 1.7rem;
    }

    .section-master-plan .back .icon {
        width: 3rem;
        margin-right: 0.5rem;
    }

    .section-master-plan .master-plan-container .name {
        height: 3.2rem;
        min-width: 14rem;
    }

    .section-master-plan .floor-select {
        right: 2rem;
        top: 8rem;
    }

    .section-master-plan .floor-select .btn-group .btn {
        height: 4rem;
        border-radius: 2rem;
        padding: 0 2rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .section-master-plan .content {
        padding-right: 2rem;
    }
}

/** Base: 768 **/

@media screen and (max-width: 991px) {
    .section-master-plan .content-container {
        width: 100%;
        height: auto;
    }

    .section-master-plan .master-plan-container {
        width: 100%;
        height: auto;
    }

    .section-master-plan {
        display: block;
    }

    .section-master-plan .master-plan-container .name {
        height: 2.5rem;
        min-width: 12rem;
        font-size: 1rem;
    }

    .section-master-plan .slide-floors {
        flex-wrap: wrap;
        height: auto;
    }

    .section-master-plan .slide-floors .slide-floor {
        width: 100%;
        padding: 2rem 1.5rem;
    }

    .section-master-plan .slide-floors .slide-floor-plan {
        width: 100%;
        order: 1;
    }

    .section-master-plan .slide-room .master-plan-container {
        padding: 2rem 1.5rem;
    }

    .section-master-plan .slide-room {
        height: auto;
    }

    .section-master-plan .floor-select {
        top: 5rem
    }
}

/** Base: 640 **/

@media screen and (max-width: 767px) {}

/** Base: 414 - Iphone Plus **/

@media screen and (max-width: 575px) {
    .section-master-plan .floor-select {
        top: 2rem
    }

    .section-master-plan .slide-floors .main-title {
        margin-top: 4rem;
    }

    .section-master-plan .slide-floors .back {
        margin-top: 1rem;
    }
}

/** Base: 375 - Iphone **/

@media screen and (max-width: 399px) {}

/* #endregion */

/************************* SECTION - MASTER PLAN ************************/

/************************************************************************/

/************************************************************************/

/************************* SECTION - GALLERY ****************************/

/* #region */

.section-gallery-slider {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

.section-gallery-slider .gallery-slider-container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: var(--mau-chinh);
}

.section-gallery-slider .content-container {
    flex: 1;
    max-height: 50vw;
}

.section-gallery-slider .content {
    height: 100%;
    transition: none;
}

.section-gallery-slider .gallery-slider-container {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.section-gallery-slider .gallery-slider {
    flex: 1;
    width: 100%;
}

.section-gallery-slider .gallery-slider .swiper-slide {
    height: 100%;
    width: auto;
    /* width: 60%; */
    cursor: pointer;
}

.section-gallery-slider .gallery-slider .swiper-slide-active {
    cursor: auto;
}

.section-gallery-slider .gallery-slider .cover-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 5%;
    bottom: 5%;
    background: #fff;
    transition: all ease 0.4s;
}

.section-gallery-slider .gallery-slider .cover-container > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-gallery-slider .gallery-slider .cover.cover-bottom {
    height: 100%;
    width: 100%;
}

.section-gallery-slider .gallery-slider .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: all ease 0.4s;
    opacity: 0.5;
}

.section-gallery-slider .gallery-slider .cover-matbang {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center top;
    transition: all ease 0.4s;
    opacity: 0.5;
}

.section-gallery-slider .gallery-slider .cover.cover-bottom {
    object-position: center bottom;
}

.section-gallery-slider .gallery-slider .swiper-slide-active .cover-container {
    top: 0;
    bottom: 0;
}

.section-gallery-slider .gallery-slider .swiper-slide-active .cover {
    opacity: 1;
}

.section-gallery-slider .gallery-thumb-slider-container {
    max-width: 60%;
    margin: auto;
}

.section-gallery-slider .gallery-thumb-slider-container .swiper-wrapper {
    /* justify-content: center; */
}

.section-gallery-slider .gallery-thumb-slider .cover {
    height: 11rem;
    width: 100%;
}

.section-gallery-slider .gallery-thumb-slider .swiper-slide {
    margin-top: 3rem;
    margin-bottom: 3rem;
    cursor: pointer;
}

.section-gallery-slider .gallery-thumb-slider .swiper-slide.active {
    cursor: auto;
}

.section-gallery-slider .gallery-thumb-slider .swiper-slide::before {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 0.4rem;
    left: 0;
    right: 0;
    background: #1289b3;
    transition: all ease 0.4s;
    opacity: 0;
}

.section-gallery-slider .gallery-thumb-slider .swiper-slide::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    transform: translateX(-50%) rotate(45deg);
    background: #1289b3;
    transition: all ease 0.4s;
    opacity: 0;
    z-index: -1;
}

.section-gallery-slider .gallery-thumb-slider .swiper-slide.active::before,
.section-gallery-slider .gallery-thumb-slider .swiper-slide.active::after {
    opacity: 1;
}

.section-gallery-slider .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin: 0 -3rem;
}

.section-gallery-slider .tab {
    padding: 0 3rem;
}

.section-gallery-slider .tab-link {
    color: inherit;
    outline: none;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 1rem 0;
    transition: all ease 0.4s;
    white-space: nowrap;
}

.section-gallery-slider .tab-link.active,
.section-gallery-slider .tab-link:hover {
    color: var(--mau-chinh);
}

.section-gallery-slider .tab-link.active {
    font-weight: bold;
}

.section-gallery-slider .tab-link::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 0;
    height: 0.2rem;
    background: var(--mau-chinh);
    transition: all ease 0.4s;
    transform: translateX(-50%);
}

.section-gallery-slider .tab-link:hover::before,
.section-gallery-slider .tab-link.active::before {
    width: 100%;
}

.section-gallery-slider .tab-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: none;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.7rem solid var(--mau-chinh);
    transition: all ease 0.4s;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition-delay: 0.2s;
    opacity: 0;
}

.section-gallery-slider .tab-link:hover::after,
.section-gallery-slider .tab-link.active::after {
    opacity: 1;
    transition-delay: 0s;
}

/** Base: 1024 **/

@media screen and (max-width: 1199px) {
    .section-gallery-slider .gallery-thumb-slider .swiper-slide {
        margin-top: 1.7rem;
        margin-bottom: 1.7rem;
    }

    .section-gallery-slider .gallery-thumb-slider .cover {
        height: 6rem;
    }

    .section-gallery-slider .tab-link {
        padding: 0.6rem 0;
    }

    .section-gallery-slider .tabs {
        margin: 0 -2rem;
    }

    .section-gallery-slider .tab {
        padding: 0 2rem;
    }
}

/** Base: 768 **/

@media screen and (max-width: 991px) {
    .section-gallery-slider .gallery-slider {
        height: 28rem;
    }

    .section-gallery-slider .gallery-thumb-slider .cover {
        height: 4rem;
    }

    .section-gallery-slider .content-container {
        max-height: unset;
    }
}

/** Base: 640 **/

@media screen and (max-width: 767px) {

    .section-gallery-slider .gallery-thumb-slider-container,
    .section-gallery-slider .gallery-slider .swiper-slide {
        max-width: 80%;
    }

    .section-gallery-slider .tabs {
        margin: 0 -1.5rem;
    }

    .section-gallery-slider .tab {
        padding: 0 1.5rem;
    }
}

/** Base: 414 - Iphone Plus **/

@media screen and (max-width: 575px) {
    .section-gallery-slider .gallery-slider {
        height: 21rem;
    }
}

/** Base: 375 - Iphone **/

@media screen and (max-width: 399px) {}

/* #endregion */

/************************* SECTION - GALLERY ****************************/

/************************************************************************/

/************************************************************************/

/************************* SECTION - BLOG *******************************/

/* #region */

.section-blog {
    position: relative;
    background: #e2e3e4;
}

.section-blog:before {
    position: absolute;
    content: "";
    width: 37%;
    top: 0;
    left: 0;
    bottom: 0;
    background: #A7A7A7;
    transition: all ease 0.8s;
}

.section-blog.collapsed:before {
    width: 6%;
}

/** Base: 1024 **/

@media screen and (max-width: 1199px) {
    .section-blog.collapsed:before {
        width: 3%;
    }
}

/** Base: 768 **/

@media screen and (max-width: 991px) {}

/** Base: 640 **/

@media screen and (max-width: 767px) {
    .section-blog:before {
        display: none;
    }
}

/** Base: 414 - Iphone Plus **/

@media screen and (max-width: 575px) {}

/** Base: 375 - Iphone **/

@media screen and (max-width: 399px) {}

/* #endregion */

/************************* SECTION - BLOG *******************************/

/************************************************************************/

/************************************************************************/

/************************* SECTION - PARTNER ****************************/

/* #region */

.section-partner {
    background: var(--mau-chinh);
    color: #f15a22;
	z-index: -999999;
}

.section-partner .main-title {
    color: #fff;
    text-align: center;
}

/** Base: 1024 **/

@media screen and (max-width: 1199px) {}

/** Base: 768 **/

@media screen and (max-width: 991px) {}

/** Base: 640 **/

@media screen and (max-width: 767px) {}

/** Base: 414 - Iphone Plus **/

@media screen and (max-width: 575px) {}

/** Base: 375 - Iphone **/

@media screen and (max-width: 399px) {}

/* #endregion */

/************************* SECTION - PARTNER ****************************/

/************************************************************************/

/************************************************************************/

/************************* SECTION - FOOTER *****************************/

/* #region */

.section-footer {
    background: var(--mau-phu);
}

.section-footer .footer-content {
    position: relative;
    color: #fff;
}

.section-footer .footer-content:before {
    position: absolute;
    background: var(--mau-chinh);
    left: 0;
    top: 0;
    bottom: 0;
    right: -100vw;
    content: "";
}

.section-footer .footer-content>* {
    position: relative;
}

.section-footer .footer-content .main-title {
    color: #fff;
}

.info-icons {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.info-icons>li {
    display: flex;
    margin-bottom: 0.5em;
}

.info-icons>li>a {
    display: flex;
    color: inherit !important;
}

.info-icons>li .icon {
    font-size: 1.2em;
    width: 1.5em;
    margin-top: -0.2em;
}

.info-icons>li .name {
    flex: 1;
}

.info-icons>li a {
    color: inherit;
    transition: all ease 0.4s;
    text-decoration: none;
}

.info-icons>li a:hover {
    color: #1289b3;
}

/** Base: 1024 **/

@media screen and (max-width: 1199px) {}

/** Base: 768 **/

@media screen and (max-width: 991px) {
    .section-footer .footer-content:before {
        left: -100vw;
    }
}

/** Base: 640 **/

@media screen and (max-width: 767px) {}

/** Base: 414 - Iphone Plus **/

@media screen and (max-width: 575px) {}

/** Base: 375 - Iphone **/

@media screen and (max-width: 399px) {}

@media screen and (min-width: 992px) and (max-width: 1199px) and (min-height: 1100px) {

    .section-footer .footer-form,
    .section-footer .footer-content {
        padding-top: 35rem !important;
    }
}

/* #endregion */

/************************* SECTION - FOOTER *****************************/

/************************************************************************/

/************************************************************************/

/************************* SECTION - POPUP *****************************/

/* #region */

.popup-form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 110;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: all ease 0.4s;
}

.popup-form.open {
    opacity: 1;
    pointer-events: all;
}

.popup-form .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8);
}

.popup-form .box {
    position: relative;
    z-index: 11;
    width: 75rem;
    height: 75rem;
    padding: 15rem 10rem;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    color: #fff;
}

.popup-form .box>* {
    position: relative;
    z-index: 1;
}

.popup-form .box::before {
    content: "";
    position: absolute;
    top: -2rem;
    left: -2rem;
    right: -2rem;
    bottom: -2rem;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

.popup-form .box::after {
    content: "";
    position: absolute;
    top: 0rem;
    left: 0rem;
    right: 0rem;
    bottom: 0rem;
    background: var(--mau-chinh);
    border-radius: 50%;
}

.popup-form .box .close {
    display: none;
}

.popup-form .box .title {
    font-family: "Manus";
    font-size: 6rem;
    margin-bottom: 2rem;
}

.popup-form .box .description {
    margin-bottom: 3rem;
}

.popup-form .input-group {
    margin-bottom: 0.75rem;
}

.popup-form .input-group input {
    width: 100%;
    background: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    padding: 0.8rem 0rem 1rem;
}

.popup-form .input-group>span {
    display: block;
    width: 100%;
}

.popup-form .input-group input::placeholder {
    color: #fff;
}

.popup-form .wpcf7-not-valid-tip {
    text-align: left;
}

.popup-form .submit {
    color: var(--mau-chinh);
    background: #fff;
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 100rem;
    margin-top: 2rem;
    font-size: 120%;
    font-weight: bold;
    transition: all ease 0.4s;
    outline: none;
}

.popup-form .submit:hover {
    box-shadow: 0 0 2rem 0.3rem rgba(0, 0, 0, 0.2);
}

/** Base: 1024 **/

@media screen and (max-width: 1199px) {
    .popup-form .box {
        width: 60rem;
        height: 60rem;
        padding: 10rem 8rem;
    }

    .popup-form .box .title {
        font-size: 4rem;
    }
}

/** Base: 768 **/

@media screen and (max-width: 991px) {}

/** Base: 640 **/

@media screen and (max-width: 767px) {
    .popup-form .box {
        width: 100%;
        height: auto;
        min-height: 100%;
        padding: 2rem;
        padding-top: 4rem;
        border-radius: 0;
    }

    .popup-form .box::before,
    .popup-form .box::after {
        border-radius: 0;
    }

    .popup-form .box .close {
        display: block;
        position: absolute;
        z-index: 11;
        top: 2rem;
        right: 2rem;
        font-size: 2rem;
        color: #fff;
        opacity: 1;
    }
}

/** Base: 414 - Iphone Plus **/

@media screen and (max-width: 575px) {}

/** Base: 375 - Iphone **/

@media screen and (max-width: 399px) {}

/* #endregion */

/************************* SECTION - POPUP *****************************/

/************************************************************************/

/************************************************************************/
/************************* SECTION - SINGLE *****************************/
/* #region */
.section-single-banner {
    position: relative;
}

.section-single-banner .cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-single-banner .caption {
    position: absolute;
    bottom: 10rem;
    width: 52%;
    left: 26%;
    text-align: center;
    box-shadow: 0 0 5rem 3rem rgba(12, 47, 81, 0.6);
    background-color: rgba(12, 47, 81, 0.55);
    color: #fff;
}

.section-single-banner .caption .title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.section-single-content {
    background-color: #f1f1f2;
}

.section-single-content .content p {
    margin-bottom: 1.5rem;
}

.section-single-content .content-section {
    padding-top: 9rem;
    padding-bottom: 4rem;
}

.section-single-content .tagline {
    font-size: 4rem;
    font-weight: 100;
    text-align: center;
    margin-bottom: 4rem;
    color: var(--mau-chinh);
}

.section-single-content .single-title {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: var(--mau-chinh);
}

.section-single-content .single-date {
    color: var(--mau-phu);
    font-size: 90%;
}

.section-single-content .single-content {
    color: var(--mau-single);
    margin-top: 1rem;
    text-align: initial;
}

.section-single-content .divider {
    background-color: #d7d7d7;
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    height: 1px;
    width: 100%;
}

/** Base: 1024 **/

@media screen and (max-width: 1199px) {
    .section-single-banner .caption .title {
        font-size: 2.1rem;
    }

    .section-single-banner .caption {
        bottom: 5rem;
    }

    .section-single-content .content-section {
        padding: 6rem 0 3rem;
    }

    .section-single-content .tagline {
        font-size: 3rem;
        margin-bottom: 3rem;
    }

    .section-single-content .single-title {
        font-size: 3rem;
    }
}

/** Base: 768 **/

@media screen and (max-width: 991px) {
    .section-single-banner .caption .title {
        margin-bottom: 1rem;
    }

    .section-single-banner .caption {
        bottom: 3rem;
    }

    .section-single-content .content-section {
        padding: 4rem 0 3rem;
    }

    .section-single-content .tagline {
        font-size: 2.5rem;
        margin-bottom: 3rem;
    }

    .section-single-content .single-title {
        font-size: 2.2rem;
    }

    .section-single-banner .caption {
        width: 80%;
        left: 10%;
    }
}

/** Base: 640 **/

@media screen and (max-width: 767px) {
    .section-single-content .single-title {
        font-size: 1.8rem;
    }
}

/** Base: 414 - Iphone Plus **/

@media screen and (max-width: 575px) {
    .section-single-banner {
        height: 500px !important;
    }
}

/** Base: 375 - Iphone **/

@media screen and (max-width: 399px) {}

/* #endregion */

/************************* SECTION - XYZ *****************************/
/************************************************************************/

/************************************************************************/
/************************* SECTION - THANKS *****************************/

/* #region */

.section-thanks {
    height: 100vh;
}

.section-thanks .cover {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.section-thanks .viewmore {
    color: #fff;
    border: 1px solid #fff;
    display: block;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -70%);
    font-size: 1.6rem;
    padding: 1rem 2.5rem;
    border-radius: 100rem;
    outline: none;
    text-decoration: none;
    letter-spacing: 0.2rem;
    transition: all ease .4s;
}

.section-thanks .viewmore:hover {
    color: #0c2e51;
    background-color: #fff;
}

/** Base: 1024 **/

@media screen and (max-width: 1199px) {}

/** Base: 768 **/

@media screen and (max-width: 991px) {}

/** Base: 640 **/

@media screen and (max-width: 767px) {
    .section-thanks .viewmore {
        font-size: 1rem;
        padding: 0.75rem 2rem;
    }
}

/** Base: 414 - Iphone Plus **/

@media screen and (max-width: 575px) {}

/** Base: 375 - Iphone **/

@media screen and (max-width: 399px) {}

/* #endregion */

/************************* SECTION - THANKS *****************************/
/************************************************************************/

/************************************************************************/
/************************* SECTION - XYZ *****************************/

/* #region */

/** Base: 1024 **/

@media screen and (max-width: 1199px) {}

/** Base: 768 **/

@media screen and (max-width: 991px) {}

/** Base: 640 **/

@media screen and (max-width: 767px) {}

/** Base: 414 - Iphone Plus **/

@media screen and (max-width: 575px) {}

/** Base: 375 - Iphone **/

@media screen and (max-width: 399px) {}

/* #endregion */

/************************* SECTION - XYZ *****************************/
/************************************************************************/
