:root {
	--main-font : "Varela Round", sans-serif;
	--main-clr-1 : #8e907a;
	--main-clr-2 : #8bb497;
	--main-clr-3 : #c8a181;
	--main-clr-4 : #498180;
	--color-primary : #feb900;
	--sitePadding : 0 3%;
    --shd: 0.00px 1.00px 4px 0px rgba(0, 0, 0, 0.6);
}

*{
	font-family:var(--main-font);
	color:var(--main-clr-1);
	font-size:18px;
}
a{color:var(--color-primary)}
img{
	max-width:100%;
	height:auto;
}
.clr-1{
	color:var(--main-clr-1);
}
.clr-2{
	color:var(--main-clr-2);
}
.clr-3{
	color:var(--main-clr-3);
}
.clr-4{
	color:var(--main-clr-4);
}
h2.sub-title{
	font-weight:bold;
	padding-bottom:2%;
}
h3.sub-title{
	font-weight:bold;
	padding-bottom:2%;
}
h4.small-title{
	font-size:1em;
	font-weight:bold;
	padding-bottom:2%;
}
p{
	line-height:2em;
}
.txt-center{
	text-align:center;
}
.txt-left{
	text-align:left;
}
.txt-right{
	text-align:right;
}
ol.normal-listing{}
ol.normal-listing li{
	margin-bottom:1em;
}
.relative-box-red{
	position:relative;
	margin-bottom:20%;
}
.relative-box-red .decorate{
	position:absolute;
    left: 0;
    bottom: -27%;
    width: 40%;
}
.relative-box-red .play{
	position: absolute;
    top: 50%;
    color: #fff;
    left: 15%;
	font-size:1em;
	display:flex;
}
.relative-box-red .play a{
	display: flex;
    text-decoration: none;
    color: #ffffff;
}
.relative-box-red .play i{
	color: green;
    background: #fff;
    border-radius: 50%;
    font-size: 28px;
    width: 24px;
    height: 24px;
	margin-right:7px;
}
.skew-img{
	position:relative;
	padding-top:66.75%
}
.skew-img img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.skew-img::after{
	content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/skew_img_cover.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 0;
    right: 0;
    position: absolute;
    display: inline-block;
}


.skew-pentagon-img{
	position:relative;
	padding-top:48.5%
}
.skew-pentagon-img img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.skew-pentagon-img::after{
	content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/skew_img_pentagon_cover.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 0;
    right: 0;
    position: absolute;
    display: inline-block;
}

.skew-small-pentagon-1-img{
	position:relative;
	padding-top:64.073%
}
.skew-small-pentagon-1-img img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.skew-small-pentagon-1-img::after{
	content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/skew_img_s_pentagon_1_cover.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 0;
    right: 0;
    position: absolute;
    display: inline-block;
}

.skew-small-pentagon-2-img{
	position:relative;
	padding-top:64.073%
}
.skew-small-pentagon-2-img img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.skew-small-pentagon-2-img::after{
	content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/skew_img_s_pentagon_2_cover.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 0;
    right: 0;
    position: absolute;
    display: inline-block;
}

.skew-small-pentagon-3-img{
	position:relative;
	padding-top:64.073%
}
.skew-small-pentagon-3-img img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.skew-small-pentagon-3-img::after{
	content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/skew_img_s_pentagon_3_cover.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 0;
    right: 0;
    position: absolute;
    display: inline-block;
}

.skew-small-pentagon-4-img{
	position:relative;
	padding-top:64.073%
}
.skew-small-pentagon-4-img img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.skew-small-pentagon-4-img::after{
	content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/skew_img_s_pentagon_4_cover.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 0;
    right: 0;
    position: absolute;
    display: inline-block;
}

.cooperate-item{
	padding:2% !important;
}
.cooperate-item img{
	width:100%;
	height:auto;
	border-radius:50%;
}
.margin-b3{
	margin-bottom:3% !important;
}


