/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Template: flatsome
Version: 3.16.2
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.transparent .header-wrapper {
	    background-image: linear-gradient(to right,#005D1C,#71b82b) !important;=
}
.shop-container{
	padding: 40px 0;
}
.quantity input[type=number]{
	padding:0;
}
@font-face {
  font-family: "Dancing Script";
  src: url(./assets/font/dancingscript-regular.ttf);
}
body {
  line-height: 1.6;
}
@media (min-width: 1400px) {
  .container-width,
  .full-width .ubermenu-nav,
  .container,
  .row {
    max-width: 1366px !important;
  }
}
.nav-dropdown-has-shadow .nav-dropdown {
  padding: 0;
}
.nav-dropdown-has-shadow .flex-left .nav-dropdown {
  background: #FFF !important;
  box-shadow: none !important;
  border: 0;
  top: 100%;
	
}
.row.not-padding {
  margin: 0 !important;
}
.row.not-padding > .col {
  padding: 0;
}
.mega-menu .ux-menu {
  padding: 10px;
}
.mega-menu .ux-menu a {
  line-height: 1.3;
}
.mega-menu .ux-menu-link__link {
  min-height: auto;
  font-size: 18px;
}
.mega-menu .ux-menu-link__link:hover span {
  color: var(--primary-color);
}
.mega-menu-title span {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.flex-left .header-nav.nav > li {
  margin: 0 15px;
	position: relative;
}
.flex-left .header-nav.nav > li > a {
  font-size: 16px !important;
}
.html.header-button-2 a {
  content: url(./assets/svg/map.svg);
  font-size: 9px;
}
.html.header-button-2 a span {
  font-size: 0;
}
.control-menu {
  width: 60px;
  text-align: center;
  margin-right: 20px;
}
.control-menu svg {
  width: 15px;
  height: 15px;
}
.header .flex-left.flex-grow {
  max-width: 685px;
  margin-left: 75px;
  margin-right: 0;
}
.header-nav-main.nav.nav-left {
  width: max-content;
  position: static;
}
.button-banner {
  text-transform: uppercase !important;
  font-weight: 500 !important;
}
.font-dancing h1 {
  margin: 0;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  display: block;
  font-family: "Dancing Script", cursive;
}
.banner-home p {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 8px;
}
.home-about h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: var(--primary-color);
  padding: 0;
  margin: 0 0 5px;
  font-style: italic;
}
.home-about .font-dancing h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  margin: 0 0;
  font-family: "Dancing Script", cursive;
}
.home-about p {
  font-size: 16px;
  margin: 20px 0;
  font-weight: 300;
}
.button:not(.is-outline).btn-main::after,
.button:not(.is-outline).btn-main::before,
.button:not(.is-outline).btn-main {
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #fff !important;
}
.button.primary:not(.is-outline).btn-main::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  width: 30px;
  display: inline-block;
  height: 1.5px;
  vertical-align: middle;
  opacity: 0;
}
.button:not(.is-outline).btn-main:hover::before {
  transform: translate(0, 0px);
  width: 30px;
  opacity: 1;
}
.button:not(.is-outline).btn-main::after {
  content: "";
  transform: scale(1);
  opacity: 0;
  background: #fff;
  width: calc(30px - 1px);
  display: inline-block;
  height: 1.5px;
  vertical-align: middle;
  opacity: 1;
  margin-left: 15px;
}
.box .button:not(.is-outline).btn-main::before {
  left: auto;
  right: 100%;
}
.box .button:not(.is-outline).btn-main:hover {
  transform: translate(29px, 0px);
}
.button:not(.is-outline).btn-main:hover span {
  transform: translate(45px, 0px);
  font-size: 16px;
}
.button:not(.is-outline).btn-main:hover::after {
  transform: scale(1);
  opacity: 0;
}
.box-dn .box-image {
  width: 61%;
  margin: 0 auto;
  position: relative;
}
.box-dn .box-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-dn .col-inner::after {
  content: " ";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  transition: all 0.5s;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 1px solid #d59d55;
  opacity: 0;
  transition: all 0.8s ease;
  z-index: -1;
  border-radius: 8px;
}
.box-dn:hover .col-inner::after {
  opacity: 1;
}
.box-dn h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 34px;
}
.box-dn .box-text.text-center {
  padding: 0;
}
.box-dn p {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
}
.title-index {
  text-align: center;
  margin-bottom: 30px;
}
.title-index h2 {
  font-size: 48px;
  line-height: 56px;
  z-index: 9;
  padding: 0;
  margin: 0 0;
  position: relative;
  display: inline-block;
  font-family: "Dancing Script", cursive;
  padding: 0 20px;
  font-weight: 500;
  max-width: 100%;
  width: max-content;
}
.flickity-page-dots .dot {
  background: transparent !important;
  height: 15px !important;
  width: 15px !important;
  border: 1px solid var(--primary-color) !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  opacity: 1 !important;
  border-radius: 3px;
}
.flickity-page-dots .dot.is-selected {
  background: #08382c !important;
}
.flickity-page-dots {
  position: relative;
  left: 0;
  top: 0;
}
.product-small.box {
    border: 1px solid #d5d5d5;
    padding: 7px 7px 45px;
    border-radius: 4px;
    position: relative;
    background-color: #FFF;
    box-shadow: 4px 4px 8px #e3e3e3;
}
.product-small .badge-container {
  top: 14px;
  right: 14px;
  left: auto;
  margin: 0;
}
.product-small .badge-container .badge {
  height: auto;
}
.product-small .badge-container .badge-inner {
  padding: 6px 17px;
  border-radius: 8px;
}
.product-small.box .wishlist-button {
  position: absolute;
  width: 82px;
  height: 82px;
  bottom: -41px;
  margin: 0;
  text-align: center;
  color: #fff;
  background: var(--primary-color);
  border-radius: 50% 50% 0 0;
  line-height: 45px;
  font-size: 18px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
	display: none !important;
}
.product-small.box .wishlist-button i {
  vertical-align: top;
  margin-top: -4px !important;
  font-size: 20px;
}
.product-small.box .box-image .image-tools.grid-tools {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(136, 136, 136, 0.5);
}
.product-small.box .box-image .image-tools.grid-tools .add-to-cart-grid,
.product-small.box .box-image .image-tools.grid-tools .quick-view {
  content: url(./assets/svg/view.svg);
  display: inline-block;
  border: 1px solid #08382c;
  background: #fff !important;
  height: 52px;
  line-height: 50px;
  text-align: center;
  width: 52px;
  border-radius: 50%;
  font-size: 0;
  outline: none;
  margin: 0 5px;
  z-index: 11;
  color: #08382c;
  padding: 15px !important;
  transition: all 0.5s;
}
.cart-icon strong:after, .cart-icon strong{
  color: #08382c;
}
.product-small.box .box-image .image-tools.grid-tools .add-to-cart-grid:hover,
.product-small.box .box-image .image-tools.grid-tools .quick-view:hover {
  box-shadow: inset 0px 1px 5px 0px rgb(136 136 136 / 50%);
}
.product-small.box .box-image .image-tools.grid-tools .add-to-cart-grid {
  content: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-small.box .box-image .image-tools.grid-tools .add-to-cart-grid::after {
  content: url(./assets/svg/cart.svg);
  display: block;
  width: 100%;
  line-height: 1;
}
.product-small.box .box-text {
  text-align: center;
  padding-bottom: 0 !important;
}
.product-small.box .box-text .product-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.4 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 !important;
  -webkit-line-clamp: 1;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
.product-small.box .price ins bdi {
  color: #d83a3a;
}
.product-small.box del {
  color: #969696 !important;
  font-size: 12px;
}
.product-small.box .price del bdi {
  color: #000;
}
.product-small.box .price {
  font-size: 18px;
  color: #d83a3a;
  font-weight: 600;
  gap: 10px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
}
.product-small.box .price-wrapper {
  margin-top: 10px;
}
.product-small {
  position: relative;
  padding-bottom: 50px !important;
}
.view_product {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  background-color: #08382c;
  line-height: 38px;
  padding: 0px 15px;
  font-size: 14px;
  border-radius: 8px;
  box-shadow: 0 3px var(--primary-color);
  min-width: 110px;
}
.view_product:hover {
  background-color: #047b28;
}
.img-box-main .box-text {
  margin: auto;
  position: absolute;
  z-index: 10;
  opacity: 0;
  color: #fff;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: none !important;
  padding: 30px;
}
.img-box-main .box-text .box-text-inner {
  background: rgba(13, 17, 21, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
  color: #fff;
}
.img-box-main .box-text .box-text-inner h4 {
  color: var(--primary-color);
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.img-box-main:hover .box-text {
  opacity: 1;
  transform: scale(1);
}
.home-value .icon-box {
  justify-content: center;
  align-items: center;
}
.home-value .icon-box .icon-box-text {
  flex: 0 1 40%;
}
.home-value .icon-box .icon-box-text p {
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
  display: block;
  margin: 0;
}
.home-value .icon-box .icon-box-text h3 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .title-index h2 {
    font-size: 30px;
  }
}
.title-index h2 a {
  color: #fff;
}
.title-index h2 a:hover {
  color: #d69c52;
}
@media (min-width: 767px) {
  .title-index h2:before {
    content: "";
    position: absolute;
    background-image: url(./assets/image/dish.webp);
    width: 45px;
    height: 43px;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    background-size: cover;
  }
  .title-index h2:after {
    content: "";
    position: absolute;
    background-image: url(./assets/image/dish.webp);
    width: 45px;
    height: 43px;
    top: 50%;
    left: 100%;
    transform: translateY(-50%) rotateY(-180deg);
    background-size: cover;
  }
}
.home-blog .col:nth-child(even) .box {
  flex-direction: column-reverse;
}
.box.box-blog-post {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
	color: #fff;
}
.box.box-blog-post .box-image {
  width: 100%;
}
.box.box-blog-post .box-image .image-cover {
  padding-top: 60% !important;
}
.box.box-blog-post .box-image img {
  background: #696969;
  object-fit: contain !important;
}
.time-post {
  margin-bottom: 20px;
  font-size: 16px;
}
.box.box-blog-post .box-text {
  margin-top: 0;
  padding: 30px 30px 5px 30px;
  border-top: 0;
  background: #08382c;
}
.archive .box.box-blog-post .box-text {
  padding: 15px 15px 0px 15px;
}
.box.box-blog-post h5 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.archive .box.box-blog-post h5 {
  font-size: 18px;
}
.box.box-blog-post p {
  font-size: 16px;
  color: #d0d0d0;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.archive .box.box-blog-post .box-text .box-text-inner {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.archive .box.box-blog-post p {
  padding: 0;
  margin: 0;
  border: 0;
}
.box.box-blog-post .is-divider {
  display: none;
}
.box.box-blog-post p,
.box.box-blog-post h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.4 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-top: 0;
  color: #fff;
}
.box.box-blog-post .button.primary:not(.is-outline).btn-main {
  margin: 0;
  font-size: 16px;
}
.review-box .icon-box-img {
  width: auto !important;
}
.review-box .icon-box-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
.review-box .icon-box h5 {
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  margin: 0 0 8px;
}
.review-box .icon-box {
  position: relative;
}
.review-box .icon-box p {
  color: var(--primary-color);
  font-size: 18px;
  margin: 0;
}
.review-box .icon-box::after {
  content: url(./assets/svg/quotation_marks.svg);
  line-height: 64px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 70px;
  height: 70px;
}
.review-box-content {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
}
footer {
  font-size: 15px;
}
footer p {
  margin-bottom: 10px;
}
.footer-add-title p {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer-add ul li {
  margin-left: 0;
  list-style: none;
}
.button.primary:not(.is-outline).footer-btn {
  color: #fff;
  background-color: var(--primary-color);
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 8px;
  box-shadow: 0 3px #047b28;
  margin-bottom: 20px;
  min-height: auto;
  height: auto;
  line-height: 1;
}
.footer-title p {
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
footer .ux-menu-link:hover .ux-menu-link__link {
  color: var(--primary-color) !important;
}
.footer-checkout ul,
.footer-social ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  list-style: none;
}
.footer-checkout ul li,
.footer-social ul li {
  margin-left: 0;
}
.back-to-top {
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}
.back-to-top:hover {
  color: #fff !important;
}
.shop-page-title,
.bread-crumb {
  background: #08382c;
}
.shop-page-title .page-title-inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
.shop-page-title .page-title-inner .breadcrumbs {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-color);
}
.bread-crumb p {
  padding: 15px 0;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-color);
}
.shop-page-title .page-title-inner .breadcrumbs a,
.bread-crumb p a {
  color: #fff;
}
.bread-crumb .separator {
  margin: 0 5px;
}
.archive #main,
.page-template-default .page-wrapper {
  padding: 50px 0 40px;
}
.archive.category #main {
  padding: 0;
}

