.th-admin-edit {
  position:relative;
  z-index:150;
  display:flex;
  justify-content:end
}
.th-admin-edit span {
  position:absolute
}
.th-admin-edit1 {
  display:inline-flex;
  align-items:center
}
.th-admin-edit1 span {
  margin-left:5px
}

.hr-header {
  background-color: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.hr-header .hr-announcement-warp {
  background: var(--color-3);
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.hr-header .hr-announcement-warp.scrolled {
  padding:0
}
.hr-header-auth .btn-main {
  background: var(--color-3);
}
.hr-header .hr-announcement-warp .hr-announcement-bar {
  padding-bottom: 15px;
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hr-announcement-left {
  padding-left: 180px;
}
.simple-icon {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #fff;
}
.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--color-3);
  color: #fff;
  padding: 0.2em 0.4em;
  border-radius: 50%;
  top: -10px;
  right: -10px;
  font-weight: 400;
  font-size: 0.7em;
}
.header-button .hr-btn.btn-main {
  background: var(--color-3);
  margin-left: 20px;
}
.simple-icon:hover {
  color: var(--color-3);
}
.simple-icon {
  position: relative;
  font-size: 20px;
}

.header-button {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.header-button .icon-btn {
  position: relative;
}
.header-info {
  display: flex;
  margin-right: 25px;
  font-weight: 500;
  align-items: center;
  column-gap: 10px;
}

.header-info:last-child {
  margin-right: 0;
}

.header-info i {
  line-height: 31px;
  color: var(--color-3);
  text-align: center;
  margin-right: 6px;
  font-size: 33px;
  border-radius: 99px;
  transform: rotate(-30deg);
}
.header-info_label {
  color: gray;
}
.header-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  height: 40px;
  border-right: 1px solid #D2D2D2;
  margin-right: 0px;
  padding-right: 30px;
}
.header-info a {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 0;
}
.hr-header .hr-announcement-bar .nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: var(--weight-400);
  padding: 0;
  margin-right: 20px;
  font-size: 15px;
  position: relative;
  font-family: var(--font-01);
}
.hr-header .hr-announcement-bar .nav .nav-item .nav-link:hover {
  color: #000;
}
.nav-item.d-flex.gap-2.hr-mob-header:hover {
  color: #000;
}
.hr-mob-header {
  color: #fff;
  font-size: 15px;
}
.hr-header .hr-announcement-bar .nav .nav-item .nav-link:hover {
  color: #000;
}
.hr-header .hr-announcement-bar .nav .nav-item .nav-link.email {
  text-transform:var(--lower);
  font-weight:400
}
.hr-header .hr-announcement-bar .nav .nav-item .nav-link.hr-phone {
  font-weight:400
}
.hr-header .hr-announcement-bar .nav .nav-item:last-child .nav-link {
  margin-right:0
}
.hr-header .hr-announcement-bar .nav .nav-item .nav-link .hr-announcement-icon {
  margin-right:.5rem
}
.hr-header .hr-announcement-bar .nav .nav-item .nav-link .hr-announcement-icon span {
  font-size:14px
}
.hr-header .hr-main-header .hr-inner-header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  position:relative
}
.hr-header .hr-main-header .hr-inner-header .hr-brand {
  margin-right:30px;
  margin-left:-35px
}
.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link {
  display:inline-block
}
.hr-header .logo-shape {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 21%;
  height: 163px;
  z-index: 2;
  -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  background-color: red;
}
.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
  width:140px;
  height:auto;
  -o-object-fit:cover;
  object-fit:cover;
  position:absolute;
  z-index:3;
  bottom:30px;
  left:-60px
}
.hr-announcement-right {
  display:flex;
  align-items:center
}
.hr-announcement-right .nav .nav-item .nav-link:after {
  content:"";
  position:absolute;
  width:1px;
  height:19px;
  right:-18px;
  top:55%;
  transform:translateY(-50%);
  background-color:rgb(169 169 169 / .22)
}
.hr-announcement-right .nav .nav-item:last-child .nav-link:after {
  display:none
}
.hr-header .hr-main-header .hr-inner-header .hr-header-right {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 30px;
}
.hr-header .hr-header-menu {
  margin-right:0
}
.hr-header .hr-header-menu .nav .nav-item {
  margin-right:30px;
  position:relative!important
}
.hr-header .hr-header-menu .nav .nav-item:last-child {
  margin-right:0
}
.hr-header .hr-header-menu .nav .nav-item .nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 40px 0;
  text-transform: uppercase;
  font-family: var(--font-01);
}
.hr-main-header {
  background-color: var(--color-2);
}
.hr-header .hr-header-menu .nav .nav-item .nav-link span {
  margin-left:5px;
  position:relative;
  top:1px;
  font-size:14px
}
.hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown .nav-item .nav-link:not([href]):hover,
.hr-header .hr-header-menu .hr-inner-dropdown .nav-item .nav-link:not([href]):hover,
.hr-header .hr-header-menu .nav .nav-item .nav-link:not([href]):hover {
  color:var(--color-3)
}
.hr-header .hr-header-menu .nav .active .nav-link, .hr-header .hr-header-menu .nav .nav-item .nav-link:hover {
  color: var(--color-3);
}
.hr-header .hr-header-menu .hr-inner-dropdown,
.hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown,
.hr-header .hr-main-header .hr-inner-header .hr-mob-menu {
  display:none
}
.hr-header .hr-header-menu .nav .hr-inner-dropdown .nav-item:hover .hr-sub-inner-dropdown,
.hr-header .hr-header-menu .nav .nav-item:hover .hr-inner-dropdown {
  display:block!important
}
.hr-header .hr-header-menu .hr-inner-dropdown,
.hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown {
  position:absolute;
  border-radius:.5rem;
  box-shadow:0 10px 30px 0 var(--shadow-02);
  padding:1rem 0;
  background-color:var(--white);
  min-width:150px
}
.hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown .nav-item,
.hr-header .hr-header-menu .hr-inner-dropdown .nav-item {
  padding:.5rem 1rem;
  margin:0
}
.hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown .nav-item .nav-link,
.hr-header .hr-header-menu .hr-inner-dropdown .nav-item .nav-link {
  color:var(--color-2);
  font-size:.875rem;
  font-weight:500;
  padding:0;
  white-space:nowrap;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown .nav-item .nav-link:hover,
.hr-header .hr-header-menu .hr-inner-dropdown .nav-item .nav-link:hover {
  color:var(--color-3)
}
.hr-header .hr-header-menu .nav .nav-item .nav-link .hr-inner-dropdown {
  top:76px;
  left:0
}
.hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown {
  top:0;
  right:calc(100% + 2px)
}
.hr-header .hr-main-header .hr-inner-header .hr-header-cart {
  margin-right:38px
}
.hr-header .hr-main-header .hr-inner-header .hr-header-cart .hr-cart-btn {
  position:relative
}
.hr-header .hr-main-header .hr-inner-header .hr-header-cart .hr-cart-btn .icon {
  font-size:1rem;
  color:var(--color-2)
}
.hr-header .hr-main-header .hr-inner-header .hr-header-cart .hr-cart-btn .cart-count {
  position:absolute;
  top:-15px;
  right:-12px;
  width:18px;
  height:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:10px;
  font-weight:var(--weight-500);
  border-radius:50%;
  background-color:var(--color-2);
  color:var(--white)
}
.hr-header .hr-main-header .hr-inner-header .hr-header-cart .hr-cart-btn:hover .cart-count {
  background-color:var(--color-4);
  color:var(--white)
}
.hr-header .hr-main-header .hr-inner-header .hr-mob-menu .hr-menu-btn {
  font-size: 18px;
  padding: 0;
  width: 35px;
  height: 35px;
  border: 1px solid var(--color-3);
  background: 0 0;
  color: var(--color-3);
  border-radius: .2rem;
}
.hr-header .hr-main-header .hr-inner-header .hr-mob-menu .hr-menu-btn span {
  font-weight: var(--weight-800);
  color: var(--color-3);
}
.hr-header .hr-main-header .hr-inner-header .hr-mob-menu .hr-menu-btn.active,
.hr-header .hr-main-header .hr-inner-header .hr-mob-menu .hr-menu-btn:hover {
  border:1px solid var(--color-4);
  background:var(--color-4);
  color:var(--white)
}
.hr-header .hr-mob-menu-pop {
  position:absolute;
  top:0;
  right:0;
  background-color:var(--color-2);
  width:330px;
  padding:50px 30px;
  box-shadow:0 10px 30px 0 var(--shadow-02);
  height:100vh;
  z-index:1
}
.hr-header .hr-mob-menu-pop .hr-close {
  position:absolute;
  top:15px;
  right:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:35px;
  height:35px;
  border:1px solid var(--color-3);
  border-radius:50%;
  padding:0;
  background-color:#fff0;
  font-size:18px;
  color:var(--color-3)
}
.hr-header .hr-mob-menu-pop .hr-close:hover {
  background-color:var(--color-4);
  border:1px solid var(--color-4);
  color:var(--white)
}
.hr-header .hr-mob-menu-pop .hr-close span {
  margin-top:var(--HR-sz-2)
}
.hr-header .hr-mob-menu-pop .hr-header-menu {
  display:block;
  margin-right:0
}
.hr-header .hr-mob-menu-pop .hr-header-menu .nav .nav-item {
  margin-right:0
}
.hr-header .hr-mob-menu-pop .hr-header-menu .nav .nav-item .nav-link {
  padding:8px 0;
  border-bottom:1px solid var(--border-01);
  display:flex;
  align-items:center;
  justify-content:space-between
}
.hr-header .hr-mob-menu-pop .hr-header-menu .nav .nav-item:last-child .nav-link {
  border-bottom:var(--none)
}
.hr-header .hr-mob-menu-pop .hr-header-menu .nav .nav-item .btn-main {
  display:inline-block;
  margin-top:25px
}
.hr-header .hr-mob-menu-pop .hr-header-menu .hr-inner-dropdown,
.hr-header .hr-mob-menu-pop .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown {
  box-shadow:none!important;
  padding:0!important;
  margin:0!important;
  min-width:unset;
  width:100%!important;
  position:relative!important
}
.hr-header .hr-mob-menu-pop .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown .nav-item,
.hr-header .hr-mob-menu-pop .hr-header-menu .hr-inner-dropdown .nav-item {
  padding:0!important;
  padding-left:15px!important
}
.logo-shape.background-image::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #000;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-clip-path: polygon(0 0, 81% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 81% 0, 100% 100%, 0% 100%);
}
@media (min-width:1517px) {
.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
  width: 175px;
  left: -40px;
  bottom: 15px;
}
}
@media (min-width:1707px) {
  .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
    width:175px;
    left:-165px;
    bottom:15px
  }
}
@media (min-width:1821px) {
  .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
    width:175px;
    left:-215px;
    bottom:15px
  }
}
@media (min-width:2049px) {
  .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
    width:175px;
    left:-310px;
    bottom:15px
  }
}
@media (max-width:1700px) {
  .hr-header .hr-announcement-warp .hr-announcement-bar {
    padding-top:12px;
    padding-bottom:12px
  }
  .hr-header .logo-shape {
    width:21%
  }
}
@media (max-width:1500px) {
  .hr-header .hr-announcement-warp .hr-announcement-bar {
    padding-top:12px;
    padding-bottom:12px
  }
  .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
  left: 0px;
}
.hr-announcement-left {
  padding-left: 210px;
}
}
@media(max-width:1400px) {
  .hr-header .hr-header-menu .nav .nav-item {
    margin-right:30px
  }
  .hr-header .hr-main-header .hr-inner-header .hr-header-cart {
    margin-right:8px
  }
  .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
  width: 120px !important;
}
}

