@media (min-width: 1200px) {
    body, html {
        font-size: 1vw;
    }
}
/* CSS */
a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0);
    box-shadow: inset 0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, .0);
}
:root{
    --font-light: 'SVN-Firma Light';
    --font-medium: 'SVN-Firma Medium';
    --font-normal: 'SVN-Firma';
    --font-title: 'SchnyderWideS-Bold';
    --font-sub: 'SVN-Ameyallinda Signature';
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
    background-color: #015c4b;
}

body::-webkit-scrollbar {
    width: 0rem;
    background-color: #FAAF18;
}

body::-webkit-scrollbar-thumb {
    background-color: #FAAF18
;
}



body {
    font-family: var(--font-normal);
    color: #1F2B1A;
    overflow-x: hidden;
    font-size: 0.833rem;
    background: #FFFBEF;
}
body ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.grid-container {
    max-width: 74.646rem;
}

.content {
    font-size: 0.833rem;
    color: #3D3D3D;
    line-height: 1.6;
    margin-bottom: 0;
}
a, a:hover {
    text-decoration: none !important;
    transition: all 1s;

}
.content>*:last-child {
    margin: 0;
}

b,
strong {
    font-family: var(--font-bold);
}



h1,
h2,
h3 {
    font-family: var(--font-bold);
}


.text_white {
    color: white !important;
}

.text_justify {
    text-align: justify;
}

.text_center {
    text-align: center;
}

.text_up {
    text-transform: uppercase;
}

.fs14 {
    font-size: 0.875rem;
}

.fs15 {
    font-size: 0.9375rem;
}

.fs18 {
    font-size: 0.9375rem;
}

.style_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.max {
    width: 100%;
    height: 100%;
    z-index: 9;
}

.display_flex {
    display: flex;
}

.display_flex_wrap {
    display: flex;
    flex-wrap: wrap;
}

.css_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.content ul {
    list-style: disc;
    margin-left: 1.25rem;
}
.section {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

.arrow.prev {
    transform: rotate(180deg);
}

.swiper-slide img {
    display: block;
}

.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;
}

.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;
}

/*--------------------------------------------------------------
    #hero-style
--------------------------------------------------------------*/
.hero-style {
    height: 100vh;
}

.hero-slider .box_content {
    position: absolute;
    z-index: 99;
    left: calc(calc(100vw - 78.177rem)/2);
    bottom: 3.698rem;
}

