@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Main */
:root {
  --deep-blue: #172c7a;
  --light-blue: #0d3aba;
  --yellow: #eeee22;
  --dark-yellow: #fecd21;
}

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden !important
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

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

h3 {
  font-family: var(--font-title);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1;
}

a,
a:hover {
  text-decoration: none;
  color: unset;
}
#arcontactus{display: none;}
p {
  margin: 0;
}

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

.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: 1410px;
  margin: 0 auto;
  width: 100%;
}

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

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

.alert {
  width: 100%;
}

/* General */
.title-main {
  text-align: center;
  margin: 15px auto;
  position: relative;
}

.title-main span {
  padding-bottom: 15px;
  text-transform: capitalize;
  color: var(--color-title);
  font-size: 28px;
  font-family: var(--font-title);
  text-transform: uppercase;
  font-weight: bold;
}

.block-page {
  width: 100%;
  max-width: 1410px;
  margin: 0px auto;
  padding: 30px 10px;
}

.no-border {
  border: none !important;
}

.py-block {
  padding: 30px 0 20px 0;
}
.py30{padding: 30px 0px;}

.title-search {
  font-size: 24px;
  font-weight: bold;
}

.count-search {
  margin-bottom: 20px;
}

.fff{color: #fff;}

.df{display:flex}
.fcol{flex-flow: column;}
.aic{align-items: center;}

.g10{gap: 10px;}
.g15{gap: 15px;}
.g16{gap: 16px;}
.g24{gap: 24px;}
.g30{gap: 30px;}
.g1em{gap:1em}

.grid_3{display: grid;grid-template-columns: repeat(auto-fill, minmax(340px,1fr));}
.grid_4{display: grid;grid-template-columns: repeat(auto-fill, minmax(325px,1fr));}
.grid_5{display: grid;grid-template-columns: repeat(auto-fill, minmax(270px,1fr));}

.title-index{text-align: center;}
.title-index span{font-weight: 700;font-size: clamp(24px,4vw,36px);}

.clamp_2{display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}

/* =======================HEADER==================== */
.header {
  width: 100%;
  position: sticky;
  z-index: 99;
}

.header-top {
  background-color: var(--deep-blue);
  color: #421e67;
  font-size: 13px;
}

.header-top .wrap-content {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.header-bottom {
  display: flex;
  padding: 10px;
  max-width: 1410px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}

.logo-header {
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
  max-width: 147px;
}

.banner-header-right {}

.banner-header-right-top {
  width: 100%;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  font-family: 'Roboto';
  text-align: center;
}

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

.header-right {width: 100%;}

.header-right .social_header {
  text-align: right;
}

.header-right p {
  text-align: right;
  font-size: 16px;
}

.header-holine {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.header-holine .content {
  padding-left: 10px;
}

.header-holine .content h3 {
  font-size: 16px;
  font-family: 'Arial';
  color: red;
}

.header-holine .content p {
  text-align: left;
}

.tc_item{align-items: center;}
.tc_item_name{font-size: 20px;width: 120px;}


/* =======================MENU==================== */
.menu {
  transition: all 0.6s;
  background: var(--light-blue);
  box-shadow: 0px 1px 2px #0000003d;
}

.menu>.wrap-content {}

.menu-fixed-scroll {
  position: sticky;
  top: 0;
  z-index: 999;
}

.menu ul {
  list-style: none
}

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

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

.menu .item-big .nav-item {
  display: inline-block;
  position: relative;
  position: relative;
  font-size: 0;
  transition: all 0.4s;
}

.menu .item-big .nav-item:hover,
.menu .item-big .nav-item.active>a,
.menu .item-big .nav-item>a:hover {
  transition: all 0.4s;
  color: var(--yellow);
}

/* .menu .item-big .nav-item:hover>a{text-shadow: 0 0 6px;} */
.menu .item-big .nav-item>a {
  padding: 15px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  color: #FFF;
  position: relative;
  font-family: 'Roboto';
  text-transform: uppercase;
}

.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: #0000008f;
  -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: 999;
}

.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 ul li:hover {
  background-color: #ef8133b7;
}

.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: #ffffff;
  position: relative;
  border-bottom: solid 1px #e5e6ec30;
  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: #0000008f;
  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;
}

/*======================= Menu MOBILE =======================*/
#hamburger {
  display: block;
  position: relative;
  float: left;
}

