@font-face {
  font-family: "SVN-Poppins";
  src: url("../fonts/SVN-Poppins.eot");
  src: url("../fonts/SVN-Poppins.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-Poppins.woff2") format("woff2"), url("../fonts/SVN-Poppins.woff") format("woff"), url("../fonts/SVN-Poppins.ttf") format("truetype"), url("../fonts/SVN-Poppins.svg#SVN-Poppins") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN-PoppinsMedium";
  src: url("../fonts/SVN-PoppinsMedium.eot");
  src: url("../fonts/SVN-PoppinsMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-PoppinsMedium.woff2") format("woff2"), url("../fonts/SVN-PoppinsMedium.woff") format("woff"), url("../fonts/SVN-PoppinsMedium.ttf") format("truetype"), url("../fonts/SVN-PoppinsMedium.svg#SVN-PoppinsMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN-PoppinsSemiBold";
  src: url("../fonts/SVN-PoppinsSemiBold.eot");
  src: url("../fonts/SVN-PoppinsSemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-PoppinsSemiBold.woff2") format("woff2"), url("../fonts/SVN-PoppinsSemiBold.woff") format("woff"), url("../fonts/SVN-PoppinsSemiBold.ttf") format("truetype"), url("../fonts/SVN-PoppinsSemiBold.svg#SVN-PoppinsSemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN-PoppinsBold";
  src: url("../fonts/SVN-PoppinsBold.eot");
  src: url("../fonts/SVN-PoppinsBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-PoppinsBold.woff2") format("woff2"), url("../fonts/SVN-PoppinsBold.woff") format("woff"), url("../fonts/SVN-PoppinsBold.ttf") format("truetype"), url("../fonts/SVN-PoppinsBold.svg#SVN-PoppinsBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN-PoppinsLight";
  src: url("../fonts/SVN-PoppinsLight.eot");
  src: url("../fonts/SVN-PoppinsLight.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-PoppinsLight.woff2") format("woff2"), url("../fonts/SVN-PoppinsLight.woff") format("woff"), url("../fonts/SVN-PoppinsLight.ttf") format("truetype"), url("../fonts/SVN-PoppinsLight.svg#SVN-PoppinsLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "UTMCafeta";
  src: url("../fonts/UTMCafeta.eot");
  src: url("../fonts/UTMCafeta.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMCafeta.woff2") format("woff2"), url("../fonts/UTMCafeta.woff") format("woff"), url("../fonts/UTMCafeta.ttf") format("truetype"), url("../fonts/UTMCafeta.svg#UTMCafeta") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN-PoppinsItalic";
  src: url("../fonts/SVN-PoppinsItalic.eot");
  src: url("../fonts/SVN-PoppinsItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-PoppinsItalic.woff2") format("woff2"), url("../fonts/SVN-PoppinsItalic.woff") format("woff"), url("../fonts/SVN-PoppinsItalic.ttf") format("truetype"), url("../fonts/SVN-PoppinsItalic.svg#SVN-PoppinsItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/* Main */
:root {
  --main-color: #D82F8B;
  --hover-color: #f28e00;
}

body {
  font-family: SVN-Poppins;
  margin: 0;
  line-height: 1.5em;
  font-size: 14px;
  color: #333;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 13px;
  }
}

.full {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

p,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

input,
textarea,
button {
  outline: none;
  border: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.fst-italic {
  font-family: SVN-PoppinsItalic;
}

strong {
  font-family: SVN-PoppinsBold;
  font-weight: normal !important;
}

.w-clear:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

@media screen and (min-width: 576px) {
  .wrapper {
    max-width: 570px;
  }
}

@media screen and (min-width: 767px) {
  .wrapper {
    max-width: 750px;
  }
}

@media screen and (min-width: 991px) {
  .wrapper {
    max-width: 1330px;
  }
}

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

img:not([src]) {
  visibility: hidden;
}

img.lazy {
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img.img-full,
img.img-responsive,
img.img-fluid {
  width: 100% !important;
  height: auto;
}

div[data-slick] {
  display: none;
}

div[data-slick].loaded {
  display: block;
}

/*menu*/
.block-menu {
  background: #fff;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

.block-menu.sticky {
  position: fixed;
}

#fix {
  height: 44px;
}

@media screen and (max-width: 991px) {
  #fix {
    height: 90px;
  }
}

.headerLogo {
  flex: 0 0 253px;
  -ms-flex: 0 0 253px;
  max-width: 253px;
}

@media screen and (max-width: 1200px) {
  .headerLogo {
    flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    max-width: 180px;
  }
}

.headerSlogan {
  font-family: SVN-PoppinsItalic;
}

@media screen and (max-width: 1200px) {
  .headerSlogan {
    display: none;
  }
}

.headerHotline {
  color: var(--main-color);
}

.headerLang {
  flex: 0 0 135px;
  -ms-flex: 0 0 135px;
  max-width: 135px;
}

.dropdown-menu {
  font-size: inherit;
}

.dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0.25rem 1rem;
}

.headerAccount>a {
  font-family: SVN-PoppinsSemiBold;
  border-radius: 5px;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  padding: 7px 0;
  text-align: center;
  width: 120px;
  display: inline-block;
  transition: 0.3s;
}

.headerAccount>a:nth-child(2),
.headerAccount>a:hover {
  color: #fff;
  background: var(--main-color);
}

.headerAccount>a:nth-child(2):hover {
  background: #fff;
  color: var(--main-color);
}

.headerTop {
  padding: 10px 0;
}

.headerBottom {
  background: #A50064;
}

.form-search-desktop {
  flex: 0 0 270px;
  -ms-flex: 0 0 270px;
  max-width: 270px;
  position: relative;
}

.form-search-desktop input {
  width: 100%;
  height: 36px;
  border-radius: 18px;
  background: #fff;
  padding: 0 20px;
}

.form-search-desktop input::placeholder {
  color: #858585;
  font-family: SVN-PoppinsItalic;
}

.form-search-desktop button {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/menu_search.png) center center no-repeat;
  width: 36px;
  height: 36px;
  color: var(--main-color);
}

.menu-m-top {
  border-bottom: 0.5px solid var(--main-color);
  padding: 7px 0;
  background: var(--main-color);
  color: #fff;
}

.menu-m-top p img {
  filter: brightness(0) invert(1);
  margin-right: 5px;
}

.mega-menu {
  position: relative;
}

.mega-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega-menu>ul {
  display: flex;
  -webkit-display: flex;
}

.mega-menu>ul>li>a {
  display: flex;
  align-items: center;
  padding: 12px 18px;
  text-align: center;
  font-family: SVN-PoppinsSemiBold;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}

.mega-menu>ul>li>a img {
  margin-right: 5px;
}

@media screen and (max-width: 1200px) {
  .mega-menu>ul>li>a {
    font-size: 13px;
    padding: 12px 10px;
  }
}

.mega-menu>ul>li.has-level1 .down_icon {
  -webkit-mask-image: url(data:image/webp;base64,UklGRnwAAABXRUJQVlA4TG8AAAAvH8AHEGDbtpEk9t/1fnfa6C6MYBrZtpP7fxepmUy0FIOjiaxQUOL77hpM2qaz226B7x/eL/SoPgbAgkStMWpoBqC9qJlb9AQ9FFzQ7T3lPol9ltqpe9+9tnhp89jqod3RjhC0z97Y/hs26+i/GAAA);
  width: 12px;
  height: 12px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  bottom: -1px;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  margin-left: 5px;
}

.mega-menu .drop-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  width: 220px;
  z-index: 1030;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0px;
  white-space: initial;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  text-align: left;
}

.mega-menu .drop-menu.drop-menu-level-1 {
  top: 100%;
  left: auto;
}

.mega-menu .drop-menu.drop-menu-level-child {
  top: 0;
  left: 100%;
}

.mega-menu .drop-menu>li {
  position: relative;
}

.mega-menu .drop-menu>li>a {
  padding: 6px 15px 6px 12px;
  display: block;
  position: relative;
  transition: all 0.2s;
  line-height: 25px;
}

.mega-menu .drop-menu>li>a>.down_icon {
  transform: rotate(-90deg) !important;
  position: absolute !important;
  right: 8px;
  top: calc(50% - 6px);
  transition: all 0.4s;
}

.mega-menu>ul>li.has-level1:hover .drop-menu-level-1 {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  display: block;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

.mega-menu .drop-menu>li.has-level:hover>ul.drop-menu-level-child {
  opacity: 1;
  visibility: visible;
  top: 0;
  margin-top: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

.mega-menu .drop-menu li a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  left: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.mega-menu .drop-menu li a:hover::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: var(--main-color);
}

.drop-menu li a:hover {
  font-family: SVN-PoppinsMedium;
  color: var(--main-color);
}

/* Search Responsive */
.search-res svg {
  width: 22px;
  height: 22px;
}

.search-res svg path {
  stroke: var(--main-color);
  stroke-width: 2;
}

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  color: var(--main-color);
  margin: 0px;
}

.search-res .icon-search svg:nth-child(2) {
  display: none;
}

.search-res .icon-search.active {
  color: var(--main-color);
  background: var(--main-color);
  border-radius: 100%;
}

.search-res .icon-search.active path {
  stroke: #fff;
}

.search-res .icon-search.active svg:nth-child(1) {
  display: none;
}

.search-res .icon-search.active svg:nth-child(2) {
  display: inline;
}

.search-res .search-grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.search-res .search-grid.active {
  opacity: 1;
  visibility: visible;
}

.search-res .search-grid.active .wrap-search-res {
  transform: translateY(0);
  pointer-events: all;
}

.search-res .search-grid .wrap-search-res {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #fff;
  padding: 15px;
  z-index: 3;
  transition: 0.4s;
  transform: translateY(-20px);
  pointer-events: none;
}

.search-res .search-grid .bg-search-res {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.search-res .search-grid p {
  text-align: right;
  margin-bottom: 12px;
  width: 100%;
}

.search-res .search-grid input {
  width: calc(100% - 45px);
  line-height: 38px;
  outline: none;
  border: none;
  padding: 0 10px 0 15px;
  color: var(--main-color);
  background: rgba(216, 47, 139, 0.075);
}

.search-res .search-grid input::placeholder {
  color: var(--main-color);
  font-size: 12px;
}

.search-res .search-grid button {
  width: 45px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  display: block;
  background: #fff;
  line-height: 36px;
  text-align: center;
}

.cart-res {
  position: relative;
  margin-right: 15px;
}

.cart-res svg path {
  stroke: var(--main-color);
}

.cart-res span {
  background: var(--main-color);
  color: #fff;
  font-size: 9px;
  text-align: center;
  position: absolute;
  top: 0;
  right: -5px;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.account-res .dropdown-toggle {
  color: var(--main-color);
  font-size: 16px;
  margin-right: 10px;
}

/*header-mobile*/
#menu {
  display: none;
}

#hamburger {
  display: block;
  width: 27px;
  height: 23px;
  position: relative;
}

#hamburger::before,
#hamburger::after,
#hamburger span {
  background: var(--main-color);
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}

#hamburger::before {
  top: 0px;
}

#hamburger span {
  top: 9px;
}

#hamburger::after {
  top: 18px;
}

.mm-wrapper_opening #hamburger::before,
.mm-wrapper_opening #hamburger::after {
  top: 10px;
}

.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}

.mm-wrapper_opening #hamburger::before {
  transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger::after {
  transform: rotate(-45deg);
}

.mobile_menu_section {
  padding: 15px;
  display: block !important;
  text-align: left;
  font-family: SVN-PoppinsMedium;
}

.mobile_menu_section p {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: var(--main-color);
}

.mobile_menu_section .mobile_menu_help {
  color: #677279;
  display: flex;
  align-items: center;
}

.mobile_menu_section .mobile_menu_help svg {
  margin-right: 7px;
  width: 20px;
  height: 20px;
}

.mobile_menu_section .mobile_menu_help a {
  display: block;
  padding: 7px 7px 7px 0;
  margin-left: 7px;
  text-transform: uppercase;
  color: var(--main-color);
}

.mm-menu_opened {
  display: flex !important;
}

.menu-m {
  background: #fff;
}

@media screen and (max-width: 991px) {
  .menu-m {
    padding: 5px 0;
    position: relative;
  }
}

.menu-m-inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-res {
  display: block;
}

.logo-res img {
  width: auto !important;
  max-height: 40px !important;
}

/*header-mobile*/
/*slide*/
.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 22.5px);
}

.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin: 0px;
  background-color: #000000;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.control-owl button.owl-prev {
  left: 20px;
}

.control-owl button.owl-next {
  right: 20px;
}

.control-owl button:hover {
  opacity: 1;
}

.dots-slideshow {
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dots-slideshow .owl-dot {
  width: 10px;
  height: 10px;
  background: #f2f2f2;
  transition: 0.3s;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.dots-slideshow .owl-dot.active {
  background: #aaa;
}

.text-sm {
  font-size: inherit !important;
}

.text-sm::placeholder {
  font-size: inherit !important;
}

/*slide*/
/* Breadcrumb */
.breadCrumbs {
  background-color: #fff;
}

.breadCrumbs .wrapper {
  padding: 0.75rem 15px;
}

.breadCrumbs .wrapper .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadCrumbs .wrapper .breadcrumb-item a {
  color: #212529;
  font-family: SVN-PoppinsItalic;
}

.breadCrumbs .wrapper .breadcrumb-item.active a {
  color: #6c757d;
}

.breadCrumbs .wrapper .breadcrumb-item+.breadcrumb-item::before {
  color: #6c757d;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
}

.explore-index {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .explore-index {
    padding: 20px 0;
  }
}

.explore-index__head {
  margin-bottom: 25px;
}

.explore-index__head h2 {
  font: 28px SVN-PoppinsBold;
  margin-bottom: 5px;
}

.explore-index__head h2 strong {
  background: -webkit-linear-gradient(#EF3F6C 0%, #EB3D6C 2%, #D02F6E 16%, #BA2470 32%, #AB1C71 50%, #A21772 70%, #9F1672 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.explore-index__head p {
  font-size: 15px;
}

.explore-index__head a {
  background: var(--main-color);
  color: #fff;
  font-family: SVN-PoppinsMedium;
  line-height: 28px;
  border-radius: 14px;
  padding: 0 15px;
  border: 1px solid var(--main-color);
  transition: 0.3s;
}

.explore-index__head a:hover {
  background: #fff;
  color: var(--main-color);
}

@media screen and (max-width: 991px) {
  .explore-index__head {
    margin-bottom: 20px;
  }

  .explore-index__head h2 {
    font-size: 22px;
  }

  .explore-index__head p {
    font-size: inherit;
  }

  .explore-index__head a {
    display: none;
  }
}

.explore-flex {
  margin: 0 -8px;
}

.exploreLeft {
  flex: 0 0 63.829787234%;
  -ms-flex: 0 0 63.829787234%;
  max-width: 63.829787234%;
  padding: 0 8px;
}

.exploreLeft .exploreBox_info {
  padding: 25px;
}

.exploreLeft .exploreBox_info h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.exploreLeft .exploreBox_info p {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .exploreLeft {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .exploreLeft .exploreBox_info {
    padding: 15px;
  }

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

.exploreRight {
  flex: 0 0 36.170212766%;
  -ms-flex: 0 0 36.170212766%;
  max-width: 36.170212766%;
  padding: 0 8px;
}

@media screen and (max-width: 767px) {
  .exploreRight {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}

.exploreBox {
  position: relative;
}

.exploreBox:hover h3 {
  letter-spacing: 3px;
  color: var(--main-color);
}

.exploreBox_image {
  border-radius: 10px;
}

.exploreBox_info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  padding: 20px;
}

.exploreBox_info h3 {
  font: 16px SVN-PoppinsSemiBold;
  margin-bottom: 5px;
  text-transform: uppercase;
  transition: 0.3s;
}

.exploreBox_info p {
  font-family: SVN-PoppinsMedium;
}

.exploreBox_info p i {
  font-size: 6px;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .exploreBox_info {
    padding: 10px;
  }

  .exploreBox_info h3 {
    font-size: 14px;
    margin-bottom: 0;
  }

  .exploreBox_info p {
    display: none;
  }
}

.explore-slick {
  margin: -8px 0;
}

@media screen and (max-width: 767px) {
  .explore-slick {
    margin: 0 -5px;
  }
}

.explore-slick_items {
  padding: 8px 0;
}

@media screen and (max-width: 767px) {
  .explore-slick_items {
    padding: 0 5px;
  }
}

.blog-index {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .blog-index {
    padding: 20px 0;
  }
}

.blog-slick_items {
  padding: 0 10px;
}

@media screen and (max-width: 991px) {
  .blog-slick_items {
    padding: 0 5px;
  }
}

.blog-slick {
  margin: 0 -10px;
}

@media screen and (max-width: 991px) {
  .blog-slick {
    margin: 0 -5px;
  }
}

.blogBox_info {
  text-align: center;
  margin: 0 16px;
  padding: 16px;
  border-radius: 9px;
  box-shadow: 0 2px 4px rgba(216, 47, 139, 0.3);
  position: relative;
  transform: translateY(-25px);
  z-index: 2;
  background: #fff;
  transition: 0.3s;
}

.blogBox_info h3 {
  font: 14px SVN-PoppinsSemiBold;
}

.blogBox_info p {
  font: 13px SVN-PoppinsLight;
}

.blogBox_info div {
  margin: 10px 0;
  position: relative;
}

.blogBox_info div::before {
  position: absolute;
  content: "";
  background: var(--main-color);
  height: 2px;
  left: 0;
  right: 0;
  top: calc(50% - 1px);
}

.blogBox_info span {
  display: inline-block;
  color: #fff;
  background: var(--main-color);
  font-size: 13px;
  padding: 0 10px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .blogBox_info {
    transform: translateY(0);
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10px;
  }
}

.blogBox {
  position: relative;
}

.blogBox:hover .blogBox_info {
  background: var(--main-color);
  color: #fff;
  transform: translateY(-35px);
}

.blogBox:hover .blogBox_info div::before {
  background: #fff;
}

.blogBox:hover .blogBox_info div span {
  background: #fff;
  color: var(--main-color);
}

.review-index {
  padding: 40px 0;
  background: url(../images/bg-review-hotel.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .review-index {
    padding: 20px 0;
  }
}

.review-slick_items {
  padding: 10px;
}

.review-slick_items a {
  aspect-ratio: 412/262;
  background-position: center center;
  background-size: cover;
  border-radius: 8px;
  transition: 0.4s;
}

.review-slick_items a:hover {
  box-shadow: 0 3px 6px rgba(216, 47, 139, 0.3);
}

@media screen and (max-width: 767px) {
  .review-slick_items {
    padding: 0 5px;
  }
}

.review-slick {
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .review-slick {
    margin: 0 -5px;
  }
}

.registerAccount_element {
  background: #FFF0F6;
  padding: 30px 0;
  border-radius: 10px;
}

.registerAccount_photo {
  flex: 0 0 29.2307692308%;
  -ms-flex: 0 0 29.2307692308%;
  max-width: 29.2307692308%;
}

@media screen and (max-width: 767px) {
  .registerAccount_photo {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
    padding: 0 5%;
  }

  .registerAccount_photo img {
    max-width: 70%;
  }
}

.registerAccount_info {
  flex: 0 0 48.0769230769%;
  -ms-flex: 0 0 48.0769230769%;
  max-width: 48.0769230769%;
  padding-left: 10%;
}

@media screen and (max-width: 767px) {
  .registerAccount_info {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding: 0 5%;
  }
}

.registerAccount_info h3 {
  font: 28px SVN-PoppinsSemiBold;
  color: var(--main-color);
  margin-bottom: 15px;
}

.registerAccount_info article.article p {
  padding: 5px 0;
}

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

.registerAccount__btn {
  margin-top: 15px;
}

.registerAccount__btn a {
  display: inline-block;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  border-radius: 8px;
  font-family: SVN-PoppinsSemiBold;
  line-height: 44px;
  padding: 0 25px;
  transition: 0.3s;
}

.registerAccount__btn a:nth-child(1),
.registerAccount__btn a:hover {
  background: var(--main-color);
  color: #fff;
}

.registerAccount__btn a:nth-child(1):hover {
  background: transparent;
  color: var(--main-color);
}

@media screen and (max-width: 767px) {
  .registerAccount__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .registerAccount__btn a {
    display: block;
    line-height: 36px;
    width: calc(50% - 4px);
    text-align: center;
    padding: 0;
  }
}

.topicHotel {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .topicHotel {
    padding: 20px 0;
  }
}

.topicHotelBox {
  border-radius: 5px;
  overflow: hidden;
  transition: 0.4s;
}

.topicHotelBox:hover {
  transform: translateY(-10px);
  box-shadow: 0 5px 10px rgba(216, 47, 139, 0.3);
}

.topicHotelBox:hover h3 {
  color: var(--hover-color);
}

.topicHotelBox_info {
  padding: 10px 15px;
  background: var(--main-color);
  color: #fff;
}

.topicHotelBox_info h3 {
  font: 20px SVN-PoppinsMedium;
  margin-bottom: 5px;
}

.topicHotelBox_info p.text-split {
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 767px) {
  .topicHotelBox_info h3 {
    font-size: 14px;
  }
}

.input-search {
  border: 1px solid #CED4DA;
  border-radius: 6px;
  background: #fff;
}

.input-search label {
  font: 12px SVN-PoppinsMedium;
  display: block;
  margin-bottom: 0;
}

.input-search input {
  width: 100%;
  outline: none;
  border: none;
  height: 35px;
}

.input-search input::placeholder {
  color: #9E9E9E;
}

.input-search.input {
  padding: 10px 20px 10px 60px;
  background: url(../images/search_location.png) left 18px center no-repeat;
}

.input-search.people {
  padding: 10px 20px 10px 60px;
  background: url(../images/search_people.png) left 18px center no-repeat;
}

.input-search.people input {
  color: #333333;
}

.input-search.select {
  padding: 10px 20px;
}

.select-search.in {
  background: url(../images/search_in.png) left center no-repeat;
  padding-left: 40px;
}

.select-search.out {
  background: url(../images/search_out.png) left center no-repeat;
  padding-left: 40px;
}

.select-search input {
  color: #333;
}

.play {
  display: inline-block;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  font-size: 20px;
  z-index: 99;
  color: rgb(255, 255, 255);
  background: var(--main-color);
  pointer-events: none;
  cursor: pointer;
}

.play:hover {
  color: rgb(255, 255, 255);
  background: var(--main-color);
}

.waves-block .waves {
  position: absolute;
  width: 180px;
  height: 180px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  animation: waves 3s ease-in-out infinite;
  left: calc(50% - 90px);
  top: calc(50% - 90px);
  z-index: 9;
}

.waves-block .wave-1 {
  animation-delay: 0s;
}

.waves-block .wave-2 {
  animation-delay: 1s;
}

.waves-block .wave-3 {
  animation-delay: 2s;
}

@keyframes waves {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.swiper-container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
  max-width: calc(100% - 58px);
}

.book-swipe-slider .swiper-slide {
  width: auto;
}

.book-swipe-slider .swiper-slide+.swiper-slide .tab-toggle {
  position: relative;
  padding-left: 10px;
}

.book-swipe-slider .swiper-btn {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  top: 50%;
  margin: 0;
  background: transparent;
  color: #000;
  width: 24px;
  height: 24px;
}

.book-swipe-slider .swiper-btn.swiper-button-disabled {
  color: #aaa;
}

.book-swipe-slider .swiper-btn::before {
  position: absolute;
  width: 11.25rem;
  height: 100%;
  pointer-events: none;
  content: "";
}

.book-swipe-slider .swiper-btn.swiper-next::before {
  left: 0;
}

.book-swipe-slider .swiper-btn.swiper-prev::before {
  right: 0;
}

.swiper-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: 0.3s all;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 50%;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 50%;
  background: #70777c;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .swiper-btn {
    margin: 0 15px;
  }

  .swiper-btn.swiper-prev {
    left: 0;
  }

  .swiper-btn.swiper-next {
    right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .swiper-btn.swiper-prev {
    left: 0;
  }

  .swiper-btn.swiper-next {
    right: 0;
  }
}

.wrapCalendar {
  flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  max-width: 45%;
}

@media screen and (max-width: 991px) {
  .wrapCalendar {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.wrapBookSubmit {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
  padding: 15px 0;
  border-top: 1px solid #eee;
}

.wrapBookSubmit a {
  display: inline-block;
  border: 1px solid var(--main-color);
  padding: 7px 15px;
  font-family: SVN-PoppinsSemiBold;
  border-radius: 30px;
}

.wrapBookSubmit a:nth-child(1) {
  color: var(--main-color);
}

.wrapBookSubmit a:nth-child(2) {
  background: var(--main-color);
  color: #fff;
}

.wrapHour {
  flex: 0 0 55%;
  -ms-flex: 0 0 55%;
  max-width: 55%;
  border-left: 1px solid #eee;
}

.wrapHour p {
  margin-bottom: 10px;
}

.wrapHour p span {
  font-family: SVN-PoppinsSemiBold;
}

.wrapHour p i {
  background-color: #f2f2f7;
  border-radius: 3px;
  line-height: 28px;
  width: 28px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

.wrapHour .wrapHour_Checkin,
.wrapHour .wrapHour_Time {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}

.wrapHour .wrapHour_Out {
  padding: 15px 20px;
}

@media screen and (max-width: 991px) {
  .wrapHour {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    border-left: 0;
  }

  .wrapHour .wrapHour_Checkin,
  .wrapHour .wrapHour_Time {
    padding: 15px 0;
  }

  .wrapHour .wrapHour_Out {
    padding: 15px 0;
  }
}

.bookRadio {
  position: relative;
}

.bookRadio input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.bookRadio label {
  cursor: pointer;
  display: block;
  line-height: 42px;
  border: 1px solid #666;
  padding: 0 30px;
  border-radius: 30px;
  margin-bottom: 0;
  transition: 0.3s;
}

.bookRadio.active label {
  color: var(--hover-color);
  border-color: var(--hover-color);
}

.bookRadio.disabled label {
  pointer-events: none;
  border-color: #ccc;
  color: #ccc;
}

@media screen and (max-width: 991px) {
  .bookRadio label {
    padding: 0 20px;
    line-height: 28px;
  }
}

#wrapCalendarHour_append .date-picker-wrapper.single-date {
  display: block;
  border: 0;
  background: transparent;
  width: 100%;
  color: #333;
  padding: 0;
  font-family: SVN-Poppins;
}

#wrapCalendarHour_append .date-picker-wrapper .footer {
  display: none;
}

#wrapCalendarHour_append .month-wrapper {
  width: 100% !important;
  border: 0;
  border-radius: none;
  padding: 0;
}

#wrapCalendarHour_append .date-picker-wrapper .month-wrapper table {
  width: calc(100% - 30px);
  margin-left: 15px;
}

#wrapCalendarHour_append .month-name,
#wrapCalendarHour_append th {
  font-family: SVN-PoppinsBold;
}

#wrapCalendarHour_append .date-picker-wrapper table .caption .next,
#wrapCalendarHour_append .date-picker-wrapper table .caption .prev {
  border-radius: 50%;
}

#wrapCalendarHour_append .date-picker-wrapper table .caption .next:hover,
#wrapCalendarHour_append .date-picker-wrapper table .caption .prev:hover {
  background: var(--main-color);
}

#wrapCalendarHour_append .date-picker-wrapper .first-date-selected,
#wrapCalendarHour_append .date-picker-wrapper .last-date-selected {
  background-color: var(--main-color) !important;
}

