@font-face {
    font-family: "latoBold";
    src: url("../../fonts/lato/latoBold.woff");
    format: "woff";
}
@font-face {
    font-family: "latoNormal";
    src: url("../../fonts/lato/latoNormal.woff");
    format: "woff";
}

html, body {
    height: 100%;
}

/*a {
    color: #1d4286;
}*/

/*a, a:hover, a:focus {
    color: #163164;
    text-decoration: none;
    outline: none;
}*/

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

input:focus, button:focus {
    outline: none;
}

p {
    color: rgba(0, 0, 0, 0.54);
    margin-bottom: 1.5em;
}

.img {
    display: block;
    width: 100%;
}

.ul {
    padding: 0;
    margin: 0;
}

.ul li {
    list-style: none;
}

.ul-inline li {
    display: inline-block;
}

.help-block {
    font-size: 13px;
}

.cursor-pointer {
    cursor: pointer !important;
}

body > [id^="beacon_"],
body > [id*=" beacon_"] {
    display: none;
}

.error-form {
    display: block;
    margin-top: 5px;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    color: #F00;
}

.alert {
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 2px;
}

.alert.alert-danger a {
    color: #721c24;
    font-weight: bold;
}

.alert-mini {
    padding: 7px 15px !important;
}

.alert .close {
    margin-top: -4px;
}

.icon-facebook {
    color: #295396 !important;
}

.icon-twitter {
    color: #28aae1 !important;
}

.icon-instagram {
    color: #d6249f !important;
}

.tbl-trans-info td {
    color: rgba(0, 0, 0, 0.56);
}

.tbl-trans-info td strong {
    color: rgba(0, 0, 0, 0.8);
}

.btn-copy {
    font-size: 0.8125rem;
    color: #1d4286;
    cursor: pointer;
}

.btn-copy:hover {
    color: rgba(0, 0, 0, 0.7);
}

.toolbar {
    float: left;
}

.small-gutters {
    margin-right: -10px;
    margin-left: -10px;
}

.small-gutters > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.mb-pro {
    margin-bottom: 30px;
}

#ifrm {
    display: none;
}

.btn-main {
    padding: 8px 25px;
    font-size: 0.875rem;
    color: #FFF;
    background: #1d4286;
}

.btn-table {
    font-size: 0.875rem;
}

.btn-action {
    padding: 3px 10px;
    font-size: 0.75rem;
}

.badge-konf {
    font-size: 0.75rem;
}

.modal-kecil .modal-header, .modal-kecil .modal-footer {
    padding: 13px;
}

.modal-konf .modal-footer {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

#alert-konf {
    display: none;
}

.next-page {
    text-align: center;
}

.next-page a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 0.8125rem;
    background-color: transparent;
    border: 1px solid #1d4286;
    border-radius: 30px;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.next-page a:hover {
    color: #fff;
    background-color: #1d4286;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.next-page a .fa {
    margin-left: 5px;
    font-size: 1rem;
}

.modal-content .modal-title, .modal-content label, .modal-content .form-control, .modal-content .help-block {
    font-family: "Open Sans", sans-serif;
}

.modal-content label {
    font-size: 0.8125rem;
    color: rgba(0, 0, 0, 0.54);
}

.modal-content .form-control {
    font-size: 0.8125rem;
    color: rgba(0, 0, 0, 0.54);
    border-radius: 3px;
}

.modal-content .help-block {
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.4);
}

.modal-footer .btn {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8125rem;
}

.table-modal th, .table-modal td {
    padding: 5px 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 0.8125rem;
    color: rgba(0, 0, 0, 0.54);
}

/*
 * Component: Select2
 * ------------------
 */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
    outline: none;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 8px 12px;
    height: 37px;
}

.select2-container--default.select2-container--open {
    border-color: #3c8dbc;
}

.select2-dropdown {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3c8dbc;
    color: white;
}

.select2-results__option {
    padding: 6px 12px;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -4px;
}

.select2-selection__rendered {
    font-size: 14px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 6px;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
}

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
    border: 1px solid #d2d6de;
}

.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
    outline: none;
    border: 1px solid #3c8dbc;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    color: #444;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple:focus {
    border-color: #3c8dbc;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #d2d6de;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.7);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
}

#loader {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999999999;
}

.spinner {
    width: 40px;
    height: 40px;
    -webkit-animation: rotatee 2.0s infinite linear;
    animation: rotatee 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 40%;
    -webkit-animation: bouncee 2.0s infinite ease-in-out;
    animation: bouncee 2.0s infinite ease-in-out;
}

.dot1 {
    background: #de1a32;
}

.dot2 {
    top: auto;
    bottom: 0px;
    background: #0b3277;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotatee {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
    0%, 100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncee {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/*star-pagination*/
.pagging {
    margin-top: 30px;
}

.pagging nav ul li {
    margin-right: 10px;
}

.pagging nav ul li:last-child {
    margin-right: 0;
}

.pagging nav ul li.active .page-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 32px;
    height: 32px;
    font-family: "latoBold";
    font-size: 0.8125rem;
    font-weight: bold;
    background: #fd2902;
    border-color: #fd2902;
    border-radius: 50%;
}

.pagging nav ul li .page-link {
    padding: 0;
    border-radius: 50%;
}

.pagging nav ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 32px;
    height: 32px;
    font-family: "latoBold";
    font-size: 0.8125rem;
    font-weight: bold;
    border-radius: 50%;
}

.pagging nav ul li a:hover,
.pagging nav ul li a:focus {
    background: #fd2902;
    border-color: #fd2902;
    color: #fff;
}

.page-item.active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 30px;
}

.pagination {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
/*end-pagination*/

header {
    /*height: 76.5px;*/
    height: auto;
}

.header.myHead2 {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

@media (max-width: 991px) {
    .header.myHead2 {
        top: 0;
    }
}

.wrap-header {
    /*position: fixed;*/
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    z-index: 99;
}

.form-search {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    width: 100%;
    background: #f1f1f1;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.wrap-form-serach {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
}

.wrap-form-serach input {
    padding: 8px 15px;
    padding-left: 25px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0.8125rem;
    border-color: transparent;
}

.wrap-form-serach button {
    padding: 8px 15px;
    font-size: 0.8125rem;
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
}

.wrap-form-serach button .fa {
    background: transparent;
}

.content-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.logo img {
    width: 300px;
}

#main-nav > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

#main-nav > ul > li {
    position: relative;
    margin-right: 15px;
}

#main-nav > ul > li:last-child {
    margin-right: 0;
}

#main-nav > ul > li:hover > a {
    color: #c20001;
}

#main-nav > ul > li:hover .submenu {
    visibility: visible;
}

#main-nav > ul > li > a {
    display: block;
    padding: 27px 5px;
    font-size: 16px;
    font-family: "latoNormal";
    color: #343434;
}

#main-nav > ul > li > a:hover {
    color: #c20001;
}

#main-nav > ul > li > a.active {
    color: #fd2902;
}

.submenu {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.09);
    z-index: 99;
}

.submenu > li {
    position: relative;
    border-bottom: 1px solid #f6f6f6;
}

.submenu > li:last-child {
    border-bottom: none;
}

.submenu > li:hover > a {
    color: #fff;
    background: #fd2902;
}

.submenu > li:hover .treemenu {
    visibility: visible;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.submenu > li > a {
    display: block;
    padding: 10px 25px;
    font-size: 16px;
    color: #343434;
    font-family: "latoNormal";
    white-space: nowrap;
}

.submenu > li > a:hover {
    color: #fff;
    background: #fd2902;
}

.treemenu {
    visibility: hidden;
    position: absolute;
    top: 0;
    /*left: 100%;*/
    right: 100%;
    background: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.09);
}

.treemenu > li {
    border-bottom: 1px solid #f6f6f6;
}

.treemenu > li:last-child {
    border-bottom: none;
}

.treemenu > li > a {
    display: block;
    padding: 10px 25px;
    font-size: 16px;
    color: #343434;
    white-space: nowrap;
    font-family: "latoNormal";
}

.treemenu > li > a:hover {
    color: #fff;
    background: #fd2902;
}

.toggle-menu {
    display: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.toggle-menu.active span {
    background: transparent;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.toggle-menu.active span:before {
    top: 0;
    transform: rotate(45deg);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.toggle-menu.active span:after {
    bottom: 0;
    transform: rotate(-45deg);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.toggle-menu span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background: #1d4286;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.toggle-menu span:before, .toggle-menu span:after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 2px;
    background: #1d4286;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.toggle-menu span:before {
    top: -6px;
}

.toggle-menu span:after {
    bottom: -6px;
}

.toggle-search-rs {
    display: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 1.125rem;
    color: #1d4286;
    cursor: pointer;
}

@media (max-width: 1920px) {
    .logo img {
        width: 365px;
        /*height: 80px;*/
        height: 100px;
    }
    #main-nav > ul > li > a {
        font-size: 17px;
    }
}

@media (max-width: 1900px) {
    .logo img {
        width: 365px;
        /*height: 80px;*/
        height: 100px;
    }
    #main-nav > ul > li > a {
        font-size: 17px;
    }
}

@media (max-width: 1850px) {
    .logo img {
        width: 365px;
        /*height: 80px;*/
        height: 100px;
    }
    #main-nav > ul > li > a {
        font-size: 17px;
    }
}

@media (max-width: 1800px) {
    .logo img {
        width: 365px;
        /*height: 80px;*/
        height: 100px;
    }
    #main-nav > ul > li > a {
        font-size: 17px;
    }
}

@media (max-width: 1750px) {
    .logo img {
        width: 365px;
        /*height: 80px;*/
        height: 100px;
    }
    #main-nav > ul > li > a {
        font-size: 17px;
    }
}

@media (max-width: 1700px) {
    .logo img {
        width: 365px;
        /*height: 80px;*/
        height: 100px;
    }
    #main-nav > ul > li > a {
        font-size: 17px;
    }
}

@media (max-width: 1650px) {
    .logo img {
        width: 365px;
        /*height: 80px;*/
        height: 100px;
    }
    #main-nav > ul > li > a {
        font-size: 17px;
    }
}

@media (max-width: 1600px) {
    .logo img {
        width: 365px;
        /*height: 80px;*/
        height: 100px;
    }
    #main-nav > ul > li > a {
        font-size: 17px;
    }
}

@media (max-width: 1550px) {
    .logo img {
        width: 365px;
        /*height: 80px;*/
        height: 100px;
    }
    #main-nav > ul > li > a {
        font-size: 17px;
    }
}

@media (max-width: 1500px) {
    .logo img {
        width: 365px;
        /*height: 80px;*/
        height: 100px;
    }
    #main-nav > ul > li > a {
        font-size: 17px;
    }
}

@media (max-width: 1450px) {
    .logo img {
        width: 365px;
        /*height: 80px;*/
        height: 100px;
    }
    #main-nav > ul > li > a {
        font-size: 17px;
    }
}

@media (max-width: 1400px) {
    .logo img {
        width: 365px;
        /*height: 80px;*/
        height: 100px;
    }
    #main-nav > ul > li > a {
        font-size: 17px;
    }
}

@media (max-width: 1300px) {
    .logo img {
        width: 365px;
        /*height: 80px;*/
        height: 100px;
    }
    #main-nav > ul > li > a {
        font-size: 17px;
    }
}

@media (max-width: 1200px) {
    .logo img {
        width: 300px;
        height: 75px;
    }
    #main-nav > ul > li > a {
        padding: 27px 0;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    .logo img {
        width: 250px;
        height: auto;
    }
}

@media (max-width: 375px) {
    .content-header .logo img {
        width: 180px;
        /*max-width: 100%;*/
    }
}

@media only screen and (max-width: 991px) {
    header {
        /*height: 68.06px;*/
        height: auto;
    }
    .content-header {
        padding: 10px 0;
    }
    .toggle-menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .toggle-search-rs {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    #main-nav {
        position: fixed;
        top: 68.06px;
        left: 0;
        width: 300px;
        height: calc(100% - 68.06px);
        background: #fff;
        box-shadow: 3px 0 10px rgba(0, 0, 0, 0.08);
        transform: translateX(-320px);
        overflow-y: auto;
    }
    #main-nav.active {
        transform: translateX(0);
    }
    #main-nav > ul {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
    }
    #main-nav > ul > li {
        margin-right: 0;
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
    }
    #main-nav > ul > li:last-child {
        display: none;
    }
    #main-nav > ul > li > a {
        padding: 10px 15px;
        font-size: 0.875rem;
    }
    .submenu {
        display: none;
        visibility: visible;
        position: relative;
        width: 100%;
        background: #f6f6f6;
        box-shadow: none;
    }
    .submenu li {
        border-bottom-color: #eee;
    }
    .submenu li a {
        padding-left: 30px;
        font-size: 0.875rem;
    }
    ul.treemenu {
        display: none;
    }
}

.content-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.inner-slider {
    width: 50%;
}

.inner-slider h2 {
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    font-size: 2.5rem;
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.inner-slider p {
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.button-slider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.button-slider li {
    margin-right: 20px;
}

.button-slider li a {
    display: block;
    padding: 9px 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 3px;
}

.button-slider li a:hover {
    background: #1d4286;
    border-color: #1d4286;
}

@media only screen and (max-width: 1024px) {
    .inner-slider {
        width: 60%;
    }
}

@media only screen and (max-width: 991px) {
    .inner-slider {
        width: 80%;
    }
    .inner-slider h2 {
        font-size: 2rem;
    }
    .inner-slider p {
        font-size: 1.125rem;
    }
}

@media only screen and (max-width: 767px) {
    .inner-slider {
        width: 70%;
    }
    .inner-slider h2 {
        font-size: 1.625rem;
    }
    .inner-slider p {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .content-slider {
        display: none;
    }
}

#page {
    padding: 70px 0;
}

.parallax {
    min-height: 294px;
    background: rgba(0, 0, 0, 0.7);
}

.content-home h2 {
    position: relative;
    padding-left: 22px;
    margin-bottom: 20px;
    font-size: 0.9375rem;
    color: #a90001;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.content-home h2:before {
    position: absolute;
    content: '';
    top: 2px;
    left: 7px;
    width: 5px;
    height: 5px;
    background: #c20001;
    box-shadow: 0 7px 0 #c20001, -7px 7px 0 #c20001;
}

.content-home > p {
    margin-bottom: 0;
    font-size: 1.875rem;
    color: #383737;
    font-weight: 300;
    line-height: 40px;
}

.content-home .desc-content-home {
    margin-top: 25px;
    margin-bottom: 30px;
}

.content-home .desc-content-home p {
    color: #383737;
    line-height: 26px;
}

.readmore {
    position: relative;
    display: inline-block;
    padding: 8px 25px;
    font-size: 0.8125rem;
    color: #ffe50b;
    background: #002c96;
    border-radius: 15px 0 15px 0;
    z-index: 1;
}

.readmore:hover {
    color: #fff;
}

.readmore .fa {
    margin-right: 3px;
    font-size: 0.8125rem;
}

.link-more {
    margin-top: 40px;
    text-align: center;
}

.text-more {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.text-more .fa {
    margin-right: 3px;
}

#banner {
    position: relative;
}

.content-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.content-banner h1 {
    margin-bottom: 15px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.content-banner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.content-banner ul li {
    position: relative;
    margin-right: 20px;
}

.content-banner ul li:last-child {
    margin-right: 0;
}

.content-banner ul li:last-child:before {
    display: none;
}

.content-banner ul li:before {
    position: absolute;
    content: '/';
    right: -12px;
    font-size: 0.8125rem;
    color: #fff;
}

.content-banner ul li a {
    display: block;
    font-size: 0.8125rem;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    #page {
        padding: 50px 0;
    }
    .content-home > p {
        font-size: 1.5rem;
        line-height: 34px;
    }
    .content-home .desc-content-home {
        margin-top: 15px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .content-home h2 {
        margin-bottom: 15px;
        padding-left: 18px;
        font-size: 0.875rem;
    }
    .content-home h2:before {
        width: 4px;
        height: 4px;
        box-shadow: 0 6px 0 #c20001, -6px 6px 0 #c20001;
    }
    .content-home > p {
        font-size: 1.125rem;
        line-height: 26px;
    }
    .content-home > p br {
        display: none;
    }
    .content-home .desc-content-home p {
        font-size: 0.875rem;
        line-height: 23px;
    }
    .readmore {
        padding: 6px 20px;
        font-size: 0.75rem;
    }
    .readmore .fa {
        font-size: 0.75rem;
    }
    .text-more {
        font-size: 0.8125rem;
    }
    .text-more .fa {
        margin-right: 1px;
    }
    .parallax {
        min-height: 250px;
    }
    .content-banner h1 {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 600px) {
    .parallax {
        min-height: 170px;
    }
    .content-banner h1 {
        font-size: 1.25rem;
    }
    .content-banner ul {
        display: none;
    }
}

/*star-bread-solution*/
.map-khusus-solution {
    padding-top: 0px;
    border-top: 1px solid #f2f2f2;
    border-bottom: none;
}

.map-halaman-solution {
    padding: 10px 0px;
    border-bottom: 0px solid #EEEEEE;
    background: #f2f2f2;
}

.breadcrumb-solution {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #000;
    border-radius: 4px;
    text-align: left;
}

.breadcrumb-solution>li {
    display: inline-block;
}

.breadcrumb-solution>li.active a {
    color: #fd2902;
}

.map-khusus-solution .breadcrumb-solution {
    padding-bottom: 10px;
    border-bottom: 0px solid #f2f2f2;
    border-radius: 0px;
}

.map-halaman-solution .breadcrumb-solution {
    margin-bottom: 0px;
    font-family: "latoNormal";
    font-size: 15px;
    background: #f2f2f2;
}

.map-halaman-solution .breadcrumb-solution a {
    color: #000;
    font-family: "latoNormal";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 28px;
}

.breadcrumb-solution>li+li:before {
    padding: 0 0px;
    color: #686868;
    content: "/\00a0";
}
/*end-bread-solution*/

/*star-solution*/
#solution {
    padding: 60px 0;
}

#solution .imgSolution {
    display: block;
}

#solution .imgSolution img {
    width: 100%;
}

#solution .solution-page {
    padding-top: 30px;
    font-family: "latoNormal";
    font-size: 17px;
    color: #000;
    line-height: 27px;
}

#solution .solution-page p {
    padding-top: 30px;
    font-family: "latoNormal";
    font-size: 17px;
    color: #000;
    line-height: 27px;
    margin-bottom: 0;
}
/*end-solution*/

/*star-solutionHome*/
#solutionHome {
    padding: 60px 0;
}

.wrap-solution-home {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

.content-solution-home {
    padding-right: 30px;
    width: 50%;
}

.content-solution-home h2 {
    font-family: "latoNormal";
    margin-bottom: 0;
    font-size: 38px;
    color: #000;
    font-weight: bold;
    line-height: 55px;
}

.content-solution-home .desc-content-home {
    font-family: "latoNormal";
    text-align: justify;
    color: #000;
    font-size: 16px;
    margin: 0;
    line-height: 1.8em;
    padding-bottom: 20px;
}

.content-solution-home .desc-content-home p {
    font-family: "latoNormal";
    text-align: justify;
    color: #000;
    font-size: 16px;
    margin: 0;
    line-height: 1.8em;
    padding-bottom: 20px;
}

.img-solution-home {
    width: 50%;
}

.img-solution-home img {
    width: 100%;
}

.content-solution-home .readmore {
    position: relative;
    display: inline-block;
    padding: 8px 25px;
    font-family: "latoNormal";
    font-size: 15px;
    font-weight: 700;
    color: #000;
    background: #fd2902;
    border-radius: 15px 0 15px 0;
    z-index: 1;
}

.content-solution-home .readmore:hover {
    color: #fff;
}

.content-solution-home .readmore .fa {
    margin-right: 3px;
    font-size: 0.8125rem;
}

@media (max-width: 991px) {
    .wrap-solution-home .content-solution-home {
        padding-right: 0;
        width: 100%;
    }
    .content-solution-home > p br {
        display: none;
    }
    .wrap-solution-home .img-solution-home {
        display: none;
    }
}

@media only screen and (max-width: 767px) {}
/*end-solutionHome*/

/*star-bread-about*/
.map-khusus-about {
    padding-top: 0px;
    border-top: 1px solid #f2f2f2;
    border-bottom: none;
}

.map-halaman-about {
    padding: 10px 0px;
    border-bottom: 0px solid #EEEEEE;
    background: #f2f2f2;
}

.breadcrumb-about {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #000;
    border-radius: 4px;
    text-align: left;
}

.breadcrumb-about>li {
    display: inline-block;
}

.breadcrumb-about>li.active a {
    color: #fd2902;
}

.map-khusus-about .breadcrumb-about {
    padding-bottom: 10px;
    border-bottom: 0px solid #f2f2f2;
    border-radius: 0px;
}

.map-halaman-about .breadcrumb-about {
    margin-bottom: 0px;
    font-family: "latoNormal";
    font-size: 15px;
    background: #f2f2f2;
}

.map-halaman-about .breadcrumb-about a {
    color: #000;
    font-family: "latoNormal";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 28px;
}

.breadcrumb-about>li+li:before {
    padding: 0 0px;
    color: #686868;
    content: "/\00a0";
}
/*end-bread-about*/

/*star-about*/
#about {
    padding: 60px 0;
}

#about .imgAbout {
    display: block;
}

#about .imgAbout img {
    max-width: 100%;
}

#about .about-page {
    padding-top: 30px;
    font-family: "latoNormal";
    font-size: 17px;
    color: #000;
    line-height: 27px;
}

#about .about-page p {
    padding-top: 30px;
    font-family: "latoNormal";
    font-size: 17px;
    color: #000;
    line-height: 27px;
    margin-bottom: 0;
}
/*end-about*/

/*star-aboutHome*/
#aboutHome {
    padding: 60px 0;
}

.wrap-about-home {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

.content-about-home {
    padding-right: 30px;
    width: 50%;
}

.content-about-home h2 {
    font-family: "latoNormal";
    margin-bottom: 0;
    font-size: 38px;
    color: #000;
    font-weight: bold;
    line-height: 55px;
}

.content-about-home .desc-content-home {
    font-family: "latoNormal";
    text-align: justify;
    color: #000;
    font-size: 16px;
    margin: 0;
    line-height: 1.8em;
    padding-bottom: 20px;
}

.content-about-home .desc-content-home p {
    font-family: "latoNormal";
    text-align: justify;
    color: #000;
    font-size: 16px;
    margin: 0;
    line-height: 1.8em;
    padding-bottom: 20px;
}

.img-about-home {
    width: 50%;
}

.img-about-home img {
    width: 100%;
}

.content-about-home .readmore {
    position: relative;
    display: inline-block;
    padding: 8px 25px;
    font-family: "latoNormal";
    font-size: 15px;
    font-weight: 700;
    color: #000;
    background: #fd2902;
    border-radius: 15px 0 15px 0;
    z-index: 1;
}

.content-about-home .readmore:hover {
    color: #fff;
}

.content-about-home .readmore .fa {
    margin-right: 3px;
    font-size: 0.8125rem;
}

.sertifikat {
    margin-top: 50px;
    margin-bottom: 20px;
}

.sertifikat ul {
    text-align: center;
}

.sertifikat ul li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 15px;
}

