@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap");
* {
    font-family: "Open Sans";
}

html, body {
    height: 100%;
}

a {
    color: #6ac7e3;
}

a, a:hover, a:focus {
    color: #48badd;
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    color: #6f6f6f;
    margin-bottom: 1.5em;
}

.img {
    display: block;
    width: 100%;
}

.ul {
    padding: 0;
    margin: 0;
}

.ul li {
    list-style: none;
}

.ul-inline li {
    display: inline-block;
}

.help-block {
    font-size: 13px;
}

.cursor-pointer {
    cursor: pointer !important;
}

body > [id^="beacon_"],
body > [id*=" beacon_"] {
    display: none;
}

.error-form {
    display: block;
    margin-top: 5px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 11px;
    color: #F00;
}

.alert {
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 2px;
}

.alert.alert-danger a {
    color: #721c24;
    font-weight: bold;
}

.alert-mini {
    padding: 7px 15px !important;
}

.alert .close {
    margin-top: -4px;
}

.icon-facebook {
    color: #295396 !important;
}

.icon-twitter {
    color: #28aae1 !important;
}

.icon-instagram {
    color: #d6249f !important;
}

.tbl-trans-info td {
    color: rgba(0, 0, 0, 0.56);
}

.tbl-trans-info td strong {
    color: rgba(0, 0, 0, 0.8);
}

.btn-copy {
    font-size: 0.8125rem;
    color: #6ac7e3;
    cursor: pointer;
}

.btn-copy:hover {
    color: rgba(0, 0, 0, 0.7);
}

.toolbar {
    float: left;
}

.small-gutters {
    margin-right: -10px;
    margin-left: -10px;
}

.small-gutters > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.mb-pro {
    margin-bottom: 30px;
}

#ifrm {
    display: none;
}

.btn-main {
    padding: 8px 25px;
    font-size: 0.875rem;
    color: #FFF;
    background: #6ac7e3;
}

.btn-table {
    font-size: 0.875rem;
}

.btn-action {
    padding: 3px 10px;
    font-size: 0.75rem;
}

.badge-konf {
    font-size: 0.75rem;
}

.modal-kecil .modal-header, .modal-kecil .modal-footer {
    padding: 13px;
}

.modal-konf .modal-footer {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

#alert-konf {
    display: none;
}

.next-page {
    text-align: center;
}

.next-page a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 0.8125rem;
    background-color: transparent;
    border: 1px solid #6ac7e3;
    border-radius: 30px;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.next-page a:hover {
    color: #fff;
    background-color: #6ac7e3;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.next-page a .fa {
    margin-left: 5px;
    font-size: 1rem;
}

.modal-content .modal-title, .modal-content label, .modal-content .form-control, .modal-content .help-block {
    font-family: "Roboto Condensed", sans-serif;
}

.modal-content label {
    font-size: 0.8125rem;
    color: rgba(0, 0, 0, 0.54);
}

.modal-content .form-control {
    font-size: 0.8125rem;
    color: rgba(0, 0, 0, 0.54);
    border-radius: 3px;
}

.modal-content .help-block {
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.4);
}

.modal-footer .btn {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.8125rem;
}

.table-modal th, .table-modal td {
    padding: 5px 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.8125rem;
    color: rgba(0, 0, 0, 0.54);
}

/*
 * Component: Callout
 * ------------------
 */
.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: "Roboto Condensed", sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.callout p {
    color: #fff;
}

.callout p:last-child {
    margin-bottom: 0;
    font-size: 13px;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 23px;
}

.callout ul, .callout ol {
    padding-left: 15px;
    margin-bottom: 0;
}

.callout ul li, .callout ol li {
    margin-bottom: 3px;
    font-size: 13px;
    font-family: "Roboto Condensed", sans-serif;
}

.callout ul li:last-child, .callout ol 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;
}

#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);
    }
}