#wrapCalendarHour_append .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: rgba(216, 47, 139, 0.3);
}

.wrapBookHour {
  width: 750px;
  padding: 12px 24px;
  border-radius: 15px;
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: #fff;
  display: none;
  left: 0;
  z-index: 9;
  top: calc(100% + 10px);
}

@media screen and (max-width: 991px) {
  .wrapBookHour {
    width: 100%;
  }
}

.wrapBookNight {
  width: 600px;
  padding: 12px 24px;
  border-radius: 15px;
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  display: none;
  background: #fff;
  left: 0;
  z-index: 9;
  top: calc(100% + 10px);
}

@media screen and (max-width: 991px) {
  .wrapBookNight {
    width: 100%;
  }
}


.wrapBookDay {
  width: 600px;
  padding: 12px 24px;
  border-radius: 15px;
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  display: none;
  background: #fff;
  left: 0;
  z-index: 9;
  top: calc(100% + 10px);
}

@media screen and (max-width: 991px) {
  .wrapBookDay {
    width: 100%;
  }
}

.wrapBookSuggest {
  width: 100%;
  padding: 12px 24px;
  border-radius: 15px;
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: #fff;
  display: none;
  left: 0;
  z-index: 9;
  top: calc(100% + 10px);
}



#wrapCalendarNight_append .date-picker-wrapper.no-topbar,
#wrapCalendarNight_append .date-picker-wrapper.no-shortcuts {
  padding: 0;
}

#wrapCalendarNight_append .date-picker-wrapper.inline-wrapper {
  display: block;
}

#wrapCalendarNight_append .date-picker-wrapper {
  border: none;
  background: transparent;
  padding: 0;
  color: #000;
  font-family: SVN-Poppins;
}

#wrapCalendarNight_append .date-picker-wrapper .month-wrapper {
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}

#wrapCalendarNight_append .month-wrapper {
  width: 100% !important;
}

#wrapCalendarNight_append .date-picker-wrapper .month-wrapper table {
  width: calc((100% - 20px) / 2);
}

@media screen and (max-width:991px) {
  #wrapCalendarNight_append .date-picker-wrapper .month-wrapper table {
    width: 100%;
  }
}

#wrapCalendarNight_append .date-picker-wrapper .month-wrapper table.month2 {
  margin-left: 20px;
}

#wrapCalendarNight_append .month-name,
#wrapCalendarNight_append th {
  font-family: SVN-PoppinsBold;
}

#wrapCalendarNight_append .date-picker-wrapper table .caption .next,
#wrapCalendarNight_append .date-picker-wrapper table .caption .prev {
  border-radius: 50%;
}

#wrapCalendarNight_append .date-picker-wrapper table .caption .next:hover,
#wrapCalendarNight_append .date-picker-wrapper table .caption .prev:hover {
  background: var(--main-color);
}

#wrapCalendarNight_append .date-picker-wrapper .first-date-selected,
#wrapCalendarNight_append .date-picker-wrapper .last-date-selected {
  background-color: var(--main-color) !important;
}

#wrapCalendarNight_append .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: rgba(216, 47, 139, 0.3);
}

#wrapCalendarNight_append .date-picker-wrapper .month-wrapper table .day.checked {
  background-color: rgba(216, 47, 139, 0.3);
}

#wrapCalendarNight_append .date-picker-wrapper .gap .gap-line .gap-1 {
  border-top-color: rgba(216, 47, 139, 0.2);
  border-bottom-color: rgba(216, 47, 139, 0.2);
}

#wrapCalendarNight_append .date-picker-wrapper .gap {
  display: none;
}

#wrapCalendarDay_append .date-picker-wrapper.no-topbar,
#wrapCalendarDay_append .date-picker-wrapper.no-shortcuts {
  padding: 0;
}

#wrapCalendarDay_append .date-picker-wrapper.inline-wrapper {
  display: block;
}

#wrapCalendarDay_append .date-picker-wrapper {
  border: none;
  background: transparent;
  padding: 0;
  color: #000;
  font-family: SVN-Poppins;
}

#wrapCalendarDay_append .date-picker-wrapper .month-wrapper {
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}

#wrapCalendarDay_append .month-wrapper {
  width: 100% !important;
}

#wrapCalendarDay_append .date-picker-wrapper .month-wrapper table {
  width: calc((100% - 20px) / 2);
}

@media screen and (max-width:991px) {
  #wrapCalendarDay_append .date-picker-wrapper .month-wrapper table {
    width: 100%;
  }
}

#wrapCalendarDay_append .date-picker-wrapper .month-wrapper table.month2 {
  margin-left: 20px;
}

#wrapCalendarDay_append .month-name,
#wrapCalendarDay_append th {
  font-family: SVN-PoppinsBold;
}

#wrapCalendarDay_append .date-picker-wrapper table .caption .next,
#wrapCalendarDay_append .date-picker-wrapper table .caption .prev {
  border-radius: 50%;
}

#wrapCalendarDay_append .date-picker-wrapper table .caption .next:hover,
#wrapCalendarDay_append .date-picker-wrapper table .caption .prev:hover {
  background: var(--main-color);
}

#wrapCalendarDay_append .date-picker-wrapper .first-date-selected,
#wrapCalendarDay_append .date-picker-wrapper .last-date-selected {
  background-color: var(--main-color) !important;
}

#wrapCalendarDay_append .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: rgba(216, 47, 139, 0.3);
}

#wrapCalendarDay_append .date-picker-wrapper .month-wrapper table .day.checked {
  background-color: rgba(216, 47, 139, 0.3);
}

#wrapCalendarDay_append .date-picker-wrapper .gap .gap-line .gap-1 {
  border-top-color: rgba(216, 47, 139, 0.2);
  border-bottom-color: rgba(216, 47, 139, 0.2);
}

#wrapCalendarDay_append .date-picker-wrapper .gap {
  display: none;
}

.wrapPerson {
  max-width: 280px;
  padding: 12px 24px;
  border-radius: 15px;
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 9;
  display: none;
}

.wrapPerson.active {
  display: block;
}

.quantity-person {
  display: flex;
  align-items: center;
  width: 150px;
}

.quantity-person .quantity-person-btn {
  width: 30px;
  text-align: center;
  height: 30px;
  background: var(--main-color);
  border-radius: 50%;
  cursor: pointer;
}

.quantity-person .quantity-person-btn i {
  display: block;
  color: #fff;
  line-height: 30px;
}

.quantity-person .quantity-person-input {
  width: calc(100% - 70px);
  margin: 0 5px;
  height: 30px;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 0 10px;
  text-align: center;
  pointer-events: none;
}

.wrapSearch_element {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 50px 40px;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 991px) {
  .wrapSearch_element {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    position: static;
  }
}

.typeBook {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 50%;
  z-index: 2;
  top: 0;
  transform: translate(-50%, -50%);
  padding: 0 35px;
}

@media screen and (max-width: 991px) {
  .typeBook {
    position: static;
    transform: translate(0, 0);
    margin-bottom: 1rem;
  }
}

.typeBook-radio {
  display: inline-block;
  position: relative;
}

.typeBook-radio input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}

.typeBook-radio input:checked~label {
  color: var(--main-color);
}

.typeBook-radio input:checked~label::after {
  left: 0;
  width: 100%;
}

.typeBook-radio label {
  font: 15px SVN-PoppinsMedium;
  line-height: 26px;
  display: block;
  margin-bottom: 0;
  cursor: pointer;
  padding-left: 30px;
  transition: 0.3s;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.typeBook-radio label::after {
  position: absolute;
  content: "";
  background: var(--main-color);
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2.5px;
  transition: 0.3s;
}

.typeBook-radio+.typeBook-radio {
  margin-left: 20px;
}

.typeBook-radio:nth-child(1) label {
  background: url(../images/search_top1_dark.png) left center no-repeat;
}

.typeBook-radio:nth-child(1) input:checked~label {
  background-image: url(../images/search_top1.png);
}

.typeBook-radio:nth-child(2) label {
  background: url(../images/search_top2_dark.png) left center no-repeat;
}

.typeBook-radio:nth-child(2) input:checked~label {
  background-image: url(../images/search_top2.png);
}

.typeBook-radio:nth-child(3) label {
  background: url(../images/search_top3_dark.png) left center no-repeat;
}

.typeBook-radio:nth-child(3) input:checked~label {
  background-image: url(../images/search_top3.png);
}

@media screen and (max-width: 991px) {
  .typeBook-radio label {
    font-size: inherit;
  }
}

.input-search {
  position: relative;
}

.input-search .wrapAbsolute.active {
  display: block;
}

.partner-slick_items {
  padding: 0 5px;
}

.partner-slick {
  margin: 0 -5px;
}

.wrapSearch {
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: 99;
}

@media screen and (max-width: 991px) {
  .wrapSearch {
    transform: translateY(0);
    padding: 20px 0;
  }
}

.house-index {
  padding: 40px 0;
  background: url(../images/bg-house-love.png) no-repeat;
  background-size: cover;
}

.houseBox {
  padding: 16px;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  background: #fff;
  transition: 0.3s;
}

.houseBox:hover {
  background: var(--main-color);
  transform: translateY(-5px);
}

.houseBox:hover .houseBox_info {
  color: #fff;
}

.houseBox:hover .houseBox_info .houseBox__name button i {
  color: #fff;
}

.houseBox:hover .houseBox_info .houseBox__address i {
  color: #fff;
}

.houseBox:hover .houseBox_info .houseBox__discount span {
  color: #fff;
  border-color: #fff;
}

.houseBox:hover .houseBox_info .houseBox__btn a {
  color: var(--main-color);
  background: #fff;
}

.houseBox:hover .houseBox_info .houseBox__price strong,
.houseBox:hover .houseBox_info .houseBox__price del {
  color: #fff;
}

.houseBox:hover .houseBox_info .houseBox__ext p {
  color: var(--main-color);
  background: #fff;
}

.houseBox:hover .houseBox_info .houseBox__ext::after {
  background: linear-gradient(to left, #D82F8B, transparent);
}

@media screen and (max-width: 767px) {
  .houseBox {
    padding: 10px;
  }
}

.house-slick_items {
  padding: 7px 16px;
}

@media screen and (max-width: 767px) {
  .house-slick_items {
    padding: 7px 6px;
  }
}

.house-slick {
  margin: 0 -16px;
}

@media screen and (max-width: 767px) {
  .house-slick {
    margin: 0 -6px;
  }
}

.houseBox_info {
  font-size: 12px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .houseBox_info {
    padding: 5px;
  }
}

.houseBox_image {
  border-radius: 7px;
}

.houseBox__name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.houseBox__name h3 {
  font: 16px SVN-PoppinsSemiBold;
}

.houseBox__name h3 a {
  color: inherit;
}

.houseBox__name h3.text-split {
  -webkit-line-clamp: 2;
}

.houseBox__name button {
  background: transparent;
}

@media screen and (max-width: 767px) {
  .houseBox__name h3 {
    font-size: 14px;
  }
}

.houseBox__ext {
  display: flex;
  overflow: hidden;
  align-items: center;
  position: relative;
}

.houseBox__ext::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 90px;
  background: linear-gradient(to left, #fff, transparent);
  transition: 0.3s;
}

.houseBox__ext p {
  background: #F5F5F5;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;
  margin-bottom: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.houseBox__ext p:hover {
  background: var(--main-color);
  color: #fff;
  font-family: SVN-PoppinsMedium;
}

.houseBox__ext p+p {
  margin-left: 4px;
}

.row-comment-status--star {
  color: #bdbdbd;
  position: relative;
  display: inline-block;
}

.row-comment-status--star span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  color: #fcd801;
  overflow: hidden;
  white-space: nowrap;
}

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

.houseBox__address p.text-split {
  -webkit-line-break: 1;
}

.houseBox__address i {
  color: #BDBDBD;
}

.houseBox__discount span {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 5px;
  padding: 3px 10px;
  display: inline-block;
}

.houseBox__price strong {
  color: #F92F2F;
  font: 16px SVN-PoppinsSemiBold;
  display: inline-block;
  margin-right: 4px;
}

.houseBox__price del {
  color: #9E9E9E;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .houseBox__price strong {
    font-size: 14px;
    margin-right: 0;
  }
}

.houseBox__name,
.houseBox__ext,
.houseBox__rate,
.houseBox__address,
.houseBox__discount,
.houseBox__price {
  padding: 5px 0;
}

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

  .houseBox__name,
  .houseBox__ext,
  .houseBox__rate,
  .houseBox__address,
  .houseBox__discount,
  .houseBox__price {
    padding: 3px 0;
  }
}

.houseBox__line {
  height: 1px;
  border-top: 1px solid #eee;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .houseBox__line {
    margin: 7px 0;
  }
}

.houseBox__btn {
  padding-top: 10px;
}

.houseBox__btn a {
  display: block;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-family: SVN-PoppinsSemiBold;
  border: 1px solid var(--main-color);
  transition: 0.3s;
  padding: 6px 0;
  text-transform: uppercase;
}

.houseBox__btn a:hover {
  background: #fff;
  color: var(--main-color);
}

@media screen and (max-width: 767px) {
  .houseBox__btn {
    padding-top: 5px;
  }
}

.combo-index {
  padding: 40px 0;
}

.combo-slick_items {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .combo-slick_items {
    padding: 10px 5px;
  }
}

.combo-slick {
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .combo-slick {
    margin: 0 -5px;
  }
}

.comboBox {
  padding: 10px;
  border-radius: 7px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  background: #fff;
}

.comboBox:hover {
  background: var(--main-color);
  transform: translateY(-5px);
}

.comboBox:hover .comboBox_info {
  color: #fff;
}

.comboBox:hover .comboBox__rate p {
  color: #fff;
}

.comboBox:hover .comboBox__ext p {
  border-color: #fff;
}

