
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
.banner {
    background: black !important;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
@media only screen and (max-width: 38.35rem){
    #search-lightbox{
        margin-left: -1rem;
        margin-right: -1rem;
        max-width: calc(100%  + 2rem);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 1rem;
        font-size: 1rem;
    }
    #search-lightbox .search-keywords{
        margin-top: 1rem;
    }
    #search-lightbox .search-keywords > a{
        font-size: 0.7rem;
    }
}

.hero-slider {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
    /*width: 100% !important;*/
    background: #000;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    opacity: 1;
}

/*--------------------------------------------------------------
    #hero-style
--------------------------------------------------------------*/
.hero-style {
    height: 100vh;
}
.content_banner {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 9;
    left: calc(calc(100vw - 55.5rem)/2);
}

.content_banner h2 {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.text_white {
    color: #fff;
}

.text_white * {
    color: #fff;
}

.content_banner h2 b {
    font-size: 4.8rem;
    font-weight: 800;
}

.button_style {
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 0.4rem;
    border: 1px solid #FFF;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    padding: 0 2.25rem;
    color: #fff;
    transition: .5s all;
}

.button_style:hover {
    background: #92B18E;
    color: #fff;
    border-color: #92B18E;
}

.button_style svg {
    margin-left: 0.7rem;
    width: 0.8rem;
    height: auto;
}

.content_banner .content {
    margin-bottom: 1.3rem;
}

.home_sec_1 .slide-inner:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30.75rem;
    background: linear-gradient(183deg, rgba(11, 16, 10, 0.00) 0.54%, rgba(11, 16, 10, 0.60) 31.27%, #0B100A 69.39%);
    z-index: 2;
    bottom: -7.5rem;
}
.section {
    padding: 0;
    display: block;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}

#main {
    background: white;
}

.items_home_sec_1 {
    display: flex;
    margin: -8.7rem -0.75rem 2.5rem;
}

.items_home_sec_1 .item {
    width: calc(calc(100% / 3) - 1.5rem);
    margin: 0 0.75rem;
    border-radius: 1rem;
    border: 0.2rem solid rgb(200 200 200 / 20%);
    transition: .5s all;
    position: relative;
    overflow: hidden;
    background: rgb(255 255 255 / 10%);
    cursor: pointer;
}


.items_home_sec_1 .item .inner {
    padding: 2rem 1.5rem;
}

.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: 58.2rem;
}

.items_home_sec_1 h3 {
    margin-bottom: 0.9rem;
    font-size: 2rem;
    line-height: 1;
}

.content.content_top {
    max-width: 45rem;
    margin: 0 auto 1.75rem;
}

.items_home_sec_1 .item:hover {
    border: 0.2rem solid rgb(200 200 200 / 50%);
    background: rgb(255 255 255 / 30%);
}

.box_img_home_sec_2 img {
    max-width: unset;
    width: calc(100% + calc(calc(100vw - 57.3rem)/2));
}

.heading_title {
    font-size: 2rem;
    line-height: 1.5;
}

.items_home_sec_2 {
    display: flex;
    text-align: center;
    font-size: 0.65rem;
    margin: 1.2rem 0 2rem;
}

.items_home_sec_2 b {font-weight: 700;}

.items_home_sec_2 .title {
    font-size: 2rem;
    display: flex;
    font-weight: 700;
}

.items_home_sec_2 .item+.item {
    margin-left: 2rem;
}

.button_style.small {
    height: 2rem;
    font-size: 0.8rem;
    padding: 0 0.75rem;
}

.col, .columns, .gallery-item {
    padding-bottom: 0;
}

.section.home_sec_2 {
    padding: 2.25rem 0 3.75rem;
    z-index: 3;
}

.section.home_sec_1 {
    padding-bottom: 2.5rem;
}
.home_sec_3 .slider_gallery_for {
    overflow: unset;
    margin-bottom: 2rem;
    max-width: 52.5rem;
}

.home_sec_3 .slider_gallery_for img {
    width: 100%;
    border-radius: 2.5rem;
    height: 28.5rem;
    object-fit: cover;
}

.home_sec_3 .slider_gallery_for .box_img {margin: 0 1.25rem;}

.home_sec_3 .wrap_slider {
}

.home_sec_3 {
    padding-bottom: 4rem;
    padding-top: 2.5rem;
    z-index: 2;
}

.slider_gallery_nav .box_img {
    padding-bottom: 100%;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    border: 2px solid transparent;
}

.slider_gallery_nav .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider_gallery_nav .swiper-slide-active .box_img {
    border-color: #fff;
}

.slider_gallery_nav {
    max-width: 51rem;
}

.slider_gallery_nav .swiper-slide {
    padding: 0 0.5rem;
    cursor: pointer;
}

.title_link a {
    transition: .5s all;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    transition: .5s all;
}

.title_link {
    margin-bottom: 2.5rem;
}

.bg_section {position: absolute;bottom: -5rem;left: 0;width: 100%;height: calc(100% + 5rem);background-size: 100% auto;background-repeat: no-repeat;background-position: bottom center;}

ul.list_dots {
    list-style: none;
    margin: 0;
}

ul.list_dots li {
    position: absolute;
    z-index: 9;
    cursor: pointer;
    animation: hu__hu__ infinite 2s ease-in-out;
}

img.img_map {
    width: 100%;
    display: block;
}

.img_map {
    position: relative;
}

.home_sec_4 h2.title_link {
    position: absolute;
    top: 5rem;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    max-width: 60rem;
    text-align: center;
}

ul.list_dots li .diem {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

ul.list_dots li .diem .icon_hover {
    position: absolute;
    /* display: none; */
    top: 35%;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 100%;
    width: 100%;

}
@keyframes hu__hu__ {
    50% { transform: translateY(10px) }
}
ul.list_dots li .diem span {position: absolute;width: max-content;bottom: -2px;left: 50%;transform: translate(-50%, 100%) scale(0);font-size: 0.8rem;pointer-events: none;transition: .5s all;text-align: center;}

svg.icon_location {
    width: 3rem;
    height: auto;
    display: block;
    position: relative;
}

ul.list_dots li .diem .icon_hover img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 2.5rem;
    max-height: 2.5rem;
    transition: .5s all;
}

ul.list_dots li .diem .icon_hover img.hover_icon {
    opacity: 0;
}

ul.list_dots li:hover .diem .icon_hover img {
    opacity: 0;
}

ul.list_dots li:hover .diem .icon_hover img.hover_icon {
    opacity: 1;
}

svg.icon_location path {
    transition: .5s all;
}

ul.list_dots li:hover .icon_location path {
    fill: #000;
}

ul.list_dots li:hover .diem span {
    transform: translate(-50%, 100%) scale(1);
}
ul.list_dots li .diem .box_icon:before {
    content: '';
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background: #92B18E;
    border-radius: 50%;
    bottom: -0.5rem;
    animation: pulse-border 1000ms ease-out infinite;
}