.font_sub {
    font-family: var(--font-sub);
    background: linear-gradient(270deg, #FFD7AB 21.26%, #D5AE82 79.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 2.865rem;
    line-height: 2.2;
    display: inherit;
    margin-top: -2.1875rem;
    margin-bottom: 1.042rem;
    padding: 0 .504rem;
}

.font_title {
    font-family: var(--font-title);
    text-shadow: 0px 4px 4px rgba(1, 74, 69, 0.5);
    font-size: 3.125rem;
    margin: 0;
    color: white;
    text-transform: uppercase;
}


.home_sec1  span.font_sub {
    margin-left: 2.24rem;
}

.hero-slider .slide-inner:before {
    background: linear-gradient(2deg, #093830 8.2%, rgba(9, 56, 48, 0.71181) 42.62%, rgba(9, 56, 48, 0) 90.47%);
    content: '';
    height: 30%;
    width: 100%;
    bottom: 0;
    position: absolute;
}
.hero-slider:before{
    position: absolute;
    background-image: url(../../images/hoa_tiet_banner.svg);
    width: 46.71875rem;
    height: 45.78125rem;
    content: '';
    bottom: 0;
    left: 0;
    background-size: cover;
    z-index: 5;
}
.swiper-pagination {
    bottom: 4.6875rem;
    right: calc(calc(100vw - 72.917rem)/2);
}

.swiper-pagination span {
    border: 1px solid #C7A27C;
    width: 0.78125rem;
    height: 0.78125rem;
    display: inline-flex;
    background: transparent;
    margin: 0 0.3125rem;
    position: relative;
}

.swiper-pagination span:before {
    width: 0.26rem;
    height: 0.26rem;
    content: '';
    display: inline-block;
    position: absolute;
    background: #C7A27C;
    border-radius: 50%;
    top: calc(50% - 1px);
    left: calc(50% - 1px);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.swiper-pagination span:before {}

span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    opacity: 1;
}

img.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-container {
    position: relative;
    z-index: 2;
}

.home_sec2 .inner {
    max-width: 42.708rem;
    margin: auto;
}

.hero-slider .font_title {
    font-size: 3.646rem;
}

.home_sec3 .grid-container {
    display: flex;
    align-items: flex-end;
}

.home_sec3 .inner {
    padding-left: 4.948rem;
}

.home_sec3 .inner h2.font_title {
    margin-left: -4.948rem;
}

.home_sec3 .inner ul li {
    margin: 0.885rem 0;
    display: inline-block;
    width: 100%;
    padding-left: 0.9375rem;
    color: white;
    position: relative;
}
.home_sec3 .inner ul li:before {
    left: 0;
    top: 3px;
    bottom: 6px;
    background: #E7C89D;
    width: 1px;
    content: '';
    position: absolute;
}
.arrow_slider, .arrow_slider svg {
    outline: none !important;
}
.home_sec3 .inner ul li .content {
    color: white;
    font-size: 0.833rem;
    font-family: var(--font-medium);
}
.CR-site-load-bg {
    background-size: cover;
    background-position: center;
}
.home_sec3 .inner ul li .title {
    font-size: 0.78125rem;
    display: block;
    margin-bottom: 0.3125rem;
}

.home_sec3 .inner ul li .content span {
    font-size: 1.042rem;
    color: #E7C89D;
    text-transform: uppercase;
    font-family: var(--font-medium);
}

.home_sec3 .inner ul li .content b {
    color: #E7C89D;
    font-size: 2.083rem;
    font-family: var(--font-title);
    line-height: 1;
}

a.play_video {
    display: inline-flex;
    align-items: center;
    float: right;
    font-family: var(--font-title);
    color: white;
    font-size: 2.604rem;
}

a.play_video span.icon {
    display: flex;
    align-items: center;
    margin-left: 1.25rem;
    position: relative;
}
a.play_video span.icon:before{
    position: absolute;
    content: '';
    background-image: url(../../images/bg_button.svg);
    width: 43.229rem;
    height: 32.76rem;
    top: -172%;
    left: -22%;
    transform: translate(-50%, -50%);
    background-size: cover;
}
.box_lodo:before {
    position: absolute;
    content: '';
    background-image: url(../../images/bg_logo.svg);
    width: 63.49rem;
    height: 48.646rem;
    background-size: cover;
    background-repeat: no-repeat;
    top: 118%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.box_lodo {
    position: relative;
    margin-bottom: 2.083rem;
}
a.scroll_down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.604rem;
    z-index: 9;
}
.box_lodo img {
    width: 10.417rem;
}
.home_sec4 .wrap {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

.home_sec4 .wrap .wrap_img {
    width: 68%;
    position: relative;
}

.home_sec4 .wrap .wrap_img .wrap_content {
    width: 32%;
}

.home_sec4  .wrap_content {
    width: 32%;
    padding-right: 8.28125rem;
}

ul.location li>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(68.75% 68.75% at 50% 50%, #009F84 0%, rgba(0, 138, 115, 0.8) 100%);
    width: 0.885rem;
    height: 0.885rem;
    border-radius: 50%;
}
.home_sec5 .wrap_img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_sec5 .wrap_img .box_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 23.75rem;
    margin: auto;
}

.home_sec5 .wrap_img .box_content .content {
    color: white;
}

ul.location .box_content {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: 1.5625rem;
    left: 50%;
    transform: translateX(-50%);
    background: #093830;
    border: 4px solid #093830;
    width: 10.417rem;
    height: 10.417rem;
    border-radius: 50%;
    overflow: hidden;
    transition: .3s all;
}

.home_sec4 .wrap_content h2.font_title {
    color: #093830;
    text-shadow: none !important;
}
.home_sec7 .slider_project {
    margin-top: 2.34375rem;
    padding: 1.042rem 0;
    width: calc(100% + calc(calc(100vw - 72.917rem)/2));
    padding-right: calc(calc(100vw - 72.917rem)/2);
}

.home_sec7 .content {
    max-width: 21.458rem;
    margin-top: 1.042rem;
    position: relative;
}

.slider_project .box_img {
    padding-bottom: 66%;
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin-bottom: 1.823rem;
}

.slider_project .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s all;
    transform: scale(1);
}

.slider_project .item:hover .box_img img {
    transform: scale(1.1);
}

.slider_project .item:before {
    width: 15.365rem;
    height: 14.583rem;
    border: 1px solid #F0CCA4;
    content: '';
    position: absolute;
    top: -0.99rem;
    right: -0.99rem;
    z-index: 2;
    opacity: 0;
    transition: .5s all;
}

.slider_project .item:hover:before {
    opacity: 1;
}


.slider_project h3 {
    color: #D5AE82;
    font-size: 1.042rem;
    font-family: var(--font-title);
    margin: 0;
}

.slider_project .box_content {
    display: flex;
    justify-content: space-between;
}

.slider_project .box_content svg {
    flex: 0 0 auto;
    margin-left: 10px;
    filter: brightness(0) invert(1);
    transition: .5s all;
}

.slider_project .box_content .content {
    color: white;
    margin: 0.46875rem 0 0;
}

.slider_project .box_content .content b {
    font-family: var(--font-medium);
}

.home_sec7 .grid-33 .content:before {
    position: absolute;
    background: linear-gradient(180deg, rgba(229, 193, 154, 0) 0%, rgba(229, 193, 154, 0.405263) 23.44%, rgba(229, 193, 154, 0.5) 49.48%, rgba(229, 193, 154, 0.35567) 75.52%, rgba(229, 193, 154, 0) 100%);
    content: '';
    width: 0.052rem;
    height: 90%;
    left: -2.76rem;
    top: 50%;
    transform: translateY(-50%);
}

.slider_project .item:hover .box_content svg {
    filter: brightness(1) invert(0);
}

.slider_project:before {
    width: calc(calc(100vw - 72.917rem)/2);
    height: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 112, 122, 0) 9.03%, rgba(0, 112, 122, 0.376642) 58.15%, #00707A 100%);
    z-index: 9;
    right: 0;
}

.slider_project .swiper-slide.swiper-slide-duplicate-prev {
    opacity: .5;
}
ul.list_hover {
    display: grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 36.458rem;
    margin: 0 -0.78125rem;
}

ul.list_hover li {
    color: white;
    display: flex;
    align-items: center;
    font-size: 0.833rem;
    margin: 0.46875rem 0.78125rem;
    padding: 0.15625rem;
    border-radius: 100px;
    cursor: pointer;
}

