@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=swap");
.gallery.gallery-list .modulecontent ul.da-thumbs li a:before, .gallery.gallery-list .modulecontent ul.da-thumbs li a:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  transition: opacity 0.5s, transform 0.5s;
  z-index: 2;
}
.gallery.gallery-list .modulecontent ul.da-thumbs li a:before {
  border-top: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.gallery.gallery-list .modulecontent ul.da-thumbs li a:after {
  border-left: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.gallery.gallery-list .modulecontent ul.da-thumbs li a:hover:before, .gallery.gallery-list .modulecontent ul.da-thumbs li a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.5s, transform 0.5s;
}

html {
  height: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: none;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

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

a, a:link, a:visited {
  color: #30CE9B;
  text-decoration: none;
}
a:hover, a:link:hover, a:visited:hover {
  color: #000;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

canvas {
  cursor: pointer;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

strong {
  font-weight: 600;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea {
  width: 100%;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  vertical-align: baseline;
  background-color: transparent;
  box-shadow: none;
  padding: 5px;
}
input.error, textarea.error {
  border-color: #FF0000;
}

hr {
  width: 100%;
  margin: 10px auto;
  height: 1px;
  background-color: #d2d2d2;
}

sup {
  line-height: 0;
  font-size: 8pt;
}

dl, dd, dt {
  font-weight: normal;
  line-height: 1.5;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 24px;
  line-height: 1.5;
}

h2 {
  font-size: 22px;
  line-height: 1.5;
}

h3 {
  font-size: 20px;
  line-height: 1.5;
}

h4 {
  font-size: 18px;
  line-height: 1.5;
}

h5 {
  font-size: 16px;
  line-height: 1.5;
}

.color-white {
  color: #FFF;
}

.highlight {
  color: #30CE9B;
}

.no-data {
  text-align: center;
  padding: 10px;
}

.clear {
  clear: both !important;
}

.hide {
  display: none !important;
}

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

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

/*------------------------------------------------
** General
**------------------------------------------------*/
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  background: #f8f3eb;
  position: relative;
  color: #2f3236;
  font-family: "Manrope", sans-serif, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg.png");
  background-position: center 500px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.page {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.page.home {
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

.button,
a.button {
  display: block;
  width: fit-content;
  padding: 10px 24px;
  background-color: rgba(48, 206, 155, 0.8);
  text-decoration: none;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
  box-shadow: none;
  margin: auto;
}
.button:hover,
a.button:hover {
  color: #fff;
  border-color: #155756;
  background-color: #30ce9b;
}

.bg-page {
  background-color: #f7fafd;
}

.bg-gray {
  background-color: #f5f8fa;
}

.section {
  padding: 40px 0;
}

.module {
  width: 100%;
  border: 0;
  margin: 0 auto;
  position: relative;
}

.module-header {
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
}

.module-title {
  position: relative;
  padding: 0;
  width: fit-content;
  margin: auto;
  font-size: 26px;
  color: #155756;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.module-title:after {
  content: "";
  width: 80%;
  height: 2px;
  margin-top: 5px;
  background: #155756;
}
.module-title.text-left {
  margin-left: 0;
  align-items: flex-start;
}
.module-title.text-right {
  margin-right: 0;
  align-items: flex-end;
}

.module-content {
  padding: 0;
  position: relative;
}

.box {
  position: relative;
}

.box-header {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
  justify-content: center;
}
.box-header::after, .box-header::before {
  content: "";
  width: 20%;
  height: 1px;
  background-color: rgba(21, 87, 86, 0.4);
}

.box-title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.3;
  font-family: "Montserrat";
  background: -webkit-linear-gradient(#2e7c7c, #0a4745);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 1px #999);
  padding: 0 12px;
}
.box-title.text-left {
  margin-left: 0;
  align-items: flex-start;
}
.box-title.text-right {
  margin-right: 0;
  align-items: flex-end;
}

.box-description {
  text-align: center;
  color: #30CE9B;
  font-size: 16px;
}

.breadcrumbs {
  position: relative;
  margin: 0;
  padding: 15px 0 15px;
  text-align: left;
  z-index: 2;
  background: #f7f7f7;
}
.breadcrumbs a {
  color: #30CE9B;
}
.breadcrumbs a:hover {
  color: #2f3236;
}
.breadcrumbs span.item_sep {
  opacity: 0.5;
  margin: 0 5px;
}
.breadcrumbs.brb-header {
  padding: 25px 0;
}
.breadcrumbs.brb-header .container-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.breadcrumbs.brb-header .breadcrumbs-header {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.more {
  position: relative;
  height: 110px;
}
.more .loading {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
}
.more .readmore {
  text-align: center;
  padding: 30px 0;
}

#loading {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  z-index: 9999999;
}
#loading .spinner {
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 70.4px;
  height: 70.4px;
  --clr: rgb(247, 197, 159);
  --clr-alpha: rgb(247, 197, 159, 0.1);
  animation: spinner 1.6s infinite ease;
  transform-style: preserve-3d;
}
#loading .spinner > div {
  background-color: var(--clr-alpha);
  height: 100%;
  position: absolute;
  width: 100%;
  border: 3.5px solid var(--clr);
}
#loading .spinner div:nth-of-type(1) {
  transform: translateZ(-35.2px) rotateY(180deg);
}
#loading .spinner div:nth-of-type(2) {
  transform: rotateY(-270deg) translateX(50%);
  transform-origin: top right;
}
#loading .spinner div:nth-of-type(3) {
  transform: rotateY(270deg) translateX(-50%);
  transform-origin: center left;
}
#loading .spinner div:nth-of-type(4) {
  transform: rotateX(90deg) translateY(-50%);
  transform-origin: top center;
}
#loading .spinner div:nth-of-type(5) {
  transform: rotateX(-90deg) translateY(50%);
  transform-origin: bottom center;
}
#loading .spinner div:nth-of-type(6) {
  transform: translateZ(35.2px);
}
@keyframes spinner {
  0% {
    transform: rotate(45deg) rotateX(-25deg) rotateY(25deg);
  }
  50% {
    transform: rotate(45deg) rotateX(-385deg) rotateY(25deg);
  }
  100% {
    transform: rotate(45deg) rotateX(-385deg) rotateY(385deg);
  }
}

.notice {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 15px 15px 20px;
  margin: 0;
  text-shadow: initial;
  text-align: left;
  border: 1px solid #dcdcdc;
  color: #2f3236;
}
.notice.success {
  border-left: 3px solid #7ad03a;
  background: #f8fdf5;
}
.notice.info {
  border-left: 3px solid #02a0d2;
  background: #f2fafd;
}
.notice.error {
  border-left: 3px solid #bf0000;
  background: #fdf5f5;
}
.notice.warning {
  border-left: 3px solid #ff5722;
  background: #fff2ed;
}

.fblike {
  text-align: left;
  padding: 10px 0;
}

.social-date {
  margin-bottom: 15px;
  padding: 10px 0 0px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #f5f5f5;
  border-width: 1px 0;
  align-items: center;
  justify-content: space-between;
}
.social-date .fblike {
  text-align: left;
}
.social-date span.published {
  position: relative;
  margin-right: 15px;
  padding-left: 20px;
  color: black;
}
.social-date span.published:before {
  position: absolute;
  content: "\f017";
  font-family: "FontAwesome";
  font-size: 16px;
  left: 0;
  top: 0;
  color: #5bc8a5;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #b4b4b4;
}

.plugin-search {
  width: 365px;
}
.plugin-search .search_label {
  width: 100%;
  height: 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 6px 0 0;
  border: 0;
  border-radius: 1000px;
  background: #fff;
  position: relative;
}
.plugin-search .search_label .search_input {
  display: block;
  width: calc(100% - 66px);
  height: 100%;
  border: 0;
  padding: 0 15px;
  margin: 0;
  font-weight: 300;
  box-sizing: content-box;
}
.plugin-search .search_label .search_input:focus {
  box-shadow: none;
}
.plugin-search .search_label .search_submit {
  width: 36px;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}
.plugin-search .search_label:after {
  position: absolute;
  content: "\f002";
  right: 0;
  color: #30CE9B;
  font-family: FontAwesome;
  font-size: 26px;
  width: 55px;
  text-align: center;
}

.quantity {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.quantity .input__number {
  width: 80px;
  height: 30px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
  margin: 0 4px;
  border: 1px solid #30CE9B;
  border-radius: 0;
}
.quantity .input__number-decrement {
  border-right: none;
}
.quantity .input__number-increment {
  border-left: none;
}
.quantity .input__number-decrement, .quantity .input__number-increment {
  border: 1px solid #30CE9B;
  height: 30px;
  user-select: none;
  display: inline-block;
  width: 30px;
  background: rgba(48, 206, 155, 0.1);
  color: #2D2C54;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quantity .input__number-decrement:active, .quantity .input__number-increment:active {
  background: #155756;
}

/*------------------------------------------------
** Slick
**------------------------------------------------*/
.slick-slider {
  margin: 0;
  height: 100%;
}
.slick-slider .slick-track {
  display: flex;
}
.slick-slider .slick-list {
  height: 100%;
}
.slick-slider .slick-list .slick-track {
  height: 100%;
}
.slick-slider > button {
  width: 30px;
  height: 30px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.2);
  top: calc(50% - 15px);
}
.slick-slider > button:before {
  font-family: "FontAwesome" !important;
  display: inline-block !important;
  font-size: 14px;
  line-height: 1.1 !important;
}
.slick-slider > button.slick-prev:before {
  content: "\f053";
}
.slick-slider > button.slick-next:before {
  content: "\f054";
}
.slick-slider > button:hover, .slick-slider > button:focus {
  background-color: rgba(0, 0, 0, 0.8);
}
.slick-slider .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
}
.slick-slider .slick-dots li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider .slick-dots li button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider .slick-dots li button:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  background-color: #b3b3b3;
  border-radius: 10px;
  opacity: 1;
}
.slick-slider .slick-dots li.slick-active {
  width: 40px;
}
.slick-slider .slick-dots li.slick-active button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider .slick-dots li.slick-active button:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #797979;
  width: 40px;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}

