@import url('https://fonts.googleapis.com/css2?family=Battambang:wght@300&family=Koulen&family=Moulpali&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Battambang&family=Dangrek&family=Preahvihear&family=Suwannaphum&display=swap');
* {
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
}
header {
    position: fixed;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    top: 0;
    z-index: 998;
}
header .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: flex;
    padding: 5px;
}
header .container .logo {
    width: 90%;
}
header .container .logo img {
    position: relative;
    width: 30%;
    height: auto;
}
header .container .login {
    display: flex;
    float: right;
    right: 10px;
    position: relative;
    margin-top: 10px;
    cursor: pointer;
}
header .container .km {
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    top: 6px;
    margin-left: 10px;
    cursor: pointer;
}
header .container span {
    color: #000;
    font-size: 14px;
    font-family: 'Battambang', sans-serif;
    display: flex;
    position: relative;
    top: 8px;
    left: 5px;
}
header .container .login i {
    color: #fff;
    font-size: 14px;
}
header .container .login .btn1 {
    color: #fff;
    font-size: 14px;
    font-family: 'Battambang', sans-serif;
    border-radius: 50px;
    margin-left: 10px;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #ebac54 ;
    font-weight: 600;
    background-color: #d39846 ;
}
nav {
  width: 100%;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
  background-size: 100%
}
nav .nav-links{
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
nav .nav-links ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
nav .nav-links ul li{
  transition: 0.3s;
  list-style: none;
  padding: 0 25px;
  background-color: #d39846;
  margin-left: 5px;
  margin-right: 5px;
  box-shadow: 3px 5px 8px #dbdbdb;
}
nav .nav-links ul li:hover{
  background-color: #e5e5e5;
}
nav .nav-links ul li i{
  position: relative;
  top: 3px;
  font-size: 22px;
  color: #fff;
}
nav .nav-links ul li a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-family: 'Battambang', cursive;
  line-height: 40px;
  font-weight: 600;
}
.checkbtn{
  color: #fff;
  line-height: 40px;
  float: right;
  cursor: pointer;
  display: none;
  margin-right: 20px;
  font-size: 22px;
}
#check{
  display: none;
}
main {
    margin-top: 150px;
}
.topbox {
    width: 100%;
    height: auto;
    background-color: #0067AC;
}
.topbox .container{
    max-width: 1270px;
    height: auto;
    margin: 0 auto;
    padding: 5px;
    background-color: none;
}
.topbox .container .row{
    max-width: 1480px;
    background-color: #fff;
    border-radius: 50px;
    padding: 5px;
}
.topbox .container .row #textShow{
    position: relative;
    top: 2px;
    color: #000;
    font-size: 14px;
    font-family: 'Battambang', sans-serif;
    line-height: 20px;
}
/* jssor slider loading skin spin css */
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/*jssor slider bullet skin 132 css*/
.jssorb132 {position:absolute;}
.jssorb132 .i {position:absolute;cursor:pointer;}
.jssorb132 .i .b {fill:#fff;fill-opacity:0.8;stroke:#000;stroke-width:1600;stroke-miterlimit:10;stroke-opacity:0.7;}
.jssorb132 .i:hover .b {fill:#000;fill-opacity:.7;stroke:#fff;stroke-width:2000;stroke-opacity:0.8;}
.jssorb132 .iav .b {fill:#000;stroke:#fff;stroke-width:2400;fill-opacity:0.8;stroke-opacity:1;}
.jssorb132 .i.idn {opacity:0.3;}

.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

/* ------------------------Slide---------------------- */
.section1 {
    width: 100%;
    height: auto;
}
.section1 .container {
    max-width: 1580px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    padding: 10px;
    gap: 1.5em;
}
.section1 .container .row {
    background-color: #fff;
}
.section1 .container .row img {
    width: 100%;
    border-radius: 10px;
}
.section1 .container .row p {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-family: 'Battambang', sans-serif;
}
.section2 {
    width: 100%;
    height: auto;
}
.section2 .container {
    max-width: 1580px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 10px;
    gap: 1.5em;
}
.section2 .container .row {
    cursor: pointer;
}
.section2 .container .row img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 5px 5px 8px #dbdbdb;
}
.section2 .container .row h2 {
    text-align: center;
    color: #d39846 ;
    font-size: 20px;
    font-family: 'Battambang', sans-serif;
}
.section2 .container .row p {
    text-align: left;
    color: #d39846 ;
    font-size: 14px;
    font-family: 'Battambang', sans-serif;
}
.section2 .container .row span {
    text-align: left;
    color: #414141 ;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Battambang', sans-serif;
}
.section3 {
    width: 100%;
    height: auto;
    padding-top: 40px;
}
.section3 h3 {
    text-align: center;
    color: #d39846 ;
    font-size: 25px;
    font-family: 'Battambang', sans-serif;
    margin: 0 auto;
    max-width: 1580px;
    padding-bottom: 10px;
}
.section3 .container {
    max-width: 1580px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding: 10px;
    gap: 1.5em;
}
.section3 .container .row {
    cursor: pointer;
}
.section3 .container .row img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 5px 5px 8px #dbdbdb;
}
.section3 .container .row h2 {
    text-align: left;
    color: #d39846 ;
    font-size: 16px;
    font-family: 'Battambang', sans-serif;
}
.section3 .container .row p {
    text-align: left;
    color: #000 ;
    font-size: 16px;
    font-family: 'Battambang', sans-serif;
}
.section3 .container .row span {
    text-align: left;
    color: #494949 ;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Battambang', sans-serif;
}
.section4 {
    width: 100%;
    height: auto;
    padding-top: 40px;
}
.section4 h3 {
    text-align: center;
    color: #d39846 ;
    font-size: 25px;
    font-family: 'Battambang', sans-serif;
    margin: 0 auto;
    max-width: 1580px;
    padding-bottom: 10px;
}
.section4 .container {
    max-width: 1580px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 10px;
    gap: 1.5em;
}
.section4 .container .row {
    cursor: pointer;
}
.section4 .container .row img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 5px 5px 8px #dbdbdb;
}
.section4 .container .row h2 {
    text-align: left;
    color: #d39846 ;
    font-size: 16px;
    font-family: 'Battambang', sans-serif;
}
.section4 .container .row p {
    text-align: left;
    color: #000;
    font-size: 14px;
    font-family: 'Battambang', sans-serif;
}
.section4 .container .row span {
    text-align: left;
    color: #d39846 ;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Battambang', sans-serif;
}
/* --------------------------------------- */
.footer {
	background-color: #d39846 ;
    padding: 70px 0;
}
.footer .container {
	max-width: 1280px;
	margin:auto;
}
.footer .container .row {
	display: flex;
	flex-wrap: wrap;
}
.footer .container .row ul{
	list-style: none;
}
.footer .container .row .footer-col{
   width: 20%;
   padding: 0 15px;
}
.footer .container .row  .footer-col h4{
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 10px;
	font-weight: 600;
	position: relative;
    font-family: 'Battambang', sans-serif;
}
.footer .container .row  .footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	/* background-color: #e91e63; */
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer .container .row  .footer-col ul li:not(:last-child){
	margin-bottom: 5px;
}
.footer .container .row  .footer-col ul li a{
	font-size: 14px;

	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #fff;
	display: block;
	transition: all 0.3s ease;
    font-family: 'Battambang', sans-serif;
}
.footer .container .row  .footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer .container .row  .footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer .container .row  .footer-col .social-links a:hover{
	color: #fff;
	background-color: #00336e;
}
.footer1 {
	background-color: #0067AC;
    padding: 40px 0;
}
.footer1 .container {
	max-width: 1280px;
	margin:auto;
}
.footer1 .container .row {
	display: flex;
	flex-wrap: wrap;
}
.footer1 .container .row ul{
	list-style: none;
}
.footer1 .container .row .footer-col1 {
   width: 20%;
   padding: 0 15px;
}
.footer1 .container .row  .footer-col1 h4{
	font-size: 16px;
	color: #d39846 ;
	margin-bottom: 10px;
	font-weight: 600;
	position: relative;
    font-family: 'Battambang', sans-serif;
}
.footer1 .container .row  .footer-col1 h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	/* background-color: #e91e63; */
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer1 .container .row  .footer-col1 ul li:not(:last-child){
	margin-bottom: 5px;
}
.footer1 .container .row  .footer-col1 ul li a{
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #000;
	display: block;
	transition: all 0.3s ease;
    font-family: 'Battambang', sans-serif;
}
.footer1 .container .row  .footer-col1 ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer1 .container .row  .footer-col1 .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: #d39846 ;
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #fff;
	transition: all 0.5s ease;
}
.footer1 .container .row  .footer-col1 .social-links a:hover{
	color: #fff;
	background-color: #00336e;
}
.footer1 .container p {
    color: #000;
	font-size: 12px;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
}
.nav-bottom {
    display: none;
}
.space {
    display: none;
    width: 100%;
    height: 200px;
}
.section03 {
    width: 100%;
    height: auto;
    background-color: #009da5;
}
.section03 .container {
    max-width: 1480px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    box-sizing: border-box;
    gap: 1em;
    padding: 20px;
}
.section03 .container .row {
    padding: 0;
}
.section03 .container .row img {
    width: 100%;
}
.section03 .container .row video {
    width: 100%;
    position: relative;
    border: 6px solid #cecece;
}
.section03 .container .row h2 {
    color: #fff;
    font-size: 26px;
    text-align: center;
    font-family: 'Koulen', cursive;
    border-radius: 5px;
    margin-top: 20px;
}
.section03 .container .row p {
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: 'Battambang', cursive;
    /* word-break: break-all; */
}
.section03 .container .row h3 {
    margin-top: 20px;
    color: #fff;
    width: 200px;
    font-size: 30px;
    text-align: center;
    font-family: DB-Heavent-Cond;
    border-radius: 50px;
    border: 0.2rem solid #fff;
    box-shadow: 0 0 0.1px #f000e8, inset 0 0 0.1px #f000e8, 0 0 10px #f000e8, inset 0 0 10px #f000e8, 0 0 10px #f000e8, inset 0 0 10px #f000e8;
}
.slide-wraper {
	max-width: 100%;
	height: auto;
	padding: 20px;
}

#slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#slider #line {
	height: 5px;
	background: rgba(0,0,0,0.5);
	z-index: 1;
	position: absolute;
	bottom: 0;
	right: 0;
}

#slider #dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	display: flex;
	justify-content: center;
}

#slider #dots li {
	transition: 0.3s;
	list-style-type: none;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: rgba(0,0,0,0.5);
	margin: 0 0.25em;
	cursor: pointer;
}

#slider #dots li:hover,
#slider #dots li.active {
	background: white;
}

@keyframes line {

	0% {width: 0%;}
	100% {width: 100%;}

}

#slider #back,
#slider #forword {
	width: 6%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: 0.3s;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	color: white;
	font-weight: 700;
    font-size: 2rem;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#00ffffff',GradientType=1 );
}

#slider #forword {
	left: auto;
	right: 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bfffffff',GradientType=1 );
}

#slider:hover #back,
#slider:hover #forword {
	opacity: 0.7;
}

ul#move {
	margin: 0;
	padding: 0;
	display: flex;
	width: 100%;
	background: gray;
	margin-right: 100%;
}


ul#move li {
	transition: 0.6s;
	min-width: 100%;
	color: white;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

ul#move li img {
	width: 100%;
}

ul#move li:nth-child(1) {
	background: #657765;
}

ul#move li:nth-child(2) {
	background: #456174;
}

ul#move li:nth-child(3) {
	background: #984;
}

ul#move li:nth-child(4) {
	background: #445566;
}

ul#move li:nth-child(5) {
	background: #744674;
}

