::-webkit-scrollbar {
  background: #fff;
  width: 10px;
  height: 11px;
}

::-webkit-scrollbar-thumb {
  background: #bbbbbb;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.video_popup {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video_popup iframe,
.video_popup object,
.video_popup embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#clickvideo {
  width: 100%;
  padding: 4px 0;
  margin: 3px 0%;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.addthis_native_toolbox {
  margin: 10px 0px;
  width: 100%;
  clear: both;
  border: 1px solid #ededed;
  padding: 10px 10px;
  margin-bottom: 10px;
  background: #f7f6f6;
  box-sizing: border-box;
}

.addthis_native_toolbox b {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 10px;
}

#toptop {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 14px;
  right: 20px;
  text-indent: -99999px;
  cursor: pointer;
  background: url(images/back_to_top.png) top center no-repeat;
  transition: 0.5s;
  z-index: 200;
  border: #333 solid 1px;
  border-radius: 15px;
}

#toptop:hover {
  background: url(images/back_to_top.png) bottom center no-repeat;
  transition: 0.5s;
  border-color: red;
}

.clear {
  clear: both;
}

img {
  max-width: 100% !important;
  height: auto;
}

*:focus {
  outline: none;
}

a:hover {
  text-decoration: none !important;
}

div.bando img {
  max-width: none !important;
}

@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-Regular.ttf");
}

body {
  font-family: "Roboto" !important;
  font-size: 14px;
  line-height: 1.6;
  overflow: auto;
}

.box_list_phong {
  /* padding: 25px 0px; */
}

.box_item_p {
  margin: 10px;
}

.logo img {
  height: 63px;
}

.item_km_info {
  position: relative;
}

#exampleModalCenter .modal-content {
  background-color: #fff0cede;
}

#exampleModalCenter .modal-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0px;
  border-bottom: unset;
  align-content: center;
  align-items: center;
}

#exampleModalCenter .modal-header .modal-title2 {
  color: #782525;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-top: 0px;
}

.introdk .close {
  padding-right: 5px !important;
}

.modal_intro p {
  margin-bottom: 0px;
  font-size: 13px;
}

.dks {
  text-align: center;
  padding-top: 25px;
}

.dks button {
  background-color: #782525;
  color: #fff;
  padding: 6px 20px;
  border: unset;
}

#exampleModalCenter form input {
  background: unset;
  border: 1px solid #3c3c3c61;
  padding: 5px;
  width: 100%;
}

#exampleModalCenter form input::placeholder {
  color: #782525;
  font-weight: 550;
}

.box_form_input {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.item_km_info_name {
  position: absolute;
  top: 15px;
  right: 10px;
  left: 10px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}

.box_tt_product {
  background: #e5e5e5;
  padding: 35px 0px;
}

.item_km_info_name h3 {
  font-size: 21px;
  color: #fff;
  font-weight: 600;
}

.item_km_info_name button {
  font-size: 15px;
  border: 2px solid #fff;
  padding: 3px 20px;
  color: #fff;
  font-weight: 600;
  background: unset;
}

.item_km_info_name button:hover {
  background-color: #fff;
  color: #000;
}

.box_button_a {
  position: relative;
  line-height: 43px;
  overflow: hidden;
  z-index: 999;
}

.box_button_a a {
  text-decoration: none;
  transform: translate(-100%, -100%);
  color: #fff;
  text-transform: uppercase;
  padding: 15px 25px;
  font-size: 12px;
  letter-spacing: 2px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  background: #782525;
  font-weight: 600;
}

.box_button_a a:hover {
  color: #fff;
  text-decoration: none;
}

.box_button_a a:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  width: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.box_button_a a span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #fff0ce, #fff0ce);
  animation: animate1 2s linear infinite;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }

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

.box_button_a a span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to right, #fff0ce, #fff0ce);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

.box_button_a a span:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #fff0ce, #fff0ce);
  animation: animate3 2s linear infinite;
}

@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }

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

.box_button_a a span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to right, #fff0ce, #fff0ce);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

