::-webkit-scrollbar {
  background: #fff;
  width: 10px;
  height: 11px;
}

::-webkit-scrollbar-thumb {
  background: #bbbbbb;
}
:root {
  --primary-color: #2b6ca3;
  /* --primary-color:#055458;
    --secondary-color:#038686; */
  /* --secondary-color:#1d2353; */
  --secondary-color: #394287;
  --nth4-color: #0983ef;
  --color-primary: #2b6ca3;
  /* --color-primary:#00a680; */
  --nth3-color: #f0ad1d;
  --navy: #002244;
  --gold: #d4af37;
  --silver: #94a3b8;
  --white: #ffffff;
  --gray-light: #f3f4f6;
  --gray-border: #e5e7eb;
  --yellow-accent: #ffcc00;
}

.w_my_nav_page::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  background: #fff;
  width: 10px;
  height: 11px;
}
.w_my_nav_page::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--primary-color);
  height: 2px;
}
.w_my_nav_page::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-Bold.ttf");
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#ui-datepicker-div {
  z-index: 1000 !important;
}
tr,
td,
th {
  border: 1px solid #dee2e6;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.color-primary {
  color: #0075bd !important;
}
.cursor-help {
  cursor: help;
}
.txt_do {
  color: #ff0000 !important;
}

.table thead th {
  border-bottom: unset;
}

img {
  max-width: 100% !important;
  vertical-align: middle;
}
.box_product_content td img {
  max-width: 100% !important;
  vertical-align: middle;
}

a,
a:hover {
  text-decoration: none !important;
  color: #2185c2;
}

ul {
  margin-bottom: 0;
}

textarea {
  resize: none;
}

body {
  font-family: "Roboto" !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  padding-right: 0px !important;
  background: #fff;
  overflow-x: hidden;
  font-weight: 400;
  color: #444;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
}

b,
strong {
  font-weight: 700;
}

.wap {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.button-viewall {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  padding: 8px 25px;
  color: var(--nth3-color);
  font-weight: 400;
  margin-bottom: 30px;
  border: 1px solid var(--nth3-color);
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.button-viewall:hover {
  color: #fff;
  background: var(--nth3-color);
  transition: all 0.3s ease-in-out;
}

.clear {
  clear: both;
}

div.none {
  display: none !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mn-n10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.mn-n15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.pn-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pn-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pn-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.bg-xam {
  background-color: #e0e0e0;
}

.bg-xamnhat {
  background-color: #f8f7fb;
}

.content {
  width: 100%;
  line-height: 32px;
}
.content p {
}
.content figure {
  background: #f6f6f6;
  width: 100%;
  padding: 15px;
  border: 1px solid #eee;
}

.content figure figcaption {
  margin-top: 10px;
}

.content ul,
.content ol {
  padding-left: 30px;
}

.content img {
  max-width: 100% !important;
  height: auto !important;
}

.content table {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}

div.content h1, div.content h2, div.content h3, div.content h4, div.content h5, div.content h6, div.content p,
 /* div.content div, */
  div.content blockquote, div.content table {
  max-width: 100% !important;
}

.content h1 {
  font-size: 24px;
}

.content h2 {
  font-size: 19px;
}

.content h3 {
  font-size: 18px;
}

.content h4 {
  font-size: 17px;
}

.content h5 {
  font-size: 16px;
}

.content h6 {
  font-size: 15px;
}

.content video,
.content iframe {
  max-width: 100% !important;
}

div.content table {
  width: 100% !important;
}

.div_content_border {
  padding: 20px;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.addthis_native_toolbox {
  margin: 20px 0px;
}

.x_map {
  width: 100% !important;
  height: 100% !important;
}

.x_map iframe {
  width: 100% !important;
  min-height: 500px !important;
}

.f_map {
  padding-right: 20px;
}

.f_map iframe {
  width: 100% !important;
  height: 220px !important;
}

.min-height {
  min-height: 500px;
}

#content_right {
  width: calc(27% - 15px);
  float: right;
}

#content_left {
  width: calc(73% - 15px);
  float: left;
}

.w_site_bar {
  display: flex;
  justify-content: space-between;
}

.site_bar_left {
  width: 230px;
}

.site_bar_right {
  width: calc(100% - 230px);
  padding-left: 30px;
}

.mybtn {
  border: none;
  padding: 12px 30px;
  transition: all 0.5s ease;
  text-align: center;
  border-radius: 3px;
  line-height: 1;
  display: inline-block;
}
.btn-goingay {
  background: linear-gradient(
    to top,
    var(--primary-color),
    var(--secondary-color)
  );
  color: #fff;
  padding: 5px 10px;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
}
.btn-goingay:hover {
  box-shadow:
    0 10px 20px rgb(0 0 0 / 19%),
    0 6px 6px rgb(0 0 0 / 22%);
}
.size-15 {
  font-size: 15px !important;
}
.btn-left i {
  background-color: #fff;
  font-size: 30px;
  color: var(--secondary-color);
  border-radius: 50px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-title,
.btn-hottline {
  line-height: 18px;
}
.btn-right {
  padding-left: 10px;
  padding-right: 10px;
}
.btn-loc {
  padding: 12px 10px;
  color: #fff;
  background-color: var(--primary-color);
}
.btn-loc:hover {
  background-color: var(--secondary-color);
}
.mybtn:hover,
.mybtn:focus {
  border: 0 !important;
  outline: 0 !important;
}

.txt_xanh {
  color: #2185c2 !important;
}

.mybtn.btn-main {
  background-color: var(--nth3-color);
  color: #fff;
}

.mybtn.btn-main:hover {
  background-color: var(--secondary-color);
  color: #fff;
  transition: all 0.5s ease;
}

.mybtn.btn-do {
  background-color: var(--primary-color);
  color: #fff;
}
div.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

.mybtn.btn-do:hover {
  background-color: var(--secondary-color);
  color: #fff;
  transition: all 0.5s ease;
}
.mybtn.btn-xemthem {
  /* background-color: var(--nth4-color); */
  color: #fff;
  border-radius: 30px;
  background: linear-gradient(
    to top,
    var(--primary-color),
    var(--secondary-color)
  );
  font-size: 16px;
  text-transform: capitalize;
}
.btn-xemthem p {
  margin-bottom: 0;
}
.mybtn.btn-xemthem:hover {
  /* background-color: var(--primary-color); */
  color: #fff;
  transition: all 0.5s ease;
  box-shadow:
    0 10px 20px rgb(0 0 0 / 19%),
    0 6px 6px rgb(0 0 0 / 22%);
}
.mybtn.btn-den:hover {
  background-color: #2a2a2a;
  color: #fff;
  transition: all 0.5s ease;
}

/*left_bar*/
.nd_fb {
  overflow: hidden;
  position: relative;
  height: 130px;
}

.fb_left {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 420px;
}

.div_left {
  margin-bottom: 30px;
  /* background-color: #f5f5f5; */
  border-radius: 6px;
}

.div_left .ar_left .item_left {
  padding: 15px 0px;
  position: relative;
}
.ar_left.form_tuvan {
  border: 1px solid #ced4da;
  padding: 15px;
}
.div_left_phone {
  background-color: var(--primary-color);
  padding: 5px;
}
.div_left_phone img {
  width: 30px;
}
.div_left_phone span {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  padding-left: 10px;
  line-height: 30px;
}
.border-bottom {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.item_left.border-bottom:last-child {
  border-bottom: 0 !important;
}

.div_left .ar_left .item_left a:hover {
  color: var(--nth3-color);
}

.div_left .ar_left .item_left:hover img {
  filter: brightness(0.8);
}

.div_left .ar_left .item_left .item_img {
  width: 30%;
  float: left;
}

.div_left .ar_left .item_left .item_content {
  width: 65%;
  float: right;
}

.div_left .ar_left .item_left .item_content .h3 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
}

.item_sp_left {
  padding: 0px !important;
}

.item_sp_left .h3 {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
}

.item_sp_left i.fa-plus {
  display: block;
  text-align: right;
  cursor: pointer;
  background: #eee;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 10px;
}

.item_sp_left.active i.fa-plus:before {
  content: "\f068";
}

.item_sp_left .h3 a {
  width: calc(100% - 28px);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  color: #444;
  display: block;
  padding: 7px 0px;
}

.item_sp_left ul {
  display: none;
  list-style: none;
}

.item_sp_left.active ul {
  display: block;
}

a.sp_list_left {
  position: relative;
  display: block;
  padding: 5px 0px 5px 15px;
  color: #888;
  font-size: 15px;
}

/*end left_bar*/

/*tieude*/
.tieude_left {
  position: relative;
  color: #222;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: capitalize;
  padding-left: 0px;
  /* margin-bottom: 10px; */
}

.tieude_left span {
  display: block;
  background-color: var(--primary-color);
  text-transform: uppercase;
  color: #fff;
  padding: 7px 15px;
}

.tieude_detail {
  position: relative;
  color: #333;
  font-size: 21px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 10px;
}

.tieude_index {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.tieude_index::after {
  content: "";
  left: 50%;
  transform: translate(-50%);
  bottom: -10px;
  width: 14px;
  height: 14px;
  background-image: url("images/icon-title.png");
  background-size: contain;
  position: absolute;
  z-index: 3;
}

.tieude_index::before {
  content: "";
  position: absolute;
  border-top: 1px solid #cacaca;
  left: calc(50% - 120px);
  bottom: 0;
  right: 0;
  width: 240px;
  bottom: -6px;
}

.tieude_index .tt_sub {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: #666;
  margin-bottom: 0px;
}

.tieude_index .tt_main {
  font-size: 28px;
  line-height: 40px;
  color: #333;
  font-weight: 700;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
}

.tieude_gc {
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
  text-align: center;
}

.sub_tieude_gc {
  font-size: 24px;
  font-weight: 400;
}

.tieude_gc span {
  font-size: 30px;
  line-height: 35px;
  color: var(--color-primary);
  display: inline-block;
  position: relative;
  background-color: #fff;
  text-transform: uppercase;
  padding: 5px 15px;
}
.tieude_form {
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
  text-align: center;
}
.tieude_form span {
  font-size: 30px;
  line-height: 35px;
  color: var(--color-primary);
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  padding: 5px 15px;
}

.tieude_form span::after {
  content: "";
  left: 50%;
  transform: translate(-50%);
  bottom: -7px;
  width: 80px;
  height: 3px;
  background-color: var(--primary-color);
  position: absolute;
  z-index: 3;
}

.tieude_gc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  /* border-top: 1px solid #cacaca; */
  /* width: 200px;
	bottom: -6px;
	left: 50%;
	transform: translate(-50%); */
}

.tieude_page {
  position: relative;
  color: #333;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px;
  display: block;
}

.w_my_nav_page.sticky {
  position: fixed;
  top: 72px;
  left: 0;
  width: 100%;
  z-index: 50;
}
.content.remove #just-for-height {
  display: none !important;
}
.w_my_nav_page {
  display: none;
  position: relative;
  margin-top: 0px;
  overflow-x: auto;
  background-color: #fff;
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
}
.my_nav_page {
  animation-name: fadeIn;
  animation-duration: 2s;
  position: relative;
  z-index: 10;
}

.my_nav_page ul {
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my_nav_page ul li {
  margin: 5px 2px;
  position: relative;
}
.my_nav_page ul li a {
  color: #434341;
  display: inline-block;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 18px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  border: 1px solid transparent;
}
.my_nav_page ul li a.active,
.my_nav_page ul li a:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.content.productseo td,
.content.productseo tr,
.content.productseo th {
  border: none !important;
}
.tieude_productseo {
  position: relative;
  color: #333;
  font-size: 22px;
  line-height: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px;
  display: inline-block;
}
.tieude_productseo::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 2px;
  content: "";
  background-color: var(--primary-color);
}
.tieude_other {
  position: relative;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  margin: 0 0 20px;
  display: block;
}

.tieude_other:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  height: 4px;
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  z-index: 1;
}

.tieude_other span {
  background: #fff;
  padding-right: 15px;
  display: inline-block;
  position: relative;
  z-index: 2;
}

/*end tieude*/

/*breadcrumb*/
.div_breadcrumb .breadcrumb {
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 30px;
  padding: 0.75rem 0;
  border-radius: 0;
  border-bottom: 1px solid #f1f1f1;
}

.div_breadcrumb .breadcrumb a {
  color: #aaa;
}

.div_breadcrumb .breadcrumb a:first-child {
  font-size: 20px;
  line-height: 20px;
}

.div_breadcrumb .breadcrumb a i {
  margin: 0 3px;
}

.div_breadcrumb .breadcrumb span {
  color: #666;
}

/*END breadcrumb*/

/*pages*/
.pagination {
  margin: 10px auto 0px !important;
  width: 100%;
  text-align: center;
  display: block;
}

.pages {
}

.pages li.prev {
  margin-right: 15px;
}

.pages li.next {
  margin-left: 15px;
}

.pages li {
  display: inline-block;
  margin: 8px 2px;
}

.pages li a {
  padding: 7px 15px;
  text-decoration: none;
  color: #434343;
  border: 1px solid #d6dde5;
  font-size: 13px;
  background: #fff;
  cursor: pointer;
}

.pages li a#active_z {
  color: #fff;
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.pages li a:hover {
  background: var(--primary-color);
  color: #fff !important;
  border-color: var(--primary-color);
}

.pages li .active {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.pages li .active:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

/*end pages*/
.w_dichvu {
  position: relative;
  padding: 20px 0px;
}
.bg_xam {
  background-color: #f5f5f5;
}
.bg_container {
  background-position: left top;
  background-size: cover;
}
.bg_sanpham {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}
.bg_container_fixed {
  background-attachment: fixed;
}

.container_2 {
  width: 70%;
  margin: 0 auto;
}

/*head*/
div#header {
  position: relative;
  width: 100%;
  z-index: 500;
}

.top_head {
  background: #f5f5f5;
  position: relative;
  color: #666;
  /* height: 30px; */
  border-bottom: 1px solid #d1d1d1;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  padding: 5px 0;
}
.icon_top_head {
  margin-right: 3px;
  margin-top: -2px !important;
}
.top_head .left {
  /* width: 50%; */
  width: 40%;
  /* padding: 0 15px; */
  text-align: left;
  overflow: hidden;
}

.top_head .producthead_item {
  position: relative;
  overflow: hidden;
}
.top_head .producthead_item a {
  color: #444;
}
.top_head .producthead_item:hover strong {
  color: var(--primary-color);
}
.top_head .producthead_item span.dot {
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background: var(--nth3-color);
  border-radius: 100%;
}

.top_head ul.menutop li {
  list-style: none;
  display: inline-block;
}

.top_head ul.menutop i.fa-home {
  font-size: 16px;
  line-height: 29px;
}

.top_head .right {
  /* width: 50%; */
  width: 60%;
  padding: 0 15px;
  text-align: right;
}

.menutop li {
  margin-left: 10px;
}

.menutop a {
  color: #666;
  font-size: 13px;
}

.menutop a:hover {
  color: var(--nth3-color);
}
.color-red {
  color: #ff0000 !important;
}
.txt_khieunai {
  color: #ff0000 !important;
}

.top_head #h-social {
  float: right;
  margin-top: 1px;
}

