/*  General CSS  */
body {
  font-size: 16px;
  font-family: pfdin-regular;
  background-image: url(../images/Cow.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-attachment: fixed;
  background-size: 60%;
}
strong, b {
  font-family: pfdin-bold;
  font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
}
.btn {
  font-family: cinzel-bold;
  text-transform: uppercase;
  font-size: 12px;
}
.btn:hover,
.btn:focus,
.btn:active {
  box-shadow: none;
}
.form-control {
  font-size: 14px;
}
img {
  max-width: 100%;
}
p:last-child {
  margin-bottom: 0;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn {
    font-size: 12px;
  }
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  h5 {
    font-size: 0.9rem;
  }
  h6 {
    font-size: 0.7rem;
  }
}
/*  Reuseable CSS  */
.background-grey {
  background: #f4f4f4 !important;
}
.background-grey .heading {
  color: #660000 !important;
}
.background-grey .text {
  color: #000 !important;
}
.section {
  padding: 3rem 0;
}
.section.top-section {
  padding-top: 11.5rem;
}
.section.with-background {
  background: #660000;
}
.section.with-background .heading,
.section.with-background .text {
  color: white;
}
.btn-white {
  padding: 4px 25px;
  color: #660000;
  background: #fff;
  border-radius: 50px;
  border: 3px solid #fff;
}
.loadmore {
  padding: 1rem 0 5rem;
  text-align: center;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  background: #660000;
  color: white;
  border-color: #660000;
}
.btn-red {
  padding: 4px 25px;
  color: #fff;
  background: #660000;
  border-radius: 50px;
  border: 3px solid #660000;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active {
  background: #660000;
  color: white;
  border-color: #660000;
}

.btn-redbordered {
  padding: 4px 25px;
  color: #660000;
  background: transparent;
  border-radius: 50px;
  border: 3px solid #660000;
}
.btn-redbordered:hover,
.btn-redbordered:focus,
.btn-redbordered:active {
  background: #660000;
  color: white;
  border-color: #660000;
}
.heading-wrapper > div {
  margin-bottom: 1.5rem;
}
.heading-wrapper .heading {
  font-family: crimsontext-bold;
  color: #660000;
  font-size: 2.2rem;
}
.heading-wrapper .text {
  color: #393939;
}
.heading-wrapper .download {
  margin-bottom: 2.5rem;
}
.heading-wrapper .download .btn-download {
  font-family: crimsontext-bold;
  color: #660000;
}
.heading-wrapper .download .btn-download i,
.heading-wrapper .download .btn-download svg {
  margin-right: 10px;
}
.image-bordergrey {
  border: 10px solid #f4f4f4;
}
.content > div:not(:last-child) {
  margin-bottom: 1.5rem
}
.content .image.map {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
.content .desc.max-width {
  max-width: 767px;
  margin: 0 auto;
}
.with-background .content .desc {
  color: white;
}
.label {
  font-family: crimsontext-bold;
  color: #660000;
}
.value table td {
  padding: 0 5px;
}

/*  -- Slick  */
.slick-dots {
  bottom: 1.5rem;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li {
  width: 10px;
  height: 10px;
}
.slick-dots li button {
  background: white;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.slick-dots li.slick-active button {
  background: #660000;
}
.slick-custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.slick-custom-arrow img {
  height: 40px;
}
.slick-custom-arrow-left {
  left: -50px;
}
.slick-custom-arrow-left img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.slick-custom-arrow-right {
  right: -50px;
}
@media (max-width: 991px) {
  .slick-custom-arrow-left {
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(0);
    z-index: 1;
    height: 100%;
    width: 30px;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, white, transparent);

  }
  .slick-custom-arrow-right {
    right: 0;
    position: absolute;
    top: 0;
    transform: translateY(0);
    z-index: 1;
    height: 100%;
    width: 30px;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to left, white, transparent);
  }
}

/*  Custom CSS  */
/*  -- Navigation  */
.top-menu {
  top: 45px;
  position: absolute;
  width: 100%;
  z-index: 1031;
  left: 0;
  right: 0;
}
.navbar {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
}
.navbar-brand {
  height: 37px;
}
.navbar-brand img {
  height: 140px;
  margin-top: calc(-50% - 2rem);
  transform: translateY(50%);
  max-width: none;
}
@media (max-width: 767px) {
  .navbar-brand img {
    height: 90px;
  }
}
@media (max-width: 576px) {
  .navbar-brand img {
    height: 70px;
  }
}
.top-menu .navbar-nav {
  width: 100%;
}
.navbar-nav .nav-item .nav-link {
  font-family: cinzel-bold;
  color: #660000;
  opacity: 0.4;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-transform: uppercase;
  font-size: 12px;
}
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus,
.navbar-nav .nav-item .nav-link:active {
  opacity: 0.7;
  color: #660000;
}
.navbar-nav .nav-item.active .nav-link {
  opacity: 1;
  color: #660000;
}

/*  -- Banner  */
.default-setting.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.default-setting .default-item {
  position: relative;
}
.default-setting .default-item img {
  width: 100%;
  height: 85vh;
  object-fit: cover;
  object-position: center;
}
.default-setting .default-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.default-setting .default-item .overlay .container,
.default-setting .default-item .overlay .row {
  height: 100%;
}
.banner-slide .banner-item .overlay {
  background: linear-gradient(100deg, rgba(51, 39, 2, 0.3), rgba(100, 59, 11, 0.3));
}
.banner-slide .banner-item .overlay .content {
  padding-top: 6rem;
  color: white;
  padding-left: 2rem;
}
.banner-slide .banner-item .overlay .content .text h1,
.banner-slide .banner-item .overlay .content .text h2,
.banner-slide .banner-item .overlay .content .text h3,
.banner-slide .banner-item .overlay .content .text h4,
.banner-slide .banner-item .overlay .content .text h5,
.banner-slide .banner-item .overlay .content .text h6,
.banner-slide .banner-item .overlay .content .text p {
  line-height: 1.25;
}
.banner-slide .banner-item .overlay .content .link {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .banner-slide .banner-item .overlay .content .text h1,
  .banner-slide .banner-item .overlay .content .text h2,
  .banner-slide .banner-item .overlay .content .text h3,
  .banner-slide .banner-item .overlay .content .text h4,
  .banner-slide .banner-item .overlay .content .text h5,
  .banner-slide .banner-item .overlay .content .text h6,
  .banner-slide .banner-item .overlay .content .text p {
    line-height: 1.35;
  }
}
/*  -- Homepage  */
.sidebyside-wrapper {
  margin-bottom: 4rem;
}
.sidebyside-wrapper:last-child {
  margin-bottom: 2rem;
}
.sidebyside-wrapper .image {
  margin: 1rem 0;
}

.column-wrapper.column-4 .column-item {
  margin-bottom: 1rem;
}
.column-wrapper.column-4 .column-item .image {
  margin-bottom: 1rem;
}
.column-wrapper.column-4 .column-item .image.max-width {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.column-wrapper.column-4 .column-item .text {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .column-wrapper.column-4 .column-item {
    /*display: flex;*/
    display: inline-block;
    align-items: center;
    justify-content: left;
  }
  .column-wrapper.column-4 .column-item .image.max-width {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    margin-left: 0;
    /*margin-right: 2rem;*/
    /*margin-right: 0;*/
    margin: 0 auto 1rem;
  }
  .column-wrapper.column-4.aboutus .column-item .image.max-width {
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    max-width: 140px;
    margin-left: 0;
    /*margin-right: 2rem;*/
    /*margin-right: 0;*/
    margin: 0 auto 1rem;
  }
  .column-wrapper.column-4 .column-item .text {
    width: 100%;
    text-align: left;
  }
}

/*  -- Product  */
.product-wrapper .product-item {
  margin-bottom: 2rem;
}
.product-wrapper .product-item a {
  display: block;
  text-align: center;
}
.product-wrapper .product-item .image {
  border: 10px solid #f4f4f4;
  margin-bottom: 1.5rem;
}
.product-wrapper .product-item .image img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  object-position: center;
}
.product-wrapper .product-item .title,
.product-wrapper .product-item .title .btn-popup {
  font-family: crimsontext-bold;  
  color: #660000;
  font-size: 1.1rem;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
  background: transparent;
  border: none;
}
.product-modal .modal-content {
  border: none;
  border-radius: 0;
}
.product-modal .modal-content .modal-body {
  padding: 4rem 1rem 2rem;
}
.product-modal .close {
  position: absolute;
  float: none;
  top: 1rem;
  right: 1rem;
}
.product-modal .close img {
  height: 20px;
}
.product-modal .text .title {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.product-modal .text .list li:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eaeaea;
}
.product-modal .text .list li {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.product-modal .text .list li .label {
  margin-right: 1.5rem;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
}
.product-modal .text .list li .value {
  width: 100%;
  overflow-x: auto;
}
@media (min-width: 992px) {
  .product-modal .modal-dialog {
    max-width: 991px;
  }
  .product-modal .modal-content .modal-body {
    padding: 4rem 3rem 2rem;
  }
}

/*  -- Berita  */
.berita-item > div {
  margin-bottom: 1rem;
}
.berita-item .image {
  border: 10px solid #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.berita-item .text > div:not(:last-child) {
  margin-bottom: 0.75rem;
}
.berita-item .title {
  font-family: crimsontext-bold;
  color: #660000;
  font-size: 1.4rem;
}
.berita-item .date {
  color: #660000;
}
.berita-item .separator {
  height: 1px;
  width: 50px;
  background: #660000;
}
.berita-item .link .seemore {
  color: #660000;
}
.berita-item .link .seemore:after {
  content: '';
  height: 10px;
  width: 10px;
  background-image: url(../images/arrows_red.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  margin-bottom: 2px
}
@media (max-width: 767px) and (min-width: 577px) {
  .berita-item .image {
    -ms-flex: 0 0 200px !important;
    flex: 0 0 200px !important;
    max-width: 200px !important;
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .berita-item {
    display: flex;
    margin-bottom: 1rem;
  }
  .berita-item .image {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .berita-item .image img {
    max-height: 110px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  .berita-item .text > div:not(:last-child) {
    margin-bottom: 0.25rem;
  }
  .berita-item .title {
    font-size: 1.1rem;
  }
  .berita-item .desc {
    display: none;
  }
}

.beritalist-wrapper .beritalist-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.5rem 0;
}
.beritalist-wrapper .beritalist-col {
  border-top: 1px solid #f4f4f4;
  
}
.beritalist-wrapper .beritalist-col:last-child {
  border-bottom: 1px solid #f4f4f4;
}
.beritalist-wrapper  .beritalist-item .image {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.beritalist-wrapper  .beritalist-item .text {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  padding: 0 1.5rem;
}
.beritalist-wrapper  .beritalist-item .text > div {
  margin-bottom: 0.75rem;
}
.beritalist-wrapper  .beritalist-item .text .title {
  margin-bottom: 0;
}
.beritalist-wrapper .beritalist-item .text .category {
  color: #d80005;
  font-size: 13px;
  font-family: crimsontext-bold;
  text-transform: uppercase;
}
.beritalist-wrapper .beritalist-item .text .title a {
  font-family: crimsontext-bold;
  color: #660000;
  font-size: 1.6rem;
  line-height: 1.25;
}
.beritalist-wrapper .beritalist-item .text .date {
  color: black;
  opacity: 0.6;
}
@media (max-width: 991px) {
  .beritalist-wrapper .beritalist-item .text .category,
  .beritalist-wrapper .beritalist-item .text .date {
    font-size: 11px;
  }
  .beritalist-wrapper .beritalist-item .text .desc {
    display: none;
  }
  .beritalist-wrapper .beritalist-item .text .title a {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .beritalist-wrapper  .beritalist-item {
    align-items: flex-start;
  }
  .beritalist-wrapper  .beritalist-item .image {
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
  }
  .beritalist-wrapper  .beritalist-item .text {
    -ms-flex: 0 0 calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
  }
  .beritalist-wrapper  .beritalist-item .text .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    height: 38px;
  }
  .beritalist-wrapper  .beritalist-item .text .date {
    margin-bottom: 0;
  }
}

.beritadetail-wrapper {
  margin-bottom: 2rem;
}
.beritadetail-wrapper .image {
  margin-bottom: 1.5rem;
}
.beritadetail-wrapper .image img {
  width: 100%;
  border: 20px solid #f4f4f4;
}
.beritadetail-wrapper .text > div:not(:last-child) {
  margin-bottom: 1rem;
}
.beritadetail-wrapper .text .infodetail {
  display: flex;
  justify-content: space-between;
  opacity: 0.6;
}
.beritadetail-wrapper .text .category {
  color: #d80005;
  font-size: 13px;
  font-family: crimsontext-bold;
  text-transform: uppercase;
}
.beritadetail-wrapper .text .title {
  font-family: crimsontext-bold;
  color: #660000;
  font-size: 2rem;
  line-height: 1.25;
}

.color-primary {
  color: #660000 !important;
}

.font-18 {
  font-family: crimsontext-bold;
  font-size: 18px;
}

.font-20 {
  font-family: crimsontext-bold;
  font-size: 20px;
}

.font-22 {
  font-family: crimsontext-bold;
  font-size: 22px;
}

.font-24 {
  font-family: crimsontext-bold;
  font-size: 24px;
}

#slide-sertif .item {
  padding: 10px;
  background-color: #F4F4F4;
}

#slide-sertif .item img {
  height: 480px;
  object-fit: contain;
  object-position: center;
}

#slide-sertif .owl-nav {
  width: 100%;
  top: 50%;
  position: absolute;
  transform: perspective(1px) translateY(-50%);
  margin-top: -23px;
}

#slide-sertif .owl-nav button {
  display: inline-block;
  transition: .2s;
}

#slide-sertif .owl-nav button.owl-prev {
  color: #660000;
  left: -50px;
  position: absolute;
}

#slide-sertif .owl-nav button.owl-next {
  color: #660000;
  right: -50px;
  position: absolute;
}

#slide-sertif .owl-nav button.owl-prev i {
  font-size: 30px;
  /* margin-left: -2px; */
}

