@font-face {
    font-family: "MyriadPro-Cond";
    src: url(../fonts/myriad/MyriadPro-Cond.otf);
    format: "otf";
}
@font-face {
    font-family: "MYRIADPRO-SEMIBOLD";
    src: url(../fonts/myriad/MYRIADPRO-SEMIBOLD.otf);
    format: "otf";
}
@font-face {
    font-family: "MyriadPro-Regular";
    src: url(../fonts/myriad/MyriadPro-Regular.otf);
    format: "otf";
}
@font-face {
    font-family: "MYRIADPRO-BOLD";
    src: url(../fonts/myriad/MYRIADPRO-BOLD.otf);
    format: "otf";
}
@font-face {
    font-family: "Gothic";
    src: url(../fonts/centuryGothic/GOTHIC.ttf);
    format: "ttf";
}
@font-face {
    font-family: "GothicBold";
    src: url(../fonts/centuryGothic/GOTHICB.ttf);
    format: "ttf";
}
@font-face {
    font-family: "Opensans";
    src: url(../fonts/opensan/OpenSans-Regular.ttf);
    format: "ttf";
}
@font-face {
    font-family: "OpensansItalic";
    src: url(../fonts/opensan/OpenSans-Italic.ttf);
    format: "ttf";
}
@font-face {
    font-family: "OpensansBold";
    src: url(../fonts/opensan/OpenSans-Bold.ttf);
    format: "ttf";
}
@font-face {
    font-family: "OpensansLight";
    src: url(../fonts/opensan/OpenSans-Light.ttf);
    format: "ttf";
}
@font-face {
    font-family: "OpensansSemibold";
    src: url(../fonts/opensan/OpenSans-Semibold.ttf);
    format: "ttf";
}
@font-face {
    font-family: "OpensansExtrabold";
    src: url(../fonts/opensan/OpenSans-ExtraBold.ttf);
    format: "ttf";
}
@font-face {
    font-family: "RobotoRegular";
    src: url(../fonts/roboto/Roboto-Regular.ttf);
    format: "ttf";
}
@font-face {
    font-family: "RobotoLight";
    src: url(../fonts/roboto/Roboto-Light.ttf);
    format: "ttf";
}
@font-face {
    font-family: "RobotoBold";
    src: url(../fonts/roboto/Roboto-Bold.ttf);
    format: "ttf";
}
@font-face {
    font-family: "RobotoThin";
    src: url(../fonts/roboto/Roboto-Thin.ttf);
    format: "ttf";
}
@font-face {
    font-family: "Robotosl";
    src: url(../fonts/roboto_slab/RobotoSlab-Regular.ttf);
    format: "ttf";
}
@font-face {
    font-family: "Robotosl_Light";
    src: url(../fonts/roboto_slab/RobotoSlab-Light.ttf);
    format: "ttf";
}
@font-face {
    font-family: "Robotosl_Bold";
    src: url(../fonts/roboto_slab/RobotoSlab-Bold.ttf);
    format: "ttf";
}
@font-face {
    font-family: "Robotosl_Thin";
    src: url(../fonts/roboto_slab/RobotoSlab-Thin.ttf);
    format: "ttf";
}
@font-face {
    font-family: "MaisonNeueBook";
    src: url(../fonts/maison-neue/MaisonNeueBook.otf);
    format: "otf";
}
@font-face {
    font-family: "MontserratBold";
    src: url(../fonts/montserrat/MontserratBold.ttf);
    format: "ttf";
}
@font-face {
    font-family: "RalewayBold";
    src: url(../fonts/raleway/Raleway-Bold.ttf);
    format: "ttf";
}

*{
    font-family: "MyriadPro-Regular";
}

html , body {
    height:100%;
}

@media (max-width: 991px) {
    html, body {
        overflow-x: hidden;
    }
}

@media (max-width: 767px) {
    html, body {
        overflow-x: hidden;
    }
}

html section, body section {
    background-color:transparent;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

a {
    color:#272727;
}

a, a:hover, a:focus {
    text-decoration:none;
    outline:none;
}

h1, h2, h3, h4, h5, h6 {
    margin:0;
}

label {
    font-family: "MYRIADPRO-BOLD";
    font-weight: normal;
}

strong, b, th {
    font-family: "MYRIADPRO-BOLD";
    font-weight: normal;
}

p {
    font-family: "MyriadPro-Regular";
    color: #333;
    margin-bottom: 1.5em;
}

.less-pad {
    padding-right: 0;
    padding-left: 0;
}

.less-margin {
    margin-right: 0;
    margin-left: 0;
}

.t20 {
    margin-top: 20px;
}

.text-center {
    text-align: center;
}

.img {
    display: block;
    width: 100%;
}

.ul {
    padding: 0;
    margin: 0;
}

.ul li {
    list-style: none;
}

.ul-inline li {
    display: inline-block;
}

.full-row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.full-col {
    padding-right: 0px !important;
    padding-left:0px !important;
}

.row-item {
    margin-right: -10px;
    margin-left: -10px;
    font-size:0px;
}

.col-item {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    width: 50%;
    font-size: 14px;
    vertical-align: top;
}

.row.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutter>[class^="col-"],
.row.no-gutter>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.gutter {
    margin-left: -15px;
    margin-right: -15px;
}

.gutter>div {
    padding-left: 15px;
    padding-right: 15px;
}

.help-block {
    font-size: 13px;
}

.cursor-pointer {
    cursor: pointer !important;
}

body>[id^="beacon_"],
body>[id*=" beacon_"] {
    display: none;
}

label {
    font-family: "RobotoLight";
    font-size: 13px;
    color: #333;
    font-weight: normal;
}

label sup {
    color: #F00;
}

.img-center {
    margin: 0 auto;
}

.error-form {
    font-size: 11px;
    color: #F00;
}

.alert {
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 2px;
}

.alert-mini {
    padding: 7px 15px !important;
}

.breadcrumb {
    padding: 8px 0;
}

.dft-input {
    font-size: 13px;
    border-radius: 2px;
    box-shadow: none;
}

.tag-login {
    display: block;
    margin-bottom: 10px;
    font-family: "RobotoLight";
    font-size: 15px;
    text-align: center;
}

.with-border-center {
    position: relative;
}

.with-border-center:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #f4f4f4;
}

.a-modal-login {
    display: block;
    margin-top: -5px;
    font-size: 13px;
    text-align: center;
}

.text-modal-login {
    font-size: 13px;
    color: #626262;
    line-height: 19.5px;
}

.info-voucher {
    margin-top: 10px;
}

.wrap-radio {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wrap-radio:hover input ~ .radiomark {
    background-color: #f5d829;
}

.wrap-radio input {
    position: absolute;
    opacity: 0;
}

.wrap-radio input:checked ~ .radiomark {
    background-color: #f5d829;
}

.wrap-radio input:checked ~ .radiomark:after {
    display: block;
}

.wrap-radio .radiomark:after {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: rgba(245,216,41,0.5);
    border-radius: 50%;
}

.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

.panel {
    border-radius: 2px;
    box-shadow: none;
}

.panel-default>.panel-heading {
    background-color: #F9f9f9;
}

.panel-heading {
    padding: 8px 15px;
}

#ifrm {
    display: none !important;
}

.modal-table {
    padding: 0 !important;
}

.modal-table .table {
    margin-top: -1px;
    margin-bottom: 0 !important;
    font-size: 12px;
}

.alamat-tujuan {
    padding: 15px;
    margin-bottom: -1px;
    border: 1px solid #DDD;
}

.alamat-tujuan p {
    margin-bottom: 0;
    line-height: 22px;
}

.alamat-tujuan--nama {
    margin-bottom: 5px;
}

.notrans-detail {
    color: #3c8dbc;
}

.wrap-info-kirim {
    margin-bottom: 15px;
}

.box-info-kirim {
    padding: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #606060;
    line-height: 25px;
    background: #cdebc3;
    border: 1px solid #cdebc3;
}

.info-status-trans {
    padding: 10px 15px;
    margin-top: 15px;
    background-color: rgba(205,235,195,0.3);
    border: 1px solid #cdebc3;
    border-radius: 2px;
}

@media (min-width: 480px) {
    .alamat-tujuan {
        font-size: 13px;
    }
    .main-detail-transaksi th,
    .main-detail-transaksi td {
        font-size:12px;
    }
}

.info_error {
    font-size: 12px;
    color: red;
}

.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: 6px 12px;
    height: 34px;
}

.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;
    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-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;
}

.modal {
    background: rgba(0,0,0,0.3);
}

.modal-content {
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.125);
    box-shadow: 0 2px 3px rgba(0,0,0,0.125);
    border: 0;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.125);
        box-shadow: 0 2px 3px rgba(0,0,0,0.125);
    }
}

.modal-header {
    border-bottom-color: #f4f4f4;
}

.modal-footer {
    border-top-color: #f4f4f4;
}

.modal-primary .modal-header,
.modal-primary .modal-footer {
    border-color: #307095;
}

.modal-warning .modal-header,
.modal-warning .modal-footer {
    border-color: #c87f0a;
}

.modal-info .modal-header,
.modal-info .modal-footer {
    border-color: #0097bc;
}

.modal-success .modal-header,
.modal-success .modal-footer {
    border-color: #00733e;
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
    border-color: #c23321;
}

.switcher {
    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;
}

.switch {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    width: 30px;
    height: 17px;
}

.switch input {
    display: none;
}

.slider-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .2s;
    transition: .2s;
}

.slider-switch:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
}

input:checked+.slider-switch {
    background-color: #3c763d;
}

input:focus+.slider-switch {
    box-shadow: 0 0 1px #3c763d;
}

input:checked+.slider-switch:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

.slider-switch.round {
    border-radius: 17px;
}

.slider-switch.round:before {
    border-radius: 50%;
}

.callout {
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    color: #FFF;
    border-left: 5px solid #eee;
}

.callout a {
    color: #fff;
    text-decoration: underline;
}

.callout a:hover {
    color: #eee;
}

.callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-family: "RobotoLight";
    font-size: 16px;
}

.callout p:last-child {
    margin-bottom: 0;
}

.callout ul {
    padding-left: 15px;
}

.callout ul li {
    margin-bottom:3px;
}

.callout ul li:last-child {
    margin-bottom:0;
}

.callout code,
.callout .highlight {
    background-color: #fff;
}

.callout.callout-danger {
    border-color: #c23321;
    background-color: #dd4b39 !important;
}

.callout.callout-warning {
    border-color: #c87f0a;
    background-color: #f39c12 !important;
}

.callout.callout-info {
    border-color: #0097bc;
    background-color: #00c0ef !important;
}

.callout.callout-success {
    border-color: #00733e;
    background-color: #00a65a !important;
}

@media only screen and (max-width: 991px) {
    .with-border-center:before {
        display: none;
    }
    .nonmember-modal {
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid #F4F4F4;
    }
    .text-modal-login {
        line-height: 21px;
    }
}

#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);
    }
}

.menu > ul > li > a img {
    width: 40px;
}

.menu > ul > li > a .fa {
    font-size: large;
}

@media (max-width: 991px) {
    .head {
        display: none;
    }
}

@media (max-width: 1199px) {
    #topper.head #headerMenu #menutop ul li a {
        font-size: 13px;
    }
    .head .menu > ul > li > a {
        padding: 10px 0 0 10px;
    }
    .head .menu > ul > li > a .fa {}
    .head .menu li a .img-search {
        width: 25px;
    }
    .head .menu li a img {
        width: 25px;
    }
}

@media (max-width: 1046px) {
    #topper.head #headerMenu #menutop ul li a {
        font-size: 12px;
    }
    .menu > ul > li > a img {
        width: 25px;
    }
}

/*versi-mobile*/
@media (min-width: 991px) {
    .top-rs {
        display: none;
    }
    .top-header-rs {
        display: none;
    }
}

@media (max-width: 991px) {
    .top-rs {
        display: block;
    }
    .top-header-rs {
        display: block;
    }
}

.head {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    margin: 0 auto;
    border-bottom: 5px #FFDD15 solid;
    padding-top: 5px;
    height: auto;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
}

.sticky {
    background-color: inherit;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999 !important;
    background-color: #f5d829;
    background-color: #f5f5f5;
    margin: 0 auto;
    padding-top: 5px;
    height: auto;
    /*height: 7.5rem;*/
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
}

#sliderhome .carousel-caption {
    text-align: left;
    bottom: 10rem;
}

#sliderhome .carousel-caption h1 {
    padding-bottom: 30px;
    color: #ffffff;
    font-size: 30px;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    text-shadow: 2px 2px 2px #A7A19C;
    text-transform: capitalize;
    font-weight: bold;
    border-bottom: solid 1px #f5d829;
}

#sliderhome .carousel-caption p {
    padding: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 20px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    width: 75%;
}

#sliderhome .space-abu {
    height: 10px;
    background-color: #959a98;
}

#topper .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 90%;
}

@media (min-width: 1200px) {
    #topper .container {
        max-width: 1185px;
    }
}

#topper #headerMenu {
    /*position: absolute;*/
    position: relative;
    z-index: 99999;
    height: 7rem;
    margin: 0 auto;
}

#topper #headerMenu #menutop {
    margin-top: 0;
    text-align: center;
    display: flex;
}

#topper #headerMenu #menutop ul {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 0px;
    text-align: right;
}

#topper #headerMenu #menutop ul li {
    list-style: none;
    position: relative;
    margin: 0px 3px;
    border-bottom: solid 5px transparent;
}

#topper #headerMenu #menutop ul li ul {
    display: none;
}

#topper #headerMenu #menutop #actived ul li a.active {
    background-color: #ec1b33;
    color: #f5d829 !important;
}

#topper #headerMenu #menutop ul li:hover {
    border-bottom: solid 0 #EC2027;
}

#topper #headerMenu #menutop ul li:hover ul {
    background-color: #f5d829;
    display: block;
    position: absolute;
    z-index: 999999;
    text-align: left;
    margin-top: 0;
    /*margin-top: 5px;*/
    padding: 0px !important;
}

#topper #headerMenu #menutop ul li:hover ul li {
    font-size: 12px;
    width: auto;
    display: block;
    width: 275px;
    margin: 0px !important;
    position: relative;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #1b3d6d;
}

#topper #headerMenu #menutop ul li:hover ul li ul {
    display: none;
}

#topper #headerMenu #menutop ul li:hover ul li a {
    text-align: left;
    font-family: "RobotoBold";
    font-weight: normal;
    text-transform: capitalize;
    width: 100%;
    display: block;
    padding: 7px 20px;
    color: #1b3d6d !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

#topper #headerMenu #menutop ul li:hover ul li a:hover {
    color: #f5d829 !important;
}

#topper #headerMenu #menutop ul li:hover ul li:hover {
    background-color: #ec1b33;
    color: #FFFFFF;
}

#topper #headerMenu #menutop ul li:hover ul li:hover ul {
    display: block;
    position: absolute;
    left: 100%;
    top: -0.60rem;
}

#topper #headerMenu #menutop ul li:hover ul li:hover ul li ul {
    display: none;
}

#topper #headerMenu #menutop ul li:hover ul li:hover ul li:hover ul {
    display: block;
    position: absolute;
    left: 100%;
    top: -0.62rem;
}

#topper #headerMenu #menutop ul li a {
    color: #323232;
    /*font-family: "MaisonNeueBook";*/
    font-family: "MYRIADPRO-BOLD";
    /*font-weight: bold;*/
    font-size: 17px;
    line-height: normal;
    text-align: center;
    display: block;
    padding: 7px 7px 20px 10px;
    text-transform: capitalize;
}

#topper #headerMenu #menutop ul li a:hover {
    /*color: #ec1b33;*/
    color: #EC2027;
}

#topper #headerMenu #menutop ul li a i {
    width: 50px;
    position: absolute;
    font-weight: bold;
    right: 1rem !important;
    text-align: right;
}

#topper #headerMenu #menutop #actived {
    border-bottom: solid 1px transparent;
}

#topper #headerMenu #menutop #actived a {
    color: #EC2027;
}

#topper #headerMenu #menutop #font-black a {
    color: #1b3d6d;
}

#topper #headerMenu .logo {
    padding: 2px 3px;
}

#topper #headerMenu .logo img {
    display: block;
    max-width: 100%;
    width: 80% !important;
    margin: 0 auto;
}

#topper #headerMenu .clear {
    clear: both;
}

/**/
/*.textJembo {
    color: #EC2027;
    font-family: "gothicb";
    font-size: 37px;
    text-align: center;
}*/
.textJembo {
    margin-top: 22px;
    text-align: center;
    display: block;
}

.textJembo img {
    width: 80% !important;
    border-radius: 0;
    margin-bottom: 10px;
}

.menu {
    display: inline-block;
    margin-top: 25px;
}

.menu li {
    position: relative;
}

.menu > ul > li {
    display: inline-block;
}

.menu > ul > li > a {
    display: block;
    /*padding: 10px 5px 5px 10px;*/
    padding: 10px 0 5px 0;
}

.menu li a .img-search {
    max-width: 100%;
}

.head .icon {
    display: block;
    margin-top: 25px;
}

.head .icon img {
    width: 50px;
}
/**/

.modal {
    z-index: 999999;
}

.warp-bahasa .search {
    display: inline-block;
    margin-top: 10px;
}

.warp-bahasa .search .fa-search {
    font-size: 25px;
}

#topper #headerMenu .warp-bahasa {
    display: flex;
}

#topper #headerMenu .warp-bahasa .dropdown-menu {
    border: none !important;
}

#topper #headerMenu .warp-bahasa .dropdown .btn:focus {
    border: none !important;
    box-shadow: none !important;
}

#topper #headerMenu .warp-bahasa label {
    color: #FFFFFF;
}