.title_phong p {
  color: #665911;
  font-size: 16px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.box_tt_product_noidung {
  padding: 35px 0px;
  background-color: #f5f7f8;
}

.img_tienich img {
  max-height: 433px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.title_phong h3 {
  text-align: left;
  line-height: 1.4em;
  font-size: 25px;
  margin-top: 0px;
  color: #782525;
  font-weight: 600;
}

.box_contact_index {
  position: relative;
}

.button_contact {
  background: #111b27;
  padding: 10px 25px;
  margin-right: 15px;
}

.button_booking {
  background: #782525;
  padding: 10px 25px;
  margin-right: 15px;
}

.box_contact_info_button a:hover {
  color: #fff;
  text-decoration: none;
}

.button_contact a {
  text-transform: uppercase;
  color: #fff;
}

.button_booking a {
  text-transform: uppercase;
  color: #fff;
}

.box_contact_info {
  top: 0px;
  right: 0px;
  left: 9px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.box_contact_info_intro h3 {
  font-size: 35px;
  color: #fff;
  text-transform: uppercase;
  margin: 25px 0px;
}

.box_tt_product_tt {
  display: flex;
  align-items: center;
}

.box_tienich {
  padding: 0px;
}

.title_km h4 {
  font-size: 25px;
  text-transform: uppercase;
  color: #222222;
  font-weight: 600;
  margin: 15px 0px;
  text-align: center;
}

.box_list_km {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer_menu_logo img {
  padding: 0px 10px;
  height: 65px;
}

.footer_menu_logo a {
  color: #fff;
}

.info-f_nd img {
  padding-bottom: 20px;
}

.box_gioithieu_right_info button {
  margin-top: 20px;
  background: #782525;
  border: unset;
  padding: 10px 25px;
  text-transform: uppercase;
}

.box_gioithieu_right_info button a {
  color: #fff;
}

.box_gioithieu_right_info button:hover a {
  text-decoration: none;
  color: #fff;
}

.box_item_p {
  position: relative;
}

.box_item_p_info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.box_item_p_info_boxup {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background: #ffffffbd;
  opacity: 0;
  z-index: 15;
  padding: 15px;
}

.item_p:hover .box_item_p_info_boxup {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.box_item_p_name {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}

.box_item_p_name h3 {
  font-weight: 600;
  color: #fff;
  font-size: 17px;
  margin-bottom: 10px;
  margin-top: 5px;
  padding-top: 0;
}

.item_p:hover a h3 {
  width: 70%;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.border_t {
  height: 2px;
  background: #fff;
  width: 70px;
}

.box_item_p_info a {
  text-decoration: none;
  color: #fff;
}

.box_tt_lh_padding {
  padding: 20px 0px;
}

.noidung_lh img {
  width: 100% !important;
}

.right-conttent {
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  list-style-type: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #41494c78;
}

.box_footer_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.item-f {
  width: 40%;
}

.item-f2 {
  width: 25%;
  padding: 0px 5px;
}

.item-f3 {
  width: 15%;
}

.item-f4 {
  width: 20%;
}

.title_ff h3 {
  font-size: 24px;
  color: #fff0ce;
  text-transform: uppercase;
}

.title_ff .border_f {
  width: 100px;
  height: 2px;
  background: #fff0ce;
}

.box_list_f {
  padding-top: 15px;
}

.box_list_f ul {
  list-style-type: none;
}

.box_list_f ul li {
  padding-bottom: 10px;
}

.box_list_f ul li a {
  font-size: 16px;
  color: #fff;
}

.box_list_f ul li a i {
  font-size: 20px;
}

.box_footer {
  padding-top: 15px;
}

.intro_dknt {
  font-size: 16px;
  color: #fff;
}

.item-home {
  position: relative;
}

.item-home:hover .overlay,
.item-img:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.box_item_p_info a h3 {
  margin-bottom: 0px;
  color: #fff;
  font-family: "UTM-Avo-bold";
  margin-top: 0px;
  line-height: 1.5;
  text-align: center;
  width: 80%;
  margin: auto;
}

.spmoi {
  padding: 25px 0px;
}

.visao_index {
  background-image: url(./images/back_visao.png);
  background-color: #fbfbfb;
  background-position: right;
  background-repeat: no-repeat;
  padding: 75px 0px;
  background-size: contain;
}

.content-img {
  position: relative;
}

.item-news img {
  width: 100%;
}

.item-info {
  position: absolute;
  right: 15px;
  left: 15px;
  bottom: -60px;
  background: #fff;
  display: flex;
  align-items: center;
  height: 120px;
  flex-direction: column;
  justify-content: space-around;
}

.item-info h3 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  /* padding: 25px 15px; */
  color: #000;
  font-size: 20px;
}

.tintuc .item-info h3 a {
  color: #404040;
  font-size: 19px;
  font-weight: 550;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.item-news {
  padding-bottom: 70px;
}

.xemchitiettin {
  position: relative;
  width: 90%;
  text-align: center;
}

.xemchitiettin a {
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
  background: #fff;
  position: relative;
  z-index: 99;
  padding: 2px 15px;
}

.xemchitiettin:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #222222;
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 50%;
  z-index: 5;
}

.title_visao h3 {
  font-weight: 600;
  color: #225963;
  font-size: 30px;
}

.box_box_visaochon_info {
  max-width: 600px;
}

.item_visao {
  display: flex;
  flex-direction: row;
}

.item_visao i {
  font-size: 26px;
  color: #3b5eab;
}

.item_visao_info {
  padding-left: 10px;
}

.item_visao_info h3 {
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
}

.item_visao_info_mota {
  padding-top: 15px;
  font-size: 14px;
}

.viewdetails {
  font-size: 16px;
  padding: 10px 17px;
  color: #fff;
  font-weight: 600;
  background: #782525;
  border-radius: 20px;
  text-transform: capitalize;
}

.viewdetails:hover {
  text-decoration: none;
  color: #fff;
}

.box_box_visaochon_info_list {
  padding-top: 25px;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.wap_tin {
  background-color: #000;
  padding: 30px 0px;
}

.box_tintuc_index {
  grid-column-gap: 20px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.item_tintuc_info {
  padding-top: 10px;
}

.item_tintuc_info h3 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
  color: #782525;
  margin-bottom: 5px;
  height: 43px;
}

.item_tintuc_date {
  color: #111b27;
  font-size: 13px;
}

.item_tintuc_date i {
  padding-right: 5px;
}

.item_tintuc_img img {
  border-radius: 10px;
}

.tintuc_index {
  padding: 25px 0px;
}

.title_gt h3 {
  color: #5d1408;
  font-size: 27px;
  font-weight: 600;
}

.tienich_index {
  padding: 15px 0px;
}

.title_tt h3 {
  font-size: 24px;
  color: #782525;
  font-weight: 550;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.title_tt h4 {
  font-size: 38px;
  text-transform: uppercase;
  color: #782525;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
}

.item_tienich {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.item_tienich_info {
  margin: 10px;
  position: relative;
}

.item_tienich_img img {
  width: 100%;
  border-radius: 10px;
}

.box_gioithieu_right_info_phone img {
  width: 45px;
}

.item_tienich_info_name h3 {
  margin: 0px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background: #782525;
  padding: 7px 25px;
  border-radius: 35px;
  text-transform: uppercase;
}

.item_tienich_info_name {
  position: absolute;
  bottom: 20px;
  right: 0px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}

.title_tt {
  padding-bottom: 15px;
}

.item_tienich_info button a {
  color: #fff;
  text-transform: none;
  text-transform: uppercase;
  font-size: 16px;
}

.wap_box_new_se .item_tienich_info {
  margin: 0px;
}

.wap_box_new_se {
  grid-column-gap: 20px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.box_padding {
  padding: 25px 0px;
}

.wap_item_dm {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.wap_sp_index {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.item_dm_info h3 {
  margin: 0px;
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-size: 20px;
}

.box_gioithieu_right_info h3 {
  font-size: 24px;
  color: #782525;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
}

.box_item_p_info ul {
  padding-left: 15px;
}

.box_gioithieu_right_info h4 {
  font-size: 35px;
  color: #782525;
  font-weight: 600;
  text-transform: uppercase;
}

.box_gioithieu_right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box_gioithieu_right_info_phone {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.box_gioithieu_right_info_phone_intro {
  padding-left: 5px;
}

.box_gioithieu_right_info_phone_intro p {
  margin: 0px;
  color: #000;
  font-size: 12px;
}

.box_gioithieu_right_info_phone_intro a {
  color: #927632;
  font-size: 22px;
}

.box_gioithieu_row {
  display: flex;
  align-items: flex-start;
}

.box_gioithieu_right_info_mota {
  padding-bottom: 25px;
}

.box_gioithieu_right_info_chitiet {
  text-align: center;
}

.box_gioithieu_right_info_chitiet a {
  border: 2px solid #2180ba;
  padding: 8px 30px;
  text-transform: uppercase;
  color: #000;
}

.box_gioithieu_right_info_chitiet a:hover {
  background: #2180ba;
  text-decoration: none;
  color: #fff;
}

.box_gioithieu_right_img {
  padding-top: 25px;
}

.box_gioithieu_right_img img {
  width: 100%;
}

.border_xanh {
  width: 120px;
  background: #927632;
  height: 3px;
}

.item_dm_info {
  position: relative;
  padding: 7px 0px;
}

.item_dm_info:before {
  content: "";
  display: inline-block;
  height: 10px;
  background: #225963;
  width: 45px;
  top: 30%;
}

.video-feedback {
  margin-top: 30px;
}

.video-feedback .titlevideo p {
  font-family: "UTM-Penumbra";
  font-size: 45px;
  color: #03a212;
  margin-top: 15px;
  line-height: 1.7;
  text-align: justify;
  text-transform: uppercase;
}

.video-feedback .titlevideo span {
  font-size: 16px;
  border-bottom: 1px solid #412301;
  padding-bottom: 5px;
}

.video-feedback .titlevideo a {
  color: #412301;
  text-decoration: none;
  border: 1px solid #412301;
  float: right;
  padding: 10px;
  border-radius: 5px;
}

div#wapper {
  width: 100%;
  overflow: hidden;
  margin: auto;
}

.xemtiepsp {
  text-align: center;
  margin: 20px;
}

.xemtiepsp a {
  padding: 12px 50px;
  color: #1c1c1c;
  border: 1px solid #3c3c3c;
  text-transform: uppercase;
}

.xemtiepsp a:hover {
  color: #fff;
  text-decoration: none;
  background: #225963;
}

.box_share {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 15px 0px;
}

.box_share .box_share_txt {
  padding-right: 10px;
  color: #3c3c3cb8;
  font-weight: 600;
  font-size: 16px;
}

a:focus {
  outline: none !important;
}

.mr10 {
  margin-right: 10px !important;
}

.wap_box_thuvien {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.item_thuvien_anh_info {
  position: relative;
}

.item_thuvien_anh_name {
  position: absolute;
  inset: 10px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.img_tour_c img {
  width: 100%;
}

.item_thuvien_anh_name h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  margin: 10px 15px;
  text-shadow: 3px 3px #782525;
  line-height: 1.2;
  font-weight: 600;
}

.item-separate {
  position: relative;
  height: 14px;
  width: 1px;
  top: 3px;
  background-color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
}

.social_share {
  text-align: center;
  padding: 15px 0px;
}

.wap_conten {
  max-width: 1200px;
  margin: auto;
}

/* header */
#header .wellcom {
  width: 50%;
  float: left;
  color: #b3242a;
  line-height: 30px;
}

#header .content-sreach {
  width: 50%;
  float: right;
  text-align: right;
}

.header_right_icon ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  margin-bottom: 0px;
}

.box_content_header_right .lang select {
  background: #111b27;
  border: unset;
  color: #fff;
}

.box_content_header_right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.header_right_icon ul li {
  margin-right: 10px;
}

.header_right_icon ul li img {
  width: 25px;
}

.box_content_header {
  grid-column-gap: 20px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.box_content_header_left {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header_icon {
  padding: 0px 15px;
  color: #fff;
}

.box_content_header_left span {
  padding: 0px 15px;
  color: #fff;
}

#header .content-header {
  width: 100%;
  padding: 5px 0px;
  margin: auto;
  background: #111b27;
}

#header .content-header .content-cart {
  display: inline-block;
}

#header .content-header .content-cart a {
  text-decoration: none;
}

#header .content-header .content-cart i {
  color: #000 !important;
  font-size: 20px !important;
}

#header .content-header .content-cart sup {
  background: #b3242a;
  border-radius: 50%;
  color: #fff;
}

.box-shadow {
  box-shadow: 0 0 5px #000;
}

div.search {
  display: inline-block;
  width: 100%;
}

.box-search {
  margin-top: 15px;
  border: black solid 1px;
  display: inline-block;
  line-height: 0;
  width: 40%;
  margin-left: 10px;
}

.hotline {
  display: inline-flex;
  margin-top: 5px;
}

.hotline i {
  font-size: 40px;
  color: #f3ab3b;
  padding: 2px 10px;
}

.hotline p {
  margin-bottom: 0px;
  text-align: left;
}

.hotline p:first-child {
  color: #bcbbb3;
}

.hotline p:last-child {
  color: #ff0000;
  font-size: 20px;
  font-family: "Lato";
  font-weight: bold;
}

div.search input {
  padding: 0px 10px;
  float: left;
  margin-top: 8px;
  border: none;
  background: none;
  width: 230px;
  outline: none;
  color: #000;
  font-style: italic;
}

div.search i {
  float: right;
  margin-right: 9px;
  margin-top: 0px;
  color: #222;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
}

.logo_mobi {
  display: none;
}

.menu_header {
  width: 100%;
}

div#header {
  position: relative;
  margin: auto;
}

.title-header {
  width: 100%;
  background: #2c1a0e;
  padding: 10px 0px;
  text-align: left;
}

.title-header div div {
  color: #f5ff00;
  display: -webkit-inline-box;
  text-align: left;
  padding-left: 20px;
}

.title-header div div p {
  margin: 0px;
}

.title-header div div i {
  padding: 10px;
}

div.header {
  display: none;
  /* border-bottom: 2px solid #00000021; */
}

div.wap_menu {
  width: 100%;
  position: relative;
}

.menu:after {
  content: "";
  position: absolute;
  width: 27%;
  height: 100%;
  left: -50px;
  top: 0;
  background-color: #782525;
  transform: skewX(-34deg);
  z-index: -1;
}

.logo_menu {
  width: 20%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.logo_menu::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #fff;
  right: 5px;
  top: 0;
  transform: rotate(34deg);
}

.logo_menu::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #fff;
  right: 20px;
  top: 0;
  transform: rotate(34deg);
}

.gioithieu_index {
  padding: 30px 0px;
}

.mee {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}

div.menu {
  position: relative;
  max-width: 100%;
  margin: auto;
  z-index: 9999;
  text-align: center;
  background: #fff;
}

.logo_top {
  text-align: center;
  padding-top: 10px;
}

.logo_top p {
  color: white;
  font-size: 16px;
  font-family: "Lato";
  text-align: left;
}

.box_menu_duoi {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1170px;
  margin: auto;
  align-content: center;
}

.gioithieu {
  color: #1c1c1c;
  height: 500px;
  padding-top: 30px;
}

.intro-top {
  display: inline-block;
}

.intro-top h1 {
  font-size: 24px;
  color: #0000ff;
  font-family: "UTM-Neutra";
  font-weight: bold;
}

.intro-top p {
  color: #323232c7;
  font-weight: 550;
  font-family: "Roboto-Regular";
}

.menu-head {
  width: 100%;
  max-width: 1900px;
  display: inline-block;
}

div.menu ul {
  list-style: none;
  margin: 0px;
  display: inline-flex;
  height: 80px;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}

#menu {
  text-align: left;
}

.title_news_detail h1 {
  color: #782525;
  font-size: 25px;
  font-weight: 600;
}

div.menu ul li {
  position: relative;
  z-index: 50;
  line-height: 80px;
  height: 80px;
  display: flex;
  align-items: center;
}

div.menu ul li a {
  color: #782525 !important;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  position: relative;
  font-weight: 600;
  margin: 0px 20px;
  line-height: 80px;
  position: relative;
}

.header_bor {
  border-bottom: 1px solid #3c3c3ca1;
  display: flex;
  align-items: center;
  padding: 5px 0px;
}

.header_bor1 p {
  margin: 0px;
  text-align: left;
}

div.menu ul li>a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #782525;
  right: 0px;
  bottom: 20px;
  display: none;
}

div.menu ul li a ul li>a:hover:after {
  display: none !important;
}

.dm_cha:hover :after {
  display: none !important;
}

div.menu ul li>a.active:after {
  display: block;
}

div.menu ul li ul {
  position: absolute;
  margin-left: 0px;
  display: none;
  min-width: 365px;
  bottom: -80px;
}

div.menu ul li:hover>ul {}

div.menu ul li:hover ul li {
  color: #f5ff00;
}

div.menu ul li ul li {
  float: none;
  border-bottom: #ffffff8c solid 1px;
  background: #782525;
  height: 45px;
}

div.menu ul li ul li:last-child {
  border: none;
}

div.menu ul li ul li:hover a {
  color: #000;
}

div.menu ul li ul li a {
  text-transform: none;
  display: block;
  font-weight: 600;
  color: #fff !important;
  font-size: 13px;
  line-height: 45px;
}

div.menu ul li ul li ul {
  left: 100%;
  top: 0px;
}

div.menu ul li ul li ul li a {
  font-weight: 550;
  color: #000;
  font-size: 13px;
}

.box_gioithieu_left img {
  width: 100%;
}

.header .cart {
  text-decoration: none;
  position: absolute;
  top: 0px;
  right: 180px;
  font-size: 18px;
}

.header .cart sup {
  padding: 0px 2px;
  background: #000;
  border-radius: 50%;
  line-height: 10px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}

div#slider {
  margin: auto;
  position: relative;
}

.search_frm {
  position: absolute;
  z-index: 9;
  right: 10%;
  top: 30%;
  background: #fff;
  padding: 20px 0px;
  border-radius: 10px;
}

.search_frm .tieude_frm {
  border-bottom: 1px solid #ccc;
  padding: 0px 20px;
  width: 100%;
}

.tieude_frm h3 {
  font-weight: normal;
  font-size: 20px;
}

.tieude_frm p {
  color: #ccc;
  padding-bottom: 10px;
}

.search_frm .search_frm_conten {
  width: 100%;
  padding: 10px 20px;
}

.search_frm .frm_input {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
}

.search_frm .frm_input label {
  width: 150px;
  float: left;
  text-transform: capitalize;
}

.search_frm .frm_input select {
  width: 300px;
  height: 30px;
  border-radius: 5px;
}

.search_frm .frm_input .bnt_search {
  float: right;
  border: none;
  background: #2ec21c;
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
}

.frm_input input[type="range"] {
  width: 300px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
}

.frm_input input[type="range"],
.frm_input input[type="range"]::-webkit-slider-runnable-track,
.frm_input input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.frm_input input[type="range"]::-webkit-slider-runnable-track {
  width: 400px;
  height: 7px;
  background: #b4beca;
  border-radius: 10px;
}

.frm_input input[type="range"]::-webkit-slider-thumb {
  position: relative;
  height: 20px;
  width: 20px;
  margin-top: -7px;
  background: #328e00;
  border-radius: 50%;
  border: 2px solid #ccc;
}

.frm_input input[type="range"]::-webkit-slider-thumb::before {
  position: absolute;
  content: "";
  height: 10px;
  /* equal to height of runnable track */
  width: 500px;
  /* make this bigger than the widest range input element */
  left: -502px;
  /* this should be -2px - width */
  top: 8px;
  /* don't change this */
  background: #328e00;
}

.showgia {
  width: 100%;
  text-align: right;
}

div#left {
  width: 24%;
  float: left;
}

