* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

button:hover {
  box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%) !important;
}

body {
  font-family: Inter;
  font-size: 12px;
}

#header-reponsive {
  display: none;
}

#header-dektop {
  /* padding: 0px 33px; */
  /* border-bottom: 1px solid #f2ebeb; */
  /* position: relative; */
  /* box-shadow: 0px 4px 10px 0px #0000000D; */
  background: #fff;
  color: white;
  opacity: 1;
}

.header-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 16px;
}

.header-container #logo {
  max-height: 120px;
}

.header-container #logo img {
  max-height: 120px;
}

header {
  width: 100%;
  /* justify-content: space-between; */
  /* display: flex; */
  /* height: 150px; */
  /* align-items: center; */
  position: fixed;
  z-index: 9999;
  /* justify-content: space-between; */
}

header .header-navigation {
  list-style: none;
  display: flex;
  list-style: none;
  text-align: center;
  justify-content: space-between;
}

header .header-navigation li>a {
  color: #252527;
  font-weight: 600;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0em;
  /* margin-right: 14px; */
  cursor: pointer;
  text-decoration: none;
  /* text-transform: uppercase; */
  /* padding: 17px; */
  /* text-align: right; */
}

header .header-navigation .hover-about-list li a {
  color: #252527;
  line-height: 10px;
  letter-spacing: 0em;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  text-transform: inherit;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  background: none;
}

header .header-navigation .hover-about-list li a:hover {
  color: #0054A6;
}

li.about-us.active a {
  background: #ffffff36;
  border-radius: 100px;
  color: #0054A6;
}

header .header-navigation li.active a {
  font-weight: 600;
}

header button {
  height: 30px;
  width: 94px;
  background: #244066;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 26px;
}

.hover-about {
  position: absolute;
  background: #fff;
  display: flex;
  height: auto;
  width: auto;
  left: -75px;
  top: 24px;
  border-radius: 0px;
  text-align: left;
  justify-content: space-around;
  visibility: hidden;
  /* transition: 0.2s; */
  /* transition-delay: 0.5s; */
  opacity: 0;
}

.hover-about-list {
  display: flex;
}

.hover-about-list ul {
  display: block;
  margin-right: 25px;
}

.hover-about-img img {
  height: 346px;
  width: 352px;
  left: 585px;
  top: 134px;
  border-radius: 0px;
  object-fit: cover;
}

.hover-about-list ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  list-style: none;
  margin-bottom: 14px;
  width: max-content;
}

.hover-about-list ul li:hover a {
  color: #2B85FF;
}

h4.hover-about-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  text-align: left;
  margin-bottom: 26px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

.hover-about-list ul li::before {
  /* content: ""; */
  color: white;
  font-weight: bold;
  display: inline-block;
  border: 1px solid white;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: white;
  margin: 0px 0px 2px 0px;
}

li.about-us {
  position: relative;
}

li.about-us:hover a {
  color: #0054A6;
}

li.about-us:hover .hover-about {
  position: absolute;
  background: #ffffff;
  display: flex;
  height: auto;
  width: auto;
  top: 24px;
  border-radius: 0px;
  text-align: left;
  visibility: visible;
  transition: 0.5s;
  opacity: 1;
  border: 1px solid rgb(0 25 58 / 10%);
  box-shadow: 0px 9px 30px 0px #00000012;
  left: 0px;
  padding: 24px;
  border-radius: 6px;
}

.header-right {
  display: block;
  width: 80%;
  text-align: right;
}

.header-login {
  display: flex;
  justify-content: right;
  margin-left: 24px;
}

.click-login img {
  height: 24px;
  width: 24px;
}

.click-login:hover {
  color: #2F80ED;
}

.header-form-login {
  width: 100%;
  height: 90px;
  background: white;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0px;
}

.header-form-login .img-header {
  margin-right: 40px;
  margin-left: 115px;
}

.header-form-login .login {
  padding-left: 40px;
  color: #0069CB;
  font-size: 35px;
  font-weight: 600;
  border-left: 1px solid #0069CB;
  height: 30px;
  display: flex;
  align-items: center;
}

.click-register:hover {
  color: #2F80ED;
}

.r-login {
  position: absolute;
  top: 0;
  left: 0;
}

.r-login img {
  position: absolute;
  top: 0;
  left: 0;
  height: 179px;
  width: 155px;
  object-fit: contain;
  border-radius: 0px;
  max-width: inherit;
}

.l-login {
  position: absolute;
  right: 0;
  bottom: 0;
}

.l-login img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: inherit;
}

