.top-header {
  background: #fff;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
}

.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.social-links a {}

.social-links a {
  width: 44px;
  display: flex;
  background: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.social-links a img {
  /* max-height: 17px; */
  /* filter: brightness(0) invert(1); */
}

.social-links.link-index a img {
  /* filter: none; */
}

.social-links.link-index a {
  background: #ffffff;
  color: var(--primary);
}

.social-links.link-index a {
  /* width: 35px; */
  /* height: 35px; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}

.btn-schedule:after {
  display: none !important
}

.btn-schedule {
  cursor: pointer;
  background: var(--second) !important;
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 7px 30px;
  text-align: center;
  border-radius: 30px !important;
  display: block !important;
  font-size: 13px;
  width: 100% !important;
  max-width: 130px;
  margin: 5px 0 !important;
  border: 0 !important;
}

.top-header a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
}

.xhotline {
  background: url(../images/hotline.png) no-repeat 0px center;
  padding-left: 50px;
  background-size: 37px;
  white-space: nowrap;
}


/* Search */
.search {
  position: relative;
}

.search form {
  position: relative;
  border: 0;
  border-radius: 4px;
  overflow: hidden;
}

.search.show-control .wrap-input {
  width: 200px;
  background: #fff;
  z-index: 1;
  display: block;
}

.search .wrap-input {
  position: absolute;
  width: 0;
  top: -3px;
  right: 0;
  display: none;
}

.search .wrap-input span {
  position: absolute;
  top: 7px;
  left: 6px;
  color: #737373;
}

.search button {
  background: var(--primary);
  border: 0;
  line-height: 28px;
  position: absolute;
  z-index: 2;
  outline: none;
  font-size: 14px;
  padding: 0 10px;
  border-left: 1px solid #ccc;
  right: 2px;
  top: 2px;
  height: calc(100% - 4px);
  padding: 0 25px;
  color: #fff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.search p {
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  text-align: center;
  margin: 0px;
  color: var(--color-gray);
  font-size: 16px;
}

.search input {
  outline: none;
  padding: 0px;
  border: 0;
  border: 1px solid #ccc;
  background: #fff;
  text-indent: 10px;
  font-size: 14px;
  width: 100%;
  padding: 8px 0px;
  width: 100%;
  border: 0;
  position: relative;
  border-radius: 30px;
  border: 1px solid #ce9430;
}


.line-top .cart {}

.line-top .cart a i {
  position: absolute;
  background: #01cbff;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  width: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #fff;
}

.line-top .cart a {
  border: 2px solid #01cbff;
  display: inline-block;
  padding: 7px 13px;
  border-radius: 30px;
  position: relative;
  padding-left: 41px;
  color: #333;
  font-weight: 500;
  font-size: 14px;
}

.xhotline p {
  margin: 0;
}

.xhotline span {
  text-transform: uppercase;
  font-size: 14px;
  display: block;
}

.xhotline a {
  color: #333;
  font-weight: bold;
  font-size: 15px;
  display: block;
}

/* Header */
.header .hotline-bar {
  display: inline-block;
  float: right;
  background: url(../images/phone.jpg) no-repeat top left;

  padding: 0px 0px 0px 62px;
  height: 60px;
}

.header .hotline-bar a.mail {
  font-size: 16px;
}

.header .hotline-bar a {
  color: #cd0000;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

.fixed-menu .header.clone .logo-col img {
  max-height: 50px !Important;
}

.header.clone .main-logo {
  max-height: 59px !important;
}

.header.clone .line-top {
  /* padding: 4px !important; */
}

.fixed-menu .header.clone {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.header.clone {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  padding: 0;
}

.line-top .container {}

/*.header:after{content:"";background: #fff;position: absolute;width: 28%;height: 100%;top: 0;left: 0;}*/
.head-slogan {
  background: #254daf;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
}

.head-slogan a {
  display: inline-block;
  margin-left: 5px;
}

#main-header {
  z-index: 123;
  width: 100%;
  top: 0;
  left: 0;
  position: sticky;
  background: linear-gradient(270deg, #F0BF29 -73.61%, #F05226 85.18%);
  top: 0;
  left: 0;
}

#main-header .logo-wrapper {
  display: block;
  z-index: 2;
  position: relative;
  text-align: center;
  width: 170px;
  text-align: center;
  max-height: 83px;
}

#main-header .logo-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  height: calc(100% + 100px);
  bottom: -35px;
  left: 0;
  box-shadow: var(--bs-box-shadow) !important;
}

#main-header:after,
#main-header:before {
  content: "";
  background: url(../images/bg-head.svg) no-repeat bottom center;
  width: 250px;
  height: 100%;
  position: absolute;
  top: 0;
  transform: rotate(180deg);
}

#main-header:after {
  left: auto;
  right: 0;
  transform: none;
}