div.tieude {
  color: #000;
  padding-left: 0px;
  border-bottom: 1px solid #000;
  font-size: 15px;
  background: #fff;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 600;
}

div#danhmuc {
  border: none;
}

div.danhmuc {
  margin-bottom: 15px;
}

div.danhmuc:last-child {
  margin-bottom: 0;
}

div#danhmuc ul {
  list-style: none;
}

div#danhmuc ul li {
  position: relative;
}

div#danhmuc li .num_item {
  top: 10px;
  height: 20px;
  width: 20px;
  color: #000;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  font-family: roboto-light;
}

div#danhmuc .dm_actived .num_item {
  background: #328e00 !important;
}

.num_item_actived {
  position: absolute;
  top: 15px;
  right: 10px;
  height: 20px;
  width: 20px;
  color: #328e00 !important;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
}

.item_duan {
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  visibility: hidden;
}

@keyframes showduan {
  0% {
    transform: scale(0, 0);
  }

  100% {
    transform: scale(1, 1);
  }
}

div#danhmuc ul li:last-child {
  border: none;
}

/*div#danhmuc ul li a
{
	color: #8c8c8c;
    text-decoration: none;
    font-size: 14px;
    transition: 0.4s;
    display: block;
    padding: 11px 10px 11px 0px;
    font-family: Roboto-Regular;
    display: inline-block;
}*/
div#danhmuc ul li a:hover {
  color: #000;
}

div#danhmuc ul li ul li a {
  background: url(images/muiten.png) 22px 15px no-repeat;
  padding: 9px 5px 9px 35px;
}

div#danhmuc ul li ul {
  display: none;
}

div#danhmuc .menu_danhmuc_left .danhmuc_left1 a {
  color: #8c8c8c;
  text-decoration: none;
  font-size: 16px;
  transition: 0.4s;
  display: block;
  padding: 8px 10px 8px 30px;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  background: url(images/muiten.png) 11px 15px no-repeat;
}

div#danhmuc .menu_danhmuc_left .danhmuc_left2 {
  list-style-type: none;
}

div#danhmuc .menu_danhmuc_left .danhmuc_left3 {
  padding-left: 20px;
}

div#danhmuc .menu_danhmuc_left a:hover {
  color: #000;
  margin-left: 5px;
}

div#danhmuc .tieudedm1 {
  color: #000 !important;
}

.gioithieu_right h2 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  line-height: 0.7;
  font-family: "Roboto-Bold";
  text-transform: uppercase;
}

.gioithieu_right h2 p {
  position: absolute;
  font-size: 12px;
  bottom: -2px;
  right: 0px;
  margin-bottom: 0px;
}

.gioithieu_right h2:after {
  content: "";
  display: inline-block;
  height: 2px;
  background: #0000ff;
  width: 30%;
}

.gioithieu_right>p {
  padding-top: 20px;
  line-height: 1.8;
  font-family: "Roboto-Regular";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gioithieu_left {
  padding-top: 10px;
}

.gioithieu_left div:after {
  content: "";
  width: 100%;
  height: 100%;
  border: #b7b7b7 solid 3px;
  display: inherit;
  position: absolute;
  top: 63px;
  left: 25px;
  z-index: 9;
}

.gioithieu_left ul {
  list-style: none;
  width: 50%;
  float: left;
  padding-left: 40px;
  padding-top: 50px;
  line-height: 50px;
}

.gioithieu_left ul li a {
  color: #333;
  text-transform: uppercase;
  padding-left: 20px;
}

.gioithieu_left ul li {
  border-bottom: #d1d1d1 solid 1px;
}

.gioithieu_left>div {
  width: 50%;
  float: left;
  height: 330px;
  position: relative;
}

.gioithieu_left>div img {
  width: 100%;
  position: absolute;
  z-index: 999;
}

/*div#danhmuc .dm_left {
    display: inline-block;
    border-bottom: 1px dashed;
    margin: 0px 10px;
}*/
#duration .item_duration {
  margin: 10px 0px;
}

#duration .item_duration label {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #8c8c8c;
  padding-left: 10px;
  font-weight: 500 !important;
}

#duration .item_duration label:hover {
  color: #000;
}

#duration .first_item {
  margin-top: 20px;
}

#duration .item_duration .duration_ckeck {
  border: none;
  border-radius: 0px;
  margin-right: 10px;
  width: 15px;
  height: 15px;
}

/*.duration_active  {
    padding-left: 10px;
}*/
.duration_active label {
  color: #000 !important;
}

#ungdung .item_ungdung label {
  font-family: Roboto-Regular;
  font-size: 15px;
  color: #8c8c8c;
  padding-left: 10px;
}

#ungdung .item_ungdung label:hover {
  color: #000;
}

#ungdung .item_ungdung {
  margin: 10px 0px;
}

#ungdung .first_item {
  margin-top: 20px;
}

#ungdung .item_ungdung .ungdung_ckeck {
  border: none;
  border-radius: 0px;
  margin-right: 10px;
  width: 15px;
  height: 15px;
}

.ungdung_active label {
  color: #000 !important;
}

#datbiet .conten_datbiet {
  margin-top: 20px;
}

#datbiet .sale {
  padding: 10px 20px;
  color: #ccc;
  border: 1px solid #ccc;
}

.item_room {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 1px 0;
}

.item_room::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #7825257d;
  transition: all 0.3s linear;
  z-index: 1;
}

.box_item_room {
  margin: 0px 20px;
}

.item_room_left {
  width: 0;
  text-align: center;
  display: none;
}

.item_room_right {
  width: 100%;
}

.box_list_phong .slick-center .item_room::before {
  display: none;
}

.box_list_phong .slick-center .item_room {
  margin: 1px 0 1px 0;
}

.box_list_phong .slick-center .item_room_left {
  width: 50%;
  transition: none;
  background: #fff0ce;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0px 20px;
}

.item_room_button {
  padding-top: 20px;
}

.box_list_phong .slick-center .item_room_right {
  width: 50%;
  transition: none;
}

.box_list_phong .slick-center .item_room_right img {
  width: 100%;
}

.box_list_phong .slick-center .item_room_right img {
  height: 440px;
}

.item_room_right img {
  height: 360px;
  width: 100%;
}

.box_list_phong {
  padding: 25px 0px;
}

#datbiet .sale_actived,
#datbiet .sale:hover {
  color: #ff0000;
  border: 1px solid #ff0000;
}

#nhanmail {
  background: url(images/bg_nhantin.png) top left no-repeat;
  background-size: 100% 100%;
  margin-top: 30px;
}

#nhanmail .conten_nhanmail h3 {
  width: 100%;
  padding: 10px 5%;
  color: #fff;
  font-size: 25px;
  font-weight: normal;
}

div#dknt {
  width: 100%;
}

form#frm_dknt {
  background: none;
  margin: 10px 0;
}

form#frm_dknt input[type="text"] {
  width: 100%;
  padding: 0px 5px;
  border: none;
  background: #ffffff;
  outline: none;
  color: #000;
  height: 45px;
  float: left;
  margin-right: 5px;
  border-radius: 7px;
  margin-bottom: 10px;
}

form#frm_dknt input[type="button"] {
  width: 50%;
  float: left;
  background: #111b27;
  color: #fff;
  padding: 0px 10px;
  height: 45px;
  line-height: 30px;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  border-radius: 7px;
}

form#frm_dknt input[type="button"]:hover {
  background: #782525;
  color: #fff;
}

#hotline {
  background: #ff0000;
  color: #fff;
  width: 100%;
  padding: 20px;
  font-size: 25px;
}