.slide-for {
  background: #dedede;
  overflow: hidden;
  margin: 0 !important;
}
.slide-for p,
.slide-for div,
.slide-for img {
  margin: 0 !important;
}
.slide-for .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.slide-for .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
.slide-for .slick-list .slick-track .slick-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide-for .slick-list .slick-track .slick-slide a {
  display: block;
  width: 100%;
  height: 75%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
.slide-for .slick-list .slick-track .slick-slide a img {
  visibility: hidden;
}
.slide-for button {
  top: calc(100% - 50px);
  width: 50px !important;
  height: 50px !important;
  margin: 0;
  background-color: rgba(48, 206, 155, 0.7);
}
.slide-for button:before {
  font-family: "FontAwesome" !important;
  display: inline-block !important;
  font-size: 16px !important;
  line-height: 1.1 !important;
}
.slide-for button:hover, .slide-for button:focus {
  background-color: #30ce9b;
}
.slide-for button.slick-next {
  right: 0;
}
.slide-for button.slick-next:before {
  content: "\f054";
}
.slide-for button.slick-prev {
  left: calc(100% - 100px);
}
.slide-for button.slick-prev:before {
  content: "\f053";
}

.slide-nav {
  height: 150px;
  overflow: hidden;
  margin: 0 !important;
}
.slide-nav p,
.slide-nav div,
.slide-nav img {
  margin: 0 !important;
}
.slide-nav .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.slide-nav .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
.slide-nav .slick-list .slick-track .slick-slide {
  position: relative;
  height: 100%;
  cursor: pointer;
  padding: 3px;
  opacity: 0.5;
  transition: 250ms;
}
.slide-nav .slick-list .slick-track .slick-slide.slick-center, .slide-nav .slick-list .slick-track .slick-slide:hover {
  opacity: 1;
}
.slide-nav .slick-list .slick-track .slick-slide.slick-center .image, .slide-nav .slick-list .slick-track .slick-slide:hover .image {
  border: 1px solid #989898 !important;
}
.slide-nav .slick-list .slick-track .slick-slide span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slide-nav .slick-list .slick-track .slick-slide span img {
  visibility: hidden;
}
.slide-nav > button {
  top: 3px;
  width: 50px;
  height: calc(100% - 6px);
  margin: 0;
  background-color: rgba(255, 255, 255, 0.85);
}
.slide-nav > button:before {
  font-family: "FontAwesome";
  color: #717171;
  display: inline-block;
  font-size: 16px;
  line-height: 1.1;
}
.slide-nav > button:hover, .slide-nav > button:focus {
  background-color: rgb(255, 255, 255);
}
.slide-nav > button:hover:before, .slide-nav > button:focus:before {
  color: #000;
}
.slide-nav > button.slick-next {
  right: 0;
  border-right: 3px solid #d2d2d2;
}
.slide-nav > button.slick-next:before {
  content: "\f054";
}
.slide-nav > button.slick-prev {
  left: 0;
  border-left: 3px solid #d2d2d2;
}
.slide-nav > button.slick-prev:before {
  content: "\f053";
}

.popup__discount.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__discount .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.popup__discount .popup-inner {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  max-width: 500px !important;
  transform: unset !important;
  -webkit-transform: unset !important;
}
.popup__discount .popup-inner .image {
  width: 100%;
  height: 100%;
}
.popup__discount .popup-inner .image img {
  width: 100%;
  height: 100%;
}

/*------------------------------------------------
** HEADER
**------------------------------------------------*/
.menunav {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  position: relative;
  text-align: center;
}
.menunav li {
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 100%;
}
.menunav li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  text-align: center;
  color: #2D2C54;
  white-space: nowrap;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
}
.menunav li a:hover, .menunav li a.active {
  position: relative;
  color: #30CE9B;
}
.menunav li.column {
  position: initial;
}
.menunav .level1 {
  position: absolute;
  left: 0;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  background: #fff;
  padding: 10px 0;
  z-index: 9;
  margin-top: 0;
  margin-bottom: 10px;
  box-shadow: 0px 0px 15px -5px;
}
.menunav .level1:before {
  content: "";
  position: absolute;
  left: 10px;
  top: -15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #fff;
}
.menunav .level1 li {
  width: 100%;
  margin: 0;
}
.menunav .level1 li a {
  line-height: 35px;
  text-align: left;
  padding: 0 20px;
  color: #2f3236;
  background-color: #fff;
}
.menunav .level1 li a .fa {
  margin-right: 8px;
  color: #9c9c9c;
}
.menunav .level2 {
  position: absolute;
  left: 0;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  background: transparent;
  padding: 5px 0 10px;
  z-index: 9;
  margin-top: 0;
  margin-bottom: 10px;
  box-shadow: 0px 0px 15px -5px;
  background: #f7faff;
  top: 0;
  left: 100%;
}
.menunav .level2:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #f7faff;
}
.menunav .level2 li {
  width: 100%;
  margin: 0;
}
.menunav .level2 li a {
  padding: 0 20px;
  color: #2f3236;
  background-color: #f7faff;
}
.menunav .level2 li a .fa {
  margin-right: 8px;
  color: #9c9c9c;
}
.menunav .level2 li:hover:after, .menunav .level2 li.active:after {
  height: 0;
}
.menunav .submenu {
  position: absolute;
  left: 0;
  width: 100%;
  min-width: 700px;
  transform: translateY(50px);
  visibility: hidden;
  display: flex;
  opacity: 0;
  background: #fff;
  padding: 40px 10px 30px;
  margin-top: 0;
  margin-bottom: 10px;
  box-shadow: 0px 0px 10px -5px;
  z-index: 9;
}
.menunav .submenu:before {
  content: "";
  position: absolute;
  left: 24%;
  top: -15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #f2f2f2;
}
.menunav .submenu .subitem {
  width: 33.3333333333%;
  padding: 0 20px;
  text-align: left;
}
.menunav .submenu .subitem .menu_header {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding-bottom: 10px;
}
.menunav .submenu .subitem .submenu_inner {
  display: flex;
  flex-wrap: wrap;
}
.menunav .submenu .subitem .submenu_inner .menu {
  width: 100%;
  padding: 8px 0;
}
.menunav .submenu .subitem .submenu_inner .menu a {
  font-weight: 300;
  font-size: 18px;
  color: #2f3236;
  padding: 0;
}
.menunav .submenu .subitem .submenu_inner .menu a .fa {
  margin-right: 4px;
}
.menunav .submenu .subitem .submenu_inner .menu a:hover, .menunav .submenu .subitem .submenu_inner .menu a.active {
  color: #30CE9B;
}
.menunav .submenu .subitem.menu_brand {
  width: 66.6666666667%;
}
.menunav .submenu .subitem.menu_brand .menu_header {
  padding-left: 40px;
}
.menunav .submenu .subitem.menu_brand .submenu_inner {
  padding-left: 40px;
  border-left: 1px solid #e1e1e1;
}
.menunav .submenu .subitem.menu_brand .submenu_inner .menu {
  width: 50%;
}
.menunav li:hover .level1 {
  visibility: visible;
  opacity: 1;
  transition: 0.3s all ease;
  transform: translateY(0px);
  left: 0;
}
.menunav li:hover .level1 li a {
  padding: 0 20px;
  text-align: left;
}
.menunav li:hover .level1 li a .fa {
  margin-right: 8px;
  color: #2f3236;
}
.menunav li:hover .level1 li.active a, .menunav li:hover .level1 li:hover a {
  color: #30CE9B;
}
.menunav li:hover .level1 li.active a .fa, .menunav li:hover .level1 li:hover a .fa {
  color: #30CE9B;
}
.menunav li:hover .submenu {
  visibility: visible;
  opacity: 1;
  transition: 0.3s all ease;
  transform: translateY(0px);
}
.menunav .level1 li:hover ul.level2 {
  visibility: visible !important;
  opacity: 1 !important;
  transition: 0.3s all ease !important;
}
.menunav .level1 li:hover ul.level2 li a {
  padding: 0 20px;
  color: #2f3236;
}
.menunav .level1 li:hover ul.level2 li a .fa {
  margin-right: 8px;
  color: #2f3236;
}
.menunav .level1 li:hover ul.level2 li.active a, .menunav .level1 li:hover ul.level2 li:hover a {
  color: #30CE9B;
}
.menunav .level1 li:hover ul.level2 li.active a .fa, .menunav .level1 li:hover ul.level2 li:hover a .fa {
  color: #30CE9B;
}
.menunav .lang-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.menunav .lang-inner .item {
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 5px;
  border: 1px solid #fff;
  cursor: pointer;
}
.menunav .lang-inner .item img {
  max-width: initial;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.menunav .lang-inner .item:hover {
  border-color: #155756;
}

@media only screen and (max-width: 1100px) {
  .menunav li a {
    padding: 0 10px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 900px) {
  .menunav li a {
    padding: 0 10px;
    font-size: 14px;
  }
}
header {
  z-index: 99;
  height: 80px;
  width: 100%;
  background-color: #F8F3EB;
}
header.stick {
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.1) 1.95px 1.95px 2.6px;
}
header .container-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  display: flex;
  height: 100%;
  align-items: center;
}
header .logo a {
  padding: 12px 0;
  display: block;
}