#hamburger i {
  color: #fff;
  font-size: 25px;
  padding: 5px 7px;
  /* border: 1px solid #fff; */
  border-radius: 5px;
  /* box-shadow: 0px 0px 3px 1px #bdbdbd; */
}

.menu-text {
  color: #fff;
  /* padding-left: 15px; */
  font-size: 18px;
  font-weight: bold;
}

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

.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout {
  background: #000000ad;
}

.menu-res {
  display: none;
  height: 55px;
  z-index: 10;
  background: var(--deep-blue);
  position: relative;
  line-height: normal;
  position: sticky;
  z-index: 999;
  overflow: hidden;
  top: 0;
  box-shadow: 0px 1px 2px;
}

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

.menu-res .search {
  width: 100%;
  background: none;
  display: flex;
  border-radius: 40px;
  position: relative;
  transition: all 0.6s;
  background-color: #fff;
  border: 1px solid #fff;
}

.menu-res .search p {
  width: 32px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  text-align: center;
  margin: 0px;
  color: #fff;
  font-size: 16px;
  background: #84100b;
  border-radius: 50%;
  margin-right: 3px;
  margin-top: 3px;
  padding: 0;
}

.menu-res .search p:hover {
  background-color: #245a00;
  color: #fff;
}

.menu-res .search input {
  width: calc(100% - 35px);
  height: 38px;
  outline: none;
  padding: 0px;
  border: 0px;
  background: transparent;
  text-indent: 10px;
  font-size: 12px;
  color: #245a00;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.menu-res .search input::-webkit-input-placeholder,
.menu-res .search input:-moz-placeholder,
.menu-res .search input::-moz-placeholder,
.menu-res .search input:-ms-input-placeholder {
  color: #245a00;
}

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

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

/*======================= Search RP /*=======================*/
.menu-res .search-res{
    width: 50%;
}
.search-res {
  display: flex;
  max-width: 650px;
  width: auto;
  position: relative;
}
.search-res input{width: 100%;padding: 4px 5px;}
.search-res p{background: var(--dark-yellow);padding: 5px 8px;color: #fff;}


.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: absolute;
  top: 0px;
  right: calc(100% + 5px);
  width: 0;
  overflow: hidden;
  height: 40px;
  background: rgb(95, 95, 95);
  display: flex;
  border-radius: 40px;
  transition: all 0.6s;
  box-shadow: 1px 1px 1px;
  z-index: 2;
}

.search-res .search-grid p {
  width: 32px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  text-align: center;
  margin: 0px;
  color: #ea5f33;
  font-size: 16px;
  background: #ffffffc4;
  border-radius: 50%;
  margin-right: 3px;
  margin-top: 4px;
  transition: background 0.4s;
}

.search-res .search-grid p:hover {
  background: #fff;
  transition: background 0.4s;
}

.search-res .search-grid input {
  width: calc(100% - 35px);
  height: 38px;
  outline: none;
  padding: 0px;
  border: 0px;
  background: transparent;
  text-indent: 10px;
  font-size: 14px;
  color: #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-style: italic;
}

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

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

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

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

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

.search_mobile_menu {
  width: 100% !important;
}

.menu_mobile_btn {
  width: 30% !important;
}

/* ==================Slideshow================== */
#slide_show {}

#slider-top {
  max-width: 1920px;
  margin: 0 auto;
}

.p-relative {
  position: relative;
}

.slider_container {
  position: relative;
  top: 0;
  left: 0;
  width: 1920px;
  height: 700px;
}

.slides {
  cursor: move;
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0px;
  width: 1920px;
  height: 700px;
}

.slideshow {
  position: relative;
}

