    body {
    font-family: 'font open sans';
    font-size: 16px;
    color: #1f1f1f;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'font open sans';
}

.line-h-1 {
    line-height: 1.5 !important;
}

.content-artikel ul li,
.content-artikel ol li {
    margin-left: 0;
    padding-left: 0;
    position: relative;
    left: 15px;
    margin-bottom: 10px;
}


/*slider home*/

#slide-number {
    display: block;
}

#pie_0 {
    display: none !important;
}

.ul-mobile {
    display: none;
}

.z-index-1 {
    z-index: 9;
}

.content-wrap .frame-bg {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 0;
    left: 50%;
    z-index: 1;
    opacity: .1;
    height: 150px;
    width: 100%;
}

.frame-bg img {
    display: block;
    width: 150px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.circle-image::after {
    content: '';
    position: absolute;
    background-color: #CDA73C;
    width: 20px;
    height: 20px;
    transform: rotate(45deg) translate(-50%, 0%);
    left: 50%;
}

.circle-image {
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 15%;
    border: 5px solid #CDA73C;
    margin-bottom: 10px;
    box-shadow: 0 0 7px rgba(0, 0, 0, .4);
    overflow: hidden;
    margin: 10px auto 15px auto;
}

.circle-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    position: relative;
}

.frame-media {
    display: block;
    width: 120px;
    height: 120px;
    margin: auto auto 10px auto;
    border-radius: 50%;
    border: 5px solid #000;
    box-shadow: 0 0 7px rgba(0, 0, 0, .4);
    background-color: #fff;
    transition: .3s;
    padding: 10px;
    text-align: center;
    line-height: 1.2;
    font-size: 70px;
    color: #010101;
}

.frame-success p {
    line-height: 1.3;
    text-align: center;
    color: #000;
    transition: .3s;
}

.frame-success:hover p {
    color: #e21a22;
    transition: .3s;
}

.frame-success:hover .frame-media {
    background-color: #e21a22;
    border: 5px solid #fff;
    transition: .3s;
    color: #fff;
}

.frame-iframe-all {
    display: block;
    margin: 20px auto 20px auto;
    max-width: 100%;
    height: 550px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}


/*header*/

.title-logo {
    font-weight: 700;
    float: left;
    color: #fff;
    margin-left: 15px;
    line-height: 3.7;
    background: linear-gradient(to right, #299cc7 60%, #FFF 60%);
    background-size: 220% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 4s linear infinite alternate;
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

#header.full-header #logo {
    border-right: 0px solid #EEE;
    padding-right: 0px;
    margin-right: 0px;
    box-shadow: none;
    background: none;
}

#header {
    border-top: 0px solid #F5F5F5;
    border-bottom: 0px solid #F5F5F5;
}

#header.full-header {
    background-color: #2D3D6E;
    border-bottom: 4px solid #CDA73C;
}

.oc-item .text {
    display: flex;
    flex-direction: column;
    border-left: 30px solid #CDA73C;
    text-align: left;
    margin-top: 20px;
    padding-left: 10px;
}


/*#header.full-header::after{
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    background: linear-gradient(to left, transparent, #e21a22, transparent);
    z-index: 1;
    bottom: 0;
}
#header.sticky-header #header-wrap::after{
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    background: linear-gradient(to left, transparent, #e21a22, transparent);
    z-index: 1;
    bottom: 0;
}*/

#header.sticky-header #header-wrap {
    background-color: #2D3D6E;
    border-bottom: 4px solid #CDA73C;
}

#primary-menu ul li>a i {
    top: 0px;
    margin-right: 0px;
}

#header.full-header #primary-menu>ul {
    border-right: 0px solid #EEE;
    /* margin-right: 0; */
    margin-right: 150px;
}

#header,
#header-wrap,
#logo img {
    height: 70px;
}

#header.sticky-header:not(.static-sticky),
#header.sticky-header:not(.static-sticky) #header-wrap,
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    height: 70px;
}

#primary-menu ul li>a {
    padding: 27px 10px;
    color: #fff;
    /* color: #000; */
    line-height: 1;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: 'font open sans';
    opacity: 1;
}