.pagging nav ul li.active .page-link {
    padding: .5rem .75rem;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.8125rem;
    background: #6ac7e3;
    border-color: #6ac7e3;
}

.pagging nav ul li .page-link {
    padding: 0;
}

.pagging nav ul li a {
    display: block;
    padding: .5rem .75rem;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.8125rem;
}

header {
    position: relative;
    /*background-color: #000;*/
    background-color: #fff;
}

.main-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 70px;
}

.logo img {
    width: 100%;
    max-width: 170px;
    /*max-width: 230px;*/
}

.menu-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.main-menu > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.main-menu > ul > li {
    position: relative;
}

.main-menu > ul > li > a {
    display: block;
    position: relative;
    padding: 7px 17px;
    font-size: 0.75rem;
    /*color: #FFF;*/
    color: #0a59a0;
    font-weight: normal;
}

.main-menu > ul > li > a.btn-contact {
    border: 1px solid #0a59a0;
    border-radius: 3px;
}

.main-menu > ul > li > a.btn-contact:hover:before, 
.main-menu > ul > li > a.btn-contact.active:before {
    display: none;
}

.main-menu > ul > li > a.btn-contact.active {
    color: #00b0ea;
    /*background: #fff;*/
    border : 1px solid #00b0ea;
}

.main-menu > ul > li > a.active {
    /*color: #f0c15c;*/
    color: #00b0ea;
}

.main-menu > ul > li > a:hover {
    /*color: #0a59a0;*/
    color: #000;
}

.main-menu > ul > li > a:hover:before {
    background-color: #0a59a0;
}

.main-menu > ul > li > a.active:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 3px;
    /*background-color: #f0c15c;*/
    background-color: #00b0ea;
}

.main-menu > ul > li:hover .submenu {
    visibility: visible;
    opacity: 1;
}

.main-menu label {
    display: none;
}

/*.submenu {
    visibility: hidden;
    opacity: 1;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 999;
}*/

/*.submenu li a {
    display: block;
    padding: 8px 17px;
    font-size: 0.75rem;
    color: #222;
    white-space: nowrap;
}*/

/*.submenu li a:hover {
    color: #6ac7e3;
}*/

/*star-submenu*/
.submenu {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.09);
    z-index: 999;
}

.submenu > li {
    position: relative;
    border-bottom: 1px solid #f6f6f6;
}

.submenu > li:last-child {
    border-bottom: none;
}

.submenu > li:hover > a {
    color: #6ac7e3;
    /*background: #fd2902;*/
}

.submenu > li:hover .treemenu {
    visibility: visible;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.submenu > li > a {
    display: block;
    padding: 10px 25px;
    font-size: 0.75rem;
    color: #0a59a0;
    white-space: nowrap;
}

.submenu > li > a:hover {
    color: #000;
    /*background: #fd2902;*/
}

.submenu > li > a.active {
    color: #00b0ea;
}

.treemenu {
    visibility: hidden;
    position: absolute;
    top: 0;
    /*left: 100%;*/
    right: 100%;
    background: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.09);
}

.treemenu > li {
    border-bottom: 1px solid #f6f6f6;
}

.treemenu > li:last-child {
    border-bottom: none;
}

.treemenu > li > a {
    display: block;
    padding: 10px 25px;
    font-size: 0.75rem;
    color: #0a59a0;
    white-space: nowrap;
}

.treemenu > li > a:hover {
    color: #000;
    /*background: #fd2902;*/
}
/*end-submenu*/

.item-header {
    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;
    margin-left: 15px;
}

.item-header > li {
    position: relative;
}

.item-header > li a {
    display: block;
    padding: 0 15px;
    font-size: 0.8125rem;
    color: #00b0ea;
}

.item-header > li a img {
    margin-right: 2px;
    border-radius: 50%;
}

.item-header > li a .fa {
    margin-left: 5px;
}

.item-header > li:last-child {
    position: relative;
}

