@charset "UTF-8";

@font-face {
  font-family: 'Stormtrooper-Regular';
  src: url('../fonts/abc.ttf');
}

@font-face {
  font-family: 'avertablack';
  src: url('../fonts/AvertaStd-Black.otf');
}

@font-face {
  font-family: 'avertalight';
  src: url('../fonts/AvertaStd-Light.otf');
}

@font-face {
  font-family: 'avertaregular';
  src: url('../fonts/AvertaStd-Regular.otf');
}

@font-face {
  font-family: 'avertasemibold';
  src: url('../fonts/AvertaStd-Semibold.otf');
}

@font-face {
  font-family: 'avertabold';
  src: url('../fonts/Averta-Bold.otf');
}

@font-face {
  font-family: 'transformer';
  src: url('../fonts/SVN-Transformer.ttf');
}

@font-face {
  font-family: 'angieBold';
  src: url('../fonts/SFUAngieBold.TTF');
}


/* Main */
html {
  overflow-x: hidden;
}

:root {
  --color-red: #f00;
  --color-medium-red: #cc2c32;
  --color-dark-red: #c31829;
  --color-green: #28a745;
  --color-dark-green: #207d36;
  --color-black: #212529;
  --color-gray: #6c757d;
}

body {
  font-size: 14px;
  font-family: 'avertaregular', sans-serif;
  overflow-x: hidden !important
}

img {
  max-width: 100%;
  height: auto !important;
  vertical-align: top;
  z-index: 2;
}

a,
input,
textarea {
  outline: none;
  padding: 0px;
}

a:hover {
  text-decoration: none !important;
}

p {
  margin: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.d_none {
  display: none;
}

.slick * {
  outline: none;
}

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

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

.wrap-main,
.wrap-content {
  max-width: 1200px;
  margin: auto;
}

.wrap-home {
  max-width: 100%;
  padding: 0px;
}

.wrap-content {
  margin: auto;
  align-items: center;
}

.alert {
  width: 100%;
  height: fit-content;
}

.in-page .breadCrumbs {
  margin-bottom: 15px;
}

.in-page .logo-header a {
  width: 70%;
  height: 122px;
  transition: all 0.6s;
}

.in-page .logo-header a img {
  max-width: 80%;
  transition: all 0.6s
}

.in-page .footer {
  margin-top: 25px;
}

.slider_page {
  width: 100%;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 30px;
}

.slider_page h3 {
  z-index: 2;
  font-size: 35px;
  color: #fff;
  font-family: 'angieBold';
}

.breadCrumbs {
  width: fit-content;
  z-index: 2;
}

.slider_page::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000008f;
  z-index: 1;
}

.btn_list_menu {
  position: fixed;
  top: 10%;
  left: 10%;
  z-index: 999;
  width: 35px;
  height: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  /* background-color: #000; */
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  z-index: 999999;
}

.btn_list_menu i {
  font-size: 30px;
  color: #fff;
}

/* General */
.title-main {
  margin-bottom: 1.5rem;
  text-align: left;
  margin-bottom: 21px;
  position: relative;
}

.title-main span {
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #000000;
  font-size: 28px;
  font-family: 'angieBold';
  text-transform: uppercase;
  font-weight: bold;
}

.title-main:after {
  content: '';
  position: absolute;
  left: calc((100% - 70px)/2);
  width: 70px;
  height: 2px;
  background: #000;
  bottom: 0px;
  display: none;
}

.title-main-index {
  margin-bottom: 8px;
  text-align: center;
  width: 100%;
}

.title-main-index span {
  text-transform: capitalize;
  color: #006BC9;
  font-size: 46px;
  font-family: 'UTMAlpineKT';
}

.title-main-index p {
  color: #737373;
  font-size: 15px;
  font-family: 'NunitoRegular';
  margin-bottom: 0;
  display: inline-block;
  margin: auto;
  background: url('../images/web/bgtieude.png')no-repeat bottom center;
  padding-left: 21px;
  padding-bottom: 30px;
}

.title-main-index h3 {
  /* text-transform: capitalize; */
  color: #000000;
  font-size: 30px;
  font-family: 'angieBold';
  /* text-transform: uppercase; */
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 60px;
  position: relative;
}

.title-main-index h3::after {
  content: "";
  position: absolute;
  width: 215px;
  height: 5px;
  background: url(../images/line_title_danhmuc.png);
  background-size: 100% 100%;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.time-main {
  margin-bottom: 0.75rem;
  color: #999999;
}

.time-main i {
  vertical-align: top;
  margin: 3px 7px 0px 0px;
}

.time-main span {
  vertical-align: top;
  display: inline-block;
}

.social {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.social li {
  display: inline-block;
  vertical-align: top;
}

.social li:last-child {
  margin-right: 0px;
}

.social1 {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.social1 li {
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
}

.social1 li:last-child {
  margin-right: 0px;
}

.control-carousel {
  position: absolute;
  top: calc(50% - 30px/2);
  margin-bottom: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #eee;
  z-index: 2;
  background-color: #fff;
  color: #ccc;
  cursor: pointer;
}

.control-carousel:hover {
  background-color: var(--color-red);
  border-color: var(--color-red);
  color: #fff;
}

.prev-carousel {
  left: 0px;
}

.next-carousel {
  right: 0px;
}

/* Header */
/* Header */
.header {
  width: 100%;
  position: fixed;
  z-index: 99;
  background-size: 100% 100%;
  padding: 15px 0;
  background-color: #000000b0;
}

.in-page .header {
  position: relative;
  background: #000;
  padding: 0px;
}

.header.fix-header {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  position: fixed;
}

.fix-header .menu .item-big .nav-item>a {}

.fix-header .banner-header {
  padding: 8px 0;
  transition: all 0.6s
}

.fix-header .logo-header a {
  width: 58%;
  height: 101px;
  transition: all 0.6s;
}

.fix-header .logo-header a img {
  max-width: 77%;
  transition: all 0.6s;
}

.info-header {
  margin-bottom: 0px;
}

.info-header i {
  vertical-align: top;
  margin: 3px 5px 0px 0px;
  font-size: 16px;
}

.social-header li {
  margin-left: 3px;
}

.logo-header img {
  z-index: 2;
  position: relative;
}

.logo-header {
  padding-left: 53px;
  width: 145px;
  position: relative;
  text-align: left;
  padding: 10px 0;
  /* padding-left: 53px; */
  margin-left: 55px;
}

.logo-header a {
  width: 100%;
  z-index: 10;
}

.banner-header {
  width: calc(100% - 390px);
  text-align: center;
  padding-top: 5px;
}

.banner-header h5 {
  font-size: 35px;
  color: #333333;
  font-family: 'UTMImpact';
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}

.banner-header h5 b {
  font-weight: bold;
  font-family: 'Arial';
  color: #f00
}

.banner-header h6 {
  font-size: 40px;
  font-family: 'UTMHelvetIns';
  color: #DC1500;
  text-align: center;
  text-shadow: -2px 0 #ffffff, 0 2px #ffffff, 2px 0 #ffffff, 0 -2px #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
}

.user-header a {
  color: #fff;
  padding-right: 9px;
  margin-right: 7px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.user-header a:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 8px;
  background-color: #fff;
  top: calc(50% - 7px/2);
  right: 0px;
  opacity: 0.7;
}

.user-header a:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.user-header a:last-child:after {
  display: none;
}

.header p {
  margin-bottom: 0rem !important;
}

.banner-header-right {
  width: 790px;
}

.banner_mobi {
  display: none;
}

.banner-header-right-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  font-family: 'Roboto';
}

.banner-header-right-top img {
  vertical-align: middle;
  margin-right: 5px;
}

.banner-header-right-top span {
  margin-right: 15px;
  font-family: 'Roboto';
  font-weight: 300;
}

.banner-header-right-top span b {
  font-weight: 500;
}

.banner_top {
  width: 58%;
  text-align: center;
}

.banner_top h2 {
  font-family: 'avobold';
  font-size: 33px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 2px #000;
  color: #324b86;
  margin-bottom: 17px;
}

.hotline span b {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
  color: #e23d31;
}


/* Menu */
.menu {
  transition: all 0.6s;
  width: calc(100% - 145px - 55px - 90px);
  display: flex;
  margin-left: 90px;
}

.menu-fixed-scroll {
  position: relative;
  top: 0;
  z-index: 3;
}

.menu ul {
  list-style: none
}

.menu.sticky {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9000;
}

.line {
  width: 12px;
  height: 60px;
  display: none;
}

#menu-box {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.list-btn {
  display: inline-block;
  width: 285px;
  position: relative;
  background: #FF0000;
  padding-left: 10px;
}

.list-btn h5 {
  text-transform: uppercase;
  color: #FFF;
  font-size: 19px;
  font-weight: 700;
  line-height: 50px;
  text-align: left;
  padding-left: 50px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0rem;
}

.list-btn h5 span {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 4px;
  background: #FFF;
  left: 10px;
  top: calc(50% - 2px);
  content: '';
}

.list-btn h5 span:after {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 4px;
  background: #FFF;
  right: 0px;
  top: -8px;
  content: '';
}

.list-btn h5 span:before {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 4px;
  background: #FFF;
  right: 0px;
  bottom: -8px;
  content: '';
}

.list-btn h5 b {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 10px;
  top: calc(25% - 2px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}

.list-btn h5.active b {
  opacity: 1;
  transition: all 0.6s;
  visibility: inherit;
}

.list-btn h5.active span {
  opacity: 0;
  visibility: hidden;
}

.list-btn-position {
  list-style: none;
  position: relative;
  top: 130%;
  width: 100%;
  left: 0px;
  z-index: 5;
  opacity: 0;
  transition: all 0.6s;
  background: #FFF;
  visibility: hidden;
  padding-inline-start: 0px;
  border-top: 0px solid #FF0000;
}

.list-btn-position.show {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.list-btn-position li {
  padding: 12px 10px;
  position: relative;
  text-align: left;
  /* border-bottom: 1px solid #ccc; */
  padding-inline-start: 0px;
  padding-left: 10px;
  box-sizing: border-box;
}

.list-btn-position li:hover {
  background: #009343;
}

.back-list:hover {
  background: #f00 url('../images/web/icon_left_dm.png')no-repeat 15px 15px !important;
}

.back-list>a {
  padding-left: 30px;
}

.list-btn-position li:hover>a,
.list-btn-position li:hover>span {
  color: #FFF;
}

.list-btn-position li span {
  position: absolute;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  top: 8px;
  z-index: 9;
  cursor: pointer;
}

.list-btn-position li a {
  color: #333;
  display: block;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.list-btn-position li:hover>ul {
  transform: translateX(100%);
  z-index: 2;
  opacity: 1;
  visibility: visible;
  padding-inline-start: 0px;
}

.list-btn-position ul {
  position: absolute;
  width: 100%;
  background: #FFF;
  left: 0px;
  top: 0px;
  transform: translateX(80%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  list-style: none;
}

.menu-list {
  width: 41%;
}

.cart-temp {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
}

.cart-temp>span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ff5151;
  color: #FFF;
  margin-right: 10px;
  border-radius: 3px;
}

.cart-temp>div>p:nth-child(1) {
  font-weight: 700;
}

.search-bar {
  width: 70%;
  height: 50px;
  border: none;
  background-color: rgb(0 0 0 / .8);
  transition: all 0.6s;
  z-index: 12;
  border: none;
  position: absolute;
  border-radius: 0px;
  overflow: hidden;
  display: block;
  top: 130%;
  opacity: 0;
  transition: all 0.6s;
  visibility: hidden;
  right: 0;
}

.search-bar.open {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.search-bar input.search-text {
  background-color: transparent;
  border: none;
  height: 50px;
  width: 100%;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  outline: none;
  position: relative;
  z-index: 2;
  color: #FFF;
}

.search-bar .search-btn {
  width: 50px;
  height: 50px;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 2;
}

.in-page .menu .item-big .nav-item>a {}

/* Search */
.search {
  width: 60%;
  background: none;
  display: flex;
  border-radius: 22px;
  position: relative;
  transition: all 0.6s;
  border: 1px solid #000000;
  background-color: transparent;
  margin: 0px auto;
}

.search p {
  position: absolute;
  width: 86px;
  height: 100%;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  color: #ffffffb5;
  font-size: 18px;
  background: #324b86;
  border-radius: 12px;
  /* margin-right: 3px; */
  right: -3px;
  height: 42px;
  top: -2px;
}

.search input {
  width: calc(100% - 35px);
  height: 38px;
  outline: none;
  padding: 0px;
  border: 0px;
  background: transparent;
  text-indent: 10px;
  font-size: 12px;
  color: #fff;
}

.search input::-webkit-input-placeholder {
  color: #000;
  font-size: 14px
}

.search input:-moz-placeholder {
  color: #ccc;
}

.search input::-moz-placeholder {
  color: #ccc;
}

.search input:-ms-input-placeholder {
  color: #ccc;
}

.search.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.icon-search1 {
  width: 35px;
  line-height: 12px;
  color: #fff;
  border-left: 1px solid #fff;
  display: inline-block;
  cursor: pointer
}

/* Menu RP */
.menu-res {
  display: none;
  height: 55px;
  z-index: 10;
  background: #DC1500;
  position: relative;
  line-height: normal;
  position: sticky;
  z-index: 9999;
  overflow: hidden;
  top: 0;
}

.menu-bar-res {
  height: 55px;
  padding: 0px 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#hamburger {
  display: block;
  width: 45px;
  height: 23px;
  position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #fff;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0px;
}

#hamburger:before {
  top: 0px;
}

#hamburger span {
  top: 10px;
}

#hamburger:after {
  top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
  top: 10px;
}

.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
  transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
  transform: rotate(-45deg);
}

.mm-menu_opened {
  display: block !important;
}

/* Search RP */
.search-res {
  position: relative;
  width: 80%;
}

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 17px;
  margin: 0px;
}