#topper #headerMenu .warp-bahasa .bahasa .font-black {
    color: #1b3d6d !important;
}

#topper #headerMenu .warp-bahasa .bahasa a {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

#topper #headerMenu .warp-bahasa .bahasa a img {
    width: 30px;
}

#topper #headerMenu .warp-bahasa .bahasa a:hover {
    background-color: transparent;
}

#topper #headerMenu .warp-bahasa .bahasa .dropdown-item {
    padding: 0px 0.8rem !important;
}

#topper #headerMenu .warp-bahasa .bahasa .dropbahasa {
    background-color: transparent !important;
}

#topper #top_mobile .logo_mobile img {
    width: 100%;
}

#topper .dropcari .font-black {
    color: #1b3d6d !important;
}

#topper .dropcari .btn {
    background-color: #f5d829;
    border-radius: 20px;
    color: #FFFFFF;
}

#topper .dropcari .cari input[type=text] {
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

#topper .sosmed {
    width: 100%;
    margin: auto;
    margin-top: 45px;
    text-align: right;
}

#topper .sosmed ul {
    margin: 0px;
    width: auto;
}

#topper .sosmed ul li {
    display: inline-block;
    list-style: none;
    padding: 5px 7px;
}

#topper .sosmed ul li a {
    font-size: 18px;
    color: #1b3d6d;
}

#topper .sosmed ul li a:hover {
    color: #f5d829;
}

#topper .sosmed .search {
    float: left;
}

.menu-mobile label {
    color: #FFFFFF;
    font-size: 20px;
    vertical-align: middle;
    text-transform: capitalize;
    margin-top: 10px;
    font-weight: bold;
    background-color: #ec1b33;
    padding: 3px 10px;
    border-radius: 20%;
}

.menu-mobile label span {
    display: inline;
    margin-top: 5px;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #FFFFFF;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay a {
    font-family: "RobotoBold";
    padding: 8px 0px;
    text-decoration: none;
    font-size: 18px;
    text-transform: capitalize;
    color: #ec1b33;
    display: block;
    transition: 0.3s;
}

.overlay a:hover {
    color: #1b3d6d;
}

.overlay a:focus {
    color: #1b3d6d;
}

.overlay .closebtn {
    padding: 10px !important;
    position: absolute;
    top: 5px;
    right: 45px;
    font-size: 25px;
}

.overlay-content {
    -webkit-background-size: 100%;
    -khtml-background-size: 100%;
    -moz-background-size: 100%;
    -ms-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-image: url("../images/bg-home1.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay-content .img-center {
    margin: 0 auto;
    text-align: center;
}

.overlay-content .logo_mobile img {
    width: 60%;
}

.overlay-content ul {
    margin: 0px !important;
    padding: 0px !important;
    text-align: left;
    width: auto;
}

.overlay-content ul li {
    list-style: none;
}

.overlay-content ul li ul li {
    padding-left: 20px;
}

.overlay-content ul li ul li a {
    font-size: 12px;
}

.overlay-content ul li a {
    font-size: 14px;
    padding-left: 10px;
}

.overlay-content ul li a i {
    padding: 0px 3px;
}

.overlay-content ul li a:hover {
    color: #1b3d6d;
}

#menu-featured-categories ul.sub-menu {
    display: none;
}

#menu-featured-categories ul.sub-menu2 {
    display: none;
}

#menu-featured-categories ul.visible {
    display: block;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.bg-second {
    background-color: #EC2027;
}

.flex-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
}

@media (min-width: 961px) and (max-width: 991px) {
    .flex-menu {
        display: contents;
    }
}

@media (max-width: 960px) {
    #top_mobile .logo_mobile {
        display: block !important;
    }
    #top_mobile .logo_mobile img {
        width: 50%;
    }
    .warp-bahasa {
        display: flex !important;
    }
}

@media (max-width: 991px) {
    #top_mobile .logo_mobile {
        display: none;
    }
    /*#top_mobile .logo_mobile img {
        width: 50%;
    }*/
    #sliderhome .carousel-caption {
        text-align: left;
        bottom:0;
    }
    #sliderhome .carousel-caption h1 {
        font-size: 14px;
        line-height: 25px;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    #sliderhome .carousel-caption p {
        font-size: 10px;
        line-height: 15px;
        margin-bottom: 10px;
        width: 100%;
        padding: 5px 3px !important;
        margin: 3px 0px !important;
        text-align: justify;
    }
    .warp-bahasa {
        /*display: flex;*/
        display: none;
    }
    .warp-bahasa .dropdown-menu {
        border: none !important;
    }
    .warp-bahasa .dropdown .btn:focus {
        border: none !important;
        box-shadow: none !important;
    }
    .warp-bahasa label {
        color: #FFFFFF;
    }
    .warp-bahasa .bahasa .font-black {
        color: #1b3d6d !important;
    }
    .warp-bahasa .bahasa a {
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
    }
    .warp-bahasa .bahasa a img {
        width: 30px;
    }
    .warp-bahasa .bahasa a:hover {
        background-color: transparent;
    }
    .warp-bahasa .bahasa .dropdown-item {
        padding: 0px 0px 0px 18px;
    }
    .warp-bahasa .bahasa .dropbahasa {
        background-color: transparent !important;
    }
}

@media (max-width: 768px) {
    #sliderhome .carousel-caption {
        bottom: 6rem;
    }
}

@media (max-width: 480px) {
    #sliderhome .carousel-caption {
        bottom: 0;
    }
    #top_mobile .logo_mobile img {
        width: 90%;
    }
    .warp-bahasa {
        display: flex;
    }
    .warp-bahasa .dropdown-menu {
        border: none !important;
    }
    .warp-bahasa .dropdown .btn:focus {
        border: none !important;
        box-shadow: none !important;
    }
    .warp-bahasa label {
        color: #FFFFFF;
    }
    .warp-bahasa .bahasa .font-black {
        color: #1b3d6d !important;
    }
    .warp-bahasa .bahasa a {
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
    }
    .warp-bahasa .bahasa a img {
        width: 30px;
    }
    .warp-bahasa .bahasa a:hover {
        background-color: transparent;
    }
    .warp-bahasa .bahasa .dropdown-item {
        padding: 0px 0px 0px 18px;
    }
    .warp-bahasa .bahasa .dropbahasa {
        background-color: transparent !important;
    }
}

@media (max-width: 360px) {
    #sliderhome .carousel-caption {
        bottom: 0;
    }
}

#about_home {
    /*background-color: #f5f5f5;*/
    background-color: #fff;
    padding-top: 55px;
    padding-bottom: 15px;
}

#about_home iframe {
    width: 100%;
    height: 500px;
}

@media (max-width: 767px) {
    #about_home iframe {
        height: 300px;
    }
}

#about_home .content_ h4 {
    font-size: 20px;
}

.content_ span {
    margin: 0;
    padding: 0;
    font-family: "GothicBold";
    font-size: 55px;
    line-height: 35px;
    background: linear-gradient(to right, #475BB9, #202953);    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.content_ span br {
    padding: 0;
}

.content_ .superscriptssss {
    font-size: 0.5em;
    vertical-align: super;
    position: relative;
    top: -0.2em;
    margin-top: 5px;
    display: inline-block;
}

.content_ .superscript {
    font-size: 0.5em;
    vertical-align: super;
    position: relative;
    top: -1px;
    margin-top: 5px;
    margin-left: 0;
    display: inline-block;
    margin-right: -15px;
}

#about_home .content_ p {
    color: #323232;
    /*font-family: "MaisonNeueBook";*/
    font-family: "MyriadPro-Regular";
    font-size: 17px;
    padding-top: 10px;
    line-height: 25px;
    margin-bottom: 0;
}

@media (max-width: 400px) {
    .content_ span {
        font-size: 42px;
        line-height: 27px;
    }
}

.btn-more {
    text-decoration: none;
    color: #EC2027;
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px 15px;
    position: relative;
    display: inline-block;
    transition: color 0.6s ease;
}

/* Add animated border on hover */
.btn-more::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 2px solid #ec1b33;
    border-radius: 50%;
    transition: transform 0.6s ease;
}

.btn-more::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 0 solid #EC2027;
    transition: transform 0.6s ease;
}

.btn-more:hover {
    color: #EC2027;
}

/* Hover state for borders */
.btn-more:hover::before {
    transform: scale(1.2);
    border: 0 solid #EC2027;
}

.btn-more:hover::after {
    border: 10px solid #EC2027;
    border-radius: 50%;
    transform: scale(1); /* Grow the second border */
}

.btn-more-white {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-family: "RobotoLight";
}

.btn-more-white .top {
    border: solid 1px #FFFFFF !important;
    text-align: left;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 20px;
}

.btn-more-white .hr {
    opacity: 0.5;
    position: absolute;
    padding: 0px;
    margin-left: 170px;
}

.btn-more-white .hr hr {
    width: 80px;
    border: solid 1px #FFFFFF;
}

.btn-more-white:hover .top {
    background-color: #FFFFFF;
    color: #272727;
    transition-duration: 0.8s;
    font-weight: 400;
}

.btn-more-white:hover:before {
    transition-duration: 0.8s;
    transform: translate(0, 100);
}

.btn-more-white:hover .hr {
    transition-delay: 4.5s;
}

.btn-more-white:hover .hr hr {
    opacity: 1;
    margin-left: 12px;
    border: solid 1px #FFFFFF;
}

.title1 h3 {
    color: #a2a2a2;
    font-size: 12px;
    text-transform: uppercase;
}

.title1 span {
    padding: 0 !important;
}

.title1 span hr {
    border: solid 1px #ec1b33;
    width: 100%;
}

#partner-home {
    background-image: url("../images/bg-produk-home.jpg");
    background-size: cover;
}

#partner-home .partner {
    background-color: #FFFFFF;
    position: relative;
    margin-top: -75px;
}

#partner-home .partner .owl-home .owl-stage-outer {
    height: 150px !important;
}

#partner-home .partner .owl-home .owl-dots {
    display: none !important;
}

#partner-home .partner .owl-home .item {
    padding: 0px 20px;
}

#partner-home .cable-content {
    position: absolute;
    left: 0;
}

#partner-home .cable-hide {
    opacity: 0;
    height: 36.5rem;
}

#partner-home .content_ h2 {
    padding-left: 32px;
    font-size: 20px;
    color: #FFFFFF;
}

#partner-home .content_ p {
    padding-left: 32px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: justify;
}

#partner-home .content_ .geser_kanan {
    padding-left: 32px;
}

#news-home {
    background-color: #282c34;
}

#news-home .item-news {
    overflow: hidden;
    background-color: #FFFFFF;
}

#news-home .item-news img {
    padding: 2px 0px;
    border: solid 8px #FFFFFF;
    height: 100%;
}

#news-home .item-news .news-info {
    background-color: rgba(236,27,51,0.8);
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 100%;
    overflow: hidden;
}

#news-home .item-news .news-info h4 {
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#news-home .item-news .news-info p {
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    height: 38px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#news-home .item-news .news-info a {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: capitalize;
}

#news-home .item-news .news-info .news-date {
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

@media (max-width: 991px) {
    #partner-home {
        background-image: url("../images/bg-produk-home.jpg");
        background-size: cover;
    }
    #partner-home .partner {
        background-color: #FFFFFF;
        position: relative;
        margin-top: 0px;
    }
    #partner-home .partner .owl-home .owl-dots {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .cable-hide {
        height: auto !important;
    }
}

#breadcrumb {
    z-index: 95;
    background-color: transparent;
    position: absolute;
    width: 100%;
    text-align: left;
    margin-top: -6rem;
}

#breadcrumb h1 {
    color: #FFF;
    /*font-family: "MaisonNeueBook";*/
    font-family: "MYRIADPRO-SEMIBOLD";
    text-transform: capitalize;
}

#breadcrumb.with-border {
    border-top: 5px solid #F1F1F1;
}

#breadcrumb .breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}

#breadcrumb .breadcrumb li {
    color: #FFF;
    /*font-family: "MaisonNeueBook";*/
    font-family: "MyriadPro-Regular";
    font-size: 17px;
    line-height: 25px;
    text-transform: capitalize;
}

#breadcrumb .breadcrumb li.active {
    text-transform: capitalize;
    color: #323232;
    /*color: #f5d829;*/
    /*font-family: "MaisonNeueBook";*/
    font-family: "MyriadPro-Regular";
}

#breadcrumb .breadcrumb li a {
    color: #FFF;
    /*font-family: "MaisonNeueBook";*/
    font-family: "MyriadPro-Regular";
}

#breadcrumb .breadcrumb li a:hover {
    color: #f5d829;
}

/*star-menu-page*/
#menu-page {
    background: #FFF;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 30px;
}

.box-menu-page {
    /*display: table;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #dee2e6;
}

.box-menu-page ul {
    display: table-row;
}

.box-menu-page ul li {
    display: table-cell;
    vertical-align: middle;
}

.box-menu-page ul li a {
    position: relative;
    display: table-cell;
    padding: 0 25px;
    max-width: 280px;
    height: 70px;
    font-family: "MYRIADPRO-BOLD";
    font-size: 17px;
    color: #949494;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
}

.box-menu-page ul li a:hover, .box-menu-page ul li a.active {
    color: #EC2027;
}

.box-menu-page ul li a:hover:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
}

.box-menu-page ul li a.active:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #EC2027;
}

.box-menu-page ul li a:hover:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -5px;
    border-top: 0 solid #EC2027;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.box-menu-page ul li a.active:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -5px;
    border-top: 5px solid #EC2027;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

@media (max-width: 767px) {
    .box-menu-page ul li a {
        font-size: 13px;
    }
}

@media (max-width: 400px) {
    .box-menu-page ul li {
        display: block;
    }
    .box-menu-page ul li a {
        height: 35px;
    }
    .box-menu-page ul li a.active:before {
        background: transparent;
    }
    .box-menu-page ul li a.active:after {
        border-top: 0 solid #EC2027;
    }
}
/*end-menu-page*/

._content .thumbs img {
    display: block;
    max-width: 100%;
    padding-bottom: 30px;
}

._content h1 {
    color: #333333;
    font-family: "MYRIADPRO-BOLD";
    font-size: 2em;
    text-transform: capitalize;
}

._content h2 {
    color: #333333;
    font-family: "MYRIADPRO-BOLD";
    font-size: 1.5em;
    text-transform: capitalize;
}

._content p {
    text-align: justify;
}

._content .other_content {
    width: 100%;
}

._content .other_content ul {
    margin: 0 auto;
    padding: 20px 3px 0px 15px;
    text-align: left;
}

._content .other_content ul li {
    list-style: disc;
    margin: 7px 2px;
}

._content .other_content ul li a {
    display: block;
    color: #272727;
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "MaisonNeueBook";*/
    font-size: 1rem;
    padding-left: 0.2rem;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

._content .other_content ul li a:hover {
    color: #ec1b33;
    padding-left: 0.5rem;
    background-color: rgba(245,216,41,0.3);
}

._content .other_content ul li ul {
    margin: 0 auto;
    padding: 5px 7px 5px 15px;
}

._content .other_content ul li ul li a {
    font-weight: normal;
    font-size: 14px;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
}

.pagination-custom {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.pagination-custom ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.pagination-custom ul li {
    list-style: none;
    margin: 5px;
}

.pagination-custom ul li a {
    padding: 4px 10px;
    border-radius: 100%;
    color: #9A9A9A;
    font-family: "MyriadPro-Regular";
    /*font-family: "RobotoRegular";*/
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    height: 35px;
    width: 35px;
    display: block;
}

.pagination-custom ul li a:hover {
    background-color: #ddd;
}

.pagination-custom ul li.active a {
    background-color: #EC2027;
    color: #fff;
}

@media (max-width: 480px) {
    #breadcrumb {
        text-align: center;
        margin-top: -4rem;
    }
    #breadcrumb h1 {
        font-size: 18px;
        font-weight: bold;
        padding-left: 7px;
    }
    #breadcrumb .breadcrumb {
        padding-left: 7px;
        font-size: 12px;
        display: flex;
        justify-content: center;
    }
    #breadcrumb nav {
        width: 100%;
    }
}

#_content_org h1 {
    color: #212529;
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "MaisonNeueBook";*/
    font-size: 1.7em;
    text-transform: capitalize;
}

#_content_org h2 {
    color: #212529;
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "MaisonNeueBook";*/
    font-size: 1.5em;
    text-transform: capitalize;
}

#_content_org h3 {
    font-size: 1.2em;
    text-transform: capitalize;
}

#_content_org img {
    display: block;
    max-width: 100%;
    border-radius: 0;
}

#_content_org .other_content {
    width: 100%;
}

#_content_org .other_content ul {
    margin: 0 auto;
    padding: 20px 3px 0px 15px;
    text-align: left;
}

#_content_org .other_content ul li {
    list-style: disc;
    margin: 7px 2px;
}

#_content_org .other_content ul li a {
    color: #272727;
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    display: block;
    padding-left: 0.2rem;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

#_content_org .other_content ul li a:hover {
    color: #ec1b33;
    padding-left: 0.5rem;
    background-color: rgba(245,216,41,0.3);
}

#_content_org .other_content ul li ul {
    margin: 0 auto;
    padding: 5px 7px 5px 15px;
}

#_content_org .other_content ul li ul li a {
    font-weight: normal;
    font-size: 14px;
    font-family: "MyriadPro-Regular";
}

#_content_org .card {
    border: none;
}

#_content_org .item h5 {
    color: #272727;
    font-family: "MYRIADPRO-SEMIBOLD";
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-size: 17px;
}

#_content_org .item p {
    color: #333;
    font-family: "MaisonNeueBook";
    font-size: 0.8em;
}

#_content_org .item:hover .layer {
    opacity: 1;
    transition-duration: 0.3s;
    transform: translateY(-10%);
    transition-delay: .04s;
}

