@charset "UTF-8";
:root {
  --gap: 30px;
  --gap-double: 60px;
  --theme-color: #239b47;
  --theme: #239b47;
  --theme-opc80-color: rgba(35, 155, 71, 0.8);
  --theme2: #ffd800;
  --theme2-color: #ffd800;
  --theme2-opc80-color: rgba(255, 216, 0, 0.8);
  --header-top-bg: #fff;
  --header-bg: #fff;
  --menu-bg: #239b47;
  --valak-bg: #ffd800;
  --menu-link-hover-color: #fff;
  --menu-item-hover-bg: transparent;
  --footer-bg: #27282a;
  --copyright-bg: #0875ba;
  --title-font: UTMAvo;
  --text-font: UTMAvo;
  --menu-font: UTMAvo; }

/* ======================== FONTS ======================== */
@font-face {
  font-family: 'UTMAvo';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/UTMAvo.eot");
  src: url("../fonts/UTMAvo.eot") format("embedded-opentype"), url("../fonts/UTMAvo.woff2") format("woff2"), url("../fonts/UTMAvo.woff") format("woff"), url("../fonts/UTMAvo.ttf") format("truetype"), url("../fonts/UTMAvo.svg#UTMAvo") format("svg"); }

@font-face {
  font-family: 'UTMAvo';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/UTMAvoBold.eot");
  src: url("../fonts/UTMAvoBold.eot") format("embedded-opentype"), url("../fonts/UTMAvoBold.woff2") format("woff2"), url("../fonts/UTMAvoBold.woff") format("woff"), url("../fonts/UTMAvoBold.ttf") format("truetype"), url("../fonts/UTMAvoBold.svg#UTMAvoBold") format("svg"); }

