@font-face {
    font-family: 'ThaiSansNeue-Regular';
    src: url('fonts/ThaiSansNeue-Regular.eot');
    src: url('fonts/ThaiSansNeue-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/ThaiSansNeue-Regular.woff') format('woff'),
         url('fonts/ThaiSansNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ThaiSansNeue-Bold';
    src: url('fonts/ThaiSansNeue-Bold.eot');
    src: url('fonts/ThaiSansNeue-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/ThaiSansNeue-Bold.woff') format('woff'),
         url('fonts/ThaiSansNeue-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html{
	font-size:18px;
}
body{
    font-family: 'ThaiSansNeue-Regular';
	font-size:16px;
	cursor: default;
	position: relative;
	line-height:normal;
}

img{ border:0; margin:auto;}
a{ text-decoration:none;}
a:hover{ text-decoration: none;}
.h70{clear:both; width:100%; height:70px;}
.h30{clear:both; width:100%; height:30px;}
.h20{clear:both; width:100%; height:20px;}
.h10{clear:both; width:100%; height:10px;}

a{text-decoration:none;color:inherit;}
a:hover{color:inherit;}
.bold-text{font-family: 'ThaiSansNeue-Bold';}
ul{
	padding-left: 0;
	margin-bottom: 0;
}
#back-to-top {
    width: 50px;
    height: 25px;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 50%;
    text-align: center;
    display: none;
    background-color: #f78d11;
    filter: alpha(opacity=90);
    padding-top: .4rem;
    border-radius: 45px 45px 0 0;
    transform: translate(50%,0);
}
#back-to-top:hover{
    opacity: 1;
}
#back-to-top a {
    color: #FFF;
}
button:focus {
    outline: none;
}

/*-----Header-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.fullbg-pagehome{
    background-size: 100% !important;
    background: url("../images/bg-content.png") top center no-repeat;
}
.headbar-top{
    width: 100%;
    transition: all 0.5s;
}
.slim.headbar-top{
    background-color: #FFF;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
.hamburgers-box {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 -15px;
    padding: 0 15px;
}
.navbar-brand {
    width: 80%;
    padding: 0;
    margin: 0;
    text-align: left;
    margin-left: 10px;
}
.navbar-brand img {
    width: 230px;
}
.navbar-collapse ul li {
	line-height:1;
	padding:5px 15px 5px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.navbar-collapse ul li a{
	color:#000103;
} 
.navbar-toggler:focus {
    outline:  none !important;
}
.navbar-nav{
	 text-transform: uppercase;
}
.navbar-collapse ul li:hover, .navbar-collapse ul li.active {
    background-color: #ff9600;
}
.navbar-collapse ul li.active a, .navbar-collapse ul li:hover a {
    color: #FFF;
}
/**********************only-mobile*******************************/
.navbar-logo-mobile{
	text-align: center;
	padding: 10% 0;
	width: 100%;
	display: block;
	color:#000;
	font-size: 40px;
}
.navbar-logo-mobile img{
    width: 80%;
}
.contact-mobile {
    padding-left: 1rem;
}
.contact-mobile a{
    /*display: block;*/
    padding: 4px 0;
}
.contact-mobile img{
    width: 1.5rem;
}
/*------slide---main-------
//////////////////////////////////////////////////////////////////////////////////////////*/
.slide-box{
    margin: 0 -15px;
}
/*------slide---main-------
//////////////////////////////////////////////////////////////////////////////////////////*/
.content-box{
    padding: 10% 0;
}
.guideline-box{
    padding: 2rem 15px;
    background-color: #ffffff;
    box-shadow: 0px 0px 51px 0px rgba(16, 39, 62, 0.23);
     border-radius: 3px;
}
.guideline-box h1{
    margin-bottom: 2rem;
    border-bottom: 1px solid #a1bdcd;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin: 0 auto;
    font-size: 44px;
}
.guideline-box .table1{
    width: 100%;
    font-size: 18px;
    margin: 1rem auto;
}
.radio-guideline {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-guideline input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #dae8f0;
  border-radius: 50%;
    border: 1px solid #a1bdcd;
}