.header .main-logo {
  z-index: 2;
  position: relative;
}

.header {
  top: 0;
  z-index: 123;
  width: 100%;
  transition: 0.4s ease;
  color: #333;
  position: relative;
}

.top-xmenu {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 3px;
}

.top-xmenu li:after {
  content: "";
  width: 1px;
  position: absolute;
  height: 12px;
  background: #ccc;
  right: 0;
  top: 7px;
}

.top-xmenu li:last-child {
  padding-right: 0;
}

.top-xmenu li:last-child:after {
  display: none;
}

.top-xmenu li {
  display: inline-block;
  position: relative;
  padding-right: 4px;
}

.top-xmenu li a {
  font-size: 13px;
  color: #000;
}

.top-xmenu li:hover a {}

.show-modal-pick:hover {
  text-decoration: none;
  color: #fff;
  background: #00a553;
}

.show-modal-pick {
  display: block;
  background: #ff694b;
  color: #fff;
  padding: 6px 10px;
  font-size: 13px;
  text-align: center;
  border-radius: 7px;
  transition: 0.4s ease;
}

.header .head-search {}

.header .head-search form {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.header .head-search form input {
  width: 100%;
  border: 1px solid var(--primary);
  border-radius: 30px;
  padding: 7px 10px;
}

.header .head-search form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0px 15px;
  border-radius: 3px;
  border: 0;
  background: transparent;
  color: var(--primary);
}


.header .hotline {
  margin-left: 30px;
  background: url(../images/support.png) no-repeat;
  padding-left: 60px;
}

.header .hotline p {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
}

.header .hotline p:last-child {}

.header .hotline p:last-child a {
  color: red;
  text-decoration: none !important;
}

.hide-slide .header {}

.hide-slide .header,

.fixed-menu .header {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
  background: var(--primary);
}

.hide-slide .header a,
.fixed-menu .header a {
  /* color:#121212 */
}

.hide-slide .header .no-hover a,
.hide-slide .header .search a,
.fixed-menu .header .no-hover a,
.fixed-menu .header .search a {
  color: #333;
}

.hide-slide .menu li.search>div>i,
.fixed-menu .menu li.search>div>i {
  color: #333;
}

.menu-arrow {
  position: absolute;
  top: 10px;
  right: 10px;
}



.logo-col a {}

.header .tools {}

.header .tools a {
  color: #333;
  margin-left: 5px;
  text-decoration: none !important;
}

