@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: 160px;
    height: 57px;
}
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;
    background: #0067AC;
    border-radius: 50px;
    margin-left: 10px;
    width: 180px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}
nav {
  width: 100%;
  height: 60px;
  background-color: #0067AC;
  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;
}
nav .nav-links ul li:hover{
  background-color: #fff;
}
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: 16px;
  font-family: 'Battambang', cursive;
  line-height: 60px;
}
.checkbtn{
  color: #fff;
  line-height: 40px;
  float: right;
  cursor: pointer;
  display: none;
  margin-right: 20px;
  font-size: 22px;
}
#check{
  display: none;
}
main {
    margin-top: 120px;
}
.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: 1280px;
    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: 1px solid rgba(0, 46, 110, .3);
    border-radius: 10px;
}
.section1 .container .row p {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-family: 'Battambang', sans-serif;
}
/* --------------------------------------- */
.footer {
	background-color: #0067AC;
    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;
	text-transform: capitalize;
	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;
	text-transform: capitalize;
	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: #0067AC;
	text-transform: capitalize;
	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;
	text-transform: capitalize;
	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: #00336e;
	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;
}
.wrapper-con {
    background-color: #E5E5E5;
}
.section2 {
    width: 100%;
    height: auto;
}
.section2 .container {
    max-width: 1480px;
    height: auto;
    margin:  auto;
}
.section2 .container .row {
    padding: 10px;
}
.section2 .container .row h1 {
    color: #000;
    font-size: 30px;
    font-family: 'Dangrek', sans-serif;
    text-align: center;
    padding: 50px 10px 0px 0px;
}
.section2 .container .row p {
    max-width: 600px;
    color: #000;
    font-size: 16px;
    font-family: 'Battambang', sans-serif;
    text-align: center;
    margin: 0 auto;
}
.section3 {
    width: 100%;
    height: auto;
}
.section3 .wrap {
    max-width: 1480px;
    height: auto;
    margin:  auto;
    padding: 50px;
}
.section3 .container {
    max-width: 1480px;
    height: auto;
    margin:  auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0em;
    background-color: #fff;
    border-radius: 20px;
    padding: 50px;
}
.section3 .container .row {
    cursor: pointer;
    padding: 10px;
}
.section3 .container .row h1 {
    color: #000;
    font-size: 16px;
    font-family: 'Battambang', sans-serif;
    text-align: left;
    font-weight: 500;
}
.fa-check-circle {
    color: #006838;
}
.section4 {
    width: 100%;
    height: auto;
}
.section4 .wrap {
    max-width: 1480px;
    height: auto;
    margin:  auto;
    padding: 50px;
}
.section4 .container {
    max-width: 1480px;
    height: auto;
    margin:  auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0em;
    background-color: #f2f2f2;
    border-radius: 20px;
    padding: 50px;
}
.section4 .container .row {
    cursor: pointer;
    padding: 10px;
}
.section4 .container .row img {
    width: 20%;
}
.section4 .wrap h3 {
    color: #0051a2;
    font-size: 20px;
    font-family: 'Battambang', sans-serif;
    text-align: left;
    font-weight: 600;
}
.section4 .container .row h2 {
    color: #000;
    font-size: 20px;
    font-family: 'Battambang', sans-serif;
    text-align: left;
    font-weight: 600;
}
.section4 .container .row h1 {
    color: #000;
    font-size: 16px;
    font-family: 'Battambang', sans-serif;
    text-align: left;
    font-weight: 500;
}
.section5 {
    width: 100%;
    height: auto;
}
.section5 .container {
    max-width: 1480px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 10px;
    gap: 1.5em;
}
.section5 .container .row {
    background-color: #fff;
}
.section5 .container .row img {
    width: 100%;
    border: 1px solid rgba(0, 46, 110, .3);
    border-radius: 10px;
}
.section5 .container .row p {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-family: 'Battambang', sans-serif;
}
