.d-grid {
  display: grid;
}

.grid-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-col-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-col-10 {
  grid-template-columns: repeat(10, 1fr);
}

.grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-col-1-3-1 {
  grid-template-columns: 2fr 1fr 2fr;
}

.grid-col-3-1 {
  grid-template-columns: 3fr 1fr;
}

.grid-col-1-2 {
  grid-template-columns: 1fr 2fr;
}

.grid-col-2-1 {
  grid-template-columns: 2fr 1fr;
}

.grid-col-1-3 {
  grid-template-columns: 1fr 3fr;
}

.grid-col-1-8 {
  grid-template-columns: 1fr 8fr;
}

.gap-5 {
  gap: 5px !important
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.section h2 {
  font-weight: 700;
  font-size: 30px;
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fade-in.loaded {
  opacity: 1;
}

.header_pc .timkiem_header .search_pc {
  border-radius: 30px;
  border: 1px solid #ddd;
  display: flex;
  overflow: hidden;
}

.header_pc .timkiem_header .search_pc .search-input {
  border: 0;
  background: transparent;
}

.header_pc .timkiem_header .search_pc .btn_search {
  width: 80px;
  border: 0;
  background: var(--color-1st);
  color: #fff;
}

.menu-child-media,
.menu-child-child-media {
  position: absolute;
  top: 0;
  right: -100%;
  visibility: hidden;
  bottom: 0;
  width: 100%;
  transition: all 0.2s ease;
  background: var(--color-1st);
}

.menu-child-media.show,
.menu-child-child-media.show {
  right: 0;
  visibility: visible;
  transition: all 0.2s ease;
}

.menu-child-media .header-child,
.menu-child-child-media .header-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.menu-child-media .content-child .menu-child,
.menu-child-child-media .content-child .menu-child {
  padding-left: 0;
}

.menu-child-media .content-child .menu-child .menu-item a,
.nav_menu_ul .btn-group .nav_item {
  padding: 10px 20px;
  display: block;
  color: #fff;
}

.nav_menu_ul .btn-group,
.menu-child .menu-item {
  border-bottom: 1px solid #fff;
  border-radius: 0;
}

.btn_on_menu_child,
.btn_on_menu_child_child {
  height: 100% !important;
}

.btn_on_menu_child_child {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.btn_on_menu_child,
.btn_close_menu_child {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.menu-child-media .header-child .btn_close_menu,
.menu-child-child-media .header-child .btn_close_menu_child {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #ffff;
  color: #fff;
}

.menu-child-child-media {
  background: var(--color-1st);
  z-index: 1;
}

.all {
  position: fixed;
  width: 160px;
  height: 160px;
  display: flex;
  bottom: 0;
  z-index: 999;
}

#admin_bar {
  display: none;
}

.right_navheader .menu .menu-item a {
  padding: 5px 10px;
  font-size: 16px;
  display: block;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 30px;
}

.right_navheader .menu .menu-item.active a.menu-item-a {
  background: var(--color-1st);
  color: #fff;
}

.right_navheader .menu .menu-item.active.last a.menu-item-a::before {
  background: #082A73 !important;
  top: 0;
  transform: translateY(0);
  width: 100%;
  height: 100%;
}

.header_pc {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  padding: 10px 0;
}

.header_pc .container {
  position: relative;
}

.post .post__header h6.title,
.post .post__header .post__meta,
.product_hot p.title,
.product h6.title,
.post__header h4.title {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.product_hot p.title {
  -webkit-line-clamp: 2;
  height: 50px;
}

.post .post__header h6.title {
  -webkit-line-clamp: 2;
  height: 50px;
  font-weight: 600;
}

.post .post__header .post__meta {
  -webkit-line-clamp: 3;
  height: 75px;
}

.post__horizontal .post__title a {
  -webkit-line-clamp: 2;
  height: 53px;
  font-weight: 600;
}

.product h6.title {
  -webkit-line-clamp: 1;
}

.post__header h4.title {
  height: 25px;
}

.page-sidebar {
  position: sticky;
  top: 100px;
}

.f-700 {
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 20px;
}

.contact-form .contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-form .contact-form-row .contact-form-group,
.contact-column-12 .contact-form-group {
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 5px;
  display: grid;
  align-items: center;
  gap: 20px;
  grid-template-columns: 20px 1fr;
}

.contact-form .contact-form-row .contact-form-input,
.contact-column-12 .contact-form-input {
  border: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.post .image img,
.product .image img,
.categories_banner_section .categories_banner-image .banner-image img,
.categories_banner_section .slider_banner .image img,
.slider-nav1 .image img,
.product_hot_media .image img,
.product-image .product_img_box .image_item a img {
  bottom: 0px;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0px;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.2s ease;
}

.posts_news .post_new:hover .image img {
  transform: scale(1.2);
  transition: all 0.2s ease;
}

/* Khung image */

.product-image .product_img_box .image_item a {
  display: block;
}

.post .image,
.product .image,
.categories_banner_section .categories_banner-image .banner-image,
.categories_banner_section .slider_banner .image,
.slider-nav1 .image,
.product_hot_media .image,
.product-image .product_img_box .image_item a {
  background-size: cover;
  width: 100%;
  position: relative;
  background-position: 50% 50%;
  overflow: hidden;
  border-radius: 5px;
}

.post:hover .image img,
.product-image .product_img_box .image_item:hover a img,
.product:hover .image img {
  transform: scale(1.1);
  transition: all 0.2s ease;
}

.post .image img,
.product-image .product_img_box .image_item a img,
.product .image img {
  transition: all 0.2s ease;
}

.product-image .product_img_box .image_item a {
  height: 400px;
}

.post .image,
.product .image {
  height: 251px;
}

.product_hot_media .image {
  height: 100px;
}

.slider-nav1 .image {
  height: 65px;
}

.categories_banner_section .categories_banner-image .banner-image {
  height: 142px;
}

.categories_banner_section .slider_banner .image {
  height: 445px;
}

/* End khung image */

.slider-nav1 .item {
  margin-right: 10px;
}

.categories_banner_section .categories_banner-image .banner-image:hover img {
  transform: scale(1.1);
  transition: all 0.2s ease;
}

.categories_banner_section .categories_banner-image .banner-image a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-1st);
  color: #fff;
  padding: 5px 30px;
  border-radius: 30px;
  border-left: 3px solid #F2B13A;
  border-right: 3px solid #F2B13A;
  white-space: nowrap;
}

.categories_banner_section .categories_banner-image .banner-image a:hover {
  background: #F2B13A;
}

.post__horizontal {
  display: grid;
  grid-template-columns: 350px 1fr;
}

.widget__footer .newsletter-form .form-group-input {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  border: 1px solid #fff;
  padding: 5px 20px;
  transform: skewX(-10deg);
  border-radius: 5px;
  color: #fff;
}

.widget__footer .newsletter-form .form-group .form-control {
  background: transparent;
  border: 0;
  border-radius: 5px;
  color: #fff;
}

.widget__footer .newsletter-form .form-group .form-control::placeholder {
  color: #fff;
}

.widget__footer .newsletter-form .form-group button.btn {
  padding: 10px 20px;
  position: relative;
  transform: skewX(-10deg);
  border-radius: 5px !important;
  overflow: hidden;
  margin-top: 20px;
}

.widget__footer .newsletter-form .form-group button.btn::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #082A73;
  top: 0;
  left: 0;
}

.widget__footer .newsletter-form .form-group button.btn span {
  position: relative;
  transform: skewX(10deg);
  color: #fff;
  display: block;
}

.form-group-input .fa-envelope {
  position: relative;
}

.form-group-input .fa-envelope::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  content: '';
}

/* Menu icon */

.hamburger {
  cursor: pointer;
  margin-bottom: 0;
}

.hamburger svg {
  height: 2em;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
  fill: none;
  stroke: var(--color-1st);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
  stroke-dasharray: 12 63;
}

.hamburger.active svg {
  transform: rotate(-45deg);
}

.hamburger.active svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}

