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

.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: 50%;
}

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

.slick-arrow.slick-prev {
    z-index: 999;
}

.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: 20px;
  height: 3px;
  background-color: #ffffff00;
  line-height: 9px;
}

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

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

.slick-dots {
  position: absolute;
  bottom: -13px;
  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
  }
}

.section_cate .box-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative
}

@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: #005caa
  }

  .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: #005caa
  }

  .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
  }

  .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 #f4f6fa;
  border-radius: 5px;
  padding: 5px;
  position: relative;
  display: block;
  transition: 0.3s all;
  background-color: #f4f6fa;
  text-align: center
}

.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: 100%
}

.section_cate .box_cate_index .item-cate .icon_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
}

.section_cate .box_cate_index .item-cate .opaci_href {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1
}

.section_cate .box_cate_index .item-cate h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0px;
  display: block;
  color: #2d2d2d;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.3s all
}

.section_cate .box_cate_index .item-cate span {
  font-size: 12px;
  color: #7e7e7e;
  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 #005caa;
}

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

.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;
}
.section_blog .title-module h2 {
	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: #005caa
}

.section_blog .item-blog .block-content .justify,
.section_blog .item-blog .block-content .justify p{
  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: #005caa;
  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: #005caa
  }

  .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: #005caa
  }

  .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: #005caa;
  height: 35px;
  line-height: 33px;
  padding: 0px 25px;
  border: 1px solid #005caa;
  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: #000;
  background-color: #f8c144;
  border: 1px solid #f8c144
}

.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
}

.section_blog .review_box .name_review {
  font-size: 19px;
  font-weight: 400;
  color: #005caa;
  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: #005caa
}

@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: 16px;
  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: 20px;
}

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

@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: 7px;
  padding-bottom: 5px;
  border-radius: 10px;
  background-color: #F2F3F4
}

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

@media (max-width: 992px) {
  .section_chinh_sach .promo-box .promo-item {
    min-height: 60px;
    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: 46px
}

@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;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0;
  color: #000
}

.section_chinh_sach .info h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 3px;
  line-height: initial;
  color: #005caa;
}

@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
}

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

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

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

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


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

@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 {
  background-color: #fff;
  border-radius: 10px;
  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: 63.5%
}

.section_video_blog .item-blog .block-thumb 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
}

.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 {
  -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_video_blog .item-blog .block-content h3 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
  font-weight: 600
}

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

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

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

.section_video_blog .swiper_video_blog {
  position: static;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 15px
}

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

