/* New CSS 09/10/2564 */

@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500&display=swap');


body {
    background-color: #f1f1f1 !important;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}

/* Header */

.dee-header {
    background-color: #ffffff !important;
}
.dee-header .nav-item a {
    color: #000000 !important;
}
.dee-header ul.navbar-nav > li.nav-item {
   /* margin-left: 25px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.dee-header ul.navbar-nav > li.nav-item:first-child {
    margin-left: 0;
}
.dee-header ul.navbar-nav > li.nav-item > a {
    padding: 5px;
    border: 2px solid transparent;
    background-color: unset;
}
.dee-header ul.navbar-nav > li.nav-item.btn-login > a {
    background-color: #e22221;
    color: #ffffff !important;
    border-radius: 30px;
    padding: 5px 20px;
    border: 2px solid #e22221;
    transition: all 0.4s;
}
.dee-header ul.navbar-nav > li.nav-item.btn-login > a:hover {
    background-color: #cb1f1e;
    border-color: #cb1f1e;
}
.dee-header ul.navbar-nav > li.nav-item.btn-register > a {
    background-color: unset;
    color: #cb1f1e !important;
    border-radius: 30px;
    padding: 5px 20px;
    border: 2px solid #e22221;
    transition: all 0.4s;
}
.dee-header ul.navbar-nav > li.nav-item.btn-register > a:hover {
    background-color: #e22221;
    color: #ffffff !important;
}
.dee-header ul.navbar-nav > li.nav-item.btn-register {
    margin-left: 12px;
}
.dropdown > .dropdown-btn > button.dropbtn {
    border: none;
    background-color: unset;
    color: #e22221;
    padding: 5px 15px 5px 20px;
    z-index: 2;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.dropdown > .dropdown-btn {
    position: relative;
}
.dropdown > .dropdown-btn > i.fa-user {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #e22221;
    z-index: 1;
}
.dropdown > .dropdown-btn > i.fa-angle-down {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #e22221;
    z-index: 1;
}
.dropdown {
    position: relative;
}
.dropdown > .dropdown-content {
    position: absolute;
    width: 180px;
    z-index: 1;
    background-color: #ffffff;
    box-shadow: 0 0 4px rgb(0 0 0 / 12%);
    border-radius: 3px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.26s ease;
}
.dropdown > .dropdown-content.show {
    height: auto;
    opacity: 1;
    transform: scaleY(1);
}
.dropdown > .dropdown-content ul {
    padding: 10px;
    margin: 0;
    list-style: none;
}
.dropdown > .dropdown-content ul > li > a {
    display: block;
    padding: 8px 10px;
    font-weight: 300;
    text-decoration: unset !important;
    transition: all 0.4s;
}
.dropdown > .dropdown-content ul > li > a:hover {
    color: #e22221 !important;
}
button:focus {
    outline: unset !important;
}
#mobile-menu {
    display: none;
}
@media (max-width: 767px) {
#mobile-menu {
    display: block;
}
.headbar-mobile {
    display: block;
}

.headbar-mobile .head-right {
    flex-direction: column;
    align-items: flex-end !important;
}
.headbar-mobile button.btn-mobile-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: unset;
    border: none;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    padding: 0;
}
.headbar-mobile button.btn-mobile-menu > i {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 14px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.headbar-mobile button.btn-mobile-menu > i > span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #254655;
    border-radius: 6px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.headbar-mobile button.btn-mobile-menu > i > span:nth-child(1) {
    top: 0px;
}
.headbar-mobile button.btn-mobile-menu > i > span:nth-child(2), .headbar-mobile button.btn-mobile-menu > i > span:nth-child(3) {
    top: 6px;
}
.headbar-mobile button.btn-mobile-menu > i > span:nth-child(4) {
    top: 12px;
}
.headbar-mobile button.btn-mobile-menu > i  > span {
    background-color: #000;
}
.headbar-mobile .menu-click button.btn-mobile-menu > i > span:nth-child(1) {
    top: 6px;
    width: 0%;
    left: 50%;
}
.headbar-mobile .menu-click button.btn-mobile-menu > i > span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.headbar-mobile .menu-click button.btn-mobile-menu > i > span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.headbar-mobile .menu-click button.btn-mobile-menu > i > span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
}
.headbar-mobile button.btn-mobile-menu > b {
    display: inline-block;
    margin-left: 6px;
    font-weight: 400;
}
.headbar-mobile {
    padding: 0 !important;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
}
.headbar-mobile .content-nav {
    display: flex;
    align-items: center;
   /*  justify-content: space-between; */
   justify-content: right;
    z-index: 99999;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 8px 15px;
    background-color: #fff;
    /* box-shadow: 0 0 1px rgb(0 0 0 / 40%); */
  /*  box-shadow: 0 4px 3px -4px rgb(0 0 0 / 40%); */
    margin-bottom: 5px;
}
.headbar-mobile .content-nav > .head-left {
    width: fit-content;
}
.headbar-mobile .content-nav > .head-left > a > img {
    width: auto;
    height: 51px;
}
.headbar-mobile .content-nav > .head-right {
    width: fit-content;
}
.headbar-mobile .content-nav > .head-right button.btn-mobile-menu {
    margin: 0 0 0 auto;
}
.headbar-mobile .content-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    background-color: #f1f1f1;
    opacity: 0;
    height: 0;
    z-index: 99998;
    width: 100%;
    overflow: hidden;
    transition: all 0.6s ease, background 0.5s ease;
    transition-delay: 0.08s;
    box-shadow: 0 0 1px rgb(0 0 0 / 40%);
}
.headbar-mobile .menu-click .content-menu {
    padding-top: 50px;
    height: 100%;
    opacity: 1;
    transition-delay: 0.08s;
    overflow: auto;
}
.hide-menu {
    display: none !important;
}
.show-menu {
    display: block !important;
}
.headbar-mobile .menu-click-account .content-menu {
    padding-top: 50px;
    height: 100%;
    opacity: 1;
    transition-delay: 0.08s;
    overflow: auto;
}
.headbar-mobile .mobile-menu-nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.headbar-mobile > .container {
    padding-left: 0;
    padding-right: 0;
    height: 100%;
    max-width: unset;
}
.menu-mobile-row {
    padding: 10px 15px;
    height: 100%;
}
.menu-mobile-row ul.menu > li.menu-item > a {
    padding: 7px 0;
    display: block;
    border-bottom: 1px solid #ddd;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    text-decoration: unset;
}
.menu-mobile-row ul.menu > li.menu-item ul.sub-menu > li.menu-item > a {
    padding: 7px 0;
    display: block;
    border-bottom: 1px solid #ddd;
    color: #000;
    font-weight: 400;
    font-size: 15px;
}
.menu-mobile-row ul.menu > li.menu-item:last-child > a {
    border-bottom: none;
}
.menu-mobile-row ul.menu > li.menu-item ul.sub-menu > li.menu-item:last-child > a {
    border-bottom: none;
}
.menu-mobile-row ul.menu > li.menu-item ul.sub-menu > li.menu-item-has-children.active > ul.sub-menu {
    border-top: 1px solid #ddd;
}
.menu-mobile-row ul.menu > li.menu-item > ul.sub-menu > li.menu-item:first-child > a {
    border-top: none;
}
.menu-mobile-row ul.menu > li.menu-item-has-children.active {
    border-bottom: 1px solid #ddd;
}
.menu-mobile-row ul.menu > li.menu-item-has-children.active:last-child {
    border-bottom: none;
}
.menu-mobile-row ul.menu > li.menu-item-has-children.active:last-child > a {
    border-bottom: 1px solid #ddd;
}
.menu-mobile-row ul.menu > li.menu-item > a > img {
    width: 20px !important;
    height: auto !important;
    margin-right: 3px;
}
.menu-mobile-row ul.menu li.menu-item-has-children {
    position: relative;
}
.menu-mobile-row ul.menu li.menu-item-has-children > i {
    position: absolute;
    top: 10px;
    right: 0;
    font-style: normal;
}
.menu-mobile-row ul.menu li.menu-item-has-children > ul.sub-menu {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.6s ease, background 0.5s ease;
    transition-delay: 0.08s;
    padding-left: 15px !important;
}
.menu-mobile-row ul.menu li.menu-item-has-children.active > ul.sub-menu {
    height: auto;
    opacity: 1;
    transition-delay: 0.08s;
}
.menu-mobile-row ul.menu li.menu-item img.img-flag {
    width: 18px !important;
}
.menu-mobile-row ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dee-header .container > nav.navbar.navbar-expand-sm {
    /* display: none; */
}
body > .container {
   /* margin-top: 90px; */
}
}