.sertifikat ul li:last-child {
    margin-right: 0;
}

.sertifikat ul li img {
    max-width: 150px;
    max-height: 70px;
    width: auto;
    height: auto;
}

@media only screen and (max-width: 991px) {
    .content-about-home {
        padding-right: 0;
        width: 100%;
    }
    .content-about-home > p br {
        display: none;
    }
    .img-about-home {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .sertifikat {
        margin-bottom: 0;
    }
    .sertifikat ul li {
        margin-right: 15px;
    }
    .sertifikat ul li:last-child {
        margin-right: 0;
    }
    .sertifikat ul li img {
        max-width: 150px;
        max-height: 50px;
    }
}
/*end-aboutHome*/

/*star-bread-partner*/
.map-khusus-partner {
    padding-top: 0px;
    border-top: 1px solid #f2f2f2;
    border-bottom: none;
}

.map-halaman-partner {
    padding: 10px 0px;
    border-bottom: 0px solid #EEEEEE;
    background: #f2f2f2;
}

.breadcrumb-partner {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #000;
    border-radius: 4px;
    text-align: left;
}

.breadcrumb-partner>li {
    display: inline-block;
}

.breadcrumb-partner>li.active a {
    color: #fd2902;
}

.map-khusus-partner .breadcrumb-partner {
    padding-bottom: 10px;
    border-bottom: 0px solid #f2f2f2;
    border-radius: 0px;
}

.map-halaman-partner .breadcrumb-partner {
    margin-bottom: 0px;
    font-family: "latoNormal";
    font-size: 15px;
    background: #f2f2f2;
}

.map-halaman-partner .breadcrumb-partner a {
    color: #000;
    font-family: "latoNormal";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 28px;
}

.breadcrumb-partner>li+li:before {
    padding: 0 0px;
    color: #686868;
    content: "/\00a0";
}
/*end-bread-partner*/

/*star-customer*/
#customer {
    padding: 60px 0;
}

.wrap-customer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-top: 40px;*/
    margin-top: 0;
}

.item-customer {
    width: calc(100% / 4);
    border-right: 0 solid #eee;
    border-bottom: 0 solid #eee;
}

.item-customer:nth-child(6n) {
    border-right: none;
}

.item-customer:nth-last-child(-n+6) {
    border-bottom: none;
}

.item-customer a {
    display: block;
    padding: 15px;
}

.readmore-customer {
    display: inline-block;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .wrap-customer {
        margin-top: 30px;
    }
    #customer {
        padding: 40px 0;
    }
    .item-customer {
        width: calc(100% / 3);
    }
    .item-customer:nth-child(6n) {
        border-right: 0 solid #eee;
    }
    .item-customer:nth-last-child(-n+6) {
        border-bottom: 0 solid #eee;
    }
    .item-customer:nth-child(5n) {
        border-right: none;
    }
    .item-customer:nth-last-child(-n+5) {
        border-bottom: none;
    }
    .item-customer a {
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .wrap-customer {
        margin-top: 20px;
    }
    .item-customer {
        width: calc(100% / 4);
    }
    .item-customer:nth-child(5n) {
        border-right: 0 solid #eee;
    }
    .item-customer:nth-last-child(-n+5) {
        border-bottom: 0 solid #eee;
    }
    .item-customer:nth-child(4n) {
        border-right: none;
    }
    .item-customer:nth-last-child(-n+4) {
        border-bottom: none;
    }
    .item-customer a {
        padding: 5px;
    }
}
/*end-customer*/

#facilities {
    padding-top: 70px;
    padding-bottom: 120px;
    background: url("../../../uploads/img/other/bg_facilities.jpg");
}

.content-facilities-home {
    position: relative;
    padding-left: 50px;
    width: 50%;
}

.content-facilities-home > p,
.content-facilities-home .desc-content-home p {
    color: #fff;
}

.content-facilities-home:before {
    position: absolute;
    content: '';
    top: -100px;
    left: 0;
    width: calc(100% + 80px);
    height: calc(100% + 150px);
    border: 1px solid #8f0001;
    z-index: 0;
}

.wrap-facilitas {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-top: 40px;
}

.item-facilitas {
    padding: 0 15px;
    margin-bottom: 30px;
    width: calc(100% / 4);
}

.item-facilitas a {
    display: block;
}

.item-facilitas a:hover h3 {
    color: #c20001;
}

.item-facilitas a:hover h3:before,
.item-facilitas a:hover h3:after {
    width: 100%;
}

.item-facilitas a:hover h3:before {
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.item-facilitas a:hover h3:after {
    transition: 0.8s;
    -o-transition: 0.8s;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
}

.item-facilitas a img {
    margin-bottom: 13px;
}

.item-facilitas a h3 {
    position: relative;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
}

.item-facilitas a h3:before, .item-facilitas a h3:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -13px;
    width: 0;
    height: 3px;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-facilitas a h3:before {
    background: #eee;
}

.item-facilitas a h3:after {
    background: #1d4286;
}

@media only screen and (max-width: 991px) {
    #facilities {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .content-facilities-home {
        padding-right: 30px;
        width: 100%;
    }
    .content-facilities-home:before {
        width: 100%;
    }
    .wrap-facilitas {
        margin: 0 -10px;
        margin-top: 30px;
    }
    .item-facilitas {
        padding: 0 10px;
        width: calc(100% / 3);
    }
}

@media only screen and (max-width: 767px) {
    #facilities {
        padding: 40px 0;
    }
    .content-facilities-home {
        padding-right: 0;
        padding-left: 0;
    }
    .content-facilities-home:before {
        display: none;
    }
    .item-facilitas {
        padding: 0 10px;
        width: calc(100% / 2);
    }
}

@media only screen and (max-width: 600px) {
    .wrap-facilitas {
        margin: 0 -5px;
    }
    .item-facilitas {
        padding: 0 5px;
    }
}

@media only screen and (max-width: 480px) {
    .item-facilitas {
        width: 100%;
    }
}

#project {
    position: relative;
    padding: 70px 0;
    margin-top: 100px;
}

#project:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #f1f1f1;
    z-index: 1;
}

#project .container {
    position: relative;
    z-index: 2;
}

#project .title-content h2 {
    color: #6dbde3;
}

#project .title-content h3 {
    color: #FFF;
}

.wrap-project {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: hidden;
    z-index: 10;
}

.wrap-slide-project {
    position: relative;
    z-index: 1;
}

.content-project {
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
    padding-right: 50px;
    background: rgba(29, 66, 134, 0.95);
    text-align: right;
}

.content-project:before {
    position: absolute;
    content: '';
    top: 0;
    right: -1000px;
    width: 1000px;
    height: 100%;
    background: rgba(29, 66, 134, 0.95);
}

.content-project p {
    margin-bottom: 35px;
    font-family: "Open Sans", sans-serif;
    font-size: 1.875rem;
    color: #6dbde3;
    font-weight: lighter;
    font-style: italic;
    line-height: 40px;
}

.content-project a {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8125rem;
    color: #6dbde3;
    font-weight: bold;
    text-transform: uppercase;
}

.box-project {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-top: 20px;
}

.item-project {
    display: block;
    padding: 0 15px;
    margin-bottom: 40px;
    width: 50%;
}

.item-project img {
    margin-bottom: 20px;
}

.item-project h3 {
    position: relative;
    padding-left: 45px;
    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
    color: #4a4a4a;
    font-weight: 500;
}

.item-project h3:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
    background: #c20001;
}

@media only screen and (max-width: 1024px) {
    .content-project {
        padding-top: 70px;
    }
    .content-project p {
        margin-bottom: 35px;
        font-size: 1.5rem;
        line-height: 30px;
    }
    .content-project a {
        font-size: 0.75rem;
    }
}

@media only screen and (max-width: 991px) {
    #project {
        padding: 50px 0;
        margin-top: 0;
    }
    #project:before {
        height: 200px;
    }
    #project .title-content h2, #project .title-content h3 {
        color: #333;
        text-align: left;
    }
    .wrap-project {
        position: relative;
    }
    .content-project {
        padding: 0;
        background: transparent;
    }
    .content-project:before {
        display: none;
    }
    .content-project p, .content-project a {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .item-project {
        width: 50%;
    }
    .item-project h3 {
        padding-left: 25px;
        font-size: 0.875rem;
    }
    .item-project h3:before {
        width: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .item-project {
        width: 100%;
    }
}

#product {
    padding: 70px 0;
    background: #1d4286;
}

#product.normal {
    background: #f6f6f6;
}

#page.page-category {
    padding-top: 70px;
    padding-bottom: 20px;
}

.content-product-home.normal h2 {
    color: #c20001;
}

.content-product-home.normal h2:before {
    background: #c20001;
    box-shadow: 0 7px 0 #c20001, -7px 7px 0 #c20001;
}

.content-product-home.normal p {
    color: #343434;
}

.content-product-home h2 {
    color: #fff;
}

.content-product-home h2:before {
    background: #fff;
    box-shadow: 0 7px 0 #fff, -7px 7px 0 #fff;
}

.content-product-home p {
    color: #8fc5db;
}

.wrap-product-home {
    margin-top: 35px;
}

.item-product-home {
    width: 100%;
}

.item-product-home a {
    display: block;
}

.item-product-home h3 {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 20px 20px;
    margin-top: -35px;
    width: 90%;
    font-size: 1.25rem;
    color: #383737;
    background: #fff;
    z-index: 2;
}

.item-category {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 50px;
}

.img-category {
    position: relative;
    padding-bottom: 40px;
    margin-right: 30px;
    width: 45%;
}

.img-category.second {
    order: 2;
}

.img-category img {
    position: relative;
    width: 100%;
    z-index: 2;
}

.img-category.left {
    padding-left: 40px;
}

.img-category.left:before {
    left: 0;
}

.img-category.right {
    padding-right: 40px;
}

.img-category.right:before {
    right: 0;
}

.img-category:before {
    position: absolute;
    content: '';
    bottom: 0;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #1d4286;
    z-index: 1;
}

.content-category {
    width: 45%;
}

.content-category.first {
    order: 1;
}

.content-category h3 {
    position: relative;
    padding-left: 22px;
    margin-bottom: 20px;
    font-size: 1.5625rem;
    font-weight: bold;
}

.content-category h3:before {
    position: absolute;
    content: '';
    top: calc(50% - 3px);
    left: 7px;
    width: 5px;
    height: 5px;
    background: #c20001;
    box-shadow: 0 7px 0 #c20001, -7px 7px 0 #c20001;
}

.content-category p {
    margin-bottom: 30px;
    line-height: 26px;
}

.detail-category {
    width: 85%;
}

.detail-category h3 {
    position: relative;
    padding-left: 22px;
    margin-bottom: 20px;
    font-size: 1.5625rem;
    font-weight: bold;
}

.detail-category h3:before {
    position: absolute;
    content: '';
    top: calc(50% - 3px);
    left: 7px;
    width: 5px;
    height: 5px;
    background: #c20001;
    box-shadow: 0 7px 0 #c20001, -7px 7px 0 #c20001;
}

.detail-category p {
    margin-bottom: 0;
    line-height: 26px;
}

.list-category {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
}

.list-category li {
    margin-right: 15px;
}

.list-category li:last-child {
    margin-right: 0;
}

.list-category li a {
    display: block;
    color: #343434;
}

.list-category li a.active {
    color: #c20001;
    font-weight: bold;
}

.wrap-product {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-top: 40px;
}

.item-product {
    padding: 0 15px;
    margin-bottom: 30px;
    width: calc(100% / 3);
}

.item-product a {
    display: block;
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}

.item-product a:hover h3 {
    color: #c20001;
}

.item-product a img {
    margin-bottom: 20px;
    width: 60%;
}

.item-product a h3 {
    font-size: 1.125rem;
    color: #343434;
    font-weight: bold;
}

.detail-product h2 {
    margin-bottom: 15px;
    font-size: 1.5rem;
}

/*star-prodContents*/
#prodContents {}

#prodContents .btn {
    display: inline-block;
    font-family: "latoBold";
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#prodContents .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    margin-bottom: 5px;
}
/*end-prodContents*/

/*star-pageRelated*/
#pageRelated {
    padding: 20px 0 60px 0;
}

.relasi-product {
    margin-top: 50px;
}

.relasi-product .title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 3px solid #eee;
}

.relasi-product .title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -3px;
    width: 100px;
    height: 3px;
    background: #c20001;
}

.item-product-relasi a {
    display: block;
    text-align: center;
}

.item-product-relasi a:hover h3 {
    color: #c20001;
}

.item-product-relasi a img {
    margin-bottom: 20px;
    width: 60%;
}

.item-product-relasi a h3 {
    font-size: 1.125rem;
    color: #343434;
    font-weight: bold;
    font-family: "latoBold";
}
/*end-pageRelated*/

/*star-pageRelatGal*/
#pageRelatGal {
    padding: 20px 0 60px 0;
}

.relasi-gallery {
    margin-top: 50px;
}

.relasi-gallery .title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 3px solid #eee;
}

.relasi-gallery .title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -3px;
    width: 100px;
    height: 3px;
    background: #c20001;
}

.item-gallery-relasi a {
    display: block;
    text-align: center;
}

.item-gallery-relasi a:hover h3 {
    color: #c20001;
}

.item-gallery-relasi a img {
    margin-bottom: 20px;
    width: 60%;
}

.item-gallery-relasi a h3 {
    font-size: 1.125rem;
    color: #343434;
    font-weight: bold;
    font-family: "latoBold";
}
/*end-pageRelatGal*/

@media only screen and (max-width: 991px) {
    .item-product-home h3 {
        padding: 15px;
        margin-top: -25px;
        font-size: 0.875rem;
    }
    .detail-category {
        width: 100%;
    }
    .detail-category h3 {
        font-size: 1.25rem;
    }
    .detail-category h3:before {
        top: calc(50% - 5px);
    }
    .list-category {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .list-category li {
        margin-right: 0;
        border-bottom: 1px solid #eee;
    }
    .list-category li a {
        padding: 10px 0;
    }
    .item-product a img {
        width: 70%;
    }
    .item-product a h3 {
        font-size: 0.875rem;
    }
    .item-product-realsi a h3 {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    #product {
        padding: 40px 0;
    }
    .wrap-product-home {
        margin-top: 25px;
    }
    .item-product-home h3 {
        padding: 13px;
        margin-top: 0;
        width: 100%;
        font-size: 0.875rem;
    }
    .detail-category h3 {
        margin-bottom: 15px;
    }
    .detail-category p {
        font-size: 0.875rem;
        line-height: 22px;
    }
    .item-category {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px;
    }
    .img-category {
        padding-bottom: 0;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
        order: 1;
    }
    .img-category.second {
        order: 1;
    }
    .img-category.left {
        padding-left: 0;
    }
    .img-category.right {
        padding-right: 0;
    }
    .img-category:before {
        display: none;
    }
    .content-category {
        width: 100%;
        order: 2;
    }
    .content-category.first {
        order: 2;
    }
    .content-category h3 {
        padding-left: 22px;
        margin-bottom: 10px;
        font-size: 1.25rem;
    }
    .content-category h3:before {
        top: calc(50% - 5px);
    }
    .content-category p {
        margin-bottom: 30px;
        font-size: 0.875rem;
        line-height: 23px;
    }
    .item-product {
        width: calc(100% / 2);
    }
    .img-detail-product {
        margin: 0 auto;
        margin-bottom: 20px;
        width: 70%;
    }
    .detail-product h2 {
        margin-bottom: 10px;
        font-size: 1.125rem;
        font-weight: bold;
    }
    .detail-product .desc {
        font-size: 0.875rem;
        line-height: 23px;
    }
    .relasi-product {
        margin-top: 30px;
    }
    .relasi-product .title {
        font-size: 1.125rem;
    }
    .item-product-realsi a h3 {
        font-size: 0.875rem;
    }
}

@media only screen and (max-width: 600px) {
    .list-category li a {
        font-size: 0.875rem;
    }
    .wrap-product {
        margin: 0 -5px;
        margin-top: 40px;
    }
    .item-product {
        padding: 0 5px;
    }
    .item-product a img {
        width: 90%;
    }
}

#award {
    padding: 70px 0;
    background: #f6f6f6;
}

.title-award h2 {
    margin-bottom: 5px;
    font-size: 0.9375rem;
    color: #8f0001;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.title-award p {
    margin-bottom: 0;
    font-size: 1.875rem;
    font-weight: 300;
}

.wrap-award {
    padding: 0 50px;
    margin-top: 30px;
}

.item-award {
    width: 100%;
}

.item-award a {
    display: block;
    padding: 20px;
    background: #fff;
}

.item-award a h3 {
    margin-top: 15px;
    font-size: 1.0625rem;
    color: #383737;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
}

@media only screen and (max-width: 991px) {
    .title-award p {
        font-size: 1.5rem;
    }
    .item-award a h3 {
        font-size: 0.875rem;
    }
}

@media only screen and (max-width: 767px) {
    #award {
        padding: 40px 0;
    }
    .title-award h2 {
        font-size: 0.875rem;
    }
    .title-award p {
        font-size: 1.125rem;
    }
    .wrap-award {
        padding: 0;
    }
    .item-award a {
        padding: 10px;
    }
    .item-award a h3 {
        font-size: 0.8125rem;
        line-height: 22px;
    }
}

/*star-homePartners*/
#homePartners {
    padding: 70px 0;
    background: #fff;
}

.title-homePartners h2 {
    position: relative;
    margin-bottom: 5px;
    font-family: "latoBold";
    font-size: 38px;
    color: #000000;
    text-transform: capitalize;
    letter-spacing: 1px;
}

/*.title-homePartners h2:before {
    position: absolute;
    content: '';
    top: 2px;
    left: 7px;
    width: 5px;
    height: 5px;
    background: #c20001;
    box-shadow: 0 7px 0 #c20001, -7px 7px 0 #c20001;
}*/

.wrap-homePartners {
    padding: 0 50px;
    margin-top: 30px;
}

.item-homePartners {
    width: 100%;
}

.item-homePartners a {
    display: block;
    padding: 20px;
    background: #fff;
}

.item-homePartners a h3 {
    margin-top: 15px;
    font-size: 1.0625rem;
    color: #383737;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
}

.partmore {
    position: relative;
    display: inline-block;
    padding: 8px 25px;
    font-family: "latoNormal";
    font-size: 16px;
    color: #000;
    background: #fd2902;
    border-radius: 15px 0 15px 0;
    z-index: 1;
}

.partmore:hover {
    color: #fff;
}

.partmore .fa {
    margin-right: 3px;
    font-size: 0.8125rem;
}

@media(max-width: 991px) {
    .title-homePartners h2 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    #homePartners {
        padding: 40px 0;
    }
    .title-homePartners h2 {
        font-size: 38px;
    }
    .title-homePartners p {
        font-size: 1.125rem;
    }
    .wrap-homePartners {
        padding: 0;
    }
    .item-homePartners a {
        padding: 10px;
    }
    .item-homePartners a h3 {
        font-size: 0.8125rem;
        line-height: 22px;
    }
}
/*end-homePartners*/

.page-service {
    margin-top: 30px;
}

.wrap-service {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.item-service {
    display: block;
    padding: 0 10px;
    margin-bottom: 30px;
    width: calc(100% / 3);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-service:hover img {
    opacity: .8;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-service img {
    margin-bottom: 15px;
}

.item-service h3 {
    position: relative;
    padding-left: 25px;
    font-family: "Open Sans", sans-serif;
    font-size: 0.9375rem;
    color: #343434;
    font-weight: normal;
}

.item-service h3:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 15px;
    height: 1px;
    background: #c20001;
}

.title-detail-service {
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 1.625rem;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .item-service {
        width: calc(100% / 2);
    }
    .title-detail-service {
        font-size: 1.3125rem;
    }
}

@media only screen and (max-width: 480px) {
    .item-service {
        width: 100%;
    }
    .title-detail-service {
        font-size: 1.125rem;
    }
}

/*star-bread-contact*/
.map-khusus-contact {
    padding-top: 0px;
    border-top: 1px solid #f2f2f2;
    border-bottom: none;
}

.map-halaman-contact {
    padding: 10px 0px;
    border-bottom: 0px solid #EEEEEE;
    background: #f2f2f2;
}

.breadcrumb-contact {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #000;
    border-radius: 4px;
    text-align: left;
}

.breadcrumb-contact>li {
    display: inline-block;
}

.breadcrumb-contact>li.active a {
    color: #fd2902;
}

.map-khusus-contact .breadcrumb-contact {
    padding-bottom: 10px;
    border-bottom: 0px solid #f2f2f2;
    border-radius: 0px;
}

.map-halaman-contact .breadcrumb-contact {
    margin-bottom: 0px;
    font-family: "latoNormal";
    font-size: 15px;
    background: #f2f2f2;
}

.map-halaman-contact .breadcrumb-contact a {
    color: #000;
    font-family: "latoNormal";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 28px;
}

.breadcrumb-contact>li+li:before {
    padding: 0 0px;
    color: #686868;
    content: "/\00a0";
}
/*end-bread-contact*/

/*star-contact-map*/
#content-contact {
    padding: 60px 0;
    background: #fff;
}

.contact-map {
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px #dadada solid;
}

.contact-map li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    font-size: 13px;
    color: #8f0d9f;
    font-family: "Verdana";
}

.contact-map li:before {
    position: absolute;
    content: "/";
    top: 1px;
    right: -13px;
    font-size: 13px;
    color: #b3b3b3;
}

.contact-map li a {
    display: block;
    font-size: 13px;
    font-family: "Verdana";
    color: #b3b3b3;
}

.contact-map li:last-child:before {
    display: none;
}
/*end-contact-map*/

/*star-tag-kontak*/
.tag-kontak {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 21px;
    border-bottom: 1px solid #DDD;
    font-family: "latoBold";
}

.tag-kontak:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 35px;
    height: 3px;
    background: #fc2902;
}

