/*
    home > clients
*/
#clients form {
  z-index: 0;
}
#clients form .book-ticket {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 10px;
  justify-content: center;
}
#clients form .book-ticket .flex-right {
  display: flex;
  gap: 10px;
}
#clients form .book-ticket .flex-right .go {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  padding: 10px 5px;
  background-color: #fff;
  border-radius: 10px;
}
#clients form .book-ticket .flex-right .go label {
  font-weight: bold;
  color: #464646;
}
#clients form .book-ticket .flex-right .go input[name="go_from"]::placeholder, #clients form .book-ticket .flex-right .go input[name="go_to"]::placeholder {
  font-size: 12px;
}
#clients form .book-ticket .flex-right .go select {
  width: 200px;
  height: 40px;
  border: none;
  color: #464646;
  text-align: center;
}
#clients form .book-ticket .flex-right .go select:hover {
  border: none;
}
#clients form .book-ticket .flex-left {
  display: flex;
  gap: 10px;
}
#clients form .book-ticket .flex-left .time {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  padding: 10px 5px;
  background-color: #fff;
  border-radius: 10px;
}
#clients form .book-ticket .flex-left .time label {
  font-weight: bold;
  color: #464646;
}
#clients form .book-ticket .flex-left .time input[type="date"] {
  border: none;
  width: 200px;
}
#clients form .book-ticket .flex-left input[type="number"] {
  width: 100px;
}
@media only screen and (max-width: 500px) {
  #clients .book-ticket {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 5px;
  }
  #clients .book-ticket .flex-right {
    flex-direction: column !important;
    width: 80%;
  }
  #clients .book-ticket .flex-left {
    flex-direction: column;
    width: 80%;
  }
  #clients .book-ticket .flex-left input[type="number"] {
    width: 80% !important;
  }
  #clients .book-ticket .flex-left .time {
    align-items: center;
  }
  #clients .btn-book-ticker {
    right: 10% !important;
  }
}
@media only screen and (max-width: 1000px) {
  #clients .book-ticket {
    flex-direction: column;
    align-items: flex-start !important;
  }
  #clients .book-ticket .flex-right {
    flex-direction: row;
    width: 80%;
  }
  #clients .btn-book-ticker {
    right: 20% !important;
  }
}
/*
    home > about
*/
/*
    home > news
*/
#news .box {
  width: 100%;
  height: 500px;
  padding: 2px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
#news .box:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transform: scale(1.01);
  cursor: pointer;
}
#news .box a {
  color: #606060;
}
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 5%;
  right: 10%;
  z-index: 99999;
}
.hotline-phone-ring-wrap .hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-wrap .hotline-phone-ring .hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-wrap .hotline-phone-ring .hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25.7px;
  left: 25.7px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-wrap .hotline-phone-ring .hotline-phone-ring-img-circle {
  background-color: #e60808;
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-wrap .hotline-phone-ring .hotline-phone-ring-img-circle a {
  color: #28489e;
}
.hotline-phone-ring-wrap .hotline-phone-ring .hotline-phone-ring-img-circle a img {
  transition: opacity 1s;
  opacity: 1;
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.hotline-phone-ring-wrap .hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-phone-ring-wrap .hotline-bar a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@media (max-width: 768px) {
  .hotline-phone-ring-wrap .hotline-bar {
    display: none;
  }
  .hotline-phone-ring-wrap .hotline-phone-ring-wrap {
    bottom: 10%;
    left: 0;
  }
  .hotline-phone-ring-wrap .zalo-chat-widget {
    bottom: 5% !important;
    left: 8% !important;
  }
}
input[type="date"]::-webkit-datetime-edit, input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-clear-button {
  color: #fff;
  position: relative;
}
input[type="date"]::-webkit-datetime-edit-year-field {
  position: absolute !important;
  padding: 2px;
  color: #000;
  left: 76px;
}
input[type="date"]::-webkit-datetime-edit-month-field {
  position: absolute !important;
  border-left: 1px solid #8c8c8c;
  border-right: 1px solid #8c8c8c;
  padding: 2px 5px;
  margin: 0 5px;
  color: #000;
  left: 26px;
}
input[type="date"]::-webkit-datetime-edit-day-field {
  position: absolute !important;
  color: #000;
  padding: 2px;
  left: 4px;
}
.news .content img {
  width: 100% !important;
}