#_content_org .item .layer {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(236,27,51,0.5);
    z-index: 999;
    transform: translateZ(0);
    top: 10%;
}

#_content_org .item .layer span {
    display: block;
    margin-top: 30%;
    margin-left: 45%;
    font-size: 40px;
    color: #FFFFFF;
    font-weight: normal;
}

@media only screen and (max-width: 991px) {
    #content_about .journey-item .text h2 {
        font-size: 30px !important;
        padding-left: 0px !important;
    }
    #content_about .journey-item .text p {
        padding: 7px 10px !important;
    }
    #content_about .journey-item .text .readmore {
        margin-left: 10px !important;
    }
}

@media only screen and (max-width: 767px) {
    #content_about .journey-item .text h2 {
        font-size: 30px !important;
        padding-left: 0px !important;
    }
    #content_about .journey-item .text p {
        padding: 7px 10px !important;
    }
    #content_about .journey-item .text .readmore {
        margin-left: 10px !important;
    }
}

@media only screen and (max-width: 480px) {
    #content_about .journey-item .text h2 {
        font-size: 30px !important;
        padding-left: 0px !important;
    }
    #content_about .journey-item .text p {
        padding: 7px 10px !important;
    }
    #content_about .journey-item .text .readmore {
        margin-left: 10px !important;
    }
}

#_content_pro h1 {
    font-size: 1.7em;
    text-transform: capitalize;
}

#_content_pro h2 {
    font-size: 1.5em;
    text-transform: capitalize;
}

#_content_pro h3 {
    font-size: 1.2em;
    text-transform: capitalize;
}

#_content_pro .other_content {
    width: 100%;
}

#_content_pro .other_content ul {
    margin: 0 auto;
    padding: 20px 3px 0px 15px;
    text-align: left;
}

#_content_pro .other_content ul li {
    list-style: disc;
    margin: 7px 2px;
}

#_content_pro .other_content ul li a {
    font-weight: bold;
    display: block;
    padding-left: 0.2rem;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

#_content_pro .other_content ul li a:hover {
    color: #ec1b33;
    padding-left: 0.5rem;
    background-color: rgba(245,216,41,0.3);
}

#_content_pro .other_content ul li ul {
    margin: 0 auto;
    padding: 5px 7px 5px 15px;
}

#_content_pro .other_content ul li ul li a {
    font-weight: normal;
    font-size: 14px;
}

#_content_pro .card .card-body .card-title,
#_content_pro .item .card-body .card-title {
    font-family: "RobotoBold";
    font-size: 0.8em;
}

#_content_pro .card .news-date,
#_content_pro .item .news-date {
    padding: 15px 7px;
    position: absolute;
    color: #FFF;
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    background-color: rgba(236,27,51,0.5);
}

#_content_pro .card p,
#_content_pro .item p {
    font-size: 0.8em;
}

#_content_pro .card:hover .layer,
#_content_pro .item:hover .layer {
    opacity: 1;
    transition-duration: 0.3s;
    transform: translateY(-10%);
    transition-delay: .04s;
}

#_content_pro .card .layer,
#_content_pro .item .layer {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(236,27,51,0.3);
    z-index: 999;
    transform: translateZ(0);
    top: 10%;
}

#_content_pro .card .layer span,
#_content_pro .item .layer span {
    display: block;
    margin-top: 30%;
    margin-left: 45%;
    font-size: 40px;
    color: #FFFFFF;
    font-weight: normal;
}

#_content_pro ._content .spec nav>.nav.nav-tabs {
    border: none;
    color: #fff;
    background: #1b3d6d;
    border-radius: 0;
}

#_content_pro ._content .spec nav>.nav.nav-tabs a {
    text-transform: capitalize;
}

#_content_pro ._content .spec nav>div a.nav-item.nav-link,
#_content_pro ._content .spec nav>div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #ec1b33;
    border-radius: 0;
}

#_content_pro ._content .spec nav>div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -58px;
    left: -20%;
    border: 15px solid transparent;
    border-top-color: #ec1b33;
}

#_content_pro ._content .spec .tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #ec1b33;
    border-bottom: 5px solid #ec1b33;
    overflow: auto;
    width: 1162px;
}

#_content_pro ._content .spec .tab-content .konten_tab {
    width: auto;
    overflow-x: auto;
    width: 100%;
}

#_content_pro ._content .spec .tab-content .konten_tab table {
    width: 100%;
}

#_content_pro ._content .spec .tab-content .konten_tab table td {
    font-size: 12px !important;
}

#_content_pro ._content .spec nav>div a.nav-item.nav-link:hover,
#_content_pro ._content .spec nav>div a.nav-item.nav-link:focus {
    border: none;
    background: #ec1b33;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

.alert-inquiry {
    display: none;
}

.alert-inquiry-error {
    display: none;
}

@media only screen and (max-width: 1199px) {
    #_content_pro .spec .tab-content {
        width:100% !important;
    }
    #_content_pro .spec .tab-content .konten_tab {
        max-width: 1024px;
    }
}

@media only screen and (max-width: 1024px) {
    #_content_pro .spec .tab-content {
        width: 100% !important;
    }
    #_content_pro .spec .tab-content .konten_tab {
        max-width: 900px;
    }
}

@media only screen and (max-width: 991px) {
    #_content_pro .spec .tab-content {
        width: 100% !important;
    }
    #_content_pro .spec .tab-content .konten_tab {
        max-width: 800px;
    }
}

@media only screen and (max-width: 768px) {
    #_content_pro .spec .tab-content {
        width: 700px !important;
    }
    #_content_pro .spec .tab-content .konten_tab {
        max-width: 680px;
    }
}

@media only screen and (max-width: 600px) {
    #_content_pro .spec .tab-content {
        width: 100% !important;
    }
    #_content_pro .spec .tab-content .konten_tab {
        max-width: 580px;
    }
}

@media only screen and (max-width: 480px) {
    #_content_pro .item .card-title {
        font-size: 12px;
        font-weight: normal !important;
    }
    #_content_pro .spec .tab-content {
        width: 100% !important;
    }
    #_content_pro .spec .tab-content .konten_tab {
        max-width: 320px;
        width: 300px;
    }
}

@media only screen and (max-width: 320px) {
    #_content_pro .item .card-title {
        font-size: 12px;
        font-weight: normal !important;
    }
    #_content_pro .spec .tab-content {
        width: 100% !important;
    }
    #_content_pro .spec .tab-content .konten_tab {
        width: 300px;
    }
}

#_content_news h1 {
    color: #212529;
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "MaisonNeueBook";*/
    font-size: 1.7em;
    text-transform: capitalize;
}

#_content_news h2 {
    font-size: 1.5em;
    font-family: "MYRIADPRO-BOLD";
    text-transform: capitalize;
}

#_content_news h3 {
    font-size: 1.2em;
    text-transform: capitalize;
}

#_content_news .other_content {
    width: 100%;
}

#_content_news .other_content ul {
    margin: 0 auto;
    padding: 20px 3px 0px 15px;
    text-align: left;
}

#_content_news .other_content ul li {
    list-style: disc;
    margin: 7px 2px;
}

#_content_news .other_content ul li a {
    font-family: "MYRIADPRO-SEMIBOLD";
    display: block;
    padding-left: 0.2rem;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

#_content_news .other_content ul li a:hover {
    color: #ec1b33;
    padding-left: 0.5rem;
    background-color: rgba(245,216,41,0.3);
}

#_content_news .other_content ul li ul {
    margin: 0 auto;
    padding: 5px 7px 5px 15px;
}

#_content_news .other_content ul li ul li a {
    font-weight: normal;
    font-size: 12px;
    font-family: "MyriadPro-Regular";
}

.card .empt {
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 10px;
    color: #fff;
    font-size: 12px;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    line-height: 13px;
    background: #EC2027;
    border-radius: 3px;
}

#_content_news .date {
    color: #877f7f;
    font-family: "MyriadPro-Regular";
    font-size: 15px;
}

#_content_news p {
    color: #333;
    font-size: 20px;
    font-family: "MyriadPro-Regular";
}

#_content_news .item .date {
    color: #877f7f;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    font-size: 12px;
}

#_content_news .item .text {
    color: #272727;
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-size: 15px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#_content_news .item img {
    /*max-height: 150px;*/
    display: block;
    width: 100%;
}

#_content_news .item .news-date {
    padding: 15px 7px;
    position: absolute;
    color: #FFF;
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    background-color: rgba(236,27,51,0.5);
}

#_content_news .item p {
    color: #877f7f;
    font-size: 0.8em;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
}

#_content_news .item:hover .layer {
    opacity: 1;
    transition-duration: 0.3s;
    transform: translateY(-10%);
    transition-delay: .04s;
}

#_content_news .card-body h5 {
    color: inherit;
    font-size: 1.25rem;
    font-family: "MYRIADPRO-BOLD";
}

#_content_news .item .layer {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(245,216,41,0.5);
    z-index: 999;
    transform: translateZ(0);
    top: 10%;
}

#_content_news .item .layer span {
    display: block;
    margin-top: 30%;
    margin-left: 45%;
    font-size: 40px;
    color: #FFFFFF;
    font-weight: normal;
}

#_content_catalog h1 {
    font-size: 1.7em;
    text-transform: capitalize;
}

#_content_catalog h2 {
    font-size: 1.5em;
    text-transform: capitalize;
}

#_content_catalog h3 {
    font-size: 1.2em;
    text-transform: capitalize;
}

#_content_catalog .other_content {
    width: 100%;
}

#_content_catalog .other_content ul {
    margin: 0 auto;
    padding: 20px 3px 0px 15px;
    text-align: left;
}

#_content_catalog .other_content ul li {
    list-style: disc;
    margin: 7px 2px;
}

#_content_catalog .other_content ul li a {
    font-weight: bold;
    display: block;
    padding-left: 0.2rem;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

#_content_catalog .other_content ul li a:hover {
    color: #ec1b33;
    padding-left: 0.5rem;
    background-color: rgba(245,216,41,0.3);
}

#_content_catalog .other_content ul li ul {
    margin: 0 auto;
    padding: 5px 7px 5px 15px;
}

#_content_catalog .other_content ul li ul li a {
    font-weight: normal;
    font-size: 14px;
}

#_content_catalog .item h5 {
    font-family: "RobotoBold";
    font-size: 0.9em;
}

#_content_catalog .item .news-date {
    padding: 15px 7px;
    position: absolute;
    color: #FFF;
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    background-color: rgba(236,27,51,0.5);
}

#_content_catalog .item p {
    font-size: 0.8em;
}

#_content_catalog .item:hover .layer {
    opacity: 1;
    transition-duration: 0.3s;
    transform: translateY(-10%);
    transition-delay: .04s;
}

#_content_catalog .item .layer {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(245,216,41,0.5);
    z-index: 999;
    transform: translateZ(0);
    top: 10%;
}

#_content_catalog .item .layer span {
    display: block;
    margin-top: 30%;
    margin-left: 45%;
    font-size: 40px;
    color: #FFFFFF;
    font-weight: normal;
}

/*star_content_cust*/
#_content_cust h1 {
    color: #212529;
    font-family: "MaisonNeueBook";
    font-size: 1.7em;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 15px;
}

#_content_cust h2 {
    color: #212529;
    font-family: "MaisonNeueBook";
    font-size: 1.5em;
    text-transform: capitalize;
}

#_content_cust h3 {
    color: #212529;
    font-family: "MaisonNeueBook";
    font-size: 1.2em;
    text-transform: capitalize;
}

#_content_cust .nav li .nav-item .active {
    background-color: #ec1b33 !important;
}

#_content_cust .card img {
    max-height: 45px;
    border-radius: 0;
}

#_content_cust .other_content {
    width: 100%;
}

#_content_cust .other_content ul {
    margin: 0 auto;
    padding: 20px 3px 0px 15px;
    text-align: left;
}

#_content_cust .other_content ul li {
    list-style: disc;
    margin: 7px 2px;
}

#_content_cust .other_content ul li a {
    font-weight: bold;
    display: block;
    padding-left: 0.2rem;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

#_content_cust .other_content ul li a:hover {
    color: #ec1b33;
    padding-left: 0.5rem;
    background-color: rgba(245,216,41,0.3);
}

#_content_cust .other_content ul li ul {
    margin: 0 auto;
    padding: 5px 7px 5px 15px;
}

#_content_cust .other_content ul li ul li a {
    font-weight: normal;
    font-size: 14px;
}

#_content_cust .card h5 {
    color: #212529;
    font-family: "MaisonNeueBook";
    font-size: 0.9em;
    text-transform: capitalize;
    text-align: center;
}

#_content_cust .card p {
    font-size: 0.8em;
}

#_content_cust .card .card-body .card-title {
    text-align: center;
}

#_content_cust .card:hover .layer {
    opacity: 1;
    transition-duration: 0.3s;
    transform: translateY(-10%);
    transition-delay: .04s;
}

#_content_cust .card .layer {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(236,27,51,0.5);
    z-index: 999;
    transform: translateZ(0);
    top: 10%;
}

#_content_cust .card .layer span {
    display: block;
    margin-top: 30%;
    margin-left: 45%;
    font-size: 40px;
    color: #FFFFFF;
    font-weight: normal;
}
/*end_content_cust*/

#_content_career .form-control {
    margin-bottom: 20px;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    border-radius: 10px;
    padding: 10px 15px;
}

#_content_career #accordion .card .card-header {
    padding: 2px !important;
    display: flex;
    background: #F8F8F8;
    flex-wrap: wrap;
    cursor: pointer;
    margin-bottom: 0;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: 10px;
}

#_content_career #accordion .card .card-header h5 {
    width: 100%;
    display: grid;
}

#_content_career #accordion .card .card-header h5 button {
    padding: 5px 10px;
    background-color: #F8F8F8;
}

#_content_career #accordion .card .card-header h5 button:hover {
    text-decoration: none;
}

#_content_career #accordion .card .card-header h5 button:focus {
    text-decoration: none;
}

#_content_career #accordion .card .card-header .tops {
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

#_content_career #accordion .card .card-header .tops .judul {
    width: 15%;
    text-align: left;
}

#_content_career #accordion .card .card-header .tops .judul .items {
    color: #DC7B7B;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    font-size: 12px;
    width: fit-content;
    background: #FFE3E3;
    padding: 5px 10px;
    border-radius: 10px;
}

#_content_career #accordion .card .card-header .tops .date {
    width: 85%;
    color: #979797;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    font-size: 13px;
    text-align: end;
}

#_content_career #accordion .card .card-header .bottom {
    display: flex;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 5px;
}

#_content_career #accordion .card .card-header .bottom .salesLeft {
    width: 35%;
    color: #2B388F;
    font-family: "MYRIADPRO-SEMIBOLD";
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-size: 20px;
    text-align: left;
}

#_content_career #accordion .card .card-header .bottom .salesRight {
    width: 65%;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    gap: 10px;
}

#_content_career #accordion .card .card-header .bottom .salesRight .central {
    color: #7B7B7B;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    font-size: 15px;
    padding-top: 5px;
}

#_content_career #accordion .card .card-header .bottom .salesRight .central img {
    max-width: 100%;
    padding-right: 5px;
}

#_content_career #accordion .card .card-header .bottom .salesRight .engine {
    color: #7B7B7B;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    font-size: 15px;
    padding-top: 5px;

    flex-shrink: 1;
    max-width: 388px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#_content_career #accordion .card .card-header .bottom .salesRight .engine img {
    max-width: 100%;
    padding-right: 5px;
}

@media (max-width: 991px) {
    #_content_career #accordion .card .card-header .tops {
        display: inline-block;
    }
    #_content_career #accordion .card .card-header .tops .judul {
        width: 100%;
    }
    #_content_career #accordion .card .card-header .tops .judul .items {
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
        margin-bottom: 10px;
    }
    #_content_career #accordion .card .card-header .tops .date {
        width: 100%;
        text-align: left;
    }
    #_content_career #accordion .card .card-header .bottom {
        display: block;
    }
    #_content_career #accordion .card .card-header .bottom .salesLeft {
        width: 100%;
    }
    #_content_career #accordion .card .card-header .bottom .salesRight {
        width: 100%;
        text-align: left;
        display: block;
    }
}

@media (max-width: 450px) {
    #_content_career #accordion .card .card-header .bottom .salesLeft {
        font-size: 18px;
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }
    #_content_career #accordion .card .card-header .bottom .salesRight .central {
        font-size: 12px;
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }
    #_content_career #accordion .card .card-header .bottom .salesRight .engine {
        font-size: 12px;
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }
}

#_content_career #accordion .card .card-body {
    /*padding-left: 15px;*/
    padding: 1.25rem;
    margin-left: 15px;
    font-size: 14px;
}

#_content_career #accordion .card .card-body p {
    color: #323232;
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#_content_career #accordion .card .card-body ul li {
    color: #323232;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    font-size: 15px;
    line-height: 30px;
    margin-left: 15px;
}

#_content_career #accordion .loc,
#_content_career #accordion .phn,
#_content_career #accordion .fax,
#_content_career #accordion .email {
    position: relative;
    padding: 5px 25px;
    font-size: 0.9rem;
}

#_content_career #accordion .loc i.fa,
#_content_career #accordion .phn i.fa,
#_content_career #accordion .fax i.fa,
#_content_career #accordion .email i.fa {
    width: 18px;
    margin-left: -20px;
}

#_content_career #accordion .loc a,
#_content_career #accordion .phn a,
#_content_career #accordion .fax a,
#_content_career #accordion .email a {
    text-decoration: none;
    color: #333;
}

#_content_career #accordion .loc a:hover,
#_content_career #accordion .phn a:hover,
#_content_career #accordion .fax a:hover,
#_content_career #accordion .email a:hover {
    color: #272727;
}