#hotline .conten_hotline h3 {
  font-size: 25px;
  text-transform: uppercase;
  text-shadow: #000 -2px 2px 0px, #000 0px 0px 1px, #000 0px 0px 1px,
    #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
  width: 100%;
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
}

.img_danhmuc {
  padding: 2px;
  border: 1px solid;
}

.menumobile {
  display: none !important;
}

#wap_footer {
  padding: 20px 0px;
}

.name_danhmuc {
  position: absolute;
  top: 0px;
  width: 92%;
  height: 100%;
  padding: 15px;
  text-align: center;
  background: #00000080;
}

.name_danhmuc h3 {
  width: 80%;
  border-bottom: 3px solid #fff;
  padding-bottom: 10px;
  color: #fff;

  text-transform: uppercase;
  font-size: 17px;
  position: absolute;
  top: 40%;
  left: 10%;
  margin: auto;
}

div#right {
  width: 100%;
}

.doitac {
  padding: 10px 0px 15px;
}

.item_spnb .img_sp {
  overflow: hidden;
}

.item_spnb h4 {
  color: #243238;
  font-size: 14px;
  font-family: "Lato";
  font-weight: bold;
  padding-left: 5px;
  text-align: center;
}

.title_spnoibat {
  text-align: left;
  padding: 20px 0px 15px;
  border-bottom: 1px solid #3c3c3c45;
}

.title_spnoibat div {
  font-size: 25px;
  font-weight: 600;
  position: relative;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "UTM-Avo-bold";
}

.item_spnb_gia {
  text-align: center;
  color: #ff2121;
  font-weight: 600;
}

.spnoibat .item_spnb {
  text-align: left;
}

.spnoibat .item_spnb h4 {
  color: #243238;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 600;
  font-family: "Lato";
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 10px;
  overflow: hidden;
}

.gia {
  padding-left: 10px;
}

.slick-initialized .slick-slide {
  text-align: left;
}

.box-sp {
  border: #e1e1e1 solid 1px;
  display: inline-block;
  opacity: 0;
  margin: 10px 0px;
}

.box-spp {
  border: #e1e1e1 solid 1px;
  display: inline-block;
  padding: 7px;
  opacity: 0;
  margin: 10px 0px;
}

.box-sppp {
  border: #e1e1e1 solid 1px;
  display: inline-block;
  padding: 7px;
  opacity: 0;
  margin: 10px 0px;
}

.doitac img {
  width: 150px;
  height: 80px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  margin: 0px 25px;
}

.doitac img:hover {
  -webkit-filter: none;
}

.doitac_index {
  line-height: 0;
}

.spmoi {
  width: 100%;
  background: #fff;
  padding-bottom: 0px;
}

.spmoi .tieude_sp a {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 0px 2px;
  background: none;
  transition: 1s;
  border-radius: 50%;
  background: #eee;
  box-shadow: -5px -5px 5px #666;
  -moz-box-shadow: -5px -5px 5px #666;
  -webkit-box-shadow: -5px -5px 5px #666;
  margin-top: 10%;
}

.spmoi .tieude_sp h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

.spmoi .item_spm,
.spmoi .tieude_sp {
  margin: 0px;
}

.spmoi .title_spmoi {
  display: inline-block;
  float: left;
}

.spmoi .title_spmoi div {
  font-size: 30px;
  margin: 30px 0px;
  border-bottom: 1px solid #000;
  width: 300px;
  padding: 10px 0px;
  position: relative;
  color: #000;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.spmoi .title_spmoi div:before {
  content: "";
  width: 150px;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: -1px;
}

.spmoi .xemthem_spmoi a {
  float: right;
  font-size: 17px;
  text-decoration: none;
  width: 300px;
  font-weight: 600;
  padding: 50px 0px;
  position: relative;
  color: #000;
  display: inline-block;
  font-family: "RobotoSlab-Bold";
  text-align: right;
  padding-right: 20px;
  text-transform: uppercase;
}

.spmoi .xemthem_spmoi a i {
  padding-left: 15px;
  font-size: 15px;
}

.xemtiepgt a {
  padding: 10px 30px;
  border: #0000ff solid 1px;
  text-transform: uppercase;
  font-family: "Roboto-Regular";
}

.xemtiepgt {
  display: inline-block;
  margin-top: 30px;
}

.xemtiepgt a:hover {
  background: #0000ff;
  color: white;
  text-decoration: none;
}

div.tieude_giua2 {
  text-align: center;
}

div.tieude_giua2 div {
  display: inline-block;
  vertical-align: top;
  margin: auto;
  padding: 4px 20px;
  color: #000;
  text-transform: uppercase;
  font-size: 25px;
  border-radius: 0px 0px 10px 10px;
  font-family: "UTM-Avo-bold";
  font-weight: 600;
}

.info_phong {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
}

.gia_phong {
  font-size: 20px;
  color: #bf9f5d;
  font-weight: 600;
}

.gia_phong span {
  color: #3c3c3cbd;
}

.item-dv {
  padding: 20px 0px;
}

.list-dv {
  padding: 10px 0px;
}

.info-f_nd {
  color: #fff;
  font-size: 16px;
  padding-right: 10px;
}

.thongtin_footer {
  padding-top: 15px;
}

.thongtin_footer ul {
  list-style-type: none;
}

.thongtin_footer ul li {
  font-size: 16px;
  color: #fff;
  padding-bottom: 10px;
}

.frm_lienhe input,
.frm_lienhe textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 16px 22px;
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #808285;
  resize: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  margin-bottom: 14px;
}

.click_ajax {
  max-width: 150px;
  background-color: #782525 !important;
  border: 2px solid #782525 !important;
  color: #fff !important;
}

div.tieude_giua {
  font-size: 25px;
  font-weight: 600;
  padding: 15px 0px;
  position: relative;
  line-height: 1.2121212121212121212121212121212em;
  color: #412301;

  letter-spacing: 1px;
  text-transform: uppercase;
}

div.tieude_giua a {
  float: right;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  margin-right: 10px;
}

.baner-tieude {
  width: 100%;
  position: relative;
}

.baner-tieude .content-img {
  line-height: 0;
  width: 100%;
}

.baner-tieude .content-img img {
  width: 100%;
}

.baner-tieude .title-cat {
  text-align: center;
  width: 40%;
  top: 0px;
  left: 30%;
  position: absolute;
  /*margin: 8px 30% 70px 30%;*/
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: UTM-Avo-bold;
  font-size: 23px;
  text-shadow: #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px,
    #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px;
  color: #fff;
}

.box_dangky input {
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
}

.box_dangky input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3c3c3c;
}

div.copywire {
  color: #fff;
}

.tieude_tour {
  width: 100%;
  padding: 0px 10px 15px;
}

.tieude_tour_index {
  width: 100%;
  font-family: UTM-Avo-bold;
  color: #72c339;
  font-size: 25px;
  text-align: center;
}

.tieude_tour_index .tieude_text {
  position: relative;
  display: inline-block;
  padding: 0px 10px;
  height: 60px;
}

.tieude_tour_index .tieude_text:after {
  content: "";
  position: absolute;
  width: 100%;
  background: url("images/bg_tieude.png") center no-repeat;
  height: 25px;
  bottom: -5px;
  left: 0px;
}

.tieude_tour .tieude_text {
  font-size: 25px;
  width: 38%;
  float: left;
  margin-left: 10px;
}

.tieude_tour .fillter_tieude {
  width: 100%;
  background: #e1e1e1;
  margin: 10px 0px;
}

.tieude_tour .fillter_tieude .fill_item {
  display: inline-block;
  width: 31%;
  margin: 0px 0.8%;
  padding: 10px;
}

.tieude_tour .fillter_tieude .fill_item ul {
  list-style-type: none;
}

.tieude_tour .fillter_tieude .fill_item li {
  display: inline-block;
  float: left;
  padding-right: 15px;
}

.tieude_tour .fillter_tieude .fill_item li:last-child {
  border-left: 1px solid;
  padding-left: 15px;
}

.tieude_tour .fill_item select {
  height: 25px;
  padding: 0px 5%;
}

.tieude_tour .fillter_tieude .styel_view {
  border: 1px solid #ccc;
  max-width: 80px;
  text-align: center;
  margin: auto;
  padding: 0px 20px;
}

.tieude_tour .styel_view i:hover,
.iactived {
  color: #ff0000;
}

div.wap_item {
  text-align: center;
  position: relative;
}

.xtc {
  width: 100%;
  padding: 10px;
  text-align: center;
}

.xtc a {
  text-decoration: none;
  background: #e90000;
  color: #fff;
  padding: 10px 25px;
  border-radius: 20px;
}

div.item {
  width: 23%;
  margin: 1% 0.8%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ccc;
}

div.chay_i {
  margin: 20px auto;
  max-width: 1200px;
}

div.item_i {
  width: 90% !important;
  margin: 0px 5%;
}

.item-dv h3 {
  color: #1c1c1c !important;
  font-family: "Roboto-Bold";
}