/* End menu icon */

.header_mobile {
  display: none;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  padding: 20px 0;
}

/* Menu mobile */

.menu_mobile_media {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease;
  z-index: 20;
}

.menu_mobile_media.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.1s ease;
}

.menu_mobile_media .nav_right {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: all 0.5s ease-in-out;
}

.menu_mobile_media .menu_mobile .nav_menu {
  display: grid;
  grid-template-columns: 1fr 3fr;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 78px;
}

.nav_menu h3.title::before {
  background: transparent;
}

.header_mobile .hea_mobile {
  position: relative;
}

.header_mobile .hea_mobile .logo {
  position: absolute;
  top: 0;
  left: 0;
}

.close_categories,
.close_categories_child {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav_menu_ul {
  padding-left: 0;
  list-style-type: none;
  display: grid;
  margin-bottom: 0;
}

.nav_menu_ul a {
  font-size: 16px;
  display: block;
}


.menu_mobile_media .nav_right {
  background: var(--color-1st);
}

.menu_mobile .nav_right h3.title {
  font-size: 28px;
  padding: 20px;
  border-bottom: 1px solid #fff;
}

.menu_mobile_media .nav_right h3.title,
.menu_mobile_media .nav_right .nav_menu_ul>li>a {
  color: #fff;
}

.nav_menu_category,
.nav_menu_category_child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #2b3036;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: all 0.5s;
}