.blockSiteScrolling {
    overflow: hidden;
}
.desktop-only{
	display:block;
}
.mobile-only{
	display:none !important;
}
body{
	padding:0;
	margin:0;
	background:#ffffff;
}
#SITE_CONTAINER{
	max-width:1920px;
	width:100%;
	margin:0 auto;
	background:#fff;
	  min-height: 100%;
	  display: flex;
	  flex-direction: column;
}
footer {
  margin-top: auto;
}
header{
	position:relative;
	background:url(../images/header_bg.jpg);
	background-size:cover;
	background-position:center;
	width:100%;
	z-index:1;
}
/*
header #header-container{
	position:absolute;
	top:9%;
	right:4%;
}
*/
header #header-logo{
	position:absolute;
    top: 25%;
    left: 5%;
	width:13%;
	transition: all 0.5s ease-in;
}
header #header-logo img{
	width:100%;
	height:auto;
}
header #header-desktop-widget-bg{
	width:100%;
	height:auto;
	max-height:450px;
/*	transition: all 1s ease-in;*/
}

header #header-lang-change{
    position: absolute;
    top: 0;
    right: 2%;
    width: 7.5%;
    background-image: url(../images/lang_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
	text-align:center;
}
header #header-lang-change>div {
	padding-top: 6px;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
header #header-lang-change>div a{
	text-decoration:none;
	color:#fff;
	font-size:18px;
}
header #header-lang-change{
    position: absolute;
    top: 0;
    right: 2%;
    width: 7.5%;
    height: 40px;
}
header #header-page-title{
	position: absolute;
    top: 35%;
    right: 8%;
    text-align: right;
}
header #header-page-title>h1{
	color: #fff;
    font-size: 55px;
    line-height: 1em;
    letter-spacing: 10px;
    margin: 0;
    padding: 0;
	text-shadow: 0px 0px 5px rgba(73, 129, 128, 1);
}
header #header-page-title>p{
	padding: 0;
    margin: 0;
    line-height: 1em;
    color: #fff;
    letter-spacing: 2px;
    padding-right: 10px;
    font-size: 16px;
}
header #header-page-title>p span{
    color: #fff;
}
header #header-page-title>p a{
	font-size:16px;
	color:#fff;
	text-decoration:none;
}
header #header-page-title>p a:hover{
	text-decoration:underline;
}
header #header-other-menu{
	position:absolute;
    top: 0;
    right: 10%;
}
header #header-other-menu ul {
	margin-top: 1.7%;
    display: flex;
    padding-left: 0;
    align-items: center;
}
header #header-other-menu ul>li{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
	padding-left: 28px;
}
header #header-other-menu ul>li>a, header #header-other-menu ul>li>a i {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: 0.5s;
    /* text-shadow: 0 0 5px rgba(0, 0, 0, 0.6); */
}
nav{
	position:absolute;
	top:10%;
	right:10%;
}
.r180{
	transform: rotate(180deg) !important;
}
.sub-menu-show{
	display:block !important;
}
nav .navbar{
  height: 100%;
/*  max-width: 1250px;*/
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
/*  margin-top:10px;*/
  /* background: red; */
  padding: 0 5px;
}
.navbar .logo a{
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links{
/*  line-height: 70px;*/
  height: 100%;
  position:static;
}
nav .navbar .links{
  display: flex;
  padding-left:0;
  align-items: center;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding-left:28px;
  padding-right:28px;
}
nav .navbar .links>li:hover:before, nav .navbar .links>li.active:before{
content: "";
    width: 115.2px;
    height: 61.08px;
    background-image: url(../images/nav_active_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 88px;
    top: -17px;
	left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	position: absolute;
    display: inline-block;
    z-index: 0;
}
nav .navbar .links li a,nav .navbar .links li i{
   z-index:1;
}
nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
 font-weight: 600;
  transition: 0.5s;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

nav .navbar .links li a.active{
/*	color:red;*/
}
nav .navbar .links li a:hover{
/*  color:var(--colorRed);*/
}
nav .navbar .links li a:hover:after {

}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 17px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
  cursor:pointer;
}
nav .navbar .links li .sub-menu{
position: absolute;
    padding: 0;
    top: 26px;
    left:50%;
    -ms-transform: translateX(-50%);
     transform: translateX(-50%);
	line-height: 40px;
    background-color: #8bb497bb;
/*    border-radius: 0.5vw;*/
/*    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));*/
    display: none;
    z-index: 2;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 15px;
/*  border-bottom: 1px solid rgba(255,255,255,0.1);*/
}
.navbar .links li .sub-menu a{
color: #fff;
    font-size: 1em;
    font-weight: 500;
    line-height: 2em;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #3E8DA8;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #3E8DA8;
}
.search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #3E8DA8;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}

.mobile-nav-bars {
    /* background-color: pink; */
	position:relative;
    display:none;
    width: 3.6vw;
    height: 3.6vw;
    cursor: pointer;
    z-index: 11;
/*    padding-top: 9px;*/
}
.mobile-nav-bars span.bar {
    width: 3.6vw;
    height: 0.4vw;
    background-color: #fff;
    position: absolute;
    margin-top: 2vw;
}
.mobile-nav-bars span.bar::before, .mobile-nav-bars span.bar::after {
    content: "";
    display: block;
    background-color: #fff;
    width: 3.6vw;
    height: 0.4vw;
    position: absolute;
}
.bar::before {
    transform: translateY(-1vw);
}
.bar::after {
    transform: translateY(1vw);
}
.mobile-nav-bars.active .bar {
    background-color: transparent;
}
.mobile-nav-bars.active span::before {
    animation: top-bar 1s;
    animation-fill-mode: forwards;
}
.mobile-nav-bars.active span::after {
    animation: bottom-bar 1s;
    animation-fill-mode: forwards;
}
@keyframes top-bar {
  50% {
    transform: translateY(0);
  }
  100% {
    transform: rotate(45deg) translateY(0);
  }
}

@keyframes bottom-bar {
  50% {
    transform: translateY(0);
  }
  100% {
    transform: rotate(-45deg) translateY(0);
  }
}


nav .navbar .mobile-menu-overlay{
	display:none;
    position: fixed;
    height: 100vh;
    left: 0;
	top:0;
    width: 100vw;
	background:rgba(255,255,255,0);
}

main {
	font-size:18px;
}
section{
	margin-top:2%;
	padding:2% 0;
}
body.small-header header{
	position:fixed;
}
body.small-header header #header-desktop-widget-bg{
	max-height:150px !important;
}
body.small-header main{
	padding-top:150px !important;
}
body.small-header header #header-logo{
	top:5%;
	width:10%;
}
body.small-header header nav{
	top:33%;
}
body.small-header header #header-page-title{
	display:none;
}

