/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */


/* Các tùy chỉnh CSS của giao diện nên để vào đây */


/* @font-face {
    font-family: font-title;
    src: url(/themes/vutasv/assets/webfonts/UTM-Trajan-Pro-Bold.ttf);
} */

@import url('https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap');
:root {
    --font-title: font-title;
    --primary: #103141;
    --seocond: #faaa3f;
    --third: #003366;
    --font-new: "GFS Didot", serif;
}

.vuta-container {
    width: min(1400px, 100%);
}

.header.fixed-top {
    padding: 5px 0;
}

h1,
h2,
h3 {
    text-transform: uppercase;
    font-weight: bold;
    /* font-family: var(--font-new) !important; */
}

.header .vuta-container .header-menu .accordion li a {
    text-transform: uppercase;
    font-weight: 400;
}

.header .vuta-container .header-menu .accordion li:not(:first-child) {
    margin-left: 0;
}

.header .vuta-container .header-menu .accordion {
    gap: 40px;
}

.header .vuta-container .header-menu .accordion li.active::before {
    opacity: 1;
    width: 100%;
}

.home__banner .banner-slider .banner-slider-item .box-img {
    max-width: 100%;
    height: 100vh;
    display: block;
}

.header {
    padding: 5px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
    background-image: linear-gradient(180deg, #333 0, rgba(0, 0, 0, 0) 100%);
}

.header__logo .box-img {
    display: block;
    width: 200px;
    overflow: hidden;
}

.home__banner {
    margin-top: 0;
}

.overview {
    background-image: url(/themes/vutasv/assets/images/bg-moi-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.overview .box-img {
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.15);
}

.overview .vuta-container {
    width: min(1000px, 100%);
}

.overview .vuta-container .home-title h2 {
    text-align: left;
    margin-bottom: 30px;
}

.overview .vuta-container .box-content {
    padding-left: 40px;
    padding-top: 30px;
}

.overview .vuta-container .box-content ul {
    padding-left: 25px;
}

.overview .vuta-container .box-content ul li {
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--third);
    position: relative;
}

.overview .vuta-container .box-content ul li::before {
    content: "❖";
    left: -20px;
    top: -2px;
    position: absolute;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tabs ul {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    justify-content: center;
}

.tabs ul li {
    border: 1px solid var(--primary);
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 8px;
    cursor: pointer;
    transition: all ease 0.4s;
}

.tabs ul li:hover {
    background: var(--seocond);
}

.tabs ul li.active {
    background: var(--third);
    color: #fff;
}

.amenities .amenities-list .amenities-item {
    position: relative;
    display: block;
    height: auto;
}

.box-title {
    text-align: center;
    margin-bottom: 20px;
}

.box-title h2 {
    margin-bottom: 15px;
    font-size: 28px;
    color: var(--primary);
}

.box-title p {
    max-width: 700px;
    font-size: 18px;
    margin: 0 auto;
    text-align: justify;
    font-weight: 300;
}

.amenities .amenities-list .amenities-item .amenities-content p {
    margin-bottom: 0;
}

.amenities .amenities-list .amenities-item .amenities-content {
    padding: 10px 60px;
}

.amenities .amenities-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.amenities .amenities-list a {
    width: calc(50% - 8px);
}

.masterplan .masterplan-images {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.masterplan .masterplan-images a {
    width: calc(100% / 3 - 12px);
    height: auto;
}


/* TYPEOF PRODUCT */

.typeproduct {
    padding: 60px 0;
}

.typeproduct .typeproduct-list .typeproduct-item {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 16px;
}

@media (max-width: 767.98px) {
    .typeproduct .typeproduct-list .typeproduct-item {
        gap: 0;
    }
}

.typeproduct .typeproduct-list .typeproduct-item:nth-child(odd) {
    flex-direction: row;
}

@media (max-width: 767.98px) {
    .typeproduct .typeproduct-list .typeproduct-item:nth-child(odd) {
        flex-direction: column;
    }
}

.typeproduct .typeproduct-list .typeproduct-item:nth-child(even) {
    flex-direction: row-reverse;
}

@media (max-width: 767.98px) {
    .typeproduct .typeproduct-list .typeproduct-item:nth-child(even) {
        flex-direction: column;
    }
}

.typeproduct .typeproduct-list .typeproduct-item .typeproduct-left {
    width: 50%;
}

@media (max-width: 767.98px) {
    .typeproduct .typeproduct-list .typeproduct-item .typeproduct-left {
        width: 100%;
    }
}

.typeproduct .typeproduct-list .typeproduct-item .typeproduct-left .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.typeproduct .typeproduct-list .typeproduct-item .typeproduct-left .typeproduct-slider .item .box-img {
    width: 100%;
    max-height: 364px;
    display: block;
    height: auto;
}

.typeproduct .typeproduct-list .typeproduct-item .typeproduct-left .typeproduct-slider .item .box-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.typeproduct .typeproduct-list .typeproduct-item .typeproduct-left .typeproduct-slider .slick-dots {
    position: relative;
    bottom: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.typeproduct .typeproduct-list .typeproduct-item .typeproduct-left .typeproduct-slider .slick-dots li {
    margin: 0;
    padding: 0;
}

.typeproduct .typeproduct-list .typeproduct-item .typeproduct-left .typeproduct-slider .slick-dots li button {
    border: none;
    background: 0 0;
    padding: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.typeproduct .typeproduct-list .typeproduct-item .typeproduct-left .typeproduct-slider .slick-dots li button::before {
    content: "" !important;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--second-color);
    transition: all 0.3s ease;
    opacity: 1 !important;
}

.typeproduct .typeproduct-list .typeproduct-item .typeproduct-left .typeproduct-slider .slick-dots li.slick-active button::before {
    background-color: var(--main-color);
}

.typeproduct .typeproduct-list .typeproduct-item .typeproduct-left .typeproduct-slider .slick-dots li:hover button::before {
    background-color: var(--main-color);
    opacity: 0.7 !important;
}

.typeproduct .typeproduct-list .typeproduct-item .typeproduct-right {
    width: 50%;
}

@media (max-width: 767.98px) {
    .typeproduct .typeproduct-list .typeproduct-item .typeproduct-right {
        width: 100%;
    }
}

.typeproduct .typeproduct-list .typeproduct-item .typeproduct-right h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--main-color);
}

.typeproduct .typeproduct-list .typeproduct-item .typeproduct-right ul {
    padding-left: 16px;
}

.typeproduct .typeproduct-list .typeproduct-item .typeproduct-right ul li {
    font-size: 16px;
    color: var(--main-color);
    padding-left: 8px;
    margin-bottom: 8px;
    position: relative;
}

.typeproduct .typeproduct-list .typeproduct-item .typeproduct-right ul li::before {
    content: "❖";
    color: var(--main-color);
    position: absolute;
    left: -16px;
}

.layout-canho .box-title h2 span {
    font-size: 20px;
    color: var(--seocond);
    display: block;
    font-style: italic;
    margin-top: 10px;
    font-family: "SVN-Museo Sans", sans-serif;
}

.layout-canho a .box-img {
    border: 10px solid var(--third);
    margin-bottom: 10px;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.15)
}

.typeproduct .typeproduct-list .typeproduct-item .typeproduct-right h4 {
    font-size: 20px;
    font-family: var(--font-new);
    text-transform: uppercase;
    color: var(--main-color);
    margin-bottom: 20px;
}

.typeproduct .typeproduct-list .typeproduct-item .typeproduct-left .typeproduct-slider .item .box-img {
    width: 100%;
    max-height: unset;
    display: block;
    height: auto;
    aspect-ratio: 3/2;
}

.location .location-images .location-image {
    position: relative;
    text-align: center;
    display: block;
    height: auto;
    overflow: hidden;
}

.location .location-images .location-image .location-content h4 {
    font-size: 18px;
}

.masterplan .masterplan-images .masterplan-image .masterplan-content {
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.masterplan .masterplan-images .masterplan-image .masterplan-content h4 {
    font-size: 18px;
    color: #fff;
}

.consultation {
    background-image: url(/themes/vutasv/assets/images/bg-moi-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.consultation-form {
    max-width: 767px;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
}

.consultation .consultation-form {
    display: grid;
    place-items: center;
    padding: 30px;
}

.consultation-form {
    padding: 30px !important;
}

.consultation-form label {
    font-weight: 600;
}

.consultation .consultation-form .form-group label {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    text-align: left;
}

.capcha .text-right {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.capcha input {
    width: 150px !important;
    display: inline-block;
}

.news .news-title h2 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--main-color);
    text-align: center;
}

.banner-slider .banner-slider-item {
    position: relative;
}

.banner-slider .banner-slider-item .box-content {
    position: absolute;
    left: 50%;
    text-align: center;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.banner-slider .banner-slider-item .box-content h2,
.banner-slider .banner-slider-item .box-content p {
    text-shadow: 1px 1px 1px #000;
    text-align: center;
}

.banner-slider .banner-slider-item .box-content h2 {
    font-size: 70px;
    color: var(--seocond);
}

.banner-slider .banner-slider-item .box-content p {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

#mobile-btn span {
    background: #fff;
    height: 3px;
    width: 25px;
    display: block;
    margin-bottom: 5px;
}

#mobile-btn span:last-child {
    margin-bottom: 0;
}

.mobile-btn {
    display: none;
}

.modal__popup .modal__popup-inner .contact-forms {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.modal__popup {
    padding: 0 !important;
}

.location .location-images .location-image .location-content h4 {
    font-size: 18px;
    color: #fff;
}

.amenities .amenities-list .amenities-item .amenities-content {
    padding: 10px 60px;
}

.amenities .amenities-list .amenities-item .amenities-content h4 {
    color: #fff;
}

.contact-forms .consultation-form {
    max-width: unset;
}

.masterplan .masterplan-images .masterplan-image {
    height: auto !important;
}

.news-item h4 {
    font-size: 16px;
    text-transform: uppercase;
}

.news-item h4 a {
    color: var(--primary);
}

.news-date img {
    margin-bottom: 5px;
}

.footer {
    background-color: var(--primary);
}

.footer .copyright {
    padding: 5px 0;
}

.footer {
    color: #fff;
}

.footer .footer-inner .footer-center .footer-decs p {
    margin-top: 12px;
    font-size: 14px;
    color: #fff;
}

.footer .footer-inner .footer-left .footer-list .footer-item span a {
    position: relative;
    top: -3px;
    font-size: 16px;
    color: #fff;
    transition: color .3s ease;
}

.footer .footer-inner .footer-right .footer-right--inner ul li a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.footer .copyright p {
    color: #fff;
}

.footer .copyright p a {
    color: var(--seocond);
}

.gr-input .vuta-input {
    margin-bottom: 15px;
    border: 1px solid #ececec;
}

.gr-input textarea {
    min-height: 100px;
}

.footer .copyright p {
    margin-bottom: 0;
}

.footer h3 {
    font-size: 20px;
    font-family: "SVN-Museo Sans", sans-serif !important;
}

h3.lawh3 {
    display: none;
}

.detail-content h2 {
    text-align: left !important;
}

.news .news-mini .news-mini-list .news-mini-item .news-mini-content h3 {
    font-family: "SVN-Museo Sans", sans-serif !important;
}

.capcha {
    width: 100%;
}

.news-item .box-img {
    aspect-ratio: 3/2;
}

.footer-logo {
    margin-bottom: 15px !important;
}

.footer-logo .footer-desc h3 {
    font-size: 24px;
}

.modal__popup .modal__popup-inner .contact-forms .consultation-form {
    margin-top: 0px;
}

.footer h3 span {
    display: block;
    color: var(--seocond);
    font-size: 32px;
}

.timeline .timeline-inner .timeline-item .timeline-circle .timeline-circle--icon {
    position: relative;
}

.timeline .timeline-inner .timeline-item .timeline-circle .timeline-circle--icon::before {
    height: 30px;
    width: 30px;
    /* background: var(--seocond); */
    position: absolute;
    left: 50%;
    border-radius: 50%;
    content: "";
    top: 50%;
    transform: translate(-50%, -50%);
}

.timeline .timeline-inner .timeline-item .timeline-content h3 {
    margin-bottom: 20px;
}

@media (max-width:1200px) {
    .mobile-btn {
        display: block;
    }
}

.footer .footer-inner .footer-right .footer-right--inner ul li a:hover {
    color: var(--seocond);
}

@media (max-width:996px) {
    .home__banner .banner-slider .banner-slider-item .box-img {
        max-width: 100%;
        max-height: 300px;
    }
    .timeline .timeline-inner .timeline-item .timeline-content h3 {
        font-size: 20px;
    }
    .banner-slider .banner-slider-item .box-content h2 {
        font-size: 30px;
        color: var(--seocond);
    }
    .banner-slider .banner-slider-item .box-content p {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
    }
    .footer h3 {
        font-size: 18px;
        font-family: "SVN-Museo Sans", sans-serif;
    }
    .consultation .consultation-content h2 span {
        font-size: 20px;
    }
    .banner-slider .banner-slider-item .box-content {
        padding: 20px;
        padding-top: 60px;
    }
    .about .about-header {
        width: 100%;
    }
    .about .about-header .home-title {
        width: 60%;
        margin: 0 auto;
    }
    .about .about-header p {
            text-align: justify;
        }
    .box-title h2 {
        font-size: 24px;
    }
    .home-title h1,
    .home-title h2 {
        font-size: 24px;
    }
    .overview .vuta-container .box-content {
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .overview .vuta-container [class^="vuta-col-"]:first-child {
        order: 2;
    }
    .overview .vuta-container [class^="vuta-col-"]:last-child {
        order: 1;
    }
    .overview .vuta-container .home-title h2 {
        text-align: center;
    }
    .tabs ul {
        flex-wrap: wrap;
    }
    .tabs ul li {
        font-size: 14px;
        padding: 10px;
        width: calc(50% - 10px);
    }
    .amenities .amenities-list a {
        width: 100%;
    }
    .amenities .amenities-list .amenities-item .amenities-content {
        padding: 10px 20px;
    }
    .amenities .amenities-list .amenities-item .amenities-content h4 {
        font-size: 16px;
        text-transform: uppercase;
    }
    .masterplan .masterplan-images a {
        width: 100%;
    }
    .aboutus .aboutus-inner .aboutus-content .aboutus-title h2 {
        font-size: 24px;
    }
    .aboutus .aboutus-inner .aboutus-content .aboutus-slogan p {
        font-size: 18px;
    }
    .consultation .consultation-content h2 {
        font-size: 24px;
    }
    .consultation .consultation-content span {
        display: block;
    }
    .modal__popup .modal__popup-inner .contact-forms .consultation-form {
        margin-top: 0;
    }
    .btn--close-modal {
        z-index: 9;
    }
    .modal__popup .modal__popup-inner .contact-forms h2 span {
        display: block;
    }
    #menu-mobile a img {
        height: 70px;
        margin: 0 auto;
    }
    #menu-mobile .mobile-logo {
        text-align: center;
    }
    .news .news-title h2 {
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
        color: var(--main-color);
        text-align: center;
    }
    .footer {
        background-image: unset;
    }
    .capcha input {
        width: 100% !important;
    }
    .blog-detail .main-detail h1 {
        font-size: 20px !important;
    }
    .modal__popup .modal__popup-inner .contact-forms h2 {
        text-align: center;
        color: var(--main-color);
        font-size: 20px;
    }
    .modal__popup .modal__popup-inner p {
        font-size: 14px;
        margin-bottom: 10px;
        text-align: justify;
    }
    .consultation-form {
        padding: 15px !important;
    }
    .gr-input textarea {
        min-height: 80px;
    }
    .consultation-form label {
        font-size: 14px;
    }
    .gr-input .vuta-input {
        height: 37px;
        font-size: 14px;
    }
}

.location .location-images .location-image .location-content {
    padding: 10px 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.typeproduct .box-title span {
    font-size: 40px;
    color: var(--third);
    margin-bottom: 10px;
    display: block;
}

.onsen .typeproduct-item .box-img {
    aspect-ratio: 960/1200 !important;
}
.onsen .typeproduct-list .typeproduct-item .typeproduct-left .typeproduct-slider .slick-dots {
    display: none !important;
}

@media (max-width:996px) {
    .onsen {
        padding: 30px 0 20px;
    }
    .onsen .box-title h2 {
        font-size: 20px;
    }
    .typeproduct .box-title span {
        font-size: 36px;
    }
    .onsen .typeproduct-slider {
        margin-bottom: 10px !important;
    }
    .onsen h4 {
        font-size: 18px !important;
    }
}