/* CSS For Terabyte net solution
*  Author : Janejane Suwa https://www.ajenajen.com
*  Company : 61sec.com 
*  Base on Bootstrap v5.1
*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@200;400;500;700&family=Quicksand:wght@200;300;400;500;700&display=swap");
@import "./fontawesome.css";
@import "./animate.css";
html {
    font-size: 16px;
    overflow-x: hidden;
}


/**************** Text ****************/

.red {
    color: red;
}

.primary {
    color: #32C433;
}

.primaryDark {
    color: #018110;
}

.secondary {
    color: #F58635;
}

.tertiary {
    color: #FFCC2A;
}

.textPrimary {
    color: #666666 !important;
}

.textPrimaryDark {
    color: #333333 !important;
}

.green {
    color: #01B14F;
}

.font-light {
    font-weight: 300;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold,
strong,
b {
    font-weight: 700;
}

.text-xl {
    font-size: 1.75em;
}

.text-lg {
    font-size: 1.5em;
}

.text-md {
    font-size: 1.25em;
}

.text-sm {
    font-size: 0.875em;
}

.text-xs {
    font-size: 0.75em;
}

@media (min-width: 992px) {
    .text-lg-xl {
        font-size: 1.75em;
    }
    .text-lg-lg {
        font-size: 1.5em;
    }
    .text-lg-md {
        font-size: 1.25em;
    }
    .text-lg-sm {
        font-size: 0.875em;
    }
    .text-lg-xs {
        font-size: 0.75em;
    }
}


/**************** Button ****************/

.btn {
    padding: 5px 10px;
    border-radius: 30px;
    background: #32C433;
    color: #fff;
    border: 0;
    font-size: 14px;
    transition: all 0.5s;
}

.btn img {
    height: 20px;
    margin-top: -4px;
}

@media (min-width: 992px) {
    .btn {
        padding: 0.75rem 1rem;
        font-size: 16px;
    }
    .btn.btn-lg {
        font-size: 18px;
        line-height: 1.325;
        padding: 12px 25px;
    }
}

.btn.no-round {
    border-radius: 5px;
}

.btn.btn-green {
    background: #01B14F;
}

.btn:hover {
    color: #fff;
    background: #018110;
}

.btn.btn-secondary {
    background: #F58635;
}

.btn.btn-secondary:hover {
    background: #FFCC2A;
}

.btn.btn-gray {
    background: #666666;
}

.btn.btn-gray:hover {
    color: #fff;
    background: #018110;
}

.btn-outline {
    border-radius: 0;
    background: transparent;
    background: linear-gradient(to right, #afafaf, #68BD80);
    padding: 2px;
    min-width: 110px;
    color: #666666;
}

.btn-outline .btn-inner {
    background: #fff;
    color: #666666;
    padding: 7px 15px;
}

.btn-outline:hover {
    color: #fff;
    background: linear-gradient(to right, #68BD80, #68BD80);
}

.btn-outline:hover .btn-inner {
    color: #666666;
}

@media (min-width: 992px) {
    .btn-outline {
        min-width: 160px;
    }
    .btn-outline .btn-inner {
        padding: 10px 15px;
    }
}

.btn-text {
    font-size: 0.8em;
    color: #ddd;
    padding: 2px;
    width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    background: #777;
}

.btn-text:hover,
.btn-text:focus {
    color: #ddd;
}

.btn-icon {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    color: #fff;
    background: #FFCC2A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.5s;
}

.btn-icon img {
    height: 22px;
}

.btn-icon:hover {
    color: #fff;
    background: #F58635;
}

.list-of-btn {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.list-of-btn a {
    margin: 8px 5px;
    flex: 0 0 calc(25% - 10px);
    display: block;
    transition: all 0.5s;
    border-radius: 30px;
}

.list-of-btn a img {
    width: 100%;
}

.list-of-btn a:hover {
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
}


/**************** Nav ****************/

.navbar-toggler {
    z-index: 5;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    padding: 0;
}

.navbar-toggler .navbar-toggler-icon {
    position: absolute;
    top: 50%;
    left: 5px;
    width: calc(100% - 10px);
    height: 3px;
    border-radius: 3px;
    background: #32C433;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #32C433;
}

.navbar-toggler .navbar-toggler-icon::after {
    top: auto;
    bottom: 9px;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler-close {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 40px;
    height: 40px;
}

.navbar-toggler-close .navbar-toggler-icon {
    position: relative;
    width: 100%;
    height: 100%;
}

.navbar-toggler-close .navbar-toggler-icon:before,
.navbar-toggler-close .navbar-toggler-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: calc(100% - 10px);
    height: 3px;
    border-radius: 3px;
    background: #F58635;
    transform: rotate(45deg);
}

.navbar-toggler-close .navbar-toggler-icon:after {
    transform: rotate(-45deg);
}

.nav-top-mobile {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 50px;
    padding-right: 10px;
}

.nav-top-mobile .btn-icon {
    width: 34px;
    height: 34px;
}

.nav-top-mobile .btn-icon img {
    height: 16px;
}

.nav-top-mobile .btn {
    padding: 5px 10px;
    min-width: unset;
}

@media (min-width: 992px) {
    .nav-top-mobile,
    .navbar-toggler-close {
        display: none;
    }
}

.navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 157px;
    width: 30%;
    display: block;
}

.navbar-brand img {
    width: auto;
    max-height: 40px;
}

@media (min-width: 992px) {
    .navbar-brand {
        width: 15%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-brand img {
        width: 100%;
        max-height: unset;
    }
}

.navbar-collapse {
    position: absolute;
    top: 0;
    left: -540px;
    width: 300px;
    height: 100vh;
    padding: 15px 20px;
    background: #fff;
    opacity: 0.8;
    transition: all 0.75s ease-in-out;
    z-index: 10;
}

.navbar-collapse .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    width: 35%;
}

@media (min-width: 992px) {
    .navbar-collapse {
        position: relative;
        padding: 0;
        left: 0;
        opacity: 1;
        width: 100%;
        height: auto;
    }
}

.navbar {
    padding: 0;
    background: #fff;
}

.navbar .container {
    padding: 0;
    display: block;
}

.navbar .btn {
    min-width: 70px;
}

@media (min-width: 360px) {
    .navbar .btn {
        min-width: 100px;
    }
}

.navbar .nav-item .nav-link {
    font-size: 14px;
    position: relative;
    font-weight: 400;
    color: #666666;
    padding-left: 0;
    padding-right: 20px;
}

.navbar .nav-item .nav-link span {
    margin-right: 8px;
}

.navbar .nav-item .nav-link span img {
    margin-top: -5px;
    width: auto;
    height: 14px;
}

.navbar .nav-item .nav-link::before {
    position: absolute;
    bottom: -3px;
    left: calc(50% - 15px);
    content: "";
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #FFCC2A;
    display: none;
    opacity: 0;
    transition: all 0.5s;
}

.navbar .nav-item .nav-link.active {
    color: #018110;
}

.navbar .nav-item .nav-link.active span img {
    filter: invert(31%) sepia(83%) saturate(1046%) hue-rotate(92deg) brightness(92%) contrast(100%);
}

.navbar .navbar-right {
    display: none;
}

.navbar .navbar-nav {
    margin-top: 15px;
}

@media (min-width: 992px) {
    .navbar {
        padding: 15px 10px;
    }
    .navbar .navbar-nav {
        margin-top: 7px;
    }
    .navbar .nav-item .nav-link {
        font-weight: 500;
    }
    .navbar .nav-item .nav-link span {
        display: none;
    }
    .navbar .nav-item .nav-link:hover,
    .navbar .nav-item .nav-link.active {
        color: #018110;
        font-weight: 600;
    }
    .navbar .nav-item .nav-link:hover::before,
    .navbar .nav-item .nav-link.active::before {
        display: block;
        opacity: 1;
    }
    .navbar .navbar-right {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        height: 40px;
    }
}

@media (min-width: 1200px) {
    .navbar .nav-item .nav-link {
        font-size: 16px;
        padding-right: 40px;
    }
}

.offcanvas-collapse:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(6px);
    z-index: -1;
    opacity: 0;
    transition: all 0.35s linear;
}

.offcanvas-collapse.open:before {
    z-index: 2;
    left: 0;
    opacity: 1;
}

.offcanvas-collapse.open .navbar-collapse {
    left: 0;
    opacity: 1;
}

.offcanvas-collapse.open .nav-top-mobile {
    z-index: -2;
}

.navbar .dropdown .user-button {
    border: 0;
    box-shadow: none;
    background: transparent;
    padding: 0;
    margin-top: -2px;
    margin-left: 10px;
}

.navbar .dropdown .user-button:after {
    display: none;
}

.navbar .dropdown .user-button:focus {
    outline: none;
    border: 0;
}

.navbar .dropdown .user-button img {
    width: 45px;
}

@media (min-width: 992px) {
    .navbar .dropdown .user-button {
        margin-top: -10px;
        margin-left: 15px;
    }
    .navbar .dropdown .user-button img {
        width: 60px;
    }
}

.navbar .dropdown-menu {
    margin-top: 3px;
    right: 0;
    left: auto;
    border: 0;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.navbar .dropdown-menu .dropdown-item {
    font-size: 14px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    min-width: 220px;
    color: #666666;
    font-weight: 500;
    padding: 10px 15px;
    border-top: 1px solid #eee;
}

.navbar .dropdown-menu .dropdown-item:first-child {
    border-top: 0;
}

.navbar .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: #018110;
}

.navbar .dropdown-menu .dropdown-item img {
    width: 40px;
    margin-right: 10px;
}

.navbar .dropdown-menu .dropdown-item i {
    margin-right: 10px;
}

.navbar .dropdown-menu .dropdown-item h5 {
    font-size: 1.125em;
    margin: 0;
}

@media (min-width: 992px) {
    .navbar .dropdown-menu {
        margin-top: 15px;
    }
}


/**************** Footer ****************/

.footer {
    position: relative;
    padding: 30px 0 0;
    background: #01B14F;
    color: #fff;
}

.footer a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}

.footer a span img {
    width: 16px;
    margin-top: -3px;
    margin-right: 5px;
}

.footer a:hover {
    color: #F58635;
}

.footer a.underline {
    text-decoration: underline;
}

.footer .title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer ul li {
    margin-right: 15px;
}

.footer ul li:last-child {
    margin-right: 0;
}

.footer ul.d-flex li {
    position: relative;
    padding-right: 20px;
    margin-right: 0;
}

.footer ul.d-flex li:after {
    position: absolute;
    top: 2px;
    right: 10px;
    content: "";
    width: 1px;
    height: calc(100% - 2px);
    background: #fff;
}

.footer ul.d-flex li:last-child:after {
    display: none;
}

.footer .form-group {
    max-width: 400px;
    margin: auto;
    margin-bottom: 15px;
    position: relative;
}

.footer .form-group button {
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 10px;
    background: #D9D9D9;
    color: #666666;
    border-radius: 0 30px 30px 0;
}

.footer .form-input {
    border: 0;
    padding: 8px 40px 8px 15px;
    border-radius: 30px;
    background: #D9D9D9;
    color: #666666;
    width: 100%;
}

.footer .form-input:focus {
    outline: none;
    border: 0;
}

@media (min-width: 992px) {
    .footer {
        padding: 40px 0 0;
    }
    .footer .title {
        text-align: left;
    }
    .footer ul {
        display: block;
        justify-content: flex-start;
    }
    .footer ul li {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.go-to-top {
    position: absolute;
    top: -50px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #666666;
    color: #fff;
    font-size: 45px !important;
}

.go-to-top:hover {
    background: #F58635;
    color: #fff !important;
    top: -55px;
}


/**************** Card ****************/

.bootstrap-select {
    text-transform: uppercase;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    box-shadow: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .btn {
    border-radius: 0;
    background: none;
    border: 0;
    color: #fff;
    text-transform: uppercase;
}

.bootstrap-select .btn:focus {
    outline: none;
}

.bootstrap-select .dropdown-menu {
    border-radius: 0;
    padding: 0;
}

.bootstrap-select .dropdown-menu .dropdown-item {
    border: 0;
}

.bootstrap-select .dropdown-menu .dropdown-item:hover,
.bootstrap-select .dropdown-menu .dropdown-item.active {
    background: #32C433;
    color: #fff;
}

.bootstrap-select.show .btn {
    background: none;
    color: #fff;
}

.form-check-input {
    cursor: pointer;
    border-color: #d9d9d9;
    background-color: #d9d9d9;
}

.form-check-input:focus {
    outline: none;
    box-shadow: none;
    border-color: #018110;
}

.form-check-input:checked {
    background-color: #018110;
}


/**************** Page ****************/

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }
}

.page-wrapper {
    min-height: 100vh;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    padding-top: 50px;
}

@media (min-width: 1200px) {
    .page-wrapper {
        padding-top: 80.05px;
    }
}

.page-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #018110;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 30px;
}

.page-title.sm {
    font-size: 18px;
}

.page-title img {
    margin: 5px 10px;
    height: 20px;
}

@media (min-width: 360px) {
    .page-title {
        font-size: 24px;
    }
    .page-title.sm {
        font-size: 20px;
    }
    .page-title img {
        height: 24px;
    }
}

@media (min-width: 576px) {
    .page-title {
        font-size: 30px;
    }
    .page-title.sm {
        font-size: 24px;
    }
    .page-title img {
        height: 28px;
    }
}

@media (min-width: 768px) {
    .page-title {
        font-size: 40px;
        margin-bottom: 45px;
    }
    .page-title.sm {
        font-size: 32px;
    }
    .page-title img {
        height: 34px;
    }
}

@media (min-width: 992px) {
    .page-title {
        font-size: 48px;
    }
    .page-title.sm {
        font-size: 36px;
    }
    .page-title img {
        height: 40px;
    }
}

.section-title {
    color: #333333;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.section-title span {
    font-weight: 400;
    color: #666666;
    font-size: 0.675em;
}

@media (min-width: 992px) {
    .section-title {
        font-size: 24px;
    }
}

.bg-white {
    background-color: #fff;
}

.banner-with-floating-text {
    position: relative;
    padding: 0;
}

.banner-with-floating-text .bg {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.banner-with-floating-text .bg img {
    margin: 0 auto;
    width: auto;
    max-width: unset;
    height: 250px;
}

@media (min-width: 992px) {
    .banner-with-floating-text {
        margin-bottom: -160px;
    }
    .banner-with-floating-text .bg img {
        height: auto;
        min-width: 100%;
    }
}

.banner-with-floating-text .floating-text {
    position: absolute;
    top: calc(50% - 0px);
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 5px;
}

@media (min-width: 992px) {
    .banner-with-floating-text .floating-text {
        font-size: 24px;
        top: calc(50% - 40px);
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 30px auto;
    padding: 0;
}

.pagination li {
    padding: 0 7px;
}

.pagination li a {
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #666666;
    color: #fff;
    transition: all 0.3s;
}

.pagination li a:hover,
.pagination li a.active {
    background: #F58635;
}

.pagination li a.nav {
    background: transparent;
}

.pagination li a.nav:hover,
.pagination li a.nav.active {
    transform: scale(1.1);
}

.breadcrumb {
    background: transparent;
    border-radius: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 0 30px;
}

.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb-item {
    color: #32C433;
    font-size: 0.875rem;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb-item a {
    color: #32C433;
}

.breadcrumb-item.active {
    color: #32C433;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    color: #32C433;
    content: "/";
    padding-right: 5px;
    padding-left: 5px;
}

.slick-slider .slick-dots {
    bottom: 25px;
}

.slick-slider .slick-dots li {
    margin: 5px 3px;
    padding: 0;
    width: 10px;
    height: 10px;
}

.slick-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 12px;
    background: #fff;
    transition: all 0.5s;
}

.slick-slider .slick-dots li button:before {
    display: none;
}

.slick-slider .slick-dots li:hover button,
.slick-slider .slick-dots li.slick-active button {
    background: #32C433;
    opacity: 1;
}

@media (min-width: 992px) {
    .slick-slider .slick-dots {
        bottom: 35px;
    }
    .slick-slider .slick-dots li {
        width: 12px;
        height: 12px;
    }
    .slick-slider .slick-dots li button {
        width: 12px;
        height: 12px;
    }
}

.slick-slider .slick-arrow::before {
    display: none;
}

.slick-slider .slick-arrow.slick-prev {
    left: -10px;
    background: url(../images/icons/angle-left.svg) no-repeat center center/20px auto;
}

.slick-slider .slick-arrow.slick-next {
    right: -10px;
    background: url(../images/icons/angle-right.svg) no-repeat center center/20px auto;
}

.slick-slider .slick-arrow.slick-disabled {
    display: none;
    opacity: 0;
}

@media (min-width: 992px) {
    .slick-slider .slick-arrow {
        width: 35px;
        height: 35px;
    }
    .slick-slider .slick-arrow.slick-prev {
        left: -35px;
        background: url(../images/icons/angle-left.svg) no-repeat center center/35px auto;
    }
    .slick-slider .slick-arrow.slick-next {
        right: -35px;
        background: url(../images/icons/angle-right.svg) no-repeat center center/35px auto;
    }
}

.slick-slider.category-menu .slick-arrow {
    top: calc(50% - 15px);
}

.slick-slider.category-menu .slick-arrow.slick-next,
.slick-slider.category-menu .slick-arrow.slick-prev {
    background-color: transparent;
}

@media (min-width: 992px) {
    .slick-slider.category-menu .slick-arrow.slick-prev {
        left: -35px;
    }
    .slick-slider.category-menu .slick-arrow.slick-next {
        right: -35px;
    }
}

.product-list {
    margin: 30px -7px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
}

@media (min-width: 992px) {
    .product-list {
        font-size: 16px;
    }
}

.product-list .product-item {
    animation: item-animation 0.6s cubic-bezier(0.55, -0.04, 0.91, 0.94) forwards;
    padding: 8px;
    flex: 0 0 50%;
    display: block;
}

.product-list .product-item a {
    display: block;
}

.product-list .product-item .thumbnail {
    position: relative;
}

.product-list .product-item .thumbnail .favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #666666;
    transition: all 0.3s;
}

.product-list .product-item .thumbnail .favorite.active,
.product-list .product-item .thumbnail .favorite:hover {
    color: #F58635;
}

.product-list .product-item .thumbnail img {
    display: block;
    width: 100%;
}

.product-list .product-item .thumbnail:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
}

.product-list .product-item .caption .top {
    padding: 5px 0;
    color: #AAAAAA;
    font-size: 0.75em;
}

.product-list .product-item .caption .top i {
    margin-right: 5px;
}

.product-list .product-item .caption h3 {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
    height: 39px;
    overflow: hidden;
}

.product-list .product-item .caption p {
    font-weight: 300;
    font-size: 12px;
    color: #666666;
    margin: 0;
    height: 37px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .product-list {
        margin: 30px -15px;
    }
    .product-list .product-item {
        padding: 15px;
        flex: 0 0 33.33%;
    }
}

@media (min-width: 1024px) {
    .product-list .product-item {
        flex: 0 0 25%;
    }
}

@media (min-width: 1300px) {
    .product-list .product-item {
        flex: 0 0 20%;
    }
}

.knowledge-list {
    margin: 15px -2px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
}

@media (min-width: 992px) {
    .knowledge-list {
        margin: 15px -7px 15px;
        font-size: 16px;
    }
}

.knowledge-list .knowledge-item {
    animation: item-animation 0.6s cubic-bezier(0.55, -0.04, 0.91, 0.94) forwards;
    margin: 8px;
    width: calc(100% - 16px) !important;
    display: block;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
}

@media (min-width: 768px) {
    .knowledge-list .knowledge-item {
        margin: 8px;
        flex: 0 0 calc(50% - 16px);
        width: auto !important;
    }
}

@media (min-width: 992px) {
    .knowledge-list .knowledge-item {
        flex: 0 0 calc(25% - 16px);
    }
}

.knowledge-list .knowledge-item .thumbnail {
    position: relative;
    overflow: hidden;
}

.knowledge-list .knowledge-item .thumbnail img {
    transition: all 0.5s;
    display: block;
    width: 100%;
}

.knowledge-list .knowledge-item .caption {
    padding: 12px;
}

.knowledge-list .knowledge-item .caption .top {
    padding: 0 0 5px;
    color: #AAAAAA;
    font-size: 0.95em;
    font-weight: 300;
}

.knowledge-list .knowledge-item .caption h3 {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
    height: 39px;
    overflow: hidden;
}

.knowledge-list .knowledge-item .card-bottom {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.knowledge-list .knowledge-item .tag {
    border-radius: 20px;
    padding: 4px 12px;
    background: #AFACAC;
    color: #fff;
    font-size: 0.95em;
    font-weight: 300;
}

.knowledge-list .knowledge-item:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.17);
}

