/* ======================== VARIABLE ======================== */
/* ======================== FONTS ======================== */
/* ======================== HEADER ======================== */
/* ======================== MENU ======================== */
/* ======================== FOOTER ======================== */
/* ======================== URL ======================== */
.font-title {
  font-family: "Mulish", sans-serif; }

.font-desc {
  font-family: 'UTMScriptinaKT'; }

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

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

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

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

/* ==================== 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);
*/
/**
 * Basic typography style for copy text
 */
.dmspbox .dmspbox-wrap ul li a:before, .menu-left-subitem__link:before, .menu-left-item__link:before, .footer__title:before, .footer__baiviet ul li a:before, .video-home__link:before, .congtrinh__image.video-icon:before {
  content: '';
  position: absolute; }

.dm-sp #danhmuc ul, .menu--left, .submenu, .submenu li ul, .dmspbox .dmspbox-wrap ul, .menu-left-list, .menu-left-sublist, .footer__baiviet ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0; }

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

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

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

.scrollstyle-4 {
  scrollbar-face-color: #93c7d6;
  scrollbar-track-color: #c9e3eb; }

body {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Mulish", sans-serif; }

.container {
  max-width: 1300px;
  position: relative;
  padding: 0; }

a:hover {
  text-decoration: none; }

.title-main span {
  font-size: 1.5em;
  color: #e91111;
  font-weight: 400; }

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

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

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

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

#main-cube {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  z-index: 999999;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.logo_phee {
  width: 110px;
  height: 110px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block; }

.loading-css {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 210px;
  height: 210px;
  border: 2px solid #ffc000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-animation: spin 600ms infinite linear;
  -moz-animation: spin 600ms infinite linear;
  -o-animation: spin 600ms infinite linear;
  -ms-animation: spin 600ms infinite linear;
  animation: spin 600ms infinite linear; }

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

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

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

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

.dm-sp #danhmuc ul li {
  position: relative; }
  .dm-sp #danhmuc ul li a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    display: block;
    line-height: 1;
    position: relative;
    padding: 15px 15px 15px 30px; }
    .dm-sp #danhmuc ul li a:before {
      width: 4px;
      height: 4px;
      border-radius: 100%;
      position: absolute;
      top: 20px;
      left: 15px;
      content: "";
      display: inline-block;
      background-color: #b5b5b5;
      margin-right: 10px; }
    .dm-sp #danhmuc ul li a:hover, .dm-sp #danhmuc ul li a:active, .dm-sp #danhmuc ul li a:focus {
      color: #93c7d6; }
  .dm-sp #danhmuc ul li ul {
    position: absolute;
    top: 0px;
    left: 100%;
    display: none;
    min-width: 100%;
    border: 1px solid #ebebeb;
    background-color: #fff; }
  .dm-sp #danhmuc ul li + li {
    border-top: 1px solid #ebebeb; }
  .dm-sp #danhmuc ul li:hover > ul, .dm-sp #danhmuc ul li:active > ul, .dm-sp #danhmuc ul li:focus > ul {
    display: block; }

