.section_cate {
  position: relative;
  margin-bottom: 0;
  padding-top: 30px;
}
.desc-xt li {
    list-style: unset !important;
}

.desc-xt ul {
    margin-left: 30px;
}

.home-top-left {
    display: block !important;
}

.btn-all-web-action {
    text-align: center;
}

.list_cate .slide_cate .item:last-child span {
    font-size: 12px;
}

#scrollableDiv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#scrollableDiv::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#scrollableDiv::-webkit-scrollbar-thumb {
    background-color: #333;
    border: 2px solid #555555;
    border-radius: 25px;
}

#scrollableDiv {
    height: 410px;
    overflow: hidden;
    transition: height 0.5s;
}

#scrollableDiv.haha {
    height: 360px;
    transition: height 0.5s;
    overflow-y: scroll;
}

.cate_home .list_cate .item {
    width: 33.33%;
}

.slick-arrow {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: #cfcfcf;
    justify-content: center;
    align-items: center;
    top: -35px;
}

.slick-arrow i {
    font-size: 18px;
    color: gray;
}

.slick-arrow.slick-next {
    right: 5px;
}

.slick-arrow.slick-prev {
    right: 50px;
    left: unset;
}

.selling .slick-arrow.slick-next {
    left: 50px;
    right: unset;
}

.selling .slick-arrow.slick-prev {
    right: unset;
    left: 5px;
}

.slick-dots li {
    border-radius: 3px;
    width: 8px;
    height: 8px;
    background-color: #a8a8a8;
    line-height: 9px;
    border-radius: 100%;
}

.slick-dots li.slick-active {
  background-color: #e9781a;
}

.slick-dots li button::before {
    content: unset;
}

.slick-dots {
    position: absolute;
    bottom: 5px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

@media (max-width: 767px) {
  .section_cate {
    /* margin-bottom: 15px; */
    padding-top: 15px;
  }
}

.section_cate .box-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .section_cate .box-title {
    display: block
  }
}

.section_cate .box-title .ul_list_cate {
  text-align: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding-right: 150px;
}

.section_cate .swiper_cates .slick-arrow {
  top: -20px;
}

@media (max-width: 767px) {
  .section_cate .box-title .ul_list_cate {
    justify-content: center;
    width: 100%;
    overflow-x: scroll;
    margin-top: 10px
  }
}

@media (max-width: 767px) {
  .section_cate .box-title .ul_list_cate {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    justify-content: inherit
  }
}

.section_cate .box-title .ul_list_cate .item-link {
  margin-bottom: 0;
  cursor: pointer;
  display: flex;
  margin: 0px;
  font-size: 16px;
  padding: 5px 10px;
  transition: 0s all
}

.section_cate .box-title .ul_list_cate .item-link:last-child {
  padding-right: 0px
}

.section_cate .box-title .ul_list_cate .item-link:first-child {
  padding-left: 0px
}

.section_cate .box-title .ul_list_cate .item-link a {
  position: relative;
  display: block;
  margin-top: 0;
  font-weight: 600;
  font-size: 16px;
  color: #333
}

.section_cate .box-title .ul_list_cate .item-link a:hover {
  color: #f8c144
}

@media (max-width: 767px) {
  .section_cate .box-title .cate-next-prev {
    display: none
  }
}

.section_cate .box-title .cate-next-prev svg path {
  fill: #7e7e7e
}

.section_cate .box-title .cate-next-prev .section-1-prev {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #f2f3f4;
  justify-content: center;
  align-items: center
}

@media (min-width: 767px) {
  .section_cate .box-title .cate-next-prev .section-1-prev:hover {
    background-color: #fb831a
  }

  .section_cate .box-title .cate-next-prev .section-1-prev:hover svg path {
    fill: #fff
  }
}

.section_cate .box-title .cate-next-prev .section-1-next {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #f2f3f4;
  justify-content: center;
  align-items: center
}

@media (min-width: 767px) {
  .section_cate .box-title .cate-next-prev .section-1-next:hover {
    background-color: #fb831a
  }

  .section_cate .box-title .cate-next-prev .section-1-next:hover svg path {
    fill: #fff
  }
}

.section_cate .box-title .cate-next-prev .swiper-button-disabled {
  opacity: 0.4;
  cursor: inherit;
  display: inline-flex !important
}