.knowledge-list .knowledge-item:hover .thumbnail img {
    transform: scale(1.1);
}

.knowledge-list .knowledge-item:hover .caption h3 {
    color: #018110;
}

.news-list {
    margin: 15px -2px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
}

@media (min-width: 992px) {
    .news-list {
        margin: 15px -7px 15px;
        font-size: 16px;
    }
}

.news-list .news-item {
    animation: item-animation 0.6s cubic-bezier(0.55, -0.04, 0.91, 0.94) forwards;
    padding: 5px;
    flex: 0 0 50%;
    display: block;
}

@media (min-width: 992px) {
    .news-list .news-item {
        padding: 5px 8px;
    }
}

.news-list .news-item a {
    display: block;
}

.news-list .news-item .thumbnail {
    position: relative;
    border-radius: 30px 30px 30px 0;
    overflow: hidden;
}

.news-list .news-item .thumbnail img {
    display: block;
    width: 100%;
}

.news-list .news-item .thumbnail:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
}

.news-list .news-item .caption {
    padding: 10px 0 0;
}

.news-list .news-item .caption .bottom {
    padding: 5px 0 2px;
    color: #AAAAAA;
    font-size: 0.95em;
    font-weight: 300;
}

.news-list .news-item .caption h3 {
    font-size: 20px;
    color: #666666;
    margin-bottom: 10px;
    height: 48px;
    overflow: hidden;
}

