.app {
  display: block;
  width: 100%;
  overflow: hidden;
}

.img-wrap img {
  width: 100%;
}

:root {
  --item-high: 265px;
}

.container_local {
  position: relative;
  width: 100%;
}

.container_hot {
  width: 70%;
  margin: 0 auto;
  background-color: #DB2E00;
  border: solid white 3px;
  border-radius: 30px;
  padding: 30px 0;
  margin-top: 50px;
}

#supper.container_local {
  padding: 30px 0 40px;
  background-color: #EC5A5A;
  position: relative;
  overflow: hidden;
  display: none;
}

.bgr_decor {
  position: absolute;
  z-index: 0;
  top: 0;
}

.bgr_decor--left {
  left: 0;
}

.bgr_decor--right {
  right: 0;
}

#supper .img-wrap {
  margin-top: 10px;
  position: relative;
  z-index: 1;
}



#supper .img-wrap:hover {
  transform: translate(1%, -1%);
  transition: all ease 0.4s;
  cursor: pointer;
}

.container_hot-detail {
  margin: 0 auto;
  text-align: center;
}

.container_hot-detail-img {
  width: 80%;
  margin: 0 auto;
}

.container_local-decor--left {
  width: 20%;
  position: absolute;
  left: 0;
  top: 22%;
  display: none;
}

.container_local-decor--right {
  width: 20%;
  position: absolute;
  right: 0;
  top: 20%;
  display: none;
}

.container_local--watch {
  padding: 50px 0;
}

.gift-top {
  width: 20%;
  position: absolute;
  top: -5%;
  left: 30%;
  z-index: 10;
}

.gift-left {
  width: 15%;
  position: absolute;
  top: 8%;
  left: 14%;
}

.gift-right {
  width: 17%;
  position: absolute;
  top: 8%;
  right: 14%;
}

.container_local.back-ground-purple {
  background-color: #958FDB;
}