#top-banner{
	margin-top:1%;
}
.sliders {
	width:100%;
}
.sliders .item{
	width:100%;
}
.sliders .item>img, .sliders .item>video{
	width:100%;
	height:auto;
}

.index-into-img-box{ padding-bottom:3%;}
.index-into-img-box>.item{
		width:80%;
		margin:0 auto;
}
.index-into-img-box>.item-1, .index-into-img-box>.item-2{
	padding-bottom:5%;
}
.index-into-img-box>.item-1{
	text-align:right;
}
.index-into-img-box>.item-2{
	text-align:left;
}
.index-into-img-box>.item-1>img, .index-into-img-box>.item-2>img{
	max-width:450px;
	min-width:250px;
	width:100%;
}
.eco-listing{}
.eco-listing .item{
	margin-bottom:5%;
}
.design-img-box{
	padding:3%;
}
.design-img-box .content{
	padding:3% 5%;
}
.map-box{
	width:100%;
	position:relative;
}
.map-box>.map-img{
	width:100%;
	height:auto;
}
.map-box .map-point{
    position: absolute;
    text-decoration: none;
    width: 3%;
    height: 6.7%;
/*    border: 1px solid #000;*/
    display: inline-block;
}
#map-item-1 .title-box{
    cursor: default !important;
}
.map-box .point-num-1{
    top: 47.2%;
    left: 4%;
}
.map-box .point-num-2{
	top: 52.9%;
    left: 17.7%;
}
.map-box .point-num-3{
	top: 71.3%;
    left: 27.5%;
}
.map-box .point-num-4{
	top: 75%;
    left: 32.7%;
}
.map-box .point-num-5{
	top: 77.3%;
    left: 39.8%;
}
.map-box .point-num-6{
    top: 78%;
    left: 46.8%;
}
.map-box .point-num-7{
	top: 65.2%;
    left: 51.2%;
}
.map-box .point-num-8{
	top: 52.8%;
    left: 39.4%;
}
.map-box .point-num-9{
    top: 51.9%;
    left: 30.78%;
}
.map-box .point-num-10{
	top: 65.8%;
    left: 35.98%;
}
.map-box .point-num-11{
/*
	top: 15.3%;
    right: 42.9%;
*/
	top: 17%;
    right: 43.4%;
}
.map-box .point-num-12{
    top: 9.2%;
    right: 38%;
}
.map-box .point-num-13{
	top: 21.8%;
    right: 31.95%;
}
.map-box .point-num-14{
	top: 24.8%;
    right: 27.5%;
}
.map-box .point-num-15{
    top: 28.2%;
    right: 19.4%;
}
.map-box .point-num-16{
	top: 31.6%;
    right: 9.68%;
}
.map-box .point-num-17{
	top: 18%;
    right: 11.1%;
}
.map-box .point-num-18{
	top: 3.1%;
    right: 18.3%;
}
.map-box .point-num-19{
	top: 7.5%;
    right: 32.85%;
}
.map-box .point-num-20{
    top: 17%;
    right: 24.48%;
}
.map-box .point-num-21{
    top: 40.65%;
    right: 12%;
}
.map-box .detail-box{
	position:absolute;
	top:-20%;
	left:50%;
	transform: translateX(-50%);
	width:70%;
	display:none;
}
.map-box .detail-box .map-detail-title{
	position: absolute;
    top: 22%;
    left: 17%;
    color: #00858e;
    font-weight: bold;
    font-size: 1.2em;
}
.map-box .detail-box .map-detail-content{
	position: absolute;
    top: 32%;
    left: 17%;
    width: 70%;
    height: 52%;
    overflow: auto;
    color: #fff;
}
.map-box .detail-box>.bg-img{
	width:100%;
	height:auto;
}
.map-box .detail-box a.close{
	position: absolute;
    display: inline-block;
    left: 23.3%;
    top: 4%;
    width: 5%;
    font-size: 2.7vw;
    color: #ffffff;
}
.map-box .detail-box a.close i{
	font-size: 2.7vw;
    color: #ffffff;
}
.map-item-box{
	margin-bottom:1em;
}
.map-item-box .title-box{
	cursor:pointer;
	display:flex;
	align-items: center;
}
.map-item-box .title-box .num{
	height: 2em;
    width: 2em;
    line-height: 2em;
    border: 1px solid #8e907a;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    margin-right: 7px;
}
.map-item-box .title-box .title{
}
.map-item-box .detail-box{
	display:none;
    background: #efefef;
    padding: 10px;
    margin-top: 10px;
}
.faq-box{
	margin-bottom:2.5%;
	border-bottom: 1px dotted #e1e1e1;
    padding-bottom: 2.5%;
}
.faq-box .question{
	cursor:pointer;
	color:var(--main-clr-2);
	font-size:1.1em;
	font-weight:800;
}
.faq-box .answer{
	display:none;
}