.news-list .news-item .caption .btn {
    border-radius: 5px;
    display: inline-block;
    font-size: 1.25em;
    font-weight: 500;
    min-width: 140px;
}

.row-masonry {
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.row-masonry .grid-item {
    position: relative;
    flex: 0 0 50%;
    padding: 5px;
    color: #fff;
}

.row-masonry .grid-item span {
    padding: 9px 0px;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    position: absolute;
    bottom: 16px;
    left: 22px;
    right: 22px;
}

.row-masonry .grid-item .img-wrapper {
    display: block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.row-masonry .grid-item .img-wrapper img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: all 0.5s;
}

.row-masonry .grid-item:hover {
    cursor: pointer;
}

.row-masonry .grid-item:hover .img-wrapper img {
    transform: scale(1.125);
}

.row-masonry.row-materials .grid-item {
    flex: 0 0 50%;
}

.row-masonry.row-materials .grid-item span {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    text-align: center;
    font-size: 1.05rem;
}

.row-masonry.row-materials .grid-item span h5 {
    font-weight: 600;
    font-size: 1.5em;
    margin: 10px 0 5px;
}

@media (min-width: 768px) {
    .row-masonry .grid-item {
        flex: 0 0 33.33%;
    }
    .row-masonry .grid-item span {
        font-size: 22px;
    }
    .row-masonry .grid-item span h5 {
        font-weight: 600;
        font-size: 1em;
        margin: 10px 0;
    }
}

@media (min-width: 992px) {
    .row-masonry .grid-item span {
        font-size: 24px;
        padding: 10px 5px;
    }
    .row-masonry.row-materials .grid-item {
        flex: 0 0 25%;
    }
}

.category-menu .menu-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #666666;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.1;
}

