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

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

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

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

/* Main */
:root {
  --main-color: #0185CF;
  --hover-color: #ebc900;
}

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

body::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}

body::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

body::-webkit-scrollbar-track {
  background-color: var(--hover-color);
}

body::-webkit-scrollbar-track-piece {
  background-color: #e7e7e7;
}

body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--hover-color);
}

body::-webkit-scrollbar-corner {
  background-color: #e7e7e7;
}

body::-webkit-resizer {
  background-color: #e7e7e7;
}

.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 {
  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;
}

.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: 99;
}

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

#fix {
  height: 50px;
}

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

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

.noti-user {
  margin-top: 7px;
}

.noti-item {
  font-size: 18px;
  color: var(--main-color);
  position: relative;
}

.noti-item i {
  display: block;
  width: 18px;
  height: 18px;
}

.noti-item .count-notify {
  display: block;
  position: absolute;
  background: #ec2d3f;
  color: #fff;
  font-size: 10px;
  top: -4px;
  right: -4px;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  border-radius: 50%;
}

.headerTop__lang a {
  font-family: Quicksand-Bold;
  display: inline-block;
  color: var(--main-color);
}

.headerTop__lang a.active {
  position: relative;
}

.headerTop__lang a.active::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -0.5px;
  height: 1px;
  background: var(--main-color);
}

.headerTop {
  border-bottom: 1px solid #e1e1e1;
  padding: 6px 0;
}

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

.headerCenter__whitelist {
  padding-left: 40px;
  background: url(../images/icon-yeu-thich.png) no-repeat left center;
}

.headerCenter__whitelist h5 {
  font: 14px Quicksand-Bold;
  color: #f07d00;
}

.headerCenter__whitelist span {
  color: #0185cf;
  font-weight: 700;
}

.headerCenter__account {
  padding-left: 40px;
  position: relative;
}

.headerCenter__account img {
  position: absolute;
  left: 0;
  top: calc(50% - 16px);
  display: block;
  border-radius: 50%;
}

.headerCenter__account h5 {
  font: 14px Quicksand-Bold;
  color: #008006;
}

.headerCenter__account h5 a:hover {
  color: #008006;
  text-decoration: underline;
}
.listindex{
  padding: 25px 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .15);

}

.itemlist{
  text-align: center;
  padding: 0 5px;
}
.listindex .itemlist h3{
  font-size: 17px;
  font-weight: bold;
  margin-top: 5px;
}
.listcty{width: 100%; display: inline-block; margin: 30px 0px;}
.wrap-itm{width: 25%; float: left; padding: 0px 10px;}
.itemds img{
  position: absolute;
  left: 10px;
  top: 25px;
}
.itemds{
  position: relative;
  padding: 10px;
  padding-left: 65px;
  background-color: #ea5599;
  color: #fff;
  border-radius: 5px;
  min-height: 84px;
}
.itemds.itm2{background-color: #0066b3;}
.itemds.itm3{background-color: #e28336;}
.itemds.itm4{background-color: #149abc;}
.itemds a:hover{color: #fff;}
.itemds h3{
  text-transform: uppercase;
  font-size: 18px;
}
.headerCenter__account ul {
  margin: 0;
  padding: 5px 15px;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
  will-change: transform;
  border-radius: 7px;
  list-style: none;
  z-index: 100;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background: #fff;
  position: absolute;
  left: 0;
  min-width: 230px;
  top: calc(100% + 10px);
}

.headerCenter__account ul.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
}

.headerCenter__account ul li {
  margin: 10px 0;
}

.headerCenter__account ul li a {
  display: block;
  transition: 0.3s;
  font-family: Quicksand-Medium;
}

.headerCenter__account ul li a i {
  color: var(--main-color) !important;
  width: 19px;
}

.headerCenter__account ul li a:hover {
  color: #f07d00;
  font-family: Quicksand-Bold;
}

.headerCenter__history {
  padding-left: 40px;
  background: url(../images/icon-cart.png) no-repeat left center;
  height: 39px;
}

.headerCenter__history h5 {
  font: 14px Quicksand-Bold;
  color: #ec0000;
  margin-top: 10px;
}

.headerCenter__history>span {
  background: var(--hover-color);
  display: block;
  position: absolute;
  top: 3px;
  left: 13px;
  font-size: 11px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}

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

.headerBottom {
  background: var(--main-color);
}

.menu ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu ul.primary-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu ul.primary-menu>li {
  text-align: center;
}

.menu ul.primary-menu>li>a {
  white-space: nowrap;
  font: 13px Quicksand-Medium !important;
  padding: 16px 0 !important;
  text-transform: uppercase;
  color: #fff !important;
}

.menu ul.primary-menu>li>a:hover,
.menu ul.primary-menu>li>a.active {
  color: var(--hover-color) !important;
}

@media screen and (max-width: 1250px) {
  .menu ul.primary-menu>li>a {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 1100px) {
  .menu ul.primary-menu>li>a {
    font-size: 11px !important;
  }
}

.menu ul li {
  position: relative;
  z-index: 1;
}

.menu ul li a {
  display: block;
  position: relative;
  font-size: 13px;
  color: var(--main-color);
  padding: 12px 12px 11px 12px;
  text-decoration: none !important;
}

.menu ul li a.has-child {
  padding-right: 16px;
  margin-right: 8px;
}

.menu ul li a.has-child::after {
  content: "";
  position: absolute;
  bottom: calc(50% - 2px);
  right: 5px;
  width: 5px;
  height: 5px;
  border: 1px solid #fafafa;
  border-top: 0px;
  border-left: 0px;
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
}

.menu ul li ul {
  position: absolute;
  min-width: 250px;
  margin-top: -5px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #fafafa;
  border-radius: 0.25rem;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.menu ul li:hover>ul {
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}

.menu ul li ul li {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.menu ul li ul li a {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #313131;
  border-bottom: 1px solid #ececec;
}

.menu ul li ul li:last-child>a {
  border-bottom: 0px;
}

.menu ul li ul li a.has-child {
  margin-right: 0px;
}

.menu ul li ul li a.has-child:after {
  border-color: #313131;
  transform: rotate(-45deg);
}

.menu ul li ul li a.active,
.menu ul li ul li:hover>a {
  color: var(--hover-color);
}

.menu ul li ul li:hover>a.has-child:after,
.menu ul li ul li a.active.has-child:after {
  border-color: var(--hover-color);
}

.menu ul li ul li a {
  padding: 10px 0px 9px 0px;
  text-transform: capitalize;
}

.menu ul li ul li ul {
  top: -0.75rem;
  left: 100%;
  margin-top: 0px;
}

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

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

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

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

#hamburger span {
  top: 10px;
}

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

.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);
}

.contact-mmobile {
  color: #000 !important;
}

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

.logo-res {
  width: 160px;
}

@media screen and (max-width: 576px) {
  .logo-res {
    width: 120px;
  }
}

.menu-m {
  padding: 5px 0;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

.close-form-search {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  outline: none;
  border: none;
  background: #f07d00;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}

.close-form-search.hidden {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 576px) {
  .close-form-search {
    top: 0;
    left: 0;
  }
}

.search-res {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}

.search-res a {
  color: var(--main-color);
  display: inline-block;
  font-size: 20px;
  transition: 0.4s;
}

.search-res a.hidden {
  opacity: 0;
  visibility: hidden;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .search-res {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
  }

  .search-res a {
    font-size: 17px;
  }
}

.header-icon-res {
  color: var(--main-color);
  font-size: 20px;
  position: relative;
}

.header-icon-res>i {
  display: block;
}

.header-icon-res>i:nth-child(2) {
  font-size: 14px;
  margin-left: 5px;
}

.header-icon-res>span {
  display: block;
  position: absolute;
  background: #ec2d3f;
  color: #fff;
  font-size: 10px;
  top: -5px;
  right: -10px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
}

.header-icon-res:not(.user-res) {
  margin-right: 23px;
}

.header-icon-res.user-res>span {
  right: 3px;
}

.header-icon-res.user-res ul {
  position: absolute;
  z-index: 99;
  right: 0;
  top: calc(100% + 10px);
  min-width: 170px;
  margin: 0;
  padding: 12px;
  border-radius: 8px;
  overflow: hidden;
  list-style: none;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: 0.4s;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.header-icon-res.user-res ul li+li {
  margin-top: 15px;
}

.header-icon-res.user-res ul li a {
  display: block;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}

.header-icon-res.user-res ul li a i {
  width: 19px;
}

.header-icon-res.user-res ul.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media screen and (max-width: 576px) {
  .header-icon-res {
    font-size: 15px;
  }
}

.search-wrap {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  padding: 12px 0;
  display: none;
}

.search-wrap .form-search {
  position: relative;
}

.search-wrap .form-search input {
  width: 100%;
  height: 35px;
  border-radius: 20px;
  outline: none;
  border: 1px solid #eee;
  padding: 0 45px 0 15px;
  font-size: 13px;
}

.search-wrap .form-search input::-moz-placeholder {
  color: #aaa;
  font-size: 13px;
}

.search-wrap .form-search input::placeholder {
  color: #aaa;
  font-size: 13px;
}

.search-wrap .form-search button {
  position: absolute;
  top: 2.5px;
  right: 3px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--main-color);
  color: #fff;
  font-size: 15px;
  outline: none;
}

.mm-panel::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}

.mm-panel::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.mm-panel::-webkit-scrollbar-track {
  background-color: var(--main-color);
}

.mm-panel::-webkit-scrollbar-track-piece {
  background-color: #e7e7e7;
}

.mm-panel::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: var(--main-color);
}

.mm-panel::-webkit-scrollbar-corner {
  background-color: #e7e7e7;
}

.mm-panel::-webkit-resizer {
  background-color: #e7e7e7;
}

.headerCenter_search {
  min-width: 30%;
}

.headerCenter_search .form-search {
  position: relative;
}

.headerCenter_search .form-search input {
  width: 100%;
  height: 40px;
  outline: none;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 0 15px;
}

.headerCenter_search .form-search button {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--main-color);
  color: #fff;
  height: 40px;
  border-radius: 0 20px 20px 0;
  padding: 0 20px;
}

.headerCenter_search .form-search p {
  margin: 5px 0 0 5px;
  color: var(--main-color);
  font-family: Quicksand-Bold;
}

.wrap-popup-booking {
  width: 420px;
  position: absolute;
  top: calc(100% + 15px);
  left: auto;
  right: -15px;
  z-index: 990;
  min-width: 280px;
  border-radius: 3px;
  color: #677279;
  background: #fff;
  border: solid 1px #dfe3e8;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
  will-change: transform;
}

.wrap-popup-booking.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
}

@media screen and (max-width: 991px) {
  .wrap-popup-booking {
    right: -30px;
  }
}

@media screen and (max-width: 576px) {
  .wrap-popup-booking {
    right: -120px;
    width: 350px;
  }

  .wrap-popup-booking .main-popup-booking {
    padding: 12px 15px;
  }

  .wrap-popup-booking .header-popup-booking {
    font-size: 15px;
  }

  .wrap-popup-booking .body-popup-booking {
    font-size: 13px;
  }

  .wrap-popup-booking .total-popup-booking p:last-child {
    font-size: 14px;
  }
}

.main-popup-booking {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 15px 20px;
}

.header-popup-booking {
  font: 16px Quicksand-Medium;
}

.total-popup-booking {
  border-top: 1px solid #eae4e8;
  padding-top: 10px;
  margin: 15px 0;
  font-family: Quicksand-Medium;
}

.total-popup-booking p:last-child {
  color: #ec2d3f;
  font: 15px Quicksand-Bold;
}

.body-popup-booking {
  border-top: 1px solid #eae4e8;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 14px;
}

.body-popup-booking>ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
}

.body-popup-booking>ul li {
  flex: 0 0 33.3333333%;
  -ms-flex: 0 0 33.3333333%;
  max-width: 33.3333333%;
  text-align: center;
  text-transform: capitalize;
  font-family: Quicksand-Bold;
  padding: 5px 0;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}

.body-popup-booking>ul li span {
  color: inherit;
}

.body-popup-booking>ul li:hover,
.body-popup-booking>ul li.active {
  color: var(--main-color);
  border-color: var(--main-color);
}

.view-popup-booking {
  background: var(--main-color);
  color: #fff;
  font-family: Quicksand-Bold;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 7px 0;
  transition: 0.3s;
}

.view-popup-booking:hover {
  background: #f07d00;
  color: #fff;
}

.detail-popup-booking {
  display: none;
}

.detail-popup-booking svg {
  stroke: var(--main-color);
  width: 50px;
  height: 50px;
  margin: auto;
}

.detail-popup-booking.active {
  display: block;
}

.popup-booking-items_image {
  flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  max-width: 80px;
}

.popup-booking-items_image a {
  padding: 4px;
  border: 1px solid #eee;
}

@media screen and (max-width: 576px) {
  .popup-booking-items_image {
    flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    max-width: 60px;
  }
}

.popup-booking-items_photo {
  flex: 0 0 calc(100% - 80px);
  -ms-flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
  padding-left: 10px;
}

.popup-booking-items_photo h3 {
  font: 14px Quicksand-Bold;
  color: var(--main-color);
  transition: 0.3s;
}

.popup-booking-items_photo h3 a {
  color: inherits;
}

.popup-booking-items_photo h3.text-split {
  -webkit-line-clamp: 2;
}

.popup-booking-items_photo p {
  font-size: 13px;
}

.popup-booking-items_photo strong {
  display: inline-block;
  color: #ec2d3f;
  font-family: Quicksand-Bold;
}