.menu_mobile_media.active .nav_right,
.nav_menu_category.active,
.nav_menu_category_child.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
}


.menu-child-media.active,
.menu-child-child-media.active {
  right: 0;
  visibility: visible;
  transition: all 0.2s;
}

/* end menu mobile */

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children:hover .nav_menu_child {
  overflow: visible;
  max-height: 3000px;
  max-width: 3000px;
  opacity: 1;
  -webkit-transform: perspective(600px) rotateX(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  -o-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.nav_menu_child {
  overflow: hidden;
  display: block;
  max-height: 0px;
  max-width: 0px;
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  -moz-transform: perspective(600px) rotateX(-90deg);
  -ms-transform: perspective(600px) rotateX(-90deg);
  -o-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  border-radius: 0 0 5px 5px;
  padding: 0;
  background-color: #fff;
  box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -os-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  z-index: 99;
}

.menu-item-has-children .nav_menu_child li {
  border-bottom: 1px solid var(--color-1st);
}

.right_navheader .menu-item a:hover span,
.menu-item .nav_menu_child .menu_ul_child li a:hover {
  font-weight: 700 !important;
}

h3.title {
  position: relative;
  font-weight: 700;
  color: var(--color-1st);
}

h3.title::before {
  position: absolute;
  content: '';
  bottom: -10px;
  width: 50px;
  height: 1px;
  background: #F0B52E;
}

.page-sidebar .widget-sidebar .widget-content .category-ul a {
  display: block;
  padding: 5px 0;
  transition: all 0.5s ease;
}

.page-sidebar .widget-sidebar .widget-content .category-ul a:hover {
  transform: translateX(10px);
  transition: all 0.5s ease;
  color: var(--color-1st);
}

.btn_float .btn-fill-out {
  border: 1px solid var(--color-1st);
  border-radius: 5px;
}

.btn_float .btn-fill-out:hover {
  background: var(--color-1st);
  color: #fff;
}

.banner_intros {
  padding: 150px 0;
}

.form_contact .baogia_media {
  margin: 30px 0;
  background: #fff;
  border-radius: 15px;
}

.section_forms .left_forms_home,
.section_forms .form_contact .baogia_media {
  background: var(--color-1st);
  border-radius: 10px;
}

.section_forms .form_contact .baogia_media .contact-form-group .contact-form-input::placeholder,
.section_forms .form_contact .baogia_media .contact-form-group i,
.section_forms .form_contact .baogia_media .contact-form-group .contact-form-input {
  color: #fff;
}

.section_intro,
.section_chungnhan,
.section_services,
.section_whys,
.section_forms,
.section_news {
  padding: 100px 0;
}

.section_numbers {
  padding: 100px 0 0;
}

.widget__header h3.title {
  position: relative;
  display: inline;
}

.page-footer .widget__header {
  padding-bottom: 20px !important;
  margin-bottom: 20px;
}

.categories_banner_section {
  padding: 40px 0 0;
}

.categories_banner_section .categories_banner {
  display: grid;
  grid-template-columns: 300px 582px 300px;
  gap: 5px;
}

.categories_banner_section .categories_banner-products {
  background: url(../images/category_bg.png) center no-repeat;
  background-size: cover;
  max-height: 445px;
  border-radius: 5px;
  overflow: hidden;
  padding: 20px;
  padding-right: 0;
}

.categories_banner_section .categories_banner-products h4.title {
  background: #F2B13A;
  padding: 10px;
  border-radius: 30px;
  margin-right: 20px;
}

.categories_banner_section .categories_banner-products h4.title span {
  color: #fff;
  text-transform: uppercase;
}

.categories_banner_section .categories_banner-products .categories_banner-category {
  overflow-y: scroll;
  height: 382px;
}

.categories_banner_section .categories_banner-products .categories_banner-category::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: var(--color-1st);
}

.categories_banner_section .categories_banner-products .categories_banner-category::-webkit-scrollbar {
  width: 10px;
  background-color: var(--color-1st);
}

.categories_banner_section .categories_banner-products .categories_banner-category::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #fff;
}