.category-menu .menu-item .thumbnail {
    position: relative;
    text-align: center;
}

.category-menu .menu-item .thumbnail img {
    display: block;
    margin: 0 auto 5px;
    width: auto;
    width: 45px;
    transition: all 0.5s;
}

.category-menu .menu-item .thumbnail img.top {
    opacity: 1;
}

.category-menu .menu-item .thumbnail img.bottom {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.category-menu .menu-item .thumbnail img.special {
    width: 65px;
    margin-top: -9px;
    margin-bottom: -5px;
}

.category-menu .menu-item .thumbnail img.special.bottom {
    top: 9px;
}

.category-menu .menu-item .title {
    text-align: center;
    padding: 0 10px;
}

.category-menu .menu-item .title span {
    font-size: 0.625em;
}

.category-menu .menu-item:hover,
.category-menu .menu-item.active {
    color: #32C433;
}

.category-menu .menu-item:hover .thumbnail img.top,
.category-menu .menu-item.active .thumbnail img.top {
    opacity: 0;
}

.category-menu .menu-item:hover .thumbnail img.bottom,
.category-menu .menu-item.active .thumbnail img.bottom {
    opacity: 1;
}

@media (min-width: 992px) {
    .category-menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .category-menu .menu-item {
        margin: 0 auto;
        font-size: 18px;
    }
    .category-menu .menu-item .thumbnail img {
        width: 55px;
        margin: 0 auto 15px;
    }
    .category-menu .menu-item .thumbnail img.special {
        width: 75px;
        margin-top: -10px;
        margin-bottom: 5px;
    }
    .category-menu .menu-item .thumbnail img.special.bottom {
        top: 10px;
    }
    .category-menu .menu-item .title span {
        font-size: 0.75em;
    }
}

.row-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.row-filter h5 {
    font-size: 1em;
    margin: 0;
}

.row-filter .btn {
    min-width: 100px;
}

.row-filter .select-wrapper {
    width: 300px;
    max-width: 100%;
    width: auto;
}

.select2-container--default .select2-results>.select2-results__options {
    min-height: 230px;
}

.select2-container--default .select2-results__group {
    padding: 0 !important;
    margin: 5px 15px;
    border-top: 1px solid #C9C9C9;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 6px !important;
}

.select2-container--default .select2-selection.select2-selection--multiple {
    cursor: pointer;
    position: relative;
    padding: 4px 15px 6px 10px;
    border: 1px solid #DCDCDC;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.125);
    border-radius: 30px;
    height: 40px;
    font-size: 14px;
}

.select2-container--default .select2-selection.select2-selection--multiple .select2-search--inline {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding: 5px 15px;
}

.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__rendered {
    position: relative;
    z-index: 5;
    display: flex;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    height: 28px;
    align-items: center;
}

.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice {
    margin-left: 3px;
    margin-top: 0;
    padding-left: 0;
    border: 0;
    background: none;
    border-radius: 0;
    color: #018110;
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__display:before {
    content: ",";
    position: absolute;
    right: 0;
    top: 0;
}

.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice:last-child .select2-selection__choice__display:before {
    display: none;
}

.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice__remove {
    display: none;
}

.select2-container--default .select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 12px;
    top: 40%;
    border: solid #32C433;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    vertical-align: middle;
    transition: all 0.3s;
    transform: rotate(45deg);
}

.select2-container--default .select2-results__option {
    font-size: 14px;
}

.select2-container--default.select2-container--focus .select2-selection.select2-selection--multiple {
    border: 1px solid #DCDCDC;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 30px !important;
    background: #D1F1DF;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple:before,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple:before {
    transform: rotate(-135deg);
}

.select2-container--default .select2-dropdown {
    margin-top: 8px;
    border: 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.125);
    border-radius: 10px !important;
    overflow: hidden;
}

.select2-container--default .select2-dropdown.select2-dropdown--above {
    margin-top: -8px;
}

.select2-container--default .select2-results__option {
    background: none;
    color: #666666;
}

.select2-container--default .select2-results__option .wrap {
    padding: 5px 5px 5px 30px;
    position: relative;
}

.select2-container--default .select2-results__option .wrap:before {
    position: absolute;
    left: 5px;
    top: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #999;
    content: "\f0c8";
    width: 14px;
    height: 14px;
    display: inline-block;
    font-size: 16px;
    line-height: 0.9;
    margin-right: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.select2-container--default .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
    background: none;
    color: #018110;
}

.select2-container--default .select2-results__option.select2-results__option--hightlighted,
.select2-container--default .select2-results__option.select2-results__option--selected {
    background: none;
}

.select2-container--default .select2-results__option.select2-results__option--hightlighted .wrap:before,
.select2-container--default .select2-results__option.select2-results__option--selected .wrap:before {
    content: "\f14a";
    color: #32C433;
    background: #fff;
}

.select2-container--default .select2-results__option a {
    text-align: right;
    opacity: 0.8;
    margin-top: -10px;
    padding-right: 15px;
    display: block;
}

.page-home {
    background-color: #F6F9FA;
}

.home-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #018110;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-transform: capitalize;
    text-align: center;
}

.home-title .sm {
    margin-top: 10px;
    font-weight: 400;
    font-size: 0.85em;
    display: block;
    text-align: center;
    flex: 0 0 100%;
}

.home-title.sm {
    font-size: 22px;
}

@media (min-width: 768px) {
    .home-title {
        font-size: 38px;
    }
    .home-title.sm {
        font-size: 26px;
    }
}

@media (min-width: 992px) {
    .home-title {
        font-size: 44px;
    }
    .home-title.sm {
        font-size: 30px;
    }
}

