/*html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}*/

/* temp */
.width100{
	width: 100%;
}

.box-campus{
	line-height: 24px !important;
}

.lang{
	float: right;
	/*border-top: 1px solid #fff;*/
}

.lang .web-lang{
	float: left;	
	color: #fff;
}

.lang .img-lang{
	float: left;	
	margin-left: 10px;
}

.lang .img-lang img{
	width: 25px;
}
/* end temp*/

.this-pc{
	display: block;
}

.this-mobile{
	display: none;
}

a{
	text-decoration: none !important;
}

a.aLink{
	color: #444;
}

a.aLink:HOVER{
	color: #9C7749;
}

.thumbnail .caption{
	color: #999;
}

h4, .h4 {
    font-size: 17px;
}

.p10{
	padding: 10px;
}

.mt0{
	margin-top: 0px;
}

.mt5{
	margin-top: 5px;
}

.mt10{
	margin-top: 10px;
	display: inline-block;
}

.mt15{
	margin-top: 15px !important;
}

.mt20{
	margin-top: 20px;
}

.mt50{
	margin-top: 50px;
}

.ml6{
	margin-left: 6px;
}

.ml72{
	margin-left: 72px;
}

.pl0{
	padding-left: 0px;
}

.pr0{
	padding-right: 0px;
}

.btn-danger {
    color: #ffffff;
    background-color: #9e1d20;
    border-color: #9e1d20;
}

.btn-danger:HOVER{
    background-color: #9C7749;
    border-color: #9C7749;
}

.btn-default {
    color: #797878;
    background-color: #ffffff;
    border-color: #a7a7a7;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #797878;
    background-color: #f9f6f6;
    border-color: #a7a7a7;
}

.btn{
	padding: 3px 5px;
	border-radius: 5px;
}

/*.btn{
	padding: 8px 10px;
	border-radius: 10px;
} */

article.min-height{
	min-height: 500px;
}

.pc.toggle{
	margin-top: 70px;
}

/* ***** HOME ***** */
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.navbar-default {
    background-color: #9C7749;
    border-color: #9C7749;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #9C7749;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #E6E6E6;
    border-bottom: 2px solid #939084 !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #b78c57;
    color: #ffffff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #d2b38d;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #b78c57;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img{
	margin-top: -10px;
    width: 365px;
}

.navbar-toggle {
    position: relative;
    float: left;
    margin-left: 3px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
	border-radius: 5px;
    background-color: #888;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default.toggle{
	background-color: #E6E6E6;
    border-color: #E6E6E6;
}

.toggle-text-menu{
    line-height: 50px;
    font-weight: bold;
}

.navbar-default #bs-example-navbar-collapse-pc .navbar-nav > li > a {
    color: #9C7749;
	border-bottom: 2px solid #E6E6E6;
}

.navbar-default #bs-example-navbar-collapse-pc .navbar-nav > li > a.active{
	border-bottom: 2px solid #939084;
}

.menu-float-right{
	float: right;
	font-size: 13px;
}


.box-campus{
	float: right;
	/*line-height: 50px;*/
	line-height: 150px;
}

.box-campus .toggle-search-text{
	display: inline-block;
	color: #fff;
}

.toggle-search-text:FIRST-CHILD{
	margin-right: 2px;
}

.pc.toggle-search-text{
	float: right;
    margin-right: 15px;
}

.pc.toggle-search-text .form-control{
    display: inline-block;
    float: left;
    width: 200px;
   	height: 30px;
    margin-top: 10px;
    border-radius: 10px;
}

.pc.toggle-search-text .toggle-search-icon{
    float: right;
    display: inline-block;
    line-height: 50px;
    margin-left: 10px;
    font-size: 20px;
    color: #fff;
}

.pc.toggle-search-text input:FOCUS{
	border: 1px solid #9C7749;
}

.toggle-search-text a{
	color: #fff;
	text-decoration: none;
}

@media (min-width: 769px){
	.pc.navbar {
    	min-height: 30px;
	}
	
	.navbar-nav > li > a {
	    padding-top: 5px;
	    padding-bottom: 5px;
	}
}
/* ***** END HOME ***** */


/* ***** HOME SLIDE ***** */
#myCarousel{
	margin-top: 104px;/*
*/	margin-top: 4px;
} 
/* ***** HOME END ***** */


/* ***** HOME NEWS ***** */
.thumbnail img.media-object{
	width: 350px;
    height: 180px;
}

