@font-face {
	font-family: 'Prompt-Regular';
	src: url('fonts/Prompt-Regular.eot');
	src: url('fonts/Prompt-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/Prompt-Regular.woff') format('woff'),
	url('fonts/Prompt-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Prompt-Light';
	src: url('fonts/Prompt-Light.eot');
	src: url('fonts/Prompt-Light.eot?#iefix') format('embedded-opentype'),
	url('fonts/Prompt-Light.woff') format('woff'),
	url('fonts/Prompt-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body{
    font-family: 'Prompt-Light';
	cursor: default;
	position: relative;
	line-height:normal;
    color: #252525;
	font-size:14px;
}

img{ border:0; margin:auto;}
a{ text-decoration:none;}
a:hover{ text-decoration: none;}
.h30{clear:both; width:100%; height:3rem;}
.h20{clear:both; width:100%; height:2rem;}
.h10{clear:both; width:100%; height:10px;}

a{text-decoration:none;color:inherit;}
a:hover{color:inherit;}
ul{padding-left: 0;margin-bottom: 0;}
button{cursor:pointer;}
button:focus{outline: none;}

.text-blod{font-family: 'Prompt-Regular';}


/*-----Header-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.navbar{
	font-family: 'Prompt-Regular';
	border-bottom:1px solid #7a0017;
	background:#FFF;
	margin-bottom:1rem;
	color:#666;
}
.navbar.slim{
	border-bottom:1px solid #7a0017;
}
.navbar-brand{
	font-size:1rem;
	color:#7a0017;
}
.navbar ul.navbar-nav li a{
	color:#666666;
}
.navbar ul.navbar-nav li a:hover ,.navbar ul.navbar-nav li a.active{
	color:#7a0017;
}
.menu-lang a{
	padding:1px 0;
}
.dropdown-menu{
	padding:0;
}
.dropdown-menu a{
	padding:0.5rem 0.5rem;
}


.header{
	padding:0px 0 15px;
	margin-bottom:30px;
	/*border-bottom:1px solid #F1F1F1;*/
}
.header-top{
	padding:5px 0px;
	margin-bottom:30px;
	border-bottom:1px solid #F1F1F1;
}
.header-menu li{
	display:inline-block;
	padding:0 10px;
}
.header-menu2{
	margin:0 auto;
	text-align:center;
	font-size:1.1rem;
}
.header-menu2 li{
	display:inline-block;
	padding:0 20px;
	margin: 0 auto;
	font-weight:bold;
}
.header-menu2 li:hover{
	color:#7a0017;
}

.logo-title{
	color:#7a0017;
	font-size:2.2rem;	
}
.logo-name{
	font-size:1.5rem;
}


.icon-circle{
	width:35px;
	height:35px;
	border-radius:50%;
	background:#7a0017;
	position:relative;
	margin:0 2px;
	padding-left: 10px;
	padding-top: 6px;
}
.icon-circle:hover{
	background:#CCC;
}
.icon-circle svg{
	font-size:1.1rem;
	color:#FFF;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.faculty-mainmenu .dropdown:hover .dropdown-menu{
	display:block;
}
.faculty-mainmenu .dropdown-menu{
	border-radius:0;
}
.bg-light {
    background-color: #FFF !important;
}

/*-----Content-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.title-page{
	font-size:1.2rem;
	color:#7a0017;
	border-bottom:1px solid #888888;
	margin-bottom:2rem;
	font-weight:bold;
}
.title-sub{
	font-size:1.1rem;
	border-bottom:1px solid #888888;
	margin-bottom:1rem;
	font-weight:bold;
}
.title-1{
	font-size:2rem;
	margin-bottom:1.2rem;
	font-weight:bold;
}
.profile-text{
	font-size:1.1rem;
	line-height:1.48;
	color:#888888;
}
.profile-text ul,.profile-text ol{
	padding-left:20px;
}
.profile-text-1{
	font-size:1.5rem;
	color:#252525;
	font-weight:bold;
}
.profile-text span{
	color:#000;
	font-weight:bold;
}
.profile-text svg{
	color:#7a0017;
}




/*-----Page Login -----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.btn-resocial{
	width:100%;
	border:1px solid #e3e3e3;
	padding:6px 0;
	text-align:center;
	margin:15px auto;
	display:block;
	background:#7a0017;
	color: #FFF;
	transition: all 0.3s;
	border-radius:5px;
}
.btn-resocial-1{
	width:100%;
	border:1px solid #e3e3e3;
	padding:6px 0;
	text-align:center;
	margin:0 auto;
	display:block;
	background:#FFF;
	color: #252525;
	transition: all 0.3s;
	border-radius:5px;
}
.btn-resocial:hover {
	background:#706f6d;
	color: #FFF;
}
.btn-resocial-1:hover{
	background:#7a0017;
	color: #FFF;
}

.fa-google path{
  fill:url(#grad1);
}
.fa-google + .fa-google path{
  fill:url(#grad2);
}
.icon {
  display:inline-block;
  position:relative;
}
.fa-google + .fa-google {
   position:absolute;
   left:0;
   top:3px;
   clip-path: polygon(0% 0%,120% 0%,0% 75%);
}

.form-profile .form-control{
	margin-bottom:10px;
	font-size:16px;
	color: #666;
	padding:6px 8px;
	height:auto;
}



/*-----Page Profile -----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.blog-tags{
	font-family: 'Prompt-Regular';
	margin-bottom:30px;
	font-size:15px;
	line-height:1.4;
}
.img-profile{
	background: #F9F9F9;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom:120%;	
	transition: all 0.3s;
}
.img-profile img{
	position:absolute;
	width:100%;
	height:auto;
	display:inline-block;	
	transition: all 0.3s;
	top:0%;
	left:50%;
	-ms-transform: translate(-50%,0%);
	-webkit-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
}
.img-show{	
	width: 100%;
	height: 200px;	
	overflow: hidden;
	margin-bottom:10px;
}
.img-show img{
	width: 100%;
	height: 200px;	
	object-fit: cover;	
	transition: all 0.3s;
}
.img-show:hover img{
	transform: scale(1.1);
}
.blog-tags:hover{
	color:#7a0017;
}


.centeredImageContainer {
    height: 100px;
    width: 100px;
    overflow: hidden;
    position: relative;
}
.centeredImage {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
}
.menu-member{
	padding:10px 0px;
	font-weight:bold;
	/*background:#F9F9F9;	*/
}
.menu-membitem{
	padding:10px 0;
	border-bottom:1px solid #eaeaea;
}
.menu-membitem:hover{
	color:#7a0017;
}
.memb-title{
	font-size:1.2rem;
	border-bottom:2px solid #7a0017;
	margin-bottom:20px; 
}
.memb-alert{
	color:#FF0000;
	text-align:center;
	margin:0.5rem 0;
	font-size:1.2rem;
}




