html{font-size:16px;}
@font-face {
   font-family: 'SukhumvitSet-Medium';
   src: url('fonts/SukhumvitSet-Medium.eot');
   src: url('fonts/SukhumvitSet-Medium.eot?#iefix') format('embedded-opentype'),
      url('fonts/SukhumvitSet-Medium.woff') format('woff'),
      url('fonts/SukhumvitSet-Medium.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'SukhumvitSet-Regular';
   src: url('fonts/SukhumvitSet-Regular.eot');
   src: url('fonts/SukhumvitSet-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/SukhumvitSet-Regular.woff') format('woff'),
      url('fonts/SukhumvitSet-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'SukhumvitSet-SemiBold';
   src: url('fonts/SukhumvitSet-SemiBold.eot');
   src: url('fonts/SukhumvitSet-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('fonts/SukhumvitSet-SemiBold.woff') format('woff'),
      url('fonts/SukhumvitSet-SemiBold.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'SukhumvitSet-Bold';
   src: url('fonts/SukhumvitSet-Bold.eot');
   src: url('fonts/SukhumvitSet-Bold.eot?#iefix') format('embedded-opentype'),
      url('fonts/SukhumvitSet-Bold.woff') format('woff'),
      url('fonts/SukhumvitSet-Bold.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
body{
   font-family: 'SukhumvitSet-Regular';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
	background: #FFF;
}
ul{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	/*cursor: pointer;*/
	color: inherit;
	
}

#nav-icon3{
	z-index: 56;
	width: 35px;
	height: 25px;
	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: 3px;
	width: 60%;
    background: #589cd3;
    border-radius: 6px;
	opacity: 1;
	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 span:nth-child(1) {
	top: 0;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px;
	width: 100%;
}
#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);
	width: 80%;
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 80%;
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
/*#nav-icon3.open{
	top: -1.5rem;
    right: .0rem;
}*/
/*///////////Start-Header///////////////*/
.content-fullotherpage .headbar-main{position: sticky;}
.headbar-main{
    padding: 0;
	position: sticky;
	display: block;
    transition: all 0.6s;
	background-color: rgba(255,255,255,1);
}
.slim.headbar-main{box-shadow: 0 2px 4px rgba(0,0,0,0.1);}
.hamburgers-box{
    width: 100%;
	height: 100%;
	padding: 0;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
    width: auto;
    text-align: left;
    margin: 0;
	padding: 0;
}
.navbar-brand img{
	width: auto;
	max-width: 70%;
	transition: all 0.5s;
	margin: 0;
}

.navbar-collapse .navbar-brand{
	padding: .5rem 0 ;
	margin: 0 auto 2rem;
	text-align: center;
	display: block;
	width: 100%;
	background-color: #FFF;
}
.navbar-collapse .navbar-brand img{width: 110px;max-width: 100%;}

.navbar-nav li{
	padding: 0 15px;
	position: relative;
	transition: all 0.5s;
	margin-bottom: .3rem;
}
.navbar-nav li a{
	padding: 8px 15px;
	display: block;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	transition: all 0.5s;
	position: relative;
}
.navbar-nav li.dropdown a{
	padding: 6px 25px;
	border-radius: 30px;
	color: #FFF;
	background: #589cd3;
}
.navbar-nav li.dropdown .dropdown-menu{
	padding: 0;
	border-radius: 10px;
	border: none;
	background: #f5f5f5;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.navbar-nav li.dropdown .dropdown-menu a{
	padding: 10px;
	text-align: center;
	border-radius: 0;
	background: #FFF;
	display: block;
}
.navbar-nav li.dropdown .dropdown-menu a{color: #000;}
.navbar-nav li.dropdown .dropdown-menu a.active,
.navbar-nav li.dropdown .dropdown-menu a:hover{
	color: #FFF;
	background: #589cd3;
}
.navbar-nav li.active a, .navbar-nav a:hover{
	color: #FFF;
}

/********************/
 
.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;
}



/* Underline From Left */
.hvr-underline-from-left {
  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-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #FFF;
  height: 2px;
	border-radius: 5px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navbar-nav li .hvr-underline-from-left:hover:before, .navbar-nav li .hvr-underline-from-left:focus:before, .navbar-nav li.active .hvr-underline-from-left:before {
  right: 0;
}


.navbar-nav li.active .dropdown-menu a{color: #FFF;}
.navbar-nav li .dropdown-menu{
	padding: 0;
	border: none;
	border-radius: 0;
	background: #f5f5f5;
}
.navbar-nav li .dropdown-menu a{
	padding: 5px;
	font-size: .95rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.social-header{
	margin: 2rem auto;
	padding: 0 30px;
	text-align: center;
	color: #FFF;
	
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.social-header ul img{
	width: 22px;
}
.social-header ul{
	list-style: none;
	margin-bottom: 2rem;
}
.social-header a:hover{color: #F00;}
.social-header img{
	width: 40px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}
.social-header img:hover{transform: scale(1.05);}
.social-header ul li{margin-bottom: 1rem;}

.contactbar img{
	width: 25px;
	margin-right: 10px;
	filter: brightness(0) invert(1);
}
.contactbar {
	display: none;
	padding: 8px 0;
	color: #FFF;
	background: #589cd3;
}
.contactbar a{
	display: inline-block;
}
.contactbar a:hover{text-decoration: underline;}

.languagemobile{
	width: 53px;
	height: 53px;
	border-radius: 50%;
	position: absolute;
	right: 3rem;
	top: 1rem;
	z-index: 1;
	color: #FFF;
	padding:15px 8px;
	background: #589cd3;
}
.languagemobile .dropdown-menu{
	padding: 0;
	border-radius: 10px;
	border: none;
	background: #f5f5f5;
	overflow: hidden;
	width: 100%;
	min-width: inherit;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.languagemobile .dropdown-menu a{
	display: block;
	padding: 15px;
	text-align: center;
	color: #589cd3;
}
.languagemobile .dropdown-menu a.active,
.languagemobile .dropdown-menu a:hover{
	color: #FFF;
	background: #589cd3;
}
/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide{position: relative;}
#carouselmainSlide .carousel-item{
	position: relative;
	overflow: hidden;
}
#carouselmainSlide .carousel-item img{
	width: 100%;
}

#carouselmainSlide .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    bottom: .75rem;
	z-index: 4;
}
#carouselmainSlide .carousel-indicators button{
	width: 12px;
	height: 12px;
	margin: 0 3px;
	opacity: .6;
	border: none;
	background: #FFF;
	border-radius: 50%;
}
#carouselmainSlide .carousel-indicators button.active{
	opacity: 1;
}
/*///////////End-mainSlide///////////////*/

/*///////////Start-Content///////////////*/
.content-box{
	padding: 10% 0;
	color: #000;
}
.title-box{
	text-align: center;
	margin-bottom: 2rem;
}
.title-box h1{
	font-size: 1.6rem;
	margin: 0;
	font-family: 'SukhumvitSet-Bold';
}
.title-box h2{
	font-size: 1.4rem;
	margin: 0;
	font-family: 'SukhumvitSet-SemiBold';
}
.title-box.subtitle ul{justify-content: flex-start;}
.title-box ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content:  center;
	flex-wrap: wrap;
}
.title-box ul li{font-size: .85rem; margin-right: 5px;opacity: .7;}
.title-box ul li.active{opacity: 1;}
.title-box ul li a{padding-right: 5px;}

.videopresent{
	border-radius: 10px;
	margin-bottom: 2rem;
	overflow: hidden;
	aspect-ratio:3/2;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.videopresent video,
.videopresent source{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.textbox1{text-align: center;}
.textbox1 h1{
	font-size: 1.2rem;
	margin: 0;
	color: #589cd3;
	font-family: 'SukhumvitSet-Bold';
}
.textbox1 p{margin-bottom: 1rem;}

.choosebox{
	padding:2rem 1rem;
	border-radius: 20px;
	background: #e9e597;
	margin: 2rem auto 0;
}
.icon-box{
	text-align: center;
	margin-bottom: 2rem;
}
.icon-box h1{
	margin:1rem 0 0;
	font-size: 1rem;
	font-family: 'SukhumvitSet-SemiBold';
}
.icon-box p{margin: 0;}
.icon-box img{max-width: 60%;transition: all 0.6s;}
.icon-box:hover img{transform: scale(.9);}


.content-box.servicehome{background: #a1d1e4;}
.readmore-btn{
	width: 150px;
	text-align: center;
	margin: 0;
	padding: 7px;
	border-radius: 30px;
	color: #000;
	overflow: hidden;
	border: 1px solid #FFF;
}
.readmore-btn a{display: block;}

/* Sweep To Right */
.hvr-sweep-to-right {
  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;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #FFF;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e9e597;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 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-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
	color: #000;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.content-box.servicehome .title-box.subtitle{color: #FFF;}
.service-box:hover img{transform: scale(1.03);}
.imgser{
	text-align: center;
	overflow: hidden;
	border-radius: 15px;
	aspect-ratio:3/2;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.imgser img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.textser{
	color: #FFF;
	padding:15px 5px;
}
.textser h1 {
    font-size: 1.2rem;
    margin-bottom: .5rem;
    font-family: 'SukhumvitSet-Bold';
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 1.5 * 1);
}
.textser.textser2{color: #000;}
.textser h2{
	font-size: 1rem;
	margin-bottom: .5rem;
	font-family: 'SukhumvitSet-SemiBold';
}
.textser ul{
	/*list-style: none;*/
	padding-left: 1rem;
	margin-bottom: 1rem;
}
.textser .fa-circle{
	margin-right: 10px;
	font-size: 10px;
}
/*.textser p*/
.textser .line-clamp-5{
	font-size: .9rem;
	margin-bottom: .5rem;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    height: calc(1rem* 1.4* 5);
}
.textser.textser2 p{
    -webkit-line-clamp: inherit;
    overflow: inherit;
    line-height: normal;
    height: auto;
}
.slideservices .slick-prev:before, .slideservices .slick-next:before{display: none;}
.slideservices .slick-prev, .slideservices .slick-next{
	width: 30px;
	height: 30px;
	z-index: 1;
	top: auto;
	bottom: -10%;
	filter: brightness(0) invert(1);
	background-size: 100% !important;
}
.slideservices .slick-prev{
	left: 40%;
	background: url("../images/left.png") center center no-repeat;
}
.slideservices .slick-next{
	right: 40%;
	background: url("../images/right.png") center center no-repeat;
}
.slideservices .slick-slide{margin: 8px;}

.content-box.abouthome{
	background-attachment: fixed !important;
	background-size: cover !important;
	background: url("../images/bg-1.png") center center no-repeat;
}
.textabout1{
	text-align: center;
	padding: 2rem 1rem;
	border-radius: 15px;
	color: #FFF;
	background: rgb(88 156 211 / 80%);
}
.textabout1 h1{
	font-size: 1.7rem;
	margin-bottom: 1rem;
	font-family: 'SukhumvitSet-Bold';
}

.textabout1 span{color: #e9e597;}
.textabout1 p{margin-bottom: 1rem;}

.portbox:hover img{transform: scale(1.05);}
.imgport{
	aspect-ratio:2/3;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.imgport img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
	object-fit: cover;
}
.textport {padding: 15px 0;}
.textport h1{
	font-size: 1rem;
	margin: .5rem auto;
	font-family: 'SukhumvitSet-Medium';
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.4* 1);
}
.slideservices .slick-dots,
.slideport .slick-dots{display: none !important;}
.slideport .slick-prev:before, .slideport .slick-next:before{display: none;}
.slideport .slick-prev, .slideport .slick-next{
	width: 30px;
	height: 30px;
	z-index: 1;
	top: -14%;
	opacity: .7;
	background-size: 100% !important;
}
.slideport .slick-prev{
	left: 0;
	background: url("../images/arrow-left.png") center center no-repeat;
}
.slideport .slick-next{
	right: 0;
	background: url("../images/arrow-right.png") center center no-repeat;
}
.slideport .slick-prev:hover, .slideport .slick-next:hover{opacity: 1;}
.slideport .slick-slide{margin: 8px;}
.portbox .readmore-btn.hvr-sweep-to-right{
	background: #e9e597;
	width: 100%;
	border-color: #e9e597;
}
.readmore-btn.readin.hvr-sweep-to-right:before,
.portbox .readmore-btn.hvr-sweep-to-right::before{background: #FFF;color: #000;}

.readmore-btn.readin.hvr-sweep-to-right{
	background: #e9e597;
	width: 150px;
	border-color: #e9e597;
}
.bannerpage{
	color: #FFF;
	padding: 10% 0;
	background-attachment: fixed !important;
	background-size: cover !important;
}
.bannerpage.servicepage{
	background: url("../ourproducts/images/banner.png") bottom center no-repeat;
}
.bannerpage.projectpage{
	background: url("../ourprojects/images/banner.png") bottom center no-repeat;
}
.bannerpage.contactpage{
	background: url("../contactus/images/banner.png") bottom center no-repeat;
}
.bannerpage .title-box{margin-bottom: 0;}
.portbox.portbox2{margin-bottom: 2rem;}
.portbox.portbox2 .imgport{
	aspect-ratio:3/2;
}

.pageclick .page-link{
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	color: #589cd3;
	border: 1px solid #589cd3 !important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	transition: all 0.6s;
	font-size: .9rem;
	background-color:transparent;
}
.pageclick .page-link.active,
.pageclick .page-link:hover{
	color: #FFF;
	background: #589cd3;
}
.pageclick ul{justify-content: center;}

.imgshow{
	text-align: center;
	overflow: hidden;
	aspect-ratio:4/3;
}
.imgshow img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.imgshow:hover img{transform: scale(1.05);}

.content-box.reated{background: #f5f5f5;}
.slideportshow .slider-nav .slick-slide{margin: 10px;}
.slideportshow .slick-prev:before, .slideportshow .slick-next:before{display: none;}
.slideportshow .slick-prev, .slideportshow .slick-next{
	width: 30px;
	height: 30px;
	z-index: 1;
	opacity: .7;
	background-size: 100% !important;
}
.slideportshow .slick-prev{
	left: 0;
	background: url("../images/arrow-left.png") center center no-repeat;
}
.slideportshow .slick-next{
	right: 0;
	background: url("../images/arrow-right.png") center center no-repeat;
}

.imgcontact{
	text-align: center;
	overflow: hidden;
	margin-bottom: 2rem;
}
.imgcontact img{
	width: 100%;
	transition: all 0.5s;
}
.address-box h1,
.contact-box h1{
	font-size: 1.3rem;
	margin-bottom: .5rem;	
	font-family: 'SukhumvitSet-Bold';
}
.contact-box a:hover{color: #e9e597;}
.contact-box{margin: 1rem auto;}
.contact-box ul{list-style: none;}
.address-box p{margin: 0;}
.social-box img:hover{filter: invert(62%) sepia(84%) saturate(1006%) hue-rotate(179deg) brightness(87%) contrast(89%);}
.social-box img{width: 35px;}


.mapbox{
	width: 100%;
	height: 275px;
	overflow: hidden;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.detail-form{margin-bottom: 1rem;}
.detail-form p{margin-bottom: .5rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #282828;
	font-size: 26px;
	vertical-align: middle;
}
.detail-form span, 
.detail-form p.red-text{
	color: #F00;
	display: initial;
}
.detail-form h1{
	font-size: 1rem;
	margin-bottom: 1rem;
}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text, .custom-file-label{
    padding: 8px 15px;
    background-color: transparent;
    border: 1px solid #d0d0d0;
    color: #000;
    width: 100%;
	border-radius: 5px;
	height: auto;
	margin: 0;
	line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #589cd3;
}
.form-text::placeholder{color: #898989;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	width: 200px;
    padding: 10px 20px;
    display: block;
    box-shadow: none;
    margin:.5rem auto;
    cursor: pointer;
	color: #000;
	border: none;
    transition: all 0.5s;
	border-radius: 8px;
	background: #e9e597;
}
.sendus-btn:hover{
	transform: scale(.98);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.contactform {
	padding: 0 1rem;
	margin-bottom: 2rem;
}

.service-box.service-box2{margin-bottom: 2rem;}
.service-box.service-box2 .textser{color: #000;}

.slideproductshow .slider-nav .slick-slide{margin: 10px;}
.slideproductshow .slick-prev:before, .slideproductshow .slick-next:before{display: none;}
.slideproductshow .slick-prev, .slideproductshow .slick-next{
	width: 30px;
	height: 30px;
	z-index: 1;
	opacity: .7;
	background-size: 100% !important;
}
.slideproductshow .slick-prev{
	left: 0;
	background: url("../images/arrow-left.png") center center no-repeat;
}
.slideproductshow .slick-next{
	right: 0;
	background: url("../images/arrow-right.png") center center no-repeat;
}

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

.textpolicy h1{
	font-size: 1.2rem;
	margin-bottom: .75rem;
	font-family: 'SukhumvitSet-SemiBold';
}
.textpolicy h2{
	font-size: 1rem;
	margin-bottom: .5rem;
	font-family: 'SukhumvitSet-SemiBold';
}
.textpolicy ul{
	list-style: none;
	padding-left: 1rem;
	margin: 1rem auto;
}
.textpolicy a:hover{color: #589cd3;}
.textpolicy ul li{margin-bottom: .5rem;}
.textpolicy p{
	margin-bottom: 1rem;
	text-indent: 1rem;
}
.textpolicy .fa-circle-chevron-right{font-size: .9rem;margin-right: .5rem;}
.textpolicy span{font-family: 'SukhumvitSet-SemiBold';}
/*///////////Start-Policy///////////////*/
.policy-box{
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 100%;
    text-align: left;
    padding: 1rem ;
    color: #000 ;
    z-index: 1234;
    display: block;
    font-size: 1rem;	
	background:#FFF;
	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{
	font-size: 1.1rem !important; 
	margin-bottom: 0;
	font-family: 'SukhumvitSet-Medium';
}
.policy-box a{font-family: 'SukhumvitSet-Medium';}
.policy-box a:hover{text-decoration: underline;color: #996d35;}
.policy-box .btn-policy{
    width: 210px;
    padding: 8px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #FFF ;
    margin: .5rem auto;
	display: flex;
    align-items: center;
    justify-content: center;
	text-transform: uppercase;
	border: 1px solid #589cd3;
	background: #589cd3;
	border-radius: 30px;
}
.btn-policy:hover{
	color: #589cd3;
	background: #FFF;
}


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

/*///////////Start-Footer///////////////*/
.footer{
	color: #FFF;
	padding: 10% 0 5%;
	background: #589cd3;
}
.footer ul{list-style: none;}
.footer h1{
	font-size: 1.2rem;
	margin-bottom: .75rem;
	font-family: 'SukhumvitSet-SemiBold';
}
.footer hr{
	width: 2em;
	margin: .5rem 0 .75rem;
	opacity: 1;
	border-color: #000;
}
.footer a{display: inline-block;}
.footer p{margin-bottom: 0rem;}
.footer a:hover{color: #e9e597;text-decoration: underline;}
.footer ul li{padding-bottom: 5px;}
.contact-footer{margin: 2rem auto;}
.address-footer img{
	width: 150px;
}
.social-footer{margin-bottom: 2rem;text-align: center;}
.social-footer  img{
	width: 35px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}
.social-footer img:hover{transform: scale(.95);}
.copyright-box{
	text-align: center;
	margin-top: 2rem;
	font-size: .9rem;
	border-top: 1px solid #FFF;
	padding-top: 1rem;
}
.text-right{text-align: right;}
.text-left{text-align: left;}

.pdf-load a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pdf-load img{
	width: 35px;
	margin: 0 10px 0 0;
}
.pdf-load {
    border-radius: 10px;
    text-align: center;
    margin: 1rem 0;
    width: 200px;
    padding: 8px;
    background: #f5f5f5;
	font-size: .9rem;
	transition: all 0.6s;
	box-shadow: 1px 1px 0 #c7c7c7;
}
.pdf-load:hover{
	color: #FFF;
	background: #6D6D6D;
}
.pdf-load:hover a{color: #FFF;}


/*-----cate----/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
ul.main-cate {
	list-style:none ;
	text-align:center !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
ul.main-cate li{
	width: auto;
    cursor: pointer;
    font-weight: 300;
    font-size: 1.1rem;
	/*color:#333;*/
    text-transform: uppercase;
	padding: 6px 15px;
    border: 1px solid #5d5d5d;
	margin: 0.5rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul.main-cate li.active,
ul.main-cate li:hover{
    color: #FFF;
	background: #589cd3;
    border: 1px solid #ffffff;
}

/*///////////End-Footer///////////////*/
@media (max-width: 920px) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 80%;
		background: rgb(88 156 211 / 80%);
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        left: -100%;
		opacity: 0;
        margin: 0 !important;
        z-index: 55;
		transition: all .5s;
        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 .5s;
	}
	.navbar-collapse.show {
		left: 0;
		opacity: 1;
		transition: all .5s;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		transition: all .5s;
	}
	.navbar-expand-lg, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all .5s !important;
	}
	.navbar-expand-lg.-collapse {
		width:100%;
		transition: all .5s;
	}

	
}






