.name-pro{
    font-size:22px;
    font-family:"segoe ui bold";
    margin-top: 6px;
    margin-bottom: 7px;
}
.col-right p {
    font-size: 15px;
    font-family: "segoe ui";
    line-height: 22px;
}
.document {
    border: 1px solid #ddd;
    display: inline-block;
    margin: 16px 0px 0px 0px;
    padding: 6px 15px;
    border-radius: 3px;
}
.document > a{
    text-decoration: none;
    color:#333;
    font-size:15px;
}
.wrapper-social {
    margin-top: 17px;
}



.div-menu {
    border-bottom: 1px solid #ededed !important;
    background: #f4f4f4;
    position: relative;
}

.div-menu:after {
    background: url("../images/sign-leftmenu.png") no-repeat 0px 2px !important;
    width: 20px;
    height: 22px;
    content: " ";
    position: absolute;
    right: 10px;
    top: 13px;
}
.sub_menu{
    display:none;
    -webkit-transition: 2s linear 1s; /* For Safari 3.1 to 6.0 */
    transition: 2s linear 1s;
}
.activated .sub_menu{
    display:block;
}
.menu-item:hover .sub_menu{
    display: block !important;
    -webkit-transition: 2s linear 1s; /* For Safari 3.1 to 6.0 */
    transition: 2s linear 1s;
}

@media only screen and (max-width:1200px){
	.main-content {
		padding: 0px 10px;
	}
	.col-right.fr {
		max-width: 100%;
		width: initial !important;
		float: none;
		overflow: hidden;
	}
	.col-left {
		margin-right: 20px;
	}
	.description img,.apply-product img {
		max-width: 100%;
		height: auto !important;
	}
}

@media only screen and (max-width:735px){
	.col-right.fr {
		width: 100% !important;
		overflow: visible;
	}
	.col-left.fl {
		width: 100% !important;
		margin-bottom: 10px;
	}
	
}