@charset "UTF-8";
*,
.h1,
.h2,
.h3,
.social,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

.maincontent img,
img {
  max-width: 100%;
}

.hidden,
.menu_top,
.none {
  display: none;
}

.catagory-list-detail > ul > li > a,
.catagory-list-detail > ul > li > ul > li > a,
.catagory-list > ul > li li > a,
.catagory-list > ul > li > a,
.catagory-list__fix > ul > li li > a,
.catagory-list__fix > ul > li > a {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #191919;
  overflow: hidden;
}

.attr-pro-detail ins,
a:focus,
a[href^="tel"] {
  text-decoration: none;
}

:root {
  /* --font-family: "Roboto", sans-serif; */
  --font-family: "Gilroy", Arial, Helvetica, sans-serif;
  --color-red: #ec2d3f;
  --color-medium-red: #cc2c32;
  --color-dark-red: #c31829;
  --color-green: #28a745;
  --color-dark-green: #207d36;
  --color-black: #212529;
  --color-gray: #6c757d;
}

.clear {
  clear: both;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

body {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 1.5;
}

a:focus {
  outline: 0;
  color: #000;
}

.social,
ul {
  list-style: none;
}

p {
  margin-bottom: 8px;
}

.slick-slide img {
  display: inline-block !important;
}

.social li,
.time-main span {
  display: inline-block;
  vertical-align: top;
}

a[href^="tel"] {
  color: inherit;
}

.text-align-center {
  text-align: center !important;
}

.fixwidth {
  max-width: 1360px;
  margin: auto;
  position: relative;
}

.fixpage {
  max-width: 1100px;
  margin: auto;
}

.maincontent {
  max-width: 1366px;
  margin: auto;
}

a {
  text-decoration: none !important;
}

button:focus {
  outline: 0;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #999;
}

img {
  height: auto !important;
}
.gap {
  gap: 20px;
}
a,
input,
textarea {
  outline: 0;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.w-clear:after {
  display: block;
  content: "";
  clear: both;
}

.hidden-seoh {
  visibility: hidden;
  height: 0;
  margin: 0;
  overflow: hidden;
}

.wrap-content {
  max-width: 1260px;
  padding: 0 0 40px;
  margin: auto;
}

.wrap-home {
  max-width: 100%;
  padding: 0;
  /* overflow: hidden; */
}

.control-carousel {
  margin-bottom: 0;
  line-height: 30px;
  padding: 0;
  width: 30px;
  height: 30px;
  min-height: unset;
  background-color: #f7f7f7;
  color: #333;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
}

.control-carousel.next-carousel {
  right: 0;
}

.control-carousel i {
  font-size: 14px;
  font-weight: 400;
}
.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
}
.owl-dot span {
  display: block;
  position: relative;
  width: 6px;
  height: 6px;
  background: #9c9c9c;
  border-radius: 50%;
}
.owl-dot.active span {
  background: #000;
}
.menu_destop {
  flex: 1 1 auto;
}

.menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
#main-menu {
  justify-content: center;
  gap: 20px;
}
#main-menu > li {
  position: relative;
}
#main-menu > li > a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon_down i {
  font-weight: 700;
}
#main-menu > li:hover > a {
  color: #005a51;
  transition: 0.3s;
}
#main-menu > li > ul {
  position: absolute;
  z-index: 10;
  display: none;
  min-width: 265px;
  background: #ffffff;
  top: 100%;
  right: auto;
  left: 0;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 0;
  /* overflow: hidden; */
}
#main-menu > li:hover > ul {
  display: block;
}

.icon_down .up {
  display: none;
}

#main-menu > li:hover > a .icon_down .down {
  display: none;
}

#main-menu > li:hover > a .icon_down .up {
  display: inline-block;
}
#main-menu > li > ul > li {
  position: relative;
  width: 100%;
}
#main-menu li ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  padding: 5px 15px;
}
#main-menu li ul li:first-child a:hover {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#main-menu li ul li:last-child a:hover {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#main-menu li ul li a:hover {
  background: #005a51;
  color: #fff;
}
#main-menu > li > ul > li > ul {
  display: none;
  position: absolute;
  flex-direction: column;
  right: auto;
  left: 100%;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  min-width: fit-content;
  width: 90%;
  background: #fff;
  /* overflow: hidden; */
}
#main-menu > li > ul > li:hover > ul {
  display: block;
}
.none_boder_r {
  border-right: 0 !important;
}

