.header-cachtop {
  background: #000;
  height: 40px;
  overflow: hidden;
  position: relative;
}
.header-cachtop .fixwidth {
  height: 100%;
}
.header-cachtop .slogan_header {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-cachtop .slogan_header .slogan {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-decoration: none;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  transform: translateY(100%);
  white-space: nowrap;
}
.header-cachtop .slogan_header .slogan.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-cachtop .slogan_header .slogan a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
}
.header-cachtop .slogan_header .slogan a:hover {
  color: #fff;
}
.header-cachtop .slogan_header .slogan a p {
  margin-bottom: 0;
}
.header-cachtop .slogan_header .slogan .topbar-buy {
  background: #e11b22;
  padding: 3px 12px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  text-decoration: underline;
  font-weight: 700;
  border-radius: 999px;
  cursor: pointer;
  animation: buyPulse 1.2s infinite;
}
@keyframes buyPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.95;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.header-height.header-absolute {
  position: absolute;
  top: 40px;
  z-index: 99;
  width: 100%;
}
.header-height.header-absolute.fixed {
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.header-height.header-absolute.fixed #main-menu > li > a {
  color: #000;
}
.header-height.header-absolute.fixed #menu_top > .fixwidth > .menu {
  padding: 15px 0;
}
.header-height.header-absolute.fixed .all_button_search_header .button_giohang a svg {
  color: #000;
}
.header-height.header-absolute.fixed .all_button_search_header .search_dropdown .nut_mo_timkiem svg {
  color: #000;
}
.header-height.header-absolute.fixed .all_button_search_header .menu_ngonngu li:nth-child(1) {
  padding-right: 8px;
  margin-right: 5px;
}
.header-height.header-absolute.fixed .all_button_search_header .menu_ngonngu li:nth-child(1)::after {
  background: #000;
}
.header-height.header-absolute.fixed .all_button_search_header .menu_ngonngu li a {
  color: #000;
}
.header-height.header-absolute #main-menu > li > a {
  color: #fff;
}
.header-height.header-absolute #menu_top > .fixwidth > .menu {
  padding: 15px 20px;
}
.header-height.header-absolute .all_button_search_header .button_giohang a svg {
  color: #fff;
}
.header-height.header-absolute .all_button_search_header .search_dropdown .nut_mo_timkiem svg {
  color: #fff;
}
.header-height.header-absolute .all_button_search_header .menu_ngonngu li:nth-child(1) {
  padding-right: 8px;
  margin-right: 5px;
}
.header-height.header-absolute .all_button_search_header .menu_ngonngu li:nth-child(1)::after {
  background: #fff;
}
.header-height.header-absolute .all_button_search_header .menu_ngonngu li a {
  color: #fff;
}

.header-height.header-noneabsolute {
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.header-height {
  position: relative;
  z-index: 9;
  width: 100%;
}
.header-height #main-menu > li > a {
  color: #000;
}
.header-height #menu_top > .fixwidth > .menu {
  padding: 15px 0;
}
.header-height .all_button_search_header {
  display: flex;
  gap: 20px;
  margin-left: 20px;
}
.header-height .all_button_search_header .search_dropdown .nut_mo_timkiem {
  background: transparent;
  border: none;
}
.header-height .all_button_search_header .search_dropdown .nut_mo_timkiem svg {
  width: 24px;
  color: #000;
}
.header-height .all_button_search_header .search_dropdown .nut_mo_timkiem i {
  font-weight: 400;
  font-size: 22px;
}
.header-height .all_button_search_header .search_dropdown .frm_timkiem {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  width: 100%;
}
.header-height .all_button_search_header .search_dropdown .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;
}
.header-height .all_button_search_header .search_dropdown .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: #373737;
  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;
}
.header-height .all_button_search_header .search_dropdown .frm_timkiem > button i {
  font-weight: 400;
}
.header-height .all_button_search_header .menu_ngonngu {
  position: relative;
}
.header-height .all_button_search_header .menu_ngonngu li {
  position: relative;
}
.header-height .all_button_search_header .menu_ngonngu li:nth-child(1) {
  padding-right: 8px;
  margin-right: 5px;
}
.header-height .all_button_search_header .menu_ngonngu li:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 47%;
  background: #000;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header-height .all_button_search_header .menu_ngonngu li.active a {
  font-weight: 600;
}
.header-height .all_button_search_header .menu_ngonngu li a {
  color: #000;
}

.button_giohang a {
  position: relative;
}
.button_giohang a svg {
  width: 24px;
  color: #000;
}
.button_giohang a .icon-cart-mobile {
  background-color: #a1151b;
  position: absolute;
  font-style: normal;
  font-weight: 500;
  font-size: 8px;
  line-height: 100%;
  color: #fff;
  top: -4px;
  right: -6px;
  width: 15px;
  height: 15px;
  text-align: center;
  padding: 3.5px;
  border-radius: 50%;
}