.login-popup {
  display: block;
}

.createPass-popup {
  display: none;
}

.opt-popup {
  display: none;
}

.opt-popup {
  text-align: center;
  width: 90%;
}

.opt-popup h3 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}

.opt-popup p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  margin: 20px 0px;
}

.userInput {
  display: flex;
  justify-content: center;
}

.userInput input {
  width: 53px;
  border: none;
  margin-right: 10px;
  margin-top: 27px;
  border-bottom: 1px solid #BDBDBD;
  outline: none;
  font-size: 20px;
  padding-left: 25px;
}

.reset-opt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  margin: auto;
}

.reset-opt p {
  color: #2F80ED;
  text-decoration: underline;
  font-size: 14px;
}

.change-pass-work {
  display: none;
}

.succes-login {
  display: none;
}

.succes-login img {
  height: 250px;
  width: 250px;
  left: 757px;
  top: 222px;
  text-align: center;
  border-radius: 0px;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.succes-login {
  /* display: flex; */
  width: 100%;
  justify-content: center;
  margin: auto;
  text-align: center;
  position: relative;
}

.check-note {
  width: 100%;
  display: flex;
  justify-content: left;
  color: #828282;
  align-items: center;
  font-size: 14px;
  margin: 20px 0px;
}

.check-note input {
  margin: 0px 16px 2px 0px;
}

.header-search-card {
  display: flex;
  justify-content: right;
  margin: 13px 0px 21px 0px;
  align-items: center;
}

.header-search-cart {
  color: white;
  margin-left: 32px;
}

.header-search-cart .check-cart i,
#header-reponsive .repon-cart-menu i {
  color: #252527;
  font-size: 24px;
}

.check-cart {
  position: relative;
  width: 24px;
  height: 24px;
}

span.cart-number {
  position: absolute;
  background: #EB5757;
  font-size: 9px;
  border-radius: 50%;
  padding: 2px 5px;
  top: -10px;
  right: -5px;
}

.header-search-card ul {
  display: flex;
  justify-content: right;
  list-style: none;
  text-decoration: underline;
}

.header-search {
  display: flex;
  align-items: center;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  text-decoration: none;
  width: 100%;
}

.header-search-card ul li {
  margin-right: 28px;
  font-size: 13px;
  cursor: pointer;
}

.header-search-card ul li a {
  color: #FFFFFF;
}

.header-search-card ul li:hover a {
  color: #2F80ED;
}

.hover-detail {
  display: block;
}

.hover-about-title {
  color: white;
  font-size: 16px;
  margin-bottom: 20px;
}

.hover-about-list {
  display: inline;
}

.header-search input {
  height: 39px;
  width: 412px;
  left: 863px;
  top: 50px;
  border-radius: 100px;
  padding-left: 15px;
  border: none;
}

.header-search img {
  position: absolute;
  right: 14px;
}

.header-search i {
  font-size: 24px;
  margin-right: 5px;
  margin-left: 23px;
}

.hover-about-list ul li a {
  text-transform: inherit;
}

#search {
  display: none;
}

#search.activeSearch {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-top: 50px;
  z-index: 999999;
  display: flex;
  margin: auto;
  justify-content: center;
}

#search input {
  width: 50%;
  height: 60px;
  border-radius: 34px;
  border: 1px solid #244066;
  padding-left: 20px;
  outline: none;
  background: #f8f7f7;
}

#search button {
  height: 60px;
  width: 130px;
  border-radius: 34px;
  border: 1px solid #244066;
  cursor: pointer;
  background: #244066;
  color: white;
  margin-left: 21px;
}

.close-search {
  position: absolute;
  right: 32px;
  top: 23px;
  color: #224;
  font-size: 30px;
  border: 1px solid #ededed;
  background: #f3f1f1;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-bottom: 4px;
  cursor: pointer;
}

#search input:hover {
  background: #ececec;
}

div#search {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

div#menu-sidebar {
  position: absolute;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  /* background: #fff; */
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: flex;
  visibility: hidden;
  /* transition: 0.1s; */
  opacity: 0;
}

div#menu-sidebar.showMenuSide {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  /* height: 100%; */
  display: flex;
  visibility: visible;
  transition: 0.5s;
  opacity: 1;
  overflow: auto;
  max-height: calc(100%);
}

.sidebar-in {
  width: 100%;
  background: #fff;
  height: 100%;
  position: relative;
  overflow: auto;
  max-height: 100%;
}

div#menu-sidebar-item {
  margin: 105px 0px 50px 0px;
}