ul.list_dots li .diem .box_icon {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

@keyframes pulse-border {
    0% {
        transform: translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform:translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.section.home_sec_5 {
    padding: 3rem 0 2rem;
}

.arrow_slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.5rem;
    z-index: 9;
    cursor: pointer;
}

.slider_imgs img {
    height: 18.6rem;
    width: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    background: white !important;
    opacity: .3;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.arrow_slide svg {
    width: 1.2rem;
    height: auto;
}

.arrow_slide.right {
    left: unset;
    right: 0.5rem;
}

.slider_phong .item_phong {
    margin: 0 0.6rem;
}

.slider_phong {
    overflow: unset;
    max-width: 100vw;
    margin: auto;
}

.slider_imgs {
    border-radius: 1rem;
    overflow: hidden;
}

.item_phong .box_img {
    margin-bottom: 1.3rem;
}

.item_phong h3 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 3rem;
}

.item_phong .left> ul,.info_mota {
    list-style: none;
    margin: 0;
    display: flex;
    font-size: 0.75rem;
    margin: 0 -0.5rem 0.75rem;
}

.item_phong .left> ul li, .info_mota li{
    padding: 0 0.5rem;
}

.item_phong .left> ul li + li,.info_mota li + li {
    border-left: 1px solid #FFF;
}

.item_phong .content {
    font-size: 0.8rem;
}

.item_phong .wrap {
    display: flex;
    align-items: self-end;
    justify-content: space-between;
}

.item_phong .wrap .left {
    width: 60%;
    flex: 0 0 auto;
}

.home_sec_6 {
    padding: 2.5rem 0 3rem;
}

/*.item_phong .wrap>.right span {*/
/*    font-size: 0.8rem;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    margin-right: 0.5rem;*/
/*    transition: .5s all;*/
/*    border-radius: 10px;*/
/*}*/

/*.item_phong .wrap>.right span svg {*/
/*    width: 1.2rem;*/
/*    margin-left: 0.5rem;*/
/*}*/

.home_sec_6
h2.title_link {
    margin: 0;
    width: auto;
}

.wrap_gallery {
    margin: 2.75rem -0.75rem 0;
    display: flex;
}

.wrap_gallery ul {
    list-style: none;
    margin: 0;
}

.wrap_gallery ul li {
    margin: 0;
    float: left;
    cursor: pointer;
}

.wrap_gallery .left li {
    width: 50%;
    padding: 0 0.75rem;
    margin-bottom: 1.5rem;
}

.wrap_gallery .left li:nth-child(4) {
    width: 100%;
}

.wrap_gallery .left li:nth-child(1) img {
    height: 22.5rem;
    object-fit: cover;
}

.wrap_gallery .left li img {
    object-fit: cover;
}

.wrap_gallery .left li:nth-child(2) img,.wrap_gallery .left li:nth-child(3) img {
    height: 10.5rem;
}

.wrap_gallery .left li:nth-child(4) img {
    height: 13.5rem;
}

.wrap_gallery .right li {
    padding: 0 0.75rem;
    margin-bottom: 1.5rem;
}

.wrap_gallery .right li:nth-child(1) img {
    height: 17.7rem;
}

.wrap_gallery  img {
    object-fit: cover;
}

.wrap_gallery .right {width: 33.3333%;}

.wrap_gallery .right li:nth-child(2) img {
    height: 18.35rem;
}
.wrap_gallery .left {
    width: 66.6667%;
}

.wrap_gallery .right {
    width: 33.3333%;
}
.banner-bg {
    position: absolute;
    top: -1rem;
    height: 100% !important;
    width: 100%;
    position: absolute;
}

.banner-bg .bg {
    left: 0;
    height: 120%;
    top: 0;
    background-size: cover;
    background-position: top center;
}

.banner_page .row {
    height: 80vh;
    align-items: center;
}

.content_banner_page  h1.heading_title {
    font-size: 3rem;
    font-weight: unset;
    line-height: 1.25;
    text-transform: uppercase !important;
    font-family: 'font-heading';
}

.content_banner_page .content {
    font-size:1.25rem;
    max-width:40.25rem;
}

.banner_page .banner-bg .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    background: rgba(40, 70, 36, 0.10);
}

.about_sec_2 .bg_section {
    height: 100%;
    bottom: 0;
}

.banner_page {
    display: block;
}

.about_sec_2 {
    padding: 3rem 0 1.5rem;
    overflow: hidden;
}

.box_img_ab_sec_2 {
    border-radius: 1rem;
    overflow: hidden;
    max-width: 53rem;
    margin: auto;
    box-shadow: 1px 1.45rem 1.475rem 0rem rgba(0, 0, 0, 0.80);
}

.about_sec_2:before {
    height: 15rem;
    width: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #0B100A, rgb(11 16 10 / 60%), transparent);
    z-index: 1;
    top: 0;
    pointer-events: none;
}

.about_sec_2 .row {
    position: relative;
    z-index: 2;
}
.banner_page:after {
    background: linear-gradient(0deg, #0B100A, rgb(11 16 10 / 60%), transparent);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    z-index: 2;
    position: absolute;
    content: '';
}
.about_sec_2 .content {
    max-width: 44.4rem;
    margin: 3.2rem auto 0;
}
.about_sec_3 .title_link {
    width: auto;
    margin: 0;,:;,: 0;
}

.about_sec_3 .wrap {
    margin-bottom: 1.25rem;
}

.about_sec_3 .content {
    margin-bottom: 1.75rem;
}

.box_img_ab_sec_3 .img_hover {
    position: absolute;
    max-height: 100%;
    width: auto;
    opacity: 0;
    transition: .5s all;
}

.box_img_ab_sec_3 {
    position: relative;
    display: flex;
    justify-content: center;
}

.about_sec_3 {
    padding: 1.75rem 0 2.25rem;
}

.box_img_ab_sec_3:hover img {
    opacity: 0;
}

.box_img_ab_sec_3:hover .img_hover {
    opacity: 1;
}

.box_img_ab_sec_3 img {
    width: 100vw !important;
}
.wrap_about_sec_4 {
    display: flex;
    align-items: center;
}

.wrap_about_sec_4 .box_img {
    width: 22.45rem;
    flex: 0 0 auto;
}

.wrap_about_sec_4 .box_content {
    border: 1px solid #fff;
    border-left: none;
    border-radius: 0 0.5rem 0.5rem 0;
    padding: 2.25rem 2.25rem 2.25rem 3.5rem;
    position: relative;
}

.about_sec_4 .row {
    max-width: 62.5rem;
}

.wrap_about_sec_4 .box_content h2.title_link {
    margin-bottom: 1rem;
}

.wrap_about_sec_4 .box_content .box_number {
    margin-top: 0.8rem;
}

.wrap_about_sec_4 .box_content .box_number b {
    font-size: 2rem;
    line-height: 1.2;
}

.wrap_about_sec_4 .box_content .box_number .content {
    max-width: 4.3rem;
    margin-bottom: 1.5rem;
}

.slider_imgs_about .item {
    border: 1px solid #fff;
    border-radius: 0.5rem;
    overflow: hidden;
}

.slider_imgs_about {
    margin-left: 1rem;
}

.wrap_about_sec_4 .box_content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0.75rem;
    width: 23rem;
    height: 100%;
    border-radius: 0.5rem;
    background: var(--Primary-7, #284624);
    box-shadow: -0.55rem 0.7rem 0.27999999999999997rem 0rem rgba(0, 0, 0, 0.45);
    transform: translateX(-100%);
}
.about_sec_2:after {
    content: '';
    background: linear-gradient(0deg, #0B100A, rgb(11 16 10 / 60%), transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15rem;
}
.about_sec_5 .row {
    height: 100vh;
    position: relative;
    z-index: 3;
    align-items: flex-end;
    padding-bottom: 4rem;
}
.about_sec_5:before,.about_sec_5:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    background: linear-gradient(180deg, #0B100A, #0b100aa6, transparent);
    z-index: 2;
}

.about_sec_5:after {
    bottom: 0;
    top: unset;
    transform: rotate(180deg);
    height: 20rem;
}

section.section.about_sec_5 {
    overflow: hidden;
}

.about_sec_5 h2 {
    font-size: 4.8rem;
    font-weight: 800;
    line-height: .75;
    margin: 0 0 1rem;
}

.about_sec_5 h2 b {
    border-radius: 0.5rem;
    background: var(--Primary-6, #43633F);
    display: inline-block;
    font-size: 3rem;
    font-weight: 900;
    padding: 0.6rem 1.75rem;
    line-height: 1.2;
    transform: translateY(-1.25rem);
}

.about_sec_5 .box_content {
    max-width: 44.75rem;
}

section.section.about_sec_4 {
    padding-top: 2rem;
}
.items_ab_sec_6 {
    display: flex;
    /* Chia thÃƒÂ nh 3 cÃ¡Â»â„¢t Ã„â€˜Ã¡Â»Âu nhau */
    /* KhoÃ¡ÂºÂ£ng cÃƒÂ¡ch giÃ¡Â»Â¯a cÃƒÂ¡c cÃ¡Â»â„¢t vÃƒÂ  hÃƒÂ ng */
    flex-wrap: wrap;
    margin: 0 -0.75rem;
}

.items_ab_sec_6 .item {width: calc(calc(100% / 3) - 1.5rem);position: relative;margin: 0 0.75rem 1.5rem;border-radius: 0;transition: .5s all;background: linear-gradient(180deg, rgba(217, 217, 217, 0.10) 0%, rgba(115, 115, 115, 0.70) 73%, rgba(63, 63, 63, 0.90) 100%);overflow: hidden;cursor: pointer;}

.items_ab_sec_6 .item .box_img {
    padding-bottom: 100%;
    position: relative;
    opacity: 1;
    transition: .5s all;
}

.items_ab_sec_6 .item .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.items_ab_sec_6 .item .box_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(100%);
    opacity: 0;
    transition: .5s all;
    padding: 0 1.15rem 2.25rem;
}

.items_ab_sec_6 .item:hover .box_img {
    opacity: .5;
}

.items_ab_sec_6 .item:hover {
    border-radius: 1rem;
}

.items_ab_sec_6 .item:hover .box_content {
    transform: translateY(0%);
}

.items_ab_sec_6 .item h3 {
    font-size: 1.2rem;
    font-weight: 600;
}

.items_ab_sec_6 .item .content {
    font-size: 0.8rem;
}

.items_ab_sec_6 .item:hover .box_content {
    transform: translateY(0%);
    opacity: 1;
}
.about_sec_6 h2 {
    margin-bottom: 1rem;
}

.about_sec_6 .wrap_content {
    max-width: 44.75rem;
    margin: 0 auto 1.75rem;
}
.wrap_about_sec_7 {
    max-width: 75rem;
    margin: auto;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 3;
}

.wrap_about_sec_7 .wrap_map {
    width: 60%;
    height: 31rem;
}

.wrap_about_sec_7 .wrap_map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}

.wrap_about_sec_7 .wrap_content {
    text-align: center;
    width: 40%;
    padding: 0 1.5rem;
}

.wrap_about_sec_7 .wrap_content>h2 {
    font-size: 3.2rem;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
}

.wrap_about_sec_7 .wrap_content>h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.25rem;
    letter-spacing: 0.35rem;
    margin-bottom: 1.5rem;
}

.wrap_about_sec_7 .wrap_content a {
    text-decoration: underline;
    color: #fff;
}

section.section.about_sec_7 {
    overflow: hidden;
    padding: 3rem 0;
}

section.section.about_sec_7:before,section.section.about_sec_7:after {
    content: '';
    background: linear-gradient(0, rgba(11, 16, 10, 0.00) 0.54%, rgba(11, 16, 10, 0.60) 31.27%, #0B100A 69.39%);
    height: 7.5rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

section.section.about_sec_7:after {
    background: linear-gradient(180deg, rgba(11, 16, 10, 0.00) 0.54%, rgba(11, 16, 10, 0.60) 31.27%, #0B100A 69.39%);
    top: unset;
    bottom: 0;
}

.style_menu a {
    padding: 0 !important;
    border: none !important;
    color: #fff !important;
}

.style_menu li {
    border: none !important;
}

.style_menu li+li {
    margin-top: 1rem;
}

.wrap_menu {
    display: flex;
    justify-content: space-between;
    padding: 0 4rem 0 0;
}

.wrap_footer_bottom {
    border-top: 1px solid #D9D9D9;
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 0;
    align-items: center;
    margin-top: 4rem;
}

.wrap_footer_bottom .content {
    font-size: 0.7rem;
}

ul.socials_footer {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}

ul.socials_footer li+li {
    margin-left: 1.85rem;
}

footer#footer {padding-top: 3rem;}

.style_menu a {
    transition: .5s all;
}

.wrap_form {
    display: flex;
    align-items: center;
}

.wrap_form input {
    background: transparent !important;
    border: none;
    padding: 0;
    color: #9F9F9F;
    border-bottom: 1px solid #FFF;
    min-height: unset !important;
    height: auto;
    margin: 0;
    height: 1.5rem;
    box-shadow: none;
    color: #fff !important;!i;!;!;!i;!;
    box-shadow: none !important;!i;!;
}

span.wpcf7-spinner {
    position: absolute;
}

.wrap_form input[type="submit"] {
    font-size: 0.8rem;
    color: #fff;
    line-height: normal;
    flex: 0 0 auto;
    margin-left: 0.5rem;
}
/*header#header .header-bg-container {*/
/*    display: none;*/
/*}*/

/*.header-bg-container {}*/

/*header#header {*/
/*    position: fixed;*/
/*}*/

/*.header-inner {*/
/*    border-radius: 2.5rem;*/
/*    border: 2px solid rgba(223, 223, 223, 0.30);*/
/*    background: linear-gradient(90deg, rgba(255, 255, 255, 0.10) 0%, rgba(192, 192, 192, 0.10) 47%, rgba(255, 255, 255, 0.10) 100%);*/
/*    margin-top: 1.2rem !important;!u;!ui;!u;!;*/

/*    transition: .5s all;*/
/*}*/

/*body .stuck #logo img,body #logo img {max-;max-height: unset !important;height: 2.2rem;width: auto;}*/

/*.header-nav>li>a {*/
/*    color: #fff;*/
/*    font-size: 0.8rem;*/
/*    font-weight: 400;*/
/*    text-transform: unset;*/
/*    padding: 0;*/
/*    line-height: 2.2rem !important;*/
/*}*/

/*.header-nav>li+li {*/
/*    margin-left: 2.5rem;*/
/*}*/

/*#logo {*/
/*    width: auto !important;*/
/*}*/

/*body .header.show-on-scroll, body .stuck .header-main {*/
/*    height: 4.5rem !important;*/
/*}*/

/*ul.action_language {*/
/*    list-style: none;*/
/*    margin: 0 0 0 4rem !important;*/
/*    display: inline-flex;*/
/*    background: var(--Primary-5, #668B61);*/
/*    border-radius: 5rem;*/
/*    padding: 0.3rem !important;*/
/*}*/

/*ul.action_language a {*/
/*    border-radius: 5rem;*/
/*    height: 2.2rem;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    color: #fff;*/
/*    font-size: 0.8rem;*/
/*    font-weight: 500;*/
/*    padding: 0 1.1rem;*/
/*}*/

/*ul.action_language li {*/
/*    margin-bottom: 0;*/
/*}*/

/*ul.action_language a.acitve {*/
/*    background: var(--Primary-7, #284624);*/
/*    box-shadow: 0rem 0.2rem 0.95rem 0rem rgba(7, 100, 5, 0.49);*/
/*}*/

/*ul.action_language a.active {*/
/*    background: var(--Primary-7, #284624);*/
/*    box-shadow: 0rem 0.2rem 0.95rem 0rem rgba(7, 100, 5, 0.49);*/
/*}*/

/*.header-inner {*/
/*    padding: 0px 1rem 0 3rem;*/
/*}*/

/*.header-nav>li>a:hover {*/
/*    color: #fff;*/
/*}*/

/*.header-wrapper.stuck .header-inner {*/
/*    background: #0B100A;*/
/*}*/
/*.header-main {*/
/*    height: 4.5rem !important;*/
/*}*/
/*.header-nav>li.current-menu-item>a{*/
/*    color: #fff;*/
/*}*/
/*.header-shadow .header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper {*/
/*    box-shadow: none;*/
/*}*/
.home_sec_3:before {
    content: '';
    position: absolute;
    top: 0;
    height: 22rem;
    width: 100%;
    background: linear-gradient(0, rgba(11, 16, 10, 0.00) 7.88%, rgba(11, 16, 10, 0.60) 34.31%, #0B100A 67.09%);
    z-index: 2;
}

.home_sec_3 .row {
    position: relative;
    z-index: 2;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 1.5s all;
    opacity: 1;
    overflow: hidden;
    box-shadow: inset 0px 0px 5.208rem 26.042rem #fff;
}
.load_home_page.active{
    box-shadow: inset 0px 0px 5.208rem 0px #89A0A9;
}

.load_home_page.hide {
    opacity: 0;
    pointer-events: none;
}
.load_home_page svg {
    max-width: 30rem;
    width: 100%;
    height: auto;
    position: relative;
    opacity: 1;
    transform: scale(1);
    transition: 1s all;
}
.load_home_page.active svg{
    opacity: 0;
    transform: scale(2);
}


#CR-home-page .why--sec .item .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.load_home_page .wrap {
    display: inline-flex;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    transform: scale(1.3);
    overflow: hidden;
    background: #0B100A;
}

/*.header-nav>li {*/
/*    margin: 0 !important;*/
/*}*/

/*.header-nav>li a {*/
/*    padding: 0 1.7rem;*/
/*    border-radius: 100px;*/
/*    background: transparent;*/
/*    transition: .5s all;*/
/*}*/

/*li.html.custom.html_topbar_left {*/
/*    margin-left: 4rem !important;*/
/*}*/

/*.header-nav>li a:hover, .header-nav>li.current-menu-item a {*/
/*    background: var(--Primary-7, #284624);*/
/*}*/
.footer_1 .content a {
    color: #fff;
    text-decoration: underline;
}

.style_menu a:before {
    content: '';
    position: absolute;
    bottom: 0;];
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: .5s all;
}

.style_menu a:hover:before {
    width: 100%;
}
.title_link a:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 0;
    transition: 1s all;
    background: #fff;
}

.title_link a:hover:before {
    width: 100%;
}

.title_link a:hover {
    font-weight: 900;
}
.box_img {}

.wrap_gallery ul li .box_img {
    position: relative;
    border-radius: 0;
    transition: .5s all;
    overflow: hidden;
}

.wrap_gallery ul li .box_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 1rem 1rem;


























];
];
}