footer{
	position:relative;
	font-size:0;
}
footer a{
	color:var(--main-font-clr);
	text-decoration:none;
}
footer #footer-info, footer #footer-copyright, footer #footer-nav {
	position:absolute;
	letter-spacing: 1.5px;
	line-height:26px;
	font-weight:500;	
}
footer #footer-info{
	bottom: 15%;
    left: 10%;
}
footer #footer-info>div{
	font-size:17px;
}
footer #footer-info>div#footer-sm-icon{
	margin-top:17px;
}
footer #footer-info>div#footer-sm-icon a{
	display:inline-block;
	margin-right:2px;
	text-align:center;
	width:45px;
	height:45px;
	background:#fff;
	border-radius:50%;
}
footer #footer-info>div#footer-sm-icon i{
    padding-top: 5px;
	font-size:34px;
	color: #edd5a0;
}
footer #footer-copyright{
	font-size:1vw;
	color:#fff;
	bottom: 15%;
    left: 42%;
	text-align:center;
}
footer #footer-nav{
	left: 76%;
    bottom: 42%;
}
footer #footer-nav ul{
	list-style-image: none;
	margin:0;
	padding:0;
}
footer #footer-nav li{
	margin: 0;
	padding-left:26px;
	list-style: none;
	background-image: url("../images/footer_nav_maker.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px;
}
footer #footer-nav li a{
	font-size:17px;
	margin-top:6px;
	font-weight:500;
	display:inline-block;
}
.container-top {
	position:fixed;
	right:0;
	bottom:0;
    width: 4vw;
    min-width: 60px;
    max-width: 100px;
	justify-self: end;
	justify-content: flex-end;
	align-items: flex-end;
	display:none;
  }
  
  .top {
	position: sticky;
	bottom: 20px;      
	/*margin-right:10px; */
	margin:10px;
	
	/* visual styling */
	width:100%;
	aspect-ratio:1;
	background:#ff8b24;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
	box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
  }
  .top:before {
	content:"";
	position:absolute;
	inset:30%;
	transform:translateY(20%) rotate(-45deg);
	border-top:5px solid #fff;
	border-right:5px solid #fff;
  }
  
