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

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

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

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

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

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

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

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




/* Main */
:root {
  --main-color: #DF0014;
  --hover-color: #056600;
}

body {
  font-family: Mulish-Regular;
  margin: 0;
  line-height: 1.5em;
  font-size: 14px;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0 !important;
}

.skiptranslate,
#google_language_translator {
  display: none !important;
}

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

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: var(--hover-color);
  transition: color 0.3s ease;
}

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

figure {
  margin-bottom: 0;
}

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

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

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

.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;
  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 {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

.block-menu.sticky {
  position: fixed;
  background-color: #ffffff;
}

.block-menu.sticky .fa-magnifying-glass {
  color: #000000 !important;
}

.block-menu.sticky .mega-menu>ul>li>a {
  color: #000000;
}

.block-menu.sticky .mega-menu>ul>li>a:hover,
.block-menu.sticky .mega-menu>ul>li>a.active,
.block-menu.sticky .mega-menu .drop-menu>li:hover a {
  transition: all 0.3s;
}

.block-menu.sticky .header-hotline a {
  color: #FFFFFF !important;
}

.header-logo {
  transition: all 0.3s;
}

.block-menu.sticky .header-logo {
  flex: 0 0 60px;
  max-width: 60px;
  transition: all 0.3s;
}

#fix {
  height: 112px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mega-menu {
  position: relative;
}

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

.mega-menu>ul {
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  align-items: center;
}

.mega-menu>ul>li>a {
  display: block;
  text-align: center;
  font: 16px Mulish-Bold;
  color: #FFFFFF;
  position: relative;
  text-transform: uppercase;
}

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

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

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

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

.mega-menu>ul>li>a:hover,
.mega-menu>ul>li>a.active,
.mega-menu .drop-menu>li:hover a {
  transition: all 0.3s;
}

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

.mega-menu>ul>li>a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0px;
  height: 2px;
  background: #ffffff;
  transition: all 0.7s;
}

.mega-menu>ul>li>a:hover::before,
.mega-menu>ul>li>a.active::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: calc(100% - 25px);
  height: 2px;
  background: #ffffff;
  transition: all 0.5s;
}

.block-menu.sticky .mega-menu>ul>li>a.active::before,
.block-menu.sticky .mega-menu>ul>li>a:hover::before {
  background: #000000;
}

.mega-menu>ul .header-hotline a:hover::before,
.mega-menu>ul .header-logo a:hover::before,
.mega-menu>ul .header-hotline a::before,
.mega-menu>ul .header-logo a::before {
  display: none;
}

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

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

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

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

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

/* 
.headerBottom_element {
  padding: 5px 0;
} */

.mega-menu {
  position: relative;
}

.language-box {
  gap: 5px;
}

.header-hotline {
  padding: 10px 15px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  background: var(--main-color);
  color: #FFFFFF;
  font: 16px Mulish-Bold;
  transition: all 0.3s;
  cursor: pointer;
}

.header-hotline:hover {
  background: var(--hover-color);
}

.header-hotline:hover a {
  color: #fff;
  transition: all 0.3s;
}

.slideshow-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-content: center;
  text-align: center;
  color: #FFFFFF;
}

.owl-item.active .slideshow-info {
  animation: flipInY 1.2s linear forwards;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}

.flipInY {
  animation-name: flipInY;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.slideshow-welcome {
  font: 20px Mulish-Bold;
  letter-spacing: 20px;
}

.slideshow-title {
  font: 86px SVN-Sunflora;
  text-transform: uppercase;
}

.slideshow-info span {
  position: relative;
}

.slideshow-info span::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 220px;
  height: 2px;
  background: #FFFFFF;
}

.slideshow-info span::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 220px;
  height: 2px;
  background: #FFFFFF;
}

.slideshow-description {
  font: 18px Mulish-Bold;
  margin-bottom: 20px;
}

.slideshow-link {
  margin-top: 30px;
}

.slideshow-link a:first-child {
  padding: 10px 15px;
  background: var(--main-color);
  color: #FFFFFF;
  font: 16px Mulish-Bold;
  margin-right: 30px;
  transition: all 0.3s;
}

.slideshow-link a:first-child:hover {
  background: var(--hover-color);
  transition: all 0.3s;
}

.slideshow-link a:last-child {
  padding: 10px 15px;
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font: 16px Mulish-Bold;
  transition: all 0.3s;
}