#_content_career .cv-box {
    padding: 10px;
    border: 1px dashed #1b3d6d;
}

#_content_career .cv-box h4 {
    padding-bottom: 10px;
    border-bottom: 1px dashed #1b3d6d;
}

#_content_career .cv-box .form-control {
    border-radius: 0px;
    border: 1px solid #1b3d6d;
}

#_content_career .cv-box label {
    color: black;
    font-weight: bold;
    font-size: 0.8rem;
}

#_content_career .tabs-cv .nav-link {
    border: none !important;
}

#_content_career .tabs-cv li .active {
    border-bottom: 5px solid #1b3d6d !important;
}

#_content_career .tabs-cv li .active:hover {
    border-bottom: none !important;
}

#_content_career .tabs-cv ul {
    margin-bottom: 15px;
    border: none;
}

#_content_career .tabs-cv ul li {
    margin-right: 5px;
    font-weight: bold;
}

#_content_career .tabs-cv ul li:hover {
    border-bottom: 5px solid #1b3d6d;
}

#_content_career .tabs-cv ul li a {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    color: #1b3d6d;
}

#_content_career .tabs-cv fieldset {
    margin-left: 0.8rem;
    border: 1px groove #ddd;
    padding: 1rem !important;
    margin-bottom: 2rem;
}

#_content_career .tabs-cv fieldset legend {
    padding: 0px 7px;
    font-size: 1rem;
    margin-left: 0.5rem;
    width: inherit;
    font-weight: bold !important;
}

#_content_career h1 {
    font-size: 1.7em;
    text-transform: capitalize;
}

#_content_career h2 {
    font-size: 1.5em;
    text-transform: capitalize;
}

#_content_career h3 {
    font-size: 1.2em;
    text-transform: capitalize;
}

#_content_career .form-apply {
    margin-left: 1.5rem;
    width: 100%;
    margin-bottom: 30px;
}

#_content_career .form-apply .card-header {
    text-transform: capitalize;
    padding: 2px;
}

#_content_career .form-apply h3 {
    font-weight: bold;
    padding: 7px 0px;
}

#_content_career .form-apply label {
    color: #272727;
    font-weight: bold;
    text-transform: capitalize;
}

#_content_career .form-apply button {
    text-transform: capitalize;
}

#_content_career .form-apply input,
#_content_career .form-apply textarea {
    text-transform: capitalize;
    border: solid 1px #ede8e4;
}

#_content_career .form-apply input :placeholder,
#_content_career .form-apply textarea :placeholder {
    color: #f5d829;
    font-size: 10px !important;
    text-transform: capitalize;
}

#_content_career .form-apply sup {
    padding: 5px;
    color: #ec1b33;
}

#_content_career .form-apply .form-control {
    font-size: 13px;
    border-radius: 2px;
    box-shadow: none;
}

#_content_career .form-apply>.btn-default {
    font-size: 13px;
    color: #FFF;
    background: #ec1b33;
    border-radius: 2px;
    border-color: #ec1b33;
}

#_content_career .other_content {
    width: 100%;
}

#_content_career .other_content ul {
    margin: 0 auto;
    padding: 20px 3px 0px 15px;
    text-align: left;
}

#_content_career .other_content ul li {
    list-style: disc;
    margin: 7px 2px;
}

#_content_career .other_content ul li a {
    font-weight: bold;
    display: block;
    padding-left: 0.2rem;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

#_content_career .other_content ul li a:hover {
    color: #ec1b33;
    padding-left: 0.5rem;
    background-color: rgba(245,216,41,0.3);
}

#_content_career .other_content ul li ul {
    margin: 0 auto;
    padding: 5px 7px 5px 15px;
}

#_content_career .other_content ul li ul li a {
    font-weight: normal;
    font-size: 14px;
}

#_content_career .card {
    border: 0;
    background-color: #F8F8F8;
    margin-bottom: 10px;
    border-radius: 10px;
}

#_content_career .card .btn {
    text-transform: capitalize;
}

#_content_career .card .btnCareer {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    margin-left: 30px;
    margin-bottom: 35px;
    background-color: #EC2027;
    border-color: #EC2027;
    color: #fff;
    font-family: "MYRIADPRO-SEMIBOLD";
    /*font-family: "MaisonNeueBook";*/
    font-size: 15px;
    line-height: 1.5;
    border-radius: 10px;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#_content_career .card .btnCareer .fa {
    margin-left: 5px;
}

#_content_career .card .card-body h5 {
    font-weight: bold;
}

#_content_career .card:hover .layer {
    opacity: 1;
    transition-duration: 0.3s;
    transform: translateY(-10%);
    transition-delay: .04s;
}

/*star-modalCarreer*/
.modalCarreer {}

.modalCarreer .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
    border-radius: 10px;
}

.modalCarreer .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modalCarreer .form-group {
    margin-bottom: 15px;
}

.modalCarreer .text {
    color: #2E2E2E;
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-size: 20px;
    margin-bottom: 5px;
}

.modalCarreer label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #898989;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    font-size: 14px;
}

.modalCarreer sup {
    font-size: 14px;
    color: red !important;
}

.modalCarreer .radio {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: inset 0 0 0 0 rgba(35, 33, 45, 0.3),
    0 0 0 0 rgba(185, 185, 185, 0.3);
    position: relative;
}

.modalCarreer .radio input {
    width: auto;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    border-radius: 15px;
    padding: 5px 15px;
    background: #EAEAEA;
    color: #787171;
    font-size: 14px;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    transition: all 100ms linear;
}

.modalCarreer .radio input:checked {
    background: #D6D6D6;
    color: #323232;
    box-shadow: 0 1px 1px #0000002e;
    text-shadow: 0 1px 0px #79485f7a;
}

.modalCarreer .radio input:before {
    content: attr(label);
    display: inline-block;
    text-align: center;
    width: 100%;
}

.modalCarreer .box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 0 solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}

.modalCarreer .box.box-default {
    border-top-color: #d2d6de;
}

.modalCarreer .box-footer {
    border: 1px solid #f4f4f4;
    padding: 10px;
    border-radius: 3px;
    background-color: #ffffff;
}

.modalCarreer .box-footer span {
    color: #898989;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    font-size: 20px;
    display: block;
    margin-top: 5px;
}

.modalCarreer .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modalCarreer .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-top-color: #f4f4f4;
}

.modalCarreer .btnSubmit {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    background-color: #EC2027;
    border-color: #EC2027;
    cursor: pointer;
    color: #fff;
    font-family: "MYRIADPRO-SEMIBOLD";
    /*font-family: "MaisonNeueBook";*/
    font-size: 15px;
    line-height: 1.5;
    border-radius: 10px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modalCarreer .btnSubmit .fa {
    margin-left: 5px;
}

.modalCarreer .btnClose {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    background-color: #2B388F;
    border-color: #2B388F;
    /*border-color: #FFDD15;*/
    cursor: pointer;
    color: #fff;
    font-family: "MYRIADPRO-SEMIBOLD";
    /*font-family: "MaisonNeueBook";*/
    font-size: 15px;
    line-height: 1.5;
    border-radius: 10px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/*end-modalCarreer*/

#content_contact h1 {
    color: #212529;
    /*font-family: "MaisonNeueBook";*/
    font-family: "MYRIADPRO-BOLD";
    font-size: 1.7em;
    text-transform: capitalize;
}

#content_contact h2 {
    color: #212529;
    /*font-family: "MaisonNeueBook";*/
    font-family: "MYRIADPRO-BOLD";
    font-size: 1.5em;
    text-transform: capitalize;
}

#content_contact h3 {
    color: #212529;
    /*font-family: "MaisonNeueBook";*/
    font-family: "MYRIADPRO-BOLD";
    font-size: 1.2em;
    text-transform: capitalize;
}

#content_contact .content_ p {
    margin-top: 20px;
    color: #000;
    text-align: center;
    padding: 0px 15px;
}

#content_contact .less-padd {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

#content_contact .item-kontak label {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

#content_contact .icon {
    display: inline-block;
    font-size: 30px;
    color: #FFFFFF;
    border-radius: 50%;
    padding: 16px 15px;
    background-color: #732f12;
}

#content_contact .detail_alamat {
    font-size: 18px;
    color: #967247;
}

.form-kontak {
    margin-bottom: 30px;
}

.form-kontak label {
    color: #272727;
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    text-transform: capitalize;
}

.form-kontak button {
    text-transform: capitalize;
}

.form-kontak input,
.form-kontak textarea {
    border: solid 1px #ede8e4;
}

.form-kontak input :placeholder,
.form-kontak textarea :placeholder {
    color: #f5d829;
    font-size: 10px !important;
}

.form-kontak sup {
    color: #f5d829;
}

.form-kontak .form-control {
    font-size: 13px;
    border-radius: 2px;
    box-shadow: none;
}

.form-kontak>.btn-default {
    color: #FFF;
    /*font-family: "MaisonNeueBook";*/
    font-family: "MYRIADPRO-SEMIBOLD";
    font-size: 13px;
    background: #ec1b33;
    border-radius: 2px;
    border-color: #ec1b33;
}

.tag-kontak {
    padding-bottom: 20px;
}

.item-kontak {
    margin-bottom: 10px;
}

.item-kontak address {
    font-family: "MyriadPro-Regular";
}

.item-kontak address strong {
    font-family: "MYRIADPRO-BOLD";
}

.item-kontak .tag-item-kontak {
    margin-bottom: 5px;
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-size: 13px;
}

.item-kontak .tag-item-kontak .fa {
    margin-right: 5px;
    color: #f5d829;
}

.item-kontak h2 {
    font-size: 16px !important;
    padding: 7px 0px;
}

.item-kontak span,
.item-kontak a {
    display: block;
    color: #272727;
    font-family: "MaisonNeueBook";
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
}

.maps iframe {
    display: block;
}

#alertinfo {
    display: none;
    padding: 10px 15px;
    font-size: 12px;
}

#ikon-spin {
    display: none;
}

.error-message {
    display: none;
    font-size: 12px !important;
    color: #ec1b33 !important;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
    #content_contact .form-kontak {
        margin-bottom: 50px;
    }
    #content_contact .icon {
        font-size: 18px;
        border-radius: 40%;
        padding: 9px 11px;
    }
    #content_contact .item-kontak label {
        font-size: 12px;
    }
    #content_contact .detail_alamat {
        font-size: 12px !important;
    }
    #content_contact .detail {
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 480px) {
    #content_contact .form-kontak {
        margin-bottom: 50px;
    }
    #content_contact .icon {
        font-size: 18px;
        border-radius: 40%;
        padding: 9px 11px;
    }
    #content_contact .item-kontak label {
        font-size: 12px;
    }
    #content_contact .detail_alamat {
        font-size: 12px !important;
    }
    #content_contact .detail {
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 320px) {
    #content_contact .form-kontak {
        margin-bottom: 50px;
    }
    #content_contact .icon {
        font-size: 18px;
        border-radius: 40%;
        padding: 9px 11px;
    }
    #content_contact .item-kontak label {
        font-size: 12px;
    }
    #content_contact .detail_alamat {
        font-size: 12px !important;
    }
    #content_contact .detail {
        padding-left: 15px !important;
    }
}

#bottom_insta .item_insta:hover .layer {
    opacity: 1;
    transition-duration: 0.3s;
    transform: translateY(-10%);
    transition-delay: .04s;
}

#bottom_insta .item_insta .layer {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(27,61,109,0.5);
    z-index: 999;
    transform: translateZ(0);
    top: 10%;
    text-align: center;
}

#bottom_insta .item_insta .layer span {
    display: block;
    margin-top: 30%;
    font-size: 1em;
    font-weight: bold;
    color: #f5d829;
    font-weight: bold;
    width: 100%;
}

#bottom_insta .item_insta .layer span i {
    font-weight: bold;
    font-size: 20px;
}

#bottom_insta .button_follow {
    padding: 10px 25px;
    border: solid 2px #ec1b33;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    width: 120px;
    margin: 0 auto;
    margin-top: 20px;
}

#bottom_insta .button_follow:hover {
    background-color: #ec1b33;
    color: #f5d829;
}

#bottom_footer {
    background-color: #EDEDED;
    padding-top: 65px;
    /*padding-top: 20px;*/
    padding-bottom: 35px;
}

@media (max-width: 767px) {
    #bottom_footer {
        padding-top: 115px;
        padding-bottom: 65px;
    }
}

@media (max-width: 450px) {
    #bottom_footer {
        padding-top: 80px;
    }
}

@media (max-width: 450px) {
    #bottom_footer {
        padding-top: 65px;
    }
}

#bottom_footer h4 {
    padding: 7px 0px;
    margin: 7px 0px;
    color: #323232;
    /*font-family: "Roboto";*/
    font-family: "MYRIADPRO-BOLD";
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
}

#bottom_footer h3 {
    padding: 7px 0px;
    margin: 7px 0px;
    color: #323232;
    font-family: "MYRIADPRO-SEMIBOLD";
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
}

#bottom_footer .form-control {
    font-family: "MyriadPro-Regular";
    font-size: 16px;
    line-height: 30px;
}

#bottom_footer address {
    color: #323232;
    /*font-family: "MaisonNeueBook";*/
    font-family: "MyriadPro-Regular";
    font-size: 15px;
    line-height: 25px;
}

#bottom_footer address strong {
    font-family: "MYRIADPRO-BOLD";
}

#bottom_footer p {
    color: #FFFFFF;
    font-size: 13px;
    margin-bottom: 5px;
}

#bottom_footer p a {
    font-weight: bold;
}

#bottom_footer .anormal {
    text-transform: none !important;
    color: #0A66C2;
}

#bottom_footer .anormal:hover {
    color: #7eb1e3;
}

/*#bottom_footer a {
    color: #0A66C2 !important;
    text-transform: capitalize;
}*/

#bottom_footer a.foot {
    color: #323232 !important;
    /*font-family: "MaisonNeueBook";*/
    font-family: "MyriadPro-Regular";
    font-size: 15px;
    line-height: 30px;
    text-transform: capitalize;
}

#bottom_footer a.foot:hover {
    color: #0A66C2 !important;
}

#bottom_footer .sosmed_buttom {
    margin: 0 auto;
    margin-top: 10px;
    text-align: left;
}

#bottom_footer .sosmed_buttom ul {
    text-align: left;
    position: absolute;
}

#bottom_footer .sosmed_buttom ul li {
    list-style: none;
    display: inline;
    margin: 0px 3px;
}

#bottom_footer .sosmed_buttom ul li a {
    display: inline-block;
    width: auto;
    border: solid 0 #732f12;
    line-height: 0;
    color: #732f12;
    border-radius: 0;
    padding-right: 10px;
    background-color: transparent;
    text-align: center;
}

#bottom_footer .sosmed_buttom ul li a .fa {
    font-size: 20px;
}

/*#bottom_footer .sosmed_buttom ul li a:hover {
    border: solid 1px #1b3d6d;
    background-color: #1b3d6d;
    color: #FFFFFF;
}*/

/* Facebook */
#bottom_footer .sosmed_buttom ul li a[href*="facebook"] {
    color: #3b5998;
}

/* Instagram (gradasi sederhana) */
#bottom_footer .sosmed_buttom ul li a[href*="instagram"] {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* YouTube */
#bottom_footer .sosmed_buttom ul li a[href*="youtube"] {
    color: #FF0000;
}

/* LinkedIn */
#bottom_footer .sosmed_buttom ul li a[href*="linkedin"] {
    color: #0077b5;
}

#bottom_footer .btn-subscribe {
    background-color: #ec1b33;
    color: #FFFFFF;
    font-family: "MyriadPro-Regular";
    font-size: 1rem;
}

#footer {
    background-color: #E6E6E6;
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer p {
    color: #6C6C6C;
    /*font-family: "MaisonNeueBook";*/
    font-family: "MyriadPro-Regular";
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 0;
}

#footer p a {
    color: #6C6C6C;
}

#footer p a:hover {
    color: #f5d829;
}

@media (max-width: 450px) {
    #footer p {
        line-height: normal;
    }
}

.imgbirth {
    display: block;
    max-width: 100%;
}

@media (max-width: 767px) {
    .imgbirth {
        padding-top: 15px;
    }
}

#search_content .consearch {
    margin-top: 2rem;
}

#search_content .consearch h3,
#search_content .consearch h4,
#search_content .consearch h5 {
    font-size: 0.8em !important;
    font-weight: bold;
}

#search_content .consearch p {
    font-size: 12 !important;
}

/*# sourceMappingURL=lwd.style.min.css.map */
.mi_overlay {
    display: none !important;
}

.mi_modal {
    display: none !important;
}

/*star-faq*/
#faqHome {
    padding: 55px 0 55px 0;
    background: #fff;
}

#faqHome .tasked {
    color: #323232;
    font-family: "MaisonNeueBook";
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 15px;
}

#faqHome .text {
    color: #323232;
    font-family: "MaisonNeueBook";
    font-size: 25px;
    line-height: normal;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

#faqHome .boxImg {
    display: block;
}

#faqHome .boxImg img {
    max-width: 100%;
}

@media (max-width: 767px) {
    #faqHome {
        background-size: cover;
    }
    #faqHome .boxImg {
        margin-top: 45px;
    }
}
/*end-faq*/

/*star-accordion*/
#faqHome .accordion {
    background-color: #ECECEC;
    color: #000;
    font-family: "MaisonNeueBook";
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: #ddd 1px solid;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

#faqHome .accordion.first {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#faqHome .accordion.last {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#faqHome .accordion.active {
    background-color: #f9f9f9;
    /*border-top: #313131 0 solid;*/
}

#faqHome .accordion:hover {
    background-color: transparent;
}

#faqHome .accordion:after {
    /*content: '\002B';*/
    content: '\f107';
    color: #777;
    font-family: 'FontAwesome';
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

