:root {
  --color-main: #cd1f28;
  --color-blue: rgb(34, 59, 138);
  --transion-main: all 0.3s ease-out;
  --swiper-theme-color: #cd1f28 !important;
}

@font-face {
  font-family: "Mulish-Regular";
  src: url("templates/fonts/Mulish-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "VollkornR";
  src: url("templates/fonts/Vollkorn-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "VollkornB";
  src: url("templates/fonts/Vollkorn-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NotoSerifR";
  src: url("templates/fonts/NotoSerif-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSerifM";
  src: url("templates/fonts/NotoSerif-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSerifB";
  src: url("templates/fonts/NotoSerif-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "utm-k";
  src: url("templates/fonts/UTM-Beautiful-Caps.ttf");
}
@font-face {
  font-family: "sfp-h";
  src: url("templates/fonts/SFProDisplay-Heavy.ttf");
}

body,
html {
  font: normal 14px "NotoSerifR" !important;
  color: #333;
  min-height: 100vh;
  transition: var(--transion-main);
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.rel {
  position: relative;
}

.clearfix {
  clear: both;
}
input[type="date"] {
  display: block;

  /* Solution 1 */
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  min-height: 1.2em;

  /* Solution 2 */
  min-width: 96%;
}
.datepicker.dropdown-menu {
  background: #fff !important;
}
.input-min-width-95p {
  min-width: 95%;
}
.hide,
.hidden {
  display: none;
}

.top {
  background: #eae09e;
}

.site-slider {
  position: relative;
}

.site-slider:after {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  content: "";
  background-image: linear-gradient(rgb(5, 4, 4), rgb(5, 4, 4, 0.01));
  z-index: 1;
}

.site-slider-inner {
  width: 50%;
  display: table;
  margin: auto;
}

.site-slider-slogan {
  font-family: "utm-k";
  font-size: 30px;
  text-align: right;
}

.news-detalis * {
  font-family: "NotoSerifR" !important;
}

.nav-top > li {
  float: left;
  position: relative;
}

.nav-top > li > a {
  color: #c43030;
}

.nav-top a:after {
  border-left-color: #c43030;
}

.navbar-form input {
  background-color: #fff;
  border-color: transparent;
  width: auto;
  min-width: 280px;
  font-size: 13px;
  height: 40px;
  border-radius: 5px;
  color: #444;
}

.navbar-form button {
  background: transparent;
  color: #444;
  border-radius: 0;
  outline: none;
  border: none;
}

.left-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.right-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.logo img {
  height: auto;
  max-height: 50px;
  max-width: 200px;
}

.menu_t {
  position: relative;
}

.navbar-form {
  margin: 0 0;
  position: absolute;
  right: 0;
  bottom: -40px;
  opacity: 0;
  transition: var(--transion-main);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.navbar-form.show {
  opacity: 1;
}

.navbar-form input::placeholder {
  color: #444;
  opacity: 1;
}

.navbar-form input:-ms-input-placeholder {
  color: #444;
}

.navbar-form input::-ms-input-placeholder {
  color: #444;
}

.right-head_hotline {
  border: none;
  border-radius: 0;
  min-width: 200px;
}

.right-head_hotline img {
  float: left;
  margin-right: 10px;
}

.right-head_hotline b {
  font-size: 18px;
}

.right-head_cart .icon .num {
  font-size: 12px;
  font-weight: 600;
  color: #ee4a3e;
  position: absolute;
  border: 1px solid #fff;
  line-height: 16px;
  height: 20px;
  padding-left: 5px;
  background-color: #a20a09;
  text-align: center;
  padding-right: 5px;
  border-radius: 50%;
  line-height: 20px;
  color: #fff;
}

.right-head_cart .icon {
  position: absolute;
  left: 0;
  background-color: #edc180;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
}

.right-head_cart .title {
  padding-top: 10px;
  display: inline-block;
  color: #fff;
}

.cate__tit {
  position: relative;
  z-index: 9;
  margin-top: -40px;
  background: #7a0c0c;
  color: #fff;
  line-height: 40px;
  padding: 0 0;
  text-indent: 10px;
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
}

.nav-product {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-product li {
  background: #eae09e;
  border-bottom: 1px solid #fff;
  position: relative;
}

.nav-product li a {
  display: block;
  text-indent: 10px;
  line-height: 37px;
  color: #c43030;
  font-family: "UTM_Staccato";
  font-size: 18px;
}

.nav-product li ul {
  position: absolute;
  left: 100%;
  top: 0;
  list-style-type: none;
  min-width: 280px;
  display: none;
  margin: 0;
  padding: 0;
  z-index: 9;
}

.nav-product li ul li a {
  display: block;
  text-decoration: none;
}

.nav-product li:hover ul {
  display: block;
}

.left__sl424 {
  width: calc(78%);
  float: left;
  padding-top: 10px;
}

.right__ht424 {
  width: calc(22%);
  float: right;
  padding-left: 10px;
  position: relative;
}

.system__store {
  position: relative;
  margin-top: -30px;
  color: #fff;
  z-index: 9;
  font-size: 17px;
  text-transform: uppercase;
}

.system__store span {
  cursor: pointer;
}

.right__ht424 .divbd {
  padding: 6px 0;
  background: linear-gradient(to right, #eae09e, #fcfcfc);
}

.right__ht424 .divbd ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  /* border-top: 6px solid linear-gradient(to right, red, purple);
    border-bottom: 6px solid linear-gradient(to right, red, purple); */
  background-color: #515154;
}

.right__ht424 .divbd ul li {
  display: block;
  background: #c43030;
  margin-bottom: 6px;
}

.right__ht424 .divbd ul li:last-child {
  margin-bottom: 0;
}

.right__ht424 .sup_item {
  padding: 15px 5px;
  color: #fff;
}

.sup_itemImg {
  float: left;
  width: 50px;
}

.sup_itemImg img {
  max-width: 40px;
  margin-top: 5px;
}

.right__ht424 .sup_item h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}

.right__ht424 .sup_item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list__store {
  position: absolute;
  width: 96%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  z-index: 9;
}

.list__store.open {
  display: block;
}

.list__store > li {
  display: block;
}

.list__store > li > a {
  display: block;
  line-height: 30px;
  text-indent: 10px;
}

.site-partner {
  width: 100%;
  float: left;
  position: relative;
  padding: 5px 50px;
}

.site-partner .swiper-slide {
  position: relative;
  border: 1px solid #eae09e;
}

.site-bnc {
  position: relative;
  padding: 30px 0;
}

.site-bnc .container-fluid {
  position: relative;
}

.partnerItem {
  text-align: center;
  padding: 0 30px;
}

.partnerItem h4 {
  font-size: 16px;
  margin-top: 15px;
  line-height: 22px;
}

.site-cket .container-fluid {
  position: relative;
}

.partnerItem img {
  height: 45px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px !important;
  font-weight: bold;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--color-main) !important;
}

.masp {
  font-size: 16px;
  margin: 10px 0;
}

.site-khuyenmai {
  margin-top: 30px;
}

.product__titHome h2 {
  text-align: center;
  margin-bottom: 40px;
}

.product__titHome h2 span {
  font-family: "UTM_Staccato";
  color: #515154;
  text-transform: uppercase;
  position: relative;
}

.product__titHome h2 span:after {
  position: absolute;
  width: 100%;
  height: 6px;
  content: "";
  background: url(templates/images/line_productsale.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  bottom: -10px;
}

.site-khuyenmai .inner {
  position: relative;
}

.product__txt {
  position: relative;
  padding: 10px 10px;
}

.product__txt h3 {
  font-size: 16px;
  color: #444;
  text-align: center;
  line-height: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.item_product_title {
  height: 55px;
}

.item_product_title a {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #333;
  text-align: center;
}

.item_product_price {
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0066cc;
}

.item_product_price del {
  color: #86868b;
  margin: 0 5px 0 5px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.swiperProductSale-next {
  right: -30px !important;
}

.swiperProductSale-prev {
  left: -30px !important;
}

.item_product > a .sale {
  background: url(templates/images/bg_sale.png) no-repeat;
  background-size: 100% 100%;
  font-family: "UTM_Staccato";
  color: #515154;
}

.item_productAction {
  text-align: center;
}

.btn-dt,
.btn-buyn {
  background: #eae09e;
  color: #c43030;
  border-radius: 3px;
  padding: 3px 15px;
  margin: 0 5px;
}

.link_wrap_img {
  position: relative;
}

.link_wrap_img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease-in-out;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 1;
  display: none;
}

.item_product:hover .link_wrap_img::before {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.item_product {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: 1px solid transparent;
  transition: var(--transion-main);
}

.item_product:hover {
  border: 1px solid var(--color-main);
}

.item_product:hover .product__txt h3 {
  color: var(--color-main);
}

.product__titHomeCate {
  margin-bottom: 30px;
}

.product__titHomeCate h2 {
  position: relative;
  text-align: center;
}

.product__titHomeCate h2 span {
  text-transform: uppercase;
  color: #fff;
  font-family: "UTM_Staccato";
  position: relative;
  padding: 10px 40px;
  background: url(templates/images/bg_tit.png);
  background-size: 100% 100%;
}

.feedback__content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 25%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.feedback_text {
  background-color: rgba(139, 34, 34, 0.8);
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 9;
}

.feedback_text {
  text-align: center;
}

.feedback_text h3 {
  text-transform: uppercase;
  color: #eae09e;
  font-family: "UTM_Staccato";
  margin-bottom: 30px;
}

.item__kh {
  padding: 0 20%;
}

.item__kh img {
  height: 150px !important;
  width: 150px !important;
  border-radius: 50%;
  border: 3px solid #eae09e;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.item__kh p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
  margin-top: 30px;
}

.item__kh {
  color: #eae09e;
}

.mySwiperkh-next,
.mySwiperkh-prev {
  color: #fff !important;
}

.site-blogs__tit h2 {
  text-align: center;
}

.site-blogs__tit h2 span {
  text-transform: uppercase;
  color: #7a0c0c;
  font-family: "UTM_Staccato";
  position: relative;
  padding: 10px 40px;
}

.keySuggest {
  font-style: italic;
  font-size: 13px;
  color: #fff;
  margin-top: 10px;
}

.navbar-form button {
  padding: 0 10px;
}

h3.blog_tit {
  font-size: 26px;
  color: #2e3348;
  line-height: 1.2;
  overflow: hidden;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.link_wrap_img {
  padding: 10px;
}

.title-news_ct:after {
  display: none;
}

.blog__item {
  position: relative;
  background: #fff;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
  transition: var(--transion-main);
}

.blog__item:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.blog__item .blog__item_content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 22px;
  color: #666;
}

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

.blog__item .img {
  flex: 37%;
}

.blog__item .blog__item_content {
  flex: 63%;
  padding: 10px 15px;
}

.site-blogs__tit h2 {
  margin-bottom: 30px;
}

.blog__line {
  text-align: right;
  position: relative;
}

.blog__line:after {
  position: absolute;
  content: "";
  width: calc(100% - 60px);
  left: 0;
  bottom: 5px;
  height: 1px;
  background-color: #7a0c0c;
}

.blog__line a {
  color: #7a0c0c;
  font-size: 13px;
}

.logo__footer {
  display: block;
}

.logo__footer img {
  max-height: 100px;
  margin-bottom: 10px;
}

.mxh__foo ul {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
}

.mxh__foo > ul > li {
  display: inline-block;
  margin-right: 5px;
}

.site-copyright p {
  line-height: 36px;
  text-align: center;
  margin-bottom: 0;
}

.title-f:before {
  background-color: #eae09e;
}

.content-f ul li a:hover {
  color: #eae09e;
}

.content-f {
  margin-bottom: 15px;
}

.foot_4 {
  padding-top: 20px;
}

.tit-lienhe {
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 15px;
  margin-top: 10px;
}

.btn__contact {
  background-color: #eae09e;
  border-color: #eae09e;
  color: #c43030;
  border-radius: 5px;
}

.wrap__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
}

.wrap__map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sodotrang {
  background-color: transparent;
  border-top: transparent;
  color: #333;
}

.breadcrumb a {
  color: #333;
}

.breadcrumb li.active a {
  color: #333;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #333;
}

.tit__opage span {
  text-transform: uppercase;
  position: relative;
  font-size: 2rem;
}

/* .tit__opage span:after {
    position: absolute;
    width: 100%;
    height: 6px;
    content: '';
    background: url(templates/images/line_productsale.png)no-repeat;
    background-size: 100% 100%;
    left: 0;
    bottom: -10px;
} */

.body-sanpham {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.tit__productPage {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}

.tit__productPage span {
  text-transform: uppercase;
  color: #333;
  position: relative;
  padding: 10px 40px;
  font-size: 30px;
}

.chitiet_sp_hot_title {
  color: #111;
}

.chitiet_sp_hot_gia del,
.chitiet_sp_hot_gia span {
  color: #eae09e;
}

.chitiet_sp_hot_gia {
  color: #0066cc;
}

.chitiet_sp_hot_gia del,
.chitiet_sp_hot_gia span {
  color: #515154;
  font-weight: 600;
}

.chitiet_sp_capacity {
  margin-bottom: 10px;
  color: #515154;
}

.option-list {
  display: flex;
  flex-wrap: wrap;
}

.option-list li {
  margin: 0;
}

.option-list label {
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 8px 15.668px;
  cursor: pointer;
  min-width: 70px;
  min-height: 38px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #86868b;
  margin-left: 0;
}

.checked-attr {
  border: 2px solid #0066cc !important;
}

.mota_sp {
  color: #333;
}

.mota_sp li {
  padding: 7px 10px;
  color: #4d4b4b;
  background-image: url(templates/images/green.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 38px;
  background-size: 14px;
}

.mota_sp ul {
  list-style-type: none;
  padding-left: 0px;
}

.Swiper_spct img,
.Swiper_spct2 .Swiper_sp_hot_img {
  border: 1px solid var(--color-main);
  padding: 4px;
}

.Swiper_spct img {
  border-radius: 4px;
}

.Swiper_spct2 img {
  border-color: transparent !important;
  padding: 0 !important;
  background-color: #eeeeee;
  object-fit: fill;
}

.Swiper_sp_hot_img {
  width: 99%;
}

.box_right_sp_title {
  background-color: #edc180;
  border-radius: 4px 4px 0 0;
  color: #fff;
}

.tit_splq {
  text-transform: uppercase;
  margin: 30px 0 15px 0;
}

.cart-action .btn,
.btn-thanhtoan.active,
.btn-dathang {
  background: #515154;
  color: #fff;
}

.shopping-summery .product-name {
  color: #333;
  font-size: 14px;
}

.shopping-summery table thead th.start {
  border-radius: 0;
}

.shopping-summery table thead th.end {
  border-radius: 0;
}

.shopping-summery table thead th {
  padding: 12px 10px;
  background-color: #515154;
  color: #fff;
}

.shopping-summery .text-price {
  font-size: 1.2rem;
}

.shopping-summery table > :not(caption) > * > * {
  padding: 7px 7px;
}

.head-mobile {
  background: #515154;
}

.giohang-mobile span {
  color: #fff;
}

.offcanvas_w2 {
  background: #515154;
}

.offcanvas_w2 .offcanvas-body ul li a {
  color: #fff;
}

.offcanvas_w2 .btn-close {
  color: #fff !important;
  background: url("templates/images/close.png") no-repeat;
  background-size: 100% 100%;
}

.right-head_cart {
  margin: 0;
  height: 35px;
  line-height: 35px;
  width: 55px;
  position: relative;
}

.giohang-mobile span {
  position: absolute;
  top: 0px;
  right: -3px;
  background-color: #fff;
  color: #333;
  line-height: 14px;
  border-radius: 10px;
  font-size: 11px;
  padding: 1px 3px;
}

/* m_menu.php*/

.title-rpmenu {
  padding: 7px;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 999999;
}

.title-rpmenu .icon-bar {
  width: 30px;
  height: 1px;
  background: #fff;
  float: left;
  clear: both;
  margin-bottom: 8px;
  border-radius: 0px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.56);
  -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.56);
  box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.56);
}

#responsive-menu .content ul li span.gg {
  display: none;
}

#responsive-menu .close {
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 24px;
  z-index: 123;
  opacity: 1;
  font-weight: 300;
  color: #fff;
  background: transparent;
  border-color: transparent;
  padding: 0;
}

#responsive-menu {
  position: fixed;
  z-index: 1;
  background: #222222;
  width: auto;
  max-height: 100%;
  z-index: 999999;
  max-height: 420px;
  overflow-y: auto;
  left: -300px;
  height: 100%;
  width: 300px;
  min-height: 100%;
  top: 0;
}

#responsive-menu .search {
  position: relative;
  padding: 0 5px;
  margin-top: 25px;
}

#responsive-menu .search form input {
  width: 100%;
  padding: 5px;
  height: 27px;
  border: 1px solid rgba(204, 204, 204, 0.35);
  border-radius: 0px;
}

#responsive-menu .search form button {
  position: absolute;
  right: 5px;
  top: 0;
  border: 0;
  padding: 3px 13px;
  background-color: black;
  color: #fff;
  font-size: 15px;
}

#responsive-menu .search form button i {
  position: relative;
  top: 2px;
}

#responsive-menu .content {
  max-width: 300px;
  float: right;
  width: 100%;
}