.comboBox:hover .comboBox__ext::after {
  background: linear-gradient(to left, #D82F8B, transparent);
}

.comboBox:hover .comboBox__price i,
.comboBox:hover .comboBox__price strong,
.comboBox:hover .comboBox__price del {
  color: #fff;
}

.comboBox:hover .comboBox__btn a {
  color: var(--main-color);
  background: #fff;
}

.comboBox_image {
  border-radius: 5px;
}

.comboBox_info {
  font-size: 12px;
  padding-top: 10px;
}

.comboBox__btn a {
  display: block;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
  border-radius: 5px;
  padding: 6px 0;
  text-align: center;
  font-family: SVN-PoppinsSemiBold;
}

.comboBox__rate {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comboBox__rate p {
  max-width: calc(100% - 85px);
  color: var(--main-color);
  font-family: SVN-PoppinsSemiBold;
}

.comboBox__rate p.text-split {
  -webkit-line-clamp: 1;
}

.comboBox__rate .row-comment-status--star {
  width: 81px;
}

.comboBox__name h3 {
  font: 15px SVN-PoppinsMedium;
}

.comboBox__name h3 a {
  color: inherit;
}

.comboBox__name h3.text-split {
  -webkit-line-clamp: 2;
}

.comboBox__ext {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.comboBox__ext::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 90px;
  background: linear-gradient(to left, #fff, transparent);
  transition: 0.3s;
}

.comboBox__ext p {
  border: 1px solid var(--main-color);
  border-radius: 5px;
  padding: 3px 10px;
  white-space: nowrap;
}

.comboBox__ext p+p {
  margin-left: 4px;
}

.comboBox__price {
  display: flex;
  justify-content: space-between;
}

.comboBox__price i {
  color: var(--main-color);
  font-size: 16px;
}

.comboBox__price strong {
  color: #F92F2F;
  font: 16px SVN-PoppinsSemiBold;
  display: block;
}

.comboBox__price del {
  color: #9E9E9E;
  display: block;
}

@media screen and (max-width: 767px) {
  .comboBox__price strong {
    font-size: 14px;
  }
}

.comboBox__rate,
.comboBox__name,
.comboBox__ext,
.comboBox__price,
.comboBox__btn {
  padding: 5px 0;
}

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

  .comboBox__rate,
  .comboBox__name,
  .comboBox__ext,
  .comboBox__price,
  .comboBox__btn {
    padding: 3px 0;
  }
}

.comboBox__line {
  height: 1px;
  border-top: 1px solid #eee;
  margin: 6px 0;
}

.inspiration-index {
  padding: 40px 0;
}

.inspiration__ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #eee;
  overflow-x: auto;
}

.inspiration__ul li {
  padding: 0 10px;
}

.inspiration__ul li p {
  font: 15px SVN-PoppinsMedium;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
  padding: 10px 0;
  cursor: pointer;
  white-space: nowrap;
}

.inspiration__ul li.active p,
.inspiration__ul li:hover p {
  color: var(--main-color);
  border-bottom-color: var(--main-color);
}

@media screen and (max-width: 767px) {
  .inspiration__ul p {
    font-size: 14px;
  }
}

.loadInspiration.active {
  margin-top: 30px;
}

.inspirationDistrict {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

.inspirationDistrict h3 {
  font: 15px SVN-PoppinsMedium;
  margin-bottom: 5px;
  padding-right: 20px;
  position: relative;
  transition: 0.3s;
}

.inspirationDistrict h3::after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.inspirationDistrict p {
  color: var(--main-color);
}

.inspirationDistrict:hover h3 {
  color: var(--main-color);
  font-family: SVN-PoppinsSemiBold;
}

@media screen and (max-width: 767px) {
  .inspirationDistrict h3 {
    font-size: 14px;
  }

  .inspirationDistrict p {
    font-size: 12px;
  }
}

.shockHotel-index {
  padding: 40px 0;
}

.shockHotel-slick_items {
  padding: 7px;
}

.shockHotel-slick {
  margin: 0 -7px;
}

.dealhot-index {
  padding: 40px 0;
}

@media screen and (max-width: 991px) {
  .dealhot-index {
    padding: 20px 0;
  }
}

.dealhot-slick_items {
  padding: 0 10px;
}

.dealhot-slick {
  margin: 0 -10px;
}

.deadlHotBox {
  position: relative;
  border-radius: 6px;
  transition: 0.3s;
}

.deadlHotBox:hover .deadlHotBox_image {
  box-shadow: 0 3px 6px rgba(216, 47, 139, 0.2);
}

.deadlHotBox .deadlHotBox_image {
  border-radius: 5px;
}

.deadlHotBox>a:not(.full) {
  display: inline-block;
  position: relative;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--main-color);
  color: #fff;
  padding: 4px 10px;
  border-radius: 5px;
}

.dealhot-nav {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.15);
  line-height: 40px;
  text-align: center;
  top: calc(50% - 20px);
  font-size: 16px;
  z-index: 2;
  cursor: pointer;
}

.dealhot-nav.prev {
  left: -10px;
}

.dealhot-nav.next {
  right: -10px;
}

@media screen and (max-width: 991px) {
  .dealhot-nav.prev {
    left: 10px;
  }

  .dealhot-nav.next {
    right: 10px;
  }
}

.hotelByPlaceBox {
  position: relative;
  text-align: center;
}

.hotelByPlaceBox img {
  border-radius: 50%;
}

.hotelByPlaceBox h3 {
  font: 15px SVN-PoppinsSemiBold;
  margin: 10px 0;
}

.row-place {
  margin: 0 -10px;
}

.col-place {
  flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  max-width: 16.66667%;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .col-place {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .col-place {
    flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

.placeDetail_district {
  margin: 0;
  padding: 0;
  list-style: none;
}

.placeDetail_district li {
  padding: 5px 0;
}

.placeDetail_district li a {
  font: 13px SVN-PoppinsMedium;
  transition: 0.3s;
}

.placeDetail_district li a:hover,
.placeDetail_district li a.active {
  color: var(--main-color);
}

.open_placeDetail_district {
  display: none;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: var(--main-color);
  color: #fff;
  position: fixed;
  left: 15px;
  top: 35%;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .open_placeDetail_district {
    display: block;
  }
}

.placeDetail_district_fixed .header-container {
  display: none;
}

.placeDetail_district_fixed .close_placeDetail_district {
  display: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ec2d3f;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  position: absolute;
  top: 8px;
  right: 8px;
}

@media screen and (max-width: 991px) {
  .placeDetail_district_fixed {
    position: fixed;
    z-index: 999;
    left: -100%;
    width: 100vw;
    top: 0;
    bottom: 0;
    padding: 20px;
    overflow-y: auto;
    background: #fff;
    transition: 0.7s;
  }

  .placeDetail_district_fixed.active {
    left: 0;
  }

  .placeDetail_district_fixed .header-container {
    display: block;
  }

  .placeDetail_district_fixed .header-container h2 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .placeDetail_district_fixed .close_placeDetail_district {
    display: block;
  }
}

.more-index {
  font-family: SVN-PoppinsSemiBold;
  padding: 5px 15px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 15px;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  background: #fff;
  transition: 0.3s;
}

.more-index:hover {
  background: var(--main-color);
  color: #fff;
}

.footerPowered {
  background: #242424;
  color: #fff;
  padding: 10px 0;
}

.footerArticle {
  padding: 40px 0;
  background: #f5f5f5;
  border-top: 5px solid var(--main-color);
}

.footerInfo {
  flex: 0 0 25.3846153846%;
  -ms-flex: 0 0 25.3846153846%;
  max-width: 25.3846153846%;
  padding-right: 20px;
}

.footerInfo form {
  margin: 15px 0;
  position: relative;
}

.footerInfo form input {
  width: 100%;
  height: 40px;
  border: 1px solid var(--main-color);
  border-radius: 5px;
  padding: 0 90px 0 15px;
}

.footerInfo form input::placeholder {
  color: #AEAEB2;
  font-family: SVN-PoppinsItalic;
}

.footerInfo form button {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--main-color);
  color: #fff;
  bottom: 0;
  width: 85px;
  border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 991px) {
  .footerInfo {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .footerInfo {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

.footerAbout {
  flex: 0 0 25.3846153846%;
  -ms-flex: 0 0 25.3846153846%;
  max-width: 25.3846153846%;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .footerAbout {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .footerAbout {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.footerConnect {
  flex: 0 0 25.3846153846%;
  -ms-flex: 0 0 25.3846153846%;
  max-width: 25.3846153846%;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .footerConnect {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .footerConnect {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

.footerContact {
  flex: 0 0 23.8461538462%;
  -ms-flex: 0 0 23.8461538462%;
  max-width: 23.8461538462%;
}

.footerContact article.article p {
  padding: 4px 0;
}

@media screen and (max-width: 991px) {
  .footerContact {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .footerContact {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.footerTitle {
  font: 15px SVN-PoppinsSemiBold;
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}

.footerTitle::after {
  position: absolute;
  content: "";
  background: var(--main-color);
  left: 0;
  bottom: 0;
  height: 3px;
  width: 40%;
}

.footerHotline strong {
  color: var(--main-color);
  font: 30px UTMCafeta;
}

.footerHotline p {
  font-size: 12px;
}

.footerList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footerList li i {
  color: var(--main-color);
}

.footerList li a {
  transition: 0.3s;
  display: block;
}

.footerList li a:hover {
  color: var(--main-color);
  font-family: SVN-PoppinsSemiBold;
  transform: translateX(3px);
}

.footerList li+li {
  margin-top: 10px;
}

.filterCity {
  padding: 30px 0;
}

.filterCity_col {
  background: #FAFAFA;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #E0E0E0;
  transition: 0.3s;
}

.filterCity_col p {
  color: #076DA6;
}

.filterCity_col p a {
  display: block;
  transition: 0.3s;
}

.filterCity_col p a:hover {
  color: var(--main-color);
  transform: translateX(2px);
  text-decoration: underline;
}

.filterCity_col p+p {
  margin-top: 7px;
}

.filterCity_col:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .filterCity_col {
    padding: 15px;
  }

  .filterCity_col p+p {
    margin-top: 5px;
  }
}

#show_popup {
  padding: 0 !important;
}

@media screen and (max-width: 991px) {
  #show_popup {
    transform: scale(0.8);
  }
}

@media screen and (max-width: 767px) {
  #show_popup {
    transform: scale(0.7);
  }
}

@media screen and (max-width: 576px) {
  #show_popup {
    transform: scale(0.6);
  }
}

@media screen and (min-width: 991px) {
  .d-lg-list {
    display: list-item !important;
  }
}

.fw-normal {
  font-weight: normal !important;
}

.text-main {
  color: var(--main-color);
}

.btn-main {
  color: #fff;
  background: var(--main-color);
  transition: 0.4s;
}

.btn-main:hover {
  background: #fff;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

.btn-outline-main {
  background: #fff;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  transition: 0.4s;
}

.btn-outline-main:hover {
  background: var(--main-color);
  color: #fff;
}

.share-box {
  padding: 15px;
  background: #f2f2f2;
  border-radius: 10px;
}

.share-box p {
  margin-bottom: 3px;
}

.wow {
  visibility: hidden;
}

.article iframe,
.article object {
  max-width: 100% !important;
}

.article table {
  width: 100%;
}

.article *:not(iframe):not(object):not(img) {
  max-width: 100% !important;
  height: auto !important;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  flex-wrap: wrap;
}

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

/* Scale IMG */
.overflow-hidden {
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.hover-scale img {
  transition: 0.7s !important;
}

.hover-scale:hover img {
  transform: scale(1.1);
}

.hover-rotateZ img {
  transition: 0.8s !important;
}

.hover-rotateZ:hover img {
  transform: rotateZ(30deg);
}

.hover-rotateY img {
  transition: 0.8s !important;
}

.hover-rotateY:hover img {
  transform: rotateY(180deg);
}

.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.yt {
  position: relative;
  aspect-ratio: 139/106;
}

/* Transition All */
.transition {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* General */
/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
  display: none;
}

/* Scroll Top */
.goTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

.modal-quickiew {
  max-width: 1000px !important;
}

.fw-bold {
  font-weight: bold;
}

.ft-italic {
  font-style: italic;
}

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

.slick-data.loaded {
  display: block !important;
}

.slick-data.slick-dotted {
  margin-bottom: 0;
}

.select2.select2-container.select2-container--default {
  font-size: inherit !important;
}

.select2-selection {
  height: calc(1.5em + 0.75rem + 2px) !important;
  border-color: #ced4da !important;
}

.select2-selection__rendered {
  line-height: calc(1.5em + 0.75rem + 2px) !important;
  padding-left: 0.75rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
}

.custom-control-input:checked~.custom-control-label::before {
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(216, 47, 139, 0.15);
}

.custom-control-label::before {
  border-color: #ccc;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: rgba(216, 47, 139, 0.15);
}

.price-input {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}

.price-input .field {
  width: 100%;
  height: 35px;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 13px;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #ddd;
  -moz-appearance: textfield;
}

.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 5px;
  background: var(--main-color);
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.range-input input[type=range]::-webkit-slider-thumb {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: url(../images/point-price_03.png) no-repeat;
  background-size: 100% 100%;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.range-input input[type=range]::-moz-range-thumb {
  height: 24px;
  width: 24px;
  border: none;
  border-radius: 50%;
  background: url(../images/point-price_03.png) no-repeat;
  background-size: 100% 100%;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* News */
.col-news {
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .col-news {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

.row-news {
  margin: 20px -10px 0 -10px;
}

@media screen and (max-width: 767px) {
  .row-news {
    margin: 15px -5px 0 -5px;
  }
}

.collapseSupport {
  margin: 0 auto;
  max-width: 950px;
  padding: 0;
  list-style: none;
}

.collapseSupport li:not(:last-child) {
  border-bottom: 1px solid #aaa;
}

.boxCollapse_top {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  padding: 12px 10px;
}

.boxCollapse_top button {
  width: 30px;
  height: 30px;
  background: transparent;
  position: relative;
  display: block;
}

.boxCollapse_top button::before,
.boxCollapse_top button::after {
  position: absolute;
  content: "";
  background: #333;
  transition: 0.4s;
}

.boxCollapse_top button::before {
  left: 6px;
  right: 6px;
  height: 2px;
  top: calc(50% - 1px);
}

.boxCollapse_top button::after {
  top: 6px;
  bottom: 6px;
  width: 2px;
  left: calc(50% - 1px);
}

.boxCollapse_top h3 {
  width: calc(100% - 35px);
  margin-right: 5px;
  font: 15px SVN-PoppinsSemiBold;
  transition: 0.2s;
}

.boxCollapse_top:hover {
  background: var(--main-color);
  color: #fff;
}

.boxCollapse_top:hover button::before,
.boxCollapse_top:hover button::after {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .boxCollapse_top {
    padding: 8px 0;
  }

  .boxCollapse_top h3 {
    font-size: 14px;
  }

  .boxCollapse_top button {
    width: 24px;
    height: 24px;
  }
}

.boxCollapse_bot {
  display: none;
  padding: 12px 10px;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .boxCollapse_bot {
    padding: 12px 0;
  }
}

.boxCollapse.active .boxCollapse_top button::after {
  transform-origin: center center;
  transform: rotateZ(90deg);
}

.othernews.share {
  margin-top: 20px;
}

.othernews.share b {
  margin-bottom: 10px;
}

.list-news-other {
  padding-left: 17px;
  list-style: disc;
  width: 50%;
}

.list-news-other li {
  padding: 7px 0;
}

.list-news-other li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.list-news-other li a {
  text-transform: none;
  color: #333333;
}

.list-news-other li a:hover {
  color: #ec2d3f;
}

@media screen and (max-width: 767px) {
  .list-news-other {
    width: 100%;
  }
}

/* Product */
.row-product {
  margin: 0 -12px;
}

@media screen and (max-width: 767px) {
  .row-product {
    margin: 0 -5px;
  }
}

.col-product {
  padding: 0 12px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .col-product {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

.product_box {
  position: relative;
}

.product_box:hover .product__name a {
  color: var(--hover-color);
}

.product__info {
  position: relative;
}

.product__name {
  color: #000;
  font-size: 20px;
  text-align: center;
}

.product__name a {
  color: inherit;
}

.product__name.text-split {
  -webkit-line-clamp: 2;
}

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

@media screen and (max-width: 991px) {
  .product__price {
    text-align: center;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  .product__price .price__pro_new {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 991px) {
  .product__price .price__pro_old {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.price__pro_new a,
.price__pro_new strong {
  color: #cc0000;
  font: 20px Roboto-Bold;
}

.price__pro_old del {
  color: #aaa;
  font-size: 17px;
}

.product__price .price__pro_new+.price__pro_old {
  margin-left: 7px;
}

@media screen and (max-width: 991px) {
  .product__price .price__pro_new+.price__pro_old {
    margin-left: 0;
  }
}

.discount-pro-detail {
  background-color: #ec2d3f;
  border-radius: 20px;
  font-weight: bold;
  padding: 3px 9px;
  color: #fff;
  font-size: 11px;
}

.left-pro-detail {
  flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  max-width: 40%;
  margin-bottom: 20px;
  padding-right: 10px;
  position: relative;
  text-align: center;
}

.left-pro-detail .MagicZoom {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}

.left-pro-detail.cate-pro-detail {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 991px) {
  .left-pro-detail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .left-pro-detail.cate-pro-detail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.right-pro-detail {
  flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  max-width: 60%;
  margin-bottom: 20px;
  padding-left: 10px;
}

.right-pro-detail.cate-pro-detail {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 991px) {
  .right-pro-detail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .right-pro-detail.cate-pro-detail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.tabs-pro-detail {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}

/* Product Detail */
.grid-pro-detail {
  margin-bottom: 3rem;
}

.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .gallery-thumb-pro {
    margin-top: 5px;
  }
}

.control-pro-detail {
  top: calc(50% - 12.5px);
}

.control-pro-detail button {
  background-color: transparent;
  opacity: 1;
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #fff;
  font-size: 23px;
}

.control-pro-detail button.owl-prev {
  left: 10px;
}

.control-pro-detail button.owl-next {
  right: 10px;
}

.title-color,
.title-size {
  color: #4ea8cd;
  font-weight: normal;
}

.thumb-pro-detail {
  display: block !important;
  border-radius: 5px;
  cursor: pointer;
  background-color: #ffffff;
}

.thumb-pro-detail img {
  box-shadow: none !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}

.title-pro-detail {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.top-info-pro-detail {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: baseline;
}

.top-info-pro-detail li+li {
  border-left: 1px solid #eae4e8;
}

.top-info-pro-detail li:first-child {
  padding-right: 7px;
}

.top-info-pro-detail li:last-child {
  padding-left: 7px;
}

.top-info-pro-detail li span,
.top-info-pro-detail li a {
  font-weight: bold;
  color: #007bff;
  margin-left: 2px;
}

.comment-pro-detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}

.desc-pro-detail {
  margin-bottom: 1rem;
}

.attr-pro-detail {
  list-style: none;
  padding: 0;
  margin: 0;
}

.attr-pro-detail li {
  margin-bottom: 15px;
}

@media screen and (min-width: 991px) {
  .attr-pro-detail li:last-child {
    margin-bottom: 0;
  }
}

.attr-label-pro-detail {
  font-weight: bold;
  color: #000;
  display: block;
  margin-bottom: 6px;
}

.attr-content-pro-detail {
  margin-bottom: 0px;
}

.price-new-pro-detail {
  font-weight: bold;
  font-size: 20px;
  color: #ec2d3f;
}

@media screen and (max-width: 767px) {
  .price-new-pro-detail {
    font-size: 16px;
  }
}

.price-old-pro-detail {
  color: #6c757d;
  font-size: 16px;
  text-decoration: line-through;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .price-old-pro-detail {
    font-size: 13px;
    padding: 0 7px;
  }
}

.tabs-pro-detail {
  margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs {
  justify-content: center;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: 0;
  font-size: 15px;
  border-bottom: 2px solid transparent;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link.active {
  border-bottom-color: #555555;
  font-weight: bold;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link:hover {
  font-weight: bold;
  color: #333;
}

.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  font-weight: bold;
  border-bottom-color: #555555;
}

@media screen and (max-width: 991px) {
  .tabs-pro-detail .nav-tabs .nav-link {
    font-size: 13px !important;
  }
}

/* Contact */
.contact-article {
  margin-bottom: 3rem;
}

.contact-input {
  position: relative;
  margin-bottom: 15px;
}

.contact-input textarea {
  resize: none;
  height: 150px;
}

.contact-input .custom-file-label::after {
  content: attr(title);
}

.contact-map {
  position: relative;
  height: 500px;
}

.contact-map iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}

/*video*/
.video-name {
  font: 14px Roboto-Bold;
  text-align: center;
  margin-top: 10px;
}

.video-name.text-split {
  -webkit-line-clamp: 2;
}

.row-video {
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .row-video {
    margin: 0 -5px;
  }
}

.col-video {
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .col-video {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

.video {
  cursor: pointer;
}

.youtube-logo {
  position: relative;
}

.youtube-logo::before {
  content: "";
  position: absolute;
  aspect-ratio: 50/35;
  width: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAjCAMAAADha6m9AAABs1BMVEUAAADlLCfUIiLRICHBGB7jLCfCGB3jKybYJSPBGB7AFx3AFx3OICDjLCfbJyTBGB7jLCfAFx3kLCflLSfkLCfCGR7CGB3SIiLPICHCGB7ZJiTLHSDCGB7iKybKHSDAFx3jLCbKHSDAFx3kLCbhKybAFx3lLCfAFx3iKybBGB3gKibDGR7iKybiKybNHiDkLCbCGB3YJSPNHyDjLCfLHSDBGB7jLCfdKCXHHB/lLSfeKSW/Fx3XJCPNICHYJSTBGB3ZJiTLHiDlLSe/Fx3fKSXiKybHGx/EGR7gKibcJyXZJyTLHSDKHSDKHSDAFx3LHSDGGh7jKibVIiLRISLeKCXgKibcJyTMHyHZJSTCGB7////HHB/DGh7ZJyTXIyLOICD98/PKGBvYHhzLEhPolpbNHR7VFxb8///gWlneV1fYREXRHBzYGRfSFxbozc3eg4PbVlfNJynTHR3OFRbHDhDMDg/4/f3+9/f76ur44+PpmprjZGLaW1zWSUvWPDvWOTjbLCrTJyjMFxjWExD19PTu7O3v6enz4N/t2Nn319f1zs7kw8Ltnp3jjIzdennabm/gTkwFvLjjAAAAT3RSTlMA2tHP/fvOsxX32r0O9O3r6dXSysG1ogYB+ff38vHnxbq6saqYkIqCeXNoXVlGPi8rJh758OPg2dnVy8rGxrqsq6ugm4RtZ0v34pKShng4fjL1vAAAAhlJREFUOMuV1ddCGkEYhuFfUTrSqyC9d+y9azrBAmQTytKMSAkE7DWm90vOCJzsLkT3OZtv5j0euKNi+70el8NmWTGzDDKpVDLd1zItkUplBpZ5xWJzrHu8frYKOthrMknfhEikEwhGBwcHIwRoGBUIdCLRRJ9EZmNDS5AVeTCWHxC+OUIDi48Sl26XhkfrAErWLi0GJYRmdmiZCYJvkl4y6QXP4yhZPBPdifYy5ALHEGW9TtyWooleyRo8GUoQxTN/f55d35biia40FljSxImShTPs5HQ/USol411olmAhTkneHmHYl1/FrUymW7QAc0kSlKQxDNv7Wr1EDdUc9G+RlVFy13ysVK8KBcp1f88EOfz8o3pVrlMSBrmol/c7CbZ3+Kny+6ZOSbZJUu9bSSeq/Lk5IN7/P0l/zxUPUHF/8i7dDr7lis0mKogYwEiR5LOt5Ogkd9nM5rdTZAyYj5G0k+PT4gc8n4pRzYORPOHZc+w4d5FCRawbIywPh4lw/CJ3Xstm8Vgs3MXwMjwdo6y1WqOBd95TEwU8H6GseAMP9zT2DNwooWNkA3xTr2mZ2oQQ8yUtzCAo5fQSoxJgQ0unUDsBgL/4hgY5H5CA6dWDyQPQwrbzmNxxoVDL4XDUAwMDhEforOZwtELhOFest4agQ8UP+NxOu3VVoTDJeTz9LFMs5nK5YiZzVs/jmRYVq1a70735ov2L/QOukA9gZVVk1QAAAABJRU5ErkJggg==") no-repeat;
  background-size: 100% 100%;
}

/*video*/
/* Cart Fix */
.popup-cart .total-procart {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.popup-cart .total-procart p:last-child {
  font-size: 19px;
}

.cart-fixed i {
  font-size: 20px;
  position: relative;
  z-index: 9;
}

.cart-fixed span {
  position: absolute;
  top: 0px;
  right: -5px;
  color: #ffffff;
  width: 20px;
  height: 20px;
  background: #ec2d3f;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  border-radius: 100%;
  z-index: 10;
}

#popup-cart .card-cover {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1010;
  background: transparent;
  right: 0;
}

#popup-cart .cart-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#popup-cart .price-new-cart {
  color: #000;
}

#popup-cart .cart-dialog {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(120%);
  transition: transform 0.35s ease, right 0.25s ease, visibility 0s;
  z-index: 1000;
  width: 480px;
  background: #fff;
  transition: transform 0.5s;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

#popup-cart .wrap-cart {
  box-shadow: none;
  border-left: 0;
  border-right: 0;
  border-color: #e7e7e7;
  height: 100%;
  position: absolute;
  overflow-y: scroll;
  left: 0;
  top: 0;
  width: 100%;
  overscroll-behavior: none;
  padding: 5px 15px;
}

#popup-cart .wrap-cart::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  border-radius: 3px;
}

#popup-cart .wrap-cart::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

#popup-cart .wrap-cart::-webkit-scrollbar-track {
  background-color: #d4d4d4;
}

#popup-cart .wrap-cart::-webkit-scrollbar-track-piece {
  background-color: #e7e7e7;
}

#popup-cart .wrap-cart::-webkit-scrollbar-thumb {
  height: 60px;
  background-color: #d4d4d4;
}

#popup-cart .wrap-cart::-webkit-scrollbar-corner {
  background-color: #e7e7e7;
}

#popup-cart .wrap-cart::-webkit-resizer {
  background-color: #e7e7e7;
}

@media screen and (max-width: 991px) {
  #popup-cart .wrap-cart {
    padding: 5px 10px;
  }
}

#popup-cart .info-procart {
  padding-right: 0;
}

#popup-cart .link-to-cart {
  display: block;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 0;
  border: 1px solid var(--main-color);
  transition: 0.4s;
}

#popup-cart .link-to-cart:hover {
  background: #fff;
  color: var(--main-color);
}

@media screen and (max-width: 991px) {
  #popup-cart .link-to-cart {
    padding: 6px 0;
  }
}

#popup-cart .buymore-cart {
  text-decoration: underline;
}

#popup-cart .procart {
  padding: 15px 0;
}

@media screen and (max-width: 991px) {
  #popup-cart .procart {
    padding: 10px 0;
  }
}

#popup-cart .quantity-counter-procart {
  border-radius: 0;
  border-color: #f9f9f9;
  margin-left: 0;
}

#popup-cart .cart-header {
  padding: 15px;
}

@media screen and (max-width: 991px) {
  #popup-cart .cart-header {
    padding: 10px;
  }
}

#popup-cart .close-cart {
  width: 25px;
  height: 25px;
  background: transparent;
  outline: none;
  border: none;
  font-size: 25px;
  color: #333;
}

#popup-cart .cart-title {
  font-size: 16px;
  color: var(--main-color);
  font-weight: bold;
}

#popup-cart .cart-footer {
  padding: 15px;
}

#popup-cart .cart-footer .total-procart {
  padding: 6px 0;
}

#popup-cart .cart-footer .total-procart p:first-child {
  font-weight: normal;
}

#popup-cart .cart-footer .total-procart p:last-child {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  #popup-cart .cart-footer {
    padding: 10px;
  }
}