@media screen and (max-width: 576px) {
  .popup-booking-items_photo {
    flex: 0 0 calc(100% - 60px);
    -ms-flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
}

.popup-booking-items {
  margin: 7px 0;
}

.popup-booking-items:hover h3,
.popup-booking-items:hover a {
  color: var(--hover-color);
}

/*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: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin: 0px;
  background-color: #000000;
  border-radius: 3px;
  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;
}

.form-control:not(.form-control-sm).form-control:not(textarea),
.form-control-plaintext:not(textarea),
.custom-select {
  height: calc(1em + 1.25rem + 8px);
}

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

.slider__left {
  flex: 0 0 67.2754946728%;
  -ms-flex: 0 0 67.2754946728%;
  max-width: 67.2754946728%;
  padding: 0 7px;
}

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

.slider__right {
  flex: 0 0 32.7245053272%;
  -ms-flex: 0 0 32.7245053272%;
  max-width: 32.7245053272%;
  padding: 0 7px;
}

.slider__right .hover-shine:first-child {
  margin-bottom: 14px;
}


.slider .wrapper-slide {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  max-width: 1330px;
}

@media screen and (max-width: 991px) {
  .slider .wrapper-slide {
    max-width: 100%;
    padding: 0;
  }
}

.slider_element {
  margin: 0 -7px;
}

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

.breadCrumbs .wrapper .breadcrumb-item a {
  color: #212529;
  font-size: 13px;
  text-transform: capitalize;
}

.breadCrumbs .wrapper .breadcrumb-item.active a {
  color: var(--main-color);
}

.breadCrumbs_element {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.mainVideo_items {
  transition: 0.9s;
}

.mainVideo_items a p {
  display: block;
  position: absolute;
  left: 16px;
  top: 24px;
  font-size: 23px;
  color: #fff;
}

.mainVideo_items a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/video-icon.png) no-repeat center center;
}

@media screen and (max-width: 767px) {
  .mainVideo_items a p {
    font-size: 16px;
    left: 15px;
    top: 15px;
  }

  .mainVideo_items a::before {
    background-size: 15%;
  }
}

@media screen and (max-width: 576px) {
  .mainVideo_items a p {
    font-size: 14px;
  }
}

.video__sub {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}

.subVideo_items {
  padding: 0 5px;
}

.subVideo {
  margin: 0 -5px;
}

.video__slick {
  margin-bottom: 10px;
}

.subVideo_items {
  transition: 0.9s;
}

.subVideo_items div::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/video-icon.png) no-repeat center;
  background-size: 40px;
}

.video {
  padding: 40px 0;
}

.video h2 {
  font: 30px Quicksand-Bold;
  text-transform: capitalize;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .video h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 576px) {
  .video h2 {
    font-size: 20px;
  }
}

.encyclopedia {
  background: url(../images/bg-bachkhoa.jpg) no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.encyclopedia_element>h2 {
  font: 30px Quicksand-Bold;
  text-transform: capitalize;
  color: #fff;
}

.encyclopedia_element>p {
  color: #fff;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .encyclopedia_element>h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .encyclopedia_element>h2 {
    font-size: 20px;
  }
}

.cover-encyclopedia {
  padding: 15px;
  background: #fff;
}

.cover-encyclopedia .overflow-hidden {
  border-radius: 15px;
}

.cover-encyclopedia h3 {
  font: 22px Quicksand-Bold;
  color: #000;
  text-align: center;
  display: block;
  margin-top: 13px;
  text-transform: uppercase;
  transition: 0.4s;
}

.cover-encyclopedia:hover h3 {
  color: var(--main-color);
}

.cover-encyclopedia.second {
  background: #ffd800;
}

@media screen and (max-width: 767px) {
  .cover-encyclopedia h3 {
    font-size: 18px;
  }
}

.why {
  padding: 40px 0;
  background: #fff;
}

.why h2 {
  font: 30px Quicksand-Bold;
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {
  .why h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 576px) {
  .why h2 {
    font-size: 20px;
  }
}

.whyBox h3 {
  font: 22px Quicksand-Bold;
  margin: 12px 0 7px 0;
  transition: 0.3s;
}

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

.whyBox:hover h3 {
  color: #ec2d3f;
}

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

  .whyBox p {
    font-size: 13.5px;
  }

  .whyBox img {
    max-width: 50%;
  }
}

@media screen and (max-width: 576px) {
  .whyBox img {
    max-width: 40%;
  }
}

.line {
  padding: 40px 0;
}

.line h2 {
  font: 30px Quicksand-Bold;
  text-transform: capitalize;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .line h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 576px) {
  .line h2 {
    font-size: 20px;
  }
}

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

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

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

.row-line {
  margin: 0 -5px;
}

.lineBox h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
}

.lineBox h3 p {
  color: #fff;
  font: 16px Quicksand-Bold;
  margin-bottom: 10px;
  transition: 0.4s;
}

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

.filterHome {
  padding: 40px 0;
}

.filterHome h2 {
  font: 30px Quicksand-Bold;
  margin-bottom: 20px;
  font-weight: bolder;
}

@media screen and (max-width: 991px) {
  .filterHome h2 {
    font-size: 22px;
  }
}

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

.filterHome_wrap {
  border: 2px solid #0185cf;
  padding: 30px 20px;
  border-radius: 16px;
}

.filterHome_wrap label {
  font: 15px Quicksand-Bold;
  margin-bottom: 8px;
  display: block;
}

.filterHome_wrap input {
  height: 40px;
  width: 100%;
  outline: none;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 0 40px 0 10px;
}

.filterHome_wrap input[name=keywordtour] {
  padding: 0 15px;
}

.filterHome_wrap button {
  display: block;
  color: #fff;
  height: 40px;
  width: 100%;
  transition: 0.4s;
  cursor: pointer;
  border-radius: 5px;
  font: 15px Quicksand-Bold;
  background: #0185cf;
}

.filterHome_wrap button:hover {
  background: var(--hover-color);
}

.filterHome_wrap .select2-container--default .select2-selection--single {
  border-radius: 5px;
  border-color: #e7e7e7;
  height: 40px;
}

.filterHome_wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}

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

.filterHome_wrap .col-m {
  padding: 0 5px;
  flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  max-width: 20%;
}

.filterHome_wrap .col-l {
  padding: 0 5px;
  flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  max-width: 80%;
}

.filterHome_wrap .col-f {
  padding: 0 5px;
  margin-bottom: 10px;
  flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  max-width: 20%;
}

@media screen and (max-width: 991px) {
  .filterHome_wrap {
    padding: 18px;
  }

  .filterHome_wrap .col-f {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }

  .filterHome_wrap .col-l {
    margin-bottom: 10px;
  }

  .filterHome_wrap .col-l,
  .filterHome_wrap .col-m {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.dateHome {
  position: relative;
}
.dateHome input:read-only{
  background: #fff;
}
.dateHome::after {
  position: absolute;
  content: "\f073";
  font-family: "Font Awesome 6 Pro";
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  color: #666;
  line-height: 40px;
  text-align: center;
}

.trend {
  padding: 30px 0;
}

.trend h2 {
  font: 30px Quicksand-Bold;
  text-transform: capitalize;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .trend h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 576px) {
  .trend h2 {
    font-size: 20px;
  }
}

.flash-deal_element {
  margin: 30px 0;
  background: url(../images/bg-deal.jpg) no-repeat;
  background-size: cover;
  padding: 30px 20px;
  border-radius: 10px;
  overflow: hidden;
}

.flash-deal_element h2 {
  font: 30px Quicksand-Bold;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

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

.flash-deal__slick--items {
  padding: 0 6px;
}

.flash-deal__slick {
  margin: 0 -6px;
}

.dealBox {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.dealBox:hover h3 {
  color: #ec2d3f;
}

.dealBox_info {
  padding: 7px 5px 5px 5px;
}

.dealBox_info h3 {
  font: 14px Quicksand-SemiBold;
  line-height: 20px;
  height: 40px;
  transition: 0.3s;
}

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

.dealBox_info p {
  margin: 5px 0;
}

.dealBox_info div strong {
  font: 15px Quicksand-Bold;
  color: #ec2d3f;
  margin-right: 7px;
}

.dealBox_info div del {
  font-size: 12px;
  color: #808080;
}

#datetourModalLabel {
  margin-bottom: 0;
  font: 18px Quicksand-Bold;
  color: #ec2d3f;
  text-transform: capitalize;
}

.other-tour-list {
  margin: 0;
  padding: 0;
  list-style: 0;
}

.other-tour-list li {
  padding: 10px 0;
}

.other-tour-list li+li {
  border-top: 1px dashed #ec2d3f;
}

.other-tour-list li div:nth-child(1) {
  flex: 0 0 58px;
  -ms-flex: 0 0 58px;
  max-width: 58px;
  border-radius: 5px;
  background: var(--main-color);
  color: #fff;
  font-family: Quicksand-Bold;
  padding: 7px;
}

.other-tour-list li div:nth-child(2) {
  flex-grow: 1;
  padding: 0 10px;
}

.other-tour-list li div:nth-child(2) h3 {
  font: 16px Quicksand-Bold;
  color: var(--main-color);
  margin-bottom: 5px;
}

.other-tour-list li div:nth-child(2) strong {
  color: #ec2d3f;
  font: 16px Quicksand-SemiBold;
  margin-right: 10px;
}

.other-tour-list li div:nth-child(2) del {
  color: #666;
  font-size: 12px;
}

.other-tour-list li div p:nth-child(1) {
  font-size: 20px;
}

.other-tour-list li div p:nth-child(2) {
  font-size: 12px;
}

.other-tour-list li a {
  display: block;
  background: #ec2d3f;
  color: #fff;
  font-family: Quicksand-SemiBold;
  padding: 5px 10px;
  white-space: nowrap;
  transition: 0.4s;
  border: 1px solid #ec2d3f;
  text-align: center;
  border-radius: 5px;
}

.other-tour-list li a:hover {
  background: #fff;
  color: #ec2d3f;
}

.other-tour-list li>p {
  flex: 0 0 90px;
  -ms-flex: 0 0 90px;
  max-width: 90px;
}

.wrap-footer {
  width: 100%;
  max-width: 1330px;
  margin: auto;
  border-top: 3px solid #ed0080;
}

.footerPowered {
  padding: 15px 0;
}

.footerArticle {
  padding: 20px 0;
  border-top: 1px solid #17638a;
}
.footerInfo_element{
  width: 100%;
  display: inline-block;
}
.footerSupport{
  width: 40%; 
  float: left;
  font-family: 'Arial';
}

.footerSupport p {
  margin-bottom: 15px;
}
.footerCenter{
  width: 30%;
  float: left;

}
.footerRight{
  width: 30%;
  float: left;

}
.left-footer{width: 50%; float: left;}
.right-footer{width: 50%; float: left;}
.footerBottom{width: 100%; display: inline-block;}
.form-newsletter{position: relative; margin-top: 10px;}
.newsletter-button{
    position: absolute;
    top: 0;
    right: 0;

}
.newsletter-button{
      position: absolute;
    top: 12px;
    right: 7px;
}
.submit-bt{
    background: none;
    padding: 0;
    font-size: 18px;
}
.item-newlef .form-control{padding-right: 30px;}
@media screen and (max-width: 991px) {
  .footerSupport, .footerCenter, .footerRight {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    float: none;
  }
  .wrap-itm{width: 50%;margin-bottom: 10px;}

}

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

.footerAbout {
  flex: 0 0 21%;
  -ms-flex: 0 0 21%;
  max-width: 21%;
}

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

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

.footerConnect {
  flex: 0 0 21%;
  -ms-flex: 0 0 21%;
  max-width: 21%;
}

@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: 576px) {
  .footerConnect {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.footerPayment {
  flex: 0 0 15%;
  -ms-flex: 0 0 15%;
  max-width: 15%;
}

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

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

  .footerPayment .form-row {
    width: 50%;
  }
}

@media screen and (max-width: 390px) {
  .footerPayment .form-row {
    width: 80%;
  }
}

.footerSocial {
  flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  max-width: 10%;
}

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

  .footerSocial .form-row {
    width: 50%;
  }
}

@media screen and (max-width: 390px) {
  .footerSocial .form-row {
    width: 80%;
  }
}

.footerInfo {
  padding: 40px 0;
}

.footerTitle {
  font: 14px Quicksand-Bold;
  margin-bottom: 20px;
}

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

.footerList li a {
  color: #000;
}

.footerList li a:hover {
  color: var(--hover-color);
}

.footerList li:not(:last-child) {
  margin-bottom: 10px;
}

.progress-wrap {
  position: fixed;
  bottom: 60px;
  right: 22.5px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 1001010;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "\f077";
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: 900;
  color: #000;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #000;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 400ms linear;
}

#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);
  }
}

.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);
}

.col-sticky {
  position: sticky;
  top: 60px;
}

.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;
}

.wow {
  visibility: hidden;
}

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

.article table {
  width: 100%;
}

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

.text-underline {
  text-decoration: underline;
}

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

.flex-box {
  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.6s !important;
}

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

.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: 175/95;
}

/* Transition All */
.transition {
  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;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-bottom,
.card-img-top {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-deck .card {
  margin-bottom: 7.5px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 7.5px;
    margin-bottom: 0;
    margin-left: 7.5px;
  }
}

.card-group>.card {
  margin-bottom: 7.5px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.page-loading {
  background: #fff;
  position: fixed;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading__logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
}

.loading-css {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 130px;
  height: 130px;
  border: 3px solid #f07d00;
  border-radius: 50%;
  border-top-color: transparent;
  border-left-color: transparent;
  animation: spin 800ms infinite linear;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* News */
.col-news {
  padding: 0 10px;
  margin-bottom: 20px;
  flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  max-width: 20%;
}

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

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

@media screen and (max-width: 576px) {
  .col-news {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }
}

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

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

.news_box {
  position: relative;
}

.news_box:hover .news__name a {
  color: var(--hover-color);
}

.news__name {
  color: #333;
  font: 16px Quicksand-Bold;
  margin: 7px 0 5px 0;
}

.news__name a {
  color: inherit;
}

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

.news__dated {
  color: #666;
  margin-bottom: 5px;
}

.news__desc {
  color: #333;
  margin-bottom: 5px;
}

.news__desc.text-split {
  -webkit-line-clamp: 3;
}

.news__detail {
  font-family: Quicksand-Bold;
  display: inline-block;
  color: #0185cf;
}

.othernews {
  padding: 15px;
  border: 1px solid var(--main-color);
  border-radius: 10px;
  background: rgba(1, 133, 207, 0.1);
}

.othernews b {
  margin-bottom: 20px;
  font: 17px Quicksand-Bold;
  color: var(--main-color);
}

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

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

.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%;
  }
}

.titleNews {
  margin-bottom: 25px;
}

.titleNews h2 {
  text-transform: uppercase;
  color: #0185cf;
  font: 21px Quicksand-Bold;
}

.titleNews form {
  width: 395px;
  background: #ffffff;
  border-radius: 30px;
}

.titleNews form * {
  display: block;
}

.titleNews form button {
  outline: none;
  border: none;
  width: 87px;
  height: 40px;
  text-align: center;
  color: #f3f3f3;
  font-size: 16px;
  background: #0185cf;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.titleNews form input {
  width: calc(100% - 87px);
  height: 40px;
  outline: none;
  border: none;
  background: transparent;
  text-indent: 10px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

@media screen and (max-width: 767px) {
  .titleNews h2 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .titleNews form {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Product */
.flex-product {
  margin: 0 -10px;
}

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

.left-pro-detail .MagicZoom {
  background-color: #ffffff;
}

@media screen and (max-width: 991px) {
  .left-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: 0 10px;
}

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

.pro-detail-info h2 {
  font: 25px Quicksand-Bold;
  color: var(--main-color);
}

.pro-detail-info-attr {
  margin: 20px 0;
}

.pro-detail-info-attr h4 {
  margin-bottom: 5px;
  padding-left: 5px;
  font: 15px Quicksand-Bold;
}

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

.pro-detail-info-attr ul li {
  padding: 7px 0;
  border-bottom: 1px dashed #eee;
}

.pro-detail-info-attr ul li i {
  color: #f07d00;
}

.pro-detail-info-attr ul li span {
  color: var(--main-color);
  font: 15px Quicksand-SemiBold;
}

.pro-detail-info-attr ul li:nth-child(7) {
  border-bottom: 0;
}

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

.pro-detail-company {
  padding: 15px;
  border-radius: 10px;
  background: rgba(1, 133, 207, 0.12);
}

.pro-detail-company_logo {
  flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  max-width: 60px;
  margin-bottom: 10px;
}

.pro-detail-company_name {
  flex: 0 0 calc(100% - 60px);
  -ms-flex: 0 0 calc(100% - 60px);
  max-width: calc(100% - 60px);
  padding-left: 10px;
  margin-bottom: 10px;
}

.pro-detail-company_name h3 {
  font: 17px Quicksand-Bold;
  color: var(--main-color);
  margin-bottom: 10px;
}

.label-select-date {
  margin: 15px 0 10px 0;
  color: #ec2d3f;
  font: 17px Quicksand-Bold;
}

.pro-detail-date {
  display: flex;
  align-items: baseline;
  overflow-x: auto;
  margin: 0;
  padding: 0 0 10px 0;
  list-style: none;
}

.pro-detail-date::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}

.pro-detail-date::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.pro-detail-date::-webkit-scrollbar-track {
  background-color: var(--hover-color);
}

.pro-detail-date::-webkit-scrollbar-track-piece {
  background-color: #e7e7e7;
}

.pro-detail-date::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--hover-color);
}

.pro-detail-date::-webkit-scrollbar-corner {
  background-color: #e7e7e7;
}

.pro-detail-date::-webkit-resizer {
  background-color: #e7e7e7;
}

.pro-detail-date li {
  margin-right: 7px;
}

.pro-detail-date li a {
  display: block;
  margin: 0;
  background: var(--main-color);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-family: Quicksand-SemiBold;
  cursor: pointer;
}

.pro-detail-date li a p:first-child {
  font: 25px Quicksand-Bold;
}

.pro-detail-date li a:hover,
.pro-detail-date li a.active {
  background: var(--hover-color);
}

@media screen and (max-width: 576px) {
  .pro-detail-date li a p:first-child {
    font-size: 20px;
  }

  .pro-detail-date li a p:last-child {
    font-size: 13px;
  }
}

.pro-detail-price-baby-num {
  flex-grow: 1;
}

.pro-detail-price {
  margin-top: 10px;
  border-radius: 10px;
  padding: 20px;
  border: 2px dashed #ec2d3f;
}

.pro-detail-price label {
  display: inline-block;
  flex: 0 0 110px;
  -ms-flex: 0 0 110px;
  max-width: 110px;
  margin-bottom: 0;
  text-align: left;
  font: 16px Quicksand-SemiBold;
}

.pro-detail-price label i {
  width: 20px;
}

.pro-detail-price>div>div {
  flex: 0 0 calc(100% - 400px);
  -ms-flex: 0 0 calc(100% - 400px);
  max-width: calc(100% - 400px);
}

.pro-detail-price>div>div p {
  width: 65px;
}

.pro-detail-price>div>span {
  display: inline-block;
}

.pro-detail-price>div>span:nth-child(2) {
  font: 18px Quicksand-Bold;
  color: #ec2d3f;
  flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  max-width: 160px;
  margin-right: 10px;
}

.pro-detail-price>div>span:nth-child(3) {
  text-decoration: line-through;
  color: #666;
  flex: 0 0 130px;
  -ms-flex: 0 0 130px;
  max-width: 130px;
  font: 15px Quicksand-Medium;
}

.pro-detail-price div:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .pro-detail-price {
    padding: 15px;
    border-width: 1.5px;
  }

  .pro-detail-price label {
    flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    max-width: 90px;
    font-size: 14px;
  }

  .pro-detail-price label i {
    width: 14px;
  }

  .pro-detail-price>div>span {
    display: inline-block;
  }

  .pro-detail-price>div>span:nth-child(2) {
    font-size: 16px;
    flex: 0 0 135px;
    -ms-flex: 0 0 135px;
    max-width: 135px;
    margin-right: 7px;
  }

  .pro-detail-price>div>span:nth-child(3) {
    font-size: 14px;
  }

  .pro-detail-price>div {
    flex-wrap: wrap;
  }

  .pro-detail-price>div>div {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
  }

  .pro-detail-price>div>div p {
    width: 65px;
  }
}

@media screen and (max-width: 450px) {
  .pro-detail-price {
    padding: 10px;
    border-width: 1px;
  }

  .pro-detail-price label {
    flex: 0 0 85px;
    -ms-flex: 0 0 85px;
    max-width: 85px;
    font-size: 13px;
  }

  .pro-detail-price label i {
    width: 13px;
  }

  .pro-detail-price>div>span {
    display: inline-block;
  }

  .pro-detail-price>div>span:nth-child(2) {
    font-size: 14.5px;
    flex: 0 0 125px;
    -ms-flex: 0 0 125px;
    max-width: 125px;
    margin-right: 5px;
  }

  .pro-detail-price>div>span:nth-child(3) {
    flex: 0 0 calc(100% - 215px);
    -ms-flex: 0 0 calc(100% - 215px);
    max-width: calc(100% - 215px);
    font-size: 13.5px;
  }
}

.pro-detail-zalo-button {
  border-radius: 7px;
  padding: 10px 5px;
  background: var(--hover-color);
}

.pro-detail-zalo-button p:first-child {
  font: 15px Quicksand-Bold;
}

.pro-detail-company-button {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
}

.pro-detail-company-button a {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-family: Quicksand-Bold;
  text-align: center;
  transition: 0.6s;
  padding: 5px 10px;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 13px;
}

.pro-detail-company-button a:hover {
  color: #fff;
  background: var(--main-color);
  box-shadow: 0 0 10px rgba(1, 133, 207, 0.8);
}
@media screen and (max-width:576px) {
  .pro-detail-zalo-button{
    font-size: 13px;
  }
  .pro-detail-zalo-button p{
    font-size: 14px;
  }
}
#pro-detail-comment .card-body {
  padding-left: 0;
  padding-right: 0;
}

