:root {
  --gap: 30px;
  --theme-color: #e3b257;
  --theme: #e3b257;
  --theme-opc80-color: rgba(227, 178, 87, 0.8);
  --theme2: #bc0000;
  --theme2-color: #bc0000;
  --theme2-opc80-color: rgba(188, 0, 0, 0.8);
  --header-top-bg: #fff;
  --header-bg: #fff;
  --menu-bg: transparent;
  --valak-bg: #bc0000;
  --menu-link-hover-color: #fff;
  --menu-item-hover-bg: #363636;
  --footer-bg: #111111;
  --copyright-bg: transparent;
  --title-font: UVNNguyenDu;
  --text-font: Arial, Helvetica, sans-serif;
  --menu-font: Arial, Helvetica, sans-serif;
}

/* ======================== FONTS ======================== */
/* montserrat-700 - vietnamese_latin */
@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v18-vietnamese_latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v18-vietnamese_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v18-vietnamese_latin-700.woff2") format("woff2"), url("../fonts/montserrat-v18-vietnamese_latin-700.woff") format("woff"), url("../fonts/montserrat-v18-vietnamese_latin-700.ttf") format("truetype"), url("../fonts/montserrat-v18-vietnamese_latin-700.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

/* montserrat-700italic - vietnamese_latin */
@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/montserrat-v18-vietnamese_latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v18-vietnamese_latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v18-vietnamese_latin-700italic.woff2") format("woff2"), url("../fonts/montserrat-v18-vietnamese_latin-700italic.woff") format("woff"), url("../fonts/montserrat-v18-vietnamese_latin-700italic.ttf") format("truetype"), url("../fonts/montserrat-v18-vietnamese_latin-700italic.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

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

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