.home-main {
    position: relative;
    background: #01B14F;
}

.home-main .home-main-banner img {
    width: 100%;
}

.home-main .container {
    position: relative;
    background: #01B14F;
    color: #fff;
    margin-top: -15px;
    padding: 30px 0;
}

.home-main .banner-switch {
    display: flex;
    flex-wrap: wrap;
    border-radius: 30px;
    overflow: hidden;
    justify-content: center;
    max-width: 500px;
}

.home-main .banner-switch .switch-item {
    position: relative;
    cursor: pointer;
    flex: 0 0 50%;
    padding: 12px 15px;
    text-align: center;
    color: #333333;
    border-radius: 30px;
    margin-right: -15px;
    transition: all 0.5s;
}

.home-main .banner-switch .switch-item span {
    position: relative;
    z-index: 5;
    padding: 0 15px;
}

.home-main .banner-switch .switch-item span:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #FFCC2A;
    border-radius: 30px;
    z-index: 2;
    opacity: 0;
}

.home-main .banner-switch .switch-item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    width: calc(100% - 15px);
    border-radius: 30px 0 0 30px;
}

.home-main .banner-switch .switch-item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 45px;
    height: 100%;
    background: #333333;
    border-radius: 45px;
    transition: all 0.5s;
    opacity: 0;
    z-index: 2;
}

.home-main .banner-switch .switch-item:nth-child(2) {
    margin-right: 0;
    margin-left: -15px;
}

.home-main .banner-switch .switch-item:nth-child(2):after {
    left: auto;
    right: 0;
    width: calc(100% - 15px);
    border-radius: 0 30px 30px 0;
}

.home-main .banner-switch .switch-item:nth-child(2):before {
    left: auto;
    right: 0;
}

.home-main .banner-switch .switch-item.active {
    color: #fff;
    z-index: 3;
}

.home-main .banner-switch .switch-item.active::before {
    width: 100%;
    opacity: 1;
}

.home-main .banner-switch .switch-item.active span:before {
    opacity: 1;
}

.home-main .row-products,
.home-main .banner-products,
.home-main .row-materials,
.home-main .banner-materials {
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    display: none;
}

@media (min-width: 992px) {
    .home-main .container {
        margin-top: -150px;
    }
}

.home-info {
    background: #fff;
}

.home-info .home-info-top {
    background: #FFCE29;
    padding: 20px 5px;
}

@media (min-width: 768px) {
    .home-info .home-info-top {
        padding: 0;
    }
}

.home-info .info-main-wrapper {
    padding: 15px 0;
    font-weight: 400;
    line-height: 1.6;
    background-color: #D6EF53;
}

.home-info .info-main-wrapper .row {
    margin: 0;
    padding: 15px;
}

.home-info .info-main-wrapper h2 {
    font-size: 1.45rem;
    padding: 0 12px;
    display: inline-block;
    margin: 15px auto;
    position: relative;
    color: #018110;
    font-weight: 400;
    text-align: center;
}

.home-info .info-main-wrapper h2 i {
    font-family: "Quicksand", "Noto Sans Thai", sans-serif;
    font-size: 1em;
    position: absolute;
    top: -10px;
    left: 0;
}

.home-info .info-main-wrapper h2 i:before {
    content: '"';
}

.home-info .info-main-wrapper h2 i.fa-quote-right {
    left: auto;
    right: 0;
}

.home-info .info-main-wrapper .thumbnail {
    display: block;
    width: 80%;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
}

@media (min-width: 768px) {
    .home-info .info-main-wrapper {
        font-size: 14px;
        padding: 60px 0;
        background: url(../images/home/bg-info-2.png) transparent no-repeat center center/100% auto;
    }
    .home-info .info-main-wrapper h2 {
        padding: 0 10px;
        margin: 5px auto;
    }
    .home-info .info-main-wrapper .thumbnail {
        width: 94%;
        margin-top: 3%;
        margin-left: 7%;
    }
}

@media (min-width: 992px) {
    .home-info .info-main-wrapper {
        font-size: 16px;
        padding: 80px 0;
        background: url(../images/home/bg-info-2.png) transparent no-repeat center center/100% auto;
    }
    .home-info .info-main-wrapper h2 {
        font-size: 2rem;
        padding: 0 20px;
        margin: 0 auto 30px;
    }
}

@media (min-width: 1300px) {
    .home-info .info-main-wrapper {
        font-size: 18px;
    }
    .home-info .info-main-wrapper h2 {
        font-size: 2.25rem;
        padding: 0 30px;
    }
}

.home-info .info-icon-list {
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-left: -3px;
    margin-right: -3px;
}

.home-info .info-icon-list .info-icon-item {
    text-align: center;
    flex: 0 0 calc(20% - 6px);
    margin: 0 2px;
}

.home-info .info-icon-list .info-icon-item .thumbnail {
    margin-bottom: 15px;
    padding: 2px;
    border: 2px solid #dddddd;
    border-radius: 100%;
    transition: all 1s;
}

.home-info .info-icon-list .info-icon-item .thumbnail img {
    width: 100%;
}

.home-info .info-icon-list .info-icon-item h6 {
    color: #333333;
    font-weight: 500;
    font-size: 16px;
}

.home-info .info-icon-list .info-icon-item:hover .thumbnail {
    transform: rotateY(360deg);
}

@media (min-width: 992px) {
    .home-info .info-icon-list {
        margin: 60px 0;
    }
    .home-info .info-icon-list .info-icon-item {
        padding: 0 10px;
    }
}

.home-material {
    padding: 40px 0;
}

@media (min-width: 992px) {
    .home-material {
        padding: 80px 0;
    }
}

.home-knowledge {
    padding: 40px 0;
}

.home-knowledge .slick-list {
    padding: 0 50px 0 0;
}

@media (min-width: 992px) {
    .home-knowledge {
        padding: 80px 0;
    }
    .home-knowledge .slick-list {
        padding: 0;
    }
}

.home-video {
    background: #fff;
    padding: 0;
}

.home-video .home-video-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.home-video .home-video-item .item-video {
    flex: 0 0 100%;
    padding: 25px 15px 0;
    position: relative;
}

.home-video .home-video-item .item-description {
    flex: 0 0 90%;
    padding: 20px 15px 30px;
    background: #fff;
    position: relative;
    text-align: center;
}

.home-video .home-video-item .item-description img {
    height: 45px;
    margin-bottom: 10px;
}

.home-video .home-video-item .embed-responsive-wrapper {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.home-video .home-video-item .embed-responsive-wrapper img {
    width: 100%;
}

.home-video .home-video-item .embed-responsive-wrapper i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4em;
    color: rgba(255, 255, 255, 0.5);
    opacity: 0.9;
}

@media (min-width: 992px) {
    .home-video {
        padding: 60px 0;
    }
    .home-video .home-video-item {
        justify-content: flex-start;
    }
    .home-video .home-video-item .item-video {
        flex: 0 0 50%;
        padding: 0;
    }
    .home-video .home-video-item .item-description {
        flex: 0 0 50%;
        margin-top: 30px;
        padding: 30px 40px 15px;
        text-align: left;
    }
    .home-video .home-video-item .item-description img {
        height: 75px;
    }
    .home-video .home-video-item .item-description p {
        padding-right: 15%;
        font-size: 1.5em;
    }
}

.home-news {
    padding: 30px 0;
}

.home-news .slick-list {
    padding: 0 50px 0 0;
}