.top_head #h-social a {
  display: inline-block;
}

.top_head #h-social a img {
  max-height: 30px;
  margin-left: 3px;
  filter: brightness(0.4);
}

.h-ngonngu {
  position: relative;
  /* margin-top: 4px; */
  margin-left: 20px;
}

.h-ngonngu::after {
  content: "";
  position: absolute;
  left: -5px;
  /* top: 4px; */
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 1px;
  background: #7d7c7c;
}

#menu_mobi .h-ngonngu {
  margin-left: 0px;
  margin-top: 20px;
  display: block;
  width: 100%;
  text-align: center;
}

.h-ngonngu img {
  margin-left: 10px;
}

.box_lang {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 120px;
  z-index: 99;
  display: none;
  background-color: #fff;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  transform-origin: 90% top;
  animation: langGrowth ease-in 0.3s;
  border-radius: 2px;
}
.icon_ngonngu:hover .box_lang {
  display: flex;
}
.icon_ngonngu::after {
  position: absolute;
  top: calc(100%);
  right: 0;
  content: "";
  width: 100px;
  height: 20px;
  background-color: transparent;
}
.box_lang::before {
  position: absolute;
  content: "";
  border-width: 8px 12px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  right: 2px;
  top: -12px;
  z-index: -1;
}
.box_lang a {
  color: #444;
  font-size: 14px;
  padding: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.box_lang a:hover {
  /* background-color: #f5f5f5; */
  color: #fff;
  background-color: var(--primary-color);
}

@keyframes langGrowth {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.menu_main {
  background-color: var(--primary-color);
  /* background: linear-gradient(to top,var(--primary-color),#2664a2); */
  /* background: linear-gradient(to top,var(--primary-color),var(--secondary-color)); */
  /* background-image: linear-gradient(to right,var(--primary-color)  0%, var(--secondary-color) 20%, var(--primary-color) 100%); */

  position: relative;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.menu_main.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
  box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
  transition: all 0.3s ease-in-out;
}

.logo_head {
  position: relative;
  /* width: 100%; */
  text-align: center;
}

.logo_head a {
  display: inline-block;
}

.logo_head img {
  margin: 6px 0;
  height: 60px;
}

.logo_mobi {
  display: none;
}

#menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* min-height: 48px; */
}

.main_nav {
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.main_nav > li > ul::before {
  content: "";
  border: solid 7px transparent;
  border-bottom-color: #2f2f2f;
  width: 0;
  height: 0;
  position: absolute;
  top: -14px;
  left: 30px;
  z-index: 2;
  transition: all 0.3s;
}
.li_thuonghieu {
  position: unset !important;
}

.main_nav li {
  position: relative;
}

.main_nav li::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  background-color: transparent;
  width: 100%;
  height: 30px;
  display: none;
}
.main_nav li:hover::before {
  display: block;
}
.main_nav li a {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  padding: 12px 10px;
  display: block;
  text-transform: uppercase;
}

.main_nav > li > a.active,
.main_nav > li > a.active2,
.main_nav > li > a:hover {
  /* background: var(--secondary-color); */
  color: var(--nth4-color);
}

.main_nav li a.has-child::after {
  content: "";
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  right: 8px;
  top: 18px;
}

.main_nav li ul {
  list-style: none;
  width: 100%;
  padding: 0px;
  margin: 0;
  position: absolute;
  min-width: 200px;
  /* background-color: #fff; */
  background-color: #2f2f2f;
  box-shadow: 0 3px 11px 0 rgb(0 0 0 / 10%);
  opacity: 0;
  visibility: hidden;
  z-index: 50;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transform-origin: center top 0px;
  -moz-transform-origin: center top 0px;
  -webkit-transform-origin: center top 0px;
  transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
  -moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
  -webkit-transform: matrix3d(
    1,
    0,
    0,
    0,
    0,
    0,
    1,
    0.008,
    0,
    -1,
    0,
    0,
    0,
    0,
    0,
    1
  );
}

.main_nav > li > ul {
  /* padding: 10px 0; */
}

.main_nav li:hover > ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}

.main_nav li ul li a {
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  /* color: #444; */
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.main_nav li ul li:hover > i {
  color: #444;
}

.main_nav li ul li:hover {
  background-color: var(--nth4-color);
}

.main_nav li ul li:hover > a {
  color: #fff;
}

.main_nav li:last-child a {
  border-bottom: none;
}

.main_nav li i.fa-angle-right {
  position: absolute;
  right: 5px;
  top: 8px;
  font-size: 15px;
  color: inherit;
}

.main_nav li ul li ul {
  top: 0;
  left: calc(100%);
}

#bg-dummy {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -11;
  visibility: hidden;
  opacity: 0;
  display: block;
}

#bg-dummy.active {
  opacity: 1;
  visibility: visible;
  z-index: 11;
}

.w_menu_sanpham {
  position: relative;
}
.w_menu_sanpham .short_logo {
  display: none;
  width: 250px;
}
.w_menu_sanpham .short_logo a {
  display: block;
  width: 50px;
  text-align: center;
  line-height: 78px;
  background: rgba(0, 0, 0, 0.1);
}
.w_menu_sanpham .short_logo a img {
  width: 20px;
  height: 20px;
}
.w_menu_sanpham .short_logo span {
  width: calc(100% - 60px);
}
.w_menu_sanpham .short_logo span img.slogo {
  height: 50px;
  margin: 14px 0;
}
.w_menu_sanpham .short_logo span img.arrowdown {
  width: 10px;
  height: 20px;
}
.w_menu_sanpham .short_text img {
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

.w_menu_sanpham .short_text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: block;
  min-height: 72px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu_main.sticky .short_text {
  display: none;
}
.menu_main.sticky .short_logo {
  display: flex;
  justify-content: space-between;
}
.menu_main.sticky .w_menu_sanpham:hover > ul,
.w_menu_sanpham.notindex:hover > ul {
  display: block;
}

.menu_sanpham,
.menu_sanpham ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  z-index: 300;
  border-left: 1px solid #f1f1f1;
  background: #fff;
  list-style: none;
  display: none;
}

.menu_sanpham {
  top: 100% !important;
  box-shadow: 0 0 10px rgb(11 11 11 / 10%);
}

.menu_sanpham > li:first-child {
  border-top: 1px solid #f1f1f1;
}

.w_slider .menu_sanpham > li:first-child {
  border-top-color: #fff;
}

.menu_sanpham ul {
  left: 100%;
  display: none;
  min-height: 100%;
}

.menu_sanpham li:hover > ul {
  display: block;
}

.menu_sanpham li a {
  padding: 6px 10px;
  display: block;
  color: #222;
  padding-right: 20px;
  position: relative;
}

.menu_sanpham li a i.fa-angle-right {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  padding: 10px 10px 10px 5px;
}

.menu_sanpham > li:hover > a {
  background: var(--nth3-color);
  color: #fff;
}

.menu_sanpham > li ul li:hover > a {
  color: var(--nth3-color);
  background: #fff;
}

.w_slider .slider_left .menu_sanpham {
  display: block;
  top: 0px !important;
  position: relative;
}

.group_menu {
  display: flex;
  justify-content: center;
  align-content: center;
}
.text-overflow {
  line-height: 24px;
  -webkit-line-clamp: 1;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}
.group_menu .icon_group_menu {
  /* width: 35px; */
  margin: 0 5px;
  text-align: center;
  /* display: none; */
}

.group_menu .icon_group_menu img,
.group_menu .icon_group_menu svg {
  width: 20px !important;
  height: 20px !important;
}
.group_menu .icon_group_menu img.nn {
  width: unset !important;
  height: unset !important;
}
.group_menu .icon_group_menu .iconsearchclose svg {
  width: 16px !important;
  height: 16px !important;
}

.shop_cart {
  position: relative;
  width: 50px !important;
  padding-right: 24px !important;
  display: block !important;
}

.shop_cart img {
  height: 20px;
}

.shop_cart .num-cart {
  position: absolute;
  top: -5px;
  left: 20px;
  border-radius: 10px;
  background-color: #ff3945;
  color: #fff;
  min-width: 10px;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  padding: 0px 7px;
}

.icon_search {
  display: none;
}

.icon_search_showdow {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
}

.icon_search_showdow span {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}

.icon_search_showdow .iconsearchclose {
  display: none;
}

.icon_search_showdow.active .iconsearch {
  display: none;
}

.icon_search_showdow.active .iconsearchclose {
  display: block;
}

.box_search {
  position: relative;
}

.search_showdow {
  width: 100%;
  z-index: 10;
  position: absolute;
  right: 0px;
  background: #fff;
  padding: 10px 15px;
  box-shadow: 0 10px 30px 10px rgb(0 0 0 / 5%);
  display: none;
}

.search_showdow.action {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  display: block;
}

.search_showdow.action::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 10px;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 15px solid #fff;
  z-index: 20;
  display: none;
}

.search_border {
  border-radius: 0.25rem;
  border: 1px solid #055457cc;
  overflow: hidden;
}

.search_showdow input {
  height: 35px;
  float: left;
  border: none;
  padding: 0 15px;
  color: #434341;
  width: calc(100% - 40px);
  background: #fff;
  border: 0px;
  outline: 0;
}

.search_showdow i.fa {
  background: var(--primary-color);
  width: 40px;
  line-height: 35px;
  float: right;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.search_showdow.search_index {
  position: relative;
  display: none;
  background: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.search_big {
  width: 300px;
  /* display: flex; */
  flex-wrap: wrap;
  /* padding-left: 10px; */
  position: relative;
  border-radius: 20px;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

.search_big input {
  width: calc(100% - 78px);
  height: 32px;
  border: none;
  outline: none;
  padding: 0 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 14px;
}

.search_big input:focus {
  border: none;
  outline: none;
}

.search_big button {
  width: 40px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: none;
  outline: none;
  background: var(--primary-color);
  color: #fff;
  height: 32px;
  font-weight: 500;
  font-size: 14px;
}

.search_big button:hover,
.search_big button:focus {
  border: none;
  outline: none;
  /* background-color: var(--color-primary); */
  background-color: var(--secondary-color);
}

.search_showdow .search_note,
.search_big .search_note {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.search_showdow .search_note a,
.search_big .search_note a {
  color: #fff;
  font-size: 12px;
  margin-right: 7px;
}

.search_big .search_note a:hover {
  color: var(--nth3-color);
}
.search_showdow .search_note a,
.search_showdow .search_note a:hover {
  color: #337ab7;
}

.box_hotkeyword {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #e1e1e1;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 28%);
  padding: 15px;
  display: none;
}

.box_hotkeyword.active {
  display: block;
}

.search_big .box_hotkeyword {
  left: 10px;
  top: 40px;
  width: calc(100% - 10px);
}

.box_hotkeyword .tt_hotkey {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.box_hotkeyword .list_hotkey {
  list-style: none;
  cursor: pointer;
  display: inline-block;
}

.box_hotkeyword .list_hotkey li span {
  padding: 2px 0;
}

.close_hotkey {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 4px 15px;
  border-radius: 4px;
  margin-top: 10px;
  position: relative;
}

.close_hotkey:hover {
  background: #f5f5f5;
}

.item_sp_search {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px dashed #ccc;
  transition: all 0.3s ease-in-out;
  padding: 5px 0;
}

.item_sp_search a.a_cover {
  z-index: 11;
  display: block;
}

.item_sp_search:hover {
  background: #f5f5f5;
  transition: all 0.3s ease-in-out;
}

.item_sp_search .left {
  width: 50px;
}

.item_sp_search .center {
  width: calc(100% - 115px);
  padding: 0 10px;
}

.item_sp_search .center .gia-ban {
  font-size: 16px;
}

.item_sp_search .center .del-gia {
  font-size: 13px;
}

.item_sp_search .right {
  width: 65px;
}

.item_sp_search .right .mybtn {
  font-size: 11px;
  padding: 8px 5px;
}

/*end head*/
.box_hotline_menu {
  width: calc(100% - 820px);
  display: flex;
  justify-content: center;
}

.box_hotline_menu a {
  display: block;
  color: var(--nth3-color);
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
  margin: 2px 0;
}

.box_hotline_menu img {
  width: 22px;
}

/*footer*/
#w_footer {
  position: relative;
  background: #222;
  color: #f0f0f0;
  font-weight: 300;
  background-position: center;
  background-size: cover;
}
#w_footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}
#footer {
  position: relative;
  padding: 0px 0px 50px;
  z-index: 2;
}

.box_thanhtoan {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -2px;
}

.box_thanhtoan a {
  display: block;
  width: 70px;
  margin: 2px;
}

.box_thanhtoan a img {
  width: 100%;
}

.box_ungdung {
  display: flex;
  flex-wrap: wrap;
  margin: -2px;
}

.box_ungdung a {
  display: block;
  width: 108px;
  margin: 2px;
}

.box_ungdung a img {
  width: 100%;
}

.f_hotline {
  display: flex;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

.f_hotline .left {
  color: #fff;
  position: relative;
}

.f_hotline .left span {
  border-bottom: 2px solid #fff;
  line-height: 40px;
  height: 40px;
  display: block;
}

.f_hotline.active .right {
  position: relative;
}

.f_hotline .right a {
  /* color: #ff0000; */
  padding-left: 10px;
  color: #ff0000;
  border-bottom: 2px solid #ff0000;
  line-height: 40px;
  height: 40px;
  display: block;
}

.f_hotline.active .right a {
  color: var(--nth3-color);
  border-bottom-color: var(--nth3-color);
}

#footer .list_vertical {
  list-style: none;
}

#footer .list_vertical li:last-child a {
  margin-bottom: 0px;
}

#footer .list_vertical li a {
  color: rgb(200, 200, 200);
  display: inline-block;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

#footer .list_vertical li:hover a {
  color: var(--nth3-color);
  transition: all 0.3s ease-in-out;
}

#back-to-top {
  display: none;
  padding: 7px 15px;
  /* color: #333; */
  color: #fff;

  /* background: rgba(200, 200, 200, 0.5); */
  background-color: var(--primary-color);
  position: fixed;
  right: 15px;
  bottom: 30px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1000;
}

