.itopplus-background {

}
.unknown {
  position: fixed;
  bottom: 8% !important;
}

.unknown_prf .btn-main,
.unknown_prf:hover .btn-main {
  margin-bottom: 0 !important;
}

body {
  overflow-x: hidden;
  color: #404040;
  font-family: "Noto Sans Thai", sans-serif;
}

.navbar-default .navbar-nav > li > a {
  color: #000000;
  margin: 0 8px;
  padding: 8px 10px;
  border-radius: none;
  font-family: "Onest", sans-serif;
  transition: all 0.2s ease-out;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #000000 !important;
  box-shadow: none;
  background: transparent;
  background-color: transparent;
  font-weight: 600;
}

.dropdown-menu > li > a {
  color: #000;
  transition: all 0.2s ease-out;
}

.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #000;
  background: transparent;
}

@media screen and (max-width: 992px) {
  #controlBanner img {
    position: fixed;
    top: 3px;
    left: 10px;
    width: 45px !important;
    z-index: 10000;
  }

  #nav-menu,
  #ItopplusMainSidebar > div {
    background: #fff !important;
  }

  #itpMenuSideBar span {
    background-color: #000 !important;
  }

  #controlMenu * {
    color: #000 !important;
    border: none;
  }
}

@media screen and (min-width: 1024px) {
  .itopplus-banner .container {
    display: grid;
    grid-template-columns: 20% auto 13%;
    align-items: center;
    height: 110px;
  }

  .no-js .itopplus-banner {
    position: sticky;
    top: 0;
    z-index: 110;
  }

  .itopplus-banner {
    background: #fff;
    transition: 0.3s;
    box-shadow: 0 4px 8px rgb(0, 0, 0, 0.05);
  }

  .itopplus-logo {
    position: relative;
    height: 100%;
  }

  #controlBanner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: contain;
    padding: 15px;
    width: clamp(150px, 12vw, 160px);
    margin: 0 auto;
  }

  #nav-menu {
    display: grid;
    justify-content: center;
    background: transparent;
    min-height: auto;
  }

  .itopplus-search {
    text-align: center;
    color: #000;
  }
}

@media screen and (min-width: 1366px) {
}

@media screen and (min-width: 1900px) {
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 480px) {
}

/************font-size***************/

.navbar-default .navbar-nav > li > a,
.dropdown-menu > li > a {
  font-size: 16px;
}

h1 {
  font-size: 5.4em;
}

h2 {
  font-size: 3.6em;
}

h3 {
  font-size: 2.8em;
}

h4,
h3.managerHeader {
  font-size: 2.4em;
}

h5 {
  font-size: 2em;
}

h6 {
  font-size: 1.4em;
}

p,
.pre-article p,
.pre-product p,
.btn-detail,
.art-detail li::marker {
  font-size: 16px;
}

.name-line p,
.btn-made,
div#Component6791ef87575acf001392be77 button {
  font-size: 14px;
}

.pre-article h6 {
  font-size: 20px;
}

.pre-product h6 {
  font-size: 19px;
}

.footer p {
  font-size: 15px;
}

.text-product h6 {
  font-size: 22px;
}

.pt-3 {
  padding-top: 3%;
}

.pt-5 {
  padding-top: 5%;
}

.pt-8 {
  padding-top: 8%;
}

/***********master-page**********/

.social-head {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 80%;
  align-items: center;
  margin: auto;
  margin-right: 0;
}

.footer li {
  display: grid;
  grid-template-columns: 25px auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 4%;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin-top: 5%;
}

.social-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 45%;
  align-items: center;
}

.btn-line {
  background: #2c2c2c;
  padding: 3%;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 40% auto;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease-out;
  width: 75%;
}

.qr-line {
  display: grid;
  grid-template-columns: 30px auto;
  align-items: center;
  gap: 5px;
  color: #fff;
  margin-bottom: 8%;
  text-transform: uppercase;
}

.name-line {
  background: #fff;
  display: grid;
  grid-template-columns: auto 16px;
  align-items: center;
  gap: 5px;
  border-radius: 30px;
  padding: 4%;
  color: #404040;
  justify-content: center;
}

.img-line img {
  border-radius: 15px;
}

.copy-right {
  text-align: right;
  margin-top: 3%;
  border-top: 1px solid #444;
  padding-top: 1%;
}

