﻿/*  Toggle Switch */

hr {
    margin: 0;
    padding: 0px;
    border-bottom: 1px solid grey;
    border-top: 0px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: hsl(179, 100%, 36%, 100%);
}

input:focus + .slider {
    box-shadow: 0 0 1px hsl(179, 100%, 36%, 100%);
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* End Toggle Switch */

@keyframes fadeIn {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.fade-in-element {
    position: relative;
    bottom: -300px;
    opacity: 0;
}

    .fade-in-element.in-view {
        animation-name: fadeIn;
        animation-duration: 2s;
        animation-timing-function: ease;
        animation-fill-mode: forwards; /*ค้างที่ค่าของ keyframe สุดท้าย คือ  bottom: 0; opacity: 1;*/
    }

.sticky {
    border-radius: 25px;
    position: fixed;
    bottom: 5%;
    right: 0;
}

.regis_sticky_bt {
    z-index: 1000;
    position: fixed;
    margin: 0;
    color: #fff;
    transition: all .5s ease-in-out;
    right: 15px;
    border-radius: 100%;
    background: hsl(0, 0%, 10%, 100%);
    font-size: 14px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}

.bg_sticky {
    z-index: -1;
  
}

.sticky_image {
    height: 46em !important;
}

@media(min-width: 501px) {


    .sticky_image {
        height: 80em !important;
    }
}

@media(min-width: 1030px) {


    .sticky_image {
        height: 46em !important;
        margin-bottom: -18%;
    }
}


@media(min-width: 1300px) {


    .sticky_image {
        height: 65em !important;
    }
}


.regis_sticky_bt.problem {
    bottom: 290px;
}

.regis_sticky_bt.find {
    bottom: 240px;
}

.regis_sticky_bt.input {
    bottom: 190px;
}

.regis_sticky_bt.register {
    bottom: 140px;
}

.regis_sticky_bt.round {
    bottom: 90px;
}


.regis_sticky_bt:hover {
    background: hsl(179, 100%, 36%, 100%);
}

#back-to-top .top:hover {
    background: hsl(179, 100%, 36%, 100%);
}

.timeline-panel {
    padding: 10px !important;
}

.blog .timeline > li > .timeline-panel:after {
    border-top: 0 !important;
    border-bottom: 0 !important;
    position: unset !important;
}
/* HTML: <div class="loader"></div> */
#pre-loader {
    align-content: center;
    text-align: -webkit-center;
    /*background-color: #343434db !important;*/
    background-color: hsl(225, 17%, 95%, 75%) !important;
}


#pre-loader2 {
    align-content: center;
    text-align: -webkit-center;
    background-color: #343434b0 !important;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
    z-index: 999999;
}
/*.loader {
  width: 48px;
  height: 48px;
  position: relative;
}
    .loader::before, .loader::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 48em;
        height: 48em;
        background-image: radial-gradient(circle 10px,  hsl(225, 17%, 95%, 100%) 100%, transparent 0), radial-gradient(circle 10px,  hsl(225, 17%, 95%, 100%) 100%, transparent 0), radial-gradient(circle 10px,  hsl(225, 17%, 95%, 100%) 100%, transparent 0), radial-gradient(circle 10px,  hsl(225, 17%, 95%, 100%) 100%, transparent 0), radial-gradient(circle 10px,  hsl(225, 17%, 95%, 100%) 100%, transparent 0), radial-gradient(circle 10px,  hsl(225, 17%, 95%, 100%) 100%, transparent 0), radial-gradient(circle 10px,  hsl(225, 17%, 95%, 100%) 100%, transparent 0), radial-gradient(circle 10px,  hsl(225, 17%, 95%, 100%) 100%, transparent 0);
        background-position: 0em -18em, 0em 18em, 18em 0em, -18em 0em, 13em -13em, -13em -13em, 13em 13em, -13em 13em;
        background-repeat: no-repeat;
        font-size: 0.5px;
        border-radius: 50%;
        animation: blast 1s ease-in infinite;
    }
    .loader::after {
        font-size: 1px;
        background:  hsl(225, 17%, 95%, 100%);
        animation: bounce 1s ease-in infinite;
    }

@keyframes bounce {
  0% , 100%{ font-size: 0.75px }
  50% { font-size: 1.5px }
}
@keyframes blast {
  0% , 40% {
    font-size: 0.5px;
  }
  70% {
    opacity: 1;
    font-size: 4px;
  }
   100% {
     font-size: 6px;
    opacity: 0;
  }
}
*/
.loader3 {
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
}

