:root {
    --delay: 0ms;
}

.loading-page {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;

}

.loading-page.hide-loading {
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.loading-top,
.loading-bot {
    position: absolute;
    width: 100%;
    height: auto;
}

.loading-top svg,
.loading-bot svg {
    width: 100%;
    height: auto;
}

.loading-top {
    left: 0;
    top: 0;
    -webkit-transform: translate(-60%, -42%);
    transform: translate(-60%, -42%);
}

.loading-bot {
    left: 0;
    bottom: 0;
}

.loading {
    width: 98%;
    max-width: 238px;
}

.loading svg {
    width: 100%;
    height: auto;
}

.loading-top svg {
    -webkit-transform: scaleX(-1) rotate(15deg);
    transform: scaleX(-1) rotate(15deg);
}

.loading {
    opacity: 0;
    -webkit-animation: loadingLogo 0.8s 0.6s linear forwards;
    animation: loadingLogo 0.8s 0.6s linear forwards;
}

.loading-line-top {
    -webkit-animation: loadingLineTop 1s linear forwards;
    animation: loadingLineTop 1s linear forwards;
}

.loading-line-bot {
    -webkit-animation: loadingLineBot 1s linear forwards;
    animation: loadingLineBot 1s linear forwards;
}



@-webkit-keyframes loadingLineTop {
    to {
        stroke-dasharray: 1699, 1699;
    }
}

@keyframes loadingLineTop {
    to {
        stroke-dasharray: 1699, 1699;
    }
}

@-webkit-keyframes loadingLineBot {
    to {
        stroke-dasharray: 1699, 1699;
    }
}

@keyframes loadingLineBot {
    to {
        stroke-dasharray: 1699, 1699;
    }
}

@-webkit-keyframes loadingLogo {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes loadingLogo {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}



a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Regular.woff2') format('woff2'), url('../fonts/Quicksand-Regular.woff') format('woff'), url('../fonts/Quicksand-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Medium.woff2') format('woff2'), url('../fonts/Quicksand-Medium.woff') format('woff'), url('../fonts/Quicksand-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Bold.woff2') format('woff2'), url('../fonts/Quicksand-Bold.woff') format('woff'), url('../fonts/Quicksand-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-SemiBold.woff2') format('woff2'), url('../fonts/Quicksand-SemiBold.woff') format('woff'), url('../fonts/Quicksand-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'), url('../fonts/PlayfairDisplay-Regular.woff') format('woff'), url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Medium.woff2') format('woff2'), url('../fonts/PlayfairDisplay-Medium.woff') format('woff'), url('../fonts/PlayfairDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Regular.woff') format('woff'), url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*@font-face {
    font-family: 'SVNOgg';
    src: url('../fonts/SVN-Ogg-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SVNOgg';
    src: url('../fonts/SVN-Ogg-Bold-Italic.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVNOgg';
    src: url('../fonts/SVN-Ogg-Light.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SVNOgg';
    src: url('../fonts/SVN-Ogg-Light-Italic.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVNOgg';
    src: url('../fonts/SVN-Ogg-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVNOgg';
    src: url('../fonts/SVN-Ogg-Medium-Italic.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVNOgg';
    src: url('../fonts/SVN-Ogg-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'SVNOgg';
    src: url('../fonts/SVN-Ogg-Regular-Italic.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVNOgg';
    src: url('../fonts/SVN-Ogg-Thin.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVNOgg';
    src: url('../fonts/SVN-Ogg-Thin-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'SVN-ValueSansPro';
    src: url('../fonts/SVN-ValueSansPro-Black.ttf') format('truetype');*/
/*font-weight: 400;*/
/*font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-ValueSansPro';
    src: url('../fonts/SVN-ValueSansPro-BlackItalic.ttf') format('truetype');*/
/*font-weight: 400;*/
/*font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-ValueSansPro';
    src: url('../fonts/SVN-ValueSansPro-Bold.ttf') format('truetype');*/
/*font-weight: 400;*/
/*font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-ValueSansPro';
    src: url('../fonts/SVN-ValueSansPro-BoldItalic.ttf') format('truetype');*/
/*font-weight: 400;*/
/*font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-ValueSansPro';
    src: url('../fonts/SVN-ValueSansPro-Italic.ttf') format('truetype');*/
/*font-weight: 400;*/
/*font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-ValueSansPro';
    src: url('../fonts/SVN-ValueSansPro-Medium.ttf') format('truetype');*/
/*font-weight: 400;*/
/*font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-ValueSansPro';
    src: url('../fonts/SVN-ValueSansPro-MediumItalic.ttf') format('truetype');*/
/*font-weight: 400;*/
/*font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-ValueSansPro';
    src: url('../fonts/SVN-ValueSansPro-Regular.ttf') format('truetype');*/
/*font-weight: 400;*/
/*font-style: normal;
    font-display: swap;
}*/


@font-face {
    font-family: 'Ogg';
    src: url('../fonts/SVN-Ogg-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ogg';
    src: url('../fonts/SVN-Ogg-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Ogg';
    src: url('../fonts/SVN-Ogg-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'ValueSansPro';
    src: url('../fonts/SVN-ValueSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ValueSansPro';
    src: url('../fonts/SVN-ValueSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ValueSansPro';
    src: url('../fonts/SVN-ValueSansPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

html,
body {
    background: #fff;
    color: #1B3B36;
    line-height: 1.4;
    font-family: 'ValueSansPro';
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

strong {
    font-weight: 700;
}

a {
    color: #1B3B36;
}

h1,
h2,
h3,
h4,
h5,
h5 {
    font-family: 'Ogg';
    line-height: 1.3333;
}

p,
span {
    /* font-family:'Quicksand'; */
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 1px;
}

h1 {
    font-weight: 500;
    margin-bottom: 20px;
}

h2,
h3,
h4,
h5,
h5 {
    font-weight: 400;
}

.header,
.container,
.section,
.section-inr,
.footer,
.page {
    width: 100%;
    height: auto;
}

.page {
    display: block;
    position: relative;
}

.no__banner {
    padding-top: 102px;
}

.no__banner .header {
    background-color: #1D33A0;
}

.section,
.section-inr {
    position: relative;
    width: 100%;
    /*height: 100vh;*/
}

@media screen and (max-width:1023px) {
    .banner {
        padding-top: 80px;
    }

}

.pic {
    display: block;
    line-height: 0;
}

.pic img {
    width: 100%;
    height: auto;
}

.no-scroll {
    overflow: hidden;
    height: 100%;
}

input,
button,
textarea {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 64px;
}

h2 {
    font-size: 48px;
    margin-bottom: 22px;
}

h3 {
    font-size: 32px;
}

.color-green {
    color: #21349d;
}

.color-black {
    color: #000;
}

.color-white {
    color: #fff;
}

.uppercase {
    text-transform: uppercase;
}



/*Button*/
.buts {
    display: flex;
}

.flex_center {
    justify-content: center;
}

.flex_end {
    justify-content: flex-end;
}

.but {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    padding: 0 21px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
}

.stroke-white {
    border-color: #fff;
    color: #fff;
}

.but-txt,
.but-icon {
    position: relative;
    display: block;
    color: inherit;
}

.but-txt {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-right: 10px;
    z-index: 1;
}

.but-icon {
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: 26px;
    line-height: 1;
    z-index: 1;
}

.but-icon svg {
    width: 100%;
    height: auto;
}

.but:hover .but-icon {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
}

.stroke-green {
    color: #21349d;
    border-color: #21349d;
}

.path-but {
    stroke: currentColor;
}

.rect-but {
    fill: currentColor;
    stroke: currentColor;
}


/*Common*/
.brief {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 22px;
}

.brief>p {
    margin-bottom: 22px;
}

.brief>p:last-child {
    margin-bottom: 0;
}

.banner-full .brief {
    font-size: 24px;
}






/*Header*/
.header {
    position: fixed;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    z-index: 12;
    box-shadow: 0px 0px 20px 2px #15151608;
    background-color: #1D3D50;

}

header.fixed {
    background-color: #FFFFFF;
    opacity: .95;
}

header.fixed li.active a span {
    color: #1D3D50 !important;
}

header.fixed li.active a::after {
    background-color: #1D3D50 !important;
}

.header-inr {
    position: relative;
    width: 90%;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    /* position: absolute; */
    /* top: 20px; */
    /* width: 240px; */
    height: auto;
}


@media (max-width: 480px) {
    .logo {
        /* position: absolute; */
        /* top: 25px; */
        /* width: 260px; */
        height: auto;
    }

    .fixed .logo {
        right: unset;
        /* width: 260px; */
        height: auto;
    }

    .image-slogan img {
        top: 60px !important;
    }
}

.logo-pic {
    /* width: 70%; */
    margin: 0 auto;
}

.nav li a,
.nav li span {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    letter-spacing: unset;
}

header.fixed .nav li a,
header.fixed .nav li span {
    color: #000000;
}

.nav li .child-menu li {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.nav li .child-menu a {
    color: #377156;
    display: flex;
}

.nav li span.arrow-icon {
    color: inherit;
    padding-left: 15px;
}

.arrow-icon {
    opacity: 0;
}

.arrow-icon svg {
    width: 20px;
}

.login-but {
    margin: 0 0 0 20px;
}


.language {
    position: absolute;
    right: 0;
}

.language a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.language li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

html[lang="vi"] a.vi {
    display: none;
}

html[lang="en"] a.en {
    display: none;
}

.virtual__box {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}

.virtual {
    display: inline-block;
    position: relative;
    /* font-family: 'Quicksand'; */
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
    background: url(../images/icon_360.png) no-repeat center left;
    background-size: 28px auto;
    padding: 5px 0 5px 35px;
    background-color: transparent;
    z-index: 1;
}

.fixed .virtual__box {
    background-color: #29624D;
}


.logo {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fixed .logo {
    top: 15px;
    /* width: 260px; */
}

.fixed .side-name {
    display: none;
}


/*Home*/
.gordon-box {
    display: flex;
    align-items: center;
}

.gordon-logo {
    flex: 0 0 42%;
    max-width: 42%;
}

.gordon-intro {
    flex: 0 0 58%;
    max-width: 58%;
    padding-left: 5%;
}

.location-map {
    position: absolute !important;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.gm-style .gm-style-iw-c {
    padding: 0 !important;
}

.gm-style .gm-style-iw-t::after {
    background: #F58020;
}

.gm-style .gm-style-iw-c button {
    top: 5px !important;
    right: 5px !important;
    background: url(../images/close_black.svg) no-repeat center center !important;
    background-size: cover;
}

.gm-style .gm-style-iw-c button img {
    opacity: 0 !important;
}

.gm-style div div div div div div div {
    background-color: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.gm-style div.fs-box.store-info {
    width: 22vw;
    padding: 5% 7%;
    overflow: hidden !important;
    background-color: #F58020 !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.gm-style div.fs-box.store-info .fs-extra.sp {
    display: none !important;
}



/*Swipe*/
.swiper-pagination-bullet {
    opacity: 1;
    margin: 0 5px !important;
    background-color: #fff;
    border: 2px solid #fff;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    background-color: transparent;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}



.banner-box .swiper-pagination {
    width: 100%;
    bottom: 46px;
}

.banner-box .swiper-pagination-bullet {
    background: none;
    border: 2px solid #fff;
}

.banner-box .swiper-pagination-bullet-active {
    background: #fff;
}

.banner-box .swiper-button-prev,
.banner-box .swiper-button-next {
    width: 60px;
    height: 60px;
    margin-top: -30px;
}

.banner-box .swiper-button-next {
    background: url(../images/next-white.png) no-repeat center center;
    background-size: 50% auto;
}

.banner-box .swiper-button-prev {
    background: url(../images/prev-white.png) no-repeat center center;
    background-size: 50% auto;
}

.feedback .swiper-pagination {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding-top: 5%;
}

.teams .swiper-pagination {
    width: 100%;
    bottom: 5%;
}

.teams .swiper-pagination-bullet,
.feedback .swiper-pagination-bullet {
    background: none;
    border: 2px solid #2F3992;
}

.teams .swiper-pagination-bullet-active,
.feedback .swiper-pagination-bullet-active {
    background: #2F3992;
}


.feedback .swiper-button-prev,
.feedback .swiper-button-next,
.customer .swiper-button-prev,
.customer .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: 0;
    top: 30px;
}

.feedback .swiper-button-next,
.customer .swiper-button-next {
    background: url(../images/circle-next.png) no-repeat center center;
    background-size: contain;
    right: 0;
}

.feedback .swiper-button-prev,
.customer .swiper-button-prev {
    background: url(../images/circle-prev.png) no-repeat center center;
    background-size: contain;
    left: auto;
    right: 50px;
}



/*Patterns*/
.pattern-item {
    position: absolute;
    display: block;
    line-height: 0;
}

.pattern-item svg {
    width: 100%;
    height: auto;
}

.pattern-item__life-top {
    width: 26%;
    max-width: 385px;
    right: 2%;
    top: 30px;
}

.pattern-item__life-bot {
    width: 28.75%;
    max-width: 414px;
    left: 0;
    bottom: -270px;
}

.pattern-item__nature-line {
    width: 100%;
    right: 0;
    top: 100px;
    z-index: 0;
}

.pattern-item__nature-bot {
    width: 20%;
    max-width: 282px;
    right: 0;
    bottom: 0;
}


.pattern-item__disconnect-left {
    width: 22.3%;
    max-width: 321px;
    left: 4.444%;
    bottom: 0;
}

.pattern-item__disconnect-right {
    width: 36%;
    max-width: 514px;
    right: 0;
    bottom: -200px;
}


.pattern-item__thanhxuan-top {
    width: 27.638%;
    max-width: 398px;
    right: 0;
    top: 10px;
}

.pattern-item__thanhxuan-bot {
    width: 25%;
    max-width: 361px;
    left: 0;
    bottom: 10px;
}

.pattern-item__contact {
    width: 25%;
    max-width: 360px;
    left: -76px;
    bottom: -130px;
}

#contactPath path {
    fill: #E9E8E4;
    fill-opacity: 0.1;
}

.article_pattern-top {
    bottom: auto;
    left: 0;
    top: -100px;
}

.article_pattern-bot {
    left: auto;
    right: -40px;
    -webkit-transform: scale(-1) rotate(55deg);
    transform: scale(-1) rotate(55deg);
}

.bot_300 {
    bottom: 300px;
    right: -72px;
}


.blogs .act .pattern-item__life-bot {
    top: -150px;
}

.blogs .pattern-item__nature-bot {
    bottom: 500px;
}

.blogs .act .pattern-item__life-top {
    right: auto;
    top: 105%;
    left: -150px;
}


/*scroll-down*/
.scroll-down {
    position: relative;
    width: 79px;
    height: auto;
    z-index: 1;
    margin: 0 auto;
    cursor: pointer;
    z-index: 5;
}

.scroll-down svg {
    width: 100%;
    height: auto;
}

.scroll-down-circle,
.scroll-down-arrow,
.scroll-down-rect {
    stroke: currentColor;
}

.scroll-down-stroke4 svg {
    stroke-width: 2px;
}

.scroll-down-stroke3 svg {
    stroke-width: 3px;
}

.scroll-down-stroke4 svg {
    stroke-width: 4px;
}

.scroll-down {
    -webkit-animation: scrollDown 0.8s linear infinite alternate;
    animation: scrollDown 0.8s linear infinite alternate;
}



/*Banner full*/
.banner-box,
.banner-item {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.image-slogan img {
    width: 30% !important;
    height: auto !important;
    position: absolute;
    top: 12%;
    right: 8%;
}

@media screen and (max-width: 1023px) {
    .image-slogan img {
        width: 70vw !important;
        height: auto !important;
        position: absolute;
        top: 100px;
        left: 13vw;
    }
}

.banner-txt {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4;
}

.banner-txt .cnt {
    text-align: center;
}

.banner-full .banner-pic {
    height: 100vh;
}

.banner-pic::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.banner-full .banner-pic::before {
    background-color: rgba(0, 0, 0, 0.4);
}

.banner h2 {
    font-size: 62px;
}


.banner-blog .cnt {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}




/*Video box*/
.video-box {
    position: relative;
    width: 100%;
    height: 100vh;
}

.video-box::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.video-box video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
}

.poster-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.poster {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
}

.video-playing .poster-video {
    opacity: 0;
}


/*Bg*/
.bg,
.bg-item {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.bg-item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg::before,
.bg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.experience .bg::before {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 81.02%);
    z-index: 1;
}

.experience .bg::after {
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}


/*Home Common*/
.life-cnt,
.nature-cnt,
.disconnect-cnt {
    display: flex;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}



/*Cuoc Song Xanh Noi Thung Lung*/
.green-life {
    padding-bottom: 110px;
}

.green-wrap {
    position: relative;
    width: 100%;
    height: auto;
    padding: 89px 0 0 0;
    /* background-color:#e9e8e4; */
}

.life-cnt {
    display: flex;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.life-info {
    flex: 0 0 65%;
    max-width: 65%;
    display: flex;
}

.life-sub {
    flex: 0 0 30%;
    max-width: 30%;
    align-self: flex-start;
}

.lift-txt {
    flex: 0 0 70%;
    max-width: 70%;
    padding: 110px 8.6% 0 8.6%;
}

.life-image {
    position: relative;
    flex: 0 0 35%;
    max-width: 35%;
    top: 110px;
}





/*Thien Nhien Tru Phu*/
.nature-image {
    flex: 0 0 44.8%;
    max-width: 44.8%;
    position: relative;
    z-index: 0;
}

.nature-info {
    flex: 0 0 55.2%;
    max-width: 55.2%;
    padding-left: 14.5%;
    padding-top: 100px;
    /*bim-custom*/
    padding-top: 50px;
}

.nature-icon {
    position: relative;
    width: 149px;
    -webkit-transform: translateX(63px);
    transform: translateX(63px);
    margin-bottom: 90px;
    z-index: 2;
}



/*Ngat Ket Noi Nhung Uu Phien*/
.disconnect {
    padding: 140px 0 0 0;
}

.disconnect-info {
    flex: 0 0 44.8%;
    max-width: 44.8%;
    padding-right: 6.25%;
    padding-top: 56px;
}

.disconnect-image {
    flex: 0 0 55.2%;
    max-width: 55.2%;
}

.disconnect-cnt {
    margin-bottom: 46px;
}



/*Moi Trai Nghiem La Khoanh Khac Danh Nho*/
.experience {
    position: -webkit-sticky;
    position: sticky;
    top: -260px;
    padding: 132px 0 110px 0;
    background-color: #3B6753;
    margin-bottom: 1590px;
}

.experience-cnt {
    z-index: 3;
}

.experience-top {
    text-align: center;
    padding: 0 5%;
    margin-bottom: 40px;
}

.experience-box {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.experience-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.experience-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 49%;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
}

.experience-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    top: 48%;
    width: 180px;
    height: 180px;
    background: url(../images/scroll-gallery.svg) no-repeat center center;
    background-size: 100% auto;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.experience-list {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 30px 0;
}

.experience-items {
    display: flex;
}

.experience-item__wrap {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}


.experience-item:nth-child(1) {
    flex: 0 0 24.72%;
    max-width: 24.72%;
    margin-left: 24%;
    text-align: right;
    margin-left: 36%;
}

.experience-item:nth-child(2) {
    flex: 0 0 15%;
    max-width: 15%;
    margin-left: 13.8%;
    text-align: right;
}

.experience-item:nth-child(3) {
    flex: 0 0 23.4%;
    max-width: 23.4%;
    margin-left: 10%;
}

.experience-item:nth-child(4) {
    flex: 0 0 22%;
    max-width: 22%;
    margin-left: 25%;
}

.experience-item .pic {
    border: 2px solid #D2D2D2;
}

.experience-item h3 {
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    opacity: 0;
}

.experience-item:nth-child(1),
.experience-item:nth-child(2) {
    margin-bottom: 60px;
}

.scroll-note {
    position: absolute;
    width: 10.41666vw;
    height: 10.41666vw;
    max-width: 150px;
    max-height: 150px;
    background: url(../images//scroll-able.png) no-repeat center center;
    background-size: 100% auto;
    left: 8%;
    top: 40%;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
}

.scroll-link {
    position: absolute;
    width: 10.41666vw;
    height: 10.41666vw;
    max-width: 150px;
    max-height: 150px;
    background: url(../images/view-more-gallery.png) no-repeat center center;
    background-size: 100% auto;
    right: 4%;
    bottom: 12%;
    z-index: 2;
}

.scroll-arrow {
    position: absolute;
    left: 10%;
    top: 49%;
    width: 35px;
    height: 35px;
    background: url(../images/scroll-arrow.png) no-repeat center center;
    background-size: 60% auto;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
    -webkit-transform: translate(-30px, -50%);
    transform: translate(-30px, -50%);
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.scroll-note.scroll-action {
    opacity: 0;
}

.scroll-arrow.scroll-action {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/*Noi Ve Thanh Xuan*/
.thanhxuan {
    background-color: #018651;
    padding: 98px 0;
}

.thanhxuan-cnt h2 {
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.thanhxuan-cnt {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.latest {
    display: flex;
    margin-bottom: 34px;
}

.article {
    text-decoration: none;
}

.article h3 {
    line-height: 1.25;
    font-size: 32px;
    margin-bottom: 20px;
}

.article p {
    font-size: 17px;
}

.latest-item {
    position: relative;
}

.latest-item__couple {
    flex: 0 0 52.5%;
    max-width: 52.5%;
}

.latest-item__single {
    flex: 0 0 47.5%;
    max-width: 47.5%;
}

.latest-item__couple .article {
    position: absolute;
    width: 100%;
    height: 50%;
}

.latest-item__couple .article:nth-child(1) {
    top: 0;
    left: 0;
    display: flex;
    background-color: #E9E8E4;
}

.latest-item__couple .article:nth-child(2) {
    bottom: 0;
    left: 0;
    background: #618575;
}

.latest-item__single::before {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 100%;
}

.latest-item__single .article {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.latest-item__single .article-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 12%;
}

.latest-item__couple .article-pic {
    flex: 0 0 45%;
    max-width: 45%;
    height: 100%;
    overflow: hidden;
}

.latest-item__couple .article-pic img {
    height: 100%;
    width: auto;
    -webkit-object-fit: cover;
    object-fit: cover;
}

.latest-item__couple .article-txt {
    height: 100%;
    padding: 0 7%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}


/*Cung Ket Noi*/
.contact {
    padding: 100px 0 0 0;
    background-color: #f2f2f2;
    overflow: hidden;
}

.contact-cnt {
    display: flex;
    width: 100%;
    max-width: 1288px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.contact-info {
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 10%;
}

.contact-info h2 {
    text-transform: uppercase;
}

.brief-contact {
    font-size: 16px;
}

.contact-form {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 5.4%;
    background-color: #E9E8E4;
    position: relative;
}

.contact-form .but {
    background-color: #20339d;
}


/*Map*/
.map {
    padding: 11.25vw 0 0 0;
    margin-top: -4.5vw;
    overflow: hidden;
}

.map-box {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.map-pic {
    width: 100%;
    height: auto;
}

.map-move {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    line-height: 0;
}

.map-image {
    position: relative;
    width: 100%;
    height: auto;
}

.map-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.map-overlay.active,
.map-overlay.current {
    opacity: 1;
    z-index: 1;
}

area {
    cursor: pointer;
}

.map-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    transform: translateY(25%);
    z-index: 2;
}

.cloud-static {
    position: absolute;
    z-index: 3;
}

.cloud-static-01 {
    width: 61.875%;
    left: 0;
    top: 0;
    -webkit-transform: translate(-45%, 0);
    transform: translate(-45%, 0);
}

.cloud-static-02 {
    width: 45.18888%;
    left: 28%;
    top: 0;
    -webkit-transform: translate(0, 32%);
    transform: translate(0, 32%);
}

.cloud-static-03 {
    width: 71.25%;
    right: 0;
    top: 0;
    -webkit-transform: translate(42%, 14%);
    transform: translate(42%, 14%);
}

.img-cloud {
    position: absolute;
    left: 0;
    top: 10%;
    width: 48%;
    z-index: 1;
    pointer-events: none;
    opacity: 0.3;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.img-cloud1 {
    -webkit-animation: cloud 60s infinite linear;
    animation: cloud 60s infinite linear;
}

.img-cloud2 {
    top: 40%;
    -webkit-animation: cloud 60s infinite 25s linear;
    animation: cloud 60s infinite 25s linear;
}

.map-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background: linear-gradient(0deg, #21349d 9.22%, rgba(54, 113, 86, 0) 83.6%);
    padding: 30px 0;
    pointer-events: none;
}

.map-info .but {
    pointer-events: all;
}

.info-box {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.map-introduction {
    width: 100%;
    display: flex;
}

.map-introduction h2 {
    text-transform: uppercase;
    flex: 0 0 370px;
    max-width: 370px;
    margin-bottom: 0;
}

.map-introduction .brief-info {
    margin: 0;
    flex: 0 0 450px;
    max-width: 450px;
    padding-top: 10px;
    font-size: 20px;
}

.info {
    position: absolute;
    width: 560px;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translateX(1240px);
    transform: translateX(1240px);
}

.info-title {
    position: relative;
    margin-bottom: 15px;
}

.info-title h3 {
    font-size: 28px;
    text-transform: uppercase;
}

.info-title span {
    font-size: 24px;
    font-weight: 500;
}

.info-title::before {
    content: '';
    position: absolute;
    left: -57px;
    top: 10px;
    width: 36px;
    height: 38px;
    background: url(../images/info-icon.png) no-repeat left center;
    background-size: 100% auto;
}

.info[data-map="art"] .info-title::before {
    background: url(../images/info-icon-spring.png) no-repeat left center;
    background-size: 100% auto;
}

.info[data-map="sport"] .info-title::before {
    background: url(../images/info-icon-sport.png) no-repeat left center;
    background-size: 100% auto;
}

.info[data-map="park"] .info-title::before {
    background: url(../images/info-icon-park.png) no-repeat left center;
    background-size: 100% auto;
}

.info[data-map="forest"] .info-title::before {
    background: url(../images/info-icon-forest.png) no-repeat left center;
    background-size: 100% auto;
}

.info[data-map="lake"] .info-title::before {
    background: url(../images/info-icon-lake.png) no-repeat left center;
    background-size: 100% auto;
}

.brief-info {
    font-size: 16px;
}

.fade-out {
    -webkit-animation: fadeOutLeft 0.5s linear forwards;
    animation: fadeOutLeft 0.5s linear forwards;
}

.info.current {
    -webkit-animation: fadeInLeft 0.8s linear forwards;
    animation: fadeInLeft 0.8s linear forwards;
}

.marker {
    position: absolute;
    display: flex;
    width: 6.6vw;
    height: 6.6vw;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(59, 103, 83, 0.7);
    border: 4px solid rgba(255, 255, 255, 0.4);
    z-index: 3;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-size: 1.25vw;
    pointer-events: none;
    text-align: center;
}

.marker span {
    font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 1.16666;
}

.marker[data-map="lake"] {
    left: 11%;
    top: 37%;
}

.marker[data-map="sport"] {
    right: 28.4%;
    top: 54%;
}

.marker[data-map="park"] {
    left: 37%;
    top: 36%;
}

.marker[data-map="forest"] {
    right: 34%;
    top: 30%;
}

.marker[data-map="art"] {
    left: 40%;
    top: 48%;
}

.marker.active,
.marker.current {
    background: rgba(245, 207, 95, 0.49);
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
}





/*Let Change*/
.act {
    padding: 100px 0 0 0;
}

.act .pattern-item__nature-bot {
    bottom: auto;
    top: 56px;
}

.act .pattern-item__life-bot {
    bottom: auto;
    top: 56px;
}

.act-cnt h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 100px;
}

.act-gallery {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.act-gallery .swiper-button-next,
.act-gallery .swiper-button-prev {
    color: #21349d;
}

.act-gallery .swiper-button-next {
    right: 3%;
}

.act-gallery .swiper-button-prev {
    left: 3%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.act-swiper {
    width: 80%;
    margin: 0 auto;
    overflow: visible;
}

.act-marquee {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
}

.marquee {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
}

.act-item {
    width: auto;
    cursor: pointer;
}

.act-item img {
    width: 100%;
    height: auto;
}

.marquee-left {
    -webkit-animation: marqueeLeft 60s linear infinite;
    animation: marqueeLeft 60s linear infinite;
}

.marquee-right {
    -webkit-animation: marqueeRight 60s -30s linear infinite;
    animation: marqueeRight 60s -30s linear infinite;
}

.act-marquee:hover .marquee-left,
.act-marquee:hover .marquee-right {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}



/*Showcase*/
.showcase {
    padding: 100px 0 0 0;
}

.showcase h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 70px;
    color: #3B6753;
}

.showcase-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.showcase-list {
    display: flex;
    height: calc(100vh - 80px);
}

.showcase-swiper {
    height: 100%;
}

.showcase-swiper .swiper-slide {
    height: auto;
}

.showcase-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.showcase-item .pic,
.showcase-item .pic img {
    width: 100%;
    height: 100%;
}

.showcase-item .pic img {
    -webkit-object-fit: cover;
    object-fit: cover;
}

.showcase-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 50px 5%;
    text-align: center;
}

.showcase-item h3 {
    font-size: 36px;
}

.showcase-item p {
    font-size: 16px;
}

.showcase-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #000000 100%);
    display: flex;
    align-items: center;
    justify-items: center;
}

.showcase-mid {
    width: 100%;
    text-align: center;
    padding: 0 5%;
}

.showcase-mid h3 {
    margin-bottom: 10px;
}

.view-album {
    width: 97px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0 auto;
    cursor: pointer;
}

.view-album svg {
    width: 100%;
    height: auto;
}

.showcase-txt {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.showcase-overlay {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.showcase-item:hover .showcase-txt {
    opacity: 0;
}

.showcase-item:hover .showcase-overlay {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}




/*Album*/
.album-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: #000;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out, visibility 0s ease, z-index 0s ease;
    transition: opacity 0.5s ease-in-out, visibility 0s ease, z-index 0s ease;
}

.album-overlay.show {
    z-index: 2;
    visibility: visible;
    opacity: 1;
}

.album-load {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.album-box,
.album-slider,
.album-item {
    width: 100%;
    height: 100%;
}

.album-item img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
}

.album-box .swiper-button-next,
.album-box .swiper-button-prev,
.banner-slider .swiper-button-next,
.banner-slider .swiper-button-prev {
    width: 70px;
    height: 70px;
}

.album-box .swiper-button-prev,
.banner-slider .swiper-button-prev {
    left: 5%;
    background: url(../images/arrow-prev.svg) no-repeat center center;
    background-size: 100% auto;
}

.album-box .swiper-button-next,
.banner-slider .swiper-button-next {
    right: 5%;
    background: url(../images/arrow-next.svg) no-repeat center center;
    background-size: 100% auto;
}

.album-txt {
    position: absolute;
    left: 0;
    bottom: 232px;
    width: 100%;
    height: auto;
    z-index: 2;
}

.album-thumb {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 40px;
    z-index: 2;
}

.thumb-slider,
.album-brief {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.album-brief {
    position: relative;
    padding-right: 0;
}

.album-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #000000 100%);
}

.album-brief h3 {
    font-size: 48px;
    margin-bottom: 50px;
    color: #fff;
}

.album-brief p {
    font-size: 16px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 60px;
    height: auto;
    color: #fff;
    margin: 0;
}

/* .swiper-button-next {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    right: 10%;
} */

/* .swiper-button-prev {
    left: 10%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
} */

.swiper-button-prev svg,
.swiper-button-next svg {
    width: 100%;
    height: auto;
}

.thumb-item {
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.thumb-item::before {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 50%;
}

.thumb-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
}

.thumb-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid rgba(54, 133, 86, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}

.swiper-slide-thumb-active .thumb-item::after {
    border-color: rgba(54, 133, 86, 1);
}

.close-album {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 2;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url(../images/close-album.svg) no-repeat center center;
    background-size: 100% auto;
}





/*Articles*/
.articles {
    padding: 100px 0 100px 0;
    overflow: hidden;
}

.articles-cnt {
    width: 100%;
    display: block;
    max-width: 1240px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.article-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.article-items .article {
    flex: 0 0 48%;
    max-width: 48%;
    margin: 0 4% 3% 0;
}

.article-items .article:nth-child(2n) {
    margin: 0 0 4% 0;
}

.article-items .article-txt {
    padding: 20px 0 20px 0;
}

.article-items .article h2 {
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
}

.article-items .article-txt::after {
    content: '';
    display: block;
    width: 60%;
    height: 2px;
    background: #3B6753;
    margin: 20px auto;
}

.pic .article-img {
    height: 350px;
    object-fit: cover;
}

/*blogs*/
.blogs {
    padding: 90px 0;
    overflow: hidden;
}

.bg-grey {
    background-color: #ebebeb;
}

.body-content,
.body-tag,
.blog-relation {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
}

.blogs-video {
    position: relative;
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
}

.blogs-video::before {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
}

.blogs-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.body-content {
    color: #515151;
    font-size: 20px;
    font-weight: 500;
}

/*.body-content h1,
    .body-content h2,
    .body-content h3,
    .body-content h4,
    .body-content h5,
    .body-content h6 {
        color: #515151;
        font-size: 32px;
    }*/

.body-content div,
.body-content li,
.body-content p {
    margin: 40px 0;
}

.body-content li ol,
.body-content li ul {
    list-style: none;
    padding: 20px 0 10px 0;
}

.body-content img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.body-tag {
    display: flex;
}

.body-tag li {
    color: #9A9AB0;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    background-color: #fff;
    margin-right: 10px;
}

.blog-relation {
    padding: 60px 0 0 0;
}

.blog-relation>h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #000;
}

.blog-relation .article h2,
.blog-relation .article h3 {
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
}

.banner-blog h1 {
    line-height: 1.2;
}

.caption-blog,
.date-blog {
    font-size: 20px;
    font-weight: 400;
}

.blogs-content .act {
    margin: 60px 0;
    background-color: #fdfdfd;
}

.blog-gallery.spr2 {
    display: flex;
    justify-content: space-between;
}

.blog-gallery.spr2>* {
    flex: 0 0 48%;
    max-width: 48%;
    margin: 0;
}


/*Animation*/
.pattern-item:not(.pattern-item__nature-line),
.ani-item,
.footer-cnt,
.logo-pic,
.side-name,
.navigation,
.language,
.banner-txt,
.ani-fade {
    opacity: 0;
}

.img-js {
    position: relative;
    overflow: hidden;
}

.img-js::before {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.img-js .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 130%;
}

.img-js .pic img {
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
}


.life-image::before {
    padding-top: 140%;
}

.nature-image::before {
    padding-top: 133%;
}

.parkzone-service-left .img-js {
    height: 72%;
}

.parkzone-service-right .img-js {
    height: 72%;
}

.header.ani .navigation,
.header.ani .language {
    -webkit-animation: fadeIn 0.5s linear 0.3s forwards;
    animation: fadeIn 0.5s linear 0.3s forwards;
}

.pattern-item:not(.pattern-item__nature-line).ani,
.footer-cnt.ani,
.ani-fade.ani {
    -webkit-animation: fadeIn 1s linear forwards;
    animation: fadeIn 1s linear forwards;
}

.item-pic.ani {
    -webkit-animation: fadeIn 1s linear 0.3s forwards;
    animation: fadeIn 1s linear 0.3s forwards;
}

.header.ani .logo-pic,
.header.ani .side-name {
    -webkit-animation: fadeInUp 0.5s linear 0.3s forwards;
    animation: fadeInUp 0.5s linear 0.3s forwards;
}

.item-txt.ani {
    -webkit-animation: fadeInUp 1s linear forwards;
    animation: fadeInUp 1s linear forwards;
}

.banner.ani .video-box,
.banner.ani .banner-pic {
    animation: zoomOut 6s ease-in-out forwards infinite;
}

.banner.ani .banner-txt {
    -webkit-animation: fadeIn 1s linear 1.5s forwards;
    animation: fadeIn 1s linear 1.5s forwards;
}

.pattern-item.pattern-item__nature-line.ani .naturePath {
    -webkit-animation: natureLine 1s linear 0.5s forwards;
    animation: natureLine 1s linear 0.5s forwards;
}

.nature-icon.ani {
    -webkit-animation: fadeIn 2s linear 0.5s forwards;
    animation: fadeIn 2s linear 0.5s forwards;
}

.album-thumb {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.album-thumb:hover {
    opacity: 1;
}

.album-thumb .swiper-button-prev,
.album-thumb .swiper-button-next {
    margin-top: 50px;
}


.but-discover {
    position: relative;
    overflow: hidden;
    height: 50px;
    padding: 0 21px;
}

.discover {
    font-size: 15px;
}

.but-discover::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: -110%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50px;

    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    -webkit-transition: transform 0.7s cubic-bezier(.2, 0, .25, 1);
    transition: transform 0.7s cubic-bezier(.2, 0, .25, 1);
}

.discover span {
    position: relative;
    display: inline-block;
    transition: transform .25s cubic-bezier(.2, 0, .25, 1) var(--delay);
    transform: translateZ(0);
}




@-webkit-keyframes charsUp {
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes charsUp {
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes natureLine {
    to {
        stroke-dasharray: 2027, 2027;
    }
}

@keyframes natureLine {
    to {
        stroke-dasharray: 2027, 2027;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes zoomOut {

    /* 0% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    } */
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
        /* Điều chỉnh mức zoom mong muốn */
    }
}

@keyframes zoomOut {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
        /* Điều chỉnh mức zoom mong muốn */
    }

    /* 0% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    } */
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.item-amenity.ani:first-child {
    -webkit-animation: fadeInUp 1s linear forwards;
    animation: fadeInUp 1s linear forwards;
}

.item-amenity.ani:nth-child(2) {
    -webkit-animation: fadeInDown 1s linear 0.2s forwards;
    animation: fadeInDown 1s linear 0.2s forwards;
}

.item-amenity.ani:nth-child(3) {
    -webkit-animation: fadeInUp 1s linear 0.4s forwards;
    animation: fadeInUp 1s linear 0.4s forwards;
}

.key-brief.ani {
    -webkit-animation: fadeInDown 1s linear forwards;
    animation: fadeInDown 1s linear forwards;
}



@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1240px);
        transform: translateX(1240px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1240px);
        transform: translateX(1240px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slide {
    0% {
        left: 0;
    }

    100% {
        left: 95%;
    }
}

@keyframes slide {
    0% {
        left: 0;
    }

    100% {
        left: 95%;
    }
}

/*
@-webkit-keyframes marqueeLeft {
    0% {
        transform:translateX(100%);
    }

    100% {
        transform:translate(-100%);
    }
}

@keyframes marqueeLeft {
    0% {
        transform:translateX(100%);
    }

    100% {
        transform:translate(-100%);
    }
}

@-webkit-keyframes marqueeRight {
    0% {
        transform:translateX(0%);
    }

    100% {
        transform:translate(-200%);
    }
}

@keyframes marqueeRight {
    0% {
        transform:translateX(0%);
    }

    100% {
        transform:translate(-200%);
    }
}*/

@-webkit-keyframes cloud {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100vw);
        transform: translateX(100vw);
    }
}

@keyframes cloud {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100vw);
        transform: translateX(100vw);
    }
}

@-webkit-keyframes scrollDown {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes scrollDown {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}

@keyframes right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}




@supports (-webkit-text-stroke:green) {}


/*Footer*/
.footer {

    padding: 130px 0 70px 0;
}

.footer-cnt {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1288px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    justify-content: space-between;
}

.col {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
}

.col:nth-child(1) {
    padding-right: 4.5%;
}

.col:nth-child(2) {
    padding-right: 2.5%;
}

.col:nth-child(3) {
    margin-right: -4.8%;
}



/* .col:nth-child(3),
.col:nth-child(4),
.col:nth-child(5) {
    padding-right:3%;
} */

.ft-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 22px;
}

.col li,
.col a.pic {
    margin-bottom: 12px;
}

.col:nth-child(3) ul li {
    font-weight: 700;
}

.col a {
    color: inherit;
    text-decoration: none;
}

.socials {
    display: flex;
    justify-content: flex-start;
}

.socials a {
    width: 28px;
    height: auto;
    line-height: 0;
    margin-right: 12px;
}

.socials img {
    width: 100%;
}

.col .but {
    justify-content: center;
    text-align: center;
    height: auto;
    padding: 10px 0;
    margin-bottom: 10px;
}

.col .but:last-child {
    margin-bottom: 0;
}

.col .but-txt {
    font-size: 16px;
    padding: 0;
    letter-spacing: 0.1em;
}

.col .but-txt small {
    /* font-family:'Quicksand'; */
    font-weight: 400;
    text-transform: initial;
    letter-spacing: initial;
}

.copyright-col {
    position: absolute;
    left: 0;
    bottom: -8%;
    font-size: 14px;
}

.hotline {
    font-size: 120%;
}


/* Natural ParkZones */
body[data-page="park-zone"] .container,
body[data-page="lake-zone"] .container {
    overflow: hidden;
}

.spain-slider {
    position: relative;
}

.parkzone-natural {
    padding: 80px 0 118px 0;
}

.parkzone-natural-inr {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.natural-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}

.natural-title {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
}

.natural-brief {
    position: relative;
    flex: 0 0 40.3225%;
    max-width: 40.3225%;
}


.parkzone-service {
    /* background-color: #E9E8E4; */
    padding: 144px 0;
}

.parkzone-service-inr {
    max-width: 1250px;
    margin: 0 auto;
}

.parkzone-service-box {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.parkzone-service-left {
    position: relative;
    flex: 0 0 40.24%;
    max-width: 40.24%;
}

.parkzone-service-right {
    position: relative;
    flex: 0 0 48.72%;
    max-width: 48.72%;
    padding-top: 16.32%;
}

.service-brief {
    position: relative;
    margin-bottom: 100px;
}

.service-brief h2 {
    margin-bottom: 24px;
}

.parkzone-service .pattern-item__disconnect-left {
    left: auto;
    right: 59%;
    bottom: 5%;
}

.parkzone-service .pattern-item__disconnect-right {
    bottom: auto;
    top: -95px;
}


.parkzone-spain {
    padding: 93px 0 150px 0;
}

.parkzone-spain-inr {
    max-width: 1028px;
    margin: 0 auto;
}

.parkzone-spain-title {
    position: relative;
    margin-bottom: 50px;
}

.parkzone-spain-inr h2 {
    text-align: center;
    margin-bottom: 30px;
}

.parkzone-spain-line {
    position: relative;
    text-align: center;
    margin-bottom: 27px;
}

.parkzone-spain-line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #3B6753;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.parkzone-spain-line img {
    position: relative;
    display: inline-block;
    width: 7%;
    background-color: #fff;
    z-index: 1;
    padding: 0 10px;
}

.parkzone-spain-title p {
    text-align: center;
    padding: 0 18%;
}

.spain-main-pic {
    margin-bottom: 37px;
}

.spain-flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    background: #366F59;
    padding: 5%;
}

.parkzone-spain-inr .spain-flex {
    padding: 0;
    background-color: transparent;
}




.spain-txt {
    flex: 0 0 54.766%;
    max-width: 54.766%;
}

.spain-tab {
    flex: 0 0 41.14785%;
    max-width: 41.14785%;
}

.spain-info {
    margin-bottom: 20px;
}

.spain-info h3 {
    color: #000000;
    font-size: 36px;
    margin-bottom: 15px;
}

.spain-info p {
    font-size: 16px;
    color: #515151;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 3;*/
    -webkit-box-orient: vertical;
}

.spain-info p.active {
    overflow: visible;
    text-overflow: initial;
    display: block;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
}

.spain-info .view-more {
    font-weight: 700;
    cursor: pointer;
}

.spain-acreage {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item-acreage {
    position: relative;
    color: #515151;
    flex: 0 0 27.2%;
    max-width: 27.2%;
    margin-bottom: 22px;
}

.acreage-title {
    font-size: 16px;
    font-weight: 600;
}

.acreage-cnt {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-style: normal;
    font-size: 32px;
    line-height: 1.4;
    white-space: nowrap;
}

.acreage-cnt sup {
    vertical-align: super;
    font-size: 70%;
}

.spain-tab-cnt {
    position: relative;
    display: block;
    margin-bottom: 28px;
}

.item-tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.item-tab.active {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.spain-tab-nav {
    position: relative;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #C4C4C4;
}

.spain-tab-nav li {
    position: relative;
    font-size: 20px;
    color: #515151;
    cursor: pointer;
    padding: 5px 20px 15px;
}

.spain-tab-nav li.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 90%;
    height: 4px;
    background-color: #356A52;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.spain-tab-nav li.active {
    font-weight: 700;
}

.spain-slider .swiper-button-prev,
.spain-slider .swiper-button-next {
    width: 76px;
    color: #313F38;
}

.spain-slider .swiper-button-prev {
    left: -12%;
}

.spain-slider .swiper-button-next {
    right: -12%;
}

.parkzone-spain .pattern-item__life-top {
    right: auto;
    top: 11%;
    left: -150px;
}


.parkzone-journeys {
    padding: 80px 0 0 0;
}

.parkzone-journeys-inr h2 {
    text-align: center;
    /*margin-bottom: 60px;*/
}

.parkzone-journeys-slider {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.parkzone-journeys-inr {
    max-width: 1226px;
    margin: 0 auto;
    width: 100%;
}

.wrap__journeys {
    position: relative;
    width: 100%;
}

.journeys-slider {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}

.journeys-pic {
    position: relative;
}

.journeys-slider .swiper-slide {
    height: auto;
    background: #EDEDED;
}

.journeys-slider .swiper-pagination-2 {
    margin-top: 10px;
}

.journeys-slider .swiper-pagination-2 .swiper-pagination-bullet {
    background-color: #3B6753;
    border: 2px solid #3B6753;
}

.journeys-slider .swiper-pagination-2 .swiper-pagination-bullet-active {
    background-color: transparent;
}

.journeys-brief {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 35px 20px 50px;
}

.journeys-brief h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.journeys-brief p {
    font-size: 15px;
    color: #515151;
    line-height: 1.7;
}

.journeys-line {
    position: relative;
}

.journeys-line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 125px;
    width: 90%;
    height: 1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #C4C4C4;
}

.journeys-line .swiper-button-prev,
.journeys-line .swiper-button-next {
    color: #3B6753;
}

.journeys-line .swiper-button-prev {
    left: 0;
}

.journeys-line .swiper-button-next {
    right: auto;
    left: 65px;
}

.journeys-pic-slider {
    position: relative;
}

.journeys-pic-slider .swiper-button-prev,
.journeys-pic-slider .swiper-button-next {
    width: 50px;
    height: 50px;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.journeys-pic-slider .swiper-button-prev {
    background: url(../images/arrow-prev.png) no-repeat center center;
    background-size: 100% auto;
    left: 5%;
}

.journeys-pic-slider .swiper-button-next {
    background: url(../images/arrow-next.png) no-repeat center center;
    background-size: 100% auto;
    right: 5%;
}

.journeys-pic-slider .swiper-pagination {
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}

.journeys-item:hover .journeys-pic-slider .swiper-button-prev,
.journeys-item:hover .journeys-pic-slider .swiper-button-next,
.journeys-item:hover .swiper-pagination {
    opacity: 1;
}

.journeys-item:hover .journeys-pic-slider .swiper-button-prev.swiper-button-disabled,
.journeys-item:hover .journeys-pic-slider .swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
}




.parkzone-collection {
    padding: 90px 0 50px 0;
}

.parkzone-collection-inr {
    margin: 0 auto;
    width: 100%;
    max-width: 1226px;
}

.parkzone-collection-inr h2 {
    text-align: center;
    margin-bottom: 60px;
}

.collection-slider {
    position: relative;
}

.collection-item {
    position: relative;
}

.collection-brief {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 47.1451%;
    padding: 38px 32px 30px 53px;
    background-color: #f6f6f6;
}

.collection-brief h3 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 15px;
}

.collection-brief p {
    font-size: 16px;
    line-height: 1.6;
    color: #515151;
    margin-bottom: 20px;
}

.collection-slider .swiper-button-prev,
.collection-slider .swiper-button-next {
    width: 76px;
    color: #313F38;
}

.collection-slider .swiper-button-prev {
    left: -10%;
}

.collection-slider .swiper-button-next {
    right: -10%;
}

.collection-slider .swiper-pagination {
    bottom: 5%;
    right: 3.6704%;
}

.parkzone-team {
    padding: 90px 0 130px;
}

.parkzone-team-inr {
    max-width: 1226px;
    margin: 0 auto;
}

.parkzone-team-inr h2 {
    text-align: center;
    margin-bottom: 46px;
}

.team-slider {
    position: relative;
}

.team-slider .swiper-button-next {
    right: -10%;
}

.team-slider .swiper-button-prev {
    left: -10%;
}

.team-slider .swiper-button-prev,
.team-slider .swiper-button-next {
    width: 65px;
    color: #313F38;
}

.team-item .pic {
    width: 55%;
    margin: 0 auto;
}

.team-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #000000 100%);
    display: flex;
    align-items: center;
    justify-items: center;
    text-decoration: none;
}

.brief-team {
    /* font-family: 'Quicksand'; */
    width: 100%;
    text-align: center;
    padding: 0 5%;
    margin-bottom: 0;
    color: #fff;
}

.team-overlay {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.team-item:hover .team-overlay {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.brief-team h3 {
    /* font-family: 'Quicksand'; */
    font-size: 20px;
    font-weight: 700;
}

.brief-team p {
    /* font-family: 'Quicksand'; */
    font-size: 16px;
    font-weight: 400;
}

.box-map-pic .pic {
    position: relative;
}

.box-map-pic .pic .pic-parkzone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.box-map-pic .pic .pic-parkzone.active {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.parkzone-button {
    position: absolute;
    top: 60px;
    left: 88px;
}

.parkzone-button ul {
    display: flex;
    position: relative;
}

.parkzone-button li {
    width: 151px;
    height: auto;
    background-color: #fff;
    text-align: center;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    color: #515151;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.parkzone-button li.active {
    background-color: #3B6753;
    color: #fff;
}

.parkzone-button li:hover {
    background-color: #3B6753;
    color: #fff;
}


/* Ve thung lung */
body[data-page="thanh-xuan-valley"] .container {
    overflow: hidden;
}

.thanhxuan-valley {
    padding: 0 0 30px 0;
}

.valley-wrap {
    position: relative;
    padding: 100px 0 13.888% 0;
}

.thanhxuan-valley-inr {
    max-width: 1240px;
    margin: 0 auto;
}

.valley-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.valley-life-pic {
    position: relative;
    flex: 32.148%;
    max-width: 32.148%;
}

.valley-life-bief {
    position: relative;
    flex: 51.77705%;
    max-width: 51.77705%;
}

.valley-life-bief p {
    padding-right: 15%;
}

.valley-pic {
    position: relative;
    max-width: 1240px;
    margin: -10.41666% auto 0 auto;
}

.valley-pic.full-width {
    max-width: initial;
}

.thanhxuan-valley .nature-icon {
    position: absolute;
    top: 67%;
    left: 50%;
    margin: 0 auto 0 auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 110px;
}

.pattern-nature {
    position: relative;
}

.pattern-nature .pattern-item {
    position: relative;
    top: 0;
    margin-top: -10%;
}


.thanhxuan-convenient {
    padding: 50px 0 0 0;
}

.thanhxuan-convenient-inr h2 {
    text-align: center;
    margin-bottom: 60px;
}

.nav-convenient {
    position: relative;
    display: flex;
    justify-content: center;
}

.nav-convenient li {
    position: relative;
    font-family: 'Playfair Display';
    font-size: 20px;
    color: #3B6753;
    padding: 5px 45px 15px;
    margin: 0 5px;
    cursor: pointer;
}

.nav-convenient li.active {
    font-size: 24px;
}

.nav-convenient li.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 90%;
    height: 4px;
    background-color: #356A52;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.convenient-slider {
    position: relative;
    display: block;
    width: 100%;
}

.convenient-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: none;
}

.convenient-item.active {
    position: relative;
    display: block;
}

.convenient-brief {
    position: absolute;
    bottom: 26%;
    right: 11.3888%;
    width: 33%;
    padding: 2% 1% 2% 2%;
    background-color: rgba(239, 239, 239, 0.9);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.convenient-txt {
    position: relative;
    overflow: hidden;
    max-height: 215px;
    padding-right: 5%;
}

.convenient-brief h2 {
    text-align: left;
    margin-bottom: 15px;
    font-size: 40px;
}

.convenient-brief p {
    font-size: 16px;
    line-height: 1.4;
    color: #515151;
}

.convenient-brief .nicescroll-cursors {
    border: none !important;
    opacity: 0.7;
}

.convenient-slider .swiper-button-prev,
.convenient-slider .swiper-button-next {
    width: 70px;
}

.convenient-slider .swiper-button-prev {
    left: 3%;
}

.convenient-slider .swiper-button-next {
    right: 3%;
}

.thanhxuan-map {
    padding: 100px 0 0 0;
    /* background-color: #E9E8E4; */
}

.thanhxuan-map-inr h2 {
    text-align: center;
    margin-bottom: 68px;
}

.box-map {
    position: relative;
    display: block;
    width: 100%;
}

.box-map .gg-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.thanhxuan-valley .pattern-item__life-top {
    right: 53%;
    top: 0;
}

.pt__main {
    position: absolute;
    top: 20.5vw;
    left: 51vw;
    width: 2vw;
    height: 2vw;
    background-color: #F9B5B4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: zoomInZoomOut 0.8s linear infinite alternate;
    animation: zoomInZoomOut 0.8s linear infinite alternate;
}

.pt__circle-dash {
    position: absolute;
    background-color: transparent;
    border: 3px dashed #EA5B6B;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.pt__circle-small {
    top: 13vw;
    left: 43.2vw;
    width: 16.6666vw;
    height: 16.6666vw;
    -webkit-animation: rotate 25s linear infinite;
    animation: rotate 25s linear infinite;
}

.pt__circle-large {
    top: 5.6vw;
    left: 36vw;
    width: 31.6666vw;
    height: 31.6666vw;
    -webkit-animation: rotate 25s linear infinite;
    animation: rotate 25s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes zoomInZoomOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

@keyframes zoomInZoomOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

@-webkit-keyframes rotate360 {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotate360 {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes shake {

    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0);
    }

    40%,
    60% {
        -webkit-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0);
    }
}

@keyframes shake {

    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0);
    }

    40%,
    60% {
        -webkit-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0);
    }
}

.floating-360:hover .pic-floating img {
    -webkit-animation: rotate360 0.5s linear forwards;
    animation: rotate360 0.5s linear forwards;
}

.floating-calen:hover .pic-floating img,
.floating-phone:hover .pic-floating img {
    -webkit-animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
}





/* Lake Zone */
.valley-pic .blogs-video {
    max-width: inherit;
}

.lakezone-key {
    padding: 150px 0 0 0;
}

.lake-key-wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.lakezone-key-inr {
    max-width: calc(1230px + (100% - 1230px)/2);
}

.flex-zone-key {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.key-brief {
    flex: 0 0 38.4552%;
    max-width: 38.4552%;
}

.key-pic {
    flex: 0 0 56.9105%;
    max-width: 56.9105%;
    margin-top: -8%;
}

.key-brief .pic {
    max-width: 321px;
}

.key-pic .pattern-item__life-top {
    position: relative;
    top: auto;
    right: 0;
    width: 35%;
    margin: 0 auto 2% auto;
}

.lake-zone-amenity {
    padding: 210px 0 128px 0;
}

.amenity-inr {
    max-width: calc(1240px + (100% - 1240px)/2);
    margin: 0 auto;
}

.amenity-inr h2 {
    margin-bottom: 54px;
}

.flex-amenity {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item-amenity {
    position: relative;
    flex: 0 0 31.693%;
    max-width: 31.693%;
}

.item-amenity {
    color: #fff;
}

.item-amenity:nth-child(2) {
    padding-top: 18.8709%;
}

.item-amenity:nth-child(3) {
    padding-top: 4.9193%;
}

.item-amenity .brief {
    margin-bottom: 0;
    padding: 26px;
    background-color: #366F59;
}

.item-amenity h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.lake-zone-amenity .pattern-item__disconnect-right {
    bottom: auto;
    top: -7%;
    max-width: 560px;
}

.lake-zone-amenity .pattern-item__disconnect-left {
    max-width: 400px;
    left: 8.444%;
    bottom: 2%;
}

.slider-banner.banner__has--brief {
    padding: 80px 0 0 0;
}

.banner__has--brief h2 {
    text-align: center;
    margin-bottom: 80px;
    color: #3B6753;
}

.brief-villa {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner__has--brief .spain-brief {
    position: absolute;
    display: inline-block;
    left: 16%;
    top: 50%;
    width: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.banner__has--brief .spain-txt {
    flex: 0 0 100%;
    max-width: 100%;
}

.banner__has--brief .pic-villa {
    position: absolute;
    top: 0;
    left: 100%;
    width: 34.0277vw;
    margin-left: -12%;
}

.banner__has--brief .item-acreage {
    margin-bottom: 0;
}

.banner__has--brief .spain-info h3,
.banner__has--brief .spain-info p,
.banner__has--brief .spain-info .view-more,
.banner__has--brief .item-acreage {
    color: #fff;
}

/* event Zone */
.event-section {
    padding: 70px 0 0;
}

.event-section-inr {
    max-width: 1360px;
    margin: 0 auto;
}

.natural-box.event-box {
    margin-bottom: -2%;
}

.event-box .natural-title {
    flex: 0 0 25.69105%;
    max-width: 25.69105%;
}

.event-box .patterns {
    position: relative;
    top: -20px;
    flex: 0 0 35%;
}

.event-box .pattern-item__life-top {
    position: relative;
    top: auto;
    right: 3%;
    width: 100%;
    max-width: unset;
}

.event-box .brief {
    flex: 0 0 32.5203%;
    max-width: 32.5203%;
}

.event-box .buts {
    padding: 15px 0 0 0;
}

.event-box .natural-title p {
    font-size: 24px;
    color: #000;
}

.wrap-event {}

.event-item {
    width: 31.2%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px
}

.event-content {
    padding: 20px 0px;
}

.event-content a {
    font-family: 'Playfair Display';
    text-decoration: none;
}

/* floating */
.contact-floating {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 10;
}

.item-floating {
    position: relative;
    display: flex;
    width: 84px;
    height: 74px;
    flex-direction: column;
    text-decoration: unset;
    text-align: center;
    justify-content: center;
}

.item-floating p {
    color: #000;
    font-size: 11px;
}

.pic-floating {
    /*margin: 0 auto 5px auto;*/
}

.floating-360 .pic-floating {
    /*width: 46px;*/
}

.floating-calen {
    background-color: #fff;
}

.floating-calen .pic-floating,
.floating-phone .pic-floating {
    /*width: 23px;*/
}

.floating-phone {
    background-color: #EFF0EB;
}

.floating-phone img {
    width: 24px;
}

.phone-button {
    position: relative;
    background: #fff;
    border-radius: 50%;
    z-index: 10;
    box-shadow: 0 0 10px rgba(253, 21, 21, 0.4);
    overflow: visible;
    /* Đảm bảo ripple không bị cắt */
}

.phone-button::before,
.phone-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
}

.phone-button::before {
    width: 100%;
    height: 100%;
    background: transparent;
    box-shadow: 0 0 10px 4px rgba(253, 21, 21, 0.4);
    animation: ripple-close 1.5s infinite;
}

.phone-button::after {
    width: 110%;
    height: 110%;
    background: transparent;
    box-shadow: 0 0 10px 4px rgba(253, 21, 21, 0.4);
    animation: ripple-far 1.5s infinite;
    animation-delay: .5s;
}

.fb-button {
    position: relative;
    background: #fff;
    border-radius: 50%;
    z-index: 10;
    box-shadow: 0 0 10px rgba(4, 38, 114, 0.4);
    overflow: visible;
    /* Đảm bảo ripple không bị cắt */
}

.fb-button::before,
.fb-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
}

.fb-button::before {
    width: 100%;
    height: 100%;
    background: transparent;
    box-shadow: 0 0 10px 4px rgba(4, 38, 114, 0.4);
    animation: ripple-close 1.5s infinite;
}

.fb-button::after {
    width: 110%;
    height: 110%;
    background: transparent;
    box-shadow: 0 0 10px 4px rgba(4, 38, 114, 0.4);
    animation: ripple-far 1.5s infinite;
    animation-delay: .5s;
}

@keyframes ripple-close {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.3);
    }
}

@keyframes ripple-far {
    0% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.5);
    }
}


.has__time .hash-tag-event {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
    background-color: #29337e;
    line-height: 1.2;
    z-index: 1;
}

.has__time .time-event {
    position: relative;
    margin-bottom: 20px;
}

.has__time .journeys-brief h3 {
    margin-bottom: 5px;
}

.time-date,
.time-address {
    font-size: 16px;
    line-height: 1.4;
    color: #515151;
}




@media screen and (max-width:1380px) {

    .life-cnt,
    .nature-cnt,
    .disconnect-cnt,
    .info-box,
    .articles-cnt,
    .thumb-slider,
    .album-brief,
    .parkzone-natural-inr,
    .parkzone-service-inr,
    .thanhxuan-valley-inr,
    .valley-pic,
    .event-section-inr {
        max-width: 1170px;
    }

    .parkzone-collection-inr,
    .parkzone-journeys-inr {
        max-width: 950px;
    }

    /* .wrap__journeys{
        max-width: calc(950px + (100% - 950px)/2);
    } */
    .parkzone-team-inr {
        max-width: 950px;
    }

    .lakezone-key-inr,
    .amenity-inr {
        max-width: calc(1170px + (100% - 1170px)/2);
    }

    .banner__has--brief .spain-info .view-more {
        font-size: 16px;
    }


    /* .experience-box {
        padding-left:calc(50% - 880px/2);
    } */

    .blogs-video {
        width: 90%;
    }

    .valley-pic .blogs-video {
        width: 100%;
    }

    .blogs-video::before {
        padding-top: 100%;
    }

    .thanhxuan-cnt,
    .contact-cnt,
    .footer-cnt {
        max-width: 1190px;
    }

    .body-content,
    .body-tag,
    .blog-relation {
        max-width: 820px;
    }

    .map-info {
        padding: 30px 90px;
    }

    h1,
    .banner h2 {
        font-size: 52px;
    }

    h2 {
        font-size: 36px;
    }

    .brief,
    .spain-tab-nav li {
        font-size: 17px;
    }

    .brief p {
        margin-bottom: 15px;
    }

    .banner-full .brief {
        font-size: 20px;
    }


    .but-txt {
        font-size: 16px;
    }


    /* .experience-box {
        padding-left:calc(50% - 930px/2);
    } */

    .experience-wrap::after {
        width: 120px;
        height: 120px;
    }

    .experience-item h3 {
        font-size: 14px;
    }


    .info-title h3 {
        font-size: 24px;
    }

    .info-title span {
        font-size: 20px;
    }

    /*
    .marker {
        width:100px;
        height:100px;
        font-size:16px;
    }*/


    .latest-item__couple .article-txt {
        padding: 0 30px;
    }

    .latest-item__single .article-txt {
        padding: 50px;
    }

    .article h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .article p {
        font-size: 15px;
    }


    .contact-info {
        padding-right: 40px;
    }

    .view-album {
        width: 87px;
    }

    .showcase-item h3 {
        font-size: 28px;
    }

    .showcase-item p {
        font-size: 14px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 50px;
    }

    .swiper-button-prev {
        left: 10px;
    }

    .swiper-button-next {
        right: 10px;
    }


    .article-items .article h2 {
        font-size: 18px;
    }



    .ft-title,
    .footer-cnt,
    .col .but-txt {
        font-size: 14px;
    }

    .copyright-col {
        font-size: 13px;
    }

    /* swiper */
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border: 1px solid #fff;
    }

    .journeys-slider .swiper-pagination-2 .swiper-pagination-bullet {
        border: 1px solid #3B6753;
    }

    /* parkzone */
    .parkzone-natural,
    .parkzone-service,
    .parkzone-spain {
        padding: 90px 0;
    }

    .parkzone-collection,
    .parkzone-team {
        padding: 80px 0;
    }

    .service-brief {
        margin-bottom: 80px;
    }

    .natural-box {
        margin-bottom: 50px;
    }

    .parkzone-spain-inr {
        max-width: 900px;
    }

    .spain-info h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .spain-info p,
    .acreage-title,
    .journeys-brief p,
    .collection-brief p,
    .time-date,
    .time-address {
        font-size: 14px;
    }

    .acreage-cnt {
        font-size: 26px;
    }

    .journeys-brief h3 {
        font-size: 22px;
    }

    .journeys-brief {
        padding: 20px 20px 20px 30px;
    }

    .journeys-pic-slider .swiper-button-prev,
    .journeys-pic-slider .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .journeys-slider .swiper-button-prev-2,
    .journeys-slider .swiper-button-next-2 {
        width: 60px;
    }

    .journeys-line .swiper-button-next {
        left: 55px;
    }

    .journeys-line::before {
        left: 105px;
    }

    .parkzone-collection-inr h2 {
        margin-bottom: 50px;
    }

    .collection-brief h3 {
        font-size: 30px;
    }

    .convenient-brief h2 {
        font-size: 35px;
    }




    /* Valley */
    .thanhxuan-convenient-inr h2 {
        margin-bottom: 50px;
    }

    .nav-convenient li {
        font-size: 17px;
        padding: 5px 30px 15px;
    }

    .nav-convenient li.active {
        font-size: 21px;
    }

    .convenient-brief h2 {
        margin-bottom: 20px;
    }

    .valley-wrap {
        padding: 80px 0 13.888% 0;
    }

    .thanhxuan-map {
        padding: 80px 0 0 0;
    }

    .thanhxuan-map-inr h2 {
        margin-bottom: 50px;
    }

    /* event zone */
    .event-box .natural-title p {
        font-size: 20px;
    }

    .has__time .time-event {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:1260px) {

    .life-cnt,
    .nature-cnt,
    .disconnect-cnt,
    .thanhxuan-cnt,
    .info-box,
    .articles-cnt,
    .thumb-slider,
    .album-brief,
    .thanhxuan-valley-inr,
    .valley-pic,
    .event-section-inr {
        max-width: 900px;
    }

    .parkzone-natural-inr,
    .parkzone-service-inr,
    .parkzone-collection-inr,
    .parkzone-team-inr,
    .parkzone-journeys-inr {
        max-width: 800px;
    }

    .lakezone-key-inr,
    .amenity-inr {
        max-width: calc(900px + (100% - 900px)/2);
    }

    .lakezone-key {
        padding: 100px 0 0 0;
    }

    .lake-zone-amenity {
        padding: 160px 0;
    }

    .banner__has--brief .spain-info .view-more {
        font-size: 13px;
    }

    .slider-banner.banner__has--brief {
        padding: 40px 0 0 0;
    }

    .banner__has--brief h2 {
        margin-bottom: 40px;
    }

    .banner__has--brief .banner-slider .swiper-button-prev {
        left: 2%;
    }

    .banner__has--brief .banner-slider .swiper-button-next {
        right: 2%;
    }


    /* .wrap__journeys{
        max-width: calc(800px + (100% - 800px)/2);
    } */
    .parkzone-team-inr {
        max-width: 800px;
    }

    .contact-cnt,
    .footer-cnt {
        max-width: 960px;
    }

    h1,
    .banner h2 {
        font-size: 48px;
    }

    h2 {
        font-size: 30px;
    }

    .brief,
    .spain-tab-nav li {
        font-size: 14px;
    }

    .banner h1 {
        padding-top: 60px;
    }

    .banner-full .brief {
        font-size: 18px;
    }

    .banner .scroll-down {
        width: 90px;
    }

    .pattern-item__life-bot {
        bottom: -240px;
    }

    .but-txt {
        font-size: 14px;
    }

    .lift-txt {
        padding-top: 80px;
    }

    .life-image {
        top: 80px;
    }


    .nature-info {
        padding-top: 70px;
    }

    .nature-icon {
        margin-bottom: 60px;
        width: 109px;
    }

    .disconnect {
        padding-top: 100px;
    }

    /* .experience {
        top:-220px;
    } */

    .experience-wrap::after {
        width: 80px;
        height: 80px;
    }

    .experience-item h3 {
        font-size: 14px;
    }

    .latest-item__couple .article-txt {
        padding: 0 20px;
    }

    .latest-item__single .article-txt {
        padding: 40px;
    }

    .article h3 {
        font-size: 20px;
    }

    .article p {
        font-size: 14px;
    }


    .contact-info {
        padding-right: 40px;
    }


    .view-album {
        width: 77px;
        margin-bottom: 10px;
    }

    .showcase-item h3 {
        font-size: 20px;
    }

    .showcase-item p {
        font-size: 13px;
    }


    .album-brief {
        padding-right: 30%;
    }

    .swiper-button-next {
        right: 40px;
    }

    .swiper-button-prev {
        left: 40px;
    }

    .articles .article h2 {
        font-size: 16px;
    }



    .ft-title,
    .footer-cnt,
    .col .but-txt {
        font-size: 13px;
    }

    .copyright-col {
        font-size: 11px;
        bottom: 0;
    }

    /* parkzone */
    .parkzone-natural,
    .parkzone-service,
    .parkzone-spain,
    .parkzone-collection,
    .parkzone-team {
        padding: 50px 0;
    }

    .parkzone-journeys {
        padding: 50px 0 0 0;
    }

    .service-brief {
        margin-bottom: 60px;
    }

    .natural-box {
        margin-bottom: 30px;
    }

    .parkzone-spain-inr {
        max-width: 800px;
    }

    .spain-info h3 {
        font-size: 28px;
    }

    .spain-info p,
    .acreage-title,
    .journeys-brief p,
    .collection-brief p,
    .time-date,
    .time-address {
        font-size: 12px;
    }

    .acreage-cnt {
        font-size: 22px;
    }

    .journeys-brief h3 {
        font-size: 20px;
    }

    .parkzone-collection-inr h2 {
        margin-bottom: 30px;
    }

    .journeys-line::before {
        width: 87%;
    }

    .collection-brief {
        padding: 28px 28px 25px 40px;
    }

    .collection-brief h3 {
        font-size: 25px;
    }

    .collection-slider .swiper-button-prev,
    .collection-slider .swiper-button-next,
    .team-slider .swiper-button-prev,
    .team-slider .swiper-button-next {
        width: 60px;
    }

    .brief-team h3 {
        font-size: 18px;
    }

    .brief-team p {
        font-size: 14px;
    }

    /* Valley */
    .nav-convenient li {
        font-size: 14px;
        padding: 5px 25px 10px;
    }

    .nav-convenient li.active {
        font-size: 18px;
    }

    .convenient-brief p {
        font-size: 14px;
    }

    .convenient-brief h2 {
        font-size: 30px;
    }

    /* event zone */
    .event-box .natural-title p {
        font-size: 18px;
    }
}




/*Footer*/
@media screen and (min-width:1024px) {


    /*Common*/
    .sp {
        display: none !important;
    }


    /*Header*/
    .nav {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav1>li:nth-child(1),
    .nav1>li:nth-child(4) {
        width: 160px;
    }

    .nav1>li:nth-child(2),
    .nav1>li:nth-child(3) {
        width: 210px;
    }

    .nav1>li:nth-child(2) {
        margin-left: 40px;
        margin-right: 100px;
    }

    .nav1>li:nth-child(3) {
        margin-left: 100px;
        margin-right: 40px;
    }


    .nav>li>a,
    .nav>li>span {
        padding: 8px 12px;
        cursor: pointer;
    }

    .nav>li>a::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #fff;
        left: 0;
        bottom: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
    }

    .nav>li>span::before {
        content: '';
        position: absolute;
        right: -24px;
        top: 17px;
        width: 16px;
        height: 10px;
        background: url(../images/arrow-down.svg) no-repeat center center;
        background-size: 100% auto;
    }

    .nav>li.active>a,
    .nav>li.active>span {
        font-weight: 600;
    }

    .nav>li.active>a::after,
    .nav>li>a:hover::after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }


    .but-discover:hover .discover span {
        -webkit-transition: transform 0s cubic-bezier(.2, 0, .25, 1) 0s !important;
        transition: transform 0s cubic-bezier(.2, 0, .25, 1) 0s !important;
        -webkit-animation: charsUp .15s cubic-bezier(.2, 0, .25, 1) var(--delay) forwards;
        animation: charsUp .15s cubic-bezier(.2, 0, .25, 1) var(--delay) forwards;
        -webkit-transform: translate3d(0, 180%, 0);
        transform: translate3d(0, 180%, 0);
        color: #fff;
    }

    .but-discover:hover::before {
        -webkit-transform: translate3d(-50%, -50%, 0) scale3d(4, 3, 1);
        transform: translate3d(-50%, -50%, 0) scale3d(4, 3, 1);
    }

    .but-discover:hover .but-icon svg {
        color: #fff;
    }

    .grouptab-spain-swiper .spain-txt {
        flex: 0 0 41.766%;
        max-width: 41.766%;
    }

    .grouptab-spain-swiper .spain-tab {
        flex: 0 0 54.14785%;
        max-width: 54.14785%;
    }

    .header-inr {
        justify-content: left;
    }

    .navigation {
        /* padding-left: 260px; */
        flex-grow: 1;
    }

    .navigation .nav {
        /* justify-content: space-around; */
        justify-content: flex-end;
        gap: 24px;
    }


}

.navigation .nav .contact-button a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 16px;
    border-radius: 12px;
    background-color: #FBE8C0;
    color: black;
}

.navigation .nav .contact-button a::after {
    display: none;
}

.navigation .nav .contact-button a span {
    color: black;
    font-size: 14px;
}

@media screen and (min-width:1025px) and (max-width: 1260px) {
    .nav1>li:nth-child(2) {
        margin-left: 20px;
        margin-right: 60px;
    }

    .nav1>li:nth-child(3) {
        margin-left: 60px;
        margin-right: 20px;
    }

    /* .virtual{
        font-size: 0;
    } */
}


@media screen and (min-width:1025px) and (max-width: 1290px) {
    .virtual {
        font-size: 0;
    }
}

@media screen and (max-width:1023px) {

    .navigation .nav .contact-button a {
        width: fit-content;
    }

    /*Common*/
    .pc {
        display: none !important;
    }

    p,
    span {
        line-height: 1.5;
    }


    h1 {
        font-size: 36px;
    }

    h2,
    .banner h2 {
        font-size: 36px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    h3 {
        font-size: 32px;
    }

    .banner h1 {
        padding-top: 20px;
    }

    .caption-blog,
    .date-blog {
        font-size: 18px;
    }



    .life-image::before,
    .nature-image::before {
        padding-top: 80%;
    }

    .img-js .pic {
        height: auto;
    }


    /*Brief*/
    .brief {
        font-size: 16px;
        margin-bottom: 26px;
    }

    .banner-full .brief {
        font-size: 20px;
    }


    /*Button*/
    .but-txt {
        font-size: 16px;
    }

    .contact {
        padding: 50px 0;
    }






    /*Pattern*/
    .pattern-item__life-top {
        top: 50px;
        width: 84%;
        max-width: 356px;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    .pattern-item__life-bot {
        width: 71%;
        max-width: 300px;
    }

    .pattern-item__nature-bot {
        width: 80%;
        max-width: 210px;
        -webkit-transform: translate(10%, 0%);
        transform: translate(10%, 0%);
    }

    .pattern-item__nature-line {
        width: 200%;
        top: 156px;
        right: 0;
        /*-webkit-transform: scale(-1);
        transform: scale(-1);*/
    }

    .pattern-item__disconnect-right {
        width: 100%;
        max-width: 437px;
        bottom: -130px;
    }

    .pattern-item__thanhxuan-top {
        width: 86.6666%;
        max-width: 364px;
        -webkit-transform: translateX(18%);
        transform: translateX(18%);
    }

    .pattern-item__thanhxuan-bot {
        width: 180%;
        max-width: 460px;
        -webkit-transform: rotate(-27deg) translateX(-19%);
        transform: rotate(-27deg) translateX(-19%);
        bottom: 0;
    }

    .pattern-item__contact {
        width: 86%;
        max-width: 360px;
        left: 50%;
        top: 36%;
        bottom: auto;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }


    /*Header*/
    .header-inr {
        width: 100%;
    }

    .navigation {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding: 30vw 0 20vw 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        background-color: #FFFFFF;
        -webkit-transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
        transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
        z-index: 2;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .open-menu .navigation {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
    }

    .navigation ul {
        display: block;
        height: 100%;
        padding: 0 5.33vw;
    }

    .navigation ul li a span {
        color: #000000;
    }

    .nav__but {
        position: absolute;
        left: 5%;
        top: 22px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
    }

    .fixed .nav__but {
        top: 22px;
    }

    .nav__but::before,
    .nav__but::after {
        content: '';
        position: absolute;
        display: block;
        width: 80%;
        height: 80%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .nav__but::before {
        background: url(../icons/hamburger.svg) no-repeat center center;
        background-size: 100% auto;
    }

    .nav__but::after {
        background: url(../icons/close.svg) no-repeat center center;
        background-size: 100% auto;
        display: none;
    }

    .open-menu .nav__but::before {
        display: none;
    }

    .open-menu .nav__but::after {
        display: block;
    }

    .nav li {
        position: relative;
        margin: 0 0 8vw 0;
    }

    .nav li a,
    .nav li span {
        font-size: 5vw;
    }

    .nav li span {
        position: relative;
        display: block;
    }

    .nav li.has-child span::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 5vw;
        height: 4vw;
        background: url(../images/icon-arrow-down.png) no-repeat center center;
        background-size: 100% auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .nav li.has-child.show-child span::after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .nav li.active a,
    .nav li.active span {
        font-weight: bold;
    }

    .nav li .child-menu a {
        color: #fff;
    }

    .navigation ul.child-menu {
        padding: 5vw 5vw 0 5vw;
    }

    .nav li .child-menu li {
        margin: 0 0 4vw 0;
    }

    .child-box {
        display: none;
    }

    .nav li.has-child.show-child .child-box {
        display: block;
    }

    .language {
        right: 5%;
    }

    .language a {
        font-size: 20px;
    }

    .item-floating {
        width: 55px;
        height: 55px;
    }

    .floating-360 .pic-floating {
        width: 35px;
    }

    .floating-calen .pic-floating,
    .floating-phone .pic-floating {
        /*width: 16px;*/
    }

    .item-floating p {
        display: none;
    }



    /*Container*/
    .container {
        width: 100%;
        overflow: hidden;
    }

    .life-cnt,
    .nature-cnt,
    .disconnect-cnt,
    .thanhxuan-cnt,
    .info-box,
    .articles-cnt,
    .thumb-slider,
    .album-brief,
    .footer-cnt,
    .contact-cnt,
    .footer-cnt {
        width: 100%;
    }


    .life-info,
    .life-image {
        flex: 0 0 100%;
        max-width: 100%;
    }



    .green-wrap {
        padding: 76px 0 0 0;
    }

    .life-cnt {
        flex-wrap: wrap;
        padding: 0 5%;
    }

    .life-sub {
        display: none;
    }

    .lift-txt {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 50px 0 60px 0;
    }

    .life-image {
        top: auto;
    }



    .nature {
        padding: 0 0 74px 0;
    }

    .nature-cnt {
        flex-wrap: wrap;
        padding: 0 5%;
    }

    .nature-image,
    .nature-info {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .nature-info {
        position: relative;
        padding: 90px 0 0 0;
    }

    .nature-icon {
        width: 35%;
        max-width: 149px;
        margin: 0 auto 60px auto;
        padding: 0;
        -webkit-transform: none;
        transform: none;
    }



    .disconnect {
        padding: 0 0 20px 0;
    }

    .disconnect-cnt {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin: 0;
    }

    .disconnect-info,
    .disconnect-image {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .disconnect-info {
        padding: 40px 5% 40px 5%;
    }


    .map-slider {
        position: relative;
    }

    .map-item {
        position: relative;
        width: 100%;
    }

    .info {
        bottom: 4%;
        left: 0;
        width: 100%;
        display: block;
        padding: 0 4% 0 12%;
        opacity: 1;
        transform: none;
    }

    .info-title {
        color: #fff;
    }

    .info-title::before {
        left: -10%;
        top: 6px;
        width: 23px;
        height: 25px;
    }

    .info-title h3 {
        margin-bottom: 10px;
    }

    .info-title span {
        font-size: 16px;
    }

    .map-slider .swiper-button-prev,
    .map-slider .swiper-button-next {
        width: 31px;
        height: 24px;
        -webkit-transform: none;
        transform: none;
    }

    .map-slider .swiper-button-next {
        background: url(../images/map-next.png) no-repeat center center;
        background-size: 100% auto;
        right: 4%;
    }

    .map-slider .swiper-button-prev {
        background: url(../images/map-prev.png) no-repeat center center;
        background-size: 100% auto;
        left: 4%;
    }


    .experience {
        margin-bottom: 0 !important;
        position: relative;
        top: auto;
    }

    .scroll-note {
        display: none;
    }

    .scroll-arrow {
        opacity: 1;
        left: 20%;
    }

    .experience-item h3 {
        display: none;
    }

    .experience-item:nth-child(1),
    .experience-item:nth-child(2) {
        margin-bottom: 37%;
    }

    .experience-item:nth-child(1) {
        flex: 0 0 45%;
        max-width: 45%;
        margin-left: 17%;
    }

    .experience-item:nth-child(2) {
        flex: 0 0 25%;
        max-width: 25%;
        margin-left: 12%;
    }

    .experience-item:nth-child(3) {
        flex: 0 0 45%;
        max-width: 45%;
        margin-left: 3%;
    }

    .experience-item:nth-child(4) {
        flex: 0 0 32.5%;
        max-width: 32.5%;
        margin-left: 15%;
    }

    .scroll-link {
        width: 18vw;
        height: 18vw;
        bottom: 54%;
    }



    .latest {
        flex-wrap: wrap;
        padding: 0 5%;
    }

    .latest-item__couple,
    .latest-item__single {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .latest-item__couple {
        margin-bottom: 24px;
    }

    .latest-item__couple .article {
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        height: auto;
    }

    .latest-item__couple .article:nth-child(1),
    .latest-item__couple .article:nth-child(2) {
        flex-wrap: wrap;
    }

    .latest-item__couple .article-pic,
    .latest-item__couple .article-txt {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .latest-item__couple .article-pic img {
        width: 100%;
        height: auto;
    }

    .latest-item__couple .article-txt {
        padding: 7% 5%;
    }

    .latest .article {
        margin-bottom: 24px;
    }

    .latest .article h3 {
        font-size: 32px;
        line-height: 1.25;
        margin-bottom: 20px;
    }

    .latest-item__couple .article-txt:only-child {
        background-color: #618575;
        padding: 12% 5%;
    }

    .latest-item__single .article-txt {
        padding: 7% 5%;
    }

    .latest-item__single .article-pic {
        position: relative;
    }

    .latest-item__single::before {
        padding-top: 142%;
    }

    .latest-item__single .article-pic,
    .latest-item__single .article-pic img {
        height: 100%;
    }

    .latest-item__single .article-pic img {
        -webkit-object-fit: cover;
        object-fit: cover;
    }


    .contact-cnt {
        flex-wrap: wrap;
        padding: 0 5%;
    }

    .contact-info,
    .contact-form {
        flex: 0 0 100%;
        max-width: 100%;
    }


    .contact-info {
        margin-bottom: 20px;
        padding: 0;
    }

    .contact-form {
        padding: 14% 5%;
    }

    .contact-form .but {
        width: 100%;
        /* background-color:#fff; */
    }

    /* .contact-form .but.stroke-white {
        border-color:#fff;
        color:#000;
    } */
    .contact-form .but .but-txt {
        font-size: 18px;
    }

    .contact-form .but.stroke-white .but-icon {
        color: #fff;
    }



    .footer {
        padding: 74px 0 49px 0;
    }

    .footer-cnt {
        flex-wrap: wrap;
        padding: 0 5%;
        font-size: 16px;
    }

    .col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .col:nth-child(1),
    .col:nth-child(2),
    .col:nth-child(3),
    .col:nth-child(4),
    .col:nth-child(5),
    .col:nth-child(6) {
        padding: 0;
    }

    .col:nth-child(3) {
        margin-right: 0;
    }

    .col:nth-child(3) ul li {
        font-size: 24px;
    }

    .ft-logo {
        width: 41.6%;
        max-width: 156px;
        margin: 0 auto;
    }

    .ft-title {
        font-size: 24px;
    }

    .col:nth-child(1) {
        border-bottom: 1px solid #ABABAB;
        padding-bottom: 30px;
    }

    .col .but {
        padding: 18px 0;
    }

    .col .but-txt {
        font-size: 24px;
        line-height: 1.2;
    }

    .col .but-txt small {
        font-size: 16px;
    }

    .socials {
        padding: 20px 0 10px 0;
    }

    .socials a {
        width: 34px;
    }

    .copyright-col {
        position: relative;
        left: auto;
        bottom: auto;
        font-size: 14px;
        text-align: center;
        border-top: 1px solid #ABABAB;
        padding: 25px 0;
    }

    .contact-floating {
        top: auto;
        bottom: 2%;
    }

    .banner .scroll-down {
        width: 70px;
    }

    /* Thanh-xuan-valley */
    .valley-box {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .valley-life-bief {
        position: relative;
        flex: 0 0 90%;
        max-width: 90%;
    }

    .valley-life-bief p {
        padding-right: 0;
    }

    .valley-life-pic {
        flex: 0 0 90%;
        max-width: 90%;
    }

    .pattern-nature .pattern-item {
        margin-top: -27%;
    }

    .thanhxuan-valley .nature-icon {
        width: 90px;
    }

    .thanhxuan-convenient-inr h2 {
        margin-bottom: 30px;
    }

    .outer_wrap {
        position: relative;
    }

    .wrap__nav {
        width: 90%;
    }

    .outer_wrap::after {
        content: '';
        position: absolute;
        top: 10%;
        right: 3%;
        width: 22px;
        height: 12px;
        background: url(../images/map-next-black.png) no-repeat center center;
        background-size: 100% auto;
        -webkit-animation: right 0.7s linear infinite alternate;
        animation: right 0.7s linear infinite alternate;
    }

    .wrap__nav {
        position: relative;
        display: block;
        overflow: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .nav-convenient {
        position: relative;
        display: inline-block;
        width: auto;
        padding: 0 0 25px 0;
        white-space: nowrap;
    }

    .nav-convenient li {
        position: relative;
        display: inline-block;
        font-size: 13px;
        margin: 0 5px 0 0;
        padding: 0 10px;
        color: #3B6753;
        cursor: pointer;
    }

    .nav-convenient li.active {
        font-size: 16px;
    }

    .nav-convenient li.active::after {
        bottom: -8px;
        height: 2px;
    }

    .convenient-item .convenient-pic {
        height: 90vh;
    }

    .convenient-pic img {
        height: 100%;
        -webkit-object-fit: cover;
        object-fit: cover;
    }

    .convenient-brief {
        top: 50%;
        left: 50%;
        bottom: auto;
        right: auto;
        width: 70%;
        padding: 3% 5%;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .convenient-slider .swiper-button-prev,
    .convenient-slider .swiper-button-next {
        width: 50px;
    }

    .convenient-slider .swiper-button-prev {
        left: 0;
    }

    .convenient-slider .swiper-button-next {
        right: 0;
    }

    .convenient-txt {
        max-height: 300px;
    }

    .thanhxuan-convenient-inr h2 {
        /*margin-bottom: 18px;
        padding: 0 4%;*/
    }

    .convenient-brief h2 {
        font-size: 23px;
        padding: 0;
        margin-bottom: 10px;
    }

    .convenient-brief p {
        font-size: 13px;
    }

    .thanhxuan-map {
        padding: 40px 0 0 0;
    }

    .thanhxuan-map-inr h2 {
        margin-bottom: 30px;
    }

    /* .box-map{
        height: 90vh;
    }
    .box-map img{
        height: 100%;
        -webkit-object-fit: cover;
        object-fit: cover;
    } */
    .pt__main {
        top: 23%;
        left: 29%;
        width: 5vw;
        height: 5vw;
    }

    .parkzone-team-inr {
        width: 90%;
        margin: 0 auto;
    }

    .team-item .pic {
        width: 90%;
    }

    /* gallery */
    .act {
        padding: 50px 0 0 0;
    }

    .act-cnt h2 {
        margin-bottom: 50px;
        font-size: 32px;
        padding: 0 5%;
    }

    .act .pattern-item__nature-bot {
        top: 110%;
    }

    .showcase {
        padding: 50px 0 0 0;
    }

    .showcase h2 {
        margin-bottom: 40px;
    }

    .album-brief {
        padding: 0 5%;
    }

    .album-brief h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .thumb-slider {
        width: 90%;
    }

    .album-thumb .swiper-button-prev,
    .album-thumb .swiper-button-next {
        margin-top: 8%;
        width: 40px;
    }

    .album-thumb .swiper-button-prev {
        left: 0;
    }

    .album-thumb .swiper-button-next {
        right: 0;
    }

    .txt-outer {
        padding: 0 5%;
    }



    /* event */
    .event-section {
        padding: 50px 0 0;
    }

    .natural-box {
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
        align-items: center;
    }

    .event-box .natural-title,
    .event-box .brief {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .event-box .patterns {
        top: 0;
        flex: 0 0 100%;
    }

    .event-box .natural-title {
        margin-bottom: 20px;
    }

    .event-box .pattern-item__life-top {
        right: 0;
        -webkit-transform: none;
        transform: none;
    }

    /* blog */
    .blogs {
        padding: 30px 0;
    }

    .body-content {
        padding: 0 4%;
        font-size: 15px;
    }

    .body-content div,
    .body-content li,
    .body-content p {
        margin: 20px 0;
    }

    .body-tag {
        display: flex;
        padding: 0 4%;
    }

    .body-tag li {
        font-size: 14px;
        padding: 10px 5px;
        margin-right: 5px;
    }

    .blog-relation {
        padding: 35px 4% 0 4%;
    }

    .article-items .article {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 4% 0;
    }

    .blogs-content .act {
        margin: 0;
        padding: 20px 0 0 0;
    }

    .articles {
        padding: 50px 0;
    }

    .article-items {
        width: 100%;
        padding: 0 4%;
        margin: 0 auto;
    }

    /* park zone */
    .parkzone-service-box {
        padding: 0 4%;
    }

    .parkzone-journeys-inr h2 {
        margin-bottom: 40px;
    }

    .parkzone-service-box {
        flex-wrap: wrap;
    }

    .wrap__journeys {
        width: 90%;
        margin: 0 auto;
    }

    .natural-title {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .parkzone-service-right,
    .parkzone-service-left {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .parkzone-service-right {
        padding-top: 10%;
    }

    .parkzone-service-left .img-js {
        height: auto;
    }

    .parkzone-service-left .img-js::before {
        padding-top: 100%;
    }

    .parkzone-spain-title p {
        text-align: center;
        padding: 0 4%;
    }

    .parkzone-spain-line::before {
        left: 50%;
        width: 90%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .spain-slider {
        padding: 0 4%;
    }

    .spain-main-pic {
        margin-bottom: 20px;
    }

    .spain-flex {
        display: block;
    }

    .spain-txt,
    .spain-tab {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .spain-info h3 {
        font-size: 20px;
    }

    .spain-info .view-more {
        font-size: 12px;
    }

    .acreage-cnt {
        font-size: 17px;
    }

    .spain-slider .swiper-button-prev,
    .spain-slider .swiper-button-next {
        width: 40px;
        top: 10%;
    }

    .spain-slider .swiper-button-next {
        right: 0;
    }

    .spain-slider .swiper-button-prev {
        left: 0;
    }

    .parkzone-collection-inr h2 {
        padding: 0 4%;
    }

    .collection-brief {
        width: 100%;
        padding: 15px;
    }

    .collection-slider .swiper-pagination {
        position: relative;
        text-align: center;
        bottom: auto;
    }

    .collection-pic {
        height: 70vh;
    }

    .collection-pic img {
        height: 100%;
        -webkit-object-fit: cover;
        object-fit: cover;
    }

    .collection-slider .swiper-pagination-bullet {
        border: 1px solid #000;
    }

    .box-map-pic .pic {
        height: 75vh;
    }

    .box-map-pic .pic .pic-parkzone {
        height: 100%;
        -webkit-object-fit: cover;
        object-fit: cover;
    }

    .parkzone-button {
        top: 4%;
        left: 4%;
    }

    .parkzone-button li {
        width: 125px;
        padding: 10px 0;
        font-size: 12px;
    }

    .info[data-map="default"] .info-title::before {
        background: none;
    }

    .parkzone-spain .pattern-item__life-top {
        right: auto;
        top: 20%;
        left: -10%;
        width: 65%;
    }

    .parkzone-spain-line img {
        width: 20%;
        padding: 0 18px;
    }

    .lakezone-key {
        padding: 50px 0 0 0;
    }

    .lake-key-wrap {
        display: block;
    }

    .lakezone-key-inr {
        max-width: initial;
    }

    .flex-zone-key {
        display: block;
    }

    .key-brief {
        flex: 0 0 auto;
        max-width: initial;
        padding: 0 5% 5% 5%;
    }

    .key-pic {
        flex: 0 0 auto;
        max-width: 100%;
        margin-top: 0;
    }

    .key-brief .pic {
        width: 100%;
        max-width: 100%;
    }

    .lake-zone-amenity {
        padding: 50px 0;
    }

    .amenity-inr {
        max-width: 100%;
        padding: 0 5%;
    }

    .amenity-inr h2 {
        margin-bottom: 40px;
    }

    .item-amenity {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .item-amenity:last-child {
        margin-bottom: 0;
    }

    .item-amenity .brief {
        padding: 5%;
    }

    .item-amenity h3 {
        font-size: 20px;
    }

    .item-amenity:nth-child(2),
    .item-amenity:nth-child(3) {
        padding-top: 0;
    }

    .banner__has--brief .spain-brief {
        width: 70%;
    }

    .banner__has--brief .pic-villa {
        position: relative;
        left: 0;
        width: 100%;
        margin-left: 0;
    }
}

.collection-slider {
    position: relative;
}

.collection-item {
    position: relative;
}

.collection-brief {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 47.1451%;
    padding: 38px 32px 30px 53px;
    background-color: #f6f6f6;
}

.collection-brief h3 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 15px;
}

.collection-brief p {
    font-size: 16px;
    line-height: 1.6;
    color: #515151;
    margin-bottom: 20px;
}

.library-slider .swiper-button-prev,
.library-slider .swiper-button-next {
    width: 76px;
    color: #313F38;
}

.library-slider .swiper-button-prev {
    left: -10%;
}

.library-slider .swiper-button-next {
    right: -10%;
}

.library-slider .swiper-pagination {
    bottom: 5%;
    right: 3.6704%;
}

.library-brief {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 47.1451%;
    padding: 12px 20px 12px 20px;
    background-color: #00000061;
}

.library-brief p {
    color: white;
}

.video-button-next,
.image-button-next {
    transform: rotate(-90deg);
    display: inline-flex;
}

.video-button-prev,
.image-button-prev {
    transform: rotate(90deg);
    display: inline-flex;
}

@media screen and (max-width:900px) {}

@media screen and (max-width:390px) {
    .acreage-cnt {
        font-size: 14px;
    }

    .event-item {
        width: 99%;
        float: left;
    }
}


@media screen and (max-width:350px) {}

@media (orientation:landscape) and (min-width:600px) {
    .sp-p {
        display: none;
    }
}