.title-head{
	color: #9C7749;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
	margin-bottom: 10px;
}

.title-head h4{
	margin-bottom: 0px;
	font-weight: bold;
}

h4.media-heading{
	font-size: 17px;
}

.media-heading{
	color: #444;
	line-height: 25px;
}

.media-body{
	color: #999;
}

.read-all{
	float: right;
	color: #9e1d20;
	margin-top: 10px;
}

.read-all a{
	color: #9e1d20;
}

.news .thumbnail .caption{
	height: 130px;
}
/* ***** END HOME NEWS ***** */


/* ***** HOME ACTIVITIES ***** */
.activities-date{
	width: 50px;
    text-align: center;	
}

.activities .activities-date{
    color: #2780e3;
    text-decoration: none;
}

.activities .activities-date .date{
	font-size: 35px;
    margin-top: -15px;
    color: #444;
}

.activities .activities-date .month{
    color: #9e1d20;
    margin-top: -10px;
}
/* ***** END HOME ACTIVITIES ***** */


/* ***** VDO ***** */
.vdo iframe{
	width: 100%;
}
/* ***** END VDO ***** */


/* ***** HOME FOOTER ***** */
footer{
	margin-top: 50px;
	background: #9C7749;
	min-height: 100px;
	color: #fff;
	font-size: 13px;
	padding: 10px 0px;
}

footer .footer-box{
	padding: 10px;
	display: inline-block;
	width: 100%;
}

footer .footer-box .footer-box-sub{
	width: 100%;
	display: inline-block;
}

footer .footer-box .footer-box-icon{
	width: 20px;
}

footer .footer-box .footer-box-text{
	width: 90%;
}

footer .footer-box .footer-box-icon,
footer .footer-box .footer-box-text{
	float: left;
}

footer .footer-box .social{
	float: left;
}

footer .footer-header-text{
	font-size: 13px;
}

footer ul.list-link{
	padding-left: 0px;
	list-style: none;
}

footer ul.list-link a.link{
	color: #fff;
	text-decoration: none;
}

footer  ul.list-link li{
	padding: 2px 0px;
}
/* ***** END FOOTER ***** */


/* ============================================================================================================== */
/* ***** INSIDE ***** */
.container.inside{
/*	margin-top: 52px;*/
	margin-top: 52px;
	min-height: 500px;
}

.inside h4{
	font-weight: bold;
	color: #9c7749;
}

.head-inside-text{
	color:#9c7749;
	border-bottom: 1px solid #9c7749;
}

p.indent35{
	text-indent: 35px;
}

.circle-box{
	text-align: center;
}

h4.red{
	color: #9e1d20;
}
.circle-box .circle { 
	width: 60px;
	height: 60px;
	background: #e6e6e6;
	-moz-border-radius: 70px; 
	-webkit-border-radius: 70px; 
	border-radius: 70px;
	line-height: 60px;
    text-align: center;
    font-size: 25px;
	color: #aaa;
    margin: auto;
}

.circle-box a{
	color: #333333;
	text-decoration: none;
}

.circle-box a.active .circle{
	background: #9c7749;
	color: #fff;
}

.circle-box .under-text-icon{
	font-size: 13px;
}

.course-box { 
	display: block;
	border: 1px solid #9c7749;
  	background-color: #9c7749;
  	color: #fff;
	border-radius: 5px;
    text-align: center;
    font-size: 20px;
    margin: 20px 0px 20px 0px;
	font-weight:300;
	padding: 20px;
}

.course-box:hover {
	border: 1px solid #9c7749;
	background: #ffffff;
	color: #9c7749;
}

.campus-box { 
	display: block;
	border: 1px solid #9c7749;
  	background-color: #FFFFFF;
  	color: #9c7749;
	border-radius: 0px;
    text-align: center;
    font-size: 15px;
    margin: 5px 0px 5px 0px;
	font-weight:300;
/*	padding: 20px;*/
}

.campus-box:hover {
	border: 1px solid #9c7749;
	background: #9c7749;
	color: #FFFFFF;
}

.bs-callout-warning {
    border-left-color: #9C7749 !important;
}

.bs-callout-gray{
	border-left-color: #9E9E9E !important;
}