.section_cate .box-title .cate-next-prev>div {
  cursor: pointer
}

.section_cate .box_cate_index {
  margin-top: 0px !important;
  padding: 10px 0px;
}

@media (max-width: 767px) {
  .section_cate .box_cate_index {
    overflow: initial;
    padding-bottom: 20px;
  }

  .section_cate .box_cate_index.swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: auto
  }

  .section_cate .box_cate_index.swiper-wrapper .swiper-slide {
    padding-left: 7.5px;
    padding-right: 7.5px;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
    max-width: 125px;
    min-width: 125px;
    margin-bottom: 7px
  }

  .section_cate .box_cate_index .swiper-button-prev,
  .section_cate .box_cate_index .swiper-button-next {
    display: none
  }
}

.section_cate .box_cate_index .item-cate {
  border: 1px solid #fff;
  border-radius: 5px;
  transition: 0.3s all;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 0px;
}
.section_cate .box_cate_index .item-cate .images_home {
	background: url(../images/bg_product.jpg);
  padding: 30px;
	border-radius: 5px;
}
.section_cate .box_cate_index .item-cate .images_home img {
	background: #fff;
	padding: 20px;
	border: solid #959595 1px;
	box-shadow: rgb(0 0 0 / 35%) 7px 7px 10px;
	border-radius: 50%;
  height: 270px;
}

.section_cate .box_cate_index .item-cate .icon_cate {
  overflow: hidden;
  width: 100%;
  display: flex;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -os-justify-content: center;
  -o-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -os-display: flex;
  align-items: center;
  position: relative;
  height: auto !important;
  padding-bottom: 70%;
  /*! padding: 10px 0px; */
  margin-bottom: 10px;
}

.section_cate .box_cate_index .item-cate .icon_cate img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  will-change: opacify;
  transform: scale(1);
  transition: all 0.5s ease;
  /*! padding: 10px 0px; */
}

.section_cate .box_cate_index .item-cate .opaci_href {
  z-index: 1
}

.section_cate .box_cate_index .item-cate .box_cate-content{
  /*! background: linear-gradient(90deg, rgb(223, 101, 3) 0%, #e87922 33%, rgb(255, 113, 0) 55%); */
}
.section_cate .box_cate_index .item-cate h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0px;
  display: block;
  color: #e9781a;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.3s all;
  /*! text-transform: uppercase; */
  padding-bottom: 0px;
}

.section_cate .box_cate_index .item-cate span {
  font-size: 14px;
  color: #4f4f4f;
  margin-bottom: 5px;
  display: block
}

.section_cate .box_cate_index .item-cate:hover,
.section_cate .box_cate_index .item-cate:focus {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #fb831a;
}

.section_cate .box_cate_index .item-cate:hover h3,
.section_cate .box_cate_index .item-cate:focus h3 {
  color: #fb831a;
}

.section_cate .item-pro-cate {
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  overflow: auto;
  justify-content: start
}

.section_cate .item-pro-cate .box_img_cate {
  flex: 1;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 3px;
  background: #f8f8f8;
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
  height: auto;
  width: 100%
}

.section_cate .item-pro-cate .box_img_cate img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  will-change: opacify;
  transform: scale(1);
  transition: all 0.5s ease;
  padding: 3px
}


