@font-face {
    font-family: 'HelveticaNeue-MediumExt';
    src: url('../fonts/HelveticaNeue-MediumExt.eot');
    src: url('../fonts/HelveticaNeue-MediumExt.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeue-MediumExt.woff2') format('woff2'),
    url('../fonts/HelveticaNeue-MediumExt.woff') format('woff'),
    url('../fonts/HelveticaNeue-MediumExt.ttf') format('truetype'),
    url('../fonts/HelveticaNeue-MediumExt.svg#BPG2017DejaVuSans') format('svg');
}



body {
    font-family: Myriad Pro;
    font-size: 13px;
    color: #4c4c4c;
    background: #fff;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
}


:focus {
    outline: none !important;
    box-shadow: none !important;
}


.header {
    min-height: 205px;
    background: #f5f5f5;
    border-bottom: 1px solid #e8e8e8;
}

.header .header-logo img {
    height: 125px;
    margin-top: 25px;
}

.header .header-logo .logo-sm {
    height: 75px;
    margin-top: 12px;
}

a.butt-header {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    padding-top: 8px;
    font-size: 19px;
    text-align: center;
    display: block;
    text-decoration: none;
}

a.butt-header:hover {
    background: #fff;
    color: #000;
}

a.butt-lang {
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    padding-top: 5px;
    font-size: 17px;
    text-align: center;
    display: block;
    text-decoration: none;
}

a.butt-lang:hover {
    background: #fff;
    color: #000;
}

.slide-section {
    margin-top: -30px;
}

.theme-img-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 630px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.theme-img-slide:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 235px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    z-index: 1;
}

.slidehbox {
    font-family: 'Lato', sans-serif;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    position: absolute;
    z-index: 23;
    bottom: 60px;
    left: 65px;
    right: 65px;
}

.slidehbox h6 {
    font-family: 'Lato', sans-serif;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}

.slidehbox .slide-desc {
    font-family: 'Lato', sans-serif;
    text-align: center;
    color: #c5c5c5 !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: bold;
}

.owl-theme .owl-nav {
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF !important;
    font-size: 20px !important;
    margin: 10px 25px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

#counter {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #ab1a25;
    color: #fff;
    padding-top: 1px;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    display: block;
    text-decoration: none;
}

.counter-box {
    position: relative;
    width: 27px;
    bottom: 14px;
    font-weight: bold;
    text-align: center;
    z-index: 9;
    top: -42px;
    left: 50%;
    margin-left: -12px;
}
.nav-footer {
    border-bottom: 1px solid #ececec !important;

}

.nav-footer .nav-link {
    padding: 36px 10px;
    border-left: 1px solid #ececec !important;
    color: #acacac;
    min-width: 45px;
    min-height: 95px;
    text-align: center;
}

.nav-footer .nav-item:first-child .nav-link {
    border-left: none !important;
}

#sidebar {
    position: fixed;
    top: 100%;
    height: 100vh;
    width: 100%;
    z-index: 94;
    background: #000;
    color: #fff;
    transition: all 0.3s;
    overflow: hidden;
}

#sidebar.active {
    top: 173px;
}

#sidebar.active2 {
    top: 92px;
}


.nav-menu-side li {
    border-left: 1px solid #ddd;
    height: 100%;
}


#sidebarCollapse .bar1,
#sidebarCollapse .bar2,
#sidebarCollapse .bar3 {
    width: 18px;
    height: 2px;
    background-color: #333;
    margin: 5px auto;
    transition: 0.4s;
}

#sidebarCollapse.active .bar1,
#sidebarCollapse.active .bar2,
#sidebarCollapse.active .bar3 {
    background-color: #333;

}

#sidebarCollapse.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-10px, 2px);
    transform: rotate(-45deg) translate(-4px, 4px);
}

#sidebarCollapse.active .bar2 {
    opacity: 0;
}

#sidebarCollapse.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-9px, -2px);
    transform: rotate(45deg) translate(-6px, -6px);
}


#sidebarCollapse2 .bar1,
#sidebarCollapse2 .bar2,
#sidebarCollapse2 .bar3 {
    width: 18px;
    height: 2px;
    background-color: #333;
    margin: 5px auto;
    transition: 0.4s;
}

#sidebarCollapse2.active .bar1,
#sidebarCollapse2.active .bar2,
#sidebarCollapse2.active .bar3 {
    background-color: #333;

}

#sidebarCollapse2.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-10px, 2px);
    transform: rotate(-45deg) translate(-4px, 4px);
}

#sidebarCollapse2.active .bar2 {
    opacity: 0;
}

#sidebarCollapse2.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-9px, -2px);
    transform: rotate(45deg) translate(-6px, -6px);
}


a.menu-h {
    color: #585858;
    padding: 25px;
    text-align: center;
    display: block;
    font-size: 13px;
    text-decoration: none;
    border-left: 1px solid rgba(255, 255, 255, 0.23);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

a.menu-h:hover {
    color: #fff;
}

a.menu-h.last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.23);

}