ul.list_hover li .num {
    background: radial-gradient(50% 50% at 50% 50%, #1A8472 0%, #0C473D 100%);
    border: 1px solid #F5D5B3;
    width: 1.771rem;
    height: 1.771rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #FFCA94;
    font-size: 1.042rem;
    margin-right: 1.042rem;
}

ul.list_hover li:hover,ul.list_hover li.active {
    background: linear-gradient(90deg, #D5AE82 0.93%, #F2D4B6 55.31%, #D5AE82 100%);
    color: #0D4D42;
}
.home_sec8 .inner {
    position: relative;
}

.home_sec8 .inner:before {
    background: linear-gradient(90deg, rgba(0, 99, 75, 0.8) 0%, #093830 102.76%);
    content: '';
    right: 5.208rem;
    top: 50%;
    position: absolute;
    filter: blur(100px);
    width: 150%;
    height: 131%;
    z-index: -1;
    transform: translateY(-50%);
    pointer-events: none;
}

ul.list_dot li {
    position: absolute;
    cursor: pointer;
    z-index: 9;
}

ul.list_dot li .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(50% 50% at 50% 50%, #1A8472 0%, #0C473D 100%);
    width: 2.083rem;
    height: 2.083rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #FFCA94;
    font-size: 1.146rem;
}

.home_sec8 .fp-tableCell {
    vertical-align: bottom;
    padding-bottom: 8.28125rem;
}

.wrap_bg {
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
ul.list_dot li .number:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    transform: translate(-50%, -50%);
    border: 1px solid #FFCA94;
    border-radius: 50%;
    animation: pulse-border 1200ms ease-out infinite;
    width: 150%;
    height: 150%;
    z-index: -1;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
        opacity: 0;
    }
}

.wrap_slider {
    position: relative;
}

.arrow_slider {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    cursor: pointer;
}

.arrow_slider.next {
    right: 0;
    left: unset;
}

.home_sec9 h2.font_title {
    color: #093830;
    text-shadow: none;
}

.slider_history .box_img {
    width: 50.729rem;
    display: flex;
    justify-content: center;
    max-width: unset;
    flex: 0 0 auto;
    opacity: 0;
    transition: .5s all;
    margin-bottom: 2.292rem;
    position: relative;
}

.slider_history .item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
}

.slider_history .swiper-slide.swiper-slide-active .box_img {
    opacity: 1;
}

.swiper-slide.swiper-slide-active {}

.slider_history .box_img img {
    filter: drop-shadow(0px -10px 50px rgba(199, 162, 124, 0.2));
    width: 100%;
    border-radius: 30px 30px 0px 0px;
}

.slider_history .box_img:before {
    background: linear-gradient(360deg, #f5e6d4 0, rgb(217 217 217 / 0%) 100%);
    height: 34%;
    width: 100%;
    z-index: 2;
    content: '';
    position: absolute;
    bottom: 0;
}

.slider_history .item .title {
    font-family: var(--font-title);
    color: #D5AE82;
    transition: .5s all;
    position: relative;
    transform: translateY(0px);
}

.slider_history .item .title h3 {
    margin: 0;
    font-size: 0.9375rem;
    opacity: 0;
}

.slider_history .item .title .time {
    font-size: 1.51rem;
}

.slider_history .swiper-slide.swiper-slide-active .item .title {
    color: #093830;
}

.swiper-slide.swiper-slide-active {}

.slider_history .swiper-slide.swiper-slide-active .item .title h3 {
    opacity: 1;
}

.slider_history {
    max-width: 61.25rem;
    margin: auto;
    padding-bottom: 2.604rem;
}

.slider_history .item .year span {
    width: 0.729rem;
    height: 0.729rem;
    background: #D5AE82;
    position: absolute;
    content: '';
    bottom: -1.042rem;
    display: inline-block;
    border-radius: 50%;
    transition: .5s all;
}

.slider_history .item .year span:before {content: '';position: absolute;border: 1px solid #093830;width: 2.5rem;height: 2.5rem;border-radius: 50%;top: 50%;left: 50%;transform: translate(-50%, -50%);opacity: 0;transition: .5s all;}

.slider_history .swiper-slide.swiper-slide-active .item .year span:before {opacity: 1;}

.slider_history .swiper-slide.swiper-slide-active .item .year span {
    background: #093830;
    width: 1.25rem;
    height: 1.25rem;
    bottom: -1.302rem;
}

.year {
    transition: .5s all;
}

.swiper-slide.swiper-slide-active .year .title {
    transform: translateY(-1.042rem);
}

.slider_history:before {
    background: linear-gradient(270deg, rgba(213, 174, 130, 0) 0%, rgba(213, 174, 130, 0.648352) 25%, #D5AE82 50%, rgba(213, 174, 130, 0.752475) 75%, rgba(213, 174, 130, 0) 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 0.052rem;
    left: 0;
    bottom: 1.875rem;
}

.home_sec9 .arrow_slider {
    top: 10.46875rem;
    left: 3.125rem;
}

.home_sec9 .arrow_slider.next {
    left: unset;
    right: 3.125rem;
}
.item_post {
    position: relative;
    padding: 0.9375rem 0.9375rem  0;
    z-index: 0;
    box-sizing: border-box;
    border-radius: 1.25rem 1.25rem 0 0;
    overflow: hidden;
}

.item_post .box_img {
    height: 12.0625rem;
    border-radius: 1.25rem 1.25rem 0 0;
    overflow: hidden;
    width: 100%;
}

.item_post .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_page .grid-container {
    z-index: 2;
}

.item_post .box_content {
    padding: 0 0.9375rem;
}

.item_post .box_content .date {color: white;font-size: 0.729rem;display: block;margin-bottom: 5px;}

.item_post .box_content h3 {
    font-family: var(--font-title);
    font-size: 1.302rem;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 3.59375rem;
    line-height: 1.3;
    margin-bottom: 0.78125rem;
}

.item_post .box_content .content {
    color: white !important;
    font-size: 0.729rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 2.34375rem;
    margin-bottom: 1.875rem;
}

.item_post:before {content: '';position: absolute;width: 100%;height: 100%;background: linear-gradient(0deg, #DFB46F 0%, rgba(223, 180, 111, 0) 82.99%);z-index: -1;left: 0;bottom: 0;opacity: 0;transition: .3s all;border-radius: 1.25rem 1.25rem 0 0;}

.item_post:hover:before {
    opacity: .7;
}

.item_post .box_content * {
    transition: .3s all;
}

.item_post:hover .box_content * {
    color: #F9DBAC;
}

.wrap_post {
    display: flex;
    flex-wrap: wrap;
}

.wrap_post .item_post a:before, .wrap_post .item_post a:after {
    background: linear-gradient(0deg, #fcfcfc 0%, rgba(223, 180, 111, 0) 82.99%);
}
.wrap_post .item_post a:before, .wrap_post .item_post a:after {
    content: '';
    background: linear-gradient(0deg, #ffffff 0%, rgba(223, 180, 111, 0) 82.99%);
    width: 0.0625rem;
    height: 120%;
    bottom: 0;
    left: 0px;
    position: absolute;
    opacity: .2;
}

ul.list_tax {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5625rem;
}

ul.list_tax a {
    font-size: 1.042rem;
    color: white;
    font-family: var(--font-title);
    padding: 0 2.604rem;
    border: 1px solid #FFFFFF;
    border-radius: 5.208rem;
    transition: .5s all;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    margin-left: 1.302rem;
}

ul.list_tax a:hover,ul.list_tax a.active {
    color: #D5AE82;
    border-color: #D5AE82;
}

.home_sec10 .arrow_slider.prev {
    left: -5.729rem;
}

.home_sec10 .arrow_slider.next {
    right: -5.729rem;
}

.wrap_post .item_post a:after {}

.wrap_post .item_post a:after {
}

.home_sec10 .fp-tableCell {
    vertical-align: bottom;
}

.home_sec10 .slider_post {
    margin-top: 2.083rem;
}
.popup_news,
.popup_mb{
    background-image: url(../../images/news_bg.jpg);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    transform: translateY(100%);
    transition: .3s all;
}
.popup_mb{
    background-image: url(../../images/bg_mb.jpg);
}
.popup_news.active,
.popup_mb.active{
    transform: translateY(0%);
}

div#load_content_post
{
    opacity: 0;
    transition: .3s all;
    padding: 3.646rem 0 1.5625rem;
    padding: 3.646rem calc(calc(100vw - 57.292rem)/2) 1.5625rem;
    max-height: 100vh;
    overflow: auto;
}
#load_mb{
    opacity: 0;
    transition: .3s all;
}
div#load_content_post.active,
#load_mb.active{
    opacity: 1;
}

.button_close {
    display: inline-flex;
    align-items: center;
    color: #093830;
    font-size: 0.833rem;
    font-family: var(--font-semi);
    position: absolute;
    top: 1.823rem;
    right: 1.042rem;
    cursor: pointer;
}

.button_close svg {
    margin-left: 0.521rem;
}

div#load_content_post .content img {
    width: 100%;
}

.wp-caption {
    width: 100% !important;
}

div#load_content_post.active h2.heading_h2 {
    font-family: var(--font-title);
    text-transform: uppercase;
    color: #093830;
    font-size: 2.34375rem;
}

div#load_content_post .content {
    text-align: justify;
}

div#load_content_post:before {
    background: linear-gradient(180deg, rgba(253, 242, 230, 0) 0%, #FDF2E6 100%);
    height: 4.74rem;
    position: absolute;
    bottom: 0;
    content: '';
    width: 100%;
    z-index: 9;
}
div#load_content_post::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
    background-color: #FFE8CF;
}

div#load_content_post::-webkit-scrollbar {
    width: 0.5rem;
    background-color: #D5AE82;
}

div#load_content_post::-webkit-scrollbar-thumb {
    background-color: #D5AE82;
}
div#load_post {
    transform: scale(1);
    opacity: 1;
    transition: .5s all;
}

