/* *** CSS RESET *** */
@font-face {
  font-family: "DicSans";
  src: url("fonts/DicSansSemiBold.eot");
  src: url("fonts/DicSansSemiBold.eot") format("embedded-opentype"), url("fonts/DicSansSemiBold.woff2") format("woff2"), url("fonts/DicSansSemiBold.woff") format("woff"), url("fonts/DicSansSemiBold.ttf") format("truetype"), url("fonts/DicSansSemiBold.svg#DicSansSemiBold") format("svg");
  font-weight: 600;
}
@font-face {
  font-family: "DicSans";
  src: url("fonts/DicSansBold.eot");
  src: url("fonts/DicSansBold.eot") format("embedded-opentype"), url("fonts/DicSansBold.woff2") format("woff2"), url("fonts/DicSansBold.woff") format("woff"), url("fonts/DicSansBold.ttf") format("truetype"), url("fonts/DicSansBold.svg#DicSansBold") format("svg");
  font-weight: 700;
}
@font-face {
  font-family: "DicSans";
  src: url("fonts/DicSansLight.eot");
  src: url("fonts/DicSansLight.eot") format("embedded-opentype"), url("fonts/DicSansLight.woff2") format("woff2"), url("fonts/DicSansLight.woff") format("woff"), url("fonts/DicSansLight.ttf") format("truetype"), url("fonts/DicSansLight.svg#DicSansLight") format("svg");
  font-weight: 400;
}
:focus {
  outline: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

/* *** GLOBAL *** */
.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1000px;
  }
}
.bx-wrapper {
  z-index: 1;
}

iframe {
  border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  margin-top: 0;
}

body p {
  margin-bottom: 25px;
  margin-top: 0;
}

body h2 {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body ul {
  margin-bottom: 25px;
  padding-left: 16px;
  margin-top: 0;
}

body ol {
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body .bx-wrapper {
  padding: 0;
  border: none;
}

body {
  overflow-x: hidden;
}

figure {
  margin: 0;
}

body a:hover {
  text-decoration: none;
}

input, textarea, button {
  font-family: "DicSans";
}

body {
  font-family: "DicSans";
  font-size: 16px;
  color: #000000;
  background-size: cover;
  line-height: 24px;
  padding-top: 58px;
  min-width: 302px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a, a:hover, a:focus, a:active {
  outline: none !important;
  text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
  height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
  position: relative;
  bottom: auto;
  width: auto;
}

.clearer {
  clear: both;
  height: 0;
}

.chosen-container-single .chosen-single div b {
  background: none;
}

.logo, img, a, button {
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
}

.bx-caption {
  display: none;
}

.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
}

/* *** HEADER *** */
header {
  padding: 13px 0;
  height: 58px;
  position: fixed;
  top: 0;
  background: #fff;
  left: 0;
  width: 100%;
}
header .header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-box .h-box-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-box .h-box-left .logo {
  margin-left: 23px;
}
header .header-box .h-box-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-box .h-box-right .btn-user {
  width: 31px;
  display: block;
  margin-left: 13px;
  height: 31px;
  background: url("../../img/frontend/icons/02.svg") center no-repeat;
}
header .header-box .h-box-right .btn-icon {
  width: 24px;
  height: 32px;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-top: 8px;
  background: url("../../img/frontend/icons/03.svg") center no-repeat;
}

.btn-prev {
  width: 18px;
  height: 15px;
  display: block;
  background: url("../../img/frontend/icons/01.svg");
}

.content-box-1 {
  padding: 35px 0;
  font-weight: 600;
}
.content-box-1 .container {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.content-box-1 .container figure {
  margin-left: 30px;
  flex-shrink: 0;
}
.content-box-1 h2 {
  font-size: 56px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 600;
}
.content-box-1 h2 span {
  color: rgba(87, 86, 81, 0.3019607843);
}

.content-box-2 {
  padding: 35px 0;
  background: #FF9E22;
}
.content-box-2 .txt-1 {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-box-2 .txt-1 .txt-1-1 {
  color: #64140E;
  font-size: 18px;
}
.content-box-2 .txt-1 .txt-1-2 {
  flex-shrink: 0;
  margin-left: 20px;
  font-size: 32px;
}
.content-box-2 .txt-2 {
  margin-top: 30px;
  background: #fff;
  padding: 10px 20px 5px 20px;
  border-radius: 30px;
  font-weight: 600;
  text-align: center;
  color: #DC231A;
  font-size: 15px;
}
.content-box-2 .button-box {
  margin-top: 30px;
}

.content-box-3 {
  padding: 35px 0;
}
.content-box-3 figure {
  text-align: center;
}

.cont-box {
  display: none;
}

.nav-tabs-1 {
  margin-bottom: 35px;
}
.nav-tabs-1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  overflow: auto;
}
.nav-tabs-1 ul li {
  flex-shrink: 0;
  margin-right: 10px;
}
.nav-tabs-1 ul li a, .nav-tabs-1 ul li span {
  display: block;
  border-radius: 20px;
  padding: 3px 12px 0px 12px;
  color: #64140E;
  font-size: 13px;
  border: 1px solid #64140E;
}
.nav-tabs-1 ul li a:hover {
  background: rgba(100, 20, 14, 0.3019607843);
}
.nav-tabs-1 ul li.current a {
  background: rgba(100, 20, 14, 0.3019607843);
}
.nav-tabs-1 ul li span {
  opacity: 0.3;
}

.btn-1 {
  display: block;
  width: 100%;
  border: 1px solid #64140E;
  padding: 10px 20px 5px 20px;
  border-radius: 30px;
  font-weight: 600;
  text-align: center;
  color: #64140E;
  font-size: 15px;
}
.btn-1:hover {
  background: #64140E;
  color: #fff;
}

@media (max-width: 460px) {
  .content-box-1 h2 {
    font-size: 40px;
  }
  .content-box-1 .container figure {
    width: 100px;
    margin-left: 20px;
  }
}
.menu-bottom {
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 10;
  left: 0;
  width: 100%;
  background: #fff;
  height: 80px;
  align-items: center;
  justify-content: center;
}
.menu-bottom .col-box {
  width: 60px;
  margin: 0 16px;
}
.menu-bottom a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #64140E;
  text-align: center;
}
.menu-bottom a .txt {
  margin-bottom: -4px;
  display: block;
}
.menu-bottom a .icon {
  margin-bottom: 4px;
  opacity: 0.3;
  display: block;
}
.menu-bottom a.active .icon {
  opacity: 1;
}
.menu-bottom a:hover .icon {
  opacity: 1;
}

.body-menu-bottom {
  padding-bottom: 80px;
}

@media (max-width: 460px) {
  .menu-bottom .col-box {
    width: auto;
    margin: 0 10px;
  }
  .menu-bottom {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 380px) {
  .menu-bottom a {
    font-size: 13px;
  }
  .menu-bottom .col-box {
    width: auto;
    margin: 0 8px;
  }
  .menu-bottom {
    padding-left: 7px;
    padding-right: 7px;
  }
}
header a:hover {
  opacity: 0.9;
}

.nav-tabs-1-1 {
  margin: 35px 0 0 0;
}
.nav-tabs-1-1 ul {
  justify-content: center;
}

.content-box-4 {
  padding: 35px 0;
  background: #FF9E22;
}

.content-box-4 .flex-box {
  display: flex;
  margin-bottom: 35px;
  align-items: center;
  justify-content: space-between;
}
.content-box-4 .flex-box .txt {
  margin-right: 20px;
  font-size: 24px;
}
.content-box-4 .content-box-4-1 {
  border-top: 1px solid #64140E;
  margin-top: 24px;
  padding-top: 24px;
}
.content-box-4 .content-box-4-1 .txt-1 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.content-box-4 .content-box-4-1 .txt-2 {
  margin-bottom: 15px;
  font-size: 12px;
}

.btn-1-white {
  background: #fff;
  border-color: #fff;
}
.btn-1-white:hover {
  color: #64140E;
  background: #fff;
  opacity: 0.9;
}

.content-box-4 {
  overflow: hidden;
}

.carousel-1 {
  position: relative;
  z-index: 1;
}

header {
  z-index: 2;
}

.box-1 {
  position: relative;
}
.box-1 figure img {
  border-radius: 24px;
}
.box-1 .description {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 12px;
}
.box-1 .description .txt-1 {
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  padding: 4px 12px 2px 12px;
  border-radius: 30px;
  margin-bottom: 20px;
  color: #64140E;
  background: #FFD752;
}
.box-1 .description .txt-1-1 {
  background: #DC231A;
  color: #fff;
}
.box-1 .description .txt-2 {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 100%;
  font-weight: bold;
}
.box-1 .description .txt-3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}

.box-1-1 .description .txt-1 {
  background: #575651;
  color: #fff;
}
.box-1-1 figure img {
  filter: grayscale(100%);
}

.carousel-1 .swiper-button-next:after, .carousel-1 .swiper-button-prev:after {
  color: #fff;
}

@media (max-width: 767px) {
  .carousel-1 .swiper-nav {
    display: none;
  }
  .carousel-1 {
    overflow: visible;
  }
}
.carousel-1 .swiper-slide {
  position: relative;
}

.carousel-1 .button-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px;
  width: 100%;
}

.btn-2 {
  height: 40px;
  background: #fff;
  border-radius: 40px;
  padding: 0 12px;
  font-size: 14px;
  display: block;
  width: 100%;
  color: #64140E;
  line-height: 44px;
  font-weight: 500;
  position: relative;
}
.btn-2 span {
  position: absolute;
  top: 0;
  right: 12px;
  background: url("../../img/frontend/icons/08.svg") right 11px no-repeat;
  padding-right: 21px;
}
.btn-2:hover {
  color: #64140E;
  background: #fff;
  opacity: 0.9;
}

.content-box-4 .content-box-4-1-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-box-4 .content-box-4-1-1 .txt-2 {
  margin-bottom: 0;
}

.content-box-5 {
  margin-bottom: 35px;
}
.content-box-5 .a-cont-box {
  display: none;
}
.content-box-5 .content-box-5-1 {
  margin: 0;
  padding: 0 20px;
  padding-top: 12px;
  background: #FF9E22;
  padding-bottom: 160px;
}
.content-box-5 .content-box-5-1 .txt-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
.content-box-5 .a-cont-boxes {
  margin-top: -138px;
}
.content-box-5 .a-cont-boxes figure {
  text-align: center;
}
.content-box-5 .a-cont-boxes figure img {
  width: 100%;
  border-radius: 24px;
}

.nav-tabs-2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.nav-tabs-2 ul li {
  margin: 0 4px 8px 4px;
}
.nav-tabs-2 ul li .image {
  display: block;
  position: relative;
  width: 65px;
}
.nav-tabs-2 ul li.current .image {
  width: 74px;
}
.nav-tabs-2 ul li.current .image img {
  width: 74px;
}
.nav-tabs-2 ul li .no-active img {
  filter: grayscale(100%) brightness(0.6) contrast(1.1);
}
.nav-tabs-2 ul li .no-active {
  position: relative;
}
.nav-tabs-2 ul li .no-active:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -12px;
  background: url("../../img/frontend/icons/09.svg");
  width: 18px;
  height: 21px;
}
.nav-tabs-2 ul .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  padding-top: 6px;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}