header {
  /*! position: fixed; */
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  /*! background: linear-gradient(0deg, transparent, rgba(0, 0, 0, .500438)); */
  background: #fff;
}
.header-links ul li a{
  height: 35px;
  width: 35px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.header-links ul li a svg {
  height: 20px;
  width: 18px;
}

.header-links ul li {
  margin-left: 15px;
}

.header-links ul li .bar {
  height: 1px;
  width: 21px;
  background-color: rgb(0 92 170);
  margin: 5px 0px;
}

.header-links ul li .bar-1,
.header-links ul li .bar-3 {
  margin-left: 5px;
}

.header-main {
  /* padding: 1px 0; */
}

.header-links ul li .list-bar.active .bar-1 {
  transform: translate3d(0px, 7px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
}

.header-links ul li .list-bar.active .bar-2 {
  transform: translate3d(0.3em, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
}

.header-links ul li .list-bar.active .bar-3 {
  transform: translate3d(-0.3em, 0em, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
}

.header-menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #0000003d;
  z-index: 1;
}


.header-menu nav ul li {
  padding: 0px 10px;
}

.header-menu nav ul li a {
  font-size: 16px;
  padding: 6px 9px;
  color: #005bab;
  display: block;
  font-weight: 400;
  letter-spacing: 1px;
}
.header-menu nav ul li a:hover{border-bottom: 1px solid #005bab;transition: 0.5s ease;}
header.scrolled .header-menu nav ul li a{
  color: #005caa;
}


.header-menu nav ul li ul {
  position: absolute;
  top: 100px;
  padding: 8px 0;
  visibility: hidden;
  background: white;
  opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: 15% 15% 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  filter: alpha(opacity=0);
  transform-origin: center top 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
  left: 0px;
  min-width: 200px;
  z-index: 999;
  text-align: left;
  right: auto;
}

.header-menu nav ul li:hover ul {
  display: block;
  top: 100%;
  visibility: visible;
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  visibility: visible;
  filter: alpha(opacity=100);
}

.header-menu nav ul li ul li a {
  display: block;
  color: #777;
  font-size: 14px;
  padding: 4px 0px;
}

@media (max-width: 992px) {
  .header-menu {
    display: none;
  }

  .header-links ul li:not(:last-child) {
    display: none;
  }

}

@media (max-width: 586px) {
  .header-links ul li a svg {
    height: 16px;
    width: 15px;
  }

  .header-main {
    padding: 10px 0;
  }

  .header-main .logo img {
    height: 57px;
  }
  .header-main {
    padding: 3px 0;
  }

  .header-links ul li {
    margin-left: 15px;
  }

  .header-links ul li .bar {
    height: 2px;
    width: 21px;
  }
}


.menu_fix_mobile {
  position: fixed;
  z-index: 999999;
  height: 100%;
  width: 320px;
  top: 0;
  right: 0;
  background: #005caa;
  transition: all 200ms linear 0s;
  transform: translateX(100%);
  padding: 20px;
}

.menu_fix_mobile.main-menu-show {
  transform: translateX(0%);
}

.menu_fix_mobile .close-menu {
  overflow: hidden;
  border-bottom: 1px solid #fff;
}

.close-menu {
  padding-bottom: 15px;
}

.menu_fix_mobile .close-menu>a {
  float: right;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.close-menu a i {
  color: #ffffff;
}

.close-menu span {
  font-size: 14px;
  color: #222;
  font-weight: 400;
}

.form-search-mobile {
  z-index: 99999;
  background: #fff;
  border: 1px solid #eaeaea;
}

.form-search-mobile form {
  right: 0;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.03) 0px 5px 15px;
  border-radius: 5px;
  overflow: hidden;
}

.form-search-mobile form input {
  padding: 5px 0px;
  padding-left: 10px;
  width: 100%;
}

.form-search-mobile button {
  padding: 0px;
  right: 11px;
  right: 0;
  position: relative;
  width: 35px;
  background: none;
}

.menu_fix_mobile ul {
  margin: 0;
  list-style: none;
  margin-top: 15px;
}

.menu_fix_mobile ul li {
  float: left;
  position: relative;
  margin: 0;
  transition: 0.4s;
  width: 100%;
  /* border-bottom: 1px solid #cdcdcd9c; */
}

.menu-mobile-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-c2-mobile ul li {
  border-bottom: 1px solid #cdcdcd9c;
  padding-left: 10px;
}

.menu_fix_mobile ul li a {
  font-size: 13px;
  font-weight: 300;
  padding: 10px 0px;
  color: #fff;
  display: inline-block;
  width: 100%;
  /* border-bottom: 1px solid #cdcdcd9c; */
  line-height: normal;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  text-transform: uppercase;
}

.menu-c2-mobile {
  display: none;
}

.menu-c2-mobile.active-2 {
  display: block;
}

.btn_search {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.btn_search .form-control {
  padding: 2px 10px;
  border: none;
  height: 40px;
}

.header-search .icon-close {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  font-size: 12px;
}

.header-search {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 30px;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header-search.active {
  opacity: 1;
  visibility: visible;
}

#mahardhiSearch .input-lg,
#search .input-lg {
  height: 40px;
  border: none;
  font-size: 14px;
}

.top-right-inner .btn_search .dropdown-menu {
  left: auto !important;
  right: 0 !important;
  width: 280px;
  padding: 0;
}

#mahardhiSearch .input-lg {
  padding: 6px 15px;
}

.category-search {
  position: relative;
}

.category-search:after {
  border-left: 1px solid var(--border-color);
  content: "";
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9;
  margin: auto;
}

.close-search {
  position: absolute;
  top: 12px;
  right: 30px;
}

.header-search .btn-search {
  position: absolute;
  /* top: 8px; */
  right: 5px;
  z-index: 9;
}

.header-search .btn-search button {
  padding: 0;
}

.header-search .btn-search button svg {
  height: 14px;
}
.pd-section-top.box-main-details-products .list-products {
  background: unset;
}
.header-menu nav ul li.active a {
  border-bottom: 1px solid #005caa;
}

















.item-slicks-camnhan-pages {
  padding: 10px 17px 30px;
}
.item-pages-camnhan2 {
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 2px rgba(0, 0, 0, .1), 0 12px 24px rgba(0, 0, 0, .1);
}
.box-meember-slick-camnhan {
  position: relative;
  /* border-radius: 10px; */
  overflow: hidden;
}
.block-content-camnhan {
  padding: 5px 20px 10px 20px;
}
.block-content-camnhan h3 {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  margin: 5px 0px;
  padding-bottom: 10px;
}
.item-icon span svg {
  width: 21px;
  height: 21px;
  fill: #9ca3af;
}

.box-icon-clocks .item-icon span {
  display: inline-block;
  padding: 5px 8px;
  background: #e1e8f0;
  border-radius: 5px;
}

.box-icon-clocks {
  display: flex;
  align-items: center;
}

.box-icon-clocks .item-entry-date {
  padding-left: 10px;
  color: #9ca3af;
  font-weight: 400;
  font-size: 16px;
}

.item-pages-camnhan2:hover {
  transform: scale(1.05);
  transition: transform .5s ease 0s;
}


.item-pages-camnhan2:hover h3 {
  color: #005caa;
}



.box-btn-view-ytb {
  text-align: center;
}

.box-btn-view-ytb a {
  display: inline-block;
  padding: 7px 28px;
  background: #005caa;
  color: #fff;
  font-size: 17px;
  border-radius: 5px;
}

.box-btn-view-ytb a:hover {
  background: #fff;
  color: #005caa;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.5s ease;
}


.item-icon.news-slider span {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding: unset;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.item-icon.news-slider span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.menu-mobile-1 span i {
  color: #fff;
}
div#mahardhiSearch {
  width: 50%;
  border: 1px solid #cdcdcd;
  margin: 0 auto;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.fancybox-container {
  z-index: 999999999 !important;!i;!;
}

@media (max-width: 586px) {
  #mahardhiSearch .input-lg {
    border-bottom: 1px solid black;
    background-color: transparent;
  }

  .header-search .btn-search {
    position: absolute;
    top: 8px;
    right: 5px;
    z-index: 9;
  }

  .header-search .btn-search button {
    padding: 0;
  }

  .header-search .btn-search button svg {}

  .close-search {
    position: absolute;
    top: 4px;
    right: 10px;
  }

  .header-search {
    background: rgb(255, 255, 255);
  }
}







@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: #005caa
  }

  .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: #005caa
  }

  .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: 15px;
  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: #005caa;
  height: 35px;
  line-height: 33px;
  padding: 0px 25px;
  border: 1px solid #005caa;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .text-logo{
  padding-left:5px;
    
  }
  .text-logo span {
    font-size: 12px;
}

  .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: #000;
  background-color: #f8c144;
  border: 1px solid #f8c144
}

.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
}

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


header.scrolled{
  position: fixed;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 5px;
  z-index: 99999;
}