.menu {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 100; }
  .menu-wrap {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    min-height: 50px;
    }
  .menu__item {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    @media screen and (prefers-reduced-motion: reduce) {
      .menu__item {
        transition: none; } }
    .menu__item:hover .menu__link {
      color: #e91111;
      background-color: transparent; }
    .menu__item:hover .submenu {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -o-transform: scaleY(1);
      transform: scaleY(1);
      visibility: visible;
      opacity: 1; }
  .menu__link {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    padding: 0;
    height: 40px; }
    @media screen and (prefers-reduced-motion: reduce) {
      .menu__link {
        transition: none; } }
    .menu__link.active {
      color: #e91111; }
  .menu--left {
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 50;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 25px;
    position: relative; }

.submenu {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  min-width: 200px;
  left: 0;
  top: 100%; }
  @media screen and (prefers-reduced-motion: reduce) {
    .submenu {
      transition: none; } }
  .submenu li {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    background-color: #93c7d6; }
    @media screen and (prefers-reduced-motion: reduce) {
      .submenu li {
        transition: none; } }
    .submenu li a {
      font-size: 14px;
      color: #fff;
      font-weight: 400;
      font-family: "Arial";
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: block;
      padding: 10px; }
      @media screen and (prefers-reduced-motion: reduce) {
        .submenu li a {
          transition: none; } }
    .submenu li ul {
      -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
      -webkit-transform-origin: 0 0 0;
      -moz-transform-origin: 0 0 0;
      -ms-transform-origin: 0 0 0;
      transform-origin: 0 0 0;
      -webkit-transition: all 0.4s ease 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: 200px;
      top: 0;
      left: 100%; }
      @media screen and (prefers-reduced-motion: reduce) {
        .submenu li ul {
          transition: none; } }
    .submenu li:hover {
      background-color: #6eb4c8; }
      .submenu li:hover > a {
        color: #e91111; }
      .submenu li:hover > ul {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        visibility: visible;
        opacity: 1; }
    .submenu li + li {
      border-top: 1px solid rgba(255, 255, 255, 0.4); }

.doitac {
  padding: 1.875em 0;
  background-color: #f9f9f9; }
  .doitac-slick {
    margin: 0 -1em; }
  .doitac__item {
    padding: 0 1em; }
  .doitac__link {
    display: block; }
  .doitac__img {
    width: 100%; }

.dmspbox {
  float: left;
  width: 23.0769230769%;
  position: relative; }
  .dmspbox:hover .dmspbox-wrap {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1; }
  .dmspbox__icon {
    width: 46px;
    height: 46px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #18e530; }
  .dmspbox__text {
    -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;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 46px;
    text-align: center;
    border-style: solid;
    border-color: #18e530;
    border-width: 1px 1px 1px 0; }
  .dmspbox__title {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: -3px;
    left: 0px;
    width: 100%;
    height: 55px;
    background-color: #e91111;
    margin: 0;
    text-transform: uppercase;
    cursor: pointer;
    padding: 3px; }
  .dmspbox .dmspbox-wrap {
    transform: scaleY(0);
    visibility: hidden;
    opacity: 0;
    position: relative;
    top: 46px; }
    .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: #fbfbfb;
      min-width: 100%; }
      @media screen and (prefers-reduced-motion: reduce) {
        .dmspbox .dmspbox-wrap ul {
          transition: none; } }
      .dmspbox .dmspbox-wrap ul li {
        position: relative;
        border-bottom: 1px solid #e6e6e6; }
        .dmspbox .dmspbox-wrap ul li a {
          font-size: 14px;
          color: #333;
          font-weight: 400;
          font-family: "Mulish", sans-serif;
          box-sizing: border-box;
          display: flex;
          flex-wrap: wrap;
          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;
          text-decoration: none;
          padding: 7px 0px 7px 30px;
          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, .dmspbox .dmspbox-wrap ul li a:active, .dmspbox .dmspbox-wrap ul li a:focus {
            padding-left: 35px;
            color: #93c7d6; }
          .dmspbox .dmspbox-wrap ul li a:before {
            font-size: 7px;
            color: inherit;
            font-weight: 700;
            font-family: "Font Awesome 5 Free";
            position: absolute;
            left: 15px;
            content: "\f009"; }
        .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 {
      transform: scaleY(1);
      visibility: visible;
      opacity: 1; }
      .clsindex .dmspbox .dmspbox-wrap > ul {
        display: none; }
      .fixed .dmspbox .dmspbox-wrap > ul {
        display: block; }

.menu-left {
  z-index: 41;
  width: 23.0769230769%;
  float: left;
  background-color: #fff;
  border: 2px solid #e91111;
  padding-left: 10px;
  position: relative; }
  .menu-left-list {
    max-height: 410px;
    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);
    position: absolute;
    visibility: hidden;
    opacity: 0;
    min-width: 230px;
    background-color: #fff;
    left: 100%;
    top: 0; }
    @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: "Mulish", sans-serif;
    text-transform: uppercase;
    display: block;
    border-top: 1px solid #738494;
    padding: 15px 20px;
    position: relative; }
    .menu-left-subitem__link:before {
      width: 5px;
      height: 5px;
      position: absolute;
      top: 23px;
      left: 10px;
      border-radius: 100%;
      background-color: #000; }
  @media (max-width: 992px) {
    .menu-left {
      display: none; } }

.menu-left-item {
  margin-right: 10px; }
  .menu-left-item__link {
    position: relative;
    padding: 15px 0 15px 40px;
    display: block; }
    .menu-left-item__link:before {
      width: 12px;
      height: 15px;
      background-image: url("../images/slash.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      position: absolute;
      top: 20px;
      left: 10px; }
  .menu-left-item__name {
    font-size: 17px;
    color: #000;
    font-family: "Mulish", sans-serif;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase; }
    @media screen and (prefers-reduced-motion: reduce) {
      .menu-left-item__name {
        transition: none; } }
  .menu-left-item + .menu-left-item {
    border-top: 1px dashed #e2e2e2; }
  .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 .menu-left-item__name {
    color: #e91111; }

.header {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 100%; }
  .header-wrap {
    /* box-sizing: border-box; */
    /* display: flex; */
    /* flex-wrap: nowrap; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* min-height: 110px; */
    }
  .header-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #ffffff;
    }

.logo_m {
  display:none;
}
  .logo__img {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* height: 110px; */
    width: 100%;
    }
    @media screen and (prefers-reduced-motion: reduce) {
      .logo__img {
        transition: none; } }

.lang-header {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 5px;
  position: absolute;
  right: 5%;
  top: 10px;
  }
  .lang-header a + a {
    margin-left: 7px; }

.copyright__text {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  font-family: "Mulish", sans-serif; }

.footer {
  z-index: 40;
  background-image: url("../images/ft-bg.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: relative; }
  .footer-wrap {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 45px 0; }
  .footer__title {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;
    text-transform: uppercase; }
    .footer__title:before {
      width: 50px;
      height: 1px;
      bottom: -10px;
      background-color: #0b8a48; }
  .footer__info {
    width: 42.3076923077%;
    order: 2; }
    .footer__info-body {
      font-size: 16px;
      color: #fff;
      font-weight: 400;
      font-family: "Mulish", sans-serif; }
      .footer__info-body p {
        margin-bottom: 7px; }
  .footer__baiviet {
    width: 16.9230769231%;
    order: 3; }
    .footer__baiviet ul li a {
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-size: 14px;
      color: #fff;
      font-weight: 400;
      font-family: "Mulish", sans-serif;
      position: relative;
      display: block;
      padding-left: 20px; }
      @media screen and (prefers-reduced-motion: reduce) {
        .footer__baiviet ul li a {
          transition: none; } }
      .footer__baiviet ul li a:before {
        width: 5px;
        height: 9px;
        background-image: url("../images/right.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        position: absolute;
        top: 6px;
        left: 0px; }
      .footer__baiviet ul li a:hover {
        color: #fff600; }
    .footer__baiviet ul li + li {
      margin-top: 10px; }
  .footer__fanpage {
    width: 24.6153846154%;
    order: 1; }
    .footer__fanpage #fanpage-facebook {
      max-height: 200px;
      overflow: hidden; }

.copyright {
  z-index: 41;
  background-color: rgba(147, 199, 214, 0.4);
  position: relative; }
  .copyright__hotline {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: -40px;
    left: 0px;
    background-color: #e91111;
    padding: 5px 40px; }
  .copyright-wrap {
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    min-height: 53px;
    position: relative; }

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

.slider {
  background-image: url("../images/slide-bg.jpg");
  background-repeat: repeat;
  background-position: 0 0; }
  .slider-wrap:after {
    content: "";
    display: table;
    clear: both; }
  .slider--right {
    width: 68.4615384615%;
    float: right;
    margin-top: 10px; }

.search .search-grid {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
  width: 300px; }
  .search .search-grid input {
    color: #000;
    width: calc(100% - 45px);
    height: 35px;
    float: left;
    outline: none;
    padding: 0px 5px;
    border: 1px solid #0b8a48;
    border-radius: 5px;
    background: transparent;
    font-size: 12px; }
    .search .search-grid input::-moz-placeholder {
      color: rgba(0, 0, 0, 0.5);
      opacity: 1; }
    .search .search-grid input:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .search .search-grid input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
  .search .search-grid p {
    width: 40px;
    height: 35px;
    font-size: 16px;
    color: #fff;
    float: left;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    border: 1px solid #93c7d6;
    border-radius: 5px;
    background-color: #93c7d6; }

.mxh {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin: 20px 0; }
  .mxh span {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-right: 15px; }
  .mxh a {
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .mxh a img {
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
      height: 40px;
      object-fit: scale-down; }
      @media screen and (prefers-reduced-motion: reduce) {
        .mxh a img {
          transition: none; } }
      .mxh a img:hover {
        transform: rotate(360deg); }
    .mxh a + a {
      margin-left: 7px; }
  .mxh--ft {
    z-index: 100;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0; }
    .mxh--ft span {
      font-size: 15px;
      color: #fff;
      font-weight: 700;
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      display: block;
      width: 100%;
      margin-bottom: 10px; }
    .mxh--ft a img {
      height: 50px; }
    .mxh--ft a:hover {
      transform: rotate(360deg); }

.newsletter {
  border-bottom: 1px solid #fff; }
  .newsletter-wrap {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 34px 0; }
  .newsletter--left {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 34.6153846154%; }
    .newsletter--left i {
      font-size: 50px;
      color: #fff;
      margin-right: 20px; }
  .newsletter__head {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .newsletter__title {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase; }
  .newsletter__desc {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    font-family: "Roboto", sans-serif; }
  .newsletter form {
    -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;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: 60px; }
    .newsletter form .newsletter-input {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      position: relative; }
      .newsletter form .newsletter-input .form-control {
        font-size: 15px;
        color: #fff;
        font-weight: 400;
        height: 50px;
        padding: 5px;
        background-color: transparent;
        border-radius: 5px; }
        .newsletter form .newsletter-input .form-control::-moz-placeholder {
          color: rgba(255, 255, 255, 0.5);
          opacity: 1; }
        .newsletter form .newsletter-input .form-control:-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.5); }
        .newsletter form .newsletter-input .form-control::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.5); }
    .newsletter form .newsletter-button {
      margin-left: 10px; }
      .newsletter form .newsletter-button input[type="submit"] {
        font-size: 19px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        width: 100%;
        line-height: 50px;
        height: 50px;
        padding: 0 15px;
        background-color: #e91111;
        border-radius: 5px;
        border: none; }

.pdt {
  padding-top: 30px; }

.pdb {
  padding-bottom: 30px; }

.pdtb {
  padding: 30px 0; }

.main-title {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #f6f6f6;
  position: relative;
  margin-bottom: 20px; }
  .main-title i {
    width: 56px;
    height: 43px;
    box-sizing: border-box;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #93c7d6;
    color: #fff;
    border-right: 3px solid #fff; }
  .main-title__name {
    font-size: 20px;
    color: #93c7d6;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
    box-sizing: border-box;
    display: inline-flex;
    flex-wrap: wrap;
    background-color: #93c7d6;
    position: relative;
    text-transform: uppercase; }
  .main-title__link {
    box-sizing: border-box;
    display: inline-flex;
    flex-wrap: wrap;
    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;
    color: #fff;
    min-height: 43px;
    position: relative;
    padding: 0 60px 0 20px; }
    @media screen and (prefers-reduced-motion: reduce) {
      .main-title__link {
        transition: none; } }
    .main-title__link:hover {
      color: #e91111; }
  .main-title__more {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 50px; }
    @media (max-width: 425px) {
      .main-title__more {
        display: none; } }

.btn-more {
  font-size: 19px;
  color: #fff;
  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;
  text-transform: capitalize;
  display: inline-block;
  line-height: 50px;
  padding: 0 20px;
  background-color: #e91111;
  border: 2px solid #e91111;
  margin-top: 20px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn-more {
      transition: none; } }
  .btn-more:hover {
    color: #e91111;
    background-color: #fff; }

.spnb-home {
  margin-top: 30px; }

/*video home*/
.video-home img{
  width:100%;
}
.video-home a {
  display: block;
  position: relative; }

.video-home a:before {
  content:'';
    width: 86px;
    height: 86px;
    background-image: url("../images/play.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.video-home__img {
  width: 100%; }

/*congtrinh*/
.congtrinh-home {
  background-color: #f9f9f9;
  padding: 60px 0; }

.congtrinh-slick {
  margin: 0 -1em; }

.congtrinh-grid {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.7692307692%;
  margin-right: -0.7692307692%; }
  .congtrinh-grid .congtrinh__item {
    box-sizing: border-box;
    flex: 0 0 31.7948717949%;
    margin-left: 0.7692307692%;
    margin-right: 0.7692307692%;
    margin-bottom: 1.5384615385%;
    padding: 0; }

.congtrinh__image.video-icon {
  position: relative; }
  .congtrinh__image.video-icon:before {
    width: 86px;
    height: 86px;
    background-image: url("../images/play.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 40; }

.congtrinh__item {
  padding: 0 1em; }

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

.congtrinh__img {
  width: 100%; }

.congtrinh__name {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px; }

/*chinhanh*/
.chinhanh-bg {
  background-color: #e8f0f4;
  padding: 60px 0; }

.chinhanh-info-bg {
  width: 40%;
  background-color: #93c7d6;
  padding-top: 30px; }

.chinhanh-wrap {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .chinhanh-wrap .nav {
    max-width: 400px;
    margin: 0 auto; }
    .chinhanh-wrap .nav-item {
      width: 100%; }
    .chinhanh-wrap .nav-link {
      padding: 0; }
  .chinhanh-wrap .tab-content {
    width: 57.6923076923%; }
    .chinhanh-wrap .tab-content .tab-pane {
      height: 100%; }

.chinhanh__item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 30px 10px; }
  .chinhanh__item i {
    color: #fff;
    font-size: 20px;
    margin-top: 5px; }

.chinhanh__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px; }

.chinhanh__text {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  margin-bottom: 0; }

.codebando, .codebando iframe {
  width: 100%;
  height: 100%; }

.profile {
  text-align: center; }
  .profile__name {
    font-size: 26px;
    color: #e91111;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px; }
  .profile__desc {
    font-size: 15px;
    color: #000;
    font-weight: 400; }
  .profile__link {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #93c7d6;
    padding: 15px 25px;
    display: inline-block;
    text-transform: capitalize;
    line-height: 1;
    margin-top: 30px; }
    @media screen and (prefers-reduced-motion: reduce) {
      .profile__link {
        transition: none; } }
    .profile__link:hover {
      color: #e91111; }

.thuvienp-nav {
  text-align: center;
  margin-bottom: 10px; }
  .thuvienp-nav__link {
    font-size: 20px;
    color: #fff;
    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;
    background-color: #93c7d6;
    padding: 15px 25px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px; }
    @media screen and (prefers-reduced-motion: reduce) {
      .thuvienp-nav__link {
        transition: none; } }
    .thuvienp-nav__link + .thuvienp-nav__link {
      margin-left: 10px; }
    .thuvienp-nav__link:hover {
      color: #e91111; }

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

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

.album__img {
  width: 100%; }

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

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

.product_info .li span.size:hover, .product_info .li span.mausac:hover, .product_info .li span.active_size, .product_info .li span.active_mausac {
  border: 1px solid #EE0000 !important; }

.product_info .li.gia, .product_info .li.giakm {
  font-size: 20px;
  color: #f00;
  font-weight: 700;
  position: relative; }

.product-grid {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.7692307692%;
  margin-right: -0.7692307692%; }

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

.spnoibat-main {
  margin: 0 -10px; }

.product-item {
  box-sizing: border-box;
  flex: 0 0 23.4615384615%;
  margin-left: 0.7692307692%;
  margin-right: 0.7692307692%;
  margin-bottom: 1.5384615385%; }
  .product-item__box {
    color: #000;
    position: relative;
    height: 100%;
    background-color: #fff; }
  .product-item__figure {
    margin-bottom: 10px;
    overflow: hidden; }
    .product-item__figure-url {
      display: block;
      overflow: hidden;
      position: relative; }
  .product-item__img {
    width: 100%; }
  .product-item__info {
    text-align: center; }
  .product-item__name {
    font-size: 15px;
    color: inherit;
    font-weight: 400;
    font-family: "Mulish", sans-serif;
    position: relative;
    margin-bottom: 0px;
    line-height: 1.5; }
    .product-item__name-url {
      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;
      color: inherit;
      cursor: pointer; }
      @media screen and (prefers-reduced-motion: reduce) {
        .product-item__name-url {
          transition: none; } }
  .product-item__price {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin: 5px 0;
    line-height: 1;
    text-transform: capitalize; }
    .product-item__price span {
      display: inline-block;
      line-height: 1;
      font-weight: 700;
      font-size: 18px;
      margin: 0 5px;
      color: #e91111; }
    .product-item__price del {
      margin-left: 10px;
      display: inline-block;
      line-height: 1; }
  .product-item:hover .product-item__name-url {
    color: #e91111; }
  .slick-box-item .product-item {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -moz-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin: 0;
    width: 100%; }

/*end san pham*/
div.wap_pro {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between; }

.zoom_slick {
  width: 47%; }

.pr__detail--verticle .product_info {
  width: 47%; }

.pr__detail--verticle .zoom_slick {
  width: 50%; }

.pr__detail--verticle .zoom-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between; }

.pr__detail--verticle .zoom_slick .slick2 {
  width: 85%; }

.pr__detail--verticle .zoom_slick .slick {
  width: 13%;
  margin-top: 0; }

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

.zoom_slick .slick {
  margin-top: 5px; }
  .zoom_slick .slick img {
    width: 95%;
    margin: auto;
    border: 1px solid #DDD;
    box-sizing: border-box;
    cursor: pointer;
    object-fit: cover; }
    .zoom_slick .slick img:hover {
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
      border: 1px solid #F60;
      opacity: 0.5; }
      @media screen and (prefers-reduced-motion: reduce) {
        .zoom_slick .slick img:hover {
          transition: none; } }

.xemgiohang {
  width: 120px;
  height: 30px;
  font-size: 15px;
  color: #E80019;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin: 7px auto 0; }
  @media screen and (prefers-reduced-motion: reduce) {
    .xemgiohang {
      transition: none; } }

.product_info {
  width: 50%; }
  .product_info .li {
    font-size: 16px;
    padding: 3px 0; }
    .product_info .li.ten {
      font-size: 1.2em;
      color: #000;
      font-weight: 700; }
    .product_info .li.giakm {
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap; }
      .product_info .li.giakm .tinh_phantram {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        font-size: 12px;
        color: #fff;
        background: red;
        display: block;
        line-height: 35px;
        text-align: center;
        margin-left: 1em; }
    .product_info .li.giacu {
      text-decoration: line-through;
      font-size: 1em;
      color: #222;
      font-weight: 400; }
    .product_info .li b {
      font-size: 14px;
      margin-right: 3px; }
    .product_info .li .add_to_cart {
      font-size: 14px;
      color: #fff;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      background: #0c0cdc;
      display: block;
      max-width: 300px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      text-transform: uppercase;
      cursor: pointer; }
      @media screen and (prefers-reduced-motion: reduce) {
        .product_info .li .add_to_cart {
          transition: none; } }
      .product_info .li .add_to_cart i {
        margin-right: 10px;
        margin-top: 3px;
        font-size: 19px; }
      .product_info .li .add_to_cart:hover {
        color: #fff;
        background: #f00; }
    .product_info .li span.size {
      display: inline-block;
      padding: 2px 10px;
      border: 1px solid #DDD;
      border-radius: 3px;
      margin-right: 5px;
      cursor: pointer; }
    .product_info .li span.mausac {
      width: 30px;
      height: 30px;
      display: block;
      float: left;
      border: 1px solid #DDD;
      margin-right: 5px;
      cursor: pointer;
      font-size: 0;
      background-size: cover !important; }
    .product_info .li input.soluong {
      padding: 3px 0;
      width: 55px;
      border: 1px solid #dedede;
      text-align: center; }

.pr-quickview {
  width: 80%; }

.box_detail_product {
  -webkit-box-shadow: 0rem 0.5rem 1rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0rem 0.5rem 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0rem 0.5rem 1rem rgba(0, 0, 0, 0.2);
  padding: 1rem;
  border: 1px solid #eee;
  margin: 0 0 1rem;
  border-radius: 5px; }

/** css loc san pham **/
div.box-tim-nc .item-nc {
  list-style: none;
  margin: 0 0 30px 0;
  position: relative; }

div.box-tim-nc .item-nc:nth-child(5n) {
  margin-right: 0px; }

.boxsectionloc h2 {
  font-size: 16px;
  color: inherit;
  font-weight: 400;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 5px 10px 5px 0px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 14px; }

.boxfilter {
  -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;
  width: 100%;
  box-sizing: border-box; }
  @media screen and (prefers-reduced-motion: reduce) {
    .boxfilter {
      transition: none; } }

.boxfilter .itemfilter {
  line-height: 18px;
  margin: 6px 0 6px 0px;
  cursor: pointer;
  display: block;
  padding: 4px 0; }

.boxfilter .checkboxfilter {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #b9b8b8;
  overflow: hidden;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
  background: #FFF;
  float: left;
  margin-top: 2px; }

.boxfilter img {
  max-width: 42px !important;
  max-height: 17px !important; }

.boxfilter .itemfilter.checked .checkboxfilter {
  background: #4a90e2;
  border-color: #4a90e2; }

.boxfilter .checkboxfilter i {
  margin: auto;
  color: #fff; }

.boxfilter p {
  display: inline-block;
  font-size: 13px; }

.boxfilter .click_xo {
  position: absolute;
  top: 7px;
  right: 5px;
  display: none;
  width: 20px;
  text-align: right;
  cursor: pointer; }

.boxfilter .click_xo i {
  font-size: 15px;
  color: #1c185c; }

.boxfilter .click_xo:hover i {
  color: #f00; }

.act-fil {
  height: auto; }

#wap_tags {
  padding: 9px 0; }

#wap_tags span {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  width: auto;
  height: 22px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 22px;
  padding: 0 0 0 5px !important;
  background: #4a90e2;
  position: relative;
  margin-bottom: 5px;
  margin-right: 5px;
  cursor: pointer; }

#wap_tags span:after {
  width: 22px;
  height: 22px;
  content: '';
  float: right;
  border-radius: 0 4px 4px 0;
  background: #206bc1;
  margin-left: 5px; }

#wap_tags span:before {
  position: absolute;
  right: 6px;
  content: '\f00d';
  font-family: "Font Awesome 5 Free"; }

#wap_tags span.delall {
  background: #c10016; }

#wap_tags span.delall:after {
  background: #980617; }

/** css loc san pham **/
.muangay.nutdathang, a.dathang.nutdathang {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  font-size: 16px;
  color: #fff !important;
  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;
  width: 49%;
  text-transform: uppercase;
  background-color: #93c7d6;
  border-radius: 4px;
  padding: 5px 10px;
  cursor: pointer; }
  @media screen and (prefers-reduced-motion: reduce) {
    .muangay.nutdathang, a.dathang.nutdathang {
      transition: none; } }
  .muangay.nutdathang:hover, a.dathang.nutdathang:hover {
    background-color: #6eb4c8; }

.product-other__title {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  margin-bottom: 1em;
  text-align: center; }

/*  ================================================================================
  MIXIN DEVICES 
  ================================================================================ */
/*========= SLIDER ===============*/
/*========= HEADER ===============*/
/*========= FOOTER ===============*/
/*========= MENU ===============*/
/*========= PRODUCT ===============*/
/*========= NEW ===============*/
/*  ================================================================================
  LARGE DEVICES 
  Large Desktops 1200px and Up (>1200) 
  ================================================================================ */
/*  ================================================================================
  MEDIUM DEVICES
  Desktops 992px and Up (>992px & <1200px)
  ================================================================================ */
/*  ================================================================================
  SMALL DEVICES
  Tablets 768px and Up (>768px & <992px)
  ================================================================================ */
@media screen and (min-width: 768px) and (max-width: 992px) {
  .site-wrap {
    overflow: hidden; }
  .container {
    padding: 0 10px; } }

@media screen and (min-width: 768px) and (max-width: 992px) and (max-width: 425px) {
  .main-title__name {
    font-size: 1.5em; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .menu-res {
    background-color: #df1619; }
  .slider--right {
    width: 100%;
    float: none;
    padding-top: 10px;
    margin-top: 0; }
  .footer__info {
    order: unset;
    width: 100%;
    margin-bottom: 10px; }
  .footer__baiviet {
    order: unset;
    width: 49%;
    margin-bottom: 10px; }
  .footer__fanpage {
    order: unset;
    width: 49%;
    margin-bottom: 10px; } }

@media screen and (min-width: 768px) and (max-width: 992px) and (max-width: 425px) {
  .footer__baiviet {
    width: 100%; }
  .footer__fanpage {
    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;
    margin-left: 0; }
  .copyright__text {
    width: 100%; }
  .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; }
  .congtrinh-grid .congtrinh__item {
    box-sizing: border-box;
    flex: 0 0 48.4615384615%;
    margin-left: 0.7692307692%;
    margin-right: 0.7692307692%;
    margin-bottom: 1.5384615385%; } }

@media screen and (min-width: 768px) and (max-width: 992px) and (max-width: 425px) {
  .congtrinh__image.video-icon {
    position: relative; }
    .congtrinh__image.video-icon:before {
      width: 40px;
      height: 40px; }
  .chinhanh-info-bg {
    width: 100%;
    padding-top: 10px; }
  .chinhanh-wrap {
    display: block; }
    .chinhanh-wrap .tab-content {
      width: 100%; }
      .chinhanh-wrap .tab-content .tab-pane {
        height: 250px; }
  .chinhanh__item {
    padding: 10px; }
  .chinhanh__text {
    display: none; }
    .chinhanh__text:first-child {
      display: block; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .product-grid {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.7692307692%;
    margin-right: -0.7692307692%; }
  .product-item {
    box-sizing: border-box;
    flex: 0 0 48.4615384615%;
    margin-left: 0.7692307692%;
    margin-right: 0.7692307692%;
    margin-bottom: 1.5384615385%; } }

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

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

@media screen and (min-width: 425px) and (max-width: 768px) {
  .menu-res {
    background-color: #df1619; }
  .slider--right {
    width: 100%;
    float: none;
    padding-top: 10px;
    margin-top: 0; }
  .footer__info {
    order: unset;
    width: 100%;
    margin-bottom: 10px; }
  .footer__baiviet {
    order: unset;
    width: 49%;
    margin-bottom: 10px; }
  .footer__fanpage {
    order: unset;
    width: 49%;
    margin-bottom: 10px; } }

@media screen and (min-width: 425px) and (max-width: 768px) and (max-width: 425px) {
  .footer__baiviet {
    width: 100%; }
  .footer__fanpage {
    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;
    margin-left: 0; }
  .copyright__text {
    width: 100%; }
  .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; }
  .congtrinh-grid .congtrinh__item {
    box-sizing: border-box;
    flex: 0 0 48.4615384615%;
    margin-left: 0.7692307692%;
    margin-right: 0.7692307692%;
    margin-bottom: 1.5384615385%; } }


@media screen and (max-width: 500px) {
  a.logo{
    display: none;
  }
  a.logo_m{
    display: block;
  }
}
@media screen and (min-width: 425px) and (max-width: 768px) and (max-width: 425px) {
  .congtrinh__image.video-icon {
    position: relative; }
    .congtrinh__image.video-icon:before {
      width: 40px;
      height: 40px; }
  .chinhanh-info-bg {
    width: 100%;
    padding-top: 10px; }
  .chinhanh-wrap {
    display: block; }
    .chinhanh-wrap .tab-content {
      width: 100%; }
      .chinhanh-wrap .tab-content .tab-pane {
        height: 250px; }
  .chinhanh__item {
    padding: 10px; }
  .chinhanh__text {
    display: none; }
    .chinhanh__text:first-child {
      display: block; } }

@media screen and (min-width: 425px) and (max-width: 768px) {
  .product-grid {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.7692307692%;
    margin-right: -0.7692307692%; }
  .product-item {
    box-sizing: border-box;
    flex: 0 0 48.4615384615%;
    margin-left: 0.7692307692%;
    margin-right: 0.7692307692%;
    margin-bottom: 1.5384615385%; } }

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

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

@media screen and (max-width: 425px) {
  .menu-res {
    background-color: #df1619; }
  .slider--right {
    width: 100%;
    float: none;
    padding-top: 10px;
    margin-top: 0; }
  .footer__info {
    order: unset;
    width: 100%;
    margin-bottom: 10px; }
  .footer__baiviet {
    order: unset;
    width: 49%;
    margin-bottom: 10px; }
  .footer__fanpage {
    order: unset;
    width: 49%;
    margin-bottom: 10px; } }

@media screen and (max-width: 425px) and (max-width: 425px) {
  .footer__baiviet {
    width: 100%; }
  .footer__fanpage {
    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;
    margin-left: 0; }
  .copyright__text {
    width: 100%; }
  .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; }
  .congtrinh-grid .congtrinh__item {
    box-sizing: border-box;
    flex: 0 0 48.4615384615%;
    margin-left: 0.7692307692%;
    margin-right: 0.7692307692%;
    margin-bottom: 1.5384615385%; } }

@media screen and (max-width: 425px) and (max-width: 425px) {
  .congtrinh__image.video-icon {
    position: relative; }
    .congtrinh__image.video-icon:before {
      width: 40px;
      height: 40px; }
  .chinhanh-info-bg {
    width: 100%;
    padding-top: 10px; }
  .chinhanh-wrap {
    display: block; }
    .chinhanh-wrap .tab-content {
      width: 100%; }
      .chinhanh-wrap .tab-content .tab-pane {
        height: 250px; }
  .chinhanh__item {
    padding: 10px; }
  .chinhanh__text {
    display: none; }
    .chinhanh__text:first-child {
      display: block; } }

@media screen and (max-width: 425px) {
  .product-grid {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.7692307692%;
    margin-right: -0.7692307692%; }
  .product-item {
    box-sizing: border-box;
    flex: 0 0 48.4615384615%;
    margin-left: 0.7692307692%;
    margin-right: 0.7692307692%;
    margin-bottom: 1.5384615385%; } }

@media screen and (max-width: 425px) and (max-width: 330px) {
  .product-grid {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0; }
  .product-item {
    box-sizing: border-box;
    flex: 0 0 100%; } }

/*# sourceMappingURL=main.css.map */