.content-box-6 {
  margin-bottom: 30px;
}
.content-box-6 .txt-1 {
  display: inline-block;
  padding: 6px 12px 3px 12px;
  color: #64140E;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #64140E;
  margin-bottom: 20px;
  border-radius: 20px;
}
.content-box-6 h2 {
  font-size: 32px;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 12px;
  color: #64140E;
}
.content-box-6 .txt-2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  border-bottom: 1px solid #64140E;
  color: #64140E;
  margin-bottom: 12px;
}

.text {
  font-size: 16px;
  line-height: 24px;
}
.text p {
  margin-bottom: 12px;
}
.text ul {
  padding-left: 20px;
  margin-bottom: 12px;
}
.text h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 5px;
}
.text p:last-child {
  margin-bottom: 0;
}

.content-box-7 {
  padding: 24px 20px;
  margin: 0 -20px;
  background: rgba(255, 144, 120, 0.3);
}

.content-box-8 {
  padding: 34px 0;
}

.btn-2-1 {
  background: #FF9E22;
  padding: 0 24px;
  color: #fff;
}
.btn-2-1 span {
  background: url(../../img/frontend/icons/10.svg) right 11px no-repeat;
}
.btn-2-1:hover {
  background: #FF9E22;
  opacity: 0.9;
  color: #fff;
}

.content-box-9 .content-box-9-1 {
  background: #FF9E22;
  padding: 18px 0;
  padding-bottom: 160px;
}
.content-box-9 .content-box-9-1 .txt-1 {
  font-weight: bold;
  color: #64140E;
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 28px;
}
.content-box-9 .content-box-9-1 .txt-2 {
  font-size: 32px;
  color: #64140E;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 4px;
}
.content-box-9 .content-box-9-1 .txt-3 {
  padding-left: 23px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #64140E;
  font-size: 16px;
  line-height: 24px;
  background: url("../../img/frontend/icons/11.svg") 3px 2px no-repeat;
}
.content-box-9 .content-box-9-1 .txt-4 {
  border-top: 1px solid #64140E;
}
.content-box-9 .content-box-9-1 .txt-4 {
  padding: 20px 0 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-box-9 .content-box-9-1 .txt-4 .txt-4-1 {
  font-weight: bold;
  color: #64140E;
  font-size: 60px;
  padding-right: 10px;
  line-height: 52px;
}
.content-box-9 .content-box-9-1 .txt-4 .btn-1 {
  margin-top: -3px;
  font-weight: normal;
}

@media (max-width: 420px) {
  .content-box-9 .content-box-9-1 .txt-4 .txt-4-1 {
    font-size: 48px;
  }
  .content-box-9 .content-box-9-1 .txt-4 .btn-1 {
    margin-top: -6px;
  }
}
.boxes-2 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.boxes-2 .row-box .col-box {
  width: 50%;
  padding: 0 8px;
}
.boxes-2 .row-box .col-box .box-2 {
  color: #64140E;
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.3);
  padding: 12px 8px 8px 8px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 300;
}
.boxes-2 .row-box .col-box .box-2 .t-1 {
  margin-bottom: 2px;
}
.boxes-2 .row-box .col-box .box-2 .t-2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: -5px;
}

.content-box-10 {
  margin-top: -138px;
}
.content-box-10 figure img {
  width: 100%;
  border-radius: 24px;
}

@media (max-width: 420px) {
  .boxes-2 .row-box .col-box .box-2 .t-2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.content-box-11 {
  padding: 20px 0;
  font-size: 32px;
  line-height: normal;
  color: #64140E;
  text-align: center;
  font-weight: bold;
}

.content-box-9a .content-box-9-1 {
  background: #fff;
}
.content-box-9a .content-box-9-1 .txt-4 {
  border-top: none;
  margin-bottom: 16px;
}
.content-box-9a .content-box-9-1 .txt-4 {
  background: #FF9E22;
  border-radius: 16px;
  padding: 12px 8px;
}
.content-box-9a .content-box-9-1 .txt-4 .btn-1 {
  margin-top: 0;
}
.content-box-9a .content-box-9-1 .txt-4 .txt-4-1 {
  padding-top: 7px;
}
.content-box-9a .boxes-2 .row-box .col-box .box-2 {
  background: #FF9E22;
}

.h-data {
  background: rgba(255, 158, 34, 0.7);
  border-radius: 12px;
  padding: 8px 10px;
  margin-left: 13px;
  line-height: normal;
}
.h-data span {
  font-size: 20px;
  font-weight: bold;
  padding-top: 4px;
  display: block;
  padding-left: 33px;
  background: url("../../img/frontend/icons/12.svg") left center no-repeat;
}

.content-box-12 {
  padding: 24px 0 44px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-box-12 figure {
  margin-left: 20px;
}
.content-box-12 .txt-1 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 28px;
}
.content-box-12 .txt-2 {
  font-size: 32px;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 4px;
}
.content-box-12 .txt-3 {
  padding-left: 23px;
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  background: url("../../img/frontend/icons/13.svg") 0 2px no-repeat;
}

.box-3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  align-items: center;
}
.box-3 .txt-1 {
  line-height: 1.2;
  display: flex;
  align-items: center;
  font-size: 50px;
  margin-right: 5px;
  font-weight: bold;
}
.box-3 .txt-1-1 {
  padding-top: 9px;
}
.box-3 figure {
  width: 70px;
  text-align: center;
  margin-right: 10px;
}

.btn-3 {
  height: 48px;
  padding: 0 24px;
  border: 1px solid #64140E;
  color: #64140E;
  font-size: 14px;
  border-radius: 25px;
  font-weight: 400;
  line-height: 50px;
}
.btn-3:hover {
  color: #64140E;
  opacity: 0.9;
}
.btn-3 span {
  padding: 5px 0;
  padding-left: 32px;
  background: url("../../img/frontend/icons/15.svg") left center no-repeat;
}

.box-3-1 {
  background: #C0E0A4;
  border-radius: 16px;
  padding: 12px 12px 12px 0;
}
.box-3-1 .txt-1 {
  font-size: 40px;
}

@media (max-width: 420px) {
  .box-3 .txt-1 {
    font-size: 40px;
  }
  .box-3 .txt-1 {
    font-size: 30px;
  }
  .box-3 figure {
    width: 60px;
  }
}
.my-pagination {
  display: flex;
  padding-top: 24px;
  justify-content: center;
  margin-bottom: 40px;
}
.my-pagination .swiper-pagination {
  position: relative;
  height: 12px;
  display: flex;
  justify-content: center;
}
.my-pagination .swiper-pagination-bullet {
  border: 1px solid #FF9E22;
  width: 12px;
  height: 12px;
  color: transparent !important;
  overflow: hidden;
  margin: 0 6px;
  background: none;
  opacity: 1 !important;
}
.my-pagination .swiper-pagination-bullet-active {
  background: #FF9E22;
}