#responsive-menu .content ul {
  list-style: none;
  padding: 0;
  width: 100%;
}

#responsive-menu .content > ul {
  padding: 0;
  margin: 0;
}

#responsive-menu .content .toggle-menu {
  float: right;
  cursor: hand;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
}

#responsive-menu .content .toggle-menu i {
  font-size: 12px;
  font-weight: 400;
}

#responsive-menu .content ul li a {
  color: #ffffff;
  font-size: 15px;
  padding-left: 15px;
  display: block;
  max-width: 90%;
  line-height: 23px;
}

#responsive-menu .content ul li {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 6px 0px;
  border-bottom: 1px solid rgba(247, 246, 246, 0.25);
  position: relative;
  cursor: pointer;
  float: none;
}

#responsive-menu .content ul li:last-child {
  border-bottom: none;
}

#responsive-menu .content ul li:hover {
  background: #333;
}

#responsive-menu .content ul li ul {
  display: none;
}

#responsive-menu .content li li:first-child {
  border-top: 1px solid rgba(247, 246, 246, 0.25);
}

#responsive-menu .content > ul > li ul {
  position: relative;
  top: 9px;
}

#responsive-menu .content > ul li ul li {
  text-indent: 10px;
}

#responsive-menu .content > ul li ul li a {
  font-size: 14px;
}

