body {
  /*font-family: "Raleway", sans-serif;*/
  overflow-x: hidden;
  padding: 71px 0 0 0;
}

.wrapper {
  max-width: 1360px;
  padding: 0 20px;
  margin: 0 auto;
}

/* Banner ===================================================================== */
.banner {
  position: relative; line-height: 0;
}
.banner .banner-box {
  position: absolute;
  z-index: 1;
  left: 10%;
  top: 40%;
  max-width: 550px;
  padding: 30px 30px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1500px) {
  .banner .banner-box {
    top: 30%;
  }
}
@media (max-width: 1220px) {
  .banner .banner-box {
    display: none;
  }
}
.banner .banner-box .banner-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #999595;
}
.banner .banner-box .banner-text {
  line-height: 1.7rem;
  margin-top: 10px;
  margin-bottom: 20px;
}
.banner .banner-box .banner-btn-out {
  display: flex;
  justify-content: center;
}
.banner .banner-box .banner-btn {
  color: #fff;
  background: linear-gradient(#dbe27e, #8fb8a7);
  padding: 10px 25px 10px 45px;
  border-radius: 3px;
  position: relative;
}
.banner .banner-box .banner-btn:hover:after {
  left: 20px;
}
.banner .banner-box .banner-btn:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 17px;
  background: url(icons/icon-bn-arrow.svg) no-repeat;
  width: 17px;
  height: 17px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 576px) {
  .banner .idx-bn-pc {
    display: none;
  }
}
.banner .idx-bn-m {
  display: none;
}
@media (max-width: 576px) {
  .banner .idx-bn-m {
    display: block;
  }
}

.idx-banner.slick-dotted.slick-slider {
  margin-bottom: -3px;
}
.idx-banner .slick-dots {
  bottom: 20px;
}
.idx-banner .slick-dots li.slick-active button:before {
  color: #8fb8a7;
}

/* Product ===================================================================== */

.product-zone {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 2rem;
}
.product-zone a:hover {
  color: #fec41b;
}
.product-zone .product-title {
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: center;
  padding-top: 24%;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 576px) {
  .product-zone .product-title {
    font-size: 2rem;
    padding-top: 29%;
  }
}
.product-zone .product-title span {
  color: #62a48d;
}
.product-zone .product-title:after {
  position: absolute;
  left: calc(50% - 32px);
  bottom: -20px;
  content: "";
  width: 65px;
  height: 2px;
  background: url(../images/title-line.jpg) no-repeat;
}
.product-zone .product-text {
  width: 80%;
  margin: 0 auto;
}

.product-zone-bg-01 {
  background: url(../images/idx-product-bg-01.png) no-repeat left bottom;
}
@media (max-width: 576px) {
  .product-zone-bg-01 {
    background: none;
  }
}

.product-zone-bg-02 {
  background: url(../images/idx-product-bg-02.png) no-repeat right top;
}
@media (max-width: 1200px) {
  .product-zone-bg-02 {
    background-position:  180px top;
  }
}
@media (max-width: 576px) {
  .product-zone-bg-02 {
    background-position: center -320px;
  }
}

