font-s {
    margin: 0;
    padding: 0;
}

header {
    position: relative;
}


@font-face {
    font-family: 'Conv_SVN-Miller Banner';
    src: url('../fonts/SVN-Miller Banner.eot');
    src: url('../fonts/SVN-Miller Banner.woff') format('woff'), url('../fonts/SVN-Miller Banner.ttf') format('truetype'), url('fonts/SVN-Miller Banner.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Conv_SVN-Avant Garde Gothic Book';
	src: url('../fonts/SVN-Avant Garde Gothic Book.eot');
	src: url('../fonts/SVN-Avant Garde Gothic Book.woff') format('woff'), 
    url('../fonts/SVN-Avant Garde Gothic Book.ttf') format('truetype'), 
    url('../fonts/SVN-Avant Garde Gothic Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Conv_UTM French Vanilla';
    src: url('fonts/UTM French Vanilla.eot');
    src: url('../fonts/UTM French Vanilla.woff') format('woff'), url('../fonts/UTM French Vanilla.ttf') format('truetype'), url('../fonts/UTM French Vanilla.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
:root {
    --font-Gothic:'Conv_SVN-Avant Garde Gothic Book';
    --font-Miller: 'Conv_SVN-Miller Banner';
    --font-Vanilla: 'Conv_UTM French Vanilla';
    --transition-smooth: all 0.5s cubic-bezier(0.04, 1, 0.6, 0.97);
    --transition-smooth-2: all 1.5s cubic-bezier(0.04, 1, 0.6, 0.97);
    --color-gradient: linear-gradient(90.03deg, #FFBB4E 0.02%, #EF2D13 99.97%);
    /* --color-gradient: linear-gradient(90.03deg, #F3C583 0.02% , #F0AE73 19.7% , #EC905D 53.38% , #E86E46 79.81% , #E65B3C 99.97% ); */
    --font-body: 'Montserrat', 'sans-serif';
    --color-green: #004946;
    --color-grad-green: linear-gradient(90deg, #014C48 0%, #0F5352 11.92%, #1E5A58 25.31%, #276E60 40.63%, #3A846B 56.5%, #489873 71.02%, #67A17C 83.85%, #A1AB86 91.62%, #C3B491 100%);
;
}
body {
    font-size: 13px;
    font-family: var(--font-body);
    position: relative;
}
html {scroll-behavior: smooth;}
.loader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 999999999;
    transition: transform 1s cubic-bezier(0.92, 0.07, 0.49, 0.73);
    overflow: hidden;
    background: var(--color-grad-green);
}
.kv_loading{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.kv_loading img{ position: absolute;}
.kv_loading .img1{top: 0; right: 0; width: 200px;}
.kv_loading .img2{left: 0; bottom: 0; width: 100%;}
.loader.inactive {
    transform: translateY(100%);
}
.itemnews .--content a:hover{
    color: #e3632b;
}
.loaderLogo {
    position: absolute;
    top: 0;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    height: auto;
    animation: loaderPulse 2s ease-out infinite;
}
@keyframes loaderPulse {
    0% {
        transform:scale(.85);
    }
    50% {
        transform:scale(1);
        opacity: 1;
    }
    100% {
        transform:scale(.85);
    }
}
.homeIframe360 iframe{
    width: 100%;
    height: 100vh;
}
.homeIframe360{
    opacity: 1;
    overflow: scroll;
    z-index: 1;
    position: relative;
}
.scrolldown .arrows {
	width: 60px;
	height: 72px;
	/* position: absolute; */
	/* left: 50%; */
	/* margin-left: -30px; */
	/* bottom: 50px; */
	transform: scale(.5);
	/* border: 1px solid #fff; */
	z-index: 9;
	cursor: pointer;
	transform: scale(.3);
}
.scrolldown.scrolprev{transform: rotate(180deg) scale(.8);bottom: 147px;}
.scrolldown {
    position: absolute;
    right: 10%;
    margin-left: -30px;
    bottom: 54px;
    width: 55px;
    height: 55px;
    background: var(--color-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    transform: scale(.8);
    justify-content: center;
}
.scrolldown span {
    width: max-content;
    position: absolute;
    color: #fff;
    background: var(--color-gradient);
    padding: 9px 15px;
    font-family: var(--font-Gothic);
    top: -100%;
    z-index: 999;
    transition: opacity .5s ease;
    border-radius: 50px;
    font-size: 15px;
}
.scrolldown .arrows path {
	stroke: #fff;
	fill: transparent;
	stroke-width: 5px;
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite;
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.scrolldown .arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s;
}

.scrolldown .arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s;
}

.scrolldown .arrows path.a3 {	
	animation-delay:0s;
	-webkit-animation-delay:0s;
}
#fp-nav ul li{
    width: 18px;
    margin: 0.15rem;
}
#fp-nav ul li a.active ~ .fp-tooltip::after{
    background: #f87a33;
}
#fp-nav ul li a.active ~ .fp-tooltip{opacity: 1;width: max-content;background: var(--color-gradient);color: #fff;}
#fp-nav ul li a.active span{
    /* width: 100%; */
    /* height: 5px; */
    margin: -6px 0 0 0px;
    opacity: 1;
    background: var(--color-gradient);
}
#fp-nav ul li a{/* width: 100%; */}
#fp-nav ul li a span{
    background: #fff;
    border-radius: 0 !important;
    width: 100%;
    opacity: .7;
    border-radius: 50px !important;
    height: 3px;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span, #fp-nav ul li:hover a.active span{width: 18px; height: 4px; margin: -2px 0 0 -2px; opacity: 1}
#fp-nav ul li .fp-tooltip{
    background: #fff;
    top: -31px;
    transform: translate(-50%,0);
    left: 80%;
    padding: 3px 15px;
    border-radius: 15px;
    font-size: 12px;
    color: #e04a27;
    font-family: var(--font-body);
    /* position: relative; */
    overflow: unset;
}
#fp-nav ul li .fp-tooltip::after{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    transform: translate(-50%,0) rotate(45deg);
    left: 50%;
    bottom: -3px;
    z-index: -3;
    background: #fff;
}
/* #fp-nav li a.active span {
    background: var(--color-gradient);
} */
.menuSingle{
    position: fixed;
    right: 24px;
    top: 25px;
    z-index: 99999;
    display: none;
}
.menuSingle .menu.active .--img1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    object-fit: cover;
    height: auto;
    filter: brightness(12);
    pointer-events: none;
}
.menuSingle .menu.active .--img2 img{position: absolute; right: 0;}
.menuSingle .menu.active .--img2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
}
.humbeger p:nth-child(1),.humbeger p:nth-child(2){margin-bottom: .4rem;}
.menuSingle .menu{
    transform: translate(200%,0);
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    transition: all .75s ease;
    background: linear-gradient(90deg, #24685E 0%, #118166 31.25%, #2E866A 61.46%, #489873 100%);
}
.menuSingle .menu.active{width: 50%;opacity: 1;/* z-index: 999; */transform: none;}

.menuSingle .menu a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: var(    --font-Miller);
    font-size: 20px;
    transition: all .5s ease;
}
.menuSingle .menu ul{list-style: none;display: flex;flex-flow: column;justify-content: center;align-items: center;height: 100%;z-index: 99;position: relative; padding: 0;}
.menuSingle .menu ul li:hover a{
    transform: scale(2);
    position: relative;
    letter-spacing: 1.2px;
    color: #ee8155;
}
.menuSingle .menu ul li:hover::before{
    height: 100%;
    opacity: 1;
}
.menuSingle .menu ul li::before{
    content: '';
    width: 100%;
    height: 0;
    /* background-image: linear-gradient(
90deg, transparent, rgb(23 122 100), transparent); */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .15s ease-out .1s;
    opacity: 0;
}
.menuSingle .menu ul li {
    margin-bottom: 8px;
    width: 100%;
    text-align: center;
    transition: all .5s ease;
}
.humbeger p{width: 30px;height: 2px;background: var(--color-gradient);margin-bottom: 0;transition: all .5s ease;}
.humbeger{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border-radius: 50%;
    /* background: linear-gradient(90.03deg, #FFBB4E 0.02%, #EF2D13 99.97%); */
    cursor: pointer;
    position: relative;
    z-index: 9999;
}

.humbeger.active p:nth-child(1) {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0) rotate(45deg);
    margin-bottom: 0;
    width: 25px;
}

.humbeger.active p:nth-child(2) {
    display: none;
}

