@charset "UTF-8";
:root {
  --font-primary: "Open Sans", sans-serif;
  --color-primary: #000;
}

body {
  font-family: var(--font-primary);
  color: var(--color-primary);
  background: #fff;
  font-size: 14px;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
input,
button,
textarea {
  outline: none !important;
}
a {
  text-decoration: none !important;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
img {
  max-width: 100%;
}
.img-hover-zoom img {
  transition: transform 0.5s ease;
}
.img-hover-zoom:hover img {
  transform: scale(1.2);
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.center-layout {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.hidden {
  display: none;
}
.ovelay,
.menu__nav a,
.menu__sub,
.menu__search__form,
.title a,
.title a:before,
.title a:after,
.product-items__name a,
.product-viewmore,
.news-items__name a,
.news-items__viewmore,
.footer__link,
.page__content,
.page__content:after,
.page__viewmore,
.categories__body > ul a,
.categories__body > ul a button,
.pd-detail__tab li,
.cart,
.cart__close:before,
.cart__close:after,
.cart__button,
.cart-items__name,
.cart__quantity button,
.cart__delete,
.checkout__continue,
.checkout__button,
.scroll-to-top,
.btn_fixed_meta-toc,
.breadcrumb span,
.effect-img img,
.effect-img:before,
.effect-img:after,
.image-zoom > img,
.effect-rotate-360 img,
.effect-rotate img {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.transition {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.p-relative {
  position: relative;
}
.pd-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.img {
  display: block;
  width: 100%;
}
h3 {
  margin: 0;
}
.img img {
  display: block;
  max-width: 100%;
}
.p-relative {
  position: relative;
}
.menu__search__form,
.scroll-to-top,
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu__search__form,
.scroll-to-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.grecaptcha-badge {
  display: none;
}
#container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.ovelay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
}
.ovelay.is-open {
  opacity: 1;
  visibility: visible;
}
.show-search 
{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    position: relative;
    transition: .2s all;
    display: none;
    text-align: center;
    padding: 15px 0px;
}
.show-search_h input {
  width: 60%;
  padding: 11px 10px;
  font-weight: 500;
  font-size: 13px;
  color: var(--color-primary);
  border: 0;
  outline: none !important;
  height: 100%;
}
.show-search_h input::placeholder{color: var(--color-primary);}
.show-search_h button {
  background:transparent;
  border: 0;
  padding: 0;
  outline: none !important;
}
.show-search_h button i{font-size: 16px;color: var(--color-primary);font-weight: 600;}
.header {
  background: var(--color-secondary);
}
.top_header {
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 13px;
}
.social a {
  display: inline-block;
  vertical-align: top;
  transition: all 0.5s;
  margin: 0 3px;
}
.social a:hover {
  transform: rotate(360deg);
}
.maid_head {
  padding: 7px 0px;
}
.logo_head {
  width: 24%;
}
.info-right {
  width: 25.5%;
  color: #fff;
}
.info-right > div {
  background: rgba(0,0,0,0.3);
  padding: 2px 10px 2px 5px;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: all 0.5s;
}
.info-right a {
  color: #fff;
}
.info-right > div:hover {
  border-color: #fff;
}
.info-right div b {
  font-weight: 500;
  font-size: 0.938rem;
}
.info-right div span {
  display: block;
  font-size: 0.75rem;
}
.info-right div .num {
  display: inline-block;
  font-size: 0.938rem;
}
.info-right div i {
  width: 30px;
  text-align: center;
  font-size: 1.125rem;
}
.slider {
  position: relative;
}
.banner-page img {
  width: 100%;
  height: auto;
}
.mobile-cart {
  display: none;
}
.mobile-cart a {
  display: inline-block;
  color: #fff;
  padding: 0 5px;
  position: relative;
  font-size: 19px;
  width: auto;
  height: auto;
  line-height: 45px;
}
.mobile-cart a i {
  font-size: 1.75rem;
}
.mobile-cart a.mb_button_search {top: 4px;}
.mobile-cart a .count-cart {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  background: -webkit-linear-gradient(left, #ff9800, #f44336);
  background: linear-gradient(to right, #ff9800, #f44336);
  font-size: 12px;
  right: -4px;
  top: 0;
  color: #fff;
}
.menu {
  background: #4ec1ca;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mainmenu {
  width: 25%;
  color: #fff;
  padding: 0 10px;
  background: var(--color-secondary);
  position: relative;
}
.mainmenu span {
  display: block;
  padding: 14px 0px;
  font-size: 0.938rem;
  text-transform: uppercase;
  font-weight: 600;
}
.mainmenu span i {
  font-size: 1.25rem;
}
.mainmenu .nav-cate {
  overflow: visible;
  clear: both;
  position: absolute;
  top: 51px;
  left: 0;
  right: 0;
  z-index: 11;
  height: 0;
  display: none;
}
.mainmenu:hover .nav-cate {
  display: block;
  visibility: visible;
  opacity: 1;
  animation: menu-in-top 0.25s ease;
  -webkit-animation: menu-in-top 0.25s ease;
}
.nav-cate ul {
  width: 100%;
  min-height: 364px;
  background: #fff;
  overflow: visible;
  border: 1px solid #0d2b6b;
  border-top: none;
}
.nav-cate ul li {
  position: relative;
  display: block;
  overflow: visible;
  padding: 10px 10px;
  cursor: pointer;
}
.nav-cate ul li h3 {
  position: relative;
  display: block;
  color: #666;
  line-height: 20px;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
}
.nav-cate ul li h3 img {
  max-width: 22px;
  margin-right: 5px;
}
.nav-cate ul li:hover h3 img {
  -webkit-filter: grayscale(0) invert(1);
  filter: grayscale(0) invert(1);
}
.nav-cate ul li h3 a {
  display: block;
  font-size: 14px;
  color: #666;
}
.nav-cate ul li:hover {
  background: var(--color-secondary);
}
.nav-cate ul li:hover a.a1 {
  color: #fff;
}
ul.menu_left_sub {
  position: absolute;
  width: 100%;
  left: 100%;
  background: #fff;
  top: 0;
  min-height: auto;
  display: none;
}
.menu-item-count:hover .menu_left_sub {
  display: block;
}
ul.menu_left_sub2 {
  position: absolute;
  width: 100%;
  left: 100%;
  background: #fff;
  top: 0;
  min-height: auto;
  display: none;
}
.menu_left_sub li:hover .menu_left_sub2 {
  display: block;
}
.menu_left_sub li a {
  color: #666;
}
.menu_left_sub li:hover a.a2,
ul.menu_left_sub2 li:hover a.a3 {
  color: #fff;
}
.menu__right {
  width: calc(100% - 290px);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  justify-content: flex-end;
}

.menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color-primary);
  padding: 0.75rem 0;
  position: relative;
}
.menu__top:after {
  position: absolute;
  content: "";
  width: 300%;
  height: 100%;
  background: var(--color-primary);
  left: 100%;
  top: 0;
}
.menu__top:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 63px solid var(--color-primary);
  border-left: 60px solid transparent;
  right: 100%;
  top: 0;
}
.menu__top__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu__top__nav a {
  white-space: nowrap;
  padding: 0 0.75rem;
  font-weight: 700;
  font-size: 0.938rem;
  color: #fff;
  position: relative;
}
.menu__top__nav a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: #fff;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.menu__top__nav a:last-child:after {
  display: none;
}
.menu__hotline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.menu__hotline img {
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.menu__hotline b {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
}
.menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu__nav a {
  display: block;
  color: #fff;
  padding: 0.938rem 1.25rem;
}

.menu__nav > li > a {
  text-align: center;
  font-family: var(--font-primary);
  text-transform: uppercase;
}
.menu__nav > li.is-open > a,
.menu__nav > li:hover > a {
  background: #000;
}
.menu__nav > li:hover .menu__sub {
  opacity: 1;
  visibility: visible;
}
.menu__nav .style1 {
  position: relative;
}

.menu__nav .style1 ul {
  display: none;
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 250px;
  left: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
}
.menu__nav .style1 ul a {
  color: var(--color-primary);
  padding: 10px 7px;
  font-weight: normal;
  font-size: 0.938rem;
  border-bottom: 1px solid #f7f7f7;
  font-size: 0.875rem !important;
}
.menu__nav .style1 ul a:hover {
  color: var(--color-secondary);
}
.menu__nav .style1:hover > ul {
  display: block;
}
.menu__nav .style1 ul li ul {
  display: none;
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 250px;
  left: 100%;
  top: 0;
  z-index: 999;
  background: #fff;
}
.menu__nav .style1 ul li:hover > ul {
  display: block;
}
.menu__sub {
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  top: 100%;
  z-index: 9999;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.25rem;
  padding: 1.25rem;
  visibility: hidden;
  opacity: 0;
}

.menu__bottom {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}
.menu__mobile {
  display: none;
}
.menu__search {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin-left: 1.25rem;
}
.menu__search__form {
  width: 40%;
  background: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  height: 40px;
}

.menu__search__form input {
  width: calc(100% - 40px);
  padding: 5px 10px;
  font-weight: 500;
  font-size: 13px;
  color: #333;
  border: 0;
  outline: none !important;
  height: 100%;
}
.icon_search {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.menu__search__form button {
  width: 45px;
  height: 95%;
  background: var(--color-secondary);
  border: 0;
  padding: 0;
  outline: none !important;
  margin: 1px;
  border-radius: 5px;
}
.menu__search__form button i {
  font-size: 16px;
  color: #fff;
}
.menu__search__close {
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
  background: transparent;
  padding: 0;
  border: 0;
  margin-top: 10px;
  outline: none !important;
}
.menu--fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  transform: none !important;
  -ms-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
}
.header.menu--fixed .top_header,.header.menu--fixed .maid_head{display: none !important;}
/*-- mmenu --*/
#mmenu {
  height: 100%;
  overflow-y: auto;
  width: 100%;
  position: fixed;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  z-index: 999999 !important;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
#mmenu.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.la-scroll-fix-infor-user {
  height: calc(100% - 80px);
  height: -moz-calc(100% - 80px);
  height: -webkit-calc(100% - 80px);
  height: -o-calc(100% - 80px);
  overflow: auto;
  margin-top: 20px;
  padding: 0 20px;
}
.info-menu {
  padding: 0 20px;
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.info-menu span {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}
.info-menu span.info-menu1 a {
  padding-left: 10px;
  color: #f04e23;
  font-size: 18px;
  position: relative;
}
.info-menu span.info-menu3 {
  color: #f04e23;
}
.la-nav-menu-items .la-nav-list-items li {
  width: 100%;
  padding: 0px;
  border-bottom: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 6px rgb(0 0 0 / 12%);
  border-radius: 4px;
  margin: 0 0 20px;
}
.la-nav-menu-items .la-nav-list-items li a {
  display: block;
  color: #444;
  font-size: 14px;
  width: 100%;
  height: 100%;
  padding: 10px 5px;
  padding-right: 20px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
.la-nav-menu-items .la-nav-list-items li.ng-scope.lv-1 > a {
  display: block;
  padding: 13px 35px;
}
.la-nav-menu-items .la-nav-list-items li.ng-scope.lv-1 > a > img {
  position: absolute;
  left: 5px;
  top: 12px;
  display: inline-block;
  width: 24px;
}
.la-nav-menu-items .la-nav-list-items .ng-has-child1 a i,
.la-nav-menu-items .la-nav-list-items .ng-has-child2 a i {
  padding: 3px 0;
  position: absolute;
  right: 10px;
  top: 51%;
  transform: translate(0, -50%);
  z-index: 9;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
}
.ul-has-child1 {
  padding-left: 30px;
  display: none;
  padding-right: 10px;
}
.ul-has-child1.child2,
.ul-has-child1.child3 {
  padding-left: 20px;
}
.ng-has-child1 .ul-has-child1 li {
  box-shadow: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin-bottom: 5px;
}
.ul-has-child1 .ng-scope {
  width: 97%;
}
.ul-has-child1 li:last-child {
  border-bottom: 0;
}
.ng-has-child1 .ul-has-child1 li a {
  position: relative;
  text-transform: none;
  padding: 10px 3px;
}
.ul-has-child1.active {
  display: block;
}
.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 20px;
  font-size: 30px;
  color: #fff;
}
.logo_menu {
  max-width: 123px;
  margin: auto;
}
.mmenu_title {
  text-align: center;
  padding: 5px 0px;
  font-size: 16px;
  background: var(--color-secondary);
}
.ul-first-menu {
  background: var(--color-secondary);
  margin-top: 5px;
  border: 1px solid #f5f5f5;
  border-left: none;
  border-right: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.ul-first-menu a {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-weight: 500;
}
.ul-first-menu a + a {
  border-left: 1px solid #f5f5f5;
}
.btn-show {
  transition: all 0.5s;
  font-size: 18px;
  padding-right: 7px;
}
/*--slider--*/
.slideshow-items {
  position: relative;
}
.slideshow-items--inner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
}
.slideshow-items__name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
}
h2,
h3,
p {
  margin: 0;
  padding: 0;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 36px;
  height: auto;
  min-height: 36px;
  position: relative;
  overflow: hidden;
}
/*---nd moi---*/
.grid_commit {
  padding: 0.938rem 0;
}
.grid_commit img {
  width: auto !important;
  max-width: 40px;
}
.grid_commit {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.commit_info {
  width: calc(100% - 50px);
}
.commit_info h3 {
  font-weight: 700;
  font-size: 14px;
}
.commit_info div {
  font-size:12px;
  color: #888;
}
.title {
  margin-bottom: 0.938rem;
  text-align: center;
  position: relative;
}
.title h2 {
  display: block;
  font-size: 24px;
  line-height: 40px;
  margin: 0;
  color: #222;
  text-align: center;
  border-bottom: 2px solid #eee;
  padding-bottom: 12px;
  position: relative;
  font-weight: 500;
}
.title h2 a {
  color: #222;
}
.title h2:after {
  position: absolute;
  content: "";
  width: 76px;
  height: 2px;
  display: inline-block;
  background: var(--color-secondary);
  left: 0;
  right: 0;
  margin: auto;
  bottom: -2px;
}
.catagory {
  background: #f9f9f9;
  padding: 10px 15px;
  border-radius: 10px;
}
.title_cata h3 {
  margin: 0 0 15px;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 20px;
  color: #323c3f;
  font-weight: 600;
}
.owl_catagory {
  padding: 10px;
  max-width: 74%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
.dmnb_img {
  width: 80px;
  margin: 0 auto 10px;
}
.box_dmnb span {
  display: block;
  font-size: 13px;
  color: var(--color-primary);
  text-align: center;
}
.box_dmnb span:hover {
  color: var(--color-secondary);
}
.banner_spnb_mb {
  display: none;
}
.banner_spnb {
  margin-top: 0.625rem;
}
.wr_product {
  position: relative;
}
.owl_product_fead {
  background: var(--color-secondary);
  padding: 5px 10px;
  border-radius: 0 0 8px 8px;
}
.video_index {
  margin-top: 30px;
}
.video_index .owl-theme .owl-nav.disabled+.owl-dots{margin-top: 20px;}
.video_index .owl-theme .owl-dots .owl-dot span {width: 12px;height: 12px;margin: 0 3px;}
.video_index .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: var(--color-secondary) !important;}
.group_product {
  padding: 15px 0px;
}
.group_title {
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
}
.product_title {
  background: #ff5722;
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 8px 15px;
  position: relative;
  text-transform: uppercase;
  float: left;
  border-radius: 0 3px 3px 0;
  display: inline-block;
  font-weight: 500;
}
.product_title:after {
  position: absolute;
  content: "";
  border-top: 19px solid transparent;
  border-left: 13px solid rgba(255, 255, 255, 0.2);
  border-right: 0 solid transparent;
  border-bottom: 19px solid transparent;
  right: -5px;
  top: 1px;
  border-left-color: #ff5722;
}
.group_title a {
  color: var(--color-secondary);
  padding: 6px;
}
.group_title a:hover {
  color: #ff5722;
}
.xemtatca_mb {
  display: none;
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
}
.xemtatca_mb a {
  display: block;
  color: var(--color-secondary);
  border: 2px solid var(--color-secondary);
  padding: 10px;
  border-radius: 5px;
}
.grid_hinh_qc {
  padding: 10px 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.banner_timdaily {
  padding-bottom: 15px;
}
.owl_doitac {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
.doitac {
  margin-bottom: 40px;
  padding-top: 20px;
}
.box_doitac {
  display: block;
  border: 1px solid #ddd;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.box_doitac img {
  height: 100%;
}
.projects {
  margin-bottom: 20px;
}
.xemthem {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 20px;
  background: var(--color-secondary);
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid var(--color-secondary);
  height: 33px;
  bottom: 0;
  margin: auto;
}
.xemthem:hover {
  background: #fff;
  color: #0d2b6b;
}
.projects_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.xthem_da {
  display: none;
  text-align: center;
  margin-top: 20px;
}
.xthem_da a {
  padding: 5px 20px;
  background: var(--color-secondary);
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid var(--color-secondary);
}
.project-items .img {
  position: relative;
  overflow: hidden;
}
.project-items .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding-bottom: 100%;
  margin-top: -50%;
  opacity: 0;
  background: #0d2b6b;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
  opacity 0.5s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
  opacity 0.5s;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s;
  z-index: 1;
}
.project-items:hover .img:after {
  opacity: 0.4;
  -webkit-transform: scale(1.55);
  -moz-transform: scale(1.55);
  -ms-transform: scale(1.55);
  transform: scale(1.55);
}
.project-items__info {
  margin-top: 10px;
}
.project-items h3 a {
  display: block;
  font-weight: 700;
  color: #222;
  min-height: 35px;
  max-height: 35px;
  overflow: hidden;
  font-size: 0.875rem;
}
.project-items h3 a:hover {
  color: var(--color-secondary);
}
.post-time {
  padding: 3px 0;
  font-size: 13px;
  color: #999;
}
.customer {
  margin-top: 40px;
  margin-bottom: 30px;
}
.title_kh {
  position: relative;
  margin-bottom: 20px;
}
.title_kh h3 {
  font-weight: 600;
  font-size: 1.75rem;
  color: #111;
}
.title_kh span {
  display: block;
  font-size: 18px;
  color: #a6a6a6;
  font-weight: 300;
}
.title_kh .xemthem {
  font-size: 14px;
  color: var(--color-secondary);
  padding: 7px 20px;
  border-radius: 10px;
  border: 1px solid #000;
  background: #fff;
  height: 35px;
}
.title_kh .xemthem:hover {
  background: var(--color-secondary);
  color: #fff;
}
.box_customer {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.box_customer img {
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}
.box_customer:hover img {
  transform: scale(1.04);
}
.wr_customer {
  position: relative;
}
.wr_customer .owl_prev2 {
  position: absolute;
  z-index: 123;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  border-color: transparent;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}
.wr_customer .owl_next2 {
  position: absolute;
  z-index: 123;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  border-color: transparent;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
.wr_customer .owl_prev2 i,
.wr_customer .owl_next2 i {
  font-size: 24px;
}
.owl_image_bottom {
  padding: 15px 0px;
}
.owl_image_bottom.owl-theme .owl-nav.disabled+.owl-dots{position: absolute; bottom: 25px; width: 100%; margin: 0;}
.owl_image_bottom.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
}
.owl_image_bottom.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: var(--color-secondary) !important;}
.box_images {
  position: relative;
  overflow: hidden;
}
.box_images img {
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-18px, 0, 0) scale(1.1);
  transform: translate3d(-18px, 0, 0) scale(1.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.box_images:hover img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.chungnhan {
  padding: 20px 0;
}
.thanhtuu_desc {
  width: 42%;
}
.wr_thanhtuu {
  width: 57%;
  position: relative;
}
.thanhtuu_desc {
  line-height: 20px;
  text-align: justify;
  font-weight: 500;
}
.wr_thanhtuu .owl_prev1,
.wr_product .owl_prev {
  height: 51px;
  width: 32px;
  border: 1px solid #f1f5f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgb(72 139 216 / 20%);
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 51px;
  top: 50%;
  transform: translate(0, -50%);
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  z-index: 12;
}
.wr_thanhtuu .owl_next1,
.wr_product .owl_next {
  height: 51px;
  width: 32px;
  border: 1px solid #f1f5f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgb(72 139 216 / 20%);
  position: absolute;
  right: 0;
  text-align: center;
  line-height: 51px;
  top: 50%;
  transform: translate(0, -50%);
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  z-index: 12;
}
.right_content {
  width: 74%;
}
.left_content {
  width: 24%;
}
.sticky_scroll {
  position: sticky;
  top: 55px;
}
.service__other {
  margin-bottom: 0.938rem;
}
.service__other .img {
  min-width: 100px;
  max-width: 100px;
  display: block;
}
.service-other__info {
  width: calc(100% - 110px);
}
.service-other__name {
  color: var(--color-primary);
  font-family: var(--font-secondary);
  font-size: 1.063rem;
  max-height: 40px;
  overflow: hidden;
  position: relative;
  display: block;
  line-height: 20px;
}
.title_right {
  margin-bottom: 0.938rem;
  font-family: var(--font-secondary);
  font-size: 1.25rem;
  color: var(--color-primary);
  text-align: center;
  text-transform: uppercase;
}
.title_right.mb-top {
  margin-top: 2.5rem;
}
.service-other__desc {
  height: 45px;
  position: relative;
  overflow: hidden;
  font-family: var(--font-thirdly);
  margin-top: 5px;
}
.grid_service {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 28px;
}
.grid_service .box_service {
  border: 1px solid #ededed;
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.video-items {
  position: relative;
}
@keyframes play_video {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.video-items:after {
  position: absolute;
  content: "";
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../images/play-button.png);
  z-index: 1;
}
.video-items:hover:after {
  animation: play_video 1.5s ease infinite;
}
.video-items__name {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #323c3f;
  font-weight: 500;
}
/*--end nd moi--*/
.left-header_mb 
{
  text-align: left;
  border: 1px solid #eee;
  padding: 14px 10px;
  font-size: 14px;
  position: relative;
  color: var(--color-primary);
  background-color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.left-header_mb i{position: absolute; top: 0; right: 10px; font-size: 16px; bottom: 0; margin: auto; height: 15px;}
.left-header {
  margin: 0;
  text-transform: uppercase;
  color: var(--color-primary);
  font-size: 15px;
  font-weight: 600;
  padding: 10px;
  margin-bottom: 10px;
  border-left: solid var(--color-secondary) 4px;
  background-color: #f7f7f7;
}
.category-body ul {
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  padding-left: 10px;
}
.category-body > ul {
  padding-right: 5px;
}
.category-body > ul ul {
  display: none;
}
.category-body a {
  font-size: 13px !important;
  color: #1b1b1b;
  padding: 8px 0;
}
.category-body i {
  width: 10px;
  color: #333;
}
.category-body i:hover {
  cursor: pointer;
  color: #001e5a;
}
.category-body li:hover > a,
.category-body li.active > a {
  color: #001e5a;
}
.category-body li:hover > ul {
  display: block;
}
.owl_qc_product {
  margin-bottom: 20px;
}
.bn_product_mb {
  display: none;
}
.category-list {
  margin: 20px 0px;
}
.category-list li {
  display: inline-block;
  border-radius: 15px;
  padding: 4px 10px;
  border: 1px solid #e0e0e0;
  margin: 3px 1px;
  transition: all 0.5s;
}
.category-list li.active,
.category-list li:hover {
  border: 1px solid var(--color-secondary);
}
.category-list li a {
  color: var(--color-primary);
}
.category-list li.active a,
.category-list li:hover a {
  color: var(--color-secondary);
}
.titles {
  margin-bottom: 20px;
}
.titles h2 {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  color: #333;
  font-size: 14px;
}
.sortPagiBar {
  padding-bottom: 15px;
}
.sortPagiBar .view-mode a .button-view-mode {
  display: inline-block;
  width: 38px;
  height: 38px;
  color: #333;
  line-height: 37px;
  text-align: center;
  background: #ebebeb;
  background: #fff;
  font-size: 20px;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  border-radius: 0;
  padding: 0;
}
.sortPagiBar .view-mode a .button-view-mode.active,
.sortPagiBar .view-mode a .button-view-mode:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
}
#sort-by label {
  line-height: 38px;
  font-size: 14px;
  margin-right: 6px;
  margin-bottom: 0;
  font-weight: 600;
}
#sort-by ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
#sort-by li {
  background: none repeat scroll 0 0 #fff;
  cursor: pointer;
  margin: 0 auto;
  outline: medium none;
  padding: 0 20px;
  position: relative;
  width: 150px;
  color: #333;
  border: 1px solid #e1e1e1;
  font-size: 14px;
}
#sort-by > ul > li {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 28px;
  text-indent: 0.01px;
  cursor: pointer;
  line-height: 36px;
  background-image: url(../images/ico-selects.png) !important;
}
#sort-by li > a {
  display: inline-block;
  width: 100%;
  line-height: 36px;
  color: var(--color-primary);
}

#sort-by ul ul {
  position: absolute;
  display: none;
  left: -1px;
  top: 35px;
  background: none repeat scroll 0 0 #f8f8f8;
  z-index: 10000;
  border-top: none;
  border: 1px #e1e1e1 solid;
  width: 150px;
}
#sort-by li:hover > ul {
  display: block;
}
#sort-by li li {
  width: 100%;
  margin-top: 0px;
  border-top: none;
  border-right: none;
  border-left: none;
}
#sort-by li li:hover {
  background-color: var(--color-secondary);
}
#sort-by li li:hover a {
  color: #fff;
}
.product__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 5px;
}
.product__grid--inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.product-items {
  position: relative;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  padding: 5px;
}
.product__grid--inner .product-items {
  padding: 0;
}
.product-items .img {
  position: relative;
  overflow: hidden;
}
.product-items__info {
  text-align: center;
  padding: 10px 10px 13px;
  position: relative;
}
.product-items__price {
  align-items: center;
}