/* ==================HOMEPAGE===================== */
.news_info{padding: 10px 10px 20px;}
.news_name{font-size: 16px;font-weight: 600;text-align: center;}
.news_name span{background-color: rgba(0,0,0,.1);width: 30px;height: 2px;display: inline-block;}
.news_desc{text-align: center;}

/* why_section */
.why_section{background: url("../images/partner_bg.jpeg") center/cover no-repeat;}
.why_section .why_desc{text-align: center;}


/* ABOUT */
.wrap-about {}

.wrap-about .block-page {}

.wrap-about .left {
  width: 50%;
  padding-right: 15px;
}

.wrap-about .left h3 {
  font-size: 20px;
  margin: 10px 0;
  color: var(--color-title);
}

.wrap-about .right {
  width: 50%;
  padding-left: 15px;
}

.btn-1 {
  padding: 10px 25px;
  border-radius: 5px;
  background-color: var(--color-title);
  color: #fff;
  font-size: 14px;
  font-family: var(--font-title);
  display: block;
  width: fit-content;
}

/* ==================END HOMEPAGE===================== */
/* Rating star */
div.rating .rate {
  display: inline-block;
  position: relative;
  border: 0;
}

div.rating .rate>input {
  display: none;
}

div.rating .rate>label {
  float: right;
  margin-bottom: 0;
}

div.rating .rate>label:before {
  display: inline-block;
  font-size: 1rem;
  padding: .3rem .2rem .3rem 0;
  margin: 0;
  cursor: pointer;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f005 ";
}

div.rating .rate .half:before {
  content: "\f089 ";
  position: absolute;
  padding-right: 0;
}

div.rating .rate input:checked~label {
  color: #ffea00;
}

div.rating .rate input:checked~div.disable-filedset {
  display: block;
}

/* Breadcrumb */
.breadCrumbs .wrap-content {
  padding: 10px 10px;
  max-width: 1410px;
}

.breadCrumbs .wrap-content .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 5px;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
  color: var(--color-black);
}

.breadCrumbs .wrap-content .breadcrumb-item.active span {
  color: var(--color-title);
}

.breadcrumb-item span {
  color: #333333;
  font-size: 12pxs;
}

.breadcrumb-item:hover span {
  color: var(--color-title);
}

ol.breadcrumb {
  position: relative;
  z-index: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #b0b0b0;
  content: '\f101';
  font-family: 'Font Awesome 5 Light';
}

/* 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;
  text-align: center;
  padding-top: 10px;
}

/* 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 {
  width: 100%;
  display: grid;
  grid-gap: 30px 15px;
  grid-template-columns: repeat(4, 1fr);
}

.grid-page .product {
  height: 100%;
}

.pro-detail-page .grid-page {
  /* grid-template-columns: repeat(3, 1fr); */
}

.paging-product-category-show-spcl {
  width: 100%;
}

.box-product {
  box-sizing: border-box;
  position: relative;
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}

.product {
  width: 100%;
  background: #fff;
  transition: all ease 0.4s;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  box-shadow: 0 0 10px #d7d7d7;
}

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

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

.name-product {
  box-sizing: border-box;
  margin-bottom: 0;
  transition: all 0.3s;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.name-product a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
  font-family: var(--font-title);
  line-height: 1.2;
}

.product:hover .name-product a {
  color: var(--color-title);
}

.product .content {
  padding: 10px;
}

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

.price-product {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
}

.price-new {
  color: #333;
  font-family: var(--font-title);
  text-align: center;
  font-size: 14px;
}

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

.price-new b {
  color: #EA1D27;
  /* margin-left: 5px; */
  font-weight: bold;
  margin-right: 10px;
}

.price-new code {
  color: #EA1D27;
}

.price-old code {
  color: #999;
}

.price-old {
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
}

.price-per {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  background: #CE2020;
  font-size: 11px;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 20px 0 20px 20px;
  line-height: 35px;
}

/* .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: #ff794f;
  font-size: 11px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  /* border: 1px solid #D3CAAD; */
  font-family: var(--font-title);
  /* 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 LEFT */