#primary-menu ul li:hover>a,
#primary-menu ul li.current>a {
    opacity: .8;
    color: #e21a22 !important;
}

#primary-menu ul li:hover>a,
#primary-menu ul li.current>a.lgn {
    opacity: .8;
    color: #CDA73C !important;
}

#header.sticky-header:not(.static-sticky) #primary-menu>ul>li>a {
    padding-top: 27px;
    padding-bottom: 24px;
}

#header.sticky-header:not(.static-sticky) #primary-menu>ul>li>a.lgn {
    padding: 10px 5px;
}


/**/

.title-1 {
    /*color: #299cc7;*/
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    z-index: 9;
}

.frame-foto {
    display: block;
    width: 190px;
    height: 190px;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 0 2px #299cc7;
    overflow: hidden;
}

.frame-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 10px !important;
}

.pt-2 {
    padding-top: 20px !important;
}

.pl-1 {
    padding-left: 10px !important;
}

.b-left {
    border-left: 1px solid white;
    padding-left: 20px;
}

.flex-direction-row {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.flex-direction-column {
    display: flex;
    flex-direction: column;
}

h2 {
    font-size: 37px;
}

.z-index-one {
    position: relative;
    z-index: 3;
}

.oc-item p {
    line-height: 1.3 !important;
}

.bg-grey-absolute {
    background-color: #eeeeee;
    position: absolute;
    display: block;
    width: 100%;
    height: 300px;
    top: 0;
    z-index: 1;
}

.bg-image-top {
    background-position: top;
    background-size: 500px;
    background-repeat-x: repeat !important;
    background-repeat-y: no-repeat !important;
}

.bg-image-top:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
}

.bg-image-bottom {
    background-position: bottom;
    background-size: 500px;
    background-repeat-x: repeat !important;
    background-repeat-y: no-repeat !important;
}

.bg-image-bottom:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
}

.frame-bg-title {
    padding: 50px 15px 15px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}

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

.text-yellow {
    color: #F9B81B;
}

.sub-title {
    color: black;
    margin-top: 10px;
    text-align: left;
}

a.circle-sosmed {
    padding: 5px;
}

.fa.fa-phone,
.fa.fa-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #CDA73C;
    border-radius: 50%;
}

.bg-title {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}

.curved-border-footer {
    padding: 40px 50px;
}

#primary-menu .btn-login {
    border: 1px solid white;
    color: white;
    background-color: #2D3D6E;
    margin-top: 13px;
    padding: 10px 5px;
    float: right;
}

.frame-bg-title .bg-gradasi-title {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.1) 100%);
    /*background: linear-gradient(to left,rgba(255, 255, 255) 10%,rgba(255, 255, 255, 0.1) 100%);*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo-partner {
    width: 240px;
    display: block;
    margin: auto;
}

#gotoTop {
    border-radius: 50%;
    background-color: #CDA73C;
    border: 2px solid #fff;
}

.bg-layout {
    background-repeat: repeat !important;
}

.frame-image-logo-single {
    display: block;
    margin: auto auto 20px auto;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 5px solid #e21a22;
    padding: 10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.frame-image-logo-single img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/*faq*/

.toggle.toggle-border .togglet,
.toggle.toggle-border .toggleta {
    background-color: #e21a22;
    color: #fff;
    line-height: 1.5;
    padding: 10px 10px 10px 36px;
    border-radius: 5px;
}

.toggle.toggle-border {
    border: 1px solid transparent;
}

.toggle.toggle-border .togglec {
    padding: 10px 10px 10px 10px;
    background-color: #fff;
}

.togglec p {
    line-height: 1.3 !important;
}

.toggle .toggleta {
    font-weight: 600;
}


/*video*/

.frame-video {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 350px;
    height: 250px;
    border: 4px solid #fff;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 9px rgba(0, 0, 0, .2);
    border-radius: 5px;
    background-color: #fff;
    padding: 5px;
}

.frame-video-full {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border: 4px solid #fff;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 9px rgba(0, 0, 0, .2);
    border-radius: 5px;
    background-color: #fff;
    padding: 5px;
}

