/* *** CSS RESET *** */
:focus {
  outline: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

/* *** GLOBAL *** */
@font-face {
  font-family: "FuturaPTBook";
  src: url(fonts/FuturaPTBook.eot);
  src: url(fonts/FuturaPTBook.eot?#iefix) format("embedded-opentype"), url(fonts/FuturaPTBook.otf) format("otf"), url(fonts/FuturaPTBook.svg#FuturaPTBook) format("svg"), url(fonts/FuturaPTBook.ttf) format("truetype"), url(fonts/FuturaPTBook.woff) format("woff"), url(fonts/FuturaPTBook.woff2) format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "FuturaPTBook";
  src: url(fonts/FuturaPTBold.eot);
  src: url(fonts/FuturaPTBold.eot?#iefix) format("embedded-opentype"), url(fonts/FuturaPTBold.otf) format("otf"), url(fonts/FuturaPTBold.svg#FuturaPTBold) format("svg"), url(fonts/FuturaPTBold.ttf) format("truetype"), url(fonts/FuturaPTBold.woff) format("woff"), url(fonts/FuturaPTBold.woff2) format("woff2");
  font-weight: bold;
}
@font-face {
  font-family: "FuturaPTBook";
  src: url(fonts/FuturaPTMedium.eot);
  src: url(fonts/FuturaPTMedium.eot?#iefix) format("embedded-opentype"), url(fonts/FuturaPTMedium.otf) format("otf"), url(fonts/FuturaPTMedium.svg#FuturaPTMedium) format("svg"), url(fonts/FuturaPTMedium.ttf) format("truetype"), url(fonts/FuturaPTMedium.woff) format("woff"), url(fonts/FuturaPTMedium.woff2) format("woff2");
  font-weight: 500;
}
.container {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1126px;
  }
  .container-1 {
    max-width: 1660px;
  }
  .container-2 {
    max-width: 100%;
    padding: 0 40px;
  }
}
.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: "Poppins", sans-serif;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000000;
  padding-top: 70px;
  line-height: 24px;
  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;
  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 {
  transition: 0.15s linear;
}

.bx-caption {
  display: none;
}

.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
}

.content-box {
  float: left;
  width: 100%;
}

/* *** HEADER *** */
header {
  position: fixed;
  z-index: 10;
  border-bottom: 2px solid #000;
  background: #9A0106;
  top: 0;
  left: 0;
  width: 100%;
}
header .container .header-box {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container .header-box .logo img {
  display: block;
}
header .main-menu {
  font-family: "Roboto", sans-serif;
}
header .main-menu ul {
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
}
header .main-menu ul > li {
  margin-left: 27px;
}
header .main-menu ul > li > a {
  color: #fff;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  text-shadow: 2px 2px 0px #000;
  font-weight: bold;
  padding-top: 1px;
  position: relative;
}
header .main-menu ul > li > a:hover {
  color: #F1D113;
}
header .main-menu ul > li .h-btn-1 {
  width: 140px;
  height: 36px;
  text-align: center;
  display: flex;
  padding-right: 5px;
  color: #F1D113;
  background: #000;
  text-shadow: none;
  border-radius: 8px;
  border: 1px solid #FCCF16;
  align-items: center;
  justify-content: center;
}
header .main-menu ul > li .h-btn-1:hover {
  background: #F1D113;
  color: #000;
}
header .main-menu ul > li :hover {
  color: #BC1620;
}
header .main-menu ul > li.current > a {
  color: #BC1620;
  font-weight: bold;
}

.main-menu ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  list-style: none;
  width: 305px;
  background: #cacaca;
  display: none;
}
.main-menu ul ul li {
  position: relative;
  float: left;
  width: 100%;
}
.main-menu ul ul li a {
  position: relative;
  color: #1c2f59;
  text-align: left;
  display: block;
  padding: 11px 15px;
  float: left;
  width: 100%;
  font-size: 14px;
}
.main-menu ul ul li:hover > a {
  background: red;
  color: #fff;
}

/* *** BANNER *** */
.banner-box {
  width: 100%;
}

.banner-box img {
  display: block;
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner ul {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
}

.banner ul li {
  position: relative;
  text-align: center;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner .bx-controls-direction {
  display: none;
}

.banner .bx-controls {
  display: block;
}

.banner .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: red;
  padding: 20px 10px;
  color: #fff;
}

.banner a {
  color: #fff;
}

.banner h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.banner a:hover {
  color: blue;
}

.banner .prev-box, .banner .next-box {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 22px;
  height: 44px;
  z-index: 1000;
}

.banner .prev-box {
  left: 15px;
}

.banner .next-box {
  right: 14px;
}

.banner .bx-prev, .banner .bx-next {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  text-indent: -9999999px;
}

.banner .bx-prev {
  background: green url("../img/sprite.png") -35px 0 no-repeat;
}

.banner .bx-next {
  background: green url("../img/sprite.png") -62px 0 no-repeat;
}

.banner .prev-box:hover, .banner .next-box:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.banner .bx-controls {
  width: auto;
  position: absolute;
  z-index: 100;
  bottom: 10px;
  right: 10px;
}

.banner .bx-pager {
  float: left;
  padding: 0;
}

.banner .bx-pager .bx-pager-item {
  float: left;
  margin-right: 10px;
}

.banner .bx-pager .bx-pager-item a {
  float: left;
  text-indent: -99999px;
  display: block;
  width: 15px;
  height: 15px;
  background: blue;
  border-radius: 50%;
}

.banner .bx-pager .bx-pager-item .active, .banner .bx-pager .bx-pager-item a:hover {
  background: green !important;
}

body, html {
  height: 100%;
}

.banner-full-screen {
  width: 100%;
  height: 100%;
}

.banner-full-screen .banner, .banner-full-screen .bx-wrapper, .banner-full-screen .bx-viewport, .banner-full-screen ul, .banner-full-screen li {
  height: 100% !important;
}

.banner-full-screen {
  height: 100%;
}

/* *** CUSTOM SELECT *** */
.select {
  width: 100%;
}

.select .chosen-container {
  width: 100% !important;
}

.select ul {
  margin: 0 4px 4px 0 !important;
  padding: 0 0 0 4px !important;
}

.select .chosen-search {
  display: none;
}

.select .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 10px;
  height: 29px;
  border: none;
  border-radius: 0;
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: none;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 27px;
}

.select .chosen-drop ul li {
  background-image: none !important;
  height: auto !important;
}

.select .chosen-container-single .chosen-single div {
  width: 32px;
  /*background: url('../img/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
  background: #fff;
  color: #000;
}

.select .chosen-container .chosen-results li:hover {
  background: #ec008d;
  color: #fff;
}

/* *** MENU RSP *** */
.header-rsp {
  top: 0;
  left: 0;
  position: fixed;
  overflow: auto;
  z-index: 101;
  width: 100%;
  padding: 0px 15px;
  height: 70px;
  background: #9A0106;
  display: none;
}

.header-rsp .logo-rsp img {
  max-width: 100%;
  max-height: 100%;
  height: 70px;
  margin-left: -16px;
  margin-top: 2.5px;
}

.hamburger {
  margin-right: 5px;
}

.hamburger {
  position: absolute;
  top: 8px;
  right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background: #fff;
}

.data-rsp {
  position: absolute;
  top: 27px;
  right: 70px;
}

.data-rsp a {
  font-size: 11px;
}

.menu-rsp {
  width: 100%;
  position: fixed;
  padding-top: 70px;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  float: right;
  height: 100%;
  display: none;
}

.menu-rsp .opacity-rsp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.4;
}

.menu-rsp nav {
  float: left;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.menu-rsp nav ul {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
  background: #9A0106;
  border-bottom: 2px solid #000;
  padding: 0;
}

.menu-rsp nav li {
  position: relative;
  list-style: none;
  float: left;
  border: none;
  width: 100%;
  height: auto;
  border-top: 1px solid transparent;
}

.menu-rsp nav > ul > li:first-child {
  border-top: none;
}

.menu-rsp nav a {
  line-height: normal;
  height: auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  float: left;
  width: 100%;
  padding: 16px 15px 14px 15px;
}

.menu-rsp nav a:hover {
  background-color: #BC1620;
  color: #fff;
}

.menu-rsp nav ul .li-submenu > a {
  padding-right: 53px;
}

.btn-slide-down {
  width: 40px;
  height: 100%;
  background: #fff;
  border-left: 1px solid transparent;
  position: absolute;
  top: 0;
  font-size: 14px;
  text-align: center;
  color: #000;
  right: 0;
  z-index: 2;
  display: none !important;
  line-height: 52px;
  cursor: pointer;
}

.menu-rsp nav ul ul {
  display: none;
  color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
  border-color: #fff;
}

.menu-rsp nav ul ul {
  background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
  background: #fff;
}

.menu-rsp nav ul ul a {
  padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
  padding-left: 45px;
}

@media only screen and (min-width: 992px) {
  .menu-rsp {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .header-rsp {
    display: block;
  }
  body {
    padding-top: 70px;
  }
  header {
    position: relative;
  }
  header .logo {
    display: none;
  }
  .main-menu {
    display: none;
  }
}
/* *** HOME *** */
.content-box-1 {
  height: calc(100vh - 140px);
  background: url("../img/01.png") center top no-repeat;
  background-size: cover;
  position: relative;
  min-height: 820px;
}
.content-box-1 .image-1 {
  width: 53%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.content-box-1 .image-2 {
  padding-right: 199px;
}
.content-box-1 .description {
  background: url("../img/03.png") right top no-repeat;
  width: 1084px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.content-box-1 .description .image-4 {
  position: absolute;
  bottom: 40px;
  right: -78px;
  z-index: 2;
}
.content-box-1 .content-box-1-1 {
  width: 83%;
  height: calc(100% - 156px);
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-box-1 .content-box-1-1 .txt {
  color: #CDCCCC;
  margin-bottom: -50px;
  font-size: 60px;
  line-height: 72px;
  font-size: 55px;
  font-weight: 800;
}

.content-box-2 {
  background: url("../img/11.png") center no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
.content-box-2:after {
  width: 100%;
  height: 38px;
  position: absolute;
  top: 31px;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  background: url("../img/14.png") center no-repeat;
}
.content-box-2:before {
  width: 100%;
  height: 38px;
  position: absolute;
  bottom: 31px;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  background: url("../img/14.png") center no-repeat;
}
.content-box-2 .title {
  margin-bottom: 60px;
  text-align: center;
}
.content-box-2 .x-box-1 {
  box-shadow: 10px -10px 15px 0px rgba(0, 0, 0, 0.3490196078);
  padding: 14px 14px 10px 14px;
  border: 3px solid #900202;
  border-radius: 9px;
  text-align: center;
  height: 100%;
  font-weight: 600;
  background: #FCCF16;
}
.content-box-2 .x-box-1 .txt {
  padding: 10px 10px 0 10px;
}
.content-box-2 .image-1 {
  margin-bottom: 20px;
}
.content-box-2 .x-boxes-2 .row-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.content-box-2 .x-boxes-2 .row-box .x-box-2-1 {
  width: 455px;
  height: 365px;
  border-radius: 9px;
  box-shadow: 10px -10px 15px 0px rgba(0, 0, 0, 0.2509803922);
  border: 3px solid #900202;
  background: #FCCF16;
  padding: 19px 36px;
  font-weight: 500;
  text-transform: uppercase;
}
.content-box-2 .x-boxes-2 .row-box .x-box-2-1 h3 {
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  height: 72px;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
}
.content-box-2 .x-boxes-2 .row-box .x-box-2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content-box-2 .x-boxes-2 .row-box .x-box-2 ul li {
  padding-left: 15px;
  position: relative;
}
.content-box-2 .x-boxes-2 .row-box .x-box-2 ul li:after {
  width: 5px;
  height: 5px;
  background: #000;
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  border-radius: 50%;
}

.font-20 {
  font-size: 20px;
  line-height: 30px;
}

.content-box-2-1 {
  background: url("../img/17.png") center no-repeat;
  background-size: cover;
  padding: 27px 0 24px 0;
}
.content-box-2-1 .container {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.content-box-2-1 .container figure {
  margin: 0 54px;
}

.content-box-3 {
  padding: 65px 0 95px 0;
  background: #79110F;
}
.content-box-3 .row-box {
  display: flex;
  margin: 0 -80px;
}
.content-box-3 .row-box .col-box {
  width: 50%;
  padding: 0 80px;
  text-align: center;
}

.box-1 .txt {
  text-transform: uppercase;
  width: 435px;
  margin: 0 auto;
  max-width: 100%;
  color: #fff;
  font-size: 32px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 45px;
  font-weight: 500;
  margin-bottom: 47px;
}

.video-box {
  border-radius: 30px;
  overflow: hidden;
}

.title-1 {
  background: url("../img/19.png") center no-repeat;
}
.title-1 h2 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 36px;
  line-height: 54px;
  font-weight: bold;
  text-transform: uppercase;
  height: 151px;
}

.content-box-4 {
  padding: 80px 0;
  background: linear-gradient(180deg, #8B8B89 0%, rgba(139, 139, 137, 0) 100%);
}
.content-box-4 .c-boxes {
  margin-bottom: -25px;
}
.content-box-4 .c-boxes .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -22px;
}
.content-box-4 .c-boxes .row-box .col-box {
  padding: 0 22px;
  margin-bottom: 25px;
  width: 50%;
}
.content-box-4 .c-boxes .row-box .col-box .c-box {
  height: 100%;
  border-radius: 9px;
  border: 5px solid #000;
  overflow: hidden;
  background: #FFF;
}
.content-box-4 .c-boxes .row-box .col-box .c-box .txt-1 {
  background: #FFED00;
  color: #000000;
  text-align: center;
  border-bottom: 5px solid #000;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
  height: 91px;
}
.content-box-4 .c-boxes .row-box .col-box .c-box .txt-1 span {
  color: #FF2420;
}
.content-box-4 .c-boxes .row-box .col-box .c-box .c-box-content {
  padding: 10px 40px;
  text-align: center;
  font-weight: 500;
}
.content-box-4 .c-boxes .row-box .col-box .c-box .c-box-content figure {
  height: 307px;
  display: flex;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
}

.title-1-1 {
  background: url("../img/24.png") center no-repeat;
}
.title-1-1 h2 {
  padding-top: 4px;
  height: 123px;
}

.content-box-5 {
  padding: 80px 0 0 0;
  background: url("../img/25.png") center no-repeat;
  background-size: cover;
}
.content-box-5 .content-box-5-1 {
  height: 756px;
  margin: 0 auto;
  max-width: 100%;
  padding: 33px;
  text-align: center;
  width: 1412px;
  background: url("../img/26.png") center no-repeat;
  position: relative;
}
.content-box-5 .content-box-5-1 .image-1 {
  position: absolute;
  top: 0;
  right: 0;
  margin: 38px 15px;
}
.content-box-5 .content-box-5-1 .description {
  width: 974px;
  margin: 0 auto;
  font-weight: 600;
  max-width: 100%;
  font-size: 23px;
  color: #5F3A17;
  line-height: 34.5px;
}
.content-box-5 .content-box-5-1 .description strong {
  text-transform: uppercase;
  color: #900202;
}
.content-box-5 .content-box-5-1 .description h3 {
  color: #900202;
  margin-bottom: 34px;
  font-size: 36px;
  line-height: 54px;
  font-weight: 800;
}
.content-box-5 .content-box-5-1 .description p:last-child {
  margin-bottom: 0;
}
.content-box-5 .content-box-5-1 figure {
  text-align: center;
}
.content-box-5 .content-box-5-2 {
  width: 947px;
  padding: 45px 0 50px 0;
  margin: 0 auto;
  max-width: 100%;
  color: #5F3A17;
  font-weight: 500;
  text-align: center;
}

.content-box-6 {
  position: relative;
  border-top: 12px solid #900202;
  border-bottom: 12px solid #900202;
  padding: 50px 0;
  background: url("../img/29.png") center no-repeat;
  background-size: cover;
}
.content-box-6:after {
  width: 100%;
  height: 32px;
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  background: url(../img/32.png) center no-repeat;
}
.content-box-6:before {
  width: 100%;
  height: 32px;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  background: url(../img/32.png) center no-repeat;
}
.content-box-6 .content-box-6-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-box-6 .content-box-6-1 .description {
  flex-shrink: 0;
  width: 678px;
  display: flex;
  align-items: flex-end;
  height: 574px;
  margin-right: 80px;
  background: url("../img/31.png") center no-repeat;
}
.content-box-6 .content-box-6-1 .description .txt-box {
  height: 415px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px 40px;
  text-align: center;
  color: #fff;
}
.content-box-6 .content-box-6-1 .description .txt-box h3 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 28px;
}
.content-box-6 .content-box-6-1 .description .txt-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
}
.content-box-6 .content-box-6-1 .description .txt-box ul li {
  margin-bottom: 15px;
}
.content-box-6 .content-box-6-1 .description .txt-box ul li:last-child {
  margin-bottom: 0;
}
.content-box-6 .content-box-6-1 .description .txt-box ul li {
  padding-left: 15px;
  position: relative;
}
.content-box-6 .content-box-6-1 .description .txt-box ul li:after {
  width: 5px;
  height: 5px;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50%;
}

.content-box-7 {
  background: linear-gradient(180deg, #888C5A 11.8%, rgba(136, 140, 90, 0.45) 46.46%, #888C5A 90.71%);
}
.content-box-7 .content-box-7-1 {
  display: flex;
  align-items: center;
}
.content-box-7 .content-box-7-1 figure {
  margin-right: 97px;
}
.content-box-7 .content-box-7-1 .description {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
.content-box-7 .content-box-7-1 .description ul {
  padding-left: 0;
}
.content-box-7 .content-box-7-1 .description ul li {
  position: relative;
  padding-left: 22px;
  list-style: none;
  margin-bottom: 12px;
}
.content-box-7 .content-box-7-1 .description ul li:after {
  width: 7px;
  height: 7px;
  background: #900202;
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  border-radius: 50%;
}
.content-box-7 .content-box-7-1 .description ul li:last-child {
  margin-bottom: 0;
}
.content-box-7 .content-box-7-1 .description ul li strong {
  color: #900202;
}
.content-box-7 .content-box-7-1 .description h2 {
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  color: #9A0106;
  margin-bottom: 50px;
}

.content-box-8 {
  background: url("../img/34.png") center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 68px 0 80px 0;
}
.content-box-8 h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 64px;
}
.content-box-8 .description {
  font-size: 24px;
  line-height: 27px;
  color: #fff;
  font-weight: 500;
  width: 920px;
  margin: 0 auto;
  max-width: 100%;
  text-transform: uppercase;
  padding: 58px 0;
}

.btn-1 {
  display: inline-block;
  border: 4px solid #FFBA08;
  background: #000;
  height: 61px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 56px;
  padding: 0 28px;
}

.btn-1:hover {
  background: #FFBA08;
  color: #000;
}

.boxes-5 {
  margin-bottom: -14px;
}
.boxes-5 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.boxes-5 .row-box .col-box {
  margin-bottom: 14px;
  padding: 0 7px;
  width: 16.6666%;
}
.boxes-5 .row-box .col-box .box-5 {
  border-radius: 9px;
  height: 356px;
  border: 5px solid #000;
  padding: 0 10px;
  padding-bottom: 20px;
  background: #fff;
}
.boxes-5 .row-box .col-box .box-5 .txt-1 {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  padding: 10px 0;
}
.boxes-5 .row-box .col-box .box-5 .txt-2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
.boxes-5 .row-box .col-box .box-5 .icon {
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 20px 0;
}

.title-1-1-1 {
  background: #000;
}
.title-1-1-1 h2 {
  color: #FFBA08;
}

.content-box-9 {
  padding: 50px 0 80px 0;
}
.content-box-9 .faq-box {
  padding: 25px 0 24px 0;
  border-bottom: 1px solid #000;
}
.content-box-9 .faq-box a {
  color: #000;
  text-decoration: underline;
}
.content-box-9 .faq-box a:hover {
  text-decoration: underline;
  color: #900202;
}
.content-box-9 .faq-box .name {
  padding-right: 30px;
  cursor: pointer;
  background: url("../img/icons/09.png") center right no-repeat;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  transition: 0.15s linear;
}
.content-box-9 .faq-box .name:hover {
  color: #9A0106;
}
.content-box-9 .faq-box .name.active {
  background: url("../img/icons/10.png") center right no-repeat;
}
.content-box-9 .faq-box .txt {
  display: none;
  font-size: 16px;
  padding-top: 15px;
}

footer {
  background: #900202;
  color: #fff;
  line-height: 18px;
  font-size: 16px;
}
footer a:hover {
  opacity: 0.9;
}
footer .footer-bottom {
  padding: 0 0 105px 0;
  text-align: center;
  font-weight: bold;
}
footer .footer-top {
  width: 1280px;
  margin: 0 auto;
  max-width: 100%;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
footer .footer-top .txt-1 {
  font-weight: 500;
  margin-left: 20px;
  width: 670px;
  line-height: 1.4;
  font-size: 13px;
}
footer .footer-top .txt-1 a {
  color: #fff;
}
footer .footer-top .col-box-1 {
  display: flex;
  align-items: center;
}
footer .footer-top .txt-2 {
  margin-right: 55px;
}
footer .footer-top .txt-2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
footer .footer-top .txt-2 ul a {
  color: #fff;
  font-weight: 500;
}
footer .footer-top .col-box-2 {
  display: flex;
  align-items: center;
}
footer .footer-top .social-box {
  display: flex;
}
footer .footer-top .social-box a {
  width: 45px;
  height: 45px;
  display: block;
}
footer .footer-top .social-box .fb {
  margin-right: 11px;
  background: url("../img/icons/07.svg");
}
footer .footer-top .social-box .instagram {
  background: url("../img/icons/08.svg");
}

:target {
  scroll-margin-top: 72px;
}

.carousel-1 .swiper-button-prev, .carousel-1 .swiper-button-next {
  display: none;
}

.content-box-3-1 {
  padding: 80px 0 40px 0;
  background: linear-gradient(89.3deg, #F8ECB0 9.15%, #F4DD9A 45.47%, #D9B456 94.98%);
}
.content-box-3-1 .container {
  display: flex;
}
.content-box-3-1 .container .col-box-2 {
  text-align: center;
  width: 100%;
  padding: 0 15px;
}
.content-box-3-1 .container .col-box-2 .title {
  margin-bottom: 17px;
}
.content-box-3-1 .container .col-box-2 .txt {
  font-size: 24px;
  line-height: 36px;
  width: 865px;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: -50px;
}
.content-box-3-1 .container .col-box-1 {
  width: 488px;
  flex-shrink: 0;
}
.content-box-3-1 .container .col-box-3 {
  width: 275px;
  flex-shrink: 0;
}
.content-box-3-1 .container .x-box-1 {
  color: #fff;
  border: 3px solid #4D4F3A;
  background: #888C5A;
  padding: 30px 30px;
  text-transform: uppercase;
  border-radius: 9px;
  box-shadow: 20px 20px 20px 5px rgba(0, 0, 0, 0.3019607843);
  margin-bottom: 48px;
}
.content-box-3-1 .container .x-box-1 h3 {
  font-size: 32px;
  line-height: 41px;
  margin-bottom: 20px;
  font-weight: bold;
}
.content-box-3-1 .container .x-box-1 ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.content-box-3-1 .container .x-box-1 ul li {
  padding-left: 15px;
  position: relative;
}
.content-box-3-1 .container .x-box-1 ul li:after {
  width: 5px;
  height: 5px;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  border-radius: 50%;
}
.content-box-3-1 .container .x-box-1-1 {
  background: #B70F0F;
  border-color: #4D4F3A;
}
.content-box-3-1 .container .col-box-1, .content-box-3-1 .container .col-box-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-box-3-1 .container .x-box-2 {
  text-align: center;
}

.btn-order {
  font-weight: 900;
  width: 100%;
  box-sizing: border-box;
  background: #9d0000;
  z-index: 10;
  z-index: 1000;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 70px;
  display: flex;
  align-items: center;
  padding-top: 4px;
  text-align: center;
}
.btn-order a {
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
}
.btn-order a:hover {
  color: #F1D113;
}

.x-carousel .swiper-slide {
  height: auto;
  padding-top: 20px;
}

.x-carousel {
  margin-top: -20px;
  margin-bottom: 20px;
}

.image-rwd {
  display: none;
}

.image-rwd-1 {
  display: none;
}/*# sourceMappingURL=style.css.map */