.search-res .icon-search.active {
  color: var(--color-red);
  background: #fff;
  border-radius: 100%;
}

.search-res .search-grid {
  position: relative;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--color-red);
  z-index: 2;
  /* opacity:0; */
  /* border-radius:25px; */
  line-height: normal;
}

.search-res .search-grid p {
  width: 35px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: var(--color-red);
  line-height: 40px;
  text-align: center;
}

.search-res .search-grid input {
  width: calc(100% - 35px);
  float: right;
  line-height: 38px;
  outline: none;
  border: none;
  color: var(--color-red);
}

.search-res .search-grid input::-webkit-input-placeholder {
  color: #ccc;
}

.search-res .search-grid input:-moz-placeholder {
  color: #ccc;
}

.search-res .search-grid input::-moz-placeholder {
  color: #ccc;
}

.search-res .search-grid input:-ms-input-placeholder {
  color: #ccc;
}

/* Slideshow */
.slideshow {
  position: relative;
}

.content-show-slider {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.content-show-slider>div {
  width: 75.833333333%;
  position: relative;
  padding-top: 5px;
}

.slideshow a {
  display: block;
  cursor: pointer;
}

.slideshow a img {
  width: 100%;
}

.slideshow:hover .control-slideshow {
  opacity: 0.3;
}

.slideshow .control-slideshow:hover {
  opacity: 0.8;
}

.control-slideshow {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: calc(50% - 50px/2);
  width: 25px;
  height: 72px;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  cursor: pointer;
  margin: 0px;
  background-color: #000000;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  border-radius: 4px;
}

.control-slideshow i {
  color: #ffffff;
}

.prev-slideshow {
  left: 65px;
  padding-right: 3px;
}

.next-slideshow {
  right: 65px;
  padding-left: 3px;
}

.slider_row {
  display: flex;
}

.slider_left {
  width: calc(100% - 392px);
}

.slider_right {
  width: 392px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px 40px;
}

.slider_right h3 {
  width: 100%;
  font-family: 'transformer';
  font-size: 28px;
  color: #f8e6c9;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 49px;
}

.slider_right h3::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 15px;
  background: url(../images/title.png);
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100% 100%;
}

.slider_right p {
  font-size: 16px;
  color: #fff;
}

/* adv home */
.adv_home {
  margin-top: 20px;
}

.adv_home a {}

.adv_home a img {}

/*Slider swiper*/
.swiper-container {
  width: 100%;
  height: 540px;
}

.swiper-slide {
  background-size: cover;
  background-position: 50%;
  min-height: 20vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  opacity: 1;
}

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

.swiper-button-container {
  background-color: rgba(0, 0, 0, 0.25);
}

.swiper-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .4;
}

.swiper-slide h2 {
  pointer-events: none;
  opacity: 0;
  color: #ff0;
  font-size: calc(35px);
  letter-spacing: -1px;
  -webkit-transform: translateY(-5%) scale(0.8);
  transform: translateY(-5%) scale(0.8);
  -webkit-transition: 1s ease;
  transition: 1s ease;
  text-transform: uppercase;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.01);
  font-family: 'RobotoCondensedBold';
}

.swiper-slide-active h2 {
  opacity: 1;
  -webkit-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
  -webkit-transition: 1s ease;
  transition: 1s ease;
  color: #ff0;
  font-family: 'RobotoCondensedBold';
}

.box-show-title-slider {
  background: rgba(0, 0, 0, 0.6);
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}

.fiex-button .swiper-button-next,
.fiex-button .swiper-button-prev {
  color: #fff !important
}


/* Partner */
.wrap-partner {
  padding: 50px 10px;
  background: #F4F4F4;
}

.wrap-partner .wrap-content {
  max-width: 1200px;
  padding: 0px;
  position: relative;
  border: 1px solid #ccc;
}

.owl-partner {
  padding: 0px 0px;
}

.partner {
  display: block;
}

.partner img {
  width: 100%;
}

.wrap-partner .title-main3 span {
  color: #333;
}

.wrap-partner .title-main3 {
  background: none;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.wrap-partner .title-main3 span:before {
  height: 2px;
  background: #FFBA00;
  top: calc(50% - 1px);
  opacity: 0;
}

.wrap-partner .title-main3 span:after {
  height: 2px;
  background: #FFBA00;
  top: calc(50% - 1px);
  opacity: 0;
}

.wrap-partner .title-main3 p {
  margin-top: 18px;
  font-family: 'Roboto';
  font-size: 16px;
}

/* Breadcrumb */
.breadCrumbs {}

.breadCrumbs .wrap-content {
  padding: 0.75rem 10px;
  max-width: 1200px;
}

.breadCrumbs .wrap-content .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
  color: #ffffff;
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
  color: #ffffff;
}

/* Intro */
.wrap-custom-news {
  background: #f2f2f2;
  padding: 25px 0;
}

.wrap-news {
  padding: 30px 10px;
}

.wrap-intro {
  margin-bottom: 50px;
}

.left-intro {
  width: 48.75%;
}

.right-intro {
  width: 48.75%;
}

.title-intro {
  margin-bottom: 1.5rem;
}

.title-intro span {
  display: block;
  position: relative;
  font-size: 20px;
  color: #69A21F;
  font-size: 30px;
  font-family: 'UVFAphroditePro';
  line-height: 59px;
  width: 100%;
}

.title-intro span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
  border-bottom: 1px dashed #ccc;
}

.title-intro span:before {
  content: "";
  position: absolute;
  width: 92px;
  height: 4px;
  bottom: -2px;
  left: 0;
  z-index: 1;
  background: url('../images/web/bgafter_news.png')no-repeat top center;
}

.newshome-best {
  width: 43%;
  display: block;
  margin-right: 1.5%;
}

.pic-newshome-best img {
  width: 100%;
}

.name-newshome {
  color: var(--color-black);
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0.25rem;
}

