@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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

::-webkit-scrollbar-thumb {
  background: #bbbbbb;
}

:root {
  --main-color: #ff5900;
  --extra-color: #5642cd;
  --primary-color: #1182fc;
  --second-color: #007fc8;
  --third-color: #767676;
  --danger-color: #ff6464;

  --main-hover-color: #ff0000;
  --primary-hover-color: #ffd100;

  --primary-bg-color: rgb(4, 136, 230);
  --second-bg-color: #ffa650;
  --third-bg-color: #2083f19c;
  --background-color: #fefefe;
  --background-color-2: #fff8f6;

  --border-color: #e0e0e0;
  --border-color-2: #ececec;

  --orange: #ffba75;

  --gradient-bg-color: linear-gradient(
    3.141592653589793rad,
    rgb(255 153 0),
    rgb(255 91 0)
  );
  /* --gradient-bg-color: linear-gradient(3.141592653589793rad, rgb(0, 159, 255), rgba(7, 112, 205, 1)); */
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

a,
a:hover {
  text-decoration: none !important;
  color: var(--primary-color);
}

ul {
  margin-bottom: 0;
}

textarea {
  resize: none;
}

body {
  /* font-family: 'Open Sans' !important; */
  /* font-family: 'Times New Roman', Times, serif; */
  font-family: 'Inter', sans-serif;
  font-size: 14px !important;
  line-height: 1.5 !important;
  padding-right: 0px !important;
  background: var(--white);
  overflow-x: hidden;
  font-weight: 400;
  color: var(--black);
  -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;
}

/* input:-internal-autofill-selected {
    background-color: var(--background-color-2) !important; 
} */
div.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

.content p,
.content span,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content li,
.content strong {
  font-family: 'Open Sans' !important;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content b,
.content strong {
  font-weight: 600;
}

.wap {
  overflow: hidden;
  position: relative;
  width: 100%;
  /* background-color: #f0f0f0; */
  height: 100%;
}

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

.button-viewall:hover {
  color: #fff;
  background: #9c2b17;
  transition: all 0.3s ease-in-out;
}

.clear {
  clear: both;
}

div.none {
  display: none !important;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.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-n15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.pn-0 {
  padding-left: 0px !important;
  padding-right: 0px !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: var(--border-color);
}

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

.content {
  width: 100%;
}

.content figure {
  width: 100% !important;
}

.content figure img {
  margin-bottom: 0px;
}

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

.content ul,
.content ol {
  padding-left: 30px;
  margin-bottom: 1rem;
}

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

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

.content table td,
.content table th {
  padding: 5px;
}

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: 22px;
}

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

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

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

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

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

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

.youtube_embed_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 1rem 0;
}

.youtube_embed_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.addthis_inline_share_toolbox,
.addthis_native_toolbox {
  margin: 20px 0px;
}

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

.x_map iframe {
  width: 100% !important;
  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;
}

.mybtn {
  border: none;
  padding: 12px 30px;
  transition: all 0.5s ease;
  text-align: center;
  border-radius: 20px;
  line-height: 1;
  display: inline-block;
}

.mybtn:hover,
.mybtn:focus {
  border: 0 !important;
  outline: 0 !important;
}

.txt_xanh {
  color: #054ca0 !important;
}

.mybtn.btn-do,
.btn-update,
.btn-about-us:hover {
  background-color: #236633;
  color: #fff;
}

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

.mybtn.btn-den:hover {
  background-color: #2a2a2a;
  color: #fff;
  transition: all 0.5s ease;
}

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

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

.div_left {
  margin-bottom: 30px;
  background-color: #fcfcfc;
  padding: 20px;
  border-radius: 6px;
}

.item_sp_left {
  text-transform: uppercase;
}

.item_sp_left .h3 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
}

.item_sp_left i.fa-angle-down {
  display: block;
  text-align: right;
  cursor: pointer;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.item_sp_left.active i.fa-angle-down {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}

.item_sp_left .h3 a {
  width: calc(100% - 28px);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.item_sp_left a {
  display: block;
  color: #333;
}

.item_sp_left a:hover {
  color: #9c2b17;
}

.item_sp_left ul {
  display: none;
  list-style: none;
  border-left: 1px solid #ccc;
  padding-left: 15px;
}

.item_sp_left.active ul {
  display: block;
}

.item_sp_left ul li {
  margin-bottom: 10px;
}

.item_left {
  padding: 15px 0px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.item_left:first-child {
  padding-top: 0;
}

.item_left:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.item_left .item_img {
  width: 80px;
  float: left;
}

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

.item_left .item_content {
  width: calc(100% - 95px);
  float: right;
}

/*end left_bar*/

/*tieude*/
.tieude_left {
  position: relative;
  color: #9c2b17;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.tieude_detail {
  position: relative;
  color: #333;
  font-size: 2rem;
  line-height: 35px;
  font-weight: 700;
  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: -15px;
  width: 25px;
  height: 25px;
  background-image: url('images/car2.png');
  background-size: contain;
  position: absolute;
  z-index: 3;
}

.tieude_index::before {
  content: '';
  position: absolute;
  border-top: 1px solid #0488e6;
  left: calc(50% - 150px);
  height: 2px;
  right: 0;
  width: 300px;
  bottom: -6px;
  background: var(--primary-bg-color);
}

.tieude_index .tt-main {
  color: var(--second-color);
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  padding-bottom: 9px;
  font-size: 1.5rem;
}

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

.sub_tieude_gc {
  margin-top: -10px !important;
  margin-bottom: 30px;
  text-align: center;
}

.tieude_gc span {
  font-size: 25px;
  line-height: 35px;
  color: #333;
  display: inline-block;
  position: relative;
}

.tieude_gc span::after {
  content: '';
  left: 50%;
  transform: translate(-50%);
  bottom: -7px;
  width: 80px;
  height: 3px;
  background-color: #9c2b17;
  position: absolute;
  z-index: 3;
}

.tieude_gc span::before {
  content: '';
  position: absolute;
  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;
}

.tieude_other {
  position: relative;
  color: var(--main-color);
  font-size: 18px;
  line-height: 25px;
  font-weight: 900;
  text-transform: uppercase;
  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;
}

.index-title-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  margin-bottom: 20px;
}

.index-title-heading .title-heading {
  color: var(--main-color);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 25px;
  text-transform: capitalize;
}

.title-heading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/icon_title.png) no-repeat;
  background-position: left center;
  background-size: cover;
  width: 18px;
  height: 18px;
}

.index-title-heading .title-detail {
}

.index-title-heading .title-detail .title-main {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
}

/*end tieude*/

/*breadcrumb*/
.div_breadcrumb .breadcrumb {
  background-color: #f5f5f5;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

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

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

.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: #9c2b17;
  border-color: #9c2b17;
}

.pages li a:hover {
  background: #9c2b17;
  color: #fff !important;
  border-color: #9c2b17;
}

.pages li .active {
  background: #9c2b17;
  color: #fff;
  border-color: #9c2b17;
}

.pages li .active:hover {
  background: #9c2b17;
  color: #fff;
  border-color: #9c2b17;
}

/*end pages*/
.w_dichvu {
  position: relative;
  padding: 100px 0px;
  height: 110vh;
}

.bg_container {
  background-position: left top;
  background-size: cover;
}

.bg_container_fixed {
  background-attachment: fixed;
}

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

/*head*/
div#header {
  position: relative;
  width: 100%;
  box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
  height: 100px;
}

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

.top_head {
  /* background: #fdfdfd; */
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  padding: 6px 0px;
  font-weight: 400;
  background-image: linear-gradient(
    3.141592653589793rad,
    rgb(255 153 0),
    rgb(255 91 0)
  );
}

.top_head .header-info {
  gap: 10px;
}

.top_head .header-info .header-info-content a {
  color: var(--white);
}

.top_head .hotline {
  border-left: 1px solid #ccc;
  padding-left: 10px;
}

.top_head .left {
  width: 40%;
  text-align: left;
  overflow: hidden;
}

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

.top_head .h-item {
  float: left;
  margin-right: 30px;
  line-height: 30px;
  font-size: 14px;
}

.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;
  filter: brightness(0.4);
}
.icon_group_menu.action_menu_user {
  gap: 13px !important;
}
.h-ngonngu {
  display: flex;
  position: relative;
  /* margin-top: 9px;
	margin-left: 20px;
	margin-right: 20px; */
}

.h-ngonngu::after {
  content: '';
  position: absolute;
  left: -5px;
  top: 4px;
  height: 15px;
  width: 1px;
  background: var(--black);
}

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

.menu_main {
  background-image: url('./images/bck_1.png');
  position: relative;
  width: 100%;
  z-index: 1;
}

/* .menu_main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://demo86.danangweb.vn/hongthuong/Brilliant/images/background_nen.png') no-repeat center/cover; 
    opacity: 0.2; 
    z-index: -1; 
 }  */

.menu_main.sticky {
  height: 100px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 150;
  box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
}

.logo_head {
  position: relative;
  text-align: center;
}

.menu-mobi .logo_head {
  /* background-image: var(--gradient-bg-color); */
}

.logo_head img {
  /* margin: 10px auto; */
  height: 100px;
}

.logo_head a {
  display: inline-block;
}

.info-head {
  font-size: 15px;
  line-height: 20px;
  display: flex;
  justify-content: center;
}

.info-head img {
  margin-right: 10px;
  object-fit: cover;
  height: 36px;
}

#menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.main_nav {
  list-style: none;
  display: flex;
  justify-content: space-around;
}

.main_nav li {
  position: relative;
}

.main_nav li a {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--black);
  font-weight: 700;
  padding: 14px 10px;
  display: block;
}

.main_nav > li:last-child > a {
  padding-right: 0px;
}

.main_nav > li > a.active,
.main_nav > li > a.active2,
.main_nav > li:hover > a {
  color: var(--main-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: 0;
  margin: 0;
  position: absolute;
  min-width: 200px;
  background-color: #9c2b17;
  box-shadow: 0 3px 11px 0 rgb(0 0 0 / 10%);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 50;
}

.main_nav > li > ul:before {
  content: '';
  position: absolute;
  height: 16px;
  left: 0;
  top: -16px;
  width: 100%;
}

.main_nav > li > ul {
  margin-top: 6px;
}

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

.main_nav li ul li a {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
}

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

.main_nav li ul li:hover {
  background-color: #7c2b17;
}

.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: 10px;
  top: 10px;
  font-size: 15px;
  color: inherit;
}

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

.tieude_danhmuc_menu {
  background-image: url('images/bg_general.png');
  background-repeat: no-repeat;
  background-position: 15px;
  background-color: #9c2b17;
  color: #fff;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  padding: 0px 20px 0px 50px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.menu_danhmuc .fa-chevron-circle-right {
  color: #9c2b17;
  margin-right: 10px;
}

.tieude_danhmuc_menu i {
  position: absolute;
  right: 20px;
  top: 15px;
  border: 1px solid;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  text-align: center;
}