.sidebar-header {
    padding-left: 20px;
    padding-right: 20px;

}


.sidebar-body {
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.23);
    border-bottom: 1px solid rgba(255, 255, 255, 0.23);
    height: 63%;

}

.menu-body {
    border-left: 1px solid rgba(255, 255, 255, 0.23);
    height: 100%;
}

.menu-body.last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.23);

}

#map {
    width: 100%;
    height: 100%;
    position: relative;
}

.product-menubox {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 33.33%;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}

.product-menubox::after {
    content: "";
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    height: 100%;
    width: 100%;
    position: absolute;
    cursor: pointer;


}

.product-menubox h1 {
    color: #fff;
    position: absolute;
    top: 42%;
    width: 100%;
    padding: 8px;
    margin-top: -10px;
    height: 43px;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    z-index: 5;
    text-align: center;
    cursor: pointer;
}

.product-menubox h1 span {

    z-index: 999;

}

.product-menubox h1:after {
    content: "";
    /* background-size: cover; */
    /* background-position: center; */
    background-repeat: no-repeat;
    background-image: url(../img/menuredbg.png);
    position: absolute;
    z-index: -1;
    height: 43px;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.product-menubox:hover h1:after {
    opacity: 1;

}

.main-menu {
    padding-top: 22%;
}

.main-menu li {
    text-align: center;
    position: relative;
}

.main-menu li:first-child:after {
    display: none;
}

.main-menu li::after {
    content: "";
    background-color: #ab1a24;
    top: 0;
    left: 50%;
    height: 2px;
    width: 2px;
    border-radius: 50%;
    position: absolute;

}

.main-menu li a {
    text-align: center;
    font-size: 29px;
    color: #fff;
    padding: 14px 0px;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.main-menu li a:hover {
    color: #838383;
}


.sidebar-footer {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.23);

}

.footer-box {
    text-align: center;
    padding: 13px;
    font-size: 15px;
    height: 50px;
    border-left: 1px solid rgba(255, 255, 255, 0.23);

}

.footer-box.last-child {

    border-right: 1px solid rgba(255, 255, 255, 0.23);

}

.sidebar-footer-helper {
    padding-left: 20px;
    padding-right: 20px;

}

.h-150 {
    height: 155px;
}


/* (mdpi) Android*/
@media only screen and (min-device-width: 1180px) and (max-device-width: 1290px) {
    .menu-body {
        height: 470px;

    }
}


.footer-black {
    background: #2e2e2e;
    padding: 20px;
    margin-bottom: 34px;
    color: #fff;
}

.footer-border {
    border: 1px dashed #878787;
    padding: 20px;
    color: #fff;
    border-radius: 3px;
}

.title-footer {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.black-footer li.nav-item .nav-link {
    font-size: 18px;
    color: #929393;
    padding-left: 0;

}

.subscibe-form {
    width: 330px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 25px 0px rgba(35, 31, 32, 0.3);

}

.subscibe-form .form-control {
    border-color: #fff;

    height: unset;
}

.subscibe-form .btn-send {
    background: #ab1a25;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    height: unset;
    text-transform: uppercase;
}

.copyright-footer {
    color: #959595;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}


.contact {
    background: #f9f9f9;
    /* border-top: 1px solid #e9e8ec; */
    padding-bottom: 30px;
}


.mapbox {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 25px;
    margin-top: 45px;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    background: #fff;
    box-shadow: 0px 0px 71px 0px rgba(0, 0, 0, 0.1);
}

#map2 {
    width: 100%;
    height: 100%;
    position: relative;
}

.contact_info {
    padding: 28px 28px;
    width: 36%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    border-left: 1px solid #f1f1f1;
    background: rgba(255, 255, 255, 0.9);
}


.contact-form {
}

.input-minus {
    margin-left: -28px;
    margin-right: -28px;
}


.contact-form .form-control {
    font-size: 14px;
    border-radius: 0;
    padding: 14px;
    border: 1px solid #f8f8f8;
    background-color: #f8f8f8;
}

.input-minus .form-control {
    padding-left: 39px;
    padding-right: 28px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.contact-form textarea.form-control {
    padding-top: 5px;
    max-height: 99px;
    border-radius: 3px;
    border: 1px solid #f1f1f1;
}

.input-minus label {
    margin-left: 41px;
    font-weight: bold;
    color: #808080;
    text-shadow: none;
}

label.youmessage {
    margin-left: 13px;
    font-weight: bold;
    color: #808080;
    text-shadow: none;
}

.contact-form .btn-secondary {
    color: #fff;
    background-color: #aa1c21;
    border-color: #aa1c21;
    border-bottom: 4px solid #840b14;
    position: relative;
    font-size: 14px;
    padding: 5px 29px;
    border-radius: 5px;
    font-weight: bold;
}

.contact-form .btn-secondary:hover {
    color: rgba(255, 255, 255, 1);
    background-color: #aa1c21;
    border-color: #aa1c21;
    border-bottom: 4px solid #840b14;
}


.contact-form .btn-secondary:not(:disabled):not(.disabled).active,
.contact-form .btn-secondary:not(:disabled):not(.disabled):active,
.show > .contact-form .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #aa1c21;
    border-color: #aa1c21;
    border-bottom: 4px solid #840b14;


}

.gray-page .header {
    min-height: 205px;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
}

.header.header-fixed {
    min-height: 102px;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    z-index: 9999;
}


.gray-page {
    background: #f9f9f9;
}

.gray-bg {
    background: #f9f9f9;
}

.gray-page a.butt-lang,
.gray-page a.butt-header {
    background: #f6f6f6;
}

.header-fixed a.butt-lang,
.header-fixed a.butt-header {
    background: #f6f6f6;
}

.contact-nav {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.nav-contact li a.nav-link {
    color: #808080;
    font-weight: bold;
    font-size: 16px;
}

.nav-contact li a.nav-link {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

.nav-contact li:first-child a.nav-link,
.nav-contact li:last-child a.nav-link {
    border-left: none;
    border-right: none;
}

.nav-contact li a.nav-link i {
    color: #ab1a25;
    font-size: 19px;
    margin-right: 20px;
    position: relative;
    top: 1px;
}

.cat-img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 150px;
    margin-left: 30px;
    margin-right: 30px;

}

.prod-box {
    background: #fff;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    border: 1px solid #ededed;
    border-radius: 3px;
    margin-bottom: 30px;
    height: 300px;
}

a.prod-box:focus,
a.prod-box:active,
a.prod-box {
    color: #454545;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.03);
}

a .cat-title-sub {
    color: #454545;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    text-overflow: ellipsis;
}

a .cat-id {
    color: #d7d7d7;
    font-size: 14px;
    margin-top: 25px;
    text-align: center;
}

.nav-category li a.nav-link {
    color: #808080;
    font-size: 14px;
    padding: 11px 10px 11px 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.nav-category li a.nav-link:hover {
    color: #d0392e;
}

.nav-category li:first-child a.nav-link {
    border-right: 1px solid #ededed;
    color: #ab1a25;
    font-size: 16px;
    padding-left: 0;
    margin-right: 20px;
    padding-right: 20px;
    font-weight: bold;
    padding: 9px 40px 9px 0;
}

.nav-category .nav-link.active, .nav-category .show>.nav-link {
    color: #d0392e;
    font-weight: bold;
    background-color: transparent;
}


.nav-category .nav-item.active .nav-link  {
    color: #d0392e;
    font-weight: bold;
    background-color: transparent;
}


.btn-group-lang .dropdown-menu {
    min-width: 0.1rem;
    padding: 0;
    margin: .125rem 0 0;
    text-align: right;
    font-size: 14px;
    color: #212529;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 5px;
}

.btn-group-lang .dropdown-item {
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    display: block;
    width: 100%;
    padding: 5px 12px;
    text-align: right !important;
    clear: both;
    font-weight: 400;
    color: #212529;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}


.w-box {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
}

.w-border {
    border: 1px dashed #d6d6d6;
    padding: 20px;
    border-radius: 3px;
}

.gray-page .btn-group-lang .dropdown-menu {
    background-color: #f6f6f6;
}

.product-h2 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #000;
    margin-top: 15px;
    font-size: 24px;
}
.extrenal_id {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #929292;
    font-size: 14px;
}

.desc-dan {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #000;
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 16px;
}


.content-dan {
    font-weight: 400;
    color: #929292;
    font-size: 14px;
}
.content-dan p {
    margin-bottom: 0;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0 !important;
}

.gallery-box {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid  rgba(215, 215, 215, 0.4);
    box-shadow: -16.776px 24.871px 68px 0px rgba(0, 0, 0, 0.06);
}


.contact-form .form-control::placeholder {
    color: #a7a7a7;
}

.p-relative{
    position: relative;
    position: relative;
    height: 630px;
    overflow: hidden;
}

.overflowhide {
    overflow: hidden;
}

.formenu {
    cursor: unset;
    color: #585858 !important;
}
.formenu:hover {
    cursor: unset;
    color: #585858 !important;
}

.dropdown-dan {
    min-width: 181px;
}

.dropdown-dan li a.nav-link {
    color: #808080;
    font-size: 14px;
    padding: 5px 8px 5px 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}


.dropdown-dan li:first-child a.nav-link {
    color: #808080;
    border-right: none;
    font-weight: normal !important;
    font-size: 14px !important;
    padding: 5px 8px 5px 8px !important;
}

.dropdown-dan .nav-link.active, .dropdown-dan .show>.nav-link {
    color: #d0392e !important;
    font-weight: bold;
    background-color: transparent;
}

.dropdown-dan li a.nav-link:hover {
    color: #d0392e !important;
}

.d4d4d4 {
    color: #d4d4d4 !important;
}