#faqHome .accordion.active:after {
    /*content: "\2212";*/
    content: '\f106';
    font-family: 'FontAwesome';
}

#faqHome .panel {
    padding: 0 18px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: 0 #ddd solid;
}

#faqHome .panel.active {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9; /* optional */
}

/* Jika panel terakhir yang aktif, hapus border */
#faqHome .panel.last-active {
    border: 0;
    border-radius: 10px;
}

#faqHome .panel p {
    color: #000;
    font-family: "MaisonNeueBook";
    font-size: 15px;
    line-height: 25px;
    margin-top: 15px;
}
/*end-accordion*/

/*star-testi_home*/
#testi_home {
    position: relative;
    margin-top: 405px;
    height: 370px;
    background: #EDEDED;
}

#testi_home .text {
    color: #FFE758;
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "GothicBold";
    font-size: 161px;
    line-height: 88px;
}

.bgyellow {
    position: absolute;
    top: 0;
    right: 0;
    background: #FFDD15;
    padding-top: 75px;
    padding-bottom: 45px;
    width: 95%;
    transform: translateY(-50%);
    border-radius: 10px;
}

.bgabu {
    height: 160px;
}

#testi_home .item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.owl-carousel .owl-item .imgkutip {
    display: block;
    width: 59px;
}

#testi_home .item .desc {
    max-height: 225px;
    overflow-y: scroll;
    margin-top: 10px;
    margin-bottom: 10px;
}

#testi_home .item .desc span {
    color: #323232;
    /*font-family: "MaisonNeueBook";*/
    font-family: "MyriadPro-Regular";
    font-size: 15px;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#testi_home .item .desc::-webkit-scrollbar {
    width: 3px;
}

#testi_home .item .desc::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

#testi_home .item .desc::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

#testi_home .content-itemHome {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
}

#testi_home .content-itemHome .ytb {
    /*width: 50%;*/
    width: 45%;
}

#testi_home .content-itemHome .ytb img {
    max-width: 100%;
    /*height: 79px;*/
    height: auto;
    border-radius: 0;
}

#testi_home .content-itemHome .ytb iframe {
    width: 100%;
    height: 79px;
    /*min-height: 100px;*/
}

#testi_home .content-itemHome .imgytb {
    /*width: 40%;*/
    width: 45%;
}

#testi_home .content-itemHome .imgytb img {
    max-width: 100%;
    /*height: 79px;*/
    height: auto;
    border-radius: 0;
}

#testi_home .content-compHome {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 15px;
    margin-top: 10px;
}

#testi_home .content-compHome .imgcomp {
    width: 20%;
}

#testi_home .content-compHome .imgcomp img {
    max-width: 100%;
    height: 100%;
    border-radius: 50%;
}

#testi_home .content-compHome .ptitleHome {
    width: 70%;
    margin-top: 10px;
}

#testi_home .content-compHome .ptitleHome .name {
    color: #363636;
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "MYRIADPRO-SEMIBOLD";
    font-size: 16px;
    line-height: 18px;
}

#testi_home .content-compHome .ptitleHome .syn {
    color: #999999;
    /*font-family: "MaisonNeueBook";*/
    font-family: "MyriadPro-Cond";
    font-size: 13px;
    line-height: 18px;
}

#testi_home .owl-nav {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    margin-top: 10px;
}

#testi_home .owl-nav button {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

#testi_home .owl-nav button:hover {
    background-color: #333;
    color: #fff;
}

#testi_home .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    background: transparent;
    color: inherit;
    border: none;
    padding: 0 !important;
    margin-top: 50px;
    font: inherit;
}

#testi_home .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    background: transparent;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.testiRight {
    float: right;
    margin-top: 30px;
}

.btnTestiHome {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 20px;
    line-height: 1.5;
    border-radius: 15px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #2B388F;
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "MYRIADPRO-SEMIBOLD";
    font-size: 15px;
    background-color: transparent;
    border-color: #2B388F;
}

.btnTestiHome:hover {
    color: #2B388F;
}

.btnTestiHome .fa {
    padding-left: 5px;
}

@media (max-width: 1110px) {
    #testi_home {
        margin-top: 405px;
    }
    .bgyellow {
        width: 100%;
    }
}

@media (max-width: 991px) {
    #testi_home .text {
        font-size: 140px;
    }
}

@media (max-width: 767px) {
    #testi_home .text {
        font-size: 110px;
    }
    #testi_home .content-itemHome .ytb iframe {
        height: 60px;
    }
    #testi_home .content-itemHome .imgytb img {
        height: 60px;
    }
}

@media (max-width: 700px) {
    #testi_home .content-itemHome .ytb iframe {
        height: 100px;
    }
    #testi_home .content-itemHome .imgytb img {
        height: 100px;
    }
    #testi_home .owl-nav {
        display: none;
    }
}

@media (max-width: 600px) {
    #testi_home .text {
        font-size: 90px;
    }
}

@media (max-width: 500px) {
    #testi_home .text {
        font-size: 70px;
    }
}

@media (max-width: 400px) {
    #testi_home .text {
        font-size: 55px;
    }
}
/*end-testi_home*/

/*star-testimoni*/
#testimoni {
    padding: 30px 0;
}

.wrap-testimoni {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.content-testimoni {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
}

#testimoni .main-title {
    color: #363636;
    font-family: "MaisonNeueBook";
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.wrap-testimoni {
    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-bottom: 15px;
}

.item-testimoni {
    margin-bottom: 10px;
    width: calc(100% / 3);
}

.i-testimoni {
    margin: 10px;
    padding: 15px;
    background-color: #fff;
    display: flex;
    border: 1px #ddd solid;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.i-testimoni .imgkutip {
    display: block;
    width: 59px;
}

.i-testimoni .textDesc {
    color: #2F2F2F;
    font-family: "MaisonNeueBook";
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0;
    overflow-y: scroll;
    max-height: 125px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.i-testimoni .textDesc::-webkit-scrollbar {
    width: 3px;
}

.i-testimoni .textDesc::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

.i-testimoni .textDesc::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.content-item-testimoni {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
}

.content-item-testimoni .ytb {
    /*width: 50%;*/
    width: 45%;
}

.content-item-testimoni .ytb img {
    max-width: 100%;
    height: auto;
    border-radius: 0;
}

.content-item-testimoni .ytb iframe {
    width: 100%;
    height: 79px;
}

.content-item-testimoni .imgytb {
    /*width: 40%;*/
    width: 45%;
}

.content-item-testimoni .imgytb img {
    max-width: 100%;
    /*height: 79px;*/
    height: auto;
    border-radius: 0;
}

.content-item-compTesti {
    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;
}

.content-item-compTesti .imgcomp {
    width: 20%;
}

.content-item-compTesti .imgcomp img {
    max-width: 100%;
    height: 100%;
    border-radius: 50%;
}

.content-item-compTesti .ptitleTesti {
    width: 70%;
    margin-top: 10px;
}

.content-item-compTesti .ptitleTesti .name {
    color: #363636;
    font-family: "MaisonNeueBook";
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
}

.content-item-compTesti .ptitleTesti {
    color: #999999;
    font-family: "MaisonNeueBook";
    font-size: 13px;
    line-height: 18px;
}

@media (max-width: 991px) {
    .item-testimoni {
        width: calc(100% / 2);
    }
}

@media (max-width: 800px) {
    .item-testimoni {
        width: calc(100% / 2);
    }
}

@media (max-width: 767px) {
    .item-testimoni {
        width: calc(100% / 1);
    }
    .content-item-testimoni .ytb {
        width: 35%;
    }
    .content-item-testimoni .imgytb {
        width: 35%;
    }
}
/*end-testimoni*/

/*star-investor*/
#investor {
    padding: 55px 0 55px 0;
    background: #fff;
}

#investor .tasked {
    color: #323232;
    font-family: "MaisonNeueBook";
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 15px;
    text-transform: capitalize;
}

#investor .text a {
    display: block;
    color: #323232;
    font-family: "MaisonNeueBook";
    font-size: 25px;
    line-height: normal;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

#investor .accordion {
    display: block;
    background-color: #ECECEC;
    color: #000;
    font-family: "MaisonNeueBook";
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: #ddd 1px solid;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

#investor .accordion.first {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#investor .accordion.last {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#investor .accordion.active {
    background-color: #f9f9f9;
    /*border-top: #313131 0 solid;*/
}

#investor .accordion:hover {
    background-color: transparent;
}

#investor .accordion:afters {
    content: '\f107';
    color: #777;
    font-family: 'FontAwesome';
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

#investor .accordion.active:afters {
    content: '\f106';
    font-family: 'FontAwesome';
}
/*end-investor*/

/*star-partnerHome*/
#partnerHome {
    background: #fff;
    padding-top: 90px;
    padding-bottom: 45px;
}

#partnerHome .relative {
    position: relative;
    height: 75px;
    margin-bottom: 35px;
}

#partnerHome .relative .title-custom {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
    z-index: 1;
    /*color: rgba(50, 50, 50, 0.05);*/
    color: #F8F8F8;
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "GothicBold";
    font-size: 160px;
    line-height: normal;
}

#partnerHome .relative .text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #323232;
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "GothicBold";
    font-size: 40px;
    line-height: 55px;
    text-align: center;
}

#partnerHome .item {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

#partnerHome .item img {
    display: block;
    max-width: 100%;
    /*height: 45px;*/
    height: auto;
    border-radius: 0;
}

#partnerHome .owl-carousel .owl-item img {
    max-width: 100% !important;
    width: auto !important;
}

.partCenter {
    text-align: center;
    margin-top: 60px;
}

.btnPartHome {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 20px;
    line-height: 1.5;
    border-radius: 15px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #EC2027;
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "MYRIADPRO-SEMIBOLD";
    font-size: 15px;
    background-color: transparent;
    border-color: #EC2027;
}

.btnPartHome .fa {
    padding-left: 5px;
}

.btnPartHome:hover {
    color: #EC2027;
}

@media (max-width: 991px) {
    #partnerHome .relative {
        height: 65px;
    }
    #partnerHome .relative .title-custom {
        font-size: 125px;
    }
}

@media (max-width: 800px) {
    #partnerHome .relative {
        height: 65px;
    }
    #partnerHome .relative .title-custom {
        font-size: 125px;
    }
    #partnerHome .relative .text {
        font-size: 35px;
    }
}

@media (max-width: 650px) {
    #partnerHome .relative {
        height: 65px;
    }
    #partnerHome .relative .title-custom {
        font-size: 100px;
    }
    #partnerHome .relative .text {
        font-size: 30px;
    }
}

@media (max-width: 550px) {
    #partnerHome .relative {
        height: 65px;
    }
    #partnerHome .relative .title-custom {
        font-size: 80px;
    }
    #partnerHome .relative .text {
        font-size: 25px;
    }
}

@media (max-width: 450px) {
    #partnerHome .relative {
        height: 60px;
    }
    #partnerHome .relative .title-custom {
        font-size: 55px;
    }
    #partnerHome .relative .text {
        font-size: 20px;
    }
}
/*end-partnerHome*/

/*star-coverageHome*/
#coverageHome {
    margin-bottom: 60px;
    position: relative;
    margin-top: 405px;
    height: 1500px;
    background: #FFDD15;
}

.mapsHome {
    position: absolute;
    top: 45%;
    right: 0;
    padding-top: 0;
    padding-bottom: 110px;
    width: 100%;
    transform: translateY(-50%);
}

.mapsHome .imgMaps {
    display: block;
}

.mapsHome .imgMaps img {
    width: 100%;
}

.mapsHome .text {
    color: #F8F8F8;
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "GothicBold";
    font-size: 160px;
    line-height: 0;
    text-align: center;
    text-transform: uppercase;
}

#coverageHome .relative {
    position: relative;
    height: 75px;
    margin-bottom: 35px;
}

#coverageHome .relative .title-custom {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
    z-index: 1;
    /*color: #FFE758;*/
    color: rgba(255, 231, 88, 1);
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "GothicBold";
    font-size: 160px;
    line-height: normal;
}

#coverageHome .relative .text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #323232;
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "GothicBold";
    font-size: 40px;
    line-height: 55px;
    text-align: center;
}

@media (max-width: 1190px) {
    #coverageHome {
        height: 1220px;
    }
}

@media (max-width: 991px) {
    #coverageHome {
        height: 940px;
        margin-top: 355px;
    }
}

@media (max-width: 850px) {
    .mapsHome .text {
        font-size: 125px;
    }
    #coverageHome .relative {
        height: 50px;
    }
    #coverageHome .relative .title-custom {
        font-size: 125px;
    }
    #coverageHome .relative .text {
        font-size: 30px;
        line-height: normal;
    }
}

@media (max-width: 767px) {
    #coverageHome {
        height: 770px;
        margin-top: 305px;
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .mapsHome .text {
        font-size: 95px;
    }
    #coverageHome .relative .title-custom {
        font-size: 95px;
    }
    #coverageHome .relative .text {
        font-size: 27px;
    }
    #coverageHome {
        height: 730px;
        margin-top: 275px;
    }
}

@media (max-width: 500px) {
    .mapsHome {
        top: 50%;
    }
    .mapsHome .text {
        font-size: 65px;
    }
    #coverageHome .relative {
        height: 30px;
    }
    #coverageHome .relative .title-custom {
        font-size: 65px;
    }
    #coverageHome .relative .text {
        font-size: 20px;
    }
    #coverageHome {
        height: 715px;
        margin-top: 165px;
    }
}

@media (max-width: 450px) {
    #coverageHome {
        height: 655px;
        margin-top: 140px;
        margin-bottom: 0;
    }
}

@media (max-width: 400px) {
    #coverageHome {
        height: 620px;
        margin-top: 130px;
    }
    .mapsHome .text {
        font-size: 50px;
    }
    #coverageHome .relative {
        height: 24px;
    }
    #coverageHome .relative .title-custom {
        font-size: 50px;
    }
    #coverageHome .relative .text {
        font-size: 18px;
    }
}

@media (max-width: 360px) {
    #coverageHome {
        height: 560px;
        margin-top: 130px;
    }
}

@media (max-width: 350px) {
    #coverageHome .relative .text {
        font-size: 16px;
    }
}

@media (max-width: 320px) {
    #coverageHome .relative .text {
        font-size: 14px;
    }
}
/*end-coverageHome*/

/*star-mediaHome*/
#mediaHome {
    background: #fff;
    padding-top: 90px;
    padding-bottom: 45px;
}

#mediaHome .relative {
    position: relative;
    height: 75px;
    margin-bottom: 35px;
}

#mediaHome .relative .title-custom {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
    z-index: 1;
    /*color: rgba(50, 50, 50, 0.05);*/
    color: #F8F8F8;
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "GothicBold";
    font-size: 160px;
    line-height: normal;
}

#mediaHome .relative .text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #323232;
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "GothicBold";
    font-size: 40px;
    line-height: 55px;
    text-align: center;
}

#mediaHome .item {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

#mediaHome .item .empt {
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 10px;
    color: #fff;
    font-size: 12px;
    font-family: "MaisonNeueBook";
    line-height: 13px;
    background: #EC2027;
    border-radius: 3px;
}

#mediaHome .item .absol {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 15px;
}

#mediaHome .item .absol .date {
    color: #fff;
    /*font-family: "MaisonNeueBook";*/
    font-family: "MyriadPro-Regular";
    font-size: 12px;
    line-height: normal;
}

#mediaHome .item .absol .name {
    color: #fff;
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "MYRIADPRO-BOLD";
    font-size: 18px;
    line-height: 25px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#mediaHome .item img {
    display: block;
    width: 100%;
    /*height: 270px;*/
    height: auto;
    border-radius: 0;
}

#mediaHome .owl-carousel .owl-item img {
    max-width: 100% !important;
    width: auto !important;
}

#mediaHome .owl-nav {
    display: block;
    align-items: center;
    margin-top: 10px;
}

#mediaHome .owl-nav button {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

#mediaHome .owl-nav button:hover,
#mediaHome .owl-nav button:focus
{
    background-color: #333;
    color: #fff;
}

#mediaHome .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
    background: transparent;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

#mediaHome .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    background: transparent;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.mediaCenter {
    text-align: center;
    margin-top: 60px;
}

.btnMediaHome {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 20px;
    line-height: 1.5;
    border-radius: 15px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #EC2027;
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "MYRIADPRO-SEMIBOLD";
    font-size: 15px;
    background-color: transparent;
    border-color: #EC2027;
}

.btnMediaHome .fa {
    padding-left: 5px;
}

.btnMediaHome:hover {
    color: #EC2027;
}

@media (max-width: 991px) {
    #mediaHome .relative {
        height: 65px;
    }
    #mediaHome .relative .title-custom {
        font-size: 125px;
    }
}

@media (max-width: 800px) {
    #mediaHome .relative {
        height: 65px;
    }
    #mediaHome .relative .title-custom {
        font-size: 125px;
    }
    #mediaHome .relative .text {
        font-size: 35px;
    }
}

@media (max-width: 700px) {
    #mediaHome .owl-nav {
        display: none;
    }
}

@media (max-width: 650px) {
    #mediaHome .relative {
        height: 65px;
    }
    #mediaHome .relative .title-custom {
        font-size: 100px;
    }
    #mediaHome .relative .text {
        font-size: 30px;
    }
}

@media (max-width: 550px) {
    #mediaHome .relative {
        height: 65px;
    }
    #mediaHome .relative .title-custom {
        font-size: 80px;
    }
    #mediaHome .relative .text {
        font-size: 25px;
    }
}

@media (max-width: 450px) {
    #mediaHome .relative {
        height: 60px;
    }
    #mediaHome .relative .title-custom {
        font-size: 55px;
    }
    #mediaHome .relative .text {
        font-size: 20px;
    }
}
/*end-mediaHome*/