.product-items__name {
  font-weight: normal;
  margin: 0;
}
.product-items__name a {
  display: block;
  font-size: 14px;
  color: #222;
  position: relative;
  overflow: hidden;
  font-family: var(--font-secondary);
  max-height: 35px;
}
.product-items__price {
}
.product-items__price-new {
  color: var(--color-secondary);
  font-weight: 600;
}
.product-items__price-old {
  margin-right: 10px;
  color: #222;
  text-decoration: line-through;
  font-size:12px;
}
.phantram {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ed3f46;
  color: #fff;
  padding: 3px 14px;
  font-size: 0.75rem;
  z-index: 123;
  border-radius: 3px;
}
.product-items_viewed {
  border: 1px solid #efefef;
  padding: 3px;
}
.bottom-tabs-info{transform: translateY(100%);padding: 5px 0;background: #fff;position: fixed;bottom: 0;z-index: 1234;left: 0;width: 100%;transition: all .5s ease;}
.bottom-tabs-info a{text-align: center;height: 50px;}
.bottom-tabs-info a:nth-child(1){border: 1px solid #0d2b6b;color: #0d2b6b;padding: 5px;width: 50px;border-radius: 3px;}
.bottom-tabs-info a:nth-child(1) .call_mini{font-size: 9px;}
.bottom-tabs-info a:nth-child(1) img{max-width: 24px;}
.bottom-tabs-info a:nth-child(2) {color: #ed1b24;border-radius: 5px;border: 1px solid #ed1b24;padding:14px 10px 13px 10px;}
.bottom-tabs-info a:nth-child(3){padding: 5px 35px;background: var(--color-secondary);color: #fff;font-size: 14px;border-radius: 3px;line-height: 20px;}
.bottom-tabs-info a:nth-child(3) .txt-main {font-weight: 600;text-transform: uppercase;font-size: 17px;display: block;}
#top-tabs-info {
  align-items: center;
  background: #fff;
  height: 60px;
  position: fixed;
  top: 0 !important;
  transition: all 0.5s ease;
  z-index: 999;
  width: 100%;
  padding: 5px 0px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
  transform: translateY(-100%);
}
#top-tabs-info.scroll {
  transform: translateY(0);
  z-index: 12345;
}
.product_info_left {
  width: 41%;
}
.product_info_left .img {
  max-width: 50px;
  margin-right: 10px;
}
.product_info_content {
  width: calc(100% - 60px);
}
.product_info_name {
  color: #191919;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 2px 0;
  font-size: 0.875rem;
}
.product_info_right {
  width: 44%;
}
.product_info_right div {
  padding: 8px 10px;
  color: #fff;
  border-radius: 2px;
  min-width: 250px;
  text-align: center;
  line-height: 1.1;
}
.product_info_right div a {
  color: #fff;
}
.product_info_price span {
  color: var(--color-secondary);
  font-size: 1.125rem;
  font-weight: 600;
}
.product_buttons_call {
  background: #07193e;
}
.product_buttons_call span {
  display: block;
  font-weight: 700;
  font-size: 1.063rem;
}
.product_buttons_addcart {
  background: var(--color-secondary);
  padding: 17px 0px !important;
}
.top_product {
  position: relative;
}
.buy_now {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: -100%;
  text-align: center;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy_now a {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 30px;
  background: var(--color-secondary);
  color: #fff;
  border: 1px solid var(--color-secondary);
}
.buy_now a i {
  font-size: 1.125rem;
}
.xemtatca {
  text-align: center;
  margin-top: 10px;
}
.xemtatca a {
  padding: 5px 20px;
  background: var(--color-secondary);
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid var(--color-secondary);
}
.xemtatca a:hover {
  background: #fff;
  color: #0d2b6b;
}
.product-items:hover .buy_now {
  right: 0;
  background: #fff;
}
.product-items__cart {
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.product__grid--inner.active .product-items {
  border-bottom: 1px solid #eee;
  padding: 7px 0px;
}
.product__grid--inner.active .product-items:last-child {
  border-bottom: 0;
}
.product__grid--inner.active {
  grid-template-columns: 100%;
  border: 1px solid #eee;
  grid-gap: 0;
}
.product__grid--inner.active .product-items .product-items__name a {
  font-size: 1.25rem;
  color: #333;
  max-height: 48px;
  font-weight: 600;
}
.product__grid--inner.active .product-items {
  display: flex;
  justify-content: space-between;
}
.product__grid--inner.active .product-items .top_product {
  width: 33%;
}
.product__grid--inner.active .product-items .product-items__info {
  width: 63%;
  text-align: left;
  padding: 0;
}
.product__grid--inner.active .product-items .buy_now {
  position: relative;
  right: auto;
  height: auto;
  margin-top: 20px;
  justify-content: flex-start;
}
.product__grid--inner.active .product-items .product-items__price {
  justify-content: flex-start !important;
  height: auto;
}
.product-summary {
  display: none;
  color: #4a4a4a;
}
.product__grid--inner.active .product-items .product-summary {
  display: block;
}

.product-viewmore {
  display: block;
  max-width: 120px;
  padding: 8px 15px;
  background: var(--color-primary);
  font-family: var(--font-primary);
  font-size: 0.938rem;
  color: #fff;
  text-align: center;
  margin: 1.25rem auto;
  text-transform: uppercase;
}
.product-viewmore:hover {
  background: #c30707;
  color: #fff;
}
.recent_products {
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 16px;
  position: relative;
}
.recent_products h2 {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.boxcust {
  background: var(--color-secondary);
  padding: 9px;
  height: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 5px;
}
.boxcust h4 {
  color: #fff;
  margin: 2px 0 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.boxcust .cus-name,
.boxcust .cus-phone {
  width: calc(100% - 52px);
  margin-top: 2px;
  border: 0;
  font-size: 12px;
  color: #999;
  padding: 4px 5px;
  float: left;
  -webkit-appearance: none;
  border-radius: 0;
  border-top-left-radius: 5px;
  min-height: initial;
  margin-bottom: 0px;
  border: 0px !important;
  outline: none !important;
}
.boxcust .cus-phone {
  -webkit-appearance: none;
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 5px;
}
.boxcust .btn-send-cust {
  width: 50px !important;
  margin-left: 2px;
  margin-top: 2px;
  border: 0;
  height: 54px;
  color: #fff !important;
  background: red;
  display: inline-block;
  padding: 12px 8px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.boxcust #sc_form {
  background: #fffcde;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 0px;
  border: 1px solid #ffc107;
  color: #4caf50;
  border-radius: 5px;
  width: 100%;
  display: inline-block;
}
.news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.news-items1 {
  padding: 10px 0px;
  border-bottom: 1px solid #e6e6e6;
}
.news-items_poster1 {
  width: 11%;
  position: relative;
  top: -15px;
  text-align: center;
  font-size: 13px;
  color: var(--color-primary);
  margin-top: 20px;
}
.news-items_poster1 span {
  font-size: 33px;
  font-weight: 700;
  line-height: 20px;
}
.news-items__info1 {
  width: 88%;
  display: inline-block;
  padding-left: 20px;
}
.news-items__name1 a {
  display: block;
  font-size: 1.063rem;
  color: var(--color-secondary);
  margin-bottom: 16px;
  font-weight: 700;
  height: 37px;
  overflow: hidden;
}
.news-items__name1 a:hover {
  color: var(--color-primary);
}
.news-items__image1 {
  position: relative;
}
.news-items {
}
.news-items__info {
  margin-top: 10px;
}
.news-items__name {
  font-weight: normal;
  margin: 0;
}
.news-items__name a {
  display: block;
  font-size: 1.063rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 0.5rem;
  font-family: var(--font-secondary);
}
.news-items__name a:hover {
  color: #001e5a;
}
.news-items__desc {
  max-height: 65px;
  position: relative;
  overflow: hidden;
}
.news-items__viewmore {
  display: block;
  font-weight: 700;
  color: #333;
}
.news-items__viewmore:hover {
  color: var(--color-primary);
}
.news-items__image {
  position: relative;
}
.news-items__poster {
  font-size: 0.813rem;
  color: var(--color-primary);
  margin: 10px 0px;
}
.news-items:nth-child(3n),
.news-items:nth-child(4n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.news-items--inner {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.news-items--inner .news-items__image {
}
.news-items--inner .news-items__info {
}
.news-items--left {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.news-items--left .news-items__image {
  width: 80px;
}
.news-items--left .news-items__info {
  width: calc(100% - 80px);
  padding: 0.313rem;
}
.news-items--left .news-items__name a {
  font-size: 0.75rem;
}
.author {
  display: grid;
  grid-template-columns: 150px auto;
  grid-gap: 20px;
  margin: 30px auto;
  max-width: 600px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
}
.author-img img {
  max-width: 100%;
  border-radius: 3px;
}
.author-detail {
  display: block;
  color: #ff0000;
  margin-top: 15px;
  text-align: right;
}
.author-name {
  font-weight: 700;
}
.news-items11.xx {
  flex-direction: row-reverse;
}
.news-items11 {
  margin-bottom: 15px;
  background: #f2f2f2;
}
.news-items11__image {
  width: 50%;
}
.news-items11__info {
  width: 50%;
  padding: 25px;
}
.news-items11__name a {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 21px;
}
.camket_bottom {
  margin-top: 20px;
  background: var(--color-secondary);
}
.box_camketf {
  padding: 15px 10px;
  height: 75px;
}
.box_camketf .icon_ccf {
  width: 40px;
  margin-right: 10px;
  flex: 0 0 40px;
}
.icon_ccf img {
  max-width: 100% !important;
}
.content_ccf {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.75px;
  font-weight: 500;
  color: #fff;
}
.owl_camket_f{display: grid;grid-template-columns: repeat(3, 1fr);}
.footer {
  background: #191919;
  padding: 1.563rem 0 0.625rem 0;
  color: #888;
}
.footer__title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0.938rem;
  position: relative;
}
.footer__title span{display: none;position: absolute;top: 0;right: 0;color: #fff;font-size: 16px;}
.footer__link {
}
.footer__link:hover {
  text-decoration: underline !important;
}
.footer__content,
.footer__desc {
  color: #888;
}
.footer__content p {
  margin-bottom: 0.313rem;
}

.footer__col:nth-child(1) {
  width: 24%;
}
.footer__col:nth-child(2) {
  width: 25%;
  color: #fff;
}
.footer__col:nth-child(3) {
  width: 24%;
}
.footer__col:nth-child(4) {
  width: 24%;
}
.footer_link {
  display: block;
  color: #888 !important;
  padding: 3px 0px;
}
.footer_link:hover {
  text-decoration: underline !important;
}
.w-chungnhan {
  margin:15px 0px;
}
.w-chungnhan a:first-child {
  margin-right: 10px;
}
.copyright {
  background: #0f0f0f;
  padding: 0.625rem 0;
  color: #888;
  text-align: center;
  font-size: 13px;
}
.section_mobile_cate,
.show_chat {
  display: none;
}
#show_chat {
  padding: 0;
  border-radius: 5px;
  display: none;
}
#show_chat h4 {
  color: #333;
  width: calc(100% - (18px + 5px));
  font-size: 16px;
  font-weight: 700;
  padding: 10px 10px 0 10px;
}
.list-category {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  -webkit-box-pack: center;
  justify-content: center;
}
.list-category a {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 30%;
  color: #333;
  margin: 0px;
  padding: 5px 10px;
  border-radius: 3px;
  -webkit-box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px,
  rgb(60 64 67 / 15%) 0px 2px 6px 2px;
  box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px,
  rgb(60 64 67 / 15%) 0px 2px 6px 2px;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px;
}
.list-category a img {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 25px;
  margin-bottom: 5px;
}
.list-category a span {
  display: block;
  font-size: 13px;
  line-height: initial;
  max-height: 40px;
  margin: 0px 0px 0px;
  overflow: hidden;
}
/* hotline fixed */
@keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  8% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  10%,
  28%,
  30%,
  48%,
  50%,
  68% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  18%,
  20%,
  38%,
  40%,
  58%,
  60% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  100%,
  75% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
.hotline_left {
  line-height: 23px;
  clear: both;
  box-shadow: 0 0 10px 2px rgb(0 0 0 / 60%);
  -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 10px 2px rgb(0 0 0 / 60%);
  -o-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 25px;
  left: 10px;
  z-index: 999;
  top: auto !important;
  width: 185px;
  border-radius: 28px;
  background: var(--color-secondary);
}
.hotline_left .wrap {
  flex-direction: row;
  display: flex;
}
.hotline_left .icon_img {
  padding: 7px 10px;
  height: 40px;
  background: white;
  border-radius: 20px 0 0 20px;
}
.hotline_left .icon_img img {
  max-width: 25px;
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
  transform-origin-x: 90%;
  transform-origin-y: 35%;
  transform-origin-z: initial;
}
.hotline_content {
  height: 40px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 10px;
}
.hotline_left .hotline_content span {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  width: 100%;
}
/* hotline fixed */
.toolbar {
  display: none;
}
.toolbar {
  background: #fff;
  width: 100%;
  padding: 3vw;
  bottom: -1px;
  position: fixed;
  z-index: 50001;
  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;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.toolbar ul li a span {
  font-weight: 400;
  color: #fff;
  font-size: 3.5vw;
  display: none;
}
.page {
}
.page__title {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #000;
  margin-bottom: 1.5rem;
  position: relative;
}
.page__content {
  margin-bottom: 1.875rem;
  position: relative;
  height: 422px;
  overflow: hidden;
  margin-top: 30px;
}
.page__content.is-expanded {
  height: initial;
  padding-bottom: 40px;
}
.page__content.is-expanded:after {
  visibility: hidden;
  opacity: 0;
}
.page__viewmore {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-primary);
  cursor: pointer;
  z-index: 999;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.91) 62.5%,
    #fff 55%
  );
}
.page__viewmore span {
  background-color: #ffffff;
  border: 1px solid var(--color-secondary);
  color: var(--color-secondary);
  padding: 7px 38px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
}
/*.page__viewmore.is-expanded svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}*/
.desc_content_tt {
  max-width: 1000px;
  margin: 0 auto 50px;
  text-align: center;
}
.page__layout {
  margin: 20px auto;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
}
.page__left {
  width: 270px;
}
.page__right {
  width: calc(100% - 300px);
}
.categories .news-items {
  margin-bottom: 16px;
}
.categories {
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid rgb(219, 219, 219);
  padding: 0 16px;
}
.categories__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  border-bottom: 2px solid #000;
  margin-bottom: 16px;
}
.categories__header span {
  width: 50px;
  height: 50px;
  background: var(--color-secondary);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.categories__header b {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.categories__body ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.categories__body > ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  padding: 0.625rem;
  border-bottom: 1px solid #eee;
}
.categories__body li:last-child > a {
  border-bottom: 0;
}
.categories__body > ul a button {
  border: 0;
  cursor: pointer;
  background: transparent;
}
.categories__body > ul a button.is-open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.categories__body > ul a:hover {
  background: var(--color-primary);
  color: #fff;
}
.categories__body > ul a:hover button {
  color: #fff;
}
.categories__body > ul > li {
  border-bottom: 5px solid #fff;
}
.categories__body > ul > li > ul > li > a {
  padding-left: 2rem;
}
.categories__body > ul > li > ul > li > ul > li > a {
  padding-left: 3rem;
}
.categories__blog ul {
  list-style-type: none;
  padding: 0 0 20px;
  margin: 0;
}
.categories__blog li {
  display: flex;
}
.categories__blog a {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  padding: 10px 0;
}
.sitemap a {
  color: #333;
}
.sitemap a:hover {
  color: var(--color-primary);
}

.tags {
  background: #f1f1f1;
  padding: 1.5rem;
}
.tags .center-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tags b {
  margin-right: 10px;
}
.tags-items {
  margin: 0 4px 4px 0;
  padding: 5px;
  background: #f9f9f9;
  border-radius: 3px;
  font-size: 0.75rem;
}

.pd-detail__top {
  display: flex;
  justify-content: space-between;
}
.pd-detail__top_left {
  width: 75%;
}
.pd-detail__top_right {
  width: 24%;
}
.pd-detail__col:nth-child(1) {
  width: 49%;
}
.pd-detail__col:nth-child(2) {
  width: 49%;
  background: #fafafa;
  padding: 10px;
}
.pd-detail__col.last {
  width: 100%;
}
.main_photo {
  position: relative;
}
.videw_vid {
  position: absolute;
  bottom: 0;
  left: 0;
  border: 2px solid #ff0000;
  border-radius: 5px;
  background: #fff;
  z-index: 123;
  padding: 5px 10px;
  color: var(--color-primary);
}
.videw_vid i {
  color: #ff0000;
  font-size: 1.25rem;
}
.why {
  background: #f7f7f7;
  border: 1px solid #ececec;
  margin-bottom: 30px;
}
.why:last-child {
  margin-bottom: 0;
  border: 0;
  background: none;
}
.why-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  border-bottom: dashed 1px #ececec;
}
.why-items:last-child {
  border-bottom: 0;
}
.why-items__img {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0180c7;
  font-size: 20px;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
.why-items:hover .why-items__img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.why-items__info {
  width: calc(100% - 50px);
}
.why-items__name {
  font-weight: 700;
  font-size: 0.938rem;
}
.why-items__desc {
  color: #707070;
  font-size: 13px;
}
.pd-detail__images {
  position: relative;
  margin-top: 5px;
}
.pd-detail__images .img {
  border: 1px solid #e5e5e5;
}
.pd-detail #Zoom-1 {
  max-width: 100%;
  background-color: rgb(240, 240, 240);
}
.pd-detail__name {
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--color-primary);
}
.pd-detail_star .stars i {
  display: inline-block;
  color: #ffbe00;
  font-size: 18px;
  margin-right: 2px;
}
.pd-detail_star .views {
  margin-left: 8px;
  color: #0088ff;
}
.pd-detail__desc {
  margin-bottom: 16px;
  max-height: 285px;
  overflow: hidden;
}
.pd-detail__bottom {
}
.pd-detail__title {
  font-size: 1.25rem;
  font-weight: bold;
}
.pd-detail__price {
  display: flex;
  align-items: center;
}
.pd-detail__price-new {
  font-size: 1.438rem;
  font-weight: 700;
  color: #ff0000;
  margin-right: 10px;
}
.pd-detail__price-old {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}
.pd-detail__brand span {
  color: #ff0000;
}
.pd-detail__lapdat a {
  color: #000;
  border: 1px solid #d6d6d6 !important;
  border-radius: 5px;
  padding: 9px 10px;
  cursor: pointer;
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
  background-color: #f5f5f5 !important;
  text-decoration: none;
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
}
.pd-detail__lapdat a i {
  font-size: 18px;
}
.pd-detail__lapdat a:hover {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.quantity__button--minus,
.quantity__button--plus,
#quantity {
  font-size: 16px;
  line-height: 0px;
  border: solid 1px #ebebeb;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #333;
  text-align: center;
  padding: 0px;
}
#quantity {
  height: 40px;
  font-size: 1em;
  margin: 0;
  width: 60px;
  padding: 0 2px;
  text-align: center;
}
.quantity-pro-detail .quantity__button--minus {
  border-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity-pro-detail #quantity {
  height: 40px;
  font-size: 1em;
  margin: 0;
  width: 60px;
  padding: 0 2px;
  text-align: center;
}
.quantity-pro-detail .quantity__button--plus {
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd-detail__cart .addcart {
  width: 48%;
  background: var(--color-secondary);
  font-size: 16px;
  padding: 11px 10px;
  color: #fff;
  border-radius: 2px;
  border: 2px solid var(--color-secondary);
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.pd-detail__cart .addcart:hover {
  background: #fff;
  color: var(--color-secondary);
}
.pd-detail__cart .addcart.buynow {
  color: #cc0000;
  border-color: #cc0000;
  background: #cc0000;
  color: #fff;
}
.pd-detail__cart .addcart.buynow:hover {
  background: #fff;
  color: #cc0000;
}
.pd-detail__tab {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  justify-content: center;
}
.pd-detail__tab li {
  font-family: var(--font-primary);
  font-size: 0.875rem;
  color: var(--color-primary);
  white-space: nowrap;
  border: 1px solid #fff;
  border-bottom: 0;
  cursor: pointer;
  text-transform: uppercase;
  padding: 8px 20px;
  background: #f3f2f2;
  border-radius: 4px 4px 0 0;
}
.pd-detail__tab li:hover {
  color: var(--color-primary);
}
.pd-detail__tab li.is-active {
  color: #fff;
  font-weight: 500;
  background: var(--color-secondary);
  border-color: var(--color-secondary);
}
.pd-detail__content {
  padding: 16px 0;
  display: none;
  border-top: 1px solid #ebebeb;
}
.pd-detail__content.is-active {
  display: block;
}
.product-more-info {
  margin-top: 30px;
  text-align: center;
}
.pd-detail__content,
.product-more-info * {
  max-width: 100% !important;
  height: auto !important;
}
.product-more-info h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product-more-info .video-items img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
a[data-zoom-id],
.mz-thumb,
.mz-thumb:focus {
  display: block;
}
a[data-zoom-id] img,
.mz-thumb img {
  padding: 0;
  border: 0;
}
.mz-thumb.mz-thumb-selected {
  border-color: var(--color-secondary);
}
.images__swiper {
  width: calc(100% - 80px);
}
.images__swiper__prev,
.images__swiper__next {
  border: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
}
#show_lapdat {
  display: none;
  max-width: 600px;
  padding: 35px 15px 15px;
  background: #fff;
  box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
  border-radius: 5px;
}
#show_lapdat * {
  max-width: 100% !important;
  height: auto !important;
}
#show_comment_form {
  display: none;
  max-width: 700px;
  padding: 24px 33px 29px;
  background: #fff;
  box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
  border-radius: 5px;
}
.comment_form {
  text-align: center;
}
.title-form {
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 10px;
}
.review-product-name {
  font-weight: bold;
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 21px;
}

.form-rating .product-reviews-star {
  display: flex;
  align-items: center;
}
.form-rating .product-reviews-star i {
  font-size: 25px;
  color: #999;
  cursor: pointer;
}
.form-rating .product-reviews-star i.active {
  color: #ffbe00;
}
.rating-box {
  border: 1px solid #c4cdd5;
  min-height: 130px;
  background-color: rgba(0, 136, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.rating-button {
  border: 1px solid #08f;
  background: #08f;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 17px;
  min-width: 180px;
}
.rating-notification {
  margin-bottom: 10px;
}
.form-rating label {
  margin: 0 17px 0 0;
  font-size: 16px;
  line-height: 19px;
}
.comment_form .form-group {
  margin-bottom: 10px;
}
.comment_form .form-rating {
  margin-bottom: 20px;
}
.comment_form input {
  margin: 0;
  background: #fff;
  border: 1px solid #c4cdd5;
  box-sizing: border-box;
  border-radius: 5px;
  height: 42px;
  line-height: 42px;
  padding: 0 13px;
  width: 100%;
}
.comment_form textarea {
  background: #fff;
  border: none;
  box-sizing: border-box;
  height: 132px;
  padding: 16px 13px 0;
  border: 1px solid #c4cdd5;
  border-bottom: none;
  resize: none;
  border-radius: 5px 5px 0 0;
  width: 100%;
  vertical-align: top;
}
.multiImage {
  margin: 0;
  font-size: 16px;
  color: #969b9f;
  font-weight: 400;
  padding: 6px 15px 9px 5px;
  border: 1px solid #c4cdd5;
  border-radius: 0 0 5px 5px;
  margin-bottom: 4px;
  background: #fff;
}
.multiImage i {
  margin-right: 10px;
  font-size: 18px;
  color: #0088ff;
}
.comment_form input.comment__button {
  border: 1px solid #0088ff;
  background: #0088ff;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 17px;
  max-width: 120px;
}
.cart {
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 999999999;
  background: #fff;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.cart__header {
  font-size: 14px;
  padding-right: 15px;
  font-weight: 600;
  padding: 10px;
  background: #0d2b6b;
  color: #fff;
}
.cart__name_title {
  color: #333;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
  padding:0 10px 10px 10px;
}
.cart__close {
  border: 1px solid #fff;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  background: transparent;
  position: relative;
}
.cart__close:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #333;
  left: 0;
  top: 0;
  -webkit-transform: translate(2px, 13px) rotate(45deg);
  transform: translate(2px, 13px) rotate(45deg);
}
.cart__close:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #333;
  left: 0;
  top: 0;
  -webkit-transform: translate(2px, 13px) rotate(-45deg);
  transform: translate(2px, 13px) rotate(-45deg);
}
.cart__close:hover:before,
.cart__close:hover:after {
  background: var(--color-primary);
}
.cart__body {
  /*height: calc(100vh - 160px);*/
  overflow: auto;
}
.cart__footer {
  width: 100%;
  height: 80px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eee;
  position: relative;
  right: 0;
  bottom: 0;
}
.cart__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  color: #fff;
  width: 100%;
  border: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
  border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
  border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
.cart__button:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: -1;
  background-color: var(--color-secondary);
  -webkit-transition: -webkit-transform 0.45s
  cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
  -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cart__button span {
  padding: 0 0.875rem;
  text-transform: uppercase;
  position: relative;
}
.cart__button span:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cart__button b {
  padding: 0 0.875rem;
  font-weight: normal;
}
.cart__button:hover {
  border-color: #000;
  color: #000;
}
.cart__button:hover:before {
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cart__button:hover span:after {
  background: #000;
}
.cart__empty {
  color: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header_checkout{display: none;background: var(--color-secondary); padding: 18px 0; text-align: center;}
.header_checkout img{max-width: 105px;margin: auto;}
.thead-popup {
  background: #f7f7f7;
  padding: 0 10px;
  min-width: 700px;
}
.thead-popup > div {
  padding: 6px 5px;
  font-weight: 600;
}
.cart-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
}
.cart-items .img {
  width: 120px;
}
.cart-items__info {
  width: calc(100% - 120px);
  padding-left: 10px;
}
.cart-items__name {
  color: #333;
  font-size: 14px;
  width: 45%;
}
.cart-items__name:hover {
  color: var(--color-primary);
}
.cart-items__price {
  color: #333;
  font-size: 14px;
  margin: 0.5rem 0;
}
.cart__quantity {
  width: 100px;
  height: 40px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #eee;
}
.cart__quantity button {
  width: 38px;
  height: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart__quantity button:hover {
  color: var(--color-primary);
}
.cart__quantity input {
  width: 22px;
  height: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: transparent;
  color: #000;
  text-align: center;
  font-size: 0.875rem;
}
.cart__delete {
  color: #333;
  font-size: 13px;
  cursor: pointer;
  border: 0;
  padding: 0;
  text-decoration: underline;
  background: transparent;
  display: block;
}
.cart__delete:hover {
  color: var(--color-primary);
}
.cart.is-open {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.cart.is-open .cart__footer {
  position: fixed;
}
.checkout {
  overflow: hidden;
}
.checkout .breadcrumb {
  background: #fff;
}
.checkout .breadcrumb ol {
  margin: 0;
}
.checkout__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout__info {
  padding: 0 0 3rem;
}
.checkout__left {
  width: 50%;
  padding: 0 2rem;
}
.checkout__right {
  width: 50%;
  min-height: 100vh;
  padding: 3rem 2rem;
  position: relative;
  border-left: 1px solid #999;
  z-index: 2;
}
.checkout__right:after {
  position: absolute;
  content: "";
  width: 300%;
  height: 100%;
  background: #f5f5f5;
  left: 0;
  top: 0;
  z-index: -1;
}
.checkout-section {
  padding-top: 2rem;
}
.checkout-section__header {
  background: #fafafa;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
    text-align: left;
    width: 100%;
    outline: none;
    margin-bottom: 20px;
    font-size: 18px;font-weight: 600;
}
.checkout__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.625rem;
}
.checkout__grid #diachi,
.checkout__grid #yeucaukhac {
  grid-column: 1 / 3;
}
.checkout__grid .form-control,
.checkout__grid .custom-select {
  height: initial;
  padding: 0.625rem 0.75rem;
  background: transparent;
  color: #000;
  border-color: #d9d9d9;
  border-radius: 4px;
}
.checkout__grid .form-control:focus {
  border-color: var(--color-primary);
  -webkit-box-shadow: 0 0 0 1px var(--color-primary);
  box-shadow: 0 0 0 1px var(--color-primary);
}
.checkout__grid .form-control::-webkit-input-placeholder {
  color: #999;
}
.checkout__grid .form-control:-ms-input-placeholder {
  color: #999;
}
.checkout__grid .form-control::-ms-input-placeholder {
  color: #999;
}
.checkout__grid .form-control::placeholder {
  color: #999;
}
.checkout__grid .custom-select {
  color: #999;
}
.checkout__grid .custom-select option {
  color: #000;
}
.checkout__grid .custom-select:focus {
  border-color: var(--color-primary);
  -webkit-box-shadow: 0 0 0 1px var(--color-primary);
  box-shadow: 0 0 0 1px var(--color-primary);
}
.checkout__continue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  color: var(--color-secondary);
}
.checkout__continue svg {
  margin-right: 5px;
}
.checkout__continue:hover {
  color: var(--color-primary);
}
.checkout__button {
  background: var(--color-secondary);
  padding: 12px 2rem;
  border-radius: 0.313rem;
  color: #fff;
  border: 0;
  cursor: pointer;
  margin-bottom: 10px;
  width: 100%;
  text-transform: uppercase;
}
.checkout__button:hover {
  background: var(--color-primary);
  color: #fff;
}
.checkout-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0;
}
.checkout-items .img {
  width: 90px;
  position: relative;
  border: 1px solid #777;
  border-radius: 7px;
}
.checkout-items .img img {
  border-radius: 5px;
}
.checkout-items__quantity {
  position: absolute;
  min-width: 1.75em;
  height: 1.75em;
  padding: 0 0.5833333333em;
  position: absolute;
  right: -0.75em;
  top: -0.75em;
  z-index: 3;
  font-size: 0.8571428571em;
  font-weight: 500;
  line-height: 1.75em;
  white-space: nowrap;
  text-align: center;
  border-radius: 1.75em;
  background-color: rgba(114, 114, 114, 0.9);
  color: #fff;
}
.checkout-items__info {
  width: calc(100% - 90px);
  padding-left: 0.875rem;
}
.checkout-items__name,
.checkout-items__price {
  font-size: 14px;
}
.checkout__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-top: 1px solid #777;
  margin-top: 2rem;
}
.checkout__total span {
  color: #999;
}
.checkout__total b {
  font-size: 20px;
}
.contact__grid {
  display: grid;
  grid-template-columns: 29.5833333333% 1fr;
  grid-gap: 2.5rem;
}
.h_title-info {
  color: #fff;
  font-size: 14px;
  margin: 0;
  background-color: var(--color-secondary);
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.main-contact__info {
  border: 1px solid #e5e5e5;
  padding: 10px;
  border-top: none;
}
.contact__info__company {
  font-weight: 600;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  color: #000;
}
.contact__info__row {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.contact__form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.25rem 2.5rem;
}
.contact__form__grid--2 {
  grid-column: 1 / 3;
}
.contact__form label {
  font-weight: 700;
  margin-bottom: 5px;
}
.contact__form label .required {
  color: #ff0000;
  font-size: 13px;
}
.contact__form__input {
  width: 100%;
  height: 45px;
  background: #fff;
  padding: 0.375rem 0.75rem;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size:14px;
  color: #55595c;
  font-weight: 400;
  border-radius: 0.313rem;
  border: 1px solid #ebebeb;
}
.contact__form__input::-webkit-input-placeholder {
  color: #55595c;
}
.contact__form__input:-ms-input-placeholder {
  color: #55595c;
}
.contact__form__input::-ms-input-placeholder {
  color: #55595c;
}
.contact__form__input::placeholder {
  color: #55595c;
}
.contact__form__textarea {
  width: 100%;

  background: #fff;
  padding: 0.375rem 0.75rem;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  resize: initial;
  border-radius: 0.313rem;
  border: 1px solid #ebebeb;
}
.contact__form__textarea::-webkit-input-placeholder {
  color: #999;
}
.contact__form__textarea:-ms-input-placeholder {
  color: #999;
}
.contact__form__textarea::-ms-input-placeholder {
  color: #999;
}
.contact__form__textarea::placeholder {
  color: #999;
}
.contact__form__button {
  display: block;
  background: #fff;
  font-size: 14px;
  color: var(--color-secondary);
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  height: 40px;
  width: 140px;
  border: 1px solid var(--color-secondary);
  transition: all 0.5s;
  border-radius: 3px;
}
.contact__form__button:hover {
  background: var(--color-secondary);
  color: #fff;
}
.contact__form__button--reset {
  background: #fff;
  color: #333;
  border: 1px solid #acacac;
  margin-right: 1.25rem;
}
.contact__map {
  width: 100%;
  height: 350px;
  margin-top: 10px;
  background: #fff;
}
.contact__map iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}
.contact_desc {
  text-align: center;
  margin-bottom: 10px;
}
.post-detail__title {
  font-family: var(--font-secondary);
  margin-bottom: 16px;
  font-size: 1.5rem;
  padding-bottom: 5px;
  position: relative;
  line-height: 30px;
}
.post-detail__title:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: #000;
  left: 0;
  bottom: 0;
}
.post-detail__date {
  color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}
