header {
  position: relative;

}

.tg_header {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 10px 40px;
  transition: all 0.5s;
}
.tg_header.tg_fixed {
  position: fixed;
  background: var(--brown);
  animation: stuckMoveDown 0.6s;
  padding: 2px 40px;
}
.tg_header .tg_header_search {
  webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  height: 100vh;
  padding: 100px 16px 0 16px;
  background-color: rgba(0, 0, 0, 0.9);
  flex-wrap: wrap;
  overflow: auto;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.tg_header .tg_header_search.tg_active {
  opacity: 1;
  transform: scale(1);
}
.tg_header .tg_header_search .tg_close_pop {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.tg_header .tg_header_search .tg_ctpops {
  max-width: 1000px;
  width: 100%;
}
.tg_header .tg_header_search .header_search_form {
  position: relative;
}
.tg_header .tg_header_search input {
  border: 1px solid #999999;
  font-size: 20px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  color: #191919;
  font-weight: 400;
  font-style: normal;
  padding: 30px 80px 30px 30px;
  border-radius: 0.8rem;
  width: 100%;
}
.tg_header .tg_header_search button {
  position: absolute;
  border: none;
  background: transparent;
  top: 25px;
  right: 30px;
  padding: 0px;
  cursor: pointer;
}
.tg_header .tg_header_search button svg {
  width: 40px;
  height: 38px;
}
.tg_header .tg_header_search button svg path,
.tg_header .tg_header_search button svg circle {
  stroke: var(--brown);
}
.tg_header .tg_header_general {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tg_header .tg_header_general .ct_middle img{
  height: 65px;
  transition: all 0.3s;
  object-fit: contain;
}

.tg_header.tg_fixed .tg_header_general .ct_middle img{
  height: 50px;
  object-fit: contain;
}

.tg_header .icon_desktop_click,
.tg_header .icon_mobile_click {
  cursor: pointer;
}
.tg_header .icon_mobile_click {
  display: none;
}
.tg_header .icon_desktop_click i {
  background: url(../images/thinhvuong-bar-icon.png) no-repeat;
  width: 52px;
  height: 52px;
  background-size: cover;
  display: inline-block;
}
.tg_header .icon_mobile_click i {
  background: url(../images/thinhvuong-bar-icon-mobile.svg) no-repeat;
  width: 24px;
  height: 24px;
  background-size: cover;
  display: inline-block;
}
.tg_header .ct_right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tg_header .tg_search_hd .search_icon {
  cursor: pointer;
}
.tg_header .tg_search_hd .search_icon i.tg_mobile {
  background: url(../images/thinhvuong-search-icon.svg) no-repeat;
  width: 36px;
  height: 36px;
  background-size: cover;
  display: inline-block;
}

.tg_header .tg_search_hd .search_icon i.tg_pc {
  background: url(../images/thinhvuong-search-icon-pc.svg) no-repeat;
  width: 36px;
  height: 36px;
  background-size: cover;
  display: inline-block;
}
.tg_header .tg_cart_hd .cart_mobile_icon {
  display: none;
  cursor: pointer;
}
.tg_header .tg_cart_hd .cart_mobile_icon i {
  background: url(../images/thinhvuong-mobile-cart-icon.svg) no-repeat;
  width: 36px;
  height: 36px;
  background-size: cover;
  display: inline-block;
}
.tg_header .tg_cart_hd .cart_desktop_icon {
  cursor: pointer;
  position: relative;
}
.tg_header .tg_cart_hd .cart_desktop_icon i {
  background: url(../images/thinhvuong-bag-icon.png) no-repeat;
  width: 36px;
  height: 36px;
  background-size: cover;
  display: inline-block;
}
.tg_header .tg_cart_hd .cart_desktop_icon p {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  background: var(--orange);
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  color: var(--white);
  top: -4px;
  right: 0px;
}
.menu_desktop_full {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: url(../images/thinhvuong-desktop-bg.webp) no-repeat;
  background-size: cover;
  transition: all 0.3s;
  z-index: 999;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.menu_desktop_full.menu_show {
  opacity: 1;
  visibility: visible;
}
.menu_desktop_full .close_desktop_menu {
  cursor: pointer;
}
.menu_desktop_full .close_desktop_menu i {
  background: url(../images/thinhvuong-desktop-close-icon.png) no-repeat;
  width: 52px;
  height: 52px;
  background-size: cover;
  display: inline-block;
}
.menu_desktop_full .menu_desktop_general {
  display: flex;
  height: 100%;
  gap: 20px;
}
.menu_desktop_full .ct_left {
  width: 18%;
  padding: 24px 0px 24px 20px;
}
.menu_desktop_full .ct_right {
  width: 82%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 25px;
}
.menu_desktop_full .ct_right::before {
  position: absolute;
  content: "";
  background: url(../images/thinhvuong-desktop-img1.webp) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 80px 0px 0px 80px;
  top: 0px;
  left: 0px;
}
.menu_desktop_full .list_menu {
  margin: 20px 0px 0px 0px;
}
.menu_desktop_full .list_menu ul li {
  margin: 0px 0px 20px 0px;
}
.menu_desktop_full .list_menu ul > li:last-child {
  margin: 0px;
}
.menu_desktop_full .list_menu ul li a {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--white);
  transition: all 0.5s;
  padding: 10px 20px;
  background: rgb(255 255 255 / 10%);
  border-radius: 50px;
}
.menu_desktop_full .list_menu ul li a:hover {
  color: var(--orange);
}
.menu_desktop_full .list_sub_menu {
  position: relative;
}

.menu_desktop_full .list_sub_menu #menu-flex-1{
  top:-95px;
}

.menu_desktop_full .list_sub_menu #menu-flex-2{
  top:30px;
}

.menu_desktop_full .list_sub_menu #menu-flex-3{
  top: -30px;
}