#search {
  overflow: hidden;
  height: 50px;
  width: 353px;
  z-index: 10;
  /* margin-right: 20px; */
  border-radius: 10px;
  background-color: white;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
}

#search.action {
  animation-name: fadeInUp;
  animation-duration: 1s;
  display: block;
}

#search input {
  height: 30px;
  /* float: left; */
  border: none;
  padding: 0 0px;
  color: rgba(0, 0, 0, 0.8);
  width: calc(100% - 30px);
  background: rgba(255, 255, 255, 0.2);
  border: 0px;
  outline: 0;
  font-weight: normal;
}

#search input::placeholder {
  color: #808080;
  opacity: 1;
}

#search i.fa {
  background: rgba(255, 255, 255, 0.2);
  width: 60px;
  line-height: 30px;
  float: right;
  color: rgb(167 167 167 / 80%);
  text-align: center;
  cursor: pointer;
}

/*end head*/

/*footer*/
#w_footer {
  position: relative;
  /*background: -webkit-linear-gradient(to bottom, var(--border-color) 50%, var(--border-color) 100%);*/
  /* Chrome 10-25, Safari 5.1-6 */
  /*background: linear-gradient(to bottom, var(--border-color) 50%, var(--border-color) 100%);*/
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: -webkit-linear-gradient(to bottom, #2e8eff80 50%, #0056ff 100%);
	background: linear-gradient(to bottom, #2e8eff80 50%, #0056ff 100%); */
  background-image: url(images/bg-footer.png);
  color: #212121;
  font-weight: 400;
  z-index: 30;
  font-size: 14px;
  line-height: 24px;
}

.bg-section {
  background-color: #007bffbd;
  margin-bottom: 50px;
  border-radius: 46px;
  padding: 50px 0 15px;
  /* background-position: top center; */
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-section .section-bg.bg-loaded,
.bg-section .section-bg-overlay {
  border-radius: 46px;
}

.footer-container {
  padding: 10px;
  margin: 0 auto;
  width: 100%;
  max-width: min(100%, 1300px);
}

#footer {
  position: relative;
  /* padding: 0px 0px 50px; */
}

.footer-container .item-footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 1rem;
  font-weight: 400;
  color: white;
}

#footer .item-footer .logo-footer {
}

.item-footer .logo-footer .img-logo-ft {
  width: 210px;
  height: auto;
}

#footer .item-footer .text-footer {
  margin-bottom: 20px;
}

.item-footer .text-footer p {
  margin: 0;
  line-height: 1.7em;
}

.item-footer .tt_footer {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2em;
  margin: 0;
}

.item-footer ul.menu-quick-link-footer {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

ul.menu-quick-link-footer li.item-q-l-ft:hover .q-l-menu-nav-link {
  color: var(--primary-hover-color);
}

.q-l-menu-nav-link {
  text-decoration: none;
  color: white;
}

.item-footer-ql {
  padding-left: 100px;
}

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

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

#footer .list_vertical li a {
  color: #212121;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 400;
}

#footer .list_vertical li:hover a {
  color: #9c2b17;
}

#back-to-top {
  display: none;
  padding: 7px 15px;
  color: #333;
  background: rgba(200, 200, 200, 0.5);
  position: fixed;
  right: 15px;
  bottom: 40px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1000;
}

#back-to-top:hover {
  background: #888;
  color: #fff;
}

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

.logo_footer img {
  width: 80%;
}

.div_footer_bottom {
  /* background-color: #bbb; */
  /* background-color: #2473ff; */
  padding: 10px 0px;
  color: #ffffff;
  font-size: 14px;
}

.footer_bottom {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.footer_bottom ul {
  list-style: none;
  display: flex;
}

.footer_bottom ul li {
  padding: 5px 0px;
}

.footer_bottom ul li a {
  display: inline-block;
  padding: 0px 10px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.9);
}

.footer_bottom ul li:last-child a {
  border-right: 0;
}

.footer_bottom ul li a:hover {
  color: yellow;
}

.copy2 {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  padding: 10px 0;
}

.ul-inline a {
  color: #222;
}

.ul-inline a:hover {
  color: #9c2b17;
}

.list_footer {
  list-style: none;
  display: flex;
}

.list_footer li {
  margin-left: 15px;
  text-align: center;
}

.list_footer li a {
  color: #222;
}

.list_footer li:hover a {
  color: #9c2b17;
}

.tt_footer {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  position: relative;
  display: block;
  margin-top: 50px;
  text-transform: uppercase;
}

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

.f-item {
  font-size: 14px;
  margin-bottom: 1rem;
  display: flex;
}

.f-item > i {
  font-size: 15px;
  line-height: 25px;
  width: 25px;
  height: 25px;
  text-align: center;
  border: 1px solid rgb(255, 255, 255);
  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: 27px;
  /* filter: invert(.9); */
}

/*end footer*/

/*slider*/
.div_slider {
}

#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;
}

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

.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; */
  font-size: 70px;
  line-height: 1.2em;
}

.wtieudepage .breadcumb2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em;
}

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

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

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

/*vechungtoi*/
.vechungtoi {
  background-image: url('./images/van_nen.png');
  min-height: 100vh;
  position: relative; /* Để lớp phủ hoạt động */
  background-size: cover; /* Hiển thị toàn bộ ảnh nền */
  background-position: center; /* Căn giữa ảnh nền */
  background-attachment: fixed; /* Giữ nền cố định */
}

/* .vechungtoi::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white; 
    opacity: 0.5; 
    z-index: 1;
} */

.vechungtoi > * {
  position: relative;
  /* z-index: 2; */
}

.vechungtoi .w-c-u-container {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

.vechungtoi .w-c-u-container > div {
  flex: 1;
  position: relative;
  height: 100%;
}

.w-c-u-container-left,
.w-c-u-container-right {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.w-c-u-container .w-c-u-container-img {
  height: 100%;
}

.w-c-u-container-img .item-img-wcu img {
  max-width: 100%;
  border-radius: 200px;
}

.item-img-wcu img.img-wcu-abs {
  position: absolute;
  text-align: center;
  bottom: 0px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

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

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

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

.vechungtoi_img img {
  width: 100%;
}

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

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

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

/*end vechungtoi*/

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

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

#index_testimonials .item_ykien {
  border-radius: 30px;
  background-color: white;
  padding: 30px;
  box-shadow: -2px 0px 0px 0px rgba(255, 255, 255, 0);
  border: 1px solid var(--border-color-2);
}

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

.img_ykien img {
  width: 100%;
}

#index_testimonials .img_ykien {
  margin: 0;
  width: auto;
  height: auto;
}

#index_testimonials .img_ykien img {
  width: 60px;
  height: 60px;
}

#index_testimonials .nd_ykien {
  border-bottom: 1px solid var(--border-color-2);
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: justify;
}

.nd_ykien {
  margin-bottom: 10px;
}

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

#index_testimonials .slick-track,
.sl_doingu .slick-track {
  display: flex;
  gap: 40px;
  row-gap: 40px;
}

#index_testimonials .info-ykien {
  display: flex;
  gap: 20px;
  align-items: center;
}

#index_testimonials .tenkhach_ykien {
  display: flex;
  flex-direction: column;
}

#index_testimonials .tenkhach_ykien .name {
  font-size: 20px;
}

#index_testimonials .tenkhach_ykien .date {
  font-size: 1rem;
}

#index_testimonials .tenkhach_ykien .name,
#index_testimonials .tenkhach_ykien .date {
  line-height: 1.7em;
  margin-bottom: 0;
}

/*end y kien*/

/* doi ngu */
.team-container {
  display: flex;
  gap: 25px;
  padding: 10px;
}

.team-container .item-team {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-transform: capitalize;
}

.img-team-box .img-team {
  border-radius: 30px;
}

.team-container .info-team {
  text-align: center;
}

.info-team .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

.info-team .position {
  font-size: 1rem;
  line-height: 1.7em;
}

/* //--end doi ngu */

/* lien he */
.contact-us {
  padding: 50px;
  /* display: flex; */
  border: 1px solid var(--border-color-2);
  border-radius: 30px;
  background-image: url(images/contact-form-plan.svg);
  background-position: 96% 102%;
  background-repeat: no-repeat;
}

.contact-us .info-contact {
  /* background-color: var(--third-bg-color); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  padding: 40px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  color: white;
}

.info-contact .item-contact {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  gap: 20px;
}

.item-contact .name {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2em;
}

.item-contact .des {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7em;
}

.contact-us ul.info-company {
  list-style: none;
}

li.item-info-contact {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}

.item-contact.social-contact {
  flex-direction: row;
}

li.item-info-contact a {
  color: white;
}

.form-contact {
  padding-left: 3rem;
}

.map-contact {
  padding-top: 50px;
}

#contact_us .x_map {
  padding: 20px;
}

#contact_us .x_map iframe {
  border-radius: 30px;
}

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

/* //--end lien he */

/*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;
}

.shop_cart {
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
}

#header.fixed + .shop_cart {
  top: 0%;
}

.icon-cart {
  background-image: url('images/i_cart_black.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  display: inline-block;
}

.shop_cart .num-cart {
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #9c2b17;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  margin-left: -10px;
}

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

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

#donhang_ht h2 {
  font-size: 24px;
  line-height: 34px;
  color: #9c2b17;
  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;
}

/*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;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0;
}

.item .item_name,
.item .item_name a {
  color: #121212;
}

.item:hover .item_name,
.item:hover .item_name a {
  color: #9c2b17;
  transition: all 0.3s ease-in-out;
}

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

.item_sanpham {
  padding: 16px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid var(--border-color);
  box-shadow: rgba(17, 17, 17, 0.08) 0px 20px 80px;
}

.item_img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.item_img a {
  position: relative;
  display: block;
}

.item_img img {
  width: 100%;
  height: 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_sanpham .truyendong {
  color: #262626;
  padding: 4px 8px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 500;
  margin: 8px 8px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.item_sanpham .so-san {
  background: #fce0d3;
}

.item_sanpham .so-tu-dong {
  background: #eef7ff;
}

.item_sanpham .item_name {
  /* text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 1rem; */
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 600;
}

.item_sanpham .item_name a {
  display: block;
}

.item.item_sanpham:hover .item_name a {
  color: #121212;
}

.item_sanpham .item_address {
  position: relative;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 22px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 20px 0 15px;
  justify-content: space-between;
  color: #767676;
}

.item_sanpham .item_address .address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  color: #767676;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 16px;
}

.item_sanpham .item_address .address p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}

.item_sanpham .sale {
  display: block;
  position: absolute;
  top: 4px;
  /* right: 4px; */
  left: 4px;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-size: 15px;
  background: url(images/sale-icon.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 5;
}

.info_product .sale2 {
  width: 40px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  background: red;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  border-radius: 4px;
}

.del-gia {
  color: #aaa;
  font-weight: 600;
  position: relative;
  margin-left: 10px;
  display: inline-block;
}

.del-gia::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #aaa;
}