.banner_col_2 .banner_men:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.banner_col_2 .banner_men img {
  width: auto !important;
  max-height: 100%;
  border-radius: 10px;

  will-change: opacify;
  transform: scale(1);
  transition: all 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.banner_col_2 .banner_men {
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
}

.project .slide-4,
.project .slide-5 {
  margin-inline: calc(-1 * var(--gutter));
}



.section_blog {
  position: relative;
  margin-bottom: 40px
}

@media (max-width: 992px) {
  .section_blog {
    margin-bottom: 15px
  }
}

.section_blog .title-module {
  padding: 20px 20px 0px;
  background-color: #f7f7f7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  margin: 0;
}

@media (max-width: 767px) {
  .section_blog .title-module {
    padding: 10px 10px 0px;
    margin-bottom: 0px
  }
}

.section_blog .content_blogs {
  color: #565656;
  font-size: 16px;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-bottom: 25px
}

.section_blog .item_null {
  margin-right: 0px !important
}

.section_blog .item_null .item-blog {
  aspect-ratio: 290/315;
  background: #fff;
  height: auto;
  padding: 0px;
  border-radius: 10px;
  margin-bottom: 20px
}

@media (max-width: 767px) {
  .section_blog .item_null .item-blog {
    margin-bottom: 14px
  }
}

.section_blog .item-blog {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 100%
}

.section_blog .item-blog .block-thumb {
  position: relative
}

.section_blog .item-blog .block-thumb .thumb {
  overflow: hidden;
  width: 100%;
  display: flex;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -os-justify-content: center;
  -o-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -os-display: flex;
  align-items: center;
  position: relative;
  height: auto !important;
  padding-bottom: 63.5%;
  border-radius: 10px
}

.section_blog .item-blog .block-thumb .thumb img {
  width: 100% !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  will-change: opacify;
  transform: scale(1);
  transition: all 0.5s ease
}

.section_blog .item-blog .block-thumb:hover img {
  transform: scale(1.1)
}

.section_blog .item-blog .block-content {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #fff;
  width: 100%;
  position: relative;
  padding: 10px
}

.section_blog .item-blog .block-content h3 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 5px;
  min-height: 48px;
  font-size: 16px
}

.section_blog .item-blog .block-content h3 a {
  color: #000;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.section_blog .item-blog .block-content h3 a:hover {
  color: #fb831a
}

.section_blog .item-blog .block-content p.justify {
  font-size: 14px;
  color: #333;
  font-weight: 300;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}

.section_blog .item-blog .block-content p.justify img,
.section_blog .item-blog .block-content p.justify iframe,
.section_blog .item-blog .block-content p.justify table {
  display: none
}

.section_blog .item-blog .day_time {
  color: #fff;
  position: absolute;
  top: 10px;
  left: 0px;
  background: #0096d6;
  padding: 2px 15px 4px 10px;
  line-height: normal;
  z-index: 9;
  text-align: center;
  border-radius: 0px 40px 40px 0px
}

.section_blog .item-blog .day_time .day_item {
  font-size: 18px;
  display: block;
  font-weight: 600;
  line-height: 22px
}

.section_blog .item-blog .day_time .myear_item {
  font-size: 12px;
  display: block;
  font-weight: 400
}

.section_blog .swiper_blogs {
  position: static;
  background-color: #f7f7f7;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: none;
  padding: 15px
}

.section_blog .swiper_blogs .swiper-slide {
  height: auto
}

@media (max-width: 992px) {
  .section_blog .swiper_blogs {
    margin-bottom: 15px
  }
}

@media (max-width: 767px) {
  .section_blog .swiper_blogs {
    overflow: initial
  }

  .section_blog .swiper_blogs .swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-right: -7.5px;
    margin-left: -7.5px;
    width: auto
  }

  .section_blog .swiper_blogs .swiper-wrapper .swiper-slide {
    padding-left: 7.5px;
    padding-right: 7.5px;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
    margin-bottom: 14px
  }

  .section_blog .swiper_blogs .swiper-wrapper .swiper-slide .cate-item .bg-thumb {
    padding: 10px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px))
  }

  .section_blog .swiper_blogs .swiper-button-prev,
  .section_blog .swiper_blogs .swiper-button-next {
    display: none
  }
}

.section_blog .swiper_blogs .tab-next-prev {
  position: absolute;
  top: 15px;
  right: 30px
}

@media (max-width: 767px) {
  .section_blog .swiper_blogs .tab-next-prev {
    display: none
  }
}

.section_blog .swiper_blogs .tab-next-prev svg path {
  fill: #7e7e7e
}

.section_blog .swiper_blogs .tab-next-prev .section-blog-prev {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #cfcfcf;
  justify-content: center;
  align-items: center
}

@media (min-width: 767px) {
  .section_blog .swiper_blogs .tab-next-prev .section-blog-prev:hover {
    background-color: #fb831a
  }

  .section_blog .swiper_blogs .tab-next-prev .section-blog-prev:hover svg path {
    fill: #fff
  }
}

.section_blog .swiper_blogs .tab-next-prev .section-blog-next {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #cfcfcf;
  justify-content: center;
  align-items: center
}