.frame-video-eksternal {
    display: block;
    margin: auto;
    overflow: hidden;
    width: 1000px;
    height: 700px;
    background-color: #fff;
    z-index: 1;
    position: relative;
}

.frame-video-eksternal img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.frame-video-eksternal .frame-video-internal {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: transparent;
    z-index: 9;
    padding: 44px 35px 120px 30px;
}

.frame-video-internal iframe {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fluid-width-video-wrapper {
    height: 100%;
}


/*/*/


/*gallery*/

.shadow-gallery {
    top: 0;
    margin-left: auto;
    margin-top: 10px;
    width: 250px;
    height: 200px;
    border-radius: 10px;
    position: absolute;
    transform: rotate(-10deg);
    background-color: #299cc7;
    z-index: 1;
}

.frame-gallery {
    display: block;
    margin: auto;
    width: 350px;
    height: 200px;
    border: 4px solid #fff;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 9px rgba(0, 0, 0, .2);
    border-radius: 5px;
    background-color: #fff;
    padding: 0px;
}

.frame-gallery .fluid-width-video-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.frame-video .gradasi-video {
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s;
    z-index: 99;
    left: 0;
    top: 0;
    border-radius: 2px;
}

.frame-gallery .gradasi-video {
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s;
    z-index: 99;
    top: 0;
    border-radius: 10px;
}

.frame-gallery .gradasi-foto {
    display: block;
    position: absolute;
    background-color: rgba(41, 156, 199, .4);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s;
    z-index: 99;
    top: 0;
    border-radius: 10px;
}

.frame-gallery .gradasi-foto:hover {
    opacity: 1;
}

.frame-info .gradasi-foto-2 {
    display: block;
    position: absolute;
    background-color: rgba(45, 45, 45, 0.4);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s;
    z-index: 99;
    top: 0;
    border-radius: 10px;
}

.frame-info .gradasi-foto-2:hover {
    opacity: 1;
}

.detail {
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
}


/*.detail:hover{
    color: #299cc7;
}*/

.play {
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
}


/*.play:hover{
    color: #299cc7;
}*/

.bg-red {
    background-color: #e21a22;
    z-index: 1;
}

.feature-box.fbox-center {
    padding: 10px !important;
    text-align: center;
    display: block;
}

.divcenter {
    width: 70%;
    display: inline-block;
}

.link-box:hover .frame-img-artikel-thumb,
.link-box:hover .title-artikel-thumb {
    color: #e21a22;
}

.modal-marketing-kit:hover .frame-img-marketing-kit {
    color: #e21a22;
}

.modal-ebook:hover .frame-img-ebook,
.modal-ebook:hover .title-artikel-thumb {
    color: #e21a22;
    cursor: pointer;
    transition: .3s;
}

.modal-ebook:hover .frame-img-product,
.modal-ebook:hover .title-artikel-thumb {
    color: #e21a22;
    cursor: pointer;
    transition: .3s;
}

.modal-ebook img,
.link-box img {
    transition: .3s;
}

.modal-ebook:hover img,
.link-box:hover img {
    opacity: .8;
    transform: scale(1.1);
    transition: .3s;
}

.modal-marketing-kit img {
    transition: .3s;
}

.modal-marketing-kit:hover img {
    opacity: .8;
    transform: scale(1.1);
    transition: .3s;
}

.block {
    display: block !important;
    width: 80% !important;
}

.text-grey-dark {
    color: #424242;
}

.text-dark {
    color: #212121;
}

.img-circle {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    margin-bottom: 30px;
}

.bg-grey {
    background-color: #f9f9f9;
}

.bg-white {
    background-color: #fff;
    padding: 30px 70px;
}

.btn-warning {
    border-radius: 50px;
    background-color: #ff9100;
    color: white;
    display: block;
    margin: auto;
    font-size: 20px;
    transform: translateY(50px);
}

img.img-size {
    width: 450px;
    height: 50px;
}

img.img-size-content {
    width: 850px;
    height: 425px;
}

.b-bottom {
    border-bottom: 30px solid #000E9A;
}

.row.bg-white {
    margin-bottom: 180px;
    /* transform: translateY(-125px); */
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.float-left img {
    position: fixed;
    width: 10%;
}

h2.text-center {
    text-align: center;
}

h2.text-center.mt {
    margin-top: 0 !important;
}

.text-blue {
    color: #2D3D6E;
}

img.img-plus {
    width: 70px;
    height: 70px;
}

.frame-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.frame-gallery img:hover {
    opacity: .7;
    transition: .3s;
}

.title-gallery {
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.5 !important;
    color: #1f1f1f;
    display: block;
    height: 45px;
    overflow: hidden;
}


/*/*/


/*pagination*/

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #f57100 !important;
    border-color: #f57100 !important;
}

.btn-link,
.pagination>li>a,
.pagination>li>span,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #f57100;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 50%;
}

