.hoiet_hotel {
    padding-top: 100px;
    background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/1831/upload/news/246b123c360c71ee4da00963a4e49ea3a1b6bdc5bf5ea8f10f3e8695bebe88e0.jpg);
    padding-bottom: 246px;
    background-position: left 0 top -60%;
    background-repeat: no-repeat;
}

.hoiet_hotel_inner {
  /* padding-bottom: 120px; */
  background: var(--color-primary);
  margin-bottom: 120px;
}
.col-md-6{padding: 0 44px 0 0;}
.hoiet_hotel_left img {
  width: 100%;
}

.hoiet_hotel_right .hoiet_hotel_title {
  margin-bottom: 20px;
}

.hoiet_hotel_title h2 {
  font-size: 16px;
  display: inline-block;
  margin: auto;
  font-weight: 400;
  padding: 0px 0px 10px 0px;
  color: var(--color-primary);
}

.hoiet_hotel_title h3 {
  font-size: 48px;
  line-height: 1;
  color: #fff;
}

.hoiet_hotel_desc strong {
  display: block;
  font-size: 46px;
  color: var(--color-primary);
  padding: 5px 0px 0px 0px;
  margin-top: 20px;
}

.hoiet_hotel_btns .btn {
  display: inline-block;
  padding: 8px 49px;
  margin: 40px 0 0;
  color: #1668b2;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background: #ffffff;
  transition: 1s;
  border-radius: var(--button-radius);
}
.hoiet_hotel_btns .btn:hover {
  color: #ffffff;
  border: 1px solid #fff;
  background:#1668b2
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hoiet_hotel_title h3 {
    font-size: 38px;
  }
  .hoiet_hotel_desc strong {
    font-size: 38px;
  }
  .hoiet_hotel_inner {
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hoiet_hotel_title h3 {
    font-size: 30px;
  }
  .hoiet_hotel_title.text-left p {
    margin: 0;
  }
  .hoiet_hotel_desc strong {
    font-size: 30px;
  }
  .hoiet_hotel_inner {
    padding-bottom: 80px;
  }
  .hoiet_hotel_btns .btn {
    padding: 12px 25px;
  }
}

@media (max-width: 767px) {
  .hoiet_hotel_title h2 {
    font-size: 15px;
  }
  .hoiet_hotel_title h3 {
    font-size: 23px;
  }

  .hoiet_hotel p {
    font-size: 14px;
  }

  .hoiet_hotel_desc strong {
    font-size: 23px;
  }

  .hoiet_hotel_btns .btn {
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 30px;
  }

  .hoiet_hotel_inner {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .hoiet_hotel_title h3 {
    font-size: 25px;
  }
  .hoiet_hotel_desc strong {
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  .hoiet_hotel_btns .btn {
    margin-top: 20px;
  }
  .hoiet_hotel_inner {
    padding-bottom: 40px;
  }
  .hoiet_hotel{
    padding-top: 20px !important;
  }
  .col-md-6{
    padding: 0 !important;
  }
  .hoiet_hotel p{
    font-size: 12px !important;
  }
  .hoiet_hotel_inner{
    margin-bottom: 50px !important;
  }
}