#responsive-menu .content > ul li ul li ul li {
  text-indent: 20px;
}

#responsive-menu .content > ul li ul li ul li a {
  font-size: 13px;
}

.res__head {
  padding: 10px 10px;
}

.res__search {
  padding: 5px 10px;
}

/* End m_menu.php */

.hidden {
  display: none;
}

.res__search .form-search-nav {
  margin-bottom: 5px;
}

.cate__left {
  width: calc(25%);
  float: left;
}

.slider__right {
  width: calc(75%);
  float: left;
}

.pn-head {
  padding: 15px 0;
  background: #000;
  color: #fff;
  text-align: right;
}

.pn-head span {
  padding: 0 5px;
}

.pn-head span img {
  margin-right: 5px;
  height: 18px;
}

.pn-head span a {
  color: #fff;
}

.menu_t ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.menu_t > ul > li {
  position: relative;
  display: flex;
  align-items: center;
}

.menu_t > ul > li > a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.menu_t > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  transition: height 0.1s ease-out;
  z-index: 999;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.menu_t > ul > li > ul:before {
  content: "";
  position: absolute;
  left: 5%;
  top: -8px;
  margin-left: -6px;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #000;
}

.menu_t > ul > li > ul > li {
  min-width: 280px;
  background: #000;
  text-indent: 10px;
  position: relative;
}

.menu_t > ul > li > ul > li:hover {
  background: var(--color-main);
}

.menu_t > ul > li > ul > li > a {
  color: #fff;
  line-height: 34px;
  display: block;
}

.menu_t > ul > li > ul > li:last-child {
  border-bottom-color: transparent;
}

.menu_t > ul > li:hover > ul {
  display: block;
}

.menu_t > ul > li > ul > li > ul {
  position: absolute;
  top: 0px;
  left: 100%;
  background: #000;
  z-index: 9;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.menu_t > ul > li > ul > li > ul > li {
  min-width: 250px;
  line-height: 34px;
}

.menu_t > ul > li > ul > li > ul > li:hover {
  background: var(--color-main);
}

.menu_t > ul > li > ul > li > ul > li > a {
  color: #fff;
  font-size: 14px;
}

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

.menu_t > ul > li > ul > li:hover > ul {
  display: block;
}

.site-salehome {
  padding: 30px 0;
  background: #f2f1f1;
}

.tit__home {
  text-transform: uppercase;
}

.block__5 {
  width: calc(20% - 15px);
  margin: 7.5px 7.5px;
  float: left;
  padding: 0;
}

.tit__home span {
  font-size: 26px;
  color: var(--color-main);
  position: relative;
  padding-bottom: 10px;
}

.tit__home span:after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #999;
  left: 0;
  bottom: 0;
}

.tit__home span:before {
  position: absolute;
  width: 7px;
  height: 7px;
  content: "";
  background-color: var(--color-main);
  left: calc(50% - 3.5px);
  bottom: -3px;
  z-index: 9;
  transform: rotate(50deg);
}

.tit__home .tit1 {
  font-size: 32px;
  display: inline-block;
  position: relative;
  font-family: dtr;
  padding-top: 20px;
  text-transform: capitalize;
  color: var(--color-main);
  font-weight: 500;
}

.site-bc {
  padding: 40px 0;
}

.site-bc .inner {
  position: relative;
}

.swiperProductSale-next,
.swiperProductSale-prev {
  color: #333 !important;
  font-weight: 600;
  width: 44px !important;
  border-radius: 50%;
  border: 1px solid #333;
}

.tit__home {
  margin-bottom: 30px;
  text-align: center;
}

.site-vct {
  padding: 40px 0;
}

#mucluc-pnvn {
  width: 100%;
}

.site-cket {
  background: #f2f1f1;
  padding: 30px 0;
}

.site-catehome {
  padding: 30px 0;
}

.link_c1 {
  color: #787878;
}

.site-catehome .tit__home {
  margin-bottom: 30px;
  color: #222;
}

.list__SubCate {
  position: relative;
  width: 100%;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.cate-left {
  width: calc(25%);
}

.cate-right {
  width: calc(75%);
}

.list__SubCate > li > a {
  color: #787878;
  line-height: 28px;
}

.partnerCketImg {
  max-height: 50px;
}

.title-f:before {
  display: none;
}

footer {
  background-size: 100% 100% !important;
  padding: 30px 0;
  min-height: 350px;
}

#btn-send-email {
  padding: 10px 40px;
  background: var(--color-main);
  color: #fff;
  margin-left: 10px;
}

.newsletter__frm input {
  border-radius: 0;
  height: 40px;
}

.newsletter__frm select {
  height: 40px;
}

#newsletterFrm {
  position: relative;
}

.content-btc {
  padding: 15px 0;
}

#email_frm {
  width: calc(100% - 40px);
}

/*--nav + filter left --*/

.cate_lv1 {
  display: block;
  padding: 6px 40px 6px 10px;
  position: relative;
  background: #f7f6f4;
  color: #111;
  text-transform: uppercase;
  font-size: 15px;
}

.nav__filter {
  margin: 15px 0;
  background: #fff8ed;
  padding: 10px;
  color: #333;
}

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

.nav__filter ul li {
  line-height: 30px;
}

/*----*/

.cart-btn {
  background: #333;
  border-radius: 0;
  height: auto;
  padding: 10px 20px;
  box-shadow: none;
  border-color: transparent;
  text-transform: uppercase;
}

.cart-plus-minus input {
  border-radius: 0;
  height: 44px;
  font-size: 16px;
}

.tab_sanpham .nav-item .nav-link {
  border-radius: 4px;
  text-align: left;
  height: 40px;
  text-align: center;
  background-color: #000;
}

.tab_sanpham .nav-link.active,
.tab_sanpham .show > .nav-link {
  background: var(--color-main);
}

span.act_menu {
  transition: all 0.2s linear;
}

.nav_pro {
  position: relative;
}

.act_menu {
  position: absolute;
  right: 0;
  top: -4px;
  height: 40px;
  width: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #444;
  font-weight: 600;
  cursor: pointer;
}

.nav_pro .sub1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sub1 li {
  padding: 5px 10px;
}

.sub1 li a {
  display: block;
  color: #444;
  font-size: 13px;
  line-height: 24px;
}

.Swiper_sp_hot_img {
  border-radius: 0;
}

.navbar-form .btn img {
  height: 16px;
}

.site-menui {
  position: relative;
  padding: 40px 0;
  background: #515154;
  color: #fff;
}