.gia-ban {
  color: red;
  font-size: 17px;
  font-weight: 600;
  margin: 0px;
  display: inline-block;
}

.item_sanpham .item_gia {
  /* text-align: center; */
  margin-bottom: 15px;
  display: flex;
  flex-flow: column;
  grid-gap: 5px;
  gap: 5px;
}

.item_sanpham .del-gia {
  font-size: 0.75rem;
  line-height: 20px;
}

.item_sanpham .del-gia::after {
  top: 10px;
}

.item_sanpham .gia-ban {
  font-size: 1rem;
  line-height: 20px;
  padding-left: 5px;
}

.item_sanpham .don-vi {
  color: #6d6d6d;
}

.item_sanpham .item_gia .item__gia svg {
  width: 20px;
  height: 20px;
}

.item_sanpham .item_gia .item__gia svg path,
.item_sanpham .item_gia .item__gia svg circle {
  stroke: #6b6b6b;
}

.line-page {
  width: 100%;
  border-bottom: 1px solid var(--border-color);
}

.item_sanpham .line-page,
.tab-content .line-page {
  margin: 12px 0;
}

.item_sanpham .item_info {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.item_sanpham .item_info .item__info {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.item_sanpham .item_info .item__info p {
  margin: 0;
}

.item_sanpham .item_button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item_button i.fa-cart-plus {
  color: #9c2b17;
}

.cart button i.fa-cart-plus {
  margin-right: 5px;
}

.product-qty .cart {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-left: 30px;
  background: #9c2b17 border-box;
  border: 2px solid transparent;
}

.item_sanpham .item_button .cart {
  width: 60%;
  margin: 0 auto;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  background: #9c2b17 border-box;
  border: 2px solid transparent;
}

.product-qty .cart button,
.item_sanpham .item_button .cart button {
  background: #fff;
  color: #121212;
  outline: 0px;
  border: 0px;
  text-align: center;
  border-radius: 50px;
  display: block;
  width: 100%;
  padding: 5px 0px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
}

.product-qty .cart:hover button,
.item_sanpham .item_button .cart:hover button,
.item_sanpham .item_button .cart:hover button i.fa-cart-plus {
  color: #fff;
}

.product-qty .cart:hover button,
.item_sanpham .item_button .cart:hover button {
  color: #fff;
  background: linear-gradient(35deg, #9c2b17 0%, #9c2b17 100%);
}

/* chi tiết sản phẩm */
.div_info_product {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mini_img_product {
  margin: 8px -4px 20px;
}

.mini_img_product a {
  margin: 0 5px;
}

.mini_img_product a.slick-slide.slick-active.mz-thumb.mz-thumb-selected {
  opacity: 0.5;
}

.mini_img_product .slick-arrow.slick-prev,
.mini_img_product .slick-arrow.slick-next {
  top: calc(50% - 13px);
  width: 10px;
  height: 26px;
}

.zoom_slick {
  /* width: calc(50% - 15px); */
  position: relative;
}

.zoom_slick #img_product {
  border: 1px solid #ddd;
  width: 100%;
  text-align: center;
  border-radius: 30px;
}

.zoom_slick #img_product img {
}

.info-detail-product .slick-track .slick-slide img {
  border-radius: 20px;
}

.info-product-container {
  width: 100%;
}

.info_product {
  /* width: calc(50% - 15px); */
  display: block;
  position: relative;
  list-style: none;
}

.info_product li {
  border-bottom: 1px dashed #ddd;
  padding: 8px 0;
}

.info_product .mota-product {
  color: var(--third-color);
}

.no-border-bottom {
  border-bottom: none !important;
}

.my-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info_product .del-gia {
  font-size: 14px;
  line-height: 14px;
}

.info_product .gia-ban {
  font-size: 25px;
  line-height: 25px;
}

.my-flex-between span {
  width: 25%;
}

.my-flex-between span + span {
  width: 70%;
}

.info_product .item-dacdiem,
.info_product .item-dacdiem .info-dacdiem {
  gap: 5px;
}

.info_product .item-dacdiem p {
  margin: 0;
}

.info_product .item-dacdiem p.sub {
  color: #767676;
}

.info_product .item-dacdiem p.main {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}

.controls {
}

.controls .fa-minus,
.controls .fa-plus {
  border: 1px solid #ddd;
  background-color: #fff;
  width: 40px;
  float: left;
  height: 41px;
  outline: none;
}

.controls .fa-minus:hover,
.controls .fa-plus:hover {
  background-color: #ddd;
}

.controls .fa-minus {
  border-radius: 5px 0 0 5px;
}

.controls .fa-plus {
  border-radius: 0 5px 5px 0;
}

.controls input {
  float: left;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 10px 5px;
  height: 41px;
  width: 100px;
  border-left: 0;
  border-right: 0;
  text-align: center;
  outline: none;
}

.info_product .cart button {
  padding: 8px 20px;
}

.info_product .product-qty {
  display: flex;
  flex-wrap: wrap;
}

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

#tabs .nav-link {
  font-size: 18px;
  line-height: 25px;
  color: #bbb;
  text-transform: uppercase;
  font-weight: 700;
}

#tabs .nav-link.active {
  color: var(--main-color);
}

.btn-mua-ngay {
  padding: 10px 15px;
  background: var(--primary-bg-color);
  color: #fff !important;
  text-align: center;
  transition: all 0.5s ease;
  margin-bottom: 10px;
  display: block;
  border-radius: 4px;
}

.btn-mua-ngay:hover {
  background-color: var(--primary-color);
  color: #fff !important;
}

.btn-mua-ngay span {
  display: block;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
}

.btn-mua-ngay span + span {
  font-size: 16px;
  text-transform: initial;
  font-weight: 300;
}

.a_baogia {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.a_baogia a {
  -ms-flex: 0 0 calc(50% - 5px);
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
  color: #fff;
  font-weight: 300;
  /* padding: 8px 10px; */
  padding: 10px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  border-radius: 4px;
}

.a_baogia a:first-child {
  background: var(--main-color);
}

.a_baogia a:last-child {
  background: var(--extra-color);
}

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

/* button radio chọn hình thức thuê */
.choose-button-radio {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  /* gap: 20px; */
  padding-bottom: 15px;
}

.choose-button-radio div.item-button-radio {
  /* gap: 10px; */
}

.item-button-radio input {
  width: auto;
  display: none;
}

.item-button-radio label {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  gap: 5px;
}

.choose-button-radio .custom-radio2 {
  /* width: 30px; */
  min-width: 20px;
  margin: 0;
}

.label-button-radio-httx {
  display: flex;
}

input[type='radio']:checked + .label-button-radio-httx .custom-radio2::after {
  transform: translate(-50%, -110%) scale(1);
}

/* //--button radio chọn hình thức thuê */
/* tiện nghi có sẵn */
.tieude-sub-tab {
  font-size: 1.25rem;
  font-weight: 600;
}

.tiennghi-content .icon_amenities img {
  width: 24px;
  height: 24px;
}

.tiennghi-content .noidung_main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tiennghi-content .title_amenities {
  padding-left: 10px;
  padding-top: 8px;
}

.tiennghi-content .title_amenities div {
  font-size: 1rem;
  font-weight: 400;
}

/* giấy tờ thuê xe */
.img_exu {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}

.img_exu i {
  color: rgb(102, 102, 102);
}

.img_exu p {
  font-weight: 500;
  color: #666;
  font-size: 0.75rem;
  margin: 0;
  padding-left: 8px;
}

.tittle_car_rental {
  display: flex;
  grid-gap: 24px;
  gap: 24px;
  align-items: flex-start;
  padding: 3px 22px;
  background: #fef7f4;
  border-left: 8px solid #f26a2b;
  border-radius: 8px;
}

.detail_car_rental .content_car {
  display: flex;
  gap: 10px;
  padding-bottom: 15px;
}

.detail_car_rental .content_car img {
  width: 24px;
  height: 24px;
}

.detail_car_rental .content_car h5 {
  padding-left: 15px;
  font-weight: 600;
  font-size: 18px;
}

/*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*/
.item_news {
  padding: 0px;
  border: none;
  position: relative;
  overflow: unset;
}

.item_news .item_pa {
  padding: 20px;
}

.item_news_index .item_name {
  margin-top: 15px;
}

.item_news .item_name {
  font-weight: 700;
}

.item_news .item_content {
  color: #888;
}

.item_news .new_time {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 3;
  text-align: center;
  padding: 5px;
  background: #fff;
  border: 2px solid #9c2b17;
}

.item_news .new_time span {
  display: block;
  color: #9c2b17;
  text-align: center;
}

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

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

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

.box_tinkhac {
  background: #fcfcfc;
  padding: 20px;
  margin-top: 30px;
}

.box_tinkhac .tieude_other span {
  background: #fcfcfc;
}

.list_tin_khac {
  list-style: none;
}

.list_tin_khac h3 {
  font-size: 14px;
  line-height: 1.4;
}

.list_tin_khac h3 a {
  color: #333;
  transition: 0.4s;
}

.list_tin_khac h3 a span {
  color: #888;
}

.list_tin_khac a:hover {
  color: #9c2b17;
  transition: 0.4s;
  padding-left: 10px;
}

/*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;
}

/*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*/
#about_us_page #gioi-thieu2 {
  padding-bottom: 50px;
}

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

#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: 44px;
  color: var(--primary-color);
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
}

.gt_mota {
  display: block;
  font-size: 1rem;
  color: black;
  margin-bottom: 10px;
}

.gt_noidung {
  text-align: justify;
}

.gt_xemthem a {
  display: inline-block;
  float: right;
  border: 2px solid #fff;
  background: #9c2b17;
  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: #7c2b17;
  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 rgba(156, 43, 23, 1);
	left: 20px;
	right: 20px;
	top: -20px;
	bottom: -20px;
	z-index: 1;
	animation: my 1500ms infinite;
} */

@-webkit-keyframes my {
  0% {
    border-color: #9c2b17;
  }

  50% {
    border-color: #000;
  }

  100% {
    border-color: #9c2b17;
  }
}

@-moz-keyframes my {
  0% {
    border-color: #9c2b17;
  }

  50% {
    border-color: #000;
  }

  100% {
    border-color: #9c2b17;
  }
}

@-o-keyframes my {
  0% {
    border-color: #9c2b17;
  }

  50% {
    border-color: #000;
  }

  100% {
    border-color: #9c2b17;
  }
}

@keyframes my {
  0% {
    border-color: #9c2b17;
  }

  50% {
    border-color: #000;
  }

  100% {
    border-color: #9c2b17;
  }
}

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

.about-us-index .index-title-heading,
#contact_us .form-contact .index-title-heading {
  align-items: start;
  margin-bottom: 0;
}

.about-us-inner {
  display: flex;
}

.about-us-con-img {
  padding: 10px 50px 100px 10px;
  overflow: visible;
  display: flex;
  flex-direction: row;
  position: relative;
}