/* ==================== 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;
  }
}

.slideshow .owl-item a img,
.product__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.criteria-item div figure img,
.news--col-4 .news__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center center;
}

.hover_sang1:before,
.hover_sang3:before,
.hover_sang3:after,
.fixed-shadow:after,
.thongke li+li:before,
.sec-phone__header h4:before,
.sec-phone__header h4:after,
.criteria-item div span:after,
.criteria-item div span strong:before,
.video__image:before {
  content: '';
  position: absolute;
}

.reset-list,
.ovic-menu-wapper .submenu,
.ovic-menu-wapper .submenu li ul,
.menu--left,
.menu .submenu,
.menu .submenu li ul,
.thongke,
.footer__baiviet ul {
  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-color) !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;
}

.scrollstyle-4::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.scrollstyle-4::-webkit-scrollbar-thumb {
  background: #e3b257;
}

.scrollstyle-4::-webkit-scrollbar-track {
  background: #f1d9ab;
}

.scrollstyle-4 {
  scrollbar-face-color: #e3b257;
  scrollbar-track-color: #f1d9ab;
}

body {
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--text-font);
}

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

.wrap-main {
  z-index: 40;
  position: relative;
  padding: 35px 0;
}

.wrap-main.wrap-home {
  padding: 0;
}

a:hover {
  text-decoration: none;
}

.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;
  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: #e3b257;
}

.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;
}

.btn-frame i {
  background: var(--theme2);
}

.btn-frame .kenit-alo-circle {
  border: 2px solid var(--theme2-opc80-color);
  background: var(--theme2);
}

.js-facebook-messenger-box {
  background: var(--theme2);
}

.js-facebook-messenger-top-heade {
  background: var(--theme2);
}

.header-vertical {
  width: 200px;
}

.box-nav-vertical {
  position: relative;
}

.box-nav-vertical__title {
  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;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #000;
  height: 38px;
  padding: 0 10px;
  border-radius: 3px;
}

.box-nav-vertical__title:hover {
  color: #fff;
}

.box-nav-vertical__title span {
  display: block;
  line-height: 1;
}

.box-nav-vertical .block-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.box-nav-vertical:not(.always-open):not(.open) .block-content {
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-transform: translateY(15px) !important;
  -moz-transform: translateY(15px) !important;
  -ms-transform: translateY(15px) !important;
  -o-transform: translateY(15px) !important;
  transform: translateY(15px) !important;
}

.fixed .box-nav-vertical:not(.open) .block-content {
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-transform: translateY(15px) !important;
  -moz-transform: translateY(15px) !important;
  -ms-transform: translateY(15px) !important;
  -o-transform: translateY(15px) !important;
  transform: translateY(15px) !important;
}

.ovic-menu-wapper .submenu {
  position: relative;
}

.ovic-menu-wapper .submenu li {
  position: relative;
  background-color: #f6f6f6;
}

.ovic-menu-wapper .submenu li:hover {
  background-color: var(--theme);
}

.ovic-menu-wapper .submenu li:hover>a {
  color: #fff;
}

.ovic-menu-wapper .submenu li:hover>ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}

.ovic-menu-wapper .submenu li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.ovic-menu-wapper .submenu li a {
  font-size: 14px;
  color: #333;
  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: 5px 10px;
  display: block;
}

@media screen and (prefers-reduced-motion: reduce) {
  .ovic-menu-wapper .submenu li a {
    transition: none;
  }
}

.ovic-menu-wapper .submenu li ul {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  position: absolute;
  top: 0;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  min-width: 200px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .ovic-menu-wapper .submenu li ul {
    transition: none;
  }
}

.ovic-menu-wapper .submenu>li {
  border-bottom: 1px solid #e9e9e9;
}

.ovic-menu-wapper .submenu>li>a {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  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;
}

.ovic-menu-wapper .submenu>li>a img {
  margin-right: 5px;
}

.ovic-menu-wapper .submenu>li:nth-child(n+7) {
  display: none;
}

.btn-view-all {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  background-color: #f6f6f6;
  text-transform: capitalize;
  padding: 8px 10px;
  display: block;
}

.menubar {
  z-index: 50;
  position: relative;
  top: 0;
  left: 0px;
  background-color: var(--menu-bg);
  margin-bottom: 7px;
}

.menubar-container {
  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;
  position: relative;
}

.menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.menu__item {
  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;
  box-sizing: border-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -moz-box-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
  position: relative;
  border: 1px solid #000;
  border-radius: 3px;
  margin-left: 7px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .menu__item {
    transition: none;
  }
}

.menu__item:hover .menu__link {
  color: var(--menu-link-hover-color);
  background-color: var(--menu-item-hover-bg);
}

.menu__item:hover .menu__link img {
  filter: brightness(0) invert(1);
}

.menu__item:hover>.submenu {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}

.menu__link {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  font-family: var(--menu-font);
  box-sizing: border-box;
  display: flex;
  -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;
  min-height: 36px;
  text-transform: uppercase;
  padding: 0;
  position: relative;
  width: 100%;
  text-align: center;
}

@media screen and (prefers-reduced-motion: reduce) {
  .menu__link {
    transition: none;
  }
}

.menu__link img {
  margin-right: 10px;
}

.menu__link.active {
  background-color: var(--menu-item-hover-bg);
  color: var(--menu-link-hover-color);
}

.menu__link.active img {
  filter: brightness(0) invert(1);
}

.menu__line {
  width: 1px;
  height: 20px;
  border-top: 0;
  border-left: 1px dotted #333;
}

.menu--left {
  z-index: 50;
  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;
  position: relative;
}

.menu .submenu {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  min-width: 200px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .menu .submenu {
    transition: none;
  }
}

.menu .submenu li {
  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;
  background-color: #fff;
}

@media screen and (prefers-reduced-motion: reduce) {
  .menu .submenu li {
    transition: none;
  }
}

.menu .submenu li:hover {
  background-color: var(--theme);
}

.menu .submenu li:hover>a {
  color: #fff;
}

.menu .submenu li:hover>ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}

.menu .submenu li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.menu .submenu li a {
  font-size: 14px;
  color: #333;
  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: 8px 10px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .menu .submenu li a {
    transition: none;
  }
}

.menu .submenu li ul {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  position: absolute;
  top: 0;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  min-width: 200px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .menu .submenu li ul {
    transition: none;
  }
}

.menu_mobi,
.menu_mobi_add {
  display: none;
}

.menu-res {
  z-index: 90;
}

.copyright {
  background: background: rgb(191, 40, 40);
  background: linear-gradient(90deg, rgba(191, 40, 40, 1) 0%, rgba(251, 73, 90, 1) 50%, rgba(131, 10, 22, 1) 100%);
  z-index: 41;
  position: relative;

  /* gradient overlay */

  /* gradient overlay */

  /* gradient overlay */
}

