@charset "UTF-8";

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

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  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: 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: normal;
  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: normal;
  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-Light";
  src: url("../fonts/Mulish-Light.eot");
  src: url("../fonts/Mulish-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Mulish-Light.woff2") format("woff2"), url("../fonts/Mulish-Light.woff") format("woff"), url("../fonts/Mulish-Light.ttf") format("truetype"), url("../fonts/Mulish-Light.svg#Mulish-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

.skiptranslate iframe {
  display: none;
}

::-webkit-scrollbar {
  background: white;
  width: 8px;
  -webkit-transition: all 9s;
  transition: all 9s;
}

::-webkit-scrollbar-thumb {
  background: var(--main-color);
  -webkit-transition: all 9s;
  transition: all 9s;
  border-radius: 4px;
}

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

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

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

figure {
  margin-bottom: 0;
}

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

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

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

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

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,
img.img100 {
  width: 100% !important;
  height: auto;
}

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

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

.block-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  margin: auto;
}

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

#fix {
  height: auto;
}

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

.mega-menu {
  position: relative;
}

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

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

.mega-menu>ul>li>a {
  display: block;
  padding: 8px 19px;
  text-align: center;
  font-family: mulish-semibold;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
}

.mega-menu li {
  position: relative;
}

.mega-menu>ul>li a.active::after,
.mega-menu>ul>li:hover>a::after {
  width: calc(100% - 41px);
}

.mega-menu>ul>li>a::after {
  content: "";
  background: #FFC252;
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  transition: 0.3s;
}

.mega-menu ul li .active {
  font-family: "Mulish-SemiBold";
  color: #FFC252;
}

.mega-menu ul li a:hover {
  color: #FFC252;
}

ul.drop-menu.drop-menu-level-1 li a {
  font-family: "Mulish-Medium";
}

ul.drop-menu.drop-menu-level-1 li a:hover {
  color: #000000;
}

button.open-form-search {
  background: none;
  position: relative;
  top: 25px;
  margin-left: 18px;
}

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

.mega-menu .drop-menu {
  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;
  transition: all 0.3s ease-in-out;
  padding: 0px;
  white-space: initial;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#hamburger::before,
#hamburger::after,
#hamburger span {
  background: var(--main-color);
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  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;
}

.menu-m {
  background: #fff;
}

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

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

.logo-res {
  display: block;
}

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

/*kim cương*/
.diamont_hover {
  position: relative;
  display: block;
}

.diamont_hover::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  transform: rotate(90deg);
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 1;
}

.diamont_hover::after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  right: 0;
  position: absolute;
  transform: rotate(90deg);
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 2;
}

