body {
  margin: 0px;
  padding: 0px;
  font-family: "SOURCESANSPROREGULAR_0", "lato", sans-serif;
  background-position: top center;
  background-repeat: no-repeat;
  font-weight: normal;
  line-height: 1.55em;
  -webkit-text-size-adjust: none;
  color: #444;
  letter-spacing: 0.1px;
  overflow-x: hidden;
}

@media screen and (min-width: 1600px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1600px) {
  body {
    font-size: 17px;
  }
}
@media screen and (max-width: 1140px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 1080px) {
  body {
    padding: 10px;
  }
}
a:hover {
  text-decoration: none;
}

:root {
  --orange-color: rgba(237, 114, 42, 1);
  --Green-color: rgb(6, 123, 98);
  --blue-color: rgba(39, 88, 181, 1);
  --white-color: rgba(255, 255, 255, 1);
  --yellow-color: #ec9e40;
  --light-green-color: rgba(7, 171, 177, 1);
  --dark-blue--color: rgba(18, 57, 75, 1);
  --black-color: rgba(61, 61, 61, 1);
  --light-blackColor: #7d7f80;
  --red-color: rgba(228, 60, 92, 1);
  --light-red-color: rgba(253, 239, 242);
  --darkBlack-color: rgba(21, 21, 21, 1);
  --purple-color: rgba(103, 84, 152, 1);
  --light-purple-color: rgba(148, 136, 180, 1);
  --main-color: #83ab29;
  --main-dark-color: #3c6a36;
  --light-blue-color: #40a695;
}

@font-face {
  font-family: "EUROSANSPROBOLD";
  src: url("fonts/EUROSANSPROBOLD.eot");
  /* IE9 Compat Modes */
  src: url("fonts/EUROSANSPROBOLD.eot?#iefix") format("Lato-Regular"), url("fonts/EUROSANSPROBOLD.woff") format("woff"),
    url("fonts/EUROSANSPROBOLD.ttf") format("truetype"), url("fonts/EUROSANSPROBOLD.svg#Lato-Regular") format("svg");
  font-display: swap;
  /* Legacy iOS */
}
@font-face {
  font-family: "SOURCESANSPROBOLD_0";
  src: url("fonts/SOURCESANSPROBOLD_0.eot");
  /* IE9 Compat Modes */
  src: url("fonts/SOURCESANSPROBOLD_0.eot?#iefix") format("Lato-Regular"),
    url("fonts/SOURCESANSPROBOLD_0.woff") format("woff"), url("fonts/SOURCESANSPROBOLD_0.ttf") format("truetype"),
    url("fonts/SOURCESANSPROBOLD_0.svg#Lato-Regular") format("svg");
  font-display: swap;
  /* Legacy iOS */
}
@font-face {
  font-family: "SOURCESANSPROREGULAR_0";
  src: url("fonts/SOURCESANSPROREGULAR_0.eot");
  /* IE9 Compat Modes */
  src: url("fonts/SOURCESANSPROREGULAR_0.eot?#iefix") format("Lato-Regular"),
    url("fonts/SOURCESANSPROREGULAR_0.woff") format("woff"), url("fonts/SOURCESANSPROREGULAR_0.ttf") format("truetype"),
    url("fonts/SOURCESANSPROREGULAR_0.svg#Lato-Regular") format("svg");
  font-display: swap;
  /* Legacy iOS */
}
ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

a:hover {
  color: var(--yellow-color);
  transition: color 0.3s;
}

a {
  color: var(--blue-color);
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: "EUROSANSPROBOLD";
  font-weight: bold;
}

h3 {
  font-size: 1.4rem;
}

h4,
h5,
h6 {
  font-family: "EUROSANSPROBOLD";
  font-weight: bold;
}

p {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 1080px) {
  p {
    line-height: 1.6em;
  }
}
img {
  max-width: 100%;
  height: auto;
}

sub,
sup {
  position: relative;
  font-size: 50%;
  line-height: 0;
}

