/********************

 banner

********************/

.region-banner {
  width: 100%;
}

.banner-component .banner-image-wrap {
  position: relative;
}

.banner-component .banner-image-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.2+0,0.8+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#cc000000', GradientType=1);
  /* IE6-9 */
}

.banner-component .banner-image-field {
  height: 500px;
  overflow: hidden;
  width: 100%;
  background: #f2f2f2;
}

.banner-component .banner-image-field img {
  height: 500px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.banner-component .views-row {
  position: relative;
}

.banner-component .banner-content-field {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner-component .banner-content-inner {
  width: 100%;
  padding: 15px 100px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.banner-component .banner-content-inner .top-banner-title {
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
}

.banner-component .banner-title {
  color: #ffffff;
  margin: 0;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
}

.banner-component .banner-content-left {
  width: 100%;
  max-width: 450px;
}

.keythemes-banner-component .banner-content-left {
  max-width: 420px;
}

.banner-component .banner-content-right {
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: flex-end;
  color: #ffffff;
}

.banner-component .banner-body {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 18px;
}

.banner-component .button-block {
  margin-top: 23px;
}

.banner-content-right.list-items-4 .content-inner-field ul,
.banner-content-right.list-items-4 {
  max-width: 600px;
}

/************banner-style-1******/

.banner-style-2 .banner-title,
.banner-style-1 .banner-title {
  font-size: 35px;
  line-height: 41px;
}

.banner-style-2 .banner-image-wrap:after,
.banner-style-1 .banner-image-wrap:after {
  background: rgba(0, 0, 0, 0.5);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0.6+0,0+50,0+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}

.banner-style-2 .banner-image-field img,
.banner-style-2 .banner-image-field,
.banner-style-1 .banner-image-field img,
.banner-style-1 .banner-image-field {
  height: 500px;
}

.page-scrolldown {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.scroll-down-btn {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: url(/themes/custom/gff/components/common/css/../img/banner/scroll_arrow.png) no-repeat center center #1fa29c;
  cursor: pointer;
  border: 1px solid #1fa29c;
  animation: scrollDownAnimation 1s infinite;
  animation-timing-function: ease-out;
}

.scroll-down-btn:hover {
  background: url(/themes/custom/gff/components/common/css/../img/banner/scroll_arrow_hover.png) no-repeat center center #ffffff;
  border-color: transparent;
}

@keyframes scrollDownAnimation {
  0% {
    transform: translateY(0px)
  }

  50% {
    transform: translateY(10px)
  }

  100% {
    transform: translateY(0px)
  }
}

/**********banner note*************/

.banner-note {
  position: absolute;
  bottom: 10px;
  right: 100px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  max-width: 400px;
  font-style: italic;
  text-align: right;
}

.banner-note .note-label {
  color: #d0cb17;
  font-weight: 500
}

/**********banner not with link********/

.banner-note {
  padding-right: 78px;
}

.banner-note.have-data-link {
  display: flex;
}

.banner-note.have-data-link .banner-note-inner {
  flex: 1;
}

.banner-data-link {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ffffff;
  display: flex;
  align-items: center;
}

.banner-data-link a {
  font-size: 12px;
  color: #d0cb17;
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
}

.banner-data-link a:hover {
  color: #ffffff;
}

.no-note-section .banner-data-link {
  border: none;
}

/*********home banner************/

.home-banner .banner-image-wrap:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}

/****************************

Responsive

***************************/

@media only screen and (max-width: 1200px) {
  .banner-component .banner-content-inner {
    padding: 15px 30px;
  }

  .banner-note {
    right: 30px;
  }
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) {

  /*********style 1*************/
  .banner-style-1 .banner-image-field img,
  .banner-style-1 .banner-image-field {
    height: 500px;
  }

  .banner-style-1 .banner-title {
    font-size: 28px;
    line-height: 34px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner-component .banner-title {
    font-size: 24px;
    line-height: 30px;
  }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {

  /****banner with summary****/
  .banner-with-summary .banner-content-right {
    display: none;
  }

  .banner-summary-section {
    background: #333333;
    padding: 20px;
  }

  .banner-summary-section .country-indicators-left {
    max-width: none;
    width: calc(100% - 58px);
  }

  .banner-component .banner-image-field,
  .banner-component .banner-image-field img {
    height: 248px;
  }

  .banner-component .banner-image-wrap:after {
    background: rgba(0, 0, 0, 0.5);
  }

  .banner-component .banner-content-inner .top-banner-title {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
  }

  .banner-component .banner-title {
    font-size: 18px;
    line-height: 24px;
  }

  .banner-component .banner-content-inner {
    padding: 15px;
  }

  /*********style 1*************/
  .banner-style-1 .banner-image-field img,
  .banner-style-1 .banner-image-field {
    height: 400px;
  }

  .banner-style-1 .banner-image-wrap:after {
    background: rgba(0, 0, 0, 0.2);
  }

  .banner-style-1 .banner-body,
  .banner-style-1 .banner-body p {
    line-height: 20px;
  }

  /******banner note*******/
  .banner-note:not(.to-bottom) {
    position: static;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 20px auto 0 auto;
  }

  .banner-note .banner-note-inner {
    max-width: 400px;
    width: 100%;
    text-align: right;
    margin-top: 0px;
  }

  /***********scroll down***********/
  .scroll-down-btn {
    width: 35px;
    height: 35px;
  }

  .page-scrolldown {
    bottom: 15px;
  }
}