/** Generated by FG **/
@font-face {
  font-family: 'UTM Androgyne';
  font-display: swap;
  src: url("../fonts/UTMAndrogyne.eot");
  src: local("☺"), url("../fonts/UTMAndrogyne.woff") format("woff"), url("../fonts/UTMAndrogyne.ttf") format("truetype"), url("../fonts/UTMAndrogyne.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Libre Bodoni';
  font-style: normal;
  font-weight: normal;
  src: local("Libre Bodoni Regular"), url("LibreBodoni-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Libre Bodoni';
  font-style: italic;
  font-weight: normal;
  src: local("Libre Bodoni Italic"), url("LibreBodoni-Italic.woff") format("woff"); }

@font-face {
  font-family: 'Libre Bodoni';
  font-style: normal;
  font-weight: bold;
  src: local("Libre Bodoni Bold"), url("LibreBodoni-Bold.woff") format("woff"); }

@font-face {
  font-family: 'Libre Bodoni';
  font-style: italic;
  font-weight: bold;
  src: local("Libre Bodoni Bold Italic"), url("LibreBodoni-BoldItalic.woff") format("woff"); }

/* ==================== 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 .slide-img, .slide-content, .product__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill; }

.partner__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, .nav-level-2__list .nav-level-2__item:before, .nav-level-3__list .nav-level-3__item:before, .thongke li + li:before, .footer__baiviet ul li a:before, .footer__baiviet ul li span:before, .main-title--center .main-title__link:before, .slide-content:before, .video__image:before {
  content: '';
  position: absolute; }

.reset-list, .widget-dmsp 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) !important; }

.text-theme2 {
  color: var(--theme2) !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: 18px;
  height: 18px; }

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

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

.scrollstyle-4 {
  scrollbar-face-color: #345bb7;
  scrollbar-track-color: #9aaddb; }

html {
  height: auto !important; }

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: #239b47; }

.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(--theme); }

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

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

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

.widget-dmsp {
  padding: 0; }

.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: 16px;
    color: #000;
    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) {
      .nav-level-1__item-box .nav-level-1__link {
        transition: none; } }
    .nav-level-1__item-box .nav-level-1__link:hover {
      color: var(--theme); }

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

.widget {
  margin-bottom: 10px; }
  .widget--border .widget-body {
    border-style: solid;
    border-color: #000;
    border-width: 0 2px 2px; }
  .widget--bg {
    background-color: var(--theme); }
    .widget--bg .widget-body {
      background-color: var(--theme); }
  .widget-head {
    font-size: 20px;
    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: #239b47;
    min-height: 40px; }
    .widget-head i {
      margin: 0 10px; }

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

.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;
  position: relative; }
  @media screen and (prefers-reduced-motion: reduce) {
    .menu__item {
      transition: none; } }
  .menu__item:hover .menu__link {
    color: var(--theme2); }
  .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: 16px;
  color: #fff;
  font-weight: 700;
  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: 54px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  text-align: center; }
  @media screen and (prefers-reduced-motion: reduce) {
    .menu__link {
      transition: none; } }
  .menu__link.active {
    color: var(--theme2); }

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

.partner {
  padding-bottom: 50px; }
  .partner__item {
    padding: 1px; }
  .partner__link {
    position: relative;
    border: 1px solid #b7b7b7;
    display: block; }
    .partner__link:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 75%; }

.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: 16px;
    color: #fff;
    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: 15px;
      background-color: #fff;
      left: -10px; }

.footer__baiviet {
  position: relative; }
  .footer__baiviet ul li {
    margin-bottom: 5px; }
    .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: 14px;
      color: #000;
      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:before, .footer__baiviet ul li span:before {
        width: 5px;
        height: 5px;
        display: inline-block;
        position: relative;
        margin: 3px 10px 0px 0;
        background-color: var(--theme);
        border-radius: 100%; }

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

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

.main-title {
  position: relative;
  margin-bottom: 30px; }
  .main-title__link {
    font-size: 36px;
    color: var(--theme2);
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1;
    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; }
    @media screen and (prefers-reduced-motion: reduce) {
      .main-title__link {
        transition: none; } }
    .main-title__link[href] {
      cursor: pointer; }
      .main-title__link[href]:hover {
        color: #ff0; }
  .main-title__desc {
    font-size: 15px;
    color: var(--theme);
    line-height: 1.1;
    margin-bottom: 10px;
    position: relative; }
  .main-title__line {
    background-image: url("../images/idx-tit.png");
    background-repeat: no-repeat;
    background-position: center 0;
    height: 12px;
    border: 0;
    margin: 0; }
  .main-title--center {
    text-align: center; }
    .main-title--center .main-title__link {
      margin: 0 auto; }
      .main-title--center .main-title__link:before {
        width: 32px;
        height: 39px;
        content: url("../images/idx-tit.png");
        position: relative;
        margin-right: 10px; }
    .main-title--center .main-title__line {
      margin: 5px auto 0; }
  .main-title--white .main-title__link {
    color: #fff;
    background: none;
    -webkit-text-fill-color: unset; }
  .main-title--white .main-title__desc {
    color: #fff; }
  .main-title--white .main-title__line::before {
    filter: brightness(0) invert(1); }

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

.advertisements {
  width: 27.8184480234%;
  float: right;
  max-height: 500px; }
  .advertisements div {
    margin-bottom: 10px; }

.slideshow .owl-item a {
  position: relative; }
  .slideshow .owl-item a::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 37.3352855051%; }
  .slideshow .owl-item a .slide-img {
    background-color: #fff; }

.slide-content {
  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: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  padding-left: 4.1666666667%;
  max-width: 390px; }
  .slide-content:before {
    content: url("../images/quote-white.png");
    position: relative; }
  .slide-content h4 {
    margin-bottom: 10px; }
    .owl-item.active .slide-content h4 {
      animation: slideAnimate .4s linear .4s backwards; }
  .slide-content p {
    font-size: 18px;
    color: #fff;
    font-weight: 700; }
    .owl-item.active .slide-content p {
      animation: slideAnimate .4s linear .4s backwards; }

@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;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--theme);
  border: 1px solid #fff; }
  .search .search-grid input {
    width: calc(100% - 40px);
    height: 40px;
    font-size: 12px;
    color: #fff;
    border: 0;
    line-height: 40px;
    outline: none;
    background-color: transparent;
    padding-left: 10px; }
    .search .search-grid input::-moz-placeholder {
      color: rgba(255, 255, 255, 0.7);
      opacity: 1; }
    .search .search-grid input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .search .search-grid input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
  .search .search-grid p {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    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: 40px;
    height: 40px;
    margin: 0;
    cursor: pointer; }

.search {
  width: 100%;
  position: relative;
  max-width: 210px;
  margin-left: 30px; }

.mxh {
  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;
  z-index: 100; }
  .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;
    margin-right: 10px; }
    .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: 40px;
      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 form {
  width: 100%;
  margin: 0 auto; }
  .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-linethird {
    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; }
    .newsletter form .form-group-linethird .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 {
    position: relative;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .newsletter form .form-group .invalid-feedback {
      visibility: hidden;
      height: 0;
      margin: 0; }
    .newsletter form .form-group .form-control {
      font-size: 14px;
      color: #000;
      font-weight: 400;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 10px;
      background-color: #fff;
      border: 1px solid #dbdbdb;
      border-radius: 5px;
      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: 180px; }

.btn-more {
  font-size: 15px;
  color: var(--theme2);
  font-weight: 700;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 10px 20px;
  border: 1px solid var(--theme2); }
  .btn-more i {
    margin-left: 20px; }
  .btn-more:hover {
    color: var(--theme);
    background-color: var(--theme2); }

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

.mt-section {
  margin-top: var(--gap); }

/*about-home start*/
/* 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%; } }

/* Album */
.album-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%; }

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

.album__img {
  width: 100%; }

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

@media (max-width: 425px) {
  .album__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 48%;
  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 23%;
  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%; } }

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

