/* @font-face {
     font-family: 'CormorantInfant-Bold';
     src: url('/assets/client/fonts/CormorantInfant-Bold.ttf');
 }

 @font-face {
     font-family: 'CormorantInfantSemiBold';
     src: url('/assets/client/fonts/CormorantInfant-SemiBold.ttf');
 }

 @font-face {
     font-family: 'CormorantInfant-Regular';
     src: url('/assets/client/fonts/CormorantInfant-Regular.ttf');
 }

 @font-face {
     font-family: 'CormorantInfant-Medium';
     src: url('/assets/client/fonts/CormorantInfant-Medium.ttf');
 } */

@font-face {
    font-family: 'UTM-AptimaBold';
    src: url('/assets/client/fonts/UTM-AptimaBold.ttf');
}

@font-face {
    font-family: 'UTM-Aptima';
    src: url('/assets/client/fonts/UTM-Aptima.ttf');
}

body, html {
    width: 100%;
    margin: 0;
    padding: 0;
    scrollbar-width: thin;
    scrollbar-color: inherit
}

.subscribe a, strong {
    font-weight: 700
}

a, cite, code, dd, dl dt, em, i, ins, mark, p, pre, strong, sup {
    text-decoration: none
}

cite, em, i, mark, sup {
    vertical-align: baseline
}

.clear, .clearfix::after, .note-facilities li {
    clear: both
}

.close-click small span, .hotline a, .logo-bg, .logo.center, .nav li a span, .open-click span, img[data-src].lazy {
    opacity: 0
}

.overlay-dark, html {
    -webkit-touch-callout: none;
    -moz-user-select: -moz-none
}

.box-nav ul, .social ul, ol, ul {
    list-style: none
}

.bg-fixed, 
, .group-central, .pic-img {
    backface-visibility: hidden
}

.control, .controls, .info-block h3, .navigation li a, .pointer-map h3, .select-header h3, .subscribe a {
    white-space: nowrap
}

.all-album, .box-slider, .dragscroll, .overlay-dark, html {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none
}

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;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, svg {
    display: block
}

* {
    -webkit-font-smoothing: antialiased
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    height: 100%;
    font-family: 'UTM-Aptima';
    line-height: 1;
    overflow: hidden
}

body.auto {
    overflow-y: auto
}

blockquote::after, blockquote::before, q::after, q::before {
    content: '';
    content: none
}

:focus {
    outline: 0;
    border: none
}

a, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    font-family: 'UTM-Aptima';
}

del {
    text-decoration: line-through
}

img[alt] {
    font-size: 0
}

.clearfix::after, .clearfix::before {
    content: " ";
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.copyright::before, .facebook::after, .hotline::after, .nav-click::after, .nav-click::before {
    content: ''
}

svg:not(:root) {
    overflow: visible
}

.nicescroll-rails {
    cursor: pointer!important
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.4
}

.copyright, cite, em, i, p {
    line-height: 1.6
}

.copyright, cite, em, i, mark, p, sup {
    font-weight: 400
}

p {
    -webkit-text-size-adjust: none;
    font-family: 'UTM-Aptima';
    font-size: 16px
}

ol, ul {
    font-family: 'UTM-Aptima';
    font-size: 15px
}

blockquote, q {
    quotes: none;
    font-family: 'UTM-Aptima';
}

mark {
    font-family: 'UTM-Aptima';
    background-color: transparent
}

sup {
    bottom: 5px;
    font-size: 70%;
    font-family: 'UTM-Aptima';
    position: relative
}

cite, div, em, i, span, table {
    font-family: 'UTM-Aptima'
}

button, input, select, textarea {
    font-family: 'UTM-Aptima';
    -webkit-appearance: none
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background-color: #aaa
}

.is-virtual-scroll {
    overflow: hidden
}

.is-native-scroll.y-scroll {
    overflow-y: scroll;
    overflow-x: hidden
}

.is-native-scroll.x-scroll {
    overflow-y: hidden;
    overflow-x: scroll
}

.banner-home, .container, .input-select select, .logo, .mask, .navigation, .overlay-dark, .pic-img {
    overflow: hidden
}

.container-section {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    will-change: transform
}

.container-section::after, .container-section::before {
    content: '';
    height: 0;
    clear: both
}

.container-scrollbar {
    display: block;
    position: absolute;
    transition: transform .6s
}

.container-scrollbar.container-vertical {
    top: 0;
    right: -5px;
    bottom: 0;
    width: 15px;
    height: 100%;
    transform: translate3d(5px, 0, 0);
    z-index: 100
}

.container-scrollbar.container-horizontal {
    bottom: -5px;
    left: 0;
    right: 0;
    width: 100%;
    height: 15px;
    transform: translate3d(0, 5px, 0)
}

.container-scrollbar.container-horizontal:hover, .container-scrollbar.container-vertical:hover, .is-dragging .container-scrollbar.container-horizontal, .is-dragging .container-scrollbar.container-vertical {
    transform: none
}

.container-scrollbar .container-scrolldrag {
    width: 100%;
    height: auto;
    background-color: #aaa;
    cursor: pointer
}

.container-scroll-view {
    position: relative
}

.loadicon {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 110000
}

.load-present {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.header, .loadx {
    position: fixed
}

.loadicon.show .stroke-line {
    transition: all .5s ease-in-out;
    fill-opacity: 1;
    stroke-opacity: 0
}

.stroke-line {
    fill-opacity: 0;
    fill: #eedfc6;
    stroke: #eedfc6;
    stroke-miterlimit: 10;
    stroke-width: .1;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500
}

.loading .stroke-line {
    animation-name: DrawStroke;
    animation-duration: 3s;
    animation-fill-mode: forwards
}

.loadx {
    background: url(../images/cycle.png) center center no-repeat;
    top: 50%;
    left: 50%;
    width: 82px;
    height: 82px;
    margin: -41px 0 0 -41px;
    border-radius: 50%;
    animation: Rotate 1s linear infinite;
    display: none;
    z-index: 110000
}

.blur {
    filter: blur(10px)
}

.header {
    width: 100%;
    top: 0;
    left: 0;
    height: auto;
    z-index: 50
}

.logo, .logo-center {
    z-index: 999;
    position: absolute;
    color: #eedfc6
}

.logo {
    left: 30px;
    /* top: 20px; */
    /* width: calc(100vw/6.8); */
    /* height: calc(100vw/9.35); */
    text-align: center;
    transform-origin: 50% 50%;
    transition: all .5s ease-in-out
}

/* 
.logo img {
   padding: 0 1rem 1.5rem 1rem;
} */

.background-logo {
    background-color: #07443D;
    border-bottom-left-radius: 125px;
    border-bottom-right-radius: 125px;
}

.logo svg {
    width: 100%;
    height: 100%;
    display: block
}

.logo.scale {
    /* top: 30px */
}

.logo.out {
    height: 0
}

.logo.center {
    top: 30px;
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards
}

.logo-center {
    text-align: center;
    width: calc(100vw/6.4);
    /* height: calc(100vw/10.1); */
    left: 50%;
    top: 3vh;
    transform: translateX(-50%)
}

.logo-center svg {
    width: 100%;
    height: 100%;
    display: block
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 30px
}

.copyright {
    font-size: 12px;
    font-family: 'UTM-Aptima';
    text-transform: uppercase;
    color: #eedfc6;
    display: block;
    padding: 15px 0;
    position: relative;
    pointer-events: none;
    z-index: 5
}

.bottom-link.hidden, .bottom-link>a, .bottom-link>a.hidden, .copyright a, .footer.align .copyright::before {
    display: none
}

.copyright::before {
    width: 1px;
    height: 5vh;
    position: absolute;
    left: 50%;
    top: -80%;
    background-color: #eedfc6
}

.fix-footer {
    width: auto;
    height: auto;
    position: absolute;
    bottom: calc(100vw/22);
    transition: bottom .3s ease-in-out;
    text-align: center;
    z-index: 100
}

.hotline, .hotline a {
    width: 44px;
    height: 44px
}

.fix-footer.go-bottom {
    bottom: 30px
}

.footer.align {
    text-align: left
}

.all-pics .text-length, .all-pics .text-length h3, .box-nav ul, .content-main, .footer.center, .hotline, .navigation, .social, .subscribe {
    text-align: center
}

.hotline {
    position: fixed;
    right: auto;
    right: 110px;
    top: 25px;
    transition: all .3s ease-in-out;
    z-index: 50
}

.hotline a {
    position: absolute;
    left: 0;
    top: 0
}

.hotline::after {
    border: 1px solid rgba(255, 255, 255, .2);
    width: 54px;
    height: 54px;
    position: absolute;
    left: -5px;
    top: -5px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, .2);
    z-index: -2
}

.call, .subscribe, .subscribe small {
    position: relative
}

.call {
    display: block;
    color: #eedfc6;
    width: 44px;
    height: 44px;
    border-radius: 50%
}

.call svg {
    display: block;
    width: 100%;
    height: 100%
}

.subscribe, .subscribe a {
    height: auto;
    display: block
}

.hotline.hide {
    top: -100px;
    pointer-events: none
}

.subscribe {
    width: 50px;
    margin: 0
}

.subscribe a {
    width: 100px;
    position: absolute;
    left: -24px;
    top: -80px;
    font-size: 14px;
    line-height: 2;
    color: #164C45;
    text-transform: uppercase;
    transform: rotate(-90deg)
}

.nav-click .close-click small, .nav-click .open-click {
    font-size: 12px;
    font-weight: 700;
    line-height: 35px;
    font-family: 'UTM-Aptima';
    text-transform: uppercase
}

.subscribe small {
    width: 1px;
    height: 5px;
    /* background-color: #eedfc6; */
    /* margin: 30px auto 10px; */
    display: block
}

.social, .social li, .social li a {
    height: auto;
    margin: 0;
    position: relative;
    display: block
}

.social {
    width: auto
}

.social ul {
    width: auto;
    height: auto;
    display: block;
    position: relative
}

.social li {
    width: 50px
}

.social li a {
    width: 100%;
    color: white
}

.social li svg {
    width: 50px;
    height: 50px;
    display: block
}

.facebook::after {
    width: 100%;
    /* height: 1px; */
    /* background-color: #eedfc6; */
    position: relative;
    /* margin: 10px 0; */
    display: block
}

.nav-click, .nav-click .close-click, .nav-click::after, .nav-click::before {
    position: absolute;
    pointer-events: none
}

.foreground {
    fill: transparent;
    /* 
   stroke-dasharray: 377;
   stroke-dashoffset: 377;
   stroke-width: 1.5;
   transform-origin: 50% 50% */
}

.nav-click {
    width: 50px;
    height: 45px;
    display: block;
    top: 30px;
    right: 30px;
    cursor: pointer;
    text-align: center;
    transition: top .3s ease-in-out;
    z-index: 30
}

.nav-click::after, .nav-click::before {
    background-color: #eedfc6;
    width: 100%;
    height: 1px;
    display: block;
    left: 0;
    transform: rotate(0) scale3d(0, 1, 1)
}

.mask::before, .nav-click .open-click::before, .nav::after, .nav::before {
    content: ' '
}

.nav-click::before {
    top: 0
}

.nav-click::after {
    bottom: 10px
}

.nav-click .close-click {
    width: 100%;
    height: 110px;
    left: 0;
    top: 0
}

.nav-click .open-click {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    color: white
}

.nav-click .close-click small {
    transform: rotate(-90deg);
    position: absolute;
    left: 7px;
    top: 70px;
    color: #fff;
    pointer-events: none
}

.nav-click .open-click::before {
    background-color: #eedfc6;
    position: absolute;
    width: 1px;
    height: 20px;
    display: block;
    top: -30px;
    left: 50%;
    transform: rotate(0) scale3d(1, 0, 1)
}

.nav::after, .nav::before, .navigation ul {
    display: inline-block;
    vertical-align: middle
}

.nav-click.active::after, .nav-click.active::before {
    height: 2px;
    width: 30px;
    left: 10px;
    background-color: #fff
}

.nav-click .open-click::before, .nav-click::after, .nav-click::before {
    transition: all .3s ease-in-out
}

.nav-click.active::before {
    transform: rotate(45deg) scale3d(1, 1, 1);
    top: 15px
}

.nav-click.active::after {
    transform: rotate(-45deg) scale3d(1, 1, 1);
    bottom: 28px
}

.nav-click.active .open-click::before {
    top: 35px;
    transform: rotate(0) scale3d(1, 1, 1)
}

.show-line .open-click::before, .show-line::after, .show-line::before {
    transform: rotate(0) scale3d(1, 1, 1)
}

.show-line {
    pointer-events: auto
}

.nav-click.active {
    position: fixed;
    pointer-events: none
}

.nav-click.toclick, .nav-click.toclick .close-click {
    pointer-events: auto
}

.nav, .nav-click.active .open-click, .nav-click.hide, .navigation li.current {
    pointer-events: none
}

.nav-click.hide {
    top: -100px
}

.bg-svg, .nav, .navigation {
    top: 0;
    left: 0
}

.navigation {
    width: 100%;
    height: 0;
    position: fixed;
    z-index: 15
}

.nav {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 30
}

.nav::after, .nav::before {
    height: 100%
}

.navigation li, .navigation ul {
    height: auto;
    width: 100%;
    position: relative
}

.navigation ul {
    margin: 0 -5px
}

.navigation li {
    display: block;
    margin: 10px 0
}

.bg-svg, .navigation.show {
    height: 100vh
}

.navigation li a {
    display: inline-block;
    font-weight: 500;
    font-size: calc(100vh/24);
    line-height: 1.2;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.navigation li.active a, .navigation li.current a {
    color: #D0A24E
}

.navigation li.current.active, .navigation.show .nav {
    pointer-events: auto
}

.bg-svg, .bg-wave, .box-nav li.current, .footer-wave, .mask.finish, .pic-img img, .register-form .close, .title-pic {
    pointer-events: none
}

.bg-svg {
    position: fixed;
    width: 100%;
    z-index: 5
}

.logo-bg, .logo-bg span, .scene {
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%
}

.gradient {
    transform: translate(0, 10%) rotate(-22deg)
}

.gradient path {
    fill: url(#gradient);
    opacity: 0;
    transform-origin: center center
}

.scene path:nth-of-type(1) {
    fill-opacity: .4
}

.scene path:nth-of-type(2) {
    fill-opacity: .6
}

.scene path:nth-of-type(3) {
    fill-opacity: 1
}

.logo-bg span {
    opacity: .1
}

.logo-bg.show {
    animation: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: forwards
}

.bg-wave, .footer-wave {
    position: absolute;
    width: 100%;
    height: calc(150/1440 * 100vw);
    bottom: -1px;
    left: 0;
    overflow: hidden
}

.bg-wave svg, .footer-wave svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -80px
}

.control-svg, .play-svg, .play-wave, .stop-svg, .stop-wave {
    display: none
}

.container {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0;
    display: block
}

.content-table, .wrap-content, section {
    position: relative;
    height: auto;
    display: block
}

section {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
}

.content-page {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2
}

.content-table {
    width: 100%;
    margin: 0;
    padding: 0
}

.wrap-content {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    z-index: 10
}

.full-page, .mask {
    width: 100%;
    left: 0;
    top: 0
}

.full-page {
    position: absolute;
    height: 100%;
    display: block
}

.mask {
    position: fixed;
    height: 200vh;
    z-index: 99999
}

.mask::before, .shape-svg {
    height: 100vh;
    position: relative;
    display: block;
    width: 100%
}

.mask::before {
    /* background: linear-gradient(0deg, #07453D 0, #0B554A 100%); */
    background: url(../images/background.jpg) left center/cover no-repeat;
}

.box-cover::after, .input-select::after {
    content: ''
}

.shape-svg {
    margin: -10px 0 0;
    transform-origin: 50% 0
}

.shape-svg path {
    fill: #eedfc6
}

.mask.finish {
    z-index: -9999
}

.input-select {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    z-index: 1
}

.bg-gradient, .box-cover, .box-cover1 {
    z-index: -1
}

.input-select select {
    position: relative;
    display: block;
    width: 100%;
    height: 64px;
    line-height: 1.6;
    padding: 5px 64px 5px 20px;
    color: #999;
    font-size: 16px;
    font-weight: 700;
    background: url(../images/select.svg) right center no-repeat;
    background-size: 80% auto;
    outline: 0;
    cursor: pointer;
    border: 1px solid #ddd
}

.input-select::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, #fff 0, #eee 100%);
    z-index: -1
}

.bg-cover, .bg-home, .box-cover, .box-cover1, .pic-img {
    /* background-position: center center; */
    background-repeat: no-repeat;
    background-size: cover
}

.input-select select::-ms-expand {
    display: none
}

.banner-home, .bg-home, .pic-img, .pic-img img {
    position: relative;
    width: 100%;
    display: block
}

.input-select select option {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    padding: 15px 20px;
    background-color: #62676e
}

.input-select select [title] {
    font-size: 16px;
    color: #000;
    font-weight: 700
}

.banner-home {
    height: auto
}

.bg-home {
    background-size: 100% 100%;
    width: 100vw;
    height: 100vh;
    object-fit: contain;
    display: block;
}

.bg-home img {
    position: absolute;
    top: 23%;
    left: 17%;
    width: 36%;
}

.bg-home:after {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgb(61 60 60 / 75%) 0%, rgba(226, 226, 226, 0) 7%, rgba(255, 255, 255, 0) 100%);
}

.bg-home::before {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(226, 226, 226, 0) 90%, rgba(61 60 60 / 75%) 100%);
}

.pic-img {
    height: auto
}

.pic-img img {
    opacity: 1;
    /* height: auto */
    height: 100%;
}

.background-contain {
    background-size: contain;
}

.bg-cover, .bg-gradient {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0
}

.box-cover {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0
}

.box-cover1 {
    width: 100%;
    height: 100vh;
    /* position: absolute;
    left: 0;
    bottom: 30%; */
    background: url(../images/background.jpg) left center/cover no-repeat;
}

.box-cover::after {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(270deg, rgba(208, 162, 78, 1) 0, rgba(07, 68, 61, 0) 80%);
    background: linear-gradient(270deg, rgba(208, 162, 78, 1) 0, rgba(07, 68, 61, 0) 80%);
    display: none;
    opacity: 0;
    mix-blend-mode: multiply
}

.box-cover1::after {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(270deg, rgba(208, 162, 78, 1) 0, rgba(07, 68, 61, 0) 80%);
    background: linear-gradient(270deg, rgba(208, 162, 78, 1) 0, rgba(07, 68, 61, 0) 80%);
    display: none;
    opacity: 0;
    mix-blend-mode: multiply
}

.overlay-dark {
    background: linear-gradient(-25deg, #D0A24E 0, #07443D 100%);
    opacity: .9;
    height: 0;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    -ms-touch-action: none;
    transition: height .8s ease-in-out;
    z-index: 1500
}

.overlay-dark.level-index-in, .overlay-dark.show {
    height: 100%
}

.bg-fixed {
    background-attachment: fixed
}

.is-Edge .bg-cover::before, .is-IE .bg-cover::before {
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .8) 100%);
    mix-blend-mode: inherit
}

.facilities-bg, .group-central {
    background-position: center center
}

.box-nav {
    width: auto;
    height: auto;
    position: absolute;
    right: -100px;
    top: 50%;
    padding: 0 30px 0 0;
    transition: all .3s ease-in-out;
    z-index: 20;
    transform: translate(0, -50%)
}

.box-nav li, .box-nav ul {
    position: relative;
    height: auto
}

.box-nav ul {
    width: auto
}

.box-nav li {
    display: block;
    margin: 10px 0 0;
    cursor: pointer
}

