@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: #011c0d;
    background-size: 100%;
    top: 0;
    z-index: 998;
}

header .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: flex;
    padding: 5px;
}

header .container .km {
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    top: 3px;
    margin-left: 10px;
    cursor: pointer;
}

header .logo {
    display: none;
}

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;
}

.login_singup {
    display: none;
}

nav {
    width: 100%;
    height: 60px;
    background: linear-gradient(to right, #1b1a15, #47433b);
    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 5px;
}

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: 14px;
    font-family: 'Battambang', cursive;
    line-height: 60px;
}

nav .nav-links ul li img {
    max-width: 260px;
}

nav .nav-links .login {
    display: flex;
    float: right;
    right: 10px;
    position: relative;
    margin-top: 0px;
    cursor: pointer;
}

nav .nav-links .btn1 {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-family: 'Battambang', sans-serif;
    border-radius: 50px;
    margin-left: 10px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
}

.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;
}

.wrapper-con {
    background-color: #fff;
}

.section6 {
    width: 100%;
    height: auto;
}

.section6 .container {
    max-width: 1480px;
    height: auto;
    margin: auto;
}

.section6 .container .row {
    padding: 10px;
}

.section6 .container .row h1 {
    color: #413f38;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Dangrek', sans-serif;
    text-align: center;
    padding: 50px 10px 0px 0px;
}

.section6 .container .row h3 {
    max-width: 720px;
    margin: 0 auto;
    color: #413f38;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 30px 10px 0px 0px;
}

.section6 .container .row h2 {
    max-width: 720px;
    margin: 0 auto;
    color: #413f38;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Suwannaphum', serif;
    text-align: center;
    padding: 50px 10px 50px 0px;
}

.section6 .container .row p {
    max-width: 1000px;
    color: #525252;
    font-size: 14px;
    font-family: 'Battambang', sans-serif;
    text-align: left;
    margin: 0 auto;
}

.section2 {
    width: 100%;
    height: auto;
}

.section2 .container {
    max-width: 1480px;
    height: auto;
    margin: auto;
}

.section2 .container .row {
    padding: 10px;
}

.section2 .container .row h1 {
    color: #413f38;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 50px 10px 0px 0px;
}

.section2 .container .row h3 {
    max-width: 720px;
    margin: 0 auto;
    color: #413f38;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 30px 10px 0px 0px;
}

.section2 .container .row h2 {
    max-width: 720px;
    margin: 0 auto;
    color: #413f38;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Dangrek', sans-serif;
    text-align: center;
    padding: 50px 10px 50px 0px;
}

.section2 .container .row p {
    max-width: 1000px;
    color: #525252;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    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: #f2f2f2;
    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;
    padding-top: 40px;
}

.section5 h3 {
    text-align: center;
    color: #007c6e;
    font-size: 25px;
    font-family: 'Battambang', sans-serif;
    margin: 0 auto;
    max-width: 1580px;
    padding-bottom: 10px;
}

.section5 .container {
    max-width: 1480px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 10px;
    gap: 1.5em;
}

.section5 .container .row {
    cursor: pointer;
}

.section5 .container .row img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 5px 5px 8px #dbdbdb;
}

.section5 .container .row h2 {
    text-align: center;
    color: #af8000;
    font-size: 14px;
    font-family: 'Battambang', sans-serif;
}

.section5 .container .row p {
    text-align: center;
    color: #000;
    font-size: 22px;
    font-family: 'Battambang', sans-serif;
}

.section5 .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: #413f38;
    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: #413f38;
}

.footer1 {
    background-color: #043f1d;
    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: #fff;
    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;
    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: #fff;
    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: #e5e5e5;
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #006434;
    transition: all 0.5s ease;
}

.footer1 .container .row .footer-col1 .social-links a:hover {
    color: #fff;
    background-color: #d59d0e;
}

.footer1 .container p {
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
}

.nav-bottom {
    display: none;
}

.space {
    display: none;
    width: 100%;
    height: 200px;
}

.bank_partner {
    width: 100%;
    height: auto;
    padding-top: 40px;
}

.bank_partner .container {
    max-width: 1480px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 10px;
    gap: 1.5em;
}

.bank_partner .container .row {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 15px #dbdbdb;
    border-radius: 10px;
}

.bank_partner .container .row img {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bank_partner .container .row .title {
    color: #7c7c7c;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0 0 0;
}

.bank_partner .container .row .description {
    color: #7c7c7c;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 5px 0;
}

.bank_partner .container .row p {
    color: #7c7c7c;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 20px 0 0 0;
}

.slide-wraper {
    max-width: 1480px;
    height: auto;
    padding: 20px;
    margin: 0 auto;
}

#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;
}

.poster01 {
    width: 100%;
    height: auto;
    padding-top: 40px;
}

.poster01 .container {
    max-width: 1480px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
    gap: 1.5em;
}

.poster01 .container .row {
    cursor: pointer;
}

.poster01 .container .row img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 5px 5px 8px #dbdbdb;
}

.poster01 .container .row h1 {
    text-align: left;
    color: #000;
    font-size: 50px;
    font-family: 'Suwannaphum', serif;
}

.poster01 .container .row h2 {
    text-align: left;
    color: #413f38;
    font-size: 24px;
    font-family: 'Suwannaphum', serif;
}

.poster01 .container .row p {
    text-align: left;
    color: #000;
    font-size: 18px;
    font-family: 'Battambang', sans-serif;
}

.poster01 .container .row h3 {
    width: 30%;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Suwannaphum', serif;
    background: #413f38;
    border-radius: 50px;
    padding: 10px;
}

.poster02 {
    width: 100%;
    height: auto;
    padding-top: 40px;
}

.poster02 .container {
    max-width: 1480px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
    gap: 1.5em;
}

.poster02 .container .row {
    cursor: pointer;
}

.poster02 .container .row img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 5px 5px 8px #dbdbdb;
}

.poster02 .container .row h1 {
    text-align: right;
    color: #000;
    font-size: 50px;
    font-family: 'Suwannaphum', serif;
}

.poster02 .container .row h2 {
    text-align: right;
    color: #413f38;
    font-size: 24px;
    font-family: 'Suwannaphum', serif;
}

.poster02 .container .row p {
    text-align: right;
    color: #000;
    font-size: 18px;
    font-family: 'Battambang', sans-serif;
}

.poster02 .container .row h3 {
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Suwannaphum', serif;
    background: #413f38;
    border-radius: 50px;
    padding: 10px;
}