@media (min-width: 767px) {
  .section_blog .swiper_blogs .tab-next-prev .section-blog-next:hover {
    background-color: #fb831a
  }

  .section_blog .swiper_blogs .tab-next-prev .section-blog-next:hover svg path {
    fill: #fff
  }
}

.section_blog .swiper_blogs .tab-next-prev .swiper-button-disabled {
  opacity: 0.4;
  cursor: inherit;
  display: inline-flex !important
}

.section_blog .swiper_blogs .tab-next-prev>div {
  cursor: pointer
}

.section_blog .see-more {
  text-align: center;
  position: relative;
  margin-top: 15px;
  font-size: 16px
}

@media (max-width: 767px) {
  .section_blog .see-more {
    margin-top: 10px
  }
}

.section_blog .see-more a {
  background-color: #fff;
  color: #034fab;
  height: 35px;
  line-height: 33px;
  padding: 0px 25px;
  border: 1px solid #034fab;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .section_blog .see-more a {
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    font-size: 14px
  }
}

.section_blog .see-more a:hover {
  color: #fff;
  background-color: #4aaadd;
  border: 1px solid #4aaadd;
}

.section_blog .box_alert {
  position: static;
  background-color: #f7f7f7;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: none;
  padding: 15px
}

@media (max-width: 767px) {
  .section_blog .box_alert {
    padding: 10px
  }
}

.section_blog .swiper_feedback {
  position: static;
  background-color: #f7f7f7;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: none;
  
}
.section_blog .customer-feel{
  padding: 15px 15px 4px;
  background-color: #f7f7f7;
  border-radius: 10px;
  height: 100%;
}
.section_blog .customer-feel .title-module{
  padding: 5px 5px 0px !important;
}
@media (max-width: 767px) {
  .section_blog .swiper_feedback {
    overflow: initial;
    /* padding: 15px; */
  }

  .section_blog .swiper_feedback .swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-right: -7.5px;
    margin-left: -7.5px;
    width: auto
  }

  .section_blog .swiper_feedback .swiper-wrapper .swiper-slide {
    padding-left: 7.5px;
    padding-right: 7.5px;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
    margin-bottom: 14px
  }

  .section_blog .swiper_feedback .swiper-wrapper .swiper-slide .cate-item .bg-thumb {
    padding: 10px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px))
  }

  .section_blog .swiper_feedback .swiper-button-prev,
  .section_blog .swiper_feedback .swiper-button-next {
    display: none
  }
}

.section_blog .swiper_feedback .swiper-slide {
  height: auto
}

.section_blog .review_box {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 15px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #ececec;
}

@media (max-width: 767px) {
  .section_blog .review_box {
    margin-bottom: 0px
  }
}

@media (max-width: 321px) {
  .section_blog .review_box {
    padding: 5px
  }
}

.section_blog .review_box .review_img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10px
}

.section_blog .review_box .icon_gach {
  max-height: 12px;
  line-height: 1;
  margin-bottom: 3px
}

.section_blog .review_box .icon_gach img {
  max-height: 12px;
  max-width: 80px;
  margin: 0 auto;
}

.section_blog .review_box p {
  margin-bottom: 10px;
  color: #353535;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section_blog .review_box .name_review {
  font-size: 19px;
  font-weight: 400;
  color: #034fab;
  display: block;
  margin-bottom: 1px
}

@media (max-width: 767px) {
  .section_blog .review_box .name_review {
    font-size: 16px
  }
}

.section_blog .review_box .job_review {
  color: #353535;
  font-weight: 300;
}

.section_blog .review_box .content_review {
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .section_blog .review_box .content_review {
    font-size: 14px
  }
}

@media (max-width: 321px) {
  .section_blog .review_box .content_review {
    font-size: 13px
  }
}

.section_blog .swiper-pagination.swiper-pagination-bullets {
  bottom: 15px
}

.section_blog .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 3px;
  width: 20px;
  height: 7px;
  background-color: #000;
  line-height: 9px
}

.section_blog .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fb831a
}

@media (max-width: 767px) {
  .section_blog .swiper-pagination.swiper-pagination-bullets {
    display: none
  }
}

.brand-body {
  background-color: #fff;
  border-top: none;
  padding: 0px;
  border-radius: 10px;
}

.brand-body .title-section {
  text-align: center;
  width: 100%;
}