.footer h6,
.sect-about h2,
h3.managerHeader,
.contact-page h4 {
  font-weight: 700;
}

.sect-product h3,
.fw-semi,
.sect-onestop h1,
.text-product h6,
.pre-article h6,
.pre-product h6,
.btn-detail,
.head-page h3,
.dropdown-menu > li > a:hover,
.contact-page a:hover,
.footer a:hover,
.product-detail h5 {
  font-weight: 600;
}

.footer h6 {
  margin-bottom: 2rem;
}

.sect-about {
  color: #1b1b1b;
}

.sect-product,
.pre-product h6,
.btn-made:hover {
  color: #2c2c2c;
}

.footer a,
.content-about,
.head-page,
.contact-page a {
  color: #404040;
}

.footer a:hover,
.btn-detail,
.text-brown,
.contact-page a:hover,
div#Contentmanager .col-md-4.col-sm-4.col-xs-12:hover .pre-product h6,
.nav-template li:hover .pre-article h6 {
  color: #62462b;
}

div#Component6791a7e1197d1e00139b724a .thumbs,
.sect-about h2,
.text-qr p,
div#Component6791abadd9bd5e0013041aff .thumbs,
div#Component6791cc11575acf001392b9c2 .thumbs {
  margin: 0;
}

.sect-about h2,
.qr-line p,
.sect-onestop h1,
.pre-product h6,
.head-page h3,
.itopplus-sidebar-menu-single a,
.contact-page {
  font-family: "Onest", "Noto Sans Thai", serif;
  text-transform: uppercase;
}

.sect-about h6 {
  font-weight: 600;
  line-height: 26px;
  margin: 3% 0 6%;
}

.content-about {
  padding-left: 5%;
  padding-right: 10%;
  border-left: 1px solid #1b1b1b;
}

.sect-about {
  padding-top: 5%;
}

div#Component6791a7e1197d1e00139b724a,
div#Component6791cc11575acf001392b9c2 {
  margin-top: 25%;
}

.sect-onestop p {
  margin-bottom: 8%;
}

.sect-product h3 {
  margin-bottom: 3%;
}

.content-about p,
.sect-onestop h1,
.pre-product h6 {
  margin-bottom: 5%;
}

.sect-product,
.head-page,
h3.managerHeader,
.product-contact h6 {
  text-align: center;
}

figure.effect-jazz figcaption::after,
.dropdown-menu,
.boderedlayoutClient,
figure.effect-oscar figcaption::before,
.CASS-A-top,
.CASS-A-bottom,
.CASS-A-middle-right,
.CASS-A-middle-left {
  border: none;
}

figure.effect-jazz,
figure.effect-oscar,
figure.effect-selena {
  background: transparent;
}

.sect-onestop {
  padding-top: 22%;
  padding-left: 20%;
  padding-right: 20%;
}

.btn-made {
  width: fit-content;
  padding: 1rem 4rem;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
}

.btn-made:hover::before,
div#Component6791ef87575acf001392be77 button:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-made::before,
div#Component6791ef87575acf001392be77 button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.CASS-D-middle-mid,
.CASS-A-bottom,
.CASS-A-middle-mid {
  padding: 0;
}

.CASS-D-main figcaption {
  padding: 0 !important;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  background: transparent !important;
  top: 0 !important;
}

.grid figure h2 {
  word-spacing: 0;
  font-weight: unset;
}

figure.effect-oscar h2 {
  margin: 0;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}

figure.effect-oscar:hover h2 {
  -webkit-transform: inherit;
  transform: inherit;
}

.text-product {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem 2rem;
  color: #fff;
  width: 100%;
  text-align: left;
  background: linear-gradient(0deg, #00000087, #00000047, #00000000) !important;
}
.eapps-widget-toolbar {
  display: none !important;
}

.pe-5 {
  padding-left: 5%;
}

.post-time,
.landingpagemanager,
div#Contentmanager strong,
div#Component6791b936197d1e00139b774e .pagination,
.Text_seller2 {
  display: none;
}

.social-icon {
  border-radius: 5px;
}

.maxHeight-main .img-container {
  padding-bottom: 70%;
}

.maxHeight-TP4 .img-container {
  padding-bottom: 80%;
}

.maxHeight-main {
  max-height: 500px !important;
}

.maxHeight-TP4 {
  min-height: 190px !important;
  max-height: 190px;
  margin-bottom: 1rem !important;
}

div#Component6791b936197d1e00139b774e .col-md-8,
div#Component6791e0cbf1fba800130de439 .col-md-8 {
  width: 55%;
}