.no_bg {
  background-image: none !important;
}

#search button {
  position: absolute;
  top: 7px;
  right: 10px;
  border: none;
  width: 13px;
  height: 19px;
  background: 0 0;
  outline: 0;
}

.fixed {
  position: fixed !important;
  width: 100%;
  max-width: 100%;
  top: 0 !important;
  z-index: 999;
  left: 0;
  background: #fff;
}

.button-more,
.item_slider,
.thumb {
  position: relative;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* .item_slider > a img {
  position: relative;
  width: 100%;
} */

/* #slider .owl-item.active .item_slider .slider_info,
#slider_mb .owl-item.active .item_slider .slider_info {
  opacity: 1;
  -webkit-animation: 1s 1.5s both fadeInRight;
  -moz-animation: 1s backwards fadeInRight;
  -o-animation: 1s 1.5s both fadeInRight;
  -ms-animation: fadeInRight 1s ease backwards;
  animation-fill-mode: both;
  animation-delay: 1.5s;
} */

#slider .owl-item.active .owl-lazy,
#slider_mb .owl-item.active .owl-lazy {
  opacity: 1;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

.thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.all_slide_nho_slide,
.cart_mobile,
.catagory-list-detail > ul > li > ul,
.catagory-list > ul ul,
.catagory-list__fix > ul ul,
.header_logo_mobile,
.language_mobile,
.menu_mobile,
.search_mobile,
.tabs-pro-detail .content-tabs-pro-detail,
.timkiem_header_mobile,
coccocgrammar,
div.menu_mobi,
div.menu_mobi_add {
  display: none;
}

.slideshow {
  position: relative;
}

.item_slider > a {
  display: block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 100% !important;
}

.slideshow a img {
  object-fit: cover;
}

.control-slideshow {
  position: absolute;
  z-index: 2;
  top: calc(50% - 50px / 2);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  cursor: pointer;
  margin: 0;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #2c2c2c;
  /* box-shadow: 0 0 7px 0 #00000040; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.control-slideshow i {
  color: #4b4b4b;
  font-weight: 300;
}

.alert-warning strong,
.scrollToTop i,
.share span {
  font-weight: 400;
}

.prev-slideshow {
  left: 5%;
}

.next-slideshow {
  right: 5%;
}

.row-flex-xs {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px;
}

.all_bread {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  gap: 10px;
}

.bread_title {
  font-weight: 700;
  max-width: 720px;
  position: relative;
  /* text-transform: uppercase; */
  font-size: 30px;
  color: #000;
}

#background-banner {
  height: 250px;
}

#background-banner .fixwidth {
  height: 100%;
}

.breadcrumb {
  background: 0 0;
  margin-bottom: 0;
  padding: 0;
  justify-content: center;
}

.breadCrumbs {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.breadcrumb-item a {
  color: #000;
  font-size: 15px;
}

.breadcrumb-item.active a {
  font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  color: #000;
  font-size: 12px;
  font-weight: 300;
}

.breadCrumbs .wrap-content {
  padding: 0.75rem 10px;
  max-width: 1260px;
}

.breadCrumbs .wrap-content .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
  color: var(--color-black);
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
  color: var(--color-gray);
}

.pagination-ajax,
.paging_ajax {
  text-align: center;
  margin-top: 20px;
}

.paging_ajax a {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 8px 12px;
  margin: 0 3px;
  min-width: 30px;
  cursor: pointer;
}