.item-header > li:last-child:before {
    position: absolute;
    content: '';
    top: -5px;
    left: 0;
    height: 30px;
    width: 1px;
    background-color: #00b0ea;
}

.subitem-header {
    position: absolute;
    top: 100px;
    width: 80px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    z-index: 109;
}

.subitem-header.active {
    top: 25px;
    opacity: 1;
}

.subitem-header li {
    border-bottom: 1px solid #EEE;
}

.subitem-header li:last-child {
    border-bottom: none;
}

.subitem-header li a {
    display: block;
    padding: 7px 0;
    color: #444;
    text-align: center;
}

.subitem-header li a:hover {
    background: #F1F1F1;
}

.subitem-header li a img {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.form-search {
    display: none;
    position: absolute;
    padding: 15px 0;
    width: 100%;
    background: #fff;
    z-index: 99;
}

.form-search .form-control {
    padding-left: 15px;
    padding-right: 15px;
    background: #EEE;
    border-color: #EEE;
}

.form-search .form-control:focus {
    box-shadow: none;
}

.form-search .btn {
    color: #fff;
    background: #565656;
}

.form-search .btn:hover, .form-search .btn:focus {
    background: #333;
}

.form-search .btn:focus {
    box-shadow: none;
}

.menu-lang-res {
    display: none !important;
}

#toggle-menu {
    display: none;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0 5px;
    width: 30px;
    height: 25px;
    background-color: transparent;
    cursor: pointer;
}

#toggle-menu:hover span, #toggle-menu.active span {
    background-color: transparent;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

#toggle-menu:hover span:before, #toggle-menu.active span:before {
    top: 0;
    transform: rotate(45deg);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

#toggle-menu:hover span:after, #toggle-menu.active span:after {
    bottom: 0;
    transform: rotate(-45deg);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

#toggle-menu span {
    position: relative;
    display: block;
    width: 100%;
    background-color: #00b0ea;
    height: 2px;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

#toggle-menu span:before, #toggle-menu span:after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00b0ea;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

#toggle-menu span:before {
    top: -6px;
}

#toggle-menu span:after {
    bottom: -6px;
}

@media only screen and (max-width: 1024px) {
    .main-menu > ul > li > a {
        padding: 7px 20px;
    }
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 1024px) {
    .main-header {
        height: 60px;
    }
    .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        height: 100vh;
        background: #fff;
        z-index: 999;
        transform: translateX(-280px);
        transition: 0.2s;
        -o-transition: 0.2s;
        -moz-transition: 0.2s;
        -webkit-transition: 0.2s;
    }
    .main-menu.active {
        transform: translateX(0);
        box-shadow: 3px 0 5px rgba(0, 0, 0, 0.1);
    }
    .main-menu > ul {
        display: block;
    }
    .main-menu > ul > li > a {
        display: block;
        padding: 10px 15px;
        padding-left: 25px;
        font-family: "Open Sans";
        font-size: 0.8125rem;
        color: #343434;
        font-weight: 600;
        border-bottom: 1px solid #F4F4F4;
    }
    .main-menu > ul > li > a:hover, .main-menu > ul > li > a.active {
        background: #FAFAFA;
    }
    .main-menu > ul > li > a:hover:before, .main-menu > ul > li > a.active:before {
        display: none;
    }
    .main-menu > ul > li > a img {
        margin-right: 5px;
        border-radius: 50%;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    }
    .main-menu > ul > li > a.btn-contact {
        border: none;
        border-radius: 0;
    }
    .main-menu > ul > li > a.btn-contact:hover:before, .main-menu > ul > li > a.btn-contact.active:before {
        display: none;
    }
    .main-menu > ul > li > a.btn-contact.active {
        color: #343434;
        background: #FAFAFA;
    }
    .main-menu label {
        display: block;
        padding: 13px 15px;
        margin-bottom: 0;
        font-size: 0.75rem;
        color: #CCC;
        font-weight: bold;
        text-transform: uppercase;
        background-color: #F4F4F4;
    }
    .submenu {
        position: relative;
        visibility: visible;
        opacity: 1;
        background: #f4f4f4;
        border-bottom: 1px solid #F4F4F4;
    }
    .submenu li a {
        padding: 10px 15px;
        padding-left: 35px;
        font-family: "Open Sans";
        font-size: 0.8125rem;
        color: #343434;
        font-weight: 600;
    }
    .item-header li:first-child {
        display: none;
    }
    .item-header {
        margin-left: 0;
        margin-right: 15px;
    }
    .item-header > li {
        position: relative;
    }
    .item-header > li a {
        padding: 6px 20px;
    }
    .item-header > li:last-child:before {
        top: 5px;
        left: 56px;
        height: 23px;
    }
    #toggle-menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .logo img {
        /*max-width: 200px;*/
        max-width: 150px;
    }
    .menu-lang-res {
        display: block !important;
    }
}

