/*
*************************************************
Copyright (C) 2020 Earworks.                    *
Codeigniter Project Template Modification       *
Please contact our email for more information : *
contact@earworks.co.id                          *
*************************************************
*/
/* 
    Created on : Oct 3, 2020, 2:02:01 PM
    Author     : andhy
*/
/* Font Configuration */
/**
Color Reference
1. Orange           : #ffa318
2. Dark Orange      : #ef9000
3. Light Orange     : #ffe3b9
4. Light Orange 2
5. Green            : #41b98d
6. Dark Green       : #359776
7. Grey             : #848484
8. Dark Grey        : #6c6c6c
*/
@font-face {
    font-family: 'Museo';
    src: url('../fonts/museo/MuseoSans-300.otf') format('opentype');
    font-weight:300;
    font-style:normal;
}
@font-face {
    font-family: 'MuseoItalic';
    src: url('../fonts/museo/MuseoSans-100Italic.otf') format('opentype');
    font-weight:100;
    font-style: italic, oblique;
}
@font-face {
    font-family: 'MuseoBold';
    src: url('../fonts/museo/MuseoSans_700.otf') format('opentype');
    font-weight:700;
    font-style:normal;
}
/* End Font Configuration */

/* Global Style */
* {
    outline:0 !important;
}
body {
    font-family: Museo;
    font-style:normal !important;
    overflow-x:hidden;
    padding-top:75px;
}
i, em, .italic {
    font-family: MuseoItalic;
}
b, strong, .bold {
    font-family: MuseoBold;
}
.panel-danger>.panel-heading {
    color:black;
}
a:hover, a:active, a:focus {
    text-decoration: none !important;
}
.separator {
    display:block;
    width:100%;
    padding: 15px;
}
.wrapper {
    min-height: 100vh;
    position: relative;
    padding-bottom: 50px;
    margin: 0;
    padding: 0;
}
.container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    position: relative;
}
.wrapper1 {
    width: 100%;
    max-width: 1100px;
    padding: 0px 24px;
}
.separator.half {
    padding: 15px 0px;
}
.section-title {
    display:block;
    width:100%;
    margin:0px;
    padding: 0px;
    padding-bottom:50px;
    text-align: center;
}
.text-editor p {
    font-size: 17px;
}
.white {
    color:white;
}
.header-page {
    width:100%;
    display:flex;
    overflow:hidden;
    height:45vh;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
    padding: 5%;
    align-items: center;
    justify-content:center;
}
.title-page {
    display:block;
    font-size:2.3em;
    font-weight:bold;
    color:black;
}
.header-page > .title-page {
    display:inline-block;
    color:white;
    text-shadow: 1px 1px #555;
    font-size:3.3em;
}
.form-control[readonly] {
    background-color:transparent;
}
.paddingless {
    position:relative;
}
.paddingless > div{
    padding-left:5px;
    padding-right:5px;
}
.paddingless > div:first-child {
    padding-left:15px;
}
.paddingless > div:last-child {
    padding-right:15px;
}
.panel-text {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.19);
    border-radius: 6px;
    padding: 15px;
    font-size: 1.3em;
    border: 1px solid #eee;
    position: relative;
}
.span-text {
    font-size:1.3em;
    display:block;
    padding:15px;
}
@media (min-width: 992px){
    .container {
        width: 970px;
    }
}
.modul-title {
    display:block;
    padding:15px 0px;
    text-align:center; 
    font-size:1.2em;
}
.modul-icon {
    width:60%;
    margin:0px auto;
    padding-top: 10%;
    padding-bottom:10%;
}
.modul {
    background-color: #359776;

}
.modul a {
    color: #359776 !important;
}
.page-title {
    font-size:2.1em;
    position:relative;
    padding-bottom:15px;
}
.page-title > .bottom-line {
    position:absolute;
    bottom:0px;
    left:0px;
    width: 100%;
    height: 2px;
    background: #ef9000;
    background: -moz-linear-gradient(90deg, #ef9000 13%, rgba(255,255,255,0) 73%);
    background: -webkit-linear-gradient(90deg, #ef9000 13%, rgba(255,255,255,0) 73%);
    background: linear-gradient(90deg, #ef9000 13%, rgba(255,255,255,0) 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef9000",endColorstr="#ffffff",GradientType=1);
}
.page-title > .bottom-line.center {
    width: 50%;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, #ef9000 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, #ef9000 50%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #ef9000 50%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.btn-primary {
    background-color: transparent;
    border:1.5px solid #333;
    color: black;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #dfdfdf !important;  
    color:black;
}
.label.label-success {
    background-color: transparent;
    color: black;
    border: 1.5px solid #333;
}
/* End Global Style */

/* Col-5 extension */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths 
{
    position: relative;
    min-height: 1px;
    padding-right: 4px;
    padding-left: 2px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
/* End Col-5 extension */
/* navbar section */
.navbar {
    width: 100%;
    position: sticky;
    top:0;
    left: 0;
    right:0;
    height: 85px;
    margin-top: -85px;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar > .wrapper1 {
    display:flex;
    justify-content: space-between;
    align-items: center;
    height:100%;
}
.navbar .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width:100px;
}
.navbar .logo > img {
    height: 60%;
    width: auto;
}
.navbar .logo > #logo2 {
    display:none;
}
.navbar .nav-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: flex-end;
    padding:0;
    margin:0;
    height:100%;
    padding-top:25px;
}
.navbar .nav-menu li {
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar .nav-menu a:not(.nav-btn) {
    display:flex;
    justify-content: center;
    align-items: center;
    height:100%;
    padding: 0 1.5rem;
    color: white;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 3px solid transparent;
    font-size:1.5rem;
}
.navbar .nav-menu a:not(.nav-btn):hover,
.navbar .nav-menu a:not(.nav-btn):active,
.navbar .nav-menu a:not(.nav-btn):focus,
.navbar .nav-menu a:not(.nav-btn).active {
    border-bottom: 3px solid white;
}
.navbar .nav-menu a.nav-btn {
    display:flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 3px solid transparent;
    font-size:1.5rem;
    background-color: white;
    color: #4a4f51;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    padding: 8px 10px;
    font-family: MuseoBold;
    /*margin-top: -8px;*/
    margin-left: 15px;
    line-height:1em;
    border: 3px solid white;
}
.navbar .nav-menu a.nav-btn:hover,
.navbar .nav-menu a.nav-btn:active,
.navbar .nav-menu a.nav-btn:focus,
.navbar .nav-menu a:not(.nav-btn).active {
    background-color: transparent;
    color: white;
}
.navbar .nav-menu a.with-icon {
    padding-left: 50px;
    background-position: 10px center;
    background-size: 30px auto;
    background-repeat: no-repeat;
}
.navbar .nav-open {
    display:none;
}

.navbar.nav-scrolled {
    background-color:white;
    box-shadow: 1px 1px 5px #ccc;
    /*height: 75px;*/
}
.navbar .logo > #logo1 {
    transform: translateY(100px) translateX(100px);
    height: 120px;
}
.navbar.nav-scrolled .logo > #logo1 {
    display:none;
}
.navbar.nav-scrolled .logo > #logo2 {
    display:block;
}
.navbar.nav-scrolled .nav-menu a:not(.nav-btn) {
    color: #4a4f51;
}
.navbar.nav-scrolled .nav-menu a:not(.nav-btn):hover,
.navbar.nav-scrolled .nav-menu a:not(.nav-btn):active,
.navbar.nav-scrolled .nav-menu a:not(.nav-btn):focus,
.navbar.nav-scrolled .nav-menu a:not(.nav-btn).active {
    border-bottom: 3px solid #4a4f51;
}
.navbar.nav-scrolled .nav-menu a.nav-btn {
    background-color: #4a4f51;
    color: white;
    border: 3px solid #4a4f51;
}
.navbar.nav-scrolled .nav-menu a.nav-btn:hover,
.navbar.nav-scrolled .nav-menu a.nav-btn:active,
.navbar.nav-scrolled .nav-menu a.nav-btn:focus,
.navbar.nav-scrolled .nav-menu a.active {
    background-color: transparent;
    color: #4a4f51;
}
.navbar .nav-open a {
    font-size: 1.5rem !important;
}
@media screen and ( max-width: 768px ){
    .navbar .nav-menu{display:none;}
    .navbar .nav-open{display:block;}
}
/* end navbar section */
/* navbar mobile section */
.navbar-mobile {
    position: fixed;
    z-index: -1;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top:0;
    left:0;
    right: 0;
    bottom:0;
    background-color: #4a4f51;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-mobile.open {
    z-index: 1001;
    opacity: 1;
}
.navbar-mobile > .wrapper1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height:100%;

}
.navbar-mobile .nav-header {
    height: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width:100%;
}
.navbar-mobile .nav-close {
    display:flex;
    justify-content:center;
    align-items: center;
    padding: 0 1rem;
    color: white;
    font-size: 1.5rem;
}
.navbar-mobile .nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    flex-direction: column;
    margin:0;
    padding: 0;
    width:100%;
}
.navbar-mobile li {
    height: 60px;
    width:100%;
}
.navbar-mobile li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: white;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    border-top: 1.5px solid transparent;
    border-bottom: 1.5px solid transparent;
    font-size: 2rem;
}
.navbar-mobile li a:hover,
.navbar-mobile li a:active,
.navbar-mobile li a:focus,
.navbar-mobile li a.active{
    border-top: 1.5px solid white;
    border-bottom: 1.5px solid white;
}
.navbar-mobile .nav-menu a.nav-btn {
    display:flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 3px solid transparent;
    font-size:2rem;
    background-color: white;
    color: #4a4f51;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 15px;
    font-family: MuseoBold;
    margin-top: 20;
    line-height:1em;
    border: 3px solid white;
}
.navbar-mobile .nav-menu a.with-icon {
    /*padding-left: 50px;*/
    background-position: 10px center;
    background-size: 30px auto;
    background-repeat: no-repeat;
}
/* end navbar mobile section */