/* Footer */

#Footer {
    background-color: #e2e2e2;
}
#Footer {
    padding: 70px 0 0 !important;
}
#Footer .row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
    text-align: left;
}
#Footer .row > .footer-collum {
    width: 100%;
}
#Footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#Footer li, #Footer a, #Footer p {
    color: #777777;
}
#Footer li {
    margin-bottom: 5px;
}
#Footer li:last-child {
    margin-bottom: 0;
}
#Footer h3.footer-title {
    margin-bottom: 20px;
    color: #074180;
}
#Footer .row > .footer-collum.footer-collum-2 {
    width: fit-content;
    margin: 0 auto;
}
#Footer .row > .footer-collum.footer-collum-3 {
    width: fit-content;
    margin: 0 0 0 auto;
}
.copyrgiht {
    padding: 10px 15px;
    background-color: #d6d6d6;
    margin-top: 70px;
}
ul.img-social > li {
    margin: 0 0 8px 0 !important;
}
ul.img-social > li a {
    transition: all 0.4s;
}
ul.img-social > li a:hover {
    opacity: 0.9;
}
ul.img-social > li img {
    width: 25px;
    margin-right: 5px;
}
ul.img-social > li > a {
    text-decoration: unset;
    font-weight: 500;
}

/* Body */