.diamont_hover:hover::before,
.diamont_hover:hover::after {
  transform: rotateY(180deg);
  transition-duration: 1.3s;
  -khtml-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

.diamont_hover:hover::before,
.diamont_hover:hover::after {
  transform: rotateY(180deg);
  transition-duration: 1.3s;
  -khtml-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

/*tráng tròn*/
.hover-cirle {
  position: relative;
}

.hover-cirle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.hover-cirle:hover::before {
  animation: circle 0.75s;
}

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

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

/*tráng gương*/
.hover-glass img {
  width: 100%;
  transition: ease 0.3s;
  display: block;
}

.box_images_album h3 {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(50, 50, 50, 0.5);
  font-family: "SVN-BerkshireSwash";
  color: #fff;
  line-height: 43px;
  font-size: 22px;
  transition: 0.4s;
  opacity: 0;
}

.row-photo {
  margin: 0 -8px;
}

.box_images_album:hover h3 {
  opacity: 1;
  transition: 0.4s;
}

.box_images_album {
  position: relative;
}

.col-photo {
  padding: 0 8px;
}

.hover-glass:hover:before {
  animation: shine 0.75s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

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

.img100 {
  width: 100%;
  height: auto;
}

/*text_split*/
.text-split1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

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

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

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

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

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

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

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

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

.album_main {
  position: relative;
  margin-bottom: 18px;
}

.album_main h3 a:hover {
  color: #046e95;
}

.album_main h3 a {
  transition: all 0.3s;
}

.album_main h3 {
  position: absolute;
  bottom: 0;
  background: rgba(50, 50, 50, 0.5);
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: mulish-medium;
  font-size: 18px;
  padding: 12px 20px;
}

.scale-img {
  overflow: hidden;
  display: block;
}

.scale-img img {
  transition: 0.3s ease-out;
  transform: scale(1, 1);
}

.scale-img:hover>img {
  transition: 0.3s ease-out;
  transform: scale(1.1, 1.1);
}

.color {
  animation: changeColor 1s infinite alternate;
}

@keyframes changeColor {
  0% {
    color: #ce0404;
  }

  0% {
    color: #0000ff;
  }

  50% {
    color: #ce0404;
  }

  100% {
    color: #fed700;
  }
}

/*header-mobile*/
/*slide*/
@keyframes minus {
  from {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }

  to {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

.owl-item.active .slideshow-item a img {
  transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  animation: minus 7s 0s ease both infinite;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}

.language-box a {
  font-size: 16px;
  color: #fff;
  font-family: mulish-bold;
  display: inline-block;
  padding-left: 10px;
  margin-left: 9px;
  position: relative;
}

.language-box a:after {
  position: absolute;
  left: -6px;
  top: 9px;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 16px;
}

.language-box a:nth-child(1):after {
  display: none;
}

.language-box a:hover {
  color: #00EFD7;
}

ul.ul2 {
  width: 32%;
  justify-content: space-between;
  margin-right: -40px;
}

ul.ul1 {
  justify-content: space-between;
}

.headerBottom {
  position: relative;
  padding: 13px 0;
}

.block-menu.sticky.animate__animated.animate__fadeInDown .headerBottom {
  position: relative;
  padding: 13px 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.block-menu.sticky.animate__animated.animate__fadeInDown .logo-box {
  transform: scale(0.6);
  margin-top: -24px;
  margin-bottom: -24px;
}

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

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

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

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

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

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

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

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

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

.information_slider {
  position: absolute;
  width: 40%;
  left: calc((100% - 1300px) / 2);
  top: 30%;
}

.title_slider p {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Mulish-Bold";
  margin-bottom: 3%;
}

.title_slider h2 {
  font-size: 48px;
  color: white;
  font-family: "Roboto-Bold";
  text-transform: capitalize;
  margin-bottom: 30px;
}

.desc_slider {
  font-size: 16px;
  color: #fff;
  font-family: mulish-light;
  line-height: 27px;
  margin-bottom: 40px;
}

.slideshow:after {
  position: absolute;
  background: url(../img/bottm_slider.png) no-repeat;
  content: "";
  background-size: 100% 100%;
  bottom: 0;
  width: 100%;
  z-index: 9;
  height: 45px;
}

a.block_slider {
  font-size: 16px;
  color: white;
  background: #2FB1BB;
  font-family: "Mulish-Light";
  padding: 10px 31px;
  display: inline-block;
  border-radius: 50px;
  transition: all 0.3s;
}

a.block_slider:hover {
  background: #000000;
  box-shadow: 0 5px 8px #696969;
  transform: translateY(-5px);
}

.title_abouts h2 {
  background: linear-gradient(92deg, rgb(69, 225, 209) 7%, rgb(47, 177, 187) 59%, rgb(47, 177, 187) 100%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 62px;
  text-shadow: 4px 4px 0px rgba(78, 78, 78, 0.1);
  font-family: "Roboto-Bold";
  text-transform: uppercase;
  margin-left: 12%;
}

.desc_abouts {
  font-size: 16px;
  margin-bottom: 20px;
  color: #808080;
  font-family: "Mulish-Light";
  line-height: 25px;
}

.img_abouts-one a {
  border-radius: 15px;
}

.items_photo-abouts2 a {
  border-radius: 15px;
}

.items_photo-abouts2 {
  margin-bottom: 10px;
}

section.abouts_block {
  position: relative;
  padding: 50px 0;
}

.title_abouts {
  margin-bottom: 24px;
}

.logo_abouts {
  text-align: center;
  margin-top: 25px;
}

.cri-item__text h3 {
  font-size: 18px;
  font-family: "Mulish-Bold";
  text-transform: capitalize;
  color: black;
  margin-bottom: 6px;
}

.desc_cri {
  font-size: 15px;
  color: #6a6a6a;
  font-family: "Mulish-Light";
  line-height: 22px;
}

.cri-item__text {
  width: 80%;
}

.news-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.news-item:Hover .news-item__text h3 a {
  color: #930000;
}

.news-item .news-item__text h3 a {
  transition: all 0.3s;
}

a.block_more_news:hover {
  color: #06666e;
  letter-spacing: 2px;
}

a.block_more_news {
  transition: all 0.3s;
}

a.block_lp {
  font-size: 16px;
  color: #2FB1BB;
  font-family: "Mulish-SemiBold";
  transition: all 0.3s;
}

a.block_lp img {
  margin-left: 5px;
}

a.block_lp:hover {
  color: #13595e;
}

/* CÔng trình */
.congtrinh-swiper {
  height: 500px;
  overflow: visible;
  position: relative;
}

/* Căn chỉnh wrapper */
.congtrinh-swiper .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

/* Định dạng hình ảnh */
.congtrinh-image img {
  width: 424px;
  height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 13px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

/* Định dạng slide */
.congtrinh-main {
  width: 424px;
  overflow: hidden;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Làm mờ các ảnh bên */
.swiper-slide {
  opacity: 0.3;
}

.swiper-slide-active,
.swiper-slide-prev,
.swiper-slide-next {
  height: 500px;
  opacity: 1 !important;
  transform: scale(1.1);
}

.title_index {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}

.title_index p {
  font-size: 14px;
  text-transform: uppercase;
  color: #CC8C18;
  font-family: "Mulish-SemiBold";
  letter-spacing: 12px;
  margin-bottom: 15px;
}

.title_index h2 {
  font-size: 32px;
  color: #2FB1BB;
  font-family: "Roboto-Bold";
  text-transform: capitalize;
}

.congtrinh-name h3 {
  font-size: 16px;
  font-family: "Mulish-Bold";
  text-transform: capitalize;
  margin-top: 17px;
}

.congtrinh-name {
  width: 75%;
  margin-left: 25%;
  position: relative;
}

.congtrinh-name:After {
  position: absolute;
  background: #CC8C18;
  width: 24%;
  height: 2px;
  content: "";
  top: 26px;
  left: -29%;
}

.swiper-slide:hover .congtrinh-name {
  color: #a70404;
}

.swiper-slide .congtrinh-name {
  transition: all 0.3s;
}

section.newsnb_room {
  position: relative;
  overflow: hidden;
  padding-bottom: 5.5%;
}

.title_room {
  width: 44%;
  margin: auto;
  text-align: center;
  margin-bottom: 3%;
  position: relative;
  z-index: 9;
}

.title_room h2 {
  font-size: 32px;
  color: #0998A3;
  font-family: "Roboto-Bold";
  margin-bottom: 20px;
}

a.block_booking {
  font-size: 16px;
  color: #0998A3;
  font-family: "Mulish-SemiBold";
  text-transform: capitalize;
  border: 1px solid #0998a3;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 50px;
  transition: all 0.3s;
}

a.block_booking:hover {
  color: #ffffff;
  background: #0998A3;
}

.room-box {
  position: relative;
  overflow: hidden;
}

.image-box {
  position: relative;
}

.image-box img {
  transition: transform 0.5s ease;
}

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

.text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 10px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s ease;
  font-family: "Mulish-Bold";
  text-align: center;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}

section.room_block:after {
  position: absolute;
  pointer-events: none;
  background: url(../img/bg_nen.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  width: 100%;
  height: 410px;
  top: 0;
}

.text-overlay h3 a:hover {
  color: #ffc252;
}

.text-overlay h3 a {
  transition: all 0.3s;
}

.text-overlay h3 a {
  font-size: 17px;
}

.room-box:hover .text-overlay {
  opacity: 1;
  transform: translateY(0);
}

.content_owl_room {
  position: relative;
}

section.room_block {
  position: relative;
  padding-top: 2.7%;
  margin-bottom: 3%;
}

.image-box a {
  border-radius: 14px;
}

.center_explre {
  text-align: center;
  position: relative;
  margin-top: 5px;
}

.content_owl_room .control-owl button.owl-prev {
  left: -50px;
  background: none;
  opacity: 2;
}

.content_owl_room .control-owl button.owl-next {
  right: -50px;
  background: none;
  opacity: 2;
}

.information_big {
  position: absolute;
  top: 7%;
  width: 34%;
  padding: 50px;
  right: 4%;
  background: rgba(3, 3, 3, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 16px;
}

.title_rate {
  margin-bottom: 18px;
}

.title_rate h3 {
  margin-bottom: 21px;
}

.information_big h3 a {
  transition: all 0.3s;
}

.title_rate h3 a {
  font-size: 36px;
  color: #333333;
  font-family: "SVN-Tangerine";
}

.croll_desc {
  overflow-y: auto;
  height: 150px;
}

.desc_product_big {
  color: #c1c1c1;
  font-size: 16px;
  font-family: "Mulish-Light";
  line-height: 24px;
  margin: 21px 0;
}

.information_big:hover h3 a {
  color: #d3a549;
}

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

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

.croll_desc::-webkit-scrollbar-track {
  background-color: #d4d4d4;
}

.croll_desc::-webkit-scrollbar-track-piece {
  background-color: #28302f;
}

.croll_desc::-webkit-scrollbar {
  background: white;
  width: 5px;
  -webkit-transition: all 9s;
  transition: all 9s;
}

.contact_product {
  margin-top: 12%;
}

a.block_cl {
  text-decoration: none;
  display: flex;
  justify-content: center;
  padding: 8px 20px;
  color: #fff;
  font-family: "Mulish-Medium";
  text-transform: capitalize;
  font-size: 14px;
  transition: all 0.3s;
  flex: none;
  order: 0;
  flex-grow: 0;
  background: linear-gradient(90deg, #2FB1BB 0%, #2FC6D2 43.75%, #2FCEDA 58.65%, #2EE2F0 100%);
  border-radius: 32px;
}

a.block_cl img {
  margin-right: 6px;
}

.items_img a {
  border-radius: 4px;
}

.img_relative_mall {
  position: relative;
}

a.view_more_product {
  text-decoration: none;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 8px 21px;
  color: #ffffff;
  font-family: "Mulish-SemiBold";
  text-transform: capitalize;
  font-size: 15px;
  transition: all 0.3s;
  border: 1px solid;
  border-radius: 50px;
}

a.view_more_product:hover {
  background: #2fbdc8;
  border: 1px solid #2fbdc8;
}

.slick_1 {
  margin-bottom: 16px;
}

.items_big_mall {
  position: relative;
  padding: 0 8px;
}

.slick_2 {
  margin: 0 -8px;
}

.informatiom_product2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  margin: auto;
  text-align: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  padding: 17px 5px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flex_pro2 p:after {
  right: -16px !important;
  width: 5px !important;
  height: 5px !important;
  top: 8px !important;
  background: #fff !important;
}

.informatiom_product2 .info2 {
  color: #fff;
  font-family: "Mulish-Medium";
  font-size: 13px;
}

.information_big .title_pro2 {
  color: #fff;
  font-size: 18px;
  font-family: "Roboto-Bold";
  text-transform: uppercase;
  margin-bottom: 17px;
  line-height: 27px;
}

.img_dis {
  background: #2FB1BB;
  color: #fff;
  padding: 3px 12px 3px 3px;
  border-radius: 50px;
}

.img_dis h3 {
  font-size: 12px;
  font-family: "Mulish-Bold";
  margin-left: 7px;
}

.star-box img {
  margin-right: 4px;
}

.flex_pro img {
  position: relative;
  margin: 0 7px;
}

.flex_pro p {
  position: relative;
  font-size: 14px;
  color: #FFFFFF;
  font-family: "Mulish-Light";
}

.flex_pro p:after {
  position: absolute;
  background: #a9a9a9;
  width: 8px;
  height: 8px;
  top: 6px;
  right: -24px;
  content: "";
  border-radius: 100%;
}

.flex_pro p:last-child:after {
  display: none;
}

.product_orther .slick-dots li button:before {
  font-size: 12px;
}

section.product_orther {
  position: relative;
  padding-bottom: 60px;
}

section.product_orther .slick-dots {
  bottom: -40px;
}

.slogan_whychoose h3 {
  font-size: 26px;
  font-family: SVN-Helga;
  color: black;
  text-align: right;
  line-height: 49px;
  width: 77%;
  margin-left: auto;
}

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

.img_bn {
  margin-bottom: 16px;
}

.criteria-item__image {
  flex: 0 0 80px;
  max-width: 80px;
}

.criteria-item:hover .criteria-item__image img {
  transform: rotate(359deg);
}

.criteria-item .criteria-item__image img {
  transition: all 1s;
}

.top_why {
  width: 90%;
  margin: auto;
}

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

.criteria-item__text {
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
  padding-left: 20px;
}

.criteria-item__text h3 {
  font-family: "Mulish-Bold";
  font-size: 16px;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.criteria-item__text h3 a {
  color: #015160;
}

.criteria-item__text h3 a:hover {
  color: var(--hover-color);
}

.criteria-item__text p {
  font-family: Quicksand-Medium;
  font-size: 14px;
  color: #3D7A8A;
}

.title_index.title_index2 {
  text-align: left;
  margin-bottom: 30px;
}

.criteria-item {
  margin-bottom: 50px;
}

.feedback-main {
  padding: 50px 0 59px;
}

@media screen and (max-width: 991px) {
  .feedback-main {
    padding: 40px 0 22px;
  }
}

.feedback-item {
  border-radius: 20px;
  background: url(../img/bg_danhgia.png);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 28px;
}

.feedback-item .status-box {
  margin-bottom: 25px;
}

.feedback-item .desc {
  font-family: "Mulish-Light";
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  margin: 12px 0;
}

@media screen and (max-width: 767px) {
  .feedback-item .desc {
    font-size: 13px;
    line-height: 23px;
  }
}

.feedback-item .desc p {
  padding-bottom: 5px;
}

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

.feedback-title {
  margin-top: 25px;
}

.feedback-title__image {
  flex: 0 0 80px;
  max-width: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.feedback-title__text {
  padding-left: 15px;
}

.feedback-title__text .text1 {
  font-family: "Mulish-Bold";
  font-size: 18px;
  line-height: 28px;
  color: white;
  text-transform: capitalize;
}

@media screen and (max-width: 576px) {
  .feedback-title__text .text1 {
    font-size: 14px;
    line-height: 26px;
  }
}

.feedback-title__text .text2 {
  font-family: "Mulish-Light";
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
}

@media screen and (max-width: 576px) {
  .feedback-title__text .text2 {
    font-size: 12px;
    line-height: 20px;
  }
}

.feedback-title:hover img {
  transform: rotate(359deg);
}

.feedback-title img {
  transition: all 1s;
}

.feedback-main {
  position: relative;
  margin-top: 2.5%;
}

.feedback-main:after {
  position: absolute;
  background: url(../img/bg_dg.png) no-repeat;
  content: "";
  background-size: 100% 100%;
  width: 100%;
  height: 375px;
  top: 0;
  pointer-events: none;
}

.feedback-main .title_index p {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 10px;
  margin-bottom: 12px;
}

.feedback-main h2 {
  color: #ffffff;
}

.feedback-main .title_index {
  margin-bottom: 27px;
}

.feedback-main-box button.owl-prev {
  background: none;
  opacity: 1;
  left: -30px !important;
}

.feedback-main-box button.owl-next {
  background: none;
  opacity: 1;
  right: -30px !important;
}

.feedback-main-box .control-owl {
  top: calc(60% - 22.5px);
}

.news-item__image a {
  border-radius: 14px;
}

.admin {
  font-family: "Mulish-Light";
  display: flex;
  margin-right: 20px;
}

.admin img {
  margin-right: 5px;
}

.news-item__text h3 a {
  font-size: 18px;
  color: #000000;
  font-family: "Mulish-Bold";
  text-transform: uppercase;
  margin: 12px 0 14px;
}

a.block_more_news {
  font-size: 18px;
  font-family: "Mulish-Light";
  color: #2FB1BB;
  text-transform: capitalize;
}

a.block_more_news i {
  font-size: 10px;
  position: relative;
  top: -2px;
  margin-left: 4px;
}

.news-item__text {
  position: relative;
  margin: 20px 15px;
}

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

.booking-input.col-form-2 {
  text-align: center;
}

.col-form-2 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.booking-input label {
  margin-bottom: 3px;
  font-family: "Mulish-regular";
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
}

.booking-input {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 12px 15px 5px;
}

.booking-input input {
  padding: 0;
}

.booking-input .form-control {
  height: 36px;
  border-radius: 2px;
  border: none;
  background: none;
  font-family: "Mulish-Bold";
  font-size: 14px;
  color: #258E96;
  text-transform: uppercase;
}

.submit-booking {
  font-family: "Mulish-SemiBold";
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 16px;
  background-color: #2FB1BB;
  height: 76px;
  border-radius: 10px;
}

.booking-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 13px 22px;
  gap: 10px;
  width: 80%;
  height: 117px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  margin: auto;
}



.booking-main {
  position: relative;
  margin-top: -65px;
  z-index: 9;
}

.submit-booking:hover {
  background: #00767f;
}

.submit-booking {
  transition: all 0.3s;
}

.row-product {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
}

.col-product {
  padding: 16px;
}

.product-item {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.product-item__image {
  position: relative;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  aspect-ratio: 16/9;
}

.product-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

.product-item__image:hover img {
  transform: scale(1.06);
}

.product-item__text {
  padding: 13px 20px 20px 20px;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.product-item:hover .padding-fix h3 a {
  color: #ffa604;
  text-decoration: none;
}

.product-item .padding-fix h3 a {
  text-decoration: none;
}

.product-item__text h3 {
  font-size: 1.1rem;
  color: #222;
  margin: 0;
  transition: color 0.3s;
  line-height: 27px;
  font-family: "Mulish-Bold";
}

.product-item__text h3 a {
  color: inherit;
  text-decoration: none;
}

.product-item__text h3 a:hover {
  color: #091727;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .product-item__text {
    padding: 16px;
  }

  .product-item__text h3 {
    font-size: 1rem;
  }
}

ul.attr-pro-detail {
  margin-bottom: 20px;
}

.album_main:hover h3 a {
  color: #00EFD7;
}

.language-box .lang-link {
  color: #ffffff;
  font-weight: 500;
  padding: 6px 5px;
  text-decoration: none;
  transition: color 0.3s;
}

.language-box .lang-link.active {
  color: #00EFD7;
  font-weight: 600;
}

.newsletter-left {
  flex: 0 0 21.53%;
  max-width: 21.53%;
  border-right: 2px solid var(--hover-color);
}

@media screen and (max-width: 991px) {
  .newsletter-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    border-right: 0;
  }
}

.newsletter-left h2 {
  font-family: RobotoSlab-SemiBold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.288px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.newsletter-left p {
  font-family: Inter-Regular;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.newsletter-left p span {
  font-family: RobotoSlab-Bold;
}

.newsletter-right {
  flex: 0 0 75%;
  max-width: 75%;
}

.newsletter-right p {
  font-family: RobotoSlab-SemiBold;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.12px;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .newsletter-right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.newsletter-main {
  padding: 30px 0;
  /* background: url(../images/dangky-bg.png) no-repeat; */
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .newsletter-main {
    padding: 15px 0;
  }
}

.newsletter-input {
  flex: 0 0 calc((100% - 150px) / 3);
  max-width: calc((100% - 150px) / 3);
  width: 300px;
}

@media screen and (max-width: 767px) {
  .newsletter-input {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.newsletter-input .form-control {
  border-radius: 50px;
  border: none;
  background: rgba(255, 255, 255, 0.38);
  font-family: "Mulish-Light";
  line-height: 21px;
  color: #333;
  height: 44px;
}

.newsletter-input .form-control::-moz-placeholder {
  color: #ffffff;
}

.newsletter-input .form-control::placeholder {
  color: #ffffff;
}

.newsletter-main-row {
  border-bottom: 1px solid rgba(235, 235, 235, 0.2);
  padding-bottom: 3%;
}

.submit-newsletter {
  background-color: #FFBB2A;
  flex: 0 0 120px;
  max-width: 120px;
  padding: 0 16px;
  height: 46px;
  font-family: "Mulish-SemiBold";
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  border-radius: 50px;
  transition: 0.3s;
}

.submit-newsletter:hover {
  background-color: #fff;
  color: var(--hover-color);
}

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

.footerPowered {
  padding: 0px 0 22px;
}

.footerStatic span {
  position: relative;
}

.skiptranslate.goog-te-gadget {
  display: none;
}

.footerStatic span:after {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 13px;
  left: -11px;
  top: 2px;
  content: "";
}

.footerStatic span:nth-child(1):after {
  display: none;
}

.footerCopyright {
  color: #fff;
  font-family: "Mulish-Light";
  font-size: 15px;
}

@media screen and (max-width: 991px) {
  section.room_block {
    overflow: hidden;
  }

  .footerCopyright {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}

.footerCopyright span {
  font-family: "Mulish-Bold";
  color: #00EDFF;
}

.footerCopyright a:hover {
  color: #f4ba50;
}

.footerCopyright a {
  transition: all 0.3s;
}

.footerStatic {
  color: #fff;
}

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

.footerStatic span {
  padding-right: 10px;
  font-family: "Mulish-Light";
  margin-right: 10px;
}

.footerStatic span:last-child {
  padding-right: 0;
  margin-right: 0;
}

.footerArticle {
  padding: 10px 0;
}

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

.footerInfo1 {
  flex: 0 0 25.84%;
  max-width: 25.84%;
  text-align: center;
  margin-bottom: 30px;
}

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

.desc_footer {
  font-size: 14px;
  color: #B4B4B4;
  font-family: "Mulish-Light";
}

.footerInfo2 {
  flex: 0 0 26.53%;
  max-width: 26.53%;
  margin-bottom: 30px;
}

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

.footerTern {
  flex: 0 0 18.15%;
  max-width: 18.15%;
  margin-bottom: 30px;
}

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

.footerFanpage {
  flex: 0 0 22.61%;
  max-width: 22.61%;
  margin-bottom: 30px;
}

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

.footerRow .footerlogo {
  margin-bottom: 20px;
}

.footerRow .text {
  font-family: RobotoSlab-Light;
  font-size: 14px;
  line-height: 22px;
  color: #1c221b;
  margin-bottom: 20px;
}

.footerRow .title {
  font-family: "Mulish-Bold";
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 18px;
  display: inline-block;
}

.footerRow .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #00EDFF;
}

.footerRow .desc {
  font-family: RobotoSlab-Regular;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

.footerRow .desc p {
  padding-bottom: 5px;
}

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

.footerRow .list li {
  font-family: "Mulish-Light";
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  padding-left: 19px;
  margin-bottom: 16px;
  position: relative;
}

.footerRow .list li a {
  color: #FFFFFF;
  transition: all 0.3s;
}

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

.footerRow .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../img/li_footer.png);
  border-radius: 50%;
}

article.article.content_footer {
  text-align: left;
  color: #fff;
  font-family: "Mulish-Light";
  font-size: 15px;
  line-height: 28px;
}

.social-box {
  margin-top: 20px;
}

.information_footer h2 {
  font-size: 26px;
  color: #FFFFFF;
  font-family: "Roboto-Bold";
  text-transform: uppercase;
  line-height: 34px;
  margin-bottom: 9px;
}

.social-box a {
  margin-right: 9px;
}

.social-box a:hover img {
  transform: rotate(359deg);
}

.social-box a img {
  transition: all 0.5s;
}

.footerMap {
  flex: 0 0 100%;
  max-width: 100%;
}

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

.social-box a img {
  transition: 0.5s;
}

footer#footer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 45px;
  background: url(../img/bottom_fb.png) no-repeat;
  z-index: 9;
  background-size: 100% 100%;
  top: 0;
}

footer#footer {
  background: url(../img/bg_footer.png) fixed no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 75px 0 0;
}

.title_footer {
  text-align: center;
  margin-bottom: 24px;
  color: #fff;
}

.title_footer p {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Mulish-light";
  letter-spacing: 10px;
  margin-bottom: 15px;
}

.title_footer h2 {
  font-size: 32px;
  font-family: "Roboto-Bold";
}

#show_popup {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.wow {
  visibility: hidden;
}

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

.article.content img {
  width: 100% !important;
  height: auto !important;
}

.article table {
  width: 100%;
}

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

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

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

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

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

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

/* 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 {
  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(--hover-color);
}

.news__photo.overflow-hidden {
  border-radius: 6px;
}

.news__name {
  margin: 15px 0 7px 0;
  color: #000;
  font-family: "Mulish-Bold";
  font-size: 18px;
}

.news__name a {
  color: inherit;
  transition: all 0.3s;
}

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

.news__desc {
  font-family: "Mulish-Regular";
}

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

.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: 25px -12px 0 -12px;
}

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

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

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

.product_box {
  position: relative;
}

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

.product__info {
  position: relative;
}

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

.product__name a {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-main {
  margin-top: 25px;
  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;
}

.header-container h2 {
  font: 37px Roboto-Bold;
  color: var(--main-color);
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .header-container h2 {
    font-size: 25px;
  }
}

.header-container p {
  font: 15px Roboto-Italic;
}

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

@media screen and (max-width: 991px) {
  .form-search-d.active {
    width: calc(100% - 50px);
  }
}

.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::-moz-placeholder {
  color: #fff;
  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;
}

@media screen and (max-width: 991px) {
  .close-form-search {
    font-size: 20px;
  }
}

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

/*tienich-phone*/
@keyframes hueRotate {
  from {
    filter: hue-rotate(0deg);
  }

  to {
    filter: hue-rotate(360deg);
  }
}

.social_fixed {
  position: fixed;
  right: 25px;
  bottom: 150px;
  z-index: 999;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}

.support-online a {
  position: relative;
  text-align: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100rem;
  background: #0998A3;
  transition: 0.3s;
}

.support-online a:not(.cart-fixed) {
  animation: hueRotate infinite 60s;
}

.support-online a:hover {
  animation: unset;
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.support-online i,
.support-online img {
  max-width: 40px;
  max-height: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}

.support-online .btn-support {
  cursor: pointer;
}

.kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -7.5px;
  right: -7.5px;
  position: absolute;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  transition: all 0.5s;
  background-color: rgba(9, 152, 163, 0.5);
  opacity: 0.75;
}

.kenit-alo-circle {
  width: 55px;
  height: 55px;
  top: -5px;
  left: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid rgba(9, 152, 163, 0.4);
  opacity: 0.1;
  border-color: var(--main-color);
  opacity: 0.5;
}

.social_fixed-phone {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 55px;
  line-height: 45px;
  z-index: 100;
  display: none;
  box-shadow: 0 3px 6px #333333;
  border-radius: 10px 10px 0 0;
  background: #fff;
}

.social_fixed-phone ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
}

.social_fixed-phone ul li {
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}

.social_fixed-phone ul li a {
  text-decoration: none;
  font-size: 9px;
  font-family: Arial;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 1px;
  line-height: 2;
  height: 100%;
  padding-top: 5px;
  color: var(--main-color);
}

.social_fixed-phone svg {
  display: block;
  margin: 0 auto;
  height: 25px;
  fill: var(--main-color);
  max-width: 100%;
}

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

@media screen and (max-width: 991px) {
  #footer {
    padding-bottom: 55px;
  }
}

@keyframes slide-top {
  0% {
    transform: translateY(0);
  }

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

.goTop:hover {
  background: black;
}

/* Scroll Top */
.goTop {
  width: 45px;
  height: 45px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  bottom: 75px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0998A3;
  border-radius: 100rem;
  transition: 1s;
  margin: 0 auto;
  visibility: visible;
  transition: all 0.5s;
  animation: slide-top 0.8s linear infinite alternate-reverse;
}

.goTop i {
  color: #fff;
  font-size: 22px;
}

.goTop.hide {
  opacity: 0;
  visibility: hidden;
}

/* #mmenu */
.mobile_menu_section {
  flex-direction: column;
  padding: 10px 15px;
}

.mobile_menu_section .mobile_menu_section-title {
  color: #0998A3;
  margin-bottom: 5px;
}

.mobile_menu_section img,
.mobile_menu_section svg {
  max-width: 14px;
  max-height: 14px;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

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

/* Animation */
.border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(9, 152, 163, 0.5);
  animation: squares 3s linear 0s infinite;
  opacity: 0;
  border-radius: 50%;
}

.border-animation.border-2 {
  animation-delay: 1s;
}

.border-animation.border-3 {
  animation-delay: 2s;
}

@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  20% {
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.wrap-phone-res {
  position: fixed;
  left: 10px;
  bottom: 65px;
  display: none;
}

.wrap-phone-res ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrap-phone-res ul li {
  margin: 8px 0;
  animation: customfadeInRight;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.wrap-phone-res ul li:nth-child(1) {
  animation-delay: 0.1s;
}

.wrap-phone-res ul li:nth-child(2) {
  animation-delay: 0.2s;
}

.wrap-phone-res ul li a {
  display: block;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  border-radius: 20px;
  color: var(--main-color);
}

.wrap-phone-res ul li a i {
  animation: tada 1.2s infinite;
}

.wrap-phone-res.active {
  display: block;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    transform: scaleX(1);
  }
}

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

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

.slick-video-addon {
  margin: 0 -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 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;
  }
}

/*# sourceMappingURL=main.css.map */
@media screen and (max-width: 991px) {
  .slideshow:after {
    height: 27px;
  }

  .booking-box {
    width: 100%;
    height: auto;
  }

  .row-form {
    display: block !important;
  }

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

  section.abouts_block {
    position: relative;
    padding: 33px 0;
  }

  .title_abouts {
    margin-bottom: 4px;
  }

  .desc_abouts {
    font-size: 15px;
  }

  .criteria_abouts {
    margin-bottom: 6%;
  }

  .title_index h2 {
    font-size: 26px;
  }

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

  .information_big {
    position: relative;
    top: 0;
    width: 100%;
    padding: 20px;
    right: 0;
    background: #f1f1f1;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 0;
    margin-top: 20px;
  }

  .flex_pro p {
    color: #000000;
  }

  .desc_product_big {
    color: #353535;
    font-size: 16px;
    margin: 12px 0;
  }

  .information_big .title_pro2 {
    color: #dd8e00;
  }

  .croll_desc::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
  }

  .slogan_whychoose h3 {
    font-size: 18px;
    text-align: left;
    line-height: 40px;
    width: 100%;
    margin-left: unset;
    margin-bottom: 7%;
  }

  .criteria-item {
    margin-bottom: 34px;
  }

  .news-main {
    position: relative;
    padding-top: 5%;
  }

  section.why_choose {
    margin-bottom: 10%;
  }

  .news-main .title_index {
    margin-bottom: 14px;
  }

  .feedback-main:after {
    background-size: cover;
    width: 100%;
    height: 297px;
    top: 0;
    pointer-events: none;
  }

  .feedback-item {
    border-radius: 9px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    padding: 28px;
    background-size: cover;
  }

  .criteria-item__text h3 {
    margin-bottom: 4px;
  }

  .criteria-item__image {
    flex: 0 0 50px;
    max-width: 50px;
  }

  .criteria-item__text {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
    padding-left: 12px;
  }

  .top_why {
    width: 100%;
    margin: auto;
  }

  section.product_orther {
    position: relative;
    padding-bottom: 42px;
  }

  .informatiom_product2 {
    display: none;
  }

  .flex_pro p:after {
    background: #ffbea9;
  }

  .product_orther .title_index {
    margin-bottom: 23px;
  }

  .items_big_pro .flex_pro img {
    position: relative;
    margin: 0 7px;
    filter: invert(56%) sepia(49%) saturate(6178%) hue-rotate(352deg) brightness(99%) contrast(100%);
  }

  .text-overlay {
    position: absolute;
    padding: 9px 10px;
    opacity: 1;
    transform: translateY(0%);
    text-align: center;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
  }

  .feedback-main {
    overflow: hidden;
  }

  section.product_orther {
    overflow: hidden;
  }

  .title_room {
    margin-bottom: 9%;
  }

  section.room_block:after {
    display: none;
  }

  section.room_block {
    position: relative;
    padding-top: 4.7%;
    margin-bottom: 8%;
    overflow: hidden;
    background: url(../img/bg_nen.png) no-repeat;
    padding-bottom: 9%;
  }

  .title_room h2 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 39px;
  }

  section.newsnb_room {
    padding-bottom: 15.5%;
  }

  .title_index {
    margin-bottom: 5px;
    ;
  }

  .title_room {
    width: 100%;
  }

  .title_index p {
    font-size: 13px;
    letter-spacing: 8px;
    margin-bottom: 9px;
  }


  .desc_cri {
    font-size: 13px;
  }

  .cri-item__text h3 {
    font-size: 16px;
  }

  .logo_abouts {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .title_abouts h2 {
    font-size: 40px;
    text-shadow: 4px 4px 0px rgba(78, 78, 78, 0.1);
    margin-left: 0;
    margin: 10px 0;
  }

  .title_abouts p img {
    width: 122px;
  }

  .submit-booking {
    width: 100%;
    font-size: 16px;
    padding: 0 16px;
    background-color: #2FB1BB;
    height: auto;
    border-radius: 10px;
    padding: 10px 20px;
  }

  .booking-main {
    margin-top: 15px;
    z-index: 9;
  }

  .booking-input label {
    margin-bottom: 3px;
    font-size: 12px;
    text-align: left;
  }

  .booking-box {
    display: flex;
    padding: 20px 22px;
    gap: 10px;
    border-radius: 32px;
    margin: auto;
  }

  form.booking-form {
    width: 100%;
  }

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

  .news-item__text h3 a {
    font-size: 16px;
  }

  footer#footer:before {
    top: -1px;
  }

  footer#footer {
    background-size: cover;
  }

  .information_slider {
    display: none;
  }

  .newsletter-main-row {
    padding-bottom: 8%;
  }

  .footerCopyright {
    font-size: 12px;
  }

  .section-slider .control-owl button {
    width: 20px;
    height: 27px;

  }

  video#getVideo {
    aspect-ratio: 840 / 625 !important;
  }

  .footerStatic span {
    font-size: 12px;
  }

  .col-form-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Page Loader */
#main-cube {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

#main-cube:after,
#main-cube:before {
  content: ' ';
  position: fixed;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;

  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out
}

#main-cube:after {
  right: 0;
  left: auto
}

#main-cube.show:after,
#main-cube.show:before {
  width: 0
}

.logo_phee img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  width: 121px;
  height: 89px;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.loading-css {
  position: absolute;
  z-index: 3;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 150px;
  height: 150px;
  border: 2px solid #edb359;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-animation: spin 600ms infinite linear;
  -moz-animation: spin 600ms infinite linear;
  -o-animation: spin 600ms infinite linear;
  -ms-animation: spin 600ms infinite linear;
  animation: spin 600ms infinite linear;
}

@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-o-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

/* Cart Fix */

.popup-cart {
  .total-procart {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;

    p:last-child {
      font-size: 19px;
    }
  }
}

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

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

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

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

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

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

  }

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

    &::-webkit-scrollbar {
      width: 5px;
      height: 10px;
      border-radius: 3px;
    }

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

    &::-webkit-scrollbar-track {
      background-color: #d4d4d4;
    }

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

    &::-webkit-scrollbar-thumb {
      height: 60px;
      background-color: #d4d4d4;
    }

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

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

    @include Responsive($lg) {
      padding: 5px 10px;
    }
  }

  .info-procart {
    padding-right: 0;
  }

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

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

    @include Responsive($lg) {
      padding: 6px 0;
    }
  }

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

  .procart {
    padding: 15px 0;

    @include Responsive($lg) {
      padding: 10px 0;
    }
  }

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

  .cart-header {
    padding: 15px;

    @include Responsive($lg) {
      padding: 10px;
    }
  }

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

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

  .cart-footer {
    padding: 15px;

    .total-procart {
      padding: 6px 0;

      p {
        &:first-child {
          font-weight: normal;
        }

        &:last-child {
          font-size: 16px;
        }
      }
    }

    @include Responsive($lg) {
      padding: 10px;
    }
  }

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

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

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

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

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

      @include Responsive($lg) {
        width: 85%;
        max-width: 450px;
      }
    }
  }
}

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

  p {
    margin: 10px 0;
  }

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

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

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

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

  @include Responsive($lg) {
    .form-search {
      width: 100%;
    }
  }
}

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

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