.post-detail__date span {
  margin-left: 5px;
}
.post-detail__other {
  margin-top: 20px;
  padding: 10px 0px;
}
.post-detail__other__item {
  display: block;
  color: #333;
}
.post-detail__other__item i {
  font-size: 5px;
  position: relative;
  top: -3px;
}
.post-detail__other__item:hover {
  color: var(--color-secondary);
}
.box-readmore {
  border: 1px solid rgba(33, 37, 41, 0.95);
  margin-bottom: 16px;
  background: rgba(249, 250, 252, 0.95);
}
.header-readmore {
  font-weight: bold;
  font-size: 1.25rem;
  color: #212529;
  padding: 10px;
  position: relative;
  background: rgba(249, 250, 252, 0.95);
}
.btn-down {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  cursor: pointer;
  width: 30px;
  text-align: center;
  z-index: 123;
}
.wr_parnter {
  position: relative;
  padding: 0 20px;
}
.wr_parnter .owl_prev1 {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  text-align: center;
  z-index: 123;
  cursor: pointer;
}
.wr_parnter .owl_next1 {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  text-align: center;
  z-index: 123;
  cursor: pointer;
}
.wr_parnter .owl_prev1 i,
.wr_parnter .owl_next1 i {
  font-size: 32px;
  color: var(--color-primary);
  display: flex;
  justify-content: center;
}
.parnter-items {
  position: relative;
}
.parnter-items span {
  position: absolute;
  width: 90%;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: var(--color-primary);
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0px;
  font-weight: 600;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
  cursor: pointer;
}
.parnter-items:hover span {
  opacity: 1;
}
.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-bottom: 10px;
    padding-left: 30px !important;
    padding-right: 10px;
  }
  .box-readmore ul li {
    display: table;
    counter-increment: item;

    font-size: 1.063rem;
  }
  .box-readmore ul li:before {
    content: counters(item, ".") ". ";
      display: table-cell;
      padding-right: 5px;
    }
    .box-readmore ul li a {
      position: relative;
      display: block;
      padding: 3px 10px 3px 10px;
      color: #333333;
      cursor: pointer;
      font-weight: 600;
      -webkit-transition: color 0.3s;
      transition: color 0.3s;
    }
    .box-readmore ul li a:hover {
      color: #0098eb !important;
    }
    .box-readmore ul li a.active {
      color: #fff !important;
      background: var(--color-secondary);
    }
    .box-readmore ul li ul {
      padding-bottom: 0;
    }
    .box-readmore ul li ul li a {
      font-weight: normal;
    }
    .btn_fixed_meta-toc {
      position: fixed;
      top: 0;
      bottom: 0;
      right: 24%;
      margin: auto 0;
      width: 50px;
      height: 50px;
      font-size: 30px;
      color: #ec1b23;
      border: 2px solid rgb(236 27 35 / 70%);
      background: rgba(243, 243, 243, 0.95);
      border-radius: 7px;
      text-align: center;
      cursor: pointer;
    }
    .btn_fixed_meta-toc:hover {
      opacity: 1;
    }
    .content_meta-toc {
      position: fixed;
      top: 0;
      right: 0;
      left: auto;
      max-width: 100%;
      max-height: 100%;
      transition: all 0.5s;
      display: none;
    }
    .content_meta-toc.fixed {
      display: block;
      z-index: 12345;
    }
    .detail {
      padding: 10px;
      -webkit-box-shadow: 0 0 7px 0 rgba(50, 50, 50, 0.11);
      box-shadow: 0 0 7px 0 rgba(50, 50, 50, 0.11);
    }
    .detail__title {
      font-weight: 700;
      font-size: 20px;
      color: #333;
      padding-bottom: 10px;
      border-bottom: 1px solid #eee;
    }
    .detail__share {
      padding: 10px;
      background: #f7f7f7;
    }
    .detail__share b {
      font-weight: 700;
      margin-right: 5px;
    }
    .detail__share #atstbx {
      height: 20px;
      overflow: hidden;
      margin-right: 3px;
    }
    .split-1row {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .split-2rows {
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 22px;
      -webkit-line-clamp: 2;
      height: 44px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
    }
    .split-3rows {
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 22px;
      -webkit-line-clamp: 3;
      height: 66px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
    }
    .split-4rows {
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 22px;
      -webkit-line-clamp: 4;
      height: 88px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
    }
    .split-5rows {
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 22px;
      -webkit-line-clamp: 5;
      height: 100px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
    }
    .detail__content img,
    .detail__content iframe {
      max-width: 100% !important;
      height: auto !important;
    }
    .scroll-to-top {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: fixed;
      width: 35px;
      height: 35px;
      background: var(--color-secondary);
      color: #fff;
      cursor: pointer;
      right: 10px;
      bottom: 60px;
      border-radius: 3px;
      z-index: 9999;
      font-size: 1.25rem;
    }
    .scroll-to-top:hover {
      background: var(--color-secondary);
    }
    .breadcrumb {
      background: transparent;
      padding: 0.688rem 0;
      margin-bottom: 10px;
      font-size: 0.813rem;
      position: relative;
      z-index: 1;
    }
    .breadcrumb ol {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      list-style-type: none;
      margin: 0 auto;
      padding: 0;
    }
    .breadcrumb a {
      color: #999999;
      font-size: 13px;
    }
    .breadcrumb i {
      font-style: normal;
      color: #999999;
      padding: 3px 5px 0;
    }
    .breadcrumb a:hover span {
      color: var(--color-primary);
    }
    .breadcrumb li:last-child span {
      color: var(--color-secondary);
    }
    .breadcrumb li:last-child i {
      display: none;
    }
/* Phân Trang */
.pagination-home {margin-top: 30px;}
.h-pagination {
  position: relative;
}
.h-pagination:after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0.1;
  z-index: 1;
}
.h-pagination__item {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.pagination-home .h-pagination .h-pagination__item .h-pagination__link {
  color: #555555;
  font-size: 0.875rem;
}
.pagination-home .h-pagination .h-pagination__item.active .h-pagination__link {
  color: #ffffff;
  background-color: #555555;
  border-color: #555555;
}
/* Phân Trang Ajax */
.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: var(--color-primary);
  color: #fff !important;
  border-color: var(--color-primary);
}
.effect-img {
  position: relative;
  overflow: hidden;
}
.effect-img:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 15px;
  top: 15px;
  z-index: 33;
  background: transparent;
  border-top: 0 solid #fff;
  border-left: 0 solid #fff;
}
.effect-img:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 15px;
  bottom: 15px;
  z-index: 33;
  background: transparent;
  border-bottom: 0 solid #fff;
  border-right: 0 solid #fff;
}
.effect-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.effect-img:hover:before {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-top-width: 1px;
  border-left-width: 1px;
}
.effect-img:hover:after {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-bottom-width: 1px;
  border-right-width: 1px;
}
.effect-zoom .animate-image {
  overflow: hidden;
}
.effect-zoom .animate-image img {
  -webkit-transition: all 1s;
  transition: all 1s;
}
.effect-zoom:hover .animate-image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.image-zoom {
  overflow: hidden;
}
.image-zoom:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.effect-rotate-360 {
  overflow: hidden;
}
.effect-rotate-360:hover img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.effect-rotate {
  overflow: hidden;
}
.effect-rotate:hover img {
  -webkit-transform: rotate(720deg);
  transform: rotate(720deg);
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}
.shake {
  -webkit-animation: shake 1s infinite ease-in-out;
  animation: shake 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@-webkit-keyframes fadeindown {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes fadeindown {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.modal {
  z-index: 999999 !important;
}
.addThis_listSharing {
  position: fixed;
  bottom: 115px;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.addThis_listSharing.right {
  right: 24px;
}
.addThis_listSharing.right.animate {
  right: -24px;
  opacity: 0;
  visibility: hidden;
}
.addThis_listSharing.left {
  left: 24px;
}
.addThis_listSharing.left.animate {
  left: -24px;
  opacity: 0;
  visibility: hidden;
}
.addThis_listSharing.right.animate.is-show {
  right: 24px;
  opacity: 1;
  visibility: visible;
}
.addThis_listSharing.left.animate.is-show {
  left: 24px;
  opacity: 1;
  visibility: visible;
}
.addThis_listing {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.addThis_listing .addThis_item {
  margin-bottom: 5px;
}
.addThis_listing .addThis_item .addThis_item--icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  position: absolute;
  top: 4px;
  z-index: 9;
  height: 32px;
  line-height: 26px;
  padding: 3px 10px;
  width: auto;
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: black;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.addThis_listSharing.right
.addThis_listing
.addThis_item
.addThis_item--icon
.tooltip-text {
  right: 55px;
}
.addThis_listSharing.left
.addThis_listing
.addThis_item
.addThis_item--icon
.tooltip-text {
  left: 55px;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.addThis_listSharing.right
.addThis_item
.addThis_item--icon
.tooltip-text:after {
  border-color: transparent transparent transparent black;
  left: 100%;
}
.addThis_listSharing.left
.addThis_item
.addThis_item--icon
.tooltip-text:after {
  border-color: transparent black transparent transparent;
  right: 100%;
}
.addThis_listing .addThis_item .addThis_item--icon:hover {
  text-decoration: none;
  opacity: 0.9;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15),
  0 4px 15px rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}
.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999999999;
  height: 45px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px 10px;
  display: none;
}
.actionToolbar_mobile ul.actionToolbar_listing {
  padding: 0;
  margin: 0;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.actionToolbar_mobile ul.actionToolbar_listing li {
  list-style-type: none;
  width: 20%;
  float: left;
}
.actionToolbar_mobile ul.actionToolbar_listing li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative;
}
.actionToolbar_mobile ul.actionToolbar_listing li a svg {
  fill: #696969;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
}
.actionToolbar_mobile
ul.actionToolbar_listing
li.actionToolbar_chatbot
a
.messenger_absolute {
  margin-top: -25px;
  display: inline-block;
  vertical-align: top;
}
.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
  width: 44px;
  height: 44px;
}
.devvn_toolbar {
  display: none;
}
.why__swiper.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -3px;
}
/* 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;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 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: #0098eb;
  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 rgb(0 152 235 / 78%);
  opacity: 0.1;
  border-color: #0098eb;
  opacity: 0.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 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgb(0 152 235 / 61%);
  opacity: 0.4;
}
.btn-frame .pulse {
  animation-name: pulse;
}

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

/* Phone */
.btn-phone {
  bottom: 230px;
}
/* Phone */
.btn-mess {
  bottom: 150px;
  width: 56px;
  height: 56px;
  text-align: center;
  background: #0098eb;
  border-radius: 100%;
  z-index: 99;
  -webkit-box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 30%);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 30%);
  padding: 8px 0px;
}
.btn-mess svg {
  fill: #fff;
}