@media(max-width:1200px) {
  .hr-header .hr-main-header .hr-inner-header .hr-header-auth,
  .hr-header .hr-main-header .hr-inner-header .hr-header-menu {
    display:none
  }
  .hr-header .hr-main-header .hr-inner-header .hr-mob-menu,
  .hr-header .hr-main-header .hr-inner-header .hr-mob-menu-pop {
    display:block
  }
  .hr-header .hr-main-header .hr-inner-header {
    padding:13.9px 0
  }
  .hr-header .hr-main-header .hr-inner-header .hr-header-cart {
    margin-right:35px
  }
.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
  bottom: 30px;
  left: -48px;
}
.hr-announcement-left {
  padding-left: 0px;
}
.hr-header .hr-main-header .hr-inner-header .hr-mob-menu, .hr-header .hr-main-header .hr-inner-header .hr-mob-menu-pop {
  display: block;
  margin: 20px 0px;
}
.hr-header .hr-announcement-warp .hr-announcement-bar {
  padding-top: 0px;
  padding-bottom: 0px;
}
}
@media(max-width:1100px){
.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
  bottom: 30px;
  left: -18px;
}
}
@media only screen and (min-width:992px) and (max-width:1200px) {
 
.hr-header .hr-announcement-warp .hr-announcement-bar {
  margin-left: 170px;
}
}
@media(max-width:991px) {
.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
  bottom: 0;
  left: -20px;
  width: 90px !important;
}
.hr-header .hr-announcement-warp .hr-announcement-bar {
  margin-left: 68px;
}
  .hr-header .hr-announcement-warp {
  background: var(--color-3);
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: none;
}
.hr-header {
  background-color: var(--white);
  position: inherit;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.hr-main-header {
  background-color: var(--color-2);
  padding: 15px 0px 10px;
}
.hr-header .logo-shape {
  width: 25%;
}
.hr-header .hr-main-header .hr-inner-header {
  padding: 0;
}
.hr-header-cover {
  width: 100%;
  height: 0;
}
}
@media screen and (max-width:768px) {
  .hr-header .hr-announcement-warp .hr-announcement-bar {
    justify-content:center
  }
  .hr-header .hr-announcement-warp .hr-announcement-bar .hr-announcement-left {
    display:none
  }
  .hr-mob-header {
    display:none!important
  }
  
  .hr-header .hr-announcement-warp {
    z-index:1
  }
  .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
  position: relative;
  bottom: -2px;
  left: 10px;
}
  .hr-header .hr-announcement-warp .hr-announcement-bar {
    margin-left:0
  }
  .hr-header .logo-shape {
  width: 29%;
}
}
@media(max-width:576px){
   .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
  position: relative;
  bottom: 8px;
  left: 30px;
}
.hr-main-header {
  background-color: var(--color-2);
  padding: 0;
}
}
@media screen and (max-width:540px) {
  .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
    height:auto;
    width:105px
  }
.hr-header .logo-shape {
  width: 130px;
}
 
}