.product {
  box-sizing: border-box;
  flex: 0 0 22.5%;
  margin-left: 1.25%;
  margin-right: 1.25%;
  margin-bottom: 2.5%; }
  .page_noibat .product {
    box-sizing: border-box;
    flex: 0 0 30.8333333333%;
    margin-left: 1.25%;
    margin-right: 1.25%;
    margin-bottom: 2.5%; }
  .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%; }
    @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: 20px;
    overflow: hidden;
    background-color: #f7f7f9;
    border: 1px solid #f7f7f9; }
  .product__image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden; }
    .product__image::before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
  .product__name {
    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; }
    @media screen and (prefers-reduced-motion: reduce) {
      .product__name {
        transition: none; } }
    .product__name a {
      z-index: 41;
      position: relative;
      display: block; }
  .product__price {
    width: 100%;
    position: relative; }
  .product__price-per {
    position: absolute;
    right: 10px;
    bottom: 60px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    z-index: 41;
    display: block;
    background: var(--theme);
    text-align: center;
    line-height: 48px; }

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

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

.slick-pagingpage_sanpham .slick-slider {
  margin: 0 -0.9375em; }

.left-pro-detail {
  width: 41.6666666667%; }

.right-pro-detail {
  width: 55.3333333333%; }

/*  ================================================================================
  MIXIN DEVICES
  ================================================================================ */
/*========= SLIDER ===============*/
/*========= HEADER ===============*/
/*========= FOOTER ===============*/
/*========= MENU ===============*/
/*========= PRODUCT ===============*/
/*========= NEW ===============*/
/*  ================================================================================
  LARGE DEVICES 
  Large Desktops 1200px and Up (>1200) 
  ================================================================================ */
/*  ================================================================================
  MEDIUM DEVICES
  Desktops 992px and Up (>992px & <1200px)
  ================================================================================ */
/*  ================================================================================
  SMALL DEVICES
  Tablets 768px and Up (>768px & <992px)
  ================================================================================ */
