html{
	font-size:14px;
	scroll-behavior: smooth;
}
@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-ExtraLight.woff') format('woff'),
         url('fonts/Kanit-ExtraLight.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;
	color: #000;	
}

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:#c40e20;
    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: #000;
    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;
	width: 75%;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
	width: 40%;
}
#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);
}
.hamburgers-box{
    width: 100%;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
    transition: all 0.5s;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
	width: 100%;
    padding: 0;
    text-align: left;
    margin:0;
    transition: all 0.5s;
}
.navbar-brand img{
	width: 130px;
    transition: all 0.5s;
}
.navbar-brand a{display: block;}
.navbar-brand.d-lg-none{
	padding: 10% 0;
	text-align: center;
	width: 100%;
}
.navbar-brand.d-lg-none img{width: 90px;}
.navbar-collapse ul li{
	padding: 0 15px;
    transition: all 0.5s;
    text-align: center;
}
.navbar-collapse ul li:last-child{border: none;}
.navbar-collapse ul li a {
    width: 100%;
    margin: auto;
    padding:15px 15px ;
    position: relative;
    font-family: 'Kanit-ExtraLight';
    display: block;
}

.navbar-collapse li.languages-ic{
	width: auto;
	margin: 0;
	display: none;
}
.navbar-collapse ul li.languages-ic a{
	display: inline;
	padding: 0 5px;
    font-family: 'Kanit-Medium';
}

.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: #ff6738;}

.social-header{
	text-align: center;
	margin: 1rem auto;
	padding: 0 15px;
}
.social-header h1{
	font-size: 20px;
	margin:10px 0;
    font-family: 'Kanit-Medium';
}
.social-header img{
	width: 40px;
	margin: 0;
	transition: ease-in-out 0.5s;
	filter: invert(8%) sepia(91%) saturate(7234%) hue-rotate(248deg) brightness(118%) contrast(143%);
}
.social-header table{
	width: 100%;
	text-align: left;
	margin-top: 1rem;
}
.social-header table td{
	padding:5px;
	vertical-align: top;
}
.social-header table td:first-child{padding: 0;}
.social-header  table img{
	width: 25px;
	margin: 0 10px 0 0;
}