div#Component6791b936197d1e00139b774e .col-md-4,
div#Component6791e0cbf1fba800130de439 .col-md-4 {
  width: 45%;
}

.maxHeight-TP4 .pre-article {
  padding-left: 7%;
  padding-top: 3%;
  padding-right: 2%;
}

.maxHeight-main .pre-article {
  padding-top: 1%;
}

.template1 .img-container {
  padding-bottom: 100% !important;
}

.template1 .col-md-4.col-sm-4.col-xs-12 {
  width: 100%;
}

.template1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.pre-product {
  position: relative;
  text-align: left;
  padding: 4% 0;
}

.text-recomend {
  background: #62462b;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  padding: 8% 3%;
  position: absolute;
  top: -250px;
  right: 10px;
  text-align: center;
}

.text-recomend p {
  line-height: 20px;
  font-weight: 600;
}

.arr-right {
  font-size: 26px;
  line-height: 0;
  position: relative;
  top: 2px;
  margin-left: 2px;
  font-weight: 400;
}

.CASS-A-main {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.CASS-A-main img {
  border: 1px solid #ebebeb;
}

.head-page {
  padding: 2.5% 0;
  background: #e5e4e1;
}

.page-header {
  padding-bottom: 0;
  margin: 4% 0 0;
  border-bottom: none;
}

div#Contentmanager .img-thumbnail,
div#Contentmanager .thumbnail {
  padding: 0;
  border: none;
  box-shadow: none;
}

.Textmanager {
  text-align: left;
  display: flow-root;
}

.art-detail p {
  line-height: 24px;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.contact-page {
  background: #f6f6f6;
  padding: 7% 5% 5%;
  margin: 2%;
  min-height: 450px;
  font-family: "Onest", "Noto Sans Thai", serif;
}

.contact-page li {
  display: grid;
  grid-template-columns: 28px auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 3%;
}

.contact-page ul {
  list-style: none;
  padding: 0;
  margin-top: 4%;
}

div#Component6791ef87575acf001392be77 {
  background: #f6f6f6;
  margin: 2%;
  padding: 5%;
  min-height: 450px;
}

div#Component6791ef87575acf001392be77 .col-xs-12.col-sm-3.col-md-3 {
  display: none !important;
}

div#Component6791ef87575acf001392be77 .col-xs-12.col-sm-6.col-md-6 {
  width: 100%;
}

div#Component6791ef87575acf001392be77 .form-control {
  box-shadow: none;
  height: 40px;
  border: none;
  background: transparent;
  border-bottom: 1px dashed #7b7b7b;
  border-radius: 0;
}

div#Component6791ef87575acf001392be77 .col-md-offset-3 {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

div#Component6791ef87575acf001392be77 button {
  background: transparent;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 1rem 4rem;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
  border-color: #ddd;
  color: #1a1a1a;
}

div#cookie6791ef87575acf001392be77 {
  padding: 3% 2% 5%;
}

.contact-page a,
.footer a,
.arr-right {
  transition: all 0.2s ease-out;
}

.btn-detail:hover .arr-right,
div#Contentmanager .col-md-4.col-sm-4.col-xs-12:hover .arr-right {
  margin-left: 5px;
}

.pre-product h6 {
  line-height: inherit;
  width: 80%;
  transition: all 0.2s ease-out;
}

div#Contentmanager .img-container,
.CASS-D-main .imgLightbox,
.itopplus-search-image-flex-item > a > div > div {
  overflow: hidden;
}

div#Contentmanager .img-container .img,
.CASS-D-main .imgLightbox img,
.social-head img,
.footer li img,
.social-footer img,
.itopplus-search-image-flex-item img {
  transition: transform 0.2s ease-out;
}

div#Contentmanager .col-md-4.col-sm-4.col-xs-12:hover .img,
.CASS-D-main figure:hover img,
.nav-template li:hover .img,
.social-head img:hover,
.footer li:hover img,
.social-footer img:hover,
.itopplus-search-image-flex-item:hover img {
  transform: scale(1.05);
}