.bs-callout {
	padding: 5px 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout a{
    padding: 2px 5px;
    border-radius: 2px;
    font-size: 12px;
	margin-bottom: 5px;
}

/* ***** INSIDE CONTACT US ***** */
.contactus i{
	font-size: 25px;
	color: rgba(156, 119, 73, 0.4);
}

.contactus .text-address{
	margin-top: 30px;
}

.contactus .text-address .text{
	margin-top: 15px;
}

.contactus i{
	display: flex;
}

.contactus .contactus-box{
	margin-top: 5px;
}

#map_pc{
	width: 100%;
	height: 450px;	
}

.contactus a{
	color: #333333;
	text-decoration: none;
}
/* ***** END CONTACT US ***** */


/* ***** INSIDE ABOUTUS US ***** */

.aboutus .menu-aboutus span{
	width: 20px;
	display: inline-block;
}

.aboutus .menu-aboutus span i{
	color: #9C7749;
}

.aboutus .menu-aboutus{
	border-bottom: 1px solid #E6E6E6;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#horizontalTab .tab-board{
	text-align: center;
}

#horizontalTab .tab-board img{
	margin: auto;
}

#horizontalTab .tab-board .board-box{
	margin-bottom: 20px;
}

#horizontalTab .tab-board .board-box-head{
    margin-bottom: 20px;
}

#horizontalTab .tab-board .position{
	color: #656565;
	font-size: 12px;
}

/* responsive-tabs */
.tabs-responsive{
	margin-left: 15px;
	margin-right: 15px;
}

.r-tabs {
    position: relative;
    background-color: #DEDEDE;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-radius: 4px;
}

.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	background-color: #DEDEDE;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 12px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #545454;
}

.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #9c7749;
	text-shadow: none;
	background-color: white;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.r-tabs .r-tabs-panel {
	background-color: white;

	border-bottom: 4px solid white;

	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;

}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	background-color: #DEDEDE;
	color: #545454;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #1B579D;
	text-shadow: none;
	font-size: 22px;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

.info {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	width: 300px;
	line-height: 100%;

	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	font-size: 14px;
	color: #00c5ad;
	border: 2px solid #00ab94;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;

	cursor: pointer;
}
/* END responsive-tabs */

.aboutus.report ul{
	list-style: none;
	margin-left: -25px;
}

.aboutus.report ul li i{
	color: 	#808080;
}

/* ***** END ABOUTUS US ***** */


/* ***** INSIDE FACULTY ***** */
.faculty .faculty-head-text{
    border-bottom: 1px solid #ccc;
}

.faculty .faculty-sub-text{
	color: #3e3d3d;
}

.faculty a,
.accommodation a,
.aboutus a{
	color: #333333;
	text-decoration: none;
}

.faculty a:HOVER,
.accommodation a:HOVER,
.aboutus a:HOVER{
	color: #9C7749;
	text-decoration: none;
}
/* ***** END FACULTY ***** */


/* ***** INSIDE LIFEGREYGOLD ***** */

.lifegreygold .menu-lifegreygold span{
	width: 20px;
	display: inline-block;
}

.lifegreygold .menu-lifegreygold span i{
	color: #9C7749;
}

.lifegreygold .menu-lifegreygold{
	border-bottom: 1px solid #E6E6E6;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.fancybox-wrap{
	z-index: 100000;
}

.box-gallery{
	margin-bottom: 20px;
}
/* ***** END INSIDE LIFEGREYGOLD ***** */


/* ***** INSIDE COURSE ***** */
.course .menu-course span{
	width: 20px;
	display: inline-block;
}

.course .menu-course span i{
	color: #9C7749;
}