.name-newshome.text-split {
  -webkit-line-clamp: 1;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.name-newshome.text-split a {
  text-decoration: none;
  color: #000
}

.name-newshome.text-split:hover a {
  color: #f00
}

.time-newshome {
  color: var(--color-gray);
  margin-bottom: 0.25rem;
  font-size: 14px;
  font-style: italic;
  font-family: 'Roboto';
}

.desc-newshome {
  color: var(--color-black);
  margin-bottom: 0px;
}

.view-newshome {
  display: inline-block;
  border: 1px solid var(--color-black);
  padding: 8px 15px;
  color: var(--color-black);
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 1rem;
}

.view-newshome:hover {
  background-color: var(--color-black);
  color: #fff;
}

.newshome-scroll {
  width: calc(100%);
  height: 450px;
  overflow: hidden;
}

.newshome-scroll ul li {
  margin-bottom: 15px !important;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

.newshome-scroll ul li .comment-count {
  color: #f00;
  font-family: 'Roboto';
  font-weight: 500;
  font-style: italic;
}

.newshome-normal {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.newshome-intro {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.pic-newshome-normal {
  width: 35%;
  margin-bottom: 0px;
}

.custom-opinion .newshome-normal {
  align-items: center;
  margin-bottom: 10px;
}

.custom-opinion .pic-newshome-normal {
  width: 110px;
  margin-bottom: 0px;
  height: 110px;
  border-radius: 50%
}

.custom-opinion .pic-newshome-normal img {
  border-radius: 50%
}

.custom-opinion .desc-newshome {
  margin-bottom: 10px;
  font-size: 14px;
  background: url('../images/web/after_cus.png')no-repeat top left;
  padding-top: 25px;
  box-sizing: border-box;
  line-height: 25px;
  margin-bottom: 13px;
}

.custom-opinion .info-newshome-normal {
  width: calc(100% - 125px);
}

.custom-opinion .name-newshome.text-split a {
  color: #f00
}

.custom-opinion .name-newshome.text-split:hover a {
  color: #333
}

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

.pic-newshome-normal img {
  width: 100%;
}

.info-newshome-normal {
  width: calc(100% - 41%);
}

.video-main {
  position: relative;
  height: 385px;
}

.video-main iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.listvideos {
  width: 100%;
  height: 45px;
  padding: 0px 10px;
  border: 1px solid #ccc;
  color: var(--color-black);
  margin-top: 10px;
  cursor: pointer;
  outline: none;
}

.content-news-index-list .post-content {
  background: none !important;
  padding-top: 0 !important;
}

.content-news-index-list .post-content .meta-content {
  font-family: 'Roboto';
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.content-news-index {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.content-news-index-one p {
  margin-bottom: 0
}

.date-post {
  font-size: 14px;
  margin-bottom: 0px;
  color: #000;
}

.date-post span {
  display: inline-block;
  margin-bottom: 11px;
  color: #999;
  font-size: 14px;
}

.date-post a {
  text-decoration: none;
  color: #DB0000
}

.date-post:hover a {
  color: #333
}

.content-news-index-one {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.content-news-index-one h3.nowrap {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-news-index-one h3 {
  border-bottom: 0px;
  padding-bottom: 0px;
  line-height: 18px;
  font-size: 20px;
  font-family: 'SVNProductSansRegular';
  margin-bottom: 13px;
  font-weight: normal;
  color: #333;
}

.content-news-index-one h3 a {
  font-size: 20px;
  color: #333;
  line-height: 25px;
  text-decoration: none;
}

.content-news-index-one h3:hover a {
  color: #f00;
}

.content-news-index-one .meta-content {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 25px;
  font-family: 'MuliRegular';
}

.content-news-index-one p img {
  transform: scale(1);
  transition: all 0.6s
}

.content-news-index-one div:nth-child(2) {
  width: calc(100% - 385px);
}

.content-news-index-list {
  width: calc(100% + 16px);
  margin: 0 -8px;
}

.content-news-index-list .post-inner {
  margin-bottom: 12px;
  padding: 0 8px;
}

.news-index .post-content {
  width: 100%;
  margin-top: 5px;
}

.content-news-index-list .post-inner h3.nowrap {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-news-index-list .post-inner h3 {
  margin-bottom: 3px;
  border-bottom: 0px;
  padding-bottom: 0px;
  line-height: 25px;
  font-size: 16px;
  font-family: 'SVNProductSansRegular';
  margin-top: 10px;
}

.content-news-index-list .post-inner h3 a {
  font-size: 16px;
  color: #333;
  line-height: 25px;
  text-decoration: none;
}

.content-news-index-list .post-inner:hover h3 a {
  color: #f00;
}

/* About*/
.wrap-about-index {
  /* padding-bottom: 40px; */
  background: url('../images/web/after_about.png')no-repeat 0px 0px;
}

.content-about-index {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 820px;
  margin: auto;
  padding: 55px 0;
}

.content-about-index-left {
  width: 100%;
  /* padding: 0px 0; */
}

.content-about-index-left .title-main-index {
  text-align: left
}

.content-about-index-left .title-main-index>p:nth-child(1) {
  margin-left: -30px;
  padding-left: 30px;
}

.content-about-index-left h4 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: -15px;
  margin-bottom: 50px;
  color: #999;
}

.descs-about-index {
  font-size: 14px;
  color: #333;
  font-family: 'Arial';
  text-align: center;
}

.title-main3 {
  margin-bottom: 1.5rem;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  background: url(../images/web/bgtieude_index.png)no-repeat bottom center;
  padding-bottom: 20px;
}

.title-main3 span {
  color: #DC1500;
  font-size: 30px;
  text-align: center;
  position: relative;
  font-family: 'UTMHelvetIns';
  text-transform: uppercase;
}

.title-main3 p {
  font-size: 16px;
  font-family: 'Roboto';
  color: #333;
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}

.form-newsletter {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.form-newsletter>div {
  width: 100%;
  position: relative;
  z-index: 2;
}

.form-newsletter>div>h2 {
  color: #FFF600;
  font-size: 30px;
  font-family: 'SVNALoveOfThunder';
  text-align: center;
}

.form-newsletter>div>p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  margin-bottom: 10px;
}

.about-desc {
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
  text-align-last: left;
  font-family: 'Roboto';
}

.about-desc h3 {
  font-size: 25px;
  font-family: 'UTMHelvetIns';
  color: #333333;
  position: relative;
  border-bottom: 3px solid #E6E6E6;
  padding-bottom: 10px;
}

.about-desc h3:after {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 3px;
  background: #DC1500;
  bottom: -3px;
}

.about-desc>div {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.view-more-about {
  margin-top: 45px;
  text-align: left;
}

.view-more-about a {
  text-decoration: none;
  color: #fff;
  background: none;
  padding: 9px 24.5px;
  font-size: 14px;
  font-family: 'Roboto';
  background: #DC1500;
  display: inline-block;
  font-weight: 500;
  margin-top: 15px;
}

.view-more-about:hover a {}

.content-input-index {
  overflow: hidden;
}

.form-newsletter>div span {
  position: absolute;
  background: #E6E6E6;
  display: inline-block;
  height: 38px;
  width: 50px;
  z-index: 1;
  line-height: 38px;
  text-align: center;
  color: #333;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.content-input-index .newsletter-input {
  width: 100%;
  margin-bottom: 10px;
}

/* Video */
.video {
  width: 23.5%;
  margin: 0 2% 2% 0;
  text-align: center;
  cursor: pointer;
}

.video:nth-child(4n+1) {
  clear: both;
}

.video:nth-child(4n) {
  margin-right: 0px;
}

.pic-video {
  position: relative;
}

.pic-video:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 35px;
  top: calc(50% - 50px/2);
  left: calc(50% - 35px/2);
  z-index: 1;
  background-repeat: no-repeat;
  background-image: url(../images/play.png);
}

.pic-video img {
  width: 100%;
}

.name-video {
  font-size: 16px;
  color: var(--color-black);
  margin-bottom: 0px;
}

/* Album */
.album-index {
  background: url('../images/web/bgabout.jpg')repeat top center;
  padding: 50px 0;
  margin-bottom: 35px;
}

.album {
  width: calc(100% / 4);
  cursor: pointer;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.pic-album {
  position: relative;
}

.pic-album img {
  width: 100%;
}

.name-album {
  font-size: 16px;
  color: var(--color-black);
  margin-bottom: 0px;
}

/* Brand */
.wrap-brand {
  margin-bottom: 50px;
  padding: 0px 10px;
}

.wrap-brand .wrap-content {
  max-width: 1200px;
  padding: 0px;
  position: relative;
}

.owl-brand {
  padding: 0px 40px;
}

.brand {
  display: block;
  border: 1px solid #eee;
}

.brand img {
  width: 100%;
}

/*Poduct index*/
.product_home {
  padding-top: 40px;
  padding-bottom: 20px;
}

.product_home_row {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.bg_ten {
  text-transform: uppercase;
  position: absolute;
  right: 0px;
  /* width: 430px; */
  /* top: 50%; */
  transform: translateY(-50%);
  text-align: right;
  height: 100%;
}

.first .bg_ten {
  width: 100%;
  height: auto;
  top: 10px;
  text-align: right;
}

.first .bg_ten h3 {
  transform: unset;
  top: -49px;
  right: 0px;
}

.bg_ten .ten_an {
  /* position: absolute; */
  font-family: 'Stormtrooper-Regular';
  /* font-family: 'transformer'; */
  font-size: 46px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateZ(90deg);
  width: 100%;
  text-align: center;
  /* left: 30%; */
  line-height: 92px;
  text-shadow: 1px 0 #bdbdbd, -1px 0 #bdbdbd, 0 1px #bdbdbd, 0 -1px #bdbdbd,
    1px 1px #bdbdbd, -1px -1px #bdbdbd, 1px -1px #bdbdbd, -1px 1px #bdbdbd;
  opacity: 0.3;
  white-space: nowrap;
}

.product_left {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 30px 30px;
  position: relative;
  transition: all 0.5s !important;
}

.product_left img {}

/* .product_left:hover{padding: 30px !important;background-color: #f5e3c6;} */
.product_left::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 90%;
  height: 90%;
  background-color: #f5e3c6;
  z-index: 1;
}

.product_right {
  width: 33%;
  margin-left: 86px;
  position: relative;
}

.product_right h3 {
  font-family: 'angieBold';
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 45px;
  position: relative;
  text-align: left;
}

.product_right .ten_danhmuc::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -20px;
  width: 214px;
  height: 5px;
  background: url(../images/line_title_danhmuc.png);
  background-size: 100% 100%;
}

.product_right p {
  font-size: 16px;
  color: #5a5a5a;
}

.product_right .xemthem {
  width: fit-content;
  padding: 5px 15px;
  background-color: #f5e3c6;
  margin-top: 30px;
  border-radius: 3px;
}

.product_right .xemthem a {
  color: #000;
}

.product_home.le .product_left {
  order: 2;
  padding: 30px 30px 0px 0px;
}

.product_home.le .product_left::before {
  top: 0px;
  right: 0px;
  left: unset;
}

.product_home.le .product_right {
  margin-right: 86px;
  margin-left: 0px;
  text-align: left;
}

.product_home.le .product_right .xemthem {
  float: right;
}

.product_home.le .bg_ten {
  left: 0px;
  text-align: left;
}

.product_home.le .bg_ten h3 {
  /* transform: translateY(-50%) rotateZ(-90deg); */
  /* right: 29%; */
  /* left: unset; */
  transform: unset;
  top: 41%;
  right: 0px;
  height: fit-content;
}

.product_home.le .product_right h3::after {
  /* right: 0px; */
  /* left: unset; */
}

/* Product */
.wrap-product {}

.text-decoration-none {
  position: relative;
  /* margin-bottom: 30px; */
}

.content-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}


.grid-page,
.grid-page-chitiet {
  width: calc(100% + 20px);
  margin: 0 -10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.grid-page-chitiet .box-product {
  width: calc(100% / 4);
  padding: 0 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.box-product {
  width: calc(100% / 3);
  padding: 0 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.product {
  width: 100%;
  background: #fff;
  padding-bottom: 15px;
}

.box-product {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.cungloai .box-product {
  width: calc(100% /4);
}

.pic-product {
  background: #fff;
  position: relative;
}

.pic-product img {
  width: 100%;
}

.name-product {
  font-size: 16px;
  color: #333;
  text-align: left;
  padding: 0 10px;
  box-sizing: border-box;
  font-weight: normal;
  margin-top: 15px;
  /* text-transform: uppercase; */
}

.name-product a {
  text-decoration: none;
  color: #333;
}

.name-product:hover a {
  color: #f00;
}

.name-product.text-split {
  -webkit-line-clamp: 2;
}

.view-more-product {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}

.view-more-product a {
  color: #0033cc;
  text-transform: uppercase;
  text-decoration: underline;
}

.view-more-product:hover a {
  color: #f00
}

.price-product {
  margin-bottom: 0px;
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding: 0 10px;
}

.price-new {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin: auto;
}

.price-new>span:last-child {
  font-family: 'BeVietnamRegular';
}

.price-new b {
  font-size: 14px;
  color: #EA1D27;
  margin-left: 5px;
  font-weight: normal;
}

.price-old {
  padding-left: 10px;
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
  font-family: 'Roboto';
}

.price-per {
  position: absolute;
  top: 6px;
  right: -10px;
  color: #fff;
  background: #CE2020;
  font-size: 11px;
  width: 45px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  /* overflow-x: hidden; */
}

.price-per:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid #9C1919;
  border-right: 10px solid transparent;
  bottom: -6px;
  right: 0px;
  position: absolute;
  z-index: -1;
}

.price-hot {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #fff;
  background: #c33;
  font-size: 11px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  /* border: 1px solid #D3CAAD; */
  font-family: 'Roboto';
  /* font-weight: bold; */
}

.none-per {
  left: 5px !important;
}

.cart-product {
  margin-bottom: 0px;
}

.cart-product span {
  cursor: pointer;
  width: 49%;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  padding: 7px 5px;
  border-radius: 3px;
}

.cart-add {
  margin-right: 2%;
  background-color: var(--color-red);
}

.cart-add:hover {
  background-color: var(--color-dark-red);
}

.cart-buy {
  background-color: var(--color-green);
}

.cart-buy:hover {
  background-color: var(--color-dark-green);
}

/* Product  Detail */
.tabs-pro-detail {
  width: 100%;
}

.grid-pro-detail {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.left-pro-detail {
  position: relative;
  width: 48%;
  text-align: center;
  margin-right: 2%;
  background: white;
}

.left-pro-detail .MagicZoom {
  border: 1px solid #eee;
  padding: 7px;
  border-radius: 5px;
}

.right-pro-detail {
  width: calc(100% - 50%);
}

.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}

.owl-thumb-pro {
  padding: 0px 40px;
}

.thumb-pro-detail {
  display: block !important;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}

.thumb-pro-detail img {
  box-shadow: none !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.title-pro-detail {
  font-family: 'avertasemibold';
  text-transform: capitalize;
  font-size: 20px;
  display: block;
}

.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}

.desc-pro-detail {
  margin-bottom: 1rem;
}

.attr-pro-detail {
  list-style: none;
  padding: 0px;
}

.attr-pro-detail li {
  margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
  margin: 0px 5px 0px 0px;
  font-family: 'avertasemibold';
}

.attr-label-pro-detail.d-block {
  display: block;
  margin: 0px 0px 5px 0px;
  font-family: 'avertasemibold';
}

.attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}

.price-new-pro-detail {
  color: var(--color-red);
}

.price-old-pro-detail {
  font-weight: 500;
  color: var(--color-gray);
  text-decoration: line-through;
  padding-left: 10px;
}

.color-pro-detail {
  border: 1px solid #ccc;
  padding: 3px 10px 4px 10px;
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}

.size-pro-detail {
  border: 1px solid #ccc;
  padding: 3px 10px 4px 10px;
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}

.size-pro-detail.active,
.color-pro-detail.active {
  border-color: #e5101d;
  color: #e5101d;
}

.loaikhung-pro-detail {
  border: 1px solid #ccc;
  padding: 3px 10px 4px 10px;
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}

.size-pro-detail.active,
.color-pro-detail.active,
.loaikhung-pro-detail.active {
  border-color: #e5101d;
  color: #e5101d;
}

.color-pro-detail.active:before,
.size-pro-detail.active:before,
.loaikhung-pro-detail.active:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
  background-image: url(../images/check-cart.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio],
.loaikhung-pro-detail input[type=radio] {
  outline: none;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  border: 0px;
  top: 0px;
  left: 0px;
}

.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.quantity-pro-detail span {
  line-height: 25px;
  padding: 0px;
  width: 30px;
  height: 30px;
  color: #5f5f5f;
  cursor: pointer;
  font-size: 22px;
  border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
}

.quantity-pro-detail input {
  height: 30px;
  border: 1px solid #cccccc;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 14px;
  padding: 5px;
}

.cart-pro-detail {
  margin-bottom: 1rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.cart-pro-detail a {
  width: auto;
  text-align: center;
  color: #000;
  padding: 8px 15px;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
  width: 50%;
}

.cart-pro-detail a.addnow {
  margin-right: 10px;
  background: #fd6e1d;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
  background: #000;
  background: -moz-linear-gradient(top, #f59000, #fd6e1d);
  background: -ms-linear-gradient(top, #f59000, #fd6e1d);
  background: -o-linear-gradient(top, #f59000, #fd6e1d);
  color: #ffffff;
}

.cart-pro-detail a.buynow {
  background-color: #f8e6c9;
}

.cart-pro-detail a.buynow:hover {
  background-color: #f8e6c9;
}

.cart-pro-detail a i {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 8px;
}

.tags-pro-detail {
  margin: 1rem 0px 2rem 0px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.tags-pro-detail a {
  font-size: 12px;
  color: #fff;
  padding: 5px 10px 7px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: var(--color-red);
  border-radius: 3px;
}

.tags-pro-detail a:hover {
  background-color: var(--color-medium-red);
}

.tags-pro-detail a i {
  font-size: 10px;
  margin: 5px 5px 0px 0px;
}

.tabs-pro-detail .ul-tabs-pro-detail {
  padding: 0px;
  list-style: none;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 15px;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #eee;
  padding: 5px 17px;
  clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
  width: 180px;
  text-align: center;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
  background: #333;
  color: #fafafa;
}

.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
  margin-right: 0px;
}

.tabs-pro-detail .content-tabs-pro-detail {
  display: none;
  width: 100%;
}

.tabs-pro-detail .content-tabs-pro-detail.active {
  display: block;
}

/* Toc */
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #eeeeee;
}

.box-readmore li ul>li {
  margin: 0;
  margin-bottom: 8px
}

.box-readmore li ul>li:before {
  content: counters(item, ".") " "
}

.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
}

.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px
}

.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px
}

.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}

.box-readmore ul li a:hover {
  color: #767676;
}

/* Post  */
.news {
  width: 100%;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
}

.pic-news {
  margin-right: 4%;
  width: 36%;
}

.pic-news img {
  width: 100%;
}

.info-news {
  width: 60%;
}

.name-news {
  color: #000;
  font-size: 16px;
  display: block;
  line-height: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.name-news a {
  color: #333;
  text-decoration: none;
}

.name-news:hover a {
  color: var(--color-red);
}

.time-news {
  color: var(--color-gray);
  margin-bottom: 0.25rem;
}

.desc-news {
  color: #333;
  margin-top: 5px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.share {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}

.share b {
  display: block;
  margin-bottom: 5px;
}

.othernews b {
  margin-bottom: 10px;
}

.list-news-other {
  padding-left: 17px;
  list-style: square;
}

.list-news-other li {
  margin-bottom: 2px;
}

.list-news-other li a {
  text-transform: none;
  color: #333333;
}

.list-news-other li a:hover {
  color: var(--color-red);
}

/* Contact */
.top-contact {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 100%;
}

.top-contact .article-contact {
  width: 48%;
}

.form-contact {
  width: 47%;
}

.input-contact {
  position: relative;
  margin-bottom: 15px;
}

.input-contact input,
.input-contact textarea {
  width: 100%;
  padding: 0px;
  outline: none;
  font-size: 14px;
}

.input-contact input {
  text-indent: 10px;
}

.input-contact textarea {
  resize: none;
  height: 150px;
  padding: 10px;
}

.input-contact .custom-file-label::after {
  content: attr(title);
}

.bottom-contact {
  position: relative;
  height: 500px;
  width: 100%;
}

.bottom-contact iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}

/* Footer */
.footer {
  background: #57493f;
  color: #000;
  background-size: cover;
  position: relative;
  z-index: 9;
}

.footer>.wrap-content {
  padding: 64px 0px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.footer-news:nth-child(1) {
  width: 30%;
}

.footer-news:nth-child(2) {
  width: 17.5%;
  display: flex;
  justify-content: left;
  text-align: left;
}

.footer-news:nth-child(3) {
  width: 40%;
}

.footer-news:nth-child(4) {
  width: 25%;
}

.title-footer {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 15px;
  font-family: 'Roboto';
  position: relative;
}

.title-footer:after {
  content: '';
  position: absolute;
  left: 0;
  width: 40px;
  height: 3px;
  background: #fff;
  bottom: -19px;
}

.title-footer1 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: 'avertabold';
  position: relative;
  color: #fff;
}

.title-footer1::before {
  content: "----------";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
}

.title-footer2 {
  text-transform: uppercase;
  font-size: 40px;
  font-family: 'SFUBodoniBoldCondensed';
  position: relative;
  color: #EA1D27;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.info-footer {
  font-size: 16px;
  color: #f5e3c6;
  line-height: 32px;
}

.footer-ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 26px;
}

.footer-ul li {
  margin-bottom: 5px;
}

.footer-ul li:last-child {
  margin-bottom: 0px;
}

.footer-ul li a {
  color: #f5e3c6;
}

.footer-ul li:hover a {
  color: #f5e3c6;
}

.slogan-newsletter {
  margin-bottom: 0.5rem;
  color: #fff;
}

.newsletter-input {
  position: relative;
  border-radius: 0;
}

.newsletter-input input {
  padding: 0px;
  font-size: 14px;
  text-indent: 10px;
  border-radius: 0px;
  border: none;
  height: 38px;
  padding-left: 5px;
  width: 100%;
}

.newsletter-button {
  position: relative;
  right: 0;
  background: #EDAE00;
}

.newsletter-button input[type=submit] {
  border: 0px;
  background-color: #EDAE00;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Roboto';
  width: 100%;
  height: 38px;
  /* border-radius: 5px; */
  text-align: center;
}

.newsletter-button input[type=submit]:hover {
  background: #ccc;
  color: #fff;
}

#content-index {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: none;
}

.footer-tags {
  background: #eee;
}

.footer-tags .wrap-content {
  padding: 30px 10px;
}

.label-tags {
  font-weight: 600;
  font-size: 15px;
}

.list-tags {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.list-tags li {
  margin: 0px 5px 5px 0px;
}

.list-tags li a {
  color: #fff;
  background-color: var(--color-red);
  padding: 6px 15px 8px 15px;
  border-radius: 3px;
  display: block;
}

.list-tags li a:hover {
  background-color: var(--color-medium-red);
}

.footer-powered {
  color: #77685a;
  background-color: #f5e3c6;
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 14px;
}

.footer-powered .wrap-content {
  padding: 19.5px 0px;
}

.footer-powered b {
  color: #77685a;
  font-weight: normal;
}

.copyright {
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
}

.statistic {
  margin-bottom: 0px;
}

.statistic span {
  padding-right: 10px;
}

.statistic span:last-child {
  padding-right: 0px;
}

#footer-map {
  position: relative;
  height: 440px;
}

#footer-map iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
}

/* Like Share */
.social-plugin {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}

.social-plugin .at-share-btn {
  margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
  margin-left: 3px;
}

.pagination-home .pagination .page-item .page-link {
  color: #555555;
  font-size: .875rem;
}

.pagination-home .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #555555;
  border-color: #555555;
}

.pagination-ajax {
  text-align: center;
}

.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 2px 3px 2px;
  color: #333;
  background: #eee;
  border: 1px solid rgba(161, 161, 161, 0.4);
  font-size: 12px;
  cursor: pointer;
  padding: 3px 10px 5px 10px;
  border-radius: 2px;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
  background: #57493f;
  color: #fff;
  border-color: #57493f;
}

/* Popup custom */
.modal-custom .modal-footer {
  padding: 0.5rem;
}

.modal-custom .modal-footer .btn {
  font-size: 14px;
}

/* Popup */
#popup .modal-body {
  padding: 0px;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
  display: none;
}

/* Scroll Top */
.scrollToTop {
  display: none !important;
  width: 60px;
  height: 60px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 15px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

/* Text Hide */
.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

/* Transition All */
.transition {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* Scale IMG */
.scale-img {
  overflow: hidden;
  display: block;
}

.scale-img img {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.scale-img:hover img {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* Blink */
.blink {
  -webkit-animation-name: blink;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blink;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-moz-keyframes blink {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes blink {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

/* Button Frame */
.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  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;
}

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

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

.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  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: 315px;
}

/* Phone */
.btn-phone {
  bottom: 230px;
}

/* 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: 1.0E+30
}

.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: 136px;
  right: 18px;
  width: 60px;
  height: 60px;
  text-align: center;
  background: #2196f3;
  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);
  border: 2px solid #fff;
}

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

.js-facebook-messenger-box svg#fb-msng-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 14px;
  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
}

/* Cart fix */
.cart-fixed {
  position: fixed;
  right: 22px;
  bottom: 480px;
  z-index: 10;
  background: #4b4f56;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff !important;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-fixed i {
  font-size: 20px;
}

.cart-fixed span {
  position: absolute;
  top: 0px;
  right: -5px;
  color: #fff;
  width: 25px;
  height: 25px;
  background: var(--color-red);
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  border-radius: 100%;
}

.menu .item-big .nav-item>a span {
  position: absolute;
  top: 0px;
  right: -10px;
  color: #fff;
  width: 20px;
  height: 20px;
  background: var(--color-red);
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  border-radius: 100%;
}

/* Toolbar */
.toolbar {
  background: var(--color-red);
  width: 100%;
  padding: 3vw;
  bottom: 0px;
  position: fixed;
  z-index: 500;
  height: auto;
  left: 0px;
}

.toolbar ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
}

.toolbar ul li {
  text-align: center;
  width: 25%;
}

.toolbar ul li a {
  display: block;
  width: 100%;
  cursor: pointer;
}

.toolbar ul li a img {
  height: 6vw;
  width: auto;
}

.toolbar ul li a span {
  font-weight: 400;
  color: #fff;
  font-size: 3.5vw;
  display: none;
}

/* Fixbar */
.fixbar {
  bottom: 0;
  display: block;
  background: #f0eff4;
  border-top: 1px solid #ddd;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  margin: 0;
  z-index: 500;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 50px;
}

.fixbar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.fixbar ul li {
  display: inline-block;
  margin: 0 auto 10px;
  text-align: center;
  width: 25%;
}

.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
  width: 20px;
  height: 20px;
  display: block;
  margin: 8px auto 0;
}

.fixbar .icon-cart-mobile {
  background: url(../images/cart-mobile.png) no-repeat;
}

.cart-total-header-mobile {
  font-size: 10px;
  position: absolute;
  background: red;
  color: #fff !important;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  line-height: 15px;
  top: 5px;
  margin-left: 5px;
}

.fixbar ul li a {
  font-size: 11px;
  text-decoration: none;
  color: #333;
}

.fixbar ul li a i {
  font-size: 20px;
}

/* Plugbar */
.plugbar {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #eae6e6;
  width: 100%;
  right: 0;
  max-width: 767px;
  margin: 0 auto;
  background: #fff;
  padding: 9px 10px 10px 7px;
  z-index: 10;
}

.plugbar ul {
  list-style: none;
  padding: 0;
  margin: 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plugbar ul li {
  width: 20%;
}

.plugbar ul li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative;
}

.plugbar ul li a i {
  font-size: 20px;
  color: #696969;
}

.plugbar ul li a span {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -40px;
  left: calc(50% - 50px/2);
  font-size: 14px;
  display: block;
  border: 1px solid rgba(234, 230, 230, 0.5);
  border-radius: 100%;
}

/* Combo Phone */
.support-online {
  position: fixed;
  z-index: 999;
  left: 10px;
  bottom: 0px;
}

.support-online a {
  position: relative;
  margin: 20px 10px;
  text-align: left;
  width: 40px;
  height: 40px;
}

.support-online i {
  width: 40px;
  height: 40px;
  background: #43a1f3;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}

.support-online a span {
  border-radius: 2px;
  text-align: center;
  background: rgb(103, 182, 52);
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #ffffff;
  z-index: 999;
  top: 0px;
  left: 40px;
  transition: all 0.2s ease-in-out 0s;
  -moz-animation: headerAnimation 0.7s 1;
  -webkit-animation: headerAnimation 0.7s 1;
  -o-animation: headerAnimation 0.7s 1;
  animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
  display: block;
}

.support-online a {
  display: block;
}

.support-online a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent rgb(103, 182, 52) transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
}

.support-online .kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -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(0, 175, 242, 0.5);
  opacity: .75;
  right: -10px;
}

.support-online .kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  border-color: #0089B9;
  opacity: .5;
}

.support-online .support-online .btn-support {
  cursor: pointer;
}

.support-online .mes i {
  background: orange;
}

.support-online .sms i {
  background: red;
}

.support-online .call-now i {
  background: green;
}

/* Phone Switch */
.widget-mobile {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 9999999;
}

#my-phone-circle {
  position: relative;
  width: 50px !important;
  height: 50px !important;
}

.wcircle-open .wcircle-icon i:before {
  content: '\f00d';
}

.wcircle-icon {
  background: #1282fc;
  border-radius: 50%;
  display: flex !important;
  display: -ms-flex !important;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative !important;
}

.wcircle-icon:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  background: rgba(18, 130, 252, .5);
  border: 1px solid #fff;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  -webkit-animation: pulse 1s infinite ease-in-out;
  -moz-animation: pulse 1s infinite ease-in-out;
  -ms-animation: pulse 1s infinite ease-in-out;
  -o-animation: pulse 1s infinite ease-in-out;
  animation: pulse 1s infinite ease-in-out;
}

.wcircle-icon:after {
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  background: rgba(18, 130, 252, .5);
  border-radius: 50%;
  left: -15px;
  top: -15px;
  -webkit-animation: zoomIn 2s infinite ease-in-out;
  -moz-animation: zoomIn 2s infinite ease-in-out;
  -ms-animation: zoomIn 2s infinite ease-in-out;
  -o-animation: zoomIn 2s infinite ease-in-out;
  animation: zoomIn 2s infinite ease-in-out;
}

.wcircle-menu {
  position: absolute !important;
  left: 0;
  top: 0;
  display: none;
}

.wcircle-menu-item {
  width: 50px;
  height: 50px;
  background: #1282fc;
  border-radius: 50%;
  display: flex;
  display: -ms-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wcircle-menu-item img {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
}

.wcircle-menu-item i,
.wcircle-icon i {
  font-size: 25px;
  color: #fff;
  position: relative;
  z-index: 9999;
}

.shake-anim {
  -webkit-animation: shake-anim 1s infinite ease-in-out;
  -moz-animation: shake-anim 1s infinite ease-in-out;
  -ms-animation: shake-anim 1s infinite ease-in-out;
  -o-animation: shake-anim 1s infinite ease-in-out;
  animation: shake-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

/*Album */
.album-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: auto;
  flex-wrap: wrap;
}

.box-album-index {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 15px;
  margin-bottom: 30px;
}

.box-item-album {
  position: relative;
  overflow: hidden;
}

.box-item-album h3 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -150px;
  transition: all 0.3s;
  background: rgba(0, 0, 0, .5);
  text-align: center;
  margin-bottom: 0;
  font-family: 'Arial';
  font-size: 22px;
  padding: 10px 5px;
  text-transform: uppercase;
  font-weight: bold;
}

.box-item-album h3 a {
  text-decoration: none;
  color: #fff;
}

.box-item-album:hover h3 {
  bottom: 0;
  transition: all 0.3s;
}

.box-item-album h3:hover a {
  color: #ff0;
}

.box-item-album:hover img {
  filter: brightness(0.7);
}

.list-album {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.list-album p {
  display: inline-block;
  padding: 0 2px;
  margin-bottom: 10px;
}

.list-album p span {
  padding: 10.5px 15.5px;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
}

.list-album p span.active,
.list-album p span:hover {
  border: 1px solid #69A21F;
  transition: all 0.6s
}

/*social*/
.social-footer {
  line-height: 40px;
  font-size: 15px;
  font-family: 'Arial';
  text-transform: unset;
  text-transform: uppercase;
  margin-top: 15px;
}

.social-footer>p {
  margin-bottom: 0
}

.social-footer p b {
  font-family: 'MuliBold';
  font-size: 15px;
  text-transform: capitalize
}

.item-slick-partner {
  border-right: 1px solid #ccc;
  background: #F8F8F8;
  text-align: center;
}

.item-slick-partner span {
  padding: 10px 0;
  display: inline-block;
}

.social-footer li {
  margin-right: 10px;
}

.item-slick {
  padding: 0 15px;
  box-sizing: border-box;
}

/*News video index*/
.news-home {
  padding-top: 40px;
}

.tintuc_row {
  /* overflow: hidden; */
}

.tintuc_row .slick-list {
  margin: 0px -22px;
}

.tintuc_item {
  padding: 0px 22px;
  position: relative;
}

.card {
  position: relative;
  width: 100%;
  color: #2e2d31;
  /* background: #131313; */
  overflow: hidden;
  border-radius: 0px;
  border: 0;
}

.temporary_text {
  font-weight: bold;
  font-size: 24px;
  color: #f8f8f8;
  position: relative;
}

.temporary_text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(149 118 97) 100%);
}

.card_title {
  /* font-family: 'avertabold'; */
  font-size: 17px;
  text-transform: uppercase;
}

.card_content {
  position: absolute;
  left: 0;
  bottom: 0;
  /* edit the width to fit card */
  width: 100%;
  padding: 20px;


  /* edit here to change the height of the content box */
  transform: translateY(287px);
  transition: transform .5s;
  height: 100%;
}

.card_content::before {
  content: '';
  position: absolute;
  top: -47px;
  right: -45px;
  width: 100px;
  height: 100px;
  transform: rotate(-175deg);
  border-radius: 50%;
  box-shadow: inset 48px 48px #f2f2f2;
  display: none;
}

.card_title {
  color: #ffffff;
  font-family: 'angieBold';
  line-height: 1;
  display: -webkit-box;
  width: 100%;
  text-align: center;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card_subtitle {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.card_description {
  font-size: 16px;
  opacity: 0;
  transition: opacity .5s;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}

.card:hover .card_content {
  transform: translateY(0);
  background: #0000009c;
}

.card:hover .card_description {
  opacity: 1;
  transition-delay: .25s;
}

.card:hover .news_date {
  z-index: -1;
  transition: all 0.3s
}

/* du an home */
.duan-home {
  background: url(../images/bg_duan.jpg);
  padding-top: 35px;
  padding-bottom: 28px;
  background-size: cover;
  background-repeat: no-repeat;
}

.duan-home .title-main-index h3 {
  color: #f5e3c6;
}

.duan-home .title-main-index h3::after {
  background: url(../images/line_title_danhmuc_fix.png);
  background-size: 100% 100%;
}

.duan-home .temporary_text::after {
  display: none;
}

.duan-home .card_content {
  background: #f5e3c6b3 !important;
}

.duan-home .card_title {
  color: #5c503f;
}

.duan-home .card_description {
  color: #000;
}

.duan-home .button2 {
  border: 1px solid #f5e3c6;
  color: #f5e3c6;
}

/* y kien khach hang */
.ykienkhachhang {
  padding-top: 60px;
  padding-bottom: 55px;
}

.slick_khachhang {
  /* overflow: hidden; */
}

.slick_khachhang .slick-list {
  margin: 0px -25px;
}

.khachhang_item {
  padding: 0px 25px;
}

.khachhang_item a {
  background-color: #57493f;
  display: block;
  padding: 30px;
  text-align: center;
  transition: ease 0.25s;
}

.khachhang_item .star {
  width: fit-content;
  margin: 0px auto;
  margin-top: 5px;
}

.khachhang_item h3 {
  font-family: 'avertasemibold';
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0px;
}

.khachhang_item p {
  font-size: 16px;
  color: #fff;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-top: 5px;
  line-height: 18px;
}

.khachhang_item .xemthem {
  font-size: 15px;
  color: #f5e3c6;
  margin-top: 10px;
}

.rating {
  --dir: right;
  --fill: #f5e3c6;
  --fillbg: rgb(139 139 139 / 62%);
  --heart: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21.328l-1.453-1.313q-2.484-2.25-3.609-3.328t-2.508-2.672-1.898-2.883-0.516-2.648q0-2.297 1.57-3.891t3.914-1.594q2.719 0 4.5 2.109 1.781-2.109 4.5-2.109 2.344 0 3.914 1.594t1.57 3.891q0 1.828-1.219 3.797t-2.648 3.422-4.664 4.359z"/></svg>');
  --star: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.25l-6.188 3.75 1.641-7.031-5.438-4.734 7.172-0.609 2.813-6.609 2.813 6.609 7.172 0.609-5.438 4.734 1.641 7.031z"/></svg>');
  --stars: 5;
  --starsize: 25px;
  --symbol: var(--star);
  --value: 1;
  --w: calc(var(--stars) * var(--starsize));
  --x: calc(100% * (var(--value) / var(--stars)));
  block-size: var(--starsize);
  inline-size: var(--w);
  position: relative;
  touch-action: manipulation;
  -webkit-appearance: none;
}

[dir="rtl"] .rating {
  --dir: left;
}

.rating::-moz-range-track {
  background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
  block-size: 100%;
  mask: repeat left center/var(--starsize) var(--symbol);
}

.rating::-webkit-slider-runnable-track {
  background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
  block-size: 100%;
  mask: repeat left center/var(--starsize) var(--symbol);
  -webkit-mask: repeat left center/var(--starsize) var(--symbol);
}

.rating::-moz-range-thumb {
  height: var(--starsize);
  opacity: 0;
  width: var(--starsize);
}

.rating::-webkit-slider-thumb {
  height: var(--starsize);
  opacity: 0;
  width: var(--starsize);
  -webkit-appearance: none;
}

.rating,
.rating-label {
  display: block;
  font-family: ui-sans-serif, system-ui, sans-serif;
}

.rating-label {
  margin-block-end: 1rem;
}

/* NO JS */
.rating--nojs::-moz-range-track {
  background: var(--fillbg);
}

.rating--nojs::-moz-range-progress {
  background: var(--fill);
  block-size: 100%;
  mask: repeat left center/var(--starsize) var(--star);
}

.rating--nojs::-webkit-slider-runnable-track {
  background: var(--fillbg);
}

.rating--nojs::-webkit-slider-thumb {
  background-color: var(--fill);
  box-shadow: calc(0rem - var(--w)) 0 0 var(--w) var(--fill);
  opacity: 1;
  width: 1px;
}

[dir="rtl"] .rating--nojs::-webkit-slider-thumb {
  box-shadow: var(--w) 0 0 var(--w) var(--fill);
}

.khachhang_item a:hover {
  background: #f5e3c6;
}

.khachhang_item a:hover .name_kh {
  color: #675435;
}

.khachhang_item a:hover .desc_kh {
  color: #727272;
}

.khachhang_item a:hover .xemthem {
  color: #727272;
  text-decoration: underline;
}

.khachhang_item a:hover .rating {
  --fill: #675435;
}



/*Table download*/
.tablediv-file {
  font-family: 'Roboto';
}

.title-item-table {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #DC1500;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}

.title-item-table-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #f6f6f6;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}

.title-item-table>div:nth-child(1),
.title-item-table-row>div:nth-child(1) {
  width: 10%;
  text-align: center
}

.title-item-table>div:nth-child(2),
.title-item-table-row>div:nth-child(2) {
  width: 70%;
  text-align: left;
}

.title-item-table>div:nth-child(3),
.title-item-table-row>div:nth-child(3) {
  width: 20%;
  text-align: center
}

.title-item-table-row,
.title-item-table-row a {
  color: #333;
}

.title-item-table-row:hover a {
  color: #f00
}

.title-item-table-row:nth-child(odd) {
  background: #dcdcdc;
}

.title-item-table-row:hover {
  background: #ccc;
}

/*adv*/
.wrap-adv {
  width: 100%;
}

.wrap-adv .slick-slide img {
  display: inline-block;
  margin: auto;
}

.wrap-adv .item-slick {
  text-align: center
}

.wrap-product-bc {
  margin-bottom: 35px;
  width: 100%;
}

.drop-down-control.active .drop-down-select {
  display: block;
}

.drop-down-language {
  width: 180px;
  text-align: left;
  padding-left: 20px;
}

.content-web {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.catalogy-left {
  width: 320px;
  position: sticky;
  top: 0;
  padding-top: 40px;
  background: #fff;
  z-index: 9
}

.content-web-show {
  width: calc(100% - 320px);
  background: #F7F7F7;
  padding-right: calc((100% - 1200px)/2);
}

.content-box-in {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.left-box {
  width: 25%;
}

.content-box {
  width: 73%;
}

.box-left-menu {
  border-radius: 5px;
  padding-bottom: 1px;
  position: sticky;
  top: 70px;
  z-index: 9;
  padding: 0 10px;
}

.catalogy-left h2 {
  background: #009343;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  position: relative;
  top: -1px;
  width: calc(100% + 2px);
  left: -1px;
  margin-bottom: 0;
}

.box-newsletter {
  background: url('../images/web/bgdknt.jpg')no-repeat top center;
  background-size: cover;
  padding: 50px 0;
  margin-bottom: 20px;
}

.color-white-child>h3 {
  color: #fff
}

.menu .item-big {
  text-align: center;
  position: relative;
  margin-bottom: 0;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  align-items: center;
  padding-inline-start: 0;
  width: 100%;
}


.menu .item-big .nav-item {
  display: inline-block;
  position: relative;
  position: relative;
  margin-left: 25px;
  display: flex;
  align-items: center;
  color: #fff;
}




.menu .item-big .nav-item:after {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 0;
  right: 0;
  width: 0%;
  left: 50%;
  background: #fff;
  transition: all 0.6s;
  display: none;
}

.menu .item-big .nav-item:hover:after,
.menu .item-big .nav-item.active:after {
  left: 0;
  transition: all 0.6s;
  width: 100%;
}

.menu .item-big .nav-item:last-child {
  border-right: none
}

.menu .item-big .nav-item>a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  font-family: 'avertabold';
  text-transform: uppercase;
  padding: 0px 5px;
}

.menu .item-big .nav-item>span {
  display: block;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  color: #FFF;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  color: #02C7F2;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu .item-big .nav-item>a i {
  font-size: 20px;
}

.menu .item-big .nav-item>a i.home {
  font-size: 25px;
}

.menu .item-big .nav-item.active>a,
.menu .item-big .nav-item:hover>a {
  color: #f5e3c6;
}

.menu .item-big .nav-item>.item_small {
  overflow: hidden;
  display: block;
  max-height: 0px;
  max-width: 0px;
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  -moz-transform: perspective(600px) rotateX(-90deg);
  -ms-transform: perspective(600px) rotateX(-90deg);
  -o-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 250px;
  padding: 0;
  background-color: #fff;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  z-index: 99;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  transform: translateY(20px);
}

.menu .item-big .nav-item:hover>ul {
  overflow: visible;
  max-height: 3000px;
  max-width: 3000px;
  min-width: 250px;
  opacity: 1;
  -webkit-transform: perspective(600px) rotateX(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  -o-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.menu .item-big .nav-item.has-mega {
  position: static !important;
}

.menu .item-big .mega-content {
  background: #fff;
  overflow: hidden;
  display: block;
  max-height: 0px;
  min-width: 250px;
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  -moz-transform: perspective(600px) rotateX(-90deg);
  -ms-transform: perspective(600px) rotateX(-90deg);
  -o-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  margin: 0;
  padding: 0px;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 99;
  width: 100%;
  border: none;
  text-align: left;
  box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -os-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
}

.menu .item-big .nav-item:hover>.mega-content {
  overflow: visible;
  max-height: 3000px;
  max-width: 3000px;
  min-width: 250px;
  opacity: 1;
  -webkit-transform: perspective(600px) rotateX(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  -o-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.menu .item-big .nav-item:hover>.mega-content {
  display: block;
}

.menu .item-big .mega-content .parent {
  width: calc(100% / 3);
  padding: 0px 20px;
}

.menu .item-big .mega-content .parent h4 a {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  color: #0056BB;
  margin-bottom: 5px;
}

.menu .item-big .mega-content .parent h4 a:hover,
.menu .item-big .mega-content .level1 .level2 a:hover,
.menu .item-big .nav-item>ul>li>a:hover,
.menu .item-big .nav-item>ul>li>ul>li>a:hover {
  color: #f8e6c9;
}

.menu .item-big .mega-content .level1 .level2 a {
  font-size: 14px;
  color: #333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  padding: 5px 0px 5px;
  border-bottom: 1px dashed #CCC;
}

.menu .item-big .nav-item>ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  display: block;
  padding: 7px 5px 7px 0px;
  color: #282828;
  position: relative;
  border-bottom: dashed 1px #e5e6ec;
  text-align: left;
  padding-left: 15px;
  text-decoration: none;
}

.menu .item-big .nav-item>ul li:last-child>a {
  border-bottom: 0;
}

.menu .item-big .nav-item>ul li a i {
  position: absolute;
  right: -10px;
  padding: 0px 10px;
  top: 0;
  line-height: 38px;
}

.menu .item-big .nav-item>ul li {
  padding: 0px;
}

.menu .item-big .nav-item li {
  position: relative;
}

.menu .item-big .nav-item>ul li ul {
  visibility: hidden;
  opacity: 0;
  margin-top: 20px;
  left: 100%;
  top: 0px;
  position: absolute;
  width: 250px;
  padding: 0;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -os-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  transition: all 0.6s;
}

.menu .item-big .nav-item>ul li:hover>ul {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}

.box-menu-bottom-left {
  position: relative;
  left: 0;
  width: 100%;
  top: 100px;
}

.bottom-menu {
  margin-bottom: 15px;
}

.bottom-menu a,
.bottom-menu1 a {
  text-decoration: none;
  color: #333;
  text-transform: uppercase;
  font-family: 'Arial';
  font-size: 15px;
}

.bottom-menu a i,
.bottom-menu1 a i {
  font-size: 20px;
  color: #009343;
  margin-right: 5px;
}



/*check Form*/
.wrap-maini {
  background: #009343;
}

.check-form-content {
  max-width: 800px;
  margin: auto;
}

.check-form-content h2 {
  background: #009343;
  color: #fff;
  font-size: 20px;
  font-family: 'Roboto';
  text-transform: uppercase;
  padding: 10px 0;
}

.menu-step {
  background: #ED1B2C;
  font-size: 25px;
  font-family: 'Roboto';
  color: #000;
  padding: 35px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.menu-step span {
  cursor: pointer;
}

.menu-step span.active {
  color: #fff;
}

.catalogy-item .pic-product {
  margin-bottom: 0
}

.catalogy-item .name-product {
  position: absolute;
  left: 26px;
  width: calc(100% - 52px);
  line-height: 50px;
  bottom: -25px;
  border: 1px solid #ccc;
  background: #fff;
  font-family: 'Arial';
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 0;
}

.catalogy-item:hover .name-product {
  background: #ED1B2F;
}

.catalogy-item:hover .name-product a {
  text-decoration: none;
  color: #fff
}

.catalogy-item .name-product {}

.catalogy-item .name-product a {
  color: #000
}

.form-check-product {
  width: 100%;
  max-width: 350px;
  margin: auto;
  padding: 0 35px;
  box-sizing: border-box;
  margin-top: 20px;
}

.form-check-product input {
  width: 100%;
  height: 35px;
  padding-left: 10px;
  border: 1px solid #ccc;
}

.form-check-product button {
  width: 100%;
  margin-top: 10px;
  height: 35px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-family: 'Roboto';
  background: #ED1B2C;
  border: none;
  text-transform: uppercase;
}

.check-header {
  padding-top: 20px;
  background: #fff;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.check-footer {
  background: #666666;
  color: #fff;
  padding: 30px 0;
}

.check-content {
  text-align: center;
  padding: 50px 0;
  max-width: 800px;
  margin: auto;
  background: #fff;
}

.show-messenger {
  position: relative;
  font-size: 15px;
  font-family: 'Roboto';
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.tooltip1 {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer
}

.tooltip1 .tooltiptext1 {
  visibility: hidden;
  width: 100%;
  background-color: black;
  color: #333;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size: 14px;
  font-family: 'Roboto';
  border: 1px solid #ccc;
  background: #fff;
  padding: 20px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 25px;
  text-align: left;
  font-size: 14px;
  font-family: 'Roboto';
}

.tooltip1:hover .tooltiptext1 {
  visibility: visible;
}

.tooltip2 {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer
}

.tooltip2 .tooltiptext2 {
  visibility: hidden;
  width: 400px;
  background-color: black;
  color: #333;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size: 14px;
  font-family: 'Roboto';
  border: 1px solid #ccc;
  background: #fff;
  padding: 20px;
  position: absolute;
  z-index: 1;
  left: calc((100% - 400px)/2);
  top: 25px;
  text-align: left;
  font-size: 14px;
  font-family: 'Roboto';
}

.tooltip2:hover .tooltiptext2 {
  visibility: visible;
}

.check-step-button {
  margin-top: 20px;
}

.check-step-button span {
  text-transform: uppercase;
  padding: 6px 20px;
  margin: 0 3px;
  font-size: 15px;
  font-family: 'Roboto';
  cursor: pointer
}

.check-ok {
  background: #009343;
  color: #fff;
}

.check-no {
  background: #f00;
  color: #fff
}

.support-check {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.img-news-index {
  position: relative;
  background: #E6E6E6;
  width: 55.445544554%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 365px;
}

.img-news-index:after {
  right: 100%;
  top: 30%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #E6E6E6;
  border-width: 15px;
  margin-top: -15px;
}

.using_discount {
  padding: 7px 20px;
  border: 1px solid #ccc;
  font-weight: normal;
  font-family: 'Roboto';
  font-size: 16px;
  color: #333;
  display: inline-block;
  cursor: pointer;
}

.using_discount:hover {
  background: #c33;
  color: #fff;
  border: 1px solid #c33;
}

/* Danh muc */
.left_main {
  width: 250px;
}

.khung_baiviet {
  display: flex;
  justify-content: space-between;
}

.right_main {
  width: calc(100% - 270px);
}

/* post */
.post .item {
  overflow: hidden;
  padding: 0 0;
  transition: all 0.25s cubic-bezier(.02, .01, .47, 1);
}

.post .item .img {
  position: relative;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.post .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.post .item .img .date-box {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 65px;
  height: 65px;
  text-align: center;
  padding: 15px 0;
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  background-color: var(--theme-color);
  border-radius: 5px
}

.post .item .img .date-box:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px dotted #ce8f98;
  border-radius: 5px
}

.post .item .img .date-box span {
  font-size: 18px
}

.post .item .title {
  text-align: left;
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 10px;
}

.post .item .title .post-info {
  margin: 10px 0;
  letter-spacing: 2px;
  font-size: 13px
}

.post .item .title h3.header {
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0 10px 0;
  text-align: left;
  color: #212529
}

.post .item .title h3.header a {
  color: #212529
}

.post .item .title .description {
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 21px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.post .item .title .description a {
  color: #687385
}

.post .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 60px 0 rgba(0, 0, 0, .2), 0 0 0 transparent
}

.post .item:hover .img {}

.post .item.item-post-horizontal {
  border: 1px solid #f0f8ff;
  z-index: 12;
  transition: all 0.25s cubic-bezier(.02, .01, .47, 1);
  position: relative;
  background: #fff;
  padding: 0;
  margin-bottom: 10px;
  border-radius: 10px
}

.post .item.item-post-horizontal .img {
  margin-bottom: 10px;
  height: 300px;
  position: relative;
  border-radius: 0
}

.post .item.item-post-horizontal .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: .9;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s
}

.post .item.item-post-horizontal .title {
  padding-right: 30px
}

.post .item.item-post-horizontal .title h3.header {
  margin-top: 10px;
  line-height: 25px;
  height: 50px;
  overflow: hidden
}

.post .item.item-post-horizontal .title .description {
  margin-bottom: 10px;
  height: 75px
}

.post .item.item-post-horizontal:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 60px 0 rgba(0, 0, 0, .2), 0 0 0 transparent
}

.post .item.item-post-horizontal:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  opacity: .5;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s
}

.name-news {}

@-moz-keyframes shake-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  10%,
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20%,
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg)
  }

  100%,
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg)
  }
}

@-webkit-keyframes shake-anim {

  0%,
  100%,
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

  10%,
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20%,
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }
}

@-o-keyframes shake-anim {

  0%,
  100%,
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg)
  }

  10%,
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20%,
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg)
  }
}