.item-dv p {
  font-family: "Roboto-Regular";
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

/*div.item .sp_img
{
	overflow:hidden;
	margin-bottom:5px;
}
div.item .sp_img a
{
	display:block;
	line-height:0;
}
div.item a img
{
	width:100%;
	height:100%;
}
div.item .sp_name a
{
	text-decoration:none;
	color:#222222;
	font-weight:normal;
	font-size:15px;
	display:block;
	font-family:Tahoma, Geneva, sans-serif;
}
div.item .sp_name a:hover
{
	transition:0.4s;
	color:red;
}
div.item .sp_gia
{
	display:none;
}
div.item .sp_gia span.giacu
{
	color:#666666;
	text-decoration:line-through;
	float:left;
}
div.item .sp_gia span.giamoi
{
	color:#666666;
	color:red;
	float:right;
}
div.item .sp_gia span.motgia
{
	display:block;
	float:none;
}*/
.item .item_img {
  position: relative;
}

.item .item_img img {
  width: 100%;
}

.item_room_name h3 {
  font-weight: 600;
  color: #782525;
  font-size: 26px;
}

.item .item_img .booking {
  position: absolute;
  width: 100%;
  padding: 10px 20px;
  bottom: 0px;
  left: 0px;
  display: none;
}

.item .item_img .quickbooking {
  padding: 10px 10px;
  color: #fff;
  background: #2a2a2a;
  border: none;
  float: right;
  text-decoration: none;
}

.item .item_img .quickbooking:hover {
  background: #ff0000;
}

.item .item_img .quickview {
  padding: 10px;
  color: #fff;
  background: #2a2a2a;
  border: none;
  float: left;
}

.item .item_img button:hover {
  background: #ff0000;
}

.item:hover .booking {
  display: block;
}

.item .item_info {
  width: 100%;
}

.item .item_info .item_name {
  width: 100%;
  padding-bottom: 5px;
  position: relative;
}

.item .item_info .gia {
  width: 100%;
  padding: 0px 0px;
}

.item .item_info .gia_pro {}

.item .item_info .gia_pro p {
  margin-top: 0px;
}

.item .item_info .gia_pro span {
  font-weight: bold;
  color: #ff0000;
}

.item .item_info h3 {
  margin-top: 5px;
}

.item .item_info a {
  text-decoration: none;
  color: #000;
  font-size: 17px;
}

.item .item_info a:hover {
  color: #ff0000;
}

.item-custom {
  width: 31% !important;
}

.item_spm {
  text-align: left;
  background: #fff;
  position: relative;
}

.item_spm .img_pro {
  width: 100%;
}

.item_spm .img_pro p {
  margin: 0px;
}

.item_spm .img_pro img {
  width: 100%;
  height: 280px;
}

.item_spm .info_pro a {
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  color: #fff;
  text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px,
    #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}

.border_img {
  width: 80%;
  height: 90%;
  border: 2px solid #fff;
  position: absolute;
  z-index: 99;
  top: 45px;
  left: 58px;
  margin: -30px;
}

.item_spm .info_pro h3 {
  padding: 5px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 25px;
  margin: 0px;
  /* background: #1817171f;*/
  width: 90%;
  margin-left: 15px;
  z-index: fff;
}

.item_spm .gia_pro {
  width: 100%;
  padding: 5px 10px;
  background: url("./images/br_sp.png") bottom right no-repeat;
}

.item_spm .gia_pro .diemden {
  float: left;
  width: 60%;
  color: #ccc;
  font-style: italic;
  font-size: 13px;
  height: 100%;
  border-right: 1px solid #ccc;
}

.item_spm .gia_pro .gia {
  float: right;
  width: 40%;
  text-align: center;
  color: #0a89e4;
  font-size: 15px;
}

/*item sp*/
.item_sp {
  margin-bottom: 15px;
}

.item_sp .item_name h3 {
  margin-top: 5px;
  font-size: 17px;
  font-family: RobotoSlab-Bold;
  text-align: left;
}

.item_sp .item_name h3 a {
  color: #313131;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}

.item_sp .item_name h3 a:hover {
  color: #000;
  text-decoration: none;
}

.item_sp .gia {
  text-align: left;
}

/* style item_list */
.item_list {
  width: 100%;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
  padding: 5px 0px;
}

.item_list .item_img {
  float: left;
  width: 30%;
  position: relative;
  line-height: 0px;
}

.item_list .item_img img {
  width: 100%;
  border: 1px solid #000;
}

.item_list .item_img .booking {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

.item_list .booking button {
  background: #2a2a2a;
  border: none;
  color: #fff;
  padding: 10px;
  margin-top: 25%;
  display: inline-block;
}

.item_list:hover .booking {
  display: block;
}

.item_list .item_info {
  width: 70%;
  float: right;
  text-align: left;
  padding: 0px 20px;
}

.item_list .item_info a {
  text-decoration: none;
  color: #000;
}

.item_list .item_info a:hover {
  color: #ff0000;
}

.item_list .item_info .diemden {
  color: #ccc;
  font-style: italic;
}

.item_list .item_info .gia_pro {
  margin-top: 20px;
}

.item_list .item_info .gia_pro span {
  padding: 10px 20px;
  background: #ff0000;
  color: #fff;
}

/* thu vien */
.thuvien {
  width: 100%;
  padding: 20px 0px;
}

.thuvien .content-item {
  margin-top: 20px;
}

.thuvien .item-thuvien {
  width: 33.333%;
  padding: 5px;
  float: left;
}

.thuvien .item-thuvien .item-full {
  position: relative;
}

.thuvien .item-thuvien .content-img {
  line-height: 0px;
}

.thuvien .item-thuvien .content-img img {
  width: 100%;
  height: 223px;
}

.thuvien .item-thuvien .name-item {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px 0px;
  padding-left: 30px;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  font-family: UTM-Avo;
  background: rgba(0, 0, 0, 0.6);
}

.thuvien .item-thuvien .name-item a {
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}

.thuvien .item-thuvien .name-item a:hover {
  color: #72c339;
}

.thuvien .item-big {
  width: 66.6666%;
}

.thuvien .item-big img {
  height: 223px;
}

/* thu vien */
.tintuc {
  width: 100%;
}

.tintuc .conttent-item {
  margin-top: 20px;
  text-align: center;
}

.tintuc .item-tintuc {
  font-family: utm-avo;
  color: #000;
  font-size: 16px;
  text-align: left;
  display: inline-block;
  position: relative;
}

.tintuc .item-tintuc .content-img {}

.tintuc .item-tintuc .item-info {
  padding: 5px;
  background: #fff;
  position: relative;
}

.tintuc .item-tintuc .content-img .phu-img i {
  color: #fff;
  font-size: 20px;
}

.tintuc .item-tintuc:hover .content-img .phu-img {
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.tintuc .item-tintuc img {
  width: 100%;
  height: 100%;
}

.tintuc .item-tintuc .item-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tintuc .item-tintuc .item-name a {
  text-decoration: none;
  color: #353535;
  font-family: "Lato";
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.tintuc .item-tintuc .item-name a:hover {
  color: #000 !important;
}

.tintuc .item-tintuc .item-desc {
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2em;
  font-family: "Lato";
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin: 5px 0px;
  color: #8c8c8c;
  text-align: justify;
}

.tintuc .item-tintuc .xemtiep {
  text-align: left;
  margin-top: 15px;
  border-bottom: #963132 solid 1px;
  padding: 5px 0px;
}

.tintuc .item-tintuc .xemtiep a {
  display: inline-block;
  padding: 5px 15px 5px 0px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  font-family: "Lato";
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}

.tintuc .item-tintuc .xemtiep a i {
  padding-left: 5px;
}

/* General button style (reset) */
.xemtiep_btn .btn_xem {
  padding: 10px 10px;
  display: block;
  color: #6e7498;
  position: relative;
  transform: translateZ(0);
  border-radius: 0px !important;
  text-decoration: none;
  color: #000;
  font-size: 1.2em;
  border: 1.5px solid #000;
  text-transform: uppercase;
  width: 170px;
  margin: auto;
}

.xemtiep_btn .btn_xem:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: transform 0.4s ease-out;
  background-color: #8c8c8c;
}

.xemtiep_btn .btn_xem:hover::before,
.xemtiep_btn .btn_xem:focus:before {
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

/* Button 1c */

.xemtiep_btn .btn_xem:hover,
.xemtiep_btn .btn_xem:active {
  color: #fff;
}

/*----*/
.loadmore {
  width: 100%;
  padding: 10px 0px;
  text-align: center;
}

.loadmore i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eeeeee;
  font-size: 18px;
  line-height: 40px;
  border: 1px solid #ccc;
}

.loadmore i:hover {
  transform: rotate(360deg);
  transition: 2s;
}

.box_show {
  width: 30%;
  min-width: 300px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: none;
  position: fixed;
  top: 80px;
  left: 35%;
  z-index: fff9;
}

.box_show .box_close {
  width: 100%;
  border-top: 1px solid #328e00;
  padding: 10px;
  text-align: right;
}

.box_show .box_close button {
  background: #2a2a2a;
  color: #fff;
  padding: 5px 10px;
  border: none;
}

.box_show .box_close button:hover {
  background: #ff0000;
}

.item_box {
  width: 90% !important;
  margin: 10px 5% !important;
}

.item_box .booking {
  display: none !important;
}

.box_body {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  display: none;
}

.box_show_booking {
  width: 30%;
  position: fixed;
  left: 35%;
  z-index: fff999;
  top: 50px;
  background: #fff;
  display: none;
  border-radius: 5px;
}

.dichvu {
  width: 100%;
}

.dichvu h4 {
  font-weight: bold;
}

.box_show_booking .option {
  width: 100%;
  padding: 10px 5%;
  background: #e9e8e8;
  border-radius: 5px;
}

.box_show_booking .option h3 {
  width: 100%;
  padding: 5px 0px;
  border-bottom: 1px solid #000;
}

.box_show_booking .box_close button {
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
  top: -15px;
  right: -15px;
  border: none;
}

.box_show_booking .option .frm_option {
  width: 31%;
  display: inline-block;
  padding: 10px 0px;
}

.box_show_booking .frm_option input[type="date"],
.box_show_booking .frm_option input[type="number"] {
  width: 100%;
  height: 30px;
}

.box_show_booking .frm_option button {
  height: 30px;
  padding: 0px 20px;
  width: 100%;
  text-align: center;
  background: #409612;
  color: #fff;
  border: none;
}

.box_show_booking .frm_option button:hover {
  background: #ff0000;
}

.info-f_nd ul {
  list-style-type: none;
}

.info-f_nd ul li {
  color: #fff;
  font-size: 15px;
  padding: 5px 0px;
}
/* Thanh Nền Dưới Copy Rirth */
.footer_menu {
  background: #fff;
  padding: 10px 0px;
}

.footer_menu_logo {
  text-align: center;
  color: #fff;
}

.footer_menu_list ul {
  list-style-type: none;
  display: flex;
  padding-top: 20px;
  justify-content: center;
}

.footer_menu_list ul li {
  padding: 5px 10px;
}

.footer_menu_list ul li a {
  text-transform: uppercase;
  color: #fff;
}

.info-f_nd a {
  color: #fff;
}

.info-f_nd:hover a {
  color: #fff;
  text-decoration: none;
}

.logomenumobi {
  display: none;
}

.bt_booking {
  font-weight: 900;
  background: #782525;
  padding-left: 2em;
  padding-right: 2em;
  border: unset;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 50px;
  border-radius: 8px;
}

.bt_booking a {
  color: #fff;
  text-decoration: none;
}

.bt_booking:hover a {
  text-decoration: none;
  color: #fff;
}

div#wap_footer {
  width: 100%;
  background: #782525;
  line-height: 1.4;
  color: #3c3c3c;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 0px;
  background-size: 100% 100%;
}

.info-f h3 {
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0px;
}

.ico-mxh ul {
  list-style-type: none;
  display: flex;
  padding-top: 10px;
  margin-bottom: 0px;
}

.ico-mxh ul li {
  padding-right: 10px;
}

.ico-mxh ul li i {
  font-size: 20px;
  color: #d1cece;
}

div.copywire {
  padding: 20px 0px;
  margin-top: 15px;
  border-top: #f1f1f1 1px solid;
  font-family: "Open Sans", sans-serif;
  width: 100%;
}

div#footer .content-footer .footer-item-left {
  width: 40%;
  float: left;
  margin-bottom: 30px;
}

div#footer .content-footer .footer-item-right {
  width: 30%;
  float: left;
  margin-bottom: 30px;
}

.f-title {
  font-family: "Lato";
  font-size: 20px;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  position: relative;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  display: inline-grid;
  line-height: 2;
}

.f-title:after {
  content: "";
  width: 20%;
  height: 2px;
  background: #f3ab3b;
}

.content-footer ul {
  list-style: none;
}

.content-footer ul li {
  padding: 10px 0px;
  color: #f5f4f4;
  font-size: 16px;
  font-family: "Lato";
}

.content-footer ul li a {
  color: #f5f4f4;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Lato";
}

.content-footer ul li a:hover {
  color: #ec2f35;
}

.f-cotent .tt_content {
  color: #fff;
}

.footer-item .f-cotent .tt_content {
  font-size: 15px;
  color: #fff;
  padding-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}

.footer-item .f-cotent ul {
  list-style-type: none;
  margin-bottom: 0px;
}

.footer-item .f-cotent ul li {
  padding-bottom: 10px;
}

.footer-item .f-cotent ul li a {
  font-size: 15px;
  color: #8c8c8c;
  font-family: "Open Sans", sans-serif;
}

.footer-item .f-cotent ul li a:hover {
  text-decoration: none;
}

.footer-item .f-cotent p {
  margin: 0px;
  font-size: 15px;
  padding: 0px 0px 5px;
  border-bottom: 1px dashed;
  width: 70%;
  margin-bottom: 10px;
  color: #8c8c8c;
  font-family: "Open Sans", sans-serif;
}

.banner {
  width: 100%;
  position: relative;
}

.intro-banner {
  color: #4a4a4a;
  width: 100%;
  float: left;
}

.dichvu>div {
  width: calc(100% / 3 - 10px);
  float: left;
  border: #213d3b solid 2px;
  padding: 20px;
  margin-left: 10px;
  margin-top: 30px;
  position: relative;
  color: #213d3b;
}

.i-dv {
  position: absolute;
  text-align: center;
  width: 100%;
}

.dichvu div i {
  padding: 0px 20px;

  font-size: 40px;
  background: #fff;
}

.intro-banner p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.intro-banner i {
  width: 100%;
  float: left;
  font-family: "Roboto-Regular";
  color: #ec2f35;
  font-size: 16px;
}

.slick-dots {
  text-align: left;
  position: unset !important;
  clear: both;
  width: 100%;
  display: inline-block !important;
  margin-top: 30px;
}

.slick-dots button {
  border-radius: 50%;
  padding: 0px 5px;
  margin: 3px;
}

.slick-dots button:focus {
  outline: none;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li {
  width: 70px !important;
  height: 100px !important;
  float: left;
  margin: 0px 10px;
}

.slick-dots li button:before {
  background-image: url(upload/hinhanh/dpfeedback.png);
  background-size: 100% 100%;
  background-position: bottom;
  width: 70px !important;
  height: 70px !important;
  color: unset !important;
  padding: 5px !important;
  padding-top: 30px !important;
  border: 1px solid red;
  top: unset !important;
  bottom: 0px;
}

.slick-dots li.slick-active button:before {
  width: 100px !important;
  height: 100px !important;
}

.slick-dots li.slick-active {
  width: 100px !important;
  height: 100px !important;
}

.item-doitac {
  display: inline-block;
  padding: 10px;
}

.wap-contact {
  padding-bottom: 20px;
}

.icon-f {
  text-align: left;
  padding: 20px;
}

.icon-f i {
  padding: 5px;
  background: #dddddd;
  border-radius: 7px;
  color: #333333;
  margin: 5px;
}

.tt-f i {
  background: #dddddd;
  border-radius: 5px;
  color: #333333;
  margin-right: 10px;
  padding: 2px;
  font-size: 12px;
}

/*.footer-item-left .f-title:after
{
    position: absolute;
    content: "";
    width: 40%;
    left: 30%;
    height: 3px;
    background: #000;
    bottom: -5px;
}
.footer-item-right .f-title:after
{
    position: absolute;
    content: "";
    width: 40%;
    left: 30%;
    height: 3px;
    background: #000;
    bottom: -5px;
}
.footer-item-center .f-title:after
{
    position: absolute;
    content: "";
    width: 40%;
    left: 30%;
    height: 3px;
    background: #000;
    bottom: -5px;
}
.footer-item-center ul {
  list-style-type: none;
  text-align: left;
  padding-left: 25px;
}

.footer-item-center ul li {
  color: #000;
  padding-top: 5px;
}

.footer-item-center ul li i {
  padding-right: 5px;
}

.footer-item-center ul li a {
  color: #000;
  text-decoration: none;
}

div#footer .content-footer .footer-item-center {
  width: 30%;
  float: left;
  text-align: center;
}

.content-footer .footer-item-center .name-co-f {
  font-family: UTM-Aristote;
  font-size: 25px;
  text-transform: lowercase;
  color: #000;
}

.content-footer .footer-item-center .copy-write {
  padding: 10px;
}

.content-footer .footer-item-center .copy-write a {
  text-decoration: none;
  color: #000;
}

div#footer .content-footer .footer-item-right {
  text-align: center;
}

div#footer .content-footer .footer-item-right .phone-f,
div#footer .content-footer .footer-item-right .website {
  color: #000;
  font-size: 22px;
  font-family: UTM-Amherst;
}

div#footer .content-footer .footer-item-right .phone-f {
  font-weight: bold;
}

div#footer .content-footer .footer-item-right .phone-f i {
  font-size: 28px;
}

div#lienket a {
  display: inline-block;
  vertical-align: top;
  color: #8c8c8c;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  margin: 0px 2px;
  background: none;
  transition: 1s;
  width: 100%;
  text-align: left;
  border-radius: 50%;
  font-family: "Open Sans", sans-serif;
}

div#lienket a i {
  padding-right: 10px;
  width: 30px;
}

div#lienket a:hover i {
  transition: 1s;
  transform: rotate(360deg);
}

/*.fb
{
    background: #0000ff!important;
}
.tf 
{
    background: #02afff!important;
}
.yt 
{
    background: #ff0000!important;
}
.gg 
{
    background: #02afff!important;
}*/
.quangcao {
  width: 100%;
}

.quangcao img {
  width: 100%;
}

/* --------------------- Phan trang ------------------*/
div#doitac {
  box-sizing: border-box;
  max-width: 1200px;
  margin: auto;
}

div#doitac a img {
  height: 100px;
  margin: 0 5px;
  border: 1px solid #ddd;
}

/*----------------------------------------------------*/
div.wap_pro {
  margin: 15px auto;
  clear: both;
}

.zoom_slick {
  width: 50%;
  float: left;
  text-align: center;
}

.zoom_slick .slick2 {}

.zoom_slick .slick {
  margin-top: 5px;
}

.zoom_slick .slick img {
  width: 95%;
  margin: auto;
  border: 1px solid #ddd;
  box-sizing: border-box;
  cursor: pointer;
}

.zoom_slick .slick img:hover {
  border: 1px solid #f60;
  opacity: 0.5;
  transition: 1s;
}

.product_info {
  float: right;
  list-style: none;
  width: 48%;
}

.product_info li {
  font-size: 13px;
  border-bottom: 1px solid #eee;
  padding: 6px 0;
}

.product_info li.ten {
  color: #313131;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.product_info li.giacu {
  font-size: 15px;
  text-decoration: line-through;
}

.product_info li.gia {
  color: red;
  font-size: 16px;
}

.product_info li b {
  font-weight: normal;
  font-size: 14px;
}

.xemgiohang {
  color: #e80019;
  display: block;
  width: 120px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-size: 13px;
  transition: 0.4s;
  margin: auto;
  margin-top: 7px;
}

.product_info li .dathang {
  background: #e93b35;
  color: #fff;
  display: block;
  max-width: 300px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  transition: 0.4s;
}

.product_info li .dathang i {
  margin-right: 10px;
  font-size: 25px;
  margin-top: 3px;
}

.product_info li .dathang:hover {
  transition: 0.4s;
  background: #e00;
}

span.size {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 5px;
  cursor: pointer;
}

span.mausac {
  display: block;
  float: left;
  border: 1px solid #ddd;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  cursor: pointer;
  font-size: 0;
}

span.active_size,
span.size:hover,
span.mausac:hover,
span.active_mausac {
  border: 1px solid #ee0000;
}

input.soluong {
  width: 50px;
  border: 1px solid #c7c6c6;
  padding: 2px 0px;
  text-align: center;
  font-size: 15px;
  margin-right: 5px;
}

input.ngaydi {
  width: 200px;
  border: 1px solid #c7c6c6;
  padding: 2px 0px;
  text-align: left;
  font-size: 15px;
  margin-right: 5px;
}

input.ngaydi2 {
  width: 120px;
  border: 1px solid #c7c6c6;
  padding: 2px 0px;
  text-align: left;
  font-size: 15px;
  margin-right: 5px;
}

table#giohang input {
  margin: 5px 0px;
}