#pro-detail-comment .comment-statistic .card-header {
  font: 25px Quicksand-Bold;
  background: transparent;
  color: var(--main-color);
  padding: 0;
  padding-bottom: 20px;
  border-bottom: 1px dashed #f07d00;
}

.pro-detail-company-comment,
.pro-detail-company-follow {
  text-align: center;
  flex: 0 0 85px;
  -ms-flex: 0 0 85px;
  max-width: 85px;
}

.pro-detail-company-comment p,
.pro-detail-company-follow p {
  font-size: 12px;
  color: #666;
}

.pro-detail-company-comment h4,
.pro-detail-company-follow h4 {
  font-size: 14px;
}

.pro-detail-company-comment h4 i,
.pro-detail-company-follow h4 i {
  color: var(--hover-color);
}

.pro-detail-company {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.pro-detail-company-info {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
  font-size: 13.5px;
}

.pro-detail-code p:nth-child(1) span:not(.mx-2) {
  font-family: Quicksand-SemiBold;
  color: #ec2d3f;
}

.pro-detail-code p:nth-child(2) {
  display: flex;
  align-items: center;
}

.pro-detail-code p:nth-child(2) i {
  color: #ec2d3f;
  font-size: 20px;
}

@media screen and (max-width: 576px) {
  .pro-detail-code p {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }

  .pro-detail-code p:nth-child(1) {
    order: 2;
    margin-top: 10px;
  }
}

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

.pro-detail-comment-status--star {
  color: #bdbdbd;
}

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

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

.quantity-pro-detail span {
  padding: 0px;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid var(--hover-color);
  background: var(--hover-color);
}

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

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

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

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

.quantity-pro-detail input {
  height: 30px;
  margin: 0 7px;
  border: 1px solid #f3f4f4;
  width: calc(100% - 60px);
  text-align: center;
  font-family: Quicksand-Bold;
  padding: 5px;
}

.pro-detail-booking a {
  font: 15px Quicksand-Bold;
  border-radius: 6px;
  padding: 15px 0;
  border: 1px solid var(--main-color);
  transition: 0.4s;
}

.pro-detail-booking a[data-action=buynow] {
  background: var(--main-color);
  color: #fff;
}

.pro-detail-booking a[data-action=buynow]:hover {
  background: #fff;
  color: var(--main-color);
}

.pro-detail-booking a[data-action=addnow] {
  background: #fff;
  color: var(--main-color);
}

.pro-detail-booking a[data-action=addnow]:hover {
  background: var(--main-color);
  color: #fff;
}

.pro-detail-noti {
  font-style: italic;
  color: #ec2d3f;
  font-size: 16px;
}

.pro-detail-noti p:nth-child(2) {
  margin-top: 10px;
  color: #333;
  font-style: normal;
}

.pro-detail-noti p:nth-child(2) a {
  font-family: Quicksand-Bold;
  color: var(--main-color);
  text-decoration: underline;
}

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

@media screen and (max-width: 991px) {
  .col-pro-detail {
    padding: 0 6px;
    margin-bottom: 12px;
    flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

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

.flex-pro-detail {
  margin: 0 -10px;
}

@media screen and (max-width: 991px) {
  .flex-pro-detail {
    margin: 0 -6px;
  }
}

.slick-pro-detail-items {
  padding: 7px 10px 20px 10px;
}

@media screen and (max-width: 991px) {
  .slick-pro-detail-items {
    padding: 7px 6px 20px 6px;
  }
}

.slick-pro-detail {
  margin: 0 -10px;
}

@media screen and (max-width: 991px) {
  .slick-pro-detail {
    margin: 0 -6px;
  }
}

.detailBox__type {
  line-height: 20px;
  height: 20px;
  color: #ec2d3f;
  font-family: Quicksand-Medium;
}

.detailBox_info h3 {
  font: 15px Quicksand-SemiBold;
  line-height: 20px;
  height: 40px;
  margin: 5px 0;
  transition: 0.3s;
}

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

.detailBox__comment {
  color: #979797;
}

.detailBox__comment--star {
  margin-bottom: 5px;
}

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

.detailBox {
  padding: 7px;
}

.detailBox:hover .detailBox_info h3 {
  color: var(--main-color);
}

.detailBox__price strong {
  font: 16px Quicksand-Bold;
  color: #ec2d3f;
}

.detailBox__price del {
  font-size: 13px;
  color: #979797;
  margin-left: 10px;
}

.title-product {
  text-align: center;
  color: var(--main-color);
  font: 35px Quicksand-Bold;
  margin-bottom: 25px;
  margin-top: 40px;
}

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

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

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

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

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

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

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

.thumb-pro-detail {
  display: block !important;
  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: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

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

.tabsProDetail {
  margin: 0 -3px;
  list-style: none;
  border: 0;
  padding: 0;
  display: flex;
  align-items: baseline;
}

.tabsProDetail li {
  margin: 0 5px;
}

.tabsProDetail li a {
  display: block;
  background: var(--main-color);
  color: #fff;
  font: 16px Quicksand-Bold;
  padding: 8px 19px;
  border-radius: 7px;
  transition: 0.4s;
  white-space: nowrap;
  position: relative;
}

.tabsProDetail li a:hover,
.tabsProDetail li a.active {
  background: var(--hover-color);
}

.tab-detail {
  display: none;
}

.tab-detail.active {
  display: block;
}

.tabsProDetailContent {
  margin-top: 11px;
}

.bg-tab-detail {
  border-radius: 10px;
  padding: 15px;
  background: rgba(1, 133, 207, 0.15);
}

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

@media screen and (max-width: 991px) {
  .col-product {
    padding: 0 6px;
    margin-bottom: 12px;
  }
}

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

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

.productBox {
  border-radius: 7px;
  box-shadow: 0px 7px 10px #ccc;
  padding: 10px;
  transition: 0.4s;
}

.productBox:hover {
  box-shadow: 0px 7px 23px #a1a1a1;
}

.productBox:hover .productBox_center>h3 {
  color: #ec2d3f;
}

.productBox:hover .productBox_center>span {
  background: var(--hover-color);
}

.productBox_left {
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  max-width: 25%;
}

.productBox_left a {
  border-radius: 7px;
}

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

.productBox_center {
  flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  max-width: 49%;
  padding-left: 20px;
  padding-right: 10px;
}

.productBox_center>span {
  background: var(--main-color);
  display: inline-block;
  color: #fff;
  font-family: Quicksand-Bold;
  border-radius: 5px;
  padding: 7px 20px;
  margin-bottom: 5px;
  transition: 0.3s;
}

.productBox_center>h3 {
  font: 18px Quicksand-Bold;
  margin-bottom: 5px;
  transition: 0.3s;
  color: var(--main-color);
}

.productBox_center>h3 a {
  color: inherit;
}

.productBox_center>p>span {
  font-family: Quicksand-Medium;
}

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

  .productBox_center>span {
    font-size: 13px;
    padding: 5px 15px;
  }
}

.productBox_right {
  flex: 0 0 26%;
  -ms-flex: 0 0 26%;
  max-width: 26%;
  border-left: 1px solid #eee;
  padding-left: 20px;
  padding-right: 10px;
}

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

.productBox__comment--star {
  color: #b8b8b8;
}

.productBox__comment--star span {
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  color: #fcd801;
}

.productBox__comment--label {
  margin: 0 10px;
  font-family: Quicksand-Bold;
  color: var(--main-color);
}

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

.productBox__price p {
  font-family: Quicksand-Bold;
  margin-bottom: 7px;
}

.productBox__price strong {
  font: 22px Quicksand-Bold;
  color: #ec2d3f;
}

.productBox__price del {
  font-size: 18px;
  color: #ababab;
  margin-left: 7px;
}

.productBox__price div {
  margin-bottom: 7px;
}

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

  .productBox__price p,
  .productBox__price del,
  .productBox__price div {
    margin-bottom: 5px;
  }
}

.productBox__date,
.productBox__selled,
.productBox__company {
  margin-bottom: 7px;
}

.productBox__date span,
.productBox__selled span,
.productBox__company span {
  color: var(--main-color);
}

.productBox__button a {
  font: 14px Quicksand-Bold;
  padding: 10px 0;
  border-radius: 5px;
  border: 1px solid var(--main-color);
}

.productBox__button a.addbooking {
  background: var(--main-color);
  color: #fff;
}

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

.productBox__button a.otherdate {
  background: #fff;
  color: var(--main-color);
}

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

.product-cuppon {
  font-family: Quicksand-SemiBold;
  color: var(--main-color);
  text-transform: capitalize;
}

.contentMobile:not(:last-child) {
  margin-bottom: 15px;
}

.contentMobile a {
  display: block;
  width: 100%;
  border-radius: 10px;
  background: var(--main-color);
  color: #fff;
  font: 14px Quicksand-Bold;
  padding: 10px 15px;
  position: relative;
}

.contentMobile a::after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.4s;
}

.contentMobile a.active::after {
  transform: translateY(-50%) rotateZ(-180deg);
}

.contentMobile>div {
  display: none;
  padding-top: 15px;
}

/* 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;
}

.titleContact {
  text-transform: uppercase;
  color: #0185cf;
  font: 21px Quicksand-Bold;
  margin-bottom: 20px;
  text-align: center;
}

input[name=submit-contact] {
  background: var(--main-color);
  font-family: Quicksand-Bold;
  transition: 0.4s;
}

input[name=submit-contact]:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
}

input[name=submit-contact],
input.btn-reset-contact {
  padding: 7px 25px;
}

.label-contact {
  display: block;
  font: italic 15px Quicksand-Bold;
  margin-bottom: 7px;
}

.titleMap {
  margin-bottom: 20px;
}

.titleMap h2 {
  text-transform: uppercase;
  color: var(--main-color);
  font: 21px Quicksand-Bold;
  text-align: center;
}

.overflow-event {
  overflow-x: auto;
}

.overflow-event table {
  min-width: 1000px;
}

.overflow-event::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}

.overflow-event::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.overflow-event::-webkit-scrollbar-track {
  background-color: var(--hover-color);
}

.overflow-event::-webkit-scrollbar-track-piece {
  background-color: #e7e7e7;
}

.overflow-event::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--hover-color);
}

.overflow-event::-webkit-scrollbar-corner {
  background-color: #e7e7e7;
}

.overflow-event::-webkit-resizer {
  background-color: #e7e7e7;
}

.table-event th,
.table-event td {
  padding: 0;
  border: 0.5px solid #fff;
}

.table-event th {
  color: #fff;
  background: var(--main-color);
  border-bottom: 0 !important;
  font: 14.5px Quicksand-Bold;
  padding: 15px 0;
}

.table-event th:nth-child(1) {
  width: 50px;
  border-top-left-radius: 15px;
}

.table-event th:nth-child(2) {
  width: 100px;
}

.table-event th:nth-child(4),
.table-event th:nth-child(5) {
  width: 8%;
}

.table-event th:nth-child(6) {
  width: 80px;
}

.table-event th:nth-child(7),
.table-event th:nth-child(8),
.table-event th:nth-child(9),
.table-event th:nth-child(10) {
  width: 9%;
}

.table-event th:nth-child(10) {
  border-top-right-radius: 15px;
}

.table-event tbody {
  background: #e5f3fa;
}

.table-event tbody tr td {
  padding: 5px;
}

.table-event tbody tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}

.table-event tbody tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

.table-event tbody tr:hover .name-event {
  color: #f07d00;
}

.table-event .name-event {
  color: var(--main-color);
  font-family: Quicksand-Bold;
  transition: 0.3s;
}

.flex-event {
  margin: 0 -15px;
}

.left-event-detail {
  flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  max-width: 70%;
  padding: 0 15px;
}

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

.right-event-detail {
  flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  max-width: 30%;
  padding: 0 15px;
}

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

.bottom-event-detail {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
  margin-top: 25px;
  padding: 0 15px;
}

.event-thumb {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 740/600;
}

.event-code {
  margin: 5px 0;
}

.event-code b {
  color: #ec2d3f;
  font-family: Quicksand-SemiBold;
}

.event-title {
  font: 27px Quicksand-Bold;
  color: var(--main-color);
  margin-bottom: 5px;
}

.event-update-date {
  font-size: 13px;
  color: #666;
  font-style: italic;
}

.event-code-comment {
  flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  max-width: 200px;
}

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

.event-title-date {
  flex: 0 0 calc(100% - 200px);
  -ms-flex: 0 0 calc(100% - 200px);
  max-width: calc(100% - 200px);
}

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

.event-properties {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  border-radius: 10px;
  list-style: none;
  color: #000;
  font-family: Quicksand-Medium;
}

.event-properties li {
  padding: 10px 5px 10px 0;
}

.event-properties li i {
  color: #f07d00;
}

.event-properties li:not(:last-child) {
  border-bottom: 1px dashed #bee8ff;
}

.event-properties li span {
  color: var(--main-color);
  font-family: Quicksand-SemiBold;
}

.event-price * {
  display: inline-block;
}

.event-price label {
  font: 16px Quicksand-SemiBold;
  color: var(--main-color);
}

.event-price label i {
  font-size: 20px;
}

.event-price strong {
  font: 25px Quicksand-Bold;
  color: #ec2d3f;
  margin: 0 5px 0 10px;
}

.event-price del {
  font-size: 15px;
  color: #aaa;
}

.event-price span {
  font-size: 13px;
  margin-left: 5px;
  background: #ffc120;
  padding: 0px 10px;
  border-radius: 15px;
}

.info-label-event {
  color: var(--main-color);
  font: 25px Quicksand-Bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}

.cover-article-click {
  display: none;
  text-align: center;
  margin-top: 10px;
  position: relative;
}

.cover-article-click span {
  color: var(--main-color);
  font-family: Quicksand-Bold;
  text-decoration: underline;
  display: none;
  transition: 0.3s;
}

.cover-article-click span:hover {
  color: #f07d00;
}

.cover-article-click span.show {
  display: inline;
}

.cover-article {
  margin-bottom: 20px;
}

.cover-article.scroll {
  position: relative;
}

.cover-article.scroll .article {
  height: 150px;
  overflow: hidden;
}

.cover-article.scroll .cover-article-click {
  display: block;
}

.cover-article.scroll::before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  height: 100px;
  bottom: 30px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.cover-article.scroll.on .article {
  height: auto;
}

.cover-article.scroll.on::before {
  display: none;
}

.other-event--items {
  padding: 10px;
}

@media screen and (max-width: 991px) {
  .other-event--items {
    padding: 10px 5px;
  }
}

.other-event {
  margin: 0 -10px;
}

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

.eventBox {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}

.eventBox:hover h3 a {
  color: #f07d00;
}

.eventBox_image {
  border-radius: 5px;
}

.eventBox_info {
  margin-top: 10px;
}

.eventBox_info h3 {
  font: 15px Quicksand-Bold;
  color: var(--main-color);
  transition: 0.3s;
  margin-bottom: 5px;
}

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

.eventBox_info .add-event,
.eventBox_info .add-place {
  background: var(--main-color);
  color: #fff;
  font-family: Quicksand-Bold;
  border-radius: 5px;
  padding: 6px 0;
  margin-top: 10px;
  transition: 0.4s;
}

.eventBox_info .add-event:hover,
.eventBox_info .add-place:hover {
  background: var(--hover-color);
  color: #000;
}

.eventBox__comment {
  color: #979797;
  margin-top: 5px;
}

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

.eventBox__time {
  color: #ec2d3f;
}

.bottom-event-detail>h2 {
  font: 25px Quicksand-Bold;
  color: var(--main-color);
  text-align: center;
}

.bottom-event-detail>h2 img {
  width: 35px;
  margin-right: 10px;
}

.special-detail-event-title {
  font: 25px Quicksand-Bold;
  color: var(--main-color);
  padding-bottom: 10px;
  border-bottom: 1px dashed #eee;
  margin-bottom: 20px;
}

.special-detail-event-title img {
  width: 20px;
  margin-right: 10px;
}

.specialEvent {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.specialEvent:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.specialEvent h3 {
  font: 14px Quicksand-Bold;
  color: var(--main-color);
  transition: 0.3s;
}

.specialEvent:hover h3 {
  color: #f07d00;
}

.specialEvent__time {
  color: #ec2d3f;
  margin: 2px 0;
  font-size: 13px;
}

.specialEvent__comment--star {
  color: #979797;
}

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

.proevent {
  padding: 15px 10px;
}

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

.pic-proevent {
  flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  max-width: 100px;
  position: relative;
}

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

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

.info-proevent {
  flex: 0 0 calc(100% - 220px);
  -ms-flex: 0 0 calc(100% - 220px);
  max-width: calc(100% - 220px);
  padding: 0 10px;
  font-size: 13px;
}

.info-proevent i {
  color: #f07d00;
}

.price-proevent {
  flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  max-width: 120px;
}

.name-proevent {
  font: 15px Quicksand-Bold;
  color: var(--main-color);
  margin-bottom: 5px;
}

.price-proevent strong {
  color: #ec2d3f;
  font-family: Quicksand-Bold;
}

.price-proevent del {
  color: #666;
  font-size: 13px;
}

.temp-event {
  margin: 20px 0;
}

.temp-event p:nth-child(1) {
  font: 15px Quicksand-SemiBold;
}

.temp-event p:nth-child(2) {
  color: #ec2d3f;
  font: 20px Quicksand-Bold;
}

.total-event {
  margin: 20px 0;
}

.total-event p:nth-child(1) {
  font: 15px Quicksand-SemiBold;
}

.total-event p:nth-child(2) {
  color: #ec2d3f;
  font: 20px Quicksand-Bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Cart Fix */
.cart-fixed {
  position: fixed;
  right: 30px;
  bottom: 210px;
  z-index: 10;
  background: var(--main-color);
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff !important;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .cart-fixed {
    display: none;
  }
}

.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;
  display: block;
}

