@charset "UTF-8";
:root {
  --gap: 30px;
  --gap-double: 60px;
  --theme-color: #000;
  --theme: #000;
  --theme-opc80-color: rgba(0, 0, 0, 0.8);
  --theme2: #C09D77;
  --theme2-color: #C09D77;
  --theme2-opc80-color: rgba(192, 157, 119, 0.8);
  --header-top-bg: transparent;
  --header-bg: transparent;
  --menu-bg: transparent;
  --valak-bg: #0a912c;
  --menu-link-hover-color: #fcf538;
  --menu-item-hover-bg: transparent;
  --footer-bg: transparent;
  --copyright-bg: transparent;
  --title-font: SVN-Poppins;
  --text-font: SVN-Poppins;
  --menu-font: SVN-Poppins; }

/* ======================== FONTS ======================== */
@font-face {
  font-family: 'SVN-Poppins';
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/SVN-Poppins-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'SVN-Poppins';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SVN-Poppins-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'SVN-Poppins';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/SVN-Poppins-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'SVN-Poppins';
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/SVN-Poppins-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: 'Futura';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SVN-FuturaRegular.otf") format("opentype"); }

/* ==================== BORDER RADIUS ==================== */
/* Ref: 
    http://www.w3schools.com/css/css3_borders.asp 
    http://border-radius.com/
    border-radius: tl tr br bl:
*/
/* ==================== BOX SHADOW ==================== */
/* Ref: 
    http://www.cssmatic.com/box-shadow
*/
/* ==================== Set Font ==================== */
/* ==================== HOVER A ==================== */
/* Ref: 
*/
/*
@include transition(all .3s ease);
@mixin transition($args...) {
  -webkit-transition: $args;
  -moz-transition: $args;
  -ms-transition: $args;
  -o-transition: $args;
  transition: $args;
}
*/
/*
@include background-opacity(#000, $opacity: 0.3);
*/
@keyframes h-alo-ring-ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }

@keyframes marquee {
  0% {
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    right: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg); }
  100% {
    -webkit-transform: rotate(-288deg);
    -ms-transform: rotate(-288deg);
    -o-transform: rotate(-288deg);
    transform: rotate(-288deg); } }

@-moz-keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg); }
  100% {
    -webkit-transform: rotate(-288deg);
    -ms-transform: rotate(-288deg);
    -o-transform: rotate(-288deg);
    transform: rotate(-288deg); } }

@-ms-keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg); }
  100% {
    -webkit-transform: rotate(-288deg);
    -ms-transform: rotate(-288deg);
    -o-transform: rotate(-288deg);
    transform: rotate(-288deg); } }

@-o-keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg); }
  100% {
    -webkit-transform: rotate(-288deg);
    -ms-transform: rotate(-288deg);
    -o-transform: rotate(-288deg);
    transform: rotate(-288deg); } }

@keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg); }
  100% {
    -webkit-transform: rotate(-288deg);
    -ms-transform: rotate(-288deg);
    -o-transform: rotate(-288deg);
    transform: rotate(-288deg); } }

@-webkit-keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg); }
  100% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg); } }

@-moz-keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg); }
  100% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg); } }

@-ms-keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg); }
  100% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg); } }

@-o-keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg); }
  100% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg); } }

@keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg); }
  100% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg); } }

@-webkit-keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg); }
  100% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg); } }

@-moz-keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg); }
  100% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg); } }

@-ms-keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg); }
  100% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg); } }

@-o-keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg); }
  100% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg); } }

@keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg); }
  100% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg); } }

@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); }
  50% {
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px); }
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); } }

@-moz-keyframes hvr-bob {
  0% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); }
  50% {
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px); }
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); } }

@-ms-keyframes hvr-bob {
  0% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); }
  50% {
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px); }
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); } }

@-o-keyframes hvr-bob {
  0% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); }
  50% {
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px); }
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); } }

@keyframes hvr-bob {
  0% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); }
  50% {
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px); }
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); } }

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); } }

@-moz-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); } }

@-ms-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); } }

@-o-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); } }

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px); } }

@-webkit-keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@-moz-keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@-ms-keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@-o-keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

.slider .himg img, .service-home-item figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill; }

#widget-dmsp li, .header-lang-box, .footer-banner div a, .footer-connect-item a img, .footer-bct-item a img, .btn-more, .cate-home-item__image img, .service-home-item__info, .service-home-item__info:before, .service-home-item__info h5 a, .partner-item a img, .news-home-item a div h5 {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    #widget-dmsp li, .header-lang-box, .footer-banner div a, .footer-connect-item a img, .footer-bct-item a img, .btn-more, .cate-home-item__image img, .service-home-item__info, .service-home-item__info:before, .service-home-item__info h5 a, .partner-item a img, .news-home-item a div h5 {
      transition: none; } }

.hover_sang1:before, .hover_sang3:before, .hover_sang3:after, .fixed-shadow:after, #widget-dmsp > li > a:before, .nav-level-2__list .nav-level-2__item:before, .nav-level-3__list .nav-level-3__item:before, .footer-icons:before, /*.footer-banner:before,*/ .service-home-item__info:before, .box-product-discount-percent:before {
  content: '';
  position: absolute; }

.reset-list, #widget-dmsp, #widget-dmsp li ul, .social, .pro-detail-share {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0; }

[class^="hvr-"] {
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
  -webkit-animation-name: hvr-bob-float,hvr-bob;
  animation-name: hvr-bob-float,hvr-bob;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate; }

.blink_me {
  -webkit-animation: blinker 1s linear infinite;
  -moz-animation: blinker 1s linear infinite;
  -ms-animation: blinker 1s linear infinite;
  -o-animation: blinker 1s linear infinite;
  animation: blinker 1s linear infinite; }

.shake_me {
  -webkit-animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;
  -moz-animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;
  -ms-animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;
  -o-animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;
  animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring; }

.hover_sang1 {
  z-index: 40;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  -moz-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  -ms-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  overflow: hidden;
  border: 1px solid #e8e4e4;
  box-shadow: 4px 6px 0 0 #f5f5f5;
  background: rgba(255, 255, 255, 0.5); }
  @media screen and (prefers-reduced-motion: reduce) {
    .hover_sang1 {
      transition: none; } }
  .hover_sang1:before {
    width: 100%;
    height: 100%; }
  .hover_sang1:hover::before {
    -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    -moz-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    -ms-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0); }

.hover_sang3 {
  overflow: hidden;
  position: relative; }
  .hover_sang3:hover::before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, 0.5); }
  .hover_sang3:hover::after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.5); }
  .hover_sang3:before {
    width: 100%;
    height: 100%;
    z-index: 41;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 0px;
    left: 0px; }
    @media screen and (prefers-reduced-motion: reduce) {
      .hover_sang3:before {
        transition: none; } }
  .hover_sang3:after {
    width: 100%;
    height: 100%;
    z-index: 40;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 0px;
    left: 0px; }
    @media screen and (prefers-reduced-motion: reduce) {
      .hover_sang3:after {
        transition: none; } }

.xoay_hinh {
  overflow: hidden; }
  .xoay_hinh:hover img {
    transform: rotate(360deg); }
  .xoay_hinh img {
    transition: all 1s ease 0s; }

.marquee {
  -webkit-animation: marquee 10s linear infinite;
  -moz-animation: marquee 10s linear infinite;
  -ms-animation: marquee 10s linear infinite;
  -o-animation: marquee 10s linear infinite;
  animation: marquee 10s linear infinite; }

.text-theme {
  color: var(--theme) !important; }

.text-theme2 {
  color: var(--theme2) !important; }

.bg-theme {
  background-color: var(--theme) !important; }

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3); }
  @media screen and (prefers-reduced-motion: reduce) {
    .overlay {
      transition: none; } }
  .overlay__box {
    position: absolute;
    top: 20px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 40px);
    border: 3px solid #fff; }

.fixed {
  -webkit-animation: slideInDown 0.8s ease;
  -moz-animation: slideInDown 0.8s ease;
  -ms-animation: slideInDown 0.8s ease;
  -o-animation: slideInDown 0.8s ease;
  animation: slideInDown 0.8s ease; }

.fixed-shadow:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
  box-shadow: 0 0.0625em 0.5em rgba(0, 0, 0, 0.3);
  opacity: 0; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fixed-shadow:after {
      transition: none; } }

.fixed-shadow.fixed::after {
  opacity: 1; }

:root {
  --bg-primary: #000;
  --color-page: #0077B6;
  --color-primary: #000;
  --color-paginate: #0077B6;
  --font-primary: SVN-Poppins;
  --content-width: 1470px;
  --color-bortop: #ebebeb;
  --color-sale: #F6F6F6; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

@media (min-width: 1500px) {
  .center-layout {
    max-width: var(--content-width); } }

.clearboth {
  clear: both; }

.content-main img, .product-detail-content-item img {
  height: auto !important; }

body {
  font-family: var(--font-primary);
  font-size: 14px; }

img {
  max-width: 100%;
  display: block; }

a {
  text-decoration: none !important; }

p, h1, h2, h3 {
  margin: 0; font-size: inherit; line-height: inherit;}

.limit-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical; }

#water-page {
  position: fixed;
  height: 100vh;
  width: 100%; }

.display-relative {
  /*position: relative;*/ }

/*=== dev pagination ===*/
.dev-paginator .pagination {
  justify-content: center; }

.dev-paginator .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: var(--color-paginate);
  border-color: var(--color-paginate); }

.dev-paginator .page-link {
  color: var(--color-paginate); }

.swal2-container {
  z-index: 99999999999993; }

.fancybox-container {
  z-index: 999999992; }

.center-layout {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.menu__nav > li > a:after, .product-items, .product-items__button, .product-items__name, .footer__link, .hlogin-form__input-group__icon, .hlogin-form__button, .hlogin__option button {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.transition {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.himg {
  display: block; }

.himg img {
  display: block;
  max-width: 100%;
  height: auto; }

.grecaptcha-badge {
  /* display: none; */ }

.p-relative {
  position: relative; }

.d-none {
  display: none !important; }

.d-block {
  display: block !important; }

.submit-coupon {
  padding: 8px 10px;
  color: #fff; }

#coupon_code {
  width: calc( 100% - 90px); }

.credit-type img {
  max-height: 25px;
  display: inline-block; }

button {
  outline: none !important; }

.flex-order {
  flex-wrap: wrap;
  display: flex; }

.flex-order .form-group {
  margin-bottom: 0px; }

.flex-order .form-group label {
  margin-bottom: 0px; }

.flex-order .form-group p {
  margin-bottom: 10px; }

.detail-title-order {
  margin-bottom: 0px;
  font-size: 1.5rem; }

.row-order-detail {
  margin-right: -1.25rem;
  margin-left: -1.25rem; }

.card-primary-detail {
  margin-bottom: 35px; }

.repay-detail {
  background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x !important;
  color: #fff;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
  border: none; }

.repay-cancle {
  background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x !important;
  color: #fff;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
  border: none; }

.repay-update {
  background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x !important;
  color: #fff;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
  border: none; }

.form-cart {
  width: 100%; }

img.lazy {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0; }

img.initial, img.loaded, img.error {
  opacity: 1; }

img:not([src]) {
  visibility: hidden; }

.fix_content iframe {
  max-width: 100%; }

.pd-10 {
  padding: 0 20px; }

body {
  font-family: var(--font-primary); }

.cart-table {
  background: #fff; }

.repay {
  background: #f00;
  border: none;
  color: #fff;
  border-radius: 3px; }

#hcontainer {
  /*width: 100%; max-width: 1920px; margin: 0 auto; */ }

.bortop {
  border-top: 0px solid var(--color-bortop); }

.scrollToTop {
  position: fixed;
  right: 0.313rem;
  bottom: 2.5rem;
  z-index: 99999;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #000; }

.scrollToTop span {
  display: block;
  font-weight: bold;
  font-size: 0.75rem;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr; }

.scrollToTop i {
  display: block;
  font-size: 1.125rem; }

.scrollToTop:hover {
  background: #000;
  color: var(--color-primary); }

.hbreadcrumb {
  background: #fafafa; }

.hbreadcrumb .breadcrumb {
  background: transparent !important; }

.hbreadcrumb a {
  font-size: 0.875rem;
  font-weight: 600;
  color: #333; }

.page__title {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 2.25rem;
  border-radius: 0.313rem;
  background: #fff;
  padding: 0.625rem; }

.hbox {
  background: #fff;
  border-radius: 0.313rem; }

.hbox__title {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 1rem;
  color: #555; }

.title-main {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 30px;
  margin-bottom: 20px; }

.detail-page-post {
  /*max-width: 945px;*/
  margin: auto; }

.content-main img {
  display: inline-block; }

.share {
  margin-top: 20px; }

.content-video {
  margin-bottom: 30px; }

.content-video iframe {
  height: 600px; }

.othernews {
  background: #fafafa; }

.othernews_title {
  text-transform: uppercase;margin-bottom: 10px; display: block; }

.list-news-other li a {
  color: #666;
  font-size: 14px; }

.post__grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px; }

.post-items {
  width: calc(100% / 4 - 15px);
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

/*=== MENU ===*/
#modal-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  background: #fff;
  padding: 50px 0;
  opacity: 0;
  z-index: -1;
  transition: all ease 0.4s;
  border-left: 1px solid #ccc; }

#modal-menu.modal-menu-show {
  opacity: 1;
  z-index: 999999;
  width: 80%; }

#modal-menu.modal-menu-show:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5); }

.modal-menu-close-main {
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px solid #e8e8e1;
  padding-bottom: 1rem; }

.modal-menu-close {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: inline-block;
  /*background: #ebebeb;*/
  border-radius: 50%;
  padding: 5px; }

.modal-menu-close:after {
  content: '';
  position: absolute;
  border-top: 2px solid #333;
  width: calc(100% - 10px);
  top: calc(50% - 1px);
  transform: rotate(45deg);
  transition: all ease 0.3s; }

.modal-menu-close:before {
  content: '';
  position: absolute;
  border-top: 2px solid #333;
  width: calc(100% - 10px);
  top: calc(50% - 1px);
  transform: rotate(-45deg);
  transition: all ease 0.3s; }

.modal-menu-close:hover:after {
  transform: rotate(0deg); }

.modal-menu-close:hover:before {
  transform: rotate(0deg); }

.modal-menu-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: calc(100vh - 4rem);
  position: relative;
  min-height: 100%;
  overflow: auto; }

#menu-sidebar {
  /*margin: 20px 0;width: 25%;height: 100vh;*/ }

#menu-sidebar, #menu-sidebar ul {
  list-style-type: none;
  padding: 0; }

#menu-sidebar li {
  position: static; }

#menu-sidebar > li > ul {
  border: 0;
  position: absolute;
  width: 75%;
  min-height: 50vh;
  left: 25%;
  top: 0;
  padding: 25px 0 0 5%;
  margin-left: -1px;
  max-height: 100%;
  flex-flow: inherit;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  visibility: hidden;
  opacity: 0; }

#menu-sidebar > li > ul li {
  position: relative;
  top: 5px; }

#menu-sidebar > li > a {
  text-transform: capitalize;
  padding: 5px 0;
  font-size: 1.15em;
  position: relative; }