.product-list {
  margin: 0 10px;
}
.product-list .product-pic {
  position: relative;
  overflow: hidden;
  padding-bottom: 75%;
}
.product-list .product-pic:hover img {
  transform: scale(1.1);
}
.product-list .product-pic img {
  max-height: 100%;
  transition: all 1s ease-in-out;
}
.product-list .product-pic .img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.product-list .product-name {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.idx-product {
  padding-left: 0;
}
.idx-product .slick-list {
  padding-top: 50px !important;
}
.idx-product .slick-list li {font-size: inherit; line-height: inherit;}
.idx-product .slick-dots {
  top: 0px;
  pointer-events: none;
}
.idx-product .slick-dots li button {
  pointer-events: auto;
}
.idx-product .slick-dots li button:before {
  color: #ccc;
  opacity: 0.5;
}
.idx-product .slick-dots li.slick-active button:before {
  color: #8fb8a7;
}

/* About Us ===================================================================== */
.wrap-about {
  position: relative;
  margin-top: 8%;
}
.wrap-about .about-pic {
  text-align: right;
}

.about-zone {
  position: absolute;
  top: 230px;
  left: -70px;
  z-index: 1;
  max-width: 740px;
  background-color: rgba(115, 160, 141, 0.8);
  padding: 30px 50px 50px 50px;
}
@media (max-width: 1500px) {
  .about-zone {
    left: 0px;
  }
}
@media (max-width: 1200px) {
  .about-zone {
    position: static;
    background-color: #8fb8a7;
    margin: 0 auto 20px;   
  }
}
@media (max-width: 576px) {
  .about-zone {
    padding: 30px 30px 50px 30px;
  }
}
.about-zone h1 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 3.1rem;
  color: #fff;
}
@media (max-width: 576px) {
  .about-zone h1 {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
.about-zone .about-text {
  color: #fff;
  line-height: 2rem;
}
.about-zone .about-text a:hover {
  color: #ffda00;
}
.about-zone .btn-about {
  color: #fff;
  overflow: hidden;
  letter-spacing: 0.1rem;
  border: 1px solid #fff;
  border-radius: 20px;
  margin: 30px auto 0 auto;
  display: block;
  padding: 10px 0;
  text-align: center;
  max-width: 200px;
}
.about-zone .btn-about:hover {
  color: #8fb8a7;
}
.about-zone .btn-hv {
  position: relative;
  z-index: 0;
}
.about-zone .btn-hv:before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  border-radius: 100%;
  width: 2px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  transform: scale(0.2);
  transform-origin: 50% 50%;
  transition: all 0.5s;
  opacity: 0;
}
.about-zone .btn-hv:hover:before {
  transform: scale(105);
  opacity: 1;
}

/* About Us ===================================================================== */
.wrap-about-2nd {
  position: relative;
  margin-top: 8%;
}
@media (max-width: 576px) {
  .wrap-about-2nd {
    margin-top: 0;
  }
}
.wrap-about-2nd .about-2nd-pic {
}
@media (max-width: 1200px) {
  .wrap-about-2nd .about-2nd-pic {
    display: none;
  }
}
.wrap-about-2nd .about-2nd-pic img {
  width: 650px;
}

.about-2nd-zone {
  position: absolute;
  z-index: 2;
  top: 210px;
  right: -30px;
  max-width: 740px;
  background-color: #8fb8a7;
  padding: 30px 50px 50px 50px;
}
@media (max-width: 1200px) {
  .about-2nd-zone {
    position: static;
    margin: 0 auto;  
  }
}
@media (max-width: 576px) {
  .about-2nd-zone {
    padding: 30px 30px 50px 30px;
  }
}
.about-2nd-zone h2 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 3.1rem;
  color: #fff;
}
@media (max-width: 576px) {
  .about-2nd-zone h2 {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
.about-2nd-zone .about-2nd-text {
  color: #fff;
  line-height: 2rem;
}
.about-2nd-zone .about-2nd-text a:hover {
  color: #ffda00;
}
.about-2nd-zone .btn-about {
  color: #fff;
  overflow: hidden;
  letter-spacing: 0.1rem;
  border: 1px solid #fff;
  border-radius: 20px;
  margin: 30px auto 0 auto;
  display: block;
  padding: 10px 0;
  text-align: center;
  max-width: 200px;
}
.about-2nd-zone .btn-about:hover {
  color: #8fb8a7;
}
.about-2nd-zone .btn-hv {
  position: relative;
  z-index: 0;
}
.about-2nd-zone .btn-hv:before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  border-radius: 100%;
  width: 2px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  transform: scale(0.2);
  transform-origin: 50% 50%;
  transition: all 0.5s;
  opacity: 0;
}
.about-2nd-zone .btn-hv:hover:before {
  transform: scale(105);
  opacity: 1;
}

/* Advantage =================================================================== */
.advantage-bg-01 {
  background: url(../images/idx-advantage-bg-01.jpg) no-repeat left top;
  /*height: 719px;*/
  padding-top: 50px;
  margin-top: 7%;
}
@media (max-width: 768px) {
    .advantage-bg-01 {background-size: cover;}
}
@media (max-width: 576px) {
  .advantage-bg-01 {background: none; margin-top: 0;}
}

.advantage-bg-02 {
  background: url(../images/idx-advantage-bg-02.jpg) no-repeat center top;
  /*height: 619px;*/
}
@media (max-width: 1480px) {
  .advantage-bg-02 {
    background: url(../images/idx-advantage-bg-02-m.jpg) 75% top; 
  }
}
@media (max-width: 1024px) {
  .advantage-bg-02 {
    background-position: left top; background-size: cover;
  }
}


.advantage-zone {
  padding: 5% 0 9% 5%;
}
.advantage-txt{
  font-size: 1.7rem;
  font-weight: 500;
  color: #555;     
}
.advantage-list {
  list-style: none;
  color: #555;
  width: 95%;
  padding: 20px 0 20px 60px;
  font-weight: 600;    
}
.advantage-list li {
  position: relative;
  margin-bottom: 35px;
  font-size: inherit;
  line-height: inherit;
}
.advantage-list li img {
  width: 42px;
}
.advantage-list .advantage-list-icon {
  position: absolute;
  top: -8px;
  left: -55px;
}
.advantage-list .advantage-list-title {
  font-size: 1.7rem;
  margin-bottom: 5px;
}
.advantage-list .advantage-list-text {
  font-size: 1.2rem;
  line-height: 1.7rem;
}
@media (max-width: 992px) {
  .advantage-zone {
    padding: 9% 0 9% 30px;
  }
  .advantage-txt{ }    
  .advantage-list {width: 100%; padding: 0;padding-left: 40px;}
  .advantage-list li {margin-bottom: 30px;}
  .advantage-list .advantage-list-icon {left: -55px;}
}
@media (max-width: 576px) {
  .advantage-txt{ font-size: 1.5rem; font-weight: 400; line-height: 1.5; }       
  .advantage-list {
    width: 100%;
    padding: 20px 0 0px 40px;   
  }
  .advantage-list .advantage-list-title {
    font-size: 1.2rem;
  }
  .advantage-zone {padding: 9% 0 9% 20px;}
  .advantage-list li img {
    width: 40px;
  }
  .advantage-list .advantage-list-icon {left: -50px;}
  .advantage-list .advantage-list-text {
    font-size: 1rem;
  }
}
@media (max-width: 430px) {
    .advantage-zone {padding: 40px 0 10px 0;}
    .advantage-list { padding-left: 0px;  }
    .advantage-list .advantage-list-icon {display: none;}
    .advantage-list .advantage-list-title {margin: 0 0 5px 0; font-size: 6.071vw; font-weight: 600; color: #62a48d;}
    .advantage-list .advantage-list-text {line-height: 1.5rem;}
}

/* Product 2nd =================================================================== */
.product-2nd-pic {
  position: relative;
  overflow: hidden;
  padding-bottom: 62%;
  opacity: 0;
}
.product-2nd-pic img {
  transition: all 0.8s;
  max-height: 100%;
}
.product-2nd-pic:hover img {
  transform: scale(1.07);
}
.product-2nd-pic .img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.wrap-product-2nd {
  padding-top: 3%; padding-bottom: 3%;
}
.wrap-product-2nd .row {
}
@media (max-width: 576px) {
  .wrap-product-2nd .row .order-1 {
    order: 2;
  }
  .wrap-product-2nd {
      padding-top: 40px; padding-bottom: 40px;
    }
}
@media (max-width: 576px) {
  .wrap-product-2nd .row .order-2 {
    order: 1;
  }
}

.product-2nd-zone {
  padding: 4% 0 10% 5%;
}
.product-2nd-zone .product-2nd-title {
  font-size: 2.2rem;
  color: #8fb8a7;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .product-2nd-zone .product-2nd-title {
    font-size: 1.9rem;
  }
}
.product-2nd-zone .product-2nd-text {
  line-height: 1.7rem;
}
.product-2nd-zone .product-2nd-text ul {
  margin: 20px 0 20px 20px;
}
.product-2nd-zone .product-2nd-text li {
  margin-bottom: 10px; font-size: inherit; line-height: inherit;
}
.product-2nd-zone .btn-product {
  color: #8fb8a7;
  overflow: hidden;
  letter-spacing: 0.1rem;
  border: 1px solid #8fb8a7;
  border-radius: 20px;
  margin-top: 30px;
  display: block;
  padding: 10px 0;
  text-align: center;
  max-width: 200px;
}
.product-2nd-zone .btn-product:hover {
  color: #fff;
}
.product-2nd-zone .btn-hv {
  position: relative;
  z-index: 0;
}
.product-2nd-zone .btn-hv:before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  border-radius: 100%;
  width: 2px;
  height: 2px;
  background-color: #8fb8a7;
  transform: scale(0.2);
  transform-origin: 50% 50%;
  transition: all 0.5s;
  opacity: 0;
}
.product-2nd-zone .btn-hv:hover:before {
  transform: scale(105);
  opacity: 1;
}