.top-cart {
  @include Responsive($lg) {
    margin-top: 2rem;
  }
}

.procart {
  padding: 15px 10px;

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

  @include Responsive($lg) {
    padding: 8px 0;

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

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

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

.cart-sticky {
  @include Responsive_Min($lg) {
    position: sticky;
    top: 60px;
  }
}

.pic-procart {
  position: relative;
  @include Column(85px);

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

    i {
      display: block;
    }

    &:hover {
      color: red;
    }
  }

  img {
    display: block;
    border: 1px solid #ededed;
  }

  @include Responsive($lg) {
    @include Column(60px);

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

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

  del {
    font-size: 12px;
    color: #8f9bb3;
  }
}

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

    &:hover {
      color: $red;
    }
  }
}

#cupponModal {

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

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

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

  span {
    margin: 0 2px;
  }

  p {
    display: inline-block;
    margin-bottom: 0px;

    strong {
      font-weight: bold;
    }
  }
}

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

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

  &:hover,
  &:focus {
    color: $red;
  }

  &:disabled,
  &:disabled:hover {
    color: #ccc;
    cursor: not-allowed;
  }
}

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

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

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

.price-procart {
  @include Column(95px);
  text-align: right;
}

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

  @include Responsive($md) {
    padding: 0 10px;
  }
}

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

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

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

  p {
    font-weight: bold;

    &:last-child {
      color: $red;
      font-size: 18px;
    }
  }

  @include Responsive($lg) {
    p {
      &:last-child {
        font-size: 16px;
      }
    }
  }
}

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

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

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

  @include Responsive($lg) {
    padding: 6px 0;
  }
}

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

  @include Responsive($lg) {
    border-radius: 0;
    box-shadow: none;
  }
}

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

  &.bot {
    padding: 15px;
  }

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


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

  &>p {
    font-size: 14px;
    margin-bottom: 15px;
  }

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

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

  @include Responsive($lg) {

    &.bot,
    &.top {
      padding: 0;
    }

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

    &>p {
      font-size: 13px;
      margin-bottom: 5px;
    }

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

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

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

  @include Responsive($lg) {
    font-size: 15px;
  }
}

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

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

  textarea {
    resize: none;
    height: 100px;
  }

  select {
    cursor: pointer;
  }

  @include Responsive($lg) {

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

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

  &:last-child {
    margin-bottom: 0px;
  }

  input {
    top: calc(50% - 1.25rem / 2);
  }
}

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

  &::before,
  &::after {
    top: calc(50% - 1rem / 2);
  }

  &.active {
    background: #4aa1ae;
    color: #ffffff !important;
  }
}

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

  p {
    margin-bottom: 1em;
  }

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

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

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

  @include Responsive($lg) {
    height: 35px;
  }
}

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

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

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

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

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

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

  &.active {
    &::after {
      box-shadow: 0 0 4px rgba($color: #000000, $alpha: 0.5);
    }
  }

  &:hover {
    .color-tooltip {
      display: block;
    }
  }
}

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

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

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

  &::before {
    content: '';
    padding: 4px;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    top: -15px;
    right: -13px;
    background: #080808;
    width: 26px;
    height: 24px;
    transform: rotate(45deg);
    border-radius: 100%;
  }

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

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

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

  span {
    padding: 0px;
    width: 44px;
    height: 44px;
    color: #a4aaaf;
    cursor: pointer;
    border: 1px solid #ced4da;
    background: #fff;

    i {
      line-height: 44px;
      font-size: 14px;
      width: 44px;
      height: 44px;
      transition: 0.3s;
    }

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

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

    &:hover {
      i {
        color: #000;
      }
    }
  }

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

  @include Responsive($lg) {
    max-width: 105px;

    span {
      width: 35px;
      height: 35px;

      i {
        line-height: 35px;
        width: 35px;
        height: 35px;
      }
    }

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

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

  @include Responsive($lg) {
    width: 105px
  }
}