@media (min-width: 992px) {
    .home-news {
        padding: 60px 0;
    }
    .home-news .slick-list {
        padding: 0;
    }
}

.slick-slider .slick-arrow {
    color: #fff;
    border-radius: 30px;
    opacity: 0.5;
    transition: all 0.5s;
}

.slick-slider .slick-arrow.slick-next {
    background-color: #333333;
    background-position: top -1px left 2px;
    right: -5px;
    z-index: 9;
}

.slick-slider .slick-arrow.slick-prev {
    background-color: #333333;
    background-position: top -1px left -2px;
    left: -5px;
    z-index: 9;
}

.slick-slider .slick-arrow:hover {
    opacity: 1;
}

.home-main.products .row-products,
.home-main.products .banner-products {
    display: flex;
}

.home-main.products .row-materials,
.home-main.products .banner-materials {
    display: none;
}

.home-main.materials .row-materials,
.home-main.materials .banner-materials {
    display: flex;
}

.home-main.materials .row-products,
.home-main.materials .banner-products {
    display: none;
}

.page-material .herobanner.slick-slider {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .page-material .herobanner.slick-slider {
        margin-bottom: 15px;
    }
}

.page-material .banner-item {
    position: relative;
    margin-bottom: 15px;
}

.page-material .banner-item .item-bg {
    position: relative;
}

.page-material .banner-item .item-bg img {
    width: 100%;
}

.page-material .banner-item .item-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000000 100%);
}

.page-material .banner-item .item-caption h2 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
}

.page-material .banner-item .item-caption h2:after {
    position: absolute;
    content: "";
    width: 100px;
    margin-left: -50px;
    left: 50%;
    bottom: 7px;
    height: 1px;
    background: #fff;
}

.page-material .banner-item .item-caption p {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0px;
}

@media (min-width: 992px) {
    .page-material .banner-item .item-caption {
        padding: 50px 15px;
    }
    .page-material .banner-item .item-caption h2 {
        font-size: 38px;
        padding-bottom: 40px;
    }
    .page-material .banner-item .item-caption h2:after {
        bottom: 17px;
    }
    .page-material .banner-item .item-caption p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.page-material .category-sidebar {
    margin: 40px 0 0;
}

.page-material .category-sidebar .sidebar-list {
    border: 2px solid #01B14F;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    font-weight: 300;
    font-size: 12px;
}

.page-material .category-sidebar .sidebar-list a {
    position: relative;
    display: block;
    text-align: center;
    color: #666666;
    border-radius: 30px;
    padding: 8px 4px;
    flex: 1 0 auto;
    min-width: 75px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-material .category-sidebar .sidebar-list a.active {
    background: #01B14F;
    color: #fff;
}

@media (min-width: 992px) {
    .page-material .category-sidebar .sidebar-list {
        border: 0;
        border-radius: 0;
        display: block;
        font-size: 16px;
    }
    .page-material .category-sidebar .sidebar-list a {
        text-align: left;
        padding: 0;
        padding-left: 25px;
        margin-bottom: 10px;
    }
    .page-material .category-sidebar .sidebar-list a:before {
        position: absolute;
        content: "";
        left: 0;
        top: 8px;
        width: 9px;
        height: 9px;
        border-radius: 9px;
        background: #F58635;
        opacity: 0;
        transition: all 0.3s;
    }
    .page-material .category-sidebar .sidebar-list a:hover,
    .page-material .category-sidebar .sidebar-list a.active {
        background: transparent;
        color: #666666;
    }
    .page-material .category-sidebar .sidebar-list a:hover::before,
    .page-material .category-sidebar .sidebar-list a.active::before {
        opacity: 1;
    }
}

.page-material .category-sidebar .sidebar-title {
    background: #01B14F;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}

.material-list {
    margin: 30px -7px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.material-list.cols-6 .material-item {
    flex: 0 0 calc(50% - 20px);
}

.material-list .material-item {
    animation: item-animation 0.6s cubic-bezier(0.55, -0.04, 0.91, 0.94) forwards;
    flex: 0 0 calc(100% - 20px);
    display: block;
    margin: 10px;
    padding: 10px 16px;
    border-radius: 0;
    border: 1px solid #d9d9d9;
}

.material-list .material-item img {
    display: block;
    margin: 0 auto;
    transition: all 0.3s;
}

.material-list .material-item h5 {
    color: #018110;
    font-size: 1.15rem;
    height: 44.5px;
    overflow: hidden;
}

.material-list .material-item .btn {
    display: block;
    max-width: 70%;
    margin: 10px auto;
}

.material-list .material-item small {
    display: block;
    text-align: center;
    color: #AFAFAF;
    font-size: 0.75em;
}

.material-list .material-item ul {
    margin: 0 0 20px;
    padding: 0;
    height: 110px;
    overflow: hidden;
}

.material-list .material-item ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    margin-bottom: 10px;
}

.material-list .material-item ul li::before {
    position: absolute;
    content: "";
    left: 2px;
    top: 2px;
    width: 16px;
    height: 16px;
    background: url("../images/materials/category/pineapple.png") no-repeat transparent center center/auto 16px;
}

.material-list .material-item ul li.icn-2:before {
    background: url("../images/materials/category/recycling.png") no-repeat transparent center center/auto 16px;
}

.material-list .material-item ul li.icn-3:before {
    background: url("../images/materials/category/plastic.png") no-repeat transparent center center/auto 16px;
}

.material-list .material-item ul li.icn-4:before {
    background: url("../images/materials/category/t-shirt.png") no-repeat transparent center center/auto 16px;
}

@media (min-width: 576px) {
    .material-list .material-item {
        flex: 0 0 calc(50% - 20px);
    }
    .material-list.cols-6 .material-item {
        flex: 0 0 calc(33.33% - 20px);
    }
}

@media (min-width: 992px) {
    .material-list.cols-4 .material-item {
        flex: 0 0 calc(25% - 20px);
    }
    .material-list.cols-6 .material-item {
        flex: 0 0 calc(16.66% - 20px);
    }
}

.page-products .herobanner.slick-dotted.slick-slider {
    margin-bottom: -4px;
}

.page-products .herobanner .banner-item {
    display: block;
    margin: 0;
}

.page-products .herobanner .banner-item .item-bg img {
    width: 100%;
}

@media (min-width: 992px) {
    .page-products .herobanner {
        display: flex;
    }
    .page-products .herobanner .banner-item {
        flex: 1 0 33.33%;
    }
}

.page-products .section-quote {
    background: #60E361;
    margin-bottom: 30px;
}

.page-products .section-quote .container {
    position: relative;
}

.page-products .section-quote .quote-text {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
}

.page-products .section-quote .row-bg {
    padding-top: 15px;
    padding-bottom: 15px;
    background: url(../images/products/bg-full.png) no-repeat left -8% center/auto 100%;
}

.page-products .section-quote .float-element {
    position: absolute;
    left: 95%;
    top: -15px;
    bottom: -15px;
    width: auto;
}

.page-products .section-quote .float-element img {
    width: auto;
    height: 100%;
}

@media (min-width: 600px) {
    .page-products .section-quote .row-bg {
        background-position: left 15% center;
    }
}

@media (min-width: 992px) {
    .page-products .section-quote .quote-text {
        font-size: 24px;
    }
    .page-products .section-quote .row-bg {
        padding-top: 30px;
        padding-bottom: 30px;
        background-position: left -20% center;
    }
    .page-products .section-quote .float-element {
        top: -30px;
        bottom: -30px;
    }
}

@media (min-width: 1200px) {
    .page-products .section-quote .row-bg {
        background-position: left center;
    }
}

.product-detail-wrapper {
    padding: 15px 0;
    font-weight: 500;
    font-size: 14px;
}

.product-detail-wrapper .product-slider-item img {
    width: 100%;
}

.product-detail-wrapper .product-slider-nav {
    margin: 10px -5px 15px;
}

.product-detail-wrapper .product-slider-nav .product-slider-item {
    position: relative;
    padding: 0 5px;
    cursor: pointer;
}

.product-detail-wrapper .product-slider-nav .product-slider-item:before {
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 0;
    content: "";
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: all 0.5s;
}

.product-detail-wrapper .slick-slide:hover .product-slider-item:before,
.product-detail-wrapper .slick-slide.slick-current .product-slider-item:before {
    opacity: 0;
}

.product-detail-wrapper h1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.product-detail-wrapper .col-brand {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    background: #32C433;
    color: #fff;
}

.product-detail-wrapper .col-brand img {
    margin-right: 10px;
    height: 30px;
}

.product-detail-wrapper .col-price {
    color: #018110;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.product-detail-wrapper .p {
    margin-bottom: 15px;
}

.product-detail-wrapper .p label {
    color: #333;
}

.product-detail-wrapper .p ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 10px 0;
}

.product-detail-wrapper .color-list a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 6px;
    border-radius: 50px;
    position: relative;
}

.product-detail-wrapper .color-list a::before {
    position: absolute;
    content: "";
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    border: 2px solid #D9D9D9;
    border-radius: 50px;
    transition: all 0.5s;
}

.product-detail-wrapper .color-list a:hover::before,
.product-detail-wrapper .color-list a.active::before {
    border-color: #018110;
}

.product-detail-wrapper .size-list a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 6px;
    border-radius: 50px;
    color: #666666;
    position: relative;
}

