@charset "utf-8";
/* CSS Document */

body{
	overflow-x:hidden;
	font-family:  'Kanit', Arial, sans-serif;
}

a:hover{
	text-decoration:none;
}

ul{
	padding:0;
	margin:0;
	}
ul li{
	list-style:none;
	}
	.aball{
		overflow-x:scroll;
	}
.aball-2{
			
	}

.navigation-wrap{
	/* position: fixed; */
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 70px;
	width: auto;
	display: block;
  /* filter: brightness(10%); */
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #002b86 !important;
}
.nav-item.active .nav-link{
	color: #f3ab00 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #002b86;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}





.headMobile .logo-sp {
	/* height: 72px; */
}


/* menuuuuuuu mobile */

@media (max-width: 575px) { 
.header{
	display:none;
}


.header-container{
	display: block;
}

.headMobile{
	display:  block !important;
}

.header-pc{ display:  none !important; }

.headerMobiletop{
	display:  block !important;
}

.owl-carousel .owl-stage-outer{
	/* height: 235px  !important; */
	/* height: auto; */
	height: 126px !important;
}




}
@media (min-width: 576px) and (max-width: 767px) { 
.header{
	display:none;
}
.header-container{
	display: block;
}

.headMobile{
	display:  block !important;
}	

.header-pc{ display:  none !important; }

.headerMobiletop{
	display:  block !important;
}

.owl-carousel .owl-stage-outer{
	height: 235px  !important;
}

}

@media (min-width: 768px) and (max-width: 991px) { 
.header{
	display:none;
}
.header-container{
	display: block;
}

.headMobile{
	display:  block !important;
}	
.header-pc{ display:  none !important; }

.headerMobiletop{
	display:  block !important;
}

.owl-carousel .owl-stage-outer{
	height: 235px  !important;
}

}

@media (min-width: 992px) and (max-width: 1199px) { 
.header{
	display:none;
}
.header-container{
	display: block;
}

.headMobile{
	display:  block !important;
}	

.headerMobiletop{
	display:  block !important;
}

.header-pc{ display:  none !important; }


}


.headMobile a {
text-decoration: none;
}



.header .menu{
font:20px/22px 'thaisanslite', Arial, sans-serif;
}
.header .menu .menu-block{
text-align:center;
/* 	width:105px; */
width:106px;
padding-top:54px;
}
.header .menu a{
	padding-top: 52px;
color:#fff;
}
.header .menu a:hover{
color:#dabc5e;
}

.headMobile{
display:  none;
}


/* MENU Mobile */
.headMobile ul {
margin-top: 5px;
color: #fff;
z-index: 9995;
width: 100%;
display: none;
/* background: #011c46; */
background: #001b54;
font-size: 18px;
    line-height: 28px;
}

.headMobile li {
float: none;
text-align: left;
border-bottom: 1px solid #03297b;
padding: 10px 20px;
height: auto;
}

.headMobile li a {
color: #FFF;
}

.headMobile li a h2 {
font-size: 18px;
}

.headMobile {
text-align: center;
/* padding-top: 5px; */
position: relative;
/* background: #07224b; */
background: #fff;

min-height: 76px;
}

.headMobile .logo-sp {
  max-width: 240px;
  margin-top: 5px;
}

.headMobile a {
text-decoration: none;
}

.navbar-toggle {
position: absolute;
/* left: 10px; */
right: 10px;
top: 2px;
padding: 9px 3px;
/* margin-top: 8px; */
margin-top: 16px;
margin-right: 5px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
height: 34px;
border: none;
outline: none;
cursor: pointer;
}

.navbar-toggle .icon-bar {
display: block;
width: 26px;
height: 2px;
border-radius: 1px;
background: #343a40;
/*     background-color: #e3c05c; */
transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
margin-bottom: 6px;
transition-duration: 0.3s
}

.nav_toggle_active #icon-bar_1 {
display: block;
-ms-transform: rotate(40deg);
-webkit-transform: rotate(40deg);
transform: rotate(40deg);
margin-left: 5px;
margin-top: 10px;
}

.nav_toggle_active #icon-bar_2 {
display: block;
-ms-transform: rotate(138deg);
-webkit-transform: rotate(138deg);
transform: rotate(138deg);
margin-top: -9px;
margin-left: 5px;
}

.nav_toggle_active #icon-bar_3 {
display: none;
}

.navbar-toggle .icon-bar+.icon-bar {
margin-top: 4px;
}

.headMobile .language {
position: absolute;
/*     top: 15px; */
/*     right: 10px; */
top: 10px;
right: 6px;
}

.headMobile .language .d-flex {
color: #fff;
}

.headMobile .language .p-1 {
width: 27px;
height: 27px;
padding: 2px !important;
text-align: center;
color: #f7f7f7;
/*     background-color: #152131; */
font: 20px/22px 'thaisanslite', Arial, sans-serif;
}

.headMobile .language .p-1 a {
color: #f7f7f7;
}

.headMobile .language .p-1 .select {
border-bottom: 1px solid #dabc5e;
/*     margin-top: -1px; */
}


/* #Media
================================================== */

@media (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}

.navbar{
	font: 18px/55px 'Kanit', Arial, sans-serif;
}

.btsearch{
	/* border-top-right-radius: 10px;
	border-bottom-right-radius: 10px; */
	font-size: 18px;
	cursor: pointer !important;
	background: #001b54;
	border: #002b86;
}

.btsearch1{
	/* border-top-left-radius: 10px;
	border-bottom-left-radius: 10px; */
	cursor: pointer !important;
}

.card-img-top{
	max-height: 250px;
}

.btnCard{
    padding: 8px 10px;
    font-size: 13px;
    margin-top: 10px;
}

.btn-all{
	background-color: #001b54;
    border-color: #002065
}

.responsive-imgs {
    width: 100%;
    height: auto;
}

/* footer */
.site-footer
{
	background-color: #001b54;
    padding: 45px 0 0px;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 50px;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color: #868e96;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right;
  margin-top: -10px;
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0;
  text-align: left;
  margin-top: -15px;
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color: red
}
.social-icons a.lineoa:hover
{
  background-color: #04cc31
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}


.sub .topname {
    margin: 0;
    padding: 0;
    padding-top: 38px;
    height: 130px;
    /* background: #e40988; */
    text-align: center;
    font: 30px/50px 'Kanit', Arial, sans-serif;
    color: #fff;
    /* background: url(../images/bg-sub-head.png) no-repeat center 0; */
    background-size: 100vw auto;
}


.hyrt-btn {
    border: none;
    height: 44px;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 15%);
    font-size: 18px;
    max-width: 100%;
    width: 100%;
    padding: 0px 0;
    display: inline-block;
    text-align: center;
    line-height: normal;
    font-weight: bold;
    cursor: pointer;
}
.hyrt-btn-blue {
    color: #fff;
    background-color: #1d23ab;
}

.scp-breadcrumb {
	background: #e9ecef;
}

.scp-breadcrumb .breadcrumb{
	/* margin: 2px; */
	border-radius: 0px !important;

}

.btnmoredeatial {
    padding: 8px 12px;
    font: 14px/16px 'Kanit', Arial, sans-serif;
}

.bg-light {
    background-color: #fff !important;
}