.wrap-frame-left h2 {
  line-height: 30px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: var(--font-title-card);
  color: #000;
  text-shadow: 0.3px 0.3px 0 #000;
  padding: 7px 10px;
  border-radius: 5px 5px 0 0;
  padding-top: 15px;
}

.frame-left>h2:nth-child(2) {
  margin-bottom: 10px;
}

.wrap-frame-left {
  width: 270px;
  float: right;
}

.frame-left {
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
}

.hotline-onl-sub-left {
  width: fit-content;
  padding: 5px 10px;
  background-color: red;
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
  margin-top: -15px;
  margin-bottom: 20px;
}

.hotline-onl-sub-left a {
  color: #fff;
}

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

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

.box-left-menu:last-child .list-btn-position.show {
  margin-bottom: 0;
}

.list-btn-position li {
  position: relative;
  text-align: left;
  box-sizing: border-box;
}

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

.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;
  font-size: 15px;
  text-decoration: none;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  padding: 7px 25px 7px 0;
  border-bottom: 1px solid rgb(216, 216, 216);
  transition: transform 0.3s;
}

.list-btn-position li:hover>a,
.list-btn-position li>i:hover {
  color: var(--color-hover-text);
}

.list-btn-position li a:hover {
  transform: translateX(5px);
  transition: transform 0.3s;
}

.list-btn-position li>i {
  width: 25px;
  height: 25px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  position: absolute;
  top: 5px;
  right: 0px;
  color: grey;
  cursor: pointer;
}

.list-btn-position ul {
  width: 100%;
  background: #FFF;
  list-style: none;
  padding-left: 0;
  display: none;
}

.list-btn-position ul li a {
  margin-left: 15px;
  padding-right: 0;
  padding-left: 0;
}

.list-btn-position ul li a>i {
  color: var(--color-title)
}

.list-btn-position ul li:last-child>a {
  border-bottom: none;
}

.box-pro-index-lf {
  display: flex !important;
  padding: 10px 0;
  position: relative;
}

.box-pro-index-lf:after {
  content: "";
  width: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 0;
  border-bottom: 1px solid #ededed;
  position: absolute;
}

.infor-pro-index-lf {
  line-height: 1;
  width: calc(60% - 7px);
}

.infor-pro-index-lf h3 {
  font-size: 14px;
  margin-bottom: 5px;
  font-family: var(--font-title-card);
}

.infor-pro-index-lf>p {
  font-size: 12px;
}

.infor-pro-index-lf h3 a:hover {
  color: var(--color-hover-text);
}

.box-pro-index-lf>.img-pro-index-lf {
  margin-right: 10px;
  width: 40%;
  border-radius: 5px;
}

.img-pro-index-lf img {
  width: 100%;
}

.box-onl-sup-left {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border: 1px solid lightgrey;
  border-top: unset;
}

.box-onl-sup-left p {
  padding-left: 10px;
}

.box-onl-sup-left img {
  width: 100%;
}

.scroll-dm-right {
  max-height: 350px;
  overflow-y: auto;
  margin: 0 -10px;
  width: calc(100% + 20px);
  padding: 0 10px;
}

.scroll-dm-right::-webkit-scrollbar {
  width: 5px;
}

.scroll-dm-right::-webkit-scrollbar-track {
  background: transparent;
}

.scroll-dm-right::-webkit-scrollbar-thumb {
  background: rgb(233 237 245);
}

.scroll-dm-right::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.box-left-menu {
  padding-bottom: 1px;
  top: 70px;
  z-index: 9;
  padding: 0 10px 10px 15px;
  margin-bottom: 20px;
}

.list-btn-position li:last-child>a {
  border: none;
}

.list-btn-position li:last-child>ul {
  border-top: 1px solid rgb(216, 216, 216);
}

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

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


/* Product  Detail */
.pro-detail-page,
.frame-news-page {
  width: calc(100%);
  margin-right: 30px;
  float: left;
}

.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: 50%;
  text-align: center;
  padding-right: 20px;
  background: white;
}

