@import url(https://fonts.googleapis.com/css?family=Sarabun:100,200,300,400,500,600,700,800&display=swap&subset=thai);/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/images/owl.video.play.png?4a37f8008959c75f619bf0a3a4e2d7a2) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease, -webkit-transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}@charset "UTF-8";

div.topics {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-box-align: center;
          align-items: center;
  padding: 35px 0px;
}

div.topics a {
  font-size: 18px;
  color: #252525;
  text-decoration: none;
}

div.grid--template-common {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 10px;
}

@media screen and (max-width: 767.9px) {
  div.grid--template-common div.card--items {
    grid-column: span 12 !important;
  }
}

div.grid--template-common div.card--items {
  grid-column: span 4;
  position: relative;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}

div.grid--template-common div.card--items div.image img {
  width: 100%;
  vertical-align: top;
}

div.grid--template-common div.card--items div.bg {
  width: 100%;
  height: 100%;
  background-color: #8e2432d4;
  position: absolute;
  top: 0px;
}

div.grid--template-common div.card--items div.text {
  position: absolute;
  bottom: 40%;
  left: 0%;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  div.grid--template-common div.card--items div.text {
    left: 0%;
  }
}

div.grid--template-common div.card--items div.text h1 {
  color: #fff;
  font-size: 20px;
}

div.grid--template-common div.card--items div.text p {
  color: #fff;
}

div.grid--template-common div.card--items:hover div.bg {
  background-color: #25252500;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

div.grid--template-common div.card--items:hover div.text {
  display: none;
}

div.grid--template-product {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}

div.grid--template-product div.grid--item {
  grid-column: span 4;
}

@media screen and (max-width: 767.9px) {
  div.grid--template-product div.grid--item {
    grid-column: span 6;
  }
}

div.grid--template-product div.grid--item div.image img {
  width: 100%;
}

div.grid--template-product div.grid--item div.text div.brand span {
  background-color: #8e2432;
  font-size: 12px;
  color: #fff;
  border-radius: 10px;
  padding: 1px 10px;
}

div.grid--template-product div.grid--item div.text h1 {
  font-size: 20px;
}

div.grid--template-product div.grid--item div.text p.category {
  font-size: 14px;
  color: #8e2432;
}

div.grid--template-product div.grid--item div.text p.text {
  font-size: 14px;
  color: #838383;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
}

div.grid--template-news {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}

div.grid--template-news div.grid--item {
  width: 100%;
  grid-column: span 4;
}

@media screen and (max-width: 767.9px) {
  div.grid--template-news div.grid--item {
    grid-column: span 6;
  }
}

div.grid--template-news div.grid--item div.image img {
  width: 100%;
}

div.grid--template-news div.grid--item div.text h1 {
  font-size: 18px;
  color: #252525;
}

div.grid--template-news div.grid--item div.text div.name {
  height: 3.58rem;
  font-size: 18px;
  color: #252525;
  font-weight: 700;
  width: 100%;
  padding-top: 5px;
  line-height: 1.4;
  overflow-y: hidden;
}

div.grid--template-news div.grid--item div.text p.category {
  font-size: 14px;
  color: #8e2432;
}

div.grid--template-news div.grid--item div.text div.text {
  height: 2rem;
  padding: 0.6rem 0 0.25rem 0;
}

div.grid--template-news div.grid--item div.text div.text p {
  font-size: 14px;
  color: #838383;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.grid--template-news div.grid--item div.footer--tag {
  display: block;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

div.grid--template-news div.grid--item div.footer--tag div.tag {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

div.grid--template-news div.grid--item div.footer--tag div.tag p {
  grid-column: span 4;
  margin-right: 5px;
  font-size: 12px;
  color: #838383;
}

@media (min-width: 0px) and (max-width: 767.9px) {
  div.grid--template-news div.grid--item div.footer--tag {
    display: block;
  }

  div.grid--template-news div.grid--item div.footer--tag div.tag p {
    grid-column: span 4;
  }

  div.grid--template-news div.grid--item div.footer--tag div.day {
    margin-top: 10px;
  }
}

div.grid--template-news div.grid--item div.footer--tag div.day p {
  margin-top: 10px;
  font-size: 12px;
  color: #838383;
}

div.grid--promotion div.grid--template {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 10px;
}

div.grid--promotion div.grid--template div.card--items {
  width: 100%;
  grid-column: span 4;
  position: relative;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 767.9px) {
  div.grid--promotion div.grid--template div.card--items {
    grid-column: span 6;
  }
}

div.grid--promotion div.grid--template div.card--items div.image img {
  width: 100%;
  vertical-align: top;
}

div.grid--promotion div.grid--template div.card--items div.bg {
  width: 100%;
  height: 100%;
  background-color: #252525e0;
  position: absolute;
  top: 0px;
}

div.grid--promotion div.grid--template div.card--items div.text div.name {
  height: 4rem;
  font-size: 18px;
  color: #252525;
  font-weight: 700;
  width: 100%;
  padding-top: 15px;
  margin-bottom: 5px;
  line-height: 1.4;
  overflow-y: hidden;
}

div.grid--promotion div.grid--template div.card--items div.text div.catgory {
  font-size: 16px;
  color: #8e2432;
}

div.grid--promotion div.grid--template div.card--items div.text div.des {
  font-size: 14px;
  color: #838383;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 2rem;
  padding: 0.6rem 0 0.25rem 0;
  line-height: 2;
}

div.grid--promotion div.grid--template div.card--items div.text div.des a {
  color: #838383 !important;
}

div.grid--promotion div.grid--template div.card--items div.text div.des p {
  color: #838383 !important;
}

div.grid--promotion div.grid--template div.card--items div.text div.footer--tag {
  display: block;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media (min-width: 0px) and (max-width: 767.9px) {
  div.grid--promotion div.grid--template div.card--items div.text div.footer--tag {
    display: block;
  }

  div.grid--promotion div.grid--template div.card--items div.text div.footer--tag div.day {
    margin-top: 10px;
  }
}

div.grid--promotion div.grid--template div.card--items div.text div.footer--tag div.day p {
  margin-top: 10px;
  font-size: 12px;
  color: #838383;
}

div.grid--promotion div.grid--template div.card--items:hover div.bg {
  background-color: #8e2432d4;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

section.header {
  background-color: #8e2432;
  padding: 10px;
  display: block;
}

@media (min-width: 0px) and (max-width: 767.9px) {
  section.header {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  section.header {
    display: none;
  }
}

section.header div.grid--template {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

section.header div.grid--template img {
  width: 60%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  section.header div.grid--template img {
    width: 100%;
  }
}

section.header div.grid--template div.items div.menu .active {
  font-weight: 900;
  border-bottom: 2px solid;
}

section.header div.grid--template div.items div.menu ul {
  display: -webkit-box;
  display: flex;
  list-style: none;
  padding: 0;
}

section.header div.grid--template div.items div.menu ul li {
  color: #fff;
  margin: 0px 10px;
  font-size: 14px;
}

section.header div.grid--template div.items div.menu li.drop--menu {
  cursor: pointer;
  color: #fff;
}

section.header div.grid--template div.items div.menu .drop--menu:hover .drop--menu--hover {
  display: block !important;
}

section.header div.grid--template div.items div.menu ul.drop--menu--hover {
  background-color: #fff;
  display: none;
  margin-top: 10px;
  position: absolute;
  padding: 7px;
  border-radius: 2px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.36);
  z-index: 10;
}

section.header div.grid--template div.items div.menu ul.drop--menu--hover li {
  margin-bottom: 5px;
}

section.header div.grid--template div.items div.menu ul.drop--menu--hover li a {
  color: #000 !important;
}

section.header div.grid--template div.items div.menu ul.drop--menu--hover li a:hover {
  color: #8e2432 !important;
}

section.header div.grid--template div.items div.menu .drop--menu--hover:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -10px;
  z-index: 10;
}

section.header div.grid--template div.items.login p {
  display: -webkit-box;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
          align-items: center;
}

section.header div.grid--template div.items.login p svg {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

section.header div.grid--template div.items.login .drop--profile {
  cursor: pointer;
}

section.header div.grid--template div.items.login .open {
  display: block !important;
}

section.header div.grid--template div.items.login ul.drop--profile--hover {
  background-color: #fff;
  display: none;
  list-style: none;
  margin-top: 10px;
  position: absolute;
  padding: 7px;
  border-radius: 2px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.36);
  z-index: 10;
}

section.header div.grid--template div.items.login ul.drop--profile--hover li {
  margin-bottom: 5px;
}

section.header div.grid--template div.items.login ul.drop--profile--hover li a {
  color: #000 !important;
}

section.header div.grid--template div.items.login ul.drop--profile--hover li a:hover {
  color: #8e2432 !important;
}

section.header div.grid--template div.items.login .drop--profile--hover:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -10px;
  z-index: 10;
}

.mobile--menu {
  background-color: #8e2432;
  padding: 10px 20px;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 5;
  box-shadow: 0px 2px 10px;
}

.mobile--menu div.grid--template {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.mobile--menu img {
  width: 40%;
}

@media (min-width: 0px) and (max-width: 767.9px) {
  .mobile--menu {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mobile--menu {
    display: block;
  }

  .mobile--menu img {
    width: 30%;
  }
}

.mobile--menu button {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.mobile--menu button:focus {
  outline: 0;
}

.mobile--menu .hamburger {
  position: relative;
  z-index: 999;
  display: block;
  width: 32px;
  height: 28px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.mobile--menu .hamburger span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  background: #f2f2f2;
  border-radius: 1px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.mobile--menu .hamburger span:nth-child(1) {
  top: 0;
}

.mobile--menu .hamburger span:nth-child(2) {
  top: 11px;
}

.mobile--menu .hamburger span:nth-child(3) {
  top: 11px;
}

.mobile--menu .hamburger span:nth-child(4) {
  top: 22px;
}

.mobile--menu .hamburger:hover span {
  background: #f2f2f2;
}

.mobile-nav-active .mobile--menu .hamburger span {
  background: #f2f2f2;
}

.mobile-nav-active .mobile--menu .hamburger span:nth-child(1) {
  top: 11px;
  left: 50%;
  width: 0%;
}

.mobile-nav-active .mobile--menu .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mobile-nav-active .mobile--menu .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mobile-nav-active .mobile--menu .hamburger span:nth-child(4) {
  top: 11px;
  left: 50%;
  width: 0;
}

.mobile--menu div.menu {
  left: 0px;
  width: 100%;
  background-color: #8e2432;
  height: 100vh;
  padding-top: 30px;
  display: none;
}

.mobile--menu div.menu.showmenu {
  left: 0;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  display: block;
}

.mobile--menu div.menu ul {
  list-style: none;
  padding: 0;
}

.mobile--menu div.menu ul li {
  font-size: 16px;
  margin-bottom: 10px;
}

.mobile--menu div.menu ul ul {
  padding-left: 20px;
}

section.footer {
  background-color: #8e2432;
  padding: 70px 0px;
}

section.footer div.gird--template {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}

@media (min-width: 0px) and (max-width: 767.9px) {
  section.footer div.gird--template div.items {
    grid-column: span 12;
  }
}

section.footer div.gird--template div.items div.logo img {
  width: 70%;
}

@media screen and (max-width: 414px) {
  section.footer div.gird--template div.items div.logo img {
    width: 50%;
  }
}

@media (min-width: 414px) and (max-width: 768px) {
  section.footer div.gird--template div.items div.logo img {
    width: 35%;
  }
}

section.footer div.gird--template div.items div.text {
  margin-bottom: 10px;
}

section.footer div.gird--template div.items div.text h1 {
  font-size: 23px;
  color: #fff;
  margin-bottom: 10px;
}

section.footer div.gird--template div.items div.text p {
  color: #fff;
}

section.footer div.gird--template div.items div.text img {
  margin-top: 10px;
}

section.footer div.gird--template div.items div.text svg {
  width: 25px;
  height: 25px;
  fill: #ffffff;
}

section.footer div.gird--template div.items div.text a {
  margin-right: 2px;
}

section.footer div.gird--template div.items div.text p.address {
  width: 452px;
}

@media screen and (max-width: 414px) {
  section.footer div.gird--template div.items div.text p.address {
    width: 100%;
  }
}

@media (min-width: 414px) and (max-width: 768px) {
  section.footer div.gird--template div.items div.text p.address {
    width: 100%;
  }
}

section.footer div.gird--template .ft-span-3 {
  grid-column: span 3;
}

@media screen and (max-width: 414px) {
  section.footer div.gird--template .ft-span-3 {
    grid-column: span 3;
  }
}

@media (min-width: 414px) and (max-width: 768px) {
  section.footer div.gird--template .ft-span-3 {
    grid-column: span 12;
  }
}

section.footer div.gird--template .ft-span-7 {
  grid-column: span 7;
}

@media screen and (max-width: 414px) {
  section.footer div.gird--template .ft-span-7 {
    grid-column: span 7;
  }
}

@media (min-width: 414px) and (max-width: 768px) {
  section.footer div.gird--template .ft-span-7 {
    grid-column: span 6;
  }
}

section.footer div.gird--template .ft-span-2 {
  grid-column: span 2;
}

@media screen and (max-width: 414px) {
  section.footer div.gird--template .ft-span-2 {
    grid-column: span 2;
  }
}

@media (min-width: 414px) and (max-width: 768px) {
  section.footer div.gird--template .ft-span-2 {
    grid-column: span 6;
  }
}

div.cards img {
  width: 100%;
}

div.cards div.group {
  padding: 10px 30px;
}

@media (max-width: 414px) {
  div.cards div.group {
    padding: 10px 5px;
  }
}

div.cards div.group.nopadding {
  padding: 10px 0px;
}

div.cards div.group div.brand span {
  background-color: #8e2432;
  font-size: 12px;
  color: #fff;
  border-radius: 10px;
  padding: 1px 10px;
}

div.cards div.group div.name {
  height: 3.58rem;
  font-size: 18px;
  color: #252525;
  font-weight: 700;
  width: 100%;
  line-height: 1.4;
  overflow-y: hidden;
}

div.cards div.group div.catgory {
  font-size: 16px;
  color: #8e2432;
}

div.cards div.group div.text {
  height: 2rem;
  padding: 0.6rem 0 0.25rem 0;
  font-size: 14px;
  color: #838383;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.cards div.group div.des {
  font-size: 14px;
  color: #838383;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 2rem;
  padding: 0.6rem 0 0.25rem 0;
  line-height: 2;
}

div.cards div.group div.des a {
  color: #838383 !important;
}

div.cards div.group div.des p {
  color: #838383 !important;
}

div.cards div.group div.des div.footer--tag {
  display: block;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media (min-width: 0px) and (max-width: 767.9px) {
  div.cards div.group div.des div.footer--tag {
    display: block;
  }

  div.cards div.group div.des div.footer--tag div.day {
    margin-top: 10px;
  }
}

div.cards div.group div.des div.footer--tag div.day p {
  margin-top: 10px;
  font-size: 12px;
  color: #838383;
}

div.cards div.group div.footer--tag {
  display: block;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

div.cards div.group div.footer--tag div.tag {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

div.cards div.group div.footer--tag div.tag p {
  grid-column: span 4;
  margin-right: 5px;
  font-size: 12px;
  color: #838383;
}

@media (min-width: 0px) and (max-width: 767.9px) {
  div.cards div.group div.footer--tag {
    display: block;
  }

  div.cards div.group div.footer--tag div.tag p {
    grid-column: span 4;
  }

  div.cards div.group div.footer--tag div.day {
    margin-top: 10px;
  }
}

div.cards div.group div.footer--tag div.day p {
  margin-top: 10px;
  font-size: 12px;
  color: #838383;
}

div.concerned div.topic {
  margin: 20px 0px;
}

div.concerned .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: -45px;
  right: 0;
}

div.concerned .owl-theme .owl-dots .owl-dot.active span,
div.concerned .owl-theme .owl-dots .owl-dot:hover span {
  background: #86979100;
  border: 1px solid #8e2432;
}

div.concerned--promotion div.topic {
  margin: 20px 0px;
}

div.concerned--promotion .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: -45px;
  right: 0;
}

div.concerned--promotion .owl-theme .owl-dots .owl-dot.active span,
div.concerned--promotion .owl-theme .owl-dots .owl-dot:hover span {
  background: #86979100;
  border: 1px solid #8e2432;
}

div.concerned--promotion div.card--items {
  grid-column: span 4;
  position: relative;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}

div.concerned--promotion div.card--items div.image img {
  width: 100%;
  vertical-align: top;
}

div.concerned--promotion div.card--items div.bg {
  width: 100%;
  height: 100%;
  background-color: #252525e0;
  position: absolute;
  top: 0px;
}

div.concerned--promotion div.card--items div.text {
  position: absolute;
  bottom: 10%;
  left: 10%;
}

div.concerned--promotion div.card--items div.text h1 {
  color: #fff;
}

div.concerned--promotion div.card--items div.text p {
  color: #fff;
}

div.concerned--promotion div.card--items:hover div.bg {
  background-color: #8e2432d4;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

@media (min-width: 0px) and (max-width: 767.9px) {
  .hieght-mobile {
    height: 47px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hieght-mobile {
    height: 63px;
  }
}

section.banner {
  position: relative;
}

section.banner div.item div.group div.detail {
  position: absolute;
  background-color: #ffffffb8;
  padding: 50px;
  width: 444px;
  top: 0;
  bottom: 0;
  margin: 50px;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE and Edge */
  -ms-overflow-style: none;
}

section.banner div.item div.group div.detail::-webkit-scrollbar {
  display: none;
}

section.banner div.item div.group div.detail div.topic {
  font-size: 36px;
  font-weight: bold;
  color: #8e2432;
}

section.banner div.item div.group div.detail div.text {
  font-size: 16px;
  color: #252525;
  overflow: scroll;
  height: 150px;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE and Edge */
  -ms-overflow-style: none !important;
}

section.banner div.item div.group div.detail div.text::-webkit-scrollbar {
  display: none !important;
}

@media (min-width: 0px) and (max-width: 767.9px) {
  section.banner div.item div.group div.detail {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023.9px) {
  section.banner div.item div.group div.detail {
    display: none;
  }
}

section.banner .owl-nav {
  position: absolute;
  top: 40%;
  margin: 0;
  width: 100%;
}

section.banner .owl-nav button {
  position: absolute;
}

section.banner .owl-nav button span {
  color: #fff;
}

section.banner .owl-nav .owl-prev {
  margin-left: 20px;
  left: 0%;
  font-size: 80px;
}

section.banner .owl-nav .owl-prev:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

section.banner .owl-nav .owl-prev:hover {
  background-color: #00000000;
}

section.banner .owl-nav .owl-next {
  margin-right: 20px;
  right: 0%;
  font-size: 80px;
}

section.banner .owl-nav .owl-next:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

section.banner .owl-nav .owl-next:hover {
  background-color: #00000000;
}

section.banner .owl-theme .owl-dots .owl-dot.active span,
section.banner .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  border: 1px solid #8e2432;
  z-index: 999;
}

section.highlight--product {
  background-image: url(/images/bgproduct.png?4a238aa2543ca5c37da9758c3c889a8b);
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -2rem;
}

@media screen and (max-width: 414px) {
  section.highlight--product {
    margin-top: -0.5rem;
  }
}

section.highlight--product div.bg {
  background-color: #fff;
  position: relative;
  top: 60px;
  z-index: 1;
}

@media (max-width: 414px) {
  section.highlight--product div.bg {
    top: 0px;
  }
}

section.highlight--product div.topic h1 {
  padding: 35px 0px;
}

section.highlight--product div.gadient {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#8e2432));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #8e2432 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0%;
  z-index: 0;
}

section.highlight--product .owl-theme .owl-dots .owl-dot.active span,
section.highlight--product .owl-theme .owl-dots .owl-dot:hover span {
  background: #86979100;
  border: 1px solid #8e2432;
}

section.news--update {
  margin-top: 100px;
}

@media (max-width: 414px) {
  section.news--update {
    margin-top: 0px;
  }
}

@media (max-width: 414px) {
  section.news--update .topics-news {
    text-align: left !important;
  }
}

@media (min-width: 0px) and (max-width: 767.9px) {
  section.news--update {
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  section.news--update {
    margin-top: 50px;
  }
}

section.news--update .owl-theme .owl-dots .owl-dot.active span,
section.news--update .owl-theme .owl-dots .owl-dot:hover span {
  background: #86979100;
  border: 1px solid #8e2432;
}

section.category--home {
  margin: 50px 0px;
}

section.category--home div.grid--templates {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

section.category--home div.grid--templates div.group--item {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

section.category--home div.grid--templates div.group--item.delgrid {
  display: block;
}

section.category--home div.grid--templates div.group--item div.mobile {
  display: none;
}

@media (min-width: 0px) and (max-width: 767.9px) {
  section.category--home div.grid--templates div.group--item div.mobile {
    display: block;
    margin: 20px 0px;
  }
}

section.category--home div.grid--templates div.group--item div.desktop {
  display: grid;
  grid-template-columns: inherit;
}

@media (min-width: 0px) and (max-width: 767.9px) {
  section.category--home div.grid--templates div.group--item div.desktop {
    display: none;
  }
}

section.category--home div.grid--templates div.group--item div.items {
  grid-column: span 6;
}

@media (min-width: 0px) and (max-width: 767.9px) {
  section.category--home div.grid--templates div.group--item div.items {
    grid-column: span 12;
  }
}

section.category--home div.grid--templates div.group--item div.items.image img {
  width: 100%;
  vertical-align: top;
}

section.category--home div.grid--templates div.group--item div.items.text {
  padding: 40px 50px;
}

@media (min-width: 0px) and (max-width: 767.9px) {
  section.category--home div.grid--templates div.group--item div.items.text {
    padding: 20px 30px;
  }
}

section.category--home div.grid--templates div.group--item div.items.text.bg--red {
  background-color: #8e2432;
}

section.category--home div.grid--templates div.group--item div.items.text.bg--red div.topic {
  color: #fff;
}

section.category--home div.grid--templates div.group--item div.items.text.bg--red div.text {
  color: #fff;
}

section.category--home div.grid--templates div.group--item div.items.text.bg--red div.viewall {
  color: #fff;
}

section.category--home div.grid--templates div.group--item div.items.text div.topic {
  font-size: 24px;
  color: #8e2432;
  font-weight: 900;
}

section.category--home div.grid--templates div.group--item div.items.text div.text {
  font-size: 16px;
  overflow-y: hidden;
  white-space: pre-line;
  height: 230px;
  text-overflow: ellipsis;
}

section.category--home div.grid--templates div.group--item div.items.text div.viewall {
  margin-top: 20px;
  font-size: 14px;
  color: #8e2432;
}

section.category--home div.grid--templates div.group--item div.items.text div.viewall .a--red {
  color: #8e2432 !important;
}

@media (max-width: 414px) {
  section.promotion--home .topics-promotion {
    text-align: left !important;
  }
}

section.promotion--home div.grid--template {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 10px;
}

section.promotion--home div.grid--template div.card--items {
  grid-column: span 4;
  position: relative;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}

@media (min-width: 0px) and (max-width: 767.9px) {
  section.promotion--home div.grid--template div.card--items {
    grid-column: span 12;
  }
}

section.promotion--home div.grid--template div.card--items div.image img {
  width: 100%;
  vertical-align: top;
}

section.promotion--home div.grid--template div.card--items div.text {
  margin: 20px 0px;
}

section.promotion--home div.grid--template div.card--items div.text h1 {
  color: #252525;
}

section.promotion--home div.grid--template div.card--items div.text p {
  color: #252525;
}

section.promotion--home div.grid--template div.card--items div.text div.name {
  height: 3.58rem;
  font-size: 18px;
  color: #252525;
  font-weight: 700;
  width: 100%;
  padding-top: 5px;
  line-height: 1.4;
  overflow-y: hidden;
}

section.promotion--home div.grid--template div.card--items div.text div.catgory {
  font-size: 16px;
  color: #8e2432;
}

section.promotion--home div.grid--template div.card--items div.text div.des {
  font-size: 14px;
  color: #838383;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 2rem;
  padding: 0.6rem 0 0.25rem 0;
  line-height: 2;
}

section.promotion--home div.grid--template div.card--items div.text div.des a {
  color: #838383 !important;
}

section.promotion--home div.grid--template div.card--items div.text div.des p {
  color: #838383 !important;
}

section.promotion--home div.grid--template div.card--items div.text div.footer--tag {
  display: block;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media (min-width: 0px) and (max-width: 767.9px) {
  section.promotion--home div.grid--template div.card--items div.text div.footer--tag {
    display: block;
  }

  section.promotion--home div.grid--template div.card--items div.text div.footer--tag div.day {
    margin-top: 10px;
  }
}

section.promotion--home div.grid--template div.card--items div.text div.footer--tag div.day p {
  margin-top: 10px;
  font-size: 12px;
  color: #838383;
}

section.choose--location {
  margin-top: 150px;
  background-color: #f2f2f2;
}

section.choose--location div.grid--template {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
  padding: 30px 0px;
}

@media (min-width: 0px) and (max-width: 767.9px) {
  section.choose--location div.grid--template div.grid--items {
    grid-column: span 12;
  }
}

section.choose--location div.grid--template div.grid--items div.topic {
  color: #8e2432;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: bold;
}

section.choose--location div.grid--template div.grid--items div.select select {
  box-shadow: 0 2px 10px #c8c8c8;
  border: 0px solid;
}

section.email {
  background-color: #f2f2f2;
  padding: 10px 0px;
}

section.email div.group {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

section.email div.group div.item {
  margin: 0px 10px;
}

section.email div.group div.item.button {
  display: -webkit-box;
  display: flex;
}

section.email div.group div.item.button input {
  border: 0px;
  box-shadow: 0 2px 10px #c8c8c8;
}

section.email div.group div.item.button button {
  border: 0px;
  box-shadow: 0 0px 10px #c8c8c8;
  background-color: #8e2432;
  color: #fff;
  font-size: 18px;
  padding: 0px 10px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

section.page--about div.header--bg {
  background-image: url(/images/abouts.png?71af3b32a1b46121d6b5128847ca3898);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
}

section.page--about div.header--bg h1 {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
}

@media screen and (max-width: 767.9px) {
  section.page--about div.page--text {
    padding-top: 50px;
  }
}

section.page--about div.page--text.bg {
  margin: 50px 0px;
  background-color: #8e2432;
}

@media screen and (max-width: 767.9px) {
  section.page--about div.page--text.bg {
    padding-bottom: 50px;
  }
}

section.page--about div.page--text.bg div.grid--template div.grid--item {
  position: relative;
}

section.page--about div.page--text.bg div.grid--template div.grid--item div.image {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
}

@media (min-width: 0px) and (max-width: 767.9px) {
  section.page--about div.page--text.bg div.grid--template div.grid--item div.image {
    position: relative;
    top: 0px;
  }
}

section.page--about div.page--text.bg div.grid--template div.grid--item div.text {
  margin: 50px;
}

@media screen and (max-width: 767.9px) {
  section.page--about div.page--text.bg div.grid--template div.grid--item div.text {
    margin: 0;
    padding-bottom: 30px;
  }
}

section.page--about div.page--text.bg div.grid--template div.grid--item div.text h1 {
  color: #fff;
}

section.page--about div.page--text.bg div.grid--template div.grid--item div.text p {
  color: #fff;
  font-weight: 300;
}

section.page--about div.page--text div.grid--template {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}

section.page--about div.page--text div.grid--template div.grid--item {
  grid-column: span 6;
}

@media (min-width: 0px) and (max-width: 767.9px) {
  section.page--about div.page--text div.grid--template div.grid--item {
    grid-column: span 12;
  }
}

section.page--about div.page--text div.grid--template div.grid--item img {
  width: 100%;
}

section.page--about div.page--text div.grid--template div.grid--item div.image {
  text-align: center;
  position: relative;
  top: -100px;
}

section.page--about div.page--text div.grid--template div.grid--item div.image img {
  max-width: 400px;
  max-height: 600px;
}

@media (min-width: 0px) and (max-width: 767.9px) {
  section.page--about div.page--text div.grid--template div.grid--item div.image {
    top: 0px;
  }

  section.page--about div.page--text div.grid--template div.grid--item div.image img {
    max-width: 100%;
    max-height: auto;
  }
}

section.page--about div.page--text div.grid--template div.grid--item div.text {
  margin-top: 50px;
}

section.page--about div.page--text div.grid--template div.grid--item div.text h1 {
  font-size: 32px;
}

section.page--about div.page--text div.grid--template div.grid--item div.text p {
  color: #838383;
  font-size: 16px;
  margin-bottom: 10px;
}

section.page--about div.page--gallery {
  margin-top: 200px;
  margin-bottom: 170px;
}

@media screen and (max-width: 767.9px) {
  section.page--about div.page--gallery {
    margin-top: 100px;
  }
}

section.page--about div.page--gallery div.topic h1 {
  margin-bottom: 30px;
}

section.page--about div.page--gallery div.group--card {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}

section.page--about div.page--gallery div.group--card div.item {
  grid-column: span 4;
}

@media screen and (max-width: 767.9px) {
  section.page--about div.page--gallery div.group--card div.item {
    grid-column: span 6;
  }
}

section.page--about div.page--gallery div.group--card div.item img {
  width: 100%;
}

section.page--about div.page--gallery div.button {
  text-align: center;
  margin: 50px;
}

section.page--about div.page--gallery div.button button {
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid #8e2432;
  color: #8e2432;
}

section.page--category {
  margin-bottom: 120px;
}

section.page--category div.group div.image--category {
  margin-top: 30px;
}

section.page--category div.group div.image--category img {
  width: 100%;
}

section.page--category div.group div.image--category div.text p {
  font-size: 16px;
  text-indent: 50px;
  margin-top: 30px;
  line-height: 1.7;
}

section.page--category div.group div.category--items {
  margin: 50px 0px;
}

section.page--product {
  margin-bottom: 120px;
}

section.page--product div.group div.filter {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin: 20px 0px;
}

section.page--product div.group div.filter .span-6 {
  grid-column: span 6;
}

@media screen and (max-width: 414px) {
  section.page--product div.group div.filter .span-6 {
    grid-column: span 12;
  }
}

section.page--product div.group div.filter div.filter--item div.groups {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 10px;
}

section.page--product div.group div.filter div.filter--item div.groups div.select {
  grid-column: span 4;
}

section.page--product div.group .span-mb-2 {
  grid-column: span 2;
}

@media screen and (max-width: 414px) {
  section.page--product div.group .span-mb-2 {
    grid-column: span 6;
    margin-left: auto;
  }

  section.page--product div.group .span-mb-2 select {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 414px) {
  section.page--product div.group .span-mb-4 {
    grid-column: span 4;
    margin-left: 0px;
  }

  section.page--product div.group .span-mb-4 select {
    font-size: 12px !important;
  }
}

section.page--product div.group .input--search {
  padding: 8px 10px 8px 10px;
  width: 300px;
}

@media screen and (max-width: 414px) {
  section.page--product div.group .input--search {
    width: 100%;
  }
}

section.page--product div.group .input--search input {
  display: block;
  width: 100%;
  padding: 2px 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #495057;
  background-color: #f8f8f8;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

section.page--product div.group .span-mb-6 {
  grid-column: span 4;
}

@media screen and (max-width: 414px) {
  section.page--product div.group .span-mb-6 {
    grid-column: span 6;
    margin-left: 0px;
  }

  section.page--product div.group .span-mb-6 select {
    font-size: 12px !important;
  }
}

section.page--product div.group div.product div.button {
  text-align: center;
  margin: 50px;
}

section.page--product div.group div.product div.button button {
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid #8e2432;
  color: #8e2432;
}

section.page--productdetails {
  margin-bottom: 120px;
}

section.page--productdetails a {
  color: #8e2432 !important;
  text-decoration: none;
}

section.page--productdetails a:hover {
  color: #8e2432 !important;
}

section.page--productdetails div.grid--template {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 10px;
}

@media screen and (max-width: 414px) {
  section.page--productdetails div.grid--template {
    margin-bottom: 20px;
  }
}

section.page--productdetails div.grid--template div.image-list {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 500px;
  grid-column: span 2;
}

@media screen and (max-width: 414px) {
  section.page--productdetails div.grid--template div.image-list {
    grid-column: span 3 !important;
    height: 300px;
  }
}

section.page--productdetails div.grid--template div.image-show-p {
  grid-column: span 6;
}

@media screen and (max-width: 414px) {
  section.page--productdetails div.grid--template div.image-show-p {
    grid-column: span 9 !important;
  }
}

section.page--productdetails div.grid--template div.grid--itme--p {
  grid-column: span 4;
}

@media screen and (max-width: 414px) {
  section.page--productdetails div.grid--template div.grid--itme--p {
    grid-column: span 12 !important;
  }
}

section.page--productdetails div.grid--template div.group--detail h1 {
  font-size: 20px;
  color: #8e2432;
}

section.page--productdetails div.grid--template div.group--detail p.category {
  font-size: 16px;
  color: #7d7a7a;
}

section.page--productdetails div.grid--template div.group--detail div.for--ck {
  white-space: pre-line;
}

@media screen and (max-width: 414px) {
  section.page--productdetails div.grid--template div.group--detail div.for--ck img {
    width: 100% !important;
    height: 100% !important;
  }
}

section.page--productdetails div.grid--template div.group--detail div.tag {
  display: -webkit-box;
  display: flex;
  margin-top: 20px;
}

section.page--productdetails div.grid--template div.group--detail div.tag div.item {
  color: #7d7a7a;
  margin-right: 10px;
}

section.page--productdetails div.grid--template div.group--detail div.line {
  height: 1px;
  width: 100%;
  background-color: #e3e3e3;
  margin: 10px 0px;
}

section.page--productdetails div.grid--template div.group--detail div.price {
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 414px) {
  section.page--productdetails div.for--ck p img {
    width: 100% !important;
    height: 100% !important;
  }
}

section.page--productdetails div.for--ck div.line {
  height: 3px;
  background-color: #8e2432;
}

section.page--news {
  margin-bottom: 120px;
}

section.page--news div.group div.filter {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin: 20px 0px;
  -webkit-box-align: center;
          align-items: center;
}

section.page--news div.group div.filter div.filter--item div.groups {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 10px;
}

section.page--news div.group div.filter div.filter--item div.groups div.select {
  grid-column: span 4;
}

section.page--news div.group div.filter div.filter--item.topic {
  grid-column: 7;
}

@media screen and (max-width: 414px) {
  section.page--news div.group div.filter div.filter--item.topic {
    grid-column: 1;
  }
}

section.page--news div.group div.filter div.filter--item.filter {
  grid-column: 12;
}

section.page--news div.group div.button {
  text-align: center;
  margin: 50px;
}

section.page--news div.group div.button button {
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid #8e2432;
  color: #8e2432;
  background-color: #fff;
}

section.page--newsdetails {
  margin-bottom: 120px;
}

section.page--newsdetails div.group {
  margin-top: 10px;
}

section.page--newsdetails div.group div.top div.image img {
  width: 100%;
}

section.page--newsdetails div.group div.top div.text h1 {
  margin-top: 10px;
}

section.page--newsdetails div.group div.top div.text div.for--ck {
  white-space: pre-line;
  line-height: 1;
}

@media screen and (max-width: 414px) {
  section.page--newsdetails div.group div.top div.text div.for--ck img {
    width: 100% !important;
    height: 100% !important;
  }
}

@media screen and (max-width: 414px) {
  section.page--newsdetails div.group div.top div.text div.for--ck p img {
    width: 100% !important;
    height: 100% !important;
  }
}

section.page--newsdetails div.group div.top div.text div.for--ck p a {
  color: #8e2332 !important;
}

section.page--newsdetails div.group div.top div.text div.for--ck p span {
  line-height: 2;
}

section.page--newsdetails div.group div.top div.text div.tag {
  margin-top: 30px;
}

section.page--newsdetails div.group div.top div.text div.tag div.groups {
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 414px) {
  section.page--newsdetails div.group div.top div.text div.tag div.groups {
    display: block;
  }
}

section.page--newsdetails div.group div.top div.text div.tag div.groups div.item {
  margin-right: 10px;
}

section.page--newsdetails div.group div.top div.text div.tag div.groups div.item p {
  color: #838383;
}

section.page--promotion {
  margin-bottom: 120px;
}

section.page--promotion div.group div.filter {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin: 20px 0px;
  -webkit-box-align: center;
          align-items: center;
}

section.page--promotion div.group div.filter div.filter--item div.groups {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 10px;
}

section.page--promotion div.group div.filter div.filter--item div.groups div.select {
  grid-column: span 4;
}

section.page--promotion div.group div.filter div.filter--item.topic {
  grid-column: 7;
}

@media screen and (max-width: 414px) {
  section.page--promotion div.group div.filter div.filter--item.topic {
    grid-column: 1;
  }
}

section.page--promotion div.group div.filter div.filter--item.filter {
  grid-column: 12;
}

section.page--promotion div.button {
  text-align: center;
  margin: 50px;
}

section.page--promotion div.button button {
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid #8e2432;
  color: #8e2432;
  background-color: #fff;
}

section.page--promotiondetails {
  margin-bottom: 120px;
}

section.page--promotiondetails div.image img {
  width: 100%;
}

section.page--promotiondetails p a {
  color: #8e2332 !important;
  display: inline-block;
}

section.page--login {
  margin: 200px 0px;
}

section.page--login div.topic h1 {
  margin-bottom: 30px;
}

section.page--login div.group--form div.from input {
  width: 450px;
  height: 50px;
  font-size: 18px;
  border: 0px;
  margin: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 414px) {
  section.page--login div.group--form div.from input {
    width: 100%;
  }
}

section.page--login div.group--form div.bt button {
  width: 450px;
  height: 60px;
  font-size: 18px;
  margin: auto;
  background-color: #8e2432;
  color: #fff;
}

@media screen and (max-width: 414px) {
  section.page--login div.group--form div.bt button {
    width: 100%;
  }
}

section.page--login div.group--form div.text--button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 450px;
  padding: 30px 0px;
  margin: auto;
  border-bottom: 2px solid #8e2432;
}

@media screen and (max-width: 414px) {
  section.page--login div.group--form div.text--button {
    width: 100%;
  }
}

section.page--login div.group--form div.text--button a {
  color: #838383;
  text-decoration: none;
}

section.page--login div.group--form div.social {
  width: 450px;
  margin: auto;
  padding-top: 30px;
}

@media screen and (max-width: 414px) {
  section.page--login div.group--form div.social {
    width: 100%;
  }
}

section.page--login div.group--form div.social p {
  color: #838383;
}

section.page--login div.group--form div.social div.icon {
  margin-top: 20px;
}

section.page--login div.group--form div.social div.icon svg {
  width: 30px;
  margin: 0px 10px;
}

section.page--profile div.user--profile img {
  margin-top: 20px;
  width: 18%;
}

section.page--profile div.label {
  width: 40%;
  margin: auto;
  color: #8e2332;
}

@media screen and (max-width: 414px) {
  section.page--profile div.label {
    width: 99%;
  }
}

@media (min-width: 415px) and (max-width: 768px) {
  section.page--profile div.label {
    width: 61%;
  }
}

section.page--profile div.group--form div.from input {
  width: 450px;
  height: 50px;
  font-size: 18px;
  border: 0px;
  margin: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 414px) {
  section.page--profile div.group--form div.from input {
    width: 100%;
  }
}

section.page--profile div.group--form div.bt button {
  width: 450px;
  height: 60px;
  font-size: 18px;
  margin: auto;
  background-color: #8e2432;
  color: #fff;
}

@media screen and (max-width: 414px) {
  section.page--profile div.group--form div.bt button {
    width: 100%;
  }
}

section.page--profile div.group--form div.text--button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 450px;
  padding: 30px 0px;
  margin: auto;
  border-bottom: 2px solid #8e2432;
}

section.page--profile div.group--form div.text--button a {
  color: #838383;
  text-decoration: none;
}

section.page--register {
  margin: 200px 0px;
}

section.page--register div.topic h1 {
  margin-bottom: 30px;
}

section.page--register div.group--form div.from input {
  width: 450px;
  height: 50px;
  font-size: 18px;
  border: 0px;
  margin: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 414px) {
  section.page--register div.group--form div.from input {
    width: 100%;
  }
}

section.page--register div.group--form div.bt button {
  width: 450px;
  height: 60px;
  font-size: 18px;
  margin: auto;
  background-color: #8e2432;
  color: #fff;
}

@media screen and (max-width: 414px) {
  section.page--register div.group--form div.bt button {
    width: 100%;
  }
}

section.page--register div.group--form div.text--button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 450px;
  padding: 30px 0px;
  margin: auto;
  border-bottom: 2px solid #8e2432;
}

@media screen and (max-width: 414px) {
  section.page--register div.group--form div.text--button {
    width: 100%;
  }
}

section.page--register div.group--form div.text--button a {
  color: #838383;
  text-decoration: none;
}

section.page--register div.group--form div.social {
  width: 450px;
  margin: auto;
  padding-top: 30px;
}

@media screen and (max-width: 414px) {
  section.page--register div.group--form div.social {
    width: 100%;
  }
}

section.page--register div.group--form div.social p {
  color: #838383;
}

section.page--register div.group--form div.social div.icon {
  margin-top: 20px;
}

section.page--register div.group--form div.social div.icon svg {
  width: 30px;
  margin: 0px 10px;
}

section.page--forgot-password {
  margin: 200px 0px;
}

section.page--forgot-password div.topic h1 {
  margin-bottom: 30px;
}

section.page--forgot-password div.group--form div.from input {
  width: 450px;
  height: 50px;
  font-size: 18px;
  border: 0px;
  margin: auto;
  margin-bottom: 20px;
}

section.page--forgot-password div.group--form div.bt button {
  width: 450px;
  height: 60px;
  font-size: 18px;
  margin: auto;
  background-color: #8e2432;
  color: #fff;
}

section.page--illycoffee div.group--illycoffee {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

section.page--contact {
  margin-bottom: 120px;
}

section.page--contact div.topic {
  margin-bottom: 30px;
}

section.page--contact div.grid--templates {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

section.page--contact div.grid--templates div.group--item {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

@media screen and (max-width: 414px) {
  section.page--contact div.grid--templates div.group--item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}

section.page--contact div.grid--templates div.group--item div.items {
  grid-column: span 6;
}

@media screen and (max-width: 414px) {
  section.page--contact div.grid--templates div.group--item div.items {
    grid-column: span 12;
  }
}

section.page--contact div.grid--templates div.group--item div.items div.select select {
  box-shadow: 0 2px 10px #c8c8c8;
  border: 0px solid;
}

@media screen and (max-width: 414px) {
  section.page--contact div.grid--templates div.group--item div.map iframe {
    height: 350px;
  }
}

section.page--contact div.grid--templates div.group--item div.store {
  padding: 30px 40px;
  background-color: #f2f2f2;
}

section.page--contact div.group--form {
  margin-bottom: 100px;
}

section.page--contact div.group--form div.from input {
  width: 350px;
  height: 50px;
  font-size: 18px;
  border: 0px;
  margin: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 414px) {
  section.page--contact div.group--form div.from input {
    width: 100%;
  }
}

section.page--contact div.group--form div.from textarea {
  width: 350px;
  height: 200px;
  font-size: 18px;
  border: 0px;
  margin: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 414px) {
  section.page--contact div.group--form div.from textarea {
    width: 100%;
  }
}

section.page--contact div.group--form div.from select {
  width: 350px;
  height: 50px;
  font-size: 18px;
  border: 0px;
  margin: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 414px) {
  section.page--contact div.group--form div.from select {
    width: 100%;
  }
}

@media screen and (max-height: 767.9px) {
  section.page--contact div.group--form div.from input {
    width: 100%;
  }

  section.page--contact div.group--form div.from textarea {
    width: 100%;
  }
}

section.page--contact div.group--form div.bt button {
  width: 350px;
  height: 60px;
  font-size: 18px;
  margin: auto;
  background-color: #8e2432;
  color: #fff;
}

@media screen and (max-width: 767.9px) {
  section.page--contact div.group--form div.bt button {
    width: 100% !important;
  }
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  display: none;
  opacity: 1;
  z-index: 999;
}

.popup {
  margin: 100px auto;
  border-radius: 5px;
  width: 20%;
  position: relative;
  -webkit-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
}

.popup img {
  width: 100%;
  border-radius: 5px;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333 !important;
}

.popup .close:hover {
  color: #8e2432 !important;
}

@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }

  .popup {
    width: 70%;
  }
}

#loader {
  visibility: hidden;
  -webkit-animation: animate 1.5s linear infinite;
          animation: animate 1.5s linear infinite;
  clip: rect(0, 80px, 80px, 40px);
  height: 80px;
  width: 80px;
  position: fixed;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
  }
}

@keyframes animate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
  }
}

#loader:after {
  -webkit-animation: animate2 1.5s ease-in-out infinite;
          animation: animate2 1.5s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content: "";
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: absolute;
}

@-webkit-keyframes animate2 {
  0% {
    box-shadow: inset #8e2432 0 0 0 17px;
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }

  50% {
    box-shadow: inset #8e2432 0 0 0 2px;
  }

  100% {
    box-shadow: inset #8e2432 0 0 0 17px;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
}

@keyframes animate2 {
  0% {
    box-shadow: inset #8e2432 0 0 0 17px;
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }

  50% {
    box-shadow: inset #8e2432 0 0 0 2px;
  }

  100% {
    box-shadow: inset #8e2432 0 0 0 17px;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
}

.alert {
  padding: 14px;
  background-color: #8e2332;
  color: white;
  width: 350px;
  height: 50px;
  margin: auto auto 20px;
  border-radius: 4px;
}

@media (max-width: 414px) {
  .alert {
    width: 100%;
  }
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #8e2332;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
  background: #8e2332;
  border-color: #8e2332;
}

.avatar-upload .avatar-edit input + label:after {
  content: "\F040";
  font-family: "FontAwesome";
  color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

html {
  font-family: "Sarabun", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

body {
  background-color: #fff;
}

a {
  color: #fff !important;
  text-decoration: none !important;
}

a :hover {
  text-decoration: none !important;
}

.container {
  max-width: 1088px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 767.9px) {
  .container {
    padding: 0px 30px;
  }
}

@media (min-width: 0px) and (max-width: 1023.9px) {
  .container {
    padding: 0px 20px;
  }
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.justify-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.align-items-center {
  -webkit-box-align: center;
          align-items: center;
}

h1 {
  font-size: 28px;
  color: #8e2432;
  font-weight: 700;
}

@media screen and (max-width: 414px) {
  h1 {
    font-size: 22px;
  }
}

h2 {
  font-size: 26px;
  color: #8e2432;
  font-weight: 700;
}

.grid-gap20 {
  grid-gap: 20px;
}

.margin--auto {
  margin: auto;
}

.margin--left {
  margin-left: auto;
}

.margin--right {
  margin-right: auto;
}

.form-control-bt {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-bt.delbg {
  background-color: #0000;
  border: 0px;
}

.form-control-bt.delbg::after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #f8f8f8;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select--dropdown {
  position: relative;
  background-color: #e6e6e600;
  width: auto;
  float: left;
  max-width: 100%;
  border-radius: 2px;
}

.select--dropdown select {
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 200;
  max-width: 100%;
  padding: 8px 40px 8px 10px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.select--dropdown select:active,
.select--dropdown select:focus {
  outline: none;
  box-shadow: none;
}

.select--dropdown::before {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #aaa;
  cursor: pointer;
}

ol.breadcrumb {
  display: -webkit-box;
  display: flex;
  list-style: none;
  margin: 50px 0px;
  padding: 0px;
}

@media screen and (max-width: 414px) {
  ol.breadcrumb {
    margin: 25px 0px;
    font-size: 10px;
  }
}

ol.breadcrumb li {
  margin-right: 10px;
}

@media screen and (max-width: 414px) {
  ol.breadcrumb li {
    margin-right: 0px;
  }
}

ol.breadcrumb li a {
  text-decoration: none;
  color: #252525 !important;
}

ol.breadcrumb li::after {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: ">";
}

ol.breadcrumb .active {
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

@media screen and (max-width: 414px) {
  ol.breadcrumb .active {
    width: 100px !important;
  }
}

.span1 {
  grid-column: span 1;
}

.span2 {
  grid-column: span 2;
}

.span3 {
  grid-column: span 3;
}

.span4 {
  grid-column: span 4;
}

.span5 {
  grid-column: span 5;
}

.span6 {
  grid-column: span 6;
}

.span7 {
  grid-column: span 7;
}

.span8 {
  grid-column: span 8;
}

.span9 {
  grid-column: span 9;
}

.span10 {
  grid-column: span 10;
}

.span11 {
  grid-column: span 11;
}

.span12 {
  grid-column: span 12;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-6 {
  margin-bottom: 60px;
}

.mb-7 {
  margin-bottom: 70px;
}

ol.breadcrumb {
  padding: 0;
}