.wrap_gallery ul li .box_content:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, black, transparent);
    height: 50%;
    opacity: 0;
    transition: .5s all;
}

.wrap_gallery ul li .box_content .inner {
    position: relative;
    opacity: 0;
    transform: translateY(200%);
    transition: .5s all;
}

.wrap_gallery ul li:hover .box_content:before {
    opacity: .8;
}

.wrap_gallery ul li:hover .box_content .inner {
    opacity: 1;
    transform: translateY(0%);
}

.wrap_gallery ul li:hover .box_img {
    border-radius: 1.2rem;
}
.box_form_contact {
    border-radius: 1.5rem;
    border: 0.15rem solid #747474;
    background: var(--Neutral-N7, rgb(31 31 31 / 80%));
    padding: 2.5rem 5rem;
}

.box_form_contact h2 {
    font-size: 1.6rem;
    margin-bottom: 1.25rem;
}

.box_form_contact .content {
    margin-bottom: 1rem;
}

.form_contact label {
    font-size: 0.8rem;
    color: #fff;
    font-weight: 400;
}

.form_contact input,.form_contact select, .form_contact textarea, .select2-container--default .select2-selection--single {
    border-radius: 0.4rem;
    border: 1px solid var(--Neutral-N3, #C2C2C2);
    background-color: var(--Neutral-N6, #4A4A4A);
    color: var(--Neutral-N3, #C2C2C2);
    /* Paragraph/Regular */
    font-size: 0.8rem;
    height: 2.2rem;
}
.form_contact select option{
    color: var(--Neutral-N3, #C2C2C2);
}
.form_contact input::placeholder,
.form_contact textarea::placeholder {

    color: var(--Neutral-N3, #C2C2C2);
}
.submit_button {
    position: relative;
}

.submit_button input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0 !important;
}

.select2-container {
    max-width: 100%;
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--Neutral-N3, #C2C2C2);
}

section.contact_sec_2 {
    margin-top: -12rem;
    position: relative;
    z-index: 2;
}
.select2-dropdown {
    background: #0B100A;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--Primary-7, #284624);
}
.banner_page.contact_banner:after {
    height: 12rem;
    background: linear-gradient(180deg, rgba(11, 16, 10, 0.0) 15.54%, rgba(11, 16, 10, 0.965) 59.27%, #0B100A 86.39%);
}
.wrap_contact_sec_2 {
    display: flex;
    justify-content: center;
    margin: 4.5rem 0 3.5rem;
}

.wrap_contact_sec_2 .item {
    width: calc(100% / 3);
    text-align: center;
}

.wrap_contact_sec_2 .item + .item {
    border-left: 1px solid #fff;
}

.wrap_contact_sec_2 .item .content p {
    margin-bottom: 0;
}

.wrap_contact_sec_2 .item .icon {
    height: 3.7rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width:10.417rem;
    margin: 0 auto 0.5rem;
}
.wrap_contact_sec_2 .item .icon img{
    object-fit: contain;
}
.wrap_contact_sec_2 .item .icon img {
    max-height: 100%;
}
.contact_sec_2 .wrap_map {
    height: 23rem;
}

.contact_sec_2 .content.top {
    margin-bottom: 3rem;
}
section.section.home_sec_5.contact_sec_5 {
    padding: 5rem 0;
}
.wrap_faq .content {
    font-size: 0.75rem;
}

.wrap_faq  svg {
    width: 1.8rem;
    height: auto;
    margin-bottom: 0.75rem;
}

.wrap_faq .col {
    margin-bottom: 4.25rem;
}

.faq_page {
    padding-top: 2.5rem;
}

::after {}

.search_faq {
    max-width: 25rem;
    position: relative;
}

.search_faq input {
    height: 2.8rem;
    border-radius: 0.3rem;
    padding: 0 5rem 0 1rem;
    font-size: 0.9rem;
    color: #333;
    margin: 0;
}

.search_faq input::placeholder {
    color: #333;
}

.search_faq .button_search {
    position: absolute;
    width: 2.3rem;
    height: 2rem;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    border-radius: 0.15rem;
    background: #F1F9F0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.search_faq .button_search svg {
    width: 0.9rem;
    height: auto;
}
div#form_faq {
    background: transparent;
    max-width: 55rem;
}

div#form_faq .form_contact {
    margin: 0 -0.75rem;
}

div#form_faq .box_form_contact {
    padding: 3rem 2.5rem 2rem;
}

.faq_page_sec_2 .wrap_content {
    border-radius: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--Primary-2, #D4E4D2);
    padding: 1rem 1.25rem;
}

.faq_page_sec_2 .wrap_content h3,.faq_page_sec_2 .wrap_content .content {
    color: var(--Primary-8, #11240F);
}

.faq_page_sec_2 .wrap_content h3 {
    font-size: 1rem;
}

.faq_page_sec_2 .wrap_content .content {
    font-size: 0.8rem;
}

a.button_style.small.black {
    background: var(--Primary-8, #11240F);
    border-color: var(--Primary-8, #11240F);
}

section.faq_page_sec_2 {
    padding-bottom: 3rem;
}


.wrap_poli {
    display: flex;
}

.wrap_poli .left {
    width: 13rem;
    flex: 0 0 auto;
    margin-right: 1.5rem;
}

.poli_page {
    background: linear-gradient(329deg, #060A05 8.55%, #171E16 58.39%, #162114 100%);
    padding: 9rem 0 4rem;
}

.poli_page .content ul {
    margin-left: 1rem;
}

.poli_page
h1.title_page {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.4;
}

.page-template-poli_page {
    overflow: unset;
}

.wrap_poli .inner {
    position: sticky;
    top: 10rem;
}

.poli_page .content ul li {
    margin-bottom: 1.5rem;
}

.poli_page .content {
}

.menu_poli li a {
    display: block !important;
    border: none !important;
    padding: 0.55rem 1rem !important;
    color: var(--Neutral-N1, #FFF);
    transition: .3s all;
}

.menu_poli li {
    border: none !important;
}

.menu_poli li a:hover, .menu_poli li.current-menu-item a {
    background: var(--Primary-2, #D4E4D2);
    color: var(--Primary-7, #284624);
}

.room_sec_1 .wrap_left {
    width: 40rem;
    flex: 0 0 auto;
    margin-right: 1.5rem;
}

.room_sec_1 {
    padding: 9rem 0 4rem;
}

.room_sec_1 .wrap {align-items: flex-end;}

.room_sec_1 .slider_imgs img {
    height: 22.5rem;
}

.room_sec_1 .wrap_right ul {
    list-style: none;
    margin: 0 -0.5rem;
    display: flex;
    flex-wrap: wrap;
}

.room_sec_1 h1.title {
    font-size: 3rem;
    margin: 0;
}

.room_sec_1 .row {
    max-width: 70rem;
}

/*.header-inner {*/
/*    max-width: 69rem;*/
/*}*/

.info_mota li {margin-bottom: 0;}

.info_mota {}

ul.info_mota {
    margin: 2rem 0 1rem !important;





    !i;
    !;
}

ul.items_mota_other li {
    display: flex;
    align-items: center;
}

ul.items_mota_other li .icon {
    width: 1.2rem;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.8rem;
}

ul.items_mota_other li {
    width: 50%;
    padding: 0 0.5rem;
    margin: 1rem 0 0 0;
}

.info_mota li:first-child {
    padding-left: 0;
}

.items_room_sec_1 {
    display: flex;
    flex-wrap: wrap;
    margin: 5.5rem -0.5rem 0;
}

.items_room_sec_1 .item {
    width: calc(100% / 6);
    text-align: center;
    padding: 0 0.5rem;
}

.items_room_sec_1 .item .icon {
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.items_room_sec_1 .item .icon img {
    max-height: 100%;
    transform: rotateY(0deg);
    transition: 1s all;
}
.items_room_sec_1 .item:hover .icon img {
    transform: rotateY(360deg);
}
.wrap_gallery_product {
    display: flex;
    margin: 0.7rem -0.35rem 0;
}

.wrap_gallery_product .item {
    width: calc(calc(100% / 6) - 0.7rem);
    margin: 0 0.35rem;
    position: relative;
}

.wrap_gallery_product .item a {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    display: block;
}

.wrap_gallery_product .item a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider_imgs_7 {
    border-radius: 0 !important;
}
a.style_center.max {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.banner_page.full-height .row {
    height: 100vh;
}
.item_phong_ngang {
    position: relative;
}

.item_phong_ngang {
    display: flex;
    border-radius: 1rem;
    border: 1px solid var(--Neutral-N1, #FFF);
    background: #161A15;
    box-shadow: 1.5rem 2.1rem 0.8099999999999999rem -0.35rem #000;
    padding: 1rem;
}

.item_phong_ngang .box_img {
    width: 28.05rem;
    height: 20.25rem;
    flex: 0 0 auto;
    margin: 0 1.5rem 0 0 !important;
}

.item_phong_ngang .box_img .inner {
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
}

.item_phong_ngang .box_img .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    filter: blur(0);
    transition: .5s all;
}

.item_phong_ngang:hover .box_img .inner img {
    transform: scale(1.1);
    filter: blur(0.25rem);
}

.item_phong_ngang .content.mota p {
    margin: 0;
}

.item_phong_ngang .content.mota ul {
    margin-left: 1rem;
}

.item_phong_ngang .wrap {
    display: block;
}

.item_phong_ngang .wrap .left {
    width: 100%;
}

.item_phong_ngang .content.mota ul li {
    margin: 0;
}

.item_phong_ngang h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0.5rem 0 1rem;
}

.item_phong.item_phong_ngang+.item_phong.item_phong_ngang {
    margin-top: 1.5rem;
}

section.room_page {
    padding-bottom: 4rem;
}

[data-name="tinh-thanh"] input,
[data-name="quan-huyen"] input{
    display: none;
}
select#ward {
    display: none;
}
.banner_service {
    padding: 9rem 0 15rem;
    overflow: unset;
}

.banner_service .row {
    max-width: 70rem;
}

.banner_service .box_img {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
}

.banner_service .box_img  .inner_img img {
    width: 100%;
    display: block;
    border-radius: 1rem;
    box-shadow: 0rem 0rem 2.2350000000000003rem 0.3rem rgba(0, 0, 0, 0.50) inset;
    height: 100%;
    object-fit: cover;
}

.banner_service .box_img .inner {
    position: absolute;
    max-width: 36.5rem;
}

.banner_service .box_img .inner h1 {
    font-size: 4.8rem;
    font-weight: 1000;
    line-height: 1;
    margin: 0 0 1.5rem;
    opacity: .9;
}

.banner_service .box_img .inner .content {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.hoa_tiet {
    position: absolute;
    z-index: 9;
    bottom: -5.4rem;
}

.hoa_tiet.hoa_tiet_right {
    left: unset;
    right: 0;
    top: 5rem;
}

.hoa_tiet.hoa_tiet_left img {
    width: 32rem;
}

.hoa_tiet.hoa_tiet_right img {
    width: 29.5rem;
}

section.banner_service:before {
    background: linear-gradient(183deg, rgba(11, 16, 10, 0.00) 0.54%, rgba(11, 16, 10, 0.60) 31.27%, #0B100A 69.39%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15rem;
    z-index: 2;
}
.banner_service .box_img .inner_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 33.5rem;
}
img.img_border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner_service .box_img .inner_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    box-shadow: 0px 0px 44.7px 6px rgba(0, 0, 0, 0.50) inset;
    pointer-events: none;
}
section.service_page .row {
    max-width: 70rem;
}

.item_service {
    display: flex;
    align-items: center;
    text-align: right;
}

.item_service .box_img {
    width: 37.5rem;
    flex: 0 0 auto;
    margin-right: 2rem;
    box-shadow: -0.65rem -0.7rem 0.42000000000000004rem 0rem rgba(0, 0, 0, 0.40);
    border-radius: 1rem;
    overflow: hidden;
}

.item_service .box_img .inner {
    width: 100%;
    height: 42.5rem;
    border-radius: 1rem;
    border: 0.075rem solid var(--Neutral-N1, #FFF);
    box-shadow: 0.95rem -0.9rem 1.22rem 0rem rgba(0, 0, 0, 0.60);
    overflow: hidden;
}

.item_service .box_img .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_service .box_content>h2 {
    font-size: 3rem;
    color: var(--Primary-2, #D4E4D2);
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.item_service .box_content>h3 {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 1rem;
}

.item_service .content ul {text-align: left;margin-left: 1rem;}

.item_service .box_content .content {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.item_service .box_content .content hr {
    opacity: 1;
}

.item_service a.button_style.small {
    float: left;
}

.item_service:nth-child(even) {
    text-align: left;
}

.item_service:nth-child(even) .box_img {
    order: 2;
    margin: 0 0 0 2rem;
}

.item_service+.item_service {
    margin-top: -3rem;
}

section.service_page {
    position: relative;
    z-index: 9;
    margin-top: -7.75rem;
}
.wrap_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.service_sec_3 {
    padding: 7.5rem 0 5rem;
}

.service_sec_3:before,.service_sec_3:after {
    content: '';
    background: linear-gradient(180deg, rgba(11, 16, 10, 0.00) 0.54%, rgba(11, 16, 10, 0.60) 31.27%, #0B100A 69.39%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 11.5rem;
    z-index: 2;
    pointer-events: none;
}

.service_sec_3:after {
    top: unset;
    bottom: 0;
}

.service_sec_3:before {
    background: linear-gradient(0deg, rgba(11, 16, 10, 0.00) 0.54%, rgba(11, 16, 10, 0.60) 31.27%, #0B100A 69.39%);
}

.service_sec_3 .row {
    position: relative;
    z-index: 3;
}

.service_sec_3 .content_top h2,.service_sec_4 h2 {
    font-size: 3.2rem;
    font-weight: 800;
    color: var(--Primary-2, #D4E4D2);
    margin: 0 0 0.5rem;
    font-style: initial !important;
    !i;
    !;
}

.service_sec_4 h2 {}

.service_sec_3 .content_top h3 {
    font-size: 2rem;
}

.service_sec_3 .content_top {
    font-style: italic;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 16.5rem;
}

.slider_gallery_service .box_img {
    height: 12.5rem;
    border-radius: 1rem;
    overflow: hidden;
    margin: 0 0.75rem;
}

.slider_gallery_service .box_img img {
    height: 100%;
    object-fit: cover;
}

.slider_gallery_service {
    margin: 0 -0.75rem;
}

.service_sec_4 .wrap_slider {
    max-width: 25.6rem;
    margin: auto;
    position: relative;
}

.slider_danh_gia .box_img {
    width: 8rem;
    flex: 0 0 auto;
    position: absolute;
    border-radius: 0.8rem;
    overflow: hidden;
    left: 2rem;
}

.slider_danh_gia .item {
    display: flex;
    align-items: center;
    border-radius: 0.4rem;
    background: var(--Primary-8, #11240F);

    /* card-drop-2 */
    box-shadow: 1rem 0.7rem 2rem 0rem rgba(0, 0, 0, 0.08);
    padding: 1.25rem;
    position: relative;
}

.slider_danh_gia .item .box_content {
    max-width: 12.75rem;
    margin-left: auto;
}

.slider_danh_gia {
    padding: 5.55rem 0;
}

.slider_danh_gia .item .box_content .content {
    font-size: 0.7rem;
    font-weight: 500;
    margin: 0.5rem 0 .4rem;
}

.slider_danh_gia .item span.name {
    font-size: 0.6rem;
    font-weight: 700;
    color: var(--Primary-3, #B7CFB4);
}

.service_sec_4 .arrow_slide.left {
    left: -5rem;
}

.service_sec_4 .arrow_slide.right {
    left: unset;
    right: -5rem;
}

.service_sec_4 .arrow_slide svg {
    width: 1.5rem;
}

.service_sec_4 .wrap_slider:before,.service_sec_4 .wrap_slider:after {
    content: '';
    width: 5.85rem;
    height: 6.35rem;
    border-radius: 1.2rem;
    background: var(--Primary-6, #43633F);
    filter: blur(1.75rem);
    position: absolute;
    right: -0.95rem;
    top: 2.5rem;
}

.service_sec_4 .wrap_slider:after {
    width: 13.5rem;
    height: 6.35rem;
    border-radius: 1.2rem;
    background: var(--Primary-3, #B7CFB4);
    filter: blur(1.7674999237060547rem);
    bottom: 1.65rem;
    top: unset;
    left: -2.3rem;
}
.service_sec_3 .content_top h3 {
    font-style: initial !important;
    font-size: 2rem;
    font-weight: 500;
    margin: 1rem 0 0.5rem !important;

}
.service_sec_5 {
    padding-top: 4rem;
}

.service_sec_5 h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.service_sec_5 .group_content {
    max-width: 40.3rem;
    margin: 0 auto 6rem;
}
a.button_style.white svg {
    width: 1.2rem;
    margin: 0 0.5rem 0 0;
}

a.button_style.white {
    color: var(--web-dark, #151719) !important;
    padding: 0 1.3rem;
    margin-top: 2rem;
    transition: .4s all;
}
a.button_style.white:hover {
    background: var(--Primary-5, #668B61) !important;
}
.update {
    margin-bottom: 1.3rem;
    color: #9B9B9B;
}
a.button_style.small.black:hover {
    background: #92B18E;
    color: #fff;
    border-color: #92B18E;
}
.item_phong .box_content {
    position: relative;
}
.input_name,
.input_address,
.input_email,
.input_tell{
    background-image: url(../images/user.svg);
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1.1rem;
}
.input_address{
    background-image: url(../images/address.svg);
}
.input_email{
    background-image: url(../images/mail.svg);
}
.input_tell{
    background-image: url(../images/phone.svg);
}
.wrap_gallery_product .item .box_count {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000078;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    pointer-events: none;
}
/*.item_phong:hover .wrap>.right span {*/
/*    background: var(--Primary-7, #284624);*/
/*    padding: .4rem .5rem;*/
/*}*/
.item_phong:hover .btn_2 .btn_pattern path {
    fill: var(--main-cl);
    transition: .7s all;
}

.item_phong:hover .btn_2 .btn_content {
    color: white;
    transition: .7s all;
}

.btn.btn_2 .btn_content {
    transition: .7s all;
}

.item_phong:hover .btn_2 .btn_svg svg path {
    stroke: white;
    transition: .7s all;
}

.rating {
    display: flex;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    height: auto;
    position: relative;
    margin: 0 0 0 20px;
}

.rating-0 {
    filter: grayscale(100%);
}

.rating > input {
    display: none;
}

.rating > label {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: .3s;
    margin: 0;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}


.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.emoji-wrapper {
    width: 100%;
    text-align: center;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.emoji-wrapper:before,
.emoji-wrapper:after{
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}

.emoji-wrapper:before {
    top: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 100%);
}

.emoji-wrapper:after{
    bottom: 0;
    background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 100%);
}

.emoji {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .3s;
}

.emoji > svg {
    margin: 15px 0;
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    display: none;
}

#rating-1:checked ~ .emoji-wrapper > .emoji { transform: translateY(-100px); }
#rating-2:checked ~ .emoji-wrapper > .emoji { transform: translateY(-200px); }
#rating-3:checked ~ .emoji-wrapper > .emoji { transform: translateY(-300px); }
#rating-4:checked ~ .emoji-wrapper > .emoji { transform: translateY(-400px); }
#rating-5:checked ~ .emoji-wrapper > .emoji { transform: translateY(-500px); }

.feedback {
    max-width: 360px;
    background-color: #fff;
    width: 100%;
    padding: 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 4px 30px rgba(0,0,0,.05);
}
div#form_danh_gia {
    max-width: 47.5rem;
    padding: 2rem 0.5rem;
    border-radius: 0.5rem;
}

.emoji-wrapper {
    display: none;
}

div#form_danh_gia .feedback {
    max-width: 100%;
    box-shadow: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: unset;
    justify-content: center;
}

div#form_danh_gia .wpcf7 label {
    font-size: 0.8rem;
    font-weight: 400;
}

div#form_danh_gia input,div#form_danh_gia textarea {
    box-shadow: none;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    height: 2.25rem;
    padding: 0 1.5rem 0 2.25rem;
}

div#form_danh_gia .col.large-12.text-right {
    display: flex;
    align-items: center;
}

div#form_danh_gia textarea {
    padding: 0.5rem 1rem;
}

.wrap_file.text-center {
    border: 0.05rem solid #ddd;
    border-radius: 0.5rem;
    padding: 1rem;
    border-style: dashed;
    margin-bottom: 1rem;
}

div#form_danh_gia input[type="submit"] {
    width: 7.5rem;
    padding: 0;
    background: #43633F;
    margin: 0;
}

.huy_button {
    color: #43633F;
    margin-right: 1.5rem !important;
    display: inline-block;
}



form.wpcf7-form {
    margin: 0;
}
div#form_danh_gia .wpcf7-response-output {
    background: #43633F;
    border-color: #43633F;
    border-radius: 0;
}
div#form_danh_gia [data-name="your-name"] input {
    background-image: url(../images/icon_user_dg.svg);
    background-repeat: no-repeat;
    background-position: left .5rem center;
    background-size: 1.4rem;
}
div#form_danh_gia [data-name="your-email"] input {
    background-image: url(../images/icon_mail_dg.svg);
    background-repeat: no-repeat;
    background-position: left .5rem center;
    background-size: 1.4rem;
}
/*li.header-block {*/
/*    display: none;*/
/*}*/
@media (min-width: 1200px) {
    html {
        font-size: 1.2vw;
    }
}
@media (min-width: 1700px) {
    html {
        font-size: 1vw;
    }
}
@media screen and (max-width: 1199px) {
    html {
        font-size: 1.5vw;
    }
    .banner_page .row {
        height: 40rem;
    }

    .about_sec_5 .row {
        height: 34rem;
    }

    .wrap_about_sec_7 {
        padding: 0 15px;
    }
    .hoa_tiet.hoa_tiet_left img {
        width: 24rem;
    }

    .hoa_tiet.hoa_tiet_right img {
        width: 20.5rem;
    }
}

@media screen and (max-width: 849px) {
    html {
        font-size: 1.5vw;
    }
    html {
        font-size: 1.6vw;
    }

    .items_home_sec_1 .item .inner {
        padding: 2rem 1.3rem;
    }

    [data-open="#main-menu"] {
        width: 3rem;
        height: 3rem;
        display: inline-flex;
        background: #fff;
        justify-content: center;
        border-radius: 100px;
        color: #0B100A !important;
        font-size: 1rem !important;
        line-height: normal !important;
        padding: 0 !important;
    }

    /*.header-wrapper.stuck .header-inner {*/
    /*    padding: 0 10px !important;*/
    /*}*/

    .home_sec_4 h2.title_link {
        top: 4rem;
    }

    .hero-style {
        height: auto;
        padding-bottom: 75.25%;
    }
    /*.header-inner {*/
    /*    padding: 0 10px !important;*/
    /*}*/
    .off-canvas-center .mfp-container {
        background: #0B100A;
    }

    .off-canvas-center .nav-sidebar.nav-vertical>li>a {
        color: #fff;
    }
    /*.header-main li.html.custom {*/
    /*    display: block;*/
    /*}*/

    ul.action_language a {
        width: 2rem;
        padding: 0;
        height: 2rem;
    }
    .off-canvas-right .mfp-content {
        width: 80vw;
        display: flex;
        align-items: center;
    }

    .off-canvas .sidebar-menu {
        padding: 0;
        width: 100%;
    }

    div#main-menu {
        width: 100%;
    }


    .off-canvas .nav-vertical>li>a {
        font-size: 1.1rem;
        color: #ffff;
        border: none !important;
    }

    button.mfp-close {
        top: 0;
        left: 0;
        z-index: 99999999999999999;
        position: fixed;
    }

    .mfp-wrap {
        z-index: 99999;
    }

    .nav-vertical>li {
        border: none !important;
    }
    /*header#header {*/
    /*    z-index: 99999;*/
    /*}*/
    /*html.js.has-off-canvas.has-off-canvas-right header#header {*/
    /*    pointer-events: none;*/
    /*}*/

    button.mfp-close {
        display: none;
    }
    /*html.js.has-off-canvas.has-off-canvas-right header#header [data-open="#main-menu"] i{*/
    /*    opacity: 0;*/
    /*}*/
    /*html.js.has-off-canvas.has-off-canvas-right header#header [data-open="#main-menu"]{*/
    /*    background-image: url(../images/close.svg);*/
    /*    background-position: center;*/
    /*    background-repeat: no-repeat;*/
    /*}*/
    .item_service+.item_service {
        margin-top: 1rem;
    }

    .item_service .box_content>h2 {
        font-size: 2rem;
    }

    .item_service .box_content>h3 {
        font-size: 1.4rem;
    }
    .banner_page.full-height .row {
        height: 40rem;
    }
    .off-canvas .nav-vertical>li.current_page_item >a {
        color: var(--Primary-5, #668B61);
    }
}

@media screen and (max-width: 767px){
    html {
        font-size: 4vw;
    }

    .items_home_sec_1 {
        margin-top: -4rem;
    }

    .home_sec_1 .slide-inner:before {
        pointer-events: none;
    }

    .content_banner {
        top: 50%;
        left: 15px;
        right: 15px;
    }

    .content_banner h2 {
        font-size: 1.5rem;
    }

    .content_banner h2 b {
        font-size: 1.8rem;
    }

    .hero-style {
        padding-bottom: 125%;
    }

    .items_home_sec_1 .item {
        width: calc(calc(100%) - 1.5rem);
    }

    .items_home_sec_1 {
        display: block;
    }

    .items_home_sec_1 .item+.item {
        margin-top: 2rem;
    }

    .box_img_home_sec_2 img {
        max-width: unset;
        width: calc(100% + 15px);
        margin-top: 2rem;
    }

    .home_sec_3 .slider_gallery_for img {
        height: 11.5rem;
        border-radius: 20px;
    }

    ul.list_dots li {
        transform: scale(.5) !important;!i;!;
    }

    .home_sec_3 .bg_section {
        bottom: -2rem;
        height: calc(100% + 2rem);
    }

    .home_sec_4 h2.title_link {
        position: unset;
        text-align: center;
        transform: unset;
        margin-top: 5rem;
    }

    .title_link a {
        font-size: 1.8rem;
    }

    .wrap_gallery {
        display: block;
    }

    .wrap_gallery .left {
        width: 100%;
    }

    .wrap_gallery .right {
        width: 100%;
    }

    .home_sec_6 {
        padding-bottom: 0;
    }

    .wrap_footer_bottom {
        border-top: 0;
        margin-top: 0rem;
    }

    ul.socials_footer li+li {
        margin-left: 0.5rem;
    }
    .banner_page .row {
        height: 29rem;
        position: relative;
        z-index: 10;
    }

    .content_banner_page h1.heading_title {
        font-size: 2rem;
    }

    .banner_page:after {
        height: 100%;
    }

    .about_sec_2 {
        padding: 5rem 0 1.5rem;
    }

    .about_sec_3 .wrap {
        display: block;
    }

    .about_sec_3 .title_link {
        margin-bottom: 2rem;
    }

    .wrap_about_sec_4 {
        display: block;
    }

    .wrap_about_sec_4 .box_content {
        border: none;
    }

    .wrap_about_sec_4 .box_content:before {
        display: none;
    }

    .wrap_about_sec_4 .box_content {
        padding: 20px;
    }

    .about_sec_5 h2 {
        font-size: 3.5rem;
    }

    .about_sec_5 h2 b {
        font-size: 1.5rem;
    }

    .about_sec_5 .row {
        height: 27rem;
    }

    .wrap_about_sec_7 {flex-wrap: wrap;}

    .wrap_about_sec_7 .wrap_map {
        width: 100%;
        height: 17rem;
    }

    .wrap_about_sec_7 .wrap_content {
        width: 100%;
        padding: 0;
        order: -1;
        margin-bottom: 2rem;
    }

    section.section.about_sec_7 {
        padding-top: 6rem;
    }

    .items_ab_sec_6 .item {
        width: calc(calc(100% / 1) - 1.5rem);
    }

    .items_ab_sec_6 .item .box_content {
        padding: 1rem;
    }
    /*.header-inner {*/
    /*    margin: 10px !important;*/
    /*    max-width: calc(100vw - 20px) !important;*/
    /*    width: calc(100vw - 20px) !important;!importantcalc(100vw - 20px) !important;*/
    /*}*/
    .load_home_page svg {
        max-width: 80vw;
    }
    .wrap_footer_bottom .content {
        padding-right: 2rem;
    }

    ul.socials_footer {
        flex: 0 0 auto;
    }
    .slider_phong {
        max-width: 80vw;
    }

    .item_phong .wrap {
        display: block;
    }

    .item_phong .wrap .left {
        width: 100%;
        margin-bottom: 1rem;
    }

    .slider_imgs img {
        height: 13.6rem;
    }
    section.contact_sec_2 {
        margin-top: -7rem;
    }

    .box_form_contact {
        padding: 2rem;
    }

    .select2-container {
        width: 100% !important;

    }

    .form_contact input, .form_contact textarea, .select2-container--default .select2-selection--single {
        margin-bottom: 1em;
    }

    .wrap_contact_sec_2 {
        display: flex;
        flex-wrap: wrap;
    }

    .wrap_contact_sec_2 .item {
        width: calc(100% / 2);
        padding: 2rem 1rem;
        border-color: #bebebe36 !important;
    }

    .wrap_contact_sec_2 .item:nth-child(3) {
        width: 100%;
        border-left: none;
        border-top: 1px solid
        #fff;
    }
    .hoa_tiet.hoa_tiet_right img {
        width: 12.5rem;
    }

    .banner_service .box_img .inner h1 {
        font-size: 2rem;
    }

    .banner_service .box_img .inner {
        padding: 1rem;
    }

    .banner_service .box_img {
        padding: 1rem;
    }

    .hoa_tiet.hoa_tiet_left img {
        width: 15rem;
    }

    .hoa_tiet {
        bottom: 2.6rem;
    }

    .item_service {
        display: block;
        text-align: left;
    }

    .item_service .box_img {width: 100%;margin: 0 0 1rem !important;!i;!;}

    .item_service .box_img .inner {
        height: auto;
    }

    .item_service+.item_service {
        margin-top: 3rem !important;
    }

    img {}

    .service_sec_3 .content_top h2, .service_sec_4 h2 {
        font-size: 2.7rem;
    }

    .service_sec_3 .content_top h3 {
        font-size: 1.4rem;
        line-height: 1.3;
    }

    .service_sec_3 .content_top {
        margin-bottom: 2.5rem;
    }

    .slider_gallery_service .box_img {
        height: 7.5rem;
    }

    .service_sec_5 .group_content {
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .service_sec_5 h2 {
        font-size: 1.8rem;
    }
    .item_service a.button_style.small {
        float: unset;
    }
    .wrap_poli {
        display: block;
    }

    .poli_page h1.title_page {
        font-size: 2rem;
    }

    .wrap_poli .left {
        width: 100%;
    }

    .poli_page {
        padding-top: 7rem;
    }
    .page-template-faq .banner_page.contact_banner:after {opacity: 0;}

    .wrap_faq .col {
        margin-bottom: 2.25rem !important;

    }
    .content_banner_page h1.heading_title br {
        display: none;
    }

    .item_phong_ngang {
        display: block;
    }

    .item_phong_ngang .box_img {width: 100%;}

    .room_sec_1 .wrap_left {
        width: 100%;
    }

    .room_sec_1 .wrap {
        display: block;
    }

    .room_sec_1 h1.title {
        font-size: 2rem;
        margin: 2rem 0 0 0;
    }

    .items_room_sec_1 .item {
        width: calc(100% / 2);
        margin-bottom: 2rem;
    }
    .faq_page_sec_2 .wrap_content {
        display: block;
    }

    .faq_page_sec_2 .wrap_content a.button_style.small.black {
        margin: 1rem 0 0 0;
    }
    .slider_danh_gia .item .box_content {
        max-width: 10.75rem;
    }
    div#form_danh_gia {
        max-width: 100%;
    }

    div#form_danh_gia .feedback {
        padding: 1rem 0;
    }
    ul.action_language{
        margin: 0 !important;
    }
    .slider_phong .item_phong {
        margin: 0 15px;
    }

    .slider_phong {
        max-width: 100vw;
    }

    .wrap_about_sec_7 {
        padding: 0;
    }

    .contact_sec_5 a.btn {
        margin-left: 3rem;
    }
    .mobile_flex.w_full.pagination_type_2 .banner_arrow_svg.arrow_svg_item {
        border: 1px solid black;
    }

    .mobile_flex.w_full.pagination_type_2 .banner_arrow_svg.arrow_svg_item svg path {
        stroke: black;
    }

    .mobile_flex.w_full .swiper-pagination-bullet {
        background: black !important;
    }
}
.about_sec_3 .title_link a {
    color: black;
}

.about_sec_3 .content {
    color: #666666 !important;
}

.wrap_about_sec_4 .box_content {
    border: 1px solid black;
}

.wrap_about_sec_4 .box_content h2.title_link a {
    color: black !important;
}

.content.t-w {
    color: var(--text-cl) !important;
}

.wrap_about_sec_4 .box_content .box_number b.t-w {
    color: black !important;
}
.about_sec_5 .content.t-w {
    color: white !important;
}

.title_link a {
    color: black;
}

.items_ab_sec_6 .item .content {
    color: white !important;
}
.about_sec_7 .content.t-w {
    color: white !important;
}
.about_sec_1 .content.t-w {
    color: white !important;
}
.about_sec_2 .title_link a {
    color: white;
}
.about_sec_2 .content.t-w {
    color: white !important;
}
.item_phong_ngang {
    background: white;
    border: 1px solid black;
    box-shadow: rgb(232 232 232) 1.5rem 2.1rem 0.81rem -0.35rem;
}
.item_phong_ngang {
    background: white;
    border: 1px solid black;
    box-shadow: rgb(232 232 232) 1.5rem 2.1rem 0.81rem -0.35rem;
}

.item_phong h3 {
    color: black !important;
}

.item_phong .left> ul, .info_mota {
    color: var(--text-cl) !important;
}
.box_form_contact {
    background: white;
    border: 1px solid black;
}

.box_form_contact h2 {
    color: black !important;
}
.box_form_contact span.btn_content.z-2.relative.m-cl {
    color: white;
}
.box_form_contact .btn.btn_2:hover .btn_content {
    color: var(--main-cl) !important;
    transition: .7s all;
}
/*.form_contact input, .form_contact select, .form_contact textarea, .select2-container--default .select2-selection--single {*/
/*    background: white;*/
/*}*/
.box_form_contact .btn.btn_2:hover .btn_pattern path {
    fill: white;
}

.box_form_contact .btn.btn_2:hover .btn_svg svg path {
    stroke: var(--main-cl) !important;
}
.contact_sec_2 .content.text_white p, .contact_sec_2 .content.text_white a {
    color: var(--text-cl) !important;
}
.contact_sec_2 .wrap_about_sec_7 .wrap_content a {
    color: var(--text-cl);
}
.contact_sec_2 .wrap_about_sec_7 .wrap_content > h3 {
    color: black !important;
}
.banner {
    background: white !important;
}
.banner-bg {
    top: 0 !important;
    transform: unset !important;
}
.contact_sec_2 .wrap_about_sec_7 .wrap_content>h2 {
    color: black !important;
}
.about_sec_4 .inner.aos-init.aos-animate {
    padding: 2rem;
}
.contact_sec_2 .wpcf7 label {
    color: black !important;
}
.form_contact input, .form_contact select, .form_contact textarea, .select2-container--default .select2-selection--single {
    background-color: white;
    color: var(--text-cl);
}

.form_contact input::placeholder {
    color: var(--text-cl);
}

.form_contact textarea::placeholder {
    color: var(--text-cl);
}
.select_form {
    width: 100%;
}

.filter_item {
    width: 100%;
}
.filter_item option{
    color:var(--text-cl) !important;
}