.about-us-index .about-us-con-img {
  background-image: url(images/bg_about_us.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  /* background-position: 225px 100px;
    background-repeat: no-repeat;
    background-size: auto; */
}

.about-img {
  max-width: 100%;
  margin-block-end: 0;
  min-width: 0;
  position: relative;
}

.about-img:not(:last-child) {
  margin-bottom: 20px;
}

.about-img-1::before {
  content: '';
  position: absolute;
  top: -10px;
  bottom: 0;
  left: -10px;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ececec;
  border-radius: 200px;
  z-index: 3;
}

.about-us-con-img .gt_img {
  height: 100%;
}

.about-us-con-img .gt_img img {
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  border: none;
  box-shadow: none;
}

.about-img-1 .gt_img img {
  border-radius: 200px;
}

.about-img-2 {
  right: 50px;
  bottom: 0;
  position: absolute;
  z-index: 3;
}

.about-img-2::before {
  content: '';
  position: absolute;
  top: -8px;
  bottom: 0;
  left: -8px;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ececec;
  border-radius: 160px;
  z-index: 3;
}

.about-img-2 .gt_img img {
  border-radius: 160px;
}

.about-us-index .about-us-con-content {
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 20px;
  overflow: visible;
  text-align: justify;
}

.about-us-con-content .about-us-title {
  height: 100%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2em;
}

.about-us-con-content .gt_tieude {
}

.about-us-con-content .gt_mota,
.about-us-con-content .gt_noidung {
  color: #616161;
  font-weight: 400;
  line-height: 1.7em;
}

.btn-about-us {
  color: black;
  background-color: white;
  border: 2px solid var(--main-color);
  border-radius: 50px;
}

/*duan*/
#du-an {
  background-color: #f5f5f5;
}

.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 {
  position: relative;
  margin-top: 15px;
}

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

.itemimg {
  background: #f5f5f5;
}

.slider-sub img {
  cursor: pointer;
}

.itemimg img {
  height: 550px;
  max-width: 100%;
}

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

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

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

.item_album {
  position: relative;
  border-radius: 10px;
}

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

.item_album .item_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(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0;
  opacity: 0;
  transition: 0.5s;
  color: #fff;
  text-transform: uppercase;
}

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

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

.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 #ccc;
  border-radius: 18px;
  margin-left: 10px;
  transition: all 0.4s ease;
}

.ul_tab li.act,
.ul_tab li:hover {
  border-color: #9c2b17;
  color: #9c2b17;
  transition: all 0.4s ease;
}

.item_video .item_name {
  margin-top: 15px;
}

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

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

#w_nhantin {
  background-color: #f5f5f5;
  padding: 20px 0px;
}

.ten_nhantin {
  color: #9c2b17;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 1px;
}

.noidung_nhantin {
  font-size: 18px;
  line-height: 28px;
}

.noidung_nhantin {
}

#frm_nhantin #email_nhantin {
  width: 70%;
  float: left;
  height: 50px;
  border-radius: 0;
  border: 0;
  outline: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

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

#frm_nhantin #submit_nhantin {
  width: 30%;
  float: right;
  height: 50px;
}

.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.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: rgba(255, 255, 255, 0.8);
  border: 1px solid #9c2b17;
  color: #9c2b17;
  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 {
  background-color: #9c2b17;
  color: #fff;
  transition: all 0.4s ease-in-out;
}

#theoyeucauindex {
  /* background-color: #999; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

#theoyeucauindex:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0,0,0,0.5); */
  z-index: 1;
}

#theoyeucauindex .container {
  z-index: 2;
  position: relative;
}

#theoyeucauindex .tieude_gc span {
  color: #fff;
}

#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: var(--black);
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

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

#theoyeucauindex .form-control::placeholder {
  color: #444;
}

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

.sizesp {
  display: inline-block;
  padding: 5px 12px;
  font-size: 15px;
  line-height: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #111;
  transition: all 0.3s ease-in-out;
}

.sizesp:hover {
  cursor: pointer;
}

.sizesp.sizesp_active {
  border-color: #9c2b17;
  color: #9c2b17;
  transition: all 0.3s ease-in-out;
}

.item_giasize {
  margin-bottom: 10px;
}

.item_giasize .item_gia {
  float: left;
}

.item_giasize .item_size {
  float: right;
}

.item_size {
  display: flex;
  flex-direction: column;
  position: relative;
}

.item_size span.chon_size {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 14px;
  background: rgba(0, 0, 0, 0.1);
}

.item_size span.chon_size:hover {
  cursor: pointer;
}

.item_size .w_size {
  position: absolute;
  right: 0px;
  bottom: 100%;
  max-width: 200px;
  min-width: 80px;
  z-index: 30;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
  display: none;
}

.item_size .sizesp {
  border: 0;
  padding: 5px 5px;
  display: block;
  background: #fff;
}

.item_size .w_size.active {
  display: block;
}

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

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

#noidung_contact {
  height: 146px;
}

.spbanchay {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
}

.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;
  cursor: pointer;
}

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

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

.item_star {
  color: #f5a623;
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1;
}

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

/* ====================================================== */
.search-option-index {
  margin-bottom: 20px;
}

/* Search-option */
.search-option {
  position: relative;
  /* bottom: 60px; */
  margin-top: -85px;
  z-index: 3;
}

.search-option-index .search-option {
  /* bottom: 0; */
}

/* +option */
.search-option .option {
  display: flex;
  justify-content: center;
}

.search-option .option-item {
  position: relative;
}

.search-option .option-item.active {
  background-color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
}

.search-option .option-item:first-child {
  border-radius: 16px 0 0 0;
}

.search-option .option-item:last-child {
  border-radius: 0 16px 0 0;
  border-right: none;
}

.search-option .option-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 8px;
  grid-gap: 8px;
  gap: 8px;
  width: 180px;
  background-color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.search-option .option-item.active p {
  color: #fff;
}

.search-option .option-item p {
  color: #c6c6c6;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.search-option .option-item.active svg path,
.search-option .option-item.active svg circle {
  stroke: var(--white);
}

/* +search */
.search-option .search {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  /* 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 .search-item {
  display: none;
}

.search-option .search .search-item.active {
  display: block;
}

.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: var(--main-color);
  border-color: var(--main-color);
}

.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-car {
  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 .choose-item input,
.search-option .search-form__item .choose-item p.address {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
}

.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-car-container {
  flex-flow: column;
  gap: 5px;
}

.type-car-container .show {
  display: block;
}

.drop-choose-type-car {
  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-car {
  font-size: 1rem;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
}

.drop-item-type-car:hover {
  background-color: var(--background-color-2);
}

/* ++search xe-co-tai-xe */
.search-option .search .title-wd:first-child {
  margin-top: 8px;
}

.search-option .search .title-wd {
  font-weight: 800;
  padding-left: 20px;
}

.search-option .search .wd-option-form {
  display: flex;
  padding: 12px 20px;
  grid-gap: 40px;
  gap: 40px;
}

.search-option .search .wd-option-form .custom-radio label {
  font-size: 0.875rem;
  margin: 0;
}

.search-option .search .note {
  display: flex;
  align-items: center;
  grid-gap: 2px;
  gap: 2px;
  margin: 0 0 4px 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #767676;
}

.search-option .search .custom-radio {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  width: max-content;
}

.search-option .search .custom-radio input {
  width: max-content;
}

.text-disabled,
.time-choose__item .dropdown-time .custom-radio.disable label {
  color: #dadada !important;
}

.fontWeight-4 {
  font-weight: 400 !important;
}

/* //Search-option */

/* modal custom */
.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: 50px;
  /* 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, 78%);
  /* Black w/ opacity */
}

.modal.fade.in .modal-dialog {
  /* opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); */
}

.modal.fade .modal-dialog {
  /* transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out; */
}

.modal.fade .modal-dialog {
  /* opacity: 0; */
  /* -webkit-transform: scale(.5);
  transform: scale(.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;
}
.thanhphamkh {
  background-color: #000;
  border-radius: 8px;
  opacity: 75%;
  padding: 10px 20px 10px 20px;
}
#modalProductMotaGuest {
  text-align: left;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 570px !important;
  }
}

@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 1200px !important;
  }
}

.modal-content {
  position: relative;
  background-color: transparent !important;
  margin: 0 auto;
  width: 100%;
  border: none !important;
  padding: 0px !important;
  height: 100%;
  margin-top: 5%;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: 0rem 0rem -1rem auto !important;
}

.modal-dialog.modal-fix .modal-content .modal-header {
  padding-bottom: 40px;
  padding-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--border-color);
  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 var(--border-color);
  position: absolute;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 0.5;
  color: white;
  background: black;
  top: -8px;
  right: 0;
  padding: 10px;
  z-index: 1;
}

.modal.in .close {
  opacity: 1;
}

.modal-header {
  border-bottom: 0 !important;
  padding: 0 !important;
}

.modal-content .modal-header .close:hover {
  color: var(--danger-color);
  border: 1px solid var(--danger-color);
}

.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 var(--border-color);
  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;
}

input[type='radio']:checked {
  background-color: var(--extra-color);
  /* Màu nền khi chọn */
  border: 2px solid var(--extra-color);
  /* Màu viền khi chọn */
}

/* #search_ajax, #search_ajax2 */
.search-ajax-suggest {
  display: none;
}

/* #search_ajax .location-item,
#search_ajax2 .location-item */
.search-ajax-suggest .location-item {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  padding: 8px 16px;
  cursor: pointer;
}

/* #search_ajax .location-item:hover,
#search_ajax2 .location-item:hover */
.search-ajax-suggest .location-item:hover {
  background: #f6f6f6;
  color: #0075bd;
}

.search-suggest .box-container {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--border-color);
  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 var(--border-color);
  padding: 6px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
}

input:focus-visible,
input:focus {
  outline: none;
}

.calendar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 50px; */
}

#calendar,
.calendar-mul-container {
  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,
.calendar-mul-container .ui-widget.ui-widget-content {
  border: 1px solid #e5e5e5;
  width: 100% !important;
}

#calendar .ui-datepicker-multi-2 .ui-datepicker-group,
.calendar-mul-container .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
  padding: 0 13px;
}

#calendar .ui-datepicker .ui-datepicker-header,
.calendar-mul-container .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,
.calendar-mul-container .ui-datepicker-prev,
.calendar-mul-container .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,
.calendar-mul-container tr {
  border: none;
}

#calendar .ui-datepicker th,
.calendar-mul-container .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,
.calendar-mul-container .ui-state-default,
.calendar-mul-container .ui-widget-content .ui-state-default {
  border: none;
  background: #fff;
  font-weight: 600;
  color: #454545;
  text-align: center;
}

.calendar-mul-container .ui-state-default {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

#calendar_rent_car .ui-datepicker td {
  width: 40px;
  height: 40px;
}