.pagination>li>a,
.pagination>li>span {
    border-radius: 50%;
    margin-right: 2px;
    margin-left: 2px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1.9;
    font-size: 14px;
    padding: 6px 12px;
    color: white;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-radius: 50%;
}


/*/*/


/*slider testi*/

.owl-carousel .owl-item img.img-artikel-thumb {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    margin: auto;
}

.owl-carousel .owl-item img {
    display: block;
    width: 200px;
    -webkit-transform-style: preserve-3d;
    margin: auto;
}

.owl-carousel .owl-dots .owl-dot span {
    background-color: #e21a22;
}


/* .navbar-header{
    background-color: #2D3D6E;
} */

.owl-carousel.slide-video .owl-dots .owl-dot span {
    background-color: #e21a22;
}

.owl-carousel .owl-dots .owl-dot span {
    background-color: #fff;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #d53738 !important;
}

.owl-carousel .owl-stage {
    padding: 20px 0;
}

.slider-parallax-inner #slider-arrow-left,
.slider-parallax-inner #slider-arrow-right {
    opacity: 0 !important;
    transition: .3s;
}

.slider-parallax-inner:hover #slider-arrow-left,
.slider-parallax-inner:hover #slider-arrow-right {
    opacity: 1 !important;
    transition: .3s;
}

#slider-arrow-left:hover,
#slider-arrow-right:hover,
.camera_prev:hover,
.camera_next:hover,
#slider .owl-prev:hover,
#slider .owl-next:hover,
.flex-prev:hover,
.flex-next:hover,
.nivo-prevNav:hover,
.nivo-nextNav:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover {
    /* background-color: rgb(226, 26, 34,.8) !important; */
    background-color: #CDA73C !important;
}

#slider-arrow-right {
    border-radius: 50%;
}

#slider-arrow-left {
    border-radius: 50%;
}

.flex-modal-detail {
    display: flex;
    justify-content: flex-start;
}

.link-more {
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
}

.link-more span:first-child {
    margin-right: 5px;
    margin-top: -4px;
    font-style: italic;
}

.img-detail-modal {
    display: inline-block;
    max-width: 140px;
    height: auto;
    float: none;
    margin: auto 10px 10px auto;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.owl-carousel.slide-marketing-kit .owl-dots .owl-dot span {
    background-color: #fff;
}

.owl-carousel-full .owl-nav .owl-next,
.owl-carousel-full .owl-nav .owl-prev {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 5px;
    line-height: 1;
    margin-left: 50px;
    margin-right: 50px;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #e21a22 !important;
}

.owl-carousel.slide-marketing-kit .owl-nav [class*=owl-]:hover {
    background-color: #000 !important;
}

.owl-carousel.slide-video .owl-nav [class*=owl-]:hover {
    background-color: #e21a22 !important;
}

#footer.dark,
.dark #footer {
    background-color: #9b9a9a;
    color: #CCC;
    border-top-color: rgb(134, 134, 134);
}

#footer.dark,
.dark #footer {
    background-color: #181818;
    color: #949494;
    border-top-color: rgb(41, 156, 199, .7);
}

#footer a {
    color: #949494;
}

#footer a:hover {
    color: #fff;
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 10px 0;
    font-size: 12px;
}

#footer {
    border-top: 0px solid rgba(0, 0, 0, 0.2);
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    background-color: #a7cb2d;
    color: #fff;
    border-bottom-width: 1px;
}

