.kanit-thin {
    font-family: "Kanit", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .kanit-extralight {
    font-family: "Kanit", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .kanit-light {
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .kanit-regular {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .kanit-medium {
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .kanit-semibold {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .kanit-bold {
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .kanit-extrabold {
    font-family: "Kanit", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .kanit-black {
    font-family: "Kanit", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .kanit-thin-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .kanit-extralight-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .kanit-light-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .kanit-regular-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .kanit-medium-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .kanit-semibold-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .kanit-bold-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .kanit-extrabold-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .kanit-black-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  


body {
    font-family: 'Kanit';
    margin-top: 68px;
}

h1 {font-size: 3rem; margin: 30px 0; font-weight: bold;}

.mt-20 {margin-top: 20px;} .g-10 {margin: 0 10px;} .mb-40 {margin-bottom: 40px;}

.sikhumvit {
    font-family: 'Sukhumvit';
}

.container {
    overflow: hidden;
}

.sky-container {
    background-color: #6acce6;
}

.gold-container {
    /*background: linear-gradient(0deg,rgb(32, 35, 210) 5%,rgb(35, 161, 79) 70%);*/
	background: #fff9d7;
}

.gold-reverse-container {
    background: linear-gradient(0.7deg,rgba(255,247,233,0.7) 90%,rgba(254,223,186,1) 100%);
}

.gold-black-container {
    background: linear-gradient(0deg,rgba(0,0,0,1) 20%,rgba(254,223,186,1) 100%);
}

.gold-black-reverse-container {
    background: linear-gradient(0deg,rgba(254,223,186,1) 20%,rgba(0,0,0,1) 100%);
}

.gold-white-container {
    background: linear-gradient(0deg,rgba(255,255,255,1) 70%,rgba(254,223,186,1) 100%);
}

.greenmint-container {
    background-color: #defaff;
}

.product-list-container {
    padding: 20px;
}

.product-feature-section {
    background: linear-gradient(#f7fdff, #dff9ff);
}

.product-feature-section .container {
    padding: 20px;
    margin-top: 38px;

}


.product-feature-section .title {
    font-size: 22px;
    line-height: 30px;
    color: #000;
    margin-bottom: 0px;
}


.product-feature-section .featurelist {
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
    padding-left: 5px;
}

.product-feature-section .featurelist li {
    /* margin-left: 30px; */
    padding-top: -10px;
    background: url('../img/bullet-check.png') no-repeat left top;
    list-style: none;
    padding: 3px 0px 3px 40px;
    font-size: 18px;
}

.product-feature-section .price {
    font-weight: bold;
    font-size: 36px;
    color: #ff0000;
    padding-left: 10px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.gold-txt {
    font-weight: bold;
    font-size: 20px;
    color: #bd9400;
    padding-top: 10px;
    padding-bottom: 10px;
}

.price {
    font-weight: bold;
    font-size: 36px;
    color: #ff0000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.darkblue {color:#004d72 !important; font-size: 1.2em;}


.product-feature-section .line-button-wrapper {
    text-align: center;
}


.product-feature-section .product-image-wrapper {
    text-align: center;
    padding: 20px;
}


.product-freature-reviews-section .container {
    padding: 20px;
}

.product-list-container .middle-header {
    padding-bottom: 20px;
    /* padding-top: 20px; */
}

.product-list-container .middle-header .big {
    font-weight: bold;
    font-size: 24px;
}

.product-list-container .middle-header .detail {
    font-size: 22px;
}

.product-list-container .middle-header .detail.italic {
    font-style: italic;
}

.product-list-container .middle-header.dark {
    color: #007695;
}

.product-list-container .middle-header.light {
    color: #fff;
}

.product-list .title {
    padding-top: 8px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    /* color: #000; */
}

.product-list .title a {
    color: #000;
}


.product-list .shorttitle {
    color: #707070;
    font-size: 14px;
    /* margin-bottom: 4px; */
}

.product-list .price {
    font-weight: bold;
    font-size: 24px;
}

.product-list .price .full-price {
    background-color: red;
    border: none;
    color: white;
    padding: 0px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 5px;
}

.product-list .price .reduce-price {
    color: #000;
}

.product-list .line-button {
    margin-top: 5px;
}


.light-container .product-list .title a {
    color: #fff;
}


.light-container .product-list .price .full-price {
    color: #fff;
}

label {font-size: 1.6rem;} .is-black {color: #000 !important;} .white-txt {color: #fff !important;}

.top-menu {
    /* border-bottom: 10px solid #6acce6; */
    /* max-width: 1366px; 
    margin: 0 auto; */
}

.top-menu-wrapper {
    /* width: 100%; */
    width: auto;
    max-width: 1440px;
    margin: 0 auto;
}


.top-menu .logo img {
    height: 60px;
    margin-right: 50px;
}

.top-menu a {
    line-height: 0;
    font-size: 25px;
    color: #000;
}

.top-menu .menu-item {
    display: flex;
    margin: 0 20px;
}


.top-menu a.menu-bestseller {
    background: url('../img/menu-best-seller.png');
    background-size: 60px 60px;
}

.top-menu a.menu-blog {
    background: url('../img/blog_button.png');
    background-size: 60px 60px;
}

.top-menu a.menu-reviewproduct {
    background: url('../img/menu-review-product.png');
    background-size: 60px 60px;
    margin-right: 0px;
}

.top-menu a.menu-dealer {
    background: url('../img/dealer_button.png');
    background-size: 60px 60px;
    margin-right: 10px;
}


.slider-section {
    /* margin-top: 68px; */
}

.slider {
    width: 100%;
}

.slick-slide {
    height: auto !important;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}


.topad-section .container {
    padding: 20px;
}

.thankyouannounce {
    text-align: center;
    font-size: 24px;
    color: #000;
    margin-top: 20px;
}

.thankyouannounce span {
    background-color: yellow;
}

.thankyouannounce a {
    font-size: 20px;
}

.reseller-section {
    background: linear-gradient(0.7deg,rgba(255,247,233,0.7) 90%,rgba(254,223,186,1) 100%);
}

.reseller-container {
    padding: 20px;
    /* background-color: #d1f8f7; */
}

.reseller-container .headannounce {
    color: #fff;
    /* background-color: #e52163; */
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    line-height: 44px;
}

.reseller-container .headannounce span {
    background-color: #0000ff;
    padding: 10px 20px 5px 20px;
}

li {color: #fff !important;}

.detailannounce {
    text-align: center;
    font-size: 30px;
    color: #000;
    margin-top: 20px;
}

.detailcontact {
    text-align: left;
    font-size: 20px;
    color: #000;
}

.columns hr {margin: 0;}

.reseller-container .calltoaction {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.reseller-container .calltoaction .special-price {
    color: #e52163;
    font-size: 30px;
}


.reseller-container .line img {
    width: 280px;
}


.review-container {
    padding: 20px;
}


.fullwidthad-section img {
    width: 100%;
}


.footer-container {
    padding: 20px;
}

.footer-container .line-contact-time {
    border: 1px solid gold;
    border-radius: 15px;
    margin: 5px;
    text-align: center;
}


.footer-container .line-contact-time .line-contact-time-text {
    color: #000;
    font-size: 16px;
    padding: 20px;
}


.footer-container .guarantee {
    text-align: center;
}


.footer-container .guarantee-text .head {
    font-weight: bold;
    font-size: 22px;
    color: #000;
    text-align: center;
}

.footer-container .guarantee-text .tail {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}


.line-footer-container {
    /* max-width: 1440px; 
    margin: 0 auto; */
    margin-top: 400px;
    background-color: #0ad04c;
    padding: 10px;
    position: fixed;
    bottom: 0px;
    margin: 0px;
    width: 100%;
}


.line-footer-container a {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.reviews-item {
    text-align: center;
}

.reviews-item img {
    width: 100%;
}


@media only screen and (min-width: 1024px) {

    .footer-container .line-contact-time .line-contact-time-text {
        padding-top: 50px;
    }

    .footer-container .guarantee {
        text-align: right;
    }

    .footer-container .guarantee-text .head {
        font-size: 18px;
        text-align: left;
    }

    .footer-container .guarantee-text .tail {
        text-align: left;
    }

    .footer-container .line-contact-time .image-wrapper {
        text-align: right;
    }

    .footer-container .line-contact-time .line-contact-time-text {
        padding-top: 50px;
        font-size: 20px;
    }


    .footer-container .guarantee-text .head {
        font-size: 24px;
    }

    .footer-container .guarantee-text .tail {
        font-size: 22px;
    }


    .product-feature-section .title {
        font-size: 24px;
        line-height: 34px;
        padding-top: 30px;
        padding-left: 20px;
    }

    .product-feature-section .featurelist {
        padding-left: 30px;
    }

    .product-feature-section .featurelist li {
        font-size: 18px;
    }


    .product-feature-section .product-image-wrapper {
        padding-top: 60px;
    }

}

@media only screen and (min-width: 1430px) {

    .topad-section .container {
        padding-left: 60px;
        padding-right: 60px;
    }

    .topad-section .column {
        text-align: center;
    }

    .topad-section .column img {
        /* width: 100%; */
        width: 70%;
    }


    .product-list-container {
        padding-left: 60px;
        padding-right: 60px;
    }

    .product-list .img img {
        width: 100%;
    }

    .reseller-container {
        padding-left: 60px;
        padding-right: 60px;
    }


    .reseller-container .text-wrapper {
        margin-top: 30px;
    }

    .reseller-container .headannounce span {
        font-size: 46px;
        line-height: 74px;
    }

    .reseller-container .detailannounce {
        margin-top: 20px;
        font-size: 30px;
    }

    .reseller-container .calltoaction {
        font-size: 28px;
        margin-top: 20px;
        /* margin-bottom: 50px; */
    }

    .reseller-container .calltoaction .special-price {
        font-size: 40px;
    }

    .product-list-container .middle-header .big {
        font-size: 44px;
    }

    .product-list-container .middle-header .detail {
        font-size: 34px;
    }

    .product-list .title {
        padding-left: 30px;
        padding-right: 30px;
    }


    .product-list .title a {
        font-size: 18px;

    }

    .product-list .shorttitle {
        margin-top: 5px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 16px;
    }

    .product-list .price {
        font-size: 32px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .product-list .line-button {
        margin-left: 30px;
    }

    .review-container {
        padding-left: 60px;
        padding-right: 60px;
    }

    .reviews-item img {
        width: 100%;
    }

    .footer-container.container {
        padding-left: 60px;
        padding-right: 60px;
    }

    .footer-container .line-contact-time .image-wrapper {
        text-align: center;
    }

    .footer-container .line-contact-time .line-contact-time-text {
        font-size: 22px;
    }


    .product-feature-section .container {
        padding-left: 60px;
        padding-right: 60px;
    }

    .product-feature-section .title {
        font-size: 26px;
        line-height: 36px;
        padding-top: 40px;
    }

    .product-feature-section .price {
        text-align: left;
        margin-left: 60px;
    }

    .product-feature-section .line-button-wrapper {
        text-align: left;
        margin-left: 60px;
    }

    .product-feature-section .featurelist li {
        font-size: 20px;
    }


    .product-freature-reviews-section .container {
        padding-left: 60px;
        padding-right: 60px;
    }

}


@media only screen and (min-width: 769px) {

    .reseller-container .text-wrapper {
        margin-top: 30px;
    }

    .product-feature-section .price {
        text-align: left;
        margin-left: 60px;
    }

    .product-feature-section .line-button-wrapper {
        text-align: left;
        margin-left: 70px;
    }

}


@media only screen and (min-width: 628px) and (max-width: 768px) {

    .res-tablet-column-inline {
        display: flex;
    }

    .reseller-container img.ad-image {
        width: 100%;
        margin-bottom: 20px;
    }


    .reseller-container .detailannounce {
        margin-top: 30px;
        padding-left: 130px;
        padding-right: 130px;
    }

    .reseller-container .line {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer-container .line-contact-time .line-contact-time-text {
        padding-top: 60px;
        padding-left: 50px;
        padding-right: 50px;
        /* padding-left: 0px; */
        /* margin-left: -40px; */
        font-size: 20px;
    }


    .footer-container .guarantee {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .footer-container .guarantee-text {
        margin-bottom: 20px;
    }


    .product-feature-section .title {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        font-size: 28px;
        line-height: 34px;
    }

    .product-feature-section .featurelist {
        padding-left: 30px;
        padding-right: 30px;
    }

    .product-feature-section .featurelist li {
        font-size: 20px;
        padding: 3px 0px 6px 40px;
    }

    .product-feature-section .price {
        font-size: 38px;
        text-align: left;
        margin-left: 60px;
    }

    .product-feature-section .line-button-wrapper {
        text-align: left;
        margin-left: 70px;
    }


    .product-freature-reviews-section img {
        width: 100%;
    }

}


@media only screen and (min-width: 445px) and (max-width: 768px) {
    .reviews-item {
        width: 50%;
        float: left;
    }
}


.footer-section {
    background-color: #F9F8F4;
}

.social-bar-content > a > img {margin: 0 10px;}

.m-30 {
    padding: 30px 0;
}

.pb-50 {
    padding-bottom: 50px;
}


.navbar-burger span {
    color: #E7B66E;
}


.mobile-menu-wrapper {
    display: none;
    top: 0px;
    left: 0px;
    z-index: 40;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 25px;
}

.mobile-menu-wrapper .mobile-logo-close-button-wrapper {
    display: flex;
    border-bottom: 2px solid #DFDFDF;
    margin-bottom: 25px;
}

.logo-bg {
    background: #fff;
}

.mobile-menu-wrapper .mobile-logo-close-button-wrapper .logo-wrapper {
    flex-grow: 1;
    margin-bottom: 30px;
}

.mobile-menu-wrapper .mobile-logo-close-button-wrapper .logo-wrapper img {
    height: 80px;
    border-radius: 5px;
}

.mobile-menu-wrapper .mobile-menu-item-wrapper {
    flex-grow: 1;
}

.mobile-menu-wrapper .mobile-menu-item-wrapper li {
    display: block;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.mobile-menu-wrapper .mobile-menu-item-wrapper a {
    /* display: block; */
    color: #fff;
    font-size: 17px;
    /* padding-right: 30px; */
    /* border-bottom: 3px solid transparent; */
    border-bottom: 3px solid #fff;
}

/*
.mobile-menu-wrapper .mobile-menu-item-wrapper a:hover{
    border-bottom: 3px solid #fff;
    transition: border-bottom 0.4s;
}
*/

.mobile-menu-wrapper .mobile-menu-item-wrapper a.second {
    margin-left: 40px;
}

.mobile-menu-wrapper .close-mobile-menu {
    color: #fff;
    margin-left: 20px;
}


.mobile-menu-wrapper .close-mobile-menu .navbar-burger {
    cursor: pointer;
}


.social-bar-section {
    background: #fff;
    height: 40px;
    top: 60px;
    width: 100%;
    z-index: 31;
    position: fixed;
}


.social-bar-section .social-bar-content {
    max-width: 1440px;
    text-align: center;
    margin: 0 auto;
    /* padding: 6px 16px 8px 0px; */
    font-size: 20px;
    padding: 5px 0;
}


.social-bar-section .social-bar-content img {
    width: 30px;
    margin-left: 6px;
}


#sticky-footer {
    margin: 0 auto;
    color: #000000;
    position: fixed;
    bottom: 0;
}

.sticky-footer-container {
    margin-top: 400px;
    position: fixed;
    bottom: 0px;
    margin: 0px;
    width: 100%;
}

.sticky-footer-container .has-text-centered {
    padding: 10px;
    min-height: 60px;
}

.line-sticky-footer-container {
    /*padding: 10px;*/
    background-color: #198754;
    width: 33.3%;
    border-radius: .25rem;
    float: left;
}

.phone-sticky-footer-container {
    /*padding: 10px;*/
    background-color: #dc3545;
    width: 33.3%;
    border-radius: .25rem;
    float: left;
}

.buy-sticky-footer-container {
    /*padding: 10px;*/
    background-color: #0d6efd;
    width: 33.3%;
    border-radius: .25rem;
    float: left;
}

.sticky-footer-container a {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

i.fab, i.fas {
    margin-right: 10px;
}

@media screen and (max-width: 600px) {
    #sticky-footer {
        width: 100%;
    }

    .sticky-footer-container .line-sticky-footer-container {
        width: 76%;
    }

    .sticky-footer-container .phone-sticky-footer-container {
        width: 12%;
        padding: 10px;
        display: flex;
        align-items: center;
    }

    .sticky-footer-container .buy-sticky-footer-container {
        width: 12%;
        padding: 10px;
        display: flex;
        align-items: center;
    }

    .sticky-footer-container span.d-inline {
        display: none;
    }
}