.social-header img:hover{
	transform: scale(.95);
	filter: invert(65%) sepia(71%) saturate(4757%) hue-rotate(337deg) brightness(101%) contrast(101%);
}
.languages-mobile{
	position: absolute;
	right: 4rem;
	top: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.languages-mobile a.active{color: #ff6738;}

.contact-head img{
	width: 25px;
	margin: 0 10px 0 0;
	filter: invert(8%) sepia(91%) saturate(7234%) hue-rotate(248deg) brightness(118%) contrast(143%);
}
.contact-head a:hover{color: #ff6738;}

/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone .banner-slide{
    width: 100%;
}
#slide-zone .banner-slide img{
	width: 100%;
}
.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: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background-color: rgb(255 157 46 / 35%);
	border: 1px solid rgb(255 157 46 / 35%);
}
.owl-carousel button.owl-dot.active{
    background-color: #ff9d2e;
	border-color: #ff9d2e;
}
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  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-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff6738;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -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-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .navbar-collapse li.active .hvr-sweep-to-bottom:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*content--//////////////////////////////////////////////////////////////////////////*/
.font-headmain{	
    font-family: 'Kanit-Medium';
	font-size: 24px;
}
.title-box{
	text-align: center;
	margin-bottom: 2.5rem;
}
.title-box h1{
	color: #0808ff;
	margin-bottom: 0;
}
.title-box p{
	margin: 0;
	color: #696969;
}
.img-about{
	text-align: center;
	margin: 1rem auto;
}
.img-about img{max-width: 100%;}
.img-box{
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: ease-in-out 0.5s;
}
.img-box img{
	width: 100%;
	transition: ease-in-out 0.5s;
}


.content-services{
	padding: 10% 0;
	background: url("../images/bg-content1.png") top right no-repeat;
	background-size: cover !important;
}
.icon-service{
	display: flex;
	align-items: center;
	padding: .5rem;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	margin-bottom: 1rem;
	transition: ease-in-out 0.5s;
	border-right: 4px solid transparent;
}
.icon-service img{
	width: 50px;
	margin: 0 10px 0 0;
	transition: ease-in-out 0.5s;
	filter: invert(65%) sepia(71%) saturate(4757%) hue-rotate(337deg) brightness(101%) contrast(101%);
}
.icon-service:hover {border-color: #0808ff;}
.icon-service:hover img{
	transform: scale(.95);
	filter: invert(8%) sepia(91%) saturate(7234%) hue-rotate(248deg) brightness(118%) contrast(143%);
}


.content-trans--services{
	padding: 10% 0;
	overflow-x: hidden;
	background: url("../images/bg-content2.png") center bottom no-repeat #ececff;
	background-size: 100% !important;
}
.icon-trans{
	text-align: center;
	padding: .5rem;
	background: #FFF;
	margin-bottom: 2rem;
	border-bottom: 4px solid transparent;
	transition: ease-in-out 0.5s;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.icon-trans:hover {border-color: #0808ff;}
.icon-trans img{
	width: 90px;
	margin: 0 auto 1rem;
	transition: ease-in-out 0.5s;
	filter: invert(65%) sepia(71%) saturate(4757%) hue-rotate(337deg) brightness(101%) contrast(101%);
}
.icon-trans:hover img{
	transform: scale(.95);
	filter: invert(8%) sepia(91%) saturate(7234%) hue-rotate(248deg) brightness(118%) contrast(143%);
}
.icon-trans h1{
	font-size: 0.87rem;
	margin: 0;
	font-family: 'Kanit-Regular';
}

.slide-seminar .owl-carousel.owl-seminar .owl-stage-outer{overflow: inherit;}
.slide-seminar .owl-carousel.owl-seminar .owl-stage{padding: 1rem 0;}
.slide-seminar .owl-carousel.owl-seminar .owl-item{padding: 1rem;}
.seminar-box{
	text-align: center;
	transition: all 0.5s;
	padding-bottom: 15px;
	background: #f1f1f1;
	color: #757575;
	overflow: hidden;
	box-shadow: rgb(17 17 26 / 10%) 0px 4px 5px, rgb(17 17 26 / 7%) 0px 4px 9px;
}
.seminar-box img{
	width: 100%;
	aspect-ratio: 3/2;
    object-fit: cover;
    transition: all 0.5s;
}
.seminar-box h1{
	font-size: 1rem;
	margin: 10px auto 0; 
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
	padding: 0 8px;
	height: calc(1rem * 1.3 * 2);
}
.seminar-box:hover{
	background: #0808ff;
	color: #FFF;
}
.owl-carousel.owl-seminar .owl-item img {
    aspect-ratio: 3/2;
    object-fit: cover;
	transition: all 0.5s;
}
.owl-carousel.owl-seminar .owl-item .seminar-box:hover img{
    aspect-ratio: 3/3;
}


.slide-seminar .owl-carousel.owl-seminar .owl-dots{bottom: -10%;}
.slide-seminar .owl-carousel.owl-seminar button.owl-dot {
    background-color: rgb(8 8 255 / 40%);
	border: 1px solid rgb(8 8 255 / 40%);
}
.slide-seminar .owl-carousel.owl-seminar button.owl-dot.active{
    background-color: #0808ff;
	border-color: #0808ff;
}
.seminar-box.in--seminarpage{margin-bottom: 2rem;}
.seminar-box.in--seminarpage:hover img{transform: scale(1.05);}

.content-otherpage{
	padding: 10% 0;
	overflow-x: hidden;
	background: url("../translationinterpretation/images/bg-content.png") top center no-repeat;
	background-size: cover !important;
}
.detail-policy{margin-bottom: 2rem;}
.detail-policy h1{margin-bottom: 1rem;}
.detail-policy p{margin-bottom: 1rem;}
.detail-policy ul{list-style: none;}
.detail-policy a:hover{color: #ff6738;}
.detail-policy ul li{padding: 0 0 .3rem 1.5rem;}
.detail-policy .fa-angles-right{font-size: 20px;margin-right: 10px;}


/*.content-otherpage.contaqctpage{
	background: url("../contactus/images/banner-title.png") top center no-repeat;
	background-size: 100% !important;
	padding-bottom: 0;
}*/
.content-otherpage.contaqctpage{padding: 0;}
.content-otherpage.contaqctpage .container{
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 5%;
	transform: translate(-50%,0);
}
.address-box{
	padding: 1rem;
	background: #FFF;
}
.address-box h1{
	margin-bottom: .5rem;
	font-size: 20px;
    font-family: 'Kanit-Medium';
}
.address-box a:hover{color: #ff6738;}
.address-box table{margin-bottom: 1rem;}
.address-box table td{
	vertical-align: top;
	padding: 3px;
}
.address-box img{
	width: 25px;
	margin: 0 10px 0 0;
}
.message-contact {
	padding: 1rem;
	color: #FFF;
	background-image: -moz-linear-gradient( 35deg, rgb(1,1,104) 0%, rgb(8,8,255) 100%);
	background-image: -webkit-linear-gradient( 35deg, rgb(1,1,104) 0%, rgb(8,8,255) 100%);
	background-image: -ms-linear-gradient( 35deg, rgb(1,1,104) 0%, rgb(8,8,255) 100%);
}

.message-contact h1{
    margin-bottom: 1rem;
    font-family: 'Kanit-Medium';
}
.detail-form{
    margin-bottom: 1rem;
}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #fff;
	font-size: 26px;
	vertical-align: middle;
}
.detail-form span, .detail-form p.red-text{
	color: #F00;
	display: initial;
}
.detail-form p{margin-bottom: 5px;}
.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: none;
	border-bottom: 1px solid #cdcdcd;
    width: 100%;
	color: #000;
	border-radius: 6px;
	height: auto;
	margin: 0;
	line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #13d4d4;
}
.form-text::placeholder{color: #cdcdcd;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	width: 200px;
    padding: 5px;
    display: block;
    box-shadow: none;
    border: 1px solid #ff6130;
    color: #FFF;
    background: #ff6130;
    margin:.5rem 0;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 6px;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #FFF;
    color: #ff6130;
	transform: scale(.98);
}
.mapbox{
	width: 100%;
	height: 1336px;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
}
.img-contact{
	text-align: center;
	overflow: hidden;
}
.img-contact img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.detail-text h1{
	font-size: 1.05rem;
	margin-bottom: .5rem;
    font-family: 'Kanit-Regular';
}
.detail-text ul{list-style: none;}
.detail-text ul li{padding-bottom: 5px;}

#big{
	height:315px;
	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:cover;}
#thumbs .item{
	height:85px;
	overflow:hidden;
	border: 1px solid #eee;
}
#thumbs .item img{
	height:100%;
	object-fit: cover;
}
#thumbs .item:hover{box-shadow: 0 0 12px rgba(0,0,0,0.15);}
.slide-services .owl-carousel .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0,-50%);
    color: #0808ff;
	font-size: 28px;
}
.slide-services .owl-carousel .owl-nav button.owl-prev {
    margin-left: -0.5rem;
    background: url(../images/arrow-left.png) center center no-repeat;
    background-size: 100%;
}
.slide-services .owl-carousel .owl-nav button.owl-next {
    float: right;
    clear: both;
    margin-right: -0.5rem;
    background: url(../images/arrow-right.png) center center no-repeat;
    background-size: 100%;
}