#btn-call {
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 25px;
  bottom: 310px;
  z-index: 999;
}

#btn-call i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0f852b;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 9999;
}

.kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -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(15, 133, 43, 0.45);
  opacity: .75;
  right: -10px;
}

.kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(64, 72, 204, .8);
  opacity: .1;
  border-color: #4048CC;
  opacity: .5;
}

#btn-zalo {
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 25px;
  bottom: 230px;
  z-index: 9999;
}

#btn-zalo i {
  display: flex;
  display: -ms-flex;
  align-items: center;
  -ms-flex-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0ba4ca;
  position: relative;
  z-index: 999;
}

#btn-zalo i img {
  vertical-align: middle;
  max-width: 100%;
}

.kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -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(15, 133, 43, 0.45);
  opacity: .75;
  right: -10px;
}

.kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(15, 133, 43, .8);
  opacity: .1;
  border-color: #0f852b;
  opacity: .5;
}

.product .pic-product:before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 22;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.product:hover .pic-product:before {
  opacity: 1;
  -webkit-animation: shine .6s;
  animation: shine .6s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* button */
.button {
  position: relative;
  padding: 12px 45px;
  background: #f5e3c6;
  font-size: 17px;
  font-weight: 500;
  color: #857151;
  border: 1px solid #f5e3c6;
  border-radius: 8px;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
  margin-top: 30px;
}

.button:hover {
  transform: scale(1.03) !important;
  transition: all 0.3s !important;
}

@keyframes wind {
  0% {
    background-position: 0% 50%;
  }

  0% {
    background-position: 50% 100%;
  }

  0% {
    background-position: 0% 50%;
  }
}

.icon-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  transform-origin: 0 0;
  transform: rotate(10deg);
  transition: all .5s ease-in-out;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .3));
}