div#load_post.active {
    transform: scale(.9);
    opacity: .5;
}
.wrap_gallery.slider_project {
    display: flex;
    position: relative;
    z-index: 9;
    padding: 0 8.854rem 0 calc(calc(100vw - 80.208rem)/2);
    margin-top: 46px;
}

.wrap_gallery.slider_project .item {
    position: relative;
    width: calc(25% - 4.167rem);
    margin: 0 2.083rem;
}


.wrap_gallery.slider_project .item.video {
    width: calc(50% - 4.167rem);
}

.wrap_gallery.slider_project .item .box_img {
    padding-bottom: 0;
    margin-bottom: 1.042rem;
}

.wrap_gallery.slider_project .item .box_img img {
    position: unset;
}

.wrap_gallery.slider_project::before {
    display: none;
}

.item.view_360 {transform: translateY(-10.417rem);}

.slider_project.wrap_gallery .item:before {
    opacity: 1;
}

.wrap_gallery.slider_project .item h3 {
    color: white;
    font-size: 2.083rem;
}

.wrap_gallery.slider_project .item svg {
    filter: brightness(1) invert(0);
}

.wrap_gallery.slider_project .item.video:before {
    width: calc(100% - 6.25rem);
}
.home_sec12  h2.font_title {
    text-shadow: none;
    color: #093830;
    margin-top: -5.208rem;
}

.home_sec12 span.font_sub {
    padding-left: 10.9375rem;
    margin-top: -2.96875rem;
    position: relative;
    z-index: 2;
}

.home_sec12 .content {
    color: #3a3a3a;
    max-height: 19.01rem;
    overflow: auto;
    padding-right: 1.302rem;
}
.home_sec12 .content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
    background-color: #FFE8CF;
}

.home_sec12 .content::-webkit-scrollbar {
    width: 0.26rem;
    background-color: #D5AE82;
}

.home_sec12 .contentt::-webkit-scrollbar-thumb {
    background-color: #D5AE82;
}

.home_sec12 .content strong {
    font-family: var(--font-title);
    color: #093830;
    font-size: 0.9375rem;
}

.view_more {
    display: inline-flex;
    align-items: center;
    margin-top: 30px;
    color: #D5AE82;
    font-family: var(--font-title);
    font-size: 0.9375rem;
    position: relative;
}

a.view_more svg {
    margin-left: 0.78125rem;
}
.axome-tooltip {
    position: absolute;
    z-index: 10;
    pointer-events: none;
}