.form-kontak label {
    /*font-family: "latoNormal";*/
    font-family: "latoBold";
    font-size: 17px;
    color: #555555;
    font-weight: normal;
}

.form-kontak .form-control {
    font-size: 13px;
    /*font-family: "latoNormal";*/
    font-family: "latoBold";
    border-color: #DDD;
    box-shadow: none;
    border-radius: 2px;
}

.form-kontak .form-control:focus {
    border-color: #cf7f40;
    box-shadow: inset 0 1px 1px rgba(207, 127, 64, 0.075), 0 0 8px rgba(207, 127, 64, 0.6);
}

.form-kontak .btn-default {
    padding: 10px 15px;
    font-family: "latoBold";
    font-size: 15px;
    color: #000;
    border-color: #fc2902;
    border-radius: 3px;
    background: transparent;
}

.form-kontak .btn-default:hover, .form-kontak .btn-default:focus {
    color: #FFF;
    background: #fc2902;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-kontak {
    margin-bottom: 20px;
}

.item-kontak .tag-item-kontak {
    margin-bottom: 5px;
    font-family: "latoBold";
    font-size: 17px;
}

.item-kontak .tag-item-kontak .fa {
    margin-right: 5px;
    color: #fc2902;
}

.item-kontak span {
    display: block;
    font-size: 15px;
    line-height: 23px;
    font-family: "latoNormal";
}
/*end-tag-kontak*/

/*star-bread-galleri*/
.map-khusus-galleri {
    padding-top: 0px;
    border-top: 1px solid #f2f2f2;
    border-bottom: none;
}

.map-halaman-galleri {
    padding: 10px 0px;
    border-bottom: 0px solid #EEEEEE;
    background: #f2f2f2;
}

.breadcrumb-galleri {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #000;
    border-radius: 4px;
    text-align: left;
}

.breadcrumb-galleri>li {
    display: inline-block;
}

.breadcrumb-galleri>li.active a {
    color: #fd2902;
}

.map-khusus-galleri .breadcrumb-galleri {
    padding-bottom: 10px;
    border-bottom: 0px solid #f2f2f2;
    border-radius: 0px;
}

.map-halaman-galleri .breadcrumb-galleri {
    margin-bottom: 0px;
    font-family: "latoNormal";
    font-size: 15px;
    background: #f2f2f2;
}

.map-halaman-galleri .breadcrumb-galleri a {
    color: #000;
    font-family: "latoNormal";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 28px;
}

.breadcrumb-galleri>li+li:before {
    padding: 0 0px;
    color: #686868;
    content: "/\00a0";
}
/*end-bread-galleri*/

/*star-galleri*/
#galleri {
    padding-top: 60px;
    padding-bottom: 60px;
}

.textGalleri {
    width: 100%;
}

.textGalleri h3 {
    position: relative;
    padding-left: 22px;
    margin-bottom: 20px;
    font-size: 1.5625rem;
    font-weight: bold;
}

.textGalleri h3:before {
    position: absolute;
    content: '';
    top: calc(50% - 3px);
    left: 7px;
    width: 5px;
    height: 5px;
    background: #c20001;
    box-shadow: 0 7px 0 #c20001, -7px 7px 0 #c20001;
}

.wrap-galleri {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    /*margin-top: 40px;*/
    margin-top: 0;
}

.item-galleri {
    display: block;
    padding: 0 15px;
    width: calc(100% / 3);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-galleri:hover img {
    opacity: .8;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-galleri a {
    display: block;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.img-item-galleri {
    position: relative;
}

.content-item-galleri {
    padding: 15px 25px;
    padding-bottom: 25px;
    background: #fff;
}

.content-item-galleri h3 {
    margin-bottom: 10px;
    font-family: "latoBold";
    font-size: 1rem;
    color: #343434;
    font-weight: bold;
    line-height: 24px;
}

.content-item-galleri p {
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 24px;
}

@media only screen and (max-width: 991px) {
    #galleri {
        padding-bottom: 40px;
    }
    .content-item-galleri h3 {
        font-size: 0.875rem;
        line-height: 22px;
    }
    .content-item-galleri p {
        line-height: 22px;
    }
    .item-galleri {
        width: calc(100% / 2);
    }
}

@media only screen and (max-width: 600px) {
    .item-galleri {
        width: 100%;
    }
    .content-detail-galleri {
        font-size: 0.875rem;
        line-height: 23px;
    }
}
/*end-galleri*/

/*star-galleriC*/
#galleriC {
    padding-top: 60px;
    padding-bottom: 60px;
}

.textGalleric {
    width: 100%;
}

.textGalleric h3 {
    position: relative;
    padding-left: 22px;
    margin-bottom: 20px;
    font-size: 1.5625rem;
    font-weight: bold;
}

.textGalleric h3:before {
    position: absolute;
    content: '';
    top: calc(50% - 3px);
    left: 7px;
    width: 5px;
    height: 5px;
    background: #c20001;
    box-shadow: 0 7px 0 #c20001, -7px 7px 0 #c20001;
}

.wrap-galleriC {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    /*margin-top: 40px;*/
    margin-top: 0;
}

.item-galleriC {
    display: block;
    padding: 0 15px;
    width: calc(100% / 3);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-galleriC:hover img {
    opacity: .8;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-galleriC a {
    display: block;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.img-item-galleriC {
    position: relative;
}

.content-item-galleriC {
    padding: 15px 25px;
    padding-bottom: 25px;
    background: #fff;
}

.content-item-galleriC h3 {
    margin-bottom: 10px;
    font-family: "latoBold";
    font-size: 1rem;
    color: #343434;
    font-weight: bold;
    line-height: 24px;
}

@media (max-width: 991px) {
    #galleriC {
        padding-bottom: 40px;
    }
    .content-item-galleriC h3 {
        font-size: 0.875rem;
        line-height: 22px;
    }
    .item-galleriC {
        width: calc(100% / 2);
    }
}

@media only screen and (max-width: 600px) {
    .item-galleriC {
        width: 100%;
    }
}
/*end-galleriC*/

/*star-bread-search*/
.map-khusus-search {
    padding-top: 0px;
    border-top: 1px solid #f2f2f2;
    border-bottom: none;
}

.map-halaman-search {
    padding: 10px 0px;
    border-bottom: 0px solid #EEEEEE;
    background: #f2f2f2;
}

.breadcrumb-search {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #000;
    border-radius: 4px;
    text-align: left;
}

.breadcrumb-search>li {
    display: inline-block;
}

.breadcrumb-search>li.active a {
    color: #fd2902;
}

.map-khusus-search .breadcrumb-search {
    padding-bottom: 10px;
    border-bottom: 0px solid #f2f2f2;
    border-radius: 0px;
}

.map-halaman-search .breadcrumb-search {
    margin-bottom: 0px;
    font-family: "latoNormal";
    font-size: 15px;
    background: #f2f2f2;
}

.map-halaman-search .breadcrumb-search a {
    color: #000;
    font-family: "latoNormal";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 28px;
}

.breadcrumb-search>li+li:before {
    padding: 0 0px;
    color: #686868;
    content: "/\00a0";
}
/*end-bread-search*/

/*star-search*/
#search {
    padding-top: 60px;
    padding-bottom: 60px;
}

.wrap-search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    /*margin-top: 40px;*/
    margin-top: 0;
}

.item-search {
    display: block;
    padding: 0 15px;
    width: calc(100% / 3);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    position: relative;
}

.item-search:hover img {
    /*opacity: .8;*/
    opacity: 0.2;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-search a {
    display: block;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.img-item-search {
    position: relative;
}

.item-search .et_overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: hsla(0,0%,100%,.9);
    opacity: 1;
    pointer-events: none;
    transition: all .3s;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

.item-search .et_overlay:before {
    color: #fd2902;
    content: "\2b";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 37px;
    transition: all .4s;
}

.content-item-search {
    padding: 15px 25px;
    padding-bottom: 25px;
    background: #fff;
}

.content-item-search h3 {
    margin-bottom: 10px;
    font-family: "latoBold";
    font-size: 1rem;
    color: #343434;
    font-weight: bold;
    line-height: 24px;
}

@media (max-width: 991px) {
    #search {
        padding-bottom: 40px;
    }
    .content-item-search h3 {
        font-size: 0.875rem;
        line-height: 22px;
    }
    .item-search {
        width: calc(100% / 2);
    }
}

@media only screen and (max-width: 600px) {
    .item-search {
        width: 100%;
    }
}
/*end-search*/

/*star-bread-product*/
.map-khusus-product {
    padding-top: 0px;
    border-top: 1px solid #f2f2f2;
    border-bottom: none;
}

.map-halaman-product {
    padding: 10px 0px;
    border-bottom: 0px solid #EEEEEE;
    background: #f2f2f2;
}

.breadcrumb-product {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #000;
    border-radius: 4px;
    text-align: left;
}

.breadcrumb-product>li {
    display: inline-block;
}

.breadcrumb-product>li.active a {
    color: #fd2902;
}

.map-khusus-product .breadcrumb-product {
    padding-bottom: 10px;
    border-bottom: 0px solid #f2f2f2;
    border-radius: 0px;
}

.map-halaman-product .breadcrumb-product {
    margin-bottom: 0px;
    font-family: "latoNormal";
    font-size: 15px;
    background: #f2f2f2;
}

.map-halaman-product .breadcrumb-product a {
    color: #000;
    font-family: "latoNormal";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 28px;
}

.breadcrumb-product>li+li:before {
    padding: 0 0px;
    color: #686868;
    content: "/\00a0";
}
/*end-bread-product*/

/*star-proCat*/
#proCat {
    padding-top: 60px;
    padding-bottom: 60px;
}

.wrap-proCat {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    /*margin-top: 40px;*/
    margin-top: 0;
}

.item-proCat {
    display: block;
    padding: 0 15px;
    width: calc(100% / 3);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    position: relative;
}

.item-proCat:hover img {
    /*opacity: .8;*/
    opacity: 0.2;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-proCat a {
    display: block;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.img-item-proCat {
    position: relative;
}

.item-proCat .et_overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: hsla(0,0%,100%,.9);
    opacity: 1;
    pointer-events: none;
    transition: all .3s;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

.item-proCat .et_overlay:before {
    color: #fd2902;
    content: "\2b";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 37px;
    transition: all .4s;
}

.content-item-proCat {
    padding: 15px 25px;
    padding-bottom: 25px;
    background: #fff;
}

.content-item-proCat h3 {
    margin-bottom: 10px;
    font-family: "latoBold";
    font-size: 1rem;
    color: #343434;
    font-weight: bold;
    line-height: 24px;
}

@media (max-width: 991px) {
    #proCat {
        padding-bottom: 40px;
    }
    .content-item-proCat h3 {
        font-size: 0.875rem;
        line-height: 22px;
    }
    .item-proCat {
        width: calc(100% / 2);
    }
}

@media only screen and (max-width: 600px) {
    .item-proCat {
        width: 100%;
    }
}
/*end-proCat*/

/*star-galleriDetail*/
#galleriDetail {
    padding-top: 60px;
    padding-bottom: 60px;
}

.wrap-galleriDetail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    /*margin-top: 40px;*/
    margin-top: 0;
}

.item-galleriDetail {
    display: block;
    padding: 0 15px;
    width: calc(100% / 3);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    position: relative;
}

.item-galleriDetail:hover img {
    /*opacity: .8;*/
    opacity: 0.2;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-galleriDetail a {
    display: block;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.img-item-galleriDetail {
    position: relative;
}

.et_overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: hsla(0,0%,100%,.9);
    opacity: 1;
    pointer-events: none;
    transition: all .3s;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

.et_overlay:before {
    color: #fd2902;
    content: "\2b";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 37px;
    transition: all .4s;
}

.content-item-galleriDetail {
    padding: 15px 25px;
    padding-bottom: 25px;
    background: #fff;
}

.content-item-galleriDetail h3 {
    margin-bottom: 10px;
    font-family: "latoBold";
    font-size: 1rem;
    color: #343434;
    font-weight: bold;
    line-height: 24px;
}

@media (max-width: 991px) {
    #galleriDetail {
        padding-bottom: 40px;
    }
    .content-item-galleriDetail h3 {
        font-size: 0.875rem;
        line-height: 22px;
    }
    .item-galleriDetail {
        width: calc(100% / 2);
    }
}

@media only screen and (max-width: 600px) {
    .item-galleriDetail {
        width: 100%;
    }
}
/*end-galleriDetail*/

/*star-modalGal*/
#modalGal {}

#modalGal .modal-body h3 {
    font-family: "latoBold";
    font-size: 1.75rem;
    padding-top: 10px;
    line-height: 35px;
}
/*end-modalGal*/

/*star-bread-article*/
.map-khusus-article {
    padding-top: 0px;
    border-top: 1px solid #f2f2f2;
    border-bottom: none;
}

.map-halaman-article {
    padding: 10px 0px;
    border-bottom: 0px solid #EEEEEE;
    background: #f2f2f2;
}

.breadcrumb-article {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #000;
    border-radius: 4px;
    text-align: left;
}

.breadcrumb-article>li {
    display: inline-block;
}

.breadcrumb-article>li.active a {
    color: #fd2902;
}

.map-khusus-article .breadcrumb-article {
    padding-bottom: 10px;
    border-bottom: 0px solid #f2f2f2;
    border-radius: 0px;
}

.map-halaman-article .breadcrumb-article {
    margin-bottom: 0px;
    font-family: "latoNormal";
    font-size: 15px;
    background: #f2f2f2;
}

.map-halaman-article .breadcrumb-article a {
    color: #000;
    font-family: "latoNormal";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 28px;
}

.breadcrumb-article>li+li:before {
    padding: 0 0px;
    color: #686868;
    content: "/\00a0";
}
/*end-bread-article*/

/*star-newsHome*/
#newsHome {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #fd2902;
}

.content-newsHome h2 {
    position: relative;
    padding-left: 22px;
    margin-bottom: 20px;
    font-family: "latoBold";
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.3em;
    letter-spacing: 0;
}

.content-newsHome h2:before {
    position: absolute;
    content: '';
    /*top: 2px;*/
    top: 10px;
    left: 7px;
    width: 5px;
    height: 5px;
    background: #fff;
    box-shadow: 0 7px 0 #fff, -7px 7px 0 #fff;
}

.content-newsHome > p {
    margin-bottom: 0;
    font-size: 1.875rem;
    color: #383737;
    font-weight: 300;
    line-height: 40px;
}

.wrap-news-home {
    margin-top: 40px;
    margin-bottom: 45px;
}

