#subpage .title{
    margin-bottom: 15px;
}

#subpage .title h3{
    font-size: 28px;
    font-weight: normal;
    color: #5c5c5c;
    margin-top: 40px;
    margin-bottom: 10px;
}

#subpage .content *{
    max-width: 100%;
}

#subpage_menu{
    margin-top: 40px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 40px;
    border-left: 1px solid #c2c2c2;
}

#subpage_menu .title h2{
    font-weight: normal;
    color: #f7a525;
    margin-top: 0;
}
#subpage_menu .title{
    border-bottom: 1px solid #f7a525;
}

#subpage_menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#subpage_menu li{
    display: inline-block;
    width: 100%;
    float: left;
    clear: left;
}

.subpage_menu a{
    display: block;
    padding: 5px 10px 5px 10px;
    border-radius: 2px;
    font-size: 13px;
    text-decoration: none;
    color: #3f3f3f;
}
.subpage_menu a:hover{
    background: rgba(247, 165, 37, 0.8);
    color: #fff;
}
.subpage_menu a.active, .subpage_menu a.active:hover{
    background: rgba(247, 165, 37, 1);
    color: #fff;
}
.subpage_menu .panel-heading a:not(".collapsed"){
    background: rgba(247, 165, 37, 1) !important;
    color: #fff !important;
}
.subpage_menu .panel-heading a{
    font-size: 16px;
    padding-left: 15px;
}
.subpage_menu .panel-body a:hover, .subpage_menu .panel-body a.active:hover{
    background: #d3d3d3;
    color: #f7a525;
}
.subpage_menu .panel-body a.active{
    background: #fff;
    color: #f7a525;
    font-weight: bold;
}

.subpage_menu .panel, .subpage_menu .panel-default, .subpage_menu .panel-heading, .subpage_menu .panel-body{
    padding: 0 !important;
    margin: 0 !important;
    background: transparent;
    border: none !important;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
}
.subpage_menu .panel-body{
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #c2c2c2 !important;
}
.subpage_menu .panel-heading a{
    padding-top: 7px;
    padding-bottom: 7px;
}
@media (max-width: 480px) {
    #subpage_menu{
        padding-left: 0;
        border-left: none;
    }
}

.feature-thumbnail img{
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.feature-thumbnail{
    width: 220px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
}
.feature-title{
    padding-top: 15px;
    font-size: 17px;
    color: #f7a525;
}
.feature-content{
    padding: 15px;
    text-align: justify;
}
@media (min-width: 768px) {
    #subpage .post{
        min-height: 480px;
    }
}