.btn-line:hover,
div#Component6791ef87575acf001392be77 button::before {
  background: #62462b;
}

.social-head img:hover,
.footer li:hover img,
.social-footer img:hover,
.contact-page li:hover img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(71%) saturate(347%) hue-rotate(349deg) brightness(96%) contrast(88%);
}

div#Component6791ef87575acf001392be77 button:hover {
  color: #fff;
}

.nav-template li:hover,
.nav-template li:hover a {
  text-decoration: none !important;
}

div#itp-shopcart-detail {
  padding: 0 !important;
}

div#searchResultLanding .panel-default {
  border: none;
  box-shadow: none;
}

.itopplus-search-image-flex-item img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover;
}

.itopplus-search-image-flex-item {
  width: 23% !important;
  margin: 1% !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  min-height: 300px !important;
  max-height: 300px !important;
}

.search_titleText {
  padding: 5% 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 26px;
  height: 68px;
  margin-bottom: 2%;
  text-align: left;
}

.search_text {
  display: none !important;
}

.ITPcookiebar {
  width: 100% !important;
  background-color: #4040407d !important;
  color: #fff;
}

.buttonExampleSite {
  border-radius: 5rem !important;
  border: 1px solid #4040407d !important;
  color: #171717 !important;
}

.buttonExampleSite:hover {
  background: #62462b !important;
  color: #ffffff !important;
}

.ITPlinkToCookiepage:hover {
  color: #62462b !important;
}

.itpPDPALandingPage,
.ITP-pdpa-template-contentFont {
  font-size: 16px !important;
  margin-bottom: 3% !important;
}

.itpPDPALandingPage {
  margin-top: 5%;
}

.ITP-pdpa-template-titleFont {
  font-size: 20px !important;
  font-weight: 600 !important;
}

.ITP-pdpa-template-contentFont {
  line-height: 28px;
}

div#background6791ea83d9bd5e00130423ec figure {
  overflow: visible;
}

div#background6791ea83d9bd5e00130423ec .imgLightbox img {
  box-shadow: 0 4px 8px rgb(0, 0, 0, 0.1);
}

.product-detail {
  padding-left: 8%;
  padding-top: 8%;
  font-family: "Onest", "Noto Sans Thai", serif;
}

.product-detail li,
.product-contact li {
  display: grid;
  grid-template-columns: 43px auto;
  gap: 10px;
  margin-bottom: 1%;
  align-items: center;
}

.product-detail ul,
.product-contact ul {
  list-style: none;
  padding: 0;
  margin-top: 3%;
}

ul.contact-more li img {
  filter: invert(1);
}
ul.contact-more li a {
  color: #fff;
}
ul.contact-more li {
  background: #62462b;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  color: #fff;
  height: 100%;
  grid-template-columns: 37px auto;
}
ul.contact-more {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.product-detail hr {
  margin-bottom: 5%;
}

ul.contact-more li:hover {
  background: #e0cccc;
  color: #282828;
}

ul.contact-more li:hover img {
  filter: none;
}

ul.contact-more li:hover a {
  color: #282828;
}

div#background6791bddaf1fba800130de11d .template1 {
  grid-template-columns: repeat(4, 1fr);
}

.product-contact ul {
  width: fit-content;
  margin: 2% auto;
}

.product-contact hr {
  margin-bottom: 3%;
}

.template1 .text-recomend {
  display: none;
}

div#background6791bddaf1fba800130de11d .template1 .text-recomend {
  display: block;
}
/********************responsive*******************/