#back-to-top:hover {
  /* background: #888; */
  background-color: var(--secondary-color);
  color: #fff;
}

.logo_footer {
  margin-bottom: 15px;
  text-align: center;
}

.logo_footer img {
  width: 80%;
}

.div_footer_middle {
  background: #000;
  padding: 15px 0;
  text-align: center;
}

.div_footer_bottom {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8px 0px;
  color: #ccc;
  font-size: 13px;
  position: relative;
  z-index: 2;
}

.textfooter {
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  margin: 10px 0;
  color: #fff;
}

.text-copy {
  text-align: center;
}

.tt_footer {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
}

.chan_footer {
  width: 80px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 5px 0px 20px;
}

.f-item {
  display: flex;
  margin: 3px 0;
}

.f-item > i {
  font-size: 15px;
  line-height: 25px;
  width: 25px;
  height: 25px;
  text-align: center;
  /* border: 1px solid rgba(0, 0, 0, 0.4); */
  color: var(--color-primary);
  background-color: rgb(222, 219, 219);
  border-radius: 100%;
  margin-right: 10px;
}

.f-item span {
  width: calc(100% - 30px);
}

#social_footer2 {
  margin-top: 15px;
}

#social_footer2 a {
  margin-right: 8px;
  display: inline-block;
}

#social_footer2 img {
  height: 35px;
}

/*end footer*/

/*slider*/
.div_slider {
  position: relative;
}
#slider-mobi .slider-img,
#slider .slider-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#slider-mobi .slider-img img,
#slider .slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-animation: zoom_slide 7s ease-in-out both infinite;
  animation: zoom_slide 7s ease-in-out both infinite;
  /* animation: slide_show 20s linear infinite;
    -webkit-animation: slide_show 20s linear infinite; */
}

@keyframes zoom_slide {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes slide_show {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.w_slider {
  background: #f3f4f4;
  padding-top: 15px;
}

.box_slider {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box_slider .slider_left {
  width: 250px;
}

.box_slider .slider_right {
  width: calc(100% - 260px);
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box_slider .slider_right .slider_banner_small {
  width: 230px;
}

.box_slider .slider_right .slider_banner_small .item_img {
  display: block;
  margin-bottom: 10px;
}

.box_slider .slider_right .slider_banner_small .item_img a {
  display: block;
}

.box_slider .slider_right .slider_banner_big {
  width: 100%;
}

.box_slider #slider {
  width: calc(100% - 240px);
  margin-bottom: 10px;
}

#slider .slider-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#slider .slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*banner page*/
.mybanner {
  width: 100%;
  position: relative;
  background-color: #333;
}

.mybanner img {
  width: 100%;
  min-height: 150px;
  object-fit: cover;
}

.wtieudepage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wtieudepage .tieude_page {
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
}

.wtieudepage .breadcumb2 a {
  color: #ccc;
  display: inline-block;
}

.wtieudepage .breadcumb2 a i {
  margin: 0 5px;
}

.wtieudepage .breadcumb2 span {
  color: #fff;
}

/*vechungtoi*/
.w_vct_sp {
  padding: 10px;
  border: 1px solid #ececec;
  border-radius: 2px;
  margin-bottom: 20px;
}

.vct_item {
  margin-bottom: 10px;
  display: flex;
}

.vct_item .vct_img {
  width: 20px;
  margin-right: 10px;
}

.vct_item .vct_text {
  width: calc(100% - 30px);
}

.vct_item .vct_text a {
  font-weight: 600;
  font-size: 13px;
  color: #2185c2;
}

/*end vechungtoi*/
/* đi tác */

.loiich {
  background: #f0f0f0;
}

.loiich_item {
  position: relative;
  padding: 24px 0px;
}

.loiich_item > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.loiich_img {
  width: 50px;
  height: 50px;
  padding: 0px;
  float: left;
}

.loiich_img img {
  width: 100%;
}

.loiich_mota {
  font-size: 15px;
  line-height: 20px;
  float: right;
  width: calc(100% - 60px);
}

.loiich_item .h3 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.loiich_item p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0px;
}

/*end vechungtoi*/
#doitacpage .w_dichvu {
  padding: 60px 0;
}
#cshh {
  background-color: #f5f5f5;
}
#loiich {
  background-color: #f5f5f5;
}
#doitacpage .tieude_form span {
  font-size: 26px;
}
#trothanhdaily {
  background-repeat: no-repeat;
  background-size: cover;
}
#doitacpage #vechungtoi {
}

/*y kien*/
.sl_ykien .slick-dots {
  bottom: -20px;
}

.item_ykien {
  position: relative;
  padding: 0 20px;
  text-align: center;
}

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

.img_ykien img {
  width: 100%;
}

.nd_ykien {
  margin-bottom: 10px;
}

.nd_ykien .fa-quote-left,
.nd_ykien .fa-quote-right {
  color: var(--secondary-color);
}

/*end y kien*/

/*Gio hang*/
.w_httt .httt {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
}

.w_httt {
  line-height: 25px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.w_httt label {
  margin-bottom: 0px;
  cursor: pointer;
}

.noidung-httt {
  display: none;
}

#dathang_tc img {
  display: block;
  margin: 0 auto;
}

#donhang_ht {
  list-style: none;
  font-size: 16px;
  line-height: 30px;
}

#donhang_ht {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  border: 1px solid #ddd;
  padding: 20px;
}

#donhang_ht h2 {
  font-size: 24px;
  line-height: 34px;
  color: var(--nth3-color);
  margin: 10px 0px 20px;
}

#donhang_ht h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.btn_madonhang {
  padding: 8px;
  font-size: 20px;
  line-height: 20px;
  background-color: #99c23c;
  color: #fff;
  width: 200px;
  margin: 10px auto;
}

.txt_select_size {
  margin-top: 7px;
  display: block;
}

.select_size {
  padding: 5px 10px;
  border: 1px solid #ddd;
  width: 100%;
}

.txthethang {
  margin-top: 7px;
  color: #ff3945;
}

.size_warning {
  color: #ff3945;
}

.tr_gray,
.tr_gray .soluongsp span.fa,
.tr_gray .select_size,
.tr_gray .soluongsp input {
  background: #fafafa;
}

.tr_gray img,
.tr_gray .price-real,
.tr_gray .price-old,
.tr_gray .soluongsp,
.tr_gray .price-total,
.tr_gray a.name,
.tr_gray a.xoa {
  opacity: 0.5;
}

.w_select_size {
  position: relative;
}

.txtselectsize {
  color: #757575;
  cursor: pointer;
}

.cart_select_size {
  position: absolute;
  left: -110px;
  width: 300px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 9%);
  z-index: 50;
  background: #fff;
  display: none;
  margin-top: 8px;
}

.cart_select_size::before {
  content: "";
  position: absolute;
  top: -9px;
  left: calc(50% - 4px);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.09);
}

.cart_select_size.active {
  display: block;
}

.cart_select_size_item {
  display: inline-block;
  padding: 7px 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 2px;
  margin-bottom: 4px;
}

.cart_select_size_item.active {
  color: #ff3945;
  border-color: #ff3945;
}

.cart_select_size_item.hethang {
  cursor: not-allowed;
  color: #bbb;
}

.cart_select_size_top {
  margin-bottom: 16px;
}

.cart_select_size_bottom a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3px;
  border: 1px solid #f5f5f5;
  color: #333;
  transition: all 0.3s ease-in-out;
}

.cart_select_size_bottom a.dongbox:hover {
  background: #f5f5f5;
  transition: all 0.3s ease-in-out;
}

.cart_select_size_bottom a.xacnhan {
  background: #ff3945;
  border-color: #ff3945;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.cart_select_size_bottom a.xacnhan:hover {
  background: #ff4049;
  border-color: #ff4049;
  transition: all 0.3s ease-in-out;
}

.table_cart {
  border: 1px solid #e8e8e8;
}

.table_cart .table_cart_head,
.table_cart .table_cart_item {
  border-bottom: 1px solid #e8e8e8;
}

.table_cart_item {
  display: flex;
}

.table_cart_item_hethang {
  background: #f5f5f5;
}

.table_cart_item .table_cart_img {
  padding: 15px;
  width: 115px;
}

.table_cart_item .table_cart_img a {
  display: block;
}

.table_cart_info .table_cart_name {
  width: 25%;
  padding: 15px;
}

.table_cart_info .table_cart_phanloai,
.table_cart_info .table_cart_gia,
.table_cart_info .table_cart_soluong,
.table_cart_info .table_cart_tonggia,
.table_cart_info .table_cart_congcu {
  padding: 15px;
  width: 15%;
}

.table_cart_info .table_cart_gia,
.table_cart_info .table_cart_soluong,
.table_cart_info .table_cart_tonggia,
.table_cart_info .table_cart_congcu {
  text-align: center;
}

.table_cart_info .table_cart_soluong .soluongsp {
  margin: 0 auto;
}

.table_cart_info {
  display: flex;
  width: calc(100% - 115px);
}

.table_cart_item .all-cart-price {
  margin: 0;
  padding: 15px;
  text-align: right;
  width: 100%;
}

.table_cart_item_button {
  padding: 15px;
  text-align: right;
  justify-content: flex-end;
  white-space: nowrap;
}

.table_cart_item_button button {
  margin-left: 10px;
}

/*end Gio hang*/

/*sanpham*/

/*slick index*/

.item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.item .item_name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.item .item_content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.item_img {
  position: relative;
  overflow: hidden;
}

.item_img a {
  position: relative;
  z-index: 1;
  display: block;
}
#ui-datepicker-div {
  z-index: 10;
}
.item_img img {
  width: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.border_vien {
  padding: 5px;
  border: 1px solid #ccc;
}

.item:hover .phong_to img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}

.hover_sang {
  display: block;
}

.hover_sang::before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 4;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.item:hover .hover_sang::before {
  transition: 1s;
  left: 100%;
}

.item .item_name {
  /* margin-top: 15px; */
  padding: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.item:hover .item_name,
.item:hover .item_name a {
  color: var(--nth3-color) !important;
  transition: all 0.3s ease-in-out;
}

.item_sl .item_name {
  overflow: hidden;
}

.item .item_name,
.item .item_name a {
  color: #333;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
}
.item_sanpham {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 50px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.item_sanpham .item_gia {
  margin-bottom: 0px;
}

.item_sanpham .gia-ban {
  font-size: 19px;
  line-height: 1;
}

.item_sanpham .del-gia {
  font-size: 14px;
  line-height: 1;
  color: #858585;
}

.txt_#ff0000 {
  color: #ff0000 !important;
}

.gia-ban {
  color: #ff0000; /*106885; */
  font-weight: 400;
  font-size: 21px;
  line-height: 30px;
  display: inline-block;
}

.del-gia {
  color: #333;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  margin-right: 10px;
  display: inline-block;
  /* text-decoration: line-through; */
}

.phan-tram {
  font-size: 17px;
  line-height: 20px;
  color: #ff0000;
  font-weight: 400;
}

.phan-tram .ptsub {
  font-size: 14px;
  color: #333;
}

.item_view {
  color: #b9b9b9;
  margin-left: 5px;
  font-size: 12px;
}

.item_star {
  color: #ffc120;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
}

.item_sanpham .item_star {
  margin-bottom: 5px;
}

.color_star {
  color: #ffc120;
  line-height: 1;
}

.color_star .fa-star-o,
.item_star .fa-star-o {
  color: #b9b9b9;
}

.item_hethang {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  color: #fff;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  z-index: 2;
  font-size: 13px;
  line-height: 1;
}

.item_phantram {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 36px;
  height: 36px;
  color: #fff;
  background: #ff0000;
  border-radius: 100%;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 3;
}

.item_flashsale {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 36px;
  height: 36px;
  color: #fff;
  background: var(--nth3-color);
  border-radius: 100%;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 3;
}

.item_cart {
  position: absolute;
  top: 0px;
  right: 3px;
  background-color: var(--nth3-color);
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 9;
  border: 1px solid var(--nth3-color);
  outline: 0;
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.item_cart:hover,
.item_cart:focus {
  color: #fff;
  background-color: var(--secondary-color);
  box-shadow: 0 0 0 3px rgb(240 173 29 / 30%);
  outline: none;
  transition: all 0.3s ease-in-out;
}

.item_bottom {
  position: relative;
  min-height: 36px;
  padding-right: 38px;
}
.item_sanpham .item_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 40px 10px 10px;
  background: #f2f2f2;
  /* height: 50px; */
  border-radius: 0 0 6px 6px;
}

.item_sanpham .item_bottom .fa-money {
  display: inline-block;
  margin-right: 10px;
}

.gia-ban {
  color: #ff0000;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  margin-right: 10px;
}

.del-gia {
  color: #666;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  display: inline-block;
}

.del-gia::after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 100%;
  height: 1px;
  background: #666;
}