#welcome {
    padding: 70px 0;
}

.title-content {
    margin-bottom: 20px;
    line-height: 10px;
}

.title-content span {
    padding-bottom: 6px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.875rem;
    color: #777777;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #0a59a0;
}

.title-welcome {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.4375rem;
    font-weight: bold;
    line-height: 50px;
}

.content-welcome p {
    margin-bottom: 35px;
    font-size: 0.9375rem;
    color: #4d4d4d;
    line-height: 28px;
}

.content-welcome a {
    position: relative;
    display: inline-block;
    padding-left: 90px;
    font-size: 0.8125rem;
    font-weight: bold;
    color: #343434;
    text-transform: uppercase;
}

.content-welcome a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 70px;
    height: 1px;
    background-color: #0a59a0;
}

.content-welcome a:after {
    position: absolute;
    content: '';
    top: calc(50% - 1px);
    left: 70px;
    width: 5px;
    height: 3px;
    background-color: #0a59a0;
}

.parallax {
    min-height: 300px;
    background: transparent;
}

.sitepage {
    padding: 12px 0;
    background-color: #F1F1F1;
}

.sitepage ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.sitepage ul li {
    position: relative;
    margin-right: 25px;
}

.sitepage ul li:before {
    position: absolute;
    content: '/';
    top: 0;
    right: -15px;
    color: #828282;
}

.sitepage ul li:last-child {
    margin-right: 0;
}

.sitepage ul li:last-child:before {
    display: none;
}

.sitepage ul li a {
    display: block;
    font-size: 0.8125rem;
    color: #6ac7e3;
    font-weight: 300;
}

.sitepage ul li a.active {
    color: #828282;
}

#page {
    padding: 70px 0;
}

.title-page h2 {
    position: relative;
    padding-bottom: 15px;
    font-size: 2.25rem;
    font-weight: 600;
    border-bottom: 1px solid #EEE;
}

.title-page h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    width: 80px;
    height: 3px;
    background-color: #d2ac67;
}

#brand {
    padding-bottom: 30px;
}

.container-brand {
    margin: 0 auto;
}

.wrap-brand {
    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: 0 -15px;
}

.item-brand {
    padding: 0 15px;
    width: calc(100% / 6);
}

.item-brand img {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .title-welcome {
        font-size: 2rem;
    }
    .content-welcome p {
        font-size: 0.875rem;
    }
    .title-page h2 {
        font-size: 1.75rem;
    }
    .parallax {
        min-height: 270px;
    }
}

@media only screen and (max-width: 991px) {
    .content-welcome {
        margin-top: 15px;
    }
    .content-welcome p {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .title-content span {
        font-size: 0.8125rem;
    }
    .content-welcome p {
        font-size: 0.875rem;
        line-height: 26px;
    }
    #page {
        padding: 50px 0;
    }
    .title-page h2 {
        font-size: 1.625rem;
    }
    .parallax {
        min-height: 200px;
    }
}

@media only screen and (max-width: 600px) {
    .title-page h2 {
        font-size: 1.375rem;
    }
    .parallax {
        min-height: 150px;
    }
}

