.box_content_banner {
  margin-top: 70px;
}
body {
  background-image: url("../images/banner.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
}
.box_title_banner h3,
.box_title_banner h1 {
  color: #fff;
}
.container_cus_rate_room .form-floating-custom input:focus {
  color: #012169;
}
.box_title_banner p {
  width: 60%;
  margin: 0 auto;
  color: #fff;
}
.box_form_banner {
  width: 60%;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.8);
}

.box_form_banner {
  margin-top: 30px;
  margin-bottom: 100px;
}
.se_place select {
  background: rgba(217, 217, 217, 0.05);
  border: none;
  color: rgba(255, 255, 255, 0.5);
}
.se_place select option {
  color: #fff;
  background: #000 !important;
  border: none !important;
}
.se_place .mb-3 {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.form-select {
  font-size: 16px !important;
}
.form-select:focus {
  box-shadow: none;
}
.form-control:focus {
  color: #fff;
  background-color: unset;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: unset;
}
.se_place input {
  background: rgba(217, 217, 217, 0.05);
  border: none;
  height: 55px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.btn_sb_form_home button {
  height: 55px;
  font-size: 16px;
  font-weight: 600;
}
.box_form_banner svg {
  margin: 0px 5px;
}
.container_list_room {
  margin-top: 50px;
}
.box_img_room img {
  width: 100%;
}
.box_img_room {
  position: relative;
}
.common_sesson {
  margin-top: 50px;
  background-color: #fff;
}
.box_item_hot {
  border-radius: 10px;
  background: #ff1850;
  color: #fff;
  font-weight: 500;
  padding: 3px 10px;
  position: absolute;
  top: 5%;
  right: 3%;
}
.box_info_room {
  padding: 20px 20px;
  transition: transform 0.3s ease;
}
.box_room_item:hover .box_info_room {
  background: rgba(8, 102, 255, 0.05);
}
.box_name_room_home{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box_info_room .name_room {
  color: #012169;
  font-size: 24px;
}
.box_room_item_home{
  position: relative;
}
.room_address_home{
  position: absolute;
  right: 2%;
  top: 44%;
}
/* .box_info_room .room_address .flex-wrap p:first-child {
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.3);
} */
/* .box_info_room .room_address .d-flex p {

  padding-bottom: 10px;
} */
.box_price_room p {
  color: #35A100;
  font-size: 24px;
  font-weight: 600;
}
.box_pri_a {
  margin-top: 10px;
}
.box_pri_a .box_price_room .time_ca{
  color: #35A100;
}
.box_pri_a span:last-child{
  color: #004EFF;
}
.box_price_room p span {
  font-size: 14px;
}
.box_price_room a {
  font-size: 18px;
  font-weight: 600;
  /* padding: 5px 15px; */
}
.container_service {
  margin-top: 50px;
}
@keyframes blink {
  0% {
      color: #012169;
  }
  50% {
      color: #FF0000; /* Bạn có thể thay đổi màu này */
  }
  100% {
      color: #012169;
  }
}

.list_star p {
  font-size: 14px;
  color: #012169;
  font-weight: 600;
  animation: blink 1.5s infinite;
}
.box_room_item {
  /* border: 1px solid rgba(0, 0, 0, 0.15); */
  background: #ECF0FF;
  border-radius: 5px;
  padding: 0;
  margin-bottom: 30px;
}
.container_activity .box_room_item:hover  .name_activity {
  color: #000;
}
.box_service_item img {
  width: 100%;
  border-radius: 10px;
}
.box_info_room .box_add_room  {
  font-size: 13px;
  color: #012169;
}
.container_service .col-md-3 {
  margin-bottom: 30px;
}
.featured-post-thumb img {
  object-fit: cover;
  width: 100%;
  height: 230px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: transform 0.4s ease;
}
.featured-post-thumb {
  overflow: hidden;
}
.featured-post-item:hover .featured-post-thumb img {
  transform: scale(1.1);
}
.container_list_room_home {
  padding-top: 50px;
  padding-bottom: 40px;
}
.sesson_banner_register {
  background: transparent;
  padding: 30px;
}
.sesson_banner_register img {
  width: 170px;
}
.box_info_register .box_info_left p:first-child {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
}
.box_info_register .box_info_left {
  text-align: right;
}
.box_info_register .box_info_left p:last-child {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-top: -20px;
}
.box_info_register .box_info_right p {
  font-size: 90px;
  font-weight: 700;
  color: #00dc58;
  font-style: italic;
  margin-left: 10px;
}
.box_btn_regis a {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 15px 30px;
  background: #476fff;
  border: 1px solid #476fff;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.box_btn_regis a:hover {
  background: #fff;
  color: #476fff;
}
.container_activity_home {
  background: #fff;
}
.container_activity {
  margin-top: 50px;
}
.box_datetime_activity {
  background: rgba(0, 0, 0, 0.6);
}
.box_img_activity {
  position: relative;
}
.box_img_activity img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.box_room_item {
  border-radius: 5px;
}
.box_datetime_activity {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 20px;
}
.box_datetime_activity p {
  color: #fff;
  display: flex;
  align-items: center;
}
.box_info_activity {
  padding: 10px 20px;
  background: #000e30;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.box_info_activity .name_activity {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 22px;
  /* height: 60px; */
}
.box_info_activity p {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box_info_activity p {
  font-size: 14px;
}
.box_link_detail a {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  background: #476fff;
  border: 1px solid #476fff;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
  padding: 10px 25px;
}
.box_link_detail {
  margin-bottom: 20px;
  margin-top: 50px;
}
.box_room_item:hover .box_img_activity img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.box_room_item:hover .box_info_activity {
  background: #fff;
}
.box_room_item:hover {
  /* border: 1px solid #476fff; */
  border-radius: 5px;
}
.box_room_item:hover .box_info_activity h5 {
  color: #000e30;
}
.box_room_item:hover .box_info_activity p {
  color: #000;
}
footer {
  background: rgba(0, 0, 0, 0.2);
}
.first_footer {
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.7);
}
.last_footer {
  padding: 10px 0;
  color: #fff;
}
.last_footer a {
  color: #fff;
}
.first_footer {
  padding: 50px 0;
}
.first_footer .footer_left img {
  width: 180px;
}
.footer_left p {
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
}
.footer_center h5 {
  color: #fff;
}
.footer_center ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer_center ul li {
}
.footer_center ul li a {
  color: #fff;
  font-size: 14px;
}
.footer_right .iframe {
  width: 100% !important;
  height: 100% !important;
}
.box_comment_customer {
  margin-top: 75px;
}
.testimonial-style-one .review-speech {
  background-color: #e4efff;
}
.testimonial-style-one .review-speech:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid #e4efff;
  border-right: 50px solid rgba(0, 0, 0, 0);
  position: absolute;
  bottom: -23px;
  left: 100px;
}
.testimonial-style-one .media .media-body .title {
  margin-bottom: 0;
  font-size: 13px !important;
}
.fa-long-arrow-left:before {
  content: "\f177" !important;
}
.main-slider-large-thumb {
  width: 100% !important;
}
.main-slider-large-thumb .axil-slick-dots .slick-dots li button {
  background-color: #fff !important;
  opacity: 0.5;
}
.main-slider-large-thumb .axil-slick-dots .slick-dots {
  text-align: center !important;
  bottom: -70px;
}
.container_list_room_home .ach_con {
  margin-top: 50px;
}

.box_list_room {
  background: #fff;
  padding: 15px;
  margin-top: -50px;
  border-radius: 5px;
}
.container_list_room {
  background: #fff;
  margin-top: 50px;
}
.form_filter input,
.form_filter select {
  height: 45px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #000 !important;
}

.form_filter button {
  height: 45px;
  font-size: 16px;
  font-weight: 600;
}
.form_filter label {
  color: #000;
  font-weight: 500;
}
.box_btn_filter {
  display: flex;
  flex-direction: column-reverse;
}
.container_content_room {
  padding-top: 50px;
}
.box_assess .form-check {
  padding: 0;
}
.box_order a {
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 3px 5px;
  border-radius: 10px;
}
.box_order div {
  margin-right: 5px;
}
.con_list_room {
  margin-top: 50px;
}
.box_room {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(71, 111, 255, 0.3);
}
.box_image_room {
  width: 35%;
}
.box_infomation_room {
  width: 65%;
  padding-left: 20px;
}
.box_image_room img {
  width: 100%;
}
.box_title_room_name {
  margin-bottom: 20px;
}
.box_infomation_room h5 {
  margin-right: 20px;
  margin-bottom: 0;
}
.box_infomation_room p {
  font-size: 14px;
}
.box_price_room_list {
  text-align: right;
}
.box_price_room_list h5 {
  color: #012169;
}
.box_btn_sale span {
  font-size: 14px;
  border-radius: 5px;
  background: rgba(71, 111, 255, 0.1);
  padding: 3px;
}
.box_link_sale a:first-child {
  border-radius: 5px;
  border: 1px solid #476fff;
  padding: 10px;
  font-weight: 500;
  color: #476fff;
}
.box_link_sale a:last-child {
  border-radius: 5px;
  background: #476fff;
  padding: 10px 15px;
  font-weight: 500;
  color: #fff;
}
.box_room {
  margin-bottom: 20px;
}
.box_detail_room_title h3 {
  color: #012169;
}
.box_detail_room_title .align-items-center p {
  color: #012169;
  font-weight: 600;
}
.box_detail_room_title .align-items-center p span {
  font-size: 25px;
}
.box_detail_room_title .align-items-center a {
  color: #fff;
  font-weight: 600;
  background: #476fff;
  padding: 10px 20px;
  border-radius: 5px;
}
.container_image_room {
  margin-top: 50px;
}
.box_img_child .col-md-4 {
  padding: 5px;
}
.container_image_room .col-md-7 .box_img_child img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.box_img_main img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.nvu_section {
  margin-top: 50px;
}
.box_service_free {
  padding-right: 150px;
}
.box_service_Charging {
  padding: 20px;
  border-radius: 5px;
  background: rgba(236, 240, 255, 0.5);
}
.container_service_free {
  padding: 20px;
}
.container_service_free svg,
.box_service_Charging svg {
  width: 30px;
}
.box_show_detail_service a {
  border-radius: 5px;
  background: #f90;
  padding: 8px 15px;
  color: #fff;
  font-weight: 600;
}
.box_service_free p {
  color: #000;
  margin-right: 30px !important;
}
.box_service_Charging .d-flex p {
  color: #000;
}
.box_table_register_room table thead {
  background: #476fff;
  border-radius: 10px;
}
.box_table_register_room table thead tr td {
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.box_table_register_room .table-responsive {
  border-radius: 10px;
}
.box_table_register_room table tbody {
  background: rgba(71, 111, 255, 0.1);
}
.box_span_op_free span {
  color: #012169;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}
.box_span_op_free p {
  color: #012169;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}
.box_table_register_room table tbody tr td {
  padding: 20px;
}
.box_table_register_room table tbody tr td p,
.box_table_register_room table tbody tr td h5 {
  color: #012169;
}
.box_chose_date input {
  border-radius: 5px;
  border: 1px solid #476fff;
  background: #fff;
  color: #012169;
  width: 75%;
}
.box_chose_date input[type="time"] {
  width: 45%;
}

.box_table_register_room table tbody tr td:last-child {
  text-align: right;
}
.box_table_register_room table tbody tr td:last-child p {
  font-size: 13px;
}
.box_table_register_room table tbody tr td:last-child p:last-child {
  font-size: 13px;
  color: rgb(181, 58, 58);
}
.box_table_register_room table tbody tr td:last-child h5 {
  font-size: 25px;
}
.box_table_register_room table tbody tr td:last-child button {
  border-radius: 5px;
  background: #476fff;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 18px;
}
.conn_comment_customer .name_cus {
  color: #012169;
  font-weight: 600;
}
.conn_comment_customer .box_content_comment {
  font-size: 14px;
}
.conn_comment_customer {
  margin-top: 35px;
}
.box_title_service p {
  font-weight: 600;
  font-size: 23px;
  color: #f90;
}
.box_title_service p span {
  color: #00dc58;
}
.box_title_service h2 {
  color: #000;
  font-style: italic;
}
.box_service_item_detail {
  margin-bottom: 30px;
}
.box_service_item_detail .box_service_icon_info svg {
  width: 50px;
}
.box_service_item_detail .service_item_detail_info p:first-child {
  color: #476fff;
  font-weight: 600;
  font-size: 18px;
}
.con_table_service_price {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  padding-bottom: 50px;
}
.box_service_item_detail .service_item_detail_info p:last-child {
  color: #707070;
  font-size: 15px;
}
/* .container_service .box_service_item {
  margin-bottom: 30px;
} */
.box_table_services table {
  border: 1px solid #fff;
}
.box_table_services table tr td {
  border: 1px solid #fff;
  padding: 10px;
}
.box_table_services table thead tr td {
  color: #004eff;
  text-align: center;
  font-weight: 500;
}
.box_table_services table tbody tr td {
  color: #012169;
}
.box_table_services h5 {
  color: #0866ff;
  text-align: center;
  font-style: italic;
}
.box_table_services {
  border-radius: 10px;
  background: rgba(210, 255, 228, 0.8);
  padding: 20px;
}
.container_activity_home_new {
  padding-bottom: 55px;
}

/* contact.css */
.contact {
  background-color: #fff;
}
.box_contact {
  margin-top: 50px;
  padding-bottom: 80px;
}
.box_contact .col-md-7 {
  padding-top: 20px;
  padding-right: 30px;
}
.box_contact .col-md-7 p {
  color: #000;
}
.contact h1 {
  color: #012169;
}

.contact .highlight {
  color: #ff9900;
}
.contact .highlight-up {
  color: #00dc58;
}

.form-floating-custom {
  position: relative;
}

.form-floating-custom input {
  width: 100%;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    border: 1px solid rgba(71, 111, 255, 0.20);
    border-radius: 5px;
    background: rgba(71, 111, 255, 0.20);
    box-sizing: border-box;
    line-height: normal;
    font-size: 16px;
    height: 45px;
    color: #012169;
}

.form-floating-custom label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: white;
  padding: 0 5px;
  color: #777;
  font-size: 14px;
  transition: all 0.3s ease;
  pointer-events: none;
  color: #012169;
}

.form-floating-custom input:focus + label,
.form-floating-custom input:not(:placeholder-shown) + label {
  top: -16px;
  left: 45px;
  padding: 0 10px;
  font-size: 18px;
  color: #012169;
}

.form-floating-custom span {
  color: #ff0302;
}
.form-contact {
  border-radius: 10px;
  border: 1px solid #476fff33;
}
.form-contact .scanf_info {
  color: #012169;
  font-size: 22px;
}
.submit-form {
  background: #476fff;
  width: 15%;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 5px;
}
/* endcontact.css */

/*start info success */
.info-success {
  background-color: #fff;
}

.infor_first {
  border-radius: 10px;
border: 1px solid rgba(71, 111, 255, 0.20);
background: rgba(255, 255, 255, 0.30);
margin-bottom: 20px;
}
.infor_first h2 {
  font-size: 30px;
}
.service_item p {
  background: #476fff1a;
  color: #012169;
  padding: 3px 8px;
  margin-right: 8px;
  border-radius: 5px;
}

.infor_two {
  margin-top: 30px;
  color: #012169;
}

.infor_two h2 {
  font-size: 25px;
  margin-bottom: 10px;
  color: #012169;
}

.infor_three {
  border-radius: 10px;
  border: 1px solid rgba(71, 111, 255, 0.20);
  background: rgba(255, 255, 255, 0.30);
}

.infor_three h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #012169;
}

.infor_three p {
  margin-bottom: 7px;
  color: #012169;
}

.service_money {
  background: rgba(71, 111, 255, 0.1);
}

.service_money p {
  color: rgba(1, 33, 105, 1);
  font-weight: bold;
  font-size: 22px;
}

.service_money span {
  text-decoration: line-through;
  color: red;
}

.payos {
  border: 1px solid #476fff;
}

.payos h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.payos_p p {
  margin-bottom: 8px;
  color: rgba(1, 33, 105, 1);
}
.payos_nav button {
  width: 40%;
  padding: 10px;
  color: rgba(28, 39, 76, 1);
  border: none;
  border-bottom: 2px solid rgb(109, 109, 109);
  outline: none;
}
.nav-tabs .nav-link.active {
  background-color: rgba(255, 153, 0, 0.05);
  border: none;
  border-bottom: 2px solid rgb(27, 91, 241);
}

.nav-tabs .nav-link:hover {
  border: none;
  border-bottom: 2px solid rgb(27, 91, 241);
}

.payos_nav .nav-tabs {
  border-bottom: none;
}

.payos_success button {
  background: rgba(71, 111, 255, 1);
  padding: 10px 0;
  border-radius: 5px;
  width: 25%;
}
.box_content_contact label {
  font-size: 20px;
  top: -15px;
  left: 50px;
}
.box_services_choose_pay label {
  color: #012169 !important;
}
.box_content_contact textarea {
  border: 1px solid rgba(8, 102, 255, 0.5);
  font-size: 18px !important;
  padding-top: 10px;
}
.section_activity_detail {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
}
.box_content_news {
  margin-top: 30px;
}
.container_activity_detail p {
  color: #000;
  text-align: justify;
}
.box_list_news .box_news_item .box_img_news {
  width: 40%;
  height: 85px;
}
.box_news_item {
  padding: 10px;
  align-items: center;
  border-radius: 15px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  /* background: linear-gradient(90deg, #000E30 0%, rgba(1, 33, 105, 0.00) 100%);
    backdrop-filter: blur(35px); */
}
.box_list_news .box_news_item .box_news_title {
  width: 60%;
  padding-left: 10px;
}
.box_list_news .box_news_item .box_news_title h3 {
  font-size: 15px;
  font-weight: 600;
}
.box_news_item .box_img_news img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  aspect-ratio: 2 / 3 !important;
  object-fit: cover !important;
}
.box_news_item {
  margin-bottom: 15px;
}
.box_news_title p {
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.container_activity_detail .col-md-8 {
  padding-right: 50px;
}
.container_detail_service .box_title_service {
  padding-top: 50px;
}
.container_detail_service {
  background: #fff;
}
.container_detail_service .container {
  margin-top: 50px;
}
.container_detail_service .box_service_item img {
  filter: brightness(0.8);
  height: 110px;
}

.notification-bar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 330px;
  /* Điều chỉnh kích thước theo ý muốn */
  background-color: #f44336;
  /* Màu nền thông báo */
  color: white;
  /* Màu chữ trong thông báo */
  padding: 20px;
  transition: right 0.5s ease-in-out;
  z-index: 10000;
}

#success-notification-bar {
  background-color: #4caf50;
  color: white;
}

.notification-bar.show {
  right: 0;
  top: 22%;
}

.close-notification-btn {
  position: absolute;
  top: 13%;
  right: -42%;
  cursor: pointer;
  border: none;
  background: none;
  color: white;
  font-size: 30px;
}
.box_total_rating {
  padding: 20px 40px 20px 20px !important ;
  background: rgba(0, 207, 220, 0.1);
}
.box_total_rating_left p:first-child {
  color: #012169;
  font-size: 40px;
  font-weight: 600;
}
.box_total_rating_left p:first-child span {
  font-size: 23px;
  font-weight: 500;
}
.box_total_rating_left p:last-child span {
  width: 50px;
}
.box_total_rating_right p {
  color: #012169;
}
.box_total_rating_right .progress {
  background: #fff;
  margin: 0 5px;
  width: 180px;
}
.box_total_rating_left {
  border-right: 1px solid rgba(71, 111, 255, 0.5);
}
.container_cus_rate_room {
  padding-left: 50px !important;
}
.container_comment_facebook {
  margin-top: 30px;
}
@media (max-width: 600px) {
  .payos_nav button {
    width: 50%;
  }

  .payos_success button {
    width: 55%;
  }
}
/* end info success */
/* .table-responsive {
  width: 100%;
  overflow-x: auto;
}

.table-responsive table {
  width: 100%;
  min-width: 600px;
  table-layout: auto;
} */
.testimonial-style-one .media .thumbnail img {
  border-radius: 6px;
  width: 55px;
}

#nvu_menu {
  margin-top: 79px;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  transition: top 0.3s;
}

