/*reports*/
.big-report {
  position: relative;
}

.big-report:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 80%;
  background: #FAFAFA;
  top: 50%;
  transform: translateY(-50%);
}

.report-section .big-item-report {
  margin-bottom: 80px;
  height: 692px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

.report-section .big-item-report .thumb-mb {
  display: none;
}

.report-section .big-item-report .info {
  max-width: 668px;
  color: #fff;
  padding: 179px 65px 40px 40px;
}

.info-report {
  color: #fff;
}

.info-report .cat {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 13px;
}

.info-report .cat a {
  color: #fff;
}

.info-report h3 {
  font-size: 40px;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 23px;
  font-family: 'Vollkorn', serif;
}

.info-report h3 a {
  color: #fff;
}

.info-report .desc {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 22px;
}

.info-report .desc p {
  margin-bottom: 0;
}

.info-report a.read {
  display: inline-block;
  text-align: center;
  width: 256px;
  height: 61px;
  line-height: 61px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #F99922;
  font-family: 'DIN';
}

.sm-list-report {
  position: relative;
  padding-bottom: 11px;
}

.sm-list-report:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 91%;
  background: #FAFAFA;
  bottom: 0;
}

.list-report {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -26.5px;
  position: relative;
  z-index: 2;
}

.list-report .item-report {
  width: calc(100%/3);
  padding: 0 26.5px;
  margin-bottom: 56px;
}

.list-report .item-report .inner {
  height: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 50px rgb(0 0 0 / 10%);
}

.item-report .info {
  padding: 30px 44px 40px;
}

.item-report .info .cat a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2699FB;
}

.item-report .info h3 {
  font-family: 'Vollkorn', serif;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 14px 0;
  min-height: 90px;
}

.item-report .info .desc {
  font-size: 20px;
  line-height: 30px;
}

/*report-detail*/
.report-detail-top {
  margin-bottom: 103px;
  position: relative;
  background: #1495D9;
  padding: 50px 0;
}

.report-detail-top .container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: flex-end;
}

.report-detail-top .thumb {
  max-width: 865px;
  margin-right: 60px;
  position: absolute;
  left: 15px;
  top: -95px;
}

/*.report-detail-top .thumb img {
	transform: scale(1.17);
}*/
.report-detail-top .info-report {
  width: calc(100% - 925px);
}

.report-detail-top .info-report .inner-info {
  max-width: 565px;
}

.page-heading-rp {
  margin-bottom: 103px;
}

.report-detail-main {
  margin-bottom: 35px;
}

.report-detail-main .content {
  padding-left: 160px;
}

.report-detail-main .content p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

.report-detail-main .content h2 {
  font-family: 'DIN';
  font-size: 30px;
  line-height: 40px;
  color: #031249;
  text-transform: uppercase;
  padding-bottom: 14px;
  margin-bottom: 35px;
  border-bottom: 1px solid #1495D9;
}

.report-detail-main .content .item {
  margin-bottom: 80px;
}

.report-detail-main .content h3 {
  font-size: 26px;
  line-height: 30px;
  color: #1495D9;
  font-family: 'DIN';
  margin-bottom: 25px;
}

.report-detail-main .content h4 {
  font-size: 20px;
  line-height: 26px;
  color: #031249;
  font-family: 'DIN';
  margin-bottom: 28px;
}

.report-detail-main .content p strong {
  font-weight: 400px;
  color: #F99922;
}

.report-detail-main .share-report {
  display: flex;
  justify-content: flex-end;
}

.continue-reading {
  position: relative;
}

.continue-reading:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 70%;
  background: #FAFAFA;
  bottom: 0;
}

.continue-reading>div {
  position: relative;
  z-index: 1;
}

.continue-reading h2 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: 'DIN';
  padding-bottom: 10px;
  margin-bottom: 100px;
  border-bottom: 1px solid #1495D9;
}

.continue-reading .list-report-mb {
  display: none;
}

.continue-reading .list-report .item-report {
  margin-bottom: 87px;
}

/*magazine*/
.magazine-heading {
  margin-bottom: 36px;
}

.magazine-section {
  padding-bottom: 9px;
  position: relative;
}

.magazine-section:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 81%;
  background: #FAFAFA;
  bottom: 0;
}

.magazine-section>div {
  position: relative;
  z-index: 2;
}

.list-magazine {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}

.list-magazine .magazine-item {
  width: 25%;
  padding: 0 14px;
  margin-bottom: 55px;
}

.list-magazine .magazine-item .thumb {
  border-radius: 10px;
  margin-bottom: 22px;
  overflow: hidden;
}

/*.list-magazine .magazine-item .thumb img {
	transform: scale(1.42);
}*/
.list-magazine .magazine-item .info {
  padding-left: 10px;
}

.list-magazine .magazine-item .info .title-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}

.list-magazine .magazine-item .info .title-down h3 {
  font-size: 26px;
  line-height: 30px;
  font-family: 'Vollkorn', serif;
  margin-bottom: 4px;
}