@media screen and (min-width: 1900px) {
  .navbar-default .navbar-nav > li > a,
  .dropdown-menu > li > a {
    font-size: 20px;
  }

  h1 {
    font-size: 6.6em;
  }

  h2 {
    font-size: 4em;
  }

  h3 {
    font-size: 3.2em;
  }

  h4,
  h3.managerHeader {
    font-size: 2.8em;
  }

  h5 {
    font-size: 2.4em;
  }

  h6 {
    font-size: 1.8em;
  }

  p,
  .pre-article p,
  .pre-product p,
  .btn-detail,
  .art-detail li::marker {
    font-size: 20px;
  }

  .product-detail li h6,
  .product-contact li h6,
  .pre-article h6,
  .pre-product h6 {
    font-size: 22px;
  }

  .name-line p,
  .btn-made,
  div#Component6791ef87575acf001392be77 button {
    font-size: 18px;
  }

  .footer p {
    font-size: 17px;
  }

  .text-product h6 {
    font-size: 26px;
  }

  .arr-right {
    font-size: 30px;
  }

  .product-detail li,
  .product-contact li {
    grid-template-columns: 48px auto;
  }

  .navbar-default .navbar-nav > li > a {
    margin: 0 10px;
    padding: 8px 16px;
  }

  .social-head {
    width: 65%;
    gap: 17px;
  }

  .container {
    width: 85vw;
  }

  .sect-about h6 {
    line-height: 32px;
  }

  .content-about br {
    display: none;
  }

  .content-about {
    padding-right: 7%;
  }

  .content-about p {
    line-height: 30px;
  }

  div#Component6791a7e1197d1e00139b724a,
  div#Component6791cc11575acf001392b9c2 {
    margin-top: 10%;
  }

  .text-recomend {
    top: -365px;
    width: 90px;
    height: 90px;
    padding: 7% 3%;
  }

  .pre-product h6 {
    width: 100%;
  }

  .content-about p,
  .pre-product h6 {
    margin-bottom: 3%;
  }

  .sect-onestop {
    padding-top: 25%;
    padding-left: 22%;
    padding-right: 22%;
  }

  .text-product {
    padding: 2rem 3rem;
  }

  .maxHeight-main {
    max-height: 720px !important;
  }

  .maxHeight-TP4 {
    min-height: 268px !important;
    max-height: 268px;
    margin-bottom: 1.5rem !important;
  }

  .maxHeight-TP4 .pre-article {
    padding-left: 4%;
  }

  .maxHeight-TP4 .img-container {
    padding-bottom: 77%;
  }

  .social-footer {
    width: 35%;
  }

  .btn-line {
    grid-template-columns: 35% auto;
    width: 65%;
  }

  div#Component6791ef87575acf001392be77 .form-control {
    font-size: 18px !important;
    height: 45px;
    margin-bottom: 1rem;
  }

  div#Component6791ef87575acf001392be77,
  .contact-page {
    min-height: 565px;
  }

  .art-detail p {
    line-height: 30px;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .itopplus-search-image-flex-item img {
    height: 290px !important;
  }

  .search_titleText {
    font-size: 20px;
    line-height: 30px;
    height: 80px;
    padding: 5% 0 0;
  }

  .itopplus-search-image-flex-item {
    min-height: 385px !important;
    max-height: 385px !important;
  }

  .ITP-pdpa-template-titleFont {
    font-size: 24px !important;
  }

  .ITP-pdpa-template-contentFont {
    line-height: 34px;
    font-size: 18px !important;
  }
}

@media screen and (max-width: 1366px) {
  .content-about br {
    display: none;
  }

  .content-about {
    padding-right: 0;
  }

  h1 {
    font-size: 5.2em;
  }

  .sect-onestop {
    padding-top: 20%;
    padding-left: 18%;
    padding-right: 18%;
  }

  div#Component6791a7e1197d1e00139b724a,
  div#Component6791cc11575acf001392b9c2 {
    margin-top: 20%;
  }

  h3 {
    font-size: 2.6em;
  }

  .maxHeight-main {
    max-height: 505px !important;
  }

  .search_titleText {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    margin: 0 5px;
    padding: 8px 3px;
  }

  .social-head {
    width: 90%;
  }

  div#Component6791a7e1197d1e00139b724a,
  div#Component6791cc11575acf001392b9c2 {
    margin-top: 40%;
  }

  .content-about {
    padding-right: 2%;
  }

  .content-about p {
    font-size: 15px;
  }

  .pre-article h6,
  .pre-product h6 {
    font-size: 18px;
  }

  h1 {
    font-size: 4.6em;
  }

  h2 {
    font-size: 3.4em;
  }

  h3 {
    font-size: 2.6em;
  }

  h4,
  h3.managerHeader {
    font-size: 2.2em;
  }

  h5 {
    font-size: 1.8em;
  }

  h6 {
    font-size: 1.4em;
  }

  .sect-onestop {
    padding-top: 18%;
    padding-left: 15%;
    padding-right: 10%;
  }

  .maxHeight-TP4 {
    min-height: 170px !important;
    max-height: 170px;
    margin-bottom: 0.5rem !important;
  }

  .maxHeight-main .img-container {
    padding-bottom: 74%;
  }

  .maxHeight-TP4 .pre-article {
    padding-left: 5%;
    padding-top: 0;
    padding-right: 0;
  }

  .social-footer {
    width: 55%;
  }

  .qr-line p {
    font-size: 13px;
  }

  .text-recomend {
    top: -200px;
    width: 70px;
    height: 70px;
  }

  .search_titleText {
    line-height: inherit;
    height: 58px;
  }

  .itopplus-search-image-flex-item {
    min-height: 290px !important;
    max-height: 290px !important;
  }
  ul.contact-more {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 5%;
    gap: 15px;
  }

  ul.contact-more li {
    grid-template-columns: 30px auto;
  }

  .btn-line {
    width: 90%;
    grid-template-columns: 35% auto;
  }
}