.cart-fixed span {
  position: absolute;
  top: -3px;
  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;
}

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

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

.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: #1a73e8;
  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;
}

.probooking {
  padding: 15px 10px;
}

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

.attr-probooking {
  font-size: 13px;
}

.name-probooking {
  font: 15px Quicksand-Bold;
  color: var(--main-color);
  margin-bottom: 5px;
}

.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;
}

.discount-price-pay {
  font: 17px Quicksand-Semibold;
}

.pic-probooking {
  position: relative;
  flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  max-width: 100px;
}

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

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

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

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

@media screen and (max-width: 767px) {
  .pic-probooking {
    flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    max-width: 90px;
  }
}

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

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

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

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

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

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

.properties-procart p:first-child {
  margin-right: 10px;
}

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

.quantity-counter-procart {
  border: 1px solid #dfdfdf;
  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-booking {
  font-size: 13px;
  display: flex;
  align-items: baseline;
}

.price-booking>span {
  display: inline-block;
  width: 80px;
}

.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;
  }
}

.info-probooking {
  flex: 0 0 calc(100% - 100px);
  -ms-flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .info-probooking {
    padding-left: 10px;
  }
}

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

.quantity-counter-booking {
  display: flex;
}

.quantity-counter-booking span {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--hover-color);
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.quantity-counter-booking span i {
  font-size: 10px;
  line-height: 25px;
}

.quantity-counter-booking input {
  width: 40px;
  height: 25px;
  margin: 0 5px;
  outline: none;
  border: 1px solid #eee;
  border-radius: 5px;
  text-align: center;
}

.properties-booking>div {
  margin-bottom: 5px;
}

.properties-booking strong {
  font-size: 14.5px;
  color: #ec2d3f;
}

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

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

.btn-cuppon {
  outline: none;
  border: 1px solid var(--main-color);
  font-family: Quicksand-Bold;
  width: 100%;
  border-radius: 0.25rem;
  height: calc(1em + 1.25rem + 8px);
}

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

.total-procart p {
  font: 15px Quicksand-Bold;
}

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

.attr-probooking p {
  margin-bottom: 3px;
}

.attr-probooking p i {
  color: #ec2d3f;
}

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

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

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

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

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

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

.section-cart.top {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.section-cart h4 {
  font: 20px Quicksand-Bold;
  padding: 15px;
  border-bottom: 1px solid #eae4e8;
  color: var(--main-color);
}

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

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

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

@media screen and (max-width: 991px) {
  .section-cart .list-procart {
    padding: 0;
    border: 0;
    border-radius: 0;
  }
}

.title-cart {
  font: 20px Quicksand-Bold;
  color: var(--main-color);
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
}

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

.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;
}

.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: var(--main-color);
  color: #ffffff !important;
}

