html{font-size:16px;}
@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: 'Kanit-Light';
    src: url('fonts/Kanit-Light.eot');
    src: url('fonts/Kanit-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Kanit-Light.woff') format('woff'),
         url('fonts/Kanit-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Kanit-Light';
	cursor: default;
	position: relative;
	line-height:1.75;
	font-size: 1rem;
	overflow-x: hidden;
}

img{ border:0; margin:auto;}
a{
    text-decoration:none;
    color:inherit;
}
a:hover{
    color:inherit; 
    text-decoration: none;
}
ul{	padding-left: 0;margin-bottom: 0;}
h1, h2, h3{line-height: normal;}
#back-to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 9999;
    bottom: 30%;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;
    background:#006699;
    font-size: .9rem;
    opacity: .5;
    transform: translate(0,-50%);
}
#back-to-top:hover{
    opacity: 1;
}
#back-to-top a {
    color: #FFF;
}
button:focus {
    outline: none;
}

#nav-icon3{
	z-index: 88;
	width: 33px;
	height: 33px;
	position: relative;
    top: 0;
    right: 5%;
	padding: 0;
	margin: 8px 0 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;
}
#nav-icon3 p {
    position: absolute;
    bottom: -13px;
    right: 0;
    margin: 0;
    font-size: 14px;
    z-index: 5;
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
    background: #006699;
    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: 5px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	width: 75%;
	top: 15px;
	right: 0;
	left: auto;
}
#nav-icon3 span:nth-child(4) {
	top: 25px;
	right: 0;
	left: auto;
	width: 50%;
}
#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%;
}
/*head--//////////////////////////////////////////////////////////////////////////*/
.headbar-main{
    width: 100%;
    padding: 1rem 0;
    transition: all 0.5s;
    background:#FFF;	
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.hamburgers-box{
    width: 100%;
    position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
    transition: all 0.5s;
}
.navbar-brand {
	width: auto;
    padding: 0 0 0 15px  ;
    text-align: left;
    margin:0;
    transition: all 0.5s;
}
.navbar-brand img{
	margin-right: 10px;
	width: 50px;
    transition: all 0.5s;
}
.navbar-brand p{
	color: #003366;
	font-size: 16px;
	margin-bottom: 0;
    font-family: 'Kanit-Regular';
}
.navbar-brand a{
	display: flex;
	align-items: center;
}
.navbar-brand.d-lg-none{
	padding: 5% 0;
	text-align: center;
	width: 100%;
}
.navbar-brand.d-lg-none a{display: block;}

.navbar-collapse ul li{
	padding: 0 15px;
    transition: all 0.5s;
    text-align: center;
    color: #87ceeb;
}
.navbar-collapse ul li a {
    width: 100%;
    margin: auto;
    padding:5px 15px;
    position: relative;
    display: block;
    color: #87ceeb;
}
.navbar-collapse ul li img{
	width: 35px;
	display: block;
	filter: invert(74%) sepia(51%) saturate(301%) hue-rotate(157deg) brightness(95%) contrast(93%);
}
.navbar-collapse ul li.active a img, .navbar-collapse ul li a:hover img{filter: invert(17%) sepia(16%) saturate(6379%) hue-rotate(187deg) brightness(98%) contrast(107%);}
.navbar-collapse ul li.active a, .navbar-collapse ul li a:hover{color: #003366;}

.navbar-collapse ul li .dropdown-menu{
	padding: 0;
	margin: 0;
	border-radius: 0;
	border: none;
	background: #f5f5f5;	
}
.navbar-collapse ul li .dropdown-menu a{
	display: block;
	padding: 10px 15px;
}
.navbar-collapse ul li .dropdown-menu a:hover{
	color: #ffffff;
    background: #88cfea;
}

.contact-bar{
	padding: 8px 0;
	background: #006699;
	color: #FFF;
	font-size: 22px;
	display: none;
}
.contact-header ul{
	list-style: none;
	display: flex;
	justify-content: flex-end;
}
.contact-header a:hover{text-decoration: underline;color: #000;}
.contact-header ul li{margin: 0 3px;}

.social-header{
	text-align: center;
	margin: 1rem auto;
}
.social-header p{padding: 0 15px;}
.social-header img{
	width: 35px;
	transition: all 0.5s;
	filter: invert(82%) sepia(22%) saturate(1054%) hue-rotate(167deg) brightness(96%) contrast(92%);
}
.social-header img:hover{
	transform: scale(0.95);
	filter: none;
}



/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone .banner-slide{
    width: 100%;
    position: relative;
}
.owl-dots{
	display: block !important;
	position: absolute;
    bottom: 3%;
    left: 0;
    z-index: 555;
    width: 100%;
    text-align: center;
}
.owl-carousel button.owl-dot {
    width: 11px;
    height: 11px;
    margin: 0 3px;
    border-radius: 50%;
    background-color: #87ceeb;
	border: 1px solid #87ceeb;
}
.owl-carousel button.owl-dot.active{
    background-color: #006699;
}

/*content--//////////////////////////////////////////////////////////////////////////*/
.content-aboutus{padding: 10% 0;}
.img-about{
	text-align: center;
	margin: 2rem auto 0;
	overflow: hidden;
}
.img-about img{
	max-width: 100%;
}
.about-box p{
	margin: 0;
	color: #003366;
}
.about-box span{
	font-size: 19px;
    font-family: 'Kanit-Regular';
}
.about-box h1{
	color: #003366;
	font-size: 28px;
	margin-bottom: 8px;
    font-family: 'Kanit-Medium';
}
.readmore-btn{
	display: block;
	width: 150px;
	padding: 10px 8px;
	text-align: center;
	color: #FFF;
	margin: 1rem 0;
	background: #006699;
	border-radius: 12px;
    transition: all 0.5s;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.readmore-btn:hover{transform: scale(.95);color: #FFF;}

.addline-box img{width: 25px;}
.telus-box img{width: 25px;}
.addline-box{
	padding: 8px;
	text-align: center;
	display: block;
	width: 100%;
	border-radius: 10px;
	background: #2d7f00;
	color: #FFF;
	transition: all 0.5s;
}
.addline-box:hover {color: #FFF; transform: scale(.95);}
.telus-box{
	padding: 8px;
	text-align: center;
	display: block;
	width: 100%;
	border-radius: 10px;
	background: #006699;
	color: #FFF;
	transition: all 0.5s;
}
.telus-box:hover {color: #FFF; transform: scale(.95);}
.title-box{
	text-align: center;
	position: relative;
	margin: 0 auto 2.5rem;
}
.title-box::after{
	content: '';
	width: 150px;
	height: 5px;
	background: #87ceeb;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
}
.title-box h1{
	font-size: 33px;
	margin: 0;
    font-family: 'Kanit-Medium';	
}

.service-box{
	overflow: hidden;
	text-align: center;
	margin-bottom: 2rem;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.img-box{
	text-align: center;
	overflow: hidden;
}
.img-box img{
	width: 100%;
	transition: all 0.5s;
}
.service-box .readmore-btn{margin: 15px auto;width: 120px;}
.service-box:hover img{transform: scale(1.05);}
.service-box p{
	font-size: 1rem;
	margin:15px 0;
	padding: 0 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 1.3 * 4.2);
}

.content-news{padding-bottom: 10%;}
.news-box{
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.news-box:hover img{transform: scale(.95);border-radius: 10px;}
.detail-news{
	padding: .5rem;
	margin: 10px 0;
}
.detail-news h1{
	font-size: 1rem;
	margin: 0;
    font-family: 'Kanit-Regular';
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 1.3 * 2.2);
}
.detail-news p{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 1.3 * 2.2);
}
.detail-news h2{
	margin: 0;
	color: #808080;
	font-size: 1rem;
}
.slide-news .owl-carousel.owl-news .owl-nav{
	width: 100%;
	left: 0;
	top: 50%;
	display: block !important;
	font-size: 23px;
	position: absolute;
	transform: translate(0,-50%);
}
.slide-news .owl-carousel.owl-news .owl-nav button.owl-next{
	float: right;
	clear: both;
	margin-right: -.5rem;
} 
.slide-news .owl-carousel.owl-news .owl-nav button.owl-prev{
	margin-left: -.5rem;
} 
.slide-news .owl-carousel.owl-news .owl-dots{bottom: -3%;}
.slide-news .owl-carousel.owl-news .owl-stage-outer{padding: 1rem 0;}
/*footer--//////////////////////////////////////////////////////////////////////////*/
.policy-box ul{list-style: none;}
.policy-box ul li{padding: 0 15px;}
.policy-box{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    top: auto;
    text-align: center;
    padding: 1rem ;
    color: #003366;
    z-index: 5;
    display: block;
    font-size: 18px;	
	background:#87ceeb;
    border-radius: 15px 15px 0 0;
}
.policy-box p{
    margin-bottom: 0;
    font-size: 20px !important; 
    font-family: 'Kanit-Medium';
}
.policy-box a{
	color: #000;
    font-family: 'Kanit-Regular';
}
.policy-box a:hover{text-decoration: underline;}
.policy-box .btn-policy{
    width: 150px;
    padding: 5px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #FFF ;
    border-radius: 10px;
    margin: .5rem auto;
    border: 1px solid #006699;
	background-color: #006699;
}
.btn-cookiepolicy:hover, .btn-cookiesetting:hover{
	transform: scale(.98);
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.footer {
	color: #000;
	padding:10% 0 5%;
	z-index: 2;
	background:#f5f5f5;
}
.footer h1, .footer-box h1, .contact-footer h1, .social-footer h1 {
    font-size: 22px;
    line-height: 1;
	color:#003366;
    margin-bottom: 15px;
    font-family: 'Kanit-Medium';
}
.contact-footer table{width: 100%;}
.contact-footer td{
	vertical-align: top;
	padding: 5px;
}
.footer a:hover, .contact-footer a:hover{text-decoration: underline;color: #87ceeb;}
.copyright-box{
    color: #FFF;
    padding:3% 8%;
    text-align: center;
	background: #006699;
}
.copyright-box a:hover{text-decoration: underline;}
.social-footer{
	margin: 1rem auto; 
	text-align: center;
}
.social-footer img{
	width:45px;
	transition: all 0.5s;
	filter: invert(82%) sepia(22%) saturate(1054%) hue-rotate(167deg) brightness(96%) contrast(92%);
}
.social-footer img:hover{
	filter:none;
	transform: scale(.95);
}
/********************/
 
.box-loading #overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background: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;
}
/******************************/
/*******************/
.bt-doc {
	display: inline-block;
	background: #cdcdcd;
	padding: 5px 20px;
	border: solid 1px #dfdfdf;
	/*border-radius: 10px;*/
	transition-duration: 1s;
	font-size:0.8rem;
	margin: 15px auto;
}
.bt-doc:hover {
	background: #696969;
	border: solid 1px #494343;
	color: #fff;
}
.content-otherpage table {
    max-width: 100%;
	width: inherit;
}
.content-otherpage  table tr td {
    max-width: 100%;
	width: inherit;
}
.content-otherpage table tr td  img{
    max-width: 100%;
	width: auto !important;
	height:auto !important;
}
/*******************************/

.slide-products .owl-carousel{display: block;}
.slide-products  .item{
	background:#FFF;
	text-align:center;
	position: relative;
}
.slide-products  .owl-stage-outer{
	position: relative;
}
.slide-products  .textimg-box{
	position: absolute;
	right: 0;
	bottom: 20%;
	padding: 5px 10px;
	line-height: normal;
	font-size: 1.5rem;
	background: #e8e8e8;
}
#big{
	/*height:280px;*/
	overflow:hidden;
	margin-bottom:0;
    
} 
.slide-products.shopping-boxslide #big{/*border: 1px solid #c9c9c9;*/}
/*#big .item{	height:280px;overflow:hidden;}*/
#big .item iframe{width: 100%;height: 100%;}
#big .item img{width: 100%;height: 100%;object-fit: scale-down;}
.slide-products #thumbs {margin-top: 1rem;}
#thumbs .item{
	height:70px;
	overflow:hidden;
}
.slide-products.shopping-boxslide #thumbs .item{border: 1px solid #c9c9c9;}
#thumbs .item img{
	    width: 100%;
    height: 100%;
    object-fit: cover;
	/*object-fit: scale-down;*/
}
.slide-products .owl-carousel .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0,-50%);
}

.slide-products .owl-prev, .slide-products .owl-next {
    background: transparent url(../coolcarousel/img/gui/carousel_nav.png) no-repeat 0 0;
    display: block;
    width: 19px;
    height: 20px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
}
.slide-products .owl-prev {
	background-position: 0 0;
	left: 0px;
}
.slide-products .owl-next {
	background-position: -19px 0;
	right: 0px;
}			
.slide-products .owl-prev:hover { 
	background-position: 0 -20px;				
}
.slide-products .owl-next:hover {
	background-position: -19px -20px;				
}
.slide-products .owl-carousel#thumbs .owl-nav{display: block !important; }
.vdo-present{
    width: 100%;
    height: 315px;
    overflow: hidden;
    margin: 2rem auto;
}
.vdo-present iframe{
    width: 100%;
    height: 100%;
}
.owl-carousel#thumbs .owl-item.active .item{
    border-color: #f0f0f0;
}
.owl-carousel#thumbs .owl-item.active.current .item{
    border-color: #c9c9c9;
}
/********************/
/*///////////////////////////////////////////////////////////////////////////pagelist///////////////////////////////////////////////////////////////////////////*/
.text-notfound{
	margin:30px auto;
	font-size: 1rem;
    text-align: center;
}
.pagelist{
 text-align: center;
 padding:5px;
 border-radius:0px;
/* margin:0 5px 20px 5px;*/
 margin: auto;
}
.pagelist li{
	display:inline-block;
	font-size:18px;
	cursor:pointer;
	padding: 0.1rem 0rem;
	margin: 0.2rem;
	border:1px solid #ffffff;
	border-radius: 5px;
	background: #fff;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	 color:#0e0e0e;
	 transition: all 0.4s;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
 color:#d4d4d4;
}
.pagelist li a{
	color:#777;
	display:block;
	padding:0px 12px;
	font-weight:bold;
}
.pagelist li a i.fa{
 font-size:18px;
 vertical-align: middle;
}

