.pt-top-header {
    background-color: #4d40ca;
    padding: 8px 0px;
}

.htop__left-info ul li {
    display: flex;
    align-items: center;
}

.htop__left-info li svg {
    fill: #FFF;
    margin-right: 0px;
    height: 14px;
    margin-right: 7px; 
}

.htop__left-info ul li p a,
.htop__left-info ul li p {
    font-weight: 500;
    display: inline-block;
    padding-left: 5px;
    padding-right: 15px;
    color: white;
    padding-bottom: 0px;
    font-size: 14px;
}

.htop__center-info {
    font-weight: 500;
    font-size: 14px;
    color: white;
}

.htop__center-info img {
    height: 20px;
    margin: 0px 8px;
}

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

.navba .language-selector {
    background: transparent;
    border: none;
    color: #fff;
    outline: none;
}

.navba .language-selector option {
    background: #a299ae;
    color: #fff;
}

.menu-nav ul li {
    position: relative;
}

.menu-nav ul li a {
    font-size: 16px;
    font-weight: 500;
    color: black;
    padding: 2.5em 1.375em;
    display: block;
}

.menu-nav ul li a svg {
    height: 9px;
    color: black;
    margin-left: 5px;
}

.menu-nav ul li .sub-menu {
    padding: 15px 0;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    transform: translateY(20px);
    z-index: 99999;
    left: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 260px;
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s ease;
    /* pointer-events: none; */
    padding: 10px 30px;
}

.menu-nav ul li .sub-menu li a {
    font-size: 15px;
    color: #717171;
    display: block;
    font-weight: 400;
    white-space: nowrap;
    border-bottom: 1px dashed #DEE0EC;
    padding: 10px 0px;
}

.menu-nav ul li:hover .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0px);
}

.header-group-action a svg {
    height: 18px;
    fill: black;
}

.header-search {
    border-right: 1px solid #D9DBE5;


}