#nvu_menu a {
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  color: #000;
}

#nvu_menu a.nvu_active {
  font-weight: bold;
  color: #007bff;
}

.content-section {
  padding: 50px 20px;
}

.sticky {
  position: fixed;
  top: 0;
  /* left: 50%; */
  /* transform: translateX(-50%); */
}

/* 
#nvu_menu {
  top: 0;
  width: 100%;
  background: #e9eeff;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-top: 50px;
}
#nvu_menu a {
  color: #707070;
  padding: 10px;
  text-decoration: none;
  border-radius: 10px;
}*/
#nvu_menu a:hover {
  box-shadow: 0px 0px 10px 0px rgba(71, 111, 255, 0.5);
}

#nvu_menu a.nvu_active {
  color: #476fff;
  font-weight: 600;
  background-color: #fff;
}

.rating-box {
  display: inline-block;
  margin-bottom: 30px;
  border: 1px solid #0866ff80;
  border-radius: 4px;
  position: relative;
}

.rating-box .box_rating_start {
  position: absolute;
  top: -30%;
  left: 10%;
  background: #fff;
  font-size: 18px;
  padding: 0px 10px;
  color: #012169;
}

.rating-box .rating-container {
  direction: rtl !important;
}

.rating-box .rating-container label {
  display: inline-block;
  margin: 15px 0;
  color: #d4d4d4;
  cursor: pointer;
  font-size: 40px;
  transition: color 0.2s;
}