.payments-info {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  background: rgba(1, 133, 207, 0.2);
  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-family: Quicksand-Bold;
  border: 1px solid var(--main-color);
}

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

.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;
}

.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;
}

.wrap-user {
  width: 100%;
  margin: auto;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 7px;
}

.wrap-user.min {
  max-width: 600px;
}

.wrap-user.min .title-user {
  padding: 0 40px;
}

@media screen and (max-width: 991px) {
  .wrap-user.min .title-user {
    padding: 0 20px;
  }
}

.bg-main {
  background-color: var(--main-color) !important;
}

.bg-main:hover {
  background-color: #006dab !important;
}

.cover-button {
  padding: 15px 0;
}

.cover-button.sticky-top {
  position: sticky;
  top: 50px;
}

.login-form-wrap {
  padding: 20px 40px;
}

.login-form-wrap button {
  font: 14px Quicksand-Bold;
  border-radius: 5px;
  color: #fff;
  background: var(--main-color);
  padding: 12px 22px;
  width: 100%;
  transition: 0.4s;
  box-shadow: 0 0.5rem 1rem rgba(1, 133, 207, 0.15) !important;
}

.login-form-wrap button:hover {
  background: #005688;
}

.login-form-wrap .custom-control-label::before,
.login-form-wrap .custom-control-label::after {
  top: 0.125rem;
}

.login-form-wrap a {
  color: #f07d00;
  font-family: Quicksand-Bold;
}

@media screen and (max-width: 767px) {
  .login-form-wrap {
    padding: 20px;
  }

  .login-form-wrap button {
    width: 100%;
  }
}

.forgot-form-wrap {
  padding: 20px 40px;
}

.forgot-form-wrap button {
  font: 14px Quicksand-Bold;
  border-radius: 5px;
  color: #fff;
  background: var(--main-color);
  padding: 9px 22px;
}

@media screen and (max-width: 767px) {
  .forgot-form-wrap {
    padding: 20px;
  }
}

.register-form-wrap {
  padding: 20px;
}

.info-form-wrap {
  padding: 20px;
}

.show-password {
  position: absolute;
  right: 5px;
  top: 1px;
  width: 30px;
  text-align: center;
  line-height: 40px;
  background: #fff;
}

.title-user {
  padding: 0 20px;
}

.title-user>span {
  display: block;
  font: 23px Quicksand-Bold;
  border-bottom: 1px solid #eee;
  color: var(--main-color);
  padding: 18px 0;
}

.title-user>span span {
  color: #f07d00;
}

.title-user.has-icon>span {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .title-user>span {
    font-size: 18px;
    padding: 15px 0;
  }
}

.input-user {
  margin-bottom: 20px;
}

.input-user label {
  font: 14px Quicksand-Bold;
  position: relative;
  display: block;
}

.input-user input {
  border-radius: 4px !important;
}

.wrap-register {
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  margin: 0 auto;
  border-radius: 10px;
}

.wrap-register button {
  height: 48px;
  outline: none;
  background: linear-gradient(135deg, #f75959 0%, #f35587 100%);
  border: 1px solid #f35588;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  display: block;
  transition: 0.4s;
  margin-bottom: 25px;
}

.wrap-register button:hover {
  background: transparent;
  color: #f35588;
}

.lb-agree {
  font-size: 14px !important;
  font-style: italic !important;
  font-family: Quicksand-Regular !important;
  font-weight: normal !important;
  color: #f07d00;
}

.button-register button {
  border-radius: 5px;
  outline: none;
  border: none;
  padding: 10px 0;
  font: 14px Quicksand-Bold;
  color: #fff;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  transition: 0.4s;
  width: 30%;
}

.button-register button:hover {
  background: #005688;
}

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

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

.row-place .select2-container .select2-selection--single {
  height: calc(1em + 1.25rem + 8px);
  border-color: #ced4da;
  border-radius: 0.25rem;
}

.row-place .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: calc(1em + 1.25rem + 6px);
  padding-left: 10px;
}

.row-place .select2-container .select2-selection--single .select2-selection__arrow {
  height: calc(1em + 1.25rem + 6px);
}

.form-group .select2-container .select2-selection--single {
  height: calc(1em + 1.25rem + 8px);
  border-color: #ced4da;
  border-radius: 0.25rem;
}

.form-group .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: calc(1em + 1.25rem + 6px);
  padding-left: 10px;
}

.form-group .select2-container .select2-selection--single .select2-selection__arrow {
  height: calc(1em + 1.25rem + 6px);
}

button[name=info-user],
button[name=changepass] {
  background: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 5px;
  font: 14px Quicksand-Bold;
  width: 30%;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0;
}

.left-account>ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}

.left-account>ul>li {
  padding: 15px 0;
}

.left-account>ul>li a {
  font: 15px Quicksand-Bold;
  transition: 0.3s;
  display: inline-block;
}

.left-account>ul>li>a>i {
  width: 19px;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.left-account>ul>li span span {
  color: #ec2d3f;
}

.left-account>ul>li a:hover>span,
.left-account>ul>li a.active>span {
  color: #f07d00;
  font-family: Quicksand-Bold;
}

.left-account>ul>li a:hover>span {
  text-decoration: underline;
}

.left-account>ul>li>ul {
  margin: 10px 0 0 30px;
  padding: 0;
  list-style: none;
}

.left-account>ul>li>ul li {
  margin: 10px 0;
  transition: 0.5s;
}

.left-account>ul>li>ul li a {
  font: 14.5px Quicksand-Medium;
}

.left-account>ul>li>ul li a i {
  font-size: 10px;
}

.left-account>ul>li>ul li:hover {
  transform: translateX(5px);
}

@media screen and (max-width: 991px) {
  .left-account ul li a {
    font-size: 14px;
  }
}

.noti-form-wrap {
  padding: 20px;
}

.notiHead {
  font: 14px Quicksand-Bold;
  cursor: pointer;
  padding: 10px;
  color: var(--main-color);
  margin-bottom: 5px;
  border-radius: 7px;
  background: #ebebeb;
  transition: 0.4s;
}

.notiHead.new {
  background: #bde9ff;
}

.notiHead.new .notiView {
  display: none;
}

.notiHead>span:nth-child(1) {
  display: flex;
  align-items: baseline;
  flex: 0 0 calc(100% - 182px);
  -ms-flex: 0 0 calc(100% - 182px);
  max-width: calc(100% - 182px);
}

.notiHead>span:nth-child(2) {
  color: #333;
  font-family: Quicksand-Regular;
}

.notiHead>span:nth-child(2) {
  flex: 0 0 182px;
  -ms-flex: 0 0 182px;
  max-width: 182px;
}

.notiHead>span i {
  transform-origin: center center;
  transition: 0.4s;
}

.notiHead:hover>span:nth-child(1),
.notiHead:not(.collapsed)>span:nth-child(1) {
  color: #f07d00;
}

@media screen and (max-width: 991px) {
  .notiHead {
    flex-wrap: wrap;
  }

  .notiHead>span p {
    margin-bottom: 4px;
  }

  .notiHead>span:nth-child(1) {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 4px;
  }

  .notiHead>span:nth-child(2) {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    font-size: 12px;
    padding-left: 20px;
  }
}

.notiBody>div {
  background: #ffdfb0;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 5px;
}

.notiBody>div .article {
  transition: 0.5s;
}

.notiView {
  font-size: 11px;
  color: #333;
}

@media screen and (max-width: 991px) {
  .notiView {
    font-size: 10px;
  }
}

.user-avatar {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  box-sizing: border-box;
  border: 0.5px solid #eee;
  overflow: hidden;
}

.user-avatar__placeholder {
  width: 100%;
  position: relative;
  background-color: #f5f5f5;
  border-radius: 50%;
  overflow: hidden;
}

.user-info {
  padding-left: 10px;
}

.user-info h4 {
  font: 16px Quicksand-Bold;
  color: var(--main-color);
  text-align: center;
  margin-bottom: 5px;
}

.user-info p {
  font-size: 13px;
  color: #666;
}

.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;
}

.card-primary.card-outline-tabs>.card-header a.active {
  border-top: 3px solid var(--main-color) !important;
}

.companySlide__items a {
  border-radius: 20px;
}

@media screen and (max-width: 576px) {
  .companySlide__items a {
    border-radius: 10px;
  }
}

.companyProfile {
  margin: 30px 0;
  padding: 40px;
  background: rgba(1, 133, 207, 0.1);
  border-radius: 20px;
}

.companyProfile>h3 {
  color: var(--main-color);
  font: 25px Quicksand-Bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--main-color);
  transition: 0.4s;
  text-transform: capitalize;
}

.companyProfile:hover>h3 {
  color: #f07d00;
  border-bottom-color: #f07d00;
}

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

  .companyProfile>h3 {
    font-size: 22px;
  }
}

.line-login {
  margin: 15px 0 20px 0;
}

.line-login span:nth-child(1),
.line-login span:nth-child(3) {
  display: inline-block;
  height: 1px;
  border-top: 1px solid #dee2e6;
  flex-grow: 1;
}

.line-login span:nth-child(2) {
  font-family: Quicksand-Bold;
  color: var(--main-color);
  padding: 0 10px;
  text-align: center;
}

.login-social-btn {
  padding: 10px 0;
  transition: 0.4s;
  border: 1px solid #aaa;
}

.login-social-btn:hover {
  border-color: #f07d00;
}

.btn-spec {
  background: #0185cf !important;
  color: #fff !important;
  font-family: Quicksand-Bold !important;
  font-size: 15px !important;
}

.btn-spec.btn-sm,
.btn-non-spec.btn-sm {
  width: 130px !important;
  height: 37px !important;
  text-align: center;
}

.btn-non-spec {
  background: rgb(241, 241, 241) !important;
  color: #0185cf !important;
  font-size: 15px !important;
  font-family: Quicksand-Bold !important;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
  color: #0185cf !important;
  font: 19px Quicksand-Bold !important;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  font-size: 19px;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 2px;
}

.jconfirm .jconfirm-box {
  padding: 20px 20px 0;
}

.jconfirm.jconfirm-white .jconfirm-bg,
.jconfirm.jconfirm-light .jconfirm-bg {
  background-color: #444;
  opacity: 0.65;
}

.card-comment .card-header {
  font: 30px Quicksand-Bold;
  color: var(--main-color);
  padding: 0;
  padding-bottom: 20px;
  border-bottom: 1px dashed #f07d00;
}

.card-comment .card-body {
  padding: 10px 0;
}

@media screen and (max-width: 991px) {
  .card-comment .card-header {
    font-size: 24px;
  }
}

.card-comment-write,
.card-comment-lists {
  border: 0 !important;
  box-shadow: none !important;
}

.card-comment-write .card-body,
.card-comment-lists .card-body {
  padding: 10px 0;
}

.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: #f07d00;
  background-color: #fff;
  border-bottom: 0;
  border-top-width: 3px;
  border-top-color: #f07d00;
}

.nav-user-res .nav-tabs .nav-link {
  font: 14px Quicksand-Bold;
  white-space: nowrap;
}

.nav-user-res .nav-tabs .nav-link:hover {
  color: #f07d00;
}

.nav-user-res .nav-tabs {
  border-color: #eee;
  flex-wrap: nowrap;
}

.btn-edit-company {
  background: #f07d00;
  color: #fff;
  border: 5px;
  margin-bottom: 20px;
  font: 15px Quicksand-Bold;
  border-radius: 5px;
  padding: 7px 15px;
  display: inline-block;
  transition: 0.4s;
}

.btn-edit-company:hover {
  color: #fff;
}

.comment-object-name {
  font: 16px Quicksand-Bold;
  color: var(--main-color);
}

.companyTour {
  padding: 60px 0 0 0;
}

.btn-tour-company {
  font: 26px Quicksand-Bold;
  color: var(--main-color);
  transition: 0.4s;
  display: inline-block;
  position: relative;
}

.btn-tour-company:hover,
.btn-tour-company.active {
  color: #ec2d3f;
}

.btn-tour-company.new::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/new1.png) no-repeat;
  background-size: 100% 100%;
  top: -10px;
  right: -27px;
}

.btn-tour-company.best::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/best-price3.png) no-repeat;
  background-size: 100% 100%;
  top: -10px;
  left: -30px;
}

@media screen and (max-width: 767px) {
  .btn-tour-company {
    font-size: 20px;
  }
}

.companySlide__items {
  padding: 0 10px;
}

.companySlide_slick {
  margin: 0 -10px;
}

.companyBox {
  padding: 10px;
  border-radius: 10px;
}

.companyBox:hover .companyBox_info h3 {
  color: #ec2d3f;
}

.companyBox_image {
  flex: 0 0 43%;
  -ms-flex: 0 0 43%;
  max-width: 43%;
  padding-right: 7px;
}

.companyBox_image>div.overflow-hidden {
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .companyBox_image {
    flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .companyBox_image {
    flex: 0 0 170px;
    -ms-flex: 0 0 170px;
    max-width: 170px;
    padding-right: 5px;
  }
}

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

.companyBox_info {
  flex: 0 0 57%;
  -ms-flex: 0 0 57%;
  max-width: 57%;
  padding-left: 7px;
}

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

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

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

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

.companyBox__comment--star {
  color: #bdbdbd;
}

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

.companyBox__comment--label {
  font-family: Quicksand-Bold;
  color: var(--main-color);
  margin: 0 10px;
  text-transform: uppercase;
}

.companyBox__sale {
  position: absolute;
  top: 10px;
  right: 17px;
  color: #000000;
  background: #fcd801;
  font-size: 11px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  border-top-right-radius: 0;
  font-family: Quicksand-Medium;
}

.companyBox_info h3 {
  font: 18px Quicksand-Bold;
  transition: 0.4s;
  margin-bottom: 5px;
}

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

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

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

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

.companyBox__code span {
  font-family: Quicksand-Bold;
  color: #f07d00;
}

.companyBox__price strong {
  font: 15px Quicksand-Bold;
  color: #ec2d3f;
  margin: 0 10px 0 5px;
}

.companyBox__price del {
  font-size: 13px;
  color: #aaa;
}

.companyBox__date span,
.companyBox__author span {
  color: var(--main-color);
}

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

.col-company {
  margin-bottom: 30px;
}

.companyBox__best {
  position: absolute;
  top: -7px;
  left: -6px;
  background: url(../images/sale.png) no-repeat;
  width: 58px;
  height: 64px;
}

.companyInfo_logo {
  flex: 0 0 115px;
  -ms-flex: 0 0 115px;
  max-width: 115px;
  padding-right: 15px;
}

@media screen and (max-width: 576px) {
  .companyInfo_logo {
    flex: 0 0 85px;
    -ms-flex: 0 0 85px;
    max-width: 85px;
  }
}

.companyInfo_search {
  flex: 0 0 320px;
  -ms-flex: 0 0 320px;
  max-width: 320px;
  padding-left: 20px;
}

.companyInfo_search input {
  width: 100%;
  height: 40px;
  background: #fff;
  outline: none;
  border: none;
  border-radius: 8px;
  padding: 0 45px 0 15px;
  font-size: 13px;
}

.companyInfo_search button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  outline: none;
  border: none;
  border-radius: 8px;
  height: 40px;
  width: 40px;
  color: var(--main-color);
}