.humbeger.active p:nth-child(3) {
    transform: translate(-50%,0) rotate(-45deg);
    position: absolute;
    left: 50%;
    margin-bottom: 0;
    width: 25px;
}
#fp-nav{top: unset;bottom: 2px;left: 13%;}
#fp-nav ul{
    display: flex;
    top: unset;
    bottom: 0;
}
/* #fp-nav.active{
    opacity: 1;
    transform: none !important;
    pointer-events: auto;
} */
.segTitle {
    position: relative;
}
.bg_fill {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.homeSecondhome  .col-md-8{overflow: hidden;}
.background_frame {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: right center;
    transition: opacity 1.5s ease-out, background-position 10s ease-out, width 10s ease !important;
    /* pointer-events: none; */
}

.background_frame:hover {
    width: 110%;
}

.homeBanner .background_frame {
    width: 78%;
    right: 0;
    left: unset;
}

.fp-completely.homeBanner .background_frame {
    background-position: top right;
}
.fp-viewing-trang-chu .KV .img1{
    width: 30%;
}

.fp-viewing-gioi-thieu .KV .img1 {
    width: 23%;
}
.fp-completely .background_frame {
    background-position: 90% 100%;
}
.menuFullpage{
    color: #fff;
    left: 60px;
    bottom: 15px;
    position: fixed;
    z-index: 99;
    padding: 0 52px 0 0;
    cursor: pointer;
}

.fp-viewing-tin-tuc .menuFullpage, .fp-viewing-second-home .menuFullpage, .fp-viewing-tong-quan .menuFullpage {
    color: var(--color-green);
}

.menuFullpage .number {
    align-items: flex-end;
    font-family: var(--font-Miller);
    line-height: 1;
}
button:focus{outline: none;}
.menuFullpage .number span {
    font-size: 23px;
    line-height: 1;
    margin: 0 .25rem;
    margin-bottom: -2px;
}
#numsection{
    font-size: 70px;
    line-height: 37px;
    margin-right: .25rem;
    height: 46px;
}
.fp-viewing-trang-chu .menuFullpage .span1{opacity: 1;}
.fp-viewing-gioi-thieu .menuFullpage .span2{opacity: 1;}
.fp-viewing-anh-tong-the .menuFullpage .span3{opacity: 1;}
.fp-viewing-tong-quan .menuFullpage .span4{opacity: 1;}
.fp-viewing-tong-mat-bang .menuFullpage .span5{opacity: 1;}
.fp-viewing-kien-truc .menuFullpage .span6{opacity: 1;}
.fp-viewing-trai-nghiem .menuFullpage .span7{opacity: 1;}
.fp-viewing-tien-ich .menuFullpage .span8{opacity: 1;}
.fp-viewing-kien-truc-nha .menuFullpage .span9{opacity: 1;}
.fp-viewing-cong-vien .menuFullpage .span10{opacity: 1;}
.fp-viewing-second-home .menuFullpage .span11{opacity: 1;}
.fp-viewing-tin-tuc .menuFullpage .span12{opacity: 1;}
.fp-viewing-lien-he .menuFullpage .span13{opacity: 1;}
.menuFullpage .number span.arrowsDown{cursor: pointer; font-size: 15px;}
.menuFullpage p span{position: absolute;top: -70%;opacity: 0;transition: all 1.5s easae;}
.menuFullpage p {
    font-family: var(--font-Vanilla);
    font-size: 20px;
    line-height: 1;
}
.logokv {
    position: fixed;
    top: 0;
    left: 60px;
    z-index: 9999;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.fp-viewing-trang-chu .logokv img.logo{
    left: 239px;
    top: calc(50% - 177px);
    transform: translate(-50%, -50%);
    width: 218px;
}
.logokv img.logo {
    position: absolute;
    z-index: 99;
    width: 140px;
    top: 24px;
    transition: all 1s ease;
    left: 0;
    pointer-events: auto;
}

.fp-viewing-second-home .logokv img.logo {
    display: none;
}
.logokv img.logo2 {
    pointer-events: auto;
    width: 140px;
    opacity: 0;
    transition: all 1s ease;
    top: 24px;
    position: absolute;
}

.fp-viewing-second-home .logokv img.logo2 {
    display: block;
    position: absolute;
    opacity: 1;
}.logokv .imgkv {
    position: absolute;
}.logokv .imgkv {
    opacity: 0;
}
.fp-viewing-trang-chu .logokv .imgkv {
    opacity: 1;
    top: 0;
    left: 232px;
    position: absolute;
}
.menumobi{
    display: none;
}
.KV {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}
.KV .img2 {
    opacity: 0;
    transition: all .5s ease;
    width: 600px;
    bottom: -8px;
    position: fixed;
}
.fp-viewing-trang-chu .KV .img2 {
    /* position: fixed; */
    /* bottom: 0; */
    left: 20%;
    opacity: 1;
    transition-delay: .75s;
    width: 600px;
}
.KV .img1 {
    z-index: 1;
    transition: all 1s ease !important;
}
.KV .img1, .KV .img3 {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 22%;
}

.fp-viewing-kien-truc .KV .img1 {
    width: 271px;
}
.fp-viewing-kien-truc .KV .img3 {
    display: none;
}

.KV .img3 {
    width: 45%;
}

.fp-viewing-anh-tong-the .KV .img3 {
    display: none;
}
.fp-viewing-11 .KV .img1 {
    display: none;
}
.fp-viewing-tien-ich .img1 {
    display: none;
}
.fp-viewing-tien-ich .KV .img3, .fp-viewing-tin-tuc .KV .img3, .fp-viewing-kien-truc-nha .KV .img3, .fp-viewing-lien-he .KV .img3, .fp-viewing-canh-quan .KV .img3, .fp-viewing-cong-vien .KV .img3,.fp-viewing-trai-nghiem .KV .img3 {
    display: none;
}
.KV .img6 {
    display: none;
}

.fp-viewing-tin-tuc .KV .img8 {
    display: block;position: absolute;top: 0;right: 0;
}
.KV .img8 {
    display: none;
}

.KV .img9 {
    display: none;
}

.homeContactkv .img3 {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    z-index: 99;
    transform: translate(150%);
}
.fp-viewing-cong-vien .KV .img6 {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bggardien {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 58%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    pointer-events: none;
}
.textgardient {
    background: var(--color-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
 /* banner */ 
.homeBanner .--title {
    position: relative;
    z-index: 99;
    color: #FFFFFF;
    font-family: var(--font-Vanilla);
    width: 560px;
    padding-left: 60px;
    height: 208px;
}
.homeBanner .--title h1 {
    font-size: 92px;
    margin-bottom: 1rem;
    font-family: var(--font-Miller);
    width: max-content;
}
.section.homeBlock h1 {
    line-height: 38px;
}
.homeBanner .--title .--text1 {
    position: relative;
    top: -1.25rem;
    font-size: 32px;
    line-height: 36px;
}
.homeBanner .--title .--text1 p:nth-child(1){margin-bottom: -.5rem;}
.homeBanner .--title .--text1 p:nth-child(3){
    display: flex;
    justify-content: flex-end;
}
.homeBanner .--title .--text1 p{margin-bottom:0;}
.homeBanner .--title .--text1 p:nth-child(2){font-size: 58px;margin-left: 2rem;}
.homeExperience .--contentleft h1 .--text1 br {
    display: none;
}
.homeBanner .--title h2 {
    display: flex;
    /* padding-left: 54px; */
    align-items: center;
}
.homeBanner .--title h2 .--text2 {
    font-size: 116px;
    /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    width: 68px;
}
.homeBanner .--title h2 .--text3 {
    display: flex;
    flex-flow: column;
    /* padding-left: 18px; */
    padding-top: 10px;
    line-height: 38px;
}
.homeBanner .--title h2 .--text3 span:nth-child(1) {
    font-size: 32px;
    position: relative;
    left: 4px;
}
.homeBanner .--title h2 .--text3 span:nth-child(2) {
    font-size: 58px;
    line-height: 1;
}.homeBanner .--title h2 .--text1 span:nth-child(3) {
    position: absolute;
    top: 48px;
    right: 8px;
    font-size: 24px;
}
.homeBanner {
    position: relative;
}
#fullpage{transition: all 1s ease-in-out !important;}
.homeBanner::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("/wp-content/uploads/2021/10/Frame-1554.svg");
    width: 129px;
    background-position: center;
    background-repeat: no-repeat;
    height: 116px;
}
.homeBanner::before {
    bottom: 8px;
    content: '';
    position: absolute;
    right: -7px;
    background-image: url(/wp-content/uploads/2021/10/Frame-1554.svg);
    width: 129px;
    background-position: center;
    background-repeat: no-repeat;
    height: 116px;
    z-index: 99;
    transform: rotate(90deg);
} 
/* gioi thieu*/ 
.logokv .imgkv1 {
    opacity: 0;
    top: 0;
    left: -60px;
    position: absolute;
}
.fp-viewing-thu-vien .logokv img.imgkv1{opacity: 1}
.logokv img.imgkv1 {
    transition: all 1s ease;
}
.homeLibrkv{position: absolute;width: 100%;height: 100%;top: 0;left: 0;pointer-events: none;}
.homeLibrkv img{position: absolute;}
.homeLibrkv .img1{
    right: -2%;
    bottom: 0;
    width: 250px;
    display: none;
}
.homeLibrkv .img2{
    left: -4px;
    top: 0;
    margin: auto;
}
.homeLibrkv .img3{
    top: 0;
    right: 0;
}
.fp-viewing-gioi-thieu .logokv img.imgkv1, .fp-viewing-anh-tong-the .logokv img.imgkv1,.fp-viewing-canh-quan .logokv img.imgkv1 {
    transform: none;
    opacity: 1;
}
.fp-viewing-trang-chu .logokv .imgkv1, .fp-viewing-gioi-thieu .logokv img.imgkv1, .fp-viewing-anh-tong-the .logokv img.imgkv1, .fp-viewing-canh-quan img.imgkv1, .fp-viewing-trai-nghiem img.imgkv1, .fp-viewing-tien-ich .imgkv1, .fp-viewing-cong-vien .imgkv1,.fp-viewing-tong-mat-bang .imgkv1, .fp-viewing-kien-truc-nha .imgkv1, .fp-viewing-tin-tuc .imgkv1{
    opacity: 1;
}
.modallist img{
    width: 100%;
    height: 73vh;
    object-fit: cover;
}
.modallist .--img{
    height: 100%;
}
.modallist .slick-track{
    /* width: 100%; */
}
.modallist {
    width: 100%;
    /* height: 50vh; */
    background: #ededed;
}

.modallist i.slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: var(--color-gradient);
    color: #fff;
    border: 1px solid #fff;
}

.modallist i.slick-arrow.slideNav-prev {
    bottom: 0;
    left: 0;
    z-index: 99;
}

.modallist i.slick-arrow.slideNav-next {
    position: absolute;
    left: 31px;
    bottom: 0;
}
button.slick-arrow{
    display: none !important;
}

ul.slick-dots {
    display: none !important;
}
.homeIntroduce .--title .textgardient {
    position: relative;
    z-index: 99;
    font-size: 50px;
    font-family: var(--font-Miller);
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
}
.homeIntroduce .--content {
    text-align: center;
}
.homeIntroduce .--subtitle {
    position: relative;
    z-index: 99;
    width: 400px;
    margin: auto;
    font-size: 14px;
}
.homeIntroduce .--content {
    color: #FFFFFF;
    position: absolute;
    top: 43%;
    transform: translate(0, -50% );
    right: 60px;
} 
/* framenghi */
.homeBlock .segTitle {
    font-size: 24px;
    color: #FFFFFF;
    font-family: var(--font-Vanilla);
    position: absolute;
    bottom: 14%;
    left: 47%;
    text-align: center;
    z-index: 99;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.homeBlock2 .segTitle {
    bottom: 5%;
}

.homeBlock {
    position: relative;
}

.homeBlockkv .img1 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 300px;
    transform: translateY(30px);
    transition: all .75s ease;
    opacity: 0;
    pointer-events: none;
}
.homeBlockkv .img4 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 40%;
    transform: translateY(30px);
    transition: all 1.5s ease;
    opacity: 0;
}
.homeBlockkv .img5 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    transform: translateY(30px);
    transition: all 2s ease;
    opacity: 0;
}
.section.fp-completely .homeBlockkv .img1 {
    transform: none;
    opacity: 1;
}
.section.fp-completely .homeBlockkv .img4 {
    transform: none;
    opacity: 1;
}
.section.fp-completely .homeBlockkv .img5 {
    transform: none;
    opacity: 1;
}
.homeBlockkv .img2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    height: 80%;
    transform: translate(-150%);
    transition: all .75s ease;
    opacity: 0;
}