.rating-box .rating-container input {
  display: none;
}

.rating-box .rating-container label:hover,
.rating-box .rating-container label:hover ~ label,
.rating-box .rating-container input:checked ~ label {
  color: gold;
}
.container_cus_rate_room .rating-box input[type="radio"] ~ label::before {
  display: none;
}
.container_cus_rate_room .rating-box input[type="checkbox"] ~ label,
input[type="radio"] ~ label {
  padding-left: 0px;
  padding: 5px 10px;
}
.data_Tables_paginate {
  display: flex;
  justify-content: center;
}
.data_Tables_paginate .page-item:not(:first-child) .page-link {
  margin-left: -1px;
  font-size: 16px;
  padding: 5px 15px;
}
.data_Tables_paginate .page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
  font-size: 16px;
  padding: 5px 15px;
}
.box_title_news h1 {
  font-size: 35px;
}
.box_img_main .thumbnail {
  height: 100%;
}
.box_img_main .thumbnail .profile__first__items {
  height: 100%;
}
.container_about_novaup h2 {
  color: #2980ba;
  font-size: 25px;
}
.container_about_novaup .box_img_about p {
  color: rgb(149, 165, 166);
  font-style: italic;
  font-weight: 500;
}
.container_about_novaup ul li,
.container_about_novaup ol li {
  color: #000;
}
.container_about_novaup .box_address_novaup p {
  font-weight: 600;
}
.container_about_novaup .box_address_novaup p span {
  color: rgb(192, 57, 43);
}
.btn--bar-right {
  overflow-x: hidden;
  position: fixed;
  width: 100%;
  padding: 24px;
  max-width: 120px;
  margin: 0 auto;
  right: 0;
  top: 40%;
}

