


h2.news_hero {
  text-transform: initial;
  font-family: open-sans,sans-serif;
  font-weight:600;
  font-size: calc(26px + (70 - 44) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(36px + (75 - 44) * ((100vw - 300px) / (1600 - 300)));
}
/* news layout */
.hero_section {
  width:100%;
  /* min-height:100vh; */
  height:100%;
  float:left;
  position:relative;
  left:0;
  padding:0;
  /*padding-bottom:5%;*/
}
.hero_section .hero_content {
  /* position:absolute; */
  position:relative;
  width:100%;
  height:100%;
}
.hero_section .hero_container.news {
  height: 100vh;
}
.hero_section .hero_container.news .hero_content {
  left: 0;
  z-index:7;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
}

.hero_section .hero_container.news .hero_content_heading.news.top {
  float: left;
  position: relative;
  top: 33vh;
  margin-left: 4.5vw;
  left:0;
  max-width:50vw;
  transition: left .8s;
}
.hero_section .hero_container.news .hero_content_heading.bottom { 
  float: right;
  position: absolute;
  margin-right: 5vw;
  left: auto;
  bottom: 8vh;
  top:auto;
  right: -20vw;
  text-align: right;
}
.hero_section .hero_container img{
  position: absolute;
  right:0;
  left:0;
  top:0;
  bottom:0;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
}
.hero_section .hero_text_container{
  width: 43%;
  height: auto;
  position: absolute;
  z-index: 10;
  bottom: -5vw;
  left: 7.5vw;
  padding: 4.5vw;
}
.hero_section .hero_text_container.news{
  width: 42%;
  height: auto;
  position: absolute;
  z-index: 10;
  bottom: -11vw;
  left: 4.5vw;
  padding: 4vw 7vw;
  transition: bottom .8s;
}
.hero_section .hero_text_container.news.animate{
  bottom:-5vw;
}
/* image style */
.hero_section .hero_container .news_wrapper {
  padding-bottom: calc(100vh - 90px);
  width: 64vw;
  float: right;
  right: 0;
  left:auto;
  z-index: 5;
  position: absolute;
  bottom: auto;
  top: 90px;
  overflow: hidden;
}
.hero_section .hero_container.news .hero_text_container h3{
  font-size: 32px;
  line-height: 42px;
  text-transform: initial;
  font-weight: 700;
  color:white;
}
.hero_section .hero_container.news .news_image.youtube {
  height: 100%;
  position: absolute;
  width: 100%;
  overflow: hidden;
  
  top: 50%;
  left: 50%;
  width: 310%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.hero_section .hero_container.news .news_image.youtube iframe {
  width: calc(100% + 100px) !important;
  margin-top: -60px;
}
.hero_section .hero_container.news .news_image.vimeo {
  height: 100%;
  position: absolute;
  width: 100%;
  
  top: 50%;
  left: 50%;
  width: 310%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.hero_section .hero_container.news .news_image.vimeo iframe { 
  border:none;
}

/*
.hero_section .hero_container.news .hero_text_container p {
line-height: calc(22px + (30 - 16) * ((100vw - 300px) / (2500 - 300)));
font-size: calc(15px + (22 - 16) * ((100vw - 300px) / (2500 - 300)));
margin: 0;
}
*/
.hero_section .hero_container.news .hero_text_container.orange p,
.hero_section .hero_container.news .hero_text_container.orange p strong,
.hero_section .hero_container.news .hero_text_container.aubergine p,
.hero_section .hero_container.news .hero_text_container.aubergine p strong,
.hero_section .hero_container.news .hero_text_container.black p,
.hero_section .hero_container.news .hero_text_container.black p strong{
  color:white;
}
.hero_section .hero_container.news .hero_text_container.gray p,
.hero_section .hero_container.news .hero_text_container.gray p strong,
.hero_section .hero_container.news .hero_text_container.pink p,
.hero_section .hero_container.news .hero_text_container.pink p strong,
.hero_section .hero_container.news .hero_text_container.white p,
.hero_section .hero_container.news .hero_text_container.white p strong{
  color:black;
}

.hero_section .hero_container.news .hero_content .news_info {
  display:flex;
  position:absolute;
  float:left;
  top: 24vh;
  left: -15vw;
  align-items: center;
  transition: left .8s;
}
.hero_section .hero_container.news .hero_content .news_info.animate {
  left:4.5vw;
}
.hero_section .hero_container.news .hero_content .news_info .news_info_cat,
.hero_section .hero_container.news .hero_content .news_info .news_info_date, 
.hero_section .hero_container.news .hero_content .news_info .news_info_read {
  font-size:calc(10px + (12 - 7) * ((100vw - 300px) / (2500 - 300)));
  line-height: calc(14px + (17 - 10) * ((100vw - 300px) / (2500 - 300)));
  padding: 0.5vw 1vw;
  text-transform:uppercase;
  font-weight: 600;
  letter-spacing:1.2px;
}

.hero_section .hero_container.news .hero_content .news_info .news_info_cat {
  background: #E2A69D;
  border: 1px solid #E2A69D;
  color:#751A13;
}
.hero_section .hero_container.news .hero_content .news_info .news_info_date {
  background: #E9E3E0;
  border: 1px solid #E9E3E0;
  color:black;
}
.hero_section .hero_container.news .hero_content .news_info .news_info_read {
  background: white;
  border: 1px solid #E9E3E0;
  color:black;
}


.hero_section .slider-nav {
  position:absolute;
  bottom:50px;
  /*left:44.4%;*/
  left: calc(50% - 70px);
  z-index:10;
}
.hero_section .dot{
  display:inline-block;
  width:70px;
  height:5px;
  cursor:pointer;
  margin:0 2px;
  background-color: #d5d5d5;
  transition: background-color 0.6s ease;
}
.hero_section .active, .dot:hover{
  background-color: #fff;
}
.hero_section .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}


@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



.hero_background {
  position:absolute;
  width:100%;
  height:100%;
  float:left;
  z-index: 2;
}

.hero_text_container p{
  color: #000000;
}
/*
.hero_section .hero_text_container p {
font-size: calc(14px + (24 - 16) * ((100vw - 300px) / (2500 - 300)));
line-height: calc(20px + (24 - 16) * ((100vw - 300px) / (2500 - 300)));
margin: 0;
font-weight:600;
}
*/

/* COMBO CLASS BACKGroUND & COLOR */
{% set orange = '#FF5B42' %}
{% set aubergine = '#751A13' %}
{% set pink = '#E2A69D' %}
{% set gray = '#E9E3E0' %}
{% set white = '#FFFFFF' %}
{% set black = '#000000' %}

/*--------- Hero background -----------*/

.hero_section.pink {
  background: #E2A69D;
}
.hero_section.orange {
  background: #FF5B42;
}
.hero_section.aubergine {
  background: #751A13;
}
.hero_section.black {
  background: black;
}
.hero_section.gray {
  background: #E9E3E0;
}
.hero_section.white {
  background: white;
}
 

@media(max-width:1024px) {
  .hero_section .hero_text_container.news {
    bottom:-13vw;
    width:50vw;
    margin-bottom:0;
    top:auto;
  }
  .hero_section .hero_container.news .hero_content_heading.news.top {
    max-width:50vw;
  }
  .hero_section .hero_text_container {
    padding: 12vw 8vw 10vw;
    left: 0;
    width:100%;
    bottom:0;
    margin-bottom: -15vh;
    top: 88vh;
  }
  /* layout 1 */
  .hero_section .hero_container.layout1 .hero_content {
    padding: 20vh 0 0 0;
    padding:0;
    height:100vh;
  }

  .hero_section .hero_container.layout1 .hero_content_heading.bottom {
    margin-right: 0px;
    z-index: 10;
    right: -10px;
    bottom: 15vh;
    margin-bottom: 0;
    position:absolute;
    top: 85vh;
  }
  .hero_section .hero_container.layout1 .hero_content_heading.top {
    left: -10px;
    margin-left:0px;
    top:15vh;
  }

  /* layout 2 */
  .hero_section .hero_container.layout2 .hero_text_container {
    width: 100%;
    left: 0;
    padding: 0 20px;
    top: 30vh;
  }
  .hero_section .hero_container.layout2 .hero_image_wrapper .hero_image.bottom {
    display:none;
  }
  .hero_section .hero_container.layout2 .hero_image_wrapper .hero_image.left {
    padding-bottom: 93vw;
    width: 66vw;
    right: 6vw;
  }
  .hero_section .hero_container.layout2 .hero_image_wrapper .hero_image.right {
    padding-bottom: 42vw;
    width: 76vw;
    float: left;
    right: auto;
    top: 42vh;
  }

  /* layout 3 */
  .hero_section .hero_container.layout3 .hero_content {
    padding: 18vh 0 12vh 0; 
  }
  .hero_section .hero_container.layout3 .hero_image_wrapper .hero_image.top {
    padding-bottom: 72vw;
    width: 50vw;
    left: 0;
    top: 0;
    bottom: 55vh;
  }
  .hero_section .hero_container.layout3 .hero_image_wrapper .hero_image.left {
    padding-bottom: 52.5vw;
    width: 70vw;
    float: right;
    right: 0;
    left: auto;
    bottom: 33vh;
    top: 38vh;
  }
  .hero_section .hero_container.layout3 .hero_content_heading.top {
    margin-left: 30vw;
  }
  .hero_section .hero_container.layout3 .hero_content_heading.bottom {
    margin-left: 36vw;
  }
  .hero_section .hero_container.layout3 .hero_text_container {
    top: 35vh;
    margin-top: 0;
    left: 0;
    padding: 5vw;
    width: 100%;
    bottom: 0;
  }

  /* layout 4 */
  .hero_container.layout4 {
    overflow:hidden;
  }
  .hero_section .hero_container.layout4 .hero_image_wrapper .hero_image.top {
    padding-bottom: 74vw;
    width: 60vw;
    float: right;
    left: auto;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .hero_section .hero_container.layout4 .hero_image_wrapper .hero_image.right {
    padding-bottom: 46vw;
    width: 88vw;
    float: left;
    right: auto;
    left: 0;
    position: relative;
    top: -5vh;
    bottom: 0;
  }
  .hero_section .hero_container.layout4 .hero_image_wrapper .hero_content_heading.top {
    top: 20vh;
    margin-left: 5vw;
    z-index: 7;
  }
  .hero_section .hero_container.layout4 .hero_image_wrapper .hero_content_heading.bottom {
    top: 70vh;
    z-index: 7;
  }
  .hero_section .hero_container.layout4 .hero_image_wrapper .hero_text_container {
    width: 100%;
    height: auto;
    left: 0;
    padding: 5vw;
    top: 75vh;
    bottom: 0;
    position:absolute;
    z-index: 7;
  } 
}
@media (max-width:768px){
  .hero_section .hero_container.news .hero_content .news_info{
    left:-22vw;
  }
  .hero_section .hero_text_container.news{
    bottom:-18vw;
  }
}
@media (max-width:767px){
  .hero_section{
    padding: 0;
  }
  .hero_section .hero_container.news{
    height:auto
  }
  .hero_section .hero_container .news_wrapper {
    padding-bottom: 37vh;
    width: 100%;
    float: left;
    left: auto;
    position: relative;
    top: 53.5vh;
  }
  .hero_section .hero_container.news .hero_content {
    left: 0;
    min-height: 110vh;
    padding: 0 6vw;
    position: relative;
  }
  .hero_section .hero_container.news .hero_content .news_info {
    top: 17vh;
    left:-50vw;
  }
  .hero_section .hero_container.news .hero_content .news_info.animate{
    left:6vw;
  }
  .hero_section .hero_container.news .hero_content .news_info .news_info_cat, 
  .hero_section .hero_container.news .hero_content .news_info .news_info_date, 
  .hero_section .hero_container.news .hero_content .news_info .news_info_read{
    padding:1.5vw 3vw;
    letter-spacing:1px;
  }
  .hero_section .hero_container.news .hero_content_heading.news.top {
    float: left;
    position: absolute;
    top: 23vh;
    max-width:none;
    margin:0;
    left:auto;
  }
  .hero_section .hero_text_container.news{
    width: 87.5%;
    position: absolute;
    z-index: 10;
    bottom: -17vw;
    left: auto;
    padding: 8vw 6vw;
    height: 22.5vh;
  }
  .hero_section .hero_text_container.news.animate{
    bottom:0;
  }
}