:root {
   --main-color: #1f1f1f;
   --main-color2: #1f1f1f;
   --main-color3: #fcfcfc;
}

.font-main1,
.font-family-1 {
   font-family: "Sarabun", sans-serif;
}

.font-main2,
.font-family-2 {
   font-family: "Prompt", sans-serif;
}

/* width */
::-webkit-scrollbar {
   width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
   background: #888;
}

/* Handle */
::-webkit-scrollbar-thumb {
   background: #fe7900;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
   background: #ff5101;
}

pre {
   color: var(--main-color) !important;
}

.fw500,
.fw-500 {
   font-weight: 500;
}

.fw600,
.fw-600 {
   font-weight: 600;
}

.fw700,
.fw-700 {
   font-weight: 700;
}

.alignwide {
   margin-left: 0px;
   width: calc(100% + 50px);
   max-width: calc(100% + 50px);
}

.alignfull {
   max-width: 100vw;
   width: 100%;
}

body {
   font-family: "Sarabun", sans-serif;
   font-size: 14px;
   font-weight: 400;
   font-style: normal;
   color: var(--main-color3);
   background-color: #2a025b;
   min-height: 100vh;
}

.site-main {
   /* min-height: 80vh; */
   padding-top: 58px;
}

.pointer {
   cursor: pointer !important;
}

.color-main {
   color: var(--main-color);
}

.color-main3 {
   color: var(--main-color3);
}

.site-header {
   box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   color: #ffffff;
   padding: 5px 0;
   z-index: 900;
}

.bg1 {
   background: linear-gradient(141deg, rgba(151, 1, 229, 1) 0%, rgba(58, 30, 167, 1) 100%);
}