#slide-sertif .owl-nav button.owl-next i {
  font-size: 30px;
  /* margin-right: -2px; */
}

#slide-sertif .owl-nav button:hover {
  background-color: transparent;
  opacity: .5;
  outline: none !important;
  box-shadow: none !important;
}


@media (max-width: 767px) {
  .beritadetail-wrapper .text .title {
    font-size: 1.6rem;
  }
}
.artikelbaru-wrapper .heading {
  font-family: crimsontext-bold;
  color: #660000;
  font-size: 1.6rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 1rem;
  height: 42px;
}
.artikelbarulist-wrapper .artikelbarulist-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.artikelbarulist-wrapper .artikelbarulist-item .image {
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  max-width: 140px;
  margin-right: 1rem; 
}
.artikelbarulist-wrapper .artikelbarulist-item .category {
  color: #d80005;
  font-size: 11px;
  font-family: crimsontext-bold;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.artikelbarulist-wrapper .artikelbarulist-item .title a {
  color: #660000;
  font-size: 0.8rem;
  font-family: crimsontext-bold;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 767px) {
  .artikelbaru-wrapper .heading {
    font-size: 1.2rem;
  }
}

/*  -- Distributor  */
.distributor-slide {
  position: relative;
}
.distributor-item {
  padding: 5px;
}
.distributor-item img {
  background: #fafafa;
  padding: 1rem 2.5rem;
  height: 150px;
  object-fit: contain;
  object-position: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/*  -- Produk  */
.menu-wrapper {
  padding: 2rem 0;
}
.menu-wrapper .nav-item:not(:last-child) {
  margin-right: 10px;
}
.menu-wrapper .nav-item .nav-link {
  font-family: cinzel-bold;
  background: transparent;
  border: 1px solid #660000;
  color: #660000;
  width: 100%;
  padding: 4px 12px;
  border-radius: 50px;
  border-width: 2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.menu-wrapper .nav-item .nav-link:hover,
.menu-wrapper .nav-item .nav-link:focus,
.menu-wrapper .nav-item .nav-link:active {
  outline: none;
  box-shadow: none;
}
.menu-wrapper .nav-item .nav-link.active {
  background: #660000;
  color: white;
}
@media (max-width: 767px) {
  .menu-wrapper ul {
    display: block;
  }
  .menu-wrapper .nav-item {
    margin-right: 0 !important;
    margin-bottom : 10px;
  }
}

/*  -- Promo Acara  */
.promoacara-wrapper > div {
  margin-bottom: 1.5rem;
}
.promoacara-wrapper .image img {
  width: 100%;
  border: 20px solid #f4f4f4;
}
.promoacara-wrapper .text .title,
.promoacara-wrapper .text .title a {
  font-size: 2.4rem;
  font-family: crimsontext-bold;
  color: #660000;
  margin-bottom: 1.5rem;
}
.promoacara-wrapper .text.max-width {
  max-width: 767px;
  margin-left:auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .promoacara-wrapper .text .title a {
    font-size: 1.6rem;
  }
}


.news-list {
  margin-top: 2rem;
}
.news-list .news-item {
  /* border-top: 1px solid rgba(232, 215, 129, 0.5); */
  border-top: 1px solid #660000;
  padding-top: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  align-items: center;
}
.news-list .news-item:hover,
.news-list .news-item:focus,
.news-list .news-item:active {
  /* border-color: #660000; */
}
.news-list .news-item .image {
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
  opacity: 0.6;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-list .news-item:hover .image,
.news-list .news-item:focus .image,
.news-list .news-item:active .image {
  opacity: 1;
}
.news-list .news-item .text {
  -ms-flex: 0 0 calc(100% - 200px);
  flex: 0 0 calc(100% - 200px);
  max-width: calc(100% - 200px);
  padding: 0 1.5rem;
}
.news-list .news-item .text .category {
  font-size: 12px;
  margin-bottom: 1rem;
}
.news-list .news-item .text .title a {
  font-family: crimsontext-bold;  
  letter-spacing: 0.5px;
  font-size: 1.4rem;
  color: #660000;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.news-list .news-item .text .shortdesc {
  margin-top: 1rem;
}
.news-list .news-item .text .shortdesc p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
@media (max-width: 991px) {
  .news-list .news-item .image {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
    align-self: center;
  }
  .news-list .news-item .text .shortdesc {
    margin-top: 1rem;
  }
  .news-list .news-item .text {
    -ms-flex: 0 0 calc(100% - 340px);
    flex: 0 0 calc(100% - 340px);
    max-width: calc(100% - 340px);
    padding: 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .news-list .news-item .image {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
  }
  .news-list .news-item .text {
    -ms-flex: 0 0 calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
    padding: 0 1.5rem;
    align-self: center;
  }
  .news-list .news-item .text .title a {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .news-list .news-item .image {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
  }
  .news-list .news-item .text {
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding: 0 1.5rem;
  }
  .news-list .news-item .text .category {
    margin-bottom: 0.5rem;
    font-size: 10px;
  }
  .news-list .news-item .text .title a {
    font-size: 1rem;
  }
}

/*  -- Pagination  */
.pagination-wrapper {
  margin-top: 1.5rem;
}
.pagination-wrapper .pagination {
  align-items: center;
}
.pagination-wrapper .page-link {
  border: none;
  background: transparent;
  padding: 0 0.5rem;
  color: black;
  opacity: 0.6;
}.pagination-wrapper .page-item.active .page-link {
  opacity: 1;
  background: transparent;
  color: #660000;
  font-family: pfdin-bold;
}
.pagination-wrapper .page-left img {
  transform: rotate(180deg);
}
.pagination-wrapper .page-left img,
.pagination-wrapper .page-right img {
  height: 20px;
}
.pagination-wrapper .page-left,
.pagination-wrapper .page-right {
  padding: 0;
  opacity: 1;
}

/*  -- Hubungi Kami  */
.maps {
  margin-bottom: 1.5rem;
  border: 20px solid #f4f4f4;
  background: #f4f4f4;
}
.maps iframe {
  width: 100%;
}
.form-wrapper.with-border {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border-radius: 6px;
  padding: 2rem 3rem;
  background: white;
}
.form-wrapper label {
  color: #863300;
}
.form-wrapper .form-control {
  border-radius: 0;
  border-color: #863300
}
.form-wrapper .form-control:hover,
.form-wrapper .form-control:focus,
.form-wrapper .form-control:active {
  box-shadow: none;
  border-color: #660000;
}
.form-wrapper .form-group.required label:before {
  content: '*';
  display: inline-block;
  color: #c6c6c6;
  margin-right: 0.25rem;
}
.form-wrapper .form-group.required label:after {
  content: '(Required)';
  display: inline-block;
  color: #c6c6c6;
  font-size: 10px;
  margin-left: 0.25rem;
}
.hubungikamifooter-wrapper {
  margin-top: 1.5rem;
  border-top: 1px solid #f4f4f4;
}
.hubungikamifooter-wrapper .desc {
  display: flex;
  align-items: center;
  padding: 1.5rem 0 0;
  justify-content: center;
}
.hubungikamifooter-wrapper .desc img {
  height: 32px;
  width: 32px;
  object-fit: contain;
  object-position: center;
  margin-right: 1rem;
}

/*  -- Agen  */
.agen-wrapper > div {
  margin-bottom: 1.5rem;
}
.agen-wrapper .image img {
  width: 100%;
  border: 20px solid #f4f4f4;
}
.agen-wrapper .text .title {
  font-size: 1.6rem;
  font-family: crimsontext-bold;
  color: #660000;
  margin-bottom: 1.5rem;
}
.agen-wrapper .text .subtitle {
  font-size: 1.2rem;
  font-family: crimsontext-regular;
  color: #660000;
}
.agen-wrapper .text.max-width {
  max-width: 767px;
  margin-left:auto;
  margin-right: auto;
}
.box-wrapper .box-col {
  margin-bottom: 1rem;
}
.box-wrapper .box-col .title {
  background: #660000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 1rem;
  padding-top:3rem;
  color: white;
  font-family: crimsontext-bold;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.box-wrapper .box-col .desc {
  background: #f4f4f4;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 1.5rem;
}
.box-wrapper .box-col .desc ul {
  margin-bottom: 0;
}
.box-wrapper .box-col .desc ul li {
  padding: 1rem 0;
  border-top: 1px solid rgba(0,0,0,0.8);
}

/*  -- Footer  */
footer {
  border-top: 1px solid #eaeaea;
  padding: 0.5rem 0;
}
footer .socialmedia li:not(:last-child) {
  margin-right: 1rem;
}
footer .socialmedia a {
  font-size: 1.5rem;
  color: #660000;
}
footer .copyright {
  text-align: right;
  font-family: crimsontext-bold;
  color: #660000;
}
@media (max-width: 991px) {
  footer .copyright,
  footer .socialmedia {
    text-align: center;
  }
}