.item_sanpham .item_button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #3f6894;
  border-radius: 0 0 6px 0;
  overflow: hidden;
}

.item_sanpham .item_button .cart button {
  height: 100%;
  width: 100%;
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  background: var(--primary-color);
  color: #fff;
  transition: all 0.3s;
  /* line-height: 30px; */
}

.item_sanpham .item_button .cart button:focus,
.item_sanpham .item_button .cart button:hover {
  outline: none;
  transition: all 0.3s;
  background-color: var(--secondary-color);
  /* color: #121212; */
}
.item_sanpham .item_caption {
  position: relative;
  /* padding: 20px 15px 10px; */
}
.zoom_slick {
  position: relative;
}

.zoom_slick .mini_img_product {
  float: left;
  width: 40px;
  max-height: 400px;
  overflow-y: auto;
}

.zoom_slick .mini_img_product::-webkit-scrollbar {
  background: #f5f5f5;
  width: 5px;
  height: 11px;
}

.zoom_slick .mini_img_product::-webkit-scrollbar-thumb {
  background: #bbbbbb;
}

.mini_img_product a {
  display: block;
  margin-bottom: 5px;
}

.zoom_slick .mini_img_product a img {
  width: 100%;
  border: 1px solid #ddd;
  box-shadow: none;
  padding: 2px;
}

a.mz-thumb-selected img {
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}

.zoom_slick #img_product {
  float: right;
  width: calc(100% - 40px);
  padding-left: 10px;
  position: relative;
}

.zoom_slick #img_product img {
  width: 100%;
}

.product_title {
  font-size: 21px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 10px;
}

.brand-block {
  border-bottom: 1px solid #ececec;
  margin: 0px auto 15px;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 15px;
}

.brand_item {
  margin-right: 15px;
}

.brand_item .tt2 {
  color: #2185c2;
}

.info_product_item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.info_product_item .info_sp_label {
  width: 110px;
}

.info_product_item .info_sp_value {
  width: calc(100% - 110px);
}

.w_muahang {
  position: relative;
  margin-bottom: 30px;
  display: flex;
}

.w_muahang .controls {
  border-radius: 2px;
  margin-right: 15px;
  display: flex;
}

.w_muahang .controls .controls_soluong {
  margin-left: 5px;
  position: relative;
}

.w_muahang .controls input {
  width: 70px;
  height: 34px;
  border: none;
  outline: none;
  padding: 0 10px;
  border: 1px solid #ccc;
}

.w_muahang .controls button {
  position: absolute;
  width: 17px;
  height: 17px;
  left: 53px;
  border: 1px solid #ccc;
  font-size: 8px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.w_muahang .controls button:hover,
.w_muahang .controls button:focus {
  outline: none;
  background: #f5f5f5;
  transition: all 0.3s ease-in-out;
}

.w_muahang .controls button.fa-plus {
  top: 0px;
}

.w_muahang .controls button.fa-minus {
  top: 17px;
}

.w_muahang .add-cart {
  background: var(--nth3-color) url("images/add-cart.svg") no-repeat 13px
    center/20px auto;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 35px;
  padding: 6px 24px 6px 40px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.w_muahang .add-cart:hover,
.w_muahang .add-cart:focus {
  outline: none;
  border: none;
  background-color: var(--secondary-color);
  transition: all 0.3s ease-in-out;
}

.w_muahang .btn-mua-ngay {
  border: medium none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 35px;
  padding: 6px 24px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  text-transform: uppercase;
  margin-right: 5px;
  background: #ff3945;
}

.w_muahang .btn-mua-ngay:hover,
.w_muahang .btn-mua-ngay:focus {
  background-color: #ff4049;
  color: #fff;
}

.w_hethang {
  border-top: 1px solid #d1d1d1;
  padding-top: 15px;
  margin-bottom: 30px;
}

#tabs .tab-pane {
  padding: 20px 0;
  border-top: none;
}

#tabs .nav-tabs {
  border-bottom: 3px solid var(--nth3-color);
}

#tabs .nav-link {
  font-size: 16px;
  line-height: 26px;
  color: #9b9b9b;
  text-transform: capitalize;
  font-weight: 700;
  border: none;
}

#tabs .nav-link:hover {
  background: var(--nth3-color) !important;
  color: #fff !important;
}

#tabs .nav-link.active {
  background: #eee;
}

#tabs .nav-link.active {
  color: #333;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
}

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

.a_baogia a {
  width: 100%;
  color: #333;
  background: #f5f5f5;
  font-weight: 600;
  padding: 7px 10px;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  border-radius: 3px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.a_baogia a:hover {
  background: #0fa8e1;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.text_khuyenmai {
  border: 1px solid rgba(208, 0, 10, 0.1);
  background: rgba(208, 0, 10, 0.05);
  padding: 15px;
}

.text_khuyenmai p {
  margin-bottom: 4px;
}

/*end sanpham*/

/* doitac*/
#w_doitac {
  background-color: #f5f5f5;
  padding: 30px 0px;
}

.item_doitac {
  height: 120px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #aaa;
  padding: 5px;
  margin: 0 10px;
  display: block;
  background-color: #fff;
}

.item_doitac img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: contain;
}

/*end doitac*/

/*Tintuc*/
.w_tintuc {
  background-color: #f3f4f4;
}

.item_news {
  padding: 0px;
  border: none;
  position: relative;
  text-align: center;
  overflow: unset;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 50px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.item_news .item_name {
  font-weight: 700;
  text-align: left;
}
.item_news .item_img img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.brd-10 {
  border-radius: 10px !important;
}
.item_news .item_content {
  color: #666;
  text-align: left;
}

.bg_new_time {
  position: relative;
}

.bg_new_time::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 2;
  width: 50px;
  height: 75px;
  background: rgba(255, 255, 255, 0.7);
}

.item_news .new_time {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 3;
  text-align: center;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid var(--primary-color);
}

.item_news .new_time span {
  display: block;
  color: var(--primary-color);
  text-align: center;
}

.item_news .new_time .day {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 5px;
}

.item_news .new_time .month {
  font-size: 14px;
  line-height: 1;
}

.item.border_hover {
  padding-bottom: 20px;
}

.item.border_hover .item_name,
.item.border_hover .item_content {
  padding: 0 20px;
}

.border_hover {
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.border_hover:hover {
  box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

.item_news_detail .info {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
}

.item_news_detail .info span {
  margin-right: 20px;
}

.list_tin_khac {
  list-style: none;
  font-size: 15px;
  line-height: 25px;
}

.list_tin_khac a {
  color: #333;
  transition: 0.4s;
  background: url("images/icon-faq.png") no-repeat left center;
  padding-left: 30px;
  display: inline-block;
}

.list_tin_khac a:hover {
  color: var(--nth3-color);
  transition: 0.4s;
  padding-left: 40px;
}

/*end tintuc*/

/*item_slider*/
.item_s {
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  color: #333;
  text-align: left;
}

.item_s h3 {
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
}

.item_s .s_img {
  width: 100%;
  height: 150px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item_s .s_img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.item_s .s_noidung {
  padding: 10px 15px;
}

/*contact*/
#frm_contact label {
  margin-bottom: 5px;
}

/*myrow */
.myrow {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2px;
  margin-right: -2px;
}

.myrow2 {
  display: flex;
  flex-wrap: wrap;
}

.mycol {
  padding-right: 2px;
  padding-left: 2px;
  margin-bottom: 4px;
}

.colx3 {
  width: 33.33%;
}

.colx4 {
  width: 25%;
}

/*end myrow */

/*gioithieu*/
#gioi-thieu2 {
  font-size: 16px;
  line-height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px;
}

#gioi-thieu .btn-gioithieu {
  padding: 10px 20px;
  background: rgba(205, 33, 39, 0.7);
  color: #fff;
  transition: all 0.3s ease-in-out;
  margin: 20px 0px;
  display: inline-block;
}

#gioi-thieu .btn-gioithieu:hover {
  background: #111;
  transition: all 0.3s ease-in-out;
}

.gt_tieude span {
  display: inline-block;
  font-size: 55px;
  color: var(--nth3-color);
  text-transform: uppercase;
  position: relative;
}

.gt_mota {
  display: block;
  font-size: 34px;
  color: #333333;
  margin-bottom: 10px;
}

.gt_noidung {
  text-align: justify;
}

.gt_xemthem a {
  display: inline-block;
  float: right;
  border: 2px solid #fff;
  background: var(--nth3-color);
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  padding: 8px 20px;
  border-radius: 20px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.gt_xemthem a:hover {
  background: var(--secondary-color);
  transition: all 0.3s ease-in-out;
}

.gt_img {
  position: relative;
  width: 100%;
}

.gt_img img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.gt_img:after {
  position: absolute;
  content: "";
  background: transparent;
  border: 5px solid var(--secondary-color);
  left: 20px;
  right: 20px;
  top: -20px;
  bottom: -20px;
  z-index: 1;
  animation: my 1500ms infinite;
}

@-webkit-keyframes my {
  0% {
    border-color: var(--nth3-color);
  }

  50% {
    border-color: #000;
  }

  100% {
    border-color: var(--nth3-color);
  }
}

@-moz-keyframes my {
  0% {
    border-color: var(--nth3-color);
  }

  50% {
    border-color: #000;
  }

  100% {
    border-color: var(--nth3-color);
  }
}

@-o-keyframes my {
  0% {
    border-color: var(--nth3-color);
  }

  50% {
    border-color: #000;
  }

  100% {
    border-color: var(--nth3-color);
  }
}

@keyframes my {
  0% {
    border-color: var(--nth3-color);
  }

  50% {
    border-color: #000;
  }

  100% {
    border-color: var(--nth3-color);
  }
}

.item_list {
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0px;
}

.item_list:last-child {
  border-bottom: none;
}

.item_list:hover {
  background: #f0f0f0;
}

.item_list a {
  padding: 10px 20px;
  color: #333;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
}

.item_list a i.fa {
  color: #666;
  font-weight: 700;
  margin-top: 4px;
  margin-right: 5px;
}

/*duan*/
.w_duan {
  background-color: #fff;
}

.item_duan {
  text-align: center;
  padding: 0px;
  border: none !important;
  position: relative;
}

.hover_eye {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 4;
}

.hover_eye img {
  font-size: 16px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
}

.item_duan:hover .hover_eye {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.item_duan .item_name {
  padding: 0px !important;
}

.item_duan .item_name {
  position: relative;
}

.item_duan .item_name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 50px;
  height: 2px;
  background: var(--nth3-color);
}

.item_duan .item_name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 140px;
  height: 2px;
  background: #ccc;
}

.item_duan .item_info {
  padding-top: 10px;
}

.item_duan .item_info div {
  padding-bottom: 7px;
}

.vien_trong {
  position: relative;
}

.vien_trong::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
  z-index: 5;
}