.clear {
  clear: both;
}

p a[href],
li > a[href] {
  color: var(--blue-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

p a[href]:hover,
li > a[href]:hover {
  color: var(--yellow-color);
}

.row-layout {
  display: flex;
}

@media screen and (max-width: 1080px) {
  .row-layout {
    flex-direction: column;
  }
}
@media screen and (min-width: 1081px) {
  .row-layout {
    flex-direction: row;
  }
}
.gotop {
  position: fixed;
  border: 1px solid white;
  background: none;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  bottom: 40px;
  right: 10px;
  z-index: 100;
  box-shadow: 1px 0 20px rgba(126, 126, 126, 0.5);
  cursor: pointer;
  outline: none;
  display: none;
}

.gotop > span {
  font-size: 24px;
  color: #d4d0d0;
}
.header-shell {
  width: 100%;
  z-index: 100;
  background-color: var(--white-color);
}
.header-shell dl {
  font-size: 0.95em;
}
@media screen and (min-width: 1081px) {
  .header-shell .naviBlock {
    position: relative;
  }
  .header-shell .naviBlock > .row-layout {
    justify-content: space-between;
    align-items: center;
  }
}
.bg-main {
  background: linear-gradient(to right, rgba(168, 183, 82, 1),   rgba(130, 171, 40, .94)););
}
@media screen and (max-width: 1080px) {
  .header-shell {
    background: #444;
  }
  .header-shell .naviBlock {
    padding: 20px;
  }
}
.logo {
  position: relative;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

/**************************************************mobile-menu****************************************************/
@media screen and (max-width: 1080px) {
  .mobile-menu svg {
    height: 60px;
    position: absolute;
    width: 60px;
  }

  .mobile-menu {
    height: 60px;
    width: 60px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 200;
  }

  /*    .burger {
          filter: url(#gooeyness);
      }*/
  .mobile-menu .x {
    transform: scale(0);
    transition: transform 400ms;
  }

  .mobile-menu .line {
    fill: none;
    stroke: white;
    stroke-width: 6px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform-origin: 50%;
    transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
  }

  .x .line {
    stroke-width: 5.5px;
  }

  .mobile-menu .line2 {
    stroke-dasharray: 40 200;
    stroke-dashoffset: 0px;
  }

  .mobile-menu .line3 {
    stroke-dasharray: 40 179;
    stroke-dashoffset: 0px;
  }

  .active .line {
    transition: stroke-dasharray 500ms, stroke-dashoffset 500ms, transform 500ms;
  }

  .active.mobile-menu .line1 {
    transform: scale(0, 1);
    transition: transform 500ms 100ms;
  }

  .active.mobile-menu .line2 {
    stroke-dasharray: 5px 200;
    stroke-dashoffset: -164px;
  }

  .active.mobile-menu .line3 {
    stroke-dasharray: 5px 179;
    stroke-dashoffset: -142px;
  }

  .active.mobile-menu .x {
    transform: scale(1);
    transition: transform 400ms 350ms;
  }
}
@media screen and (min-width: 1081px) {
  .mobile-menu {
    display: none;
  }
  .mobile-nav {
    width: 70%;
  }
}
/**************************************************mobile-menu****************************************************/
.navVideoContent {
  display: none;
}
@media screen and (min-width: 1081px) {
  .navigation_title {
    display: flex;
  }
  .navigation_title > li {
    padding: 21px 35px;
    --leng: 0;
  }
  .navigation_title > li > a {
    color: var(--white-color) !important;
    font-size: 1.08rem;
    font-weight: bold;
    position: relative;
  }
  .navigation_title > li > a::before {
    position: absolute;
    content: "";
    background: var(--white-color);
    height: 1px;
    bottom: -10px;
    left: 0;
    width: var(--leng);
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .navigation_title > li .naviView {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    overflow-y: auto;
    max-height: 80vh;
    background: var(--white-color);
    padding: 30px;
  }

  .navigation_title > li > ul > li > a,
  .navigation_title > li .naviView > li > a {
    font-weight: bold;
    white-space: nowrap;
  }
  .navigation_title > li > ul li,
  .navigation_title > li .naviView li {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .navigation_title > li > ul li a,
  .navigation_title > li .naviView li a {
    color: var(--black-color);
  }
    .navigation_title > li > ul li a:hover,
  .navigation_title > li .naviView li a:hover {
    color: var(--yellow-color);
  }
  .navigation_title > li > ul li span,
  .navigation_title > li .naviView li span {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    cursor: pointer;
  }
  .navigation_title > li > ul li ul,
  .navigation_title > li .naviView li ul {
    display: none;
  }
  .navigation_title > li > ul > li > ul,
  .navigation_title > li .naviView > li > ul {
    display: block;
    max-height: 220px;
    overflow-y: auto;
  }
  .navigation_title > li > ul > li > ul::-webkit-scrollbar {
    width: 6px;
    height: 1px
  }

  .navigation_title > li > ul > li > ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 8px #ddd;
    background: #535353
  }

  .navigation_title > li > ul > li > ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.2);
    border-radius: 10px;
    background: #ededed
  }
  .navigation_title > li > ul > li > ul ul {
    margin-left: 5px;
  }
  .navigation_title > li > ul > li > span,
  .navigation_title > li .naviView > li > span {
    display: none;
  }
  .navigation_title > li:hover {
    --leng: 100%;
  }
  .navigation_title > li:hover .naviView {
    display: grid;
    box-shadow: 1px 0 20px rgba(21, 21, 21, 0.1);
    grid-template-columns: repeat(auto-fill, 31%);
    justify-content: space-between;
  }
  .navigation_title > li:hover .naviView::before {
    position: absolute;
    width: 100%;
    height: 100px;
    top: -20px;
    content: "";
    left: 0;
  }
  .navigation_title > li:hover > ul.block {
    display: block !important;
    width: max-content;
  }
  .navigation_title > li:hover > .navVideoContent {
    display: grid;
    grid-template-columns: 70% 28%;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: var(--white-color);
    padding: 30px;
  }
  .navigation_title > li:hover > .navVideoContent::before {
    position: absolute;
    width: 100%;
    height: 100px;
    top: -20px;
    content: "";
    left: 0;
  }
  .navigation_title > li:hover > .navVideoContent .naviView {
    position: relative;
    top: auto;
    left: auto;
    box-shadow: none;
    padding: 0;
    overflow-y: unset;
  }
  .navigation_title > li:hover > .navVideoContent .nav-video {
    border-left: 1px solid rgba(21, 21, 21, 0.1);
    padding-left: 1em;
    cursor: pointer;
    padding-top: 25px;
    position: relative;
  }
  .navigation_title > li:hover > .navVideoContent .nav-video .img {
    position: relative;
    --back-clolr: var(--white-color);
    --color: var(--black-color);
  }
  .navigation_title > li:hover > .navVideoContent .nav-video .img img {
    vertical-align: top;
    width: 100%;
  }
  .navigation_title > li:hover > .navVideoContent .nav-video .img::before {
    position: absolute;
    content: "\e923";
    font-family: "icomoon";
    top: 48%;
    left: 45%;
    z-index: 10;
    font-size: 1.6em;
    width: 1.5em;
    aspect-ratio: 1;
    border-radius: 50%;
    color: var(--color);
    background-color: var(--back-clolr);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.4s;
  }
  .navigation_title > li:hover > .navVideoContent .nav-video .img:hover {
    --back-clolr: var(--orange-color);
    --color: var(--white-color);
  }
}

@media screen and (min-width: 1201px) and (max-width: 1320px) {
  .navigation_title > li {
    padding: 15px;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1200px) {
  .navigation_title > li {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1080px) {
  .navigation_title {
    display: none;
    margin-top: 60px;
    width: 100%;
  }
  .navigation_title li {
    position: relative;
  }
  .navigation_title > li {
    padding: 5px 0;
  }
  .navigation_title > li > a {
    font-weight: bold;
  }
  .navigation_title a {
    color: var(--white-color) !important;
  }
  .navigation_title ul {
    display: none;
    margin-left: 15px;
  }
  .navigation_title span {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    cursor: pointer;
    color: var(--white-color);
  }

  .mobile-nav {
    position: relative;
    background: var(--main-color);
    padding: 10px;
    min-height: 60px;
    max-height: 90vh;
    overflow-y: auto;
  }
  .mobile-nav::before {
    position: absolute;
    content: "Menu";
    left: 10px;
    top: 10px;
    color: var(--white-color);
    font-weight: bold;
    font-size: 1.2rem;
  }
}
.fixed_header-shell {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  /*  background: rgba(255,255,255,1);*/
  -webkit-animation: ease-in-out frombottom 0.5s;
  -o-animation: ease-in-out frombottom 0.5s;
  animation: ease-in-out frombottom 0.5s;
  height: max-content;
  box-shadow: 1px 2px 4px 1px rgba(12, 12, 12, 0.3);
  width: 100%;
  background: #444;
}
.fixed_header-shell .logo {
  width: 280px;
}

.rotate-angle {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.header-search {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .header-search {
    margin-top: 10px;
  }
}
.header-search > input {
  position: relative;
  padding: 10px 20px;
  /*    margin-right: 10px;*/
  outline: none;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.header-search > input::-webkit-input-placeholder {
  color: var(--light-green-color);
}

.header-search > input::-moz-placeholder {
  color: var(--light-green-color);
}

.header-search > input:-ms-input-placeholder {
  color: var(--light-green-color);
}

.header-search > span {
  position: relative;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  color: var(--white-color);
  display: flex;
  width: 38px;
  height: 38px;
  justify-content: center;
  align-items: center;
  display: none;
}

.header-search > .search-close {
  display: none;
}

@media screen and (min-width: 1081px) {
  .header-search > input {
    width: 300px;
  }
}
.search-platform {
  position: relative;
  /*  background: var(--white-color);*/
  border-radius: 4px;
  /*  box-shadow: 1px 1px 4px 2px #b5b5b6;*/
  background: var(--white-color);
  /* top: 60px;*/
  border: 1px solid var(--main-color);
  width: 50%;
}

.search-platform > input {
  position: relative;
  padding: 14px 15px;
  border: none;
  outline: none;
  width: 100%;
  border-radius: 5px;
  font-size: 0.9em;
}

.search-platform > button {
  position: absolute;
  top: 12px;
  right: 12px;
  outline: none;
  background: none;
  border: none;
  color: var(--main-color);
  cursor: pointer;
  font-size: 1.15em;
}

@media screen and (max-width: 1080px) {
  .search-platform {
    position: relative;
    width: 100%;
    box-shadow: none;
    display: flex !important;
    top: 0;
  }
  .header-search > span {
    display: none;
  }
  .search-platform > input {
    width: 100%;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1500px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1400px;
  }
}

@media screen and (min-width: 1081px) {
  .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/*.row:after{
  display: table;
  content: " ";
}
.row:after{
  clear: both;
}*/
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
}

/*.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}*/
.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
     float: left;
   }*/
  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /*  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
      float: left;
    }*/
  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /*  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
      float: left;
    }*/
  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 1081px) {
  .row-layout {
    display: flex;
  }

  .row {
    display: flex;
    flex-flow: wrap;
  }

  .rowCenter {
    align-items: center;
  }
}

.pagination .page-first:before,
.pagination .page-last:before,
.pagination .page-prev:before,
.pagination .page-next:before {
  position: relative;
  font-family: FontAwesome;
}
.pagination .page-first:before {
  content: "\f049";
}
.pagination .page-last:before {
  content: "\f050";
}
.pagination .page-prev:before {
  content: "\f04a";
}
.pagination .page-next:before {
  content: "\f04e";
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
  margin-left: 0;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: var(--main-color);
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: var(--main-color);
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/**********************************************************************new-nuka-btn*********************************************************************************/
/* Nuka */
.new-nuka-btn {
  position: relative;
  max-width: 200px;
  width: 160px;
  height: 40px;
  color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  --bckgroundHeight: 0;
  z-index: 10;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.new-nuka-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: var(--bckgroundHeight);
  background: var(--white-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.2s;
  z-index: -1;
}
.new-nuka-btn:hover {
  --bckgroundHeight: 100%;
  color: var(--main-color);
}

/**********************************************************************new-nuka-btn*********************************************************************************/
/************************************btnWord****************************************/
.btnWord {
  border: none;
  outline: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 5px 30px;
  /*height: 40px;*/
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--white-color);
}

.btnWord > span {
  color: white;
  display: block;
  position: relative;
}

.btnWord:hover > span:nth-child(odd) {
  -webkit-animation: word_to_up cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
  -o-animation: word_to_up cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
  animation: word_to_up cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
}

.btnWord:hover > span:nth-child(even) {
  -webkit-animation: wordtodown cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
  -o-animation: wordtodown cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
  animation: wordtodown cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
}

@-webkit-keyframes word_to_up {
  0% {
    -webkit-transform: translate3d(0, -100px, 0);
    -moz-transform: translate3d(0, -100px, 0);
    -ms-transform: translate3d(0, -100px, 0);
    -o-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes word_to_up {
  0% {
    -webkit-transform: translate3d(0, -100px, 0);
    -moz-transform: translate3d(0, -100px, 0);
    -ms-transform: translate3d(0, -100px, 0);
    -o-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes wordtodown {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wordtodown {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.btnWord:hover > span:nth-child(2) {
  animation-delay: 0.01s;
}

.btnWord:hover > span:nth-child(3) {
  animation-delay: 0.1s;
}

.btnWord:hover > span:nth-child(4) {
  animation-delay: 0.15s;
}

.btnWord:hover > span:nth-child(5) {
  animation-delay: 0.2s;
}

.btnWord:hover > span:nth-child(6) {
  animation-delay: 0.25s;
}

.btnWord:hover > span:nth-child(7) {
  animation-delay: 0.3s;
}

.btnWord:hover > span:nth-child(8) {
  animation-delay: 0.35s;
}

.btnWord:hover > span:nth-child(9) {
  animation-delay: 0.4s;
}

.btnWord:hover > span:nth-child(10) {
  animation-delay: 0.45s;
}

.btnWord:hover > span:nth-child(11) {
  animation-delay: 0.5s;
}

.btnWord:hover > span:nth-child(12) {
  animation-delay: 0.55s;
}

.btnWord:hover > span:nth-child(13) {
  animation-delay: 0.6s;
}

.btnWord:hover > span:nth-child(14) {
  animation-delay: 0.65s;
}

.btnWord:hover > span:nth-child(15) {
  animation-delay: 0.7s;
}

.btnWord:hover > span:nth-child(16) {
  animation-delay: 0.75s;
}

.btnWord:hover > span:nth-child(17) {
  animation-delay: 0.8s;
}

.btnWord:hover > span:nth-child(18) {
  animation-delay: 0.85s;
}

.btnWord:hover > span:nth-child(19) {
  animation-delay: 0.9s;
}

/************************************btnWord****************************************/
/************************************footer****************************************/
.footerLayout {
  position: relative;
  width: 100%;
  background: rgba(34, 42, 53, 1);
  color: var(--white-color);
}

.bottom_message {
  position: relative;
  display: grid;
  padding: 10px;
  margin: auto;
  grid-gap: 20px;
  color: var(--white-color);
}
.bottom_message .header-contact {
  width: max-content;
  margin: 20px 0;
}

.bottom_message a:hover {
  color: var(--main-color);
}

@media screen and (min-width: 1081px) {
  .bottom_message {
    padding: 50px 0;
    grid-template-columns: 30% 30% 32%;
    justify-content: space-between;
  }
}
.contact-data {
  position: relative;
}

.contact-data > li {
  position: relative;
  padding-left: 35px;
  margin: 10px 0 10px 0;
  color: var(--white-color);
}
.contact-data > li a {
  color: var(--white-color);
}
.contact-data > li a:hover {
  color: var(--orange-color);
}

@media screen and (min-width: 1081px) {
  .header-contact {
    justify-content: space-between;
  }
}
.header-contact {
  position: relative;
  display: flex;
}

.header-contact > li {
  margin-right: 10px;
}

.header-contact > li > a {
  color: var(--white-color) !important;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  /*  background:var(--main-color);*/
}

.header-contact > li > a:hover {
  background: none;
  color: var(--yellow-color) !important;
}

.bottom_median {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  font-size: 0.9em;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(34, 42, 53, 1);
}

.footer-link {
  position: relative;
}

.footer-link a {
  color: var(--white-color) !important;
  display: block;
}
.footerLayout a {
  color: var(--white-color) !important;
}
.footerLayout li {
  margin-bottom: 10px;
}
.footer-link a:hover {
  color: var(--yellow-color) !important;
}

.cap-title {
  position: relative;
  width: 100%;
  font-weight: bold;
  font-size: 1.4em;
  padding-bottom: 15px;
}

.cap-title > a {
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  color: var(--white-color);
}

.cap-title > a:hover {
  color: var(--main-color);
}

.cap-title::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  /*    background: rgba(255,255,255,1);*/
  left: 0;
  bottom: 0;
}

/************************************footer****************************************/
.center-layout {
  position: relative;
  display: flex;

  justify-content: center;
}

@media screen and (max-width: 1080px) {
  .tableLayout {
    width: 100%;
    overflow-x: auto;
  }
}

#inquiryBtn {
  text-decoration: none;
}
@media screen and (min-width: 1081px) {
  #inquiryBtn {
    position: absolute;
    right: 0px;
    top: 25px;
  }
}
@media screen and (min-width: 1081px) {
  .moreContentLayout .naviView {
    display: none;
    width: 100%;
    grid-template-columns: repeat(auto-fill, 22%);
    grid-template-rows: none;
    grid-auto-flow: unset;
    height: max-content;
    grid-gap: 20px;
  }
  /*  .moreContentLayout .naviView > ul {
    max-height: unset;
    overflow-y: unset;
    overflow-x: unset; }*/
  .moreContentLayout:hover .naviView {
    display: block !important;
  }
  .moreContentLayout:hover .naviView > li > a {
    display: block;
    border-bottom: 1px solid rgba(21, 21, 21, 0.1);
    margin-bottom: 3px;
  }

  .moreContentLayout .naviView > li > ul {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, 31%);
    justify-content: space-between;
    max-height: unset !important;
    overflow: unset !important;
  }
  .moreContentLayout .naviView > li > ul > li {
    margin: 5px 0;
  }
  .moreContentLayout .naviView > li > ul > li > ul {
    position: absolute;
    display: none;
    background-color: var(--white-color);
    width: 100%;
    padding: 10px;
    box-shadow: 1px 0 20px rgba(21, 21, 21, 0.1);
  }
  .moreContentLayout .naviView > li > ul > li > span {
    display: block;
  }
  .moreContentLayout .naviView > li > ul > li:hover {
    z-index: 10;
  }
  .moreContentLayout .naviView > li > ul > li:hover > ul {
    display: block;
  }
  .moreContentLayout .naviView {
    overflow: unset;
    width: 100%;
  }
  .moreContentLayout .naviView .navigation_content {
    width: 100%;
    max-width: unset;
  }
}

.arrowSTitle {
  padding-left: 20px;
}
.arrowSTitle::before {
  position: absolute;
  content: "\e9b1";
  font-family: "icomoon";
  left: 0;
  color: var(--main-color);
}

.video-platform {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(21, 21, 21, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-platform > div {
  position: relative;
  max-width: 90%;
  aspect-ratio: 16/9;
}
.video-platform > div .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: var(--white-color);
  cursor: pointer;
  transition: all ease-in-out 0.4s;
  z-index: 10;
}
.video-platform > div .close:hover {
  color: var(--orange-color);
}
.video-platform > div video {
  width: 100%;
}

@media screen and (min-width: 1081px) {
  .video-platform > div {
    width: 50em;
  }
}

.text-main {
  color: var(--main-color);
}

.mr-1 {
  margin-right: 1em;
}

.btn-quote {
  position: relative;
  color: var(--white-color);
  background-color: var(--yellow-color);
  border: none;
  transition: all ease-in-out 0.3s;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-weight: bold;
}
.btn-quote::after {
  position: absolute;
  content: "";
  background-color: var(--yellow-color);
  -webkit-clip-path: polygon(-0.5% 0, -0.5% 100%, 80% 0);
  clip-path: polygon(-0.5% 0, -0.5% 100%, 80% 0);
  height: 100%;
  aspect-ratio: 1;
  display: block;
  left: 100%;
  top: 0;
  transition: all ease-in-out 0.3s;
}
.btn-quote:hover {
  color: var(--yellow-color);
  background-color: var(--white-color);
}
.btn-quote:hover:after {
  background-color: var(--white-color);
}
.grid {
  --rate: 70% 25%;
}

@media screen and (min-width: 768px) {
  .grid {
    display: grid;
    grid-template-columns: var(--rate);
    justify-content: space-between;
  }
}
.grid-item {
  --width-child: 32%;
}

@media screen and (min-width: 768px) {
  .grid-item {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--width-child));
    justify-content: space-between;
  }
}
.mt-1 {
  margin-top: 1em;
}
.mt-3 {
  margin-top: 3em;
}
.text-white {
  color: var(--white-color) !important;
}
a.text-white {
  color: var(--white-color) !important;
}
a.text-white:hover {
  color: var(--orange-color) !important;
}

@media screen and (min-width: 1081px) {
  .w-6\/12 {
    width: 50% !important;
  }
}

.text-blue {
  color: var(--blue-color) !important;
}

.text-shadow {
  text-shadow: 0 0 5px rgb(0, 0, 0);
}
.py-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}
.realtive {
  position: relative !important;
}
.top-0 {
  top: 0 !important;
}
.sticky {
  position: sticky !important;
}
.mt-3 {
  margin-top: 1.5em;
}

.rounded-xl {
  border-radius: 1.5em;
}

.bg-gradient1 {
  background: linear-gradient(to right, #a9d18e, #9ccbe0);
}

.px-1 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.px-2 {
  padding-left: 1em;
  padding-right: 1em;
}

.px-4 {
  padding-left: 2em;
  padding-right: 2em;
}

.py-1 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.py-2 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.px-3 {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.py-3 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.px-5 {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.py-5 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.pb-6 {
  padding-bottom: 3em;
}

.pb-8 {
  padding-bottom: 4em;
}

.my-2 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.disc-title {
  position: relative;
  padding-left: 1em;
}
.disc-title::before {
  position: absolute;
  content: "•";
  left: 0;
  font-size: 1.6em;
}

.bg-light-blue {
  background-color: var(--light-blue-color);
}

.block {
  display: block;
}

.bg-gray {
  background-color: #f5f5f5;
}

.text-orange {
  color: var(--orange-color);
}

.btn-style1 {
  position: relative;
  border-radius: 1em;
  padding: 0.5em 1.5em;
  background-color: var(--yellow-color);
  color: var(--white-color) !important;
  transition: all ease-in-out 0.3s;
  text-align: center;
}
.btn-style1:hover {
  background-color: var(--main-color);
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}
.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.pb-6 {
  padding-bottom: 3em;
}

.pb-3 {
  padding-bottom: 1.5em;
}

.py-6 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.bg-gradient2 {
  background: linear-gradient(to right, #e1fefe, #ebf9ee);
}

.mt-6 {
  margin-top: 3em;
}

.mt-12 {
  margin-top: 6em;
}
.bg-light-main {
  background-color: #e9efdb;
}
.pt-3 {
  padding-top: 3em !important;
}

.bg-img-lrftBottom {
  background-repeat: no-repeat;
  background-position: left bottom;
}
.btn-style2 {
  --color: var(--main-dark-color);
  font-family: inherit;
  display: block;
  padding: 0.5em 2em;
  line-height: 2.5em;
  position: relative;
  overflow: hidden;
  transition: color 0.5s;
  z-index: 1;
  border-radius: 3em;
  font-weight: 500;
  color: var(--white-color);
  background-color: var(--main-color);
}
.btn-style2::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--color);
  height: calc(100% + 4em);
  width: calc(100% + 4em);
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}
.btn-style2:hover {
  color: #fff;
}
.btn-style2:hover::before {
  top: -30px;
  left: -30px;
}

.text-center {
  text-align: center;
}

.carousel {
  position: relative;
}
.carousel .operate {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  aspect-ratio: 1;
  cursor: pointer;
  background-color: rgba(131, 171, 41, 0.5);
  color: var(--white-color);
  border-radius: 5em;
  transition: all ease-in-out 0.2s;
  top: 38%;
}
.carousel .operate:hover {
  background-color: rgba(201, 188, 18, 0.8);
}
.carousel .operate.left {
  left: 0;
}
.carousel .operate.right {
  right: 0;
}
.carousel .scrolling-oprate {
  position: absolute;
  bottom: 0;
  left: 48%;
  z-index: 10;
}
.carousel .scrolling-oprate > li {
  display: inline-flex;
  border-radius: 100px;
  width: 0.6em;
  height: 0.6em;
  border: 1px solid rgba(21, 21, 21, 0.5);
  margin: 0.6em;
  transition: all ease-in-out 0.6s;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.carousel .scrolling-oprate > li::before {
  position: absolute;
  content: "";
  width: 1.2em;
  aspect-ratio: 1;
}
.carousel .scrolling-oprate > li:hover {
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
}
.carousel .scrolling-oprate > li.active {
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  width: 1.6em;
}
.carousel .scrolling-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel .scrolling-content .scrolling-view {
  position: relative;
  display: flex;
  width: 300000px;
}
.carousel[model-3d] {
  padding: 1em 0;
}
.carousel[model-3d] .scrolling-content {
  perspective: 200px;
}
.carousel[model-3d] .scrolling-content .scrolling-view {
  transform-style: preserve-3d;
  display: flex;
  width: 100%;
}
.carousel[model-3d] .item {
  transition: all ease-in-out 0.2s;
  flex-shrink: initial;
  /* transform: translateZ(-100em); */
}
.carousel[model-3d] .item.active {
  transform: translateZ(0);
}
.carousel[model-3d] .item:has(+ *.active) {
  transform: translate3d(50%, 0, -1em);
}
.carousel[model-3d] .item:has(+ * + *.active) {
  transform: translate3d(100%, 0, -2em);
}
.carousel[model-3d] .item:has(+ * + * + *.active) {
  transform: translate3d(50%, 0, -4em);
  opacity: 0;
}
.carousel[model-3d] .item.active + * {
  transform: translate3d(-50%, 0, -1em);
}
.carousel[model-3d] .item.active + * + * {
  transform: translate3d(-100%, 0, -2em);
}
.carousel[model-3d] .item.active + * + * + * {
  transform: translate3d(-80%, 0, -4em);
  opacity: 0;
}
.carousel[model-3d] .scrolling-oprate {
  position: relative;
  left: auto;
  width: -moz-max-content;
  width: max-content;
  margin: 1em auto;
}