body,
html {
  margin: 0;
  padding: 0;
}

.slider-container .slider-item {
  flex: revert;
}

.titleslider {
  font-style: normal;
  font-weight: 600;
  font-size: 90px;
  line-height: 90px;
  display: flex;
  align-items: center;
  text-align: center;
  margin: auto;
}

@media only screen and (max-width: 768px) and (min-width: 389px) {

  section.hero.is-medium.has-carousel {
    height: 1425px;
  }
}

.titlebottom {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;

  text-align: center;
  color: #B21D27;
}

.textbottom {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #010202;
  padding: 10px 15px 10px 15px;
}

.btnbottom {
  border: 1.5px solid #043F5F;
  box-sizing: border-box;
  border-radius: 5px;
  width: 260px;
  height: 60px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #003449;
  margin: auto;
}

.btnbottom:hover {
  color: #fff;
  background: #003449;
  margin: auto;
}

.btnbottom span {
  margin: auto;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) {}

@media only screen and (max-width: 768px) {

  .mt--50 {
    margin-top: -140px;
  }

  div#slider {
    height: 1090px !important;
  }

  .imgmovislide {
    width: 80%;
  }

  section.hero.is-medium.has-carousel {
    height: 1100px !important;
    width: 100%
  }

  i.fa.fa-chevron-right {
    margin: auto !important;
  }

  i.fa.fa-chevron-left {
    margin: auto !important;
  }

  .columns.mt-50 {
    height: 70% !important;
  }

  .imgslider {
    width: 70% !important;
  }


}

#slider {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0 auto;
  width: 100% !important;
  height: 650px;
}

#slider .list-banners {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

.columns.mt-50 {
  height: 65%;
}

#slider .list-banners .item-banner {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 650px;
}

button.control_prev,
button.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  box-shadow: 0 1px 2px rgb(10 10 10 / 50%);
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.3;
  cursor: pointer;
  border: none;
}

i.fa.fa-chevron-right {
  margin-left: 7px;
  margin-top: 0px;
}

button.control_prev:hover,
button.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

button.control_prev {
  border-radius: 25px;
  display: flex;
  align-items: center;
}

button.control_next {
  right: 0;
  border-radius: 25px;
  display: flex;
  align-items: center;
}

.imgslider {
  width: 60%;
}

.mb-50 {
  margin-bottom: 50px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

@media only screen and (max-width: 768px) and (min-width: 696px) {
  .column.is-6 img {
    width: 60%;
  }
}

@media only screen and (max-width: 678px) and (min-width: 490px) {
  .column.is-6 img {
    width: 60% !important;
  }
}

@media only screen and (max-width: 1691px) and (min-width: 1337px) {
  .column.is-6 img {
    width: 50% !important;
  }
}

@media only screen and (max-width: 2560px) and (min-width: 1692px) {
  .column.is-6 img {
    width: 40% !important;
  }
}