.menu_desktop_full .list_sub_menu ul {
  background: var(--white);
  padding: 40px;
  border-radius: 10px;
}
.menu_desktop_full .list_sub_menu_detailds ul li {
  font-size: 18px;
  line-height: 26px;
  margin: 0px 0px 30px 0px;
  font-weight: 500;
}
.menu_desktop_full .list_sub_menu_detailds ul > li:last-child {
  margin: 0px;
}
.menu_desktop_full .list_sub_menu_detailds ul li a {
  display: inline-block;
  color: var(--black);
  transition: all 0.5s;
}
.menu_desktop_full .list_sub_menu_detailds ul li a:hover {
  color: var(--orange);
}
.menu_desktop_full .list_sub_menu_detailds.more_li ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 40px;
}
.menu_mobile_full {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--brown);
  background-position: center center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  z-index: 9999999;
  overflow: auto;
  padding: 30px 12px 0 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu_mobile_full .close_mobile_menu {
  cursor: pointer;
}
.menu_mobile_full .close_mobile_menu i {
  background: url(../images/thinhvuong-mobile-close-icon.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: cover;
  display: inline-block;
}
.menu_mobile_full .menu_mobile_top {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.menu_mobile_full .menu_mobile_bottom {
  margin: 24px 0px 0px 0px;
}
.menu_mobile_full .menu_mobile_bottom ul li a {
  display: inline-block;
}
.menu_mobile_full .menu_mobile_bottom ul.menu > li {
  margin: 0px 0px 16px 0px;
  padding: 0px 0px 16px 0px;
  position: relative;
}
.menu_mobile_full .menu_mobile_bottom ul.menu > li:after {
  position: absolute;
  content: "";
  background: url(../images/thinhvuong-dashline-bg.png) repeat-x;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
}
.menu_mobile_full .menu_mobile_bottom ul.menu > li.menu-item-has-children {
  position: relative;
}
.menu_mobile_full .menu_mobile_bottom ul.menu > li.menu-item-has-children::before {
  position: absolute;
  content: "";
  background: url(../images/thinhvuong-mobile-arr-icon.png) no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  top: 0px;
  right: 0px;
  transform: rotate(-90deg);
}
.menu_mobile_full .menu_mobile_bottom ul.menu > li.menu-item-has-children.tg_active::before {
  transform: rotate(0deg);
}
.menu_mobile_full .menu_mobile_bottom ul.menu > li > a {
  font-weight: 500;
  color: #efcfa0;
}
.menu_mobile_full .menu_mobile_bottom ul.sub-menu {
  padding: 16px 0px 0px 20px;
  display: none;
}
.menu_mobile_full .menu_mobile_bottom ul.sub-menu > li {
  margin: 0px 0px 16px 0px;
}
.menu_mobile_full .menu_mobile_bottom ul.sub-menu > li:last-child {
  margin: 0px;
}
.menu_mobile_full .menu_mobile_bottom ul.sub-menu > li > a {
  font-size: 14px;
  line-height: 22px;
  color: rgb(239 207 160 / 70%);
}



@media (min-width: 1025px) and (max-width: 1600px) {
  .fancybox_hp .fancybox_circle figure {
    max-width: 200px;
    width: 100%;
  }
  .menu_desktop_full .list_sub_menu #menu-flex-1 {
    top: -45px;
}
.menu_desktop_full .list_sub_menu #menu-flex-2 {
    top: 50px;
}
.menu_desktop_full .list_sub_menu #menu-flex-3 {
    top: 20px;
}
  .menu_desktop_full .list_sub_menu ul{
    padding:20px;
  }
  .menu_desktop_full .list_menu {
    margin: 0px;
  }
  .menu_desktop_full .list_sub_menu_detailds ul li {
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    line-height: 24px;
  }
  .menu_desktop_full .list_sub_menu_detailds.more_li ul {
    grid-column-gap: 20px;
    padding: 30px;
  }
  .menu_desktop_full .list_menu ul li a {
    font-size: 16px;
    line-height: 26px;
  }
  .menu_desktop_full .list_menu ul li {
    margin: 0px 0px 13px 0px;
  }
  .menu_desktop_full .ct_left {
    width: 60%;
  }
  .menu_desktop_full .ct_left {
    width: 28%;
  }
}
@media (max-width: 1024px) {
  .tg_header .tg_cart_hd .cart_mobile_icon {
    display: block;
  }
  .tg_header .tg_cart_hd .cart_desktop_icon {
    display: none;
  }
  .tg_header {
    padding: 12px;
  }
  .tg_header.tg_fixed{
    padding:6px 12px;
  }
  .tg_header .icon_desktop_click {
    display: none;
  }
  .tg_header .icon_mobile_click {
    display: block;
  }
  .tg_header .ct_middle figure {
    max-width: 135px;
    width: 100%;
  }

  
}
@media (max-width: 767px) {
 
 

}
/* end css rau */
