@font-face {
  font-family: 'Poppins-light';
  src: url(framework/Poppins-Light.ttf);
  font-weight: 100;
}

@font-face {
  font-family: 'Poppins';
  src: url(framework/Poppins-Regular.ttf);
  font-weight: 300;
}

@font-face {
  font-family: 'Poppins-semibold';
  src: url(framework/Poppins-Semibold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: 'Poppins-bold';
  src: url(framework/Poppins-Bold.ttf);
  font-weight: 600;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Poppins-light';
  color: #1A1A1A;
}

#news .search .btn-info, #get-certified-now .certified-image .gradient .certified-box .pembungkus .certified-button {
  border: 1px solid transparent;
  padding: 11px 6px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all ease-in-out .1s;
  transition: all ease-in-out .1s;
  outline: none;
}

/* mixin for multiline */
#news .search .card {
  margin: auto;
  width: 85%;
  height: 51px;
  border: 1px solid #F3F3F3;
  border-radius: 5px;
}

@media (max-width: 1199px) {
  #news .search .card {
    width: 100%;
  }
}

#news .search .no-gutters {
  background-color: #F3F3F3;
  padding: 0;
  border: none;
  width: 100%;
  height: 48px;
  border-radius: 5px;
}

#news .search .no-gutters .text-body {
  color: #95A5A6;
}

#news .search .form-control-borderless {
  background-color: transparent;
  border: none;
}

#news .search .form-control-borderless:hover, #news .search .form-control-borderless:active, #news .search .form-control-borderless:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#news .search .btn-info {
  border-color: #00B0F0;
  background-color: #00B0F0;
  color: #FFFFFF;
  width: 67px;
  height: 49px;
  font-size: 16px;
  border-radius: 0px 5px 5px 0px;
}

#news .search .btn-info:hover {
  border-color: #0080F0;
  background-color: #0080F0;
  color: #FFFFFF;
}

#news .search .btn-info:hover {
  background-color: #0080F0;
}

#news .search .btn-lg {
  padding: 0;
}

#news .Headline {
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
}

@media screen and (width: 768px) {
  #news .Headline {
    height: 425px;
  }
}

@media screen and (max-width: 767px) {
  #news .Headline {
    height: 740px;
  }
}

@media screen and (max-width: 480px) {
  #news .Headline {
    height: 800px;
  }
}

@media screen and (max-width: 480px) {
  #news .Headline {
    padding-top: 15px;
  }
}

#news .Headline .area {
  margin: 0 auto;
}

#news .Headline .area .up {
  margin-top: 40px;
}

@media screen and (max-width: 480px) {
  #news .Headline .area .up {
    margin-top: 0px;
  }
}

#news .Headline .area .up .head {
  opacity: .7;
  font-family: 'Poppins-light';
  font-size: 48px;
}

@media screen and (max-width: 767px) {
  #news .Headline .area .up .head {
    text-align: center;
    font-size: 36px;
  }
  #news .Headline .area .up .head img {
    width: 36px;
  }
}

@media screen and (max-width: 480px) {
  #news .Headline .area .up .head {
    font-size: 24px;
  }
  #news .Headline .area .up .head img {
    width: 24px;
  }
}

#news .Headline .area .down {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #news .Headline .area .down {
    height: 520px;
    margin-top: 45px;
  }
}

@media screen and (max-width: 480px) {
  #news .Headline .area .down {
    display: block;
    margin-top: 0px;
  }
}

#news .Headline .area .down .left .img-regulasi {
  margin-bottom: 60px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  #news .Headline .area .down .left .img-regulasi {
    padding: 20px 0 0 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  #news .Headline .area .down .right {
    margin-top: 30px;
  }
}

#news .Headline .area .down .right a {
  text-decoration: none;
}

#news .Headline .area .down .right a .title {
  font-family: 'Poppins-semibold';
  font-size: 36px;
  color: #222222;
}

@media screen and (max-width: 768px) {
  #news .Headline .area .down .right a .title {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  #news .Headline .area .down .right a .title {
    font-size: 20px;
  }
}

#news .Headline .area .down .right a .title:hover {
  text-shadow: 0, 0, 10px, #F3F3F3;
}