.categories_banner_section .categories_banner-products .categories_banner-category .category-family a {
  color: #fff;
  position: relative;
}

.categories_banner_section .categories_banner-products .categories_banner-category .category-family>li>a {
  font-size: 18px;
  padding: 10px 0;
  padding-left: 30px;
  border-bottom: 1px solid #ffffff51;
  display: block;
  margin-bottom: 10px;
}

.categories_banner_section .categories_banner-products .categories_banner-category .category-family>li>a::before {
  content: '';
  background: #F2B13A;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.categories_banner_section .categories_banner-products .categories_banner-category .category_family-childs,
.categories_banner_section .categories_banner-products .categories_banner-category .category_family-childs-chils {
  padding-left: 20px;
}

.categories_banner_section .categories_banner-products .categories_banner-category .category_family-childs>li {
  padding: 10px 0;
}

.categories_banner_section .categories_banner-products .categories_banner-category .category_family-childs>li>a {
  font-size: 16px;
}

.categories_banner_section .categories_banner-products .categories_banner-category .category_family-childs>li>.btn_category {
  background: transparent;
  border: 0;
  color: #fff;
}

.categories_banner_section .categories_banner-products .categories_banner-category .category_family-childs-chils {
  display: none;
}

.categories_banner_section .categories_banner-products .categories_banner-category .category_family-childs-chils.active {
  display: block;
}

.categories_banner_section .categories_banner-products .categories_banner-category .category_family-childs-chils li a {
  padding: 10px 20px;
  display: block;
}

.categories_banner_section .categories_banner-products .categories_banner-category .category_family-childs-chils li a::before {
  content: '';
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.section h2.title {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.section h2.title::before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 30px;
  background: var(--color-1st);
  content: '';
}

.section_categories .category .btn_cat_product {
  padding: 5px 10px;
  background: transparent;
  border: 1px solid var(--color-1st);
  border-radius: 30px;
}

.section_categories .category .btn_cat_product:hover,
.section_categories .category .btn_cat_product.active {
  background: var(--color-1st);
  color: #fff;
}

.product .price_proudct .price {
  font-size: 16px;
  color: var(--color-1st);
  font-weight: 600;
}

.product .price_proudct .del-price {
  color: #B3B3B3;
}

.products_categories_child .products_categories {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.products_categories_child .products_categories.active {
  opacity: 1;
  visibility: visible;
  height: unset;
}

.products_categories_child .products_categories .product {
  transform: scale(0);
  transition: all 0.4s ease;
}

.products_categories_child .products_categories.active .product {
  transform: scale(1);
  transition: all 0.4s ease;
}

.section {
  padding: 100px 0;
}

.post {
  border-bottom: 3px solid var(--color-1st);
  border-radius: 20px;
}

.post .post__header {
  text-align: center;
  padding: 20px;
}

.btn_xemthem {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.btn_xemthem a {
  background: var(--color-1st);
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-block;
  text-transform: capitalize;
}

.page-footer {
  padding: 100px 0;
}

.page-footer * {
  color: #fff;
}

.suppost_footer {
  padding: 20px 0;
  border-top: 1px solid #dddddd58;
  border-bottom: 1px solid #dddddd58;
  margin: 40px 0;
}

.suppost_footer .item_suppost {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 10px;
}

.suppost_footer .item_suppost .icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F2B13A;
  border-radius: 50%;
}

.suppost_footer .item_suppost p {
  margin-bottom: 0;
}

.page-footer__social .social a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2b23a63;
  border-radius: 50%;
}

.page-footer__social .social a:hover {
  background: #F2B13A;
}

.btn_slider a,
.btn_slider button {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 5px 30px;
  border: 0;
  background: transparent;
}

.btn_slider a.btn_timhieuthe::before,
.btn_slider a.btn_baogia::before,
.btn_slider button.btn_baogia::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.btn_slider a.btn_timhieuthe::after,
.btn_slider a.btn_baogia::after,
.btn_slider button.btn_baogia::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  bottom: 0;
  right: 0;
  border-radius: 5px;
  z-index: 0;
}

.btn_slider a span,
.btn_slider button span {
  position: relative;
  text-transform: capitalize;
  transition: all 1s ease;
  z-index: 1;
}

.btn_slider a.btn_timhieuthe:hover:after,
.btn_slider a.btn_baogia:hover:after,
.btn_slider button.btn_baogia:hover:after {
  animation-name: twinkle-2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.btn_slider a.btn_baogia::after,
.btn_slider button.btn_baogia::after {
  background: #0ba1d34e;
}

.btn_slider a.btn_baogia::before,
.btn_slider button.btn_baogia::before {
  background: var(--color-1st);
}

@keyframes twinkle-2 {
  50% {
    transform: scale(2);
    opacity: 0;
  }
}

.widget .posts_policies li a {
  color: #fff;
  padding: 10px 20px;
  background: #082a737d;
  border-radius: 30px;
}

.danhmuc12 {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  overflow: hidden;
}

.danhmuc12 .title_p h3 {
  padding: 20px;
  border-bottom: 1px solid var(--color-1st);
}

.danhmuc12 .ps-list--categories li>a {
  display: block;
  font-size: 18px;
}

.danhmuc12 .ps-list--categories .menu-item-has-children>.sub-toggle-child,
.danhmuc12 .ps-list--categories .menu-item-has-children>.sub-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.danhmuc12 .ps-list--categories .sub-menu>li>a {
  padding: .5rem 20px;
}

.danhmuc12 .ps-list--categories .sub-menu .sub-menu-child,
.danhmuc12 .ps-list--categories .sub-menu {
  display: none;
}

.danhmuc12 .ps-list--categories .sub-menu .sub-menu-child.active,
.danhmuc12 .ps-list--categories .sub-menu.active {
  display: block;
}

.sub-menu-child li a {
  padding: .5rem 30px;
  font-size: 16px !important;
}

.sidebar {
  position: sticky;
  top: 100px;
}

h1.product_title {
  font-size: 20px;
}

.addThis_listing {
  position: fixed;
  right: 40px;
  bottom: 180px;
  display: grid;
  gap: 10px;
}

.addThis_listing .addThis_item .btn-shopping-cart {
  position: relative;
}

.addThis_listing .addThis_item .btn-shopping-cart .cart_count {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.addThis_listing .addThis_item .btn-shopping-cart .icon {
  width: 40px;
  height: 40px;
  background: #F2B13A;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.cart_dropdown:hover .cart_box {
  display: block;
}

.addThis_listing .addThis_item .btn-shopping-cart .icon svg {
  width: 20px;
  height: 20px;
}

.cart_box {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  width: 500px;
  padding: 20px;
  overflow-y: scroll;
  height: 300px;
}

.cart_box .cart_list img {
  width: 100px;
}

.cart_box .cart_list li {
  position: relative;
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-1st);
}

.cart_box .cart_list .item_remove {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
}

.cart_list li a {
  display: flex;
  gap: 10px;
}

.btn-fill-line.view-cart {
  border: 1px solid var(--color-1st);
  border-radius: 5px;
  padding: 10px 30px;
}

.btn-fill-line.view-cart:hover {
  background: var(--color-1st);
  color: #fff;
}

.btn-fill-out.checkout {
  border: 1px solid #F2B13A;
  border-radius: 5px;
  padding: 10px 30px;
}

.btn-fill-out.checkout:hover {
  background: #F2B13A;
  color: #ffff;
}

.suppot_products {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
}

.suppot_products h3.title {
  padding: 20px 20px 0px;
}

.suppot_products .first {
  padding: 20px;
}

.suppot_products li {
  padding: 10px 20px;
}

.suppot_products .first,
.suppot_products li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 10px;
  align-items: center;
}

.star_product i {
  color: #F2B13A;
}

#product-brand {
  border-bottom: 1px solid var(--color-1st);
  padding-bottom: 10px;
}