.iphone__body.back-ground-linear-purple {
  background-image: linear-gradient(to right, transparent 25%, #E8E5FF 57%);
}

.container_local-orange {
  background-color: transparent;
}

.container_local-blue {
  background-color: transparent;
}

.local_img {
  display: none;
  position: absolute;
  z-index: 2;
}

.local_img--left {
  left: -2%;
  top: -90px;
}

.local_img--right {
  right: -1.5%;
  top: -120px;
}

.bell {
  position: absolute;
  left: -12%;
  width: 90%;
  top: 19%;
  display: none;
  /* z-index: 10; */
}

.bangron {
  position: relative;
  background-color: #fe7700;
  width: 100vw;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 74px;
  font-size: 27px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  margin-top: 14px;
}

.bangron span {
  padding: 0 56px;
}

.header {
  position: relative;
  width: 100%;
  padding-top: 59%;
  z-index: 21;
  background-image: url(../image/Banner/banner\ main.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.sub__header {
  position: relative;
  width: 100%;
}

.sub__banner {
  position: absolute;
  top: -60%;
  left: 50%;
  transform: translateX(-50%);
  width: 27%;
  z-index: 1;
  height: 18vh;
}

.sub__banner img {
  width: 100%;
  height: 100%;
}

.sub__banner--2 {
  width: 100%;
  z-index: 0;
  height: 6vh;
}

.sub__banner--2 img {
  height: 100%;
  width: 100%;
}

.decor__banner {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.decor__banner img {
  width: 100%;
}

.sub__banner img {
  width: 100%;
}

.container {
  margin: 0;
  padding: 0;
  position: relative;
}

.lua {
  position: absolute;
  transform: translateY(-1%);
  width: 100%;
  z-index: -1;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
  background-color: #FFF9E3;
  height: auto;
}

.navbar__item {
  margin-top: 28px;
}

.navbar__line {
  width: 90%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.navbar__line a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16%;
  border-radius: 18px;
  margin: 30px 24px;
}

.navbar__line a:hover {
  transform: translateX(0%) translateY(4.5%);
  box-shadow: unset;
  transition: all 0.2s ease;
}

.local_side_banner {
  width: 44%;
  padding-top: 4%;
  margin: 0 auto;
}

.side__navbar {
  position: fixed;
  background-color: #FFD87F;
  right: 3%;
  top: 14%;
  border: solid 1px rgba(0, 0, 0, 0.476);
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
  z-index: 10;

}

.side__navbar.show {
  opacity: 1;
}

.side__navbar__item {
  position: relative;
}

.side__navbar__item:hover {
  background-color: #ff88b0;
}

.side__navbar__item:hover a {
  color: white;
  background-color: rgb(220, 24, 24);
}

.side__navbar__item::after {
  content: "";
  display: block;
  background-color: black;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.container__content {
  background-position: 0 25%;
  background-size: 98%;
}

.container_local-banner {
  position: relative;
  z-index: 1;
  margin-top: 90px;
}

#game {
  background-image: url(../image/Banner/game_back.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 50px;
  width: 100%;
}

.game__body {
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.game_left {
  width: 50%;
}

.game_right {
  width: 50%;
}



.container_local-banner img {
  width: 100%;
  height: 100%;
}

.side__navbar__item a {
  font-family: 'Montserrat', sans-serif;
  height: 80px;
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}

.container__navbar {
  position: relative;
  padding: 20px 20px 20px;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  background-image: url(../image/Banner/nav_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.decor_nav {
  position: absolute;
  z-index: 200;
  top: 0;
}

.decor_nav--left {
  left: 0;
}

.decor_nav--right {
  right: 0;
}


.container__navbar-title {
  position: absolute;
  background-color: #FFA601;
  width: 36%;
  height: 90px;
  border-radius: 50px;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 21px;
  font-weight: bold;
}



.container__heading {
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 1;
  position: relative;
  margin-top: -40px;
}

#iphone {
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: relative;
  z-index: 3;
  margin-top: 0px;
  padding-top: 0px;
}


#xiaomi {
  width: 100%;
  height: auto;

  border-radius: 20px;
  position: relative;
  z-index: 1;
  margin-top: 50px;
  padding-top: 0px;
}

.decor__no {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-40%);
  text-align: center;
}

.decor__no img {
  width: 80%;
}

#samsung {
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: relative;
  z-index: 3;
  margin-top: 0px;
  padding-top: 0px;
}

.navbar__item {
  transition: all 0.2s linear;
}

.navbar__item:hover {
  transform: translateX(4px) translateY(-4px);
}

.navbar__item a img {
  width: 100%;
}

.iphone__body {
  background-color: transparent;
  position: relative;
  z-index: 4;
  border-radius: 20px;
}

.iphone__banner img {
  width: 100%;
}

.iphone__item {
  height: var(--item-high);
  background-color: transparent;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: black;
  font-family: 'Montserrat', sans-serif;
}

.local_banner {
  margin-top: 10px;
  display: none;
}

.local_banner img {
  width: 100%;
  margin-bottom: 20px;
}

.item__frame {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 100%;
  z-index: 0;

}

.item__frame img {
  width: 100%;
  height: 100%;
}

.item__header-title {
  position: absolute;
  width: 110px;
  height: 27px;
  border-radius: 50px;
  background-image: linear-gradient(to bottom, #FC6D31, #E10C06);
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  top: 14px;
  z-index: 1000;
  font-size: 11px;
  font-weight: bold;
  color: #FFC700;
  display: none;
}

.row__hide {
  display: none;
}

.row__hide .iphone__item {
  animation: 0.4s linear fadein;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.open__hide {
  font-family: Montserrat;
  width: 208px;
  height: 68px;
  background-size: 100%;
  background-repeat: no-repeat;
  font-weight: 600;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0px;
  text-transform: uppercase;
  color: white;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  transition: all ease-in 0.1s;
  box-shadow: 0 4px 4px 0;
  box-shadow: inset 0 4px 4px 0 rgba(255, 255, 255, 60%), 0 4px 4px rgba(0, 0, 0, 25%);
  background-image: url(../image/sanpham/open_hide.png);
}

.header__btn {
  position: fixed;
  bottom: 92px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fe273d;
  border: solid 3px #fff9e3;
  color: #fff9e3;
  padding: 8px 6px;
  border-radius: 18px;
  right: 5px;
  font-weight: 600;
  z-index: 101;
  text-align: center;
  text-decoration: none;
  transition: all ease 0.5s;
}

.open__hide:hover {
  cursor: pointer;
  box-shadow: inset 0 8px 8px 0 rgba(255, 255, 255, 60%), 0 0px 0px rgba(0, 0, 0, 25%);
  transform: translate(0px, 2px);
}

.item__header {
  display: flex;
  justify-content: space-between;
}

.item__sale {
  display: none;
  flex: 1;
  position: absolute;
  z-index: 1;
  width: 25%;
  top: 9%;
  left: 9%;
}

.item__sale img {
  width: 100%;
}

.item__mini {
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 8%;
  position: absolute;
  z-index: 4;
  right: 9%;
  font-weight: 600;
  color: white;
  font-size: 9px;
  width: 64px;
  height: 19px;
  border-radius: 8px;
}

.iphone__img {
  width: 144px;
  margin: 0px auto;
  transform: translateY(35%);
  z-index: 5;
  transition: transform 0.3s ease 0s;
  text-align: center;
}

.iphone__img.iphone__img--high {
  transform: translateY(60%);
}

.iphone__img img {
  width: 93%;
}

.iphone__img--small img {
  width: 77%;
}

.iphone__img--med img {
  width: 86%;
}

.iphone__item:hover .iphone__img {
  transform: translateY(31%);
}

.iphone__color {
  position: absolute;
  top: 66px;
  right: 25px;
  display: none;
}

.iphone__name {
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  color: black;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  width: 95%;
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 50px;
  min-height: 9.5%;
  display: flex;
  justify-content: center;
  align-items: center;
}



.iphone__gny {
  color: white;
  font-weight: 500;
  font-size: 12px;
  position: absolute;
  z-index: 2;
  left: 7%;
  bottom: -2%;
  font-weight: 200;
  width: 32%;
  padding: 2px 0px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.iphone__gny.iphone__gny--hot {
  background-color: #DB2E00;
}

.iphone__gny span {
  font-style: normal;
  font-weight: 200;
  font-size: 11px;
  display: inline-block;
  color: white;
  background-color: black;
  padding: 5px 10px;
  border-radius: 12px;
  text-decoration: line-through;
}

.iphone__gny span:last-of-type {
  font-size: 8px;
  text-decoration: unset;
  margin-left: 2px;
  display: none;
}

.iphone__price {
  position: absolute;
  z-index: 2;
  text-align: center;
  margin: 0px;
  color: white;
  font-style: normal;
  font-weight: bold;
  font-size: 27px;
  right: 8%;
  bottom: 2%;
}

.iphone__tree {
  display: none;
  position: absolute;
  left: 0;
  bottom: 4px;
  left: 6px;
}

.iphone__tree img {
  width: 94%;
}


#mac {
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: relative;
  z-index: 3;
  margin-top: 0px;
  padding-top: 0px;
}

#ipad {
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: relative;
  z-index: 3;
  margin-top: 0px;
  padding-top: 0px;
}

#tainghe {
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: relative;
  z-index: 3;
  margin-top: 0px;
  padding-top: 0px;
}

#phukien {
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: relative;
  z-index: 3;
  margin-top: 0px;
  padding-top: 0px;
}

#smarthome {
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: relative;
  z-index: 3;
  margin-top: 0px;
  padding-top: 0px;
}

.item__mini--like {
  width: 65px;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  right: 9%;
}

.font-size14-pc {
  font-size: 13px;
}



.marginright10 {
  margin-right: 10px;
}

.footer {
  padding-top: 3.333rem;
  background-color: #f5f5f7;
  position: relative;
}

.footer__body {
  display: flex;
  justify-content: space-between;
  padding: 3.333rem 0 2.396rem;
}


.lienhe__header {
  font-weight: 700;
  color: #323232;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 0;
}

.lienhe__list {
  padding: 0;
  list-style: none;
}

.lienhe__item {
  margin-bottom: 8px;
}

.lienhe__item a {
  color: #333;
  font-size: 0.729rem;
  font-weight: 400;
  line-height: 0.9375rem;
  margin-bottom: 0.521rem;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.chinhsach__header {
  font-weight: 700;
  color: #323232;
  font-size: 14px;
  margin-bottom: 0.625rem;
  margin-top: 0;
}

.chinhsach__list {
  padding: 0;
  list-style: none;
  margin: 0;
}

.chinhsach__item {
  margin-bottom: 8px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.footer-bottom {
  margin-top: 2rem;
  display: flex;
  padding: 1.354rem 0px 1.354rem;
  position: relative;
  border-top: 1px solid #C7C7C899;
}

.item-logo {
  max-height: 2rem;
}

.footer-bottom-text {
  margin-right: 1.042rem;
  font-weight: 400;
  line-height: 1.042rem;
  font-size: 0.625rem;
  max-width: 292px;
}

.footer-bottom-payment .text-black {
  margin-right: 1.25rem;
  font-weight: 400;
  line-height: 1.823rem;
  font-size: 0.729rem;
}

.footer-bottom-payment img {
  max-width: 11.25rem;
}

.footer-bottom-chungnhan {
  max-width: 250px;
  max-height: 1.6rem;
  margin-top: 22px;
}

.footer-bottom-chungnhan img {
  height: 100%;
}

.footer-bottom-chungnhan--have-link {
  max-height: 2.3rem;
  max-width: 120px;
  margin-top: 16px;
}

.footer-bottom-logo:first-child {
  max-width: 40px;
  margin-top: 17px;
  margin-right: 15px;
  padding: 0;
}

.footer-bottom-logo {
  max-height: 2rem;
  margin-top: 16px;
}

.footer-bottom-logo+.footer-bottom-logo {
  border-left: 1px solid #DDDDDD;
  padding-left: 25px;
}

.footer-bottom-logo img {
  height: 100%;
}

.item-logo img {
  height: 100%;
}

.flex-box {
  display: flex;
}

.text-footer {
  margin-right: 1.042rem;
  color: #333;
  font-weight: 400;
  line-height: 1.042rem;
  font-size: 0.625rem;
}

.images-1 {
  margin-right: 2.708rem;
}

.images-1 img {
  max-height: 3.333rem;
  width: auto;
}

img {
  overflow-clip-margin: content-box;
  overflow: clip;
}



.middle__title {
  margin-right: 1.5rem;
  font-weight: 600;
  line-height: 1.25rem;
  font-size: 0.9375rem;
}

.footer-middle {
  border-top: 1px solid #C7C7C899;
  padding: 1.5625rem 0;
  border-bottom: 1px solid #C7C7C899;
}

.chinhsach__item a {
  color: #333;
  font-size: 0.729rem;
  font-weight: 400;
  line-height: 0.9375rem;
  margin-bottom: 0.521rem;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

.chinhsach__item:hover a {
  color: #EF6837;
}

.lienhe__item:hover a {
  color: #EF6837;
}

.others__item:hover a {
  color: #EF6837;
}

.others__header {
  font-size: 14px;
  margin-top: 0;
  font-weight: 700;
}

.others__list {
  padding: 0;
  list-style: none;
}

.others__item {
  margin-bottom: 8px;
}

.others__item a {
  font-size: 15px;
  color: black;
  text-decoration: none;
  line-height: 20px;
  font-weight: 400;
}

.payment__body {
  display: flex;
}

.payment__heaiding {
  font-size: 15px;
  text-align: right;
  margin-top: 0;
}

.payment__lol {
  margin-top: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: right;

}

.payment__list {
  display: flex;
}

.payment__lol--item {
  width: 133px;
}

.payment__item+.payment__item {
  margin-left: 6px;
}

.payment__lol--item img {
  width: 100%;
}

.footer__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #dddddd;
  ;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer__copy {
  font-size: 15px;
  color: #999999;
  line-height: 20px;
}

.footer__media {
  display: flex;
  padding: 0;
  list-style: none;
  width: 120px;
  justify-content: space-between;
  margin: 0;
}

.footer__media--item a {
  font-size: 15px;
  line-height: 20px;
  color: #EF6837;
}

.showlist__btn {
  font-size: 15px;
}

.sale__detail--link {
  width: 80%;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 30px;
  text-align: center;
  z-index: 1;
  font-weight: 500;
  position: relative;
}

.sale__detail--link a {
  color: #fe273d;
  text-decoration: none;
  font-size: 19px;
}

.sale__detail--link:hover a {
  color: #FFD87F;
  font-style: italic;
}

.search {
  background-image: linear-gradient(90deg, rgb(253, 200, 132) 0%, rgb(254, 156, 19) 8.66%, rgb(254, 79, 0) 19.51%);
  ;
  padding-top: 5px;
  width: 100%;
  z-index: 101;
}

.search__logo {
  margin-right: 1.302rem;
}

.search__logo a {
  display: block;
  width: 100%;
}

.search__logo a img {
  display: block;
  width: 100%;
}

/* .search__logo img{
  width: 100%;
} */
.search__container {
  display: flex;
  align-items: center;
}

.menu__front-bar {
  background-color: white;
  margin-top: 5px;
}

@keyframes expandFromTop {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.menu__front-bar.boss {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  margin-top: 0;
  overflow: hidden;
  animation: 0.4s expandFromTop;
}



.menu__front-bar ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.menu__front-bar ul a {
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 0.729rem;
  font-weight: 500;
  line-height: 0.9375rem;
  gap: 0.26rem;
  color: #333333;
  padding: 0.833rem;
  flex-direction: column;
  text-decoration: none;
}

.menu__front-bar ul li:hover a {
  color: #ff7337;
}

.menu__front-bar ul li:hover a img {
  color: #ff7337;
  filter: brightness(1) invert(0);
}

.menu__front-bar ul>li>a img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
  object-position: center;
  filter: brightness(0) invert(0);
}

.search__menu {
  min-width: 2.292rem;
  width: 2.292rem;
  height: 2.292rem;
  cursor: pointer;
  padding: 0.3125rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FFF3EE;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search__menu img {
  height: 16px;
}

.search__menu span {
  font-size: 15px;
  line-height: 20px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: white;
}

.search__bar {
  border: 1px solid #d7d7d7;
  padding: 0 12px;
  color: #7b7b7b;
  font-size: 11px;
  height: 40px;
  line-height: 40px;
  flex-grow: 1;
  margin: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
  border-radius: 5.208rem;
  background: #FFF;
  padding: 0.3125rem 0.521rem 0.3125rem 1.302rem;
}

.search__bar-icon {
  font-size: 22px;
}

.service__list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.service__item a {
  display: flex;
  text-decoration: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}

.service__item {
  padding: 0.417rem 0.833rem;
}

.service__item.service__item--rounded {
  padding: 0;
}

.service_item-rounded {}

.service_item-front {
  display: flex;
  align-items: center;
  cursor: pointer;
  min-width: 8.2rem;
  padding: 0.6rem 0.833rem 0.417rem;
  background: rgba(255, 160, 30, 0.3);
  border-radius: 1.042rem;
  margin-right: 1.042rem;
  position: relative;
}

.service_item-front-head {
  font-size: 0.729rem;
  font-weight: 500;
  line-height: 0.9375rem;
  color: #FFF;

}

.service_item-front-content {
  width: 100%;
  font-size: 0.729rem;
  font-weight: 800;
  line-height: 0.9375rem;
  color: #FFF;
  padding-right: 1rem;
  background-color: transparent;
  border: unset;
  appearance: none;
  /* chuẩn hiện đại */
  -webkit-appearance: none;
  /* Safari/Chrome */
  -moz-appearance: none;
  /* Firefox */
  background: none;
  outline: none;
  position: relative;
}

.service_item-front-content ul {
  list-style: none;
  padding: 0;
  color: black;
  font-weight: 400;
  background: #FFF;
  left: 0;
  padding: 0.208rem 0.521rem;
  -webkit-border-radius: 0.521rem;
  -moz-border-radius: 0.521rem;
  border-radius: 0.521rem;
  width: 100%;
  box-shadow: 0 0 10px #dedede;
  position: absolute;
  display: none;
  animation: 0.4s expandFromTop;
  z-index: 102;
}

.service_item-front-content ul.show {
  display: block;
}

.service_item-front-content li {
  font-size: 0.729rem;
  line-height: 1.042rem;
  padding: 0.208rem;
}

.service_item-front-content li:hover {
  color: #ff7337;
  cursor: pointer;

}


.service_item-front-content:focus {
  border: unset;
  outline: none;
}

.service_item-front-icon {
  width: 0.6rem;
  height: 0.6rem;
  color: #fff;
  font-size: 11px;
  position: absolute;
  right: 15px;
  top: 50%;
}

.service__item svg {
  height: 1.354rem;
}

.service__icon {
  background: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service__infor-name {
  font-weight: 600;
  line-height: 0.9375rem;
  color: #FFF;
  display: block;
  margin-top: 0.3125rem;
}

.service__infor-content {
  font-weight: bold;
}

.service__infor {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}

.search__bar-link {
  z-index: 100;
  position: absolute;
  top: 110%;
  height: 50px;
  width: 100%;
  background-color: white;
  left: 0;
  border-radius: 5px;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.185);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.search__bar-link.show {
  display: flex;
}

.search__bar-link a {
  text-decoration: none;
  font-size: 16px;
  color: black;
  transition: all 0.1s linear;
}

.search__bar-link a:hover {
  color: #EF6837;
  transform: translateX(1px) translateY(-1px);
}

.header {}

/* MENU */

#menu {
  position: absolute;
  top: 134px;
  left: 0;
  bottom: 0;
  width: 100vw;
  z-index: 100;
  display: none;
}

#menu.boss.show {
  position: fixed;
  top: 69px;
}

#menu.show {
  display: block;
}

.menu_item-main {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: black;
}

.menu__list {
  background: #FFF;
  padding: 0.521rem 0;
  -webkit-border-radius: 0 0 0.521rem 0.521rem;
  -moz-border-radius: 0 0 0.521rem 0.521rem;
  border-radius: 0 0 0.521rem 0.521rem;
  width: 14.0625rem;
  border-top: 1px solid #E6E6E6;
  position: relative;
  margin: 0;
}

.menu__item {
  display: flex;
  align-items: center;
  font-size: 0.729rem;
  font-weight: 500;
  line-height: 0.91875rem;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #333;
  padding: 0.521rem 0.833rem;
}

.menu__item:hover {
  cursor: pointer;
}

.menu__item:hover .menu__title {
  color: #C73536;
  cursor: pointer;

}

.menu__item:hover .item__table {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.menu__item:hover i {
  color: #C73536;
  cursor: pointer;
}

.menu__item:hover img {
  filter: brightness(1) invert(0);
}

.menu__item i {
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  right: 10px;
}

.menu__icon {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
  object-position: center;
  margin-right: 0.26rem;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  filter: brightness(0) invert(0);
}

.item__table {
  display: flex;
  border-top: 1px solid #E6E6E6;
  padding: 1.042rem 1.667rem 2.24rem;
  background: #FFF;
  -webkit-border-radius: 0 0 0.521rem 0.521rem;
  -moz-border-radius: 0 0 0.521rem 0.521rem;
  border-radius: 0 0 0.521rem 0.521rem;
  flex-wrap: wrap;
  position: absolute;
  flex-wrap: wrap;
  width: 1000px;
  font-weight: 400;
  top: -1px;
  background-color: white;
  min-height: 30.9rem;
  width: calc(930px - 225px);
  left: 100%;
  z-index: 9;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(1.042rem);
}



.item__list {
  cursor: pointer;
  list-style: none;
  width: 20%;
  padding: 0;
  margin: 0;
  padding-right: 0.625rem;
  margin-bottom: 2.083rem;
}

.item__list:last-child {
  border: none;
}

.item__list:nth-child(4) {
  border: none;
}

.item__list-mem:first-child a {
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.18125rem;
  color: #333333;
}

.item__list-mem a {
  text-decoration: none;
  font-size: 0.729rem;
  font-weight: 500;
  line-height: 1rem;
  color: #666666;
}

.item__list-mem+.item__list-mem {
  margin-top: 0.8rem;
}

.item__list-mem:hover a {
  color: #C73536;
}

#watch {
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: relative;
  z-index: 3;
  margin-top: 0px;
  padding-top: 0px;
}

.footnav-list {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 0 5px #888;
  z-index: 50000;
  width: 100%;
  padding: 20px 10px;
  background: #FFF;
  -webkit-border-radius: 1.042rem 1.042rem 0 0;
  -moz-border-radius: 1.042rem 1.042rem 0 0;
  border-radius: 1.042rem 1.042rem 0 0;
  justify-content: space-around;
}

.footnav-item-btn:hover .footnav-link {
  color: #ff7337;
}

.footnav-item {}

.footnav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  white-space: nowrap;
  text-align: center;
  padding-top: 8px;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 0.833rem;
  text-align: center;
  color: #999999;
  text-decoration: none;
}

.footnav-item:first-child a {
  color: #ff7337;

}

.footnav-item:first-child a svg path {
  fill: #ff7337;
}

.footnav-item:last-child:hover .footnav-link svg path {
  fill: #ff7337;
}

.footnav-item span {
  margin-top: 2px;
}

.footnav-item i {
  display: block;
  text-align: center;
}

.footnav-link {}


.footnav-item-btn i {
  display: block;
  text-align: center;
}

.sub__menu-mb {
  display: none;
  position: fixed;
  top: 0;
  bottom: 92px;
  left: 0;
  width: 100%;
  z-index: 20000;
  background-color: white;
  flex-direction: column;
  background-color: #fff8f4;
  ;
  padding: 20px 10px 0;
  overflow-y: scroll;
}

.sub__menu-mb.show {
  display: flex;
}


.sub__menu-item {
  display: flex;
  text-decoration: none;
}

.sub__menu-header {
  border-radius: 10px;
  width: 96px;
  height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
  text-decoration: none;
  background: #fbfbfb;
  margin-bottom: 6px;
  font-size: 13px;
  text-align: center;
}

.sub__menu-content {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, .15) 1.95px 1.95px 2.6px;
  z-index: 1;
  height: auto;
  background: #fff;
  padding: 10px 20px;
  left: 120px;
  position: fixed;
  top: 20px;
  max-height: 87%;
  right: 10px;
  overflow-y: scroll;
  display: none;
}

.sub__menu-content.show {
  display: block;
}

.sub__menu-content__list {
  display: flex;
  flex-wrap: wrap;

}



.sub__menu-content__img--small {
  display: block;
  background: #f5f5f7;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  flex-grow: 1;
  width: 45%;
  margin: 7px 4px;
  text-decoration: none;
  color: #323232;
  font-size: 14px;
}

.sub__menu-content__img--small img {
  width: 100%;
  padding-bottom: 10px;
}

.sub__menu-content__img--small span {
  display: block;
}

.sub__menu-content__img--big {
  display: block;
  background: #f5f5f7;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  flex-grow: 1;
  width: 91%;
  margin: 7px 4px;
  text-decoration: none;
  color: #323232;
  font-size: 14px;
}

.sub__menu-content__img--big img {
  width: 100%;
  padding-bottom: 10px;
}

.sub__menu-content__img--big span {
  display: block;
}

.sub__menu-content_price-box {
  display: block;
  background: #f5f5f7;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  flex-grow: 1;
  width: 45%;
  margin: 7px 4px;
  text-decoration: none;
  font-size: 14px;
  color: #444;
}

.sub__menu-content--title {
  display: flex;
  align-items: center;
  margin: 0;
  color: #d53b3b;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
}

.content__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sub__menu-content--title span {
  margin-left: 10px;
}

.sub__menu-content--title {
  margin-bottom: 10px;
}

.content__list-mem {
  padding-top: 10px;
  padding-bottom: 10px;
}

.content__list-mem a {
  color: black;
  text-decoration: none;
  padding-left: 20px;
  font-size: 14px;
}

.content__list-mem:first-child a {
  color: #d53b3b;
  text-decoration: none;
  padding-left: 0;
  text-align: left;
  font-weight: 600;
}

.container_cd {
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.cd_title {
  width: 41%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #FF6C02;
  font-size: 23px;
  font-weight: 700;
  border-radius: 20px;
  box-shadow: inset 0px 3px 5px 2px #ffd3b3;
}

.cd_alarm {
  color: white;
  font-size: 79px;
  font-weight: 700;
}

.cd_alarm i {
  font-style: normal;
}

/* Form and game */

.game__rule {
  width: 62%;
  margin: 0 auto;
  background-color: #FFDC92;
  padding: 30px 20px 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #D10000;
  border-radius: 20px;
  border: #D10000 2px solid;
  position: relative;
}

.game__rule-link {
  color: #D10000;
  font-style: italic;
}

.game__rule-link:hover {
  color: rgb(87, 0, 104);
}


.game__rule-decor {
  position: absolute;
}

.game__rule-decor--big {
  width: 25%;
  left: 0;
  bottom: 0;
  transform: translateX(-32%) translateY(54%);
}

.game__rule-decor--small {
  width: 15%;
  right: 0;
  top: 0;
  transform: translateX(40%) translateY(-42%);
}

.game__rule h3 {
  margin: 0;
  font-size: 17px;
}

.game__rule p {
  margin: 0;
  font-weight: 500;
  line-height: 23px;
  text-align: left;
}

.game__note {
  width: 100%;
  margin: 0 auto;
  background-color: #D10000;
  color: white;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 9px 0;
  border-radius: 60px;
  margin-top: 24px;
  border: 3px solid #FF5B5B;
}

.game__wheel {
  width: 75%;
  position: relative;
  margin: 20px auto 0;
}

.game__wheel-img {
  transition: all 5s ease-in-out;

}

.game__wheel img {
  width: 100%;
}

.game__wheel .game__arrow {
  position: absolute;
  width: 10%;
  top: 32%;
  right: 2%;
  z-index: 10;
}

.game__main-title {
  width: 80%;
}

.game__btn {
  width: 58%;
  padding: 16px 0;
  font-size: 28px;
  border-radius: 26px;
  background-color: #D6180B;
  color: #FFD468;
  text-align: center;
  cursor: pointer;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.232);
  position: absolute;
  bottom: -8%;
  left: 50%;
  font-weight: 600;
  transform: translateX(-50%);
  border: 3px white solid;
  text-decoration: none;
  transition: all ease-in 0.1s;
}

.game__btn:hover {
  box-shadow: unset;
  transform: translateX(-49%) translateY(3px);
  opacity: 0.9;
}

.game__btn.hide {
  display: none;
}

.game__title {
  width: 80%;
  margin: 0 auto;
}

.game__title img {
  width: 100%;
}

.game__sub-title {
  width: 78%;
  margin-top: 50px;
  text-transform: uppercase;
  text-align: left;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  line-height: 28px;
  background-color: #0062C8;
  font-weight: 600;
  color: white;
  padding: 10px 30px;
  border-radius: 32px;
}

.game__decor {
  position: absolute;
  z-index: 0;
  bottom: -13%;
}

.game__decor-left {
  width: 29%;
  left: 0;
}

.game__decor-right {
  width: 29%;
  right: 0;
}

/* MODAL CONTAINER */

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.692);
  display: none;
  z-index: 100000000;
}