@media (max-width:1920px){
	body.small-header header #header-desktop-widget-bg{
		max-height:7.9vw !important;
	}
	body.small-header main{
		padding-top:16.5vw !important;
	}
	
	header #header-lang-change {
		height: 2.3vw;
	}
	header #header-lang-change>div {
	    padding-top: 0.4vw;
		font-size: 0.8vw;
	}
	header #header-lang-change>div a{
		font-size:1vw;
	}

	header #header-page-title>h1{
		font-size: 3.2vw;
        letter-spacing: 0.57vw;
	}
	header #header-page-title>p{
		letter-spacing: 0.115vw;
        padding-right: 0.54vw;
        font-size: 0.92vw;
	}
	header #header-page-title>p a{
		letter-spacing: 0.115vw;
        font-size: 0.92vw;
	}
	
	nav .navbar .links li{
	  padding-left:1.65vw;
	  padding-right:1.65vw;
	}
	nav .navbar .links li a{
	  font-size: 1vw;
	}
	header #header-other-menu ul>li{
	  padding-left:1.65vw;
/*	  padding-right:1.65vw;*/
	}
	header #header-other-menu ul>li>a, header #header-other-menu ul>li>a i{
	  font-size: 1vw;
	}
	nav .navbar .links li a::after{
		height: 3vw;
		background-size: 4vw;
		top: -1vw;
		right: -2vw;
	}
	nav .navbar .links>li:hover:before, nav .navbar .links>li.active:before{
		height: 3.5vw;
		background-size: 5vw;
		top: -1vw;
	}

	nav .navbar .links li .arrow{
	  width: 22px;
	  line-height: 1vw;
	}
	nav .navbar .links li .sub-menu{
		top: 1.5vw;
	}
	.navbar .links li .sub-menu a {
		font-size: 1vw;
	}
	footer #footer-info, footer #footer-copyright, footer #footer-nav {
		position:absolute;
		letter-spacing: 0.1vw;
		line-height:1.5vw;	
	}
	footer #footer-info>div, footer #footer-info>div a{
		font-size:1vw;
	}
	footer #footer-info>div#footer-sm-icon{
		margin-top:1vw;
	}
	footer #footer-info>div#footer-sm-icon a{
		margin-right:0.2vw;
		width:2.5vw;
		height:2.5vw;
	}
	footer #footer-info>div#footer-sm-icon i{
		padding-top: 0.2vw;
		font-size:2vw;
	}
	footer #footer-copyright{
		font-size:1vw;
	}

	footer #footer-nav li{
		padding-left:1.5vw;
		background-size: 0.7vw;;
	}
	footer #footer-nav li a{
		font-size:1vw;
		margin-top:0.3vw;
	}

}