.item_txt_cover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.item:hover .item_txt_cover {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.item_txt_cover .item_name {
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
}

.item:hover .item_txt_cover .item_name {
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}

.item_txt_cover .item_thoigian {
  color: #09e0e8;
}

.slider-sub img {
  cursor: pointer;
}
.itemimg {
  background: #f5f5f5;
}
.itemimg img {
  height: 480px;
  max-width: 100%;
}

.slider-sub {
  margin: 10px 0px;
}

.slider-sub .item_img {
  opacity: 1;
}

.slider-sub .slick-slide.slick-current.slick-active .item_img {
  opacity: 0.3;
}

.news_index {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-main {
  width: 50%;
  height: 390px;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.news-sub {
  width: 47%;
  height: 390px;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.news-sub .slick-list {
  height: auto !important;
}

.item_tin {
  padding: 15px 10px;
  border-bottom: 1px solid #ccc !important;
  position: relative;
}

.item_tin > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.item_tin:last-child {
  border-bottom: none;
}

.item_tin:hover,
.item_tin.slick-current {
  background: #f0f0f0;
}

.item_tin h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
}

.item_tin p {
  color: #666;
  margin: 5px 0px 0px;
  font-size: 14px;
}

.sl_album {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.item_album {
  position: relative;
}

.item_album a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.item_album .album_img {
  width: 100%;
  height: 100%;
}

.item_album .album_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item_album .album_ten {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  background-color: rgba(70, 191, 234, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0;
  opacity: 0;
  transition: 0.5s;
  color: #fff;
}

.item_album .album_ten h4 {
  text-transform: capitalize;
}

.item_album .album_ten i.fa {
  font-weight: 300;
  font-size: 12px;
}

.item_album:hover .album_ten {
  opacity: 1;
  transition: 0.5s;
}

.album_item {
  width: 100%;
  height: 100%;
}

.album_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-album {
  background-color: #eedb62;
}

div.gallery-image-item {
  display: inline-block;
  padding: 5px;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
}

div.gallery-image-item img {
  width: 100%;
}

div.gird_hinh {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.main_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tieude_gc.bg-album span {
  color: #4d4b4c;
}
.bg_xam .tieude_gc span {
  background-color: #f5f5f5 !important;
}
.ul_tab {
  position: relative;
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.ul_tab li {
  display: inline-block;
  padding: 5px 15px;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  border: 1px solid var(--primary-color);
  /* border-radius: 18px; */
  margin-left: 10px;
  transition: all 0.4s ease;
  color: var(--secondary-color);
}

.ul_tab li.act,
.ul_tab li:hover {
  /* border-color: var(--nth3-color); */
  border: none;
  color: #fff;
  background-color: var(--color-primary);
  transition: all 0.4s ease;
}

.item_video {
  border: 0px;
}

.item_video .playvideo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.item_video i.fa-play {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}

.item_video:hover i.fa-play {
  background: #ff0000;
  transition: all 0.3s ease-in-out;
}

.item_video .play {
  position: absolute;
  z-index: 5;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-image: url(images/play.svg);
  background-color: rgba(0, 0, 0, 0.2);
  background-size: contain;
  transition: all 0.3s ease-in-out;
}

.item_video:hover .play {
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}

.hr_x2 {
  width: 100%;
  border-top: 4px double #d0d0d0;
  margin: 30px 0px;
}

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

.img_up p {
  margin-top: 10px;
}

.tt_dknt {
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
}

.mota_dknt {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.box_tuvan {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.box_tuvan .tuvan_item {
  width: 33.33%;
  padding: 15px;
  position: relative;
  text-align: center;
}
.box_tuvan.hotline .tuvan_item {
  width: 50%;
}
.box_tuvan .tuvan_item .img {
  text-align: center;
  margin: 0 auto 25px;
  position: relative;
  width: 100px;
}
.box_tuvan.hotline .tuvan_item .img {
  width: 50px;
}
.tuvan_item .img:after {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  content: "";
  top: 0;
  left: 0;
  box-shadow:
    0 0 20px #1182fc,
    0 0 20px #1182fc;
  pointer-events: none;
  animation: zoom_side 1.5s 0.5s infinite;
  color: rgba(116, 23, 23, 0.561);
}
@keyframes zoom_side {
  0% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1.3);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
  75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.5);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes zoom_side2 {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
  75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.5);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    opacity: 0;
  }
}
.box_tuvan .tuvan_item .name {
  font-weight: 700;
  text-transform: uppercase;
}
#frm_nhantin {
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  font-size: 13px;
}

#frm_nhantin #email_nhantin {
  width: 70%;
  border-radius: 0;
  outline: 0;
  padding: 0px 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 34px;
  background: transparent;
}

#frm_nhantin #email_nhantin:focus {
  outline: 0;
}

#frm_nhantin #submit_nhantin {
  width: 30%;
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  height: 34px;
  color: #fff;
}

#frm_nhantin #submit_nhantin:hover,
#frm_nhantin #submit_nhantin:focus {
  outline: none;
}

.slick_sp .slick-arrow {
  top: 34.5%;
}

.slick_sp .slick-arrow.slick-prev {
  left: -10px;
}

.slick_sp .slick-arrow.slick-next {
  right: -10px;
}

#text_seo {
  position: relative;
}

#text_seo .content {
  height: 100px;
  overflow: hidden;
}
#text_seo.product .content {
  height: 500px;
  overflow: hidden;
}
#text_seo.active .content {
  height: auto !important;
  padding-bottom: 40px;
}

#text_seo .xemthem {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 20px;
  text-align: center;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.9) 100%
  );
}

#text_seo .xemthem button {
  background-color: #fff;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  padding: 11px 30px;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1;
  border-radius: 20px;
  /* transition: all 0.4s ease-in-out; */
  outline: 0;
  font-weight: 400;
}

#text_seo .xemthem button:hover {
  box-shadow:
    0 10px 20px rgb(0 0 0 / 19%),
    0 6px 6px rgb(0 0 0 / 22%);
  background: linear-gradient(
    to top,
    var(--primary-color),
    var(--secondary-color)
  );
  color: #fff;
  /* transition: all 0.4s ease-in-out; */
}

#theoyeucauindex .tieude_gc span {
  color: #fff;
  background-color: unset;
}
#theoyeucauindex {
  position: relative;
  background-color: #999;
}
#theoyeucauindex::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  /* background: rgba(0,0,0,0.5); */
  z-index: 1;
}
#theoyeucauindex .container {
  z-index: 2;
  position: relative;
}
#theoyeucauindex .content {
  /* color: #fff; */
  width: 70%;
  margin: 0 auto;
}

#theoyeucauindex .form-control {
  /* background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.4); */
  color: #444;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

#theoyeucauindex select.form-control option {
  color: #222;
  line-height: 30px;
}

#theoyeucauindex .form-control::placeholder {
  color: #444;
  font-size: 16px;
}

a.a_cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.w_size {
  margin-bottom: 20px;
}

.box_sizesp {
  margin: -4px -3px;
  display: flex;
  flex-wrap: wrap;
}

.sizesp {
  display: inline-block;
  padding: 5px;
  font-size: 12px;
  line-height: 1.4;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: #222;
  margin: 4px 3px;
  display: flex;
  cursor: pointer;
}

.sizesp .size_right {
  width: calc(100% - 40px);
}

.sizesp .size_right span {
  display: block;
}

.size_price {
  font-weight: 600;
}

.sizesp .size_left {
  width: 40px;
  text-align: center;
}

.sizesp .size_left .size_select {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #d2d2d2;
  display: inline-block;
  border-radius: 100%;
  position: relative;
}

.sizesp.active .size_left .size_select {
  background-color: #3fb846;
  border-color: #3fb846;
}

.sizesp.active .size_left .size_select::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 9px;
  display: inline-block;
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: all 250ms ease;
}

.sizesp.active {
  cursor: pointer;
  border-color: #2695e6;
}

.sizesp.hethang {
  border-color: #dee2e6;
  background: #dee2e6;
}

.item_sanpham .item_name {
  margin-bottom: 15px;
  text-transform: uppercase;
  height: 36px;
  /* background-color: #f2f5f8; */
  padding: 10px;
}
.item_sanpham .item_name a {
  font-size: 18px;
  line-height: 1.3;
  display: block;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.item_sanpham .item_times {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4px 10px;
}
.item_start_times {
  width: 100%;
}
.item.item_sanpham:hover .item_name a {
  color: #2695e6 !important;
}

.gia1 {
  width: 100%;
  text-align: center;
  display: block;
}

#noidung_contact {
  height: 146px;
}

.spbanchay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  content: "";
  background-image: url("images/hot.gif");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.mda-box {
  z-index: 8;
  position: absolute;
  top: 0;
  right: 0;
}
.mda-box-lb {
  /* left: 180px; */
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  color: #fff;
  padding: 8px 12px;
  font-size: 14px;
}
.mda-box-time {
  text-align: center;
  background-color: var(--secondary-color);
  /* background-color: rgba(0, 0, 0, .5); */
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  padding: 10px 16px;
  /* width: 180px; */
  overflow: hidden;
}
.mda-box-time p {
  color: #fff;
  padding: 0;
  font-size: 15px;
  margin-bottom: 0;
}

.zoom_slick .spbanchay {
  top: -10px;
  right: 20px;
}

.spbanchay img {
  width: 100%;
  height: 100%;
}

.bg-fb-comments {
  background-color: #fff;
  padding: 0px;
}

.soluongsp {
  position: relative;
  width: 80px;
  height: 28px;
}

.soluongsp input {
  height: 28px;
}

.soluongsp span.fa {
  position: absolute;
  right: 0;
  width: 15px;
  height: 14px;
  color: #666;
  font-size: 8px;
  line-height: 12px;
  font-weight: 300;
  border: 1px solid #dee2e6;
  z-index: 5;
  background: #fff;
  display: inline-block;
  text-align: center;
}

.soluongsp span.fa-plus {
  top: 0;
}

.soluongsp span.fa-minus {
  bottom: 0;
}

.site_bar_left .cat_information {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.site_bar_left .cat_information .category_title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.sidebar_left_content {
  list-style: none;
  max-height: 310px;
  overflow-y: auto;
}

.sidebar_left_content::-webkit-scrollbar {
  background: #f5f5f5;
  width: 5px;
  height: 11px;
}

.sidebar_left_content::-webkit-scrollbar-thumb {
  background: #bbb;
}

.sidebar_left_content .cat_link {
  position: relative;
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar_left_content .cat_link input {
  width: 18px;
  height: 18px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  cursor: pointer;
}

.sidebar_left_content .cat_link input:focus {
  outline: none;
}

.sidebar_left_content .cat_link label {
  margin: 0;
  line-height: 18px;
  width: calc(100% - 25px);
  display: inline-block;
  cursor: pointer;
}

#filterPrice .category_body {
  padding-bottom: 45px;
}

#filterPrice .ui-widget.ui-widget-content {
  height: 3px;
  background: #c5c5c5;
  border: 0px;
}

#filterPrice .ui-slider-range {
  background: var(--nth3-color);
  border-color: var(--nth3-color);
}

#filterPrice .ui-slider-handle {
  top: -7px;
  border-radius: 100%;
  background: var(--nth3-color);
  border-color: var(--nth3-color);
}

#filterPrice .ui-slider-handle:focus {
  outline: none;
  background: var(--nth3-color);
  border-color: var(--nth3-color);
}

#filterPrice .ui-slider-handle:hover {
  cursor: pointer;
  background: var(--nth3-color);
  border-color: var(--nth3-color);
}

#price_show {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#fprice-range {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  color: #337ab7;
}

#price_show .price_show_min,
#price_show .price_show_max {
  display: inline-block;
  margin-top: 10px;
}

.cat_open {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none !important;
}

.active .cat_open::before {
  content: "\f106";
}

#w_list_sort {
  overflow: auto;
  margin-bottom: 25px;
}

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

#w_list_sort::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: #999;
}

#w_list_sort::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d1d1d1;
}

.list_sort {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  position: relative;
  white-space: nowrap;
}

.list_sort:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dbdbdb;
  bottom: 0px;
}

.list_sort li {
  padding-right: 20px;
}

.list_sort li span {
  color: #aaa;
  border-bottom: 3px solid transparent;
  padding: 10px 0;
  position: relative;
  z-index: 2;
  font-weight: 400;
  display: inline-block;
}

.list_sort li:hover span {
  color: var(--nth3-color);
  cursor: pointer;
}

.list_sort li.active span {
  color: #555;
  border-color: var(--nth3-color);
  cursor: pointer;
}

.w_sanpham {
  position: relative;
  padding-bottom: 20px;
}

.w_sanphamindex {
  background: #fff;
}

.sanpham_head {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 10px;
}

.btn_item {
  margin-bottom: 2px;
  padding: 7px 12px 5px;
  display: inline-block;
  white-space: nowrap;
  border-radius: 24px;
  border: 1px solid #d1d1d1;
  color: #666;
  background-color: #fff;
  margin-right: 6px;
  user-select: none;
  cursor: pointer;
  font-size: 13px;
  box-shadow:
    0 1px 3px -1px rgb(0 0 0 / 10%),
    0 1px 3px 0 rgb(0 0 0 / 6%),
    0 1px 6px 0 rgb(0 0 0 / 4%);
  height: 34px;
}

.btn_item.active,
.btn_item:hover {
  background: var(--nth3-color);
  color: #fff;
}

.btn_item_active {
  background: var(--nth3-color);
  color: #fff;
}

.btn_item_active i.fa {
  color: rgba(255, 255, 255, 0.7);
}

.btn_item_hot:hover,
.btn_item_hot {
  background: #ff5722;
  color: #fff;
}

.sanpham_body {
  background: #fff;
  box-shadow:
    0 1px 3px -1px rgb(200 200 200 / 10%),
    0 1px 4px 1px rgb(200 200 200 / 5%),
    0 1px 6px 2px rgb(200 200 200 / 5%);
  padding: 15px 15px 30px 15px;
  border-radius: 5px;
  position: relative;
}

.w_letter {
  position: relative;
  display: flex;
  margin: 0 -4px;
  width: 1250px;
}

.scroll_letter {
  overflow-x: auto;
}

.scroll_letter::-webkit-scrollbar {
  background: #f5f5f5;
  width: 5px;
  height: 5px;
}

.scroll_letter::-webkit-scrollbar-thumb {
  background: #bbb;
}

.scroll_letter {
  padding: 10px 0px;
}

.scroll_letter.fixed {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  box-shadow: 0px 5px 15px -9px rgb(0 0 0 / 20%);
}

.scroll_letter.fixed .w_letter {
  margin: 0 auto;
}

.letter_link {
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  cursor: pointer;
  color: var(--nth3-color);
  transition: all 350ms ease;
  margin: 4px;
  display: inline-block;
}

.letter_link:hover {
  border-color: var(--nth3-color);
  transition: all 350ms ease;
}