.item_list_brand {
  padding: 10px 15px;
  background: #fff;
  margin: 10px 7px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) -0.05px 0.95px 3.6px;
  transition: transform .8s ease-in-out;
  transform: translateY(0px);
}
.item_list_brand:hover{
  transform: translateY(-5px);
}
.pd-section-content {
  padding-top: 15px;
}

.section_chinh_sach {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .section_chinh_sach {
    margin-bottom: 15px
  }
}

.section_chinh_sach .promo-box .promo-item {
  text-align: center;
  min-height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background: linear-gradient(162deg, rgb(223, 101, 3) 0%, rgb(244, 126, 32) 37%, rgb(223, 101, 3) 85%);
}

.section_chinh_sach .promo-box .promo-item .icon {
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 5px;
}

@media (max-width: 992px) {
  .section_chinh_sach .promo-box .promo-item {
    min-height: 92px;
    margin-bottom: 10px
  }

  .section_chinh_sach .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    width: auto
  }
}

.section_chinh_sach .promo-box .promo-item:last-child,
.section_chinh_sach .promo-box .promo-item:nth-child(3) {
  border-right: 0px none
}

.section_chinh_sach .promo-box .icon {
  margin-bottom: 5px
}

.section_chinh_sach .promo-box .icon img {
  max-width: 50px;
}

@media (max-width: 767px) {
  .section_chinh_sach .promo-box .icon img {
    max-width: 44px
  }
}

.section_chinh_sach .info {
  text-align: left;
  display: inline-table;
  vertical-align: middle;
  margin-bottom: 0px;
  margin-top: 0;
  color: #000
}

.section_chinh_sach .info h3 {
  font-size: 19px;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 5px;
  line-height: initial;
  color: #ffffff;
}

@media (max-width: 767px) {
  .section_chinh_sach .info h3 {
    font-size: 14px;
    line-height: 1
  }
}

.section_chinh_sach .info span {
  font-size: 14px;
  display: block;
  line-height: initial;
  font-weight: 400;
  color: #fff;
}

.selling .title-section {
  display: none;
}

@media (max-width: 767px) {
  .section_chinh_sach .info span {
    line-height: 1
  }

  .title-section {
    text-align: center;
    width: 100%;
    font-size: 24px;
  }

  .selling .title-section {
    display: block;
  }
}


.section_video_blog {
  position: relative;
  padding-bottom: 20px;
  padding-top: 25px;
  background: #eee;
}
.section_video_blog .slick-dots {
	bottom: -30px;
}

@media (max-width: 992px) {
  .section_video_blog {
    margin-bottom: 15px
  }
}

.section_video_blog .container {
  position: relative
}

.section_video_blog .title-module {
  padding: 15px 15px 0px;
  background-color: #f7f7f7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

@media (max-width: 767px) {
  .section_video_blog .title-module {
    padding: 10px 10px 0px;
    margin-bottom: 0px
  }
}

.section_video_blog .content_blogs {
  color: #565656;
  font-size: 16px;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-bottom: 25px
}

.section_video_blog .item_null {
  margin-right: 0px !important
}

.section_video_blog .item_null .item-blog {
  aspect-ratio: 292/255;
  background: #fff;
  height: auto;
  padding: 0px;
  border-radius: 10px;
  border: 1px solid #f0f1f2
}

@media (max-width: 767px) {
  .section_video_blog .item_null .item-blog {
    margin-bottom: 14px
  }
}

.section_video_blog .item-blog {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  /*! border: 1px solid #f0f1f2; */
  height: 100%
}

.section_video_blog .item-blog .thumbabsolute {
  position: absolute;
  background-color: transparent;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2
}

.section_video_blog .item-blog .block-thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -os-justify-content: center;
  -o-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -os-display: flex;
  align-items: center;
  position: relative;
  height: auto !important;
  padding-bottom: 56.5%;
}

.section_video_blog .item-blog .block-thumb img {
  width: auto !important;
  max-height: 98%;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  left: 0;
  right: 0;
  margin: auto;
  will-change: opacify;
  transform: scale(1);
  transition: all 0.5s ease
}

.section_video_blog .item-blog .block-thumb .icon_video {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.17)
}

.section_video_blog .item-blog .block-thumb .icon_video svg {
  width: 40px;
  height: 40px
}