.post__list {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
}
.post__col {
  width: calc(100% / 3);
  padding: 16px;
}
.post__col--large {
  width: calc(100% / 3 * 2);
}
.post__item {
  padding: 15px;
  background: #fff;
  box-shadow: 0px 0px 20px #e7e7e7;
  height: 100%;
}
.post-items__info {
  margin-top: 20px;
}
.post-items__name {
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 700;
}
.post-items__name a {
  color: var(--color-secondary);
}
.post-items__name:hover a {
  color: #ff0000;
}
.post-items__poster {
  color: #999;
  margin: 0.625rem 0;
}
.post-items__desc {
  max-height: 65px;
  position: relative;
  overflow: hidden;
}


.rating {
  border: 1px solid #c4cdd5;
}
.rating__top {
  padding: 38px 33px 28px;
  border-bottom: 1px solid #c4cdd5;
  background-color: rgba(0,136,255,0.1);
}
.rating__summary {
  flex-shrink: 0;
  margin-right: 16px;
}
.rating__star-number {
  color: #0088ff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  margin: 0 0 3px;
}
.star {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.star__container {
  position: relative;
}
.star__normal {
  display: flex;
  align-items: center;
  color: #999;
}
.star__active {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  color: #ffbe00;
  overflow: hidden;
}
.star.star--small .star__normal, .star.star--small .star__active {
  font-size: 16px;
}
.star.star--medium .star__normal, .star.star--medium .star__active {
  font-size: 24px;
}
.rating__information {
  display: flex;
  flex-wrap: wrap;
}
.rating__information button {
  min-width: 90px;
  font-size: 14px;
  padding: 0 9px;
  text-align: center;
  background: #fff;
  border: 1px solid #c4cdd5;
  box-sizing: border-box;
  border-radius: 3px;
  line-height: 36px;
  margin: 0 12px 12px 0;
}
.flex {
  display: flex;
}
.items-start {
  align-items: flex-start;
}
.rating__star-number {
  margin-bottom: 8px;
}
.rating__star-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.rating__turn {
  text-align: center;
  margin-bottom: 16px;
}
.js__filter-comment.active {
  color: #0088ff;
  border-color: #0088ff;
}
.rating__comment {
  padding: 18px 33px;
}
.comment-item__name {
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}
.comment-item__header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.comment-item__desc {
  word-break: break-word;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.comment__button {
  padding: 0;
  background: transparent;
  color: #0088ff;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.comment__button svg {
  height: 14px;
  fill: #999;
  margin-right: 4px;
}
.comment-item__date {
  color: #969b9f;
}
.comment-item {
  margin-bottom: 20px;
}
.comment-item:last-child {
  margin-bottom: 0;
}
.comment__button-like:hover svg {
  fill: #08f;
}




/* media*/
@media (max-width: 560px) {
  body.has_devvn_toolbar {
    padding-bottom: 50px;
  }
  .devvn_toolbar {
    background: var(--color-primary);
    display: inline-block;
    width: 100%;
    padding: 1.8vw;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 99999999;
    height: auto;
    border-top: 1px solid var(--color-primary);
  }
  .devvn_toolbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
  }
  .devvn_toolbar ul li {
    text-align: center;
    display: table-cell;
    vertical-align: top;
  }
  .devvn_toolbar ul li a {
    display: inline-block;
    width: 100%;
    outline: none;
    text-decoration: none;
  }
  .devvn_toolbar ul li a span {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 3.5vw;
  }
  .devvn_toolbar ul li a img {
    height: 6vw;
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 992px) {
  .product__grid {
    grid-column-gap: 30px;
  }
  .menu {
    display: none;
  }
  .menu__mobile {
    width: 35px;
    height: 35px;
    margin: 5px 0px;
    border: 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
    background: transparent;
    border-radius: 50%;
    outline: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .menu__mobile:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 2px;
    background: #fff;
    left: 0;
    top: 30%;
  }
  .menu__mobile span {
    position: absolute;
    width: 15px;
    height: 2px;
    background: #fff;
    left: 0;
    top: 49%;
  }
  .menu__mobile:after {
    position: absolute;
    content: "";
    width: 22px;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: 30%;
  }
  .menu__top {
    padding: 0.313rem 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0.313rem;
  }
  .menu__top:before {
    border-top: 47px solid var(--color-primary);
    border-left: 40px solid transparent;
  }
  .menu__top__nav {
    display: none;
  }

  .pd-detail__top {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 768px) {
  .bottom-tabs-info.is-show{transform: translateY(0px) !important;}
  .checkout__grid {display: inherit;}
  .checkout__grid input,.checkout__grid select {margin-bottom: 10px;}
  .sale_left,.checkout__left a img,.checkout .breadcrumb{display: none !important;}
  .col_left .category-body {display: none;}
  .header_checkout,.header.menu--fixed .maid_head {display: block !important;}
  .category-list {
    display: block;
    white-space: nowrap;
    padding-bottom: 3px;
    overflow-x: auto;
  }
  .btn_fixed_meta-toc {
    right: 10px;
  }
  .post__col,
  .post__col--large {
    width: calc(100% / 2);
  }
  .footer > .d-flex {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .footer__col:nth-child(n) {
    width: 100%;
  }
  .thanhtuu_desc,
  .wr_thanhtuu {
    width: 100%;
  }
  .owl_thanhtuu {
    margin-top: 30px;
  }
  .owl_doitac {
    grid-template-columns: repeat(3, 1fr);
  }
  .owl_catagory {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    display: flex;
    justify-content: space-between;
    grid-gap: inherit;
  }
  .owl_catagory .box_dmnb{max-width: 140px;min-width: 140px;padding: 10px;}
  .logo_head {
    width: 44%;
  }
  .pd-detail__top,
  .pd-detail__top_left > .d-flex,
  .product__grid--inner.active .product-items {
    display: inherit !important;
  }
  .pd-detail__top_left,
  .pd-detail__top_right,
  .product__grid--inner.active .product-items .top_product,
  .product__grid--inner.active .product-items .product-items__info {
    width: 100%;
  }
  .pd-detail__col:nth-child(n),
  .product__grid--inner.active .product-items .top_product {
    width: 100%;
    margin-bottom: 10px;
  }
  .bn_product,
  .sale_left,
  .pd-detail__col.last,
  #top-tabs-info,
  .buy_now {
    display: none;
  }
  .banner_spnb_mb,
  .mobile-cart,
  .bn_product_mb{
    display: block !important;
  }
  .section_mobile_cate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    z-index: 350;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 5px;
    box-shadow: 0 0 9px rgb(0 0 0 / 12%);
    transform: translate3d(0, 104%, 0);
    -webkit-transform: translate3d(0, 104%, 0);
    transition: transform 0.25s;
    transform: none;
    -webkit-transform: none;
    bottom: 0;
    right: 0;
    width: 100%;
    top: auto !important;
    border-radius: 10px 10px 0 0;
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px,
    rgb(60 64 67 / 15%) 0px 2px 6px 2px;
  }
  .section_mobile_cate .toolbar_item {
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    position: relative;
    max-width: 20%;
  }
  .section_mobile_cate .toolbar_item a {
    padding-right: 3px;
    padding-left: 3px;
    display: block;
    color: #222;
    font-weight: 400;
    line-height: 1;
    position: relative;
    font-size: 13px;
    text-align: center;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .section_mobile_cate .toolbar_item a img {
    width: 23px;
    height: 23px;
    margin-bottom: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .flex-row,
  .grid_thanhtuu.d-flex,
  .product-p.d-flex {
    display: inherit !important;
  }
  .hotline_left,
  .banner_spnb,
  .top_header,
  .menu__search__form,
  .info-right {
    display: none !important;
  }
  .left_content,
  .right_content {
    width: 100%;
  }
  .left_content {
    margin-top: 20px;
  }
  .copyright {
    padding-bottom: 55px;
  }
  html {
    font-size: 12px;
  }
  .care-form {
    grid-template-columns: repeat(2, 1fr);
  }

  .checkout__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .checkout__left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout__right {
    width: 100%;
    border: 0;
    min-height: initial;
    padding: 0;
  }
  .project__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product__grid,
  .product__grid--inner {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid_service,
  .video-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .news__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .page__left {
    width: 100%;
  }
  .page__right {
    width: 100%;
  }
  .contact__grid {
    grid-template-columns: 100%;
  }
  .contact__form__grid {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 650px) {
  .footer__title span {display: block;}
  .box_customer {width: 128px;}
  .project-items_desc,.footer__desc{display: none;}
  .doitac .title h2,.projects .title h2,.chungnhan .title h2{font-size:16px ;}
  .grid_hinh_qc,.owl_camket_f{grid-template-columns: 100%;}
  .title_kh .xemthem {
    font-size: 10px;
    padding: 5px 15px;
    height: auto;
    bottom: auto;
  }
  .projects_grid {
    grid-template-columns: 100%;
  }
  .project-items {
    display: flex;
    justify-content: space-between;
  }
  .project-items .img {
    max-width: 210px;
  }
  .project-items__info {
    width: calc(100% - 220px);
  }
  .owl_doitac {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .grid_commit {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .box_camket.d-flex {
    display: inherit !important;
    text-align: center;
    justify-content: normal !important;
  }
  .grid_commit img {
    margin: auto;
    margin-bottom: 5px;
  }
  .commit_info {
    width: 100%;
  }
  .product__grid,
  .product__grid--inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .footer > .d-flex {
    display: inherit !important;
  }
  .footer__col:nth-child(n) {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .pd-detail__tab li{width: 50%;text-align: center;}
  .center-layout {padding-left: 5px !important;padding-right: 5px !important;}
  .post__col,
  .post__col--large {
    width: 100%;
  }
  .maid_head {
    padding: 2px 5px !important;
  }
  .menu__logo img{max-width: 145px;margin: auto;}
  .project-items .img {
    max-width: 120px;
  }
  .project-items__info {
    width: calc(100% - 130px);
  }
  .hidden-xs {
    display: none;
  }
  .xemtatca_mb,
  .xthem_da {
    display: block;
  }
  .detail_sp {
    min-width: 80px;
    max-width: 80px;
    height: 32px;
  }
  .product-items__price {
    flex-direction: column;
    min-height: 30px;
  }
  .product__grid--inner.active .product-items .product-items__price {
    flex-direction: inherit;
  }
  .product__grid--inner.active
  .product-items
  .product-items__price
  .product-items__price-old {
    margin-right: 10px;
  }
  .product-items__price-old {
    margin-right: 0;
  }
  .social {
    margin-top: 10px;
  }
  .tintuc > .d-flex {
    display: inherit !important;
  }
  .tt_col {
    width: 100%;
    margin-top: 10px;
  }
  .contact__form .invalid-feedback {
    position: relative;
    bottom: 0;
  }

  .video-grid {
    grid-template-columns: 100%;
  }
  .news__grid {
    grid-template-columns: 100%;
  }
  .menu__hotline,
  .menu__top:before,
  .menu__top:after,
  .menu__top {
    display: none;
  }
  .menu > .d-flex {
    align-items: center !important;
  }
  .news-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-items--inner .news-items__image {
    width: 100%;
  }
  .news-items--inner .news-items__info {
    width: 100%;
  }
}