@keyframes mulShdSpin {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.5), -1.8em -1.8em 0 0em rgba(255,255,255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.5), 1.8em -1.8em 0 0em rgba(255,255,255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.5), 2.5em 0em 0 0em rgba(255,255,255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.5), 1.75em 1.75em 0 0em rgba(255,255,255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.5), 0em 2.5em 0 0em rgba(255,255,255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.5), -1.8em 1.8em 0 0em rgba(255,255,255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.5), -2.6em 0em 0 0em rgba(255,255,255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

.loader4 {
    font-weight: bold;
    font-family: sans-serif;
    font-size: 20px;
    animation: l1 1s linear infinite alternate;
    color: #E8F0F3;
    margin-bottom: 100px;
}

    .loader4:before {
        content: "Please wait while the uploading is being processed; this may take awhile...."
    }

@keyframes l1 {
    to {
        opacity: 0
    }
}

/**/

.loader2 {
    font-weight: bold;
    font-family: sans-serif;
    font-size: 20px;
    animation: l1 1s linear infinite alternate;
    color: #00B7B3;
}

    .loader2:before {
        content: "Loading..."
    }

@keyframes l1 {
    to {
        opacity: 0
    }
}


.loader {
    height: 71px;
    aspect-ratio: 1.5;
    --c: no-repeat linear-gradient(#00B7B3 0 0);
    background: var(--c), var(--c), var(--c), var(--c);
    background-size: 33.4% 50%;
    animation: l6 2s infinite linear;
    border-radius: 2px;
}

@keyframes l6 {
    0% {
        background-position: 0 0,50% 0,0 100%,50% 100%
    }

    12.5% {
        background-position: 0 0,100% 0,0 100%,50% 100%
    }

    25% {
        background-position: 0 0,100% 0,0 100%,50% 0
    }

    37.5% {
        background-position: 0 0,100% 0,50% 100%,50% 0
    }

    50% {
        background-position: 0 100%,100% 0,50% 100%,50% 0
    }

    62.5% {
        background-position: 0 100%,100% 0,50% 100%,0 0
    }

    75% {
        background-position: 0 100%,100% 100%,50% 100%,0 0
    }

    87.5% {
        background-position: 0 100%,100% 100%,50% 0,0 0
    }

    100% {
        background-position: 0 100%,50% 100%,50% 0,0 0
    }
}

.blog .timeline li.timeline-inverted .timeline-panel:before {
    top: 99px;
}

/*.loader3 {
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 50%;
    color:  hsl(225, 17%, 95%, 100%);
    animation: fill 0.5s ease-in infinite alternate;
}

    .loader3::before, .loader3::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        border-radius: 50%;
        left: 60px;
        top: 0;
        animation: fill 0.9s ease-in infinite alternate;
    }

    .loader3::after {
        left: auto;
        right: 60px;
        animation-duration: 0.6s;
    }

@keyframes fill {
    0% {
        box-shadow: 0 0 0 2px inset
    }

    100% {
        box-shadow: 0 0 0 10px inset
    }
}*/

.video-background-banner .slider-content {
    border: 20px solid #ffffff;
}

.button.button-border-regis {
    background: transparent;
    border: 2px solid hsl(179, 100%, 36%, 100%);
    color: #E8F0F3;
}

    .button.button-border-regis:hover, .button.button-border:focus {
        background: hsl(179, 100%, 36%, 100%);
        color: hsl(225, 17%, 95%, 100%);
        border-color: hsl(179, 100%, 36%, 100%);
    }


/*.header.default {
    background:  hsl(225, 17%, 95%, 100%) ;
}*/


.mega-menu.desktopTopFixed .menu-list-items {
    background: hsl(225, 17%, 95%, 100%) !important;
}


.blog .timeline:before {
    background-color: hsl(0, 0%, 10%, 100%);
    opacity: 1;
}

.blog .timeline li .timeline-badge {
    border-color: hsl(0, 0%, 10%, 100%);
}

.footer-useful-link ul li a:hover {
    color: hsl(179, 100%, 36%, 100%) !important;
}

.feature-text.theme-icon:hover .feature-icon span, .feature-text.theme-icon:hover .feature-icon i {
    background: hsl(179, 100%, 36%, 100%);
    color: hsl(225, 17%, 95%, 100%);
}

.section-title:nth-child(odd) .title-effect::before {
    background: #0ca48f !important
}

.owl-carousel .owl-nav i:hover {
    background: hsl(179, 100%, 36%, 100%);
}

.blog-entry.blockquote .blog-detail .entry-title a:hover {
    color: hsl(179, 100%, 36%, 100%);
}




.accordion.shadow .acd-heading {
    background: hsl(199, 52%, 29%, 100%);
    color: #ffff;
}

.mega-menu .drop-down, .mega-menu .drop-down-tab-bar {
    background: hsl(0, 0%, 10%, 100%);
    opacity: 0.9 !important;
}




.ti-cup-bg {
    background: #031442 !important;
}

    .ti-cup-bg:hover {
        background: hsl(179, 100%, 36%, 100%) !important;
    }

.heightlogo_sponsor {
    height: 80px;
}

.heightlogo_sponsor50 {
    height: 80px;
}

.height_and_width_logo_sponsor {
    height: 80px;
    width: 250px !important
}



.logo_cpg_cpli {
    text-align: -webkit-center;
    text-align: center;
    margin-bottom: 20px;
}

#myVideo {
    margin-bottom: -10%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    z-index: -1;
}



.ti-check.active {
    background: hsl(199, 80%, 55%, 100%) !important;
    color: #ffffff !important;
    border: 3px solid hsl(199, 80%, 75%, 100%) !important;
}

.dp_none {
    display: none;
    animation: fadeOutload 2s ease-in;
}



@keyframes fadeOutload {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        display: none;
    }
}

