/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #FF8840; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #FF5969; 
}

body {
  font-family: 'Anuphan';
}

#welcome {
  z-index: 100;
  left: 0px;
  top: 0px;
}

#welcome #wrap-text-welcome {
  position: relative;
  top: calc(50% - 200px);
}

#welcome #years15 {
  font-size: 172px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(270deg, #FF8840 0%, #FF5969 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#welcome #anniversary {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(180deg, #FF8840 0%, #FF5969 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#menu-mobile {
  left: 0px;
  top: -4px;
}

#menu-mobile ul li {
  height: 48px;
  line-height: 48px;
  color: rgba(147, 147, 147, 0.60);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

#menu-mobile ul li .icon-menu {
  width: 24px;
  height: 24px;
  color: #AADFF9;
}

#menu-mobile ul li a {
  color: rgba(147, 147, 147, 0.60);
  text-decoration: none;
}

#box1 {
  background: linear-gradient(180deg, #FF8840 0%, #FF5969 100%);
}

#box1 #navigator ul {
  width: 1083px;
  height: 54px;
}

#box1 #navigator ul li {
  list-style: none;
  position: relative;
  float: left;
  padding: 0px 8px;
  text-align: center;
  border-left: 1px solid #F5F5F5;
}

#box1 #navigator ul li:last-child {
  border-right: 1px solid #F5F5F5;
}

#box1 #navigator ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#box1 #presented {
  color: #FFFFFF;
}

#box1 #presented #presented-text h1 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#box1 #presented #presented-text span {
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.60);
  font-family: Anuphan;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#box1 #bubble1 {
  top: 290px;
  position: absolute;
  left: 70px;
}

#box1 #bubble2 {
  position: absolute;
  left: 1100px;
  top: 360px;
}

#bubble-logo15years {
  position: absolute;
  left: 860px;
  top: 320px;
}

@media (min-width: 1401px) {    
    #box1 #bubble1 {
        left: 170px;
    }
    #box1 #bubble2 {
        left: 1200px;
    }
    #bubble-logo15years {
        left: 970px;
    }
}

#box1 #wrap-stat .list-stat {
  background: rgba(255, 255, 255, 0.20);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
}

#box1 #wrap-stat .list-stat div span {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#box1 #wrap-stat .list-stat small {
  font-size: 18px;
}

#box1 #wrap-gift {
  height: 245px;
}

#box1 #wrap-gift #gift {
  right: 36px;
  bottom: 132px;
}

#box1 #wrap-gift #share-social {
  right: 54px;
  bottom: 64px;
}

#box1 #wrap-gift #share-social ul li {
  width: 56px;
  height: 56px;
  position: relative;
  float: left;
  margin-right: 12px;
}

#box2 {
  margin-top: 80px;
}

#box2 #text-thank span {
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #FF8840 0%, #FF5969 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#box2 #customer-thank{ 
    width:100%;
    overflow: hidden;
}
#box2 #customer-thank #show-customer-thank {
  border-radius: 26px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 50px;
  width: calc(100% - 16px);
}

#box2 #customer-thank #show-customer-thank #qou1 {
  left: 48px;
  top: 70px;
  font-size: 65px;
  width: 65px;
  height: 55px;
  line-height: 50px;
}

#box2 #customer-thank #show-customer-thank #qou2 {
  right: 40px;
  bottom: 90px;
  font-size: 65px;
  width: 70px;
  height: 40px;
  line-height: 82px;
}

#box2 #customer-thank #show-customer-thank .customer-thank {
  padding: 77px 0px 48px 0px;
  margin: 0px 100px;
  height: 440px;
}

@media (max-width: 767px) {
    #box2 #customer-thank #show-customer-thank .customer-thank {
        height: 380px;
    }
}
@media (max-width: 576px) {
    #box2 #customer-thank #show-customer-thank .customer-thank {
        height: 490px;
    }
}

#box2 #customer-thank #show-customer-thank .customer-thank ul {
    width: max-content;
    height: 235px;
}

#box2 #customer-thank #show-customer-thank .customer-thank ul li {
    width:100%;
    height: 235px;    
}

#box2 #customer-thank #show-customer-thank .customer-thank ul li .cus-text-thank {
  color: #303030;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  min-height: 280px;
}

#box2 #customer-thank #show-customer-thank .customer-thank .cus-text-thank .hotel-wish {
  left: 0px;
  top: 0px;
  width: 100%;
}

#box2 #customer-thank #show-customer-thank .customer-thank .cus-text-thank .hotel-name {
  color: #303030;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  bottom: 0px;
  width: 100%;
}

#box2 #customer-thank #show-customer-thank .customer-thank .cus-logo-thank{
    position: relative !important;
    height: 280px;
    justify-content: center;
}
#box2 #customer-thank #show-customer-thank .customer-thank .cus-logo-thank img {
  max-width: 240px;
  max-height: 250px;
  margin: auto;
  display: block;
}

#box2 #btn-left {
    left: 0px;
    top: calc(50% - 25px);
    width: 50px;
    text-align: center;
    cursor: pointer;
}

#box2 #btn-right {
    right: 0px;
    top: calc(50% - 25px);
    width: 50px;
    text-align: center;
    cursor: pointer;
}

#box2 #wrap-slide-logo {
  height: 150px;
}

#box2 #wrap-slide-logo ul {
  width: max-content;
}