.letter_box {
  margin-top: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.letter_box .element_letter {
  width: 48px;
  height: 48px;
  background-color: #f1f1f1;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.letter_box .sorter_box {
  width: calc(100% - 48px);
  padding-left: 25px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.letter_box .sorter_box a {
  display: block;
  width: 20%;
  padding: 0 10px 20px;
}

.item_hoidap {
  position: relative;
  background: #f6f6f6;
  padding: 10px;
  display: flex;
}

.item_hoidap .item_img {
  width: 56px;
}

.item.item_hoidap .item_name {
  margin-top: 10px;
  width: calc(100% - 56px);
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.3;
}

.home_news {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.home_news .news_block {
  width: 60%;
  padding: 0 10px;
}

.home_news .faq_block {
  width: 40%;
  padding: 0 10px;
}

.home_news .faq_block .mb-15:last-child {
  margin-bottom: 0 !important;
}

.home_news .btn_item {
  margin-bottom: 13px;
}

.home_news .sanpham_body {
  padding-bottom: 0;
}

.home_news .item_hoidap {
  background: #fff;
}

.item_home_news {
  display: flex;
  margin-bottom: 20px;
}

.item_home_news .left {
  width: 40%;
}

.item_home_news .right {
  width: 60%;
  padding-left: 15px;
}

.item.item_home_news .item_name,
.item.item_home_news .item_name a {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 5px;
}

.thuonghieu_block {
  position: relative;
  margin-bottom: 20px;
}

.thuonghieu_block .thuonghieu_block_head {
  display: flex;
  justify-content: space-between;
}

.thuonghieu_block .thuonghieu_block_head .btn_item {
  margin-bottom: 13px;
}

.thuonghieu_block .sanpham_body {
  padding-bottom: 15px;
}

.sl_thuonghieu {
  margin: 0 -15px;
}

.item_thuonghieu {
  padding-bottom: 5px;
}

.item_thuonghieu .item_name {
  padding: 10px 15px;
  background-color: #fff;
  box-shadow: 0 0 7px rgb(11 11 11 / 10%);
  text-align: center;
  margin-top: 5px;
}

.middle_head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.vct_head {
  display: flex;
  justify-content: space-between;
}

.vct_head_item {
  display: flex;
  position: relative;
  padding: 15px 15px 10px;
  color: #1b4a5b;
  flex: 1;
}

.vct_head_item .iconbox {
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-radius: 40px; */
  width: 40px;
  height: 40px;
  /* border: 1px solid #1b4a5b; */
}

.vct_head_item .iconbox img {
  /* height: 45px; */
}

.vct_head_item .contentbox {
  /* width: calc(100% - 40px); */
  padding-left: 7px;
  cursor: pointer;
}

.vct_head_item .contentbox span {
  display: block;
  line-height: 1.2;
}

.vct_head_item .contentbox small {
  display: block;
  font-size: 11px;
}

.contentbox_showdown {
  position: absolute;
  right: 0;
  top: 100%;
  width: 250px;
  padding: 10px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
  background: #fff;
  z-index: 50;
  font-size: 13px;
  display: none;
}

.contentbox_showdown.active {
  display: block;
  animation-name: fadeIn;
  animation-duration: 0.5s;
}

.contentbox_showdown .content p {
  margin-bottom: 0;
}

.w_flashsale {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}

.w_flashsale .img_flashsale {
  width: 20%;
}

.w_flashsale .sanpham_flashsale {
  width: 100%;
  padding: 15px;
}

.tt_flashsale {
  margin-bottom: 10px;
}
.sl_sanpham .slick-track {
  display: flex;
}
.text_flashsale {
  font-weight: 700;
  font-size: 28px;
  padding-top: 3px;
}

.flashsale-icon {
  margin-right: 7px;
  width: 30px;
  height: 42px;
}

.run_time {
  display: inline-block;
}

.run_time .e_time {
  display: inline-block;
  background: #ee2624;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
  padding: 3px 7px;
  border-radius: 2px;
  margin: 0 2px;
}

.product_detail_info {
  /* padding: 20px; */
  /* background: #f5f5f5; */
  border-radius: 6px;
  margin: 10px 0 25px;
}

.tieude_product_detail {
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-weight: 700;
  display: inline-block;
  border-bottom: 2px solid var(--secondary-color);
  margin-bottom: 10px;
}

.product_info {
  display: flex;
  margin-bottom: 5px;
}

.product_info b {
  width: 30%;
}

.product_info span {
  width: 70%;
  padding-left: 15px;
}

.table_product thead th {
  width: 20%;
  white-space: nowrap;
}

.table_price .gia-ban {
  display: block;
}

.btn_dattour {
  padding: 12px 18px;
  border-radius: 30px;
  /* background-color: var(--primary-color); */
  background: linear-gradient(
    to top,
    var(--primary-color),
    var(--secondary-color)
  );
  color: #fff;
  transition: all 0.5s ease;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  white-space: nowrap;
}

.btn_dattour:hover,
.btn_dattour:focus {
  color: #fff;
  outline: none;
  box-shadow: none;
  border: none;
  /* background-color: var(--secondary-color); */
  transition: all 0.5s ease;
  box-shadow:
    0 10px 20px rgb(0 0 0 / 19%),
    0 6px 6px rgb(0 0 0 / 22%);
}

.content_product_detail {
}
.box_product_content {
  padding: 10px;
  margin: 20px 0;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.box_product_content .title_include {
  font-size: 18px;
  text-transform: uppercase;
}
.box_product_content .mota_include {
  font-size: 15px;
  display: block;
  line-height: 26px;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.box_product_content img {
  border-radius: 10px;
}
.box_product_content .img_include_small {
  height: 44px;
  margin-right: 5px;
}
.box_product_content .title_include_small {
  font-size: 15px;
  font-weight: 500;
}
.info_tong_gia {
  font-size: 20px;
  color: #ff0000;
  font-weight: 700;
  padding-top: 20px;
}

.info_tour {
  background: #f5f5f5;
  padding: 20px;
}

.info_tour .info_content {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.info_tour .info_content .item_name {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
}

.info_tour .info_content .info {
  margin-bottom: 0.5rem;
}

.info_tour .info_content .info .gia-ban {
  color: #121212;
}

.tieude_giohang {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.info_hanhkhach {
  background: #eaeaea;
  padding: 10px;
  border-radius: 5px;
  margin: 10px 0;
}

body.modal-open {
  overflow: hidden;
}

/* Layout Helpers */
.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flyer-container {
  width: 100%;
  background: var(--white);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.flyer-container-item {
  background-color: var(--navy);
}

/* Typography */
.uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.font-bold {
  font-weight: 700;
}
p.font-bold {
  margin-bottom: 0;
}
.font-extrabold {
  font-weight: 800;
}
.font-black {
  font-weight: 900;
}
.italic {
  font-style: italic;
}

/* Components */
.header-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 0;
  background-color: var(--white);
}

.logo-circle {
  width: 80px;
  height: 80px;
  background-color: var(--navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border: 2px solid var(--gold);
}

.logo-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.logo-text {
  letter-spacing: 0.2em;
  font-size: 1.125rem;
}

.hero-banner {
  background-color: var(--navy);
  padding: 1.5rem 1rem;
  border-bottom: 4px solid var(--gold);
}

.hero-banner h1 {
  color: var(--gold);
  font-size: 1.75rem;
  margin-bottom: 0.25rem;
  letter-spacing: -0.025em;
}

.hero-banner p {
  color: var(--white);
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.hero-image {
  width: 100%;
  aspect-ratio: 16 / 7;
  display: block;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section {
  background-color: var(--navy);
  padding: 2rem 1.5rem;
}

.section-title {
  margin-bottom: 1.5rem;
}

.section-title h2 {
  color: var(--gold);
  font-size: 1.5rem;
}

.section-title span {
  color: var(--white);
}

.section-title p {
  color: #d1d5db;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

/* Card System */
.cards-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.card {
  flex: 1;
  background: var(--white);
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card .content p {
  margin-bottom: 0;
}

.card .content p span {
  font-size: 1.0rem;
}

.card-gold {
  border: 2px solid var(--gold);
}

.card-header {
  padding: 0.75rem 1rem;
   background: linear-gradient(
    to right,
    #cfd3d8 0%,
    #e6e8eb 15%,
    #f5f6f7 32%,
    #ffffff 45%,
    #f5f6f7 55%,
    #e6e8eb 70%,
    #cfd3d8 100%
  );
  border-radius: 0 0 0.75rem 0.75rem !important;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  line-height: 0;
}

.card-header-gold {
  background: linear-gradient(
    to right,
    #c9a227 0%,
    #e0b84c 18%,
    #f5d76e 35%,
    #fff1a8 50%,
    #f5d76e 65%,
    #e0b84c 82%,
    #c9a227 100%
  );
}

.card-header h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.best-choice {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-top: -2px;
  margin-bottom: 0;
}

.card-body {
  padding: 1.25rem 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-sub {
  font-size: 0.95rem;
  opacity: 0.8;
}

.price-row {
  color: #003366;
}

.price-row p:first-child {
  font-size: 1.5rem;
}

.price-label {
  font-weight: 400;
}

.divider {
  width: 100%;
  border-top: 1px dotted #9ca3af;
  margin: 0.5rem 0;
}

.condition-text {
  font-size: 11px;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}

/* Register Button in Cards */
.btn-register {
  display: inline-block;
  background-color: var(--navy);
  color: var(--gold);
  padding: 0.6rem 1.5rem;
  border-radius: 2rem;
  font-weight: 800;
  font-size: 0.9rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid var(--navy);
  width: 100%;
  max-width: 160px;
  outline: none;
  font-family: inherit;
  margin-top: 20px;
}

.btn-register:hover {
  background-color: var(--white);
  color: var(--navy);
  border-color: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card-gold .btn-register {
  background-color: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}

.card-gold .btn-register:hover {
  background-color: var(--white);
  color: var(--gold);
}

/* Modal Popup System (JS Driven Animation) */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 34, 68, 0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background-color: var(--white);
  width: 100%;
  max-width: 600px;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  border: 3px solid var(--gold);

  /* Initial state for animation */
  transform: scale(0.7) translateY(20px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.modal-overlay.active .modal-content {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.modal-header {
  background-color: var(--navy);
  padding: 1.5rem;
  text-align: center;
  border-bottom: 3px solid var(--gold);
}

.modal-header h2 {
  color: var(--gold);
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 0;
}

.modal-body {
  padding: 1rem;
}

.modal-close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  color: var(--gold);
  font-size: 2rem;
  font-weight: 900;
  cursor: pointer;
  z-index: 10;
  background: none;
  border: none;
  line-height: 1;
  padding: 0.5rem;
  transition: transform 0.2s ease;
}

.modal-close-btn:hover {
  transform: rotate(90deg) scale(1.2);
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-group label {
  display: block;
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  color: var(--navy);
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid var(--gray-border);
  border-radius: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  outline: none;
  transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus {
  border-color: var(--gold);
}

.btn-submit {
  width: 100%;
  background-color: var(--navy);
  color: var(--gold);
  border: none;
  padding: 1rem;
  border-radius: 0.5rem;
  font-weight: 900;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background-color: #003366;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Discounts Bar */
.discounts-bar {
  background-color: var(--gray-border);
  display: flex;
  flex-direction: column;
}

.discounts-list {
  flex: 1;
  padding: 1rem 2.5rem;
}

.discounts-list ul {
  list-style: disc;
  font-size: 0.875rem;
}

.discount-tag {
  background-color: var(--gold);
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.clip-tab {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2rem;
  background-color: var(--gray-border);
  clip-path: polygon(0 0, 100% 0, 0 50%, 100% 100%, 0 100%);
  display: none;
}

/* Book Now */
.book-now {
  background-color: var(--yellow-accent);
  padding: 0.75rem 2rem;
  border-radius: 0 40px 0 0;
  max-width: 250px;
  text-align: center;
}

.book-now h3 {
  font-size: 25px;
  letter-spacing: -0.05em;
  margin-bottom: 0;
}

/* Footer */
.footer {
  background-color: var(--white);
  padding: 1.5rem 2rem;
  color: var(--navy);
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.icon-box {
  background: var(--white);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  flex-shrink: 0;
}

.address-item {
  display: flex;
  gap: 0.75rem;
}

.address-text {
  font-size: 0.875rem;
  opacity: 0.9;
}

.credits {
  margin-top: 2rem;
  color: #6b7280;
  font-size: 0.75rem;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  z-index: 9999;
}

.popup-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.popup {
  width: 90%;
  max-width: 420px;
  background: #fff;
  border-radius: 14px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
  animation: popupScale .35s ease;
}

@keyframes popupScale {
  from { transform: scale(.9); opacity: 0 }
  to { transform: scale(1); opacity: 1 }
}

.popup-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #22c55e;
  color: #fff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup h3 {
  margin: 12px 0 8px;
  font-size: 18px;
}

.popup p {
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
}

.popup-btn {
  margin-top: 18px;
  padding: 10px 22px;
  border-radius: 8px;
  border: none;
  background: #d4af37; /* gold */
  color: #002244;
  font-weight: 600;
  cursor: pointer;
}

/* Responsive Desktop */
@media (min-width: 768px) {
  .hero-banner h1 {
    font-size: 2rem;
  }
  .cards-grid {
    flex-direction: row;
  }
  .discounts-bar {
    flex-direction: row;
  }
  .discount-tag {
    width: 16rem;
  }
  .clip-tab {
    display: block;
  }
  .footer-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .section-title h2 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 1350px) {
  .top_head .left {
    width: 40%;
  }

  .top_head .right {
    width: 60%;
  }
}

@media only screen and (max-width: 1282px) {
  .box_slider #slider {
    width: calc(100% - 210px);
  }
  .my_nav_page ul li a {
    padding: 12px 20px;
    font-size: 15px;
  }
  .itemimg img {
    height: 400px;
  }
  .box_slider .slider_right .slider_banner_small {
    width: 200px;
  }

  #tieude_danhmuc_menu .fa-caret-down {
    opacity: 0;
  }

  .middle_head .container {
    max-width: 100%;
  }

  .top_head .left {
    width: 30%;
  }

  .top_head .right {
    width: 70%;
  }

  .vct_head_item {
    padding: 10px 10px 5px;
    font-size: 13px;
  }

  .vct_head_item .iconbox {
    width: 30px;
    height: 30px;
  }

  .vct_head_item .iconbox img {
    width: 18px;
  }

  .vct_head_item .contentbox {
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 1200px) {
  .w_flashsale .img_flashsale {
    width: 20%;
    display: none;
  }

  .w_flashsale .sanpham_flashsale {
    width: 100%;
  }

  .box_slider #slider {
    width: calc(100% - 165px);
  }

  .box_slider .slider_right .slider_banner_small {
    width: 155px;
  }

  .search_big {
    width: 400px;
  }

  .box_hotline_menu {
    width: calc(100% - 700px);
  }
}

@media only screen and (max-width: 1100px) {
  .main_nav li a {
    font-size: 13px;
  }

  .zoom_slick .mini_img_product {
    float: unset;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 4px -2px;
  }

  .zoom_slick .mini_img_product a {
    width: 20%;
    padding: 2px;
  }

  .zoom_slick #img_product {
    float: unset;
    width: 100%;
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1025px) {
  .mobi_none {
    display: none;
  }

  .main_nav {
    margin-right: 30px;
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 992px) {
  .w_slider {
    padding-top: 0;
  }

  .table-responsive {
    -webkit-overflow-x: scroll !important;
    -moz-overflow-x: scroll !important;
    -o-overflow-x: scroll !important;
    -ms-overflow-x: scroll !important;
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .logo_head {
    flex: 3;
  }
  .content ul,
  .content ol {
    padding-left: unset !important;
  }
  #doitacpage .tieude_form span {
    font-size: 20px;
  }
  #doitacpage .w_dichvu {
    padding: 30px 0;
  }
  .tieude_form span {
    font-size: 20px;
  }
  .item_sanpham .item_button .cart button {
    font-size: 14px;
  }
  .w_my_nav_page.sticky {
    top: 50px;
  }
  .my_nav_page ul {
    justify-content: flex-start;
  }
  .my_nav_page ul li a {
    padding: 12px 10px;
    font-size: 14px;
  }
  .itemimg img {
    height: 350px;
  }
  .logo_head img {
    height: 50px;
  }
  .search_showdow.search_index {
    display: block !important;
  }
  .item_hoidap .item_img {
    width: 45px;
  }
  .div_slider {
    width: 100% !important;
    float: unset;
  }
  .div_slider {
    height: auto !important;
  }

  .item.item_hoidap .item_name {
    width: calc(100% - 45px);
  }

  .box_hotline_menu,
  .search_big,
  .w_menu_sanpham,
  .box_slider .slider_left {
    display: none;
  }

  .box_slider .slider_right {
    width: 100%;
  }

  .icon_search {
    display: block;
  }

  .letter_box .element_letter {
    width: 36px;
    height: 36px;
  }

  .letter_box .sorter_box {
    width: calc(100% - 36px);
    padding-left: 20px;
  }

  .letter_box .sorter_box a {
    width: 33.333%;
    padding: 0 10px 10px;
  }

  .mobile-magic .mz-expand .mz-expand-thumbnails {
    margin-bottom: 50px;
  }

  div#header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
  }

  div.gallery-image-item {
    display: inline-block;
    padding: 5px;
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
    width: 33.3333333%;
  }

  .tieude_index .tt_sub {
    font-size: 35px;
    line-height: 40px;
  }

  .tieude_index .tt_main {
    font-size: 22px;
    line-height: 30px;
  }

  .container_2 {
    width: 100%;
  }

  .icon-cart {
    width: 30px;
    height: 30px;
  }

  .ul_tab li {
    font-size: 15px;
    line-height: 20px;
    padding: 5px 10px;
  }

  .item .item_name,
  .item .item_name a {
    font-size: 16px;
    line-height: 22px;
  }

  .lobibox-notify-wrapper-large.bottom,
  .lobibox-notify-wrapper.bottom {
    bottom: 50px !important;
  }

  .tieude_page,
  .tieude_gc span {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .colx4 {
    width: 50% !important;
  }

  .news-sub {
    height: auto !important;
  }

  .main_nav,
  .top_head,
  .middle_head {
    display: none;
  }

  .group_menu .icon_group_menu {
    /* display: flex; */
    align-items: center;
  }

  .logo_mobi {
    display: block;
  }

  .logo_mobi a {
    display: block;
  }

  .logo_mobi img {
    height: 40px;
  }

  .scroll_letter.fixed {
    top: 48px;
    padding: 5px 0;
  }

  #tieude_danhmuc_menu {
    display: none;
  }

  #content_right,
  #content_left {
    width: 100% !important;
    float: unset !important;
  }

  .w_dichvu {
    padding: 20px 0px;
  }

  #back-to-top {
    bottom: 70px !important;
    right: 10px !important;
  }

  .text-copy {
    margin-bottom: 45px;
  }

  .list_footer li {
    margin-left: 0 !important;
  }

  .news_index {
    margin-bottom: 20px;
  }

  .soluongsp {
    width: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .home_news .news_block {
    width: 100%;
    margin-bottom: 20px;
  }

  .home_news .faq_block {
    width: 100%;
  }

  .home_news .item_hoidap {
    padding: 5px 10px;
  }

  .w_sanphamkhac .sanpham_head .left {
    opacity: 0;
    width: 1px;
    overflow: hidden;
  }

  .sanpham_head .left {
    position: relative;
  }

  .sanpham_head .left::before {
    content: "\f0c9";
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    line-height: 24px;
    text-align: center;
    font-family: FontAwesome;
    color: var(--nth3-color);
    border: 2px solid var(--nth3-color);
    border-radius: 3px;
    font-size: 20px;
    margin: 3px 0;
    background: #f3f4f4;
  }

  .sanpham_head .left.active::before {
    content: "\f00d";
  }

  .sanpham_head .left .sp_parent {
    display: none;
    position: absolute;
    width: 280px;
    background: #fff;
    z-index: 50;
    top: 34px;
  }

  .sanpham_head .left.active .sp_parent {
    display: block;
  }

  .sanpham_head .left .sp_parent .btn_item {
    width: 100%;
    border: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 0;
  }

  .sanpham_head .left .sp_parent .btn_item:last-child {
    border-bottom: none;
  }

  .table_cart_info .table_cart_name,
  .table_cart_info .table_cart_phanloai,
  .table_cart_info .table_cart_gia,
  .table_cart_info .table_cart_soluong,
  .table_cart_info .table_cart_tonggia,
  .table_cart_info .table_cart_congcu {
    padding: 15px 5px;
  }

  .w_site_bar {
    flex-wrap: wrap;
  }

  .site_bar_left {
    width: 100%;
  }

  .site_bar_right {
    width: 100%;
    padding-left: 0;
  }

  .site_bar_left .cat_information {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .site_bar_left .cat_information .category_title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
  }

  .site_bar_left .cat_information.active .category_title {
    margin-bottom: 10px;
  }

  .cat_information .category_body {
    display: none;
  }

  .cat_information.active .category_body {
    display: block;
  }

  .cat_open {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 767px) {
  .zoom_slick .mini_img_product a {
    width: 12.5%;
  }
  .div_slider #slider {
    z-index: -1;
  }
  .box_slider .slider_right #slider {
    width: 100%;
  }

  .box_slider .slider_right .slider_banner_small {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .box_slider .slider_right .slider_banner_small .item_img {
    width: calc(50% - 5px);
  }

  .table_cart_head {
    display: none;
  }

  .table_cart_item {
    padding: 10px;
  }

  .table_cart_info {
    flex-direction: column;
    width: calc(100% - 90px);
  }

  .table_cart_item .table_cart_img {
    padding: 5px;
    width: 90px;
  }

  .table_cart_info .table_cart_name,
  .table_cart_info .table_cart_phanloai,
  .table_cart_info .table_cart_gia,
  .table_cart_info .table_cart_soluong,
  .table_cart_info .table_cart_tonggia,
  .table_cart_info .table_cart_congcu {
    width: 100%;
    text-align: left;
    padding: 5px;
  }

  .table_cart_info .table_cart_soluong .soluongsp {
    margin: 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .w_muahang {
    flex-wrap: wrap;
  }

  .w_muahang .controls {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .f_hotline {
    margin-bottom: 15px;
  }
  .iconusermb {
    display: none;
  }
  .itemimg img {
    height: 250px;
  }
  .my_nav_page ul li {
    margin: 0px;
  }
  .letter_box .sorter_box a {
    width: 50%;
  }
  .my_nav_page ul li a {
    border-radius: 0 !important;
  }
  div.gallery-image-item {
    display: inline-block;
    padding: 5px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }

  .x_map iframe {
    height: 300px !important;
  }

  #gioi-thieu2 {
    padding: 30px 0px 50px;
  }

  .gt_tieude span {
    font-size: 40px;
  }

  .gt_img {
    margin-top: 30px;
  }

  .gt_img:after {
    border: 2px solid rgba(156, 43, 23, 0.4);
    left: 10px;
    right: 10px;
    top: -10px;
    bottom: -10px;
  }

  #theoyeucauindex .content {
    width: 100%;
  }

  .footer_bottom ul {
    padding-top: 15px;
    margin-bottom: 15px;
  }

  .logo_footer {
    text-align: center;
  }

  #news_index .slick-arrow {
    display: none !important;
  }

  #content_left {
    display: block !important;
  }

  .news-main,
  .news-sub {
    width: 100% !important;
  }

  .f_map {
    padding-right: 0px !important;
  }

  .f_map iframe {
    height: 300px !important;
  }
}

@media only screen and (max-width: 576px) {
  .logo_mobi {
    margin-left: 40px;
  }
  #menu .logo_head {
    margin-left: 40px;
  }

  /* .menu_main .container {
		padding: 0;
	} */

  .group_menu .icon_group_menu {
    /* width: 35px; */
  }

  .group_menu .icon_group_menu img,
  .group_menu .icon_group_menu svg {
    width: 18px !important;
    height: 18px !important;
  }

  .group_menu .icon_group_menu .iconsearchclose svg {
    width: 14px !important;
    height: 14px !important;
  }

  .shop_cart {
    text-align: left !important;
    width: 35px !important;
    padding-right: 5px !important;
  }

  .shop_cart .num-cart {
    left: 10px;
  }
}

@media only screen and (max-width: 539px) {
  .w_muahang {
    flex-wrap: wrap;
  }

  .w_muahang .controls {
    width: 100%;
    margin-bottom: 10px;
  }

  .item_sanpham .gia-ban {
    font-size: 15px;
  }

  .item_sanpham .del-gia {
    font-size: 12px;
  }
}
@media only screen and (max-width: 500px) {
  .col-min-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .text_flashsale {
    font-size: 22px;
  }
  .pn-15 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 425px) {
  .zoom_slick .mini_img_product a {
    width: 14.285%;
  }
  .itemimg img {
    height: 220px;
  }
  div.gallery-image-item {
    display: inline-block;
    padding: 5px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 414px) {
  #tabs .nav-link {
    font-size: 14px;
    line-height: 18px;
  }

  .colx4 {
    width: 100% !important;
  }

  .colx3 {
    width: 50% !important;
  }

  .cart_select_size {
    padding: 15px;
    width: calc(100vw - 20px);
  }
  .logo_head img,
  .logo_mobi img {
    max-height: 40px;
    height: auto;
  }
}

@media only screen and (max-width: 380px) {
  .table_cart_item_button button {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media only screen and (max-width: 365px) {
  .item_news_detail .info .date,
  .item_news_detail .info .view {
    display: block;
  }

  .w_muahang .btn-mua-ngay {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .w_muahang .add-cart {
    width: 100%;
  }
}

@media only screen and (max-width: 319px) {
  .sanpham_head .left .sp_parent {
    width: 250px;
  }

  .sanpham_head .right span {
    display: none;
  }

  #tabs .nav-link {
    font-size: 12px;
    line-height: 16px;
  }

  .col-min-x1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 993px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .main_nav > li > a {
    padding-right: 25px;
    padding-left: 25px;
  }

  /* .container {
		max-width: 1280px;
	} */

  .col-larger-x5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .group_menu .shop_cart img {
    width: 24px !important;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1500px) {
}
.play0 {
  animation: play0 1.5s ease infinite;
}
@keyframes play0 {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

/* Search-option */
.search-option {
  position: relative;
  bottom: 60px;
  z-index: 3;
}
.search-option-index .search-option {
  bottom: 0;
}
.search-option .search {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 150px;
  /* padding: 16px; */
  border-radius: 16px;
  background-color: #fff;
  box-shadow:
    0 -3px 12px rgba(0, 0, 0, 0.1),
    0 9px 12px rgba(75, 75, 75, 0.1);
}
.search-option .search-form:last-child {
  padding-bottom: 16px;
}
.search-option .search-form:first-child {
  padding-top: 16px;
}
.search-option .search-form {
  position: relative;
  display: flex;
  padding: 8px 16px;
  width: 100%;
  justify-content: space-between;
  /* align-items: center; */
}
.search-option .search-form__item.address {
  max-width: 340px;
}
.search-option .search-form__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.search-option .search-form .line {
  border-right: 1px solid #c6c6c6;
  margin: 4px 12px;
}
.search-option .search-form a.btn,
.search-option .search-form button.btn {
  display: flex;
  align-items: center;
  height: 62px;
  margin: auto 0 auto 16px;
}
.search-option .btn.btn-primary {
  color: #fff;
  background-color: #2b6ca3;
  border-color: #2b6ca3;
}
.search-option .btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  background-color: initial;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #000;
}

.search-option .search-form__item .title {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.search-option .search-form__item .title .wrap-svg {
  margin-right: 16px;
}
.search-option .wrap-svg {
  line-height: 0;
  -webkit-user-select: none;
  user-select: none;
}
.search-option .search-form__item .title p {
  color: #767676;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
.search-option .search-form__item .choose {
  display: flex;
  margin-left: 40px;
  grid-gap: 16px;
  gap: 16px;
  width: calc(100% - 40px);
}
.search-option .search-form__item .choose-item {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
.search-option .search-form__item .choose-item.has-arrow {
  position: relative;
}
.search-option .search-form__item .choose-item.has-arrow:before {
  position: absolute;
  right: 0;
  /* width: 24px; */
  height: 24px;
  pointer-events: none;

  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.search-option .search-form__item .choose-item .here-autocomplete {
  width: 100%;
}
.here-autocomplete {
  position: relative;
  width: 100%;
}
.search-option .search-form__item .choose-item p.address,
.search-option .search-form__item .choose-item p.type-mobihome {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}
.search-option .search-form__item .choose-item span.value {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  /* padding-bottom: 24px; */
}
.search-option .search-form__item.address-search-option,
.search-option .search-form__item.type-search-option {
  max-width: 300px;
}
.search-option .search-form__item > .type-mobihome-container {
  flex-flow: column;
  gap: 5px;
}
.type-mobihome-container .show {
  display: block;
}
.drop-choose-type-mobihome {
  list-style: none;
  /* width: 90%; */
  padding: 5px 15px;
  margin: 0;
  min-width: 200px;
  background-color: #ffffff;
  box-shadow: 0 3px 11px 0 rgb(0 0 0 / 10%);
  display: none;
  position: absolute;
  top: 80px;
  max-width: 90%;
  width: 300px;
}
.drop-item-type-mobihome {
  font-size: 1rem;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
}
.drop-item-type-mobihome:hover {
  background-color: aliceblue;
}
/* //Search-option */

/* modal choose address + time */
.modal.in {
  visibility: visible;
}
.modal {
  min-height: 100dvh;
  /* display: none;
  overflow: auto; */
  overflow-y: scroll;
  /* position: fixed;
  top: 0; */
  right: 0;
  bottom: 0;
  /* left: 0; */
  z-index: 1200;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  transition: 0.25s ease-in-out;
  padding-left: 6px;

  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
.modal.fade.in .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition:
    transform 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
}
.modal.fade .modal-dialog {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.modal-dialog.modal-fix {
  padding: 0 !important;
}
.modal-dialog.modal-m {
  max-width: 667px;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 40px auto;
}
.modal-dialog.modal-fix .modal-content {
  max-height: calc(100dvh - 80px);
  padding: 24px 0 0;
}

.modal-dialog.modal-l .modal-content,
.modal-dialog.modal-m .modal-content,
.modal-dialog.modal-s .modal-content {
  box-shadow: 0 16px 16px 0 rgba(15, 15, 15, 0.2);
  padding: 16px 0 0;
}
.modal-content {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  border-radius: 8px;
  padding: 30px 36px;
}
.modal-dialog.modal-fix .modal-content .modal-header {
  padding-bottom: 40px;
  padding-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.modal-dialog.modal-fix .modal-content .modal-body {
  max-height: calc(100dvh - 145px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 24px;
}

.modal-search .modal-body {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
}
.modal-dialog.modal-fix .modal-content .modal-header .close {
  right: 24px;
  top: 10px;
}

.modal-content .modal-header .close {
  border-radius: 100%;
  border: 1px solid #e0e0e0;
  position: absolute;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 0.5;
  color: #000;
  top: 0;
  right: 0;
  padding: 10px;
  z-index: 1;
}
.modal.in .close {
  opacity: 1;
}
.modal-dialog.modal-fix .modal-content .modal-header h5 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /* width: 100%; */
  font-weight: 600;
}
.search-input {
  padding: 12px;
  border-radius: 8px;
  border: 2px solid #e0e0e0;
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
}
.search-input input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pointer {
  cursor: pointer !important;
}
input {
  display: inline-block;
  background-color: initial;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  color: #242420;
  font-family:
    "Manrope",
    "Encode Sans Expanded",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen",
    "Ubuntu",
    "Cantarell",
    "Fira Sans",
    "Droid Sans",
    "Helvetica Neue",
    sans-serif;
  border: none;
  box-shadow: none;
}
#search_ajax {
  display: none;
}
#search_ajax .location-item {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  padding: 8px 16px;
  cursor: pointer;
}
#search_ajax .location-item:hover {
  background: #f6f6f6;
  color: #0075bd;
}
.search-suggest .box-container {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e0e0e0;
  padding: 8px 0;
}
.search-suggest .box-container .wrap-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.search-suggest .box-container .wrap-box .box-item {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  padding: 8px 16px;
  cursor: pointer;
}
.search-suggest .box-container .wrap-box .box-item .wrap-svg {
  margin-left: 0 !important;
}
.search-suggest .box-container .wrap-box .box-item__text {
  display: flex;
  flex-direction: column;
}
.search-suggest .box-container .wrap-box .box-item__text p.main {
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  margin: 0;
}
.search-suggest .box-container .title-box {
  font-size: 0.875rem;
  color: #767676;
  font-weight: 500;
  padding-left: 16px;
  margin-bottom: 8px;
}
.search-suggest .box-container .wrap-box.airport {
  flex-direction: row;
  grid-gap: 8px;
  gap: 8px;
  padding: 8px 16px;
}
.search-suggest .box-container .wrap-box.airport .box-item {
  border: 1px solid #e0e0e0;
  padding: 6px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
}
input:focus-visible,
input:focus {
  outline: none;
}
/* magiamgia */
.modal-dialog.modal-s {
  max-width: 461px;
}
.modal-add-promotion .add-promotion {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  gap: 24px;
}
.modal-add-promotion .add-promotion .custom-input {
  margin-bottom: 12px;
}
.custom-input {
  width: 100%;
  display: flex;
  /* flex-direction: column; */
  grid-gap: 6px;
  gap: 6px;
}
.modal-add-promotion .add-promotion .custom-input .wrap-input {
  padding: 12px 1rem;
}
.custom-input .wrap-input {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
  padding: 12px;
  border: 1px solid #d8dae5;
  background: #fff;
  border-radius: 5px;
  flex: 4;
}
.modal-add-promotion .add-promotion .custom-input .wrap-input input {
  font-weight: 400;
  color: #666;
}
.modal-add-promotion .add-promotion__item {
  display: flex;
  grid-gap: 8px;
  gap: 8px;
}
.modal-add-promotion .add-promotion__item .promotion-info p {
  font-size: 0.75rem;
  font-weight: 500;
  margin: 0;
}
.modal-add-promotion .add-promotion__item .promotion-info p.name {
  font-size: 1rem;
  font-weight: 800;
}
.modal-add-promotion .add-promotion__item .date.warning {
  color: #f79009;
}

.modal-add-promotion .add-promotion__item .date {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 12px;
  font-weight: 500;
  grid-gap: 4px;
  gap: 4px;
  color: #767676;
}
.modal-add-promotion .add-promotion__item .btn {
  margin: 0 0 0 auto;
  height: -webkit-min-content;
  height: min-content;
}
.modal-add-promotion .add-promotion__item.disabled,
.modal-add-promotion .add-promotion__item.disabled .date,
.modal-add-promotion .add-promotion__item.disabled .promotion-info span {
  color: #c6c6c6;
}
.btn.btn-primary.disabled,
.btn.btn-primary:disabled,
.btn.btn-primary[disabled] {
  color: #767676;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  cursor: auto;
}
.modal-add-promotion .add-promotion__detail {
  display: flex;
  grid-gap: 16px;
  gap: 16px;
  flex-direction: column;
  align-items: center;
  padding: 16px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  display: none;
}
.modal-add-promotion .add-promotion__detail .promotion {
  display: flex;
  grid-gap: 8px;
  gap: 8px;
  align-items: center;
  flex-direction: column;
}
.modal-add-promotion .add-promotion__detail .promotion p {
  text-align: center;
  margin-bottom: 0 !important;
}
.modal-add-promotion .add-promotion__detail div {
  /* font-family: "Manrope" !important; */
  padding: 0 !important;
  margin: 0 !important;
}
.no-item {
  font-style: italic;
}
.magiamgia-duocgiam {
}

/* =========== */

.calendar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 50px; */
}
#calendar {
  box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  background: #fff;
  position: relative;
  width: 100%;
}
#calendar .ui-widget.ui-widget-content {
  border: 1px solid #e5e5e5;
  width: 100% !important;
}
#calendar .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
  padding: 0 13px;
}
#calendar .ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  color: #484848;
  font-size: 18px;
  text-align: center;
  /* padding-top: 22px; */
  /* padding-bottom: 37px; */
  caption-side: top;
  background: #fff;
  border: 0;
}
#calendar .ui-datepicker-prev,
#calendar .ui-datepicker-next {
  position: absolute;
  /* top: 18px; */
  line-height: 0.78;
  border-radius: 3px;
  padding: 6px 9px;
  border: 1px solid #e4e7e7;
  background-color: #fff;
  color: #757575;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  /* border: 0; */
  /* padding: 0; */
  margin: 0;
}
#calendar tr {
  border: none;
}
#calendar .ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: normal;
  border: 0;
  color: #757575;
}
#calendar .ui-state-default,
#calendar .ui-widget-content .ui-state-default {
  border: none;
  background: #fff;
  font-weight: normal;
  color: #454545;
  text-align: center;
}

.time-choose {
  display: flex;
  grid-gap: 8px;
  gap: 8px;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
.time-choose__item {
  position: relative;
  border: 1px solid #e0e0e0;
  width: 100%;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: #fff;
}
.time-choose__item .title-time {
  font-size: 12px;
  font-weight: 700;
  color: #666;
  margin: 0;
}
.time-choose__item .active-time {
  position: relative;
  font-weight: 600;
  margin: 0;
}
.time-choose__item .active-time:after {
  top: 8px;
  right: 0;

  position: absolute;
  right: 0;
  /* width: 24px; */
  height: 24px;
  pointer-events: none;

  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.time-choose__item .dropdown-time {
  position: absolute;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 12px;
  left: 0;
  top: 100%;
  /* display: flex; */
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
  max-height: 173px;
  overflow: auto;
  background-color: #fff;
  z-index: 1;
}
.time-choose__item:last-child .dropdown-time {
  left: unset;
  right: 0;
}

.time-choose .time-choose__item .dropdown-time {
  background: #fff;
  z-index: 10;
}
.custom-radio {
  position: relative;
  display: flex;
  gap: 10px;
}
.custom-radio:hover label {
  color: blue;
}
.dropdown-time input[type="checkbox"],
.dropdown-time input[type="radio"] {
  /* position: absolute;
  visibility: hidden; */
  width: auto;
  box-shadow: none;
}
.time-choose__item .dropdown-time .custom-radio label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: baseline;
  grid-gap: 2px;
  gap: 2px;
  margin: 0;
}
.dropdown-time {
  display: none;
}
.marginBottom-l {
  margin-bottom: 40px !important;
}

.text-danger {
  color: #f04438 !important;
}

.modal-dialog.modal-fix.has-footer .modal-content .modal-footer {
  border-top: 1px solid #e0e0e0;
  padding: 16px 24px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: -1px -5px 29px rgba(0, 0, 0, 0.1);
}
.modal-search .modal-footer .info-time {
  display: flex;
  grid-gap: 8px;
  gap: 8px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.modal-search .modal-footer .info-time__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.modal-search .modal-footer .info-time__item .time {
  font-weight: 600;
  margin: 0;
}
.modal-search .modal-footer .info-time__item .total {
  font-size: 14px;
  margin: 0;
}

.df-align-center {
  display: flex !important;
  align-items: center !important;
}
.tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  opacity: 1;
  padding-top: 1px;
}
.tooltip .wrap-svg {
  cursor: pointer;
  margin-left: 4px;
}

.tooltip .tooltip-text {
  position: absolute;
  /* visibility: hidden; */
  display: none;
  font-size: 0.75rem;
  font-weight: 400 !important;
  color: #000 !important;
  line-height: 20px;
  padding: 12px;
  width: 200px;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  z-index: 1005;
  bottom: 150%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0 8px 24px 12px rgba(0, 0, 0, 0.08);
}
.tooltip .tooltip-text:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #fff;
}
.tooltip:hover .tooltip-text {
  display: block;
}
.modal-dialog.modal-fix.has-footer .modal-content .modal-footer .wrap-btn {
  padding: 0;
  width: fit-content;
}
.btn.btn--s:hover,
.search-option .btn.btn-primary:hover {
  background-color: #394287;
  /* box-shadow: 0 8px 24px 12px rgba(0, 0, 0, .08), 0 20px 24px -4px rgba(0, 0, 0, .08); */
  color: white !important;
}
.btn.btn--s {
  background: #2b6ca3;
  box-shadow:
    0 8px 24px 12px rgba(0, 0, 0, 0.08),
    0 20px 24px -4px rgba(0, 0, 0, 0.08);
  color: white !important;
}
#calendar .ui-widget-content .dp-highlight .ui-state-default {
  background: #88b0d2;
  color: #fff;
}
a.disabled {
  opacity: 0.5; /* Example: reduce opacity */
  pointer-events: none; /* Example: disable pointer events */
  color: #000;
}

/* //modal choose addres + time  */

@media (max-width: 1224px) {
  .search-option .search .search-form.sd {
    flex-wrap: wrap;
  }
  .search-option .search-form .line {
    display: none;
  }
  .search-option .search .search-form.sd form {
    width: 100%;
  }

  .search-option .search .search-form.sd .search-form__item.address,
  .search-option .search .search-form.sd .search-form__item.type-search-option {
    width: 100%;
    margin-bottom: 16px;
    max-width: 100%;
  }
  .search-option .search .search-form.sd .btn {
    margin-left: 0;
    margin-top: 16px;
    padding: 16px;
    width: 100%;
  }
  .drop-choose-type-mobihome {
    position: relative;
    top: 0;
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 760px) {
  .search-option .search .search-form__item {
    padding-bottom: 4px;
    border-bottom: 1px solid #e0e0e0;
  }
  .search-option .search-form__item .choose-item.has-arrow:before {
    display: none;
  }

  .search-option .search-form__item .title {
    margin-bottom: 0;
  }
  .search-option .search-form__item .choose {
    margin-left: 32px;
    width: calc(100% - 32px);
  }
  .search-option .search-form__item .title p {
    font-size: 14px;
    overflow: hidden;
  }

  .search-option .search-form__item .choose-item p.address,
  .search-option
    .search
    .search-form
    .search-form__item
    .choose-item
    span.value,
  .search-option .search-form__item .choose-item p.type-mobihome {
    font-size: 0.85rem;
    overflow: hidden;
  }
}
@media (max-width: 650px) {
  .search-option .search {
    margin: 0 10px;
  }
}
