.news-43-1 {
  margin: 0;
  padding: 0;
  background: url(../images/news-43-1/n-bg.jpg) top center no-repeat;
}
.news-43-1 .news-title {
  width: 100%;
  height: auto;
  font: 31px/72px "Kanit", Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #ba988c;
  padding-bottom: 15px;
}
.news-43-1 .news-title img {
  max-width: 100%;
  height: auto;
}
.news-43-1 .news-top {
  /* height:59px; */
  padding-top: 20px;
  /* background: rgb(0,78,130); */
  /* background: linear-gradient(90deg, rgba(0,78,130,1) 0%, rgba(63,161,226,1) 100%); */
  background: url(../images/news-43-1/bg11.jpg) top center no-repeat;
}
.news-43-1 .tab1 {
  font: 16px/30px "kanit", Arial, sans-serif;
  color: #0d0d0d;
  padding-top: 25px;
  padding-bottom: 30px;
}
.news-43-1 .tab {
  font: 20px/44px "kanit", Arial, sans-serif;
  color: #0d0d0d;
  background: #b47744;
  /* margin-bottom: -1px; */
  /* padding: 2px 10px; */
  /* background: #41addd; */
  /* border:1px solid #0088d2; */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  /* border-radius: 10px; */
  /* -webkit-box-shadow: 2px 4px 7px 0px rgba(0,0,0,0.21); */
  -moz-box-shadow: 2px 4px 7px 0px rgba(0, 0, 0, 0.21);
  /* box-shadow: 2px 4px 7px 0px rgba(0,0,0,0.21); */
}
.news-43-1 .tab ul {
  padding: 0;
  margin: 0;
  color: #0d0d0d;
}
.news-43-1 .tab ul li {
  padding: 0px 10px;
}
.news-43-1 .tab .normal {
  width: max-content;
  height: auto;
  display: inline-block;
  text-align: center;
  /* margin-top: 7px;*/
  color: #3e677c;
  padding: 6px 25px 6px 25px;
  /* letter-spacing:1px; */
}
.news-43-1 .tab .active {
  width: 100%;
  white-space: nowrap;
  text-align: center;
  margin-top: 0;
  padding: 6px 25px 6px 25px;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c89d5+0,24aae0+100 */
  background: #1c89d5; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #1c89d5 0%,
    #24aae0 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #1c89d5 0%,
    #24aae0 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #1c89d5 0%,
    #24aae0 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c89d5', endColorstr='#24aae0',GradientType=1 ); /* IE6-9 */
}
.news-43-1 .tab .active a {
  color: #fff;
  padding: 0 10px 10px 10px;
}
.news-43-1 .tab .normal a {
  color: #fff;
}
.news-43-1 .tab .normal a:hover {
  color: #fff;
}

.news-43-1 .news-mid {
  margin: 0;

  padding: 0;

  padding-top: 10px;

  /* background: #fff; */
}
.news-43-1 .news-bottom {
  position: relative;

  margin: 0;
  padding: 20px 0px;
}

.news-43-1 .news-mid .btn-left {
  margin: 0;
  padding: 0;
  margin-top: 200px;
}
.news-43-1 .news-mid .btn-right {
  margin: 0;
  padding: 0;
  margin-top: 200px;
}
.news-43-1 .p-4 {
  padding: 1.3rem !important;
}
.news-43-1 .news-block {
  /* width: 364px; */
  min-height: 410px;
  /* -webkit-border-radius: 10px; */
  -moz-border-radius: 10px;
  /* border-radius: 10px; */
  background: #fff7f0;
  padding: 12px;
  box-shadow: 3px 3px 16px 0px rgba(0, 23, 128, 0.75);
  -webkit-box-shadow: 3px 3px 16px 0px rgba(0, 23, 128, 0.75);
  -moz-box-shadow: 3px 3px 16px 0px rgba(0, 23, 128, 0.75);
  transform: scale(1, 1);
  transition: all 0.18s ease-in-out;
}
.news-43-1 .news-block:hover {
  position: relative;
  z-index: 1;
  background: rgb(0, 196, 173);
  background: linear-gradient(
    120deg,
    rgba(0, 196, 173, 1) 0%,
    rgba(0, 93, 213, 1) 100%
  );

  transform: scale(1.1, 1.1);
  transition: all 0.18s ease-in-out;
}