.btn--bar-right .nav__item-link {
  height: 48px;
  width: 48px;
  border-radius: 49px;
  transition: all 0.5s 0.3s ease;
  box-shadow: 0 0 6px #fff;
  border-radius: 49px;
}

.member_img_bar_right img {
  opacity: 1;
}

.btn--bar-right .nav-box {
  display: flex;
  padding: 8px;
  box-shadow: 0px 0px 16px 0px #4444;
  border-radius: 8px;
  background: #fff;
}

.btn--bar-right .nav-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  list-style: none;
  justify-content: space-around;
}

.btn--bar-right .nav__item {
  display: flex;
  position: relative;
  padding: 2px;
  margin: 3px 0;
}

.btn--bar-right .nav__item.active .nav__item-icon {
  margin-right: -26px;
  box-shadow: 0px 0px 16px 0px #4444;
}

.btn--bar-right .nav__item-link {
  display: flex;
  align-items: center;
  color: #2f3046;
  text-decoration: none;
  flex-direction: row-reverse;
}

.btn--bar-right .nav__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
  /* background-color: #fff; */
  border-radius: 50%;
  height: 46px;
  width: 46px;
  transition: margin-top 250ms ease-in-out, box-shadow 250ms ease-in-out;
}

.btn--bar-right .nav__item-text {
  margin-right: 8px;
  display: none;
}