.content-about {
    margin-top: 30px;
}

.content-about p {
    line-height: 28px;
}

@media only screen and (max-width: 767px) {
    .content-about p {
        font-size: 0.875rem;
        line-height: 26px;
    }
}

#application {
    padding: 70px 0;
    background-color: #f8f8f8;
}

.title-application {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 25px;
}

.title-application h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.875rem;
    font-weight: bold;
}

.title-application a {
    padding: 8px 25px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.8125rem;
    color: #FFF;
    font-weight: bold;
    background-color: #ea0a0a;
    border-radius: 5px;
}

.wrap-app {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.item-app {
    padding: 0 10px;
    margin-bottom: 20px;
    width: calc(100% / 3);
}

.item-app a {
    position: relative;
    display: block;
    overflow: hidden;
}

.item-app a:hover .slide-app {
    top: 0;
    opacity: 1;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.slide-app {
    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;
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(100, 203, 238, 0.82);
    opacity: 0;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.slide-app span {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1rem;
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.content-app {
    margin-top: 50px;
}

.detail-app .title-page {
    margin-bottom: 50px;
}

.content-detailapp h3 {
    margin-bottom: 20px;
    font-size: 1.5625rem;
    font-weight: bold;
}

.content-detailapp p {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 26px;
}

@media only screen and (max-width: 1024px) {
    .title-application h2 {
        font-size: 1.5625rem;
    }
}

@media only screen and (max-width: 767px) {
    .title-application h2 {
        font-size: 1.25rem;
    }
    .title-application a {
        padding: 8px 15px;
        font-size: 0.75rem;
        font-weight: normal;
    }
    .wrap-app {
        margin: 0 -5px;
    }
    .item-app {
        padding: 0 5px;
        margin-bottom: 10px;
        width: calc(100% / 2);
    }
    .slide-app span {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 0.875rem;
        text-align: center;
    }
}

#certificate {
    padding: 70px 0;
}

.title-certi {
    margin-bottom: 50px;
}

.title-certi h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}

.title-certi h2:before {
    position: absolute;
    content: '';
    left: calc(50% - 30px);
    bottom: -2px;
    width: 60px;
    height: 3px;
    background-color: #0a59a0;
}

.title-certi p {
    margin: 0 auto;
    margin-bottom: 0;
    width: 60%;
    color: #828282;
    text-align: center;
    line-height: 30px;
}

.wrap-certi {
    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;
    width: 900px;
    margin: 0 auto;
}

.item-certi {
    padding: 0 40px;
    margin-bottom: 20px;
    width: 100%;
}

.item-certi a {
    display: block;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}

@media only screen and (max-width: 1024px) {
    .title-certi h2 {
        font-size: 1.875rem;
    }
    .title-certi p {
        font-size: 0.875rem;
        line-height: 26px;
    }
}

@media only screen and (max-width: 991px) {
    .title-certi p {
        width: 70%;
    }
    .wrap-certi {
        width: 100%;
    }
    .item-certi {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .title-certi h2 {
        font-size: 1.625rem;
    }
    .title-certi p {
        width: 100%;
    }
    .item-certi {
        padding: 0 10px;
    }
}

#product {
    padding-top: 50px;
    background-color: #f0c15c;
}

.wrap-prohome {
    padding: 30px 35px;
    background-color: #fff;
}

.content-prohome {
    margin-top: 29px;
}

.content-prohome h3 {
    margin-bottom: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.75rem;
    font-weight: bold;
}

.content-prohome p {
    margin-bottom: 20px;
    font-size: 0.875rem;
    line-height: 26px;
}

.content-prohome a {
    position: relative;
    display: inline-block;
    padding-left: 90px;
    font-size: 0.8125rem;
    font-weight: bold;
    color: #343434;
    text-transform: uppercase;
}

.content-prohome a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 70px;
    height: 1px;
    background-color: #ffc000;
}

.content-prohome a:after {
    position: absolute;
    content: '';
    top: calc(50% - 1px);
    left: 70px;
    width: 5px;
    height: 3px;
    background-color: #ffc000;
}

.nav-proitem {
    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;
}

.nav-proitem li {
    margin-right: 1px;
}

.nav-proitem li:last-child {
    margin-right: 0;
}

.nav-proitem li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 65px;
    height: 65px;
    background-color: #e3b44d;
    font-size: 30px;
    color: #FFF;
}