.left-pro-detail .MagicZoom {
  border-radius: 5px;
  box-shadow: 1px 1px 15px #d2d2d2;
  overflow: hidden;
}

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

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

.control-carousel {
  position: absolute;
  top: calc(50% - 30px/2);
  margin-bottom: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  z-index: 2;
  background-color: #ffffffa8;
  color: #000;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 1px 1px 3px grey;
}

.control-carousel:hover {
  background-color: #fff;
  opacity: 1;
}

.prev-carousel {
  left: 0px;
}

.next-carousel {
  right: 0px;
}

.thumb-pro-detail {
  display: block !important;
  cursor: pointer;
  border: 1px solid #dcdcdc;
  overflow: hidden;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border: 1px solid var(--color-title);
  overflow: hidden;
}

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

.title-pro-detail {
  text-transform: capitalize;
  font-size: 24px;
  display: block;
  font-weight: 700;
}

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

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

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

.attr-pro-detail li {
  border-bottom: 1px dotted #dddddd;
  padding: 5px 0;
}

.attr-pro-detail li label {
  font-weight: bold;
}

.pro-select-quantity {
  display: flex;
  align-items: center;
}

.attr-label-pro-detail {
  margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
  display: block;
  margin: 0px;
}

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

.price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  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 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 35px;
  height: 30px;
  margin: 0px 0px 3px 0px;
  border: 1px solid transparent;
}

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

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

.color-pro-detail.active:before,
.size-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] {
  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: flex-start;
  text-align: center;
  padding-left: 10px;
}

.quantity-pro-detail span,
.counter-procart {
  line-height: 30px;
  padding: 0px;
  width: 30px;
  user-select: none;
  height: 30px;
  color: #ffffff;
  cursor: pointer;
  font-size: 22px;
  border: 1px solid #cccccc;
  background-color: grey;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
  user-select: none;
  font-weight: bold;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
  user-select: none;
  font-weight: bold;
}

.quantity-pro-detail input,
.quantity-counter-procart .quantity-procat {
  height: 30px;
  border: none;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 14px;
  padding: 5px;
  background-color: #dfdfdf;
}

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

.cart-pro-detail a {
  width: auto;
  text-align: center;
  color: #fff;
  padding: 10px 25px;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 1px 1px 15px #dddddd;
}

.cart-pro-detail a.addnow {
  margin-right: 10px;
  transition: all 0.4s ease;
  background: #fff;
  border: 1px solid #00b432;
  color: #006b30;
}