#menu-sidebar a {
  position: relative;
  color: #333; }

#menu-sidebar a:after {
  content: '';
  position: absolute;
  width: 0;
  border-top: 2px solid #333;
  left: 0;
  bottom: -2px;
  transition: all ease 0.3s; }

#menu-sidebar a:hover:after {
  width: 100%; }

#menu-sidebar > li > ul:before {
  content: ' ';
  left: 3%;
  top: 0;
  width: 1px;
  background: #f2f2f2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%);
  float: left;
  position: absolute;
  height: 100%; }

#menu-sidebar > li {
  border: 0;
  display: flex;
  justify-content: space-between; }

#menu-sidebar > li > ul > li {
  width: 25%; }

.menu-sidebar-pad {
  padding-left: 15px !important;
  border-left: 2px solid #999; }

.menu-sidebar-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  text-align: center;
  right: 0;
  cursor: pointer;
  font-size: 12px;
  transition: all ease 0.2s; }

.menu-sidebar-down {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  right: 0;
  cursor: pointer;
  font-size: 12px;
  transition: all ease 0.2s;
  display: none;
  position: relative; }

.menu-sidebar-down:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #e8e8e8;
  width: 30px;
  height: 30px;
  border-radius: 50%; }

.menu-sidebar-down i {
  position: relative; }

#menu-sidebar > li:hover .menu-sidebar-right {
  background: #ebebeb; }

#menu-sidebar li:hover > .menu-sidebar-down {
  /*background: #ebebeb;*/ }

#menu-sidebar > li:hover ul {
  opacity: 1;
  visibility: visible; }

#menu-sidebar .menu-sidebar-active ul {
  opacity: 1;
  visibility: visible; }

#menu-sidebar > li > ul li {
  padding-bottom: 0; }

#menu-side-mobile {
  overflow-y: auto; }

#menu-side-mobile, #menu-side-mobile ul {
  list-style-type: none;
  padding: 0;
  width: 100%; }

#menu-side-mobile > li {
  border-bottom: 1px solid #e8e8e1; }

#menu-side-mobile > li > div > a {
  display: block;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  padding: 1.5rem 0;
  letter-spacing: 2px; }

#menu-side-mobile > li ul {
  display: none;
  padding-left: 1rem; }

#menu-side-mobile > li > ul {
  padding-bottom: 1.5rem; }

#menu-side-mobile > li ul > li {
  padding-bottom: 1rem; }

#menu-side-mobile > li ul > li:last-child {
  padding-bottom: 0; }

#menu-side-mobile > li ul > li a {
  color: #333;
  text-transform: capitalize;
  font-size: 15px; }

#menu-side-mobile > li ul > li > ul li {
  padding-bottom: 0; }

.menu-side-title {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.menu-side-title span {
  display: flex;
  width: 50px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #e8e8e1;
  cursor: pointer; }

/*=== END MENU ===*/
/*=== HOME ===*/
.home-tieuchi-main {
  display: flex;
  justify-content: space-between;
  padding: 40px 0; }

.home-tieuchi-left {
  text-align: center; }

.home-tieuchi-left span {
  display: inline-block;
  background: var(--color-page);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  line-height: 50px;
  padding: 0 40px;
  min-width: 210px; }

.home-tieuchi-left span strong {
  text-transform: uppercase; }

.home-tieuchi-left div {
  margin: 0;
  color: #333333;
  margin-top: 10px; }

.home-tieuchi-item {
  text-transform: uppercase;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  padding-left: 58px;
  line-height: 35px;
  display: flex;
  align-items: center; }

.home-tieuchi-center {
  background: url("../img/icon/tieuchi1.png") no-repeat left center; }

.home-tieuchi-right {
  background: url("../img/icon/tieuchi2.png") no-repeat left center; }

.home-tieuchi-border {
  border-right: 1px solid #A6A6A6; }

.home-hot-deal {
  padding-bottom: 40px; }

.home-title {
  text-align: center;
  margin-bottom: 30px; }

.home-title span {
  background: #fff;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  color: #333333; }

.home-title1 {
  text-align: center;
  margin-bottom: 30px;
  background: url("../img/line-title.png") no-repeat left 25% center, url("../img/line-title.png") no-repeat right 25% center;
  letter-spacing: 3px; }

.home-title1 p {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  color: #000;
  max-width: 500px; }

.home-title1 h2 span {
  color: #FF3B00; }

.home-title1 div {
  text-align: center;
  margin-bottom: 15px; }

.home-title1 div img {
  display: inline-block;
  background: #fff;
  padding: 0 40px; }

.home-title2 {
  letter-spacing: 2px; }

.home-title2 span {
  font-size: 30px;
  font-weight: 800; }

/*=== DANH MỤC ===*/
.home-danhmuc-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -17.5px; }

.home-danhmuc-item {
  background: #CAF0F8;
  width: calc(100% / 4 - 35px);
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  padding: 7px;
  color: #333;
  margin: 17.5px; }

.home-danhmuc-item:hover span {
  color: var(--color-page); }

.home-danhmuc-name {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  width: 100%; }

.home-danhmuc-name span {
  position: absolute;
  width: 100%;
  bottom: 25%;
  left: 0; }

.home-danhmuc-list-res .home-danhmuc-item {
  width: calc(100% / 2 - 35px); }

.header-search-sticky {
  position: sticky;
  top: 20px; }

.home-danhmuc-item:last-child {
  background: none;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-family: 'Montserrat';
  font-weight: 500; }

.home-danhmuc-item:last-child p {
  border-radius: 3px;
  padding: 8px 25px;
  cursor: pointer;
  border: 1px solid #333;
  text-align: center; }

.home-danhmuc-item:last-child p:hover {
  border-color: var(--color-page);
  color: var(--color-page); }

.home-product-new {
  display: flex;
  gap: 38.68px; }

.home-intro-container {
  background: #CAF0F8;
  padding: 60px 0; }

.home-intro-main {
  display: flex; }

.home-intro-left {
  width: 50%;
  text-align: right;
  padding-right: 25px; }

.home-intro-right {
  width: 50%;
  padding-left: 15px;
  align-self: end;
  padding-bottom: 30px; }

.home-intro-left img {
  display: inline-block; }

.home-intro-name {
  text-transform: uppercase;
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 50px; }

.home-intro-name:after {
  content: '';
  position: absolute;
  border: 2px solid var(--color-page);
  width: 65px;
  border-radius: 10px;
  bottom: 0;
  left: 0; }

.home-intro-desc {
  font-size: 15px; }

.home-searchgg-container {
  padding: 40px 0 0 0;
  position: relative; }

.home-top-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  gap: 20px; }

.home-tab-item {
  padding: 0 20px 5px 20px;
  font-size: 15px;
  color: #000;
  border-bottom: 2px solid transparent;
  cursor: pointer; }

.home-tab-item:hover {
  font-weight: bold; }

.home-tab-active {
  position: relative;
  font-weight: bold; }

.home-tab-active:after {
  content: '';
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid var(--color-page);
  width: 80%;
  left: 10%; }

.home-brand-main {
  padding: 50px 0; }

.home-brand-box {
  background: #fff;
  display: flex;
  box-shadow: 0px 0px 5px #bbb; }

.home-brand-main-fix .home-brand-box {
  flex-direction: row-reverse; }

.home-brand-list {
  width: calc(100% - 512px);
  padding-left: 20px;
  padding-top: 30px; }

.home-brand-name {
  text-transform: uppercase;
  color: #333333;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px; }

.center-layout-ketnoi {
  max-width: 1024px;
  margin: 0 auto; }

.home-ketnoi-container {
  margin-top: 60px;
  background: #CAF0F8;
  padding: 47px; }

.home-ketnoi-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.home-ketnoi-slogan {
  color: #000000;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
  text-align: center; }

.home-ketnoi-name {
  display: block;
  margin-left: -6px;
  text-align: center; }

.home-ketnoi-name img {
  display: inline-block; }

.home-ketnoi-mangxahoi {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 25px;
  align-items: center;
  justify-content: center; }

.home-ketnoi-left {
  width: 50%;
  /*padding-left: 10%;*/ }

.home-ketnoi-right {
  width: 50%; }

.home-ketnoi-item {
  background: var(--color-page);
  color: #fff;
  text-align: center; }

.home-ketnoi-info {
  height: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative; }

.home-ketnoi-info p {
  font-size: 15px;
  width: 100%;
  padding-top: 50px; }

.home-ketnoi-info span {
  font-size: 13px;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 10px; }

.home-ketnoi-icon {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  text-align: center; }

.home-ketnoi-icon img {
  width: initial !important;
  display: inline-block !important;
  border-radius: 50%; }

.khachhang__flex {
  display: flex;
  gap: 25px; }

.khachhang__flex .home-custom-item {
  width: calc(100% / 3); }

.home-customer {
  padding-top: 50px; }

.khachhang__owl {
  margin: auto !important;
  position: relative; }

.home-custom-item {
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  border: 1px solid #B6B0B0; }

.home-custom-item a img {
  border-radius: 4px;
  width: 100%; }

.home-custom-info {
  padding: 33px 21px;
  display: flex;
  justify-content: space-between;
  border-top: none;
  border-radius: 0 0 4px 4px;
  /*border: 1px solid #B6B0B0; */
  border-top: none;
  margin-top: -3px; }

.home-custom-descript {
  color: #333333;
  font-size: 15px;
  text-align: justify;
  line-height: 21px;
  margin-top: 10px; }

.home-custom-quote img {
  width: initial !important; }

.home-custom-quote {
  margin-bottom: 10px;
  margin-left: 30px; }

.home-custom-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 31px);
  padding-left: 10px; }

.home-custom-left {
  display: flex; }

.home-custom-img {
  /*overflow: hidden;border-radius: 50%;width: 31px;display: inline-block;*/
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #ccc;
  color: #000;
  text-transform: uppercase;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  display: block; }

.home-custom-name {
  text-transform: capitalize;
  color: var(--color-page);
  font-size: 15px;
  font-weight: 600; }

.home-custom-position {
  color: #A3A3A3;
  font-size: 14px; }

.home-custom-right i {
  color: #E5B201;
  font-size: 13px;
  margin-right: 3px; }

.home-custom-right span {
  color: #BABABA;
  font-size: 12px; }

.home-custom-btn {
  position: absolute;
  color: #333333;
  font-size: 15px;
  border: 1px solid #333333;
  border-radius: 4px;
  line-height: 42px;
  width: 140px;
  text-align: center;
  bottom: 0;
  right: 0;
  z-index: 99; }

.home-custom-btn:hover {
  background: var(--color-page);
  color: #fff; }

.home-custom-main {
  position: relative; }

.dot_dev.owl-theme .owl-nav.disabled + .owl-dots {
  text-align: left;
  margin-top: 40px; }

.dot_dev.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #C4C4C4; }

.dot_dev.owl-theme .owl-dots .owl-dot.active span, .dot_dev.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color-page); }

.khachhang__owl.owl-theme .owl-nav.disabled + .owl-dots {
  text-align: left;
  margin-top: 40px; }

.khachhang__owl.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #C4C4C4; }

.khachhang__owl.owl-theme .owl-dots .owl-dot.active span, .khachhang__owl.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color-page); }

.khachhang__owl .owl-item {
  transition: all ease 0.1s;
  padding-bottom: 5px; }