.box-nav li a {
    font-weight: 400;
    font-family: 'UTM-Aptima';
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.box-nav li a::before {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #D0A24E;
    border-radius: 50%;
    opacity: 0;
    z-index: -1
}

.box-nav li.current a::before {
    opacity: 1
}

.box-nav.blue li a::before {
    background-color: #07443D
}

.box-slider {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -moz-user-select: none;
    z-index: 1
}

.content-main, .group-central {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    overflow: hidden
}

.group-central {
    height: 100vh;
    transform: translate(0, 100%);
    background-repeat: no-repeat;
    background-size: cover
}

.group-central.show-text {
    z-index: 1
}

.group-central:first-child {
    transform: translateY(0)
}

.content-main {
    height: 100%;
    padding: 0
}

.content-main::after, .content-main::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.all-pics, .content-main.mapshow::after, .content-main.mapshow::before {
    display: none
}

.all-pics {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4000
}

.all-pics.show {
    display: block
}

.all-pics .text-length {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 10px;
    opacity: 0;
    z-index: 9998
}

.full, .full img {
    position: relative
}

.all-pics .text-length h3 {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 1.4;
    position: relative;
    padding: 10px 20px;
    text-transform: uppercase;
    display: inline-block;
    background-color: rgba(0, 0, 0, .2)
}

.full, .full img, .scrollA {
    display: block
}

.title-main h2::after, .title-pic h3::after {
    content: ' ';
    background-color: currentColor
}

.full {
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

.full img {
    width: auto;
    max-width: 80%;
    height: auto;
    outline: 0;
    border: none;
    margin: 0 auto;
    opacity: 0;
    cursor: url(../images/openhand.png) 6 8, move;
    z-index: 5
}

.register-form form, .text-intro {
    max-width: 800px;
    vertical-align: middle
}

.full span {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.scroll-list, .scrollA, .scrollB, .scrollC {
    height: 100%;
    width: 100%
}

.scrollA {
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.scrollB, .scrollC {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.scroll-list {
    left: 0;
    top: 0;
    margin: 0;
    position: absolute
}

#home-page .title-page {
    display: none
}

.title-page {
    position: absolute;
    top: 36px;
    right: 130px;
    z-index: 10
}

.title-page h1 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #eedfc6;
    text-align: right
}

.title-main h2, .title-pic h3 {
    font-weight: 500;
    font-size: 1.6vw;
    display: block;
    text-transform: uppercase
}

.title-page h1>span>span {
    transition: all .8s ease;
    opacity: 0
}

.title-page h1>span>span.move {
    opacity: 1
}

.title-main {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    font-family: 'UTM-Aptima';
}

.title-main h2 {
    text-shadow: 0 30px 30px rgba(0, 0, 0, .1)
}

.title-main h2::after {
    width: 100px;
    /* height: 1px; */
    text-align: center;
    margin: 10px 0;
    display: block
}

.divider {
    height: 1px;
    width: 100px;
    height: 1px;
    margin: 10px 0;
    background: #F6DE88;
    text-align: center;
}

.title-pic {
    display: block;
    width: 50%;
    height: auto;
    position: absolute;
    padding: 0 0 0 10%;
    text-align: right;
    bottom: 110px;
    right: 30px;
    z-index: 1;
    background-color: rgba(0, 0, 0, .3);
}

.title-pic h3 {
    text-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    line-height: 1.2
}

.title-pic h3 span {
    opacity: 0
}

.title-pic h3::after {
    width: 100px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: -10px
}

.register-form {
    height: 0;
    overflow: hidden;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
    position: fixed;
    text-align: center;
    transition: height .3s ease-in-out;
    z-index: 200
}

.register-form.show {
    height: 100%
}

.register-form::after, .register-form::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.register-form form {
    display: inline-block;
    position: relative;
    width: 80%;
    height: auto;
    margin: 0;
    z-index: 20
}

.register-form>span {
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    background: radial-gradient(circle farthest-corner at center center, #eedfc6 0, #07443D 100%);
    opacity: .9;
    transition: height .6s ease-in-out
}

.register-form.show>span {
    height: 100%
}

.register-form .require-col {
    width: 100%;
    padding: 20px 50px;
    background-color: #D0A24E;
    border-radius: 20px;
    opacity: 1;
    text-align: center;
    box-shadow: 0 30px 30px rgba(0, 0, 0, .2)
}

.input-area textarea, .input-text input[type=text] {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    background-color: #fff;
    transition: all .3s ease-in-out;
    font-family: 'UTM-Aptima';
}

.register-form .close {
    margin: -30px 20px 0 0;
    top: 50%;
    opacity: 0
}

.register-form .title-main {
    margin: 0 0 20px
}

.register-form .title-main h2 span {
    opacity: 1
}

.register-form .title-main h2::after {
    display: none
}

.input-area, .input-text, .require-col {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.register-form.show .close {
    animation: toRight;
    animation-duration: 1s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    pointer-events: auto
}

.require-col {
    width: 90%;
    height: auto;
    text-align: left
}

.input-text {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    border-radius: 10px
}

.input-text input[type=text] {
    line-height: 48px;
    padding: 0 20px;
    border: none;
    width: 100%;
    height: 50px;
    box-shadow: none;
    opacity: .8;
    border-radius: 10px
}

.input-text input[type=text]:focus {
    opacity: 1;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .2)
}

.input-area {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 10px
}

.input-area textarea {
    line-height: 24px;
    padding: 5px 20px;
    border: none;
    width: 100%;
    height: 120px;
    opacity: .8;
    border-radius: 10px;
    resize: none;
    box-shadow: none
}

.input-but button, .show-box h3 {
    line-height: 1.4;
    text-transform: uppercase
}

.input-but, .input-but button {
    height: auto;
    position: relative;
    display: inline-block;
    text-align: center
}

.input-area textarea:focus {
    opacity: 1;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .2)
}

.input-but {
    width: 96%;
    margin: 20px 0
}

.input-but button {
    font-weight: 700;
    font-size: 16px;
    color: #D0A24E;
    background-color: #eedfc6;
    width: auto;
    cursor: pointer;
    margin: 0;
    border: none;
    padding: 10px 20px;
    border-radius: 30px
}

.input-but button::after {
    content: '';
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    left: -5px;
    top: -5px;
    border: 1px solid #fff;
    border-radius: 30px
}

.input-area .holder, .input-text .holder {
    position: absolute;
    left: 20px;
    top: 12px;
    font-family: 'UTM-Aptima';
    color: #666;
    font-size: 15px;
    line-height: 24px;
    pointer-events: none;
    transition: opacity .3s ease-in-out;
    overflow: hidden;
    z-index: 1
}

.note-facilities li span, .number, .svg-number text {
    font-family: 'UTM-Aptima';
}

.input-area .holder.hide, .input-text .holder.hide {
    opacity: 0;
    width: 0
}

.blue {
    color: #07443D
}

.white {
    color: #fff
}

.brown {
    color: #F6DE88
}

.go-news, .view-more {
    padding: 10px 35px 10px 15px;
    margin: 5px 0 0 -10px;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    position: relative;
    text-align: center
}

.go-news, .view-more-color {
    padding: 10px 35px 10px 15px;
    margin: 5px 0 0 -10px;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    color: #F6DE88;
    display: inline-block;
    position: relative;
    text-align: center
}

.company a, .go-back {
    color: #fff
}

.go-news::after, .go-news::before, .view-more::after, .view-more::before, .view-more-color::after, .view-more-color::before {
    content: ' ';
    height: 100%;
    position: absolute;
    top: 0
}

.go-news::before, .view-more::before {
    width: 30px;
    right: 0;
    background: url(../images/more_custome.svg) 50%/80% no-repeat
}

.go-news::before, .view-more-color::before {
    width: 30px;
    right: 0;
    background: url(../images/more_custome-brown.svg) 50%/80% no-repeat;
}

.go-news::after, .view-more::after {
    width: 100%;
    left: 0;
    border-radius: 30px;
    z-index: -1
}

.go-news::after, .view-more-color::after {
    width: 100%;
    left: 0;
    border-radius: 30px;
    z-index: -1
}

.go-back {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 20px;
    left: auto;
    bottom: auto;
    margin: 0;
    z-index: 9999
}

.go-back svg {
    width: 100%;
    height: 100%;
    display: block
}

.img-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform-style: preserve-3d;
    perspective: 600px
}

.img-cover {
    background-size: contain;
}

.thumb-image {
    width: calc(100vw/5);
    height: calc(100vw/5);
    position: absolute;
    top: calc(100vh/6);
    left: 11.5vw;
    z-index: 15
}

.thumb-image svg {
    position: absolute;
    right: -30%;
    top: 10%;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    opacity: 0.5
}

.thumb-image .thumb-image-child img {
    position: absolute;
    left: 10%;
    top: 15%;
    width: 70%;
    height: 70%;
    opacity: 1;
}

.ani-text {
    fill-opacity: 0;
    stroke-width: 2;
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    stroke: #fff
}

.show-text .moving .ani-text {
    animation-name: DrawStroke1;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    fill-opacity: 1;
    stroke-opacity: 0;
    transition: all .8s ease 1.5s
}

.thumb-image.moving svg {
    opacity: 1
}

.is-Edge .thumb-image, .is-IE .thumb-image {
    mix-blend-mode: inherit
}

.is-Edge .thumb-image svg, .is-IE .thumb-image svg {
    mix-blend-mode: inherit;
    opacity: .5
}

.text-intro {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 -5px;
    padding: 0 5%;
    display: inline-block;
    /* text-align: left; */
    z-index: 5
}

.group-central[data-name=home-intro] .content-main, .group-central[data-name=home-location] .content-main, .group-central[data-name=home-facilities] .content-main {
    padding: 0 10vw;
    text-align: left
}

.box-txt, .box-txt i, .column-text, .grid-item-img, .grid-item-img img, .text-intro h3 {
    display: block
}

.text-intro h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase
}

.text-intro p {
    margin: 0 0 10px
}

.box-txt {
    position: absolute;
    left: 10vw;
    /*todo*/
    bottom: 4vw;
    max-width: 380px;
    width: 90%;
    text-align: left;
    z-index: 15;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.box-txt p {
    margin: 0 0 15px
}

.box-txt i {
    font-size: 11px;
    width: 80%;
    max-width: 800px;
    margin: auto
}

.column-text {
    width: 100%;
    position: relative;
    height: auto;
    margin: 0 0 10px
}

.box-image {
    width: 50vw;
    height: calc(100vh/1.6);
    position: absolute;
    bottom: 8vw;
    right: 10vw;
    -webkit-box-shadow: 10px -10px 0px 0px rgba(11, 86, 74, 1);
    -moz-box-shadow: 10px -10px 0px 0px rgba(11, 86, 74, 1);
    box-shadow: 10px -10px 0px 0px rgba(11, 86, 74, 1);
}

.grid-item-img, .image-inner, .pic-inner {
    height: 100%;
    position: relative;
    width: 100%
}

.option-01, .option-02 {
    overflow: hidden
}

.grid-item-bg, .grid-item-img img {
    left: 0;
    position: absolute;
    height: 100%
}

.grid-item-bg {
    width: 100%;
    top: 0
}

.grid-item-img img {
    width: auto;
    min-width: 100%
}

.option-01 .grid-item-img img {
    left: 50%;
    transform: translateX(-50%)
}

.svg-01, .svg-02 {
    transform-origin: 50% 50%
}

.grid-item-img img:nth-child(2) {
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.grid-item-bg canvas, .grid-item-img canvas {
    width: 100%;
    height: 100%;
    display: block;
    position: relative
}

.grid-item-bg.three .bg-cover, .grid-item-bg.three img, .grid-item-img.three img, .group-central[data-name=home-news] .grid-item-bg .bg-cover, .group-central[data-name=home-intro] .content-main::after, .group-central[data-name=home-location] .pinch-zoom::after, .group-central[data-name=home-location] .pinch-zoom::before {
    display: none
}

.grid-item-bg canvas {
    opacity: 0
}

.grid-item-bg canvas.show, .group-central[data-name=home-location] .map-img {
    opacity: 1
}

.grid-item-bg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.is-Edge .grid-item-bg::after, .is-IE .grid-item-bg::after {
    background-color: rgba(0, 0, 0, .3)!important;
    mix-blend-mode: inherit!important
}

/* .group-central[data-name=home-intro] .content-main::before {
   width: 1px;
   height: 7vw;
   background-color: #fff;
   top: 0;
   left: 50%;
   position: absolute
} */

.group-central[data-name=home-intro] .bg-gradient {
    /* background: linear-gradient(0deg, #07453D 0, #0B554A 100%); */
    background: url(../images/background.jpg) left center/cover no-repeat;
    position: relative;
}

.bg-gradient .image-left {
    position: absolute;
    bottom: 0;
    /* height: 55%; */
    width: 40%;
    left: 0.5%;
    /* opacity: 0.3; */
}

.bg-gradient .image-right {
    position: absolute;
    bottom: 0;
    /* height: 39%; */
    width: 40%;
    right: 0.5%;
    opacity: 0.3;
}

.bg-gradient .image-right-height {
    position: absolute;
    bottom: 0;
    /* height: 55%; */
    width: 40%;
    right: 0.5%;
    /* opacity: 0.3; */
}

.box-video-center .thumb-image {
    top: 50%;
    margin-top: calc(-100vw/14);
    left: auto;
    right: 15vw;
    mix-blend-mode: overlay
}

.box-video-center .thumb-image svg {
    mix-blend-mode: inherit;
    left: 0;
    top: 0
}

.group-central[data-name=home-location] .box-txt {
    left: 10vw;
    padding-top: 50px;
    bottom: 15%;
}

.group-central[data-name=home-location] .bg-gradient {
    /* background: linear-gradient(0deg, #07453D 0, #0B554A 100%); */
    background: url(../images/background.jpg) left center/cover no-repeat;
}

.group-central[data-name=home-location] .thumb-image svg {
    right: -49%;
    top: 12%
}

.group-central[data-name=home-location] .footer-wave {
    z-index: 6
}

.group-central[data-name=home-facilities] .bg-gradient {
    /* background: linear-gradient(0deg, #07453D 0, #0B554A 100%); */
    background: url(../images/background.jpg) left center/cover no-repeat;
}

.group-central[data-name=home-facilities] .thumb-image {
    right: 10vw;
    bottom: 100px;
    left: auto;
    top: auto
}

.group-central[data-name=home-facilities] .thumb-image svg {
    top: 8%;
    left: 10%;
}

.group-central[data-name=home-facilities] .box-image {
    width: calc(100vw/1.6);
    height: calc(100vh/1.5);
    bottom: 5vw;
    right: auto;
    left: 0
}

.group-central[data-name=home-facilities] .box-txt {
    left: auto;
    top: calc(100vh/4.5);
    bottom: auto;
    right: 10vw;
}

.group-central[data-name=home-facilities] .content-main::before {
    width: 1px;
    height: 3vw;
    background-color: #eedfc6;
    bottom: 0;
    left: 50%;
    position: absolute
}

.group-central[data-name=home-news] {
    /* background: linear-gradient(0deg, #07453D 0, #0B554A 100%); */
    background: url(../images/background.jpg) left center/cover no-repeat;
}

.group-central[data-name=home-news] .content-main {
    text-align: left;
    padding: 0 0 0 25vw
}

.group-central[data-name=home-news] .thumb-image {
    top: 40%;
    margin-top: calc(-100vw/14);
    left: 3vw;
    mix-blend-mode: overlay
}

.group-central[data-name=home-news] .thumb-image svg {
    mix-blend-mode: inherit;
    left: 0;
    top: 0
}

.group-central[data-name=home-news] .title-main h2::after {
    margin: 10px 0
}

.box-news-home {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: 90%;
    max-width: 1100px;
    height: auto;
    z-index: 20
}

.box-news, .item-news-home, .pic-news-home, .slider-news, .txt-news-home, .txt-news-home h3, .txt-news-home h3::after {
    display: block;
    position: relative
}

.slider-news {
    width: 100%;
    height: auto;
    margin: 0
}

.item-news-home {
    width: calc(50% - 10px);
    height: auto;
    float: left;
    margin: 0 10px 10px 0
}

.box-news {
    width: auto;
    height: auto;
    cursor: pointer
}

.pic-news-home {
    width: 100%;
    float: left;
    overflow: hidden
}

.item-news-home .pic-img {
    max-height: 35vh;
    height: 100%
}

.txt-news-home {
    width: 70%;
    float: left;
    padding: 15px 0;
    color: #fff;
    text-align: left
}

.txt-news-home h3 {
    font-size: calc(100vw/110);
    font-weight: 400
}

.txt-news-home h3::after {
    content: '';
    width: 100px;
    height: 1px;
    margin: 15px 0 10px;
    background-color: #fff
}

.item-news-home:nth-child(2) .pic-news-home {
    width: 40%
}

.item-news-home:nth-child(2) .txt-news-home {
    width: 60%;
    padding: 0 15px
}

.item-news-home:nth-child(3) .pic-news-home, .item-news-home:nth-child(3) .txt-news-home {
    width: 80%
}

.box-news-home .view-more {
    float: left
}

.group-central[data-name=home-library] .bg-gradient {
    /* background: linear-gradient(0deg, #07453D 0, #0B554A 100%); */
    background: url(../images/background.jpg) left center/cover no-repeat;
}

.group-central[data-name=home-contact] .bg-gradient {
    /* background: linear-gradient(0deg, #07453D 0, #0B554A 100%); */
    background: url(../images/background.jpg) left center/cover no-repeat;
}

.group-central[data-name=home-library] .content-main {
    text-align: left;
    padding: 0 10vw
}

.group-central[data-name=home-library] .thumb-image {
    right: 9.5vw;
    bottom: 20vw;
    left: auto;
    top: auto
}

.group-central[data-name=home-library] .thumb-image svg {
    right: 6%;
    top: -30%
}

.group-central[data-name=home-library] .box-image {
    width: calc(100vw/1.6);
    height: calc(100vh/1.5);
    bottom: 5vw;
    right: auto;
    left: 0
}

.group-central[data-name=home-library] .box-txt {
    left: auto;
    /* top: calc(100vh/4.5); */
    bottom: 20vh;
    right: 10.1vw;
    padding-top: 50px;
}

/* .group-central[data-name=home-library] .content-main::before {
   width: 1px;
   height: 8vw;
   background-color: #fff;
   top: 0;
   left: 50%;
   position: absolute
} */

.pic-library, .slide-pic {
    width: 100%;
    display: block
}

.all-logo, .pic-library, .pic-logo, .slide-pic {
    position: relative
}

.group-central[data-name=home-library] .pic-library img {
    pointer-events: auto
}

.group-central[data-name=home-library] .slide-pic {
    overflow: hidden
}

.slide-pic {
    height: 100%
}

.pic-library {
    height: calc(100vh/1.5)
}

.slide-pic .slide-pagination {
    bottom: -30px
}

.group-central[data-name=home-contact] .bg-gradient {
    /* background: linear-gradient(0deg, #07453D 0, #0B554A 100%); */
    background: url(../images/background.jpg) left center/cover no-repeat;
}

.group-central[data-name=home-contact] .content-main {
    text-align: center;
    padding: calc(100vh/4) 0 calc(100vh/5)
}

.group-central[data-name=home-contact] .thumb-image {
    top: 10%;
    left: 3vw
}

.group-central[data-name=home-contact] .thumb-image svg {
    left: 0;
    top: 0
}

.group-central[data-name=home-contact] .box-txt {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: inherit;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.group-central[data-name=home-contact] .title-main h2::after {
    margin: 10px auto
}

.company p {
    margin: 0
}

.company .title-main h2 {
    font-size: 1.5vw
}

.line {
    width: 100px;
    height: 1px;
    margin: 10px auto;
    display: block;
    background-color: #fff
}

.all-logo {
    display: block;
    width: 100%;
    height: auto;
    margin: 4vh 0 0;
    text-align: center
}

.pic-logo, .pic-logo img {
    display: inline-block;
    width: auto;
    height: auto
}

.pic-logo {
    max-width: 100%;
    vertical-align: top;
    margin: 0 10px
}

.pic-logo img {
    max-width: 100%;
    max-height: 90px;
    margin: auto
}

.pic-logo span {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
    display: block
}

.group-central[data-name=intro] .svg-bg {
    width: 65vw;
    max-width: 1200px;
    right: auto;
    left: 35%
}

.group-central[data-name=intro] .svg-bg svg:not(:root) {
    overflow: hidden
}

.group-central[data-name=intro] .content-main::before {
    width: 1px;
    height: 5vh;
    background-color: #fff;
    top: 0;
    left: 45%;
    position: absolute
}

.group-central[data-name=intro] .text-intro {
    position: relative;
    top: 34vh;
    padding: 0;
    text-align: center;
}

.group-central[data-name=project-scale] .content-main {
    width: calc(100vw/2.5);
    max-width: 1000px;
    left: auto;
    right: 0;
}

.group-central[data-name=project-scale] .content-main::after {
    width: 43vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/background-introduce.jpg) left center/cover no-repeat;
}

.group-central[data-name=project-scale] .text-intro {
    /* padding: 0 0 0 10%; */
    max-width: calc(100vw/2.8)
}

.group-central[data-name=investor] {
    background-color: #D0A24E
}

.group-central[data-name=investor] .content-main {
    width: 100%;
    max-width: 1500px;
    left: auto;
    right: 0;
    text-align: right
}

.group-central[data-name=investor] .text-intro {
    padding: 0 10vw 0 0;
    max-width: calc(100vw/2.2);
    text-align: left
}

.group-central[data-name=investor] .grid-item-bg::after {
    background-color: rgba(07, 68, 61, .7);
    mix-blend-mode: multiply
}

.svg-bg, .svg-bg svg {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none
}

.svg-01 {
    transform: translate(0, -5%)
}

.svg-01 path {
    fill: url(#svg-01);
    opacity: 0
}

.svg-01 path:nth-of-type(1) {
    fill-opacity: .2
}

.svg-01 path:nth-of-type(2) {
    fill-opacity: .4
}

.svg-01 path:nth-of-type(3) {
    fill-opacity: .5
}

.svg-01 path:nth-of-type(4) {
    fill-opacity: .7
}

.anisvg {
    width: calc(100vw/2);
    height: 100vh;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2
}

.anisvg svg {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0
}

.svg-02 {
    transform: translate(30%, 40%)
}

.svg-02 path {
    fill: url(#svg-02)
}

.svg-02 path:nth-of-type(1) {
    fill-opacity: .1
}

.svg-02 path:nth-of-type(2) {
    fill-opacity: .2
}

.svg-02 path:nth-of-type(3) {
    fill-opacity: .3
}

.svg-02 path:nth-of-type(4) {
    fill-opacity: .4
}

.svg-03 {
    transform-origin: 50% 50%;
    transform: translate(30%, 30%) rotate(-65deg)
}

.group-central[data-name=location] {
    /* background-color: #07443D */
    background: url(../images/background.jpg) left center/cover no-repeat;
}

.group-central[data-name=location] .box-cover {
    display: none
}

.group-central[data-name=location] .box-cover1 {
    display: none
}

.group-central[data-name=location] .content-main {
    text-align: left;
    padding: 0 10vw
}

.group-central[data-name=location] .content-main::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 50vw;
    height: 100vh;
    /* background: linear-gradient(90deg, #07443D 50%, rgba(07, 68, 61, 0) 80%); */
    pointer-events: none;
    z-index: 6
}

.group-central[data-name=location] .box-txt {
    left: -5vw;
    bottom: auto;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 6vw
}

.group-central[data-name=location] .box-cover-right::after, .group-central[data-name=location] .box-cover-right::before {
    display: none
}

.map-img, .map-img img, .pointer, .pointer-map {
    display: block
}

.group-central[data-name=location] .anisvg {
    right: auto;
    left: -5vw;
    z-index: 7
}

.group-central[data-name=location] .anisvg .svg-03 {
    transform: translate(-30%, 40%) rotate(45deg)
}

.pointer-map h3, .show-box {
    opacity: 0;
    transform: scale(0)
}

.box-cover-right {
    width: calc(100vw/1.68);
    height: 100vh;
    position: absolute;
    right: 58PX;
    top: 6px;
    z-index: 5
}

.box-cover-right::after, .box-cover-right::before {
    content: '';
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    pointer-events: none;
    z-index: 1
}

.map-panzoom, .panzoom, .viewer {
    width: 100%;
    height: 100%;
    left: 18px;
    top: -48px;
    position: absolute;
}

.box-cover-right::before {
    top: 0;
    /* background: linear-gradient(0deg, #07453D 0, #0B554A 100%); */
}

.box-cover-right::after {
    bottom: 0;
    background: linear-gradient(0deg, rgba(07, 68, 61, 1) 0, rgba(07, 68, 61, 0) 80%)
}

.viewer {
    overflow: visible!important
}

.map-img {
    width: 1398px;
    height: 1000px;
    position: absolute;
    left: 32%;
    top: 45%;
}

.map-customize {
    position: absolute;
    width: 94%;
    margin: -437px 0 0 -500px;
}

.hide-map, .map-img svg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.map-img img {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto
}

.hide-map, .map-img svg, .pointer-map {
    position: absolute
}

/* .hide-map {
    background: url(../images/hide-street.svg) center center/contain no-repeat
} */

.pointer-map {
    width: 65px;
    height: 110.79px;
    top: -14%;
    left: 7%;
    z-index: 10;
}

.pointer, .pointer::before {
    width: 100%;
    height: 100%;
    /* left: 27%; */
    /* top: -53%; */
    position: absolute;
}

.pointer::before {
    content: ' ';
    /* background: url(../images/logo_map.svg) center center/contain no-repeat;*/
    background-size: 65px;
    /* border-radius: 50%; */
    /* box-shadow: 8px -2px 0 rgba(0, 0, 0, .3); */
    /* border: 5px solid #ffd47d */
}

.pointer::after, .show-box-pic::after {
    /* border-style: solid;
   content: '' */
}

.pointer::after {
    /* width: 0;
   height: 0;
   border-width: 50px 30px 0 0;
   border-color: #ffd47d transparent transparent;
   position: absolute;
   bottom: -30px;
   left: 40px;
   z-index: -1 */
}

.show-text .pointer::before {
    animation: Border1 2s infinite
}

.show-text .pointer::after {
    animation: Border 2s infinite
}

.pointer-map h3 {
    font-weight: 500;
    font-size: 13px;
    color: #eedfc6;
    line-height: 1;
    text-align: center;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    background-color: #D0A24E;
    position: absolute;
    top: 50%;
    left: 110px;
    margin: -22px 0 0;
    border-radius: 30px;
    z-index: 20
}

.show-box h3, .svg-number text {
    font-weight: 700;
    text-align: center
}

.st-line {
    fill: none;
    stroke-width: 0;
    stroke-dasharray: 0;
    stroke-miterlimit: 10;
    stroke-dashoffset: 0;
    stroke: #07443D
}

.st-line.white {
    stroke: #ffd47d
}

.map-svg.show .st-line {
    stroke-dasharray: 10;
    stroke-width: 1;
    animation: StrokeLine 3s infinite linear
}

.map-svg.show .st-line.white {
    stroke-dasharray: 30;
    stroke-width: 3;
    animation: StrokeLine1 6s infinite linear
}

.map-svg, .point-dot, .svg-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.svg-number circle {
    fill: #D0A24E
}

.svg-number text {
    fill: #fff;
    font-size: 18px
}

.dot-p {
    fill: #ffd47d;
    fill-opacity: 0;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 1;
    stroke-dasharray: 30;
    stroke-dashoffset: 0;
    cursor: pointer
}

.map-svg.show .dot-p {
    animation: StrokeLine1 10s infinite linear;
    transition: all .3s ease-in-out
}

.dot-p:hover, .num.hide, .num.staying {
    animation-play-state: paused
}

.show-box, .show-box-pic {
    transition: all .5s ease-in-out
}

.dot-p:hover {
    fill-opacity: 1;
    stroke-opacity: 0
}

.compass {
    width: 70px;
    height: 70px;
    position: absolute;
    left: auto;
    top: auto;
    bottom: 50px;
    right: 18vw;
    background: url(../images/compass.svg) center center/contain no-repeat;
    pointer-events: none;
    z-index: 3
}

.buttons {
    position: absolute;
    right: 30px;
    bottom: 50px;
    height: auto;
    width: 110px;
    text-align: right;
    z-index: 20
}

.pic-zoom-in, .pic-zoom-out {
    width: 50px;
    height: 50px;
    margin: 5px 0;
    border-radius: 50%;
    font-size: 0;
    text-indent: -9999px;
    border: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background-color: #07443D
}

.pic-zoom-in::after, .pic-zoom-out::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.pic-zoom-in::after {
    background: url(../images/zoom-in.svg) 50%/80% no-repeat
}

.pic-zoom-out::after {
    background: url(../images/zoom-out.svg) 50%/80% no-repeat
}

.number, .show-box {
    background-color: #D0A24E
}

.map-mobile {
    width: 100%;
    height: auto;
    position: relative;
    display: none;
    margin: 0;
    overflow: hidden
}

.bot-circle, .show-box {
    position: absolute;
    height: auto
}

.bot-circle {
    width: 100%;
    left: 0;
    top: 0
}

.show-box {
    width: auto;
    max-width: 240px;
    max-height: 240px;
    left: auto;
    top: auto;
    right: auto;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    padding: 5px;
    z-index: 100
}

.show-box h3 {
    font-size: 12px;
    color: #fff
}

.show-box h3 small {
    font-weight: 400;
    font-size: 11px;
    display: block
}

.show-box img {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 25px;
    display: block;
    pointer-events: none;
    margin: 0 0 5px
}

#facilities-page .content-main::after, #facilities-page .content-main::before, .number {
    display: none
}

.show-box.showup {
    transform: scale(1);
    opacity: 1
}

.number {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    z-index: 5
}

#facilities-page .title-main {
    position: absolute;
    left: 12%;
    top: 36%;
    width: auto;
    height: auto;
    color: #fff;
    z-index: 3
}

#facilities-page .title-main h2::after {
    width: 10vh;
    height: 1px;
    top: 5vh;
    position: absolute;
}

#facilities-page .compass {
    left: auto;
    top: 50%;
    margin: -31px 0 0;
    right: 30px
}