.list__menui {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.list__menui > li {
  width: calc(20% - 30px);
  margin: 15px 15px;
  float: left;
  text-align: center;
  background: #5d5d5d;
  border-radius: 20px;
  padding: 20px 0;
  position: relative;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.list__menui > li:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.item_product:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.list__menui > li:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.list__menui > li > a > h3 {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 15px 0 0 0;
  line-height: 24px;
}

.list__menui > li > a > img {
  height: 180px;
}

.swiperProductMenui-next,
.swiperProductMenui-prev {
  color: #333 !important;
  font-weight: 600;
  width: 44px !important;
  border-radius: 50%;
  border: 1px solid #333;
}

.swiperProductMenui-prev {
  left: -50px !important;
}

.swiperProductMenui-next {
  right: -50px !important;
}

.site-catehome .inner {
  position: relative;
}

.desc__kh {
  font-size: 18px;
  text-align: center;
}

.wp_tithome {
  margin-bottom: 30px;
}

.wp_tithome .tit__home {
  margin-bottom: 20px;
}

.site-khachhang {
  padding-bottom: 30px;
}

.foot_2 .content-f a {
  color: #fff;
}

.content-bct {
  margin: 30px 0;
}

.site-copyright {
  position: relative;
}

.fixedpage-action {
  position: fixed;
  z-index: 1000;
  right: 15px;
  bottom: 80px;
}

.fixedpage-action .dropdown-menu {
  position: relative !important;
  display: block;
  position: absolute;
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: none !important;
  background: none;
  border-radius: 0;
  border: none;
  min-width: 0;
  width: 150px;
  top: 100%;
  left: 0;
}

.fixedpage-action .dropdown-menu > li:not(:last-child) {
  margin-bottom: 1rem;
}

::-webkit-scrollbar-track-piece {
  width: 10px;
  background-color: #eee;
  border-radius: 50px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background: #999;
  border-radius: 50px;
  cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
  background: #999;
  cursor: pointer;
}

.fixedpage-action .dropdown-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #ddd;
  box-shadow: 0 0.2rem 0.35rem rgb(0 0 0 / 10%);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.fixedpage-action .dropdown-item img {
  width: 32px;
}

.fixedpage-action .dropdown-item span {
  width: calc(100% - 32px);
  padding-left: 0.5rem;
  line-height: 1.35;
}

.fixedpage-action .dropdown-item b {
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: #444;
}

.fixedpage-action small {
  display: block;
  clear: both;
  font-size: 12px;
  color: #555;
}

.all_sub-category-grid {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap-reverse;
}

.all_sub-category-grid .sub_category {
  display: flex;
  width: 80%;
  overflow: auto;
}

.all_sub-category-grid .sub_categor .item__subcategory {
  width: auto;
  margin-right: 40px;
}

.all_sub-category-grid .sub_categor .item__subcategory .title {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.all_sub-category-grid .sub_categor .item__subcategory .title a {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #515154;
  white-space: nowrap;
}

.sub_category {
  padding: 20px 0;
}

.item__subcategory a {
  color: #444;
}

.item__subcategory {
  width: auto;
  margin-right: 40px;
}

.body-sanpham .tit__productPage {
  margin-bottom: 0px;
}

.item-thuoctinh span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  min-width: auto;
  line-height: 30px;
}

.item-thuoctinh input:checked + span {
  border-color: #0066cc;
}

.chitiet_sp_hot_gia span.sale {
  display: none;
}

.chitiet_sp_color {
  margin-bottom: 15px;
}

.attribute-square-container {
  display: block;
  position: relative;
  z-index: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  padding: 2px;
  background-color: #fff;
}

.attribute-square-container.border-select {
  border-color: #0066cc;
}

.product__attribute__capacity .option-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.product__attribute__capacity {
  margin-bottom: 10px;
}

.product__attribute__capacity .option-list label {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #86868b;
  margin-right: 10px;
}

.product__attribute__capacity .option-list label.checked-attr {
  border: 2px solid #0066cc !important;
}

.short-description {
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #eee;
  margin-bottom: 15px;
}

.uu-dai-gift img {
  height: 20px;
}

.uu-dai-gift span {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

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

.button-link {
  margin: 15px 0;
}

.button-link .bt {
  width: 48%;
  text-align: center;
  color: #333;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  border: 2px solid #333;
  border-radius: 5px;
  min-height: 44px;
  width: 48.5%;
  align-items: center;
  display: flex;
  color: #333;
  justify-content: center;
}

.chitiet_sp_hopphukien {
  margin-top: 20px;
}

.tab_sanpham {
  position: relative;
  text-align: center;
  display: block;
}

.tab_sanpham > li {
  display: inline-block;
}

.thongso_sp {
  max-width: 800px;
  margin: 0 auto;
}

.chitiet_sp {
  max-width: 900px;
  margin: 0 auto;
}

.comment_sp {
  max-width: 1200px;
  margin: 0 auto;
}

.thongso_sp table,
.thongso_sp tr,
.thongso_sp td {
  border: none;
  border-color: transparent;
  line-height: 30px;
}

.thongso_sp .table-striped > tbody > tr:nth-of-type(odd) {
  border-radius: 5px;
}

.head-mobile {
  display: none;
}

.form-group {
  position: relative;
}

#contact-form .form-group label.error {
  position: absolute;
  color: #ff0000;
  right: 10px;
  font-weight: 400;
  font-size: 12px;
  top: 10px;
  font-style: italic;
}

#form-dathang .form-group label.error {
  position: absolute;
  color: #ff0000;
  right: 10px;
  font-weight: 400;
  font-size: 12px;
  top: 10px;
  font-style: italic;
}

.btn-dathang:hover {
  color: red;
}

.form-search-nav input {
  background-color: #707070;
  border-color: #707070;
  padding: 7px 10px;
  color: #fff;
}

.form-search-nav input::placeholder {
  color: #fff;
  opacity: 1;
}

.form-search-nav input:-ms-input-placeholder {
  color: #fff;
}

.form-search-nav input::-ms-input-placeholder {
  color: #fff;
}

.ic_closeMenuMb {
  height: 20px;
}

.res__head img {
  max-height: 35px;
}

.btn-search {
  background: none;
}

.btn-search img {
  height: 18px;
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1001;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 0;
  transition: width 0.5s ease-out;
}

.overlay.show {
  width: 100%;
}

.mxh__foo > ul > li > a > img {
  max-height: 40px;
}

#arcontactus {
  display: none;
}

.btn-search {
  width: 45px;
  top: -2px;
}

.inner_kh {
  position: relative;
}

.body-sanpham .tit__productPage {
  margin-bottom: 15px;
}

.swiper-slide .item_product {
  margin: 10px;
}

.swiperKhachHang-next,
.swiperKhachHang-prev {
  color: #333 !important;
  font-weight: 600;
  width: 44px !important;
  border-radius: 50%;
  border: 1px solid #333;
}

.swiperKhachHang-prev {
  left: -27px !important;
}

.swiperKhachHang-next {
  right: -27px !important;
}

header {
  position: relative;
  padding: 0;
}

.pn-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 999;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pn-menu.darkHeader {
  background-color: #000;
}

.logot img {
  height: 80px;
  margin: 10px 0;
  transition: all 0.5s ease-out;
}

.pn-menu.darkHeader .logot img {
  height: 40px;
  margin: 5px;
}

.pn-menu.darkHeader .menu_t > ul > li > a {
  font-size: 14px;
}

.searchTop {
  padding-left: 50px;
}

.searchTop i {
  height: 16px;
  width: 15px;
}

.swiperBgFill {
  position: relative;
}

/* .swiperBgFill:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: 3;
    background: rgb(0, 0, 0, 0.4);
} */

.swiperBgFill .item-slide img {
  transform: scale(1.2, 1.2);
  webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 5s ease-out;
  opacity: 0.5;
}

.swiperBgFill .item-slide {
  overflow: hidden;
}

.swiperBgFill .swiper-slide-active .item-slide img {
  transform: translateY(0) translateX(0) rotate(0);
  opacity: 1;
}