.khachhang__owl .activeCustom .home-custom-info {
  border: 1px solid #FD835E; }

.home-commit-item {
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  margin-bottom: 25px; }

.home-commit-title {
  position: relative;
  font-size: 18px;
  padding-bottom: 5px;
  cursor: pointer; }

.home-commit-title span {
  font-weight: bold;
  font-size: 24px;
  margin-right: 5px; }

.home-commit-title p {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px; }

.home-commit-title p:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #000;
  border-radius: 10px;
  left: calc(50% - 1px); }

.home-commit-title p:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 10px;
  top: calc(50% - 1px); }

.home-commit-content {
  background: #F5F5F5;
  padding: 15px 25px;
  border-radius: 15px;
  margin: auto;
  margin-bottom: 20px;
  width: 90%;
  color: #333333;
  font-size: 14px;
  display: none; }

.home-commit-active .home-commit-title p:after {
  opacity: 0; }

.home-supplier-main {
  background: url("../img/bg_supplier.png") no-repeat top center;
  background-size: cover;
  padding: 40px 0; }

.nhacungcap_item {
  text-align: center;
  display: block; }

.nhacungcap_item img {
  width: initial !important;
  display: inline-block !important; }

.home-chinhsach {
  padding: 40px 0;
  border-top: 1px solid #ebebeb;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }

.home-chinhsach-main {
  display: flex;
  justify-content: space-between; }

.chinhsach_item img {
  width: initial !important;
  display: inline-block !important; }

.chinhsach_item {
  color: #333333;
  font-size: 18px;
  text-transform: uppercase; }

.chinhsach_item:hover {
  color: var(--color-page); }

.form-hoidap-top {
  position: relative; }

.form-hoidap-area {
  outline: none;
  border: 1px solid #A7A7A7;
  border-radius: 3px;
  padding: 15px;
  width: 100%;
  min-height: 170px; }

.form-hoidap-area::placeholder {
  font-size: 15px;
  color: #4F4F4F; }

.form-hoidap-submit {
  border: none;
  outline: none;
  background: var(--color-page);
  border-radius: 3px;
  color: #fff;
  position: absolute;
  padding: 2px 12px;
  bottom: 15px;
  right: 10px;
  cursor: pointer;
  opacity: 0;
  transition: all ease 0.4s; }

.form-hoidap-area:hover + .form-hoidap-submit, .form-hoidap-submit:hover {
  opacity: 1; }

.form-hoidap-count {
  color: #333;
  font-size: 15px;
  font-weight: 600; }

.form-hoidap-bottom {
  text-align: right; }

.form-hoidap-filter {
  display: inline-flex;
  border: 1px solid #BABABA;
  border-radius: 3px; }

.form-hoidap-select {
  border: none;
  border-right: 1px solid #BABABA;
  height: 42px;
  border-radius: 3px 0 0 3px;
  padding: 0 15px;
  outline: none; }

.form-hoidap-search {
  border: none;
  outline: none;
  text-indent: 10px;
  outline: none;
  background: url("../img/icon/asksearch.png") no-repeat right 10px center;
  width: 170px; }

.form-hoidap-search::placeholder {
  color: #B6B0B0;
  font-size: 13px; }

.box-hoidap-item {
  display: flex;
  margin-bottom: 30px; }

.box-hoidap-char {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #ccc;
  color: #000;
  text-transform: uppercase;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px; }

.box-hoidap-info {
  padding-left: 8px;
  margin-top: 6px;
  width: calc(100% - 35px); }

.box-hoidap-name {
  color: #333;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600; }

.box-hoidap-cate {
  background: var(--color-page);
  border-radius: 3px;
  padding: 3px 5px;
  color: #fff;
  font-size: 11px;
  text-transform: capitalize; }

.box-hoidap-question {
  color: #333;
  font-size: 15px;
  margin: 8px 0;
  white-space: pre-line; }

.box-hoidap-time {
  color: #333;
  margin-bottom: 20px; }

.box-hoidap-time span {
  color: #969595; }

.form-hoidap-alert {
  color: var(--color-page); }

.form-hoidap-more {
  margin-top: 20px;
  text-align: center; }

.form-hoidap-more a {
  border: 1px solid #2C2C2C;
  border-radius: 3px;
  line-height: 40px;
  min-width: 140px;
  color: #333333;
  font-size: 15px;
  display: inline-block; }

.form-hoidap-more a:hover {
  border-color: var(--color-page);
  color: var(--color-page); }

.box-hoidap-answer {
  background: #fff;
  border: 1px solid #B6B0B0;
  padding: 22px 11px;
  border-radius: 4px;
  position: relative; }

.box-hoidap-answer:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 15px;
  width: 15px;
  height: 10px;
  transform: rotate(52deg) skewX(35deg);
  background: #fff;
  border-top: 1px solid #B6B0B0;
  border-left: 1px solid #B6B0B0; }

.box-hoidap-answer-admin {
  display: flex; }

.box-hoidap-answer-img {
  width: 35px;
  border-radius: 50%; }

.box-hoidap-answer-img img {
  border-radius: 50%; }

.box-hoidap-answer-info {
  padding-left: 8px;
  width: calc(100% - 35px); }

.box-hoidap-answer-name {
  color: #333333;
  font-size: 15px;
  font-weight: 600;
  margin: 5px 0;
  display: block; }

.box-hoidap-answer-content {
  color: #333333;
  font-size: 15px;
  line-height: 21px;
  white-space: pre-line; }

.form-hoidap-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none; }

.form-hoidap-input {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  min-width: 30%; }

.form-hoidap-input-header {
  padding: 8px 15px;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #ebebeb;
  font-size: 18px;
  font-weight: bold;
  position: relative; }

.form-hoidap-input-body {
  padding: 20px 15px; }

.form-hoidap-input-footer {
  border-top: 1px solid #ebebeb;
  padding: 5px; }

.form-hoidap-input-footer input {
  width: 100%;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  background: var(--color-page);
  padding: 8px 5px;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase; }

.form-hoidap-close {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 25px;
  cursor: pointer; }

.form-hoidap-active {
  display: flex; }

.footer_box_list_content {
  color: #fff;
  margin-bottom: 1rem; }

.home-ads {
  margin: 70px 0 50px 0; }

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

.box-post-item {
  /*display: flex; flex-direction: column; justify-content: space-between;*/ }

.box-post-img {
  border-radius: 4px;
  overflow: hidden; }

.box-post-img img {
  width: 100%; }

.box-post-name {
  margin: 15px 0 10px 0; }

.box-post-name a {
  text-transform: uppercase;
  color: #333333;
  font-weight: 600;
  font-size: 15px;
  display: block;
  line-height: 21px; }

.box-post-date {
  color: #A3A3A3;
  font-size: 14px;
  margin-bottom: 5px; }

.box-post-descript {
  color: #000;
  font-size: 15px; text-align: center;}

.box-post-btn {
  text-align: right;
  margin-top: 5px; }

.box-post-btn a {
  color: #FD835E;
  font-size: 14px; }

.footer_top {
  padding: 40px 0 20px 0; }

.footer_top_contain {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap; }

.footer-logo {
  display: inline-block;
  margin-bottom: 10px; }

.footer_top_one {
  width: 15%; }

.footer_top_title {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px; }

.footer_top_title_sm {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 20px; }

.footer_box_name {
  color: #fff !important;
  font-size: 14px;
  display: block;
  margin-bottom: 10px; }

.footer_top_content {
  font-size: 14px;
  margin-bottom: 40px; }

.footer_top_five {
  width: 32%; }

.footer_top_mxhmain {
  align-items: center; }

.mangxahoi_item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 5px; }

.mangxahoi_item a {
  display: inline-block;
  width: 30px; }

.footer_top_slogan {
  color: #fff;
  margin-bottom: 50px; }

.footer_box_item {
  margin-bottom: 30px; }

.footer_box_title {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px; }

.footer_top_title_md {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px; }

.footer_top_descript {
  color: #333;
  font-size: 14px; }

.footer_top_hotline {
  color: #F15922;
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px; }

.footer_bottom {
  border-top: 1px solid #fff;
  padding: 5px 0;
  font-size: 14px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff; }

.footer_bottom_right {
  display: flex;
  gap: 0 15px; }

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 9999;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  color: #000;
  display: none;
  text-align: center;
  line-height: 40px; }

.back-to-top i {
  font-size: 23px;
  vertical-align: middle; }

.back-to-top:hover {
  background: var(--color-page);
  color: #fff; }

.linklienket_main {
  position: fixed;
  right: -90px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 999; }

.linklienket_item {
  display: block;
  position: relative;
  width: 130px;
  height: 40px;
  line-height: 40px;
  padding-left: 0px;
  border-radius: 4px 0 0 4px;
  margin-bottom: 0.313rem;
  transition: all .3s;
  overflow: hidden; }

.linklienket_item:hover {
  transform: translate(-90px, 0); }

#back_btn {
  cursor: pointer; }

.product-top-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 999999;
  padding: 15px 10px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
  display: none; }

.category_bg_photo {
  height: 290px;
  position: relative;
  display: flex;
  align-items: center; }

.category_bg_photo:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); }

.category_bg_photo > span {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%; }

.category-detail-title {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  position: relative;
  z-index: 99; }

.product_layout_box {
  display: flex; }

.product_layout_left {
  width: 25%;
  padding-right: 3rem;
  position: relative;
  z-index: 41; }

.product_layout_right {
  width: 75%; }

.product_danhmuc_title {
  text-transform: uppercase;
  color: #333;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: bold; }

.product_danhmuc_list {
  list-style-type: none;
  padding-left: 0; }

.product_danhmuc_list li {
  margin-bottom: 20px;
  cursor: pointer; }

.product_danhmuc_layout {
  background: #fafafa;
  border-radius: 5px;
  padding: 10px; }

.form-control-600 {
  --form-control-color: var(--color-page);
  font-family: system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.8em; }

.form-control-600 input {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.1em solid #999;
  /*border-radius: 0.15em; transform: translateY(-0.075em);*/
  display: grid;
  place-content: center; }

.form-control-600 input::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: CanvasText; }

.form-control-600 input:checked::before {
  transform: scale(1); }

.product_filter_title {
  display: none; }

.filter-product-btn {
  display: none; }

/*=== END HOME ===*/
.owl__content .custom-owl-button {
  position: absolute;
  padding: 0;
  border: 0;
  color: #32353c;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: transparent;
  z-index: 99; }

.owl__content .custom-owl-prev {
  left: -2rem; }

.owl__content .custom-owl-next {
  right: -2rem; }

.copyright {
  background: #171515;
  font-size: 0.875rem;
  color: #EBEBEB; }

.copyright .center-layout {
  padding: 1.875rem 0;
  border-top: 1px solid #707070; }

.hfancybox {
  display: none;
  width: calc(100% - 20px); }

.hfancybox--400 {
  max-width: 400px; }

.pd-video {
  position: relative;
  color: #fff;
  padding-bottom: 4px; }

.pd-video svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.owl-carousel.owl-thumb-pro .owl-stage {
  /* display: flex; */ }

.owl-carousel.owl-thumb-pro.owl-drag .owl-item {
  /*display: flex; align-items: center; */ }

.fb_iframe_widget > span {
  vertical-align: middle !important; }

.instagram {
  padding: 0 16px; }

/*===LOADER SEND MAIL===*/
#loading_order {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999999;
  width: 100%;
  height: 100vh;
  display: none; }

.loading_container {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%); }

.loading_form {
  margin: 50px auto;
  font-size: 13px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff; } }

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff; } }

#custom-target {
  position: relative;
  width: 600px;
  height: 300px;
  border-style: solid; }

.position-absolute {
  position: absolute; }

.feedback__grid__layout {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }

.feedback__grid__layout .home-custom-item {
  width: calc(100% / 4 - 15px); }

.slick-slider .slick-prev, .slick-slider .slick-next {
  width: 26px;
  height: 40px;
  border-radius: 3px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  background-color: #eee;
  padding-top: 4px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .slick-slider .slick-prev, .slick-slider .slick-next {
      transition: none; } }
  .slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
    background-color: #000; }