@media screen and (min-width: 768px) and (max-width: 992px) {
  .menu-bar-res {
    margin-right: 0; }
    .menu-bar-res--right {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      box-sizing: border-box;
      display: flex;
      -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: 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; }
  .hero-image {
    display: none; }
  .menubar {
    display: none; }
  .menu_mobi {
    display: flex; }
  #hamburger:before, #hamburger:after, #hamburger span {
    background-color: #fff; }
  .search-res .icon-search {
    color: #fff; }
  .menu-res {
    width: 100%;
    background-color: #ebc700; }
  .toolbar {
    background-color: #ffd800; }
  .slideshow {
    width: 100%; }
  .copyright-wrap {
    -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;
    text-align: center;
    padding: 7px;
    height: auto; }
  .copyright__text {
    font-size: 15px;
    width: 100%;
    text-align: center; }
  .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: -1.25%;
    margin-right: -1.25%; }
  .product {
    box-sizing: border-box;
    flex: 0 0 47.5%;
    margin-left: 1.25%;
    margin-right: 1.25%;
    margin-bottom: 2.5%; }
    .page_noibat .product {
      box-sizing: border-box;
      flex: 0 0 47.5%;
      margin-left: 1.25%;
      margin-right: 1.25%;
      margin-bottom: 2.5%; } }

/*  ================================================================================
  EXTRA SMALL
  (>425px & <768px)
  ================================================================================ */
@media screen and (min-width: 425px) and (max-width: 768px) {
  .menu-bar-res {
    margin-right: 0; }
    .menu-bar-res--right {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      box-sizing: border-box;
      display: flex;
      -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: 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; }
  .hero-image {
    display: none; }
  .menubar {
    display: none; }
  .menu_mobi {
    display: flex; }
  #hamburger:before, #hamburger:after, #hamburger span {
    background-color: #fff; }
  .search-res .icon-search {
    color: #fff; }
  .menu-res {
    width: 100%;
    background-color: #ebc700; }
  .toolbar {
    background-color: #ffd800; }
  .slideshow {
    width: 100%; }
  .copyright-wrap {
    -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;
    text-align: center;
    padding: 7px;
    height: auto; }
  .copyright__text {
    font-size: 15px;
    width: 100%;
    text-align: center; }
  .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: -1.25%;
    margin-right: -1.25%; }
  .product {
    box-sizing: border-box;
    flex: 0 0 47.5%;
    margin-left: 1.25%;
    margin-right: 1.25%;
    margin-bottom: 2.5%; }
    .page_noibat .product {
      box-sizing: border-box;
      flex: 0 0 47.5%;
      margin-left: 1.25%;
      margin-right: 1.25%;
      margin-bottom: 2.5%; } }

/*  ================================================================================
  MOBILE SIZE
  Phones Less than 425px
  (<425px)
  ================================================================================ */
@media screen and (max-width: 425px) {
  .menu-bar-res {
    margin-right: 0; }
    .menu-bar-res--right {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      box-sizing: border-box;
      display: flex;
      -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: 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; }
  .hero-image {
    display: none; }
  .menubar {
    display: none; }
  .menu_mobi {
    display: flex; }
  #hamburger:before, #hamburger:after, #hamburger span {
    background-color: #fff; }
  .search-res .icon-search {
    color: #fff; }
  .menu-res {
    width: 100%;
    background-color: #ebc700; }
  .toolbar {
    background-color: #ffd800; }
  .slideshow {
    width: 100%; }
  .copyright-wrap {
    -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;
    text-align: center;
    padding: 7px;
    height: auto; }
  .copyright__text {
    font-size: 15px;
    width: 100%;
    text-align: center; }
  .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: -1.25%;
    margin-right: -1.25%; }
  .product {
    box-sizing: border-box;
    flex: 0 0 47.5%;
    margin-left: 1.25%;
    margin-right: 1.25%;
    margin-bottom: 2.5%; }
    .page_noibat .product {
      box-sizing: border-box;
      flex: 0 0 47.5%;
      margin-left: 1.25%;
      margin-right: 1.25%;
      margin-bottom: 2.5%; } }

@media screen and (max-width: 425px) and (max-width: 330px) {
  .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 100%; }
    .page_noibat .product {
      box-sizing: border-box;
      flex: 0 0 100%; } }