.sidebar-out {
  width: 20%;
  background: #2626263d;
}

.sidebar-close {
  position: absolute;
  top: 7px;
  right: 22px;
}

.menu-sidebar-logo {
  text-align: center;
  height: 65px;
  display: flex;
  border-bottom: 1px solid #ddd;
  box-shadow: 2px 2px #f6f6f6;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  background: #040D27;
  width: 100%;
  z-index: 999;
  padding: 0px 25px;
}

.menu-sidebar-logo img {
  width: 60px;
}

.menu-sidebar-logo i {
  font-size: 36px;
  color: white;
}

div#menu-sidebar-item ul {
  display: block;
}

div#menu-sidebar-item ul a {
  text-decoration: none;
  font-family: Inter;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: #333333;
}


div#menu-sidebar-item ul li {
  display: block;
  align-items: center;
  height: auto;
  width: 100%;
  /* padding-left: 20px; */
  text-transform: capitalize;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  /* height: 22px; */
}

.about-item-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 16px 20px;
  align-items: center;
}

.about-item-title i {
  font-size: 20px;
}

img.img-close-sub {
  width: 10px !important;
  height: 10px !important;
}

.about-item-title a {
  display: flex;
  align-items: center;
}

.click-about {
  margin: auto 35px;
  display: none;
}

div.click-about {
  -webkit-animation-name: zoomSub;
  -webkit-animation-duration: 0.6s;
  animation-name: zoomSub;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoomSub {
  from {
    -webkit-transform: scale(0.5)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoomSub {
  from {
    transform: scale(0.5)
  }

  to {
    transform: scale(1)
  }
}

.click-about ul li {
  line-height: 35px;
  padding-left: 0px !important;
  position: relative;
}

.click-about ul li a {
  text-transform: inherit !important;
}

.click-about ul li:hover {
  text-decoration: underline;
}

.click-about ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: black;
  position: absolute;
  left: -15px;
  border-radius: 50%;
  top: 16px;
}

div#menu-sidebar-item ul {
  display: block;
}

div#menu-sidebar-item ul li img {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}

div#menu-sidebar-item .about-item-title:hover {
  background: #ebebeb;
}

.user-login {
  /* border-right: 1px solid #ddd;
  padding-right: 10px;
  margin-left: 32px;
  display: flex;
  align-items: center; */
  cursor: pointer;
  height: 24px;
  width: 24px;
}

.hotline {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.user-login i {
  font-size: 24px;
  margin-right: 4px;
}

.phone {
  color: white;
  height: 26px;
  background: #2F80ED;
  border-radius: 100px;
  display: flex;
  align-items: center;
}

.phone a {
  color: white;
  padding: 10px;
  text-decoration: none;
}

/* login */
/* div#user-login.action-show-login {
  display: flex;
} */
div#user-login,
div#user-register {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  max-height: calc(100%);
  background: black;
  align-items: center;
  display: none;
  /* padding-top: 80px; */
  /* display: flex; */
}

div#user-login a {
  color: #2F80ED;
  cursor: pointer;
}

