html{
	font-size:14px;
	scroll-behavior: smooth;
}

@font-face {
    font-family: 'NotoSerifSC-Light';
    src: url('NotoSansSemiCondensed-Light.eot');
    src: url('NotoSansSemiCondensed-Light.eot?#iefix') format('embedded-opentype'),
        url('NotoSansSemiCondensed-Light.woff2') format('woff2'),
        url('NotoSansSemiCondensed-Light.woff') format('woff'),
        url('NotoSansSemiCondensed-Light.ttf') format('truetype'),
        url('NotoSansSemiCondensed-Light.svg#NotoSansSemiCondensed-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSerifSC-Medium';
    src: url('NotoSansSemiCondensed-Medium.eot');
    src: url('NotoSansSemiCondensed-Medium.eot?#iefix') format('embedded-opentype'),
        url('NotoSansSemiCondensed-Medium.woff2') format('woff2'),
        url('NotoSansSemiCondensed-Medium.woff') format('woff'),
        url('NotoSansSemiCondensed-Medium.ttf') format('truetype'),
        url('NotoSansSemiCondensed-Medium.svg#NotoSansSemiCondensed-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSerifSC-Regular';
    src: url('NotoSansSemiCondensed-Regular.eot');
    src: url('NotoSansSemiCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('NotoSansSemiCondensed-Regular.woff2') format('woff2'),
        url('NotoSansSemiCondensed-Regular.woff') format('woff'),
        url('NotoSansSemiCondensed-Regular.ttf') format('truetype'),
        url('NotoSansSemiCondensed-Regular.svg#NotoSansSemiCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSerifSC-SemiBold';
    src: url('NotoSansSemiCondensed-SemiBold.eot');
    src: url('NotoSansSemiCondensed-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('NotoSansSemiCondensed-SemiBold.woff2') format('woff2'),
        url('NotoSansSemiCondensed-SemiBold.woff') format('woff'),
        url('NotoSansSemiCondensed-SemiBold.ttf') format('truetype'),
        url('NotoSansSemiCondensed-SemiBold.svg#NotoSansSemiCondensed-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}




/*@font-face {
  font-family: 'NotoSerifSC-Light';
  src: url(fonts/NotoSerifSC-Light.eot);
  src: url(fonts/NotoSerifSC-Light.eot?#iefix) format('embedded-opentype'),
       url(fonts/NotoSerifSC-Light.otf) format('otf'),
       url(fonts/NotoSerifSC-Light.svg#Oswald-Regular) format('svg'),
       url(fonts/NotoSerifSC-Light.ttf) format('truetype'),
       url(fonts/NotoSerifSC-Light.woff) format('woff');
} 
@font-face {
  font-family: 'NotoSerifSC-Regular';
  src: url(fonts/NotoSerifSC-Regular.eot);
  src: url(fonts/NotoSerifSC-Regular.eot?#iefix) format('embedded-opentype'),
       url(fonts/NotoSerifSC-Regular.otf) format('otf'),
       url(fonts/NotoSerifSC-Regular.svg#Oswald-Regular) format('svg'),
       url(fonts/NotoSerifSC-Regular.ttf) format('truetype'),
       url(fonts/NotoSerifSC-Regular.woff) format('woff');
}
@font-face {
  font-family: 'NotoSerifSC-Medium';
  src: url(fonts/NotoSerifSC-Medium.eot);
  src: url(fonts/NotoSerifSC-Medium.eot?#iefix) format('embedded-opentype'),
       url(fonts/NotoSerifSC-Medium.otf) format('otf'),
       url(fonts/NotoSerifSC-Medium.svg#Oswald-Regular) format('svg'),
       url(fonts/NotoSerifSC-Medium.ttf) format('truetype'),
       url(fonts/NotoSerifSC-Medium.woff) format('woff');
}
@font-face {
  font-family: 'NotoSerifSC-SemiBold';
  src: url(fonts/NotoSerifSC-SemiBold.eot);
  src: url(fonts/NotoSerifSC-SemiBold.eot?#iefix) format('embedded-opentype'),
       url(fonts/NotoSerifSC-SemiBold.otf) format('otf'),
       url(fonts/NotoSerifSC-SemiBold.svg#Oswald-Regular) format('svg'),
       url(fonts/NotoSerifSC-SemiBold.ttf) format('truetype'),
       url(fonts/NotoSerifSC-SemiBold.woff) format('woff');
}
*/
body{
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
	color: #ab8e5b;
	overflow-x: hidden;
	font-family: 'NotoSerifSC-Light';
}
ul{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

#nav-icon3{
	z-index: 56;
	width: 35px;
	height: 25px;
	position: absolute;
    top: 2rem;
    left: 0;
    right: 0;
	margin:0px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	box-shadow: none;
	background: none;
	border: none;
	color: #ab8e5b;
	
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10% 0 0;
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
    background: #ab8e5b;
    border-radius: 6px;
	opacity: 1;
	left: 0%;
	right: 0%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon3 p{opacity: 1; margin: 0;}
#nav-icon3 span:nth-child(1) {
	top: 0;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px;
	width: 70%;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
/*#nav-icon3.open{
	top: -1.5rem;
    right: .0rem;
}*/

#nav-icon3.open p{display: none;}


/*///////////Start-Header///////////////*/
.full-otherpage .headbar-main{
	position: sticky;
	background: rgb(7 56 51 / 100%);
}
.headbar-main{
    padding: 0;
    transition: all 0.5s;
	background: rgb(7 56 51 / 85%);
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.slim.headbar-main{background: rgb(7 56 51 / 100%);}
.hamburgers-box{
    width: 100%;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
    transition: all 0.5s;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
	width: 100%;
    text-align: center;
	padding-left: 0;
    margin: 0 ;
    transition: all 0.5s;
}
.navbar-brand img{
	width: 130px;
	transition: all 0.5s;
	margin: auto;
}

.navbar-collapse .navbar-brand{
	padding: 1rem ;
	margin: auto;
	text-align: center;
	display: block;
	width: 100%;
	background: rgb(7 56 51 / 100%);
}

.navbar-nav li{
	padding: 0;
	position: relative;
	transition: all 0.5s;
}
.navbar-nav li a{
	padding: 15px 15px;
	display: block;
	text-align: left;
	text-decoration: none;
	transition: all 0.5s;
	position: relative;
}
.navbar-nav li .dropdown-menu{
	padding: 0;
	border-radius: 0;
	color: #073833;
	background: #ab8e5b;
	display: block; 
}
.navbar-nav li .dropdown-menu a.active,
.navbar-nav li .dropdown-menu a:hover{
	padding-left: 20px;
}
.navbar-nav li.active a, .navbar-nav a:hover{}


.social-header{
	text-align: center;
	padding: 0 15px;
}
.social-header img{
	width: 30px;
	margin: auto;
	filter: invert(63%) sepia(7%) saturate(2314%) hue-rotate(360deg) brightness(90%) contrast(88%);
}
.social-header img:hover{
	transform: scale(.95);
	filter: none;
}
.social-header ul{
	list-style: none;
	text-align: left;
	margin: .75rem auto;
	line-height: 2;
}
.social-header a:hover{
	text-decoration: underline;
}
.social-header ul li{margin-bottom: 1rem;}
.social-header ul li a{padding: 0;}
/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide .carousel-item{
	position: relative;
	transition: 2s ease-in-out;
	transition-property:opacity;
	background: #073833;
	height: 100vh;
}
#carouselmainSlide .carousel-item img{
	opacity: .9;
	height: 100%;
	object-fit: cover;
	transition: 7s ease-in-out;
}
#carouselmainSlide .carousel-item:hover img{
	opacity: 1;
	transform: scale(1.05);
}
#carouselmainSlide .banner-captions{
	text-align: center;
	width: 100%;
	margin: auto;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	color: #ab8e5b;
	padding: 0 7% 10%;
	text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
#carouselmainSlide .banner-captions h1{
	font-size: 32px;
	margin-bottom: 0;
	font-family: 'NotoSerifSC-SemiBold';
}
.banner-captions p{
	margin: 0;
	font-size: 20px;
	font-family: 'NotoSerifSC-Medium';
}
#carouselmainSlide .carousel-item img{
	width: 100%;
	display: block;
}
#carouselmainSlide .carousel-control-next, 
#carouselmainSlide .carousel-control-prev{
	opacity: 1;
	filter: invert(56%) sepia(49%) saturate(341%) hue-rotate(360deg) brightness(92%) contrast(87%);
}

#carouselmainSlide .carousel-control-next, 
#carouselmainSlide .carousel-control-prev{z-index: 5;}

#carouselmainSlide .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    bottom: .75rem;
	z-index: 4;
}
#carouselmainSlide .carousel-indicators button{
	width: 20px;
	height: 5px;
	margin: 0 3px;
	opacity: 1;
	border-radius: 0;
	border: none;
	background: rgb(255 255 255 / 70%);
}
#carouselmainSlide .carousel-indicators button.active{
	background: rgb(255 255 255 / 100%);
}

/*///////////End-mainSlide///////////////*/

/*///////////Start-Content///////////////*/
.content-box{
	padding: 10% 0;
	background-size: cover !important;
}
.content-otherpage{
	padding: 10% 0;
	background-color: #faf5ea;
}
.img-box{
	text-align: center;
	overflow: hidden;
}
.img-box img{
	width: 100%;
	transition: all 0.5s;
}


.content-box.welcome--home{
	background-image: url("../images/bgcontent-3.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover !important;
}
.img-box.imgab{
	margin-bottom: 10%;
	aspect-ratio:1/1;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.img-box.imgab img{
	height: 100%;
	object-fit: cover;
}
.text-about--home{margin-bottom: 10%;}
.text-about--home p{
	margin: 0;
}
.text-about--home h1{
	font-size: 40px;
	margin-bottom: .5rem;
	text-transform: uppercase;
	font-family: 'NotoSerifSC-SemiBold';
}
.text-about--home h3{
	font-size: 20px;
	margin: 0;
	font-family: 'NotoSerifSC-Medium';
}
.text-about--home h2{
	font-size: 26px;
	margin-bottom: .75rem;
	font-family: 'NotoSerifSC-Medium';
}
.text-about--home p{text-align: justify;}


.content-box.projects--home{
	background: url("../images/bgcontent-2.jpg") top center no-repeat;
	background-attachment: fixed !important;
	background-size: cover !important;
	overflow-x: hidden;
}
.title-projects{
	text-align: center;
	margin-bottom: 2rem;
}
.title-projects h1{
	font-size: 30px;
	margin: 0;
	text-transform: uppercase;
	font-family: 'NotoSerifSC-Medium';
}
.title-projects ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.title-projects ul li{margin: 0 5px 0 0;}
.title-projects ul li a{padding: 0 5px 0 0;}
.title-projects h2{
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
	font-family: 'NotoSerifSC-Regular';
}
.textcenter--projects{
	text-align: center;
	margin: 2rem auto;
}
.textcenter--projects h1{
	font-size: 1.6rem;
	margin: 0;
}
.textcenter--projects p{
	margin: .5rem auto;
}
.textcenter--projects h2{
	font-size: 1.3rem;
	margin: 0;
}

.readmore-btn{
	padding: 7px;
	text-align: center;
	width: 175px;
	margin: 1rem auto;
	border: 1px solid #ab8e5b;
}
/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #073833;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ab8e5b;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.slideproject .slick-slide{margin: 0 15px;transition: all 0.6s;transform: scale(.95);}
.slideproject .slick-slide .img-box{
	position: relative;
	background: #000;
	margin: auto;
	aspect-ratio:3/2;
}
.slideproject .slick-list{overflow: inherit;}
.slideproject .slick-slide .img-box img{
	aspect-ratio:3/2;
	opacity: .6;
	object-fit: cover;
}
.slideproject .slick-slide.slick-current.slick-active{transform: scale(1.03);transition: all 0.6s;}
.slideproject .slick-slide.slick-current.slick-active img{opacity: 1;}

.slideproject .slick-prev:before, .slideproject .slick-next:before{display: none;}
.slideproject .slick-prev, .slideproject .slick-next{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-size: 100% !important;
	z-index: 1;
	filter: invert(63%) sepia(15%) saturate(980%) hue-rotate(360deg) brightness(88%) contrast(91%);
}
.slideproject .slick-prev {
	left: 2.5rem;
	background: url("../images/arrow-left.png") center center no-repeat;
}
.slideproject .slick-next {
	right: 2.5rem;
	background: url("../images/arrow-right.png") center center no-repeat;
}

.textdetail-projects h1{
	text-align: center;
	font-size: 24px;
	margin-bottom: 2.5rem;
	font-family: 'NotoSerifSC-Medium';
}
.icon-type{
	text-align: center;
	margin-bottom: 2rem;
}
.icon-type img{
	width: 40px;
	transition: all 0.6s;
	filter: invert(63%) sepia(15%) saturate(980%) hue-rotate(360deg) brightness(88%) contrast(91%);
}
.icon-type p{margin: 1rem 0;}

.tabsprojects ul{margin-bottom: 2rem; justify-content: center;}
.tabsprojects ul li{
	width: auto;
	margin: 0 10px;
}
.tabsprojects ul li a{
	padding: 8px 10px;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-family: 'NotoSerifSC-Medium';
}
.slideproject{margin-bottom: 2rem;}
/* Underline From Center */
.hvr-underline-from-center {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #ab8e5b;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .tabsprojects ul li a.active.hvr-underline-from-center:before {
  left: 0;
  right: 0;
}

.benefites-icon{
	text-align: center;
	padding:2rem 1rem;
	margin-bottom: 2rem;
	transition: all 0.6s;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}

.benefites-icon:hover{
	background: #ab8e5b;
	color: #FFF;
}
.benefites-icon img{
	width: 70px;
	transition: all 0.6s;
	filter: invert(63%) sepia(15%) saturate(980%) hue-rotate(360deg) brightness(88%) contrast(91%);
}
.benefites-icon:hover img{transform: scale(1.05);filter: brightness(0) invert(1);}
.benefites-icon p{margin: 1rem 0 0;}
.benefites-icon span{font-family: 'NotoSerifSC-Medium';}

.Benefits-content .row{margin: 2rem auto;}



.register--home{
	background: #FFF;
	margin-top: 2rem;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.title-box {
	text-align: center;
	margin-bottom: 2rem;
}
.title-box h1{
	font-size: 30px;
	margin: 0;
	text-transform: uppercase;
	font-family: 'NotoSerifSC-SemiBold';
}
.title-box h2{
	font-size: 20px;
	margin: 0;
	text-transform: uppercase;
	font-family: 'NotoSerifSC-Regular';
}

.book-form--home{padding: 7% 3%;}
.book-form--home h1{
	font-size: 18px;
	margin-bottom: 1.5rem;
	text-align: center;
	text-transform: uppercase;
	font-family: 'NotoSerifSC-Regular';
}
.detail-form{margin-bottom: 1rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
	font-size: 1.4rem;
	vertical-align: middle;
}
.detail-form span, .detail-form p.red-text, .control-label span{
	color: #F00;
	display: initial;
}
.detail-form p{
	margin-bottom: 5px;
}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text.datetime{padding:8px 6px;}
.form-text, .custom-file-label{
    padding: 8px 15px;
    background: #FFF;
	border: 1px solid #ab8e5b;
    width: 100%;
	border-radius: 0px;
	height: auto;
	margin: 0;
	color: #ab8e5b;
	line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #073833;
	color: #073833;
}
.form-text::placeholder{color: #7d7d7d;}
.detail-form .col-6{padding: 0 5px 0 0;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	min-width: 250px;
    padding: 10px 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #ab8e5b;
    margin:.5rem auto;
    cursor: pointer;
	color: #FFF;
    transition: all 0.5s;
	border-radius: 0;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    /*background: #073833;*/
	border-color: #073833;
	transform: scale(.98);
}


.content-box.videooverview--home{
	background: url("../images/bgcontent-3.jpg") center center no-repeat;
	background-size: cover !important;
}
.video-present{
	width: 100%;
	overflow: hidden;
	border-radius: 0;
	aspect-ratio:16/9;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.video-present iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slide-videooverview{margin: 2rem 0;}

.address-box{
	text-align: center;
	margin-bottom: 2rem;
}
.address-box h1{
	font-size:24px;
	margin: 1rem auto;
}
.address-box a img{width: 131px;}
.address-box img{
	width: 28px;
	margin-right: 10px;
}
.address-box p{
	margin: 0;
}
.address-box ul{
	list-style: none;
}
.address-box ul li{margin-bottom: 5px;}
.social-box{text-align: center;margin: 2rem auto;}
.social-box h1{
	font-size: 1.3rem;
	margin: 0;
}
.social-box img{
	width: 33px;
	filter: invert(63%) sepia(7%) saturate(2314%) hue-rotate(360deg) brightness(90%) contrast(88%);
} 
.social-box img:hover{
	transform: scale(1.05);
	filter: none;
}

.text-policy{
	margin-bottom: 2rem;
}
.text-policy h2{
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'NotoSerifSC-SemiBold';
}
.text-policy a:hover{color: #073833;}
.text-policy .ic-size{font-size: 14px;margin-right: 8px;}
.text-policy p{text-indent: 3%;margin-bottom: 1rem;}
.text-policy ul{list-style: none;padding-left: 3%;margin: 1rem auto;}



.locationmap{
	background: #FFF;
	padding: 10% 0;
}
.locationmap ul.nav-tabs{justify-content: center;border: none;margin-bottom: 2rem;}
.locationmap ul.nav-tabs li{
	width: auto;
	margin: auto;
}
.locationmap ul button{
	width: 165px;
	text-align: center;
	box-shadow: none;
	border-radius: 6px;
	color: #073833;
	border: 1px solid #073833;
	background: #FFF;
	padding: 8px;
	transition: all 0.6s;
}
.locationmap ul button.active,
.locationmap ul button:hover{
	background: #073833;
	color: #FFFFFF;
}
.locationmap .img-box:hover img{transform: scale(1);}
.locationmap .img-box{
	aspect-ratio:3/3;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.locationmap .img-box img{
	aspect-ratio:3/3;
	max-width: 100%;
	object-fit: cover;
}
.mapbox--projects {
	width: 100%;
	aspect-ratio:3/3;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.mapbox--projects iframe{
	width: 100%;
	height: 100%;
}

.content-otherpage.contactpage .register--home{margin: 0;}
.bannerpagefull{
	padding: 10% 0;
	background: url( "../images/bnnerotherpage.png") bottom center no-repeat;
	background-size: cover !important;
}

.projects-box{
	position: relative;
	overflow: hidden;
	aspect-ratio:2/3;
	background: rgb(7 56 51 / 100%);
	transition: all 0.6s;
	box-shadow: 3.536px 3.536px 8.82px 0.18px rgba(0, 0, 0, 0.47);
}

.projects-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .7;
	transition: all 0.6s;
}
.projects-box:hover img{opacity: .1;transform: scale(1.05);}
.detailprojects{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 95%;
	height: 95%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	align-content: center;
	border: 1px solid #FFF;
	transform: translate(-50%,-50%);
}
.detailprojects img{
	width: 180px;
	height: auto;
	max-width: 100%;
	opacity: 1;
	object-fit: scale-down;
	filter: brightness(0) invert(1);
}
.projects-box:hover{transform: translateY(-15px);}
.projects-box:hover .detailprojects img{opacity: 1;transform: scale(1);}
.detailprojects h1{
	width: 100%;
	font-size: 1.4rem;
	margin: 15px 0 0;
	text-transform: uppercase;
	color: #FFF;
	transition: all 0.6s;
	opacity: 0;
	font-family: 'NotoSerifSC-Medium';
}
.projects-box:hover .detailprojects h1{
	margin: 5px 0 0;
	opacity: 1;
}

.content-otherpage.aboutpage{
	background: url("../images/bgcontent-3.jpg") bottom center no-repeat;
	background-size: 100% !important;
}
.textabout-center{
	text-align: center;
	margin-bottom: 3rem;
}
.textabout-center h1{
	font-size: 26px;
	margin-bottom: .5rem;
	text-transform: uppercase;
	font-family: 'NotoSerifSC-Medium';
}
.textabout-center p{margin: 0;}
.textabout-center .linecolor{margin: 2rem auto 0;}
.linecolor{
	width: 180px;
	height: 4px;
	background: #ab8e5b;
	opacity: 1;
}
.img-hbox{
	text-align: center;
	overflow: hidden;
	margin-bottom: 2rem;
}
.img-hbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.textvision{margin-bottom: 2rem;}
.textvision h1{
	font-size: 26px;
	margin-bottom: .5rem;
	font-family: 'NotoSerifSC-Medium';
}
.textvision p{margin: 0;}
.textvision .linecolor{
	width: 60px;
	margin-bottom: 1rem;
}
.textabout-center span,
.textvision span{font-family: 'NotoSerifSC-Medium';}
.visioncontent.row{justify-content: center;}
.lastimg{
	min-height: 30vh;
	background: url("../aboutus/images/Ex (1).jpg") center center no-repeat;
	background-attachment: fixed !important;
	background-size: cover !important;
}



.content-otherpage.locationmap{background: #faf5ea;}
.menu-detailprojects{
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 12;
	width: 100%;
	color: #FFF;
	background: #ab8e5b;
	padding: 1rem 0 0;
	transition: all 0.6s;
	box-shadow: rgb(33 35 38) 0px 10px 10px -10px;
}
.slim.menu-detailprojects{padding: 6rem 0 0;}
.menu-detailprojects ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu-detailprojects ul li{
	width: 50%;
	margin: auto;
}
.menu-detailprojects ul li a{
	display: block;
	text-align: center;
	padding: 10px;
}
.menu-detailprojects ul li a.active,
.menu-detailprojects ul li a:hover{color: #FFF;}


.menu-detailprojects .hvr-underline-from-center:before {background: #FFF;}

.menu-detailprojects ul li a.hvr-underline-from-center:hover:before, 
.menu-detailprojects ul li a.hvr-underline-from-center:focus:before, 
.menu-detailprojects ul li a.active.hvr-underline-from-center:before {
  left: 0;
  right: 0;
}


.content-otherpage#galleryandvideos{
	background: url("../images/bgcontent-2.jpg") top center no-repeat;
	background-size: cover !important;
}
.content-otherpage.facilitiescontent{
	background: url("../ourprojects/images/bg-prujumpa.png") center center no-repeat;
	background-attachment: fixed !important;
	background-size: cover !important;
}

.textdetail-projects .img-box{margin-top: 3rem;}
.textdetail-projects .row{margin: 3rem auto;}
.textdetail-projects h2{
	color: #FF0000;
	font-size: 24px;
	margin: 0;
	text-align: center;
	font-family: 'NotoSerifSC-SemiBold';
}

.tableprice{margin: 3rem auto 0;}
.tableprice table{
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 2.536px 5.438px 11.76px 0.24px rgba(0, 0, 0, 0.15);
}

.tableprice table th{
	padding: 10px 15px;
	vertical-align: top;
	background: #FFF;
	text-align: center;
}
.tableprice table td{
	padding: 10px;
	vertical-align: top;
	background: #FFF;
	text-align: center;
}
.tableprice table tr:nth-child(2n+1) td{background: #faf7f0;}
.tableprice p{margin: 0;}
.tableprice span{
	text-decoration: line-through;
	font-size: .95rem;
}
.tableprice h1{
	font-size: 1.2rem;
	margin: 0;
	font-family: 'NotoSerifSC-Medium';
}
.tableprice h1.textred{color: #f00;}

.gallery-box{
	text-align: center;
	overflow: hidden;
	aspect-ratio:3/2;
	margin-bottom: 1rem;
}
.gallery-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.title-facilities{text-align: left;margin-bottom: 2rem;}
.title-facilities h1{
	font-size: 28px;
	margin: 0;
	color: #ab8e5b;
	font-family: 'NotoSerifSC-Medium';
}
.iconfacilities{
	padding:1rem .75rem;
	background:rgb(171 142 91 / 70%);
	margin-bottom: 1rem;
	color: #FFF;
	height: 100%;
	transition: all 0.6s;
	text-align: center;
	min-height: 300px;
}
.iconfacilities:hover{transform: scale(.95);box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;}
.iconfacilities h1{
	font-size: 1.4rem;
	margin: .75rem auto;
	font-family: 'NotoSerifSC-Medium';
}
.iconfacilities ul{
	list-style: none;
	text-align: left;
}
.iconfacilities img{
	width: 75px;
	filter: brightness(0) invert(1)
}
.iconfacilities .fa-angles-right{
	margin-top: 5px;
	margin-right: 10px;
}
.iconfacilities ul li{
	margin-bottom: .5rem;
	display: flex;
	justify-content: flex-start;
}
.facilitiescontent .row .col-6{margin-bottom: 1rem;}

#carouselprojectCaptions .carousel-indicators{margin-bottom: 0;}
#carouselprojectCaptions .carousel-item{
	background: rgb(7 56 51 / 100%);
}
#carouselprojectCaptions .carousel-item img{opacity: 1;transition: all 0.8s;}
#carouselprojectCaptions .carousel-item:hover img{opacity: .8;transform: scale(1.03);}
#carouselprojectCaptions .carousel-caption h2{
  font-family: 'NotoSerifSC-Medium';
	margin: 0;
}
#carouselprojectCaptions .carousel-caption h1{
  font-family: 'NotoSerifSC-SemiBold';
}
#carouselprojectCaptions .carousel-caption{
	text-transform: uppercase;
	color: #ab8e5b;
}
#carouselprojectCaptions .carousel-caption1{top: 0;}
#carouselprojectCaptions .carousel-caption2{bottom: 0;}
#carouselprojectCaptions .carousel-control-next, #carouselprojectCaptions .carousel-control-prev{opacity: 1;}
#carouselprojectCaptions .carousel-control-next-icon{
	width: 30px;
	height: 30px;
    background-size: 100% !important;
	filter: invert(65%) sepia(3%) saturate(4986%) hue-rotate(9deg) brightness(91%) contrast(93%);
	background:url("../ourprojects/images/arrow-right.png") center center no-repeat;
}
#carouselprojectCaptions .carousel-control-prev-icon{
	width: 30px;
	height: 30px;
    background-size: 100% !important;
	filter: invert(65%) sepia(3%) saturate(4986%) hue-rotate(9deg) brightness(91%) contrast(93%);
	background: url("../ourprojects/images/arrow-left.png") center center no-repeat;
}
/*///////////End-Content///////////////*/

/*///////////Start-Policy///////////////*/
.policy-box{
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 100%;
    text-align: left;
    padding: 1rem ;
    z-index: 1234;
    display: block;
    font-size: 1rem;	
	background:#FFF;
	color: #073833;
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
}
.policy-box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.policy-box ul li{padding: 0 10px;}
.policy-box p{
	color: #ab8e5b;
	font-size: 1.1rem !important; 
	margin-bottom: 0;
	font-family: 'NotoSerifSC-Medium';
}
.policy-box a{text-decoration: underline;}
.policy-box a:hover{text-decoration: none;color: #000;}
.policy-box .btn-policy{
    width: 150px;
    padding: 8px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    margin: .5rem auto;
	display: flex;
    align-items: center;
	border: 1px solid #ab8e5b;
    justify-content: center;
	border-radius: 0;
	background:#ab8e5b;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'NotoSerifSC-Medium';
}
.btn-policy:hover{
	transform: scale(.96);
	background: rgb(7 56 51 / 100%);
}


/*///////////End-Policy///////////////*/
/***************************/
 
 
.box-loading #overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#000;/*rgba(0,0,0,0.9);*/
  transition: 1s 0.4s;
}
 
.box-loading #progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}
/********************/

.text-distance{
	text-align: left;
}
.pdfdown-load  {
    display: inline-block;
    padding: 5px 15px;
    background: #073833;
    color: #ffff;
    margin: 15px auto;
}
/********************/
.full-item-otherpage .iconfacilities h1 {
    font-size: 0.9rem;
}
.full-item-otherpage .text-distance {
    font-size: 0.7rem;
}
.text-distance {
    text-align: left;
}
/*///////////Start-Footer///////////////*/
.footer{
	padding: 10% 0 5%;
	background: rgb(7 56 51 / 100%);
}
.footer ul{list-style: none;}
.footer h1{
	font-size: 20px;
	margin: .5rem auto;
}
.footer p{margin-bottom: 0rem;}
.footer a:hover{text-decoration: underline;}

.footer ul li{padding-bottom: 8px;}
.address-footer h1{
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'NotoSerifSC-Medium';
}
.address-footer img{width: 98px;}
.address-footer{text-align: center;}
.copyright-box{
	text-align: center;
	margin-top: 13%;
	padding: 8% 3% 0;
	border-top: 1px solid #ab8e5b;
}

.social-footer{
	text-align: center;
	padding: 0 15px;
	margin-top: 1rem;
}
.social-footer img{
	width: 30px;
	margin: auto;
	filter: invert(63%) sepia(7%) saturate(2314%) hue-rotate(360deg) brightness(90%) contrast(88%);
}
.social-footer img:hover{
	transform: scale(1.05);
	filter: none;
}
/*///////////End-Footer///////////////*/
/*@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

	.navbar-brand {
		padding-left: 2rem;
	}
}
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	.navbar-brand {
		padding-left: 6.8rem;
	}

}*/
@media (min-width: 320px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 85%;
		background: rgb(7 56 51 / 75%);
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        right: -100%;
        margin: 0 !important;
        z-index: 55;
		transition: all .8s;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse::-webkit-scrollbar{width: 0;}
	.navbar-collapse.in{
		right: 0;
		transition: all .8s;
	}
	.navbar-collapse.show{
		display:block;
		right: 0;
		transition: all .8s;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		transition: all .8s;
	}
	.navbar-expand-lg, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all .8s !important;
	}
	.navbar-expand-lg.-collapse {
		width:100%;
		transition: all .8s;
	}
}
 










