/* Aizat - Login/Register New 2 */

.service_tab .nav-tabs > li {
  display: table-cell;
  float: none;
  margin-bottom: -1px;
}

/**service**/
    .service_tab .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .service_tab .nav-tabs > li > a { border: none; color: #777; font-size: 16px; }
        .service_tab .nav-tabs > li.active > a, .nav-tabs > li > a:hover { min-height: 50px; line-height: 30px; font-weight: 700; font-size: 16px; border: none; color: #5CA4FF!important; background: transparent; }
        .service_tab .nav-tabs > li > a::after { content: ""; background: #5CA4FF; height: 5px; position: absolute; width: 100%; left: 0px; bottom: -2px; transition: all 250ms ease 0s; transform: scale(0); }
        .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.service_tab .tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.service_tab .tab-pane {
  overflow: hidden;
  padding: 30px 0 15px 0;
}
.service_tab .tab-content{padding:0px}

.service_tab {
  line-height: 33px;
  margin: 25px 0;
  -webkit-box-shadow: 0px 1px 6px 3px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 1px 6px 3px rgb(0 0 0 / 15%);
}
.service_tab .service_feture > li {
  font-weight: bold;
}
.service_tab .car_image img {
  margin-top: 23px;
}
.title-reg {
    background-color: #2e3191;
    color: #fff;
    padding: 2px 22px;
    margin: 25px 0 15px;
}

.service_tab .nav.nav-tabs {
  display: table;
  text-align: center;
  width: 100%;
   border-bottom: 2px solid #DDD; 
}
.service_tab .nav-tabs > li {
    width: 50%;
  display: table-cell;
  float: none;
  margin-bottom: -1px;
}
.service_tab .book_now1 {
  border-color: #5CA4FF;
  color: #5CA4FF;
  font-size: 16px;
  margin-top: 0;
}

/* Aizat - Login/Register New */

.log-text {
    margin: 25px 0;
    font-weight: 700;
    font-size: 20px;
}

.login-button {
    position: absolute;
    right: -25px;
    top: 50%;
    background: #ffffff;
    color: #999999;
    padding: 5px 8px;
    width: 60px;
    height: 60px;
    margin-top: -25px;
    border: 5px solid #efefef;
    border-radius: 50%;
    transition: all ease-in-out 500ms;
}

.login-button:hover {
    color: #4caf50;
    border: 5px solid #4caf50;
    transform: rotate(450deg);
}

.position-relative {
    position: relative;
}

.panel-login {
    margin: 25px 0;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
    color: #00415d;
    background-color: #fff;
    border-color: #fff;
    text-align:center;
    padding: 10px 15px 0 15px;
}
.panel-login>.panel-heading a{
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.panel-login>.panel-heading .bg-tab-login .active {
    color: #00415d;
    background-color: #ce1b1b;
}
.panel-login>.panel-heading a.active{
    color: #2196F3;
    font-size: 18px;
}
.panel-login>.panel-heading hr{
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
    height: 45px;
    border: 1px solid #ddd;
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
    outline:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}
.btn-login {
    background-color: #59B2E0;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
    color: #fff;
    background-color: #53A3CD;
    border-color: #53A3CD;
}
.forgot-password {
    text-decoration: underline;
    color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
    text-decoration: underline;
    color: #666;
}

.btn-register {
    background-color: #1CB94E;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
    color: #fff;
    background-color: #1CA347;
    border-color: #1CA347;
}

/* Aizat - Soalan Lazim Tab */

.lazim_tab {
    line-height: 33px;
    margin: 25px 0;
    -webkit-box-shadow: 0px 1px 6px 3px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 6px 3px rgb(0 0 0 / 5%);
}

.lazim_tab .nav.nav-tabs {
    display: table;
    text-align: center;
    width: 100%;
    border-bottom: 2px solid #DDD;
}
.lazim_tab .nav-tabs > li {
    display: table-cell;
    float: none;
    margin-bottom: -1px;
}

.lazim_tab .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #e64e4e;
    /* border: 1px solid #ddd; */
    border-bottom-color: transparent;
}

.lazim_tab .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
    min-height: 50px;
    line-height: 30px;
    font-weight: 700;
     font-size: 14px;
    border: none;
    color: #5CA4FF!important;
    background: #46abe114;
}

.lazim_tab .nav-tabs>li>a {
    margin-right: 2px;
    /* border: 1px solid transparent; */
    border-radius: 4px 4px 0 0;
}

/* Aizat - Container Content */

.cointainer-p-bottom {
    padding: 0 0 35px 0;
}

/* Aizat - Breadcrumb */

.main--breadcrumb {
    padding-bottom: 20px;
    margin: 20px 30px 0;
}

.breadcrumb-line {
    border-bottom: 2px solid #27aae1;
}

.h4-title {
    margin: 0;
    color: #222;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}

.bd--color-1 {
    border-color: #27aae1;
}

/* Aizat - Tooltips */

.item-hints {
    position: absolute;
    top: 145px;
    left: 235px;
    /*height: 500px;*/
    /*width: 500px;*/
    /*margin: 250px auto;*/
}
.item-hints .hint {
    width: 60px;
    height: 60px;
    /*margin: 150px auto;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.item-hints .hint::before {
    /* //rotated squre */
    background-color: #d80e0e;
    width: 8px;
    height: 8px;
    z-index: 2;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.item-hints .hint::after {
    /* //green glow */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 2px;
    height: 2px;
    z-index: 1;
    -webkit-box-shadow: 0 0 50px 30px rgba(72, 170, 72, 0.3);
    box-shadow: 0 0 50px 30px rgba(72, 170, 72, 0.3);
    -webkit-animation: home_hero_item_hints_glow 2s
    cubic-bezier(0.25, 0.1, 0.2, 1) infinite;
    animation: home_hero_item_hints_glow 2s cubic-bezier(0.25, 0.1, 0.2, 1)
    infinite;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
@-webkit-keyframes home_hero_item_hints_glow {
    0% {
        -webkit-box-shadow: 0 0 30px 5px #48aa48;
        box-shadow: 0 0 30px 5px #48aa48;
    }
    70% {
        -webkit-box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
        box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
        box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
    }
}
@keyframes home_hero_item_hints_glow {
    0% {
        -webkit-box-shadow: 0 0 30px 5px #48aa48;
        box-shadow: 0 0 30px 5px #48aa48;
    }
    70% {
        -webkit-box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
        box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
        box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
    }
}
.item-hints .hint-dot {
    z-index: 3;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;
    -webkit-transform: translate(-0%, -0%) scale(0.95);
    transform: translate(-0%, -0%) scale(0.95);
    -webkit-animation: home_hero_item_hints_border 2s linear infinite;
    animation: home_hero_item_hints_border 2s linear infinite;
    margin: auto;
}
@-webkit-keyframes home_hero_item_hints_border {
    0%,
    100% {
        border-color: rgba(255, 255, 255, 0.6);
        -webkit-transform: translate(-50%, -50%) scale(0.95);
        transform: translate(-0%, -0%) scale(0.95);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-0%, -0%) scale(1);
    }
}
@keyframes home_hero_item_hints_border {
    0%,
    100% {
        border-color: rgb(3 3 3 / 60%);
        -webkit-transform: translate(-50%, -50%) scale(0.95);
        transform: translate(-0%, -0%) scale(0.95);
    }
    50% {
        border-color: rgb(0 0 0 / 30%);
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-0%, -0%) scale(1);
    }
}
.item-hints .hint-radius {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 130px;
    height: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -65px 0 0 -65px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: background-color, opacity, visibility,
    -webkit-transform;
    transition-property: background-color, opacity, visibility, -webkit-transform;
    transition-property: background-color, opacity, visibility, transform;
    transition-property: background-color, opacity, visibility, transform,
    -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease, ease, ease,
    cubic-bezier(0.5, 0, 0, 1);
    transition-timing-function: ease, ease, ease, cubic-bezier(0.5, 0, 0, 1);
}
.item-hints .hint:hover .hint-radius {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.item-hints .hint[data-position="1"] .hint-content {
    top: 85px;
    left: 50%;
    margin-left: 56px;
}
.item-hints .hint-content {
    color: #fff;
    width: 300px;
    position: absolute;
    z-index: 5;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
    transition: opacity 0.7s ease, visibility 0.7s ease;
    pointer-events: none;
    color: #fff;
    visibility: hidden;
    pointer-events: none;
}
.item-hints .hint:hover .hint-content {
    color: #fff;
    background-color: #444444d9;
    width: 400px;
    height: 190px;
    position: absolute;
    z-index: 5;
    padding: 20px 20px;
    opacity: 1;
    visibility: visible !important;
    -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
    transition: opacity 0.7s ease, visibility 0.7s ease;
    pointer-events: none;
    color: #fff;
    visibility: hidden;
    pointer-events: none;
}
.item-hints .hint-content::before {
    width: 0px;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #00dcff;
    height: 1px;
    position: absolute;
    transition: width 0.4s;
}
.item-hints .hint:hover .hint-content::before {
    width: 180px;
    transition: width 0.4s;
}
.item-hints .hint-content::after {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    bottom: 0;
    left: 0;
    width: 80px;
    content: "";
    background-color: #fff;
    height: 1px;
    position: absolute;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.item-hints .hint:hover .hint-content::after {
    opacity: 1;
    visibility: visible;
}
.item-hints .hint[data-position="4"] .hint-content {
    bottom: 85px;
    left: 50%;
    margin-left: 56px;
}

.item-hints .hint[data-position="2"] .hint-content {
    bottom: 5px;
    left: 90%;
    margin-left: 56px;
}

.title-popup-info {
    border-bottom: 3px solid #27aae1;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.item-hints2 {
    position: absolute;
    top: 180px;
    left: 440px;
}

.item-hints2 .hint {
    width: 60px;
    height: 60px;
    /*margin: 150px auto;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-hints2 .hint::before {
    /* //rotated squre */
    background-color: #d80e0e;
    width: 8px;
    height: 8px;
    z-index: 2;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.item-hints2 .hint::after {
    /* //green glow */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 2px;
    height: 2px;
    z-index: 1;
    -webkit-box-shadow: 0 0 50px 30px rgba(72, 170, 72, 0.3);
    box-shadow: 0 0 50px 30px rgba(72, 170, 72, 0.3);
    -webkit-animation: home_hero_item_hints_glow 2s
    cubic-bezier(0.25, 0.1, 0.2, 1) infinite;
    animation: home_hero_item_hints_glow 2s cubic-bezier(0.25, 0.1, 0.2, 1)
    infinite;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.item-hints2 .hint-dot {
    z-index: 3;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;
    -webkit-transform: translate(-0%, -0%) scale(0.95);
    transform: translate(-0%, -0%) scale(0.95);
    -webkit-animation: home_hero_item_hints_border 2s linear infinite;
    animation: home_hero_item_hints_border 2s linear infinite;
    margin: auto;
}

.item-hints .hint-radius {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 130px;
    height: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -65px 0 0 -65px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: background-color, opacity, visibility,
    -webkit-transform;
    transition-property: background-color, opacity, visibility, -webkit-transform;
    transition-property: background-color, opacity, visibility, transform;
    transition-property: background-color, opacity, visibility, transform,
    -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease, ease, ease,
    cubic-bezier(0.5, 0, 0, 1);
    transition-timing-function: ease, ease, ease, cubic-bezier(0.5, 0, 0, 1);
}
.item-hints .hint:hover .hint-radius {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.item-hints2 .hint[data-position="1"] .hint-content {
    top: 85px;
    left: 50%;
    margin-left: 56px;
}
.item-hints2 .hint-content {
    color: #fff;
    width: 300px;
    position: absolute;
    z-index: 5;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
    transition: opacity 0.7s ease, visibility 0.7s ease;
    pointer-events: none;
    color: #fff;
    visibility: hidden;
    pointer-events: none;
}
.item-hints2 .hint:hover .hint-content {
    color: #fff;
    background-color: #444444d9;
    width: 400px;
    height: 190px;
    position: absolute;
    z-index: 5;
    padding: 20px 20px;
    opacity: 1;
    visibility: visible !important;
    -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
    transition: opacity 0.7s ease, visibility 0.7s ease;
    pointer-events: none;
    color: #fff;
    visibility: hidden;
    pointer-events: none;
}
.item-hints2 .hint-content::before {
    width: 0px;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #00dcff;
    height: 1px;
    position: absolute;
    transition: width 0.4s;
}
.item-hints2 .hint:hover .hint-content::before {
    width: 180px;
    transition: width 0.4s;
}
.item-hints2 .hint-content::after {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    bottom: 0;
    left: 0;
    width: 80px;
    content: "";
    background-color: #fff;
    height: 1px;
    position: absolute;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.item-hints2 .hint:hover .hint-content::after {
    opacity: 1;
    visibility: visible;
}
.item-hints2 .hint[data-position="4"] .hint-content {
    bottom: 85px;
    left: 50%;
    margin-left: 56px;
}

.item-hints2 .hint[data-position="2"] .hint-content {
    bottom: 85px;
    left: 50%;
    margin-left: 56px;
}

/* Aizat - Maps Point */

.map {
    position: relative;
    max-width: 1100px;
    margin: auto;
}
.map img {
    display: block;
    width: 100%;
}

.map-popup {
    position: absolute;
    left: 50%;
    top: 20%;
    z-index: 99;
    width: 60%;
    padding: 2rem;
    background-color: #363333;
    color: #fff;
    transition: all 300ms ease-in;
    transform: translate(-50%,-50%);
    box-shadow: 0 0 24px rgba(0,0,0,0.22);
    opacity: 0;
    visibility: hidden;
}

.map-popup > *:first-child { margin-top: 0; }
.map-popup > *:last-child { margin-bottom: 0; }

.map-popup.open {
    opacity: 1;
    visibility: visible;
}

.marker {
    position: absolute;
    z-index: 1;
    display: inline-block;
    width: 20px;
    height: 8px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    background-color: #ff63478f;
    transition: all 300ms;
    animation: fadein .5s;
    animation: pulse 1.5s infinite;
}

.marker1 {
    top: 27%;
    left: 16%;
}
.marker2 {
    top: 38%;
    left: 20.5%;
}
.marker3 {
    top: 43%;
    left: 32%;
}
.marker4 {
    top: 65%;
    left: 50.5%;
}
.marker5 {
    top: 18%;
    left: 32%;
}
.marker6 {
    top: 35.3%;
    left: 48.4%;
}
.marker7 {
    top: 57.3%;
    left: 56.4%;
}
.marker8 {
    top: 63.5%;
    left: 64%;
}
.marker9 {
    top: 25.3%;
    left: 63.6%;
}
.marker10 {
    top: 47.6%;
    left: 70%;
}

@media only screen and (min-width:575px) {
    .marker {
        position: absolute;
        z-index: 1;
        display: inline-block;
        width: 28px;
        height: 12px;
        color: #fff;
        line-height: 36px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
        background-color: #ff63478f;
        transition: all 300ms;
        animation: fadein .5s;
        animation: pulse 1.5s infinite;
    }
}

@media only screen and (min-width:48em) {
    .map-item {
        position: absolute;
        width: 36px;
        height: 36px;
    }
    .map-item .marker {
        top: auto;
        left: auto;
    }

    .map-item1 {
        top: 27.3%;
        left: 16%;
    }
    .map-item2 {
        top: 38%;
        left: 21%;
    }
    .map-item3 {
        top: 43.3%;
        left: 32.5%;
    }
    .map-item4 {
        top: 64.7%;
        left: 51%;
    }
    .map-item5 {
        top: 17.8%;
        left: 32.5%;
    }
    .map-item6 {
        top: 35.3%;
        left: 49%;
    }
    .map-item7 {
        top: 57.3%;
        left: 57%;
    }
    .map-item8 {
        top: 63.5%;
        left: 64%;
    }
    .map-item9 {
        top: 25%;
        left: 64%;
    }
    .map-item10 {
        top: 47.7%;
        left: 71%;
    }

    .map-popup {
        position: absolute;
        left: 58px;
        width: 340px;
        transform: translateY(-50%);
    }
    .map-popup:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -16px;
        margin-top: -16px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 16px 16px 0;
        border-color: transparent #363333 transparent transparent;
    }

    .map-popup.edge {
        left: auto;
        right: calc(100% + 24px);
    }
    .map-popup.edge:before {
        left: auto;
        right: -16px;
        border-width: 16px 0 16px 16px;
        border-color: transparent transparent transparent #fff;
    }
}

@keyframes pulse {
    from { box-shadow: 0 0 0 0px rgba(211, 47, 47); }
    to { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
}

/* Aizat - List of Piagam Pelanggan */

.tilesWrap {
    padding: 0;
    margin: 50px auto;
    list-style: none;
    text-align: center;
}
.tilesWrap li {
    display: inline-block;
    width: 20%;
    /*min-width: 200px;*/
    max-width: 230px;
    padding: 15px 15px;
    position: relative;
    vertical-align: top;
    margin: 10px;
    font-family: 'helvetica', san-serif;
    /* min-height: 25vh; */
    background: #303030;
    border: 1px solid #252727;
    text-align: left;
    border-radius: 10px;
}
.tilesWrap li h2 {
    font-size: 26px;
    margin: 0;
    position: absolute;
    opacity: 0.2;
    top: 58px;
    right: 10px;
    transition: all 0.3s ease-in-out;
}
.tilesWrap li h3 {
    font-size: 18px;
    color: #c9eaf3;
    margin-bottom: 5px;
}
.tilesWrap li.arkib h3 {
    font-size: 18px;
    color: #c9eaf3;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
}
.tilesWrap li p {
    font-size: 16px;
    line-height: 18px;
    color: #b7b7b7;
    margin-top: 5px;
}
.tilesWrap li button {
    width: 100%;
    background: transparent;
    border: 1px solid #c0e8f2;
    /*padding: 5px 0px;*/
    color: #b7b7b7;
    border-radius: 3px;
    position: relative;
    transition: all 0.3s ease-in-out;
    transform: translateY(-40px);
    opacity: 0;
    cursor: pointer;
    overflow: hidden;
}
.tilesWrap li button:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 120%;
    background: #c0e8f2;
    top: 0;
    opacity: 0;
    left: -140px;
    border-radius: 0 20px 20px 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;

}
.tilesWrap li:hover button {
    transform: translateY(5px);
    opacity: 1;
}
.tilesWrap li button:hover {
    color: #262a2b;
}
.tilesWrap li button:hover:before {
    left: 0;
    opacity: 1;
}
.tilesWrap li:hover h2 {
    top: 10px;
    opacity: 0.6;
}

.tilesWrap li:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    background: #fff;
    transform: skew(2deg, 2deg);
}
.tilesWrap li:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.02);
}
.tilesWrap li:nth-child(1):before {
    background: #C9FFBF;
    background: -webkit-linear-gradient(to right, #FFAFBD, #C9FFBF);
    background: linear-gradient(to right, #FFAFBD, #C9FFBF);
}
.tilesWrap li:nth-child(2):before {
    background: #f2709c;
    background: -webkit-linear-gradient(to right, #ff9472, #f2709c);
    background: linear-gradient(to right, #ff9472, #f2709c);
}
.tilesWrap li:nth-child(3):before {
    background: #c21500;
    background: -webkit-linear-gradient(to right, #ffc500, #c21500);
    background: linear-gradient(to right, #ffc500, #c21500);
}
.tilesWrap li:nth-child(4):before {
    background: #FC354C;
    background: -webkit-linear-gradient(to right, #0ABFBC, #FC354C);
    background: linear-gradient(to right, #0ABFBC, #FC354C);
}

/* Aizat - List with Bullets */

.fancy-bullet {
    list-style: outside none none;
    display: block;
}

ul.fancy-bullet > li:before {
    margin: 0 3px 0 -15px;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #5784d7;
    border: 2px solid #8fb3f5;
    display: inline-block;
}


/* Aizat - Tab */

.tabs {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    overflow: hidden; }
.tabs [class^="tab"] label,
.tabs [class*=" tab"] label {
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1em;
    padding: 2rem 0;
    text-align: center; }
.tabs [class^="tab"] [type="radio"],
.tabs [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid rgba(239, 237, 239, 0.5);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
.tabs [class*=" tab"] [type="radio"]:hover,
.tabs [class*=" tab"] [type="radio"]:focus {
    border-bottom: 1px solid #46abe1; }
.tabs [class^="tab"] [type="radio"]:checked,
.tabs [class*=" tab"] [type="radio"]:checked {
    border-bottom: 2px solid #46abe1; }
.tabs [class^="tab"] [type="radio"]:checked + div,
.tabs [class*=" tab"] [type="radio"]:checked + div {
    opacity: 1; }
.tabs [class^="tab"] [type="radio"] + div,
.tabs [class*=" tab"] [type="radio"] + div {
    display: block;
    opacity: 0;
    padding: 2rem 0;
    width: 90%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.tabs .tab-2 {
    width: 33%; }
.tabs .tab-2 [type="radio"] + div {
    width: 200%;
    margin-left: 200%; }
.tabs .tab-2 [type="radio"]:checked + div {
    margin-left: 0%; }
.tabs .tab-2 [type="radio"]:checked + div.dua {
    margin-left: -100%; }
.tabs .tab-2:last-child [type="radio"] + div {
    /*margin-left: -200%;*/
}
.tabs .tab-2:last-child [type="radio"]:checked + div {
    margin-left: -200%; }


/* Aizat - Bullet Point */

.box_content {
    text-align: justify;
    width: 100%;
    margin: 20px auto;
    padding: 15px;
    background: #fff;
    color: #595959;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

ol {
    counter-reset: li;
    list-style: none;
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    margin-left: -5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

ol ol {
    margin: 0 0 0 2em;
}

.rounded-list a {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    margin: .5em 0;
    background: #f7f7f7;
    color: #444;
    text-decoration: none;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rounded-list a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #c6ebf4;
    height: 39px;
    width: 39px;
    line-height: 31px;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rounded-list a:hover:before {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rounded-list a:hover:before {
    background: #1da7e7;
    color: #fff;
}

/* Apiz - rounded list without <a> */
.rounded-list2 li {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    margin: .5em 0;
    background: #f7f7f7;
    color: #444;
    text-decoration: none;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rounded-list2 li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #c6ebf4;
    height: 39px;
    width: 39px;
    line-height: 31px;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rounded-list2 li:hover:before {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rounded-list2 li:hover:before {
    background: #1da7e7;
    color: #fff;
}
/* Aizat - Accordion Soalan Lazim */

ul {
    list-style: none;
    padding: 0;
}

ul .inner {
    padding: 1em;
    overflow: hidden;
    display: none;
}

ul.accordion-soalan li {
    margin: 0.5em 0;
}

ul li a.toggle {
    width: 100%;
    display: block;
    background: rgb(237 237 237);
    color: #525252;
    font-weight: 700;
    padding: 0.75em;
    border-radius: 0.15em;
    transition: background 0.3s ease;
}

ul li a.toggle:hover {
    background: rgb(192 232 242);
}

.shows {
    display: block;
}


/* button login */

.btn-login-user {
    position: relative;
    min-width: 32px;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-align: right;
    z-index: 1;
}

.btn-log {
    display: block;
    position: absolute;
    top: 18px;
    right: 50px;
    width: 0;
    background-color: #f0f0f000;
    color: #fff;
    border: 0;
    border-color: #262827 !important;
    border-radius: 20px;
}

.hide-bullets {
    margin-left: 0;
}

.service-box .box-permohonan2 {
    background-color: #ffde17;
    color: #fff;
    min-height: 256px;
    padding: 10px 20px;
    text-align: center;
    font-family: 'Source Sans Pro';
    cursor: pointer;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.service-box .box-permohonan2:hover {
    background-color: #FB8C00;
}

.service-box .box-awam2 {
    background-color: #db6763;
    color: #fff;
    min-height: 256px;
    padding: 10px 20px;
    text-align: center;
    font-family: 'Source Sans Pro';
    cursor: pointer;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.service-box .box-awam2:hover {
    background-color: #ef544f;
}

.service-box .box-warga2 {
    background-color: #435096;
    color: #fff;
    min-height: 256px;
    padding: 10px 20px;
    text-align: center;
    font-family: 'Source Sans Pro';
    cursor: pointer;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.service-box .box-warga2:hover {
    background-color: #3857fd;
}

.service-box .box-pelajar2 {
    background-color: #734293;
    color: #fff;
    min-height: 256px;
    padding: 10px 20px;
    text-align: center;
    font-family: 'Source Sans Pro';
    cursor: pointer;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.service-box .box-pelajar2:hover {
    background-color: #9d46d6;
}

.service-box .box-vendor2 {
    background-color: #629a9a;
    color: #fff;
    min-height: 256px;
    padding: 10px 20px;
    text-align: center;
    font-family: 'Source Sans Pro';
    cursor: pointer;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.service-box .box-vendor2:hover {
    background-color: #43d0d0;
}

.selanjutnya2 {
    position: absolute;
    top: 195px;
    border: 1px solid #ffffff54;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 16px;
    margin: 8px 32px;
}

/* Sidebar */

#fullscreen {
    position: fixed;
    top: 10px;
    right: 10px;
}

.animate {
    -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 {
    padding: 0;
}

.navbar-toggler {
    border: 0;
    border-radius: 0;
}

.navbar-fixed-left {
    position: fixed;
    top: 170px;
    left: 0px;
    border-radius: 0px;
}

.navbar-minimal {
    width: 50px;
    min-height: 50px;
    max-height: 100%;
    background-color: rgb(51, 51, 51);
    background-color: rgba(51, 51, 51, 0.8);
    border-width: 0px;
    z-index: 1000;
}

.navbar-minimal > .navbar-toggler {
    position: relative;
    right: 10px;
    min-height: 50px;
    padding: 0 30px;
    border-bottom: 1px solid rgb(81, 81, 81);
    z-index: 100;
    cursor: pointer;
}

.navbar-minimal.open > .navbar-toggler,
.navbar-minimal > .navbar-toggler:hover {
    background-color: #f7c133;
    padding: 0 30px;
}

.navbar-minimal > .navbar-toggler > span {
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -8px -8px 0 0;
    width: 16px;
    height: 16px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAxNiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTEsN2gxNGMwLjU1MiwwLDEsMC40NDgsMSwxcy0wLjQ0OCwxLTEsMUgxQzAuNDQ4LDksMCw4LjU1MiwwLDgKCVMwLjQ0OCw3LDEsN3oiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLDEyaDE0YzAuNTUyLDAsMSwwLjQ0OCwxLDFzLTAuNDQ4LDEtMSwxSDFjLTAuNTUyLDAtMS0wLjQ0OC0xLTEKCVMwLjQ0OCwxMiwxLDEyeiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTEsMmgxNGMwLjU1MiwwLDEsMC40NDgsMSwxcy0wLjQ0OCwxLTEsMUgxQzAuNDQ4LDQsMCwzLjU1MiwwLDMKCVMwLjQ0OCwyLDEsMnoiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjMzLDI4Ljk3bDExLjY0LTExLjY0YzAuNDU5LTAuNDU5LDEuMjA0LTAuNDU5LDEuNjYzLDAKCWMwLjQ1OSwwLjQ1OSwwLjQ1OSwxLjIwNCwwLDEuNjYzTDIuOTkzLDMwLjYzM2MtMC40NTksMC40NTktMS4yMDQsMC40NTktMS42NjMsMEMwLjg3MSwzMC4xNzQsMC44NzEsMjkuNDMsMS4zMywyOC45N3oiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yLjk5MywxNy4zM2wxMS42NDEsMTEuNjRjMC40NTksMC40NTksMC40NTksMS4yMDQsMCwxLjY2MwoJcy0xLjIwNCwwLjQ1OS0xLjY2MywwTDEuMzMsMTguOTkzYy0wLjQ1OS0wLjQ1OS0wLjQ1OS0xLjIwNCwwLTEuNjYzQzEuNzg5LDE2Ljg3MSwyLjUzNCwxNi44NzEsMi45OTMsMTcuMzN6Ii8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transition: -webkit-transform .3s ease-out 0s;
    -moz-transition: -moz-transform .3s ease-out 0s;
    -o-transition: -moz-transform .3s ease-out 0s;
    -ms-transition: -ms-transform .3s ease-out 0s;
    transition: transform .3s ease-out 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navbar-minimal > .navbar-menu {
    position: absolute;
    top: -1000px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    z-index: 50;
    background-color: rgb(51, 51, 51);
    background-color: rgba(51, 51, 51, 0.8);
}
.navbar-minimal > .navbar-menu > li {
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    height: 50px;
}
.navbar-minimal > .navbar-menu > li > a {
    position: relative;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 26px;
    padding: 13px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid rgb(81, 81, 81);
    width: 100%;
    text-decoration: none;
    margin: 0px;
}

.navbar-minimal > .navbar-menu > li > a > span {
    font-size: 16px;
}

.navbar-minimal > .navbar-menu > li > a:last-child {
    border-bottom-width: 0px;
}
.navbar-minimal > .navbar-menu > li > a:hover {
    background-color: #f7c1338f;
}
.navbar-minimal > .navbar-menu > li > a > .glyphicon {
    float: right;
}

.navbar-minimal.open {
    width: 320px;
}

.navbar-minimal.open > .navbar-toggler > span {
    background-position: 0 -16px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.navbar-minimal.open > .navbar-menu {
    top: 50px;
    width: 100%;
    min-height: 100%;
}

/* Pengumuman */

#quote-carousel .carousel-indicators {
    bottom: 0;
}

.visimisi {
    font-size: 120px;
    padding: 0px 110px;
}

/* Org Chart */

/*Now the CSS*/

.position-pengerusi {
    position: relative;
    top: 0;
    left: 675px;
    z-index: 1;
}

.position-setiausaha {
    position: relative;
    bottom: 80px;
    left: 7px;
}

.position-set-pej {
    position: absolute;
    left: 400px;
    top: 75px;
    z-index: 1;
}

* {margin: 0; padding: 0;}

.tree ul {
    padding-top: 20px; position: relative;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li {
    float: left; text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
    content: '';
    position: absolute; top: 0; right: 50%;
    border-top: 1px solid #ccc;
    width: 50%; height: 20px;
}
.tree li::after{
    right: auto; left: 50%;
    border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
    display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
    border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
    content: '';
    position: absolute; top: 0; left: 50%;
    border-left: 1px solid #ccc;
    width: 0; height: 20px;
}

.tree .position-setiausaha a.dot-middle::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 53.2%;
    border-top: 1px solid #3c3c3c;
    border-top-style: dashed;
    width: 299px;
    height: 20px;
}

.tree .position-set-pej a::before {
    content: '';
    position: absolute;
    top: 29px;
    left: 95.2%;
    border-top: 1px solid #3c3c3c;
    border-top-style: dashed;
    width: 68px;
    height: 20px;
}

.tree li a{
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    display: inline-block;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover+ul li a {
    background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before{
    border-color:  #94a0b4;
}

.tree li a.box-pengerusi {
    background-color: #5479ad;
    color: #fff;
}

.tree li a.box-pengerusi:hover {
    background-color: #3e51ad;
    color: #fff;
}

.box-setiausaha {
    background-color: #ad6a78 !important;
    color: #fff !important;
}

.box-setiausaha:hover {
    background-color: #ad5465 !important;
    color: #fff !important;
}

.box-bahagian {
    background-color: #d8003b !important;
    color: #fff !important;
}

.box-unit {
    background-color: #479489 !important;
    color: #fff !important;
}

/*Thats all. I hope you enjoyed it.
Thanks :)*/


/* Direktori */

.find-work .section-header .job-filter {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 0 30px;
}

.find-work .job-filter h3 {
    font-size: 18px;
    color: #0d0d0d;
    font-weight: 500;
    margin: 0;
    padding: 0 15px;
}

.find-work .job-filter .job-position {
    width: 310px;
    height: 30px;
    line-height: 50px;
    padding: 0 20px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    color: #9f9f9f;
    font-size: 16px;
}

.find-work .job-filter > a {
    color: #6542e0;
    font-size: 16px;
    padding: 0 20px;
}

.find-work {
    padding: 0;
    background: #fff;
}

.find-work .section-content {
    margin: 0 0 30px;
    display: block;
}

.find-work .section-content .job-item {
    padding: 10px 30px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    margin: 0 0 30px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    transition: all .3s;
    box-shadow: 0px 0px 21px 0px rgba(210, 210, 210, 0);
}

.find-work .section-content .job-item:hover {
    border: 1px solid #fff;
    box-shadow: 0px 0px 21px 0px rgba(210, 210, 210, 0.29);
}

.find-work .job-item .company-info {
    text-align: center;
    height: 130px;
    width: 130px;
    overflow: hidden;
    border-radius: 80px;
}

.find-work .job-item .job-info {
    width: 85%;
    padding: 0 15px;
}

.find-work .job-item .job-info h3 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
}

.find-work .job-item .job-info h3 a {
    color: #0d0d0d;
}

.find-work .job-item .job-info h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 15px;
}

.find-work .job-item .job-info p {
    font-size: 14px;
    line-height: 26px;
    color: #7b7b7b;
    margin: 0 0 15px;
}

.find-work .job-item .job-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.find-work .job-item .job-info ul li {
    display: inline-block;
    margin: 0 40px 0 0;
    font-size: 14px;
    line-height: 14px;
    color: #0d0d0d;
    font-weight: 300;
}

.find-work .job-item .job-info ul li i {
    margin: 0 10px 0 0;
    color: #7b7b7b;
}

.profile-widget {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    min-height: 302px;
}

.profile-img {
    cursor: pointer;
    height: 110px;
    margin: 0 auto;
    position: relative;
    width: 80px;
}

.profile-img .avatar {
    font-size: 24px;
    height: 80px;
    line-height: 80px;
    margin: 0;
    width: 80px;
}
.avatar {
    background-color: #aaa;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    height: 38px;
    line-height: 38px;
    margin: 0 10px 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 65px;
    position: relative;
    white-space: nowrap;
}

.avatar > img {
    border-radius: 0%;
    display: block;
    overflow: hidden;
    width: 100%;
}

.user-name {
    color: #333;
    font-weight: 600;
}
.text-ellipsis {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    color: #fff;
    background-color: #8cc3ff;
    border-color: #8cc3ff;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

.accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
}

.accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
    content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
}

/* Responsive Iframe FB */

.container-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* Styling Senarai Iklan */

.p-lr-80 {
    padding: 30px 80px;
}

.boxed-btn3 {
    background: #FFD54F;
    color: #616161;
    display: inline-block;
    padding: 7px 15px 7px 15px;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.boxed-btn3:hover {
    color: #ffffff !important;
    border: 1px solid #FBC02D;
    background: #FBC02D;
}

/* Job Listing */

.job_listing_area {
    background: #F5F7FA;
    padding: 45px 0;
}

.job_listing_area .job_lists {
    margin-top: 50px;
}

.job_listing_area .job_lists .single_jobs {
    padding: 20px 30px;
    margin-bottom: 12px;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 128px;
}

.job_listing_area .job_lists .single_jobs:hover {
    border-color: #2196F3;
}

.white-bg {
    background: #ffffff;
}

.job_listing_area .job_lists .single_jobs .jobs_right .apply_now a.heart_mark {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #F44336;
    border: 1px #F44336 solid;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: #EFFDF5;
    margin-right: 15px;
}

.job_listing_area .job_lists .single_jobs .jobs_right .apply_now a.heart_mark:hover {
    background: #F44336;
    color: #fff;
}

.job_listing_area .job_lists .single_jobs .jobs_right .apply_now a.boxed-btn3 {
    padding: 9px 27px 9px 27px;
    font-size: 14px;
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.jobs_right {
  float: right;
}

.date {
  float: right;
}

.job_listing_area .job_lists .single_jobs .jobs_left .jobs_conetent {
    float: left;
}

.jobs_conetent h4 {
    font-size: 18px;
}

.date p {
    font-weight: 700;
}

.job-title {
  font-weight: 600;
}

.job-big-title {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  padding-left: 20px;
}

.load-more-job {
    margin: 20px 15px;
    border-radius: 5px;
}

.job_details_area .single_jobs {
    padding: 30px;
    border-bottom: 1px solid #EAEAEA;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.jobs_right .apply_now a.heart_mark {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #F44336;
    border: 1px solid #F44336;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: #EFFDF5;
}

.jobs_right .apply_now a.heart_mark:hover {
    background: #F44336;
    color: #fff;
}

.width-100 {
  width: 100%;
}

.post--content .single-wrap {
    margin-top: 30px;
}
.job-content {
    padding: 0 40px;
}

/* AIZAT - Permohonan Aduan */

.job_details_area .apply_job_form {
    padding: 40px;
}

.boxed-btn2 {
    background: #00D363;
    color: #fff;
    display: inline-block;
    padding: 7px 15px 7px 15px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #00D363;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.boxed-btn2:hover {
    background: #059d4c;
    color: #fff;
}



@media (min-width: 768px) {

    .navbar-minimal.open {
        width: 50px;
    }

    .navbar-minimal.open > .navbar-menu {
        overflow: visible;
    }

    .navbar-minimal > .navbar-menu > li > a > .desc {
        position: absolute;
        display: inline-block;
        top: 50%;
        left: 130px;
        margin-top: -20px;
        margin-left: 20px;
        text-align: left;
        white-space: nowrap;
        padding: 10px 13px;
        border-width: 0px !important;
        background-color: rgb(51, 51, 51);
        background-color: rgba(51, 51, 51, 0.8);
        opacity: 0;
    }

    .navbar-minimal > .navbar-menu > li > a > .desc:after {
        z-index: -1;
        position: absolute;
        top: 50%;
        left: -10px;
        margin-top: -10px;
        content: '';
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid rgb(51, 51, 51);
        border-right-color: rgba(51, 51, 51, 0.8);
    }

    .navbar-minimal > .navbar-menu > li > a:hover > .desc {
        left: 60px;
        opacity: 1;
    }
}
