/*PC*/
@media only screen and (max-width: 2000px) and (min-width: 951px){
	.text_logo_rigth{
		text-align: right;
    	margin-top: 9px;
	}
	.text_logo_left{
		margin-top: 0px;
		    margin-bottom: 20px;
	}
	.text_logo_left > img{
		height: 120px;
	}
	.back_img{
	background-image: url(picture/bg/bg1.png);
    background-position: 100% 167%;
    background-repeat: no-repeat;
	}
	.back_img2{
		background-image: url(picture/bg/bg2.png);
	    background-position: 69% 86%;
	    background-repeat: no-repeat;
	}
	.back_img3{
		background-image: url(picture/bg/bg3.png);
	    background-position: 64% 93%;
	    background-repeat: no-repeat;
	}
	.name_ab{
		color: #086f2a;
	    font-weight: bold;
	    font-size: 27px;
	    padding: 24px 0px;
	}
	.head_ab{
		    font-size: 20px;
    /* font-weight: bold; */
    color: #086f2a;
	}
	.margin_space_extra{
		margin-top: 104px;
	}
	.space_bar_top{
		padding-top: 38px;
	}
}


/*IPAD*/
@media only screen and (max-width: 950px) and (min-width: 768px){
	.text_logo_rigth{
		text-align: right;
    	padding: 7px;
	}
	.text_logo_left{
		width: 500px;
	}
	.text_logo_left > img{
		height: 120px;
	}
	.navbar.navbar-default .navbar-collapse {
		padding: 10px;
	}
	.name_ab{
		color: #086f2a;
	    font-weight: bold;
	    font-size: 27px;
	    padding: 24px 0px;
	}
	.head_ab{
		    font-size: 20px;
    /* font-weight: bold; */
    color: #086f2a;
	}
	.margin_space_extra{
		margin-top: 5px;
	}
}


/*MOBILE*/
@media only screen and (max-width: 767px) and (min-width: 0px){
	.text_logo_rigth{
		text-align: left;
    	padding: 2px;
	}
	.text_logo_left{
		
	}
	.text_logo_left > img{
		padding: 9px;
    	width: 100%;
	}
	.navbar.navbar-default .navbar-collapse {
		padding: 0px 20px;
    	background-color: #eaeaea;
	}
	.name_ab{
		color: #086f2a;
	    font-weight: bold;
	    font-size: 15px;
	    padding: 13px 0px;
	}
	.head_ab{
		    font-size: 14px;
    /* font-weight: bold; */
    color: #086f2a;
	}
	.margin_space_extra{
		margin-top: 11px;
	}
	.font_head_box {
    	font-size: 14px !important;
	}
	.font_text_box {
	    -webkit-line-clamp: 3 !important;
	    font-size: 10px !important;
	}
}