.form-login {
  /* background: white; */
  background-image: linear-gradient(#34A2FC, #0075D4);
  width: 100%;
  margin: auto;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.close-form,
.close-form-register {
  position: absolute;
  right: 9px;
  top: 8px;
}

.close-form i,
.close-form-register i {
  font-size: 36px;
}

.click-register-bottom {
  color: #0054A6;
  font-weight: 600;
}

.form-title {
  width: 58%;
  padding: 42px;
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-top: 60px;
}

.box-left {
  width: 12%;
}

.action-popup-login {
  background: white;
  width: 30%;
  padding: 20px;
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  border-radius: 12px;
  margin-top: 60px;
}

.action-popup-login h3 {
  font-family: Inter;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  padding-bottom: 10px;
  color: #0069CB;
  text-align: left;
}

.action-popup-login p {
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  /* margin: 31px 0px 0px 0px; */
}

.action-popup-login button {
  height: 48px;
  width: 100%;
  border-radius: 8px !important;
  background-color: #0054A6 !important;
  border: none !important;
  font-size: 16px !important;
  color: white !important;
  margin-top: 20px !important;
  font-weight: 400 !important;
}

.action-popup-login button:hover {
  border: 1px solid #0054A6 !important;
  background-color: #fff !important;
  color: #0054A6 !important;

}

.form-title p {
  margin-top: 10px;
  text-align: center;
}

.createPassWork {
  border: 1px solid #FFCB9C;
  padding: 21px;
  background: #FFF8ED;
  border-radius: 4px;
  margin-top: 20px;
}

.form-title img {
  width: 345px;
  height: 277px;
  object-fit: cover;
  display: flex;
  margin: auto;
}

.input-login {
  width: 100%;
  position: relative;
  margin-top: 42px;
  display: flex;
  border: 1px solid #E0E0E0;
  align-items: center;
  border-radius: 12px;
}

.icon-login {
  font-size: 18px;
  color: #828282;
}

.show-pass {
  position: absolute;
  right: 14px;
  font-size: 18px;
  color: #828282;
  cursor: pointer;
}

.input-login input {
  width: 100%;
  border: none;
  padding-left: 11px;
  padding-bottom: 2px;
  outline: none;
}

.input-login input:focus~.floating-label,
.input-login input:not(:focus):valid~.floating-label,
.input-login .floating-label {
  top: -30px;
  bottom: 10px;
  /* left: 30px; */
  font-size: 16px;
  opacity: 1;
  color: #333333;
}

.input-login .inputText {
  font-size: 14px;
  width: 100%;
  height: 48px;
  background: none;
}

.input-login .floating-label {
  position: absolute;
  pointer-events: none;
  /* left: 30px; */
  /* top: 4px; */
  top: -30px;
  bottom: 10px;
  transition: 0.2s ease all;
  color: #333333;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.show-pass.css-show {
  color: #307BED;
}

.fb-google {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 24px 0px;
}

.fb {
  border: 1px solid #AFB0B1;
  width: 45%;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fb:hover {
  box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  background-color: #454bfa17;
}


.google {
  border: 1px solid #AFB0B1;
  width: 45%;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.google:hover {
  box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  background-color: #ff4a2623;
}

.register-description {
  color: #D0D1D1;
}

/* respon */
@media (min-width:1100px) and (max-width:1300px) {
  .header-right {
    display: block;
    width: 85%;
    text-align: right;
  }

  .header-search-card ul li {
    margin-right: 10px;
    font-size: 13px;
  }

  .header-search input {
    height: 39px;
    width: 387px;
    left: 863px;
    top: 50px;
    border-radius: 100px;
    padding-left: 15px;
    border: none;
  }

  /* header .header-navigation li>a {
    color: white;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0em;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
  } */
}

@media (max-width: 1100px) {
  #header-reponsive {
    display: flex;
    padding: 0px 16px;
    justify-content: space-between;
    height: 65px;
    background: #fff;
  }

  #header-reponsive img {
    width: 60px;
  }

  #header-reponsive .header-menu {
    color: white;
    font-size: 35px;
    display: flex;
    align-items: center;
    margin-left: 10px;
  }

  #header-dektop {
    display: none;
  }

  #search button {
    height: 40px;
    width: 130px;
    border-radius: 34px;
    border: 1px solid #244066;
    cursor: pointer;
    position: absolute;
    top: 127px;
    left: 0;
    right: 0;
    margin: auto;
  }

  #search input {
    width: 85%;
    height: 50px;
    border-radius: 34px;
    border: 1px solid #244066;
    padding-left: 20px;
    outline: none;
    background: #f8f7f7;
  }

  .header-search i {
    margin: 0;
  }

  .close-search {
    position: absolute;
    right: 10px;
    top: 14px;
    color: #224;
    font-size: 30px;
    border: 1px solid #ededed;
    background: #f3f1f1;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding-bottom: 4px;
  }

  .repon-cart-menu {
    display: flex;
  }

  div#user-login {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    max-height: 100vh;
    background: black;
    align-items: center;
    display: none;
    padding: 0px;
    /* display: flex; */
  }

  .form-login {
    background: white;
    width: 100%;
    margin: auto;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }

  .action-popup-login {
    width: 100%;
    padding: 48px 42px 10px 42px;
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    max-width: 452px;
  }

  .form-title {
    width: 100%;
    padding: 0px 42px 0px 42px;
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }

  .form-title img {
    /* position: absolute; */
    opacity: 0.1;
    display: none;
  }

  .form-title p {
    margin-top: 10px;
    display: none;
  }

  .login-registration-sidebar {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  button.login-sidebar {
    background: #040D27;
    color: white;
    height: 50px;
    width: 134px;
    border-radius: 100px;
    font-size: 14px;
    margin: 10px;
  }

  button.registration-sidebar {
    background: #d0d0d0;
    color: black;
    height: 50px;
    width: 134px;
    border-radius: 100px;
    font-size: 14px;
    border: none;
    margin: 10px;
  }


}