#popup-cart .cart-body {
  flex-grow: 1;
  position: relative;
}

#popup-cart .del-procart {
  color: #ec2d3f;
  font-size: 15px;
  display: block;
  cursor: pointer;
  height: 15px;
  width: 15px;
  position: absolute;
  top: calc(50% - 7.5px);
  right: 0;
}

#popup-cart.opened .cart-background {
  opacity: 1;
  visibility: visible;
}

#popup-cart.opened .card-cover {
  left: 0 !important;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#popup-cart.opened .cart-dialog {
  width: 480px;
  transform: translateX(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition: transform 0.35s ease, right 0.25s ease, visibility 0s;
  right: 0;
}

@media screen and (max-width: 991px) {
  #popup-cart.opened .cart-dialog {
    width: 85%;
    max-width: 450px;
  }
}

.no-cart {
  padding: 15px 10px;
  border-top: 1px solid #f9f9f9;
}

.no-cart p {
  margin: 10px 0;
}

.no-cart a {
  display: inline-block;
  color: #1a73e8;
  text-decoration: underline;
}

.no-cart .form-search {
  width: 50%;
  margin: 30px auto 0 auto;
  position: relative;
}

.no-cart input {
  width: 100%;
  height: 40px;
  outline: none;
  border: 1px solid #ccc;
  padding: 0 40px 0 20px;
}

.no-cart button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  outline: none;
  border: 1px solid #ccc;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .no-cart .form-search {
    width: 100%;
  }
}

.buymore-cart {
  color: var(--main-color);
  cursor: pointer;
  margin: 0px;
}

.buymore-cart i {
  margin-right: 2px;
  margin-top: 5px;
  vertical-align: top;
  font-size: 12px;
}

.wrap-cart {
  padding: 20px 15px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 991px) {
  .top-cart {
    margin-top: 2rem;
  }
}

.procart {
  padding: 15px 10px;
}

.procart+.procart {
  border-top: 1px solid #f1f1f1;
}

@media screen and (max-width: 991px) {
  .procart {
    padding: 8px 0;
  }

  .procart+.procart {
    border-top: 1px solid #f1f1f1;
  }
}

.top-cart .procart {
  padding: 15px 0;
}

.number-pro-cart {
  font-size: 13px;
}

@media screen and (min-width: 991px) {
  .cart-sticky {
    position: sticky;
    top: 60px;
  }
}

.pic-procart {
  position: relative;
  flex: 0 0 85px;
  -ms-flex: 0 0 85px;
  max-width: 85px;
}

.pic-procart .del-procart {
  color: #999;
  font-size: 15px;
  display: block;
  cursor: pointer;
  height: 15px;
  width: 15px;
  position: absolute;
  top: -7.5px;
  left: -7.5px;
}

.pic-procart .del-procart i {
  display: block;
}

.pic-procart .del-procart:hover {
  color: red;
}

.pic-procart img {
  display: block;
  border: 1px solid #ededed;
}

@media screen and (max-width: 991px) {
  .pic-procart {
    flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    max-width: 60px;
  }

  .pic-procart .del-procart {
    top: 0;
    left: 0;
    position: static;
    margin: 5px auto 0 auto;
  }
}

.price-info-cart strong {
  margin-right: 10px;
}

.price-info-cart del {
  font-size: 12px;
  color: #8f9bb3;
}

.name-procart a {
  font-size: 14px;
  color: #000;
  display: block;
}

.name-procart a:hover {
  color: #ec2d3f;
}

#cupponModal .modal-header,
#cupponModal .modal-body {
  padding: 10px;
}

#cupponModal button.close {
  padding: 0;
  margin: 0;
}

.properties-procart {
  display: block;
  font-size: 13px;
}

.properties-procart span {
  margin: 0 2px;
}

.properties-procart p {
  display: inline-block;
  margin-bottom: 0px;
}

.properties-procart p strong {
  font-weight: bold;
}

.quantity-counter-procart {
  border: 1px solid #f9f9f9;
  width: 90px;
  margin-top: 5px;
  height: 25px;
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: stretch;
  margin-left: calc(100% - 90px);
}

.counter-procart {
  background-color: #f9f9f9;
  border: 0px;
  width: 30%;
  color: #333;
  outline: none;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
}

.counter-procart:hover,
.counter-procart:focus {
  color: #ec2d3f;
}

.counter-procart:disabled,
.counter-procart:disabled:hover {
  color: #ccc;
  cursor: not-allowed;
}

.counter-procart-minus {
  line-height: 25px;
}

.counter-procart-plus {
  line-height: 25px;
}

.quantity-counter-procart .quantity-procart {
  width: 40%;
  box-sizing: border-box;
  border: 0px;
  border-right: 1px solid #f9f9f9;
  border-left: 1px solid #f9f9f9;
  outline: none;
  box-shadow: none;
  padding: 0px;
  color: #333;
  text-align: center;
}

.price-procart {
  flex: 0 0 95px;
  -ms-flex: 0 0 95px;
  max-width: 95px;
  text-align: right;
}

.info-procart {
  padding: 0 15px;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .info-procart {
    padding: 0 10px;
  }
}

.price-new-cart {
  color: #ec2d3f;
  margin-bottom: 0px;
  font-weight: bold;
}

.price-old-cart {
  color: #999;
  text-decoration: line-through;
}

.total-procart {
  padding: 5px 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.total-procart p {
  font-weight: bold;
}

.total-procart p:last-child {
  color: #ec2d3f;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .total-procart p:last-child {
    font-size: 16px;
  }
}

hr.hr-md {
  margin: 0.5rem 0;
}

.link-to-payment {
  display: block;
  background: var(--main-color);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 5px;
  text-align: center;
  font-weight: bold;
  border-radius: 0;
  transition: 0.4s;
  border-radius: 5px;
  border: 1px solid var(--main-color);
  margin-top: 15px;
}

.link-to-payment:hover {
  background: #fff;
  color: var(--main-color);
}

@media screen and (max-width: 991px) {
  .link-to-payment {
    padding: 6px 0;
  }
}

.cover-list-pro {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  .cover-list-pro {
    border-radius: 0;
    box-shadow: none;
  }
}

.section-cart {
  background: #fff;
  border-radius: 5px;
}

.section-cart.bot {
  padding: 15px;
}

.section-cart.bot {
  border-radius: 0 0 5px 5px;
}

.section-cart h4 {
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  border-bottom: 1px solid #eae4e8;
  color: var(--main-color);
}

.section-cart>p {
  font-size: 14px;
  margin-bottom: 15px;
}

.section-cart .counter-cart {
  font-weight: bold;
}

.section-cart .list-procart {
  padding: 8px;
  border: 2px solid #eae4e8;
  overflow: hidden;
  border-radius: 8px;
}

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

  .section-cart.bot,
  .section-cart.top {
    padding: 0;
  }

  .section-cart h4 {
    font-size: 15px;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
  }

  .section-cart>p {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .section-cart .list-procart {
    padding: 0;
    border: 0;
    border-radius: 0;
  }
}

.title-cart {
  font-size: 16px;
  color: var(--main-color);
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
  margin-bottom: 15px;
}

.title-cart a {
  font-size: 14px;
  color: #000;
  font-weight: normal;
}

@media screen and (max-width: 991px) {
  .title-cart {
    font-size: 15px;
  }
}

.procart.procart-label {
  background: var(--main-color);
  font-weight: bold;
  color: #fff;
  padding: 10px;
}

.input-cart {
  margin-bottom: 0.5rem;
  position: relative;
}

.input-cart textarea {
  resize: none;
  height: 100px;
}

.input-cart select {
  cursor: pointer;
}

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

  .input-cart input,
  .input-cart select,
  .input-cart textarea {
    font-size: inherit !important;
  }
}

.payments-cart {
  text-align: left;
  margin-bottom: 5px;
  min-height: auto;
}

.payments-cart:last-child {
  margin-bottom: 0px;
}

.payments-cart input {
  top: calc(50% - 0.625rem);
}

.payments-label {
  cursor: pointer;
  background: #eee;
  display: block;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 0px;
  color: #313131 !important;
}

.payments-label::before,
.payments-label::after {
  top: calc(50% - 0.5rem);
}

.payments-label.active {
  background: #ec2d3f;
  color: #ffffff !important;
}

.payments-info {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  background: #f5efef;
  border-radius: 5px;
}

.payments-info p {
  margin-bottom: 1em;
}

