.news-section {
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  height: auto;
  overflow: hidden;
  padding: 0 6.5625rem 0;
}
@media screen and (max-width: 992px) {
  .news-section {
    padding: 0 3.125rem 0;
  }
}
@media screen and (max-width: 576px) {
  .news-section {
    padding: 0 1.875rem 0;
  }
}
.news-section .news-search {
  display: grid;
  grid-template-columns: 12fr 10fr;
  gap: 1.75rem;
  padding: 2.3125rem 0 2rem;
  border-bottom: 1px solid #DFDFDF;
}
@media screen and (max-width: 576px) {
  .news-section .news-search {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.news-section .news-search .news-search-left .custom-select,
.news-section .news-search .news-search-right .custom-select {
  width: 100%;
  height: 3.875rem;
  background: #FBFBFB 0% 0% no-repeat padding-box;
  border: 1px solid #CBCBCB;
  border-radius: 1.9375rem;
  box-sizing: border-box;
  padding: 0 2.125rem;
}
.news-section .news-search .news-search-left .custom-select select,
.news-section .news-search .news-search-right .custom-select select {
  display: block;
  width: 100%;
  height: 100%;
  font: normal normal normal 1.125rem/1.3125rem Inter;
  letter-spacing: 0px;
  color: #7A7A7A;
}
.news-section .news-search .news-search-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
}
.news-section .news-list .news-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.1875rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid #DFDFDF;
}
@media screen and (max-width: 992px) {
  .news-section .news-list .news-item {
    grid-template-columns: 1fr 40%;
    gap: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .news-section .news-list .news-item {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.news-section .news-list .news-item .news-item-left {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 576px) {
  .news-section .news-list .news-item .news-item-left {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.news-section .news-list .news-item .news-item-left > p {
  text-align: left;
  font: normal normal normal 1rem/1.625rem Inter;
  letter-spacing: 0px;
  color: #4E4E4E;
}
@media screen and (max-width: 576px) {
  .news-section .news-list .news-item .news-item-left > p {
    margin-bottom: 1rem;
  }
}
.news-section .news-list .news-item .news-item-left .news-item-img {
  width: 29.5rem;
  height: 19.6875rem;
  background-color: #EEEEEE;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .news-section .news-list .news-item .news-item-left .news-item-img {
    width: 100%;
    height: auto;
    min-height: 21.875rem;
  }
}
.news-section .news-list .news-item .news-item-left .news-item-img:hover img {
  transform: scale(1.1);
}
.news-section .news-list .news-item .news-item-left .news-item-img img {
  display: block;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s;
}
.news-section .news-list .news-item .news-item-left .news-item-img div {
  display: inline;
  padding: 0.9375rem 1.4375rem;
  font: normal normal normal 0.9375rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #025DBC;
  position: absolute;
  right: 0;
  top: 0;
}
.news-section .news-list .news-item .news-item-right .news-item-right-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 35.25rem;
}
@media screen and (max-width: 1024px) {
  .news-section .news-list .news-item .news-item-right .news-item-right-content {
    width: 100%;
  }
}
.news-section .news-list .news-item .news-item-right .news-item-right-content .content-download-txt h4 {
  font: normal normal normal 1.5rem/2.25rem Inter;
  letter-spacing: 0px;
  color: #1D1D1D;
  text-transform: capitalize;
  box-sizing: border-box;
  padding-right: 0.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-section .news-list .news-item .news-item-right .news-item-right-content .content-download-txt label {
  text-align: left;
  text-decoration: underline;
  font: normal normal normal 1rem/1.1875rem Inter;
  letter-spacing: 0px;
  color: #2A8AEE;
  margin-top: 1.25rem;
  display: block;
}
.news-section .news-list .news-item .news-item-right .news-item-right-content .content-download-txt p {
  font: normal normal normal 1rem/1.625rem Inter;
  letter-spacing: 0px;
  color: #4E4E4E;
  margin-top: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .news-section .news-list .news-item .news-item-right .news-item-right-content .content-download-txt p {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.news-section .news-list .news-item .news-item-right .news-item-right-content .news-item-download {
  width: 8.875rem;
  height: 3.5rem;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-section .news-list .news-item .news-item-right .news-item-right-content .news-item-download span {
  font: normal normal normal 1.125rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-right: 1.25rem;
}
.news-section .news-list .news-item .news-item-right .news-item-right-content .news-item-download img {
  display: block;
  width: 1.375rem;
}
.news-section .news-list .news-item .news-item-right .news-item-right-content .news-item-more {
  width: 8.875rem;
  height: 3.5rem;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-section .news-list .news-item .news-item-right .news-item-right-content .news-item-more span {
  font: normal normal normal 1.125rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-right: 1.25rem;
}
.news-section .news-list .news-item .news-item-right .news-item-right-content .news-item-more img {
  display: block;
  max-width: 1.25rem;
}
.news-detail {
  width: 100%;
  box-sizing: border-box;
  padding: 2rem 11.625rem 5.75rem;
}
@media screen and (max-width: 992px) {
  .news-detail {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media screen and (max-width: 576px) {
  .news-detail {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.news-detail .news-brand div {
  display: inline-block;
  padding: 0.9375rem 1.4375rem;
  font: normal normal normal 0.9375rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #025DBC;
}
.news-detail .news-date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 1.75rem 0;
}
.news-detail .news-date p {
  text-align: left;
  font: normal normal normal 1rem/1.1875rem Inter;
  letter-spacing: 0px;
  color: #4E4E4E;
  margin-right: 5rem;
}
.news-detail .news-date label {
  text-decoration: underline;
  font: normal normal normal 1rem/1.1875rem Inter;
  letter-spacing: 0px;
  color: #2A8AEE;
}
.news-detail > h3 {
  font: normal normal normal 1.5rem/1.8125rem Inter;
  letter-spacing: 0px;
  color: #1D1D1D;
  text-transform: capitalize;
}
.news-detail > p {
  text-align: left;
  font: normal normal normal 1rem/1.4063rem Inter;
  letter-spacing: 0px;
  color: #4E4E4E;
  margin-top: 2.0625rem;
}
.news-detail .news-detail-img1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  margin-top: 3.875rem;
}
@media screen and (max-width: 576px) {
  .news-detail .news-detail-img1 {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
}
.news-detail .news-detail-img1 div img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.news-detail .news-detail-img2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3.875rem;
}
@media screen and (max-width: 576px) {
  .news-detail .news-detail-img2 {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
}
.news-detail .news-detail-img2 div img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.news-detail .news-detail-img2 div p {
  text-align: center;
  font: normal normal normal 0.875rem/1rem Inter;
  letter-spacing: 0px;
  color: #4E4E4E;
  margin-top: 1rem;
}
.news-detail .news-detail-back {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4.25rem;
}
.news-detail .news-detail-back a {
  width: 8.875rem;
  height: 3.5rem;
  background-color: #000000;
  font: normal normal normal 1.125rem/3.5rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}

.news-form {
  margin-top: 2.875rem;
  height: calc(100% - 8.125rem);
}
.news-form .form-row {
  display: grid;
  grid-template-columns: 8.75rem 1fr;
  gap: 2rem;
  margin-bottom: 0.8125rem;
}
.news-form .form-row .form-lable {
  display: block;
  text-align: left;
  font: normal normal bold 1.125rem/3.625rem Inter;
  letter-spacing: 0px;
}
.news-form .form-row .form-lable span {
  color: #F91717;
}
.news-form .form-row .form-radio-content {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  height: 3.625rem;
}
.news-form .form-row .form-radio-content .radio-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.75rem;
}
.news-form .form-row .form-radio-content .radio-container .radio-input {
  width: 1.5625rem;
  height: 1.5625rem;
  margin-right: 0.75rem;
}
.news-form .form-row .form-radio-content .radio-container .radio-label {
  font: normal normal normal 1.125rem/26px Inter;
  letter-spacing: 0px;
  color: #232323;
}
.news-form .form-row .form-input-content {
  width: 100%;
  height: auto;
}
.news-form .form-row .form-input-content input {
  display: block;
  width: 100%;
  height: 3.625rem;
  background-color: #F5F5F5;
  box-sizing: border-box;
  padding: 0 1.25rem;
  text-align: left;
  font: normal normal normal 1.125rem Inter;
  border: 1px solid transparent;
}
.news-form .form-row .form-input-content textarea {
  width: 100%;
  box-sizing: border-box;
  height: 180px;
  background-color: #F5F5F5;
  padding: 1.25rem;
  text-align: left;
  font: normal normal normal 1.125rem Inter;
  border: 1px solid transparent;
}
.news-form .form-btn button {
    width: 9.75rem;
    height: 3.5rem;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.news-form .form-btn button span {
    font: normal normal normal 1.125rem Inter;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-right: 1.25rem;
}
.error {
    color: red;
    font-size: 0.9em;
    display: block;
    margin-top: 0.3125rem;
}