.product-detail-wrapper .size-list a::before {
    position: absolute;
    content: "";
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    border: 2px solid #D9D9D9;
    border-radius: 50px;
    transition: all 0.5s;
}

.product-detail-wrapper .size-list a:hover::before,
.product-detail-wrapper .size-list a.active::before {
    border-color: #018110;
}

.product-detail-wrapper .size-list a.unactive {
    cursor: not-allowed;
}

.product-detail-wrapper .size-list a.unactive::after {
    position: absolute;
    content: "";
    top: 50%;
    left: -2px;
    width: calc(100% + 4px);
    height: 2px;
    margin-top: -1px;
    background: #D9D9D9;
    transform: rotate(-45deg);
}

.product-detail-wrapper .size-list a.unactive:hover::before {
    border-color: #D9D9D9;
}

.product-detail-wrapper input[type=text] {
    margin: 10px 0;
    display: block;
    width: 120px;
    border: 1px solid #D9D9D9;
}

.product-detail-wrapper input[type=text]:focus {
    outline: none;
}

.product-detail-wrapper .col-description {
    margin: 20px 0 0;
}

.product-detail-wrapper .col-description label {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.product-detail-wrapper .col-description .p {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.6;
}

.product-detail-wrapper .btn {
    font-size: 0.9em;
}

@media (min-width: 992px) {
    .product-detail-wrapper {
        font-size: 16px;
        padding: 45px 0;
    }
    .product-detail-wrapper h1,
    .product-detail-wrapper .col-price {
        font-size: 28px;
    }
    .product-detail-wrapper .col-brand {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        background: transparent;
        color: #666666;
    }
    .product-detail-wrapper .col-brand img {
        height: 40px;
    }
}

.product-brand-banner {
    padding-bottom: 50px;
}

.product-brand-banner .brandBanner .banner-item {
    position: relative;
}

.product-brand-banner .brandBanner .banner-item .item-bg {
    position: relative;
}

.product-brand-banner .brandBanner .banner-item .item-bg img {
    width: 100%;
}

.product-brand-banner .brandBanner .banner-item .item-caption {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000000 100%);
}

.product-brand-banner .brandBanner .banner-item .item-caption h2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .product-brand-banner .brandBanner .banner-item .item-caption h2 {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    .product-brand-banner .brandBanner .banner-item .item-caption h2 {
        font-size: 38px;
    }
}

.product-brand-detail {
    background: #F6FFF7;
    position: relative;
    padding: 50px 0 0;
    color: #666666;
    line-height: 1.6;
}

.product-brand-detail .detail-image {
    width: 80%;
    margin: 0 auto;
}

.product-brand-detail .detail-image img {
    width: 100%;
}

.product-brand-detail .col-detail {
    padding: 65px 30px 0;
}

.product-brand-detail h4 {
    font-size: 20px;
    font-weight: 700;
    color: #018110;
    margin-bottom: 15px;
}

.product-brand-detail .float-element {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: auto;
    height: 100px;
}

.product-brand-detail .float-element img {
    height: 100%;
    width: auto;
}

.product-brand-detail .float-element.right {
    left: auto;
    right: 0;
}

@media (max-width: 991px) {
    .product-brand-detail .relative-mobile {
        position: relative;
    }
}

@media (min-width: 992px) {
    .product-brand-detail {
        padding: 50px 0 175px;
    }
    .product-brand-detail h4 {
        font-size: 40px;
    }
    .product-brand-detail .float-element {
        height: 150px;
        bottom: 0;
    }
    .product-brand-detail .col-detail {
        padding: 15px 30px;
    }
    .product-brand-detail.last {
        padding-bottom: -75px;
    }
    .product-brand-detail.last .float-element {
        bottom: 100px;
    }
}

@media (min-width: 1200px) {
    .product-brand-detail h4 {
        font-size: 44px;
    }
}

.product-brand-map {
    padding: 40px 0;
}

.product-brand-map .table {
    margin-bottom: 0;
    border: 1px solid #D9D9D9;
}

.product-brand-map .table tr td {
    padding: 12px 15px;
    border-color: #D9D9D9;
}

.product-brand-map .table tr:last-child td {
    border-bottom: 1px solid #D9D9D9;
}

.product-brand-map .table a {
    color: #333333;
}

.product-brand-map .table .hightlight {
    background: #E2F6EB;
}

.thumbnail-round {
    border-radius: 100%;
    max-width: 80px;
    max-height: 80px;
    overflow: hidden;
}

.thumbnail-round img {
    width: 100%;
}

.material-detail-main {
    background: #F6F9FA;
    padding: 40px 0;
}

.material-detail-main h1 {
    font-size: 1.75rem;
    font-weight: 700;
}

.material-detail-main a:hover {
    color: #333333;
}

.material-detail-main .material-main-box {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 0.5px solid #DADADA;
    height: 100%;
}

.material-detail-main .material-main-box .btn {
    border-radius: 8px;
    display: block;
    padding: 8px 6px;
    font-size: 14px;
}

.material-detail-main .material-main-box .btn.btn-blue {
    background: #3F8EFC;
}

.material-detail-main .material-main-box .btn.btn-mail {
    background: #276BB6;
}

.material-detail-main .material-main-box .btn.btn-line {
    background: #3ACD01;
}

.material-detail-main .material-main-box h4 {
    display: flex;
    font-size: 1.15rem;
    color: #018110;
    font-weight: 700;
    margin-bottom: 15px;
}

.material-detail-main .material-main-box h4 img {
    height: 30px;
    margin-right: 15px;
}

.material-detail-main .material-main-box .table {
    width: 100%;
}