.group-cart-pro-detail {
  @include Column_2(130px);
  padding-left: 10px;

  @include Responsive($lg) {
    @include Column_2(105px)
  }
}

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

    &.btn-pro {
      background: #000;
      color: #fff;

      &:hover {
        color: #000;
        background: #fff;
      }
    }

    &.btn-outline-pro {
      color: #000;

      &:hover {
        color: #fff;
        background: #000;
      }
    }
  }

  @include Responsive($lg) {
    a {
      font-size: 12.5px;
      line-height: 33px;
    }
  }
}

.cart-product {
  margin-bottom: 0px;

  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: $red;

  &:hover {
    background-color: $dark-red;
  }
}

.cart-buy {
  background-color: $green;

  &:hover {
    background-color: $dark-green;
  }
}

.cuppon-row {
  p {
    padding-left: 25px;
    background: url(../images/coupon-icon.webp) no-repeat left center;
    line-height: 22px;
  }

  a {
    color: var(--main-color);
  }
}

.lb-header-cuppon {
  color: #F47560;
  font-weight: bold;

  svg {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
}

.cuppon-payment {
  button {
    width: 100%;
    height: 42px;
    background: var(--main-color);
    color: #fff;
    border-radius: 5px;
  }

  @include Responsive($lg) {

    input,
    button {
      height: 37px;
      font-size: inherit;
    }
  }
}

.color-tooltip {
  background: #000;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 5px;
  line-height: 20px;
  transform: translate(-50%, calc(-100% - 10px));
  display: none;

  &::after {
    border-style: solid;
    border-width: 3px 2.5px 0 2.5px;
    border-color: #000 transparent transparent transparent;
    background: #333333;
    content: "";
    height: 8px;
    position: absolute;
    transform: rotate(45deg);
    width: 8px;
    left: calc(50% - 4px);
    bottom: -4px;
  }
}

.cupponBox {
  position: relative;
  background: #fff;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
  padding: 10px;
  border-radius: 5px;
  min-height: 100px;
}

.cupponBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  height: 100%;
  width: 10px;
  color: #fff;
  background-clip: padding-box;
  background: repeating-linear-gradient(#e5e5e5,
      #e5e5e5 5px,
      transparent 0,
      transparent 9px,
      #e5e5e5 0,
      #e5e5e5 10px) 0/1px 100% no-repeat,
    radial-gradient(circle at 0 7px,
      transparent,
      transparent 2px,
      rgba(229, 229, 229, 0.9333333333) 0,
      #e5e5e5 3px,
      currentColor 0) 1px 0/100% 10px repeat-y;
}

.cuppon__slick--items {
  padding: 7px;
}

.cuppon__slick {
  margin: 0 -7px;
}

.cupponBox_icon {
  flex: 0 0 90px;
  -ms-flex: 0 0 90px;
  max-width: 90px;
}

.cupponBox_info {
  flex: 0 0 calc(100% - 90px);
  -ms-flex: 0 0 calc(100% - 90px);
  max-width: calc(100% - 90px);
  padding-left: 10px;
}

.group-cart-pro-detail {
  padding-left: 10px;
  width: 100%;
}

.cupponBox_info h3 {
  font-size: 15px;
  font-weight: bold;
  color: var(--main-color);
  transition: 0.3s;
}

.cupponBox_info p {
  margin: 4px 0;
}

.cupponBox_info button {
  padding: 2px 15px;
  display: block;
  font-size: 12px;
  background: var(--main-color);
  color: #fff;
  line-height: 24px;
  height: 24px;
  border-radius: 12px;
}

.cupponBox_info a {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .cupponBox_info h3 {
    font-size: 14px;
  }
}
.block-menu.block-menu2 {
    position: relative;
    background: #444444;
}