.copyright-wrap {
  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;
  min-height: 45px;
  width: 100%;
  position: relative;
}

.copyright__text {
  font-size: 15px;
  color: #000;
  font-weight: 400;
}

.copyright__text span {
  font-weight: 700;
  text-transform: uppercase;
}

.thongke {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 0;
}

.thongke li {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  line-height: 1;
  box-sizing: border-box;
  display: flex;
  -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;
  position: relative;
  margin-left: 20px;
}

.thongke li+li:before {
  width: 1px;
  height: 12px;
  background-color: #000;
  left: -10px;
}

.footer__baiviet {
  width: 25%;
  position: relative;
}

.footer__baiviet ul li {
  margin-bottom: 10px;
}

.footer__baiviet ul li a,
.footer__baiviet ul li span {
  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;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding: 0;
}

@media screen and (prefers-reduced-motion: reduce) {

  .footer__baiviet ul li a,
  .footer__baiviet ul li span {
    transition: none;
  }
}

.footer__baiviet ul li a[href]:hover,
.footer__baiviet ul li span[href]:hover {
  color: #ff0;
}

.header {
  z-index: 41;
  position: relative;
  top: 0px;
  left: 0px;
}

.header .container {
  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: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  height: 125px;
}

.search-slogan-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 100px;
  margin-right: 20px;
  padding-top: 25px;
}

.slogan {
  position: relative;
  overflow: hidden;
  margin-top: 5px;
}

.slogan .marquee {
  font-size: 20px;
  color: var(--theme2);
  font-family: "UTMSharnay";
  font-style: italic;
}

.hotline-viewed_product-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;
  padding-top: 25px;
}

.hotline-viewed_product-wrapper div {
  box-sizing: border-box;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.hotline-viewed_product-wrapper div p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  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;
  margin: 0 0 0 5px;
}

.hotline-viewed_product-wrapper div p span,
.hotline-viewed_product-wrapper div p a {
  color: inherit;
}

.hotline-viewed_product-wrapper div p span:hover,
.hotline-viewed_product-wrapper div p a:hover {
  color: inherit;
}

.hotline-viewed_product-wrapper div p span.hotline-number,
.hotline-viewed_product-wrapper div p a.hotline-number {
  font-size: 16px;
  font-weight: 900;
  color: #ffa800;
}

.hotline-viewed_product-wrapper div+div {
  margin-left: 20px;
}

.logo {
  max-width: 150px;
  margin: 2.5px 25px;
}

.logo img {
  max-height: 120px;
}

.footer {
  z-index: 1;
  position: relative;
}

.footer-wrap {
  position: relative;
  background-color: var(--footer-bg);
}

.footer-box {
  padding: 60px 0;
  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__title {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.footer__info {
  width: 41.6666666667%;
  position: relative;
}

.footer__info-body {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
}

.footer__info-body p {
  margin-bottom: 10px;
}

.footer__fanpage {
  width: 28.3333333333%;
}

.footer__fanpage #fanpage-facebook {
  max-height: 215px;
  overflow: hidden;
}

#footer-map,
#footer-map iframe {
  overflow: hidden;
  width: 100%;
  height: 500px;
}

.codebando,
.codebando iframe {
  overflow: hidden;
  width: 100%;
  height: 500px;
}