.paging_ajax a.current,
.paging_ajax a:hover {
  background: #9d0000;
  color: #fff;
}
.wrap_tintuc {
  background: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 120px;
}
.wrap_product {
  padding-top: 50px;
  padding-bottom: 50px;
}
.toppd0 {
  padding-top: 0;
}
.loadkhung_tintuc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.loadkhung_dichvu {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.loadkhung_product {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.loadkhung_product1 {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 9px;
}

.loadkhung_product3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.pagination-home {
  margin-top: 30px;
  margin-bottom: 2%;
}

.pagination {
  flex-wrap: wrap;
}
.wrap_search,
.wrap_product {
  background: #f8f8f8;
}
.wrap_bottom {
  padding: 40px 0;
  /* padding-top: 60px; */
  position: relative;
}

.rows {
  margin: 0 -15px;
}

/* SẢN PHẨM */

.left-pro-detail .MagicZoom {
  border-radius: 5px;
  width: 100%;
}
.al_hinhanh_product {
  position: relative;
  margin: 30px 0;
}
.al_hinhanh_product .control-carousel {
  width: 40px;
  height: 40px;
  border: 1px solid #e6e6e6;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.al_hinhanh_product .prev-carousel {
  left: -20px;
}
.al_hinhanh_product .next-carousel {
  right: -20px;
}

.box-readmore li ul > li {
  margin: 0 0 8px;
}

.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0;
  padding-left: 0 !important;
  margin-top: 8px;
}

.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}

.box-readmore ul li:before {
  content: "";
  display: table-cell;
  padding-right: 5px;
}

.box-readmore ul li a {
  color: #333;
  cursor: pointer;
  font-weight: 600;
}

.box-readmore ul li a:hover {
  color: #767676;
}

.meta-toc {
  /* position: sticky;
  top: 100px; */
}
.box-readmore {
  display: none;
}
.meta-toc .all_meta-toc .box-readmore {
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0px 6px 15px 0px #0000001a;
  margin-bottom: 30px;
  padding: 10px;
}
.toc_title_mucluc i {
  border: 1px solid #000;
  padding: 5px;
  border-radius: 5px;
  font-weight: 400;
}
.toc_title {
  cursor: pointer;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  padding-bottom: 10px;
}

.scrollToTop,
.toc_toggle {
  font-weight: 700;
  cursor: pointer;
}

.toc_toggle {
  color: #3cb44a;
}

.loadkhung_news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.pagination-home .pagination .page-item .page-link {
  color: #555;
  font-size: 0.875rem;
  padding: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  background: transparent;
  border: none;
  border-radius: 50%;
}
.pagination-home .pagination .page-item:first-child .page-link {
  border: 1px solid #005a51;
  color: #005a51;
}
.pagination-home .pagination .page-item:first-child .page-link i {
  font-weight: 300;
}
.pagination-home .pagination .page-item:last-child .page-link {
  border: 1px solid #005a51;
  color: #005a51;
}
.pagination-home .pagination .page-item:last-child .page-link i {
  font-weight: 30;
}

.pagination-home .pagination .page-item.active .page-link {
  color: #fff;
  background-color: #005a51;
  border-color: #005a51;
}

.pagination-ajax .pagination {
  justify-content: center !important;
}

.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 3px;
  color: #333;
  background: #fff;
  border: 1px solid rgba(161, 161, 161, 0.4);
  font-size: 12px;
  cursor: pointer;
  padding: 5px;
  width: 35px;
  border-radius: 2px;
  height: 35px;
  line-height: 26px;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
  background: #3985f7;
  color: #fff;
  border-color: #3985f7;
}

.grecaptcha-badge {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
  overflow: hidden;
}