.header .tools a span {
  background: #ce9430;
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  line-height: 20px;
  color: #fff;
  font-size: 11px;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

/* Menu */
.wrap-menu .menu {
  position: relative;
}

.wrap-menu .product-category {
  background: var(--second);
  padding: 10px 20px 13px 20px;
  margin: 17px 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.wrap-menu .product-category h4 {
  margin: 0;
  font-weight: bold;
  font-size: 1.1rem;
}

.wrap-menu {
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  z-index: 1021;
}

.menu ul:first-child {
  padding: 0px;
  margin: 0;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.menu li.search>div>i {
  /* position: relative; */
  /* top: 9px; */
  cursor: pointer;
  color: #fff;
  font-size: 18px;
}

.menu .dropdown a {
  background: transparent !important;
  color: #111 !important;
  text-align: left;
  font-size: 12px;
}

.menu .dropdown .dropdown-menu a {
  padding: 7px 7px;
}

.hide-slide .menu .dropdown>a span,
.fixed-menu .menu .dropdown>a span {
  color: #111;
}

.menu .dropdown>a span {
  max-width: 88px;
  overflow: hidden;
  display: inline-block;
  color: #fff;
}

.menu .dropdown>a {
  border: 1px solid #ccc;
  font-size: 13px;
  border-radius: 3px;
  text-transform: none;
}

.menu .dropdown .dropdown-menu {
  padding: 3px 0;
}

.menu li.search {
  cursor: pointer;
  flex: 0;
  padding-left: 20px;
}

.menu li.search span {
  cursor: pointer;
}

.menu li.search div {}

.menu li.search form {
  position: relative;
}

.menu li.search form input {
  background: #ffffff63;
}

.menu li.search form button {
  transition: #fde212;
  top: 0;
  height: 100%;
  border: 0;
  right: 0;
  position: absolute;
  width: 43px;
  color: #fff;
  padding: 4px 0;
}

.menu .phone {}

.menu .phone a {
  color: #ef5958;
  font-size: 30px;
  text-shadow: 1px 1px 1.7px rgba(255, 255, 255, 1);
  font-weight: bolder;
}

.menu .phone a:after {
  display: none !important
}

.menu .search-form {
  width: 100%;
  max-width: 350px;
}

.price-list a:after {
  display: none
}

.price-list a {
  background: var(--primary) !important;
  padding: 5px 15px 8px 15px !important;
  color: #fff !important;
  border-radius: 30px !important;
  text-transform: capitalize !important;
  text-decoration: none !important;
}

.price-list a:hover {
  color: #fff !important;
  background: var(--second) !important;
}

.price-list a {
  color: #fff !important;
  background: var(--primary);
}

.menu ul:first-child>li {
  position: relative;
  z-index: 99;
  -ms-flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
  text-align: center;
}

.menu ul li.line {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
}

.phone-link a {}

.menu ul li form div {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #cccccc8f;
}

.menu ul li form {
  position: absolute;
  top: 0;
  width: 300px;
  right: 0;
  top: 100%;
  border-radius: 5px;
  overflow: hidden;
  padding: 5px;
  background: #fff;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.menu ul li form input {
  border: 0;
}

.btn-schedule {}

.menu ul li form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 5px 20px;
  background: transparent;
  border: 0;
  background: var(--second);
  color: #fff;
}

.menu ul li a {
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none !important;
  text-align: center;
  padding: 5px 0px 7px 0px;
  color: #fff;
  font-size: 0.9rem;
  border-radius: 1px;
  transition: all 0.4s ease;
  background: transparent;
  transition: 0.4s ease;
  background: transparent;
  position: relative;
  display: inline-block;
  margin: auto;
  Cambria,
  font-family: sans-serif;
  text-transform: uppercase;
  width: 98%;
  border-radius: 20px;
  margin: 8px 0;
  font-weight: 600;
  font-family: var(--fontTitle);
}

.menu ul li a h2 {
  font-size: 15px;
  color: #fff;
  margin: 0px;
  padding: 16px 14px;
  text-transform: uppercase;
}

.clone .menu ul:first-child>li>a:after {
  bottom: 5px;
}

.menu ul li a.active:after,
.menu ul li:hover>a:after {
  width: 100%;
  background: var(--primary);
}

.menu ul li a.active,
.menu ul li:hover>a {
  color: var(--primary);
  background: #fff;
}

.menu ul li a.active:before,
.menu ul li:hover>a:before {
  width: 50%;
  background: #000;
}

.menu ul li.lang span {
  padding: 5px 7px;
  display: inline-block;
}

.menu ul li.lang .active span {
  background: #0b6740;
  color: #fff;
}

.menu ul li li:hover>a {
  color: #000000;
}

.cart-menu a {
  position: relative;
}

.cart-menu a span {
  position: absolute;
  background: red;
  width: 15px;
  height: 15px;
  font-size: 11px;
  text-align: center;
  line-height: 13px;
  border-radius: 50%;
  top: 2px;
  right: 5px;
}

.menu ul li.no-hover a {
  color: #fff;
}

.menu ul li.no-hover:hover a,
.menu ul li.search:hover>a {
  background: transparent;
}

.lang-switch {}

.lang-switch a img {
  position: relative;
  margin-right: 5px;
  top: -2px;
}

.lang-switch a:hover,
.lang-switch a.active {
  color: var(--primary);
  font-weight: 800;
}

.lang-switch a:not(:last-child):after {
  content: "|";
  padding-left: 10px;

  color: #333;
}

.lang-switch a {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-decoration: none !important;
}

.menu ul li.lang {
  min-width: 130px;
  text-align: right;
  width: 100px;
  display: block;
}

.menu ul li li {}

.search-form {}

.search-form form input {}

.search-form form {
  position: relative;
  width: 100%;
}

.search-form button {
  position: absolute;
  top: 0;
  right: 3px;
  border: 0;
  height: 100%;
  background: transparent;
  width: 40px;
  text-align: center;
  color: var(--primary);
}

.search-form input {
  border-radius: 30px;
  font-size: 13px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 0;
  padding: 10px 16px;
  padding-bottom: 10px;
}

.menu ul li {
  position: relative;
  white-space: normal;
}

.menu ul li ul {
  position: absolute;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  left: 0;
  background: #fff;
  border-radius: 5px;
}

.menu ul li:hover>ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.menu ul li ul li a {
  text-align: left;
  border-bottom: 1px solid rgb(41 41 41 / 18%);
  color: #6c6c6c;
  text-transform: none;
  padding: 6px 15px;
  margin: 0;
  min-width: 250px;
  background: transparent !important;
  display: block;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 0;
}

.menu ul li ul li:last-child>a {
  border-bottom: 0px;
}

.menu ul li ul li a h2 {
  font-size: 14px;
  padding: 12px 15px;
}

.menu ul li ul li ul {
  top: 0px;
  left: 100%;
  
}

.advise-mobile {
  display: none;
  position: fixed;
  right: 18px;
  bottom: 200px;
  z-index: 123;
  width: 40px;
  height: 40px;
  background: var(--primary);
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

/* Toggle Search & Advise Buttons */
#main-header .toggle-search,
#main-header .show-form {
  background: #fff;
  padding: 5px 31px;
  border-radius: 25px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(240, 82, 38, 0.3);
  font-family: var(--fontTitle);
}

#main-header .toggle-search {
  background: transparent;
}

#main-header .toggle-search:hover,
#main-header .show-form:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(240, 82, 38, 0.4);
}

