/*
=============================================
				ABOUT US 2
=============================================
*/
.book-guide {
    float: left;
    width: 100%;
}

.book-guide img.about-img {
    width: 100%;
    display: block;
    border: 20px solid #f6f6f6;

}

.book-guide p {
    text-align: justify;
}

.about-subtitle {
    margin-bottom: 30px;
}
.about-subtitle h2 {
    line-height: 1;
    margin: 0 0 20px 0;
    font-weight: 700;
    font-size: 20px;
    color: #4a4750;
    position: relative;
    padding: 0px 0px 20px 0px;
}

.about-subtitle h2:before {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #333;
    position: absolute;
    right: 0px;
    bottom: 0px;
}



.kd-list2{
    float:left;
    width:100%;
    padding:0px;
    margin:0px;
    list-style:none;

}

.kd-list2 li{
    float:left;
    width:100%;
    /*color:#999;*/
    padding:0px 20px 0px 0px;
    position:relative;
    margin:7px 0px;
}

.kd-list2 li:before{
    content:"";
    height:6px;
    width:6px;
    position:absolute;
    right:0px;
    top:9.9px;
    background-color: #32B5F3;

}
.kd-list2 li p{
    margin:0px;
}
.kd-list2 li a{
    color:#999;
    display:block;
    text-decoration:none;
}


/*----------------------------------------*/
/*TABS*/
/*----------------------------------------*/
.inahj-departments {
    background-color: #9b9b9b;
}



.kd-tab-2{
}

.kd-tab-2 ul.tabs {
    margin-bottom: 20px;
}


.kd-tab-2 .kode-thumb{
    display: flex;
}
.kd-tab-2 .kode-thumb img{
    /*width:100%;*/
    border: 15px solid #fff;
}
.kd-tab-2 .kode-text{
    /*float:left;*/
    width:100%;
    text-align: justify;
    padding: 0 20px 0 0;
}

.kd-tab-2 .kode-text p {
    margin: 0 0 15px 0;
    color: #fff;
}
