/*header*/
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff85;
}

.bg-grey {
    color: #383838;
}

.fixed1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    background-color: #ffffff85;
}

.header-shadow {
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
}

.language-picker {
    color: var(--black);
    font-weight: 500;
}

.black-icon {
    color: var(--black);
}

/*header END*/
.slider-img .swiper-slide--wrap {
    text-shadow: 1px 1px 20px #000;
    font-family: "Oswald", sans-serif;
}

.slider-img .swiper-slide--tile {
    color: #fff;
    font-size: 50px;
    text-shadow: 1px 1px 20px #000;
}

.slider-img .swiper-slide--description {
    color: var(--color-main);
    text-shadow: 0 1px 1px #2e2020;
    font-size: 50px;
    font-weight: 600;
}

.slider-img .swiper-slide--link {
    display: block;
    text-transform: uppercase;
    border: 0.1rem solid var(--color-main);
    background-color: var(--color-main);
    color: #fff;
    text-align: center;
    letter-spacing: 4px;
    background-image: none;
    border-style: none;
    border-radius: 3rem;
    padding: 16px 20px;
    font-family: Texgyreadventor, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    transition: box-shadow .6s, border-color .6s, color .6s, background-color .6s;
    width: 100%;
    font-size: 2.5rem;
}

.slider-img .swiper-slide--link:hover {
    color: var(--white);
    background-color: var(--color-highlight);
    border-color: var(--color-highlight);
}

/*body*/
/*intro*/
.text-intro {
    width: 100%;
    /*max-height: 26vw;*/
    border-right: 1px solid var(--white);
    border-left: 1px solid var(--white);
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
}

.title-section-intro {
    color: var(--white);
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Texgyreadventor, sans-serif;
    line-height: 35px;
    font-size: 25px;
}

.title-section-intro {
    font-size: min(2vw, 30px);
    line-height: 45px;
}

.slide--tile-infor {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: min(1.5vw, 25px);
    font-weight: 400;
    width: 95%;
    color: var(--color-text);
    height: 115px;
}

.bg-features {
    background-color: rgba(255, 255, 255, 0.97);
    justify-content: flex-start;
    margin-bottom: 0;
    padding: 50px 40px;
}

.img-icon {
    background: #fff;
    z-index: 1;
    width: 72px;
    border: 2px solid var(--color-main);
    border-radius: 100%;
    flex: none;
    margin-bottom: 24px;
    position: relative;
}

.intro-title .title-section {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    color: var(--color-main);
}

.info-blog_title {
    display: flex;
    align-items: center;
}

.number-blog {
    -webkit-text-stroke-color: var(--white);
    margin-right: 10px;
    font-size: min(2vw, 55px);
}

.name-blog {
    font-family: Texgyreadventor, sans-serif;
    font-size: 20px;
}

.info-blog {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid var(--white);
    align-items: center;
    display: flex;
    padding: 3rem 0 3rem 3rem;
}

.info-chungnhan {
    width: 100%;
    height: 100%;
    padding: 3rem 0 3rem 3rem;
}

.img-chungnhan {
    width: 20%;
    padding: 10px;
}