.modal.show {
  display: flex;
}

.modal__container {
  width: 670px;
  height: 580px;
  border-radius: 15px;
  background-color: #D6180B;
  color: #FFD468;
  font-size: 40px;
  font-weight: 600;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 50px;
}

.modal__gift {
  margin-top: 30px;
  font-style: italic;
  background-color: #FFD468;
  color: black;
  padding: 5px 20px;
  border-radius: 10px;
  max-width: 90%;
}

.modal__btn {
  font-size: 28px;
  padding: 15px 30px;
  border-radius: 50px;
  background-color: #ED5520;
  color: white;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.232);
  text-decoration: none;
  display: block;
  margin-top: 50px;
}

.modal__btn:hover {
  box-shadow: unset;
  transform: translateX(3px) translateY(3px);
  opacity: 0.8;
}

.modal__pronounce-label {
  width: 100%;
  font-size: 24px;
  text-align: center;
}

.modal__pronounce-gift {
  margin-top: 20px;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  color: #e51d72;
  font-style: italic;
}

.modal__ck {
  margin-top: 20px;
  text-align: center;
  display: none;
}

.modal__ck img {
  width: 80%;
}

.modal__container.hide {
  display: none;
}


.modal__tks {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 30;
}

.modal__tks.show {
  display: block;
}

