@charset "UTF-8";
/* 
Template Name: Simple - Multipurpose Premium Html5 Template
Template URI: http://www.eonythemes.com
Description: Multipurpose Html5 Template
Author: Eon

-------- # Table Of Contents # -------- //
-------- 1-  General
-------- 2-  Typography
-------- 3-  Elements
-------- 4-  Pricing
-------- 5-  Headers
-------- 6-  Homepages
-------- 7-  About
-------- 8-  Services Pages
-------- 9-  Blog
-------- 10- Portfolio
-------- 11- Category(Shop) - Product
-------- 12- Cart
-------- 13- Compare
-------- 14- Checkout
-------- 15- Contact
-------- 16- 404
-------- 17- FaQs
-------- 18- Footers
-------- 19- Owl Carousel
-------- 20- Coming Soon
-------- # Table Of Contents # ------- //
*/
/* Page Loader Animation */

.bg-white {
  background-color: #ffffff !important;
}

.none {
  display: none !important;
}

.text-white {
  color: white !important;
}

.text-black {
  color: black !important;
}

.footer-form {
    /* background: url("../images/DJI_0067-11.webp"); */
    background-image: linear-gradient(to bottom, rgba(245,245,245, 1), rgba(245,245,245, 1));
    background-size: cover;
    height: fit-content;
    position: relative;
    top: 0;
}

.frame-supergrafis-footer {
  /* background-image: url(../images/superGrafis.png);
  background-size: cover; */
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: inherit;
  left: 0;
  right: 0;
  bottom: 112px;
}

.supergrafis-footer {
  background-image: url(../images/SuperGrafis.png);
  background-size: cover;
  width: 100%;
  position: absolute;
  /* overflow: hidden; */
  top: inherit;
  left: 0;
  right: 0;
  bottom: -62px;
  /* filter: brightness(0) invert(100%); */
}

.supergrafis-footer-2 {
  background-image: url(../images/SuperGrafis.png);
  background-size: cover;
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: inherit;
  left: 0;
  right: 0;
  bottom: 50px;
  filter: brightness(0) invert(100%);
}

.special-form-mail {
  /*background-color: #c1c1c121 !important;*/
  background-color: #ffffff80 !important;
  color: black !important;
  border-radius: 5px !important;
}

.footer-form .about-list {
    /* background-color: #c1c1c191; */
    padding: 10px;
    border-radius: 10px;
}

.footer-bg-baru {
  background: url("../images/bgsemen.jpeg");
  background-size: cover;
}

.produk-solusi {
    font-family: 'Helvetica Neue 53 Extended';
    background: url("../images/produk-solusi-bg.webp");
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7);
}

.vid-radius {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    transform: translateZ(0px);
  }

/* .title-news {
    font-size: 16px;
    font-weight: 400;
    color: #121212;
    margin: 20px 0;
}

.title-news a:hover, 
.title-news a:focus {
    color: red;
} */

.thumb-news {
  display: flex;
  width: 277px;
  height: 277px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}

.date-news {
    /* font-size: 16px; */
    font-weight: 400;
    color: #808080;
}


.card {
	display: grid;
	row-gap: 20px;
	grid-template-columns: auto;
	align-items: start;
  justify-items: start;
	max-width: 277px;
}

.card-body {
	font-family: "Helvetica Neue 53 Extended";
}

@media(min-width: 320px){
  .card-image {
    width: 277px;
    height: 277px;
    overflow: hidden;
  }
}

@media(max-width: 320px){
  .card-image {
    max-width: 277px;
    max-height: 277px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
  }
}

.card-image img {
	width: 100%;
	height: 100%;
	max-width: inherit;
	max-height: inherit;
	object-fit: cover;
  object-position: 50%;
}

@font-face {
  font-family: 'gillsansmt';
  src: url('../fonts/gill-sans-mt.ttf') format('truetype');
}

@font-face {
  font-family: 'mosserat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
  src: url("../fonts/Montserrat-Bold.ttf");
  font-family: 'Montserrat-Bold';
}

@font-face {
  src: url("../fonts/Montserrat-Light.ttf");
  font-family: 'Montserrat-Light';
}

@font-face {
  src: url("../fonts/Montserrat-Medium.ttf");
  font-family: 'Montserrat-Medium';
}

@font-face {
  src: url("../fonts/Montserrat-Regular.ttf");
  font-family: 'Montserrat-Regular';
}

@font-face {
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-family: 'Montserrat-SemiBold';
}

/* STYLE FONT BEBAS TIDAK MENGIKUT MAIN STYLE*/
.style-bebas .tipe-tulisan-montserret {
  font-family: "Montserrat";
}

.style-bebas .tipe-tulisan-montserretBold {
  font-family: "Montserrat-Bold";
}

.std-font-sz-content {
  /*font-size: 14px !important;*/
  font-size: 16px !important;

}

.download-document>li {
  padding: 10px;
  border-bottom: solid 1px #eaeaea;
  color: black;
}

.download-document>li>a {
  color: black;
}

.download-document>li>a:hover,
.download-document>li>a:focus {
    color: #e92027;
}

.download-document>li>a>i {
  float: right;
  color: black;
}

.download-document>li>a>i:hover,
.download-document>li>a>i:focus {
    color: #e92027;
}

#page-loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #f6f6fa;
  text-align: center;
  overflow: hidden;
}

.white-txt {
  color: white !important;
}

.red-line-bf-txt {
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    width: 40px;
    background-color: #e92027;
}

.content-tabs {
  /*background-color: #ffcccc54;*/
  background-color: #eaeaea;
  padding: 25px;
}

.container-space {
  padding: 10px !important;
}

@media (max-width: 767px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }


}

#page-loader.dark {
  background-color: #171717;
}

#page-loader.white {
  background-color: #fff;
}

.sk-wave {
  width: 62.5px;
  height: 50px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -31.25px;
  margin-top: -25px;
}

.sk-wave .sk-rect {
    background-color: #e92027;
    height: 100%;
    width: 4px;
    display: inline-block;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  animation-delay: -0.8s;
}

@keyframes sk-waveStretchDelay {

  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
  }
}

/* Loader Animation End */
/* ----------- 1.General --------------
--------------------------------------*/
body {
    position: relative;
    direction: ltr;
    /*color: #e92027;*/
    color: #110729;
    /*font: 400 13px/1.7 "Open Sans", Arial, sans-serif;*/
    /*font: 400 13px/1.7 "gillsansmt", Arial, sans-serif;*/
    /* font: 400 13px/1.7 "mosserat", gillsansmt, sans-serif; */
    /* font-family: "Helvetica Neue 53 Extended", Helvetica, sans-serif !important; */
    background-color: #9a9a9a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

@font-face {
  font-family: "Helvetica Neue 73 Bold Extended";
  src: url("https://db.onlinewebfonts.com/t/b44a20c7d1be5a17edf4df7650c64fd3.eot");
  src: url("https://db.onlinewebfonts.com/t/b44a20c7d1be5a17edf4df7650c64fd3.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/b44a20c7d1be5a17edf4df7650c64fd3.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/b44a20c7d1be5a17edf4df7650c64fd3.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/b44a20c7d1be5a17edf4df7650c64fd3.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/b44a20c7d1be5a17edf4df7650c64fd3.svg#Helvetica Neue 73 Bold Extended")format("svg");
}

@font-face {
  font-family: "Helvetica Neue 53 Extended";
  src: url("https://db.onlinewebfonts.com/t/309631ac7ea2c83577cb2375af7c65ab.eot");
  src: url("https://db.onlinewebfonts.com/t/309631ac7ea2c83577cb2375af7c65ab.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/309631ac7ea2c83577cb2375af7c65ab.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/309631ac7ea2c83577cb2375af7c65ab.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/309631ac7ea2c83577cb2375af7c65ab.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/309631ac7ea2c83577cb2375af7c65ab.svg#Helvetica Neue 53 Extended")format("svg");
}

/* @font-face {
  font-family: "Helvetica Neue 53 Extended";
  src: url('/public/assets/fonts/Helvetica\ Neue\ 53\ Extended.eot');
  src: url('/public/assets/fonts/Helvetica\ Neue\ 53\ Extended.eot') format('embedded-opentype'),
       url('/public/assets/fonts/Helvetica\ Neue\ 53\ Extended.woff') format('woff'),
       url('/public/assets/fonts/Helvetica\ Neue\ 53\ Extended.ttf') format('truetype');
}

@font-face {
  font-family: "Helvetica Neue 73 Bold Extended";
  src: url('/public/assets/fonts/Helvetica\ Neue\ 73\ Bold\ Extended.eot');
  src: url('/public/assets/fonts/Helvetica\ Neue\ 73\ Bold\ Extended.eot') format('embedded-opentype'),
       url('/public/assets/fonts/Helvetica\ Neue\ 73\ Bold\ Extended.woff') format('woff'),
       url('/public/assets/fonts/Helvetica\ Neue\ 73\ Bold\ Extended.ttf') format('truetype');
} */

body.edge {
  padding: 5px;
}

@media (min-width: 767px) {
  body.edge {
    padding: 10px;
  }
}

@media (min-width: 992px) {
  body.edge {
    padding: 15px;
  }
}

body.edge.bg-white #wrapper {
  background-color: #f2f2fa;
}

.breadcrumb>li {
  padding: 10px !important;
  background-color: #ffdfce54 !important;
}

#wrapper {
  position: relative;
  background-color: #fff;
}

#wrapper,
#wrapper.boxed,
#wrapper.boxed-long {
  width: 100%;
}

@media (min-width: 767px) {
  #wrapper.boxed {
    margin: 30px auto;
    width: 750px;
  }
}

@media (min-width: 992px) {
  #wrapper.boxed {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  #wrapper.boxed {
    margin: 50px auto;
    width: 1170px;
  }
}

@media (min-width: 767px) {
  #wrapper.boxed-long {
    margin: 0 auto;
    width: 750px;
  }
}

@media (min-width: 992px) {
  #wrapper.boxed-long {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  #wrapper.boxed-long {
    width: 1170px;
  }
}

::-moz-selection {
    background-color: #e92027;
    color: #fff;
}

::selection {
    background-color: #e92027;
    color: #fff;
}

.fullwidth-container.container,
.fullwidth-container.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.fullwidth-container.container .row,
.fullwidth-container.container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.fullwidth-container.container .row [class*="col-"],
.fullwidth-container.container-fluid .row [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.row.row-sm {
  margin-left: -10px;
  margin-right: -10px;
}

.row.row-sm [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.fullwidth-row {
  margin-left: 0;
  margin-right: 0;
}

.fullwidth-row [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

ul {
  padding-left: 20px;
}

ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a:focus,
a:active,
select:focus,
select:active,
input:focus,
input:active,
textarea:focus,
textarea:active,
button:focus,
button:active {
  outline: none;
}

@media (max-width: 480px) {
  .col-xss-12 {
    width: 100%;
    float: none;
  }

  /**/
  .newsgaler .image-hover {
    visibility: visible;
    opacity: 1;
  }

    .newsgalery .product-title,
    .newsgalery .product-title a {
        color: #e92027;
    }

    .newsgalery .btn.product-add-bt,
    .newsgalery .btn.product-add-btn {
        color: #fff;
        opacity: 1;
        /*background-color: #ee6f6f;*/
        background-color: #e92027;
    }

  .newsgalery .btn.product-add-btn,
  .newsgalery.focus .btn.product-add-btn {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e6e6e6;
}

.fullscreen {
  min-height: 100vh;
}

.fullheight {
  height: 100vh;
}

.fullscreen.vertical-center,
.fullheight.vertical-center {
  position: relative;
  overflow: hidden;
}

.fullscreen.vertical-center .vcenter-content,
.fullheight.vertical-center .vcenter-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}

.fullscreen.vertical-center .vcenter-content h1,
.fullheight.vertical-center .vcenter-content h1 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 18px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@media (min-width: 481px) {

  .fullscreen.vertical-center .vcenter-content h1,
  .fullheight.vertical-center .vcenter-content h1 {
    font-size: 42px;
    margin-bottom: 7px;
  }
}

@media (min-width: 767px) {

  .fullscreen.vertical-center .vcenter-content h1,
  .fullheight.vertical-center .vcenter-content h1 {
    font-size: 52px;
    margin-bottom: 9px;
  }
}

@media (min-width: 992px) {

  .fullscreen.vertical-center .vcenter-content h1,
  .fullheight.vertical-center .vcenter-content h1 {
    font-size: 60px;
    margin-bottom: 12px;
  }
}

@media (min-width: 1200px) {

  .fullscreen.vertical-center .vcenter-content h1,
  .fullheight.vertical-center .vcenter-content h1 {
    font-size: 68px;
  }
}

.fullscreen.vertical-center .vcenter-content p,
.fullheight.vertical-center .vcenter-content p {
  max-width: 720px;
  margin-bottom: 12px;
  font-size: 13px;
  display: none;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@media (min-width: 481px) {

  .fullscreen.vertical-center .vcenter-content p,
  .fullheight.vertical-center .vcenter-content p {
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
  }
}

@media (min-width: 767px) {

  .fullscreen.vertical-center .vcenter-content p,
  .fullheight.vertical-center .vcenter-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {

  .fullscreen.vertical-center .vcenter-content p,
  .fullheight.vertical-center .vcenter-content p {
    margin-bottom: 25px;
    font-size: 18px;
  }
}

.fullscreen.vertical-center .vcenter-content.text-center p,
.fullheight.vertical-center .vcenter-content.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.bg-custom {
    background-color: #e92027 !important;
    color: #fff;
}

.bg-custom.border {
  border-top: 1px solid #003b64;
  border-bottom: 1px solid #003b64;
}

.bg-custom.bordered {
  border: 1px solid #003b64;
}

.bg-custom2 {
  background-color: #c00f3c !important;
  color: #fff;
}

.bg-custom2.border {
  border-top: 1px solid #58071b;
  border-bottom: 1px solid #58071b;
}

.bg-custom2.bordered {
  border: 1px solid #58071b;
}

.bg-dark {
  background-color: #171717 !important;
  color: #fff;
}

.bg-dark.text-muted {
  color: #777;
}

.bg-dark.border {
  border-top: 1px solid #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
}

.bg-dark.bordered {
  border: 1px solid #2b2b2b;
}

.bg-dark hr {
  border-top-color: #363636;
}

.bg-darker {
  background-color: #101010 !important;
  color: #fff;
}

.bg-darker.border {
  border-top: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
}

.bg-darker.bordered {
  border: 1px solid #2f2f2f;
}

.bg-darker hr {
  border-top-color: #2f2f2f;
}

.bg-lightgray {
  background-color: #f8f8f8 !important;
}

.bg-lightgray.border {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.bg-lightgray.bordered {
  border: 1px solid #ebebeb;
}

.bg-gray {
  background-color: #f0f0f0 !important;
}

.bg-gray.border {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.bg-gray.bordered {
  border: 1px solid #e3e3e3;
}

.bg-gray hr {
  border-top-color: #d7d7d7;
}

.bg-gray2 {
  background-color: #e1e1e1 !important;
}

.bg-gray2.border {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.bg-gray2.bordered {
  border: 1px solid #d2d2d2;
}

.bg-gray2 hr {
  border-top-color: #c8c8c8;
}

.bg-white {
  background-color: #fff;
}

.bg-white.border {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.bg-white.bordered {
  border: 1px solid #f0f0f0;
}

.bg-image,
.parallax {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.parallax {
    /* background-attachment: fixed; */
    height: 310px;
}

.parallax.berita {
  /* background-attachment: fixed; */
  height: 600px;
  z-index: 10;
}

.overlay-container {
  position: relative;
}

.overlay-container>.container,
.overlay-container>.container-fluid {
  position: relative;
  z-index: 2;
}

.overlay-container .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.4;
  background-color: #000;
  z-index: 0;
}

.overlay-container .overlay.dark {
  background-color: #000;
}

.overlay-container .overlay.custom {
    background-color: #e92027;
}

.overlay-container .overlay.custom2 {
  background-color: #c00f3c;
}

.overlay-container .overlay.light {
  background-color: #fff;
}

.table-row+.table-row:not(.no-border) {
  border-top: 1px solid #eee;
}

@media (min-width: 992px) {
  .table-row {
    display: table;
    table-layout: fixed;
    width: 100%;
    border: none;
  }
}

.table-row .table-cell {
  padding: 40px 15px 10px;
}

@media (min-width: 992px) {
  .table-row .table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 45px 25px 15px;
  }

  .table-row .table-cell.smaller {
    width: 25%;
  }

  .table-row .table-cell.larger {
    width: 75%;
    padding: 60px 45px 30px;
  }
}

@media (min-width: 1200px) {
  .table-row .table-cell {
    padding: 55px 30px 25px;
  }
}

@media (min-width: 992px) {
  .table-row .table-cell.cell-content .row {
    max-width: 570px;
    float: right;
  }

  .table-row .table-cell.cell-content .row .row {
    float: none;
    max-width: none;
  }
}

@media (min-width: 992px) {
  .table-row .table-cell.cell-content.larger .row {
    max-width: none;
    float: none;
  }
}

@media (min-width: 992px) {
  .table-row .table-cell.cell-content.larger .table-cell-wrapper {
    float: right;
    max-width: 860px;
  }
}

@media (min-width: 1600px) {
  .table-row .table-cell.cell-content.larger .table-cell-wrapper {
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .table-row .table-cell.cell-content.center .row {
    max-width: 80%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.table-row .table-cell.cell-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.table-row .table-cell.cell-image h2,
.table-row .table-cell.cell-image h3,
.table-row .table-cell.cell-image h4,
.table-row .table-cell.cell-image h5,
.table-row .table-cell.cell-image h6,
.table-row .table-cell.cell-image p {
  position: relative;
  z-index: 2;
  margin: 0;
}

.table-row .table-cell.cell-image.empty-cell {
  min-height: 240px;
}

@media (min-width: 992px) {
  .table-row .table-cell.cell-image {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .table-row .table-cell.cell-image+.cell-content .row {
    float: none;
  }
}

@media (min-width: 992px) {
  .table-row .table-cell.cell-image+.cell-content.larger .table-cell-wrapper {
    float: none;
  }
}

.table-row .table-cell.cell-map-container {
  padding: 0;
  position: relative;
}

#logo-putih {
  margin-top: -20px; margin-bottom: -10px;
}

#logo-hitam {
  margin-top: -20px; margin-bottom: -10px;
}

@media (max-width: 992px) {
    .table-row .table-cell.cell-map-container {
        height: 360px;
    }

    #logo-hitam{
        display: none;
    }

    #logo-putih{
        display: initial;
    }
}

@media (max-width: 767px) {
  .table-row .table-cell.cell-map-container {
    height: 260px;
  }
}

.table-row .table-cell.cell-map-container .cell-map {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100% !important;
  margin: 0 !important;
  z-index: 99;
}

@media (min-width: 992px) {
  .table-row .table-cell.cell-map-container .cell-map {
    min-height: 598px;
  }
}

@media (min-width: 1200px) {
  .table-row .table-cell.cell-map-container .cell-map {
    min-height: 618px;
  }
}

@media (min-width: 992px) {
  .table-row .table-cell.cell-map-container+.cell-content .row {
    float: none;
  }
}

@media (min-width: 992px) {
  .table-row .table-cell.cell-map-container+.cell-content.larger .table-cell-wrapper {
    float: none;
  }
}

.trigger-video-btn {
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 72px;
  height: 72px;
  font-size: 28px;
  line-height: 72px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.46), 0 4px 3px rgba(0, 0, 0, 0.4);
  transition: all 0.4s;
}

.trigger-video-btn:hover,
.trigger-video-btn:focus {
  color: #fff;
  background-color: rgba(0, 105, 176, 0.65);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.64), 0 4px 3px rgba(0, 0, 0, 0.7);
}

/* ----------- 2.Typography -----------
--------------------------------------*/
/* Elements Typography */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 400;
  font-family: "Helvetica Neue 53 Extended";
  line-height: 1;
  color: #222;
  margin-top: 0;
  margin-bottom: 20px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  color: inherit;
}

h1,
.h1 {
  font-size: 24px;
}

h2,
.h2 {
  font-size: 20px;
}

h3,
.h3 {
  font-size: 18px;
}

h4,
.h4 {
  font-size: 16px;
  margin-bottom: 15px;
}

h5,
.h5 {
  font-size: 14px;
  margin-bottom: 15px;
}

h6,
.h6 {
  font-size: 12px;
  margin-bottom: 15px;
}

a {
  color: #001d31;
  transition: color 0.4s;
}

a:hover,
a:focus {
  color: #e92027;
  text-decoration: none;
}

.text-custom {
    color: #e92027;
}

.text-custom2 {
  color: #c00f3c;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #777 !important;
}

.text-light {
  font-weight: 300 !important;
}

.text-spaced {
  letter-spacing: 0.05em;
}

.text-lineth {
  text-decoration: line-through;
}

.text-underline {
  text-decoration: underline;
}

blockquote {
  position: relative;
  padding: 25px 30px 23px 30px;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.6;
  background-color: #f6f6fa;
  font-style: italic;
  border: none;
  border-radius: 0;
}

.bg-lightgray blockquote {
  background-color: #f0f0f0;
}

@media (max-width: 767px) {
  blockquote {
    padding: 18px 15px 16px 15px;
  }
}

blockquote p {
  margin-bottom: 0;
}

blockquote cite {
    display: inline-block;
    margin-top: 16px;
    font-size: 13px;
    font-weight: 600;
    font-style: italic;
    color: #e92027;
}

blockquote.blockquote-reverse {
  border: none;
  padding: 25px 30px 23px 30px;
}

@media (max-width: 767px) {
  blockquote.blockquote-reverse {
    padding: 18px 15px 16px 15px;
  }
}

p {
  margin-bottom: 15px;
}

.highlight {
  background-color: #101010;
  color: #fff;
  padding: 0 4px;
}

.highlight.rounded {
  border-radius: 5px;
}

.highlight.gray {
  color: #323232;
  background-color: #eaeaea;
}

.highlight.darkgray {
  color: #323232;
  background-color: #c7c7c7;
}

.highlight.custom {
    background-color: #e92027;
}

.highlight.custom2 {
  background-color: #c00f3c;
}

.dropcap::first-letter {
  float: left;
  font-size: 2.2em;
  padding: 0 0.2em;
  margin-right: 0.2em;
  line-height: 1.4;
  color: #fff;
  background-color: #101010;
}

.dropcap.gray::first-letter {
  color: #222;
  background-color: #eaeaea;
}

.dropcap.custom::first-letter {
    background-color: #e92027;
}

.dropcap.custom2::first-letter {
  color: #fff;
  background-color: #c00f3c;
}

.fa-ul {
  margin-left: 23px;
  margin-bottom: 20px;
}

.fa-ul li {
  margin-bottom: 7px;
}

.fa-ul li .fa-li {
  left: -23px;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.lead.max-width {
  max-width: 680px;
}

.text-center .lead.max-width {
  margin-left: auto;
  margin-right: auto;
}

.lead.smaller {
  font-size: 15px;
}

@media (min-width: 767px) {
  .lead.smaller {
    font-size: 17px;
  }
}

/* ----------- 3.Elements ------------
--------------------------------------*/
/* Elements Titles */
.title {
  position: relative;
  padding-bottom: 15px;
}

.title:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #eaeaea;
}

.title.text-center:after {
  left: 50%;
  margin-left: -25px;
}

.title.text-right:after {
  left: auto;
  right: 0;
}

.title.custom:after {
    background-color: #e92027;
}

.title.custom2:after {
  background-color: #c00f3c;
}

.title.dark:after {
  background-color: #171717;
}

.title.text-white:after,
.title.white:after {
  background-color: #fff;
}

.title.title-bottom-border:after {
  height: 4px;
  bottom: -2px;
}

.title-desc {
  font-size: 16px;
  font-weight: 300;
  max-width: 720px;
  margin-bottom: 50px;
}

.title-desc.text-center {
  margin-left: auto;
  margin-right: auto;
}

.title-border {
  padding: 0 0 0 0.6em;
  border-left: 3px solid transparent;
}

.title-border>span {
  display: inline-block;
  padding: 0 0.6em;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.edge.bg-white #wrapper .title-border>span {
  background-color: #f2f2fa;
}

.bg-gray .title-border>span {
  background-color: #f0f0f0 !important;
}

.bg-gray2 .title-border>span {
  background-color: #e1e1e1 !important;
}

.title-border.text-right,
.text-right>.title-border {
  padding: 0 0.6em 0 0;
  border-left: none;
  border-right: 3px solid transparent;
}

.title-border.text-center,
.text-center>.title-border {
  padding: 0;
  border: none;
}

.title-border.text-center>span,
.text-center>.title-border>span {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.title-border.title-border {
  margin-bottom: 10px;
}

.title-border.custom,
.title-border.text-right.custom,
.title-border.text-center.custom>span {
    border-color: #e92027;
}

.title-border.title-bg-line,
.title-border.text-center.title-bg-line,
.title-border.title-bg,
.title-border.text-center.title-bg {
  padding: 0;
}

.bg-dark .title-border>span {
  background-color: #171717;
}

.bg-gray .title-border>span {
  background-color: #f0f0f0;
}

.bg-lightgray .title-border>span {
  background-color: #f8f8f8;
}

.bg-lightergray .title-border>span {
  background-color: #fafafa;
}

.bg-gray2 .title-border>span {
  background-color: #e1e1e1;
}

.title-bottom-border.custom {
    border-color: #e92027;
}

.title-bg-line,
.title-underline {
  position: relative;
}

.title-bg-line>span,
.title-underline>span {
  padding: 0 0.6em;
}

.title-bg-line:after {
  content: '';
  display: block;
  height: 1px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 0;
}

.title-block {
  margin-bottom: 30px;
}

.title-block .title {
  margin-bottom: 10px;
}

.title-block>p {
  font-size: 1.1em;
}

.title>.light,
.title-block .light {
  font-weight: normal;
}

.title-bottom-border {
  border-bottom: 1px solid transparent;
}

.title-bottom-border.dashed {
  border-bottom-style: dashed;
}

.title-bottom-border.dotted {
  border-bottom-style: dotted;
}

.title-border.dark,
.title-border.text-right.dark,
.title-border.text-center.dark>span,
.title-bottom-border.dark {
  border-color: #171717;
}

.title-border.title-bg.dark,
.title-bg-line.dark:after {
  background-color: #171717;
}

.title-border.gray,
.title-border.text-right.gray,
.title-border.text-center.gray>span,
.title-bottom-border.gray {
  border-color: #eaeaea;
}

.title-border.title-bg.gray,
.title-bg-line.gray:after {
  background-color: #eaeaea;
}

.title-border.white,
.title-border.text-right.white,
.title-border.text-center.white>span,
.title-bottom-border.white {
  border-color: #fff;
}

.title-border.title-bg.white,
.title-bg-line.white:after {
  background-color: #fff;
}

.title-border.title-bg.custom,
.title-bg-line.custom:after,
.bg-custom .title-border>span {
    background-color: #e92027;
}

.title-border.title-bg.custom2,
.title-bg-line.custom2:after,
.bg-custom2 .title-border>span {
  background-color: #c00f3c;
}

/* Breadcrumbs */
.breadcrumb {
  padding: 18px 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 1.25rem;
  font-weight: 400;
}

.breadcrumb li a {
    color: #e92027;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus {
  color: #ee6f6f;
}

.breadcrumb>.active {
  color: #222;
}

.breadcrumb li+li:before {
  color: #333;
  content: "\f101";
  font-family: 'FontAwesome';
  padding: 0 13px 0 6px;
}

/* Page Headers */
.page-header {
  padding: 25px 0;
  margin: 0 0 50px;
  background-color: #f6f6fa;
  border-bottom: 1px solid #eeeeee;
  /* Parallax + overlay */
  /* Dark background */
  /* Custom background */
  /* Custom2 background */
}

.supergrafis {
    background-image: url(../images/BG_supergrafis.png);
    background-size: cover;
    width: 100%;
    position: absolute;
    overflow: hidden;
    height: 400px;
    top: 310px;
    left: 0;
    right: 0;
    bottom: 0;
}

.supergrafis-berita {
  background-image: url(../images/BG_supergrafis.png);
  background-size: cover;
  width: 100%;
  position: absolute;
  overflow: hidden;
  height: 400px;
  top: 600px;
  left: 0;
  right: 0;
  bottom: 0;
}

.supergrafis-landing {
    background-image: url(../images/BG_supergrafis.png);
    background-size: cover;
    width: 100%;
    position: absolute;
    /* position: relative; */
    overflow: hidden;
    height: 350px;
    /* z-index: 1; */
}

.supergrafis-slider2{
  width: auto;
  min-width: 100%;
  position: absolute;
  overflow: hidden;
  height: 24vh;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.supergrafis-slider{
  background-image: url(../images/BG_supergrafis_slider.png);
  mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
  background-size: cover;
  width: auto;
  min-width: 100%;
  position: absolute;
  overflow: hidden;
  height: 28vh;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.container-bg-karir {
    /* background-color: rgba(255,255,255,0.4);
    background-size: cover; */
    width: 100%;
    position: relative;
    overflow: hidden;
    height: max-content;
    /* top: 310px;
    left: 0;
    right: 0; */
}

.layer-white-karir {
    background-color: rgba(255,255,255,0.5);
    background-size: cover;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: max-content;
    left: 0;
    right: 0;
}

.layer-white-img-karir {
    width: 100%;
    position: relative;
    max-height: 383px;
    left: 0;
    right: 0;
    overflow: hidden;
}

.layer-white-img-karir figure {
    max-height: inherit;
    transform: translateY(30%);
}

.layer-white-img-karir figure img {
    transform: translateY(-30%);
    width: 100%;
}

.text-over-bg-karir {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0.64));
    text-align: left;
    display: grid;
    justify-content: center;
    align-content: center;
}

@media (min-width: 600px) {
  .kesempatan-karir {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 16px;
    grid-template-areas:
        "image1 image2"
        "text1 text2";
  }

  .column2-keberlanjutan {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 16px;
    grid-template-areas:
        "image1 image2"
        "text1 text2";
  }
}

@media (max-width: 600px) {
  .kesempatan-karir {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 16px;
    grid-template-areas:
        "image1"
        "text1"
        "image2"
        "text2";
  }

  .column2-keberlanjutan {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 16px;
    grid-template-areas:
        "image1"
        "text1"
        "image2"
        "text2";
  }
}

  
.image1 {
    grid-area: image1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image1 img {
    max-width: 100%;
    height: auto;
}

.text1 {
    grid-area: text1;
}

.image2 {
    grid-area: image2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image2 img {
    max-width: 100%;
    height: auto;
}

.text2 {
    grid-area: text2;
}

.text-truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: 'none';
    overflow: hidden;
    hyphens: auto;
    text-align: left;
    padding-bottom: 1px;
}

.text-truncate-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  word-break: 'none';
  overflow: hidden;
  hyphens: auto;
  text-align: left;
  padding-bottom: 1px;
}

.text2 .selengkapnya {
    position: sticky;
    top: 95%;
}

@media (min-width:767px) {
  .berita-lain {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 12px;
  }
}

@media (max-width:767px) {
  .berita-lain {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 12px;
  }
}

.berita .selengkapnya {
  position: sticky;
  top: 95%;
}

.grid-card-manajemen {
    display: grid;
    grid-template-columns: 25% 75%;
    padding: 0 25px 25px 25px;
    overflow: hidden;
}

.item-biodata {
    border: 1px solid #dddddd;
    text-align: left;
    display: grid;
    align-content: center;
    /* justify-content: center; */
    overflow: hidden;
}

.item-biodata img {
    position: relative;
    height: 114px;
    width: auto;
    object-fit:cover;
    left:-40px;
}

.member-top.card-manajemen {
    background-image: url(../images/bg-card-manajemen.png);
}

.member-top.card-manajemen .footer-detail-member {
    position: static;
    bottom: 0;
    width: 100%;
    height: 4px;
    display: grid;
    grid-template-columns: 45% 36% 19%;
}

.footer-detail-member .red-rec {
    height: inherit;
    background-color: #F33540;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.footer-detail-member .black-rec {
    height: inherit;
    background-color: #000000;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.footer-detail-member .yellow-rec {
    height: inherit;
    background-color: #FFDD00;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.footer-card-member {
  position: static;
  bottom: 0;
  width: 100%;
  height: 2px;
  display: grid;
  grid-template-columns: 51.1% 28% 20.9%;
}

.footer-card-member .red-rec {
  height: inherit;
  background-color: #F33540;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.footer-card-member .black-rec {
  height: inherit;
  background-color: #000000;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.footer-card-member .yellow-rec {
  height: inherit;
  background-color: #FFDD00;
  display: inline-block;
  padding: 0;
  margin: 0;
}

@media(min-width:1200px){
  .footer-rby {
    position: absolute;
    bottom: 7%;
    width: 45%;
    /* max-width: 542px; */
    height: 2px;
    display: grid;
    grid-template-columns: 54.6% 26.2% 19.2%;
    /* justify-items: center; */
    /* padding: 0 8% 0 3%; */
    margin-left: 25%;
  }
}

@media(min-width:992px) and (max-width:1200px){
  .footer-rby {
    position: absolute;
    bottom: 7%;
    width: 55%;
    /* max-width: 542px; */
    height: 2px;
    display: grid;
    grid-template-columns: 54.6% 26.2% 19.2%;
    /* justify-items: center; */
    /* padding: 0 8% 0 3%; */
    margin-left: 20%;
  }
}

@media(min-width:768px) and (max-width:992px){
  .footer-rby {
    position: absolute;
    bottom: 4%;
    width: 36%;
    /* max-width: 542px; */
    height: 2px;
    display: grid;
    grid-template-columns: 54.6% 26.2% 19.2%;
    /* justify-items: center; */
    /* padding: 0 8% 0 3%; */
    margin-left: 30%;
  }
}

@media(min-width:370px) and (max-width:768px){
  .footer-rby {
    position: absolute;
    bottom: 4%;
    /* width: 36%; */
    height: 2px;
    display: grid;
    grid-template-columns: 54.6% 26.2% 19.2%;
    /* margin-left: 30%; */

    --min-width: 370px;
    --max-width: 768px;
    --var-pad: calc(var(--max-width) - 100vw);
    --pad-left: calc(30% - var(--var-pad)/5);
    --widd: calc(36% + var(--var-pad)/3);
    margin-left: var(--pad-left);
    width: var(--widd);
  }
}

/* @media(min-width:430px) and (max-width:640px){
  .footer-rby {
    position: absolute;
    bottom: 4%;
    width: 100%;
    height: 2px;
    display: grid;
    grid-template-columns: 54.6% 26.2% 19.2%;
    padding: 0 10% 0 4%;
  }
} */

/* @media(min-width:360px) and (max-width:430px){
  .footer-rby {
    position: absolute;
    bottom: 4%;
    width: 100%;
    height: 2px;
    display: grid;
    grid-template-columns: 54.6% 26.2% 19.2%;
    padding: 0 12% 0 4%;
  }
} */

@media(min-width:300px) and (max-width:370px){
  .footer-rby {
    position: absolute;
    bottom: 4%;
    width: 100%;
    /* max-width: 542px; */
    height: 2px;
    display: grid;
    grid-template-columns: 54.6% 26.2% 19.2%;
    padding: 0 16% 0 5%;
  }
}

@media(max-width:300px){
  .footer-rby {
    position: absolute;
    bottom: 4%;
    width: 100%;
    /* max-width: 542px; */
    height: 2px;
    display: grid;
    grid-template-columns: 54.6% 26.2% 19.2%;
    padding: 0 20% 0 5%;
  }
}

.footer-rby .red-rec {
  height: inherit;
  background-color: #F33540;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.footer-rby .black-rec {
  height: inherit;
  background-color: #000000;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.footer-rby .yellow-rec {
  height: inherit;
  background-color: #FFDD00;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.image-ceo {
  width: 100%;
}

.pendidikan-karir {
    padding: 10px 25px;
    text-align: left;
}

.pendidikan-karir .list h6::before{
    content: "\2022 \00A0";
}

@media (min-width: 645px){
  .card-sejarah.left-image {
      width: 100vw;
      margin: 0;
      /* padding-bottom: 50px; */
      /* display: inline-block; */
      position: relative;
      left: 0;
      display: grid;
      grid-template-columns: 40% 60%;
      overflow: hidden;
  }
  
  .card-sejarah.right-image {
      width: 100vw;
      margin: 0;
      /* padding-bottom: 50px; */
      /* display: inline-block; */
      position: relative;
      right: 0;
      display: grid;
      grid-template-columns: 60% 40%;
      overflow: hidden;
  }

  .left-image.white .gambar-sejarah .added-layer:after {
    content:'';
    position: absolute;
    left:0; top:0;
    width:100%; height:100%;
    display:inline-block;
    background-image: linear-gradient(to left,rgba(255,255,255,1), rgba(0,0,0,0));
  }
  
  .right-image.black .gambar-sejarah .added-layer{
    display:inline-block;
    position: relative;
  }
  
  .right-image.black .gambar-sejarah .added-layer:after{
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    display:inline-block;
    background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(255,0,0,0));
  }
  
  .right-image.red .gambar-sejarah .added-layer{
    display:inline-block;
    position: relative;
  }
  
  .right-image.red .gambar-sejarah .added-layer:after{
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    display:inline-block;
    background-image: linear-gradient(to right, rgba(233,32,39,1), rgba(255,0,0,0));
  }

}

@media (max-width: 645px){
  .card-sejarah.left-image {
      width: 100vw;
      margin: 0;
      /* padding-bottom: 50px; */
      /* display: inline-block; */
      position: relative;
      left: 0;
      display: grid;
      overflow: hidden;
      grid-template-areas:
      "image"
      "ket";
  }

  .card-sejarah.right-image {
      width: 100vw;
      margin: 0;
      /* padding-bottom: 50px; */
      /* display: inline-block; */
      position: relative;
      right: 0;
      display: grid;
      overflow: hidden;
      grid-template-areas:
      "image"
      "ket";
  }

  .gambar-sejarah {
    grid-area: image;
  }
  .keterangan {
    grid-area: ket;
  }

  .left-image.white .gambar-sejarah .added-layer:after {
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    display:inline-block;
    background-image: linear-gradient(to top,rgba(255,255,255,1), rgba(0,0,0,0));
  }
  
  .right-image.black .gambar-sejarah .added-layer{
    display:inline-block;
    position: relative;
  }
  
  .right-image.black .gambar-sejarah .added-layer:after{
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    display:inline-block;
    background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(255,0,0,0));
  }
  
  .right-image.red .gambar-sejarah .added-layer{
    display:inline-block;
    position: relative;
  }
  
  .right-image.red .gambar-sejarah .added-layer:after{
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    display:inline-block;
    background-image: linear-gradient(to top, rgba(233,32,39,1), rgba(255,0,0,0));
  }
}


.card-sejarah.white {
    background-color: #fff;
}

.card-sejarah.black {
    background-color: #000;
}

.card-sejarah.red {
  background-color: #e92027;
}

.card-sejarah .gambar-sejarah {
    left: 0;
    right: 0;
    /* width: fit-content; */
    height: 334px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* align-content: center; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
}

.card-sejarah .gambar-sejarah img {
    min-height: 334px;
    width: 100%;
    object-fit: cover;
}

.left-image.white .gambar-sejarah .added-layer {
  display:inline-block;
  position: relative;
}

.card-sejarah.white .keterangan .item-keterangan h1,
.card-sejarah.white .keterangan .item-keterangan h4 {
    color: #000;
    line-height: normal;
}

.card-sejarah.black .keterangan .item-keterangan h1,
.card-sejarah.black .keterangan .item-keterangan h4,
.card-sejarah.red .keterangan .item-keterangan h1,
.card-sejarah.red .keterangan .item-keterangan h4 {
    color: #fff;
    line-height: normal;
}

.card-sejarah .keterangan {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 10%;
}

@media (min-width:767px){
  grid-container {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      /* grid-auto-rows: 75px; */
      grid-gap: 2px;
  }
}
@media (max-width:767px){
  grid-container {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      /* grid-auto-rows: 75px; */
      grid-gap: 2px;
  }
}


grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 767px) {
  .grid-page {
    display: grid;
    grid-template-columns: 20% 75%;
    /* grid-auto-rows: 75px; */
    grid-gap: 5%;
  }
}

@media (max-width: 767px) {
  .grid-page {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    /* grid-auto-rows: 75px; */
    /* grid-gap: 5%; */
    row-gap: 0;
  }
}

.list-group-item:not(.active) {
  color: #000;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #e92027 !important;
    border-color: #e92027 !important;
}

.cols-5,
.desktop-cols-5 {
    --visible-cols: 5;
}

.cols-3 {
    --visible-cols: 3;
}

.hint-next {
    --col-hint: 20px
}

@media (min-width: 1200px) {
  .laptop-cols-3 {
      --visible-cols: 3;
  }

  .container-scroll-x {
    --visible-cols: 3;
    --col-gap: 24px;
    --col-hint: 200px;
    --scroller-padding: 20px;

    /*  Calculated column size. */
    --col-size: calc((100% / var(--visible-cols)) - var(--col-gap) - var(--col-hint) / var(--visible-cols));

    display: grid;
    grid-auto-flow: column;
    grid-template-columns: var(--col-size);
    grid-auto-columns: var(--col-size);
    overflow-x: auto;
    overflow-y: hidden;
    grid-gap: var(--col-gap);
    padding-bottom: var(--scroller-padding);
  }

  .card.scroll-x {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    background-color: #fff;
    border: 1px solid #ddd;
    justify-content: space-between;
    align-items: start;
    padding: 20px 80px 20px 20px;
    width: 303px;
    min-height: 180px;
    color: #121212;
    font-size: 24px;
    font-weight: 400;
    overflow: hidden;
  }

  .text-scroll-x {
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: start;
    width: 203px;
    min-height: 140px;
    color: #121212;
    font-size: 24px;
    font-weight: 400;
  }

  .bg-scroll-x {
    position: absolute;
    width: 203px;
    max-height: 90px;
    display: flex;
    justify-content: flex-end;
    right: 20px;
    bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .laptop-cols-3 {
        --visible-cols: 3;
    }

    .container-scroll-x {
      --visible-cols: 2;
      --col-gap: 24px;
      --col-hint: 100px;
      --scroller-padding: 20px;
  
      /*  Calculated column size. */
      --col-size: calc((100% / var(--visible-cols)) - var(--col-gap) - var(--col-hint) / var(--visible-cols));
  
      display: grid;
      grid-auto-flow: column;
      grid-template-columns: var(--col-size);
      grid-auto-columns: var(--col-size);
      overflow-x: auto;
      overflow-y: hidden;
      grid-gap: var(--col-gap);
      padding-bottom: var(--scroller-padding);
  }

  .card.scroll-x {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    background-color: #fff;
    border: 1px solid #ddd;
    justify-content: left;
    align-items: start;
    padding: 20px 90px 20px 20px;
    width: 303px;
    min-height: 177px;
    color: #121212;
    font-size: 24px;
    font-weight: 400;
    overflow: hidden;
  }

  .text-scroll-x {
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: start;
    width: 203px;
    min-height: 137px;
    color: #121212;
    font-size: 24px;
    font-weight: 400;
  }

  .bg-scroll-x {
    position: absolute;
    width: 203px;
    max-height: 87px;
    display: flex;
    justify-content: flex-end;
    right: 20px;
    bottom: 20px;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .container-scroll-x {
      --visible-cols: 2;
      --col-gap: 20px;
      --col-hint: 100px;
      --scroller-padding: 20px;

      /*  Calculated column size. */
      --col-size: calc((100% / var(--visible-cols)) - var(--col-gap) - var(--col-hint) / var(--visible-cols));

      display: grid;
      grid-auto-flow: column;
      grid-template-columns: var(--col-size);
      grid-auto-columns: var(--col-size);
      overflow-x: auto;
      overflow-y: hidden;
      grid-gap: var(--col-gap);
      padding-bottom: var(--scroller-padding);
  }

  .card.scroll-x {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    background-color: #fff;
    border: 1px solid #ddd;
    justify-content: left;
    align-items: start;
    padding: 20px 90px 20px 20px;
    width: 250px;
    min-height: 207px;
    color: #121212;
    font-size: 24px;
    font-weight: 400;
    overflow: hidden;
  }

  .text-scroll-x {
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: start;
    width: 150px;
    min-height: 167px;
    color: #121212;
    font-size: 24px;
    font-weight: 400;
  }

  .bg-scroll-x {
    position: absolute;
    width: 150px;
    max-height: 107px;
    display: flex;
    justify-content: flex-end;
    right: 20px;
    bottom: 20px;
  }
}

@media (min-width: 580px) and (max-width: 767px) {
    .tablet-cols-2 {
        --visible-cols: 2;
    }
    .tablet-hint-next {
        --col-hint: 15px
    }

    .container-scroll-x {
      --visible-cols: 2;
      --col-gap: 16px;
      --col-hint: 100px;
      --scroller-padding: 20px;
  
      /*  Calculated column size. */
      --col-size: calc((100% / var(--visible-cols)) - var(--col-gap) - var(--col-hint) / var(--visible-cols));
  
      display: grid;
      grid-auto-flow: column;
      grid-template-columns: var(--col-size);
      grid-auto-columns: var(--col-size);
      overflow-x: auto;
      overflow-y: hidden;
      grid-gap: var(--col-gap);
      padding-bottom: var(--scroller-padding);
  }

    .card.scroll-x {
      position: relative;
      display: flex;
      flex-flow: column nowrap;
      background-color: #fff;
      border: 1px solid #ddd;
      justify-content: left;
      align-items: start;
      padding: 20px 90px 20px 20px;
      width: 200px;
      min-height: 162px;
      color: #121212;
      font-size: 16px;
      font-weight: 400;
      overflow: hidden;
    }

    .text-scroll-x {
      position: absolute;
      display: flex;
      flex-flow: column nowrap;
      justify-content: space-between;
      align-items: start;
      width: 100px;
      min-height: 122px;
      color: #121212;
      font-size: 16px;
      font-weight: 400;
    }
  
    .bg-scroll-x {
      position: absolute;
      width: 100px;
      max-height: 77px;
      display: flex;
      justify-content: flex-end;
      right: 20px;
      bottom: 20px;
    }

    .card.scroll-x h1 {
      font-size: 16px !important;
    }
}

@media (min-width: 400px) and (max-width: 580px) {
  .tablet-cols-2 {
      --visible-cols: 2;
  }
  .tablet-hint-next {
      --col-hint: 15px
  }

  .container-scroll-x {
    --visible-cols: 2;
    --col-gap: 14px;
    --col-hint: 50px;
    --scroller-padding: 20px;

    /*  Calculated column size. */
    --col-size: calc((100% / var(--visible-cols)) - var(--col-gap) - var(--col-hint) / var(--visible-cols));

    display: grid;
    grid-auto-flow: column;
    grid-template-columns: var(--col-size);
    grid-auto-columns: var(--col-size);
    overflow-x: auto;
    overflow-y: hidden;
    grid-gap: var(--col-gap);
    padding-bottom: var(--scroller-padding);
}

  .card.scroll-x {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    background-color: #fff;
    border: 1px solid #ddd;
    justify-content: left;
    align-items: start;
    padding: 15px 67.5px 15px 15px;
    width: 151.5px;
    min-height: 162px;
    color: #121212;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
  }

  .text-scroll-x {
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: start;
    width: 69px;
    min-height: 122px;
    color: #121212;
    font-size: 14px;
    font-weight: 400;
  }

  .bg-scroll-x {
    position: absolute;
    width: 69px;
    max-height: 72px;
    display: flex;
    justify-content: flex-end;
    right: 20px;
    bottom: 20px;
  }

  .card.scroll-x h1 {
    font-size: 14px !important;
  }
}

@media (max-width: 400px) {
    .mobile-cols-1 {
        --visible-cols: 1;
    }
    .mobile-hint-next {
        --col-hint: 10px
    }
    .container-scroll-x {
      --visible-cols: 1;
      --col-gap: 14px;
      --col-hint: 100px;
      --scroller-padding: 20px;
  
      /*  Calculated column size. */
      --col-size: calc((100% / var(--visible-cols)) - var(--col-gap) - var(--col-hint) / var(--visible-cols));
  
      display: grid;
      grid-auto-flow: column;
      grid-template-columns: var(--col-size);
      grid-auto-columns: var(--col-size);
      overflow-x: auto;
      overflow-y: hidden;
      grid-gap: var(--col-gap);
      padding-bottom: var(--scroller-padding);
  }

  .card.scroll-x {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    background-color: #fff;
    border: 1px solid #ddd;
    justify-content: left;
    align-items: start;
    padding: 15px 67.5px 15px 15px;
    width: 151.5px;
    min-height: 162px;
    color: #121212;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
  }

  .text-scroll-x {
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: start;
    width: 69px;
    min-height: 122px;
    color: #121212;
    font-size: 14px;
    font-weight: 400;
  }

  .bg-scroll-x {
    position: absolute;
    width: 69px;
    max-height: 62px;
    display: flex;
    justify-content: flex-end;
    right: 20px;
    bottom: 20px;
  }

  .card.scroll-x h1 {
    font-size: 14px !important;
  }


}

.card.scroll-x:hover {
    background-color: #e92027;
    color: #fff;
}

.card.scroll-x:hover h1{
    color: #fff;
}

.card.scroll-x:hover .for-icon{
  color: #fff;
}

.container-scroll-x {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.container-scroll-x::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.card.scroll-x .for-icon {
    position: sticky;
    top: 90%;
}

.bg-scroll-x img {
  width: auto;
  max-height: inherit;
  object-fit: contain;
}

/* @media (min-width: 992px) {
  .container-non-scroll {
      display: grid;
      grid-auto-flow: column;
      grid-template-columns: 15% 15% 15% 15% 15% 15%;
      grid-gap: 2%;
  }
}

@media (max-width: 992px) {
  .container-non-scroll {
      display: grid;
      grid-auto-flow: column;
      grid-template-columns: (3, 1fr);
      grid-gap: 2%;
  }
} */


.card.non-scroll {
    display: flex;
    flex-flow: column nowrap;
    background-color: #fff;
    border: 1px solid #ddd;
    justify-content: left;
    align-items: flex-start;
    padding: 20px 20px 20px 20px;
    /* width: 303px; */
    color: #000;
    font-size: 16px;
    font-weight: 400;
    /* overflow: hidden; */
}

.card.non-scroll h4.h4{
  text-transform: uppercase;
  margin-top: 12px;
}

.card.non-scroll h4.h4.non-uppercase {
  text-transform: none !important;
}

@media (min-width: 767px) {
  .page-header {
    /*margin-bottom: 60px;*/
    margin-bottom: 0px;
  }

  .card.non-scroll {
    min-height: 177px;
  }
}

@media (min-width: 992px) {
  .page-header {
    /*margin-bottom: 70px;*/
    margin-bottom: 0px;
  }

  .card.non-scroll {
    min-height: 212px;
  }
}

@media (min-width: 1200px) {
  .card.non-scroll {
    min-height: 177px;
  }
}

@media (min-width: 525px) {
  .row-card2 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 20px;
    margin-bottom: 20px;
  }  
}

@media (max-width: 525px) {
  .row-card2 {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 20px;
    /* margin-bottom: 20px; */
  }  
}

.row-card-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 20px;
}

@media (min-width: 768px) {
  .row-card-grid2 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .row-card-grid2 {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 20px;
    margin-bottom: 20px;
  }
}

.row-card-grid2 .icon-title {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
}

@media (min-width: 768px) {
  .row-card-grid3 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .row-card-grid3 {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 20px;
    margin-bottom: 20px;
  }
}

.row-card-grid3 .icon-title {
    display: grid;
    justify-content: start;
    align-items: start;
    column-gap: 20px;
    grid-template-columns: 41px auto;
}

.icon-title h4.h4 {
    text-transform: uppercase;
    font-weight: 700 !important;
    text-align: left !important;
}

.icon-title h4.h4 .h4-sub {
  text-transform: none;
  font-weight: 400 !important;
}

.card-grid {
  display: flex;
  flex-flow: column nowrap;
  background-color: #fff;
  border: 1px solid #ddd;
  justify-content: left;
  align-items: flex-start;
  padding: 20px 20px 20px 20px;
  /* width: 303px; */
  color: #000;
  font-size: 16px;
  font-weight: 400;
  /* overflow: hidden; */
}

@media (min-width: 768px) {
  .review-grid {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .review-grid {
    display: grid;
    grid-template-columns: auto;
    row-gap: 20px;
  }
}

.review-slide .card-grid .review-grid figure {
  max-width: 244px;
  max-height: 244px;
  overflow: hidden;
}

.review-slide .card-grid .review-grid figure img {
  max-width: 244px;
  max-height: 244px;
  object-fit: cover;
  aspect-ratio: 1;
}

.review-slide .card-grid {
  min-height: 286px;
}

.review-slide .card-grid h4.h4{
  margin-top: 0px;
  margin-bottom: 0px !important;
}

.text-review {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.card-grid h4.h4{
  margin-top: 12px;
}

.card-grid .icon-title h4.h4 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .rusa-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 2%;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .rusa-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 2%;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    height: 100%;
  }
}

.page-header .breadcrumb {
  padding: 0;
}

.page-header h1 {
    font-family: "Helvetica Neue 53 Extended";
    font-size: 28px;
    line-height: 1.15;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0;
}

@media (min-width: 992px) {
  .page-header h1.main-menu-name {
      font-family: 'Helvetica Neue 73 Bold Extended';
      font-size: 32px;
      font-weight: 700;
      color: #fff;
      margin: 0;
      text-transform: none;
  }
  
  .page-header h2.sub-menu-name {
      font-family: "Helvetica Neue 53 Extended";
      font-size: 24px;
      font-weight: 400;
      color: #fff;
      margin: 0;
  }

  .h0 {
    font-size: 32px !important;
    margin-bottom: 10px !important;
  }

  h1.h1 {
    font-size: 24px !important;
    margin-bottom: 10px !important;
  }

  h2.h2 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
  }

  h3.h3 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }

  h4.h4 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  h5.h5 {
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }

  h6.h6 {
    font-size: 12px !important;
    margin-bottom: 10px !important;
  }

  #logo-putih,
  #logo-hitam {
    max-height:75px !important;
  }

  .copyright {
    font-size: 14px !important;
  }

  .komentar-berita input {
    font-size: 16px;
  }

  .komentar-berita textarea {
    font-size: 16px;
  }

  .komentar-berita button {
    font-size: 16px;
  }

  .title-media {
    grid-template-columns: 83% 17%;
    column-gap: 0;
  }

  
}

@media (min-width: 767px) and (max-width: 992px){
  .page-header h1.main-menu-name {
      font-family: "Helvetica Neue 53 Extended";
      font-size: 28px;
      font-weight: 700;
      color: #fff;
      margin: 0;
      text-transform: none;
  }
  
  .page-header h2.sub-menu-name {
      font-family: "Helvetica Neue 53 Extended";
      font-size: 20px;
      font-weight: 400;
      color: #fff;
      margin: 0;
  }

  .h0 {
    font-size: 30px !important;
    margin-bottom: 10px !important;
  }

  h1.h1 {
    font-size: 22px !important;
    margin-bottom: 10px !important;
  }

  h2.h2 {
    font-size: 19px !important;
    margin-bottom: 10px !important;
  }

  h3.h3 {
    font-size: 17px !important;
    margin-bottom: 10px !important;
  }

  h4.h4 {
    font-size: 15px !important;
    margin-bottom: 10px !important;
  }

  h5.h5 {
    font-size: 13px !important;
    margin-bottom: 10px !important;
  }

  h6.h6 {
    font-size: 11px !important;
    margin-bottom: 10px !important;
  }

  #logo-putih,
  #logo-hitam {
    max-height:64px !important;
  }

  .copyright {
    font-size: 13px !important;
  }

  .komentar-berita input {
    font-size: 15px;
  }

  .komentar-berita textarea {
    font-size: 15px;
  }

  .komentar-berita button {
    font-size: 15px;
  }

  .title-media {
    grid-template-columns: 83% 17%;
    column-gap: 0;
  }
}

@media (min-width: 425px) and (max-width: 767px) {
  .page-header h1.main-menu-name {
      font-family: "Helvetica Neue 53 Extended";
      font-size: 24px;
      font-weight: 700;
      color: #fff;
      margin: 0;
      text-transform: none;
  }

  .page-header h2.sub-menu-name {
      font-family: "Helvetica Neue 53 Extended";
      font-size: 16px;
      font-weight: 400;
      color: #fff;
      margin: 0;
  }

  .h0 {
    font-size: 28px !important;
    margin-bottom: 10px !important;
  }

  h1.h1 {
    font-size: 20px !important;
    margin-bottom: 10px !important;;
  }

  h2.h2 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }

  h3.h3 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  h4.h4 {
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }

  h5.h5 {
    font-size: 12px !important;
    margin-bottom: 10px !important;
  }

  h6.h6 {
    font-size: 10px !important;
    margin-bottom: 10px !important;
  }

  #logo-putih,
  #logo-hitam {
    max-height:53px !important;
  }

  .copyright {
    font-size: 12px !important;
  }

  .komentar-berita input {
    font-size: 14px;
  }

  .komentar-berita textarea {
    font-size: 14px;
  }

  .komentar-berita button {
    font-size: 14px;
  }

  .title-media {
    row-gap: 0;
  }
}

@media (max-width: 425px) {
  .page-header h1.main-menu-name {
      font-family: "Helvetica Neue 53 Extended";
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      margin: 0;
      text-transform: none;
  }

  .page-header h2.sub-menu-name {
      font-family: "Helvetica Neue 53 Extended";
      font-size: 16px;
      font-weight: 400;
      color: #fff;
      margin: 0;
  }

  .h0 {
    font-size: 24px !important;
    margin-bottom: 10px !important;
  }

  h1.h1 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
  }

  h2.h2 {
    font-size: 17px !important;
    margin-bottom: 10px !important;
  }

  h3.h3 {
    font-size: 15px !important;
    margin-bottom: 10px !important;
  }

  h4.h4 {
    font-size: 13px !important;
    margin-bottom: 10px !important;
  }

  h5.h5 {
    font-size: 11px !important;
    margin-bottom: 10px !important;
  }

  h6.h6 {
    font-size: 9px !important;
    margin-bottom: 10px !important;
  }

  #logo-putih,
  #logo-hitam {
    max-height:42px !important;
  }

  .copyright {
    font-size: 11px !important;
  }

  .komentar-berita input {
    font-size: 13px;
  }

  .komentar-berita textarea {
    font-size: 13px;
  }

  .komentar-berita button {
    font-size: 13px;
  }

  .title-media {
    row-gap: 0;
  }
}

.page-header h1+.breadcrumb {
  margin-top: 6px;
}

.page-header p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.page-header.larger {
  padding: 65px 0 65px 0;
}

.page-header.no-padding {
  padding: 0;
}

.page-header.largest {
  padding: 80px 0;
}

.page-header.largest h1 {
  font-size: 32px;
}

.page-header.larger-top {
  padding-top: 130px;
}

@media (min-width: 767px) and (max-width: 991px) {
  .page-header.larger-top {
    padding-top: 200px;
  }
}

@media (min-width: 992px) {
  .page-header.larger-top {
    padding-top: 160px;
  }
}

.page-header.largest-top {
  padding-top: 160px;
}

@media (min-width: 767px) and (max-width: 991px) {
  .page-header.largest-top {
    padding-top: 230px;
  }
}

@media (min-width: 992px) {
  .page-header.largest-top {
    padding-top: 200px;
  }
}

.page-header.fullheight>.container-fluid,
.page-header.fullscreen>.container-fluid {
  display: table;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {

  .page-header.fullheight>.container,
  .page-header.fullscreen>.container {
    width: 100%;
  }
}

.page-header.fullheight .page-header-cell,
.page-header.fullscreen .page-header-cell {
  display: table-cell;
  vertical-align: middle;
}

.page-header.parallax,
.page-header.bg-image {
  position: relative;
}

.page-header.parallax:before,
.page-header.bg-image:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    /* background-color: #fff; */
    /* opacity: 0.65; */
}

.page-header.parallax .container,
.page-header.parallax .container-fluid,
.page-header.bg-image .container,
.page-header.bg-image .container-fluid {
    position: relative;
    z-index: 1;
    top: 60%;
}

.page-header.dark {
  background-color: #171717;
  color: #9a9a9a;
  border-color: #101010;
}

.page-header.dark h1 {
  color: #fff;
}

.page-header.dark .breadcrumb li a {
  color: #9a9a9a;
}

.page-header.dark .breadcrumb li a:hover,
.page-header.dark .breadcrumb li a:focus {
  color: #fff;
}

.page-header.dark .breadcrumb>.active {
  color: #fff;
}

.page-header.dark .breadcrumb li+li:before {
  color: #bbb;
}

.page-header.dark.parallax:before,
.page-header.dark.bg-image:before {
  background-color: #000;
  opacity: 0.6;
}

.page-header.custom {
    /* background-color: #e92027; */
    color: #0087e3;
    /* border-color: #0078ca; */
    margin-bottom: 0;
}

.page-header.custom h1 {
  color: #fff;
}

.page-header.custom .breadcrumb li a {
  /*color: #54baff;*/
  color: #fff;
}

.page-header.custom .breadcrumb li a:hover,
.page-header.custom .breadcrumb li a:focus {
  color: #fff;
}

.page-header.custom .breadcrumb>.active {
  color: #fff;
}

.page-header.custom .breadcrumb li+li:before {
  /*color: #0d9dff;*/
  color: #fff;
}

.page-header.custom2 {
  background-color: #c00f3c;
  color: #ed154c;
  border-color: #d81143;
}

.page-header.custom2 h1 {
  color: #fff;
}

.page-header.custom2 .breadcrumb li a {
  color: #f2577f;
}

.page-header.custom2 .breadcrumb li a:hover,
.page-header.custom2 .breadcrumb li a:focus {
  color: #fff;
}

.page-header.custom2 .breadcrumb>.active {
  color: #fff;
}

.page-header.custom2 .breadcrumb li+li:before {
  color: #f03b69;
}

.page-header.custom2.parallax:before,
.page-header.custom2.bg-image:before {
  background-color: #c00f3c;
}

/* Added this for elements page to clear margin bottom just for this page */
.elements-page .page-header {
  margin-bottom: 0;
}

/* Elements Collapses */
.panel-group .panel+.panel {
  margin-top: 4px;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: none;
}

.panel {
  background-color: transparent;
  margin-bottom: 40px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  /* Panel Default */
  /* Panel Inverse */
  /* Panel Custom */
}

.panel .panel-heading {
  padding: 0;
  border-radius: 0;
  border: none;
}

.panel .panel-heading .panel-title {
  font-weight: 400;
  position: relative;
  font-size: 13px;
  font-family: "Helvetica Neue 53 Extended";
}

.panel .panel-heading .panel-title a {
  border: 1px solid transparent;
  display: block;
  padding: 12px 16px;
  color: #333;
  transition: all 0.4s;
}

.panel .panel-heading .panel-title a:before {
  display: inline-block;
  min-width: 15px;
  font-family: 'FontAwesome';
  content: "\f107";
}

.panel .panel-heading .panel-title a.collapsed:before {
  content: "\f105";
}

.panel .panel-body {
  padding: 16px 0;
}

.panel .panel-body p {
  margin-bottom: 13px;
}

.panel .panel-body p:last-child {
  margin-bottom: 0;
}

.panel.panel-default .panel-heading a {
  color: #333;
  background-color: #f6f6fa;
  border-color: #f0f0fa;
}

.panel.panel-default .panel-heading a:hover,
.panel.panel-default .panel-heading a:focus {
  color: #333;
  background-color: #eee;
  border-color: #e8e8e8;
}

.panel.panel-inverse .panel-heading a {
  background-color: #222;
  border-color: #101010;
  color: #fff;
}

.panel.panel-inverse .panel-heading a:hover,
.panel.panel-inverse .panel-heading a:focus {
  color: #fff;
  background-color: #101010;
  border-color: #000;
}

.panel.panel-custom .panel-heading a {
    background-color: #e92027;
    border-color: #e92027;
    color: #fff;
}

.panel.panel-custom .panel-heading a:hover,
.panel.panel-custom .panel-heading a:focus {
    color: #fff;
    background-color: #e92027;
    border-color: #ee6f6f;
}

/* Elements Tabs */
.nav.nav-tabs>li>a,
.nav.nav-pills>li>a {
  padding: 9px 15px;
  color: #323232;
  transition: background 0.35s;
}

.nav.nav-tabs>li>a:hover,
.nav.nav-pills>li>a:hover {
  background-color: #f6f6fa;
}

.nav.navbar-nav>li>a {
  padding: 10px 8px;
}

@media (max-width: 480px) {

  .nav.nav-tabs:not(.nav-justified)>li>a,
  .nav.nav-pills:not(.nav-justified)>li>a {
    padding-left: 7px;
    padding-right: 7px;
    /*max-width: 70px;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
  }
}

.nav.nav-justified>li>a {
  margin: 0;
  border-radius: 0;
}

.nav.nav-justified>li+li {
  margin-left: 0 !important;
}

.nav-tabs {
  margin-bottom: 15px;
  border-bottom-color: #e1e1e1;
}

.nav-tabs li a {
  border-radius: 0;
  position: relative;
}

.nav-tabs li a i {
  margin-right: 7px;
}

.nav-tabs li a:before {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    right: 50%;
    height: 2px;
    top: -1px;
    background-color: #e92027;
    visibility: hidden;
    transition: all 0.4s;
}

.nav-tabs li a:hover {
  border-color: #e1e1e1;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  background-color: #fff;
  border-color: #e1e1e1;
  border-bottom-color: transparent;
}

.bg-lightgray .nav-tabs li.active a,
.bg-lightgray .nav-tabs li.active a:hover,
.bg-lightgray .nav-tabs li.active a:focus {
  background-color: #f8f8f8;
}

.nav-tabs li.active a:before {
  visibility: visible;
  left: -1px;
  right: -1px;
}

.tab-content.bordered {
    padding: 15px;
    border: 1px solid #e1e1e1;
    border-top: none;
    margin-top: -15px;
}

.tab-content.bordered p:last-child {
    margin-bottom: 0;
}

.tab-content+.nav-tabs {
    border-bottom: none;
    border-top: 1px solid #e1e1e1;
}

.tab-content+.nav-tabs>li>a {
    border-top: none;
}

.tab-content+.nav-tabs>li>a:before {
    top: auto;
    bottom: -1px;
}

.tab-content+.nav-tabs>li.active a,
.tab-content+.nav-tabs>li.active a:hover,
.tab-content+.nav-tabs>li.active a:focus {
    margin-top: -1px;
    border: 1px solid #eee;
    border-top-color: transparent;
}

.tab-content+.nav-tabs>li.active a:before {
    visibility: visible;
    left: 0;
    right: 0;
}

@media (min-width: 767px) {
    .vertical-tab {
        display: table;
    }

    .vertical-tab .nav-tabs,
    .vertical-tab .nav-pils,
    .vertical-tab .tab-content {
        display: table-cell;
    }

    .vertical-tab .nav-tabs>li,
    .vertical-tab .nav-pils>li,
    .vertical-tab .tab-content>li {
        float: none;
        white-space: nowrap;
    }

    .vertical-tab.left .tab-content {
        padding-left: 15px;
    }

    .vertical-tab.right .tab-content {
        padding-right: 15px;
    }

    .vertical-tab .nav-tabs {
        margin-bottom: 0;
        border: none;
    }

    .vertical-tab.left .nav-tabs {
        border-right: 1px solid #eee;
    }

    .vertical-tab.left .nav-tabs>li {
        margin: 0;
    }

    .vertical-tab.left .nav-tabs>li a {
        margin: 0;
    }

    .vertical-tab.left .nav-tabs>li a:before {
        top: 50%;
        bottom: 50%;
        left: -1px;
        right: auto;
        height: auto;
        width: 2px;
    }

    .vertical-tab.left .nav-tabs>li.active a,
    .vertical-tab.left .nav-tabs>li.active a:hover,
    .vertical-tab.left .nav-tabs>li.active a:focus {
        border: 1px solid #eee;
        margin: 0;
        margin-right: -1px;
        /*font-weight: 500;
    font-size: medium;
    color: #245598;*/
        font-weight: 600;
        font-size: x-large;
        color: #e92027;

        min-width: 255px;
        border-right-color: transparent;
    }

    .vertical-tab.left .nav-tabs>li.active a:before,
    .vertical-tab.left .nav-tabs>li.active a:hover:before,
    .vertical-tab.left .nav-tabs>li.active a:focus:before {
        top: -1px;
        bottom: -1px;
    }

    .vertical-tab.right .tab-content+.nav-tabs>li>a {
        border-top: 1px solid transparent;
    }

    .vertical-tab.right .nav-tabs {
        border-left: 1px solid #eee;
    }

    .vertical-tab.right .nav-tabs>li a {
        margin: 0;
        border-width: 1px;
    }

    .vertical-tab.right .nav-tabs>li a:before {
        top: 50%;
        bottom: 50%;
        right: -1px;
        left: auto;
        height: auto;
        width: 2px;
    }

    .vertical-tab.right .nav-tabs>li.active a,
    .vertical-tab.right .nav-tabs>li.active a:hover,
    .vertical-tab.right .nav-tabs>li.active a:focus {
        border: 1px solid #eee;
        margin: 0;
        margin-left: -1px;
        border-left-color: transparent;
    }

    .vertical-tab.right .nav-tabs>li.active a:before,
    .vertical-tab.right .nav-tabs>li.active a:hover:before,
    .vertical-tab.right .nav-tabs>li.active a:focus:before {
        top: -1px;
        bottom: -1px;
    }

    .vertical-tab .nav-pills {
        min-width: 110px;
    }

    .vertical-tab .nav-pills>li {
        display: block;
        width: 100%;
    }

    .vertical-tab .nav-pills>li+li {
        margin-left: 0;
    }
}

.nav-pills {
  margin-bottom: 15px;
}

.nav-pills>li>a {
  border-radius: 0;
}

.nav-pills>li+li {
  margin-left: 3px;
}

.nav-pills>li.active a,
.nav-pills>li.active a:hover,
.nav-pills>li.active a:focus {
    color: #fff;
    background-color: #e92027;
}

/* Elements Buttons */
.btn {
  position: relative;
  z-index: 2;
  transition: background 0.45s, border 0.45s;
  font-size: 13px;
  font-weight: 400;
  padding: 9px 15px;
  border-radius: 0;
}

.btn.btn-rounded {
  border-radius: 5px;
}

.btn.btn-border {
  padding: 8px 14px;
  border-width: 2px;
}

.btn.btn-sm {
  font-size: 11px;
  padding: 7px 10px;
}

.btn.btn-sm.btn-rounded {
  border-radius: 4px;
}

.btn.btn-sm.btn-border {
  padding: 6px 9px;
  border-width: 2px;
}

.btn.btn-lg {
  font-size: 15px;
  padding: 11px 20px;
}

.btn.btn-lg.btn-rounded {
  border-radius: 7px;
}

.btn.btn-lg.btn-border {
  padding: 10px 19px;
  border-width: 2px;
}

.btn i {
  margin-right: 5px;
  font-size: 80%;
  vertical-align: middle;
  margin-top: -3px;
}

.btn:active,
.btn.active {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.btn:focus,
.btn:active {
  outline: none;
}

.btn.min-width {
  min-width: 150px;
  text-align: center !important;
}

.btn-readmore {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px 12px 20px;
  background-color: #E92027;
  color: #FFFFFF;
}

.btn-readmore:hover {
  color: #FFFFFF;
}

@media (max-width: 480px) {
  .btn.min-width {
    min-width: 0;
  }
}

.btn.min-width-sm {
  min-width: 120px;
  text-align: center !important;
}

@media (max-width: 480px) {
  .btn.min-width-sm {
    min-width: 0;
  }
}

.btn.min-width-lg {
  min-width: 170px;
  text-align: center !important;
}

@media (max-width: 480px) {
  .btn.min-width-lg {
    min-width: 0;
  }
}

.tp-caption.btn i {
  font-size: inherit;
  margin-top: auto;
  margin-right: 0;
}

.btn-group>.btn+.btn {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.btn-group .dropdown-menu {
  padding: 7px 0;
  border-radius: 0;
  font-size: 13px;
  border-color: #eee;
}

.btn-group .dropdown-menu li a {
  color: #323232;
  padding: 4px 15px;
  transition: background 0.4s;
}

.btn-group .dropdown-menu li a:hover,
.btn-group .dropdown-menu li a:focus {
  color: #323232;
  background-color: #f6f6fa;
}

/* Button Colors */
.btn.btn-custom {
    color: #fff;
    background-color: #e92027;
    border-color: #e92027;
}

.btn.btn-custom:hover,
.btn.btn-custom:focus {
  color: #fff;
  background-color: #ee6f6f;
  border-color: #ee6f6f;
}

.btn.btn-custom.btn-border {
    color: #e92027;
    background-color: transparent;
    border-color: #e92027;
}

.btn.btn-custom.btn-border:hover,
.btn.btn-custom.btn-border:focus {
    color: #fff;
    background-color: #e92027;
    border-color: #e92027;
}

.btn.btn-custom2 {
  color: #fff;
  /*background-color: #c00f3c;
  border-color: #c00f3c;*/
    background-color: #e92027;
    border-color: #ffffff;
}

.btn.btn-custom2:hover,
.btn.btn-custom2:focus {
  color: #fff;
  background-color: #910b2d;
  border-color: #910b2d;
}

.btn.btn-custom2.btn-border {
  color: #c00f3c;
  background-color: transparent;
  border-color: #c00f3c;
}

.btn.btn-custom2.btn-border:hover,
.btn.btn-custom2.btn-border:focus {
  color: #fff;
  background-color: #c00f3c;
  border-color: #c00f3c;
}

.btn.btn-red {
  color: #fff;
  background-color: #f41d1d;
  border-color: #f41d1d;
}

.btn.btn-red:hover,
.btn.btn-red:focus {
  color: #fff;
  background-color: #d40a0a;
  border-color: #d40a0a;
}

.btn.btn-red.btn-border {
  color: #f41d1d;
  background-color: transparent;
  border-color: #f41d1d;
}

.btn.btn-red.btn-border:hover,
.btn.btn-red.btn-border:focus {
  color: #fff;
  background-color: #f41d1d;
  border-color: #f41d1d;
}

.btn.btn-darkred {
  color: #fff;
  background-color: #d10707;
  border-color: #d10707;
}

.btn.btn-darkred:hover,
.btn.btn-darkred:focus {
  color: #fff;
  background-color: #a00505;
  border-color: #a00505;
}

.btn.btn-darkred.btn-border {
  color: #d10707;
  background-color: transparent;
  border-color: #d10707;
}

.btn.btn-darkred.btn-border:hover,
.btn.btn-darkred.btn-border:focus {
  color: #fff;
  background-color: #d10707;
  border-color: #d10707;
}

.btn.btn-blue {
  color: #fff;
  background-color: #0172b8;
  border-color: #0172b8;
}

.btn.btn-blue:hover,
.btn.btn-blue:focus {
  color: #fff;
  background-color: #015385;
  border-color: #015385;
}

.btn.btn-blue.btn-border {
  color: #0172b8;
  background-color: transparent;
  border-color: #0172b8;
}

.btn.btn-blue.btn-border:hover,
.btn.btn-blue.btn-border:focus {
  color: #fff;
  background-color: #0172b8;
  border-color: #0172b8;
}

.btn.btn-lightblue {
  color: #fff;
  background-color: #2599e2;
  border-color: #2599e2;
}

.btn.btn-lightblue:hover,
.btn.btn-lightblue:focus {
  color: #fff;
  background-color: #197cbb;
  border-color: #197cbb;
}

.btn.btn-lightblue.btn-border {
  color: #2599e2;
  background-color: transparent;
  border-color: #2599e2;
}

.btn.btn-lightblue.btn-border:hover,
.btn.btn-lightblue.btn-border:focus {
  color: #fff;
  background-color: #2599e2;
  border-color: #2599e2;
}

.btn.btn-green {
  color: #fff;
  background-color: #49ba17;
  border-color: #49ba17;
}

.btn.btn-green:hover,
.btn.btn-green:focus {
  color: #fff;
  background-color: #378d11;
  border-color: #378d11;
}

.btn.btn-green.btn-border {
  color: #49ba17;
  background-color: transparent;
  border-color: #49ba17;
}

.btn.btn-green.btn-border:hover,
.btn.btn-green.btn-border:focus {
  color: #fff;
  background-color: #49ba17;
  border-color: #49ba17;
}

.btn.btn-green2 {
  color: #fff;
  background-color: #06b0aa;
  border-color: #06b0aa;
}

.btn.btn-green2:hover,
.btn.btn-green2:focus {
  color: #fff;
  background-color: #047f7a;
  border-color: #047f7a;
}

.btn.btn-green2.btn-border {
  color: #06b0aa;
  background-color: transparent;
  border-color: #06b0aa;
}

.btn.btn-green2.btn-border:hover,
.btn.btn-green2.btn-border:focus {
  color: #fff;
  background-color: #06b0aa;
  border-color: #06b0aa;
}

.btn.btn-lightgreen {
  color: #fff;
  background-color: #7aed47;
  border-color: #7aed47;
}

.btn.btn-lightgreen:hover,
.btn.btn-lightgreen:focus {
  color: #fff;
  background-color: #58e819;
  border-color: #58e819;
}

.btn.btn-lightgreen.btn-border {
  color: #7aed47;
  background-color: transparent;
  border-color: #7aed47;
}

.btn.btn-lightgreen.btn-border:hover,
.btn.btn-lightgreen.btn-border:focus {
  color: #fff;
  background-color: #7aed47;
  border-color: #7aed47;
}

.btn.btn-yellow {
  color: #fff;
  background-color: #f4b907;
  border-color: #f4b907;
}

.btn.btn-yellow:hover,
.btn.btn-yellow:focus {
  color: #fff;
  background-color: #c29306;
  border-color: #c29306;
}

.btn.btn-yellow.btn-border {
  color: #f4b907;
  background-color: transparent;
  border-color: #f4b907;
}

.btn.btn-yellow.btn-border:hover,
.btn.btn-yellow.btn-border:focus {
  color: #fff;
  background-color: #f4b907;
  border-color: #f4b907;
}

.btn.btn-orange {
  color: #fff;
  background-color: #f08903;
  border-color: #f08903;
}

.btn.btn-orange:hover,
.btn.btn-orange:focus {
  color: #fff;
  background-color: #be6c02;
  border-color: #be6c02;
}

.btn.btn-orange.btn-border {
  color: #f08903;
  background-color: transparent;
  border-color: #f08903;
}

.btn.btn-orange.btn-border:hover,
.btn.btn-orange.btn-border:focus {
  color: #fff;
  background-color: #f08903;
  border-color: #f08903;
}

.btn.btn-purple {
  color: #fff;
  background-color: #f003d7;
  border-color: #f003d7;
}

.btn.btn-purple:hover,
.btn.btn-purple:focus {
  color: #fff;
  background-color: #be02aa;
  border-color: #be02aa;
}

.btn.btn-purple.btn-border {
  color: #f003d7;
  background-color: transparent;
  border-color: #f003d7;
}

.btn.btn-purple.btn-border:hover,
.btn.btn-purple.btn-border:focus {
  color: #fff;
  background-color: #f003d7;
  border-color: #f003d7;
}

.btn.btn-darkpurple {
  color: #fff;
  background-color: #b0069e;
  border-color: #b0069e;
}

.btn.btn-darkpurple:hover,
.btn.btn-darkpurple:focus {
  color: #fff;
  background-color: #7f0472;
  border-color: #7f0472;
}

.btn.btn-darkpurple.btn-border {
  color: #b0069e;
  background-color: transparent;
  border-color: #b0069e;
}

.btn.btn-darkpurple.btn-border:hover,
.btn.btn-darkpurple.btn-border:focus {
  color: #fff;
  background-color: #b0069e;
  border-color: #b0069e;
}

.btn.btn-black {
  color: #fff;
  background-color: #181818;
  border-color: #181818;
}

.btn.btn-black:hover,
.btn.btn-black:focus {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn.btn-black.btn-border {
  color: #181818;
  background-color: transparent;
  border-color: #181818;
}

.btn.btn-black.btn-border:hover,
.btn.btn-black.btn-border:focus {
  color: #fff;
  background-color: #181818;
  border-color: #181818;
}

.btn.btn-gray {
  color: #333;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}

.btn.btn-gray:hover,
.btn.btn-gray:focus {
  color: #333;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}

.btn.btn-white {
  color: #222;
  background-color: #fff;
  border-color: #fff;
}

.btn.btn-white:hover,
.btn.btn-white:focus {
  color: #222;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.btn.btn-white.btn-border {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn.btn-white.btn-border:hover,
.btn.btn-white.btn-border:focus {
    color: #fff;
    background-color: #e92027;
    border-color: #e92027;
}

/* Added elements page for margin */
.elements-page-btn .btn {
  margin-bottom: 4px;
}

.elements-page-btn .btn-group .btn {
  margin-bottom: 0;
}

/* Elements Forms */
.form-control {
  height: 38px;
  font-size: 16px;
  line-height: 18.93px;
  border-radius: 0;
  margin-bottom: 20px;
  color: #5a5a5a;
  border-color: #eaeaea;
  padding: 9px 15px;
  transition: all 0.4s;
  box-shadow: none;
  text-align: left;
}

.form-control.input-sm {
  height: 32px;
  font-size: 11px;
  padding: 7px 10px;
}

.form-control.input-lg {
  height: 43px;
  font-size: 15px;
  padding: 10.5px 20px;
}

.form-control:focus {
    border-color: #e92027;
    box-shadow: none;
}

.bg-gray .form-control {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}

.bg-gray .form-control:focus {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}

.bg-dark .form-control {
  background-color: #212121;
  border-color: #212121;
  color: #9e9e9e;
}

.bg-dark .form-control::-webkit-input-placeholder {
  color: #9e9e9e;
}

.bg-dark .form-control::-moz-placeholder {
  color: #9e9e9e;
}

.bg-dark .form-control:-ms-input-placeholder {
  color: #9e9e9e;
}

.bg-dark .form-control::placeholder {
  color: #9e9e9e;
}

.bg-dark .form-control:focus {
  background-color: #262626;
  border-color: #262626;
}

.input-group {
  margin-bottom: 20px;
  border-radius: 0;
}

.input-group .input-group-addon {
  font-size: 13px;
  border-radius: 0;
  border-color: #eaeaea;
  background-color: #f6f6fa;
  color: #4a4a4a;
  padding: 6px 15px;
}

.input-group.input-group-sm .input-group-addon {
  font-size: 11px;
  height: 32px;
  padding: 3px 10px;
}

.input-group.input-group-sm .form-control {
  height: 32px;
  padding: 6px 10px;
}

.input-group.input-group-lg .input-group-addon {
  height: 43px;
  font-size: 15px;
  padding: 3px 20px;
}

.input-group.input-group-lg .form-control {
  height: 43px;
  padding: 8.5px 20px;
}

.input-group .form-control {
  border-radius: 0;
}

.input-group .form-control:last-child {
  border-radius: 0;
}

label,
.input-desc {
  font-weight: 600;
  margin-bottom: 5px;
}

textarea.form-control {
  min-height: 150px;
}

.textarea-container {
  position: relative;
  width: 100%;
  padding-top: 38px;
}

.textarea-container .input-group-addon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 11.5px 15px;
  z-index: 90;
  text-align: left;
  border-right: 1px solid #eaeaea;
}

.textarea-container .form-control {
  border-top-color: transparent;
}

.textarea-container .form-control:focus {
    border-top-color: #e92027;
}

/* Validation error */
label.error {
  display: block;
  font-weight: 400;
  font-size: 11px;
  color: #ca1515;
  margin: -18px 0 10px;
}

.form-control.error {
  border-color: #ca1515;
}

/* Custom Radio & Checkbox */
.radio label.custom-radio-wrapper,
.checkbox label.custom-checkbox-wrapper {
  padding-left: 0;
}

.input-group-addon.custom-checkbox-wrapper,
.input-group-addon.custom-radio-wrapper {
  line-height: 0;
}

.custom-checkbox-container,
.custom-radio-container {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #e1e1e1;
  position: relative;
  margin-right: 10px;
  border-radius: 0;
}

.custom-radio-container {
  border-radius: 50px;
}

.custom-checkbox-container input[type="checkbox"] {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.custom-checkbox-container .custom-checkbox-icon {
    position: absolute;
    z-index: 9;
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: -5px;
    color: #e92027;
    opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 0;
    font: 15px/1 FontAwesome;
}

.custom-checkbox-container .custom-checkbox-icon:before {
  content: "\f00c";
  position: absolute;
  top: -3px;
  left: 0;
}

.custom-radio-container input[type="radio"] {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.custom-radio-container .custom-radio-icon {
    position: absolute;
    z-index: 9;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: -5px;
    background-color: #e92027;
    border-radius: 50%;
    transition: all 0.4s;
    -ms-transform: scale(0);
    transform: scale(0);
}

.disabled .custom-checkbox-container .custom-checkbox-icon {
  display: none;
}

.disabled .custom-radio-container .custom-radio-icon {
  background-color: transparent;
}

.custom-checkbox-container input[type="checkbox"]:checked+.custom-checkbox-icon,
.custom-radio-container input[type="radio"]:checked+.custom-radio-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}

.custom-radio-container input[type="radio"]:checked+.custom-radio-icon {
  -ms-transform: scale(1);
  transform: scale(1);
}

.disabled .custom-checkbox-container input[type="checkbox"]:checked+.custom-checkbox-icon {
  background-color: transparent;
}

.custom-checkbox-wrapper *,
.custom-radio-wrapper * {
  vertical-align: middle;
}

.custom-checkbox-wrapper.checkbox-inline,
.custom-checkbox-wrapper.radio-inline,
.custom-radio-wrapper.checkbox-inline,
.custom-radio-wrapper.radio-inline {
  padding-left: 0;
}

/* Elements Progress Bars */
/* 2- Progress Bars */
.progress-container {
  position: relative;
  margin-bottom: 25px;
}

.progress-container .progress-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    color: #e92027;
    margin-bottom: 10px;
}

.progress-container .progress-title.dark {
  color: #222;
}

.progress-container .progress-title>span {
  float: right;
  font-weight: 400;
}

.progress {
  height: 24px;
  margin-bottom: 0;
  background-color: #e5e7f0;
  padding: 4px;
  box-shadow: none;
  border-radius: 0;
}

.progress.progress-xs {
  height: 8px;
  padding: 0;
}

.progress .progress-bar {
    box-shadow: none;
    background-color: #e92027;
}

.progress .progress-bar .progress-bar-wrapper {
  position: relative;
  height: 100%;
}

.progress .progress-bar.gradient1 {
    background: linear-gradient(to right, #e92027 0%, #c00f3c 100%);
    background-color: #e92027;
}

.progress .progress-bar.gradient2 {
    background: linear-gradient(to right, #c00f3c 0%, #e92027 100%);
    background-color: #c00f3c;
}

.progress .progress-bar.dark {
  background-color: #101010;
}

.progress .progress-bar.custom {
    background-color: #e92027;
}

.progress .progress-bar.custom2 {
  background-color: #c00f3c;
}

.progress .progress-bar.gray {
  background-color: #c7c7c7;
}

.progress .progress-bar.darkgray {
  background-color: #9e9e9e;
}

.progress .progress-bar.white {
  background-color: #fff;
}

.progress.dark {
  background-color: #101010;
}

.progress.dark .dark {
  background-color: #4a4a4a;
}

.progress.bordered {
  background-color: transparent;
  border: 1px solid #eaeaea;
}

.progress.bordered .white {
  background-color: #f1f1f1;
}

/* Elements Sass */
.service {
  margin-bottom: 30px;
}

.service i {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 17px;
}

.service i.custom {
    color: #e92027;
}

.service i.custom2 {
  color: #c00f3c;
}

.service i.gray {
  color: #b7b7b7;
}

.service i.icon-bg {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #3e3e3e;
  background-color: #e6e6e6;
  border-radius: 50%;
  transition: all 0.4s;
}

.service i.icon-bg.custom {
    color: #fff;
    background-color: #e92027;
}

.service i.icon-bg.custom2 {
  color: #fff;
  background-color: #c00f3c;
}

.service i.icon-bg.dark {
  color: #fff;
  background-color: #171717;
}

.service img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.service .service-title {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service .service-title:last-child {
  margin-bottom: 0;
}

.service p:last-child {
  margin-bottom: 0;
}

.service.service-box {
  position: relative;
  background-color: #f6f6fa;
  padding: 25px 17px;
  text-align: center;
  transition: all 0.4s;
}

.service.service-box.service-icon-top {
  padding-top: 45px;
  margin-bottom: 50px;
}

.service.service-box.service-icon-top .icon-bg {
  position: absolute;
  left: 50%;
  top: -23px;
  margin-left: -23px;
}

.service.service-box:hover {
    color: #fff;
    background-color: #e92027 !important;
}

.service.service-box:hover .icon-bg {
  color: #fff;
  background-color: #ee6f6f;
}

.service.service-box:hover .service-title {
  color: #fff;
}

.fullwidth-row [class*="col-"]:nth-of-type(2n) .service.service-box {
  background-color: #eee;
}

.service.service-box.custom:not(.service-border) {
    color: #fff;
    background-color: #e92027 !important;
}

.service.service-box.custom:not(.service-border) .icon-bg {
  color: #fff;
  background-color: #ee6f6f;
}

.service.service-box.custom:not(.service-border) .service-title {
  color: #fff;
}

.service.service-box.custom:not(.service-border):hover {
  background-color: #ee6f6f !important;
}

.service.service-box.custom:not(.service-border):hover .icon-bg {
  background-color: #002c4a;
}

.service.service-box.custom2:not(.service-border) {
  color: #fff;
  background-color: #c00f3c !important;
}

.service.service-box.custom2:not(.service-border) .icon-bg {
  color: #fff;
  background-color: #910b2d;
}

.service.service-box.custom2:not(.service-border) .service-title {
  color: #fff;
}

.service.service-box.custom2:not(.service-border):hover {
  background-color: #910b2d !important;
}

.service.service-box.custom2:not(.service-border):hover .icon-bg {
  background-color: #61081e;
}

.service.service-box.dark:not(.service-border) {
  color: #fff;
  background-color: #171717 !important;
}

.service.service-box.dark:not(.service-border) .icon-bg {
  color: #fff;
  background-color: #2b2b2b;
}

.service.service-box.dark:not(.service-border) .service-title {
  color: #fff;
}

.service.service-box.dark:not(.service-border):hover {
  background-color: #101010 !important;
}

.service.service-box.dark:not(.service-border):hover .icon-bg {
  background-color: #333333;
}

.service.service-border {
  background-color: transparent;
  border: 1px solid #eee;
}

.service.service-border .icon-bg {
  background-color: #eee;
}

.service.service-border:hover {
  border-color: #ee6f6f;
}

.service.service-border.custom {
    background-color: transparent !important;
    border-color: #e92027;
}

.service.service-border.custom .icon-bg {
    color: #fff;
    background-color: #e92027;
}

.service.service-border.custom:hover {
    background-color: #e92027 !important;
    border-color: #ee6f6f;
}

.service.service-border.custom:hover .icon-bg {
  background-color: #ee6f6f;
}

.service.service-border.custom2 {
  background-color: transparent !important;
  border-color: #c00f3c;
}

.service.service-border.custom2 .icon-bg {
  color: #fff;
  background-color: #c00f3c;
}

.service.service-border.custom2:hover {
  background-color: #c00f3c !important;
  border-color: #910b2d;
}

.service.service-border.custom2:hover .icon-bg {
  background-color: #910b2d;
}

.service.service-border.dark {
  background-color: transparent !important;
  border-color: #171717;
}

.service.service-border.dark .icon-bg {
  color: #fff;
  background-color: #171717;
}

.service.service-border.dark:hover {
  background-color: #171717 !important;
  border-color: black;
}

.service.service-border.dark:hover .icon-bg {
  background-color: #313131;
}

.service.icon-left i {
  float: left;
  min-width: 30px;
}

.service.icon-left i.icon-bg+.service-title,
.service.icon-left i.icon-bg+.service-title+p {
  margin-left: 66px;
}

.service.icon-left .service-title,
.service.icon-left p {
  margin-left: 45px;
}

.service.icon-left.reverse {
  text-align: right;
}

.service.icon-left.reverse i {
  float: right;
}

.service.icon-left.reverse i.icon-bg+.service-title,
.service.icon-left.reverse i.icon-bg+.service-title+p {
  margin-right: 66px;
  margin-left: 0;
}

.service.icon-left.reverse .service-title,
.service.icon-left.reverse p {
  margin-right: 45px;
  margin-left: 0;
}

.service.icon-left:hover .icon-bg {
    color: #fff;
    background-color: #e92027;
}

.service.icon-left:hover .icon-bg.custom {
  color: #fff;
  background-color: #ee6f6f;
}

.service.icon-left:hover .icon-bg.custom2 {
  color: #fff;
  background-color: #910b2d;
}

.service.icon-left:hover .icon-bg.dark {
  color: #fff;
  background-color: #2b2b2b;
}

.services-group {
  margin-bottom: 50px;
}

.services-group .service-row {
  margin: 0;
}

.services-group .service-row:after {
  content: '';
  display: table;
  clear: both;
}

.services-group .service-row:nth-child(2n) .service.service-box {
  background-color: #f1f1fa;
}

.services-group .service-row:nth-child(2n) .service.service-box:nth-child(2n) {
  background-color: #f6f6fa;
}

.services-group .service-row:nth-child(2n+1) .service.service-box:nth-child(2n) {
  background-color: #f1f1fa;
}

.services-group .service {
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .services-group .service {
    width: 50%;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 992px) {
  .services-group .service {
    width: 25%;
  }
}

.services-group.custom .service-row {
  margin: 0;
}

.services-group.custom .service-row:nth-child(2n) .service.service-box {
  background-color: #005d9c;
}

.services-group.custom .service-row:nth-child(2n) .service.service-box:nth-child(2n) {
    background-color: #e92027;
}

.services-group.custom .service-row:nth-child(2n+1) .service.service-box {
    background-color: #e92027;
}

.services-group.custom .service-row:nth-child(2n+1) .service.service-box:nth-child(2n) {
  background-color: #005d9c;
}

.services-group.custom .service {
  color: #eee;
}

.services-group.custom .service .service-title {
  color: #fff;
}

.services-group.custom .service .icon-bg {
  color: #fff;
  background-color: #ee6f6f;
}

.services-group.custom .service:hover {
  background-color: #00548c !important;
}

.services-group.dark .service-row {
  margin: 0;
}

.services-group.dark .service-row:nth-child(2n) .service.service-box {
  background-color: #1c1c1c;
}

.services-group.dark .service-row:nth-child(2n) .service.service-box:nth-child(2n) {
  background-color: #171717;
}

.services-group.dark .service-row:nth-child(2n+1) .service.service-box {
  background-color: #171717;
}

.services-group.dark .service-row:nth-child(2n+1) .service.service-box:nth-child(2n) {
  background-color: #1c1c1c;
}

.services-group.dark .service {
  color: #eee;
}

.services-group.dark .service .service-title {
  color: #fff;
}

.services-group.dark .service .icon-bg {
  color: #fff;
  background-color: black;
}

.services-group.dark .service:hover {
  background-color: #0d0d0d !important;
}

/* Elements Text Blocks */
.text-block {
  margin-bottom: 30px;
  /* Table Style */
  /* Show bg image on mouseover */
}

@media (min-width: 767px) {
  .text-block {
    margin-bottom: 40px;
  }
}

@media (min-width: 767px) {
  .text-block {
    margin-bottom: 50px;
  }
}

.text-block .block-title {
  font-weight: 400;
  margin-bottom: 9px;
  font-size: 18px;
}

.text-block .block-title a {
  color: #222;
}

.text-block .block-title a:hover,
.text-block .block-title a:focus {
    color: #e92027;
}

.text-block .block-title+.readmore {
  margin-top: 4px;
}

.text-block img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-bottom: 18px;
}

.text-block .block-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 18px;
  line-height: 48px;
  color: #222;
  background-color: #eee;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 18px;
}

.text-block .block-icon.custom {
    color: #fff;
    background-color: #e92027;
}

.text-block .block-icon.custom2 {
  color: #fff;
  background-color: #c00f3c;
}

.text-block .block-icon.dark {
  color: #fff;
  background-color: #171717;
}

.text-block .block-icon.circle {
  border-radius: 50%;
}

.text-block figure {
  position: relative;
  margin-bottom: 16px;
}

.text-block figure a {
  position: relative;
  display: block;
}

.text-block figure a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.29);
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}

.text-block figure img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: all 0.4s;
}

.text-block figure .block-icon {
  position: absolute;
  right: 24px;
  bottom: -14px;
  z-index: 99;
  margin-bottom: 0;
}

.text-block figure .block-icon.top {
  right: auto;
  bottom: auto;
  top: -14px;
  left: 24px;
}

.text-block figure .block-icon.top-right {
  bottom: auto;
  top: -14px;
}

.text-block p {
  margin-bottom: 12px;
}

.text-block .fa-ul {
  margin-top: -2px;
  margin-left: 17px;
  margin-bottom: 12px;
}

.text-block .fa-ul li .fa-li {
  margin-bottom: 4px;
  left: -17px;
}

.text-block .fa-ul li a {
  color: #222;
  text-decoration: underline;
}

.text-block .fa-ul li a:hover,
.text-block .fa-ul li a:focus {
    color: #e92027;
}

.text-block .readmore {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 13px;
  background-color: #eaeaea;
  color: #222;
  transition: all 0.4s;
  border-radius: 4px;
}

.text-block .readmore:hover,
.text-block .readmore:focus,
.text-block .readmore.custom {
    background-color: #e92027;
    color: #fff;
}

.text-block .readmore.custom:hover,
.text-block .readmore.custom:focus {
    background-color: #e92027;
    color: #fff;
}

.text-block .readmore.custom2 {
  background-color: #c00f3c;
  color: #fff;
}

.text-block .readmore.custom2:hover,
.text-block .readmore.custom2:focus {
  background-color: #a80d35;
  color: #fff;
}

.text-block .readmore.dark {
  background-color: #171717;
  color: #f1f1f1;
}

.text-block .readmore.dark:hover,
.text-block .readmore.dark:focus {
  background-color: #313131;
  color: #fff;
}

.text-block:after {
  content: '';
  display: table;
  clear: both;
}

.text-block:hover figure a:after {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 767px) {
  .text-block.block-table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

@media (min-width: 767px) {
  .text-block.block-table .block-cell {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }

  .text-block.block-table .block-cell.cell-image {
    padding-right: 20px;
    margin-bottom: 0;
  }
}

.text-block.hover-bg {
  padding: 15px;
  background-size: cover;
  background-position: center center;
  transition: all 0.4s;
  position: relative;
}

.text-block.hover-bg * {
  position: relative;
  z-index: 5;
}

.text-block.hover-bg:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #e92027;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

.text-block.hover-bg.dark:after {
  background-color: #171717;
}

.text-block.hover-bg.custom2:after {
  background-color: #c00f3c;
}

.text-block.hover-bg:hover:after,
.text-block.hover-bg:focus:after {
  visibility: visible;
  opacity: 0.5;
}

.text-block.hover-bg.light,
.text-block.hover-bg:hover,
.text-block.hover-bg:focus {
  color: #fff;
}

.text-block.hover-bg.light .block-title,
.text-block.hover-bg:hover .block-title,
.text-block.hover-bg:focus .block-title {
  color: #fff;
}

.text-block.hover-bg.light .block-title,
.text-block.hover-bg:hover .block-title,
.text-block.hover-bg:focus .block-title {
  color: #fff;
}

.text-block.hover-bg.light a:not(.readmore),
.text-block.hover-bg:hover a:not(.readmore),
.text-block.hover-bg:focus a:not(.readmore) {
  color: #fff;
}

.text-block.hover-bg.light a:not(.readmore):hover,
.text-block.hover-bg.light a:not(.readmore):focus,
.text-block.hover-bg:hover a:not(.readmore):hover,
.text-block.hover-bg:hover a:not(.readmore):focus,
.text-block.hover-bg:focus a:not(.readmore):hover,
.text-block.hover-bg:focus a:not(.readmore):focus {
  color: #c00f3c;
}

/* Elements Tables */
.table {
  margin-bottom: 30px;
}

.table thead>tr {
    border-top: 1px solid #e92027;
    border-bottom: 1px solid #e92027;
}

.table thead>tr>th {
    border-bottom:  1px solid #e92027;
    color: #000;
    padding: 15px 18px;
    /* text-transform: uppercase; */
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    /* background-color: #e92027; */
}

.table tbody>tr {
  border-top: none;
  border-bottom: 1px solid #DDD;
}

.table tbody>tr>td {
  padding: 12px 18px;
  vertical-align: top;
}

.table tbody>tr>th {
  padding: 12px 18px;
  vertical-align: middle;
}

.table tbody>tr.active>td:first-child {
  background-color: #f6f6fa;
}

.table tbody>tr.success>td:first-child {
  background-color: #dff0d8;
}

.table tbody>tr.danger>td:first-child {
  background-color: #f2dede;
}

.table tbody>tr.info>td:first-child {
  background-color: #d9edf7;
}

.table tbody>tr.warning>td,
.table tbody>tr.warning>th,
.table tbody>tr.warning>td:first-child {
  background-color: #fddfaf;
}

.table.table-condensed>thead>tr>th,
.table.table-condensed>thead>tr>td {
  padding: 10px 15px;
}

.table.table-condensed>tbody>tr>th,
.table.table-condensed>tbody>tr>td {
  padding: 10px 15px;
}

.table.table-condensed>tfoot>tr>th,
.table.table-condensed>tfoot>tr>td {
  padding: 10px 15px;
}

.table.table-bordered>thead>tr>th,
.table.table-bordered>thead>tr>td {
  border-color: #0087e3;
}

.table.table-bordered>tbody>tr>th,
.table.table-bordered>tbody>tr>td {
  border-color: #eaeaea;
}

.table.table-bordered>tfoot>tr>th,
.table.table-bordered>tfoot>tr>td {
  border-color: #eaeaea;
}

.table.table-colored>thead>tr {
  border: none !important;
}

.table.table-colored>thead>tr>th,
.table.table-colored>thead>tr>td {
  color: #323232;
  border: none !important;
}

.table.table-colored>tbody>tr {
  border: none !important;
}

.table.table-colored>tbody>tr>td {
  border: none !important;
}

.table.table-hover tbody>tr:hover {
  background-color: #f9f9fe;
}

/* Elements Callouts */
.container>.callout {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .container>.callout {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.callout {
  padding: 35px 0;
  width: 100%;
  background-color: #f6f6fa;
  margin-bottom: 50px;
}

.callout .callout-title {
  line-height: 1.5;
  color: #2a2a2a;
}

.callout small {
  font-size: 85%;
  color: #323232;
}

.callout.callout-half {
  margin-bottom: 0;
}

.callout.callout-half form {
  position: relative;
  max-width: 450px;
}

.callout.callout-half form .btn {
  position: absolute;
  right: 2px;
  top: 2px;
  bottom: 2px;
}

.callout.callout-half .form-control {
  margin-bottom: 0;
  height: 44px;
  border-width: 2px;
  padding: 11px 110px 11px 20px;
  border-color: #bbb;
}

.callout.callout-half .form-control:focus {
  border-color: #9a9a9a;
}

.callout.callout-half small {
  font-size: 75%;
}

.callout.callout-half.dark .form-control {
  background-color: #191919;
  border-color: #0b0b0b;
  color: #fff;
}

.callout.callout-half.dark .form-control:focus {
  border-color: #000;
}

.callout.callout-half.custom .form-control {
    background-color: #e92027;
    border-color: #ee6f6f;
    color: #fff;
}

.callout.callout-half.custom .form-control:focus {
  border-color: #00416e;
}

.callout.callout-half.dark .form-control::-moz-placeholder,
.callout.callout-half.custom .form-control::-moz-placeholder {
  color: #dedede;
}

.callout.callout-half.dark .form-control:-ms-input-placeholder,
.callout.callout-half.custom .form-control:-ms-input-placeholder {
  color: #dedede;
}

.callout.callout-half.dark .form-control::-webkit-input-placeholder,
.callout.callout-half.custom .form-control::-webkit-input-placeholder {
  color: #dedede;
}

@media (min-width: 767px) {

  .callout,
  .callout>.container {
    display: table;
  }

  .callout .left,
  .callout .right {
    display: table-cell;
    vertical-align: middle;
  }

  .callout .right {
    text-align: right;
    padding-left: 20px;
  }

  .callout .callout-title {
    margin-bottom: 0;
  }

  .callout.callout-half {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .callout.callout-half>.container {
    table-layout: fixed;
    position: relative;
    z-index: 1;
  }

  .callout.callout-half>.container .left {
    width: 50%;
    padding-right: 40px;
  }

  .callout.callout-half>.container .right {
    width: 50%;
    padding-left: 40px;
  }

  .callout.callout-half form {
    margin-left: auto;
    margin-right: auto;
  }

  .callout.callout-half:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: #eaeaea;
  }

  .callout.callout-half.dark:before {
    background-color: #131313;
  }

  .callout.callout-half.custom:before {
    background-color: #005d9c;
  }
}

.callout.dark {
  background-color: #202020;
  color: #9e9e9e;
}

.callout.dark .callout-title {
  color: #fff;
}

.callout.dark small {
  color: #9e9e9e;
}

.callout.custom {
    background-color: #e92027;
    color: #17a1ff;
}

.callout.custom .callout-title {
  color: #fff;
}

.callout.custom small {
  color: #17a1ff;
}

/* Elements Alerts */
.alert {
  padding: 10px 20px;
  border-radius: 0;
}

.alert.alert-dismissable {
  padding-right: 40px;
  position: relative;
}

.alert.alert-dismissable .close {
  font-size: 22px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transition: all 0.4s;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.alert .alert-icon {
  display: inline-block;
  font-size: 1.75em;
  vertical-align: middle;
  margin-right: 5px;
  min-width: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .alert .alert-icon {
    font-size: 1.2em;
    min-width: 0;
  }
}

.alert.alert-success {
  color: #f1f1f1;
  background-color: #43A047;
  border-color: #1B5E20;
}

.alert.alert-success .alert-link {
  color: #81C784;
}

.alert.alert-success .alert-link:hover,
.alert.alert-success .alert-link:focus {
  color: #a4d7a6;
}

.alert.alert-info {
  color: #f1f1f1;
  background-color: #039BE5;
  border-color: #297db3;
}

.alert.alert-info .alert-link {
  color: #4FC3F7;
}

.alert.alert-info .alert-link:hover,
.alert.alert-info .alert-link:focus {
  color: #80d4f9;
}

.alert.alert-warning {
  color: #f1f1f1;
  background-color: #f4b907;
  border-color: #d87d1b;
}

.alert.alert-warning .alert-link {
  color: #FDD835;
}

.alert.alert-warning .alert-link:hover,
.alert.alert-warning .alert-link:focus {
  color: #fee268;
}

.alert.alert-danger {
  color: #f1f1f1;
  background-color: #d50000;
  border-color: #c30a0a;
}

.alert.alert-danger .alert-link {
  color: #ef5350;
}

.alert.alert-danger .alert-link:hover,
.alert.alert-danger .alert-link:focus {
  color: #f3817f;
}

/* Elements Counters */
.count-title {
  font-size: 14px;
  margin-bottom: 30px;
}

.count {
    display: block;
    color: #e92027;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 5px;
}

.count-icon {
    display: inline-block;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-color: #f6f6fa;
    color: #e92027;
    font-size: 15px;
    line-height: 36px;
    margin-bottom: 5px;
    text-align: center;
}

.count-icon.custom {
    background-color: #e92027;
    color: #fff;
}

.count-icon.gray {
  background-color: #f0f0f0;
  color: #222;
}

.count-icon.dark {
  background-color: #171717;
  color: #fff;
}

@media (min-width: 481px) {
  .count-container .count-icon {
    float: left;
  }

  .count-container .count,
  .count-container .count-title {
    margin-left: 52px;
  }

  .count-container .count {
    margin-top: -6px;
  }

  .count-container:after {
    content: '';
    display: table;
    clear: both;
  }
}

@media (max-width: 479px) {
  .count-container {
    text-align: center;
  }
}

.count-box {
  padding: 15px 15px 25px;
  background-color: #eaeaea;
  margin-bottom: 30px;
  transition: background 0.4s;
  /* Custom count box */
  /* Dark count box */
}

.count-box .count-title {
  margin-bottom: 0;
}

.count-box .count-icon {
  margin-top: 5px;
}

.count-box:hover {
  background-color: #e1e1e1;
}

.count-box.custom {
    background-color: #e92027;
    color: #fff;
}

.count-box.custom .count,
.count-box.custom .count-title {
  color: #fff;
}

.count-box.custom .count-icon {
  background-color: #ee6f6f;
}

.count-box.custom:hover {
  background-color: #005d9c;
}

.count-box.dark {
  background-color: #171717;
  color: #fff;
}

.count-box.dark .count {
    color: #e92027;
}

.count-box.dark .count-title {
  color: #fff;
}

.count-box.dark .count-icon {
    color: #fff;
    background-color: #e92027;
}

.count-box.dark:hover {
  background-color: #0e0e0e;
}

/* More Elements */
/* Bootstrap Carousel */
.align-img-popup {
  padding-bottom: 0px !important;
  position: sticky;
}

.carousel .item img {
  max-width: none;
  width: 100%;
}

.carousel .item .carousel-caption {
  font-size: 15px;
  text-shadow: none;
}

.carousel-control {
  top: 50%;
  bottom: auto;
  width: 38px;
  height: 48px;
  margin-top: -24px;
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  background-color: rgba(233, 32, 39, 0.5);
  /* background-color: rgba(255, 0, 0, 0.5); */
  transition: background 0.4s;
}

.carousel-control:hover,
.carousel-control:focus {
  background-color: rgba(16, 16, 16, 0.5);
}

.carousel-control.left {
  border-radius: 0;
  background-image: none;
}

.carousel-control.right {
  border-radius: 0;
  background-image: none;
}

.carousel-control-overlay.rusa {
  width: 100%;
  height: 256px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to left, 
  rgba(0,0,0,.3) 0%, 
  rgba(255,0,0,0) 10%,
  rgba(255,0,0,0) 90%,
  rgba(0,0,0,.3) 100%);
}

.carousel-control-overlay.karir {
  width: 100%;
  height: 385px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to left, 
  rgba(0,0,0,.3) 0%, 
  rgba(255,0,0,0) 10%,
  rgba(255,0,0,0) 90%,
  rgba(0,0,0,.3) 100%);
}

.carousel-control-overlay.landing {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to left, 
  rgba(0,0,0,.3) 0%, 
  rgba(255,0,0,0) 10%,
  rgba(255,0,0,0) 90%,
  rgba(0,0,0,.3) 100%);
}

.carousel-control.small {
  top: 50%;
  bottom: auto;
  width: 38px;
  height: 48px;
  margin-top: -24px;
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  background-color: rgba(0, 105, 176, 0.5);
  /* background-color: rgba(255, 0, 0, 0.5); */
  transition: background 0.4s;
}

.carousel-control.small:hover,
.carousel-control.small:focus {
  background-color: rgba(16, 16, 16, 0.5);
}

.carousel-control.small.left {
  border-radius: 0;
  background-image: none;
}

.carousel-control.small.right {
  border-radius: 0;
  background-image: none;
}

/* Bootstrap Tooltip */
.tooltip {
  font-family: "Helvetica Neue 53 Extended";
}

.tooltip-inner {
  padding: 4px 9px;
  border-radius: 0;
}

/* Bootstrap Modal*/
@media (min-width: 767px) {
  .modal-dialog {
    width: 480px;
  }

  .modal-dialog.modal-sm {
    width: 360px;
  }
}

.modal-content {
  border: none;
  border-radius: 0;
}

.modal-content .modal-header {
    background-color: #e92027;
    border: none;
}

.modal-content .modal-header .modal-title {
  color: #fff;
}

.modal-content .modal-header .close {
  margin-top: 2px;
}

.modal-body .form-group:last-child,
.modal-body .form-group:last-child .form-control {
  margin-bottom: 6px;
}

.modal-footer {
  padding: 10px 15px;
}

/* Paginations */
.pagination-container {
  margin: 0 0 90px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 12px 0;
}

.pagination-container label,
.pagination-container .pagination {
  vertical-align: middle;
}

.pagination-container label {
  margin-bottom: 0;
  margin-top: 5px;
}

@media (max-width: 360px) {
  .pagination-container label {
    display: none;
  }
}

.pagination-container .pagination {
  float: right;
}

.pagination-container:after {
  content: '';
  clear: both;
  display: table;
}

.pagination {
  margin: 0;
}

.pagination>li>a,
.pagination>li>span {
  float: left;
  padding: 6px 13px;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #eaeaea;
  color: #222;
  transition: all 0.45s;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  color: #222;
  background-color: #c7c7c7;
  border-color: #c7c7c7;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  min-width: 35px;
  text-align: center;
}

.pagination>li.active>a,
.pagination>li.active>a:hover,
.pagination>li.active>a:focus,
.pagination>li.active>span,
.pagination>li.active>span:hover,
.pagination>li.active>span:focus {
    color: #fff;
    font-weight: 600;
    background-color: #e92027;
    border-color: #e92027;
}

/* ----------- 4.Pricing --------------
--------------------------------------*/
.pricing-table {
  position: relative;
  text-align: center;
  color: #555;
  margin-bottom: 30px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 991px) {
  .pricing-table {
    margin-bottom: 60px;
  }
}

.pricing-table header {
    background-color: #e92027;
    color: #fff;
    padding: 21px 0 22px;
}

.pricing-table header .pricing-title {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 19px;
  border-bottom: 1px solid #0078ca;
  margin-bottom: 20px;
}

.pricing-table header .price {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

.pricing-table header .price span {
  font-size: 50%;
  vertical-align: super;
}

.pricing-table header .price-dur {
  display: block;
  font-size: 13px;
}

.pricing-table .pricing-body {
  border: 1px solid #eaeaea;
  border-top: none;
  background-color: #f6f6fa;
  padding: 23px 25px;
}

.pricing-table .pricing-body .desc {
  padding: 0 20px;
  font-size: 12px;
}

.pricing-table .pricing-body .desc:last-child {
  margin-bottom: 0;
}

.pricing-table .pricing-body ul {
  margin-bottom: 15px;
}

.pricing-table .pricing-body ul:last-child {
  margin-bottom: 0;
}

.pricing-table .pricing-body ul li {
  padding: 7px 0;
  border-bottom: 1px solid #eaeaea;
}

.pricing-table .pricing-body ul li:first-child {
  border-top: 1px solid #eee;
}

.pricing-table .pricing-body ul li i {
  margin-right: 8px;
  color: #6e6e6e;
}

.pricing-table .pricing-body ul li.disabled {
  text-decoration: line-through;
}

.pricing-table .pricing-body .price-action {
  margin-top: 20px;
}

.pricing-table .badge.hot {
  color: #fff;
  background-color: #c00f3c;
  width: 54px;
  height: 54px;
  font-size: 13px;
  line-height: 54px;
  text-align: center;
  position: absolute;
  font-weight: 400;
  padding: 0;
  right: 10px;
  top: 12px;
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

@media (min-width: 992px) {
  .pricing-table.active {
    margin-top: -20px;
  }

  .pricing-table.active header {
    padding-top: 30px;
    padding-bottom: 23px;
  }

  .pricing-table.active header .pricing-title {
    font-weight: 400;
    padding-bottom: 29px;
    margin-bottom: 21px;
  }
}

.pricing-table.dark header {
  background-color: #171717;
}

.pricing-table.dark header .pricing-title {
  border-bottom-color: #444;
}

.pricing-table.dark .badge.hot {
    background-color: #e92027;
}

/* ----------- 5.Headers ---------------
--------------------------------------*/
/* Header Main */
.header {
  background-color: #fff;
  position: relative;
}

.header a {
  color: #222;
}

.header a:hover,
.header a:focus {
    color: #e92027 !important;
}

.header .header-dropdown .dropdown-menu {
  border-radius: 0;
  border: 1px solid #eee;
  font-size: 13px;
  margin-top: 0;
  box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.1), -2px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.header .header-dropdown .dropdown-menu>li>a {
  padding: 4px 13px;
}

.header .header-dropdown .dropdown-menu>li>a:hover,
.header .header-dropdown .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #e92027;
}

.header .header-dropdown.open .dropdown-menu,
.header .header-dropdown:hover .dropdown-menu,
.header .header-dropdown:focus .dropdown-menu {
  display: block;
}

/* Header Top */
.header-top {
    /* border-bottom: 1px solid #eee; */
    font-size: 12px;
}

.header-top .header-dropdown>a {
  display: inline-block;
  padding: 7.5px 13px;
  color: #444;
  background-color: #f0f0fa;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: -1px;
}

.header-top .header-dropdown .dropdown-menu {
  padding: 0;
  min-width: 100%;
  font-size: 12px;
  border: none;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.header-top .header-dropdown+.top-menu {
  margin-right: 25px;
}

.header-top .header-dropdown+.top-links {
  margin-right: 15px;
}

@media (min-width: 767px) {
  .header-top .header-dropdown+.top-links {
    margin-right: 25px;
  }
}

.header-top .header-dropdown+.header-dropdown {
  margin-left: -1px;
}

.header-top .header-dropdown:nth-of-type(2n)>a {
  background-color: #f6f6fa;
}

.header-top .header-dropdown.open>a,
.header-top .header-dropdown:hover>a,
.header-top .header-dropdown:focus>a {
    background-color: #e92027;
    border-color: #e92027;
    color: #fff;
}

.header-top .top-menu {
  font-size: 0;
}

@media (max-width: 767px) {
  .header-top .top-menu {
    display: none;
  }
}

.header-top .top-menu li {
  font-size: 12px;
  display: inline-block;
}

.header-top .top-menu li a {
  display: inline-block;
  padding: 7px 0;
  position: relative;
}

.header-top .top-menu li a:before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    right: 50%;
    background-color: #e92027;
    transition: all 0.3s;
}

.header-top .top-menu li+li:before {
  content: '•';
  margin: 0 7px;
  color: #6a6a6a;
}

.header-top .top-menu li.active a,
.header-top .top-menu li:hover a,
.header-top .top-menu li:focus a {
    color: #e92027;
}

.header-top .top-menu li.active a:before,
.header-top .top-menu li:hover a:before,
.header-top .top-menu li:focus a:before {
  left: 0;
  right: 0;
}

.header-top .top-text.pull-left {
  color: black !important;
}

.header-top .top-text {
  display: none;
  margin: 7px 0;
  color: #666;
}

@media (min-width: 992px) {
  .header-top .top-text {
    display: block;
  }

  .header-top .top-text+.top-links {
    margin-left: 15px;
  }
}

.header-top .top-links {
  margin: 7px 0;
  font-size: 0;
}

.header-top .top-links a {
    color: #e92027;
    display: inline-block;
    font-size: 12px;
}

.header-top .top-links a:hover,
.header-top .top-links a:focus {
  color: #323232;
}

.header-top .top-links a+a:before {
  content: '/';
  margin: 0 5px;
  color: #6a6a6a;
}

.header-top .social-icons .social-icon {
  display: inline-block;
  line-height: 35px;
  min-width: 36px;
  text-align: center;
  color: #aeaeae;
  border-right: 1px solid #eee;
  margin: 0;
  transition: all 0.4s;
}

.header-top .social-icons .social-icon:first-child {
  border-left: 1px solid #eee;
}

.header-top .social-icons .social-icon:hover,
.header-top .social-icons .social-icon:focus {
    background-color: #e92027;
    color: #fff;
    border-color: #e92027;
}

@media (min-width: 767px) {
  .header-top .social-icons+.top-links {
    margin-left: 20px;
  }
}

/* Site Logo */
.site-logo {
  display: block;
  float: left;
  margin: 36px 0;
}

.site-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.header-info-boxes {
  font-size: 0;
  float: right;
  margin-top: 35px;
}

.cart-dropdown+.header-info-boxes {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .header-info-boxes {
    display: none;
  }
}

.header-info-boxes .header-info-box {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  font-size: 12px;
  line-height: 1;
}

.header-info-boxes .header-info-box i {
  /*font-size: 16px;
  line-height: 37px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  color: #5e5e5e;
  background-color: #f5f5f5;
  border-radius: 50%;*/
  font-size: 30px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  /*margin-top: -20px;*/
  margin-top: -30px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  color: #5e5e5e;
  background-color: #f5f5f5;
  border-radius: 50%;
}

.header-info-boxes .header-info-box i.custom {
    background-color: #e92027;
    color: #fff;
}

.header-info-boxes .header-info-box i.dark {
  background-color: #3b3b3b;
  color: #fff;
}

.header-info-boxes .header-info-box .info-box-title {
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  /*margin-top: 2px;*/
  margin-top: -15px;
  margin-bottom: 4px;
  font-weight: 600;
}

.header-info-boxes .header-info-box p {
  margin-bottom: 0;
}

.header-info-boxes .header-info-box+.header-info-box {
  margin-left: 49px;
}

.header-info-boxes .header-info-box+.header-info-box:before {
  content: '';
  display: block;
  position: absolute;
  left: -25px;
  top: 50%;
  width: 1px;
  height: 24px;
  margin-top: -12px;
  background-color: #eaeaea;
}

/* Header Bottom */
.header-bottom {
    background-color: #f6f6fa;
    /*background-color: #e92027;
  color: #fff;*/
}

/* Search Form Dropdown */
.dropdown.search-dropdown .dropdown-menu {
  min-width: 260px;
  padding: 11px 12px;
}

.dropdown.search-dropdown .dropdown-menu form {
  position: relative;
}

.dropdown.search-dropdown .dropdown-menu .form-control {
  margin-bottom: 0;
  padding-right: 53px;
  border-color: #e1e1e1;
}

.dropdown.search-dropdown .dropdown-menu .btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  padding: 8px 5px;
  text-align: center;
  min-width: 38px;
}

.dropdown.search-dropdown .dropdown-menu .btn i {
  margin: 0;
}

/* Cart Dropdown */
.dropdown.cart-dropdown {
  float: right;
  /* Gray Cart Icon */
  /* Dark Cart Icon */
}

@media (max-width: 767px) {
  .dropdown.cart-dropdown {
    position: static;
  }

  .navbar-nav .dropdown.cart-dropdown {
    float: none;
    position: relative;
  }
}

.dropdown.cart-dropdown>a {
    position: relative;
    display: inline-block;
    font-size: 36px;
    line-height: 1;
    color: #e92027;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 30px;
}

.navbar-nav .dropdown.cart-dropdown>a {
  font-size: 28px;
  padding: 7px 15px;
}

@media (max-width: 767px) {
  .navbar-nav .dropdown.cart-dropdown>a {
    display: block;
  }
}

.dropdown.cart-dropdown>a>span {
  position: relative;
  display: inline-block;
}

.dropdown.cart-dropdown>a .dcart-total-count {
    display: inline-block;
    transition: all 0.4s;
    min-width: 14px;
    position: absolute;
    left: 50%;
    bottom: 5px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #fff;
    color: #e92027;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
}

.navbar-nav .dropdown.cart-dropdown>a .dcart-total-count {
  bottom: 2px;
}

.dropdown.cart-dropdown.open>a,
.dropdown.cart-dropdown:hover>a,
.dropdown.cart-dropdown:focus>a {
  color: #005d9c;
}

.dropdown.cart-dropdown.gray>a {
  color: #c7c7c7;
}

.dropdown.cart-dropdown.gray>a .dcart-total-count {
    background-color: #e92027;
    color: #fff;
}

.dropdown.cart-dropdown.gray.open>a,
.dropdown.cart-dropdown.gray:hover>a,
.dropdown.cart-dropdown.gray:focus>a {
    color: #e92027;
}

.dropdown.cart-dropdown.gray.open>a .dcart-total-count,
.dropdown.cart-dropdown.gray:hover>a .dcart-total-count,
.dropdown.cart-dropdown.gray:focus>a .dcart-total-count {
    background-color: #fff;
    color: #e92027;
}

.dropdown.cart-dropdown.dark>a {
  color: #333;
}

.dropdown.cart-dropdown.dark>a .dcart-total-count {
  background-color: #fff;
  color: #444;
}

.dropdown.cart-dropdown.dark.open>a,
.dropdown.cart-dropdown.dark:hover>a,
.dropdown.cart-dropdown.dark:focus>a {
  color: #202020;
}

.dropdown.cart-dropdown .dropdown-menu {
  left: 0;
  right: 0;
  padding: 15px 18px 18px;
  width: auto;
}

@media (min-width: 767px) {
  .dropdown.cart-dropdown .dropdown-menu {
    left: auto;
    right: 0;
    width: 320px;
  }
}

.dropdown.cart-dropdown .dropdown-menu>p {
  font-size: 13px;
  margin-bottom: 13px;
}

.dropdown.cart-dropdown .dropdown-menu>p span {
  font-weight: 600;
  color: #323232;
  font-size: 15px;
}

.dropdown.cart-dropdown .dcart-products {
  padding: 20px 0 2px;
  margin-bottom: 18px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.dropdown.cart-dropdown .product {
  position: relative;
  padding: 0;
  margin-bottom: 18px;
  border: none;
}

.dropdown.cart-dropdown .product:after {
  content: '';
  display: table;
  clear: both;
}

.dropdown.cart-dropdown .product figure {
  float: left;
}

.dropdown.cart-dropdown .product figure img {
  width: 80px !important;
  height: auto !important;
}

.dropdown.cart-dropdown .product .product-meta {
  padding-left: 100px;
}

.dropdown.cart-dropdown .product .product-title {
  font-size: 13px;
  max-width: 150px;
  margin-bottom: 6px;
}

.dropdown.cart-dropdown .product .product-quantity {
  margin-bottom: 0;
  font-size: 12px;
  color: #6a6a6a;
}

.dropdown.cart-dropdown .product .product-price-container {
  margin-bottom: 0;
  position: static;
  left: auto;
  bottom: auto;
  line-height: 1.1;
}

.dropdown.cart-dropdown .product .product-price-container .product-old-price,
.dropdown.cart-dropdown .product .product-price-container .product-price {
  font-size: 14px;
}

.dropdown.cart-dropdown .product .product-price-container .product-old-price+.product-price {
  margin-top: 4px;
}

.dropdown.cart-dropdown .product .delete-btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
}

.dropdown.cart-dropdown .product.last-child {
  margin-bottom: 0;
}

.dropdown.cart-dropdown .dcart-action-container:after {
  content: '';
  display: table;
  clear: both;
}

.dropdown.cart-dropdown .dcart-action-info {
  padding-top: 0;
  float: left;
  font-size: 13px;
  font-weight: 400;
}

.dropdown.cart-dropdown .dcart-action-info p {
  margin-bottom: 0;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.dropdown.cart-dropdown .dcart-action-info p span {
  font-weight: 600;
  font-family: "Helvetica Neue 53 Extended";
  color: #323232;
  font-size: 15px;
}

.dropdown.cart-dropdown .dcart-action-info p:last-child {
  margin-bottom: 0;
}

.dropdown.cart-dropdown .dcart-action-info p:last-child span {
  font-weight: 700;
  color: #f41d1d;
}

.dropdown.cart-dropdown .dcart-action {
  float: right;
  width: 110px;
}

.dropdown.cart-dropdown .dcart-action .btn {
  display: block;
  font-size: 12px;
}

.dropdown.cart-dropdown .dcart-action .btn+.btn {
  margin-top: 4px;
}

/* Menu Styles */
/* Navbar Nav - Menu */
@media (min-width: 767px) {
  #main-nav-container {
    position: relative;
  }
}

@media (max-width: 767px) {
  #main-nav-container {
    width: 100%;
    margin: 0 !important;
  }

  #main-nav-container.max-height {
    max-height: 380px;
  }
}

#main-nav-container .container {
  padding: 0;
}

@media (min-width: 767px) {
  #main-nav-container .container {
    width: 720px;
    padding: 0;
  }

  #main-nav-container .container [class*="col-"] {
    padding: 0;
  }
}

@media (min-width: 992px) {
  #main-nav-container .container {
    width: 940px;
  }
}

@media (min-width: 1200px) {
  #main-nav-container .container {
    width: 1140px;
  }
}

#main-nav-container .container-fluid {
  padding: 0;
}

@media (min-width: 767px) {
  #main-nav-container .container-fluid [class*="col-"] {
    padding: 0;
  }
}

/* Menu - Navbar Nav */
.navbar-nav {
  margin: 0 0 15px;
}

.navbar-nav a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.navbar-nav>li li a>span {
  position: relative;
}

@media (max-width: 767px) {
  .navbar-nav {
    background-color: #e6e6e6;
  }

  .navbar-nav>li.pull-right {
    float: none !important;
  }

  .navbar-nav>li .visible-inline-xs {
    margin-right: 7px;
  }

  .navbar-nav>li.open>a,
  .navbar-nav>li.open>a:hover,
  .navbar-nav>li.open>a:focus {
    background-color: #f1f1f1;
  }

    .navbar-nav>li>a:hover,
    .navbar-nav>li>a:focus {
        background-color: #f1f1f1;
    }

    .navbar-nav a {
        color: #000;
    }

    .header.sticky-header #logo-hitam{
        display: none;
    }

    .header.sticky-header #logo-putih{
        display: initial;
    }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }

  .navbar-nav .open .dropdown-menu li li a {
    padding-left: 35px;
  }

  .navbar-nav .open .dropdown-menu li li li a {
    padding-left: 45px;
  }
}

@media (min-width: 767px) {
  .navbar-nav {
    float: none;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
    /* Reverse Dropdown Menu - To Prevernt Overflow */
  }

  .navbar-nav>li .visible-inline-xs {
    display: none;
  }

  .navbar-nav>li+li {
    margin-left: 2px;
  }

  .navbar-nav>li.reverse .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-nav>li.reverse .dropdown-menu .dropdown-menu {
    left: auto;
    right: 100%;
  }

  .navbar-nav>li>a {
    position: relative;
    padding: 12px 15px;
    font-weight: 600;
  }

  .navbar-nav>li>a:hover,
  .navbar-nav>li>a:focus {
    background: inherit;
    color: inherit;
  }

    .navbar-nav>li>a:before {
        content: '';
        display: block;
        height: 2px;
        position: absolute;
        top: 0;
        left: 50%;
        right: 50%;
        background-color: #e92027;
        transition: all 0.3s;
    }

    .navbar-nav>li.open>a,
    .navbar-nav>li.open>a:hover,
    .navbar-nav>li.open>a:focus,
    .navbar-nav>li.active>a,
    .navbar-nav>li.active>a:hover,
    .navbar-nav>li.active>a:focus {
        background: #fff;
        color: #e92027;
    }

  .navbar-nav>li.open>a:before,
  .navbar-nav>li.open>a:hover:before,
  .navbar-nav>li.open>a:focus:before,
  .navbar-nav>li.active>a:before,
  .navbar-nav>li.active>a:hover:before,
  .navbar-nav>li.active>a:focus:before {
    left: 0;
    right: 0;
  }

  .navbar-nav>li.megamenu-container {
    position: static;
  }

  .container-fluid .navbar-nav>li.megamenu-container .megamenu {
    right: 15px;
  }

  .navbar-nav>li .dropdown-menu {
    box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.1), -2px 3px 3px 0 rgba(0, 0, 0, 0.1);
  }

  .navbar-nav>li .dropdown-menu.megamenu {
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1), -3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  }

  .navbar-nav>li .dropdown-menu .dropdown-menu {
    top: -4px;
    left: 100%;
    box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.1), -1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}

.navbar-nav .angle {
  margin: 0 0 0 3px;
  display: inline-block;
  font: normal normal normal 13px/18px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (max-width: 767px) {
  .navbar-nav .angle {
    float: right;
  }
}

.navbar-nav .angle:before {
  content: "\f107";
}

.navbar-nav .dropdown-menu {
  float: left;
  min-width: 180px;
  padding: 0;
  margin: 0;
  font-size: 13px;
  text-align: left;
  list-style: none;
  min-width: 190px;
  border: none;
  border-radius: 0;
  background: linear-gradient(to bottom, #fff 0%, #eaeaea 100%);
  background-color: #fff;
}

.navbar-nav .dropdown-menu>li>a {
  color: #222;
  padding: 6px 15px;
  transition: all 0.1s;
  white-space: normal;
}

.navbar-nav .dropdown-menu .container .list-menu>li>a {
  color: #121212;
  padding: 6px 15px;
  transition: all 0.1s;
  white-space: normal;
  font-size: 16px;
  font-weight: 500;
}

.navbar-nav .dropdown-menu>li>a,
.navbar-nav .dropdown-menu>li>a:hover,
.navbar-nav .dropdown-menu>li>a:focus {
  color: #fff !important;
  background-color: #e92027;
}


.navbar-nav .dropdown-menu .container .list-menu>li>a:hover,
.navbar-nav .dropdown-menu .container .list-menu>li>a:focus {
    color: #e92027 !important;
    background-color: unset;
    text-decoration: none;
}

.navbar-nav .dropdown-menu .container .list-menu>li.open>a,
.navbar-nav .dropdown-menu .container .list-menu>li.open>a:hover,
.navbar-nav .dropdown-menu .container .list-menu>li.open>a:focus {
    color: #e92027 !important;
    background-color: unset;
    text-decoration: none
}

.navbar-nav .dropdown-menu.megamenu {
  background-position: bottom right !important;
  background-repeat: no-repeat !important;
}

.navbar-nav .dropdown-menu.megamenu .row {
  margin: 0;
}

@media (max-width: 767px) {
  .navbar-nav .dropdown-menu.megamenu [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-nav .dropdown-menu.megamenu [class*="col-"]:not(:last-child) {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee;
  }
}

.navbar-nav .dropdown-menu.megamenu a {
  position: relative;
  display: block;
  padding: 4px 15px;
  transition: all 0.1s;
}

.navbar-nav .dropdown-menu.megamenu a>span {
  position: relative;
}

.navbar-nav .dropdown-menu.megamenu a:hover,
.navbar-nav .dropdown-menu.megamenu a:focus {
    color: #fff;
    background-color: #e92027;
}

.navbar-nav .dropdown-menu.megamenu .megamenu-title {
  position: relative;
  font-weight: 600;
  padding-left: 30px;
}

.navbar-nav .dropdown-menu.megamenu .megamenu-title:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  display: block;
  height: 1px;
  margin-top: -0.5px;
  width: 7px;
  background-color: #222;
}

.navbar-nav .dropdown-menu.megamenu .megamenu-title:hover:before,
.navbar-nav .dropdown-menu.megamenu .megamenu-title:focus:before {
  background-color: #fff;
}

.navbar-nav .dropdown-menu .angle {
  float: right;
}

@media (min-width: 767px) {
  .navbar-nav .dropdown-menu .angle:before {
    content: '\f105';
  }
}

.navbar-collapse {
  padding: 0;
}

/* Mobile Menu Toggle Button */
.navbar-toggle,
.menu-toggle,
.sidemenu-toggle {
  float: left;
  padding: 5px 8px;
  margin-top: 8px;
  margin-right: 0;
  margin-bottom: 8px;
  /* background-color: #e6e6e6; */
  border: 1px solid #e1e1e1;
  border-radius: 0;
  font-size: 0;
  color: #222;
  transition: all 0.4s;
}

.navbar-toggle:after,
.menu-toggle:after,
.sidemenu-toggle:after {
  content: '';
  display: table;
  clear: both;
}

.navbar-toggle .toggle-text,
.navbar-toggle .toggle-wrapper,
.menu-toggle .toggle-text,
.menu-toggle .toggle-wrapper,
.sidemenu-toggle .toggle-text,
.sidemenu-toggle .toggle-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.navbar-toggle .toggle-text,
.menu-toggle .toggle-text,
.sidemenu-toggle .toggle-text {
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 7px;
  font-size: 13px;
}

.navbar-toggle .icon-bar,
.menu-toggle .icon-bar,
.sidemenu-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 0;
  background-color: #fff;
}

.navbar-toggle .icon-bar+.icon-bar,
.menu-toggle .icon-bar+.icon-bar,
.sidemenu-toggle .icon-bar+.icon-bar {
  margin-top: 3px;
}

.navbar-toggle.dark,
.menu-toggle.dark,
.sidemenu-toggle.dark {
  background-color: #3d3d3d;
  border-color: #3d3d3d;
  color: #fff;
}

.navbar-toggle.dark .icon-bar,
.menu-toggle.dark .icon-bar,
.sidemenu-toggle.dark .icon-bar {
  background-color: #fff;
}

.navbar-toggle:hover,
.navbar-toggle:focus,
.menu-toggle:hover,
.menu-toggle:focus,
.sidemenu-toggle:hover,
.sidemenu-toggle:focus {
    color: #fff;
    background-color: #e92027;
    border-color: #e92027;
}

.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar,
.menu-toggle:hover .icon-bar,
.menu-toggle:focus .icon-bar,
.sidemenu-toggle:hover .icon-bar,
.sidemenu-toggle:focus .icon-bar {
  background-color: #fff;
}

/* Menu-Navbar Tip - Hot - New - Popular */
.tip {
    display: inline-block;
    position: absolute;
    right: 50%;
    margin-right: -28px;
    top: -8px;
    font-size: 11px;
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0.03em;
    padding: 3px 5px 4px;
    color: #fff;
    background-color: #e92027;
}

@media (max-width: 767px) {
  .tip {
    right: auto;
    left: 48px;
    margin-right: 0;
    top: -5px;
    /* Hide tips for first li elems on mobile */
  }

  .navbar-nav>li>a>.tip {
    display: none;
  }
}

.tip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 0;
    border-color: #e92027 transparent transparent transparent;
}

.tip.hot {
  background-color: #E91E63;
}

.tip.hot:after {
  border-top-color: #E91E63;
}

.tip.new {
  background-color: #4CAF50;
}

.tip.new:after {
  border-top-color: #4CAF50;
}

.tip.soon {
  background-color: #FBC02D;
}

.tip.soon:after {
  border-top-color: #FBC02D;
}

.navbar-nav li li .tip,
.side-menu .tip {
  right: auto;
  left: 100%;
  margin-left: 10px;
  margin-right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar-nav li li .tip:after,
.side-menu .tip:after {
    top: 50%;
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-top: -3px;
    border-width: 0 0 5px 5px;
    border-color: transparent transparent #e92027 transparent;
}

.navbar-nav li li .tip.hot:after,
.side-menu .tip.hot:after {
  border-bottom-color: #E91E63;
}

.navbar-nav li li .tip.new:after,
.side-menu .tip.new:after {
  border-bottom-color: #4CAF50;
}

.navbar-nav li li .tip.soon:after,
.side-menu .tip.soon:after {
  border-bottom-color: #FBC02D;
}

/* Header Version 2 */
.header.header2:after {
  content: '';
  display: table;
  clear: both;
}

.header.sticky-header .header-inner {
  padding-bottom:12px;
}

@media (min-width: 767px) {
  .header.header2 .header-inner .container {
    position: relative;
  }
}

@media (min-width: 767px) {
  .header.header2 .navbar-collapse {
    float: right;
    position: static !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .header.header2 .navbar-collapse {
    display: block;
    float: left;
    width: 100%;
  }
}

.header.header2 .dropdown.header-dropdown .dropdown-menu {
  border-color: #f0f0f6;
}

@media (max-width: 767px) {
  .header.header2 .dropdown.cart-dropdown>a {
    padding-left: 15px;
  }
}

@media (min-width: 767px) {
  .header.header2 .navbar-nav>li {
    padding-bottom: 8px;
  }
}

@media (min-width: 992px) {
  .header.header2 .navbar-nav>li {
    padding-top: 33px;
    padding-bottom: 33px;
  }
}

@media (min-width: 767px) {
  .header.header2 .navbar-nav>li>a {
    border-radius: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
  }

  .header.header2 .navbar-nav>li>a:before {
    display: none;
  }
}

.header.header2 .navbar-nav>li.open>a,
.header.header2 .navbar-nav>li.open>a:hover,
.header.header2 .navbar-nav>li.open>a:focus,
.header.header2 .navbar-nav>li.active>a,
.header.header2 .navbar-nav>li.active>a:hover,
.header.header2 .navbar-nav>li.active>a:focus {
  background: #f0f0f6;
}

@media (min-width: 767px) {
  .header.header2 .navbar-nav .dropdown-menu {
    border-top: 1px solid #f0f0f6;
  }
}

@media (min-width: 767px) {
  .header.header2 .navbar-nav .dropdown-menu.megamenu {
    left: 15px;
  }
}

@media (min-width: 992px) {
  .thumbnail-menu {
    display: block;
  }

  .header.header2 .navbar-nav> li.open .dropdown-menu {
    width: 100%;
    left: 0 !important;
    top: auto;
    position: fixed;
    max-height: 190px;
    margin-top: 12px;
  }
  
  .header.header2 .navbar-nav> li.open .dropdown-menu .container {
    display: grid;
    grid-template-columns: 38% 72%;
    grid-template-areas:
        "thumbnail listmenu";
    top: 0;
    left: -30px;
    padding: 0 !important;
    /* margin: 0 !important; */
  }

  .list-menu {
    grid-area: listmenu;
    padding: 3% 6% 3% 4%;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .thumbnail-menu {
    display: block;
    padding-top: 2px;
  }

  .header.header2 .navbar-nav li.open> .dropdown-menu {
    width: 100%;
    left: 0 !important;
    top: auto;
    position: fixed;
    max-height: 190px;
    margin-top: 12px;
  }
  
  .header.header2 .navbar-nav> li.open .dropdown-menu .container {
    display: grid;
    grid-template-columns: 38% 72%;
    grid-template-areas:
        "thumbnail listmenu";
    top: -3px;
    left: -30px;
    padding: 0 !important;
    /* margin: 0 !important; */
  }

  .list-menu {
    grid-area: listmenu;
    padding: 5% 6% 3% 4%;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .thumbnail-menu {
    display: none;
  }

  .header.header2 .navbar-nav> li.open .dropdown-menu {
    /* width: 100%; */
    /* left: 0 !important; */
    top: auto;
    position: relative;
    /* max-height: 190px; */
    margin-top: 12px;
  }
  
  .header.header2 .navbar-nav> li.open .dropdown-menu .container {
    /* display: grid;
    grid-template-columns: 38% 72%;
    grid-template-areas:
        "thumbnail listmenu"; */
    /* top: -3px;
    left: 0px; */
    /* padding: 10px !important; */
    /* margin: 0 !important; */
  }

  .list-menu {
    margin: 10px 0;
  }

}

.list-menu li a{
  display: flex !important ;
}

.thumbnail-menu {
  grid-area: thumbnail;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  text-align: left;
  color: #fff;
  overflow: hidden;
}

.thumbnail-menu img {
  max-height: 100%;
  height: auto;
}

.thumbnail-menu .thumbnail-text {
  position: absolute;
  top: 22%;
  left: 10%;
  font-weight: 700;
  font-family: "Helvetica Neue 53 Extended";
  font-size: 24px;
}

.header.header2 .navbar-nav .dropdown.cart-dropdown>a {
  font-size: 20px;
  color: inherit;
}

.header.header2 .navbar-nav .dropdown.cart-dropdown>a .dcart-total-count {
    bottom: -2px;
    left: auto;
    right: -6px;
    -ms-transform: none;
    transform: none;
    background-color: #e92027;
    color: #fff;
}

.header.header2 .navbar-toggle {
  margin-top: 25px;
  margin-bottom: 35px;
  float: right;
  padding: 4px 5px;
}

.header.header2 .navbar-toggle .toggle-text {
  margin-right: 5px;
}

.header.header2 .navbar-toggle .icon-bar {
  width: 20px;
}

@media (max-width: 991px) and (min-width: 767px) {
  .header.header2.header-nocollapse-sm .navbar-collapse {
    float: right !important;
    width: auto;
  }

  .header.header2.header-nocollapse-sm .navbar-collapse .navbar-nav>li {
    padding-top: 33px;
    padding-bottom: 33px;
  }
}

.header.header2.transparent {
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(255,0,0,0));
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.header.header2.transparent.light {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 767px) {
  .header.header2.transparent.light .navbar-nav>li>a {
    color: #fff;
  }
}

@media (min-width: 767px) {

    .header.header2.transparent.light .navbar-nav>li.open>a,
    .header.header2.transparent.light .navbar-nav>li.open>a:hover,
    .header.header2.transparent.light .navbar-nav>li.open>a:focus,
    .header.header2.transparent.light .navbar-nav>li.active>a,
    .header.header2.transparent.light .navbar-nav>li.active>a:hover,
    .header.header2.transparent.light .navbar-nav>li.active>a:focus {
        background: #fff;
        color: #e92027;
    }
}

/* Header Boxed Absolute position */
.header-container>.container {
  position: relative;
}

.header.header2.header-boxed {
  position: absolute;
  left: 15px;
  top: 25px;
  right: 15px;
  z-index: 999;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
}

@media (min-width: 767px) {
  .header.header2.header-boxed {
    top: 40px;
  }
}

.header.header2.header-boxed.header-inner {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 767px) {
  .header.header2.header-boxed .navbar-nav .dropdown-menu.megamenu {
    left: 0;
  }
}

.header.header2.header-boxed.radius {
  border-radius: 60px;
}

@media (min-width: 767px) {
  .header.header2.header-boxed.radius {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Header Version 3 */
.header.header3 .header-inner .container {
  position: relative;
  display: table;
  table-layout: fixed;
}

@media (max-width: 767px) {
  .header.header3 .header-inner .container {
    width: 100%;
  }
}

.header.header3 .header-left,
.header.header3 .header-center,
.header.header3 .header-right {
  display: table-cell;
  vertical-align: middle;
  width: 33.3%;
}

.header.header3 .header-left:after,
.header.header3 .header-center:after,
.header.header3 .header-right:after {
  content: '';
  display: table;
  clear: both;
}

.header.header3 .social-icons .social-icon {
  font-size: 13px;
  color: #7e7e7e;
  margin: 0 4px;
  min-width: 28px;
  line-height: 28px;
  border-radius: 50%;
  background-color: #f2f2fa;
  text-align: center;
  transition: all 0.4s;
}

.header.header3 .social-icons .social-icon:hover,
.header.header3 .social-icons .social-icon:focus {
    color: #fff;
    background-color: #e92027;
}

.header.header3 .social-icons.pull-left .social-icon:first-child {
  margin-left: 0;
}

.header.header3 .social-icons.pull-right .social-icon:last-child {
  margin-right: 0;
}

.header.header3 .header-center {
  text-align: center;
}

@media (max-width: 767px) {
  .header.header3 .header-center {
    width: 100%;
    padding: 33px 0;
  }
}

.header.header3 .site-logo {
  display: inline-block;
  float: none;
  line-height: 0;
  margin: 0;
}

.header.header3 .header-left .cart-dropdown {
  float: left;
}

.header.header3 .header-left .cart-dropdown>a {
  padding-left: 0;
  padding-right: 20px;
}

.header.header3 .header-left .cart-dropdown .dropdown-menu {
  right: auto;
  left: 0;
}

@media (max-width: 767px) {

  .header.header3 .header-left,
  .header.header3 .header-right {
    width: 1%;
  }
}

@media (max-width: 767px) {

  .header.header3 .header-left .cart-dropdown,
  .header.header3 .header-right .cart-dropdown {
    position: absolute;
    top: 100%;
    right: 15px;
  }

  .header.header3 .header-left .cart-dropdown>a,
  .header.header3 .header-right .cart-dropdown>a {
    padding: 7px 0 0;
  }

  .header.header3 .header-left .cart-dropdown .dropdown-menu,
  .header.header3 .header-right .cart-dropdown .dropdown-menu {
    left: auto;
    right: 0;
    width: 280px;
  }
}

.header.header3 .navbar-nav {
  font-size: 0;
}

@media (min-width: 767px) {
  .header.header3 .navbar-nav {
    text-align: center;
  }
}

.header.header3 .navbar-nav li {
  font-size: 13px;
}

@media (min-width: 767px) {
  .header.header3 .navbar-nav>li {
    float: none;
    display: inline-block;
  }
}

/* Header Version 4 */
.header4 .header-inner .menu-toggle {
  float: right;
  margin: 34px 0;
  margin-left: 40px;
}

@media (max-width: 767px) {
  .header4 .header-inner .menu-toggle {
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 36px 0 36px 20px;
  }
}

@media (max-width: 767px) {
  .header4 .header-inner .menu-toggle .toggle-text {
    display: none;
  }
}

.header4 .header-inner .menu-toggle .icon-bar {
  width: 20px;
}

.header4 .header-inner .menu-toggle.jicon {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 36px;
  margin-bottom: 36px;
}

.header4 .header-inner .menu-toggle.jicon .toggle-text {
  display: none;
}

.header4 .header-inner .menu-toggle.pull-left {
  margin-left: 0;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .header4 .header-inner .menu-toggle.pull-left {
    margin-right: 20px;
  }
}

/* Navbar Nav - Overlay Menu */
.navbar-container {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(248, 248, 248, 0.82);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 40px 15px;
  text-align: center;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s, visibility 0s 0.6s;
}

@media (min-width: 767px) {
  .navbar-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.navbar-container.nav-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
}

.navbar-container .social-icons {
  display: block;
  margin-top: 40px;
  text-align: center;
}

.navbar-container .social-icons label {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 7px;
  font-weight: 700;
  color: #777;
}

.navbar-container .social-icons .social-icon {
  color: #222;
  background-color: #e3e3e6;
  min-width: 30px;
  line-height: 30px;
  margin: 0 2px;
  transition: all 0.4s;
}

.navbar-container .social-icons .social-icon:hover,
.navbar-container .social-icons .social-icon:focus {
    color: #fff;
    background-color: #e92027;
}

.navbar-container .menu-toggle {
  float: none !important;
  margin: 0 0 20px !important;
}

.navbar-container .menu-toggle .toggle-text {
  margin-right: 5px;
}

.navbar-container .menu-toggle i {
  font-size: 13px;
  vertical-align: middle;
}

/* Overlay Menu */
.navbar-nav.nav-overlay {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent !important;
}

.header .navbar-nav.nav-overlay a {
  color: #222;
}

.navbar-nav.nav-overlay+.social-icons {
  margin-top: 20px;
}

.navbar-nav.nav-overlay>li {
  float: none !important;
  margin-bottom: 8px;
}

.navbar-nav.nav-overlay>li>a {
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

.navbar-nav.nav-overlay>li>a:before {
  display: none;
}

.navbar-nav.nav-overlay>li>a .tip {
  top: -11px;
  margin-right: -42px;
}

.navbar-nav.nav-overlay li i {
  font-size: 90%;
}

.navbar-nav.nav-overlay li a {
  display: inline-block;
  padding: 6px 0;
}

.navbar-nav.nav-overlay li li>a {
  font-size: 16px;
  font-weight: 600;
}

.navbar-nav.nav-overlay li li .tip {
  margin-left: 20px;
}

.navbar-nav.nav-overlay li li li a {
  font-size: 14px;
  font-weight: 400;
}

.navbar-nav.nav-overlay li:hover>a,
.navbar-nav.nav-overlay li.open>a,
.navbar-nav.nav-overlay li.active>a {
    color: #e92027 !important;
    background-color: transparent !important;
}

.navbar-nav.nav-overlay li:hover>a:hover,
.navbar-nav.nav-overlay li:hover>a:focus,
.navbar-nav.nav-overlay li.open>a:hover,
.navbar-nav.nav-overlay li.open>a:focus,
.navbar-nav.nav-overlay li.active>a:hover,
.navbar-nav.nav-overlay li.active>a:focus {
    color: #e92027 !important;
    background-color: transparent !important;
}

.navbar-nav.nav-overlay .dropdown-menu>li>a:hover,
.navbar-nav.nav-overlay .dropdown-menu>li>a:focus {
  color: inherit;
  background-color: inherit;
}

.navbar-nav.nav-overlay .angle {
  float: none;
  font-size: 90%;
}

.navbar-nav.nav-overlay .angle:before {
  content: "\f107";
}

.navbar-nav.nav-overlay .open>a>.angle:before {
  content: "\f106";
}

.navbar-nav.nav-overlay .dropdown-menu {
  padding-top: 3px;
  padding-bottom: 8px;
  float: none;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center;
}

.navbar-nav.nav-overlay .dropdown-menu .dropdown-menu {
  display: none;
}

.navbar-nav.nav-overlay .dropdown-menu .open>.dropdown-menu {
  display: block;
}

.navbar-nav.nav-overlay .open .dropdown-menu {
  position: relative !important;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.navbar-nav.nav-overlay .search-dropdown>a>span {
  vertical-align: middle;
}

.navbar-nav.nav-overlay .search-dropdown>a>span+i {
  margin-left: 6px;
  vertical-align: middle;
}

/* Add animation to first level elements */
.navbar-nav.nav-overlay.each-anim>li {
  visibility: hidden;
  opacity: 0;
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  transition: all 0.4s;
}

.nav-open .navbar-nav.nav-overlay.each-anim>li {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.nav-open .navbar-nav.nav-overlay.each-anim>li:nth-child(1) {
  transition-delay: 0.05s;
}

.nav-open .navbar-nav.nav-overlay.each-anim>li:nth-child(2) {
  transition-delay: 0.1s;
}

.nav-open .navbar-nav.nav-overlay.each-anim>li:nth-child(3) {
  transition-delay: 0.15s;
}

.nav-open .navbar-nav.nav-overlay.each-anim>li:nth-child(4) {
  transition-delay: 0.2s;
}

.nav-open .navbar-nav.nav-overlay.each-anim>li:nth-child(5) {
  transition-delay: 0.25s;
}

.nav-open .navbar-nav.nav-overlay.each-anim>li:nth-child(6) {
  transition-delay: 0.3s;
}

.nav-open .navbar-nav.nav-overlay.each-anim>li:nth-child(7) {
  transition-delay: 0.35s;
}

.nav-open .navbar-nav.nav-overlay.each-anim>li:nth-child(8) {
  transition-delay: 0.4s;
}

.nav-open .navbar-nav.nav-overlay.each-anim>li:nth-child(9) {
  transition-delay: 0.45s;
}

.nav-open .navbar-nav.nav-overlay.each-anim>li:nth-child(10) {
  transition-delay: 0.5s;
}

/* Navbar Nav - Overlay Menu Dark */
.navbar-container.dark {
  background-color: rgba(0, 0, 0, 0.82);
}

.header .navbar-container.dark a {
  color: #fff;
}

.navbar-container.dark .social-icons label {
  color: #b7b7b7;
}

.navbar-container.dark .social-icons .social-icon {
  color: #eee;
  background-color: #101010;
}

.navbar-container.dark .social-icons .social-icon:hover,
.navbar-container.dark .social-icons .social-icon:focus {
    color: #fff;
    background-color: #e92027;
}

.navbar-container.dark .menu-toggle {
  background-color: #101010;
  border-color: #101010;
  color: #fff;
}

.navbar-container.dark .menu-toggle:hover,
.navbar-container.dark .menu-toggle:focus {
    color: #fff;
    background-color: #e92027;
    border-color: #e92027;
}

.navbar-container.dark .navbar-nav.nav-overlay li a {
  color: #fafafa;
}

.navbar-container.dark .navbar-nav.nav-overlay li:hover>a,
.navbar-container.dark .navbar-nav.nav-overlay li.open>a,
.navbar-container.dark .navbar-nav.nav-overlay li.active>a {
    color: #e92027 !important;
    background-color: transparent !important;
}

.navbar-container.dark .navbar-nav.nav-overlay li:hover>a:hover,
.navbar-container.dark .navbar-nav.nav-overlay li:hover>a:focus,
.navbar-container.dark .navbar-nav.nav-overlay li.open>a:hover,
.navbar-container.dark .navbar-nav.nav-overlay li.open>a:focus,
.navbar-container.dark .navbar-nav.nav-overlay li.active>a:hover,
.navbar-container.dark .navbar-nav.nav-overlay li.active>a:focus {
    color: #e92027 !important;
    background-color: transparent !important;
}

.navbar-container.dark .navbar-nav.nav-overlay .search-dropdown .dropdown-menu .form-control {
  border-color: #171717;
  background-color: #171717;
  color: #777;
}

.navbar-container.dark .navbar-nav.nav-overlay .search-dropdown .dropdown-menu .form-control::-webkit-input-placeholder {
  color: #777;
}

.navbar-container.dark .navbar-nav.nav-overlay .search-dropdown .dropdown-menu .form-control::-moz-placeholder {
  color: #777;
}

.navbar-container.dark .navbar-nav.nav-overlay .search-dropdown .dropdown-menu .form-control:-ms-input-placeholder {
  color: #777;
}

.navbar-container.dark .navbar-nav.nav-overlay .search-dropdown .dropdown-menu .form-control::placeholder {
  color: #777;
}

/* Header Version 5 */
@media (min-width: 992px) {
  body.side-menu-body {
    padding-left: 280px;
  }

  body.side-menu-body.reverse {
    padding-left: 0;
    padding-right: 280px;
  }
}

.header.header5 {
  position: relative;
  padding: 0 15px;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 999;
}

@media (min-width: 992px) {
  .header.header5 {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 280px;
    padding: 0;
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
  }

  .reverse .header.header5 {
    left: auto;
    right: 0;
    box-shadow: -2px 0 2px rgba(0, 0, 0, 0.1);
  }
}

.header.header5 .header-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.header.header5 .header-top {
  float: left;
  border-bottom: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  .header.header5 .header-top {
    float: none;
    padding: 0 20px;
    background-color: #f1f1f6;
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    height: 140px;
  }

  .header.header5 .header-top.dark {
    background-color: #222;
    border-color: #111;
  }

    .header.header5 .header-top.custom {
        background-color: #e92027;
        border-color: #e92027;
    }
}

.header.header5 .sidemenu-toggle {
  float: right;
  margin: 34px 0;
}

@media (min-width: 992px) {
  .header.header5 .sidemenu-toggle {
    display: none;
  }
}

.header.header5 .site-logo {
  float: none;
}

@media (min-width: 992px) {
  .header.header5 .site-logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.header.header5 .header-inside {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  padding: 0 20px 0 15px;
  display: none;
  background-color: rgba(255, 255, 255, 0.96);
  overflow-y: auto;
}

.header.header5 .header-inside .sidemenu-toggle {
  float: none;
  margin: 20px 0 10px;
}

.header.header5 .header-inside .sidemenu-toggle .toggle-text {
  margin-right: 4px;
}

.header.header5 .header-inside .sidemenu-toggle i {
  font-size: 13px;
  vertical-align: middle;
}

.header.header5 .header-inside.open {
  display: block;
}

@media (min-width: 992px) {
  .header.header5 .header-inside {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    padding: 0 25px 0 20px;
    height: calc(100vh - 140px);
    display: block;
    background-color: transparent;
  }

  .header.header5 .header-inside .sidemenu-toggle {
    display: none;
  }

  .header.header5 .header-inside.full {
    height: 100vh;
  }
}

.header.header5 .header-inside-wrapper {
  padding-top: 10px;
  padding-bottom: 20px;
}

.header.header5 .header-inside-wrapper:before {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 992px) {
  .header.header5 .header-inside-wrapper {
    padding-top: 20px;
  }
}

.header.header5.dark {
  background-color: #171717;
}

@media (min-width: 992px) {
  .header.header5.dark .header-top:not(.custom) {
    background-color: #101010;
    border-color: #101010;
  }
}

@media (max-width: 991px) {
  .header.header5.dark .header-inside {
    background-color: rgba(0, 0, 0, 0.88);
  }
}

.header.header5.dark .sidemenu-toggle {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.header.header5.dark .sidemenu-toggle:hover,
.header.header5.dark .sidemenu-toggle:focus {
    background-color: #e92027;
    border-color: #e92027;
}

.header.header5.dark .sidemenu-toggle .icon-bar {
  background-color: #fff;
}

/* Side Menu  - Metis menu */
.side-menu li a {
  position: relative;
  display: block;
  color: #222;
  padding: 3px 0;
  font-size: 13px;
}

.side-menu li a>span {
  position: relative;
}

.side-menu li.active>a,
.side-menu li.active>a:hover,
.side-menu li.active>a:focus,
.side-menu li:hover>a,
.side-menu li:hover>a:hover,
.side-menu li:hover>a:focus,
.side-menu li:focus>a,
.side-menu li:focus>a:hover,
.side-menu li:focus>a:focus {
    color: #e92027;
}

.side-menu li ul {
  padding-left: 13px;
}

.side-menu li ul li:first-child {
  padding-top: 5px;
}

.side-menu li ul li:last-child {
  padding-bottom: 9px;
}

.side-menu>li>a {
  font-weight: 600;
  padding: 6px 0;
}

.side-menu .collapse {
  display: none;
}

.side-menu .collapse.in {
  display: block;
}

.side-menu .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility;
}

.side-menu .arrow {
  float: right;
  line-height: 1.42857;
}

*[dir="rtl"] .side-menu .arrow {
  float: left;
}

.side-menu .fa.arrow:before {
  content: "\f105";
}

.side-menu .active>a>.fa.arrow:before {
  content: "\f107";
}

/*Side Menu - Dark */
.header.dark .side-menu li a {
  color: #eee;
}

.header.dark .side-menu li.active>a,
.header.dark .side-menu li.active>a:hover,
.header.dark .side-menu li.active>a:focus,
.header.dark .side-menu li:hover>a,
.header.dark .side-menu li:hover>a:hover,
.header.dark .side-menu li:hover>a:focus,
.header.dark .side-menu li:focus>a,
.header.dark .side-menu li:focus>a:hover,
.header.dark .side-menu li:focus>a:focus {
    color: #e92027;
}

/*Header Color Variants */
/* Header Top Gray*/
.header-top.gray {
  background-color: #f6f6fa;
}

/* Header Top - Custom*/
.header-top.custom {
    background-color: #e92027;
    border-color: #e92027;
}

.header-top.custom .header-dropdown>a {
  color: #f1f1f1;
  background-color: #006fba;
  border-color: #0078ca;
}

.header-top.custom .header-dropdown:nth-of-type(2n)>a {
  background-color: #0063a6;
}

.header-top.custom .header-dropdown.open>a,
.header-top.custom .header-dropdown:hover>a,
.header-top.custom .header-dropdown:focus>a {
    color: #fff;
    background-color: #e92027;
    border-color: #0063a6;
}

.header-top.custom .top-menu li a {
  color: #f1f1f1;
}

.header-top.custom .top-menu li a:before {
  background-color: #0094f7;
}

.header-top.custom .top-menu li+li:before {
    color: #e92027;
}

.header-top.custom .top-menu li.active a,
.header-top.custom .top-menu li:hover a,
.header-top.custom .top-menu li:focus a {
  color: #17a1ff;
}

.header-top.custom .top-text {
  color: #f1f1f1;
}

.header-top.custom .top-links a {
  color: #eee;
}

.header-top.custom .top-links a:hover,
.header-top.custom .top-links a:focus {
  color: #17a1ff;
}

.header-top.custom .top-links a+a:before {
  color: #eaeaea;
}

.header-top.custom .social-icons .social-icon {
  color: #fff;
  border-color: #007bcf;
}

.header-top.custom .social-icons .social-icon:hover,
.header-top.custom .social-icons .social-icon:focus {
    background-color: #e92027;
    border-color: #e92027;
}

/* Header Top Dark */
.header-top.dark {
  background-color: #171717;
  border-color: #171717;
}

.header-top.dark .header-dropdown>a {
    color: #f1f1f1;
    background-color: #e92027;
    border-color: #005d9c;
}

.header-top.dark .header-dropdown:nth-of-type(2n)>a {
  background-color: #006fba;
}

.header-top.dark .header-dropdown.open>a,
.header-top.dark .header-dropdown:hover>a,
.header-top.dark .header-dropdown:focus>a {
    color: #fff;
    background-color: #e92027;
    border-color: #0063a6;
}

.header-top.dark .top-menu li a {
  color: #f1f1f1;
}

.header-top.dark .top-menu li.active a,
.header-top.dark .top-menu li:hover a,
.header-top.dark .top-menu li:focus a {
    color: #e92027;
}

.header-top.dark .top-text {
  color: #eee;
}

.header-top.dark .top-links a {
  color: #eee;
}

.header-top.dark .top-links a:hover,
.header-top.dark .top-links a:focus {
    color: #e92027;
}

.header-top.dark .top-links a+a:before {
  color: #eaeaea;
}

.header-top.dark .social-icons .social-icon {
  color: #fff;
  border-color: #4a4a4a;
}

.header-top.dark .social-icons .social-icon:hover,
.header-top.dark .social-icons .social-icon:focus {
    border-color: #e92027;
}

/* Header Bottom - Custom */
.header-bottom.custom {
    background-color: #e92027;
}

.header-bottom.custom .navbar-toggle:hover,
.header-bottom.custom .navbar-toggle:focus {
  background-color: #c00f3c;
  border-color: #c00f3c;
}

@media (min-width: 767px) {
  .header-bottom.custom .navbar-nav>li>a {
    color: #fff;
  }

    .header-bottom.custom .navbar-nav>li.open>a,
    .header-bottom.custom .navbar-nav>li.open>a:hover,
    .header-bottom.custom .navbar-nav>li.open>a:focus,
    .header-bottom.custom .navbar-nav>li.active>a,
    .header-bottom.custom .navbar-nav>li.active>a:hover,
    .header-bottom.custom .navbar-nav>li.active>a:focus {
        background: #fff;
        color: #e92027;
    }
}

@media (min-width: 767px) {
    .header-bottom.custom .navbar-nav .cart-dropdown>a .dcart-total-count {
        background-color: #e92027;
        color: #fff;
    }
}

.header-bottom.custom .navbar-nav .cart-dropdown.open>a .dcart-total-count,
.header-bottom.custom .navbar-nav .cart-dropdown:hover>a .dcart-total-count,
.header-bottom.custom .navbar-nav .cart-dropdown:focus>a .dcart-total-count {
    background-color: #fff;
    color: #e92027;
}

/* Header Bottom - Dark */
.header-bottom.dark {
  background-color: #171717;
}

@media (min-width: 767px) {
  .header-bottom.dark .navbar-nav>li>a {
    color: #fff;
  }

  .header-bottom.dark .navbar-nav>li.open>a,
  .header-bottom.dark .navbar-nav>li.open>a:hover,
  .header-bottom.dark .navbar-nav>li.open>a:focus,
  .header-bottom.dark .navbar-nav>li.active>a,
  .header-bottom.dark .navbar-nav>li.active>a:hover,
  .header-bottom.dark .navbar-nav>li.active>a:focus {
    background: #fff;
    color: #222;
  }
}

@media (min-width: 767px) {
    .header-bottom.dark .navbar-nav .cart-dropdown>a .dcart-total-count {
        background-color: #e92027;
        color: #fff;
    }
}

/* Header Gray */
.header.gray {
  background-color: #f8f8fa;
}

.header.gray .header-info-boxes .header-info-box i:not(.dark) {
  background-color: #ebebea;
}

/* Header Custom */
.header.custom {
    /*background-color: #e92027;*/
    background-color: #ff7f8f7a;
    color: #eee;
    /* Side Menu  - Metis menu */
}

.header.custom a {
  color: #fff;
}

.header.custom .dropdown.header-dropdown .dropdown-menu {
    border-color: #e92027;
    background-color: #e92027;
    box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.1), -2px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.header.custom .dropdown.header-dropdown .dropdown-menu>li>a:hover,
.header.custom .dropdown.header-dropdown .dropdown-menu>li>a:focus {
  color: #fff;
  background-color: #ee6f6f;
}

.header.custom .header-top:not(.dark) {
    border-color: #e92027;
    color: #fff;
}

.header.custom .header-top:not(.dark) .header-dropdown>a {
  color: #f1f1f1;
  background-color: #006fba;
  border-color: #0078ca;
}

.header.custom .header-top:not(.dark) .header-dropdown:nth-of-type(2n)>a {
  background-color: #0063a6;
}

.header.custom .header-top:not(.dark) .header-dropdown.open>a,
.header.custom .header-top:not(.dark) .header-dropdown:hover>a,
.header.custom .header-top:not(.dark) .header-dropdown:focus>a {
    color: #fff;
    background-color: #e92027;
    border-color: #0063a6;
}

.header.custom .header-top:not(.dark) .top-menu li a {
  color: #f1f1f1;
}

.header.custom .header-top:not(.dark) .top-menu li a:before {
  background-color: #0094f7;
}

.header.custom .header-top:not(.dark) .top-menu li+li:before {
    color: #e92027;
}

.header.custom .header-top:not(.dark) .top-menu li.active a,
.header.custom .header-top:not(.dark) .top-menu li:hover a,
.header.custom .header-top:not(.dark) .top-menu li:focus a {
  color: #17a1ff;
}

.header.custom .header-top:not(.dark) .top-text {
  color: #f1f1f1;
}

.header.custom .header-top:not(.dark) .top-links a {
  color: #eee;
}

.header.custom .header-top:not(.dark) .top-links a:hover,
.header.custom .header-top:not(.dark) .top-links a:focus {
  color: #17a1ff;
}

.header.custom .header-top:not(.dark) .top-links a+a:before {
  color: #eaeaea;
}

.header.custom .header-top:not(.dark) .social-icons .social-icon {
    color: #fff;
    border-color: #e92027;
}

.header.custom .header-top:not(.dark) .social-icons .social-icon:hover,
.header.custom .header-top:not(.dark) .social-icons .social-icon:focus {
  background-color: #ee6f6f;
  border-color: #ee6f6f;
}

.header.custom .header-info-boxes .header-info-box .info-box-title {
  color: #eee;
}

.header.custom .header-info-boxes .header-info-box i:not(.dark) {
    background-color: #fafafa;
    color: #e92027;
}

.header.custom .header-info-boxes .header-info-box+.header-info-box:before {
  background-color: #00548c;
}

.header.custom .dropdown.cart-dropdown>a {
  color: #fafafa;
}

.header.custom .dropdown.cart-dropdown>a .dcart-total-count {
    background-color: #e92027;
    color: #fff;
}

.header.custom .dropdown.cart-dropdown.open>a,
.header.custom .dropdown.cart-dropdown:hover>a,
.header.custom .dropdown.cart-dropdown:focus>a {
    color: #e92027;
}

.header.custom .dropdown.cart-dropdown.open>a .dcart-total-count,
.header.custom .dropdown.cart-dropdown:hover>a .dcart-total-count,
.header.custom .dropdown.cart-dropdown:focus>a .dcart-total-count {
    background-color: #fff;
    color: #e92027;
}

.header.custom .dropdown.cart-dropdown .dropdown-menu>p span {
  color: #eee;
}

.header.custom .dropdown.cart-dropdown .dropdown-menu .product-title a {
  color: #eaeaea;
}

.header.custom .dropdown.cart-dropdown .dropdown-menu .product-title a:hover,
.header.custom .dropdown.cart-dropdown .dropdown-menu .product-title a:focus {
  color: #fff !important;
}

.header.custom .dropdown.cart-dropdown .dropdown-menu .product .product-quantity {
  color: #ccc;
}

.header.custom .dropdown.cart-dropdown .dropdown-menu .product .product-price-container .old-price {
  color: #eee;
}

.header.custom .dropdown.cart-dropdown .dropdown-menu .product .delete-btn {
  color: #fff;
  background-color: #005d9c;
}

.header.custom .dropdown.cart-dropdown .dropdown-menu .product .delete-btn:hover,
.header.custom .dropdown.cart-dropdown .dropdown-menu .product .delete-btn:focus {
    background-color: #e92027;
    border: solid 1px white;
}

.header.custom .dropdown.cart-dropdown .dropdown-menu .dcart-action-info p span {
  color: #f1f1f1;
}

.header.custom .dropdown.cart-dropdown .dcart-products {
    border-color: #e92027;
}

.header.custom .header-bottom:not(.dark) {
  background-color: #ee6f6f;
}

.header.custom .navbar-nav:not(.nav-overlay) a,
.header.custom .header-bottom .navbar-nav a {
  color: #fff;
}

@media (min-width: 767px) {

  .header.custom .navbar-nav:not(.nav-overlay)>li>a,
  .header.custom .header-bottom .navbar-nav>li>a {
    /*color: #fff;*/
    color: black;
  }

  .header.custom .navbar-nav:not(.nav-overlay)>li>a:before,
  .header.custom .header-bottom .navbar-nav>li>a:before {
    background-color: #ee6f6f;
  }

    .header.custom .navbar-nav:not(.nav-overlay)>li.open>a,
    .header.custom .navbar-nav:not(.nav-overlay)>li.open>a:hover,
    .header.custom .navbar-nav:not(.nav-overlay)>li.open>a:focus,
    .header.custom .navbar-nav:not(.nav-overlay)>li.active>a,
    .header.custom .navbar-nav:not(.nav-overlay)>li.active>a:hover,
    .header.custom .navbar-nav:not(.nav-overlay)>li.active>a:focus,
    .header.custom .header-bottom .navbar-nav>li.open>a,
    .header.custom .header-bottom .navbar-nav>li.open>a:hover,
    .header.custom .header-bottom .navbar-nav>li.open>a:focus,
    .header.custom .header-bottom .navbar-nav>li.active>a,
    .header.custom .header-bottom .navbar-nav>li.active>a:hover,
    .header.custom .header-bottom .navbar-nav>li.active>a:focus {
        background: #e92027;
        color: #fff;
    }
}

@media (min-width: 767px) {

    .header.custom .navbar-nav:not(.nav-overlay) .cart-dropdown>a .dcart-total-count,
    .header.custom .header-bottom .navbar-nav .cart-dropdown>a .dcart-total-count {
        background-color: #e92027;
        color: #fff;
    }
}

.header.custom .navbar-nav:not(.nav-overlay) .cart-dropdown.open>a .dcart-total-count,
.header.custom .navbar-nav:not(.nav-overlay) .cart-dropdown:hover>a .dcart-total-count,
.header.custom .navbar-nav:not(.nav-overlay) .cart-dropdown:focus>a .dcart-total-count,
.header.custom .header-bottom .navbar-nav .cart-dropdown.open>a .dcart-total-count,
.header.custom .header-bottom .navbar-nav .cart-dropdown:hover>a .dcart-total-count,
.header.custom .header-bottom .navbar-nav .cart-dropdown:focus>a .dcart-total-count {
    background-color: #fff;
    color: #e92027;
}

.header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu,
.header.custom .header-bottom .navbar-nav .dropdown-menu {
    background: #e92027;
}

.header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu>li>a,
.header.custom .header-bottom .navbar-nav .dropdown-menu>li>a {
  color: #fff;
}

.header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu>li>a:hover,
.header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu>li>a:focus,
.header.custom .header-bottom .navbar-nav .dropdown-menu>li>a:hover,
.header.custom .header-bottom .navbar-nav .dropdown-menu>li>a:focus {
  color: #fff;
  background-color: #ee6f6f;
}

.header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu>li.open>a,
.header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu>li.open>a:hover,
.header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu>li.open>a:focus,
.header.custom .header-bottom .navbar-nav .dropdown-menu>li.open>a,
.header.custom .header-bottom .navbar-nav .dropdown-menu>li.open>a:hover,
.header.custom .header-bottom .navbar-nav .dropdown-menu>li.open>a:focus {
  color: #fff;
  background-color: #ee6f6f;
}

@media (max-width: 767px) {

  .header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu.megamenu [class*="col-"]:not(:last-child),
  .header.custom .header-bottom .navbar-nav .dropdown-menu.megamenu [class*="col-"]:not(:last-child) {
    border-color: #ee6f6f;
  }
}

.header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu.megamenu a:hover,
.header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu.megamenu a:focus,
.header.custom .header-bottom .navbar-nav .dropdown-menu.megamenu a:hover,
.header.custom .header-bottom .navbar-nav .dropdown-menu.megamenu a:focus {
  color: #fff;
  background-color: #ee6f6f;
}

.header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu.megamenu .megamenu-title:before,
.header.custom .header-bottom .navbar-nav .dropdown-menu.megamenu .megamenu-title:before {
  background-color: #fff;
}

.header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu.megamenu .megamenu-title:hover:before,
.header.custom .navbar-nav:not(.nav-overlay) .dropdown-menu.megamenu .megamenu-title:focus:before,
.header.custom .header-bottom .navbar-nav .dropdown-menu.megamenu .megamenu-title:hover:before,
.header.custom .header-bottom .navbar-nav .dropdown-menu.megamenu .megamenu-title:focus:before {
  background-color: #fff;
}

@media (max-width: 767px) {
    .header.custom .navbar-nav {
        background-color: #e92027;
    }

    .header.custom .navbar-nav>li.open>a,
    .header.custom .navbar-nav>li.open>a:hover,
    .header.custom .navbar-nav>li.open>a:focus,
    .header.custom .navbar-nav>li.active>a,
    .header.custom .navbar-nav>li.active>a:hover,
    .header.custom .navbar-nav>li.active>a:focus {
        background: #e92027;
        color: #fff;
    }

  .header.custom .navbar-nav>li>a:hover,
  .header.custom .navbar-nav>li>a:focus {
    background: #ee6f6f;
    color: #fff;
  }
}

.header.custom .navbar-toggle,
.header.custom .menu-toggle,
.header.custom .sidemenu-toggle {
    background-color: #e92027;
    border-color: #e92027;
    color: #f1f1f1;
}

.header.custom .navbar-toggle .icon-bar,
.header.custom .menu-toggle .icon-bar,
.header.custom .sidemenu-toggle .icon-bar {
  background-color: #f1f1f1;
}

.header.custom .navbar-toggle:hover,
.header.custom .navbar-toggle:focus,
.header.custom .menu-toggle:hover,
.header.custom .menu-toggle:focus,
.header.custom .sidemenu-toggle:hover,
.header.custom .sidemenu-toggle:focus {
    color: #fff;
    background-color: #e92027;
    border-color: #e92027;
}

.header.custom .navbar-toggle:hover .icon-bar,
.header.custom .navbar-toggle:focus .icon-bar,
.header.custom .menu-toggle:hover .icon-bar,
.header.custom .menu-toggle:focus .icon-bar,
.header.custom .sidemenu-toggle:hover .icon-bar,
.header.custom .sidemenu-toggle:focus .icon-bar {
  background-color: #fff;
}

.header.custom .side-menu li a {
  color: #222;
}

@media (min-width: 992px) {
  .header.custom .side-menu li a {
    color: #f1f1f1;
  }
}

.header.custom .side-menu li.active>a,
.header.custom .side-menu li.active>a:hover,
.header.custom .side-menu li.active>a:focus,
.header.custom .side-menu li:hover>a,
.header.custom .side-menu li:hover>a:hover,
.header.custom .side-menu li:hover>a:focus,
.header.custom .side-menu li:focus>a,
.header.custom .side-menu li:focus>a:hover,
.header.custom .side-menu li:focus>a:focus {
  color: #0d9dff;
}

/* Header2 Custom */
@media (max-width: 767px) {
    .header.header2.custom .navbar-nav {
        background-color: #e92027;
    }
}

.header.header2.custom .navbar-nav>li.open>a,
.header.header2.custom .navbar-nav>li.open>a:hover,
.header.header2.custom .navbar-nav>li.open>a:focus,
.header.header2.custom .navbar-nav>li.active>a,
.header.header2.custom .navbar-nav>li.active>a:hover,
.header.header2.custom .navbar-nav>li.active>a:focus {
    background: #e92027;
    color: #fff !important;
    border: solid 1px white;
}

@media (min-width: 767px) {
  .header.header2.custom .navbar-nav .dropdown-menu {
    border-top-color: #005d9c;
  }
}

.header.header2.custom .navbar-nav .dropdown.cart-dropdown>a .dcart-total-count {
    background-color: #e92027;
    color: #fff;
}

.header.header2.custom .navbar-toggle {
    background-color: #e92027;
    border-color: #e92027;
    color: #f1f1f1;
}

.header.header2.custom .navbar-toggle .icon-bar {
  background-color: #f1f1f1;
}

.header.header2.custom .navbar-toggle:hover,
.header.header2.custom .navbar-toggle:focus {
    color: #fff;
    background-color: #e92027;
    border-color: #e92027;
}

.header.header2.custom .navbar-toggle:hover .icon-bar,
.header.header2.custom .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}

/* Header3 Custom */
.header.header3.custom .social-icons .social-icon {
    color: #f1f1f1;
    background-color: #e92027;
}

.header.header3.custom .social-icons .social-icon:hover,
.header.header3.custom .social-icons .social-icon:focus {
    color: #fff;
    background-color: #e92027;
}

/* Header5 Custom */
@media (min-width: 992px) {
    .header.header5.custom .header-top:not(.dark) {
        background-color: #e92027;
    }
}

.header.header5 .header-top.transparent {
  background-color: transparent !important;
}

/* Header Dark */
.header.dark {
  background-color: #1b1b1b;
  color: #eee;
}

.header.dark a {
  color: #f1f1f1;
}

.header.dark .dropdown.header-dropdown .dropdown-menu {
  border-color: #101010;
  background-color: #262626;
  box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.1), -2px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.header.dark .header-top:not(.custom) {
  border-color: #363636;
  color: #eee;
}

.header.dark .header-top:not(.custom).transparent {
  border-color: #404040;
}

.header.dark .header-top:not(.custom) .header-dropdown>a {
  color: #f1f1f1;
  background-color: #313131;
  border-color: #313131;
}

.header.dark .header-top:not(.custom) .header-dropdown:nth-of-type(2n)>a {
  background-color: #404040;
}

.header.dark .header-top:not(.custom) .header-dropdown.open>a,
.header.dark .header-top:not(.custom) .header-dropdown:hover>a,
.header.dark .header-top:not(.custom) .header-dropdown:focus>a {
    color: #fff;
    background-color: #e92027;
    border-color: #e92027;
}

.header.dark .header-top:not(.custom) .top-menu li a {
  color: #eee;
}

.header.dark .header-top:not(.custom) .top-menu li a:before {
    background-color: #e92027;
}

.header.dark .header-top:not(.custom) .top-menu li+li:before {
  color: #646464;
}

.header.dark .header-top:not(.custom) .top-menu li.active a,
.header.dark .header-top:not(.custom) .top-menu li:hover a,
.header.dark .header-top:not(.custom) .top-menu li:focus a {
    color: #e92027;
}

.header.dark .header-top:not(.custom) .top-text {
  color: #c7c7c7;
}

.header.dark .header-top:not(.custom) .top-links a {
  color: #eaeaea;
}

.header.dark .header-top:not(.custom) .top-links a:hover,
.header.dark .header-top:not(.custom) .top-links a:focus {
  color: #17a1ff;
}

.header.dark .header-top:not(.custom) .top-links a+a:before {
  color: #eaeaea;
}

.header.dark .header-top:not(.custom) .social-icons .social-icon {
  color: #fff;
  border-color: #383838;
}

.header.dark .header-top:not(.custom) .social-icons .social-icon:hover,
.header.dark .header-top:not(.custom) .social-icons .social-icon:focus {
    background-color: #e92027;
    border-color: #e92027;
}

.header.dark .header-info-boxes .header-info-box .info-box-title {
  color: #d6d6d6;
}

.header.dark .header-info-boxes .header-info-box i:not(.custom) {
  background-color: #3b3b3b;
  color: #fff;
}

.header.dark .header-info-boxes .header-info-box+.header-info-box:before {
  background-color: #363636;
}

.header.dark .dropdown.cart-dropdown>a {
    color: #e92027;
}

.header.dark .dropdown.cart-dropdown>a .dcart-total-count {
    background-color: #fff;
    color: #e92027;
}

.header.dark .dropdown.cart-dropdown.open>a,
.header.dark .dropdown.cart-dropdown:hover>a,
.header.dark .dropdown.cart-dropdown:focus>a {
    color: #e92027;
}

.header.dark .dropdown.cart-dropdown.open>a .dcart-total-count,
.header.dark .dropdown.cart-dropdown:hover>a .dcart-total-count,
.header.dark .dropdown.cart-dropdown:focus>a .dcart-total-count {
    background-color: #fff;
    color: #e92027;
}

.header.dark .dropdown.cart-dropdown .dropdown-menu>p {
  color: #c7c7c7;
}

.header.dark .dropdown.cart-dropdown .dropdown-menu>p span {
  color: #eee;
}

.header.dark .dropdown.cart-dropdown .dropdown-menu .product-title a {
  color: #d6d6d6;
}

.header.dark .dropdown.cart-dropdown .dropdown-menu .product-title a:hover,
.header.dark .dropdown.cart-dropdown .dropdown-menu .product-title a:focus {
  color: #fff;
}

.header.dark .dropdown.cart-dropdown .dropdown-menu .product .product-quantity {
  color: #d7d7d7;
}

.header.dark .dropdown.cart-dropdown .dropdown-menu .product .product-price-container .old-price {
  color: #eee;
}

.header.dark .dropdown.cart-dropdown .dropdown-menu .product .delete-btn {
    color: #f1f1f1;
    background-color: #e92027;
}

.header.dark .dropdown.cart-dropdown .dropdown-menu .product .delete-btn:hover,
.header.dark .dropdown.cart-dropdown .dropdown-menu .product .delete-btn:focus {
    color: #fff;
    background-color: #e92027;
}

.header.dark .dropdown.cart-dropdown .dropdown-menu .dcart-action-info p span {
  color: #eee;
}

.header.dark .dropdown.cart-dropdown .dcart-products {
  border-color: #404040;
}

.header.dark .header-bottom:not(.custom) {
  background-color: #101010;
}

.header.dark .navbar-nav:not(.nav-overlay) a,
.header.dark .header-bottom .navbar-nav a {
  color: #fff;
}

@media (min-width: 767px) {

  .header.dark .navbar-nav:not(.nav-overlay)>li>a,
  .header.dark .header-bottom .navbar-nav>li>a {
    color: #f1f1f1;
  }

    .header.dark .navbar-nav:not(.nav-overlay)>li>a:before,
    .header.dark .header-bottom .navbar-nav>li>a:before {
        background-color: #e92027;
    }

  .header.dark .navbar-nav:not(.nav-overlay)>li.open>a,
  .header.dark .navbar-nav:not(.nav-overlay)>li.open>a:hover,
  .header.dark .navbar-nav:not(.nav-overlay)>li.open>a:focus,
  .header.dark .navbar-nav:not(.nav-overlay)>li.active>a,
  .header.dark .navbar-nav:not(.nav-overlay)>li.active>a:hover,
  .header.dark .navbar-nav:not(.nav-overlay)>li.active>a:focus,
  .header.dark .header-bottom .navbar-nav>li.open>a,
  .header.dark .header-bottom .navbar-nav>li.open>a:hover,
  .header.dark .header-bottom .navbar-nav>li.open>a:focus,
  .header.dark .header-bottom .navbar-nav>li.active>a,
  .header.dark .header-bottom .navbar-nav>li.active>a:hover,
  .header.dark .header-bottom .navbar-nav>li.active>a:focus {
    background: #292929;
    color: #fff;
  }
}

@media (min-width: 767px) {

  .header.dark .navbar-nav:not(.nav-overlay) .cart-dropdown>a .dcart-total-count,
  .header.dark .header-bottom .navbar-nav .cart-dropdown>a .dcart-total-count {
    background: #292929;
    color: #f1f1f1;
  }
}

.header.dark .navbar-nav:not(.nav-overlay) .cart-dropdown.open>a .dcart-total-count,
.header.dark .navbar-nav:not(.nav-overlay) .cart-dropdown:hover>a .dcart-total-count,
.header.dark .navbar-nav:not(.nav-overlay) .cart-dropdown:focus>a .dcart-total-count,
.header.dark .header-bottom .navbar-nav .cart-dropdown.open>a .dcart-total-count,
.header.dark .header-bottom .navbar-nav .cart-dropdown:hover>a .dcart-total-count,
.header.dark .header-bottom .navbar-nav .cart-dropdown:focus>a .dcart-total-count {
    background-color: #fff;
    color: #e92027;
}

.header.dark .navbar-nav:not(.nav-overlay) .dropdown-menu,
.header.dark .header-bottom .navbar-nav .dropdown-menu {
  background: #292929;
}

.header.dark .navbar-nav:not(.nav-overlay) .dropdown-menu>li>a,
.header.dark .header-bottom .navbar-nav .dropdown-menu>li>a {
  color: #eee;
}

.header.dark .navbar-nav:not(.nav-overlay) .dropdown-menu>li>a:hover,
.header.dark .navbar-nav:not(.nav-overlay) .dropdown-menu>li>a:focus,
.header.dark .header-bottom .navbar-nav .dropdown-menu>li>a:hover,
.header.dark .header-bottom .navbar-nav .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #e92027;
}

.header.dark .navbar-nav:not(.nav-overlay) .dropdown-menu>li.open>a,
.header.dark .navbar-nav:not(.nav-overlay) .dropdown-menu>li.open>a:hover,
.header.dark .navbar-nav:not(.nav-overlay) .dropdown-menu>li.open>a:focus,
.header.dark .header-bottom .navbar-nav .dropdown-menu>li.open>a,
.header.dark .header-bottom .navbar-nav .dropdown-menu>li.open>a:hover,
.header.dark .header-bottom .navbar-nav .dropdown-menu>li.open>a:focus {
    color: #fff;
    background-color: #e92027;
}

.header.dark .navbar-nav:not(.nav-overlay) .dropdown-menu.megamenu a:hover,
.header.dark .navbar-nav:not(.nav-overlay) .dropdown-menu.megamenu a:focus,
.header.dark .header-bottom .navbar-nav .dropdown-menu.megamenu a:hover,
.header.dark .header-bottom .navbar-nav .dropdown-menu.megamenu a:focus {
    color: #fff;
    background-color: #e92027;
}

.header.dark .navbar-nav:not(.nav-overlay) .dropdown-menu.megamenu .megamenu-title:before,
.header.dark .header-bottom .navbar-nav .dropdown-menu.megamenu .megamenu-title:before {
  background-color: #fff;
}

.header.dark .navbar-nav:not(.nav-overlay) .dropdown-menu.megamenu .megamenu-title:hover:before,
.header.dark .navbar-nav:not(.nav-overlay) .dropdown-menu.megamenu .megamenu-title:focus:before,
.header.dark .header-bottom .navbar-nav .dropdown-menu.megamenu .megamenu-title:hover:before,
.header.dark .header-bottom .navbar-nav .dropdown-menu.megamenu .megamenu-title:focus:before {
  background-color: #fff;
}

@media (max-width: 767px) {
  .header.dark .navbar-nav {
    background-color: #1f1f1f;
  }

    .header.dark .navbar-nav>li.open>a,
    .header.dark .navbar-nav>li.open>a:hover,
    .header.dark .navbar-nav>li.open>a:focus,
    .header.dark .navbar-nav>li.active>a,
    .header.dark .navbar-nav>li.active>a:hover,
    .header.dark .navbar-nav>li.active>a:focus {
        background: #e92027;
        color: #fff;
    }

    .header.dark .navbar-nav>li>a:hover,
    .header.dark .navbar-nav>li>a:focus {
        background: #e92027;
        color: #fff;
    }
}

.header.dark .search-dropdown .dropdown-menu .form-control {
  background-color: #171717;
  border-color: #313131;
  color: #999;
}

.header.dark .search-dropdown .dropdown-menu .form-control::-webkit-input-placeholder {
  color: #999;
}

.header.dark .search-dropdown .dropdown-menu .form-control::-moz-placeholder {
  color: #999;
}

.header.dark .search-dropdown .dropdown-menu .form-control:-ms-input-placeholder {
  color: #999;
}

.header.dark .search-dropdown .dropdown-menu .form-control::placeholder {
  color: #999;
}

.header.dark .navbar-toggle,
.header.dark .menu-toggle,
.header.dark .sidemenu-toggle {
  background-color: #363636;
  border-color: #363636;
  color: #f1f1f1;
}

.header.dark .navbar-toggle .icon-bar,
.header.dark .menu-toggle .icon-bar,
.header.dark .sidemenu-toggle .icon-bar {
  background-color: #f1f1f1;
}

.header.dark .navbar-toggle:hover,
.header.dark .navbar-toggle:focus,
.header.dark .menu-toggle:hover,
.header.dark .menu-toggle:focus,
.header.dark .sidemenu-toggle:hover,
.header.dark .sidemenu-toggle:focus {
  color: #fff;
  background-color: #292929;
  border-color: #292929;
}

.header.dark .navbar-toggle:hover .icon-bar,
.header.dark .navbar-toggle:focus .icon-bar,
.header.dark .menu-toggle:hover .icon-bar,
.header.dark .menu-toggle:focus .icon-bar,
.header.dark .sidemenu-toggle:hover .icon-bar,
.header.dark .sidemenu-toggle:focus .icon-bar {
  background-color: #fff;
}

/* Header2 Dark */
@media (max-width: 767px) {
  .header.header2.dark .navbar-nav {
    background-color: #242424;
  }
}

.header.header2.dark .navbar-nav>li.open>a,
.header.header2.dark .navbar-nav>li.open>a:hover,
.header.header2.dark .navbar-nav>li.open>a:focus,
.header.header2.dark .navbar-nav>li.active>a,
.header.header2.dark .navbar-nav>li.active>a:hover,
.header.header2.dark .navbar-nav>li.active>a:focus {
    background: #e92027;
    color: #fff;
}

@media (min-width: 767px) {
  .header.header2.dark .navbar-nav .dropdown-menu {
    border-top-color: #2b2b2b;
  }
}

.header.header2.dark .navbar-nav .dropdown.cart-dropdown>a .dcart-total-count {
    background-color: #e92027;
    color: #fff;
}

.header.header2.dark .navbar-toggle {
  background-color: #363636;
  border-color: #363636;
  color: #f1f1f1;
}

.header.header2.dark .navbar-toggle .icon-bar {
  background-color: #f1f1f1;
}

.header.header2.dark .navbar-toggle:hover,
.header.header2.dark .navbar-toggle:focus {
  color: #fff;
  background-color: #292929;
  border-color: #292929;
}

.header.header2.dark .navbar-toggle:hover .icon-bar,
.header.header2.dark .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}

/* Header3 Dark */
.header.header3.dark .social-icons .social-icon {
  color: #f1f1f1;
  background-color: #404040;
}

.header.header3.dark .social-icons .social-icon:hover,
.header.header3.dark .social-icons .social-icon:focus {
    color: #fff;
    background-color: #e92027;
}

/* Sticky Header */
@keyframes fixedHeader {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.header.sticky-header {
  border-bottom: none !important;
}

@media (min-width: 992px) {
    .header.sticky-header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1040;
        animation-name: fixedHeader;
        animation-duration: .4s;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        background-image: unset !important;
    }

    .header.sticky-header.fixed .navbar-nav a {
        color: #000;
    }

    .header.sticky-header #logo-hitam{
        display: none;
    }

    .header.sticky-header #logo-putih{
        display: initial;
    }

    .header.sticky-header.fixed #logo-putih{
        display: none;
    }

    .header.sticky-header.fixed #logo-hitam{
        display: initial;
    }

    .header.sticky-header.fixed .header-top .bt-lang-inactive {
        /* display: none; */
        color: initial;
    }

  .header.sticky-header.fixed .header-inner {
    display: none;
  }

  .header.sticky-header.fixed .header-bottom .navbar-nav>li>a .tip {
    top: -3px;
  }

  .boxed .header.sticky-header.fixed,
  .boxed-long .header.sticky-header.fixed {
    left: auto;
    right: auto;
  }
}

/* Header 2*/
@media (min-width: 992px) {
  .header2.sticky-header.fixed .header-inner {
    display: block;
    margin-top: 24px;
  }

  .header2.sticky-header.fixed .site-logo {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .header2.sticky-header.fixed .navbar-nav>li {
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .header2.sticky-header.fixed .navbar-nav>li.cart-dropdown {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header2.sticky-header.fixed .dropdown.cart-dropdown>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header2.sticky-header.fixed.transparent {
    background-color: #fff;
  }

  .header2.sticky-header.fixed.transparent.light,
  .header2.sticky-header.fixed.transparent.dark {
    background-color: #1b1b1b;
  }

    .header2.sticky-header.fixed.transparent.custom {
        background-color: #e92027;
        /*background-color: #ececec;*/
        border: solid #ececec 2px;
    }

  .header2.sticky-header.fixed.header-boxed {
    left: auto;
    right: auto;
    top: 20px;
    box-shadow: 3px 2px 6px rgba(0, 0, 0, 0.1), -2px -3px 6px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .header2.sticky-header.fixed.header-boxed {
    width: 940px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .header2.sticky-header.fixed.header-boxed {
    width: 1140px;
  }
}

/* Fix For jump */
@media (min-width: 992px) {
  .transparent-sticky-header .sticky-wrapper {
    height: 0 !important;
  }
}

/* Header 4 */
@media (min-width: 992px) {
  .header4.sticky-header.fixed .header-inner {
    display: block;
  }

  .header4.sticky-header.fixed .site-logo {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .header4.sticky-header.fixed .header-info-boxes {
    margin-top: 12.5px;
  }

  .header4.sticky-header.fixed .dropdown.cart-dropdown>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header4.sticky-header.fixed .menu-toggle {
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .header4.sticky-header.fixed .menu-toggle.jicon {
    margin-top: 13px;
    margin-bottom: 13px;
  }
}

/* ----------- 6.Homepages -------------
--------------------------------------*/
/* Homepages - Index */
.slider-container-index {
  background-color: #e1e1e1;
}

@media (min-width: 1200px) {
  .slider-container-index {
    height: 520px;
  }
}

.slider-container-index .tp-caption strong {
  font-weight: 700 !important;
}

.slider-container-index .hebe .tp-bullet-image {
  border-radius: 0;
}

.tparrows.custom {
    display: none;
    /* width: 54px;
    height: 54px;
    color: #121212;
    background-color: rgba(255, 255, 255, 0.85);
    transition: background-color 0.4s; */
}

.tparrows.custom:before {
  color: #121212;
  font-size: 16px;
  line-height: 54px;
}

.tparrows.custom:hover,
.tparrows.custom:focus {
  color: #101010;
  background-color: #fff;
}

.tparrows.custom:hover:before,
.tparrows.custom:focus:before {
  color: #101010;
}

/* Homepages - Index2 */
.slider-container-index2 {
  background-color: #e1e1e1;
}

@media (min-width: 1200px) {
  .slider-container-index2 {
    height: 600px;
  }
}

.slider-container-index2 .tp-caption strong {
  font-weight: 700 !important;
}

.slider-container-index2 .tp-caption iframe {
  outline: none;
  border: none;
}

.boxed-news-container {
  padding: 15px;
}

@media (min-width: 992px) {
  .boxed-news-container {
    max-width: 80%;
    margin: 0 auto;
  }
}

.boxed-news-container .entry {
  margin-bottom: 0 !important;
}

/* Homepages - Index3*/
.slider-container-index3 {
  background-color: #171717;
  height: 100vh;
}

.slider-container-index3 .tp-caption strong {
  font-weight: 700 !important;
}

.services-section-edge {
  padding-top: 70px;
  padding-bottom: 110px;
  position: relative;
}

.services-section-edge::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='150' width='2800' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,150 2800,150 0,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  height: 150px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: 0;
}

.about-section-edge {
  padding-bottom: 130px;
  position: relative;
}

.about-section-edge::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='150' width='2800' fill='rgb(240,240,240)' fill-opacity='1'%3E%3Cpolygon points='0,150 2800,150 2800,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  height: 150px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: 0;
}

.about-section-edge .container {
  position: relative;
}

.more-about-section-edge {
  padding-bottom: 130px;
  position: relative;
}

.more-about-section-edge::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='150' width='2800' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,150 2800,150 0,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  height: 150px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: 0;
}

.more-about-section-edge .money-bag-img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: -150px;
  z-index: 900;
}

.team-section-edge {
  padding-bottom: 135px;
  position: relative;
}

.team-section-edge::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='150' width='2800' fill='rgb(240,240,240)' fill-opacity='1'%3E%3Cpolygon points='0,150 2800,150 2800,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  height: 150px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: 0;
}

.team-section-edge .member {
  margin-bottom: 0;
}

.portfolio-section-edge {
  padding-bottom: 130px;
  position: relative;
}

.portfolio-section-edge::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='150' width='2800' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,150 2800,150 0,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  height: 150px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: 0;
}

.portfolio-section-edge .portfolio-item {
  margin-bottom: 0;
}

.extra-info-section-edge {
  padding-bottom: 130px;
  position: relative;
}

.extra-info-section-edge::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='150' width='2800' fill='rgb(240,240,240)' fill-opacity='1'%3E%3Cpolygon points='0,150 2800,150 2800,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  height: 150px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: 0;
}

.extra-info-section-edge .extra-img {
  position: relative;
  z-index: 900;
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: -90px;
}

.news-section-edge {
  padding-bottom: 60px;
}

/* Homepages - Index 4*/
.page-header.header-top-page {
  padding: 165px 0 0;
}

@media (min-width: 767px) {
  .page-header.header-top-page {
    padding-top: 235px;
  }
}

@media (min-width: 992px) {
  .page-header.header-top-page {
    padding-top: 200px;
  }
}

.typed-header {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

@media (min-width: 481px) {
  .typed-header {
    font-size: 18px;
  }
}

@media (min-width: 767px) {
  .typed-header {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .typed-header {
    font-size: 26px;
  }
}

@media (min-width: 1200px) {
  .typed-header {
    font-size: 30px;
  }
}

/* Homepages - Index5 */
.slider-container5 {
  background-color: #c7c7c7;
}

@media (min-width: 1200px) {
  .slider-container5 {
    height: 540px;
  }
}

/* Homepages - Index6 */
.slider-container6 {
  background-color: #e1e1e1;
}

@media (min-width: 1200px) {
  .slider-container6 {
    height: 520px;
  }
}

.slider-container6 .tp-caption strong {
  font-weight: 700 !important;
}

/* Homepages - Index7 */
.slider-container-index7 {
  background-color: #e1e1e1;
}

@media (min-width: 1200px) {
  .slider-container-index7 {
    height: 600px;
  }
}

.slider-container-index7 .tp-caption strong {
  font-weight: 700 !important;
}

#portfolio-filter.vertical-filter {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  #portfolio-filter.vertical-filter {
    border: none;
  }

  #portfolio-filter.vertical-filter>li {
    float: none;
    display: block;
    text-align: left;
    margin: 6px 0;
  }

  #portfolio-filter.vertical-filter>li>a {
    display: block;
    padding: 0 0 0 10px;
  }

  #portfolio-filter.vertical-filter>li:before {
    left: auto;
    right: auto;
    top: 50%;
    bottom: 50%;
    width: 2px;
    height: auto;
  }

  #portfolio-filter.vertical-filter>li.active:before {
    top: 0;
    bottom: 0;
  }
}

.video-box-section-wrapper {
  max-width: 630px;
  border: 12px solid rgba(255, 255, 255, 0.4);
  margin: 0 auto;
}

/* Homepages - Index8 */
.slider-container8 {
  background-color: #e1e1e1;
}

@media (min-width: 1200px) {
  .slider-container8 {
    height: 600px;
  }
}

.contact-info-area {
  text-align: center;
  margin-bottom: 25px;
}

.contact-info-area i {
    width: 46px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    background-color: #e92027;
    color: #fff;
    margin-bottom: 12px;
}

.contact-info-area strong {
  color: #555;
}

.contact-info-area address {
  line-height: 1.6;
}

.contact-info-area address,
.contact-info-area p {
  line-height: 1.6;
  margin-bottom: 3px;
}

/* Homepages - Index9 */
.home-info-form-section {
  padding-top: 50px;
  padding-bottom: 55px;
}

@media (min-width: 767px) {
  .home-info-form-section {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .home-info-form-section {
    padding-top: 100px;
    padding-bottom: 0;
  }
}

.home-info-form-section .overlay {
  opacity: 0.6;
}

.home-info-form-section .home-info-form-content {
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .home-info-form-section .home-info-form-content {
    padding-left: 25px;
  }
}

@media (min-width: 1600px) {
  .home-info-form-section .home-info-form-content {
    margin-top: 50px;
  }
}

.home-info-form-section .service {
  color: #eee;
  max-width: 460px;
  font-size: 14px;
}

.home-info-form-section .service .service-title {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.home-info-form-section .home-contact-form {
  padding: 20px 15px;
  background-color: #101010;
  max-width: 380px;
  outline: 8px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 992px) {
  .home-info-form-section .home-contact-form {
    margin-bottom: -120px;
    padding: 30px 25px;
  }
}

.home-info-form-section .home-contact-form h2,
.home-info-form-section .home-contact-form h3 {
  color: #f1f1f1;
  font-weight: 400;
  text-transform: uppercase;
}

.home-info-form-section .home-contact-form label {
  color: #bebebe;
}

.home-info-form-section .home-contact-form .form-control {
  background-color: #313131;
  border-color: #3b3b3b;
  color: #eee;
}

.home-info-form-section .home-contact-form .form-control:focus {
  background-color: #262626;
}

.home-info-form-section .home-contact-form textarea.form-control {
  min-height: 100px;
}

@media (min-width: 767px) {
  .man-standing-img {
    margin-top: -40px;
  }
}

@media (min-width: 992px) {
  .man-standing-img {
    margin-top: -90px;
  }
}

.entry-list-col .entry.entry-list-sm:last-child {
  margin-bottom: 0;
}

.portfolio-item-col .portfolio-item:last-child {
  margin-bottom: 0;
}

/* Homepages - Index10 */
.slider-container10 {
  background-color: #121212;
}

@media (min-width: 1200px) {
  .slider-container10 {
    height: 600px;
  }
}

@media (min-width: 1200px) {
  .vertial-phone-img {
    margin-top: -40px;
  }
}

/* Homepages - Index Shop */
.slider-container-shop {
  background-color: #e1e1e1;
}

@media (min-width: 1200px) {
  .slider-container-shop {
    height: 560px;
  }
}

.slider-container-shop .tp-caption strong {
  font-weight: 700 !important;
}

.banner {
  position: relative;
}

.banner a {
  display: block;
}

.banner img {
  display: block;
  width: 100%;
  height: auto;
}

.shop-text p {
  margin-bottom: 8px;
  text-indent: 20px;
}

.shop-text .learn-more {
  float: right;
  font-weight: 600;
}

@media (min-width: 767px) {
  .shop-text .learn-more {
    margin-right: 25px;
  }
}

@media (min-width: 992px) {
  .shop-text .learn-more {
    margin-right: 35px;
  }
}

/* Clear product and entry margins for carousel */
.owl-carousel .product {
  margin-bottom: 6px;
}

.owl-carousel .entry,
.owl-carousel .entry.entry-grid {
  margin-bottom: 0;
}

.sidebar.shop-sidebar.home-shop-sidebar {
  padding-top: 12px;
}

.sidebar.shop-sidebar .widget .widget-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.sidebar.shop-sidebar .widget.category-widget ul li {
  margin-bottom: 10px;
}

.sidebar.shop-sidebar .widget.category-widget ul li a {
  font-weight: 600;
  display: block;
}

.sidebar.shop-sidebar .widget.category-widget ul li ul {
  padding-left: 10px;
  padding-top: 6px;
}

.sidebar.shop-sidebar .widget.category-widget ul li ul li {
  margin-bottom: 4px;
}

.sidebar.shop-sidebar .widget.category-widget ul li ul li a {
  font-weight: 400;
}

.sidebar.shop-sidebar .widget.category-widget ul li ul li a i {
  float: none;
  margin-right: 4px;
  margin-top: 0;
  font-size: 90%;
  color: #9e9e9e;
}

.sidebar.shop-sidebar .widget.brands-widget ul li {
  margin-bottom: 4px;
}

.sidebar.shop-sidebar .widget.brands-widget ul li a {
  font-weight: 400;
}

.sidebar.shop-sidebar .widget.brands-widget ul li a i {
  float: none;
  margin-right: 4px;
  margin-top: 0;
  font-size: 90%;
  color: #9e9e9e;
}

.sidebar.shop-sidebar .widget .product.product-sm {
  padding-bottom: 0;
  margin-bottom: 16px;
}

.sidebar.shop-sidebar .widget .banner-widget-slider .banner {
  border: 1px solid #eee;
}

.sidebar.shop-sidebar .widget .banner-widget-slider .owl-dots {
  margin: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  z-index: 99;
}

.sidebar.shop-sidebar .widget .banner-widget-slider .owl-dots .owl-dot:not(.active) {
  background-color: #fff;
  border-color: #fff;
}

/* Index Shop 2*/
.slider-container-shop2 {
  background-color: #171717;
  height: 100vh;
}

.slider-container-shop2 .tp-caption strong {
  font-weight: 700 !important;
}

.nav.nav-tabs.style2,
.nav.nav-pills.style2 {
  background-color: #e4e4ea;
  border-bottom: 1px solid #e0e0ea;
}

@media (min-width: 992px) {

  .nav.nav-tabs.style2>li>a,
  .nav.nav-pills.style2>li>a {
    font-size: 14px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

.nav.nav-tabs.style2.nav-justified>li,
.nav.nav-pills.style2.nav-justified>li {
  border-bottom: 1px solid #fff;
}

.nav.nav-tabs.style2.nav-justified>li:last-child,
.nav.nav-pills.style2.nav-justified>li:last-child {
  border-bottom: none;
}

@media (min-width: 767px) {

  .nav.nav-tabs.style2.nav-justified>li,
  .nav.nav-pills.style2.nav-justified>li {
    border-bottom: none;
    border-right: 1px solid #fff;
  }

  .nav.nav-tabs.style2.nav-justified>li:last-child,
  .nav.nav-pills.style2.nav-justified>li:last-child {
    border-right: none;
  }
}

.shop-newsletter {
  color: #fff;
}

.shop-newsletter h2 {
  font-family: "Helvetica Neue 53 Extended";
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

@media (min-width: 767px) {
  .shop-newsletter h2 {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .shop-newsletter h2 {
    font-size: 32px;
  }
}

.shop-newsletter form {
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
}

.shop-newsletter form:after {
  content: '';
  clear: both;
  display: table;
}

.shop-newsletter p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 540px;
}

@media (min-width: 767px) {
  .shop-newsletter p {
    margin-bottom: 36px;
  }
}

.shop-newsletter .form-control {
  margin-bottom: 0;
  float: left;
  width: calc(100% - 104px);
}

.shop-newsletter .btn {
  width: 100px;
  margin-left: 4px;
}

/* Info Boxes */
.info-boxes-container {
  width: 100%;
  background-color: #f1f1fa;
  border-top: 1px solid #e3e3ea;
  border-bottom: 1px solid #e3e3ea;
  margin-bottom: 30px;
  /* Dark Color */
  /* Custom Color */
}

@media (min-width: 767px) {

  .info-boxes-container>.container,
  .info-boxes-container>.container-fluid {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
  }
}

@media (max-width: 767px) {

  .info-boxes-container>.container,
  .info-boxes-container>.container-fluid {
    padding: 0;
  }
}

.info-boxes-container>.container-fluid {
  width: 100%;
}

.info-boxes-container .info-box {
  display: block;
  font-size: 0;
  padding: 12px 15px 9px;
  border-bottom: 1px solid #f0f0fa;
  position: relative;
}

.info-boxes-container .info-box:nth-child(2n) {
  background-color: #f8f8fa;
}

.info-boxes-container .info-box:last-child {
  border-bottom: none;
}

.info-boxes-container .info-box .info-box-wrapper {
  position: relative;
  display: inline-block;
  padding-left: 38px;
}

@media (min-width: 767px) {
  .info-boxes-container .info-box {
    display: table-cell;
    width: 33%;
    border-bottom: none;
    border-right: 1px solid #e3e3ea;
  }

  .info-boxes-container .info-box:last-child {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .info-boxes-container .info-box.text-center {
    text-align: left !important;
  }
}

.info-boxes-container .info-box.text-center .info-box-content {
  text-align: left;
}

.info-boxes-container .info-box-icon {
  display: inline-block;
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
  color: #3a3a3a;
}

.info-boxes-container .info-box-content {
  display: inline-block;
  font-size: 12px;
  color: #7e7e7e;
  line-height: 1.2;
  vertical-align: middle;
}

.info-boxes-container .info-box-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  line-height: 1;
  color: #333;
  letter-spacing: 0.01em;
}

.info-boxes-container p {
  margin-bottom: 0;
}

.info-boxes-container.dark {
  background-color: #101010;
  border-color: #292929;
}

.info-boxes-container.dark .info-box {
  border-color: #292929;
}

@media (min-width: 767px) {
  .info-boxes-container.dark .info-box {
    border-color: #292929;
  }
}

.info-boxes-container.dark .info-box:nth-child(2n) {
  background-color: #1b1b1b;
}

.info-boxes-container.dark .info-box-icon {
  color: #eee;
}

.info-boxes-container.dark .info-box-content {
  color: #8e8e8e;
}

.info-boxes-container.dark .info-box-title {
  color: #f0f0f0;
}

.info-boxes-container.custom {
    background-color: #e92027;
    border-color: #007ed4;
}

.info-boxes-container.custom .info-box {
  border-color: #007ed4;
}

@media (min-width: 767px) {
  .info-boxes-container.custom .info-box {
    border-color: #007ed4;
  }
}

.info-boxes-container.custom .info-box:nth-child(2n) {
  background-color: #005d9c;
}

.info-boxes-container.custom .info-box-icon {
  color: #f0f0f0;
}

.info-boxes-container.custom .info-box-content {
  color: #2baaff;
}

.info-boxes-container.custom .info-box-title {
  color: #f0f0f0;
}

/* Index Shop 3*/
.slider-container-shop3 {
  background-color: #171717;
}

@media (min-width: 1200px) {
  .slider-container-shop3 {
    height: 520px;
  }
}

.slider-container-shop3 .tp-caption strong {
  font-weight: 700 !important;
}

/* Homepages - Index Portfolio */
.portfolio-header {
  padding: 40px 0 45px;
  font: 400 20px/1.2 "Open Sans", Arial, sans-serif;
}

@media (min-width: 767px) {
  .portfolio-header {
    padding-top: 60px;
    padding-bottom: 70px;
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .portfolio-header {
    font-size: 36px;
    padding-bottom: 75px;
    padding-top: 65px;
  }
}

.portfolio-header.as-block {
  padding-bottom: 30px;
}

.typed-cursor {
  opacity: 1;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.morphext>.animated {
  display: inline-block;
}

/* Homepages - Index Photography */
.fotorama__thumb-border {
    border-color: #e92027;
}

/* Fotorama Navigation Arrows */
.fotorama__arr {
  font-family: 'FontAwesome';
  background-image: none;
  font-size: 18px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  width: 34px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  transition: opacity 0.4s;
}

@media (min-width: 767px) {
  .fotorama__arr {
    font-size: 22px;
    width: 40px;
    height: 42px;
    line-height: 42px;
    margin-top: -21px;
  }
}

@media (min-width: 992px) {
  .fotorama__arr {
    font-size: 26px;
    width: 48px;
    height: 52px;
    line-height: 52px;
    margin-top: -26px;
  }
}

.fotorama__arr:hover,
.fotorama__arr:focus {
  background-color: rgba(0, 0, 0, 0.6);
}

.fotorama__arr--prev {
  left: 0;
}

.fotorama__arr--prev:before {
  content: "\f104";
}

.fotorama__arr--next {
  right: 0;
}

.fotorama__arr--next:before {
  content: "\f105";
}

/* Thumbnail over */
.fotorama-nav-over .fotorama__nav-wrap {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 99;
}

/* Circle Thumbnails */
.fotorama-circle-thumbs .fotorama__thumb,
.fotorama-circle-thumbs .fotorama__thumb img,
.fotorama-circle-thumbs .fotorama__thumb-border,
.fotorama-circle-thumbs .fotorama__thumb-border img {
  border-radius: 50%;
}

/* Caption */
.fotorama__caption {
  left: 40px;
  right: 40px;
  font: 300 26px/1 "Open Sans", Arial, sans-serif;
  bottom: auto;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  text-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .fotorama__caption {
    font-size: 34px;
    left: 50px;
    right: 50px;
  }
}

@media (min-width: 992px) {
  .fotorama__caption {
    font-size: 42px;
    left: 60px;
    right: 60px;
  }
}

.fotorama__caption .fotorama__caption__wrap {
  background-color: transparent;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.56);
  padding: 0.3em 0.75em;
}

/* Homepages - Index Blog */
.featured-entry-carousel {
  margin-bottom: 40px;
}

@media (min-width: 767px) {
  .featured-entry-carousel {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .featured-entry-carousel {
    margin-bottom: 60px;
  }
}

.featured-entry {
  position: relative;
  overflow: hidden;
}

.featured-entry figure a {
  display: block;
}

.featured-entry figure a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #101010;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.featured-entry figure img {
  display: block;
  height: auto;
  width: 100%;
}

.featured-entry .fentry-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px 18px;
  opacity: 0.8;
  transition: all 0.4s;
  z-index: 20;
}

@media (min-width: 992px) {
  .featured-entry .fentry-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 22px;
  }
}

.featured-entry a {
  color: #fff;
}

.featured-entry a:hover,
.featured-entry a:focus {
    color: #e92027;
}

.featured-entry h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  font-family: "Helvetica Neue 53 Extended";
  color: #fff;
  letter-spacing: 0.01em;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.1);
  max-width: 220px;
  margin-bottom: 14px;
}

@media (min-width: 767px) {
  .featured-entry h2 {
    font-size: 17px;
    max-width: 260px;
  }
}

.featured-entry .fentry-meta {
  font-size: 0;
  color: #eee;
}

.featured-entry .fentry-meta>span {
  display: inline-block;
  font-size: 13px;
  margin-right: 10px;
}

.featured-entry .fentry-meta>span i {
  margin-right: 4px;
}

.featured-entry:hover .fentry-content {
  opacity: 1;
}

.featured-entry:hover figure a:after {
  opacity: 0.55;
  visibility: visible;
}

/* ----------- 7.About -----------------
--------------------------------------*/
/* About Us */
.member {
  margin-bottom: 30px;
}

.member .member-top {
    position: relative;
    background-color: #e92027;
    margin-bottom: 20px;
}

.member .member-top figure {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

.member-top figure .landing {
  background-image: linear-gradient(to left, rgba(0,0,0,.8), rgba(255,0,0,0));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.member .member-top figure .landing img {
  display: block;
  width: 100%;
  height: auto;
}

.member.manajemen {
  height: 375px;
  display: grid;
  align-items: end;
  align-content: center;
}

.member-top2 {
  background-color: none;
  padding-right: 3.3%;
	padding-top: 5.4%;
  padding-left: 3.3%;
  overflow: hidden;
}

.member .member-top2 figure img {
  display: block;
  max-width: 575px;
  height: auto;
  object-fit: cover;
}

.member .member-top2 figure {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: flex-end;
    max-height: 354px;
}

.member .member-top2 .ket-member2 h2.h2 {
  font-family: 'Helvetica Neue 73 Bold Extended';
}

.member .member-top2 .ket-member {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    padding: 0 0 0 20px;
    vertical-align: middle;
    width: 100%;
    height: 20%;
    color: #fff;
    text-align: left;
    background-image: linear-gradient(to right, rgba(0,0,0,.7), rgba(255,0,0,0));
}

.member .member-top2 .ket-member2 {
  position: absolute;
  top: 40%;
  /* left: 0; */
  z-index: 0;
  padding: 0 0 0 20px;
  vertical-align: middle;
  width: 100%;
  height: 20%;
  color: #000;
  text-align: left;
  max-width: 75vw;
  /* background-image: linear-gradient(to right, rgba(0,0,0,.7), rgba(255,0,0,0)); */
}

.grid-label-member {
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 20px;
}

.grid-label-member2 {
  margin-top: 0;
}

.grid-label-member .grid-left {
    justify-content: center;
}

.grid-label-member .grid-right {
    align-content: end;
    justify-content: end;
    text-align: right;
}
.member .member-top .ket-member h1, 
.member .member-top .ket-member label {
    position: relative;
    top: 25%;
    z-index: 1;
}

.member .member-top .social-icons {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  padding: 7px 15px;
}

.member .member-top .social-icons label {
  color: #f2f2f2;
  font-weight: 400;
  margin-right: 4px;
  font-size: 12px;
}

.member .member-top .social-icons-sliders label {
  color: #f2f2f2;
  font-weight: 900;
  margin-right: 4px;
  font-size: 14px;
}

.social-icons-sliders {
    width: 100%;
    background-color: #e920278f;
}

.member .member-top .social-icons .social-icon {
  color: #eee;
  padding: 3px 2px;
}

.member .member-top .social-icons .social-icon:hover,
.member .member-top .social-icons .social-icon:focus {
  color: #c00f3c;
}

.member .member-title {
  font-size: 17px;
  margin-bottom: 15px;
}

.member .member-title small {
    float: right;
    display: inline-block;
    font-size: 70%;
    background-color: #f4f4fa;
    color: #e92027;
    padding: 2px 3px 3px;
    font-weight: 600;
}

.member .member-title:after {
  content: '';
  clear: both;
  display: table;
}

.member.text-center .member-top .social-icons {
  right: 0;
}

.member.text-center .member-title {
  margin-bottom: 10px;
}

.member.text-center .member-title small {
  float: none;
  display: block;
  margin-top: 8px;
  background-color: transparent;
}

.member span {
    color: #e92027;
}

.shape-cs-border {
  border-top-right-radius: 45px !important;
  border-bottom-left-radius: 45px !important;
}

/* .member:hover .member-top figure { */
/*-ms-transform: translateY(-44px);
  transform: translateY(-44px);*/
/* } */

.member:hover .member-top-fly figure {
  -ms-transform: translateY(-44px);
  transform: translateY(-44px);
}

.owl-carousel .member {
  margin-bottom: 0;
}

/* Fix for member image animation */
.team-carousel-wrapper {
  overflow: hidden;
}

.team-carousel-wrapper .owl-stage-outer {
  overflow: visible;
}

.testimonials-inline .testimonial {
  position: relative;
}

.testimonials-inline .testimonial blockquote {
  background-color: #f0f0f0;
  border-color: #ebebeb;
  padding: 22px 18px 18px;
}

.bg-gray .testimonials-inline .testimonial blockquote {
  background-color: #e6e6e6;
  border-color: #dedede;
}

.testimonials-inline .testimonial blockquote figure {
  float: left;
  display: inline-block;
  max-width: 66px;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.15);
  margin-right: 19px;
}

@media (max-width: 767px) {
  .testimonials-inline .testimonial blockquote figure {
    float: none;
  }
}

.testimonials-inline .testimonial blockquote figure img {
  display: block;
  width: 100;
  height: auto;
  border-radius: 50%;
}

.testimonials-inline .testimonial blockquote p,
.testimonials-inline .testimonial blockquote cite {
  margin-left: 85px;
}

@media (max-width: 767px) {

  .testimonials-inline .testimonial blockquote p,
  .testimonials-inline .testimonial blockquote cite {
    margin-left: 0;
  }
}

.testimonials-inline .testimonial blockquote:after {
  content: '';
  clear: both;
  display: table;
}

.testimonials-inline .testimonial.transparent {
  background-color: transparent !important;
  border: none !important;
  color: inherit;
}

.testimonials-inline .testimonial.transparent blockquote {
  padding: 0;
  background-color: transparent !important;
  border: none !important;
  color: inherit;
}

.testimonials-inline .testimonial.transparent blockquote cite {
  color: inherit;
}

.testimonials-inline .owl-nav {
  margin-top: 15px;
}

.sync-carousel.owl-carousel .owl-item img {
  border: 1px solid transparent;
}

.sync-carousel.owl-carousel .owl-item.center img {
    border-color: #e92027;
}

/*About Me*/
.aboutme-section-container {
  overflow: hidden;
}

.aboutme-section {
  margin-bottom: 35px;
}

@media (min-width: 767px) {
  .aboutme-section {
    margin-bottom: 45px;
  }
}

.aboutme-section p:last-child {
  margin-bottom: 0;
}

.aboutme-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: -10px auto 0;
}

/* -------- 8.Services Pages -----------
--------------------------------------*/
.testimonials-wrapper {
  max-width: 680px;
  margin: 0 auto;
}

.testimonial {
  max-width: 680px;
  margin: 0;
  color: #101010;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background 0.5s ease;
}

.text-white .testimonial {
  color: inherit;
}

.testimonial.transparent {
  background-color: transparent !important;
}

.testimonial.dark {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.testimonial blockquote {
  background-color: transparent;
  margin: 0;
}

.testimonial figure {
  display: inline-block;
  max-width: 66px;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.15);
}

.bg-image .testimonial figure {
  border-color: rgba(255, 255, 255, 0.4);
}

.testimonial figure img {
  display: block;
  width: 100;
  height: auto;
  border-radius: 50%;
}

.testimonial cite {
  color: #222;
  font-weight: 600;
}

.text-white .testimonial cite {
  color: inherit;
}

.testimonial:hover {
  background-color: rgba(255, 255, 255, 0.55);
}

.testimonials-container {
  color: #fff;
}

.testimonials-container .owl-dot {
  background-color: #fff;
  border: 1px solid #fff;
  opacity: 0.45;
}

.testimonials-container .owl-dot:hover,
.testimonials-container .owl-dot:focus {
  opacity: 1;
}

.testimonials-container .owl-dot.active {
    background-color: #e92027 !important;
    border-color: #e92027 !important;
    opacity: 1;
}

.testimonials-container.bg-gray .owl-dot {
  background-color: #b7b7b7;
  border-color: #b7b7b7;
}

.testimonials-container.bg-dark .testimonial,
.testimonials-container.bg-darker .testimonial,
.testimonials-container.bg-custom .testimonial,
.testimonials-container.bg-custom2 .testimonial {
  background-color: transparent;
  color: #b7b7b7;
}

.testimonials-container.bg-dark .testimonial figure,
.testimonials-container.bg-darker .testimonial figure,
.testimonials-container.bg-custom .testimonial figure,
.testimonials-container.bg-custom2 .testimonial figure {
  border-color: rgba(255, 255, 255, 0.3);
}

.testimonials-container.bg-dark .testimonial blockquote cite,
.testimonials-container.bg-darker .testimonial blockquote cite,
.testimonials-container.bg-custom .testimonial blockquote cite,
.testimonials-container.bg-custom2 .testimonial blockquote cite {
  color: #fff;
}

.testimonials-container.bg-custom .testimonial {
  color: #31acff;
}

.testimonials-container.bg-custom .owl-dot.active {
  background-color: #ee6f6f !important;
  border-color: #ee6f6f !important;
}

.testimonials-container.bg-custom2 .testimonial {
  color: #f25c82;
}

.testimonials-container.bg-custom2 .owl-dot.active {
  background-color: #910b2d !important;
  border-color: #910b2d !important;
}

.client {
  display: block;
  border: 1px solid #f2f2f2;
  transition: border 0.4s;
}

.client img {
  display: block;
  width: 100%;
  height: auto;
}

.client:hover,
.client:focus {
  border-color: #eaeaea;
}

.client.dark {
  border-color: #6e6e6e;
}

.client.dark:hover,
.client.dark:focus {
  border-color: #222;
}

.client.no-border {
  border: none !important;
}

.bg-image .client:not(.dark),
.parallax .client:not(.dark),
.bg-custom .client:not(.dark),
.bg-custom2 .client:not(.dark),
.bg-dark .client:not(.dark),
.bg-darker .client:not(.dark) {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.bg-image .client:not(.dark):hover,
.bg-image .client:not(.dark):focus,
.parallax .client:not(.dark):hover,
.parallax .client:not(.dark):focus,
.bg-custom .client:not(.dark):hover,
.bg-custom .client:not(.dark):focus,
.bg-custom2 .client:not(.dark):hover,
.bg-custom2 .client:not(.dark):focus,
.bg-dark .client:not(.dark):hover,
.bg-dark .client:not(.dark):focus,
.bg-darker .client:not(.dark):hover,
.bg-darker .client:not(.dark):focus {
  border-color: #fff;
}

/* ----------- 9.Blog -----------------
--------------------------------------*/
.entry {
  margin-bottom: 70px;
  /* Entry Grid */
  /* Entry List */
  /* Entry list smaller*/
}

@media (max-width: 767px) {
  /* .entry {
    margin-bottom: 60px;
  } */
}

@media (min-width: 992px) {
  .text-mahakarya p{
      width: 100%;
      height: 100%;
      position: absolute;
      top: 20%;
      left: 65%;
  }

  .text-slider_news .desription {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 175px;
    left: 64px;
    width: 100%;
    max-width: 604px;
    height: auto;
  }
  
  .detail-mahakarya {
      position: absolute;
      top: 40%;
      left: 65%;
      right: 5%;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .text-slider_news p,
  .text-mahakarya p{
      width: 100%;
      height: 100%;
      position: absolute;
      top: 18%;
      left: 50%;
  }
  
  .detail-mahakarya {
      position: absolute;
      top: 40%;
      left: 50%;
      right: 10%;
  }
}

@media (min-width: 425px) and (max-width: 767px) {
  .text-slider_news p,
  .text-mahakarya p{
      width: 100%;
      height: 100%;
      position: absolute;
      top: 15%;
      left: 35%;
  }

  .detail-mahakarya {
      position: absolute;
      top: 34%;
      left: 35%;
      right: 13%;
  }
}

@media (max-width: 425px) {
  .text-slider_news p,
  .text-mahakarya p{
      width: 100%;
      height: 100%;
      position: absolute;
      top: 15%;
      left: 15%;
  }

  .detail-mahakarya {
      position: absolute;
      top: 34%;
      left: 15%;
      right: 15%;
  }

}

.entry .entry-media.karir figure {
  height: 385px;
  max-width: 619px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.member-top.karir {
  overflow: hidden;
  max-height: 385px;
}

.member-top.karir figure {
  max-height: inherit;
  transform: translateY(50%);
}

.member-top.karir figure img {
  display: block;
  transform: translateY(-50%);
  min-height: 384px !important;
  max-width: 100%;
  object-fit: cover;
}

.entry .entry-media.rusa figure {
  height: 385px;
  max-width: 619px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.member-top.rusa {
  overflow: hidden;
  max-height: 256px;
}

.member-top.rusa figure {
  max-height: inherit;
  transform: translateY(50%);
}

.member-top.rusa figure img {
  display: block;
  transform: translateY(-50%);
  min-height: 256px !important;
  max-width: 100%;
  object-fit: cover;
}

.entry .entry-media figure {
  width: auto;
  height: 100%;
  min-height: 471px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.member-top {
    overflow: hidden;
    max-height: 471px;
}

.member-top figure {
    max-height: inherit;
    transform: translateY(50%);
}

.member-top figure img {
    display: block;
    transform: translateY(-50%);
    min-height: 471px !important;
    max-width: 100%;
    object-fit: cover;
}

.text-slider_news,
.text-mahakarya {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to left, rgba(0,0,0,.8), rgba(255,0,0,0));
  text-align: left;
}

.text-slider_news {
  background-image: linear-gradient(to right, rgba(0,0,0,.8), rgba(255,0,0,0));
}

.detail-mahakarya label.nama-mahakarya {
  font-family: 'Helvetica Neue 73 Bold Extended';
  font-weight: 700;
  color: #e92027;
}

.detail-mahakarya label.ket-mahakarya {
  font-family: 'Helvetica Neue 53 Extended';
  font-weight: 400;
  color: #fff;
}

.container-mahakarya {
    font-family: 'Helvetica Neue 53 Extended';
    max-height: 471px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.container-rusa {
  font-family: 'Helvetica Neue 53 Extended';
  max-height: 484px;
  width: 100% !important;
  position: relative;
  overflow: hidden;
}

.overlay-rusa {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.overlay-rusa2 {
  width: inherit;
  height: 484px;
  max-width: inherit;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255,255,255,.95), rgba(255,255,255,0));
}

.overlay-rusa2 img{
  width: 100%;
  position: inherit;
}

.overlay-rusa3 {
  height: 100%;
}

.container-ceo {
  font-family: 'Helvetica Neue 53 Extended';
}

.entry-news .carousel-indicators.landing {
  left: 64px;
  bottom: unset;
  top: 400px;
  margin-left: 0;
  padding-left: 0;
  text-align: left;
}

.container-slider-berita {
  max-height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.komentar-berita {
  position: relative;
  display: block;
}

.komentar-berita label{
  font-size: 16px;
  font-weight: 400;
}

.komentar-berita button{
  /* font-size: 16px; */
  font-weight: 400;
  color: #fff;
  background-color: #e92027;
  border: none;
  padding: 8px 22px;
}

.komentar-berita textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  border: 1px solid #ddd;
  /* font-size: 16px; */
  font-weight: 400;
  padding: 12px;

  width: 100%;
}

.komentar-berita input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  border: 1px solid #ddd;
  /* font-size: 16px; */
  font-weight: 400;
  padding: 12px;

  width: 100%;
}

.entry .entry-media {
    position: relative;
    margin-bottom: 25px;
    /* background-color: #e92027; */
}

.entry .entry-media figure {
  position: relative;
  z-index: 1;
  transition: all 0.45s;
}

.entry .entry-media figure a {
  display: block;
}

.entry .entry-media figure img {
  display: block;
  width: 100%;
  height: auto;
}

.entry .entry-media .entry-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  color: #eaeaea;
}

.entry .entry-media .entry-meta a,
.entry .entry-media .entry-meta span {
  display: inline;
  /* color: #eaeaea; */
  color: #888;
  transition: color 0.4s;
}

.entry .entry-media .entry-meta a i,
.entry .entry-media .entry-meta span i {
  font-size: 90%;
  margin-right: 5px;
}

.entry .entry-media .entry-meta a:last-child,
.entry .entry-media .entry-meta span:last-child {
  margin-right: 0;
}

.entry .entry-media .entry-meta a+a:before,
.entry .entry-media .entry-meta a+span:before,
.entry .entry-media .entry-meta span+a:before,
.entry .entry-media .entry-meta span+span:before {
  content: '/';
  margin: 0 12px 0 10px;
}

.entry .entry-media .entry-meta a:hover,
.entry .entry-media .entry-meta a:focus,
.entry .entry-media .entry-meta span:hover,
.entry .entry-media .entry-meta span:focus {
  color: #fff;
}

@media (max-width: 767px) {
  .entry .entry-media .entry-meta {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.entry .entry-title {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 19px;
  position: relative;
}

.entry .entry-title i {
    color: #fff;
    background-color: #e92027;
    width: 34px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
}

.entry .entry-title a {
  display: block;
  color: #222;
  margin-left: 46px;
}

.entry .entry-title a:hover,
.entry .entry-title a:focus {
    color: #e92027;
}

.entry .entry-content>p:last-of-type {
  margin-bottom: 7px;
}

.entry .entry-content.isi-berita {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #121212;
}

.entry .readmore {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: underline;
}

.entry .readmore i {
  margin-left: 5px;
}

.entry blockquote {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .entry blockquote {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.entry:hover .entry-media figure {
  -ms-transform: translateY(-42px);
  transform: translateY(-42px);
}

.entry:hover.entry-grid .entry-media figure {
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
}

.entry.entry-grid {
  margin-bottom: 30px;
}

.entry.entry-grid .entry-media {
  margin-bottom: 18px;
}

.entry.entry-grid .entry-title {
  font-size: 16px;
  margin-bottom: 15px;
}

.entry.entry-grid .entry-title i {
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  margin-top: -15px;
}

.entry.entry-grid .entry-title a {
  margin-left: 40px;
}

.entry.entry-grid .entry-meta {
  font-size: 11px;
  padding: 7px 15px;
}

.entry.entry-grid .entry-meta a+a:before,
.entry.entry-grid .entry-meta a+span:before,
.entry.entry-grid .entry-meta span+a:before,
.entry.entry-grid .entry-meta span+span:before {
  content: '/';
  margin: 0 7px 0 5px;
}

.entry.entry-grid blockquote {
  font-size: 14px;
}

.entry.entry-grid .carousel-control {
  width: 30px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  margin-top: -20px;
}

.entry.entry-grid .readmore {
  font-size: 11px;
}

.entry.entry-list {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .entry.entry-list .entry-media {
    margin-bottom: 0;
  }
}

.entry.entry-list-sm {
  margin-bottom: 25px;
}

@media (min-width: 767px) {
  .entry.entry-list-sm {
    margin-bottom: 35px;
  }
}

.entry.entry-list-sm .entry-media {
  margin-bottom: 14px;
}

@media (min-width: 481px) {
  .entry.entry-list-sm .entry-media {
    margin-bottom: 0;
  }
}

.entry.entry-list-sm .row {
  margin-left: -10px;
  margin-right: -10px;
}

.entry.entry-list-sm .row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.entry.entry-list-sm .entry-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 7px;
  margin-top: -2px;
}

@media (min-width: 767px) {
  .entry.entry-list-sm .entry-title {
    font-size: 15px;
  }
}

.entry.entry-list-sm .entry-title a {
  margin-left: 0;
}

.entry.entry-list-sm .entry-meta {
  font-size: 13px;
}

.entry.entry-list-sm .entry-meta>span,
.entry.entry-list-sm .entry-meta>a {
  display: block;
  color: #444;
  margin-bottom: 2px;
}

.entry.entry-list-sm .entry-meta>span i,
.entry.entry-list-sm .entry-meta>a i {
  margin-right: 5px;
  color: #666;
}

.entry.entry-list-sm .entry-meta a {
  color: #444;
}

.entry.entry-list-sm .entry-meta a:hover,
.entry.entry-list-sm .entry-meta a:focus {
    color: #e92027;
}

.entry.entry-list-sm .readmore {
  font-size: 12px;
}

.entry.entry-list-sm:hover .entry-media figure,
.entry.entry-list-sm:focus .entry-media figure {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.touch .entry .entry-media .entry-meta,
.touch .entry.entry-grid .entry-media .entry-meta {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
}

.touch .entry:hover .entry-media figure,
.touch .entry.entry-grid:hover .entry-media figure {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#blog-item-container {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #blog-item-container {
    margin-bottom: 25px;
  }
}

#blog-item-container>.entry-grid {
  float: left;
}

#blog-item-container:after {
  content: '';
  display: table;
  clear: both;
}

.blog-row {
  margin-left: -15px;
  margin-right: -15px;
}

.blog-row:after {
  content: '';
  display: table;
  clear: both;
}

.row>#blog-item-container>.entry-grid,
.blog-row>#blog-item-container>.entry-grid {
  padding: 0 15px;
}

@media (min-width: 767px) {

  .max-col-6 .entry-grid,
  .max-col-5 .entry-grid,
  .max-col-4 .entry-grid,
  .max-col-3 .entry-grid,
  .max-col-2 .entry-grid {
    width: 50%;
  }

  .max-col-6 .entry-grid.wide,
  .max-col-5 .entry-grid.wide,
  .max-col-4 .entry-grid.wide,
  .max-col-3 .entry-grid.wide,
  .max-col-2 .entry-grid.wide {
    width: 100%;
  }
}

@media (min-width: 992px) {

  .max-col-4 .entry-grid,
  .max-col-3 .entry-grid {
    width: 33.3%;
  }

  .max-col-4 .entry-grid.wide,
  .max-col-3 .entry-grid.wide {
    width: 66.6%;
  }
}

@media (min-width: 992px) {

  .max-col-6 .entry-grid,
  .max-col-5 .entry-grid {
    width: 25%;
  }

  .max-col-6 .entry-grid.wide,
  .max-col-5 .entry-grid.wide {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .max-col-4 .entry-grid {
    width: 25%;
  }

  .max-col-4 .entry-grid.wide {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .max-col-5 .entry-grid {
    width: 20%;
  }

  .max-col-5 .entry-grid.wide {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .max-col-6 .entry-grid {
    width: 16.66%;
  }

  .max-col-6 .entry-grid.wide {
    width: 33.3%;
  }
}

/* Sidebar */
@media (max-width: 991px) {
  .sidebar {
    margin-bottom: 90px;
  }
}

.sidebar .widget {
  margin-bottom: 50px;
}

.sidebar .widget a {
  color: #323232;
}

.sidebar .widget a:hover,
.sidebar .widget a:focus {
    color: #e92027;
}

.sidebar .widget .widget-title {
  font-size: 15px;
  margin: 0 0 25px;
  text-transform: uppercase;
  color: #323232;
}

.sidebar .widget .widget-title>span {
  display: inline-block;
  background-color: #fff;
  padding-right: 35px;
}

.sidebar .widget.search-widget {
  position: relative;
}

.sidebar .widget.search-widget .form-control {
  padding-right: 90px;
  background-color: #f6f6fa;
  border-color: #eee;
  margin-bottom: 0;
}

.sidebar .widget.search-widget .btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  text-align: center;
  width: 38px;
  font-size: 16px;
  padding: 7px 5px;
  color: #a7a7a7;
}

.sidebar .widget.search-widget .btn:hover,
.sidebar .widget.search-widget .btn:focus {
    color: #e92027;
    outline: none;
}

.sidebar .widget .posts-list li {
  margin-bottom: 12px;
  padding: 6px;
  background-color: #f6f6fa;
  transition: all 0.4s;
}

.sidebar .widget .posts-list li figure {
  max-width: 52px;
  float: left;
}

.sidebar .widget .posts-list li figure a {
  display: block;
}

.sidebar .widget .posts-list li figure img {
  display: block;
  width: 100%;
  height: auto;
}

.sidebar .widget .posts-list li h5,
.sidebar .widget .posts-list li span {
  display: block;
  margin-left: 62px;
}

.sidebar .widget .posts-list li h5 {
  font-size: 13px;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 4px;
}

.sidebar .widget .posts-list li span {
  font-style: italic;
  font-size: 12px;
}

.sidebar .widget .posts-list li:after {
  content: '';
  display: table;
  clear: both;
}

.sidebar .widget .posts-list li:hover {
  background-color: #eee;
}

.sidebar .widget .fa-ul li {
  position: relative;
  margin-bottom: 9px;
  padding-bottom: 4px;
}

.sidebar .widget .fa-ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget .fa-ul li .fa-li {
  font-size: 85%;
}

.sidebar .widget .fa-ul li:before,
.sidebar .widget .fa-ul li:after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  height: 1px;
}

.sidebar .widget .fa-ul li:before {
  left: 0;
  right: 0;
  background-color: #eee;
}

.sidebar .widget .fa-ul li:after {
    transition: all 0.45s;
    left: 0;
    right: 100%;
    background-color: #e92027;
}

.sidebar .widget .fa-ul li:hover:after {
  left: 0;
  right: 0;
}

.sidebar .widget .tagcloud a {
  display: block;
  float: left;
  padding: 4px 9px;
  background-color: #f6f6fa;
  color: #333;
  margin: 0 6px 6px 0;
  transition: background 0.45s;
}

.sidebar .widget .tagcloud a:hover,
.sidebar .widget .tagcloud a:focus {
    background-color: #e92027;
    color: #fff;
}

.sidebar .widget .tagcloud:after {
  content: '';
  display: table;
  clear: both;
}

.sidebar .widget.flickr-widget .row {
  margin-left: -4px;
  margin-right: -4px;
}

.sidebar .widget.flickr-widget .flickr-widget-list {
  list-style: none;
}

.sidebar .widget.flickr-widget .flickr-widget-list li {
  display: block;
  float: left;
  margin: 0 3px 6px;
  padding: 0;
  width: calc(25% - 6px);
  max-width: 60px;
  overflow: hidden;
}

.sidebar .widget.flickr-widget .flickr-widget-list li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.sidebar .widget.flickr-widget .flickr-widget-list li a img {
  display: block;
  width: 100%;
  height: auto;
}

.sidebar .widget .tweet_list li {
  padding: 7px 10px 7px 10px;
  position: relative;
  margin-bottom: 14px;
  background-color: #f6f6fa;
  transition: all 0.4s;
}

.sidebar .widget .tweet_list li .twitter-icon {
  position: absolute;
  right: 12px;
  bottom: 6px;
  font-size: 20px;
  line-height: 1;
  color: #c7c7c7;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

.sidebar .widget .tweet_list li .tweet_time {
  display: block;
  position: relative;
  font-size: 12px;
  font-style: italic;
  color: #6a6a6a;
  margin-top: 9px;
  padding-top: 3px;
}

.sidebar .widget .tweet_list li .tweet_time:after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background-color: #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar .widget .tweet_list li:hover {
  background-color: #eaeaea;
}

.sidebar .widget .tweet_list li:last-child {
  margin-bottom: 0;
}

/* Single Post */
.single .entry:not(.entry-grid) {
  margin-bottom: 50px;
}

.single .entry:not(.entry-grid):hover figure {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.single .entry:not(.entry-grid) .entry-media {
  margin-bottom: 30px;
}

.single .entry:not(.entry-grid)>.entry-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.single .entry:not(.entry-grid)>.entry-meta {
  margin-bottom: 18px;
}

.single .entry:not(.entry-grid)>.entry-meta a,
.single .entry:not(.entry-grid)>.entry-meta span {
  color: #6a6a6a;
}

.single .entry:not(.entry-grid)>.entry-meta a i,
.single .entry:not(.entry-grid)>.entry-meta span i {
  margin-right: 10px;
  font-size: 90%;
}

.single .entry:not(.entry-grid)>.entry-meta a+a:before,
.single .entry:not(.entry-grid)>.entry-meta a+span:before,
.single .entry:not(.entry-grid)>.entry-meta span+a:before,
.single .entry:not(.entry-grid)>.entry-meta span+span:before {
  content: '/';
  margin: 0 12px 0 10px;
}

.single .entry:not(.entry-grid)>.entry-meta a:hover,
.single .entry:not(.entry-grid)>.entry-meta a:focus {
    color: #e92027;
}

.single .entry:not(.entry-grid)>.entry-content {
  margin-bottom: 40px;
}

.single .entry:not(.entry-grid)>.entry-content blockquote {
  margin: 30px 0;
}

.single .entry:not(.entry-grid)>.entry-content h2,
.single .entry:not(.entry-grid)>.entry-content h3,
.single .entry:not(.entry-grid)>.entry-content h4 {
  line-height: 1.35;
  margin-top: 25px;
}

.single .entry-author {
  padding: 25px 25px 20px;
  color: #333;
  background-color: #f6f6fa;
}

.single .entry-author figure {
  float: left;
}

@media (max-width: 480px) {
  .single .entry-author figure {
    max-width: 50px;
    margin-right: 15px;
  }
}

.single .entry-author a {
  color: #222;
}

.single .entry-author a:hover,
.single .entry-author a:focus {
    color: #e92027;
}

.single .entry-author .author-content {
  margin-left: 115px;
}

@media (max-width: 480px) {
  .single .entry-author .author-content {
    margin-left: 0;
  }
}

.single .entry-author .author-content h4 {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 8px;
}

.single .entry-author .author-content p:last-of-type {
  margin-bottom: 5px;
}

.single .entry-author .author-content .social-icon {
  color: #4e4e4e;
}

.single .entry-author .author-content .social-icon:hover,
.single .entry-author .author-content .social-icon:focus {
    color: #e92027;
}

.single .entry-author:after {
  content: '';
  display: table;
  clear: both;
}

.single .single-related-posts {
  margin-bottom: 35px;
}

.single .single-related-posts .entry {
  margin-bottom: 0;
}

.single .comments {
  margin-bottom: 30px;
}

.single .comments .media {
  margin-top: 0;
}

.single .comments .media .media-object,
.single .comments .media .media-object img {
  border-radius: 0;
}

.single .comments .media .media-left {
  padding: 0;
}

@media (max-width: 480px) {
  .single .comments .media .media-left {
    display: none;
  }
}

.single .comments .media .media-body {
  padding-left: 25px;
}

@media (max-width: 480px) {
  .single .comments .media .media-body {
    padding-left: 0;
  }
}

.single .comments .media ul {
  margin-left: 60px;
}

@media (max-width: 767px) {
  .single .comments .media ul {
    margin-left: 40px;
  }
}

@media (max-width: 480px) {
  .single .comments .media ul {
    margin-left: 20px;
  }
}

.single .comments .comment {
  padding: 20px;
  background-color: #f6f6fa;
  margin-bottom: 20px;
}

.single .comments .comment h4 {
  font-size: 14px;
  color: #222;
  margin-bottom: 9px;
  font-weight: 600;
}

.single .comments .comment h4 span {
  float: right;
  color: #d7d7d7;
  font-size: 90%;
  font-weight: 400;
}

.single .comments .comment p:last-child {
  margin-bottom: 0;
}

.single .comment-respond {
  margin-bottom: 70px;
}

@media (min-width: 992px) {
  .single .comment-respond {
    margin-bottom: 90px;
  }
}

/* ----------- 10.Portfolio -------------
--------------------------------------*/
#portfolio-filter {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin: 0 0 60px;
  font-size: 0;
}

.bg-gray #portfolio-filter {
  border-color: #e1e1e1;
}

#portfolio-filter li {
  position: relative;
  display: inline-block;
}

#portfolio-filter li:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    right: 50%;
    display: block;
    height: 2px;
    background-color: #e92027;
    transition: all 0.35s;
}

#portfolio-filter li a {
  display: inline-block;
  color: #323232;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
  transition: all 0.4s;
}

@media (min-width: 767px) {
  #portfolio-filter li a {
    font-size: 12px;
    padding: 15px 10px;
  }
}

@media (min-width: 992px) {
  #portfolio-filter li a {
    font-size: 13px;
  }
}

#portfolio-filter li a:hover,
#portfolio-filter li a:focus {
    color: #e92027;
}

#portfolio-filter li.active:before {
  left: 0;
  right: 0;
}

#portfolio-filter li.active a {
    color: #e92027;
}

#portfolio-item-container {
  transition: all 0.45s;
  margin-bottom: 70px;
}

#portfolio-item-container:after {
  content: '';
  display: table;
  clear: both;
}

.portfolio-item {
  position: relative;
  float: left;
  margin-bottom: 30px;
  width: 100%;
  /* Portfolio No gap */
}

.portfolio-item a {
    color: #121212;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
}

.portfolio-item a:hover,
.portfolio-item a:focus {
    color: #e92027;
}

.portfolio-item figure {
    position: relative;
    border-radius: 8px;
}

.portfolio-item figure img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.portfolio-item figure:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #101010;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.portfolio-item .zoom-btn,
.portfolio-item .link-btn {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  width: 38px;
  height: 38px;
  font-size: 15px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s;
}

.portfolio-item .zoom-btn {
  background-color: rgba(0, 105, 176, 0.6);
  -ms-transform: translateX(-25px);
  transform: translateX(-25px);
  left: 50%;
  margin-left: -36px;
  z-index: 100;
}

.portfolio-item .zoom-btn:hover,
.portfolio-item .zoom-btn:focus {
  color: #fff;
  background-color: rgba(0, 105, 176, 0.88);
}

.portfolio-item .link-btn {
  background-color: rgba(16, 16, 16, 0.6);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
  right: 50%;
  margin-right: -36px;
  z-index: 99;
}

.portfolio-item .link-btn:hover,
.portfolio-item .link-btn:focus {
  color: #fff;
  background-color: rgba(16, 16, 16, 0.88);
  z-index: 101;
}

.portfolio-item .portfolio-meta {
  position: relative;
  margin-top: 14px;
}

.portfolio-item .portfolio-title {
  color: #222;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  margin: 0 0 3px;
}

.portfolio-item .portfolio-tags {
  font-size: 12px;
}

.portfolio-item .portfolio-tags a {
  color: #9e9e9e;
}

.portfolio-item .portfolio-tags a:hover,
.portfolio-item .portfolio-tags a:focus {
    color: #e92027;
}

.portfolio-item:hover figure:after {
  visibility: visible;
  opacity: 0.5;
}

.portfolio-item:hover .zoom-btn,
.portfolio-item:hover .link-btn {
  visibility: visible;
  opacity: 1;
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.portfolio-item.portfolio-anim {
    margin-bottom: 0;
    background-color: #e92027;
}

.portfolio-item.portfolio-anim figure {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.portfolio-item.portfolio-anim .portfolio-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  margin: 0;
  z-index: 0;
  padding: 14px 15px 13px;
}

.portfolio-item.portfolio-anim .portfolio-title a {
  color: #eee;
}

.portfolio-item.portfolio-anim .portfolio-title a:hover,
.portfolio-item.portfolio-anim .portfolio-title a:focus {
  color: #fff;
}

.portfolio-item.portfolio-anim .portfolio-tags {
  color: #b7b7b7;
}

.portfolio-item.portfolio-anim .portfolio-tags a {
  color: #0097fd;
}

.portfolio-item.portfolio-anim .portfolio-tags a:hover,
.portfolio-item.portfolio-anim .portfolio-tags a:focus {
  color: #fff;
}

.portfolio-item.portfolio-anim:hover figure {
  -ms-transform: translateY(-72px);
  transform: translateY(-72px);
}

.portfolio-row {
  margin-left: -15px;
  margin-right: -15px;
}

.portfolio-row:after {
  content: '';
  display: table;
  clear: both;
}

.row>#portfolio-item-container,
.portfolio-row>#portfolio-item-container {
  margin-bottom: 40px;
}

.row>#portfolio-item-container>.portfolio-item,
.portfolio-row>#portfolio-item-container>.portfolio-item {
  padding: 0 15px;
}

@media (min-width: 767px) {

  .max-col-6 .portfolio-item,
  .max-col-5 .portfolio-item,
  .max-col-4 .portfolio-item,
  .max-col-3 .portfolio-item,
  .max-col-2 .portfolio-item {
    width: 50%;
  }
}

@media (min-width: 992px) {

  .max-col-4 .portfolio-item,
  .max-col-3 .portfolio-item {
    width: 33.3%;
  }
}

@media (min-width: 992px) {

  .max-col-6 .portfolio-item,
  .max-col-5 .portfolio-item {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .max-col-4 .portfolio-item {
    width: 25%;
  }

  .max-col-4 .portfolio-item.wide {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .max-col-5 .portfolio-item {
    width: 20%;
  }

  .max-col-5 .portfolio-item.wide {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .max-col-6 .portfolio-item {
    width: 16.66%;
  }

  .max-col-6 .portfolio-item.wide {
    width: 33.3%;
  }
}

/* Light gallery lightbox custom css */
.lg-outer .lg-thumb {
  padding: 8px 0;
}

.lg-outer .lg-thumb-item {
  border-radius: 0;
}

/* Single Portfolio */
.portfolio-post-media {
  margin-bottom: 40px;
}

.portfolio-post-media img {
  display: block;
  width: 100%;
  height: auto;
}

.portfolio-post-content {
  margin-bottom: 40px;
}

.portfolio-post-content .portfolio-title {
  font-size: 20px;
  line-height: 1.2;
}

.portfolio-post-content ul {
  padding: 13px 15px 10px;
  background-color: #f6f6fa;
}

.portfolio-post-content ul li {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.portfolio-post-content ul li>span {
  display: inline-block;
  font-weight: 600;
  color: #222;
  margin-right: 5px;
  min-width: 70px;
}

.portfolio-post-content ul li i {
  margin-right: 5px;
}

.portfolio-post-content ul li:last-child {
  border-bottom: none;
}

.portfolio-related-carousel .portfolio-item {
  margin-bottom: 0;
}


/* --------- Custom Fauzan */

.newsgalery {
  position: relative;
  /*margin-bottom: 30px;*/
  width: 100%;
  /*padding-bottom: 26px;*/
  /* Product List */
  /*Product-small */
}

.newsgalery .product-top {
  position: relative;
  /*margin-bottom: 13px;*/
  overflow: hidden;
}

.newsgalery .product-top figure a {
  display: block;
}

.newsgalery .product-top img {
  display: block;
  width: 100%;
  /*height: auto;*/
  /*height: 225px !important;*/
  height: 280px !important;
  /*height: 450px !important;*/
}

.newsgalery .image-hover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

.newsgalery:hover .image-hover {
  visibility: visible;
  opacity: 1;
}

.newsgalery .product-title {
  color: #222;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 2px;
}

.newsgalery .product-title a {
  color: #222;
}

.newsgalery .product-title a:hover,
.newsgalery .product-title a:focus {
    color: #e92027;
}

.newsgalery .product-price-container {
  font-size: 16px;
  color: #f41d1d;
  position: absolute;
  left: 0;
  bottom: 0;
}

.newsgalery .product-price-container .old-price {
  color: #9e9e9e;
  font-size: 13px;
  text-decoration: line-through;
}

.newsgalery .product-price-container span {
  vertical-align: baseline;
}

.newsgalery .product-price-container .product-price {
  font-weight: 600;
}

.newsgalery .btn.product-add-btn {
    color: #fff;
    /*background-color: #e92027;*/
    background-color: #235aa881;
    border: none;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.9;
    z-index: 10;
    padding: 6px 10px;
    font-size: 13px;
    transition: all 0.45s;
    /*
  -ms-transform: translateY(32px);
  transform: translateY(32px);*/

  -ms-transform: translateY(110px);
  transform: translateY(110px);
  height: 50% !important;
  white-space: pre-wrap;
  text-align: justify;
}

.newsgalery .btn.product-add-btn-right {
    color: #fff;
    /*background-color: #e92027;*/
    background-color: #235aa881;
    border: none;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.9;
    z-index: 10;
    padding: 6px 10px;
    font-size: 13px;
    transition: all 0.45s;
    /*
  -ms-transform: translateY(32px);
  transform: translateY(32px);*/

  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100% !important;
  white-space: pre-wrap;
  text-align: justify;
  width: 50% !important;
}

.newsgalery .btn.product-add-btn:hover,
.newsgalery .btn.product-add-btn:focus {
    color: #fff;
    opacity: 1;
    /*background-color: #ee6f6f;*/
    background-color: #e92027;
}

.newsgalery:hover .btn.product-add-btn,
.newsgalery.focus .btn.product-add-btn {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.newsgalery .btn.product-add-btn-right:hover,
.newsgalery .btn.product-add-btn:focus {
  color: #fff;
  /*opacity: 1;*/
  /*background-color: #ee6f6f;*/
  background-color: #235aa881;
}

.newsgalery:hover .btn.product-add-btn-right,
.newsgalery.focus .btn.product-add-btn {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.newsgalery .label {
  position: absolute;
  top: 0;
  z-index: 20;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 11px;
  border-radius: 0;
  opacity: 0.8;
}

.newsgalery .label.popular {
  left: 0;
  color: #fff;
  background-color: #49ba17;
}

.newsgalery .label.discount {
  right: 0;
  color: #fff;
  background-color: #d10707;
}

.newsgalery.product-list {
  padding-bottom: 0;
}

@media (min-width: 767px) {
  .newsgalery.product-list .product-title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .newsgalery.product-list .product-top {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .newsgalery.product-list {
    margin-bottom: 40px;
  }
}

.newsgalery.product-list .row {
  margin-left: -10px;
  margin-right: -10px;
}

.newsgalery.product-list .row>[class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.newsgalery.product-list .product-content {
  display: none;
}

@media (min-width: 767px) {
  .newsgalery.product-list .product-content {
    display: block;
  }
}

.newsgalery.product-list .product-price-container {
  position: static;
  left: auto;
  right: auto;
  bottom: 0;
}

.newsgalery.product-sm {
  margin-bottom: 16px;
  padding-bottom: 0;
}

.newsgalery.product-sm:after {
  content: '';
  display: table;
  clear: both;
}

.newsgalery.product-sm .product-top {
  width: 90px;
  float: left;
  border: 1px solid #eee;
  margin-bottom: 0;
}

.newsgalery.product-sm .product-title,
.newsgalery.product-sm .product-price-container {
  padding-left: 105px;
}

.newsgalery.product-sm .product-title {
  max-width: 240px;
}

.newsgalery.product-sm .product-price-container {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
}

.products-container {
  margin-bottom: 20px;
}

.products-container>.row,
.products-container>.shop-row {
  margin-left: -10px;
  margin-right: -10px;
}

.products-container>.row>.newsgalery,
.products-container>.shop-row>.newsgalery {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.products-container>.row>.newsgalery .product-price-container,
.products-container>.shop-row>.newsgalery .product-price-container {
  left: 10px;
}

.shop-row:after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 767px) {

  .max-col-5 .newsgalery,
  .max-col-4 .newsgalery,
  .max-col-3 .newsgalery,
  .max-col-2 .newsgalery {
    width: 100%;
  }

  .max-col-5 .newsgalery.wide,
  .max-col-4 .newsgalery.wide,
  .max-col-3 .newsgalery.wide,
  .max-col-2 .newsgalery.wide {
    width: 100%;
  }
}

@media (min-width: 992px) {

  .max-col-4 .newsgalery,
  .max-col-3 .newsgalery {
    width: 100%;
  }

  .max-col-4 .newsgalery.wide,
  .max-col-3 .newsgalery.wide {
    width: 100%;
  }
}

@media (min-width: 992px) {

  .max-col-6 .newsgalery,
  .max-col-5 .newsgalery {
    width: 100%;
  }

  .max-col-6 .newsgalery.wide,
  .max-col-5 .newsgalery.wide {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .max-col-4 .newsgalery {
    width: 100%;
  }

  .max-col-4 .newsgalery.wide {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .max-col-5 .newsgalery {
    width: 100%;
  }

  .max-col-5 .newsgalery.wide {
    width: 100%;
  }
}


/* --------- 11.Category(Shop) - Product
--------------------------------------*/
/* Products (Shop) */
.product {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  padding-bottom: 26px;
  /* Product List */
  /*Product-small */
}

.product .product-top {
  display: grid;
  justify-content: center;
  position: relative;
  margin-bottom: 13px;
  overflow: hidden;
  align-items: center;
  align-content: center;
}

.product .product-top figure a {
    display: block;
}

.product .product-top figure {
    border-radius:8px;
}

.product .product-top img {
  display: block;
  width: 90%;
  height: auto;
  object-fit: contain
}

.product .product-top .ezpro-wrapper {
  position: relative;
  width: 626px;
  height: 352px;
  border-radius: 8px;
  overflow: hidden;
  background-image: url("../images/image-76.png");
  background-size: cover;
  background-position: 50% 50%;
}

.product .product-top .img {
  position: absolute;
  width: 192px;
  height: 192px;
  top: 80px;
  left: 217px;
  object-fit: cover;
}

.product .product-top .div-wrapper-produk {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.product .product-top .p-produk {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "HelveticaNeue LT 53 Ex-Bold", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0;
  line-height: 24px;
}

.product .product-top .tetx-wrapper-2-produk {
  font-family: "HelveticaNeue LT 53 Ex-Regular", Helvetica;
}

.product .product-top .overlap-group {
  position: relative;
  width: 626px;
  height: 352px;
  border-radius: 8px;
  overflow: hidden;
  background-image: url("../images/Rectangle-8.png");
  background-size: cover;
  background-position: 50% 50%;
}

.product .image-hover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

.product:hover .image-hover {
  visibility: visible;
  opacity: 1;
}

.product .product-title {
  color: #222;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 2px;
}

.product .product-title a {
  color: #222;
}

.product .product-title a:hover,
.product .product-title a:focus {
    color: #e92027;
}

.product .product-price-container {
  font-size: 16px;
  color: #f41d1d;
  position: absolute;
  left: 0;
  bottom: 0;
}

.product .product-price-container .old-price {
  color: #9e9e9e;
  font-size: 13px;
  text-decoration: line-through;
}

.product .product-price-container span {
  vertical-align: baseline;
}

.product .product-price-container .product-price {
  font-weight: 600;
}

.product .btn.product-add-btn {
    color: #fff;
    background-color: #e92027;
    border: none;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.9;
    z-index: 10;
    padding: 6px 10px;
    font-size: 13px;
    transition: all 0.45s;
    -ms-transform: translateY(32px);
    transform: translateY(32px);
}

.product .btn.product-add-btn:hover,
.product .btn.product-add-btn:focus {
  color: #fff;
  opacity: 1;
  background-color: #ee6f6f;
}

.product:hover .btn.product-add-btn,
.product.focus .btn.product-add-btn {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.product .label {
  position: absolute;
  top: 0;
  z-index: 20;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 11px;
  border-radius: 0;
  opacity: 0.8;
}

.product .label.popular {
  left: 0;
  color: #fff;
  background-color: #49ba17;
}

.product .label.discount {
  right: 0;
  color: #fff;
  background-color: #d10707;
}

.product.product-list {
  padding-bottom: 0;
}

@media (min-width: 767px) {
  .product.product-list .product-title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .product.product-list .product-top {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .product.product-list {
    margin-bottom: 40px;
  }
}

.product.product-list .row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
}

.product.product-list .row>[class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.product.product-list .product-content {
  font-size: 12px;
}

.product-content p iframe {
  width: 100%;
}

.promr {
  margin-top: 50px;
}
.pro-img {
  max-height: 290px; 
  width: 100%; 
  margin: 0 auto;
}
@media (min-width: 767px) {
  .promr {
    margin-top: 250px;
  }
  .pro-img.semen-curah{
    max-height: 670px; 
  }
  .pro-img {
    max-height: 352px; 
  }
  .product.product-list .product-content {
    display: block;
    font-size: 16px;
  }
}

.product.product-list .product-price-container {
  position: static;
  left: auto;
  right: auto;
  bottom: 0;
}

.product.product-sm {
  margin-bottom: 16px;
  padding-bottom: 0;
}

.product.product-sm:after {
  content: '';
  display: table;
  clear: both;
}

.product.product-sm .product-top {
  width: 90px;
  float: left;
  border: 1px solid #eee;
  margin-bottom: 0;
}

.product.product-sm .product-title,
.product.product-sm .product-price-container {
  padding-left: 105px;
}

.product.product-sm .product-title {
  max-width: 240px;
}

.product.product-sm .product-price-container {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
}

.products-container {
  margin-bottom: 20px;
}

.products-container>.row,
.products-container>.shop-row {
  margin-left: -10px;
  margin-right: -10px;
}

.products-container>.row>.product,
.products-container>.shop-row>.product {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.products-container>.row>.product .product-price-container,
.products-container>.shop-row>.product .product-price-container {
  left: 10px;
}

.shop-row:after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 767px) {

  .max-col-5 .product,
  .max-col-4 .product,
  .max-col-3 .product,
  .max-col-2 .product {
    width: 50%;
  }

  .max-col-5 .product.wide,
  .max-col-4 .product.wide,
  .max-col-3 .product.wide,
  .max-col-2 .product.wide {
    width: 100%;
  }
}

@media (min-width: 992px) {

  .max-col-4 .product,
  .max-col-3 .product {
    width: 33.3%;
  }

  .max-col-4 .product.wide,
  .max-col-3 .product.wide {
    width: 66.6%;
  }
}

@media (min-width: 992px) {

  .max-col-6 .product,
  .max-col-5 .product {
    width: 25%;
  }

  .max-col-6 .product.wide,
  .max-col-5 .product.wide {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .max-col-4 .product {
    width: 25%;
  }

  .max-col-4 .product.wide {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .max-col-5 .product {
    width: 20%;
  }

  .max-col-5 .product.wide {
    width: 40%;
  }
}

/* Product Single - product.html */
.product-gallery-container {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .product-gallery-container {
    margin-bottom: 60px;
  }
}

.product-zoom-wrapper {
  padding: 2px;
  background-color: #eee;
}

.product-gallery-container img {
  display: block;
  width: 100%;
  height: auto;
}

.product-gallery a {
  display: block;
  padding: 2px;
  background-color: #eee;
  transition: background 0.4s;
}

.product-gallery a:hover,
.product-gallery a:focus {
    background-color: #e92027;
}

.product-gallery-wrapper {
  margin-top: 4px;
}

.product-details {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .product-details {
    margin-bottom: 0;
  }
}

.product-details .product-title {
  color: #222;
  line-height: 1.2;
  margin-bottom: 12px;
}

.product-details .review-container {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin-bottom: 5px;
}

.product-details .review-count {
  margin-left: 14px;
}

.product-details .review-action:before {
  content: '|';
  padding: 0 5px;
  color: #777;
}

.product-details .product-price-container {
  font-size: 26px;
  color: #f41d1d;
  margin-bottom: 9px;
}

.product-details .product-price-container .old-price {
  color: #9e9e9e;
  font-size: 18px;
  text-decoration: line-through;
}

.product-details .product-price-container span {
  vertical-align: baseline;
}

.product-details .product-price-container .product-price {
  font-weight: 600;
}

.product-details .product-desc-box {
  position: relative;
  max-width: 300px;
  padding: 13px 16px;
  background-color: #f6f6fa;
  border: 1px solid #f0f0fa;
  margin-bottom: 15px;
}

.product-details .product-desc-box li {
  margin-bottom: 1px;
}

.product-details .product-desc-box .shipping-box {
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: -15px;
  top: -15px;
  min-width: 70px;
  height: 70px;
  font-size: 10px;
  line-height: 1.2;
  background-color: #222;
  color: #fafafa;
  padding-top: 9px;
  font-weight: 600;
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.product-details .product-desc-box .shipping-box i {
  font-size: 14px;
  margin-bottom: 5px;
}

.product-details label {
  font-size: 13px;
  color: #323232;
}

.product-details .product-action {
  font-size: 0;
  margin-top: 12px;
  padding: 14px 0;
  border-top: 1px solid #eee;
}

.product-details .product-action .product-quantity {
  display: inline-block;
  max-width: 120px;
  vertical-align: middle;
}

.product-details .product-action .product-quantity .form-control {
  margin-bottom: 0;
}

.product-details .product-action .product-quantity+.btn {
  margin-left: 15px;
}

.product-details .product-action .product-quantity .btn {
  vertical-align: middle;
}

@media (min-width: 767px) {
  .product-details .panel .panel-body {
    padding: 15px 13px;
  }
}

.product-details .panel p {
  line-height: 1.55;
  text-indent: 10px;
}

.product-details .panel p:last-child {
  margin-bottom: 0;
}

.product-details .panel .fa-ul {
  margin-bottom: 0;
}

.product-details .panel .fa-ul li {
  margin-bottom: 5px;
  line-height: 1.55;
}

.product-details .panel .fa-ul li:last-child {
  margin-bottom: 0;
}

.sidebar.product-sidebar .widget .widget-title.smaller {
  padding: 8px 12px;
  background-color: #f6f6fa;
  border: none;
}

@media (min-width: 767px) {
  .sidebar.product-sidebar .widget .widget-title.smaller {
    font-size: 12px;
    padding: 9px 12px 7px;
  }
}

.sidebar.product-sidebar .widget .product {
  margin-bottom: 25px;
}

@media (min-width: 767px) {
  .sidebar.product-sidebar .widget .product {
    padding-bottom: 23px;
  }
}

.sidebar.product-sidebar .widget .product:last-child {
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .sidebar.product-sidebar .widget .product .product-title {
    font-size: 13px;
  }
}

@media (min-width: 767px) {
  .sidebar.product-sidebar .widget .product .product-price-container {
    font-size: 14px;
  }
}

/* Category(Shop) Pages */
.category-filter-row {
  margin-bottom: 25px;
  padding: 6px;
  background-color: #f6f6fa;
}

@media (min-width: 767px) {
  .category-filter-row {
    padding: 8px 15px;
  }
}

.category-filter-row .left {
  white-space: nowrap;
}

.category-filter-row .left .filter-container {
  float: left;
}

.category-filter-row .left .filter-container.filter-show {
  float: right;
}

@media (min-width: 767px) {
  .category-filter-row .left {
    float: left;
    margin-bottom: 0;
  }

  .category-filter-row .left .filter-container {
    float: left;
  }

  .category-filter-row .left .filter-container.filter-show {
    float: left;
  }

  .category-filter-row .left .filter-sort {
    margin-right: 25px;
  }
}

.category-filter-row .left:after {
  content: '';
  display: table;
  clear: both;
}

.category-filter-row .right {
  margin-bottom: 10px;
  white-space: nowrap;
}

@media (min-width: 767px) {
  .category-filter-row .right {
    float: right;
    margin-bottom: 0;
  }
}

.category-filter-row .right:after {
  content: '';
  display: table;
  clear: both;
}

.category-filter-row label,
.category-filter-row .form-control {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  width: auto;
}

.category-filter-row label {
  margin-right: 6px;
}

.category-filter-row .form-control {
  padding-left: 5px;
  padding-right: 5px;
}

.category-filter-row:after {
  content: '';
  display: table;
  clear: both;
}

.category-filter-row .cat-product-count,
.category-filter-row .btn,
.category-filter-row .filter-product-view {
  display: inline-block;
  vertical-align: middle;
}

.category-filter-row .btn+.btn {
  margin-left: 5px;
}

.category-filter-row .cat-product-count {
  font-weight: 600;
  line-height: 32px;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .category-filter-row .cat-product-count {
    float: left;
  }
}

.category-filter-row .filter-product-view {
  font-size: 0;
}

.category-filter-row .filter-product-view .btn.btn-sm {
  min-width: 32px;
  text-align: center;
  font-size: 18px;
  padding: 1px 3px 2px;
}

.category-filter-row .filter-product-view .btn.btn-sm i {
  margin: 0;
}

@media (max-width: 767px) {
  .category-filter-row .filter-product-view {
    float: right;
  }
}

/* Sidebar */
@media (max-width: 991px) {
  .sidebar.shop-sidebar {
    margin-bottom: 70px;
  }
}

.sidebar.shop-sidebar .widget {
  margin-bottom: 35px;
}

.sidebar.shop-sidebar .widget .widget-title {
  margin-bottom: 18px;
}

.sidebar.shop-sidebar .widget .btn {
  color: #fff;
}

.category-widget-btn {
    display: block;
    width: 20px;
    height: 20px;
    font-family: 'FontAwesome';
    font-size: 10px;
    line-height: 21px;
    text-align: center;
    color: #e92027;
    background-color: #eaeaea;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 8px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.category-widget-btn:after {
  content: "\f105";
}

.category-widget-btn:hover,
.category-widget-btn:focus {
  background-color: #333;
  color: #fff;
}

.open .category-widget-btn:after {
  content: "\f107";
}

.filter-price-label {
  font-size: 12px;
}

.filter-color-container,
.filter-size-container {
  font-size: 0;
}

.filter-color-container .filter-row,
.filter-size-container .filter-row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.filter-color-container .filter-row:after,
.filter-size-container .filter-row:after {
  content: '';
  display: table;
  clear: both;
}

.filter-color-box,
.filter-size-box {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 2.5px 5px;
  transition: all 0.5s;
}

.filter-color-box:hover,
.filter-color-box:focus,
.filter-size-box:hover,
.filter-size-box:focus {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.filter-size-box {
  color: #323232 !important;
  background-color: #eaeaea;
  font-size: 11px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}

.filter-size-box.active,
.filter-size-box:hover,
.filter-size-box:focus {
    color: #fff !important;
    background-color: #e92027;
}

.sidebar .filter-group-widget .panel-body {
  padding: 35px 0 30px;
}

.filter-brand-list {
  margin-top: -10px;
}

.filter-brand-list a {
  color: #323232;
  display: block;
  font-size: 13px;
  line-height: 22px;
  color: #7e7e7e;
  padding: 2px 0;
}

.filter-brand-list a:hover,
.filter-brand-list a:focus {
    color: #e92027;
}

.filter-brand-list a i {
  margin-right: 8px;
}

.filter-brand-list a span {
  float: right;
}

#filter-range-details.row {
  margin-left: -5px;
  margin-right: -5px;
}

#filter-range-details.row [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

#price-slider {
  margin: 0 0 35px;
}

/* noUiSlider Styles */
/* Functional styling;
* These styles are required for noUiSlider to function.
* You don't need to change these rules to apply your design.
*/
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: -1px;
  left: 0;
  bottom: 0;
  height: 3px;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 3px;
}

.noUi-horizontal .noUi-handle {
  width: 13px;
  height: 13px;
  left: -6.5px;
  top: -5.5px;
}

/* Styling;
 */
.noUi-background {
  background: #eaeaea;
}

.noUi-connect {
    background: #e92027;
    transition: all 0.4s;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 8px;
  border: 1px solid #eaeaea;
}

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

.noUi-handle {
  border-radius: 50px;
  background: #fff;
  cursor: default;
  box-shadow: 0 0 0 3px rgba(122, 174, 182, 0.43);
}

.noUi-handle>div {
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 4px;
  font-size: 12px;
  color: #5a5a5a;
}

/* ----------- 12.Cart  ---------------
--------------------------------------*/
/* Cart */
.delete-btn {
  display: inline-block;
  color: #4a4a4a;
  background-color: #f2f2f2;
  font-size: 12px;
  min-width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s;
}

.delete-btn:hover,
.delete-btn:focus {
  background-color: #d7d7d7;
  color: #101010;
}

.info-col .product {
  margin: 0;
  padding: 6px 0;
}

.info-col .product figure {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 145px;
  margin-right: 20px;
}

.info-col .product figure img {
  display: block;
  width: 100%;
  height: auto;
}

.info-col .product .product-title {
  font-size: 15px;
  margin: 5px 0 12px;
}

.info-col .product .product-info {
  display: inline-block;
  vertical-align: top;
}

.info-col .product .product-info ul {
  color: #444;
}

.info-col .product .product-info ul li {
  margin-bottom: 1px;
}

.info-col .product .product-info ul span {
  display: inline-block;
  min-width: 80px;
  text-decoration: underline;
}

.info-col .product:after {
  content: '';
  display: table;
  clear: both;
}

.code-col {
  width: 160px;
}

.price-col {
  width: 100px;
  font-size: 15px;
  color: #222;
}

.quantity-col {
  width: 126px;
}

.quantity-col .form-control {
  display: inline-block;
  max-width: 90px;
  margin-bottom: 0;
}

.subtotal-col {
  width: 100px;
  color: #ca1515;
  font-weight: 700;
  font-size: 16px;
}

.delete-col {
  width: 70px;
  text-align: center;
}

.shipping-container {
  margin-top: 15px;
}

.shipping-container .form-control,
.shipping-container .form-group {
  margin-bottom: 15px;
}

.shipping-container .form-group .form-control {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .shipping-container {
    margin-top: 0;
  }
}

/* Total Table */
.table.total-table {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 40px 0 15px;
}

.table.total-table tr td {
  padding: 15px 18px;
}

.table.total-table tr td:first-child {
  font-weight: 600;
  text-align: right;
  background-color: #f6f6fa;
}

.table.total-table tr:last-child td:last-child {
  color: #ca1515;
}

@media (min-width: 992px) {
  .table.total-table {
    margin-top: 0;
  }
}

/* ----------- 13.Compare ---------------
--------------------------------------*/
/* Compare */
.rating-col {
  width: 130px;
}

.summary-col {
  width: 180px;
}

.summary-col p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .table-responsive .table tbody>tr>.summary-col {
    min-width: 180px;
    white-space: normal;
  }
}

.stock-col {
  width: 150px;
  font-weight: 600;
}

.cart-btn {
  display: inline-block;
  color: #4a4a4a;
  background-color: #f2f2f2;
  font-size: 12px;
  min-width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s;
}

.cart-btn:hover,
.cart-btn:focus {
  background-color: #d7d7d7;
  color: #101010;
}

.product-ratings {
  height: 15px;
}

.product-ratings:before {
  content: "\f005  " "\f005  " "\f005  " "\f005  " "\f005";
  color: #eaeaea;
}

.product-ratings,
.ratings {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  position: relative;
  font-family: FontAwesome;
}

.ratings {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
}

.ratings:before {
  content: "\f005  " "\f005  " "\f005  " "\f005  " "\f005";
  color: #f4b907;
}

.ratings-text {
  font-size: 14px;
  text-indent: -9999px;
}

.ratings-count {
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 12px;
}

/* ----------- 14.Checkout -------------
--------------------------------------*/
/* Checkout */
.table tr.total-row {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.table tr.total-row td {
  padding: 15px 18px;
}

.table tr.total-row td:first-child {
  font-weight: 600;
  text-align: right;
  background-color: #f6f6fa;
}

.table tr.total-row:last-child td:last-child {
  color: #ca1515;
}

.checkout-action {
  font-size: 0;
}

.checkout-action .btn+.btn {
  margin-left: 4px;
}

/* ----------- 15.Contact  ------------
--------------------------------------*/
#map {
  height: 340px;
  background-color: #171717;
  position: relative;
  margin-bottom: 50px;
}

@media (min-width: 767px) {
  #map {
    height: 420px;
    margin-bottom: 60px;
  }

  #map.vertical {
    height: 490px;
    margin-bottom: 0;
  }
}

#map address {
  font-size: 13px;
  margin: 0;
  padding: 15px 10px 10px;
  line-height: 1.5;
}

.contact-box {
  padding: 18px 20px;
  background-color: #f8f6fa;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .contact-box {
    padding: 15px;
  }
}

.contact-box strong {
  font-weight: 600;
  color: #222;
}

.contact-box h3 {
  font-size: 16px;
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #eaeaea;
}

.contact-box:last-child {
  margin-bottom: 0;
}

.contact-box .social-icons {
  display: inline-block;
}

.contact-box .social-icon {
  color: #222;
}

.contact-box .social-icon:hover,
.contact-box .social-icon:focus {
    color: #e92027;
}

/* ----------- 16.404 -----------------
--------------------------------------*/
.error-page {
  padding-top: 20px;
  padding-bottom: 90px;
}

@media (min-width: 767px) {
  .error-page {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .error-page {
    padding-top: 60px;
    padding-bottom: 130px;
  }
}

.error-page h1 {
    font-size: 120px;
    margin-bottom: 35px;
    line-height: 0.7;
    color: #e92027;
    font-weight: 600;
}

@media (min-width: 767px) {
  .error-page h1 {
    font-size: 180px;
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .error-page h1 {
    font-size: 260px;
    margin-bottom: 70px;
  }
}

.error-page h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  .error-page h2 {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .error-page h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

.error-page p {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

@media (min-width: 767px) {
  .error-page p {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .error-page p {
    font-size: 20px;
    max-width: 520px;
    margin-bottom: 30px;
  }
}

/* ---------- 17.FaQS -----------------
--------------------------------------*/
.sidebar.faqs-sidebar .widget {
  margin-bottom: 50px;
}

.sidebar.faqs-sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar.faqs-sidebar .widget .widget-title {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.sidebar.faqs-sidebar .widget .widget-title:after {
  bottom: 0;
  max-width: 40px;
  background-color: #eee;
  max-width: 50px;
}

.sidebar.faqs-sidebar .widget .faqs-cat-list {
  counter-reset: count-faqs;
}

.sidebar.faqs-sidebar .widget .faqs-cat-list li {
  counter-increment: count-faqs;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.sidebar.faqs-sidebar .widget .faqs-cat-list li:before {
  font-weight: 600;
  content: counter(count-faqs);
  font-size: 18px;
  color: #d7d7d7;
  margin-right: 6px;
  vertical-align: middle;
}

.sidebar.faqs-sidebar .widget .faqs-cat-list li a {
  color: #333;
  vertical-align: middle;
}

.sidebar.faqs-sidebar .widget .faqs-cat-list li a:hover,
.sidebar.faqs-sidebar .widget .faqs-cat-list li a:focus {
    color: #e92027;
}

/* ----------- 18.Footers ---------------
--------------------------------------*/
.footer {
  /*background-color: #171717;*/
  /*background: url("../images/bg-segitia-abu.jpg");*/
  background-size: cover;
  background-repeat: no-repeat;
  color: #9a9a9a;
}

.footer>.container,
.footer>.container-fluid {
  padding-top: 75px;
  padding-bottom: 15px;
}

.footer hr {
  margin: 27px 0 21px;
  border-top-color: #3e3e3e;
}

.footer a {
  color: #9a9a9a;
}

.footer a:hover,
.footer a:focus {
  color: #666;
}

.footer .widget {
  /* margin-bottom: 60px; */
}

.footer .widget .widget-title {
    /*font: 700 15px/1.1 "Montserrat", Arial, sans-serif;*/
    font-family: 'Helvetica Neue 53 Extended';
    margin: 0 0 8px;
    /* text-transform: uppercase; */
    color: #121212;
    font-weight: 700;
    font-size: 16px;
}

.footer .widget .widget-paragraph {
    font-family: 'Helvetica Neue 53 Extended';
    color: #666;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 16px;;
}

.footer .widget.about-widget img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  align-items: center;
}

.footer .widget .fa-ul li {
  margin-bottom: 9px;
}

.footer .widget .fa-ul li .fa-li {
  font-size: 85%;
}

.footer .widget .tweet_list li {
  padding: 7px 10px 7px 10px;
  position: relative;
  margin-bottom: 14px;
  background-color: #141414;
  transition: all 0.4s;
}

.footer .widget .tweet_list li .twitter-icon {
  position: absolute;
  right: 12px;
  bottom: 6px;
  font-size: 20px;
  line-height: 1;
  color: #0e0e0e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

.footer .widget .tweet_list li .tweet_time {
  display: block;
  position: relative;
  font-size: 12px;
  font-style: italic;
  color: #6a6a6a;
  margin-top: 9px;
  padding-top: 3px;
}

.footer .widget .tweet_list li .tweet_time:after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background-color: #4e4e4e;
  position: absolute;
  top: 0;
  left: 0;
}

.footer .widget .tweet_list li .tweet_time a {
  color: #6a6a6a;
}

.footer .widget .tweet_list li .tweet_time a:hover,
.footer .widget .tweet_list li .tweet_time a:focus {
  color: #fff;
}

.footer .widget .tweet_list li:hover {
  background-color: #101010;
}

.footer .widget .tweet_list li:last-child {
  margin-bottom: 0;
}

.footer .widget form>.row {
  margin-left: -8px;
  margin-right: -8px;
}

.footer .widget form>.row [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.footer .widget .form-group {
  margin-bottom: 16px;
}

.footer .widget .form-control {
  background-color: #131313;
  border-radius: 0;
  font-size: 13px;
  padding: 7px 12px;
  height: auto;
  color: #9a9a9a;
  border-color: #111;
  margin-bottom: 12px;
}

.footer .widget .form-control::-moz-placeholder {
  color: #9a9a9a;
}

.footer .widget .form-control:-ms-input-placeholder {
  color: #9a9a9a;
}

.footer .widget .form-control::-webkit-input-placeholder {
  color: #9a9a9a;
}

.footer .widget .form-control:focus,
.footer .widget .form-control:hover {
  background-color: #111;
  border-color: #101010;
  color: #fff;
}

.footer .widget textarea.form-control {
  min-height: 110px;
}

.footer .widget .btn {
  font-weight: 400;
  font-size: 13px;
  border-radius: 0;
  padding: 5px 12px;
}

.footer .widget.newsletter-widget form {
  margin-bottom: 14px;
}

.footer .widget.newsletter-widget p:last-child {
  font-size: 12px;
  color: #6a6a6a;
  margin-bottom: 0;
}

.footer .widget .tagcloud a {
  display: block;
  float: left;
  padding: 4px 9px;
  background-color: #131313;
  color: #9a9a9a;
  margin: 0 6px 6px 0;
  transition: background 0.45s;
}

.footer .widget .tagcloud a:hover,
.footer .widget .tagcloud a:focus {
    background-color: #e92027;
    color: #fff;
}

.footer .widget .tagcloud:after {
  content: '';
  display: table;
  clear: both;
}

.footer .widget .posts-list li {
  margin-bottom: 12px;
  padding: 6px;
  background-color: #141414;
  transition: all 0.4s;
}

.footer .widget .posts-list li figure {
  max-width: 52px;
  float: left;
}

.footer .widget .posts-list li figure a {
  display: block;
}

.footer .widget .posts-list li figure img {
  display: block;
  width: 100%;
  height: auto;
}

.footer .widget .posts-list li h5,
.footer .widget .posts-list li span {
  display: block;
  margin-left: 62px;
}

.footer .widget .posts-list li h5 {
  font-size: 13px;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 4px;
}

.footer .widget .posts-list li span {
  font-style: italic;
  font-size: 12px;
}

.footer .widget .posts-list li:after {
  content: '';
  display: table;
  clear: both;
}

.footer .widget .posts-list li:hover {
  background-color: #101010;
}

.footer .widget.flickr-widget .row {
  margin-left: -4px;
  margin-right: -4px;
}

.footer .widget.flickr-widget .flickr-widget-list {
  list-style: none;
}

.footer .widget.flickr-widget .flickr-widget-list li {
  display: block;
  float: left;
  margin: 0 3px 6px;
  padding: 0;
  width: calc(25% - 6px);
  max-width: 60px;
  overflow: hidden;
}

.footer .widget.flickr-widget .flickr-widget-list li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.footer .widget.flickr-widget .flickr-widget-list li a img {
  display: block;
  width: 100%;
  height: auto;
}

.footer .widget .about-list li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #222;
}

.footer .widget .about-list li i {
  float: left;
  font-size: 14px;
  margin-top: 2px;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #141414;
  border-radius: 50%;
}

.footer .widget .about-list li .about-list-content {
  margin-left: 44px;
}

.footer .widget .about-list li label {
  margin-bottom: 2px;
}

.footer .widget .about-list li:after {
  content: '';
  display: table;
  clear: both;
}

.footer .widget .about-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.footer .widget.instagram-widget {
  position: relative;
  margin: 0;
}

.footer .widget.instagram-widget .btn.btn-follow {
    display: block;
    padding: 3px 14px;
    min-width: 170px;
    font-size: 12px;
    margin-left: -85px;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 99;
    border-radius: 5px 5px 0 0;
    color: #fff;
    transition: all 0.4s;
    background-color: #e92027;
    border-color: #e92027;
    opacity: 0.8;
}

.footer .widget.instagram-widget .btn.btn-follow:hover,
.footer .widget.instagram-widget .btn.btn-follow:focus {
    opacity: 1;
    color: #fff;
    background-color: #e92027;
    border-color: #e92027;
}

.footer .widget.instagram-widget #instafeed img {
  display: block;
  width: 100%;
  height: auto;
}

.footer .widget.instagram-widget #instafeed a {
  display: block;
  position: relative;
}

.footer .widget.instagram-widget #instafeed a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.75s ease;
  -webkit-transition: all 0.75s ease;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.4);
}

.footer .widget.instagram-widget #instafeed a:focus:after,
.footer .widget.instagram-widget #instafeed a:hover:after {
  opacity: 1;
  visibility: visible;
}

.footer .footer-custom {
    border-top: 5px solid;
    border-top-color: #000000;
    background: #e92027;
    padding: 0px;
    font-family: 'Helvetica Neue 53 Extended';
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ffff;
    font-size: 20px;
}

.footer .footer-custom-mobile {
  border-top: 5px solid;
  border-top-color: #000000;
  background: #e03029;
  padding: 0px;
  font-family: "Helvetica Neue 53 Extended";
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffff;
  font-size: 15px;
}

.footer address {
  margin-bottom: 0;
}

.footer label {
  font-weight: 700;
  margin-right: 3px;
}

.footer .tulisan-alamat {
  font-family: 'Montserrat';

}

.footer .tulisan-montserret-bold {
  font-family: 'Montserrat-Bold';
}

.footer .tulisan-monserret {
  font-family: 'Montserrat-Medium';
}

.footer-red-list {
  height: 62px;
  width: 100%;
  background-color: rgba(214, 31, 39, 1);
  background-size: cover;
}

.footer-bottom {
    background-color: #fff;
    max-height: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: unset;
}


.footer-bottom .footer-right {
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .footer-bottom {
    /* padding: 40px 0; */
  }

  .footer-bottom .footer-right {
    float: right;
    margin-bottom: 0;
  }

  .footer-custom-mobile {
    display: none;
  }

  .media-tabs>li {
    /*width: 24% !important;*/
    width: 16% !important;
  }

  .content-responsive>img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .content-responsive-footer>img {
    /*display: block;*/
    max-width: 100%;
    height: auto;
  }

  .content-responsive>p>img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
  }

  .content-responsive>table>tbody>tr>td>img,
  .content-responsive>table>thead>tr>th>img {
    width: 75% !important;
    height: auto !important;
  }
}

@media (max-width: 991px) {
  .footer-bottom {
    text-align: center;
  }

  .footer-custom {
    display: none;
  }

  .about-address {
    padding: 2rem 3rem 0 3rem;
  }

  /*fauzan*/
  .media-tabs>li {
    width: 98% !important;
  }

  .newsgaler .image-hover {
    visibility: visible;
    opacity: 1;
  }

    .newsgalery .product-title,
    .newsgalery .product-title a {
        color: #e92027;
    }

    .newsgalery .btn.product-add-bt,
    .newsgalery .btn.product-add-btn {
        color: #fff;
        opacity: 1;
        /*background-color: #ee6f6f;*/
        background-color: #e9202780;
    }

  .newsgalery .btn.product-add-btn,
  .newsgalery.focus .btn.product-add-btn {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .content-responsive-footer>img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .content-responsive>img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .content-responsive>p>img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
  }

  .content-responsive>table>tbody>tr>td>img,
  .content-responsive>table>thead>tr>th>img {
    width: 75% !important;
    height: auto !important;
  }
}

.footer-bottom .copyright {
    margin-bottom: 0;
    text-align: center;
    color: #121212;
}

.footer-bottom .copyright a {
    color: #121212;
}

.footer-bottom .copyright a:hover,
.footer-bottom .copyright a:focus {
    color: #e92027;
}

.footer-bottom .footer-menu {
  font-size: 0;
}

.footer-bottom .footer-menu li {
  font-size: 13px;
  display: inline;
}

.footer-bottom .footer-menu li+li:before {
  content: '•';
  margin: 0 8px;
}

.footer-bottom .footer-menu li.active a {
    color: #e92027;
}

.footer-bottom .footer-menu a {
  display: inline-block;
}

.social-icons {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.social-icons label {
    font-size: 24px;
}

.social-icons .social-icon {
    display: inline-block;
    font-size: 24px;
    margin: 0 24px 0 0;
    color: #666;
}

.social-icons .social-icon:hover {
    color: #e92027;
}

.icon-x-twitter {
    display: inline-block;
}

.social-icons .social-icon:hover #icon-x {
    stroke: rgb(233,32,39);
    fill: rgb(233,32,39);
}

/* -------- Scroll Top Button  -------*/
#scroll-top {
    position: fixed;
    bottom: 70px;
    right: 30px;
    display: block;
    visibility: hidden;
    cursor: pointer;
    z-index: 999;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    opacity: 0;
    transition: all 0.4s;
    -ms-transform: translateY(75px);
    transform: translateY(75px);
    text-align: center;
    color: #fff;
    background-color: #e92027;
    border-radius: 50%;
}

#scroll-top.fixed {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#scroll-top:hover,
#scroll-top:focus {
  /*background-color: #ee6f6f;*/
  border: solid 2px !important;
}

@media (max-width: 767px) {
  #scroll-top {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}

/* --------- 19.Owl Carousel -----------
--------------------------------------*/
/* Owl Carousel */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Nav Dots*/
.owl-dots {
  margin-top: 25px;
  text-align: center;
}

.closer-dots .owl-dots {
  margin-top: 15px;
}

.owl-dot {
    display: inline-block;
    width: 32px;
    height: 4px;
    background-color: #eaeaea;
    margin: 0 5px;
    border: 1px solid #eaeaea;
    /* border-radius: 50%; */
    transition: all 0.4s;
}

.owl-dot:hover,
.owl-dot:focus,
.owl-dot.active {
    background-color: #e92027;
    border-color: #e92027;
}

.no-radius-dots .owl-dot {
  border-radius: 0;
}

.bg-custom .owl-dot:hover,
.bg-custom .owl-dot:focus,
.bg-custom .owl-dot.active {
  background-color: #ee6f6f;
  border-color: #ee6f6f;
}

.bg-lightgray .owl-dot,
.bg-gray .owl-dot {
  border-color: #b7b7b7;
  background-color: #b7b7b7;
}

.bg-lightgray .owl-dot:hover,
.bg-lightgray .owl-dot:focus,
.bg-lightgray .owl-dot.active,
.bg-gray .owl-dot:hover,
.bg-gray .owl-dot:focus,
.bg-gray .owl-dot.active {
    background-color: #e92027;
    border-color: #e92027;
}

.owl-nav {
  position: relative;
  margin-top: 35px;
  text-align: center;
}

.owl-prev,
.owl-next {
  display: inline-block;
  font-size: 16px;
  line-height: 34px;
  height: 36px;
  width: 36px;
  color: #c3c9d5;
  border: 1px solid #ebeff5;
  text-align: center;
  transition: all 0.4s;
}

.owl-prev:hover,
.owl-prev:focus,
.owl-next:hover,
.owl-next:focus {
    border-color: #e92027;
    background-color: #e92027;
    color: #fff;
}

.owl-next {
  margin-left: 10px;
}

/* --------- 20.Coming Soon -----------
--------------------------------------*/
/* Countdown 1 */
.coming-soon {
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.coming-soon .site-logo {
  float: none;
  display: inline-block;
  margin: 0 0 15px;
}

@media (min-width: 767px) {
  .coming-soon .site-logo {
    margin-bottom: 20px;
  }
}

.coming-soon h1 {
  font-family: "Helvetica Neue 53 Extended";
  font-size: 32px;
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  .coming-soon h1 {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .coming-soon h1 {
    font-size: 64px;
    margin-bottom: 25px;
  }
}

.coming-soon h2 {
  font-family: "Helvetica Neue 53 Extended";
  font-weight: 300;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #555;
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  .coming-soon h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .coming-soon h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

.coming-soon p {
  font-size: 14px;
  line-height: 1.5;
  max-width: 620px;
  margin: 0 auto 25px;
  color: #5e5e5e;
}

@media (min-width: 767px) {
  .coming-soon p {
    font-size: 15px;
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  .coming-soon p {
    font-size: 16px;
    margin-bottom: 45px;
  }
}

.coming-soon .soon-countdown {
  max-width: 600px;
  margin: 0 auto 25px;
}

@media (min-width: 767px) {
  .coming-soon .soon-countdown {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  .coming-soon .soon-countdown {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.coming-soon .countdown-amount {
  font-family: "Helvetica Neue 53 Extended";
  font-size: 28px;
  font-weight: 700;
  color: #2e2e2e;
  line-height: 0.8;
}

@media (min-width: 767px) {
  .coming-soon .countdown-amount {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .coming-soon .countdown-amount {
    font-size: 44px;
  }
}

.coming-soon .countdown-period {
  font-size: 13px;
  font-weight: 600;
  color: #555;
  line-height: 1.4;
}

@media (min-width: 767px) {
  .coming-soon .countdown-period {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (min-width: 992px) {
  .coming-soon .countdown-period {
    font-size: 15px;
    line-height: 1.7;
  }
}

.coming-soon .soon-newsletter {
  max-width: 380px;
  margin: 0 auto;
}

.coming-soon .soon-newsletter h3 {
  font-size: 16px;
  margin-bottom: 12px;
}

@media (min-width: 767px) {
  .coming-soon .soon-newsletter h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.coming-soon form {
  position: relative;
}

.coming-soon form .form-control {
  padding-right: 110px;
  margin-bottom: 0;
}

.coming-soon form .btn {
  position: absolute;
  right: 0;
  top: 0;
}

.soon-nav-container {
  position: fixed;
  left: 15px;
  top: 10px;
  z-index: 999;
}

@media (min-width: 767px) {
  .soon-nav-container {
    top: 15px;
  }
}

@media (min-width: 992px) {
  .soon-nav-container {
    left: 40px;
    top: 40px;
  }
}

.soon-nav-container .soon-menu-toggle {
  display: inline-block;
  position: relative;
  padding: 10px 12px;
  margin: 0 0 15px;
  line-height: 0;
  background-image: none;
  border: none;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.35s ease;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #222;
  cursor: pointer;
}

@media (min-width: 992px) {
  .soon-nav-container .soon-menu-toggle {
    padding: 14.5px 12px;
  }
}

.soon-nav-container .soon-menu-toggle .icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  margin: 11px 0;
  border-radius: 0;
  position: relative;
}

@media (min-width: 992px) {
  .soon-nav-container .soon-menu-toggle .icon-bar {
    width: 30px;
  }
}

.soon-nav-container .soon-menu-toggle .icon-bar,
.soon-nav-container .soon-menu-toggle .icon-bar:before,
.soon-nav-container .soon-menu-toggle .icon-bar:after {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #222;
  border-radius: 4px;
  transition: all 0.35s ease;
}

@media (min-width: 992px) {

  .soon-nav-container .soon-menu-toggle .icon-bar,
  .soon-nav-container .soon-menu-toggle .icon-bar:before,
  .soon-nav-container .soon-menu-toggle .icon-bar:after {
    width: 30px;
  }
}

.soon-nav-container .soon-menu-toggle .icon-bar:before,
.soon-nav-container .soon-menu-toggle .icon-bar:after {
  content: '';
  position: absolute;
  left: 0;
}

.soon-nav-container .soon-menu-toggle .icon-bar:before {
  top: 7px;
}

.soon-nav-container .soon-menu-toggle .icon-bar:after {
  top: -7px;
}

.soon-nav-container .soon-menu-toggle:hover {
  background-color: rgba(0, 0, 0, 0.55);
  border-color: #222;
}

.soon-nav-container .soon-menu-toggle:hover .icon-bar,
.soon-nav-container .soon-menu-toggle:hover .icon-bar:before,
.soon-nav-container .soon-menu-toggle:hover .icon-bar:after {
  background-color: #fff;
}

.soon-nav-container .soon-menu-toggle.open .icon-bar {
  background: transparent !important;
}

.soon-nav-container .soon-menu-toggle.open .icon-bar:before,
.soon-nav-container .soon-menu-toggle.open .icon-bar:after {
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
}

.soon-nav-container .soon-menu-toggle.open .icon-bar:before {
  transform: rotate3d(0, 0, 1, 45deg);
}

.soon-nav-container .soon-menu-toggle.open .icon-bar:after {
  transform: rotate3d(0, 0, 1, -45deg);
}

.soon-nav-container .soon-nav {
  display: none;
}

.soon-nav-container .soon-nav .soon-menu li {
  display: block;
}

.soon-nav-container .soon-nav .soon-menu li a {
  display: inline-block;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 13px;
  background-color: rgba(255, 255, 255, 0.88);
  transition: all 0.4s;
}

.soon-nav-container .soon-nav .soon-menu li+li {
  margin-top: 2px;
}

.soon-nav-container .soon-nav .soon-menu li:hover a,
.soon-nav-container .soon-nav .soon-menu li:focus a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.84);
}

.soon-nav-container .soon-nav .soon-menu li.active a {
  color: #fff;
  background-color: rgba(0, 105, 176, 0.84);
}

.close-sections-btn {
  display: none;
  position: absolute;
  right: 25px;
  top: 20px;
  z-index: 999;
  color: #222;
  background-color: #f1f1f6;
  padding: 4px 11px;
  transition: all 0.4s;
}

.close-sections-btn:hover,
.close-sections-btn:focus {
    color: #fff;
    background-color: #e92027;
}

.soon-section {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s ease, opacity 0.55s, visibility 0.8s;
  -ms-transform: translateX(60%);
  transform: translateX(60%);
  overflow-y: auto;
}

@media (min-width: 992px) {
  .soon-section {
    width: 50%;
  }
}

.soon-section .soon-section-wrapper {
  position: relative;
  padding: 70px 15px 40px;
  min-height: 100%;
}

@media (min-width: 992px) {
  .soon-section .soon-section-wrapper {
    padding: 60px 25px;
  }
}

.soon-section h2 {
  font-family: "Helvetica Neue 53 Extended";
  font-size: 24px;
}

@media (min-width: 992px) {
  .soon-section h2 {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .soon-section h2 {
    font-size: 32px;
  }
}

.soon-section h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
}

@media (min-width: 992px) {
  .soon-section h3 {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .soon-section h3 {
    font-size: 22px;
  }
}

.soon-section.active {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.soon-section.active .close-sections-btn {
  display: block;
}

/* jQuery Countdown styles 2.0.0. */
.countdown-section {
  display: block;
  float: left;
  text-align: center;
}

.countdown-period {
  display: block;
}

.countdown-descr {
  display: block;
  width: 100%;
}

.countdown-row {
  clear: both;
  width: 100%;
  padding: 0px;
  text-align: center;
}

.countdown-row:after {
  content: '';
  display: table;
  clear: both;
}

.countdown-show1 .countdown-section {
  width: 98%;
}

.countdown-show2 .countdown-section {
  width: 48%;
}

.countdown-show3 .countdown-section {
  width: 32.5%;
}

.countdown-show4 .countdown-section {
  width: 24.5%;
}

.countdown-show5 .countdown-section {
  width: 19.5%;
}

.countdown-show6 .countdown-section {
  width: 16.25%;
}

.countdown-show7 .countdown-section {
  width: 14%;
}

/* Countdown 2 */
.dark .coming-soon.overlay-container .overlay {
  opacity: 0.45;
}

.dark .coming-soon h1 {
  color: #fff;
}

.dark .coming-soon h2 {
  color: #f2f2f2;
}

.dark .coming-soon p {
  color: #eee;
}

.dark .coming-soon .countdown-amount {
  color: #fff;
}

.dark .coming-soon .countdown-period {
  color: #eee;
}

.dark .coming-soon .soon-newsletter h3 {
  color: #f1f1f1;
}

.dark .coming-soon form .form-control {
  background-color: #171717;
  border-color: #101010;
  color: #999;
}

.dark .coming-soon form .form-control::-webkit-input-placeholder {
  color: #999;
}

.dark .coming-soon form .form-control::-moz-placeholder {
  color: #999;
}

.dark .coming-soon form .form-control:-ms-input-placeholder {
  color: #999;
}

.dark .coming-soon form .form-control::placeholder {
  color: #999;
}

.dark .soon-nav-container .soon-menu-toggle {
  border-color: #f1f1f1;
}

.dark .soon-nav-container .soon-menu-toggle .icon-bar,
.dark .soon-nav-container .soon-menu-toggle .icon-bar:before,
.dark .soon-nav-container .soon-menu-toggle .icon-bar:after {
  background-color: #f1f1f1;
}

.dark .soon-nav-container .soon-menu-toggle:hover {
  background-color: rgba(0, 0, 0, 0.55);
  border-color: #222;
}

.dark .soon-nav-container .soon-menu-toggle:hover .icon-bar,
.dark .soon-nav-container .soon-menu-toggle:hover .icon-bar:before,
.dark .soon-nav-container .soon-menu-toggle:hover .icon-bar:after {
  background-color: #fff;
}

.dark .soon-nav-container .soon-menu-toggle.open .icon-bar {
  background: transparent !important;
}

.dark .soon-nav-container .soon-nav .soon-menu li a {
  color: #f1f1f1;
  background-color: rgba(0, 0, 0, 0.78);
}

.dark .soon-nav-container .soon-nav .soon-menu li:hover a,
.dark .soon-nav-container .soon-nav .soon-menu li:focus a {
  color: #222;
  background-color: rgba(255, 255, 255, 0.78);
}

.dark .soon-nav-container .soon-nav .soon-menu li.active a {
  color: #fff;
  background-color: rgba(0, 105, 176, 0.78);
}

.dark .close-sections-btn {
  color: #f1f1f1;
  background-color: #363636;
}

.dark .close-sections-btn:hover,
.dark .close-sections-btn:focus {
    color: #fff;
    background-color: #e92027;
}

.dark .soon-section {
  color: #eee;
  background-color: rgba(0, 0, 0, 0.8);
}

.dark .soon-section h2,
.dark .soon-section h3 {
  color: #f1f1f1;
}

.dark .soon-section .service i.icon-bg {
  color: #f1f1f1;
  background-color: #2b2b2b;
}

.dark .soon-section .service.service-box {
  background-color: #212121;
}

.dark .soon-section .service:hover i.icon-bg,
.dark .soon-section .service:focus i.icon-bg {
    color: #fff;
    background-color: #e92027;
}

.dark .soon-section .member .member-title small {
  background-color: #242424;
  color: #fff;
}

.dark .soon-section .progress {
  background-color: #3b3b3b;
}

.dark .soon-section .progress-container .progress-title {
  color: #c7c7c7;
}

.dark .soon-section blockquote {
  background-color: #1c1c1c;
}

.dark .soon-section .contact-box {
  background-color: #262626;
}

.dark .soon-section .contact-box strong {
  color: #b7b7b7;
}

.dark .soon-section .contact-box h4 strong {
  color: #eee;
}

.dark .soon-section .contact-box .social-icons .social-icon {
  color: #a1a1a1;
}

.dark .soon-section .contact-box .social-icons .social-icon:hover,
.dark .soon-section .contact-box .social-icons .social-icon:focus {
    color: #e92027;
}

.dark .soon-section .contact-box a:hover,
.dark .soon-section .contact-box a:focus {
  color: #005d9c;
}

.dark .soon-section .form-control {
  background-color: #262626;
  border-color: #171717;
  color: #999;
}

.dark .soon-section .form-control::-webkit-input-placeholder {
  color: #999;
}

.dark .soon-section .form-control::-moz-placeholder {
  color: #999;
}

.dark .soon-section .form-control:-ms-input-placeholder {
  color: #999;
}

.dark .soon-section .form-control::placeholder {
  color: #999;
}

/* Style the tab */
.tab {
  overflow: hidden;
  margin: 0 0 40px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  font-size: 16px;
  line-height: normal;
  background-color: white;
  float: left;
  border: 1px solid;
  border-color: #dddddd;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  color: white;
  background-color: #d40a0a;
}

/* Style the tab content */
/* .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
} */

.frame {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 50px 0 100px 0;
  position: relative;
}

.frame .div {
  width: 1284px;
  align-items: flex-end;
  justify-content: space-between;
  display: flex;
  position: relative;
  flex: 0 0 auto;
}

.frame .produk-solusi {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "HelveticaNeue LT 53 Ex-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 32px;
  letter-spacing: 0;
  line-height: normal;
}

.frame .div-2 {
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  width: 100%;
  display: flex;
  position: relative;
  flex: 0 0 auto;
}

.frame .card-URL {
  display: flex;
  flex-direction: column;
  width: 303px;
  align-items: flex-start;
  gap: 24px;
  padding: 24px 32px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #dddddd;
}

.frame .text-wrapper {
  position: relative;
  align-self: stretch;
  height: 58px;
  margin-top: -1px;
  font-family: "HelveticaNeue LT 53 Ex-Regular", Helvetica;
  font-weight: 400;
  color: #121212;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.frame .solar-round-arrow {
  position: relative;
  width: 32px;
  height: 32px;
}

/* CONTACT */
@media (min-width: 767px) {
  .frame-contact {
    display: grid;
    column-gap: 5%;
    position: relative;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 0 110px;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (max-width: 767px){
  .frame-contact {
    display: grid;
    position: relative;
    grid-template-columns: minmax(0, 1fr);
    padding: 0 0 50px;
    margin-right: 20px;
    margin-left: 20px;
    row-gap: 50px;
  }
}

.frame-contact .div-contact {
  font-family: 'Helvetica Neue 53 Extended';
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.frame-contact .div-2-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-contact .fluent-call-wrapper-contact {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #e92027;
  border-radius: 20px;
}

.frame-contact .fluent-call-contact {
  position: relative;
  width: 24px;
  height: 24px;
}

.frame-contact .div-3-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.frame-contact .text-wrapper-contact {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "HelveticaNeue LT 53 Ex-Bold", Helvetica;
  font-weight: 700;
  color: #121212;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

.frame-contact .text-wrapper-2-contact {
  position: relative;
  align-self: stretch;
  /* font-family: "HelveticaNeue LT 53 Ex-Regular", Helvetica; */
  font-weight: 400;
  color: #666666;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

.frame-contact .img-contact {
  position: relative;
  flex: 0 0 auto;
}

.frame-contact .medsos-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-contact .text-wrapper-3-contact {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  /* font-family: "HelveticaNeue LT 53 Ex-Bold", Helvetica; */
  font-weight: 700;
  color: #121212;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.frame-contact .div-4-contact {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-contact .div-contact .medsos-contact .div-4-contact a {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  color: #666666; /* Warna teks default */
  /* text-decoration: none;
  transition: color 0.3s ease-in-out; */
}

.frame-contact .div-contact .medsos-contact .div-4-contact a:hover {
  color: #e92027;
  text-decoration: none;
}

.frame-contact .img-2-contact {
  position: relative;
  width: 32px;
  height: 32px;
}

.frame-contact .text-wrapper-4-contact {
  position: relative;
  flex: 1;
  /* font-family: "HelveticaNeue LT 53 Ex-Regular", Helvetica; */
  font-weight: 400;
  color: #666666;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

.frame-contact .div-5-contact {
  display: flex;
  flex-direction: column;
  width: 604px;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.frame-contact .div-6-contact {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-contact .text-wrapper-5-contact {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  /* font-family: "HelveticaNeue LT 53 Ex-Regular", Helvetica; */
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.frame-contact .text-wrapper-6-contact {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  /* font-family: "HelveticaNeue LT 53 Ex-Regular", Helvetica; */
  font-weight: 400;
  color: #e92027;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.frame-contact .div-wrapper-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #dddddd;
}

.frame-contact .text-wrapper-7-contact {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "HelveticaNeue LT 53 Ex-Regular", Helvetica;
  font-weight: 400;
  color: #b7b7b7;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.frame-contact .p-contact {
  position: relative;
  flex: 1;
  height: 152px;
  margin-top: -1px;
  font-family: "HelveticaNeue LT 53 Ex-Regular", Helvetica;
  font-weight: 400;
  color: #b7b7b7;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.frame-contact .div-wrapper-2-contact {
  display: flex;
  width: 184px;
  height: 43px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  position: relative;
  background-color: #e92027;
  border: 1px solid;
  border-color: #dddddd;
}

.frame-contact .text-wrapper-8-contact {
  position: relative;
  width: 136px;
  margin-top: -1px;
  font-family: "HelveticaNeue LT 53 Ex-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.form-group.required .control-label:after {
  content:"*";
  color:red;
  padding-left: 5px;
}

/* CARD PANDUAN WARNA LOGO */
.frame-wl {
  /* padding: 0 0 50px;
  display: flex;
  width: 1284px;
  align-items: flex-start;
  gap: 32px;
  position: relative; */
}

.frame-wl .div-wl {
  flex-direction: column;
  gap: 43px;
  padding: 32px;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.frame-wl .text-wrapper-wl {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "HelveticaNeue LT 53 Ex-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.frame-wl .LOGO-PT-SEMEN-PADANG-wl {
  width: 180.04px;
  position: relative;
  height: 223px;
  object-fit: cover;
}

.frame-wl .div-2-wl {
  gap: 4px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.frame-wl .ic-round-file-wl {
  position: relative;
  width: 20px;
  height: 20px;
}

.frame-wl .ic-round-file-wlw {
  position: relative;
  width: 20px;
  height: 20px;
  filter: invert(1);
}

.frame-wl .text-wrapper-2-wl {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "HelveticaNeue LT 53 Ex-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

.frame-wl .div-3-wl {
  flex-direction: column;
  gap: 43px;
  padding: 32px;
  flex: 1;
  flex-grow: 1;
  background-color: #000000;
  border: 1px solid;
  border-color: #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.frame-wl .text-wrapper-3-wl {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "HelveticaNeue LT 53 Ex-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.frame-wl .img-wl {
  width: 179px;
  position: relative;
  height: 223px;
  object-fit: cover;
}

.frame-wl .text-wrapper-4-wl {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "HelveticaNeue LT 53 Ex-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

.frame-wl .div-4-wl {
  flex-direction: column;
  gap: 43px;
  padding: 32px;
  flex: 1;
  flex-grow: 1;
  background-color: #f33540;
  border: 1px solid;
  border-color: #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}


/* MEDIA DI BAWAH PANDUAN LOGO */
.frame-media {
  /* display: flex;
  width: 1284px;
  align-items: flex-start;
  gap: 32px;
  position: relative; */
}

.frame-media .div-media {
  display: flex;
  flex-direction: column;
  min-width: 184px;
  height: 143px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #00000080;
  border: 1px solid;
  border-color: white;
  background-image: url(../images/frame-27202.png);
  background-size: cover;
  background-position: 50% 50%;
  background-blend-mode: darken;
}

.frame-media .img-media {
  position: relative;
  flex: 0 0 auto;
}

.frame-media .text-wrapper-media {
  color: #ffffff;
  position: relative;
  align-self: stretch;
  font-family: "HelveticaNeue LT 53 Ex-Regular", Helvetica;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.frame-media .div-2-media {
  display: flex;
  flex-direction: column;
  min-width: 184px;
  height: 143px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #00000080;
  border: 1px solid;
  border-color: #dddddd;
  background-image: url(../images/frame-27207.png);
  background-size: cover;
  background-position: 50% 50%;
  background-blend-mode: darken;
}

.frame-media .heroicons-solid-play-wrapper-media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #f33540;
  border-radius: 20px;
}

.frame-media .heroicons-solid-play-media {
  position: relative;
  width: 24px;
  height: 24px;
}

.frame-media .text-wrapper-2-media {
  color: #eeeeee;
  position: relative;
  align-self: stretch;
  font-family: "HelveticaNeue LT 53 Ex-Regular", Helvetica;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.frame-media .div-3-media {
  display: flex;
  flex-direction: column;
  min-width: 184px;
  height: 143px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #00000080;
  border: 1px solid;
  border-color: #dddddd;
  background-image: url(../images/frame-27208.png);
  background-size: cover;
  background-position: 50% 50%;
  background-blend-mode: darken;
}

/* LAPORAN TAHUNAN */
.frame-lt1 {
  /* display: flex;
  width: 1284px;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  padding: 0 0 50px; */
}

.frame-lt1 .div-lt1 {
  align-items: center;
  gap: 16px;
  padding: 24px;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #dddddddd;
  display: flex;
  position: relative;
}

@media(max-width: 575px){
  .frame-lt1 .div-lt1 {
    flex-direction: column;
  }
}

.frame-lt1 .image-lt1 {
  position: relative;
  width: 213.4px;
  height: 300px;
  object-fit: cover;
}

.frame-lt1 .div-2-lt1 {
  flex-direction: column;
  height: 297px;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
}

.frame-lt1 .div-3-lt1 {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.frame-lt1 .text-wrapper-lt1 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  /* font-family: "HelveticaNeue LT 53 Ex-Regular", Helvetica; */
  font-weight: 400;
  color: #000000;
  /* font-size: 20px; */
  letter-spacing: 0;
  line-height: normal;
}

.frame-lt1 .text-wrapper-2-lt1 {
  position: relative;
  align-self: stretch;
  /* font-family: "HelveticaNeue LT 53 Ex-Bold", Helvetica; */
  font-weight: 700;
  color: #000000;
  /* font-size: 32px; */
  letter-spacing: 0;
  line-height: normal;
}

.frame-lt1 .p-lt1 {
  position: relative;
  align-self: stretch;
  /* font-family: "HelveticaNeue LT 53 Ex-Bold", Helvetica; */
  font-weight: 700;
  color: #000000;
  /* font-size: 20px; */
  letter-spacing: 0;
  line-height: normal;
}

.frame-lt1 .div-4-lt1 {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.frame-lt1 .div-5-lt1 {
  align-items: center;
  gap: 8px;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.frame-lt1 .div-4-lt1 h4.h4,
.frame-lt1 .div-5-lt1 h4.h4 {
  margin-bottom: 0px !important;
}

.frame-lt1 .text-wrapper-3-lt1 {
  position: relative;
  align-self: stretch;
  width: 153px;
  margin-top: -1px;
  /* font-family: "HelveticaNeue LT 53 Ex-Regular", Helvetica; */
  font-weight: 400;
  color: #000000;
  /* font-size: 16px; */
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.frame-lt1 .ic-round-open-in-new-lt1 {
  position: relative;
  width: 20px;
  height: 20px;
}

.frame-lt1 .text-wrapper-4-lt1 {
  position: relative;
  width: fit-content;
  margin-top: -0.5px;
  /* font-family: "HelveticaNeue LT 53 Ex-Regular", Helvetica; */
  font-weight: 400;
  color: #000000;
  /* font-size: 16px; */
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.frame-news {
  /* display: flex; */
  width: 1284px;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.frame-news .div-news {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.frame-news .rectangle-news {
  position: relative;
  width: 303px;
  height: 303px;
  object-fit: cover;
}

.frame-news .div-2-news {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.frame-news .div-3-news {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.frame-news .text-wrapper-news {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "HelveticaNeue LT 53 Ex-Regular", Helvetica;
  font-weight: 400;
  color: #808080;
  font-size: 12px;
  text-align: justify;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.frame-news .ellipse-news {
  position: relative;
  width: 4px;
  height: 4px;
  background-color: #808080;
  border-radius: 2px;
}

.frame-news .text-wrapper-2-news {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "HelveticaNeue LT 53 Ex-Regular", Helvetica;
  font-weight: 400;
  color: #808080;
  font-size: 12px;
  text-align: justify;
  letter-spacing: 0;
  line-height: 24px;
}

.frame-news .p-news {
  position: relative;
  align-self: stretch;
  font-family: "HelveticaNeue LT 53 Ex-Bold", Helvetica;
  font-weight: 700;
  color: #121212;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.frame-news .div-4-news {
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.frame-news .text-wrapper-3-news {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "HelveticaNeue LT 53 Ex-Regular", Helvetica;
  font-weight: 400;
  color: #e92027;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.frame-news .ci-arrow-right-sm-news {
  position: relative;
  width: 20px;
  height: 20px;
}

/* SLIDER NEWS */

/* * {box-sizing: border-box} */
.body-news {
  /* font-family: Verdana, sans-serif;  */
  /* margin: 50px 0 0 0; */
}

.mySlides {
  display: none;
  overflow: hidden;
  height: 420px;
}

.mySlides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-news {vertical-align: middle;}

/* Slideshow container */
.slideshow-container-news {
  max-width: 1200px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev-news, .next-news {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next-news {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.text-slider {
  position: absolute;
  top: 0;
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  width: 100%;
  margin-right: 20px;
}

/* Caption text */
.text-slider .text-news-1 {
  /* color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center; */

  color: #f2f2f2;
  /* font-size: 16px; */
  padding: 8px 12px 0 50px;
  /* position: absolute; */
  /* bottom: 250px; */
  /* width: 100%; */
  /* text-align: center; */
  /* font-family: "HelveticaNeue LT 53 Ex-Regular", Helvetica; */
}

.text-slider .text-news-2 {
  /* font-size: 32px; */
  padding: 8px 25px 0 50px;
  /* position: absolute; */
  /* bottom: 190px; */
  /* width: 100%; */
  /* font-family: "HelveticaNeue LT 53 Ex-Bold", Helvetica; */
  font-weight: 700;
  /* word-wrap: break-word; */
  /* width: 450px; */
}

.text-slider .text-news-2 a {
  color: #f2f2f2;
}

/* Number text (1/3 etc) */
.numbertext-news {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot-news {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active-news, .dot-news:hover {
  background-color: #ff0000;
}

/* Fading animation */
.fade-news {
  animation-name: fade-news;
  animation-duration: 1.5s;
}

@keyframes fade-news {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text-news {font-size: 11px}
}

/* SELENGKAPNYA NEWS */
.frame-sl {
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
  position: relative;
}
.frame-sl .text-wrapper-sl {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  /* font-family: "HelveticaNeue LT 53 Ex-Regular", Helvetica; */
  font-weight: 400;
  color: #e92027;
  /* font-size: 16px; */
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.frame-sl .ci-arrow-right-sm-sl {
  position: relative;
  max-width: 20px;
  max-height: 20px;
}

/* SELENGKAPNYA NEWS BTN */
.frame-sl-btn {
  display: flex;
  max-width: 170px;
  height: 43px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  background-color: #e92027;
  /* bottom: 130px; */
  margin-left: 50px;
}

.frame-sl-btn .text-wrapper-sl-btn {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  margin-left: -3px;
  /* font-family: "HelveticaNeue LT 53 Ex-Regular", Helvetica; */
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.frame-sl-btn .ci-arrow-right-sm-sl-btn {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: -0.5px;
  margin-bottom: -0.5px;
  margin-right: -3px;
}

.supergrafis-produk {
  background-image: url(../images/BG_supergrafis.png);
  background-size: cover;
  width: 100%;
  position: absolute;
  overflow: hidden;
  height: 400px;
  top: 360px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

#popUpModals {
  padding: 0 !important;
}

#popup-landing {
  /* margin: 0px;
  display: flex; */
  margin-right: auto;
  margin-left: auto;
  width: fit-content !important;
  max-width: 90vw;
}

#popup-landing .modal-content {
  background-color: #fff ;
  border-radius: 20px;
  height: fit-content;
  max-height: 85vh;
  width: fit-content;
  max-width: 80vw;
  border: none !important;
  box-shadow: none !important;
  overflow-x: hidden;
}

#popup-landing .modal-content .modal-header{
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 10px 0 10px;
}

#popup-landing .modal-content .modal-body{
  height: fit-content;
  width: fit-content;
  padding: 10px;
}

#popup-landing .modal-content .modal-body #carousel-example-generic{
  height: inherit;
  width: inherit;
  max-height: 60vh !important;
}

#innerC>.item>a>img, #innerC>.item>img {
  display: block;
  max-width: 100%;
  max-height: 60vh !important;
}

.dots {
  align-self: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

section#dots-control {
  margin-top: 1.5vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dots li{
  margin-right: 8px;
}

.dots li:before{
  content: '';
  height: 12px;
  width: 12px;
  display: inline-block;
  background: #cfcfcf;
  border-radius: 6px;
  cursor: pointer;
  transition: all 300ms ease;
}

.dots li.active:before{
  width: 36px;
  background: #bbb;
}

/* @media (transform-3d), 
(-webkit-transform-3d){
  #innerC>.item.active {
      left: 0;
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
  }
}
 
@media (transform-3d), (-webkit-transform-3d){
  #innerC>.item {
      -webkit-transition: -webkit-transform .6s ease-in-out;
      -o-transition: -o-transform .6s ease-in-out;
      transition: transform .6s ease-in-out;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000px;
      perspective: 1000px;
  }
} */

.style-slider-text {
  min-width: 0px !important;
  width: max-content;
}

.icon-akhlak {
  height: 32px;
  max-height: 32px;
  display: inline-block;
  vertical-align: text-top;
}

.icon-akhlak img {
  height: auto;
  width: auto;
  /* max-width: inherit; */
  max-height: inherit;
  object-fit: contain;
  vertical-align: baseline;
}

@media(max-width: 471px){
  .icon-akhlak {
    margin-top: 5px;
  }
}

@media (min-width:992px){
  .row-akhlak {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 20px;
    column-gap: 10px;
  }
}

@media (min-width:768px) and (max-width:992px){
  .row-akhlak {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 20px;
    column-gap: 10px;
  }
}

@media (max-width:768px){
  .row-akhlak {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 20px;
  }
}

.card-akhlak {
  display:inline-flex;
  vertical-align:middle;
  margin-bottom:10px;
}

@media(min-width:600px){
  .modal-with-photo {
    display: grid;
    justify-content: start;
    align-items: start;
    column-gap: 16px;
    grid-template-columns: 124px auto;
  }
}

@media(max-width:600px){
  .modal-with-photo {
    display: grid;
    justify-content: start;
    align-items: start;
    row-gap: 16px;
    grid-template-columns: minmax(0, 1fr);
  }
}

.photo-modal-left-circle {
  background-color: #eaeaea;
  border-radius: 50%;
  overflow: hidden;
  width: 124px;
  height: 124px;
}

.photo-modal-left-circle img{
  position: relative;
  height: auto;
  width: 100%;
}

#name-bold {
  font-family: 'Helvetica Neue 73 Bold Extended';
}

.helveticaN-73 {
  font-family: 'Helvetica Neue 73 Bold Extended' !important;
}

.c-pointer {
  cursor:pointer;
}

.relative-index-1 {
  position: relative;
  z-index: 1;
}

.relative-index-2 {
  position: relative;
  z-index: 2;
}

.logo-x {
  padding-top: 8px;
}

.logo-tt {
  margin-top: 4px;
}

.nav.navbar-nav {
  padding-top: 12px;
}

.list-disc {
  list-style: disc;
}

.list-circle {
  list-style: circle;
}

.pl-15 {
  padding-left:15px;
}

#rev_slider {
  display: none;
}

.tp-style-1 {
  z-index: 4; white-space: nowrap; letter-spacing: 4px; padding: 5px;
}

.tp-style-2 {
  z-index: 5; letter-spacing: 4px;  padding: 2px;
}

.tp-style-3 {
  z-index: 6; white-space: nowrap;text-shadow:0 1px 3px rgba(0,0,0, 0.2); padding: 5px; text-align:justify;
}

.tag3 {
  background-color: attr(data-bgcolor3);
}

.tag1 {
  background-color: attr(data-bgcolor1);
}

.tag2 {
  background-color: attr(data-bgcolor2);
}

.justified {
  text-align: justify;
}

.center-text {
  text-align: center;
}

.tp-bannertimer.tp-bottom {
  height: 3px; background-color: rgba(255, 255, 255, 0.3);
}

.tentang-kami {
  padding-top: 30px; color: #000; font-weight: 700 !important;
}

.title-pesan-ceo {
  color: #000; font-weight: 700 !important;
}

.pesan-ceo {
  text-align: justify; color: #000;font-weight:400;line-height:24px;
}

.nama-ceo {
  color: #000;line-height:24px;
}

.foto-ceo {
  margin-bottom: 15px;border-radius:8px;padding:4px;max-height:65vh;
}

.mt-15 {
  margin-top:15px;
}

.mb-32 {
  margin-bottom: 32px;
}

.video-yt {
  margin-left: 0; margin-right: 0;
}

.title-bold-white {
  color: #fff; font-weight: 700 !important;
}

.title-bold-red {
  color: #e92027; font-weight: 700 !important;
}

.title-bold-black {
  color: #000; font-weight: 700 !important;
}

.col-produk-solusi {
  padding: 0px 8px !important;
}

.img-produk-solusi {
  height: 250px !important;
}

.bg-none {
  background-color: #ffffff00;
}

.pos-unset {
  position: unset !important;
}

.dis-none {
  display: none !important;
}

.media-align-title {
  display: grid; align-items: end;
}

.close-modal {
  color: #000;font-weight:100;
}

.meaning-sp {
  padding-top: 15px; color: #000;
}

.mx-w100 {
  max-width: 100%;
}

.w100 {
  width: 100%;
}

.mb-16 {
  margin-bottom: 16px;
}

.pt-15 {
  padding-top: 15px;
}

.margin-2 {
  margin:2px;
}

.visi-sp {
  font-weight:400; margin-bottom:10px;text-align: justify !important;
}

.list-misi {
  list-style: decimal; text-align: justify !important;font-weight:400;
}

.bold {
  font-weight:700 !important;
}

.regular {
  font-weight: 400;
}

.regular-red {
  font-weight: 400;
  color: #e92027;
}

.regular-black {
  font-weight: 400;
  color: #000;
}

.regular-white {
  font-weight: 400;
  color: #fff;
}

.label-akhlak {
  font-weight:400;margin-left:10px;
}

.par-item-keterangan {
  font-weight:400; text-align: justify; text-justify: inter-word;
}

.bg-page-manajemen {
  background-color:#eaeaea;
}

.mb-5 {
  margin-bottom:5px;
}

.custom-foto-pri {
  max-width:450px !important;
  margin-bottom:-160px;
  margin-right:-40px;
}

.opacity-1 {
  opacity: 1;
}

.no-border-top {
  border-top:none !important;
}

.modal-body-manajemen {
  max-height:85vh;overflow-y:auto;
}

.inner-modal-manajemen {
  padding: 25px 40px 0 40px !important;
}

.lh-24 {
  line-height:24px;
}

.pt-20 {
  padding-top:20px;
}

.p-30-0 {
  padding: 30px 0;
}

.lh-30 {
  line-height: 30px;
}

.lh-32 {
  line-height: 32px;
}

.img-tatakelola {
  max-width: 730px !important;
}

.color-666 {
  color: #666;
}

.product-name {
  width: 100%; margin: 0 0 32px; color: black; font-size: 24px; font-family: HelveticaNeue LT 53 Ex; font-weight: 700; word-wrap: break-word;
}

.margin-title-produk {
  margin: 0 0 20px;
}

.pr-40per {
  padding-right: 40%;
}

#map_pemasaran{
  height: 80vh;
}

#popContent {
  padding: 25px 40px 0px 40px !important;
}

.mh-85vh {
  max-height:85vh;
}

.ovy-auto{
  overflow-y:auto;
}

.h-fit-content{
  height:fit-content;
}

.minh-0{
  min-height:0 !important;
}

.bt-none{
  border-top:none !important;
}

.pr-0{
  padding-right:0 !important;
}

.pr-pl-30{
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pl-20{
  padding-left: 20px;
}