.scrollToTop {
  background-color: hsla(0, 0%, 100%, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 15px 0 #0000001c;
  width: 41px;
  height: 41px;
  text-align: center;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 30px;
  right: 6px;
  display: none;
  z-index: 10;
}

.scrollToTop i {
  color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.transition {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.alert-warning {
  color: #000;
  background-color: #fff;
  border-color: #d2d2d2;
  margin: 0;
}

.menu_mobi_add .menulicha i {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 16px;
}

.all_breadCrumbs {
  position: relative;
  height: 150px;
}
.all_breadCrumbs::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f0f0f0;
}
.all_breadCrumbs .fixwidth {
  height: 100%;
}

/* RATING */
.all_bancothethich_fw {
  /* padding: 20px; */
  /* margin-top: 20px; */
  /* margin-bottom: 20px; */
  background: #fff;
  /* border-radius: 20px; */
  /* box-shadow: 0px 0px 45px 0px #00000029; */
}
.title_csbh {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.all_rating_des {
  display: flex;
  gap: 10px;
}
.rating_des_left {
  width: 70%;
}
.rating_des_right {
  width: 30%;
  text-align: center;
}
.all_rating_right_des {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.all_number_rating {
  width: 30%;
  text-align: center;
}
.rating_right_number {
  font-size: 60px;
  font-weight: 600;
  color: #21409a;
}
.rating_right_soluong {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rating_right_soluong .rating--inner-top {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.rating {
  position: relative;
  display: flex;
  gap: 20px;
}
.rating--inner ul,
.rating--inner-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.rating--inner-top,
.rating--inner-top ul {
  align-items: center;
  display: flex;
}
.rating--inner-top ul {
  flex-direction: row-reverse;
}
.rating--inner-top ul li {
  padding-right: 5px;
  display: flex;
  align-items: center;
}
.rating--inner ul li:first-child,
.rating--inner-top ul li:first-child {
  padding-right: 0;
}
.rating--inner-top .rating > span::before,
.rating--inner-top ul li i {
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
  color: #21409a;
}
.rating--inner .rating > span,
.rating--inner-top .rating > span {
  pointer-events: none;
  transition: 0.1s;
  width: 0;
  display: block;
  overflow: hidden;
}
.rating--inner-top .rating > span {
  position: absolute;
  left: 0;
  top: -1px;
}
.rating--inner-top .rating > span::before {
  content: "\f005\f005\f005\f005\f005";
  font-weight: 700;
  letter-spacing: 5px;
  line-height: normal;
  display: block;
}
.votes {
  width: 100%;
  margin-top: 6px;
  font-size: 15px;
}
.all_rating_loai {
  width: 70%;
}
.percentages {
  width: 50%;
  position: relative;
}
.glsr-bar {
  display: table-row;
  white-space: nowrap;
  width: 100%;
}
.glsr-bar > span {
  display: table-cell;
  line-height: 1.5;
  vertical-align: middle;
}
.glsr-bar-label {
  font-size: 13px;
  padding: 6px 18px 6px 0;
  color: #000;
}
span.glsr-bar-background {
  position: relative;
  width: 100%;
}
.glsr-bar-background::before {
  background-color: #e6e6e6;
  content: "";
  display: block;
  height: 5px;
  margin-top: -2.5px;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  width: 100%;
}
span.glsr-bar-background-percent {
  height: 5px;
  color: #21409a;
  display: block;
  position: relative;
  background-color: currentColor;
}
span.glsr-bar-percent {
  font-size: 13px;
  padding-left: 12px;
}
.title_danhgia_sp {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.chiase_camnhan > span {
  font-size: 14px;
  color: #4d4e4f;
  margin-bottom: 10px;
  display: block;
}
.chiase_camnhan button {
  background-color: #21409a;
  border: 1px solid #21409a;
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.all_name_img_rating {
  text-align: center;
  font-weight: 800;
  font-size: 16px;
}
.img_rating {
  font-size: 45px;
  line-height: 1;
}
.img_rating i {
  font-weight: 300;
}
.noidung_rating {
  margin: 10px 0;
}
.all_date_rating {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.all_date_rating i {
  font-weight: 300;
}
.all_noidung_rating .rating--inner-top ul li i {
  font-size: 11px;
}
.all_noidung_rating .rating--inner-top .rating > span::before {
  font-size: 11px;
}

/* END RATING */

/* TÁC GIẢ */
.tacgia {
  background: #fff;
  border-radius: 20px;
  display: flex;
  gap: 15px;
  margin-top: 40px;
  padding: 40px 20px;
}
.author-img {
  width: 100px;
}
.author-img img {
  width: 100px;
  height: 100px !important;
  object-fit: cover;
  border-radius: 50%;
}
.author-description {
  width: calc(100% - 100px - 15px);
}
.name_author {
  font-size: 20px;
  font-weight: 600;
  color: #4f4f4f;
}
.wrap-main-product {
  /* overflow: hidden; */
}
.slideshow_mobile {
  /* display: none; */
}
/* END TÁC GIẢ */

@media (max-width: 1400px) {
  .fixwidth,
  .maincontent {
    max-width: 95%;
    margin: auto;
  }
}

@media (max-width: 1160px) {
  .fixpage {
    max-width: 95%;
  }
  .header-height #menu_top .fixwidth .menu {
    gap: 20px !important;
  }
  .wrap_bacsi .all_bacsi_page .control-slideshow.prev-tt,
  .wrap_chinhanh .all_bacsi_page .control-slideshow.prev-tt,
  .wrap_dichvu .all_dichvu_page .control-slideshow.prev-dv,
  .wrap_gioithieu .all_page_thanhtuu .all_thanhtuu .control-slideshow.prev-sp,
  .wrap-main-thietbi-detail
    .all_sanpham_noibat
    .all_sp_noibat
    .control-slideshow.prev-dv,
  .wrap_thietbi_page
    .all_page_brand_sp
    .all_brand_page
    .control-slideshow.prev-sp,
  .wap_page_tintuc
    .all_slide_page_news_cat
    .slide_page_news_cat
    .slide_page
    .control-slideshow.prev-cat,
  .wrap_chinhanh .all_bacsi_page .control-slideshow.prev-hethong {
    left: 0;
  }
  .wrap_bacsi .all_bacsi_page .control-slideshow.next-tt,
  .wrap_chinhanh .all_bacsi_page .control-slideshow.next-tt,
  .wrap_dichvu .all_dichvu_page .control-slideshow.next-dv,
  .wrap_gioithieu .all_page_thanhtuu .all_thanhtuu .control-slideshow.next-sp,
  .wrap-main-thietbi-detail
    .all_sanpham_noibat
    .all_sp_noibat
    .control-slideshow.next-dv,
  .wrap_thietbi_page
    .all_page_brand_sp
    .all_brand_page
    .control-slideshow.next-sp,
  .wap_page_tintuc
    .all_slide_page_news_cat
    .slide_page_news_cat
    .slide_page
    .control-slideshow.next-cat,
  .wrap_chinhanh .all_bacsi_page .control-slideshow.next-hethong {
    right: 0;
  }
}

@media (max-width: 1024px) {
  .header-height .all_button_search_header .search_dropdown {
    display: none;
  }
  .wrap_gioithieu
    .page_tamnhin_sumenh
    .row_tamnhin_sumenh
    .col_tamnhin_sumenh
    .img {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    max-width: 100%;
    text-align: center;
  }
  .wrap_gioithieu
    .page_tamnhin_sumenh
    .row_tamnhin_sumenh
    .col_tamnhin_sumenh
    .img
    img {
    max-width: 120px;
  }
  .wrap_gioithieu .page_tamnhin_sumenh .row_tamnhin_sumenh .col_tamnhin_sumenh {
    background: transparent;
    border: 1px solid #005a51;
    border-radius: 20px;
    padding: 20px;
  }
  .all_menu_top .menu_top .center_menu .all_email_phone_top_header {
    margin-left: 0;
    justify-content: flex-start;
  }

  .icon_down i {
    display: none;
  }
  .loadkhung_product1 {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
  }

  .loadkhung_product3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
  .loadkhung_nhungconsso {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .menu_destop {
    display: none !important;
  }

  .menu_mobi_add ul li ul {
    margin-left: 4%;
  }

  .menu_mobi_add ul li ul li a {
    padding-left: 20px;
  }

  .menu_mobi_add ul li ul li ul li a {
    padding-left: 30px;
  }

  .menu_mobi_add ul li ul li ul li ul li a {
    padding-left: 40px;
  }

  div.menu_mobi_add {
    background: #fff;
    display: block;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 99999;
    color: #080808;
    height: 100vh;
    overflow: auto;
    line-height: 1.5;
    padding-top: 40px;
    padding-bottom: 50px;
    width: 85%;
    transition: 0.5s;
  }

  div.menu_mobi_active {
    left: 0;
    transition: 0.5s;
  }
  div.menu_mobi_active .frm_timkiem {
    position: relative;
    display: flex;
    align-items: center;
    width: 96%;
    margin: auto;
  }
  div.menu_mobi_active .frm_timkiem input {
    width: 100%;
    min-width: 300px;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    background-color: #fff;
    height: 50px;
    z-index: 2;
    text-indent: 20px;
  }
  div.menu_mobi_active .frm_timkiem button {
    background: transparent;
    width: fit-content;
    padding: 0 15px;
    right: 3px;
    height: 34px;
    left: auto;
    max-height: 35px !important;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: none;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    margin: 0;
    position: absolute;
    min-height: 33px;
    min-width: 33px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }

  div.menu_mobi_add ul {
    list-style: none;
  }

  .icon_menu_mobi {
    font-size: 30px;
    display: flex;
    cursor: pointer;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
  }

  .icon_menu_mobi i {
    font-weight: 400;
  }

  .icon_menu_mobi img {
    height: 20px !important;
    filter: invert(49%) sepia(59%) saturate(504%) hue-rotate(2deg)
      brightness(100%) contrast(89%);
  }

  .menu_baophu {
    background: #000;
    opacity: 0.8;
    z-index: 998;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
  }

  a.home_mobi {
    color: #b4882d;
    float: right;
    font-size: 20px;
    display: none;
  }

  .close_menu {
    position: absolute;
    top: 5px;
    right: 7px;
    font-size: 20px;
    background: #fff;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
  }

  .close_menu i {
    color: #c33;
  }

  div.menu_mobi_add ul .menu-item a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    display: block;
    padding: 12px 40px 12px 10px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-align: left;
  }

  div.menu_mobi {
    display: block;
    color: #005a51;
    font-size: 18px;
    display: flex;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    line-height: 37px;
    justify-content: center;
    align-items: center;
  }

  div.menu_mobi_add ul .menu-item > a {
    padding: 5px 20px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  div.menu_mobi_add ul .menu-item ul li > a {
    color: #848484;
    text-transform: capitalize;
    padding: 5px 20px;
    min-height: 50px;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1000px) {
}

@media (max-width: 900px) {
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 769px) {
  .wrap_banner-header .all_form_dangky_kham.active {
    top: 93%;
    transform: translate(-50%, 0);
  }
  /* .slideshow_mobile {
    display: block;
  }
  .slideshow_des {
    display: none;
  } */
  .wrap_taisaochon
    .all_page_taisaochon
    .right_page_taisaochon
    .all_taisaochon
    .taisaochon {
    width: 100%;
  }
  .wrap_taisaochon
    .all_page_taisaochon
    .right_page_taisaochon
    .all_taisaochon
    .taisaochon:nth-child(1) {
    justify-content: start;
    text-align: start;
  }
  .wrap_taisaochon
    .all_page_taisaochon
    .right_page_taisaochon
    .content_taisaochon
    .title {
    font-size: 20px;
  }
  .wrap_chinhanh .all_bacsi_page .control-slideshow.prev-hethong,
  .wrap_chinhanh .all_bacsi_page .control-slideshow.next-hethong {
    display: none;
  }
  .wrap_thietbi_page {
    padding-top: 0 !important;
  }
  .dichvu a .mota_dichvu {
    justify-content: flex-start;
  }
  .loadkhung_dichvu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .loadkhung_dichvu .dichvu {
    width: 100%;
  }
  .wap_page_tintuc .bottom_page_news .content_tintuc_page_com .title {
    font-size: 30px;
  }
  .wap_page_tintuc .bottom_page_news .all_featuredposts {
    grid-template-columns: repeat(1, 1fr);
  }
  .all_page_dichvu_detail .all_form_datlichtuvan_detail_dichvu .right_form_dk {
    display: none;
  }
  .wrap_bacsi_detail .all_content_news_detail_bacsi {
    grid-template-columns: repeat(1, 1fr);
  }
  .wrap_thietbi_page
    .all_page_brand_sp
    .all_brand_page
    .control-slideshow.next-sp,
  .wrap_thietbi_page
    .all_page_brand_sp
    .all_brand_page
    .control-slideshow.prev-sp {
    display: none;
  }
  .wrap_chinhanh .all_bacsi_page .control-slideshow.prev-tt,
  .wrap_chinhanh .all_bacsi_page .control-slideshow.next-tt {
    display: none;
  }
  .wrap_banner-header
    .all_form_dangky_kham
    .form-dangky_kham_close_form
    .close_form {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .noidung_thietbi_detail table.table_fex tbody tr {
    display: flex;
    flex-direction: column;
  }
  .noidung_thietbi_detail table.table_fex tbody tr td {
    width: 100% !important;
  }
  .noidung_thietbi_detail table.table_fex tbody tr td:nth-child(2) {
    padding-left: 5px !important;
  }
  .all_contact_lienhe .all_chinhanh_contact .col_chinhanh_contact:nth-child(2) {
    padding: 10px;
    padding-top: 0;
  }
  .all_contact_lienhe .all_chinhanh_contact .col_chinhanh_contact:nth-child(1) {
    padding: 10px;
    border-right: none;
  }
  .all_contact_lienhe
    .all_chinhanh_contact
    .col_chinhanh_contact
    .all_chinhanh
    .chinhanh {
    flex-direction: column;
  }
  .all_contact_lienhe
    .all_chinhanh_contact
    .col_chinhanh_contact
    .all_chinhanh {
    max-height: 515px;
  }
  .all_contact_lienhe .all_chinhanh_contact {
    flex-direction: column;
  }
  .all_contact_lienhe
    .all_chinhanh_contact
    .col_chinhanh_contact
    .iframe
    iframe {
    min-height: 300px;
  }
  .all_contact_lienhe .all_form_contact .form-contact {
    margin-top: 30px;
  }
  .all_tuyendung_page_table table tbody tr td.title-tuyendung-list {
    font-size: 18px;
    width: auto;
  }
  .all_page_dichvu_detail
    .all_form_datlichtuvan_detail_dichvu
    .form-dangky_kham {
    grid-template-columns: repeat(2, 1fr);
  }
  .wrap_gioithieu .page_giatricotloi .all_row_giatri_cotloi {
    gap: 20px;
  }
  .wrap_gioithieu .page_giatricotloi .all_row_giatri_cotloi .col_giatricotloi {
    width: 100%;
  }
  .img_gioithieu_page {
    text-align: center;
  }
  .wrap_gioithieu .page_about_us .all_row_gioithieu_page {
    display: block;
  }
  .wrap_gioithieu .page_about_us .all_row_gioithieu_page .col_gioithieu_page {
    width: 100%;
  }
  .wrap_gioithieu
    .page_about_us
    .all_row_gioithieu_page
    .col_gioithieu_page:nth-child(1) {
    margin-bottom: 20px;
  }
  .title_wrap,
  .wrap_taisaochon
    .all_page_taisaochon
    .right_page_taisaochon
    .content_taisaochon
    .sub_title {
    font-size: 35px !important;
  }
  .wrap_bacsi {
    padding: 0;
  }
  .wrap_taisaochon .all_page_taisaochon {
    flex-direction: column;
  }
  .wrap_taisaochon
    .all_page_taisaochon
    .right_page_taisaochon
    .content_taisaochon {
    max-width: 100%;
  }
  .wrap_taisaochon .all_page_taisaochon .left_page_taisaochon {
    flex: 0 0 100%;
  }
  .wrap_dichvu {
    padding: 0;
  }
  .wrap_datlichtuvan .all_form_datlichtuvan .form-dangky_kham {
    grid-template-columns: repeat(2, 1fr);
  }
  .wrap_banner-header .all_form_dangky_kham {
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
  }
  .loadkhung_tintuc {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .boloc_mobile {
    display: block !important;
  }

  .all_rating_des {
    flex-direction: column;
  }
  .rating_des_left,
  .rating_des_right {
    width: 100%;
    margin-bottom: 20px;
  }
  .all_number_rating {
    text-align: left;
  }
  .rating_right_soluong {
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .all_rating_right_des {
    align-items: flex-start;
    flex-direction: column;
  }
  .all_number_rating,
  .all_rating_loai,
  .percentages {
    width: 100%;
  }

  .right-pro-detail .row {
    flex-direction: column-reverse;
    width: auto;
    margin: auto;
    margin-right: -15px;
    margin-left: -15px;
  }

  .loadkhung_tintuc {
    margin-bottom: 0 !important;
  }
  .copyright .fixwidth {
    flex-direction: column;
    gap: 5px;
  }

  .copyright {
    /* margin-bottom: 52px; */
    margin-top: 30px;
  }
  .boxfooter_container {
    padding-top: 40px;
  }

  .loadkhung_news,
  .loadkhung_product,
  .loadkhung_product1,
  .loadkhung_product3 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }

  .header-cachtop,
  .icon_down,
  .section.add_this-section ul.add_this li .add_this-inner > .title {
    display: none;
  }
  /* 
  .section.add_this-section ul.add_this li .add_this-inner .alo-circle {
    display: none;
  }
  .section.add_this-section ul.add_this li .add_this-inner .alo-circle-fill {
    display: none;
  } */
  #background-banner {
    height: 200px;
  }

  /* .section.add_this-section ul.add_this li .add_this-inner {
    width: 35px;
    height: 35px;
  }

  .section.add_this-section ul.add_this {
    padding: 8px 0;
    width: 100%;
    justify-content: space-evenly;
    flex-direction: row;
  }

  .section.add_this-section {
    width: 100%;
    bottom: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    right: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
  } */

  .loadkhung_product {
    display: grid;
  }
}

@media (max-width: 600px) {
  .wrap_banner-header .all_form_dangky_kham.active {
    top: 90%;
    transform: translate(-50%, 0);
  }
  .wrap_thietbi_page .all_thietbi .loadkhung_thietbi {
    grid-template-columns: repeat(1, 1fr);
  }
  .row {
    width: 100%;
    margin: 0;
  }
  .form-contact .row {
    width: auto;
    margin: 0 -15px;
  }
  .loadkhung_dichvu {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 490px) {
  .slideshow a img {
    /* aspect-ratio: 1/1.3; */
  }
}
@media (max-width: 440px) {
  .wrap_bacsi_detail
    .all_content_news_detail_bacsi
    .content_news_detail_bacsi
    .all_button_bacsi {
    justify-content: center;
  }
  .title_wrap,
  .wrap_taisaochon
    .all_page_taisaochon
    .right_page_taisaochon
    .content_taisaochon
    .sub_title {
    font-size: 30px !important;
  }
  .wrap_thietbi_page .all_thietbi .loadkhung_thietbi .thietbi {
    flex-direction: column;
  }
  .wrap_thietbi_page .all_thietbi .loadkhung_thietbi .thietbi .content_thietbi {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    top: 0;
    transform: none;
    left: 0;
    width: 100%;
  }
  .wrap_thietbi_page
    .all_thietbi
    .loadkhung_thietbi
    .thietbi
    .content_thietbi
    .content_left
    .title {
    min-height: auto;
  }
  .breadcrumb {
    justify-content: flex-start;
  }
  .wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung .all_input_contact {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }

  .all_bacsi_page .loadkhung_tintuc {
    grid-template-columns: repeat(1, 1fr);
  }
  .wap_page_tintuc .all_search_tintuc {
    flex-direction: column;
  }
  .wap_page_tintuc .all_search_tintuc > input {
    width: 100%;
  }
  .wap_page_tintuc .all_search_tintuc > button {
    width: 100%;
  }
  .all_page_dichvu_detail
    .all_form_datlichtuvan_detail_dichvu
    .form-dangky_kham {
    grid-template-columns: repeat(1, 1fr);
  }
  .all_page_dichvu_detail .all_img_mota_dichvu_detail .motangan_news {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .all_page_dichvu_detail {
    padding-top: 1rem !important;
  }
  .all_page_dichvu_detail .title_news {
    font-size: 30px;
  }
  .wrap_gioithieu .page_giatricotloi .all_row_giatri_cotloi {
    grid-template-columns: repeat(1, 1fr);
  }
  .wrap_gioithieu .page_tamnhin_sumenh {
    padding-top: 30px;
  }
  .wrap_gioithieu .page_tamnhin_sumenh .row_tamnhin_sumenh {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .wrap_gioithieu
    .page_tamnhin_sumenh
    .row_tamnhin_sumenh
    .col_tamnhin_sumenh
    .img
    img {
    max-width: 100px;
  }
  .wrap_gioithieu
    .page_tamnhin_sumenh
    .row_tamnhin_sumenh
    .col_tamnhin_sumenh
    .img {
    margin-bottom: 20px;
  }
  .wrap_taisaochon
    .all_page_taisaochon
    .right_page_taisaochon
    .all_taisaochon
    .taisaochon {
    width: 100%;
  }
  .wrap_datlichtuvan .all_form_datlichtuvan .form-dangky_kham {
    grid-template-columns: repeat(1, 1fr);
  }
  .loadkhung_product3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 369px) {
  .slideshow a img {
    /* aspect-ratio: 1/1.7; */
  }
}