.btn-alert{
	width:100%;
	color:#7a0017;
	border:2px solid #e8c8c8;
	background:#e7d8d8;
	text-align:center;
	border-radius:5px;
	padding:0.3rem 0.25rem;
	cursor:pointer;
}
label.btn-alert:hover{
	color:#e8c8c8;
	background:#7a0017;
	border:2px solid #7a0017;
}

label.btn-alert input[type="file"] {
	display: none;
}

.btn-alert2{
	width:100%;
	color:#008624;
	border:2px solid #008624;
	background:#D7EFD9;
	text-align:center;
	border-radius:5px;
	padding:0.3rem 0.25rem;
	cursor:pointer;
}





/*-----Page Personnel -----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.menu-personnel{
	list-style:none;
}
.menu-personnel li{
	margin-bottom:5px;
	font-size:1.1rem;
	font-weight:bold;
}
.menu-personnel li:hover, .menu-personnel li.active{
	color:#7a0017;
}

.member-box{
	color:#333;
	font-size:0.8rem;
	font-weight:bold;
	margin-bottom:20px;
}
.member-box:hover{
	color:#7a0017;
}
.member-img{
	width: 100%;
	margin-bottom:20px;
	overflow: hidden;
}
.member-img img{
	width: 100%;
	height:340px;	
	object-fit: cover;
	object-position: 50% 0;

	
	
/*	position:absolute;
	width:100%;
	height:auto;	
	display:inline-block;	
	transition: all 0.3s;
	top:0%;
	left:50%;
	-ms-transform: translate(-50%,0%);
	-webkit-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	transform: translate(-50%,0%);*/
}