.label-address {
    display: flex;
    justify-content: flex-start;
    color: #fff;
    align-items: flex-start;
}

.label-address i.fa {
    margin-right: 5px;
    margin-top: 5px;
}

.label-medsos {
    display: flex;
    justify-content: flex-start;
}

.label-medsos a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    margin-right: 10px;
    padding: 5px;
    text-align: center;
    line-height: 1.1;
    font-size: 15px;
}

.label-medsos a:hover {
    color: #fff !important;
    opacity: .5;
}


/*font*/

.frame-medsos {
    display: block;
    padding: 30px 0;
    background-color: #8b8989;
}


/*div*/

.mb-0,
.my-0 {
    margin-bottom: 0;
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important;
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important;
}

.mt-0,
.my-0 {
    margin-top: 0;
}

.mt-1,
.my-1 {
    margin-top: .25rem!important;
}

.mt-2,
.my-2 {
    margin-top: .5rem!important;
}

.mt-3,
.my-3 {
    margin-top: 1rem!important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important;
}

.mt-5,
.my-5 {
    margin-top: 3rem!important;
}

.font-weight-bold {
    font-weight: 700!important;
}

.font-weight-normal {
    font-weight: 400!important;
}

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

.font-italic {
    font-style: italic!important;
}


/*body.stretched #header.full-header .container {
    width: 100%;
    padding: 0 0; 
}*/

.content-wrap {
    padding: 50px 0;
}

.content-wrap.d-flex {
    display: flex;
    justify-content: center;
}

#gotoTop:hover {
    background-color: #e21a22;
    opacity: .7;
}


/*color*/

.bg-gradient-1 {
    background: linear-gradient(to left, #ddd, #ddd, salmon);
}

.breadcrumb-2 {
    padding: 15px 10px;
    background-color: #eee;
}

.a-breadcrumb-2 {
    color: #333;
    font-weight: 600;
}

.a-breadcrumb-2:hover {
    color: #2196f3;
}


/*.frame-border-1{
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 15px 1px #ececec;
}*/

.frame-info {
    display: block;
    margin: auto;
    margin-bottom: 15px;
    max-width: 800px;
    max-height: 600px;
    overflow: hidden;
    border-radius: 10px;
    border: 5px solid #fff;
    box-shadow: 0 0 0 5px #777777;
    overflow: hidden;
    position: relative;
}

.bg-seminar {
    background-repeat: no-repeat !important;
    background-size: cover;
}

.frame-info img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.img-effect:hover {
    opacity: .7;
}

a {
    color: #299cc7;
}

a:hover {
    color: #888;
}


/*modal img close*/

.md-close {
    padding: 5px;
    box-shadow: 0 0 0px rgba(0, 0, 0, .7);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #ae1010;
    border: 2px solid #fff;
    line-height: 1;
    font-size: 15px !important;
    position: absolute;
    right: 0;
    margin-top: -10px !important;
    margin-right: -10px !important;
    z-index: 999999;
}

.md-close:hover {
    color: #000;
    background-color: #fff;
}

.md-overlay {
    background: rgba(0, 0, 0, 0.7);
}

.md-content>div {
    padding: 10px;
}

.md-modal .md-content>div iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.md-trigger {
    display: none;
}

.md-modal {
    max-width: 800px;
    min-width: 280px;
    width: 90%;
}

.md-modal .md-content>div {
    height: 400px;
}


/*/*/


/*media*/

.media-body a {
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    transition: .3s;
}

.media-body a:hover {
    color: #f57100;
    transition: .3s;
}

.icon-ebook {
    font-size: 50px;
    margin-right: 15px;
    color: #f57100;
}

.container.galeri-gambar {
    padding-top: 60px;
}

.img-thumbnail.galeri {
    height: 180px;
}

.frame-image {
    /* max-width: 100%; */
    max-width: 250px;
    height: 350px;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 10px;
    float: left;
}

.frame-image img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    object-fit: contain;
    border-radius: 5px;
}

.frame-image.cover img {
    object-fit: cover!important;
}

.frame-list-flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-flow: wrap;
}

.frame-bg-title h2 {
    font-weight: 600;
    font-size: 32px;
}

