/******************************************************************************
						Home Page Slider
*******************************************************************************/
.home-slider-wrapper {
  margin-bottom: 80px;
  position: relative; }

#home-slider {
  display: block;
  overflow: hidden;
  margin-bottom: 4px; }
  #home-slider .slide-wrap {
    display: grid;
    grid-template-columns: 1fr 730px;
    grid-gap: 0 32px;
    background: #fff;
    overflow: hidden; }
    #home-slider .slide-wrap .desc {
      display: flex;
      align-items: center;
      padding-left: 80px; }
    #home-slider .slide-wrap .text p {
      font-size: 24px;
      line-height: 1.5;
      margin-bottom: 32px; }
      #home-slider .slide-wrap .text p:last-child {
        margin-bottom: 0; }
      #home-slider .slide-wrap .text p strong {
        font-size: 64px;
        display: block;
        line-height: 64px; }
      #home-slider .slide-wrap .text p a {
        display: inline-block;
        line-height: 64px;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        border: 2px solid #E5E5E5;
        padding: 0 24px;
        border-radius: 36px; }
        #home-slider .slide-wrap .text p a:hover {
          border-color: #278d3d;
          background: #278d3d;
          color: #fff; }

.home-slider-arrows .slick-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 2px solid #e6e6e6;
  background-color: #fff;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  border-radius: 50%; }
.home-slider-arrows .slick-arrow.slick-prev {
  display: none !important; }
.home-slider-arrows .slick-arrow.slick-next {
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -25px;
  z-index: 20;
  background: #fff url(../../../img/arrow-right-long-gray.svg) center no-repeat;
  background-size: 16px 16px; }
  .home-slider-arrows .slick-arrow.slick-next:hover {
    border-color: #278d3d;
    background-color: #278d3d;
    background-image: url(../../../img/arrow-right-long-white.svg); }

.home-slider-dots {
  display: flex;
  justify-content: flex-end; }
  .home-slider-dots ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex: 1 1 100%; }
    .home-slider-dots ul li {
      flex: 0 0 calc(25% - 10px);
      margin-right: 10px; }
      .home-slider-dots ul li:last-child {
        margin-right: 0; }
    .home-slider-dots ul button {
      display: block;
      width: 100%;
      height: 4px;
      background: #e5e5e5;
      margin: 0;
      padding: 0;
      border: none;
      text-indent: -9999px;
      transition: all .3s ease; }
    .home-slider-dots ul .slick-active button {
      background: #000; }

/*# sourceMappingURL=homeslider.css.map */