.nav-proitem li a:hover {
    color: #c89b3a;
}

.sidenav {
    margin-top: 15px;
}

.sidenav li a {
    display: block;
    padding: 7px 0;
    font-size: 0.9375rem;
    color: #828282;
    font-weight: 300;
}

.sidenav li a:hover, .sidenav li a.active {
    color: #e40b0b;
}

.sidenav li a.active {
    font-weight: bold;
}

.title-sidenav {
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: bold;
}

.wrap-product {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-product {
    position: relative;
    display: block;
    padding: 35px 30px;
    width: calc(100% / 3);
    border-bottom: 1px solid #EEE;
    overflow: hidden;
}

.item-product:hover .poppro {
    top: 0;
    opacity: 1;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-product img {
    margin-bottom: 15px;
}

.item-product h3 {
    position: relative;
    font-size: 0.875rem;
    color: #232323;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
    z-index: 2;
}

.poppro {
    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;
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(238, 238, 238, 0.9);
    z-index: 1;
}

.icon-poppro {
    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;
    font-size: 0.75rem;
    color: #444;
    border: 1px solid #444;
    border-radius: 50%;
}

.title-page-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: end;
    -moz-align-items: end;
    -ms-align-items: end;
    align-items: end;
    padding-bottom: 15px;
    margin-top: 18px;
    border-bottom: 2px solid #EEE;
}

.title-page-product h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

.title-page-product span {
    font-size: 0.8125rem;
}

.img-detailpro {
    width: 90%;
}

.content-first {
    padding: 30px 0;
}

.content-detailpro h3 {
    margin-bottom: 20px;
    font-size: 1.5625rem;
    font-weight: bold;
}

.content-detailpro p {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 26px;
}

.content-detailpro li {
    margin-bottom: 3px;
    font-size: 0.875rem;
    color: #494949;
}

.title-detailpro {
    position: relative;
    margin-bottom: 20px;
}

.title-detailpro:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #DDD;
    z-index: 1;
}

.title-detailpro h3 {
    position: relative;
    display: inline-block;
    font-size: 0;
    z-index: 2;
}

.title-detailpro h3:before {
    position: absolute;
    content: '';
    top: calc(50% - 1px);
    left: 0;
    width: calc(100% + 15px);
    height: 4px;
    background-color: #FFF;
    z-index: 2;
}

.title-detailpro span {
    position: relative;
    font-size: 1.125rem;
    font-weight: bold;
    z-index: 3;
}

.desc-detailpro {
    padding-bottom: 30px;
    border-bottom: 5px solid #dadada;
}

.desc-detailpro p {
    font-size: 0.875rem;
    color: #494949;
    line-height: 27px;
}

.desc-detailpro img {
    width: auto;
    height: auto;
    max-width: 100%;
}

#subpro {
    margin-top: 50px;
}

.wrap-subpro {
    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: 15px;
}

.item-subpro {
    position: relative;
    display: block;
    padding: 30px;
    width: 100%;
    overflow: hidden;
}