.btn--bar-right .nav__item.active .nav__item-text {
  display: inline-block;
}
.box_chose_option_service {
  width: 100%;
}
.box_chose_option_service_left {
  width: 50%;
}
.box_chose_option_service_right {
  width: 50%;
}
.box_chose_option_service_right input {
  height: 35px;
  width: 70px;
  margin-left: 53px;
}
.box_services_choose_pay .form-control:focus {
  color: #000;
  background: #fff;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-3px);
  }

  50% {
    transform: translateX(0);
  }

  75% {
    transform: translateX(3px);
  }

  100% {
    transform: translateX(0);
  }
}

.member_img_bar_right {
  animation: shake 0.8s ease-in-out infinite;
}

@media only screen and (max-width: 768px) {
  .btn--bar-right {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: auto;
    padding: 0;
    background: #fff;
  }
  .btn--bar-right .nav-box {
    padding: 0;
  }

  .btn--bar-right .nav__item {
    display: flex;
    position: relative;
    padding: 0px;
    margin: 0;
  }

  .btn--bar-right .nav-container {
    flex-direction: row;
  }

  .member_img_bar_right {
    animation: none;
  }

  .member_img_bar_right img {
    width: 100% !important;
    height: 100% !important;
  }
  .btn--bar-right .nav__item-text {
    margin-right: 0;
    display: block;
    font-size: 14px;
  }

  .btn--bar-right .nav__item-link {
    flex-direction: column;
  }

  .chaport-container .chaport-launcher {
    bottom: 51px !important;
  }

  .abs-submit-scroll2 button {
    bottom: 145px;
  }
}