.facilities-bg, .facilities-map {
    left: 0;
    top: 0;
    position: absolute
}

.facilities-map {
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.facilities-bg {
    width: 2400px;
    height: 1400px;
    background-size: contain;
    background-repeat: no-repeat
}

.all-dot {
    position: absolute;
    right: 222px;
    bottom: 0px;
    width: 762px;
    height: 1262px;
    z-index: 10;
}

.all-dot-top, .info-facilities {
    left: 0;
    top: 0;
    position: absolute
}

.all-dot-top {
    width: 100%;
    height: 100%
}

.compass2 {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 50px;
    right: 50px;
    background: url(../images/compass2.svg) center center/contain no-repeat;
    pointer-events: none
}

.info-facilities {
    width: 100%;
    height: 100%
}

.show-box-pic {
    width: auto;
    max-width: 220px !important;
    height: auto;
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    padding: 8px;
    border-radius: 15px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    background-color: #D0A24E;
    text-align: center;
    cursor: pointer;
    color: #fff;
    z-index: 500;
    opacity: 0;
    transform: scale(0)
}

.faci-text, .faci-text h3, .show-box-pic img {
    width: 100%;
    height: auto
}

.dot-num, .note-facilities li {
    transition: all .3s ease-in-out
}

.show-box-pic.no-pic {
    max-width: inherit;
    padding: 5px 15px
}

.show-box-pic img {
    display: block;
    pointer-events: none;
    border-radius: 10px
}

.faci-text {
    display: block;
    margin: 0
}

.faci-text h3 {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.4;
    margin: 5px 0;
    text-transform: uppercase;
    display: block;
    white-space: normal
}

.faci-text p, .faci-text span {
    display: block;
    width: 100%;
    height: auto;
    font-weight: 400
}

.faci-text p {
    font-size: 12px;
    line-height: 1.6;
    white-space: normal
}

.faci-text span {
    position: relative;
    font-size: 11px;
    line-height: 1;
    margin: 5px 0
}

.show-box-pic.showup {
    transform: scale(1);
    opacity: 1
}

.show-box-pic::after {
    position: absolute;
    left: -15px;
    top: 50%;
    margin: -10px 0 0;
    width: 0;
    height: 0;
    border-width: 10px 20px 10px 0;
    border-color: transparent#D0A24E transparent transparent
}

.show-box-pic.no-pic::after {
    left: 25px;
    bottom: -15px;
    top: auto;
    margin: 0 0 0 -10px;
    border-width: 20px 20px 0 0;
    border-color: #D0A24E transparent transparent
}

.note-facilities {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 12%;
    top: 47%;
    text-align: center;
    z-index: 10;
    display: flex;
    flex-direction: row;
}

.note-facilities ul {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
    display: flex;
    flex-direction: column;
}

.note-facilities li {
    position: relative;
    /* display: inline-block;
    float: left; */
    margin: 0 0 3px;
    padding: 3px 14px 3px 3px;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-align: left;
    display: flex;
    flex-direction: row;
}

.note-facilities li span {
    display: inline-block;
    width: 20px;
    height: 20px;
    /* margin: 0 5px 0 0; */
    margin: 0px 5px 0 0;
    line-height: 19px;
    border-radius: 50%;
    border: 1px solid white;
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    text-align: center;
    vertical-align: middle
}

.note-facilities li h3 {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    text-transform: initial;
    /* line-height: 1.6; */
    vertical-align: middle;
    max-width: calc(100% - 25px);
    font-family: 'UTM-Aptima';
    height: 0px;
}

.dot-num, .dot-num span.circle {
    display: block;
    position: absolute
}

.dot-num, .num-block {
    font-family: 'UTM-Aptima';
    font-weight: 700;
    color: #fff;
    text-align: center
}

.note-facilities li.current {
    box-shadow: 0 0 20px 5px rgba(255, 255, 255, .5)
}

.note-facilities li.current h3 {
    color: #fff
}

.dot-num {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 20px;
    box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0);
    border-radius: 50%
}

.dot-num::after {
    content: '';
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -5px;
    top: -5px;
    position: absolute;
    border: 5px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1
}

.dot-num span.circle {
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 1px solid #edc97d;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 1)
}

.house-text, .info-block {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    transition: all .3s ease-in-out
}

.note-facilities.blue li.current {
    background-color: #D0A24E
}

.note-facilities.blue li span, .note-facilities.white li.current {
    background-color: #07443D
}

.note-facilities.white li span {
    background-color: transparent
}

.blue .dot-num {
    background-color: #07443D
}

.white .dot-num {
    background-color: #D0A24E
}

.dot-num.current, .dot-num:hover, .num-block {
    background-color: #D0A24E
}

.dot-num.current span.circle, .dot-num:hover span.circle {
    display: none
}

.dot-01 {
    right: 62px;
    bottom: 200px;
}

.dot-16-tangtret {
    right: 174px;
    bottom: 343px;
}

.dot-16-tang3 {
    right: 174px;
    bottom: 343px;
}

.dot-02 {
    right: 122px;
    bottom: 618px;
}

.dot-02-2 {
    right: 122px;
    bottom: 618px;
}

.dot-03 {
    right: 581px;
    bottom: 952px;
}

.dot-03-2 {
    right: 556px;
    bottom: 1060px;
}

.dot-04 {
    right: 570px;
    bottom: 778px;
}

.dot-04-2 {
    right: 570px;
    bottom: 778px;
}

.dot-05 {
    right: 370px;
    bottom: 852px;
}

.dot-06 {
    right: 242px;
    bottom: 1082px;
}

.dot-07 {
    right: 380px;
    bottom: 700px;
}

.dot-08 {
    right: 482px;
    bottom: 696px;
}

.dot-09 {
    right: 230px;
    bottom: 880px;
}

.dot-10 {
    right: 462px;
    bottom: 942px;
}

.dot-11 {
    right: 582px;
    bottom: 850px;
}

.dot-12 {
    right: 602px;
    bottom: 572px;
}

.dot-13 {
    right: 596px;
    bottom: 1158px;
}

.dot-14 {
    right: 318px;
    bottom: 612px;
}

.dot-15 {
    right: 243px;
    bottom: 995px;
}

.dot-16-1 {
    right: 473px;
    bottom: 703px;
}

.dot-16-2 {
    right: 364px;
    bottom: 1144px;
}

.dot-16-3 {
    right: 158px;
    bottom: 998px;
}

.dot-17 {
    right: 294px;
    bottom: 738px;
}

.dot-18 {
    right: 254px;
    bottom: 826px;
}

.dot-19 {
    right: 356px;
    bottom: 820px;
}

.dot-20 {
    right: 246px;
    bottom: 916px;
}

.dot-21 {
    right: 390px;
    bottom: 705px;
}

.dot-25 {
    right: 306px;
    bottom: 738px;
}

.dot-26 {
    right: 293px;
    bottom: 725px;
}

.dot-22-1 {
    right: 294px;
    bottom: 738px;
}

.dot-22-2 {
    right: 392px;
    bottom: 865px;
}

.dot-23-1 {
    right: 296px;
    bottom: 848px;
}

.dot-23-2 {
    right: 397px;
    bottom: 757px;
}

.dot-24 {
    right: 471px;
    bottom: 794px;
}

#apartment-page .title-main {
    position: absolute;
    left: 50px;
    top: 40%;
    width: auto;
    height: auto;
    color: #fff;
    z-index: 3
}

#apartment-page .title-main h2::after {
    width: 1px;
    height: 10vh;
    top: -13vh;
    position: absolute
}

.apartment-bg, .apartment-bg img, .apartment-map {
    position: absolute;
    left: 0;
    top: 0
}

#apartment-page .compass2 {
    right: 0;
    bottom: 0
}

.apartment-map {
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.apartment-bg {
    width: 2400px;
    height: 1400px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat
}

.apartment-bg area, .apartment-bg img {
    width: 100%;
    height: 100%
}

.apartment-bg .all-dot {
    width: 1350px;
    height: 900px;
    z-index: auto;
    pointer-events: none
}

.info-house, .typical {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute
}

.typical {
    height: 100%;
    pointer-events: none
}

.info-house {
    height: auto;
    z-index: 60
}

.num-block {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    right: -20px;
    top: 50%;
    margin: -17px 0 0;
    border: 2px solid rgba(255, 255, 255, 1);
    text-transform: uppercase
}

.small-box h3, .small-box p {
    color: #333;
    line-height: 1.4;
    font-weight: 400
}

.house-text {
    background-color: #fff;
    width: auto;
    max-width: 180px;
    height: auto;
    padding: 10px 20px;
    position: absolute;
    border-radius: 20px;
    text-align: center;
    opacity: 0;
    transform: scale(0);
    z-index: 120
}

.small-box, .small-box h3, .small-box p {
    position: relative;
    display: block
}

.small-box {
    width: 100%;
    height: auto;
    text-align: left
}

.apartment-pic, .house-detail, .info-block, .info-block h3, .typical svg .house-number {
    text-align: center
}

.small-box h3 {
    font-size: 13px
}

.small-box h3 strong {
    text-transform: uppercase
}

.small-box p {
    font-size: 12px
}

.info-block, .typical svg {
    position: absolute
}

.small-box small {
    font-size: 12px;
    color: #777;
    margin: 5px 0;
    display: block
}

.house-text span.shape {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 50%;
    left: -10px;
    margin: -15px 0 0;
    z-index: -1
}

.house-text.show {
    opacity: 1;
    transform: scale(1)
}

.house-text a {
    display: block
}

.info-block {
    width: auto;
    height: auto;
    background-color: #ed6400;
    border-radius: 30px;
    opacity: 0;
    transform: scale(0);
    z-index: 120
}

.load-apartment, .typical svg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.info-block h3 {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    display: block;
    padding: 10px 20px;
    text-transform: uppercase
}

.info-block.show {
    opacity: 1;
    transform: scale(1)
}

.num {
    transition: all .3s ease-in-out
}

.num.hide {
    fill-opacity: 0;
    stroke-opacity: 0
}

.typical svg .bg-circle {
    fill: #D0A24E
}

.typical svg .head-text, .typical svg .house-number {
    fill: #fff;
    font-weight: 700;
    font-size: 18px;
    font-family: 'UTM-Aptima';
}

.title-box h2, .title-tel {
    font-weight: 400;
    text-transform: uppercase
}

.load-apartment {
    position: fixed;
    display: none;
    z-index: 40
}

.bg-house, .house-detail {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.bg-house {
    z-index: -1
}

.bg-house .svg-01 {
    transform: translate(0, 0) rotate(-120deg)
}

.house-detail {
    display: block
}

.content-house {
    width: 80%;
    max-width: 1400px;
    height: 100vh;
    color: #eedfc6;
    position: relative;
    display: block;
    margin: auto
}

.apartment-pic, .scale-pic img {
    max-height: 84vh;
    vertical-align: middle;
    margin: 0 -5px
}

.content-house::after, .content-house::before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.apartment-pic {
    width: 60%;
    max-width: 1000px;
    position: relative;
    display: inline-block;
    z-index: 10
}

.apartment-pic .pinch-zoom-container {
    height: 100%!important;
    width: 100%!important
}

.scale-pic::after, .scale-pic::before {
    display: none!important
}

.scale-pic {
    position: relative!important;
    left: auto!important;
    top: auto!important
}

.scale-pic img {
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    display: inline-block
}

.description, .title-box {
    position: absolute;
    max-width: 300px;
    height: auto;
    text-align: left
}

.title-box {
    width: 30%;
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    z-index: 5
}

.house-des, .title-box h2, .title-tel {
    position: relative
}

.title-tel {
    font-size: 24px;
    line-height: 1.4;
    display: block
}

.title-box h2 {
    font-size: 26px;
    line-height: 1;
    display: block;
    margin: 0 0 10px
}

.title-box .house-style {
    margin: 10px 0;
    font-weight: 700;
    font-size: 36px;
    color: #fff
}

.title-box h2 strong {
    font-size: 130%;
    font-weight: 700;
    font-family: 'UTM-Aptima';
    color: #fff
}

.house-des {
    width: 100%;
    height: auto;
    margin: 10px 0 0;
    display: block
}

.house-des h3, .house-des li h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    display: block;
    margin: 0 0 20px
}

.house-des>h3 {
    display: none
}

.house-des h3 strong {
    font-size: 160%;
    font-weight: 500;
    font-family: 'UTM-Aptima';
    color: #fff
}

.description p, .head-text h3, .house-des p, .keyplan p, .news-text p, .share span {
    font-weight: 400
}

.house-des li, .house-des ul {
    width: 100%;
    display: block;
    position: relative
}

.house-des ul {
    padding: 20px 0;
    border-top: 1px dotted #eedfc6;
    border-bottom: 1px dotted #eedfc6
}

.description, .house-bottom {
    padding: 0;
    z-index: 5;
    left: 0
}

.house-des p {
    font-size: 15px;
    line-height: 1.6;
    display: block
}

.house-des p strong {
    font-size: 130%;
    font-family: 'UTM-Aptima';
    color: #fff
}

.control, .description p, .formErrorContent {
    font-family: 'UTM-Aptima';
}

.description {
    width: 25%;
    margin: 0;
    bottom: 20px
}

.house-bottom, .keyplan {
    width: 100%;
    position: absolute
}

.description p {
    font-size: 11px;
    line-height: 1.4;
    margin: 0 0 15px;
    display: block;
    font-style: italic
}

.house-bottom {
    height: 100%;
    top: 0;
    text-align: center;
    margin: 0
}

.keyplan {
    max-width: 250px;
    height: auto;
    right: 0;
    bottom: 30px;
    display: inline-block;
    margin: auto;
    vertical-align: top
}

.keyplan .compass2 {
    width: 60px;
    height: 60px;
    bottom: auto;
    right: auto;
    left: 0;
    top: 0
}

.share, .share ul {
    height: auto;
    width: auto
}

.keyplan img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: auto
}

.keyplan p {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    display: block;
    position: absolute;
    text-transform: uppercase;
    left: 0;
    top: 50%
}

.share li, .share span, .share ul {
    display: inline-block;
    vertical-align: middle
}

.share {
    position: fixed;
    top: 16px;
    right: 180px;
    text-align: center
}

.note, .share li, .share span, .share ul {
    position: relative
}

.group-central[data-name=picture] .content-main, .group-central[data-name=video] .content-main {
    text-align: right;
    padding: 0
}

.share span {
    font-size: 12px;
    line-height: 1.5;
    color: #eedfc6;
    width: auto;
    text-transform: uppercase;
    margin: 0
}

.share li, .share li a {
    width: 60px;
    height: 60px
}

.share li {
    margin: 0
}

.share li a {
    display: block;
    color: #fff
}

.share li a svg {
    width: 100%;
    height: 100%
}

.share li a::after {
    display: none
}

.note {
    width: 100%;
    display: block;
    margin: 20px 0;
    color: #aaa;
    line-height: 1.6;
    font-size: 14px
}

.load-apartment .slide-pic-nav {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    margin: 0;
    width: auto;
    height: 100%;
    display: none
}

.load-apartment .next-pic {
    right: 50%;
    top: auto;
    bottom: 0;
    height: 90px;
    width: 90px;
    transform: translate3d(50%, 0, 0) rotate(90deg)
}

.load-apartment .prev-pic {
    left: 50%;
    height: 90px;
    width: 90px;
    transform: translate3d(-50%, 0, 0) rotate(90deg)
}

.load-apartment .prev-pic:hover {
    transform: translate3d(-50%, -10px, 0) rotate(90deg) scale(.9)
}

.load-apartment .next-pic:hover {
    transform: translate3d(50%, 10px, 0) rotate(90deg) scale(.9)
}

.overlay-dark.wave-bg {
    opacity: .98;
    z-index: 35
}

#library-page .title-main {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    width: auto;
    height: auto;
    color: #eedfc6;
    z-index: 3;
    display: flex;
    justify-content: center;
}

#library-page .title-main h2::after {
    /* width: 1px;
    height: 10vh;
    top: -11vh;
    position: absolute */
}

.group-central[data-name=picture] .bg-gradient {
    /* background: linear-gradient(0deg, #07453D 0, #0B554A 100%); */
    background: url(../images/background.jpg) left center/cover no-repeat;
}

.group-central[data-name=video] .bg-gradient {
    /* background: linear-gradient(0deg, #07453D 0, #0B554A 100%); */
    background: url(../images/background.jpg) left center/cover no-repeat;
}

.group-central[data-name=brochure] .bg-gradient {
    /* background: url(../../../../../../../assets/client/pictures/catalog/image/bg1.jpg) center center/cover no-repeat */
}

.group-central[data-name=brochure] .content-main {
    text-align: center;
    padding: 0
}

.library-box {
    width: 75%;
    /* width: 75%; cho no ra 3 hinh*/
    height: calc(650/1000 * 50vw);
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /* overflow: hidden; */
    overflow: visible;
    margin: 5vw -5px 0
}

.slide-library {
    width: 50vw;
    height: auto;
    position: relative;
    display: block;
    margin: 0
}

.slide-library .pic-library {
    width: 100%;
    height: calc(700/1000 * 100%);
    pointer-events: none
}

.slide-library .slide-item::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .4);
    transition: opacity .5s ease-in-out
}

.slide-library .slide-item.hover::after {
    opacity: 0;
    pointer-events: none
}

.slide-library .slide-pagination {
    text-align: center
}

.slide-library .slide-item.hover .pic-library {
    pointer-events: auto;
    cursor: pointer
}

.box-library-pdf {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center
}