.course .menu-course{
	border-bottom: 1px solid #E6E6E6;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
/* ***** END INSIDE COURSE ***** */


/* ***** INSIDE NEWS ***** */
.news .news-box{
	display: flex;
	padding: 10px;
	background: #f9f9f9;
	margin-bottom: 20px;
}

.news .news-box .detail{
	width: 70%;
	float: left;
}

.news .news-box .detail .sub-date{
	color: #9e1d20;
	font-weight: bold;
}

.news .news-box .detail .sub-title{
	font-weight: bold;
    color: #565656;
    font-size: 17px;
}

.news .news-box .detail .sub-detail{
    padding-right: 20px;
}

.news .news-box .image{
	width: 30%;
	float: right;
}

.news ul.link-news{
	margin-left: -40px;
	list-style: none;
}

.news ul.link-news li{
	margin-bottom: 10px;
}
.news ul.link-news li a{
	color: #444;
	font-size: 16px;
}

.news ul.link-news li a:HOVER {
	color: #9C7749;
}

.detail-date{
	font-weight: bold;
    color: #9e1d20;
}

.news .box-social .social{
	float: left;
}

.news .box-social{
	margin-bottom: 10px;
}
/* ***** END INSIDE NEWS ***** */


/* ***** INSIDE ACTIVITIES ***** */
.activities .media .media-body .group-activities-detail .text-title{
	width: 50px;
    float: left;
}

.activities .media .media-body .group-activities-detail .co{
	float: left; 
	margin: 0px 10px;
}

.activities .media .media-body .group-activities-detail .text-detail{
	display: -webkit-box;
}

.activities.actDetail .activities-date{
	width: 120px;
	border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
	margin-top: -15px;
}

.activities.actDetail .activities-date .date{
	font-size: 60px;
}

.activities.actDetail .activities-date .month{
    font-size: 25px;
}

.activities .media .media-body .group-activities-detail .btn {
    padding: 2px 5px;
    border-radius: 2px;
    font-size: 12px;
    margin-top: 10px;
}

.activities.actDetail .media{
	margin-bottom: 35px;
}
/* ***** END INSIDE ACTIVITIES ***** */


/* ***** INSIDE VDO ***** */
.vdo.vdoDetail iframe{
	width: 100%;
}

/* ***** END INSIDE VDO ***** */


/* ***** INSIDE USR ***** */
.buuusr .buuusr-vdo-box{
	padding: 10px;
    background: #f3f3f3;
	margin-bottom: 20px;
}

.buuusr .buuusr-vdo-box .vdo{
	width: 100%;
}

.buuusr .buuusr-vdo-box .vdo-title{
	font-size: 18px;
	font-weight: bold;
	color: #444;
}

.buuusr .buuusr-vdo-box .vdo-fac{
	color: #9e1d20;
	font-size: 12px;
}

.buuusr .buuusr-news{
	margin-bottom: 20px;
}

.buuusr .buuusr-news .buuusr-news-box{	
	padding: 10px;
	background: rgba(156, 119, 73, 0.08);
}

.buuusr .buuusr-news .news-img{
	margin-bottom: 10px;
}

.buuusr .buuusr-news .news-title{
	font-size: 18px;
    font-weight: bold;
    color: #444;
}

.buuusr .buuusr-news .news-author{
	font-size: 12px;
}

.buuusr .buuusr-news .news-author span,
.buuusr .buuusr-news .news-fac span{
	color: #9e1d20;
}

.buuusr .buuusr-news .news-fac{
	font-size: 12px;
}

.buuusr .buuusr-news .news-file .btn {
    padding: 2px 5px;
    border-radius: 2px;
    font-size: 12px;
    margin-top: 10px;
}
/* ***** END INSIDE USR ***** */


/* ***** INSIDE ALUMNI ***** */
.alumni ul.link-alumni {
    margin-left: -40px;
    list-style: none;
}

.alumni ul.link-alumni li {
    margin-bottom: 10px;
}

.alumni ul.link-alumni li a:HOVER {
    color: #9C7749;
}
.alumni ul.link-alumni li a {
    color: #444;
    font-size: 16px;
}
/* ***** END INSIDE USR ***** */


/* ***** INSIDE PERSON ***** */
.person .panel-primary {
    border-color: #ccc;
}

.person .panel-primary > .panel-heading {
    color: #444;
    background-color: #f3f2f2;
    border-color: #ccc;
    font-weight: bold;
}

/* ***** END INSIDE PERSON ***** */

/* ***** INSIDE SEUDENT ***** */
.student .panel-primary {
    border-color: #ccc;
}

.student .panel-primary > .panel-heading {
    color: #444;
    background-color: #f3f2f2;
    border-color: #ccc;
    font-weight: bold;
}

.student  .panel-body a {
    padding: 2px 5px;
    border-radius: 2px;
    font-size: 12px;
    margin-bottom: 5px;
}
/* ***** END INSIDE SEUDENT ***** */

ul.pagination li a{
	cursor: pointer;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #9c7749;
    background-color: #e6e6e6;
    border-color: #dddddd;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
	padding: 7px 15px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #9c7749;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #9c7749;
    border-color: #dddddd;
    cursor: default;
}

.color-black{
	color: #333333;
	font-weight: normal;
}

table.tec-course-table{
	width: 100%;
}

table.tec-course-table,
table.tec-course-table tr th,
table.tec-course-table tr td{
	border: 1px solid #ccc;
	padding: 5px;
	border-collapse: collapse;
}

div.board-box div.image{
    margin-bottom: 5px;
}