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

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

@font-face {
  font-family: 'UTMHelvetIns';
  src: url("../font/UTMHelvetIns.eot");
  src: url("../font/UTMHelvetIns.eot") format("embedded-opentype"), url("../font/UTMHelvetIns.woff2") format("woff2"), url("../font/UTMHelvetIns.woff") format("woff"), url("../font/UTMHelvetIns.ttf") format("truetype"), url("../font/UTMHelvetIns.svg#UTMHelvetIns") format("svg"); }

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

.menu-container:after {
  content: "";
  display: table;
  clear: both; }

#doitac .chay-doitac__item a img, .slider-static img, .pdlist-header-left figure img, .adv-home__img, .giaychungnhan__img, div.item .sp_img a.img-a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center center; }

.hover_sang3:before, .hover_sang3:after, .menu-left-subitem__link:before, .main-title__name:before, .main-title__name:after, .pdlist-header-left span:before, .pdlist-header-left span:after, .pdlist-header-right:before {
  content: '';
  position: absolute; }

.widget-dmsp ul, .dmspbox .dmspbox-wrap ul, .menu-left-list, .menu-left-sublist, .sl-breadcrumb, .pd-detail__guide ul, div#content_tabs 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 2s linear infinite;
  -moz-animation: blinker 2s linear infinite;
  -ms-animation: blinker 2s linear infinite;
  -o-animation: blinker 2s linear infinite;
  animation: blinker 2s linear infinite; }

.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: 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; }
    @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; }
    @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: #036d3c !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; }

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

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

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