.box-library-pdf::after, .box-library-pdf::before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.box-library-pdf .slide-library {
    width: 90%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.box-library-pdf .slide-item::after {
    display: none
}

.box-pdf {
    width: 30vw;
    height: 30vw;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0
}

.box-pdf .pic-inner {
    border-radius: 50%;
    overflow: hidden
}

.box-library-pdf .title-pic {
    width: auto;
    text-align: center;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    mix-blend-mode: overlay;
    z-index: 1
}

.box-library-pdf .title-pic h3 {
    font-size: 8vw
}

.box-library-pdf .title-pic h3::after {
    display: none
}

.download-pdf {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin: 0 0 0 -35px;
    display: block;
    color: #be0000;
    border-radius: 50%;
    background-color: #fff
}

.download-pdf svg {
    width: 70px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: relative
}

.group-central[data-name=news] .grid-item-bg::after {
    /* background-color: rgba(07, 68, 61, .7); */
    /* background: url(../images/background.jpg) left center/cover no-repeat; */
    /* mix-blend-mode: multiply */
}

.head-text h3::after, .link-page:nth-child(n+4)::after {
    content: '';
    background-color: #fff
}

.group-central[data-name=news] .content-main {
    text-align: left;
    padding: 0
}

.group-central[data-name=news] .content-main::after, .group-central[data-name=news] .content-main::before {
    display: none
}

.group-central[data-name=news] .title-main {
    position: absolute;
    left: 0;
    top: 20px;
    text-align: center
}

.grid, .group {
    position: relative;
    display: block
}

.group-central[data-name=news] .title-main h2::after {
    margin: 10px auto
}

.grid {
    width: 90%;
    height: auto;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    text-align: left
}

.news-list {
    position: absolute;
    width: 100%;
    height: calc(100vh - 50px);
    top: 50px;
    left: 0;
    z-index: 5
}

.group {
    width: 100%;
    height: auto;
    text-align: center;
    float: left
}

.head-text, .link-page {
    float: left;
    text-align: left;
    display: block;
    position: relative
}

.group.after-group:last-child {
    margin: 0 0 100px
}

.link-page {
    width: calc(50% - 30px);
    height: auto;
    margin: 15px
}

.pic-thumb {
    width: 100%;
    position: relative;
    float: left;
    display: block;
    overflow: hidden
}

.link-page .pic-img {
    max-height: 35vh;
    height: 100%
}

.head-text {
    width: 70%;
    padding: 15px 0;
    color: #fff
}

.head-text h3 {
    font-size: calc(100vw/110);
    display: block;
    position: relative
}

.head-text h3::after {
    width: 100px;
    height: 1px;
    display: block;
    position: relative;
    margin: 15px 0 10px
}

.link-page:nth-child(n+2) .pic-thumb {
    width: 40%
}

.link-page:nth-child(n+2) .head-text {
    width: 60%;
    padding: 0 0 0 15px
}

.link-page:nth-child(n+3) .pic-thumb {
    width: 80%
}

.link-page:nth-child(n+3) .head-text {
    width: 80%;
    padding: 10px 0 10px 15px
}

.link-page:nth-child(n+4) {
    width: 70%;
    float: none;
    margin: 15px auto 20vh;
    display: inline-block
}

.link-page:nth-child(n+4)::after {
    width: 1px;
    height: 7vh;
    position: absolute;
    left: 50%;
    bottom: -13vh
}

.link-page:nth-child(n+4) .pic-thumb {
    width: calc(70% - 10px)
}

.link-page:nth-child(n+4) .head-text {
    width: 30%;
    padding: 20px 0 20px 15px
}

.link-page .go-news {
    float: left
}

.new-icon {
    position: absolute;
    left: 10px;
    top: 5px;
    display: block;
    width: 50px;
    height: 30px;
    background: url(../images/new.png) center center no-repeat;
    text-align: center;
    z-index: 3;
    text-indent: -9999px;
    font-size: 0
}

.colum-box-news, .colum-box-news::after {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.colum-box-news {
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
    z-index: 10
}

.colum-box-news::after {
    content: "";
    height: 100px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%)
}

.news-content, .news-text {
    height: auto;
    margin: 0 auto
}

.news-content {
    position: relative;
    width: 90%;
    max-width: 1000px;
    display: block;
    background: linear-gradient(0deg, #fff 90%, rgba(255, 255, 255, .3) 100%)
}

.click-hover, .group-central[data-name=progress] .grid-item-bg::after {
    background-color: rgba(0, 0, 0, .3)
}

.news-text {
    position: relative;
    width: 100%;
    padding: 20px 30px 80px
}

.news-text h3:nth-child(1) {
    position: relative;
    font-weight: 500;
    font-size: 24px;
    color: #07443D;
    line-height: 1.6;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px dotted #333;
    text-transform: uppercase
}

.news-text p {
    position: relative;
    margin: 0 0 15px;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    text-align: left
}

.news-text table, .news-text table div {
    font-size: 15px;
    color: #333!important;
    line-height: 1.6;
    position: relative;
    font-weight: 400
}

.news-text table div {
    text-align: left
}

.news-text img {
    position: relative;
    display: block;
    max-width: 100%;
    width: auto!important;
    height: auto!important;
    margin: 10px auto
}

.click-hover, .group-central[data-name=progress] .content-main::after, .group-central[data-name=progress] .content-main::before, .group-central[data-name=progress] .title-main h2::after {
    display: none
}

.news-text a {
    color: #D0A24E
}

.news-text a:hover {
    color: #333
}

.click-hover {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0
}

.colum-box-news.show {
    pointer-events: auto
}

.group-central[data-name=progress] .content-main {
    text-align: left;
    padding: 0
}

.group-central[data-name=progress] .title-main {
    position: absolute;
    top: 50%;
    right: 0;
    text-align: right;
    transform: translateX(-50%) rotate(-90deg);
    width: auto;
    height: 50px
}

.group-central[data-name=progress] .wrap-page {
    max-width: 1000px
}

.progress-list {
    position: absolute;
    width: 100%;
    height: calc(100vh - 120px);
    top: 100px;
    left: 0;
    text-align-last: center;
    z-index: 5
}

.box-progress {
    width: 48%;
    margin: 0 5px 15px;
    background-color: rgba(255, 255, 255, .5);
    display: inline-block;
    height: auto;
    overflow: hidden;
    padding: 5px;
    position: relative;
    vertical-align: top
}

.box-progress h3 {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 15px;
    position: absolute;
    left: 5px;
    bottom: 5px;
    /* background-color: #07443D; */
    background: url(../images/background.jpg) left center/cover no-repeat;
    display: block
}

.pic-progress, .pic-progress img {
    width: 100%;
    height: auto;
    display: block;
    position: relative
}

.pic-progress {
    max-height: 220px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.pic-progress img {
    opacity: 0;
    pointer-events: none
}

.select-list {
    position: absolute;
    left: 50%;
    top: 30px;
    display: inline-block;
    width: 210px;
    margin: 0 0 0 -105px;
    height: 40px;
    border-radius: 30px;
    vertical-align: top;
    opacity: 0;
    z-index: 20
}

.select-header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    cursor: pointer;
    border-radius: 30px
}

.select-header .but {
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/select.svg) center center/80% 80% no-repeat;
    border: 1px solid #D0A24E;
    border-radius: 50%;
    z-index: 1
}

.select-box li, .select-box li a, .select-box ul {
    height: auto;
    display: block
}

.select-header h3 {
    font-weight: 700;
    font-size: 13px;
    display: block;
    padding: 0 40px 0 20px;
    color: #D0A24E;
    line-height: 36px;
    text-transform: uppercase;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden
}

.select-box {
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
    width: 100%;
    height: auto;
    max-height: 300px;
    padding: 3px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .1);
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    scrollbar-color: inherit;
    scrollbar-width: none;
    z-index: 99999
}

.select-box ul {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 0
}

.select-box li {
    position: relative;
    width: 98%;
    margin: 0 auto 1px;
    background-color: #D0A24E;
    cursor: pointer
}

.select-box li a {
    width: 100%
}

.select-box li h3 {
    font-weight: 400;
    font-size: 14px;
    display: block;
    padding: 10px 15px;
    line-height: 20px;
    color: #fff;
    text-align: left
}

.select-box li.current h3, .select-box li.selected h3 {
    color: #fff
}

.select-box li.current, .select-box li.selected {
    background-color: #07443D;
    pointer-events: none
}

#virtual-page .title-page h1 {
    display: none
}

.bg-degee {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 80vh;
    overflow: hidden;
    margin: 0;
    visibility: hidden;
    pointer-events: none
}

.bg-degee.show, .controls[data-state=visible] {
    visibility: visible
}

.bg-degee.show {
    pointer-events: auto
}

.bg-degee iframe {
    width: 100%;
    height: 100%;
    min-height: 80vh;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    pointer-events: none;
    z-index: -9999
}

.bg-degee.show iframe {
    pointer-events: auto;
    z-index: 10
}

.subscribe.bottom-up {
    bottom: 50px
}

.group-central[data-name=contact] .grid-item-bg::after {
    /* background-color: rgba(07, 68, 61, .5); */
    /* mix-blend-mode: multiply */
}

.group-central[data-name=contact] .bg-gradient {
    background: linear-gradient(0deg, #cbb095 0, #865d3f 100%)
}

.group-central[data-name=contact] .content-main {
    text-align: center;
    padding: calc(100vh/4) 0 calc(100vh/5)
}

.group-central[data-name=contact] .thumb-image {
    top: 10%;
    left: 3vw
}

.group-central[data-name=contact] .thumb-image svg {
    left: 0;
    top: 0
}

.group-central[data-name=contact] .box-txt {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: inherit;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 5vh 0 0
}

.group-central[data-name=contact] .title-main h2::after {
    margin: 10px auto
}

.group-central[data-name=contact] .anisvg .svg-03 {
    transform: translate(60%, -10%) rotate(-70deg)
}

.all-album {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    -moz-user-select: -moz-none;
    z-index: 9999
}

.album-center, .album-load, .album-pic-center {
    position: relative;
    display: block;
    width: 100%
}

.album-load {
    height: 100%;
    opacity: 0;
    text-align: center
}

.album-center {
    height: 100vh
}

.album-pic-center {
    height: 100%;
    text-align: center
}

.album-pic-center .pic-name {
    position: absolute;
    left: 0;
    top: 1.5%;
    z-index: 5;
    width: 100%;
    height: auto
}

.album-pic-center .pic-name h3 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding: 10px 50px
}

.album-pic-center .pic-name h3>span>span {
    transition: all .6s ease;
    opacity: 0
}

.album-pic-center .pic-name.move h3>span>span.move {
    opacity: 1
}

.container-zoom {
    width: 100%;
    height: 100vh;
    position: relative;
    display: block
}

.container-zoom::after, .container-zoom::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.container-zoom>img {
    width: auto;
    height: auto;
    max-height: 80vh;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 -3px
}

.album-pic-center .pinch-zoom-container, .all-pics .pinch-zoom-container {
    height: 100vh!important
}

.dragscroll {
    -moz-user-select: none
}

.pinch-zoom-container {
    width: 100%;
    position: relative;
    display: block;
    margin: 0
}

.pinch-zoom::after, .pinch-zoom::before, .pinch-zoom>img, .zoom-large {
    display: inline-block;
    vertical-align: middle
}

.pinch-zoom {
    width: 100%;
    left: 0;
    top: 0;
    text-align: center
}

.pinch-zoom::after, .pinch-zoom::before {
    content: "";
    height: 100%
}

.pinch-zoom>img {
    width: auto;
    height: auto;
    max-width: 100%;
    position: relative;
    margin: 0 -3px
}

.zoom {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
    z-index: 20
}

.zoom-details::after, .zoom::after {
    top: 0;
    position: absolute;
    left: 0;
    border-radius: 50%;
    content: ''
}

.zoom::after {
    width: 100%;
    height: 100%;
    background: url(../images/zoom.svg) 50%/90% no-repeat #ed1c24
}

.zoom-details {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    z-index: 20
}

.zoom-details::after {
    width: 100%;
    height: 100%;
    background: url(../images/zoom.svg) 50%/80% no-repeat rgba(0, 0, 0, .2)
}

.zoom-large {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    z-index: 99999
}

.zoom-large::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/zoom.svg) 50%/90% no-repeat rgba(0, 0, 0, .2);
    border-radius: 50%
}

.go-top, .wheel {
    position: fixed;
    top: calc(100vh - 140px)
}

.cursor {
    cursor: pointer
}

.drag-cursor {
    cursor: url(../images/openhand.png) 8 8, move
}

.go-top {
    color: #eedfc6;
    right: 22px;
    bottom: auto;
    width: 50px;
    height: 50px;
    border: 1px solid #eedfc6;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    z-index: 20
}

.go-top svg {
    width: 80%;
    height: 80%;
    margin: 10%
}

.go-top.show {
    opacity: 1;
    pointer-events: auto
}

.headermap, .level-index-out, .no-link, .wheel {
    pointer-events: none
}

.wheel {
    width: 30px;
    height: 30px;
    right: 32px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    z-index: 5
}

.wheel.hide {
    display: none
}

.wheel span {
    position: absolute;
    width: 100%;
    height: 2px;
    opacity: 0;
    transform: scale(.3)
}

.wheel span::after, .wheel span::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #eedfc6
}

.wheel span::before {
    left: 0;
    transform: skewY(30deg)
}

.wheel span::after {
    right: 0;
    width: 50%;
    transform: skewY(-30deg)
}

.wheel.show span {
    animation: Move-Arrow 2s ease-out infinite
}

.wheel.show span:first-child {
    animation: Move-Arrow 2s ease-out .5s infinite
}

.wheel.show span:nth-child(2) {
    animation: Move-Arrow 2s ease-out 1s infinite
}

.wheel.show {
    opacity: 1
}

.mouse {
    border: 1px solid #fff;
    width: 30px;
    height: 45px;
    position: fixed;
    right: 20px;
    bottom: 30px;
    border-radius: 50px;
    opacity: 0;
    z-index: 5
}

.mouse.show {
    opacity: 1
}

.mouse.show::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
    width: 5px;
    height: 10px;
    border-radius: 10px;
    animation: trackBallSlide 3s linear infinite
}

.player, .view-album {
    right: 20px;
    bottom: 20px;
    font-size: 16px;
    line-height: 70px;
    color: #eedfc6;
    font-style: italic;
    z-index: 10;
    font-weight: 700
}

.player svg, .view-album svg {
    display: inline-block;
    margin: 0;
    vertical-align: middle
}

.view-album {
    width: auto;
    height: 70px;
    position: absolute
}

.view-album svg {
    width: 70px;
    height: 100%;
    position: relative
}

.player {
    width: auto;
    height: 70px;
    position: absolute
}

.player svg {
    width: 70px;
    height: 100%;
    position: relative
}

.close, .close-album, .close-details, .close-news, .close-pics, .close-popup, .close-video {
    background: url(../images/close.svg) 50%/80% no-repeat;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: fixed;
    right: 30px;
    top: 20px;
    z-index: 999999
}

.close-pics-small {
    background: url(../images/close.svg) 50%/80% no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    z-index: 99999
}

.map-background, .pic-video {
    background-repeat: no-repeat
}

.close-video {
    top: 50%;
    margin: -30px 0 0
}

.close-news {
    top: 50%;
    margin: -30px 20px 0 0
}

.close-pics {
    opacity: 0;
    margin: 0 20px 0 0
}

.map-background {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    background-position: top center;
    background-size: contain
}

.map-background img {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0
}

.map-background canvas {
    width: 2000px;
    height: 1125px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    display: block;
    opacity: 1
}

.wrap-page {
    width: 100%;
    max-width: 900px;
    position: relative;
    margin: 0 auto;
    height: auto;
    display: block
}

.allvideo, .video-list {
    height: 100%;
    top: 0;
    width: 100%;
    left: 0
}

.display-none, .no-index {
    display: none!important
}

.no-scroll {
    overflow-x: hidden;
    overflow-y: hidden!important;
    overflow: hidden
}

.no-index {
    position: static!important
}

.level-index-out {
    z-index: -9999
}

.level-index-in {
    z-index: 9990
}

.visible {
    overflow: visible
}

.two-column {
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -ms-column-count: 2;
    -ms-column-gap: 40px;
    -o-column-count: 2;
    -o-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
    text-align: justify
}

.box-video-center, .control, .controls, .controls button, .video-list {
    text-align: center
}

.headermap {
    z-index: -999!important
}

.desktop {
    display: block
}

.mobile {
    display: none
}

img.desktop {
    display: block
}

.allvideo, img.mobile {
    display: none
}

.allvideo {
    position: fixed;
    overflow: hidden;
    z-index: 2200
}

.video-list {
    position: absolute;
    z-index: 10
}

.video-wrap {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: block;
    vertical-align: middle;
    z-index: 10
}

.video-skin, .video-wrap h3, .video-wrap iframe {
    position: absolute;
    z-index: 10
}

.video-skin {
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%
}

.pic-video, .pic-video::after, .video-wrap iframe {
    width: 100%;
    height: 100%;
    top: 0
}

.video-wrap iframe {
    background-color: rgba(0, 0, 0, 1);
    display: block;
    left: 0
}

.video-wrap h3 {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: rgba(0, 0, 0, .6);
    padding: 8px 10px;
    color: #fff;
    font-weight: 700;
    min-width: 200px;
    text-transform: uppercase;
    font-size: 14px
}

.box-video-center, .pic-video, .pic-video::after {
    position: absolute;
    left: 0
}

.pic-video {
    display: block;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    transition: all .8s ease-in-out;
    z-index: 2
}

.pic-video::after {
    content: '';
    background: linear-gradient(0deg, rgba(33, 71, 106, .5) 0, rgba(1, 33, 59, .5) 80%);
    opacity: 0
}

.pic-video.hide {
    opacity: 0;
    z-index: -1
}

.box-video-center {
    width: 100vw;
    height: 100vh;
    display: block;
    top: 0;
    margin: 0;
    padding: 0;
    background-color: #000;
    z-index: 10
}

.box-video-center::after, .box-video-center::before {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    pointer-events: none;
    z-index: 1
}

.box-video-center::before {
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 80%)
}

.box-video-center::after {
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 80%)
}

.fullscreen .box-video-center::after, .fullscreen .box-video-center::before {
    display: none
}

.video-cover-inline {
    width: 100%;
    height: 100%;
    position: relative;
    display: block
}

.controls, .overlay-video, .player-vid, .video-full {
    position: absolute
}

.video-full {
    background-color: #000;
    min-width: 100%;
    min-height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.overlay-video {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.player-vid {
    background: url(../images/play.svg) center center/contain no-repeat;
    width: 140px;
    height: 140px;
    left: 50%;
    top: 50%;
    margin: -70px 0 0 -70px;
    transition: all .5s ease-in-out;
    border-radius: 50%;
    opacity: 0;
    z-index: 99999
}

.bg-video, .controls button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.player-vid:hover {
    background-color: rgba(0, 0, 0, .3)
}

.player-vid.hide {
    display: none;
    opacity: 0
}

.player-vid.show {
    display: block;
    opacity: 1
}

.controls {
    width: 100%;
    height: auto;
    padding: 5px 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    transition: all .9s ease-in-out;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    z-index: 10
}

.controls[data-state=hidden] {
    display: none
}

.controls .progress, .controls button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle
}

.controls .progress {
    width: calc(100% - 150px);
    max-width: 300px;
    height: 10px;
    margin: 1px 0;
    padding: 1px;
    background-color: rgba(255, 255, 255, .2)
}

.controls progress[data-state=fake] {
    background-color: #fff;
    height: 20px
}

.controls button {
    background-color: transparent;
    border: none;
    line-height: 20px;
    transition: all .3s ease-in-out;
    width: 20px;
    height: 20px;
    opacity: 1
}

.controls button:hover {
    opacity: .5
}

.controls button:focus {
    opacity: 1
}

.controls progress {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .1);
    color: #fff
}

.controls progress span {
    width: 0;
    height: 100%;
    display: inline-block;
    background-color: #fff
}

.controls progress::-moz-progress-bar {
    background-color: #fff
}

.video-cover-inline[data-fullscreen=true] {
    position: fixed;
    left: 0;
    top: 0
}

.video-cover-inline[data-fullscreen=true] .video-full {
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    transform: none
}

.video-cover-inline[data-fullscreen=true] figcaption {
    display: none
}

.video-cover-inline[data-fullscreen=true] .controls {
    bottom: 10px;
    z-index: 2147483647;
    position: fixed
}

.controls.addshow {
    bottom: 35px;
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.bg-video.hide, .play-button, .youtube-video img {
    opacity: 0;
    pointer-events: none
}

button[data-state=play] {
    background-image: url(../images/video/play.svg)
}

button[data-state=pause] {
    background-image: url(../images/video/pause.svg)
}

button[data-state=stop] {
    background-image: url(../images/video/stop.svg);
    display: none
}

button[data-state=mute] {
    background-image: url(../images/video/mute.svg)
}

button[data-state=unmute] {
    background-image: url(../images/video/unmute.svg)
}

button[data-state=go-fullscreen] {
    background-image: url(../images/video/fullscreen.svg)
}

button[data-state=cancel-fullscreen] {
    background-image: url(../images/video/cancel-fullscreen.svg)
}

.video-youtube-full {
    position: relative;
    width: 100%;
    height: 100vh;
    display: block
}

.youtube-video {
    width: 100%;
    height: 100%;
    position: relative;
    display: block
}

.youtube-video::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    z-index: -2
}

.youtube-video iframe {
    width: 100%;
    height: calc(100vw * .5625);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1
}

.full-frame .youtube-video iframe {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: none
}

.youtube-video img {
    width: 100%;
    height: auto;
    display: block
}

.bg-video {
    background-size: 100% 100%;
    width: 100vw;
    height: 100vh;
    object-fit: contain;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity .6s ease-in-out;
    z-index: 12
}

.play-button {
    background: url(../images/play.svg) center center/contain no-repeat rgba(0, 0, 0, .3);
    width: 140px;
    height: 140px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -70px 0 0 -70px;
    transition: all .5s ease-in-out;
    border-radius: 50%;
    z-index: 99999
}

.play-button:hover {
    background-color: rgba(0, 0, 0, .6)
}

.play-button.show {
    opacity: 1;
    pointer-events: auto
}

.control, .pause-button {
    opacity: 0;
    position: absolute
}

.pause-button {
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    margin: 0;
    pointer-events: none
}

.control {
    width: auto;
    height: auto;
    padding: 10px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 12px;
    transition: opacity .5s ease-in-out;
    font-weight: 400;
    z-index: 10
}

.control::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color .3s ease-in-out;
    z-index: -1
}