#box2 #wrap-slide-logo ul li {
  width: 320px;
  height: 150px;
  position: relative;
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
}
#box2 #wrap-slide-logo ul li a{
    width: 320px;
    height: 150px;
    display: flex;
    justify-content: center;
}

#box2 #wrap-slide-logo ul li a img {
  max-height: 100%;
  max-width: 320px;
  margin: auto;
  display: block;
}

#box3 {
  padding-top: 80px;
  padding-bottom: 124px;
  background: url("../../assets/img/hoteljob.png") no-repeat;
  background-position: 100% 98%;
  background-size: 35%;
}

#box3 #head-vision {
  background: linear-gradient(0deg, #FF8840 0%, #FF5969 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#box3 .content-vision {
  border-radius: 26px;
  border: 1px solid #FF8840;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: calc(100% - 28px);
}

#box3 #head-vision .vision1 {
  color: rgba(48, 48, 48, 0.60);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#box3 .vision2 {
  color: rgba(48, 48, 48, 0.60);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#box3 .vision3 {
  color: rgba(48, 48, 48, 0.60);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#box3 .text-highlight {
  color: #FF8840;
}

#box3 .vision4 {
  /*padding-left: 75px;*/
  color: #303030;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#box4 {
  margin-top: 80px;
  margin-bottom: 66px;
}

#box4 .head-comment {
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #FF8840 0%, #FF5969 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#box4 .list-comment {
  color: #303030;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 460px;
  overflow-y: scroll;
  /* width: calc(100% - 16px); */
}

#box4 .list-comment ul li {
  padding: 44px 56px 16px 56px;
  border: 1px solid #FF5969;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-image: url("../../assets/img/small-2.png");
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: 2px 4px;
}
#box4 #wrap-form-comment{ /*width: calc(100% - 16px); */ }
#box4 .form-comment {
  background-image: url("../../assets/img/box-text.png");
  min-height: 460px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /*background-position: -36px 0px;*/
}

@media (max-width: 768px) {
  #box4 .form-comment {
    border-radius: 20px;
    background: linear-gradient(180deg, #FF8840 0%, #FF5969 100%);
  }
}

#box4 .form-comment #input1 {
  width: 100%;
  padding: 32px 32px 16px 74px;
}

#box4 .form-comment #input1 textarea {
  border-radius: 10px;
  background: #FFF;
  height: 190px;
  font-size: 16px;
}

#box4 .form-comment #input1 span {
  font-size: 18px;
}

#box4 .form-comment #input1 textarea::placeholder, #box4 .form-comment #input1 input::placeholder {
  color: #BEBEBE;
}

#box4 .form-comment #input1 .count-text {
  right: 46px;
  bottom: 24px;
  color: #BEBEBE;
}

#box4 .form-comment #input2 {
  width: 100%;
  padding: 0px 32px 32px 74px;
}

#box4 .form-comment #input2 input {
  height: 48px;
  border-radius: 10px;
  background: #FFF;
}

#box4 .form-comment #input3 {
  width: 100%;
  padding: 0px 32px 32px 74px;
}

#box4 .form-comment #input3 button {
  color: #303030;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  height: 48px;
  border-radius: 10px;
  background: #FFF;
  border: none;
}

@media (max-width: 768px) {
  #box4 .form-comment #input1, #box4 .form-comment #input2, #box4 .form-comment #input3 {
    padding-left: 32px;
  }
}

#box5 .star1 {
  width: 305px;
  height: 305px;
  right: 0px;
  top: 0px;
}

#box5 .star2 {
  width: 270px;
  left: 0px;
  bottom: 135px;
}

#box5 .wrap-banner-sale{ width: calc(100% - 16px); }

#box5 #topup {
  border-radius: 25px;
  border: 1px solid #FF8840;
  background: #FFF;
  display: flex;
  width: 84px;
  padding: 24px 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 41px;
  right: 64px;
  bottom: 40px;
}

#box5 #topup .topup-arrow {
  height: 45px;
}

#box5 #topup .topup-arrow i {
  font-size: 60px;
  background: linear-gradient(180deg, #FF8840 0%, #FF5969 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 60px;
}

#box5 #topup .topup-text {
  background: linear-gradient(180deg, #FF8840 0%, #FF5969 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 768px) {
  #box5 #topup {
    display: flex;
    width: 56px;
    height: 117px;
    padding: 28px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 15px;
    border: 1px solid #FF8840;
    background: #FFF;
    right: 24px;
    bottom: 48px;
  }
}

@media (max-width: 768px) {
  #box5 #topup .topup-arrow {
    /*margin-top: 4px;*/
  }
}

@media (max-width: 768px) {
  #box5 #topup .topup-arrow i {
    font-size: 25px;
    line-height: 25px;
  }
}

@media (max-width: 768px) {
  #box5 #topup .topup-text {
    font-size: 16px;
    /*margin-top: -20px;*/
  }
}

#box5 .head-hbd-sale {
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #FF8840 0%, #FF5969 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#box5 #new-cus img, #box5 #current-cus img {
  max-width: 500px;
}

#box5 #wrap-footer {
  color: #FFF;
  font-family: Anuphan;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  width: 1440px;
  height: 80px;
  padding: 25px 0px 32px 0px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: linear-gradient(180deg, #FF8840 0%, #FF5969 100%);
}