.material-detail-main .material-main-box .table img {
    width: 50px;
}

.material-detail-main .material-main-box .table tr td {
    padding: 5px;
    font-size: 0.875em;
    border: 0;
    color: #333333;
}

.material-detail-main .material-main-box .table tr td.gray {
    color: #666666;
}

.page-cart .product-rule {
    margin-top: 30px;
    font-weight: 400;
    font-size: 0.95rem;
}

.page-cart .product-rule .col-description {
    margin-bottom: 15px;
}

.page-cart .product-rule a:hover {
    color: #333333;
}

.page-cart .product-rule .btn:hover {
    color: #fff;
}

.page-cart .product-rule label {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 3px;
}

.page-cart .product-rule label.form-check-label {
    font-weight: 500;
}

.cart-table {
    margin-bottom: 30px;
}

.cart-table .tr .td {
    padding: 0.5rem 5px 0;
}

.cart-table .border-top {
    margin-top: 10px;
    border-top: 2px solid #EEEEEE !important;
}

.cart-table .border-top:first-child {
    margin-top: 0;
}

.cart-table .table-header {
    font-weight: 500;
    font-size: 14px;
}

.cart-table .table-header .tr {
    background: #EEEEEE;
}

.cart-table .table-header .tr .td {
    padding: 0.5rem 5px;
}

.cart-table .table-header .tr .td:nth-child(2),
.cart-table .table-header .tr .td:nth-child(3),
.cart-table .table-header .tr .td:nth-child(4) {
    display: none;
}

.cart-table .table-body {
    font-weight: 500;
    font-size: 0.875em;
}

.cart-table .table-body .tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cart-table .table-body .tr .td:nth-child(1) {
    width: 100%;
}

.cart-table .table-body .tr .td:nth-child(2) {
    width: 50%;
}

.cart-table .table-body .tr .td:nth-child(3),
.cart-table .table-body .tr .td:nth-child(4) {
    width: 25%;
}

.cart-table .col-product {
    display: block;
    width: auto;
    align-items: center;
    flex-direction: column;
    align-items: center;
    color: #666666;
    text-align: center;
    padding-bottom: 15px;
}

.cart-table .col-product img {
    width: 40px;
    margin: 15px auto;
}

.cart-table .col-product.brand {
    font-size: 1.25em;
}

.cart-table .col-product.brand img {
    width: 50px;
    border-radius: 50px;
}

.cart-table .social-list {
    margin: 5px 0;
    justify-content: flex-end;
}

.cart-table .list {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.cart-table .list li {
    list-style: none;
    margin-bottom: 15px;
    padding-left: 0;
}

.cart-table .list li:last-child {
    margin-bottom: 0;
}

.cart-table .input-check {
    display: inline-block;
    min-width: 150px;
    position: relative;
    padding: 10px;
    padding-left: 30px;
    background: #F1F0F0;
    border-radius: 6px;
    color: #666666;
    font-weight: 400;
}

.cart-table .input-check::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 10px;
    top: 16px;
    border-radius: 20px;
    display: block;
    background: #fff;
}

.cart-table .input-check.active,
.cart-table .input-check.checked {
    background: #D1F1DF;
}

.cart-table .input-check.active::before,
.cart-table .input-check.checked::before {
    background: #32C433;
}

.cart-table .form-select {
    border: 0;
    margin: auto;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666666;
    width: auto;
    min-width: unset;
}

.cart-table .form-select:focus {
    outline: none;
    border: 0;
    box-shadow: none;
}

.cart-table .form-select:last-child {
    margin-bottom: 0;
}

.cart-table .form-number {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.cart-table .form-number:last-child {
    margin-bottom: 0;
}

.cart-table .form-number a {
    width: 30px;
    height: 30px;
    font-weight: 700;
    line-height: 30px;
    background: #32C433;
    border-radius: 6px;
    text-align: center;
    color: #fff;
}

.cart-table .form-number a:first-child {
    background: #D1F1DF;
}

.cart-table .form-number a:hover {
    background: #018110;
}

.cart-table .form-number input[type=text] {
    text-align: center;
    margin: 0;
    display: block;
    width: 40px;
    line-height: 25px;
    border: 0;
}

.cart-table .form-number input[type=text]:focus {
    outline: none;
}

@media (min-width: 768px) {
    .cart-table .table-header .tr .td:nth-child(2),
    .cart-table .table-header .tr .td:nth-child(3),
    .cart-table .table-header .tr .td:nth-child(4) {
        display: block;
    }
    .cart-table .tr {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
    }
    .cart-table .tr .td {
        padding: 0.5rem;
        flex: 0 0 35%;
    }
    .cart-table .tr .td:nth-child(2) {
        flex: 0 0 25%;
    }
    .cart-table .tr .td:nth-child(3) {
        flex: 0 0 18%;
    }
    .cart-table .tr .td:nth-child(4) {
        flex: 0 0 22%;
    }
    .cart-table .col-product {
        display: inline-block;
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    .cart-table .social-list {
        justify-content: center;
    }
    .cart-table .table-header {
        font-weight: 700;
    }
    .cart-table .form-number input[type=text] {
        width: 60px;
    }
}

body {
    padding: 0;
    font-family: "Quicksand", "Noto Sans Thai", sans-serif;
    font-weight: 400;
    line-height: normal;
    font-size: 16px;
    line-height: 1.4;
    color: #666666;
    overflow: hidden;
    overscroll-behavior-y: none;
    height: 100%;
}

a,
button {
    text-decoration: none;
}

a:hover,
a:focus,
button:hover,
button:focus {
    outline: none;
    text-decoration: none;
}

ul.social-list {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
}

ul.social-list li {
    margin-right: 8px;
    margin-bottom: 8px;
}

ul.social-list li:last-child {
    margin-right: 0;
}

ul.social-list a {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    transition: all 1s;
    color: #fff;
    border: 2px solid #fff;
}

ul.social-list a:hover {
    color: #fff;
    transform: rotateY(360deg);
}

ul.social-list a.img {
    width: 30px;
    height: 30px;
}

ul.social-list a.img img {
    width: 100%;
    margin: 0;
}

ul.social-list li.fb a {
    background: #3b5998;
}

ul.social-list li.purple a {
    background: #833AB4;
}

ul.social-list li.blue a {
    background: #1D9BF0;
}

ul.social-list li.line a {
    background: #06bd51;
}

.delay-1 {
    animation-delay: 0.25s;
}

.delay-2 {
    animation-delay: 0.35s;
}

.delay-3 {
    animation-delay: 0.5s;
}

.delay-4 {
    animation-delay: 0.75s;
}

.delay-5 {
    animation-delay: 1s;
}

.removed-item {
    animation: removed-item-animation 0.6s cubic-bezier(0.55, -0.04, 0.91, 0.94) forwards !important;
}

@keyframes item-animation {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes removed-item-animation {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        transform: scale(0);
        opacity: 0;
    }
}

.reveal {
    opacity: 0;
    transition: 0.75s all ease;
}

.reveal.active {
    opacity: 1;
}

.reveal.ani-fadeIn.active {
    animation-name: fadeIn;
}

.reveal.ani-fadeInLeft.active {
    animation-name: fadeInLeft;
}

.reveal.ani-fadeInRight.active {
    animation-name: fadeInRight;
}

.reveal.ani-fadeInUp.active {
    animation-name: fadeInUp;
}

.reveal.ani-fadeInDown.active {
    animation-name: fadeInDown;
}


/*# sourceMappingURL=style.css.map */