.control.show {
    opacity: 1
}

.control.hide {
    opacity: 0
}

.control:hover::after {
    background-color: rgba(0, 0, 0, .5)
}

.control span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px
}

.control button {
    outline: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px
}

.control button:hover {
    opacity: .5;
    background-color: transparent
}

.control button:focus {
    opacity: 1;
    background-color: transparent
}

.is-IOS .youtube-video iframe {
    z-index: auto
}

.class-hidden, .is-IOS .control {
    display: none
}

#contact-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 82px;
    height: 82px;
    margin: -41px 0 0 -41px;
    border-radius: 50%;
    animation: Rotate 2.5s linear infinite;
    display: none;
    z-index: 110000
}

.contact-success, .register-success {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -150px;
    padding: 20px;
    font-size: 15px;
    line-height: 1.6;
    width: 300px;
    height: auto;
    background-color: #c30004;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
    z-index: 99999
}

.color-red {
    background-color: #D0A24E;
    color: #fff
}

.color-blue {
    background-color: #07443D;
    color: #fff
}

.inputContainer {
    position: relative;
    float: left
}

.formError {
    position: absolute;
    top: -30px;
    left: 20px;
    display: block;
    cursor: pointer;
    z-index: 99999
}

.formErrorContent {
    background-color: rgba(209, 0, 8, .8);
    position: relative;
    display: inline-block;
    color: #fff;
    width: auto;
    height: auto;
    max-width: 250px;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    padding: 8px 12px;
    border-radius: 10px;
    z-index: 9999
}

.details-content, .popup-home {
    text-align: center;
    overflow: hidden;
    z-index: 3000;
    opacity: 0
}

.formErrorContent::after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0;
    border-color: rgba(209, 0, 8, .8) transparent transparent
}

.greenPopup .formErrorContent {
    background-color: #07443D
}

.blackPopup .formErrorContent {
    background-color: #D0A24E;
    color: #fff
}

.ajaxSubmit {
    padding: 20px;
    background-color: #07443D;
    display: none
}

#thankyou-page .group-central[data-name=location] .box-cover {
    display: block
}

#thankyou-page .group-central[data-name=location] .box-cover1 {
    display: block
}

#thankyou-page .group-central[data-name=location] .content-main::after {
    background: 0 0
}

.data-updating {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    margin: 60px 0
}

.popup-home {
    position: fixed;
    width: 100%;
    height: 100vh
}

.popup-home .details-center {
    width: 98%;
    max-width: 1000px;
    height: auto;
    position: relative;
    display: inline-block;
    margin: 0 -3px;
    vertical-align: middle;
    background-color: transparent
}

.popup-home img {
    width: 100%;
    height: auto;
    display: block
}

.details-center, .popup-home.details-content::after, .popup-home.details-content::before {
    display: inline-block
}

.details-content {
    position: fixed;
    width: 100%;
    height: 100vh
}

.details-content::after, .details-content::before {
    content: '';
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    vertical-align: middle
}

.details-content>span {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1
}

.details-center {
    position: relative;
    width: 90%;
    height: auto;
    vertical-align: middle;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
    z-index: 5;
    opacity: 0
}

.details-text img, .details-text p img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    border: 10px solid rgba(255, 255, 255, .5)
}

.map-animation {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.map-animation .cr-parent, .cr-parent1, .cr-parent2, .cr-parent3, .cr-parent4, .cr-parent5 {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 20px;
    box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0);
    border-radius: 50%;
}