.content-box-14 {
  padding: 12px 0;
  background: #FF9E22;
  color: #64140E;
}
.content-box-14 .txt-1 {
  margin-bottom: 16px;
  line-height: normal;
  padding-top: 5px;
  font-size: 12px;
}
.content-box-14 .txt-2 {
  margin-bottom: 12px;
}
.content-box-14 .txt-2 a {
  padding: 5px 0;
  padding-right: 40px;
  display: block;
  color: #64140E;
  font-size: 24px;
  font-weight: bold;
  background: url("../../img/frontend/icons/19.svg") right center no-repeat;
}
.content-box-14 .txt-2 a:hover {
  opacity: 0.9;
}
.content-box-14 .txt-3 {
  font-size: 14px;
  line-height: 20px;
}

.bg-blue {
  background: rgba(100, 209, 212, 0.7);
}

.pagination-blue .swiper-pagination-bullet {
  border-color: rgba(100, 209, 212, 0.7);
}
.pagination-blue .swiper-pagination-bullet-active {
  border-color: rgba(100, 209, 212, 0.7);
  background: rgba(100, 209, 212, 0.7);
}

.bg-green {
  background: rgba(192, 224, 164, 0.7);
}

.pagination-green .swiper-pagination-bullet {
  border-color: rgba(192, 224, 164, 0.7);
}
.pagination-green .swiper-pagination-bullet-active {
  border-color: rgba(192, 224, 164, 0.7);
  background: rgba(192, 224, 164, 0.7);
}

.bg-violet {
  background: rgba(143, 102, 154, 0.7);
  color: #fff;
}

.pagination-violet .swiper-pagination-bullet {
  border-color: #8F669A;
}
.pagination-violet .swiper-pagination-bullet-active {
  border-color: #8F669A;
  background: #8F669A;
}

.h-data {
  margin-top: -5px;
  margin-bottom: -4px;
}

.content-box-15 .content-box-15-1 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.content-box-15 .content-box-15-1 figure {
  margin-bottom: 17px;
}
.content-box-15 .content-box-15-1 figure img {
  width: 100%;
}
.content-box-15 .content-box-15-1 .txt-1 {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 5px;
  line-height: 1.3;
}
.content-box-15 .content-box-15-1 .txt-2 {
  text-align: center;
}

.content-box-15 .content-box-15-1 figure img {
  border-radius: 16px;
}

.content-box-15-1 figure {
  position: relative;
}
.content-box-15-1 figure .info {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px;
  color: #fff;
  padding-left: 29px;
  background: url("../../img/frontend/icons/20.svg") left center no-repeat;
}

.h-data-1 span {
  background: url(../../img/frontend/icons/21.svg) left center no-repeat;
  background-size: auto 23px;
}

.content-box-16 {
  overflow: hidden;
  background: rgba(100, 209, 212, 0.7);
  padding: 16px 0 30px 0;
}

.title {
  margin-bottom: 12px;
}
.title h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}

.content-box-16 .carousel-1 .swiper-slide {
  height: auto;
}

.box-4 {
  display: block;
}
.box-4 img {
  width: 100%;
  border-radius: 12px;
}

.box-5 {
  display: flex;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  background: #64D1D4;
  height: 100%;
}
.box-5:hover {
  color: #000;
  opacity: 0.9;
}

.content-box-17 {
  padding: 27px 0;
  background: rgba(100, 209, 212, 0.3);
}
.content-box-17 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-box-17 .container .txt {
  font-size: 14px;
  padding-top: 2px;
  background: url("../../img/frontend/icons/22.svg") right 0 no-repeat;
  padding-right: 29px;
}

.btn-4 {
  height: 40px;
  border-radius: 20px;
  padding: 0 45px;
  line-height: 43px;
  background: #64D1D4;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.btn-4:hover {
  color: #000;
  opacity: 0.9;
}

.content-box-18 {
  overflow: hidden;
  padding: 24px 0 20px 0;
}
.content-box-18 .button-box {
  margin-top: 18px;
}

.link-1 {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
.link-1:hover {
  text-decoration: none;
  color: #000;
}

.box-6 {
  height: 122px;
  border-radius: 12px;
  display: block;
  position: relative;
}
.box-6 figure {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 8px;
}
.box-6 .txt {
  color: #64140E;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  padding: 8px;
}

.content-box-19 {
  padding-top: 79px;
  background: rgba(100, 209, 212, 0.3);
}
.content-box-19 .content-box-19-1 {
  padding: 8px 0;
  background: rgba(100, 209, 212, 0.7);
}
.content-box-19 .content-box-19-1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-box-19 .content-box-19-1 .txt-1 .txt-1-1 {
  padding-top: 6px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1;
}
.content-box-19 .content-box-19-1 .txt-1 .txt-1-2 {
  font-size: 16px;
}

.content-box-20 {
  background: rgba(100, 209, 212, 0.3);
  padding: 16px 0 16px 0;
}
.content-box-20 .txt-1 {
  margin-bottom: 9px;
  font-weight: bold;
}
.content-box-20 .txt-2 {
  font-size: 14px;
}

.search-box {
  position: relative;
  border-radius: 22px;
  margin-bottom: 12px;
  overflow: hidden;
}
.search-box button {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 44px;
  background: #fff url("../../img/frontend/icons/24.svg") center no-repeat;
  border: none;
}
.search-box input {
  display: block;
  width: 100%;
  height: 44px;
  background: #fff;
  border: none;
  border-radius: 22px;
  padding: 0 24px;
  font-size: 14px;
  padding-top: 2px;
}

.menu-1 {
  overflow: auto;
  margin-bottom: 12px;
}
.menu-1 ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
}
.menu-1 ul li {
  margin-right: 8px;
  width: 130px;
  flex-shrink: 0;
}
.menu-1 ul li a {
  display: block;
}
.menu-1 ul li a .box-7 {
  display: block;
  height: 52px;
  background: rgba(100, 209, 212, 0.3);
  border: 2px solid transparent;
  padding: 9px 10px 8px 10px;
  border-radius: 8px;
}
.menu-1 ul li a .box-7 .txt {
  font-size: 12px;
  line-height: 16px;
  display: block;
  padding-left: 29px;
  background: url("../../img/frontend/icons/25.svg") left top no-repeat;
  color: #000;
}
.menu-1 ul li.current a .box-7 {
  border-color: #64D1D4;
}

.menu-1-1 ul li a .box-7 {
  background: rgba(255, 255, 255, 0.3);
}

.b-cont-box {
  display: none;
}

.b-cont-boxes {
  padding: 20px 0;
}

.btn-add {
  position: fixed;
  bottom: 80px;
  right: 10px;
  width: 77px;
  display: block;
  height: 77px;
  background: url("../../img/frontend/icons/26.png");
}

.boxes-8 .box-8 {
  position: relative;
  display: flex;
  margin-bottom: 20px;
  background: rgba(100, 209, 212, 0.7);
  overflow: hidden;
  border-radius: 12px;
}
.boxes-8 .box-8 .txt-5 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 12px;
  width: 30px;
  z-index: 2;
  height: 30px;
  background: url("../../img/frontend/icons/33.svg");
}
.boxes-8 .box-8 .txt-5-1 {
  width: auto;
  background-position: left center;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bold;
  padding-left: 38px;
  padding-top: 4px;
}
.boxes-8 .box-8 figure {
  width: 50%;
  min-height: 220px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.boxes-8 .box-8 figure:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  content: "";
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
}
.boxes-8 .box-8 figure img {
  width: 100%;
}
.boxes-8 .box-8 .description {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
}
.boxes-8 .box-8 .description .txt-1 {
  display: flex;
  margin-bottom: 12px;
  justify-content: flex-end;
}
.boxes-8 .box-8 .description .txt-1-1 {
  justify-content: space-between;
  align-items: center;
}
.boxes-8 .box-8 .description .txt-1-1 .time {
  font-weight: bold;
  padding: 4px 0 3px 0;
  line-height: 1.3;
  font-size: 10px;
  padding-left: 21px;
  background: url("../../img/frontend/icons/29.svg") left center no-repeat;
}
.boxes-8 .box-8 .description .txt-2 {
  margin-bottom: 12px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 16px;
}
.boxes-8 .box-8 .description .txt-3 {
  margin-bottom: 16px;
}
.boxes-8 .box-8 .description .txt-3 table {
  width: 100%;
  font-size: 10px;
  line-height: 15px;
}
.boxes-8 .box-8 .description .txt-3 table td {
  line-height: 1.3;
  padding-bottom: 5px;
}
.boxes-8 .box-8 .description .txt-3 table tr td:last-child {
  text-align: right;
  padding-left: 10px;
}
.boxes-8 .box-8 .description .button-box .btn-1 {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
}
.boxes-8 .box-8 .description .txt-4 {
  margin-left: -16px;
  font-size: 10px;
}
.boxes-8 .box-8 .description .txt-4 td {
  padding: 0 16px;
}
.boxes-8 .box-8 .description .txt-4 table tr td:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.body-btn-add {
  padding-bottom: 135px;
}