table#giohang input.btn,
.click_ajax {
  background: #dc0018;
  color: #ffffff;
  padding: 0px 15px;
  border: none;
  cursor: pointer;
  margin: 5px 1px;
  border-radius: 3px;
}

table#tt td {
  height: 30px;
}

table#tt td input.t {
  width: 300px;
  height: 20px;
  margin: 3px 0px 5px 0px;
  border: 1px solid #ddd;
}

table#tt td textarea {
  width: 300px;
}

table#tt span {
  color: red;
}

.titlesp .tieude_sp {
  font-size: 25px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.titlesp .title_des {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.title_danhmuc {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.danhmuc .tieude_dm {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  padding: 10px 0px;
  border-bottom: 1px solid;
}

.danhmuc .gia {
  list-style-type: none;
}

.danhmuc .gia li {
  padding: 10px 0px;
  font-family: Roboto-Regular;
  font-size: 15px;
  color: #8c8c8c;
}

.danhmuc .gia li .chk_price {
  border: none;
  border-radius: 0px;
  margin-right: 10px;
  width: 15px;
  height: 15px;
}

.danhmuc .gia li:hover {
  color: #000;
}

@-webkit-keyframes star {
  0% {
    -webkit-transform: rotate(0) scale(0);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(1.5);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(0);
  }
}

@-o-keyframes star {
  0% {
    -o-transform: rotate(0) scale(0);
  }

  50% {
    -o-transform: rotate(180deg) scale(1.5);
  }

  100% {
    -o-transform: rotate(360deg) scale(0);
  }
}

@-moz-keyframes star {
  0% {
    -moz-transform: rotate(0) scale(0);
  }

  50% {
    -moz-transform: rotate(180deg) scale(1.5);
  }

  100% {
    -moz-transform: rotate(360deg) scale(0);
  }
}

.start-animate {
  z-index: ffffff99999 !important;
  position: absolute;
  animation: star linear 1.75s infinite;
  -moz-animation: star linear 1.75s infinite;
  -webkit-animation: star linear 1.75s infinite;
  -o-animation: star linear 1.75s infinite;
}

@keyframes star {
  0% {
    transform: rotate(0) scale(0);
  }

  50% {
    transform: rotate(180deg) scale(1.5);
  }

  100% {
    transform: rotate(360deg) scale(0);
  }
}

.tieude_doitac {
  position: relative;
  display: inline-block;
  padding: 0px 10px;
  height: 60px;
  margin-bottom: 10px;
}

.text-email {
  color: #ffffff;
  padding-bottom: 10px;
  padding-top: 40px;
}

.tieude_doitac:after {
  content: "";
  position: absolute;
  width: 100%;
  background: url(images/bg_tieude.png) center no-repeat;
  height: 25px;
  bottom: -5px;
  left: 0px;
}

.coccoc-alo-phone.coccoc-alo-show {
  display: none;
}

@media screen and (max-width: 1550px) {
  .item-f {
    width: 35%;
  }

  .item-f3 {
    width: 20%;
  }

  .menu-pc {
    padding: 0px;
  }

  div.menu ul li a {
    font-size: 14px;
    margin: 0px 13px;
  }

  .box_list_phong .slick-center .item_room_right img {
    height: 350px;
  }

  .item_room_right img {
    height: 285px;
  }

  .dm1 a {
    font-size: 15px;
  }

  form#frm_dknt input[type="button"] {
    font-size: 12px;
  }
}

@media screen and (max-width: 1450px) {
  .div.menu ul li a {
    margin: 0px 13px;
  }
}

@media screen and (max-width: 1300px) {
  .quytrinh h4 {
    font-size: 22px;
  }

  .dm1 a {
    font-size: 10px;
  }

  div.menu ul li a {
    font-size: 10px;
  }
}

@media screen and (max-width: 1260px) {
  .item_room_name h3 {
    font-size: 20px;
  }

  .menu-pc {
    padding: 0px 0px !important;
  }

  .dm1 a {
    font-size: 10px;
  }

  .box_gioithieu_right_info h4 {
    font-size: 25px;
  }

  div.menu ul li a {
    font-size: 14px;
    margin: 0px 13px;
  }

  .box_gioithieu_right_info_mota {
    padding-bottom: 0px;
  }

  .item_tienich_info_name h3 {
    font-size: 12px;
  }

  .item_tintuc_info h3 {
    font-size: 16px;
  }

  .item-f {
    width: 35%;
  }

  .item-f3 {
    width: 20%;
  }

  form#frm_dknt input[type="button"] {
    font-size: 12px;
  }

  .thongtin_footer ul li {
    font-size: 14px;
  }

  .box_list_f ul li a {
    font-size: 14px;
  }

  .info-f_nd {
    font-size: 14px;
  }

  .intro_dknt {
    font-size: 14px;
  }

  .info-f_nd img {
    padding-bottom: 5px;
  }

  .logo img {
    height: 50px;
  }

  .tim {
    padding: 0px;
  }

  .timkiem i {
    font-size: 15px;
    position: relative;
  }

  .giohang i {
    color: #000;
    font-size: 15px;
  }

  .content-langmb img {
    width: 35% !important;
    margin-top: 5px;
  }

  .spmoi .item_spm,
  .spmoi .tieude_sp {
    height: 240px;
  }

  .spmoi .item_spm img {
    height: 240px;
  }

  .border_img {
    width: 77%;
  }

  .quytrinh h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1190px) {
  .quytrinh h4 {
    font-size: 20px;
  }

  .menu-pc {
    padding: 0px 0px !important;
  }

  .bt_booking {
    font-weight: 900;
    background: #782525;
    padding-left: 1em;
    padding-right: 1em;
    border: unset;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 38px;
    border-radius: 8px;
  }

  .dm1 a {
    font-size: 10px;
    margin: 0px 5px !important;
  }

  div.menu ul li a {
    font-size: 13px;
    margin: 0px 5px !important;
    padding: 2px 10px;
  }

  .bt_booking a {
    font-size: 10px;
  }

  .tim {
    padding: 0px;
  }

  .timkiem i {
    font-size: 15px;
    position: relative;
  }

  .giohang i {
    color: #000;
    font-size: 15px;
  }

  .content-langmb img {
    width: 20% !important;
  }

  .spmoi .item_spm,
  .spmoi .tieude_sp {
    height: 240px;
  }

  .spmoi .item_spm img {
    height: 240px;
  }

  .border_img {
    width: 77%;
  }

  .tim {
    padding: 0px 0px !important;
  }
}

@media screen and (max-width: 1100px) {
  .quytrinh h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1025px) {
  .menu_mobile {
    width: 100%;
    background: #000;
    display: flow-root;
  }

  .logomenumobi img {
    max-height: 75px;
  }

  .quytrinh h4 {
    font-size: 17px;
  }

  .menu-pc {
    padding: 0px 0px !important;
  }

  .gioithieu {
    height: unset;
    display: inline-block;
    padding-bottom: 30px;
  }

  .menu-pc {
    display: none;
  }

  nav#menu {
    display: none;
  }

  #header {
    display: none !important;
  }

  div.menu ul li a {
    padding: 0px 5px;
    font-size: 10px;
    margin: 0px;
  }

  .dm1 a {
    font-size: 10px;
  }

  .menu-pc {
    padding: 0px;
  }

  .dm1 a {
    margin: 0px 5px;
  }

  .content-langmb img {
    width: 35% !important;
  }

  .tim {
    padding: 0px !important;
  }

  .item_spm .info_pro h3 {
    font-size: 20px;
  }

  .spmoi .item_spm,
  .spmoi .tieude_sp {
    height: 200px;
  }

  .spmoi .item_spm img {
    height: 200px;
  }

  .border_img {
    width: 74%;
  }

  .contact,
  .only-pc {
    display: none;
  }

  .tim {
    display: none;
  }

  .quytrinh_txt {
    display: none;
  }

  .quytrinh .name_quytrinh {
    width: 100%;
    text-align: center;
  }

  .quytrinh h4 {
    font-size: 15px;
    text-align: center;
  }

  .logomenumobi {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  div.wap_menu {
    padding: 0px;
    display: none;
  }

  div.header {
    display: flex;
    text-align: center;
    height: 80px;
    line-height: 80px;
    /* background: #782525; */
    background: #fff0ce;
    flex-direction: row;
    align-items: center;
  }

  .box_gioithieu_row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .box_gioithieu_right {
    padding-bottom: 15px;
  }

  .box_list_phong .slick-center .item_room_right img {
    height: 360px;
  }

  .box_list_phong .slick-center .item_room_left {
    padding: 0px 35px;
  }

  .box_list_phong {
    padding-bottom: 0px;
  }

  .tienich_index {
    padding-top: 0px;
  }

  .item_tienich_info_name h3 {
    font-size: 10px;
  }

  .box_contact_info_intro h3 {
    font-size: 20px;
    font-weight: 600;
  }

  .button_contact {
    padding: 7px 15px;
  }

  .button_booking {
    padding: 7px 15px;
  }

  .box_contact_info_play img {
    width: 50px;
  }

  .title_tt h4 {
    font-size: 30px;
  }

  .box_footer_list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .item-f {
    width: 50%;
  }

  .item-f2 {
    width: 50%;
  }

  .item-f3 {
    width: 50%;
  }

  .item-f4 {
    width: 50%;
  }

  .langmobile {
    padding-right: 10px;
  }

  .box_tt_product_tt {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  nav#menu {
    display: none;
  }

  #header {
    display: none !important;
  }
}

