@charset "UTF-8";
:root {
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Epilogue", sans-serif;
  --font-thirdly: "Mulish", sans-serif;
  --color-primary: #000;
}

* {box-sizing: border-box;}
body {
  font-family: var(--font-primary);
  color: var(--color-primary);
  background: #fff;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
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: 1270px;
  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;
}
.d-none{display: none;}
.d-flex{display: flex;}
.justify-content-between{justify-content: space-between;}
.justify-content-end{justify-content: flex-end;}
.justify-content-center{justify-content: center;}
.align-items-center{align-items: center;}
.align-items-start {align-items: flex-start;}
.top_head{font-size: 0.875rem;color: #fff;background: var(--color-primary);}
.header_left {padding: 16px 0px;position: relative;}
.header_left a{color:#fff;font-family: var(--font-thirdly);margin-left: 47px;}
.header_left i {color: var(--color-secondary);}
.slogan{color: #BABABA;font-size: 13px;font-weight: 700;}
.header {
  position:relative;
  z-index: 123;
}
.header.header_s {box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);}
.social {display: flex;align-items: center;}
.social a img {transition: all 0.5s; margin-left: 8px;max-width: 40px;}
.social a:hover img {transform: rotate(360deg);}
.social a:first-child img {margin-left: 0;}
.logo_head {
  width: 15%;
}
.logo_head img
{
  margin: auto;
}
.main_head 
{
  background:#fff url(../images/bglogo.png) no-repeat center left;
}
.hotline{color: #777;padding: 10px 0px;padding-left: 64px;background: url(../images/phone.png) no-repeat center left;}
.hotline span{display: block;font-weight: 650;color: var(--color-primary);}
.wr_hotline{margin-left: 15px;padding-left: 25px; position: relative;}
.wr_hotline:before{position: absolute;content: "";width: 1px;height: 32px;left: 0;top: 0;bottom: 0;margin: auto;background: #D1D1D1;}
.slider {
  position: relative;
}
.slider .swiper-button-prev,.slider .swiper-button-next {width: 60px;height: 60px;background: rgba(255, 255, 255, 0.65);box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);border-radius: 50%;color: var(--color-secondary);display: flex;justify-content: center;align-items: center;opacity: 1;}
.slider .swiper-button-prev {left: 10px;}
.slider .swiper-button-next {right: 10px;}
.slider .swiper-button-prev:after,.slider .swiper-button-next:after {font-size: 1.25rem;font-weight: 600;}
.slider .swiper-pagination {display: flex;justify-content: center;align-items: center;bottom: 47px;}
.slider .swiper-pagination-bullet {width: 8px;height: 8px;background: rgba(255, 255, 255, 0.20);opacity: 1;position: relative;}
.slider .swiper-pagination-bullet.swiper-pagination-bullet-active {width: 12px;height: 12px;background: #fff;}
.menu {
  width: 83%;
  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;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu__right {
  width: 79%;
  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;

}

.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__nav a {
  display: block;
  color:var(--color-primary); 
}
.menu__nav > li > a {
  text-align: center;
  padding: 40px 10px;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
}
.menu__nav  li.is-open > a,
.menu__nav  li:hover > a {
  color:var(--color-secondary);
}
.menu__nav > li:hover .menu__sub {
  opacity: 1;
  visibility: visible;
}
.menu__nav .style1 {
  position: relative;
}

.menu__nav .style1 ul {
  position:absolute;min-width:250px;background-color:#fff;border-radius:0;-webkit-box-shadow:1px 1px 15px rgb(0 0 0 / 15%);box-shadow:1px 1px 15px rgb(0 0 0 / 15%);-webkit-transform:perspective(600px) rotateX(-90deg);transform:perspective(600px) rotateX(-90deg);-webkit-transform-origin:0 0 0;transform-origin:0 0 0;opacity:0;visibility:hidden;transition:all .5s;    padding-bottom: 5px;
}
.menu__nav .style1 ul a {
  color: var(--color-primary);
  padding: 6px 7px;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.menu__nav .style1 ul li:last-child a {border-bottom: 0;}
.menu__nav .style1 ul a:hover {
  color:var(--color-secondary);
}
.menu__nav .style1:hover > ul {
  -webkit-transform:perspective(600px) rotateX(0);transform:perspective(600px) rotateX(0);-webkit-transform-origin:0 0 0;opacity:1;visibility:visible;transition:all .7s;
}
.menu__nav .style1 ul li ul {
  display: none;
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 200px;
  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 {
  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;
  justify-content: flex-start;
}
.menu__mobile {
  display: none;
}
.js__click_search {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  color: var(--color-secondary);
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.show_search {display: none;position: absolute;top:100%;right: 0;z-index: 123;}
.menu__search__form {
  width: 220px;
  height: 30px;
  background: var(--color-secondary);
}
.menu__search__form input {
  width: calc(100% - 30px);
  padding: 0 10px;
  background: transparent;
  font-size: 14px;
  color: #fff;
  border: 0;
  outline: none !important;
}
.menu__search__form input::placeholder {color: #fff;}

.menu__search__form button {
  width: 30px;
  height: 100%;
  background:transparent;
  border: 0;
  padding: 0;
  outline: none !important;
}
.menu__search__form button i {
  font-size: 20px;
  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__search__mb {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 10px 0px;
  border-radius: 50px;
}
.menu__search__mb input {
  width: calc(100% - 40px);
  padding: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #CDCDCD;
  border: 0;
  outline: none !important;
  padding: 0 10px;
}
.menu__search__mb input::placeholder {color: #CDCDCD;}

.menu__search__mb button {
  width: 40px;
  height: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  outline: none !important;
}
.menu__search__mb button i {
  font-size: 16px;
  color: var(--color-secondary);
}
.menu--fixed {
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  transform: none !important;
  -ms-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
  border-top: 0;
}
.menu--fixed .logo_head img{max-height: 50px;}
.menu--fixed .menu__nav > li > a {padding: 20px 10px;}
/*-- mmenu --*/
#mmenu
{
  position: fixed;
  top: 0;
  left: -100%;
  background: #f3f3f3;
  color: #000;
  z-index: 12345;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
#mmenu.show{left: 0;}
#mmenu.hidden{left: -100%;}
.btn-close{position: absolute;top: 0;right: 0;padding: 10px;font-size: 1.563rem;}
.mmenu_title{
  text-align: center;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(0,0,0,0.15);
  font-size: 16px;
  font-family: var(--font-thirdly);
  font-weight: 600;
}
.category{padding:  0 10px;}
#mmenu ul {padding: 0 ;margin: 0;}
#mmenu ul li .aaa {display: flex;justify-content: space-between;align-items: center;padding: 10px;border-bottom: 1px solid rgba(0, 0, 0, 0.15);}
#mmenu ul li a
{
  position: relative;
  color: var(--color-primary);
  font-size: 16px;
  
}
#mmenu ul li ul li .aaa {padding-left: 20px;}
#mmenu ul li .aaa i{font-size: 1.563rem;width: 30px;text-align: center;position: relative;z-index: 12345;}
#mmenu ul li ul {display: none;}
#mmenu ul li ul.active{display: block;} 
#mmenu ul li ul li ul li .aaa{padding-left: 30px;}
#mmenu ul li ul li ul li ul li .aaa{padding-left: 40px;}
.btn-show{transition: all 0.5s;}
.btn-show.active{transform: rotate(180deg);transition: all 0.5s;}
/*--slider--*/
.slideshow-items {
  position: relative;
}
h2,
h3,
p {
  margin: 0;
  padding: 0;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 47px;
  height: auto;
  min-height: 47px;
  position: relative;
  overflow: hidden;
}
/*---nd moi---*/
.title {
  position: relative;
  margin-bottom: 32px;
  text-align: center;
}
.title h2 {
  display: block;
  font-size: 2rem;
  margin: 0;
  position: relative;
  color: var(--color-primary);
  line-height: 48px;  
  font-family: var(--font-secondary);
}
.title p{font-size: 0.938rem;font-weight: 600;margin-bottom: 8px;color: var(--color-secondary);}
.title h2 span 
{
  color: var(--color-secondary);
}

.btn_xemtc
{
  margin-top: 24px;
}

.btn_xemtc a
{
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--color-primary);
  padding-bottom: 2px;
  display: inline-block;
  border-bottom: 1px solid var(--color-secondary);
  text-transform: uppercase;
}
.btn_xemtc a i
{
  transition: .2s;
  color: var(--color-secondary);
} 
.btn_xemtc a:hover i
{
  transform: rotate(45deg);
  margin-left: 10px;
}
.section-top-about{padding: 102px 0px 56px 0px;max-width: 87%; margin: auto;}
.top-about-left 
{
  margin-right: 32px;
  font-size: 2rem;
  font-family: var(--font-thirdly);
  line-height: 40px;
  text-align: right;
}
.top-about-right
{
  padding-left: 32px;
  border-left: 5px solid var(--color-secondary);
  color: #777;
  line-height: 24px;
  width: 85%;
}
.section-aboutus 
{
  position: relative;
}
.aboutus_left
{
  width: 49%;
  position: relative;
}
.aboutus_left .img1 {margin-top: 15px;}
.about_left_desc{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto; width: 160px;height: 160px;border-radius: 50%;background: var(--color-secondary);display: flex;flex-direction: column;justify-content: center;align-items: center;color: #fff;font-weight: 700;z-index: 12;}
.about_left_desc div:nth-child(1){font-size: 3rem; display: flex; justify-content: center; align-items: flex-start;}
.about_left_desc div:nth-child(1) sup{font-size: 2.25rem;line-height: 25px;}
.about_left_desc div:nth-child(2) {font-size: 13px;}
.aboutus_right
{
  width: 43%;
}
.title_sm span
{
  color: var(--color-secondary);
  font-size: 0.938rem;
  font-weight: 600;
}
.title_about {font-size: 2rem;line-height: 40px;margin-top: 8px;font-family: var(--font-secondary);color: var(--color-primary);}
.title_about span{color: var(--color-secondary);}
.desc_about {margin-top: 24px;color:#777;line-height: 24px;}
.section-tieuchi{padding: 68px 0px 36px 0px;}
.box__tieuchi{cursor: pointer;}
.box__tieuchi_img{width: 80px;height: 80px;background: url(../images/bg_img_tc.png) no-repeat;display: flex;justify-content: center;align-items: center;transition: all 0.5s;}
.box__tieuchi_img:hover{ transform: rotate(360deg); }
.box__tieuchi_img img{max-width: 50px;max-height: 50px;width: auto !important;width: auto !important;}
.box___tieuchi_info {width: calc(100% - 104px);}
.box__tieuchi_name{font-size: 1.125rem;font-weight: 600;text-transform: uppercase;}
.box__tieuchi_desc{color: #777;font-size: 0.938rem;line-height: 24px;margin-top: 8px;}
.section-news 
{
  padding: 64px 0px;
}

.box__tintuc
{
  transition: all 0.5s;
}
.box__tintuc .img
{
  position: relative;
  overflow: hidden;
}
.box_tintuc__date
{
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 12px;
  background: var(--color-secondary);
  color: #fff;
  z-index: 12;
  font-size: 14px;
}
.box_tintuc__info
{
  margin-top: 24px;
}
.box_tintuc__name
{
  font-size: 1.25rem;
  position: relative;
  overflow: hidden;
  min-height: 56px;
  max-height: 56px;
  font-weight: 600;
}
.box_tintuc__name a{color: var(--color-primary);line-height: 28px;}
.box__tintuc:hover .box_tintuc__name a{color: var(--color-secondary);}
.box_tintuc__except{color:#777;margin-top: 16px;position: relative;overflow: hidden;max-height: 48px;line-height: 24px;}
.owl__news.owl-theme .owl-dots .owl-dot,.owl__danhgia.owl-theme .owl-dots .owl-dot {position: relative;}
.owl__news.owl-theme .owl-nav.disabled+.owl-dots {margin-top: 32px;display: flex; justify-content: center; align-items: center;}
.owl__danhgia.owl-theme .owl-nav.disabled+.owl-dots {margin-top: 24px;display: flex; justify-content: center; align-items: center;}
.owl__news.owl-theme .owl-dots .owl-dot span,.owl__danhgia.owl-theme .owl-dots .owl-dot span {width: 8px;height: 8px;background: rgba(88, 85, 112, 0.50);
transition: all 0.5s;margin: 5px;}
.owl__news.owl-theme .owl-dots .owl-dot.active span,.owl__news.owl-theme .owl-dots .owl-dot:hover span, .owl__danhgia.owl-theme .owl-dots .owl-dot.active span,.owl__danhgia.owl-theme .owl-dots .owl-dot:hover span
{width: 10px;height: 10px;}
.owl__news.owl-theme .owl-dots .owl-dot.active span,.owl__news.owl-theme .owl-dots .owl-dot:hover span,.owl__danhgia.owl-theme .owl-dots .owl-dot.active span,.owl__danhgia.owl-theme .owl-dots .owl-dot:hover span{background: #585570;}
.owl__news.owl-theme .owl-dots .owl-dot.active:after,.owl__news.owl-theme .owl-dots .owl-dot:hover:after,.owl__danhgia.owl-theme .owl-dots .owl-dot.active:after,.owl__danhgia.owl-theme .owl-dots .owl-dot:hover:after{position: absolute; content: ""; width: 18px; height: 18px; top: 0; left: 0; background: rgba(88, 85, 112, 0.50); border-radius: 50%; bottom: 0; right: 0; margin: auto;} 
.section-product{padding: 32px 0px 64px 0px;background-size: cover !important;}
.wr_product
{
  position: relative;
}
.wr_product .owl_prev {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  bottom: 0;
  left: -64px;
  margin: auto;
  background: var(--color-secondary);
  border: 1px solid transparent;
  border-radius: 50%;
  text-align: center;
  z-index: 12;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.wr_product .owl_next {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  bottom: 0;
  right: -64px;
  margin: auto;
  background: var(--color-secondary);
  border: 1px solid transparent;
  border-radius: 50%;
  text-align: center;
  z-index: 12;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.wr_product .owl_prev i,
.wr_product .owl_next i {
  font-size: 24px;
  color: #fff;
}
.wr_product .owl_prev:hover,
.wr_product .owl_next:hover {
  background: #fff;
  border-color: var(--color-secondary);
}
.wr_product .owl_prev:hover i,
.wr_product .owl_next:hover i {
  color: var(--color-secondary);
}
.section-service {padding: 32px 0px 64px 0px; }
.box__tintuc.service {position: relative;padding-bottom: 87px;}
.box_dichvu__info{position: absolute;bottom: 0;left: 0;right: 0;margin: auto;width: 85%;margin: auto;background: #FFF;box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.04);padding: 16px 24px;}
.line_service{margin-top: 16px;border-bottom: 1px solid #F2F2F3;}
.box__tintuc.service .btn_xemtc{margin-top: 16px;}
.section-dknt{max-width: 95%;margin: auto; margin-bottom: 64px;padding: 52px 60px;background: url(../images/bg_dknt.png) no-repeat center;box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);border-radius: 10px;background-size: cover;}
.dknt__left{width: 64%;}
.dknt__left div:nth-child(1){font-weight: 700;font-size: 1.5rem;line-height: 32px;color: #fff;}
.dknt__left div:nth-child(2) {color: #fff;line-height: 24px;margin-top: 16px;}
.js__click_popup{display: block;padding: 16px 45px;border-radius: 5px;border-radius: 5px;font-weight: 500;font-size: 1.25rem;background: #fff;cursor: pointer;text-align: center;color: var(--color-primary);}
.section-customer{padding: 116px 0px 155px 0px;background-size: cover !important;}
.section-customer .title{text-align: left;margin-bottom: 24px;}
.section-customer .title h2{line-height: 40px;}
.customer__left{width: 27%;}
.customer__right{width: 67%;}
.box__danhgia{background: #FFFFFF; border-radius: 10px;padding: 35px 32px;cursor: pointer;border-bottom: 3px solid var(--color-secondary);}
.content_danhgia {color: #777777;min-height: 120px;max-height: 120px;position: relative; overflow: hidden;line-height: 24px;}
.info__danhgia {margin-top:24px;position: relative;}
.img__danhgia {width: 70px;position: relative;margin-right: 18px;}
.img__danhgia img{border-radius: 50%;}
.info__danhgia:after {position: absolute;content: "";width: 70px;height: 71px;top: 0;right: 0;background: url(../images/sm_quote.png) no-repeat;}
.desc__danhgia {width: calc(100% -  88px);}
.name__danhgia {font-weight: 600;font-size: 1rem;}
.excerpt__danhgia{font-size: 12px;margin-top: 5px;color: ##3A4268;}

.sticky_scroll {
  position: sticky;
  top: 60px;
}
.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);
  max-height: 40px;
  overflow: hidden;
  position: relative;
  display: block;
  line-height: 20px;
  font-family: var(--font-thirdly);
  font-weight: 700;
}
.service-other__name:hover{color: var(--color-secondary);}
.title_right {
  margin-bottom: 16px;
  font-size: 1.25rem;
  color: var(--color-primary);
  font-family: var(--font-thirdly);
  text-transform: uppercase;
  font-weight: 700;
}
.service-other__desc
{
  max-height: 40px;
  position: relative;
  overflow: hidden;
  font-size: 0.938rem;
  line-height: 20px;
  margin-top: 8px;;
}
.title_right.mb-top {
  margin-top: 2rem;
}
.list_chuyenmuc li a{padding: 9px 0px;border-bottom: 1px solid #ececec;display: flex;color: var(--color-secondary);}
.list_chuyenmuc li:last-child a {border-bottom: 0;}
.flex__row 
{
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
.box__row{width: 33.333333%;padding: 12px;}
.video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.video-items {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.video-items img{-webkit-transition: all 1s; transition: all 1s;}
.video-items .button__play{background-size: 48px;}
.big-video:hover img,.video-items:hover img{-webkit-transform: scale(1.05); transform: scale(1.05);}
@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;
}
.product-p.d-flex{flex-direction: row-reverse;}
.right_content{width: 77%;}
.left_content{width: 21%;}
.qc_right {margin-bottom: 24px;display: flex;}
.qc_right img{width: 100%;}
/*--end nd moi--*/
.left-header {
  margin: 0;
  text-transform: uppercase;
  color: var(--color-primary);
  font-size: 16px;
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-bottom: solid var(--color-primary) 1px;
}

.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: 15px !important;
  line-height: 24px;
  color: var(--color-primary);
  margin-bottom: 16px;
  font-family: var(--font-secondary);
}
.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: var(--color-secondary);
  
}
.category-body li:hover > ul {
  display: block;
}
.img_list {
    width: 60px;
}
.category-body a span {
    width: calc(100% - 76px);
}
.why-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 10px 11px 0px;
    background: #fafafa;
    margin-bottom: 16px;
}
.why-items__img {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    -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% - 72px);
}
.why-items__name {
    font-size: 1rem;
    text-transform: capitalize;
    font-family: var(--font-secondary);
}
.why-items__desc {
    color: #c4c4c4;
    font-size: 13px;
}
.category-list {
  margin-bottom: 38px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 8px;
}
.category-list li {
  display: inline-block;
  padding: 15px 10px;
  background: #535353;
  border: 1px solid #535353;
  transition: all 0.5s;
}
.category-list li.active,
.category-list li:hover {
  background: #fff;
  border: 1px solid #1D1D1B;
}
.category-list li a {
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: block;
}
.category-list li.active a,
.category-list li:hover a {
  color: #1D1D1B;
}
.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;
}
.flex__row_product
{
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
.box_product{width:25%;padding: 12px;}
.product-items {
  position: relative;
}
.product-items .img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #F2F2F3;
}
.product-items:hover .img {border-color:var(--color-secondary);}
.product-items__info {
  margin-top: 16px;
}
.product-items__price {
  
}
.product-items__name {
  font-size: 1.25rem;
  margin: 0;
  position: relative;
  font-family: var(--font-thirdly);
  text-align: center;
}

.product-items__name a {
  display: block;
  color: var(--color-thirdly);
  position: relative;
  overflow: hidden;
  max-height: 48px;
  line-height: 28px;
}
.product-items:hover .product-items__name a{color: var(--color-secondary);}

.product-items__price-new {
  font-weight: 700;
  color: var(--color-secondary);
  margin-top: 8px;
}
.product-items__price-old {
  margin-right: 10px;
  color: var(--color-primary);
  text-decoration: line-through;
  font-size:14px;
}
.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;
}
.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;
}
.pd-detail__share b{margin-right: 10px;}
.pd-detail__share .share_fb {height: 34px;}
.pd-detail__share .share_fb i {font-size: 34px;}
.pd-detail__share .js__copy-link i {font-size: 16px;color: #fff;}
.pd-detail__share .zalo-share-button {margin: 0 7px;}
.js__copy-link {height: 30px;width: 30px;display: flex;justify-content: center;align-items: center;background:#f00808;border-radius: 4px;cursor: pointer;}
.footer {
  position: relative;  
}

.main__footer
{
  padding: 82px 0px 102px 0px;
}
.footer__col:nth-child(1)
{
  width: 24%;
}
.footer__col:nth-child(2)
{
  width: 24%;
}
.footer__col:nth-child(3)
{
  width: 11%;
}
.footer__col:nth-child(4)
{
  width: 24%;
}
.dknt__form{border-radius: 0px 4px 4px 0px; border: 1px solid var(--white, #FFF); background: #fff;margin-bottom: 24px;}
.dknt__form input{background: transparent;border: 0; height: 48px;width: 100%;color: #777;position: relative;padding: 0 16px;border-radius: 5px;font-family: var(--font-primary);font-size: 1rem;}
.dknt__form button {background:var(--color-secondary);border-radius: 4px; padding:14px 17px;color:#fff;border: 0;transition: all 0.5s;cursor: pointer;font-size: 1.125rem;}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.was-validated :invalid~.invalid-feedback {
    display: block;
}
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.footer__title {
  font-size: 1.25rem; 
  margin-bottom: 16px;
  position: relative;
  font-family: var(--font-secondary);
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
}
.footer__desc{color: #fff;}
.footer__desc div {display: flex; align-items: center;margin-bottom: 8px;}
.footer__except{line-height: 24px;margin-top: 8px;color: #fff;}
.footer__desc div i {color: var(--color-secondary);margin-right: 8px;}
.footer__link {
  color: #fff !important;
  margin-bottom: 8px;
  display: block;
}
.footer__link:hover {
  text-decoration: underline !important;
}

.footer__content p {
  margin-bottom: 0.313rem;
}

.footer__link:hover {
  text-decoration: underline !important;
}
.copyright {
  border-top: 1px solid #777;
  padding: 16px 0;
  text-align: center;
  color: #959595;
  font-size: 14px;
}
.support-right{position: fixed;bottom: 15%;right: 10px;z-index: 123;}
.support-right a{display: block;width: 70px;height: 70px;margin-bottom: 16px;}
.support-right a:last-child{margin-bottom: 0;}

.text-center{text-align: center;}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    text-align: center;
}
.page {
  padding: 48px 0;
}
.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: 200px;
  overflow: hidden;
}
.page__content.is-expanded {
  height: initial;
  padding-bottom: 70px;
}
.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;
}
.pagination-home{margin-top: 32px;}
.pagination-home .pagination {display: flex; justify-content: center;}
.pagination-home .page-item:last-child .page-link,.pagination-home .page-item:first-child .page-link{background: none;border: none;width: auto;}
.pagination-home li .page-link
{
  background-color: transparent;
  border-color: transparent;
  width: 48px;height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-primary);
  margin: 0 5px;
  font-size: 16px;
}
.pagination-home li.active .page-link,.pagination-home li:hover .page-link
{
  background-color: #16B14B;
  border-color: #16B14B;
  width: 48px;height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
/*.page__viewmore.is-expanded svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}*/
.page__layout {

  /*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;
}
.title_sp{margin-bottom: 64px;text-align: center;position: relative;}
.title_sp:after{position: absolute;content: "";width: 100%;height: 1px;top: 0;bottom: 0;left: 0;margin: auto;background: #BCBCBC;}
.title_sp span{font-size: 1.75rem;color: var(--color-primary);font-weight: 700;line-height: 40px;background: #fff;padding: 0 40px;text-transform: capitalize;font-family: var(--font-secondary);position: relative; z-index: 12;}
.pd-detail__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pd-detail__top_left {
    width: 74.5%;
}
.pd-detail__top_right {
    width: 23.5%;
}
.pd-detail__col:nth-child(1) {
    width: 43%;
}
.pd-detail__col:nth-child(2) {
    width: 54%;
}
.main_photo {
    position: relative;
    border: 1px solid rgba(196, 196, 196, 0.4);
}
.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);
}
.mt-4{margin-top: 24px;}
.pd-detail__name {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--color-primary);
  line-height: 28px;
}
.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 {
  width: 85%;
}
.mt-2 {margin-top: 8px;}
.pd-detail__like{display: flex;align-items: center;cursor: pointer;font-weight: 700;}
.pd-detail__like i{padding: 10px 11px; font-size: 20px;border: 1px solid var(--color-secondary);
    border-radius: 5px;color: var(--color-secondary);}
.pd-detail__like:hover{color: var(--color-secondary);}
.pd-detail__bottom {
  padding: 0 0 48px 0px;
}

.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.25rem;
  color: var(--color-thirdly);
  margin-right: 32px;
}
.pd-detail__price-new span{font-size: 20px;color: var(--color-secondary);font-weight: 700;}
.pd-detail__price-old {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}
.pd-detail__brand span {
  color: #ff0000;
}
.pd-detail__quantity,.pd-detail__cart {display: inline-block;}
.quantity__button--minus,
.quantity__button--plus,
#quantity {
  font-size: 16px;
  line-height: 0px;
  border: solid 1px #ebebeb;
  display: inline-block;
  width: 31px;
  height: 31px;
  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;

  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity-pro-detail #quantity {
  height: 31px;
  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 {
  background: #ED1B24;
  font-size: 14px;
  padding: 4px 10px;
  color: #fff;
  border: 2px solid #ED1B24;
  text-align: center;
  border-radius: 20px;
}
.pd-detail__cart .addcart:hover {
  background: #fff;
  color: #ED1B24;
}
.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;
}
.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: 700;
  background: var(--color-secondary);
  border-color: var(--color-secondary);
}
.pd-detail__content {
  padding: 16px 10px;
  display: none;
  border: 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;
}
.pd-detail__loai{padding: 76px 0px 0 0px;}
.loai__flex{display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}
.row_phanloai{margin: 0 30px 30px 30px;background: var(--color-secondary); border-radius: 30px;padding: 10px 20px 10px 80px;position: relative;color: #fff;cursor: pointer;transition: all 0.5s;}
.row_phanloai:before{position: absolute;content: "";width: 60px;height: 60px;background: var(--color-primary) url(../images/logo_sm.png) no-repeat center;border-radius: 50%;top: 0;bottom: 0;left: 0;margin: auto;}
.row_phanloai:hover {box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);}
.excerpt_loai{color: var(--color-primary);margin-top: 18px;display: none;}
.excerpt_loai.is-active {display: block;}
.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;
}
.pd-detail__col.last {
    width: 100%;
}
.why {
    background: #fafafa;
    margin-bottom: 20px;
    padding: 24px 16px;
}
.why:last-child {
    margin-bottom: 0;
    border: 0;
    background: none;
}

.contact_button{padding: 8px 16px;background: #ED1B24;border-radius: 20px;color: #fff;margin-top: 32px;display: inline-block;border: 2px solid #ED1B24;transition: all 0.5s;}
.contact_button:hover{background: #fff;color: #ED1B24;}
.pd-detail_camket {margin: 60px 0px 0px 0px;}
.box_camket{border: 1px solid #D9D9D9;padding: 20px 50px;text-align: center;min-height: 192px;}
.box_camket .img{width: 45px; height: 43px;display: flex;justify-content: space-between;align-items: center;margin: auto;}
.box_camket .img img{max-width: 100%; max-height: 100%;}
.box_camket .name_ck {font-family: var(--font-secondary);color: var(--color-primary);text-transform: uppercase;font-size: 16px;margin: 16px 0px 8px 0px;max-height: 60px;position: relative;overflow: hidden;line-height: 20px;}
.box_camket .mota_ck{font-size: 16px;max-height: 60px;position: relative;overflow: hidden;line-height: 20px;}
.pd-detail__detail{margin-top: 60px;}
.pd-detail__detail .ctsp{margin-bottom: 24px; font-size: 20px;font-family: var(--font-secondary);}
.pd-detail__hotline{color: var(--font-primary);text-align: center;margin-top: 32px;font-size: 16px;}
.pd-detail__hotline b{font-family: var(--font-thirdly);display: block;}
.pd-detail__danhgia{margin-top: 60px;}
.pd-detail__danhgia .ctsp{text-align: center;margin-bottom: 42px;margin-bottom: 24px; font-size: 20px;font-family: var(--font-secondary);}
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__prev,
.images__swiper__next {
  border: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
}

.comment_form {
  text-align: center;
}
.title-form {
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 10px;
  text-align: center;
}
.review-product-name {
  font-weight: bold;
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  font-family: var(--font-thirdly);
}

.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;
  margin-top: 20px;
  padding: 0 10px;
}
.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: 0;
}
.form_bottom {border: 1px solid #c4cdd5;border-top: 0;padding: 20px;}
.comment_form .form-rating {
  margin-bottom: 16px;
}
.form-input{width: 48%;}
.comment_form input {
  margin: 0;
  border: 0;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  padding: 0 13px;
  width: 100%;
  background: rgba(241, 241, 241, 0.7);
  border-radius: 15px;
}
.comment_form textarea {
  background: #fff;
  border: none;
  box-sizing: border-box;
  height: 132px;
  padding: 16px 13px 0;
  border: 1px solid #c4cdd5;
  resize: none;
  width: 100%;
  vertical-align: top;
}

.comment_form input.comment__button {
  border: 0;
  box-sizing: border-box;
  font-size: 14px;
  color: var(--color-primary);
  height: 26px;
  line-height: 26px;
  padding: 0 17px;
  max-width: 128px;
  background: #DADCDF;
  border-radius: 15px;
  display: inline-block;
}
.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;
  padding-top: 25px;
}
.checkout .breadcrumb {
  background: #fff;
}
.checkout .breadcrumb ol {
  margin: 0;
}
.checkout__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.checkout__info {
  padding: 0 0 3rem;
}
.checkout__left {
  width: 53%;
  padding-top: 43px;
}
.checkout__right {
  width: 44%;  
  position: relative;
  z-index: 2;
  margin-bottom: 3rem;
}
.checkout__right-border{border: 1px solid #1D1D1B;padding: 48px 24px 70px 24px;}
.checkout-section {
  padding-top: 1.25rem;
}
.checkout-section__header {
  font-size: 1.25rem;
  color: var(--color-primary);
  text-transform: uppercase;
  font-family: var(--font-thirdly);
  margin-bottom: 40px;
}
.checkout__grid {
  
}
.checkout__grid #diachi,
.checkout__grid #yeucaukhac {
  
}
.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-primary);
}
.checkout__continue svg {
  margin-right: 5px;
}
.checkout__continue:hover {
  color: var(--color-primary);
}
.checkout__button {
  background: var(--color-primary);
  padding: 12px 2rem;
  border-radius: 0.313rem;
  color: #fff;
  border: 0;
  cursor: pointer;
  margin-bottom: 10px;
  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;
  font-family: var(--font-thirdly);
}
.contact__grid {
  display: grid;
  grid-template-columns: 60% 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 {
  margin-bottom: 10px;
}
.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 {
  
}
.contact__form__grid .form-group {margin-bottom: 24px;}
.contact__form__grid--2 {
  grid-column: 1 / 3;
}
.contact__form label {
  margin-bottom: 10px;
  color: #767779;
  display: block;
}
.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: none;
  border: 1px solid #C4C4C4;
}
.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;
  border: 1px solid #C4C4C4;
}
.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: var(--color-secondary);
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  height: 42px;
  width: 72px;
  transition: all 0.5s;
  border: none;
  cursor: pointer;
}
.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: 520px;
  margin-top: 10px;
  background: #fff;
}
.contact__map iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}
.contact_desc {
  margin-bottom: 24px;
}
.post-detail__title {
  font-family: var(--font-secondary);
  margin-bottom: 16px;
  font-size: 1.5rem;
  padding-bottom: 10px;
  position: relative;
  line-height: 24px;
  font-family: var(--font-secondary);
}
.post-detail__title:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: #000;
  left: 0;
  bottom: 0;
}
.post-detail__date {
  font-size: 0.938rem;
  color: #555;
  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 45px 10px 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;
}

.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: var(--color-secondary) !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: 10px;
      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 div{display: flex;justify-content: center;align-items: center;height: 100%;}
    .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: 60px;
      height: 60px;
      border: 5px solid rgba(0, 0, 0, 0.25);
      background: var(--color-primary);
      color: #fff;
      cursor: pointer;
      right: 10px;
      bottom: 10px;
      border-radius: 50%;
      z-index: 9999;
      font-size: 1.5rem;
    }
    .scroll-to-top:hover {
      background: var(--color-secondary);
    }
    .breadcrumb {
      background: transparent;
      padding:0;
      margin: 0;
      font-size: 1rem;
      position: relative;
      z-index: 1;
    }
    .breadcrumb ol {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      list-style-type: none;
      margin: 0 auto;
      padding: 8px 10px 8px 20px;
      background: #9F7E49;
      border-radius: 0;
    }
    .breadcrumb a {
      color: #fff;
      font-size: 1rem;
    }
    .breadcrumb i {
      font-style: normal;
      color: #fff;
      padding: 3px 5px 0;
    }
    .breadcrumb-item+.breadcrumb-item::before {color: #fff;}
    .breadcrumb a:hover span {
      color: var(--color-primary);
    }
    .breadcrumb li:last-child span {
      font-weight: 700;
    }
    .breadcrumb li:last-child i {
      display: none;
    }
/* Phân Trang */
.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;
}
.page_tt {
  padding: 31px 0px 64px 0px;
}
.filter_place
{
  padding-bottom: 10px;
}
.filter_place select 
{
  width: 49%;
  border: 1px solid #D1D1D1;
  border-radius: 3px;
  padding: 5px 10px;
  font-family: var(--font-primary);
  font-size: 0.938rem;
  cursor: pointer;
}
.filter_place select:focus-visible
{
  outline: none;
}
.right_map {
  width: 66%;
}
.right_map iframe
{
  width: 100%;
}
.left_map {
  width: 32%;
  height: 450px;
  overflow: auto;
}
.box__map .js__show_iframe
{
  border-bottom: 1px solid #f2f2f2;
  padding: 15px;
  background: #f2f2f2;
  cursor: pointer;
  transition: all 0.5s;
}
.box__map .box__map_w
{
  background: #fff;
}
.box__map:hover .js__show_iframe,.box__map .js__show_iframe.active
{
  background: #e6e6e6;
}
.box__map h3
{
  font-size: 1rem;
  font-weight: 600;
}
.box__map p
{
  font-size: 0.938rem;
  margin-top: 8px;
}
.post__grid {display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 24px;}
.post__item {
  
}
.post-items__info {
  padding: 1.5rem;
}
.post__item:hover .post-items__info,.post-items:hover .post-items__info{background: #FBF6F0;}
.post-items__date{color: var(--color-secondary);font-weight: 600;font-family: var(--font-thirdly);margin-bottom: 0.5rem;}
.post-items__name {
  ,margin: 0.5rem 0 1rem 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.post-items__name a {
  color: var(--color-primary);
  font-family: var(--font-secondary);
}
.post-items__name:hover a {
  color: var(--color-secondary);
}
.post-items__poster {
  color: #999;
  margin: 0.625rem 0;
}
.post-items__desc {
  max-height: 96px;
  position: relative;
  overflow: hidden;
  line-height: 1.5rem;
}
.post-items__view{position: relative;display: inline-block; margin-top: 1.5rem;color: var(--color-secondary) !important;padding-bottom: 5px;}
.post-items__view:after{position: absolute;content: "";width: 100%; height: 1px;bottom: 0;left: 0;background: #BB912B;}
.othernews{border-top: 1px solid #f7f7f7;margin-top: 1.875rem;}
.cactinkhac{margin-bottom: 0.938rem; font-family: var(--font-secondary); font-size: 1.25rem; color: var(--color-primary);padding-top: 15px;font-weight: 600;}
.khac{margin-left: 15px;}
.khac li a {transition: 0.4s;color: var(--color-primary);font-size: 15px;}
.khac li:hover a {color: var(--color-secondary); padding-left: 10px; transition: 0.4s;}
.rating {
  
}
.rating__top {
  display: flex;
  justify-content: space-between;
}
.raiting__left
{
  width: 47%;
  display: flex;
  justify-content: space-between;
}
.raiting__left-first {width: 150px;}
.raiting__left-last {width: calc(100% - 170px);}
.row_statistic{display: flex;justify-content: space-between;align-items: center;}
.row_statistic b{width: 10px;font-size: 16px;font-weight: normal;}
.row_statistic i {width: 20px;color: #D9D9D9;}
.percent_statistic{width: 200px;height: 10px;background: #EEEEEE;border-radius: 10px;}
.raiting__right {width: 50%;}
.title_guidg{font-size: 16px;margin-bottom: 16px;}
.rating__summary {
  flex-shrink: 0;
  margin-right: 16px;
}
.rating__star-number {
  color: #0029BA;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  margin: 0 0 3px;
  font-family: var(--font-secondary);
}
.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;
  color: #D9D9D9;
}
.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) {
  .wr_product .owl_prev{left: 0;}
  .wr_product .owl_next{right: 0;}
  .slider .swiper-pagination {bottom: 10px;}
  .slider .swiper-button-prev {left: 10px;}
  .slider .swiper-button-next {right: 10px;}
  .slider .swiper-button-prev, .slider .swiper-button-next {width: 40px;height: 40px;}
  .product__grid {
    grid-column-gap: 30px;
  }
  .menu {
    display: none;
  }
  .menu__mobile {
    width: 35px;
    height: 35px;
    margin:5px 0px;
    border: 0;
    padding: 0;
    font-size: 1rem;
    color: #fff;
    background: #fff;
    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: absolute;
  }
  .menu__mobile:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    background:var(--color-secondary);
    left: 20%;
    top: 30%;
  }
  .menu__mobile span {
    position: absolute;
    width: 50%;
    height: 2px;
    background: var(--color-secondary);
    left: 35%;
    top: 50%;
  }
  .menu__mobile:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    background:var(--color-secondary);
    left: 20%;
    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;
  }

  
}
@media screen and (max-width: 768px) {
  .section-dknt{padding: 30px;}
  .section-top-about {max-width: 100%;padding: 30px 0px;}
  .box_product {width: 33.333333%;}
  .logo_head {width: 60%;margin: auto;}
  .desc_sp{text-align: center;}
  .section-aboutus,.page,.main__footer,.section-tieuchi,.section-customer,.section-news{padding: 30px 0px;}
  .main__footer{padding: 50px 0px 30px 0px;}
  .top_head,.pd-detail__col.last .why:first-child{display: none !important;}
  .left_map
  {
    height: 300px;
  }
  .main_head.d-flex,.section-top-about.d-flex,.section-aboutus > .d-flex,.section-dknt.d-flex,.section-customer .d-flex,.pd-detail__col:nth-child(1),.product-p.d-flex,.page_tt > .d-flex{display: inherit !important;} 
  .aboutus_left,.aboutus_right,.top-about-right,.dknt__left,.dknt__right,.customer__left,.customer__right,.left_map,.right_map{width: 100%;}
  .dknt__right,.customer__right,.aboutus_right{margin-top: 20px;}
  .aboutus_left img{width: 48%;}
  .top-about-right {padding-left: 0;border-left: 0;text-align: center;}
  .top-about-left{margin-right: 0;text-align: center;margin-bottom: 24px;}
  .about_left_desc div:nth-child(1) {font-size: 2rem;}
  .about_left_desc{width: 130px;height: 130px;}
  .checkout__grid {display: inherit;}
  .checkout__grid input,.checkout__grid select {margin-bottom: 10px;}
  .btn_fixed_meta-toc {
    right: 10px;
  }
  .footer__col:nth-child(n) {
    width: 100% !important;
  }
  .pd-detail__top,
  .pd-detail__top_left > .d-flex{
    display: inherit !important;
  }
  .pd-detail__top_left,
  .pd-detail__top_right {
    width: 100%;
  }
  .pd-detail__col:nth-child(n){
    width: 100%;
    margin-bottom: 20px;
  }
  .flex-row {
    display: inherit !important;
  }
  .right_content,.left_content{
    width: 100%;
  }
  .left_content{margin-top: 20px;}
  .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-top:0;
  }
  .checkout-section__header {margin-bottom: 20px;}
  .checkout__right {
    width: 100%;
    border: 0;
    min-height: initial;
    padding: 0;
  }


  .video-grid {
    grid-template-columns: repeat(3, 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%;
  }
}
@media screen and (max-width: 650px) {
  
  .box__row{width: 50%;}
  .box_product{width: 50%;}

  .footer > .d-flex {
    display: inherit !important;
  }
  .footer__col:nth-child(n) {
    width: 100%;
    margin-bottom: 20px;
  }
  .support-right a{width: 50px;height: 50px;}
  .scroll-to-top{width: 50px;height: 50px;}
}
@media screen and (max-width: 576px) {
  .title_about {font-size: 1.625rem;}
  .logo_head img,.menu--fixed .logo_head img{max-height: 70px;}
  .title h2 {font-size: 1.5rem;line-height: 28px;}
  .box__row{width: 100%;}
  .box_product{width: 100%;}
  .pd-detail__tab li{width: 50%;text-align: center;}
  .hidden-xs {
    display: none;
  }
  .contact__form .invalid-feedback {
    position: relative;
    bottom: 0;
  }

}