.bg2 {
   /* background: rgb(202, 152, 59); */
   /* background: linear-gradient(0deg, rgba(202, 152, 59, 1) 0%, rgba(244, 212, 95, 1) 30%, rgba(244, 212, 95, 1) 70%, rgba(202, 152, 59, 1) 100%); */
   background: linear-gradient(180deg, #381152 0%, #634276 100%);
}

.bg3 {
   background: rgb(245, 44, 44);
   background: linear-gradient(180deg, rgba(245, 44, 44, 1) 0%, rgba(209, 36, 36, 1) 100%);
}

.bg4 {
   background: rgb(31, 31, 31);
   background: linear-gradient(90deg, rgba(31, 31, 31, 1) 0%, rgba(62, 62, 62, 1) 50%, rgba(31, 31, 31, 1) 100%);
}

.bg5 {
   background: rgb(31, 31, 31);
   /* background: linear-gradient(180deg, rgba(31, 31, 31, 1) 0%, rgba(62, 62, 62, 1) 50%, rgba(49, 48, 48, 1) 100%); */
   background: linear-gradient(180deg, #9701e5 0%, #9701e5 50%, #ba4bf4 100%);
}

.bg6 {
   background: linear-gradient(141deg, #FE7900 0%, #FE5101 100%);
}

.header-logo {
   width: 140px;
   height: 61px;
}

.nav-mobile .header-logo {
   height: 50px;
}

.header-social-img {
   width: 30px;
}

.navbar-header-bars {
   font-size: 26px;
   padding: 4px 10px;
   cursor: pointer;
   color: #ffffff;
}

.main-navigation .menu {
   display: flex;
   justify-content: space-between;
   margin-bottom: 0;
}

.main-navigation .menu a {
   color: white;
   font-weight: 700;
   text-decoration: none;
   padding: 10px 20px;
   font-size: 20px;
}

.main-navigation .menu a:hover,
.header-social a:hover {
   color: #ffffff;
}

.main-navigation .menu .current-page-ancestor>a,
.main-navigation .menu .current_page_item>a {
   color: #ffffff;
}

.main-navigation .menu .sub-menu {
   flex-direction: column;
   background-color: #ffffff;
   padding: 10px 15px;
   box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.main-navigation .menu .sub-menu a {
   color: #000000;
}

.sidebar-mobile {
   position: fixed;
   top: 0;
   left: -310px;
   width: 300px;
   height: 100vh;
   background: rgb(31, 31, 31);
   /* background: linear-gradient(90deg, rgba(31, 31, 31, 1) 0%, rgba(62, 62, 62, 1) 50%, rgba(49, 48, 48, 1) 100%); */
   background: linear-gradient(141deg, rgba(151, 1, 229, 1) 0%, rgba(58, 30, 167, 1) 100%);
   overflow: auto;
   z-index: 906;
   color: #028BFF;
   transition: .3s;
}

.main-navigation .menu .menu-item-has-children>a {
   position: relative;
   padding-right: 45px;
}

.menu-item-has-children>a::after {
   content: '\f107';
   font-family: 'Font Awesome 6 Free';
   font-weight: 900;
   position: absolute;
   right: 20px;
   top: 50%;
   transform: translateY(-50%);
   color: #ffffff;
}

.sidebar-mobile-backdrop {
   display: none;
   position: fixed;
   top: 0;
   right: 0;
   width: 100vw;
   height: 100vh;
   background-color: rgba(0, 0, 0, 0.6);
   z-index: 905;
}

.has-sidebar-mobile-show .sidebar-mobile {
   left: 0px;
}

.has-sidebar-mobile-show .sidebar-mobile-backdrop {
   display: block;
}

.sidebar-mobile-hide-btn {
   font-size: 28px;
   color: #ffffff;
}

.header-logo-mobile {
   width: 140px;
}

.mobile-hr {
   width: 100%;
   height: 2px;
   background: #BB4DF4;
   background: linear-gradient(90deg, rgba(187, 77, 244, 1) 0%, rgba(124, 9, 211, 1) 100%);
}

.mobile-mavigation .menu {
   margin-left: 0;
   margin-bottom: 0;
   padding-left: 0;
   list-style: none !important;
}

.mobile-mavigation .menu .menu-item-has-children>a {
   position: relative;
   padding-right: 30px;
}

.mobile-mavigation .menu .menu-item-has-children>a::after {
   right: 0;
   transform: translateY(-45%);
   font-size: 16px;
}

.mobile-mavigation .menu .menu-item-has-children .sub-menu a {
   font-weight: 400;
}

.mobile-mavigation .sub-menu {
   list-style: none !important;
   margin-left: 0;
   padding-left: 15px;
}

.mobile-mavigation a {
   color: #ffffff;
   ;
   font-weight: 700;
   text-decoration: none;
   padding: 4px 5px;
   display: inline-block;
   font-size: 18px;
}

.header-mobile-open-icon,
.header-mobile-search-icon {
   color: #ffffff;
   font-size: 23px;
   line-height: 0px;
}

.sidebar-mobile .header-social-img {
   width: 40px;
}

.header-mobile-search-zone {
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   background-color: var(--main-color3);
   z-index: 890;

   transition: 0.15s;
}

.header-mobile-search-zone.opened {
   top: 58px;
}

.site-footer {
   background-color: #20083c;

}

.site-footer a {
   text-decoration: none;
   color: white;
}

.footer-logo {
   max-width: 250px;
}

.footer-header {
   color: var(--main-color2);
}

.footer-partner-img {
   width: 90px;
}

.footer-certification-img {
   width: auto;
   height: 90px;
}

.footer-copyright {
   letter-spacing: 1px;
}

.main-header {
   color: var(--main-color2);
}


.footer-border-right1 {
   border-right: 1px solid transparent;
}

.footer-border-right2 {
   border-right: 1px solid transparent;
}

.footer-social-item-icon {
   width: 40px;
}

.mobile-social-item-icon {
   width: 40px;
}

.content-header {
   font-size: 18px;
   font-family: 'Prompt';
}

@media only screen and (max-width: 1199px) {
   .header-submenu {
      display: none !important;
   }
}

@media only screen and (min-width: 768px) {
   .footer-border-right2 {
      border-right: 1px solid #991edb;
   }

   .content-header {
      font-size: 22px;
   }
}

@media only screen and (min-width: 992px) {
   .footer-border-right1 {
      border-right: 1px solid #991edb;
   }
}

@media only screen and (min-width: 1200px) {
   .site-main {
      padding-top: 69px;
   }
}

@media only screen and (min-width: 1400px) {}


textarea:focus,
input:focus {
   outline: none;
}

.search-zone-input::placeholder {
   color: var(--main-color2);
   opacity: 1;
}

.search-zone-input::-ms-input-placeholder {
   color: var(--main-color2);
}

.search-zone {
   background-color: #E6E6E6;
   border-radius: 50px;
   color: var(--main-color2);
   padding: 5px 0;
}

.search-zone-icon {
   color: #4e4e4e;
   width: 40px;
   display: inline-block;
   text-align: right;
   padding-right: 5px;
   padding-top: 6px;
   font-size: 20px;
   line-height: 1rem;
}

.search-zone-input {
   width: calc(100% - 60px);
   display: inline-block;
   border: 0;
   background-color: #E6E6E6;
   color: #4e4e4e;
   border: 0 !important;
   padding-left: 10px;
   margin-left: 7px;
   margin-top: 1px;
   border-radius: 0;
}

.search-zone-result {
   display: none;
   position: absolute;
   top: 40px;
   left: 0;
   width: 100%;
   padding: 0;
   background-color: rgba(255, 255, 255, 0.95);
   border-radius: 15px;
   box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
   content: 'aaaa';
   color: var(--main-color);
   min-height: 50px;
   max-height: 50vh;
   overflow-y: auto;
   z-index: 1;
}

.search-zone-result-item {
   padding: 15px;
   font-size: 14px;
   color: #4e4e4e;
   text-decoration: none;
   line-height: 1.4rem;
   display: block;
   transition: .3s;
}

.search-zone-result-item h3 {
   font-size: 20px;
   margin-bottom: 0;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.search-zone-result-item .desc {
   font-size: 12px;
   width: 100%;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.search-zone-result-item:hover {
   background-color: #E6E6E6;
}

.search-zone-result hr {
   margin: 0 15px !important;
   width: calc(100% - 30px);
   border-top-color: #4e4e4e;
}

.single-provider-logo-zone {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   width: 100%;
   background-color: #000000;
}

.border-right1 {
   border-right: 1px solid transparent;
}

.header-red {
   background: linear-gradient(90deg, #FF5101 0%, #FE7900 100%) !important;
   color: white;
   border-radius: 10px;
   padding: 15px 0 10px;
   font-size: 24px;
}

.single-provider-certification-item {
   height: 100px;
}

.single-provider-product-item,
.single-provider-product-item2 {
   color: white;
}

.single-provider-product-item-title {
   font-size: 14px;
}

.single-provider-product-item-image {
   overflow: hidden;
   border-radius: 10px;
}

.provider-carousel-content-item .single-provider-product-item-title,
.provider-carousel-content-item .single-provider-product-item-excerpt {
   color: var(--main-color);
}

.single-provider-article-item {
   background-color: #381a5d;
   color: white;
   opacity: 0.85;
   transition: .2s;
}

.single-provider-article-item:hover {
   opacity: 1;
}

.single-provider-article-item-image {
   overflow: hidden;
}

.single-provider-article-item-title {
   font-size: 18px;
}

.single-product-item-provider-image {
   border-radius: 10px;
}

.single-product-item-star {
   color: #FFBC3D;
   font-size: 22px;
}

.single-product-item-image {
   overflow: hidden;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
}

.single-product-item-play {
   position: relative;
   width: calc(100% - 6px) !important;
   border-radius: 10px !important;
   background: linear-gradient(90deg, #FF5101 0%, #FE7900 100%) !important;
   text-decoration: none;
   color: white;
   font-size: 16px;
}

.single-product-item-play:after {
   content: '';
   position: absolute;
   top: -3px;
   left: -3px;
   width: calc(100% + 6px);
   height: calc(100% + 6px);
   border: 1px solid #FE7900;
   border-radius: 13px;
}

.single-product-item-play2 {
   position: relative;
   width: calc(100% - 6px) !important;
   border-radius: 10px !important;
   background: white !important;
   text-decoration: none;
   color: #FE7900 !important;
   font-size: 20px;
}

.single-product-item-play2:after {
   content: '';
   position: absolute;
   top: -3px;
   left: -3px;
   width: calc(100% + 6px);
   height: calc(100% + 6px);
   border: 1px solid white;
   border-radius: 13px;
}

.ub-expand-toggle-button {
   color: white;
}



.product-gallery-title {
   font-size: 18px;
}

.product-gallery-image {
   overflow: hidden;
   border-radius: 10px;
}

.product-gallery-carousel.owl-theme .owl-nav.disabled+.owl-dots {
   margin-top: 0;
}

.product-gallery-carousel.owl-theme .owl-dots .owl-dot span {
   width: 40px;
   height: 3px;
   margin: 0;
   border-radius: 0;
   background-color: #ffffff;
}

.product-gallery-carousel.owl-theme .owl-dots .owl-dot:first-child span {
   border-top-left-radius: 10px;
   border-bottom-left-radius: 10px;
}

.product-gallery-carousel.owl-theme .owl-dots .owl-dot:last-child span {
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
}

.product-gallery-carousel.owl-theme .owl-dots .owl-dot.active span,
.product-gallery-carousel.owl-theme .owl-dots .owl-dot:hover span {
   background-color: #fe5101;
}

.product-highlight-title {
   font-size: 18px;
}

.single-product-highlight-item {
   border-radius: 10px;
}

.single-product-highlight-item-star {
   color: #FE5101;
   font-size: 18px;
}

.single-product-highlight-item-title {
   font-size: 18px;
}

.single-product-highlight-item-desc {
   font-size: 14px;
}

.single-product-highlight-item-desc ul,
.single-product-highlight-item-desc ol {
   margin-left: 0;
}

.single-product-highlight-item-desc>*:last-child {
   margin-bottom: 0;
}

.zoom-img {
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   transition: all .3s ease;
}

.zoom-img-hover:hover .zoom-img,
.zoom-img:hover {
   transform: scale(1.1);
}

.single-provider-titlex {
   font-size: 26px;
}

.pagi-main-num {
   display: inline-block;
   border-radius: 100px;
   font-size: 14px;
   text-decoration: none;
   color: #000000;
   padding: 5px 12px 6px;
   font-weight: 800;
   background-color: #efefef;
   transition: .2s;
}

.pagi-main-num:hover {
   transform: scale(1.2);
   background: rgb(162, 30, 30);
   background: linear-gradient(180deg, rgba(162, 30, 30, 1) 0%, rgba(246, 111, 67, 1) 25%, rgba(255, 35, 28, 1) 60%, rgba(203, 44, 40, 1) 100%);
}

.pagi-main-num.active {
   background: rgb(162, 30, 30);
   background: linear-gradient(180deg, rgba(162, 30, 30, 1) 0%, rgba(246, 111, 67, 1) 25%, rgba(255, 35, 28, 1) 60%, rgba(203, 44, 40, 1) 100%);
}

.single-provider-product-item-star {
   color: #FFBC3D;
}

@media only screen and (min-width: 768px) {
   .single-provider-product-item-title {
      font-size: 16px;
   }
}

@media only screen and (min-width: 768px) {
   .product-gallery-carousel.owl-theme .owl-nav.disabled+.owl-dots {
      margin-top: 15px;
   }
}

@media only screen and (min-width: 992px) {
   .border-right1 {
      border-right: 1px solid white;
   }

   .single-provider-product-item-title {
      font-size: 18px;
   }
}

@media only screen and (min-width: 1200px) {
   .single-product-item-image {
      border-radius: 10px;
   }

   .single-provider-article-item-title {
      font-size: 22px;
   }

   .single-product-item-play {
      font-size: 20px;
   }
}

@media only screen and (min-width: 1400px) {}

.product-top10-1-item {
   background-color: #efefef;
   transition: .2s;
   color: var(--main-color);
}

.product-top10-1-item-num {
   font-size: 30px;
   font-weight: 800;
}

.product-top10-1-item-title {
   color: var(--main-color);
}

.product-top10-1-item-star {
   color: #FFBC3C;
   font-size: 28px;
}

.product-top10-1-item.item1 .product-top10-1-item-star {
   color: #F52C2C;
}

.product-top10-1-item-play {
   background: rgb(245, 44, 44);
   background: linear-gradient(180deg, rgba(245, 44, 44, 1) 0%, rgba(209, 36, 36, 1) 100%);
   color: white;
   font-weight: 500;
   font-size: 25px;
   padding: 5px 30px;
   border-radius: 10px;
   text-decoration: none;
}

.product-title {
   font-size: 24px;
}

.product-review-item {
   background-color: #391b5e;
   border-radius: 10px;
}

.product-review-item-name {
   font-size: 14px;
}

.product-review-item-date {
   font-size: 10px;
}

.product-review-item-excerpt {
   font-size: 10px;
}

.product-review-item-star {
   color: #FFBC3D;
   font-size: 10px;
}

@media only screen and (min-width: 768px) {
   .product-review-item-name {
      font-size: 16px;
   }

   .product-review-item-date {
      font-size: 12px;
   }

   .product-review-item-excerpt {
      font-size: 12px;
   }

   .product-review-item-star {
      font-size: 12px;
   }
}

.provider-carousel-item {
   border-radius: 200px;
   overflow: hidden;
   border: 4px solid transparent;
   cursor: pointer;
   transition: .2s;
}

.provider-carousel-item>* {
   background-color: #373636;
}

.provider-carousel-item .zoom-img {
   opacity: 0.3;
}

.provider-carousel-item .zoom-overlay,
.zoom-overlay {
   opacity: 0;
}

.provider-carousel-item:hover,
.provider-carousel-item.opened {
   border-color: #FF1716;
}

.provider-carousel-item:hover .zoom-img,
.provider-carousel-item.opened .zoom-img {
   opacity: 1;
}

.provider-item-nav-prev,
.provider-item-nav-next {
   color: #FF1717;
   font-size: 26px;
   padding: 10px;
   cursor: pointer;
}

.owl-theme.provider-carousel .owl-nav.disabled+.owl-dots {
   position: absolute;
   width: 100%;
   text-align: center;
}

.subscription-zone {
   color: white;
   font-size: 20px;
   background-color: #20083c;
}

.subscription-zone .forminator-custom-form {
   position: relative;
   margin-bottom: 0 !important;
   display: flex;
   flex-direction: column;
}

.forminator-response-message {
   margin-top: 10px !important;
   margin-bottom: 0 !important;
   order: 99;
}

.subscription-zone .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
   margin-bottom: 0;
}

.subscription-zone .subscription-email {
   margin-bottom: 15px;
}

.subscription-zone .forminator-button-submit {
   position: absolute !important;
   top: 1px;
   right: 1px;
   border-radius: 4px !important;
   background: linear-gradient(90deg, #ff5101 0%, #fe7900 100%) !important;
   font-size: 22px !important;
   font-weight: 700 !important;
   max-width: fit-content !important;
   margin: 0 !important;
   padding: 6px 25px 7px !important;
   color: white;
   height: 44px !important;
}

.subscription-zone .forminator-button-submit:hover {
   box-shadow: none !important;
}

.subscription-zone .forminator-input {
   border-radius: 5px !important;
   padding: 12px 20px !important;
   background-color: #856c94 !important;
   border: 1px solid #ffffff !important;
   height: 46px !important;
}

.subscription-zone .forminator-input::placeholder {
   color: white;
   opacity: 0.5;
}


.subscription-zone .forminator-edit-module,
.subscription-zone .forminator-label {
   display: none !important;
}

.subscription-zone .forminator-checkbox-box {
   border: 1px solid #ffffff !important;
   border-radius: 50px !important;
   background-color: #856c94 !important;
}

@media only screen and (min-width: 1200px) {
   .subscription-container {
      max-width: 1140px !important;
   }
}

.contactform-zone {
   color: white;
}

.contactform-zone .forminator-ui,
.contactform-zone .forminator-row-last,
.subscription-zone .forminator-ui,
.subscription-zone .forminator-row-last {
   margin-bottom: 0 !important;
}

.contactform-zone .forminator-input {
   border-radius: 5px !important;
   padding: 12px 20px !important;
   border: 1px solid #684193 !important;
   background-color: #856c94 !important;
}

.subscription-zone .forminator-ui.forminator-custom-form[data-design=default] .forminator-checkbox .forminator-checkbox-box:before,
.contactform-zone .forminator-ui.forminator-custom-form[data-design=default] .forminator-checkbox .forminator-checkbox-box:before {
   color: #fe7800 !important;
}

.contactform-zone .forminator-textarea {
   border-radius: 5px !important;
   padding: 20px 20px !important;
   border: 1px solid #684193 !important;
   background-color: #856c94 !important;
}

.contactform-zone .forminator-input::placeholder,
.contactform-zone .forminator-textarea::placeholder {
   color: white;
   opacity: 0.5;
}

.contactform-zone .forminator-edit-module,
.contactform-zone .forminator-label {
   display: none !important;
}

.contactform-zone .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
   margin-bottom: 10px;
}

.contactform-zone .forminator-field {
   text-align: center;
}

.contactform-zone .forminator-checkbox-box {
   border: 1px solid #684193 !important;
   border-radius: 50px !important;
   background-color: #856c94 !important;
}

.contactform-zone .forminator-button-submit {
   font-family: 'Prompt' !important;
   position: relative;
   background: linear-gradient(90deg, #ff5101 0%, #fe7900 100%) !important;
   color: white !important;
   border-radius: 10px !important;
   min-width: 150px !important;
   font-size: 20px !important;
   padding: 7px 25px !important;
   width: calc(100% - 6px) !important;
   margin-top: 10px !important;
   margin-left: auto !important;
   margin-right: auto !important;
}

.contactform-zone .forminator-button-submit:after {
   content: '';
   position: absolute;
   top: -3px;
   left: -3px;
   width: calc(100% + 6px);
   height: calc(100% + 6px);
   border: 1px solid #fe7900;
   border-radius: 13px;
}

.contactform-zone-content {
   position: relative;
   /* padding-left: 150px; */
}

.contactform-zone-title {
   font-weight: 900;
   font-size: 26px;
}

.contactform-zone-desc {
   line-height: 1.5em;
   font-size: 14px;
}

.contactform-zone-image {
   position: absolute;
   height: calc(100% + 10px);
   top: -10px;
   left: 0;
   transform: translateX(-40%);
}

@media only screen and (min-width: 768px) {
   .contactform-zone-title {
      font-size: 32px;
   }
}

@media only screen and (min-width: 1200px) {
   .contactform-container {
      max-width: 1140px !important;
   }

   .contactform-zone-title {
      font-size: 40px;
   }
}

.annotation-zone {
   background-color: transparent;
   color: #ffffff;
}

.annotation-zone-image {
   max-width: 95px;
}

.annotation-zone-border {
   border-left: 2px solid #aa28ed;
}

.annotation-zone-title {
   font-size: 18px;
}

.ourexpert-item {
   color: white;
}

.ourexpert-item-tag {
   background: linear-gradient(180deg, #FE5101 0%, #FE7900 100%);
   color: #ffffff;
   font-size: 12px;
   padding: 5px 20px 4px;
   border-radius: 25px;
}

.single-ourexpert-item-title {
   font-size: 30px;
}

.ourexpert-item-title {
   font-size: 18px;
}

.product-related-carousel .owl-stage {
   padding-left: 0 !important;
   /* ตัด peek ฝั่งซ้ายออก */
}

.product-item-provider-image {
   position: absolute;
   bottom: 5px;
   right: 5px;
   width: 30px !important;
   border-radius: 7px;
}

.product-related-carousel.owl-theme .owl-nav.disabled+.owl-dots {
   margin-top: 0;
}

.product-related-carousel.owl-theme .owl-dots .owl-dot span {
   width: 40px;
   height: 3px;
   margin: 0;
   border-radius: 0;
   background-color: #ffffff;
}

.product-related-carousel.owl-theme .owl-dots .owl-dot:first-child span {
   border-top-left-radius: 10px;
   border-bottom-left-radius: 10px;
}

.product-related-carousel.owl-theme .owl-dots .owl-dot:last-child span {
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
}

.product-related-carousel.owl-theme .owl-dots .owl-dot.active span,
.product-related-carousel.owl-theme .owl-dots .owl-dot:hover span {
   background-color: #fe5101;
}

@media only screen and (min-width: 1200px) {
   .annotation-zone-title {
      font-size: 22px;
   }

   .product-item-provider-image {
      width: 40px !important;
   }
}

.single-product-score-zone {
   border-radius: 10px;
   color: white;
}

.single-product-score-item:not(:last-child) {
   border-bottom: 1px solid #ffffff;
}

.single-product-score-item-title {
   font-size: 18px;
}

.single-product-score-item-score {
   font-size: 16px;
}

.single-product-score-item-desc>*:last-child {
   margin-bottom: 0;
}

.single-product-score-item-star {
   color: #FE5101;
   font-size: 18px;
}

.single-product-score-item-star-none {
   color: #E3E3E3;
   font-size: 18px;
}

.single-product-faq-item {}

.single-product-faq-item:not(:last-child) {
   border-bottom: 1px solid #ffffff;
}

.single-product-faq-item-question {
   font-size: 16px;
}

.color-white,
.color-white a {
   color: white;
}


.product-top10-carousel .owl-stage {
   padding-left: 0 !important;
   /* ตัด peek ฝั่งซ้ายออก */
}

.product-top10-carousel.owl-theme .owl-nav.disabled+.owl-dots {
   margin-top: 0;
}

.product-top10-carousel.owl-theme .owl-dots .owl-dot span {
   width: 40px;
   height: 3px;
   margin: 0;
   border-radius: 0;
   background-color: #ffffff;
}

.product-top10-carousel.owl-theme .owl-dots .owl-dot:first-child span {
   border-top-left-radius: 10px;
   border-bottom-left-radius: 10px;
}

.product-top10-carousel.owl-theme .owl-dots .owl-dot:last-child span {
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
}

.product-top10-carousel.owl-theme .owl-dots .owl-dot.active span,
.product-top10-carousel.owl-theme .owl-dots .owl-dot:hover span {
   background-color: #fe5101;
}

.home-product-item-title {
   font-size: 18px;
}

.home-product-item-star {
   font-size: 18px;
   color: #FFBC3D;
}

@media only screen and (min-width: 1200px) {
   .home-product-item-title {
      font-size: 28px;
   }
}

.providor-carousel.owl-theme .owl-nav.disabled+.owl-dots {
   margin-top: 0;
}

.providor-carousel.owl-theme .owl-dots .owl-dot span {
   width: 40px;
   height: 3px;
   margin: 0;
   border-radius: 0;
   background-color: #ffffff;
}

.providor-carousel.owl-theme .owl-dots .owl-dot:first-child span {
   border-top-left-radius: 10px;
   border-bottom-left-radius: 10px;
}

.providor-carousel.owl-theme .owl-dots .owl-dot:last-child span {
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
}

.providor-carousel.owl-theme .owl-dots .owl-dot.active span,
.providor-carousel.owl-theme .owl-dots .owl-dot:hover span {
   background-color: #fe5101;
}