.slick-slider .slick-prev::before, .slick-slider .slick-next::before {
  font-size: 24px;
  color: #333; }
  .slick-slider .slick-prev:hover::before, .slick-slider .slick-next:hover::before {
    color: #fff; }

.slick-slider .slick-prev {
  left: 20px; }

.slick-slider .slick-next {
  right: 20px; }

.container {
  max-width: 1470px;
  position: relative; }

.container-2 {
  max-width: 1202px;
  position: relative; margin: auto;}

.container-3 {
  max-width: 1470px;
  position: relative; }

  .footer{padding-bottom: 40px;}

@media screen and (max-width: 1440px) {
  .instagram__content {
    min-height: 270px; }
  .header-top {
    padding: 10px 2%; } }

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

  .header-menu {
    display: none; }
  .res-header-search {
    display: block;
    margin-top: 15px; }
  .res-header-search input {
    width: 100%; }
  .header-search-container {
    padding: 2rem 2%; }
  .header-search-bot {
    margin-top: 4.25rem; }
  .header-search-inner {
    flex-direction: column; }
  .header-search-left {
    width: 100%;
    max-width: 100%; }
  .header-search-right {
    width: 100%;
    max-width: 100%;
    margin-top: 2rem; }
  .home-tieuchi-main {
    padding: 0; }
  .home-tieuchi-main {
    gap: 15px; }
  .product-top-box {
    display: flex; }
  .home-search-tags {
    gap: 20px; }
  #modal-menu {
    padding: 1rem; }
  #menu-sidebar {
    width: 100%; }
  #menu-sidebar li {
    position: relative; }
  #menu-sidebar > li > ul {
    position: relative;
    width: 100%;
    min-height: auto;
    left: 0;
    padding: 0;
    margin-left: 0;
    display: none;
    opacity: 1;
    visibility: visible; }
  #menu-sidebar > li > ul:before {
    display: none; }
  #menu-sidebar > li > ul > li {
    width: 100%; }
  #menu-sidebar > li > ul li {
    position: relative;
    top: unset;
    margin-top: 5px;
    line-height: 30px; }
  #menu-sidebar > li {
    display: block;
    position: relative; }
  #menu-sidebar > li > a {
    display: block; }
  #menu-sidebar .menu-sidebar-active ul {
    padding-left: 15px; }
  #menu-sidebar a {
    font-size: 15px; }
  .menu-sidebar-right {
    display: none; }
  .menu-sidebar-down {
    display: flex;
    position: absolute;
    top: 0; }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-right: 2% !important; }
  .home-hot-deal {
    padding-bottom: 20px; }
  .trending__content {
    padding: 0.938rem 1rem;
    min-height: 450px; }
  .product__owl .owl-item {
    padding: 0rem; }
  .adv {
    padding: 0 0px; }
  .adv__owl {
    min-height: 135px; }
  .instagram__content {
    min-height: 200px; }
  /*.padlr{padding-left: 2% !important;padding-right: 2% !important;}*/
  .home-product-new {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between; }
  .box_product_owl {
    gap: 0 10px; }
  .fix_carousel_owl {
    overflow-x: auto; }
  .fix_carousel_owl .fix-carousel-off {
    display: flex;
    flex-wrap: wrap; }
  .fix_carousel_owl .box-product-item {
    min-width: initial;
    width: calc(100% / 3 - 11.5px);
    margin: 0; }
  .fix_carousel_owl .box-product-item:last-child {
    margin-right: 0; }
  .fix_carousel_owl .box_product_owl {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
    width: 100%; }
  .fix_carousel_owl .box-post-item {
    min-width: 285px;
    width: 285px;
    margin: 0 5px; }
  .fix_carousel_owl .box-post-item:last-child {
    margin-right: 0; }
  .khachhang__owl {
    width: 100% !important; }
  .fix_carousel_owl .home-custom-item {
    min-width: 350px;
    width: 350px;
    margin: 0 10px;
    margin-bottom: 20px; }
  .fix_carousel_owl .home-custom-item:last-child {
    margin-right: 0; }
  .home-ads {
    margin-bottom: 0;
    margin: 0;
    padding: 2% !important; }
  .product_detail_content .footer {
    padding: 0 2%;
    margin-bottom: 0px; }
  .hbreadcrumb .breadcrumb {
    padding: 10px !important; }
  .box-product-sizecolor {
    display: none; }
  .header-search-category-item {
    width: calc(100% / 5 - 10px); }
  #menu-sidebar a:hover:after {
    width: 0; }
  .home-product-more {
    margin-top: 20px; }
  .fix_btn_thanhtoan_left {
    display: block !important;
    width: 100%; }
  .fix_btn_thanhtoan_right {
    width: 100%; }
  .fix_btn_thanhtoan_left b span {
    font-size: 1.55rem; }
  .top-cart {
    width: 100% !important;
    margin-right: 0 !important; }
  .bottom-cart {
    width: 100% !important; }
  .home-searchgg-box .gsc-input-box {
    padding: 0; }
  .home-searchgg-box table.gsc-search-box td {
    padding: 0; }
  .home-searchgg-box .gsc-search-button-v2 {
    height: 50px; }
  .auto-width {
    display: flex;
    overflow-x: auto; }
  .home-danhmuc-item {
    width: calc(100% / 3 - 35px); }
  .home-danhmuc-list-res .home-danhmuc-item {
    width: calc(100% / 3 - 35px); }
  .home-danhmuc-list {
    /*flex-wrap: unset;*/ }
  .home-intro-container {
    padding: 2%; }
  .home-brand-img {
    display: none; }
  .home-brand-list {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    padding: 0; }
  .home-brand-main {
    background: none !important; }
  .home-brand-box {
    box-shadow: unset; }
  .home-ketnoi-left {
    width: 100%;
    text-align: center; }
  .home-ketnoi-name {
    display: block;
    text-align: center; }
  .home-ketnoi-name img {
    display: inline-block; }
  .home-ketnoi-mangxahoi {
    justify-content: center;
    margin: 20px 0; }
  .home-ketnoi-right {
    width: 100%; }
  .home-ketnoi-img img {
    width: 100%; }
  .home-ketnoi-item {
    width: 100%;
    min-width: 100%; }
  .form-hoidap-input {
    min-width: 70%; }
  .home-ketnoi-left {
    padding-left: 0; }
  .nhacungcap_item {
    min-width: 250px; }
  .nhacungcap_owl {
    gap: 15px; }
  .home-supplier-main {
    padding: 20px 1%; }
  .footer_top_one {
    width: initial; }
  .fix_button_cart {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: #fff;
    padding: 0 1%;
    border-top: 1px solid #ebebeb; }
  .chinhsach-left-main {
    top: 70px; }
  .header-menu-btn {
    display: flex; }
  .box-product-item {
    width: calc(100% / 3 - 11.5px);
    margin-bottom: 0; }
  .home-danhmuc-list-res {
    justify-content: space-around; }
  .product_layout_box {
    flex-wrap: wrap; }
  .product_layout_left {
    width: 100%;
    padding-right: 0; }
  .product_layout_right {
    width: 100%; }
  .product_danhmuc_list {
    display: flex;
    flex-wrap: wrap; }
  .product_danhmuc_list li {
    width: calc(100% / 4);
    margin-bottom: 10px; }
  .feedback__grid__layout .home-custom-item {
    width: calc(100% / 3 - 15px); } }

@media screen and (max-width: 815px) {
  .product-items__info {
    padding: 1.25rem 0.5rem; }
  .product-items__name {
    font-size: 0.8rem; }
  .trending__content {
    min-height: 400px; }
  .instagram__content {
    min-height: 155px; }
  .detail__wishlist {
    font-size: 0.8rem; }
  .home-title span {
    font-size: 30px; }
  .slider .owl-carousel .owl-item {
    padding-bottom: 0px; }
  .footer_top_contain {
    flex-wrap: wrap; }
  .home-commit-title p {
    top: 10px; }
  .header-search-category-item {
    width: calc(100% / 4 - 12px); }
  .home-tieuchi-item {
    font-size: 12px;
    line-height: inherit;
    justify-content: center; }
  .home-chinhsach-main {
    gap: 20px;
    font-size: 14px; }
  .chinhsach_item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px; }
  .footer_top_five {
    width: 100%; }
  .footer_bottom {
    flex-wrap: wrap;
    justify-content: center; }
  .product_owl_tab .box-product-outstock img {
    width: 60% !important; }
  .form-hoidap-input-body input {
    line-height: 2; }
  /*.home-danhmuc-list-res .home-danhmuc-item { width: calc(100% / 2 - 35px); }*/
  .form-control-600 {
    font-size: 13px; } }

@media screen and (max-width: 768px) {
  .product_cuahang_active .product_cuahang_layout {
    min-width: 90%; }
  html {
    font-size: 12px; }
  .hfancybox, .w-quickview {
    padding: 1rem; }
  .header__email {
    margin-left: 0.625rem !important; }
  .header__search, .menu, .owl__content .custom-owl-button {
    display: none !important; }
  .product-items:hover {
    box-shadow: initial; }
  .product__owl .owl-item {
    padding: 0; }
  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px; }
  .gallery-items:nth-child(2) {
    grid-row: 2;
    grid-column: 1 / 3; }
  .gallery-items:nth-child(3) {
    grid-row: 3;
    grid-column: 1 / 3; }
  .gallery__title {
    padding: 0 1rem 1rem 1rem; }
  .gallery-items__name {
    padding: 4.688rem 1rem 1rem 1rem; }
  .trending__content {
    padding: 0.938rem 2rem; }
  .trending .custom-owl-prev {
    left: 0.75rem; }
  .trending .custom-owl-next {
    right: 0.75rem; }
  .why-items {
    padding: 1.375rem 0.5rem;
    margin: 0 0.5rem; }
  .footer__grid {
    grid-template-columns: repeat(2, 1fr); }
  .footer__col:nth-child(3) {
    grid-column: 1 / 3;
    grid-row: 4; }
  .footer__col:nth-child(4) {
    grid-column: 1 / 3;
    grid-row: 5; }
  .footer__col:nth-child(5) {
    grid-column: 1 / 3;
    grid-row: 2; }
  .footer__col:nth-child(6) {
    grid-column: 1 / 3;
    grid-row: 3; }
  .hmmenu {
    display: block;
    background: #000; }
  .hmmenu__search {
    width: calc(100% - 50px);
    height: 30px;
    background: rgba(255, 255, 255, 0.5); }
  .hmmenu__search input {
    width: calc(100% - 30px);
    height: 100%;
    background: transparent;
    border: 0;
    padding-left: 10px;
    outline: none !important; }
  .hmmenu__search input::placeholder {
    color: #fff; }
  .hmmenu__search button {
    width: 30px;
    height: 100%;
    background: #000;
    border: 0;
    cursor: pointer; }
  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    height: 2px;
    background: var(--color-primary); }
  .hamburger {
    padding: 0; }
  .hamburger-box {
    display: block; }
  .adv {
    padding: 0; } }

@media screen and (max-width: 700px) {
  .home-danhmuc-list {
    /*gap: 20px;*/ }
  .home-danhmuc-item {
    width: calc(100% / 2 - 35px); }
  .home-danhmuc-list-res .home-danhmuc-item {
    width: calc(100% / 3 - 35px); }
  .product_layout_left {
    width: 80%;
    position: fixed;
    z-index: 999999999;
    background: #fff;
    top: 0;
    left: -80%;
    border-right: 1px solid #ebebeb;
    height: 100%;
    transition: all ease 0.4s; }
  .product_danhmuc_list li {
    width: 100%; }
  .product_filter_title {
    display: flex;
    padding: 0.5rem 1rem;
    color: #fff;
    font-weight: bold;
    background: var(--color-page);
    text-transform: uppercase;
    position: relative;
    justify-content: space-between;
    align-items: center;
    position: relative; }
  .product_filter_close {
    font-size: 25px; }
  .product_layout_active {
    left: 0; }
  .filter-product-btn {
    display: block;
    color: #000 !important;
    font-size: 22px; }
  .product_filter_contain {
    overflow: auto;
    max-height: 100%;
    position: relative;
    min-height: 100%;
    background: #fafafa; }
  .product_layout_active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }
  .product_danhmuc_layout {
    border-radius: 0;
    margin: 0 !important;
    border-bottom: 1px dashed #ebebeb; }
  .product_danhmuc_layout:nth-last-child {
    border-bottom: none; }
  .feedback__grid__layout .home-custom-item {
    width: calc(100% / 3 - 15px); } }

@media screen and (max-width: 600px) {
  .fix_carousel_owl .box-product-item {
    width: calc(100% / 2 - 11.5px); }
  .box-product-item {
    width: calc(100% / 2 - 11.5px); }
  .box-product-newprice {
    font-size: 15px; }
  .box-product-oldprice {
    /*font-size: 12px;font-weight: none;*/ }
  .box-product-sizecolor {
    position: relative;
    left: unset;
    top: unset;
    padding: 10px 5px;
    bottom: unset; }
  .box-product-doisize {
    /*position: relative; top: unset; right: unset;margin-left: -15px; */
    width: 50%;
    right: 0; }
  .box-product-sale {
    width: 70px;
    height: 70px; }
  .box-product-item {
    font-size: 30px; }
  .box-product-char {
    top: 22px;
    right: -20px;
    border-top: 30px solid transparent;
    border-right: 30px solid var(--color-sale); }
  .box-product-char:after {
    top: -42px;
    left: 12px;
    height: 30px; }
  .box-product-char span:nth-child(1) {
    top: -47px;
    left: 11px;
    font-size: 10px; }
  .box-product-char span:nth-child(2) {
    top: -40px;
    left: 20px;
    font-size: 10px; }
  .box-product-char span:nth-child(3) {
    top: -24px;
    left: 14px;
    font-size: 8px; }
  .box-product-sale {
    top: 10px;
    left: 10px; }
  .box-product-number {
    font-size: 30px; }
  .fix_carousel_owl .home-custom-item {
    min-width: 300px;
    width: 300px;
    margin: 0 10px;
    margin-bottom: 20px; }
  .footer_top_hotline {
    font-size: 20px; }
  .title-main {
    font-size: 20px; }
  .post-items {
    width: calc(100% / 2 - 15px); }
  .header-search-category-item {
    width: calc(100% / 3 - 12px); }
  #hcontainer {
    /*overflow: hidden;*/ }
  .home-tieuchi-container {
    overflow: auto; }
  /*.home-tieuchi-main{width: calc(100% * 2);}*/
  .home-tieuchi-center {
    background: url(../img/icon/tieuchi1.png) no-repeat top center; }
  .home-tieuchi-right {
    background: url(../img/icon/tieuchi2.png) no-repeat top center; }
  .home-tieuchi-item {
    padding-top: 24px;
    padding-left: 0;
    text-align: center; }
  .home-tieuchi-left span {
    min-width: auto;
    padding: 5px 20px;
    line-height: inherit; }
  .home-intro-main {
    flex-wrap: wrap; }
  .home-intro-left {
    width: 100%; }
  .home-intro-right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px; }
  .home-intro-name {
    margin-bottom: 20px; }
  .home-intro-left {
    padding-right: 0;
    text-align: center; }
  .form-hoidap-more a {
    line-height: 36px;
    min-width: 100px; }
  .home-product-more a {
    padding: 5px 20px; }
  .home-brand-name {
    font-size: 20px; }
  .footer_top_one {
    width: 100%;
    display: flex;
    justify-content: space-between; }
  .home-danhmuc-list-res .home-danhmuc-item {
    width: calc(100% / 2 - 35px); } }