button:hover .icon-1 {
  animation: slay-1 3s cubic-bezier(0.52, 0, 0.58, 1) infinite;
  transform: rotate(10deg);
}

@keyframes slay-1 {
  0% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(10deg);
  }
}

.icon-2 {
  position: absolute;
  top: 0;
  left: 25px;
  width: 12px;
  transform-origin: 50% 0;
  transform: rotate(10deg);
  transition: all 1s ease-in-out;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .5));
}

button:hover .icon-2 {
  animation: slay-2 3s cubic-bezier(0.52, 0, 0.58, 1) 1s infinite;
  transform: rotate(0);
}

@keyframes slay-2 {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(15deg);
  }

  100% {
    transform: rotate(0);
  }
}

.icon-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  transform-origin: 50% 0;
  transform: rotate(-5deg);
  transition: all 1s ease-in-out;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .5));
}

.button:hover .icon-3 {
  animation: slay-3 2s cubic-bezier(0.52, 0, 0.58, 1) 1s infinite;
  transform: rotate(0);
}

@keyframes slay-3 {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0);
  }
}

/* xem tat ca */
.button2 {
  width: fit-content;
  height: 52px;
  background: none;
  border: 1px solid #000000;
  font-size: 15px;
  color: #000000;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: relative;
  overflow: hidden;
  padding: 10px 45px;
  z-index: 1;
  margin: 25px auto;
  display: block;
  border-radius: 11px;
}