.map-animation .cr-parent .circle {
    position: absolute;
    top: 494px;
    left: 694px;
    border: 1px solid #edc97d;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

.map-animation .cr-parent1 .circle {
    position: absolute;
    top: 547.5px;
    left: 819.5px;
    border: 1px solid #edc97d;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

.map-animation .cr-parent2 .circle {
    position: absolute;
    top: 477.5px;
    left: 864.5px;
    border: 1px solid #edc97d;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

.map-animation .cr-parent5 .circle {
    position: absolute;
    top: 441.5px;
    left: 797.5px;
    border: 1px solid #edc97d;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

.map-animation .cr-parent4 .circle {
    position: absolute;
    top: 360.5px;
    left: 870.5px;
    border: 1px solid #edc97d;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

.map-animation .cr-parent3 .circle {
    position: absolute;
    top: 559.5px;
    left: 763.5px;
    border: 1px solid #edc97d;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

.cr-parent::after {
    content: '';
    width: 36px;
    height: 36px;
    top: 490.5px;
    left: 690.5px;
    position: absolute;
    border: 4px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.cr-parent1::after {
    content: '';
    width: 36px;
    height: 36px;
    top: 544.5px;
    left: 815.5px;
    position: absolute;
    border: 4px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.cr-parent2::after {
    content: '';
    width: 42px;
    height: 42px;
    top: 474.5px;
    left: 862.5px;
    position: absolute;
    border: 4px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.cr-parent5::after {
    content: '';
    width: 42px;
    height: 42px;
    top: 440.5px;
    left: 794.5px;
    position: absolute;
    border: 4px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.cr-parent4::after {
    content: '';
    width: 42px;
    height: 42px;
    top: 356.5px;
    left: 867.5px;
    position: absolute;
    border: 4px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.cr-parent3::after {
    content: '';
    width: 42px;
    height: 42px;
    top: 556.5px;
    left: 761.5px;
    position: absolute;
    border: 4px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.map-animation .cr-parent .circle, .cr-parent1 .circle, .cr-parent2 .circle, .cr-parent3 .circle, .cr-parent4 .circle, .cr-parent5 .circle {
    animation: Ani 2s infinite;
}

.group-central[data-name=project-scale] .content-main .header-project {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.group-central[data-name=project-scale] .content-main .header-project span {
    margin-top: 45px;
    font-size: 25px;
    color: #f6de87;
    text-transform: uppercase;
}

.group-central[data-name=project-scale] .content-main .content .position {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.group-central[data-name=project-scale] .content-main .content .position img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.group-central[data-name=project-scale] .content-main .content .table-custom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #198474;
    border-top: 1px solid #198474;
    margin-bottom: 15px;
    padding: 10px 0;
}

.group-central[data-name=project-scale] .content-main .content .table-custom .row-custom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.group-central[data-name=project-scale] .content-main .content .table-custom .item {
    display: flex;
    flex-direction: column;
    width: 32%;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 120px;
    font-size: 13px;
}

.group-central[data-name=project-scale] .content-main .content .table-custom .row-custom .item:nth-child(2) {
    border-right: 1px solid #198474;
    border-left: 1px solid #198474;
    padding-top: 6%;
    padding-bottom: 6%;
}

.table-custom .title {
    text-transform: uppercase;
    padding: 5px 0;
}

.table-custom .title2 {
    text-transform: uppercase;
    padding-bottom: 25px;
}

.table-custom .divider-center {
    justify-content: center;
    width: 100%;
    height: 0.5px;
    background: #198474;
    margin: 10px 0;
}

.group-central[data-name=project-scale] .content-main .content .table-custom img {
    width: 70%;
}

.group-central[data-name=project-scale] .content-main .content .note {
    color: #39a796;
    text-align: left;
}

@media screen and (max-width:1920px) and (max-height:760px) {
    .logo {
        /* top: 10px */
    }
    .logo.center, .logo.scale {
        /* top: 20px */
    }
    .fix-footer {
        bottom: calc(100vw/30)
    }
    .box-txt i {
        font-size: 10px
    }
    .copyright::before {
        height: 3vh;
        top: -50%
    }
    #apartment-page .title-main, #facilities-page .title-main, #library-page .title-main {
        top: 10%
    }
    #apartment-page .title-main h2::after, #facilities-page .title-main h2::after, #library-page .title-main h2::after {
        /* width: 15vh;
        height: 1px;
        top: 10%; */
    }
    .note-facilities {
        left: 12%;
        top: 43%;
    }
}

@media screen and (max-width:1600px) {
    p {
        font-size: 15px
    }
    .head-text h3, .txt-news-home h3 {
        font-size: calc(100vw/100)
    }
    .bg-wave svg, .footer-wave svg {
        bottom: -70px
    }
    .box-image {
        right: 8vw
    }
    .apartment-pic {
        width: 55%
    }
    .description, .title-box {
        max-width: 250px
    }
    .keyplan {
        max-width: 220px
    }
    .load-apartment .slide-pic-nav {
        width: 90%
    }
    .load-apartment .next-pic, .load-apartment .prev-pic {
        width: 70px;
        height: 70px
    }
    .group-central[data-name=home-intro] .thumb-image {
        bottom: 10%;
        left: 11vw;
    }
    .group-central[data-name=home-intro] .box-txt {
        bottom: 10%;
        left: 7vw;
    }
    .group-central[data-name=home-location] .thumb-image {
        bottom: 10%;
        left: 11.5vw;
    }
    .group-central[data-name=home-location] .box-txt {
        bottom: 10%;
        left: 8vw;
    }
    .group-central[data-name=home-facilities] .thumb-image {
        right: 10vw;
        bottom: 10%;
    }
    .group-central[data-name=home-facilities] .box-txt {
        right: 8vw;
        bottom: 50%;
    }
    .group-central[data-name=home-library] .thumb-image {
        right: 9vw;
        bottom: 30%;
    }
    .group-central[data-name=home-library] .box-txt {
        right: 7vw;
        bottom: 10%;
    }
    .map-panzoom, .panzoom, .viewer {
        width: 100%;
        height: 100%;
        left: -18px;
        top: -95px;
        position: absolute;
    }
    .map-img img {
        width: 90%;
    }
    /* .pointer, .pointer::before {
       width: 100%;
       height: 100%;
       left: 34%;
       top: -63%;
       position: absolute;
   } */
    .pointer-map {
        top: -19%;
        left: 6%;
    }
    .map-customize {
        margin: -240px 0 0 -604px;
    }
    .map-animation .cr-parent .circle {
        top: 443px;
        left: 688px;
    }
    .cr-parent::after {
        top: 439.5px;
        left: 685.5px;
    }
    .map-animation .cr-parent1 .circle {
        top: 491.5px;
        left: 801.5px;
    }
    .cr-parent1::after {
        top: 488.5px;
        left: 798.5px;
    }
    .map-animation .cr-parent2 .circle {
        top: 432.5px;
        left: 843.5px;
    }
    .cr-parent2::after {
        top: 428.5px;
        left: 840.5px;
    }
    .map-animation .cr-parent5 .circle {
        top: 393.5px;
        left: 781.5px;
    }
    .cr-parent5::after {
        top: 391.5px;
        left: 778.5px;
    }
    .map-animation .cr-parent4 .circle {
        top: 323.5px;
        left: 846.5px;
    }
    .cr-parent4::after {
        top: 319.5px;
        left: 843.5px;
    }
    .box-cover-right {
        top: -8%;
        right: 7%;
    }
    .map-animation .cr-parent3 .circle {
        top: 560.5px;
        left: 738.5px;
    }
    .cr-parent3::after {
        top: 557.5px;
        left: 735.5px;
    }
    .bg-home img {
        top: 28%;
        left: 16%;
        width: 38%;
    }
}

@media screen and (max-width:1500px) {
    p {
        font-size: 14px
    }
    .bg-wave svg, .footer-wave svg {
        bottom: -60px
    }
    .group-central[data-name=location] .box-txt {
        margin: 0 0 8vh
    }
    .grid, .news-content {
        max-width: 900px
    }
    .group-central[data-name=progress] .wrap-page {
        max-width: 950px
    }
    .group-central[data-name=home-intro] .thumb-image {
        bottom: 10%;
        left: 11vw;
    }
    .group-central[data-name=home-intro] .box-txt {
        bottom: 10%;
        left: 7vw;
    }
    .group-central[data-name=home-location] .thumb-image {
        bottom: 10%;
        left: 11vw;
    }
    .group-central[data-name=home-location] .box-txt {
        bottom: 10%;
        left: 7vw;
    }
    .group-central[data-name=home-facilities] .thumb-image {
        right: 9.5vw;
        bottom: 10%;
    }
    .group-central[data-name=home-facilities] .box-txt {
        right: 7vw;
        bottom: 50%;
    }
    .group-central[data-name=home-library] .thumb-image {
        right: 9.5vw;
        bottom: 30%;
    }
    .group-central[data-name=home-library] .box-txt {
        right: 7vw;
        bottom: 10%;
    }
    .map-panzoom, .panzoom, .viewer {
        width: 100%;
        height: 100%;
        left: -37px;
        top: -116px;
        position: absolute;
    }
    .map-img img {
        width: 90%;
    }
    .pointer-map {
        top: -18.8%;
        left: 5.5%;
    }
    .bg-home img {
        top: 28%;
        left: 16%;
        width: 38%;
    }
}

@media screen and (max-width:1400px) {
    .group-central[data-name=location] .box-txt {
        max-width: 35%;
        left: -3%;
    }
    .group-central[data-name=location] .box-cover-right {
        top: 10%;
        right: 0%;
    }
    .box-cover-right {
        top: 10%;
        right: 0%;
    }
    .group-central[data-name=home-location] .box-txt {
        bottom: 20%;
    }
    .bg-wave svg, .footer-wave svg {
        bottom: -55px
    }
    .company {
        bottom: 60px !important;
    }
    .box-txt {
        max-width: 20%;
        left: 11vw
    }
    .thumb-image {
        width: calc(100vw/6);
        height: calc(100vw/6)
    }
    .grid, .news-content {
        max-width: 800px
    }
    .group-central[data-name=progress] .wrap-page {
        max-width: 850px
    }
    .typical svg .house-number {
        font-size: 22px
    }
    .typical svg .bg-circle {
        transform: translate3d(2px, -1px, 0)
    }
    .map-panzoom, .panzoom, .viewer {
        width: 100%;
        height: 100%;
        left: -53px;
        top: -116px;
        position: absolute;
    }
    .map-img img {
        width: 90%;
    }
    /* .pointer, .pointer::before {
       width: 80%;
       height: 100%;
       left: 34%;
       top: -63%;
       position: absolute;
   } */
    .pointer-map {
        top: -18.8%;
        left: 5.5%;
    }
    .group-central[data-name=home-intro] .thumb-image {
        bottom: 10%;
        left: 13vw;
    }
    .group-central[data-name=home-intro] .box-txt {
        bottom: 10%;
        left: 10.5vw;
    }
    .group-central[data-name=home-location] .thumb-image {
        bottom: 10%;
        left: 13vw;
    }
    .group-central[data-name=home-location] .box-txt {
        bottom: 10%;
        left: 10.5vw;
    }
    .group-central[data-name=home-facilities] .thumb-image {
        right: 11.5vw;
        bottom: 27%;
    }
    .group-central[data-name=home-facilities] .box-txt {
        right: 10vw;
        bottom: 50%;
    }
    .group-central[data-name=home-library] .thumb-image {
        right: 11.5vw;
        bottom: 42%;
    }
    .group-central[data-name=home-library] .box-txt {
        right: 10.5vw;
        bottom: 10%;
    }
    .bg-home img {
        top: 28%;
        left: 16%;
        width: 38%;
    }
}

@media screen and (max-width:1300px) {
    p {
        font-size: 13px
    }
    .head-text h3, .txt-news-home h3 {
        font-size: calc(100vw/90)
    }
    .bg-wave svg, .footer-wave svg {
        bottom: -50px
    }
    .group-central[data-name=project-scale] .content-main {
        width: calc(100vw/2.2);
    }
    .group-central[data-name=project-scale] .content-main::after {
        width: 48vw;
    }
    .group-central[data-name=project-scale] .text-intro {
        /* padding: 0 0 0 20%; */
        max-width: calc(100vw/2.2)
    }
    .group-central[data-name=investor] .content-main::after {
        width: 92%
    }
    .group-central[data-name=investor] .text-intro {
        max-width: calc(100vw/2)
    }
    .load-apartment .slide-pic-nav {
        left: calc(50% + 35px)
    }
    .apartment-pic {
        margin: 0 -70px 0 0
    }
    .keyplan {
        max-width: 200px
    }
    .grid, .news-content {
        max-width: 700px
    }
    .group-central[data-name=progress] .wrap-page {
        max-width: 750px
    }
    .group-central[data-name=home-intro] .thumb-image {
        bottom: 10%;
        left: 12.7vw;
    }
    .group-central[data-name=home-intro] .box-txt {
        bottom: 10%;
        left: 10.5vw;
    }
    .group-central[data-name=home-location] .thumb-image {
        bottom: 10%;
        left: 12.7vw;
    }
    .group-central[data-name=home-location] .box-txt {
        bottom: 10%;
        left: 10.5vw;
    }
    .group-central[data-name=home-facilities] .thumb-image {
        right: 11.5vw;
        bottom: 10%;
    }
    .group-central[data-name=home-facilities] .box-txt {
        right: 10.5vw;
        bottom: 50%;
    }
    .group-central[data-name=home-library] .thumb-image {
        right: 11.5vw;
        bottom: 30%;
    }
    .group-central[data-name=home-library] .box-txt {
        right: 10.5vw;
        bottom: 10%;
    }
    .map-panzoom, .panzoom, .viewer {
        width: 100%;
        height: 100%;
        left: -69px;
        top: -115px;
        position: absolute;
    }
    .map-img img {
        width: 90%;
    }
    /* .pointer, .pointer::before {
       width: 80%;
       height: 100%;
       left: 34%;
       top: -63%;
       position: absolute;
   } */
    .pointer-map {
        top: -18.8%;
        left: 5.5%;
    }
    .bg-home img {
        top: 28%;
        left: 16%;
        width: 38%;
    }
}

.group-central[data-name=home-intro] .box-txt {
    bottom: 15%;
    padding-top: 50px;
}

@media screen and (max-width:1200px) {
    .bg-wave svg, .footer-wave svg {
        bottom: -45px
    }
    .colum-box-news {
        height: calc(100vh - 80px)
    }
    .group-central[data-name=home-intro] .thumb-image {
        bottom: 10%;
        left: 12.7vw;
    }
    .group-central[data-name=home-intro] .box-txt {
        bottom: 20%;
        left: 10.5vw;
        padding-top: 0;
    }
    .group-central[data-name=home-location] .thumb-image {
        bottom: 10%;
        left: 12.7vw;
    }
    .group-central[data-name=home-location] .box-txt {
        bottom: 20%;
        left: 10.5vw;
    }
    .group-central[data-name=home-facilities] .thumb-image {
        right: 11.5vw;
        bottom: 21%
    }
    .group-central[data-name=home-facilities] .box-txt {
        right: 10.5vw;
        bottom: 50%;
    }
    .group-central[data-name=home-library] .thumb-image {
        right: 11.5vw;
        bottom: 30%;
    }
    .group-central[data-name=home-library] .box-txt {
        right: 10.5vw;
        bottom: 10%;
    }
    .map-panzoom, .panzoom, .viewer {
        width: 100%;
        height: 100%;
        left: -44px;
        top: -115px;
        position: absolute;
    }
    .map-img{
        width: 1398px;
        height: 1000px;
        position: absolute;
        left: 32%;
        top: 50%;
    }
    .map-img img {
        width: 75%;
    }
    /* .pointer, .pointer::before {
       width: 80%;
       height: 100%;
       left: 30%;
       top: -72%;
       position: absolute;
   } */
    .pointer-map {
        top: -21.8%;
        left: 5%;
    }
    .map-animation .cr-parent .circle {
        top: 412px;
        left: 685px;
    }
    .cr-parent::after {
        top: 408.5px;
        left: 683.5px;
    }
    .map-animation .cr-parent1 .circle {
        top: 457.5px;
        left: 791px;
    }
    .cr-parent1::after {
        top: 455.5px;
        left: 788px;
    }
    .map-animation .cr-parent2 .circle {
        top: 412.5px;
        left: 814.5px;
    }
    .cr-parent2::after {
        top: 409.5px;
        left: 811.5px;
    }
    .map-animation .cr-parent5 .circle {
        top: 412.5px;
        left: 814.5px;
    }
    .cr-parent5::after {
        top: 409.5px;
        left: 811.5px;
    }
    .cr-parent4::after {
        top: 409.5px;
        left: 811.5px;
    }
    .map-animation .cr-parent4 .circle {
        top: 412.5px;
        left: 814.5px;
    }
    .cr-parent4::after {
        top: 409.5px;
        left: 811.5px;
    }
    .map-animation .cr-parent3 .circle {
        top: 513.5px;
        left: 750.5px;
    }
    .cr-parent3::after {
        top: 510.5px;
        left: 747.5px;
    }
    .bg-home img {
        top: 28%;
        left: 16%;
        width: 38%;
    }
    .map-customize {
        margin: -366px 0 0 -608px;
    }
}

@media screen and (max-width:1100px) {
    .bg-home img {
        top: 28%;
        left: 16%;
        width: 38%;
    }
    .map-animation .cr-parent .circle {
        animation: Ani 2s infinite;
    }
    .box-nav, .mouse, .nav-click .close-click::before, .nav-click .open-click::before, .nav-click span::before, .wheel {
        display: none
    }
    .call, .container, .header {
        background-color: #07443D
    }
    .fix-footer, .fix-footer.go-bottom, .hotline {
        bottom: auto
    }
    .video-cover, .video-full {
        min-height: inherit
    }
    .box-image img, .control button, .mobile, .subscribe, .subscribe.hide {
        pointer-events: auto
    }
    .bottom-link::before, .hotline::after, .map-img::after, .map-img::before {
        content: ''
    }
    .navigation .nav, .note-facilities {
        scrollbar-width: none;
        scrollbar-color: inherit
    }
    .grid, .note-facilities, .title-page h1 {
        white-space: nowrap
    }
    p {
        font-size: 15px
    }
    .stroke-line {
        stroke-width: .5
    }
    body {
        overflow-x: hidden;
        overflow-y: auto;
        height: auto
    }
    .next-prev {
        width: 0;
        height: 0;
        z-index: -99999;
        overflow: hidden
    }
    .header {
        height: 60px;
        box-shadow: 0 0 20px rgba(0, 0, 0, .2);
        transition: top .3s ease-in-out
    }
    .header.hide {
        top: -90px
    }
    .container {
        height: auto;
        margin: 60px 0 0
    }
    .logo, .logo.center, .logo.out, .logo.scale {
        background-color: #07443D;
        color: #eedfc6;
        /* width: 160px; */
        /* height: 90px; */
        text-align: center;
        left: 50%;
        top: 0;
        margin: 0 0 0 -80px;
        /* padding: 5px; */
        box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
        z-index: 10
    }
    .logo img {
        width: 100px;
        height: auto;
        content: url(../../../../../pictures/catalog/logo/logo_artella_4.svg);
    }
    .logo.hide {
        opacity: 1;
        top: 0
    }
    .nav-click {
        top: 14px;
        right: 20px
    }
    .nav-click .close-click small {
        left: 5px
    }
    .nav-click .close-click small, .nav-click.active span::after {
        top: 50px
    }
    .navigation .nav {
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch
    }
    .navigation ul {
        margin: 50px -5px
    }
    .navigation li a {
        font-size: 30px
    }
    .language {
        right: auto;
        left: 20px;
        top: 13px;
        width: 34px;
        height: 34px
    }
    .language li, .language li a {
        width: 34px;
        height: 34px;
        line-height: 32px
    }
    .hotline, .hotline a {
        width: 44px;
        height: 44px
    }
    .language li svg {
        opacity: .5
    }
    .hotline {
        right: auto;
        left: 10px;
        top: 8px;
        transition: all .3s ease-in-out;
        z-index: 50
    }
    .hotline a {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0
    }
    .hotline::after {
        border: 1px solid rgba(255, 255, 255, .2);
        width: 54px;
        height: 54px;
        position: absolute;
        left: -5px;
        top: -5px;
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(255, 255, 255, .2);
        animation: Ani 2s infinite;
        opacity: .8;
        z-index: -2
    }
    .title-main h2 span, .zoom {
        opacity: 1
    }
    .call {
        width: 44px;
        height: 44px;
        color: #fff;
        border-radius: 50%
    }
    .bottom-link, .bottom-text, .footer {
        width: 100%;
        height: auto;
        position: relative
    }
    .hotline.fixed {
        top: 8px
    }
    .hotline.fixed .call {
        background-color: #D0A24E
    }
    .footer {
        display: block;
        margin: 0;
        padding: 0 0 60px;
        text-align: center;
        float: left;
        background-color: #07443D
    }
    .bottom-text {
        left: auto;
        bottom: auto;
        margin: 0;
        padding: 20px;
        background-color: #eedfc6;
        z-index: auto
    }
    .copyright {
        margin: 0;
        padding: 15px 20px
    }
    .copyright::before {
        display: none
    }
    .copyright, .copyright a, .copyright strong {
        color: #eedfc6;
        font-size: 10px;
        line-height: 1.5;
        text-align: center
    }
    .bottom-link {
        padding: 0;
        margin: 20px 0 0;
        text-align: center;
        display: block;
        left: auto;
        float: left
    }
    .bottom-link::before {
        width: 60px;
        height: 1px;
        display: block;
        margin: auto;
        background-color: #eedfc6
    }
    .bottom-link>a {
        display: inline-block;
        color: #fff;
        font-weight: 700;
        margin: 30px 5px;
        vertical-align: middle;
        font-size: 12px;
        width: 120px;
        padding: 15px;
        text-transform: uppercase;
        background-color: #D0A24E
    }
    .album-pic-center .pic-name h3, .all-pics .text-length h3, .subscribe a {
        font-size: 14px
    }
    .bottom-link>a::after, .bottom-link>a::before {
        display: none
    }
    .fix-footer {
        width: 100%;
        height: auto;
        position: relative;
        transition: none;
        z-index: 20
    }
    .social, .subscribe {
        transition: all .3s ease-in-out
    }
    .footer.align {
        text-align: center
    }
    .social {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: -60px;
        top: auto;
        z-index: 10
    }
    .social ul {
        width: 110px;
        display: block;
        margin: 5px
    }
    .social li {
        width: 32px;
        height: 40px;
        display: inline-block
    }
    .social li a, .social li a svg {
        width: 100%;
        height: 100%
    }
    .social li a svg {
        display: block
    }
    .social.fixed {
        background-color: #D0A24E;
        bottom: 0
    }
    .facebook::after {
        /* width: 1px; */
        height: 20px;
        position: absolute;
        right: 0;
        top: 10px;
        margin: 0
    }
    .go-top, .next-pic, .zoom {
        right: 10px
    }
    .subscribe {
        position: fixed;
        width: 100px;
        left: 50%;
        margin: 0 0 0 -50px;
        bottom: -50px;
        height: 40px;
        background-color: #8b5b38;
        z-index: 15
    }
    .box-content, .colum-box, .content-page {
        position: relative;
        height: auto
    }
    .subscribe.hide {
        opacity: 1
    }
    .subscribe a {
        line-height: 40px;
        transform: none;
        position: relative;
        left: auto;
        top: auto;
        border-radius: 0
    }
    .subscribe small {
        display: none
    }
    .box-content, .close-pics-small, .colum-box {
        display: block
    }
    .subscribe.fixed {
        bottom: 6px
    }
    .scrollA, .scrollB, .scrollC, .scrollD {
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
        overflow: visible!important;
        padding: 0;
        margin: 0
    }
    .content-page {
        width: 100%
    }
    .box-content {
        top: auto;
        left: auto;
        width: auto
    }
    .colum-box {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0
    }
    .allvideo, .overlay-video.show, .video-skin {
        height: 100%
    }
    .full.lock {
        overflow-x: hidden
    }
    .group-central, .img-moving {
        overflow: visible;
        height: auto
    }
    .full img {
        max-width: 100%
    }
    .allvideo {
        width: 100%;
        left: 0;
        top: 0;
        z-index: 5000
    }
    .video-skin {
        left: 0;
        top: 0;
        bottom: auto
    }
    .album-pic-center img {
        max-width: 98%;
        max-height: inherit
    }
    .go-top {
        width: 40px;
        height: 40px;
        bottom: 30px;
        top: auto;
        border: none;
        left: auto;
        background-color: #D0A24E;
        z-index: 21
    }
    .slide-pic-nav {
        top: auto;
        margin-top: 0;
        bottom: 60px;
        left: 0
    }
    .container-zoom {
        height: auto
    }
    .container-zoom.zoomin {
        height: 90vh
    }
    .next-pic, .prev-pic {
        width: 30px;
        height: 50px
    }
    .prev-pic {
        left: 10px
    }
    .zoom {
        width: 40px;
        height: 40px;
        top: 10px;
        box-shadow: none;
        background-size: cover
    }
    .player, .view-album {
        transform: scale(.8);
        bottom: 0;
        right: 0
    }
    .close-pics {
        display: none
    }
    .close {
        left: 50%;
        top: 10px;
        margin: 0 0 0 -25px;
        width: 50px;
        height: 50px;
        right: auto;
        bottom: auto
    }
    .close-album, .close-video {
        width: 50px;
        height: 50px;
        right: 10px;
        top: 10px;
        margin: 0
    }
    .close-video {
        background-color: rgba(0, 0, 0, .3)
    }
    .close-map {
        right: 10px;
        top: 10px
    }
    .close-news {
        display: none!important
    }
    .go-back {
        position: fixed;
        width: 40px;
        height: 40px;
        right: 15px;
        top: 15px
    }
    .desktop {
        display: none
    }
    .mobile {
        display: block
    }
    img.desktop {
        display: none
    }
    .title-page, img.mobile {
        display: block
    }
    .title-page {
        top: -20px;
        right: -8px;
        transform: rotate(-90deg);
        width: auto;
        height: 100px;
        z-index: 15
    }
    .title-page h1 {
        font-size: 18px;
        color: #fff;
        position: absolute;
        right: 0;
        top: 0
    }
    .company .title-main h2, .title-main h2, .title-pic h3 {
        font-size: 3vw
    }
    .title-main h2::after {
        margin: 15px auto;
        width: 60px
    }
    .title-pic {
        bottom: 80px;
        right: 20px
    }
    .title-pic h3 span {
        opacity: 1!important
    }
    .map-background {
        background-image: none!important
    }
    .map-background img {
        opacity: 1;
        position: relative
    }
    .map-background canvas {
        display: none;
        opacity: 0!important
    }
    .control, .control button:hover {
        opacity: 1
    }
    .zoom-control {
        display: none
    }
    .close-map {
        width: 40px;
        height: 40px
    }
    .is-IOS .gm-style button {
        display: none!important
    }
    .img-moving {
        cursor: default
    }
    .img-moving img {
        position: relative;
        top: auto!important;
        left: auto!important
    }
    .bg-cover, .bg-home, .box-cover, .box-cover1, .box-video-center, .group-central, .video-full, .youtube-video iframe {
        position: relative;
        left: auto;
        top: auto
    }
    .box-slider {
        height: auto;
        float: none
    }
    .group-central {
        width: 100%;
        display: block;
        float: left;
        text-align: center;
        transform: translate(0, 0)!important;
        z-index: auto!important;
    }
    .bg-cover, .bg-home, .box-cover {
        height: calc(1125/2000 * 100vw);
        display: block
    }
    .bg-cover, .bg-home, .box-cover1 {
        height: calc(1125/2000 * 100vw);
        display: block
    }
    .box-cover::after, .box-video-center::after, .box-video-center::before {
        display: none
    }
    .box-cover1::after, .box-video-center::after, .box-video-center::before {
        display: none
    }
    .video-full {
        width: 100%;
        height: 100%;
        transform: translate(0, 0)
    }
    .box-video-center {
        height: calc(1125/2000 * 100vw);
        width: 100%
    }
    .video-youtube-full {
        height: auto
    }
    .control {
        font-size: 11px;
        padding: 10px;
        bottom: 0
    }
    .control button {
        width: 20px;
        height: 20px;
        transition: none
    }
    .control::after {
        transition: none;
        background-color: rgba(0, 0, 0, .5)
    }
    .youtube-video iframe {
        transform: translateY(0)
    }
    .play-button {
        width: 80px;
        height: 80px;
        margin: -40px 0 0 -40px
    }
    .group-central[data-name=video-home].fullmode {
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        background-color: #000;
        overflow: hidden!important;
        z-index: 9999!important
    }
    .facilities-map, .group-central[data-name=home-library] .slide-pic, .show-box {
        overflow: visible
    }
    .fullmode .box-video-center {
        height: 100vh;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9999
    }
    .fullmode .video-youtube-full {
        height: 100%
    }
    .fullmode .youtube-video iframe {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute
    }
    .box-image, .box-txt, .content-main, .text-intro {
        position: relative
    }
    .is-IOS .youtube-video iframe {
        z-index: auto
    }
    .content-main {
        width: 100%;
        height: auto;
        display: block;
        left: auto;
        top: auto;
        padding: 0;
        text-align: center
    }
    .box-video-center .thumb-image, .content-main::after, .content-main::before, .thumb-image {
        display: none
    }
    .footer-wave path {
        opacity: 0
    }
    .footer-wave path:last-of-type {
        opacity: 1
    }
    .footer-wave path:nth-of-type(2) {
        opacity: .3
    }
    .footer-wave svg {
        width: 130%;
        height: 130%;
        bottom: -30px;
        left: -15%
    }
    .footer-wave svg.in-play {
        bottom: -40px
    }
    .box-txt {
        left: auto;
        bottom: auto;
        max-width: 500px;
        text-align: center;
        margin: 20px auto
    }
    .text-intro {
        left: auto;
        bottom: auto;
        top: auto;
        margin: 20px auto;
        vertical-align: top
    }
    .text-intro h3 {
        font-size: 18px
    }
    .text-intro p {
        max-width: inherit
    }
    .box-image {
        width: 100%;
        height: auto;
        bottom: auto;
        right: auto;
        left: auto;
        top: auto
    }
    .grid-item-img img, .option-01 .grid-item-img img {
        width: 100%;
        height: auto;
        margin: 0;
        left: auto;
        transform: none;
        position: relative
    }
    .bg-cover, .grid-item-bg.three .bg-cover, .grid-item-img img:nth-child(1), .grid-item-img.three img:nth-child(1) {
        display: block
    }
    .grid-item-bg canvas, .grid-item-bg img, .grid-item-bg::after, .grid-item-img canvas, .grid-item-img img:nth-child(2), .grid-item-img.three img:nth-child(2), .group-central[data-name=home-intro] .content-main::before, .group-central[data-name=home-intro] .footer-wave, .group-central[data-name=home-facilities] .content-main::before {
        display: none
    }
    .group-central[data-name=home-intro] .content-main {
        text-align: center;
        padding: 5%
    }
    .group-central[data-name=home-location] .content-main {
        text-align: center;
        padding: 5% 0 0
    }
    .group-central[data-name=home-news] .content-main, .group-central[data-name=home-facilities] .content-main {
        padding: 5%;
        text-align: center
    }
    .group-central[data-name=home-location] .box-txt {
        left: auto
    }
    .group-central[data-name=home-location] .map-mobile {
        height: calc(1000/1260 * 100vw)!important;
        margin: 0;
        width: 100vw
    }
    .group-central[data-name=home-location] .footer-wave path:last-of-type {
        fill: #eedfc6
    }
    .group-central[data-name=home-facilities] .bg-gradient {
        /* background: linear-gradient(0deg, #07453D 0, #0B554A 100%); */
        background: url(../images/background.jpg) left center/cover no-repeat;
    }
    .group-central[data-name=home-facilities] .box-image {
        width: 100%;
        height: auto;
        bottom: auto;
        right: auto;
        left: auto
    }
    .group-central[data-name=home-facilities] .box-txt {
        left: auto;
        top: auto
    }
    .group-central[data-name=home-news] .bg-cover {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        opacity: .5
    }
    .group-central[data-name=home-news] .title-main h2::after {
        margin: 10px auto 20px
    }
    .group-central[data-name=home-news] .footer-wave path:last-of-type {
        fill: #07443D
    }
    .box-news-home {
        display: block;
        width: 100%
    }
    .group-central[data-name=home-library] .content-main::before, .group-central[data-name=intro] .content-main::before, .group-central[data-name=investor] .content-main::after {
        display: none
    }
    .txt-news-home h3 {
        font-size: 13px;
        font-weight: 500
    }
    .item-news-home .pic-img {
        max-height: 40vh
    }
    .txt-news-home h3::after {
        width: 60px
    }
    .group-central[data-name=home-library] .bg-gradient {
        /* background: linear-gradient(0deg, #07453D 0, #0B554A 100%); */
        background: url(../images/background.jpg) left center/cover no-repeat;
    }
    .group-central[data-name=home-library] .content-main {
        text-align: center;
        padding: 5% 5% 15vh
    }
    .group-central[data-name=home-library] .box-image {
        width: 100%;
        height: auto;
        bottom: auto;
        left: auto
    }
    .group-central[data-name=home-library] .box-txt {
        left: auto;
        top: auto
    }
    .pic-library {
        height: auto
    }
    .slide-pic .slide-pagination {
        bottom: auto
    }
    .group-central[data-name=home-contact] .bg-gradient {
        /* background: linear-gradient(0deg, #07453D 0, #0B554A 100%); */
        background: url(../images/background.jpg) left center/cover no-repeat;
    }
    .group-central[data-name=home-contact] .content-main {
        padding: 5% 0
    }
    #about-page .title-main {
        text-align: center
    }
    .group-central[data-name=intro] {
        /* background-color: #07443D */
        background: url(../images/background.jpg) left center/cover no-repeat;
    }
    .group-central[data-name=intro] .text-intro {
        position: relative;
        left: auto;
        top: auto;
        width: 90%;
        max-width: 800px
    }
    .group-central[data-name=intro] .svg-bg {
        width: 150%;
        height: 180vh;
        max-width: inherit;
        right: auto;
        left: -15%;
        top: calc(1125/2000 * 100vw)
    }
    .group-central[data-name=project-scale] {
        /* background-color: #eedfc6 */
        background: url(../images/background.jpg) left center/cover no-repeat;
    }
    .group-central[data-name=project-scale] .content-main {
        width: 100%;
        max-width: inherit;
        right: auto
    }
    .group-central[data-name=project-scale] .text-intro {
        padding: 0;
        max-width: 800px;
        color: white
    }
    .group-central[data-name=project-scale] .title-main h2:after {
        background-color: #444
    }
    .group-central[data-name=investor] {
        /* background: linear-gradient(0deg, #07453D 0, #0B554A 100%); */
        background: url(../images/background.jpg) left center/cover no-repeat;
    }
    .group-central[data-name=investor] .content-main {
        width: 100%;
        max-width: none;
        left: auto;
        right: auto;
        text-align: center
    }
    .group-central[data-name=investor] .text-intro {
        padding: 0;
        max-width: 800px;
        text-align: left
    }
    .group-central[data-name=investor] .bg-cover {
        height: 100%
    }
    .group-central[data-name=investor] .grid-item-bg::after {
        background-color: rgba(0, 0, 0, .5);
        mix-blend-mode: inherit;
        display: block
    }
    .group-central[data-name=project-scale] .content-main::after {
        display: none
    }
    .svg-01 path {
        opacity: 1;
        fill: #3b728a
    }
    .anisvg {
        width: 100vw;
        height: 100vh
    }
    .anisvg svg {
        opacity: 1
    }
    .svg-02 {
        transform: translate(-20%, 30%)
    }
    .svg-02 path {
        fill: #fff
    }
    .svg-03 {
        transform: translate(40%, 70%) rotate(-65deg)
    }
    .group-central[data-name=location] .box-cover {
        display: block
    }
    .group-central[data-name=location] .box-cover1 {
        display: block
    }
    .group-central[data-name=location] .content-main {
        text-align: center;
        padding: 5% 0 0
    }
    .group-central[data-name=location] .box-txt {
        text-align: left;
        background-color: transparent;
        border-radius: 0;
        margin: auto;
        padding: 0 0 50px
    }
    .group-central[data-name=location] .title-main h2 {
        text-align: center
    }
    .group-central[data-name=location] .anisvg {
        left: -10vw;
        bottom: auto;
        top: 0
    }
    .group-central[data-name=location] .anisvg .svg-03 {
        transform: translate(-50%, -70%) rotate(45deg)
    }
    .house-text, .show-box {
        box-shadow: none;
        opacity: 1;
        transform: scale(1);
        transition: none
    }
    .compass {
        width: 50px;
        height: 50px;
        right: 20px;
        bottom: 20px
    }
    .box-cover-right, .buttons, .viewer {
        display: none
    }
    .map-mobile {
        display: block
    }
    .map-mobile .pinch-zoom-container {
        height: calc(1000/1260 * 100vw)!important;
        margin: 0;
        width: 100vw
    }
    .map-img {
        position: relative!important;
        width: 100%;
        height: calc(1000/1260 * 100vw);
        left: auto;
        top: auto;
        margin: 0;
        opacity: 1;
        transition: none
    }
    .map-img::after, .map-img::before {
        width: 100%;
        height: 5vh;
        position: absolute;
        left: 0;
        pointer-events: none;
        z-index: 1
    }
    .map-mobile .pinch-zoom>img {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: block
    }
    /* .pointer-map {
      width: calc(100vw/12);
      height: calc(100vw/12);
      min-width: 40px;
      min-height: 40px;
      top: 48%;
      left: 59%;
      opacity: 1
  } */
    /* .pointer::before {
      border-width: 3px
  }
  .pointer::after {
      border-width: 25px 15px 0 0;
      bottom: -15px;
      left: 30%
  } */
    .bot-circle {
        position: relative;
        left: auto;
        top: auto;
        background-color: #eedfc6;
        padding: 20px 0
    }
    .show-box {
        position: relative;
        max-width: 180px;
        display: inline-block;
        margin: 10px 5px;
        vertical-align: middle;
        left: auto!important;
        top: auto!important;
        z-index: auto
    }
    .show-box h3 {
        font-size: 11px
    }
    .number {
        display: block
    }
    #facilities-page .title-main {
        left: 10%;
        /* width: 100%; */
        color: #fff;
        top: 15%;
    }
    #facilities-page .title-main h2 {
        font-size: 5vw
    }
    #facilities-page .title-main h2::after {
        width: 60px;
        height: 1px;
        top: auto;
        position: relative
    }
    .group-central[data-name=ground] .content-main {
        /* padding: 80px 0 0; */
        background-color: #07443D
    }
    /* .group-central[data-name=ground] .title-main {
        top: 60px!important
    }
    .group-central[data-name=floor-04] .title-main, .group-central[data-name=floor-05] .title-main, .group-central[data-name=rooftop] .title-main {
        top: 20px!important
    } */
    .facilities-map {
        position: relative;
        width: 100%;
        height: auto;
        top: auto;
        left: auto
    }
    .note-facilities {
        width: 40%;
        height: auto;
        padding: 20px 10px;
        display: block;
        left: 0;
        top: 25%;
        overflow-y: hidden;
        overflow-x: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .note-facilities ul {
        margin: 0 10px 0 0
    }
    .note-facilities ul:first-child {
        margin: 0 0 0 0px
    }
    .note-facilities ul:last-child {
        margin: 0 10px 0 0
    }
    .note-facilities li {
        padding: 2px 10px 2px 2px;
        vertical-align: top;
        margin: 0 0 5px;
        width: auto;
        text-align: left
    }
    .house-detail, .house-text, .info-house, .small-box {
        text-align: center
    }
    .note-facilities li h3 {
        font-size: 10px
    }
    .dot-num span.circle, .show-box-pic::after {
        display: none
    }
    #apartment-page .title-main {
        left: 0;
        width: 100%;
        color: #fff
    }
    #apartment-page .title-main h2 {
        font-size: 5vw;
        font-family: 'UTM-Aptima' !important;
    }
    #apartment-page .title-main h2::after {
        width: 60px;
        height: 1px;
        top: auto;
        position: relative
    }
    #apartment-page .compass2 {
        right: 50%;
        bottom: 50%;
        margin: 0 -50px -50px 0;
        width: 100px;
        height: 100px
    }
    #apartment-page .group-central .content-main {
        padding: 40px 0 0
    }
    #apartment-page .group-central:nth-child(1) .content-main {
        padding: 80px 0 0
    }
    #apartment-page .group-central:nth-child(even) .content-main {
        background-color: #07443D
    }
    #apartment-page .group-central:nth-child(odd) .content-main, .group-central:nth-child(odd) .info-house {
        background-color: #07443D
    }
    #apartment-page .group-central .title-main {
        top: 50px!important
    }
    #apartment-page .group-central:nth-child(1) .title-main {
        top: 90px!important
    }
    .apartment-map, .info-house {
        height: auto;
        position: relative;
        top: auto;
        left: auto
    }
    .group-central:nth-child(even) .info-house {
        background-color: #07443D
    }
    .apartment-map {
        width: 100%;
        overflow: visible
    }
    .apartment-bg .all-dot {
        width: 1040px
    }
    .info-house {
        width: 100%;
        display: block;
        margin: 0;
        padding: 20px 0;
        z-index: 10
    }
    .house-text, .num-block {
        position: relative;
        display: inline-block
    }
    .num-block {
        margin: 0 0 -15px;
        left: auto;
        right: auto;
        top: -15px;
        font-size: 15px
    }
    .house-text {
        max-width: 130px;
        border-radius: 20px;
        vertical-align: top;
        margin: 0 3px 15px;
        padding: 5px;
        left: auto!important;
        top: auto!important
    }
    .bg-house, .house-text span.shape {
        display: none
    }
    .small-box h3, .small-box p {
        font-size: 12px
    }
    .small-box small {
        font-size: 11px
    }
    .house-text.current {
        background-color: #ddd;
        pointer-events: none
    }
    .typical svg .bg-circle {
        fill: #ed6400
    }
    .overlay-dark.wave-bg {
        background-image: none;
        background-color: #07443D;
        opacity: .9;
        z-index: 1500
    }
    .load-apartment {
        position: fixed;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-color: inherit;
        scrollbar-width: thin;
        z-index: 7000
    }
    .house-bottom, .house-detail, .title-box {
        height: auto;
        top: auto
    }
    .news-list, .register-form.show {
        scrollbar-color: inherit;
        scrollbar-width: none
    }
    .house-detail {
        width: 100%;
        left: auto;
        position: relative;
        display: block;
        padding: 0
    }
    .content-house {
        width: 100%;
        height: auto;
        max-width: inherit
    }
    .content-house::after, .content-house::before {
        display: none
    }
    .apartment-pic {
        width: 100%;
        max-width: inherit;
        max-height: inherit;
        display: block;
        margin: 0
    }
    .scale-pic img {
        width: 100%;
        max-height: inherit;
        padding: 20px;
        max-width: 800px!important
    }
    .description, .title-box {
        max-width: inherit;
        width: 100%;
        position: relative;
        left: auto;
        display: block;
        text-align: center
    }
    .title-box {
        margin: 0;
        transform: none;
        background-color: #07443D
    }
    .title-box h2 {
        font-size: 24px;
        margin: 0;
        padding: 20px
    }
    .house-des h3, .house-des li h3, .title-tel {
        font-size: 18px
    }
    .title-box .house-style {
        padding: 10px 20px 0
    }
    .title-tel {
        padding: 20px 0 0
    }
    .house-des {
        text-align: center;
        margin: 0
    }
    .house-des ul {
        border-bottom: none
    }
    .description {
        bottom: auto;
        padding: 5%;
        color: #666;
        background-color: #eedfc6
    }
    .description p {
        max-width: 800px;
        display: block;
        margin: auto
    }
    .house-bottom {
        width: 100%;
        position: relative;
        right: auto;
        left: auto;
        bottom: auto;
        padding: 20px 0 0;
        background-color: #D0A24E;
        display: block
    }
    .keyplan {
        max-width: 200px;
        display: block;
        margin: 0 auto 20px;
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        color: #fff
    }
    .grid, .group-central[data-name=progress] .wrap-page, .news-content {
        max-width: inherit
    }
    .keyplan .compass2 {
        width: 40px;
        height: 40px
    }
    .share {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        top: auto;
        padding: 20px 0;
        width: 100%;
        display: block;
        border-top: 1px solid #eedfc6
    }
    .load-apartment .slide-pic-nav {
        width: 100%;
        top: 50%;
        height: auto;
        bottom: auto;
        margin-top: -30px;
        left: 0;
        transform: none
    }
    .load-apartment .next-pic, .load-apartment .prev-pic {
        background-color: #07443D;
        width: 50px;
        height: 60px;
        transform: none
    }
    .load-apartment .next-pic {
        right: 0;
        top: 0;
        bottom: auto
    }
    .load-apartment .prev-pic {
        left: 0
    }
    #library-page .title-main, .box-library-pdf, .news-list {
        top: auto;
        left: auto;
        position: relative
    }
    .load-apartment .next-pic:hover, .load-apartment .prev-pic:hover {
        transform: none
    }
    #library-page .title-main {
        width: 100%;
        color: #fff
    }
    #library-page .title-main h2::after {
        width: 60px;
        height: 1px;
        top: auto;
        position: relative
    }
    .box-library-pdf, .box-library-pdf .slide-library, .library-box, .slide-library {
        width: 100%
    }
    .group-central[data-name=picture] .content-main {
        text-align: center;
        padding: 60px 10%
    }
    .group-central[data-name=video] .content-main, .group-central[data-name=brochure] .content-main {
        text-align: center;
        padding: 20px 10% 60px
    }
    .group-central[data-name=picture] .footer-wave path:last-of-type {
        fill: #D0A24E
    }
    .group-central[data-name=video] .footer-wave path:last-of-type {
        fill: #033943
    }
    .group-central[data-name=brochure] .footer-wave path:last-of-type {
        fill: #07443D
    }
    .library-box {
        height: auto;
        overflow: visible;
        margin: 20px 0
    }
    .slide-library .pic-library {
        width: 100%;
        height: calc(100vw/1.6);
        max-height: 450px;
        pointer-events: none
    }
    .slide-library .slide-item::after {
        transition: opacity .3s ease-in-out
    }
    .box-pdf a, .pic-library a, .title-pic {
        opacity: 0;
        transition: opacity .3s ease-in-out
    }
    .slide-item.hover .box-pdf a, .slide-item.hover .pic-library a, .slide-item.hover .title-pic {
        opacity: 1
    }
    .box-library-pdf {
        height: auto;
        margin: 20px 0;
        display: inline-block
    }
    .box-library-pdf::after, .box-library-pdf::before, .group-central[data-name=news] .title-main, .news-list .footer-wave {
        display: none
    }
    .box-pdf {
        width: 50vw;
        height: 50vw
    }
    .box-library-pdf .title-pic h3 {
        font-size: 12vw
    }
    .download-pdf {
        width: 60px;
        height: 60px;
        bottom: 20px;
        margin: 0 0 0 -30px;
        color: #fff;
        background-color: #D0A24E
    }
    .download-pdf svg {
        width: 100%;
        height: 100%
    }
    .news-list, .news-list .scrollB {
        display: block
    }
    .group-central[data-name=news] .grid-item-bg {
        position: relative;
        height: auto;
        left: auto;
        top: auto;
        display: block
    }
    .grid {
        width: 100%;
        padding: 0;
        text-align: center;
        margin: 0
    }
    .news-list {
        width: 100%;
        height: auto;
        padding: 10px 0;
        margin: 0;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        background-color: #eedfc6
    }
    .group, .group.after-group:last-child {
        margin: 0;
        display: inline-block;
        white-space: nowrap;
        float: none;
        width: auto
    }
    .link-page:nth-child(n+4)::after {
        display: none
    }
    .link-page, .link-page:nth-child(n+4) {
        height: 90px;
        padding: 5px;
        margin: 0;
        background-color: rgba(255, 255, 255, 1);
        width: 250px;
        opacity: 1;
        float: none;
        display: inline-block;
        vertical-align: top
    }
    .head-text, .link-page:nth-child(n+2) .head-text, .link-page:nth-child(n+3) .head-text, .link-page:nth-child(n+4) .head-text {
        padding: 0;
        width: calc(100% - 90px);
        max-height: 76px;
        display: inline-block;
        float: none;
        vertical-align: middle;
        overflow: hidden;
        margin: 0
    }
    .link-page:nth-child(n+2) .pic-thumb, .link-page:nth-child(n+3) .pic-thumb, .link-page:nth-child(n+4) .pic-thumb, .pic-thumb {
        width: 80px;
        height: 80px;
        float: left;
        margin: 0 10px 0 0
    }
    .head-text h3 {
        font-size: 13px;
        white-space: normal;
        color: #333
    }
    .go-news, .head-text h3::after {
        display: none
    }
    .group:nth-child(1) .link-page:nth-child(1) {
        margin: 0 0 0 10px
    }
    .group:last-child .link-page:last-child {
        margin: 0 10px 0 0
    }
    .link-page .box-news {
        height: 80px;
        line-height: 80px;
        overflow: hidden
    }
    .link-page .new-icon {
        left: 0;
        top: 0
    }
    .link-page.current {
        background-color: #D0A24E;
        pointer-events: none
    }
    .link-page.current .head-text h3 {
        color: #fff
    }
    .colum-box-news {
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        height: auto;
        display: block;
        margin: 0;
        background-color: #fff
    }
    .colum-box-news::after {
        display: none
    }
    .click-hover, .colum-box-news.show .close-news {
        display: none!important
    }
    .news-content {
        margin: 5% auto;
        width: 90%;
        min-height: 50vh;
        background-color: transparent;
        background-image: none
    }
    .news-content.show {
        min-height: inherit
    }
    .news-text {
        padding: 0
    }
    .news-text h3:nth-child(1) {
        padding: 0 0 10px;
        font-size: 18px
    }
    .group-central[data-name=progress] .content-main {
        text-align: center;
        padding: 30px 0 0
    }
    .group-central[data-name=progress] .title-main {
        display: none
    }
    .group-central[data-name=progress] .grid-item-bg, .progress-list {
        display: block;
        height: auto;
        position: relative;
        left: auto;
        top: auto
    }
    .progress-list {
        width: 100%;
        padding: 20px 0 0;
        margin: 0;
        min-height: 50vh;
        z-index: auto
    }
    .progress-list::after {
        display: none
    }
    .box-progress {
        width: 45%
    }
    .pic-progress {
        max-height: inherit;
        height: calc(600/800 * 45vw)
    }
    .box-progress h3 {
        padding: 5px 10px;
        position: relative;
        left: auto;
        bottom: auto
    }
    .select-list {
        position: relative;
        top: auto;
        margin: 20px 0;
        left: auto
    }
    .group-central[data-name=contact] .content-main {
        padding: 90px 0 5%
    }
    .group-central[data-name=contact] .box-txt {
        display: block;
        margin: 30px auto
    }
    .group-central[data-name=contact] .bg-cover {
        height: 100%
    }
    .group-central[data-name=contact] .footer-wave, .group-central[data-name=contact] .logo-center {
        display: none
    }
    .all-logo {
        margin: 50px 0 20px
    }
    .pic-logo {
        max-width: 100%;
    }
    .pic-logo img {
        max-width: 57% !important;
        max-height: 50px !important;
        margin: 15px;
    }
    .logo-center {
        position: relative;
        width: calc(100vw/3);
        height: calc(100vw/5);
        min-width: 240px;
        min-height: 140px;
        left: auto;
        top: auto;
        display: block;
        margin: 20px auto;
        transform: none
    }
    .line {
        width: 60px
    }
    .box-txt i {
        width: 90%
    }
    .register-form {
        width: 100%;
        top: 0;
        left: 0;
        margin: 0;
        text-align: center;
        z-index: 1000
    }
    .register-form.show {
        height: 100vh;
        padding: 50px 0 30px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch
    }
    .register-form .close {
        top: 0;
        left: auto;
        right: 0;
        width: 50px;
        height: 50px;
        margin: 0
    }
    .map-customize {
        position: absolute;
        width: 100%;
        margin: 0;
    }
    .map-animation .cr-parent .circle {
        top: 344.5px;
        width: 25px;
        height: 25px;
        left: 572.5px;
    }
    .cr-parent::after {
        top: 344.5px;
        width: 25px;
        height: 25px;
        left: 572.5px
    }
    .map-animation .cr-parent1 .circle {
        top: 382.5px;
        left: 661px;
        width: 25px;
        height: 25px;
    }
    .cr-parent1::after {
        top: 382.5px;
        left: 661px;
        width: 25px;
        height: 25px;
    }
    .map-animation .cr-parent2 .circle {
        width: 32px;
        height: 32px;
        top: 342.5px;
        left: 678.5px;
    }
    .cr-parent2::after {
        width: 32px;
        height: 32px;
        top: 342.5px;
        left: 678.5px;
    }
    .map-animation .cr-parent5 .circle {
        width: 32px;
        height: 32px;
        top: 342.5px;
        left: 678.5px;
    }
    .cr-parent5::after {
        width: 32px;
        height: 32px;
        top: 342.5px;
        left: 678.5px;
    }
    .map-animation .cr-parent4 .circle {
        width: 32px;
        height: 32px;
        top: 342.5px;
        left: 678.5px;
    }
    .cr-parent4::after {
        width: 32px;
        height: 32px;
        top: 342.5px;
        left: 678.5px;
    }
    .map-animation .cr-parent3 .circle {
        top: 429.5px;
        left: 625.5px;
        width: 32px;
        height: 32px;
    }
    .cr-parent3::after {
        top: 429.5px;
        left: 625.5px;
        width: 32px;
        height: 32px;
    }
    .pointer-map {
        top: 25%;
        left: 54.5%;
    }
    .group-central[data-name=home-facilities] .box-txt {
        left: -1.5vw;
        top: auto;
    }
    .group-central[data-name=home-library] .box-txt {
        left: -0.5vw;
        top: auto;
    }
    .facilities-bg {
        left: -934px !important;
        top: -237.55px!important;
    }
    .group-central[data-name=home-intro] .box-txt {
        bottom: 10%;
        left: auto;
    }
    .group-central[data-name=news] .grid-item-bg .bg-cover {
        display: none;
    }

    
}