.content-box-21 {
  background: rgba(100, 209, 212, 0.3);
  padding: 16px 0 11px 0;
  margin-bottom: 20px;
}
.content-box-21 .title {
  margin: 0;
}

.content-box-22 .boxes-8 .box-8 {
  display: block;
  border-radius: 0;
  background: #fff;
}
.content-box-22 .boxes-8 .box-8 figure {
  width: 100%;
  margin-bottom: 30px;
}
.content-box-22 .boxes-8 .box-8 .description {
  width: 100%;
  padding: 0 12px;
}
.content-box-22 .boxes-8 .box-8 .description .txt-2 {
  padding-top: 5px;
  font-size: 24px;
  line-height: 1.3;
}

.content-box-23 {
  padding: 12px 12px 30px 12px;
}

.content-box-24 {
  margin-bottom: 35px;
}

.content-box-24-1 {
  background: rgba(100, 209, 212, 0.3);
  padding: 12px;
  border-radius: 0 12px 12px 0;
}
.content-box-24-1 .txt-1 {
  display: flex;
  padding-bottom: 11px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #64D1D4;
  padding-top: 4px;
}
.content-box-24-1 .txt-1 .txt-1-1 {
  font-size: 20px;
  font-weight: bold;
}
.content-box-24-1 .txt-1 .txt-1-2 {
  font-size: 12px;
}
.content-box-24-1 table tr td:first-child {
  font-weight: bold;
  padding-right: 20px;
}
.content-box-24-1 table tr td {
  vertical-align: top;
  padding-top: 8px;
}

.content-box-25 {
  margin-bottom: 35px;
}
.content-box-25 h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.content-box-25 .nav-tabs-bg-1 {
  margin-bottom: 20px;
}

.nav-tabs-bg-1 ul li a {
  border-color: #64D1D4;
  color: #000;
}
.nav-tabs-bg-1 ul li a:hover {
  background: rgba(100, 209, 212, 0.3);
}
.nav-tabs-bg-1 ul li.current a {
  background: rgba(100, 209, 212, 0.3);
}

.content-box-25-1 figure {
  margin-bottom: 20px;
}

.text a {
  color: #000;
  text-decoration: underline;
}
.text a:hover {
  text-decoration: none;
}

.content-box-26 {
  margin-bottom: 15px;
}
.content-box-26 .content-box-26-1 {
  background: #64D1D4;
  font-weight: bold;
  padding: 20px 12px;
}

.content-box-13-1 {
  background: rgba(255, 158, 34, 0.7);
  padding-bottom: 20px;
  color: #64140E;
}
.content-box-13-1 .content-box-12 {
  padding-bottom: 24px;
}
.content-box-13-1 .box-3-1 {
  color: #000;
}

.content-box-27 .txt-1 {
  padding: 18px 0 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-box-27 .txt-1 .txt-1-1 {
  font-weight: bold;
  font-size: 24px;
}
.content-box-27 .txt-1 .txt-1-2 {
  padding-left: 10px;
  flex-shrink: 0;
}
.content-box-27 .txt-1 .txt-1-2 a {
  color: #64140E;
  font-size: 14px;
}
.content-box-27 .txt-1 .txt-1-2 a:hover {
  text-decoration: underline;
}

.box-9 {
  border-radius: 24px;
  overflow: hidden;
  display: block;
}
.box-9:hover {
  opacity: 0.9;
}
.box-9 .box-9-txt {
  background: #FF9078;
  padding: 24px 12px 20px 12px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
}

.content-box-27 {
  margin-bottom: 30px;
}

.content-box-15 .content-box-15-2 {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.content-box-15 .content-box-15-2 figure {
  margin-bottom: 0;
}
.content-box-15 .content-box-15-2 .description {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20.11%, rgba(0, 0, 0, 0.8) 100%);
  bottom: 0;
  left: 0;
  padding: 16px;
  width: 100%;
  padding-top: 100px;
}
.content-box-15 .content-box-15-2 .description .title {
  margin-bottom: 4px;
}
.content-box-15 .content-box-15-2 .description p {
  margin: 0;
}

.bg-blue-1 {
  background: rgba(100, 209, 212, 0.3);
}

.title-1 h2 {
  margin: 0;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 24px;
}

.title-2 h2 {
  margin: 0;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 18px;
}

.box-10 img {
  border-radius: 12px;
}

.swiper-nav-right-top {
  display: block !important;
  width: 80px;
  height: 32px;
  position: absolute;
  top: -45px;
  right: 0;
}
.swiper-nav-right-top .swiper-button-prev {
  width: 32px;
  height: 32px;
  left: 0;
  margin: 0;
  top: 0;
  transform: scaleX(-1);
  background: url("../../img/frontend/icons/35.svg");
}
.swiper-nav-right-top .swiper-button-prev:after {
  display: none;
}
.swiper-nav-right-top .swiper-button-next {
  width: 32px;
  height: 32px;
  margin: 0;
  top: 0;
  right: 0;
  background: url("../../img/frontend/icons/35.svg");
}
.swiper-nav-right-top .swiper-button-next:after {
  display: none;
}

.content-box-17-1 {
  padding: 20px 0 0 0;
  background: none;
}
.content-box-17-1 .container {
  flex-wrap: wrap;
}
.content-box-17-1 .btn-4 {
  width: 100%;
  text-align: center;
}
.content-box-17-1 .t1 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 12px;
}

.content-box-28 {
  padding: 20px 0;
  background: #64D1D4;
}
.content-box-28 .title {
  margin-bottom: 5px;
}

.content-box-29 {
  font-size: 14px;
  padding-top: 18px;
}
.content-box-29 .txt-2 {
  margin-top: 10px;
}

.select-1 {
  background: none;
  border: none;
  color: #64D1D4;
  font-weight: bold;
  padding-right: 5px;
}
.select-1 option {
  color: #000;
}

.menu-1-2 ul {
  flex-wrap: wrap;
}
.menu-1-2 ul li {
  margin-bottom: 16px;
  width: 33.333%;
  margin-right: 0;
  padding: 0 4px;
}

@media (max-width: 450px) {
  .menu-1-2 ul li {
    width: 50%;
  }
}
.btn-1-green {
  background: #64D1D4;
  border-color: #64D1D4;
  color: #000;
}
.btn-1-green:hover {
  background: #64D1D4;
  color: #000;
  opacity: 0.9;
  border-color: #64D1D4;
}

.content-box-20 .button-box-1 {
  padding: 10px 0;
}