.button2:before {
  width: 50%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: -50%;
  background: #000000;
  transition: all 0.5s ease;
  z-index: -1;
}

.button2:after {
  width: 50%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 100%;
  background: #000000;
  transition: all 0.5s ease;
  z-index: -1;
}

.button2:hover {
  color: white;
  cursor: pointer;
}

.button2:hover:before {
  top: 0;
  left: 0;
}

.button2:hover:after {
  top: 0;
  left: 50%;
}

.social-right {
  position: fixed;
  right: 15px;
  bottom: 204px;
  z-index: 9999;
  text-align: center;
}

.social-app {
  width: 60px;
  display: inline-block;
}

.social-app li {
  margin-top: 8px;
}

.mapLink {
  display: block;
}

/* contact footer */
.form-footer {}

.form-footer input {
  border-radius: 0;
}

.form-footer .input-contact input,
.input-contact textarea {
  background-color: white;
  /* border-radius: 0px; */
  /* border: 1px solid #f8e6c9; */
}

.form-footer .btn-primary {
  background-color: #af7954;
  border-color: #af7954;
  color: #fff;
  font-family: 'avertabold';
  font-size: 15px;
  border-radius: 0;
  text-transform: uppercase;
}

.form-footer .btn-secondary {
  background: none;
  border-color: #f8e6c9;
  border: 2px solid;
  font-family: 'avertabold';
  font-size: 15px;
  border-radius: 0px;
  text-transform: uppercase;
}