@media screen and (max-width: 500px) {
  .product_cuahang_search {
    flex-wrap: wrap; }
  .product_cuahang_search #cuahang_submit_btn {
    /*white-space: nowrap;*/
    width: 100%; }
  .popupgift {
    display: none; }
  .popupgift_mobile {
    display: block; }
  .pop-gift, .active-pop {
    max-width: 75vw; }
  .popup-openGift {
    padding-bottom: 8px; }
  .popup-openGift:hover {
    left: 18px; }
  .pd-10 {
    padding: 0 0px; }
  .wrap_qua {
    padding: 60px 10px; }
  .item-qua {
    width: calc( 100% / 2); }
  .trending__content {
    min-height: 330px; }
  .adv__owl {
    min-height: 70px; }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 15px !important;
    margin-right: 0 !important;
    text-align: right; }
  .slider .owl-dots {
    position: absolute;
    top: unset;
    right: 3%;
    transform: unset;
    width: 100%;
    bottom: 5%; }
  .home-title span {
    font-size: 22px; }
  .home-title1 div img {
    width: 50%; }
  .fixmodel_cart {
    width: 100% !important; }
  .header-search-top {
    justify-content: left; }
  .header-search-top input {
    width: 80%; }
  .form-hoidap-input {
    min-width: 90%; }
  .form-hoidap-select {
    width: 50%; }
  .form-hoidap-search {
    width: 50%; }
  .form-hoidap-filter {
    width: 100%;
    margin: 10px 0; }
  .home-danhmuc-list {
    /*gap: 15px;*/ }
  .box-product-info {
    flex-direction: column;
    text-align: center; }
  .box-product-brand {
    width: 100%;
    text-align: center; }
  .home-title span {
    font-size: 18px; }
  .home-danhmuc-container {
    overflow-x: hidden; }
  .home-ads {
    overflow-x: hidden; }
  .home-hot-deal {
    overflow-x: hidden; }
  .home-intro-container {
    overflow-x: hidden; }
  .home-searchgg-container {
    overflow-x: hidden; }
  .home-brand-container {
    overflow-x: hidden; }
  .home-ketnoi-container {
    overflow-x: hidden; }
  .home-news {
    overflow-x: hidden; }
  .home-supplier {
    overflow-x: hidden; }
  .home-chinhsach {
    overflow-x: hidden; }
  .footer {
    overflow-x: hidden; }
  .main_content {
    overflow-x: hidden; } }

@media screen and (max-width: 450px) {
  .header-search-category-item {
    width: calc(100% / 2 - 12px); }
  .home-tieuchi-item {
    font-size: 10px; }
  .home-tieuchi-left div {
    font-size: 13px; }
  .home-tieuchi-main {
    flex-wrap: wrap; }
  .home-tieuchi-left {
    width: 100%; }
  .home-tieuchi-item {
    padding-top: 45px;
    width: calc(50% - 20px); }
  .home-tieuchi-left + .home-tieuchi-border {
    display: none; }
  .home-product-new, .fix_carousel_owl .box_product_owl {
    gap: 10px; }
  .box-product-item, .fix_carousel_owl .box-product-item {
    width: calc(100% / 2 - 5.5px); }
  .box-post-name a {
    font-size: 12px; }
  .box-post-descript {
    font-size: 12px; }
  .footer_top_one .footer_box_item {
    width: 50%; }
  .footer_top_two {
    width: 46%; }
  .footer_top_three {
    width: 50%; }
  .footer_top_four {
    width: 100%; }
  .home-danhmuc-item {
    /*position: relative;flex-direction: column-reverse;*/
    width: 100%; }
  .home-danhmuc-name {
    position: relative;
    bottom: unset;
    text-align: center;
    left: unset; }
  /*.home-danhmuc-name span{position: relative;bottom: unset;left: unset;}*/
  /*.home-danhmuc-item img{width: 100%;}*/
  .footer_top {
    padding: 20px 0; }
  .feedback__grid__layout .home-custom-item {
    width: calc(100% / 1); }
  .danhgia-layout {
    padding: 1.25rem 2rem; }
  .danhgia-layout-left {
    flex-wrap: wrap; }
  .danhgia-layout-total {
    width: 100% !important; }
  .danhgia-layout-detail {
    padding: 0 !important;
    width: 100% !important; }
  .danhgia-button-right {
    text-align: center;
    width: 100%;
    max-width: 100%; }
  .danhgia-button-left {
    width: 100%;
    max-width: 100%; }
  .danhgia-btn-sm {
    margin-bottom: 0.5rem; }
  .home-danhmuc-list {
    margin: 0px -10px; }
  /*.home-danhmuc-item{margin: 10px;width: 100%;}*/
  .home-danhmuc-list-res .home-danhmuc-item {
    margin: 10px;
    width: 100%; } }

@media screen and (max-width: 360px) {
  .header-search-category {
    gap: 10px; }
  .home-chinhsach-main {
    gap: 5px; }
  .header-search-category-item {
    width: calc(100% / 5 - 10px); }
  .footer_top_two {
    width: 45%; } }

#widget-dmsp li {
  position: relative;
  padding: 5px; }
  #widget-dmsp li a {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    display: inline-block;
    padding: 5px; }
  #widget-dmsp li ul {
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
    background-color: #eee;
    width: 100%; }
  #widget-dmsp li:hover {
    background-color: #fff; }
    #widget-dmsp li:hover > ul {
      left: 100%;
      opacity: 1; }

#widget-dmsp > li > a {
  position: relative; }
  #widget-dmsp > li > a:before {
    content: "- ";
    position: relative; }

.nav-level-1__item-box {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: 1px dashed #cacaca;
  padding: 10px; }
  .nav-level-1__item-box i {
    width: 22px;
    height: 22px;
    box-sizing: border-box;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: #fff;
    cursor: pointer; }
    .nav-level-1__item-box i:before {
      content: "\f106"; }
    .nav-level-1__item-box i.collapsed {
      cursor: pointer; }
      .nav-level-1__item-box i.collapsed:before {
        content: "\f107"; }
  .nav-level-1__item-box .nav-level-1__link {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase; }
    @media screen and (prefers-reduced-motion: reduce) {
      .nav-level-1__item-box .nav-level-1__link {
        transition: none; } }
    .nav-level-1__item-box .nav-level-1__link:hover {
      color: #ff0; }

.nav-level-2__list .nav-level-2__item {
  position: relative;
  border-bottom: 1px dashed #cacaca; }
  .nav-level-2__list .nav-level-2__item:before {
    width: 6px;
    height: 6px;
    position: absolute;
    top: 18px;
    left: 20px;
    border-radius: 50%;
    background-color: #fff; }
  .nav-level-2__list .nav-level-2__item .nav-level-2__link {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 10px 10px 30px;
    display: block; }
    @media screen and (prefers-reduced-motion: reduce) {
      .nav-level-2__list .nav-level-2__item .nav-level-2__link {
        transition: none; } }
    .nav-level-2__list .nav-level-2__item .nav-level-2__link:hover {
      color: #ff0; }

.nav-level-3__list .nav-level-3__item {
  position: relative;
  border-top: 1px dashed #cacaca; }
  .nav-level-3__list .nav-level-3__item:before {
    width: 5px;
    height: 5px;
    position: absolute;
    top: 22px;
    left: 30px;
    background-color: #000; }
  .nav-level-3__list .nav-level-3__item .nav-level-3__link {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    padding: 15px 15px 15px 45px; }
    @media screen and (prefers-reduced-motion: reduce) {
      .nav-level-3__list .nav-level-3__item .nav-level-3__link {
        transition: none; } }
    .nav-level-3__list .nav-level-3__item .nav-level-3__link:hover {
      color: #C09D77; }

.widget {
  margin-bottom: 10px; }
  .widget--border .widget-body {
    border-style: solid;
    border-color: #000;
    border-width: 0 2px 2px; }
  .widget--bg .widget-body {
    background-color: #eee; }
  .widget-head {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-transform: uppercase;
    background-color: #000;
    min-height: 60px; }
    .widget-head i {
      margin: 0 10px; }

#menu-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

#menu-main, #menu-main ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

#menu-main ul {
  /*border: 1px solid #ebebeb;*/
  opacity: 0;
  z-index: -1;
  transition: all ease 0.3s;
  visibility: hidden;
  box-shadow: 0px 3px 5px #ccc; }

#menu-main ul li {
  padding: 10px; }

#menu-main {
  display: flex;
  align-items: center; }
  #menu-main li {
    padding: 10px 18px;
    position: relative; }
    #menu-main li a {
      font-size: 14px;
      color: #F2F2F2;
      font-weight: 300;
      font-family: var(--text-font); }
    #menu-main li ul a {
      position: relative; }
      #menu-main li ul a:after {
        content: '';
        position: absolute;
        width: 0;
        border-top: 2px solid #333;
        left: 0;
        bottom: -2px;
        transition: all ease 0.3s; }
    #menu-main li:hover > ul {
      opacity: 1;
      z-index: 9;
      visibility: visible; }
  #menu-main > li {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 100%; }
    #menu-main > li > a {
      position: relative; }
      #menu-main > li > a:after {
        content: '';
        position: absolute;
        left: -15px;
        bottom: -5px;
        border: 2px solid var(--color-page);
        border-radius: 10px;
        width: 0;
        transition: all ease 0.3s;
        opacity: 0; }
    #menu-main > li:hover > a {
      color: var(--theme2); }
    #menu-main > li > ul {
      position: absolute;
      background: var(--theme);
      /*padding: 30px 10px;*/
      width: 220px;
      top: 100%;
      left: 0; }
      #menu-main > li > ul ul {
        position: absolute;
        background: var(--theme);
        /*padding: 30px 10px;*/
        width: 220px;
        top: 0;
        left: 100%; }
        #menu-main > li > ul ul a {
          font-size: 15px; }
  #menu-main ul li:hover {
    background: var(--theme2); }
    #menu-main ul li:hover > a {
      color: #fff; }