.news-43-1 .news-block .news-pic {
  margin: 0;
  padding: 0;
  /* -webkit-border-radius: 7px; */
  -moz-border-radius: 7px;
  /* border-radius: 7px; */
  overflow: hidden;
}
.news-43-1 .news-block .news-pic img {
  max-width: 100%;
  height: auto;
}
.news-43-1 .news-block .news-text {
  margin: 0;
  padding: 0;
  height: 200px;
  padding-bottom: 20px;
}
.news-43-1 .news-block .news-text .news-topic {
  padding: 10px 5px;
  height: 119px;
  overflow: hidden;
  font: 16px/20px "kanit", Arial, sans-serif;
  color: #1f1f1f;
}
.news-43-1 .news-block .news-text .news-topic a {
  color: #333;
}
.news-43-1 .news-block .news-text .news-topic a:hover {
  color: #fff;
}
.news-43-1 .news-block .news-text .news-d {
  padding: 15px 19px 0px 5px;
  font: 15px/20px "kanit", Arial, sans-serif;
  color: #fff;
}
.news-43-1 .news-block .news-text .news-date {
  padding: 0px 5px;
  font: 12px/20px "kanit", Arial, sans-serif;
  color: #fff;
}
.news-43-1 .n-bottom2 {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 25px;
  text-align: center;
}
.news-43-1 .n-bottom {
  width: 100%;
  height: 60px;
  position: relative;
}
.news-43-1 .n-bottom3 {
  /* height:auto; */
  position: absolute;
  width: 100%;
  text-align: center;
  top: -10px;
  /* right:0; */
}
.news-43-1 .n-bottom .nb-p {
  height: auto;
  position: absolute;
  text-align: center;
  top: -13px;
}
@media (max-width: 374px) {
  .news-43-1 {
    margin-top: 0px;
  }

  .news-43-1 .tab .normal {
    width: 185px;
    padding: 5px 0px 1px 0px;
  }
  .news-43-1 .news-mid .btn-left {
    display: none;
  }
  .news-43-1 .news-mid .btn-right {
    display: none;
  }
  .news-43-1 .news-block {
    width: 300px;
  }
}
@media (min-width: 375px) and (max-width: 419px) {
  .news-43-1 {
    margin-top: 0px;
  }

  .news-43-1 .tab .normal {
    width: 185px;
    padding: 5px 0px 1px 0px;
  }
  .news-43-1 .news-mid .btn-left {
    display: none;
  }
  .news-43-1 .news-mid .btn-right {
    display: none;
  }
  .news-43-1 .news-block {
    width: 335px;
  }
}
@media (min-width: 420px) and (max-width: 575px) {
  .news-43-1 {
    margin-top: 0px;
  }

  .news-43-1 .tab .normal {
    width: 185px;
    padding: 5px 0px 1px 0px;
  }
  .news-43-1 .news-mid .btn-left {
    display: none;
  }
  .news-43-1 .news-mid .btn-right {
    display: none;
  }
  .news-43-1 .tab .normal {
    width: 190px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-43-1 {
    margin-top: 0px;
  }

  .news-43-1 .tab .normal {
    width: 185px;
    padding: 5px 0px 1px 0px;
  }
  .news-43-1 .news-mid .btn-left {
    display: none;
  }
  .news-43-1 .news-mid .btn-right {
    display: none;
  }
  .news-43-1 .news-block {
    width: 330px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-43-1 {
    margin-top: 0px;
  }

  .news-43-1 .tab .normal {
    width: 185px;
    padding: 5px 0px 1px 0px;
  }
  .news-43-1 .news-mid .btn-left {
    display: none;
  }
  .news-43-1 .news-mid .btn-right {
    display: none;
  }
  .news-43-1 .news-block {
    width: 300px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .news-43-1 .tab .normal {
    /* width:auto; */
    /* padding: 0px 10px; */
    /* font-size: 18px; */
    /* line-height: 50px; */
  }
}
@media (min-width: 1281px) and (max-width: 1366px) {
  .news-43-1 .news-block {
    width: 250px;
    min-height: 385px;
  }
  .news-43-1 .tab .active {
    padding: 5px 30px 1px 38px;
  }
  .news-43-1 .tab .normal {
    /* padding: 6px 0px 1px 38px; */
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .news-43-1 .news-block {
    width: 265px;
    min-height: 390px;
  }
}
@media (min-width: 1441px) and (max-width: 1600px) {
  .news-43-1 .news-block {
    width: 297px;
    min-height: 385px;
  }
}