/* On mouse-over, add a grey background color */
.radio-guideline:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-guideline input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-guideline input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-guideline .checkmark:after {
 	top: 8px;
	left: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.guideline-box p{
    margin-bottom: 5px;
}
.search-box1{
	position: relative;

}
.search-box1 .icon-inbox{
    position: absolute;
    top: 25%;
    left: 10px;
    color: #FFF;
    font-size: 14px;
	z-index: 5;
}
.search-box1 .btn-search{
    position: absolute;
    top: 4px;
    right: 10px;
    background: none;
    color: #a1bdcd;
    border: 0;
    font-size: 14px;
}
.search-box1 .detail-box{
    border-radius: 5px;
    background: #dae8f0;
    border: none;
    padding-left: 30px ;
    width: 100%!important;
}

.detail-box .btn-light.dropdown-toggle {
    background-color: #dae8f0;
    border-color: #dae8f0;
	padding: 0 4px 0 2px;
}
.bootstrap-select .dropdown-toggle:focus,button:focus,.filter-option:focus,.filter-option-inner-inner:focus,.filter-option-inner:focus{
    box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
 	outline: none!important;
}
.detail-box .form-control{
	height:inherit;
	padding:0;
}
.box-input{
    margin-bottom: .5rem;
}
.btn-submit{
    width: 100%;
    margin:1rem auto 0;
    border: none;
    border-radius: 3px;
    padding: 5px;
    background-image: -moz-linear-gradient( 0deg, rgb(248,175,19) 20%, rgb(247,141,17) 80%);
    background-image: -webkit-linear-gradient( 0deg, rgb(248,175,19) 20%, rgb(247,141,17) 80%);
    background-image: -ms-linear-gradient( 0deg, rgb(248,175,19) 20%, rgb(247,141,17) 80%);
}
.aboutus-box{
    margin: 2rem auto;
}
.aboutus-box h1{
    margin-bottom: 0;
    font-size: 44px;
    text-transform: uppercase;
}
.aboutus-box p{
    margin-bottom: 0;
}
.aboutus-box p.orange-text{
    font-size: 28px;
}
.orange-text{ color: #ff9538;}
.bg-orange{background: #ffb449;}
.aboutus-detail{
    margin: 2rem auto;
    padding-left: 2rem;
    border-left: 4px solid #ff9538;
}
.promotionzone-box1{
    padding: 10% 0;
}
.title-promotion {
    font-size: 36px;
}
.promotion-box{
    margin: 2rem auto 0;
}
.img-promotion{
    width: 100%;
    overflow: hidden;
	position:relative;
}
.text-img-promotion{
	/*position:absolute;
	width:100%;
	height:100%;
	top:0;
	display: flex;
	align-items: center;
	justify-content: center;*/
 		/*color:#FFF;
overflow-y: auto;
	text-shadow: 2px 2px 2px black; */
	font-size:1rem;
	margin: 10px auto;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.img-promotion img{
    width: 100%;
    transition: all 0.5s;
}
.promotion-box:hover img{
    transform: scale(1.05);
}
.detail-promotion h1{
    margin: 1rem auto;
    padding-bottom: 5px;
    font-size: 19px;
    border-bottom: 1px solid #a1bdcd;
	overflow: hidden;
	text-overflow: ellipsis;	
	white-space: nowrap;	

	
}
.detail-promotion a:hover{
    color: #ffb449;
}
.detail-promotion .fa-chevron-right{
    color: #a1bdcd;
    vertical-align: middle;
    transition: all 0.5s;
}
.detail-promotion a:hover .fa-chevron-right{
    margin-left: 5px;
}
.promotion-slide .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    margin-bottom: 0;
}
.promotion-slide .bx-wrapper .bx-controls-direction a{
    background-size: 65%;
    width: 30px;
    z-index: 500;
}
.promotion-slide  .bx-wrapper .bx-next {
    background-position: 13px 0;
}
.promotion-planeslide .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    margin-bottom: 0;
}
.promotion-slide .bx-wrapper img {
    max-width: none;
    display: inline;
    margin: 0;
}
.promotion-planeslide .bx-wrapper .bx-controls-direction a{
    background-size: 65%;
    width: 30px;
    z-index: 500;
}
.promotion-planeslide  .bx-wrapper .bx-next {
    background-position: 13px 0;
    background: url("../images/next-btn.png") no-repeat;
}
.promotion-planeslide  .bx-wrapper .bx-prev {
    left:  -2%;
    background: url("../images/prev-btn.png") no-repeat;
}
.promotion-planeslide{
    margin: 2rem auto;
}
.content-lastbox{
    background: #e8f6ff;
    padding-top: 10%;
}
.book-detailbox{
    padding: .5rem;
    text-align: center;
    margin: 1rem auto;
    background-image: -moz-linear-gradient( 0deg, rgb(248,175,19) 20%, rgb(247,141,17) 80%);
    background-image: -webkit-linear-gradient( 0deg, rgb(248,175,19) 20%, rgb(247,141,17) 80%);
    background-image: -ms-linear-gradient( 0deg, rgb(248,175,19) 20%, rgb(247,141,17) 80%);
    box-shadow: 0px 0px 15px 0px rgba(16, 39, 62, 0.54);
}
.book-detailbox img{
    width: 100%;
    transition: all 0.5s;
}
.book-detailbox:hover img{
    transform: scale(1.03);
}
.spon-img{
    margin: .5rem auto;
}
/************************************/
.text-about{
	font-size:1.2rem;
}
.box-certificate{
	margin: 15px auto;
    padding: 5%;
    text-align: center;
    border: solid 1px #ffc470;
   color: #444;
    font-size: 1.3rem;
    background: #f9b049;
}
/************************************/
.topic {
    font-size: 2rem;
    border-bottom: solid 1px #efefef;
    padding: 2% 0 0 0;
    margin: auto auto 3% auto;
}
.topic svg:not(:root).svg-inline--fa {
    font-size: 1.5rem;
    color: #5f5f5f;
}  
.sub-topic {
    font-size: 1.5rem;
	font-weight:bold;
	color:#585858;
	margin-bottom:10px;
}
.list-visa{
	margin:15px auto;
	padding:10px 5px;
	-webkit-box-shadow: 3px 3px 45px -24px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 45px -24px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 45px -24px rgba(0,0,0,0.75);
}
.visa-name{
	font-size:1.2rem;
	text-align:center;
	overflow: hidden;
	text-overflow: ellipsis;	
	white-space: nowrap;	
}
.img-visa{
	height:100px;
	overflow:hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.img-visa img{
	margin:auto;
	transition: all 0.5s;
	max-width:100%;
 	max-height: 100%;
}
.img-visa:hover img{
    transform: scale(1.05);
}
.text-title-visa,.box-detail{
	font-size:1.2rem;
}
.box-detail table{
	width:auto !important;
	max-width:100%;
}
/************insurance*************************/
.text-insurance{
	font-size:1.3rem;
}
.text-insurance p{
	text-indent: 30px;
}
.text-insurance a:hover{
	color:#099;
}
.text-insurance h4{
	/*border-bottom: dotted 4px #e8c99c;*/
    display: inline-block;
	background: linear-gradient(to right, #883f11 0%, #dc8914 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5rem;
}
/***************************************************/
.howto-img{
	padding:20px;
	text-align:center;
	max-width:100%;
}
.howto{
	font-size:1.3em;
	line-height:1.2;
}
.bank-1{border: 1px solid #4e2a82;background: #4e2a82;color: #FFF; margin-bottom:30px;} /*scb*/
.bank-2{border: 1px solid #4e2a82;background: #4e2a82;color: #FFF; margin-bottom:30px; padding:3% 2%;} /*bkb*/
.bank-3{border: 1px solid #4aa04e;background: #4aa04f;color: #FFF; margin-bottom:30px;} /*kkb*/
.bank-4{border: 1px solid #0f6db6;background: #0f6db6;color: #FFF; margin-bottom:30px;} /*ktb*/
.bank-5{border: 1px solid #4aa04e;background: #4aa04f;color: #FFF; margin-bottom:30px;} /*tmb*/
.bank-6{border: 1px solid #00a850;background: #00a850;color: #FFF; margin-bottom:30px; padding:3% 2%;}/*พร้อมเพย์*/

.text-bank{
	padding: 10px;
	font-size:1.1em;
}
.py-1{
	font-size:1.5em;
	border-bottom:1px solid #CCC;
	margin-bottom:20px;
}
.py-2{
	font-size:1.5em;
	border-bottom:1px solid #CCC;
	margin-bottom:20px;
}
/********************************************************/
.contact-title-1{
    font-weight: bold;
    font-size: 1.5rem;
    color: #373737
}
.box-contact a{color:inherit;}
.box-contact a:hover{color:#069;}
.box-contact{
	font-size:1.2rem;
	line-height:normal;
}
.font-title{
	font-size:1.4rem;
	font-weight:bold;
 	margin-bottom:10px;
}
.textTitle-contact{
	font-size:1.37rem;
 	margin-bottom:30px;	
	text-indent:30px;
	text-align:justify;
}
.box-contact .btn,
.box-contact .form-control{
	font-size:0.8em;
	border-radius: 0; 
}
.box-contact .btn {
	background:#ffad37;
	border: solid 1px #ffad37;
	border-radius: 0; 
	padding: 5px 20px;
	width: 48%;
    margin: auto;
	font-size: 1.2rem;
}
.bt-reset{
	background:#333 !important;
	border: solid 1px #333 !important;
}
.bt-reset:hover{
	background:#777777 !important;
}
.map{
	width:100%;
 	min-height:320px !important;
}
#gmap_canvas{
	width:100%;
 	min-height:320px !important;	
}
.box-contact svg:not(:root).svg-inline--fa {
    overflow: visible;
    font-size: 1.2rem;
}
.box-contact .form-horizontal svg:not(:root).svg-inline--fa {
    font-size: 1em;
}
textarea{
    resize: vertical;
}
.box-map iframe{
	height:25rem;
	width:100%;
}
.large-map iframe{
	height:25rem;
	width:100%;
}
.img_setting{
	border:solid 2px #fbfbfb;
	padding: 3%;
	max-width:95%;
}
.btn-contact{ 
	color:#fff;
}
.btn-contact:hover{
	background:#de8300;	
	color:#fff;
	border:1px solid #fff;
	transition: all 0.3s;
}
/************************************/
.text-item{
	font-size:1.2rem;
}
.text-item table{
	max-width:100% !important;
	/*width:auto !important;*/
}
.text-item .bt-detail{
	background: #f5a12a;
    color: #FFF;
    display: inline-block;
    padding: 1px 15px 5px 15px;
}
.text-item .bt-detail:hover{
	background: #ea8900;
}
/*******************************************************/
.titlename-info{
	font-size: 1.7rem;
	color: #f79100;
}
.title-info-2{
	margin:20px auto;
	font-size: 1.8rem;
}
.title-info-3{
	margin: 20px auto;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    background: linear-gradient(to right, #883f11 0%, #ffb449  100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box-gall {
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box-gall  img{
  z-index:2;
  position:relative;
}
img.bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: blur(6px);
    filter: blur(6px);
    z-index: 1;
}
/*///////////////////////////////////////////////////////////////////////////pagelist///////////////////////////////////////////////////////////////////////////*/
.text-notfound{
	font-size:1.5rem;
	margin-bottom:20px;
}
.pagelist{
 float:right;
 padding:5px;
 border-radius:0px;
 margin:0 5px 20px 5px;
}
.pagelist li{
 display:inline-block;
 font-size:18px;
 cursor:pointer;
}
.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:#4f4f4f;
}
.pagelist li a{
	color:#4f4f4f;
	display:block;
	padding:0px 12px;
	font-style:italic;
	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 a:hover{
    color: #0c65a4;
	transition: all 0.4s;
    border-bottom: 1px solid #0c65a4;
}
.pagelist li.active a {
    color: #f5873b;
    border-bottom: 1px solid #ffffff;
}
 
/****************************/
/*------footer------
///////////////////////////////////////////////////////////////////////////////////////////////*/
.footer{
	background: #31adff;
	color: #000;
	padding: 10% 15px;
    font-size: 20px;
    margin: 0 -15px;
}
.footer a{
	color: #000;
}
.footer h1 {
    margin-bottom: 1rem;
    font-size: 40px;
    text-transform: uppercase;
}
.address-footer{
    margin-bottom: 1rem;
}
.address-footer p{
    margin-bottom: 0;
}
.social-footer {
    margin: 1.5rem auto 0;
}
.social-footer img{
	max-width:100%;
}
/************************************/
.box-airline{
	display:inline-block;
	margin:15px auto;
	max-height: 80px;
	padding: 0 10px;
}
.box-airline img{
	max-height:70px;
	max-width:100%;
    transition: all 0.5s;
}
.box-airline:hover img{
    transform: scale(1.05);
}
.all-airline{
	text-align:center;
}

.btn-model{
	background:#de8300;
	color:#FFF;
	border-radius:5px;
	width:50px;
	text-align:center;
	border:none;
	padding:3px 0;
	font-size:1.2rem;
	cursor:pointer;
}

.btn-model2{
	background:#555555;
	color:#FFF;
	border-radius:5px;
	width:50px;
	text-align:center;
	border:none;
	padding:3px 0;
	font-size:1.2rem;
	cursor:pointer;
}



/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {  
    .promotionzone-box1 {
        padding: 0% 0 0%;
    }
    .footer {
        padding: 5% 15px;
        margin: 2rem -15px 0;
    }
}
@media (max-width: 767px ) {
	body{
		max-width: 100% !important;
	}
	.navbar-collapse{
		position: fixed;
		width: 250px;
		background: #fff;
		height: 100% !important;
		max-height: none !important;
		top: 0;
		display: block;
		left: -250px;
		margin: 0 !important;
		z-index: 9999;
	}
	.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-top, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.headbar-top.-collapse {
		margin-left: 250px;
		width:100%;
	}
	.box-contact svg:not(:root).svg-inline--fa {
		font-size: 0.9rem;
	}
}
/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/

#nav-icon2{
  width: 40px;
  height: 45px;
  position: relative;
  margin:20px 0 0;
  padding: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -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-icon2 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: #0b109f;
  opacity: 1;
  -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-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 12px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 24px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 4px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 4px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 4px;
  top: 14px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 13px;
}