@media screen and (max-width: 900px) {
  div#contentnewmode6790c9abc5af6000138952f1,
  br {
    display: none;
  }

  div#Component6791a7e1197d1e00139b724a,
  div#Component6791cc11575acf001392b9c2 {
    margin-top: 75%;
  }

  .text-recomend p {
    font-size: 14px;
  }

  .text-recomend {
    top: -150px;
    padding: 7% 3%;
    right: 10px;
    width: 65px;
    height: 65px;
  }

  .pre-product h6 {
    width: 100%;
  }

  h1 {
    font-size: 3.6em;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4,
  h3.managerHeader {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 18px;
  }

  .sect-onestop {
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 5%;
  }

  .col-md-6.col-sm-8.col-xs-12.maxHeight-main,
  .col-md-6.col-sm-4.col-xs-12.maxHeight-TP4 {
    width: 50%;
  }

  .pre-article p {
    font-size: 14px;
  }

  .maxHeight-TP4 .img-container {
    padding-bottom: 100%;
  }

  .maxHeight-main .img-container {
    padding-bottom: 92%;
  }

  .copy-right {
    text-align: center;
    border: none;
    margin: 0;
  }

  .maxHeight-TP4 .pre-article {
    padding-left: 2%;
  }

  .sect-about h6 {
    line-height: inherit;
  }

  .head-page {
    padding: 3% 0;
  }

  div#Contentmanager .col-md-6.pull-left,
  div#Contentmanager .col-md-6.pull-right {
    float: none !important;
    width: 100%;
  }

  .art-detail.pe-5 {
    padding-left: 0;
  }

  div#Contentmanager .clearfix {
    margin: 0 !important;
  }

  div#Component6791ef87575acf001392be77,
  .contact-page {
    min-height: 440px;
  }

  .contact-page li {
    margin-bottom: 4%;
    grid-template-columns: 26px auto;
  }

  .contact-page ul {
    margin-top: 6%;
  }

  .itopplus-search-image-flex-item {
    width: 31% !important;
    min-height: 275px !important;
    max-height: 275px !important;
  }

  .itopplus-search-image-flex-item img {
    height: 200px !important;
  }

  ul.contact-more {
    grid-template-columns: repeat(2, 1fr);
  }

  .btn-line {
    width: fit-content;
    grid-template-columns: 35% auto;
  }

  .name-line p {
    font-size: 12px;
    grid-template-columns: auto 14px;
  }
}