.dp_block {
    display: block !important;
}

.feature-icon-ml {
    margin-left: 38px;
}


.button_on_navigation_phone {
    display: inline-block;
    background-color: hsl(199, 52%, 29%, 100%) !important;
    padding: 3px 25px !important;
    border-radius: 30px;
    font-weight: 600;
    font-family: Prompt;
    cursor: pointer;
    color: white;
    font-size: 14px;
}

    .button_on_navigation_phone:hover {
        color: hsl(179, 100%, 36%, 100%);
    }

.button_on_navigation {
    display: inline-block;
    background-color: hsl(0, 0%, 10%, 100%) !important;
    padding: 4px 25px !important;
    border-radius: 30px;
    font-weight: 600;
    font-family: Prompt;
    cursor: pointer;
}

.button_signup {
    width: 100%;
    border-radius: 50px;
}

/*

    RESPONSIVE -----------------------------------------

*/

@media (max-width: 500px) {
    .feature-icon-ml {
        margin-left: 10px;
    }
}

@media screen and (max-width: 991px) {
    .mega-menu .menu-links {
        width: 100%;
        background: hsl(0, 0%, 10%, 100%) !important;
        opacity: 0.9;
    }
}

@media (max-width: 991px) {
    .heightlogo_sponsor50 {
        height: 50px;
    }

    .logo_cpg_cpli {
        text-align: -webkit-center;
        text-align: center;
        margin-bottom: 20px;
        /*margin-top: -30px;*/
    }
}

.theme-color-custom {
    color: hsl(225, 17%, 95%, 100%);
}

.percent_CRITERIA {
    position: absolute;
    font-size: 25px;
    margin-top: -4px;
    margin-left: -24px;
    font-weight: lighter;
}

.footer-useful-link ul li a {
    color: hsl(0, 0%, 10%, 100%) !important;
}

.list {
    width: 100%;
}

line {
    display: block !important;
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-style: inset !important;
    border-width: 1px !important;
}

.text-gold {
    color: hsl(179, 100%, 36%, 100%) !important;
}

.theme-color-gold {
    color: hsl(179, 100%, 36%, 100%) !important;
}

.transparent-bg {
    background-color: transparent;
    background: transparent;
}



.height_logo_on_acd {
    height: 50px;
}

.acd-heading {
    padding: 0px 10px !important;
}


.bg_green_opacity {
    background-color: hsl(225, 17%, 95%, 100%);
    opacity: 0.9;
}

.image80per {
    width: 100% !important;
}

.score-img-right {
    text-align: center;
}

.score-img-left {
    text-align: center;
}

.order1 {
    order: 1;
    padding: 10px 0;
}


.order0 {
    order: 0;
    padding: 0 0;
}

.mr-4-5 {
    margin-left: 15%;
    margin-right: 15%;
}

.ml-4-5 {
    margin-left: 15%;
    margin-right: 15%;
}


.img-problem-statement-2 {
    width: 140%;
    margin-left: -20%;
}

.img-problem-statement {
    width: 130%;
    margin-left: -15%;
}