/*star-desc-about*/
.desc-about {
    margin-top: 10px;
}

.desc-about .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.desc-about .nav-item > .nav-link {
    position: relative;
    color: #949494;
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-size: 17px;
    line-height: normal;
    text-transform: capitalize;
    border: none;
    display: block;
    padding: 10px 25px;
}

.desc-about .nav-item > .nav-link:hover {
    border: none;
    color: #EC2027;
}

.desc-about .nav-item > .nav-link.active {
    background-color: transparent;
    color: #EC2027;
    border: none;
}

.desc-about .nav-item > .nav-link.active:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #EC2027;
}

#desc-about .tab-content > div {
    padding-top: 30px;
}

#desc-about .tab-content > div p {
    font-size: 0.875rem;
    line-height: 24px;
}

#desc-about .tab-content .content {
    color: #000;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    font-size: 17px;
    line-height: 25px;
}

#desc-about .tab-content .content p {
    color: #000;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    font-size: 17px;
    line-height: 25px;
}

#desc-about .tab-content img {
    display: block;
    max-width: 100%;
}

#menu-page .tjourney {
    color: #2E2E2E;
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-size: 40px;
    line-height: normal;
    text-align: center;
    padding-top: 10px;
}

@media (max-width: 767px) {
    #menu-page .tjourney {
        padding-top: 35px;
    }
}

@media (max-width: 400px) {
    .desc-about .nav li {
        text-align: center;
        flex: auto;
    }
}
/*end-desc-about*/

/*star-desc-cover*/
.desc-cover {
    margin-top: 10px;
}

.desc-cover .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.desc-cover .nav-tabs {
    border-bottom: 0 solid #dee2e6;
}

.desc-cover .nav-item > .nav-link {
    position: relative;
    color: #9D8F3A;
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "MYRIADPRO-BOLD";
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
    border: none;
    display: block;
    padding: 10px 25px;
}

.desc-cover .nav-item > .nav-link:hover {
    border: none;
    color: #323232;
}

.desc-cover .nav-item > .nav-link.active {
    background-color: transparent;
    color: #323232;
    border: none;
}

.desc-cover .nav-item > .nav-link.active:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #323232;
}

#coverageHome .tab-content > div {
    padding-top: 30px;
}

#coverageHome .tab-content > div p {
    font-size: 0.875rem;
    line-height: 24px;
}

#coverageHome .tab-content .content {
    color: #000;
    font-family: "MaisonNeueBook";
    font-size: 15px;
    line-height: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 50px;
}

#coverageHome .tab-content .content p {
    color: #000;
    /*font-family: "MaisonNeueBook";*/
    font-family: "MyriadPro-Regular";
    font-size: 15px;
    line-height: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 50px;
}

#coverageHome .tab-content img {
    display: block;
    max-width: 100%;
}

#coverageHome .tab-content .tjourney {
    color: #2E2E2E;
    font-family: "MaisonNeueBook";
    font-weight: bold;
    font-size: 40px;
    line-height: normal;
    text-align: center;
    padding-top: 10px;
}

@media (max-width: 767px) {
    #coverageHome .tab-content .tjourney {
        padding-top: 35px;
    }
}

@media (max-width: 500px) {
    .desc-cover .nav-item > .nav-link {
        font-size: 17px;
        line-height: normal;
    }
    #coverageHome .tab-content .content {
        font-size: 13px;
        line-height: normal;
    }
    #coverageHome .tab-content .content p {
        font-size: 13px;
        line-height: normal;
    }
}

@media (max-width: 400px) {
    .desc-cover .nav li {
        text-align: center;
        flex: auto;
    }
}
/*end-desc-cover*/

/*star-address-1*/
.address-1 {
    width: 30%;
    height: auto;
    position: absolute;
    top: 4%;
    left: 45%;
    /*z-index: 999;*/
}