.post_feature{
    background: #f2f4f5;
}
#subpage .block_title{
    padding-top: 10px;
    border-bottom: 1px solid #cccccc;
}
#subpage .block_content{
    padding-top: 35px;
    padding-bottom: 35px;
}
.post_related .related-item{
    position: relative;
}
.post_related .related-thumbnail{
    height: 180px;
    text-align: center;
}
.post_related .related-thumbnail img{
    max-width: 100%;
    max-height: 100%;
}
.post_related .related-title{
    position: absolute;
    top: 0;
    padding: 15px 10px;
    color: white;
    font-size: 16px;
}
/*RELATED SLIDE*/
.post_related .owl-nav .owl-prev,.post_related .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(37, 37, 37, 0.8);
    font-size: 20px;
    padding: 12px 2px 10px 2px;
}
.post_related .owl-nav .owl-prev{
    left: 0;
    /*-moz-border-radius: 0 100px 100px 0;*/
    /*-webkit-border-radius: 0 100px 100px 0;*/
    /*border-radius: 0 100px 100px 0;*/
    /*padding: 15px 10px 13px 2px;*/
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;

}
.post_related .owl-nav .owl-next{
    right: 0;
    /*-moz-border-radius: 100px 0 0 100px;*/
    /*-webkit-border-radius: 100px 0 0 100px;*/
    /*border-radius: 100px 0 0 100px;*/
    /*padding: 15px 2px 13px 10px;*/
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.post_related .owl-nav{
    -moz-opacity: 0;
    opacity: 0;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}
.post_related .owl-carousel:hover > .owl-nav{
    -moz-opacity: 1;
    opacity: 1;
}
.post_related .owl-nav i{
    color: #fff;
}
.post_related .owl-prev:hover i, .post_related .owl-next:hover i{
    color: #f57020;
}
/*CASE STUDY - CASE SUCCESSFULL*/
.post_case_study .case_study-thumbnail{
    height: 180px;
    text-align: center;
}
.post_case_study .case_study-thumbnail img{
    max-width: 100%;
    max-height: 100%;
}
.post_case_study .case_study-title{
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
}
.post_case_study .case_study-content{
    padding-top: 15px;
    padding-bottom: 15px;
}
.block_successfullcase .item{
    overflow: hidden;
}

.block_successfullcase .icon_hover:hover .services-mark{
    -moz-opacity: 1;
    opacity: 1;
}
.block_successfullcase .boxes_content{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -100%;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 9999;
    color: #fff;
    margin-bottom: 0;
    height: auto;
    padding: 10px 20px;
}
.block_successfullcase .icon_hover:hover .boxes_content{
    bottom: 0;
}

.block_successfullcase .thumbnail{
    margin-bottom: 0;
}
.block_successfullcase .thumbnail img{
    width: auto;
    height: auto;
}
.successfullcase-mark{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.78);
    -moz-opacity: 0;
    opacity: 0;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.block_successfullcase .icon_hover:hover .successfullcase-mark{
    -moz-opacity: 1;
    opacity: 1;
}

.feature-thumbnail img{
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.feature-thumbnail img:hover{
    transform: scale(1.2);
    -moz-opacity: 1;
    opacity: 1;
}
.post_case_study .owl-nav .owl-prev,.post_case_study .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(37, 37, 37, 0.8);
    font-size: 20px;
    padding: 12px 2px 10px 2px;
}
.post_case_study .owl-nav .owl-prev{
    left: 0;
    /*-moz-border-radius: 0 100px 100px 0;*/
    /*-webkit-border-radius: 0 100px 100px 0;*/
    /*border-radius: 0 100px 100px 0;*/
    /*padding: 15px 10px 13px 2px;*/
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;

}
.post_case_study .owl-nav .owl-next{
    right: 0;
    /*-moz-border-radius: 100px 0 0 100px;*/
    /*-webkit-border-radius: 100px 0 0 100px;*/
    /*border-radius: 100px 0 0 100px;*/
    /*padding: 15px 2px 13px 10px;*/
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.post_case_study .owl-nav{
    -moz-opacity: 0;
    opacity: 0;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}
.post_case_study .owl-carousel:hover > .owl-nav{
    -moz-opacity: 1;
    opacity: 1;
}
.post_case_study .owl-nav i{
    color: #fff;
}
.post_case_study .owl-prev:hover i, .post_case_study .owl-next:hover i{
    color: #f57020;
}
.item_successfulcases{
    padding: 10px;
    background: #ffffff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*ABOUTUS*/
#subpage .post_about{
    padding-bottom: 40px;
}
#subpage .post_about span.line{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    min-height: 1px;
    border-bottom: 2px solid #f57020;
    margin-bottom: 10px;
}
.item_about{
    margin-bottom: 15px;
}
.item_about .about-thumbnail img{
    max-width: 220px;
    max-height: 160px;
    margin-right: auto;
    margin-left: auto;
}
.item_about .title{
    color: #f57020;
    font-size: 18px;
}
.item_about .short_des{
    font-size: 15px;
    line-height: 17px;
    text-align: justify;
    padding-right: 10px;
    overflow: auto;
    max-height: 120px;
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 6;*/
    /*-webkit-box-orient: vertical;*/
    /*-moz-box-orient: vertical;*/

}

.item_about .short_des::-webkit-scrollbar{
    /*display: none;*/
    width: 3px;
}
.item_about .short_des::-webkit-scrollbar-thumb {
    background: rgba(37, 37, 37, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


@media (max-width: 480px) {
    .item_about .short_des{
        padding-right: 0;
        overflow: unset;
        max-height: unset;
    }
    .item_about .title{
        text-align: center;
        margin-top: 15px;
    }
    .item_about .about-thumbnail img{
        width: 100%;
        max-width: none;
        max-height: none;
    }
    #subpage .item_about .title{
        margin-bottom: 0;
    }
    .item_about{
        margin-bottom: 30px;
    }
}
.item_award{
    margin-bottom: 30px;
    border: 1px solid #c9cdd4;
    box-sizing: border-box;
}

.item_award .award-thumbnail{
    margin-left: auto;
    margin-right: auto;
    width: 220px;
    height: 220px;
    background: radial-gradient(ellipse at center, #fff 0%,#c9cdd4 100%);
    vertical-align: middle;
    display: table-cell;
}

.item_award .award-thumbnail img{
    max-width: 200px;
    max-height: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.item_award .award-content{
    padding-left: 15px;
    padding-right: 15px;
}

.item_award .award-content .title{
    text-align: center;
    color: #f57020;
    font-size: 17px;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 60px;
    line-height: 20px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}
.item_award .award-content .short_des{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 150px;
    line-height: 17px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    text-align: center;
}

@media (max-width: 480px) {
    .item_award .award-thumbnail{
        display: block;
        width: 100%;
        height: auto;
        padding: 15px 0;
    }
}

.subpage_title_detail{
    padding-left: 0;
    padding-right: 0;
}
.subpage_title_detail h4{
    text-align: left;
}