@media screen and (max-width:900px) {
    .pointer::before {
        content: ' ';
        background-size: contain;
    }
    .header.hide {
        top: -80px
    }
    .logo, .logo.center, .logo.out, .logo.scale {
        /* width: 150px; */
        /* height: 80px; */
        text-align: center;
        top: 50%;
        margin: 0 0 0 -52px;
        z-index: 999;
    }
    .logo img {
        width: 65px;
        height: auto;
        content: url(../../../../../pictures/catalog/logo/logo_artella_4.svg);
    }
    .gradient {
        transform: translate(-40%, -10%) rotate(-10deg)
    }
    .bg-wave svg {
        bottom: -30px
    }
    .footer-wave svg {
        bottom: -20px
    }
    .footer-wave svg.in-play {
        bottom: -35px
    }
    .box-news-home {
        max-width: 600px;
        margin: auto
    }
    .item-news-home .pic-img {
        max-height: inherit
    }
    .item-news-home {
        width: 100%
    }
    .txt-news-home {
        width: 100%;
        padding: 15px
    }
    .item-news-home:nth-child(1) {
        width: calc(100% - 10px);
        margin: 0 5px 10px
    }
    .item-news-home:nth-child(2), .item-news-home:nth-child(3) {
        width: calc(50% - 10px);
        margin: 0 5px 10px
    }
    .item-news-home:nth-child(2) .pic-news-home, .item-news-home:nth-child(3) .pic-news-home, .item-news-home:nth-child(3) .txt-news-home {
        width: 100%
    }
    .item-news-home:nth-child(2) .txt-news-home {
        width: 100%;
        padding: 15px
    }
    .typical svg .bg-circle {
        stroke: #ed6400;
        stroke-width: 5;
        transform: translate3d(1px, -1px, 0)
    }
    .typical svg .house-number {
        font-size: 20px
    }
    .map-customize {
        position: absolute;
        width: 100%;
        margin: 0;
        top: 9%;
    }
    .group-central[data-name=home-intro] .box-txt {
        bottom: 0;
        left: 0;
    }
    .group-central[data-name=home-location] .box-txt {
        bottom: 0;
        left: 0;
    }
    .group-central[data-name=home-facilities] .box-txt {
        bottom: 0;
        left: 0;
    }
    .group-central[data-name=home-library] .box-txt {
        bottom: 0;
        left: 0;
    }
    .map-panzoom, .panzoom, .viewer {
        width: 100%;
        height: 100%;
        left: -69px;
        top: -115px;
        position: absolute;
    }
    .map-img img {
        width: 85%;
    }
    /* .pointer, .pointer::before {
       width: 80%;
       height: 100%;
       left: -6%;
       top: -44%;
       position: absolute;
   } */
    .pointer-map {
        top: 34.5%;
        left: 56.3%;
        width: 40px;
    }
    .bg-gradient .image-left, .image-right, .image-right-height {
        display: none;
    }
    .map-animation .cr-parent .circle {
        top: 283px;
        width: 25px;
        height: 25px;
        left: 466.5px;
    }
    .cr-parent::after {
        top: 283px;
        width: 25px;
        height: 25px;
        left: 466.5px;
    }
    .map-animation .cr-parent1 .circle {
        top: 315px;
        left: 540px;
        width: 25px;
        height: 25px;
    }
    .cr-parent1::after {
        top: 315px;
        left: 540px;
        width: 25px;
        height: 25px;
    }
    .map-animation .cr-parent2 .circle {
        width: 27px;
        height: 27px;
        top: 475.5px;
        left: 861.5px;
    }
    .cr-parent2::after {
        width: 27px;
        height: 27px;
        top: 475.5px;
        left: 861.5px;
    }
    .map-animation .cr-parent5 .circle {
        width: 27px;
        height: 27px;
        top: 475.5px;
        left: 861.5px;
    }
    .cr-parent5::after {
        width: 27px;
        height: 27px;
        top: 475.5px;
        left: 861.5px;
    }
    .map-animation .cr-parent4 .circle {
        width: 27px;
        height: 27px;
        top: 475.5px;
        left: 861.5px;
    }
    .cr-parent4::after {
        width: 27px;
        height: 27px;
        top: 475.5px;
        left: 861.5px;
    }
    .map-animation .cr-parent3 .circle {
        top: 354.5px;
        left: 512.5px;
        width: 27px;
        height: 27px;
    }
    .cr-parent3::after {
        top: 354.5px;
        left: 512.5px;
        width: 27px;
        height: 27px;
    }
    .bg-home img {
        top: 29%;
        left: 10%;
        width: 422px;
    }
    .facilities-bg {
        left: -988px !important;
        top: -293.55px !important;
    }
    .group-central[data-name=project-scale] .content-main .content .table-custom .item {
        height: auto;
        min-height: 125px;
    }
}