@media screen and (max-width: 768px) {
  div#imagesControl6790c91c923cd00013658bd7,
  div#imagesControl6791a7e1197d1e00139b724a,
  div#imagesControl6791abadd9bd5e0013041aff,
  div#mainmenu6791ab9e96fc0c001319dd56 > div,
  .CASS-D-main .thumbs,
  .CASS-D-main .col-md-12.col-sm-12.col-xs-12,
  .CASS-D-main .col-md-4.col-sm-4.col-xs-12,
  div#imagesControl6791afef575acf001392b64a,
  div#mainmenu6791ae71197d1e00139b744c > div,
  div#imagesControl6791cc11575acf001392b9c2,
  div#imagesControl6791e861197d1e00139b7df9 {
    padding: 0 !important;
  }

  div#imagesControl6790c91c923cd00013658bd7 {
    margin-bottom: -6px;
  }

  div#Component6791a7e1197d1e00139b724a,
  div#Component6791cc11575acf001392b9c2 {
    margin-top: 90%;
  }

  div#mainmenu6791a7b596fc0c001319dc7d > div,
  div#mainmenu6791cc11575acf001392b9be > div {
    padding-bottom: 0 !important;
  }

  h1 {
    font-size: 3em;
  }

  .text-product {
    bottom: 20px;
  }

  .maxHeight-TP4 {
    min-height: 155px !important;
    max-height: 155px;
  }

  h4,
  h3.managerHeader {
    font-size: 26px;
  }

  .product-detail {
    padding: 5% 2%;
  }

  ul.contact-more {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 480px) {
  div#imagesControl6791ae7a197d1e00139b7471,
  div#imagesControl6791ae96d9bd5e0013041bbf {
    padding: 0 !important;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4,
  h3.managerHeader {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .sect-about {
    padding: 0;
  }

  .content-about {
    padding-left: 7%;
    padding-right: 0;
  }

  div#Component6791a7e1197d1e00139b724a,
  div#Component6791cc11575acf001392b9c2 {
    margin-top: 0;
  }

  .template1 {
    flex-wrap: wrap;
  }

  .text-recomend {
    top: -140px;
    width: 60px;
    height: 60px;
    right: 5px;
  }

  .CASS-D-main .thumbs {
    margin: 0;
  }

  .pre-product h6 {
    margin-bottom: 3%;
  }

  .sect-onestop {
    padding: 10% 7%;
  }

  .pt-8.sect-product {
    padding-top: 12%;
  }

  .CASS-D-main .col-md-12.col-sm-12.col-xs-12,
  .CASS-D-main .col-md-4.col-sm-4.col-xs-12 {
    margin-bottom: 5%;
  }

  .maxHeight-main,
  .maxHeight-TP4 {
    max-height: unset !important;
    min-height: unset !important;
    margin-bottom: 2rem !important;
  }

  .col-md-6.col-sm-8.col-xs-12.maxHeight-main,
  .col-md-6.col-sm-4.col-xs-12.maxHeight-TP4 {
    width: 100%;
    padding: 0 !important;
  }

  div#Component6791b936197d1e00139b774e .col-md-4,
  div#Component6791e0cbf1fba800130de439 .col-md-4,
  div#Component6791b936197d1e00139b774e .col-md-8,
  div#Component6791e0cbf1fba800130de439 .col-md-8 {
    width: 100%;
  }

  .maxHeight-TP4 .img-container,
  .maxHeight-main .img-container {
    padding-bottom: 80%;
  }

  .maxHeight-TP4 .pre-article,
  .maxHeight-main .pre-article {
    padding: 3%;
  }

  .sect-about h6 {
    margin: 3% 0 8%;
  }

  .content-about p {
    margin-bottom: 8%;
  }

  .head-page {
    padding: 5% 0;
  }

  .pre-article h6 {
    margin-top: 0;
  }

  .contact-page {
    min-height: unset;
    background: transparent;
    padding: 0;
    margin-bottom: 10%;
  }

  div#Component6791ef87575acf001392be77 {
    min-height: unset;
    margin: 0;
  }

  .head-page h3 {
    font-size: 26px;
  }

  .text-product {
    bottom: 0px;
  }

  .itopplus-search-image-flex-item {
    width: 100% !important;
    margin-bottom: 5% !important;
    min-height: unset !important;
    max-height: unset !important;
  }

  .search_titleText {
    height: auto;
    padding: 5% 3%;
  }

  .ITPcookiebar {
    padding: 3% 2%;
    display: flex !important;
  }

  .ITPcookieLeftText {
    /* color: white; */
    float: unset !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
  }

  .ITPcookieButton {
    float: unset !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
  }

  .ITPcookieLeftText span {
    font-size: 12px;
  }

  div#Contentmanager .col-md-12.text-justify {
    padding: 0 2%;
  }

  .template1 {
    grid-template-columns: repeat(1, 1fr);
  }

  ul.contact-more {
    margin-top: 7%;
    grid-template-columns: repeat(1, 1fr);
  }

  div#background6791bddaf1fba800130de11d .template1 {
    grid-template-columns: repeat(2, 1fr);
  }
}


