.tabcolor {
  text-align: center;
  position: relative;
  line-height: 100px;
  height: 20px;
  width: 99%;
}

.tabcolor:after {
  background-image: -webkit-linear-gradient(
    0deg,
    #c40022 70px,
    #202f6a 30px,
    #cccccc 40px
  );
  background-image: -ms-linear-gradient(
    0deg,
    #c40022 70px,
    #202f6a 30px,
    #cccccc 40px
  );

  position: absolute;
  content: "";
  height: 4px;
  right: 0;
  left: 0;
  top: 0;
}

h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 14px;
}

.headtext-media {
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-family: "Athiti", sans-serif;
  margin-top: 8px;
}

.headtext-media-home {
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-family: "Athiti", sans-serif;
  margin-top: 8px;
}

.headtext-doc {
  font-size: 14px;
  line-height: 14px;
  height: 40px;
  color: #293f8f;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 0px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.headtext {
  margin: 0px 15px 15px 15px;
}
.headtext {
  position: relative;
  top: 10px;
}

.headtext{	
	font-size: 20px;
	color: #293f8f;
	font-weight: 500;	
}

.officer{  
	border: 1px;
	border-style: solid; 
	border-left-color: #d4d4d4;
	border-right-style: none; 
	border-top-style: none;
	border-bottom-style: none;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 14px;
	font-size:16px;
	height:64px;
	
}
.subofficer {
color: #202f6a; 
font-size: 14px;
line-height: 12px; 
	padding-top: 5px;
}


.content5 {
	top:100px;
}

@media all and (max-width: 1199px) {
	.content5 {
		top:60px;
	}
}

@media all and (max-width: 1024px) {
	.content5 {
		top:70px;
	}
	.btn-group {
		margin-right:20px;
	}
}
	
@media all and (max-width: 767px) {	
	.content5 {
		top:70px;
	}		
	.navbar-default {   
    	height: 100px;
	}	
	
	.intro-section { 
    	margin-top: 100px;  
	}
	
	.navbar-collapse {
		margin-top: 0px; 
	}
	
	/*.section-page, .section-blog {
		margin-top: 150px; 
	}*/
	
	.container {
		width:90%
	}
	
	.headtext {
		position: relative;
    	top: 10px;
	}
	
	.icon-page-next {
		padding-left:5px;
		padding-right:5px;
	}
	
	.container-breadcrumb {
		margin-top: 100px;
	}
	.breadcrumb{
		padding-right: 25px;
	}
}

@media all and (max-width: 634px) {	
	.content5 {
		top:10px;
	}	
	.img-logo {
		width: 370px;
	}		
}

@media all and (max-width: 500px) {	
	.content5 {
		top:0px;
	}
	
	.img-logo {
		width: 280px;
		top:-5px;
	}	
	.navbar-toggle {
		margin-top:25px;
	}
	.navbar-default {
    	height: 85px;
	}
	.intro-section {
    	margin-top: 85px;
	}
	.navbar-collapse {
		margin-top: -3px; 
	}	
	.officer{
		font-size:14px;
		line-height:12px;
	}	
	.subofficer {
    	font-size: 12px;
	}
	/*.section-page, .section-blog {
    	margin-top: 120px;
	}*/
	.container-breadcrumb {
		margin-top: 80px;
	}
	.breadcrumb {
    	padding-right: 35px;
	}
	#meeting.dropdown-menu > li > a{
		color:#333;
	    padding: 1px 1px;
	}	
	.navbar-nav > li > a {
	    padding-top: 14px;
	    padding-bottom: 14px;
	    line-height: 8px;
	}
	
	#first-slider .carousel .item {
	  min-height: 220px; 
	  height: 100%;
	  width:100%;
	}
	
}

@media all and (max-width: 1199px) {
	.content5 {
		top:60px;
	}
}

@media only screen and  (device-width : 1024px) and (device-height : 768px)
and (orientation : landscape) 
{
	.content5 {
		top:60px;
	}
}

@media only screen and (device-width : 768px) and (device-height : 1024px)
{	
	.breadcrumb {
    	padding-right: 15px;
	}
	.content5 {
		top:80px;
	}

}