.price-in-calendar {
  font-size: 8px;
  font-weight: normal;
}

.ui-datepicker td a p {
  margin: 0;
}

.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 var(--border-color);
  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 var(--border-color);
  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;
}

.note-datetime-end-xctx {
  font-size: 0.75rem;
}

.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 var(--border-color);
  padding: 16px 24px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: -1px -5px 29px rgba(0, 0, 0, 0.1);
}

.modal-footer .info-time {
  display: flex;
  grid-gap: 8px;
  gap: 8px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.modal-footer .info-time__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal-footer .info-time__item .time {
  font-weight: 600;
  margin: 0;
}

.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: var(--main-color);
  /* 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: var(--second-bg-color);
  /* box-shadow: 0 8px 24px 12px rgba(0, 0, 0, .08), 0 20px 24px -4px rgba(0, 0, 0, .08); */
  color: white !important;
  border: none;
}

#calendar .ui-widget-content .dp-highlight .ui-state-default,
.calendar-mul-container .ui-widget-content .dp-highlight .ui-state-default {
  background: var(--second-bg-color);
  color: var(--white);
}

.calendar-mul-container
  .ui-widget-content
  .dp-highlight-booked
  .ui-state-default {
  /* background: var(--second-bg-color); */
  color: var(--primary-hover-color);
}

a.disabled {
  opacity: 0.5;
  /* Example: reduce opacity */
  pointer-events: none;
  /* Example: disable pointer events */
  color: #000;
}

.disabled {
  background-color: var(--border-color) !important;
  background-image: var(--border-color) !important;
  border-color: var(--border-color) !important;
  cursor: auto !important;
  pointer-events: none !important;
}

.tienich-content {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.item-tienich {
  display: flex;
}

.item-tienich .info-tienich {
  flex: 6;
}

.item-tienich .controls {
  flex: 4;
}

.tienich-content .item-tienich {
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}

.info-tienich__item .name-tienich,
.info-tienich__item .total,
.sub-title-info-modal {
  font-size: 1rem;
  font-weight: 600;
}

.info-tienich__item .total-price,
#total_widget {
  color: var(--extra-color);
}

.info-tienich-dachon {
  display: none;
  /* flex-direction: column; */
}

#modal_info_rent_car .item-content .item__info {
  grid-gap: 12px;
  gap: 12px;
  align-items: center;
}

#modal_info_rent_car .item__info .info-name {
  font-weight: 600;
}

#modal_info_rent_car .info-container .info__item {
  border-bottom: 1px solid var(--border-color);
  padding: 10px 0;
}

.tienich-selected__detail,
#modal_info_rent_car .price-container {
  background: var(--background-color-2);
  margin: 0 20px 10px;
  width: 100%;
}

.tienich-selected__detail .tongket-tienich {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

#modal_info_rent_car .price-container {
  display: flex !important;
  margin: 0;
}

.price_xctx_tamtinh {
  color: var(--primary-color);
  font-weight: 600;
}

p#id_p_address_car {
  max-width: 95%;
}

.box-xtl-container {
  gap: 15px;
  align-items: center;
}

.btn-box-seach-option {
  width: fit-content;
  margin: 0;
}

/* modal custom */

/* 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: var(--border-color);
  border-color: var(--border-color);
  cursor: auto;
}

.modal-add-promotion .add-promotion__detail,
#modal_info_rent_car .tienich-selected__detail,
#modal_info_rent_car .price-container {
  display: flex;
  grid-gap: 10px;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  padding: 16px 12px;
  border: 1px solid var(--border-color);
  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 {
}

/* //--magiamgia */

/* tab index product */
.product-index-tabs-heading {
  width: fit-content;
  margin: 0 auto;
  background-color: var(--background-color-2);
  padding: 15px;
  border-radius: 100px;
  display: flex;
  /* flex-basis: initial; */
  flex-direction: row;
  /* flex-shrink: 0; */
  justify-content: center;
  gap: 25px;
  overflow-x: initial;
  flex-wrap: wrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.product-index-tabs-heading button:focus {
  outline: none;
}

.f-r-tab-title {
  line-height: 1.1em;
  background-color: white;
  border-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
  border-radius: 100px;
  position: relative;
  /* flex-basis: content; */
  /* flex-grow: initial; */
  padding: 15px 30px;
}

.f-r-tab-title.active,
.f-r-tab-title:hover {
  color: white;
  background-color: var(--second-bg-color);
  font-weight: 600;
}

.f-r-tab-title-text {
  font-size: 1rem;
  text-align: center;
}

.single-popular-car-rent-per-day {
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 14px;
  color: rgb(106, 106, 106);
  line-height: 30px;
  font-weight: 400;
  padding: 9px 10px 5px;
  text-transform: capitalize;
  background-color: rgb(255, 255, 255);
  border-radius: 90px;
}

.single-popular-car-text {
  font-size: 0.875rem;
  line-height: 26px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* Số dòng bạn muốn hiển thị */
  text-overflow: ellipsis;
}

/* //--tab index product */

/* địa điểm nổi bật */
.sl_diadiemnoibat .card {
  border-radius: 10px;
}

.sl_diadiemnoibat figure {
  margin: 0;
}

.sl_diadiemnoibat img {
  border-radius: 10px 10px 0 0;
}

.sl_diadiemnoibat .card-title {
  font-weight: 600;
  font-size: 1.125rem;
}

.sl_diadiemnoibat .card-content span {
  color: var(--primary-color);
}

.sl_diadiemnoibat .btn-timxe {
  border-radius: 5px;
  border: 1px solid var(--primary-bg-color);
  padding: 10px;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 600;
  width: 80px;
  font-size: 0.85rem;
}

.sl_diadiemnoibat .slick-arrow,
.sl_sanbay .slick-arrow,
.sl_hangxe .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 99px;
  border: 1px solid #d8dae5;
  background-color: #f6f6f6;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  background-image: url(images/arrow-left.png);
}

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

.sl_diadiemnoibat .slick-arrow.slick-next {
  /* background-image: url(images/arrow-right.png); */
  right: -10px;
}

/* .diadiemnoibat.sanbay-container {display: flex;} */
.sanbay-container .airport-head {
  font-size: 2rem;
  font-weight: 800;
  display: flex;
  align-items: center;
}

.sanbay-container .airport-content {
}

.airport-content .airport-item,
.hangxe-container .hangxe-item {
  padding: 16px 0;
  border-radius: 20px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.airport-item .fix-img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-bottom: 16px;
  padding-bottom: 0;
}

.airport-item .fix-img img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.airport-item p {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.airport-item span {
  margin-top: 16px;
  font-weight: 500;
}

/* //--địa điểm nổi bật */
/* hướng dẫn thuê xe */
#index_services {
  padding-bottom: 30px;
}

.huongdanthuexe-container .item-tutorial {
  padding: 0 15px 30px;
}

.huongdanthuexe-container .tutorial-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: white;
  box-shadow: -2px 0px 0px 0px rgba(255, 255, 255, 0);
  border-radius: 30px;
  border: 1px solid var(--border-color-2);
  height: 100%;
  padding: 15px;
  gap: 10px;
}

.huongdanthuexe-container .tutorial-item__img {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
}

.tutorial-item__img img {
  width: 150px;
  height: 150px;
}