@media screen and (max-width: 991px) {
  .companyInfo_search {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }
}

.companyInfo_name {
  flex-grow: 1;
  color: #fff;
}

.companyInfo_name .form-row {
  max-width: 380px;
}

.companyInfo_name h3 {
  text-transform: uppercase;
  font: 20px Quicksand-Bold;
  margin-bottom: 10px;
}

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

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

@media screen and (max-width: 576px) {
  .companyInfo_name {
    flex: 0 0 calc(100% - 85px);
    -ms-flex: 0 0 calc(100% - 85px);
    max-width: calc(100% - 85px);
  }

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

.companyInfo {
  padding: 30px 40px;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 30px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.companyInfo::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

@media screen and (max-width: 991px) {
  .companyInfo {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 576px) {
  .companyInfo {
    padding: 15px 20px;
  }
}

.companyInfo_tour {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px;
}

.companyInfo_tour a {
  font: 16px Quicksand-Bold;
  transition: 0.4s;
  color: #fff;
}

.companyInfo_tour a:hover {
  color: var(--main-color);
  text-decoration: underline;
}

.companyInfo_tour a+a {
  margin-left: 40px;
}

@media screen and (max-width: 991px) {
  .companyInfo_tour {
    margin-top: 15px;
    display: flex;
    align-items: baseline;
    justify-content: center;
  }

  .companyInfo_tour a {
    font-size: 14px;
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .companyInfo_tour {
    font-size: 13.5px;
  }
}

.companyInfo__comment h4 {
  font: 16px Quicksand-Bold;
  margin-bottom: 3px;
}

.companyInfo__comment h4 i {
  color: #ffe14d;
}

@media screen and (max-width: 991px) {
  .companyInfo__comment {
    font-size: 12.5px;
  }

  .companyInfo__comment h4 {
    font-size: 14px;
  }
}

.title-deal {
  margin-bottom: 25px;
}

.title-deal span {
  color: #ec2d3f;
  font: 25px Quicksand-Bold;
}

.title-deal img {
  width: 45px;
}

.title-deal a {
  position: absolute;
  top: -40px;
  right: -30px;
  width: 30px;
  height: 30px;
  outline: none;
  border: none;
  border-radius: 50%;
  background: #fff;
}

.title-deal a i {
  display: block;
  font-size: 30px;
  width: 30px;
  height: 30px;
  color: #ec2d3f;
}

.companytour_slick {
  margin: 0 -15px !important;
}

.companytour_slick .slick-slide {
  padding: 0 15px;
}

.companytour_slick .slick-slide>div {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .companytour_slick .slick-slide {
    padding: 0 15px;
  }

  .companytour_slick .slick-slide>div {
    margin-bottom: 20px;
  }
}

.dots_tour {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dots_tour li {
  margin: 0 3px;
}

.dots_tour li div {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font: 13px Quicksand-Bold;
  line-height: 33px;
  text-align: center;
  border: 1px solid #e6e6e6;
  transition: 0.4s;
  overflow: hidden;
  cursor: pointer;
}

.dots_tour li:hover div,
.dots_tour li.slick-active div {
  background: var(--main-color);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .comment-item-poster.admin {
    text-align: left;
    flex-wrap: wrap;
  }

  .comment-item-poster.admin .comment-item-letter {
    flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    max-width: 40px;
    text-align: center;
  }

  .comment-item-poster.admin .comment-item-name {
    margin-right: 0;
    flex: 0 0 calc(100% - 50px);
    -ms-flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
  }

  .comment-item-poster.admin .comment-item-email,
  .comment-item-poster.admin .comment-item-phone,
  .comment-item-poster.admin .comment-item-posttime {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 0 !important;
  }
}

.orderItem_top h4 {
  font: 15px Quicksand-Bold;
  color: var(--main-color);
}

.orderItem_top p {
  font-family: Quicksand-SemiBold;
}

.orderItem+.orderItem {
  margin-top: 15px;
}

.orderItem_bottom span {
  font: 16px Quicksand-Bold;
}

.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: 14px Quicksand-Bold;
}

.orderBox_price del {
  font-size: 13px;
  color: #666;
}

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

.orderBox_info h3 {
  font: 14px Quicksand-Bold;
}

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

@media screen and (max-width: 576px) {
  .orderBox_info {
    padding: 0 10px;
  }

  .orderBox_info p {
    font-size: 13px;
  }
}

.orderBox+.orderBox {
  margin-top: 10px;
}

.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: Quicksand-Bold;
  padding: 12px 25px;
  white-space: nowrap;
}

.history-nav a:hover,
.history-nav a.active {
  border-color: var(--main-color);
  color: var(--main-color);
}

.detailOrder-title {
  font: 16px Quicksand-Bold;
  color: var(--main-color);
}

.form-search-order {
  position: relative;
  background: #fff;
}

.form-search-order button {
  position: absolute;
  top: 3px;
  right: 4px;
  outline: none;
  border: none;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  background: var(--hover-color);
  color: #fff;
}

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

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

.his-info li {
  padding-left: 30px;
  position: relative;
  margin: 5px 0;
}

.his-info li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #aaa;
  top: calc(50% - 4px);
  left: 0;
}

.his-order-total {
  color: #ec2d3f;
  font: 17px Quicksand-Bold;
}

.his-order-total-temp {
  font-size: 17px;
}

.section-main {
  margin-top: 30px;
  margin-bottom: 25px;
}

.title-main {
  margin-bottom: 1.5rem;
  text-align: center;
}

.title-main h2 {
  text-transform: uppercase;
  color: var(--main-color);
  font: 22px Quicksand-Bold;
}

.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: 30px Quicksand-Bold;
  color: var(--main-color);
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .header-container h2 {
    font-size: 25px;
  }
}

.share-zalo {
  margin-right: 0.6rem;
  transition: 0.3s;
}

.share-zalo .zalo-share-button {
  display: block !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.14), 0 1px 4px rgba(0, 0, 0, 0.28);
}

.share-zalo:hover {
  transform: translateY(-5px);
}

/* Paging */
.pagination-cus .page-item {
  margin: 0 4px;
}

.pagination-cus .page-item:first-child .page-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination-cus .page-item:last-child .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.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: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  border-radius: 5px;
}

.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: 35px;
  height: 35px;
  color: #666 !important;
  border: 1px solid #e6e6e6;
  font: 13px Quicksand-Bold;
  line-height: 33px;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #ffffff;
  border-radius: 50%;
}

.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, ".") " ";
}

/*tienich-phone*/
.support-online {
  margin-bottom: 30px;
}

.support-online a {
  position: relative;
  margin: 20px 10px;
  text-align: left;
  width: 40px;
  height: 40px;
  display: block;
}

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

.support-online i,
.support-online img {
  width: 40px;
  height: 40px;
  background: var(--main-color);
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 99;
}

.support-online .btn-support {
  cursor: pointer;
}

.kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  transition: all 0.5s;
  background-color: rgba(1, 133, 207, 0.5);
  opacity: 0.75;
  right: -10px;
}

.kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(1, 133, 207, 0.4);
  opacity: 0.1;
  border-color: var(--main-color);
  opacity: 0.5;
}

.title-right-fixed {
  position: absolute;
  z-index: 99;
  background: #f07d00;
  color: #fff;
  white-space: nowrap;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px 0;
  width: 90px;
  font: 12.5px Quicksand-Bold;
  display: none;
  text-align: center;
  border-radius: 5px;
  right: calc(100% + 25px);
  transition: all 0.4s ease-in-out;
}

.title-right-fixed::after,
.title-right-fixed::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  transition: all 0.4s ease-in-out;
}

.title-right-fixed::after {
  border-width: 6px 0 6px 7.5px;
  border-color: transparent transparent transparent #f07d00;
}

.title-right-fixed::before {
  border-width: 6px 0 6px 7.5px;
  border-color: transparent transparent transparent #f07d00;
}

.title-right-hover:hover .title-right-fixed {
  display: block;
}

.social_fixed {
  position: fixed;
  right: 20px;
  bottom: 250px;
  z-index: 999;
}

.social_fixed a {
  display: block;
}

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

.tags-title {
  transform: rotateZ(-90deg);
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  white-space: nowrap;
}

.tags-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tags-list a {
  height: 26px;
  line-height: 24px;
  position: relative;
  font-size: 14px;
  margin-left: 20px;
  padding: 0 10px 0 12px;
  background: var(--warning);
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  transition: 0.4s;
}

.tags-list a::before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent var(--warning) transparent transparent;
  border-style: solid;
  border-width: 12px 12px 14px 0;
  transition: 0.4s;
}

.tags-list a::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
}

.tags-list a:hover {
  background: var(--danger);
}

.tags-list a:hover::before {
  border-color: transparent var(--danger) transparent transparent;
}

@media screen and (max-width: 991px) {
  .tags-list a {
    margin-bottom: 5px;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 1;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.zoomIn {
  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% {
    transform: translateY(-8px);
  }

  50% {
    transform: translateY(12px);
  }

  100% {
    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 900ms infinite;
}

@keyframes my {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.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;
  }
}

.kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  transition: all 0.5s;
  background-color: rgba(1, 133, 207, 0.5);
  opacity: 0.75;
  right: -10px;
}

.kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(1, 133, 207, 0.4);
  opacity: 0.1;
  border-color: var(--main-color);
  opacity: 0.5;
}

.arcontactus-widget {
  opacity: 0;
  transition: 0.2s opacity;
  line-height: 1;
}

.arcontactus-widget * {
  box-sizing: border-box;
}

.arcontactus-widget.left.arcontactus-message {
  left: 20px;
  right: auto;
}

.arcontactus-widget.left .arcontactus-message-button {
  right: auto;
  left: 0;
}

.arcontactus-widget.left .arcontactus-prompt {
  left: 80px;
  right: auto;
  transform-origin: 0 50%;
}

.arcontactus-widget.left .arcontactus-prompt.arcu-prompt-top {
  left: 0;
  right: auto;
}

.arcontactus-widget.left .arcontactus-prompt.arcu-prompt-top:before {
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-bottom: 0 none;
  left: 25px;
  right: auto;
}

.arcontactus-widget.left .arcontactus-prompt:before {
  border-right: 8px solid #fff;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: auto;
  left: -15px;
}

.arcontactus-widget.left .messangers-block {
  right: auto;
  left: 0;
  transform-origin: 10% 105%;
}

.arcontactus-widget.left .callback-countdown-block {
  left: 0;
  right: auto;
}

.arcontactus-widget.left .messangers-block::before,
.arcontactus-widget.left .callback-countdown-block::before {
  left: 25px;
  right: auto;
}

.arcontactus-widget.hg.arcontactus-message {
  width: 100px;
  height: 100px;
}

.arcontactus-widget.hg .messangers-block,
.arcontactus-widget.hg .callback-countdown-block,
.arcontactus-widget.hg .arcu-popup {
  bottom: 110px;
}

.arcontactus-widget.hg .arcontactus-prompt {
  bottom: 5px;
}

.arcontactus-widget.hg .icons-line {
  top: 22px;
  left: 24px;
}

.arcontactus-widget.hg.left .messangers-block:before,
.arcontactus-widget.hg.left .callback-countdown-block:before,
.arcontactus-widget.hg.left .arcu-popup:before {
  left: 41px;
}

.arcontactus-widget.hg.left .arcontactus-prompt {
  left: 110px;
  bottom: 26px;
}

.arcontactus-widget.hg.right .messangers-block:before,
.arcontactus-widget.hg.right .callback-countdown-block:before,
.arcontactus-widget.hg.right .arcu-popup:before {
  right: 41px;
}

.arcontactus-widget.hg.right .arcontactus-prompt {
  right: 110px;
  bottom: 26px;
}

.arcontactus-widget.hg .arcontactus-message-button {
  width: 100px;
  height: 100px;
}

.arcontactus-widget.hg .arcontactus-message-button .pulsation {
  width: 114px;
  height: 114px;
  border-radius: 60px;
}

.arcontactus-widget.hg .arcontactus-message-button .icons {
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
}

.arcontactus-widget.hg .arcontactus-message-button .callback-state {
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
}

.arcontactus-widget.md.arcontactus-message {
  width: 60px;
  height: 60px;
}

.arcontactus-widget.md .messangers-block,
.arcontactus-widget.md .callback-countdown-block,
.arcontactus-widget.md .arcu-popup {
  bottom: 70px;
}

.arcontactus-widget.md .arcontactus-prompt {
  bottom: 5px;
}

.arcontactus-widget.md.left .messangers-block:before,
.arcontactus-widget.md.left .callback-countdown-block:before,
.arcontactus-widget.md.left .arcu-popup:before {
  left: 21px;
}

.arcontactus-widget.md.left .arcontactus-prompt {
  left: 70px;
}

.arcontactus-widget.md.left .arcontactus-prompt.arcu-prompt-top {
  bottom: 70px;
  left: 0;
  right: auto;
}