.member-pofile{
	position: relative;
	margin-bottom:30px;
}
.member-pofile-img{
	width: 94%;
	overflow: hidden;
	position: relative;
	padding-bottom:115%;	
	background:#EAEAEA;
	transition: all 0.3s;
	left:1rem;
	top:1rem;
}
.member-pofile-img img{
	display:inline-block;
	transition: all 0.3s;
	height:auto;
	width:100%;
	position:absolute;
	top:0%;
	left: 50%;
	-ms-transform: translate(-50%,0%) scale(1);
	-webkit-transform: translate(-50%,0%) scale(1);
	-moz-transform: translate(-50%,0%) scale(1);
	-o-transform: translate(-50%,0%) scale(1);
	transform: translate(-50%,0%) scale(1);
}
.member-pofile-frame{
	position:absolute;
	width:94%;
	border:3px solid #7a0017;
	height:99%;	
}







.line1style{
	width:100%;
	border-bottom:1px solid #CCC;
	margin:1.2rem 0;
}
.line2style{
	width:100%;
	border-bottom:3px solid #7a0017;
	margin:1.2rem 0;
}
.line3style{
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	margin:2% 0;
}

.footer{
	padding:3% 0 2%;
	background:#44121c;
	color:#FFF;
}

.footer-title{
	font-size:1.2rem;
}

.icon-hover img{
	transition:all .3s;
}
.icon-hover img:hover{
	transform: translateY(-5px);
}



.btn-tags{
	text-align:left;
	background:#FFF;
	margin-right:10px;
	font-size:1.2rem;
	border-radius:0;
	font-weight:bold;
}
.btn-tags.dropdown-toggle::after{
	margin-left:1rem;
}
.btn-tags:focus{
	outline:0;
}
.dropdown-tags {
	border-radius:0;
}
.dropdown-tags .dropdown-menu{
	border-radius:0;
}
.tagspost{
	font-size:1.1rem;
}
.tagspost:hover{
	color:#7a0017;
}



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#acMember{
	font-size:16px;
}
#acMember .panel-default{
	border-bottom:1px solid #EAEAEA;
	padding:10px 0;
}
#acMember .panel-default .list-group{
	padding:10px 0 10px 15px;
	border-top:1px solid #EAEAEA;
}
#acMember .panel-collapse{
	padding-top:10px;
}



/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/

@media only screen and (max-device-width: 768px){
	.member-img img{
		height:230px;	
	}	
}
@media (min-width: 768px){

.navbar{
	border-bottom:1px solid #CCC;
	background:#FFF;
	margin-bottom:0;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.navbar-expand-md .navbar-nav .nav-link:first-child {
    padding-left: 0;
}

.faculty-mainmenu .dropdown a::after{
	display:none;
}

.last-so{
	border-right:1px solid #CCC;
	padding-right:10px;
	margin-right:10px;
}

}

@media (min-width: 992px){
	
}

@media (min-width: 1200px){
	
body{
	font-size:16px;
}
.navbar{
	border-bottom:1px solid #CCC;
	background:#FFF;
	margin-bottom:30px;
	padding:1rem 0;
}
.menu-lang a{
	padding-right:0 !important;
}
.menu-lang a:after{
	display:none;
}
.title-page{
	font-size:1.8rem;
}
.title-sub{
	font-size:1.3rem;
}
.member-box{
	font-size:1rem;
}

}

@media (min-width: 1400px){
	.container {
		max-width: 1280px;
	}
}

@media (min-width: 1900px){
}