.tutorial-item__content {
  text-align: left;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.5rem;
  flex: 1;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.tutorial-item .step {
  margin-right: 8px;
}

.tutorial-item__content .step::before {
  content: '';
  position: absolute;
  top: -23px;
  left: 0;
  background-color: var(--extra-color);
  opacity: 10%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  z-index: 0;
  transition: all 0.4s ease-in-out;
}

.tutorial-item__content .title {
  text-transform: capitalize;
}

.tutorial-item__content .des {
  font-size: 0.75rem;
  color: var(--third-color);
  font-weight: 500;
}

/* //--hướng dẫn thuê xe */

/* qa */
.index-qa-container {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.index-qa-container .qa-bg {
  display: flex;
  justify-content: center;
  position: relative;
  flex: 1;
}

.qa-bg .qa-bg-img {
  width: var(--container-widget-width, 46%);
  max-width: 46%;
  --container-widget-width: 46%;
  --container-widget-flex-grow: 0;
}

.qa-bg .qa-bg-img img {
  -webkit-mask-image: url(images/fa5.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}

.qa-bg .qa-bg-img-abs {
  position: absolute;
  max-width: 100%;
  top: 50%;
  z-index: 10;
  min-width: 0;
  transform: translateY(-50%);
}

.qa-bg .qa-bg-img-abs img {
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.index-qa-container .qa-container {
  flex: 1;
}

.qa-item {
  max-width: 790px;
  background: white;
}

.qa-item button {
  border: none;
  min-height: 3rem;
  outline: none;
}

.qa-item button span {
  font-weight: 600;
  line-height: 1rem;
  font-size: 1rem;
}

.qa-content {
  display: none;
}

/* //--qa */

/* form rent car */
.rent-box {
  padding: 16px 24px;
  background: var(--background-color-2);
  border: 1px solid #f4f4f4;
  border-radius: 10px;
  /* margin-bottom: 5%; */
}

.price_sale .noidung_khuyenmai {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.price_sale .noidung_khuyenmai .gia_goc {
  font-weight: 600;
  text-decoration: line-through;
  color: #c6c6c6;
  padding-right: 10px;
  margin: 0;
}

.price_sale .noidung_khuyenmai .tag-item,
.item-phantram {
  background: #f26a2b;
  color: #fff;
  padding: 2px 13px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 500;
  /* margin: 0 8px 8px 0; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1%;
}

.price_sale h4 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 15px;
}

.tieude-combo {
  font-size: 1rem;
  font-weight: bold;
  color: black;
  display: inline-block;
}

.choose-combo .select-swap {
}

.swatch-element {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 5px;
}

.swatch-element .variant-0 {
  width: auto;
  display: none;
}

.swatch-element .sd {
  position: relative;
  cursor: pointer;
  float: left;
  margin: 0;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  /* line-height: 30px; */
  white-space: nowrap;
  text-transform: uppercase;
  display: flex;
}

.custom-radio2 {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.sd .custom-radio2 {
  width: 15px;
  height: 15px;
}

/* Hiệu ứng khi radio button được chọn */
input[type='radio']:checked + .custom-radio2 {
  background-color: var(--extra-color);
  /* Màu khi được chọn */
  border-color: var(--extra-color);
  /* Màu viền khi được chọn */
}

/* Tạo điểm giữa cho radio button */
.custom-radio2::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  /* background-color: white; Màu điểm bên trong */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s;
  opacity: 0;
}

input[type='radio']:checked + .custom-radio2::after {
  opacity: 1;
  content: '✓';
  /* Dấu tick */
  /* transform: translate(-50%, -50%) scale(1); */
  color: var(--white);
  transform: translate(-50%, -100%) scale(1);
}

/* thông tin chọn thuê */
.choose-date-rent-car {
  border: 1px solid var(--border-color);
  position: relative;
  display: flex;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 12px;
}

.choose-date-rent-car .info_rent_car {
  width: 50%;
  padding: 12px;
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  gap: 8px;
  cursor: pointer;
}

.choose-date-rent-car .info_rent_car span {
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}

.choose-date-rent-car .date_rent {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-weight: 600;
}

.line {
  border-right: 1px solid var(--border-color);
}

.info_rent_car .date_rent span {
  font-weight: 700;
}

.warring_detail {
  display: flex;
  align-items: center;
}

.warring_detail p {
  color: #f04438;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 13px;
}

.car_delivery .tieude_car_delivery {
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
}

.car_delivery .name_car_delivery {
  font-weight: 600;
  color: #000;
  font-size: 1.1rem;
}

.car_delivery .note_car_delivery {
  font-size: 0.75rem;
  font-weight: 400;
  color: #767676;
  margin-bottom: 0;
}

.car_delivery {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  gap: 5px;
  padding: 12px;
  border: 1px solid var(--border-color);
  background: #fff;
  border-radius: 10px;
  margin-bottom: 16px;
}

.contact-detail-product {
  display: none;
}

.order-price {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  gap: 8px;
  padding-top: 16px;
}

.order-price .price_item,
.program_sale {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.df-align-center {
  display: flex !important;
  align-items: center !important;
}

.df-align-center p {
  align-items: center;
  margin-top: auto;
  margin-bottom: 0px;
  padding: 0px 10px 0px 0px;
}

.cost_item span {
  color: #000;
  font-weight: 600;
}

.name-coupon-selected {
  gap: 5px;
  font-weight: 600;
}

.total_price_1 .thanhtien {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.total_price_1 .thanhtien p {
  font-size: 17px;
  font-weight: 700;
}

.button.btn_thanhtoan {
  width: 100%;
  background-color: var(--main-color);
  background-image: var(--gradient-bg-color);
  /* background-color: var(--border-color); */
  border: none;
  color: white;
  padding: 20px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-color: #ffffff;
  font-weight: 700;
  border-radius: 10px;
}

.button.btn_thanhtoan:hover {
  background-color: #79d799;
}

.list-product {
  padding-top: 100px;
}

/* //--form rent car */

.btn-custom {
  color: #fff;
  border-radius: 30px;
  background: var(--extra-color);
  /* background-image: linear-gradient(3.141592653589793rad, rgb(0 159 255), rgba(7, 112, 205, 1)); */
  font-size: 16px;
  text-transform: capitalize;
}

.mota-tieude-index {
  text-align: center;
  color: #333;
  margin: 0 auto 20px;
  font-weight: 500;
  max-width: 620px;
  font-size: 1rem;
}

.capitalize-first-letter::first-letter {
  text-transform: uppercase;
}

.section-bg {
  overflow: hidden;
  width: 100%;
}

.fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
}

.bg-fill {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50%;
}

.bg-color {
  background-color: var(--background-color-2);
  border-radius: 46px;
  margin: 0 50px;
}

.text-custom-m {
  color: var(--main-color) !important;
}

.text-custom-e {
  color: var(--extra-color) !important;
}

.btn-custom-m {
  background-color: var(--main-color);
  color: white;
}

.btn-custom-m:hover {
  background-color: var(--main-hover-color);
}

.badge-main-color {
  color: #fff;
  background-color: #236633;
}

/* ====================================================== */

@media only screen and (max-width: 1820px) {
  .bg-section {
    width: calc(100% - 100px);
    margin: 0 50px 50px;
  }
}

@media only screen and (max-width: 1366px) {
  .bg-section {
    width: calc(100% - 40px);
    margin: 0 20px 50px;
  }
}

@media only screen and (max-width: 1282px) {
  #tieude_danhmuc_menu .fa-caret-down {
    opacity: 0;
  }

  .itemimg img {
    height: 450px;
  }

  .bg-color {
    margin: 0 20px;
  }
}

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

@media only screen and (max-width: 1025px) {
  #search {
    width: 200px;
  }

  .mobi_none {
    display: none;
  }

  .main_nav {
    margin-right: 30px;
  }

  .bg-section {
    padding: 40px 0 0;
  }

  .bg-color {
    border-radius: 0;
    padding: 50px 10px;
    margin: 0;
  }

  .index-qa-container {
    flex-direction: column;
  }

  .index-qa-container .qa-container {
    width: 100%;
  }

  .index-qa-container .qa-bg {
    order: 2;
  }

  .qa-item {
    max-width: 100%;
  }
}
.menu-item1.active .danhmuc_01 img,
.menu-item1.active .danhmuc_01 svg {
  background-color: #33864a;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 992px) {
  .background {
    display: none !important ;
  }
  #donhang_ht {
    width: 80%;
  }

  .itemimg img {
    height: 350px;
  }

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

  .shop_cart .num-cart {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

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

  .item_sanpham .item_button .cart {
    width: 100%;
  }

  .item_sanpham .item_button .cart button {
    padding: 4px 2px;
  }

  .item .item_name,
  .item .item_name a {
    font-size: 1rem;
  }

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

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

  .colx4 {
    width: 50% !important;
  }

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

  .main_nav,
  .top_head {
    display: none;
  }

  div#header.fixed .logo_head img {
    height: 40px !important;
  }

  #tieude_danhmuc_menu {
    display: none;
  }

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

  .main_nav,
  .info-head {
    display: none;
  }

  .div_slider {
    width: 100% !important;
    float: unset;
    height: auto !important;
  }

  .w_dichvu {
    padding: 60px 0px;
  }

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

  .footer_bottom {
    margin-bottom: 45px;
  }

  .copy2 {
    text-align: center;
    margin-top: 10px;
  }

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

  .news_index {
    margin-bottom: 20px;
  }

  .logo_head {
    margin-top: 0px;
  }

  .soluongsp {
    width: 70px;
  }

  .menu-nav-header .h-ngonngu {
    display: flex;
  }
  .h-ngonngu img {
    margin-left: 10px;
    height: 25px;
  }

  .search-option .search {
    margin: 0 auto;
  }

  .menu-nav-header .icon_group_menu {
    /* top: calc(50% - 19px);
		right: 5px; */
    background: transparent !important;
    position: absolute;
    line-height: 40px;
  }

  .bg-section {
    width: 100%;
    margin: 0;
  }

  .bg-section,
  .bg-section .section-bg.bg-loaded,
  .bg-section .section-bg-overlay {
    border-radius: 0;
  }

  .footer-container .item-footer-logo {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .footer-container .item-footer {
    margin-bottom: 20px;
  }
  .vechungtoi::before {
    background-color: #f0f0f0 !important ;
  }
  .vechungtoi .w-c-u-container > div {
    flex: auto;
  }

  .w-c-u-container {
    justify-content: center;
    flex-wrap: wrap;
  }

  .w-c-u-container-img {
    order: 3;
    width: 60%;
    display: flex;
    justify-content: center;
  }

  .w-c-u-container-left,
  .w-c-u-container-right {
    width: calc(50% - 15px);
    gap: 25px;
  }

  .item-img-wcu img.img-wcu-abs {
    width: auto;
  }

  .box-info-product {
    order: 2;
  }

  .box-rent-product {
    margin-bottom: 30px;
  }
}
.banner_mobi {
  display: none;
}
.logo_banner_mobi {
  display: none;
}
@media only screen and (max-width: 768px) {
  .banner_pos_mobi {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .logo_banner_mobi {
    display: block;
  }
  .banner_mobi {
    position: relative;
    overflow: hidden;
  }

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

  .image_banner_mobi img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .qr-menu-button {
    position: absolute;
    padding: 9px 9px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 15px;
    font-size: 10px;
    cursor: pointer;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-sizing: border-box;
  }
  .qr-menu-button a {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .top-right-menu {
    position: fixed;
    padding: 7px 4px;
    background-color: rgb(238 227 227 / 50%);
    color: white;
    border-radius: 15px;
    font-size: 10px;
    cursor: pointer;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-sizing: border-box;
    z-index: 999;
  }
  .language-switch {
    position: absolute;
    padding: 9px 9px;
    background-color: white;
    color: #222;
    border-radius: 5px 0px 0px 4px;
    font-size: 10px;
    cursor: pointer;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-sizing: border-box;
  }
  .qr-menu-button {
    top: 20px;
    left: 20px;
  }

  .top-right-menu {
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .icon_order_menu img {
    width: 32px;
  }
  .dots-icon {
    font-size: 24px;
    line-height: 1;
  }

  .notification-count {
    background-color: #09613b;
    color: white;
    padding: 0px 4.5px;
    border-radius: 12px;
    position: relative;
    top: -8px;
    right: 5px;
  }

  .logo_banner_mobi {
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 400px;
    padding: 3px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    z-index: 10;
  }

  .logo_banner_mobi img {
    width: 80px;
    height: auto;
    display: block;
  }
  .language-switch {
    bottom: 70px;
    right: 0px;
    display: flex;
    gap: 5px;
    font-weight: bold;
    font-size: 10px;
    padding: 4px 12px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(1px);
    min-width: 95px;
    justify-content: center;
    align-items: center;
  }

  .language-switch a {
    font-size: 18px;
    font-weight: 300;
    color: #444 !important;
  }

  .language-switch .lang-vn.active,
  .language-switch .lang-en.active {
    color: #222 !important;
    font-weight: 800;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  }

  .language-switch span {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }

  .language-switch .active {
    opacity: 1;
  }
  .banner_mobi {
    display: block !important;
  }
  #header {
    display: none;
  }
  .modal-body {
    padding: 10px 15px 10px 9px !important;
  }
  div#header {
    height: 86px !important;
  }

  .tieude_page {
    margin: 0;
  }

  .info_product,
  .zoom_slick {
    width: 100% !important;
  }

  .search-option .option-item {
    width: calc(33.33333% - 20px);
    justify-content: center;
  }

  .tutorial-item__content {
    font-size: 1rem;
  }

  div#tabs {
    order: 2;
  }

  .search-form.wd {
    flex-wrap: wrap;
  }

  .search-form.wd form {
    width: 100%;
  }

  .search-form.wd #a_search_car_xecotaixe {
    width: 100%;
    margin: auto;
  }

  .item-footer-ql {
    padding-left: 15px;
  }

  .vechungtoi .w-c-u-container > div {
    width: 100%;
  }

  #contact_us .form-contact .index-title-heading {
    align-items: center;
  }

  .form-contact {
    padding-left: 15px;
  }

  #contact_us .x_map {
    padding: 0;
  }
}
.menu-item h6 {
  font-size: 18px;
  font-weight: 600;
}
.tieude_page.text-center {
  display: block;
}
.input-group-prepend {
  display: block;
}
@media only screen and (max-width: 600px) {
  .input-group-prepend {
    display: none;
  }
  .tieude_page.text-center {
    display: none;
  }
  .box_account {
    padding: 13px 10px 5px 10px !important;
    border-radius: 15px;
  }
  /* Căn giữa box_account */
  .box_account.act {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 20px;
  }

  .box_account .form {
    background: #fff;
    max-width: 400px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
  }

  .tieude_page {
    font-size: 18px;
    font-weight: bold;
    padding: 12px 0;
    background: #fff;
    text-align: center;
    border-radius: 12px 12px 0 0;
    border: 1px solid #ccc;
    border-bottom: none;
    margin-bottom: 0;
  }

  .box_account .form-group {
    margin-bottom: 8px !important;
  }

  /* Label */
  .form-group label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
  }

  /* Nhóm input */
  .input-group {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    background: #f9f9f9;
    position: relative;
  }

  .input-group-text {
    border: none;
    background: transparent;
  }

  /* Input chính */
  .form-control {
    flex: 1;
    border: none;
    padding: 10px;
    outline: none;
    background: white;
  }

  /* Icon hiện/ẩn password */
  .show_pass {
    position: absolute;
    right: 12px;
    top: 50%;
    cursor: pointer;
    color: #666;
  }

  /* Nút đăng nhập */
  .fix-button {
    width: 30% !important;
    padding: 10px;
    background: #004d2a;
    border: none;
    color: white;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
    font-size: 12px;
  }

  .fix-button:hover {
    background: #00693f;
  }

  .menu_2_name {
    margin-top: auto !important;
  }
  .menu-item1.active .arrow_1 {
    display: none !important;
  }
  .col-lg-6:first-child .note_mucdocay {
    order: -1;
  }
  .modal-dialog {
    margin: 0 !important;
  }
  .modal-open .modal {
    padding-top: 0px !important;
  }
  .modal-dialog.modal-dialog-centered {
    text-align: center;
    justify-content: center;
    align-items: center !important;
  }
  .modal-title {
    font-size: 17px !important;
  }
  #modalProductPriceGues {
    font-size: 20px !important;
  }

  .dropdown {
    top: 18px !important;
  }
  #current-language img {
    width: 35px !important;
    height: 22px !important;
  }
  .dropdown a img {
    width: 35px !important;
    height: 20px !important;
  }
  .vechungtoi {
    min-height: auto;
    margin-bottom: 300px;
  }
  #search {
    display: none;
  }
  .modal-open #search_mobi {
    /* opacity: 0.5;
		pointer-events: none; 
		background-color: rgb(0 0 0 / 0%) !important; */
    /* display: none !important;  */
  }
  .modal-open #search_mobi input {
    /* background-color: rgb(255 240 240 / 15%) !important; */
  }
  #search_mobi {
    width: 100%;
    position: fixed;
    padding: 10px 40px 10px 40px !important;
    border-top: none !important;
    display: block !important;
    background: #f0f0f0 !important;
    z-index: 3;
  }
  #search_mobi input {
    width: 100%;
    border-radius: 8px;
    background-color: white;
    color: #236633;
    /* border: 1px solid #236633; */
    padding: 8px 15px;
  }
  #search_mobi i {
    position: absolute;
    top: 23px;
    right: 50px !important;
    color: #236633;
  }
  .next-arrow {
    right: 11px;
  }

  .next-arrow {
    right: 11px;
  }

  .menu-item {
    /*border-radius: 0px !important;*/
  }

  #search {
    border-radius: 10px !important;
  }

  .menu_main.sticky {
    height: auto !important;
  }

  div#header.fixed .logo_head img {
    height: 75px !important;
  }
  .left_header {
    gap: 2px !important;
  }

  .menu-item {
    padding: 0 !important;
    /*background: transparent !important;*/
    margin-bottom: 0px !important;
  }

  .menu-item h6 {
    font-size: 15px;
    font-weight: 700;
    text-align: center !important;
    margin-bottom: 0px !important;
    padding: 5px 7px;
  }
  .size-label {
    margin-right: 0px !important;

    min-width: auto !important;
  }
  .size-price-row {
    gap: 10px;
  }
  .menu-item p {
    text-align: left !important;
  }

  .sidebar {
    padding: 10px 10px 10px 10px !important;
  }

  .menu-category button.active {
    background-color: #c99c43 !important;
    color: #0e0d0d !important;
  }

  .menu-item1.active {
    background-color: transparent !important;
    color: #000 !important;
  }

  .menu-item1 {
    margin-bottom: 0px !important;
  }

  .sidebar {
    background: transparent !important;
  }

  .menu-category button {
    padding: 4px 5px 4px 5px !important;
    margin-bottom: 10px !important;
    border-radius: 10px !important;
  }

  .menu-category {
    /* display: flex;
			gap: 14px; */
    /* display: grid; */
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .menu-item1 .danhmuc_01 img {
    margin-bottom: 7px !important;
  }

  .menu-section p {
    margin-bottom: 0px;
  }

  .menu-item1 {
    padding: 5px 5px 3px 5px !important;
    background: transparent !important;
  }

  .container.mt-4 {
    margin-top: 3.5rem !important;
  }

  .menu-section {
    display: flex;
    gap: 6px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .logo_head {
    text-align: left;
  }

  #search {
    width: 380px;
  }

  .menu-nav-header .icon_group_menu {
    top: calc(100% - -9px);
    /* right: 6px; */
    background: transparent !important;
    position: absolute;
    line-height: 40px;
    /* margin-bottom: 48px; */
  }

  div#header {
    box-shadow: none !important;
  }

  .menu-nav-header {
    text-align: left !important;
  }

  .logo_head img {
    margin: 5px 5px 5px 5px;
    height: 75px;
  }

  .itemimg img {
    height: 250px;
  }

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

  .div_breadcrumb .breadcrumb .container {
    padding: 0;
  }

  .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;
	} */

  .vechungtoi_item {
    padding: 15px 0px;
  }

  #theoyeucauindex .content {
    width: 100%;
  }

  .a_baogia a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #frm_nhantin #submit_nhantin {
    padding: 8px;
    font-size: 14px;
  }

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

  .logo_footer,
  .ten_nhantin,
  .noidung_nhantin {
    text-align: center;
  }

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

  #content_left {
    display: block !important;
  }

  .info_product .product-qty {
    flex-direction: column;
  }

  .info_product .product-qty .cart {
    margin-top: 10px;
  }

  .info_product .cart {
    margin-left: 0;
  }

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

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

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

  .controls .fa-minus,
  .controls .fa-plus {
    width: 70px !important;
  }

  .controls input {
    width: calc(100% - 140px) !important;
  }
}