.payments-info.active {
  padding: 10px 15px;
  margin-top: 5px;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.btn-cart {
  background: var(--main-color);
  color: #fff;
  font-size: inherit;
  border: 1px solid var(--main-color);
  text-transform: uppercase;
  font-weight: bold;
  height: 40px;
}

.btn-cart:hover {
  color: var(--main-color);
  background: #fff;
}

@media screen and (max-width: 991px) {
  .btn-cart {
    height: 35px;
  }
}

.empty-cart {
  padding: 25px 30px;
  display: block;
  text-align: center;
  color: #23527c !important;
  width: 100%;
}

.empty-cart i {
  color: red;
  font-size: 70px;
}

.empty-cart p {
  margin: 15px 0px;
  color: #333;
  font-size: 18px;
}

.empty-cart span {
  display: inline-block;
  border: 1px solid #2e9ef2;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  max-width: 325px;
}

.color-pro-detail {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 4px;
  border: 1px solid #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}

.color-pro-detail::after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border-radius: 50%;
}

.color-pro-detail.active::after {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.color-pro-detail:hover .color-tooltip {
  display: block;
}

.size-pro-detail,
.capacity-pro-detail,
.origin-pro-detail {
  cursor: pointer;
  border: 1px solid #ccc;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding: 3px 10px;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}

.size-pro-detail+.size-pro-detail,
.capacity-pro-detail+.capacity-pro-detail,
.origin-pro-detail+.origin-pro-detail {
  margin-left: 5px;
}

.size-pro-detail.active,
.capacity-pro-detail.active,
.origin-pro-detail.active {
  border-color: #000;
  color: #000;
}

.size-pro-detail.active::before,
.capacity-pro-detail.active::before,
.origin-pro-detail.active::before {
  content: "";
  padding: 4px;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: -15px;
  right: -13px;
  background: #080808;
  width: 26px;
  height: 24px;
  transform: rotate(45deg);
  border-radius: 100%;
}

.size-pro-detail.active::after,
.capacity-pro-detail.active::after,
.origin-pro-detail.active::after {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkCw8RJSHXzNuNAAAAfElEQVQoz7WRsQ2CYBQGLwRCaLRkDwqdwcLCSZjCmj2AgtoJXMbEUquzEAz+8Je89r675sGG59ka0ig+0ZFbJDGbgRwoAXemi/hb1QZw793ebB739cPgTdV2qvzZAFY+VL+VwB4nB59j5RLYhBVXcTBZw7NJDAN49LrFyz67GnkMHStx0wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMS0xNVQxNzozNzozMyswMDowMGfDTJEAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTEtMTVUMTc6Mzc6MzMrMDA6MDAWnvQtAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 0;
  width: 6px;
  height: 6px;
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio],
.capacity-pro-detail input[type=radio],
.origin-pro-detail input[type=radio] {
  display: none;
}

.quantity-pro-detail {
  width: 100%;
  max-width: 130px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.quantity-pro-detail span {
  padding: 0px;
  width: 44px;
  height: 44px;
  color: #a4aaaf;
  cursor: pointer;
  border: 1px solid #ced4da;
  background: #fff;
}

.quantity-pro-detail span i {
  line-height: 44px;
  font-size: 14px;
  width: 44px;
  height: 44px;
  transition: 0.3s;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
  border-radius: 0 5px 5px 0;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
  border-radius: 5px 0 0 5px;
}

.quantity-pro-detail span:hover i {
  color: #000;
}

.quantity-pro-detail input {
  height: 44px;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  width: calc(100% - 88px);
  text-align: center;
  font-size: 14px;
  padding: 5px;
}

@media screen and (max-width: 991px) {
  .quantity-pro-detail {
    max-width: 105px;
  }

  .quantity-pro-detail span {
    width: 35px;
    height: 35px;
  }

  .quantity-pro-detail span i {
    line-height: 35px;
    width: 35px;
    height: 35px;
  }

  .quantity-pro-detail input {
    height: 35px;
    width: calc(100% - 70px);
  }
}

.group-quantity-pro-detail {
  width: 130px;
}

@media screen and (max-width: 991px) {
  .group-quantity-pro-detail {
    width: 105px;
  }
}

.group-cart-pro-detail {
  flex: 0 0 calc(100% - 130px);
  -ms-flex: 0 0 calc(100% - 130px);
  max-width: calc(100% - 130px);
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .group-cart-pro-detail {
    flex: 0 0 calc(100% - 105px);
    -ms-flex: 0 0 calc(100% - 105px);
    max-width: calc(100% - 105px);
  }
}

.cart-pro-detail a {
  text-transform: uppercase;
  display: block;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.4s;
  border: 1px solid #000;
  background: #fff;
  font-weight: bold;
  line-height: 42px;
}

.cart-pro-detail a.btn-pro {
  background: #000;
  color: #fff;
}

.cart-pro-detail a.btn-pro:hover {
  color: #000;
  background: #fff;
}

.cart-pro-detail a.btn-outline-pro {
  color: #000;
}

.cart-pro-detail a.btn-outline-pro:hover {
  color: #fff;
  background: #000;
}

@media screen and (max-width: 991px) {
  .cart-pro-detail a {
    font-size: 12.5px;
    line-height: 33px;
  }
}

.cart-product {
  margin-bottom: 0px;
}

.cart-product span {
  cursor: pointer;
  width: 49%;
  float: left;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  padding: 7px 5px;
  border-radius: 3px;
}

.cart-add {
  margin-right: 2%;
  background-color: #ec2d3f;
}

.cart-add:hover {
  background-color: #c31829;
}

.cart-buy {
  background-color: #28a745;
}

.cart-buy:hover {
  background-color: #207d36;
}

.cuppon-row p {
  padding-left: 25px;
  background: url(../images/coupon-icon.webp) no-repeat left center;
  line-height: 22px;
}

.cuppon-row a {
  color: var(--main-color);
}

.lb-header-cuppon {
  color: #F47560;
  font-weight: bold;
}

.lb-header-cuppon svg {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.cuppon-payment button {
  width: 100%;
  height: 42px;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
}

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

  .cuppon-payment input,
  .cuppon-payment button {
    height: 37px;
    font-size: inherit;
  }
}

.color-tooltip {
  background: #000;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 5px;
  line-height: 20px;
  transform: translate(-50%, calc(-100% - 10px));
  display: none;
}

.color-tooltip::after {
  border-style: solid;
  border-width: 3px 2.5px 0 2.5px;
  border-color: #000 transparent transparent transparent;
  background: #333333;
  content: "";
  height: 8px;
  position: absolute;
  transform: rotate(45deg);
  width: 8px;
  left: calc(50% - 4px);
  bottom: -4px;
}

.cupponBox {
  position: relative;
  background: #fff;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
  padding: 10px;
  border-radius: 5px;
  min-height: 100px;
}

.cupponBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  height: 100%;
  width: 10px;
  color: #fff;
  background-clip: padding-box;
  background: repeating-linear-gradient(#e5e5e5, #e5e5e5 5px, transparent 0, transparent 9px, #e5e5e5 0, #e5e5e5 10px) 0/1px 100% no-repeat, radial-gradient(circle at 0 7px, transparent, transparent 2px, rgba(229, 229, 229, 0.9333333333) 0, #e5e5e5 3px, currentColor 0) 1px 0/100% 10px repeat-y;
}

.cuppon__slick--items {
  padding: 7px;
}

.cuppon__slick {
  margin: 0 -7px;
}

.cupponBox_icon {
  flex: 0 0 90px;
  -ms-flex: 0 0 90px;
  max-width: 90px;
}

.cupponBox_info {
  flex: 0 0 calc(100% - 90px);
  -ms-flex: 0 0 calc(100% - 90px);
  max-width: calc(100% - 90px);
  padding-left: 10px;
}

.cupponBox_info h3 {
  font-size: 15px;
  font-weight: bold;
  color: var(--main-color);
  transition: 0.3s;
}

.cupponBox_info p {
  margin: 4px 0;
}

.cupponBox_info button {
  padding: 2px 15px;
  display: block;
  font-size: 12px;
  background: var(--main-color);
  color: #fff;
  line-height: 24px;
  height: 24px;
  border-radius: 12px;
}

.cupponBox_info a {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .cupponBox_info h3 {
    font-size: 14px;
  }
}

.wrap-user {
  margin: 40px auto;
  border-radius: 5px;
  max-width: 500px;
  padding: 25px;
}

@media screen and (max-width: 991px) {
  .wrap-user {
    margin: 30px auto;
    max-width: 100%;
    padding: 0;
    box-shadow: none !important;
  }
}

.wrap-register.info {
  margin: 40px auto;
  border-radius: 5px;
  padding: 25px;
  max-width: 80%;
}

.wrap-register label {
  font-family: SVN-PoppinsMedium;
}

@media screen and (max-width: 991px) {
  .wrap-register {
    box-shadow: none !important;
  }
}

.title-user {
  margin-bottom: 15px;
  text-align: center;
}

.title-user img {
  width: auto;
  max-height: 40px;
  margin-bottom: 10px;
}

.title-user h4 {
  font: 15px SVN-PoppinsItalic;
}

.type-account {
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #eee;
}

.type-account input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.type-account input:checked~label {
  border-color: #eee;
  border-bottom-color: #fff;
  border-top-width: 2px;
  border-top-color: var(--main-color);
  color: var(--main-color);
}

.type-account label {
  display: block;
  padding: 7px 22px;
  cursor: pointer;
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-top-width: 2px;
  transition: 0.3s;
  color: #aaa;
}

.type-account-content {
  padding: 20px;
  border: 1px solid #eee;
  border-top-width: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.login-user,
.forgot-password-user {
  width: 100%;
  display: block;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  height: 38px;
  font-family: SVN-PoppinsBold;
  transition: 0.4s;
  border: 1px solid var(--main-color);
}

.login-user:hover,
.forgot-password-user:hover {
  background: #fff;
  color: var(--main-color);
}

.registration-user,
.activation-user,
.info-user {
  width: 150px;
  display: block;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  height: 38px;
  font-family: SVN-PoppinsBold;
  transition: 0.4s;
  border: 1px solid var(--main-color);
}

.registration-user:hover,
.activation-user:hover,
.info-user:hover {
  background: #fff;
  color: var(--main-color);
}

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

  .registration-user,
  .activation-user,
  .info-user {
    margin-top: 10px;
    width: 100%;
  }
}

.nav-user-res {
  overflow-x: auto;
  overflow-y: hidden;
}

.nav-user-res::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}

.nav-user-res::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.nav-user-res::-webkit-scrollbar-track {
  background-color: var(--hover-color);
}

.nav-user-res::-webkit-scrollbar-track-piece {
  background-color: #e7e7e7;
}

.nav-user-res::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--hover-color);
}

.nav-user-res::-webkit-scrollbar-corner {
  background-color: #e7e7e7;
}

.nav-user-res::-webkit-resizer {
  background-color: #e7e7e7;
}

.nav-user-res .nav-tabs .nav-item.show .nav-link,
.nav-user-res .nav-tabs .nav-link.active {
  color: var(--main-color);
  background-color: #fff;
  border-bottom: 0;
  border-top-width: 3px;
  border-top-color: var(--main-color);
}

.nav-user-res .nav-tabs .nav-link {
  font: 14px SVN-PoppinsSemiBold;
  white-space: nowrap;
}

.nav-user-res .nav-tabs .nav-link:hover {
  color: var(--main-color);
}

.nav-user-res .nav-tabs {
  border-color: #eee;
  flex-wrap: nowrap;
}

.history-nav {
  display: flex;
  align-items: baseline;
  margin: 0;
  padding: 0;
  list-style: none;
}

.history-nav a {
  display: block;
  text-align: center;
  transition: 0.4s;
  border-bottom: 2px solid transparent;
  font-family: SVN-PoppinsSemiBold;
  padding: 12px 25px;
  white-space: nowrap;
}

.history-nav a:hover,
.history-nav a.active {
  border-color: var(--main-color);
  color: var(--main-color);
}

.form-search-order {
  position: relative;
  background: #fff;
}

.form-search-order button {
  position: absolute;
  top: 2px;
  right: 2px;
  outline: none;
  border: none;
  border-radius: 5px;
  width: 31px;
  height: 31px;
  background: var(--main-color);
  color: #fff;
}

.orderItem_top h4 {
  font: 15px SVN-PoppinsSemiBold;
  color: var(--main-color);
}

.orderItem_top p {
  font-family: SVN-PoppinsSemiBold;
}

.orderItem+.orderItem {
  margin-top: 15px;
}

.orderItem_bottom span {
  font-family: SVN-PoppinsSemiBold;
}

.orderBox_photo {
  flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  max-width: 100px;
}

@media screen and (max-width: 576px) {
  .orderBox_photo {
    flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    max-width: 70px;
  }
}

.orderBox_price {
  flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  max-width: 100px;
}

.orderBox_price strong {
  color: #ec2d3f;
  font-family: SVN-PoppinsSemiBold;
}

.orderBox_price del {
  font-size: 13px;
  color: #666;
}

.orderBox_info {
  flex-grow: 1;
  padding: 0 15px;
}

.orderBox_info h3 {
  font: 14px SVN-PoppinsSemiBold;
  margin-bottom: 5px;
}

.orderBox_info p {
  font-size: 12px;
}

.orderBox_info h3.text-split {
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 576px) {
  .orderBox_info {
    padding: 0 10px;
  }

  .orderBox_info h3 {
    font-size: 13px;
  }
}

.orderBox+.orderBox {
  margin-top: 10px;
}

.detailOrder-title {
  font: 13px SVN-PoppinsSemiBold;
  color: var(--main-color);
}

.pay-info {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
}

.pay-info strong {
  font-family: SVN-PoppinsSemiBold;
}

.cart-detail-info {
  font-size: 13px;
}

.title-orderDetail {
  color: var(--main-color);
  font-family: SVN-PoppinsSemiBold;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eee;
}

.price-cart-detail strong {
  color: #ec2d3f;
  font-family: SVN-PoppinsSemiBold;
}

.price-cart-detail del {
  color: #aaa;
}

.lb-agree {
  font-style: italic;
  font-family: SVN-Poppins !important;
  color: #ec2d3f;
}

.account-avatar .account-cover-img {
  border-radius: 50%;
  width: 128.5px;
  height: 128.5px;
  border: 0.5px solid #eee;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-avatar .account-cover-img img {
  width: 100%;
}

.avartar-input {
  width: 120px;
  position: relative;
  height: 35px;
  margin: 20px auto;
}

.avartar-input input {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.avartar-input label {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 0;
  font-weight: normal !important;
  line-height: 35px;
  border: 1px solid #aaa;
  cursor: pointer;
}

.filterComboDesktop_items {
  padding: 10px 0;
}

.filterComboDesktop_items h3 {
  font: 16px SVN-PoppinsMedium;
  margin-bottom: 10px;
}

.filterComboDesktop_items+.filterComboDesktop_items {
  border-top: 1px solid #eee;
}

.filterComboDesktop_items .custom-control-label {
  font-size: 13px;
}

.open_filterComboRes {
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  position: fixed;
  left: 15px;
  top: 40%;
  z-index: 9;
  display: none;
}

@media screen and (max-width: 991px) {
  .open_filterComboRes {
    display: block;
  }
}

.filterComboRes {
  display: none;
  position: fixed;
  left: -100%;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 999;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: 0.7s;
}

@media screen and (max-width: 991px) {
  .filterComboRes {
    display: block;
  }

  .filterComboRes.active {
    left: 0;
  }
}

.filterComboRes_head {
  background: var(--main-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
}

.filterComboRes_head h3 {
  font: 14px SVN-PoppinsMedium;
}

.filterComboRes_head .close_filterComboRes {
  width: 25px;
  height: 25px;
  color: var(--main-color);
  background: #fff;
  border-radius: 50%;
}

.filterComboRes_bottom {
  padding: 8px 15px;
  border-top: 1px solid var(--main-color);
}

.filterComboRes_bottom button {
  border: 1px solid var(--main-color);
  font-family: SVN-PoppinsMedium;
  border-radius: 5px;
  height: 35px;
  width: 100%;
}

.filterComboRes_bottom button.reset_filterComboRes {
  background: #fff;
  color: var(--main-color);
}

.filterComboRes_bottom button.submit_filterComboRes {
  background: var(--main-color);
  color: #fff;
}

.filterComboRes_body {
  height: calc(100% - 101px);
  overflow-y: auto;
}

.filterComboRes__items {
  padding: 8px 15px;
}

.filterComboRes__items h3 {
  font: 14px SVN-PoppinsMedium;
  margin-bottom: 10px;
}

.filterComboRes__items:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.comboBox__btn {
  padding-top: 10px;
}

.comboBox__btn a {
  display: block;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: SVN-PoppinsSemiBold;
  text-align: center;
  padding: 8px 0;
}

.comboDetail_name {
  margin-bottom: 20px;
  max-width: 65%;
}

.comboDetail_name ul {
  display: flex;
  align-items: baseline;
  margin: 0 -5px 10px -5px;
  padding: 0;
  list-style: none;
}

.comboDetail_name ul li {
  padding: 0 5px;
}

.comboDetail_name ul li+li {
  border-left: 1px solid #eee;
}

.comboDetail_name h2 {
  color: #292929;
  font: 28px SVN-PoppinsBold;
}

.comboDetail_name button {
  background: transparent;
  white-space: nowrap;
}

.comboDetail_name p {
  color: #616161;
}

.comboDetail_name p i {
  color: var(--main-color);
}

@media screen and (max-width: 991px) {
  .comboDetail_name {
    margin-bottom: 10px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .comboDetail_name h2 {
    font-size: 18px;
  }

  .comboDetail_name ul {
    margin: 0;
    flex-direction: column;
  }

  .comboDetail_name ul li {
    padding: 0;
  }

  .comboDetail_name ul li+li {
    margin-top: 5px;
    border-left: 0;
  }

  .comboDetail_name ul li:nth-child(3) {
    display: none;
  }

  .comboDetail_name p {
    margin-top: 10px;
  }
}

.comboDetail_name_rate {
  white-space: nowrap;
}

.comboDetail_name_rate :not(i) {
  font-size: 12px;
}

.comboDetaiTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

@media screen and (max-width: 991px) {
  .comboDetail_price {
    display: none;
  }
}

.comboDetail_price_numb strong {
  font: 20px SVN-PoppinsSemiBold;
  color: #FA1E1E;
  margin-right: 10px;
}

.comboDetail_price_numb del {
  color: #9E9E9E;
  font-size: 16px;
}

.comboDetail_price_book {
  margin-left: 15px;
  position: relative;
}

.comboDetail_price_book>button {
  height: 44px;
  width: 150px;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: #fff;
  transition: 0.3s;
  border-radius: 5px;
}

.comboDetail_price_book>button:hover {
  background: #fff;
  color: var(--main-color);
}

.comboDetailTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comboDetailGallery_left {
  flex: 0 0 74.0458015267%;
  -ms-flex: 0 0 74.0458015267%;
  max-width: 74.0458015267%;
  padding: 0 5px;
}

@media screen and (max-width: 991px) {
  .comboDetailGallery_left {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.comboDetailGallery_right {
  flex: 0 0 25.9541984733%;
  -ms-flex: 0 0 25.9541984733%;
  max-width: 25.9541984733%;
  padding: 0 5px;
}

@media screen and (max-width: 991px) {
  .comboDetailGallery_right {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.detailComboSlickSub_items {
  padding: 5px 0;
}

@media screen and (max-width: 991px) {
  .detailComboSlickSub_items {
    padding: 0 5px;
  }
}

.detailComboSlickSub {
  margin: -5px 0;
}

@media screen and (max-width: 991px) {
  .detailComboSlickSub {
    margin: 0 -5px;
  }
}

.comboDetailExt {
  padding: 15px 0;
}

.comboDetailExt h2 {
  font: 24px SVN-PoppinsMedium;
  margin-bottom: 15px;
}

.comboDetailExt ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px
}

@media screen and (max-width: 991px) {
  .comboDetailExt h2 {
    font-size: 15px;
  }

  .comboDetailExt ul {
    gap: 5px
  }
}

.comboDetailContent {
  padding: 25px 0;
}

.comboDetailContent h2 {
  font: 24px SVN-PoppinsMedium;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .comboDetailContent h2 {
    font-size: 15px;
  }
}

.bookingCombo-block {
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.bookingCombo-block>h3 {
  font: 15px SVN-PoppinsSemiBold;
  margin-bottom: 15px;
  color: var(--main-color);
}

.bookingCombo-infocombo_image {
  flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  max-width: 100px;
}

.bookingCombo-infocombo_info {
  flex: 0 0 calc(100% - 100px);
  -ms-flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  padding-left: 15px;
}

.bookingCombo-infocombo_info h3 {
  font: 14px SVN-PoppinsMedium;
  margin-bottom: 5px;
}

.bookingCombo-infocombo_attr {
  margin-top: 10px;
}

.bookingCombo-infocombo__time,
.bookingCombo-infocombo__address {
  margin-bottom: 7px;
  font-size: 13px;
}

.bookingCombo-infocombo__time i,
.bookingCombo-infocombo__address i {
  color: var(--main-color);
}

.bookingCombo-infocombo__ext {
  margin-top: 15px;
}

.bookingCombo-infocombo__ext h3 {
  font: 14px SVN-PoppinsMedium;
  margin-bottom: 7px;
}

.bookingCombo-infocombo__ext ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px
}

.bookingCombo-infocombo__ext--items {
  font-size: 12px;
  padding: 3px 7px;
  background: #f5f5f5;
  border-radius: 5px;
}

.bookingCombo-infocombo__ext--items img {
  width: 24px;
  height: auto;
}

.bookingCombo-price table {
  width: 100%;
}

.bookingCombo-price table tr+tr {
  border-top: 1px solid #eee;
}

.bookingCombo-price table td {
  padding: 14px 0;
}

.bookingCombo-price table strong {
  font: 15px SVN-PoppinsSemiBold;
  color: #ec2d3f;
}

.bookingCombo-price table del {
  color: #666;
  font-size: 13px;
}

.bookingCombo-price table h4 {
  font-size: 13px;
}

.bookingCombo-price table h4 i {
  color: var(--main-color);
  margin-right: 4px;
}

.form-booking-combo label {
  font-family: SVN-PoppinsItalic;
}

.form-booking-combo input {
  padding-left: 35px;
}

.form-booking-combo .booking-combo-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.submit-booking-combo {
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  height: 35px;
  width: 150px;
  transition: 0.3s;
  border: 1px solid var(--main-color);
}

.submit-booking-combo:hover {
  color: var(--main-color);
  background: #fff;
}

.filterHouseDesktop_items {
  padding: 10px 0;
}

.filterHouseDesktop_items h3 {
  font: 16px SVN-PoppinsMedium;
  margin-bottom: 10px;
}

.filterHouseDesktop_items+.filterHouseDesktop_items {
  border-top: 1px solid #eee;
}

.filterHouseDesktop_items .custom-control-label {
  font-size: 13px;
}

.open_filterHouseRes {
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  position: fixed;
  left: 15px;
  top: 40%;
  z-index: 9;
  display: none;
}

@media screen and (max-width: 991px) {
  .open_filterHouseRes {
    display: block;
  }
}

.filterHouseRes {
  display: none;
  position: fixed;
  left: -100%;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 999;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: 0.7s;
}

@media screen and (max-width: 991px) {
  .filterHouseRes {
    display: block;
  }

  .filterHouseRes.active {
    left: 0;
  }
}

.filterHouseRes_head {
  background: var(--main-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
}

.filterHouseRes_head h3 {
  font: 14px SVN-PoppinsMedium;
}

.filterHouseRes_head .close_filterHouseRes {
  width: 25px;
  height: 25px;
  color: var(--main-color);
  background: #fff;
  border-radius: 50%;
}

.filterHouseRes_bottom {
  padding: 8px 15px;
  border-top: 1px solid var(--main-color);
}

.filterHouseRes_bottom button {
  border: 1px solid var(--main-color);
  font-family: SVN-PoppinsMedium;
  border-radius: 5px;
  height: 35px;
  width: 100%;
}

.filterHouseRes_bottom button.reset_filterHouseRes {
  background: #fff;
  color: var(--main-color);
}

.filterHouseRes_bottom button.submit_filterHouseRes {
  background: var(--main-color);
  color: #fff;
}

.filterHouseRes_body {
  height: calc(100% - 101px);
  overflow-y: auto;
}

.filterHouseRes__items {
  padding: 8px 15px;
}

.filterHouseRes__items h3 {
  font: 14px SVN-PoppinsMedium;
  margin-bottom: 10px;
}

.filterHouseRes__items:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.houseBox__btn {
  padding-top: 10px;
}

.houseBox__btn a {
  display: block;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: SVN-PoppinsSemiBold;
  text-align: center;
  padding: 8px 0;
}

.houseDetail_name {
  margin-bottom: 20px;
  max-width: 65%;
}

.houseDetail_name ul {
  display: flex;
  align-items: baseline;
  margin: 0 -5px 10px -5px;
  padding: 0;
  list-style: none;
}

.houseDetail_name ul li {
  padding: 0 5px;
}

.houseDetail_name ul li+li {
  border-left: 1px solid #eee;
}

.houseDetail_name h2 {
  color: #292929;
  font: 28px SVN-PoppinsBold;
}

.houseDetail_name button {
  background: transparent;
  white-space: nowrap;
}

.houseDetail_name p {
  color: #616161;
}

.houseDetail_name p i {
  color: var(--main-color);
}

@media screen and (max-width: 991px) {
  .houseDetail_name {
    margin-bottom: 10px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .houseDetail_name h2 {
    font-size: 18px;
  }

  .houseDetail_name ul {
    margin: 0;
    flex-direction: column;
  }

  .houseDetail_name ul li {
    padding: 0;
  }

  .houseDetail_name ul li+li {
    margin-top: 5px;
    border-left: 0;
  }

  .houseDetail_name ul li:nth-child(3) {
    display: none;
  }

  .houseDetail_name p {
    margin-top: 10px;
  }
}

.houseDetail_name_rate {
  white-space: nowrap;
}

.houseDetail_name_rate :not(i) {
  font-size: 12px;
}

.houseDetaiTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

@media screen and (max-width: 991px) {
  .houseDetail_price {
    display: none;
  }
}

.houseDetail_price_numb strong {
  font: 20px SVN-PoppinsSemiBold;
  color: #FA1E1E;
  margin-right: 10px;
}

.houseDetail_price_numb del {
  color: #9E9E9E;
  font-size: 16px;
}

.houseDetail_price_book {
  margin-left: 15px;
  position: relative;
}

.houseDetail_price_book button {
  height: 44px;
  width: 150px;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: #fff;
  transition: 0.3s;
  border-radius: 5px;
}

.houseDetail_price_book button:hover {
  background: #fff;
  color: var(--main-color);
}

.houseDetailTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.houseDetailGallery_left {
  flex: 0 0 74.0458015267%;
  -ms-flex: 0 0 74.0458015267%;
  max-width: 74.0458015267%;
  padding: 0 5px;
}

@media screen and (max-width: 991px) {
  .houseDetailGallery_left {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.houseDetailGallery_right {
  flex: 0 0 25.9541984733%;
  -ms-flex: 0 0 25.9541984733%;
  max-width: 25.9541984733%;
  padding: 0 5px;
}

@media screen and (max-width: 991px) {
  .houseDetailGallery_right {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.detailHouseSlickSub_items {
  padding: 5px 0;
}

@media screen and (max-width: 991px) {
  .detailHouseSlickSub_items {
    padding: 0 5px;
  }
}

.detailHouseSlickSub {
  margin: -5px 0;
}

@media screen and (max-width: 991px) {
  .detailHouseSlickSub {
    margin: 0 -5px;
  }
}

.houseDetailExt {
  padding: 15px 0;
}

.houseDetailExt h2 {
  font: 24px SVN-PoppinsMedium;
  margin-bottom: 15px;
}

.houseDetailExt ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px
}


@media screen and (max-width: 991px) {
  .houseDetailExt h2 {
    font-size: 15px;
  }

  .houseDetailExt ul {
    gap: 5px
  }
}

.houseDetailContent {
  padding: 25px 0;
}

.houseDetailContent h2 {
  font: 24px SVN-PoppinsMedium;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .houseDetailContent h2 {
    font-size: 15px;
  }
}

.wrapbookHouse {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  background: #fff;
  z-index: 99;
  width: 600px;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
}

.wrapbookHouse .submit-booking-house {
  border-radius: 5px;
  background: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
  height: 35px;
  width: 100px;
  transition: 0.3s;
}

.wrapbookHouse .submit-booking-house:hover {
  background: #fff;
  color: var(--main-color);
}

#wrapHouseDay_append .date-picker-wrapper.no-topbar,
#wrapHouseDay_append .date-picker-wrapper.no-shortcuts,
#wrapHouseResDay_append .date-picker-wrapper.no-topbar,
#wrapHouseResDay_append .date-picker-wrapper.no-shortcuts {
  padding: 0;
}

#wrapHouseDay_append .date-picker-wrapper.inline-wrapper,
#wrapHouseResDay_append .date-picker-wrapper.inline-wrapper {
  display: block;
}

#wrapHouseDay_append .date-picker-wrapper,
#wrapHouseResDay_append .date-picker-wrapper {
  border: none;
  background: transparent;
  padding: 0;
  color: #000;
  font-family: SVN-Poppins;
}

#wrapHouseDay_append .date-picker-wrapper .month-wrapper,
#wrapHouseResDay_append .date-picker-wrapper .month-wrapper {
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}

#wrapHouseDay_append .month-wrapper,
#wrapHouseResDay_append .month-wrapper {
  width: 100% !important;
}

#wrapHouseDay_append .date-picker-wrapper .month-wrapper table {
  width: calc((100% - 20px) / 2);
}

@media screen and (max-width:991px) {
  #wrapHouseResDay_append .date-picker-wrapper .month-wrapper table {
    width: 100%;
  }
}

#wrapHouseDay_append .date-picker-wrapper .month-wrapper table.month2 {
  margin-left: 20px;
}

@media screen and (max-width:991px) {
  #wrapHouseResDay_append .date-picker-wrapper .month-wrapper table.month2 {
    display: none;
  }
}

#wrapHouseDay_append .month-name,
#wrapHouseDay_append th,
#wrapHouseResDay_append .month-name,
#wrapHouseResDay_append th {
  font-family: SVN-PoppinsBold;
}

#wrapHouseDay_append .date-picker-wrapper table .caption .next,
#wrapHouseDay_append .date-picker-wrapper table .caption .prev,
#wrapHouseResDay_append .date-picker-wrapper table .caption .next,
#wrapHouseResDay_append .date-picker-wrapper table .caption .prev {
  border-radius: 50%;
}

#wrapHouseDay_append .date-picker-wrapper table .caption .next:hover,
#wrapHouseDay_append .date-picker-wrapper table .caption .prev:hover,
#wrapHouseResDay_append .date-picker-wrapper table .caption .next:hover,
#wrapHouseResDay_append .date-picker-wrapper table .caption .prev:hover {
  background: var(--main-color);
}