#main-header .toggle-search img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

/* Search Dropdown */
.search-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  max-width: 400px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 15px;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.search-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.search-dropdown form {
  position: relative;
  width: 100%;
}

.search-dropdown form input {
  width: 100%;
  padding: 12px 50px 12px 15px;
  border: 2px solid #F05226;
  border-radius: 25px;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}

.search-dropdown form input:focus {
  border-color: #F0BF29;
  box-shadow: 0 0 0 3px rgba(240, 191, 41, 0.1);
}

.search-dropdown form button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(270deg, #F0BF29 -73.61%, #F05226 85.18%);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-dropdown form button:hover {
  transform: translateY(-50%) scale(1.05);
}

/* Modal TÃƒâ€ Ã‚Â° vÃƒÂ¡Ã‚ÂºÃ‚Â¥n */
#adviseModal .modal-content {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

#adviseModal .modal-header {
  background: linear-gradient(270deg, #F0BF29 -73.61%, #F05226 85.18%);
  color: #fff;
  padding: 20px 25px;
}

#adviseModal .modal-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

#adviseModal .btn-close {
  filter: brightness(0) invert(1);
  opacity: 1;
}

#adviseModal .modal-body {
  padding: 30px;
}

.advise-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: linear-gradient(135deg, #FFF5E6 0%, #FFE8CC 100%);
  border-radius: 10px;
  height: 100%;
  min-height: 300px;
}

.advise-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.advise-form .form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.advise-form .form-control {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 15px;
  transition: all 0.3s ease;
}

.advise-form .form-control:focus {
  border-color: #F05226;
  box-shadow: 0 0 0 3px rgba(240, 82, 38, 0.1);
}

.advise-form textarea.form-control {
  resize: vertical;
  min-height: 100px;
}

.advise-form .btn-primary {
  background: linear-gradient(270deg, #F0BF29 -73.61%, #F05226 85.18%);
  border: none;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 25px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(240, 82, 38, 0.3);
  color: #fff;
}

.advise-form .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(240, 82, 38, 0.4);
}

@media(max-width:768px) {
  .advise-mobile {
    display: block;
  }

  .top-header {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    padding-top: 5px;
    padding-bottom: 5px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 123;
    background: #fff;
    display: none;
  }

  .price-list {
    display: block;
  }

  .price-list a {
    font-size: 0.7rem !important;
    display: block;
    padding: 8px 14px !important;
    border-radius: 3px !important;
    background: #EF080D !important;
  }

  #main-header {
    display: none;
}

  .search-dropdown {
    max-width: 90%;
    right: 5%;
  }

  #adviseModal .modal-body {
    padding: 20px;
  }

  .advise-image {
    min-height: 200px;
    margin-bottom: 20px;
  }

}