.section_video_blog .item-blog .block-thumb .icon_video svg path {
  fill: #fff
}

.section_video_blog .item-blog .block-content {
  width: 100%;
  position: relative;
  padding: 0px 10px;
  min-height: 40px;
}

.section_video_blog .item-blog .block-content h3 {
  margin-top: 0;
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  color: #333;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0px !important;
}

.section_video_blog .item-blog:hover img {
  transform: scale(1.1)
}

.section_video_blog .item-blog:hover h3 {
  color: #fb831a
}

.section_video_blog .item-blog:hover .icon_video path {
  fill: #fb831a
}

.section_video_blog .swiper_video_blog {
  position: static;
}

.section_video_blog .swiper_video_blog .swiper-slide {
  height: auto
}

@media (max-width: 767px) {
  .section_video_blog .swiper_video_blog {
    padding: 10px;
    overflow: initial
  }

  .section_video_blog .swiper_video_blog .swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-right: -7.5px;
    margin-left: -7.5px;
    width: auto
  }

  .section_video_blog .swiper_video_blog .swiper-wrapper .swiper-slide {
    padding-left: 7.5px;
    padding-right: 7.5px;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
    margin-bottom: 14px
  }

  .section_video_blog .swiper_video_blog .swiper-wrapper .swiper-slide .cate-item .bg-thumb {
    padding: 10px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px))
  }

  .section_video_blog .swiper_video_blog .swiper-button-prev,
  .section_video_blog .swiper_video_blog .swiper-button-next {
    display: none
  }
}

.section_video_blog .swiper_video_blog .tab-next-prev {
  position: absolute;
  top: 15px;
  right: 30px
}

@media (max-width: 767px) {
  .section_video_blog .swiper_video_blog .tab-next-prev {
    display: none
  }
}

.section_video_blog .swiper_video_blog .tab-next-prev svg path {
  fill: #7e7e7e
}

.section_video_blog .swiper_video_blog .tab-next-prev .section-video-prev {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #cfcfcf;
  justify-content: center;
  align-items: center
}

@media (min-width: 767px) {
  .section_video_blog .swiper_video_blog .tab-next-prev .section-video-prev:hover {
    background-color: #fb831a
  }

  .section_video_blog .swiper_video_blog .tab-next-prev .section-video-prev:hover svg path {
    fill: #fff
  }
}

.section_video_blog .swiper_video_blog .tab-next-prev .section-video-next {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #cfcfcf;
  justify-content: center;
  align-items: center
}

@media (min-width: 767px) {
  .section_video_blog .swiper_video_blog .tab-next-prev .section-video-next:hover {
    background-color: #fb831a
  }

  .section_video_blog .swiper_video_blog .tab-next-prev .section-video-next:hover svg path {
    fill: #fff
  }
}

.section_video_blog .swiper_video_blog .tab-next-prev .swiper-button-disabled {
  opacity: 0.4;
  cursor: inherit;
  display: inline-flex !important
}

.section_video_blog .swiper_video_blog .tab-next-prev>div {
  cursor: pointer
}

.section_video_blog .see-more {
  text-align: center;
  position: relative;
  margin-top: 35px;
  font-size: 16px
}

@media (max-width: 767px) {
  .section_video_blog .see-more {
    margin-top: 10px
  }
}

.section_video_blog .see-more a {
  background-color: #fff;
  color: #e9781a;
  height: 35px;
  line-height: 33px;
  padding: 0px 25px;
  border: 1px solid #e9781a;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 767px) {
.section_cate .slick-dots {
    bottom: -8px;
}
  .banner_pro {
    display: none !important;
}

  .section_video_blog .see-more a {
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    font-size: 14px
  }
}

.section_video_blog .see-more a:hover {
  color: #fff;
  background-color: #e9781a;
  border: 1px solid #e9781a;
}

.section_video_blog .box_alert {
  position: static;
  background-color: #f7f7f7;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: none;
  padding: 15px
}
section.section_brand {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .item_product_main .product-info .price-box {
    min-height: 45px;
}
  .section_video_blog .box_alert {
    padding: 10px
  }
  .section_cate .box_cate_index .item-cate .images_home {
    padding: 10px;
  }
}
.hidden{
  display: none;
}