/* news */
.row_news {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.box_item_news {
  width: calc(100% / 3);
  padding: 0px 15px;
  margin-bottom: 20px;
}

.fotorama__wrap,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  /* width: 100% !important; */
}

/* sidebar news */
.sidebar .widget {
  background-color: #fff;
  /* border-radius: 5px; */
  border: 1px solid #e6e5e5;
  padding: 0 10px;
  clear: both;
  margin-bottom: 10px;
  padding: 0;
}

.sidebar .widget .sidebar-title {
  padding: 10px;
}

.sidebar .widget .sidebar-title h3 {
  letter-spacing: 0;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
  font-size: 16px;
  padding-bottom: 15px;
  position: relative;
  display: block;
  margin: 0 0 10px;
  font-family: avertabold;
}

.sidebar .widget .sidebar-title h3:before {
  content: "";
  width: 70px;
  bottom: -2px;
  height: 3px;
  position: absolute;
  background: #000;
  left: 0;
}

.sidebar .widget .sidebar-content {
  overflow-y: overlay;
  max-height: 415px;
  padding: 10px;
}

.widget_box_post_sidebar .item {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 10px 0;
  transition: all 0.25s cubic-bezier(.02, .01, .47, 1);
}

.widget_box_post_sidebar .item .item_content {
  transition: all 0.25s cubic-bezier(.02, .01, .47, 1);
}

.widget_box_post_sidebar .item .img {
  float: left;
  padding: 0;
  height: 80px;
  width: 80px;
  position: relative;
  overflow: hidden;
}

.widget_box_post_sidebar .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  margin: 0 0 0;
}

.widget_box_post_sidebar .item .title {
  float: left;
  width: calc(100% - 80px);
  padding-left: 10px;
}

.widget_box_post_sidebar .item .title h3 {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  overflow: hidden;
  padding: 0;
  margin: 0 0 5px 0;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.widget_box_post_sidebar .item .title h3 a {
  color: #333;
}

.widget_box_post_sidebar .item .title .time {
  color: #666;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.sidebar .widget .sidebar-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
  width: 5px
}

.sidebar .widget .sidebar-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e9edf5;
  width: 5px
}

.sidebar .widget .sidebar-content::-webkit-scrollbar {
  width: 5px;
  background-color: #fff
}

div#left {
  top: 80px;
  z-index: 5;
}

div#right {
  width: calc(100% - 300px);
  float: right;
}

.danhmucct {
  margin: 0 0 20px;
  position: relative;
  padding: 10px 10px;
  border: 1px solid #e7e7e7;
}

.tieude {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #323232;
  text-align: center;
  position: relative;
  color: #000000;
  font-family: #000;
}

.danhmuc ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.danhmuc>ul>li {
  border-bottom: 1px solid #e7e7e7;
}

.danhmuc>ul>li:last-child {
  border-bottom: none;
}

.danhmuc ul li {
  position: relative;
  list-style: none;
}

.danhmuc ul li h2 {
  font-weight: normal;
  margin: 0;
  position: relative;
}

.danhmuc ul li a {
  padding: 8px 0 8px 0px;
}

.danhmuc ul li a {
  color: #252a2b;
  position: relative;
  font-size: 14px;
  display: block;
}

.danhmuc ul li a:hover,
.danhmuc ul li:hover>h2>a,
.danhmuc ul li.has-submenu.opened>h2>a {}

.danhmuc ul>li.has-submenu>h2 a {
  padding-right: 30px;
}

.danhmuc ul>li.has-submenu>ul li a {
  padding-left: 15px;
}

.danhmuc ul>li>a,
.danhmuc ul>li>h2 a {
  padding: 10px 0;
}

.danhmuc ul li ul {
  display: none;
}

.danhmuc ul li ul li ul li a {
  padding: 5px 0 5px 30px !important;
}

.danhmuc ul>li.has-submenu span.icon-plus-submenu {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent;
  z-index: 5;
}

.icon-plus-submenu:after,
.icon-plus-submenu:before {
  background: rgba(9, 9, 9, 0.6);
  content: '';
  display: block;
  position: absolute;
  margin-right: 7px;
  top: 50%;
  right: 0;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

.icon-plus-submenu:before {
  width: 9px;
  height: 1px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-plus-submenu:after {
  width: 1px;
  height: 9px;
  right: 4px;
  transform-origin: center;
  -moz-transform: translateY(-50%) scale(1, 1);
  -ms-transform: translateY(-50%) scale(1, 1);
  -webkit-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1);
}

.danhmuc ul>li.has-submenu .icon-plus-submenu:hover {
  border: 1px solid #e7e7e7;
}

li.has-submenu.opened>h2 .icon-plus-submenu:after {
  -moz-transform: translateY(-50%) scale(1, 0);
  -ms-transform: translateY(-50%) scale(1, 0);
  -webkit-transform: translateY(-50%) scale(1, 0);
  transform: translateY(-50%) scale(1, 0);
}

.cart-m {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.cart-m i {
  font-size: 20px;
  color: #fff;
}

.cart-m span {
  position: absolute;
  top: -10px;
  right: -10px;
  color: #fff;
  width: 16px;
  height: 16px;
  background: var(--color-red);
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  border-radius: 100%;
}

/*  */
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100
}

.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block
}

.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: .5
}

.hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgb(249 0 0 / 70%);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.hotline-phone-ring-img-circle {
  background-color: #e60808;
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center
}

.hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px
}

.hotline-bar {
  position: absolute;
  background: #000000;
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all .8s;
  -webkit-transition: all .8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);
  border-radius: 50px !important;
  left: 33px;
  bottom: 37px
}

.hotline-bar>a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial
}

@keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(.5) skew(1deg);
    -webkit-opacity: .1
  }

  30% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    -webkit-opacity: .5
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: .1
  }
}

@keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .6
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: .6
  }

  100% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .6
  }
}

@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }
}

#my-phone-circle {
  position: relative;
  width: 50px !important;
  height: 50px !important
}

.lang-m {
  display: none;
  padding-left: 0px;
  list-style: none;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}

.lang-m li {
  margin: 0px 3px;
}

.lang-m li img {}

#button-contact-vr {
  margin: -10px;
  transform: scale(0.8);
  position: fixed;
  bottom: 197px;
  z-index: 999;
  right: 10px;
}

#zalo-vr {
  transition: 1s all;
  -moz-transition: 1s all;
  -webkit-transition: 1s all;
}

#button-contact-vr .button-contact {
  position: relative;
  margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 100px;
  height: 100px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}

#zalo-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, .7);
}