@media screen and (max-width: 990px) {
  .box_footer_list {
    display: flex;
    flex-wrap: wrap;
  }

  div#wap_footer {
    padding: 15px 0px;
  }

  .item_tintuc_info h3 {
    font-size: 16px;
    height: 38px;
  }

  .item_thuvien_anh_name h3 {
    font-size: 20px;
  }

  .quytrinh h4 {
    font-size: 13px;
  }

  .menu-pc {
    padding: 0px !important;
  }

  .spmoi .item_spm,
  .spmoi .tieude_sp {
    width: 48%;
    float: left;
    margin-bottom: 30px;
    height: 300px;
  }

  .spmoi .item_spm img {
    height: 300px;
  }

  .border_img {
    width: 87%;
  }

  .tieude_sanphamnnb {
    background: unset !important;
  }

  .xemtiepsp a {
    padding: 10px 30px;
    font-size: 12px;
    margin-bottom: 5px;
  }

  .menu_danhmuc {
    display: none;
  }

  div#main_content {
    width: 100%;
  }

  div#slider {
    width: 100%;
    padding: 0;
  }

  div#danhmuc {
    display: none;
  }

  div#right {
    width: 100%;
  }

  div#left {
    width: 100%;
  }

  div.item {
    width: 30%;
    margin: 1.3%;
  }

  div#thongke {
    width: 100%;
  }

  div.thongke_an {
    display: none;
  }

  div.tt_lh {
    width: 100%;
  }

  div.bando {
    width: 100%;
  }

  .search_frm {
    position: unset;
    padding-bottom: 40px;
  }

  .contact,
  .only-pc {
    display: none;
  }

  #lienket {
    position: unset !important;
    width: 100% !important;
    text-align: center !important;
  }

  .logo_mobi {
    display: block;
  }

  .tim {
    display: none;
  }

  .gioithieu {
    height: unset;
    display: inline-block;
    padding-bottom: 30px;
  }

  .text-email {
    padding-top: unset;
  }
}