.section.fp-completely .homeBlockkv .img2 {
    transform: none;
    opacity: 1;
}

.homeBlockkv .img3 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    transform: translate(150%);
    opacity: 0;
    transition: all .75s ease;
}

.section.fp-completely .homeBlockkv .img3 {
    transform: none;
    opacity: 1;
}

.homeBlock::after {content: '';position: absolute;bottom: 0;left: 0;height: 100%;width: 100%;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(80, 192, 157, 0) 67.72%, rgba(63, 233, 179, 0.14) 76.87%, #066747 100%);}
.homeBlock .segTitle .textgardient {
    font-size: 50px;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
}
.infoOverview li {
    display: flex;
    color: #004946;
    font-size: 11px;
    margin-bottom: 3px;
}
 .infoOverview li span:nth-child(1) {
     width: 150px;
     font-weight: 600;
     flex: 0 0 auto;
} 
.homeOverview .--contentlist .infoOverview li:nth-child(1) span:nth-child(2) { 
    font-weight: 600; 
}
.homeOverview .--contentlist .--contentlist .infoOverview li:nth-child(1) span:nth-child(2) { 
     font-weight: normal; 
} 
.homeOverview .--content{
    height: 100%;
    width: 100%;
    background: #f8f8f8;
}

.homeOverview .--content .right {
    position: relative;
    background-position: right center;
}

.homeOverview .--content .right::after {content: '';position: absolute;width: 100%;height: 100%;top: 0;float: right;right: 0;background: #fff;transition: all 1s ease;}

.homeOverview.fp-completely .--content .right::after {
    width: 0;
} 
.homeOverview .--contentleft {
    padding-left: 60px;
    padding-top: 1rem;
} 
.homeOverview .--contentleft .infoOverview {
    margin-bottom: 0;
}
.homeOverview .--contentleft .KV_Overview img{width: 80%;}
.homeOverview .--contentleft .KV_Overview {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    display: flex;
    justify-content: flex-end;
} 
.homeOverview .--contentlist h1 {
    font-size: 26px;
    font-family: var(--font-Vanilla);
    width: max-content;
    margin-bottom: .5rem;
}
.homeOverview .--contentleft ul li p:nth-child(1) {
     color: #004946;
     font-weight: 600;
}
.homeOverview .--content .col-md-4 {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.homeOverview {
    position: relative;
}

.homeOverview::after {content: '';position: absolute;right: 0;bottom: 0;height: 100%;width: 66.666667%;background: linear-gradient(180deg, rgba(31, 107, 83, 0) 77.19%, rgba(31, 107, 83, 0.5) 90.22%, rgba(31, 107, 83, 0.8) 100%); pointer-events: none;}
.homeOverview .--content .--txt h2 {
    font-family: var(--font-Vanilla);
    /* background: linear-gradient(269.93deg, #378770 44.74%, #378770 44.89% , #196659 72.6%, #004946 99.91% ); */
    /* -webkit-background-clip: text; */
    /* margin-bottom: 0; */
    /* -webkit-text-fill-color:transparent; */
    font-size: 26px;
}

.homeOverview .--content .--txt {
    /* margin-bottom: 2rem; */
}
.homeOverview .--content .--txt h1 {
    font-family: var(--font-Miller);
    font-size: 28px;
    text-transform: uppercase;
    width: max-content;
}
.fp-viewing-tong-quan .logokv img.logo2, .fp-viewing-tin-tuc .logokv img.logo2,.fp-viewing-seconhome img.logo2 {
    top: 26px;
    opacity: 1;
}
.fp-viewing-tong-quan .logokv img.logo, .fp-viewing-tin-tuc .logokv img.logo, .fp-viewing-seconhome .logokv img.logo {
    opacity: 0;
}
.fp-viewing-tong-quan .logokv .imgkv {
    opacity: 0;
}
.fp-viewing-tong-quan .logokv .imgkv1 {
    opacity: 0;
}
.fp-viewing-tong-quan .menuFullpage{
    bottom: 20px;
    height: max-content;
}
.homeOverviewkv {position: absolute;bottom: 0;left: 33.33333%;}
/* frame nghi */
.homeBlock2 .--title h1 .--txt1 {
    background: linear-gradient(90deg, #F5D18D -1.08% , #df9943 -0.7% , #E54A36 130.41% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 113px;
    display:flex;
    width: 62px;
    align-items: flex-end;
}.homeBlock2 .--title h1 .--txt1 span {
    width: 64px;
    text-align:left;
}.homeBlock2 .--title h1 .--txt2 {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1rem;
    line-height: 80px;
}
.homeBlock2 .--title h1 .--txt2 p {
    display: none;
}
.homeBlock2 .--title h1 .--txt2 span {
    font-size: 50px;
    background: linear-gradient(90.02deg, #E6523B 1.07% , #F5D18D 99.98% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: -1rem;
}
.homeBlock2 .--title h1 .--txt3 {
    line-height: 28px;
}.homeBlock2 .--title h1 .--txt3 span {
    background: var(--color-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 8px;
}.homeBlock2 .--title h1 {
    display: flex;
    font-size: 28px;
    line-height: 92px;
}.homeBlock2 .--title h1 p {
    margin-bottom: 0;
    padding-top: 22px;
    margin-right: -10px;
}
.homeUtilities {background: #f8f8f8;}
.homeMapkv .img1 {
    display: none;
    position: absolute;
    right: 0;
    transform: translateX(150%);
    bottom: 0;
}

.section.fp-completely .homeMapkv .img1,.section.fp-completely .homeMapkv .img2 {
    transform: none;
    opacity: 1;
}
.homeMap {position: relative;}
.img_total, .marker_total{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
    left: 0;
}
.img_total img{
    width: 100%;
    height: 100%;
}
.homeMap .--titlemb {
    display: none;
}
.marker_total .number:hover, .marker_total .number.active{transform: scale(1.4);background: var(--color-gradient);border: 2px solid #fff;color: #fff;}
.marker_total .number{position: absolute;width: 25px;height: 25px;background: yellow;border-radius: 50%;border: 2px solid #000;display: flex;align-items: center;justify-content: center;font-size: 11px;font-weight: bold;pointer-events: auto;cursor: pointer;transition: transform .5s ease;}
.marker_total .number:nth-child(1){top: 37%;left: 20%;}
.marker_total .number:nth-child(2){
    top: 36.5%;
    left: 26.5%;
}
.marker_total .number:nth-child(3){
    top: 57%;
    left: 28.5%;
}
.marker_total .number:nth-child(4){
    top: 67%;
    left: 20.5%;
}
.marker_total .number:nth-child(5){
    top: 46%;
    left: 35.5%;
}
.marker_total .number:nth-child(6){
    top: 16%;
    left: 33%;
}
.marker_total .number:nth-child(7){
    top: 0;
    left: 15%;
}
.marker_total .number:nth-child(8){
    top: 24%;
    left: 34.5%;
}
.marker_total .number:nth-child(9){
    top: 5%;
    left: 24%;
}
.marker_total .number:nth-child(10){
    top: 8%;
    left: 61%;
}
.marker_total .number:nth-child(11){
    top: 2%;
    left: 60%;
}
.marker_total .number:nth-child(12){
    top: 4%;
    left: 70%;
}
.marker_total .number:nth-child(13){
    top: 20%;
    left: 72%;
}
.marker_total .number:nth-child(14){
    top: 48%;
    left: 53%;
}
.marker_total .number:nth-child(15){
    top: 24%;
    left: 50%;
}
.marker_total .number:nth-child(16){
    top: 5%;
    left: 35%;
}
.marker_total .number:nth-child(17){
    top: 15%;
    left: 46.5%;
}
.marker_total .number:nth-child(18){
   top: 87%;
   left: 9%;
}
.marker_total .number:nth-child(19){
    top: 16%;
    left: 36%;
}
.hoagio{
    bottom: 22%;
    left: 36%;
    width: 51px;
}
.hoagio img{
    width: 100%;
}
.note_villa, .note_uti, .hoagio{
    position: absolute;
}
.note_villa{
    color: #fff;
    font-family: var(--font-Gothic);
    left: 40px;
    transform: translate(0,-50%);
    font-size: 12px;
}

.note_villa p {
    font-weight: bold;
}

.note_villa ul .color {
    width: 24px;
    height: 11px;
    margin-right: .5rem;
}

.note_villa ul li {
    display: flex;
    align-items: center;
}
.note_uti{
    color: #000;
    right: 5%;
    transform: translate(0, -50%);
    top: 50%;
    font-size: 12px;
    width: 20%;
}

.note_uti p {
    font-family: var(--font-Miller);
    font-size: 16px;
    margin-bottom: .5rem;
    color: #f66d2e;
    font-weight: bold;
}

.note_uti ul li {
    display: flex;
    align-items: center;
    margin-bottom: .35rem;
    font-family: var(--font-Gothic);
    cursor: pointer;
}
.note_uti ul li .txt{transition: all .5s ease;}
.note_uti ul li.active .txt, .note_uti ul li:hover .txt{
    background: #00000073;
    color: #f66d2e;
    padding: 0 11px;
    border-radius: 40px;
}
.note_uti ul li.active{
    /* transform: scale(1.2) translate(22px, 0); */
}
.note_uti ul li .no {
    background: yellow;
    border: 1px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    flex: 0 0 auto;
    margin-right: .5rem;
}
/* .homeMap::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(22, 92, 68, 0) 68.11%, #064634 100%);
} */
.fp-viewing-tong-mat-bang .KV .img1,.fp-viewing-tong-mat-bang .menuFullpage, .fp-viewing-tong-mat-bang .logokv img.imgkv1{opacity:0; pointer-events: none;}
.homeMapkv .img2 {
    position: absolute;
    right: 0;
    top: 0;
    transition: all .75s ease;
    transform: translateX(150%);
} 

.homeArchitecture .--content {
    position: absolute;
    left: 60px;
    top: 46%;
    transform: translate(0, -50% );
    color: #FFFFFF;
    width: 45%;
    z-index: 9;
}
.homeArchitecture .--content .--subtitle{
    font-size: 12px;
}
.homeArchitecture .--content .--subtitle p{margin-bottom: 5px;/* line-height: 16px; */}
.homeArchitecturekv .img1{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.homeArchitecture {
    position: relative;
}

.homeArchitecture .background_frame {
    transform: translateX(150%);
    opacity: 0;
    transition: all 2s ease;
}

.section.fp-completely.homeArchitecture .background_frame {
    transform: none;
    opacity: 1;
    width: 89%;
}

.homeArchitecture::after {
    background: linear-gradient(90deg, #014C48 0%, #0F5352 11.92%, #1e5a58e3 25.31%, #276e609c 40.63%, #3a846b30 66%, #2d716000 92.02%);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 90%;
    height: 100%;
    pointer-events: none;
}
.homeArchitecture .--content h1 {
    font-family: var(--font-Vanilla);
    margin: 0;
}
.homeArchitecture .--content h1 span:nth-child(1) {
    font-size: 24px;
}.homeArchitecture .--content h1 p {
    font-size: 35px;
    width: 100%;
    padding-left: 75px;
    margin-bottom: 15px;
    line-height: 25px;
}
.homeExperience .--right .future {
    position: absolute;
    top: 0;
    right: 0;
    width: 99%;
    height: 100%;
    z-index: 99;
    /* overflow: hidden; */
}
.homeExperience .--right .future .bg_round {
    width: 54vw;
    border-radius: 50%;
    height: 50vw;
    object-fit:cover;
    /* transform: scale(1.5); */
    opacity: 0;
    background-position: 78% center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 2s ease;
}
.fp-completely .--img1 .bg_round {
    opacity: 1 !important;
}

.fp-completely .--img2 .bg_round {
    opacity: 1 !important;
}

.fp-completely .--img3 .bg_round {
    opacity: 1 !important;
}
.section.fp-completely .--right .future {transform: none;}
.homeExperience .--right .future{transform: scale(.4) translate(100%, 100%); transition: all 1.75s ease;}

.homeExperience .--right .future:nth-child(2) {
    
   transition-delay: .5s;
    width: 87%;
}
.modalProduct .modal-header button:hover{color: #e67232; opacity: 1;}
.homeExperience .--right .future:nth-child(1) {
    transition-delay: .25s;
    
}
.homeExperience .--right .future:nth-child(3) {
    transition-delay: .75s;
    width: 77%;
}

.homeExperience .--right .future .bg_round {
    box-shadow: inset 6px 6px 20px rgba(0, 0, 0, 0.4);
}
.homeExperience {
    overflow: hidden;
    background: radial-gradient(83.9% 91.78% at 145.12% 50%, rgba(230, 192, 144, 0.8) 0%, rgba(186, 181, 135, 0.376) 82.63%, rgba(147, 180, 134, 0.336) 90.47%, rgba(37, 154, 114, 0) 100%),
linear-gradient(92.99deg, #001D1A -2.58%, #003835 7.58%, rgba(37, 154, 114, 0.9) 68.7%, rgba(49, 155, 115, 0.7954) 71.73%, rgba(75, 158, 117, 0.6668) 75.45%, rgba(104, 163, 121, 0.5256) 79.54%, rgba(139, 170, 127, 0.3754) 83.89%, rgba(180, 180, 134, 0.2179) 88.45%, rgba(230, 192, 144, 0.0567708) 93.12%, rgba(253, 199, 149, 0) 94.77%);
}
.homeExperience .--right .--img {
    position: relative;
    width: 100%;
    height: 100%;
}
.homeExperience .--right .--img1 .bg_round {
    transform: translate(42% , 13% ) scale(1.8);
    transition: all 1s ease;
}
.homeExperience .--right .--img2 .bg_round {
    transition: all 3s ease;
}

.homeExperience .--right .--img3 .bg_round {
    transition: all 5s ease;
}
.homeExperience .--right .--img2 .bg_round {
    transform: translate(21% , 13% ) scale(1.4);
}
.homeExperience .--right .--img3 .bg_round {
    transform: translate(7% , 11% ) scale(1.1);
    background-position: 65% 100%;
}
.homeExperience .--contentleft {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-flow:column;
    padding: 40px 30px 0 75px;
}
.homeOverview .--contentleft .infoOverview {margin-bottom: 0;}
.homeExperience .--contentleft h1 {
    display: flex;
    padding: 0;
    font-size: 24px;
    font-family: var(--font-Vanilla);
    color: #FFFFFF;
    align-items: center;
    width: max-content;
    margin: auto;
    padding-left: 18px;
	line-height: 1;
}
.homeExperience .--contentleft .--title {
/*     margin-bottom: 10px; */
}
.homeExperience .--contentleft h1 .--text1 span:nth-child(1) {
    position: absolute;
    top: -9px;
    left: -12px;
}
.homeExperience .--contentleft h1 .--text2 {
    font-size: 110px;
    background: linear-gradient(90.03deg, #FFBB4E 0.02%, #EF2D13 99.97%);
    width: 70px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.homeExperience .--contentleft h1 .--text3 {
    position: relative;
    padding-top: 26px;
}
.homeExperience .--subtitle {
    color: #FFFFFF;
    font-size: 12px;
}
.homeExperience .--contentleft h1   .--text3 span:nth-child(1) {
    position: absolute;
    top: 8px;
    left: 0;
}
.homeExperience .--contentleft h1 .--text3 span:nth-child(2) {
    font-size: 50px;
    background: linear-gradient(90.03deg, #FFBB4E 0.02%, #EF2D13 99.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.homeExperience .--contentleft h1 .--text1 {
    position: relative;
    padding-bottom: 38px;
}.homeExperience .--contentleft h1 .--text1 span:nth-child(3) {
    font-size: 50px;
}
.homeExperience .--contentleft h1 .--text1 span:nth-child(5) {
    position: absolute;
    top: 48px;
    right: 0;
}
.fp-viewing-trai-nghiem .KV .img1, .fp-viewing-cong-vien .KV .img1, .fp-viewing-tin-tuc .KV .img1, .fp-viewing-seconhome .KV .img1, .fp-viewing-lien-he .KV .img1, .fp-viewing-anh-tong-the .KV .img1, .fp-viewing-canh-quan .KV .img1, .fp-viewing-kien-truc-nha .KV .img1,.fp-viewing-tong-quan .KV .img1 {
    opacity: 0;
}
.fp-viewing-trai-nghiem .KV .img3 {
    filter: contrast(-21.5);
    z-index: 999;
}
.homeExperienceKV .img1 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.fp-viewing-trai-nghiem .homeExperienceKV .img1 {
    display: none;
}

.homeExperienceKV .img2 {
    position: absolute;
    top: 0;
    right: 49%;
    width: 330px;
    transform: translateY(-150%);
    opacity: 0;
    transition: all 2s ease;
}

.section.fp-completely .homeExperienceKV .img2 {
    transform: none;
    opacity: 1;
}

.homeExperienceKV .img3 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.homeExperienceKV .img4 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    transform: translateY(60px);
    transition: all 1.3s ease;
    opacity: 0;
}

.section.fp-completely .homeExperienceKV .img4 {
    transform: none;
    opacity: 1;
}

.homeExperienceKV .img5 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9999;
    transform: translateY(60px);
    opacity: 0;
    transition: all .75s ease;
}

.section.fp-completely .homeExperienceKV .img5 {
    transform: none;
    opacity: 1;
    pointer-events: none;
}

.homeExperienceKV .img6 {
    position: absolute;
    bottom: 0;
    z-index: 999;
    right: 0;
    transition: all .75s ease;
    transform: translateY(60px);
    opacity: 0;
}

.section.fp-completely .homeExperienceKV .img6 {
    transform: none;
    opacity: 1;
}
.homeUtilities .--img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    /* transition: all .75s ease; */
}

.homeUtilities .--img:hover img {
    /* transform: scale(1.3); */
}

.homeUtilities .--img {
    overflow: hidden;
    height: 100%;
    width: calc(33.33333% - 2px);
    position: relative;
    transition: width .75s ease, background-position 90s ease;
    background-position: right center;
}
.homeUtilities.fp-completely .--img{background-position: left center;}
.homeUtilities .--img:hover {
    width: 200%;
}
/* .homeUtilities .--img:nth-child(1){
    transition-delay: .5s;
}

.homeUtilities .--img:nth-child(2){
    transition-delay: .75s;
}

.homeUtilities .--img:nth-child(3){
    transition-delay: 1s;
} */
.homeUtilities .--left {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.homeUtilities .row {
    height: 100% ;
}
 .homeUtilities .--right {
    padding: 0 100px 0 60px;
    height: 85%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.homeUtilities .--title h1 {
    font-family: var(--font-Vanilla);
}
.homeUtilities .--subtitle {
    color: #004946;
    font-size: 12px;
}
.homeUtilities .--title .--text2 span { 
    line-height: 9px; 
} 
.homeUtilities .--title .--text2 span:nth-child(3) { 
    padding-left: 80px; 
} 
.homeUtilities .--title .--text2 { 
    line-height: 33px; 
} 
.homeUtilities .--title h1 .--text2 span:nth-child(2) {
     padding-left: 5rem; 
} 
.homeUtilities .--title h1 .--text1{ 
    font-size: 24px; 
    color: #004946;
    width: max-content;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}
.homeUtilities .--title h1 .--text1 span:nth-child(1) {
    padding-right: 23px;
}
.homeUtilities .--right .--title {
    margin-bottom: 30px;
}.homeUtilitiesKV .img2 {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.homeUtilitiesKV .img3 {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    width: 300px;
}.homeUtilitiesKV .img1 {
    position: absolute;
    top: 0;
    right: 0;
} 
/* kientruc */ 
.homeArchitecturehouse .--center img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: all .75s ease;
}.homeArchitecturehouse .row {
    height: 100%;
}.homeArchitecturehouse .--img {
    height: calc(50% - 2px);
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.homeArchitecturehouse .--img .title:hover{
    background: var(--color-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homeArchitecturehouse .--img::before,.homeArchitecturehouse .--img1::before {
    background: linear-gradient(180deg, rgba(31, 107, 83, 0) 77.19%, rgba(31, 107, 83, 0.5) 90.22%, rgba(31, 107, 83, 0.8) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 9;
    pointer-events: none;
}
.homeArchitecturehouse .--img .title,.homeArchitecturehouse .--img1 .title {
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: max-content;
    height: 100%;
    display: flex;
    justify-content: center;
    z-index: 99;
    align-items: flex-end;
    font-size: 28px;
    font-family: var(--font-Vanilla);
    /* background: var(--color-gradient); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    bottom: 24px;
    position: absolute;
    left: 65px;
    /* transform: translate(-50%,0); */
    color: #FFF;
    height: max-content;
    transition: all .5s ease;
}
.homeArchitecturehouse .--img .title:hover::before{background: var(--color-gradient);}
.homeArchitecturehouse .--img .title::before, .homeArchitecturehouse .--img1 .title::before {content: '';position: absolute;background: #fff;height: 2px;width: 40px;bottom: 3px;/* transform: translate(0,-50%); */left: -48px;}

.homeArchitecturehouse .--img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    float: right;
    left: 0;
    background: #fff;
}

.homeArchitecturehouse .--img:nth-child(2)::after {
    transition: all 1.5s ease;
}

.homeArchitecturehouse .--img:nth-child(1)::after {
    transition: all 1.8s ease;
}
.section.fp-completely.homeArchitecturehouse .--img::after {width: 0;}

.homeArchitecturehouse .--img:hover img {
    transform: scale(1.3);
}.homeArchitecturehouse .--center {
    display: flex;
    flex-flow:column;
    height: 100vh;
    justify-content: space-between;
    padding-left: 4px;
}
.homeArchitecturehouse .col-md-4 {
    padding-right: 5px;
    padding-left: 0px;
}
.homeArchitecturehouse .--img1 img {
    height: 100%;
    object-fit: cover;
    transition: all .75s ease;
    width: 100%;
}

.homeArchitecturehouse .--img1 {
    height: 100vh;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.homeArchitecturehouse .--img1::after {content: '';position: absolute;width: 100%;height: 100%;top: 0;float: right;left: 0;background: #fff;transition: all 2.1s ease;}

.section.fp-completely .--img1::after {
    width: 0;
}

.homeArchitecturehouse .--img1:hover img {
    transform: scale(1.3);
}.homeArchitecturehouse .--left {
    height: 100%;
    display: flex;
    color: #FFFFFF;
    flex-flow: column;
    justify-content: center;
    padding: 1rem 50px 28px 62px;
}
.homeArchitecturehouse .--left .arrow{
    position: relative;
    z-index: 99;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffff;
    border-radius: 50%;
    cursor: pointer;
}
.homeArchitecturehouse .--left::after {
    background: linear-gradient(90deg, #24685E 0%, #118166 31.25%, #2E866A 61.46%, #489873 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}.homeArchitecturehouse .--left .--title span {
    font-size: 40px;
    transition: all .5s ease;
}.homeArchitecturehouse .--left .--title {
    font-size: 24px;
    font-family: var(--font-Vanilla);
    text-align: center;
    line-height: 33px;
    z-index: 99;
    margin-bottom: 10px;
    transition: all .5s ease;
}
.homeArchitecturehouse .--left .--title.active{
    font-size: 20px;
    line-height: 1;
}

.homeArchitecturehouse .--left .--title.active p {
    margin: 0;
}

.homeArchitecturehouse .--left .--title.active span {
    font-size: 30px;
}
.homeArchitecturehouse .--left .--subtitle {
    position: relative;
    z-index: 99;
    line-height: 18px;
    font-size: 12px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 7;
    height: 175px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* transition: all 1.5s ease; */
}
.homeArchitecturehouse .--left .--subtitle p{/* margin-bottom:0; */}
.homeArchitecturehouse .--left .--subtitle.active{
    height: auto;
    -webkit-line-clamp: unset;
    line-height: unset;
}
.homeArchitecturehousekv img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    pointer-events: none;
}

.section.fp-completely .homeArchitecturehousekv img {
    transform: none;
    opacity: 1;
} 
.homePark.--content {
    height: 100% ;
}
.card{
    border: none;
    background: none;
}

.card-header {
    background: none;
    border-bottom: none;
    padding: 0;
}

.card-header button {
    padding: 0;
}
.homeSecondhome .card-header button {
    font-size: 13px;
}
.card-header button:focus,.card-header button:focus-visible {
    outline: none;
}
.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}
.btn.focus, .btn:focus {

    box-shadow:none;
}
.card-body {
    padding: 0;
}

.card-header br {
    display: none;
}

.card p {
    margin: 0;
}
.fp-viewing-cong-vien .KV .img1 , .fp-viewing-second-home .KV .img1{
    display: none;
}
.section.fp-completely.homePark .--content .tab-content .--item::after {
    width: 0;
}
.homeParkkv{
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}
.homePark .--content .row {
    height: 100vh;
}
#pills-Wellness_1 .col-md-4:nth-child(2) {
    display: flex;
    align-items:center;
}
.homePark .--left {
    background: linear-gradient(90deg, #014C48 0%, #0F5352 11.92%, #1E5A58 25.31%, #276E60 49.27%, #3A846B 73.23%, #489873 100%);
    padding-left: 60px !important;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.titlePark{
    font-family: var(--font-Vanilla);
    line-height: 1;
}
.titlePark h2{
    display: flex;
    align-items: flex-end;
    margin-bottom: 1rem;
    background: linear-gradient(
90deg, #eaae3e -1.08%, #F5D18D -0.84%, #E54A36 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: max-content;
}
.titlePark p:nth-child(1){
    font-size: 72px;
    margin-right: 1rem;
    line-height: 1;
}
.titlePark p{margin-bottom:0;line-height: 31px;}

.titlePark p:nth-child(2) {
    line-height: 24px;
}

.titlePark p span {
    margin-left: 3rem;
}
.homePark .--right .tab_pane {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

#pills-Wellness_2 .tab_pane {
    position: relative;
}

#pills-Wellness_1 .tab_pane {
    padding-right: calc(100%/3 + 4px);
    position: relative;
}
#pills-tabContent .img_3::after{content: '';position: absolute;background: #0000009e;width: 100%;height: 100%;top: 0;left: 0;}
.homePark .--right .tab-pane .--item {
    height: calc(50vh - 1px);
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
}
.homePark .--right .tab-pane .--item .content{/* opacity: 0; */position: absolute;top: 50%;color: #fff;padding: 15px;z-index: 1;transform: translate(-50%, -50%);left: 50%;width: 80%;text-align: center;}
.homePark .--right .tab-pane .--item:hover img{
    transform: scale(1.3);
}
#pills-Wellness_0 .img_1, #pills-Library_0 .img_1{
    width: calc(100%/3 - 1px);
}

#pills-Wellness_0 .img_2, #pills-Library_0 .img_2 {
    width: calc(100%/3 - 4px);
}
#pills-Wellness_0 .img_3, #pills-Library_0 .img_3 {width: calc(50% - 1px);}
#pills-Wellness_0 .img_4, #pills-Library_0 .img_4 {
    width: calc(50% - 4px);
}
#pills-Wellness_0 .img_0, #pills-Library_0 .img_0 {
    width: calc(100%/3 - 2px);
}

#pills-Wellness_1 .img_0{
    width: calc(100%/2 - 1px);
}
#pills-Wellness_1 .img_1{
    width: calc(100%/2 - 4px);
}
#pills-Wellness_1 .img_2{
    width: calc(100%/3 - 1px);
    position: absolute;
    right: 0;
    height: 100%;
}
#pills-Wellness_1 .img_3{
    width: calc(100%/2 - 1px);
}
#pills-Wellness_1 .img_4{
    width: calc(100%/2 - 4px);
}
#pills-Wellness_2 .img_0{
    width: calc(100%/3 - 4px);
    margin-right: calc(100%/3);
}
#pills-Wellness_2 .img_1{
    width: calc(100%/3 - 1px);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    height: 100%;
}
#pills-Wellness_2 .img_2{
    width: calc(100%/3 - 4px);
}
#pills-Wellness_2 .img_3{
    width: calc(100%/3 - 4px);
    margin-right: calc(100%/3);
}
#pills-Wellness_2 .img_4{
    width: calc(100%/3 - 4px);
}
#pills-Wellness_3 .img_0{
    width: calc(100%/3 - 4px);
}
#pills-Wellness_3 .img_1{
    width: calc(100%/3 - 1px);
    margin-left: calc(100%/3);
    margin-bottom: 4px;
}
#pills-Wellness_3 .img_2{
    width: calc(100%/3 - 4px);
}

#pills-Wellness_3 .img_0 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
#pills-Wellness_3 .img_3{
    width: calc(100%/3 - 1px);
    margin-left: calc(100%/3);
}
#pills-Wellness_3 .img_4{
    width: calc(100%/3 - 4px);
}
#pills-Wellness_4 .img_0{
    width: calc(100%/2 - 1px);
}
#pills-Wellness_4 .img_1{
    width: calc(100%/2 - 3px);
}
#pills-Wellness_4 .img_2{
    width: calc(100%/3 - 1px);
}
#pills-Wellness_4 .img_3{
    width: calc(100%/3 - 4px);
}
#pills-Wellness_4 .img_4{
    width: calc(100%/3 - 4px);
}
#pills-Library_1 .--item, #pills-Library_2 .--item{
    flex: 0 0 auto;
    width: 48.8%;
    height: auto;
    margin: 0;
    margin: 0 5px;
}