.plugin-cart {
  position: relative;
  display: flex;
  border-radius: 6px;
  line-height: 0;
  padding: 10px 10px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plugin-cart i {
  color: #2D2C54;
  font-size: 20px;
}
.plugin-cart .cart-total-items {
  top: -7px;
  right: -4px;
}
.plugin-cart.active {
  display: flex;
}
.plugin-cart .cart-total-items {
  position: absolute;
  top: 0px;
  right: -5px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #2D2C54;
  color: #2D2C54;
  background-color: transparent;
  font-size: 12px;
  font-weight: 800;
}

.rd-panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 56px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 1009;
}
.rd-panel .toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  width: 56px;
  height: 56px;
}
.rd-panel .toggle span {
  cursor: pointer;
  width: 24px;
  height: 4px;
  background-color: #2D2C54;
  backface-visibility: hidden;
  border-radius: 2px;
  position: relative;
  display: block;
  margin: auto;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-panel .toggle span:before, .rd-panel .toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 24px;
  height: 4px;
  background-color: #2D2C54;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-panel .toggle span:after {
  top: 8px;
}
.rd-panel .toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  height: 0;
}
.rd-panel .toggle.active span:before, .rd-panel .toggle.active span:after {
  top: 8px;
  width: 35px;
  left: 0;
}
.rd-panel .toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-panel .toggle.active span:after {
  top: -12px;
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
.rd-panel .logo {
  height: 100%;
  padding: 5px;
}
.rd-panel .logo img {
  height: 100%;
  max-width: initial;
}
.rd-panel .plugin-search {
  width: 100%;
  max-width: 100%;
  padding-right: 10px;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.rd-panel .plugin-search .form_search {
  width: 100%;
  max-width: 920px;
}
.rd-panel .plugin-search .form_search .search_label {
  border: 1px solid #b38951;
  height: 38px;
}
.rd-panel .plugin-cart {
  width: 50px;
  height: 37px;
  margin-right: 10px;
}
.rd-panel .plugin-cart .fa {
  width: 37px;
  height: 37px;
  right: 10px;
}

.rd-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1008;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-menu ul {
  position: fixed;
  z-index: 99;
  top: 50px;
  margin: 0;
  left: 0;
  width: 0;
  padding: 24px;
  background: #30CE9B;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -o-transform: translateX(-270px);
  -webkit-transform: translateX(-270px);
  transform: translateX(-270px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-menu ul li a:not([href]):not([tabindex]) {
  color: #155756;
}
.rd-menu ul li a {
  font-size: 18px;
  display: block;
  padding: 10px 0;
  color: #2f3236;
  font-weight: 700;
  line-height: 1.7;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
}
.rd-menu ul li.dowload a {
  font-weight: 600;
  align-items: center;
  flex-direction: row;
}
.rd-menu ul li.dowload a i {
  margin-right: 4px;
}
.rd-menu ul li:hover > a, .rd-menu ul li.active > a {
  color: #30CE9B;
}
.rd-menu ul li:hover > a .fa, .rd-menu ul li.active > a .fa {
  color: #30CE9B;
}
.rd-menu ul li:hover ul.level1 > a, .rd-menu ul li.active ul.level1 > a {
  color: #2f3236;
}
.rd-menu ul li:hover ul.level1 li.active a, .rd-menu ul li.active ul.level1 li.active a {
  color: #2D2C54;
}
.rd-menu ul li:hover ul.level1 li.active a .fa, .rd-menu ul li.active ul.level1 li.active a .fa {
  color: #2D2C54;
}
.rd-menu ul li:hover ul.level1 li:hover a, .rd-menu ul li.active ul.level1 li:hover a {
  color: #2D2C54;
}
.rd-menu ul li:hover ul.level1 li:hover a .fa, .rd-menu ul li.active ul.level1 li:hover a .fa {
  color: #2D2C54;
}
.rd-menu .level1 {
  position: initial;
  visibility: initial;
  opacity: initial;
  background: transparent;
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 0;
  margin-left: 30px;
}
.rd-menu .level1 li a {
  padding: 8px 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-transform: unset;
  background: transparent;
}
.rd-menu .level1 li a i {
  width: 20px;
  font-size: 16px;
  padding-left: 5px;
}
.rd-menu .level1 li:hover a {
  color: #2D2C54;
}
.rd-menu .level2 {
  position: initial;
  visibility: visible;
  opacity: 1;
  background: transparent;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0 15px;
}
.rd-menu .submenu {
  padding: 0px 0 0 20px;
}
.rd-menu .submenu .subitem .menu_header {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 6px;
}
.rd-menu .submenu .subitem .submenu_inner .menu a {
  font-weight: 400;
  color: #2f3236;
  padding: 0;
  text-transform: initial;
}
.rd-menu .submenu .subitem .submenu_inner .menu a .fa {
  margin-right: 4px;
}
.rd-menu .submenu .subitem .submenu_inner .menu a:hover, .rd-menu .submenu .subitem .submenu_inner .menu a.active {
  color: #30CE9B;
}
.rd-menu.active {
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.rd-menu.active ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
}
.rd-menu.active ul li ul {
  width: 100%;
}

/*------------------------------------------------
** Components
**------------------------------------------------*/
.news.news-list .module-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.news.news-list .item {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px 30px;
}
.news.news-list .item .item-wrap {
  width: 100%;
  height: 100%;
}
.news.news-list .item .image-wrap {
  overflow: hidden;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}
.news.news-list .item .image {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news.news-list .item .image a {
  display: block;
  background-color: rgba(48, 206, 155, 0.1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}
.news.news-list .item .image a img {
  visibility: hidden;
  display: none;
}
.news.news-list .item .title {
  height: 52px;
  padding: 0;
  margin: 15px 0 10px 0;
}
.news.news-list .item .title a {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news.news-list .item .description {
  font-weight: normal;
  color: #858585;
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news.news-list .item .published {
  display: none;
}
.news.news-list .item .view-more {
  margin: 40px 0;
  text-align: right;
  font-size: 13px;
}
.news.news-list .item:hover .image {
  transform: scale(1.1);
}
.news.news-list .item:hover .view-more a {
  color: #fff !important;
}
.news.news-list .item.column {
  width: 100%;
  height: 100%;
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.news.news-list .item.column .item-wrap {
  display: flex;
  flex-wrap: wrap;
}
.news.news-list .item.column .image-wrap {
  width: 30%;
  max-width: 300px;
  min-width: 120px;
}
.news.news-list .item.column .content {
  width: 70%;
  min-width: calc(100% - 300px);
  max-width: calc(100% - 120px);
  padding: 0 0 0 10px;
}
.news.news-list .item.column .content .title {
  margin: 0;
  height: initial;
  border: 0;
  padding: 0;
}
.news.news-list .item.column:last-child {
  margin: 0 0 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.news.news-list .view-more {
  margin: 30px 0;
}
.news.news-list .view-more a:hover {
  color: #fff;
}
.news.news-detail .module {
  max-width: 860px;
}
.news.news-detail .title {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.news.news-detail .description {
  font-weight: 500;
  margin: 20px 0 10px;
}

@media only screen and (max-width: 800px) {
  .news.news-list .item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .news.news-detail .module-title h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .news.news-list .module-content {
    margin: 0;
  }
  .news.news-list .item {
    width: 100%;
    margin: 0 0 20px;
  }
}
.box-staff .box-header .box-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-staff .box-header .box-title:after {
  display: block;
}
.box-staff .container-wrapper .box-body {
  display: flex;
  flex-wrap: wrap;
}
.box-staff .container-wrapper .box-body .item {
  width: 33.3333333333%;
  padding: 0 15px;
  margin: 0 0 30px 0;
}
.box-staff .container-wrapper .box-body .item .wrap {
  height: 100%;
  overflow: hidden;
  background-color: #ececec;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.box-staff .container-wrapper .box-body .item .wrap .wrap-inner .image {
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 125%;
  overflow: hidden;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #ccc;
}
.box-staff .container-wrapper .box-body .item .wrap .wrap-inner .image img {
  visibility: hidden;
}
.box-staff .container-wrapper .box-body .item .wrap .wrap-inner .person_info {
  padding: 20px 20px 0;
  height: auto;
  text-align: center;
}
.box-staff .container-wrapper .box-body .item .wrap .wrap-inner .person_info .name {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-top: 0;
  color: #30CE9B;
}
.box-staff .container-wrapper .box-body .item .wrap .subject {
  padding: 20px;
}
.box-staff .container-wrapper .box-body .item .wrap .staff-contact {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #87b8b9;
  width: 80%;
  left: 10%;
  padding: 20px 0;
}
.box-staff .container-wrapper .box-body .item .wrap .staff-contact .item-contact {
  margin: 0 10px;
}
.box-staff .container-wrapper .box-body .item .wrap .staff-contact .item-contact .fa {
  color: #30CE9B;
  font-size: 20px;
}
.box-staff .container-wrapper .box-body .item .wrap .staff-contact .item-contact .fa:hover {
  color: #155756;
}
.box-staff .container-wrapper .box-body .item .wrap .staff-contact .item-contact.phone .fa {
  font-size: 22px;
  margin-top: 1px;
}
.box-staff.founder .container-wrapper .box-body .item .wrap {
  color: #FFF;
  background-color: #30CE9B;
  text-align: left;
}
.box-staff.founder .container-wrapper .box-body .item .wrap .wrap-inner {
  position: relative;
}
.box-staff.founder .container-wrapper .box-body .item .wrap .wrap-inner .person_info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 60px 20px 0;
  background: linear-gradient(to top, #30CE9B 20%, transparent 100%);
  text-align: left;
}
.box-staff.founder .container-wrapper .box-body .item .wrap .wrap-inner .person_info .name {
  color: yellow;
}
.box-staff.founder .container-wrapper .box-body .item .wrap .subject {
  padding: 30px 20px;
}
.box-staff.founder .container-wrapper .box-body .item .wrap .staff-contact {
  position: relative;
}
.box-staff.founder .container-wrapper .box-body .item .wrap .staff-contact .item-contact .fa {
  color: #FFF;
}
.box-staff.founder .container-wrapper .box-body .item .wrap .staff-contact .item-contact .fa:hover {
  color: yellow;
}
.box-staff.staff .container-wrapper .box-body .item .wrap {
  padding-bottom: 66px;
  border-bottom: 6px solid rgba(48, 206, 155, 0.88);
}
.box-staff.staff .container-wrapper .box-body .item .wrap .wrap-inner {
  padding-top: 40px;
}
.box-staff.staff .container-wrapper .box-body .item .wrap .wrap-inner .image {
  width: 60%;
  padding-top: 60%;
  margin: auto;
  border-radius: 50%;
}

@media only screen and (max-width: 1000px) {
  .box-staff .container-wrapper .box-body .item {
    width: 33.3333333333%;
    max-width: 500px;
    margin: 0;
  }
}
@media only screen and (max-width: 800px) {
  .box-staff .container-wrapper .box-body {
    justify-content: center;
  }
  .box-staff .container-wrapper .box-body .item {
    width: calc(50% - 10px);
    padding: 0;
  }
}
@media only screen and (max-width: 800px) {
  .box-staff .container-wrapper .box-body .item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.box-product .shop.shop-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.box-product .shop.shop-list .item {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px 20px;
}
.box-product .shop.shop-list .item-wrap {
  border: 1px solid #30CE9B;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.box-product .shop.shop-list .item .image-wrap {
  background: linear-gradient(180deg, #ffffff 48.44%, #feccdc 100%);
}
.box-product .shop.shop-list .item-image {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.box-product .shop.shop-list .item-image img {
  display: none;
}
.box-product .shop.shop-list .item-content {
  background-color: #30CE9B;
  padding: 8px 0;
  text-align: center;
}
.box-product .shop.shop-list .item-title {
  color: #fff;
  font-weight: 800;
}

.popup-thanks {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999;
}
.popup-thanks .popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fefefe;
  margin: 15% auto;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 400px;
}
.popup-thanks .popup-content .checkmark-wrapper {
  width: 70px;
  height: 70px;
  background-color: #4bb543;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.popup-thanks .popup-content .checkmark-wrapper .checkmark {
  width: 50px;
  height: 50px;
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.popup-thanks .popup-content h2 {
  color: #4bb543;
  font-size: 24px;
  margin-bottom: 10px;
}
.popup-thanks .popup-content p {
  color: #333;
  font-size: 16px;
  margin-bottom: 20px;
}
.popup-thanks .popup-content .close {
  padding: 10px 20px;
  background-color: #30CE9B;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.popup-thanks .popup-content .close:hover {
  background-color: #010505;
}

.product-detail__popup .popup-inner {
  padding: 30px;
  max-width: 900px !important;
}
.product-detail__popup .popup-inner .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product-detail__popup .popup-inner .detail-top {
  display: flex;
  flex-wrap: wrap;
}
.product-detail__popup .popup-inner .detail-top__img {
  width: 50%;
  padding-right: 30px;
}
.product-detail__popup .popup-inner .detail-top__img .img-wrap {
  background: linear-gradient(180deg, #ffffff 48.44%, #feccdc 100%);
}
.product-detail__popup .popup-inner .detail-top__img .image {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: 1px solid #2D2C54;
}
.product-detail__popup .popup-inner .detail-top__img img {
  display: none;
}
.product-detail__popup .popup-inner .detail-top__info {
  width: 50%;
}
.product-detail__popup .popup-inner .detail-top__info .title {
  text-transform: uppercase;
  font-size: 14px;
  color: #155756;
  font-weight: 700;
}
.product-detail__popup .popup-inner .detail-top__info ul {
  padding: 10px 0;
}
.product-detail__popup .popup-inner .detail-top__info #price {
  font-size: 20px;
  font-weight: 700;
  color: #30CE9B;
  font-family: "Montserrat";
}
.product-detail__popup .popup-inner .detail-top__info .products_option_list {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.product-detail__popup .popup-inner .detail-top__info .products_option_list .radio {
  border: 1px solid #30CE9B;
  padding: 4px 8px;
  font-size: 13px;
  text-transform: uppercase;
  color: #30CE9B;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 125px;
}
.product-detail__popup .popup-inner .detail-top__info .action__list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-detail__popup .popup-inner .detail-top__info .action__list li a {
  display: block;
  text-transform: uppercase;
  color: #30CE9B;
  font-weight: 600;
  padding: 8px 16px;
  border: 1px solid #30CE9B;
}
.product-detail__popup .popup-inner .detail-top__info .action__list li a i {
  margin-right: 6px;
}
.product-detail__popup .popup-inner .detail-top__info .action__list li a.buy {
  background-color: #30CE9B;
  color: #fff;
}
.product-detail__popup .popup-inner .detail-bottom {
  margin-top: 16px;
}
.product-detail__popup .popup-inner .detail-bottom__content {
  border: 1px solid #155756;
}
.product-detail__popup .popup-inner .detail-bottom__content .navs__tab {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
.product-detail__popup .popup-inner .detail-bottom__content .navs__tab li {
  width: 33.3333333333%;
}
.product-detail__popup .popup-inner .detail-bottom__content .navs__tab li a {
  width: 100%;
  display: block;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 800;
  color: #2f3236;
  background-color: #f3f3f3;
}
.product-detail__popup .popup-inner .detail-bottom__content .navs__tab li a.active {
  color: #2D2C54;
  background-color: #30CE9B;
}
.product-detail__popup .popup-inner .detail-bottom__content .tabs__content {
  padding: 12px;
}
.product-detail__popup .popup-inner .detail-bottom__content .tabs__content-item {
  display: none;
}
.product-detail__popup .popup-inner .detail-bottom__content .tabs__content-item.active {
  display: block;
}

.quantity {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.input__number {
  width: 80px;
  height: 30px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
  margin: 0 4px;
  border: 1px solid #30CE9B;
  border-radius: 0;
}
.input__number-decrement {
  border-right: none;
}
.input__number-increment {
  border-left: none;
}
.input__number-decrement, .input__number-increment {
  border: 1px solid #30CE9B;
  height: 30px;
  user-select: none;
  display: inline-block;
  width: 30px;
  background: rgba(48, 206, 155, 0.1);
  color: #2D2C54;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.input__number-decrement:active, .input__number-increment:active {
  background: #155756;
}

#modal-booking {
  background-color: rgba(0, 0, 0, 0.7);
}

.shop.shop-cart-detail .show-cart {
  border: 1px solid rgba(45, 44, 84, 0.3);
  position: relative;
  border-radius: 3px;
}
.shop.shop-cart-detail .show-cart .no-data {
  font-weight: 600;
}
.shop.shop-cart-detail .module:nth-child(2) {
  margin-top: 50px;
}
.shop.shop-cart-detail .module-title {
  color: #9d580f;
  text-align: center;
}
.shop.shop-cart-detail table {
  width: 100%;
  border-collapse: collapse;
}
.shop.shop-cart-detail table thead {
  border-bottom: 1px solid #f1f1f1;
  background: #f7f7f7;
}
.shop.shop-cart-detail table thead tr th {
  font-size: 15px;
  height: 60px;
  vertical-align: middle;
  font-weight: normal;
  padding: 0 5px;
}
.shop.shop-cart-detail table thead tr th.col_num {
  width: 30px;
}
.shop.shop-cart-detail table thead tr th.col_quantity {
  width: 88px;
}
.shop.shop-cart-detail table thead tr th.col_price,
.shop.shop-cart-detail table thead tr th.col_total {
  width: 110px;
  text-align: center;
}
.shop.shop-cart-detail table tbody tr {
  border-bottom: 1px solid #f5f5f5;
}
.shop.shop-cart-detail table tbody tr td {
  padding: 15px 0px;
  font-size: 14px;
  color: #565656;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #f5f5f5;
}
.shop.shop-cart-detail table tbody tr td .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.shop.shop-cart-detail table tbody tr td .content .image {
  width: 120px;
  max-width: 120px;
  padding: 0 16px;
}
.shop.shop-cart-detail table tbody tr td .content .image img {
  width: 100%;
}
.shop.shop-cart-detail table tbody tr td .content .text {
  width: calc(100% - 120px);
  text-align: left;
  display: flex;
  flex-direction: column;
}
.shop.shop-cart-detail table tbody tr td .content .text .title {
  color: #30CE9B;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
}
.shop.shop-cart-detail table tbody tr td .content .text .action {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
.shop.shop-cart-detail table tbody tr td .content .text .action .btn-delete .fa {
  margin-right: 8px;
}
.shop.shop-cart-detail table tbody tr td .content .text .action input[type=number] {
  width: 75px;
  height: 30px;
  margin: 0 10px 0 0;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.shop.shop-cart-detail table tbody tr td .content .text .action input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}
.shop.shop-cart-detail table tbody tr td.col_price, .shop.shop-cart-detail table tbody tr td.col_total {
  text-align: right;
  font-size: 16px;
  padding-right: 10px;
}
.shop.shop-cart-detail table tbody tr td.col_total {
  border-right: 0px;
}
.shop.shop-cart-detail table tbody tr td .btn-delete {
  display: flex;
  align-items: center;
}
.shop.shop-cart-detail table tbody tr td .btn-delete a {
  color: #fff;
  display: block;
  width: fit-content;
  background-color: rgba(48, 206, 155, 0.8);
  text-decoration: none;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  box-shadow: none;
  padding: 5px 10px;
  margin: auto;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 12px;
  height: 30px;
}
.shop.shop-cart-detail .note {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.shop.shop-cart-detail .note a {
  font-weight: 600;
}
.shop.shop-cart-detail .note p {
  text-align: right;
  color: #ff0000;
  font-weight: 600;
}
.shop.shop-cart-detail .info {
  background: #f7f7f7;
  border-top: 1px solid #f1f1f1;
}
.shop.shop-cart-detail .info .item {
  display: flex;
  padding: 0 16px;
  border-bottom: 1px solid #eee;
}
.shop.shop-cart-detail .info .item:last-child {
  border-bottom: none !important;
}
.shop.shop-cart-detail .info .item h2 {
  float: left;
  width: calc(100% - 200px);
  border-right: 1px solid #eee;
  text-align: left;
  height: 30px;
  color: #2f3236;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
}
.shop.shop-cart-detail .info .item p {
  border-left: 1px solid #eee;
  height: 30px;
  color: #155756;
  line-height: 30px;
  font-size: 16px;
  width: 200px;
  font-weight: 700;
  text-align: right;
}
.shop.shop-cart-detail .empty {
  height: 100px;
}
.shop.shop-cart-detail .empty h1 {
  width: 100%;
  height: 100%;
  line-height: 100px;
  font-size: 16px;
  text-transform: uppercase;
  color: #1db12f;
  text-align: center;
}
.shop.shop-cart-detail .cart-order {
  width: 100%;
  background: #fff;
  padding: 0;
  text-align: center;
  margin: 10px 0;
  position: relative;
}
.shop.shop-cart-detail .cart-order p {
  margin-bottom: 15px;
}
.shop.shop-cart-detail .cart-order .form input {
  margin-bottom: 20px;
  padding: 10px;
}
.shop.shop-cart-detail .cart-order .button {
  margin: 30px auto;
  padding: 10px 20px;
  background-color: #2f3236;
  color: #fff;
  display: block;
}
.shop.shop-cart-detail .cart-order .button:hover {
  background-color: #b38951;
}

.modal-dialog {
  max-width: 660px;
}
.modal-dialog .modal-header {
  justify-content: center;
}
.modal-dialog .modal-header .modal-title {
  font-size: 25px;
  font-weight: bold;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-weight: 800;
  color: #155756;
}
.modal-dialog .modal-footer {
  justify-content: center;
}
.modal-dialog .modal-footer .btn-primary {
  background-color: rgba(21, 87, 86, 0.94);
  border-color: rgba(21, 87, 86, 0.94);
}
.modal-dialog .modal-footer .btn-primary:hover {
  background-color: #155756;
  border-color: #155756;
}

.toast-noti {
  position: fixed;
  top: 25px;
  right: 30px;
  border-radius: 12px;
  background: #fff;
  padding: 20px 35px 20px 25px;
  box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transform: translateX(calc(100% + 30px));
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
}
.toast-noti.active {
  transform: translateX(0%);
}
.toast-noti__content {
  display: flex;
  align-items: center;
}
.toast-noti__content .check {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  min-width: 35px;
  background-color: #28a745 !important;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}
.toast-noti__content .message {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}
.toast-noti__content .message .text {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.toast-noti__content .message .text.text-1 {
  font-weight: 600;
  color: #333;
}
.toast-noti .close {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 5px;
  cursor: pointer;
  opacity: 0.7;
}
.toast-noti .close:hover {
  opacity: 1;
}
.toast-noti .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
}
.toast-noti .progress:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #28a745 !important;
}
.toast-noti .progress.active:before {
  animation: progress 5s linear forwards;
}

@keyframes progress {
  100% {
    right: 100%;
  }
}
#slider-range {
  margin-top: 10px;
  padding-left: 8px;
}

.slider-labels {
  display: flex;
  justify-content: space-between;
}
.slider-labels .caption {
  display: flex;
  flex-wrap: wrap;
  padding-right: 5px;
}
.slider-labels .caption label, .slider-labels .caption span {
  width: 100%;
}
.slider-labels .caption label {
  text-align: left;
  margin-bottom: 10px;
}
.slider-labels .caption span {
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(47, 50, 54, 0.38);
  padding: 5px;
  border-radius: 5px;
}
.slider-labels .caption.col-6 {
  margin: 0;
  padding: 0px;
  padding-left: 5px;
  padding-right: 0;
}

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
* Browsers can paint handles in their own layer.
*/
.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
*/
.noUi-horizontal {
  height: 6px;
}

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  left: -8px;
  top: -5px;
  background-color: #fff;
  border: 1px solid rgba(47, 50, 54, 0.38);
}

/* Styling;
*/
.noUi-background {
  background: #c1c1c1;
}

.noUi-connect {
  background: #30CE9B;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 0px;
}

.noUi-target {
  border-radius: 0px;
}

/* Handles and cursors;
*/
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #30CE9B;
  border: 8px solid rgba(48, 206, 155, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
*/
[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
  cursor: not-allowed;
}

ul.menu_bar {
  width: 100%;
}
ul.menu_bar span {
  font-size: 35px;
  color: #30CE9B;
}
ul.menu_bar li {
  width: 100%;
  height: 60px;
}
ul.menu_bar li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-weight: 500;
  color: #4c4c4c;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid #e1e1e1;
  transition: all 0.3s;
  position: relative;
  line-height: 60px;
  /*background: #f7f7f7;*/
}
ul.menu_bar li a .fa {
  margin-right: 5px;
  display: none;
}
ul.menu_bar li a:after {
  position: absolute;
  display: block;
  content: "";
  height: 3px;
  bottom: -1px;
  background: #30CE9B;
  width: 0;
  transition: all 0.3s;
}
ul.menu_bar li:hover a {
  color: #000;
  font-weight: 700;
}
ul.menu_bar li:hover a:after {
  width: 100%;
  transition: all 0.3s;
}
ul.menu_bar li.active a {
  color: #000;
  font-weight: 700;
}
ul.menu_bar li.active a:after {
  width: 50px;
  transition: all 0.3s;
}
ul.menu_bar a.button {
  width: 100%;
  height: 80px;
  margin: 30px 0;
  line-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.recruitment-list .sidebar__inner {
  padding-bottom: 130px;
}

.career_bar {
  background-color: #FFF;
  box-shadow: 0 0 15px 0px #e8e8e8;
  padding: 20px 0;
}
.career_bar .title {
  font-size: 18px;
  color: #30CE9B;
  text-align: center;
  /*border-bottom:1px solid #ffe7d3;*/
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
}
.career_bar .list-work {
  margin-top: 10px;
}
.career_bar .list-work ul li {
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.career_bar .list-work ul li i {
  display: block;
  border: 1px solid #2f3236;
  width: 10px;
  height: 10px;
  margin-right: 15px;
}
.career_bar .list-work ul li a {
  padding: 10px 5px;
  font-weight: 700;
  line-height: 20px;
}
.career_bar .list-work ul li a span {
  color: #808080;
  display: block;
  font-weight: 300;
}
.career_bar .list-work ul li a:hover {
  color: #30CE9B;
}
.career_bar .list-work ul li:hover, .career_bar .list-work ul li.active {
  background-color: #f1f8ef;
}
.career_bar .list-work ul li:hover i, .career_bar .list-work ul li.active i {
  border: 1px solid #30CE9B;
  background-color: #30CE9B;
}

.recruitment {
  margin-bottom: 30px;
}
.recruitment .title {
  font-size: 18px;
  color: #155756;
  height: 36px;
  line-height: 36px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.recruitment .main .item {
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-color: #FFF;
  padding: 20px;
  position: relative;
  box-shadow: 0 0 15px 0px #e8e8e8;
}
.recruitment .main .item p {
  color: #808080;
  line-height: 25px;
}
.recruitment .main .item p:first-child {
  padding-right: 50px;
}
.recruitment .main .item p:first-child a {
  font-size: 15px;
  font-weight: 700;
}
.recruitment .main .item p:first-child a span {
  font-size: 11px;
  font-weight: 300;
  width: 66px;
  height: 25px;
  display: inline-block;
  text-align: center;
  color: #FFF;
  position: absolute;
  right: 0;
  top: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  background-image: url("../images/tag_new.png");
}
.recruitment .main .item p:first-child a span.closed {
  background-image: url("../images/tag_closed.png");
}
.recruitment .main .item p span.published {
  float: right;
}
.recruitment .main .item:hover {
  border-bottom: 2px solid #30CE9B;
}
.recruitment.recruitment_detail {
  background-color: #FFF;
  padding: 20px;
}
.recruitment.recruitment_detail .detail-recru .col1 {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.recruitment.recruitment_detail .detail-recru .col1 a {
  width: 100px;
  height: 30px;
  background-color: #2D2C54;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin: 12px 10px 0 0;
}
.recruitment.recruitment_detail .detail-recru .col1 a:hover {
  background-color: #30CE9B;
}
.recruitment.recruitment_detail .detail-recru .col1 a i {
  background: url(../images/icon-page.png) no-repeat;
  background-position: -182px -41px;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.recruitment.recruitment_detail .detail-recru .col1 a:last-child {
  float: right;
}
.recruitment.recruitment_detail .detail-recru .col1 a:last-child i {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: -182px -42px;
}
.recruitment.recruitment_detail .detail-recru .col2 {
  padding-bottom: 5px;
}
.recruitment.recruitment_detail .detail-recru .col2 p {
  color: #808080;
  line-height: 19px;
}
.recruitment.recruitment_detail .detail-recru .col2 > p {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  height: 36px;
  line-height: 36px;
}
.recruitment.recruitment_detail .detail-recru .col2 div {
  margin: 20px 0 10px 0;
}
.recruitment.recruitment_detail .detail-recru .col3 p {
  font-size: 15px;
  line-height: 22px;
}
.recruitment.recruitment_detail .detail-recru .col4 {
  width: 190px;
  margin: 50px auto 0;
}
.recruitment.recruitment_detail .detail-recru .col4 a:hover {
  -webkit-box-shadow: 0 0 15px 0px #30CE9B;
  -moz-box-shadow: 0 0 15px 0px #30CE9B;
  box-shadow: 0 0 15px 0px #30CE9B;
  background-color: #ffffff;
  color: #30CE9B;
}

.popup-regis {
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.popup-regis .width {
  width: 100%;
  max-width: 520px;
  background-color: #ffffff;
  display: block;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  position: absolute;
}
.popup-regis .width table {
  width: 100%;
  margin: 38px auto;
  border: 0;
}
.popup-regis .width table tbody tr {
  border: 0;
}
.popup-regis .width table tbody tr td {
  text-align: left;
  padding: 5px 10px;
  font-style: italic;
  font-size: 13px;
  display: block;
  float: left;
  line-height: 40px;
  margin-bottom: 5px;
  width: 339px;
  color: #808080;
  border: 0;
}
.popup-regis .width table tbody tr td input[type=text] {
  border-radius: 0;
  width: 100%;
  border: none;
  height: 40px;
  margin-right: 0px;
  padding-left: 5px;
  color: #8a8a8a;
  font-size: 9pt;
  background: rgba(48, 206, 155, 0.3);
}
.popup-regis .width table tbody tr td input[type=text].error {
  background: #FFECEC;
  border: 1px solid #BF0000;
}
.popup-regis .width table tbody tr td input[type=text].error:focus {
  outline: none;
  border: 1px solid transparent;
  box-shadow: 0px 0px 5px #BF0000;
}
.popup-regis .width table tbody tr td span {
  color: #ff0000;
}
.popup-regis .width table tbody tr td select {
  border-radius: 0;
  width: 100%;
  border: none;
  height: 40px;
  margin-right: 0px;
  padding-left: 5px;
  color: #8a8a8a;
  font-size: 9pt;
  background: rgba(48, 206, 155, 0.3);
}
.popup-regis .width table tbody tr td input[type=file] {
  padding-top: 5px;
  /*background: url(../images/file.png) no-repeat center right #f3f3f3;*/
}
.popup-regis .width table tbody tr td:first-child {
  width: 90px;
}
.popup-regis .width table tbody tr td:last-child {
  width: calc(100% - 90px);
}
.popup-regis .width table tbody tr td.lihe {
  line-height: 17px;
}
.popup-regis .width table tbody tr td .BtSubmit {
  /*width: 180px;
  height: 40px;
  background-color: #1189ff;
  display: block;
  margin: auto;
  border-radius: 25px;
  font-family: "RobotoLight";
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  &:hover {
  	-webkit-box-shadow: 0 0 15px 0px #6eb4f5;
  	-moz-box-shadow: 0 0 15px 0px #6eb4f5;
  	box-shadow: 0 0 15px 0px #6eb4f5;
  	background-color: #ffffff;
  	color: #1189ff;
  }*/
}
.popup-regis .work_name {
  text-align: center;
  font-size: 15pt;
  color: #2D2C54;
}
.popup-regis .notice {
  display: none;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.popup-regis .notice.success {
  width: 100%;
  padding: 10px 0 10px 45px;
  border-top: 2px solid #49B452;
  border-bottom: 2px solid #49B452;
  margin: 10px 0 0 0;
  background: #D7EED9 url(../images/notice-info.png) no-repeat 10px center;
  font-size: 10pt;
  color: #49B452;
}
.popup-regis .notice.error {
  width: 100%;
  padding: 10px 0 10px 45px;
  border-top: 2px solid #BF0000;
  border-bottom: 2px solid #BF0000;
  margin: 10px 0 0 0;
  background: #FFEAEA url(../images/notice-alert.png) no-repeat 10px center;
  font-size: 10pt;
  color: #BF0000;
}
.popup-regis #loading {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
}
.popup-regis #loading img {
  position: relative;
  margin: 0 auto;
  top: 40%;
}

@media only screen and (max-width: 768px) {
  .recruitment {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .recruitment .main .item p span.published {
    display: block;
    float: initial;
  }
}
.box-event {
  background-color: rgba(48, 206, 155, 0.1);
}
.box-event .item {
  display: flex;
  flex-direction: row;
}
.box-event .item .image {
  width: 65%;
  position: relative;
}
.box-event .item .image .unit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 65vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.box-event .item .inner {
  position: relative;
  width: 35%;
}
.box-event .item .inner .box-header {
  margin-bottom: 10px;
  padding-left: 20px;
}
.box-event .item .inner .content {
  margin-left: -60px;
  padding: 60px;
  background-color: #30CE9B;
  box-shadow: 0 0 15px 1px #ccc;
}
.box-event .item .inner .content .title {
  margin-bottom: 30px;
}
.box-event .item .inner .content .title a {
  color: #FFF;
  font-weight: 700;
  font-size: 18px;
}
.box-event .item .inner .content .title a:hover {
  color: #155756;
}
.box-event .item .inner .content .description {
  color: #FFF;
}
.box-event .item .inner .block-time {
  padding: 40px 20px;
}
.box-event .item .inner .block-time h2 {
  font-weight: 700;
  text-transform: uppercase;
}
.box-event .item .inner .block-time .time, .box-event .item .inner .block-time .place {
  font-weight: 700;
  font-style: italic;
  margin-bottom: 5px;
}
.box-event .item .inner a.button {
  margin: 0 0 30px -60px;
}

#event {
  background-color: #f4f4f4;
}
#event .box-event {
  padding-top: 50px;
}

.event.event_list .modulecontent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.event.event_list .box-header {
  padding-top: 30px;
}
.event.event_list .item {
  margin: 0 15px 30px;
  box-shadow: 0px 0px 15px #ccc;
  border-radius: 5px;
  overflow: hidden;
  width: calc(33.3333333333% - 30px);
  background: #FFF;
}
.event.event_list .item a.image {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  background-color: #e6e6e6;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.event.event_list .item a.image img {
  width: 100%;
  /*height: 100%;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.event.event_list .item .content {
  padding: 15px;
}
.event.event_list .item .content h4.title {
  height: 45px;
  margin-bottom: 4px;
  overflow: hidden;
}
.event.event_list .item .content h4.title a {
  display: block;
  font-size: 15px;
  line-height: 20px;
  margin: 5px 0;
  font-weight: normal;
}
.event.event_list .item .content .date {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 15px 0 0;
}
.event.event_list .item .content .date p {
  border-radius: 3px;
  border: 1px solid #30CE9B;
  /*background: $color_page;*/
  margin: 0 5px;
  color: #30CE9B;
  text-align: center;
  padding: 5px 10px;
  width: 60px;
  font-size: 18px;
  line-height: 30px;
  /*&.month {
  	background: $color_page_2;
  }
  &.year {
  	background: $color_page_1;
  }*/
}
.event.event_list .item .content .date p span {
  display: block;
  line-height: 20px;
  font-size: 13px;
}
.event.event_list .item:hover a.image:before {
  opacity: 1;
}
.event.event_list .item:hover a.image:after {
  opacity: 0.5;
}
.event.event_detail {
  max-width: 900px;
  padding: 50px 0 20px;
  margin: auto;
}
.event.event_detail .head_title {
  padding: 0 0 30px;
}
.event.event_detail .module {
  background-color: #FFF;
  padding: 20px;
}
.event.event_detail .moduletitle {
  padding: 0;
}
.event.event_detail .moduletitle h1 {
  font-size: 25px;
  line-height: 1.1;
}
.event.event_detail .item .description {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #F5F5F5;
  padding: 0 0 20px;
  margin-bottom: 15px;
}
.event.event_detail .item .content img {
  max-width: 100%;
  margin: 15px auto 10px auto;
}
.event.event_detail .fblike {
  text-align: left;
  padding: 10px 0;
}
.event.event_detail .social-date {
  margin-bottom: 10px;
  padding: 10px 0;
}
.event.event_detail .social-date .fblike {
  float: left;
  border: 0;
  padding: 0;
}
.event.event_detail .social-date span.published {
  float: right;
  position: relative;
  display: block;
  line-height: 20px;
}
.event.event_detail .social-date span.published:before {
  position: absolute;
  content: "\f017";
  font-family: "FontAwesome";
  font-size: 16px;
  left: -20px;
  top: 0;
  color: #5BC8A5;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #B4B4B4;
}
.event.relative {
  padding: 0 0 20px;
}
.event .box-regis {
  display: block;
}

@media only screen and (max-width: 1100px) {
  .event.event_list .item {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 1000px) {
  .box-event .item .image {
    width: 50%;
  }
  .box-event .item .image .unit {
    width: 50vw;
  }
  .box-event .item .inner {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .box-event .item {
    flex-direction: column;
  }
  .box-event .item .image {
    width: 100%;
    padding-top: 56.25%;
  }
  .box-event .item .image .unit {
    width: 100vw;
    margin-right: -15px;
  }
  .box-event .item .inner {
    width: 100%;
  }
  .box-event .item .inner .box-header {
    display: none;
  }
  .box-event .item .inner .content {
    margin: -60px 0 0;
    padding: 30px;
  }
  .box-event .item .inner .block-time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .box-event .item .inner a.button {
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 700px) {
  #event {
    padding-top: 20px;
    background: #FFF;
  }
  .event.event_list .modulecontent {
    justify-content: space-around;
  }
  .event.event_list .modulecontent .item {
    width: 100%;
    max-width: 500px;
    margin: 0 0 30px;
  }
  .event.event_detail .module {
    padding: 0;
  }
}
@media only screen and (max-width: 420px) {
  .box-event .item .inner .content {
    padding: 20px;
  }
  .box-event .item .inner .block-time {
    padding: 40px 0 20px;
  }
  .box-event .item .inner a.button {
    margin: 0 auto 30px;
  }
  .box-event .item .countdown .simply-countdown .simply-section {
    margin: 10px 5px;
  }
}
.faqs.faqs-list .container {
  max-width: 100%;
}
.faqs.faqs-list .module-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.faqs.faqs-list .module-content .item {
  width: calc(50% - 20px);
  border-left: 3px solid #30CE9B;
  padding: 15px 15px 15px 20px;
  margin: 0 10px 30px;
  font-size: 16px;
  position: relative;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 15px 0px #e8e8e8;
  overflow: hidden;
  text-align: justify;
}
.faqs.faqs-list .module-content .item .box-qa-question {
  color: #30CE9B;
  font-weight: 600;
  line-height: 1.5;
}
.faqs.faqs-list .module-content .item .box-qa-datetime {
  font-size: 14px;
  padding: 10px 0;
}
.faqs.faqs-list .module-content .item .box-qa-answer {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.faqs.faqs-list .module-content .item .link {
  text-align: left;
  width: fit-content;
  margin-left: auto;
  margin-right: 10px;
  display: block;
}
.faqs.faqs-list .module-content .item .link:hover {
  text-decoration: underline;
  color: #30CE9B;
}

.box-sidebar.box-sidebar-qa {
  position: relative;
  background: #fff;
  transition: right 1s;
}
.box-sidebar .box-nav-sidebar {
  padding: 0;
  border-radius: 5px;
  border: 1px solid #30CE9B;
  overflow: hidden;
}
.box-sidebar .box-nav-sidebar .box-header {
  margin-bottom: 5px;
  background-color: #30CE9B;
}
.box-sidebar .box-nav-sidebar .box-header .box-title {
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  text-transform: uppercase;
}
.box-sidebar .box-nav-sidebar .box-header .box-title:after {
  content: unset;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar {
  padding: 5px 20px;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form {
  padding-bottom: 20px;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form .group-input {
  position: relative;
  margin-top: 25px;
  font-size: 14px;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form .group-input label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6px 12px;
  color: #c4c4c4;
  transition: top 0.6s, left 0.6s, transform 0.6s;
  transition-timing-function: ease;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form .group-input .btn.btn-primary {
  padding: 10px 50px;
  background: #30CE9B;
  font-weight: 600;
  border: none;
  color: #fff;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form .group-input.group-button {
  text-align: center;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form textarea {
  padding: 10px;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form textarea.form-control {
  resize: none;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form textarea.form-control:focus ~ label {
  top: -25px;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form textarea.form-control.remove-placeholder ~ label {
  top: -25px;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form .form-control {
  border: none;
  border-bottom: 2px solid #c8ecd6;
  border-radius: unset;
  padding: 10px 0;
  font-size: 15px;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form .form-control:focus {
  outline: none !important;
  border: none;
  border-bottom: 2px solid #c8ecd6;
  box-shadow: unset;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form .form-control:focus ~ label {
  top: -22px;
  left: -26px;
  transform: scale(0.9);
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form .form-control.remove-placeholder ~ label {
  top: -22px;
  left: -26px;
  transform: scale(0.9);
}

@media only screen and (min-width: 1600px) {
  .faqs.faqs-list .container {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 1000px) {
  .main-content.faqs #main {
    flex-direction: column-reverse;
  }
  .main-content.faqs #main #sidebar {
    margin-bottom: 30px;
  }
  .main-content.faqs .box-main-content.col {
    padding: 0;
  }
  .section-faqs .main-content #main #sidebar .sidebar__inner {
    margin-top: 0;
  }
}
@media only screen and (max-width: 900px) {
  .faqs.faqs-list .module-content {
    margin: 0;
  }
  .faqs.faqs-list .module-content .item {
    width: 100%;
    margin: 0 0 20px;
  }
}
/*------------------------------------------------
** gallery
**------------------------------------------------*/
#gallery .gallery {
  padding-top: 50px;
}

.gallery .container {
  max-width: 100%;
}
.gallery.gallery-list .modulecontent ul.da-thumbs {
  width: initial;
  display: flex;
  flex-wrap: wrap;
}
.gallery.gallery-list .modulecontent ul.da-thumbs li {
  height: initial;
  padding: 0;
  margin: 0 15px 30px;
  position: relative;
  width: calc(25% - 30px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: initial;
}
.gallery.gallery-list .modulecontent ul.da-thumbs li a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  border: 1px solid #f2f2f2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery.gallery-list .modulecontent ul.da-thumbs li a.video-cover .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/img-play.png) no-repeat center/80px;
}
.gallery.gallery-list .modulecontent ul.da-thumbs li a .overlay {
  top: 100%;
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  background: rgba(47, 50, 54, 0.7);
}
.gallery.gallery-list .modulecontent ul.da-thumbs li a .overlay span {
  color: #FFF;
  padding: 5px 20px;
}
.gallery.gallery-list .modulecontent ul.da-thumbs li a .overlay span:first-child {
  background: rgba(21, 87, 86, 0.95);
  border-radius: 5px;
}
.gallery.gallery-list .modulecontent ul.da-thumbs li .title {
  padding: 5px 0 0;
}

@media only screen and (min-width: 1600px) {
  .gallery .container {
    padding: 0 80px;
  }
  .gallery.gallery-list .modulecontent ul.da-thumbs li {
    width: calc(20% - 20px);
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .gallery.gallery-list .modulecontent ul.da-thumbs li {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 800px) {
  .gallery.gallery-list .modulecontent ul.da-thumbs li {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 500px) {
  .gallery.gallery-list .modulecontent ul.da-thumbs li {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
}
.page-educate .info .price-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
}
.page-educate .info .price-wrap .price {
  padding: 10px 0;
  width: 60%;
  text-align: center;
  background-color: #155756;
  font-weight: 600;
}
.page-educate .info .price-wrap .time {
  text-align: center;
  background-color: #30CE9B;
  color: #155756;
  padding: 10px 0;
  width: 40%;
}
.page-educate .info .register {
  width: 100%;
  margin-left: auto;
  text-align: center;
  background-color: #30CE9B;
  display: block;
  padding: 10px 0;
  margin-top: 10px;
}

.contact .module-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 50px 0;
}
.contact .map {
  width: 50%;
  padding: 0;
  background: #f9f9f9;
}
.contact .map iframe {
  width: 100%;
  height: 100%;
}
.contact .contact-form {
  width: 50%;
  position: relative;
}
.contact .contact-form .form {
  background: #f9f9f9;
  padding: 20px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .contact-form .form form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .contact-form .form h4 {
  color: #155756;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.contact .contact-form .form p {
  width: 100%;
  text-align: center;
  color: #2f3236;
  margin-top: 10px;
  margin-bottom: 30px;
}
.contact .contact-form .form input {
  width: calc(50% - 10px);
  background-color: #FFF;
  height: 42px;
  border: 1px solid #dbdbdb;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 20px;
}
.contact .contact-form .form input.mail {
  width: 100%;
}
.contact .contact-form .form textarea {
  width: 100%;
  border: 1px solid #dbdbdb;
  background-color: #FFF;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 20px;
}
.contact .contact-form .form .button {
  padding: 15px 80px;
  font-weight: 500;
}

@media only screen and (max-width: 1000px) {
  .page-contact .main-content {
    padding: 40px 0 0;
  }
  .contact .container {
    padding: 0;
  }
  .contact .module-content {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
  .contact .map {
    height: 400px;
    width: 100%;
    padding: 0;
  }
  .contact .contact-form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 600px) {
  .page-contact .main-content {
    padding: 0;
  }
  .contact .module-content {
    padding-top: 10px;
  }
  .contact .contact-form {
    margin: 0 0 10px;
  }
  .contact .contact-form .form {
    padding: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .contact .contact-form .form input {
    width: 100% !important;
  }
}
.page-error {
  width: 100%;
  height: 100%;
  border-top: 10px solid #155756;
}
.page-error p {
  display: block;
  text-align: center;
  font-size: 24px;
}
.page-error .container-wrapper {
  padding: 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-error .container-wrapper .image {
  padding-top: 5%;
}
.page-error .container-wrapper .content {
  margin: auto;
}
.page-error .container-wrapper .content h1 {
  font-weight: 700;
  font-size: 15rem;
  line-height: 1;
  color: #155756;
}
.page-error .container-wrapper .content a.back {
  margin-top: 20px;
  font-size: 25px;
  color: #155756;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-error .container-wrapper .content a.back .fa {
  font-size: 20px;
}
.page-error .container-wrapper .content a.back:hover {
  color: #2f3236;
}
.page-error .container-wrapper .content .note {
  font-size: 16px;
}

.page-maintain {
  width: 100%;
  height: 100%;
  border-top: 10px solid #155756;
}
.page-maintain p {
  display: block;
  text-align: center;
  font-size: 24px;
}
.page-maintain .container-wrapper {
  padding: 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-maintain .container-wrapper .image {
  padding-top: 5%;
}
.page-maintain .container-wrapper .content {
  margin: auto;
}
.page-maintain .container-wrapper .content h1 {
  font-weight: 700;
  font-size: 15rem;
  line-height: 1;
  color: #155756;
}
.page-maintain .container-wrapper .content .back {
  margin-top: 20px;
  font-size: 25px;
  color: #155756;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-maintain .container-wrapper .content .note {
  font-size: 16px;
}

/* Checkboxes styles */
.checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox]:checked ~ span {
  background-color: #30CE9B;
}
.checkbox input[type=checkbox]:checked ~ span::after {
  display: flex;
}
.checkbox span {
  height: 20px;
  width: 20px;
  position: relative;
  border: 1px solid #e2ebf2;
  border-radius: 3px;
}
.checkbox span::after {
  content: "\f00c";
  font-size: 12px;
  font-family: FontAwesome;
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkbox span:hover {
  background-color: #30CE9B;
}
.checkbox span:hover::after {
  display: flex;
}

.radio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0;
}
.radio input[type=radio] {
  display: none;
}
.radio input[type=radio]:hover, .radio input[type=radio]:checked ~ span {
  border: 2px solid #30CE9B !important;
}
.radio input[type=radio]:hover::after, .radio input[type=radio]:checked ~ span::after {
  display: flex;
  background-color: #30CE9B;
}
.radio span {
  height: 20px;
  width: 20px;
  position: relative;
  border: 1px solid #30CE9B;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 5px;
}
.radio span::after {
  content: "";
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 12px;
  min-height: 12px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*------------------------------------------------
** Boxes
**------------------------------------------------*/
.box-head {
  position: relative;
}
.box-head img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.box-advantages .desc p {
  margin-bottom: 20px;
  text-align: left;
}
.box-advantages__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.box-advantages__container .col-content {
  width: calc(50% - 20px);
  margin: 0 10px;
  display: flex;
  flex-direction: column;
}
.box-advantages__container .col-content .item {
  height: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  border: 1px solid #30CE9B;
  border-radius: 4px;
}
.box-advantages__container .col-content .item:last-child {
  margin-bottom: 0;
}
.box-advantages__container .col-content .item .number {
  font-size: 48px;
  font-weight: 700;
  min-width: 40px;
  margin-right: 60px;
  line-height: 1;
  color: #30CE9B;
}
.box-advantages__container .col-content .item .content {
  font-weight: 500;
}
.box-advantages__container .col-img {
  width: calc(50% - 20px);
  margin: 0 10px;
}
.box-advantages__container .col-img .image {
  height: 100%;
  border-radius: 4px;
  border: 1px solid #30CE9B;
}
.box-advantages__container .col-img .image img {
  height: 100%;
}

.box-faqs .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-faqs .inner .left {
  width: 60%;
}
.box-faqs .inner .right {
  width: 40%;
  padding-left: 30px;
}
.box-faqs .inner .right .card-header h3 {
  display: flex;
  align-items: center;
}
.box-faqs .inner .right .card-header h3 span {
  font-size: 26px;
  text-transform: uppercase;
  color: #30CE9B;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}
.box-faqs .inner .right .card-header h3 button {
  font-size: 18px;
  text-decoration: none !important;
  font-weight: 500;
  color: #2f3236 !important;
}

.box-license .slides .slick-list {
  padding: 0 !important;
}
.box-license .slides .slick-dots {
  bottom: -50px;
}
.box-license .slides .slick-next {
  right: -5%;
}
.box-license .slides .slick-prev {
  left: -5%;
}
.box-license .slides .slick-next,
.box-license .slides .slick-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.box-license .slides .slick-next::before,
.box-license .slides .slick-prev::before {
  font-size: 20px;
  color: #fff;
}
.box-license .slides .item {
  margin: 0 12px;
}
.box-license .slides .item .img {
  position: relative;
  overflow: hidden;
  border: 1px solid #30CE9B;
  border-radius: 10px;
}
.box-license .slides .item .img .thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.box-license .slides .item .info {
  padding: 16px;
}
.box-license .slides .item .info .title {
  color: #000;
  font-weight: 600;
  transition: all ease-in-out 0.3s;
  text-align: center;
}

/*------------------------------------------------
** Common
**------------------------------------------------*/
.content-detail {
  font-size: 16px;
}
.content-detail ul,
.content-detail ol {
  text-align: left;
  list-style: initial;
  padding-left: 20px;
}
.content-detail ul li,
.content-detail ol li {
  text-align: left;
  display: list-item;
}
.content-detail h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.content-detail p,
.content-detail div,
.content-detail img {
  margin: 5px 0 15px 0;
}
.content-detail img {
  margin: 5px 0;
}
.content-detail table {
  width: 100%;
  background-color: #fffdf6;
  border-collapse: collapse;
  margin: 20px auto;
}
.content-detail table tr {
  border: 1px solid #000;
  color: #000;
  background: #e2e2e2;
}
.content-detail table tr:nth-child(2n+1) {
  background: #fff;
}
.content-detail table tr:first-child {
  background: #30CE9B;
  color: #fff;
  font-weight: bold;
}
.content-detail table tr td {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #000;
  vertical-align: middle;
}
.content-detail table tr td ul {
  width: 100%;
}
.content-detail table tr td ul li {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-indent: 10px;
}
.content-detail table tr p {
  width: 100%;
  padding: 5px 0;
  margin: 0;
}
.content-detail iframe {
  max-width: 100%;
  width: 100% !important;
}

.pagination {
  margin: 60px auto 20px;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  margin: 0 4px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  overflow: hidden;
}
.pagination li span, .pagination li a {
  width: 32px;
  height: 32px;
  color: #768295;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li a {
  border: 1px solid #fff;
}
.pagination li a::hover {
  border: 1px solid #768295;
}
.pagination li.active {
  border: 0;
}
.pagination li.active span {
  color: #2B3040;
  font-weight: 600;
}
.pagination .limit {
  margin: 10px auto;
}
.pagination .limit select {
  border-radius: 3px;
  min-width: 50px;
}

footer.footer2 {
  background-color: #eef0f2;
  border-top: 2px solid #e8eaea;
  position: relative;
  color: #2f3236;
}
footer.footer2 .logo-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
footer.footer2 .logo-wrap img {
  max-width: 120px;
}
footer.footer2 .footer-info .container-wrapper {
  text-align: center;
  padding: 20px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  margin: auto;
}
footer.footer2 .footer-info h3 {
  margin-bottom: 16px;
  position: relative;
  color: #155756;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
footer.footer2 .footer-info h3.contact {
  margin-bottom: 15px;
}
footer.footer2 .footer-info ul.mb10 {
  margin-bottom: 20px;
}
footer.footer2 .footer-info ul li {
  margin-bottom: 5px;
  line-height: 30px;
}
footer.footer2 .footer-info ul li a {
  color: #2f3236;
}
footer.footer2 .footer-info ul li a:hover {
  color: #30CE9B;
}
footer.footer2 .footer-info ul li i {
  margin-right: 8px;
}
footer.footer2 .footer-info .company {
  width: 25%;
}
footer.footer2 .footer-info .company img {
  margin-top: 20px;
}
footer.footer2 .footer-info .footer-menu {
  width: 37%;
  text-align: left;
}
footer.footer2 .footer-info .footer-menu ul li {
  margin-bottom: 5px;
}
footer.footer2 .footer-info .footer-menu ul li a i {
  margin-right: 8px;
}
footer.footer2 .footer-info .footer-map {
  width: 33%;
}
footer.footer2 .footer-info .footer-map .map {
  width: 100%;
  height: 200px;
}
footer.footer2 .footer-info .footer-map .map iframe {
  width: 100%;
  height: 100%;
}
footer.footer2 .header_address {
  display: flex;
  justify-content: space-between;
  width: fit-content;
}
footer.footer2 .header_address .item_address {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  border: 1px solid #30CE9B;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer.footer2 .header_address .item_address .item_icon {
  overflow: hidden;
}
footer.footer2 .header_address .item_address .item_icon .fa {
  color: #30CE9B;
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #30ce9b;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s;
}
footer.footer2 .header_address .item_address .item_text h3 {
  color: #30CE9B;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
footer.footer2 .header_address .item_address .item_text p {
  font-size: 13px;
}
footer.footer2 .header_address .item_address:hover .item_icon .fa {
  background: #30CE9B;
  color: #fff;
}
footer.footer2 .header_address .item_address:hover .item_text {
  color: #30CE9B;
}
footer.footer2 .header_address .item_address:hover .item_text a {
  color: #30CE9B;
}
footer.footer2 .copyright {
  padding: 30px 0;
  border-top: 1px solid rgba(21, 87, 86, 0.3);
  text-align: center;
}
footer.footer2 .copyright a {
  font-size: 13px;
  line-height: 25px;
  color: #30ce9b;
}
footer.footer2 .copyright a:hover {
  color: #fff;
}

@media only screen and (max-width: 902px) {
  footer.footer2 .footer-info .company {
    display: none;
    width: 100%;
  }
  footer.footer2 .footer-info .footer-menu {
    width: 49%;
  }
  footer.footer2 .footer-info .footer-map {
    width: 49%;
  }
}
@media only screen and (max-width: 690px) {
  footer.footer2 .footer-info .company {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
  }
  footer.footer2 .footer-info .company h3 {
    width: 100%;
  }
  footer.footer2 .footer-info .footer-menu {
    width: 100%;
    margin-bottom: 20px;
  }
  footer.footer2 .footer-info .footer-map {
    width: 100%;
  }
}
/*------------------------------------------------
** Main
**------------------------------------------------*/
.main-body {
  min-height: 400px;
  position: relative;
  z-index: 1;
}
.main-body #center {
  width: 100%;
  max-width: calc(100% - 390px);
  padding-left: 60px;
}

#main {
  display: flex;
  flex-wrap: wrap;
}
#main #center {
  width: calc(100% - 370px);
  padding-right: 30px;
}
#main #sidebar {
  width: 100%;
  max-width: 370px;
  will-change: min-height;
}
#main #sidebar .sidebar__inner {
  position: relative;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
#main #sidebar .sidebar__inner .banner {
  width: 100%;
  padding-bottom: 10px;
}
#main .sidebar {
  padding: 0;
}

.box-main .container-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.box-main .container-wrapper .block {
  display: flex;
  flex-wrap: wrap;
}
.box-main .container-wrapper .block.block-left {
  width: 300px;
  padding-right: 30px;
}
.box-main .container-wrapper .block.block-main {
  width: calc(100% - 300px);
}

.box-relative {
  border-top: 1px solid #2D2C54;
  padding-top: 40px;
}
.box-relative .box-title {
  width: fit-content;
  border: 0;
}

/*------------------------------------------------
** MORE
**------------------------------------------------*/
.scroll-to-top {
  position: fixed;
  bottom: 91px;
  right: 33px;
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #414c5b;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #ffffff;
  display: none;
  border-radius: 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.scroll-to-top.active {
  display: flex;
}

.scroll-to-top:hover {
  color: #ffffff;
  background: #414c5b;
}

.icon_zalo {
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  position: fixed;
  bottom: 60px;
  left: 8pt;
  z-index: 99;
  padding: 10px 0;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3pt 12pt;
  background: #008fe5;
}
.icon_zalo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.icon_zalo a img {
  height: 30px;
}

.contact-fixed {
  position: fixed;
  left: 4px;
  bottom: 10px;
  z-index: 999;
  z-index: 999;
  width: fit-content;
}
.contact-fixed .inner {
  display: flex;
  flex-direction: column;
  float: left;
  align-items: center;
  justify-content: center;
}
.contact-fixed .inner .phone {
  position: relative;
  border-radius: 3px;
  font-weight: 600;
  line-height: 0;
  padding: 0px 8px;
}
.contact-fixed .inner .phone .fa {
  animation: 1s ease-in-out 0s normal none infinite running ring;
  color: #fff;
  background: #ed1c24;
  border-radius: 50%;
  font-size: 20px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-fixed .inner .phone .ring {
  animation: 1.2s ease-in-out 0s normal none infinite running ring-circle;
  background-color: #ed1c24;
  border-radius: 100%;
  height: 50px;
  left: 0px;
  opacity: 0.1;
  position: absolute;
  top: -8px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 50px;
}
.contact-fixed .inner .button {
  padding: 15px 20px;
  border: 1px solid #fff;
  background: #bf0000;
  color: #fff;
}

.popup {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  overflow: auto;
}
.popup .popup-inner {
  background: #fff;
  width: 95%;
  max-width: 1100px;
  height: fit-content;
  display: block;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.popup .popup-inner .head {
  padding: 30px 20px 0;
}
.popup .popup-inner .head .head_title {
  padding-bottom: 10px;
}
.popup .popup-inner .head .head_title .title {
  font-size: 20px;
}
.popup .popup-inner .head .sub_title {
  font-size: 18px;
}
.popup .popup-inner span.close {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: url("../images/popup-close.png") no-repeat center;
}
.popup .popup-inner .inner {
  margin: auto;
  padding: 30px 20px;
  margin: 0 30px;
  overflow-y: scroll;
  border: 1px solid #cccccc;
}
.popup .popup-inner .box-popup {
  padding: 30px 0;
  position: relative;
}
.popup .popup-inner .box-popup .box-inner {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.popup .popup-inner .box-popup .box-inner .text {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #30CE9B;
  font-weight: 600;
  padding-bottom: 15px;
}

.popup-home {
  background: rgba(0, 0, 0, 0.76);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  z-index: 999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-home h1 {
  margin-bottom: 20px;
  text-align: center;
}
.popup-home .popup-inner {
  background-image: url("../images/bg-footer.jpg");
  box-shadow: 0 0 7px 1px #222222;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 550px;
  background-color: #fff;
  z-index: 9999999;
  border-radius: 25px;
  overflow: hidden;
}
.popup-home .popup-inner .popup-close {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: block;
  font-size: 30px;
  opacity: 1;
  line-height: 20px;
  color: #000000;
  z-index: 99;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 7px;
}
.popup-home .popup-inner .inner {
  padding: 0;
  position: relative;
  padding: 20px 10px;
}
.popup-home .popup-inner .inner label {
  color: #2f3236;
  margin: 20px 0 5px;
}
.popup-home .popup-inner .inner input,
.popup-home .popup-inner .inner textarea {
  color: #2f3236;
}
.popup-home .popup-inner .inner input::placeholder,
.popup-home .popup-inner .inner textarea::placeholder {
  color: #2f3236;
}
.popup-home .popup-inner .inner select {
  width: 100%;
  color: #2f3236;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  vertical-align: baseline;
  background-color: transparent;
  box-shadow: none;
  padding: 5px;
}
.popup-home .popup-inner .inner select option {
  color: #30CE9B;
}
.popup-home .popup-inner .inner .group {
  margin-top: 15px;
}
.popup-home .popup-inner .inner .group.first-child {
  margin-top: 0;
}
.popup-home .popup-inner .inner .button {
  margin: 20px auto auto;
}
.popup-home .popup-inner .money {
  margin-bottom: 10px;
}
.popup-home .popup-inner p {
  margin-bottom: 5px;
}
.popup-home .popup-inner p.online {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.popup-home .popup-inner p.noidung {
  margin-top: 15px;
}
.popup-home.active {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.popup-home .online,
.popup-home .no-online {
  display: none;
}
.popup-home .online.active,
.popup-home .no-online.active {
  display: block;
}

.overlay-bg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 2000;
}
.overlay-bg img {
  position: fixed;
  top: calc(50% - 58px);
  left: calc(50% - 58px);
  z-index: 20001;
}

.box-testimonial {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.box-testimonial .box-title::after, .box-testimonial .box-title::before {
  display: none;
}
.box-testimonial .testimonial-slides .item {
  background-color: #fff;
  border-radius: 12px;
  margin: 0 12px;
  display: flex;
  flex-wrap: nowrap;
  padding: 12px;
}
.box-testimonial .testimonial-slides .item .info {
  width: 40%;
}
.box-testimonial .testimonial-slides .item .info .avt {
  padding-top: 120%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.box-testimonial .testimonial-slides .item .info .avt img {
  display: none;
}
.box-testimonial .testimonial-slides .item .info .name {
  padding: 20px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #30CE9B;
}
.box-testimonial .testimonial-slides .item .content-wrap {
  width: 60%;
  padding-left: 10px;
}
.box-testimonial .testimonial-slides .item .content-wrap .icon {
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
}
.box-testimonial .testimonial-slides .item .content-wrap .icon img {
  width: 100%;
  height: 100%;
}
.box-testimonial .testimonial-slides .item .content-wrap .content {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*------------------------------------------------
** Animate
**------------------------------------------------*/
@keyframes zoomIcon {
  25% {
    transform: scale(1.1, 1.1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  75% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes mymove {
  0% {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
  }
  25% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes ring-circle {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
/*------------------------------------------------
** MEDIA ONLY SCREEN
**------------------------------------------------*/
@media only screen and (max-width: 1100px) {
  .main_menu .plugin-search {
    width: 240px;
  }
  .main-body .main-content #center {
    margin: 0;
  }
  .main-body .main-content #sidebar {
    float: initial !important;
    max-width: 100%;
  }
  .main-body .main-content #sidebar .sidebar__inner {
    position: relative !important;
    transform: initial !important;
    top: initial !important;
    left: initial !important;
    width: initial !important;
  }
  .box-head img {
    height: auto;
  }
  body::before {
    background-position: center !important;
  }
}
@media only screen and (max-width: 1000px) {
  .page {
    padding-top: 56px !important;
  }
  .page .rd-menu,
  .page .rd-panel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .page header {
    display: none;
  }
  .page header .header-top {
    height: initial;
    padding: 5px 0;
  }
  .page header .header-top .logo {
    display: none;
  }
  .page header .header-top .header_address {
    width: 100%;
    justify-content: space-evenly;
  }
  .page header .header-top .header_address .item_address {
    margin: 0;
    position: relative;
  }
  .page header .header-top .header_address .item_address .item_text {
    width: calc(100% - 60px);
    max-width: 300px;
  }
  .page header .header-top .header_address .item_address .item_text a {
    display: block;
  }
  .page header .header-top .header_address .item_address .item_text span {
    display: none;
  }
  .page nav.main_menu {
    display: none;
  }
  .box-advantages__container {
    max-width: 800px;
    margin: 0 auto;
    gap: 20px 0;
  }
  .box-advantages__container .col-img,
  .box-advantages__container .col-content {
    width: 100%;
    padding: 0;
  }
  .box-advantages__container .col-img img,
  .box-advantages__container .col-content img {
    height: auto !important;
  }
  .box-faqs .inner {
    max-width: 800px;
    margin: 0 auto;
    gap: 20px 0;
  }
  .box-faqs .inner .left,
  .box-faqs .inner .right {
    width: 100%;
    padding: 0;
  }
  .box-header .box-title {
    font-size: 30px;
  }
  .box-main .container-wrapper .block.block-left {
    display: none;
  }
  .box-main .container-wrapper .block.block-main {
    width: 100%; /*padding-top: 40px;*/
  }
  .box-head .wrap .container-wrapper h2.title {
    font-size: 20px;
  }
  .box-head .wrap .container-wrapper .content p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 900px) {
  .product-detail__popup .popup-inner .detail-top {
    flex-direction: column;
    gap: 16px;
  }
  .product-detail__popup .popup-inner .detail-top__info, .product-detail__popup .popup-inner .detail-top__img {
    width: 100%;
    padding: 0;
  }
  .product-detail__popup .popup-inner .detail-bottom__content .navs__tab li {
    width: 100%;
  }
  .popup .popup-inner {
    max-width: 600px !important;
  }
}
@media only screen and (max-width: 800px) {
  .breadcrumbs.brb-header .container-wrapper {
    flex-direction: column;
  }
  .breadcrumbs.brb-header .container-wrapper .breadcrumbs-header {
    text-align: center;
  }
  .breadcrumbs.brb-header .container-wrapper .breadcrumbs-nav {
    margin-top: 10px;
  }
  .box-product .shop.shop-list {
    justify-content: center;
    margin: 0 -5px;
  }
  .box-product .shop.shop-list .item {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .box-license .slides {
    max-width: 800px;
    margin: auto;
  }
  .box-license .slides .slick-prev {
    left: 0;
  }
  .box-license .slides .slick-next {
    right: 0;
  }
  .footer.footer .footer-info {
    gap: 20px 0;
  }
  .footer.footer .footer-info .left,
  .footer.footer .footer-info .right {
    width: 100%;
    padding: 0;
  }
  .footer.footer .footer-info .left .map,
  .footer.footer .footer-info .right .map {
    min-height: 300px;
  }
  .footer.footer .footer-info h3 {
    font-size: 30px !important;
  }
  .box-advantages__container {
    margin: 0 -10px;
  }
  .section {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 700px) {
  .box-header {
    margin: 0 0 20px;
  }
  .box-header .box-title {
    font-size: 22px;
    letter-spacing: 1px;
  }
  body {
    font-size: 15px;
  }
  .box-product .shop.shop-list .item-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .shop.shop-cart-detail table tbody tr td.col_price,
  .shop.shop-cart-detail table tbody tr td.col_total {
    font-size: 12px;
    font-weight: 600;
  }
  .shop.shop-cart-detail table thead tr th {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .shop.shop-cart-detail .info .total h2 {
    font-size: 14px;
    font-weight: 600;
    width: calc(100% - 150px);
  }
  .shop.shop-cart-detail .info .total p {
    font-size: 15px;
    width: 150px;
  }
  #modal-booking {
    padding-right: 0 !important;
  }
  .shop.shop-cart-detail table tbody tr td.col_name {
    padding: 10px;
  }
  .shop.shop-cart-detail table tbody tr td.col_name .content {
    flex-direction: column;
    justify-content: flex-start;
  }
  .shop.shop-cart-detail table tbody tr td.col_name .content .image,
  .shop.shop-cart-detail table tbody tr td.col_name .content .text {
    margin-right: auto;
    width: 100%;
    padding: 0;
  }
  .shop.shop-cart-detail table tbody tr td.col_name .content .image .title,
  .shop.shop-cart-detail table tbody tr td.col_name .content .text .title {
    margin: 8px 0;
    font-size: 13px;
  }
}
@media only screen and (max-width: 500px) {
  .box-head .wrap .container-wrapper h2.title {
    font-size: 15px;
  }
  .box-head .wrap .container-wrapper .content {
    max-width: 70%;
    margin: 0 0 0 auto !important;
  }
}
@media only screen and (max-width: 400px) {
  .page header .header-top .header_address {
    flex-direction: column;
  }
  .page header .header-top .header_address .item_address {
    padding-bottom: 6px;
  }
  .page header .header-top .header_address .item_address .item_text p {
    display: flex;
  }
  .page header .header-top .header_address .item_address .item_text p span {
    display: block;
    margin: 0 6px;
  }
}

/*# sourceMappingURL=style.css.map */
