@import url('https://fonts.googleapis.com/css2?family=Battambang&family=Dangrek&family=Preahvihear&family=Suwannaphum&display=swap');
* {
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
}
.nav-mobile {
    display: none;
}
nav {
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 999;
    background: #fff;
}
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 .btn-login {
    color: #fff;
    height: 35px;
    width: 150px;
    border-radius: 50px;
    line-height: 35px;
    background-color: #16924f;
}
nav .nav-links ul li a i {
    font-size: 18px;
}
nav .nav-links ul li{
    transition: 0.3s;
    list-style: none;
    padding: 0 20px;
}
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: #000;
    font-size: 16px;
    font-family: 'Battambang', cursive;
    line-height: 80px;
    font-weight: 600;
}
.checkbtn{
    color: #fff;
    line-height: 40px;
    float: right;
    cursor: pointer;
    display: none;
    margin-right: 20px;
    font-size: 20px;
}
#check{
  display: none;
}
.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;
}
.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: #0f4fa1;
    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: #1B3351;
	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: #1B3351;
	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: #1B3351;
}
.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;
}
.slide-wraper {
	width: 100%;
	height: auto;
}

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

#slider #line {
	height: 5px;
	background: #0077fe;
	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: rgb(0, 0, 0);
}

@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%;
	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%;
}
.section1 {
    width: 100%;
    height: auto;
}
.section1 .container {
    max-width: 1480px;
    height: auto;
    margin:  auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0em;
}
.section1 .container .row {
    cursor: pointer;
    padding: 10px;
}
.section1 .container .row img {
    width: 100%;
    border-radius: 10px;
}
.bann02 {
    width: 100%;
    vertical-align: middle;
}
.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: #16924f;
}