.slideshow-link a:last-child:hover {
  background: var(--main-color);
  transition: all 0.3s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadCrumbs .wrapper .breadcrumb-item a {
  color: #212529;
}

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

/*Booking*/
.section-booking {
  position: relative;
  margin-top: -85px;
  z-index: 99;
}

.section-booking_element {
  border-radius: 12px;
  padding: 0;
  background: #FFF;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.08), 0px 6px 12px 0px rgba(0, 0, 0, 0.08), 0px 23px 23px 0px rgba(0, 0, 0, 0.07), 0px 51px 30px 0px rgba(0, 0, 0, 0.04), 0px 90px 36px 0px rgba(0, 0, 0, 0.01), 0px 141px 39px 0px rgba(0, 0, 0, 0);
}

.booking-box {
  padding-left: 30px;
}

.col-form-1 {
  flex: 0 0 23.58%;
  max-width: 23.58%;
}

button.submit-booking {
  height: 145px;
  background: var(--main-color);
  display: block;
  width: 244px;
  font-size: 20px;
  color: #FFFFFF;
  font-family: "Mulish-Bold";
  text-transform: uppercase;
  padding: 0 45px;
  line-height: 31px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all 0.3s;
}

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

.booking-input label {
  margin-bottom: 12px;
  font-family: Mulish-Bold;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
}

.booking-input .form-control {
  height: 60px;
  border-radius: 2px;
  border: 1px solid #CED4DA;
  background: #F8F9FA;
  font-family: Roboto-Regular;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.5098039216);
}

select#idList-booking {
  height: 60px;
  border-radius: 2px;
  border: 1px solid #CED4DA;
  background: #F8F9FA;
  font-family: Roboto-Regular;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.5098039216);
  width: 100%;
  padding: 0 10px;
}

/*About*/
.section-about {
  padding: 50px 0 100px 0;
}

.section-about_element {
  margin: 0 -37px;
}

.aboutRight {
  flex: 0 0 53.4586466165%;
  -ms-flex: 0 0 53.4586466165%;
  max-width: 53.4586466165%;
  padding: 0 37px;
  position: relative;
  z-index: 1;
}

.aboutLeft {
  flex: 0 0 calc(100% - 53.4586466165%);
  -ms-flex: 0 0 calc(100% -53.4586466165%);
  max-width: calc(100% - 53.4586466165%);
  padding: 0 37px;
}

.aboutLeft>h3 {
  font: 20px Mulish-SemiBold;
  color: var(--main-color);
  padding-left: 10px;
  border-left: 3px solid var(--main-color);
  text-transform: uppercase;
}

.aboutLeft>h2 {
  font: 64px SVN-Sunflora;
  color: var(--hover-color);
  margin: 15px 0;
}

.moreabout {
  padding: 10px 20px;
  font: 14px Mulish-SemiBold;
  color: #FFFFFF;
  background: var(--main-color);
  margin-right: 30px;
  text-transform: uppercase;
}

.moreabout2 {
  padding: 10px 20px;
  font: 14px Mulish-SemiBold;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  text-transform: uppercase;
  transition: all 0.3s;
}

.moreabout2:hover {
  background: var(--hover-color);
  border: unset;
}

.moreabout2:hover a {
  color: #FFFFFF;
  transition: all 0.3s;
}

.moreabout a:hover {
  color: #FFFFFF;
}

.moreabout:hover {
  background: var(--hover-color);
  transition: all 0.3s;
}

.imgabout-big {
  padding-left: 40px;
}

.imgabout-small {
  position: absolute;
  bottom: -50px;
  left: 0;
  border: 10px solid #FFFFFF;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.rotate-animation {
  animation: spin 5s linear infinite;
}

.imgabout-small2 {
  position: absolute;
  bottom: -50px;
  left: 37%;
}

.aboutLeft-more {
  margin-top: 30px;
}

.aboutLeft-more>a:nth-child(2) {
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: url(../images/phoneabout.png) left center no-repeat;
}

.aboutLeft-more>a:nth-child(2) span {
  display: block;
  font-size: 12px;
  color: #666666;
}

.aboutLeft-more>a:nth-child(2) span:nth-child(2) {
  color: #FFAE00;
  font: 18px Mulish-Bold;
}


/*Product*/
.section-product {
  padding: 50px 0;
  background: url(../images/bgroom2.png) no-repeat;
  background-size: cover;
}

.product-active-overlay {
  position: absolute;
  left: 50px;
  top: 50px;
  bottom: 50px;
  background: rgba(255, 255, 255, 0.9);
  background-size: cover;
  max-width: 420px;
}