@media screen and (max-width:768px) {
    .bg-wave svg {
        bottom: -25px
    }
    .footer-wave svg {
        width: 110%;
        height: 110%;
        bottom: -10px;
        left: -5%
    }
    .footer-wave svg.in-play {
        bottom: -25px
    }
    .company .title-main h2, .title-main h2, .title-pic h3 {
        font-size: 4vw
    }
    .navigation li a {
        font-size: 5vw
    }
    .dot-num {
        transform: scale(1.1)!important
    }
    .map-customize {
        position: absolute;
        width: 100%;
        margin: 0;
    }
    .group-central[data-name=home-intro] .box-txt {
        bottom: 0;
        left: 0;
    }
    .group-central[data-name=home-location] .box-txt {
        bottom: 0;
        left: 0;
    }
    .group-central[data-name=home-facilities] .box-txt {
        bottom: 0;
        left: 0;
    }
    .group-central[data-name=home-library] .box-txt {
        bottom: 0;
        left: 0;
    }
    .map-panzoom, .panzoom, .viewer {
        width: 100%;
        height: 100%;
        left: -69px;
        top: -115px;
        position: absolute;
    }
    .map-img img {
        width: 85%;
    }
    /* .pointer, .pointer::before {
       width: 80%;
       height: 100%;
       left: -6%;
       top: -44%;
       position: absolute;
   } */
    .pointer-map {
        top: 33%;
        left: 56%;
        width: 35px;
    }
    .bg-gradient .image-left, .image-right, .image-right-height {
        display: none;
    }
    .map-animation .cr-parent .circle {
        top: 238px;
        width: 23px;
        height: 23px;
        left: 393.5px;
        border: 3px solid rgba(255, 255, 255, .5);
    }
    .cr-parent::after {
        top: 238px;
        width: 23px;
        height: 23px;
        left: 393.5px;
    }
    .map-animation .cr-parent1 .circle {
        top: 264px;
        left: 454.5px;
        width: 23px;
        height: 23px;
    }
    .cr-parent1::after {
        top: 264px;
        left: 454.5px;
        width: 23px;
        height: 23px;
    }
    .map-animation .cr-parent2 .circle {
        width: 25px;
        height: 25px;
        top: 238.5px;
        left: 468.5px;
    }
    .cr-parent2::after {
        width: 25px;
        height: 25px;
        top: 238.5px;
        left: 468.5px;
    }
    .map-animation .cr-parent5 .circle {
        width: 25px;
        height: 25px;
        top: 238.5px;
        left: 468.5px;
    }
    .cr-parent5::after {
        width: 25px;
        height: 25px;
        top: 238.5px;
        left: 468.5px;
    }
    .map-animation .cr-parent4 .circle {
        width: 25px;
        height: 25px;
        top: 238.5px;
        left: 468.5px;
    }
    .cr-parent4::after {
        width: 25px;
        height: 25px;
        top: 238.5px;
        left: 468.5px;
    }
    .map-animation .cr-parent3 .circle {
        top: 298.5px;
        left: 431.5px;
        width: 25px;
        height: 25px;
    }
    .cr-parent3::after {
        top: 298.5px;
        left: 431.5px;
        width: 25px;
        height: 25px;
    }
    .bg-home img {
        top: 29%;
        left: 10%;
        width: 380px;
    }
    .note-facilities {
        width: 50%;
        height: auto;
        padding: 20px 10px;
        display: block;
        left: 0;
        top: 25%;
        overflow-y: hidden;
        overflow-x: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .group-central[data-name=ground] .content-main {
        padding: 0;
    }
    .facilities-bg {
        left: -915px !important;
        top: -356.55px !important;
    }

    
}

@media screen and (max-width:700px) {
    .group-central[data-name=home-intro] .box-txt {
        bottom: 0;
        left: 0;
    }
    .group-central[data-name=home-location] .box-txt {
        bottom: 0;
        left: 0;
    }
    .group-central[data-name=home-facilities] .box-txt {
        bottom: 0;
        left: 0;
    }
    .group-central[data-name=home-library] .box-txt {
        bottom: 0;
        left: 0;
    }
    .map-panzoom, .panzoom, .viewer {
        width: 100%;
        height: 100%;
        left: -69px;
        top: -115px;
        position: absolute;
    }
    .map-img img {
        width: 85%;
    }
    /* .pointer, .pointer::before {
       width: 80%;
       height: 100%;
       left: -6%;
       top: -44%;
       position: absolute;
   } */
    .pointer-map {
        top: 32.5%;
        left: 56.5%;
        width: 30px;
    }
    .bg-gradient .image-left, .image-right, .image-right-height {
        display: none;
    }
    .map-animation .cr-parent .circle {
        top: 221px;
        width: 18px;
        height: 18px;
        left: 363.5px;
    }
    .cr-parent::after {
        top: 221px;
        width: 18px;
        height: 18px;
        left: 363.5px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent1 .circle {
        top: 245px;
        left: 420.5px;
        width: 18px;
        height: 18px;
    }
    .cr-parent1::after {
        top: 245px;
        left: 420.5px;
        width: 18px;
        height: 18px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent2 .circle {
        width: 20px;
        height: 20px;
        top: 222.5px;
        left: 432.5px;
    }
    .cr-parent2::after {
        width: 20px;
        height: 20px;
        top: 222.5px;
        left: 432.5px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent5 .circle {
        width: 20px;
        height: 20px;
        top: 222.5px;
        left: 432.5px;
    }
    .cr-parent5::after {
        width: 20px;
        height: 20px;
        top: 222.5px;
        left: 432.5px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent4 .circle {
        width: 20px;
        height: 20px;
        top: 222.5px;
        left: 432.5px;
    }
    .cr-parent4::after {
        width: 20px;
        height: 20px;
        top: 222.5px;
        left: 432.5px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent3 .circle {
        top: 276.5px;
        left: 399.5px;
        width: 20px;
        height: 20px;
    }
    .cr-parent3::after {
        top: 276.5px;
        left: 399.5px;
        width: 20px;
        height: 20px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .bg-home img {
        top: 31%;
        left: 10%;
        width: 330px;
    }
    .facilities-bg {
        left: -1044px !important;
        top: -358.55px !important;
    }
    #facilities-page .title-main {
        top: 33%;
        left: 5%;
    }
    #facilities-page .title-main h2::after {
        width: 0px;
        height: 0px;
    }
    .facilities-bg {
        left: -1044px !important;
        top: -384.55px !important;
    }
    .note-facilities {
        left: auto;
        bottom: auto;
        position: relative;
        display: block;
        margin: -10vh 0 0;
        width: 100% !important;
        max-width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 0px;
    }

    .group-central[data-name=location] .box-txt {
        left: auto;
    }
}

@media screen and (max-width:540px) {
    p {
        font-size: 14px
    }
    .company .title-main h2, .title-main h2, .title-pic h3 {
        font-size: 5vw
    }
    .navigation li a {
        font-size: 6vw
    }
    .bg-wave svg {
        bottom: -23px
    }
    .footer-wave svg {
        width: 100%;
        height: 100%;
        bottom: -8px;
        left: 0
    }
    .footer-wave svg.in-play {
        bottom: -23px
    }
    .compass {
        width: 40px;
        height: 40px;
        right: 10px;
        bottom: 10px
    }
    .txt-news-home {
        width: 100%;
        padding: 15px 10px
    }
    .item-news-home:nth-child(1) {
        width: 100%;
        margin: 0 0 10px
    }
    .item-news-home:nth-child(2), .item-news-home:nth-child(3) {
        width: 50%;
        margin: 0 0 10px
    }
    .item-news-home:nth-child(2) {
        padding-right: 5px
    }
    .item-news-home:nth-child(3) {
        padding-left: 5px
    }
    .item-news-home:nth-child(2) .txt-news-home, .item-news-home:nth-child(3) .txt-news-home {
        width: 100%;
        padding: 15px 10px
    }
    .dot-num {
        transform: scale(1.2)!important
    }
    .faci-text h3 {
        font-size: 12px
    }
    .register-form .require-col {
        padding: 20px
    }
    .group-central[data-name=home-intro] .box-txt {
        bottom: 0;
        left: 0;
    }
    .group-central[data-name=home-location] .box-txt {
        bottom: 0;
        left: 0;
    }
    .group-central[data-name=home-facilities] .box-txt {
        bottom: 0;
        left: 0;
    }
    .group-central[data-name=home-library] .box-txt {
        bottom: 0;
        left: 0;
    }
    .map-panzoom, .panzoom, .viewer {
        width: 100%;
        height: 100%;
        left: -69px;
        top: -115px;
        position: absolute;
    }
    .map-img img {
        width: 85%;
    }
    /* .pointer, .pointer::before {
       width: 80%;
       height: 100%;
       left: -6%;
       top: -44%;
       position: absolute;
   } */
    .pointer-map {
        top: 29%;
        left: 55.5%;
        width: 26px;
    }
    .bg-gradient .image-left, .image-right, .image-right-height {
        display: none;
    }
    .map-animation .cr-parent .circle {
        top: 170px;
        width: 15px;
        height: 15px;
        left: 280px;
    }
    .cr-parent::after {
        top: 170px;
        width: 15px;
        height: 15px;
        left: 280px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent1 .circle {
        top: 189px;
        left: 323px;
        width: 15px;
        height: 15px;
    }
    .cr-parent1::after {
        top: 189px;
        left: 323px;
        width: 15px;
        height: 15px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent2 .circle {
        width: 18px;
        height: 18px;
        top: 170px;
        left: 333px;
    }
    .cr-parent2::after {
        width: 18px;
        height: 18px;
        top: 170px;
        left: 333px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent5 .circle {
        width: 18px;
        height: 18px;
        top: 170px;
        left: 333px;
    }
    .cr-parent5::after {
        width: 18px;
        height: 18px;
        top: 170px;
        left: 333px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent4 .circle {
        width: 18px;
        height: 18px;
        top: 170px;
        left: 333px;
    }
    .cr-parent4::after {
        width: 18px;
        height: 18px;
        top: 170px;
        left: 333px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent3 .circle {
        top: 213.5px;
        left: 306.5px;
        width: 18px;
        height: 18px;
    }
    .cr-parent3::after {
        top: 213.5px;
        left: 306.5px;
        width: 18px;
        height: 18px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .bg-home img {
        top: 28%;
        left: 12%;
        width: 400px;
    }
    #facilities-page .title-main {
        left: 0%;
        width: 100%;
        color: #fff;
        top: 2%;
    }
    .facilities-bg {
        left: -1156px !important;
        top: -408.55px !important;
    }

    .group-central[data-name=location] .box-txt {
        left: auto;
        max-width: 90%;
    }
}

@media only screen and (max-width:1100px) and (orientation:landscape) {
    .grid-item-bg .bg-cover {
        max-height: calc(100vh - 170px)
    }
    .bg-gradient .image-left, .image-right, .image-right-height {
        display: none;
    }
}

@media only screen and (max-width:1100px) and (orientation:portrait) {
    .bg-home {
        height: calc(100vh - 60px);
        max-height: 700px;
        background-position: 54% 50%
    }
    .logo-bg span {
        background-size: 80% auto
    }
}

@media screen and (max-width:440px) {
.bg-video {
    background-size: 100% 100%;
    height: 100%;
    width: 100% !important;

}
    .group-central[data-name=home-contact] .content-main {
        padding: calc(100vh/10) 0 0;
    }
    .pic-logo img {
        max-width: 70% !important;
        max-height: 20px !important;
        margin: 10px 15px;
    }
    .all-logo {
        margin: 30px 0 20px;
    }
    .box-txt p {
        font-size: 12px;
    }
    .pic-logo-pp img {
        max-width: 70% !important;
        max-height: 25px !important;
        margin: 10px 0px;
    }
    .show-box-mb h3 {
        font-size: 6px !important;
    }
    .title-pic {
        bottom: 70px;
    }
    .title-pic-mobile h3{
        font-size: 2.6vw !important;
    }
    .stroke-line {
        stroke-width: 1
    }
    .navigation li a {
        font-size: calc(100vw/15)
    }
    .header.hide {
        top: -70px
    }
    .logo, .logo.center, .logo.out, .logo.scale {
        /* width: 130px; */
        /* height: 70px; */
        margin: 0 0 0 -52px
    }
    .st-line {
        stroke-width: 2
    }
    .bg-wave svg {
        bottom: -15px
    }
    .footer-wave svg {
        bottom: -5px
    }
    .footer-wave svg.in-play {
        bottom: -15px
    }
    .title-page h1 {
        font-size: 14px
    }
    .company .title-main h2, .title-main h2 {
        font-size: 6vw
    }
    .title-main h2::after {
        margin: 10px auto
    }
    .title-pic h3 {
        font-size: 5vw
    }
    .text-intro h3 {
        font-size: 16px
    }
    .bg-home {
        background: url(../images/KV-Artella-M.png) !important;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        height: 100vh;
        max-height: 745px;
    }
    .group-central[data-name=project-scale] .content-main .content .table-custom .item {
        font-size: 10px;
    }
    .slide-library .pic-library {
        height: calc(100vh/5);
        min-height: 300px;
        max-width: 450px
    }
    .box-pdf {
        width: 70vw;
        height: 70vw
    }
    #apartment-page .typical {
        overflow: hidden
    }
    .group-central[data-name=apartment-floor-03] .apartment-bg {
        margin-left: -10px
    }
    .typical svg {
        left: -10px;
        top: 10px
    }
    .typical svg .bg-circle {
        stroke-width: 14;
        transform: translate3d(5px, -5px, 0)
    }
    .typical svg .house-number {
        font-size: 28px
    }
    .num-block {
        width: 26px;
        height: 26px;
        line-height: 22px;
        font-size: 13px
    }
    .load-apartment .slide-pic-nav {
        margin-top: -25px
    }
    .load-apartment .next-pic, .load-apartment .prev-pic {
        width: 30px;
        height: 50px
    }
    .title-box .house-style {
        font-size: 30px
    }
    .box-progress h3 {
        font-size: 12px
    }
    .register-form.show form {
        width: 90%
    }
    .group-central[data-name=home-intro] .box-txt {
        bottom: 0;
        left: 0;
    }
    .group-central[data-name=home-location] .box-txt {
        bottom: 0;
        left: 0;
    }
    .group-central[data-name=home-facilities] .box-txt {
        bottom: 0;
        left: 0;
    }
    .group-central[data-name=home-library] .box-txt {
        bottom: 0;
        left: 0;
    }
    .map-panzoom, .panzoom, .viewer {
        width: 100%;
        height: 100%;
        left: -69px;
        top: -115px;
        position: absolute;
    }
    .map-img img {
        width: 85%;
    }
    /* .pointer, .pointer::before {
       width: 80%;
       height: 100%;
       left: -6%;
       top: -44%;
       position: absolute;
   } */
    .pointer-map {
        top: 24%;
        left: 54%;
        width: 26px;
    }
    .bg-gradient .image-left, .image-right, .image-right-height {
        display: none;
    }
    .map-animation .cr-parent .circle {
        top: 140px;
        width: 10px;
        height: 10px;
        left: 229px;
    }
    .cr-parent::after {
        top: 140px;
        width: 10px;
        height: 10px;
        left: 229px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent1 .circle {
        top: 155px;
        width: 10px;
        height: 10px;
        left: 265px;
    }
    .cr-parent1::after {
        top: 155px;
        width: 10px;
        height: 10px;
        left: 265px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent2 .circle {
        width: 14px;
        height: 14px;
        top: 138px;
        left: 271px;
    }
    .cr-parent2::after {
        width: 14px;
        height: 14px;
        top: 138px;
        left: 271px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent5 .circle {
        width: 14px;
        height: 14px;
        top: 138px;
        left: 271px;
    }
    .cr-parent5::after {
        width: 14px;
        height: 14px;
        top: 138px;
        left: 271px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent4 .circle {
        width: 14px;
        height: 14px;
        top: 138px;
        left: 271px;
    }
    .cr-parent4::after {
        width: 14px;
        height: 14px;
        top: 138px;
        left: 271px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent3 .circle {
        top: 171.5px;
        left: 249.5px;
        width: 15px;
        height: 15px;
    }
    .cr-parent3::after {
        top: 171.5px;
        left: 249.5px;
        width: 15px;
        height: 15px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .bg-home img {
        top: 28%;
        left: 8%;
        width: 380px;
    }
    .facilities-bg {
        left: -1190px !important;
        top: -456.55px !important;
    }
    .note-facilities {
        left: auto;
        bottom: auto;
        position: relative;
        display: block;
        margin: -10vh 0 0;
        width: 100% !important;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 0px;
        justify-content: space-between;
    }
}

@media screen and (max-width:380px) {
    .show-box h3, .small-box h3, .small-box p, .small-box small {
        font-size: 10px
    }
    .show-box {
        max-width: 160px
    }
    .house-text {
        max-width: 110px
    }
    .typical svg .bg-circle {
        stroke-width: 18;
        transform: translate3d(8px, -8px, 0)
    }
    .typical svg .house-number {
        font-size: 32px
    }
    /* .pointer, .pointer::before {
       left: -18%;
       top: -79%;
       position: absolute;
   } */
    .group-central[data-name=home-intro] .box-txt {
        bottom: 0;
        left: 0;
    }
    .group-central[data-name=home-location] .box-txt {
        bottom: 0;
        left: 0;
    }
    .group-central[data-name=home-facilities] .box-txt {
        bottom: 0;
        left: 0;
    }
    .group-central[data-name=home-library] .box-txt {
        bottom: 0;
        left: 0;
    }
    .map-panzoom, .panzoom, .viewer {
        width: 100%;
        height: 100%;
        left: -69px;
        top: -115px;
        position: absolute;
    }
    .map-img img {
        width: 85%;
    }
    /* .pointer, .pointer::before {
       width: 80%;
       height: 100%;
       left: -9%;
       top: -44%;
       position: absolute;
   } */
    .pointer-map {
        top: 22.5%;
        left: 55.2%;
        width: 20px;
    }
    .bg-gradient .image-left, .image-right, .image-right-height {
        display: none;
    }
    .map-animation .cr-parent .circle {
        top: 120.5px;
        width: 8px;
        height: 8px;
        left: 198px;
    }
    .cr-parent::after {
        top: 120.5px;
        width: 8px;
        height: 8px;
        left: 198px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent1 .circle {
        top: 134px;
        width: 8px;
        height: 8px;
        left: 229px;
    }
    .cr-parent1::after {
        top: 134px;
        width: 8px;
        height: 8px;
        left: 229px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent2 .circle {
        width: 12px;
        height: 12px;
        top: 478.5px;
        left: 865.5px;
    }
    .cr-parent2::after {
        width: 12px;
        height: 12px;
        top: 120px;
        left: 234px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent4 .circle {
        width: 12px;
        height: 12px;
        top: 478.5px;
        left: 865.5px;
    }
    .cr-parent5::after {
        width: 12px;
        height: 12px;
        top: 120px;
        left: 234px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent5 .circle {
        width: 12px;
        height: 12px;
        top: 478.5px;
        left: 865.5px;
    }
    .cr-parent4::after {
        width: 12px;
        height: 12px;
        top: 120px;
        left: 234px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent3 .circle {
        top: 149.5px;
        left: 216px;
        width: 12px;
        height: 12px;
    }
    .cr-parent3::after {
        top: 149.5px;
        left: 216px;
        width: 12px;
        height: 12px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .bg-home img {
        top: 28%;
        left: 6%;
        width: 350px;
    }
    .facilities-bg {
        left: -1190px !important;
        top: -468.55px !important;
    }
}

@media screen and (max-width:320px) {
    /* .pointer, .pointer::before {
       left: -20%;
       top: -73%;
       position: absolute;
   } */
    .group-central[data-name=home-intro] .box-txt {
        bottom: 0;
        left: 0;
    }
    .group-central[data-name=home-location] .box-txt {
        bottom: 0;
        left: 0;
    }
    .group-central[data-name=home-facilities] .box-txt {
        bottom: 0;
        left: 0;
    }
    .group-central[data-name=home-library] .box-txt {
        bottom: 0;
        left: 0;
    }
    .map-panzoom, .panzoom, .viewer {
        width: 100%;
        height: 100%;
        left: -69px;
        top: -115px;
        position: absolute;
    }
    .map-img img {
        width: 85%;
    }
    /* .pointer, .pointer::before {
       width: 80%;
       height: 100%;
       left: -9%;
       top: -44%;
       position: absolute;
   } */
    .pointer-map {
        top: 20%;
        left: 56%;
        width: 15px;
    }
    .bg-gradient .image-left, .image-right, .image-right-height {
        display: none;
    }
    .map-animation .cr-parent .circle {
        top: 100.5px;
        width: 8px;
        height: 8px;
        left: 166px;
    }
    .cr-parent::after {
        top: 100.5px;
        width: 8px;
        height: 8px;
        left: 166px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent1 .circle {
        top: 111.8px;
        width: 8px;
        height: 8px;
        left: 192.3px;
    }
    .cr-parent1::after {
        top: 111.8px;
        width: 8px;
        height: 8px;
        left: 192.3px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent2 .circle {
        width: 12px;
        height: 12px;
        top: 101px;
        left: 197px;
    }
    .cr-parent2::after {
        width: 12px;
        height: 12px;
        top: 101px;
        left: 197px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent5 .circle {
        width: 12px;
        height: 12px;
        top: 101px;
        left: 197px;
    }
    .cr-parent5::after {
        width: 12px;
        height: 12px;
        top: 101px;
        left: 197px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent4 .circle {
        width: 12px;
        height: 12px;
        top: 101px;
        left: 197px;
    }
    .cr-parent4::after {
        width: 12px;
        height: 12px;
        top: 101px;
        left: 197px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .map-animation .cr-parent3 .circle {
        top: 124.5px;
        left: 181px;
        width: 12px;
        height: 12px;
    }
    .cr-parent3::after {
        top: 124.5px;
        left: 181px;
        width: 12px;
        height: 12px;
        border: 2px solid rgba(255, 255, 255, .5);
    }
    .bg-home img {
        top: 28%;
        left: 2%;
        width: 310px;
    }
    .facilities-bg {
        left: -1190px !important;
        top: -504.55px !important;
    }
}

.news-list::-webkit-scrollbar {
    width: 0!important;
    height: 0!important;
    display: none!important
}

.content-table::-webkit-scrollbar {
    width: 0!important;
    height: 0!important;
    display: none!important
}

.navigation::-webkit-scrollbar {
    width: 0!important;
    height: 0!important;
    display: none!important
}

.select-box::-webkit-scrollbar {
    width: 0!important;
    height: 0!important;
    display: none!important
}

.info-facilities::-webkit-scrollbar {
    width: 0!important;
    height: 0!important;
    display: none!important
}

:-webkit-full-screen, :-webkit-full-screen-ancestor:not(iframe) {
    background-color: #fff!important;
    position: fixed!important;
    left: 0;
    top: 0;
    z-index: 2147483647!important
}

.content-table, .info-facilities, .navigation, .news-list {
    scrollbar-color: inherit;
    scrollbar-width: none;
}

.hidden-logo {
    display: none;
}

#background-logo {
    padding: 0.5rem 1rem 1.5rem 1rem;
}

.group-central[data-name=home-news] .content-main {
    z-index: 9;
}

.title-main span, .link-load span, .link-home span, .open-click span, .close-click span, .title-page span, .pic-logo h3 {
    font-family: 'UTM-Aptima';
}

.head-text h3, .txt-news-home h3 {
    text-transform: uppercase;
}

/* #library-page .cloned {
    height: 412px;
} */

/* 
#library-page .cloned .img {
    height: 412px;
} */

.box-cover1 .item-in-boxcover {
    width: 100%;
    height: 70%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 1100px) {
    .text-intro .content, .text-intro .header-project {
        opacity: 0;
    }
    .show-text .text-intro .header-project {
        animation: fadeInUp;
        animation-duration: 1s;
        animation-fill-mode: forwards;
    }
    .show-text .text-intro .content, .show-text .text-intro .header-project {
        animation: fadeInUp;
        animation-duration: 1s;
        animation-fill-mode: forwards;
    }
    .pic-logo {
        max-width: 100%;
    }
    .pic-logo img {
        max-width: 40% !important;
        max-height: 40px !important;
        margin: 30px;
    }
}

.content-map{
    margin-right: 15px;
    margin-left: 15px;
}

@media screen and (width: 1440px) and (height:900px) {
    .box-cover-right {
        width: calc(100vw/1.20);
        height: 100vh;
        position: absolute;
        right: -205px;
        top: 150px;
        z-index: 5;
    }

    .box-txt {
        max-width: 330px;
        width: 90%;
    }
}

@media (resolution: 144dpi) {
    .logo-center {
        width: calc(100vw/15);
    }

    .group-central[data-name=home-contact] .content-main {
        text-align: center;
        padding: calc(100vh/5) 0 calc(100vh/5);
    }

    .all-logo {
        display: block;
        width: 100%;
        height: auto;
        margin: 3vh 0 0;
        text-align: center;
    }

    .pic-logo img {
        max-width: 100%;
        max-height: 60px;
        margin: auto;
    }
  }

@media screen and (max-width: 900px){
    .bg-home {
        background: url(../images/KV-Artella-M.png) !important;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
}

.comment-page {
    position: absolute;
    top: 110px;
    right: -148px;
    z-index: 10;
}

.comment-page h1 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 1000;
    color: #fff;
    text-align: right;
    transform: rotate(80deg);
    transform-origin: left bottom;
}

.comment-page h2, .title-pic h3 {
    font-weight: 500;
    font-size: 1.6vw;
    display: block;
    text-transform: uppercase
}

.comment-page h1>span>span {
    transition: all .8s ease;
    opacity: 0
}

.comment-page h1>span>span.move {
    opacity: 1
}

.address {
	background: url(../images/add.svg) no-repeat center center/contain
}

.web {
	background: url(../images/web.svg) no-repeat center center/contain
}

.address, .phone, .web {
    width: 2rem;
    vertical-align: middle;
    height: 2rem;
    margin: 0 .3rem 0 0;
    position: relative;
    display: inline-block;
}

.address {
    bottom: 4px;
}


@media screen and (max-width: 1100px) {
    .comment-page {
        top: 114px;
        right: -122px;
    }

    .comment-page h1 {
        font-weight: 100;
        font-size: 22px;
    }
    
    
    
    .logoat{
        width: 40% !important;
    }
}

.link-home {
    text-transform: lowercase !important;
    font-weight: 600 !important;
    font-size: calc(100vh / 20) !important;
}

.link-home .char5, .link-home .char2{
    text-transform: uppercase;
}

.customIn {
    text-transform: lowercase !important;
}

.customIn .char4, .customIn .char1{
    text-transform: uppercase;
}


    
    .logoat{
        width: 15%;
    }

.customTile .char19{
    display: block;
}

@media screen and (min-width: 768px) {
    .group-central[data-name=contact] .box-txt {
        margin: 0;
    }

    .sec-h2 .tab-content-1 h2 {
        font-size: 1vw !important;
    }
    .pic-logo img {
        margin: 10px !important;
        max-height: 45px !important;
    }

    .all-logo {
        margin: 1vh 0 0;
    }
}