body.front-page > .container {
    padding: 70px 0;
}
.ganesh-box {
    padding: 0 !important;
}
.front-page .ganesh-box > .dee-row > .dee-heading {
    display: none !important;
}
.front-page .ganesh-box {
    background-color: unset;
}
.front-page .ganesh-box .banner-home {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}
.front-page .ganesh-box .banner-home img {
    width: 100%;
}
.front-page .ganesh-box > .dee-row {
    margin: 0;
}
.front-page .ganesh-box .section-home {
    padding: 40px;
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
}
.front-page .ganesh-box .section-detail > h2 {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 35px;
    border-bottom: 2px solid #ececec;
}
.front-page .ganesh-box .section-detail ul > li img {
    width: auto;
    opacity: 0.5;
    margin-right: 8px;
}
.front-page .ganesh-box .section-detail ul {
    padding: 0;
    margin: 0 0 35px;
    list-style: none;
}
.front-page .ganesh-box .section-detail ul:last-child {
    margin-bottom: 0;
}
.front-page .ganesh-box .section-detail ul > li {
    font-size: 18px;
    font-weight: 400;
    color: #777777;
}
.front-page .ganesh-box .section-detail h4 {
    margin-bottom: 15px;
    font-size: 22px;
}
.front-page .ganesh-box .section-map h3 {
    text-align: center;
    margin-bottom: 35px;
}
.front-page .ganesh-box .section-map .img-banner {
    width: 80%;
    margin: 0 auto 30px;
    border-radius: 15px;
    overflow: hidden;
}
.front-page .ganesh-box .section-map .run-table {
    box-shadow: 0 0 10px #81818145;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto;
}
.front-page .ganesh-box .section-map .run-table h3 {
    padding: 40px;
    background-color: #e22221;
    color: #ffffff;
    position: relative;
}
.front-page .ganesh-box .section-map .run-table h3:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #e22221;
    transform: rotate(45deg);
    margin: 0 auto;
}
.front-page .ganesh-box .section-map .run-table h4 {
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 12px;
    border-bottom: 2px solid;
    position: relative;
}
.front-page .ganesh-box .section-map .run-table h4:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 80px;
    height: 6px;
    background-color: #e22221;
    border-radius: 30px;
}
.front-page .ganesh-box .section-map > span {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.front-page .ganesh-box .section-map > span strong {
    background-color: green;
    padding: 0px 9px;
    border-radius: 7px;
    color: #ffffff;
}
.front-page .statistics-page .ganesh-box .section-home {
    padding: 0;
    box-shadow: 0 6px 10px #cccccc45;
}
.statistics-page .run-box {
    padding: 70px;
}
.front-page .ganesh-box .section-map .run-table img {
    width: auto;
}
.front-page .ganesh-box .section-map .run-table h3 {
    margin-bottom: 0;
}
.front-page .ganesh-box .section-map .run-table .run-table-col {
    padding: 45px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 7em;
    width: 100%;
}
.front-page .ganesh-box .section-map .run-table .run-table-col > div {
    width: 100%;
}
.front-page .ganesh-box .section-map .run-table .run-table-col ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.front-page .ganesh-box .section-map .run-table .run-table-col ul > li {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}
.front-page .ganesh-box .section-map .run-table .run-table-col ul > li:last-child {
    margin-bottom: 0;
}
.front-page .ganesh-box .section-map .run-table .run-table-col ul > li > img {
    margin-right: 15px;
}
.front-page .ganesh-box .section-map .run-table .run-table-col ul > li > span {
    display: flex;
    align-items: center;
}
.front-page .ganesh-box .section-map .run-table .run-table-col ul > li > span strong {
    display: flex;
    flex-direction: column;
    line-height: 1;
    font-size: 19px;
}
.front-page .ganesh-box .section-map .run-table .run-table-col ul > li > span > img {
    margin-right: 5px;
}
.front-page .ganesh-box .section-map .run-table .run-table-col ul > li > span strong > em {
    font-size: 14px;
    color: #777777;
    font-style: normal;
}
.front-page .ganesh-box .section-what-to-get, .front-page .ganesh-box .section-step {
    padding-top: 70px;
}
.front-page .ganesh-box .section-what-to-get h3 {
    text-align: center;
    margin-bottom: 35px;
}
.front-page .ganesh-box .section-what-to-get > .reward-row {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
    width: 100%;
}
.front-page .ganesh-box .section-what-to-get > .reward-row > .reward-col {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.front-page .ganesh-box .section-souvenir {
    padding-top: 50px;
    text-align: center;
}
.front-page .ganesh-box .section-souvenir p {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}
.front-page .ganesh-box .section-souvenir p:nth-child(4) {
    margin-bottom: 20px;
}
.front-page .ganesh-box .section-souvenir img {
    width: 50%;
    border-radius: 15px;
}
.front-page .ganesh-box .section-step h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.front-page .ganesh-box .section-step ul {
    padding-left: 20px;
    margin-bottom: 30px;
}
.front-page .ganesh-box .section-step ul > li {
    margin-bottom: 5px;
    color: #777777;
}
.front-page .ganesh-box .section-step ul > li:last-child {
    margin-bottom: 0;
}

.front-page .ganesh-box .btn-buttom {
    text-align: right;
    margin-top: 30px;
}
.front-page .ganesh-box .btn-buttom a {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    transition: all 0.3s;
}



._page-title {
   /* margin-bottom: -35px !important; */
}
._paypage form#FormData, ._paypage form#FormData > .row > .col-md-12 {
    padding: 0;
}
._paypage form#FormData .st2-group-payment .btn-submit-row button.btn.btn-success {
    width: fit-content;
    margin: 0;
}
.page-header.navbar .page-logo img.logo-default {
    width: 100% !important;
    height: auto !important;
}