.pagelist>li:first-child>a, .pagelist>li:first-child>span , .pagelist>li:last-child>a, .pagelist>li:last-child>span {
 border-radius:0px;
}
.pagelist li.active{
    
	transition: all 0.4s;
}
.pagelist li a:hover{
    color: #2348b8 ;
	transition: all 0.4s;
}
.pagelist li.active a {
    color: #2348b8;
}
/************************************************/

/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/

@media (max-width: 920px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 80%;
        background: #FFF;
        height: 100% !important;
        max-height: none !important;
        top: 0;
        display: block;
        left: -100%;
        margin: 0 !important;
        z-index: 55;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse.in{
		left: 0 !important;
	}
	.navbar-collapse.show{
		display:block;
		left: 0 !important;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		/*margin-left: 250px;*/
	}
	.headbar-main, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.headbar-main.-collapse {
		/*margin-left: 250px;*/
		width:100%;
	}
	
}



.content-contactpage{padding: 10% 0;}

.address-box{margin: 2rem 0;}
.address-box h1{
    font-size: 26px;
    font-family: 'Kanit-Medium'; 
    margin-bottom: 1rem;
    text-align: left;
	color: #0f4569;
}
.address-box p{
	margin: 0;
    font-family: 'Kanit-Medium'; 
}
.address-box ul{list-style: none;}
.address-box ul li{margin-bottom: 5px;}
.address-box a:hover{color: #87ceeb;text-decoration: underline;}
.message-contact {margin: 1rem auto;background: #FFF;}
.message-contact .fa-paper-plane{color: #87ceeb;}
.message-contact h1{
    font-size: 26px;
    font-family: 'Kanit-Medium'; 
    margin-bottom: 1rem;
    text-align: center;
	color: #363636;
}
.mapbox{
    width: 100%;
    height: 315px;
    overflow: hidden;
	margin-top: 2rem;
}
.mapbox iframe{
    width: 100%;
    height: 100%;
}
.detail-form{
    margin-bottom: 1rem;
}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #87ceeb;
	font-size: 26px;
	vertical-align: middle;
}
.detail-form span{color: #F00;}
.detail-form p{margin-bottom: 1rem;}
.form-text{
    padding: 8px 15px;
    background: #FFF;
    border: 1px solid #D7D7D7;
    width: 100%;
    color: #FFF;
	border-radius: 5px;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
}
.form-text::placeholder{color: #D7D7D7;}
.sendus-btn{
	width: 100%;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #87ceeb;
    color: #FFF;
    background: #87ceeb;
    margin:.5rem auto;
    cursor: pointer;
    transition: all 0.5s;
	border-radius:0;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #FFF;
    color: #87ceeb;
	transform: scale(.98);
}


.content-otherpage{
	padding: 10% 0;
	background: -webkit-linear-gradient(rgba(0,51,102,1) 0%, rgba(0,51,102,1) 300px, rgba(255,255,255,1) 300px, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(rgba(0,51,102,1) 0%, rgba(0,51,102,1) 300px, rgba(255,255,255,1) 300px, rgba(255,255,255,1) 100%);
	background: linear-gradient(rgba(0,51,102,1) 0%, rgba(0,51,102,1) 300px, rgba(255,255,255,1) 300px, rgba(255,255,255,1) 100%);
}
.content-otherpage .title-box{color: #FFF;}
.news-fullbox .news-box{
	margin-bottom: 2rem;
	background: #FFF;
}
.news-fullbox .news-box .img-box{
	height: 100px;
}
.news-fullbox .news-box .img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-box .img-box iframe{
	width: 100%;
	height: 100%;
}

.gallery-box{
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	margin-bottom: 2rem;
	background: #FFF;
	transition: all 0.5s;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.gallery-box:hover{box-shadow: 0 0 8px rgba(0,0,0,0.6);}
.img-box{position: relative;}
.cover-box{
	width: 100%;
	height: 100%;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(0 51 102 / 45%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	font-size: 40px;
	transition: all 0.5s;
}
.detail-gallery{
	padding:15px 8px;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.detail-gallery h1{
	font-size: 1rem;
	text-align: center;
	margin: 0;
}
.gallery-box .img-box img, .gallery-box img{
	aspect-ratio: 3/2;
    object-fit: cover;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
}
.gallery-box:hover .cover-box{
	opacity: 0;
	transform: scale(1.05);
}
.gallery-box:hover img{
	transform: scale(.95);
	border-radius: 10px;
}


.content-otherpage.aboutuspage{
	background: url("../aboutus/bg-blue1.png") left top no-repeat #003567;
	background-size: 100% !important;
}
.title-about h1{
	color: #FFF;
	font-size: 28px;
	margin-bottom: 0;
    font-family: 'Kanit-Medium'; 
}
.title-about h2{
	color: #FFF;
	font-size: 24px;
	margin-bottom: 1rem;
    font-family: 'Kanit-Regular'; 
}
.title-about img{max-width: 100%;}
.about-detail{
	color: #FFF;
	margin: 1rem auto;
}
.about-detail span{font-family: 'Kanit-Medium'; }
.about-detail p{
	margin-bottom: 2rem;
	text-indent: 10%;
}
.about-detail .ic-size{font-size: 33px;}
.about-detail .fa-quote-right{float: right;clear: both;}

.about-detail2{color: #003567;}
.about-detail2 h1{
	font-size: 1rem;
	margin-bottom: 1rem;
}
.about-detail2 h1 span{
	font-size: 22px;
	font-family: 'Kanit-Medium';
}
.about-detail2 h2{
	font-size: 22px;
	margin:1rem 0;
	font-family: 'Kanit-Medium';
}
.about-detail2 p{margin: 0;}
.about-detail2 ul{
	list-style: none;
	margin-left: 1rem;
}
.about-detail2 ul li{
	padding-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.about-detail2 ul li img{
	width: 35px;
	margin: 0 15px 0 0;
}


.content-branchblueleft{
	padding: 10% 0;
	background: -webkit-linear-gradient(rgba(0,102,153,1) 0%, rgba(0,102,153,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(rgba(0,102,153,1) 0%, rgba(0,102,153,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: linear-gradient(rgba(0,102,153,1) 0%, rgba(0,102,153,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}
.content-branchblueright{
	padding: 10% 0;
	background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,102,153,1) 50%, rgba(0,102,153,1) 100%);
	background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,102,153,1) 50%, rgba(0,102,153,1) 100%);
	background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,102,153,1) 50%, rgba(0,102,153,1) 100%);
}
.img-about2{
	text-align: center;
	margin:1rem auto 1rem;
}
.img-about2 img{
	max-width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.detail-branch{
	color: #003567;
	padding: 1rem;
	background: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.detail-branch h1{
	font-size: 33px;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
.detail-branch img{
	margin: 15px 0 0 0;
	width: 115px;
}
.detail-branch p{
	margin: 0;
	text-indent: 5%;
}

.title-subbox{
	font-size: 26px;
	text-align: center;
	margin: 1rem auto 2.5rem;
	font-family: 'Kanit-Medium';
}
.title-subbox p{margin: 0;}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 568px) {}