/*=== HEADER ===*/
.header {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 100;
  z-index: 1000;
  background-color: #000;
  width: 100%; }
  .header.header_sticky {
    position: fixed; }
  .home_content .header {
    position: absolute;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
    .home_content .header.header_sticky {
      position: fixed; }
  .header .container {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .header-logo {
    margin: 10px 45px; }
    .header-logo img {
      max-width: 131px; }
  .header-lang {
    position: relative; display: flex;}
    .header-lang-control {
      box-sizing: border-box;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      z-index: 41;
      cursor: pointer;
      position: relative; }
    .header-lang-box {
      position: absolute;
      top: 0;
      left: 0px;
      z-index: 40;
      text-transform: uppercase;
      background-color: #fff;
      width: 100%;
      border-radius: 3px;
      opacity: 0; }
      .header-lang-box a {
        font-size: 15px;
        color: #000;
        font-weight: 400;
        padding: 5px;
        display: block; }
    .header-lang.active .header-lang-box {
      top: calc(100% + 5px);
      opacity: 1; }
    .header-lang span {
      font-size: 16px;
      color: #fff;
      font-weight: 400;
      text-transform: uppercase;
      display: inline-block;
      margin: 0 10px; }

.header-top {
  background: #171515;
  color: #fff;
  padding: 11px 0; }

.header-top > div {
  display: flex;
  justify-content: space-between; }

.header-top-checkcart a {
  color: #fff;
  background: url("../img/icon/ic check.png") no-repeat left center;
  padding-left: 38px; }

.header-top-slogan {
  background-color: #FDE6E0;
  position: relative;
  overflow: hidden;
  padding: 7px; }
  .header-top-slogan .marquee {
    -webkit-animation: marquee 20s linear infinite;
    -moz-animation: marquee 20s linear infinite;
    -ms-animation: marquee 20s linear infinite;
    -o-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: var(--theme);
    white-space: nowrap;
    display: block; }

.header-top-mxh a {
  display: inline-block;
  margin-left: 10px; }

.header-menu-btn {
  position: relative;
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: pointer;
  display: none;
  align-items: center; }

.header-menu-btn span {
  border: 1px solid #fff;
  width: 80%;
  display: inline-block;
  border-radius: 15px;
  vertical-align: middle;
  margin-top: 3px; }

.header-menu-btn:after {
  content: '';
  position: absolute;
  border: 1px solid #fff;
  width: 98%;
  border-radius: 15px;
  top: 6px;
  left: 0px; }

.header-menu-btn:before {
  content: '';
  position: absolute;
  border: 1px solid #fff;
  width: 60%;
  border-radius: 15px;
  bottom: 2px;
  left: 0px; }

.count-cart {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 14px;
  color: var(--theme);
  font-weight: 600;
  line-height: 22px;
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #fff;
  display: inline-block;
  text-align: center; }

.res-header-search {
  display: none; }

.header-search-inner {
  flex-direction: row-reverse; }

.header-menu {
  height: 100%;
  display: flex; }

.header-search {
  position: relative;
  height: 40px; }

.header-search input {
  background: #F5F5F5;
  border: none;
  border-radius: 30px;
  line-height: 39px;
  text-indent: 12px;
  opacity: 0;
  transition: all ease 0.3s;
  position: absolute;
  top: 0;
  right: 0; }

.header-search input::placeholder {
  color: #333;
  font-size: 15px; }

.header-search input:focus {
  outline: 2px solid #000; }

.header-search:hover input {
  opacity: 1; }

.header-search button {
  border: none;
  background: none;
  outline: none !important;
  position: absolute;
  top: 8px;
  right: 5px;
  width: 23px;
  height: 23px;
  padding: 0;
  cursor: pointer; }

.header-search-container {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  top: -50%;
  padding: 3rem 0;
  border-top: 1px solid #ebebeb;
  opacity: 0;
  transition: all ease 0.2s;
  z-index: -1;
  visibility: hidden; }

.header-search-main {
  position: relative;
  overflow: auto;
  max-height: calc(100vh - 8.5rem); }

.header-search-top {
  box-sizing: border-box;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 260px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 508px;
  width: 100%;
  background-color: #fff;
  border-radius: 109px;
  overflow: hidden; }
  .header-search-top input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 8px 0;
    outline: none;
    border: none; }
  .header-search-top button {
    width: 42px;
    height: 42px;
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background: none;
    border: none;
    outline: none; }

.header-search-close {
  position: absolute;
  width: 20px;
  color: #666;
  right: 0;
  top: 5px;
  cursor: pointer; }

.header-search-bot {
  margin-top: 6.25rem; }

.header-search-title {
  text-transform: uppercase;
  color: #333;
  font-weight: bold; }

.header-search-tags {
  display: flex;
  flex-wrap: wrap; }

.header-search-tag-item {
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 7px 20px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #666; }

.header-search-tag-item:hover {
  background: #ebebeb;
  color: #333; }

.header-search-category {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between; }

.header-search-category-item {
  position: relative; }

.header-search-category-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.3)); }

.header-search-category-name {
  position: absolute;
  padding: 1.5rem 0.75rem;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-family: 'arial'; }

.header-search-active {
  opacity: 1;
  top: 100%;
  z-index: 99;
  visibility: visible; }

/* Hide scrollbar for Chrome, Safari and Opera */
.header-search-main::-webkit-scrollbar {
  display: none; }

/* Hide scrollbar for IE, Edge and Firefox */
.header-search-main {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.home-searchgg-box {
  max-width: 800px;
  margin: auto;
  position: relative;
  /*z-index: 99999;*/ }

.home-searchgg-box .gsc-control-cse {
  padding: 0;
  position: relative;
  z-index: 1; }

.home-searchgg-box table.gsc-search-box td {
  height: 48px; }

.home-searchgg-box .gsc-input-box {
  border: 1px solid #333;
  border-radius: 4px 0 0 4px;
  border-right: none;
  background: transparent; }

.home-searchgg-box table.gsc-search-box td.gsc-input {
  padding-right: 0; }

.home-searchgg-box .gsc-search-button {
  margin-left: 0px; }

.home-searchgg-box .gsc-search-button-v2 {
  height: 100%;
  background-color: #0077B6;
  border-color: #0077B6;
  border-left: none;
  border-radius: 0px 4px 4px 0px;
  padding: 6px 18px; }

.home-searchgg-box .gsc-search-button-v2 svg {
  width: 30px;
  height: 27px; }

.home-searchgg-box input[name="search"] {
  background: none !important;
  text-indent: 10px; }

.home-searchgg-box input[name="search"]::placeholder {
  font-family: 'Montserrat';
  font-size: 13px;
  color: #000; }

.home-searchgg-box .gsc-control-cse {
  background-color: transparent; }

.home-searchgg-exam {
  max-width: 800px;
  margin: auto;
  margin-top: 5px;
  color: #999;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 400; }

.home-search-tags {
  display: flex;
  justify-content: center;
  gap: 10px 60px;
  flex-wrap: wrap; }

.home-search-tags-item {
  border: 1px solid #000;
  border-radius: 3px;
  padding: 12px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer; }

.home-search-tags-item i {
  font-size: 20px; }

.gsc-adBlock {
  display: none !important; }

/*=== END HEADER ===*/
.footer {
  background-color: #171717;
  overflow: hidden; }
  .footer-wrapper {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .footer-info {
    width: 33.3333333333%;
    /*padding-left: 5%;
    padding-right: 5%; */
  }
    .footer-info__content {
      margin-top: 40px; }
      .footer-info__content img{display: inline-block;width: 20px !important; height: auto !important;margin-right: 8px; margin-top: 0px;}
      .footer-info__content p {
        margin-bottom: 0px; }
  .footer-icons {
    min-height: 320px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    width: 33.3333333333%; }
    .footer-icons:before {
      width: 100%;
      height: 100%;
      background-color: #262626;
      z-index: 40; }
    .footer-icons:hover span {
      opacity: 1; }
    .footer-icons span {
      color: #fff;
      font-size: 20px;
      position: absolute;
      z-index: 40;
      text-align: center;
      width: 100%;
      transition: all .3s ease;
      opacity: 0; }
  .footer-banner {
    background-image: var(--mybgi);
    background-size: 100% 100%;
    /*width: 33.3333333333%;
    min-height: 320px;*/
    order: 1;
    position: relative;
    box-sizing: border-box;
    /*display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;*/ }
    /*.footer-banner:before {
      width: 100%;
      height: 100%;
      background-color: rgba(16, 16, 16, 0.67);
      z-index: 40; }*/
    .footer-banner:hover span {
      opacity: 1; }
    .footer-banner span {
      color: #fff;
      font-size: 20px;
      position: absolute;
      z-index: 40;
      text-align: center;
      width: 100%;
      transition: all .3s ease;
      opacity: 0; }
    .footer-banner div {
      /*z-index: 41;
      position: relative;
      width: 270px;
      margin: 0px auto;
      text-align: center; */}
      /*.footer-banner div a {
        color: #FFFFFF;
        box-sizing: border-box;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }*/
        .footer-banner div a span {
          font-weight: 600;
          font-size: 24px;
          text-align: center;
          text-transform: uppercase; }
        .footer-banner div a i {
          font-size: 38px; }
        .footer-banner div a:hover {
          color: var(--theme2); }
  .footer-connect {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: 40px;
    position: relative;
    z-index: 41; }
    .footer-connect-item {
      padding: 8px; }
      .footer-connect-item a img {
        margin: 0 auto;
        filter: grayscale(2); }
        .footer-connect-item a img:hover {
          filter: grayscale(0); }
  .footer-bct {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 40px;
    position: relative;
    z-index: 41; }
    .footer-bct-item {
      padding: 8px; }
      .footer-bct-item a img {
        margin: 0 auto;
        max-width: 150px;
        filter: grayscale(2); }
        .footer-bct-item a img:hover {
          filter: grayscale(0); }

.copyright {
  background: var(--theme);
  padding: 20px 0;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF; }

.main-title {
  position: relative;
  margin-bottom: 20px; }
  .main-title__link {
    font-size: 32px;
    color: #2D2D2D;
    font-weight: 600;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    text-transform: uppercase;
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    color: #F14953; }
    @media screen and (prefers-reduced-motion: reduce) {
      .main-title__link {
        transition: none; } }
    .main-title__link[href] {
      cursor: pointer; }
      .main-title__link[href]:hover {
        color: var(--theme2); }
  .main-title--center {
    text-align: center; }

.slide-item {
  position: relative; }

.slide-model {
  position: absolute;
  opacity: 0;
  /*transform: translate(-6%,10%);*/
  z-index: 9;
  left: 0%;
  top: 0;
  width: 100%; }

.slide-sale {
  position: absolute;
  top: 0%;
  right: 0;
  opacity: 0;
  width: 100%; }

.slide-descript {
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0;
  width: 100%; }

.slide-detail {
  position: absolute;
  bottom: -24px;
  right: 10%;
  background: #F15922;
  color: #fff;
  border-radius: 30px;
  width: 245px;
  text-align: center;
  line-height: 48px;
  opacity: 0;
  z-index: 9; }

.slide-detail:hover {
  color: #fff;
  background: #f18761; }

.slide-animate {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.slide-animate .center-layout {
  position: relative;
  height: 100%; }

.slideItem-active .slide-model {
  /*transform: translate(-6%,-5%);*/
  opacity: 1;
  text-align: center;
  transition: all ease 1s;
  transition-delay: .5s; }

.slideItem-active .slide-sale {
  right: 0%;
  opacity: 1;
  text-align: left;
  transition: all ease 1s;
  transition-delay: .8s; }

.slideItem-active .slide-descript {
  left: 0%;
  opacity: 1;
  text-align: right;
  transition: all ease 1s;
  transition-delay: 1s; }

.slideItem-active .slide-detail {
  opacity: 1;
  transition: all ease 1s;
  transition-delay: .5s; }

.slider {
  position: relative;
  z-index: 99;
  /*height: 100vh;*/ }
  .slider .himg {
    position: relative;
    overflow: hidden; }
    .slider .himg:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 51.3888888889%; }

.slider .owl-dots {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  width: 15px; }

.slider .owl-theme .owl-dots .owl-dot.active span, .slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff; }

.slider .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: none;
  border: 2px solid #fff; }

.slider .slide-fadeOut .slide-model {
  opacity: 0;
  transform: translate(-6%, 10%);
  transition: all ease 1s; }

.slider .slide-fadeOut .slide-sale {
  right: 0;
  opacity: 0;
  transition: all ease 1s; }

.slider .slide-fadeOut .slide-descript {
  left: 0;
  opacity: 0;
  transition: all ease 1s; }

.slider .slide-fadeOut .slide-detail {
  opacity: 0;
  transition: all ease 1s; }

.slider .owl-carousel .owl-item {
  padding-bottom: 0px; }

/*slider swiper START*/
.slider {
  position: relative; }
  .slider-image {
    position: relative;
    height: 100%;
    z-index: 40; }
    .slider-image-swiper {
      height: 100%; }
      .slider-image-swiper .swiper-slide {
        display: flex; }
    .slider-image-item {
      width: 100%; }
      .slider-image-item figure {
        margin-bottom: 0;
        height: 100%; }
        .slider-image-item figure img {
          height: 100%;
          width: 100%; }
  .slider-content {
    position: absolute;
    top: 50%;
    left: 15.2777777778%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: 500px;
    z-index: 41; }
    .slider-content-swiper h5 {
      font-weight: 600;
      font-size: 30px;
      color: #F2F2F2; }
    .slider-content-swiper p {
      font-weight: 300;
      font-size: 16px;
      color: #C09D77;
      display: block;
      display: -webkit-box;
      height: 72px;
      line-height: 1.5;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; }
    .slider-content .slider-pagination__fraction {
      width: auto;
      margin-right: 50px; }
  .slider-pagination {
    font-weight: 400;
    color: #C09D77; }
    .slider-pagination .swiper-pagination-current {
      font-size: 36px;
      color: #C09D77; }
    .slider-pagination .swiper-pagination-total {
      font-size: 14px;
      color: #fff; }
    .slider-pagination .swiper-custom-prev {
      margin-right: 20px; }

/*slider swiper END*/
.social {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 100;
  margin: 20px 0; }
  .social li + li {
    margin-left: 20px; }
  .social a {
    box-sizing: border-box;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .social a img {
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
      max-height: 36px;
      object-fit: scale-down; }
      @media screen and (prefers-reduced-motion: reduce) {
        .social a img {
          transition: none; } }
      .social a img:hover {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg); }
  .social--ft a {
    margin-left: 0;
    margin-right: 10px; }
    .social--ft a img {
      max-height: 50px; }

.newsletter__desc {
  font-weight: 400;
  font-size: 14px;
  color: #333333; }

.frm_newsletter {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #F14953;
  border-radius: 12px;
  overflow: hidden;
  height: 48px;
  padding: 0 5px;
  margin-top: 30px; }
  .frm_newsletter input[name="email"] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    outline: none;
    border: none;
    background: none;
    text-indent: 0px;
    line-height: 36px;
    font-size: 14px;
    color: #000; }
    .frm_newsletter input[name="email"]::placeholder {
      font-size: 14px;
      color: #828282; }
  .frm_newsletter button {
    cursor: pointer;
    border: none;
    outline: none;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 15px;
    background-color: var(--theme);
    border-radius: 8px;
    height: 36px; }

.btn-more {
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
  color: #101010;
  background-color: var(--theme2);
  border-radius: 0px;
  border: 1px solid var(--theme2); }
  .btn-more:hover {
    color: #fff;
    background-color: var(--theme); }

.btn-more2 {
  box-sizing: border-box;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 45px;
  width: fit-content;
  margin: 0 auto;
  padding: 0 24px;
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  position: relative; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn-more2 {
      transition: none; } }
  .btn-more2 span {
    font-size: 15px;
    color: inherit;
    font-weight: 400;
    line-height: 45px;
    z-index: 40;
    position: relative; }
  .btn-more2:hover {
    color: #000; }

/*cate-home START*/
.home_content {
  background-color: var(--theme); }

.cate-home {
  padding-top: 20px; }
  .cate-home-item {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    background-color: var(--theme); }
    .cate-home-item__image {
      width: 50%;
      overflow: hidden; }
      .cate-home-item__image img {
        width: 100%; }
      .cate-home-item__image:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    .cate-home-item__info {
      box-sizing: border-box;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: start;
      -moz-align-items: start;
      align-items: start;
      width: 50%;
      padding-left: 20px;
      padding-right: 20px; }
      .cate-home-item__info h2 {
        font-weight: 600;
        font-size: 36px;
        line-height: 43px;
        color: #F2F2F2; }
      .cate-home-item__info p {
        font-weight: 300;
        font-size: 14px;
        color: #BDBDBD;
        display: block;
        display: -webkit-box;
        max-height: 210px;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10; 
        text-align: justify;
      }
    .cate-home-item--even .cate-home-item__image {
      order: 1; }

/*cate-home END*/
/*service-home START*/
.service-home {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  overflow: hidden;
  background-color: var(--theme); }
  .service-home-left {
    width: 38.8888888889%;
    padding-left: 6.9444444444%;
    padding-right: 5.5555555556%; }
    .service-home-left h2 {
      font-weight: 600;
      font-size: 48px;
      color: #F2F2F2; }
    .service-home-left p {
      font-weight: 300;
      font-size: 14px;
      color: #BDBDBD;
      display: block;
      display: -webkit-box;
      height: 63px;
      line-height: 1.5;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; }
  .service-home-right {
    width: 54.8611111111%; }
  .service-home-swiper {
    width: 100%; }
  .service-home-item {
    position: relative; }
    .service-home-item figure {
      position: relative; }
      .service-home-item figure:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 164%; }
    .service-home-item__info {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: end;
      -moz-justify-content: end;
      justify-content: end;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: start;
      -moz-align-items: start;
      align-items: start;
      opacity: 0; }
      .service-home-item__info:before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 40;
        background: linear-gradient(0deg, #000000 25.19%, rgba(0, 0, 0, 0) 63.61%);
        opacity: 0; }
      .service-home-item__info h5 {
        font-weight: 600;
        font-size: 24px;
        position: relative;
        z-index: 41; }
        .service-home-item__info h5 a {
          color: #C09D77; }
        .service-home-item__info h5 i {
          color: #C09D77; }
        .service-home-item__info h5:hover a {
          color: #fff; }
        .service-home-item__info h5:hover i {
          color: #fff; }
      .service-home-item__info p {
        font-weight: 300;
        font-size: 14px;
        color: #BDBDBD;
        position: relative;
        z-index: 41;
        display: block;
        display: -webkit-box;
        height: 63px;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }
    .service-home-item:hover .service-home-item__info {
      opacity: 1; }
      .service-home-item:hover .service-home-item__info:before {
        opacity: .7; }
  .service-home .swiper-slide {
    display: none; }
  .service-home .swiper-initialized .swiper-slide {
    display: block; }
  .service-home-grid {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    display: none; }
  .service-home-grid-item {
    box-sizing: border-box;
    flex: 0 0 50%; }
    .service-home-grid-item .service-home-item__info {
      opacity: 1; }
      .service-home-grid-item .service-home-item__info:before {
        opacity: 1; }
      .service-home-grid-item .service-home-item__info h5 {
        padding: 0 5px; }
      .service-home-grid-item .service-home-item__info p {
        display: none; }

/*service-home END*/
/*partner-home START*/
.home_content .partner-home {
  background-color: var(--theme); }

.partner-home__title {
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  color: #F2F2F2; }

.partner-items {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.partner-item {
  box-sizing: border-box;
  flex: 0 0 16.6666666667%; }
  .partner-item a img {
    filter: grayscale(2); }
    .partner-item a img:hover {
      filter: grayscale(0); }

/*partner-home END*/
/*banner-news-home START*/
.banner-news-home {
  background-color: var(--theme); }
  .banner-news-home .container-2 {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;align-items: end; }

.banner-home {
  width: 41.8088737201%;
  order: 1; }
  .banner-home a {
    position: relative;
    display: block;
    /*margin-top: 84px;*/
    overflow: hidden;
    position: relative;
    top: 0px;
    left: 0px; }
    .banner-home a:before {
      display: block;
      content: "";
      width: 100%;
     /* padding-top: 120%; */}
    .banner-home a img {
     /* position: absolute;
      object-fit: cover;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;*/ }

.news-home {
  width: 49.1467576792%; }
  .news-home__title {
    font-weight: 600;
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px; }
  .news-home-item {
    margin-bottom: 36px; }
    .news-home-item a {
      box-sizing: border-box;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .news-home-item a figure {
        margin-bottom: 0; }
      .news-home-item a div {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 15px; }
        .news-home-item a div span {
          font-weight: 400;
          font-size: 16px;
          color: #FFFFFF;
          opacity: 0.3;
          display: block;
          margin-top: 20px;
          margin-bottom: 10px; }
        .news-home-item a div h5 {
          font-weight: 600;
          font-size: 16px;
          color: #FFFFFF;
          display: block;
          display: -webkit-box;
          max-height: 48px;
          line-height: 1.5;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; }
          .news-home-item a div h5:hover {
            color: var(--theme2); }
        .news-home-item a div p {
          font-weight: 300;
          font-size: 14px;
          color: #FFFFFF;
          display: block;
          display: -webkit-box;
          height: 42px;
          line-height: 1.5;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; }

/*banner-news-home END*/
.pro-detail-share li {
  display: inline-block;
  margin-right: 7px; }
  .pro-detail-share li a img {
    max-width: 40px; }

.slick-product-list .slick-prev {
  position: relative;
  top: 0;
  left: 50%;
  padding-top: 0;
  transform: rotate(90deg);
  margin-left: -20px; }

.slick-product-list .slick-next {
  position: relative;
  top: 0;
  left: 50%;
  padding-top: 0;
  transform: rotate(90deg);
  margin-left: -20px; }

.slider .swiper-pagination-bullet-active {
  background: #fff; }

.slider .swiper-button-next, .slider .swiper-button-prev {
  color: #fff; }

.slider .swiper-button-next:after, .slider .swiper-button-prev:after {
  font-size: 22px; }

.post-items:hover .box-post-img {
  opacity: .8; }

.mg-zoom-item figure.mz-figure {
  width: 100%; }

.mg-zoom-item figure.mz-figure img {
  max-width: 100% !important; }

.w-100 {
  width: 100%; }

.mg-zoom-item a {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.mg-thumbs-slick {
  margin-left: -4px;
  margin-right: -4px; }

.mg-thumbs-item {
  padding-left: 4px;
  padding-right: 4px; }

.mg-thumbs-item.slick-current .mz-thumb-selected > img {
  opacity: .5; }

.mg-gallery {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }

.mg-zoom {
  width: calc(87% - 40px);
  order: 2; }

.mg-thumbs {
  width: 13%; }

@media screen and (max-width: 425px) {
  .mg-gallery {
    display: block; }
  .mg-zoom {
    width: 100%; }
  .mg-thumbs {
    width: 100%;
    margin-top: 20px; } }

.contact-phone {
  width: 100%;
  margin: 10px 0px;
  overflow: hidden; }
  .contact-phone ul {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%; }
    .contact-phone ul li {
      width: 49%;
      float: left;
      margin-right: 2%;
      background-color: #288AD6;
      color: #fff;
      padding: 5px;
      text-align: center;
      border-radius: 3px;
      display: inline-block; }
      .contact-phone ul li a {
        color: #fff;
        display: block;
        width: 100%;
        text-decoration: none; }
      .contact-phone ul li p {
        font-weight: bold;
        font-size: 16px;
        margin: 0px; }
        .contact-phone ul li p:last-of-type {
          font-size: 12px;
          margin: 0px; }
      .contact-phone ul li:last-of-type {
        margin-right: 0;
        background: #3a559f; }

.h-0 {
  height: 0; }

.overflow-hidden {
  overflow: hidden; }

.faq-items__header {
  background-color: #faf5f0;
  border-radius: 5px; }
  .faq-items__header h3 {
    width: calc(100% - 20px);
    font-size: 16px; }
  .faq-items__header path {
    stroke: #5f5f5f; }
  .faq-items.accordion-open .faq-items__header {
    background: linear-gradient(240deg, #70efd1, #1bc1c1); }

* {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1; }

.rotate-180 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }

.rotate-180 {
  --tw-rotate: 180deg; }

.duration-300 {
  transition-duration: .3s; }

.product__owl {
  /*margin: 0 10.5px;*/
  width: calc(100% + 21px) !important; }

.product__grid {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.8333333333%;
  margin-right: -0.8333333333%; }
  .product__grid--3 .box-product-item {
    box-sizing: border-box;
    flex: 0 0 31.6666666667%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 1.6666666667%; }

.box-product-item {
  position: relative;
  transition: all ease 0.5s;
  box-sizing: border-box;
  flex: 0 0 23.3333333333%;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
  margin-bottom: 1.6666666667%; }

.box-product-detail {
  width: 100%;
  text-align: center; }

.box-product-name a {
  font-weight: 700;
  font-size: 15px;
  color: #000000;
  display: block;
  display: block;
  display: -webkit-box;
  max-height: 45px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.box-product-shortdesc {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin-top: 5px; }

.box-product-price {
  margin-top: 5px;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.box-product-newprice {
  font-weight: 700;
  font-size: 15px;
  color: #F14953; }
  .box-product-newprice span {
    font-weight: 400;
    font-size: 13px;
    color: #000; }

.box-product-oldprice {
  padding-left: 5px;
  font-weight: 400;
  font-size: 13px;
  text-decoration-line: line-through;
  color: #828282; }

.box-product-quantity-sold {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: var(--theme);
  display: block;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 3px 0; }

.box-product-discount-percent {
  position: absolute;
  top: 45px;
  left: 0px;
  display: inline-block; }
  .box-product-discount-percent:before {
    content: url("../img/discount.png");
    top: 4px;
    z-index: 40; }
  .box-product-discount-percent i {
    z-index: 41;
    margin: 0 0 0 5px;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF; }

.box-product-grid {
  display: flex;
  gap: 19px;
  flex-wrap: wrap; }

.box-product-img {
  position: relative;
  overflow: hidden; }
  .box-product-img:hover .box-product-btncart {
    width: auto; }

.box-product-img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  transition: all ease 0.5s !important; }

.box-product-img img, .box-product-img2 img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.box-product-iconnew {
  position: absolute;
  top: 6px;
  right: 6px; }

.box-product-iconnew img {
  width: initial !important; }

.box-product-info {
  padding: 15px 0px;
  display: flex;
  justify-content: space-between;
  position: relative; }

.box-product-brand {
  text-align: right;
  color: #9C9A9A;
  width: 30%;
  font-size: 16px; }

.box-product-category {
  color: #000000;
  font-size: 14px; }

.box-product-nameshop {
  color: #000000;
  font-size: 12px; }

.box-product-btncart {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  color: #fff;
  transition: all ease 0.5s;
  z-index: 99;
  cursor: pointer; }

.box-product-doisize {
  position: absolute;
  top: -70px;
  right: -20px; }

.box-product-outstock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none; }

.box-product-outstock img {
  width: initial; }

.box-product-sale {
  position: absolute;
  width: 126px;
  height: 126px;
  top: 28px;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  flex-wrap: wrap;
  background: var(--color-sale); }

.box-product-sale:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 10px;
  border: 1px solid #000;
  border-bottom: none; }

.box-product-sale:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 10px;
  border: 1px solid #000;
  border-top: none; }

.box-product-sale span {
  text-transform: uppercase;
  color: #000000;
  font-size: 7px;
  position: absolute;
  top: 10px; }

.box-product-number {
  text-align: center;
  font-family: 'Oswald';
  font-size: 80px;
  font-weight: 700;
  color: #000;
  position: absolute;
  bottom: 10px;
  left: 15px; }

.box-product-char {
  position: absolute;
  top: 22px;
  right: -20px;
  border-top: 90px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: 0px solid var(--color-sale);
  border-right: 45px solid var(--color-sale); }

.box-product-char:after {
  content: '';
  position: absolute;
  top: -90px;
  left: 22px;
  height: 100%;
  border-right: 3px solid #000;
  height: 90px;
  transform: skewX(-26deg); }

.box-product-char span:nth-child(1) {
  position: absolute;
  top: -97px;
  left: 25px;
  color: #000;
  font-size: 20px; }

.box-product-char span:nth-child(2) {
  position: absolute;
  top: -85px;
  left: 41px;
  color: #000;
  font-size: 20px; }

.box-product-char span:nth-child(3) {
  position: absolute;
  top: -15px;
  left: 10px;
  color: #000;
  font-size: 12px; }

.box-product-item {
  background-color: #fff; }
  .box-product-item .himg {
    position: relative;
    overflow: hidden; }

.box-product-item:hover {
  border-color: #FD835E; }

.box-product-item:hover .box-product-img {
  opacity: 0.8 !important; }

.box-product-color {
  margin-bottom: 10px; }

.box-product-color span {
  font-size: 14px;
  font-weight: 300; }

.box-product-sizecolor {
  position: absolute;
  left: 20px;
  bottom: 15px; }

.box-product-listcolor span {
  border-radius: 50%; }

.box-product-listcolor, .box-product-listsize {
  display: flex;
  gap: 8px;
  margin-left: 20px; }

.box-product-color, .box-product-size {
  display: flex;
  align-items: center; }

.color-btn {
  width: 23px;
  height: 23px;
  display: inline-block;
  cursor: pointer; }

.color-btn:hover, .color-active {
  border: 2px solid #fff;
  outline: 1px solid; }

.box-product-size span {
  font-size: 14px;
  font-weight: 300; }

.box-product-listsize select {
  border: none;
  outline: none;
  background: none;
  font-size: 14px;
  border-bottom: 2px solid #ccc;
  border-radius: 0 0 5px 5px;
  min-width: 50px; }

.product__owl.owl-theme .owl-nav.disabled + .owl-dots, .product_owl_tab.owl-theme .owl-nav.disabled + .owl-dots {
  text-align: left;
  margin-top: 30px; }

.product__owl.owl-theme .owl-dots .owl-dot span, .product_owl_tab.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border: 2px solid #C4C4C4;
  background: #C4C4C4; }

.product__owl.owl-theme .owl-dots .owl-dot.active span, .product__owl.owl-theme .owl-dots .owl-dot:hover span, .product_owl_tab.owl-theme .owl-dots .owl-dot.active span, .product_owl_tab.owl-theme .owl-dots .owl-dot:hover span {
  background: #333; }

.product__owl.owl-theme .owl-dots .owl-dot.active span, .product__owl.owl-theme .owl-dots .owl-dot:hover span, .product_owl_tab.owl-theme .owl-dots .owl-dot.active span, .product_owl_tab.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color-page);
  border-color: var(--color-page); }

.box_product_owl {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px; }

.box_product_owl .box-product-item {
  width: calc(100% / 3 - 16px); }

.home-product-more {
  text-align: center;
  margin-top: 40px; }

.home-product-more a {
  display: inline-block;
  color: #333333;
  font-size: 15px;
  border: 1px solid #2C2C2C;
  border-radius: 3px;
  padding: 8px 30px; }

.home-product-more a:hover {
  border-color: var(--color-page);
  color: var(--color-page); }

.product_owl_tab .box-product-item {
  width: 209px; }

.product_owl_tab .box-product-outstock img {
  width: initial !important; }

.product_owl_tab .box-product-item {
  margin-bottom: 0; }

.product_owl_tab.owl-theme .owl-nav.disabled + .owl-dots, .product_owl_tab.owl-theme .owl-nav.disabled + .owl-dots {
  text-align: center;
  margin-top: 0; }

/*  SEARCH */
.dev-search-btn{display: flex;align-items: center;margin-right: 15px;cursor: pointer;position: relative;}
.dev-search{width: 220px; background: #fff;overflow: hidden;display: flex;align-items: center;position: absolute; top: calc(100% + 40px); right: 0;visibility: hidden;transition: all ease 0.5s;opacity: 0;}
.dev-search button{background: none;border: none;width: 36px;display: flex;align-items: center;justify-content: center;}
.dev-search input{height: 35px;width: calc(100% - 35px);border: none;outline: none;text-indent: 10px;font-size: 13px;}
.dev-search-active{top: calc(100% + 10px);visibility: visible;opacity: 1;}
.dev-search-icon{opacity: 1;}
.dev-close-icon{position: absolute;right: 5px;opacity: 0;}
.opacity-1{opacity: 1 !important;}
.opacity-0{opacity: 0;}

.dev-mobile-search{width: 100%; background: #fff;overflow: hidden;border-radius: 30px;display: flex;align-items: center;margin-right: 15px;}
.dev-mobile-search button{background: none;border: none;width: 36px;display: flex;align-items: center;justify-content: center;}
.dev-mobile-search input{height: 45px;width: calc(100% - 35px);border: none;outline: none;text-indent: 0px;font-size: 14px;}

/* MÔ TẢ NGẮN */
.dev-motangan{padding: 40px 0;}
.dev-motangan img{height: auto !important;}

/* FOOTER */
.footer-banner{padding-top: 40px;}
.dev-footer-title{text-transform: uppercase;color: #fff;font-weight: bold;font-size: 20px;margin-bottom: 15px;position: relative;z-index: 50;}
.dev-footer-list{display: flex;flex-direction: column;gap: 10px;position: relative;z-index: 50;}
.dev-footer-list a{color: #F2F2F2;font-family: var(--text-font);opacity: 0.9;font-weight: 300;}

.dev-content-main{max-width: 1000px;margin: auto;}
.dev-doitac-descript{max-width: 1000px;text-align: center;margin: auto;margin-bottom: 24px;padding: 0 5%;}

.dev-footer-info{display: flex;flex-direction: column;gap: 10px;}
.dev-footer-infoItem{display: flex;gap: 10px;align-items: center;color: #F2F2F2; font-family: var(--text-font); opacity: 0.9; font-weight: 300;}
.dev-footer-infoItem img{width: 35px; background: #000; padding: 8px; border-radius: 6px;border: 1px solid rgba(255, 255, 255, 1);}
.dev-footer-infoItem p{width: calc(100% - 35px - 10px);line-height: 140%;}
.dev-footer-map{color: #c09d77;text-decoration: underline !important;}



/*  ================================================================================
  MIXIN DEVICES
  ================================================================================ */
/*========= SLIDER ===============*/
/*========= HEADER ===============*/
/*========= FOOTER ===============*/
/*========= MENU ===============*/
/*========= PRODUCT ===============*/
/*========= NEW ===============*/
/*  ================================================================================
  LARGE DEVICES 
  Large Desktops 1200px and Up (>1200) 
  ================================================================================ */

/*  ================================================================================
  MEDIUM DEVICES
  Desktops 992px and Up (>992px & <1024px)
  ================================================================================ */

/* BREAK POINT */
@media screen and (max-width: 1024px){
  .dev-search, .dev-search-btn{display: none;}
  .dev-footer-title{padding-left: 1rem;}
  .dev-footer-list, .dev-footer-info{padding-left: 1rem;}
  .footer-banner{margin-top: 40px;padding: 0 !important;}
  .news-home-item a div h5 {margin-top: 10px;}
}

/*  ================================================================================
  SMALL DEVICES
  Tablets 768px and Up (>768px & <992px)
  ================================================================================ */
@media screen and (min-width: 768px) and (max-width: 992px) {

  .title-main {
    font-size: 20px; }
  .header-logo {
    margin-left: 0; }
  #menu-main {
    display: none; }
  .header-menu-btn {
    display: flex; }
  .footer .container {
    padding-left: 0;
    padding-right: 0; }
  .footer-info {
    width: 100%; }
    .footer-info__content {
      padding-left: 1em;
      padding-right: 1em; }
  .footer-banner {
    width: 100%;
    /*padding: 90px 0; */}
  .footer-icons {
    width: 100%; }
  .cate-home {
    padding-top: 0px; }
  .center-layout {
    padding-left: 1em;
    padding-right: 1em;
    max-width: 100%; }
  .social {
    padding-left: 1em;
    padding-right: 1em; }
  .container-2 {
    padding-left: 1em;
    padding-right: 1em; }
  .slider-content {
    left: 1em;
    top: 90px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .slider-image-item figure {
    position: relative; }
    .slider-image-item figure:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 0%; }
    .slider-image-item figure img {
     /* position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;*/ }
  .cate-home-item__info {
    padding-left: 1em;
    padding-right: 1em; }
    .cate-home-item__info h2 {
      font-size: 20px; }
  .service-home-left h2 {
    font-size: 20px; }
  .partner-home__title {
    font-size: 20px; }
  .banner-home {
    width: 100%;
    margin-bottom: 1em; }
    .banner-home a img {
      margin: 0 auto; }
  .news-home {
    width: 100%;
    margin-bottom: 1em; }
  .box-product-item {
    box-sizing: border-box;
    flex: 0 0 48.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 1.6666666667%; }
    .product__grid--3 .box-product-item {
      box-sizing: border-box;
      flex: 0 0 48.3333333333%;
      margin-left: 0.8333333333%;
      margin-right: 0.8333333333%;
      margin-bottom: 1.6666666667%; } }

/*  ================================================================================
  EXTRA SMALL
  (>425px & <768px)
  ================================================================================ */
@media screen and (min-width: 425px) and (max-width: 768px) {
  .title-main {
    font-size: 20px; }
  .header-logo {
    margin-left: 0; }
  #menu-main {
    display: none; }
  .header-menu-btn {
    display: flex; }
  .footer .container {
    padding-left: 0;
    padding-right: 0; }
  .footer-info {
    width: 100%; }
    .footer-info__content {
      padding-left: 1em;
      padding-right: 1em; }
  .footer-banner {
    width: 100%;
    padding: 90px 0; }
  .footer-icons {
    width: 100%; }
  .cate-home {
    padding-top: 0px; }
  .center-layout {
    padding-left: 1em;
    padding-right: 1em;
    max-width: 100%; }
  .social {
    padding-left: 1em;
    padding-right: 1em; }
  .container-2 {
    padding-left: 1em;
    padding-right: 1em; }
  .slider-content {
    left: 1em;
    top: 90px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .slider-image-item figure {
    position: relative; }
    .slider-image-item figure:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 0%; }
    .slider-image-item figure img {
     /* position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;*/ }
  .cate-home-item__info {
    padding-left: 1em;
    padding-right: 1em; }
    .cate-home-item__info h2 {
      font-size: 20px; }
  .service-home-left h2 {
    font-size: 20px; }
  .partner-home__title {
    font-size: 20px; }
  .banner-home {
    width: 100%;
    margin-bottom: 1em; }
    .banner-home a img {
      margin: 0 auto; }
  .news-home {
    width: 100%;
    margin-bottom: 1em; }
  .box-product-item {
    box-sizing: border-box;
    flex: 0 0 48.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 1.6666666667%; }
    .product__grid--3 .box-product-item {
      box-sizing: border-box;
      flex: 0 0 48.3333333333%;
      margin-left: 0.8333333333%;
      margin-right: 0.8333333333%;
      margin-bottom: 1.6666666667%; } }

/*  ================================================================================
  MOBILE SIZE
  Phones Less than 425px
  (<425px)
  ================================================================================ */
@media screen and (max-width: 425px) {
  .title-main {
    font-size: 20px; }
  .header-logo {
    margin-left: 0; }
  #menu-main {
    display: none; }
  .header-menu-btn {
    display: flex; }
  .footer .container {
    padding-left: 0;
    padding-right: 0; }
  .footer-info {
    width: 100%; }
    .footer-info__content {
      padding-left: 1em;
      padding-right: 1em; }
  .footer-banner {
    width: 100%;
    padding: 90px 0; }
  .footer-icons {
    width: 100%; }
  .cate-home {
    padding-top: 0px; }
  .center-layout {
    padding-left: 1em;
    padding-right: 1em;
    max-width: 100%; }
  .social {
    padding-left: 1em;
    padding-right: 1em; }
  .container-2 {
    padding-left: 1em;
    padding-right: 1em; }
  .slider-content {
    left: 1em;
    top: 90px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .slider-image-item figure {
    position: relative; }
    .slider-image-item figure:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 0%; }
    .slider-image-item figure img {
      /*position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;*/ }
  .cate-home-item__info {
    padding-left: 1em;
    padding-right: 1em; }
    .cate-home-item__info h2 {
      font-size: 20px; }
  .service-home-left h2 {
    font-size: 20px; }
  .partner-home__title {
    font-size: 20px; }
  .banner-home {
    width: 100%;
    margin-bottom: 1em; }
    .banner-home a img {
      margin: 0 auto; }
  .news-home {
    width: 100%;
    margin-bottom: 1em; }
  .box-product-item {
    box-sizing: border-box;
    flex: 0 0 48.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 1.6666666667%; }
    .product__grid--3 .box-product-item {
      box-sizing: border-box;
      flex: 0 0 48.3333333333%;
      margin-left: 0.8333333333%;
      margin-right: 0.8333333333%;
      margin-bottom: 1.6666666667%; } }

@media screen and (max-width: 425px) and (max-width: 330px) {
  .box-product-item {
    box-sizing: border-box;
    flex: 0 0 100%; }
    .product__grid--3 .box-product-item {
      box-sizing: border-box;
      flex: 0 0 100%; } }

@media screen and (max-width: 425px) {
  .slider-image-item figure {
    position: relative; }
    .slider-image-item figure:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 0%; }
  .slider-content {
    max-width: calc(100% - 2em); }
  .cate-home-item__image {
    width: 100%;
    order: 1; }
  .cate-home-item__info {
    width: 100%;
    order: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0; }
  .cate-home-item__info h2 {
    font-size: 36px; }
  .service-home-grid {
    display: flex; }
  .service-home-left {
    padding-left: 1em;
    padding-right: 1em; }
    .service-home-left h2 {
      font-size: 36px; }
  .service-home-right {
    padding-left: 1em;
    padding-right: 1em;
    width: 100%; }
  .partner-home__title {
    font-size: 36px; }
  .service-home-left {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px; }
  .service-home-swiper {
    display: none; }
  .partner-item {
    box-sizing: border-box;
    flex: 0 0 50%; }
  .news-home__title {
    text-align: center; }
  .news-home-item a figure, .news-home-item a img {
    width: 100%; }
  .news-home-item a div {
    width: 100%;
    margin-left: 0; }
  .news-home--center {
    text-align: center; } }