#pills-Library_1 .--item img, #pills-Library_2 .--item img{
    height: 50vh;
}
.homeLibrary .viewall i{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
}
.homeLibrary .viewall span{
    font-size: 16px;
    margin-bottom: .5rem;
}
.homeLibrary .viewall{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000085;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    cursor: pointer;
}
.homeLibrary .--right .--item .name{
    background: var(--color-grad-green);
    padding: 14px;
    text-align: center;
    font-family: var(--font-body);
    /* z-index: 999999; */
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.homePark .--right .tab-pane .--item:nth-child(1) {
    /* margin-bottom: 5px; */
}
#pills-Library_0 .tab_pane{justify-content: space-between;}
.homeLibrary  .--right .tab_pane{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pills-tabLibrary .tab-pane.active{
    height: 100%;
}
#pills-tabLibrary{
    height: 100%;
}
.homeLibrary .--content{height: 100vh;}
.homePark .--right .tab-pane .--item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
} 
.bg_number .--img{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--color-green);
}
.bg_number .--img img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: none;
    z-index: 9;
    position: relative;
}
.homePark ul a.active .bg_number img {
    display: block;
}
.homePark ul li{
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.homePark ul li:hover .namepark {
    background: var(--color-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.modal_content_park .modal-header{
    position: absolute;
    border: none;
    right: -15px;
    top: -15px;
    z-index: 99;
}
.modal_content_park .content_kv{
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal_content_park .content_kv img{position: absolute;width: 24%;}
.modal_content_park .content_kv .img1{
    top: 0;
    left: 0;
}
.modal_content_park .content_kv .img2{
    top: 0;
    right: 0;
}
.modal_content_park .content_kv .img3{
    bottom: 0;
    right: 0;
}
.modal_content_park article{text-align: justify;padding: 2rem;}
.modal_content_park .modal-header button{
	display: block;
    padding: 0;
    width: 30px;
    height: 30px;
    background: var(--color-gradient);
    opacity: 1;
    color: #fff;
    border-radius: 50%;
}
.modal_content_park .modal-content{border-radius: 0;}
.homePark ul li a:nth-child(2){
    opacity: .5;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    cursor: pointer;
}
button:hover{text-decoration: none !important;}
.homePrarkleftkv img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    z-index: 9;
    pointer-events: none;
}
.homePark ul a.active, .homePark ul a.nav-link {
    background-color: unset!important;
}
.homePark ul .--number span {
    position: absolute;
    top: 50% ;
    left: 50% ;
    transform: translate(-50%,-50% );
    background: var(--color-gradient);
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-family: var(--font-Vanilla);
    width: 20px;z-index: 9;
}
.homePark ul .--number {
    border: 1px solid #ffffff8a;
    border-radius: 50%;
}

.homePark ul .--number img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 28px;
}
.homeLibrary ul .--number img{width: 20px;}
.homePark ul .bg_number {
    background: var(--color-green);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffffa6;
    position: relative;
    z-index: 9;
}
.homePark ul .bg_number::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50% );
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ffffff45;
    z-index: -1;
}.homePark ul a {
    display: flex;
    color: #FFF;
    align-items: center;
    width: max-content;
}
.homeLibrary .namepark{
    font-family: var(--font-Vanilla);
    font-size: 22px;
}

