@import url('https://fonts.googleapis.com/css2?family=Battambang:wght@300&family=Koulen&family=Moulpali&family=Roboto&display=swap');
* {
    margin: 0;
    padding: 0;
}
body {
    background: url(../images/home/bg-body.jpg) fixed;
}
header {
    position: fixed;
    width: 100%;
    height: auto;
    background: url(../images/home/bg-head.jpg);
    background-size: 100%;
    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: 3px;
    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: #000;
    font-size: 14px;
}
header .container .login .btn1 {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-family: 'Battambang', sans-serif;
    border-radius: 50px;
    margin-left: 10px;
    width: 150px;
    height: 35px;
    line-height: 35px;
    border: 1px solid yellow;
    background-image: linear-gradient(to right, #ffa003, yellow);
}
nav {
  width: 100%;
  height: 60px;
  background-image: linear-gradient(to right, #ffa003, yellow);
  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: #000;
}
nav .nav-links ul li a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #000;
  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: 20px;
}
#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---------------------- */
.section03 {
    width: 100%;
    height: auto;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.section03 .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    box-sizing: border-box;
    gap: 1em;
}
.section03 .container .row {
    padding: 0;
}
.section03 .container .row img {
    width: 100%;
}
.section03 .container .row video {
    width: 100%;
    position: relative;
    top: 20px;
    border: 6px solid #cecece;
}
.section03 .container .row h2 {
    color: #000;
    font-size: 26px;
    text-align: center;
    font-family: 'Koulen', cursive;
    border-radius: 5px;
    margin-top: 20px;
}
.section03 .container .row p {
    padding: 10px 0;
    color: #000;
    text-align: left;
    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;
}
.section1 {
    width: 100%;
    height: auto;
    padding-top: 40px;
}
.section1 h3 {
    text-align: center;
    color: #007c6e;
    font-size: 25px;
    font-family: 'Battambang', sans-serif;
    margin: 0 auto;
    max-width: 1580px;
    padding-bottom: 10px;
}
.section1 .container {
    max-width: 1480px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    padding: 10px;
    gap: 1.5em;
}
.section1 .container .row {
    cursor: pointer;
}
.section1 .container .row img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 5px 5px 8px #dbdbdb;
}
.section4 {
    width: 100%;
    height: auto;
    padding-top: 40px;
}
.section4 h3 {
    text-align: center;
    color: #007c6e;
    font-size: 25px;
    font-family: 'Battambang', sans-serif;
    margin: 0 auto;
    max-width: 1580px;
    padding-bottom: 10px;
}
.section4 .container {
    max-width: 1480px;
    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: center;
    color: #af8000;
    font-size: 14px;
    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: #007c6e;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Battambang', sans-serif;
}
.container-track{
    display: flex;
    width: calc(250px * 18);
    animation: scroll 40s linear infinite;
    -webkit-animation: scroll 40s linear infinite;
}
.container-track:hover{
    animation-play-state: paused;
}
@keyframes scroll{
    0%{
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-250px * 9));
        -webkit-transform: translateX(calc(-250px * 9));
        -moz-transform: translateX(calc(-250px * 9));
        -ms-transform: translateX(calc(-250px * 9));
        -o-transform: translateX(calc(-250px * 9));
}
}

/* --------------------------------------- */
.footer {
	background-color: #d59d0e;
    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: #d59d0e;
	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: #d59d0e;
	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: #d59d0e;
}
.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;
}