.model__tks__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #958FDB;
  width: 50%;
  height: 50vh;
  color: white;
  flex-direction: column;
  font-size: 34px;
  padding: 20px;
  font-weight: 600;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-self: center;
  text-align: center;
}

.modal__submitfinal {
  display: inline-block;
  margin: 30px auto 0;
  font-size: 20px;
  padding: 15px 25px;
  border-radius: 15px;
  cursor: pointer;
  font-weight: 400;
  color: black;
  background-color: white;
  box-shadow: -1px 3px 2px 2px black;
}

.modal__submitfinal:hover {
  box-shadow: unset;
}

.modal__container-title {
  text-align: center;
  margin-top: 30px;
  font-weight: 700;
  color: white;
  font-size: 30px;
}

.modal__close {
  font-size: 40px;
  position: absolute;
  top: 2%;
  right: 3%;
  color: white;
  font-weight: 600;
  cursor: pointer;
}

.modal__title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 590;
  background: linear-gradient(90deg, #BDB8AF 0%, #A69A84 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

form {
  width: 100%;
  margin-top: 10px;
}

.order__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 86%;
  margin: 0 auto;
  border-radius: 30px;
  padding: 40px 50px;
  background-color: #005DBB;
}



.orders {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 56%;
  text-align: center;
  position: relative;
  margin-left: 5%;
  z-index: 10;
}