.product-active-overlay-inner {
  padding: 20px;
  text-align: center;
}

.product-review {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 15px 0;
}

.price-news {
  font: 16px Mulish-SemiBold;
  color: red;
}

.price-old {
  font-size: 16px;
  color: #aaa;
  text-decoration: line-through;
}

.product-name {
  font: 34px SVN-Tangerine;
}

.product-desc {
  color: #666666;
  margin-bottom: 15px;
}

.product-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.product-content span {
  position: relative;
}

.product-contact {
  margin-top: 30px;
  text-align: center;
}

.product-contact a:first-child {
  padding: 10px 15px;
  font-family: Mulish-SemiBold;
  background: var(--main-color);
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.product-contact a:last-child {
  padding: 10px 15px;
  font-family: Mulish-SemiBold;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  text-transform: uppercase;
}

.product-active {
  margin-bottom: 20px;
}

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

.product-slick-items {
  padding: 0 10px;
}

.product__photo .product-overlay {
  left: 10px;
}

/* 
.product__photo .product-overlay .product-content span {
  display: unset;
  color: #FFFFFF;
} */

.product-overlay {
  position: absolute;
  left: 25px;
  bottom: 10px;
  right: 20px;
  color: #FFFFFF;
  z-index: 2;
}

/* 
.product-overlay .product-content {
  display: flex;
  margin: 0 -10px;
  align-items: center;
  color: #FFFFFF;
} */
.product-overlay .product-content span {
  display: flex;
  gap: 5px;
  position: relative;
}

.product-overlay .product-content span sup {
  top: 5px !important;
  left: -5px;
}

/* 
.product-overlay .product-content span:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FFFFFF;
}

.product-overlay .product-content span:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FFFFFF;
} */

.product-active-photo,
.product-active-photo img,
.product-photo,
.product-photo img {
  border-radius: 10px;
}

.product-eye {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  align-content: center;
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s;
}

.product-slick-items.active .product-eye {

  opacity: 1;
  transition: all 0.3s;
}

.product-eye img {
  margin: 0 auto;
}

.product-slick .slick-next-custom {
  right: -50px;
}

.product-slick .slick-prev-custom {
  left: -50px;
}

/*section-reasons*/
.section-reasons {
  padding: 50px 0;
}

.section-reasons_element {
  margin: 0 -20px;
}

.reasons-left,
.reasons-center,
.reasons-right {
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0 20px;
}

.reasons-left h3 {
  font: 15px Mulish-SemiBold;
  color: var(--hover-color);
}

.reasons-left h2 {
  font: 45px SVN-Sunflora;
  color: var(--hover-color);
  margin: 10px 0;
}

.reasons-left p {
  margin-bottom: 40px;
  opacity: 0.5;
  line-height: 25px;
  margin-top: 20px;
}

.reasons-left a {
  padding: 10px 15px;
  font: 15px Mulish-SemiBold;
  background: var(--main-color);
  color: #FFFFFF;
}

.reasons-left a:hover {
  background: var(--hover-color);
  transition: all 0.3s;
}

.reasons-right-items {
  align-items: center;
  margin: 0 -5px;
  margin-bottom: 25px;
}

.reasons-right-photo {
  flex: 0 0 96px;
  max-width: 96px;
  padding: 0 5px;
}

.reasons-right-photo img {
  position: relative;
}

.reasons-right-items:hover .reasons-right-photo img {
  animation: flip 0.6s linear;
}

@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.reasons-right-info {
  flex: 0 0 calc(100% - 96px);
  max-width: calc(100% - 96px);
  padding: 0 5px;
}

.reasons-right-info h2 {
  font: 16px Mulish-ExtraBold;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.reasons-right-info p {
  color: #666666;
}

/*Album*/
.section-album {
  padding: 50px 0;
}

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

.album-slick {
  margin: 0 -10px;
  padding: 0 100px;
  position: relative;
  top: -50px;
}

.album-slick .slick-next-custom {
  right: 50px;
}

.album-slick .slick-prev-custom {
  left: 50px;
}

.album-more {
  text-align: center;
}

.album-more a {
  padding: 10px 15px;
  background: var(--main-color);
  font: 16px Mulish-SemiBold;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.3s;
}

.album-more a img {
  margin-top: -5px;
}

.album-more a:hover {
  background: var(--hover-color);
  transition: all 0.3s;
}

/*Feedback*/
.section-feedback {
  padding: 50px 0;
  background: #FFFAFA;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
}

.slick-prev-custom {
  left: -150px;
}

.slick-next-custom {
  right: -150px;
}

.feedback-slick {
  margin: 0 auto;
  max-width: 945px;
}

.feedback-slick-items {
  padding: 0 5px;
}

.feedback-slick .slick-track {
  padding-top: 50px;
  padding-bottom: 10px;
}

.star {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.feedback-inner {
  padding: 100px 150px 50px 150px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.feedback-slick-items .feedback-inner {
  overflow: visible;
}

.feedback-photo {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.feedback-photo,
.feedback-photo img {
  border-radius: 50%;
}

.feedback-content {
  color: #666666;
  line-height: 25px;
  font-style: italic;
  margin: 15px 0 50px 0;
}

.feedback-name {
  font: 20px Mulish-Bold;
  margin-bottom: 10px;
}

.feedback-desc {
  color: #3E3E3E;
}

.feedbackbg {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.feedbackbg2 {
  position: absolute;
  top: 5px;
  right: 5px;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E7E7E7;
}

.slick-dots li.slick-active {
  background: var(--main-color);
}

/**/
.group-btn-category {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.group-btn-category button {
  font: 18px Poppins;
  color: var(--main-color);
  border-radius: 30px;
  border: 1px solid var(--main-color);
  padding: 8px 30px;
  background: #fff;
  transition: 0.3s;
}

.group-btn-category button:hover,
.group-btn-category button.active {
  background: var(--main-color);
  color: #fff;
}

.group-btn-category button.active {
  border: 5px solid #FFFFFF;
}

.group-btn-category button:hover a,
.group-btn-category button.active:hover a {
  color: #FFFFFF;
}

/*News*/
.section-news {
  padding: 50px 0;
}

.news__photo {
  border-radius: 5px;
}

.news-slick_items {
  padding: 0 12px;
}

.news-slick .slick-track {
  padding: 5px 0;
}

.news-slick {
  margin: 0 -12px;
}

.news-title {
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: flex-end;
}

.news-title h2 {
  font: 40px Hiragino;
  color: var(--main-color);
}

.news-title a {
  color: var(--main-color);
  font: 14px Roboto-Medium;
}

.news-slick .slick-prev-custom {
  left: -50px;
}

.news-slick .slick-next-custom {
  right: -50px;
}

/**/
.section-bestseller {
  padding: 40px 0;
}

.section-bestseller_element {
  margin: 0 -5px;
  position: relative;
}

.ic_ck {
  position: absolute;
  top: -28%;
  right: -8%;
}

.bestseller-left {
  flex: 0 0 485px;
  -ms-flex: 0 0 485px;
  max-width: 485px;
  padding: 0 5px;
}

.bestseller-right {
  flex: 0 0 calc(100% - 485px);
  -ms-flex: 0 0 calc(100% - 485px);
  max-width: calc(100% - 485px);
  padding: 0 5px;
  flex-direction: column;
}

.bestseller-left-photo,
.bestseller-right-top-2-photo,
.bestseller-right-bottom-photo {
  position: relative;
}

.overlay-bestseller-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  align-content: center;
  text-align: center;
}

.overlay-bestseller-left h2 {
  font: 32px SVN-Gilroy-SemiBold;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.overlay-bestseller-left h2::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 45%;
  border-bottom: 3px solid #FFFFFF;
}

.overlay-bestseller-left .bestseller-more {
  padding: 10px 25px;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  border-radius: 25px;
  font: 18px SVN-Gilroy-SemiBold;
}

.bestseller-right-top {
  margin: 0 -5px;
  flex: 1;
}

.bestseller-right-bottom {
  flex: 1;
}

.bestseller-right-top-1 {
  flex: 0 0 235px;
  max-width: 235px;
  padding: 0 5px;
  margin-bottom: 10px;
}

.bestseller-right-top-2 {
  flex: 0 0 calc(100% - 235px);
  max-width: calc(100% - 235px);
  padding: 0 5px;
  margin-bottom: 10px;
}

.bestseller-right-top-1-inner {
  flex: 1;
  background-color: #2C2C2C;
  align-content: center;
  text-align: center;
}

.bestseller-right-top-1 p {
  margin-bottom: 5px;
  color: #FFFFFF;
}

.bestseller-right-top-1 a {
  font: 18px SVN-Gilroy-SemiBold;
  position: relative;
  color: var(--hover-color);
  padding-bottom: 10px;
}

.bestseller-right-top-1 a::before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 90%;
  border-bottom: 2px solid var(--main-color);
}


.overlay-bestseller-right-top-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  padding-left: 30px;
  align-content: center;
}

.overlay-bestseller-right-bottom h2,
.overlay-bestseller-right-top-2 h2 {
  font: 22px SVN-Gilroy-Bold;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.overlay-bestseller-right-bottom a,
.overlay-bestseller-right-top-2 a {
  color: var(--hover-color);
  font: 16px SVN-Gilroy-SemiBold;
  border-bottom: 1px solid var(--hover-color);
}

.overlay-bestseller-right-bottom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  text-align: right;
  padding-right: 30px;
  align-content: center;
}

.bestseller-right-bottom-box {
  height: 258px;
}

/*Footer*/

.footerMap iframe {
  display: block;
  width: 100%;
  height: 446px;
}

.footerArticle {
  padding: 50px 0;
}

.footerPowered {
  background: var(--main-color);
  color: #FFFFFF;
}

.footerBg {
  color: #000000;
  background: url(../images/bgfooter2.png) no-repeat;
  background-size: cover;
}

.footer-top {
  margin-bottom: 40px;
}

.footerPowered_element {
  padding: 12px 0;
}

.footerPowered_element span {
  font: 16px Mulish-Bold;
  text-transform: uppercase;
}

.footerPowered_element a:hover {
  color: var(--hover-color);
  transition: all 0.3s;
}

.footerInfo {
  justify-content: space-between;
}

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

.footerInfo-photo {
  flex: 0 0 34px;
  max-width: 34px;
  padding: 0 5px;
}

.footerInfo-content {
  flex: 0 0 calc(100% - 34px);
  max-width: calc(100% - 34px);
  padding: 0 5px;
}

.footerInfo-content p:first-child {
  color: #333333;
  font-size: 16px;
}

.footerInfo-content p:last-child {
  font: 16px Mulish-Bold;
  color: #444444;
}

.footer-top h2 {
  font: 26px Mulish-ExtraBold;
  margin: 15px 0;
}

.footer-top p {
  font-style: italic;
  color: #666666;
  line-height: 25px;
  margin-top: 10px;
}

.mt-3 {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

#show_popup {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

.wow {
  visibility: hidden;
}

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

.article table {
  width: 100%;
}

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.news_box {
  position: relative;
}

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

.news__info {
  padding: 15px 0;
  position: relative;
  z-index: 2;
}

.news__info .news__detail {
  color: var(--main-color);
  padding-bottom: 5px;
  border-bottom: 1px solid var(--main-color);
}

.news_box {
  border-radius: 10px;
  position: relative;
}

.news__date {
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 15px;
  padding: 10px;
  text-align: center;
  background: var(--main-color);
}

.news__date p:first-child {
  font: 24px Mulish-ExtraBold;
}

.news__date p:last-child {
  font: 16px Mulish-Medium;
}

.news__name {
  margin-bottom: 10px;
  color: #333333;
  font: 16px Mulish-ExtraBold;
}

.news__name a {
  color: inherit;
}

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

.news__desc {
  font-size: 15px;
  color: #888888;
}

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

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

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

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

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

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

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

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

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

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

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

.product_box {
  position: relative;
}

.product_box:hover .product__name a {
  color: var(--main-color);
  transition: all 0.3s;
}

.product_box:hover .product__name {
  color: var(--main-color);
  transition: all 0.3s;
}

.product__info {
  position: relative;
  padding: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.product__photo {
  border: 5px solid #adae6d;
  border-radius: 20px;
}

.product__name {
  color: #2c2c1f;
  font: 18px Mulish-Bold;
  margin-bottom: 10px;
  -webkit-line-clamp: 1;
}

.product__info p {
  color: #000000;
  -webkit-line-clamp: 2;
}

.product__name a {
  color: inherit;
}

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

.product-bottom {
  justify-content: space-between;
  align-items: center;
  min-height: 43px;
}

.product-star {
  justify-content: space-between;
  align-items: center;
}

.product-star span {
  margin-left: 5px;
}

.price__pro_new a,
.price__pro_new strong {
  color: #EA0B0B;
  font: 16px SVN-Gilroy-SemiBold;
}

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

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

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

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

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

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

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

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

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

/* Product Detail */
.pro-details-buy {
  margin-bottom: 20px;
  text-align: center;
}

.pro-details-buy a {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  padding: 10px 0;
  display: block;
  font: 16px Roboto-SemiBold;
  text-transform: uppercase;
}

.pro-details-buy a:hover {
  background-color: var(--hover-color);
  border: 1px solid var(--hover-color);
  color: #000000;
  transition: all 0.3s;
}

.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(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #fff;
  font-size: 23px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.video {
  cursor: pointer;
}

.youtube-logo {
  position: relative;
}

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

/*video*/
.section-main {
  margin-top: 15px;
  margin-bottom: 25px;
}

.title-main {
  margin-bottom: 1.5rem;
  text-align: center;
}

.title-main h2 {
  text-transform: uppercase;
  color: var(--main-color);
  font-weight: bold;
  font-size: 23px;
}

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

.header-container p {
  font-size: 20px;
  margin-top: 10px;
  color: #666666;
}

.header-container h2 {
  font: 45px SVN-Sunflora;
  color: var(--hover-color);
}

.header-container>img {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -50%;
  transform: translateX(-50%);
}

/* Paging */
.pagination-cus .page-item {
  margin: 0 4px;
}

.pagination-cus .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-cus .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-cus .page-item.active .page-link {
  background: var(--main-color);
  color: white;
  border-color: var(--main-color);
}

.pagination-cus .page-item:not(:first-child) .page-link {
  margin-left: 0;
}

.pagination-cus .page-link {
  color: var(--main-color);
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
}

.pagination-cus .page-link:hover {
  z-index: 2;
  color: white;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

/* Paging Ajax */
.pagination-ajax {
  text-align: center;
}

.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 3px 3px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  color: #666 !important;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #ffffff;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
  color: #ffffff !important;
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.pagination-ajax a.first {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.first::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-first.png);
}

.pagination-ajax a.last {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.last::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.prev::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.next::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-next.png);
}

.block-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  transition: 0.8s;
}

.search-wrap {
  position: relative;
  color: #fff;
  height: 100vh;
}

.form-search-d {
  position: relative;
  width: 0;
  transition: 0.8s;
}

.form-search-d.active {
  width: 70%;
}

.form-search-d input {
  width: 100%;
  height: 45px;
  outline: none;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding: 0 30px 0 10px;
  font-size: 12px;
}

.form-search-d input::placeholder {
  color: #fff;
  font-size: 12px;
}

.form-search-d button {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  border: none;
  cursor: pointer;
  background: transparent;
  font-size: 14px;
  height: 100%;
  color: #fff;
}

.close-form-search {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 25px;
  transition: 0.3s;
}

.close-form-search:hover {
  color: #f00;
}

/* 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, ".") " ";
}

.addThis_listing .addThis_item {
  margin-bottom: 5px;
}

.addThis_listing .addThis_item .addThis_item--icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.addThis_item--icon i {
  font-size: 20px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--main-color);
  border-radius: 50%;
}

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

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  position: absolute;
  top: 4px;
  right: 55px;
  z-index: 9;
  height: 32px;
  line-height: 26px;
  padding: 3px 10px;
  width: auto;
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: rgb(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent rgb(0, 0, 0);
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon:hover {
  text-decoration: none;
  opacity: 0.9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 45px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px 10px;
}

.fb_dialog_content>iframe {
  right: -6px !important;
}

.addThis_listSharing {
  position: fixed;
  bottom: 100px;
  z-index: 500;
  top: auto !important;
  right: 26px;
}

.backtop {
  right: 26px;
  bottom: 60px;
  top: auto !important;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  top: auto !important;
  height: 44px;
  width: 44px;
  background-color: var(--main-color);
  line-height: 36px;
  border-radius: 100%;
  font-size: 30px;
  transition: all 0.3s ease-out 0s;
  transform: translateY(-120px);
  opacity: 0;
  visibility: hidden;
  text-align: center;
  color: #fff !important;
  margin-bottom: 5px;
}

.backtop:hover {
  filter: brightness(1.3);
}

.backtop.show {
  z-index: 999;
  transition: transform 0.3s ease-out 0s;
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

#player {
  display: block;
  aspect-ratio: 625/395;
  width: 100%;
  margin-bottom: 10px;
}

.item-video-addon {
  padding: 0 5px;
  transition: 0.6s;
}

.slick-video-addon {
  margin: 0 -5px;
}

#cbo_video {
  width: 100%;
  height: 52px;
  border: 1px solid #ccc;
  padding: 0 15px;
  border-radius: 5px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.hover-glass {
  overflow: hidden;
  display: block;
  position: relative;
}

.hover-glass::before {
  content: "";
  position: absolute;
  top: 0;
  left: -83%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.hover-glass:hover::before {
  left: 120%;
  transition: all 1s;
}

.zoomIn {
  -webkit-animation-name: customzoomIn;
  animation-name: customzoomIn;
}

@keyframes customzoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.swing-vertical {
  animation: top-image-bounce 2s infinite ease-in-out;
}

@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.vibration-icon {
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

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

.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes customfadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes customfadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes customfadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes customfadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes customfadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes customfadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.text-nhapnhay {
  animation: my 700ms infinite;
}

@keyframes my {
  0% {
    color: #ffc853;
  }

  50% {
    color: #f00;
  }

  100% {
    color: #ffc853;
  }
}

.rotate360 {
  animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

/* Blink */
.blink {
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#menu {
  display: none;
}

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

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

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

#hamburger span {
  top: 9px;
}

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

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

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

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

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

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

.mobile_menu_section p {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #333;
}

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

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

.mobile_menu_section .mobile_menu_help a {
  display: block;
  padding: 7px 7px 7px 0;
  margin-left: 7px;
  text-transform: uppercase;
  color: #333;
}

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

.logo-mobile {
  display: none;
}

.search-bar {
  display: none;
}

.hotline-pro {
  margin-bottom: 20px;
}

.socialRight___form {
  margin: 0 -5px;
}

.socialRight___form .form-group {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.socialRight___form .form-group label {
  margin-left: 2px;
}

.form-group-idList {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.form-group-idList select#idList-booking {
  background: #FFFFFF;
  border: 1px solid #000;
  color: #48484A;
  height: 44px;
}

.content-form {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 5px;
  text-align: center;
}

.socialRight___form input {
  width: 100%;
  height: 44px;
  background: #fff;
  padding: 0 15px;
  font: 15px Mulish-Regular;
  border: 1px solid #000;
}

.socialRight___form input::placeholder {
  color: #48484A;
  font: 15px Mulish-Regular;
}

.socialRight___form textarea {
  width: 100%;
  height: 150px;
  background: #fff;
  padding: 15px;
  border: 1px solid #000;
  margin-bottom: 10px;
}

.socialRight___form textarea::placeholder {
  color: #48484A;
}

.socialRight___form button {
  background: var(--hover-color);
  color: #fff;
  border-radius: 5px;
  width: 237px;
  height: 48px;
  margin-top: 15px;
  font: 16px Mulish-Bold;
}

.socialRight___form button:hover {
  background: var(--main-color);
  transition: all 0.3s;
}

/* Ẩn popup ban đầu */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

/* Nội dung popup */
.popup-content {
  background: white;
  max-width: 600px;
  padding: 40px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.popup-content h2 {
  font: 32px Mulish-ExtraBold;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: var(--hover-color);
}

/* Nút đóng */
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 25px;
  cursor: pointer;
}

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

  .backtop,
  .addThis_listSharing {
    right: 15px;
  }

  #fix {
    height: 50px;
    position: unset;
  }

  .logo-mobile img {
    height: 40px;
  }

  #hamburger {
    display: block !important;
  }

  .headerBottom {
    background-color: #FFF;
  }

  .header-logo,
  .header-top {
    display: none;
  }

  .mega-menu {
    display: none;
  }

  .headerBottom_element {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
  }

  #hamburger {
    display: block !important;
  }

  .logo-mobile {
    display: block;
  }

  .search-bar {
    display: block;
  }

  .search-bar .fa-magnifying-glass {
    font-size: 20px;
    color: var(--main-color);
  }

  .footerPowered_element {
    justify-content: center !important;
    text-align: center;
  }

  .mm-listitem {
    text-transform: uppercase;
  }

  .addThis_listing {
    display: block !important;
  }

  .form-search-d.active {
    width: 100%;
  }

  .left-pro-detail,
  .right-pro-detail {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .aboutLeft,
  .aboutRight {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .aboutRight {
    margin-bottom: 20px;
  }

  .row-product {
    padding: 0 -5px;
  }

  .col-product {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0 5px;
    margin-bottom: 10px;
  }

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

  .col-news {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .contact-text,
  .contact-form {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .slideshow-welcome {
    font-size: 16px;
  }

  .slideshow-title {
    font-size: 52px;
  }

  .slideshow-description {
    font-size: 16px;
  }

  .imgabout-small {
    left: 30px;
  }

  .imgabout-big {
    padding-left: 0;
  }

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

  .product-slick-items {
    padding: 0 5px;
  }

  .section-about,
  .section-product,
  .section-reasons,
  .section-feedback,
  .section-album,
  .section-news {
    overflow: hidden;
    padding: 30px 0;
  }

  .product-overlay {
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
  }

  .reasons-left,
  .reasons-center,
  .reasons-right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .section-feedback .header-container p,
  .section-feedback .header-container h2 {
    position: unset;
  }

  .footerInfo-items {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .block-menu.sticky .fa-magnifying-glass {
    color: var(--main-color) !important;
  }

  .product__photo .product-overlay .product-content {
    margin: 0 -5px;
  }

  .product__photo .product-overlay .product-content span {
    padding: 0 5px;
  }

  .product-overlay .product-content span:last-child::before,
  .product-overlay .product-content span:first-child::before {
    right: 0;
  }

  .owl-theme .owl-dots {
    display: none;
  }

  .col-form-1 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
  }

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

  .booking-box {
    padding: 20px;
  }

  button.submit-booking {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 60px;
  }

  .section-booking {
    margin-top: 0;
    padding: 30px 0;
    overflow: hidden;
  }

  .product-active-overlay {
    position: unset;
    max-width: 100%;
  }

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

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

  .album-slick {
    margin: 0 -5px;
    padding: 0 50px;
  }

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

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

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

  .popup-content {
    max-width: 100%;
    width: 95%;
    padding: 40px 10px;
  }

  .language-box {
    align-items: center;
    gap: 8px;
  }
}

@media screen and (max-width: 768px) {
  .slideshow-title {
    font-size: 42px;
    margin: 10px 0;
  }

  .slideshow-info span::after,
  .slideshow-info span::before {
    width: 100px;
  }

  .slideshow-link a:last-child,
  .slideshow-link a:first-child {
    padding: 10px 20px;
    font-size: 15px;
  }

  .slideshow-description {
    margin: 10px 0 30px 0;
  }

  .header-container p {
    font-size: 14px;
  }

  .header-container h2 {
    font-size: 34px;
  }

  .product-active-overlay-inner {
    padding: 10px;
  }

  .product-name {
    font-size: 24px;
  }

  .reasons-left h3,
  .product-desc {
    font-size: 14px;
  }

  .product-active-overlay {
    left: 10px;
    top: 10px;
  }

  .product-contact {
    margin: 20px 0 10px 0;
  }

  .reasons-left h2 {
    font-size: 34px;
  }

  .reasons-right-items {
    margin-bottom: 0px;
  }

  .album-items img {
    max-height: 145px;
  }

  .col-product {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .aboutLeft>h2 {
    font-size: 42px;
  }

  .socialRight___form .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 568px) {
  .slideshow-welcome {
    font-size: 13px;
    letter-spacing: 10px;
  }

  .header-container p {
    font-size: 13px;
  }

  .slideshow-title {
    font-size: 26px;
    margin: 0;
  }

  .slideshow-description {
    font-size: 14px;
    margin: 5px 0 10px 0;
  }

  .slideshow-link {
    margin-top: 10px;
  }

  .dots-slideshow {
    bottom: 5px;
  }

  .slideshow-link a:last-child,
  .slideshow-link a:first-child {
    padding: 5px 10px;
    font-size: 14px;
  }

  .imgabout-small2 {
    width: 25%;
    bottom: -30px;
  }

  .imgabout-small {
    width: 40%;
    bottom: 0;
  }

  .aboutRight {
    margin-bottom: 50px;
  }

  .aboutLeft>h2 {
    font-size: 36px;
  }

  .header-container h2 {
    font-size: 28px;
  }

  .product-active-overlay {
    position: unset;
    max-width: 100%;
    margin-top: 10px;
  }

  .product-active-photo img {
    height: 239px;
  }

  .product-overlay .product-content {
    justify-content: center;
  }

  .reasons-left h2 {
    font-size: 28px;
  }

  .album-left,
  .album-right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .album-items img {
    max-height: 100%;
  }

  .col-news,
  .col-product {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .aboutLeft>h3 {
    font-size: 16px;
  }

  .feedback-inner {
    padding: 100px 10px 30px 10px;
  }

  .album-slick {
    padding: 0 20px;
    top: -30px;
  }

  .news__date p:first-child {
    font-size: 20px;
  }

  .news__date p:last-child {
    font-size: 14px;
  }

  .news__date {
    padding: 5px;
  }

  button.submit-booking {
    font-size: 18px;
  }

  .popup-content h2 {
    font: 26px Mulish-ExtraBold;
    margin-bottom: 25px;
    color: var(--hover-color);
  }
}