/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
/* font-family: 'Poppins', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap');
/* font-family: 'Quicksand', sans-serif; */

@font-face {
    font-family: 'AvenirLT';
    src: url('avenirlt-heavy.woff2') format('woff2'),
        url('avenirlt-heavy.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLT';
    src: url('avenirlt-black.woff2') format('woff2'),
        url('avenirlt-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLT';
    src: url('avenirlt-roman.woff2') format('woff2'),
        url('avenirlt-roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AvenirLT';
    src: url('avenirlt-medium.woff2') format('woff2'),
        url('avenirlt-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vanitas';
    src: url('vanitas-regular.woff2') format('woff2'),
        url('vanitas-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vanitas';
    src: url('vanitas-black.woff2') format('woff2'),
        url('vanitas-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


body{
    font-family: 'AvenirLT';
    font-weight: normal;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: 1.24px;
    color: #000000;
    margin: 0px;
    padding: 0px;
}
h1, h2, h3, h4, h5, h6{
  margin:0;
  margin-bottom:20px;
  font-family: 'Vanitas';
  font-weight:normal;
  color: #111319;
}
h1,
.h1{
  font-size: 90px;
  line-height: 0.88;
  letter-spacing: 0.9px;
}
h2{
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0.7px;
}
h3{
  font-size: 85.5px;
  font-weight: bold;
  letter-spacing: 8.55px;
}
h4{
  font-size: 43px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: 4px;
}
h5{
  font-family: 'BrandonText';
  font-size: 23px;
  font-weight: bold;
  line-height: 1.59;
  letter-spacing: 3.3px;
}
h6{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.42;
  letter-spacing: normal;
  color: #0b1935;
}


/*
  Media 1440
-----------------------------*/


.mobile_only{
  display:none;
}
.container--main {
  background: #ffffff !important; }

.pf4_button{
  display: inline-block;
  margin: 0;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  font-family: 'AvenirLT';
  font-weight: 900;
  padding: 18px 48px 16px 40px;
  background-color: #eeba66;
  color: #ffffff;
}
.pf4_button:hover{
  background-color: #000 !important;
  color: #ffffff;
}
@media screen and (max-width: 1440px){
  body{
      font-size: 1.25vw;
      letter-spacing: 0.086vw;
  }
  h1, h2, h3, h4, h5, h6{
    margin-bottom:1.389vw;
  }
  h1,
  .h1{
    font-size: 6.25vw;
    letter-spacing: 0.063vw;
  }
  h2{
    font-size: 4.861vw;
    letter-spacing: 0.049vw;
  }
  h3{
    font-size: 5.938vw;
    letter-spacing: 0.594vw;
  }
  h4{
    font-size: 2.986vw;
    letter-spacing: 0.278vw;
  }
  h5{
    font-size: 1.597vw;
    letter-spacing: 0.229vw;
  }
  h6{
    font-size: 1.667vw;
  }

  .mobile_only{ }
  .container--main { }

  .pf4_button{
    font-size: 1.042vw;
    letter-spacing: 0.188vw;
    padding: 1.25vw 3.333vw 1.111vw 2.778vw;
  }
  .pf4_button:hover{ }
}
@media screen and (max-width: 1140px){
  body{
      font-size: 1.5vw;
      letter-spacing: 0.086vw;
  }
  h1, h2, h3, h4, h5, h6{
    margin-bottom:1.389vw;
  }
  h1,
  .h1{
    font-size: 6.25vw;
    letter-spacing: 0.063vw;
  }
  h2{
    font-size: 4.861vw;
    letter-spacing: 0.049vw;
  }
  h3{
    font-size: 5.938vw;
    letter-spacing: 0.594vw;
  }
  h4{
    font-size: 2.986vw;
    letter-spacing: 0.278vw;
  }
  h5{
    font-size: 1.597vw;
    letter-spacing: 0.229vw;
  }
  h6{
    font-size: 1.667vw;
  }

  .mobile_only{ }
  .container--main { }

  .pf4_button{
    font-size: 1.5vw;
    letter-spacing: 0.188vw;
    padding: 1.22vw 3.333vw 1.111vw 2.9vw;
  }
  .pf4_button:hover{ }
}
@media screen and (max-width: 1024px){
    body {
        font-size: 1.8vw;
        letter-spacing: 0.086vw;
    }
}
@media screen and (max-width: 768px){
  body{
      font-size: 2.5vw;
      letter-spacing: 0.086vw;
  }
  h1, h2, h3, h4, h5, h6{
    margin-bottom:1.389vw;
  }
  h1,
  .h1{
    font-size: 6.25vw;
    letter-spacing: 0.063vw;
  }
  h2{
    font-size: 4.861vw;
    letter-spacing: 0.049vw;
  }
  h3{
    font-size: 5.938vw;
    letter-spacing: 0.594vw;
  }
  h4{
    font-size: 2.986vw;
    letter-spacing: 0.278vw;
  }
  h5{
    font-size: 1.597vw;
    letter-spacing: 0.229vw;
  }
  h6{
    font-size: 1.667vw;
  }

  .mobile_only{ }
  .container--main { }

  .pf4_button{
    font-size: 2vw;
    letter-spacing: 0.188vw;
    padding: 2.14vw 4vw 2vw 4vw;
  }
  .pf4_button:hover{ }
}
@media screen and (max-width: 550px){
  body{
      font-size: 3.750vw;
      letter-spacing: 0.263vw;
  }
  h1, h2, h3, h4, h5, h6{
    margin-bottom:1.389vw;
  }
  h1,
  .h1{
    font-size: 13.438vw;
    letter-spacing: 0.063vw;
  }
  h2{
    font-size: 10.417vw;
    letter-spacing: 0.1vw;
  }
  h3{
    font-size: 5.938vw;
    letter-spacing: 0.594vw;
  }
  h4{
    font-size: 2.986vw;
    letter-spacing: 0.278vw;
  }
  h5{
    font-size: 1.597vw;
    letter-spacing: 0.229vw;
  }
  h6{
    font-size: 1.667vw;
  }

  .mobile_only{ }
  .container--main { }

  .pf4_button{
    font-size: 3.125vw;
    letter-spacing: 0.6vw;
    padding: 3.7vw 9.2vw 3.4vw 8.4vw;
  }
  .pf4_button:hover{ }
}


/*
  Globals --> Full Left BG
-----------------------------*/
.full-bg-holder {
  position: relative; 
}
.full-bg-holder > * {
  position: relative;
  z-index: 1; 
}
.full-left-bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
  content: "";
  background-color: #F5F5F5;
  background-repeat: no-repeat;
  opacity: 0;
  background-size: cover;
}
.full-left-bg.active {
  opacity: 1; }

/*
  Globals --> Full right BG
-----------------------------*/
.full-right-bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  display: block;
  content: "";
  background-color: #859CAC;
  opacity: 0; }

.full-right-bg.active {
  opacity: 1; 
  }
/*
  Globals --> Full Right & Left BG
-----------------------------*/
.full-bg-mobile {
  display: none;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0;
  background-color: #859CAC; 
}
.full-bg-mobile.active {
  opacity: 1; 
}
@media (max-width: 980px) {
  .full-bg-mobile {
    display: block; 
  } 
}
.section_inner {
  width: 1080px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
  position: relative; 
  box-sizing:border-box;
}
.section_inner img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.pf4_mobile_img,
.pf4_mobile_icon {
  width: 100% !important;
  display: none !important; 
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; 
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; 
}
.slick-list:focus {
  outline: none; 
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand; 
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -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); 
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; 
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; 
}
.slick-track:after {
  clear: both; 
}
.slick-loading .slick-track {
  visibility: hidden; 
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; 
}
[dir='rtl'] .slick-slide {
  float: right; 
}
.slick-slide img {
  display: block; 
}
.slick-slide.slick-loading img {
  display: none; 
}
.slick-slide.dragging img {
  pointer-events: none; 
}
.slick-initialized .slick-slide {
  display: block; 
}
.slick-loading .slick-slide {
  visibility: hidden; 
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; 
}

.header .user {
/*============================================================================
  #User Avatar
==============================================================================*/
/*============================================================================
  #User Dropdown
==============================================================================*/ }
.header .user__avatar {
    height: 40px;
    max-height: 40px;
    margin: 0 0 0 1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: -12px;
    margin-top: -10px;
    margin-left: 0px;
}
.header .user__dropdown {
  position: absolute;
  z-index: 2000;
  top: 46px;
  right: 0;
  display: none;
  padding: 20px 30px;
  text-align: left;
  white-space: nowrap;
  border-top: 1px solid #f9f9f9;
  background: #f9f9f9;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05); 
}
.header .user__dropdown--light a {
  color: #0a2338; 
}
.header .user__dropdown--dark a {
  color: #fff; 
}
.header .user__dropdown span {
  display: block; 
}
.header .user__dropdown a {
    line-height: 40px !important;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.header--center .user {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem; 
}
.header--center .user__dropdown {
  top: 50px; 
}

.header--center .user__dropdown a {
  line-height: 40px;
  margin: 0 0 0 0; 
}

@media (max-width: 767px) {
  .header .user {
    position: static;
    display: block;
    width: 100%; 
  }
  .header .user__avatar {
    display: none; 
  }
  .header .user__dropdown {
    position: static;
    display: block !important;
    padding: 0 0 0 0;
    text-align: left;
    border-top: 0;
    background: transparent !important;
    box-shadow: none; 
  }
  .header--light .user__dropdown a {
    color: #0a2338; 
  }
  .header--dark .user__dropdown a {
    color: #fff; 
  } 
}
@media (min-width: 768px) {  }


/* 
=======================================
  Site Header Section
=========================================*/
html{
  padding-top:0 !important;
}
/* 
=======================================
  Site Header Section
=========================================*/
.pf4_site_header {
    padding: 0;
    position: fixed;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0) !important;
    width: 100%;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 8px;
}
.pf4_site_header.active {
    background-color: #fff !important;
    padding-top: 6px;
    padding-bottom: 2px;
}
.pf4_site_header .section_inner {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: -6px;
    
}

.pf4_heade_logo {
    width: 25%;
    padding-top: 38px;
    z-index: 2;
}
.pf4_heade_logo_in{
    
}
.pf4_heade_logo a{
    display: inline-block;
    margin: 0px;
}
.pf4_heade_logo img {
    height: auto;
    width: auto;
    max-height: unset !important;
    top: 0px;
}

.pf4_header_right {
    width: 75%;
    text-align: right;
    padding-top: 37px;
    padding-left: 11px;
    order: 1;
}
.pf4_header_right.style_1{
    width: 44%;
    text-align: right;
}

.pf4_header_right ul {
    margin: 0px;
    padding: 0px;
    width: auto;
    display: inline-block;
}

.pf4_header_right ul li {
    list-style: none;
    margin: 0px;
    display: inline-block;
    position: relative;
    padding-left: 24px !important;
    padding-right: 2px;
}

.pf4_header_right ul li a {
}
.pf4_header_right ul li a strong{
    display:none;
}
.pf4_header_right ul li:last-child a:before{
    display: none;
}
.pf4_header_right a {
  font-family: 'AvenirLT';
  text-transform: uppercase;
  padding-top: 10px;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  padding-left: 7px;
  padding-right: 7px;
  margin: 0 !important;
  font-size: 14.5px;
  line-height: 1.72;
  letter-spacing: 2.61px;
  color: #000000;
  font-weight: 500;
}

.pf4_header_right a:hover {
    color: #000000;
}

.pf4_header_right a:before, .pf4_header_right a:after, .pf4_header_right a i {
    
    position: absolute;
    height: 10px;
    bottom: 20px;
    z-index: 0;
    opacity: 0;
}

.pf4_header_right a span {
    position: relative;
    z-index: 1;
    padding-right: 1px;
}
.pf4_header_right a:hover span{
      background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #fdbfc2 0%, #fdbfc2 100%);
    background-repeat: no-repeat;
    background-size: 100% 26%;
    background-position: 0px 56%;
}
.pf4_header_right ul li:before {
    width: 2px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    right: -15px;
    background-color: #000;
    opacity: 1;
    height: 14px;
    bottom: 17px;
}
.pf4_header_right a:before {
    width: 2px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    right: -9px;
    background-color: #000;
    opacity: 1;
    height: 14px;
    bottom: 15px;
}

.pf4_header_right a:after {
    width: 29px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    right: 0;
    border: 0;
}

.pf4_header_right a i {
    left: 23px;
    width: calc(100% - 52px);
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
}

.pf4_header_right a:hover:before, .pf4_header_right a:hover:after, .pf4_header_right a:hover i {
    opacity: 1;
}

.pf4_header_right a:hover strong{
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    padding-left: 7px;
    padding-right: 7px;
}
.pf4_header_right a:hover strong:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    display: block;
}
.pf4_header_social_icon {
    width: 15%;
    text-align: right;
    padding-top: 12px;
}

.pf4_header_social_icon a {
    text-decoration: none;
    display: inline-block;
    margin-left: 3px;
    width: 17px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pf4_header_social_icon a img {
    height: 17px;
}

.dropdown-menu li {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.pf4_header_right .dropdown-menu li a:before, .pf4_header_right .dropdown-menu li a:after, .pf4_header_right .dropdown-menu li a i {
    bottom: 10px;
}

.dropdown-menu li a {
    padding-top: 0;
    padding-bottom: 0;
}

li.dropdown:after {
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -8px;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

.pf4_header_userarea span a {
    /* border: 2px solid #000; */
    /* padding: 4px 20px 6px 20px; */
    /* margin-left: 13px !important; */
}
.pf4_header_right ul li{
  position: relative;
}
.pf4_header_right ul li a:hover span {
    background-color: rgba(255, 255, 255, 0);
    /* background-image: linear-gradient(120deg, #d1fa05 0%, #d1fa05 100%); */
    /* background-repeat: no-repeat; */
    /* background-size: 100% 35%; */
    /* background-position: 0 50%; */
}
.pf4_header_right ul li:hover:before{
  /* content:""; */
  width: 103%;
  height: 7px;
  background-color: #d1fa05;
  bottom: 3px;
  left: -3px;
  display: block;
  position: absolute;
}
.pf4_header_right ul li:hover i{
  background-image: url(hover_arrow.png);
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -19px;
  top: 4px;
}
.pf4_header_right ul li.pf4_user_menu_item{ }
/*
  Header ---> Responsive Menu
-----------------------------*/
a.responsive-menu-hand {
    margin: 3px 0;
    position: absolute;
    top: 8px;
    right: -5px;
    display: none;
    width: 48px;
    height: 44px;
    cursor: pointer;
    background-image: url(open_img2.png);
    background-position: center right;
    background-repeat: no-repeat;
    /* background-color: #FFF; */
}

a.responsive-menu-hand span, a.responsive-menu-close span {
    display: none;
}

a.responsive-menu-hand span {
}

a.responsive-menu-close span {
    display: block;
}

a.responsive-menu-hand:before, a.responsive-menu-hand:after {
    display: none;
}

a.responsive-menu-close {
    clear: both;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 8px;
    right: 37px;
    background-image: url(close.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

a.responsive-menu-close strong {

}


a.responsive-menu-close:hover {
    
}

.responsive-menu .user__avatar {
    display: none;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    background: rgb(173 220 220 / 98%);
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    font-family: 'sofia_probold';
    transition: right 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.responsive-menu.active {
    right: 0;
}

.responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-bottom: 0;
}

.responsive-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 0px;
}

.responsive-menu ul li a, .responsive-menu .pf4_header_userarea span a {
    line-height: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 22px !important;
    letter-spacing: 0.3px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.52;
    font-weight: bold;
    font-family: 'Work Sans', sans-serif;
    border: 0;
    margin: 0;
}

.responsive-menu ul li:hover {
    text-decoration: none;
}

.responsive-menu ul li a:hover {
    color: #000000;
}

.responsive-menu ul li i {
    height: 40px;
    width: 40px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 40px;
    cursor: pointer;
    border-left: solid 1px #ffbea5;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.responsive-menu ul li i.minus {
    background-image: url(images/ui/minus.svg);
}

.responsive-menu ul li i.plus {
    background-image: url(images/ui/plus.svg);
}

.responsive-menu ul li ul {
    margin: 0;
    padding: 0;
}

.responsive-menu ul li ul li a {
    font-size: 90%;
    padding-left: 30px;
    border-bottom: solid 1px #E9E9E9;
    background-color: #F0F0F0;
}

.responsive-menu ul li ul li ul li a {
    font-size: 80%;
    padding-left: 30px;
    border-bottom: solid 1px #E9E9E9;
    background-color: #E4E4E4 ;
}

.pf4_header_userarea span a {
    /* border: 2px solid #000; */
    /* padding: 4px 20px 6px 20px; */
    /* margin-left: 13px !important; */
    display: block;
    text-align: center;
}

span[kjb-settings-id="sections_header_settings_language_login"] {
    padding-left: 23px;
}

span[kjb-settings-id="sections_header_settings_language_login"] a {
    border: solid 2px #000;
    padding: 3px 17px 2px 17px;
    line-height: 18px !important;
}

html{
  padding: 0px !important;
}

.header .logo--image.mobile_only {
    display: none;
}

.pf4_site_header{
  /* display: none !important; */
}
.pf4_site_header.active .section_inner{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.pf4_site_header.active .pf4_heade_logo{
  padding-top: 6px;
  width: 35%;
  order: 1;
  text-align: left;
}
.pf4_site_header.active .pf4_heade_logo .logo--image{ 
  height: auto;
}
.pf4_site_header.active .pf4_heade_logo a{
    margin: 0px;
    text-align: left;
}
.pf4_site_header.active .pf4_heade_logo img{
    width: 90%;
    margin: 0px;
}

.pf4_site_header.active .pf4_header_right{
  padding-top: 8px;
  width: 65%;
}
.pf4_site_header.active {
  box-shadow: 0px -4px 10px #000;
}
@media screen and (max-width: 1440px) {
    span[kjb-settings-id="sections_header_settings_language_login"] {
        padding-left: 1.597vw;
    }


}

@media screen and (max-width: 1140px){
  .pf4_heade_logo img {
    width: 100%;
    top: 0px;
  }
  .pf4_header_right {
    padding-top: 19px;
    /* display: none; */
  }
 .pf4_site_header.active .section_inner {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .pf4_header_right.style_2{
    display: block;
    padding-top: 0px;
    padding-left: 0px;
  }
  a.responsive-menu-hand{
    display:block;
    top: 1vw;
    right: 0px;
  }
  .pf4_site_header.active a.responsive-menu-hand{
    top: 0.5vw;
  }
  .pf4_header_right ul{
    display:none;
  }

  .pf4_heade_logo{
    padding-left: 0px;
    /* text-align: left; */
    padding-top: 2vw;
  }
  .pf4_heade_logo a{ margin:0px;}
}
@media (max-width: 1024px) {
  .pf4_site_header {
    padding-top: 21px;
    /* padding-bottom: 33px; */
  }
    .pf4_site_header.active {
        position: fixed;
        padding-bottom: 8px;
        padding-top: 8px;
    }
    .pf4_site_header .section_inner {
        width: 100%;
        margin-bottom: 0px;
    }

    .pf4_heade_logo {
        /* width: 45%; */
        /* padding-top: 0px; */
        padding-top: 2vw;
    }

    .pf4_header_right {
        /* width: 55%; */
        /* padding-top: 6vw; */
    }

    a.responsive-menu-hand span {
        display: block;
        top: 5vw;
    }

    .header .header-menu {
        display: none !important;
    }

    .pf4_heade_logo img {
    /* width: 172px; */
    }

    a.responsive-menu-hand {
        display: block;
    }
    a.responsive-menu-hand{
        top: 1.3vw;
    }
    .pf4_site_header.active .pf4_heade_logo a{
        margin: 0px;
        text-align: left;
        display: block;
    }
    .pf4_site_header.active .pf4_heade_logo{
        padding-top: 0px;
    }
    .pf4_site_header.active a.responsive-menu-hand {
        top: 0.1vw;
    }
}

@media (max-width: 768px) {
  .pf4_site_header {
    /* position: relative; */
    padding-top: 21px;
    padding-bottom: 33px;
    padding-left: 30px;
    padding-right: 35px;
  }
    .header .logo--image {
        height: auto !important;
        max-height: unset !important;
        max-width: 100%;
    }


    a.responsive-menu-hand {
        top: 1.6vw;
    }
    .pf4_heade_logo {
        padding-top: 2vw;
        width: 50%;
    }
    .pf4_site_header.active .pf4_header_right .responsive-menu-hand {
        top: 0.1vw;
    }
    .pf4_site_header.active .pf4_heade_logo {
        width: 70%;
        padding-top: 1px;
        padding-left: 0vw;
        padding-right: 0vw;
    }
    .pf4_site_header.active .pf4_header_right{
      width: 30%;
    }
    .pf4_header_right {
        width: 50%;
        /* padding-top: 6vw; */
    }
    
    .pf4_site_header.active .pf4_heade_logo img{
        width: 35vw;
        margin: 0px;
    }
}

@media (max-width: 550px) {
  .pf4_site_header {
    padding-top: 0vw;
    padding-bottom: 0vw;
    padding-left: 8.5vw;
    padding-right: 8vw;
    position: absolute;
  }

  .pf4_heade_logo {
    padding-top: 9.8vw;
    width: 68%;
  }
  .pf4_heade_logo img {
    width: 100%;
  }
  a.responsive-menu-hand {
  top: 8.7vw;
  }
  .pf4_site_header.active .pf4_header_right .responsive-menu-hand{
    top: 5px;
    background-image: url(open_img2.png);
    right: -12px;
  }
  .pf4_site_header.active {
    position: absolute;
    padding-left: 7vw;
    padding-right: 7vw;
    display: none;
  }
  .pf4_header_right {
    width: 32%;
  }
  .pf4_site_header.active .pf4_header_right {
    height: auto;
    background-color: rgb(33 55 94 / 0%);
  }
}


/*
  Section 01
=========================================*/
.home_s1 {
    background-color: #b3ded4;
    padding-top: 137px;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
}
.home_s1_art1{
    width: 21.6%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #087987;
}
.home_s1_art2{
    width: 2000px;
    height: 160%;
    position: absolute;
    top: -36%;
    right: -1902px;
    background-color: #087987;
}
.home_s1 .section_inner{width: 1019px;}

.home_s1_left{
    width: 70%;
    position: relative;
    z-index: 1;
    padding-top: 336px;
}
.home_s1_left h1{
    line-height: 0.9;
    margin: 0px;
    padding-bottom: 49px;
}
.home_s1_left h1 mark{
    background-color: transparent;
    background-image: linear-gradient(101deg, #111319 6%, #111319 94%);
    background-repeat: no-repeat;
    background-size: 100% 4%;
    background-position: 0px 89%;
    padding: 0;
    color: #111319;
}
.home_s1_left h1 mark.m1{}
.home_s1_left h1 span{padding-left: 15px;padding-right: 15px;background-color: #fff;padding-bottom: 9px;}
.home_s1_left h1 span.s1{
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
    padding-right: 26px;
    z-index: 1;
    padding-top: 16px;
}
.home_s1_left h1 span br{}
.home_s1_left h2{ display: none; }

.home_s1_right{position: relative;width: 46.6%;padding-right: 17px;margin-left: -17%;padding-left: 5px;}
.home_s1_link{
    width: 100%;
    display: block;
    padding-left: 16px;
}
.home_s1_link a.pf4_button{}

.home_s1_img{
    width: 100%;
    height: 682px;
    top: 0px;
    display: block;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home_s1_img img{
    width: 10%; 
    opacity: 0;
}

@media screen and (max-width: 1440px){ 
  .home_s1{ 
      padding-top: 9.514vw; 
      padding-bottom: 4.861vw; 
  }
  
  .home_s1_art1{
    width: 16%;
  }
  .home_s1_art2{
    width: 13.889vw;
    right: -7.083vw;
  }
  .home_s1 .section_inner{
      width: 70.764vw;
  }

  .home_s1_left{
      padding-top: 23.333vw;
  }
  .home_s1_left h1{
      padding-bottom: 3.403vw;
  }
  .home_s1_left h1 mark{ }
  .home_s1_left h1 mark.m1{}
  .home_s1_left h1 span{
      padding-left: 1.042vw; 
      padding-right: 1.042vw; 
      padding-bottom: 0.625vw;
  }
  .home_s1_left h1 span.s1{
      padding-bottom: 1.111vw;
      padding-right: 1.806vw;
      padding-top: 1.111vw;
  }
  .home_s1_left h1 span br{}

  .home_s1_right{
      padding-right: 1.181vw; 
      padding-left: 0.347vw;
  }
  .home_s1_link{
      padding-left: 1.111vw;
  }
  .home_s1_link a.pf4_button{}

  .home_s1_img{
      height: 47.361vw;
  }
  .home_s1_img img{ }
}
@media screen and (max-width: 1140px){
  .home_s1{ }
  .home_s1_art1{
    width: 22.3%;
  }
  .home_s1_art2{
    display: none;
  }
  .home_s1 .section_inner{ }

  .home_s1_left{ }
  .home_s1_left h1{ }

  .home_s1_right{ }
  .home_s1_link{ }
  .home_s1_link a.pf4_button{}

  .home_s1_img{ }
  .home_s1_img img{ }
}
@media screen and (max-width: 1024px){
  .home_s1{padding-top: 12.583vw;padding-bottom: 5.861vw;}
  .home_s1_art1{}
  .home_s1 .section_inner{ }

  .home_s1_left{ }
  .home_s1_left h1{ }

  .home_s1_right{ }
  .home_s1_link{ }
  .home_s1_link a.pf4_button{
    padding: 1.22vw 3.333vw 1.111vw 3.333vw;
}

  .home_s1_img{ }
  .home_s1_img img{ }
}
@media screen and (max-width: 768px){
  .home_s1{padding-top: 17.583vw;padding-bottom: 5.861vw;}
  .home_s1_art1{}
  .home_s1 .section_inner{ }

  .home_s1_left{
    padding-top: 20.472vw;
  }
  .home_s1_left h1{ }

  .home_s1_right{ }
  .home_s1_link{ }
  .home_s1_link a.pf4_button{
    padding: 1.52vw 4.333vw 1.411vw 4.333vw;
}

  .home_s1_img{ }
  .home_s1_img img{ }
}
@media screen and (max-width: 550px){
  .home_s1{padding-top: 26.8vw;padding-bottom: 17.1vw;padding-right: 6.5vw;padding-left: 6.5vw;}
  .home_s1_art1{
    width: 25vw;
  }
  .home_s1 .section_inner{width: 100%;}

  .home_s1_left{width: 100%;order: 2;padding-top: 0vw;margin-top: -28.7vw;padding-left: 2.1vw;}
  .home_s1_left h1{line-height: 0.5; display: none;}

  .home_s1_left h2{display: block;font-size: 10.438vw;margin: 0vw;padding-bottom: 6.7vw;}
  .home_s1_left h2 span{
    background-color: #fff;
    padding-left: 2vw;
    letter-spacing: 0.12vw;
    padding-right: 3.3vw;
  }
  .home_s1_left h2 span mark{
    background-color: transparent;
    background-image: linear-gradient(101deg, #111319 6%, #111319 94%);
    background-repeat: no-repeat;
    background-size: 100% 4%;
    background-position: 0px 89%;
    padding: 0;
    color: #111319;
  }
  .home_s1_left h2 span.m1{
    z-index: 9;
    position: relative;
  }
  .home_s1_left h2 span.m2{
    z-index: 8;
    position: relative;
    padding-right: 3.9vw;
  }
  .home_s1_left h2 span.m3{
    z-index: 7;
    position: relative;
  }
  .home_s1_left h2 span.m4{
    z-index: 6;
    position: relative;
    padding-right: 1.3vw;
  }
  .home_s1_left h2 span.m5{
    z-index: 5;
    position: relative;
  }
  .home_s1_left h2 span.m6{}
  
  .home_s1_right{padding-right: 0vw;padding-left: 13vw;order: 1;width: 100%;margin: 0px;}
  .home_s1_link{padding-left: 0.1vw;}
    .home_s1_link a.pf4_button {
        font-size: 3.125vw;
        letter-spacing: 0.6vw;
        padding: 3.7vw 9.2vw 3.4vw 8.4vw;
    }

  .home_s1_img{width: 100%;height: 111.2vw;}
  .home_s1_img img{ }
}


/*
  Section 02
=========================================*/
.home_s2{padding-top: 73px;padding-bottom: 55px;}
.home_s2 .section_inner{width: 1192px;}

.home_s2_title{
    width: 100%;
    display: block;
    padding-left: 144px;
}
.home_s2_title h2{
    margin: 0px;
    padding-bottom: 20px;
}
.home_s2_title h2 mark{
    background-color: transparent;
    background-image: linear-gradient(101deg, #111319 6%, #111319 94%);
    background-repeat: no-repeat;
    background-size: 100% 3%;
    background-position: 0px 88%;
    padding: 0;
    color: #111319;
}
.home_s2_title h2 mark.s1{
    margin-left: 29px;
}
.home_s2_title h2 br{}

.home_s2_content{
    width: 100%;
    padding-left: 338px;
    padding-top: 19px;
}
.home_s2_content article{}
.home_s2_content article p{
    margin: 0px;
    padding-bottom: 12px;
}
.home_s2_content article p br{}
.home_s2_content article p strong{font-weight: 600;}

.home_s2_form{
    width: 100%;
    padding-top: 16px;
}
.home_s2_form form{}
.home_s2_form_in {
    max-width: 378px;
    margin-left: -1px;
}
.home_s2_form_in .form-group-{}
.home_s2_form_in input{
    border: 0px;
    border-bottom: 1px solid #000;
    width: 100%;
    font-size: 15px;
    padding: 0px;
    padding-top: 5px;
    letter-spacing: 3.9px;
    padding-bottom: 17px;
    margin-bottom: 23px;
}
.home_s2_form_in .submit-field{
    padding-top: 2px;
}
.home_s2_form_in input[type="submit"]{
    border: 0px;
    padding: 18px 45px 16px 40px;
    width: auto;
        letter-spacing: 2.9px;
}

.home_s2_form_in input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b5b5b5;
}
.home_s2_form_in input::-moz-placeholder { /* Firefox 19+ */
  color: #b5b5b5;
}
.home_s2_form_in input:-ms-input-placeholder { /* IE 10+ */
  color: #b5b5b5;
}
.home_s2_form_in input:-moz-placeholder { /* Firefox 18- */
  color: #b5b5b5;
}

@media screen and (max-width: 1440px){
  .home_s2{
      padding-top: 5.069vw;
      padding-bottom: 3.889vw;
  }
  .home_s2 .section_inner{
      width: 82.778vw;
  }

  .home_s2_title{

      padding-left: 10vw;
  }
  .home_s2_title h2{
      padding-bottom: 1.389vw;
  }
  .home_s2_title h2 mark{ }
  .home_s2_title h2 mark.s1{
      margin-left: 2.014vw;
  }
  .home_s2_title h2 br{}

  .home_s2_content{
      padding-left: 23.472vw;
      padding-top: 1.319vw;
  }
  .home_s2_content article{}
  .home_s2_content article p{
      padding-bottom: 0.833vw;
  }
  .home_s2_content article p br{}
  .home_s2_content article p strong{}

  .home_s2_form{
      padding-top: 1.111vw;
  }
  .home_s2_form form{}
  .home_s2_form_in {
    max-width: 26.25vw;
    margin-left: -0.069vw;
  }
  .home_s2_form_in .form-group-{}
    .home_s2_form_in input{
        font-size: 1.042vw;
        padding-top: 0.347vw;
        letter-spacing: 0.271vw;
        padding-bottom: 1.181vw;
        margin-bottom: 1.597vw;
    }
  .home_s2_form_in .submit-field{
      padding-top: 0.139vw;
  }
  .home_s2_form_in input[type="submit"]{
    letter-spacing: 0.201vw;
      padding: 1.25vw 3.125vw 1.111vw 2.778vw;
  }
}
@media screen and (max-width: 1140px){
  .home_s2{ }
  .home_s2 .section_inner{ }

  .home_s2_title{ }
  .home_s2_title h2{ }
  .home_s2_title h2 mark{ }
  .home_s2_title h2 mark.s1{ }
  .home_s2_title h2 br{}

  .home_s2_content{ }
  .home_s2_content article{}
  .home_s2_content article p{ }
  .home_s2_content article p br{
    display: none;
  }
  .home_s2_content article p strong{}

  .home_s2_form{ }
  .home_s2_form form{}
  .home_s2_form_in{}
  .home_s2_form_in .form-group-{}
  .home_s2_form_in input{font-size: 1.5vw;}
  .home_s2_form_in .submit-field{ }
  .home_s2_form_in input[type="submit"]{padding: 1.22vw 3.333vw 1.111vw 3.333vw;}
}
@media screen and (max-width: 1024px){
  .home_s2{padding-left: 7vw;padding-right: 7vw;}
  .home_s2 .section_inner{width: 100%;}

  .home_s2_title{ }
  .home_s2_title h2{ }
  .home_s2_title h2 mark{ }
  .home_s2_title h2 mark.s1{ }
  .home_s2_title h2 br{}

  .home_s2_content{ }
  .home_s2_content article{}
  .home_s2_content article p{ }
  .home_s2_content article p br{}
  .home_s2_content article p strong{}

  .home_s2_form{ }
  .home_s2_form form{}
  .home_s2_form_in{
    max-width: 40vw;
}
  .home_s2_form_in .form-group-{}
  .home_s2_form_in input{ }
  .home_s2_form_in .submit-field{ }
  .home_s2_form_in input[type="submit"]{padding: 1.22vw 3.333vw 1.111vw 3.333vw;}
}
@media screen and (max-width: 768px){
  .home_s2{ }
  .home_s2 .section_inner{ }

  .home_s2_title{padding-left: 0vw;}
  .home_s2_title h2{ }
  .home_s2_title h2 mark{ }
  .home_s2_title h2 mark.s1{ }
  .home_s2_title h2 br{}

  .home_s2_content{padding-left: 3vw;}
  .home_s2_content article{}
  .home_s2_content article p{ }
  .home_s2_content article p br{}
  .home_s2_content article p strong{}

  .home_s2_form{ }
  .home_s2_form form{}
  .home_s2_form_in{}
  .home_s2_form_in .form-group-{}
  .home_s2_form_in input{font-size: 2vw;margin-bottom: 2.528vw;}
  .home_s2_form_in .submit-field{ }
  .home_s2_form_in input[type="submit"]{padding: 1.52vw 4.333vw 1.411vw 4.333vw;}
}
@media screen and (max-width: 550px){
  .home_s2{padding-left: 8vw;padding-right: 8vw;padding-top: 17.6vw;padding-bottom: 14.1vw;}
  .home_s2 .section_inner{ }

  .home_s2_title{padding-left: 0.5vw;}
  .home_s2_title h2{line-height: 01.1;}
  .home_s2_title h2 mark{ }
  .home_s2_title h2 mark.s1{margin: 0px;}
  .home_s2_title h2 br{}

  .home_s2_content{padding-left: 0vw;padding-top: 1.8vw;}
  .home_s2_content article{
    padding-left: 0.5vw;
  }
  .home_s2_content article p{padding-bottom: 2.7vw;}
  .home_s2_content article p br{}
  .home_s2_content article p strong{}

  .home_s2_form{padding-top: 3.8vw;}
  .home_s2_form form{}
  .home_s2_form_in{
    max-width: 100%;
}
  .home_s2_form_in .form-group-{}
  .home_s2_form_in input{font-size: 3.125vw;letter-spacing: 0.8vw;padding-bottom: 3.3vw;margin-bottom: 5.1vw;}
  .home_s2_form_in .submit-field{padding-top: 0.4vw;}
  .home_s2_form_in input[type="submit"]{font-size: 3.125vw;letter-spacing: 0.6vw;padding: 3.7vw 9.2vw 3.4vw 8.4vw;}
}


/*
  Section 03
=========================================*/
.home_s3{padding-top: 153px;background-color: #087987;position: relative;padding-bottom: 110px;}
.home_s3_alt1{
    position: absolute;
    background-image: url(home_s3_3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    z-index: 0;
    bottom: -131px;
    left: 0px;
    width: 297px;
    height: 485px;
}
.home_s3_alt2{
    position: absolute;
    background-image: url(home_s3_1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    z-index: 0;
    top: -214px;
    right: -184px;
    height: 338px;
    width: 365px;
}
.home_s3_alt3{
    position: absolute;
    display: block;
    z-index: 0;
    bottom: -12px;
    left: -12px;
    width: 239px;
    height: 259px;
    background-color: #b3ded4;
}
.home_s3 .section_inner{width: 1240px;z-index: 1;}

.home_s3_left{
    width: 27.1%;
    text-align: right;
    padding-right: 38px;
    padding-top: 67px;
}
.home_s3_left h2{}
.home_s3_left h2 mark{
    background-color: transparent;
    background-image: linear-gradient(101deg, #ffffff 6%, #ffffff 94%);
    background-repeat: no-repeat;
    background-size: 100% 3%;
    background-position: 0px 89%;
    padding: 0;
    color: #ffffff;
}
.home_s3_left h2 br{}

.home_s3_center{
    width: 32.5%;
}
.home_s3_img{
    width: 100%;
    height: 605px;
    display: block;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.home_s3_img_in{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    height: 100%;
    position: relative;
    z-index: 1;
}
.home_s3_img_in img{
    width: 10%;
    opacity: 0;
}

.home_s3_right{
    width: 40.4%;
    padding-left: 43px;
}
.home_s3_right article{
    width: 100%;
    display: block;
    padding-top: 173px;
}
.home_s3_right article p{
    margin: 0px;
    color: #FFF;
    padding-bottom: 30px;
}
.home_s3_right_link{
    display: block;
    width: 100%;
    margin-top: -10px;
}
.home_s3_right_link a.pf4_button{
    padding: 18px 40px 16px 42px;
    color: #000;
}
.home_s3_right_link a.pf4_button:hover{
    color: #ffffff;
}

@media screen and (max-width: 1440px){
  .home_s3{
      padding-top: 10.625vw;
      padding-bottom: 7.639vw;
  }
  .home_s3_alt1{
      bottom: -9.097vw;
      width: 20.625vw;
      height: 33.681vw;
  }
  .home_s3_alt2{
      top: -14.861vw;
      right: -12.778vw;
      height: 23.472vw;
      width: 25.347vw;
  }
  .home_s3_alt3{
      bottom: -0.833vw;
      left: -0.833vw;
      width: 16.597vw;
      height: 17.986vw;
  }
  .home_s3 .section_inner{
      width: 86.111vw;
  }

  .home_s3_left{
      padding-right: 2.639vw;
      padding-top: 4.653vw;
  }
  .home_s3_left h2{}
  .home_s3_left h2 mark{ }
  .home_s3_left h2 br{}

  .home_s3_center{ }
  .home_s3_img{
      height: 42.014vw;
  }
  .home_s3_img_in{ }
  .home_s3_img_in img{ }

  .home_s3_right{
      padding-left: 2.986vw;
  }
  .home_s3_right article{
      padding-top: 12.014vw;
  }
  .home_s3_right article p{
      padding-bottom: 2.083vw;
  }
  .home_s3_right_link{
      margin-top: -0.694vw;
  }
  .home_s3_right_link a.pf4_button{
      padding: 1.25vw 2.778vw 1.111vw 2.917vw;
  }
}
@media screen and (max-width: 1140px){
  .home_s3{ }
  .home_s3_alt1{ }
  .home_s3_alt2{ }
  .home_s3_alt3{ }
  .home_s3 .section_inner{ }

  .home_s3_left{ }
  .home_s3_left h2{}
  .home_s3_left h2 mark{ }
  .home_s3_left h2 br{}

  .home_s3_center{ }
  .home_s3_img{ }
  .home_s3_img_in{ }
  .home_s3_img_in img{ }

  .home_s3_right{ }
  .home_s3_right article{ }
  .home_s3_right article p{ }
  .home_s3_right_link{ }
  .home_s3_right_link a.pf4_button{padding: 1.22vw 3.333vw 1.111vw 3.333vw;}
}
@media screen and (max-width: 1024px){
  .home_s3{padding-left: 7vw;padding-right: 7vw;}
  .home_s3_alt1{ }
  .home_s3_alt2{ }
  .home_s3_alt3{ }
  .home_s3 .section_inner{width: 100%;}

  .home_s3_left{ }
  .home_s3_left h2{}
  .home_s3_left h2 mark{ }
  .home_s3_left h2 br{}

  .home_s3_center{ }
  .home_s3_img{ }
  .home_s3_img_in{ }
  .home_s3_img_in img{ }

  .home_s3_right{ }
  .home_s3_right article{ }
  .home_s3_right article p{ }
  .home_s3_right_link{ }
  .home_s3_right_link a.pf4_button{padding: 1.22vw 3.333vw 1.111vw 3.333vw;}
}
@media screen and (max-width: 768px){
  .home_s3{padding-top: 6.625vw;padding-bottom: 7.639vw;}
  .home_s3_alt1{ }
  .home_s3_alt2{ }
  .home_s3_alt3{ }
  .home_s3 .section_inner{ }

  .home_s3_left{width: 100%;padding-right: 0vw;padding-top: 0vw;padding-bottom: 2vw;}
  .home_s3_left h2{
    text-align: left;
    position: relative;
    z-index: 1;
  }
  .home_s3_left h2 mark{ }
  .home_s3_left h2 br{
    display: none;
  }

  .home_s3_center{width: 40%;}
  .home_s3_img{height: 52.014vw;}
  .home_s3_img_in{ }
  .home_s3_img_in img{ }

  .home_s3_right{width: 60%;position: relative;z-index: 1;}
  .home_s3_right article{padding-top: 0vw;}
  .home_s3_right article p{ }
  .home_s3_right_link{ }
  .home_s3_right_link a.pf4_button{padding: 1.52vw 4.333vw 1.411vw 4.333vw;}
}
@media screen and (max-width: 550px){
  .home_s3{padding-left: 8vw;padding-right: 8vw;padding-top: 14.6vw;padding-bottom: 18vw;}
  .home_s3_alt1{background-image: url(home_s3_3m.png);bottom: -31.097vw;width: 43.333vw;height: 73.750vw;}
  .home_s3_alt2{display: none;}
  .home_s3_alt3{width: 46.042vw;height: 49.9vw;bottom: -3.7vw;left: -3.833vw;}
  .home_s3_alt4{position: absolute;background-image: url(home_s3_1m.png);background-position: center;background-repeat: no-repeat;background-size: contain;display: block;z-index: 0;top: -14.1vw;right: 0vw;height: 70.417vw;width: 42.083vw;}
  .home_s3 .section_inner{ }

  .home_s3_left{
    padding-bottom: 4.5vw;
    padding-right: 42vw;
  }
  .home_s3_left h2{
    line-height: 01.1;
  }
  .home_s3_left h2 mark{ }
  .home_s3_left h2 br{
    display: block;
  }

  .home_s3_center{width: 100%;padding-left: 3.7vw;padding-right: 2.9vw;}
  .home_s3_img{height: 116.4vw;}
  .home_s3_img_in{ }
  .home_s3_img_in img{ }

  .home_s3_right{width: 100%;padding-left: 0vw;padding-top: 10.2vw;}
  .home_s3_right article{ }
  .home_s3_right article p{padding-bottom: 6.2vw;}
  .home_s3_right_link{margin-top: -1.4vw;}
  .home_s3_right_link a.pf4_button{padding: 3.7vw 8.6vw 3.4vw 8.4vw;letter-spacing: 0.56vw;}
}


/*
  Section 04
=========================================*/
.home_s4{padding-top: 104px;overflow: hidden;padding-bottom: 177px;}
.home_s4 .section_inner{width: 1176px;padding-left: 26px;padding-right: 6px;}

.home_s4_title{
    width: 100%;
    text-align: right;
    padding-right: 90px;
}
.home_s4_title h2{
    margin: 0px;
}
.home_s4_title h2 span{
    position: relative;
}
.home_s4_title h2 span:before{
  content:"";
  width: 600%;
  position: absolute;
  right: 38px;
  bottom: 10px;
  height: 2px;
  background-color: #000;
}
.home_s4_title h2 span mark{
    background-color: transparent;
    background-image: linear-gradient(101deg, #000000 6%, #000000 94%);
    background-repeat: no-repeat;
    background-size: 99% 3%;
    background-position: 0px 88%;
    padding: 0px;
}
.home_s4_title hr{}

.home_s4_lists{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
    padding-top: 78px;
}

.home_s4_col{padding-right: 29px;padding-left: 29px;width: 55.6%;}
.home_s4_col_in{
    width: 100%;
    display: block;
    height: 100%;
    position: relative;
}
.home_s4_colart{
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 35px;
    left: -38px;
    background-color: #a7bb8f;
}
.home_s4_content{
    background-color: #f5e9dc;
    width: 100%;
    display: block;
    height: 100%;
    padding: 42px 40px 134px 67px;
    position: relative;
    z-index: 1;
}
.home_s4_content article{}
.home_s4_content h6{
    margin: 0px;
    display: block;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.8px;
    color: #111319;
    font-family: 'AvenirLT';
    text-transform: uppercase;
    padding-bottom: 16px;
}
.home_s4_content p{
    margin: 0px;
    padding-bottom: 20px;
    padding-left: 2px;
}
.home_s4_content p strong{
    font-weight: bold;
}
.home_s4_content ul{
    margin: 0px;
    padding: 0px;
}
.home_s4_content ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    padding-left: 46px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.home_s4_content ul li:before{
    content:"";
    width: 52px;
    height: 52px;
    position: absolute;
    left: -27px;
    top: 13px;
    background-image: url(home_s4_1.png);
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.home_s4_content ul li br{}

.home_s4_col:nth-child(2n+0){ 
    width: 44.4%;
}
.home_s4_col:nth-child(2n+0) .home_s4_colart{
    left: 36px;
}

.home_s4_col:nth-child(2n+0) .home_s4_content{
    padding: 43px 40px 134px 72px;
}
.home_s4_col:nth-child(2n+0) .home_s4_content h6{
    padding-bottom: 0px;
    margin-bottom: -1px;
    line-height: 1.39;
}
.home_s4_col:nth-child(2n+0) .home_s4_content p{
    
}
.home_s4_right_link{
    display: block;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding-bottom: 39px;
    text-align: center;
    padding-left: 14px;
}
.home_s4_right_link a.pf4_button{
    padding: 18px 40px 16px 40px;
    color: #303231;
}
.home_s4_right_link a.pf4_button:hover{
    color: #FFF;
}

@media screen and (max-width: 1440px){
  .home_s4{
      padding-top: 7.222vw;
      padding-bottom: 12.292vw;
  }
  .home_s4 .section_inner{
      width: 81.667vw;
      padding-left: 1.806vw;
      padding-right: 0.417vw;
  }

  .home_s4_title{
      padding-right: 6.25vw;
  }
  .home_s4_title h2{ }
  .home_s4_title h2 span{ }
  .home_s4_title h2 span:before{
    right: 2.639vw;
    bottom: 0.694vw;
  }
  .home_s4_title h2 span mark{ }
  .home_s4_title hr{}

  .home_s4_lists{
      padding-top: 5.417vw;
  }

  .home_s4_col{
      padding-right: 2.014vw;
      padding-left: 2.014vw;
  }
  .home_s4_col_in{ }
  .home_s4_colart{
      top: 2.431vw;
      left: -2.639vw;
  }
  .home_s4_content{
      padding: 2.917vw 2.778vw 9.306vw 4.653vw;
  }
  .home_s4_content article{}
  .home_s4_content h6{
      font-size: 1.458vw;
      letter-spacing: 0.056vw;
      padding-bottom: 1.111vw;
  }
  .home_s4_content p{
      padding-bottom: 1.389vw;
      padding-left: 0.139vw;
  }
  .home_s4_content p strong{ }
  .home_s4_content ul{ }
  .home_s4_content ul li{
      padding-left: 3.194vw;
      padding-top: 0.694vw;
      padding-bottom: 1.389vw;
  }
  .home_s4_content ul li:before{
      width: 3.611vw;
      height: 3.611vw;
      left: -1.875vw;
      top: 0.903vw;
  }
  .home_s4_content ul li br{}

  .home_s4_col:nth-child(2n+0){ }
  .home_s4_col:nth-child(2n+0) .home_s4_colart{
      left: 2.5vw;
  }
  .home_s4_col:nth-child(2n+0) .home_s4_content{
    padding: 2.986vw 2.778vw 9.306vw 5vw;
  }
  .home_s4_col:nth-child(2n+0) .home_s4_content h6{
    padding-bottom: 0vw;
    margin-bottom: -0.069vw;
    line-height: 1.39;
  }
  .home_s4_col:nth-child(2n+0) .home_s4_content p{
    
  }
  .home_s4_right_link{
      padding-bottom: 2.708vw;
      padding-left: 0.972vw;
  }
  .home_s4_right_link a.pf4_button{
      padding: 1.25vw 2.778vw 1.111vw 2.778vw;
  }
}
@media screen and (max-width: 1140px){
  .home_s4{ }
  .home_s4 .section_inner{ }

  .home_s4_title{ }
  .home_s4_title h2{ }
  .home_s4_title h2 span{ }
  .home_s4_title h2 span:before{ }
  .home_s4_title h2 span mark{ }
  .home_s4_title hr{}

  .home_s4_lists{ }

  .home_s4_col{ }
  .home_s4_col_in{ }
  .home_s4_colart{ }
  .home_s4_content{ }
  .home_s4_content article{}
  .home_s4_content h6{ }
  .home_s4_content p{}
  .home_s4_content p strong{}
  .home_s4_content ul{ }
  .home_s4_content ul li{ }
  .home_s4_content ul li:before{ }
  .home_s4_content ul li br{
    display: none;
  }

  .home_s4_col:nth-child(2n+0){ }
  .home_s4_col:nth-child(2n+0) .home_s4_colart{ }

  .home_s4_right_link{ }
  .home_s4_right_link a.pf4_button{padding: 1.22vw 3.333vw 1.111vw 3.333vw;}
}
@media screen and (max-width: 1024px){
  .home_s4{padding-left: 7vw;padding-right: 7vw;}
  .home_s4 .section_inner{width: 100%;padding-left: 0vw;padding-right: 0vw;}

  .home_s4_title{ }
  .home_s4_title h2{ }
  .home_s4_title h2 span{ }
  .home_s4_title h2 span:before{ }
  .home_s4_title h2 span mark{ }
  .home_s4_title hr{}

  .home_s4_lists{ }

  .home_s4_col{ }
  .home_s4_col_in{ }
  .home_s4_colart{ }
  .home_s4_content{ }
  .home_s4_content article{}
  .home_s4_content h6{ }
  .home_s4_content p{ }
  .home_s4_content p strong{ }
  .home_s4_content ul{ }
  .home_s4_content ul li{ }
  .home_s4_content ul li:before{ }
  .home_s4_content ul li br{}

  .home_s4_col:nth-child(2n+0){ }
  .home_s4_col:nth-child(2n+0) .home_s4_colart{ }

  .home_s4_right_link{ }
  .home_s4_right_link a.pf4_button{padding: 1.22vw 3.333vw 1.111vw 3.333vw;}
}
@media screen and (max-width: 768px){
  .home_s4{padding-top: 7.222vw;padding-bottom: 3vw;}
  .home_s4 .section_inner{ }

  .home_s4_title{ }
  .home_s4_title h2{ }
  .home_s4_title h2 span{ }
  .home_s4_title h2 span:before{ }
  .home_s4_title h2 span mark{ }
  .home_s4_title hr{}

  .home_s4_lists{ }

  .home_s4_col{width: 100% !important;padding-bottom: 7vw;}
  .home_s4_col_in{ }
  .home_s4_colart{ }
  .home_s4_content{padding: 3.917vw 2.778vw 12.306vw 4.653vw ;}
  .home_s4_content article{}
  .home_s4_content h6{font-size: 2.3vw;}
  .home_s4_content p{ }
  .home_s4_content p strong{ }
  .home_s4_content ul{ }
  .home_s4_content ul li{ }
  .home_s4_content ul li:before{ }
  .home_s4_content ul li br{}

  .home_s4_col:nth-child(2n+0){ }
  .home_s4_col:nth-child(2n+0) .home_s4_colart{ }

  .home_s4_right_link{ }
  .home_s4_right_link a.pf4_button{padding: 1.52vw 4.333vw 1.411vw 4.333vw;}
}
@media screen and (max-width: 550px){
  .home_s4{padding-top: 25.1vw;padding-bottom: 8vw;padding-left: 0vw;padding-right: 0vw;}
  .home_s4 .section_inner{ }

  .home_s4_title{padding-left: 7vw;padding-right: 11.5vw;}
  .home_s4_title h2{padding-bottom: 3vw;}
  .home_s4_title h2 span{ }
  .home_s4_title h2 span:before{bottom: -2.1vw;right: 8.3vw;}
  .home_s4_title h2 span mark{background-size: 99% 0%;background-position: 0px 88%;}
  .home_s4_title hr{}

  .home_s4_lists{padding-top: 17vw;}

  .home_s4_col{padding-right: 7.9vw;padding-left: 7.9vw;margin-bottom: 12.5vw;}
  .home_s4_col_in{/* padding-left: 5.9vw; */padding-right: 0vw;}
  .home_s4_colart{top: 7.8vw;left: -7.9vw;width: 101.1%;height: 100%;}
  .home_s4_content{padding: 11.1vw 4.778vw 28.306vw 11.3vw;}
  .home_s4_content article{}
  .home_s4_content h6{font-size: 4.3vw;letter-spacing: 0.23vw;padding-bottom: 1.3vw;}
  .home_s4_content p{padding-left: 0.9vw;line-height: 1.2;padding-bottom: 4.9vw;}
  .home_s4_content p strong{ }
  .home_s4_content ul{ }
  .home_s4_content ul li{padding-left: 10.5vw;padding-bottom: 5.5vw;}
  .home_s4_content ul li:before{width: 10.833vw;height: 10.833vw;left: -5.4vw;top: 2.2vw;}
  .home_s4_content ul li br{}

  .home_s4_col:nth-child(2n+0){}
  .home_s4_col:nth-child(2n+0) .home_s4_colart{left: 6.9vw;top: 7vw;height: 101.3%;width: 101.1%;}

  .home_s4_right_link{padding-bottom: 12.6vw;padding-left: 0.972vw;}
  .home_s4_right_link a.pf4_button{padding: 3.7vw 8.6vw 3.4vw 8.4vw;letter-spacing: 0.56vw;}
  
    .home_s4_col:nth-child(2n+0) .home_s4_content{
        padding: 11.3vw 2.778vw 24vw 11.2vw;
    }
    .home_s4_col:nth-child(2n+0) .home_s4_content h6{
        padding-bottom: 1.6vw;
        margin-bottom: -0vw;
        line-height: 1.45;
    }
    .home_s4_col:nth-child(2n+0) .home_s4_content p{
    padding-bottom: 9.2vw;
    }
}


/*
  Section 05
=========================================*/
.home_s5{padding-top: 31px;position: relative;padding-bottom: 89px;}
.home_s5_art1{
    width: 336px;
    height: 398px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(home_s5_2.png);
    z-index: 2;
}
.home_s5 .section_inner{width: 1201px;}

.home_s5_title{
    text-align: right;
    width: 36.5%;
    padding-top: 92px;
    position: relative;
    z-index: 2;
}
.home_s5_title h2{}
.home_s5_title h2 mark{
    background-color: transparent;
    background-image: linear-gradient(101deg, #000000 6%, #000000 94%);
    background-repeat: no-repeat;
    background-size: 99% 3%;
    background-position: 0px 88%;
    padding: 0px;
}
.home_s5_title h2 br{}

.home_s5_content{
    width: 74.5%;
    margin-left: -11%;
}
.home_s5_content article{
    width: 100%;
    display: block;
    padding-top: 54px;
    font-family: 'AvenirLT';
    font-size: 22px;
    line-height: 1.36;
    letter-spacing: 1.54px;
    text-align: left;
    color: #000000;
    font-weight: normal;
    margin-left: -2px;
}
.home_s5_right_link {
  position:relative;
  z-index:9;
}
.home_s5_content article h5{
    font-family: 'AvenirLT';
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 2.02px;
    color: #111319;
    text-transform: uppercase;
    font-size: 24.5px;
    margin: 0px;
    padding-bottom: 13px;
}
.home_s5_content article p{
    margin: 0px;
    padding-bottom: 20px;
}
.home_s5_content article p br{}

.home_s5_img{
    width: 100%;
    display: block;
    position: relative;
}
.home_s5_imgalt{
    position: absolute;
    top: -31px;
    right: -31px;
    width: 660px;
    height: 587px;
    background-color: #b3ded4;
}
.home_s5_img_in{
    width: 100%;
    height: 597px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.home_s5_img_in img{
    width: 10%;
    opacity: 0;
}

@media screen and (max-width: 1440px){
  .home_s5{
      padding-top: 2.153vw;
      padding-bottom: 6.181vw;
  }
  .home_s5_art1{
      width: 23.333vw;
      height: 27.639vw;
  }
  .home_s5 .section_inner{
      width: 83.403vw;
  }

  .home_s5_title{
      padding-top: 6.389vw;
  }
  .home_s5_title h2{}
  .home_s5_title h2 mark{ }
  .home_s5_title h2 br{}

  .home_s5_content{ }
  .home_s5_content article{
      padding-top: 3.75vw;
      font-size: 1.528vw;
      letter-spacing: 0.107vw;
      margin-left: -0.139vw;
  }
  .home_s5_content article h5{
      letter-spacing: 0.14vw;
      font-size: 1.701vw;
      padding-bottom: 0.903vw;
  }
  .home_s5_content article p{
      padding-bottom: 1.389vw;
  }
  .home_s5_content article p br{}

  .home_s5_img{ }
  .home_s5_imgalt{
      top: -2.153vw;
      right: -2.153vw;
      width: 45.833vw;
      height: 40.764vw;
  }
  .home_s5_img_in{
      height: 41.458vw;
  }
  .home_s5_img_in img{ }
}
@media screen and (max-width: 1140px){
  .home_s5{ }
  .home_s5_art1{ }
  .home_s5 .section_inner{ }

  .home_s5_title{ }
  .home_s5_title h2{}
  .home_s5_title h2 mark{ }
  .home_s5_title h2 br{}

  .home_s5_content{ }
  .home_s5_content article{ }
  .home_s5_content article h5{ }
  .home_s5_content article p{ }
  .home_s5_content article p br{}

  .home_s5_img{ }
  .home_s5_imgalt{ }
  .home_s5_img_in{ }
  .home_s5_img_in img{ }
}
@media screen and (max-width: 1024px){
  .home_s5{padding-left: 7vw;padding-right: 7vw;}
  .home_s5_art1{ }
  .home_s5 .section_inner{width: 100%;}

  .home_s5_title{ }
  .home_s5_title h2{}
  .home_s5_title h2 mark{ }
  .home_s5_title h2 br{}

  .home_s5_content{ }
  .home_s5_content article{ }
  .home_s5_content article h5{ }
  .home_s5_content article p{ }
  .home_s5_content article p br{}

  .home_s5_img{ }
  .home_s5_imgalt{ }
  .home_s5_img_in{ }
  .home_s5_img_in img{ }
}
@media screen and (max-width: 768px){
  .home_s5{ }
  .home_s5_art1{ }
  .home_s5 .section_inner{ }

  .home_s5_title{width: 29%;}
  .home_s5_title h2{}
  .home_s5_title h2 mark{ }
  .home_s5_title h2 br{}

  .home_s5_content{width: 82%;}
  .home_s5_content article{font-size: 2.5vw;}
  .home_s5_content article h5{font-size: 2.2vw;}
  .home_s5_content article p{ }
  .home_s5_content article p br{}

  .home_s5_img{ }
  .home_s5_imgalt{ }
  .home_s5_img_in{ }
  .home_s5_img_in img{ }
}
@media screen and (max-width: 550px){
  .home_s5{padding-left: 7vw;padding-right: 6.4vw;padding-top: 1.2vw;padding-bottom: 13.181vw;}
  .home_s5_art1{background-image: url(home_s5_2m.png);width: 37.333vw;height: 34.639vw;}
  .home_s5 .section_inner{ }

  .home_s5_title{width: 100%;padding-right: 40vw;padding-top: 0vw;}
  .home_s5_title h2{
    line-height: 01.1;
  }
  .home_s5_title h2 mark{ }
  .home_s5_title h2 br{}

  .home_s5_content{width: 100%;margin-left: 0%;padding-left: 1vw;margin-top: -17.2vw;}
  .home_s5_content article{padding-top: 14.45vw;font-size: 3.750vw;letter-spacing: 0.263vw;}
  .home_s5_content article h5{font-size: 4.44vw;line-height: 1.38;padding-bottom: 1.4vw;}
  .home_s5_content article p{line-height: 1.7;}
  .home_s5_content article p br{}

  .home_s5_img{ }
  .home_s5_imgalt{top: 19.6vw;right: -6.4vw;width: 36.7vw;height: 44.764vw;background-color: #b3ded4;}
  .home_s5_img_in{height: 57.083vw;}
  .home_s5_img_in img{ }
}


/*
  Section 06
=========================================*/
.home_s6{background-color: #087987;padding-top: 126px;}
.home_s6 .section_inner{ }

.home_s6_title{
    width: 100%;
    text-align: center;
}
.home_s6_title h2{
    margin: 0px;
    padding-bottom: 20px;
}
.home_s6_title h2 mark{
    background-color: transparent;
    background-image: linear-gradient(101deg, #ffffff 6%, #ffffff 94%);
    background-repeat: no-repeat;
    background-size: 100% 3%;
    background-position: 0px 89%;
    padding: 0;
    color: #ffffff;
}
.home_s6_content{
    width: 100%;
    padding-left: 20px;
    padding-top: 32px;
    padding-bottom: 71px;
}
.home_s6_slider{
    position: relative;
}

.home_s6_sitem{
    width: 100%;
    text-align: center;
    padding-top: 17px;
}
.home_s6_sitem p{
    color: #FFF;
    margin: 0px;
    padding-bottom: 30px;
}
.home_s6_sitem p br{}
.home_s6_sitem p span{ position: relative; }
.home_s6_sitem p span:before{
    content: "";
    position: absolute;
    width: 52px;
    height: 42px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.home_s6_sitem p span.s1:before{
    bottom: 0px;
    right: 15px;
    background-image: url(home_s6_3.png);
}
.home_s6_sitem p span.s2:before{
    top: 0px;
    left: 15px;
    background-image: url(home_s6_4.png);
}

.home_s6_sitem p.name{
    padding-bottom: 0px;
    font-weight: 600;
}
.home_s6_sitem p.pos{
    font-weight: 600;
    font-style: italic;
}

.home_s6_slider .slick-list{}
.home_s6_slider .slick-list .slick-track{}
.home_s6_slider .slick-prev,
.home_s6_slider .slick-next {
  background-color: transparent;
  border: 0px;
  background-repeat: no-repeat;
  font-size: 0px;
  width: 73px;
  height: 44px;
  padding: 0px;
  margin: 0px;
  background-size: contain;
  position: absolute;
  top: 24%;
  z-index: 2;
}
.home_s6_slider .slick-prev {
  background-image: url(home_s6_1.png);
  left: -120px;
}
.home_s6_slider .slick-next {
  background-image: url(home_s6_2.png);
  right: -102px;
}

.home_s6_slider .slick-dots{
    margin: 0px;
    padding: 0px;
    text-align: center;
    padding-top: 3px;
}
.home_s6_slider .slick-dots li{
    margin: 0px;
    margin-left: 7px;
    margin-right: 7px;
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #a7bb8f;
    border-radius: 50%;
    cursor: pointer;
}
.home_s6_slider .slick-dots li.slick-active{
    background-color: #7f9663;
}
.home_s6_slider .slick-dots li button{
  display: none !important;
}

@media screen and (max-width: 1440px){
  .home_s6{
      padding-top: 8.75vw;
  }
  .home_s6 .section_inner{width: 75vw;}

  .home_s6_title{ }
  .home_s6_title h2{
      padding-bottom: 1.389vw;
  }
  .home_s6_title h2 mark{ }
  .home_s6_content{
      padding-left: 1.389vw;
      padding-top: 2.222vw;
      padding-bottom: 4.931vw;
  }
  .home_s6_slider{ }

  .home_s6_sitem{
      padding-top: 1.181vw;
  }
  .home_s6_sitem p{
      padding-bottom: 2.083vw;
  }
  .home_s6_sitem p br{}
  .home_s6_sitem p span{ }
  .home_s6_sitem p span:before{
      width: 3.611vw;
      height: 2.917vw;
  }
  .home_s6_sitem p span.s1:before{
      right: 1.042vw;
  }
  .home_s6_sitem p span.s2:before{
      left: 1.042vw;
  }

  .home_s6_sitem p.name{ }
  .home_s6_sitem p.pos{ }

  .home_s6_slider .slick-list{}
  .home_s6_slider .slick-list .slick-track{}
  .home_s6_slider .slick-prev,
  .home_s6_slider .slick-next {
    width: 5.069vw;
    height: 3.056vw;
  }
  .home_s6_slider .slick-prev {
    left: -8.333vw;
  }
  .home_s6_slider .slick-next {
    right: -7.083vw;
  }

  .home_s6_slider .slick-dots{
      padding-top: 0.208vw;
  }
  .home_s6_slider .slick-dots li{ }
  .home_s6_slider .slick-dots li.slick-active{ }
  .home_s6_slider .slick-dots li button{ }
}
@media screen and (max-width: 1140px){
  .home_s6{ }
  .home_s6 .section_inner{ }

  .home_s6_title{ }
  .home_s6_title h2{ }
  .home_s6_title h2 mark{ }
  .home_s6_content{ }
  .home_s6_slider{ }

  .home_s6_sitem{ }
  .home_s6_sitem p{ }
  .home_s6_sitem p br{
    display: none;
  }
  .home_s6_sitem p span{ }
  .home_s6_sitem p span.s1{padding-left: 4.6vw;}
  .home_s6_sitem p span:before{ }
  .home_s6_sitem p span.s1:before{ }
  .home_s6_sitem p span.s2:before{ }

  .home_s6_sitem p.name{ }
  .home_s6_sitem p.pos{ }

  .home_s6_slider .slick-list{}
  .home_s6_slider .slick-list .slick-track{}
  .home_s6_slider .slick-prev,
  .home_s6_slider .slick-next { }
  .home_s6_slider .slick-prev { }
  .home_s6_slider .slick-next { }

  .home_s6_slider .slick-dots{ }
  .home_s6_slider .slick-dots li{ }
  .home_s6_slider .slick-dots li.slick-active{ }
  .home_s6_slider .slick-dots li button{ }
}
@media screen and (max-width: 1024px){
  .home_s6{padding-left: 11vw;padding-right: 11vw;}
  .home_s6 .section_inner{width: 100%;}

  .home_s6_title{ }
  .home_s6_title h2{ }
  .home_s6_title h2 mark{ }
  .home_s6_content{ }
  .home_s6_slider{ }

  .home_s6_sitem{ }
  .home_s6_sitem p{ }
  .home_s6_sitem p br{}
  .home_s6_sitem p span{ }
  .home_s6_sitem p span:before{ }
  .home_s6_sitem p span.s1:before{ }
  .home_s6_sitem p span.s2:before{ }

  .home_s6_sitem p.name{ }
  .home_s6_sitem p.pos{ }

  .home_s6_slider .slick-list{}
  .home_s6_slider .slick-list .slick-track{}
  .home_s6_slider .slick-prev,
  .home_s6_slider .slick-next { }
  .home_s6_slider .slick-prev { }
  .home_s6_slider .slick-next { }

  .home_s6_slider .slick-dots{ }
  .home_s6_slider .slick-dots li{ }
  .home_s6_slider .slick-dots li.slick-active{ }
  .home_s6_slider .slick-dots li button{ }
}
@media screen and (max-width: 768px){
  .home_s6{ }
  .home_s6 .section_inner{ }

  .home_s6_title{ }
  .home_s6_title h2{ }
  .home_s6_title h2 mark{ }
  .home_s6_content{ }
  .home_s6_slider{ }

  .home_s6_sitem{ }
  .home_s6_sitem p{ }
  .home_s6_sitem p br{}
  .home_s6_sitem p span{ }
  .home_s6_sitem p span:before{ }
  .home_s6_sitem p span.s1:before{ }
  .home_s6_sitem p span.s2:before{ }

  .home_s6_sitem p.name{ }
  .home_s6_sitem p.pos{ }

  .home_s6_slider .slick-list{}
  .home_s6_slider .slick-list .slick-track{}
  .home_s6_slider .slick-prev,
  .home_s6_slider .slick-next { }
  .home_s6_slider .slick-prev { }
  .home_s6_slider .slick-next { }

  .home_s6_slider .slick-dots{ }
  .home_s6_slider .slick-dots li{ }
  .home_s6_slider .slick-dots li.slick-active{ }
  .home_s6_slider .slick-dots li button{ }
}
@media screen and (max-width: 550px){
  .home_s6{padding-left: 5vw;padding-right: 5vw;padding-top: 16vw;}
  .home_s6 .section_inner{ }

  .home_s6_title{ }
  .home_s6_title h2{padding-bottom: 2.9vw;}
  .home_s6_title h2 mark{ }
  .home_s6_content{padding-bottom: 27.3vw;}
  .home_s6_slider{ }

  .home_s6_sitem{padding-left: 6vw;padding-right: 6vw;padding-top: 6vw;}
  .home_s6_sitem p{ }
  .home_s6_sitem p br{}
  .home_s6_sitem p span{ }
  .home_s6_sitem p span:before{width: 10.833vw;height: 8.750vw;}
  .home_s6_sitem p span.s1:before{right: 2.042vw;}
  .home_s6_sitem p span.s2:before{ }

  .home_s6_sitem p.name{padding-top: 4vw;}
  .home_s6_sitem p.pos{ }

  .home_s6_slider .slick-list{}
  .home_s6_slider .slick-list .slick-track{}
  .home_s6_slider .slick-prev,
  .home_s6_slider .slick-next {top: 103.1%;}
  .home_s6_slider .slick-prev {display: none !important;}
  .home_s6_slider .slick-next {background-image: url(home_s6_2m.png);width: 18.958vw;height: 14.167vw;right: 3vw;transition: all 0.3s ease;}
  .home_s6_slider .slick-next:hover{
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8;
  }

  .home_s6_slider .slick-dots{display: none !important;}
  .home_s6_slider .slick-dots li{ }
  .home_s6_slider .slick-dots li.slick-active{ }
  .home_s6_slider .slick-dots li button{ }
  .home_s6_sitem p span.s1 {
    padding-left: 7.6vw;
  }
}


/*
  Section 07
=========================================*/
.home_s7{position: relative;padding-top: 121px;padding-bottom: 90px;}
.home_s7_art1{
    width: 185px;
    height: 218px;
    position: absolute;
    background-image: url(home_s7_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    bottom: 0px;
    right: 0px;
}
.home_s7_art2{
    width: 358px;
    height: 299px;
    position: absolute;
    background-image: url(home_s7_1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    top: -170px;
    left: -54px;
}
.home_s7 .section_inner{ }

.home_s7_left{
    width: 36%;
    padding-left: 48px;
    position: relative;
}
.home_s7_left h2{
    margin: 0px;
    margin-right: -70px;
    color: #000000;
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
}
.home_s7_left h2 mark{
    background-color: transparent;
    background-image: linear-gradient(101deg, #000000 6%, #000000 94%);
    background-repeat: no-repeat;
    background-size: 100% 3%;
    background-position: 0px 88%;
    padding: 0;
    color: #000000;
}
.home_s7_art2 h2 br{}

.home_s7_social{
    position: relative;
    z-index: 1;
    width: 100%;
    display: block !important;
}
.home_s7_social ul{
    margin: 0px;
    padding: 0px;
    padding-top: 43px;
}
.home_s7_social ul li{
    list-style: none;
    display: inline-block;
    margin: 0px;
    margin-right: 24px;
}
.home_s7_social ul li a{
    display: block;
    margin: 0px;
}
.home_s7_social ul li img{}

.home_s7_right{
    width: 64%;
    padding-top: 80px;
    padding-left: 9px;
}
.home_s7_right p{
    font-family: 'AvenirLT';
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 1.1px;
    color: #111319;
    text-transform: uppercase;
    font-size: 20.5px;
    margin: 0px;
    padding-bottom: 17px;
}
.home_s7_form{
    
padding-top: 32px;
}
.home_s7_right p br{}
.home_s7_right form{}

.home_s7_form_in{
    padding-left: 2px;
    padding-right: 22px;
}
.home_s7_form_in .form-group-{}
.home_s7_form_in input{
    border: 0px;
    border-bottom: 1px solid #000;
    width: 100%;
    font-size: 15px;
    padding: 0px;
    padding-top: 5px;
    letter-spacing: 3.7px;
    padding-bottom: 17px;
    margin-bottom: 23px;
}
.home_s7_form_in .submit-field{
    padding-top: 14px;
    margin-left: -3px;
}
.home_s7_form_in input[type="submit"]{
    border: 0px;
    padding: 18px 39px 16px 41px;
    width: auto;
    letter-spacing: 2.7px;
}

.home_s7_form_in input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b5b5b5;
}
.home_s7_form_in input::-moz-placeholder { /* Firefox 19+ */
  color: #b5b5b5;
}
.home_s7_form_in input:-ms-input-placeholder { /* IE 10+ */
  color: #b5b5b5;
}
.home_s7_form_in input:-moz-placeholder { /* Firefox 18- */
  color: #b5b5b5;
}

@media screen and (max-width: 1440px){
    .home_s7{
        padding-top: 8.403vw;
        padding-bottom: 6.25vw;
    }
    .home_s7_art1{
        width: 12.847vw;
        height: 15.139vw;
    }
    .home_s7_art2{
        width: 24.861vw;
        height: 20.764vw;
        top: -11.806vw;
        left: -3.75vw;
    }
    .home_s7 .section_inner{ width: 75vw; }
    
    .home_s7_left{
        padding-left: 3.333vw;
    }
    .home_s7_left h2{
        margin-right: -4.861vw;
        padding-bottom: 1.736vw;
    }
    .home_s7_left h2 mark{ }
    .home_s7_art2 h2 br{}
    
    .home_s7_social{ }
    .home_s7_social ul{
        padding-top: 2.986vw;
    }
    .home_s7_social ul li{
        margin-right: 1.667vw;
    }
    .home_s7_social ul li a{ }
    .home_s7_social ul li img{}
    
    .home_s7_right{
        padding-top: 5.556vw;
        padding-left: 0.625vw;
    }
    .home_s7_right p{
        letter-spacing: 0.076vw;
        font-size: 1.424vw;
        padding-bottom: 1.181vw;
    }
    .home_s7_form{    
        padding-top: 2.222vw;
    }
    .home_s7_right p br{}
    .home_s7_right form{}
    
    .home_s7_form_in{
        padding-left: 0.139vw;
        padding-right: 1.528vw;
    }
    .home_s7_form_in .form-group-{}
    .home_s7_form_in input{
        font-size: 1.042vw;
        padding-top: 0.347vw;
        letter-spacing: 0.257vw;
        padding-bottom: 1.181vw;
        margin-bottom: 1.597vw;
    }
    .home_s7_form_in .submit-field{
        padding-top: 0.972vw;
        margin-left: -0.208vw;
    }
    .home_s7_form_in input[type="submit"]{
        padding: 1.25vw 2.708vw 1.111vw 2.847vw;
        letter-spacing: 0.188vw;
    }
}
@media screen and (max-width: 1140px){
  .home_s7{ }
  .home_s7_art1{ }
  .home_s7_art2{ }
  .home_s7 .section_inner{ }

  .home_s7_left{ }
  .home_s7_left h2{ }
  .home_s7_left h2 mark{ }
  .home_s7_art2 h2 br{}

  .home_s7_social{ }
  .home_s7_social ul{ }
  .home_s7_social ul li{ }
  .home_s7_social ul li a{ }
  .home_s7_social ul li img{}

  .home_s7_right{ }
  .home_s7_right p{ }
  .home_s7_right p br{}
  .home_s7_right form{}

  .home_s7_form_in{ }
  .home_s7_form_in .form-group-{}
  .home_s7_form_in input{font-size: 1.5vw;}
  .home_s7_form_in .submit-field{ }
  .home_s7_form_in input[type="submit"]{padding: 1.22vw 3.333vw 1.111vw 3.333vw;}
}
@media screen and (max-width: 1024px){
  .home_s7{padding-left: 7vw;padding-right: 7vw;}
  .home_s7_art1{ }
  .home_s7_art2{ }
  .home_s7 .section_inner{width: 100%;}

  .home_s7_left{ }
  .home_s7_left h2{ }
  .home_s7_left h2 mark{ }
  .home_s7_art2 h2 br{}

  .home_s7_social{ }
  .home_s7_social ul{ }
  .home_s7_social ul li{ }
  .home_s7_social ul li a{ }
  .home_s7_social ul li img{}

  .home_s7_right{ }
  .home_s7_right p{ }
  .home_s7_right p br{}
  .home_s7_right form{}

  .home_s7_form_in{ }
  .home_s7_form_in .form-group-{}
  .home_s7_form_in input{ }
  .home_s7_form_in .submit-field{ }
  .home_s7_form_in input[type="submit"]{padding: 1.22vw 3.333vw 1.111vw 3.333vw;}
}
@media screen and (max-width: 768px){
  .home_s7{ }
  .home_s7_art1{ }
  .home_s7_art2{ }
  .home_s7 .section_inner{ }

  .home_s7_left{width: 100%;padding-left: 0vw;}
  .home_s7_left h2{ }
  .home_s7_left h2 mark{ }
  .home_s7_art2 h2 br{}

  .home_s7_social{  }
  .home_s7_social ul{ }
  .home_s7_social ul li{ }
  .home_s7_social ul li a{ }
  .home_s7_social ul li img{}

  .home_s7_right{width: 100%;padding-left: 0vw;padding-top: 1vw;}
  .home_s7_right p{font-size: 2.5vw;}
  .home_s7_right p br{}
  .home_s7_right form{}

  .home_s7_form_in{ }
  .home_s7_form_in .form-group-{}
  .home_s7_form_in input{font-size: 2vw;margin-bottom: 2.528vw;}
  .home_s7_form_in .submit-field{ }
  .home_s7_form_in input[type="submit"]{padding: 1.52vw 4.333vw 1.411vw 4.333vw;}
}
@media screen and (max-width: 550px){
  .home_s7{padding-left: 11vw;padding-right: 7vw;padding-top: 13.8vw;padding-bottom: 3vw;}
  .home_s7_art1{width: 15.833vw;height: 21.667vw;background-image: url(home_s7_2m.png);}
  .home_s7_art2{display: none;}
  .home_s7_art3{position: absolute;background-image: url(home_s7_1m.png);background-position: center;background-repeat: no-repeat;background-size: contain;display: block;width: 42.500vw;height: 62.292vw;top: -27.5vw;left: 0vw;}
  .home_s7 .section_inner{ }

  .home_s7_left{ }
  .home_s7_left h2{line-height: 01.1;}
  .home_s7_left h2 mark{ }
  .home_s7_art2 h2 br{}

  .home_s7_social{ }
  .home_s7_social ul{ }
  .home_s7_social ul li{margin-right: 5vw;}
  .home_s7_social ul li a{ }
  .home_s7_social ul li img{}

  .home_s7_right{ }
  .home_s7_right p{font-size: 4.44vw;line-height: 1.5;padding-bottom: 1.4vw;letter-spacing: 0.13vw;padding-right: 5vw;}
  .home_s7_right p br{
    display: none;
  }
  .home_s7_right form{}

  .home_s7_form_in{padding-top: 4.4vw;padding-left: 0.7vw;padding-right: 1vw;}
  .home_s7_form_in .form-group-{}
  .home_s7_form_in input{font-size: 3.125vw;letter-spacing: 0.563vw;padding-bottom: 2.3vw;margin-bottom: 5vw;}
  .home_s7_form_in .submit-field{padding-top: 2.7vw;}
  .home_s7_form_in input[type="submit"]{font-size: 3.125vw;letter-spacing: 0.6vw;padding: 3.7vw 9.2vw 3.4vw 8.4vw;}
}



/*
  MBL Footer
=========================================*/
.mbl_footer{
    background-color: #000000;
    padding-bottom: 20px;
    padding-top: 18px;
}
.mbl_footer .section_inner{
    font-family: 'Quicksand', sans-serif;
    color: #FFF;
    letter-spacing: 1.7px;
    font-size: 15px;
    font-weight: normal;
    width: 1230px;
    text-align: center;
    display: block;
}
.mbl_footer a{
    margin: 0px;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
}
.mbl_footer .divider{
    color: #FFF;
    display: inline-block;
    padding-left: 13px;
    padding-right: 6px;
}
.mbl_footer .text{}
.mbl_footer .text2{
    text-transform: uppercase;
}
.mbl_footer .Brandup{ color: #6bbdb9; }

.mbl_footer_menu{
    display: inline-block;
}
.mbl_footer_menu div{
    display: inline-block;
}
.mbl_footer_menu div:last-child{
    
}
.mbl_footer_menu div:last-child .divider{
    display: none;
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .mbl_footer{
      padding-bottom: 1.597vw;
      padding-top: 1.528vw;
  }
  .mbl_footer .section_inner{
      letter-spacing: 0.118vw;
      font-size: 1.042vw;
      width: 85.417vw;
  }
  .mbl_footer a{
      margin: 0vw;
  }
  .mbl_footer .divider{
      padding-left: 0.903vw;
      padding-right: 0.417vw;
  }
  .mbl_footer .text{}
  .mbl_footer .text2{}
  .mbl_footer .Brandup{}
}

@media screen and (max-width: 1140px){
  .mbl_footer{}
  .mbl_footer .section_inner{}
  .mbl_footer a{}
  .mbl_footer .divider{}
  .mbl_footer .text{
    font-size: 1.5vw;
  }
  .mbl_footer .text2{
    font-size: 1.5vw;
  }
  .mbl_footer .Brandup{
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1024px){
  .mbl_footer{
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .mbl_footer .section_inner{
    font-size: 1.6vw;
    width: 100%;
  }
  .mbl_footer a{}
  .mbl_footer .divider{}
  .mbl_footer .divider.s1{
    display: block;
    height: 1px;
    opacity: 0;
  }
  .mbl_footer .divider.s2{}
  .mbl_footer .text{}
  .mbl_footer .text2{}
  .mbl_footer .Brandup{}
}
@media screen and (max-width: 768px){
  .mbl_footer{}
  .mbl_footer .section_inner{
    font-size: 1.9vw;
  }
  .mbl_footer a{}
  .mbl_footer .divider{}
  .mbl_footer .divider.s2{
    display: block;
    height: 1px;
    opacity: 0;
  }
  .mbl_footer .text{
    font-size: 1.9vw;
  }
  .mbl_footer .text2{}
  .mbl_footer .Brandup{}
}
@media screen and (max-width: 550px){
  .mbl_footer{
    padding-left: 6vw;
    padding-right: 6vw;
    padding-bottom: 3.9vw;
    padding-top: 3.9vw;
    line-height: 1.1;
  }
  .mbl_footer .section_inner{
    font-size: 3.3vw;
    letter-spacing: 0.39vw;
  }
  .mbl_footer a{}
  .mbl_footer .divider{
    padding-left: 0.903vw;
    padding-right: 0.3vw;
  }
  .mbl_footer .divider.s1{
    height: 7px;
  }
  .mbl_footer .divider.s2{
    height: 7px;
  }
    .mbl_footer .text {
        font-size: 2.99vw;
    }
  .mbl_footer .text2{
    font-size: 2.99vw;
    letter-spacing: 0.2vw;
  }
  .mbl_footer .Brandup{
    letter-spacing: 0.2vw;
    font-size: 2.99vw;
  }
}