/*intro END*/
.bg-image-1 {
    width: 100%;
    padding: 10rem 5%;
    min-height: 15rem;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4rem;
    /*background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(http://cdn1892.cdn4s4.io.vn/media/64cdedae5b7acb28ace23e34_pano0001-pano-6.webp);*/
    /*background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(http://cdn1892.cdn4s4.io.vn/media/64cdedae5b7acb28ace23e34_pano0001-pano-6.webp);*/
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-image-3 {
    flex-direction: row;
    justify-content: center;
    display: flex;
    /*background: url(http://cdn1892.cdn4s4.io.vn/media/64ce8d6dbc8437de66babfda_contact.png);*/
}

.bg-image-4 {
    /*background-image: url(http://cdn1892.cdn4s4.io.vn/media/64cfe7e173f936cc01df71da_6e0a0876.jpg);*/
    flex-direction: row;
    justify-content: center;
    display: flex;
    background-repeat: no-repeat;
    background-size: 100%;
}

.bg-building {
    padding: 60px 6%;
    position: relative;
}

.image-map {
    padding: 20px;
}

/*trung tam thu do*/
.bg-image-3 {
    padding: 100px 3%;
    position: relative;
}

.text-capital {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase !important;
    color: #fff;
    letter-spacing: 5px;
    font-family: Texgyreadventor, sans-serif;
    line-height: 20px;
}

.text-secondary {
    color: #fff;
    font-family: Texgyreadventor, sans-serif;
    margin-bottom: 4px;
    font-size: 15px;
}

ul .number-count {
    font-weight: 500;
    list-style-type: decimal;
    color: #fff;
    font-size: 15px;
}

.bg-trungtam {
    color: #404040;
    background-color: rgba(56, 56, 56, .85);
    padding: 20px;
}

/*trung tam thu do END*/
/*giai thuong*/
.img-giaithuong {
    max-width: 100%;
    margin-bottom: 10px
}

/*giai thuong END*/
/*lien he*/
.img-iconx {
    width: 36%;
    opacity: .06;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 10%;
    right: auto;
}

.divider {
    width: 104px;
    height: 3px;
    background-color: var(--color-main);
    margin-top: 12px;
    margin-bottom: 24px;
}

.link-highlight {
    letter-spacing: 3px;
    justify-content: center;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    transition: border-color .15s;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 -2px rgba(255, 255, 255, .3);
}

.contact-title {
    font-size: 45px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    margin-bottom: 3rem;
}

.contact-describe {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 24px;
    -webkit-text-stroke-color: #383838;
    text-align: justify;
}

.icon-size {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0;
    overflow: hidden;
    font-size: 30px;
}

.centered-content-box {
    padding: 85px 8%;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

/*lien he EWND*/
/*body END*/
/*Footer */
footer {
    border-top: 1px solid #383838;
    background: url(http://cdn1892.cdn4s4.io.vn/media/landing-2/banner-ss2.webp);
    padding-top: 0;
    padding-bottom: 0;
}

.topbar-section .list-inline li {
    width: 40px;
    height: 40px;
    border: 1px solid var(--white);
    border-radius: 9px;
    justify-content: center;
    align-items: center;
    margin: 3px;
    padding: 10px;
    transition: background-color .6s, border-color .6s cubic-bezier(.165, .84, .44, 1);
    display: flex;
}

.d-flex-business {
    display: flex;
    align-items: center;
}

.img-business img {
    width: 100%;
}

.img-business.active {
    width: 15%;
    padding-right: 10px;
}

.img-business2 img {
    width: 95%;
}

.border-top.d-flex-business > div:first-child {
    max-width: 120px;
}

/*.img-business2.active {*/
/*    width: 100%;*/
/*    padding-right: 10px;*/
/*}*/
.text-registra {
    font-size: 12px;
}

/*Footer END*/
.btn {
    background-color: var(--color-main);
    color: #fff;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    background-image: none;
    border-style: none;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding: 12px 20px 12px 24px;
    font-family: Texgyreadventor, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    transition: box-shadow .6s, border-color .6s, color .6s, background-color .6s;
    display: inline-flex;
}

/*trang con*/
.bg-breadcrums {
    z-index: 0;
    height: 100%;
    opacity: 1;
    background-image: url(http://cdn1892.cdn4s4.io.vn/media/64d1ffb1c24b9dfa354a45bb_dji_0713-lon.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.breadcrumbs-section.py-4 {
    z-index: 1;
    border-top: 1px solid var(--color-highlight);
    border-bottom: 1px solid var( --color-highlight);
    background-color: var(--color-main);
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 34px;
    font-family: Texgyreadventor, sans-serif;
    display: flex;
}

.bg-text-wrapper {
    background-color: rgba(255, 255, 255, .9);
    padding-top: 140px;
    padding-bottom: 140px;
    position: relative;
}

.big-quote {
    text-shadow: 1px 0 1px var(--white);
    font-family: Texgyreadventor, sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 56px;
    color: var(--color-text);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.text-label {
    color: var(--color-main);
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-family: Texgyreadventor, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.bg-image-11 {
    /*background: url(http://cdn1892.cdn4s4.io.vn/media/64cdedae5b7acb28ace23e34_pano0001-pano-6.webp);*/
    background-color: var(--white);
    background-position: 50% 0;
    background-size: cover;
}

.btn-design {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    border: 0.1rem solid var(--color-main);
    height: 48px;
    background-color: var(--color-main);
    color: #fff;
    text-align: center;
    letter-spacing: 4px;
    background-image: none;
    border-style: none;
    border-radius: 20px;
    padding: 12px 20px 12px 24px;
    font-family: Texgyreadventor, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    transition: box-shadow .6s, border-color .6s, color .6s, background-color .6s;
}

.title-section-design {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 64px;
    color: var(--color-text);
}

.h5.contact-describe-design {
    height: auto;
    padding-left: 50px;
    color: var(--color-text);
    padding-bottom: 30px;
    cursor: pointer;
    overflow: hidden;
    font-weight: 400;
}

.bg-grean {
    background: #2c7a73;
}

.padding-full {
    padding: 100px 4%;
}

.text-black {
    color: var(--color-text)!important;
}

.bg-building-specifications {
    background-color: var(--white);
    color: var(--color-main);
    /*background: url(http://cdn1892.cdn4s4.io.vn/media/64cdedae5b7acb28ace23e34_pano0001-pano-6.webp);*/
    background-position: 50% 0;
    background-size: cover;
    padding-bottom: 15px;
}

.article-content {
    background-color: rgba(255, 255, 255, .97);
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: -40px;
    display: flex;
    position: relative;
}

/*News*/
.bg-black-news {
    z-index: 1;
    background-color: #383838;
    padding: 128px 4%;
    position: relative;
}

.btn-search-news {
    height: 48px;
    background-color: var(--color-black);
    color: #fff;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    background-image: none;
    border-style: none;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding: 12px 20px 12px 24px;
    font-family: Texgyreadventor, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    text-decoration: none;
    transition: box-shadow .6s, border-color .6s, color .6s, background-color .6s;
    display: flex;
}

.cus-article-item-hover .inner-image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .5;
    z-index: 2;
}

.cus-inner-content-bv {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    width: 85%;
    margin: auto;
    text-align: center;
    z-index: 3;
}

.cus-article-title-bv a {
    font-size: 24px;
    text-transform: capitalize;
    color: white;
}

.cus-article-description-bv {
    font-size: 14px;
    color: white;
    opacity: 0;
}

.cus-article-item-hover:hover .cus-inner-content-bv {
    position: absolute;
    top: 26%;
    transform: scale(1.05);
    transition: all .9s;
}

.cus-article-item-hover:hover .cus-article-description-bv {
    opacity: 1;
    transform: scale(1.05);
    transition: all .9s;
}

.bg-black-news {
    z-index: 1;
    background-color: var(--color-black);
    padding: 100px 4% 0px;
    position: relative;
}

.bg-black-news-1 {
    z-index: 1;
    background-color: var(--color-black);
    padding: 0 5%;
    position: relative;
}

.bg-image-smail {
    /*background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url(http://cdn1892.cdn4s4.io.vn/media/64d2006266df7627ae243dab_6e0a0876-lon.webp);*/
    /*background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url(http://cdn1892.cdn4s4.io.vn/media/64d2006266df7627ae243dab_6e0a0876-lon.webp);*/
    background-color: var(--white);
    background-position: 50% 0;
    background-size: cover;
}

.bg-image-smail {
    background-color: var(--colot-black);
    color: #fff;
    overflow: hidden;
    padding: 120px 50px;
}

.all-posts {
    box-shadow: inset 0 -2px 0 0 var(--color-main);
}

.search-all {
    display: flex;
    align-items: center;
}

.search-all {
    border-bottom: 1px solid var(--gray);
    justify-content: flex-start;
    align-items: center;
    margin: -40px 15px 64px;
    display: flex;
    position: relative;
}

.all-posts {
    color: #fff;
    margin-bottom: -1px;
    margin-right: 40px;
    padding-top: 32px;
    padding-bottom: 28px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 32px;
    text-decoration: none;
    transition: color .4s cubic-bezier(.165, .84, .44, 1);
    display: inline-block;
}

.blog-search {
    z-index: 1;
    height: 80px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-end;
    align-items: stretch;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    position: absolute;
    left: auto;
    right: 0%;
}

.article_tab_slider .rti-custome {
    padding-top: 34%;
}

.article_tab_slider .inner-content {
    color: var(--color-text);
    padding: 15px;
    position: relative;
    height: 100%;
    padding-left: 40px;
}

.article_tab_slider .article-title {
    line-height: 1.4;
    /* font-family: iCielCadena; */
    font-size: 18px;
    text-transform: none;
    margin-bottom: 0;
    font-weight: 600;
}

.article_tab_slider .article-title a {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 12px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 48px;
}

.article_tab_slider .article-description {
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
}

.article_tab_slider .article-more {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.article_tab_slider .article-entry-info {
    margin-bottom: 10px;
}

.sidebar-card {
    border: 1px solid var(--gray);
    border-top: 0;
}

.sidebar-slider-button {
    width: 49.5%;
    height: 56px;
    background-color: var(--black);
    box-shadow: 0 0 0 1px var(--white);
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-family: Roboto Condensed, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    transition: background-color .6s;
    display: flex;
    bottom: 0;
    right: 0;
}

.article_news_slider .article-title a {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 12px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
}

.sidebar-slider-button.left {
    bottom: 0;
    left: 1px;
    right: auto;
}

.sidebar-slider-button.right {
    z-index: 4;
    right: 1px;
}

.border-news {
    border: 0.1rem solid #6c757d;
    border-top: 0;
}

.button {
    height: 48px;
    background-color: var(--main-color);
    color: #fff;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    background-image: none;
    border-style: none;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding: 12px 20px 12px 24px;
    font-family: Texgyreadventor, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    transition: box-shadow .6s, border-color .6s, color .6s, background-color .6s;
    display: flex;
}

.button.ghost {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
}

.w-pagination-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

/*chi tiet bai viet*/
.infor-news .article-content {
    display: block;
    background-color: var(--color-black);
}

.bg-black-chitiet {
    z-index: 1;
    background-color: #000;
    padding: 128px 4%;
    position: relative;
}

/*--------------------------------------------------------------------------
|  landing new
--------------------------------------------------------------------------*/
.language-switch {
    display: flex;
}

.language-switch > li {
    list-style: none;
    border-right: 1px solid black;
}

.language-switch > li a {
    text-transform: uppercase;
    color: black;
    font-weight: 600;
    padding: 0 .5rem;
}

.language-switch > li:last-child {
    border: 0;
}

.bg-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding: 3rem 0;
    position: relative;
}

.text-overview {
    position: relative;
    /* text-align: justify; */
}

.text-overview:before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    background: #65E3E6;
    background: -moz-linear-gradient(-45deg, #65E3E6 0%, #0192AC 100%);
    background: -webkit-linear-gradient(-45deg, #65E3E6 0%, #0192AC 100%);
    background: linear-gradient(135deg, #65E3E6 0%, #0192AC 100%);
    transform: rotate(45deg);
    position: absolute;
    left: -30px;
    top: 1rem;
}

.box-location:before, .box-newsletter:before, .box-ground:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(229 229 229 / 80%);
}

.box-news-background .article-title {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

.reason--title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    /* font-size: 1.8rem; */
    text-transform: uppercase;
    border-bottom: 2px solid white;
    margin: 0 2rem;
    padding-bottom: 1rem;
}

.reason--title .number {
    display: block;
    font-size: 4.5rem;
    font-weight: bold;
}

.ratio-reason {
    padding-top: 180%;
}

.reason--description {
    /* font-size: 1.8rem; */
    text-align: center;
}

.item-doitac {
    margin-top: 0 !important;
}

.box-equipment .nav-item img {
    width: 5rem;
    aspect-ratio: 1/1;
    margin-right: 1rem;
}

.box-equipment .block-tab.nav > .nav-item > a {
    color: white !important;
    text-transform: uppercase;
    padding: 1rem 0;
}

.box-equipment .block-tab.nav > .nav-item {
    border-bottom: 1px solid white;
}

.desc-section {
    font-size: 2.5rem;
    font-weight: bold;
}

.box-ground .block-tab.nav > li > a {
    display: inline-block;
    border: 1px solid var(--color-main);
    border-radius: 3rem;
    text-transform: uppercase;
    min-width: 15rem;
    text-align: center;
}

.box-ground .block-tab.nav > li {
    margin-bottom: 1.5rem;
}

.box-equipment, .box-news-background, .box-ground {
    /* font-size: 1.8rem; */
}

.box-equipment .desc-section span {
    color: #3f93ac;
}

.ft-gallery .bg-content {
    padding: 0;
}

.ft-gallery .swiper-slide {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
}

/*--------------------------------------------------------------------------
|  end
--------------------------------------------------------------------------*/
/*Fix mobile*/
@media (max-width: 550px) {
    .link-highlight {
        font-size: 8px;
        line-height: 5px;
        padding-top: 4px;
    }

    .raito-intro {
        padding-top: 57% !important;
    }

    .title-section-intro {
        font-size: min(2vw, 30px);
        line-height: 35px;
    }

    .number-blog {
        font-size: min(9vw, 55px);
    }

    .language-picker {
        font-size: 9px;
    }

    .slider-img .swiper-slide--description {
        font-size: 25px;
    }

    .slider-img .swiper-slide--tile {
        font-size: 2.5rem;
    }

    /*INTRO-GIOTHIUE*/
    .img-intro img {
        height: auto;
    }

    .text-intro {
        height: auto;
    }

    .title-section-intro {
        font-size: 15px;
        padding: 15px;
        border-bottom: 0.1rem solid;
    }

    .slide--tile-infor {
        font-size: 18px;
    }

    .bg-building {
        padding: 40px 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .image-map {
        padding: 0px;
    }

    .bg-image-3 {
        padding: 0;
    }

    .bg-image-4 {
        background-size: auto;
    }

    .slide--tile-infor {
        height: 65px;
    }

    .title-section {
        font-size: 25px;
    }

    /*giai thuong*/
    .centered-content-box {
        padding: 35px 10%;
    }

    .contact-title {
        font-size: 27px;
        margin-bottom: 0rem;
    }

    .contact-describe {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .px-100 {
        padding: 0px 30px;
    }

    .img-iconx {
        width: 100%;
        left: 0%;
    }

    .icon-size {
        flex-direction: row;
        display: flex;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0px;
        right: 0;
        font-size: 20px;
        justify-content: space-between;
        overflow: visible;
    }

    .img-business.active {
        width: 40%;
        padding-right: 10px;
    }

    .mobile-footer .d-flex-business {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .bg-image-smail {
        padding: 0px;
    }

    .bg-black-chitiet {
        padding: 0px;
    }

    .bg-building-specifications {
        height: auto;
    }

    .bg-text-wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .big-quote {
        font-size: 20px;
    }

    .title-section-design {
        font-size: 40px;
        line-height: 60px;
    }

    .h5.contact-describe-design {
        padding-left: 30px;
        font-size: 15px;
    }

    .padding-full {
        padding: 60px 4%;
    }

    .article_tab_slider .inner-content {
        padding-left: 0px;
    }

    .bg-content .tab-content img {
        height: auto !important;
    }

    .swiper-slide--wrap {
        bottom: 10px;
    }
}

.cus-form-send-home .form-control {
    border-bottom: 1px solid var(--color-main);
    color: black;
}

.cus-form-send-home .form-control::placeholder {
    color: var(--color-main);
}

.form-vt {
    position: relative;
    z-index: 99;
}

.raito-intro {
    padding-top: min(33.5vw, 53rem);
    overflow: hidden;
}

.sticky-text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
}

.div-text {
    position: -webkit-sticky;
    position: sticky;
    top: 15%;
    bottom: 100%;
}

#toTop {
    position: fixed;
    bottom: 4%;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #1c615987;
    line-height: 40px;
    text-align: center;
    z-index: 1000;
    border-radius: 50%;
}

#toTop:hover {
    background-color: var(--color-highlight);
}

.entire-info-website.menu_footer {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
}

.footer-pt {
    width: 100%;
    justify-content: space-around;
    align-items: stretch;
    padding-top: 64px;
    padding-bottom: 64px;
    display: flex;
}

footer .logo-section img {
    height: 9rem;
}

.ft-gallery .wrp-effect-scale {
    padding-top: 47%;
}

.view-small-new .ratio-16-9 {
    padding-top: 52%;
}

@media (min-width: 1500px) {
    .fist-video .inner-image {
        padding-top: 54.5%;
    }
}

@media (min-width: 1200px) and (max-width: 1490px) {
    .fist-video .inner-image {
        padding-top: 55.5%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .fist-video .inner-image {
        padding-top: 55.5%;
    }
}


@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1600px;
    }
}

@media (max-width: 1024px) {
    .raito-intro {
        padding-top: min(37vw, 53rem);
        overflow: hidden;
    }
}

@media (min-width: 968px) {
    .menu-section > ul {
        display: flex;
        justify-content: space-evenly;
    }

    .px-100 {
        padding: 0 100px;
    }

    .info-chungnhan {
        width: 100%;
        height: 100%;
        padding: 2rem 0 2rem 3rem;
    }

    .text-intro {
        max-height: 38vw;
    }

    .info-blog {
        padding: 4rem 0 3rem 3rem;
    }

    .box-overview > .row, .box-location > .row {
        margin-left: calc((100% - 80vw) / 2) !important;
    }

    .box-news-background > .row {
        margin-right: calc((100% - 80vw) / 2) !important;
    }
}

.bg-before-img {
    position: relative;
}

.bg-before-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    opacity: .6;
    z-index: 3;
}

@supports (position: sticky) {
    .home .sticky-top {
        top: 60px;
    }
}
 .block-tab.nav .nav-item .nav-link:hover

.block-tab.nav .nav-item .hover-matbang .nav-link, .block-tab.nav .nav-item .hover-matbang .nav-link:hover {
    color: #000 !important;
    background-color: #658c88 !important;
}

/*CSS quyettq*/
.main_video_or_image img, .main_video_or_image video, .main_video_or_image iframe {
    width: 100%;
    aspect-ratio: 1.776;
    object-fit: cover;
}
/*End quyettq*/