.swiperBgFill .swiper-slide-active .item-slide .text {
  position: absolute;
  left: 0px;
  top: 90px;
  bottom: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.ntb {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.ntd {
  display: table-cell;
  vertical-align: middle;
}

.ntd .h3 {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  padding-left: 0.5em;
  font-weight: bold;
  text-transform: capitalize;
  font-family: "sfp-h";

  /*    font-family: 'VollkornB';*/
}

.ntd .h3 span {
  /*    font-family: 'VollkornB';*/
}

.pn-brands {
  padding: 0 0 30px 0;
}

.iBrand {
  position: relative;
  padding-bottom: 80px;
}

.iBrand .img {
  position: relative;
}

.iBrand .img img {
  width: 100%;
  object-fit: cover;
}

.iBrand .text {
  position: absolute;
  bottom: 30px;
  background: #fff;
  left: 40px;
  right: 40px;
  box-shadow: 3px 0 21px rgba(0, 0, 0, 0.1);
  padding: 60px 20px 30px 20px;
  text-align: center;
}

.iBrand .iconfont {
  width: 84px;
  height: 84px;
  position: absolute;
  left: 50%;
  margin: -42px 0 0 -42px;
  top: 0px;
  text-align: center;
  line-height: 84px;
  background: var(--color-main);
  border-radius: 50%;
  color: #fff;
  font-size: 40px;
}

.iBrand .h3 {
  font-size: 24px;
  margin-bottom: 0.2em;
  line-height: 30px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.iBrand .p {
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #777;
}

.iBrand:hover .iconfont {
  background: #333;
}

.iAbout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.iAbout .text {
  flex: 50%;
  padding-right: 10%;
}

.iAbout .img {
  flex: 50%;
}

.iAbout .img1i img {
  width: 100%;
}

.iAbout .textlist {
  padding-right: 0;
}

.iAbout .tit2 {
  font-size: 24px;
  color: var(--color-main);
  text-transform: uppercase;
  margin-bottom: 15px;
}

.iAbout .tit2 span {
  display: block;
  font-size: 26px;
}

.iAbout .tit2 em {
  font-style: normal;
  font-family: "Mulish-Regular";
  font-size: 32px;
  text-transform: capitalize;
}

.iAbout .p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pn-about {
  padding: 30px 0 50px 0;
}

.iAbout .m a {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  background-color: var(--color-main);
}

.pn-raw-area {
  padding: 50px 0;
  min-height: 400px;
}

.iProTab {
  height: 36px;
  margin-bottom: 25px;
}

.iProTab strong {
  float: left;
  font-size: 36px;
  line-height: 36px;
  font-weight: normal;
  text-transform: capitalize;
  color: var(--color-main);
}

.iProTab ul {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.iProTab li {
  float: left;
  position: relative;
}

.iProTab li a {
  width: 36px;
  height: 36px;
  display: block;
  position: relative;
}

.iProTab li span {
  position: absolute;
  bottom: 36px;
  width: 120px;
  margin-left: -60px;
  left: 50%;
  background: var(--color-main);
  color: #fff;
  border-radius: 4px;
  text-align: center;
  display: none;
  line-height: 30px;
}

.iProTab li:hover span {
  display: block;
}

.iProTab li i {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
  background: #303446;
  border-radius: 50%;
}

.iProTab li.curr i,
.iProTab li:hover i {
  background: var(--color-main);
}

.atlasTab ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.atlasTab li {
  float: left;
  margin-right: 50px;
}

.atlasTab ul {
  display: none;
}

.atlasTab li a {
  display: block;
  height: 38px;
  line-height: 38px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  float: left;
  color: #2f3445;
  cursor: pointer;
}

.atlasTab ul:first-child {
  display: block;
}

.atlasTab .curr a {
  border-top-color: var(--color-main);
  border-bottom-color: var(--color-main);
  font-weight: bold;
  color: var(--color-main);
}

.atlasTab li:hover a {
  color: var(--color-main);
}

.pdArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: var(--transion-main);
}

.pdArea .img {
  flex: 50%;
}

.pdArea .text1 {
  flex: 50%;
  padding: 0 100px 0 100px;
}

.iProCon .atlas {
  display: flex;
}

.atlasFor {
  position: relative;
  transition: var(--transion-main);
}

.atlasFor .h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 0.7em;
  color: var(--color-main);
}

.atlasFor .p {
  line-height: 1.625;
  margin-bottom: 40px;
  color: #363c4d;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.atlasFor .m span {
  padding: 10px 25px;
  background: var(--color-main);
  color: #fff;
}

.ex2 {
  opacity: 0;
}

.ex2 span {
  opacity: 0;
}

.site-cooper {
  padding: 50px 0;
}

.df-cooper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.df-cooper .text {
  flex: 50%;
  padding-right: 12%;
}

.df-cooper .img {
  flex: 50%;
}

.df-cooper .tit2 {
  font-size: 36px;
  font-weight: normal;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.df-cooper .tit2 span {
  font-size: 26px;
  display: block;
  color: var(--color-main);
}

.df-cooper .tit2 em {
  font-style: normal;
  font-size: 32px;
  text-transform: capitalize;
  color: var(--color-main);
  font-family: "Mulish-Regular";
}

.df-cooper .p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.3px;
  margin-bottom: 50px;
}

.df-cooper .m a {
  padding: 10px 30px;
  color: #fff;
  background-color: var(--color-main);
}

.df-cooper .tit2 em {
  line-height: 1.1;
  position: relative;
  font-family: "Mulish-Regular";
}

.site-dk {
  padding: 50px 0;
  background: #fbf7f8;
}

.df-msg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.df-msg .msgLm {
  flex: 50%;
}

.df-msg .msgLm img {
  width: 100%;
}

.df-msg .msgRf {
  flex: 50%;
  padding-left: 50px;
}

.msgRf .tit2 strong {
  font-weight: normal;
  font-size: 26px;
  color: var(--color-main);
  text-transform: uppercase;
  display: block;
}

.msgRf .tit2 em {
  font-size: 32px;
  line-height: 1.1;
  display: inline-block;
  position: relative;
  font-family: "Mulish-Regular";
  font-style: normal;
  text-transform: capitalize;
  color: var(--color-main);
}

.newsletter__frm {
  padding: 15px 0;
}

.newsletter__frm label {
  margin-bottom: 5px;
}

.df-50w {
  display: flex;
  justify-content: space-between;
}

.df-50w .d1 {
  flex: 50%;
  padding-right: 10px;
  position: relative;
}

.df-50w .d2 {
  flex: 50%;
  padding-left: 10px;
  position: relative;
}

.flex__newsletter_bt {
  align-items: center;
  justify-content: flex-start;
}

.pn-post {
  padding: 30px 0;
}

.itemNews a h3 {
  font-size: 18px;
  color: #222;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
}

.itemNews {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  margin-bottom: 15px;
}

.itemNews .pd {
  padding: 10px 20px;
}

.itemNews .pd p span {
  color: #666;
}

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

.df-foot1 .foot1Left {
  flex: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.df-foot1 .foot1Right {
  flex: 75%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  border-bottom: 1px solid #fff;
}

.df-foot2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.df-foot2 ul {
  position: relative;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

.df-foot2 ul li {
  padding: 0 30px;
  font-size: 16px;
}

.df-cp {
  display: flex;
  justify-content: center;
  z-index: 1;
  position: relative;
  align-items: center;
}

.newsletter__frm .form-group {
  position: relative;
}

#contact-form .form-group label.error,
#newsletterFrm .form-group label.error {
  position: absolute;
  color: #ff0000;
  right: 10px;
  font-weight: 400;
  font-size: 12px;
  bottom: 10px;
  font-style: italic;
}

.bg-area {
  background: #f0f0f0;
}

.pn-banner img {
  width: 100%;
  object-fit: cover;
}

.innerCont {
  padding: 20px 20px;
  background: #fff;
  margin: 30px 0;
}

.cont-info {
  padding-left: 30px;
}

.blog__item_img {
  width: 100%;
}

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

.m_blog span {
  color: #333;
}
.title-news_ct {
  line-height: 30px;
}
.m_blog span.more {
  /* padding: 10px 30px;
    border: 1px solid #666;*/
  transition: var(--transion-main);
}

.m_blog span.more:hover {
  background-color: var(--color-main);
  color: #fff;
}

.news-detalis-content {
  background: #fff;
  padding: 30px 20px;
}

.post__relTit {
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.df-post__rel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

.post__relList {
  padding: 30px 20px;
  background: #fff;
  margin-top: 30px;
}

.df-post__rel .blog__item {
  margin-bottom: 0;
}

.blog__item_content .blog_tit {
  font-size: 18px;
  color: #2e3348;
  line-height: 24px;
  overflow: hidden;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-weight: 600;
}

.item__quytrinh .img img {
  height: 150px;
}

.blog__item_content .blog_tit:hover {
  color: var(--color-main);
}

.grid__item .blog__item .blog__item_content {
  padding: 15px 15px;
}

.gird__brand {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.block__brand a {
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: var(--transion-main);
}

.block__brand:hover a {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.gird__brand .block__brand:nth-child(even) a {
  flex-direction: column-reverse;
}

.block__brand .img {
  background: #fff;
  padding: 30px 40px;
  min-height: 230px;
}

.block__brand .txt {
  background: #d9d9d9;
  padding: 40px;
  min-height: 230px;
  position: relative;
  transition: var(--transion-main);
}

.block__brand:hover .txt {
  background: #fff;
}

.block__brand:hover .txt {
  background: #fff;
}

.block__brand:hover .txt h3,
.block__brand:hover .txt p {
  color: var(--color-main);
}

.block__brand .txt:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -12px;
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 16px solid #d9d9d9;
  transition: var(--transion-main);
}

.block__brand:hover .txt:before {
  opacity: 0;
}

.block__brand:nth-child(even) .txt:before {
  bottom: auto;
  top: 100%;
  border-top: 16px solid #d9d9d9;
  border-bottom: none;
}

.block__brand .txt h3 {
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  transition: var(--transion-main);
}

.block__brand:hover .txt h3 {
  padding-bottom: 0;
}

.block__brand .txt h3:after {
  position: absolute;
  content: "";
  background-color: var(--color-main);
  width: 50px;
  height: 3px;
  left: 0;
  bottom: 0;
  transition: var(--transion-main);
}

.block__brand:hover .txt h3:after {
  width: 0;
}

.block__brand .txt p {
  font-size: 14px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #444;
}

.blog__item.blog__vct:nth-child(even) a {
  flex-direction: row-reverse;
}

.grid__product {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.chitiet_sp_hot {
  padding: 50px 0;
  background: #f0f0f0;
}

.subNav {
  position: fixed;
  right: 34px;
  bottom: 0;
  width: 40px;
  z-index: 9;
}

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

.subNav li {
  margin-bottom: 1px;
  position: relative;
}

.subNav .h3 {
  background: var(--color-main);
  text-align: center;
  padding: 11px 0;
  margin: 0 0;
}

.subNav .h3 a {
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.subNav .h3 img {
  margin-bottom: 5px;
  width: 20px;
}

.subNav .h3 span {
  display: block;
  line-height: 1;
  font-size: 12px;
}
.lienhhe-fix span {
  padding-right: 5px;
}

.grid__album {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.project__cta a {
  display: block;
}

.project__cta a h3 {
  text-align: center;
  margin: 10px 0;
  color: #333;
}

.gird_item_video a {
  display: block;
  position: relative;
}

.gird_item_video a:before {
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  background: url(templates/images/icon_yt.png) no-repeat top center;
  background-size: 100% 100%;
  top: calc(40% - 15px);
  left: calc(50% - 20px);
}

.bodyFixed {
  padding-top: 50px;
}

.itemNews a h3:hover {
  color: var(--color-main);
}

.iAbout .m a:hover {
  background: #000;
}

.atlasFor .m span:hover,
.df-cooper .m a:hover {
  background: #000;
}

#btn-send-email:hover {
  background-color: #000;
}

.itemNews .img img {
  width: 100%;
}

.df__mob {
  display: none;
}

.navbar-toggle {
  position: relative;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.swiperProductSale .swiper-pagination {
  display: none;
}

.pn-menui {
  padding: 30px 0;
}

.container__text {
  position: absolute;
  width: 50%;
  height: 40%;
  bottom: 20px;
  right: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  z-index: 10;
  background: rgb(34, 59, 138, 0.6);
}

.container__text h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.container__text p {
  line-height: 24px;
  letter-spacing: 0.3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pntongdai {
  padding: 30px 0;
}

.bg__call.pd {
  min-height: 100px;
  background-size: 100% 100% !important;
}

.bg__call.pd .name {
  color: rgb(34, 59, 138);
  text-transform: uppercase;
  font-weight: bold;
  text-indent: 150px;
  font-size: 28px;
  font-family: "VollkornR";
}

.bg__call.pd .cont {
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.3),
    0px -4px 10px rgba(255, 255, 255, 0.3);
}

.pn-service {
  padding: 30px 0;
}

.item-service .name {
  color: #333;
  font-size: 16px;
  margin: 10px 0;
  text-align: center;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
}

.site-quytrinh {
  padding: 30px 0;
}

.gird__quytrinh {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}

.item__quytrinh .img {
  text-align: center;
}

.item__quytrinh h3 {
  color: #333;
  font-size: 16px;
  margin: 10px 0;
  text-align: center;
  font-weight: 600;
}

.tit_quytrinh {
  text-align: center;
  text-transform: uppercase;
  color: var(--color-main);
  font-family: "VollkornR";
  font-weight: bold;
  margin: 0 0 50px 0;
}

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

.d-right a {
  color: var(--color-blue);
  font-size: 15px;
  font-weight: 600;
}

.swiper-button-next.swiperCallCenter-next,
.swiper-button-prev.swiperCallCenter-prev {
  color: var(--color-blue) !important;
}

.swiper-button-next.swiperAdviseNext,
.swiper-button-prev.swiperAdvisePrev {
  color: var(--color-blue) !important;
}

.swiperCallCenter-prev {
  left: -20px !important;
}

.swiperCallCenter-next {
  right: -20px !important;
}

.swiperAdvisePrev {
  left: -20px !important;
}

.swiperAdviseNext {
  right: -20px !important;
}

.site-thongke {
  padding: 30px 0;
}

.gird__thongke {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}

.tk {
  padding: 10px 5px;
  box-shadow: rgba(204, 31, 40, 0.26) 0px 1px 2px 0px,
    rgba(204, 31, 40, 0.4) 0px 1px 3px 1px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.site-thongke {
  display: flex;
  align-items: center;
  min-height: 400px;
}

.tk .name {
  font-size: 15px;
  text-transform: capitalize;
  margin-top: 10px;
  font-family: "VollkornB";
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0 0 0;
}

.tk .img img {
  height: 50px;
  max-width: 60px;
}

.tk .num {
  font-size: 40px;
  color: var(--color-blue);
  font-weight: 600;
  letter-spacing: 0.5px;
}

.d-right {
  justify-content: flex-end;
}

.pn-camket {
  padding: 30px 0;
  background-size: 100% 100% !important;
  min-height: 350px;
}

.df-ck {
  flex: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.df-ck .name h2 {
  color: var(--color-main);
  font-family: "VollkornR";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
}

.df-ck .cont ul {
  list-style-type: none;
  padding: 0;
}

.df-ck .cont li {
  padding: 7px 10px;
  color: #222;
  background-image: url(templates/images/icon_checklist.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 38px;
  background-size: 14px;
}

.df_footcont {
  flex: 35%;
  padding-right: 40px;
}

.df_footsocial {
  flex: 65%;
  display: flex;
  justify-content: space-between;
}

.footsocial_1 {
  flex: 50%;
  margin: 0 15px;
  position: relative;
}

.cont__map {
  text-align: right;
}

.footsocial_2 {
  flex: 50%;
  margin: 0 15px;
}

.wrap-map {
  position: relative;
  height: 0;
  padding-bottom: 72%;
  width: 100%;
}

.foot__list_map {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  left: -55px;
  bottom: 0;
  z-index: 99;
  top: 50%;
}

.foot__list_map > li {
  margin-bottom: 10px;
}

.foot__list_map > li > a {
  padding: 10px 15px;
  background-color: red;
  display: inline-block;
  width: 110px;
  text-align: center;
  color: #fff;
}

.wrap-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  max-height: 250px;
}

.foot__list_map > li > a.active {
  background-color: var(--color-blue);
}
.title-f {
  font-family: "VollkornR";
}
.df_footsocial .title-f {
  text-align: center;
  font-family: "VollkornR";
}

.lienhhe-fix {
  background: var(--color-blue);
  bottom: 70px;
  right: -77px;
  transform: rotateZ(90deg);
  padding: 5px 10px;
  border-radius: 0;
}

.box_lienhe {
  width: 600px;
}

.tuvan_title {
  background-color: var(--color-blue);
}

.btn-tuvan {
  background-color: var(--color-blue);
}

.c-red {
  color: red;
}

.btn-tuvan:hover {
  color: var(--color-main);
}

.toogle_banggia {
  display: none;
}

.toogle_banggia.show {
  display: block;
}

.blog_detail {
  line-height: 24px;
}
.blog_detail * {
  font-family: "NotoSerifR" !important;
}

.grid__post {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-bottom: 1.5rem;
}

.kt_left {
  flex: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.kt_right {
  flex: 50%;
  position: relative;
  overflow: hidden;
}
.kt_left h2 {
  color: var(--color-main);
  text-transform: uppercase;
  font-weight: bold;
}
.pn-kt {
  padding: 30px 0;
}
.gird__kt {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 550px;
  overflow: hidden;
}
.gird__kt .item__kt {
  height: 120px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.gird__kt .item__kt a {
  color: #444;
}
.gird__kt .item__kt a h3 {
  font-size: 17px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 23px;
  margin-bottom: 5px;
  margin-top: 0;
}
.gird__kt .item__kt a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  font-size: 14px;
  height: 60px;
}
.site-thongke {
  background-size: 100% 100% !important;
}

.item__kt {
  display: block;
  width: 100%;
  float: left;
  padding: 0 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.item__kt .img {
  width: 120px;
  height: 120px;
  float: left;
}
.item__kt .img img {
  width: 120px !important;
  height: 110px !important;
  object-fit: cover;
}
.item__kt .nd {
  width: calc(100% - 135px);
  padding: 0;
  background-size: cover !important;
  float: right;
  text-align: left;
}

.subNavm {
  min-height: 50px;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.subNavm .nav1 {
  flex: calc(50% - 25px);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-right: 10px;
  padding-top: 7px;
}
.subNavm .nav1 p {
  margin-bottom: 0;
  text-transform: uppercase;
}
.nav1_social {
  display: flex;
  justify-content: space-between;
}
.subNavm .nav2 {
  flex: 50px;
}
.subNavm .nav3 {
  flex: calc(50% - 25px);
  padding-left: 10px;
  padding-top: 7px;
}
.subNavm ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 24px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.subNavm ul li,
.subNavm ul li span {
  text-align: center;
  font-size: 12px;
}
.subNavm ul li .h3 {
  padding: 5px 5px;
}
.subNavm {
  width: 100%;
  right: 0px;
  bottom: -1px;
  z-index: 999;
  background: rgb(34, 59, 138);
  color: #fff;
}
.subNavm a {
  color: #fff;
  text-transform: uppercase;
}

.mail__m {
  display: flex;
  flex-direction: column;
}
.skew-shake-y {
  animation: skew-y-shake 1.3s infinite;
}
@keyframes skew-y-shake {
  0% {
    transform: skewY(-15deg);
  }
  5% {
    transform: skewY(15deg);
  }
  10% {
    transform: skewY(-15deg);
  }
  15% {
    transform: skewY(15deg);
  }
  20% {
    transform: skewY(0deg);
  }
  100% {
    transform: skewY(0deg);
  }
}

#gio_hen {
  height: 38px;
}
.box_lienhe .fancybox-close-small {
  color: #fff !important;
}
input#date {
  padding-left: 10px;
}
#datepicker .bg-light {
  display: flex !important;
  align-items: center;
}

.kt__mb {
  display: none;
  height: 0;
}

.kt__mb a {
  text-decoration: none;
  font-size: 14px;
  color: #545454;
}
.back_top_mobile {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 5px;
  z-index: 99;
  background: #ff0000;
  padding: 3px 5px 5px 5px;
}

.back_top_mobile img {
  width: 30px;
}

@media screen and (min-width: 1600px) {
  /* .container {
        max-width: 1400px;
    } */
}

@media screen and (max-width: 1200px) {
  .df-foot1 .foot1Left {
    flex: 20%;
  }
  .iProTab ul {
    display: flex;
    justify-content: center;
    float: none;
  }
}

@media screen and (max-width: 1100px) {
  .swiperProductMenui-prev {
    left: -15px !important;
  }
  .swiperProductMenui-next {
    right: -15px !important;
  }
  .all_sub-category-grid .sub_category {
    width: 100%;
    display: block;
    text-align: center;
  }
  .sub_category .item__subcategory {
    display: inline-block;
    margin: 10px 10px;
  }
  .ntd .h3.ex2 {
    /* font-size: 30px; */
  }
  .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .logot img {
    height: 60px;
  }
  .menu_t > ul > li > a {
    font-size: 14px;
  }
  .list__menui > li > a > img {
    height: 100px;
  }
  .partnerItem {
    padding: 0 0;
  }
  .head-mobile {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .logo img {
    height: 80px;
  }
  .menu-mobi {
    width: 50px;
  }
  .slider__right {
    width: calc(100%);
  }
  .cate-left,
  .cate-right {
    width: 100%;
  }
  .cate-left {
    margin-bottom: 15px;
  }
  .list__SubCate {
    display: flex;
    justify-content: flex-start;
  }
  .list__SubCate > li {
    margin: 3px 5px 3px 0;
    position: relative;
    padding-right: 5px;
  }
  .list__SubCate > li:before {
    position: absolute;
    width: 1px;
    height: 40%;
    top: 30%;
    content: "";
    right: 0;
    background-color: #7d8fa6;
  }
  .list__SubCate > li:last-child::before {
    display: none;
  }
  .block__5 {
    width: calc(25% - 15px);
  }
  .grid__product {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .back_top_mobile {
    display: block;
  }
  .subNavm ul li,
  .subNavm ul li span {
    font-size: 20px;
  }
  .nav1 a img,
  .nav3 a img {
    max-height: 40px;
  }
  .item__quytrinh .img img {
    height: 80px;
    margin: 10px 0;
  }
  .gird__brand {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .swiperProductSale-prev {
    left: -5px !important;
  }
  .swiperProductSale-next {
    right: -5px !important;
  }
  .swiperProductSale-next,
  .swiperProductSale-prev {
    width: 30px !important;
    height: 30px !important;
  }
  .swiperProductMenui-next,
  .swiperProductMenui-prev {
    width: 30px !important;
    height: 30px !important;
  }
  .swiperProductMenui-prev {
    left: -5px !important;
  }
  .swiperProductMenui-next {
    right: -5px !important;
  }
  .container {
    max-width: 100%;
  }
  .site-slider .block__5 {
    width: calc(33.33% - 15px);
  }
  .content-nhanxet {
    width: 100%;
  }
  .tab_sanpham .nav-item .nav-link {
    height: 40px;
  }
  .logo img {
    max-height: 60px;
  }
  .cate__left {
    display: none;
  }
  .slider__right {
    margin-top: 80px;
  }
  .site-khuyenmai {
    margin-top: 0;
  }
  .feedback__content {
    padding-bottom: 50%;
  }
  .col-right-ctsp {
    width: 100%;
  }
  .item_product.item_product-right {
    width: calc(33.33% - 30px);
    margin: 15px 15px;
    float: left;
  }
}

@media screen and (max-width: 768px) {
  .grid__product {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .swiperProductSale .swiper-pagination {
    display: block;
  }
  .subNav .h3 {
    padding: 5px 0;
    min-height: 57px;
  }
  .site-cooper {
    padding: 30px 0;
  }
  .df-foot1 .foot1Right {
    grid-gap: 10px;
  }
  .iAbouts .img img {
    max-height: 100px;
  }
  .iAbouts {
    margin-top: 30px;
  }
  .iAbout .text {
    padding-right: 5%;
  }
  .pn-raw-area {
    padding: 30px 0;
    min-height: auto;
  }
  .pdArea .img {
    flex: 30%;
  }
  .pdArea .text1 {
    padding: 0 30px;
  }
  .df-msg .msgRf {
    padding-left: 0;
  }
  .df-msg .msgLm {
    display: none;
  }
  .site-dk {
    padding: 30px 0;
  }
  .df-foot2 {
    padding: 15px 0;
  }
  .df-foot2 ul li {
    text-align: center;
  }
  .subNav .h3 img {
    height: 18px;
  }
  .logot img {
    height: 40px !important;
    margin: 5px 0;
  }
  .pn-menu {
    height: 50px !important;
    background: #000 !important;
  }
  .df__mob {
    display: flex;
    justify-content: space-between;
  }
  .menu_t {
    display: none;
  }
  .df-foot1 {
    flex-direction: column;
  }
  .df-foot2 ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .df-cp {
    flex-direction: column;
    align-items: center;
  }
  .site-copyright p {
    line-height: 30px;
  }
  /* .subNav {
        bottom: -1px;
        left: 0px;
        right: 0px;
        top: auto;
        width: auto;
    } */
  /* .subNav ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    } */
  .site-copyright {
    padding: 5px 0;
  }
  .item-slide img {
    min-height: 300px;
  }
  body {
    padding-bottom: 56px;
  }
  .site-menui {
    padding: 15px 0;
  }
  .list__menui > li > a > img {
    height: 60px;
  }
  .site-bnc {
    margin-top: 0;
  }
  .block__5 {
    width: calc(33.33% - 15px);
  }
  .site-blogs {
    padding-bottom: 0 !important;
    padding-top: 20px !important;
  }
  .swiperProductSale-prev {
    left: -10px !important;
  }
  .swiperProductSale-next {
    right: -10px !important;
  }
  .chitiet_sp_hot_gia del,
  .chitiet_sp_hot_gia span {
    font-size: 20px;
  }
  .chitiet_sp_hot_title {
    margin-top: 30px;
    font-size: 24px;
  }
  .item_product.item_product-right {
    width: calc(50% - 30px);
  }
  .site-partner {
    padding: 5px 35px;
  }
  .site-blogs .col-sm-6 {
    width: 100%;
  }
  .feedback_text {
    width: 100%;
  }
  .feedback__content {
    padding-bottom: 60%;
  }
  .left__sl424,
  .right__ht424 {
    width: 100%;
    padding: 0;
  }
  .right__ht424 {
    margin: 10px 0;
  }
  .right__ht424 .divbd {
    background: none;
  }
  .right__ht424 .divbd ul li {
    width: calc(50% - 15px);
    margin: 7.5px 7.5px;
    float: left;
  }
  .df-foot2 ul li {
    font-size: 14px;
  }
  .tit__home .tit1 {
    font-size: 26px;
  }
  .tit__home span {
    font-size: 24px;
  }
  .grid__album {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
  .ntd .h3.ex2 {
    font-size: 3rem;
  }
  .gird__quytrinh {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .df_footcont {
    flex: 100%;
    margin-bottom: 30px;
  }
  .df_footsocial {
    flex: 100%;
    display: flex;
    justify-content: space-between;
  }
  footer .df {
    flex-direction: column;
  }
  footer {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
  }
  .bg__call.pd {
    min-height: 100px;
  }
  .bg__call.pd .cont {
    font-size: 30px;
    margin-top: 15px;
  }
  .bg__call.pd .name {
    text-indent: 100px;
    font-size: 24px;
  }
  .gird__thongke {
    grid-gap: 15px;
  }
  .grid__post {
    grid-template-columns: 1fr;
  }
  .blog__item_content .blog_tit {
    font-size: 24px;
  }

  .site-slider-inner {
    width: 80%;
  }

  .site-slider-slogan {
    font-size: 18px;
  }
}

@media screen and (max-width: 650px) {
  .df-kt {
    flex-direction: column;
  }
  .df-kt .kt_left {
    width: 100%;
    margin-bottom: 3rem;
    flex: 100%;
  }
  .df-kt .kt_right {
    width: 100%;
    margin-bottom: 3rem;
    display: block;
    padding: 1rem 0;
  }
  .item__quytrinh h3 {
    padding: 0 20px;
  }
  .pn-camket {
    min-height: 300px;
  }
  .df-ck .name h2 {
    font-size: 24px;
  }
  .gird__quytrinh {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
  .item__quytrinh .img img {
    max-height: 100px;
  }
  .site-quytrinh {
    padding: 0 0;
  }
  .gird__thongke {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .bg__call.pd {
    min-height: 80px;
  }
  .bg__call.pd .name {
    font-size: 20px;
  }
  .bg__call.pd .cont {
    font-size: 24px;
  }
  .pn-service {
    padding-bottom: 0;
  }
  .pntongdai {
    padding: 0 0;
  }
  .container__text {
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .site-bnc {
    margin-top: 0;
  }
  .list__menui > li {
    width: calc(20% - 10px);
    margin: 5px 5px;
  }
  .blog__item_content .blog_tit {
    font-size: 20px;
  }
  .blog__item .blog__item_content {
    padding: 15px 20px;
  }
  .blog__item .blog__item_content p {
    -webkit-line-clamp: 3;
  }
  .blog__item {
    margin-bottom: 15px;
  }
  .df-post__rel {
    grid-template-columns: 1fr;
  }
  .gird__brand {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 576px) {
  .swiperMenuiSv .swiper-slide a img {
    min-height: 230px;
  }
  .tk .num {
    font-size: 30px;
  }
  .kt_left img {
    max-height: 200px;
    margin-bottom: 30px;
  }
  .df-kt {
    flex-direction: column;
  }

  .container__text {
    height: 45%;
    padding-bottom: 0;
  }
  .ntd .h3.ex2 {
    font-size: 2.4rem;
  }
  .feedback_text {
    padding-top: 10px !important;
  }
  .item__kh img {
    width: 100px !important;
    height: 100px !important;
  }
  .item__kh p {
    margin-top: 15px;
  }
  .feedback__content {
    padding-bottom: 70%;
  }
  .logo__footer {
    margin-bottom: 10px;
  }
  .right-head_cart {
    text-align: right;
  }
  h4.blog_tit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 22px;
  }
  .site-cket {
    padding: 0 0;
  }
  .list__SubCate {
    display: block;
  }
  .list__SubCate li {
    display: inline-block;
  }
  .list__SubCate > li > a {
    line-height: 20px;
  }
  .site-copyright {
    padding: 5px 0;
  }
  .site-copyright p {
    line-height: 24px;
  }
  .block__5 {
    width: calc(50% - 15px);
  }
  .right-head_cart {
    height: 40px;
    line-height: 40px;
  }
  .right-head_cart img {
    height: 40px;
  }
  .foot_1 {
    width: 100%;
  }
  .foot_2,
  .foot_3 {
    width: 50%;
  }
  .iAbout {
    flex-direction: column;
  }
  .iAbout .text {
    margin-bottom: 15px;
  }
  .pn-about {
    padding: 0 0;
  }
  .iAbout .text {
    padding-right: 0;
  }
  .pdArea {
    flex-direction: column;
  }
  .pdArea .text1 {
    padding: 0 15px;
  }
  .df-cooper {
    flex-direction: column;
  }
  .df-cooper .text {
    padding-right: 0;
  }
  .df-cooper .text {
    padding-bottom: 30px;
  }
  .df-foot1 .foot1Right {
    grid-template-columns: 1fr 1fr;
  }
  .df-foot2 ul li {
    padding: 0 15px;
  }
  .tit__home {
    margin-bottom: 15px;
  }
  .grid__product {
    grid-template-columns: 1fr 1fr;
  }
  .blog__item.blog__vct:nth-child(even) a {
    flex-direction: column;
  }
  .df_footsocial {
    flex-direction: column;
  }
  .cont__map {
    text-align: left;
  }
  .df_footsocial .title-f {
    text-align: left;
  }
  .foot__list_map {
    left: 0;
    bottom: 110px;
  }
  .wrap-map iframe {
    max-height: 100%;
  }
  .df_footsocial .title-f {
    margin-top: 10px;
  }
  .pn-camket {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
  }
}

@media screen and (max-width: 500px) {
  .hotline_pd {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
      rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  }
  #gio_hen {
    margin-bottom: 10px;
  }
  .subNavm .nav3 p {
    margin-bottom: 0;
  }
  .navVIcon {
    height: 35px;
  }
  .hotline__center {
    display: flex;
    align-items: center;
    text-align: center;
    height: 70px;
    width: 70px;
    background: #008624;
    border-radius: 50%;
    justify-content: center;
    /*        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;*/
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
      rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset,
      rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset,
      rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px,
      rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px,
      rgba(0, 0, 0, 0.09) 0px 32px 16px;
    margin-top: -20px;
    margin-bottom: -10px;
    border: 8px solid #fff;
  }
  .hotline__center i {
    color: #fff;
    font-size: 30px;
  }
  .container__text h3 {
    font-size: 16px;
  }
  .lienhhe-fix {
    bottom: 210px;
  }
  .grid__post,
  .df-post__rel {
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .blog__item {
    margin: 0 0;
  }
  .chitiet_sp_hot_title {
    font-size: 20px;
  }
  .gird__brand {
    grid-template-columns: 1fr;
  }
  .blog__item a {
    flex-direction: column;
  }
  .blog__item .img,
  .blog__item .blog__item_content {
    flex: 100%;
  }
  .pn-brands {
    padding-bottom: 15px;
  }
  .iAbout .p {
    margin-bottom: 10px;
  }
  .iAbouts .img img {
    margin-bottom: 15px;
  }
  .pdArea .text1 {
    padding: 0 0;
  }
  .site-cooper {
    padding: 15px 0;
  }
  .site-dk {
    padding-bottom: 0px;
  }
  .pn-post {
    padding: 15px 0;
  }
  .itemNews a h3 {
    font-size: 16px;
  }
  .df-foot2 ul {
    flex-direction: column;
  }
  .list__menui > li {
    padding: 10px 0;
  }
  .list__menui > li {
    border-radius: 10px;
  }
  .title-rpmenu .icon-bar {
    width: 25px;
  }
  .title-rpmenu {
    top: 10px;
    left: 8px;
  }
  #arcontactus {
    display: block;
  }
  .fixedpage-action {
    display: none;
  }
  .foot_1 .content-f img {
    max-width: 150px;
    height: auto !important;
  }
  .item_product_title a {
    font-size: 14px;
    line-height: 22px;
  }
  .item_product_title {
    height: 44px;
  }
  .site-catehome {
    padding: 15px 0;
  }
  .site-bc {
    padding: 30px 0;
  }
  .tit__home span {
    font-size: 24px;
  }
  .partnerItem h4 {
    font-size: 13px;
  }
  .partnerItem img {
    height: 30px;
  }
  .site-bnc {
    padding: 0 0;
  }
  .list__menui > li > a > h3 {
    margin-top: 10px;
  }
  .list__menui > li > a > img {
    height: 40px;
  }
  .list__menui > li > a > h3 {
    font-size: 14px;
  }
  .foot_4 {
    width: 100%;
  }
  .foot_2,
  .foot_3 {
    width: 50%;
  }
  .foot_1 {
    width: 100%;
  }
  body {
    padding-top: 50px;
  }
  .item_product_img {
    height: 180px;
  }
  .partnerItem {
    padding: 20px 10px;
  }
  .logo img {
    max-height: 40px;
  }
  .site-vct {
    padding: 25px 0;
  }
  .swiperProductSale-next,
  .swiperProductSale-prev {
    color: #333 !important;
  }
  .right__ht424 .sup_item {
    padding: 10px 5px;
  }
  .item_product-right > a {
    padding: 10px 15px;
  }
  .item_product.item_product-right {
    width: calc(50% - 20px);
    margin: 10px 10px;
  }
  .logo__footer img {
    max-height: 80px;
  }
  .tab_sanpham .nav-item .nav-link {
    height: 40px;
    font-size: 15px;
  }
  .right__ht424 .divbd {
    padding: 0 0;
  }
  .swiperProductSale-next,
  .swiperProductSale-prev {
    top: 40% !important;
  }
  .link_wrap_img {
    padding: 15px;
  }
  .item_product > a .sale {
    top: 0;
  }
  .btn-dt,
  .btn-buyn {
    padding: 3px 10px;
  }
  .mxh__foo ul {
    text-align: left;
  }
  .title-f {
    margin-top: 15px !important;
  }
  .form-search-nav input {
    padding: 6px 10px;
    border-radius: 20px;
  }
  .tit__productPage {
    margin-bottom: 15px;
  }
  .item_product_price {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }
  .cart-btn {
    padding: 12px 10px;
    margin-left: 5px;
  }
  .tab_sanpham .nav-item .nav-link {
    font-size: 12px;
  }
  .tit_splq {
    margin: 15px 0;
  }
  h4.blog_tit a {
    font-size: 16px;
    line-height: 22px;
  }
  .pn-banner img {
    min-height: 250px;
  }
  .m_blog span.more {
    display: none;
  }
  /* .blog__item {
        margin: 15px;
    } */
  .footsocial_1 {
    margin: 0 0;
  }
  .footsocial_2 {
    margin: 0 0;
  }
  .foot__list_map {
    bottom: 80px;
  }
  .bg__call.pd .name {
    font-size: 16px;
    text-indent: 60px;
  }
  .bg__call.pd {
    min-height: 65px;
  }
  .bg__call.pd .cont {
    font-size: 20px;
  }
  .swiperBgFill .swiper-slide-active .item-slide .text {
    top: 10px;
  }
  .ntd .h3.ex2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 430px) {
  .ntd .h3.ex2 {
    font-size: 1.8rem;
  }
  .bg__call.pd .cont {
    margin-top: 10px;
  }
  .item__quytrinh h3 {
    padding: 0 0;
  }
  .gird__quytrinh {
    grid-gap: 10px;
  }
  .chitiet_sp_hot {
    padding: 30px 0;
  }
  #myTabContent {
    padding: 10px 0 !important;
  }
  .blog__item {
    margin: 5px 5px 15px 5px;
  }
  .tit__productPage span {
    font-size: 24px;
  }
  .product__txt h3 {
    font-size: 14px;
  }
  .product__txt {
    padding: 10px 5px;
  }
  .pn-banner img {
    min-height: 200px;
  }
  .foot_2,
  .foot_3 {
    width: 100%;
  }
  .item-slide img {
    min-height: 230px;
  }
  .item_product_price del {
    display: block;
    margin: 0 0;
  }
  .tab_sanpham .nav-item {
    margin-bottom: 5px;
  }
  .chitiet_sp_hot_gia {
    font-size: 24px;
  }
  .chitiet_sp_hot_gia del,
  .chitiet_sp_hot_gia span {
    font-size: 18px;
  }
  #btn-send-email {
    padding: 10px 25px;
  }
  .itemNews .pd {
    padding: 10px 10px;
  }
  .df-cooper .tit2 em {
    font-size: 16px;
    line-height: 1;
  }
  .msgRf .tit2 em {
    font-size: 20px;
    line-height: 1;
  }
  .tit__home .tit1 {
    font-size: 20px;
  }
  .iAbout .tit2 em {
    font-size: 20px;
  }
  .cont-info {
    padding: 0;
  }
  .wrap__map {
    padding-bottom: 90%;
  }
  .innerCont {
    margin: 0 0;
  }
  .tit__opage span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 416px) {
  .gird__kt .item__kt a p {
    display: none;
  }
  .gird__kt .item__kt a h3 {
    -webkit-line-clamp: 3;
  }
  .kt__mb {
    display: block;
  }
  .kt__mb a {
    color: rgb(34, 59, 138) !important;
  }
  .d-right {
    display: none;
  }
  .df-kt .kt_right {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 410px) {
  .tab_sanpham .nav-item .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bg__call.pd .name {
    text-indent: 50px;
    line-height: 27px;
    margin-bottom: 0;
    font-size: 15px;
  }
  .bg__call.pd .cont {
    margin-top: 0;
    font-size: 18px;
  }
  .bg__call.pd {
    min-height: 50px;
  }
  .bg__call.pd .cont {
    line-height: 24px;
  }
  .bg__call.pd .name {
    line-height: 20px;
  }
}

@media screen and (max-width: 400px) {
  .pn-banner img {
    min-height: 180px;
  }
  .flex__newsletter_bt {
    flex-direction: column;
  }
  #btn-send-email {
    margin-top: 10px;
  }
  .grid__album {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}

@media screen and (max-width: 376px) {
  .subNav .h3 span {
    font-size: 11px;
  }
  .blog__item {
    margin: 0 0 15px 0;
  }
  .button-link .bt {
    font-size: 14px;
    line-height: 24px;
    min-height: 40px;
    font-weight: 600;
  }
  .cart-btn {
    padding: 12px 5px;
    font-size: 13px;
  }
  .cart-plus-minus input {
    height: 40px;
  }
  .ntd .h3.ex2 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 320px) {
}

@media screen and (max-width: 280px) {
}