#news .Headline .area .down .right a .desc {
  font-family: 'Poppins';
  font-size: 18px;
  color: #222222;
}

@media screen and (max-width: 768px) {
  #news .Headline .area .down .right a .desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  #news .Headline .area .down .right a .desc {
    font-size: 14px;
  }
}

#news .Headline .area .down .right a .desc span {
  opacity: 0.7;
  -webkit-transition: all ease-in-out .1s;
  transition: all ease-in-out .1s;
  color: #ED3338;
}

#news .Headline .area .down .right a .desc span:hover {
  color: #00B0F0;
}

#news .Headline .area .down .date {
  right: 0;
  bottom: 0;
  color: #323232;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #news .Headline .area .down .date {
    position: initial;
  }
}

#box-section {
  padding-right: 0;
  padding-left: 0;
}

#box-section .news-title {
  opacity: .7;
  font-family: 'Poppins-light';
  font-size: 48px;
  margin-top: 70px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #box-section .news-title {
    text-align: center;
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 480px) {
  #box-section .news-title {
    padding-left: 15px;
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 40px;
  }
}

#box-section .box-group {
  padding: -20px;
}

@media screen and (max-width: 480px) {
  #box-section .box-group {
    margin-left: 0;
    margin-right: 0;
  }
}

#box-section .box-group .box-container {
  margin-bottom: 108px;
}

@media screen and (max-width: 768px) {
  #box-section .box-group .box-container {
    margin-bottom: 54px;
  }
}

@media screen and (max-width: 480px) {
  #box-section .box-group .box-container {
    margin-bottom: 54px;
  }
}

#box-section .box-group .box-container a:hover {
  text-decoration: none;
}

#box-section .box-group .box-container .box {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
  height: 240px;
  color: #FFFFFF;
  margin-bottom: 10px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  #box-section .box-group .box-container .box {
    height: 320px;
  }
}

#box-section .box-group .box-container .content .text-group {
  list-style-type: none;
  padding-left: 0;
  max-width: 100%;
}

#box-section .box-group .box-container .content .text-group .title {
  color: #323232;
  font-family: 'Poppins-bold';
  font-size: 16px;
  margin-bottom: 10px;
  opacity: 0.8;
}

@media screen and (max-width: 480px) {
  #box-section .box-group .box-container .content .text-group .title {
    font-size: 12px;
  }
}

#box-section .box-group .box-container .content .text-group .description {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 8.4em;
  color: #323232;
  font-size: 16px;
}

#box-section .box-group .box-container .content .text-group .description:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
}

#box-section .box-group .box-container .content .text-group .description:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #FFFFFF;
}

@media screen and (max-width: 480px) {
  #box-section .box-group .box-container .content .text-group .description {
    font-size: 12px;
  }
}

#box-section .box-group .box-container .content .text-group span {
  color: #323232;
  opacity: 0.7;
}

#box-section .box-group .box-container .content .text-group span:hover {
  text-decoration: underline;
}

#box-section .box-group .box-container .content .text-date {
  position: relative;
  color: #323232;
  text-align: right;
  font-size: 14px;
  margin-top: 25px;
  padding-right: 20px;
  opacity: 0.7;
}

@media screen and (max-width: 480px) {
  #box-section .box-group .box-container .content .text-date {
    font-size: 10px;
  }
}

#news-detail {
  margin-top: 65px;
}

#news-detail .header .title {
  font-size: 36px;
  font-family: 'Poppins-semibold';
}

@media screen and (max-width: 480px) {
  #news-detail .header .title {
    font-size: 28px;
  }
}

#news-detail .header .date {
  font-size: 18px;
  opacity: 0.7;
}

@media screen and (max-width: 480px) {
  #news-detail .header .date {
    font-size: 16px;
  }
}

#news-detail .header .share {
  font-family: 'Poppins-semibold';
  font-size: 18px;
  opacity: 0.7;
}

#news-detail .header .share .share-img {
  margin-left: 29px;
}

#news-detail .header .share img {
  margin-left: 3px;
}

@media screen and (max-width: 480px) {
  #news-detail .header .share {
    font-size: 16px;
  }
  #news-detail .header .share img {
    width: 20px;
  }
}