.container_list_service_home p:first-child {
  color: #f90;
  text-align: center;
  font-size: 18px;
}

.title_color_main {
  color: #012169;
}
.color_span_main {
  color: #00dc58;
}
.container_list_service_home {
  background: rgba(71, 111, 255, 0.05);
}
.box_service_item {
  height: 90px;
  padding: 5px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(71, 111, 255, 0.2);
}
.box_service_item svg {
  width: 50px;
}
.box_service_item p {
  color: #012169;
  font-weight: 700;
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 13px;
}

.rbt-feature {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: none;
  cursor: pointer;
}

.rbt-feature:hover {
  /* box-shadow: var(--shadow-5); */
  transform: scale(1.1);
}

.box_btn_service_home a {
  padding: 13px 20px;
  border-radius: 5px;
  background: linear-gradient(to right, #fff 50%, #476FFF 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  transition: background-position 0.5s ease-out, color 0.5s ease-out;
}

.box_btn_service_home a:hover {
  background-position: left bottom;
  color: #476FFF;
  border: 1px solid #476FFF;
}

.space_novaup_home{
  padding: 30px 0;
}
.tt_child_main{
  font-weight: 500;
  color: #f90;
}
.space_novaup_home h2{
  width: 50%;
  text-transform: uppercase;
}
.container_space_novaup{
  margin-top: 50px;
}
.container_space_novaup h5{
  font-size: 25px;
}
.container_space_novaup p{
  color: rgba(1, 33, 105, 0.70);
  font-size: 14px;
}
.container_space_novaup span{
  padding:5px 8px 8px 3px;
  border: 1px solid #476FFF;
  border-radius: 20px;
  color: #476FFF;
  font-weight: 500;
}
.about_novaup_home{
  margin-top: 30px;
  padding: 50px 0;
}
.about_novaup_left div{
  margin-bottom: 30px;
}
.about_novaup_left img{
  width: 100%;
}
.box_about_novaup_right{
  padding-left: 50px;
}
.about_novaup_right span:first-child{
  color:#FF9900
}
.about_novaup_right span:last-child{
  color:#00DC58
}
.box_list_reason{
  padding-left: 40px;
  margin-top: 30px;
}
.box_list_reason .d-flex{
  margin-bottom: 20px;
}
.box_list_reason p{
  line-height: 20px;
  color: #0026AE;;
}
.container_list_image_home .col-md-4{
  margin-top: 30px;
}
.container_list_image_home p{
  color: #F90;
}
.container_list_image_home h2{
  color: #fff;
}
.container_list_image_home .explore-product-activation{
  margin-top: 50px;
}
.container_list_image_home{
  padding-top: 50px;
}
.container_list_image_home img{
  width: 100%;
}
.container_feedback_home{
  background: #fff;
  padding-top: 30px;
  padding-bottom: 50px;
}
.box_descript_room p{
  background: #004EFF;
  padding: 3px 10px;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
}

.box_price_room a {
  display: flex;
  align-items: center;
  position: relative;
  transition: color 0.3s ease;
}

.box_price_room a svg {
  position: relative;
  transition: transform 0.3s ease, left 0.3s ease;
  left: 0;
}

.box_price_room a span {
  position: relative;
  transition: transform 0.3s ease, left 0.3s ease;
  left: 0;
  margin-left: 8px;
  font-size: 15px;
}

.box_price_room a:hover svg {
  left: calc(80% + 8px); /* Di chuyển mũi tên sang phải */
}

.box_price_room a:hover span {
  left: calc(-10% - 8px); /* Di chuyển span sang trái */
}
.box_room_info_home p{
  background: #004EFF;
  padding: 1px 5px;
  border-radius: 20px;
  color: #fff;
  font-size: 13px;

}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.btn_dpn_news a {
  padding: 10px 30px;
  background: #fd7e14;
  color: #fff;
  display: inline-block; /* Ensure the element can be animated */
  animation: bounce 1s infinite ease-in-out; /* Apply the bounce animation */
  transition: background-color 0.3s ease-in-out;
}
.btn_dpn_news a:hover{
  background: #476FFF;
}
.box_highlight_news{
  padding: 10px;
  background: #dbedc7;
  border: 1px dashed #2E7D32;
}
.box_highlight_news strong{
  color: #2E7D32;
}