.item-news-home {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-news-home:hover img {
    opacity: .8;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-news-home a {
    display: block;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.img-item-newsHome {
    position: relative;
}

.img-item-newsHome span {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    padding-left: 25px;
    width: 90%;
    font-family: "latoNormal";
    font-size: 0.8125rem;
    color: #1d4286;
    background: #fff;
}

.content-item-newsHome {
    padding: 15px 25px;
    padding-bottom: 25px;
    background: #fff;
}

.content-item-newsHome h3 {
    margin-bottom: 10px;
    font-family: "latoBold";
    font-size: 1rem;
    color: #343434;
    font-weight: bold;
    line-height: 24px;
}

.content-item-newsHome p {
    margin-bottom: 0;
    font-size: 0.875rem;
    font-family: "latoNormal";
    line-height: 24px;
}

.btnArticHome {
    border-radius: 3px;
    background-color: transparent;
    border: 2px solid;
    color: #FFFFFF;
    text-align: center;
    font-family: "latoNormal";
    font-size: 26px;
    font-weight: 500;
    /*padding: 10px 35px;*/
    padding: .3em 1em;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.btnArticHome span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btnArticHome span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.btnArticHome:hover, .btnArticHome:focus {
    color: yellow;
    border: 2px solid;
}

.btnArticHome:hover span {
    padding-right: 25px;
}

.btnArticHome:hover span:after {
    opacity: 1;
    right: 0;
}
/*end-newsHome*/

/*star-prodHome*/
#prodHome {
    padding-top: 60px;
    padding-bottom: 20px;
    background: #ffffff;
}

.content-prodHome h2 {
    position: relative;
    padding-left: 22px;
    margin-bottom: 20px;
    font-family: "latoBold";
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.3em;
    letter-spacing: 0;
}

.content-prodHome h2:before {
    position: absolute;
    content: '';
    /*top: 2px;*/
    top: 10px;
    left: 7px;
    width: 5px;
    height: 5px;
    background: #000;
    box-shadow: 0 7px 0 #000, -7px 7px 0 #000;
}

.content-prodHome > p {
    margin-bottom: 0;
    font-size: 1.875rem;
    color: #383737;
    font-weight: 300;
    line-height: 40px;
}

.wrap-prod-home {
    margin-top: 40px;
    margin-bottom: 45px;
}

.item-prod-home {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-prod-home:hover img {
    opacity: .8;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-prod-home a {
    display: block;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.img-item-prodHome {
    position: relative;
}

.img-item-prodHome span {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    padding-left: 25px;
    width: 90%;
    font-family: "latoNormal";
    font-size: 0.8125rem;
    color: #1d4286;
    background: #fff;
}

.content-item-prodHome {
    padding: 15px 25px;
    padding-bottom: 25px;
    background: #fff;
}

.content-item-prodHome h3 {
    margin-bottom: 10px;
    font-family: "latoBold";
    font-size: 1rem;
    color: #343434;
    font-weight: bold;
    line-height: 24px;
}

.content-item-prodHome p {
    margin-bottom: 0;
    font-size: 0.875rem;
    font-family: "latoNormal";
    line-height: 24px;
}

.btnProdHome {
    border-radius: 3px;
    background-color: transparent;
    border: 2px solid;
    color: #FFFFFF;
    text-align: center;
    font-family: "latoNormal";
    font-size: 26px;
    font-weight: 500;
    /*padding: 10px 35px;*/
    padding: .3em 1em;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.btnProdHome span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btnProdHome span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.btnProdHome:hover, .btnProdHome:focus {
    color: yellow;
    border: 2px solid;
}

.btnProdHome:hover span {
    padding-right: 25px;
}

.btnProdHome:hover span:after {
    opacity: 1;
    right: 0;
}
/*end-prodHome*/

/*star-categoryHome*/
#categoryHome {
    padding-top: 60px;
    padding-bottom: 20px;
    background: #fd2902;
}

.content-categoryHome h2 {
    position: relative;
    padding-left: 22px;
    margin-bottom: 20px;
    font-family: "latoBold";
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.3em;
    letter-spacing: 0;
}

.content-categoryHome h2:before {
    position: absolute;
    content: '';
    /*top: 2px;*/
    top: 10px;
    left: 7px;
    width: 5px;
    height: 5px;
    background: #fff;
    box-shadow: 0 7px 0 #fff, -7px 7px 0 #fff;
}

.content-categoryHome > p {
    margin-bottom: 0;
    font-size: 1.875rem;
    color: #383737;
    font-weight: 300;
    line-height: 40px;
}

.wrap-category-home {
    margin-top: 40px;
    margin-bottom: 45px;
}

.item-category-home {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-category-home:hover img {
    opacity: .8;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-category-home a {
    display: block;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.img-item-categoryHome {
    position: relative;
}

.img-item-categoryHome span {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    padding-left: 25px;
    width: 90%;
    font-family: "latoNormal";
    font-size: 0.8125rem;
    color: #1d4286;
    background: #fff;
}

.content-item-categoryHome {
    padding: 15px 25px;
    padding-bottom: 15px;
    background: #fff;
}

.content-item-categoryHome h3 {
    margin-bottom: 10px;
    font-family: "latoBold";
    font-size: 1rem;
    color: #343434;
    font-weight: bold;
    line-height: 24px;
}

.content-item-categoryHome p {
    margin-bottom: 0;
    font-size: 0.875rem;
    font-family: "latoNormal";
    line-height: 24px;
}
/*end-categoryHome*/

/*star-article*/
#article {
    padding-top: 60px;
    padding-bottom: 60px;
}

.textArticle {
    width: 100%;
}

.textArticle h3 {
    position: relative;
    padding-left: 22px;
    margin-bottom: 20px;
    font-size: 1.5625rem;
    font-weight: bold;
}

.textArticle h3:before {
    position: absolute;
    content: '';
    top: calc(50% - 3px);
    left: 7px;
    width: 5px;
    height: 5px;
    background: #c20001;
    box-shadow: 0 7px 0 #c20001, -7px 7px 0 #c20001;
}

.wrap-article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-top: 40px;
}

.item-article {
    display: block;
    padding: 0 15px;
    width: calc(100% / 3);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-article:hover img {
    opacity: .8;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-article a {
    display: block;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.img-item-article {
    position: relative;
}

.img-item-article span {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    padding-left: 25px;
    width: 90%;
    font-size: 0.8125rem;
    color: #1d4286;
    background: #fff;
}

.content-item-article {
    padding: 15px 25px;
    padding-bottom: 25px;
    background: #fff;
}

.content-item-article h3 {
    margin-bottom: 10px;
    font-family: "latoBold";
    font-size: 1rem;
    color: #343434;
    font-weight: bold;
    line-height: 24px;
}

.content-item-article p {
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 24px;
}

.title-detail-news {
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 1.625rem;
    font-weight: 500;
}

@media only screen and (max-width: 991px) {
    #article {
        padding-bottom: 40px;
    }
    .content-item-article h3 {
        font-size: 0.875rem;
        line-height: 22px;
    }
    .content-item-article p {
        line-height: 22px;
    }
    .item-article {
        width: calc(100% / 2);
    }
}

@media only screen and (max-width: 600px) {
    .item-article {
        width: 100%;
    }
    .title-detail-news {
        font-size: 1.25rem;
    }
    .content-detail-news {
        font-size: 0.875rem;
        line-height: 23px;
    }
}
/*end-article*/

/*star-pageArticle*/
#pageArticle {
    padding: 60px 0;
}

.title-detail-article h2 {
    margin-bottom: 10px;
    font-family: "latoNormal";
    font-size: 1.625rem;
    font-weight: 500;
}

.time-detail-article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
}

.time-detail-article li {
    margin-right: 15px;
    font-family: "latoNormal";
    font-size: 0.8125rem;
    color: #898989;
}

.time-detail-article li .fa {
    margin-right: 5px;
    color: #c20001;
}

.title-detail-article > img {
    margin-bottom: 25px;
    width: 100%;
}

.content-detail-article {
    font-family: "latoNormal";
    color: #000000;
    line-height: 1.7em;
    font-weight: 500;
}

.content-detail-article p {
    font-family: "latoNormal";
    color: #000000;
    line-height: 1.7em;
    font-weight: 500;
}

.btnArtic {
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #fd2902;
    color: #fd2902;
    line-height: 1.7em !important;
    text-align: center;
    font-family: "latoNormal";
    font-size: 20px;
    font-weight: 500;
    padding: 10px 30px;
    /*padding: .3em 1em;*/
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.btnArtic span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btnArtic span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.btnArtic:hover, .btnArtic:focus {
    /*color: yellow;*/
    border: 0 solid;
    background: #dddd;
    color: #fd2902;
}

.btnArtic:hover span {
    padding-right: 25px;
}

.btnArtic:hover span:after {
    opacity: 1;
    right: 0;
}
/*end-pageArticle*/

#contact {
    position: relative;
    padding-top: 50px;
    background: #fff;
}

#contact:before {
    position: absolute;
    content: '';
    top: 50px;
    right: 0;
    width: 70%;
    height: calc(100% - 50px);
    background: #f6f6f6;
    z-index: 2;
}

#contact:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: #1d4286;
    z-index: 1;
}

.wrap-contact-home {
    position: relative;
    padding: 50px 0;
    background: #f6f6f6;
    z-index: 3;
}

.content-contact-home {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    width: 40%;
}

.content-contact-home h2, .content-contact-home p {
    text-align: right;
}

.content-contact-home .desc-content-home {
    margin-bottom: 0;
    width: 355px;
}

.content-contact-home .desc-content-home p {
    margin-bottom: 0;
}

.content-contact-home ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
}

.content-contact-home ul li {
    margin-right: 20px;
}

.content-contact-home ul li:last-child {
    margin-right: 0;
}

.content-contact-home ul li a {
    display: block;
    font-size: 0.8125rem;
    font-weight: bold;
}

.content-contact-home ul li a .fa {
    margin-right: 3px;
}

.alamat-home {
    margin-top: 30px;
    text-align: right;
}

.alamat-home label {
    margin-bottom: 5px;
    font-weight: bold;
}

.alamat-home p {
    margin-bottom: 0;
    color: #383737;
}

.img-contact {
    position: absolute;
    top: -50px;
    right: 0;
    width: calc(60% - 50px);
    height: 100%;
    background: url("../../../uploads/img/other/bg-contact.jpg");
    background-size: cover;
}

.form-contact {
    margin-bottom: 30px;
}

.form-contact .form-control {
    font-size: 0.8125rem;
    border-radius: 3px;
}

.form-contact p {
    margin-bottom: 15;
    font-size: 0.875rem;
}

.btn-contact {
    padding: 8px 25px;
    font-size: 0.8125rem;
    color: #fff;
    background: #1d4286;
    border: 1px solid #1d4286;
    border-radius: 3px;
    cursor: pointer;
}

.btn-contact:hover {
    background: #142d5c;
}

.item-alamat {
    margin-bottom: 20px;
}

.item-alamat label {
    margin-bottom: 5px;
    font-size: 0.875rem;
    font-weight: bold;
}

.item-alamat p {
    margin-bottom: 0;
    font-size: 0.875rem;
}

@media only screen and (max-width: 991px) {
    #contact {
        padding-top: 0;
        background: #f6f6f6;
    }
    #contact:before, #contact:after {
        display: none;
    }
    .content-contact-home {
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        width: 100%;
    }
    .content-contact-home h2, .content-contact-home p {
        text-align: left;
    }
    .content-contact-home .desc-content-home {
        width: 450px;
    }
    .img-contact {
        display: none;
    }
    .alamat-home {
        margin-top: 20px;
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .alamat-home label {
        font-size: 0.875rem;
    }
    .alamat-home p {
        font-size: 0.875rem;
    }
    .content-contact-home .desc-content-home {
        width: 100%;
    }
}

/*star-footer*/
footer .first-footer {
    padding: 50px 0;
    background-color: #dcdcdc;
}

footer .first-footer p, footer .first-footer a {
    color: #6a6a6a;
}

footer .first-footer .judul {
    font-weight: bold;
    color: #3c3c3c;
    font-size: 16px;
    margin-bottom: 25px;
}

footer .first-footer .info-cfoot {
    text-align: right;
}

footer .first-footer .info-cfoot .phone {
    font-size: 30px;
    margin-bottom: 5px;
}

footer .first-footer .info-cfoot .email {
    color: #ff0000;
}

footer .first-footer .sosmed {
    margin-top: 18px;
}

footer .first-footer .sosmed a > i {
    display: inline-block;
    background: #303030;
    border-radius: 50%;
    color: #ffffff;
    font-size: 13px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

footer .first-footer .sosmed a > i.fa-facebook {
    margin-left: 10px;
}

footer .second-footer {
    padding: 20px 0;
    background-color: #fd2902;
}

footer .second-footer .container p {
    margin: 0;
    color: #5f5f5f;
    font-family: "latoNormal";
}

footer .second-footer .container p .beda-warna {
    color: #404040;
}

footer .second-footer .container .copyright span {
    font-family: "latoNormal";
    font-size: 13px;
    color: #ffffff;
}

footer .second-footer .container .copyright {
    font-family: "latoNormal";
    font-size: 13px;
    color: #ffffff;
}

footer .second-footer .container .copyright a {
    color: #ffffff;
}
/*end-footer*/

/*star-top-footer*/
.top-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fd2902;
    background-size: cover;
}

.top-footer .container .row.border-footer {
    border-top: 0 #4586df solid;
    margin-top: 0;
    padding-top: 10px;
}

.top-footer .tracking-footer {
    color: #f8e113;
    font-size: 18px;
    font-family: "OpensansLight";
    padding-bottom: 5px;
    padding-top: 15px;
}

.top-footer .form-tracking {
    display: block;
    width: 100%;
    height: 34px;
    /*padding: 6px 12px;*/
    padding: 25px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #cfcfcf;
    background-color: #fff;
    background-image: none;
    border: 2px solid #cccccc;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 10px;
    font-family: "OpensansLight";
}

.footer-track {
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 15px;
    font-family: "OpensansReguler";
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
}

.footer-track img {
    max-width: 100%;
    height: auto;
}

.footer-track.btn-track {
    color: #ffffff;
    background-color: #f9a31a;
    border-color: #f9a31a;
}
  
.item-footer .tag-item-footer {
    margin-bottom: 15px;
    font-family: "latoBold";
    font-size: 22px;
    color: #ffffff;
    line-height: 1.5em;
}

.item-footer p {
    font-size: 13px;
    color: #FFF;
}

.item-footer ul li {
    margin-bottom: 10px;
}

.item-footer ul li:last-child {
    margin-bottom: 0;
}

.item-footer ul li a {
    position: relative;
    display: block;
    font-size: 13px;
    color: #FFF;
}

.item-footer ul li a .fa {
    margin-right: 5px;
}

.item-kontak-footer {
    margin-bottom: 15px;
}

.item-nav-footer {
    margin-bottom: 10px;
}

.item-info-footer {
    margin-bottom: 5px;
}

.item-almt-footer {
    margin-bottom: 5px;
}

.item-kontak-footer .tag-kontak-footer {
    font-family: "OpenSans Bold";
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
}

.item-nav-footer .tag-nav-footer a {
    font-family: "latoNormal";
    font-size: 15px;
    color: #ffffff;
    text-transform: capitalize;
}

.item-info-footer .tag-info-footer {
    font-family: "latoNormal";
    font-size: 15px;
    color: #ffffff;
    text-transform: capitalize;
}

.item-almt-footer .tag-almt-footer {
    font-family: "latoNormal";
    font-size: 15px;
    color: #ffffff;
    line-height: 27px;
    text-transform: capitalize;
}

.item-footer .tag-subscrip-footer {
    font-family: "latoNormal";
    font-size: 15px;
    color: #ffffff;
    line-height: 27px;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.item-kontak-footer span {
    display: block;
    font-size: 13px;
    color: #FFF;
}

.medsos-footer li {
    display: inline-block;
    margin-right: 10px;
}

.medsos-footer li img {
    display: inline-block;
    margin-right: 10px;
}

.medsos-footer li a {
    display: block;
    width: 30px;
    height: 30px;
    background: #FFF;
    border-radius: 50%;
}

.medsos-footer li a .fa {
    margin-top: 7px;
    margin-left: 9px;
    font-size: 16px;
    color: #0a1019;
}

@media only screen and (max-width: 1024px) {
    .item-footer {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .copy {
        text-align: center;
    }
}

@media only screen and (max-width: 320px) {
    .top-footer {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .item-footer .tag-item-footer {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .item-footer p {
        font-size: 12px;
        line-height: 20px;
        text-align: justify;
    }
    .item-footer ul li a {
        font-size: 12px;
    }
    .item-kontak-footer .tag-kontak-footer {
        font-size: 12px;
    }
    .item-nav-footer .tag-nav-footer a {
        font-size: 12px;
    }
    .item-info-footer .tag-info-footer {
        font-size: 12px;
    }
    .item-almt-footer .tag-almt-footer {
        font-size: 12px;
    }
    .item-kontak-footer span {
        font-size: 12px;
    }
}
/*end-top-footer*/

/*star-subscribe*/
#subscribe .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}

#subscribe .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-family: "latoNormal";
    font-size: 1rem;
    line-height: 1.5;
    text-transform: uppercase;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#subscribe .btn-danger {
    color: #ffffff;
    background-color: #8b20bb;
    border-color: #8b20bb;
}
/*end-subscribe*/

/*star-wrap-menu-footer*/
.wrap-menu-footer {
    background: #fd2902;
}

.content-menu-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0;
}

.item-menu-footer.menu-product ul {
    columns: 2;
}

.item-menu-footer.contact-footer > span {
    font-family: "latoBold";
    font-size: 22px;
    text-transform: capitalize;
}

.item-menu-footer.contact-footer ul li a span {
    color: #ffe50b;
    font-weight: bold;
}

.item-menu-footer > span {
    display: block;
    font-family: "latoBold";
    font-size: 22px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
}

.item-menu-footer > p {
    font-family: "latoNormal";
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 25px;
}

.item-menu-footer ul li {
    margin-bottom: 7px;
}

.item-menu-footer ul li a {
    font-size: 0.875rem;
    color: #ffffff;
}

@media only screen and (max-width: 991px) {
    .item-menu-footer:nth-child(1),
    .item-menu-footer:nth-child(2),
    .item-menu-footer:nth-child(3) {
        display: none;
    }
    .item-menu-footer:last-child {
        width: 100%;
        text-align: center;
    }
}
/*end-wrap-menu-footer*/

/*star-copyrights*/
.copyrights {
    padding: 10px 0;
    background: #fd2902;
}

.wrap-copyright {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.wrap-copyright a {
    display: block;
}

.wrap-copyright a img {
    width: 211px;
}

.wrap-copyright p {
    font-family: "latoNormal";
    font-size: 0.8125rem;
    color: #fff;
}
@media only screen and (max-width: 600px) {
    .copyright {
        padding: 15px 0;
    }
    .wrap-copyright {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
    }
    .wrap-copyright a {
        display: none;
    }
}
/*star-copyright*/

/*star-sosmed-footer*/
.sosmed-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 15px;
}

.sosmed-footer li {
    margin-right: 10px;
}

.sosmed-footer li:last-child {
    margin-right: 0;
}

.sosmed-footer li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: #fff !important;
    background: #4a69a1;
    border-radius: 50%;
    margin-bottom: 10px;
}

.sosmed-footer li a img {
    width: 15px;
    height: auto;
}

@media only screen and (max-width: 991px) {
    .sosmed-footer {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        /*justify-content: center;*/
        justify-content: flex-start;
        -ms-flex-pack: center;
    }
}
/*end-sosmed-footer*/

/*# sourceMappingURL=lwd.style.css.map */



/*star-top-header*/
header {
    position: relative;
    z-index: 999;
}

.top-header {
    border-bottom: 0 solid #DDD;
    overflow: hidden;
    background-color: #fd2902;
}

.top-header .menu-top-header li {
    display: inline-block;
    font-family: "latoNormal";
    font-size: 13px;
    color: #fff;
    padding: 5px 0;
    /* position: relative;  */
}

.top-header .menu-top-header li:before {
    /* position: absolute; */
    content: '';
    top: 0;
    right: 0;
    width: 1px;
    height: 50px;
    background: #DDD;
}

.top-header .menu-top-header li:last-child:before {
    display: none;
}

.top-header .menu-top-header li a {
    display: block;
    padding: 5px 10px;
    color: #fff;
    /*font-size: 13px;*/
    font-size: 15px;
    font-family: "latoNormal";
}

.top-header .menu-top-header li a:hover {
    color: #fff;
}

.top-header .menu-top-header li a .fa {
    margin-right: 3px;
}

@media (max-width: 991px) {
    .top-header {
        display: none;
    }
}
/*end-top-header*/

/*star-accordion*/
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    content: "\f067"; 
}
/*end-accordion*/

/*star-products*/
#products {
    padding-top: 60px;
    padding-bottom: 60px;
}

#products .card {
    border: 0px solid rgba(0,0,0,.125);
}

#products .card-header {
    border-bottom: 0px solid rgba(0,0,0,.125);
    margin-bottom: 10px;
    border: 1px solid #d9d9d9;
}

#products .card-title {
    font-family: "latoBold";
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
}

.wrap-products {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    /*margin-top: 40px;*/
    margin-top: 0;
}

.item-products {
    display: block;
    padding: 0 15px;
    width: calc(100% / 3);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    position: relative;
}

.item-products:hover img {
    /*opacity: .8;*/
    opacity: 0.2;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    z-index: -1;
}

.item-products a {
    display: block;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.img-item-products {
    position: relative;
}

.et_over {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: hsla(0,0%,100%,.9);
    opacity: 1;
    pointer-events: none;
    transition: all .3s;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

.et_over:before {
    color: #fd2902;
    content: "\2b";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 37px;
    transition: all .4s;
}

.content-item-products {
    padding: 15px 25px;
    padding-bottom: 25px;
    background: #fff;
}

.content-item-products h3 {
    margin-bottom: 10px;
    font-family: "latoBold";
    font-size: 1rem;
    color: #343434;
    font-weight: bold;
    line-height: 24px;
}

@media (max-width: 991px) {
    #products {
        padding-bottom: 40px;
    }
    .content-item-products h3 {
        font-size: 0.875rem;
        line-height: 22px;
    }
    .item-products {
        width: calc(100% / 2);
    }
}

@media only screen and (max-width: 600px) {
    .item-products {
        width: 100%;
    }
}
/*end-products*/

/*star-textProd*/
#textProd {
    padding-top: 35px;
}
#textProd .names {
    font-family: "latoBold";
    text-transform: uppercase;
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 15px;
}

#textProd .descripT {
    font-family: "latoBold";
    font-size: 26px;
    line-height: 35px;
}

#textProd .descrip {
    font-family: "latoNormal";
    font-size: 16px;
    line-height: 27px;
}
/*end-textProd*/



/**/
.text-biru {
    color: #4acaf5;
}

.text-ijo {
    color: #11d4a2;
}

.text-titem {
    color: #1b1b1b;
}

.text-merah {
    color: #e03b09;
}

.text-abu {
    color: #f5f5f5;
}

.text-babu {
    color: #999999;
}

.text-xbabu {
    color: #585858;
}

.text-putih {
    color: #ffffff !important;
}

.text-gede {
    font-size: 1.3em;
}

.text-tebel {
    font-weight: bold;
}

.border-bot {
    border-bottom: 1px solid #585858;
}

.relative {
    position: relative;
}

.ngumpet {
    display: none;
}

.block {
    display: block;
}

.w-auto {
    width: auto !important;
}

.inline {
    display: inline-block;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.m-bot {
    margin-bottom: 1vh;
}

.m-right {
    margin-right: 8px;
}

.mt-bot {
    margin-bottom: 5px;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}

.max-width {
    max-width: 100%;
}

.middle {
    margin: 0 auto;
}

.f-segoe {
    font-family: "Segoe Ui";
}

.f-philo {
    font-family: "Philosopher";
}

.f-mont {
    font-family: "Montserrat";
}

.f-times {
    font-family: "Times New Roman";
}

.f-raleway {
    font-family: "Raleway Regular";
}

.pointer {
    cursor: pointer;
}

.text-motwarna {
    font-size: 1.3em !important;
    font-weight: bold;
}

p, li, a, td, label {
    font-family: "Segoe Ui";
}

ol.breadcrumb {
    background-color: transparent;
}

ol.breadcrumb li > a {
    color: #4acaf5;
}

/*star-header*/
header {
    font-family: "OpensansReguler";
}

header div.first-head {
    background-color: #1d55a1;
    padding-top: 10px;
}

header div.first-head .kontain-desktop {
    border-bottom: 0px solid #df0000;
    padding-bottom: 10px;
}

header div.first-head .kontain-desktop .fh-contact-info .hotline {
    margin-right: 20px;
}

header div.first-head .kontain-desktop .fh-contact-info p {
    color: #909090;
}

header div.first-head .pull-left a {
    text-decoration: none;
    color: #ffffff;
    padding: 5px 10px;
    font-family: "OpensansReguler";
    font-size: 13px;
}

header div.first-head .pull-left a.outlet {
    color: #f8e314;
}

header div.first-head .pull-left a.outlet .fa {
    padding-right: 10px;
    font-size: 17px;
}

header div.first-head .pull-right a {
    text-decoration: none;
    color: #ffffff;
    padding: 5px 10px;
    font-family: "OpensansReguler";
    font-size: 13px;
}

header div.second-head {
    position: relative;
    margin: 20px 0;
}

header div.second-head:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -20px;
    height: 1px;
    width: 100%;
    /*background: #4444;*/
}

header div.second-head .hotline.pull-left {
    margin-right: 50px;
}

header div.second-head .form-search {
    padding: 10px;
    border-radius: 8px;
    position: relative;
}

header div.second-head .form-search input[type="text"] {
    border-style: none;
    width: 88%;
}