.cart-pro-detail a.addnow:hover {
  color: #fff;
  transform: scale(0.95);
  transition: all 0.4s ease;
  background: -webkit-linear-gradient(top, #00b432, #006b30);
  box-shadow: 1px 1px 10px #00000021;
}

.addcart {
  font-size: 16px;
  font-family: var(--font-title)
}

.cart-pro-detail a.buynow {
  background: #fff;
  border: 1px solid #950000;
  color: #cb0000;
}

.cart-pro-detail a.buynow:hover {
  color: #fff;
  transform: scale(0.95);
  transition: all 0.4s ease;
  background: -webkit-linear-gradient(top, #cb0000, #8b0000);
  box-shadow: 1px 1px 10px #00000021;
  border-color: #cb0000;
}

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

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

/* news + video */
.wrap-news-video,
.group-news-index,
.news-item-index {
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrap-news-index {
  width: 63%;
}

.wrap-video-index {
  width: 35%;
}

.left-news-index,
.right-news-index {
  width: 49%;
}

.desc-news.text-split {
  -webkit-line-clamp: 3;
}

.news-item-index .info-news-item {
  width: 50%;
}

.news-item-index {
  margin: 5px 0;
}

.news-item-index p.scale-img {
  width: 48%;
  box-shadow: 1px 1px 2px #676767;
}

.left-news-index h3 {
  font-family: 'Roboto-Black';
  font-size: 18px;
}

.info-news-item h3 {
  font-family: 'Roboto-Black';
  font-size: 16px;
}

.left-news-index .desc-news,
.info-news-item .desc-news {
  font-size: 14px;
  color: #3a3a3a;
  line-height: 1.3;
}

.left-news-index>p.scale-img {
  margin: 5px 0 10px 0;
  box-shadow: 1px 1px 2px #676767;
}

.info-news-item h3 a:hover,
.left-news-index h3 a:hover {
  color: red;
}

/* Post  */
.news-2 {
  margin: 0 0 10px 0;
  box-shadow: 1px 1px 15px 0 #e1e1e1;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s;
  border: 1px solid #dcdcdc;
  border-bottom: 3px solid #aaaaaa;
}

.news-2 p.scale-img {}

.news-2 .info-news {
  width: fit-content;
  padding: 10px 15px;
  position: relative;
  padding-bottom: 40px;
}

.news-2 .view-times-news {
  position: absolute;
  width: calc(100% - 30px);
  bottom: 0;
  left: 15px;
}


.grid-news {
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}

.grid-news-2 {
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(4, 1fr);
}

.time-main {
  font-style: italic;
  text-align: right;
  margin: 10px 0;
}

.news {
  margin-bottom: 25px;
  height: fit-content;
  transition: all 0.3s;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 15px #e5e5e5;
}

.news:hover {
  box-shadow: 1px 1px 10px 0px rgb(216, 216, 216);
  transform: translateY(-5px);
  transition: all ease 0.4s;
}

.pic-news {
  width: 100%;
}

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

.info-news {
  width: 100%;
  padding: 10px 10px 0 10px;
}

.view-times-news {
  border-top: 1px solid #d6d6d6;
  padding: 5px 0;
  margin-top: 10px;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.view-times-news>a {
  /* text-decoration: underline; */
  font-style: italic;
  color: #001e7c;
  transition: all 0.4s ease;
}

.view-times-news>a:hover {
  letter-spacing: 3px;
  transition: all 0.4s ease;
}

.view-times-news>a i {
  transition: all 0.4s ease;
}

.view-times-news>a:hover i {
  padding-left: 10px;
  transition: all 0.4s ease;
}

.name-news {
  color: #333;
  font-size: 16px;
  display: block;
  line-height: normal;
  margin-bottom: 10px;
}

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

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

.time-news {
  color: var(--color-gray);
  margin-bottom: 0.25rem;
  font-size: 13px;
  font-style: italic;
  /* text-align: right; */
}

.desc-news.text-split {
  color: #333;
  margin-top: 5px;
  line-height: 1.2;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.share {
  padding: 15px 10px;
  line-height: normal;
  margin-top: 15px;
  border-top: 1px solid #dcdcdc;
}

.share ul li a i {
  transition: all 0.3s;
}

.share ul li a i:hover {
  color: #000 !important;
  transition: all 0.3s;
  transform: translateY(-3px);
}

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

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

.list-news-other {
  padding-left: 0;
  list-style: none;
}

.list-news-other li {
  margin-bottom: 2px;
  transition: all 0.4s ease;
}

.list-news-other li:hover {
  transform: translateX(5px);
  transition: all 0.4s ease;
}

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

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

/* 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;
  box-shadow: 0 0 7px 0 #e1e1e1;
}

.input-contact input,
.input-contact textarea,
.input-contact input::placeholder,
.input-contact textarea::placeholder {
  color: #333;
}

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

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

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

.input-contact .custom-file-label {
  box-shadow: 0 0 7px 0 #e1e1e1;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #ffffff;
  content: "Browse";
  background-color: #6c6c6c;
  border-left: inherit;
  border-radius: 0;
}

.form-contact input.btn {
  padding: 5px 25px;
  border: 2px solid transparent;
  background-color: #0d3aba;
  color: #fff;
  margin-right: 5px;
  transition: transform 0.3s;
  box-shadow: 1px 1px 3px grey;
}

.form-contact input.btn:hover {
  color: #fff;
  background-color: #e93f33;
  transform: scale(0.9);
  transition: transform 0.3s;
}

.bottom-contact {
  position: relative;
  height: 500px;
  width: 100%;
  border: 1px solid blue;
  border-radius: 10px;
  overflow: hidden;
}

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

/* Footer */
.footer {
  background: url("../images/bgr-doi-tac.jpg") center no-repeat;
  color: #000;
  background-size: cover;
  position: relative;
  z-index: 9;
  margin-top: 20px;
}

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

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

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

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

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

.title-footer {
  text-transform: uppercase;
  color: var(--dark-yellow);
  margin-bottom: 15px;
  font-size: 14px;
  font-family: 'Roboto';
  position: relative;
}

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

.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: 14px;
  color: #fff
}

.footer-ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 15px;
}

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

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

.footer-ul li a {
  color: var(--dark-yellow);
}

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

.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;
  display: flex;
  flex-wrap: wrap;
}

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

.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: rgb(255, 255, 255);
  background-color: #001e52;
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 14px;
}

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

.footer-powered b {
  color: rgb(255, 255, 255);
  font-weight: normal;
}

.copyright {
  margin: 0 auto;
  color: var(--dark-yellow);
  text-align: center;
}

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

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

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

/* Pagination */
.pagination-home {
  width: 100%;
  text-align: center;
  margin: 20px auto;
}

.pagination-home .pagination .page-item .page-link {
  color: #555555;
  font-size: .875rem;
  margin: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 30px;
  border-radius: 5px;
}

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

/* pagination ajax */
.pagination-ajax {
  text-align: center;
  margin-top: 20px;
}

.pagination-ajax a {
  vertical-align: top;
  margin: 3px;
  color: #333;
  background: #eee;
  border: 1px solid rgba(161, 161, 161, 0.4);
  font-size: 12px;
  cursor: pointer;
  width: 35px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: all ease 0.3s;
}

.pagination-ajax a:hover {
  /* background: var(--color-red); */
  /* color: #fff; */
  /* border-color: var(--color-red); */
  transform: translateY(-2px);
  transition: all ease 0.3s;
}

.translate img {
  cursor: pointer;
}

.pagination-ajax a.current {
  background: var(--color-red);
  color: #000;
  /* border-color: var(--color-red); */
  transform: translateY(0);
}

/* Modal custom */
.modal {
  z-index: 100000;
}

.modal-header {
  background-color: var(--color-title);
  color: #fff;
  font-family: var(--font-title);
}

#popup-cart .btn-cart {
  transition: all 0.4s ease;
  background: var(--color-title) !important;
  box-shadow: 1px 1px 15pxrgb(214, 214, 214)k !important;
}