/* Banner Slide */
#swiper-banner .swiper-slide {
    height:100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
@media (max-width: 767px){
    #swiper-banner .swiper-slide {
        height:50vh;
    }
}
/* End Banner Slide */
/* Modal Form */
.modal-form .modal-content {
    background: transparent;
    box-shadow: none;
    border:none;
}

/* End Modal Form */

/* Mini Form */
.mini-form {
    max-width: 350px;
    padding: 20px 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3), inset 0px 0px 0px 1px white;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3), inset 0px 0px 0px 1px white;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3), inset 0px 0px 0px 1px white;
    -webkit-border-radius: px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #d3efff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d3efff));
    background: -webkit-linear-gradient(top, #ffffff 0%,#d3efff 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#d3efff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#d3efff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3efff',GradientType=0 );
    background: linear-gradient(to bottom, #ffffff 0%,#d3efff 100%);
    overflow: hidden;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 50px auto;
}
.mini-form .modal-header {
    border-bottom: none;
}
.mini-form .form-title {
    display:block;
    margin: 20px 0px;
    text-align: center;
    text-transform: capitalize;
}
.mini-form .form-control {
    height: 50px;
    border: none;
    padding: 5px 7px 5px 15px;
    background: #fff;
    color: #666;
    border: 2px solid #E0D68F;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.mini-form .form-control:focus,
.mini-form .form-control:focus + .fa {
    border-color: #10CE88;
    color: #10CE88;
}
.mini-form .btn-submit {
    background: #0AC986;
    font-size: 16px;
    padding: 12px;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
/* End Mini Form */

/*.global-form .modal-content {
    padding: 15px;
    border: 5px solid #ccc;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3), inset 0px 0px 0px 1px white;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3), inset 0px 0px 0px 1px white;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3), inset 0px 0px 0px 1px white;
    -webkit-border-radius: px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #d3efff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d3efff));
    background: -webkit-linear-gradient(top, #ffffff 0%,#d3efff 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#d3efff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#d3efff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3efff',GradientType=0 );
    background: linear-gradient(to bottom, #ffffff 0%,#d3efff 100%);
    overflow: hidden;
}
.global-form .btn-modal {
    text-decoration: none;
    font-size: 14px/18px;
    color: white;
    cursor: pointer;
    background-color: #0064cd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
    background-image: linear-gradient(to bottom, #049cdb, #0064cd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.global-form .modal-header {
    border-bottom:none;
}
.global-form .modal-footer {
    border-top: none;
}
.global-form .close {
    color: black;
    opacity:1;
}
.global-form .form-control {
    border: 1px solid #ccc;
    background: #d3efff;
    background: -moz-linear-gradient(top, #d3efff 0%, #ffffff 55%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3efff), color-stop(55%,#ffffff));
    background: -webkit-linear-gradient(top, #d3efff 0%,#ffffff 55%);
    background: -o-linear-gradient(top, #d3efff 0%,#ffffff 55%);
    background: -ms-linear-gradient(top, #d3efff 0%,#ffffff 55%);
    background: linear-gradient(top, #d3efff 0%,#ffffff 55%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3efff', endColorstr='#ffffff',GradientType=0 );
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.global-form .form-control::placeholder {  Chrome, Firefox, Opera, Safari 10.1+ 
    color: black;
    opacity: 1;  Firefox 
}

.global-form .form-control:-ms-input-placeholder {  Internet Explorer 10-11 
    color: black;
}

.global-form .form-control::-ms-input-placeholder {  Microsoft Edge 
    color: black;
}*/

/* note */
.message-wrapper {
    position: fixed;
    top: 110px;
    right: 2vw;
    min-width: 20vw;
    max-width:50vw;
    z-index: 9000;
    display: inline-block;
}
.message-wrapper > .message {
    max-width: 100%;
    display: block;
    border-radius: 5px;
    padding-left: 5px;
    margin-bottom:15px;
    position:relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(130%);
    -moz-transform: translateX(130%);
    -o-transform: translateX(130%);
    -ms-transform: translateX(130%);
    transform: translateX(130%);
}
.message-wrapper > .message.open {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.message-wrapper > .message > .close-message {
    position:absolute;
    top:5px;
    right:5px;
    background-color: transparent;
    border: none;
}
.message-wrapper > .message ul,
.message-wrapper > .message p {
    margin: 0px;
    padding: 0px;
    padding:15px 25px;
    color: white;
}
.message-wrapper a {
    color:#bdd6ec;
    text-decoration: underline;
}
.message.message-danger {
    background-color:#a40303;
}
.message.message-success {
    /*color:white;*/
    background-color:#03a40d;
}
.message.message-info {
    /*color:white;*/
    background-color:#03a49c;
}
.message.message-warning {
    /*color:white;*/
    background-color:#b79c04;
}
.message ul,
.message p {
    background-color: rgba(255,255,255,0.35);
}
/* end note */

/* Card Profile */
.card-profil {
    padding: 30px;
}
.card-profil .card-image {
    display:flex;
    justify-content: center;
    align-items: center;
}
.card-profil .card-image .img {
    max-width: 160px;
}
.card-profil .card-title {
    display:block;
    width:100%;
    padding: 15px;
    font-size:20px;
    text-align:center;
}
/* End Card Profile */

/* Custom Pills */
.custom-pills li  {
    background-color:#ccc;
    padding-left: 5px;
    border-bottom: 1px solid #ccc;
}
.custom-pills li:hover a {
    color: black;
}
.custom-pills li + li {
    margin-top: 0px;
}
.custom-pills li:last-child {
    border-bottom: none;
}
.custom-pills li a,
.custom-pills li.active a {
    background-color: #FFFFFF90;
    color:#6f1717;
    border-radius:0px;
}
.custom-pills li.active {
    background-color: #e84a5a;
}
.custom-pills li.active:hover a {
    background-color: #FFFFFF70;
    color:black;
}
/* End Custom Pills */

/*jcorp function */
.custom-jcrop .jcrop-action {
    display:block;
    width:100%;
    height: auto;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
}
.custom-jcrop .jcrop-action .btn {
    display:inline-block;
}
.custom-jcrop .img-preview {
    display:block;
    margin:0px auto;
    position:relative;
    overflow:hidden;
}
.custom-jcrop .img-preview img {
    position:absolute;
}
/* end jcrop function */
/* delete duplicate form button */
.duplicate-delete {
    position:absolute;
    display:inline-block;
    top:0px;
    right: 15px;
    z-index: 1;
}
.duplicate-delete:hover,
.duplicate-delete:active,
.duplicate-delete:focus {
    color: #24176faa;
    cursor:pointer;
}
/* End delete duplicate form button */
/* question slider */
.slider {

}
.slider .slider-panel {
    overflow: hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    width: 100%;

    height: 320px;
}
.slider .slider-item {
    width:100%;
    height: auto;
    position:absolute;
    opacity:0;
    transition:0.3s;
    height:0px;
    overflow: hidden;
}
.slider .slider-item.active {
    opacity:1;
    height:auto;
    max-height:320px;
    overflow-x:hidden;
    overflow-y:scroll;
}
.slider .slider-nav {
    display:block;
    padding: 15px;
    text-align:center;
    width:100%;
}
/* End question slider */
.about, .modul {
    position:relative;
}
.bg-triangle {
    position:absolute;
    width: 0;
    height: 0;
    z-index:-1;
}
.bg-triangle.top {
    top:0px;
    border-top: 90px solid #ffe3b9;
}
.bg-triangle.bottom {
    bottom:0px;
    border-bottom: 90px solid #ffe3b9;
}

.bg-triangle.right {
    border-left: 100vw solid transparent;
}
.bg-triangle.left {
    border-right: 100vw solid transparent;
}
.article {
    background-color:#ffe3b9;
}
/* product */
.product, .box {
    background-color: #fff;
    border: 1px solid #efefef;
    display:block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 5px -3px rgba(0,0,0,0.45);
    -moz-box-shadow: 3px 3px 5px -3px rgba(0,0,0,0.45);
    box-shadow: 3px 3px 5px -3px rgba(0,0,0,0.45);
}
.box, .product > .body {
    padding:15px;
}
.product > .body > .title {
    display: -webkit-box;
    height: 57px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.625;
    font-size:1.3em;
    vertical-align: middle;
    color:black;
}
.product >.header {
    position:relative;
}
.product >.header > img {
    width:100%;
}
.product > .header > .label {
    position:absolute;
    top:15px;
    left:4px;
    padding:5px 15px;
    border-radius:0px;
    border-top-right-radius: 30px;
    font-size:0.95em;

}
.product .img-thumbnail {
    border:none;
}
.product a {
    color:#ef9000;
}
.not-full {
    display: block;
    margin: 0px auto;
    float: none;
}
@media (max-width: 767px){
    .product {
        max-width: 320px;
    }
}
/* end product */
/* box table */
.box .box-title {
    margin:0px;
    padding:0px;
}
.box.box-table {
    margin-bottom:15px;
}
.box.box-table > .table {
    margin:0;
    padding:0;
}
.box.box-table td {
    border-top:0;
    vertical-align: middle; 
    font-size:1.4em;
}
.box.box-table a {
    color:black;
}
.box.box-table a:hover, 
.box.box-table a:active,
.box.box-table a:focus {
    color:black;
}
/* end box table */
/* custom breadcrumb */
.custom-breadcrumb {
    background-color: transparent;
    margin:0;
}
/* end custom breadcrumb */
/* captcha */
.captcha,
.captcha .img,
.captcha .refresh {
    display:block;
}
.captcha .refresh {
    font-size: 0.7em;
    color:#333;
}
/* end captcha */
/* staked list */
.stacked {
    display:block;
    padding: 10px 15px;
    font-size:1.1em;
    color:black;
    border-bottom:1px solid #eee;
}
.stacked.title {
    background-color: #333638;
    color: white;
    font-family: MuseoBold;

}
.stacked.active {
    background-color:#eee;
}
.stacked.with-icon {
    padding-right:35px;
    position:relative;
}
.stacked.with-icon > .fa {
    position:absolute;
    top: 50%;
    right:15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform:translateY(-50%);
}
.stacked.selected {
    color:#23527c;
    font-weight:bold;
}
/* end stacked list */
/* main article */
.main-article {
    width:100%;
}
.main-article td.img-article {
    width:45%;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
.main-article td.content-article,
.main-article div.content-article{
    padding:15px;
    background-color:#ffe3b9;
}
.main-article .title-article {
    font-size:1.5em;
    font-weight:bold;
    display:block;
    margin-bottom:15px;
}
.main-article .desc-article {
    font-size:1.2em;
}
/* end main article */
/* footer */
footer {
    background-color: #41b98d;
    color:white;
    text-align: center;
    position: absolute;
    bottom: -3.5px;
    left: 0;
    right: 0;
}
footer .img {
    max-width:250px;
    margin:0px auto;
}
footer table {
    display:inline-block;
}
footer > .footer-copy {
    background-color: #333638;
    padding: 15px;
}
/* end footer */
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #24176f;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.panel-text {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.19);
    border-radius: 6px;
    padding:15px;
    border:1px solid #eee;
    position:relative;
}
.panel-text > .panel-btn-right,
.panel-text > .panel-btn-left {
    position:absolute;
    top:15px;
}
.panel-text > .panel-btn-right {
    right:10px;
}
.panel-text > .panel-btn-left {
    left:10px;
}
.span-text {
    font-size:0.9em;
    display:block;
    padding:15px;
}

.ppt-frame {
    width: 100%;
    height: 450px;
    display:block;
    position:relative;
}
.ppt-frame > iframe{
    width:100%;
    height: 100%;
    z-index:1;
}
.ppt-frame > .mask {
    height: 22px;
    background-color: #444444;
    border-top: 1px solid #555555;
    position:absolute;
    display:inline-block;
    bottom:2px;
    z-index:2;
    width:100px;
    right:2px;
}
.ppt-frame > .mask2 {
    height: 22px;
    background-color: #444444;
    border-top: 1px solid #555555;
    position:absolute;
    display:inline-block;
    bottom:2px;
    z-index:2;
    width:100px;
    left:2px;
}
/*.ppt-frame > .overlay {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
    z-index:2;
    background-color: transparent;
}*/
.ppt-view {
    height: 22px;
    /*    background-color: #444444;
        border-top: 1px solid #555555;*/
    position: absolute;
    display: inline-block;
    bottom: 2px;
    z-index: 2;
    width: auto;
    right: 15px;
    padding: 0px 5px;
}
.ppt-view:hover {
    background-color: rgba(255,255,255,0.1);
}
.vjs-default-skin .vjs-big-play-button {
    top:50%;
    left:50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform:translateY(-50%) translateX(-50%);
}
.article-wrap {
    display:grid;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    width:100%;
}
.article-items {
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    width:100%;
    height:100%;
    overflow:hidden;
    /*border:1px solid #ccc;*/
}
.article-image {
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    /*height: 200px;*/
    min-height: 150px;
}
.article-image img {
    width:100%;
    height: auto;
    object-fit: cover;
}
.article-name {
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    width:100%;
    height: auto;
    min-height: 50px;
    font-size: 17px;
    padding:15px;
    color: #333;
}
@media screen and (max-width: 540px){
    .article-wrap {
        grid-template-columns: 1fr;
    }
}

.article-popular {
    display:grid;
    grid-template-columns: 1fr;
    justify-content:flex-start;
    align-items:flex-start;
    gap: 15px;
    width:100%;
}
.article-popular-items {
    display:flex;
    overflow:hidden;
    flex-direction: column;
    justify-content:flex-start;
    align-items:flex-start;
    padding: 15px;
    border: 1px solid #efefef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 5px -3px rgb(0 0 0 / 45%);
    -moz-box-shadow: 3px 3px 5px -3px rgba(0,0,0,0.45);
    box-shadow: 3px 3px 5px -3px rgb(0 0 0 / 45%);
}
.article-popular-image {
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    /*height: 200px;*/
    min-height: 150px;
}
.article-popular-image img {
    width:100%;
    height: auto;
    object-fit: cover;
}
.article-popular-name {
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    width:100%;
    height: auto;
    min-height: 50px;
    font-size: 17px;
    padding:10px;
    color: #333;
}
@media screen and (min-width: 540px) and (max-width: 767px) {
    .article-popular {
        grid-template-columns: 1fr 1fr;
    }
}

.social {
    display:grid;
    width:100%;
    grid-template-columns:1fr 1fr 1fr;
    gap: 15px;
    justify-content:center;
    align-items:center;
}

.social-item {
    display:flex;
    width:100%;
    justify-content:center;
    align-items:center;
    height: 100px;
    color:white;
}
@media screen and (max-width: 480px) {
    .social{grid-template-columns:1fr}
    .social-item {height:75px;}
}
.social-item:hover, .social-item:active, .social-item:focus {
    color: white;
}
.social-item .fa {
    font-size:45px;
}
.social-item img {
    width:38px;
    height: auto;
}
.social-item span {
    margin-left: 15px;
}
.wrap {
    display: block;
    width: 100%;
    margin-top: -15px;
    z-index:1;
    position:relative;
    padding-left: 320px;
}
.sidebar-wrap {
    position: absolute;
    top:0;
    left:0;
    width: 320px;
    height: calc(100vh - 135px);
    display:block;
    box-shadow: 0px 0px 3px #ccc;
    z-index:2;
    overflow-y: scroll;
    overflow-x: hidden;
}
.sidebar-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
    padding: 10px 15px;
    font-size: 1.3rem;
    border-bottom: 1px solid #ccc;
    color: #333638;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;   
}
.sidebar-btn:hover, .sidebar-btn:active, .sidebar-btn:focus {
    color: #333638;
    background-color: #efefff;
}
.sidebar-btn.active {
    background-color: #efefff;
}
.sidebar-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:100%;
    padding: 10px 15px;
    font-size: 1.5rem;
    background-color: #333638;
    color: white;
}
.sidebar-title:hover, .sidebar-title:active, .sidebar-title:focus {
    color: white;
}
.sidebar-empty {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333638;
    font-size: 1.8rem;
    padding:15px;
    text-align: center;
}
.content-wrap {
    padding: 15px;
    height: calc(100vh - 135px);
    overflow-y: scroll;
    overflow-x: hidden;
}
@media screen and (max-width: 768px){
    .wrap {
        padding-left:0;
    }
    .sidebar-wrap {
        display:none;
    }
}