header{height: 140px; z-index: 100;}

.header_bg_1{height: 80px; background-color: #fff;}
.header_bg_2{height: 58px; width:100%; background-color: #CBB479;}
.head_logo img{float: left; padding-top: 3px; height: 100%;}
.head_logo a:link{text-decoration: none;}

.pattern{top:0;left:0; display: inline;}
.menu_list{float: right;}
.menu_list a{float: right;}
.menu_list .menu_btn{float: right;}
.menu_btn{
	height: 58px;
	background-color: #CBB479;
	margin-left: 20px;
	padding-left: 10px; padding-right: 10px;
	font-family: Ariel;
	font-weight: 150; font-size: 18px;
	text-align: right; line-height: 58px;
	color: #fff;
}

.menu_btn a{color: #fff;}

.menu_btn:hover{
	background-color: #DBCDAB;
}

@media(max-width: 768px){
	.menu_list{display: none;}
}

.menu_toggle{
	width: 58px; height: 58px;
	position: absolute; top: 0; right: 20px;	
	padding-top: 12px; padding-bottom: 4px;
	visibility: hidden;
}

@media(max-width: 768px){
	.menu_toggle{visibility: visible;}
}
.toggle_bar{padding-top: 7px;}
.toggle_bar span{
	display: block;
	width: 40px; height: 6px;
	margin-bottom: 8px;
	border-radius: 5px;
	background-color: #fefefe;
	opacity: 0.7;
}

#pop_menu{
	visibility: hidden;
}

#popup_menu:target{
	position: fixed; top:0; right:0;
	visibility: visible;
	opacity: 1;
	box-shadow: -1px -1px 1px rgba(0,0,0,0.5);
}

.pop_menulist{
	width: 100vw; height: 100vh;
	background-color: #fff;
	visibility: hidden;
	opacity: 1;
	transition:all 0.3s ease-in;
}
.pop_menulist ul{
	position: absolute; top: 50%; left: 50%;
	transform: translate(-50%,-50%);
}


.pop_menu_close{
	position: absolute; top:80px; right: 80px;
	transition: all 0.5s;
}
.pop_menu_close:hover{
	transform: rotate(180deg);
}

.close-icon{
	width: 30px; height: 30px;
}



.bgi{
	position: fixed; top: 0; left: 0;
	width: 100%; height: 100%;
	background-image: url(../images/latestnew_bgi.png);
	background-repeat: no-repeat;
	background-position: center;
}
.n_card {
	background-color: #fefefe;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #9d9d9d;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 16px;
	margin-bottom: 16px;
	height: 200px;
}
.n_pic_outter{
	height: 176px;
}

.n_pic_img1{
	background-image: url(../images/News_img_1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%; height: 100%;
}

.subtitle_H2 p{
	font-size: 24px;
	font-weight: 600;
	font-family: Georgia;
	color: #CBB479;
	text-align: left;
	line-height: 24px;
	margin: 0px 0px 8px 0px; 
}

.subtitle_H3 p{
	font-size: 20px;
	font-weight: 300;
	font-family: Georgia;
	color: #CBB479;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 8px 0px; 
}
.n_content{
	height: 176px;}


.text p{
	font-size: 16px;
	line-height: 20px;
	font-family: Georgia; color: #1d1d1d;
	text-align: justify; 
	margin: 0px 0px 4px 0px; 
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-height: 80px;

}

.text p::after {
    content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 20px 1px 45px;
    
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}

.n_content a{
	position: absolute;
	bottom: 0; right:16px;
}

.btn_secondary{
	width: 150px; 
	padding-top: 4px; padding-bottom: 4px;
	line-height: 16px; text-align: center;
	border: 2px solid #CBB479;
	font-family: Georgia; color: #CBB479;
	font-style: italic;
}

.btn_secondary:hover{
	box-shadow: 1px 1px 1px #9d9d9d;
	background-color: #CBB479;
	color: #fefefe; font-style: normal;
}


.side_column{
	margin-top: 16px; margin-bottom: 16px;
	padding-top: 12px; padding-bottom: 12px;
}

.q_pic_outter{
	width: 100%; 
	height: 240px;
	background: transparent;
}

.q_img1{
	height: 100%;
	background-image: url(../images/Qualitfication.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.side_column img{
	margin-right: 8px;
}

@media(max-width: 768px){
	.side_column{width: 50%; display: inline-block;}
	.bgi{top:300px;}
}

.logo_white{
	display: none;
	top: 5px; left: 16px;
}

@media (max-width: 414px){
	header{height:60px;}
	.header_bg_1{display: none;}
	.header_bg_2{position: fixed; top:0; left: 0;}
	.logo_white{display: inline;}
	.pattern{display: none;}
	.col-xs-4.n_pic_outter{display: none;}
	.side_column{display: none;}
	.col-xs-8.n_content{width: 100%;}
	.subtitle_H2 p{font-size: 18px;}
	.subtitle_H3 p{font-size: 14px;}
	.text p{font-size: 12px;}
	.btn_secondary{font-size: 14px;}
}