.content-box-30 {
  padding: 32px 0;
}
.content-box-30 .txt-1 {
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
.content-box-30 .txt-1 .txt-1-2 {
  white-space: nowrap;
  font-size: 32px;
  margin-left: 10px;
}
.content-box-30 .button-box {
  margin-top: 30px;
}
.content-box-30 .rate {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}

.box-9 {
  border-radius: 12px;
}

.content-box-27-1 .txt-1 .txt-1-2 a {
  color: #000;
}
.content-box-27-1 .box-9-txt {
  background: #64D1D4;
  padding: 12px;
}
.content-box-27-1 .box-9-txt .btn-1 {
  color: #000;
}
.content-box-27-1 .box-9-txt .t-1 {
  padding-top: 3px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-box-27-1 .box-9-txt .t-1-2 {
  font-size: 16px;
  padding: 2px 0 1px 0;
  margin-left: 5px;
  flex-shrink: 0;
  padding-right: 28px;
  background: url("../../img/frontend/icons/36.svg") right center no-repeat;
}

.newsletter-content-box {
  padding: 10px 0 15px 0;
  background: #FF9E22 url("../../img/frontend/files/31.png") center 10px no-repeat;
}
.newsletter-content-box .newsletter-box {
  padding-top: 20px;
  min-height: 109px;
  text-align: center;
}
.newsletter-content-box .newsletter-box .txt-1 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  max-width: 100%;
}
.newsletter-content-box .newsletter-box .txt-2 {
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 0 22px 0;
}
.newsletter-content-box .newsletter-box .txt-box {
  max-width: 250px;
  margin: 0 auto;
}
.newsletter-content-box .newsletter {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
}
.newsletter-content-box .newsletter input {
  height: 44px;
  border: none;
  width: 100%;
  padding: 0 20px 0 72px;
  padding-top: 4px;
  color: #000;
  background: #fff;
}
.newsletter-content-box .newsletter button {
  position: absolute;
  top: 0;
  left: 12px;
  width: 44px;
  border: none;
  height: 44px;
  background: #fff url("../../img/frontend/icons/37.svg") center no-repeat;
}
.newsletter-content-box .newsletter ::placeholder {
  color: #000;
}

.btn-hamburger {
  width: 23px;
  display: block;
  margin-left: 13px;
  height: 31px;
  background: url(../../img/frontend/icons/38.svg) center no-repeat;
}

header .header-box .h-box-left .logo.ml0 {
  margin-left: 0;
}

.z-content-box-1 {
  padding-top: 22px;
}

.z-content-box-2 {
  margin-bottom: 25px;
}

.z-title {
  margin-bottom: 16px;
}
.z-title h2 {
  font-size: 40px;
  margin: 0;
  margin-bottom: -4px !important;
  color: #FF9E22;
  font-weight: bold;
}

.z-content-box-2-1 {
  background: rgba(255, 158, 34, 0.3);
  border-radius: 12px;
  margin-right: -20px;
  margin-left: 20px;
  padding: 16px 10px;
}
.z-content-box-2-1 .txt {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
}
.z-content-box-2-1 figure {
  margin-bottom: 19px;
}

.z-btn-1 {
  height: 54px;
  padding: 0 12px;
  line-height: 38px;
  background: #DD7900;
  border-radius: 50px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.z-btn-1:hover {
  color: #fff;
  opacity: 0.9;
}

.z-btn-1 span {
  padding: 10px 0;
  display: block;
  padding-left: 30px;
  background: url("../../img/frontend/icons/39.svg") left center no-repeat;
}

.z-content-box-3-1 {
  height: 333px;
  margin-left: -20px;
  padding-left: 40px;
  margin-right: 50px;
  background: url("../../img/frontend/files/32.png") center no-repeat;
  background-size: cover;
  padding-top: 40px;
  border-radius: 0 24px 24px 0;
}

.z-boxes-1 {
  margin-right: -50px;
}
.z-boxes-1 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.z-boxes-1 .row-box .col-box {
  padding: 0 4px;
  margin-bottom: 8px;
  width: 50%;
}
.z-boxes-1 .row-box .col-box .z-box-1 {
  display: block;
  border-radius: 8px;
  padding: 8px;
  position: relative;
  height: 184px;
}
.z-boxes-1 .row-box .col-box .z-box-1 .txt {
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
  line-height: 20px;
  margin-bottom: 14px;
  color: #000;
}
.z-boxes-1 .row-box .col-box .z-box-1 figure {
  text-align: center;
}
.z-boxes-1 .row-box .col-box .z-box-1 .arrow {
  margin: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.z-content-box-3 {
  padding-bottom: 83px;
  margin-bottom: 40px;
}

.z-content-box-4 a {
  color: #000;
}
.z-content-box-4 a:hover {
  text-decoration: underline;
  color: #000;
}
.z-content-box-4 figure {
  margin-bottom: 6px;
}
.z-content-box-4 .txt-1 {
  margin-bottom: 5px;
  font-weight: bold;
}
.z-content-box-4 .txt-2 {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}
.z-content-box-4 .z-content-box-4-1 {
  text-align: center;
  border-top: 1px solid #000;
  padding-top: 18px;
  margin-top: 15px;
  padding-bottom: 40px;
  font-size: 10px;
  line-height: 15px;
}
.z-content-box-4 .z-content-box-4-1 a {
  text-decoration: underline;
}

.z-content-box-5 {
  background: rgba(255, 158, 34, 0.3);
  padding: 16px 0 15px 0;
  margin-bottom: 17px;
}
.z-content-box-5 .z-title {
  display: flex;
  align-items: center;
  margin: 0;
}
.z-content-box-5 .z-title h2 {
  margin: 0;
  color: #000;
  margin-left: 8px;
}

.body-1, .body-1 .text {
  line-height: 20px;
}

.z-content-box-6 {
  margin-bottom: 34px;
}

.z-content-box-7 {
  margin-bottom: 40px;
}
.z-content-box-7 .txt-1 {
  margin-bottom: 16px;
}
.z-content-box-7 .txt-2 {
  margin-top: 34px;
}
.z-content-box-7 .swiper-wrapper {
  height: auto;
}
.z-content-box-7 .swiper-wrapper .swiper-slide {
  height: auto;
}

.z-box-2 {
  padding: 12px;
  border-radius: 12px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  height: 100%;
}
.z-box-2 figure {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.z-content-box-8 {
  margin-bottom: 18px;
}
.z-content-box-8 .container {
  display: flex;
}
.z-content-box-8 .container .txt-1 {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.z-content-box-8 .container .txt-1 .icon {
  border-right: 1px solid #000;
  padding-right: 8px;
  margin-right: 8px;
}
.z-content-box-8 .container .txt-1 .txt-1-1 {
  font-weight: bold;
  font-size: 24px;
  padding-top: 2px;
  margin-bottom: -2px;
  line-height: 32px;
}
.z-content-box-8 .container .txt-1 .txt-1-1 span {
  color: rgb(100, 209, 212);
}

.z-content-box-9 {
  margin-bottom: 26px;
}
.z-content-box-9 .swiper-wrapper {
  height: auto;
}
.z-content-box-9 .swiper-wrapper .swiper-slide {
  height: auto;
}

.z-box-2-1 {
  text-align: left;
  padding-top: 14px;
}

.z-content-box-10 {
  margin-bottom: 34px;
}

.z-content-box-11 {
  margin-bottom: 34px;
}
.z-content-box-11 .text ul:last-child {
  margin-bottom: 0;
}
.z-content-box-11 .text span {
  color: rgb(100, 209, 212);
}

.format-ul ul {
  list-style: none;
  padding-left: 0;
}
.format-ul ul li {
  padding-left: 27px;
  background: url("../../img/frontend/icons/48.svg") left top no-repeat;
  margin-bottom: 8px;
}
.format-ul ul li:last-child {
  margin-bottom: 0;
}

.color-violet {
  color: rgb(143, 102, 154);
}

.mb-26 {
  margin-bottom: 26px;
}

.z-box-2 {
  padding: 12px 8px 11px 8px;
}

.z-box-2-2 .t {
  text-align: left;
}
.z-box-2-2 .t-1 {
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  padding-top: 8px;
}
.z-box-2-2 figure {
  height: 61px;
  margin-bottom: 15px;
}

.z-content-box-7-1 {
  margin-bottom: 60px;
}

.color-orange {
  color: #FF9E22 !important;
}

.z-boxes-3 {
  width: 100%;
  padding-top: 5px;
}
.z-boxes-3 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.z-boxes-3 .row-box .col-box {
  width: 33.333%;
  margin-top: 10px;
  padding: 0 5px;
}
.z-boxes-3 .row-box .col-box img {
  width: 100%;
  border-radius: 12px;
}

.z-content-box-8-1 {
  padding-top: 24px;
  position: relative;
}
.z-content-box-8-1 .container {
  display: block;
  z-index: 2;
  position: relative;
}
.z-content-box-8-1:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height: 168px;
  background: rgba(255, 158, 34, 0.3);
}

.z-box-4 {
  margin-top: 20px;
}
.z-box-4 p {
  margin-bottom: 20px;
}
.z-box-4 p:last-child {
  margin-bottom: 0;
}
.z-box-4 h3 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.z-box-4 h3 span {
  color: #FF9E22;
}

.z-content-box-8-2 {
  padding: 24px 0;
  background: rgba(87, 86, 81, 0.38);
  color: rgb(87, 86, 81);
}

.content-box-12 {
  padding: 24px 0;
}

.z-boxes-5 .row-box {
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
}
.z-boxes-5 .row-box .col-box {
  margin-top: 10px;
  padding: 0 5px;
  width: 33.3333%;
}
.z-boxes-5 .row-box .col-box .z-box-5 {
  border: 1px solid #86B45E;
  border-radius: 12px;
  padding: 8px;
  background: rgba(87, 86, 81, 0.1);
}
.z-boxes-5 .row-box .col-box .z-box-5 .txt-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  line-height: 15px;
}
.z-boxes-5 .row-box .col-box .z-box-5 .txt-1 .txt-1-2 {
  padding: 4px;
  background: rgba(255, 158, 34, 0.7);
  font-size: 10px;
  color: #64140E;
  display: flex;
  margin-left: 5px;
  align-items: center;
  flex-shrink: 0;
  font-weight: bold;
  border-radius: 4px;
  line-height: 14px;
}
.z-boxes-5 .row-box .col-box .z-box-5 .txt-1 .txt-1-2 span {
  display: block;
  padding-top: 3px;
}
.z-boxes-5 .row-box .col-box .z-box-5 .txt-2 {
  color: rgb(87, 86, 81);
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
}

.z-content-box-13 {
  padding: 34px 0;
  text-align: center;
}
.z-content-box-13 .txt {
  font-size: 20px;
  margin-bottom: 34px;
  line-height: 23px;
  font-weight: bold;
  color: rgb(87, 86, 81);
}

.z-content-box-14 {
  margin-bottom: 34px;
}

.z-menu ul {
  padding: 0;
  margin: 0;
}
.z-menu ul li {
  margin-bottom: 35px;
  list-style: none;
}
.z-menu ul li:last-child {
  margin-bottom: 0;
}
.z-menu ul li a {
  font-weight: bold;
  display: block;
  padding-right: 40px;
  color: rgb(87, 86, 81);
  background: url("../../img/frontend/icons/53.svg") right center no-repeat;
}
.z-menu ul li a:hover {
  opacity: 0.9;
  color: rgb(87, 86, 81);
}

.z-content-box-14 {
  margin-bottom: 34px;
}
.z-content-box-14 .carousel-1 {
  height: 122px;
}

.z-title-1 {
  margin-bottom: 12px;
}
.z-title-1 h2 {
  font-weight: bold;
  margin: 0;
  font-size: 20px;
  line-height: 23px;
  margin: 0;
}

.box-6-1 {
  height: 100px;
}
.box-6-1 figure {
  top: 48px;
}
.box-6-1 figure img {
  max-width: none;
  max-height: none;
  height: 74px;
}

@media (max-width: 460px) {
  .z-title h2 {
    font-size: 28px;
    padding-top: 3px;
    margin-bottom: -3px !important;
  }
}
.z-content-box-7, .z-content-box-9, .z-content-box-14 {
  overflow: hidden;
}

.z-boxes-6 {
  padding-bottom: 21px;
}
.z-boxes-6 .row-box {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.z-boxes-6 .row-box .col-box {
  padding: 0 10px;
  margin-bottom: 13px;
  width: 25%;
}
.z-boxes-6 .row-box .col-box .z-box-6 {
  height: 100%;
  background: #FF9E22;
  border-radius: 12px;
  display: block;
  border-radius: 12px;
  padding: 3px;
}
.z-boxes-6 .row-box .col-box .z-box-6.active {
  background-color: rgb(205, 226, 179);
}

.z-boxes-6 .row-box .col-box .z-box-6.rejected {
  background-color: rgb(255, 160, 137);
}
.z-boxes-6 .row-box .col-box .z-box-6 img {
  display: block;
}
.z-boxes-6 .row-box .col-box .z-box-6 figure img {
  border-radius: 10px 10px 0 0;
}
.z-boxes-6 .row-box .col-box .z-box-6 .image {
  position: relative;
}
.z-boxes-6 .row-box .col-box .z-box-6 .image .txt-1 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% - 16px);
  padding: 4px;
  font-size: 10px;
  display: flex;
  align-items: center;
  line-height: 14px;
  font-weight: bold;
  color: #000;
  margin: 12px 8px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px 8px 0 0;
}
.z-boxes-6 .row-box .col-box .z-box-6 .image .txt-1 span {
  padding: 3px 0 0 5px;
}
.z-boxes-6 .row-box .col-box .z-box-6 .image .txt-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 4px 8px 4px 4px;
  font-size: 10px;
  display: flex;
  align-items: center;
  line-height: 14px;
  font-weight: bold;
  color: #000;
  margin: 12px 8px;
  background: #FF9E22;
  border-radius: 0 15px 15px 0;
}

.z-boxes-6 .row-box .col-box .z-box-6.active .image .txt-2 {
  background-color: rgb(205, 226, 179);
}
.z-boxes-6 .row-box .col-box .z-box-6.rejected .image .txt-2 {
  background-color: rgb(255, 160, 137);
}

.z-boxes-6 .row-box .col-box .z-box-6 .image .txt-2 span {
  padding: 3px 0 0 5px;
}
.z-boxes-6 .row-box .col-box .z-box-6 .description {
  padding: 9px 28px 4px 8px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  background: url("../../img/frontend/icons/56.svg") calc(100% - 6px) calc(100% - 9px) no-repeat;
}

.body-bg-green .z-content-box-5 {
  background: rgba(205, 226, 179, 0.3);
}
.body-bg-green .z-boxes-6 .row-box .col-box .z-box-6 {
  background: #CDE2B3;
}
.body-bg-green .z-boxes-6 .row-box .col-box .z-box-6 .image .txt-2 {
  background: #CDE2B3;
}

.z-box-6:hover {
  opacity: 0.9;
}

.body-bg-pink .z-content-box-5 {
  background: rgba(255, 160, 137, 0.3);
}
.body-bg-pink .z-boxes-6 .row-box .col-box .z-box-6 {
  background: rgb(255, 160, 137);
}
.body-bg-pink .z-boxes-6 .row-box .col-box .z-box-6 .image .txt-2 {
  background: rgb(255, 160, 137);
}

.z-menu-2 {
  margin-top: 30px;
}
.z-menu-2 ul {
  padding: 0;
  margin: 0 -4px;
  list-style: none;
  display: flex;
}
.z-menu-2 ul li {
  padding: 0 4px;
  width: 33.3333%;
}
.z-menu-2 ul li button {
  height: 37px;
  display: block;
  padding: 0 10px;
  line-height: 39px;
  font-size: 16px;
  text-align: center;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgb(221, 121, 0);
  color: rgb(221, 121, 0);
  font-weight: bold;
  width: 100%;
}
.z-menu-2 ul li a:hover {
  opacity: 0.9;
}
.z-menu-2 ul li .a3 {
  border-color: #fff;
}
.z-menu-2 ul li .a1 {
  background: rgb(221, 121, 0);
  color: #fff;
}

.zz-content-box-2 .zz-content-box-2-1 {
  margin-bottom: 12px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.6);
  position: relative;
  position: relative;
}
.zz-content-box-2 .zz-content-box-2-1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.07%, rgba(0, 0, 0, 0.7) 100%), no-repeat;
}
.zz-content-box-2 .zz-content-box-2-1 .txt-1 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 12px;
  background: rgba(255, 255, 255, 0.7);
  width: calc(100% - 24px);
  border-radius: 12px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
}
.zz-content-box-2 .zz-content-box-2-1 .txt-1 .txt-1-1 {
  background: url("../../img/frontend/icons/57.svg") left top no-repeat;
  padding-left: 19px;
  padding-top: 2px;
  margin-top: 3px;
}
.zz-content-box-2 .zz-content-box-2-1 .txt-1 .txt-1-2 {
  margin-left: 5px;
  background: url("../../img/frontend/icons/58.svg") right top no-repeat;
  padding-right: 32px;
  padding-top: 7px;
  padding-bottom: 4px;
}
.zz-content-box-2 .zz-content-box-2-1 .txt-2 {
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  margin: 24px 12px;
}
.zz-content-box-2 .zz-content-box-2-1 .txt-2 .txt-2-1 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
}
.zz-content-box-2 .zz-content-box-2-2 {
  padding: 0 12px;
  margin-bottom: 14px;
}
.zz-content-box-2 .zz-content-box-2-2 .z-tags {
  display: flex;
  flex-wrap: wrap;
}
.zz-content-box-2 .zz-content-box-2-2 .z-tags .z-tag {
  padding: 6px 8px 3px 8px;
  border-radius: 20px;
  color: rgb(100, 20, 14);
  font-weight: bold;
  background: #FF9E22;
  font-size: 10px;
  line-height: 14px;
  margin: 0 8px 8px 0;
}
.zz-content-box-2 .zz-content-box-2-3 {
  padding: 0 12px 24px 12px;
}