#zalo-vr .phone-vr-img-circle {
  background-color: #2196f3;
}

#map-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, .7);
}

#map-vr .phone-vr-img-circle {
  background-color: #2196f3;
}

#phone-vr {
  transition: .7s all;
  -moz-transition: .7s all;
  -webkit-transition: .7s all;
}

.phone-vr-circle-fill {
  width: 80px;
  height: 80px;
  top: 12px;
  left: 12px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: rgba(230, 8, 8, .7);
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
  background-color: #e60808;
  width: 60px;
  height: 60px;
  line-height: 60px;
  top: 22px;
  left: 22px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
  display: block;
  line-height: 47px;
}

.phone-vr-img-circle img {
  max-height: 35px;
  max-width: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

@-webkit-keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }
}

@-webkit-keyframes zoom {
  0% {
    transform: scale(.9)
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent
  }

  100% {
    transform: scale(.9);
    box-shadow: 0 0 0 0 transparent
  }
}

@keyframes zoom {
  0% {
    transform: scale(.9)
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent
  }

  100% {
    transform: scale(.9);
    box-shadow: 0 0 0 0 transparent
  }
}

/* mobile footer */
.fix-toolbar {
  background: #000;
  width: 100%;
  padding: 5px;
  bottom: 0;
  position: fixed;
  height: auto;
  line-height: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  border-top: 1px solid #fff;
  z-index: 10000;
}

.fix-toolbar ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  list-style: none;
  margin: 0;
}

.fix-toolbar ul li {
  text-align: center;
  width: 20%;
}

.fix-toolbar ul li a {
  display: block;
  width: 100%;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
}

.fix-toolbar ul li a img {
  height: 25px;
  width: auto;
}

.fix-toolbar img {
  vertical-align: top;
}

.fix-toolbar ul li a span {
  font-weight: 400;
  color: #fff;
  font-size: 13px;
  display: none;
}

#toc-content img {
  max-width: 100%;
  height: auto !important;
}

.product-slider-vertical {
  background-color: #FBF9FF;
  margin-bottom: 10px;
  padding: 10px;
  overflow: hidden;
  border-radius: 5px;
}

.right_time {
  width: 100%;
  position: relative;
}

#countdown {

  width: 329px;
  height: 140px;
  text-align: center;
  background-image: -moz-linear-gradient(top, #222, #333, #333, #222);
  background-image: -ms-linear-gradient(top, #222, #333, #333, #222);
  background-image: -o-linear-gradient(top, #222, #333, #333, #222);
  margin: auto;
  padding: 24px 0;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#countdown:before {
  background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
  background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
  background-image: -o-linear-gradient(top, #555, #444, #444, #555);
  border: 1px solid #111;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  display: block;
  position: absolute;
  top: 48px;
  left: -10px;
}

#countdown:after {
  background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
  background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
  background-image: -o-linear-gradient(top, #555, #444, #444, #555);
  border: 1px solid #111;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  display: block;
  position: absolute;
  top: 48px;
  right: -10px;
}

#countdown #tiles {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

#countdown #tiles>span {
  width: 92px;
  max-width: 92px;
  font: bold 48px 'Droid Sans', Arial, sans-serif;
  text-align: center;
  color: #111;
  background: linear-gradient(180deg, rgba(204, 204, 204, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(204, 204, 204, 1) 100%);
  border-top: 1px solid #fff;
  border-radius: 10px;
  margin: 0 7px;
  padding: 10px 0;
  display: inline-block;
  position: relative;
  font-size: 32px;
}

#countdown .labels {
  width: 100%;
  height: 20px;
  text-align: center;
  position: relative;
  bottom: 0px;
  padding: 5px 0px;
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}

#countdown .labels li {
  width: 102px;
  font-family: 'Roboto-Bold';
  text-shadow: 1px 1px 0px #ccc;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
}

/*news fix*/
.news_date {
  width: 117px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
}

.news_date .day_month {
  font-family: 'avertablack';
  font-size: 20px;
  padding: 10px 30px;
  background: #57493f;
  color: #fcfcfc;
}

.news_date .year {
  font-family: 'avertablack';
  font-size: 25px;
  padding: 10px 30px;
  background: #9d806b;
  color: #fcfcfc;
}

/*footer fix*/
.footer-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

/*Go top*/
.progress-wrap {
  position: fixed;
  bottom: 70px;
  right: 19px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f077';
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: 900;
  color: #1182FC;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #1182FC;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}


/*fix*/
.grid-page-ajax {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.grid-page-ajax .box-product {
  width: 100%;
}

/* CRITERIA */
.slick-criteria .item {
  margin: 5px;
}

.slick-criteria .item>.content {
  padding-left: 10px;
}

.slick-criteria .item>.content h3 {
  font-size: 16px;
  color: #777777;
  margin-bottom: 0;
}

.slick-criteria .item>.content p {
  font-size: 16px;
  color: #777777;
}

.slick-pronb-home .slick-list.draggable {
  padding: 10px 0;
}

.slick-pronb-home .box-product {
  margin: 0 7px;
}

.slick-feedback .item {
  text-align: center;
}

.slick-feedback .item h3 {
  font-size: 16px;
}

.slick-feedback .item .img {
  width: fit-content;
  margin: 0 auto 10px auto;
}

.img_tieuchi {
  border-width: 2px;
  color: rgb(20, 138, 0);
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  border: 2px solid;
  border-radius: 50%;
}

.slick-criteria .item:hover img {
  transition: 1s;
  transform: rotate(360deg);
}

.header .wrap-content {
  margin-top: 0;
}

.grid-product-fix .name-product {
  text-align: center;
  text-transform: uppercase;
}

.grid-product-fix .name-product a {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.grid-product-fix .product {
  box-shadow: 2px 2px 6px #dedede;
}

.grid-product-fix .price-product {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #148A00;
}

.wrap-criteria {
  margin-top: 20px;
}

.mm-listitem__text:first-child {
  max-width: fit-content;
}

/*  -- menu mobile ---*/
.logo-mb {
  padding: 0 20px;
  display: block;
  text-align: center;
}

.logo-mb img {
  max-width: 100px
}

.thongtin-mb {
  display: none;
}

.thongtin-mb ul {
  padding: 0 20px !important;
}

.thongtin-mb ul li {
  list-style: none;
  color: #408bd9;
  margin-bottom: 12px;
}

.thongtin-mb ul li i {
  font-size: 19px;
  margin-right: 10px;
  color: #999;
}

@-webkit-keyframes my {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-moz-keyframes my {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-o-keyframes my {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes my {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.hidden_mobi,
#arcontactus,
.quick_contact {
  display: none;
}

.hidden_destop {
  display: block;
}

.menu_baophu {
  background: #000;
  opacity: 0.8;
  z-index: 998;
  left: 0px;
  top: 0px;
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
}

.icon_menu_mobi {
  color: #fff;
  /* font-size: 25px; */
  text-decoration: none;
  /* width: 50px; */
  display: block;
  cursor:
    pointer;
  float: left;
  margin: 0;
  /* margin-top: 15px; */
}

.icon_menu_mobi i {
  float: left;
  margin-top: 8px;
}

a.home_mobi {
  color: #000;
  text-decoration: none;
  float: right;
  font-size: 20px;
}

.logo-mobi {
  width: calc(100% - 100px);
  float: left;
  display: block;
  text-align: center;
  padding: 5px 0;
  display: none;
}

.logo-mobi img {
  max-width: 75px;
}

a.phone_mobi {
  color: #fff;
  text-decoration: none;
  float: left;
  font-size: 18px;
}

a.phone_mobi i {
  margin-right: 12px;
  -webkit-animation: my 700ms infinite;
  -moz-animation: my 700ms infinite;
  -o-animation: my 700ms infinite;
  animation: my 700ms infinite;
}

/* Search RP */
.search-res {
  position: relative;
  float: right;
  width: 40px;
}

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 17px;
  margin: 0px;
  /* margin-top: 15px; */
}

.search-res .icon-search.active {
  background: #fff;
  border-radius: 100%;
  color: var(--maincl);
}

.search-res .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--maincl);
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
}

.search-res .search-grid p {
  float: right;
  width: 35px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: var(--maincl);
  line-height: 40px;
  text-align: center;
}

.search-res .search-grid input {
  width: calc(100% - 35px);
  float: left;
  line-height: 38px;
  outline: none;
  border: none;
  color: #666363;
  font-size: 13px;
  text-indent: 10px;
}

.search-res .search-grid input::-webkit-input-placeholder {
  color: #ccc;
}

.search-res .search-grid input:-moz-placeholder {
  color: #ccc;
}

.search-res .search-grid input::-moz-placeholder {
  color: #ccc;
}

.search-res .search-grid input:-ms-input-placeholder {
  color: #ccc;
}

.mm-panel {}

.mm-navbar_sticky {}

.menu_mobi {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  padding: 0px 10px;
  width: 100%;
  cursor: pointer;
  display: block;
  height: 100%;
  cursor: pointer;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background: var(--maincl);
  box-shadow: 0px 2px 5px #969494;
}

.menu_mobi_add {
  display: block;
  position: fixed;
  left: -100%;
  top: 0;
  background: #f1f1f1;
  z-index: 99999;
  color: #fff;
  height: 100vh;
  overflow: auto;
  line-height: 1.5;
  padding-top: 40px;
  padding-bottom: 20px;
  width: 85%;
  min-width: 140px;
  max-width: 440px;
  box-shadow: inset -4px 0px 8px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}

.menu_mobi_active {
  left: 0;
  transition: 0.5s;
}

.menu_mobi_add ul {
  list-style: none;
  padding: 0;
}

.menu_mobi_add ul li {}

.menu_mobi_add ul li.li-logo {}

.menu_mobi_add ul li.li-tim {
  display: none
}

.menu_mobi_add ul li.li-home {}

.menu_mobi_add ul li.li-home h2 {}

.menu_mobi_add ul li h2 {
  font-size: 17px;
  margin-bottom: 0;
}

.menu_mobi_add ul li b {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}

.menu_mobi_add ul li b img {
  display: inline-block;
  vertical-align: top;
}

.menu_mobi_add ul li a {
  text-decoration: none;
  color: #191919;
  display: block;
  border-bottom: 1px solid rgb(132 132 132 / 20%);
  padding: 13px 40px 13px 0;
  margin-left: 20px;
  position: relative;
  text-transform: uppercase;
}

.menu_mobi_add ul li a.active2 {
  color: #ec2d3f;
}

.menu_mobi_add ul li a i {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 40px;
  text-align: center;
  /* padding-top: 13px; */
  /* transform: rotate(90deg); */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.menu_mobi_add ul li a.active2 i {
  transform: rotate(180deg);
}

.menu_mobi_add ul ul {
  display: none;
  padding-left: 0;
}

.menu_mobi_add ul li ul li a {
  padding-left: 20px;
  color: #6f6f6f;
}

.menu_mobi_add ul li ul li ul li a {
  padding-left: 40px;
}

.close_menu {
  position: absolute;
  top: 5px;
  right: 7px;
  font-size: 15px;
  background: #E13332;
  width: 25px;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
}

.menu_mobi_add .title {
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #E13332;
}

.menu_mobi_add::-webkit-scrollbar {
  width: 5px;
}


.menu_mobi_add::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.menu_mobi_add::-webkit-scrollbar-thumb {
  background: #888;
}


.menu_mobi_add::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*  -- menu mobile ---*/

.header-mobile {
  display: none;
}

.header-mobile span {
  font-family: 'avertabold';
  color: #f5e3c6;
  text-align: center;
  display: block;
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.menu-fix{position: fixed !important; left: 0px; right: 0px; top: 0px; z-index: 999;-webkit-animation: fadeInDown 1.3s ease backwards;-moz-animation: fadeInDown 1.3s ease backwards;-o-animation: fadeInDown 1.3s ease backwards;-ms-animation: fadeInDown 1.3s ease backwards;}

.fix_menu_lan_n{
  display: none;
}

.grid-product-fix{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 15px;
}
.grid-product-fix .box-product{
  width: 100%;
  padding: 0;
}