h1 {
    font-family: "segoe ui bold";
    font-size: 20px;
    color: #333;
    padding: 0px 0px 12px 0px;
    margin-top: 11px;
}

.wapper-page-detail .summary {
    font-weight: bold;
    margin-bottom: 20px;
}
.wapper-page-detail .description {
	 padding-bottom: 20px;
}
.share_bottom.share {
    padding-bottom: 15px;
}

@media only screen and (max-width:600px){
   .content_detail.wapper-page.wapper-page-detail {
        text-align: justify;
    }
    .wrapper-breadcrumbs {
        margin-bottom: 0px !important;
    }
}

/*menu*/
.activated .div-menu a {
     color: #333 !important ; 
     font-family: "segoe ui bold";
}
.activated .div-menu {
     background: #fff !important; 
}
blockquote {
    background: #ffefef;
    padding-left: 2em;
    padding: 20px 20px 20px 31px;
    border-radius: 10px;
}
.div-menu a{
    border-bottom: 1px solid #ededed;
}

.activated .div-menu a:before {
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    background: #999;
}
.description > p > img {
    max-width: 100%;
    height: auto !important;
}
.description p img {
    margin-right: 20px !important;
	border-radius: 18px 0px 0px 18px;
}
.share_bottom {
    margin-top: 20px;
}
.description > div > h3 {
    padding-bottom: 10px;
    font-family: "arial bold";
    padding-top: 10px;
}
.description > div > ul {
    margin-left: 210px;
}
@media only screen and (max-width:600px){
	.col-right {
		width: 100%;
	}
}
@media only screen and (max-width:1200px){
	.col-left {
		margin-right: 20px;
	}
	.main-content {
		padding: 0px 10px;
	}
	.description img {
		max-width: 100%;
		height: auto !important;
	}
}
@media only screen and (min-width:785px) and (max-width:1200px){
	.col-right.fr {
		width: initial !important;
		float: none !important;
		overflow: hidden;
	}
}
@media only screen and (max-width:785px){
	.col-right.fr {
		width: 100% !important;
		float: none !important;
		overflow: hidden;
	}
}
@media only screen and (max-width:735px){
	
	.col-left.fl {
		width: 100% !important;
	}
}