.wrap_slider {
  position: relative;
  background: #000;
  overflow: hidden;
}
.wrap_slider .link_item_slider {
  position: relative;
  height: 90vh;
}
.wrap_slider .link_item_slider video {
  visibility: visible;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  pointer-events: none;
  transition: display 0.3s;
  object-fit: cover;
}
.wrap_slider .link_item_slider iframe {
  visibility: visible;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 123vh;
  overflow: hidden;
  display: block;
  pointer-events: none;
  transition: display 0.3s;
  object-fit: cover;
}
.wrap_slider .link_item_slider .layout {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.3);
}
.wrap_slider .link_item_slider .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.wrap_slider .link_item_slider .all_content_noidung_slide {
  position: relative;
  z-index: 3;
  width: 80%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  min-height: 90vh;
  margin: auto;
  flex-direction: column;
  align-items: center;
}
.wrap_slider .link_item_slider .all_content_noidung_slide .ten_slide {
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  font-size: 50px;
  text-align: center;
}
.wrap_slider .link_item_slider .all_content_noidung_slide .mta_slide {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.wrap_slider .link_item_slider .all_content_noidung_slide .khampha {
  font-size: 16px;
  margin-top: 20px;
  display: inline-block;
  background-color: #fff;
  color: #000;
  padding: 8px;
  border-radius: 99px;
  min-width: 120px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 700;
}

.wrap_slide_cat_product .all_title_control_slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.wrap_slide_cat_product .title_sidebar {
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-left: 60px;
}
.wrap_slide_cat_product .all_slide_cat_product {
  position: relative;
}
.wrap_slide_cat_product .all_slide_cat_product .item_slide_cat_product {
  padding: 15px;
}
.wrap_slide_cat_product .all_slide_cat_product .item_slide_cat_product:hover .product-category-image img {
  transform: scale(1.05);
}
.wrap_slide_cat_product .all_slide_cat_product .item_slide_cat_product .product-category-image {
  background: rgba(49, 54, 56, 0.06);
  border-radius: 100%;
}
.wrap_slide_cat_product .all_slide_cat_product .item_slide_cat_product .product-category-image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.wrap_slide_cat_product .all_slide_cat_product .item_slide_cat_product .ten_slide_cat_product {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 5px;
  color: #333;
  text-align: center;
}
.wrap_slide_cat_product .all_slide_cat_product .control_slide {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 20px;
}
.wrap_slide_cat_product .all_slide_cat_product .control_slide .control-sp {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  cursor: pointer;
  margin: 0;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap_slide_cat_product .all_slide_cat_product .control_slide .control-sp i {
  font-weight: 400;
}

.wrap_sanpham_noibat .all_sidebar_row_sp {
  display: flex;
  gap: 30px;
}
.wrap_sanpham_noibat .all_sidebar_row_sp .mainkhung_product {
  flex: 1 1 0;
  min-width: 0;
  transition: all 0.3s ease;
}
.wrap_sanpham_noibat .all_sidebar_row_sp .sidebar {
  flex: 0 0 auto;
  width: 300px;
  transition: all 0.3s ease;
}
.wrap_sanpham_noibat .all_sidebar_row_sp .sidebar .sidebar-inner {
  position: sticky;
  top: 90px;
}
.wrap_sanpham_noibat .all_sidebar_row_sp .sidebar .title_sidebar {
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-align: center;
}
.wrap_sanpham_noibat .all_sidebar_row_sp .sidebar .img_sidebar {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}
.wrap_sanpham_noibat .all_sidebar_row_sp .sidebar .img_sidebar img {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
}
.wrap_sanpham_noibat .all_sidebar_row_sp .sidebar .link_img_sidebar {
  display: block;
  position: relative;
  color: #fff;
  font-size: 16px;
  background-color: #000;
  border-radius: 5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 16px;
  width: fit-content;
  margin: auto;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
  transition: all 300ms ease 0ms;
}
.wrap_sanpham_noibat .all_sidebar_row_sp .sidebar .link_img_sidebar svg {
  opacity: 0;
  position: absolute;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1em;
  margin-left: -1em;
  transition: all 300ms ease 0ms;
  font-weight: 400;
}
.wrap_sanpham_noibat .all_sidebar_row_sp .sidebar .link_img_sidebar:hover {
  color: #fff;
  padding: 5px 32px 5px 11px;
}
.wrap_sanpham_noibat .all_sidebar_row_sp .sidebar .link_img_sidebar:hover svg {
  opacity: 1;
  margin-left: 0;
  right: 5px;
}

.product .all_img_product .img_product {
  position: relative;
}
.product .all_img_product .img_product .discount {
  background: #da171f;
  padding: 3px 18px;
  width: fit-content;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.product .all_img_product .img_product .thumb_sp {
  position: relative;
}
.product .all_img_product .img_product .thumb_sp img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}
.product .all_img_product .img_product .gallery_product {
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 8px 0 0;
  margin-top: 8px;
  border-top: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  overflow: hidden;
  max-height: 57px;
}
.product .all_img_product .img_product .gallery_product .item_gallery {
  width: 40px;
  height: 40px;
  border: 2px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.6;
  position: relative;
  animation: thumbFadeIn 0.3s ease forwards;
  margin: 0 0 9px;
}
.product .all_img_product .img_product .gallery_product .item_gallery.active {
  border-color: #000;
  box-shadow: 0 2px 8px rgba(12, 49, 51, 0.25);
}
.product .all_img_product .img_product .gallery_product .item_gallery img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
@keyframes thumbFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 0.8;
    transform: scale(1);
  }
}
.product .content_product .all_tag_sp {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.product .content_product .tag_sp {
  background: linear-gradient(to right, #ff7777, #e81717);
  width: fit-content;
  padding: 3px 8px 2px;
  text-transform: uppercase;
  color: #fff;
  height: 25px;
  font-size: 10px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  line-height: normal;
  margin: 5px 0px 0px;
  border-radius: 20px;
}
.product .content_product .tag_sp img {
  width: 16px;
}
.product .content_product .title_product {
  font-weight: 700;
  line-height: 1.5em;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
}
.product .content_product .procr_sp {
  font-size: 14px;
  font-weight: 700;
  color: #e02b20;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.product .content_product .procr_sp del {
  color: #666;
}

.wrap_bannertong {
  position: relative;
}
.wrap_bannertong .bannertong img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 20px;
}

.wrap_list_tt_nb {
  position: relative;
}
.wrap_list_tt_nb .title_sidebar {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-align: center;
}
.wrap_list_tt_nb .all-carousel-tintuc {
  position: relative;
}
.wrap_list_tt_nb .all-carousel-tintuc .owl-tt .owl-stage {
  display: flex;
  align-items: stretch;
}
.wrap_list_tt_nb .all-carousel-tintuc .next-tt {
  right: -20px;
}
.wrap_list_tt_nb .all-carousel-tintuc .prev-tt {
  left: -20px;
}
.wrap_list_tt_nb .tintuc {
  position: relative;
  border: 1px solid #d8d8d8;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}
.wrap_list_tt_nb .tintuc .img_tintuc {
  position: relative;
  overflow: hidden;
}
.wrap_list_tt_nb .tintuc .img_tintuc img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.wrap_list_tt_nb .tintuc .content_tintuc {
  position: relative;
  padding: 19px;
}
.wrap_list_tt_nb .tintuc .content_tintuc .ten_tintuc {
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.wrap_list_tt_nb .tintuc .content_tintuc .mota_tintuc {
  color: #666;
  font-size: 15px;
}

.wrap_gallery .title_sidebar {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-align: center;
}
.wrap_gallery .all_gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 6px;
  border-radius: 20px;
  overflow: hidden;
}
.wrap_gallery .all_gallery .gallery-item {
  position: relative;
}
.wrap_gallery .all_gallery .gallery-item img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}
.wrap_gallery .all_gallery .gallery-item .tieude {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 1px 1px 8px #000000;
}

.wrap_banner_tieuchi {
  position: relative;
  background: #000;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}
.wrap_banner_tieuchi .all_grid_tieuchi {
  padding-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.wrap_banner_tieuchi .all_grid_tieuchi .tieuchi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.wrap_banner_tieuchi .all_grid_tieuchi .tieuchi .img_tieuchi {
  flex: 0 0 40px;
}
.wrap_banner_tieuchi .all_grid_tieuchi .tieuchi .img_tieuchi img {
  width: 100%;
  object-fit: cover;
}
.wrap_banner_tieuchi .all_grid_tieuchi .tieuchi .content_tieuchi {
  flex: 1 1 auto;
  text-align: center;
  color: #fff;
  font-weight: 300;
}
.wrap_banner_tieuchi .all_grid_tieuchi .tieuchi .content_tieuchi .name_tieuchi {
  font-weight: 500;
}

.boxfooter_container {
  position: relative;
  background: #000;
  color: #fff;
}
.boxfooter_container .boxfooter_top {
  max-width: 1440px;
  width: 95%;
  margin: auto;
  padding: 40px 0;
}
.boxfooter_container .boxfooter_top .inner-row .title_chinhanh_footer {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.boxfooter_container .boxfooter_top .inner-row .title_chinhanh_footer a {
  color: #fff !important;
}
.boxfooter_container .boxfooter_top .inner-row .all_menu_footer a {
  color: #fff;
  font-size: 14px;
}
.boxfooter_container .boxfooter_top .inner-row .all_mxh {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.boxfooter_container .boxfooter_top .inner-row .all_mxh img {
  width: 35px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.boxfooter_container .boxfooter_top .inner-row .logo_footer {
  margin-bottom: 20px;
}
.boxfooter_container .boxfooter_top .inner-row .logo_footer img {
  max-width: 200px;
}

.all_map_iframe {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.map_iframe iframe {
  width: 100%;
  max-height: 450px;
}
.map_iframe .title_map {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.all_contact_lienhe .all_form_contact .content_form_contact .title {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-align: center;
}
.all_contact_lienhe .all_form_contact .content_form_contact .all_grid_lienhe {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.all_contact_lienhe .all_form_contact .content_form_contact .all_grid_lienhe .item {
  display: flex;
  gap: 10px;
}
.all_contact_lienhe .all_form_contact .content_form_contact .all_grid_lienhe .item .icon {
  flex: 0 0 35px;
  font-size: 30px;
}
.all_contact_lienhe .all_form_contact .content_form_contact .all_grid_lienhe .item .content {
  flex: 1 1 auto;
}
.all_contact_lienhe .all_form_contact .content_form_contact .all_grid_lienhe .item .content .name {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.all_contact_lienhe .all_form_contact .content_form_contact .all_grid_lienhe .item .content .desc {
  font-size: 15px;
}
.all_contact_lienhe .all_form_contact .form-contact {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.all_contact_lienhe .all_form_contact .form-contact .all_input_contact_form {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 60px;
}
.all_contact_lienhe .all_form_contact .form-contact .all_input_contact_form .input-contact {
  flex: 1 1 100%;
}
.all_contact_lienhe .all_form_contact .form-contact .all_input_contact_form .input-contact:nth-child(1), .all_contact_lienhe .all_form_contact .form-contact .all_input_contact_form .input-contact:nth-child(2) {
  flex: 1 1 auto;
}
.all_contact_lienhe .all_form_contact .form-contact .all_input_contact_form .input-contact input,
.all_contact_lienhe .all_form_contact .form-contact .all_input_contact_form .input-contact textarea {
  border: 1px solid #c6c6c6;
  color: #999;
  font-size: 14px;
  padding: 16px;
  border-radius: 0;
  line-height: 1.6;
  height: auto;
}
.all_contact_lienhe .all_form_contact .form-contact .all_input_contact_form .input-contact textarea {
  height: 150px;
}
.all_contact_lienhe .all_form_contact .form-contact .all_input_contact_form .btn_contact {
  font-size: 16px;
  background-color: #000;
  border-color: #000;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding: 10px 16px;
}

.content-main-page-news .featured-article {
  position: relative;
  margin-bottom: 30px;
  align-items: center;
  gap: 30px;
}
.content-main-page-news .featured-article .featured-illustration {
  flex: 0 0 40%;
  background: #000;
  border-radius: 15px;
  overflow: hidden;
}
.content-main-page-news .featured-article .featured-illustration img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  aspect-ratio: 16/9;
}
.content-main-page-news .featured-article .featured-content {
  flex: 1;
}
.content-main-page-news .featured-article .featured-content .category-tag {
  background: #d4e8e9;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  display: block;
  margin-bottom: 15px;
  color: #000;
  width: fit-content;
}
.content-main-page-news .featured-article .featured-content h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.3;
  color: #000;
}
.content-main-page-news .featured-article .featured-content .mota {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 15px;
}
.content-main-page-news .featured-article .featured-content .featured-meta {
  font-size: 14px;
  opacity: 0.8;
}
.content-main-page-news .small-articles-slider .small-article {
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.content-main-page-news .small-articles-slider .small-article h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  margin-bottom: 10px;
}
.content-main-page-news .small-articles-slider .small-article .small-article-meta {
  gap: 10px;
  margin-top: auto;
  align-items: center;
}
.content-main-page-news .small-articles-slider .small-article .small-article-meta .category-tag {
  background: #d4e8e9;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  display: block;
  color: #000;
  width: fit-content;
}
.content-main-page-news .small-articles-slider .small-article .small-article-meta .small-date {
  font-size: 12px;
  color: #666;
}
.content-main-page-news .small-articles-slider .box--custom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  padding: 20px 0;
}
.content-main-page-news .small-articles-slider .box--custom .dots-custom {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  position: relative;
  inset: 0;
}
.content-main-page-news .small-articles-slider .box--custom .dots-custom button {
  border: none;
  border-radius: 50%;
}
.content-main-page-news .small-articles-slider .box--custom .dots-custom button span {
  background: #e2e8f0;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: transform 0.2s linear;
  cursor: pointer;
}
.content-main-page-news .small-articles-slider .box--custom .dots-custom button.active span {
  width: 40px;
  border-radius: 4px;
  background: #399ca1;
}
.content-main-page-news .small-articles-slider .box--custom ._line {
  flex: 1;
  width: 100%;
  height: 1px;
  background: #ced4da;
}
.content-main-page-news .small-articles-slider .box--custom .control_slide {
  display: flex;
  gap: 12px;
  align-items: center;
}
.content-main-page-news .small-articles-slider .box--custom .control_slide .control-sp {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
  position: static;
  transform: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-main-page-news .small-articles-slider .box--custom .control_slide .control-sp i {
  font-weight: 400;
}

.post-feat-wrap {
  display: flex;
  justify-content: space-around;
  gap: 30px;
}
.post-feat-wrap .custom-news-main-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px 0;
  position: relative;
  display: inline-block;
}
.post-feat-wrap .p-chuy {
  flex: 1;
}
.post-feat-wrap .p-chuy .post-feat {
  display: flex;
  gap: 30px;
}
.post-feat-wrap .p-chuy .post-feat .main-featured .featured-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.post-feat-wrap .p-chuy .post-feat .main-featured .featured-item .featured-thumb {
  overflow: hidden;
  border-radius: 4px;
}
.post-feat-wrap .p-chuy .post-feat .main-featured .featured-item .featured-thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.post-feat-wrap .p-chuy .post-feat .main-featured .featured-item .p-feat-title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #000;
}
.post-feat-wrap .p-chuy .post-feat .other-featured {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.post-feat-wrap .p-chuy .post-feat .other-featured .featured-item {
  gap: 20px;
}
.post-feat-wrap .p-chuy .post-feat .other-featured .featured-item .featured-thumb-small {
  flex: 0 0 150px;
  border-radius: 8px;
  overflow: hidden;
}
.post-feat-wrap .p-chuy .post-feat .other-featured .featured-item .featured-thumb-small a {
  width: 100%;
  height: 100%;
  display: block;
}
.post-feat-wrap .p-chuy .post-feat .other-featured .featured-item .featured-thumb-small a img {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.post-feat-wrap .p-chuy .post-feat .other-featured .featured-item .p-feat-title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #000;
}
.post-feat-wrap .p-trend {
  flex: 0 0 30%;
}
.post-feat-wrap .p-trend .p-trend-item {
  margin-bottom: 10px;
  gap: 20px;
}
.post-feat-wrap .p-trend .p-trend-item .featured-thumb-small {
  flex: 0 0 150px;
  border-radius: 8px;
  overflow: hidden;
}
.post-feat-wrap .p-trend .p-trend-item .featured-thumb-small img {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.post-feat-wrap .p-trend .p-trend-item .p-feat-title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #000;
}

.all_tintuc_list_tong {
  position: relative;
  margin-top: 30px;
}
.all_tintuc_list_tong .tintuclist_tong {
  margin: 30px 0;
}
.all_tintuc_list_tong .tintuclist_tong .custom-news-main-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px 0;
  position: relative;
  display: inline-block;
}
.all_tintuc_list_tong .tintuclist_tong .btn_all_news {
  color: #000;
  margin: 40px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.all_tintuc_list_tong .tintuclist_tong .btn_all_news svg {
  width: 13px;
}
.all_tintuc_list_tong .tintuclist_tong .custom-news-wrapper .custom-news-container {
  margin: 20px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.all_tintuc_list_tong .tintuclist_tong .custom-news-wrapper .custom-news-container .custom-news-item {
  display: flex;
  align-items: center;
  gap: 20px;
  background: white;
  transition: all 0.3s ease;
}
.all_tintuc_list_tong .tintuclist_tong .custom-news-wrapper .custom-news-container .custom-news-item .custom-news-thumbnail {
  overflow: hidden;
  position: relative;
  flex: 0 0 40%;
}
.all_tintuc_list_tong .tintuclist_tong .custom-news-wrapper .custom-news-container .custom-news-item .custom-news-thumbnail img {
  width: 100%;
  height: 170px;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform 0.4s ease;
  overflow: hidden;
  border-radius: 8px;
}
.all_tintuc_list_tong .tintuclist_tong .custom-news-wrapper .custom-news-container .custom-news-item .custom-news-content {
  flex: 1;
}
.all_tintuc_list_tong .tintuclist_tong .custom-news-wrapper .custom-news-container .custom-news-item .custom-news-content .custom-news-title {
  margin: 0px 0px 12px 0px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.all_tintuc_list_tong .tintuclist_tong .custom-news-wrapper .custom-news-container .custom-news-item .custom-news-content .custom-news-title a {
  color: #000;
}
.all_tintuc_list_tong .tintuclist_tong .custom-news-wrapper .custom-news-container .custom-news-item .custom-news-content .custom-news-meta {
  margin-bottom: 12px;
  font-size: 14px;
  color: #888;
  display: flex;
  gap: 15px;
}
.all_tintuc_list_tong .tintuclist_tong .custom-news-wrapper .custom-news-container .custom-news-item .custom-news-content .custom-news-meta span {
  gap: 5px;
  display: flex;
  align-items: center;
}
.all_tintuc_list_tong .tintuclist_tong .custom-news-wrapper .custom-news-container .custom-news-item .custom-news-content .custom-news-meta span svg {
  width: 20px;
}

.content-main-page-news .category-title {
  font-size: clamp(25px, 2.52vw, 40px);
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}
.content-main-page-news .category-menu {
  margin-bottom: 40px;
}
.content-main-page-news .category-menu ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.content-main-page-news .category-menu ul li a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 15px 25px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}
.content-main-page-news .category-menu ul li.active a {
  opacity: 0.8;
}
.content-main-page-news .main-content-section {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
  overflow: hidden;
}
.content-main-page-news .main-content-section .slider-section {
  position: relative;
  flex: 1 1 auto;
  max-width: 60%;
}
.content-main-page-news .main-content-section .slider-section .owl-dots {
  display: none;
}
.content-main-page-news .main-content-section .slider-section .slide-item {
  position: relative;
  height: auto;
}
.content-main-page-news .main-content-section .slider-section .slide-item:hover .slide-image img {
  transform: scale(1.05);
}
.content-main-page-news .main-content-section .slider-section .slide-item .slide-image {
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.content-main-page-news .main-content-section .slider-section .slide-item .slide-image img {
  width: 100%;
  aspect-ratio: 4.8/2;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 15px 15px 0 0;
}
.content-main-page-news .main-content-section .slider-section .slide-item .slide-content {
  padding: 30px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0px 0px 15px 15px;
  border: 1px solid #efefef;
}
.content-main-page-news .main-content-section .slider-section .slide-item .slide-content .slide-title a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content-main-page-news .main-content-section .slider-section .slide-item .slide-content .slide-excerpt {
  color: #777;
  font-size: 15px;
  line-height: 1.5;
}
.content-main-page-news .main-content-section .sidebar-posts {
  position: relative;
  flex: 0 0 40%;
}
.content-main-page-news .main-content-section .sidebar-posts .sidebar-posts-list .sidebar-post-item {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.content-main-page-news .main-content-section .sidebar-posts .sidebar-posts-list .sidebar-post-item .post-thumbnail {
  flex: 0 0 60px;
  margin-right: 15px;
}
.content-main-page-news .main-content-section .sidebar-posts .sidebar-posts-list .sidebar-post-item .post-thumbnail img {
  width: 60px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.content-main-page-news .main-content-section .sidebar-posts .sidebar-posts-list .sidebar-post-item .post-content {
  flex: 1;
}
.content-main-page-news .main-content-section .sidebar-posts .sidebar-posts-list .sidebar-post-item .post-content h4 {
  font-size: 14px;
  font-weight: 700;
}
.content-main-page-news .main-content-section .sidebar-posts .sidebar-posts-list .sidebar-post-item .post-content h4 a {
  color: #000;
  line-height: 1.4;
}
.content-main-page-news .loadkhung_tintuc_news_list .tintuc {
  position: relative;
  border: 1px solid #d8d8d8;
  border-radius: 15px;
  overflow: hidden;
  background: #f9f9f9;
}
.content-main-page-news .loadkhung_tintuc_news_list .tintuc .img_tintuc {
  position: relative;
  overflow: hidden;
}
.content-main-page-news .loadkhung_tintuc_news_list .tintuc .img_tintuc img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.content-main-page-news .loadkhung_tintuc_news_list .tintuc .content_tintuc {
  position: relative;
  padding: 19px;
}
.content-main-page-news .loadkhung_tintuc_news_list .tintuc .content_tintuc .ten_tintuc {
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.content-main-page-news .loadkhung_tintuc_news_list .tintuc .content_tintuc .mota_tintuc {
  color: #666;
  font-size: 15px;
}

.all_detail_news_page .row_col_tintuc {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
.all_detail_news_page .row_col_tintuc .col-ttleft {
  flex: 1;
  min-width: 0;
}
.all_detail_news_page .row_col_tintuc .col-ttleft .title_news {
  font-size: clamp(30px, 3.2vw, 37px);
  color: #000;
  margin-bottom: 15px;
  line-height: 1.3;
  font-weight: 700;
}
.all_detail_news_page .row_col_tintuc .col-ttleft .time_tintuc_share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #666;
  margin-bottom: 20px;
  font-size: 14px;
}
.all_detail_news_page .row_col_tintuc .col-ttleft .time_tintuc_share .all_share {
  display: flex;
  align-items: center;
  gap: 10px;
}
.all_detail_news_page .row_col_tintuc .col-ttleft .time_tintuc_share .all_share ul {
  display: flex;
  gap: 10px;
  align-items: center;
}
.all_detail_news_page .row_col_tintuc .col-ttleft .time_tintuc_share .all_share ul li a {
  transition: transform 0.3s ease;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  position: relative;
  display: block;
}
.all_detail_news_page .row_col_tintuc .col-ttleft .img_news_row_detail {
  margin-bottom: 30px;
}
.all_detail_news_page .row_col_tintuc .col-ttleft .img_news_row_detail img {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
}
.all_detail_news_page .row_col_tintuc .sidebar-column {
  flex: 0 0 300px;
}
.all_detail_news_page .row_col_tintuc .sidebar-column .related-posts-sidebar {
  padding: 25px 0px;
  border-radius: 8px;
  position: sticky;
  top: 80px;
}
.all_detail_news_page .row_col_tintuc .sidebar-column .related-posts-sidebar .sidebar-title {
  font-size: 1.4em;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 700;
}
.all_detail_news_page .row_col_tintuc .sidebar-column .related-posts-sidebar .c-post-cofe-price .c-post-cofe-price__title {
  font-size: 16px;
  margin: 1px 0px;
  font-weight: 600;
}
.all_detail_news_page .row_col_tintuc .sidebar-column .related-posts-sidebar .c-post-cofe-price .c-post-cofe-price__list .c-post-cofe-price__item {
  position: relative;
  padding-left: 32px;
}
.all_detail_news_page .row_col_tintuc .sidebar-column .related-posts-sidebar .c-post-cofe-price .c-post-cofe-price__list .c-post-cofe-price__item:not(:last-child) {
  padding-bottom: 16px;
}
.all_detail_news_page .row_col_tintuc .sidebar-column .related-posts-sidebar .c-post-cofe-price .c-post-cofe-price__list .c-post-cofe-price__item::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 3px;
  z-index: 1;
}
.all_detail_news_page .row_col_tintuc .sidebar-column .related-posts-sidebar .c-post-cofe-price .c-post-cofe-price__list .c-post-cofe-price__item::after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed #000;
  left: 8px;
  position: absolute;
  top: 9px;
}
.all_detail_news_page .row_col_tintuc .sidebar-column .related-posts-sidebar .c-post-cofe-price .c-post-cofe-price__list .c-post-cofe-price__item.active .c-post-cofe-price__content a {
  color: #b4513d;
}
.all_detail_news_page .row_col_tintuc .sidebar-column .related-posts-sidebar .c-post-cofe-price .c-post-cofe-price__list .c-post-cofe-price__item .c-post-cofe-price__content a {
  color: #000;
}
.all_detail_news_page .row_col_tintuc .sidebar-column .related-posts-sidebar .c-post-cofe-price .c-post-cofe-price__list .c-post-cofe-price__item .c-post-cofe-price__date {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #8b8b8b;
}

.all_buy_together .section-title {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.all_buy_together .tintuc {
  position: relative;
  border: 1px solid #d8d8d8;
  border-radius: 15px;
  overflow: hidden;
  background: #f9f9f9;
}
.all_buy_together .tintuc .img_tintuc {
  position: relative;
  overflow: hidden;
}
.all_buy_together .tintuc .img_tintuc img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.all_buy_together .tintuc .content_tintuc {
  position: relative;
  padding: 19px;
}
.all_buy_together .tintuc .content_tintuc .ten_tintuc {
  color: #000;
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.all_buy_together .tintuc .content_tintuc .mota_tintuc {
  color: #666;
  font-size: 15px;
}

.check_danhmuc_pagesp {
  display: flex;
  gap: 30px;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page {
  flex: 0 0 auto;
  width: 300px;
  transition: all 0.3s ease;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .sidebar-inner {
  position: sticky;
  top: 90px;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat {
  background-color: #f4f4f4;
  border-radius: 15px;
  overflow: hidden;
  padding: 15px;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .wci-product-cat-title {
  font-size: 17px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px 0px 10px;
  margin: 0px 0px 10px;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .pf-cat-list {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .pf-cat-list .pf-cat {
  margin-bottom: 15px;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .pf-cat-list .pf-cat .pf-cat-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .pf-cat-list .pf-cat .pf-cat-content .check_catsp {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .pf-cat-list .pf-cat .pf-cat-content .check_catsp .numb {
  color: #666;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .pf-cat-list .pf-cat .pf-cat-content .check_catsp .icon_check {
  appearance: none;
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 6px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  vertical-align: middle;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .pf-cat-list .pf-cat .pf-cat-content .check_catsp .icon_check.active {
  background-color: #000;
  border-color: #000;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .pf-cat-list .pf-cat .pf-cat-content .check_catsp .icon_check.active::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .pf-cat-list .pf-cat .pf-accordion-toggle {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .pf-cat-list .pf-cat .pf-accordion-toggle-child {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .pf-cat-list .pf-cat > ul.child_item {
  position: relative;
  padding: 12px;
  background: #ffffff;
  display: none;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .pf-cat-list .pf-cat > ul.child_item li {
  padding-bottom: 4px;
  padding-left: 8px;
  border-left: 2px solid #e0e0e0;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .pf-cat-list .pf-cat > ul.child_item li .check_itemsp {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .pf-cat-list .pf-cat > ul.child_item li .numb {
  color: #666;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .pf-cat-list .pf-cat > ul.child_item li .icon_check {
  appearance: none;
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 6px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  vertical-align: middle;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .pf-cat-list .pf-cat > ul.child_item li .icon_check.active {
  background-color: #000;
  border-color: #000;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .pf-cat-list .pf-cat > ul.child_item li .icon_check.active::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .pf-cat-list .pf-cat > ul.child_item li > ul.child_item {
  position: relative;
  padding: 12px;
  background: #ffffff;
  display: none;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .pf-cat-list .pf-cat > ul.child_item li > ul.child_item li {
  padding-bottom: 4px;
  padding-left: 8px;
  border-left: 2px solid #e0e0e0;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .pf-cat-list .pf-cat > ul.child_item li > ul.child_item li .check_subsp {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .pf-cat-list .pf-cat > ul.child_item li > ul.child_item li .numb {
  color: #666;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .pf-cat-list .pf-cat > ul.child_item li > ul.child_item li .icon_check {
  appearance: none;
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 6px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  vertical-align: middle;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .pf-cat-list .pf-cat > ul.child_item li > ul.child_item li .icon_check.active {
  background-color: #000;
  border-color: #000;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .pf-cat-list .pf-cat > ul.child_item li > ul.child_item li .icon_check.active::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .search_sp {
  position: relative;
  margin: 20px 0px;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .search_sp input {
  background: #fff;
  box-shadow: 0 0 0 1px #eee;
  font-size: 14px;
  width: 100%;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  padding: 13px 35px 13px 13px;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .search_sp .search_sp {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0;
  background: transparent;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .search_sp .search_sp svg {
  width: 18px;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .wci-news .wci-news-list li {
  position: relative;
  margin-bottom: 15px;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .wci-news .wci-news-list li a {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  align-items: flex-start;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .wci-news .wci-news-list li a .wci-post-thumb {
  flex: 0 0 60px;
  width: 60px;
  display: flex;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .wci-news .wci-news-list li a .wci-post-thumb img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .wci-news .wci-news-list li a .wci-post-title {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  padding-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.check_danhmuc_pagesp .sidebar_danhmuc_page .wci-cat .wci-news .wci-news-list li a .wci-post-except {
  font-size: 12px;
  color: #2ea3f2;
}

.row_page_sp {
  flex: 1 1 auto;
  position: relative;
}
.row_page_sp .all_total_boloc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 30px;
}
.row_page_sp .all_total_boloc .search_sp {
  position: relative;
}
.row_page_sp .all_total_boloc .search_sp input {
  background: #fff;
  font-size: 14px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px;
  font-size: 13px;
}
.row_page_sp .all_total_boloc .boloc_arrange select {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #4e4e4e;
  font-size: 13px;
}

.col-page-sp .all_sp_search .tatsasp {
  font-weight: 400;
  font-size: 14px;
  color: #999;
  position: absolute;
  top: 10px;
  left: 0;
}
.col-page-sp .all_sp_search .all_catlist_prodetail {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.col-page-sp .all_sp_search .all_catlist_prodetail .catlist_prodetail .title {
  font-size: 20px;
  line-height: 30px;
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.ketqua_timkiem {
  font-size: 16px;
  font-weight: 600;
}
.ketqua_timkiem span:nth-child(2) {
  color: #da171f;
}
.ketqua_timkiem span:nth-child(3) {
  color: #61676b;
  font-weight: 300;
  font-size: 12px;
}

.all_search_rong {
  max-width: 650px;
  margin: auto;
  margin-top: 50px;
}
.all_search_rong .rattiec {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}
.all_search_rong .rattiec span:nth-child(2) {
  color: #da171f;
}
.all_search_rong .all_giaithich_search {
  color: #000;
  display: flex;
  flex-direction: column;
}
.all_search_rong .all_giaithich_search span {
  margin-bottom: 10px;
}
.all_search_rong .giupdo_search {
  display: flex;
  align-items: center;
  font-weight: 500;
  flex-wrap: wrap;
}
.all_search_rong .giupdo_search > span {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin-right: 15px;
}
.all_search_rong .giupdo_search .all_hotline_search {
  font-size: 15px;
  color: #da171f;
}
.all_search_rong .giupdo_search .all_hotline_search i {
  margin-right: 10px;
}

.entry-post {
  width: calc(100% - 300px - 30px);
  margin-left: auto;
}

.wrap-main-product .grid-pro-detail {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.wrap-main-product .grid-pro-detail::after {
  content: none;
}
.wrap-main-product .grid-pro-detail .left-pro-detail {
  flex: 1;
  min-width: 0;
}
.wrap-main-product .grid-pro-detail .left-pro-detail .left-pro-detail-fix {
  position: sticky;
  top: 90px;
}
.wrap-main-product .grid-pro-detail .left-pro-detail .left-pro-detail-fix .f-carousel__slide img {
  aspect-ratio: 1/1;
  object-fit: contain;
  width: 100%;
}
.wrap-main-product .grid-pro-detail .left-pro-detail .swiper_detail_right {
  position: relative;
}
.wrap-main-product .grid-pro-detail .left-pro-detail .swiper_detail_right .swiper-button-prev-right,
.wrap-main-product .grid-pro-detail .left-pro-detail .swiper_detail_right .swiper-button-next-right {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.wrap-main-product .grid-pro-detail .left-pro-detail .swiper_detail_right .swiper-button-prev-right svg,
.wrap-main-product .grid-pro-detail .left-pro-detail .swiper_detail_right .swiper-button-next-right svg {
  width: 10px;
}
.wrap-main-product .grid-pro-detail .left-pro-detail .swiper_detail_right .swiper-button-next-right {
  right: 20px;
}
.wrap-main-product .grid-pro-detail .left-pro-detail .swiper_detail_right .swiper-button-prev-right {
  left: 20px;
}
.wrap-main-product .grid-pro-detail .left-pro-detail .swiper_detail_right .swiper-button-prev-right svg {
  transform: rotate(180deg);
}
.wrap-main-product .grid-pro-detail .left-pro-detail .swiper_detail_right .thumb-pro-detail img {
  aspect-ratio: 1/1;
  object-fit: contain;
  width: 100%;
}
.wrap-main-product .grid-pro-detail .left-pro-detail .swiper_detail_left {
  margin-top: 10px;
  padding: 0 40px;
}
.wrap-main-product .grid-pro-detail .left-pro-detail .swiper_detail_left .swiper-button-prev,
.wrap-main-product .grid-pro-detail .left-pro-detail .swiper_detail_left .swiper-button-next {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 5px;
  color: #fff;
}
.wrap-main-product .grid-pro-detail .left-pro-detail .swiper_detail_left .swiper-button-prev svg,
.wrap-main-product .grid-pro-detail .left-pro-detail .swiper_detail_left .swiper-button-next svg {
  width: 10px;
}
.wrap-main-product .grid-pro-detail .left-pro-detail .swiper_detail_left .swiper-slide .thumb-pro-detail img {
  aspect-ratio: 3/2;
  width: 100%;
  object-fit: cover;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  border-radius: 5px;
}
.wrap-main-product .grid-pro-detail .left-pro-detail .swiper_detail_left .swiper-slide.swiper-slide-thumb-active .thumb-pro-detail img {
  opacity: 1;
}
.wrap-main-product .grid-pro-detail .left-pro-detail .f-thumbs .f-thumbs__slide {
  height: 96px;
}
.wrap-main-product .grid-pro-detail .left-pro-detail .f-thumbs .f-thumbs__viewport .has-html img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease;
  border-radius: 5px;
}
.wrap-main-product .grid-pro-detail .right-pro-detail {
  flex: 1;
}
.wrap-main-product .grid-pro-detail .right-pro-detail .all_tag_sp {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.wrap-main-product .grid-pro-detail .right-pro-detail .tag_sp {
  background: linear-gradient(to right, #ff7777, #e81717);
  width: fit-content;
  padding: 3px 8px 2px;
  text-transform: uppercase;
  color: #fff;
  height: 25px;
  font-size: 10px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  line-height: normal;
  margin: 5px 0px 0px;
  border-radius: 20px;
}
.wrap-main-product .grid-pro-detail .right-pro-detail .tag_sp img {
  width: 16px;
}
.wrap-main-product .grid-pro-detail .right-pro-detail .title-pro-detail {
  font-weight: 700;
  font-size: 26px;
  color: #000;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.wrap-main-product .grid-pro-detail .right-pro-detail .price_detail {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e02b20;
}
.wrap-main-product .grid-pro-detail .right-pro-detail .price_detail del {
  color: #999;
}
.wrap-main-product .grid-pro-detail .right-pro-detail .price_detail ins {
  text-decoration: none;
}
.wrap-main-product .grid-pro-detail .right-pro-detail .all_soluong_addtocart {
  display: flex;
  gap: 16px;
  justify-content: start;
  margin-bottom: 16px;
}
.wrap-main-product .grid-pro-detail .right-pro-detail .all_soluong_addtocart .quantity-pro-detail {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  max-width: 115px;
  max-height: 45px;
  justify-content: space-between;
}
.wrap-main-product .grid-pro-detail .right-pro-detail .all_soluong_addtocart .quantity-pro-detail button {
  flex: 0 0 35px;
  background: #333;
  border: none;
  width: 100%;
  height: 45px;
  cursor: pointer;
  font-size: 18px;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.wrap-main-product .grid-pro-detail .right-pro-detail .all_soluong_addtocart .quantity-pro-detail button svg {
  width: 13px;
  color: #fff;
  fill: #fff;
}
.wrap-main-product .grid-pro-detail .right-pro-detail .all_soluong_addtocart .quantity-pro-detail input {
  width: 100%;
  flex: 1;
  height: 100%;
  max-height: 45px;
  height: 45px;
  border: none;
  text-align: center;
  background: #222;
  color: #fff;
}
.wrap-main-product .grid-pro-detail .right-pro-detail .all_soluong_addtocart .muangay1,
.wrap-main-product .grid-pro-detail .right-pro-detail .all_soluong_addtocart .url_product {
  position: relative;
  font-size: 14px;
  background-color: #000;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  transition: all 0.2s;
  padding: 5px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  height: 45px;
}
.wrap-main-product .grid-pro-detail .right-pro-detail .all_soluong_addtocart .muangay1 svg,
.wrap-main-product .grid-pro-detail .right-pro-detail .all_soluong_addtocart .url_product svg {
  opacity: 0;
  position: absolute;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1em;
  margin-left: -1em;
  transition: all 300ms ease 0ms;
  font-weight: 400;
}
.wrap-main-product .grid-pro-detail .right-pro-detail .all_soluong_addtocart .muangay1:hover,
.wrap-main-product .grid-pro-detail .right-pro-detail .all_soluong_addtocart .url_product:hover {
  color: #fff;
  padding: 5px 32px 5px 11px;
  background-color: #000;
}
.wrap-main-product .grid-pro-detail .right-pro-detail .all_soluong_addtocart .muangay1:hover svg,
.wrap-main-product .grid-pro-detail .right-pro-detail .all_soluong_addtocart .url_product:hover svg {
  opacity: 1;
  margin-left: 0;
  right: 5px;
}

.product-gift .s-gift-container {
  border: 1px solid rgba(49, 54, 56, 0.2588235294);
  border-radius: 8px;
  margin-bottom: 32px;
}
.product-gift .s-gift-container .option__title {
  display: flex;
  align-items: center;
  gap: 10px;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(90deg, #fff5c7, #fffced), linear-gradient(90deg, #ffe880, #fffcb0);
  background-origin: border-box;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  margin-bottom: 12px;
  padding: 10px 8px;
  width: 100%;
  font-weight: 600;
  color: #d70018;
}
.product-gift .s-gift-container .s-gift-item {
  display: flex;
  gap: 15px;
  padding: 0px 12px 12px;
}
.product-gift .s-gift-container .s-gift-item .s-gift-image {
  flex: 0 0 100px;
}
.product-gift .s-gift-container .s-gift-item .s-gift-image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid rgba(49, 54, 56, 0.2588235294);
}
.product-gift .s-gift-container .s-gift-item .s-gift-details {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
}
.product-gift .s-gift-container .s-gift-item .s-gift-details .s-gift-name h4 {
  color: #313638;
  font-size: 16px;
  font-weight: 500;
}
.product-gift .s-gift-container .s-gift-item .s-gift-details .s-gift-price {
  font-size: 14px;
  font-weight: 700;
  color: #e02b20;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.product-gift .s-gift-container .s-gift-item .s-gift-details .s-gift-price del {
  color: #666;
}
.product-gift .s-gift-container .warranty-content {
  padding: 0px 12px;
}
.product-gift .s-gift-container .warranty-content .item-warranty-info {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  align-items: center;
  font-size: 15px;
}
.product-gift .s-gift-container .warranty-content .item-warranty-info img {
  flex: 0 0 24px;
  width: 24px;
}

.product-details-wrapper {
  display: flex;
  gap: 30px;
}
.product-details-wrapper .product-tabs-wrapper {
  flex: 1;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  margin: 30px 0 45px;
}
.product-details-wrapper .product-tabs-wrapper .title_sp_noibat {
  padding: 4px 30px;
  display: block;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  width: fit-content;
}
.product-details-wrapper .product-tabs-wrapper .all_gioithieu_index {
  padding: 16px;
}
.product-details-wrapper .product-shipping-wrapper {
  flex: 1;
}
.product-details-wrapper .product-shipping-wrapper .title_thongso {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
.product-details-wrapper .product-shipping-wrapper .content_thongso table {
  width: 100% !important;
}
.product-details-wrapper .product-shipping-wrapper .content_thongso table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.product-details-wrapper .product-shipping-wrapper .content_thongso table tbody td,
.product-details-wrapper .product-shipping-wrapper .content_thongso table tbody th {
  border: 1px solid #dee2e6;
  padding: 6px;
}

.product-upsell-section {
  position: relative;
}
.product-upsell-section .upsell-title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.product-upsell-section .upsell-slider {
  position: relative;
}
.product-upsell-section .upsell-slider .control-sp {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  cursor: pointer;
  margin: 0;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-upsell-section .upsell-slider .control-sp i {
  font-weight: 400;
}
.product-upsell-section .upsell-slider .control-sp.prev-sp-nb {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.product-upsell-section .upsell-slider .control-sp.next-sp-nb {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.product-upsell-section .upsell-slider .owl-sp-nb {
  max-width: 97%;
  margin: auto;
}
.product-upsell-section .upsell-slider .product {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 5px;
}

.shop-barge {
  z-index: 999;
  width: 100%;
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: all 0.2s;
  transform: translate3d(0, 100%, 0);
}
.shop-barge.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.shop-inside {
  width: 95%;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  background-color: #ffffff;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #e5e5e5;
  box-shadow: 0 20px 32px -24px rgba(0, 0, 0, 0.06), 0 0 36px 0 rgba(0, 0, 0, 0.11);
  border-radius: 12px;
  margin-bottom: 16px;
}
.shop-inside .row {
  align-items: center;
  margin: 0;
}
.shop-inside .col-md-8,
.shop-inside .col-md-4 {
  padding: 0;
}
.shop-inside .wpcsb-product-info {
  display: flex;
  align-items: center;
}
.shop-inside .wpcsb-product-info .wpcsb-product-image {
  width: 48px;
  flex: 0 0 48px;
  margin-right: 10px;
}
.shop-inside .wpcsb-product-info .wpcsb-product-image img {
  width: 100%;
}
.shop-inside .wpcsb-product-info .wpcsb-product-data {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop-inside .wpcsb-product-info .wpcsb-product-data .wpcsb-product-name {
  flex: 1;
  max-width: 400px;
  margin-right: 10px;
  font-weight: 600;
}
.shop-inside .wpcsb-product-info .wpcsb-product-data .wpcsb-product-price {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #e02b20;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.shop-inside .wpcsb-product-info .wpcsb-product-data .wpcsb-product-price del {
  color: #666;
}
.shop-inside .all_soluong_addtocart {
  display: flex;
  gap: 10px;
  justify-content: start;
}
.shop-inside .all_soluong_addtocart .quantity-pro-detail {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  max-width: 90px;
  justify-content: space-between;
}
.shop-inside .all_soluong_addtocart .quantity-pro-detail button {
  flex: 0 0 25px;
  background: #333;
  border: none;
  width: 100%;
  height: 45px;
  cursor: pointer;
  font-size: 18px;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.shop-inside .all_soluong_addtocart .quantity-pro-detail button svg {
  width: 13px;
  color: #fff;
  fill: #fff;
}
.shop-inside .all_soluong_addtocart .quantity-pro-detail input {
  width: 100%;
  flex: 1;
  height: 100%;
  border: none;
  text-align: center;
  background: #222;
  color: #fff;
  max-height: 45px;
}
.shop-inside .all_soluong_addtocart .muangay1,
.shop-inside .all_soluong_addtocart .url_product {
  position: relative;
  font-size: 12px;
  background-color: #000;
  border-radius: 5px;
  letter-spacing: 1px;
  color: #fff;
  transition: all 0.2s;
  padding: 5px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.shop-inside .all_soluong_addtocart .muangay1:hover,
.shop-inside .all_soluong_addtocart .url_product:hover {
  color: #fff;
  background-color: #000;
}
.shop-inside .all_soluong_addtocart .muangay1:hover svg,
.shop-inside .all_soluong_addtocart .url_product:hover svg {
  opacity: 1;
  margin-left: 0;
  right: 5px;
}

.bannerdanhmucsp img {
  aspect-ratio: 4/1;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  width: 100%;
}

.row_col_tintuc .breadcrumb .breadcrumb-item:nth-child(2) {
  display: none;
}

.all_grid_doitac {
  position: relative;
}
.all_grid_doitac .owl-stage {
  display: flex;
  align-items: stretch;
  transition-timing-function: linear !important;
}
.all_grid_doitac .img_doitac {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.all_grid_doitac .img_doitac img {
  aspect-ratio: 3/2;
  object-fit: contain;
}

/*# sourceMappingURL=websc.css.map */