header div.second-head .form-search .input-search {
    border-radius: 8px;
    padding: 11px 18px;
    background-color: #eaeaea;
    position: absolute;
    right: -15px;
    top: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

header div.second-head .form-search .input-search button {
    background-color: transparent;
    border-style: none;
    color: #333;
    font-weight: bold;
}

header div.second-head .cart, header div.second-head .cart img {
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

header div.second-head .cart .balon_chart {
    position: absolute;
    top: -9px;
    right: -11px;
    padding: 1px 6px;
    border-radius: 10px;
    background-color: #f8e113;
    color: #000000;
    font-family: "RobotoReguler";
}

header div.second-head .info-chart {
    margin-left: 12px;
    vertical-align: middle;
}

header div.second-head .info-chart, header div.second-head .info-chart p {
    display: inline-block;
}

header div.second-head .info-chart strong {
    color: #000000;
    font-family: "RobotoBold";
}

header div.second-head .populer-search {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 12;
    background-color: #F3F3F3;
    width: 100%;
    padding: 10px 10px 0;
    border-radius: 4px;
}

header div.second-head .populer-search p:first-child {
    color: #909090;
}

header div.second-head .populer-search a {
    color: #444;
}

header div.second-head .populer-search a:hover {
    color: #ffa200;
}

header div.second-head .populer-search.aktip {
    display: block;
}

header div.second-head .row-search {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    margin-top: 12px;
}

header div.second-head .kategori-menu {
    position: relative;
}

header div.second-head .kategori-menu .box-kategori-menu {
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}

header div.second-head .kategori-menu .box-kategori-menu strong {
    color: #df0000;
    font-size: 14px;
    font-weight: normal;
}

header div.second-head .kategori-menu .ul.menu-topbar {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0px;
    top: 42px;
    display: none;
    padding-left: 0;
    list-style: none;
    background-color: #df0000;
}

header div.second-head .kategori-menu .ul.menu-topbar li {
    padding: 5px;
}

header div.second-head .kategori-menu .ul.menu-topbar li:hover {
    background: #333333 50%;
    transition: 0.5s;
}

header div.second-head .kategori-menu .ul.menu-topbar li a {
    color: #ffff;
}

header div.second-head .searchna {
    border-left: 1px solid #eaeaea;
}

header div.second-head .login-link-desktop {
    margin-top: 21px;
    text-align: center;
}

header div.second-head .login-link-desktop a {
    color: #333;
    text-transform: uppercase;
}

header div.second-head .login-link-desktop a.merah {
    color: #df0000;
}

header div.third-head {
    padding: 15px 0;
}

header div.third-head .col-lg-10.menu a {
    padding: 0 15px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}

header div.third-head .col-lg-10.menu a:hover {
    color: #FFA200;
    transition: 0.5s;
}
/*end-header*/

.content-home .bx-controls-direction {
    display: none;
}

.content-home .container.slider-sale {
    position: relative;
    margin-top: 20px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 8px solid #eaeaeaea;
}

.content-home .container.slider-sale .owl-carousel .owl-prev {
    position: absolute;
    top: 70px;
    left: -50px;
}

.content-home .container.slider-sale .owl-carousel .owl-next {
    position: absolute;
    top: 70px;
    right: -50px;
}

.content-home .container.slider-sale .owl-carousel .item {
    padding: 0px 10px;
}

.content-home .container.slider-sale .owl-carousel .box-sale {
    position: relative;
    min-height: 250px;
}

.content-home .container.slider-sale .owl-carousel .box-sale p {
    margin: 0;
    display: block;
    color: #565656;
}

.content-home .container.slider-sale .owl-carousel .box-sale img {
    display: block;
    width: auto;
    max-width: 85%;
    max-height: 100%;
    margin: 0 auto 10px;
}

.content-home .container.slider-sale .owl-carousel .box-sale .sale-tag {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 13px 10px;
    background-color: #df0000;
    color: #ffff;
    border-radius: 50%;
}

.content-home .container.slider-sale .owl-carousel .box-sale .new-tag {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 20px;
    background-color: #10B2E1;
    color: #ffff;
    border-radius: 5px;
    width: 64.1px;
}

.content-home .container.slider-sale .owl-carousel .box-sale .habis-tag {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px 16px;
    background-color: #FFA200;
    color: #ffff;
    border-radius: 5px;
    width: 64.1px;
}

.content-home .container.slider-sale .owl-carousel .box-sale .hidden-desc {
    text-align: center;
    margin: 10px auto;
    position: absolute;
    bottom: 0;
    right: 15px;
}
  
.content-home .container.slider-sale .owl-carousel .box-sale .hidden-desc .desc-cart, .content-home .container.slider-sale .owl-carousel .box-sale .hidden-desc .desc-detail {
    display: inline-block;
    width: 28px;
    height: 28px;
}

.content-home .container.slider-sale .owl-carousel .box-sale .hidden-desc .fa-shopping-cart, .content-home .container.slider-sale .owl-carousel .box-sale .hidden-desc .fa.fa-check, .content-home .content-product .main-product .container.slider-sale .owl-carousel .col-md-9 .row:nth-child(n+2) .col-md-3 .content-products .box-sale .hidden-desc .fa.fa-check, .content-product .main-product .content-home .container.slider-sale .owl-carousel .col-md-9 .row:nth-child(n+2) .col-md-3 .content-products .box-sale .hidden-desc .fa.fa-check, .content-home .content-product .main-product .container.slider-sale .col-md-9 .row:nth-child(n+2) .col-md-3 .content-products .owl-carousel .box-sale .hidden-desc .fa.fa-check, .content-product .main-product .content-home .container.slider-sale .col-md-9 .row:nth-child(n+2) .col-md-3 .content-products .owl-carousel .box-sale .hidden-desc .fa.fa-check, .content-home .container.slider-sale .owl-carousel .content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .item .box-sale .hidden-desc .fa.fa-check, .content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .item .content-home .container.slider-sale .owl-carousel .box-sale .hidden-desc .fa.fa-check, .content-home .container.slider-sale .owl-carousel .content-product-detail .main-prod-detail .row:last-child .related-prod .item .box-sale .hidden-desc .fa.fa-check, .content-product-detail .main-prod-detail .row:last-child .related-prod .item .content-home .container.slider-sale .owl-carousel .box-sale .hidden-desc .fa.fa-check {
    background-color: transparent;
    color: #333;
    padding: 8px 7px;
    border-radius: 20px;
    width: 35px;
    height: 35px;
    border: 1px solid #c9c9c9;
    font-size: 18px;
}

.content-home .container.slider-sale .owl-carousel .box-sale .hidden-desc .fa.fa-info {
    background-color: #ffa200;
    color: #fff;
    padding: 7px 11px;
    border-radius: 20px;
    width: 28px;
    height: 28px;
}

.content-home .container.slider-sale .owl-carousel .box-sale .price-strip {
    color: #df0000;
    font-family: "OpensansBold";
    font-size: 18px;
}

.content-home .container.slider-sale .owl-carousel .box-sale .price-norm {
    color: #4444;
    font-family: "OpensansReguler";
    font-size: 14px;
}

.content-home .banner {
    padding: 20px 0;
    display: grid;
    grid-gap: 20px;
}

.content-home .banner .item1 {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
}

.content-home .banner .item2 {
    grid-column: 2 / span 1;
    grid-row: 1 / span 2;
}

.content-home .banner .item3 {
    grid-column: 3 / span 1;
    grid-row: 1 / span 1;
}

.content-home .banner .item4 {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
}

.content-home .banner .item5 {
    grid-column: 3 / span 1;
    grid-row: 2 / span 1;
}

.content-home .banner img {
    height: 100%;
    width: 100%;
    display: block;
}

.content-home .slider-best {
    padding: 40px 0;
    background-color: #f5f5f5;
}

.content-home .slider-best .container {
    position: relative;
    background-color: #FFFF;
}

.content-home .slider-best .container .box-sale {
    position: relative;
    min-height: 250px;
}

.content-home .slider-best .container .box-sale p {
    margin: 0;
    display: block;
    color: #565656;
}

.content-home .slider-best .container .box-sale img {
    display: block;
    width: auto;
    max-width: 85%;
    max-height: 100%;
    margin: 0 auto 10px;
}

.content-home .slider-best .container .box-sale .sale-tag {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 13px 10px;
    background-color: #df0000;
    color: #ffff;
    border-radius: 50%;
}

.content-home .slider-best .container .box-sale .new-tag {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 20px;
    background-color: #10B2E1;
    color: #ffff;
    border-radius: 5px;
    width: 64.1px;
}

.content-home .slider-best .container .box-sale .habis-tag {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px 16px;
    background-color: #FFA200;
    color: #ffff;
    border-radius: 5px;
    width: 64.1px;
}

.content-home .slider-best .container .box-sale .hidden-desc {
    text-align: center;
    margin: 10px auto;
    position: absolute;
    bottom: 0;
    right: 15px;
}

.content-home .slider-best .container .box-sale .hidden-desc .desc-cart, .content-home .slider-best .container .box-sale .hidden-desc .desc-detail {
    display: inline-block;
    width: 28px;
    height: 28px;
}

.content-home .slider-best .container .box-sale .hidden-desc .fa-shopping-cart, .content-home .slider-best .container.slider-sale .owl-carousel .box-sale .hidden-desc .fa.fa-check, .content-home .slider-best .container .box-sale .hidden-desc .fa.fa-check, .content-home .slider-best .content-product .main-product .container .col-md-9 .box-sale .hidden-desc .fa.fa-check, .content-product .main-product .content-home .slider-best .container .col-md-9 .box-sale .hidden-desc .fa.fa-check, .content-home .slider-best .content-product .main-product .container .col-md-9 .row:nth-child(n+2) .col-md-3 .content-products .box-sale .hidden-desc .fa.fa-check, .content-product .main-product .content-home .slider-best .container .col-md-9 .row:nth-child(n+2) .col-md-3 .content-products .box-sale .hidden-desc .fa.fa-check, .content-home .slider-best .container .content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .item .box-sale .hidden-desc .fa.fa-check, .content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .item .content-home .slider-best .container .box-sale .hidden-desc .fa.fa-check, .content-home .slider-best .container .content-product-detail .main-prod-detail .row:last-child .related-prod .item .box-sale .hidden-desc .fa.fa-check, .content-product-detail .main-prod-detail .row:last-child .related-prod .item .content-home .slider-best .container .box-sale .hidden-desc .fa.fa-check {
    background-color: transparent;
    color: #333;
    padding: 8px 7px;
    border-radius: 20px;
    width: 35px;
    height: 35px;
    border: 1px solid #c9c9c9;
    font-size: 18px;
}

.content-home .slider-best .container .box-sale .hidden-desc .fa.fa-info {
    background-color: #ffa200;
    color: #fff;
    padding: 7px 11px;
    border-radius: 20px;
    width: 28px;
    height: 28px;
}

.content-home .slider-best .container .box-sale .price-strip {
    color: #df0000;
    font-family: "OpensansBold";
    font-size: 18px;
}

.content-home .slider-best .container .box-sale .price-norm {
    color: #4444;
    font-family: "OpensansReguler";
    font-size: 14px;
}

.content-home .slider-best .container .box-sale {
    height: 100%;
}

.content-home .slider-best .container .box-sale img {
    height: auto;
}

.content-home .slider-best .container .cheapest {
    margin: 0 -15px;
}

.content-home .slider-best .container .cheapest img {
    width: 100%;
}

.content-home .slider-best .bs-home {
    padding: 20px 0 20px;
    display: grid;
    grid-gap: 20px;
    margin-bottom: 20px;
    border-bottom: 8px solid #eaeaea;
}

.content-home .slider-best .bs-home .item1 {
    grid-column: 1 / span 1;
    grid-row: 1 / span 2;
}

.content-home .slider-best .bs-home .item1 .box-sale img {
    padding-top: 150px;
}

.content-home .slider-best .bs-home .item1 .box-sale p {
    position: absolute;
}

.content-home .slider-best .bs-home .item1 .box-sale p.desc {
    bottom: 26px;
}

.content-home .slider-best .bs-home .item1 .box-sale p.hargacuk {
    bottom: 0px;
}

.content-home .slider-best .bs-home .item2 {
    grid-column: 2 / span 1;
    grid-row: 1 / span 1;
}

.content-home .slider-best .bs-home .item3 {
    grid-column: 3 / span 1;
    grid-row: 1 / span 1;
}

.content-home .slider-best .bs-home .item4 {
    grid-column: 2 / span 1;
    grid-row: 2 / span 1;
}

.content-home .slider-best .bs-home .item5 {
    grid-column: 3 / span 1;
    grid-row: 2 / span 1;
}

.content-home .slider-best .bs-home img {
    height: 100%;
    width: 100%;
    display: block;
}

.content-home .judul {
    margin: 20px 0;
}

.content-home .judul:after {
    position: absolute;
    content: "";
    left: 15px;
    top: 58px;
    height: 4px;
    width: 150px;
    background: #df0000;
}

.content-home .judul p {
    margin: 0;
    font-family: "OpensansExtrabold";
    font-size: 24px; }

.content-home .product-us {
    margin-top: 20px;
}

.content-home .product-us .last-banner {
    margin-top: 80px;
}

.content-home .product-us .container {
    position: relative;
}

.content-home .product-us .container img {
    display: block;
}

.content-home .product-us .container .box-sale {
    position: relative;
    min-height: 250px;
}

.content-home .product-us .container .box-sale p {
    margin: 0;
    display: block;
    color: #565656;
}

.content-home .product-us .container .box-sale img {
    display: block;
    width: auto;
    max-width: 85%;
    max-height: 100%;
    margin: 0 auto 10px;
}

.content-home .product-us .container .box-sale .sale-tag {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 13px 10px;
    background-color: #df0000;
    color: #ffff;
    border-radius: 50%;
}

.content-home .product-us .container .box-sale .new-tag {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 20px;
    background-color: #10B2E1;
    color: #ffff;
    border-radius: 5px;
    width: 64.1px;
}

.content-home .product-us .container .box-sale .habis-tag {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px 16px;
    background-color: #FFA200;
    color: #ffff;
    border-radius: 5px;
    width: 64.1px;
}

.content-home .product-us .container .box-sale .hidden-desc {
    text-align: center;
    margin: 10px auto;
    position: absolute;
    bottom: 0;
    right: 15px;
}

.content-home .product-us .container .box-sale .hidden-desc .desc-cart, 
.content-home .product-us .container .box-sale .hidden-desc .desc-detail {
    display: inline-block;
    width: 28px;
    height: 28px;
}

.content-home .product-us .container .box-sale .hidden-desc .fa-shopping-cart, 
.content-home .product-us .container.slider-sale .owl-carousel .box-sale 
.hidden-desc .fa.fa-check, .content-home .product-us .container .box-sale .hidden-desc 
.fa.fa-check, .content-home .product-us 
.content-product .main-product .container .col-md-9 .box-sale .hidden-desc .fa.fa-check, 
.content-product .main-product .content-home .product-us .container .col-md-9 .box-sale .hidden-desc .fa.fa-check, 
.content-home .product-us .content-product .main-product .container .col-md-9 .row:nth-child(n+2) .col-md-3 
.content-products .box-sale .hidden-desc .fa.fa-check, 
.content-product .main-product .content-home .product-us .container .col-md-9 .row:nth-child(n+2) .col-md-3 
.content-products .box-sale .hidden-desc .fa.fa-check, .content-home .product-us .container 
.content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .item .box-sale .hidden-desc .fa.fa-check, 
.content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .item 
.content-home .product-us .container .box-sale .hidden-desc .fa.fa-check, 
.content-home .product-us .container .content-product-detail .main-prod-detail .row:last-child .related-prod .item .box-sale .hidden-desc .fa.fa-check, 
.content-product-detail .main-prod-detail .row:last-child .related-prod .item 
.content-home .product-us .container .box-sale .hidden-desc .fa.fa-check {
    background-color: transparent;
    color: #333;
    padding: 8px 7px;
    border-radius: 20px;
    width: 35px;
    height: 35px;
    border: 1px solid #c9c9c9;
    font-size: 18px;
}

.content-home .product-us .container .box-sale .hidden-desc .fa.fa-info {
    background-color: #ffa200;
    color: #fff;
    padding: 7px 11px;
    border-radius: 20px;
    width: 28px;
    height: 28px;
}

.content-home .product-us .container .box-sale .price-strip {
    color: #df0000;
    font-family: "OpensansBold";
    font-size: 18px;
}

.content-home .product-us .container .box-sale .price-norm {
    color: #4444;
    font-family: "OpensansReguler";
    font-size: 14px;
}

.content-home .product-us .container .box-sale {
    margin-top: 15px;
    margin-bottom: 15px;
}

.content-home .product-us .container .judul {
    margin: 20px 0 10px;
}

.content-home .product-us .container .judul p {
    display: inline-block;
}

.content-home .product-us .container .judul p:last-child {
    float: right;
}

.content-home .product-us .container .judul p:last-child a {
    color: #FFA200;
    font-size: 14px;
}

.content-home .product-us .container a {
    text-decoration: none;
}

.content-home .product-us .container a .box-sale {
    margin: 15px 0;
    padding: 15px 0;
}

.content-product .bread-produk {
    background-color: #ffffff;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

.content-product .bread-produk .container {
    /*padding: 25px 15px 5px;*/
    padding: 5px 15px 5px;
}

.content-product .bread-produk p {
    color: #ffff;
    font-family: "OpensansExtrabold";
    font-size: 25px;
    float: left;
}

.content-product .bread-produk ol.breadcrumb {
    float: left;
    background-color: transparent;
    margin-bottom: 0;
    padding: 8px 0px;
}

.content-product .bread-produk ol.breadcrumb li::before, .content-product .bread-produk ol.breadcrumb li a {
    /*color: #ffffff;*/
    font-family: "OpensansReguler";
    color: #ababab;
}

/*.content-product .bread-produk ol.breadcrumb li.active a, .content-product .bread-produk ol.breadcrumb li .fa-home {*/
.content-product .bread-produk ol.breadcrumb li.active a {
    /*color: #ffff;*/
    color: #1d55a1;
    font-family: "OpensansReguler";
}

.content-product .bread-produk ol.breadcrumb li {
    color: #ababab;
    font-family: "OpensansReguler";
}

.content-product .main-product {
    padding: 20px 0 30px;
}

.content-product .main-product .container .col-md-3 .box-nav {
    border-style: solid;
    border-width: 1px;
    border-color: #4444;
    border-radius: 8px;
}

.content-product .main-product .container .col-md-3 .box-nav p {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #4444;
}

.content-product .main-product .container .col-md-3 .box-nav p:first-child {
    font-size: 15px;
    font-weight: bold;
}

.content-product .main-product .container .col-md-3 .box-nav p:nth-child(1n + 2) {
    color: #939393;
}

.content-product .main-product .container .col-md-3 .box-nav p:nth-child(1n + 2) strong {
    color: #333;
}

.content-product .main-product .container .col-md-3 .box-nav p:nth-child(1n + 2) i {
    color: #FFA200;
}

.content-product .main-product .container .col-md-3 .box-nav p:last-child {
    border-style: none;
}

.content-product .main-product .container .col-md-3 .box-kat {
    margin-top: 0px;
    position: relative;
}

.content-product .main-product .container .col-md-3 .box-kat .isi-box {
    overflow-y: scroll;
    max-height: 200px;
}

.content-product .main-product .container .col-md-3 .box-kat .isi-box a {
    text-decoration: none;
    color: #333;
}

.content-product .main-product .container .col-md-3 .box-kat .isi-box p.active a {
    color: #df0000;
    font-weight: bold;
}

.content-product .main-product .container .col-md-3 .box-kat .isi-box .subcat {
    display: none;
    margin-left: 10px;
}

.content-product .main-product .container .col-md-3 .box-kat .isi-box .subcat p.active a {
    color: green;
}

.content-product .main-product .container .col-md-3 .box-kat .isi-box .typesub {
    display: none;
    margin-left: 10px;
}

.content-product .main-product .container .col-md-3 .box-kat .isi-box .typesub p.active a {
    color: green;
}

.content-product .main-product .container .col-md-3 .box-kat .isi-box .subcat.active {
    display: block;
}

.content-product .main-product .container .col-md-3 .box-kat .isi-box .typesub.active {
    display: block;
}

.content-product .main-product .container .col-md-3 .box-harga .form {
    overflow: hidden;
}
      
.content-product .main-product .container .col-md-3 .box-harga .form .from {
    /*float: left;*/
    /*width: 45%;*/
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 30px;
}

.content-product .main-product .container .col-md-3 .box-harga .form .to {
    /*float: left;*/
    /*width: 45%;*/
    padding-left: 5px;
    padding-right: 5px;
}

.content-product .main-product .container .col-md-3 .box-harga .form .btns {
    padding-left: 5px;
    padding-right: 5px;
}

.content-product .main-product .container .col-md-3 .box-harga .form .btns .btn1 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.content-product .main-product .container .col-md-3 .box-harga .form .btns .btn-defaults {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.content-product .main-product .container .col-md-3 .box-harga .form .from input, .content-product .main-product .container .col-md-3 .box-harga .form .to input {
    width: 100%;
    border: 1px solid #dadada;
}

.content-product .main-product .container .col-md-3 .box-harga .form .from label, .content-product .main-product .container .col-md-3 .box-harga .form .to label {
    font-weight: normal;
    display: block;
}

/*.content-product .main-product .container .col-md-3 .box-harga .form .to {
    float: right;
}*/

/*.content-product .main-product .container .col-md-3 .box-harga .form button {
    font-weight: bold;
    background: transparent;
    border-style: none;
    border-bottom: 2px solid #333;
    margin-top: 10px;
    padding: 0;
    margin-bottom: 20px;
}*/

.content-product .main-product .container .col-md-3 .box-best-sell {
    margin-top: 25px;
    position: relative;
}

.content-product .main-product .container .col-md-3 .box-best-sell .owl-carousel .owl-dots {
    position: absolute;
    top: -40px;
    right: 0;
}

.content-product .main-product .container .col-md-3 .box-best-sell .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.content-product .main-product .container .col-md-3 .box-best-sell .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #df0000;
}

.content-product .main-product .container .col-md-3 .box-best-sell .owl-carousel .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #4444;
    border-radius: 20px;
    display: inline-block;
    height: 12px;
    margin: 0px 5px;
    opacity: 1;
    width: 12px;
}

.content-product .main-product .container .col-md-3 .box-best-sell .isi-best {
    padding: 10px 0;
    border-bottom: 1px solid #4444;
}

.content-product .main-product .container .col-md-3 .box-best-sell .isi-best img {
    width: 90px;
    display: inline-block;
}

.content-product .main-product .container .col-md-3 .box-best-sell .isi-best .desc {
    display: inline-block;
}

.content-product .main-product .container .col-md-3 .box-best-sell .isi-best .desc p {
    margin-bottom: 0;
}

.content-product .main-product .container .col-md-3 .box-best-sell .isi-best .desc p:first-child {
    color: #636363;
}

.content-product .main-product .container .col-md-3 .box-best-sell .isi-best .desc p:nth-child(2) {
    font-size: 16px;
    color: #FFA200;
    font-family: "OpensansBold";
}

.content-product .main-product .container .col-md-3 .box-best-sell .isi-best .desc p:last-child {
    color: #bababa;
}

.content-product .main-product .container .col-md-9 .row-sort {
    border-bottom: 1px solid #4444;
}

@media (max-width: 991px) {
    .content-product .main-product .container .row .col-md-9 .box-sale {
        min-height: 360px;
    }
    .content-product .main-product .container .row .col-md-9 .col-md-4 {
        width: calc(99% / 3);
        display: inline-flex;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .price-norm {
        font-size: 12px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .branded {
        font-size: 11px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .desc {
        font-size: 11px;
    }
}

@media (max-width: 900px) {
    .content-product .main-product .container .row .col-md-9 .box-sale {
        min-height: 360px;
    }
    .content-product .main-product .container .row .col-md-9 .col-md-4 {
        width: calc(99% / 3);
        display: inline-flex;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .price-norm {
        font-size: 12px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .branded {
        font-size: 11px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .desc {
        font-size: 11px;
    }
}

@media (max-width: 850px) {
    .content-product .main-product .container .row .col-md-9 .box-sale {
        min-height: 360px;
    }
    .content-product .main-product .container .row .col-md-9 .col-md-4 {
        width: calc(99% / 3);
        display: inline-flex;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .price-norm {
        font-size: 12px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .branded {
        font-size: 11px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .desc {
        font-size: 11px;
    }
}

@media (max-width: 800px) {
    .content-product .main-product .container .row .col-md-9 .box-sale {
        min-height: 340px;
    }
    .content-product .main-product .container .row .col-md-9 .col-md-4 {
        width: calc(98% / 2);
        display: inline-flex;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .price-norm {
        font-size: 12px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .branded {
        font-size: 11px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .desc {
        font-size: 11px;
    }
}

@media (max-width: 750px) {
    .content-product .main-product .container .row .col-md-9 .box-sale {
        min-height: 340px;
    }
    .content-product .main-product .container .row .col-md-9 .col-md-4 {
        width: calc(98% / 2);
        display: inline-flex;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .price-norm {
        font-size: 12px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .branded {
        font-size: 11px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .desc {
        font-size: 11px;
    }
}

@media (max-width: 700px) {
    .content-product .main-product .container .row .col-md-9 .box-sale {
        min-height: 340px;
    }
    .content-product .main-product .container .row .col-md-9 .col-md-4 {
        width: calc(98% / 2);
        display: inline-flex;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .price-norm {
        font-size: 12px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .branded {
        font-size: 11px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .desc {
        font-size: 11px;
    }
}

@media (max-width: 650px) {
    .content-product .main-product .container .row .col-md-9 .box-sale {
        min-height: 340px;
    }
    .content-product .main-product .container .row .col-md-9 .col-md-4 {
        width: calc(98% / 2);
        display: inline-flex;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .price-norm {
        font-size: 12px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .branded {
        font-size: 11px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .desc {
        font-size: 11px;
    }
}

@media (max-width: 600px) {
    .content-product .main-product .container .row .col-md-9 .box-sale {
        min-height: 340px;
    }
    .content-product .main-product .container .row .col-md-9 .col-md-4 {
        width: calc(98% / 2);
        display: inline-flex;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .price-norm {
        font-size: 12px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .branded {
        font-size: 11px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .desc {
        font-size: 11px;
    }
}

@media (max-width: 550px) {
    .content-product .main-product .container .row .col-md-9 .box-sale {
        min-height: 340px;
    }
    .content-product .main-product .container .row .col-md-9 .col-md-4 {
        width: calc(98% / 2);
        display: inline-flex;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .price-norm {
        font-size: 12px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .branded {
        font-size: 11px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .desc {
        font-size: 11px;
    }
}

@media (max-width: 500px) {
    .content-product .main-product .container .row .col-md-9 .box-sale {
        min-height: 295px;
    }
    .content-product .main-product .container .row .col-md-9 .col-md-4 {
        width: calc(98% / 2);
        display: inline-flex;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .price-norm {
        font-size: 12px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .branded {
        font-size: 11px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .desc {
        font-size: 11px;
    }
}

@media (max-width: 450px) {
    .content-product .main-product .container .row .col-md-9 .box-sale {
        min-height: 295px;
    }
    .content-product .main-product .container .row .col-md-9 .col-md-4 {
        width: calc(98% / 2);
        display: inline-flex;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .price-norm {
        font-size: 12px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .branded {
        font-size: 11px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .desc {
        font-size: 11px;
    }
}

@media (max-width: 400px) {
    .content-product .main-product .container .row .col-md-9 .box-sale {
        min-height: 285px;
    }
    .content-product .main-product .container .row .col-md-9 .col-md-4 {
        width: calc(98% / 2);
        display: inline-flex;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .price-norm {
        font-size: 12px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .branded {
        font-size: 11px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .desc {
        font-size: 11px;
    }
}

@media (max-width: 375px) {
    .content-product .main-product .container .row .col-md-9 .box-sale {
        min-height: 275px;
    }
    .content-product .main-product .container .row .col-md-9 .col-md-4 {
        width: calc(98% / 2);
        display: inline-flex;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .price-norm {
        font-size: 12px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .branded {
        font-size: 11px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .desc {
        font-size: 11px;
    }
}

@media (max-width: 365px) {
    .content-product .main-product .container .row .col-md-9 .box-sale {
        min-height: 275px;
    }
    .content-product .main-product .container .row .col-md-9 .col-md-4 {
        width: calc(98% / 2);
        display: inline-flex;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .price-norm {
        font-size: 12px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .branded {
        font-size: 11px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .desc {
        font-size: 11px;
    }
}

@media (max-width: 320px) {
    .content-product .main-product .container .row .col-md-9 .box-sale {
        min-height: 255px;
    }
    .content-product .main-product .container .row .col-md-9 .col-md-4 {
        width: calc(98% / 2);
        display: inline-flex;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .price-norm {
        font-size: 12px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .branded {
        font-size: 11px;
    }
    .content-product .main-product .container .row .col-md-9 .box-sale .desc {
        font-size: 11px;
    }
}

.content-product .main-product .container .col-md-9 .box-sale {
    position: relative;
    /*min-height: 250px;*/
    min-height: 430px;
}

.content-product .main-product .container .col-md-9 .col-md-4 .box-sale {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px #dddd solid;
}

.content-product .main-product .container .col-md-9 .box-sale p {
    margin: 0;
    display: block;
    color: #565656;
}

.content-product .main-product .container .col-md-9 .box-sale img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto 10px;
}

.content-product .main-product .container .col-md-9 .box-sale .branded {
    display: block;
    color: #b1b1b1;
    padding-top: 5px;
    font-size: 12px;
    font-family: "OpensansReguler";
    text-transform: uppercase;
    /*min-height: 40px;*/
}

.content-product .main-product .container .col-md-9 .box-sale .desc {
    display: block;
    color: #272727;
    font-size: 14px;
    padding-top: 5px;
    font-family: "OpensansReguler";
    text-transform: capitalize;
    min-height: 50px;
}

.content-product .main-product .container .col-md-9 .box-sale .zonk {
    display: block;
    color: #272727;
    padding-top: 5px;
    font-size: 13px;
    font-weight: bold;
    font-family: "OpensansReguler";
    text-transform: capitalize;
}

.content-product .main-product .container .col-md-9 .box-sale .sale-tag {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 13px 10px;
    background-color: #df0000;
    color: #ffff;
    border-radius: 50%;
}

.content-product .main-product .container .col-md-9 .box-sale .new-tag {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 20px;
    background-color: #10B2E1;
    color: #ffff;
    border-radius: 5px;
    width: 64.1px;
}

.content-product .main-product .container .col-md-9 .box-sale .habis-tag {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px 16px;
    background-color: #FFA200;
    color: #ffff;
    border-radius: 5px;
    width: 64.1px;
}

.content-product .main-product .container .col-md-9 .box-sale .hidden-desc {
    text-align: center;
    margin: 10px auto;
    position: absolute;
    bottom: 0;
    right: 15px;
}

.content-product .main-product .container .col-md-9 .box-sale .hidden-desc .desc-cart, 
.content-product .main-product .container .col-md-9 .box-sale .hidden-desc .desc-detail {
    display: inline-block;
    width: 28px;
    height: 28px;
}

.content-product .main-product .container .col-md-9 .box-sale .hidden-desc .fa-shopping-cart, 
.content-product .main-product .container .col-md-9 .box-sale .hidden-desc .fa.fa-check, 
.content-product .main-product .container .col-md-9 .row:nth-child(n+2) .col-md-3 
.content-products .box-sale .hidden-desc .fa.fa-check, .content-product .main-product .container .col-md-9 
.content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .item .box-sale .hidden-desc .fa.fa-check, 
.content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .item 
.content-product .main-product .container .col-md-9 .box-sale .hidden-desc .fa.fa-check, 
.content-product .main-product .container .col-md-9 
.content-product-detail .main-prod-detail .row:last-child .related-prod .item .box-sale .hidden-desc .fa.fa-check, 
.content-product-detail .main-prod-detail .row:last-child .related-prod .item 
.content-product .main-product .container .col-md-9 .box-sale .hidden-desc .fa.fa-check {
    background-color: transparent;
    color: #333;
    padding: 8px 7px;
    border-radius: 20px;
    width: 35px;
    height: 35px;
    border: 1px solid #c9c9c9;
    font-size: 18px;
}

.content-product .main-product .container .col-md-9 .box-sale .hidden-desc .fa.fa-info {
    background-color: #ffa200;
    color: #fff;
    padding: 7px 11px;
    border-radius: 20px;
    width: 28px;
    height: 28px;
}

.content-product .main-product .container .col-md-9 .box-sale .price-strip {
    color: #b1b1b1;
    font-family: "OpensansBold";
    font-size: 13px;
    padding-top: 5px;
    /*padding-bottom: 20px;*/
    padding-bottom: 5px;
}

.content-product .main-product .container .col-md-9 .box-sale .price-norm {
    color: #1d55a1;
    font-family: "OpensansBold";
    font-size: 15px;
    padding-top: 5px;
}

.content-product .main-product .container .col-md-9 .box-sale {
    margin-top: 15px;
    margin-bottom: 15px;
}

.content-product .main-product .container .col-md-9 .sorting {
    text-align: right;
    margin-bottom: 7px;
}

.content-product .main-product .container .col-md-9 .sorting select {
      display: inline;
      width: 35%;
      height: 30px;
      padding-top: 3px;
}

@media screen and (max-width: 767px) {
    .content-product .main-product .container .col-md-9 .sorting select {
        width: 100%;
    }
}

.content-product .main-product .container .col-md-9 .row:first-child .col-md-4:first-child .form-control {
    width: 70%;
}

.content-product .main-product .container .col-md-9 .row:first-child .col-md-4:nth-child(2) p {
    text-align: center;
    font-weight: bold;
    margin: 10px 0 0;
}

.content-product .main-product .container .col-md-9 .row:first-child .col-md-4:nth-child(3) {
    overflow: hidden;
}

.content-product .main-product .container .col-md-9 .row:first-child .col-md-4:nth-child(3) .form-control {
    width: 55px;
    display: inline-block;
}

.content-product .main-product .container .col-md-9 .row:first-child .col-md-4:nth-child(3) .float-right {
    float: right;
}

.content-product .main-product .container .col-md-9 .search-result {
    margin: 25px 0 0;
    font-family: "OpensansLight";
    font-size: 20px;
    font-weight: bold;
}

.content-product .main-product .container .col-md-9 .row:nth-child(n+2) {
    margin-top: 10px;
}

.content-product .main-product .container .col-md-9 .row:nth-child(n+2) .col-md-3 {
    margin: 15px 0;
}

.content-product .main-product .container .col-md-9 .row:nth-child(n+2) .col-md-3 .content-products .box-sale {
    position: relative;
    min-height: 250px;
}

.content-product .main-product .container .col-md-9 .row:nth-child(n+2) .col-md-3 .content-products .box-sale p {
    margin: 0;
    display: block;
    color: #565656;
}

.content-product .main-product .container .col-md-9 .row:nth-child(n+2) .col-md-3 .content-products .box-sale img {
    display: block;
    width: auto;
    max-width: 85%;
    max-height: 100%;
    margin: 0 auto 10px;
}

.content-product .main-product .container .col-md-9 .row:nth-child(n+2) .col-md-3 .content-products .box-sale .sale-tag {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 13px 10px;
    background-color: #df0000;
    color: #ffff;
    border-radius: 50%;
}

.content-product .main-product .container .col-md-9 .row:nth-child(n+2) .col-md-3 .content-products .box-sale .new-tag {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 20px;
    background-color: #10B2E1;
    color: #ffff;
    border-radius: 5px;
    width: 64.1px;
}

.content-product .main-product .container .col-md-9 .row:nth-child(n+2) .col-md-3 .content-products .box-sale .habis-tag {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px 16px;
    background-color: #FFA200;
    color: #ffff;
    border-radius: 5px;
    width: 64.1px;
}

.content-product .main-product .container .col-md-9 .row:nth-child(n+2) .col-md-3 .content-products .box-sale .hidden-desc {
    text-align: center;
    margin: 10px auto;
    position: absolute;
    bottom: 0;
    right: 15px;
}

.content-product .main-product .container .col-md-9 .row:nth-child(n+2) .col-md-3 .content-products .box-sale .hidden-desc .desc-cart, .content-product .main-product .container .col-md-9 .row:nth-child(n+2) .col-md-3 .content-products .box-sale .hidden-desc .desc-detail {
    display: inline-block;
    width: 28px;
    height: 28px;
}

.content-product .main-product .container .col-md-9 .row:nth-child(n+2) .col-md-3 .content-products .box-sale .hidden-desc .fa-shopping-cart, .content-product .main-product .container .col-md-9 .row:nth-child(n+2) .col-md-3 .content-products .box-sale .hidden-desc .fa.fa-check {
    background-color: transparent;
    color: #333;
    padding: 8px 7px;
    border-radius: 20px;
    width: 35px;
    height: 35px;
    border: 1px solid #c9c9c9;
    font-size: 18px;
}

.content-product .main-product .container .col-md-9 .row:nth-child(n+2) .col-md-3 .content-products .box-sale .hidden-desc .fa.fa-info {
    background-color: #ffa200;
    color: #fff;
    padding: 7px 11px;
    border-radius: 20px;
    width: 28px;
    height: 28px;
}

.content-product .main-product .container .col-md-9 .row:nth-child(n+2) .col-md-3 .content-products .box-sale .price-strip {
    color: #df0000;
    font-family: "latoNormal";
    font-size: 18px;
}

.content-product .main-product .container .col-md-9 .row:nth-child(n+2) .col-md-3 .content-products .box-sale .price-norm {
    color: #4444;
    font-family: "latoNormal";
    font-size: 14px;
}

/*.content-product .main-product .container .judul-box::after {
    position: absolute;
    content: "";
    top: 35px;
    height: 4px;
    width: 30%;
    background: #565656;
}*/

.content-product .main-product .container .col-md-3 .box-brand {
    position: relative;
    margin-top: 25px;
    background: #f8f8f8;
}

.content-product .main-product .container .col-md-3 .box-harga {
    margin-top: 25px;
    position: relative;
    background: #f8f8f8;
    margin-bottom: 25px;
}


.content-product .main-product .container .col-md-3 .box-brand .judul-box p {
    margin-bottom: 11px;
    padding-bottom: 9px;
    border-bottom: 0px solid #dadada;
    font-size: 15px;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #2b2b2b;
    font-family: "latoNormal";
}

.content-product .main-product .container .col-md-3 .box-brand .isi-box {
    padding-bottom: 15px;
    overflow-y: scroll;
    max-height: 160px;
}

.content-product .main-product .container .col-md-3 .box-brand .isi-box p {
    padding-left: 20px;
    padding-right: 20px;
    color: #575757;
    font-size: 13px;
    font-family: "OpensansReguler";
}

.content-product .main-product .container .col-md-3 .box-harga .judul-box p {
    margin-bottom: 0px;
    padding-bottom: 10px;
    border-bottom: 0px solid #dadada;
    font-size: 15px;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #2b2b2b;
    font-family: "latoNormal";
}

/*a:hover, a:active {
    text-decoration: none;
}*/

.paginate {
    text-align: center;
}

.paginate .pagination a {
    color: #565656;
}

.paginate .pagination a:hover {
    color: #565656;
}

.paginate .active a {
    background-color: #ffa200;
    color: #ffff;
    border-color: #ffa200;
}

.paginate .active a:hover {
    background-color: #ffa200;
    color: #ffff;
    border-color: #ffa200;
}

.content-product-detail .bread-produk {
    /*background-color: #df0000;*/
    /*overflow: hidden;*/
    background-color: #ffffff;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

/*.content-product-detail .bread-produk p {
    color: #ffff;
    font-family: "OpensansExtrabold";
    font-size: 25px;
    float: left;
}*/

.content-product-detail .bread-produk .container {
    /*padding: 25px 15px 5px;*/
    padding: 5px 15px 5px;
}

.content-product-detail .bread-produk ol.breadcrumb {
    /*float: right;*/
    /*background-color: transparent;*/
    /*margin-bottom: 0;*/
    float: left;
    background-color: transparent;
    margin-bottom: 0;
    padding: 8px 0px;
}

.content-product-detail .bread-produk ol.breadcrumb li::before, 
.content-product-detail .bread-produk ol.breadcrumb li a {
    /*color: #ffffff;*/
    font-family: "latoNormal";
    color: #ababab;
}

.content-product-detail .bread-produk ol.breadcrumb li.active a {
    /*color: #ffff;*/
    color: #1d55a1;
    font-family: "latoNormal";
}

/*.content-product-detail .bread-produk ol.breadcrumb li .fa-home {}*/

.content-product-detail .bread-produk ol.breadcrumb li {
    color: #ababab;
    font-family: "latoNormal";
}

.content-product-detail .main-prod-detail {
    /*margin: 30px 0 80px 0;*/
    margin: 30px 0 30px 0;
}

.content-product-detail .main-prod-detail .row:first-child {
    /*margin: 25px 0 60px;*/
    margin: 25px 0 30px;
}

.content-product-detail .main-prod-detail .row:first-child 
.col-lg-6:first-child .gambar-kecil {
    padding: 0;
    /*display: flex;*/
    display: contents;
}

.content-product-detail .main-prod-detail .row:first-child 
.col-lg-6:first-child .gambar-kecil .col-lg-12 {
    /*border: 1px solid #4444;*/
    /*margin: 5px 0;*/
    border: 0px solid #4444;
    margin: 0px 0;
    /*padding: 0;*/
    padding-bottom: 5px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 5px;
}

.content-product-detail .main-prod-detail .row:first-child 
.col-lg-6:first-child .gambar-kecil .small-img {
    border: 0px solid #4444;
    margin: 0px 0;
    /*padding: 0;*/
    padding-bottom: 5px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 5px;
}

.content-product-detail .main-prod-detail .row:first-child 
.col-lg-6:first-child .gambar-kecil .small-img img {
    cursor: pointer;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    display: block;
}

@media (max-width: 991px) {
    .content-product-detail .main-prod-detail .row:first-child
    .col-lg-6:first-child .gambar-kecil .small-img img {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 550px) {
    .content-product-detail .main-prod-detail .row:first-child 
    .col-lg-6:first-child .gambar-kecil {
        overflow-x: auto;
    }
}

@media (max-width: 375px) {
    .content-product-detail .main-prod-detail .row:first-child
    .col-lg-6:first-child .gambar-kecil .small-img img {
        width: 75px;
        height: 75px;
    }
}

@media (max-width: 320px) {
    .content-product-detail .main-prod-detail .row:first-child
    .col-lg-6:first-child .gambar-kecil .small-img img {
        width: 60px;
        height: 60px;
    }
}

.content-product-detail .main-prod-detail .row:first-child 
.col-lg-6:first-child .gambar-kecil .col-lg-12 img {
    cursor: pointer;
    /*height: 60px;*/
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.content-product-detail .main-prod-detail .row:first-child 
.col-lg-6:first-child .gambar-gede {
    /*margin: 5px 0;*/
    padding: 0;
    margin: 0px 0;
}

.content-product-detail .main-prod-detail .row:first-child 
.col-lg-6:first-child .gambar-gede .bungkus {
    /*padding: 50px 0;*/
    padding-top: 0px;
    padding-bottom: 10px;
    border: 0px solid #4444;
    overflow: hidden;
}

/*.content-product-detail .main-prod-detail .row:first-child .col-lg-6:first-child .gambar-gede .bungkus img {
    display: block;
    margin: 0 auto;
}*/

.content-product-detail .main-prod-detail .row:first-child 
.col-lg-6:first-child .gambar-gede .bungkus img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    transform-origin: 65% 75%;
    transition: transform 1s, filter .5s ease-out;
}

.content-product-detail .main-prod-detail .row:first-child 
.col-lg-6:first-child .gambar-gede .bungkus:hover img {
    transform: scale(1.2);
}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .branded{
    display: block;
}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .branded img {
    /*max-width: 100%;*/
    width: 100px;
    height: auto;
    /*height: 100px;*/
}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .fitur {
    font-size: 25px;
    font-family: "latoBold";
    color: #000;
    padding-top: 20px;
    padding-bottom: 15px;
}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .fiturTurn {}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) p:first-child {
    font-size: 20px;
    font-family: "latoNormal";
}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) p:nth-child(2) {
    color: #565656;
}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .pricenstok p {
    margin-bottom: 3px;
    padding-bottom: 20px;
}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .pricenstok p:first-child {
    color: #1971c9;
    font-size: 14px;
    display: none;
}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .pricenstok p:nth-child(2) {
    color: #bababa;
    font-size: 12px;
}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .pricenstok p:last-child {
    color: #df0000;
    font-weight: bold;
    font-size: 20px;
}

.content-product-detail .main-prod-detail .col-md-12 .boxharga {
    padding-bottom: 20px;
}

.content-product-detail .main-prod-detail .col-md-12 .boxharga .harganormal {
    color: #1d55a1;
    font-size: 35px;
    font-family: "OpensansBold";
    line-height: 20px;
}

.content-product-detail .main-prod-detail .col-md-12 .boxharga .harganormal .hargacoret {
    color: #b0b0b0;
    font-size: 13px;
    font-family: "OpensansLight";
}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .textdesc {
    margin: 20px 0;
    border-top: 3px solid #dedede;
    border-bottom: 1px solid #4444;
    padding: 10px 0;
}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .stockprod {
    padding: 8px 0;
}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) input[name="qty"] {
    border: 1px solid #4444;
    width: 50px;
    margin: 0 10px;
    text-align: center;
}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .button {
    padding: 8px 20px;
    margin-left: 10px;
    border-style: none;
    background-color: #494949;
    color: #ffff;
    border-radius: 5px;
    font-weight: bold;
}

/*.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .textdesc p {}*/

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .qty {
    margin: 20px 0;
    border-top: 1px solid #4444;
    border-bottom: 1px solid #4444;
    padding: 10px 0;
}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .qty input[name="qty"] {
    border: 1px solid #4444;
    width: 30px;
    margin: 0 5px;
    text-align: center;
}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .qty button {
    border-style: none;
    background-color: #df0000;
    color: #ffff;
    border-radius: 5px;
    font-weight: bold;
}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .qty button i.fa {
    font-size: 22px;
    vertical-align: middle;
}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .qty button.btn-default {
    padding: 4px 9px;
}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .qty .button {
    padding: 8px 20px;
    margin-left: 10px;
}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .descrip {
    color: #1a1a1a;
    font-size: 16px;
    font-family: "OpensansBold";
    padding-top: 10px;
}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .share {
    padding-top: 10px;
}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .share span {
    border-radius: 50%;
}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .share span.fcbk {
    padding: 5px 10px;
    color: #ffff;
    background-color: #3c599b;
}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .share span.tw {
    padding: 5px 8px;
    color: #ffff;
    background-color: #2aa5e8;
}

.content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .share span.gplus {
    padding: 5px 5px;
    color: #ffff;
    background-color: #d54a37;
}

.content-product-detail .main-prod-detail .row:nth-child(2) {
    margin-top: 25px;
    margin-bottom: 25px;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .tabs-nav {
    border-bottom: 1px solid #ddd;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .tabs-nav .nav-tabs > li > a {
    background-color: #a0a0a0;
    color: #ffffff;
    font-family: "RobotoBlack";
    text-transform: uppercase;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .tabs-nav .nav-tabs > li.active > a {
    color: #ffffff;
    background-color: #1d55a1;
    font-size: 15px;
    font-family: "RobotoBlack";
    border: 0px solid #ddd;
    border-bottom-color: #1d55a1;
    text-transform: uppercase;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .tabs-nav .tab-content .tab-pane {
    font-family: "Segoe Ui";
    padding: 20px 10px;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .tabs-nav .tab-content .tab-pane p {
    color: #2a2a2a;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .tabs-nav .tab-content .tab-pane table {
    margin-bottom: 2vh;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .tabs-nav .tab-content .tab-pane table caption {
    color: #000;
    font-size: 1.4em;
    font-weight: bold;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .tabs-nav .tab-content .tab-pane table tbody {
    border: 2px solid #d0d0d0;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .tabs-nav .tab-content .tab-pane table tbody ul {
    padding-left: 15px;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .tabs-nav .tab-content .tab-pane table tbody tr:nth-child(odd) {
    background-color: #e6e6e6;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .tabs-nav .tab-content .tab-pane table tbody tr td {
    font-weight: bold;
    padding: 5px 10px;
    border: 1px solid #ababab;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .tabs-nav .tab-content .tab-pane table tbody tr td:first-child {
    text-align: right;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .best-prod {
    position: relative;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .owl-nav {
    position: absolute;
    top: -49px;
    right: 0;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .owl-nav .owl-prev, .content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .owl-nav .owl-next {
    display: inline-block;
    font-size: 25px;
    margin: 0 5px;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .judul {
    margin: 20px 0;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .judul:after {
    position: absolute;
    content: "";
    left: 0;
    top: 40px;
    height: 4px;
    width: 150px;
    background: #df0000;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .judul p {
    margin: 0;
    font-family: "OpensansBold";
    font-size: 24px;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .judul {
    margin-top: 0px;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .judul::after {
    height: 1px;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .item .box-sale {
    position: relative;
    min-height: 250px;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .item .box-sale p {
    margin: 0;
    display: block;
    color: #565656;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .item .box-sale img {
    display: block;
    width: auto;
    max-width: 85%;
    max-height: 100%;
    margin: 0 auto 10px;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .item .box-sale .sale-tag {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 13px 10px;
    background-color: #df0000;
    color: #ffff;
    border-radius: 50%;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .item .box-sale .new-tag {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 20px;
    background-color: #10B2E1;
    color: #ffff;
    border-radius: 5px;
    width: 64.1px;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .item .box-sale .habis-tag {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px 16px;
    background-color: #FFA200;
    color: #ffff;
    border-radius: 5px;
    width: 64.1px;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .item .box-sale .hidden-desc {
    text-align: center;
    margin: 10px auto;
    position: absolute;
    bottom: 0;
    right: 15px;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .item .box-sale .hidden-desc .desc-cart, .content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .item .box-sale .hidden-desc .desc-detail {
    display: inline-block;
    width: 28px;
    height: 28px;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .item .box-sale .hidden-desc .fa-shopping-cart, .content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .item .content-product .main-product .container .col-md-9 .row:nth-child(n+2) .col-md-3 .content-products .box-sale .hidden-desc .fa.fa-check, .content-product .main-product .container .col-md-9 .row:nth-child(n+2) .col-md-3 .content-products .content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .item .box-sale .hidden-desc .fa.fa-check, .content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .item .box-sale .hidden-desc .fa.fa-check {
    background-color: transparent;
    color: #333;
    padding: 8px 7px;
    border-radius: 20px;
    width: 35px;
    height: 35px;
    border: 1px solid #c9c9c9;
    font-size: 18px;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .item .box-sale .hidden-desc .fa.fa-info {
    background-color: #ffa200;
    color: #fff;
    padding: 7px 11px;
    border-radius: 20px;
    width: 28px;
    height: 28px;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .item .box-sale .price-strip {
    color: #df0000;
    font-family: "OpensansBold";
    font-size: 18px;
}

.content-product-detail .main-prod-detail .row:nth-child(2) .best-prod .item .box-sale .price-norm {
    color: #4444;
    font-family: "OpensansReguler";
    font-size: 14px;
}

.content-product-detail .main-prod-detail .row:last-child .related-prod {
    position: relative;
}

.content-product-detail .main-prod-detail .row:last-child .related-prod .judul {
    margin: 20px 0;
    padding-bottom: 30px;
}

.content-product-detail .main-prod-detail .row:last-child .related-prod .judul:after {
    position: absolute;
    content: "";
    left: 0;
    top: 40px;
    height: 4px;
    width: 185px;
    background: #dadada;
}

.content-product-detail .main-prod-detail .row:last-child .related-prod .judul p {
    margin: 0;
    font-family: "OpensansReguler";
    font-size: 25px;
    color: #151b20;
}

.content-product-detail .main-prod-detail .row:last-child .related-prod .owl-carousel .owl-dots {
    position: absolute;
    top: -40px;
    right: 0;
}

/*.content-product-detail .main-prod-detail .row:last-child .related-prod .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}*/

/*.content-product-detail .main-prod-detail .row:last-child .related-prod .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #df0000;
}*/

/*.content-product-detail .main-prod-detail .row:last-child .related-prod .owl-carousel .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #4444;
    border-radius: 20px;
    display: inline-block;
    height: 12px;
    margin: 0px 5px;
    opacity: 1;
    width: 12px;
}*/

.content-product-detail .main-prod-detail .row:last-child .related-prod .item {
    padding: 0 15px;
}
  
.content-product-detail .main-prod-detail .row:last-child .related-prod .item .box-sale {
    position: relative;
    min-height: 250px;
}
    
.content-product-detail .main-prod-detail .row:last-child .related-prod .item .box-sale p {
    margin: 0;
    display: block;
    color: #272727;
    font-size: 14px;
    font-family: "RobotoLight";
    /*min-height: 50px;*/
}

.content-product-detail .main-prod-detail .row:last-child .related-prod .item .box-sale .prodbrands {
    color: #b1b1b1;
    font-size: 11px;
    font-family: "RobotoMedium";
}
    
.content-product-detail .main-prod-detail .row:last-child .related-prod .item .box-sale img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto 10px;
}

.content-product-detail .main-prod-detail .row:last-child .related-prod .item .box-sale .sale-tag {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 13px 10px;
    background-color: #df0000;
    color: #ffff;
    border-radius: 50%;
}

.content-product-detail .main-prod-detail .row:last-child .related-prod .item .box-sale .new-tag {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 20px;
    background-color: #10B2E1;
    color: #ffff;
    border-radius: 5px;
    width: 64.1px;
}

.content-product-detail .main-prod-detail .row:last-child .related-prod .item .box-sale .habis-tag {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px 16px;
    background-color: #FFA200;
    color: #ffff;
    border-radius: 5px;
    width: 64.1px;
}

.content-product-detail .main-prod-detail .row:last-child .related-prod .item .box-sale .hidden-desc {
    text-align: center;
    margin: 10px auto;
    position: absolute;
    bottom: 0;
    right: 15px;
}

.content-product-detail .main-prod-detail .row:last-child .related-prod .item .box-sale .hidden-desc .desc-cart, .content-product-detail .main-prod-detail .row:last-child .related-prod .item .box-sale .hidden-desc .desc-detail {
    display: inline-block;
    width: 28px;
    height: 28px;
}

.content-product-detail .main-prod-detail .row:last-child .related-prod .item .box-sale .hidden-desc .fa-shopping-cart, .content-product-detail .main-prod-detail .row:last-child .related-prod .item .content-product .main-product .container .col-md-9 .row:nth-child(n+2) .col-md-3 .content-products .box-sale .hidden-desc .fa.fa-check, .content-product .main-product .container .col-md-9 .row:nth-child(n+2) .col-md-3 .content-products .content-product-detail .main-prod-detail .row:last-child .related-prod .item .box-sale .hidden-desc .fa.fa-check, .content-product-detail .main-prod-detail .row:last-child .related-prod .item .box-sale .hidden-desc .fa.fa-check {
    background-color: transparent;
    color: #333;
    padding: 8px 7px;
    border-radius: 20px;
    width: 35px;
    height: 35px;
    border: 1px solid #c9c9c9;
    font-size: 18px;
}

.content-product-detail .main-prod-detail .row:last-child .related-prod .item .box-sale .hidden-desc .fa.fa-info {
    background-color: #ffa200;
    color: #fff;
    padding: 7px 11px;
    border-radius: 20px;
    width: 28px;
    height: 28px;
}

.content-product-detail .main-prod-detail .row:last-child .related-prod .item .box-sale .price-strip {
    color: #1d55a1;
    font-family: "OpensansReguler";
    font-size: 15px;
}

.content-product-detail .main-prod-detail .row:last-child .related-prod .item .box-sale .price-norm {
    color: #4444;
    font-family: "OpensansReguler";
    font-size: 12px;
}

/*content-product-cart*/
.content-product-cart {}

.content-product-cart .bread-produk {
    /*background-color: #df0000;*/
    /*overflow: hidden;*/
    background-color: #ffffff;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

.content-product-cart .bread-produk .container {
    /*padding: 25px 15px 5px;*/
    padding: 5px 15px 5px;
}

.content-product-cart .bread-produk p {
    color: #ffff;
    font-family: "OpensansExtrabold";
    font-size: 25px;
    float: left;
}

.content-product-cart .bread-produk ol.breadcrumb {
    /*float: right;*/
    /*background-color: transparent;*/
    /*margin-bottom: 0;*/
    float: left;
    background-color: transparent;
    margin-bottom: 0;
    padding: 8px 0px;
}

/*.content-product-cart .bread-produk ol.breadcrumb li::before, .content-product-cart .bread-produk ol.breadcrumb li a {
    color: #ffffff;
}*/

.content-product-cart .bread-produk ol.breadcrumb li a {
    color: #ababab;
    font-family: "OpensansReguler";
}

.content-product-cart .bread-produk ol.breadcrumb li::before {
    color: #ababab;
    font-family: "OpensansReguler";
}

.content-product-cart .bread-produk ol.breadcrumb li.active a {
    color: #1d55a1;
    font-family: "OpensansReguler";
}

/*.content-product-cart .bread-produk ol.breadcrumb li.active a, .content-product-cart .bread-produk ol.breadcrumb li .fa-home {
    color: #ffff;
}*/

.content-product-cart .judul-box::after {
    position: absolute;
    content: "";
    top: 35px;
    height: 4px;
    width: 18%;
    background: #565656;
}

.content-product-cart .judul-box p {
    margin-bottom: 11px;
    padding-bottom: 9px;
    border-bottom: 1px solid #dadada;
    font-size: 20px;
    font-weight: bold;
}

.content-product-cart .box-login {
    padding: 20px;
    border: 1px solid #DDD;
}

@media (min-width: 1200px) {
    .content-product-cart .box-login {
        padding: 20px;
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
}

@media screen and (max-width: 767px) {
    .content-product-cart .box-login {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
}

.content-product-cart .box-login .tag-login {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: "OpensansBold";
    color: #444;
    border-bottom: 1px solid #EEE;
}

.content-product-cart .box-login label {
    font-family: "OpensansBold";
    color: #555;
}

.content-product-cart .box-login .form-control {
    border-radius: 0px;
    box-shadow: none;
}

.content-product-cart .box-login .btn-login {
    width: 100%;
    font-family: "OpensansBold";
}

.content-product-cart .box-login .text-daftar {
    font-family: "OpensansReguler";
    font-size: 13px;
    color: #666;
}

.content-product-cart .tag-konten {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.content-product-cart .tag-konten:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #DDD;
    transform: translate(0, -50%);
}

.content-product-cart .tag-konten .nama-tag-konten {
    position: relative;
    display: inline-block;
    font-family: "OpensansBold";
    font-size: 22px;
    color: #4C4C4C;
    z-index: 2;
}

.content-product-cart .tag-konten .nama-tag-konten:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 140%;
    height: 2px;
    background: #FFF;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.content-product-cart .detail-alamat {
    margin-bottom: 15px;
}

.content-product-cart #konten {
    margin: 25px 0;
}

.content-product-cart .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    font-size: 16px;
    font-family: OpensansBold;
}

.content-product-cart .alert-info {
    margin: 15px 0;
}

.content-product-cart .tab-pane {
    padding: 15px 10px;
}

.content-product-cart .box-keranjang {
    padding: 20px;
    border: 1px solid rgba(204, 204, 204, 0.5);
}

.content-product-cart .box-keranjang .table {
    margin-bottom: 0px;
}

.content-product-cart .box-keranjang thead {
    font-family: "OpensansBold";
    color: #FFF;
    background: #333;
    font-weight: normal;
    border: none !important;
}

.content-product-cart .box-keranjang thead th {
    border-bottom: none !important;
}

.content-product-cart .box-keranjang tbody td {
    font-family: "OpensansLight";
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-top: none !important;
    border-bottom: 1px solid #DDD;
}

.content-product-cart .box-keranjang tbody tr:last-child td {
    border-bottom: none;
}

.content-product-cart .box-keranjang .detil-pro {
    font-family: "OpensansReguler";
    font-size: 13px;
}

.content-product-cart .vmiddle {
    vertical-align: middle !important;
}

.content-product-cart .detail-bayar {
    padding-top: 10px;
    border-top: 2px solid #EEE;
}

.content-product-cart .detail-bayar table {
    width: 100%;
}

.content-product-cart .detail-bayar table td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-bottom: none;
}

.content-product-cart .detail-bayar table th {
    padding-top: 15px;
    border-top: 1px solid #EEE;
}

.content-product-cart .box-cart {
    padding-top: 20px;
}

.tag-konten {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.tag-konten:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #DDD;
    transform: translate(0, -50%);
}

.tag-konten .nama-tag-konten {
    position: relative;
    display: inline-block;
    font-family: "OpensansBold";
    font-size: 22px;
    color: #4C4C4C;
    z-index: 2;
}

.tag-konten .nama-tag-konten:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 140%;
    height: 2px;
    background: #FFF;
    transform: translate(-50%, -50%);
    z-index: -1;
}


.liatan-mobile {
    display: none;
}

@media only screen and (min-width: 200px) and (max-width: 1200px) {
    /* All Moblie.*/
    .content-home .slider-best .bs-home .item1 {
        display: none;
    }
    .slider-sale .owl-carousel .owl-nav {
        display: none;
    }
    footer .first-footer .info-cfoot {
        text-align: left;
    }
    .liatan-mobile {
        display: block !important;
    }
    header .mobile-header {
        margin-bottom: 62px;
    }
    header .mobile-header .search-box {
        position: fixed;
        top: -20px;
        width: 90%;
        z-index: 15;
        left: 0;
        right: 0;
        margin: auto;
    }
    header .mobile-header .search-box.aktip {
        top: 65px;
    }
    header .mobile-header .search-box form {
        border-width: 1px;
        border-style: solid;
        margin-top: 0px;
        border-color: #adadad;
        border-radius: 10px;
        background: #f8f8f8;
    }
    header .mobile-header .search-box form input, header .mobile-header .search-box form button {
        border: none;
        padding: 10px 10px;
        background: transparent;
    }
    header .mobile-header .search-box form input {
        width: 90%;
        border-radius: 10px;
    }
    header .mobile-header .search-box form button {
        color: #adadad;
    }
    
    header .mobile-header .container {
        width: 100%;
    }
    header .mobile-header .row-mobile {
        z-index: 200;
        position: fixed;
        height: 62px;
        width: 100%;
        background-color: #fbfbfb;
        /*box-shadow: 1px 4px 6px 0px #eaeaea;*/
        box-shadow: 0px 0px 0px 0px #eaeaea;
        border-top: 4px solid #333;
    }
    header .mobile-header img.logo-header {
        margin-left: 60px;
        margin-top: 6px;
        /*width: 110px;*/
        max-width: 110px;
    }
    header .mobile-header .cart {
        position: absolute;
        top: 14px;
        right: 15px;
    }
    header .mobile-header .cart span.baloon {
        position: absolute;
        background: #f8e113;
        color: #000000;
        width: 25px;
        height: 25px;
        text-align: center;
        border-radius: 50%;
        line-height: 25px;
        top: -10px;
        right: -13px;
        font-family: "RobotoReguler";
    }
    header .mobile-header .calcu {
        position: absolute;
        top: 17px;
        right: 55px;
    }
    header .mobile-header .search {
        cursor: pointer;
        position: absolute;
        top: 17px;
        /*right: 95px;*/
        right: 70px;
    }
    header #burgerKing {
        position: absolute;
        top: 10px;
        left: 15px;
        cursor: pointer;
    }
    header #burgerKing .bar1, header #burgerKing .bar2, header #burgerKing .bar3 {
        width: 35px;
        height: 5px;
        background-color: #df0000;
        margin: 6px 0;
        transition: 0.3s;
    }
    header .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }
    header .change .bar2 {
        opacity: 0;
    }
    header .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }
    header .menu-panel {
        padding-top: 60px;
        background: #6f6f6f;
        width: 0px;
        overflow: auto;
        transition: all 0.3s ease 0s;
        height: 100%;
        position: fixed;
        z-index: 99;
        top: 0;
        right: 0;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }
    header .menu-panel.ganti {
        width: 100%;
    }
    header .menu-panel .logo-menu {
        background: #ffffff;
        padding: 10px 0;
    }
    header .menu-panel div.kontak-menu {
        padding-bottom: 10px;
    }
    header .menu-panel div.kontak-menu p {
        color: #ffffff;
        margin-bottom: 5px;
    }
    header .menu-panel div.kontak-menu img {
        margin: 0 auto;
        display: block;
        width: auto;
    }
    header .menu-panel div.kontak-menu a {
        color: inherit;
    }
    
    header .menu-panel .menu-toc {
        padding: 0;
        list-style: none;
    }
    header .menu-panel .menu-toc li a {
        text-decoration: none;
        display: block;
        color: #fff;
        font-size: 1.3em;
        line-height: 3.5;
        padding: 0 20px;
        cursor: pointer;
        background: #333;
        border-bottom: 1px solid #a4a4a4;
    }
    header .menu-panel .menu-toc li a:hover {
        background-color: #df0000;
    }
    header .menu-panel .menu-toc li.menu-toc-current a {
        background: #6f6f6f;
    }
    header .menu-panel .menu-toc div.sub-menu {
        background-color: #6f6f6f;
        padding-left: 12px;
        display: none;
    }
    header .menu-panel .menu-toc div.sub-menu a {
        text-transform: capitalize;
        font-size: 12px;
        padding: 10px 20px;
        display: block;
        border: none;
        color: #ffffff;
        letter-spacing: 1px;
        font-weight: 600;
        text-shadow: 0 1px rgba(255, 255, 255, 0.2);
    }
    header .menu-panel div.sosmed {
        color: #ffffff;
        padding: 10px 15px;
    }
    header .menu-panel div.sosmed a {
        display: inline-block;
        padding: 0;
        color: #ffffff;
        text-decoration: none;
    }
    header .menu-panel div.sosmed a i {
        margin: 0 5px;
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Desktop & Tablet */ }
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* Tablet (Portrait) */ }

.no-pad {
    padding: 0;
}

.img-center {
    margin: 0 auto;
    display: block;
}

/*# sourceMappingURL=lwd.style.css.map */


/*star-about*/
.content-about {}

.content-about .bread-produk {
    background-color: #ffffff;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

.content-about .bread-produk ol.breadcrumb {
    float: left;
    background-color: transparent;
    margin-bottom: 0;
    padding: 8px 0px;
}

/*.breadcrumb>li {
    display: inline-block;
}*/

.content-about .bread-produk ol.breadcrumb li::before {
    color: #ababab;
}

.content-about .bread-produk ol.breadcrumb li a {
    color: #ababab;
}

.content-about .bread-produk ol.breadcrumb li.active a {
    color: #1d55a1;
    font-family: "OpensansReguler";
}

.content-about .bread-produk ol.breadcrumb li a.abouthome {
    color: #ababab;
    font-family: "OpensansReguler";
}

.content-about #konten {
    margin: 20px 0;
}

.content-about #konten .isi-about p {
    color: #444;
    font-family: "OpensansReguler";
    font-size: 14px;
    line-height: 25px;
}

.content-about #konten .isi-about {
    color: #444;
    font-family: "OpensansReguler";
    font-size: 16px;
}

/*.content-about .bread-produk ol.breadcrumb li .fa-home {
    color: #ababab;
}*/
/*endr-about*/

/*star-contact*/
.content-contact {}

.content-contact .bread-produk {
    background-color: #ffffff;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

.content-contact .bread-produk ol.breadcrumb {
    float: left;
    background-color: transparent;
    margin-bottom: 0;
    padding: 8px 0px;
}

.content-contact .bread-produk ol.breadcrumb li::before {
    color: #ababab;
}

.content-contact .bread-produk ol.breadcrumb li a {
    color: #ababab;
}

.content-contact .bread-produk ol.breadcrumb li.active a {
    color: #1d55a1;
    font-family: "OpensansReguler";
}

.content-contact .bread-produk ol.breadcrumb li a.contacthome {
    color: #ababab;
    font-family: "OpensansReguler";
}

.content-contact #konten {
    margin: 20px 0;
}

/*.content-contact .bread-produk ol.breadcrumb li .fa-home {
    color: #ababab;
}*/

.content-contact .box-form label {
    font-family: "OpensansBold";
    font-size: 14px;
    color: #5E5E5E;
    font-weight: normal;
}

.content-contact .box-form .form-control {
    border: 2px solid #E1E3E4;
    box-shadow: none;
    border-radius: 4px;
}

.content-contact .tag-kontak {
    font-family: "OpensansBold";
    font-size: 23px;
    color: #444;
}

.content-contact .subtag-kontak {
    font-family: "OpensansReguler";
    font-size: 13px;
    margin-bottom: 15px;
}

.content-contact .item-kontak {
    margin-bottom: 10px;
}

.content-contact .tag-item-kontak {
    font-family: "OpensansSemibold";
    font-size: 13px;
}

.content-contact .isi-item-kontak {
    font-family: "OpensansReguler";
    font-size: 13px;
    color: #555;
}

.content-contact .peta {
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

.content-contact .peta iframe {
    width: 100%;
    display: block;
    pointer-events: none;
}
/*endr-contact*/

/*star-terms*/
.content-terms {}

.content-terms .bread-produk {
    background-color: #ffffff;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

.content-terms .bread-produk ol.breadcrumb {
    float: left;
    background-color: transparent;
    margin-bottom: 0;
    padding: 8px 0px;
}

.content-terms .bread-produk ol.breadcrumb li::before {
    color: #ababab;
}

.content-terms .bread-produk ol.breadcrumb li a {
    color: #ababab;
}


.content-terms .bread-produk ol.breadcrumb li.active a {
    color: #1d55a1;
    font-family: "OpensansReguler";
}

.content-terms .bread-produk ol.breadcrumb li a.termshome {
    color: #ababab;
    font-family: "OpensansReguler";
}

.content-terms #konten {
    margin: 20px 0;
}

.content-terms #konten .isi-about h4 {
    color: #333;
    font-family: "OpensansBold";
    font-size: 18px;
}

.content-terms #konten .isi-about p {
    color: #444;
    font-family: "OpensansReguler";
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 25px;
}

/*.content-terms .bread-produk ol.breadcrumb li .fa-home {
    color: #ababab;
}*/
/*endr-terms*/

/*star-howtobuy*/
.content-howtobuy {
}

.content-howtobuy #konten {
    margin: 20px 0;
}

.content-howtobuy .bread-produk {
    background-color: #ffffff;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

/*.content-howtobuy .bread-produk .container {
    padding: 25px 15px 5px;
}*/

.content-howtobuy .bread-produk p {
    color: #ffff;
    font-family: "OpensansExtrabold";
    font-size: 25px;
    float: left;
}

.content-howtobuy .bread-produk ol.breadcrumb {
    float: left;
    background-color: transparent;
    margin-bottom: 0;
    padding: 8px 0px;
}

.content-howtobuy .bread-produk ol.breadcrumb li::before {
    color: #ababab;
}

.content-howtobuy .bread-produk ol.breadcrumb li a {
    color: #ababab;
}

.content-howtobuy .bread-produk ol.breadcrumb li.active a {
    color: #1d55a1;
}

.content-howtobuy .bread-produk ol.breadcrumb li .fa-home {
    color: #ffffff;
}

/*.content-howtobuy .judul-box::after {
    position: absolute;
    content: "";
    top: 35px;
    height: 4px;
    width: 20%;
    background: #1d55a1;
}*/

.content-howtobuy .judul-box p {
    margin-bottom: 25px;
    padding-bottom: 9px;
    border-bottom: 1px solid #dadada;
    font-size: 20px;
    font-weight: bold;
    font-family: "OpensansReguler";
}

.content-howtobuy #konten .isi-about h4 {
    color: #333;
    font-family: "OpensansBold";
    font-size: 18px;
    font-weight: 500;
}

.content-howtobuy #konten .isi-about p {
    color: #333;
    font-family: "OpensansReguler";
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 25px;
}

.content-howtobuy #konten .isi-about strong {
    font-weight: 700;
    line-height: 25px;
    font-family: "OpensansBold";
}
/*end-howtobuy*/

/*star-faqs*/
.content-faqs {
}

.content-faqs #konten {
    margin: 20px 0;
}

.content-faqs .bread-produk {
    background-color: #ffffff;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

/*.content-faqs .bread-produk .container {
    padding: 25px 15px 5px;
}*/

.content-faqs .bread-produk p {
    color: #ffff;
    font-family: "OpensansExtrabold";
    font-size: 25px;
    float: left;
}

.content-faqs .bread-produk ol.breadcrumb {
    float: left;
    background-color: transparent;
    margin-bottom: 0;
    padding: 8px 0px;
}

.content-faqs .bread-produk ol.breadcrumb li::before {
    color: #ababab;
}

.content-faqs .bread-produk ol.breadcrumb li a {
    color: #ababab;
}

.content-faqs .bread-produk ol.breadcrumb li.active a {
    color: #1d55a1;
}

.content-faqs .bread-produk ol.breadcrumb li .fa-home {
    color: #ffffff;
}

/*.content-howtobuy .judul-box::after {
    position: absolute;
    content: "";
    top: 35px;
    height: 4px;
    width: 20%;
    background: #1d55a1;
}*/

.content-faqs .judul-box p {
    margin-bottom: 25px;
    padding-bottom: 9px;
    border-bottom: 1px solid #dadada;
    font-size: 20px;
    font-weight: bold;
    font-family: "OpensansReguler";
}

.content-faqs #konten .isi-about h4 {
    color: #333;
    font-family: "OpensansBold";
    font-size: 18px;
    font-weight: 500;
}

.content-faqs #konten .isi-about p {
    color: #333;
    font-family: "OpensansReguler";
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 25px;
}

.content-faqs #konten .isi-about strong {
    font-weight: 700;
    line-height: 25px;
    font-family: "OpensansBold";
}
/*end-faqs*/


/*star-manufacturers-home*/
.content-home .brand-us {
    padding-top: 20px;
    padding-bottom: 5%;
}

.content-home .brand-us .container {
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
}

.content-home .brand-us .container .judulbrand {
    margin: 30px 0 10px;
    border-bottom: 1px solid #dadada;
    margin-right: 0px;
    margin-left: 0px;
}

.content-home .brand-us .container .judulbrand p {
    display: inline-block;
}

.content-home .judulbrand p {
    font-family: "OpensansBold";
    font-size: 24px;
}

.content-home .brand-us .container .judulbrand p:last-child {
    float: right;
}

.content-home .brand-us .container .judulbrand p:last-child a {
    color: #1d519b;
    font-size: 13px;
    font-family: "OpensansBold";
}

/*.content-home .judulbrand:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 72px;
    height: 4px;
    width: 150px;
    background: #ffd40c;
}*/

.content-home .brand-us .container .content-brand{
    padding-top: 5%;
    padding-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px;
}

.content-home .brand-us .container .box-brand {
    position: relative;
    min-height: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.content-home .brand-us .container .col-md-2 {
    border: 1px solid #ddd;
}

.content-home .brand-us .container .box-brand img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto 10px;
}
/*end-manufacturers-home*/

/*star-content-manufactur*/
.content-manufactur {
}

.content-manufactur .bread-produk {
    background-color: #ffffff;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

.content-manufactur .bread-produk ol.breadcrumb {
    float: left;
    background-color: transparent;
    margin-bottom: 0;
    padding: 8px 0px;
}

.content-manufactur .bread-produk ol.breadcrumb li a {
    color: #ababab;
}

.content-manufactur .bread-produk ol.breadcrumb li.active a {
    color: #1d55a1;
}

.content-manufactur #konten {
    margin: 20px 0;
}

.content-manufactur .judul-box p {
    margin-bottom: 25px;
    padding-bottom: 9px;
    border-bottom: 1px solid #dadada;
    font-size: 20px;
    font-weight: bold;
    font-family: "OpensansReguler";
}
/*end-content-manufactur*/

/*star-box-manufactur*/
.box-manufactur {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 5%;
    font-size: 0px;
    text-align: center;
}

.item-manufactur {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
    /*width: 33%;*/
    width: 20%;
    font-size: 14px;
    vertical-align: top;
    border: 1px solid #ddd;
}

.i-manufactur {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    border-radius: 20px;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .item-manufactur {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 10px;
        width: 33%;
        font-size: 14px;
        vertical-align: top;
    }
}

@media only screen and (max-width: 320px) {
    .item-manufactur {
        display: inline-block;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 20px;
        width: 50%;
        font-size: 14px;
        vertical-align: top;
        border: 1px solid #ddd;
    }
}
/*end-box-manufactur*/

/*star-content-mechancat*/
.content-mechancat {}

.content-mechancat #konten {
    margin: 20px 0;
}

.content-mechancat .bread-produk {
    background-color: #ffffff;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

.content-mechancat .bread-produk ol.breadcrumb li a {
    color: #ababab;
}

.content-mechancat .bread-produk ol.breadcrumb {
    float: left;
    background-color: transparent;
    margin-bottom: 0;
    padding: 8px 0px;
}

.content-mechancat .bread-produk ol.breadcrumb li.active a {
    color: #1d55a1;
}

.content-mechancat .judul-box p {
    margin-bottom: 25px;
    padding-bottom: 9px;
    border-bottom: 1px solid #dadada;
    font-size: 20px;
    font-weight: bold;
    font-family: "OpensansReguler";
}
/*end-content-mechancat*/

/*star-box-mechancat*/
.box-mechancat {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 5%;
    font-size: 0px;
    text-align: center;
}

.item-mechancat {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    /*width: 33%;*/
    width: 33.33333333%;
    font-size: 14px;
    vertical-align: top;
    border: 1px solid #ddd;
}

.item-mechancat a {
    font-size: 20px;
    color: #000;
    font-family: "OpensansReguler";
}

.item-mechancat a:hover, .item-mechancat a:focus {
    color: #000;
}

.i-mechancat {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    border-radius: 20px;
}

@media (max-width: 1024px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .item-mechancat {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
        width: 33%;
        font-size: 14px;
        vertical-align: top;
    }
}

@media (max-width: 550px) {
    .item-mechancat {
        width: 47%;
        /*width: calc(100% / 2);*/
    }
}

@media (max-width: 500px) {
    .item-mechancat {
        width: 47%;
        /*width: calc(100% / 2);*/
    }
}

@media (max-width: 450px) {
    .item-mechancat {
        width: 100%;
        /*width: calc(100% / 2);*/
    }
}

@media (max-width: 400px) {
    .item-mechancat {
        width: 100%;
        /*width: calc(100% / 2);*/
    }
}

@media (max-width: 320px) {
    .item-mechancat {
        width: 100%;
    }
}
/*end-box-mechancat*/

/*star-content-mechan*/
.content-mechan {}

.content-mechan #konten {
    margin: 20px 0;
}

.content-mechan .bread-produk {
    background-color: #ffffff;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

.content-mechan .bread-produk ol.breadcrumb li a {
    color: #ababab;
}

.content-mechan .bread-produk ol.breadcrumb {
    float: left;
    background-color: transparent;
    margin-bottom: 0;
    padding: 8px 0px;
}

.content-mechan .bread-produk ol.breadcrumb li.active a {
    color: #1d55a1;
}

.content-mechan .judul-box p {
    margin-bottom: 25px;
    padding-bottom: 9px;
    border-bottom: 1px solid #dadada;
    font-size: 20px;
    font-weight: bold;
    font-family: "OpensansReguler";
}
/*end-content-mechan*/

/*star-box-mechan*/
.box-mechan {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 5%;
    font-size: 0px;
    text-align: center;
}

.item-mechan {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    /*width: 33%;*/
    width: 33.33333333%;
    font-size: 14px;
    vertical-align: top;
    border: 1px solid #ddd;
}

.item-mechan a {
    font-size: 20px;
    color: #000;
    font-family: "OpensansReguler";
}

.item-mechan a:hover, .item-mechan a:focus {
    color: #000;
}

.i-mechan {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    border-radius: 20px;
}

@media (max-width: 1024px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .item-mechan {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
        width: 33%;
        font-size: 14px;
        vertical-align: top;
    }
}

@media (max-width: 550px) {
    .item-mechan {
        width: 47%;
        /*width: calc(100% / 2);*/
    }
}

@media (max-width: 500px) {
    .item-mechan {
        width: 47%;
    }
}

@media (max-width: 450px) {
    .item-mechan {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .item-mechan {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .item-mechan {
        width: 100%;
    }
}
/*end-box-mechan*/

/*star-tabulasi-produk*/
.fitur-produk {
    margin-bottom: 50px;
}

.ul {
    padding: 0;
    margin: 0;
}

.ul li {
    list-style: none;
}

.menu-fitur-produk {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 25px;
    border-bottom: 1px solid #EEE;
}

.menu-fitur-produk li {
    margin-right: 15px;
}

.menu-fitur-produk li a {
    position: relative;
    display: block;
    padding-bottom: 15px;
    padding-right: 50px;
    font-size: 15px;
    color: #a0a0a0;
    text-transform: uppercase;
    font-family: "RobotoBlack";
}

.menu-fitur-produk li a:hover:before {
    width: 100%;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.menu-fitur-produk li.active a {
    font-family: "RobotoBlack";
    color: #1d55a1;
    font-size: 15px;
}

/*.menu-fitur-produk li a.active {
    font-family: "Opensans Bold";
}*/

/*.menu-fitur-produk li a.active:before {
    width: 100%;
    background: #fb0a0a;
}*/

.menu-fitur-produk li.active a:before {
    width: 100%;
    background: #1d55a1;
}

.menu-fitur-produk li a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 0;
    height: 4px;
    background: #a0a0a0;
}

.text-detail-pro {
    font-size: 16px;
    line-height: 25px;
    color: #545454;
    font-family: "RobotoLight";
}

.text-detail-pro a {
    font-size: 16px;
    line-height: 25px;
    color: #1d55a1;
    font-family: "RobotoLight";
}

.text-detail-pro p {
    font-size: 16px;
    line-height: 25px;
    color: #545454;
    font-family: "RobotoLight";
}

.text-detail-pro img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 600px) {
    .fitur-produk {
        margin-bottom: 30px;
    }
    .menu-fitur-produk li a {
        padding-right: 30px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .menu-fitur-produk {
        margin-bottom: 20px;
    }
    .menu-fitur-produk li a {
        padding-right: 20px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 440px) {
    .menu-fitur-produk {
        margin-bottom: 20px;
    }
    .menu-fitur-produk li a {
        padding-right: 0;
        font-size: 11px;
    }
}
/*end-tabulasi-produk*/

/*star-produk-new-home*/
.content-home .container .row .new-prodhome {
    position: relative;
    border-bottom: 5px solid #dadada;
    margin-bottom: 15px;
}

.content-home .container .row .new-prodhome .judul {
    margin: 20px 0;
    padding-bottom: 30px;
}

.content-home .container .row .new-prodhome .judul p {
    margin: 0;
    font-family: "OpensansSemibold";
    font-size: 25px;
    color: #151b20;
}

.content-home .container .row .new-prodhome .judul:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50px;
    height: 2px;
    width: 100%;
    background: #dadada;
}

.content-home .container .row .new-prodhome .item {
    padding: 0 15px;
}

.content-home .container .row .new-prodhome .item .box-sale {
    position: relative;
    min-height: 250px;
    padding-bottom: 10px;
}
    
.content-home .container .row .new-prodhome .item .box-sale p {
    margin: 0;
    display: block;
    color: #272727;
    font-size: 14px;
    font-family: "RobotoLight";
    /*min-height: 50px;*/
}
    
.content-home .container .row .new-prodhome .item .box-sale img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto 10px;
}

.content-home .container .row .new-prodhome .item .box-sale .pricenorm {
    color: #1d519b;
    font-size: 15px;
    font-family: "OpensansBold";
    text-align: center;
    padding-top: 10px;
}

.content-home .container .row .new-prodhome .item .box-sale .prodname {
    color: #4b4b4b;
    font-size: 14px;
    font-family: "OpensansReguler";
    padding-top: 5px;
    text-align: center;
}
/*star-produk-new-home*/

/*star-produk-top-home*/
.content-home .container .row .top-prodhome {
    position: relative;
    border-bottom: 0px solid #dadada;
    margin-bottom: 15px;
}

.content-home .container .row .top-prodhome .judul {
    margin: 20px 0;
    padding-bottom: 30px;
}

.content-home .container .row .top-prodhome .judul p {
    margin: 0;
    font-family: "OpensansSemibold";
    font-size: 25px;
    color: #151b20;
}

.content-home .container .row .top-prodhome .judul:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50px;
    height: 2px;
    width: 100%;
    background: #dadada;
}

.content-home .container .row .top-prodhome .item {
    padding: 0 15px;
}

.content-home .container .row .top-prodhome .item .box-sale {
    position: relative;
    min-height: 250px;
    padding-bottom: 10px;
}
    
.content-home .container .row .top-prodhome .item .box-sale p {
    margin: 0;
    display: block;
    color: #272727;
    font-size: 14px;
    font-family: "RobotoLight";
    /*min-height: 50px;*/
}
    
.content-home .container .row .top-prodhome .item .box-sale img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto 10px;
}

.content-home .container .row .top-prodhome .item .box-sale .pricenorm {
    color: #1d519b;
    font-size: 15px;
    font-family: "OpensansBold";
    text-align: center;
    padding-top: 10px;
}

.content-home .container .row .top-prodhome .item .box-sale .prodname {
    color: #4b4b4b;
    font-size: 14px;
    font-family: "OpensansReguler";
    padding-top: 5px;
    text-align: center;
}
/*star-produk-top-home*/

/*star-produk-offer-home*/
.content-home .container .row .top-prodhome {}

.content-home .container .row .offer-prodhome {
    position: relative;
}

.content-home .container .row .offer-prodhome .judul {
    margin: 20px 0;
    padding-bottom: 30px;
}

.content-home .container .row .offer-prodhome .judul:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50px;
    height: 2px;
    width: 100%;
    background: #dadada;
}

.content-home .container .row .offer-prodhome .judul p {
    margin: 0;
    font-family: "OpensansSemibold";
    font-size: 25px;
    color: #151b20;
}

.content-home .container .row .offer-prodhome .item {
    /*padding: 0 15px;*/
    padding: 20px 15px;
}
  
.content-home .container .row .offer-prodhome .item .box-sale {
    position: relative;
    min-height: 250px;
}

.content-home .container .row .offer-prodhome .item .box-sale img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto 10px;
}
    
.content-home .container .row .offer-prodhome .item .box-sale .prodnames {
    margin: 0;
    display: block;
    color: #353535;
    font-size: 18px;
    font-family: "OpensansReguler";
    margin-top: 20px;
    margin-bottom: 5px;
    /*min-height: 50px;*/
}

.content-home .container .row .offer-prodhome .item .box-sale .prodharga {
    color: #fd0100;
    font-size: 25px;
    font-family: "OpensansBold";
}

.content-home .container .row .offer-prodhome .item .box-sale .prodhargacoret {
    color: #bfbebe;
    font-size: 13px;
    font-family: "OpensansLight";
}

/*.content-product-detail .main-prod-detail .row:last-child .related-prod .item .box-sale .price-strip {
    color: #1d55a1;
    font-family: "OpensansReguler";
    font-size: 15px;
}*/
/*end-produk-offer-home*/


.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu>li.treeview {
    white-space: normal;
}

/*.sidebar-menu li.treeview>a>.pull-right {
    position: relative;
    top: 0;
    right: 10px;
    margin-top: 4px;
}*/


.sidebar-menu .treeview-menu>li.active {
    color: red;
}

.content-product .main-product .container .col-md-3 .box-kat .isi-box .sidebar-menu .treeview.active a.active {
    color: #1d55a1;
}

/*.content-product .main-product .container .col-md-3 .box-kat .isi-box .sidebar-menu .treeview-menu>li.active a {
    color: #1d55a1;
}*/

.content-product .main-product .container .col-md-3 .box-kat .isi-box .sidebar-menu .treeview-menu .subtype a.active {
    color: #1d55a1;
}

.sidebar-menu .treeview a {
    /*padding: 12px 5px 12px 15px;*/
    padding: 12px 5px 12px 0px;
    display: block;
}

.sidebar-menu>li>.treeview-menu-sub {
    margin: 0 1px;
    background: #2c3b41;
    display: block;
}

/*.sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}*/

.sidebar-menu .treeview .treeview-menu a {
    /*padding: 5px 5px 5px 15px;*/
    padding: 5px 5px 5px 0px;
    display: block;
    font-size: 14px;
}

/*.sidebar-menu li.active>.treeview-menu a {
    padding-left: 5px;
}*/

.sidebar-menu .treeview-menu-sub {
    padding-left: 5px;
}

.sidebar-menu .treeview-menu-sub>li>a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
}

.sidebar-menu .treeview-menu-sub>li {
    margin: 0;
    display: block;
}

/*.content-product .main-product .container .col-md-3 .box-kat .isi-box .sidebar-menu .treeview.active a.active .fa.fa-minus:before {
    content: "\f068";
}
*/
/*.sidebar-menu li>a>.pull-right {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
}*/

/*.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu>li.header {
    white-space: normal;
    overflow: hidden;
}*/

/*star-content-tracking*/
.content-tracking {
}

.content-tracking .bread-produk {
    background-color: #ffffff;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

.content-tracking .bread-produk ol.breadcrumb {
    float: left;
    background-color: transparent;
    margin-bottom: 0;
    padding: 8px 0px;
}

.content-tracking .bread-produk ol.breadcrumb li a {
    color: #ababab;
}

.content-tracking .bread-produk ol.breadcrumb li.active a {
    color: #1d55a1;
}

.content-tracking #konten {
    margin: 20px 0;
}

.content-tracking .judul-box p {
    margin-bottom: 25px;
    padding-bottom: 9px;
    border-bottom: 1px solid #dadada;
    font-size: 20px;
    font-weight: bold;
    font-family: "OpensansReguler";
}
/*end-content-tracking*/

/*star-select-payment*/
.select-payment {
    margin-bottom: 20px;
}

.title-select-payment {
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
    background-color: #03ac0e;
    border-radius: 3px;
}

.list-payment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2px;
    border-radius: 3px;
}

.list-payment li {
    padding: 2px;
    width: calc(100% / 3);
}

.container-payment {
    display: block;
    margin: 0;
    cursor: pointer;
}

.container-payment input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.container-payment:hover input ~ .list-payment-item {
    background-color: #f1f1f1;
}

.container-payment input:checked ~ .list-payment-item {
    background-color: #F6AB1B;
    border-color: #F6AB1B;
}

.container-payment input:checked ~ .list-payment-item span {
    color: #fff;
}

.list-payment-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 3px;
}

.list-payment-item > div {
    width: 50px;
}

.list-payment-item > div img {
    margin-right: 15px;
    width: 100%;
}

.list-payment-item span {
    padding-left: 10px;
    width: calc(100% - 50px);
    font-size: 0.8125rem;
    color: rgba(0, 0, 0, 0.54);
}

.submit-payment {
    display: none;
}

@media (max-width: 500px) {
    .list-payment-item span {
        width: 100%;
        padding-left: 0;
        font-size: 12px;
    }
    .list-payment-item > div {
        width: 0;
    }
    .list-payment-item > div img {
        display: none;
    }
}

@media (max-width: 450px) {
    .list-payment-item span {
        width: 0;
        padding-left: 0;
        font-size: 12px;
    }
    .list-payment-item > div {
        width: 0;
    }
    .list-payment-item > div img {
        display: none;
    }
}

@media (max-width: 400px) {
    .list-payment-item span {
        width: 0;
        padding-left: 0;
        font-size: 12px;
    }
    .list-payment-item > div {
        width: 0;
    }
    .list-payment-item > div img {
        display: none;
    }
}

@media (max-width: 375px) {
    .list-payment-item span {
        width: 0;
        padding-left: 0;
        font-size: 12px;
    }
    .list-payment-item > div {
        width: 0;
    }
    .list-payment-item > div img {
        display: none;
    }
}

@media (max-width: 365px) {
    .list-payment-item span {
        width: 0;
        padding-left: 0;
        font-size: 12px;
    }
    .list-payment-item > div {
        width: 0;
    }
    .list-payment-item > div img {
        display: none;
    }
}

@media (max-width: 320px) {
    .list-payment-item span {
        width: 0;
        padding-left: 0;
        font-size: 12px;
    }
    .list-payment-item > div {
        width: 0;
    }
    .list-payment-item > div img {
        display: none;
    }
}
/*end-select-payment*/

/*star-summary-price*/
.summary-price {
    border-top: 6px solid #f3f4f5;
}

.summary-price-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding-top: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.summary-price-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.summary-price-item:last-child h5 {
    color: #333;
}

.summary-price-item:last-child .price-item {
    font-weight: bold;
}

.summary-price-item h5 {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.54);
    font-weight: bold;
}

.summary-price-item .price-item {
    font-weight: normal;
    color: #fa591d;
}

.select-shipping {
    width: 200px;
}

.select-shipping .select2-container--default .select2-selection--single, .select-shipping .select2-selection .select2-selection--single {
    color: #fff;
    background-color: #03ac0e;
    border-color: #03ac0e;
    border-radius: 5px;
}

.select-shipping .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.8125rem;
    color: #fff;
    font-weight: 500;
}

.select-shipping .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e5f2e5;
    color: #565656;
}
/*end-summary-price*/

.konten-track {
    margin-top: 10px;
    margin-bottom: 25px;
}

.konten-track .tag-page {
    font-size: 30px;
    font-family: "OpensansReguler";
    color: inherit;
    padding-bottom: 10px;
}

/*star-button-chat*/
.button-chat {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.button-chat li:last-child a {
    background: #F6AB1B;
}

.button-chat li a {
    display: block;
    padding: 12px 30px;
    min-width: 140px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    background: #A78939;
}

.button-chat li a .fa {
    margin-right: 5px;
}

@media only screen and (max-width: 991px) {
    .button-chat {
        width: 100%;
    }
    .button-chat li {
        width: 50%;
    }
}
/*end-button-chat*/