.orders h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  word-spacing: 2px;
}

.orders .order_title {
  font-size: 40px;
  width: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-40%);
}

.order_title img {
  width: 100%;
}

.order__item {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}

.order__item+.order__item {
  margin-top: 10px;
}

.order__item input {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  border: unset;
  border-radius: 50px;
  padding: 10px 10px;
  font-size: 15px;
  box-shadow: inset 2px 2px 6px #88888885;
}

.order__item input::placeholder {
  color: #959595;
  opacity: 0.4;
  text-align: center;
  font-weight: bold;
  color: #E8233B;
}

.order__item__hide {
  display: none;
}

.warning {
  color: red;
  font-size: 14px;
  margin-left: 20px;
  margin-top: 6px;
  display: block;
  font-style: italic;
}

.modal__confirm {
  width: 270px;
  font-size: 24px;
  background-color: #FFDDED;
  border: black 2px solid;
  border-radius: 40px;
  font-weight: bold;
  color: black;
  margin: 10px auto 0;
  cursor: pointer;
  padding: 5px 10px;
  text-align: center;
  color: black;
  margin-top: 40px;
}


.order__item+.order__item {}

.order__item-key {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  display: block;
  min-width: 200px;
}

.order__item-value {
  color: #888;
  font-size: 16px;
  font-weight: 600;
}

.votri__bar {
  max-width: 100%;
  margin-top: 22px;
  border-radius: 15px;
  border: 1px solid #FFF;
  background: #000;
  display: none;
}

.modal__footer {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.modal__cash {
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: 590;
}

.modal__cash-num {
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin-top: 2px;
}

.modal__submit {
  width: 280px;
  height: 60px;
  border-radius: 30px;
  border: 3px solid #BDB8AF;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.modal__submit:hover {
  background-color: #BDB8AF;
  color: white;
}

.font-anti--3row {
  font-size: 9px;
}

.iphone__img.iphone__img--low {
  transform: translateY(50%);
}