.scrollstyle-4 {
  scrollbar-face-color: #036d3c;
  scrollbar-track-color: #b7b7b7; }

body {
  font-family: "helveticaneue"; }

div.box-bao, .container {
  max-width: 1230px;
  position: relative; }

.wrap-main {
  padding: 30px 0; }

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

.wrap-main-container:after {
  content: "";
  display: table;
  clear: both; }

a:hover {
  text-decoration: none; }

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

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

.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;
  min-height: 40px;
  border-bottom: 1px solid #cacaca;
  padding: 0 0 0 1em; }
  .nav-level-1__item-box i {
    width: 40px;
    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;
    cursor: pointer;
    font-weight: 900;
    font-size: 15px; }
    .nav-level-1__item-box i:before {
      content: "\f078"; }
    .nav-level-1__item-box i[aria-expanded="true"]:before {
      content: "\f077"; }
    .nav-level-1__item-box i[aria-expanded="false"]:before {
      content: "\f078"; }
    .nav-level-1__item-box i.collapsed {
      cursor: pointer; }
  .nav-level-1__item-box .nav-level-1__link {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase; }
    .nav-level-1__item-box .nav-level-1__link:hover {
      color: #f00; }
  .nav-level-1__item-box:hover {
    background-color: #f00;
    color: #fff; }
    .nav-level-1__item-box:hover .nav-level-1__link {
      color: #fff; }

.nav-level-2__list-flex {
  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; }

.nav-level-2__list .nav-level-2__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  border-bottom: 1px solid #cacaca; }
  .nav-level-2__list .nav-level-2__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;
    min-height: 40px;
    border-bottom: 1px solid #cacaca;
    padding: 0 0 0 1em; }
    .nav-level-2__list .nav-level-2__item-box i {
      width: 40px;
      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;
      cursor: pointer;
      font-weight: 900;
      font-size: 15px; }
      .nav-level-2__list .nav-level-2__item-box i:before {
        content: "\f067"; }
      .nav-level-2__list .nav-level-2__item-box i[aria-expanded="true"]:before {
        content: "\f068"; }
      .nav-level-2__list .nav-level-2__item-box i[aria-expanded="false"]:before {
        content: "\f067"; }
      .nav-level-2__list .nav-level-2__item-box i.collapsed {
        cursor: pointer; }
  .nav-level-2__list .nav-level-2__item .nav-level-2__link {
    font-size: 15px;
    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;
    padding: 10px 0;
    display: inline-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: #1c1c1c; }
  .nav-level-2__list .nav-level-2__item + .nav-level-2__item {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5;
    -moz-box-flex: 1.5;
    -moz-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
    margin-left: 3px; }

.link--all {
  padding: 10px 15px;
  border-bottom: 1px solid #f00; }
  .link--all a {
    font-size: 15px;
    color: #f00;
    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; }
    @media screen and (prefers-reduced-motion: reduce) {
      .link--all a {
        transition: none; } }
    .link--all a:hover {
      color: #1c1c1c; }

.nav-level-3__list.nav-thuonghieu {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5px;
  margin-right: -1.5px; }
  .nav-level-3__list.nav-thuonghieu .nav-level-3__item {
    box-sizing: border-box;
    flex: 0 0 calc( 50% - 3px);
    margin-left: 1.5px;
    margin-right: 1.5px;
    margin-bottom: 3px;
    margin-bottom: 0; }

.nav-level-3__list .nav-level-3__item {
  position: relative; }
  .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: inline-block;
    padding: 10px 1em; }
    @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: #1c1c1c; }
  .nav-level-3__list .nav-level-3__item + .nav-level-3__item {
    border-top: 1px solid #cacaca; }

.widget--border .widget-body {
  border-style: solid;
  border-color: #036d3c;
  border-width: 0 2px 2px; }

.widget--bg .widget-body {
  background-color: #fff; }

.widget-head {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-transform: uppercase;
  background-color: #036d3c;
  min-height: 40px; }
  .widget-head i {
    margin: 0 10px; }

div.wap_menu {
  z-index: 100; }

.menu_mobi, .menu_mobi_add {
  display: none; }

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

#doitac {
  padding: 10px;
  margin-top: 10px;
  background-color: #f2f2f2; }
  #doitac .slick-prev, #doitac .slick-next {
    top: 50%;
    margin-top: -20px; }
  #doitac .chay-doitac__item {
    padding: 0 0.375em; }
    #doitac .chay-doitac__item a {
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      background-color: #fff;
      display: block; }
      #doitac .chay-doitac__item a:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 36.8131868132%; }

.dmspbox {
  float: left;
  display: inline;
  width: 17.5%;
  position: relative; }
  .dmspbox:hover .dmspbox-wrap {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1; }
  .dmspbox__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: 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;
    position: relative;
    top: 0px;
    left: 0px;
    background-color: #db0100;
    cursor: pointer; }
    .dmspbox__title-text {
      font-size: 15px;
      color: #fff;
      font-weight: 700;
      font-family: "helveticaneue";
      text-transform: uppercase; }
  .dmspbox .dmspbox-wrap {
    position: relative;
    top: 0px;
    transform: scaleY(0);
    visibility: hidden;
    opacity: 0; }
    .dmspbox .dmspbox-wrap 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 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;
      visibility: hidden;
      opacity: 0;
      min-width: 230px;
      background-color: #fff;
      min-width: 100%; }
      @media screen and (prefers-reduced-motion: reduce) {
        .dmspbox .dmspbox-wrap ul {
          transition: none; } }
      .dmspbox .dmspbox-wrap ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
        .dmspbox .dmspbox-wrap ul li > a {
          font-size: 14px;
          color: #000;
          font-weight: 900;
          font-family: "helveticaneue";
          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;
          -webkit-transition: padding-left 0.2s linear;
          -moz-transition: padding-left 0.2s linear;
          -ms-transition: padding-left 0.2s linear;
          -o-transition: padding-left 0.2s linear;
          transition: padding-left 0.2s linear;
          line-height: 1.5;
          text-decoration: none;
          padding: 5px 0px 5px 10px;
          white-space: nowrap; }
          @media screen and (prefers-reduced-motion: reduce) {
            .dmspbox .dmspbox-wrap ul li > a {
              transition: none; } }
          .dmspbox .dmspbox-wrap ul li > a:hover {
            padding-left: 15px; }
        .dmspbox .dmspbox-wrap ul li ul {
          left: 100%;
          top: 0; }
        .dmspbox .dmspbox-wrap ul li:hover > ul {
          transform: scaleY(1);
          visibility: visible;
          opacity: 1; }
        .dmspbox .dmspbox-wrap ul li:hover > .navbar-panel-box {
          transform: scaleY(1);
          visibility: visible;
          opacity: 1; }
    .dmspbox .dmspbox-wrap > ul {
      transform: scaleY(1);
      visibility: visible;
      opacity: 1; }
      .clsindex .dmspbox .dmspbox-wrap > ul {
        display: none; }
      .fixed .dmspbox .dmspbox-wrap > ul {
        display: block; }

.navbar-panel-box {
  position: absolute;
  top: 0px;
  left: 210px;
  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;
  margin-left: -0.5%;
  margin-right: -0.5%;
  width: 700px;
  height: 100%;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0; }

.navbar-panel-col {
  width: 40%;
  padding-left: 10px; }
  .navbar-panel-col:first-child {
    width: 57%; }
    .navbar-panel-col:first-child .navbar-panel-col__item {
      box-sizing: border-box;
      flex: 0 0 48%;
      margin-left: 1%;
      margin-right: 1%;
      margin-bottom: 2%;
      margin-bottom: 0; }
  .navbar-panel-col__header {
    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;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 1;
    border-bottom: 1px solid #ccc;
    min-height: 31px; }
  .navbar-panel-col__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%; }
  .navbar-panel-col__item {
    box-sizing: border-box;
    flex: 0 0 31.3333333333%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    display: block;
    line-height: normal;
    margin-bottom: 0;
    padding: 5px 0;
    position: relative; }