.zz-boxes-1 {
  display: flex;
  color: #fff;
  margin-top: 12px;
}
.zz-boxes-1 .col-box {
  margin-left: 16px;
  padding-left: 16px;
  font-size: 10px;
  line-height: 13px;
  border-left: 1px solid rgba(244, 236, 221, 0.3);
}
.zz-boxes-1 .col-box .t-1 {
  margin-bottom: 8px;
}
.zz-boxes-1 .col-box:first-child {
  padding-left: 0;
  border-left: none;
  margin-left: 0;
}
.zz-boxes-1 .col-box .icon {
  width: 50px !important;
}

.zz-content-box-2-4 {
  margin-bottom: 24px;
}
.zz-content-box-2-4 .content-box-24-1 {
  background: rgba(255, 158, 34, 0.3);
}
.zz-content-box-2-4 .content-box-24-1 .txt-1 {
  border-color: #FF9E22;
}

.zz-content-box-2-3 .text ul:last-child {
  margin-bottom: 0;
}
.zz-content-box-2-3 .text ul li {
  margin-bottom: 10px;
}
.zz-content-box-2-3 .text ul li:last-child {
  margin-bottom: 0;
}

.zz-content-box-2-5 {
  padding: 24px 12px;
  background: #FF9E22;
  border-radius: 12px;
  font-weight: bold;
  color: #fff;
}

.zz-content-box-1 {
  margin-bottom: 27px;
}

.z-content-box-14 .button-box {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 15px !important;
}

