html{
	font-size:14px;
}
@font-face {
   font-family: 'Kanit-Medium';
   src: url('fonts/Kanit-Medium.eot');
   src: url('fonts/Kanit-Medium.eot?#iefix') format('embedded-opentype'),
      url('fonts/Kanit-Medium.woff') format('woff'),
      url('fonts/Kanit-Medium.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'Kanit-Regular';
   src: url('fonts/Kanit-Regular.eot');
   src: url('fonts/Kanit-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/Kanit-Regular.woff') format('woff'),
      url('fonts/Kanit-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'IBMPlexSansThaiLooped-Regular';
   src: url('fonts/IBMPlexSansThaiLooped-Regular.eot');
   src: url('fonts/IBMPlexSansThaiLooped-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/IBMPlexSansThaiLooped-Regular.woff') format('woff'),
      url('fonts/IBMPlexSansThaiLooped-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'Philosopher-Regular';
   src: url('fonts/Philosopher-Regular.eot');
   src: url('fonts/Philosopher-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/Philosopher-Regular.woff') format('woff'),
      url('fonts/Philosopher-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

body{
   font-family: 'Kanit-Regular';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
	overflow-x: hidden;
	
}
h1, h2, h3,p{
	background-image: radial-gradient(#bd9f87, #623b12);
    color: transparent;
    background-clip: text;
}
ul{
	padding: 0;
	margin: 0;
	background-image: radial-gradient(#bd9f87, #623b12);
    color: transparent;
    background-clip: text;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

#nav-icon3{
	z-index: 56;
	width: 30px;
	height: 30px;
	position: relative;
    top: 0rem;
    right: 0;
	left: auto;
	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; 
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 2px;
	width: 33px;
	background-image: radial-gradient(#bd9f87, #623b12);
    border-radius: 6px;
	opacity: 1;
	left: 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 span:nth-child(1) {
	top: 0;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px;
	width: 75%;
	left: auto;
	right: 0;
}
#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;
}*/
/*///////////Start-Header///////////////*/
.headbar-main{
    padding:.5rem 0;
	display: block;
    transition: all 0.6s;
	background-color:#192650;
}
.slim.headbar-main{box-shadow: 0 2px 10px rgba(0,0,0,0.2);}
.hamburgers-box{
    width: 100%;
	height: 100%;
	padding: 0;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
	width: 100%;
    text-align: left;
	color: #FFF;
    margin: 0 ;
	padding: 0;
    transition: all 0.5s;
}
.navbar-brand img{
	width: 135px;
	transition: all 0.5s;
	margin: auto;
}

.navbar-collapse .navbar-brand{
	padding: 1rem ;
	margin: auto;
	text-align: center;
	display: block;
	width: 100%;
}

.navbar-nav li{
	padding: 0 10px;
	position: relative;
	transition: all 0.5s;
}
.navbar-nav li a{
	padding: 8px 10px;
	display: block;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	transition: all 0.5s;
	position: relative;
}
.navbar-nav li.active a, .navbar-nav a:hover{
	background-image: radial-gradient(#bd9f87, #623b12);
    color: transparent;
    background-clip: text;
}

.navbar-nav li .dropdown-menu{
	padding: 0;
	border: none;
	border-radius: 0;
	background: #081131;
	color: #FFF;
	margin: 0;
}
.navbar-nav li .dropdown-menu a{
	padding: 15px 25px;
	color: #FFF;
	display: flex;
	align-items: center;
}
.navbar-nav li .dropdown-menu a img{
	width: 30px;
	margin-right: 10px;
	filter: brightness(0) invert(1);
}
.navbar-nav li .dropdown-menu a.active,
.navbar-nav li .dropdown-menu a:hover{
	background-image: radial-gradient(#bd9f87, #623b12);
    color: transparent;
    background-clip: text;
}
.navbar-nav li .dropdown-menu a.active img,
.navbar-nav li .dropdown-menu a:hover img{filter: none;}
.social-header{
	text-align: center;
	padding: 0 20px;
	color: #FFF;
	margin: 2rem auto;
}
.social-header img{
	width: 35px;
	margin: auto;
	transition: all 0.8s;
}
.social-header img:hover{
	transform: scale(.95);
}
.social-header ul{
	list-style: none;
	text-align: left;
	margin: .75rem auto;
	line-height: 2;
	color: #FFF;
}
.social-header a:hover{
	text-decoration: underline;
}
.social-header ul img{
	width: 22px;
}
.social-header ul li a{padding: 0;
	color: #FFF;
}


.language-box.mobiledisplay{
	position: absolute;
	top: 2rem;
	right: 2.5rem;
} 
.language-box{
	background-image: radial-gradient(#bd9f87, #623b12);
    color: transparent;
    background-clip: text;
}
.language-box a{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.language-box img{
	width: 25px;
	margin-right: 5px;
}
.language-box .dropdown-menu{
	min-width: inherit;
	width: 100%;
	padding: 0;
	border-radius: 10px;
	border: none;
	box-shadow: 0 0 15px rgba(0,0,0,0.35);
	background: #192650;
}
.language-box .dropdown-menu a{
	display: block;
	color: #FFF;
	padding: 10px;
}

/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide .carousel-item{position: relative;}
#carouselmainSlide .carousel-item img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
#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: 30px;
	height: 5px;
	margin: 0 3px;
	border: none;
	background: #192650;
	opacity: .6;
}
#carouselmainSlide .carousel-indicators button.active{
	opacity: 1;
}


/*banner*/
.banner-captions{
    position: absolute;
    width: 100%;
    color: #FFF;
    /*text-transform: uppercase;*/
    text-shadow: 0px 1px 0.98px rgba(0, 0, 0, 0.49);
}
/*
caption1  == บนซ้าย
caption2  == บนกลาง
caption3  == บนขวา
caption4  == กลางซ้าย
caption5  == กลาง
caption6  == กลางขวา
caption7  == ล่างซ้าย
caption8  == ล่างกลาง
caption9  == ล่างขวา
*/
/*.caption1{left: 2rem; bottom: 2rem;}
.caption2{bottom: 2rem;text-align: center;}
.caption3{top: 1rem;left: 2rem;}
.caption4{right: 2rem;top: 4rem;text-align: right;}
.caption5{right: 2rem;bottom: 2rem;text-align: right;}
.caption7{
    text-align: center;
    top: 50%;
    transform: translate(0,-50%);
}*/
.caption1{left: 2rem;top: 2rem;}
.caption2{top: 2rem;text-align: center;}
.caption3{top: 2rem;text-align: right; right: 2rem;}
.caption4{left: 2rem; /*top: 35%;*/	top: calc(100% - 50%);}
.caption5{
    text-align: center;
    /*top: 35%;*/
	top: calc(100% - 50%);
    transform: translate(0,-50%);
}
.caption6{
	right: 2rem;
	/*top: 35%;*/
	top: calc(100% - 50%);
	text-align: right;
}
.caption7{left: 2rem; bottom: 2rem;}
.caption8{bottom: 2rem;text-align: center;}
.caption9{bottom: 2rem;text-align: right; right: 2rem;}

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

/*///////////Start-Content///////////////*/
.content-box{
	padding: 10% 0;
	background-size: 100% !important;
	background: url("../images/bg-content.png") top center repeat-y;
}

.img-box{
	text-align: center;
	overflow: hidden;
}

.img-box img{
	width: 100%;
	transition: all 0.5s;
}

.title-box {
	text-align: center;
	margin-bottom: 2rem;
}
.title-box h1{
	font-size: 1.8rem;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: 'Kanit-Medium';
}
.title-box p{margin: 0;}
.title-box h2{
	font-size: 1.2rem;
	margin: 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Kanit-Regular';
}

.textcenter-abouthome{
	text-align: center;
	margin-bottom: 2rem;
}
.textcenter-abouthome h1{
	font-size: 2rem;
	margin-bottom: 1rem;
   font-family: 'Philosopher-Regular';
}
.textcenter-abouthome h2{
	font-size: 1.2rem;
	margin: 0;
	color: #b3b3b3;
	font-family: 'Kanit-Medium';
}
.textcenter-abouthome p{
	color: #b3b3b3;
	margin: 0;
}

.textleft-abouthome{margin: 2rem auto;}
.textleft-abouthome h1{
	font-size: 1.5rem;
	margin-bottom: .75rem;
	color: #b3b3b3;
	font-family: 'Kanit-Medium';
}
.textleft-abouthome p{margin: 0;color: #b3b3b3;}
.textleft-abouthome ul{
	list-style: none;
	color: #b3b3b3;
}
.textleft-abouthome .fa-circle{
	font-size: 10px;
	margin-right: 5px;
}
.textleft-abouthome ul li{margin-bottom: 10px;}




.servicefullcontent{margin: 3rem auto;}
.slideservices .slick-prev:before, .slideservices .slick-next:before{display: none;}
.slideservices .slick-prev{
	width: 30px;
	height: 30px;
	background: url("../images/left.png") center center no-repeat;
	background-size: 100% !important;
	left: auto;
	right: 2.5rem;
	top: auto;
	bottom: -50px;
	z-index: 1;
	transition: all 0.6s;
}
.slideservices .slick-next{
	width: 30px;
	height: 30px;
	background: url("../images/right.png") center center no-repeat;
	background-size: 100% !important;
	right: 0;
	z-index: 1;
	top: auto;
	bottom: -50px;
	transition: all 0.6s;
}
.slideservices .slick-next:hover,
.slideservices .slick-prev:hover{transform: scale(.95) translate(0, -50%);}
.slideservices .slick-dots{
	width: 75%;
	margin: 0;
	left: 0;
	text-align: left;
	border-bottom: 2px solid #623b12;
}
.slideservices .slick-dots li button:before{display: none;}
.slideservices .slick-dots li button{
	width: 35px;
	height: 3px;
	padding: 0;
	opacity: 0;
	margin: 0;
	background-image: -moz-linear-gradient( 90deg, rgb(189,159,135) 0%, rgb(98,59,18) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(189,159,135) 0%, rgb(98,59,18) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(189,159,135) 0%, rgb(98,59,18) 100%);
}
.slideservices .slick-dots li.slick-active button{opacity: 1;}
.slideservices .slick-dots li{
	width: auto;
	margin: auto;
	height: auto;
	bottom: -7px;
}

.services-box{
	position: relative;
	overflow: hidden;
	background-color: #1a1a1a;
	aspect-ratio:2/4;
	transition: 0.6s;
	border: 1px solid transparent;
}
.slideservices .slick-slide.slick-current.slick-active .services-box,
.services-box:hover{
	z-index: 1;
	transform: scale(1.01);
	background-color: #192650;
	border-image: linear-gradient(to right, #bd9f87, #623b12) 1;
}
.services-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .2;
	transition: all 0.6s;
}

.slideservices .slick-slide.slick-current.slick-active img,
.services-box:hover img{transform: scale(1.05);}
.text-services{
	position: absolute;
	width: 100%;
	height: 100%;
	padding:2rem 1rem;
	color: #FFF;
	text-align: center;
	z-index: 1;
	
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.text-services img{
	width: 50px;
	height: auto;
	margin: auto;
	opacity: 1;
}
.text-services h1{
	width: 100%;
	font-size: 1.1rem;
	margin: .5rem auto 1rem;
	color: #FFF;
	font-family: 'Kanit-Medium';
}
.text-services p{
	width: 100%;
	margin: 0;
	color: #FFF;
}

.ourworkfullcontent{margin: 5rem auto 3rem;}
.ourworkfullcontent .img-box{margin-bottom: 2rem;}
.title-work{
	display: flex;
	align-items: flex-end;
	margin-bottom: 2rem;
}
.title-work h1{
	font-size: 1.2rem;
	margin: 0 10px;
	color: #b3b3b3;
}
.linecolor{
	width: 50%;
	height: 1px;
	background: #b3b3b3;
}
.text-work p{
	margin: 0;
	color: #b3b3b3;
}
.text-work ul{
	list-style: none;
	margin: 1rem auto;
	color: #b3b3b3;
}
.text-work{
	width: 90%;
	margin: 1rem auto 2rem;
	padding: 1rem;
	color: #b3b3b3;
	background: rgb(25 38 80 / 40%);
}
.mapbox{
	width: 100%;
	height: 280px;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.partner-box{
	text-align: center;
	margin-bottom: 1rem;
}
.partner-box img {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
	transition: all 0.6s;
}
.partner-box:hover img {transform: scale(.95);}

.contentvideo{margin: 3rem auto 2rem;}
.slidevideo .slick-prev:before, .slidevideo .slick-next:before{display: none;}
.slidevideo .slick-prev{
	width: 30px;
	height: 30px;
	background: url("../images/left.png") center center no-repeat;
	background-size: 100% !important;
	left: 0;
	z-index: 1;
	transition: all 0.6s;
}
.slidevideo .slick-next{
	width: 30px;
	height: 30px;
	background: url("../images/right.png") center center no-repeat;
	background-size: 100% !important;
	right: 0;
	z-index: 1;
	transition: all 0.6s;
}
.slidevideo .slick-next:hover,
.slidevideo .slick-prev:hover{transform: scale(.95) translate(0, -50%);}
.video-present{
	width: 100%;
    aspect-ratio: 3 / 2;
	border-radius: 20px;
	overflow: hidden;
}
.video-present iframe{
	width: 100%;
	height:100%;
	object-fit: cover;
}

.readmore-btn{
	padding: 2px;
	text-align: center;
	width: 180px;
	margin: 1rem auto;
	color: #FFF;
	background-image: radial-gradient(#bd9f87, #623b12);
}
.readmore-btn img{
	width: 25px;
	margin: 0 10px;
	filter: brightness(0) invert(1);
	transition: all 0.6s;
}
.readmore-btn:hover img{transform: translateX(10px);}
.readmore-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	padding: 6px;
}

.news-box{
	margin-bottom: 2rem;
	background-image: radial-gradient(#bd9f87, #623b12);
	padding: 2px;
}
.news-box .img-box iframe,
.news-box .img-box img{
	aspect-ratio:3/3;
	object-fit: cover;
}
.news-box:hover img{transform: scale(1.05);}
.news-box .img-box{background: #FFF;}
.text-news{
	padding: 10px;
	background: #000;
	color: #FFF;
}
.text-news p{
	color: #b3b3b3;
	margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 2);
}
.readmore-text{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #000;
	padding: 5px;
	color: #FFF;
	text-align: left;
}
.readmore-text img{
	width: 25px;
	margin: 0 10px;
	filter: brightness(0) invert(1);
	transition: all 0.6s;
}
.readmore-text:hover{
	background-image: radial-gradient(#bd9f87, #623b12);
    color: transparent;
    background-clip: text;
}
.readmore-text:hover img{transform: translateX(10px);}
.text-video{
	margin: 1rem auto;
	text-align: center;
	color: #b3b3b3;
}


.address-box{
	text-align: left;
	margin-bottom: 2rem;
	font-size: .9rem;
}
.social-box h1,
.address-box h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
	color: #FFF;
}
.address-box p{
	color: #FFF;
	margin: 0;
}
.address-box a:hover{color: #bd9f87;}
.address-box ul{
	color: #FFF;
	list-style: none;
}
.social-box img{
	width: 33px;
	transition: all 0.6s;
}
.social-box img:hover{transform: scale(.95);}
.bannerpage{
	position: relative;
	height: 315px;
	overflow: hidden;
	background: #040a22;
} 
.bannerpage img,
.bannerpage source,
.bannerpage video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .6;
}
.bannerpage .title-box{
	margin: 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	transform: translate(0,-50%);
}
.title-box ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.title-box ul li{
	width: auto;
	margin: 0 10px 0 0;
}
.title-box ul li a{
	padding: 0 5px;
}
.title-box ul li a:hover{color: #FFF;}

.formcontact{
	padding: 1rem;
	/*border: 1px solid #bd9f87;*/
	margin: 2rem auto;
	background: rgb(25 38 80 / 40%);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.formcontact h1{
	font-size: 1.4rem;
	margin-bottom: 1rem;
   font-family: 'Kanit-Medium';
}
.detail-form{margin-bottom: 1rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #FFF;
	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: 8px;}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text, .custom-file-label {
    padding: 8px 15px;
    border: 1px solid #23356e;
    width: 100%;
    color: #FFF;
    border-radius: 5px;
    height: auto;
    margin: 0;
    line-height: normal;
	background: rgb(25 38 80 / 50%);
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #bd9f87;
}
.form-text::placeholder{color: #909090;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	width: 180px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border:none;
    color: #FFF;
    background: linear-gradient(#bd9f87, #623b12);
    margin:.5rem auto;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 5px;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: linear-gradient(#623b12, #bd9f87);
	color: #FFF;
	transform: scale(.98);
}

.address-box img.ic-contact, 
.social-box img.ic-contact{
	width: auto;
	max-width: 80%;
}
.services-box.inservices{
	margin-bottom: 2rem;
}
.bannerpage.servicespage{height: auto;}
.bannerpage.servicespage .title-box{
	text-align: left;
	padding-left: 3rem;
	top: 30%;
}
.bannerpage.servicespage .title-box ul{justify-content: flex-start;}
.services-content{
	text-align: center;
	margin-bottom: 2rem;
}
.services-content h1{
	font-size: 1.5rem;
	margin-bottom: .5rem;
}
.services-content p{margin: 0;color: #FFF;}
.services-content img{
	width: 50px;
}
.imgservices{
	margin: auto;
	text-align: center;
	margin-bottom: 2rem;
}
.imgservices img{
	width: 100%;
	object-fit: scale-down;
	transition: all 0.6s;
	aspect-ratio:3/2;
}
.imgservices:hover img{transform: scale(1.05);}

.imgservices.portimg{
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio:3/2;
	transition: all 0.5s;
	margin-bottom: 1rem;
	
	background: -webkit-linear-gradient(60deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
	background: -o-linear-gradient(60deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
	background: linear-gradient(150deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
}
.imgservices.portimg img{
	object-fit: cover;
	aspect-ratio:4/3;
}
.imgservices.portimg:hover{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.imgservices.portimg:hover img{transform: scale(1.05);}
.imgservices.portimg h1{
	font-size: 1rem;
	margin-bottom: 0;
	color: #a9a9a9;
	transition: all 0.5s;
   font-family: 'Kanit-Regular';
}
.imgservices.portimg p{margin: 0;color: #a9a9a9;}
.imgservices.portimg h1{transform: scale(1.05);}
.readmore-btn.backbtn{margin: 1rem 0;}
.readmore-btn.downloadbtn{
	float: right;
	margin: 1rem 0;
	width: 220px;
}
.readmore-btn.backbtn img{margin-right: 10px;margin-left: 0;}
.readmore-btn.backbtn:hover img{
	transform: translateX(-10px);
}
.readmore-btn.downloadbtn:hover img{
	transform: translateX(0) translateY(5px);
}
.content-box.servicespage{background-position: center center;background-attachment: fixed !important;}
.relatedbox{
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid #623b12;
}

.pageclik ul.pagination{
	justify-content: center;
	margin: 1rem auto 0;
}
.pageclik ul.pagination li a{
	background-color: transparent;
	border-color: #bd9f87;
	box-shadow: none;
	border-radius: 0;
	color: #FFF;
}
.pageclik ul.pagination li a.active,
.pageclik ul.pagination li a:hover{color: #bd9f87;}


.textpolicy{margin-bottom: 1rem;}
.textpolicy h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
   font-family: 'Kanit-Medium';
    color: #FFF ;
}
.textpolicy h2{
	font-size: 1rem;
	margin-bottom: .5rem;
   font-family: 'Kanit-Medium';
    color: #FFF ;
}
.textpolicy p{
    color: #FFF ;margin-bottom: 1rem;text-indent: 3%;}
.textpolicy ul{
	list-style: none;
	padding-left: 1rem;
	margin: .5rem auto;
    color: #FFF ;
}
/*///////////End-Content///////////////*/

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


/*///////////End-Policy///////////////*/


/*///////////Start-Footer///////////////*/
.footer{
	padding: 10% 0 5%;
	background: #192650;
	
}
.footer ul{list-style: none;}
.footer h1, .social-footer h1{
	font-size: 1.1rem;
	margin: .5rem auto;
   font-family: 'Kanit-Medium';
}
.logo-footer{
	text-align: center;
	margin-bottom: 2rem;
}
.logo-footer img{
	width: 200px;
	filter: none;
}
.footer p{margin-bottom: 0rem;}
.footer a:hover{text-decoration: underline;color: #FFF;}
.address-footer{margin-bottom: 2rem;}

.footer ul li{padding-bottom: 8px;}
.copyright-box{
	text-align: center;
	margin-top: 8%;
	padding: 5% 3% 0;
	border-top: 1px solid #623b12;
	background-image: radial-gradient(#bd9f87, #623b12);
    color: transparent;
    background-clip: text;
}
.social-footer{
	text-align: center;
	margin: 2rem auto;
}
.social-footer img{
	width: 30px;
	margin: auto;
	transition: all 0.6s;
}
.social-footer img:hover{
	transform: scale(.95);
}

/*///////////End-Footer///////////////*/

@media (max-width: 920px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 85%;
		background: rgb(25 38 80 / 80%);
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        left: -100%;
		opacity: 0;
        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{
		left: 0;
		opacity: 1;
		transition: all .8s;
	}
	.navbar-collapse.show{
		display:block;
		left: 0;
		opacity: 1;
		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;
	}
}