.decs_product {
  padding: 10px 0;
}

.cart-product-quantity {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quantity {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.quantity .qty {
  border: transparent;
  text-align: center;
}

.quantity .minus,
.quantity .plus {
  border: transparent;
  background: transparent;
}

.cart_btn .cart {
  display: flex;
  gap: 10px;
  align-items: center;
}

.cart_btn .cart .btn.btn-fill-out {
  border: 1px solid var(--color-1st);
}

.cart_btn .cart .btn.btn-fill-out:hover {
  background: var(--color-1st);
  color: #fff;
}

.product_price-chitiet .product-sale-price-text,
.product_hot .product-sale-price-text {
  color: var(--color-1st);
  font-size: 18px;
  font-weight: 700;
}

.tab-style3 .nav-item .nav-link {
  font-size: 18px;
}

.product_hot_media .product_hot {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
}

.remove-cart-button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-1st);
  border-radius: 50%;
}

.remove-cart-button i {
  color: var(--color-1st);
}

.remove-cart-button:hover {
  background: var(--color-1st);
}

.remove-cart-button:hover i {
  color: #fff;
}

.btn.btn-fill-out {
  border: 1px solid var(--color-1st);
}

.product .link_image {
  position: relative;
}

.product .star_product {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background: var(--color-1st);
  margin: 0 auto;
  border-radius: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  gap: 5px;
  bottom: -20px;
}

