main {
  margin-top: 88px; }
  main .container {
    max-width: 80%; }

.detailPage {
  background: #ebebeb; }

.backToBtn {
  margin: 0 auto;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .backToBtn i.arrow {
    width: 50px;
    height: 50px;
    background: #000 url(../images/arrow_left_icon_w.svg) center center no-repeat;
    z-index: 1;
    border-radius: 6px;
    display: inline-block;
    transition: ease-in-out 0.3s; }
  .backToBtn span {
    color: #55636F;
    font-size: 24px;
    margin-left: 20px;
    transition: ease-in-out 0.3s; }
  .backToBtn:hover span {
    color: #00B3FF; }
  .backToBtn:hover i.arrow {
    background: #00B3FF url(../images/arrow_left_icon_w.svg) center center no-repeat; }

/*News List*/
.newslist {
  padding: 5% 0%;
  position: relative;
  z-index: 100; }
  @media only screen and (max-width: 1680px) {
    .newslist {
      padding: 5% 10%; } }
  .newslist .wrapTitleBox {
    margin-bottom: 60px; }
  .newslist .loadmore-tips {
    color: #fff;
    opacity: .3;
    font-size: 21px; }
  .newslist .listContent {
    margin-top: 40px;
    gap: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .newslist .listContent .newsInner {
      width: 500px;
      position: relative;
      margin-bottom: 20px;
      border: 1px solid #2B5774;
      border-radius: 6px; }
    .newslist .listContent .markimg {
      background: linear-gradient(-30deg, #0044BE, rgba(107, 200, 242, 0.2), rgba(107, 200, 242, 0));
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      height: 100%;
      z-index: 10;
      transition: all 0.3s ease;
      opacity: 0;
      visibility: hidden; }
    .newslist .listContent .imgCard {
      width: 500px;
      position: relative;
      overflow: hidden; }
      .newslist .listContent .imgCard:after {
        position: absolute;
        bottom: 0px;
        right: 12px;
        width: 20px;
        height: 20px;
        background: url(../images/moreadd.svg) center center no-repeat;
        background-size: contain;
        content: '';
        z-index: 1; }
      .newslist .listContent .imgCard img {
        width: 100%;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        transition: all 0.3s ease;
        position: relative;
        z-index: 2;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px; }
    .newslist .listContent .txtCard {
      padding: 32px 40px; }
      .newslist .listContent .txtCard .datetime {
        font-family: 'Ubuntu Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #FFFFFF;
        opacity: 0.5; }
      .newslist .listContent .txtCard a {
        color: #FFFFFF; }
      .newslist .listContent .txtCard h5 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        text-transform: capitalize;
        color: #FFFFFF;
        margin-bottom: 30px; }
      .newslist .listContent .txtCard p {
        font-size: 16px;
        line-height: 1.5;
        color: #55636f;
        margin-top: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden; }
        @media only screen and (max-width: 1680px) {
          .newslist .listContent .txtCard p {
            font-size: 14px; } }
    .newslist .listContent .newsInner:hover .markimg {
      opacity: 1;
      visibility: visible; }
    .newslist .listContent .newsInner:hover .markimg, .newslist .listContent .newsInner:hover img {
      border-bottom-right-radius: 120px; }
  .newslist .listContent.none {
    display: none; }

/*Detail Page*/
.detailMainContent {
  margin: 40px 0px 60px 0px;
  position: relative; }
  .detailMainContent .wrapTitleBox h3 {
    color: #000; }
  .detailMainContent .wrapTitleBox p {
    color: #000; }
  .detailMainContent .contentView {
    background: #fff;
    padding: 80px 100px 60px 100px; }
  .detailMainContent .contentWrap {
    margin-bottom: 60px; }
    .detailMainContent .contentWrap .content {
      padding-bottom: 80px;
      border-bottom: 1px solid #015DAC;
      margin-bottom: 60px; }
      .detailMainContent .contentWrap .content a {
        text-decoration: underline; }
      .detailMainContent .contentWrap .content p {
        font-size: 18px;
        line-height: 1.6;
        font-family: "Untitled Sans", Poppins; }
      .detailMainContent .contentWrap .content ul {
        margin-left: 25px; }
        .detailMainContent .contentWrap .content ul li {
          font-size: 18px;
          line-height: 1.8;
          list-style: disc; }
    .detailMainContent .contentWrap .tagslist {
      display: flex;
      align-items: center; }
      .detailMainContent .contentWrap .tagslist h6 {
        color: #55636F;
        margin-right: 10px;
        margin-bottom: 0px; }
      .detailMainContent .contentWrap .tagslist .tagsCon a {
        padding: 10px 16px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
        background-color: #9cb4dd;
        border-radius: 30px;
        text-decoration: none;
        margin-right: 6px; }
        .detailMainContent .contentWrap .tagslist .tagsCon a:hover {
          color: #fff;
          background-color: #015DAC; }

.pager {
  margin-top: 40px;
  margin-bottom: 60px; }

.pager .pagination {
  margin: 0;
  margin-top: 48px; }

.pager .pager {
  margin: 0; }

.pager li {
  margin: 0 0.4em;
  display: inline-block; }

.pager li > a,
.pager li > span {
  background: none;
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #A3A8AC; }

.pager li:nth-of-type(1) span {
  display: inline-block;
  background: url(../images/paper-arrow-prev.svg) center center no-repeat; }

.pager li:nth-last-of-type(1) span {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../images/paper-arrow-next.svg) center center no-repeat; }

.pager li.active > a,
.pager li.active > span {
  background: #00B3FF;
  color: #fff;
  border: 1px solid #fff; }

.pager li.disabled > span {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .2; }
  .pager li.disabled > span:hover {
    color: #fff;
    background: #00B3FF; }

.pager li:nth-of-type(1) > a {
  width: 36px;
  height: 36px;
  background: url(../images/paper-arrow-prev.svg) center center no-repeat;
  text-indent: -9999px; }
  .pager li:nth-of-type(1) > a:hover {
    background: #00B3FF url(../images/paper-arrow-prev-no.svg) center center no-repeat; }

.pager li:nth-of-type(1).disabled > span {
  width: 36px;
  height: 36px;
  background: url(../images/paper-arrow-prev-no.svg) center center no-repeat;
  text-indent: -9999px; }

.pager li:nth-last-of-type(1) > a {
  width: 36px;
  height: 36px;
  background: url(../images/paper-arrow-next.svg) center center no-repeat;
  text-indent: -9999px; }
  .pager li:nth-last-of-type(1) > a:hover {
    background: #00B3FF url(../images/paper-arrow-next-no.svg) center center no-repeat; }

.pager li:nth-last-of-type(1).disabled > span {
  width: 36px;
  height: 36px;
  background: url(../images/paper-arrow-next-no.svg) center center no-repeat;
  text-indent: -9999px; }
  .pager li:nth-last-of-type(1).disabled > span:hover {
    background: url(../images/paper-arrow-next-no.svg) center center no-repeat; }

.pager li:hover > span, .pager li:hover > a {
  color: #fff;
  background-color: #00B3FF; }

@media only screen and (max-width: 2156px) {
  .newslist .listContent .newsInner {
    width: 400px; }
  .newslist .listContent .imgCard {
    width: 400px; } }

@media only screen and (max-width: 1920px) {
  .newslist .listContent .newsInner {
    width: 360px; }
  .newslist .listContent .imgCard {
    width: 360px; } }

@media only screen and (max-width: 1680px) {
  main .container {
    max-width: 100%;
    padding: 0px; } }

@media only screen and (max-width: 1480px) {
  main .container {
    max-width: 100%; }
  .newslist {
    padding: 80px 80px; }
  .newslist .listContent .txtCard {
    padding: 24px 32px; }
  .newslist .listContent .txtCard h5 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 24px; }
  .newslist .listContent .txtCard .datetime {
    font-size: 14px;
    line-height: 18px; }
  .detailMainContent {
    margin: 40px 0px 100px; }
  .detailMainContent .contentWrap {
    margin-bottom: 60px; }
  .detailMainContent .contentWrap .content p {
    font-size: 16px;
    line-height: 1.6; } }

@media only screen and (max-width: 1366px) {
  .backToBtn span {
    font-size: 21px; }
  .backToBtn i.arrow {
    width: 40px;
    height: 40px; }
  .newslist .listContent .newsInner {
    width: 320px; }
  .newslist .listContent .imgCard {
    width: 320px; }
  .newslist .listContent .txtCard {
    padding: 20px 24px; } }

@media only screen and (max-width: 1280px) {
  .detailMainContent {
    margin: 80px 80px; } }

@media only screen and (max-width: 1024px) {
  main .container {
    max-width: 100%;
    padding: 0px 4%; }
  main .newslist .container {
    padding: 0px; }
  .newslist {
    padding: 60px 40px; }
  .newslist .listContent {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .newslist .listContent .newsInner {
    width: 360px; }
  .newslist .listContent .imgCard {
    width: 360px; }
  .detailMainContent {
    margin: 0px 0px; }
  .detailMainContent .container {
    max-width: 100%;
    padding: 0px; }
  .detailMainContent .contentView {
    padding: 60px 80px;
    border-radius: 0px; }
  .detailMainContent .contentWrap {
    margin-bottom: 40px; }
  .detailMainContent .wrapTitleBox h3 {
    font-size: 24px;
    line-height: 28px; }
  .detailMainContent .contentWrap .tagslist {
    display: flex;
    align-items: self-start;
    flex-direction: column;
    gap: 12px; }
  .detailMainContent .contentWrap .tagslist .tagsCon {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .backToBtn i.arrow {
    width: 40px;
    height: 40px; }
  .backToBtn span {
    font-size: 18px; } }

@media only screen and (max-width: 820px) {
  main {
    margin-top: 68px; }
  .newslist {
    padding: 60px 40px; }
  .newslist .wrapTitle {
    font-size: 24px;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start; }
  .newslist .listContent .newsInner {
    width: 320px; }
  .newslist .listContent .imgCard {
    width: 320px; }
  .detailMainContent .contentView {
    margin-top: 20px;
    padding: 40px 30px;
    border-radius: 0px; }
  .detailMainContent .contentWrap .content ul li {
    font-size: 16px;
    line-height: 1.6; }
  .detailMainContent .contentWrap .content {
    padding-bottom: 60px;
    margin-bottom: 60px; } }

@media only screen and (max-width: 640px) {
  .newslist .listContent {
    gap: 30px; }
  .detailMainContent .contentWrap .content p {
    font-size: 16px;
    line-height: 1.5; }
  .backToBtn i.arrow {
    width: 30px;
    height: 30px; }
  .backToBtn span {
    font-size: 16px;
    margin-left: 15px; } }
