/* 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: #029f5b;
    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;
}

/* 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: 11px;
    right: 50px;
    width: 0;
    background-color: #f0f0f000;
    border-top: 0 !important;
    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: 18px;
    padding: 5px 10px;
    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: 0;
    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: 10px 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;
}

.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;
}

.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;
}



@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;
    }
}
