.news-boxs {
  width: 100%;
  height: auto;
}

.news-box {
  max-width: 850px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news-box-img {
  width: 100%;
  height: auto;
}

.size-thumbnail {
  max-width: 850px;
  max-height: 566px;
  width: 100% !important;
  height: auto !important;
}

.news-box-date {
  font-size: 20px;
  line-height: 28px;
  align-self: flex-start;
  margin-top: 40px;
}

.news-box-title {
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.news-box-content {
  font-size: 22px;
  line-height: 42px;
  margin-bottom: 100px;
  align-self: flex-start;
}

.size-medium {
  max-width: 850px;
  max-height: 566px;
  width: 100% !important;
  height: auto !important;
  margin-top: 72px;
  margin-bottom: 72px;
}

.map-detail-btn {
  font-size: 28px;
  border: 3px solid #29C49D;
  border-radius: 34px;
}

.map-detail-btn:hover {
  /* opacity: .7; */
  background-color: #29C49D;
}

.map-detail-btn:hover .btn-news g path {
  stroke: white;
}

.map-detail-btn:hover .btn-news text {
  fill: #fff;
}

.btndetail-link {
  padding: 1.250vw 7.292vw 1.250vw 5.208vw; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.btndetail-link svg g tspan {
  font-size: 28px;
  font-weight: 600;
}

.width-btn-news-detail {
  width: 450px;
  height: 80px;
}

@media screen and (min-width: 416px) and (max-width: 1200px) {
  .map-detail-btn {
    border: 2px solid #29C49D;
    border-radius: 34px;
  }
  .btndetail-link svg g tspan {
    font-size: 26px;
  }
}

@media screen and (max-width: 415px) {
  .margin-bottom-40 {
    margin-bottom: 40px !important;
  }
  .company-news {
    margin-top: 50px !important;
  }
  .news-box {
    padding: 0 13px;
  }
  .news-box-date {
    font-size: 16px;
    line-height: 28px;
    align-self: flex-start;
    margin-top: 40px;
  }
  .news-box-title {
    align-self: flex-start;
    margin-top: 14px;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 32px;
  }
  .news-box-content {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 80px;
  }
  .size-medium {
    margin-top: 91px;
    margin-bottom: 80px;
  }
  .btndetail-link svg g tspan {
    font-size: 20px;
  }
  .btndetail-link {
    padding: 1.250vw 0;
  }
  .width-btn-news-detail {
    width: 250px;
    height: 50px;
  }
  .margin-bottom-btn-mobile {
    margin-bottom: 50px;
  }
}