#wrapHouseDay_append .date-picker-wrapper .first-date-selected,
#wrapHouseDay_append .date-picker-wrapper .last-date-selected,
#wrapHouseResDay_append .date-picker-wrapper .first-date-selected,
#wrapHouseResDay_append .date-picker-wrapper .last-date-selected {
  background-color: var(--main-color) !important;
}

#wrapHouseDay_append .date-picker-wrapper .month-wrapper table .day.toMonth.hovering,
#wrapHouseResDay_append .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: rgba(216, 47, 139, 0.3);
}

#wrapHouseDay_append .date-picker-wrapper .month-wrapper table .day.checked,
#wrapHouseResDay_append .date-picker-wrapper .month-wrapper table .day.checked {
  background-color: rgba(216, 47, 139, 0.3);
}

#wrapHouseDay_append .date-picker-wrapper .gap .gap-line .gap-1,
#wrapHouseResDay_append .date-picker-wrapper .gap .gap-line .gap-1 {
  border-top-color: rgba(216, 47, 139, 0.2);
  border-bottom-color: rgba(216, 47, 139, 0.2);
}

#wrapHouseDay_append .date-picker-wrapper .gap,
#wrapHouseResDay_append .date-picker-wrapper .gap {
  display: none;
}

.wrapbookHouse-res {
  display: none;
}

@media screen and (max-width:991px) {
  .wrapbookHouse-res {
    position: fixed;
    bottom: 61px;
    background: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 15px;
  }
}

.wrapbookHouse-res .submit-booking-house-res {
  border-radius: 5px;
  background: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
  height: 35px;
  width: 100px;
  transition: 0.3s;
}

.bookingHouse-block {
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.bookingHouse-block>h3 {
  font: 15px SVN-PoppinsSemiBold;
  margin-bottom: 15px;
  color: var(--main-color);
}

.bookingHouse-infohouse_image {
  flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  max-width: 100px;
}

.bookingHouse-infohouse_info {
  flex: 0 0 calc(100% - 100px);
  -ms-flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  padding-left: 15px;
}

.bookingHouse-infohouse_info h3 {
  font: 14px SVN-PoppinsMedium;
  margin-bottom: 5px;
}

.bookingHouse-infohouse_attr {
  margin-top: 10px;
}

.bookingHouse-infohouse__time,
.bookingHouse-infohouse_address {
  margin-bottom: 7px;
  font-size: 13px;
}

.bookingHouse-infohouse__time i,
.bookingHouse-infohouse_address i {
  color: var(--main-color);
}

.bookingHouse-infohouse_address {
  font-size: 13px;
}

.bookingHouse-infohouse__ext {
  margin-top: 15px;
}

.bookingHouse-infohouse__ext h3 {
  font: 14px SVN-PoppinsMedium;
  margin-bottom: 7px;
}

.bookingHouse-infohouse__ext ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px
}

.bookingHouse-infohouse__ext--items {
  font-size: 12px;
  padding: 3px 7px;
  background: #f5f5f5;
  border-radius: 5px;
}

.bookingHouse-infohouse__ext--items img {
  width: 24px;
  height: auto;
}

.bookingHouse-price table {
  width: 100%;
}

.bookingHouse-price table tr+tr {
  border-top: 1px solid #eee;
}

.bookingHouse-price table td {
  padding: 14px 0;
}

.bookingHouse-price table strong {
  font: 15px SVN-PoppinsSemiBold;
  color: #ec2d3f;
}

.bookingHouse-price table del {
  color: #666;
  font-size: 13px;
}

.bookingHouse-price table h4 {
  font-size: 13px;
}

.bookingHouse-price table h4 i {
  color: var(--main-color);
  margin-right: 4px;
}

.form-booking-house label {
  font-family: SVN-PoppinsItalic;
}

.form-booking-house input {
  padding-left: 35px;
}

.form-booking-house .booking-house-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.submit-booking-house {
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  height: 35px;
  width: 150px;
  transition: 0.3s;
  border: 1px solid var(--main-color);
}

.submit-booking-house:hover {
  color: var(--main-color);
  background: #fff;
}

.hotelByCity-category {
  padding: 30px 0;
}

@media screen and (max-width: 1200px) {
  .hotelByCity-category {
    display: none;
  }
}

.hotelByCity-category_element__head .header-container {
  text-align: left;
}

.hotelByCity-category_element__head .header-container h2 {
  font-size: 28px;
}

.hotelByCity-category_element__head a {
  background: var(--main-color);
  color: #fff;
  font-family: SVN-PoppinsMedium;
  line-height: 28px;
  border-radius: 14px;
  padding: 0 15px;
  border: 1px solid var(--main-color);
  transition: 0.3s;
}

.hotelByCity-category_element__head a:hover {
  background: #fff;
  color: var(--main-color);
}