.menu-left {
  z-index: 41;
  float: left;
  display: inline;
  position: relative;
  width: 17.5%; }
  .menu-left-list {
    border: 1px solid #b7b7b7;
    max-height: 450px;
    overflow-y: auto; }
  .menu-left-sublist {
    -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);
    width: 690px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 210px;
    visibility: hidden;
    opacity: 0;
    background-color: #fff; }
    @media screen and (prefers-reduced-motion: reduce) {
      .menu-left-sublist {
        transition: none; } }
  .menu-left-subitem__link {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    font-family: "helveticaneue";
    text-transform: uppercase;
    display: block;
    padding: 7px 0 7px 20px;
    position: relative; }
    .menu-left-subitem__link:before {
      width: 5px;
      height: 5px;
      position: absolute;
      top: 15px;
      left: 10px;
      border-radius: 100%;
      background-color: #036d3c; }
  .menu-left-subitem + .menu-left-subitem {
    border-top: 1px dashed #cacaca; }
  @media (max-width: 992px) {
    .menu-left {
      display: none; } }

.menu-left-item__link {
  position: relative;
  padding: 10px;
  display: block; }

.menu-left-item__left {
  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; }

.menu-left-item__name {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  font-family: "helveticaneue";
  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) {
    .menu-left-item__name {
      transition: none; } }

.menu-left-item__figure {
  width: 25px;
  margin-right: 5px; }

.menu-left-item + .menu-left-item {
  border-top: 1px solid #b7b7b7; }

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

.menu-left-item:hover > .navbar-panel-box {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  opacity: 1; }

.menu-left-item:hover .menu-left-item__name {
  color: #f00; }

.header {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 100; }
  .header-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: 100px; }
  .header-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; }
    .header-right-top {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; }

.cart-header {
  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;
  margin-left: 30px; }
  .cart-header__icon {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    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;
    border: 1px solid #036d3c;
    background-color: #036d3c;
    margin-right: 10px;
    position: relative; }
    .cart-header__icon i {
      font-size: 20px;
      color: #fff; }
  .cart-header__amount {
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: -4px;
    left: -5px;
    width: 22px;
    height: 13px;
    border-radius: 10px;
    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;
    border: 1px solid #fff;
    line-height: 13px;
    background-color: #f00; }
  .cart-header__text {
    font-size: 14px;
    color: #4d4d4d;
    font-weight: 700;
    text-transform: uppercase; }

.hotline {
  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;
  margin-left: 30px;
  position: relative; }
  .hotline__icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    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;
    border: 1px solid #036d3c;
    background-color: #fff;
    margin-right: 10px; }
    .hotline__icon i {
      font-size: 20px;
      color: #036d3c; }
  .hotline__info p {
    font-size: 14px;
    color: #f00;
    font-weight: 700; }

.logo {
  width: 15.8333333333%;
  display: inline-block; }

.search {
  -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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  z-index: 100;
  margin-left: 100px;
  border: 1px solid #036d3c;
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
  padding-right: 40px;
  position: relative; }
  .search input[type="text"] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    line-height: 40px;
    border: 0;
    text-indent: 10px; }
  .search i {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    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;
    cursor: pointer;
    background-color: #036d3c; }

div#footer {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.td_ft {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }

.footer-info {
  width: 37.5%; }

.footer-baiviet {
  width: 21.6666666667%;
  margin: 0 50px; }

.footer-taikhoan {
  width: 31.6666666667%; }

.btn-slideshow-bar {
  position: absolute;
  top: 65.1515151515%;
  left: 0px;
  z-index: 90; }

.slider-menu {
  z-index: 41;
  position: relative; }
  .slider-menu-wrap:after {
    content: "";
    display: table;
    clear: both; }

.slider-box {
  float: right;
  display: inline;
  z-index: 40;
  position: relative;
  padding: 10px;
  width: calc(100% - 210px); }
  .slider-box-top:after {
    content: "";
    display: table;
    clear: both; }

div#slider {
  float: left;
  display: inline;
  margin: auto;
  width: 100%; }

.slider-static {
  float: right;
  display: inline;
  position: relative;
  width: 27.2727272727%; }
  .slider-static:before {
   }

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

.btn-basic {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  border: 2px solid #036d3c;
  border-radius: 10px;
  padding: 12px 15px;
  margin-top: 20px; }
  .btn-basic:hover {
    background-color: #fff;
    color: #036d3c; }
  @media (max-width: 425px) {
    .btn-basic {
      font-size: 12px;
      padding: 6px 15px; } }

.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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 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;
  padding: 10px;
  border-radius: 5px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn-more {
      transition: none; } }
  .btn-more span {
    font-size: 15px;
    color: inherit;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    text-align: center; }
  .btn-more i {
    font-size: 25px;
    margin-right: 5px; }
  .btn-more--red {
    background-color: #db0100;
    color: #fff; }
    .btn-more--red:hover {
      background-color: #a80100;
      color: #fff; }
  .btn-more--green {
    background-color: #036d3c;
    color: #fff; }
    .btn-more--green:hover {
      background-color: #023b21;
      color: #fff; }

.main-title {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  background-color: #db0100;
  padding: 10px 0; }
  .main-title__name {
    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;
    font-size: 1.875em;
    color: #fff;
    font-family: "UTMHelvetIns";
    position: relative;
    line-height: 1; }
    .main-title__name:before {
      width: 56px;
      height: 34px;
      background-image: url("../images/double-arrow.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      left: -60px; }
    .main-title__name:after {
      width: 56px;
      height: 34px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      background-image: url("../images/double-arrow.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      right: -60px; }
  .main-title__link {
    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;
    color: inherit;
    display: inline-block; }
    @media screen and (prefers-reduced-motion: reduce) {
      .main-title__link {
        transition: none; } }
    .main-title__link[href] {
      cursor: pointer; }

.pdlist-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;
  margin-bottom: 30px; }

.pdlist-header-left {
  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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 30%;
  background-color: #036d3c;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px; }
  .pdlist-header-left figure {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    margin: 5px;
    background-color: #fff; }
    .pdlist-header-left figure:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
  .pdlist-header-left h2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin: 0 10px; }
    .pdlist-header-left h2 a {
      color: inherit; }
  .pdlist-header-left span {
    width: 20px;
    height: 100%;
    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: 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; }
    .pdlist-header-left span:before {
      width: 8px;
      height: 8px;
      border-radius: 100%;
      background-color: #fff; }
    .pdlist-header-left span:after {
      width: 100%;
      height: 1px;
      background-color: #fff; }

.pdlist-header-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: inline-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;
  background-color: #f2f2f2;
  padding-right: 10px;
  position: relative; }
  .pdlist-header-right:before {
    width: 100%;
    height: 1px;
    bottom: 0;
    right: 0;
    background-color: #036d3c; }
  .pdlist-header-right__item {
    font-size: 13px;
    color: #000;
    font-weight: 700; }
  .pdlist-header-right__line {
    width: 1px;
    height: 13px;
    display: inline-block;
    background-color: #676767;
    margin: 0 24px; }
  .pdlist-header-right select {
    font-size: 13px;
    color: #504d53;
    font-weight: 400;
    border-color: #cbcaca;
    height: 29px;
    border-radius: 3px; }

/*adv home*/
.adv-home {
  margin-bottom: 50px; }
  .adv-home__link {
    position: relative;
    display: block; }
    .adv-home__link:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 25%; }

/*giaychungnhan*/
.giaychungnhan-slick {
  margin: 0 -1em; }

.giaychungnhan__item {
  padding: 0 1em; }

.giaychungnhan__link {
  position: relative;
  display: block; }
  .giaychungnhan__link:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 116.279069767%; }

.pd-khuyenmai {
  border: 2px solid #db0100;
  border-top-width: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
  overflow: hidden; }

/*showroom*/
.showroom {
  background-color: #f2f2f2;
  padding: 20px 0; }
  .showroom__title {
    font-size: 1.875em;
    color: #036d3c;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .showroom-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%; }
  .showroom__item {
    box-sizing: border-box;
    flex: 0 0 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%; }
    .showroom__item-header {
      font-size: 0.875em;
      color: #db0100;
      font-weight: 700; }
    .showroom__item-line {
      width: 100%;
      height: 1px;
      background-color: #e7e7e7;
      margin: 5px 0; }
      .showroom__item-line.bg-blur-white {
        background-color: #15774a; }
    .showroom__item-content {
      font-size: 0.875em;
      color: #666;
      font-weight: 400; }

.tieude_giua {
  margin-bottom: 1em; }

.sl-breadcrumb {
  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; }
  .sl-breadcrumb__item {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    font-style: italic; }
    .sl-breadcrumb__item a {
      color: inherit; }
  .sl-breadcrumb__line {
    padding: 0 5px; }
    .sl-breadcrumb__line i {
      font-size: 12px; }

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .pagination .pages li {
    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; }
    .pagination .pages li a {
      font-size: 14px;
      font-weight: 700;
      height: auto; }
    .pagination .pages li .active, .pagination .pages li .active:hover {
      background-color: #db0100;
      border-color: #db0100; }

.mxh-right {
  position: fixed;
  top: 170px;
  right: 0px;
  z-index: 100;
  box-sizing: border-box;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .mxh-right a {
    display: inline-block; }
    .mxh-right a + a {
      margin-top: 10px; }

div#main_content {
  z-index: 1;
  position: relative; }

/* Button Frame */
.btn-frame {
  display: block;
  width: 57px;
  height: 60px;
  position: fixed;
  right: 17px;
  z-index: 100;
  cursor: pointer; }

.btn-frame i {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1182FC;
  position: relative;
  z-index: 1;
  margin-left: 1px; }

.btn-frame i img {
  vertical-align: middle;
  width: 70%; }

.btn-frame .animated.infinite {
  animation-iteration-count: infinite; }

.btn-frame .kenit-alo-circle {
  width: 56px;
  height: 56px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: .1;
  border-color: #1182FC;
  opacity: .5; }

.btn-frame .zoomIn {
  animation-name: zoomIn; }

.btn-frame .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: .4; }

.btn-frame .pulse {
  animation-name: pulse; }

/* Zalo */
.btn-zalo {
  bottom: 235px; }

/* Messenger */
.js-facebook-messenger-container.closed, .js-facebook-messenger-tooltip.closed {
  display: none !important; }

.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px; }

.js-facebook-messenger-tooltip {
  color: #404040;
  background: #fff; }

.js-facebook-messenger-box, .js-facebook-messenger-button, .js-facebook-messenger-tooltip {
  z-index: 999; }

.js-facebook-messenger-tooltip {
  display: none;
  position: fixed;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
  z-index: 31E; }

.js-facebook-messenger-close-tooltip {
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px; }

.js-facebook-messenger-box.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

.js-facebook-messenger-box.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.js-facebook-messenger-box, .js-facebook-messenger-button, .js-facebook-messenger-tooltip {
  z-index: 999; }

.js-facebook-messenger-box {
  display: block;
  position: fixed;
  cursor: pointer;
  bottom: 150px;
  right: 17px;
  width: 56px;
  height: 56px;
  text-align: center;
  background: #1182FC;
  border-radius: 100%;
  overflow: hidden;
  z-index: 99;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3); }

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
  transform: rotate(0deg); }

.js-facebook-messenger-box svg#fb-msng-icon {
  width: 32px;
  height: 33px;
  position: absolute;
  top: 13px;
  left: 12px;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
  -moz-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
  -o-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out,transform 160ms ease-in-out; }

.js-facebook-messenger-box.rotate svg#close-icon {
  transform: rotate(-45deg); }

.js-facebook-messenger-box svg#close-icon {
  opacity: 0;
  width: 19px;
  height: 20px;
  position: absolute;
  top: 19px;
  left: 19px;
  -webkit-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
  -moz-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
  -o-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out,transform 160ms ease-in-out; }

.js-facebook-messenger-container, .js-facebook-messenger-container-button {
  z-index: 1000; }

.js-facebook-messenger-container {
  position: fixed;
  opacity: 0;
  transform: translateY(50px);
  bottom: 110px;
  right: 90px;
  border-radius: 10px;
  pointer-events: none;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  -webkit-transition: transform 160ms ease-in-out,opacity 160ms ease-in-out;
  -moz-transition: transform 160ms ease-in-out,opacity 160ms ease-in-out;
  -o-transition: transform 160ms ease-in-out,opacity 160ms ease-in-out;
  transition: transform 160ms ease-in-out,opacity 160ms ease-in-out; }

.js-facebook-messenger-top-header {
  width: 220px; }

.js-facebook-messenger-top-header {
  color: #fff;
  background: #1182FC; }

.js-facebook-messenger-top-header {
  display: block;
  position: relative;
  width: 220px;
  background: #1182FC;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 10px;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.js-facebook-messenger-container iframe, .js-facebook-messenger-container-button iframe {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.js-facebook-messenger-box, .js-facebook-messenger-button, .js-facebook-messenger-tooltip {
  z-index: 999; }

.js-facebook-messenger-container, .js-facebook-messenger-container-button {
  z-index: 1000; }

.js-facebook-messenger-top-header {
  color: #fff;
  background: #1182FC; }

.js-facebook-messenger-top-header {
  width: 220px; }

.js-facebook-messenger-tooltip {
  color: #404040;
  background: #fff; }

.js-facebook-messenger-container.open {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all; }

.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px; }

.js-facebook-messenger-box.open svg#fb-msng-icon {
  opacity: 0; }

.js-facebook-messenger-box.rotate.open svg#close-icon {
  transform: rotate(0deg); }

.js-facebook-messenger-box.open svg#close-icon {
  opacity: 1; }

div#slider {
  overflow: hidden; }

.buy-message {
  text-align: center; }
  .buy-message p {
    font-size: 18px;
    color: #f00;
    font-weight: 400; }
  .buy-message p:first-child {
    text-transform: uppercase; }

.buy-chuyenkhoan {
  margin-bottom: 1em; }
  .buy-chuyenkhoan__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px; }

/*menu mobile START*/
.topnav {
  z-index: 90;
  position: relative;
  background-color: #ececec; }
  .topnav__top {
    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; }

.topnav #myLinks {
  display: none; }

.topnav__icon {
  width: 50px;
  height: 50px;
  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;
  font-size: 25px;
  color: #f00; }

.topnav__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: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .topnav__right a {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-right: 15px; }

/*menu mobile END*/
.mobile-icon-links {
  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; }

.icon-links__link {
  font-size: 15px;
  color: #000;
  display: block;
  text-align: center; }
  .icon-links__link:nth-child(1) {
    text-align: left; }
  .icon-links__link:nth-child(3) {
    text-align: right; }
    .icon-links__link:nth-child(3) .icon-links__image {
      margin-right: 0; }

.icon-links__image {
  max-width: 70px;
  margin: 10px auto; }
  .icon-links__image img {
    height: 70px; }

.icon-links__icon {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  margin: 10px auto;
  display: block;
  background-repeat: no-repeat;
  background-size: contain; }
  .icon-links__icon.i-khuyen-mai {
    background-image: url("../images/khuyenmai.jpg"); }
  .icon-links__icon.i-combo {
    background-image: url("../images/combo.png"); }
  .icon-links__icon.i-video {
    background-image: url("../images/video.png"); }

.icon-links__name {
  display: block;
  width: 100%; }

.topnav {
  display: none; }

.mobile-icon-links {
  display: none; }

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

div.item {
  box-sizing: border-box;
  flex: 0 0 23.3333333333%;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
  margin-bottom: 1.6666666667%;
  overflow: hidden; }
  div.item .sp_name a {
    display: block;
    display: -webkit-box;
    height: 39px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  div.item .sp_gia {
    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; }
    div.item .sp_gia .gia {
      width: 100%; }
    div.item .sp_gia .giakm {
      display: block;
      display: -webkit-box;
      height: 21px;
      line-height: 1.5;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      width: 100%; }
    div.item .sp_gia span.giacu {
      display: block;
      display: -webkit-box;
      height: 18px;
      line-height: 1.5;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1; }
  div.item__box {
    position: relative;
    text-align: center; }
  div.item .sp_img a.img-a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 82.4%;
    }
    div.item .sp_img a.img-a::before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 81.8181818182%; }
    div.item .sp_img a.img-a img {
      background-color: #fff; }
  .slick-box-item div.item {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -moz-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    margin: 0; }
  .p-index div.item {
    box-sizing: border-box;
    flex: 0 0 18.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 1.6666666667%; }
  .p-product_detail div.item {
    box-sizing: border-box;
    flex: 0 0 18.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 1.6666666667%; }

.slick-box-item {
  padding: 0 10px; }

.spnoibat-main {
  margin: 0 -10px; }
  .spnoibat-main-container {
    max-width: 1190px;
    margin: 0 auto; }

/*product tpl*/
.product-tpl__desc {
  background-color: #f2f2f2;
  padding: 20px;
  margin-bottom: 30px; }

.pro-cata-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%;
  margin-bottom: 10px; }

.pro-cata__link {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  box-sizing: border-box;
  flex: 0 0 14.6666666667%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: 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: 43px;
  border-radius: 3px;
  text-align: center;
  background-color: #036d3c; }
  @media screen and (prefers-reduced-motion: reduce) {
    .pro-cata__link {
      transition: none; } }
  .pro-cata__link:hover {
    color: #fff;
    background-color: #02542e; }

/*product detail*/
.zoom_slick {
  position: relative; }

.img-baohanh {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 40;
  max-width: 90px !important; }

.zoom_slick-container {
  width: 31.6666666667%;
  float: left; }

.zoom_slick {
  border: 1px solid #DDD; }

.pd-detail {
  float: left;
  display: inline;
  margin-left: 2%;
  width: 39.1666666667%; }
  .pd-detail__name {
    font-size: 22px;
    color: #000;
    font-weight: 400; }
  .pd-detail__rating {
    font-size: 12px;
    color: #b6b6b6;
    font-weight: 400; }
    .pd-detail__rating .fa-star {
      color: #ffb400; }
  .pd-detail__price {
    background-color: #f2f2f2;
    padding: 10px 20px;
    position: relative; }
    .pd-detail__price-new {
      font-size: 17px;
      color: #fc0505;
      font-weight: 400; }
      .pd-detail__price-new strong {
        font-size: 25px;
        font-weight: 700;
        line-height: 1; }
    .pd-detail__price-old {
      font-size: 14px;
      color: #b6b6b6;
      font-weight: 400;
      text-decoration: line-through;
      padding-left: 50px;
      line-height: 1; }
    .pd-detail__price-sale {
      font-size: 15px;
      color: #fff;
      font-weight: 400;
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -10px;
      background-color: #fc0505;
      border-radius: 3px;
      padding: 0 5px; }
  .pd-detail__attr {
    margin: 10px 0; }
    .pd-detail__attr-row {
      box-sizing: border-box;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font-size: 14px;
      color: #000;
      font-weight: 400;
      margin-bottom: 10px; }
    .pd-detail__attr-name {
      font-weight: 700;
      width: 120px; }
    .pd-detail__attr-val a {
      color: #fc0505; }
  .pd-detail__action {
    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;
    margin: 30px 0; }
    .pd-detail__action-text {
      font-size: 14px;
      color: #000;
      font-weight: 400;
      text-transform: uppercase;
      margin: 0 30px; }

.wap_pro .slider-static {
  width: 25%; }

div#content_tabs {
  padding: 20px 10px; }
  div#content_tabs ul {
    list-style-type: initial; }

/*  ================================================================================
  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 (max-width: 1224px) {
  div.menu ul li a{padding:0px 5px;}
}
 @media screen and (max-width: 1145px) {
  .dmspbox__title-text{font-size: 13px;}
  div.menu ul li a{font-size: 13px;}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .wrap-page {
    overflow: hidden; } }

@media screen and (min-width: 768px) and (max-width: 992px) and (max-width: 425px) {
  .main-title__name {
    font-size: 1.25em; }
    .main-title__name::before, .main-title__name::after {
      display: none; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .logo {
    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;
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 40;
    height: 70px;
    width: 35%; }
    .logo img {
      max-height: 100%; }
  .header-right {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -moz-flex: unset;
    -ms-flex: unset;
    flex: unset;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    position: relative;
    width: 100%; }
    .header-right-top {
      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;
      padding-top: 20px;
      width: 100%; }
  .search {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin: 10px 0; }
  .wap_menu {
    display: none; }
  .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; }
    .menu-bar-res--right .lang-header {
      margin: 0 1rem 0; }
  .hero-image {
    display: none; }
  .menubar {
    display: none; }
  .menu_mobi {
    display: flex; }
  .menu-res {
    background-color: #025931; }
  .toolbar {
    background-color: #036d3c; }
  div#footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .footer-info {
    width: 100%;
    margin-bottom: 1em; }
  .footer-baiviet {
    width: 49%;
    margin: 0 0 1em 0; }
  .footer-taikhoan {
    width: 49%;
    margin-bottom: 1em; } }

@media screen and (min-width: 768px) and (max-width: 992px) and (max-width: 425px) {
  .footer-baiviet {
    width: 100%; }
  .footer-taikhoan {
    width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .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; }
  .copyright__text {
    width: 100%;
    margin-bottom: 10px; }
  .copyright__thongke {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%; }
  #footer-map, #footer-map iframe {
    height: 300px; }
  .fixed-mobi .search {
    position: fixed;
    top: 0px;
    right: 15px;
    left: 15px;
    width: calc(100% - 30px);
    margin-top: 0; }
  .mobi-hide {
    display: none; }
  .left_gh {
    width: 100%; }
  .right_gh {
    width: 100%; }
  div#tabs ul#ultabs {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; }
  div#tabs ul#ultabs li {
    text-align: center; }
  .pagination .pages {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; }
  .topnav {
    display: block; }
  .mobile-icon-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .cart-header__icon {
    margin-right: 0; }
  .cart-header__text {
    display: none; }
  div.tt_lh, div.bando {
    width: 100%;
    float: none;
    margin-bottom: 10px; }
  .pro-cata__link {
    box-sizing: border-box;
    flex: 0 0 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%; }
  div#left {
    display: none; }
  div#right {
    width: 100%;
    float: none; }
  .content p img {
    width: 100% !important;
    height: auto !important; }
  .p-product_detail .slider-static {
    width:100% }
  .zoom_slick-container {
    width: 100%;
    float: none; }
  .pd-detail {
    width: 100%;
    margin-left: 0;
    float: none; }
  .pdlist-header-left {
    width: 100%; }
  .pdlist-header {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .pdlist-header-right {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -moz-flex: unset;
    -ms-flex: unset;
    flex: unset;
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding: 10px 0;
    width: 100%;
    background-color: transparent; }
    .pdlist-header-right::before {
      display: none; }
    .pdlist-header-right__item {
      margin-bottom: 10px; }
    .pdlist-header-right__line {
      margin: 0 5px 10px; }
    .p-index .pdlist-header-right {
      display: none; }
  .slider-box {
    width: 100%;
    float: none; }
  .showroom__item {
    box-sizing: border-box;
    flex: 0 0 48%;
    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: -0.8333333333%;
    margin-right: -0.8333333333%; }
  .p-product_detail div.item {
    box-sizing: border-box;
    flex: 0 0 48.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 1.6666666667%; }
  .p-index div.item {
    box-sizing: border-box;
    flex: 0 0 48.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 1.6666666667%; }
  div.item {
    box-sizing: border-box;
    flex: 0 0 48.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 1.6666666667%; } }

/*  ================================================================================
  EXTRA SMALL
  (>425px & <768px)
  ================================================================================ */
@media screen and (min-width: 425px) and (max-width: 768px) {
  .wrap-page {
    overflow: hidden; } }

@media screen and (min-width: 425px) and (max-width: 768px) and (max-width: 425px) {
  .main-title__name {
    font-size: 1.25em; }
    .main-title__name::before, .main-title__name::after {
      display: none; } }

@media screen and (min-width: 425px) and (max-width: 768px) {
  .logo {
    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;
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 40;
    height: 70px;
    width: 35%; }
    .logo img {
      max-height: 100%; }
  .header-right {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -moz-flex: unset;
    -ms-flex: unset;
    flex: unset;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    position: relative;
    width: 100%; }
    .header-right-top {
      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;
      padding-top: 20px;
      width: 100%; }
  .search {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin: 10px 0; }
  .wap_menu {
    display: none; }
  .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; }
    .menu-bar-res--right .lang-header {
      margin: 0 1rem 0; }
  .hero-image {
    display: none; }
  .menubar {
    display: none; }
  .menu_mobi {
    display: flex; }
  .menu-res {
    background-color: #025931; }
  .toolbar {
    background-color: #036d3c; }
  div#footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .footer-info {
    width: 100%;
    margin-bottom: 1em; }
  .footer-baiviet {
    width: 49%;
    margin: 0 0 1em 0; }
  .footer-taikhoan {
    width: 49%;
    margin-bottom: 1em; } }

@media screen and (min-width: 425px) and (max-width: 768px) and (max-width: 425px) {
  .footer-baiviet {
    width: 100%; }
  .footer-taikhoan {
    width: 100%; } }

@media screen and (min-width: 425px) and (max-width: 768px) {
  .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; }
  .copyright__text {
    width: 100%;
    margin-bottom: 10px; }
  .copyright__thongke {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%; }
  #footer-map, #footer-map iframe {
    height: 300px; }
  .fixed-mobi .search {
    position: fixed;
    top: 0px;
    right: 15px;
    left: 15px;
    width: calc(100% - 30px);
    margin-top: 0; }
  .mobi-hide {
    display: none; }
  .left_gh {
    width: 100%; }
  .right_gh {
    width: 100%; }
  div#tabs ul#ultabs {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; }
  div#tabs ul#ultabs li {
    text-align: center; }
  .pagination .pages {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; }
  .topnav {
    display: block; }
  .mobile-icon-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .cart-header__icon {
    margin-right: 0; }
  .cart-header__text {
    display: none; }
  div.tt_lh, div.bando {
    width: 100%;
    float: none;
    margin-bottom: 10px; }
  .pro-cata__link {
    box-sizing: border-box;
    flex: 0 0 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%; }
  div#left {
    display: none; }
  div#right {
    width: 100%;
    float: none; }
  .content p img {
    width: 100% !important;
    height: auto !important; }
  .p-product_detail .slider-static {
    width:100%; }
  .zoom_slick-container {
    width: 100%;
    float: none; }
  .pd-detail {
    width: 100%;
    margin-left: 0;
    float: none; }
  .pdlist-header-left {
    width: 100%; }
  .pdlist-header {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .pdlist-header-right {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -moz-flex: unset;
    -ms-flex: unset;
    flex: unset;
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding: 10px 0;
    width: 100%;
    background-color: transparent; }
    .pdlist-header-right::before {
      display: none; }
    .pdlist-header-right__item {
      margin-bottom: 10px; }
    .pdlist-header-right__line {
      margin: 0 5px 10px; }
    .p-index .pdlist-header-right {
      display: none; }
  .slider-box {
    width: 100%;
    float: none; }
  .showroom__item {
    box-sizing: border-box;
    flex: 0 0 48%;
    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: -0.8333333333%;
    margin-right: -0.8333333333%; }
  .p-product_detail div.item {
    box-sizing: border-box;
    flex: 0 0 48.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 1.6666666667%; }
  .p-index div.item {
    box-sizing: border-box;
    flex: 0 0 48.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 1.6666666667%; }
  div.item {
    box-sizing: border-box;
    flex: 0 0 48.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 1.6666666667%; } }

/*  ================================================================================
  MOBILE SIZE
  Phones Less than 425px
  (<425px)
  ================================================================================ */
@media screen and (max-width: 425px) {
  .wrap-page {
    overflow: hidden; } }

@media screen and (max-width: 425px) and (max-width: 425px) {
  .main-title__name {
    font-size: 1.25em; }
    .main-title__name::before, .main-title__name::after {
      display: none; } }

@media screen and (max-width: 425px) {
  .logo {
    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;
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 40;
    height: 70px;
    width: 35%; }
    .logo img {
      max-height: 100%; }
  .header-right {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -moz-flex: unset;
    -ms-flex: unset;
    flex: unset;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    position: relative;
    width: 100%; }
    .header-right-top {
      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;
      padding-top: 20px;
      width: 100%; }
  .search {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin: 10px 0; }
  .wap_menu {
    display: none; }
  .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; }
    .menu-bar-res--right .lang-header {
      margin: 0 1rem 0; }
  .hero-image {
    display: none; }
  .menubar {
    display: none; }
  .menu_mobi {
    display: flex; }
  .menu-res {
    background-color: #025931; }
  .toolbar {
    background-color: #036d3c; }
  div#footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .footer-info {
    width: 100%;
    margin-bottom: 1em; }
  .footer-baiviet {
    width: 49%;
    margin: 0 0 1em 0; }
  .footer-taikhoan {
    width: 49%;
    margin-bottom: 1em; } }

@media screen and (max-width: 425px) and (max-width: 425px) {
  .footer-baiviet {
    width: 100%; }
  .footer-taikhoan {
    width: 100%; } }

@media screen and (max-width: 425px) {
  .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; }
  .copyright__text {
    width: 100%;
    margin-bottom: 10px; }
  .copyright__thongke {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%; }
  #footer-map, #footer-map iframe {
    height: 300px; }
  .fixed-mobi .search {
    position: fixed;
    top: 0px;
    right: 15px;
    left: 15px;
    width: calc(100% - 30px);
    margin-top: 0; }
  .mobi-hide {
    display: none; }
  .left_gh {
    width: 100%; }
  .right_gh {
    width: 100%; }
  div#tabs ul#ultabs {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; }
  div#tabs ul#ultabs li {
    text-align: center; }
  .pagination .pages {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; }
  .topnav {
    display: block; }
  .mobile-icon-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .cart-header__icon {
    margin-right: 0; }
  .cart-header__text {
    display: none; }
  div.tt_lh, div.bando {
    width: 100%;
    float: none;
    margin-bottom: 10px; }
  .pro-cata__link {
    box-sizing: border-box;
    flex: 0 0 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%; }
  div#left {
    display: none; }
  div#right {
    width: 100%;
    float: none; }
  .content p img {
    width: 100% !important;
    height: auto !important; }
  .p-product_detail .slider-static {
   width:100% }
  .zoom_slick-container {
    width: 100%;
    float: none; }
  .pd-detail {
    width: 100%;
    margin-left: 0;
    float: none; }
  .pdlist-header-left {
    width: 100%; }
  .pdlist-header {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .pdlist-header-right {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -moz-flex: unset;
    -ms-flex: unset;
    flex: unset;
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding: 10px 0;
    width: 100%;
    background-color: transparent; }
    .pdlist-header-right::before {
      display: none; }
    .pdlist-header-right__item {
      margin-bottom: 10px; }
    .pdlist-header-right__line {
      margin: 0 5px 10px; }
    .p-index .pdlist-header-right {
      display: none; }
  .slider-box {
    width: 100%;
    float: none; }
  .showroom__item {
    box-sizing: border-box;
    flex: 0 0 48%;
    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: -0.8333333333%;
    margin-right: -0.8333333333%; }
  .p-product_detail div.item {
    box-sizing: border-box;
    flex: 0 0 48.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 1.6666666667%; }
  .p-index div.item {
    box-sizing: border-box;
    flex: 0 0 48.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 1.6666666667%; }
  div.item {
    box-sizing: border-box;
    flex: 0 0 48.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 1.6666666667%; }
  #content_tabs .tab img {
    height: auto !important; }
  div#tabs ul#ultabs li span {
    display: block;
    width: 100%; } }

@media screen and (max-width: 425px) and (max-width: 375px) {
  .main-title__name {
    font-size: 1em; } }

@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; }
  .p-product_detail div.item {
    box-sizing: border-box;
    flex: 0 0 100%; }
  .p-index div.item {
    box-sizing: border-box;
    flex: 0 0 100%; }
  div.item {
    box-sizing: border-box;
    flex: 0 0 100%; }
  .logo {
    width: 30%; } }

@media screen and (max-width: 425px) {
  .hotline__icon {
    margin-right: 5px; }
  .cart-header {
    margin-left: 1em; }
  div.tieude_giua > div {
    box-sizing: border-box;
    display: 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; }
  div.tieude_giua div a.text-1 {
    line-height: 1;
    height: auto; }
  body div.overlay_giohang > div.login-wrapper {
    width: 90%; }
  .tinchia2 {
    width: 100%; }
  .btn-more i {
    display: none; }
  .showroom-grid {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .showroom__item {
    box-sizing: border-box;
    flex: 0 0 100%; } }

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


}	