@media only screen and (max-width: 575px) {
  .search-option .option-item {
    flex-direction: column;
    grid-gap: 0;
    gap: 0;
    padding: 8px 0;
  }

  .tutorial-item__img img {
    width: 168px;
    height: 168px;
  }

  .about-img-1 .gt_img img {
    width: 100%;
    max-width: 250px !important;
  }

  .about-img-2 {
    right: 10px;
  }

  .about-img-2 .gt_img img {
    width: 100%;
    max-width: 200px !important;
  }

  .f-r-tab-title {
    padding: 10px 20px;
  }

  .product-index-tabs-heading {
    gap: 15px;
  }

  .search-option .option-item p,
  .search-option .search .search-form.sd .btn,
  .f-r-tab-title-text,
  #index_testimonials .tenkhach_ykien .name,
  .search-option .search-form a.btn,
  .search-option .search-form button.btn,
  .vechungtoi_item p,
  .single-popular-car-text,
  .item_sanpham .item_info .item__info p {
    font-size: 12px;
  }

  .mota-tieude-index,
  .qa-item button span,
  #theoyeucauindex .form-control,
  .search-option .search .title-wd,
  .vechungtoi_item .h3,
  .info-team .position,
  .item-contact .des {
    font-size: 14px;
  }

  #index_testimonials .tenkhach_ykien .name {
    font-size: 1rem;
  }

  .index-title-heading .title-detail .title-main {
    font-size: 20px;
  }

  .item-contact .name {
    font-size: 25px;
  }
}

@media only screen and (max-width: 425px) {
  #donhang_ht {
    width: 100%;
  }

  .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: 16px;
    line-height: 18px;
  }

  .colx4 {
    width: 100% !important;
  }

  .colx3 {
    width: 50% !important;
  }
}

@media only screen and (max-width: 380px) {
}

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

  #tabs .nav-link {
    font-size: 14px;
  }
}

@media only screen and (max-width: 330px) {
  #tabs .nav-link {
    font-size: 12px;
    line-height: 16px;
    padding: 0.5rem;
  }
}

/* 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) {
  .about-us-con-img {
    width: 50%;
    padding: 10px 10px 70px 20px;
  }

  .about-us-con-content {
    margin: 10px 0 0;
  }

  .search-option .search {
    max-width: 720px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .search-option .search {
    max-width: 960px;
  }
}

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

  .search-option .search {
    max-width: 1200px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1500px) {
}

@media (max-width: 1500px) {
  .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-car {
    position: relative;
    top: 0;
    max-width: 90%;
    width: 90%;
  }
}

@media (max-width: 1200px) {
  .search-option .search .search-form.box-xtl-container {
    flex-wrap: wrap;
    gap: 0;
  }

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

@media (max-width: 760px) {
  .search-option .search .search-form__item {
    padding-bottom: 4px;
    border-bottom: 1px solid var(--border-color);
  }

  .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-car {
    font-size: 0.85rem;
    overflow: hidden;
  }

  .search-option .search-form.cs .search-form__item {
    border: none;
  }
}

/* sanpham */
.sidebar {
  background: #d2dbc8;
  padding: 20px;
  border-radius: 10px;
}