img.manfaat-img-single {
    display: block;
    margin: auto auto 15px auto;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 0 9px rgba(0, 0, 0, .3);
}

.list-flex {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 10px;
}

.list-flex:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    background-color: red;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-top: 8px;
    left: auto;
    margin-left: -15px;
}

.info-calendar {
    font-size: 13px;
    color: #9e9e9e;
}

.modal-marketing-kit {
    cursor: pointer;
}

.modal-marketing-kit .info-calendar {
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}

.modal-marketing-kit .title-artikel-thumb {
    color: #fff;
}

.modal-marketing-kit:hover .title-artikel-thumb {
    color: #fff;
    opacity: .7;
}

.frame-img-marketing-kit {
    box-shadow: 0 0 9px rgba(0, 0, 0, .2);
    border-radius: 5px;
    background-color: #fff;
    padding: 5px;
    width: 250px;
    max-width: 250px;
    margin: auto;
    display: block;
    height: 350px;
    overflow: hidden;
    margin-top: 10px;
}

.frame-img-artikel-thumb {
    box-shadow: 0 0 9px rgba(0, 0, 0, .2);
    border-radius: 5px;
    background-color: #fff;
    padding: 5px;
    width: 300px;
    margin: auto;
    display: block;
    height: 300px;
    overflow: hidden;
    margin-top: 10px;
}

.frame-img-ebook {
    box-shadow: 0 0 9px rgba(0, 0, 0, .2);
    border-radius: 5px;
    background-color: #fff;
    padding: 5px;
    width: 250px;
    max-width: 250px;
    margin: auto;
    display: block;
    height: 350px;
    overflow: hidden;
    margin-top: 10px;
}

.frame-img-product {
    box-shadow: 0 0 9px rgba(0, 0, 0, .2);
    border-radius: 5px;
    background-color: #fff;
    padding: 5px;
    width: 250px;
    max-width: 250px;
    margin: auto;
    display: block;
    height: 350px;
    overflow: hidden;
    margin-top: 10px;
}

.frame-img-ebook img,
.frame-img-marketing-kit img {
    width: 100% !important;
    height: 100%;
    object-fit: contain;
}

.frame-img-product img,
.frame-img-marketing-kit img {
    width: 100% !important;
    height: 100%;
    object-fit: contain;
}

.frame-img-artikel-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.frame-img-artikel-thumb img:hover {
    opacity: .7;
    transition: .3s;
}

.title-artikel-thumb {
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 30px;
    display: block;
    color: #2b2b2b;
}