.list-magazine .magazine-item .info .date {
  font-size: 16px;
  line-height: 24px;
  color: rgba(73 72 70 / 50%);
}

/* ==========================================================================
Responsive
========================================================================== */
@media only screen and (max-width:1700px) {}

@media only screen and (max-width:1500px) {}

@media only screen and (max-width:1350px) {
  .report-detail-top .thumb {
    max-width: 740px;
    top: -35px;
  }

  .report-detail-top .info-report {
    width: calc(100% - 800px);
  }
}

@media only screen and (max-width:1280px) {
  .report-detail-top .thumb {
    top: -10px;
  }
}

@media only screen and (max-width:1024px) {
  .list-report {
    margin: 0 -15px;
  }

  .list-report .item-report {
    width: calc(100%/2);
    padding: 0 15px;
  }

  .list-report .item-report .thumb img {
    width: 100%;
    object-fit: cover;
  }

  .sm-list-report:after {
    height: 94%;
  }

  .report-detail-top {
    margin-bottom: 20px;
  }

  .report-detail-top .thumb {
    max-width: 550px;
    margin-right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }

  .report-detail-top .info-report {
    width: calc(100% - 580px);
  }

  .report-detail-main .content {
    padding-left: 15px;
  }

  .list-magazine .magazine-item {
    width: 50%;
    margin-bottom: 39px;
  }

  .list-magazine .magazine-item .thumb {
    aspect-ratio: 3/4;
  }

  .list-magazine .magazine-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (max-width:768px) {
  .main-content {
    padding-top: 20px;
  }

  .page-heading {
    margin-bottom: 30px;
  }

  .report-section .big-item-report {
    display: block;
    height: auto;
    background: none !important;
    margin-bottom: 40px;
  }

  .report-section .big-item-report .thumb-mb {
    display: block;
  }

  .report-section .big-item-report .info {
    background: #1495D9 !important;
    max-width: 100%;
    padding: 20px 20px 25px;
  }

  /*.info-report .cat {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 15px;
	}*/
  .info-report .desc {
    /*font-size: 32px;
		line-height: 40px;*/
    margin-bottom: 30px;
  }

  /*.info-report a.read {
		font-size: 32px;
		height: 107px;
		line-height: 107px;
		width: 450px;
	}*/
  .list-report {
    margin: 0;
  }

  .list-report .item-report {
    width: 100%;
    padding: 0;
    margin-bottom: 53px;
  }

  /*.item-report .info .cat {
		margin-bottom: 20px;
	}*/
  /*.item-report .info .cat a {
		font-size: 20px;
		line-height: 24px;
	}
	.item-report .info h3 {
		font-size: 40px;
		line-height: 50px;
	}
	.item-report .info .desc {
	    font-size: 32px;
	    line-height: 40px;
	}*/
  .page-heading-rp {
    margin-bottom: 240px;
  }

  .report-detail-top .thumb {
    top: -15px;
    left: 20px;
    max-width: calc(100% - 40px);
    margin-right: 0;
  }

  .report-detail-top .info-report {
    width: 100%;
    padding-top: 310px;
  }

  .report-detail-top .info-report .inner-info {
    max-width: 100%;
  }

  /*.report-detail-main .content p,
	.report-detail-main .content h4 {
		font-size: 32px;
		line-height: 40px;
	}*/
  .report-detail-main .content h2 {
    /*font-size: 40px;
		line-height: 53px;*/
    text-align: center;
    /*padding-bottom: 18px;
    	margin-bottom: 40px;*/
  }

  /*.report-detail-main .content h3 {
		font-size: 40px;
		line-height: 40px;
	}*/
  .report-detail-main .share-report {
    justify-content: center;
    padding-top: 35px;
    border-top: 1px solid #1495D9;
    text-align: center;
    margin-top: 60px;
  }

  .article-banner {
    margin-bottom: 40px;
  }

  /*.article-banner .share a {
		font-size: 32px;
	}*/
  .continue-reading h2 {
    /*font-size: 40px;
	    line-height: 53px;
	    text-transform: uppercase;
	    font-family: 'DIN';*/
    margin-bottom: 47px;
  }

  .list-magazine {
    margin: 0;
  }

  .list-magazine .magazine-item {
    width: 100%;
    padding: 0;
  }

  .list-report-pc {
    display: none;
  }

  .continue-reading .list-report-mb {
    display: block;
    margin-bottom: 0;
  }

  .continue-reading .list-report .item-report {
    margin-bottom: 90px;
    padding: 0 15px;
  }

  .continue-reading .list-report-mb .slick-dots {
    bottom: 30px;
  }

  .continue-reading .list-report-mb .slick-prev {
    left: 15px;
  }

  .continue-reading .list-report-mb .slick-next {
    right: 15px;
  }

  .continue-reading>div {
    padding: 0;
  }

  .continue-reading .list-report-mb .slick-prev,
  .continue-reading .list-report-mb .slick-next {
    bottom: 15px;
  }

  .page-heading h3 {
    margin-bottom: 18px;
  }

  .item-report .info h3 {
    min-height: auto;
  }

  .big-report .container-1440 {
    padding: 0;
  }

  .page-heading h1 {
    font-size: 30px;
  }

  .page-heading h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .list-magazine .magazine-item .info .title-down h3 {
    font-size: 20px;
  }

  .list-magazine .magazine-item .info .date {
    font-size: 13px;
    line-height: 17px;
  }

  /*.list-report .item-report .inner {
		height: auto;
	}*/
  .continue-reading h2 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .list-magazine .magazine-item .thumb {
    margin-bottom: 13px;
  }

  .list-magazine .magazine-item .info .title-down {
    margin-bottom: -6px;
    align-items: flex-start;
  }

  .list-magazine .magazine-item {
    margin-bottom: 16px;
  }

  .list-magazine .magazine-item .info .title-down a {
    margin-top: 9px;
  }
}

@media only screen and (max-width: 480px) {
  .page-heading {
    margin-bottom: 20px;
  }

  .page-heading h1 {
    font-size: 21px;
  }

  .report-section .big-item-report {
    margin-bottom: 20px;
  }

  .list-report .item-report {
    margin-bottom: 20px;
  }

  .info-report h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
  }

  .info-report .cat {
    margin-bottom: 3px;
    font-size: 10px;
  }

  .item-report .info {
    padding: 15px 20px 10px;
  }

  .item-report .info .cat a {
    font-size: 12px;
  }

  .item-report .info h3 {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .info-report .desc,
  .item-report .info .desc {
    font-size: 14px;
    line-height: 21px;
  }

  .info-report a.read {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 220px;
  }

  .page-heading-rp {
    margin-bottom: 125px;
  }

  .report-detail-top {
    padding-bottom: 25px;
  }

  .report-detail-top .thumb {
    top: -32px;
  }

  .report-detail-top .info-report {
    padding-top: 95px;
  }

  .report-detail-main .share-report {
    margin-top: 45px;
    padding-top: 20px;
  }

  .article-banner {
    margin-bottom: 20px;
  }

  .report-detail-main {
    margin-bottom: 0px;
  }

  .single-article .article-banner .share a {
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .single-article .share ul.social li {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .single-article .share ul.social {
    top: -19px;
  }
}

@media only screen and (max-width: 414px) {
  .report-detail-top .thumb {
    top: -34px;
  }

  .report-detail-main .content p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .report-detail-main .content h2 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 6px;
    margin-bottom: 25px;
  }

  .report-detail-main .content h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .report-detail-main .content h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .report-detail-main .content .item {
    margin-bottom: 45px;
  }

  .continue-reading h2 {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 30px;
  }

  .page-heading h3 {
    font-size: 16px;
    line-height: 22px;
  }

}

@media only screen and (max-width: 360px) {
  .page-heading h1 {
    font-size: 35px;
  }

  .page-heading h3 {
    font-size: 28px;
    line-height: 36px;
  }
}


/* CKGSB Knowledge e-copies */
.ec-container {
  width: 100%;
  max-width: 1466px;
  padding: 0 20px;
  margin: auto;
}

.e-copies-heading {
  margin-top: 3px;
}

.e-copies-files ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}

.e-copies-files ul li {
  width: 25%;
  padding: 0 14px;
}

.e-copies-files .thumbnail {
  margin: 0 0 23px;
  border-radius: 10px;
  overflow: hidden;
}

.e-copies-files .thumbnail img {
  width: 100%;
}

.e-copies-heading h1 {
  font-size: 40px;
  line-height: 46px;
  color: #1495D9;
  margin: 0 0 56px;
}

.e-copies-heading h1 span {
  color: #031249;
  font-family: 'Vollkorn', serif;
}

.e-copies-files .details {
  position: relative;
  padding-left: 9px;
}

.e-copies-files .details h3 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 4px;
  font-family: 'Vollkorn', serif;
  padding-right: 40px;
}

.e-copies-files .desc {
  color: #494846;
  opacity: 0.5;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.e-copies-files ul li {
  margin: 0 0 60px;
}

.e-copies-files .details .download {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: -1px;
  display: flex;
}

.e-copies-files .details .download svg {
  width: 100%;
  height: 100%;
}

.e-copies-files {
  padding: 0 0 10px;
}

@media (max-width: 767px) {
  .e-copies-files ul li {
    width: 100%;
  }

  .e-copies-heading {
    margin-top: 28px;
  }

  .e-copies-heading h1 {
    margin-bottom: 40px;
  }

  .e-copies-files .details h3 {
    font-size: 40px;
    line-height: 56px;
    margin: 0 0 8px;
    padding-right: 65px;
  }

  .e-copies-files .thumbnail {
    margin: 0 0 20px;
  }

  .e-copies-files .desc {
    font-size: 26px;
    line-height: 24px;
  }

  .e-copies-files ul li {
    margin: 0 0 70px;
  }

  .e-copies-files .details .download {
    width: 58.66px;
    height: 58.66px;
    top: 2px;
  }

  .e-copies-files {
    padding: 0 0 5px;
  }
}