.item-subpro:hover .poppro {
    top: 0;
    opacity: 1;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-subpro img {
    margin-bottom: 15px;
}

.item-subpro h3 {
    position: relative;
    font-size: 0.875rem;
    color: #232323;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

.price {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #eee;
}

.price label {
    display: block;
    margin: 0;
    margin-bottom: 15px;
    font-size: 0.875rem;
    color: #494949;
    font-weight: bold;
}

.price > ul > li {
    margin-bottom: 10px;
}

.price > ul > li > a {
    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;
    color: #676767;
    font-weight: bold;
}

.price > ul > li > a:hover {
    color: #6ac7e3;
}

.price > ul > li > a.wa-call .icon-call {
    background-color: #4ba233;
    border: 1px solid #4ba233;
}

.price > ul > li > a .icon-call {
    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;
    margin-right: 10px;
    width: 23px;
    height: 23px;
    background-color: #f0c15c;
    border: 1px solid #f0c15c;
    border-radius: 50%;
}

.price > ul > li > a .fa {
    color: #fff;
}

.category-res {
    display: none;
}

.category-res select {
    font-size: 0.875rem;
}

.list-category li a {
    color: #0a59a0;
}

.list-category li a:hover {
    color: #000;
}

.list-category li a.active {
    color: #0a59a0;
}

@media only screen and (max-width: 1024px) {
    .content-prohome h3 {
        font-size: 1.375rem;
    }
    .content-prohome p {
        font-size: 0.8125rem;
        line-height: 24px;
    }
    .content-prohome a {
        font-size: 0.75rem;
    }
    .title-sidenav {
        margin-bottom: 5px;
        font-size: 1.125rem;
    }
    .title-page-product {
        padding-bottom: 15px;
        margin-top: 12px;
    }
    .title-page-product h3 {
        font-size: 1.125rem;
    }
    .sidenav {
        margin-top: 15px;
    }
    .sidenav li a {
        padding: 7px 0;
        font-size: 0.875rem;
    }
    .item-product h3 {
        font-size: 0.8125rem;
    }
    .item-subpro {
        padding: 20px;
    }
    .item-subpro h3 {
        font-size: 0.8125rem;
    }
}

@media only screen and (max-width: 991px) {
    .category-res {
        display: block;
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .list-category {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .title-sidenav {
        font-size: 1rem;
    }
    .title-page-product {
        padding-bottom: 10px;
    }
    .title-page-product h3 {
        font-size: 1rem;
    }
    .item-product {
        width: calc(100% / 2);
    }
    .img-detailpro {
        margin-bottom: 30px;
    }
    .content-detailpro h3 {
        margin-bottom: 10px;
        font-size: 1.125rem;
    }
    .title-detailpro {
        margin-bottom: 10px;
    }
    .title-detailpro span {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 600px) {
    .title-sidenav {
        font-size: 0.875rem;
    }
    .title-page-product h3 {
        font-size: 0.875rem;
    }
    .content-detailpro h3 {
        font-size: 1rem;
    }
    .content-detailpro p {
        line-height: 24px;
    }
    .item-subpro {
        padding: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .item-product {
        padding: 20px 20px;
    }
    .item-product img {
        margin-bottom: 15px;
    }
    .item-product h3 {
        font-size: 0.75rem;
        line-height: 20px;
    }
    .content-detailpro p {
        line-height: 22px;
    }
}

.content-contact {
    margin-top: 50px;
}

.title-contact {
    margin-bottom: 25px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-contact .form-control {
    padding: 10px 12px;
    font-size: 0.75rem;
    border-radius: 0;
    font-weight: 600;
}

.form-contact .btn {
    padding: 8px 15px;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
}

.item-contact-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
}

.ikon-kontak-info {
    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;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #333;
}

.ikon-kontak-info .fa {
    font-size: 1.125rem;
    color: #DDD;
}

.body-contact-info {
    width: calc(100% - 55px);
}

.body-contact-info label {
    display: block;
    margin-bottom: 3px;
    font-size: 0.75rem;
    color: #3fb7db;
    font-weight: bold;
}

.body-contact-info .text {
    font-size: 0.75rem;
}

.body-contact-info a {
    display: block;
    color: #05799c;
}

#maps iframe {
    display: block;
}

@media only screen and (max-width: 767px) {
    .form-contact {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .content-contact {
        margin-top: 30px;
    }
    .form-contact {
        margin-bottom: 40px;
    }
}

footer {
    background-color: #010101;
}

.wrap-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 60px;
}

.copyright {
    font-size: 0.75rem;
    color: #717171;
}

.copyright a {
    color: #717171;
}

.copyright a:hover {
    color: #f0c15c;
}

.sosmed-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.sosmed-footer li a {
    padding: 10px 15px;
    font-size: 1.3125rem;
    color: #00b0ea;
}

.sosmed-footer li a img {
    width: 25px;
}

@media only screen and (max-width: 767px) {
    .wrap-footer {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0;
        height: auto;
    }
    .copyright {
        order: 2;
        text-align: center;
    }
    .sosmed-footer {
        order: 1;
        margin-bottom: 15px;
    }
}

.wrap-article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-top: 40px;
}

.item-article {
    padding: 0 15px;
    margin-bottom: 30px;
    width: calc(100% / 3);
}

.item-article a {
    display: block;
    box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.09);
}

.item-article a img {
    display: block;
    width: 100%;
}

.content-item-article {
    padding: 25px;
    background: #fff;
}

.content-item-article h3 {
    margin-bottom: 13px;
    font-size: 1.0625rem;
    color: #121212;
    line-height: 26px;
}

.content-item-article p {
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #454545;
    line-height: 24px;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

.content-item-article span {
    display: block;
    padding-top: 15px;
    margin-top: 20px;
    font-size: 0.8125rem;
    color: #454545;
    border-top: 1px solid #ddd;
}

.detail-article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 40px;
}

.desc-article {
    margin-right: 30px;
    width: calc(100% - 300px);
}

.desc-article h1 {
    margin-bottom: 20px;
    font-size: 1.375rem;
    line-height: 33px;
    font-weight: 600;
}

.desc-article img {
    margin-bottom: 30px;
}

.sidebar-article {
    width: 300px;
}

.desc-content-article p {
    font-size: 0.9375rem;
    line-height: 26px;
}

.info-detail-article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 15px;
}

.info-detail-article li {
    margin-right: 20px;
    font-size: 0.875rem;
    color: #676767;
}

.info-detail-article li .fa {
    margin-right: 3px;
}

.title-sidebar-article {
    margin-bottom: 20px;
}

.title-sidebar-article h2 {
    font-size: 1.125rem;
    font-weight: 600;
}

.item-side-article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.item-side-article h3 {
    padding-left: 15px;
    width: calc(100% - 100px);
    font-size: 0.875rem;
    color: #121212;
    font-weight: 600;
    line-height: 22px;
}

.img-side-article {
    width: 100px;
}

.img-side-article img {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 991.98px) {
    .item-article {
        width: calc(100% / 2);
    }
    .content-item-article {
        padding: 20px;
    }
    .content-item-article h3 {
        margin-bottom: 10px;
        font-size: 1rem;
        font-weight: 600;
        line-height: 24px;
    }
    .content-item-article p {
        font-size: 0.875rem;
        line-height: 22px;
    }
    .content-item-article span {
        padding-top: 15px;
        margin-top: 20px;
        font-size: 0.8125rem;
    }
    .detail-article {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .desc-article {
        margin-right: 0;
        width: 100%;
    }
    .desc-article h1 {
        font-size: 1.125rem;
        line-height: 30px;
    }
    .sidebar-article {
        margin-top: 50px;
        width: 100%;
    }
}

@media only screen and (max-width: 767.98px) {
    .item-article {
        width: 100%;
    }
    .info-detail-article li {
        font-size: 0.8125rem;
    }
    .desc-article h1 {
        font-size: 1rem;
        line-height: 28px;
    }
}
    
/*star-embedVideo*/
#embedVideo {
    background-color: #0a59a0;
    padding-top: 50px;
    padding-bottom: 50px;
}
/*end-embedVideo*/

/*# sourceMappingURL=lwd.style.css.map */