/*#axome-tooltip[class*=mobile-grid-],*/
.axome-tooltip .box_content {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    background: radial-gradient(50% 50% at 50% 50%, #045749 0%, #093830 100%);
    border-radius: 50%;
    width: 6.771rem;
    height: 6.771rem;
    align-items: center;
    text-align: center;
    border: 0.104rem solid #D5AE82;
}


.axome-tooltip .box_content .inner {
}

.axome-tooltip .box_content .inner .content {
    padding: 0.78125rem 1.5625rem;
    font-size: 13px;
}
.axome-tooltip .box_content .inner * {
    color: #D5AE82;
    font-size: 0.625rem;
}

.axome-tooltip .box_content .inner h3 {
    font-size: 0.625rem;
    text-transform: uppercase;
    margin: 0;
}

.axome-tooltip .box_content .inner .dt {
    padding-bottom: 0.417rem;
    margin-bottom: 0.417rem;
    display: block;
    position: relative;
}

.axome-tooltip .box_content .inner .dt:before {
    background: linear-gradient(90deg, rgba(213, 174, 130, 0) 0%, #D5AE82 50.52%, rgba(213, 174, 130, 0) 100%);
    width: 100%;
    height: 0.052rem;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
div#load_mb .inner {
    display: flex;
    align-items: center;
    height: 100vh;
    max-width: 72.917rem;
    margin: auto;
    color: white;
}

div#load_mb .inner .content {
    color: white;
}

div#load_mb .inner .content p {
    margin-bottom: 0.625rem;
}

div#load_mb .inner h2.font_title {
    color: #D5AE82;
    font-size: 2.604rem;
    margin: 0.521rem 0 1.042rem 0;
}

div#load_mb .inner .sub {
    color: #D5AE82;
}

div#load_mb .inner .content.bottom {
    color: #FFFFFF;
    opacity: 0.7;
    border-top: 1px solid white;
    margin-top: 2.865rem;
    padding-top: 1.458rem;
}

div#load_mb .inner .grid-50:first-child {
    padding-right: 14.84375rem;
}
div#load_mb .inner {
    display: flex;
    align-items: center;
    height: 100vh;
    max-width: 72.917rem;
    margin: auto;
    color: white;
}

div#load_mb .inner .content {
    color: white;
}

div#load_mb .inner .content p {
    margin-bottom: 0.625rem;
}

div#load_mb .inner h2.font_title {
    color: #D5AE82;
    font-size: 2.604rem;
    margin: 0.521rem 0 1.042rem 0;
}

div#load_mb .inner .sub {
    color: #D5AE82;
}

div#load_mb .inner .content.bottom {
    color: #FFFFFF;
    opacity: 0.7;
    border-top: 1px solid white;
    margin-top: 2.865rem;
    padding-top: 1.458rem;
}

div#load_mb .inner .grid-50:first-child {
    padding-right: 285px;
}

.popup_mb .button_close {
    color: #D5AE82;
}

.popup_mb .button_close svg path {
    stroke: #D5AE82;
}
.home_sec4 .wrap .wrap_img img {
    min-height: 100vh;
    width: auto;
    display: block;
}
ul.location>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

ul.location li>span:before {
    width: 180%;
    height: 180%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid  #009F84;
    border-radius: 50%;
    content: '';
    animation: pulse-border 1200ms ease-out infinite;
}

ul.location li {
    cursor: pointer;
}

ul.location .box_content .box_img {
    height: calc(100% - 2.604rem);
}

ul.location .box_content .box_img img {
    height: 100%;
    width: 100%;
    min-height: unset;
    object-fit: cover;
}

ul.location .box_content h3 {
    height: 2.604rem;
    font-size: 10px;
    color: #D5AE82;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    align-items: center;
    display: flex;
    justify-content: center;
}

ul.location li:hover .box_content {
    opacity: 1;
}

ul.location li:hover {
    z-index: 9;
}
.footer_page:before{
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../../images/hoa_tiet_footer.png);
    width: 82.552rem;
    height: 20.625rem;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
    pointer-events: none;
    content: '';
}
.box_form {
    background: linear-gradient(180deg, rgba(0, 99, 74, 0) 4.06%, rgba(0, 68, 55, 0.7) 40.71%, #002323 100%);
    border-radius: 40% 40% 0 0;
    padding-top: 8.333rem;
    padding: 7.8125rem 6.25rem 7.8125rem;
}

.contact_sec_1 .fp-tableCell {
    vertical-align: bottom;
}

.content.text_white.copyright {
    position: absolute;
    left: calc(calc(100vw - 76.042rem)/2);
    bottom: 1.042rem;
    font-size: 0.677rem;
}

.footer_page .box_content ul li {
    color: white;
}

.footer_page .box_content ul li span {
    display: block;
    margin-bottom: 5px;
}

.footer_page .box_content ul li:not(:last-child) {
    margin-bottom: 1.25rem;
}

.footer_page .box_content ul li a {
    color: white;
}

.footer_page .box_content ul li a.phone {
    color: #D5AE82;
    font-size: 1.5625rem;
}

.footer_page .box_content {
    padding-right: 14.375rem;
    padding-top: 8.333rem;
}

.wrap_form input:not(.wpcf7-submit) {
    background: transparent !important;
    width: 100%;
    border: none;
    font-size: 0.729rem;
    color: white;
    border-bottom: 0.5px solid #FFFFFF;
    padding: 0 0 0.78125rem;
    outline: none !important;
    margin-top: 1.823rem;
}

.wrap_form input::placeholder {
    color: white;
}

.wrap_form .content.text_white {
    margin-bottom: 1.042rem;
    display: block;
}

.box_form .content {
}

.view_more br {
    display: none;
}

.wrap_form p {
    margin: 0;
}

span.wpcf7-spinner {
    position: absolute;
    right: 0;
}

.wrap_form .grid-100 {
    text-align: left;
}

.view_more input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.view_more p {
    display: flex;
    align-items: center;
}

.view_more p svg {
    margin-left: 1.042rem;
}

.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 0.625rem;
}