@media screen and (max-width: 800px) {
  .box_contact_index_img img {
    min-height: 240px;
  }

  .langmobile .lang img {
    border-radius: 50%;
    border: 2px solid #fff;
    height: 40px;
    width: 50px;
  }

  .box_tintuc_index {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
  }

  .chat_facebook {
    bottom: 0px !important;
  }

  .border_img {
    width: 84%;
  }

  .item_room_name h3 {
    font-size: 18px;
  }

  .item_room_info {
    font-size: 13px;
  }

  .gioithieu_index {
    padding-top: 10px;
  }

  .duannb .item_duan .sp_name a {
    font-size: 12px;
  }

  .baner-tieude {
    display: none;
  }

  .frm_datpnong .frm_datpong {
    width: 100%;
  }

  .ico-mxh {
    padding-bottom: 15px;
  }

  .ico-mxh ul {
    list-style-type: none;
    display: flex;
    padding-top: 10px;
    margin-bottom: 0px;
    justify-content: space-between;
  }

  .ico-mxh ul li i {
    font-size: 40px;
    color: #fff;
  }

  .box_list_phong .slick-center .item_room_right img {
    height: 300px;
  }

  .item_room_right img {
    height: 300px;
    width: 100%;
  }

  .footer_menu_logo {
    font-size: 10px;
  }
}

@media screen and (max-width: 700px) {
  .logomenumobi img {
    max-height: 60px;
  }

  .info-f h3 {
    font-size: 25px;
  }

  .ico-mxh ul li i {
    font-size: 30px;
  }

  .logo_menu {
    display: none;
  }

  .box_gioithieu_right_info h4 {
    font-size: 23px;
  }

  .header_bor {
    display: none;
  }

  .wap_item_dm {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .box_gioithieu_row {
    display: flex;
    align-items: stretch;
    flex-direction: column;
  }

  .box_gioithieu_right_info {}

  .box_gioithieu_right_img {
    display: none;
  }

  .wap_box_new_se {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .wap_sp_index {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .visao_index {
    background-image: unset;
    padding: 25px 0px;
  }

  .box_box_visaochon_info_list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .item_visao_info h3 {
    margin: 0px;
    font-size: 17px;
    font-weight: 600;
  }

  .item_visao_info_mota {
    padding-top: 15px;
    font-size: 13px;
  }

  div#wap_footer {
    margin-bottom: 0px;
  }

  .box_item_p_info a h3 {
    font-size: 18px;
  }

  .menumobile {
    display: block !important;
  }

  .title_visao h3 {
    font-size: 25px;
  }

  .item-f {
    width: 100%;
  }

  .item-f4 {
    width: 100%;
  }
}

@media screen and (max-width: 603px) {
  .box_footer_list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .item_room {
    display: flex;
    flex-direction: column-reverse;
  }

  .box_list_phong .slick-center .item_room_right {
    width: 100%;
  }

  .box_list_phong .slick-center .item_room_left {
    width: 100%;
  }

  .box_list_phong .slick-center .item_room_left {
    padding: 20px;
  }

  .item_room::before {
    display: none;
  }

  .item_room_left {
    width: 100%;
  }

  .box_list_phong {
    padding: 15px 0px;
  }

  .item-f2 {
    width: 100%;
  }

  .item-f3 {
    width: 100%;
  }

  .logomenumobi img {
    max-height: 60px;
  }

  .item_spnb {
    padding: 2px !important;
  }

  .video-feedback .titlevideo p {
    font-size: 30px;
  }

  .titlevideo .comment {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
  }

  .video-feedback .titlevideo a {
    margin: 15px 0px;
    float: left;
  }

  .duannb_left .item_duan {
    margin-bottom: 10px;
  }

  .gioithieu_left h3 {
    font-size: 20px;
  }

  .content_danhmuc a {
    display: inline-block;
    margin-bottom: 10px;
  }

  div.wap_menu {
    background: #000;
  }

  div#slider {
    position: unset;
  }

  .duannb_left .item_duan {
    width: 100% !important;
  }

  div.menu {
    height: 60px;
    padding: 0px;
  }

  .spmoi .item_spm,
  .spmoi .tieude_sp {
    width: unset !important;
    float: unset !important;
  }

  .coccoc-alo-phone.coccoc-alo-show {
    display: none;
  }

  .tim {
    display: none;
  }

  div.fanpage {
    width: 100%;
    float: none;
    margin: auto;
    text-align: center;
  }

  div#main_footer {
    width: 100%;
    float: none;
    margin-top: 10px;
  }

  div#header a.logo {
    display: none;
  }

  div#header img.logo_mobi {
    display: block;
    margin: auto;
    width: 100%;
  }

  div.tieude_giua {
    padding: 7px;
    height: auto;
    line-height: 1.5;
  }

  .zoom_slick {
    width: 85%;
    max-width: 400px;
    float: none;
    margin: auto;
  }

  .product_info {
    width: 100%;
    margin-top: 10px;
  }

  .gh_an {
    display: none;
  }

  .tieude_text,
  .fillter_tieude {
    width: 100% !important;
  }

  div.item {
    width: 47%;
    margin: 20px 1.3%;
  }

  .col-4 {
    width: 48%;
    margin: 10px 1%;
  }

  div#footer .content-footer .footer-item-left,
  div#footer .content-footer .footer-item-right,
  div#footer .content-footer .footer-item-center,
  .thuvien .item-thuvien {
    width: 100%;
    float: none;
  }

  .header a.hien_menu img {
    width: 50%;
  }

  .langmobile {
    padding-right: 5px;
  }

  .logomenumobi img {
    padding: 5px 0px;
  }

  .item-dv {
    text-align: center;
  }

  .footer_menu_list {
    display: none;
  }

  .box_list_phong {
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .title_tt h4 {
    font-size: 20px;
  }

  .item_tienich {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .item_tienich_img {
    width: 100%;
  }

  .item_tienich:nth-child(2),
  .item_tienich:nth-child(4) {
    display: flex;
    flex-direction: column;
  }

  .right-conttent {
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    list-style-type: none;
  }
}

@media screen and (max-width: 460px) {
  .box_contact_info_intro h3 {
    font-size: 17px;
    font-weight: 600;
  }

  .title_tt h4 {
    font-size: 25px;
  }

  .title_km h4 {
    font-size: 20px;
  }

  .box_gioithieu_right_info h4 {
    font-size: 16px;
  }

  .box_gioithieu_right_info h3 {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .wap_box_thuvien {
    grid-template-columns: 1fr;
  }

  #toptop {
    filter: invert(1);
  }

  .title_news_detail h1 {
    font-size: 20px;
  }

  .float-icon-hotline {
    display: none !important;
  }

  .dichvu {
    height: 565px;
  }

  .item-dv {
    padding: 10px 0px;
  }

  .title_spnoibat {
    padding: 10px 0px;
  }

  .title_spnoibat>div:after {
    display: none;
  }

  .duannb_left .item_duan:nth-child(4) {
    margin-top: 0px;
  }

  div.copywire {
    font-size: 13px;
  }

  .quytrinh_footer a h4 {
    font-size: 14px;
  }

  .quytrinh_footer {
    width: 100%;
  }

  .tintuc {
    padding-top: 5px;
  }

  .quytrinh {
    padding: 25px 0px;
  }

  .quytrinh h4 {
    font-size: 12px;
    padding: 0;
  }

  div.chat_facebook {
    display: none;
  }

  .xemthem_spmoi {
    display: none;
  }

  .content_catnb .infor_catnb {
    top: 0px;
  }

  .title_duannb div:before {
    content: "";
    width: 220px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 13px;
    left: 20%;
  }

  .duannb_left .item_duan {
    width: 100% !important;
  }

  .title_tintuc div:before {
    content: "";
    width: 220px;
    height: 3px;
    background: #000;
    position: absolute;
    bottom: 13px;
    left: 23%;
  }

  .tintuc .item-tintuc {
    width: 100%;
  }

  div.item {
    width: 96%;
  }

  div.tieude_giua {
    font-size: 16px;
  }

  .tienich_index {
    padding: 10px 0px;
  }

  div.frm_lienhe .item_lienhe input[type="text"],
  div.frm_lienhe .item_lienhe textarea,
  div.frm_lienhe .item_lienhe input[type="password"] {
    width: 100%;
  }

  div.frm_lienhe .item_lienhe select {
    width: 100%;
  }

  .map_description {
    width: 100%;
  }

  /*.box_news a img
	{
		width:110px;
	}*/
  .tintuc .item-tintuc {
    margin-bottom: 15px;
  }

  .title_spnoibat div {
    font-size: 25px;
  }

  .tintuc .item-tintuc .item-info {
    padding: 10px 10px;
  }

  div.frm_lienhe .item_lienhe p {
    width: 100%;
  }

  .othernews ul.phantrang {
    margin-left: 0px;
  }

  .box_news h3 a {
    font-size: 14px;
  }

  .col-4 {
    width: 98%;
    margin: 10px 1%;
  }

  div.header {
    height: 60px;
    line-height: 45px;
    border-top: 1px solid #c1946085;
  }

  .baner-tieude .content-img img {
    height: 180px;
  }

  .baner-tieude .title-cat {
    margin: 33px 8% 27px 10%;
    text-align: center;
  }

  .baner-tieude .content-img {
    text-align: center;
  }

  .tieude_tour .fillter_tieude .fill_item {
    width: 90%;
  }

  .item_sp .item_name h3 {
    text-align: center;
  }

  .item_sp .gia {
    text-align: center;
  }

  .slideshow {
    padding: 20px 0px !important;
  }

  .texture {
    display: none !important;
  }

  #slider_duan {
    float: unset;
    position: relative;
    width: 100% !important;
    height: auto !important;
  }

  .slick-dots {
    display: none !important;
  }

  .tieude_sanphamnnb {
    background: unset !important;
    margin: 15px !important;
  }

  .chat_facebook {
    bottom: -142px !important;
    right: -124px !important;
  }

  .coccoc-alo-phone {
    left: 7px;
    bottom: 17% !important;
  }

  .border_img {
    width: 84%;
  }

  .content_catnb .infor_catnb .mota {
    width: 90%;
  }

  .header .cart {
    right: 120px;
  }
}

@media screen and (max-width: 375px) {
  .content_catnb .infor_catnb {
    padding: 20px;
  }

  .header .cart {
    right: 80px;
  }

  .title_duannb div {
    font-size: 22px;
  }

  .title_tintuc div {
    font-size: 22px;
  }

  #content-spnoibat .title_spnoibat div {
    font-size: 22px;
  }

  div.header {
    height: 60px;
    line-height: 60px;
  }

  .title_spnoibat div {
    font-size: 22px;
  }
}

@media screen and (max-width: 320px) {}