#news-detail .detail {
  font-size: 18px;
}

#news-detail .detail img {
  max-width: 100%;
}

@media screen and (max-width: 480px) {
  #news-detail .detail img {
    height: 50px;
  }
}

#news-detail .detail iframe {
  max-width: 100%;
}

@media screen and (max-width: 480px) {
  #news-detail .detail .desc {
    font-size: 16px;
  }
}

#news-detail .detail .desc .teks {
  font-size: 14px;
  opacity: 0.7;
}

@media screen and (max-width: 480px) {
  #news-detail .detail .desc-second {
    font-size: 16px;
  }
}

#news-detail .detail .desc-second .share {
  opacity: 0.7;
}

#news-detail .detail .desc-second .share .share-img {
  margin-left: 34px;
}

@media screen and (max-width: 480px) {
  #news-detail .detail .desc-second .share {
    font-size: 16px;
  }
  #news-detail .detail .desc-second .share img {
    width: 20px;
  }
}

#news-detail .banner .card .card-body {
  line-height: 1.5;
  padding: 17px;
}

#news-detail .banner .card .card-body .title {
  font-family: 'Poppins-bold';
  line-height: 1.4;
  font-size: 24px;
  padding: 0 0 0 16px;
  border-left: 6px solid #ED3338;
}

#news-detail .banner .card .card-body .body-banner .content {
  font-family: 'Poppins-bold';
  font-size: 16px;
  margin: auto;
}

#news-detail .banner .card .card-body .body-banner .content a {
  color: #323232;
  opacity: 0.7;
}

#news-detail .banner .card .card-body .body-banner .desc {
  font-size: 14px;
  opacity: 0.7;
}

#get-certified-now hr {
  background-color: #00B0F0;
  height: 2px;
  margin: 0;
}

#get-certified-now .certified-image {
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  text-align: center;
  width: 100%;
}

#get-certified-now .certified-image .gradient {
  padding: 0;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

#get-certified-now .certified-image .gradient .certified-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  text-align: center;
  height: 550px;
}

#get-certified-now .certified-image .gradient .certified-box .pembungkus {
  margin: auto;
}

#get-certified-now .certified-image .gradient .certified-box .pembungkus .certified-head {
  font-size: 48px;
  color: #FFFFFF;
}

@media screen and (max-width: 480px) {
  #get-certified-now .certified-image .gradient .certified-box .pembungkus .certified-head {
    font-size: 34px;
  }
}

#get-certified-now .certified-image .gradient .certified-box .pembungkus .certified-body {
  font-size: 18px;
  color: #FFFFFF;
}

#get-certified-now .certified-image .gradient .certified-box .pembungkus .certified-button {
  margin-top: 60px;
  font-size: 18px;
  height: 60px;
  width: 40%;
  border-color: #00B0F0;
  background-color: #00B0F0;
  color: #FFFFFF;
  -webkit-box-shadow: 0 3px 10px #0080F040;
          box-shadow: 0 3px 10px #0080F040;
}

@media screen and (max-width: 1024px) {
  #get-certified-now .certified-image .gradient .certified-box .pembungkus .certified-button {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  #get-certified-now .certified-image .gradient .certified-box .pembungkus .certified-button {
    width: 30%;
  }
}

@media screen and (max-width: 480px) {
  #get-certified-now .certified-image .gradient .certified-box .pembungkus .certified-button {
    width: 100%;
  }
}

#get-certified-now .certified-image .gradient .certified-box .pembungkus .certified-button:hover {
  border-color: #0080F0;
  background-color: #0080F0;
  color: #FFFFFF;
}

#get-certified-now .certified-image .gradient .certified-box .pembungkus .certified-button:hover {
  -webkit-box-shadow: 0 3px 20px #0080F040;
          box-shadow: 0 3px 20px #0080F040;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Poppins-semibold';
  font-size: 18px;
  float: right;
}

.pagination .page-item {
  background-color: #FFFFFF;
  margin: 0 3px;
}

.pagination .page-item .page-link {
  border: none;
  border-radius: 50%;
  padding: 5px 13px;
  color: #0080F0;
}

.pagination .active .page-link {
  background-color: #00B0F022;
}
/*# sourceMappingURL=news.css.map */