.wpcf7 form .wpcf7-response-output {
    color: white;
}
ul.socials_fix {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

ul.socials_fix a {
    width: 2.604rem;
    height: 2.604rem;
    background: #093830;
    border: 1px solid #D5AE82;
    border-radius: 1.5625rem 0px 0px 1.5625rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

ul.socials_fix a img {
    max-width: 60%;
    max-height: 60%;
}

ul.socials_fix a.popup_dk {
    height: auto;
    width: 2.604rem;
    font-size: 0.833rem;
    color: #D5AE82;
    height: 9.167rem;
    position: relative;
}
ul.socials_fix a span {
    width: 9.167rem;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%) rotate(-90deg);
    top: 50%;
    left: 50%;
    text-align: center;
}

ul.socials_fix li {
    margin: 0.052rem 0;
}
div#form_dk {
    background: linear-gradient(0deg, #093830 1.18%, rgba(5, 69, 56, 0.848207) 36.28%, rgba(0, 87, 69, 0.63) 75.57%, rgba(0, 77, 63, 0) 100%);
    max-width: 46.875rem;
    margin: auto;
    padding: 3.385rem 4.6875rem;
}

div#form_dk .content {
    color: white;
    max-width: 29.479rem;
    margin: auto;
}

div#form_dk  input.wpcf7-form-control.wpcf7-file {
    border: none;
}

button.fancybox-button {
    background: white;
}
.wrap_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 2.604rem;
    padding: 0 0.521rem;
    color: white;
    align-items: center;
}

.wrap_bottom .left {
    font-size: 0.677rem;
    text-align: left;
}

.wrap_form p br {
    display: none;
}

.wrap_bottom .right {
    flex: 0 0 auto;
}
.inside-header {
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    width: 100vw;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 25px 30px;
    align-items: flex-start;
    /*background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.849829) 34.67%, rgba(0, 0, 0, 0.587825) 63.1%, rgba(0, 0, 0, 0) 100%);*/
}

.inside-header:before {
    visibility: unset;
}

.inside-header:before,.inside-header:after {
    display: none;
}

.header_right {
    display: flex;
    align-items: center;
}

a.phone_head {
    display: flex;
    align-items: center;
    color: #D5AE82;
    font-family: var(--font-title);
    margin-right: 1.5625rem;
}

.toggle_menu {
    cursor: pointer;
}
.menu_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: .5s all;
}
.menu_header.active{
    opacity: 1;
    pointer-events: unset;
}

.main-nav ul {
    display: flex;
    justify-content: center;
}

.close_menu {
    position: absolute;
    top: 1.5625rem;
    right: 1.5625rem;
    z-index: 999;
    cursor: pointer;
}

.menu_header .logo {
    max-width: 19.271rem;
    margin: 0 auto 4.167rem;
    margin-top: -2.083rem;
}
.menu_header .logo:before{
    position: absolute;
    content: '';
    background-image: url(../../images/hoaiet_logo.svg);
    width: 63.49rem;
    height: 48.698rem;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    background-size: cover;
}
.main-nav ul li {
    margin: 0 1.302rem;
}

.main-nav ul li a {
    font-size: 1.042rem;
    text-shadow: 0px 4px 4px rgba(1, 74, 69, 0.2);
    color: #FFFFFF;
    line-height: 3.125rem;
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.main-nav ul li a:before,.main-nav ul li a:after {
    background: linear-gradient(270deg, rgba(213, 174, 130, 0) -11.36%, #D5AE82 46.32%, rgba(213, 174, 130, 0.538462) 71.65%, rgba(199, 162, 124, 0) 101.19%);
    height: 0.052rem;
    width: 100%;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: .5s all;
}

.main-nav ul li a:after {
    bottom: 0;
    top: unset;
}

.main-nav ul li a:hover:before, .main-nav ul li a:hover:after {
    opacity: 1;
}

.main-nav ul li a:hover {
    color: #D5AE82;
}

form#searchform {
    position: absolute;
    bottom: 2.34375rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

form#searchform input#s {
    width: 36.458rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    height: 2.96875rem;
}

form#searchform input#searchsubmit {
    position: absolute;
    right: 0;
    height: 100%;
    width: 4.0625rem;
    opacity: 0;
}

form#searchform svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.354rem;
}
.menu_header .inner .main-nav {
    position: relative;
    z-index: 2;
}

.menu_header .logo img {
    position: relative;
    z-index: 2;
}
section.home_sec6 {
    background: #093830;
}
#fp-nav{
    display: none;
}
.nav_left {
    position: fixed;
    top: 0;
    left: 3.646rem;
    z-index: 99;
    height: 100vh;
    display: flex;
    align-items: center;
}

.nav_left .count {
    display: flex;
    align-items: self-end;
    line-height: .6;
    font-family: var(--font-title);
    color: white;
}

.nav_left .count .num {
    font-family: var(--font-title);
    color: #D5AE82;
    font-size: 1.302rem;
}

.nav_left .box_bottom {
    position: absolute;
    bottom: 3.90625rem;
    font-family: var(--font-title);
    color: #D5AE82;
    margin-left: 0.573rem;
}

.box_bottom {
    font-size: var(--font-title);
}

.title_sec {
    width: max-content;
    transform: rotate(-90deg) translateY(1.354rem);
    transform-origin: bottom left;
}

.nav_left .box_bottom li {
    margin-top: 1.042rem;
}

.nav_left .box_bottom ul {
    margin-top: 25px;
    position: relative;
    padding-top: 10px;
}

.nav_left .box_bottom ul:before {
    width: 1.302rem;
    height: 0.052rem;
    background: #D5AE82;
    content: '';
    position: absolute;
    top: 0;
    left: 0.104rem;
}