.title-artikel-thumb:hover {
    color: #e21a22;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}


/*mobile*/

@media (min-width:991px) and (max-width: 1200px) {
    .frame-gallery {
        width: 100%;
        height: 180px;
    }
    .frame-img-artikel-thumb {
        width: 100%;
        height: 200px;
    }
    .shadow-gallery {
        width: 90%;
        height: 180px;
        top: 0;
        left: 50%;
        margin-left: 10px;
        margin-top: 85px;
        transform: rotate(-10deg) translate(-50%, -50%);
    }
    .frame-video-eksternal .frame-video-internal {
        padding: 25px 33px 95px 27px;
        overflow: hidden;
    }
    .frame-video-eksternal {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 1200px) {
    /*.container {
        max-width: 1160px;
    }*/
    #logo img {
        height: 90px !important;
        /* padding: 10px; */
        margin-left: 150px;
        position: fixed;
    }
    #content {
        overflow: inherit !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .shadow-gallery {
        top: 0;
        left: 50%;
        margin-left: 10px;
        margin-top: 85px;
        transform: rotate(-10deg) translate(-50%, -50%);
    }
    .frame-bg-title {
        padding: 40px 15px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .ul-mobile {
        display: block;
        position: absolute;
        top: 29px;
        right: 15px;
    }
    .ul-mobile a {
        color: #000;
    }
    .ul-mobile a.lgn {
        border: 1px solid white;
        color: white;
        background-color: #2D3D6E;
        margin-top: -12px;
        padding: 10px 10px;
        float: right;
        margin-right: -14px;
    }
    .ul-mobile li {
        list-style: none;
        float: right;
    }
    .frame-bg-title h2 {
        font-size: 25px;
    }
    .frame-video-eksternal .frame-video-internal {
        padding: 18px 23px 69px 19px;
        overflow: hidden;
    }
    .frame-video-eksternal {
        width: 100%;
        height: auto;
    }
    .swiper_wrapper {
        height: 100% !important;
    }
    h4.title-logo {
        display: none;
    }
    a.title-gallery {
        margin-bottom: 15px;
    }
    .responsive-sticky-header #primary-menu>ul,
    .responsive-sticky-header #primary-menu>.container>ul {
        max-height: 300px;
        overflow-y: auto;
    }
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>ul>li:hover a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>ul>li.current a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>div>ul>li:hover a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>div>ul>li.current a {
        color: #bcebfd !important;
    }
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li {
        border-top-color: #4bb7df !important;
    }
    #primary-menu ul li {
        border-top: 1px dashed #EEE;
    }
    #logo {
        height: auto !important;
        margin: 0 !important;
    }
    .sticky-responsive-menu #header {
        min-height: auto !important;
    }
    #primary-menu-trigger {
        top: 15px !important;
        color: #fff;
        display: none;
    }
    /*.fluid-width-video-wrapper {
        padding-top: 60% !important;
        width: 100% !important;
         height: 100%; 
        position: relative;
        padding: 0;
        margin: auto !important;
    }*/
    #header.full-header #logo {
        box-shadow: 0px 0px 0px 0px #2a96bf;
        background-color: #2D3D6E;
        border-bottom: 4px solid #CDA73C;
        width: 150px;
    }
    #header.full-header #logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: left;
        padding-left: 0;
        transform: translateX(-15px);
    }
    .responsive-sticky-header #header-wrap {
        background-color: #2D3D6E !important;
        border-bottom: 4px solid #CDA73C !important;
    }
    @media (max-width: 767px) {
        .frame-image {
            height: auto;
        }
        .label-medsos {
            margin-bottom: 10px;
        }
        .text-white.mt-5 {
            font-size: 12px;
        }
        #content {
            overflow: inherit !important;
        }
        .row.bg-white {
            margin-bottom: 140px;
            /* transform: translateY(-85px); */
        }
        h2.text-center.mt {
            margin-top: 0 !important;
        }
        .media-body.pl-1 {
            font-size: 14px;
        }
        ul.survei,
        p.survei {
            font-size: 12px;
        }
        .member-image {
            display: flex;
            justify-content: center;
        }
        img.img-size {
            width: 400px;
            height: 30px;
        }
        img.img-size-content {
            width: 400px;
            height: 150px;
        }
        #header.full-header #primary-menu>ul {
            border-right: 0px solid #EEE;
            margin-right: 0;
        }
        #logo img {
            height: 70px !important;
            padding: 10px;
        }
        #primary-menu .btn-login {
            border: 1px solid white;
            color: white;
            background-color: #2D3D6E;
            margin-top: 1px;
            padding: 10px 5px;
            float: right;
        }
        .float-left img {
            position: fixed;
            width: 16%;
        }
        .md-modal .md-content>div {
            height: 300px;
        }
        .block {
            width: 100%;
        }
        .pagination>li>a,
        .pagination>li>span {
            width: 35px;
            height: 35px;
            line-height: 1.9;
            font-size: 12px;
            /* padding: 5px; */
        }
        .footer-widgets-wrap {
            font-size: 12px;
        }
        .frame-bg-title {
            padding: 30px 15px;
            margin-bottom: 10px;
        }
        h2 {
            font-size: 24px;
        }
        #slider {
            /*background: linear-gradient(to top, white 10%, #0287b9 100%);*/
        }
        body {
            font-size: 13px;
        }
        .title-gallery {
            margin-bottom: 20px;
            height: auto;
        }
        .frame-foto {
            width: 150px;
            height: 150px;
        }
        .logo-partner {
            width: 190px;
        }
        /*lightbox*/
        .divcenter {
            width: 100%;
        }
        /*/*/
        .mb-m {
            margin-bottom: 10px;
        }
        /*slider home mobile*/
        .camera_wrap img {
            /* max-width: 100% !important;
        height: 100% !important;
        margin-top: 0px !important;
        width: 100% !important;
        margin-left: auto !important;
        object-fit: contain;*/
            width: 100% !important;
            margin-left: auto !important;
            margin-right: auto !important;
            height: 100% !important;
            object-fit: cover;
        }
        .camera_wrap {
            width: 100%;
        }
        .camera_wrap .camera_pag .camera_pag_ul {
            display: none;
        }
        .a-login {
            padding: 5px 10px;
            border: 2px solid #fff;
            font-size: 12px;
            top: 60%;
            position: absolute;
            transition: .3s;
        }
        /*/slider home mobile*/
        .frame-video-eksternal .frame-video-internal {
            padding: 14px 15px 45px 12px;
            overflow: hidden;
        }
        .frame-video-eksternal {
            width: 100%;
            height: 300px;
        }
    }
    @media (max-width: 600px) {
        .flex-modal-detail {
            display: block;
        }
        .block {
            width: 100%;
        }
        #primary-menu .btn-login {
            border: 1px solid white;
            color: white;
            background-color: #2D3D6E;
            margin-top: 1px;
            padding: 10px 5px;
            float: right;
        }
        .content-wrap2 .container .row p {
            font-size: 12px;
        }
        .container .owl-carousel .oc-item small {
            font-size: 10px;
        }
        .content-wrap2 .container .row .media .media-body p {
            font-size: 12px;
        }
        .container .owl-carousel .oc-item p {
            font-size: 12px;
        }
        .container .footer-widget .row h4 {
            text-align: center;
        }
        .container .footer-widget .row h5 {
            text-align: center;
        }
        .container .footer-widget .row address {
            text-align: center;
            font-size: 12px;
        }
        .float-left img {
            position: fixed;
            width: 19%;
        }
        .img-detail-modal {
            display: block;
            float: none;
            border-radius: 5px;
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            margin: auto auto 15px;
        }
    }
    @media (max-width: 576px) {
        .logo-partner {
            width: 160px;
        }
        .block {
            width: 100%;
        }
        #primary-menu .btn-login {
            border: 1px solid white;
            color: white;
            background-color: #2D3D6E;
            margin-top: 1px;
            padding: 10px 5px;
            float: right;
        }
        .float-left img {
            position: fixed;
            width: 19%;
        }
        .bg-white {
            padding: 30px 20px;
        }
        .frame-gallery {
            width: 270px;
            /* width: 290px; */
        }
        .box-logo-footer {
            margin-bottom: 30px;
        }
        .b-left {
            border-left: 0;
            padding-left: 0;
            margin-bottom: 30px;
        }
        .icon {
            display: flex;
            justify-content: center;
            margin-bottom: 10px;
        }
        .text-white.mb-30 {
            margin-bottom: 30px;
        }
        .curved-border-footer {
            padding: 40px 0;
        }
        .shadow-gallery {
            top: 0;
            left: 50%;
            margin-left: 10px;
            margin-top: 85px;
            transform: rotate(-10deg) translate(-50%, -50%);
        }
        .icon-ebook {
            font-size: 40px;
        }
        .frame-bg img {
            width: 120px;
        }
        .toggle .togglet,
        .toggle .toggleta {
            font-size: 14px;
        }
    }
    @media (min-width: 576px) and (max-width: 767px) {
        .frame-gallery {
            width: 100%;
            height: 150px;
        }
        .shadow-gallery {
            width: 90%;
            height: 150px;
        }
        .title-gallery {
            height: 40px;
        }
        .frame-img-artikel-thumb {
            width: 100%;
            height: 150px;
        }
    }
    @media (max-width: 479px) {
        /*.swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide, .ei-slider {
         height: auto !important; 
    }*/
        .frame-video-eksternal .frame-video-internal {
            padding: 7px 10px 29px 8px;
            overflow: hidden;
        }
        .frame-video-eksternal {
            width: 100%;
            height: auto;
        }
        .frame-img-artikel-thumb {
            width: 250px;
            height: 200px;
        }
    }