/* Client =================================================================== */
.client-zone-bg {
  background: url(../images/idx-client-bg.jpg) no-repeat center top / cover;
  position: relative;
  /*min-height: 714px;*/
}
@media (max-width: 576px) {
  .client-zone-bg {
    background-position: -300px top; min-height: inherit;
  }
}
.client-zone-bg .client-headline {
  color: #fff;
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: center;
  position: relative;
  padding-top: 4%;
}
@media (max-width: 576px) {
  .client-zone-bg .client-headline {
    font-size: 1.9rem;
    padding-top: 40px;
  }
}
.client-zone-bg .client-headline span {
  color: #8fb8a7;
}
.client-zone-bg .client-headline:after {
  position: absolute;
  left: calc(50% - 32px);
  bottom: -20px;
  content: "";
  width: 65px;
  height: 2px;
  background: url(../images/title-line.jpg) no-repeat;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.client-circle {
  position: absolute;
  left: calc(50% - 244px);
  top: 25%;
  animation: rotate 70s linear infinite;
}
@media (max-width: 576px) {
  .client-circle {
    display: none;
  }
}

.wrap-application {padding-top: 3%; padding-bottom: 3%;}
.wrap-application .slick-slide {margin: 10px;}

.idxappl-wrap {padding: 0; margin: 0;}
.idxappl-wrap .slick-list {padding: 40px 0!important;}
.idxappl-wrap .slick-prev {left: 25%; width: 100px; z-index: 10;}
.idxappl-wrap .slick-prev::before {content: ""; position: absolute; left: 15px; top:2px; width: 25px; height: 25px; border-width: 0 0 1px 1px; border-style: solid; border-color: #8fb8a7; transform: rotate(45deg); opacity: 1; transition: all 0.5s ease 0s;}
.idxappl-wrap .slick-prev:hover::before {left: 10px;}
/*.idxappl-wrap .slick-prev::after {content: ''; height: 1px; width: 0; background: #8fb8a7; position: absolute; top: 50%; right: 10px; opacity: 0; transition: all 0.25s ease 0s;}
.idxappl-wrap .slick-prev:hover::after {opacity: 1; width: 60px;}*/
.idxappl-wrap .slick-next {right: 25%; width: 100px; z-index: 10;}
.idxappl-wrap .slick-next::before {content: ""; position: absolute; right: 15px; top:2px; width: 25px; height: 25px; border-width: 1px 1px 0 0;border-style: solid; border-color: #8fb8a7; transform: rotate(45deg); opacity: 1; transition: all 0.5s ease 0s;}
.idxappl-wrap .slick-next:hover::before {right: 10px;}
/*.idxappl-wrap .slick-next::after {content: ''; height: 1px; width: 0; background: #8fb8a7; position: absolute; top: 50%; left: 10px; opacity: 0; transition: all 0.25s ease 0s;}
.idxappl-wrap .slick-next:hover::after {opacity: 1; width: 60px;}*/
.idxappl-wrap .slick-slide {position: relative; z-index: 1; transform:scale(1,1); filter: grayscale(100%) opacity(20%); margin: 40px 0; transition: all 0.3s linear 0s;}
.idxappl-wrap-list {width: 100%; height: 0; padding-bottom: 62%; position: relative; z-index: 1; overflow: hidden; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); transition: all 0.3s linear 0s;}
/*.slick-current .idxappl-wrap-list {border-radius: 30px 0 30px 0;}*/
.idxappl-wrap-list .img-center img {position: absolute; top: 50%; left: 50%; display: block; width: 100%!important; height: 100%!important; object-fit:cover; transform:translate(-50%,-50%);}
.idxappl-wrap-list-name {position: absolute; top: 50%; left: 50%; z-index: 100; transform:translate(-50%,-50%); display: flex; flex-flow: wrap; justify-content: center; align-items: center; font-size: 1rem; color: #fff; font-weight: 600; border: 4px solid #fff; background: rgba(98, 164, 141, 0.75); box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); padding: 50px 10px; margin: 0; pointer-events: none; cursor: text; opacity: 0; transition: all 0.3s linear 0s;min-width: 160px;}
.idxappl-wrap .slick-current {transform:scale(1.2,1.2); filter: grayscale(0%) opacity(100%); position: relative; z-index: 100;}
.idxappl-wrap .slick-current .idxappl-wrap-list-name {opacity: 1;}

.wrap-client {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 8%; padding-bottom: 8%;
}
@media (max-width: 1360px) {
  .wrap-client {
    padding-top: 160px; padding-bottom: 12%;
  }
}
@media (max-width: 576px) {
  .wrap-client {
    padding-top: 70px; padding-bottom: 50px;
  }
}

.idx-client {
  padding-left: 0;
}
.idx-client .slick-dots li button:before {
  color: #ccc;
  opacity: 0.5;
}
.idx-client .slick-dots li.slick-active button:before {
  color: #8fb8a7;
}
.idx-client .slick-dots {
  bottom: -50px;
}

.client-list .circle {
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: relative;
  overflow: hidden;
}
.client-list .circle img {
  height: 100%;
}
.client-list .circle:before {
  transition: all 0.3s ease-in-out;
  content: "";
  background-color: #000;
  border-radius: 50%;
  display: block;
  opacity: 0;
  z-index: 1;
  width: 50%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.client-list .circle:hover:before {
  opacity: 0.2;
  width: 100%;
  height: 100%;
}
.client-list .client-name {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  margin-top: 15px;
}
.client-list .client-text {
  text-align: center;
  color: #fff;
  margin-top: 15px;
  line-height: 1.7rem;
}

/* Application =================================================================== */
.wrap-app-news {
  padding: 4% 20px;
}
@media (max-width: 576px) {
  .wrap-app-news {
    padding: 45px 20px;
  }
}

.idx-application {
  padding-left: 0;
}
.idx-application .slick-dots li button:before {
  color: #ccc;
  opacity: 0.5;
}
.idx-application .slick-dots li.slick-active button:before {
  color: #8fb8a7;
}

.application-headline {
  color: #8fb8a7;
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: center;
  position: relative;
  margin-bottom: 5%;
}
@media (max-width: 576px) {
  .application-headline {
    margin-bottom: 30px;
  }
}
.application-headline:after {
  position: absolute;
  left: calc(50% - 32px);
  bottom: -9px;
  content: "";
  width: 65px;
  height: 2px;
  background: url(../images/title-line.jpg) no-repeat;
}
.application-list {max-width: 640px; margin: auto;}
.application-pic {
  position: relative;
  overflow: hidden;
  padding-bottom: 62%;
}
.application-pic img {transform: scale(1.0); transition: all 0.5s ease-in-out;}
.application-pic:hover img {transform: scale(1.1);}
.application-pic .img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.application-pic-title {position: absolute; bottom: 0; left: 0; right: 0; z-index: 100; background: rgba(0, 0, 0, 0.7); color: #fff; font-size: 16px; line-height: 1.15; font-weight: 600; text-align: center; padding: 20px; transition: all 0.5s ease-in-out;}
.application-pic:hover .application-pic-title {background: rgba(0, 0, 0, 0.9);}

/* News =================================================================== */
.news-headline {
  color: #62a48d;
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: center;
  position: relative;
  margin-bottom: 3%;
}
@media (max-width: 576px) {
  .news-headline {
    /*margin-top: 30px;*/
    margin-bottom: 20px;
  }
}
.news-headline:after {
  position: absolute;
  left: calc(50% - 32px);
  bottom: -9px;
  content: "";
  width: 65px;
  height: 2px;
  background: url(../images/title-line.jpg) no-repeat;
}

.news-list {
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
  margin: 3% 0;
}
.news-list .news-date {
  color: #8fb8a7;
  font-size: 1.2rem;
  padding-bottom: 10px;
  display: block;
}
.news-list .news-content {
  line-height: 1.8rem;
  display: block;
  transition: all 0.5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-list a .news-content {
  color: #000;
}
.news-list:hover .news-content {
  color: #abaaaa;
}


ul.news {
  padding: 10px 0 40px 0; margin: 0;
}
ul.news .slick-prev {left: -50px; top: calc(50% - 14px); width: 100px;}
ul.news .slick-prev::before {content: ""; position: absolute; left: 15px; top:2px; width: 25px; height: 25px; border-width: 0 0 1px 1px;border-style: solid; border-color: #8fb8a7; transform: rotate(45deg); opacity: 1; transition: all 0.5s ease 0s;}
ul.news .slick-prev:hover::before {left: 10px;}
/*ul.news .slick-prev::after {content: ''; height: 1px; width: 0; background: #8fb8a7; position: absolute; top: 50%; right: 10px; opacity: 0; transition: all 0.25s ease 0s;}
ul.news .slick-prev:hover::after {opacity: 1; width: 60px;}*/
ul.news .slick-next {right: -50px; top: calc(50% - 14px); width: 100px;}
ul.news .slick-next::before {content: ""; position: absolute; right: 15px; top:2px; width: 25px; height: 25px; border-width: 1px 1px 0 0;border-style: solid; border-color: #8fb8a7; transform: rotate(45deg); opacity: 1; transition: all 0.5s ease 0s;}
/*ul.news .slick-next:hover::before {right: 10px;}
ul.news .slick-next::after {content: ''; height: 1px; width: 0; background: #8fb8a7; position: absolute; top: 50%; left: 10px; opacity: 0; transition: all 0.25s ease 0s;}
ul.news .slick-next:hover::after {opacity: 1; width: 60px;}*/

ul.news li {
  /*display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  max-width: 96%;
  background: #fff;
  border: solid 1px #E2E0E0;
  border-radius: 0px 0px 6px 6px;*/
  font-size: inherit; line-height: inherit;
}
ul.news li a {
  text-decoration: none;
}
ul.news li .inner {
  padding: 10px; margin: 10px; border: 1px solid #eee; background: #fff; display: flex; flex-flow: wrap; min-height: 125px; transition: all 0.5s ease 0s;
}
ul.news li .inner:hover {box-shadow: 0 0 9px rgba(200,207,114, 0.7);}
ul.news li .inner .title {
  /*display: inline-flex;
  width: 70%;
  margin-bottom: 6px;*/
  font-size: 1rem;
  color: #282828;
  text-align: left;
  font-weight: 600;
  padding: 0;
  margin: 5px 0 10px 0;
  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical;
}
ul.news li .inner .title:after {
  content: none;
}
ul.news li .inner .title a {
  color: #8fb8a7; transition: all 0.5s ease 0s;
}
ul.news li .inner .title a:hover {
  color: #499475;
}
ul.news li figure {
  position: relative;
  overflow: hidden;
  padding-bottom: 67%;
}
ul.news li figure .img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
ul.news li figure .img-center img {
  max-height: 100%;
}
ul.news li .time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 20%;
  /*margin-right: 10px;*/
  padding: 8px 10px;
  text-align: center;
  background: #fff;
  font-size: 24px;
  color: #8fb8a7;
  font-weight: 700;
  border-radius: 10px 0 0 10px;
  transition: background 0.2s linear 0s;
}
ul.news li .time small {
  display: block;
  margin: 0;
  font-size: 13px;
  text-transform: capitalize;
}
ul.news li .time small:before {
  content: "";
  display: block;
  margin: 5px 0 0 0;
  border-top: 1px solid #8fb8a7;
}
ul.news li .text {
  /*display: inline-flex;
  width: 90%;*/
  margin: 0;
  padding: 0;
  font-weight: 200;
  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical;
}
ul.news li .con {width: 67%; padding: 0 20px;}
ul.news li .bot {width: 13%; display: flex; flex-flow: wrap;}
ul.news li .bot a:link, ul.news li .bot a:visited {text-decoration:none; color:#fff; background: #8fb8a7; width: 100%; text-align: center; display: flex; flex-flow: wrap; justify-content: center; align-items: center; /*border-radius: 0 10px 10px 0;*/ transition: all 0.5s ease 0s;}
ul.news li .bot a:active, ul.news li .bot a:hover {text-decoration:none; color:#fff; background: #499475; cursor:pointer; transition: all 0.5s ease 0s;}
.btn-more {
  color: #EB8683;
  overflow: hidden;
  letter-spacing: 0.1rem;
  border: 1px solid #EB8683;
  border-radius: 20px;
  margin: auto;
  display: block;
  padding: 10px 0;
  text-align: center;
  max-width: 200px;
}
.btn-more:hover {
  color: #fff;
}
.btn-hv-more {
  position: relative;
  z-index: 0;
}
.btn-hv-more:before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  border-radius: 100%;
  width: 2px;
  height: 2px;
  background-color: #EB8683;
  transform: scale(0.2);
  transform-origin: 50% 50%;
  transition: all 0.5s;
  opacity: 0;
}
.btn-hv-more:hover:before {
  transform: scale(105);
  opacity: 1;
}

@media only screen and (max-width: 1400px) {
    ul.news .slick-prev {left: -20px;}
    ul.news .slick-next {right: -20px;}
}
@media only screen and (max-width: 991px) {
    .wrap-application {padding-top: 40px; padding-bottom: 40px;}
    ul.news .slick-prev {left: -15px; top: auto; bottom: -36px;}
    ul.news .slick-next {right: -15px; top: auto; bottom: -36px;}
    ul.news li .con {width: 64%;}
    ul.news li .bot {width: 16%;}
}
@media only screen and (max-width: 768px) {
    .idxappl-wrap .slick-prev {left: 0;}
    .idxappl-wrap .slick-next {right: 0;}
}
@media only screen and (max-width: 640px) {
    .wrap-application .slick-slide {margin: 10px 0;}
}
@media only screen and (max-width: 575px) {
    ul.news li .inner {margin: 10px 0;}
    ul.news li .inner:hover {box-shadow: none;}
    ul.news li .time {font-size: 20px;}
}
@media only screen and (max-width: 430px) {
    ul.news li .time {width: 100%; /*border-radius: 10px 10px 0 0;*/ padding: 5px 10px; line-height: 2;}
    ul.news li .time small {line-height: 1.5;}
    ul.news li .time small::before {margin: 0;}
    ul.news li .con {width: 100%; padding: 10px;}
    ul.news li .bot {width: 100%;}
    ul.news li .bot a:link, ul.news li .bot a:visited {/*border-radius: 0 0 10px 10px;*/ line-height: 2;}
}
@media only screen and (max-width: 350px) {
    ul.news li .con {padding: 10px 0;}
}