.arcontactus-widget.md.left .arcontactus-prompt.arcu-prompt-top:before {
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-bottom: 0 none;
  left: 21px;
  right: auto;
}

.arcontactus-widget.md.right .messangers-block:before,
.arcontactus-widget.md.right .callback-countdown-block:before,
.arcontactus-widget.md.right .arcu-popup:before {
  right: 21px;
}

.arcontactus-widget.md.right .arcontactus-prompt {
  right: 70px;
}

.arcontactus-widget.md.right .arcontactus-prompt.arcu-prompt-top {
  right: 0;
  bottom: 70px;
}

.arcontactus-widget.md.right .arcontactus-prompt.arcu-prompt-top:before {
  right: 21px;
}

.arcontactus-widget.md .arcontactus-message-button {
  width: 60px;
  height: 60px;
}

.arcontactus-widget.md .arcontactus-message-button .pulsation {
  width: 74px;
  height: 74px;
}

.arcontactus-widget.md .arcontactus-message-button .icons {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.arcontactus-widget.md .arcontactus-message-button .callback-state {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.arcontactus-widget.sm.arcontactus-message {
  width: 60px;
  height: 60px;
}

.arcontactus-widget.sm .messangers-block,
.arcontactus-widget.sm .callback-countdown-block,
.arcontactus-widget.sm .arcu-popup {
  bottom: 60px;
}

.arcontactus-widget.sm .arcontactus-prompt {
  bottom: 0;
}

.arcontactus-widget.sm.left .messangers-block:before,
.arcontactus-widget.sm.left .callback-countdown-block:before,
.arcontactus-widget.sm.left .arcu-popup:before {
  left: 16px;
}

.arcontactus-widget.sm.left .arcontactus-prompt {
  left: 60px;
}

.arcontactus-widget.sm.left .arcontactus-prompt.arcu-prompt-top {
  bottom: 60px;
  left: 0;
  right: auto;
}

.arcontactus-widget.sm.left .arcontactus-prompt.arcu-prompt-top:before {
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-bottom: 0 none;
  left: 16px;
  right: auto;
}

.arcontactus-widget.sm.right .messangers-block:before,
.arcontactus-widget.sm.right .callback-countdown-block:before,
.arcontactus-widget.sm.right .arcu-popup:before {
  right: 16px;
}

.arcontactus-widget.sm.right .arcontactus-prompt {
  right: 70px;
  bottom: 7px;
}

.arcontactus-widget.sm.right .arcontactus-prompt.arcu-prompt-top {
  right: 0;
  bottom: 60px;
}

.arcontactus-widget.sm.right .arcontactus-prompt.arcu-prompt-top:before {
  right: 16px;
}

.arcontactus-widget.sm .arcontactus-message-button {
  width: 60px;
  height: 60px;
}

.arcontactus-widget.sm .arcontactus-message-button .pulsation {
  width: 74px;
  height: 74px;
}

.arcontactus-widget.sm .arcontactus-message-button .icons {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.arcontactus-widget.sm .arcontactus-message-button .static {
  margin-top: -16px;
}

.arcontactus-widget.sm .arcontactus-message-button .callback-state {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.arcontactus-widget.active {
  opacity: 1;
}

.arcontactus-widget.arcontactus-message {
  z-index: 1000000;
  right: 20px;
  bottom: 130px;
  position: fixed !important;
  height: 70px;
  width: 70px;
}

.arcontactus-widget .arcontactus-message-button {
  width: 70px;
  position: absolute;
  height: 70px;
  right: 0;
  background-color: red;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.arcontactus-widget .arcontactus-message-button p,
.arcontactus-widget .arcontactus-message-button .arcu-item-label {
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  line-height: 11px;
  margin: 0;
}

.arcontactus-widget .arcontactus-message-button .pulsation {
  width: 84px;
  height: 84px;
  background-color: red;
  border-radius: 50px;
  position: absolute;
  left: -7px;
  top: -7px;
  z-index: -1;
  transform: scale(0);
  animation: arcontactus-pulse 2s infinite;
}

.arcontactus-widget .arcontactus-message-button .icons {
  background-color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
}

.arcontactus-widget .arcontactus-message-button .static {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  margin-left: -26px;
  width: 52px;
  height: 52px;
  text-align: center;
}

.arcontactus-widget .arcontactus-message-button .static img {
  display: inline;
}

.arcontactus-widget .arcontactus-message-button .static svg {
  width: 24px;
  height: 24px;
  color: #fff;
}

.arcontactus-widget .arcontactus-message-button.no-text .static {
  margin-top: -12px;
}

.arcontactus-widget .pulsation:nth-of-type(2n) {
  animation-delay: 0.5s;
}

.arcontactus-widget .pulsation.stop {
  animation: none;
}

.arcontactus-widget .icons-line {
  top: 10px;
  left: 12px;
  display: flex;
  position: absolute;
  transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
  animation-delay: 0s;
  transform: translateX(30px);
  height: 24px;
  transition: 0.2s all;
}

.arcontactus-widget .icons-line.stop {
  animation-play-state: paused;
}

.arcontactus-widget .icons-line span {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: red;
}

.arcontactus-widget .icons-line span svg,
.arcontactus-widget .icons-line span i {
  width: 24px;
  height: 24px;
}

.arcontactus-widget .icons-line span i {
  display: block;
  font-size: 24px;
  line-height: 24px;
}

.arcontactus-widget .icons-line img,
.arcontactus-widget .icons-line span {
  margin-right: 40px;
}

.arcontactus-widget .static {
  transition: 0.2s all;
}

.arcontactus-widget .static.hide {
  transform: scale(0);
  opacity: 0;
}

.arcontactus-widget .icons {
  transition: 0.2s all;
}

.arcontactus-widget .icons.hide {
  transform: scale(0);
  opacity: 0;
}

.arcontactus-widget .icons.hide .icons-line {
  transform: scale(0);
}

.arcontactus-widget .icons .icon:first-of-type {
  margin-left: 0;
}

.arcontactus-widget .arcontactus-close {
  color: #fff;
}

.arcontactus-widget .arcontactus-close svg {
  transform: rotate(180deg) scale(0);
  transition: ease-in 0.12s all;
  display: block;
}

.arcontactus-widget .arcontactus-close.show-messageners-block svg {
  transform: rotate(0) scale(1);
}

.arcontactus-widget .arcontactus-prompt {
  display: flex;
}

.arcontactus-widget .messangers-block,
.arcontactus-widget .arcontactus-prompt,
.arcontactus-widget .arcu-popup {
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  width: 300px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 80px;
  right: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 0;
  box-sizing: border-box;
  border-radius: 7px;
  transform-origin: 80% 105%;
  transform: scale(0);
  transition: ease-out 0.12s all;
  z-index: 1000000;
}

.arcontactus-widget .messangers-block:before,
.arcontactus-widget .arcontactus-prompt:before,
.arcontactus-widget .arcu-popup:before {
  position: absolute;
  bottom: -7px;
  right: 25px;
  left: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  content: "";
}

.arcontactus-widget .messangers-block.show-messageners-block,
.arcontactus-widget .arcontactus-prompt.show-messageners-block,
.arcontactus-widget .arcu-popup.show-messageners-block {
  transform: scale(1);
}

.arcontactus-widget .arcu-popup {
  padding: 0;
}

.arcontactus-widget .arcu-popup .arcu-popup-header {
  padding: 18px 15px;
  color: #fff;
  background: #787878;
  border-radius: 7px 7px 0 0;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  margin-bottom: 0;
  font-size: 17px;
  position: relative;
  line-height: 1.4;
}

.arcontactus-widget .arcu-popup .arcu-popup-content {
  padding: 10px;
  max-height: 300px;
  overflow: auto;
  line-height: initial;
}

.arcontactus-widget .arcontactus-prompt.arcu-prompt-top {
  right: 0;
  max-width: 260px;
  bottom: 80px;
}

.arcontactus-widget .arcontactus-prompt.arcu-prompt-top:before {
  bottom: -7px;
  right: 25px;
  left: auto;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-bottom: 0 none;
}

.arcontactus-widget .messangers-block {
  display: block;
}

.arcontactus-widget .messangers-block.has-header {
  padding-top: 0;
}

.arcontactus-widget .messangers-block .arcu-menu-header {
  padding: 18px 15px;
  color: #fff;
  background: #787878;
  border-radius: 7px 7px 0 0;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  margin-bottom: 10px;
  font-size: 17px;
  position: relative;
  line-height: 1.4;
}

.arcontactus-widget .arcu-header-close,
.arcontactus-widget .arcu-popup-close,
.arcontactus-widget .arcu-popup-back {
  position: absolute;
  right: 0;
  top: -30px;
  padding: 0;
  margin: 0;
  border: 0 none;
  background: none;
  line-height: 1;
  width: 26px;
  height: 26px;
  cursor: pointer;
  color: #fff;
  background: #787878;
  border-radius: 50%;
  text-align: center;
}

.arcontactus-widget .arcu-header-close svg,
.arcontactus-widget .arcu-popup-close svg,
.arcontactus-widget .arcu-popup-back svg {
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
}

.arcontactus-widget .arcu-popup-back {
  right: auto;
  left: 0;
  top: 50%;
  margin-top: -13px;
  display: none;
}

.arcontactus-widget .arcu-popup-back svg {
  height: 16px;
  width: 16px;
  margin: -8px 0 0 -8px;
}

.arcontactus-widget .arcontactus-prompt {
  color: #787878;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  width: auto;
  bottom: 10px;
  right: 80px;
  white-space: nowrap;
  padding: 14px 20px 14px;
}

.arcontactus-widget .arcontactus-prompt:before {
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 8px solid transparent;
  bottom: 16px;
  right: -15px;
}

.arcontactus-widget .arcontactus-prompt.active {
  transform: scale(1);
}

.arcontactus-widget .arcontactus-prompt:hover .arcontactus-prompt-close {
  opacity: 1;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close {
  opacity: 0;
  transition: 0.2s all;
  position: absolute;
  right: -10px;
  top: -10px;
  padding: 0;
  margin: 0;
  border: 0 none;
  background: none;
  line-height: 1;
  width: 26px;
  height: 26px;
  cursor: pointer;
  color: #fff;
  background: #787878;
  border-radius: 50%;
  text-align: center;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close svg {
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing {
  border-radius: 10px;
  display: inline-block;
  left: 3px;
  padding: 0 0 0 3px;
  position: relative;
  top: 4px;
  width: 50px;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing>div {
  position: relative;
  float: left;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #ccc;
  margin: 0 2px;
  animation: arcontactus-updown 2s infinite;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing>div:nth-child(2) {
  animation-delay: 0.1s;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing>div:nth-child(3) {
  animation-delay: 0.2s;
}

.arcontactus-widget .messangers-block .messangers-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.arcontactus-widget .messangers-block .messangers-list li {
  margin: 0;
  padding: 0;
}

.arcontactus-widget .messangers-block.sm .arcu-menu-header {
  padding-top: 12px;
  padding-bottom: 12px;
}

.arcontactus-widget .messangers-block.sm .not-rounded-items .messanger {
  padding-left: 42px;
}

.arcontactus-widget .messangers-block.sm .messanger {
  padding-left: 50px;
  min-height: 44px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.arcontactus-widget .messangers-block.sm .messanger span {
  height: 32px;
  width: 32px;
  margin-top: -16px;
}

.arcontactus-widget .messangers-block.sm .messanger span svg,
.arcontactus-widget .messangers-block.sm .messanger span i {
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-size: 21px;
}

.arcontactus-widget .not-rounded-items .messanger {
  padding-left: 48px;
}

.arcontactus-widget .not-rounded-items .messanger span {
  left: 5px;
}

.arcontactus-widget .messanger {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  cursor: pointer;
  width: 100%;
  padding: 8px 20px 8px 60px;
  position: relative;
  min-height: 54px;
  text-decoration: none;
}

.arcontactus-widget .messanger:hover {
  background-color: #eee;
}

.arcontactus-widget .messanger:before {
  background-repeat: no-repeat;
  background-position: center;
}

.arcontactus-widget .messanger.facebook span {
  background: #0084ff;
}

.arcontactus-widget .messanger.viber span {
  background: #7c529d;
}

.arcontactus-widget .messanger.telegram span {
  background: #2ca5e0;
}

.arcontactus-widget .messanger.skype span {
  background: #31c4ed;
}

.arcontactus-widget .messanger.email span {
  background: #ff8400;
}

.arcontactus-widget .messanger.contact span {
  background: #7eb105;
}

.arcontactus-widget .messanger.call-back span {
  background: #54cd81;
}

.arcontactus-widget .messanger span {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -20px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0084ff;
  margin-right: 10px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.arcontactus-widget .messanger span svg,
.arcontactus-widget .messanger span i {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}

.arcontactus-widget .messanger span i {
  font-size: 24px;
  line-height: 24px;
}

.arcontactus-widget .messanger p,
.arcontactus-widget .messanger .arcu-item-label {
  margin: 0;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  padding: 0;
  line-height: 17px;
}

.arcontactus-widget .messanger p .arcu-item-subtitle,
.arcontactus-widget .messanger .arcu-item-label .arcu-item-subtitle {
  font-size: 13px;
  color: #787878;
}

.arcontactus-widget .callback-countdown-block {
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  width: 410px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 80px;
  left: auto;
  right: 0;
  align-items: center;
  border-radius: 7px;
  transform-origin: 80% 105%;
  transform: scale(1);
  transition: ease-out 0.12s all;
  z-index: 1000000;
  color: red;
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 8px;
  display: none;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-timer_timer {
  font-size: 38px;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
}

.arcontactus-widget .callback-countdown-block.display-flex {
  display: block;
}

.arcontactus-widget .callback-countdown-block:before {
  position: absolute;
  bottom: -7px;
  right: 25px;
  left: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  content: "";
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone {
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  padding: 0 10px 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
  width: 100%;
  position: relative;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone:before {
  transition: 0.2s all;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone.ar-loading:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone.ar-loading:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 2;
  top: 50%;
  bottom: 50%;
  margin-top: -15px;
  margin-bottom: -15px;
  left: 50%;
  margin-left: -15px;
  background: url("../img/ring-alt.gif") no-repeat transparent scroll 0 0;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone p,
.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .arcu-item-label {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 3px;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group {
  align-items: center;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group .arcu-form-group {
  margin-bottom: 10px;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group .arcu-form-group.arcu-form-group-required .arcu-form-label:after {
  content: "";
  color: #c7254e;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group .arcu-form-group.arcu-form-group-type-checkbox {
  position: relative;
  padding-left: 20px;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group .arcu-form-group.arcu-form-group-type-checkbox input {
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group .arcu-form-label {
  font-size: 14px;
  margin-bottom: 3px;
  color: #333;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group .arcu-form-field {
  display: block;
  width: 100%;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  border: 0;
  height: 36px;
  box-sizing: border-box;
  padding: 6px 10px 6px;
  border: 1px solid #ddd;
  margin: 0 !important;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group textarea.arcu-form-field {
  height: 80px;
  resize: vertical;
  max-height: 140px;
  min-height: 60px;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group button[type=submit] {
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 0;
  background-color: red;
  color: #fff;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  padding: 7px 5px 7px;
  cursor: pointer;
  height: 36px;
  margin: 0;
  line-height: 1;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group button[type=submit]:hover {
  opacity: 0.8;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-sorry {
  height: 140px;
  align-items: center;
  display: none;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-sorry p {
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 7px;
  width: 100%;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-close {
  position: absolute;
  right: 9px;
  top: 9px;
  padding: 0;
  margin: 0;
  border: 0 none;
  background: none;
  line-height: 1;
  width: 26px;
  height: 26px;
  cursor: pointer;
  color: #fff;
  background: #787878;
  border-radius: 50%;
  z-index: 1;
  text-align: center;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-close svg {
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-timer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 140px;
  display: none;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-timer p {
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 7px;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-timer h1 {
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  font-weight: 300;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone.display-flex {
  display: block;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-timer.display-flex,
.arcontactus-widget .callback-countdown-block .callback-countdown-block-sorry.display-flex {
  display: flex;
}

.arcontactus-widget .callback-state {
  background-color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  display: none;
  animation: none;
  z-index: 999999;
  transition: 0.2s all;
  transform: scale(0);
  color: red;
  display: flex;
}

.arcontactus-widget .callback-state.display-flex {
  transform: scale(1);
}

.arcontactus-widget .callback-state svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}

.arcontactus-widget .callback-state .callback-state-img {
  position: absolute;
  top: 12px;
  left: 12px;
}

.arcontactus-widget .animation-pause {
  animation-play-state: paused;
}

@media (max-width: 468px) {
  .arcontactus-widget.arcontactus-message.opened {
    width: auto;
    right: 20px;
    left: 20px;
  }

  .arcontactus-widget .callback-countdown-block {
    width: auto;
  }
}

@media (max-height: 400px) {
  .arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close {
    opacity: 1;
  }
}

@media (max-width: 428px) {
  .arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group {
    display: block;
  }

  .arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=tel],
  .arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group button[type=submit] {
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
  }

  .arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=tel] {
    margin-bottom: 10px !important;
  }

  .arcontactus-widget .callback-countdown-block .callback-countdown-block-phone.display-flex {
    display: block;
    width: 100%;
  }

  .arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close {
    opacity: 1;
  }

  .arcontactus-widget.arcontactus-message .messangers-block,
  .arcontactus-widget.arcontactus-message .callback-countdown-block,
  .arcontactus-widget.arcontactus-message .arcu-popup {
    bottom: 0;
    border-radius: 0;
  }

  .arcontactus-widget.arcontactus-message.open,
  .arcontactus-widget.arcontactus-message.opened,
  .arcontactus-widget.arcontactus-message.popup-opened {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .arcontactus-widget.arcontactus-message.open .messangers-block .arcu-menu-header,
  .arcontactus-widget.arcontactus-message.opened .messangers-block .arcu-menu-header,
  .arcontactus-widget.arcontactus-message.popup-opened .messangers-block .arcu-menu-header {
    border-radius: 0;
    padding-right: 40px;
  }

  .arcontactus-widget.arcontactus-message.open .messangers-block .arcu-header-close,
  .arcontactus-widget.arcontactus-message.opened .messangers-block .arcu-header-close,
  .arcontactus-widget.arcontactus-message.popup-opened .messangers-block .arcu-header-close {
    right: 5px;
    top: 50%;
    margin-top: -13px;
  }

  .arcontactus-widget.arcontactus-message.open .arcu-popup .arcu-popup-header,
  .arcontactus-widget.arcontactus-message.opened .arcu-popup .arcu-popup-header,
  .arcontactus-widget.arcontactus-message.popup-opened .arcu-popup .arcu-popup-header {
    border-radius: 0;
    padding-right: 40px;
    padding-left: 30px;
  }

  .arcontactus-widget.arcontactus-message.open .arcu-popup .arcu-popup-back,
  .arcontactus-widget.arcontactus-message.opened .arcu-popup .arcu-popup-back,
  .arcontactus-widget.arcontactus-message.popup-opened .arcu-popup .arcu-popup-back {
    display: block;
  }

  .arcontactus-widget.arcontactus-message.open .arcu-popup .arcu-popup-close,
  .arcontactus-widget.arcontactus-message.opened .arcu-popup .arcu-popup-close,
  .arcontactus-widget.arcontactus-message.popup-opened .arcu-popup .arcu-popup-close {
    right: 5px;
    top: 50%;
    margin-top: -13px;
  }

  .arcontactus-widget.arcontactus-message.open .messangers-block,
  .arcontactus-widget.arcontactus-message.opened .messangers-block,
  .arcontactus-widget.arcontactus-message.popup-opened .messangers-block,
  .arcontactus-widget.arcontactus-message.open .callback-countdown-block,
  .arcontactus-widget.arcontactus-message.opened .callback-countdown-block,
  .arcontactus-widget.arcontactus-message.popup-opened .callback-countdown-block,
  .arcontactus-widget.arcontactus-message.open .arcontactus-prompt,
  .arcontactus-widget.arcontactus-message.opened .arcontactus-prompt,
  .arcontactus-widget.arcontactus-message.popup-opened .arcontactus-prompt,
  .arcontactus-widget.arcontactus-message.open .arcu-popup,
  .arcontactus-widget.arcontactus-message.opened .arcu-popup,
  .arcontactus-widget.arcontactus-message.popup-opened .arcu-popup {
    width: 100%;
  }

  .arcontactus-widget.arcontactus-message.open .messangers-block .arcontactus-prompt-close,
  .arcontactus-widget.arcontactus-message.opened .messangers-block .arcontactus-prompt-close,
  .arcontactus-widget.arcontactus-message.popup-opened .messangers-block .arcontactus-prompt-close,
  .arcontactus-widget.arcontactus-message.open .callback-countdown-block .arcontactus-prompt-close,
  .arcontactus-widget.arcontactus-message.opened .callback-countdown-block .arcontactus-prompt-close,
  .arcontactus-widget.arcontactus-message.popup-opened .callback-countdown-block .arcontactus-prompt-close,
  .arcontactus-widget.arcontactus-message.open .arcontactus-prompt .arcontactus-prompt-close,
  .arcontactus-widget.arcontactus-message.opened .arcontactus-prompt .arcontactus-prompt-close,
  .arcontactus-widget.arcontactus-message.popup-opened .arcontactus-prompt .arcontactus-prompt-close,
  .arcontactus-widget.arcontactus-message.open .arcu-popup .arcontactus-prompt-close,
  .arcontactus-widget.arcontactus-message.opened .arcu-popup .arcontactus-prompt-close,
  .arcontactus-widget.arcontactus-message.popup-opened .arcu-popup .arcontactus-prompt-close {
    opacity: 1;
  }

  .arcontactus-widget.arcontactus-message.open .arcontactus-message-button,
  .arcontactus-widget.arcontactus-message.opened .arcontactus-message-button,
  .arcontactus-widget.arcontactus-message.popup-opened .arcontactus-message-button {
    display: none;
  }
}

@keyframes arcontactus-updown {

  0%,
  43%,
  100% {
    transform: translate(0, 0);
  }

  25%,
  35% {
    transform: translate(0, -10px);
  }
}

@keyframes arcontactus-pulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes arcontactus-show-stat {

  0%,
  20% {
    transform: scale(1);
  }

  21%,
  84% {
    transform: scale(0);
  }

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

@keyframes arcontactus-show-icons {

  0%,
  20% {
    transform: scale(0);
  }

  21%,
  84% {
    transform: scale(1);
  }

  85%,
  100% {
    transform: scale(0);
  }
}

#googleMap {
  height: 660px;
  width: 100%;
}

.mapBox_top--image {
  flex: 0 0 100px;
  max-width: 100px;
  margin-right: 10px;
}

.mapBox_top--info {
  flex: 0 0 calc(100% - 110px);
  max-width: calc(100% - 110px);
}

.mapBox_top--info a {
  font: 15px Quicksand-Bold;
  color: var(--main-color);
  margin-bottom: 7px;
}
.mapBox_top--info p.text-split{
  -webkit-line-clamp: 6;
}
.mapBox {
  width: 400px;
  background: #fff;
  font-family: Quicksand-Medium;
}

.mapBox_bottom a,
.mapBox_bottom span {
  color: var(--main-color);
}

.on-map-event {
  background: var(--main-color);
  color: #fff;
  font-family: Quicksand-Bold;
  padding: 5px 12px;
  display: inline-block;
  border-radius: 20px;
  margin-top: 10px;
  transition: .3s;
  border: 1px solid var(--main-color);
  box-shadow: 0 3px 4px rgba(1, 133, 207, 0.1);
}
.on-map-event:hover{
  color: var(--main-color);
  background: #fff;
}

.filerEvent,.filterPlace{
  background: var(--main-color);
  padding: 15px;
  border-radius: 
  10px;
}
.filterEvent_items,.filterPlace_items{
  margin-bottom: 10px;
}
.filterEvent_items label,.filterPlace_items label{
  color: #fff;
  font-family: Quicksand-SemiBold;
}

.filterEvent_items button,.filterPlace_items button{
  height: 42px;
  width: 100%;
  background: #FCD801;
  color: #000;
  font-family: Quicksand-Bold;
  transition: .3s;
  outline: none;
  border: none;
  border-radius: .25rem;
  margin-top: 29px;
}

.filterEvent_items button:hover,.filterPlace_items button:hover{
  background: #d3b300;
}

.filterEvent_items input.form-control,.filterPlace_items input.form-control{
  height: 42px !important;
}
.selectOnMap {
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 60px;
}
.selectOnMap>a{
  background: #fff;
  padding: 0px 17px;
  height: 40px;
  vertical-align: middle;
  color: rgb(0, 0, 0);
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  line-height: 40px;
  margin-right: 7px;
  transition: .3s;
}
.selectOnMap>a:hover{
  background: #eee;
}
.selectOnMap>div{
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
.selectOnMap>div .select2-container .select2-selection--single {
  height: 40px;
  border-color: #ced4da;
  border-radius: 2px;
}

.selectOnMap>div .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  padding-left: 10px;
  color: rgb(0, 0, 0);
}

.selectOnMap>div .select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.SumoSelect{
  display: block;
  width: 100%;
  color: #333;
}
.filterHome .wrapper{max-width: 1100px;}

.filterPlace_items .SumoSelect label{
  color: #333;
}
.filterPlace_items .SumoSelect > .CaptionCont{
  height: 42px;
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
}
.filterPlace_items .SumoSelect > .CaptionCont > span{
  color: #333;
  font-style: normal;
  line-height: 32px;
}
.filterPlace_items .SumoSelect > .CaptionCont > span.placeholder{
  color: #333;
  font-style: normal;
  line-height: 32px;
}
.filterPlace_items .SumoSelect > .CaptionCont > label{
  margin-bottom: 0;
}
.filterPlace_items .SumoSelect > .optWrapper > .options li label, .filterPlace_items .SumoSelect .select-all label{
  margin-bottom: 0;
  font-family: Quicksand-Regular;
}
.filterPlace_items .SumoSelect.open > .optWrapper{
  top: 45px;
}
.filterPlace_items .SumoSelect .select-all{
  height: auto !important;
  padding: 6px 6px 6px 35px !important;
}
.searchAppend{
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 20px);
  z-index: 100;
}

.suggestSearch>p{
  background: #f2f2f2;
  color: var(--main-color);
  font-family: Quicksand-Bold;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
}
.suggestSearch ul{
  background: #fff;
  margin: 0;
  list-style: none;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}
.suggestItems_image{
  flex:0 0 80%;
  max-width: 80px;
  border: 1px solid #eee;
  border-radius: 3px;
}
.suggestItems_info{
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
  padding-left: 10px;
}
.suggestItems_info h3{
  font:14px Quicksand-Bold;
  color: var(--main-color);
  margin-bottom: 4px;
}
.suggestItems_info h3.text-split{
  -webkit-line-clamp: 2;
}
.suggestItems_info strong{
  font:13.5px Quicksand-Bold;
  color: #ec2d3f;
  margin-right: 5px;
}
.suggestItems_info del{
  color: #aaa;
  font-size: 12.5px;
}
.search-wrap .searchAppend{
  top: calc(100% + 5px);
}
.why_element h2{text-align: center;}

.why_element{max-width: 800px; margin: auto;}
@media screen and (max-width:991px) {
  .filterEvent_items button{
    margin-top: 10px;
  }
}
@media screen and (max-width:769px) {
  .selectOnMap{
    top: 60px;
    left: 10px;
    right: auto;
  }
  .selectOnMap>a{
    margin-right: 0;
    margin-bottom: 10px;
  }

  .wrap-itm{width: 100%; float: none; margin-bottom: 10px; padding: 0;}
  .listcty{margin-left: 0; margin-right: 0;}
  .mapBox{width: 100%;}
  .mapBox_top{display: block !important;}
  .mapBox_top--image{width: 100%; max-width: 100%; margin: 0; text-align: center;}
  .mapBox_top--info{width: 100%; max-width: 100%;}
}
/*# sourceMappingURL=main.css.map */