.criteria-percen {
    position: absolute;
    top: 0.6em;
    right: 5%;
}
/* Media queries สำหรับขนาดหน้าจอ */
@media(min-width: 768px) {
    .img-problem-statement-2 {
        width: 100%;
        margin-left: unset;
    }

    .img-problem-statement {
        width: 100%;
        margin-left: unset;
    }

    .image80per {
        width: 100% !important;
    }

    .score-img-left {
        text-align: left;
        padding-left: 0;
    }

    .score-img-right {
        text-align: right;
        padding-right: 0;
    }

    .order1 {
        order: unset;
    }

    .order0 {
        order: unset;
    }

    .mr-4-5 {
        margin-right: unset;
        margin-left: unset;
    }

    .ml-4-5 {
        margin-left: unset;
        margin-right: unset;
    }

    .bg_green_opacity {
        background-color: hsl(225, 17%, 95%, 100%);
        opacity: 0.9;
    }

    .criteria-percen {
        top: 70%;
    }
}

@media(min-width: 1200px) {
    .img-problem-statement-2 {
        width: 100%;
        margin-left: unset;
    }

    .img-problem-statement {
        width: 100%;
        margin-left: unset;
    }

    .image80per {
        width: 85% !important;
    }

    .score-img-left {
        text-align: left;
        padding-left: 0;
    }

    .score-img-right {
        text-align: right;
        padding-right: 0;
    }

    .order1 {
        order: unset;
    }

    .order0 {
        order: unset;
    }

    .mr-4-5 {
        margin-right: 3.5%;
        margin-left: -3px;
    }

    .ml-4-5 {
        margin-left: 3.5%;
        margin-right: -3px;
    }

    .bg_green_opacity {
        background-color: hsl(225, 17%, 95%, 100%);
        opacity: 0.9;
    }

    .criteria-percen {
        top: 70%;
    }
}


/*

    RESPONSIVE 2 -----------------------------------------

*/
.mobile-only {
    display: block;
}

.tablet-only {
    display: none;
}

.desktop-only {
    display: none;
}


@media(min-width: 501px) {

    .mobile-only {
        display: none;
    }

    .tablet-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }
}

@media(min-width: 1030px) {


    .mobile-only {
        display: block;
    }

    .tablet-only {
        display: none;
    }

    .desktop-only {
        display: none;
    }
}


/*

    RESPONSIVE By Col -----------------------------------------

*/

/*-- col --*/
.text_award2_for_col_lg {
    display: none;
}

.text_award2_for_col {
    display: block;
}
/*-- col-sm --*/
@media(min-width: 567px) {
}

/*-- col-md --*/
@media(min-width: 768px) {
}

/*-- col-lg --*/
@media(min-width: 992px) {
    .text_award2_for_col_lg {
        display: block;
    }

    .text_award2_for_col {
        display: none;
    }
}

/*-- col-xl --*/
@media(min-width: 1200px) {
}

/*-- Mega menu --*/
.space_menu_phone_text {
    font-size: 28px;
    padding: 0px 7px;
    font-weight: 200;
}

.space_menu_phone_text_hide {
    font-size: 28px;
    padding: 0px 7px;
    font-weight: 200;
}


@media(max-width: 990px) {
    .icon_profile {
        margin-top: -3px;
    }

    .search-cart {
        margin-top: 18px;
    }

    .space_menu_phone_text {
        padding: 0px 3px;
    }

    .space_menu_phone_text_hide {
        display: none !important;
    }

    .space_menu_phone {
        margin-top: -5px;
    }
}





/*.text-white.plus:hover {
    color: hsl(179, 100%, 36%, 100%) !important;
}*/
.new-bg {
    margin-bottom: -10%;
    bottom: 0;
    width: 300%;
    position: fixed;
    z-index: -1;
}


@media(min-width: 501px) {

    .new-bg {
        width: 200%;
    }
}

@media(min-width: 1030px) {

    .new-bg {
        width: 100%;
    }
}

.button.download-file {
    background: hsl(0, 0%, 95%, 100%);
    color: hsl(199, 52%, 39%, 100%) !important;
    border: 1px solid hsl(0, 0%, 100%, 100%);
    padding: 5px 20px !important;
    text-transform: unset;
}

    .button.download-file:hover {
        background: hsl(0, 0%, 85%, 100%);
        color: hsl(199, 52%, 39%, 100%) !important;
        border: 1px solid hsl(199, 52%, 39%, 100%);
    }




.show-file-input-upload-video {
}