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;
}
@font-face {
    font-family: 'Kanit-ExtraLight';
    src: url('fonts/Kanit-ExtraLight.eot');
    src: url('fonts/Kanit-ExtraLight.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-ExtraLight';
	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:#4898fb;
    font-size: .9rem;
    opacity: 1;
    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: 30px;
	position: relative;
    top: auto;
    right: 0;
	margin:0px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
    background: #004ea2;
    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: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px;
}
#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%;
}


/*head--//////////////////////////////////////////////////////////////////////////*/
.headbar-main{
    width: 100%;
    padding:.5rem 0;
    transition: all 0.5s;
    background:#FFF;	
}
.slim.headbar-main{
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	background: #fff;
}
.hamburgers-box{
    width: 100%;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
    transition: all 0.5s;
}
.navbar-brand {
    padding: 0;
    text-align: left;
    margin:0;
	position: relative;
	z-index: 1021;
    transition: all 0.5s;
}
.navbar-brand img{
	width: 220px;
    transition: all 0.5s;
}
.navbar-brand.d-lg-none{
	padding: 10% 0;
	text-align: center;
	width: 100%;
	background: #FFF;
}

.navbar-collapse ul li{
	padding: 0;
    transition: all 0.5s;
    text-align: left;
	border-bottom: 1px solid #ededed;
}
.navbar-collapse ul li:last-child{border: none;}
.navbar-collapse ul li a {
    width: 100%;
    margin: auto;
    padding:15px 15px ;
    position: relative;
    display: block;
}
.navbar-collapse ul li.active a, .navbar-collapse ul li a:hover{
	color: #FFF;
}
.navbar-collapse li .dropdown-menu{
	padding: 0 15px;
	border: none;
	background: #004ea2;
	border-radius: 0;
	margin: 0;
}
.navbar-collapse li .dropdown-menu a{
	display: block;
	padding: 8px 15px;
	border-bottom: 1px solid rgb(255 255 255 / 15%); 
}
.navbar-collapse li .dropdown-menu a:last-child{border-bottom: none;}
.navbar-collapse li .dropdown-menu a:hover{background: #ff4844;}

.contact-header{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	padding: 0 15px;
}
.contact-header a:hover{color: #ff4844;}
.contact-header img{
	width: 30px;
	margin: 0 10px 0 0;
	transition: all 0.5s;
	filter: invert(18%) sepia(83%) saturate(2722%) hue-rotate(200deg) brightness(88%) contrast(101%);	
}
.social-header{
	text-align: center;
	margin: 1rem auto;
}
.social-header h1{
	font-size: 1.1rem;
	margin-bottom: 10px;
}
.social-header img{
	width: 45px;
	margin: 0;
	transition: ease-in-out 0.5s;
	filter: invert(18%) sepia(83%) saturate(2722%) hue-rotate(200deg) brightness(88%) contrast(101%);
}
.social-header img:hover{
	transform: scale(.95);
	filter: none;
}

/* 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;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff4844;
  -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:before, .hvr-sweep-to-right:focus:before, .navbar-collapse ul li.active .hvr-sweep-to-right:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone .banner-slide{
    width: 100%;
    position: relative;
}
#slide-zone .banner-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.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: #add8e6;
	border: 1px solid #add8e6;
}
.owl-carousel button.owl-dot.active{
    background-color: #FFF;
	border-color: #FFF;
}

/*content--//////////////////////////////////////////////////////////////////////////*/
.content-aboutus{
	padding: 10% 0;
	position: relative;
	background: #FFF;
}
/*.arrow-ab-center{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	display: none;
}*/
.arrow-ab-left{
	position: absolute;
	left: -10%;
	top: -5%;
	z-index: 1;
	width: auto;
	max-width: 100%;
}
.arrow-ab-right{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: auto;
	max-width: 100%;
}
.title-box{
	text-align: center;
    font-family: 'Kanit-Medium';
	margin-bottom: 2rem;
	font-size: 2rem;
	color:#ff4844;
}
.about-list{margin: 1rem 0;}
.about-list ul{
	list-style: none;
	margin-left: 1rem;
}
.about-list ul li{
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	margin-bottom: 5px;
}
.about-list.aboutpage ul li{display: block;}
.about-list a:hover{color: #004ea2;}
.about-list span{
	color: #004ea2;
	margin: 0 5px;
    font-family: 'Kanit-Medium';
}
.about-list .fa-circle-check{
	color: #004ea2;
	font-size: 24px;
	vertical-align: baseline;
}
.about-list img{
	width: auto;
	margin: 0 10px 0 0;
}
.about-list ul li p.redtext{color:#ff4844;margin-bottom: 0;}
.about-list h1{
	font-size: 1.3rem;
    font-family: 'Kanit-Medium';
	margin-bottom: .5rem;
	color: #004ea2;
}
.about-list p{margin: 0;}

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

.content-center{
	padding: 10% 0; 
	background: url("../images/bg-content.png") center center no-repeat;
	background-attachment: fixed !important;
	background-size: cover !important;
}
.text-tag{
	font-size: 23px;
	text-align: center;
	color: #004ea2;
    font-family: 'Kanit-Medium';
}
.text-tag img{
	width: 150px;
}
.text-tag p{
	margin: 0;
    font-family: 'Kanit-Light';
}
.text-tag span{
	font-size: 23px;
    font-family: 'Kanit-Medium';	
	color:#ff4844;
}
.title-box h1{
	color: #004ea2;
	font-size: 2rem;
	margin: 0;
}
.title-box p{
	font-size: 1rem;
	letter-spacing: 1px;
	margin: 0;
    font-family: 'Kanit-Light';
}
.content-services{
	padding: 10% 0;
	position: relative;
    font-family: 'Kanit-Regular';
	background: url("../images/bg-services.png") center center no-repeat #FFF;
	background-size: cover !important;
}
.arrow-ab-right--service{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: auto;
	max-width: 100%;
}
.icon-services{
	text-align: center;
	margin-bottom: 2rem;
	position: relative;
	padding: 1rem;
	color: #464646;
}
.icon-services:hover{color: #004ea2;}
.icon-services p{
	margin: 2rem auto 0;
}
.ic-img img{
	width: 100%;
	transition: all 0.5s;
	filter: invert(44%) sepia(40%) saturate(5538%) hue-rotate(337deg) brightness(106%) contrast(100%);
}
.icon-services .ic-img{
	border-radius: 50%;
	width: 100%;
	background: #d6d9f0;
	position: relative;
	transition: all 0.5s;
}
.icon-services:hover img{filter: brightness(0) invert(1);}
.icon-services:hover .ic-img{
	background: #ff4844;
	transform: scale(.9);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.icon-services span{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 10px;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #004ea2;
	position: absolute;
	left: 0;
	bottom: 4rem;
	z-index: 2;
	transition: all 0.5s;
}
.icon-services.icon2 span, .icon-services.icon4 span{
	right: 0;
	left: auto;
	top:10px;
	bottom: auto;
}
.icon-services:hover span{background: #d6d9f0;color: #004ea2;}
.icon-services .circle-top{
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	transition: all 0.5s;
	filter: invert(90%) sepia(34%) saturate(525%) hue-rotate(184deg) brightness(99%) contrast(90%);
}
.icon-services:hover .circle-top{
	transform: rotate(180deg);
	filter: invert(15%) sepia(30%) saturate(7079%) hue-rotate(228deg) brightness(81%) contrast(129%);
}

.icon-services.icon2 .circle-top{
	top: auto;
	bottom: 35%;
	transform: rotate(180deg);
	filter: invert(90%) sepia(34%) saturate(525%) hue-rotate(184deg) brightness(99%) contrast(90%);
}
.icon-services.icon2:hover .circle-top{
	transform: rotate(0deg);
	filter: invert(15%) sepia(30%) saturate(7079%) hue-rotate(228deg) brightness(81%) contrast(129%);
}
.icon-services.icon4 .circle-top{
	top: auto;
	bottom: 27.5%;
	transform: rotate(180deg);
	filter: invert(90%) sepia(34%) saturate(525%) hue-rotate(184deg) brightness(99%) contrast(90%);
}
.icon-services.icon4:hover .circle-top{
	transform: rotate(0deg);
	filter: invert(15%) sepia(30%) saturate(7079%) hue-rotate(228deg) brightness(81%) contrast(129%);
}

.content-contactus{
	padding: 10% 0;
	background: url("../images/bg-services.png") center center no-repeat;
	background-size: cover !important;
	background-attachment: fixed;
}
.detail-learning{text-align: center;}
.detail-learning ul{
	list-style: none;
	margin-top: 1rem;
}
.detail-learning h1{
	font-size: 24px;
	margin-bottom: 15px;
	color: #004ea2;
    font-family: 'Kanit-Medium';
}
.detail-learning h2{
	font-size: 1rem;
	margin-bottom: 0;
	color: #004ea2;
    font-family: 'Kanit-Medium';
}
.detail-learning p{margin: 0;}
.detail-learning p span{
	color: #ff4844;
    font-family: 'Kanit-Medium';
}
.detail-learning ul li:nth-child(1) span{
	color: #ff4844;
	font-size: 24px;
    font-family: 'Kanit-Medium';	
}
.detail-learning ul li:nth-child(2) span{
	color: #ff4844;
	font-size: 24px;
    font-family: 'Kanit-Medium';	
}
.detail-learning ul li:nth-child(2) span.dis-price{
	color: #FFF;
	background: #ff4844;
	padding: 5px;
	display: inline-block;
	font-style: italic;
	animation-name: fadecolor;
  	animation-duration: 2.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.detail-learning ul.servicemore li span,.detail-learning ul.servicemore li strong:first-child{
	color: #ff4844;
	font-size: 24px!important;
    font-family: 'Kanit-Medium'!important;
	display: inline-block;
	animation-name: fadecolor2;
  	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.detail-learning ul.servicemore li img{
	width: 45px;
	margin: 0 10px 0 0;
	filter: invert(13%) sepia(100%) saturate(6596%) hue-rotate(202deg) brightness(84%) contrast(103%);
}
.detail-learning table{
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
	margin: 2rem auto;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.2);
}
.detail-learning table th{
	padding: 15px;
	background: #f5f5f5;
	text-align: left;
}
.detail-learning table td{
	padding: 15px;
	background: #FFF;
	text-align: left;
}
.detail-learning table tr:nth-child(2n+1) td{background: #F5F5F5;}


.address-box h1, .follow-box h1{
	color: #004ea2;
	font-size: 1.2rem;
	margin-bottom: 5px;
    font-family: 'Kanit-Medium';
}
.address-box a:hover{color: #ff4844;}
.address-box p{margin-bottom: 0;}
.address-box ul{list-style: none;margin-top: 1rem;}
.address-box ul li{padding-bottom: 5px;}
.address-box .ic-color{
	color: #004ea2;
	font-size: 22px;
	margin-right: 10px;
}
.follow-box{
	text-align: center;
	margin:1rem auto;
}
.follow-box img{
	width: 45px;
	transition: all 0.5s;
	filter: invert(13%) sepia(100%) saturate(6596%) hue-rotate(202deg) brightness(84%) contrast(103%);
}
.follow-box img:hover{
	transform: scale(.95);
	filter: none;
}
.lineqrcode-box img{
	width: 100px;
	border-radius: 10px;
	border: 1px solid #004ea2;
}
.lineqrcode-box a:hover{color: #004ea2;}

.mapbox{
	position: relative;
	padding: 1rem;
	margin: 1rem auto;
}
.mapbox::before{
	content: '';
	width: 90px;
	height: 90px;
	position: absolute;
	z-index: 0;
	border-radius: 15px;
	background: #ff4844;
}
.mapbox.rightmap::before{left: 0;top: 0;}
.mapbox.leftmap::before{right: 0;top: 0;}
.mapbox .map-icon{
	position: absolute;
	z-index: 3;	
	width: 80px;
	border-radius: 15px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.15);
}
.mapbox.rightmap .map-icon{
	bottom: 0;
	right: 0;
}
.mapbox.leftmap .map-icon{
	left: 0;
	bottom: 0;
}
.mapbox iframe{
	width: 100%;
	position: relative;
	z-index: 2;
	height: 280px;
	border-radius: 15px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.15);
}

.contact-form{
	padding: 10% 0;
	background: #f2f9fd;
}
.message-contact .fa-paper-plane{color: #000;}
.message-contact h1{
    font-size: 1.4rem;
    margin-bottom: 1rem;
	color: #004ea2;
    text-align: center;
    font-family: 'Kanit-Medium';
}
.detail-form{
    margin-bottom: 1rem;
}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #004ea2;
	font-size: 26px;
	vertical-align: middle;
}
.detail-form span, .detail-form p.red-text{
	color: #ff4844;
	display: initial;
}
.detail-form p{
	margin-bottom: 5px;
	color: #004ea2;
}
.detail-form h1{
	font-size: 1rem;
	margin-bottom: 1rem;
    font-family: 'Kanit-Medium';
}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text, .custom-file-label{
    padding: 8px 15px;
    background: #FFF;
	border: 1px solid #d7d7d7;
    width: 100%;
	color: #004ea2;
	border-radius: 5px;
	height: auto;
	margin: 0;
	line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border: 1px solid #004ea2;
}
.form-text::placeholder{color: #a3b4d3;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	width: 250px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #004ea2;
    color: #FFF;
    background: #004ea2;
    margin:.5rem auto;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 8px;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #FFF;
    color: #004ea2;
	transform: scale(.98);
}


.tabs-visa ul{
	justify-content: center;
	margin-bottom: 2rem;
	padding-bottom: 5px;
}
.tabs-visa ul li{
	width: auto;
	margin: 0 15px;
}
.tabs-visa ul li a{
	display: block;
	padding: 0 15px;
}
.tabs-visa ul li a.active, .tabs-visa ul li a:hover{color: #004ea2;}

/* 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: #ff4844;
  height: 2px;
  -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;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .tabs-visa ul li a.active.hvr-underline-from-left:before {
  right: 0;
}

.accordion#accordionServices{
	background: #FFF;
}
.accordion#accordionServices .card, .accordion#accordionServices .card-body, .accordion#accordionServices .card-header{
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;

}
.accordion .card-header h1::after { 
  content: "\25bc";
  color: gray;
}
.accordion .card-header h1.collapsed::after { 
  /* font-family: "Font Awesome 5 Free";
  content: "\f00c";*/
  content: "\25bc";
  color: #000;
}
.accordion#accordionServices .card-header h1{
	font-size: 1.1rem;
	margin-bottom: 15px;
    color: #004ea2;
    font-family: 'Kanit-Medium';
	display: flex;
	justify-content:space-between;
	align-items: center;
	background: #F5f5f5;
	padding: 10px 15px;
}
.accordion#accordionServices .card-header h1[aria-expanded="false"] .fa-angle-down{transform: rotate(0deg);}
.accordion#accordionServices .card-header h1[aria-expanded="true"] .fa-angle-down{transform: rotate(180deg);}

.travel-box{
	padding: .75rem;
	background: #FFF;
	text-align: center;
	margin-bottom: 2rem;
	border-radius: 15px;
	transition: all 0.5s;
	color: #004ea2;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.05);
}
.travel-box:hover{
	color: #ff4844;
	transform: scale(.98);
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.15);
}
.travel-box img{
	width: 100%;
	transition: all 0.5s;
	aspect-ratio:3/2;
	object-fit: cover;
	border-radius: 15px;
}
.travel-box h1{
	font-size: 1rem;
	margin:15px 0 0;
}



















@keyframes fadecolor {
  0 {
	  background-color: #ff4844;
	  transform: scale(1);
	}
  25% {
	  background-color: #004ea2;
	  transform: scale(.95);
	}
  50% {
	  background-color: #ff4844;
	  transform: scale(1);
	}
  75% {
	  background-color: #004ea2;
	  transform: scale(.95);
	}
  100% {
	  background-color: #ff4844;
	  transform: scale(1);
	}
}
@keyframes fadecolor2 {
	0 {transform: scale(1);}
	25% {transform: scale(.9);color: #004ea2;}
	50% {transform: scale(1);}
	75% {transform: scale(.9);color: #004ea2;}
	100% {transform: scale(1);}
}

/*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: #fff;
    z-index: 5;
    display: block;
    font-size: 18px;	
	background:#004ea2;
	box-shadow: -5px 0 15px rgba(0,0,0,0.15);
}
.policy-box p{
    margin-bottom: 0;
    font-size: 20px !important; 
}
.policy-box a{color: #fff;text-decoration: underline;}
.policy-box a:hover{text-decoration: none;color: #ff4844;}
.policy-box .btn-policy{
    width: 150px;
    padding: 5px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #FFF ;
    border-radius: 6px;
    margin: .5rem auto;
    border: 1px solid #ff4844;
	background-color: #ff4844;
}
.btn-cookiepolicy:hover, .btn-cookiesetting:hover{
	transform: scale(.98);
	box-shadow: 0 0 15px rgba(0,0,0,.3);
	background: #004ea2;
	border-color: #FFF;
}

.footer {
	color: #000;
	padding:10% 0;
	z-index: 2;
	background:url("../images/bg-footer.png") top center no-repeat;
	background-size: cover !important;
}
.footer ul li{padding-bottom: 5px;}
.footer p{margin: 0;}
.footer h1, .contact-footer h1,.address-footer h1{
    font-size: 19px;
    margin-bottom: 10px;
    font-family: 'Kanit-Medium';
}
.footer .ic-color{
	color: #004ea2;
	font-size: 18px;
	margin-right: 5px;
}
.address-footer{margin-bottom: 2rem;}
.address-footer ul{list-style: none;}
.contact-footer ul{list-style: none;}
.contact-footer{margin-top: 1rem;}
.footer a:hover{color:#ff4844;}
.copyright-box{
	color: #FFF;
	text-align: center;
    padding:15px 30px;
	background: #004ea2;
}
.copyright-box a:hover{text-decoration: underline;}
.social-footer{
	text-align: center;
	margin: 1rem auto;
}
.social-footer img{
	width: 45px;
	margin: 0;
	transition: ease-in-out 0.5s;
	filter: invert(18%) sepia(83%) saturate(2722%) hue-rotate(200deg) brightness(88%) contrast(101%);
}
.social-footer img:hover{
	transform: scale(.95);
	filter: none;
}
.line-qrcode {text-align: center;margin-top: 1rem;}
.line-qrcode p{margin: 0;}
.line-qrcode img{
	width: 100px;
	border: 1px solid #004ea2;
	border-radius: 10px;
}
/**************************************/


.slide-productsshow{margin-bottom: 2rem;}
.slide-productsshow .owl-carousel{display: block;}
.slide-productsshow  .item{
	background:#FFF;
	text-align:center;
}
#big{
	height:315px;
	overflow:hidden;
	margin-bottom:20px;
} 
#big .item{	
	height:315px;
	border: 1px solid #eee;
}
#big .item iframe{width: 100%;height: 100%;}
#big .item img{width: 100%;height: 100%;object-fit:contain;}
#thumbs .item{
	height:85px;
	overflow:hidden;
	border: 1px solid #eee;
}
#thumbs .item img{
	height:100%;
	object-fit: contain;
}
.slide-productsshow .owl-carousel .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0,-50%);
    color: #ffa500;
}
.slide-productsshow .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
.slide-productsshow .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}

/*.slide-productsshow .owl-carousel#thumbs .owl-nav{display: block !important;}*/
.slide-productsshow .owl-carousel .owl-nav button.owl-prev, .slide-productsshow .owl-carousel .owl-nav button.owl-next{ font-size:15px;}
.slide-productsshow .owl-carousel .owl-nav button:focus{box-shadow: none;border: none;outline: none;}

.catalog-download{
	display: inline-block;
    text-align: center;
    color: #FFF;
    padding: 8px;
    margin: auto auto 1rem auto;
    background: #004ea2;
    transition: all 0.5s;
    border: 1px solid #133963;
}
.catalog-download:hover{
	color: #004ea2;
    background: #fff;
	transform: scale(.95);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.detail-products{
	color: #212529;
	margin-bottom: 1rem;
}
.detail-products h2{
	font-size: 1rem;
	margin: 0;
	line-height: 1;
	color: #ffa500;

}
.detail-products h1{
	font-size: 1.1rem;
	margin-bottom: 0;

}
.detail-products p{margin-bottom: 0;}
.detail-products hr{
	width: 100%;
	height: 1px;
	border: none;
	background: #1b2b58;
	margin: 1rem auto;
}
.text-box1 h1{
	font-size: 1rem;

	text-decoration:line-through;
	color: #727272;
	margin: 0;
	line-height: 1;
}
.text-box1 p{
	font-size: 1.3rem;
	margin: 0;

}
.text-box2{text-align: right;}
.text-box2 h1{
	font-size: 1rem;
	margin: 0;

}
.text-box2 h1 span{
	color: #f00;
	font-size: 1.8rem;

}
.detail-text1{
	padding: 1rem;
	background: #F5F5f5;
}
.detail-text1 h1{margin-bottom: 1rem;}
.detail-text1 ul{list-style: none;padding-left: 1rem;}
.detail-text1 ul li{padding-bottom: 10px;}
.detail-moreproducts{
	width: 100%;
	border: none;
	padding: 0;
	box-shadow: none;
	background: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
	border-bottom: 1px solid #1b2b58;
}
.detail-moreproducts h1{
	font-size: 1.2rem;
	margin: 0;

}
.detail-moreproducts[aria-expanded="false"] .fa-angle-up{transform: rotate(180deg);}
.detail-moreproducts[aria-expanded="true"] .fa-angle-up{transform: rotate(0deg);}
.collapse#collapsemoreproducts .card{
	padding: 1rem;
	background-color:#FFF;
	border-radius: 15px;
	margin: auto;
	border: none;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.detail-text2{margin-bottom: 1rem;}
.detail-text2 p{
	margin: 0 0 .75rem;
	font-size: 1.1rem;

}
.detail-text2 ul{
	list-style: none;
	padding-left: 1rem;
}
.detail-text2 ul li{padding-bottom: 5px;}

.vdo-presents{
	width: 100%;
	height: 280px;
	border-radius: 15px;
	margin: 2rem auto;
	overflow: hidden;
	background: #FFF;
	padding: .5rem;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.vdo-presents iframe{
	width: 100%;
	height: 100%;
	border-radius: 15px;
}



/*////////////// //////////////////////////////pagelist//////// /////////////////////////////////////////////////*/
.text-notfound{
	margin:30px auto;
	font-size: 1.4rem;
    text-align: center;
}
.pagelist{
 text-align: center;
 padding:5px;
 border-radius:0px;
/* margin:0 5px 20px 5px;*/
 margin: 20px 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;
}
.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: #155570;
	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: #777 ;
	transition: all 0.4s;
}
.pagelist li.active a {
    color: #777;
}
/********************/
 
.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 #progress{
/*  height:1px;
  background:#fff;
  position:absolute;
  width:0;
  top:50%;*/
}
.box-loading #progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}
/******************************/


/*///////////////////////////////////////////////////////////////////////////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;
        right: -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{
		right: 0 !important;
	}
	.navbar-collapse.show{
		display:block;
		right: 0 !important;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		/*margin-left: 250px;*/
	}
	.navbar-expand-lg, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.navbar-expand-lg.-collapse {
		/*margin-left: 250px;*/
		width:100%;
	}
	
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 568px) {}