@media (max-width:992px){
	*{
		font-family:var(--main-font);
		color:var(--main-clr-1);
		font-size:16px;
	}

	.desktop-only{
		display:none !important;
	}
	.mobile-only{
		display:block !important;
	}
	header {
		position:fixed;
		z-index:1;
	}
	header #header-logo {
		position: absolute;
		top: 14%;
		left: 4%;
		width: 23%;
	}
	header #header-page-title {
		top: 25%;
		right: 8.7%;
		padding-right: 1.5vw;
		border-right: 1px solid #fff;
	}
	header #header-page-title>h1 {
		font-size: 4vw;
		letter-spacing: 1vw;
		line-height: 1.1em;
	}
	header #header-page-title>p {
		letter-spacing: 0.25em;
		padding-right: 1em;
		font-size: 10px;
	}
	header #header-page-title>p a{
		letter-spacing: 0.25em;
		font-size: 10px;
	}
	header #header-other-menu{
		position:absolute;
		top: 3%;
		right: 3%;
	}
	header #header-other-menu ul {
		margin-top: 0%;
		padding-left: 0%;
	}
	header #header-other-menu ul>li{
		padding-left: 25px;
	}
	header #header-other-menu ul>li>a, header #header-other-menu ul>li>a i {
		font-size: 18px;
	}
	#SITE_CONTAINER>#main{
		padding-top: 23vw;		
	}
	.mobile-nav-bars{
		display:inline-block;
	}
	nav{
		top:25%;
		right:3%;
		/* position: relative; */
	}
	.navbar .bx-menu{
		display: block;
	}
	nav .navbar .nav-links{
		position: fixed;
		top: -120%;
		right: 0;
		display: block;
		min-width: 250px;
		width: 30%;
		line-height: 40px;
		padding: 10px;
		padding-top: 25px;

		background-color: rgba(200, 189, 165 ,0.9);
/*		box-shadow: 0 1px 4px rgba(255,255,255,.6);*/
		transition: all 0.5s ease;
		z-index: 10;
	}
	nav .navbar .links li a::after{
		height: auto;
		background-size: 0;
		top: auto;
		right: auto;
	}
	nav .navbar .links>li:hover:before, nav .navbar .links>li.active:before{
		height: auto;
		background-size: 0;
		top: auto;
	}
	.navbar .nav-links .sidebar-logo{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	nav .navbar .links li {
		padding-left: 20px;
        padding-right: 20px;
        line-height: 1.5em;
        padding-bottom: 15px;
	}
	nav .navbar .links li a {
	    white-space: normal;
	}
	nav .navbar .links>li:hover:before,nav .navbar .links>li.active:before{
		content: "";
		width: 0%;
		height: 0vw;
		background-image: none;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 4vw;
		top: -1vw;
		right: -2vw;
		position: absolute;
		display: inline-block;
		z-index:0;
	}
	nav .navbar .links>li a:hover:after,nav .navbar .links>li.active>a:before{
		position: absolute;
        left: 0;
        bottom: -2px;
        content: '';
        width: 100%;
        height: 1px;
        background: #FFFFFF;
	}
	nav .navbar .links li #mobile-nav-lang{
		padding: 25px 0;
		font-size: 1.4em;
		color:#fff;
	}
	nav .navbar .links li #mobile-nav-lang a{
		font-size: 1.1em;
		color:#fff;
	}
	nav .navbar .links li ul#mobile-nav-other-menu{
		padding-left:0;
	}
	nav .navbar .links li ul#mobile-nav-other-menu li{
		/* padding: 5px 0; */
		padding-left: 10px;
		margin: 0;
		font-weight: 300;
		line-height: 12px;
		padding-bottom: 10px;
	}
	nav .navbar .links li ul#mobile-nav-other-menu li a{
		font-size:12px;
		line-height: 1em;
		font-weight: normal;
	}
	nav .navbar .links li a {
		font-size: 1em;
		letter-spacing: 2px;
		position:relative;
	}
	.sidebar-logo .logo-name{
		font-size: 2em;
		color: #fff;
	}
	.sidebar-logo  i, .navbar .bx-menu{
		font-size: 25px;
		color: #fff;
		cursor: pointer;
	}
	nav .navbar .links{
		display: block;
		margin-top: 20px;
		padding:0;
		height: calc(100vh - 100px);
		overflow:auto;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
	}
	nav .navbar .links::-webkit-scrollbar{
		display: none;
	}
	nav .navbar .links li .arrow{
		line-height: 1.1em;
	}
	nav .navbar .links li{
		display: block;
	}
	nav .navbar .links li .sub-menu{
		position: relative;
		top: 0;
		box-shadow: none;
		display: none;
		background: transparent;
	}
	nav .navbar .links li .sub-menu li{
		border-bottom: none;
	}
	.navbar .links li .sub-menu a {
		color: #fff;
		font-size: 13px;
		font-weight: 100;
		font-family: poppins,sans-serif;
	}
	.navbar .links li .sub-menu .more-sub-menu{
		display: none;
		position: relative;
		left: 0;
	}
	.navbar .links li .sub-menu .more-sub-menu li{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.links li:hover .htmlcss-arrow,
	.links li:hover .js-arrow{
		transform: rotate(0deg);
	}
	.navbar .links li .sub-menu .more-sub-menu{
		display: none;
	}
	.navbar .links li .sub-menu .more span{
		/* background: red; */
		display: flex;
		align-items: center;
		/* justify-content: space-between; */
	}

	.links li .sub-menu .more:hover .more-sub-menu{
		display: none;
	}
	nav .navbar .links li:hover .htmlCss-sub-menu,
	nav .navbar .links li:hover .js-sub-menu{
		display: none;
	}
	.navbar .nav-links.show1 .links .htmlCss-sub-menu,
	.navbar .nav-links.show3 .links .js-sub-menu,
	.navbar .nav-links.show2 .links .more .more-sub-menu{
		display: block;
	}
	.navbar .nav-links.show1 .links .htmlcss-arrow,
	.navbar .nav-links.show3 .links .js-arrow{
		transform: rotate(180deg);
	}
	footer #footer-copyright{
		left:0;
		width:100%;
		font-size: 2.2vw;
	    letter-spacing: 0.3vw;
		line-height: 1.7em;
		bottom: 50%;
		color:var(--main-font-clr);
	}
}
@media (min-width:768px){
	.map-item-box .detail-box{
		display:none !important;
	}
}
@media (max-width:768px){
	#map-detail-box{
		display:none !important;
	}
}
@media (max-width:650px){
/*
	.mobile-nav-bars {
		width: 25px;
		height: 25px;
	}
	.mobile-nav-bars span.bar {
		width: 100%;
		height: 3px;
		margin-top: 14px;
	}
	.mobile-nav-bars span.bar::before, .mobile-nav-bars span.bar::after {
		width: 100%;
		height: 3px;
	}
	.bar::after {
		transform: translateY(8px);
	}
	.bar::before {
		transform: translateY(-8px);
	}
*/
	header #header-page-title>h1{
		font-size: 25px;
        letter-spacing: 0.25em;
	}
	header #header-page-title>p{
		font-size:10px;
	}
	header #header-page-title>p a{
		font-size:10px;
	}
	header #header-other-menu ul>li{
		padding-left: 20px;
	}
	header #header-other-menu ul>li>a, header #header-other-menu ul>li>a i {
		font-size: 14px;
	}
}
@media (max-width:420px){
	header #header-page-title>h1{
		font-size: 20px;
	}
	header #header-other-menu ul>li{
		padding-left: 14px;
	}
	header #header-other-menu ul>li>a, header #header-other-menu ul>li>a i {
		font-size: 12px;
	}
	nav{
		top:18%;
	}
}
@media (max-width:300px){
	nav{
		top:16%;
	}
}