.zz-content-box-3 {
  padding: 12px 0;
  border-top: 1px solid rgba(255, 158, 34, 0.3);
  border-bottom: 1px solid rgba(255, 158, 34, 0.3);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zz-content-box-3 .zz-box-2 {
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  padding: 0 10px;
  text-align: center;
}
.zz-content-box-3 .zz-box-2 .txt {
  margin-top: 8px;
}
.zz-content-box-3 a {
  color: inherit;
}
.zz-content-box-3 .zz-box-2 .icon {
  opacity: 0.3;
  width: 36px;
  height: 37px;
  background: #FF9E22;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 4px;
}
.zz-content-box-3 .active .icon {
  opacity: 1;
}
.zz-content-box-3 .zz-box-2-1 {
  opacity: 0.3;
}
.zz-content-box-3 .zz-box-2-1.active {
  opacity: 1;
}

.zz-content-box-4 {
  margin-bottom: 14px;
}

.zz-content-box-5 {
  margin-bottom: 40px;
}
.zz-content-box-5 .container {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.zz-content-box-5 .container .btn-6 {
  margin-top: 28px;
}

.btn-5 {
  padding: 12px 24px 9px 24px;
  background: #DD7900;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  display: inline-block;
}
.btn-5:hover {
  color: #fff;
  opacity: 0.9;
}

.btn-6 {
  color: #DD7900;
  font-weight: bold;
}
.btn-6:hover {
  color: #DD7900;
  opacity: 0.9;
}

.body-bg-green .zz-content-box-2 .zz-content-box-2-2 .z-tags .z-tag {
  background: #CDE2B3;
  color: #000;
}
.body-bg-green .zz-content-box-2-4 .content-box-24-1 {
  background: rgba(191, 226, 179, 0.3);
}
.body-bg-green .zz-content-box-2-4 .content-box-24-1 .txt-1 {
  border-bottom: 1px solid rgb(205, 226, 179);
}
.body-bg-green .zz-content-box-2-5 {
  background: rgb(205, 226, 179);
  color: #000;
}

.zz-content-box-6 {
  margin-bottom: 30px;
}

.zz-menu-2 {
  padding-top: 10px;
}
.zz-menu-2 ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0 -6px;
}
.zz-menu-2 ul li {
  padding: 0 6px;
  width: 50%;
}
.zz-menu-2 ul li a {
  display: block;
  padding: 16px 8px 14px 8px;
  background: rgba(205, 226, 179, 0.3);
  border-radius: 16px;
  font-size: 12px;
  font-weight: bold;
  color: rgb(0, 0, 0);
}
.zz-menu-2 ul li a span {
  padding: 5px 0;
  padding-left: 25px;
  opacity: 0.7;
  background: url("../../img/frontend/icons/66.svg") left center no-repeat;
}
.zz-menu-2 ul li.current a {
  background: rgb(205, 226, 179);
  color: rgb(0, 0, 0);
}
.zz-menu-2 ul li.current a span {
  opacity: 1;
}

.body-bg-pink .zz-content-box-2 .zz-content-box-2-2 .z-tags .z-tag {
  background: rgb(255, 160, 137);
  color: #000;
}
.body-bg-pink .zz-content-box-2-4 .content-box-24-1 {
  background: rgba(255, 160, 137, 0.3);
}
.body-bg-pink .zz-content-box-2-4 .content-box-24-1 .txt-1 {
  border-bottom: 1px solid rgb(255, 160, 137);
}
.body-bg-pink .zz-content-box-2-5 {
  background: rgb(255, 160, 137);
  color: #000;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
  background: rgba(0, 0, 0, 0.7);
}
.popup .popup-content {
  background: #fff;
  padding: 16px 16px 16px 16px;
  border-radius: 16px;
  width: 300px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
.popup .popup-content figure {
  margin: 30px 0 40px 0;
}
.popup .popup-content .txt-1 {
  font-weight: bold;
  margin-bottom: 8px;
  color: #FF9E22;
  font-size: 24px;
  line-height: 30px;
}
.popup .popup-content .txt-2 {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 14px;
}
.popup .popup-content .btn-5 {
  min-width: 150px;
  text-align: center;
}

.zz-content-box-8 {
  padding: 6px 0 20px 0;
}

.zz-box-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.zz-box-3 h3 {
  font-weight: bold;
  margin: 0;
  font-size: 18px;
}

.quantity-box {
  width: 112px;
  height: 20px;
  position: relative;
}
.quantity-box input {
  height: 20px;
  display: block;
  border: none;
  padding-top: 4px;
  text-align: center;
  font-size: 12px;
}
.quantity-box .minus {
  width: 20px;
  height: 20px;
  background: url("../../img/frontend/icons/70.svg");
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.quantity-box .plus {
  width: 20px;
  height: 20px;
  background: url("../../img/frontend/icons/71.svg");
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.input-box {
  margin-bottom: 8px;
}

.input-box input, .input-box textarea {
  padding: 16px 12px 14px 12px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 100%;
  display: block;
  border-radius: 8px;
}

.input-box textarea {
  height: 138px;
  resize: none;
  overflow: auto;
}

.mb-35 {
  margin-bottom: 35px;
}

.input-txt {
  text-align: right;
  font-size: 10px;
  line-height: 15px;
}

.btn-7 {
  font-weight: bold;
  color: #000;
  font-size: 13px;
  padding: 6px 0;
  padding-left: 38px;
  background: url("../../img/frontend/icons/72.svg") left center no-repeat;
}
.btn-7:hover {
  color: #000;
  opacity: 0.9;
}

.zz-box-3-txt-1 {
  font-size: 12px;
  line-height: 16px;
}

.zz-menu-3 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  overflow: auto;
}
.zz-menu-3 ul li {
  margin-right: 8px;
}
.zz-menu-3 ul li:last-child {
  margin-right: 0;
}
.zz-menu-3 ul li label {
  position: relative;
}
.zz-menu-3 ul li label img {
  max-width: none;
}
.zz-menu-3 ul li label input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.zz-menu-3 ul li label .label-box {
  margin: 0;
  white-space: nowrap;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 40px;
  color: #64140E;
  font-size: 12px;
  padding: 0 8px;
  line-height: 1.2;
  border-radius: 16px;
  display: flex;
  align-items: center;
}
.zz-menu-3 ul li label .label-box .t-1 {
  padding-top: 4px;
  padding-left: 4px;
  display: block;
}

.zz-menu-3 {
  margin-right: -20px;
  margin-left: -20px;
}
.zz-menu-3 ul {
  padding-left: 20px;
  padding-right: 20px;
}

.zz-menu-3 ul li label input:checked + .label-box {
  border-color: #FF9E22;
}

.zz-menu-3-1 ul li label .label-box {
  border: none;
  height: 58px;
  border-radius: 16px;
  padding: 0 8px;
  width: 130px;
  background: rgba(255, 158, 34, 0.3);
  font-weight: bold;
}
.zz-menu-3-1 ul li label .label-box .t-1 {
  padding-left: 8px;
}

.zz-menu-3-1 ul li label input:checked + .label-box {
  background: #FF9E22;
}

.zz-menu-3-2 ul li label .label-box {
  height: 56px;
  width: 56px;
}

.zz-menu-3-2 ul li {
  margin-right: 24px;
}
.zz-menu-3-2 ul li:last-child {
  margin-right: 0;
}

.zz-menu-3-3 ul li label .label-box {
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-weight: bold;
  padding-top: 5px;
}

.zz-menu-3-3 ul li label input:checked + .label-box {
  color: #000;
}

.my-nav-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.my-nav-1 .ic {
  margin: 0 18px;
}
.my-nav-1 .link-prev-1, .my-nav-1 .link-next-1 {
  cursor: pointer;
}

.zz-content-box-9-2 .text {
  margin-bottom: 12px;
}

.zz-content-box-9-3 {
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
  padding-top: 15px;
}
.zz-content-box-9-3 .btn-5 {
  min-width: 150px;
  text-align: center;
}
.zz-content-box-9-3 .btn-5:hover {
  opacity: 0.9;
}

.btn-5 {
  border: none;
}

.zz-content-box-9-4 {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.btn-7-1 {
  background-image: url("../../img/frontend/icons/87.svg");
}

.zz-box-3 .btn-7-1 {
  margin: 0 5px;
}

.zz-content-box-10 {
  background: rgba(255, 158, 34, 0.3);
  border-radius: 16px;
  padding: 12px;
}
.zz-content-box-10 .txt-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zz-content-box-10 .txt-1 .txt-1-1 {
  font-weight: bold;
  font-size: 18px;
}
.zz-content-box-10 table {
  margin-top: 10px;
  width: calc(100% - 5px);
}
.zz-content-box-10 table tr td {
  padding: 6px;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
}
.zz-content-box-10 table tr td:first-child {
  width: 50px;
}
.zz-content-box-10 table tr a img {
  max-width: none;
}

.btn-8 {
  min-width: 150px;
  height: 43px;
  line-height: 43px;
  border-radius: 25px;
  background: #fff;
  display: block;
  padding: 0 15px;
  padding-top: 3px;
  text-align: center;
}
.btn-8:hover {
  opacity: 0.85;
}
.btn-8 span {
  color: #DD7900;
  font-weight: bold;
  font-size: 16px;
  padding: 6px 0 3px 0;
  padding-left: 32px;
  background: url("../../img/frontend/icons/88.svg") left center no-repeat;
}

.x-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 10;
  background: #ffe2bd;
}
.x-popup .x-popup-content {
  width: 392px;
  margin: 0 auto;
  max-width: 100%;
  padding: 26px 0 24px 0;
}
.x-popup .x-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  align-items: center;
}
.x-popup .x-title h2 {
  font-size: 32px;
  line-height: normal;
  font-weight: bold;
  margin: 0;
}
.x-popup .x-menu {
  padding: 12px;
  background: #fff;
  border-radius: 50px;
  margin-bottom: 24px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
}
.x-popup .x-menu ul {
  padding: 0;
  margin: 0 -6px;
  list-style: none;
  display: flex;
}
.x-popup .x-menu ul li {
  padding: 0 6px;
  width: 50%;
}
.x-popup .x-menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  color: #DD7900;
  padding-top: 2px;
  border-radius: 30px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  height: 34px;
}
.x-popup .x-menu ul .current a {
  background: #DD7900;
  color: #fff;
}
.x-popup .x-search {
  margin-bottom: 24px;
  position: relative;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  overflow: hidden;
}
.x-popup .x-search input {
  display: block;
  width: calc(100% - 38px);
  height: 48px;
  padding: 0 12px;
  border: none;
  padding-top: 2px;
  position: relative;
}
.x-popup .x-search button {
  position: absolute;
  border: none;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: url("../../img/frontend/icons/90.svg") center no-repeat;
}
.x-popup .x-menu-2 {
  margin-top: -10px;
  margin-bottom: 24px;
}
.x-popup .x-menu-2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.x-popup .x-menu-2 ul li {
  padding: 10px 25px 9px 25px;
  border-bottom: 1px solid rgba(255, 158, 34, 0.3);
}
.x-popup .x-menu-2 ul li:first-child {
  border-top: none;
}
.x-popup .x-menu-2 ul li a {
  font-size: 14px;
  line-height: normal;
  color: #000;
}
.x-popup .x-menu-2 ul .current a {
  font-weight: bold;
}
.x-popup .x-button-box-1 {
  display: flex;
  justify-content: center;
  position: relative;
}
.x-popup .x-button-box-1 .btn-5 {
  min-width: 150px;
}
.x-popup .x-button-box-1.no-active {
  opacity: 0.3;
}
.x-popup .x-button-box-1.no-active:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}
.x-popup .x-button-box-2 {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.x-popup .x-btn-1 {
  padding: 12px 24px 9px 24px;
  border: 1px solid rgb(221, 121, 0);
  background: #fff;
  border-radius: 50px;
  color: rgb(221, 121, 0);
  text-align: center;
}
.x-popup .x-btn-1 span {
  background: #fff url("../../img/frontend/icons/91.svg") right 0 no-repeat;
  padding-right: 25px;
}
.x-popup .x-btn-1:hover {
  opacity: 0.9;
}
.x-popup .x-text-1 {
  margin-bottom: 30px;
}

.x-table {
  margin-bottom: 8px;
}
.x-table table {
  font-size: 14px;
  width: 100%;
}
.x-table table td {
  vertical-align: top;
  padding: 0 0 16px 0;
  padding-right: 15px;
}
.x-table table td:last-child {
  text-align: right;
  padding-right: 5px;
}
.x-table img {
  max-width: none;
}

.x-table-1 table tr td:first-child {
  white-space: nowrap;
}

.x-menu-2-1 ul li a {
  display: flex;
  align-items: center;
}

.x-close,
.x-close-ingredients
{
  width: 20px;
  height: 20px;
  margin: -5px 0 0 5px;
  background: url("../../img/frontend/icons/89.svg") center no-repeat;
  display: block;
}

.x-close:hover,
.x-close-ingredients:hover
{
  opacity: 0.9;
}

.x-title-1 div {
  display: flex;
  align-items: center;
}
.x-title-1 div a:first-child {
  margin: -4px 7px 0 0;
}

.mb-24 {
  margin-bottom: 24px;
}

.x-boxes-1 {
  margin-bottom: 24px;
  display: flex;
}
.x-boxes-1 .x-box-1 {
  margin-right: 8px;
}
.x-boxes-1 input {
  width: 130px;
  height: 32px;
  display: block;
  font-size: 12px;
  color: #000;
  padding: 0 10px;
  padding-top: 1px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.x-boxes-1 select {
  width: 160px;
  height: 32px;
  display: block;
  font-size: 12px;
  color: #000;
  padding: 0 10px;
  padding-top: 1px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  appearance: none; /* Remove default arrow (cross-browser) */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("../../img/frontend/icons/92.svg") calc(100% - 5px) center no-repeat;
}

.x-content-box-1 {
  padding: 0 10px;
}
.x-content-box-1 .txt-1 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 9px;
}

.x-boxes-1-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.x-boxes-1-1 div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-add-1 {
  width: 34px;
  flex-shrink: 0;
  border: none;
  height: 34px;
  background: url("../../img/frontend/icons/93.svg") center no-repeat;
  display: block;
}

.btn-add-1-1 {
  background: url("../../img/frontend/icons/94.svg") center no-repeat;
}

@media (max-width: 440px) {
  .x-boxes-1 input, .x-boxes-1 select {
    width: 100px;
  }
}
.add-content-box {
  margin-bottom: 34px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-content-box div {
  position: relative;
  padding: 0 10px;
  background: #fff;
  z-index: 2;
}
.add-content-box:after {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
}

.z-content-box-2-1 {
  margin-right: -15px;
}

.z-content-box-8 .container .txt-1 .txt-1-1 {
  line-height: 28px;
}

/* MENU */

.menu-fix {
  position: fixed;
  display: none;
  top: 58px;
  left: 0;
  width: 100%;
  height: calc(100% - 58px);
  overflow: auto;
  z-index: 10;
  background: #ffe2bc;
  padding: 20px 0;
}

.menu-fix ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-fix ul a {
  color: #000;
  font-weight: bold;
  padding: 14px 0 9px 0;
  font-size: 18px;
  line-height: 1.3;
  display: block;
}

.menu-fix ul a:hover {
  color: #FF9E22;
}

.menu-fix ul li {
  border-bottom: 1px solid #FF9E22;
}

.menu-fix ul li:last-child {
  border-bottom: none;
}
.w-boxes-5 .row-box .col-box .w-box-5 .image {
  width: 80%;
  height: 80%;
}
.w-content-box-14 .w-boxes-5 .w-box-5 .t-1-3 {
  font-size: 12px;
  line-height: 16px;
  margin-top: 6px;
  border-width: 1px;
  border-radius: 15px;
  padding: 5px 10px;
}
.w-boxes-5 .row-box .col-box .w-box-5 .t-1 .t-1-1 {
  top: -15px;
  position: relative;
}

.w-boxes-5 .row-box .col-box .w-box-5 .t-1 .t-1-2 {
  margin-top: 5px;
  width: fit-content !important;
  float: right;
}

.w-content-box-14 .w-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.w-content-box-14 .w-title img {
  display: inline-block;
}

.w-content-box-14 .w-title span {
  display: inline-block;
}

.w-content-box-14 .w-title .categories {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.w-content-box-14 .w-title .category {
  padding: 6px 12px;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
}
/*# sourceMappingURL=style.css.map */
button.default-button {
  background-color: inherit;
  border: none;
}

.s9-nav .swiper-button-next, .s9-nav .swiper-button-prev {
  top: 20% !important;
}

.w-boxes-5 .row-box .col-box .w-box-5 .image {
  width: 60%;
  height: 60%;
}

.w-boxes-5 .row-box .col-box {
  padding: 0 3px;
  width: 50%;
  margin-bottom: 6px;
}

@media (max-width: 1199px) {
  .w-boxes-5 .row-box .col-box .w-box-5 input:checked + .w-label-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75) !important;
  }
}
.zz-content-box-9 .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}
.carousel-1 .swiper-nav {
  display: none;
}

.carousel-1 .swiper-wrapper-2 {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 12px);
  margin: 0 -6px;
  margin-bottom: -12px;
}

.carousel-1 .swiper-slide-2 {
  width: 25%;
  margin-bottom: 12px;
  padding: 0 6px;
}

@media (max-width:767px) {
  .carousel-1 .swiper-slide-2 {
    width: 33.333%;
  }
  .z-box-2-2 figure {
    height: auto;
    margin-bottom: 0;
  }
  .z-box-2-2 figure + .t {
    margin-top: 10px;
  }
  .z-box-2-1 .t {
    margin-bottom: -3px;
  }
}