.main-title {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.main-title__link {
  font-size: 48px;
  color: #e9d6b7;
  font-weight: 400;
  font-family: var(--title-font);
  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;
  background: -moz-linear-gradient(100deg, #d3ad6f 0%, #fff 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d3ad6f), color-stop(100%, #fff));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(100deg, #d3ad6f 0%, #fff 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(100deg, #d3ad6f 0%, #fff 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(100deg, #d3ad6f 0%, #fff 100%);
  /* ie10+ */
  background: linear-gradient(100deg, #d3ad6f 0%, #fff 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
  /* ie6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  display: block;
  position: relative;
}

@media screen and (prefers-reduced-motion: reduce) {
  .main-title__link {
    transition: none;
  }
}

.main-title__link[href] {
  cursor: pointer;
}

.main-title__desc {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.main-title__line {
  width: 57px;
  height: 1px;
  display: block;
  border-top: 1px solid var(--theme2);
  margin: 5px auto 0;
}

.main-title--white .main-title__link {
  color: #fff;
}

.title-main span {
  font-size: 1.6em;
  color: var(--color-title-main);
  font-weight: 700;
}

.text-main img {
  max-width: 100% !important;
  height: auto !important;
}

.menu-slider .container {
  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;
  padding-left: 222px;
}

.slider-right-slick {
  width: 27.7945619335%;
  margin: -5px 0;
}

.slider-right-item {
  padding: 5px 0;
}

.slider-right-item a {
  display: block;
}

.slider-right-item a img {
  width: 100%;
}

.slideshow {
  width: 71.5005035247%;
}

.slideshow .owl-item a {
  position: relative;
}

.slideshow .owl-item a::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 48.5915492958%;
}

.slideshow .owl-item a img {
  background-color: #fff;
}

@media (max-width: 992px) {
  .slide-content h4 {
    font-size: 25px;
  }
}

@media (max-width: 425px) {
  .slide-content h4 {
    font-size: 20px;
  }
}

@-webkit-keyframes slideFadeIn {
  0% {
    transform: scale(1.5);
  }
}

@-webkit-keyframes slideAnimate {
  0% {
    transform: scale(0.5) translateY(-50px);
    opacity: 0;
  }
}

@-webkit-keyframes fadeInUpSD {
  0% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.search .search-grid {
  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;
  width: 100%;
  border-radius: 22px;
  background-color: #fff;
  border: 1px solid #ffba00;
}

.search .search-grid input {
  width: calc(100% - 42px);
  height: 42px;
  font-size: 14px;
  color: #333;
  border: 0;
  line-height: 42px;
  outline: none;
  background-color: transparent;
  padding-left: 10px;
}

.search .search-grid input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  opacity: 1;
}

.search .search-grid input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.search .search-grid input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.search .search-grid p {
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  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;
  width: 62px;
  height: 42px;
  background-color: #ffba00;
  -webkit-border-top-right-radius: 22px;
  -webkit-border-bottom-right-radius: 22px;
  -moz-border-radius-topright: 22px;
  -moz-border-radius-bottomright: 22px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  margin: 0;
  cursor: pointer;
}

.search {
  position: relative;
}

.mxh {
  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;
  margin: 30px 0;
  z-index: 100;
}

.mxh span {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
}

.mxh 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;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-image: -moz-linear-gradient(left, #dba74b 0%, #fdd77b 100%);
  /* gradient overlay */
  background-image: -o-linear-gradient(left, #dba74b 0%, #fdd77b 100%);
  /* gradient overlay */
  background-image: -webkit-linear-gradient(left, #dba74b 0%, #fdd77b 100%);
  /* gradient overlay */
  background-image: linear-gradient(left, #dba74b 0%, #fdd77b 100%);
  margin-right: 10px;
  background: rgb(191, 40, 40);
  /* background: linear-gradient(90deg, rgba(191,40,40,1) 0%, rgba(251,73,90,1) 50%, rgba(131,10,22,1) 100%); */
  %);
  */
}

.mxh 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: 22px;
  object-fit: scale-down;
}

@media screen and (prefers-reduced-motion: reduce) {
  .mxh a img {
    transition: none;
  }
}

.mxh a img:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* section-newsletter */
.newsletter {
  width: 50%;
  background-color: var(--theme);
  padding-left: 8.3333333333%;
  padding-right: 3.3333333333%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.newsletter form .form-group-flex {
  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;
}

.newsletter form .form-group-flex .form-group {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.newsletter form .form-group-flex .form-group+.form-group {
  margin-left: 10px;
}

.newsletter form .form-group {
  position: relative;
  margin-bottom: 10px;
}

.newsletter form .form-group .invalid-feedback {
  visibility: hidden;
  height: 0;
  margin: 0;
}

.newsletter form .form-group .form-control {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  font-family: "Arial, Helvetica, sans-serif";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 47px;
  padding: 10px;
  background-color: #fff;
  border: 0;
  border: 1px solid #fff;
  outline: none;
  box-shadow: none;
}

.newsletter form .form-group .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.newsletter form .form-group .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.newsletter form .form-group .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.newsletter form .form-group textarea.form-control {
  height: 140px;
}

.newsletter form .newsletter-button {
  margin-top: 20px;
}

.newsletter form .newsletter-button input[type="submit"],
.newsletter form .newsletter-button input[type="reset"] {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 47px;
  background-color: var(--theme2);
  display: block;
  text-transform: uppercase;
  border-radius: 10px;
  text-align: center;
  border: 4px solid #fff;
  padding: 0 40px;
  margin: 0 auto;
}

.btn-more {
  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;
  width: fit-content;
  cursor: pointer;
  display: block;
  color: var(--theme);
  position: relative;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn-more {
    transition: none;
  }
}

.btn-more span {
  font-size: 14px;
  color: inherit;
  font-weight: 400;
  z-index: 40;
  border-bottom: 1px solid var(--theme);
  position: relative;
}

.btn-more i {
  margin-left: 5px;
  font-size: 14px;
}

.btn-more:hover {
  color: #000;
}

.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: 40px;
  width: fit-content;
  margin: 0 auto;
  padding: 0 24px;
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  background-color: var(--theme);
  color: var(--theme2);
  position: relative;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn-more2 {
    transition: none;
  }
}

.btn-more2 span {
  font-size: 14px;
  color: inherit;
  font-weight: 700;
  line-height: 40px;
  z-index: 40;
  position: relative;
}

.btn-more2:hover {
  color: #000;
}

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

/*section-phone*/
.sec-phone {
  background-color: var(--theme2);
  padding: 20px 10px;
  border-radius: 5px;
}

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

.sec-phone__header h4 {
  font-size: 42px;
  color: #e9d6b7;
  font-weight: 400;
  font-family: var(--title-font);
  background: -moz-linear-gradient(100deg, #d3ad6f 0%, #fff 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d3ad6f), color-stop(100%, #fff));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(100deg, #d3ad6f 0%, #fff 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(100deg, #d3ad6f 0%, #fff 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(100deg, #d3ad6f 0%, #fff 100%);
  /* ie10+ */
  background: linear-gradient(100deg, #d3ad6f 0%, #fff 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
  /* ie6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.sec-phone__header h4:before {
  width: 90px;
  height: 26px;
  background-image: url("../images/star-title.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 15px;
  left: -120px;
}

.sec-phone__header h4:after {
  width: 90px;
  height: 26px;
  background-image: url("../images/star-title.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 15px;
  right: -120px;
}

/*section-pdhighlight*/
.pdhighlight__header {
  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;
  background-image: -moz-linear-gradient(left, #dba74b 0%, #fdd77b 17.14%, #d9a549 36.11%, #fbd77b 75.07%, #d9a549 86.74%, #d9a549 100%);
  /* gradient overlay */
  background-image: -o-linear-gradient(left, #dba74b 0%, #fdd77b 17.14%, #d9a549 36.11%, #fbd77b 75.07%, #d9a549 86.74%, #d9a549 100%);
  /* gradient overlay */
  background-image: -webkit-linear-gradient(left, #dba74b 0%, #fdd77b 17.14%, #d9a549 36.11%, #fbd77b 75.07%, #d9a549 86.74%, #d9a549 100%);
  /* gradient overlay */
  background-image: linear-gradient(left, #dba74b 0%, #fdd77b 17.14%, #d9a549 36.11%, #fbd77b 75.07%, #d9a549 86.74%, #d9a549 100%);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 5px 10px;
}

.pdhighlight__header>a {
  font-size: 27px;
  color: #000;
  font-weight: 400;
  font-family: var(--title-font);
  text-transform: capitalize;
}

.pdhighlight__header div a {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.product_nav-grid {
  width: 60%;
  margin-left: 10px;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.product_nav-grid i {
  color: #fff;
  font-size: 25px;
  cursor: pointer;
}

.product_nav-grid i+i {
  margin-left: 5px;
}

.product_nav-container {
  overflow-x: scroll;
  margin-right: 25px;
}

.product_nav-container::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.product_nav-container::-webkit-scrollbar-thumb {
  background: #e3b257;
}

.product_nav-container::-webkit-scrollbar-track {
  background: #f1d9ab;
}

.product_nav-container {
  scrollbar-face-color: #e3b257;
  scrollbar-track-color: #f1d9ab;
}

.product_nav-content {
  white-space: nowrap;
}

.product_nav-content a {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin-right: 25px;
}

/*section-criteria*/
.section-criteria {
  background-image: url("../images/tieuchi.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-color: #000;
  padding: 60px 0;
}

.criteria-slick {
  margin: 0 -40px;
}

.criteria-item {
  padding: 0 40px;
}

.criteria-item div {
  position: relative;
  padding-top: 15px;
}

.criteria-item div span {
  position: absolute;
  top: -20px;
  left: -25px;
  box-sizing: border-box;
  display: inline-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;
  padding-right: 60px;
}

.criteria-item div span:after {
  width: calc(100% - 43.3px);
  height: 1px;
  background-color: #fff;
  right: 0;
  margin-top: -1px;
}

.criteria-item div span strong {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat";
  box-sizing: border-box;
  display: inline-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;
  position: relative;
  padding-right: 15px;
}

.criteria-item div span strong:before {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  right: 0;
}

.criteria-item div figure {
  width: 127px;
  height: 127px;
  border-radius: 100%;
  position: relative;
  border: 1px solid #fff;
  margin: 0 auto;
}

.criteria-item div figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.criteria-item div h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid var(--theme);
}

/*section-news_video*/
.section-news_video {
  padding: 60px 0;
}

.section-news_video .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;
}

.newshome {
  width: 50.8333333333%;
}

.videohome {
  width: 45.8333333333%;
}

.news_video__header h5 {
  font-size: 30px;
  color: var(--theme2);
  font-weight: 400;
  font-family: var(--title-font);
  text-transform: uppercase;
}

.news_video__header p {
  font-size: 15px;
  color: #000;
  font-weight: 400;
}

.newshome-scroll {
  height: 450px;
  overflow: hidden;
}

.newshome-scroll ul li {
  margin-bottom: 20px !important;
}

.news-hot-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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.news-hot-item a figure {
  width: 31.1475409836%;
}

.news-hot-item a figure img {
  width: 100%;
}

.news-hot-item a div {
  width: 65.5737704918%;
}

.news-hot-item a div h5 {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  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;
  margin-bottom: 0;
}

.news-hot-item a div span {
  font-size: 12px;
  color: var(--theme2);
  font-weight: 400;
  display: block;
  margin: 5px 0;
}

.news-hot-item a div p {
  font-size: 14px;
  color: #535353;
  font-weight: 400;
  display: block;
  display: -webkit-box;
  height: 63px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 0;
}

.news-hot-item--even a figure {
  order: 2;
}

/* Album */
.video-grid {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}

.video__item {
  box-sizing: border-box;
  flex: 0 0 23%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
  cursor: pointer;
}

.video__image {
  position: relative;
  margin-bottom: 10px;
}

.video__image:before {
  width: 40px;
  height: 28px;
  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%);
  z-index: 41;
  background-image: url("../images/playin.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.video__img {
  width: 100%;
}

.video__name {
  font-size: 1em;
  color: #000;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 425px) {
  .video__item {
    box-sizing: border-box;
    flex: 0 0 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
  }
}

.news-grid {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}

.news__item {
  box-sizing: border-box;
  flex: 0 0 98%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
}

.news__link {
  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__link:hover .news__name {
  color: #f00;
}

.news__image {
  width: 36%;
  margin-bottom: 10px;
}

.news__img {
  background-color: #eee;
  width: 100%;
}

.news__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 1em;
}

.news__name {
  font-size: 16px;
  color: var(--color-title-main);
  font-weight: 700;
  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) {
  .news__name {
    transition: none;
  }
}

.news__desc {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  display: block;
  display: -webkit-box;
  max-height: 63px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news__date {
  font-size: 14px;
  color: #807f7f;
  font-weight: 400;
}

.news--verticle .news__item {
  box-sizing: border-box;
  flex: 0 0 31.3333333333%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
}

.news--verticle .news__link {
  text-align: center;
}

.news--verticle .news__image {
  width: 100%;
}

.news--verticle .news__body {
  margin-left: 0;
}

.news--col-4 .news__item {
  box-sizing: border-box;
  flex: 0 0 23%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
}

.news--col-4 .news__image {
  position: relative;
}

.news--col-4 .news__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

@media (max-width: 440px) {
  .news__image {
    width: 100%;
  }

  .news__body {
    margin-left: 0;
    text-align: center;
  }
}

@media (max-width: 850px) {
  .news__item {
    box-sizing: border-box;
    flex: 0 0 98%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
  }

  .news--verticle .news__item {
    box-sizing: border-box;
    flex: 0 0 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
  }
}

@media (max-width: 425px) {
  .news--verticle .news__item {
    box-sizing: border-box;
    flex: 0 0 98%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
  }
}

.giaiphap-item a {
  display: block;
}

.giaiphap-item a h5 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  display: block;
  display: -webkit-box;
  height: 48px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.giaiphap-item a p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  display: block;
  display: -webkit-box;
  height: 63px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.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%;
  margin-right: 0%;
}

.product {
  box-sizing: border-box;
  flex: 0 0 20%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 0%;
  position: relative;
  margin-bottom: 20px;
}

.slick-box-item .product {
  width: 100%;
  margin: 0;
  padding-bottom: 2px;
}

.product__box {
  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;
  height: 100%;
  background-color: #fff;
  border: 1px solid #f6f6f6;
  padding: 10px;
  border-radius: 5px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .product__box {
    transition: none;
  }
}

.product__box:hover .product__img--above {
  z-index: -1;
}

.product__box:hover .product__img--bottom {
  z-index: 1;
  left: 0;
  opacity: 1;
}

.product__link {
  z-index: 40;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.product__image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.product__image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.product__img--above {
  z-index: 1;
}

.product__img--bottom {
  z-index: -1;
  left: 100%;
  opacity: 0;
}

.product__name {
  font-size: 14px;
  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;
  width: 100%;
  position: relative;
  margin: 0 0 5px 0;
}

@media screen and (prefers-reduced-motion: reduce) {
  .product__name {
    transition: none;
  }
}

.product__name a {
  display: block;
  display: -webkit-box;
  height: 42px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  z-index: 41;
  position: relative;
  color: inherit;
  display: block;
}

.product__price {
  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;
  font-size: 13px;
  color: #7a7a7a;
  font-weight: 400;
  width: 100%;
  min-height: 43.5px;
  position: relative;
  margin-bottom: 0;
}

.product__price-new {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--theme2);
}

.product__price-old {
  text-decoration: line-through;
  line-height: 1.5;
}

.product__price-per {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  width: 51px;
  height: 23px;
  border-radius: 3px;
  z-index: 41;
  display: block;
  background: var(--theme2);
  text-align: center;
  line-height: 23px;
}

.product__cart {
  font-size: 12px;
  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;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 10px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .product__cart {
    transition: none;
  }
}

.product__cart:hover {
  color: #e00b13;
  background-color: #fff;
}

.product__cart span {
  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;
  padding: 0 15px;
  background-color: var(--theme);
  cursor: pointer;
  min-height: 30px;
  border-radius: 20px;
}

.product__cart i {
  margin-right: 5px;
}

.product__cart-add {
  cursor: pointer;
}

.product__cart-buy {
  cursor: pointer;
}

.slick-box-item {
  padding: 0 0.3125em;
}

.spnoibat-main {
  margin: 0 -0.3125em;
}

.page_danhmuc .slick-slider {
  margin: 0 -0.3125em;
}

.decor-product {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;

}

.decor-product span {
  background: var(--theme2);
  color: white;
  padding: 2px 9px;
  font-size: 12px;
  border-radius: 5px;
}

.decor-product .product-new {
  background: #FFA800;
}

.decor-product {}
.fixed {
  padding-top: 10px;
  background: white;
}