#popup-cart .btn-cart:hover {
  transition: all 0.4s ease;
  transform: scale(1.1);
  box-shadow: 1px 1px 5px black !important;
}

#form-cart .btn-cart {
  transition: all 0.4s ease;
  background: var(--color-title);
}

.top-cart {
  border-right: none;
}

.list-procart {
  box-shadow: 1px 1px 15px #d9d9d9;
}

.input-cart input,
.input-cart textarea {
  box-shadow: 1px 1px 15px #d9d9d9;
}

#popup-cart .total-procart,
#popup-cart .procart-label,
.procart-label,
.total-procart {
  padding: 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 15px #d9d9d9;
}

#form-cart .btn-cart:hover {
  transition: all 0.4s ease;
  box-shadow: 1px 1px 5px black !important;
  color: var(--color-title);
  background: #fff;
  transform: scale(0.98) translateY(-5px);
}

.buymore-cart {
  text-decoration: underline;
}

#popup-cart .total-procart,
#popup-cart .procart-label,
.procart-label,
.total-procart {
  background-color: var(--color-title);
  color: #fff;
}

.title-cart {
  font-family: var(--font-title);
  color: var(--color-title);
}

.total-procart p:last-child {
  color: #fff;
  font-family: var(--font-title);
}

.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 {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 15px;
  right: 13px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

/*Go top*/
.progress-wrap {
  position: fixed;
  bottom: 10px;
  right: 10px;
  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;
}

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

.text-split-3 {
  -webkit-line-clamp: 3;
}

.text-split-5 {
  -webkit-line-clamp: 5;
}

/* 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.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s 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.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s 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);
  filter: brightness(0.9);
}

p.scale-img {
  width: 100%;
  margin: 0 auto;
}

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

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

/* 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: 70px;
  right: 7px;
  width: 56px;
  height: 56px;
  text-align: center;
  background: #1182FC;
  border-radius: 100%;
  overflow: hidden;
  z-index: 99;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Cart fix */
.cart-fixed {
  position: fixed;
  right: 20px;
  bottom: 390px;
  z-index: 1000;
  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%;
}

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

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

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

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

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

/* mmenu custom */
.mm-panels>.mm-panel {
  box-shadow: inset -2px 0px 10px 0 rgb(0 0 0 / 78%);
}

.mm-navbar {
  box-shadow: -4px 0px 8px rgba(0, 0, 0, 0.3);
}

.mm-navbar__title {
  font-size: 20px;
}

/* HOVER ANIMATE */
.btn-hover-animate-1 {
  display: block;
  transition: all 0.3s ease-out;
}

.btn-hover-animate-1:hover {
  box-shadow: 1px 3px 10px #00000075;
  transform: scale(0.95);
  transition: all 0.3s ease-out;
  color: #fff;
}

/* PAGE LOAD ANIMATION */
div.wap_load {
  background: #2b2b2b;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.wrap-box-loader {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  animation: rotate 1s infinite;
  height: 50px;
  width: 50px;
}

.loader:before,
.loader:after {
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
}

.loader:before {
  animation: ball1 1s infinite;
  background-color: #cb2025;
  box-shadow: 30px 0 0 #f8b334;
  margin-bottom: 10px;
}

.loader:after {
  animation: ball2 1s infinite;
  background-color: #00a096;
  box-shadow: 30px 0 0 #97bf0d;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(0.8);
    -moz-transform: rotate(0deg) scale(0.8);
  }

  50% {
    -webkit-transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2);
  }

  100% {
    -webkit-transform: rotate(720deg) scale(0.8);
    -moz-transform: rotate(720deg) scale(0.8);
  }
}