.address-1 .tooltip-col {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    background: #EC2027;
    padding: 5px 15px;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.address-1 .tooltip-col:hover {
    transform: scale(1.1);
}

.address-1 .tooltip-col:after {
    position: absolute;
    content: "";
    left: 35px;
    bottom: -5px;
    border-top: 5px solid #EC2027;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.address-1 .tooltip-col .item {
    color: #fff;
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "MYRIADPRO-SEMIBOLD";
    font-size: 14px;
}

@media (max-width: 991px) {
    .address-1 {
        width: 100%;
        top: 1%;
        left: 43%;
    }
}

@media (max-width: 767px) {
    .address-1 {
        top: -15px;
        left: 39%;
    }
    .address-1 .tooltip-col {
        padding: 2px 10px;
    }
    .address-1 .tooltip-col .item {
        font-size: 12px;
    }
}

@media (max-width: 550px) {
    .address-1 {
        top: -19px;
        left: 38%;
    }
    .address-1 .tooltip-col .item {
        font-size: 11px;
    }
}

@media (max-width: 550px) {
    .address-1 {
        top: -19px;
        left: 38%;
    }
    .address-1 .tooltip-col .item {
        font-size: 10px;
    }
}

@media (max-width: 500px) {
    .address-1 {
        top: -19px;
        left: 37%;
    }
    .address-1 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 450px) {
    .address-1 {
        top: -19px;
        left: 36%;
    }
    .address-1 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 400px) {
    .address-1 {
        top: -19px;
        left: 35%;
    }
    .address-1 .tooltip-col .item {
        font-size: 9px;
    }
}
/*end-address-1*/

/*star-address-2*/
.address-2 {
    width: 30%;
    height: auto;
    position: absolute;
    top: 17%;
    left: 55%;
}

.address-2 .tooltip-col {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    background: #EC2027;
    padding: 5px 15px;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.address-2 .tooltip-col:hover {
    transform: scale(1.1);
}

.address-2 .tooltip-col:after {
    position: absolute;
    content: "";
    left: 35px;
    bottom: -5px;
    border-top: 5px solid #EC2027;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.address-2 .tooltip-col .item {
    color: #fff;
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "MYRIADPRO-SEMIBOLD";
    font-size: 14px;
}

@media (max-width: 991px) {
    .address-2 {
        width: 100%;
        top: 14%;
        left: 52%;
    }
}

@media (max-width: 767px) {
    .address-2 {
        top: 12%;
        left: 50%;
    }
    .address-2 .tooltip-col {
        padding: 2px 10px;
    }
    .address-2 .tooltip-col .item {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .address-2 {
        top: 12%;
        left: 50%;
    }
    .address-2 .tooltip-col .item {
        font-size: 11px;
    }
}

@media (max-width: 550px) {
    .address-2 {
        top: 11%;
        left: 50%;
    }
    .address-2 .tooltip-col .item {
        font-size: 10px;
    }
}

@media (max-width: 500px) {
    .address-2 {
        top: 10%;
        left: 50%;
    }
    .address-2 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 450px) {
    .address-2 {
        top: 9%;
        left: 48%;
    }
    .address-2 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 400px) {
    .address-2 {
        top: 9%;
        left: 46%;
    }
    .address-2 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 350px) {
    .address-2 {
        top: 6%;
        left: 45%;
    }
    .address-2 .tooltip-col .item {
        font-size: 9px;
    }
}
/*end-address-2*/

/*star-address-3*/
.address-3 {
    width: 30%;
    height: auto;
    position: absolute;
    top: 20%;
    left: 75%;
}

.address-3 .tooltip-col {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    background: #EC2027;
    padding: 5px 15px;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.address-3 .tooltip-col:hover {
    transform: scale(1.1);
}

.address-3 .tooltip-col:after {
    position: absolute;
    content: "";
    left: 35px;
    bottom: -5px;
    border-top: 5px solid #EC2027;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.address-3 .tooltip-col .item {
    color: #fff;
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "MYRIADPRO-SEMIBOLD";
    font-size: 14px;
}

@media (max-width: 991px) {
    .address-3 {
        width: 100%;
        top: 18%;
        left: 73%;
    }
}

@media (max-width: 767px) {
    .address-3 {
        top: 20%;
        left: 70%;
    }
    .address-3 .tooltip-col {
        padding: 2px 10px;
    }
    .address-3 .tooltip-col .item {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .address-3 {
        top: 20%;
        left: 71%;
    }
    .address-3 .tooltip-col .item {
        font-size: 11px;
    }
}

@media (max-width: 550px) {
    .address-3 {
        top: 17%;
        left: 70%;
    }
    .address-3 .tooltip-col .item {
        font-size: 10px;
    }
}

@media (max-width: 500px) {
    .address-3 {
        top: 19%;
        left: 70%;
    }
    .address-3 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 450px) {
    .address-3 {
        top: 17%;
        left: 67%;
    }
    .address-3 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 400px) {
    .address-3 {
        top: 17%;
        left: 65%;
    }
    .address-3 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 350px) {
    .address-3 {
        top: 15%;
        left: 65%;
    }
    .address-3 .tooltip-col .item {
        font-size: 9px;
    }
}
/*end-address-3*/

/*star-address-4*/
.address-4 {
    width: 30%;
    height: auto;
    position: absolute;
    top: 29%;
    left: 62%;
}

.address-4 .tooltip-col {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    background: #EC2027;
    padding: 5px 15px;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.address-4 .tooltip-col:hover {
    transform: scale(1.1);
}

.address-4 .tooltip-col:after {
    position: absolute;
    content: "";
    left: 35px;
    bottom: -5px;
    border-top: 5px solid #EC2027;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.address-4 .tooltip-col .item {
    color: #fff;
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "MYRIADPRO-SEMIBOLD";
    font-size: 14px;
}

@media (max-width: 991px) {
    .address-4 {
        width: 100%;
        top: 26%;
        left: 59%;
    }
}

@media (max-width: 767px) {
    .address-4 {
        top: 26%;
        left: 57%;
    }
    .address-4 .tooltip-col {
        padding: 2px 10px;
    }
    .address-4 .tooltip-col .item {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .address-4 {
        top: 26%;
        left: 56%;
    }
    .address-4 .tooltip-col .item {
        font-size: 11px;
    }
}

@media (max-width: 550px) {
    .address-4 {
        top: 26%;
        left: 57%;
    }
    .address-4 .tooltip-col .item {
        font-size: 10px;
    }
}

@media (max-width: 500px) {
    .address-4 {
        top: 25%;
        left: 57%;
    }
    .address-4 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 450px) {
    .address-4 {
        top: 23%;
        left: 55%;
    }
    .address-4 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 400px) {
    .address-4 {
        top: 24%;
        left: 55%;
    }
    .address-4 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 350px) {
    .address-4 {
        top: 22%;
        left: 53%;
    }
    .address-4 .tooltip-col .item {
        font-size: 9px;
    }
}
/*end-address-4*/

/*star-address-5*/
.address-5 {
    width: 30%;
    height: auto;
    position: absolute;
    top: 38%;
    left: 48%;
}

.address-5 .tooltip-col {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    background: #EC2027;
    padding: 5px 15px;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.address-5 .tooltip-col:hover {
    transform: scale(1.1);
}

.address-5 .tooltip-col:after {
    position: absolute;
    content: "";
    left: 35px;
    bottom: -5px;
    border-top: 5px solid #EC2027;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.address-5 .tooltip-col .item {
    color: #fff;
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "MYRIADPRO-SEMIBOLD";
    font-size: 14px;
}

@media (max-width: 991px) {
    .address-5 {
        width: 100%;
        top: 34%;
        left: 45%;
    }
}

@media (max-width: 767px) {
    .address-5 {
        top: 34%;
        left: 45%;
    }
    .address-5 .tooltip-col {
        padding: 2px 10px;
    }
    .address-5 .tooltip-col .item {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .address-5 {
        top: 33%;
        left: 43%;
    }
    .address-5 .tooltip-col .item {
        font-size: 11px;
    }
}

@media (max-width: 550px) {
    .address-5 {
        top: 33%;
        left: 43%;
    }
    .address-5 .tooltip-col .item {
        font-size: 10px;
    }
}

@media (max-width: 500px) {
    .address-5 {
        top: 32%;
        left: 43%;
    }
    .address-5 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 450px) {
    .address-5 {
        top: 32%;
        left: 43%;
    }
    .address-5 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 400px) {
    .address-5 {
        top: 32%;
        left: 43%;
    }
    .address-5 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 350px) {
    .address-5 {
        top: 31%;
        left: 38%;
    }
    .address-5 .tooltip-col .item {
        font-size: 9px;
    }
}
/*end-address-5*/

/*star-address-6*/
.address-6 {
    width: 30%;
    height: auto;
    position: absolute;
    top: 54%;
    left: 55%;
}

.address-6 .tooltip-col {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    background: #EC2027;
    padding: 5px 15px;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.address-6 .tooltip-col:hover {
    transform: scale(1.1);
}

.address-6 .tooltip-col:after {
    position: absolute;
    content: "";
    left: 35px;
    bottom: -5px;
    border-top: 5px solid #EC2027;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.address-6 .tooltip-col .item {
    color: #fff;
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "MYRIADPRO-SEMIBOLD";
    font-size: 14px;
}

@media (max-width: 991px) {
    .address-6 {
        width: 100%;
        top: 50%;
        left: 53%;
    }
}

@media (max-width: 767px) {
    .address-6 {
        top: 49%;
        left: 52%;
    }
    .address-6 .tooltip-col {
        padding: 2px 10px;
    }
    .address-6 .tooltip-col .item {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .address-6 {
        top: 47%;
        left: 52%;
    }
    .address-6 .tooltip-col .item {
        font-size: 11px;
    }
}

@media (max-width: 550px) {
    .address-6 {
        top: 49%;
        left: 51%;
    }
    .address-6 .tooltip-col .item {
        font-size: 10px;
    }
}

@media (max-width: 500px) {
    .address-6 {
        top: 47%;
        left: 51%;
    }
    .address-6 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 450px) {
    .address-6 {
        top: 50%;
        left: 50%;
    }
    .address-6 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 400px) {
    .address-6 {
        top: 50%;
        left: 50%;
    }
    .address-6 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 350px) {
    .address-6 {
        top: 50%;
        left: 48%;
    }
    .address-6 .tooltip-col .item {
        font-size: 9px;
    }
}
/*end-address-6*/

/*star-address-7*/
.address-7 {
    width: 30%;
    height: auto;
    position: absolute;
    top: 47%;
    left: 33%;
}

.address-7 .tooltip-col {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    background: #EC2027;
    padding: 5px 15px;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.address-7 .tooltip-col:hover {
    transform: scale(1.1);
}

.address-7 .tooltip-col:after {
    position: absolute;
    content: "";
    left: 35px;
    bottom: -5px;
    border-top: 5px solid #EC2027;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.address-7 .tooltip-col .item {
    color: #fff;
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "MYRIADPRO-SEMIBOLD";
    font-size: 14px;
}

@media (max-width: 991px) {
    .address-7 {
        width: 100%;
        top: 44%;
        left: 30%;
    }
}

@media (max-width: 767px) {
    .address-7 {
        top: 42%;
        left: 29%;
    }
    .address-7 .tooltip-col {
        padding: 2px 10px;
    }
    .address-7 .tooltip-col .item {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .address-7 {
        top: 43%;
        left: 27%;
    }
    .address-7 .tooltip-col .item {
        font-size: 11px;
    }
}

@media (max-width: 550px) {
    .address-7 {
        top: 43%;
        left: 28%;
    }
    .address-7 .tooltip-col .item {
        font-size: 10px;
    }
}

@media (max-width: 500px) {
    .address-7 {
        top: 42%;
        left: 28%;
    }
    .address-7 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 450px) {
    .address-7 {
        top: 41%;
        left: 27%;
    }
    .address-7 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 400px) {
    .address-7 {
        top: 40%;
        left: 26%;
    }
    .address-7 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 350px) {
    .address-7 {
        top: 42%;
        left: 24%;
    }
    .address-7 .tooltip-col .item {
        font-size: 9px;
    }
}
/*end-address-7*/

/*star-address-8*/
.address-8 {
    width: 30%;
    height: auto;
    position: absolute;
    top: 29%;
    left: 12%;
}

.address-8 .tooltip-col {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    background: #EC2027;
    padding: 5px 15px;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.address-8 .tooltip-col:hover {
    transform: scale(1.1);
}

.address-8 .tooltip-col:after {
    position: absolute;
    content: "";
    left: 35px;
    bottom: -5px;
    border-top: 5px solid #EC2027;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.address-8 .tooltip-col .item {
    color: #fff;
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "MYRIADPRO-SEMIBOLD";
    font-size: 14px;
}

@media (max-width: 991px) {
    .address-8 {
        width: 100%;
        top: 25%;
        left: 10%;
    }
}

@media (max-width: 767px) {
    .address-8 {
        top: 27%;
        left: 8%;
    }
    .address-8 .tooltip-col {
        padding: 2px 10px;
    }
    .address-8 .tooltip-col .item {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .address-8 {
        top: 27%;
        left: 8%;
    }
    .address-8 .tooltip-col .item {
        font-size: 11px;
    }
}

@media (max-width: 550px) {
    .address-8 {
        top: 27%;
        left: 8%;
    }
    .address-8 .tooltip-col .item {
        font-size: 10px;
    }
}

@media (max-width: 500px) {
    .address-8 {
        top: 26%;
        left: 7%;
    }
    .address-8 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 450px) {
    .address-8 {
        top: 26%;
        left: 6%;
    }
    .address-8 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 400px) {
    .address-8 {
        top: 25%;
        left: 5%;
    }
    .address-8 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 350px) {
    .address-8 {
        top: 23%;
        left: 4%;
    }
    .address-8 .tooltip-col .item {
        font-size: 9px;
    }
}
/*end-address-8*/

/*star-address-9*/
.address-9 {
    width: 30%;
    height: auto;
    position: absolute;
    top: 27%;
    left: 48%;
}

.address-9 .tooltip-col {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    background: #EC2027;
    padding: 5px 15px;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.address-9 .tooltip-col:hover {
    transform: scale(1.1);
}

.address-9 .tooltip-col:after {
    position: absolute;
    content: "";
    left: 35px;
    bottom: -5px;
    border-top: 5px solid #EC2027;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.address-9 .tooltip-col .item {
    color: #fff;
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "MYRIADPRO-SEMIBOLD";
    font-size: 14px;
}

@media (max-width: 991px) {
    .address-9 {
        width: 100%;
        top: 24%;
        left: 44%;
    }
}

@media (max-width: 767px) {
    .address-9 {
        top: 24%;
        left: 41%;
    }
    .address-9 .tooltip-col {
        padding: 2px 10px;
    }
    .address-9 .tooltip-col .item {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .address-9 {
        top: 24%;
        left: 41%;
    }
    .address-9 .tooltip-col .item {
        font-size: 11px;
    }
}

@media (max-width: 550px) {
    .address-9 {
        top: 24%;
        left: 42%;
    }
    .address-9 .tooltip-col .item {
        font-size: 10px;
    }
}

@media (max-width: 500px) {
    .address-9 {
        top: 23%;
        left: 42%;
    }
    .address-9 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 450px) {
    .address-9 {
        top: 23%;
        left: 39%;
    }
    .address-9 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 400px) {
    .address-9 {
        top: 22%;
        left: 37%;
    }
    .address-9 .tooltip-col .item {
        font-size: 9px;
    }
}

@media (max-width: 350px) {
    .address-9 {
        top: 20%;
        left: 34%;
    }
    .address-9 .tooltip-col .item {
        font-size: 9px;
    }
}
/*end-address-9*/

/*star-product*/
#product {
    padding: 30px 0;
}

.wrap-page {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.content-page {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
}

.top-page-product {
    margin-top: 10px;
    margin-bottom: 30px;
}

.top-page-product h1 {
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: bold;
}

.top-page-product h1 span {
    color: rgba(0, 0, 0, 0.54);
    font-weight: 300;
}

.topbar-product {
    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: 10px 15px;
    background-color: transparent;
}

.info-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;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.info-item .texTampil {
    margin-right: 20px;
    color: #2E2E2E;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    font-size: 16px;
    letter-spacing: 2px;
}

.info-item .texTampil span {
    color: #EC2027;
    font-family: "MYRIADPRO-BOLD";
}

.sidebar {
    width: 250px;
}

.main-sidebar-title {
    margin-bottom: 20px;
    font-size: 1.5625rem;
    font-weight: bold;
}

.item-sidebar {
    margin-bottom: 20px;
}

.title-sidebar {
    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;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 15px;
    border-bottom: 0 solid rgba(221, 221, 221, 0.5);
}

.title-sidebar:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    width: 50%;
    height: 3px;
    background: transparent;
}

.title-sidebar h3 {
    color: #2E2E2E;
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-size: 20px;
    text-transform: capitalize;
}

.title-sidebar .fa {
    font-size: 0.875rem;
}

.sidelist-category.closed {
    display: none;
}

.sidelist-category {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    display: block; /* biar tetap ikut layout */
}

.sidelist-category.in {
    max-height: 300px; /* sesuaikan */
    opacity: 1;
    overflow-y: auto;
}

.sidelist-category::-webkit-scrollbar {
    width: 3px;
}

.sidelist-category::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

.sidelist-category::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.sidelist-category li {
    position: relative;
    font-size: 18px;
}

.sidelist-category li a {
    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: 5px 0;
    color: #323232;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-size: 17px;
    line-height: 25px;
    text-transform: capitalize;
}

.sidelist-category li a:hover,
.sidelist-category li a.active {
    color: #EC2027;
}

.sidelist-category li a.active {
    font-family: "MYRIADPRO-BOLD";
    /*font-weight: bold;*/
}

.sidelist-category li a .fa {
    font-size: 0.75rem;
}

.sidelist-category li ul {
    width: 100%;
    padding-left: 15px;
}

.sidelist-category li ul li a {
    color: #323232;
}

.sidelist-category.cild {
    max-height: none;
    opacity: 1;
    overflow: visible;
    padding-left: 15px;
}

.sidelist-category.cild li a {
    color: #676767;
    font-size: 16px;
}

.sidelist-category.cild li a.active {
    color: #EC2027;
    font-family: "MYRIADPRO-BOLD";
}

.sidelist-category li a.has-submenu {
    cursor: pointer;
}

.sidelist-category li a .toggle-icon {
    cursor: pointer;
    font-size: 17px;
    margin-left: 10px;
    color: #999;
}

.sidelist-category li ul.submenu {
    display: none;
    padding-left: 20px;
}

/*.sidelist-category.kat {
    max-height: 270px;
    overflow-y: scroll;
}*/

/*.sidelist-category.kat::-webkit-scrollbar {
    width: 3px;
}*/

/*.sidelist-category.kat::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}*/

/*.sidelist-category.kat::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}*/

.sidelist-category .submenu {
    max-height: 270px;
    overflow-y: scroll;
}

.sidelist-category .submenu::-webkit-scrollbar {
    width: 3px;
}

.sidelist-category .submenu::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

.sidelist-category .submenu::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.sidelist-category li ul.submenu li a {
    color: #323232;
    font-weight: normal;
    font-size: 17px;
}

.sidelist-category.kat {
    padding-left: 10px;
    padding-right: 10px;
}

.sidelist-category.subkat {
    padding-left: 20px;
}

.sidelist-category.subsubkat {
    padding-left: 45px;
}

.list-parent-category li:nth-child(2) {
    padding-left: 10px;
}

.list-parent-category li:nth-child(3) {
    padding-left: 20px;
}

.list-parent-category li:nth-child(4) {
    padding-left: 45px;
}

.list-parent-category li a {
    display: block;
    padding: 5px 0;
    color: #2E2E2E;
    font-family: "MaisonNeueBook";
    font-weight: bold;
    font-size: 18px;
    text-transform: capitalize;
}

.list-parent-category li a:hover {
    color: #2f78cf;
}

.list-parent-category li a.active {
    color: #EC2027;
    font-weight: bold;
}

.list-parent-category li a.active:hover {
    color: #2f78cf;
}

/*sidelist-indust*/
.sidelist-indust {
    display: none;
    max-height: 0;
    overflow-y: hidden;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.sidelist-indust.in {
    display: block;
    max-height: 190px;
    overflow-y: scroll;
}

.sidelist-indust::-webkit-scrollbar {
    width: 3px;
}

.sidelist-indust::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

.sidelist-indust::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.sidelist-indust li {
    position: relative;
    font-size: 18px;
}

.sidelist-indust li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    color: #2E2E2E;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-size: 17px;
    line-height: 25px;
    text-transform: capitalize;
}

.sidelist-indust li a:hover,
.sidelist-indust li a.active {
    color: #EC2027;
    font-family: "MYRIADPRO-BOLD";
    /*font-weight: bold;*/
}

.toggle-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
}
/*sidelist-indust*/

.sortby {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0.875rem;
    position: relative;
}

.sortby span {
    margin-right: 7px;
    color: #323232;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    font-size: 16px;
}

.sortby ul {
    visibility: hidden;
    position: absolute;
    top: calc(100% + 11px);
    right: -15px;
    min-width: 150px;
    padding: 8px 15px;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.sortby ul.active {
    visibility: visible;
}

.sortby ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.sortby ul li:last-child {
    border-bottom: none;
}

.sortby ul li a {
    display: block;
    padding: 7px 7px;
    color: rgba(0, 0, 0, 0.7);
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    font-size: 0.8125rem;
    white-space: nowrap;
}

.sortby ul li a:hover {
    color: #c62000;
}

.select-sort {
    cursor: pointer;
    color: #323232;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    font-size: 16px;
}

.select-sort .fa {
    margin-left: 7px;
}

.close-sidebar {
    display: none;
}

@media only screen and (max-width: 991px) {
    .sidebar {
        position: fixed;
        top: 0;
        /*top: 61.19px;*/
        right: 0;
        width: 300px;
        height: calc(100% - 61.19px);
        padding: 15px 20px;
        padding-top: 40px;
        background: #fff;
        overflow-y: auto;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
        transform: translateX(320px);
        z-index: 9999;
        transition: 0.2s;
        -o-transition: 0.2s;
        -moz-transition: 0.2s;
        -webkit-transition: 0.2s;
    }
    .sidebar.active {
        transform: translateX(0);
        transition: 0.2s;
        -o-transition: 0.2s;
        -moz-transition: 0.2s;
        -webkit-transition: 0.2s;
        padding-top: 60px;
    }
    .main-sidebar-title {
        display: none;
    }
    .item-sidebar {
        margin-top: 20px;
    }
    .item-sidebar:last-child {
        margin-bottom: 0;
    }
    .close-sidebar {
        position: absolute;
        top: 10px;
        right: 15px;
        display: block;
        margin-bottom: 10px;
        cursor: pointer;
    }
    .content-page {
        margin-left: 0;
    }
    .top-page-product {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .top-page-product h1 {
        padding-bottom: 10px;
        margin-bottom: 0;
        border-bottom: 3px solid #c62000;
    }
    .topbar-product {
        display: none;
    }
}
/*end-product*/

/*star-option-bar*/
#option-bar {
    display: none;
    background-color: #fafafa;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

#option-bar .text {
    color: #2E2E2E;
    font-family: "MaisonNeueBook";
    font-size: 15px;
    margin-top: 10px;
}

#option-bar .text span {
    color: #EC2027;
    font-weight: bold;
}

#option-bar ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#option-bar ul li {
    width: calc(100% / 3);
    border-right: 1px solid #f1f1f1;
}

#option-bar ul li:last-child {
    border-right: none;
}

#option-bar ul li a {
    display: block;
    padding: 12px 0;
    font-size: 0.8125rem;
    text-align: center;
}

#option-bar ul li a .fa {
    margin-right: 3px;
    color: #00155b;
}

@media only screen and (max-width: 991px) {
    #option-bar {
        display: block;
    }
}

@media (max-width: 991px) {
    #option-bar ul {
        display: block;
    }
    #option-bar ul li {
        width: calc(100% / 1);
        border-right: 0 solid #f1f1f1;
    }
}

.info-bar {
    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: 10px 0;
}

.info-bar span {
    font-size: 0.875rem;
}

.info-bar .toggle-sidebar {
    color: #333333;
    font-family: "MaisonNeueBook";
    font-size: 0.875rem;
    cursor: pointer;
}

.info-bar .toggle-sidebar .fa {
    margin-right: 3px;
}
/*end-option-bar*/

/*star-sorting*/
.sorting {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 15px;
    font-family: "MaisonNeueBook";
    position: relative;
}

.sorting span {
    margin-right: 7px;
    color: #2B2B2B;
    font-family: "MaisonNeueBook";
}

.sorting ul {
    visibility: hidden;
    position: absolute;
    top: calc(100% + 11px);
    right: -15px;
    min-width: 150px;
    padding: 8px 15px;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.sorting ul.active {
    visibility: visible;
}

.sorting ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.sorting ul li:last-child {
    border-bottom: none;
}

.sorting ul li a {
    display: block;
    padding: 7px 7px;
    font-size: 15px;
    color: #2B2B2B;
    font-family: "MaisonNeueBook";
    white-space: nowrap;
}

.sorting ul li a:hover {
    color: #c62000;
}

.select-sorting {
    cursor: pointer;
    color: #2B2B2B;
    font-family: "MaisonNeueBook";
}

.select-sorting .fa {
    margin-left: 7px;
}
/*end-sorting*/

/*star-wrap-product*/
.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;
}

.item-product {
    margin-bottom: 10px;
    width: calc(100% / 4);
}

.i-product {
    display: block;
    margin: 5px 5px;
    padding: 15px;
    border: 1px solid #EDEDED;
    border-radius: 10px;
}

.i-product:hover {
    border: 1px solid #eee;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.i-product img {
    margin-bottom: 10px;
    border-radius: 10px;
}

.i-product h3 {
    margin-bottom: 5px;
    color: #323232;
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "RobotoBold";*/
    font-size: 15px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .item-product {
        width: calc(100% / 3);
    }
}

@media (max-width: 500px) {
    .item-product {
        width: calc(100% / 2);
    }
}

@media (max-width: 400px) {
    .item-product {
        width: calc(100% / 1);
    }
}
/*end-wrap-product*/

/*star-product-detail*/
#product-detail {
    padding: 50px 0;
}

.content-product h1 {
    margin-bottom: 20px;
    color: #2E2E2E;
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-size: 30px;
    line-height: normal;
}

.content-product p {
    color: #323232;
    font-family: "MyriadPro-Regular";
    font-size: 16px;
    line-height: 35px;
}

.gallery .thumb {
    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;
    margin-top: 10px;
}

.gallery .thumb li {
    margin-right: 10px;
    width: 80px;
    height: 80px;
}

.gallery .thumb li img {
    border-radius: 0;
    display: block;
    width: 100%;
}

.gallery .thumb li:last-child {
    margin-right: 0;
}

.gallery .thumb li a {
    display: block;
    border: 1px solid rgba(221, 221, 221, 0.5);
    border-radius: 10px;
    padding: 7px;
}

.gallery .thumb li a:hover {
    /*border-color: #00155b;*/
    border: 1px solid rgba(221, 221, 221, 0.5);
    box-shadow: 0 4px 8px rgba(0, 21, 91, 0.5); 
}

.gallery .bx-wrapper .bx-loading {
    background: transparent;
}

.gallery .bx-wrapper li {
    padding: 10px;
    border: 1px solid rgba(221, 221, 221, 0.5);
    border-radius: 10px;
}

.gallery .bx-wrapper img {
    max-width: 100%;
    display: block;
    border-radius: 0;
}

@media (max-width: 991px) {
    .content-product h1 {
        font-size: 27px;
    }
}

@media (max-width: 767px) {
    .content-product h1 {
        margin-top: 20px;
    }
}
/*end-product-detail*/

/*star-desc-product*/
.desc-product {
    margin-top: 80px;
}

.desc-product .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.desc-product .nav-item > .nav-link {
    position: relative;
    color: #949494;
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-size: 17px;
    text-transform: capitalize;
    border: none;
}

.desc-product .nav-item > .nav-link:hover {
    border: none;
    color: #EC2027;
}

.desc-product .nav-item > .nav-link.active {
    background-color: transparent;
    color: #EC2027;
    border: none;
}

.desc-product .nav-item > .nav-link.active:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #EC2027;
}

.desc-product .tab-content > div {
    padding-top: 30px;
}

.desc-product .tab-content > div p {
    color: #323232;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    font-size: 15px;
    line-height: 25px;
}

@media (max-width: 767px) {
    .desc-product {
        margin-top: 25px;
    }
}
/*end-desc-product*/

/*star-related*/
#related {
    background: #2B388F;
    padding-top: 50px;
    padding-bottom: 60px;
}

#related .relative {
    position: relative;
    width: 100%;
    height: 165px;
    text-align: center;
    margin-bottom: 50px;
}

#related .relative .title-custom {
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(56, 69, 157, 1);
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-size: 155px;
    z-index: 1;
    white-space: nowrap;
}

#related .relative .text {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    /*font-size: 40px;*/
    font-size: 30px;
    line-height: 55px;
    z-index: 2;
    text-align: center;
    background: transparent;
    padding: 0 10px;

    /* Add these lines */
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#related .item {
    position: relative;
    padding: 10px;
    border: 1px solid #eee;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background: #fff;
}

#related .item .absol {
    padding-top: 15px;
    padding-bottom: 15px;
}

#related .item .absol .name {
    color: #3D3D3D;
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "RobotoBold";*/
    font-size: 15px;
    line-height: 18px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 65px;
}

#related .item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
}

#related .owl-nav {
    display: block;
    align-items: center;
    margin-top: 10px;
}

#related .owl-nav button {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

#related .owl-nav button:hover,
#related .owl-nav button:focus
{
    background-color: #333;
    color: #fff;
}

#related .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    background: transparent;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

#related .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    background: transparent;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

@media (max-width: 991px) {
    #related .relative {
        height: 65px;
    }
    #related .relative .title-custom {
        font-size: 125px;
    }
}

@media (max-width: 800px) {
    #related .relative {
        height: 65px;
    }
    #related .relative .title-custom {
        font-size: 125px;
    }
    #related .relative .text {
        font-size: 35px;
    }
}

@media screen and (max-width: 768px) {
    #related .relative .text {
        font-size: 24px;
        max-width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 700px) {
    #related .owl-nav {
        display: none;
    }
}

@media (max-width: 650px) {
    #related .relative {
        height: 65px;
    }
    #related .relative .title-custom {
        font-size: 100px;
    }
    #related .relative .text {
        font-size: 30px;
    }
}

@media (max-width: 550px) {
    #related .relative {
        height: 65px;
    }
    #related .relative .title-custom {
        font-size: 80px;
    }
    #related .relative .text {
        font-size: 25px;
    }
}

@media (max-width: 450px) {
    #related .relative {
        height: 60px;
    }
    #related .relative .title-custom {
        font-size: 50px;
    }
    #related .relative .text {
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    #related .relative {
        height: 50px;
    }
    #related .relative .title-custom {
        font-size: 40px;
    }
    #related .relative .text {
        font-size: 16px;
    }
}
/*end-related*/

#sliderhome .carousel-inner img {
    border-radius: 0;
}

#_content_catalog .card img {
    border-radius: 0;
}

#_content_news .card img {
    border-radius: 0;
}

#_content_news img {
    border-radius: 0;
}

/*star-pageFind*/
#pageFind {
    margin-top: 30px;
    margin-bottom: 30px;
}