/* Responsive */

@media (max-width: 992px) {
.front-page .ganesh-box .section-map .img-banner, .front-page .ganesh-box .section-map .run-table {
    width: 100%;
}
.front-page .ganesh-box .section-map .run-table .run-table-col {
    padding: 30px;
    grid-gap: 30px;
}
.front-page .ganesh-box .section-souvenir p {
    font-size: 18px;
}
.front-page .ganesh-box .section-what-to-get, .front-page .ganesh-box .section-step {
    padding-top: 50px;
}
.copyrgiht {
    margin-top: 50px;
}
#Footer h3.footer-title {
    font-size: 22px;
}
body.front-page > .container {
    padding: 50px 15px;
}
.front-page .ganesh-box .section-home {
    padding: 30px;
}
.front-page .ganesh-box .section-map h3 {
    font-size: 22px;
    margin-bottom: 25px;
}
.front-page .ganesh-box .section-detail h4 {
    font-size: 18px;
}
.front-page .ganesh-box .section-detail > h2, .front-page .ganesh-box .section-detail > h2 {
    font-size: 24px;
}
.front-page .ganesh-box .section-detail ul > li {
    font-size: 16px;
}
#Footer {
    padding: 50px 0 0 !important;
}
.dee-header ul.navbar-nav > li.nav-item a {
    font-size: 14px;
}
.statistics-page .run-box {
    padding: 50px;
}
}

@media (max-width: 767px) {
.front-page .ganesh-box .section-map .run-table .run-table-col, .front-page .ganesh-box .section-what-to-get > .reward-row {
    grid-template-columns: repeat(1,1fr);
}
.front-page .ganesh-box .section-souvenir img {
    width: 100%;
}
.front-page .ganesh-box .section-what-to-get, .front-page .ganesh-box .section-step {
    padding-top: 30px;
}
#Footer {
    padding: 30px 0 0 !important;
}
#Footer .row {
    grid-template-columns: repeat(1,1fr);
    padding: 0 15px;
}
#Footer .row > .footer-collum.footer-collum-2,#Footer .row > .footer-collum.footer-collum-3 {
    margin: 0;
}
.copyrgiht {
    margin-top: 30px;
}
body.front-page > .container {
    padding: 30px 15px;
}
.front-page .ganesh-box .section-map .run-table h3 {
    padding: 30px;
    font-size: 20px;
}
.front-page .ganesh-box .section-souvenir {
    padding-top: 30px;
}
._page-title {
   /* padding-top: 87px; */
    margin-bottom: -7px !important;
    font-size: 24px;
}
form.login-page, form.register-page, .run-box {
    padding: 30px;
}
button#btn-submit, .btn-primary {
   /* padding: 5px 25px; */
}
.btn-submit-row > .col-md-12 > button#btn-submit, form.login-page .btn-submit-row > .col-md-12 > a.btn-primary {
    width: auto;
}
form.login-page .form-group label {
    width: 100%;
    text-align: left !important;
}
form.login-page .form-group .col-sm-4 {
    width: 100%;
}
form.register-page > .form-group label {
    width: 100%;
}
form.register-page > .form-group .col-sm-4 {
    width: 100%;
}
.statistics-page .run-box {
    padding: 30px;
}
}