@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 #f8b334;
  }

  50% {
    box-shadow: 0 0 0 #f8b334;
    margin-bottom: 0;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
  }

  100% {
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
  }
}

@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #97bf0d;
  }

  50% {
    box-shadow: 0 0 0 #97bf0d;
    margin-top: -20px;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
  }

  100% {
    box-shadow: 30px 0 0 #97bf0d;
    margin-top: 0;
  }
}
.banner_wrapper{display: block;height: 206px;}
.about_banner{background: url("../images/bg-gt.jpg") center no-repeat;position: absolute;left: 0;width: 100vw;background-color: rgba(0, 0, 0, .5);height: 206px;}
.about_banner .filter{width: 100%;background-color: rgba(0, 0, 0, .384);height: 206px;position: absolute;}
.about_banner .title{text-align: center;font-size: 56px;color: var(--dark-yellow);font-weight: 500;text-transform: uppercase;padding: 61px 0;z-index: 1;position: relative;}
.about_content .title{font-size: 36px;padding-bottom: 31px;}
.mission_statement{position: relative;}
.mission_statement .ms_bg{background: url("../images/partner_bg.jpeg") center/cover no-repeat;position: absolute;width: 100vw;height: 100%;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.ms_items{display: flex;flex-wrap: wrap;}
.ms_item img{object-fit: contain;max-width: 90px;}
.ms_item .content{color: #fff;width: calc(100% - 50px);}
.ms_item .name{font-size: 20px;padding-bottom: 15px;}

.pro_list_wrapper{padding: 20px;border: 1px solid #e9e9e9;position: sticky;top: 70px;}
.pro_list_wrapper .title{font-size: 19px;font-weight: 700;padding-bottom: 10px;}
.pro_list_wrapper ul{margin: 0;padding: 0;list-style: none;}

.contact_banner{background: url("../images/bg_contact.jpeg") center/cover no-repeat;}
.contact_banner .title{color: #fff;font-size: calc(64 / 16)em;}