.hotelByCity-category_around {
  position: relative;
  height: 705px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.hotelByCity-category--items {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  transition: 0.3s;
}

.hotelByCity-category--items:hover {
  box-shadow: 0 4px 8px rgba(216, 47, 139, 0.4);
}

.hotelByCity-category--items.black-white {
  filter: grayscale(1);
}

.hotelByCity-category--items h3 {
  color: #fff;
  font: 16px SVN-PoppinsSemiBold;
  position: absolute;
  text-align: center;
  left: 15%;
  right: 15%;
  bottom: 15%;
}

.hotelByCity-category--items.hotelByCity-category--items-0 {
  top: 186px;
  left: 0;
  width: 310px;
  height: 310px;
}

.hotelByCity-category--items.hotelByCity-category--items-1 {
  top: 49px;
  left: 280px;
  width: 160px;
  height: 160px;
}

.hotelByCity-category--items.hotelByCity-category--items-2 {
  top: 218px;
  left: 332px;
  width: 220px;
  height: 220px;
}

.hotelByCity-category--items.hotelByCity-category--items-3 {
  top: 495px;
  left: 160px;
  width: 200px;
  height: 200px;
}

.hotelByCity-category--items.hotelByCity-category--items-4 {
  top: 70px;
  left: 555px;
  width: 310px;
  height: 310px;
}

.hotelByCity-category--items.hotelByCity-category--items-5 {
  top: 395px;
  left: 650px;
  width: 172px;
  height: 172px;
}

.hotelByCity-category--items.hotelByCity-category--items-6 {
  top: 454px;
  left: 382px;
  width: 235px;
  height: 235px;
}

.hotelByCity-category--items.hotelByCity-category--items-7 {
  top: 0;
  left: 866px;
  width: 251px;
  height: 251px;
}

.hotelByCity-category--items.hotelByCity-category--items-8 {
  top: 272px;
  left: 875px;
  width: 160px;
  height: 160px;
}

.hotelByCity-category--items.hotelByCity-category--items-9 {
  top: 137px;
  left: 1115px;
  width: 172px;
  height: 172px;
}

.hotelByCity-category--items.hotelByCity-category--items-10 {
  top: 315px;
  left: 1035px;
  width: 264px;
  height: 264px;
}

.hotelByCity-category--items.hotelByCity-category--items-11 {
  top: 454px;
  left: 835px;
  width: 184px;
  height: 184px;
}

.topsale-category {
  padding: 30px 0;
}

.topsale-category_element__head .header-container {
  text-align: left;
}

.topsale-category_element__head .header-container h2 {
  font-size: 28px;
}

.topsale-category_element__head a {
  background: var(--main-color);
  color: #fff;
  font-family: SVN-PoppinsMedium;
  line-height: 28px;
  border-radius: 14px;
  padding: 0 15px;
  border: 1px solid var(--main-color);
  transition: 0.3s;
}

.topsale-category_element__head a:hover {
  background: #fff;
  color: var(--main-color);
}

@media screen and (max-width: 767px) {
  .topsale-category_element__head a {
    display: none;
  }

  .topsale-category_element__head .header-container {
    text-align: center;
  }

  .topsale-category_element__head .header-container h2 {
    font-size: 20px;
  }
}

.topsaleBox {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.topsaleBox p {
  position: absolute;
  color: #fff;
  font: 18px SVN-PoppinsSemiBold;
  left: 10px;
  bottom: 10px;
  right: 0;
  transition: 0.3s;
}

.topsaleBox:hover p {
  color: var(--main-color);
}

@media screen and (max-width: 991px) {
  .topsaleBox p {
    font-size: inherit;
  }
}

.row-topsale {
  margin: 0 -10px;
}

@media screen and (max-width: 991px) {
  .row-topsale {
    margin: 0 -5px;
  }
}

.col-topsale {
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .col-topsale {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

.filter-category-list {
  background: #fff;
  border-radius: 5px;
  padding: 6px 16px;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  transition: 0.3s;
  white-space: nowrap;
  margin-right: 10px;
}

.filter-category-list:hover {
  color: #fff;
  background: var(--main-color);
}

.categorylist-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.categorylist-head ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 50%;
  gap: 10px;
}


.categorylist-head ul li a {
  display: block;
  border: 1px solid #666;
  color: #666;
  padding: 6px 12px;
  border-radius: 20px;
}

.categorylist-head ul li:hover a {
  border-color: #333;
  color: #333;
}

.categorylist-head ul li.active a {
  border-color: var(--main-color);
  background: var(--main-color);
  color: #fff;
}

.list-cate-hotel {
  background: #FFF5F9;
  padding: 30px 0;
}

.list-deal-cate-hotel {
  padding: 30px 0;
}

.group-cate-city-hotel {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px 20px -3px;
  padding: 0;
  list-style: none;
  gap: 8px;
}


.group-cate-city-hotel li p {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  font-family: SVN-PoppinsMedium;
  transition: 0.3s;
  line-height: 30px;
  padding: 0 15px;
  cursor: pointer;
  border-radius: 20px;
}

.group-cate-city-hotel li.active p {
  background: var(--main-color);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .group-cate-city-hotel li p {
    padding: 0 10px;
    line-height: 28px;
  }
}

.cateHotel {
  position: relative;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.cateHotel button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background: transparent;
  color: #fff;
}

.cateHotel:hover {
  transform: translateY(-5px);
  background: var(--main-color);
  color: #fff;
}

.cateHotel:hover .cateHotel__price del,
.cateHotel:hover .cateHotel__price strong {
  color: #fff;
}

.cateHotel_info {
  padding: 15px;
}

.cateHotel_info .cateHotel__name {
  font: 16px SVN-PoppinsSemiBold;
}

.cateHotel_info .cateHotel__name a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  .cateHotel_info .cateHotel__name {
    font-size: 15px;
  }
}

.cateHotel__rate {
  display: flex;
  align-items: baseline;
  font-size: 12px;
}

.cateHotel__rate i {
  font-size: 13px;
}

.cateHotel__name,
.cateHotel__rate,
.cateHotel__address {
  margin-bottom: 5px;
}

.cateHotel__price {
  text-align: right;
}

.cateHotel__price strong,
.cateHotel__price del {
  display: block;
}

.cateHotel__price del {
  font-size: 16px;
  color: #9E9E9E;
}

.cateHotel__price strong {
  color: #F92F2F;
  font: 20px SVN-PoppinsMedium;
}

@media screen and (max-width: 767px) {
  .cateHotel__price del {
    font-size: 13px;
  }

  .cateHotel__price strong {
    font-size: 16px;
  }
}

.cateHote_discount {
  width: 60px;
  height: 60px;
  background: url(../images/bg-cate-discount.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.cateHote_discount span {
  color: #fff;
  font: 22px UTMCafeta;
  display: inline-block;
  margin-top: 4px;
  margin-left: 6px;
}

.list-cate-popular-hotel {
  background: #FFF0F6;
  padding: 30px 0;
}

.group-city-popular-cate {
  display: flex;
  align-items: baseline;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  max-width: 420px;
}

.group-city-popular-cate li p {
  white-space: nowrap;
  padding: 5px 0;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

.group-city-popular-cate li+li {
  margin-left: 10px;
}

.group-city-popular-cate li.active p {
  color: var(--main-color);
  border-bottom-color: var(--main-color);
}

@media screen and (max-width: 991px) {
  .group-city-popular-cate {
    flex: 0 0 calc(100% - 115px);
    -ms-flex: 0 0 calc(100% - 115px);
    max-width: calc(100% - 115px);
  }
}

.list-cate-popular-hotel_head {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .list-cate-popular-hotel_head {
    flex-wrap: wrap;
  }

  .list-cate-popular-hotel_head .list-cate-popular-hotel_head_left {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }

  .list-cate-popular-hotel_head .list-cate-popular-hotel_head_right {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.list-cate-popular-hotel_head_right {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.list-cate-popular-hotel_head_right a {
  background: var(--main-color);
  color: #fff;
  font-family: SVN-PoppinsMedium;
  line-height: 28px;
  border-radius: 14px;
  padding: 0 15px;
  border: 1px solid var(--main-color);
  transition: 0.3s;
  white-space: nowrap;
  display: block;
}

.list-cate-popular-hotel_head_right a:hover {
  background: #fff;
  color: var(--main-color);
}

.list-cate-popular-hotel_body_left {
  flex: 0 0 37.6923076923%;
  -ms-flex: 0 0 37.6923076923%;
  max-width: 37.6923076923%;
}



.list-cate-popular-hotel_body_right {
  flex: 0 0 60.7692307692%;
  -ms-flex: 0 0 60.7692307692%;
  max-width: 60.7692307692%;
}

@media screen and (max-width:991px) {
  .list-cate-popular-hotel_body_left {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }

  .list-cate-popular-hotel_body_right {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.shortby-cate-hotel-popular {
  padding: 7px 15px;
  background: linear-gradient(to right, #EF3F6C 0%, #D02F6E 16%, #AB1C71 72%, #9F1672 100%);
  border-radius: 5px 5px 0 0;
}

.shortby-cate-hotel-popular button {
  background: var(--main-color);
  color: #fff;
  width: 100%;
  height: 35px;
  border-radius: 5px;
}

.sale-category {
  padding: 30px 0;
  background: #FFF0F6;
}

.sale-category__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .sale-category__head {
    flex-wrap: wrap;
  }

  .sale-category__head .sale-time-label {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .sale-category__head .sale-time-group {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.sale-time-slick_items {
  padding: 0 5px;
}

.sale-time-slick {
  margin: 0 -5px;
}

.sale-time-group {
  flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  max-width: 300px;
}

.saleTime {
  border-radius: 5px;
  background: #FFE5EB;
  color: var(--main-color);
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  transition: 0.3s;
}

.saleTime p {
  font: 15px SVN-PoppinsBold;
}

.saleTime span {
  font-size: 12px;
}

.saleTime.active {
  background: var(--main-color);
  color: #fff;
}

.cate-coutdown-sale {
  color: var(--main-color);
}

.cate-coutdown-sale span {
  line-height: 26px;
  display: inline-block;
}

.cate-coutdown-sale .time_sale {
  background: var(--main-color);
  color: #fff;
  font-family: SVN-PoppinsBold;
  width: 26px;
  border-radius: 4px;
  text-align: center;
}

.sale-product-cate_items {
  padding: 5px 7px;
}

.sale-product-cate {
  margin: 0 -7px;
}

.favor-hotel {
  padding: 40px 0;
}

@media screen and (max-width: 991px) {
  .favor-hotel {
    padding: 20px;
  }
}

.favor-hotel__head {
  margin-bottom: 20px;
}

.favor-hotel__head .header-container {
  text-align: left;
  margin-bottom: 0;
}

.favor-hotel__head a {
  background: var(--main-color);
  color: #fff;
  font-family: SVN-PoppinsMedium;
  line-height: 28px;
  border-radius: 14px;
  padding: 0 15px;
  border: 1px solid var(--main-color);
  transition: 0.3s;
}

.favor-hotel__head a:hover {
  background: #fff;
  color: var(--main-color);
}

@media screen and (max-width: 767px) {
  .favor-hotel__head a {
    display: none;
  }
}

.favor-hotel-slick_items {
  padding: 0 10px;
}

.favor-hotel-slick_items h3 {
  font: 16px SVN-PoppinsSemiBold;
  margin: 5px 0;
}

.favor-hotel-slick_items p {
  color: #6B6B6B;
}

.favor-hotel-slick {
  margin: 0 -10px;
}

.favor-hotel-nav {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--main-color);
  top: calc(50% - 15px);
  line-height: 28px;
  text-align: center;
  color: var(--main-color);
  z-index: 2;
  cursor: pointer;
  transition: 0.3s;
}

.favor-hotel-nav.prev {
  left: -30px;
}

.favor-hotel-nav.next {
  right: -30px;
}

.favor-hotel-nav:hover {
  background: var(--main-color);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .favor-hotel-nav {
    background: var(--main-color);
    color: #fff;
  }

  .favor-hotel-nav.prev {
    left: 10px;
  }

  .favor-hotel-nav.next {
    right: 10px;
  }
}

.luxury-hotel {
  padding: 40px 0;
  background: #FFF0F6;
}

.luxury-hotel .header-container {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .luxury-hotel {
    padding: 20px 0;
  }
}

.luxury-hotel-slick_items {
  padding: 10px;
}

.luxury-hotel-slick {
  margin: 0 -10px;
}

.luxury-hotelBox {
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(216, 47, 139, 0.2);
  transition: 0.3s;
}

.luxury-hotelBox:hover {
  background: var(--main-color);
  transform: translateY(-5px);
  color: #fff;
}

.luxury-hotelBox:hover .luxury-hotelBox_info h3,
.luxury-hotelBox:hover .luxury-hotelBox_info p,
.luxury-hotelBox:hover .luxury-hotelBox_info a {
  color: #fff;
}

.row-hotel {
  margin: 0 -7px;
}

.col-hotel {
  padding: 0 7px;
  margin-bottom: 14px;
}

.luxury-hotelBox_info {
  padding: 15px;
}

.luxury-hotelBox_info h3 {
  font: 16px SVN-PoppinsSemiBold;
}

.luxury-hotelBox_info p {
  color: #6B6B6B;
  margin: 10px 0;
}

.luxury-hotelBox_info .luxury-hotelBox__more {
  color: #D82F8B;
}

.luxury-hotelBox_info * {
  transition: 0.3s;
}

.list-hotel {
  padding: 40px 0;
}

.list-hotel .header-container {
  margin-bottom: 0;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .list-hotel {
    padding: 20px 0;
  }
}

.hotelBox {
  padding: 10px;
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 3px 6px rgba(51, 51, 51, 0.2);
}

.hotelBox:hover {
  background: var(--main-color);
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 3px 6px rgba(216, 47, 139, 0.2);
}

.hotelBox:hover .hotelBox__name button,
.hotelBox:hover .hotelBox__name a {
  color: #fff;
}

.hotelBox:hover .hotelBox__discount span {
  border-color: #fff;
  color: #fff;
}

.hotelBox:hover .hotelBox__price strong,
.hotelBox:hover .hotelBox__price del {
  color: #fff;
}

.hotelBox:hover .hotelBox__btn a {
  background: #fff;
  color: var(--main-color);
}

.hotelBox_info {
  padding-top: 10px;
  font-size: 12px;
}

.hotelBox__name {
  position: relative;
}

.hotelBox__name h3 {
  font: 16px SVN-PoppinsSemiBold;
  padding-right: 25px;
  line-height: 22px;
  height: 44px;
}

.hotelBox__name h3.text-split {
  -webkit-line-clamp: 2;
}

.hotelBox__name button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
}

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

.hotelBox__address i {
  color: #BDBDBD;
}

.hotelBox__address p {
  line-height: 21px;
  height: 42px;
}

.hotelBox__discount span {
  display: inline-block;
  color: var(--main-color);
  border-radius: 5px;
  border: 1px solid var(--main-color);
  padding: 3px 10px;
}

.hotelBox__name,
.hotelBox__rate,
.hotelBox__address,
.hotelBox__discount,
.hotelBox__line {
  padding: 3px 0;
}

.hotelBox__line {
  height: 1px;
  border-top: 1px solid #eee;
  margin: 5px 0;
}

.hotelBox__price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.hotelBox__price strong {
  color: #F92F2F;
  font: 16px SVN-PoppinsSemiBold;
  margin-right: 5px;
}

.hotelBox__price del {
  color: #9E9E9E;
}

.hotelBox__btn {
  padding-top: 10px;
}

.hotelBox__btn a {
  display: block;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: SVN-PoppinsSemiBold;
  text-align: center;
  padding: 8px 0;
}

.hotelDetail_name {
  margin-bottom: 20px;
  max-width: 65%;
}

.hotelDetail_name ul {
  display: flex;
  align-items: baseline;
  margin: 0 -5px 10px -5px;
  padding: 0;
  list-style: none;
}

.hotelDetail_name ul li {
  padding: 0 5px;
}

.hotelDetail_name ul li+li {
  border-left: 1px solid #eee;
}

.hotelDetail_name h2 {
  color: #292929;
  font: 28px SVN-PoppinsBold;
}

.hotelDetail_name button {
  background: transparent;
  white-space: nowrap;
}

.hotelDetail_name p {
  color: #616161;
}

.hotelDetail_name p i {
  color: var(--main-color);
}

@media screen and (max-width: 991px) {
  .hotelDetail_name {
    margin-bottom: 10px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hotelDetail_name h2 {
    font-size: 18px;
  }

  .hotelDetail_name ul {
    margin: 0;
    flex-direction: column;
  }

  .hotelDetail_name ul li {
    padding: 0;
  }

  .hotelDetail_name ul li+li {
    margin-top: 5px;
    border-left: 0;
  }

  .hotelDetail_name ul li:nth-child(3) {
    display: none;
  }

  .hotelDetail_name p {
    margin-top: 10px;
  }
}

.hotelDetail_name_rate {
  white-space: nowrap;
}

.hotelDetail_name_rate :not(i) {
  font-size: 12px;
}

.hotelDetaiTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

@media screen and (max-width: 991px) {
  .hotelDetail_price {
    display: none;
  }
}

.hotelDetail_price_numb strong {
  font: 20px SVN-PoppinsSemiBold;
  color: #FA1E1E;
  margin-right: 10px;
}

.hotelDetail_price_numb del {
  color: #9E9E9E;
  font-size: 16px;
}

.hotelDetail_price_book {
  margin-left: 15px;
}

.hotelDetail_price_book button {
  height: 44px;
  width: 150px;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: #fff;
  transition: 0.3s;
  border-radius: 5px;
}

.hotelDetail_price_book button:hover {
  background: #fff;
  color: var(--main-color);
}

.hotelDetailGallery {
  margin: 0 -5px;
  overflow: hidden;
}

.hotelDetailGallery_left {
  flex: 0 0 74.0458015267%;
  -ms-flex: 0 0 74.0458015267%;
  max-width: 74.0458015267%;
  padding: 0 5px;
}

@media screen and (max-width: 991px) {
  .hotelDetailGallery_left {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.hotelDetailGallery_right {
  flex: 0 0 25.9541984733%;
  -ms-flex: 0 0 25.9541984733%;
  max-width: 25.9541984733%;
  padding: 0 5px;
}

@media screen and (max-width: 991px) {
  .hotelDetailGallery_right {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.detailHotelSlickSub_items {
  padding: 5px 0;
}

@media screen and (max-width: 991px) {
  .detailHotelSlickSub_items {
    padding: 0 5px;
  }
}

.detailHotelSlickSub {
  margin: -5px 0;
}

@media screen and (max-width: 991px) {
  .detailHotelSlickSub {
    margin: 0 -5px;
  }
}

.bookMobile {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #eee;
  padding: 10px;
  display: none;
}

@media screen and (max-width: 991px) {
  .bookMobile {
    display: block;
  }
}

.bookMobile_favor {
  flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  max-width: 50px;
  text-align: center;
}

.bookMobile_favor button {
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.15);
  border-radius: 5px;
  background: #fff;
}

.bookMobile_book {
  flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  max-width: 150px;
  text-align: center;
}

.bookMobile_book button {
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  height: 40px;
  width: 130px;
}

.bookMobile_price {
  flex-grow: 1;
  text-align: center;
}

.bookMobile_price strong {
  font: 14px SVN-PoppinsSemiBold;
  color: #FA1E1E;
  margin-right: 10px;
}

.bookMobile_price del {
  color: #9E9E9E;
  font-size: 12px;
}

.hotelDetailTerms {
  padding: 15px 0;
}

.hotelDetailTerms h2 {
  font: 24px SVN-PoppinsMedium;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .hotelDetailTerms h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.hotelDetailTerms_items h3 {
  font: 16px SVN-PoppinsMedium;
  margin-bottom: 10px;
  transition: 0.3s;
}

.hotelDetailTerms_items p {
  color: #858585;
  transition: 0.3s;
}

.hotelDetailTerms_items:hover h3,
.hotelDetailTerms_items:hover p {
  color: var(--main-color);
}

@media screen and (max-width: 991px) {
  .hotelDetailTerms_items {
    margin-bottom: 7px;
  }

  .hotelDetailTerms_items h3 {
    font-size: 14px;
  }
}

.comment-statistic .card,
.comment-write .card {
  border-width: 0;
}

.comment-statistic .card-header,
.comment-write .card-header {
  background: #fff;
  padding-left: 0;
  padding-right: 0;
  font: 16px SVN-PoppinsSemiBold;
  color: var(--main-color);
}

.comment-statistic .card-body,
.comment-write .card-body {
  padding-left: 0;
  padding-right: 0;
}

.hotelDetailComment {
  padding: 15px 0;
}

.listItemsScroll {
  padding: 25px 0;
}

.listItemsScroll ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: baseline;
}

.listItemsScroll ul li {
  color: #9E9E9E;
  margin-bottom: -1px;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
  padding: 10px 0;
  cursor: pointer;
  font: 15px SVN-PoppinsMedium;
}

.listItemsScroll ul li.active {
  color: #333;
  border-bottom-color: var(--main-color);
}

.listItemsScroll ul li+li {
  margin-left: 15px;
}

@media screen and (max-width: 991px) {
  .listItemsScroll {
    display: none;
  }
}

.hotelDetailContent {
  padding: 25px 0;
}

.hotelDetailContent h2 {
  font: 24px SVN-PoppinsMedium;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .hotelDetailContent h2 {
    font-size: 15px;
  }
}

.hotelDetailExt {
  padding: 15px 0;
}

.hotelDetailExt h2 {
  font: 24px SVN-PoppinsMedium;
  margin-bottom: 15px;
}

.hotelDetailExt ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px
}

@media screen and (max-width: 991px) {
  .hotelDetailExt h2 {
    font-size: 15px;
  }

  .hotelDetailExt ul {
    gap: 5px
  }
}

.hotelDetailRoom {
  padding: 20px 0;
}

.hotelDetailRoom h2 {
  font: 24px SVN-PoppinsMedium;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .hotelDetailRoom h2 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.hotelDetailRoom_map {
  flex: 0 0 37.6923076923%;
  -ms-flex: 0 0 37.6923076923%;
  max-width: 37.6923076923%;
}

@media screen and (max-width: 991px) {
  .hotelDetailRoom_map {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.hotelDetailRoom_list {
  flex: 0 0 60.7692307692%;
  -ms-flex: 0 0 60.7692307692%;
  max-width: 60.7692307692%;
  height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}

.hotelDetailRoom_list::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.hotelDetailRoom_list::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.hotelDetailRoom_list::-webkit-scrollbar-track {
  background-color: var(--main-color);
}

.hotelDetailRoom_list::-webkit-scrollbar-track-piece {
  background-color: #fff;
}

.hotelDetailRoom_list::-webkit-scrollbar-thumb {
  height: 60px;
  background-color: var(--main-color);
}

.hotelDetailRoom_list::-webkit-scrollbar-corner {
  background-color: #fff;
}

.hotelDetailRoom_list::-webkit-resizer {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .hotelDetailRoom_list {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    max-height: 385px;
  }
}

.hotelDetailRoom__items {
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 7px;
  box-shadow: 0 3px 5px rgba(51, 51, 51, 0.15);
  display: flex;
  align-items: center;
  position: relative;
}

.hotelDetailRoom__items+.hotelDetailRoom__items {
  margin-top: 10px;
}

.hotelDetailRoom__items--image {
  border-radius: 5px;
  flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  max-width: 200px;
}

@media screen and (max-width: 991px) {
  .hotelDetailRoom__items--image {
    flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    max-width: 90px;
  }
}

.hotelDetailRoom__items--price {
  flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  max-width: 150px;
  padding-left: 10px;
  border-left: 1px solid #eee;
  text-align: center;
}

.hotelDetailRoom__items--price p,
.hotelDetailRoom__items--price strong,
.hotelDetailRoom__items--price del {
  display: block;
}

.hotelDetailRoom__items--price p {
  font-family: SVN-PoppinsSemiBold;
  margin-bottom: 5px;
}

.hotelDetailRoom__items--price strong {
  color: #F92F2F;
  font: 16px SVN-PoppinsSemiBold;
  margin-bottom: 5px;
}

.hotelDetailRoom__items--price del {
  color: #9E9E9E;
  margin-bottom: 5px;
}

.hotelDetailRoom__items--price button {
  background: var(--main-color);
  border-radius: 5px;
  color: #fff;
  border: 1px solid var(--main-color);
  font: 12px SVN-PoppinsSemiBold;
  transition: 0.3s;
  width: 115px;
  height: 35px;
}

.hotelDetailRoom__items--price button:hover {
  background: #fff;
  color: var(--main-color);
}

@media screen and (max-width: 991px) {
  .hotelDetailRoom__items--price {
    display: none;
  }
}

.hotelDetailRoom__items--info {
  flex: 0 0 calc(100% - 350px);
  -ms-flex: 0 0 calc(100% - 350px);
  max-width: calc(100% - 350px);
  padding: 0 10px;
}

.hotelDetailRoom__items--info h3 {
  position: relative;
  font: 16px SVN-PoppinsSemiBold;
  margin-bottom: 5px;
  padding-right: 30px;
}

.hotelDetailRoom__items--info h3 p.text-split {
  -webkit-line-clamp: 1;
}

.hotelDetailRoom__items--info h3 button {
  background: transparent;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.hotelDetailRoom__items--info p {
  margin-bottom: 5px;
}

.hotelDetailRoom__items--info p i {
  color: #BDBDBD;
}

@media screen and (max-width: 991px) {
  .hotelDetailRoom__items--info {
    flex: 0 0 calc(100% - 90px);
    -ms-flex: 0 0 calc(100% - 90px);
    max-width: calc(100% - 90px);
  }

  .hotelDetailRoom__items--info h3 {
    font-size: 14px;
    margin-bottom: 3px;
  }

  .hotelDetailRoom__items--info p {
    margin-bottom: 3px;
  }
}

.hotelDetailRoom__items__last span {
  display: inline-block;
  color: var(--main-color);
  border-radius: 5px;
  border: 1px solid var(--main-color);
  padding: 2px 7px;
  margin-right: 10px;
  font-size: 12px;
}

.hotelDetailRoom__items__last a {
  font-size: 13px;
  text-decoration: underline;
  transition: 0.3s;
  color: inherit;
}

@media screen and (max-width: 991px) {
  .hotelDetailRoom__items__last span {
    display: none;
  }

  .hotelDetailRoom__items__last a {
    font-size: 12px;
  }
}

.hotelDetailRoom__items__address {
  font-size: 13px;
  -webkit-line-clamp: 1;
}

@media screen and (max-width: 991px) {
  .hotelDetailRoom__items__address {
    display: none;
  }
}

.hotelDetailRoom__items__ext {
  display: flex;
  align-items: center;
  overflow-x: hidden;
  margin-bottom: 5px;
  position: relative;
}

.hotelDetailRoom__items__ext::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background: linear-gradient(to left, #fff, transparent);
}

.hotelDetailRoom__items__ext span {
  display: block;
  font-size: 12px;
  background: #F5F5F5;
  border-radius: 4px;
  padding: 3px 7px;
  white-space: nowrap;
  margin-right: 3px;
}

@media screen and (max-width: 991px) {
  .hotelDetailRoom__items__ext {
    display: none;
  }
}

.hotelDetailRoom__items__rate {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .hotelDetailRoom__items__rate {
    font-size: 11px;
    margin-bottom: 3px;
  }
}

#modal-detailRoom .modal-header {
  background: var(--main-color);
  border-bottom: 0;
}

#modal-detailRoom .modal-title {
  font: 15px SVN-PoppinsSemiBold;
  color: #fff;
}

#modal-detailRoom .modal-content {
  border: 0;
}

.detailRoomModal_info h3 {
  font: 17px SVN-PoppinsSemiBold;
  color: var(--main-color);
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .detailRoomModal_info {
    margin-top: 20px;
  }
}

.detailRoomModal__rate {
  margin-bottom: 5px;
}

.detailRoomModal__address {
  margin-bottom: 5px;
}

.detailRoomModal__ext {
  display: flex;
  flex-wrap: wrap;
}

.detailRoomModal__ext span {
  display: block;
  background: #F5F5F5;
  border-radius: 5px;
  padding: 5px 15px;
  white-space: nowrap;
  font-size: 13px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.detailRoomModal__ext span:hover {
  background: var(--main-color);
  color: #fff;
}

.detailRoomModal__price strong {
  font: 16px SVN-PoppinsSemiBold;
  color: #F92F2F;
}

.detailRoomModal__price del {
  font-size: 13px;
  color: #aaa;
  margin: 0 10px;
}

.detailRoomModal__price span {
  background: #ec2d3f;
  color: #fff;
  border-radius: 5px;
  line-height: 30px;
  font-size: 13px;
  padding: 0 10px;
}

.detailRoomModal__btn {
  margin-top: 10px;
}

.detailRoomModal__btn button {
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: SVN-PoppinsSemiBold;
}

.detailRoomModalMain {
  margin-bottom: 10px;
}

.detailRoomModalSub_nav .owl-prev,
.detailRoomModalSub_nav .owl-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 3;
  background: rgba(216, 47, 139, 0.7);
  color: #fff;
}

.detailRoomModalSub_nav .owl-prev.disabled,
.detailRoomModalSub_nav .owl-next.disabled {
  cursor: not-allowed;
}

.detailRoomModalSub_nav .owl-prev {
  left: 0;
}

.detailRoomModalSub_nav .owl-next {
  right: 0;
}

.comment-lists .card {
  border: 0;
  border-width: 0;
}

.comment-lists .card .card-header {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  font: 16px SVN-PoppinsSemiBold;
  color: var(--main-color);
}

.hotelButton {
  display: flex;
}

.hotelButton button {
  border: 1px solid var(--main-color);
  border-radius: 5px;
  color: var(--main-color);
  height: 40px;
  min-width: 120px;
  background: #fff;
  transition: 0.3s;
  margin-right: 10px;
}

.hotelButton button:hover {
  background: var(--main-color);
  color: #fff;
}

.hotelButton .select2-selection {
  height: 40px !important;
  border-color: var(--main-color) !important;
}

.hotelButton .select2-selection__rendered {
  line-height: 40px !important;
  padding-left: 0.75rem !important;
}

.hotelButton .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 37px;
}

.hotelButton .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--main-color) transparent transparent !important;
}

.hotelButton .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--main-color);
  min-width: 130px;
}

.hotelButton .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--main-color) !important;
  border-width: 0 4px 5px;
}

@media screen and (max-width: 767px) {
  .hotelButton button {
    height: 30px;
  }

  .hotelButton .select2-selection {
    height: 30px !important;
  }

  .hotelButton .select2-selection__rendered {
    line-height: 30px !important;
  }

  .hotelButton .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 27px;
  }
}

.submit-filterHotel,
.submit-cate-filterHotel {
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  border: 1px solid var(--main-color);
  color: #fff;
  height: 36px;
  transition: 0.3s;
  width: 120px;
}

.submit-filterHotel:hover,
.submit-cate-filterHotel:hover {
  background: #fff;
  color: var(--main-color);
}

.reset-filterHotel,
.reset-cate-filterHotel {
  background: #fff;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  border-radius: 5px;
  height: 36px;
  width: 120px;
  transition: 0.3s;
}

.reset-filterHotel:hover,
.reset-cate-filterHotel:hover {
  background: var(--main-color);
  color: #fff;
}

#filterHotelModal .modal-header {
  background: var(--main-color);
  color: #fff;
}

#filterHotelModal .modal-header .modal-title {
  font-size: 14px;
}

.filterHotel__items {
  padding: 10px 0;
}

.filterHotel__items h3 {
  font: 15px SVN-PoppinsMedium;
  margin-bottom: 5px;
}

.filterHotel__items .custom-control-label {
  font-size: 13px;
}

.section-main {
  margin-top: 15px;
  margin-bottom: 25px;
}

.title-main {
  margin-bottom: 0.75rem;
  text-align: center;
}

.title-main h2 {
  text-transform: uppercase;
  color: var(--main-color);
  font: 24px SVN-PoppinsBold;
}

.time-main {
  margin-bottom: 0.75rem;
  color: #999999;
}

.time-main i {
  vertical-align: top;
  margin: 3px 7px 0px 0px;
}

.time-main span {
  vertical-align: top;
  display: inline-block;
}

.header-container {
  text-align: center;
}

.header-container h2 {
  font: 32px SVN-PoppinsBold;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.header-container h2 strong {
  background: -webkit-linear-gradient(#EF3F6C 0%, #EB3D6C 2%, #D02F6E 16%, #BA2470 32%, #AB1C71 50%, #A21772 70%, #9F1672 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-container p {
  color: #9E9E9E;
}

@media screen and (max-width: 991px) {
  .header-container {
    margin-bottom: 15px !important;
  }

  .header-container h2 {
    font-size: 20px;
  }
}

/* Paging */
.pagination-cus .page-item {
  margin: 0 4px;
}

.pagination-cus .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-cus .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-cus .page-item.active .page-link {
  background: var(--main-color);
  color: white;
  border-color: var(--main-color);
}

.pagination-cus .page-item:not(:first-child) .page-link {
  margin-left: 0;
}

.pagination-cus .page-link {
  color: var(--main-color);
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 0;
}

.pagination-cus .page-link:hover {
  z-index: 2;
  color: white;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

/* Paging Ajax */
.pagination-ajax {
  text-align: center;
}

.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 3px 3px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: #666 !important;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #ffffff;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
  color: #ffffff !important;
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.pagination-ajax a.first {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.first::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-first.png);
}

.pagination-ajax a.last {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.last::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.prev::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.next::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-next.png);
}

/* Toc */
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background: rgba(128, 128, 128, 0.15);
}

.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
}

.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}

.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}

.box-readmore ul li a:hover {
  color: #767676;
}

.box-readmore ul li::before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}

.box-readmore ul li ul>li {
  margin: 0;
  margin-bottom: 8px;
}

.box-readmore ul li ul>li::before {
  content: counters(item, ".") " ";
}



.fb_dialog_content>iframe {
  right: -6px !important;
}


.backtop {
  right: 26px;
  bottom: 60px;
  top: auto !important;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  top: auto !important;
  height: 44px;
  width: 44px;
  background-color: var(--main-color);
  line-height: 36px;
  border-radius: 100%;
  font-size: 30px;
  transition: all 0.3s ease-out 0s;
  transform: translateY(-120px);
  opacity: 0;
  visibility: hidden;
  text-align: center;
  color: #fff !important;
  margin-bottom: 5px;
}

.backtop:hover {
  filter: brightness(1.3);
}

.backtop.show {
  z-index: 999;
  transition: transform 0.3s ease-out 0s;
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.zoomIn {
  -webkit-animation-name: customzoomIn;
  animation-name: customzoomIn;
}

@keyframes customzoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.swing-vertical {
  animation: top-image-bounce 2s infinite ease-in-out;
}

@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.vibration-icon {
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

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

.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes customfadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes customfadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes customfadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes customfadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes customfadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes customfadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.text-nhapnhay {
  animation: my 700ms infinite;
}

@keyframes my {
  0% {
    color: #ffc853;
  }

  50% {
    color: #f00;
  }

  100% {
    color: #ffc853;
  }
}

.rotate360 {
  animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

/* Blink */
.blink {
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.findBook {
  position: absolute;
  left: calc(50% - 100px);
  bottom: -22.5px;
  z-index: 1;
}

.findBook button {
  width: 200px;
  height: 45px;
  border-radius: 5px;
  background: var(--main-color);
  color: #fff;
  font: 15px SVN-PoppinsMedium
}

@media screen and (max-width:991px) {
  .findBook {
    position: static;
  }

  .findBook button {
    width: 100%;
    height: 35px;
    font-size: 14px;
  }
}

#googleMapDetailHotel {
  height: 460px;
}

.markerHotelDetail {
  display: flex;
  width: 290px;
  position: relative;
}

.markerHotelDetail_image {
  flex: 0 0 80px;
  max-width: 80px;
}

.markerHotelDetail_info {
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
  padding-left: 10px;
}

.markerHotelDetail_info h3 {
  font: 13px SVN-PoppinsBold;
  margin-bottom: 3px;
}

.markerHotelDetail_info h3.text-split {
  -webkit-line-clamp: 1;
}

.hotelDetailRoom_map_head {
  padding: 7px 15px;
  background: linear-gradient(to right, #EF3F6C 0%, #D02F6E 16%, #AB1C71 72%, #9F1672 100%);
  border-radius: 5px 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.hotelDetailRoom_map_head p {
  font: 15px SVN-PoppinsSemiBold;
}

.hotelDetailRoom_map_head a {
  background: var(--main-color);
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 3px 8px;
}

#googleMap {
  height: 515px;
}

.markerHotelDetail__price {
  margin-top: 3px;
  display: flex;
  align-items: baseline;
}

.markerHotelDetail__price strong,
.markerHotelDetail__price del {
  display: block;
}

.markerHotelDetail__price del {
  font-size: 12px;
  color: #666;
}

.markerHotelDetail__price strong {
  font: 13px SVN-PoppinsSemiBold;
  color: #FA1E1E;
}

.markerHotelDetail__price del+strong {
  margin-left: 4px;
}

.markerHotelDetail_discount {
  position: absolute;
  left: 5px;
  top: 5px;
  background: #F92F2F;
  color: #fff;
  border-radius: 4px;
  font-size: 10px;
  line-height: 18px;
  padding: 0 5px;
}


.markerHotelDetail__detail {
  margin-top: 3px;
}

.markerHotelDetail__detail a {
  color: #007bff;
  font-size: 11px;
}

.hotelMapItems {
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 7px;
  box-shadow: 0 3px 5px rgba(51, 51, 51, 0.15);
  display: flex;
  position: relative;
  background: #fff;
  margin-bottom: 10px;
}

.hotelMapItems_image {
  flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  max-width: 200px;
}

.hotelMapItems_image img {
  border-radius: 6px;
}

@media screen and (max-width: 991px) {
  .hotelMapItems_image {
    flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    max-width: 90px;
  }
}

.hotelMapItems_price {
  flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  max-width: 150px;
  padding-left: 10px;
  border-left: 1px solid #eee;
  text-align: center;
}

.hotelMapItems_price p,
.hotelMapItems_price strong,
.hotelMapItems_price del {
  display: block;
}

.hotelMapItems_price p {
  font-family: SVN-PoppinsSemiBold;
  margin-bottom: 5px;
}

.hotelMapItems_price strong {
  color: #F92F2F;
  font: 16px SVN-PoppinsSemiBold;
  margin-bottom: 5px;
}

.hotelMapItems_price del {
  color: #9E9E9E;
  margin-bottom: 5px;
}

.hotelMapItems_price a {
  background: var(--main-color);
  border-radius: 5px;
  color: #fff;
  border: 1px solid var(--main-color);
  font: 12px SVN-PoppinsSemiBold;
  transition: 0.3s;
  width: 115px;
  line-height: 35px;
  display: inline-block;
}

.hotelMapItems_price a:hover {
  background: #fff;
  color: var(--main-color);
}

@media screen and (max-width: 991px) {
  .hotelMapItems_price {
    display: none;
  }
}

.hotelMapItems_info {
  flex: 0 0 calc(100% - 350px);
  -ms-flex: 0 0 calc(100% - 350px);
  max-width: calc(100% - 350px);
  padding: 0 10px;
}

.hotelMapItems_info h3 {
  position: relative;
  font: 16px SVN-PoppinsSemiBold;
  margin-bottom: 5px;
  padding-right: 30px;
}

.hotelMapItems_info h3 p.text-split {
  -webkit-line-clamp: 1;
}

.hotelMapItems_info h3 button {
  background: transparent;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.hotelMapItems_info p {
  margin-bottom: 5px;
  font-size: 13px;
}

.hotelMapItems_info p i {
  color: #BDBDBD;
}

@media screen and (max-width: 991px) {
  .hotelMapItems_info {
    flex: 0 0 calc(100% - 90px);
    -ms-flex: 0 0 calc(100% - 90px);
    max-width: calc(100% - 90px);
  }

  .hotelMapItems_info h3 {
    font-size: 14px;
    margin-bottom: 3px;
  }

  .hotelMapItems_info p {
    margin-bottom: 3px;
  }
}

.hotelMapItems__last span {
  display: inline-block;
  color: var(--main-color);
  border-radius: 5px;
  border: 1px solid var(--main-color);
  padding: 2px 7px;
  margin-right: 10px;
  font-size: 12px;
}

.hotelMapItems__last a {
  font-size: 13px;
  text-decoration: underline;
  transition: 0.3s;
  color: inherit;
}

@media screen and (max-width: 991px) {
  .hotelMapItems__last span {
    display: none;
  }

  .hotelMapItems__last a {
    font-size: 12px;
  }
}

.hotelMapItems__address p.text-split {
  font-size: 13px;
  -webkit-line-clamp: 1;
}


.hotelMapItems__ext {
  display: flex;
  align-items: center;
  overflow-x: hidden;
  margin-bottom: 5px;
  position: relative;
}

.hotelMapItems__ext::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background: linear-gradient(to left, #fff, transparent);
}

.hotelMapItems__ext span {
  display: block;
  font-size: 12px;
  background: #F5F5F5;
  border-radius: 4px;
  padding: 3px 7px;
  white-space: nowrap;
  margin-right: 3px;
}

@media screen and (max-width: 991px) {
  .hotelMapItems__ext {
    display: none;
  }
}

.hotelMapItems__rate {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .hotelMapItems__rate {
    font-size: 11px;
    margin-bottom: 3px;
  }
}

.heighFixedMapHotel {
  height: 572px;
  overflow-y: auto;
}

.heighFixedMapHotel::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.heighFixedMapHotel::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.heighFixedMapHotel::-webkit-scrollbar-track {
  background-color: var(--main-color);
}

.heighFixedMapHotel::-webkit-scrollbar-track-piece {
  background-color: #FFF0F6;
}

.heighFixedMapHotel::-webkit-scrollbar-thumb {
  height: 60px;
  background-color: var(--main-color);
}

.heighFixedMapHotel::-webkit-scrollbar-corner {
  background-color: #FFF0F6;
}

.heighFixedMapHotel::-webkit-resizer {
  background-color: #FFF0F6;
}

.Maploader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.Maploader_loader {
  -webkit-animation: loader-turn 1s linear infinite;
  animation: loader-turn 1s linear infinite;
  padding: 1rem;
  max-width: 60px;
  width: 100%;
}

@-webkit-keyframes loader-turn {
  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(720deg);
  }
}

@keyframes loader-turn {
  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(720deg);
  }
}

.loader__value {
  -webkit-animation: loader-stroke 6s linear infinite;
  animation: loader-stroke 6s linear infinite;
  fill: none;
  stroke-dasharray: 63;
  stroke-dashoffset: 63;
  stroke-linecap: round;
  stroke-width: 4;
}

.loader__value:nth-child(1) {
  stroke: dodgerblue;
}

.loader__value:nth-child(2) {
  stroke: mediumspringgreen;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.loader__value:nth-child(3) {
  stroke: crimson;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.loader__value:nth-child(4) {
  stroke: peachpuff;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.loader__value:nth-child(5) {
  stroke: chocolate;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.loader__value:nth-child(6) {
  stroke: pink;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

@-webkit-keyframes loader-stroke {
  8.3333333333% {
    stroke-dashoffset: 0;
  }

  16.6666666667%,
  100% {
    stroke-dashoffset: 63;
  }
}

@keyframes loader-stroke {
  8.3333333333% {
    stroke-dashoffset: 0;
  }

  16.6666666667%,
  100% {
    stroke-dashoffset: 63;
  }
}

#wrap-current-hotel {
  position: relative;
}

.markerHotelDetail__rate {
  white-space: nowrap;
  font-size: 11px;
}

.wrap-favor {
  padding: 20px 0;
}

.wrap-favor_head>a {
  background: var(--main-color);
  color: #fff;
  font-family: SVN-PoppinsMedium;
  line-height: 28px;
  border-radius: 14px;
  padding: 0 15px;
  border: 1px solid var(--main-color);
  transition: 0.3s;
}

.wrap-favor_head>a:hover {
  background: #fff;
  color: var(--main-color);
}

.reset-cateList-filter,
.submit-cateList-filter {
  border-radius: 5px;
  border: 1px solid var(--main-color);
  height: 36px;
  transition: 0.3s;
  width: 120px;
}

.submit-cateList-filter {
  background: var(--main-color);
  color: #fff;
}

.reset-cateList-filter {
  background: #fff;
  color: var(--main-color);
}

#cateListFilter .modal-header {
  background: var(--main-color);
  color: #fff;
}

#cateListFilter .modal-title {
  font-size: 14px;
}

.cateListFilter__items {
  padding: 10px 0;
}

.cateListFilter__items h3 {
  font: 15px SVN-PoppinsMedium;
  margin-bottom: 5px;
}

.cateListFilter__items .custom-control-label {
  font-size: 13px;
}

.option-filter-catelist .select2-selection {
  height: 35px !important;
  border-color: var(--main-color) !important;
}

.option-filter-catelist .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--main-color);
  min-width: 130px;
}

.option-filter-catelist .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}

.option-filter-catelist .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--main-color) transparent transparent !important;
}

.option-filter-catelist .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--main-color) !important;
  border-width: 0 4px 5px;
}