.product .link_title h6.title {
  padding-top: 40px;
}

@media screen and (min-width: 992px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 992px) {

  .btn_order{
    margin-bottom: 30px;
  }

  .btn-group .btn_on_menu_child {
    border-left: 1px solid #fff !important;
    border-radius: 0;
  }

  .posts_policies {
    display: none !important;
  }

  .page-footer {
    padding: 50px 15px;
  }

  .product .link_title h6.title {
    padding-top: 20px;
  }

  .product .star_product {
    font-size: 10px;
    padding: 5px 20px;
    bottom: -8px;
  }

  .section_categories .category {
    overflow-x: scroll;
    justify-content: left !important;
  }

  .section_categories .category .btn_cat_product {
    white-space: nowrap;
  }

  .section {
    padding: 50px 0;
  }

  .categories_banner_section {
    padding: 0 0;
  }

  .header_mobile .hea_mobile .logo {
    position: unset;
  }

  .hea_mobile .logo img {
    height: 40px;
  }

  .header_section .decs.w-50,
  .content_footer.w-50 {
    width: 100% !important;
  }

  .suppost_footer {
    display: grid !important;
  }

  .search-btn {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }

  .header_pc {
    display: none;
  }

  .header_mobile,
  .post__horizontal {
    display: block;
  }

  h4.title,
  h6.title {
    font-size: 14px;
  }

  h2.title {
    font-size: 20px;
  }

  body {
    font-size: 14px;
  }

  .footer_light .content--footer {
    margin-bottom: 40px;
  }

  .addThis_listSharing {
    bottom: 160px !important;
    left: 25px !important;
  }

  #navCatContent li a.nav-link {
    height: auto !important;
    padding: 0.3rem 1rem;
  }

  .news-featured .items .intro .title {
    margin-bottom: 10px !important;
  }

  .news-featured .items {
    margin-bottom: 30px;
  }

  .contact--fixed .contact {
    overflow-y: scroll;
    height: 100vh;
    flex-wrap: wrap;
  }

  .categories_banner_section .slider_banner .image {
    height: 200px;
  }

  .categories_banner-products {
    display: none;
  }

  .categories_banner_section .categories_banner {
    display: block;
  }

  .categories_banner-image,
  .whitebox-cover .section-content {
    grid-template-columns: 1fr 1fr;
  }

  .categories_banner-image .banner-image.last {
    grid-column: span 2;
  }

  .categories_banner_section .categories_banner-image .banner-image a {
    white-space: nowrap;
  }

  .contact--fixed .contact .form-contact {
    grid-template-columns: 1fr !important;
  }

  .lienhe_contact .contant {
    flex-wrap: wrap;
    text-align: center;
    gap: 20px;
    justify-content: center;
  }

  .link--support .d-flex {
    flex-wrap: wrap;
  }

  .footer_light .container,
  .menu--footer.grid-col-2 {
    display: grid !important;
    justify-items: center;
    gap: 20px;
  }

  .footer-menu {
    flex-wrap: wrap;
  }

  .navbar.show .navbar-collapse.mobile_side_menu {
    right: 0;
    width: 70%;
  }

  .menu--fixed {
    padding: 10px 0;
  }

  .menu--fixed ul li * {
    color: #fff;
    fill: #fff;
  }

  .menu--fixed button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-family: inherit;
  }

  .menu--fixed .background {
    position: relative;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(74, 74, 74, 0.39);
    mix-blend-mode: luminosity;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(15px);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menu--fixed .menu__icon {
    width: 22px;
    height: 22px;
    padding: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform .4s;
  }

  .menu--fixed .menu__icon span {
    width: 100%;
    height: 0.25rem;
    border-radius: 0.125rem;
    background-color: #fff;
    box-shadow: 0 .5px 2px 0 hsla(0, 0%, 0%, .2);
    transition: width .4s, transform .4s, background-color .4s;
  }

  .menu--fixed .menu__icon :nth-child(1) {
    width: 75%;
  }

  .menu--fixed .menu__icon :nth-child(2) {
    width: 50%;
  }

  .menu--fixed .menu_fixed-ul {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    align-items: center;
    justify-content: space-around;
  }

  .menu--fixed {
    background: var(--color-1st);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: block;
  }

  .support-moidle {
    position: absolute;
    bottom: 140%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
  }

  .support-moidle.show {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease;
  }

  .support-moidle .support {
    padding-left: 0;
    list-style-type: none;
    background-color: var(--color-1st);
    width: 180px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
  }

  .support-moidle .support img {
    width: 30px;
    height: 30px;
  }

  .bottom--why ul {
    flex-wrap: wrap;
  }

  .moblie_header {
    display: block;
  }

  .fixed-top {
    position: sticky;
  }

  .moblie_header {
    background: var(--color-1st);
    padding: 20px 0;
  }

  .moblie_header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .timkiem {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 999;
  }

  .section h2 {
    font-size: 20px;
    width: 100% !important;
  }

  .logo--footer {
    text-align: center;
  }

  .shop_container.grid-col-3,
  .products_categories .d-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-media .container.grid-col-3-1,
  .footer_light .container,
  .menu--footer.grid-col-2,
  .post-group,
  .page-content,
  .contact-form .contact-form-row {
    grid-template-columns: 1fr;
  }

  .addThis_listing {
    bottom: 150px;
    transform: unset;
  }

  .mobile_side_menu .menu-title {
    border-bottom: 1px solid var(--color-1st);
    background: var(--color-1st);
  }

  .product .image {
    height: 150px;
  }

  .info_slider .text {
    width: 90%;
  }

  .baogia_media .logo {
    width: 80px;
  }

  .order-first {
    order: 0 !important;
  }

  #filter_categories {
    margin-bottom: 30px;
  }

  .whitebox-cover .d-grid.grid-col-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .top--footer::after {
    width: 0 !important;
  }

  .thongtin-footer {
    justify-items: center;
    gap: 0px !important;
  }

  .thongtin-footer .right {
    display: block !important;
    padding: 10px !important;
  }

  .thongtin-footer .right .icon {
    display: none;
  }

  .top--footer::before {
    width: 100% !important;
    background-position: left !important;
  }

  .breadcrumb * {
    font-size: 10px;
  }

  .all {
    bottom: 40px !important;
    left: -33px;
  }

  .news-featured .section_header {
    margin-bottom: 40px;
  }

  .addThis_listing {
    display: grid;
    margin-bottom: 0;
  }

}

@media (max-width:769px) {}

@media (max-width: 600px) {}

@media (max-width: 480px) {}

@media (max-width: 390px) {}