.mt-4 {
  margin-bottom: 5%;
}
@media (max-width: 430px) {
  .menu-category button {
    width: auto !important;
  }

  /* Chỉnh kích thước container để hiển thị đủ 4 nút */
  .scroll-content {
    display: flex;
    /* gap: 10px; */
    width: max-content;
  }

  .menu-category button {
    min-width: 87px !important;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .menu-category button {
    min-width: 78px !important;
    width: auto !important;
  }
}
.menu-category button {
  outline: none;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 20px;
  border: none;
  padding: 10px;
  background: white;
  transition: 0.3s;
}

.menu-category button.active,
.menu-category button:hover {
  background: #c99c43;
  color: white;
}

.menu-item1 {
  border-radius: 10px;
  overflow: hidden;
  /* background: white; */
  padding: 10px 11px 3px 10px;
  text-align: center;
  /* margin-bottom: 10%; */
}

.menu-item1 .danhmuc_01 img,
.menu-item1 .danhmuc_01 object,
.menu-item1 .danhmuc_01 iframe,
.menu-item1 .danhmuc_01 svg {
  width: 60%;
  border-radius: 10px;

  margin-bottom: 15px;
}
.menu-item1 .danhmuc_01 svg {
  height: auto;
  background-color: #fff;
}
.svg-coloractive > *,
.menu-item1.active .danhmuc_01 svg > * {
  fill: #c99c43;
}

.menu-item {
  border-radius: 10px;
  overflow: hidden;
  background: white;
  padding: 10px;
  text-align: center;
  margin-bottom: 10%;
}

.menu-item img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.menu-item .price {
  /* font-weight: bold; */
  color: black;
}

/* .menu-item1:hover {
    background-color: #236633; 
} */

/* .menu-item1:hover p {
    color: white; 
} */

/* .menu-item1:hover img {
    transform: scale(1.05); 
} */
.menu-category button.active {
  background-color: #007bff;
  color: white;
}

.menu-item1.active {
  /* background-color: #236633; */

  color: rgb(3, 3, 3);
  /* filter: sepia(100%) hue-rotate(68deg) saturate(100%); */
}

.menu-category button.active {
  background-color: #c99c43;
  /* Màu xanh */
  color: white;
}

/* Các CSS khác của bạn */

.fa-user {
  font-size: 30px !important;
  color: white !important;
}

/* Hiển thị sản phẩm */
.menu-item {
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.menu-item:hover {
  /* transform: scale(1.03); */
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.menu-item img {
  transition: transform 0.5s ease-in-out;
  border-radius: 10px;
}

/* .menu-item:hover img {
	transform: scale(1.00);
} */

.modal-dialog-centered {
  align-items: flex-start !important;
}

.container.mt-4 {
  height: auto;
  margin-bottom: 0 !important;
}

.left_header {
  display: flex;
  align-items: center;
  gap: 20px;
}
.right_header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.solgan p {
  color: #f7f6f0;
  font-weight: 700;
  font-size: 19px;
  font-style: italic;
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 1024px) {
  /* .menu-section {
		position: fixed;
		width: 150px !important;
	} */
}

@media only screen and (max-width: 992px) {
}

.menu-section {
  position: fixed;
  width: 180px;
}

.sidebar {
  position: fixed;
  width: 150px;
}

.menu-section {
  max-height: 461px;
}

.sidebar {
  max-height: 535px;
}

.menu-section,
.sidebar {
  overflow-y: scroll;
  /* Cho phép cuộn dọc */
  scrollbar-width: none;
  /* Ẩn thanh cuộn trên Firefox */
  -ms-overflow-style: none;
  /* Ẩn thanh cuộn trên IE/Edge */
}

.menu-section::-webkit-scrollbar,
.sidebar::-webkit-scrollbar {
  display: none;
}
.icon-box img {
  border-radius: 5px;
  background: white;
}

@media (max-width: 768px) {
  #sanPham {
    display: none;
  }
  .menu-item:hover {
    box-shadow: none !important;
  }
  /* Áp dụng cho màn hình nhỏ */
  .menu-section {
    /* position: static !important; */
    width: 100% !important;
    padding: 10px 10px;
  }
  .menu-item1.active img {
    background-color: #33864a;
  }
  .icon-box img {
    border-radius: 5px;
    background: #f6f7f2;
  }
  .sidebar {
    position: static !important;
    width: 100% !important;
    margin-top: 29%;
  }

  .menu-section {
    max-height: 100% !important;
  }

  .sidebar {
    max-height: 100% !important;
  }

  .menu-section,
  .sidebar {
    position: fixed;
    overflow-y: scroll;
    /* Cho phép cuộn dọc */
    scrollbar-width: none;
    /* Ẩn thanh cuộn trên Firefox */
    -ms-overflow-style: none;
    /* Ẩn thanh cuộn trên IE/Edge */
  }

  /* Ẩn thanh cuộn trên Chrome, Safari */
  .menu-section::-webkit-scrollbar,
  .sidebar::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 450px) {
}

@media (max-width: 400px) {
}

@media (max-width: 768px) {
  .col-lg-6 .note_mucdocay {
    display: block;
    position: absolute;
    top: -420px; /* Luôn nằm trên cùng */
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .note_mucdocay img {
    width: 35px !important;
    height: 31px !important;
    margin-top: 0px !important;
  }

  .col-lg-6 .note_mucdocay .content_note {
    font-family: 'Montserrat';
    text-align: center;
    font-weight: 600;
    font-size: 11px !important;
  }
  .thanhphamkh {
    border-radius: 5px;
  }
  #menu_order_guest {
    margin-top: 7px !important;
  }
  .col-lg-6 #modalProductPriceGuest {
    font-size: 19px !important;
    margin-bottom: 0 !important;
  }
  .language-switcher {
    margin-bottom: -16px;
    z-index: 1111;
  }
  .next-arrow {
    right: 10px !important;
  }

  .prev-arrow {
    left: 10px !important;
  }
  .prev-arrow,
  .next-arrow {
    top: 40% !important;
    font-size: 35px !important;
    width: 47px !important;
  }

  .h-ngonngu {
    margin-left: 0px !important;
    margin-right: 13px !important;
    margin-top: 10px !important;
  }
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,600&display=swap');

  .solgan {
    /* width: 60%; */
    margin-bottom: -16px;
    margin-right: 0% !important;
    /* margin-left: -106% !important; */
  }

  .solgan p {
    font-size: 13px !important;
    font-style: italic;
    margin-bottom: 0px !important;
    font-family: 'Montserrat';
  }

  .menu_main .icon_group {
    background-color: black;
  }

  /* #search{
	display: none;
}
.menu_main.sticky .right{
	display: none;
} */
  .menu-section {
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    transform: translateX(6%);
    width: calc(100% - 40px);
    /* max-width: 383px; */
    padding: 3px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 161px;
    left: 0;
    background: white;
    width: 100%;
    z-index: 1000;
    padding: 20px 14px 20px 14px;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    gap: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* width: 90%; */
    max-width: 90%;
  }

  .menu-section::-webkit-scrollbar {
    display: none;
  }

  .menu-item1 {
    flex: 0 0 32%;

    text-align: center;
    cursor: pointer;
  }

  .menu-item1 img {
    width: 80px;
    height: auto;
  }
  .menu-section {
    margin-top: 161px !important;
  }
  .menu-item {
    height: 250px !important;
  }
  .menu-item h6 {
    margin: auto !important;
  }
}
.right {
  padding-right: 20px;
}
.menu-section {
  margin-top: 50px;
}

.info_th1 {
  margin-top: 2rem;
}
.menu_2_name {
  margin-top: 2.7rem;
}
/* .menu-item1.active img{
	filter: invert(70%) sepia(50%) hue-rotate(75deg) saturate(800%);
} */
.menu-item {
  max-height: 300px;
}
.note_mucdocay {
  display: flex;
  padding: 30px 0px 0px 0px;
  gap: 10px;
}
.note_mucdocay img {
  width: 60px;
  height: 40px;
  margin-top: 9px;
}
.note_mucdocay .content_note {
  text-align: left;
  font-weight: 600;
  font-size: 14px !important ;
}
.vechungtoi::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 59%);
}
.menu-item1.active {
  display: flex;
}

.modal-backdrop {
  display: none;
}
.row.product_search {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .row.product_search {
    margin-top: 20px;
  }
  .scroll-container {
    position: relative;
    overflow: hidden;
  }

  .scroll-content {
    display: flex;
    transition: transform 0.3s ease;
  }

  .category-btn {
    flex: 0 0 auto;
    width: 88px;
    text-align: center;
    margin-right: 10px;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    cursor: pointer;
  }

  .dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    display: none;
  }

  .dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 5px;
    cursor: pointer;
  }

  .dot.active {
    background-color: #c99c43;
  }
  .menu-category button {
    width: 31% !important;
    color: black;
    min-width: 78px;
    margin-bottom: 0 !important;
  }
  .menu-category button {
    padding: 10px 5px 10px 5px !important;
  }
  .scroll-container {
    /* width: 0%; */
    /* overflow-x: auto;
	white-space: nowrap; */
    /* display: flex; */
    /* padding: 10px 0;
	scroll-behavior: smooth; */
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    color: black;
  }

  /* Hiển thị 4 danh mục, nếu có nhiều hơn sẽ cuộn */
  .scroll-content {
    display: flex;
    /* gap: 10px; */
  }

  /* Ẩn thanh cuộn nhưng vẫn có thể kéo */
  .scroll-container::-webkit-scrollbar {
    display: none;
  }

  /* Nút danh mục */
}

/* Thanh cuộn ngang chỉ áp dụng trên mobile */
@media (max-width: 430px) {
  /* .scroll-container {
	overflow-x: auto;
	white-space: nowrap;
	width: 100%;
	display: flex;
	padding: 10px 0;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
} */
  .menu-category button {
    width: auto !important;
  }

  /* Chỉnh kích thước container để hiển thị đủ 4 nút */
  .scroll-content {
    display: flex;
    /* gap: 10px; */
    width: max-content;
  }

  /* Nút danh mục */
  .menu-category button {
    /* flex-shrink: 0;
		padding: 10px 12px;
		background: #007bff;
		color: #fff;
		border: none;
		border-radius: 5px;
		cursor: pointer; */
    min-width: 86px !important;
    text-align: center;
  }
}

@media (max-width: 360px) {
  .menu-category button {
    min-width: 70px !important;
  }
}

@media (min-width: 361px) and (max-width: 390px) {
  .menu-category button {
    min-width: 154px !important;
  }
}

@media (min-width: 391px) and (max-width: 430px) {
  .menu-category button {
    min-width: 181px !important;
  }
}

/* Ẩn thanh cuộn nhưng vẫn có thể kéo */
.scroll-container::-webkit-scrollbar {
  display: none;
}
.modal-dialog-centered::before {
  height: calc(100vh - 11rem) !important;
}
.menu-item img {
  width: 205px;
  height: 175px;
}
.language-switcher {
  position: relative;
  display: inline-block;
}

#current-language {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
}

#current-language img {
  width: 40px;
  height: 25px;
}

.arrow {
  margin-left: 4px;
  font-size: 11px;
  color: #b0a7a7;
}

.dropdown {
  display: none;
  position: absolute;
  top: 23px;
  left: -5px;
  padding: 0px 0px 0px 0px;
}

.dropdown a {
  display: block;
  padding: 5px;
}

.dropdown a img {
  width: 40px;
  height: 25px;
}

/* Header.php */
.top-right-menu {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1px);
  padding: 9px 10px;
  border-radius: 999px;
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.15);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  gap: 0;
}

.dots-icon {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2e2e2e;
  display: inline-block;
  margin: 0px -0.5px;
}

.dot.light {
  background: #9e9e9e;
}

.divider {
  width: 1px;
  height: 17px;
  background: #767676;
  margin: 0px 9px 0px 4px;
}

.icon_order_menu {
  display: flex;
  align-items: center;
  padding-right: 6px;
}

.tray-icon-wrapper {
  position: relative;
  display: inline-block;
}

.tray-icon {
  display: block;
  width: 28px !important;
  height: auto;
}

.notification-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #09613b;
  color: white;
  font-size: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-right-menu:hover {
  box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.2);
}

.dropdown-menu {
  background-color: white !important;
}

.dropdown-item {
  color: black !important;
}