#mapCateList {
  height: 572px;
}

.categorylist-body_left {
  flex: 0 0 37.6923076923%;
  -ms-flex: 0 0 37.6923076923%;
  max-width: 37.6923076923%;
}

.categorylist-body_right {
  flex: 0 0 60.7692307692%;
  -ms-flex: 0 0 60.7692307692%;
  max-width: 60.7692307692%;
  position: relative;
}

@media screen and (max-width:991px) {
  .categorylist-head {
    flex-wrap: wrap;
  }

  .categorylist-head ul {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .option-filter-catelist {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: flex-end;
  }

  .categorylist-body_left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .categorylist-body_right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .option-filter-catelist .select2.select2-container.select2-container--default {
    width: 130px !important;
  }

  .option-filter-catelist .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 130px !important;
  }
}

#voucher-input {
  background-image: url(../images/shopping.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 16px 16px;
  padding-left: 35px;
}

.apply-voucher {
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  border: 1px solid var(--main-color);
  height: 35px;
  width: 100px;
}

#modal-selectTime .submit-book-hotel {
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  font-family: SVN-PoppinsMedium;
  padding: 8px 20px;
  border: 1px solid var(--main-color);
}

#modal-selectTime .reset-book-hotel {
  background: #fff;
  color: var(--main-color);
  border-radius: 5px;
  font-family: SVN-PoppinsMedium;
  padding: 8px 20px;
  border: 1px solid var(--main-color);
}

#modal-selectTime .modal-header {
  background: var(--main-color);
  color: #fff;
}

#modal-selectTime .modal-title {
  font: 15px SVN-PoppinsSemiBold
}

.wrapBookdate-hotel {
  position: absolute;
  left: 0;
  top: calc(100% + 15px);
  width: 500px;
  z-index: 3;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

#modal-selectTime .date-picker-wrapper.inline-wrapper {
  display: block;
  border: none;
  background: transparent;
  color: #333;
}

#modal-selectTime .date-picker-wrapper .month-wrapper {
  width: 100% !important;
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}

#modal-selectTime .date-picker-wrapper .month-wrapper table {
  width: calc((100% - 20px) / 2);
}

#modal-selectTime .date-picker-wrapper .month-wrapper table.month2 {
  margin-left: 20px;
}

#modal-selectTime .date-picker-wrapper .month-wrapper table {
  width: calc((100% - 20px) / 2);
}

#modal-selectTime .date-picker-wrapper .gap {
  display: none;
}

#modal-selectTime .month-name,
#modal-selectTime th {
  font-family: SVN-PoppinsBold;
}

.check-date-hotel {
  background: #fff;
}

.form-booking-hotel .booking-hotel-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.form-booking-hotel input {
  padding-left: 35px;
}

.form-booking-hotel label {
  font-family: SVN-PoppinsItalic;
}

.bookingHotel-block {
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.bookingHotel-block>h3 {
  font: 15px SVN-PoppinsSemiBold;
  margin-bottom: 15px;
  color: var(--main-color);
}

.submit-booking-hotel {
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  height: 35px;
  width: 150px;
  transition: 0.3s;
  border: 1px solid var(--main-color);
}

.bookingHotel-infohotel_image {
  flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  max-width: 100px;
}

.bookingHotel-infohotel_info {
  flex: 0 0 calc(100% - 100px);
  -ms-flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  padding-left: 15px;
}

.bookingHotel-infohotel_info h3 {
  font: 14px SVN-PoppinsMedium;
  margin-bottom: 5px;
}

.bookingHotel-infohotel_attr {
  margin-top: 10px;
}

.bookingHotel-infohotel_adddress {
  margin-bottom: 7px;
  font-size: 13px;
}

.bookingHotel-infohotel_adddress i {
  color: var(--main-color);
}

.bookingHotel-infohotel__ext {
  margin-top: 15px;
}

.bookingHotel-infohotel__ext h3 {
  font: 14px SVN-PoppinsMedium;
  margin-bottom: 7px;
}

.bookingHotel-infohotel__ext ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.bookingHotel-infohotel__ext--items {
  font-size: 12px;
  padding: 3px 7px;
  background: #f5f5f5;
  border-radius: 5px;
}

.bookingHotel-infohotel__ext--items img {
  width: 24px;
  height: auto;
}

.bookingHotel-price table {
  width: 100%;
}

.bookingHotel-price table tr+tr {
  border-top: 1px solid #eee;
}

.bookingHotel-price table td {
  padding: 14px 0;
}

.bookingHotel-price table strong {
  font: 15px SVN-PoppinsSemiBold;
  color: #ec2d3f;
}

.bookingHotel-price table del {
  color: #666;
  font-size: 13px;
}

.bookingHotel-price table h4 {
  font-size: 13px;
}

.bookingHotel-price table h4 i {
  color: var(--main-color);
  margin-right: 4px;
}

.infoHotelBooking_image {
  flex: 0 0 100px;
  max-width: 100px;
}

.infoHotelBooking_info {
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  padding-left: 15px;
  font-size: 13px;
}

.infoHotelBooking_info h3 {
  font: 15px SVN-PoppinsSemiBold;
}

.infoHotelBooking_attr label {
  font: 14px SVN-PoppinsSemiBold;
  margin-bottom: 3px;
}

#googleMapDetailHouse {
  width: 100%;
  height: 500px;
}

.houseDetailRoom_map_head {
  padding: 7px 15px;
  background: linear-gradient(to right, #EF3F6C 0%, #D02F6E 16%, #AB1C71 72%, #9F1672 100%);
  border-radius: 5px 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.houseDetailRoom_map_head p {
  font: 15px SVN-PoppinsSemiBold;
}

.houseDetailRoom_map_head a {
  background: var(--main-color);
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 3px 8px;
}

#mapRoute {
  height: 450px;
  width: 100%;
}

.excutePendingLoca {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000000000000000;
  background: rgba(0, 0, 0, 0.25);
}

.excutePendingLoca_inner {
  width: 470px;
  margin: 50px auto 0 auto;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  background: #fff;
}

.excutePendingLoca_inner img {
  width: 100%;
  height: 350px;
}

.searchHotel-btn {
  display: flex;
  align-items: center;
}

.searchHotel-btn button {
  border: 1px solid var(--main-color);
  border-radius: 5px;
  color: var(--main-color);
  height: 40px;
  min-width: 120px;
  background: #fff;
  transition: 0.3s;
  margin-right: 10px;
}

.searchHotel-btn button:hover {
  background: var(--main-color);
  color: #fff;
}

.searchHotel-btn .select2-selection {
  height: 40px !important;
  border-color: var(--main-color) !important;
}

.searchHotel-btn .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--main-color);
  min-width: 130px;
}

.searchHotel-btn .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 37px;
}

.searchHotel-btn .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--main-color) transparent transparent !important;
}

.searchHotel-btn .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--main-color) !important;
  border-width: 0 4px 5px;
}

#searchHotelModal .modal-header {
  background: var(--main-color);
  color: #fff;
}

#searchHotelModal .modal-title {
  font-size: 14px;
}

.searchHotel__items {
  padding: 10px 0;
}

.searchHotel__items h3 {
  font: 16px SVN-PoppinsMedium;
  margin-bottom: 10px;
}

.submit-searchHotel,
.reset-searchHotel {
  background: #fff;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  border-radius: 5px;
  height: 36px;
  width: 120px;
  transition: 0.3s;
}

.submit-searchHotel {
  background: var(--main-color);
  color: #fff;
}

.modal-content {
  border: none;
  border-radius: 10px;
}

.view-place-searchHotel {
  width: 100%;
  display: block;
  border-radius: 8px;
  background-image: url("../images/bg_krakow_light.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 280 / 100;
}

.view-place-searchHotel span {
  color: #1a202c;
  font: 16px SVN-PoppinsSemiBold;
  margin-top: 55px;
  display: inline-block;
}

.short-search-hotel {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.short-search-hotel li {
  font-family: SVN-PoppinsMedium;
  border-radius: 5px;
  line-height: 25px;
  background: #eee;
  cursor: pointer;
  padding: 3px 15px;
}

.short-search-hotel li.active {
  background: var(--main-color);
  color: #fff;
}

#googleMapSearch {
  width: 100%;
  height: 100%;
}

.close-viewsearchHotelModal {
  color: var(--main-color);
  border-radius: 5px;
  border: 1px solid var(--main-color);
  background: #fff;
  height: 35px;
  padding: 0 10px;
}

#viewsearchHotelModal .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  height: calc(100vh - 3.5rem);
}

#viewsearchHotelModal .heighFixedMapHotel {
  height: calc(100vh - 4.5rem - 110px);
}

#number-result {
  font-size: 13px;
  margin-bottom: 5px;
}

.price-tag-marker {
  background-color: #fff;
  font-size: 11px;
  line-height: 17px;
  padding: 3px 6px;
  border-radius: 8px;
  border: 0.5px solid var(--main-color);
  position: relative;
  color: #D82F8B;
  font-family: SVN-PoppinsSemiBold;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .06);
}

.price-tag-marker:hover,
.price-tag-marker:hover:focus,
.price-tag-marker.active {
  background: var(--main-color);
  color: #fff;
}

.hotelMapItemsModal {
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 7px;
  box-shadow: 0 3px 5px rgba(51, 51, 51, 0.15);
  position: relative;
  background: #fff;
  margin-bottom: 8px;
}

.hotelMapItemsModal_image {
  margin-bottom: 7px;
}

.hotelMapItemsModal_image img {
  border-radius: 6px;
}

.hotelMapItemsModal__rate {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 12px;
}

.hotelMapItemsModal_info p {
  margin-bottom: 5px;
  font-size: 13px;
}

.hotelMapItemsModal_info p i {
  color: #BDBDBD;
}

.hotelMapItemsModal__name {
  position: relative;
  padding-right: 40px;
}

.hotelMapItemsModal__name h3 {
  margin-bottom: 5px;
  font: 14px SVN-PoppinsSemiBold;
}

.hotelMapItemsModal__name h3.text-split {
  -webkit-line-clamp: 1;
}

.hotelMapItemsModal__name button {
  background: transparent;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

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

.hotelMapItemsModal__price strong,
.hotelMapItemsModal__price del,
.hotelMapItemsModal__price span {
  display: inline-block;
}

.hotelMapItemsModal__price strong {
  color: #F92F2F;
  font-size: 13px;
}

.hotelMapItemsModal__price del {
  color: #9E9E9E;
  font-size: 12px;
}

.hotelMapItemsModal__price strong+del {
  margin-left: 10px;
}

.hotelMapItemsModal__price span {
  margin-left: 10px;
  color: #fff;
  background: #F92F2F;
  line-height: 20px;
  padding: 0px 10px;
  border-radius: 4px;
  font-size: 12px;
}

.searchHotel_items+.searchHotel_items {
  border-top: 1px solid #eee;
}

.searchHotel_items {
  padding: 10px 0;
}

.searchHotel_items h3 {
  font: 15px SVN-PoppinsMedium;
  margin-bottom: 5px;
}

.searchHotel_items .custom-control-label {
  font-size: 13px;
}

.title-searchHotel {
  color: var(--main-color);
  font: 18px SVN-PoppinsSemiBold;
  margin-bottom: 15px;
}

.searchHotel-top {
  padding: 30px 0;
}

.searchHotel-top .wrapSearch {
  transform: translateY(0);
}

.option-search-res ul{
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.option-search-res ul li{
  width: 33.3333%;
  text-align: center;
}

@media screen and (max-width:991px) {
  .searchHotel-top {
    padding: 0;
  }
}

.toggle-more-view-items-search {
  font-size: 13px;
  margin-top: 5px;
  display: block;
  color: var(--info);
}

.toggle-more-view-items-search span {
  display: block
}

.plus-more-view {
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--main-color);
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.sub-more-view-items {
  padding: 0px 0 10px 25px;
}

.bg-blur-onpage {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.suggestFavor h3{
  font:15px SVN-PoppinsSemiBold;
  margin-bottom: 15px;
}

.suggestFavor h4{
  font:14px SVN-PoppinsMedium;
  margin-top: 5px;
}

.suggestItemList{
  display: flex;
  align-items: center;
  position: relative;
}

.suggestItemList_image{
  flex:0 0 60px;
  max-width: 60px;
  overflow: hidden;
  border-radius: 8px;
}

.suggestItemList_image span{
  display: block;
  width: 40px;
  height: 40px;
  background: #f1f3f5;
  text-align: center;
  border-radius: 8px;
}

.suggestItemList_image span svg{
  margin-top: 10px;
}

.suggestItemList_info{
  flex:0 0 calc(100%  - 60px);
  max-width: calc(100%  - 60px);
  padding-left: 10px;
}

.suggestItemList_info h3{
  font:14px SVN-PoppinsMedium;
  -webkit-line-clamp: 1;
}

.suggestItemList_info p {
  font-size: 13px;
}

.suggestList{
  margin: 0;
  padding: 0;
  list-style: none;
}

.suggestList li{
  padding: 5px;
  transition: .3s;
}

.suggestList li:hover{
  background: #f2f2f2;
}

.suggestScroll{
  height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
}

.suggestSearchBox {
  height: 320px;
  overflow: hidden;
}

.social-login {
  display: block;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}

.social-login.gg {
  border-color: #e54335;
  background: #e54335 url(../images/google-logo.png) left 7px center no-repeat;
  color: #fff;
  background-size: 30px;
  padding-left: 40px;
}

.social-login.fb {
  border-color: #008df2;
  background: #008df2 url(../images/facebook-white-icon.png) left 12px center no-repeat;
  color: #fff;
  background-size: 24px;
  padding-left: 45px;
}

@media screen and (min-width: 992px) {

  #viewsearchHotelModal .modal-lg,
  #viewsearchHotelModal .modal-xl {
    max-width: calc(100% - 37px);
    padding-left: 17px;
  }
}

@media screen and (max-width:991px) {
  .wrapBookdate-hotel {
    width: 100%;
  }

  #modal-selectTime .date-picker-wrapper .month-wrapper table {
    width: 100%;
  }
}

.mapRoute-mode {
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
}

.mapRoute-mode label{
  display: block;
  margin-bottom: 0;
  position: relative;
  height: 40px;
  background: #fff;
  width: 40px;
  padding: 5px;
  cursor: pointer;
  transition: .3s;
}

.mapRoute-mode label input{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.mapRoute-mode label+label{
  margin-left: 5px;
}

.mapRoute-reload {
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 145px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  background: #fff;
  width: 40px;
  cursor: pointer;
}

/*# sourceMappingURL=main.css.map */