.header-search a,
.header-heart a {
    width: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.header-account a {
    display: flex;
    align-items: center;
    padding: 12px 20px 12px 20px;
    border-radius: 30px 30px 30px 30px;
    background-color: black;
    color: white;
    font-size: 14px;
}

.header-account a svg {
    fill: white;
    margin-right: 5px;
}

.site-search-popup {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    /*! margin-left: -50vw; */
    z-index: 99999;
    height: 100%;
    min-height: 80px;
    background-color: #fff;
    transition: opacity 0.3s ease;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    right: 0;
}

.site-search-popup.active {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;

}

.site-search form input {
    width: 100%;
    padding: 5px 20px;
    font-size: 24px;
}

.site-search form input::placeholder {
    font-family: "Inter", sans-serif;
    color: rgb(20, 20, 20);
}

.site-search form button {
    padding: 0px;
    opacity: 0;
}

.language-selector {
    background-color: transparent;
    border: 0px;
    font-family: "Inter", sans-serif;
    color: white;
}

.language-selector option {
    font-family: "Inter", sans-serif;
    background-color: white;
    color: black;
    border: 0px;
    font-size: 14px;
}

.navbar svg {
    height: 15px;
    fill: white;
    margin-right: 5px;
    width: 16px;
}

.menu_fix_mobile {
    position: fixed;
    z-index: 9;
    height: 100%;
    width: 330px;
    top: 0;
    left: 0;
    background: #fff;
    transition: all 200ms linear 0s;
    transform: translateX(-100%);
    padding: 20px;

}

.menu_fix_mobile {
    overflow-y: scroll;
}

.menu_fix_mobile.main-menu-show {
    transform: translateX(0%);
}

.menu_fix_mobile .close-menu {
    overflow: hidden;
    border-bottom: 1px solid #fff;
    position: relative;
}

.menu_fix_mobile .close-menu>a {
    float: right;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.close-menu a svg {
    fill: #222;
    height: 17px;
    width: 14px;
}

.menu_fix_mobile ul li {
    float: left;
    position: relative;
    margin: 0;
    transition: 0.4s;
    width: 100%;

}

.menu_fix_mobile ul li a {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0px;
    color: #222;
    display: inline-block;
    width: 100%;
    line-height: normal;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-transform: none;
    position: relative;
}

.menu-mobile-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu_fix_mobile ul li li a {
    color: rgb(86, 86, 86);
    font-weight: 400;
}

.nav-main li span {
    width: 40px;
    text-align: center;
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
}

.nav-main li span svg {
    height: 9px;

    fill: #414141;
}

.nav-main li ul li {
    padding-left: 20px;
}

.menu_fix_mobile ul li {
    float: left;
    position: relative;
    margin: 0;
    transition: 0.4s;
    width: 100%;
}

.logo-menu a img {
    height: 40px;
    margin-bottom: 15px;
}

.menu_fix_mobile ul li.nav-item {
    margin-bottom: 15px;
}

.list-bar--mobile {
    display: none;
}

.list-bar--mobile svg {
    height: 18px;
    fill: black;
    position: relative;
    top: 3px;
    margin-left: 10px;
}

/* Submenu mặc định ẩn */
.submenu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    /* transition: all 0.3s ease; */
}

/* Submenu hiển thị */
.submenu.active {
    max-height: 500px;
    /* Đặt chiều cao đủ để chứa submenu */
    opacity: 1;
}

@media (max-width: 1200px) {
    .list-bar--mobile {
        display: block;
    }

    .htop__center-info {
        display: none;
    }

    .menu-nav {
        display: none;
    }

    .header-menu {
        padding: 20px 0px;
    }

    .account-content {
        display: none;
    }

    .header-account a {
        padding: 0px;
        border-radius: unset;
        background-color: unset;
    }

    .header-account a svg {
        fill: black;
    }

    .htop__right-info {
        flex: unset;
    }

    .logo-hd img {
        height: 33px;
    }

    .site-search form input {
        width: 100%;
        padding: 5px 20px;
        font-size: 21px;
    }

    .site-search-popup-close svg {
        height: 17px;
    }
}

@media (max-width: 992px) {
    .htop__right-info {
        display: none;
    }

    .pt-top-header-content {
        justify-content: center;
        gap: 20px;
    }

    .htop__left-info ul li p a,
    .htop__left-info ul li p {

        font-size: 13px;
    }

    .htop__left-info li svg {

        height: 12px;
    }

    .htop__left-info ul li p a,
    .htop__left-info ul li p {
        padding-left: 5px;
    }

    .htop__left-info li svg {
        height: 12px;
        display: none;
    }
}

.menu-full {
    position: unset !important;
}

.sub-menu-full {
    width: 100%;
    left: 0px;
    right: 0;
    padding: 50px 40px !important;
}

.ba-tax-inner {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.ba-tax-inner .thumbnail-tax {
    height: 250px;
}

.thumbnail-tax img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.content-tax {
    position: absolute;
    padding: 30px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;

}

.tax-count {
    font-size: 12px;
    line-height: 1.6666666667;
    font-weight: 600;
    padding: 2px 8px;
    background-color: #4D40CA;
    border-radius: 30px;
    color: #fff;
}

.menu-nav ul li .tax-name a {
    margin-bottom: 0;
    margin-top: 10px !important;
    font-size: 20px !important;
    padding: 0px !important;
    color: white !important;
    border: 0;
    font-weight: 600 !important;
}

.menu-nav ul li .sub-menu.sub-menu-full li a {
    padding: 10px 0px;
    margin-right: 60px;
}

.sub-menu-full .row,
.sub-menu-full .clm {
    --gutter: 10px;
}

.menu-nav ul li .sub-menu li .tax-name a {
    border-bottom: none;
}

.text-white {
    color: #ffffff;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

header p {
    padding-bottom: 0;
}

.tab-panel-des {
    display: none;
}

.nav-link-des.active {
    color: #FB5B32 !important;
}

.tab-panel-des.active {
    display: flex;
}

@media (max-width: 450px) {
  .pt-top-header-content {
    gap: 10px;
    flex-direction: column;
    align-items: start;
  }
  .htop__left-info {
          justify-content: space-between;
    width: 100%;
  }
  .htop__left-info ul li{
      font-size: 13px;
  }
}

.logo-hd img {
    height: 12rem;
}

/*////*/
body{
    top: 0 !important;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none; 
  }

.custom-select-wrapper {
  padding-left: 10px;
}

.custom-select {
  position: relative;
  /*width: 250px;*/
  font-size: 13px;
  user-select: none;
  border-radius: 6px;
  border: 1px solid #ced4da;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.select-selected {
  background-color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
    font-size: 13px;
    line-height: 0;
}

.select-selected img {
  width: 18px;
  height: auto;
  margin-right: 5px;
  border: 1px solid #eee;
}

.select-selected .arrow {
  font-size: 12px;
  color: #888;
  padding-left: 5px;
}

.select-items {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  border-top: none;
  z-index: 99;
  width: calc(100% + 5px);
  left: -1px;
  top: 111%;
  display: none;
  overflow-y: auto;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.select-item {
  padding: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.select-item:hover {
  background-color: #f0f0f0;
}

.select-item img {
  width: 18px;
  height: auto;
  margin-right: 5px;
  border: 1px solid #eee;
}

#customMessageModal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

#customMessageModal .modal-content {
  background-color: white;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  min-width: 250px;
  max-width: 90%;
}

#customMessageText {
  margin-bottom: 20px;
  font-size: 1rem;
  color: #333;
}

#customMessageModal button {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background-color 0.2s;
}

#customMessageModal button:hover {
  background-color: #0056b3;
}

#google_translate_element2,
.skiptranslate {
	display: none !important;
}

.gtranslate_wrapper {
	display: inline-block;
	margin-left: 8px;
}

.gtranslate_wrapper .dropdown {
	position: relative;
	display: inline-block;
}

.gtranslate_wrapper .dropdown-toggle {
	background-color: #f8f9fa;
	border: 1px solid #ccc;
	padding: 0 12px;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
}

.gtranslate_wrapper .dropdown-toggle img {
	max-width: 20px;
	max-height: 14px;
}

.gtranslate_wrapper .dropdown-toggle span {
	display: block;
	white-space: nowrap;
}

.gtranslate_wrapper .dropdown-menu {
	display: none;
	position: absolute;
	background-color: white;
	min-width: 180px;
	max-height: 300px;
	overflow-y: auto;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	list-style: none;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0;
	margin: 0;
	    right: 0;
}

.gtranslate_wrapper .dropdown.show .dropdown-menu {
	display: block;
}

.gtranslate_wrapper ul li a {
	display: flex;
	align-items: center;
	padding: 8px 12px;
	text-decoration: none;
	color: #333;
	cursor: pointer;
	font-size: 14px;
	gap: 8px;
}

.gtranslate_wrapper ul li img {
	width: 20px;
}

.gtranslate_wrapper .dropdown-divider {
	margin: 3.2px 0;
	border-top: 1px solid #eaeaea;
}

@media (max-width: 768px) {
	.gtranslate_wrapper button {
		padding: 5px;
		font-size: 14px;
	}

	.gtranslate_wrapper button img {
		width: 20px;
		height: 16px;
	}

	.gtranslate_wrapper ul li a {
		padding: 4px 8px;
	}

	.gtranslate_wrapper ul li img {
		width: 24px;
	}
}