.slide-services .owl-carousel#big .owl-nav{display: block !important;}
.slide-services .owl-carousel#thumbs .owl-nav{display: none !important;}
.slide-services .owl-carousel .owl-nav button:focus{box-shadow: none;border: none;outline: none;}


.bacnner-otherpage{
	padding: 5% 0;
	background: url("../research/images/bg-Research.png") top center no-repeat;
	background-size: cover !important;
}
.research-box ul{
	list-style: none;
	margin: 1.5rem 0 0 1.5rem;
}
.research-box ul li{margin-bottom: 1rem;}
.research-box p{margin: 0;}
.research-box h1{color: #0808ff;}
.research-box h2{
	color: #696969;
	font-size: 1.1rem;
	margin-bottom: 0;
    font-family: 'Kanit-Regular';
}

.img-work{
	width: 100%;
	text-align: center;
	overflow: hidden;
	aspect-ratio:3/2;
	margin-bottom: 1.5rem;
	transition: all 0.5s;
	border: 1px solid #f1f1f1;
}
.img-work img{
	width: 100%;
	transition: all 0.5s;
	object-fit: cover;
}
.img-work:hover img{transform: scale(1.05);}
.img-work:hover{box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.bacnner-otherpage.ourworkpage{
	background: url("../contactus/images/banner-title.png") top center no-repeat #FFF;
	background-size: 100% !important;
}
.detail-text{margin-bottom: 2rem;}
.detail-text h2{color: #0808ff;}
.detail-text p{
	margin: 0;
	color: #696969;
}
.detail-text a{
	color: #3b5999;
}

.content-otherpage.transervicepage{
	background: url("../interpretationservice/images/bg-content.png") top center no-repeat #FFF;
	background-size: 100% !important;
}
.price-table{
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
}
.price-table p{margin: 0;}
.price-table table{
	min-width: 768px;
}
.price-table table th{
	color: #FFF;
	padding: 8px;
	/*vertical-align: top;*/
	background: #365b6d;
	text-align: center;
    font-family: 'Kanit-Regular';
	font-weight: normal;
}
.price-table table th[rowspan="2"]:first-child{width:37%;}
.price-table table th[colspan="3"]{
	border: 1px solid #FFF;
	border-top: none;
}
.price-table.price2table table th{border-right: 1px solid #FFF;}
.price-table.price2table table th:last-child{border-right: none;}

.price-table table tr.addborder--white th{border-left: 1px solid #FFF;}
.price-table table tr.addborder--white th:last-child{border-right: 1px solid #FFF;}


.price-table table td{
	text-align: center;
	background: #d7dee2;
	color: #365b6d;
	padding: 10px;
	border-right: 1px solid #FFF;
}
.price-table table td:last-child{border-right: none;}
.price-table table tr:nth-child(2n+1) td{
	background: #f5f7f8;
}
.price-table table td:first-child{text-align: left;}

.price-table.price2table table td{width: 16.66%;text-align: center;}
.noti-text{
	margin: 2rem 0 0;
	color: #365b6d;
}
.noti-text p{
	margin-bottom: 10px;
    font-family: 'Kanit-Regular';
}
.noti-text ul{list-style: none;}
.noti-text ul li{padding-bottom: 5px;}

.content-otherpage.quatationpage{
	background: url("../quotation/images/bg-quata.png") top center no-repeat #FFF;
	background-size: 100% !important;
}

.box-title--noti{
	padding: 1rem;
	border-radius: 15px;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	background: rgba(255,255,255,0.5);
}
.box-title--noti h1{
	font-size: 1.3rem;
	margin-bottom: .5rem;
    font-family: 'Kanit-Medium';
}
.box-title--noti p{
    font-family: 'Kanit-Regular';
	margin: 0;
}
.content-otherpage.quatationpage .message-contact{
	background: none;
	color: #000;
	padding: 0;
	margin-top: 2rem;
}
.content-otherpage.quatationpage .message-contact h1{color: #ff6130;}

.content-otherpage.quatationpage .detail-form #captcha-refresh{color: #ff6130; }
.content-otherpage.quatationpage .form-text, .content-otherpage.quatationpage .custom-file-label {
	border: 1px solid #e2e2e2;
	background: #FFF;
}
.content-otherpage.quatationpage .sendus-btn{margin:1rem auto;}
.content-otherpage.quatationpage select.form-text{
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: url("../quotation/images/next.png") right 10px center no-repeat #FFF;
	background-size: 15px;
}



.category-box{
	text-align: center;
	margin-bottom: 1rem;
	background: #e2e2e2;
	transition: all 0.5s;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.category-box h1{
	margin: 15px 0 0;
	font-size: 1rem;
	font-weight: normal;
    font-family: 'Kanit-Regular';
}
.category-box p{margin: 0;padding-bottom: 15px;}
.category-box:hover img{transform: scale(1.05);}
.category-box:hover{
	color: #FFF;
	background: #0808ff;
}

.file-download p{margin-bottom: 10px;font-weight: 700;}
.file-download ul{list-style: none;}
.file-download ul li a{
	padding:10px;
	text-align: left;
	display: block;
	width: 100%;
	border-radius: 5px;
}
.file-download a:hover{
	background: #F5F5F5;
	color: #000;
}
.file-download img{
	width: 40px;
	margin-right: 10px;
	filter: invert(18%) sepia(98%) saturate(7465%) hue-rotate(9deg) brightness(116%) contrast(123%);
}
.file-download a:hover img{filter: invert(14%) sepia(41%) saturate(450%) hue-rotate(88deg) brightness(92%) contrast(90%);}

/*footer--//////////////////////////////////////////////////////////////////////////*/
.policy-box{
    position: fixed;
    bottom: 0%;
    width: 100%;
    left: 50%;
    top: auto;
    text-align: center;
    padding: 1rem ;
    color: #000;
    z-index: 5;
    display: block;
    font-size: 18px;	
	background:#FFF;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	border-radius: 0px;
	transform: translate(-50%,0);
}
.policy-box ul{list-style: none;}
.policy-box ul li{padding: 0 10px;}
.policy-box p{
    margin-bottom: 0;
    font-size: 20px !important; 
    font-family: 'Kanit-Medium';
}
.policy-box a{color: #000033;text-decoration: underline;}
.policy-box a:hover{text-decoration: none;}
.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 #ff6130;
	background-color: #ff6130;
}
.btn-cookiepolicy:hover, .btn-cookiesetting:hover{
	transform: scale(.98);
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}

.logo-footer{text-align: center;margin-bottom: 1rem;}
.footer {
	color: #000;
	padding:10% 0 5%;
	background: #f1f1ff;
}
.footer ul{list-style: none;}
.footer ul li{padding-bottom: 5px;}
.menu-footer ul li.active a,
.menu-footer ul li a:hover{font-family: 'Kanit-Regular';color: #000;}
.footer p{margin: 0;}
.footer h1{
    font-size:20px;
    margin-bottom: 10px;
	font-family: 'Kanit-Regular';
}
.footer table{width: 100%;}
.footer table td{
	padding:5px;
	vertical-align: top;
}
.footer table td:first-child{padding: 0;}
.contact-footer{margin-top: 1rem;}
.footer a:hover{color:#ff6738;}
.copyright-box{
	color: #FFF;
	text-align: center;
	padding: 15px;
	background: #0808ff;
}
.social-footer{
	text-align: center;
	margin: 1rem auto;
}
.social-footer img{
	margin: 0;
	width: 45px;
	transition: ease-in-out 0.5s;
}
.social-footer img:hover{
	transform: scale(.95);
}

.address-footer img, .contact-footer img{
	width: 25px;
	margin: 0 10px 0 0;
	filter: invert(8%) sepia(91%) saturate(7234%) hue-rotate(248deg) brightness(118%) contrast(143%);
}


.video-present{
	width: 100%;
	height: 300px;
	margin: 2rem auto;
}
.video-present iframe{
	width: 100%;
	height: 100%;
}


/**********************************/
.avatar-img {
	width: 100%;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
}
/*///////////////////////////////////////////////////////////////////////////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;*/
	}
	.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) {}