.homeLibrary a.active .namepark {
    background: var(--color-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.namepark {
    margin-left: 26px;
    font-family: var(--font-Miller);
    font-size: 15px;
    color: #fcfcfc73;
    line-height: 1;
} 
.homePark ul a.active .namepark { 
    color: #FFFFFF;
}
.namepark span {
    font-family: var(--font-Vanilla);
    font-size: 26px;
} 
.homePark ul a.active .namepark span {
    background: linear-gradient(90deg, #F5D18D -1.08%, #F5D18D -0.84%, #E54A36 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Secondhome  */ 
.homeSecondhome .row {
    height: 100% ;
}
.listSecondHOme {}
.listSecondHOme .img{
    height: 100vh !important;
}
.listSecondHOme .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.homeSecondhome .--left {
    padding: 0 60px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.homeSecondhome .row {
    height: 100%;
}
.homeSecondhome .--title {
    font-family: var(--font-Vanilla);
    margin-bottom: .75rem;
}
.homeSecondhome .--title h1 {
    line-height: 30px;
}
.homeSecondhome .--title .--text1 {
    font-size: 28px;
    padding-left: 31px;
    color: #004946;
} 
.homeSecondhome .--title .--text2 {
    font-size: 38px;
}
.homeSecondhome .--title .--text2 span:nth-child(3) {
    padding-left: 92px;
}
.homeSecondhome .--subtitle {
    color: #004946;
    font-size: 12px;
    text-align: justify;
}

.homeSecondhome .--subtitle span {
    font-weight: 700;
    font-size: 13px;
    font-weight: 500;
    color: #f98136;
}
.card-header button.collapsed i{
    transform: none;
}
.card-header button i{transform: rotate(90deg);font-size: 11px;}
.homeSecondhmeKV { 
    position: absolute; 
    top: 0; right:0; 
}
/* tin tuc*/ 
.itemnews:nth-child(3n+1){
    display: flex;
    width: calc(52% - 48px);
    margin-top: 4rem;
    top: 0;
}

.section.homeNews.fp-completely .itemnews:nth-child(3n+1) {
    opacity: 1 !important;
    transform: none;
    transition: all .6s ease;
}

.section.homeNews.fp-completely .itemnews:nth-child(3n+2) {
    transform: none;
    opacity: 1 !important;
    transition: 1s;
}

.section.homeNews.fp-completely .itemnews {
    transform: none;
    opacity: 1 !important;
    transition: all 1.4s ease;
} 
.homeNewskv img{
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
}
.itemnews:nth-child(3n+1) .newskv .img1 { 
    position: absolute;
    right: 0; 
    top: 0; 
} 
.itemnews .newskv .img1 {
    position: absolute;
    top: 210px;
    right: 0;
    width: 75px;
} 
.itemnews:nth-child(3n+1) .newskv .img2 {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
} 
.itemnews .newskv .img2 { 
    display: none; 
} 
.itemnews:nth-child(3n+1) .postnews {
    display: flex;
    height: 100%;
} 
.itemnews:nth-child(3n+1) a .--img { 
    height: 100%;
    width: 330px;   
    position: relative; 
} 
.itemnews:nth-child(3n+1) a img{ 
    height: 100% !important; 
} 
.itemnews:nth-child(3n+1) .--content{
    width: 50%;
    padding: 20px 11px 0;
    position: relative;
    height: 100%;
} 
.itemnews .--content a {
    font-size: 18px;
    color: #004946;
    font-family: var(--font-Miller);
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 3;
    height: 66px;
    display:-webkit-box;
    width: 100%;
    -webkit-box-orient: vertical;
    text-decoration: none;
}
.itemnews:nth-child(3n + 1) .--content::after {
    position: absolute;
    content: '';
    left: 11px;
    top: 108px;
    width: 31px;
    height: 2px;
    background: var(--color-gradient);
}
.itemnews .--content {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 9px;
    padding-bottom: 0;
    height: calc(100% - 208px);
}
.itemnews {
    width: 24%;
    height: 370px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    padding: 6px;
    position: relative;
    transform: translateY(150px);
    opacity: 0 !important;
    transition: auto;
}
.itemnews:nth-child(3n + 2) {
    margin-top: 2rem;
}
.itemnews .postnews {
    height: 100%;
}
.itemnews:nth-child(3n+1) .postnews .--img {
    width: 50%;
}

.itemnews .postnews .--img {
    overflow: hidden;
}
.itemnews .postnews .--img:hover img {
    transform: scale(1.3);
}
.itemnews a {
    object-fit: cover;
}
.itemnews:nth-child(3n + 1) a {
}
.itemnews a img {
    height: 210px;
    object-fit: cover;
    width: 100% ;
    transition: all .75s ease;
}
.listnews {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
    position: relative;
    z-index: 99;
}
.itemnews .--contentnews {
    display: none;
}
.itemnews:nth-child(3n+1) .--contentnews {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 6;
    height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #4F4F4F; 
} 
.timenews { 
    color: #BEBEBE;
    display: flex;
    align-items: flex-end;
}
.timenews .monthyear {
    padding-bottom: 15px;
    margin-left: 8px;
    line-height: 11px;
}
.timenews .monthyear img {
    width: 100% ;
}
.timenews .day {
    font-size: 50px;
    font-family: var(--font-Miller);
}
.homeNews {
    padding: 0 60px;
}
.homeNews .--title {
    position: absolute;
    top: 19% ;
    font-family: var(--font-Vanilla);
}
.homeNews .--title::after {
    position: absolute;
    content: '';
    width: 175px;
    height: 1px;
    background: var(--color-gradient);
    left: calc(100% + 30px);
    bottom: 20px;
    opacity: .8;
}
.homeNews .--title h1 {
    font-size: 50px;
}
.optionArrow{position: absolute;z-index: 9;bottom: 0;left: 15px;display: flex;}
.optionArrow i{display: none;}
.optionArrow i:first-child, .optionArrow i:last-child{
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customBtns {
    display: flex;
    justify-content: flex-end;
    margin-top: -2rem;
    position: relative;
    z-index: 9999;
    padding-right: 2rem;
}
.customBtns .holderNews {
    display: flex;
}
.customBtns span.arrowPrev, .customBtns span.arrowNext, .customBtns a {
    border: 1px solid #004946;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: 0 7px;
    align-items: center;
    flex: 0 0 auto;
    color: #004946;
}
.customBtns span.arrowNext, .customBtns span.arrowPrev, .customBtns .holderNews a.jp-current {
    background: var(--color-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
}

.customBtns span.jp-disabled {
    color: #004946;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background: unset;
}
.customBtns .holderNews a.jp-current {
    border: 1px solid #FFBB4E;
}
.customBtns span.arrowPrev .jp-disabled, .customBtns span.arrowNext.jp-disabled {
    background: unset;color: #004946; 
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset; 
} 
.homeContact{
    /* padding-top: 2rem; */
}

.homeContact .container {
    height: 540px;
}
.map_contact iframe{
    width: 100%;
}
.map_contact button{
    font-size: 34px;
}
.homeContact::after {
    background: linear-gradient(90deg, #014C48 0%, #0F5352 11.92%, #1E5A58 25.31%, #276E60 40.63%, #3A846B 56.5%, #489873 71.02%, #67a17cb8 83.85%, #a1ab8673 91.62%, #c3b4916b 100%);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.homeContact::before {
    pointer-events: none;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(172.66deg, rgba(9, 62, 47, 0.73) 1.08%, rgba(32, 98, 76, 0) 20.37%);
    z-index: 9;
} 
.homeContact .--left{
    color: #FFF;
    width: 257px;
    margin: auto;
    margin-top:5rem;
    position: relative;
    z-index: 99;
    transform: translateY(150%);
    transition: all .6s ease;
    font-size: 12px;
}

.section.fp-completely.homeContact .--left {
    transform: none;
    opacity: 1;
}
.homeContact .--left .--txt {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: .5rem;
}
.homeContact .--left ul {
    list-style: none;
    margin-bottom: 0;
    padding: 00;
}
.homeContact .--left .contactdc {
    margin-bottom: 16px;
    padding: 0;
}
.homeContact .--left .contactvp li {
    display: flex;
    flex-flow: column;
    margin-bottom:1rem;
    position: relative;
}
.homeContact .--left .contactvp li:nth-child(3)::after {
    display: none;
}
.homeContact .--left .contactvp li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
}
.homeContactkv{pointer-events: none;}
.homeContact .--left .contactvp li span:nth-child(1) {
    margin-bottom: 4px;
}
.homeContact .--left .contactvp li span:nth-child(2) {
    opacity: .7;
    position: relative;
}
.homeContact .--left .contactdc li {
    display: flex;
    margin-bottom: 6px;
    cursor: pointer;
    transition: color .5s ease;
}
.homeContact .--left .contactdc li a {
    color: #FFFFFF;
    text-decoration: none;
}

.homeContact .--left .contactdc li:hover a {
    color: #ff8600;
}
.homeContact .--left .contactdc li:hover i{
    border: 1px solid #ef8400;
}
.homeContact .--left .contactdc li:hover {
    color: #ef8400;
}
.homeContact .--left .contactdc span:nth-child(1) {
    margin-right: 1rem;
}
.homeContact .--left .contactdc i {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffffa6;
    transition: boder .5s ease;
}
.homeContact .--left .--title h1 {
    font-size: 30px;
    width: max-content;
    font-family: var(--font-Miller);
    transform: none;
    transition: none;
    opacity: 1;
}
.homeContact .--center {
    background: #FFFFFF;
    padding: 18px 12px;
    position: relative;
    width: 90%;
    border: 5px solid #e7e3e3;
    transition: all .9s ease;
    z-index: 99;
    transform: translateY(150%);
    font-size: 12px;
}
.section.fp-completely.homeContact .--center {
    transform: none;
    opacity: 1;
}
.homeContact .--center .form button {
    background: linear-gradient(90.03deg, #FFBB4E 0.02% , #EF2D13 99.97% );
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 7.5px 16px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    color: #FFFFFF;
    font-family: var(--font-Gothic);
    text-transform: uppercase;
}
.homeContact .--center .form p {
    text-align: center;
    margin-bottom: 0;
}
.homeContact .--center .form input {
    height: 40px;
    border: 1px solid rgba(0, 28, 34, 0.2);
    background: rgba(0, 28, 34, 0.05);
    padding-left: 12px;
    width: 100% ;
}
.wpcf7-form-control.wpcf7-radio input {
    height: 10px!important;
    width: max-content!important;
    margin-right: 7px;
}
span.wpcf7-list-item-label {
    width: max-content;
    display: flex;
}
.wpcf7-form-control.wpcf7-radio label {
    display: flex;
    align-items: center;margin-bottom: 0;
}
.homeContact .--center .form input:focus-visible {
    outline: none;
}
.homeContact .--center .form textarea {
    height: 80px;
    border: 1px solid rgba(0, 28, 34, 0.2);
    background: rgba(0, 28, 34, 0.05);
    padding: 7px 0 0 12px;
    width: 100%;
}

.homeContact .--center .form textarea:focus-visible {
    outline: none;
}
.homeContact.--center .form textarea:focus-visible {
    outline: none;
}
.homeContact .--center .--title {
    font-size: 45px;
    font-family: var(--font-Vanilla);
    background: linear-gradient(269.93deg, #378770 44.74%, #378770 44.89% , #196659 72.6%, #004946 99.91% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    position: relative;
    margin-bottom: 36px;
}
.homeContact .--center .--title::after {
    content: '';position: absolute;
    border-bottom: 2px solid rgba(0, 28, 34, 0.2);
    width: 32px;
    left: 50% ;
    transform: translate(-50% , 0);
    bottom: -12px;
}
.homeContactkv .img1{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 9;
}
.homeContactkv .img2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.section.fp-completely .homeContactkv img {transform: none;opacity: 1;}
.coppyright {
    font-weight: 500;
    position: absolute;
    bottom: 1%;
    left: 49%;
    color: #FFFFFF;
    transform: translate(-50%,0);
    z-index: 99;
    font-size: 11px;
    text-align: center;
}

.coppyright span {opacity: .8;font-family: 'Montserrat', sans-serif;font-weight: 100;}

.coppyright::after {
    position: absolute;
    content: '';
    border-top: 1px solid #FFFFFF;
    opacity: .5;
    width: 312px;
    left: 50%;
    transform: translate(-50%,0);
    top: -20px;
}
.homeContact .--right {
    margin-top: 1rem;
    z-index: 99;
    position: relative;
    transition: all 1.2s ease;
    font-size: 12px;
    transform: translateY(150%);
}

.section.fp-completely.homeContact .--right {transform: none;opacity: 1;}
.homeContact .--right ul {
    color: #FFFFFF;
    list-style: none;
    padding: 0;
}.homeContact .--right ul li {
    display: flex;
    flex-flow:column;
    margin-bottom: 7px;
}
.homeContact .--right ul li span:nth-child(1) {
    /*! margin-bottom: 4px; */
    text-transform: uppercase;
}

.homeContact .--right ul li span.phone {
    font-weight: bold;
    margin-left: 25px;
}
.homeContact .--right .--title h1 {
    font-size: 30px;
    font-family: var(--font-Miller);
    width: max-content;
    margin-bottom: 22px;
    transform: none;
    transition: none;
    opacity: 1;
}
.homeContact .--right ul li .name .number{width: 20px;height: 20px;border: 1px solid #fff;border-radius: 50%;display: flex;align-content: center;justify-content: center;font-size: 10px;margin-right: 5px;padding: 3px;line-height: 1;}
.formkv .img2 {
    position: absolute;
    top: 0;
    right: 0;
}
.wpcf7-form.invalid .wpcf7-response-output{
    display: none;
}
.formkv .img1 {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
} 
/* footer */ 
.social_media {
    position: fixed;
    bottom: 83px;
    right: 35px;
    z-index: 99;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.social_media .item {
    border-radius: 50% ;
    margin-bottom: 18px;
}

.social_media .item a {text-decoration: none;}

.social_media .item i {
    color: #FFFFFF;
    font-size: 18px;
    background: linear-gradient(180deg, #F9BF3E 0% , #E64900 100% );
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items:center;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    margin: auto;
}

.social_media .item:nth-child(2) i {
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
}

@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
.modalProduct .parameter{}
.modalProduct .list_department{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.modalProduct .list_department .item:hover{
    border-color: transparent;
    box-shadow: 0 16px 32px rgb(0 0 0 / 10%);
    color: var(--color-green);
}
.modalProduct .list_department .item {
    width: 47%;
    border: 1px solid #c4c4c4;
    text-align: center;
    padding: 7px;
    cursor: pointer;
    font-family: var(--font-Gothic);
    transition: all .5s ease;
    margin-bottom: .5rem;
}
.modalProduct .list_department .item a:hover{text-decoration: none;}
.modalProduct .list_department .item a {
    display: block !important;
    color: #333;
    font-size: 12px;
}
.modalProduct .parameter h4{text-transform: uppercase;font-size: 16px;font-weight: bold;margin-top: 3rem;}
.modalProduct .modallist .title{
    position: relative;
    font-family: var(--font-Vanilla);
    color: var(--color-green);
    font-size: 2rem;
    margin-bottom: 1rem;
}
.modalProduct .modallist .imgKv{position: absolute; width: 100%; height: 100%; top: 0; left: 0; pointer-events: none;}
.modalProduct .modallist .imgKv .img1{position: absolute;top: 0;right: 0;height: auto;width: 44%;}
.modalProduct .modallist .imgKv .img2{position: absolute;bottom: 0;left: 0;/* width: 50%; */height: auto;}
.modalProduct .modallist .title::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -.35rem;
    height: 2px;
    width: 50px;
    background: var(--color-gradient);
}
.modalProduct .modal-dialog{
    max-width: 900px;
    width: 100%;
}
.modalProduct .modallist  ul{list-style: none;}
.modalProduct .modallist .content{
    padding-left: 15%;
    padding-top: 20px;
    height: 100%;
    position: relative;
    font-family: var(--font-Gothic);
    padding-right: 1rem;
}
.modalProduct .overview{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 15px;
    left: 15%;
}

.modalProduct .overview .item {
    width: 50%;
}

.modalProduct .overview .item p {
    text-transform: uppercase;
    font-weight: bold;
    color: #aaa;
    font-size: 10px;
}
.fancybox-navigation .fancybox-button--arrow_right{
    right: 10%;
}
.fancybox-navigation button{background: var(--color-gradient); color: #fff; padding: 0}
.fancybox-navigation .fancybox-button--arrow_left{left: 10%}
.modalProduct .modal-content{height: 100%;border-radius: 0;}
.modalProduct .modal-header{border: none;position: absolute;right: 15px;top: 15px;z-index: 9;}
.modalProduct .modal-header button{
    background: #ededed;
    opacity: 1;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition:all .5s ease;
}
.modalProduct .modallist .content article{
    margin-top: 2rem;
}
.list_image_library i.slideNav-next{
    left: unset;
    right: 0;
}
#modalAllLibr  .modal-body{padding: 0}
#modalAllLibr  .modal-header{
    border: none;
    padding: 0;
    position: absolute;
    z-index: 9;
    right: 0;
    width: 50px;
    height: 50px;
}
#modalAllLibr  .modal-header button{
    display: block;
    font-size: 30px;
    position: absolute;
    padding: 0;
    /* transform: translate(-50%, -50%); */
    /* top: 50%; */
    /* left: 50%; */
    width: 100%;
    height: 100%;
    top: -10px;
    right: -10px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0 6px 17px #00000070;
    color: #f56028;
}
#modalAllLibr .modal-dialog{
    max-width: 70%;
    margin: auto;
}
#modalAllLibr .modal-content{
    border-radius: 0;
    position: relative;
    padding: .5rem;
}
.homeLibrary{
    background: #f0eeee;
}
.list_image_library  i{position: absolute;width: 40px;height: 40px;background: var(--color-gradient);transform: translate(0,-50%);top: 50%;display: flex;align-items: center;justify-content: center;color: #ffff;left: 0;z-index: 9;cursor: pointer;}
.list_image_library{}
.list_image_library .item{
    height: 76vh;
}
.list_image_library .item img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.prevMobile svg {
    transform: scale(.3) rotate(180deg) !important;
}
.nextMobile{display: none;}
.fp-viewing-anh-360 #fp-nav,.fp-viewing-anh-360 .KV,.fp-viewing-anh-360 .logokv, .fp-viewing-anh-360 .menuFullpage{opacity: 0; pointer-events: none;}
/* KV mobile */
.mobile_kv{display: none;}
.homeContact .logo_mobile{display: none;}
.play_more a{
    color: var(--color-green);
}
.effec_button::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-gradient);
    border-radius: 50%;
    transform: scale(.3);
    opacity: 0;
    transition: all .5s ease;
    z-index: -1;
    border: 1px solid #fff;
}
.effec_button:hover a{color: #fff;}
.effec_button:hover::after{
    transform: none;
    opacity: 1;
}
.kv_library{position: absolute;bottom: 0;right: 0;pointer-events: none;}
.play_more{position: absolute;/* opacity: 0; */transform: translate(-50%, -50%);top: 50%;left: 50%;width: 50px;height: 50px;background: #fff;border-radius: 50%;display: flex;align-items: center;justify-content: center;cursor: pointer;}

#pills-Library_2 .button .play_more:nth-child(1) {
    left: calc(50% - 55px);
    transform: translate(0,-50%);
}

#pills-Library_2 .button .play_more:nth-child(2) {
    right: calc(50% - 55px);
    left: unset;
    transform: translate(0,-50%);
}
@media (min-width: 1200px){
    .fp-viewing-lien-he .logokv img.logo{
        left: calc((100% - 1140px)/2 + 47px);
        top: calc((100% - 540px)/2);
    }
}