.page-template-default .page-wrapper h1 {
  font-size: 40px;
  margin-bottom: 10px;
}
.achive-title .woocommerce-result-count {
  display: none;
}
.achive-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--primary-color);
  margin-bottom: 20px;
}
.achive-title h1 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  color: var(--primary-color);
  width: max-content;
}
.woocommerce-ordering select {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  color: #fff;
}
aside.widget {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--primary-color);
}
.widget .woof_container_inner h4,
aside.widget .widget-title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 17px;
  margin: 0;
  display: block;
  width: 100%;
  line-height: 1.6;
}
.widget .is-divider {
  display: none;
}
.widget ul > li + li {
  border: none !important;
}
aside.widget > ul,
.widget .menu-sidebar-menu-container {
  padding: 10px 15px;
}
.woof_block_html_items {
  margin-top: 15px;
}
.archive.category .row-large > .col {
  padding: 0 15px 30px;
}
.contact-title h2 {
  font-size: 15px;
  font-weight: 700;
  background: var(--primary-color);
  color: #fff;
  padding: 10px 17px;
  text-transform: uppercase;
  border-radius: 8px 8px 0 0;
}
.contact-page form,
.info-contact {
  border: 1px solid var(--primary-color);
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 15px;
}
.info-contact h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.info-contact p,
.info-contact li {
  margin-bottom: 10px;
  list-style: none;
  margin-left: 0 !important;
}
.info-contact a {
  margin: 0 !important;
}
form textarea,
form input:not([type="submit"]) {
  padding: 5px 20px;
  border: 1px solid #e6e6e6;
  border-bottom: 2px solid var(--primary-color);
  height: auto;
  font-size: 14px;
  border-radius: 8px;
}
form textarea {
  height: 77px;
  min-height: auto;
}
input[type="submit"]:not(.is-form) {
  background: var(--primary-color);
  color: #fff;
  margin-bottom: 10px;
  border: initial;
  padding: 0 20px;
  line-height: 35px;
  font-size: 14px;
  border-radius: 8px;
}
.contact-page iframe {
  border-radius: 8px;
}
.row-potiton {
  position: relative;
}
.row-potiton > .col,
.row-potiton > .col > .col-inner {
  position: static;
}
.booking-img {
  position: absolute;
  top: 0;
  overflow: hidden;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  border-radius: 15px;
}
.booking-img .img-inner,
.booking-img .img-inner img {
  height: 100%;
  object-fit: cover;
}
.booking-main {
  position: relative;
  z-index: 4;
}
.group_contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.form-group {
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
  color: #fff;
}
form p {
  margin-bottom: 0 !important;
}
.booking-main {
  padding-top: 50px;
  text-align: center;
}
.booking-main .col-inner {
  padding: 20px;
  overflow: hidden;
  border-radius: 15px;
}
.booking-main input {
  margin-bottom: 0;
}
.booking-main .wpcf7-spinner {
  position: absolute;
}
.booking-main input[type="submit"]:not(.is-form) {
  margin-top: 20px;
}
.hethong-info .col {
  padding-bottom: 0;
}
.hethong-icon {
  width: max-content;
  margin: 0 auto;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
}
.hethong-icon .icon-inner {
  width: 64px;
  height: 64px;
  text-align: center;
  border-radius: 100%;
  background-color: #08382c;
  background-size: auto auto;
  box-shadow: 0 6px 12px 0 rgb(0 0 0 / 10%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.hethong-icon .icon-inner img {
  width: 36px !important;
  padding: 0;
}
.d-none {
  display: none !important;
}
.hethong-info {
  background: #08382c;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  border: 1px solid #dadada;
  row-gap: 30px;
}
.hethong-info .item {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
}
@media (max-width: 991px) {
  .hethong-info .item {
    justify-content: left;
    margin-bottom: 10px;
  }
}
.hethong-info .item .thump {
  width: 64px;
  height: 64px;
  text-align: center;
  border-radius: 100%;
  background-color: var(--primary-color);
  background-size: auto auto;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.hethong-info .item .thump img {
  max-height: 36px;
}
.hethong-info .item span {
  font-size: 17px;
  color: #fff;
}
.page-he-thong .option-chos {
  background-color: #08382c;
  border-radius: 10px;
  height: 100%;
  padding: 10px;
}
.page-he-thong .option-chos .group-option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.page-he-thong .option-chos .group-option .group-city,
.page-he-thong .option-chos .group-option .group-district {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.page-he-thong .option-chos .group-option .group-city select,
.page-he-thong .option-chos .group-option .group-district select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 20px 5px 12px;
  border-radius: 5px;
  width: 100%;
  height: 35px;
  border-radius: 0;
  border: 1px solid var(--primary-color);
  outline: none !important;
  border-radius: 10px;
}
.page-he-thong .option-chos .group-option .group-city select option,
.page-he-thong .option-chos .group-option .group-district select option {
  background-color: #fff;
  color: #000;
}
.page-he-thong .option-chos .group-option .group-city select#city,
.page-he-thong .option-chos .group-option .group-district select#city {
  background-color: var(--primary-color);
  color: #fff;
}
.page-he-thong .option-chos .group-option .group-city select#district,
.page-he-thong .option-chos .group-option .group-district select#district {
  background-color: #fff;
  color: #000;
}
.page-he-thong .option-chos .info-store {
  margin-top: 15px;
  height: 400px;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .page-he-thong .option-chos .info-store {
    height: auto;
    max-height: 220px;
  }
}
.page-he-thong .option-chos .info-store::-webkit-scrollbar {
  width: 5px;
  background-color: var(--primary-color);
}
.page-he-thong .option-chos .info-store::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: var(--primary-color);
}
.page-he-thong .option-chos .info-store::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}
.page-he-thong .option-chos .info-store .store-list {
  background: #0e2825;
  padding: 5px 10px;
  line-height: 24px;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  margin-bottom: 10px;
  margin: 0 10px 10px 0;
  border-radius: 10px;
  border-bottom: 2px solid var(--primary-color);
}
.page-he-thong .option-chos .info-store .store-list:hover {
  background: #010202;
}
.page-he-thong .option-chos .info-store .store-list .name-cuahang {
  color: var(--primary-color);
  font-weight: 700;
}
.page-he-thong .option-chos .info-store .store-list .store-name {
  position: relative;
  display: inline-block;
  width: 100%;
}
.page-he-thong .option-chos .info-store .store-list .store-phone {
  position: relative;
  display: inline-block;
  width: 100%;
}
.page-he-thong .option-chos .info-store .store-list .store-phone .phone-url {
  margin-right: 15px;
  color: var(--primary-color);
}
.page-he-thong
  .option-chos
  .info-store
  .store-list
  .store-phone
  .phone-url:hover {
  color: var(--primary-color);
}
.page-he-thong .wrapcontact {
  height: 100%;
  overflow: hidden;
}
.page-he-thong .wrapcontact iframe {
  width: 100% !important;
  height: 474px !important;
  border: none !important;
  border-radius: 10px;
}
.page-he-thong .pagebody iframe {
  width: 100% !important;
  height: 474px !important;
  border: none !important;
  border-radius: 10px;
}
.single-post #content {
  background: #08382c;
}
.single-post .dark .is-divider {
  display: none;
}
.single-post .entry-header-text-top {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .col-left {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .row .row:not(.row-collapse).booking-main {
    max-width: 585px !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 850px) {
  .control-menu {
    display: none;
  }
  .font-dancing h1 {
    font-size: 30px;
  }
  .banner-home p {
    font-size: 14px;
  }
  .header-bottom {
    background: rgba(8, 56, 44, 1) !important;
  }
  .off-canvas:not(.off-canvas-center) i,
  .header-bottom i {
    color: #fff;
  }
  .header-bottom .nav-icon {
    margin-right: auto;
  }
  .header-bottom .header-search {
    margin-left: auto;
  }
  .off-canvas-left.mfp-ready .mfp-content {
    background-color: rgba(8, 56, 44, 1) !important;
  }
  .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
    color: #fff;
    padding: 10px;
  }
  .off-canvas-left.mfp-ready li {
    border: 0 !important;
  }
  .review-box .icon-box::after {
    display: none;
  }
  .form-group {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hethong-icon {
    margin: 0;
  }
}

.absolute-footer.dark {
	display:none;
}