#pageFind .bld {
    color: #949494;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    font-size: 25px;
    line-height: 37px;
    margin-bottom: 25px;
}

#pageFind .bld span {
    color: #323232;
    font-family: "MYRIADPRO-BOLD";
}

#pageFind .media {
    border: 1px #E8E8E8 solid;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}

#pageFind .media .text {
    color: #EC2027;
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-size: 20px;
    line-height: normal;
}

#pageFind .media .wrap-find {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    max-height: 181px;
    padding: 15px 0;
    gap: 10px;
    -webkit-overflow-scrolling: touch; /* Smooth scroll on iOS */
}

#pageFind .media .wrap-find::-webkit-scrollbar {
    height: 8px;
}

#pageFind .media .wrap-find::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}

#pageFind .media .wrap-find::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 4px;
    border: 2px solid #f0f0f0;
}

#pageFind .media .item-find {
    flex: 0 0 auto;
    /*width: 200px;*/
    width: calc(100% / 4);
}

#pageFind .media .i-find {
    display: block;
    padding: 0;
}

#pageFind .media .item-find img {
    border-radius: 0;
    margin-bottom: 10px;
}

#pageFind .media .i-find h3 {
    margin-bottom: 5px;
    color: #323232;
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "RobotoBold";*/
    font-size: 15px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 991px) {
    #pageFind .media .item-find {
        width: calc(100% / 3);
    }
}

@media (max-width: 767px) {
    #pageFind .media .item-find {
        width: calc(100% / 2);
    }
}
/*end-pageFind*/

/*star-prods*/
#pageFind .margins {
    margin-bottom: 30px;
}

#pageFind .prods {
    border: 1px #E8E8E8 solid;
    border-radius: 10px;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    display: block;
    max-height: 275px;
    overflow-y: scroll;
}

#pageFind .prods::-webkit-scrollbar {
    width: 3px;
}

#pageFind .prods::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

#pageFind .prods::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

#pageFind .prods .text {
    color: #EC2027;
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-size: 20px;
    line-height: normal;
}

#pageFind .wrap-prods {
    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;
    padding-top: 15px;
}

#pageFind .item-prods {
    margin-bottom: 10px;
    width: calc(100% / 4);
}

#pageFind .i-prods {
    display: block;
    margin: 5px 5px;
}

#pageFind .i-prods img {
    margin-bottom: 10px;
    border-radius: 0;
}

#pageFind .i-prods h3 {
    margin-bottom: 5px;
    color: #323232;
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "RobotoBold";*/
    font-size: 15px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 991px) {
    #pageFind .item-prods {
        width: calc(100% / 3);
    }
}

@media (max-width: 767px) {
    #pageFind .item-prods {
        width: calc(100% / 2);
    }
}
/*end-prods*/

/*star-faqs*/
#pageFind .faqs {
    border: 1px #E8E8E8 solid;
    border-radius: 10px;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    display: block;
    max-height: 275px;
    overflow-y: scroll;
}

#pageFind .faqs::-webkit-scrollbar {
    width: 3px;
}

#pageFind .faqs::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

#pageFind .faqs::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

#pageFind .text {
    color: #EC2027;
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-size: 20px;
    line-height: normal;
}

#pageFind .faqs .item {
    border-bottom: 1px #D9D9D9 solid;
    padding-top: 15px;
    padding-bottom: 15px;
}

#pageFind .faqs .item:last-child {
    border-bottom: none;
}

#pageFind .faqs .item .one {
    color: #323232;
    font-family: "MYRIADPRO-BOLD";
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-size: 15px;
    padding-bottom: 5px;
}

#pageFind .faqs .item .two {
    color: #323232;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    font-size: 17px;
    line-height: 25px;
}

#pageFind .faqs .item .two p {
    color: #323232;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #pageFind .faqs {
        margin-top: 30px;
    }
}
/*end-faqs*/

/*star-contains*/
#collapseExamplex:hover {
    display: block !important;
    width: 100%;
    height: auto !important;
    position: absolute;
}

#collapseExamples:hover {
    display: block !important;
    width: 100%;
    height: auto !important;
    position: absolute;
}

#collapseExamplex {
    width: 100%;
    height: auto;
    background: #ECECEC;
    position: absolute;
}

#contains {
    display:none;
    width: 100%;
    height: 400px;
    position: absolute;
    background: #ECECEC;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
}

.well {
    min-height: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
    background: transparent;
    border: 0 solid #F6F6F6;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
    margin-top: -10px;
}

.well .tops {
    width: 100%;
    background: #FFDD15;
}

.well .bottoms {
    width: 100%;
    background: #ECECEC;
}

.well .tab-content {
    background: #ECECEC;
}
/*end-contains*/

/*star-descHead*/
.descHead {
    margin-top: 10px;
    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;
    background: #FFDD15;
}

.descHead .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.descHead .nav-tabs {
    border-bottom: 0 solid #dee2e6;
}

.descHead .nav-item > .nav-link {
    position: relative;
    color: #323232;
    /*font-family: "MaisonNeueBook";*/
    font-family: "MyriadPro-Regular";
    font-size: 17px;
    line-height: normal;
    text-transform: capitalize;
    border: none;
    display: block;
    padding: 10px 30px 15px 30px;
}

.descHead .nav-item > .nav-link:hover {
    border: none;
    color: #323232;
    font-weight: bold;
}

.descHead .nav-item > .nav-link.active {
    background-color: transparent;
    color: #323232;
    border: none;
    font-family: "MYRIADPRO-BOLD";
    /*font-weight: bold;*/
}

.descHead .nav-item > .nav-link.active:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #EC2027;
}

@media (max-width: 767px) {}

@media (max-width: 500px) {
    .descHead .nav-item > .nav-link {
        font-size: 17px;
        line-height: normal;
    }
}

@media (max-width: 400px) {
    .descHead .nav li {
        text-align: center;
        flex: auto;
    }
}
/*end-descHead*/

/*star-parent*/
.kategori-col {
    margin-bottom: 20px;
}

.col-md-25 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md-25 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.parent {
    font-size: 18px;
    font-weight: bold;
    color: #2c3e50;
    padding: 10px 15px;
    background-color: #ecf0f1;
    border-bottom: 4px solid #2980b9;
    border-radius: 4px;
    text-align: center;
}

/* Subcategory block */
.sub {
    display: block;
    color: #323232;
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "MYRIADPRO-BOLD";
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 5px;
}

.sub:hover {
    color: #EC2027;
}

.sub.active {
    color: #EC2027;
}

/* Sub-subcategory block */
.subparent {
    display: block;
    color: #323232;
    /*font-family: "MaisonNeueBook";*/
    font-family: "MyriadPro-Regular";
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.subparent:hover {
    color: #EC2027;
}

.subparent.active {
    color: #EC2027;
}

.seemore {
    display: block;
    /*color: #323232;*/
    color: #0A66C2;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-style: italic;
}

.seemore:hover {
    /*color: #EC2027;*/
    color: #7eb1e3;
}

.menuCatalogue {
    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;
}

.menuCatalogue li {
    margin-right: 20px;
    background: #EC2027;
    margin-bottom: 10px;
    border-radius: 15px;
}

.menuCatalogue li a {
    display: block;
    padding: 5px 15px 5px 15px;
    color: #fff;
    /*font-family: "MaisonNeueBook";*/
    /*font-weight: bold;*/
    font-family: "MYRIADPRO-BOLD";
    font-size: 17px;
    text-transform: capitalize;
}
/*end-parent*/

/*star-contain*/
#contain {
    display:none;
    width: 100%;
    /*height: 400px;*/
    height: auto;
    position: absolute;
    background: #ECECEC;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
}

.wrap-header {
    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: 10px;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 15px;
}

.item-header {
    padding: 5px;
    width: calc(100% / 6);
}

.textCatHead {
    display: flex;
    color: #323232;
    font-family: "MaisonNeueBook";
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.textCatHead a:hover,
.textCatHead a:focus {
    color: #EC2027;
}

.textCatHead a.active {
    color: #EC2027;
}

.subtextCat {
    color: #323232;
    font-family: "MaisonNeueBook";
    font-size: 15px;
    line-height: 20px;
}

.subtextCat a:hover,
.subtextCat a:focus {
    color: #EC2027;
}

.subtextCat a.active {
    color: #EC2027;
}
/*end-contain*/

/*star-wrap-search-box*/
.wrap-search-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    margin-bottom: 20px;
}

.wrap-search-box form {
    width: 100%;
}

.search-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #2B388F;
}

.select-wrapper {
    position: relative;
    display: inline-block;
    width: 50%;
    margin-right: 10px;
}

.select-search {
    width: 100%;
    padding-left: 10px;
    padding-right: 30px;
    height: 35px;
    color: #898989;
    font-family: "MyriadPro-Regular";
    /*font-family: "MaisonNeueBook";*/
    font-size: 15px;
    border-radius: 10px;
    border: none;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 13px;
    transform: translateY(-50%);
    color: #898989;
    pointer-events: none;
}

.button-search {
    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: 35px;
    height: 35px;
    background: #FFDD15;
    border-color: transparent;
    cursor: pointer;
    border-radius: 10px;
}

.button-search .fa {
    font-size: 0.875rem;
    color: #fff;
}

@media (max-width: 450px) {
    .search-box {
        flex-direction: column;
        padding: 10px;
    }
    .select-wrapper {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .button-search {
        width: 100%;
        margin-top: 10px;
    }
    .select-icon {
        right: 15px;
    }
}
/*end-wrap-search-box*/

/*star-partnerHome*/
#partners {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 45px;
}

#partners .text {
    color: #212529;
    font-family: "MYRIADPRO-BOLD";
    font-size: 1.7em;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 15px;
}

#partners .item {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

#partners .item img {
    display: block;
    max-width: 100%;
    /*height: 45px;*/
    height: auto;
    border-radius: 0;
}

#partners .owl-carousel .owl-item img {
    max-width: 100% !important;
    width: auto !important;
}
/*end-partners*/

/*star-wrap-partner*/
#partnersmmmmmm {
    padding-top: 40px;
    padding-bottom: 40px;
}

#partners .texts {
    color: #212529;
    font-family: "MaisonNeueBook";
    font-size: 1.7em;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 15px;
}

.wrap-partner {
    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;
}

.item-partner {
    width: calc(100% / 6);
}

.i-partner {
    display: block;
    margin: 5px 5px;
    padding: 15px;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    text-align: center;
}

.i-partner:hover {
    border: 1px solid #eee;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.i-partner img {
    margin-bottom: 10px;
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

.i-partner h3 {
    margin-bottom: 5px;
    color: #212529;
    font-family: "MaisonNeueBook";
    font-size: 0.9em;
    line-height: normal;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .item-partner {
        width: calc(100% / 4);
    }
}

@media (max-width: 750px) {
    .item-partner {
        width: calc(100% / 3);
    }
}

@media (max-width: 500px) {
    .item-partner {
        width: calc(100% / 2);
    }
}

@media (max-width: 400px) {
    .item-partner {
        width: calc(100% / 1);
    }
}
/*end-wrap-partner*/

/*star-side-menu*/
#side-menu {
    visibility: hidden;
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: 0.5s;
}

#side-menu:hover {
    overflow-y: scroll;
}

.content-tagsmmm {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    padding: 10px 0;
    margin-bottom: 15px;
}

.content-tags {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

/*.tag-side-menu, .logo-tags, .tag-t20 {
    flex: 1;
}*/

.tag-side-menu {
    /*max-width: 20%;*/
    width: 8.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.tag-t20 {
    padding-right: 15px;
    padding-left: 15px;
    width: 8.3333333333%;
}

.logo-tags {
    padding-right: 15px;
    padding-left: 15px;
    width: 66.6666666667%;
    /*max-width: 70%;*/
    display: block;
    text-align: center;
}

.tag-side-menusss {
    color: #ffffff;
    font-family: "MaisonNeueBook";
    font-size: 16px;
    border-bottom: 0 solid rgba(255, 255, 255, 0.8);
    cursor: pointer;
    padding: 9.5px 15px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .tag-side-menu .fa {
        margin-top: 2px;
        color: #000;
        font-size: 30px;
        float: left;
    }
    .logo-tags img {
        max-width: 30%;
        /*max-width: 100%;*/
    }
}

@media (max-width: 767px) {
    .tag-side-menu .fa {
        font-size: 24px;
    }
    .logo-tags img {
        max-width: 35%;
    }
}

@media (max-width: 500px) {
    .tag-side-menu .fa {
        font-size: 25px;
    }
    .logo-tags img {
        max-width: 45%;
    }
}

@media (max-width: 400px) {
    .tag-side-menu .fa {
        font-size: 25px;
    }
    .logo-tags img {
        max-width: 56%;
    }
}

.info-side-menu {
    padding: 0;
    background: #0176AB;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.info-side-menu li {
    display: block;
}

.info-side-menu li a {
    display: block;
    padding: 8px 15px;
    color: rgba(255, 255, 255, 0.8);
}

.info-side-menu li a .fa {
    margin-right: 5px;
}

/*.list-side-menu {
    flex: 1 1 auto;
    overflow-y: auto;
    padding-bottom: 225px;
}*/

.list-side-menu {
    padding: 0;
}

.list-side-menu.has-submenu-open {
    padding-bottom: 225px!important;
}

.list-side-menu li {
    display: block;
}

.list-side-menu li.menu-sparate {
    height: auto;
    padding: 8px 15px;
    font-family: "MYRIADPRO-BOLD";
    font-size: 13px;
    background: #5599bf;
}

.list-side-menu li a {
    color: #323232;
    font-family: "MYRIADPRO-BOLD";
    font-size: 16px;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #EBEBEB;
    text-transform: capitalize;
}

.list-side-menu li a:hover,
.list-side-menu li a:focus {
    background: transparent;
    color: #000;
}

.list-side-menu li a .fa {
    margin-right: 5px;
}

.list-side-menu .bottoms {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    /*padding: 10px 15px;*/
    /*box-shadow: 0 -1px 5px rgba(0,0,0,0.1);*/
}

.list-side-menu .bottomsmmm {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.list-side-bottom {
    padding: 0;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}

.list-side-bottom li {
    display: block;
}

.list-side-bottom li a {
    color: #323232;
    font-family: "MYRIADPRO-BOLD";
    font-size: 16px;
    display: block;
    padding: 10px 15px;
    border-bottom: 0 solid #EBEBEB;
    text-transform: capitalize;
}

.submenuHead {
    display: none;
    padding-left: 20px;
}

.submenuHead li {
    border-bottom: none;
}

.submenuHead li a {
    color: #323232;
}

.submenuHead li a:hover,
.submenuHead li a:focus {
    color: #323232;
    background: transparent;
}

.menu-itemProduct.active .submenuHead {
    display: block;
}

.menu-toggleProduct {
    cursor: pointer;
    position: relative;
}

.menu-toggleProduct::after {
    content: '\f067';
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.menu-itemProduct.active .menu-toggleProduct::after {
    content: '\f068';
    font-family: 'FontAwesome';
}

/**/
.menu-itemRelation.active .submenuHead {
    display: block;
}

.menu-toggleRelation {
    cursor: pointer;
    position: relative;
}

.menu-toggleRelation::after {
    content: '\f067';
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.menu-itemRelation.active .menu-toggleRelation::after {
    content: '\f068';
    font-family: 'FontAwesome';
}

/* Level 2 submenu: hidden by default */
.submenuLevel2 {
    display: none;
    padding-left: 25px;
    margin: 5px 0;
    list-style-type: disc;
}

.submenuLevel2 li {
    border-bottom: none;
}

.submenuLevel2 li a {
    color: #555;
    font-size: 14px;
    padding: 6px 15px;
    display: block;
    text-decoration: none;
}

.submenuLevel2 li a:hover {
    color: #000;
}

/* Icon toggle + and - */
.submenuHead > li.has-submenu > a::after {
    content: '\f067'; /* plus */
    font-family: 'FontAwesome';
    float: right;
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.submenuHead > li.has-submenu.open > a::after {
    content: '\f068'; /* minus */
}
/*end-side-menu*/

/*star-wrap-search-bottom*/
#side-menu form {
    padding: 20px 15px;
}

#side-menu .input-group {
    position: relative;
    display: flex;
    flex-wrap: inherit;
    align-items: stretch;
    width: 100%;
}

#side-menu .input-group .fa-search {
    color: #323232;
}

#side-menu .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #6C6C6C;
    border-radius: 0 10px 10px 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-yell {
    color: #fff;
    background-color: #FFDD15;
    border-color: #FFDD15;
    border-radius: 10px 0 0 10px;
    border: 1px #6C6C6C solid;
}
/*end-wrap-search-bottom*/

/* TOP HEADER */
.top-header-rs {
    padding: 12px 0px;
    background: #fff;
}

.box-header-rsss {
    display: block;
    padding: 0px !important;
    margin-bottom: -6px;
}

.box-header-rs {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

.iconSearch {
    display: block;
    text-align: center;
    width: 66.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
    /*width: 60%;*/
}

.t20s {
    width: 8.3333333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.ikon-bar {
    display: inline-block;
    width: 8.3333333333%;
    /*width: 7%;*/
    height: 15px;
}

.bar {
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 4px;
    background: #323232;
}

.bar:last-child {
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .iconSearch img {
        width: 35%;
        border-radius: 0;
    }
}

@media (max-width: 500px) {
    .iconSearch {
        width: 60%;
    }
    .ikon-bar {
        width: 10%;
    }
}

@media (max-width: 450px) {
    .iconSearch img {
        width: 50%;
        border-radius: 0;
    }
}
/* END TOP HEADER */

/*star-modal-search*/
#modal-search .form-control {
    font-family: "MyriadPro-Regular";
    text-transform: capitalize;
}
/*end-modal-search*/