.nav_left .count {
    transform: translateY(-6.771rem);
    position: relative;
    width: 2.76rem;
    justify-content: center;
}

.nav_left .count:before,.nav_left .count:after {
    background: linear-gradient(0deg, #D5AE82 0%, rgba(213, 174, 130, 0) 100%);
    width: 1px;
    height: 8.333rem;
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%,-100%);
    top: -1.615rem;
}

.nav_left .count:after {
    top: unset;
    bottom: -1.615rem;
    transform: translate(-50%,100%);
    background: linear-gradient(180deg, #D5AE82 0%, rgba(213, 174, 130, 0) 100%);
}

.site-header .header-image {
    width: 7.292rem;
}
.fp-viewing-rivera-villas .nav_left {
    opacity: 0;
    pointer-events: none;
    transition: .3s all;
}
ul.list_dot li:hover .number, ul.list_dot li.active .number {
    background: radial-gradient(50% 50% at 50% 50%, #FFF0E0 0%, #FECFA0 100%);
    color: #0D4D42;
}

.pc {
    display: block !important;
}
.mobile{
    display: none !important;
}
a.scroll_down ,
.home_sec5 ul.list_item li{ animation: hu__hu__ infinite 2s ease-in-out }

@keyframes hu__hu__ {
    50% { transform: translate(-50%,30px) }
}
.home_sec5 ul.list_item li {
    position: absolute;
    cursor: pointer;
}

.home_sec5 ul.list_item li .box_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    border: 1px solid #edc9a2;
    border-radius: 50%;
}

.home_sec5 ul.list_item li .box_content img {
    max-width: unset;
}

.home_sec5 ul.list_item li .box_content .inner {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    background: linear-gradient(180deg, rgba(9, 56, 48, 0.8) 0%, rgba(0, 104, 86, 0.8) 100%);
    border-radius: 50%;
    opacity: 0;
    transition: .5s all;
}

.home_sec5 ul.list_item li .box_content .inner>* {
    display: block;
    width: 100%;
}

.home_sec5 ul.list_item li .box_content img {
    display: block;
}

.home_sec5 ul.list_item li .box_content .inner h3 {
    font-size: 30px;
    color: #D5AE82;
    font-family: var(--font-title);
    margin: 0;
}

.home_sec5 ul.list_item li .box_content .inner .content {
    font-size: 14px;
    font-family: var(--font-medium);
}

.home_sec5 ul.list_item li:hover .box_content .inner {
    opacity: 1;
}
@media only screen and (max-width: 1199px) {
    .hero-style {
        height: auto;
        padding-bottom: 60%;
    }

    div#fullpage>section {
        padding: 50px 0 !important;
        overflow: hidden;
    }

    div#fullpage>section.home_sec1 {
        padding: 0 !important;
    }


    a.scroll_down {
        display: none;
    }


    .nav_left {
        display: none;
    }

    a.play_video span.icon:before {
        display: none;
    }

    div#fullpage>.home_sec4 {
        padding: 0 !important;
    }

    .grid-container {
        max-width: 920px;
    }

    .font_title {
        font-size: 35px;
    }

    .font_sub {
        font-size: 35px;
    }

    a.play_video {
        font-size: 25px;
        flex: 0 0 auto;
        width: max-content;
    }

    .home_sec4 .wrap {
        flex-wrap: wrap;
    }

    .home_sec4 .wrap>* {
        width: 100% !important;
    }

    .home_sec4 .wrap> .wrap_content {
        order: -1;
        padding: 40px 0;
        max-width: 950px;
        margin: auto;
    }

    div#fullpage>.home_sec5,div#fullpage>.home_sec6 {
        padding: 0 !important;
    }

    .hero-slider:before {
        display: none;
    }

    .hero-slider .box_content {
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .hero-slider .font_title {
        font-size: 40px;
    }

    .home_sec1 span.font_sub {
        margin-left: 0;
    }

    .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
        right: unset;
        bottom: 20px;
    }

    .home_sec7 .grid-33 .content:before {
        display: none;
    }

    .home_sec7 .slider_project {
        width: auto;
        margin: 20px 0 0;
    }

    .home_sec7 .content {
        margin-top: 0;
    }

    .wrap_bg img.background {
        position: unset;
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
    }

    .wrap_bg {
        position: relative;
        height: auto;
        top: unset;
        left: unset;
    }

    section.home_sec8 {
        background: #093830;
    }

    .home_sec8 .fp-tableCell {
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: c;
    }

    .home_sec8 .fp-tableCell .grid-container {
        order: -1;
    }

    .home_sec8 .inner {
        text-align: center;
    }

    div#fullpage>.home_sec8 {
        padding-bottom: 0 !important;
    }

    .home_sec9 .arrow_slider {
        left: -50px;
    }

    .home_sec9 .arrow_slider.next {
        right: -50px;
    }

    .home_sec10 .grid-50 {
        text-align: center;
    }

    ul.list_tax {
        justify-content: center;
    }

    .home_sec10 .arrow_slider {
        display: none;
    }


    .inside-header {
        max-width: 100% !important;
    }
    .wrap_gallery.slider_project {
        padding: 40px 20px 0;
    }

    .pc {
        display: none;
    }
    .mobile{
        display: block;
    }
    .wrap_gallery.slider_project {
        padding: 40px 20px 0;
    }

    .slider_project .item:before {
        width: 100px;
        height: 100px;
    }

    .wrap_gallery.slider_project .item h3 {
        font-size: 20px;
    }

    .home_sec12 h2.font_title {
        margin-top: 0;
    }

    .pc {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    div#load_mb .inner {
        max-width: 950px;
    }

    div#load_mb .inner .grid-50:first-child {
        padding-right: 40px;
    }
    .footer_page .box_content {
        padding-top: 0;
        padding-right: 10px;
    }

    .box_form {
        padding: 50px 60px 50px;
    }

    div#fullpage>section.contact_sec_1 {
        padding: 40px 0 0 !important;
    }

    .footer_page:before {
        display: none;
    }

    .contact_sec_1 .fp-tableCell {
        vertical-align: unset;
    }

    section.contact_sec_1.footer_page {
        height: auto !important;
    }

    .content.text_white.copyright {
        left: calc(calc(100vw - 920px)/2);
    }
    .menu_header .logo:before {
        display: none;
    }

    .main-nav ul {
        flex-wrap: wrap;
        display: block;
        max-height: 39vh;
        overflow: auto;
    }

    .main-nav ul li {
        display: block;
    }

    .menu_header .logo {
        max-width: 200px;
        margin-bottom: 20px;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 991px){
    .site-header .header-image {
        width: auto;
        height: 60px;
    }

    .inside-header {
        padding: 20px 20px;
    }

    .hero-slider .box_content {
        width: 100%;
    }

    .box_lodo img {
        width: 137px;
    }

    .home_sec4 .wrap .wrap_img img {
        min-height: unset;
    }

    .grid-container {
        max-width: 720px;
    }

    .home_sec9 .arrow_slider {
        display: none;
    }

    .slider_history .box_img {
        width: 80vh;
    }

    .wrap_gallery.slider_project {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .wrap_gallery.slider_project .item.video {
        width: calc(100% - 4.167rem);
        margin-bottom: 30px;
    }

    .wrap_gallery.slider_project .item {
        width: calc(50% - 4.167rem);
        transform: unset !important;
    }

    .content.text_white.copyright {
        display: none;
    }

    div#load_mb .inner {
        max-width: 720px;
    }
    .nav-float-right #site-navigation{
        display: none;
    }
}
@media  only screen and (max-width: 767px) {
    .hero-slider .font_title {
        font-size: 20px;
    }

    .home_sec1 span.font_sub {
        font-size: 20px;
        margin-top: -13px;
    }

    .hero-slider .box_content {
        bottom: 26px;
    }

    .swiper-pagination span:before {
        top: 5px;
        left: 5px;
    }

    .hero-slider .slide-inner:before {
        height: 70%;
    }

    .box_lodo img {
        width: 120px;
    }

    .box_lodo:before {
        display: none;
    }

    .font_title {
        font-size: 25px;
    }

    .font_sub {
        font-size: 25px;
        margin-top: -20px;
    }

    .home_sec3 .grid-container {
        flex-wrap: wrap;
    }

    .home_sec3 .inner {
        padding-left: 0;
    }

    .home_sec3 .inner h2.font_title {
        margin-left: 0;
    }

    a.play_video {
        margin-top: 30px;
    }

    a.play_video span.icon {
        width: 40px;
        height: auto;
    }

    section.home_sec3 {
        background: #093830;
    }

    section.home_sec3 img.background {
        opacity: .1;
    }

    ul.location .box_content {
        width: 7.417rem;
        height: 7.417rem;
    }

    ul.location .box_content h3 {
        font-size: 8px;
    }

    .home_sec5 .wrap_img .box_content {
        position: unset;
        width: 100%;
        max-width: 100%;
        transform: unset;
        order: -1;
        margin-top: 40px;
    }

    .home_sec5 .wrap_img {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 4px;
    }

    ul.list_hover li .num {
        flex: 0 0 auto;
    }

    ul.list_hover li {
        text-align: left;
        font-size: 12px;
    }

    ul.list_dot li .number {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

    .wrap_gallery.slider_project .item {
        width: 100% !important;
        margin: 0 0 30px;
    }

    .box_form {
        padding-left: 30px;
        padding-right: 30px;
    }

    .main-navigation {}

    .main-navigation {
        display: none;
    }
    ul.list_tax a {
        padding: 0 20px;
    }

    .slider_history .item .title .time {
        font-size: 12px;
    }

    .slider_history .box_img {
        width: 100vw;
    }

    .home_sec7 .slider_project {
        padding-right: 0 !important;
    }
    ul.socials_fix {
        top: unset;
        bottom: 10%;
        transform: translateY(0px);
    }

    div#form_dk {
        padding: 20px;
    }
    .inside-header {
        padding: 10px;
        background: linear-gradient(180deg, #015e49 0%, rgb(8 56 48) 34.67%, rgb(8 56 48 / 60%) 63.1%, rgba(0, 0, 0, 0) 100%);
    }

    .site-header .header-image {
        height: 45px;
    }

    a.phone_head svg {
        width: 40px;
        height: auto;
    }

    .toggle_menu svg {
        width: 40px;
    }
    div#load_mb .inner {
        flex-wrap: wrap;
        align-content: center;
    }

    div#load_mb .inner .grid-50:first-child {
        padding-right: 10px;
    }

    div#load_mb .inner .content.bottom {
        margin-bottom: 20px;
    }

    div#load_mb .inner h2.font_title {
        font-size: 25px;
    }
    div#load_content_post.active h2.heading_h2 {
        font-size: 25px;
    }

    div#load_content_post {
        padding: 100px 20px 20px;
    }
    form#searchform input#s {
        width: 90vw;
    }
    ul.list_hover li .num{
        margin-right: 10px;
    }
    a.phone_head {
        font-size: 0;
    }

    .site-logo {}

    .inside-header {
        justify-content: center;
    }

    .header_right {
        position: absolute;
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 0 10px;
    }
    .box_lodo img{
        max-width: 100px;
    }
    .home_sec5 .box_content {
        margin-top: 30px;
        color: white;
    }

    .home_sec5 .box_content .content {
        color: white;
    }

    .home_sec5 ul.list_item li .box_content {
        margin: 0;
        width: auto;
        max-width: unset;
        transform: translate(-50%, -50%) scale(.35);
    }

    .home_sec5 .wrap_img {
        margin-bottom: 30px;
    }
}