.breadcrumb-other{
    display: block!important;
    background-color: transparent;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: "";
}
.active{
    color: #f0f0f0!important;
}
/*
.connect{
    background-color: #000000;
    min-height: 210px;
}*/
.subhead-other{
    margin: 70px auto;
    color: #ececec;
	
}
.subhead-other h1{
    text-transform: uppercase;
    color: #ececec;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    font-size: 32px;
	
}

.page-linker-other {
   text-align: center;
}
.page-linker-other p{
color: #ececec;
font-size: 13px;
}

.page-linker-other i{
    font-size: 13px;
    margin:auto 5px;
}

.col-icon-contact{
    font-size: 22px;
    color: #ffffff;
    border: 5px solid #c5e7f5;
    border-radius: 50%;
    padding: 25px 25px;
    background-color: #9fd7ef;
    margin-bottom: 30px;
}
.contact-col-marg, .contact-col-marg-middle{
    margin: 100px 0;

}
.contact-col-border{
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.comment-container{
       margin-top: 30px;
       background-color: #ffffff;
       padding: 35px 30px;
    }
    


.rotate-45{
        transform: rotate(45deg);
        margin-right: -4px;
        margin-left: -4px;
        color: #c0bfbf;
    }
.our-header hr{
        height: 5px;
        border-color:#c0bfbf;
        margin-left: 10px;
        display: inline-flex;
        margin-right: 10px;
        width: 65px;
}

.sm-input{
   width: 100%;
   min-height: 50px;
   margin-bottom: 20px;
   padding: 0 20px;
   background-color: #f9f9f9;
   border: 1px solid #ececec;
   font-size: 14px;
   font-family: 'Open Sans';
   color: #777777;
}
    
.sm-input:first-child{        
    margin-right: 20px;
}
.sb-input{
    padding: 0 20px;
    width: 100%;
    margin-bottom: 20px;
    min-height: 50px;
    background-color: #f9f9f9;
    border: 1px solid #ececec;
    font-size: 14px;
    font-family: 'Open Sans';
    color: #777777;
}
    
 textarea{
    padding: 15px 20px;
    width:100%;
    background-color: #f9f9f9;
    border: 1px solid #ececec;
    font-size: 14px;
    font-family: 'Open Sans';
    color: #777777;
}
.submit-btn{
        font-size: 14px;
        font-family: 'Open Sans';
        font-weight: bold;
        margin-top: 40px;
        margin-bottom: 120px;
        text-align: center;
        text-transform: uppercase;
        padding: 15px 20px;
        background-color: #ffffff;
        border: 1px solid #ececec;
        border-radius: 8px;
    }
.submit-btn:hover{
        background-color: #f65aa7;
        color: #ffffff;
    }     
#maps{
    width: 100%;
    height: 500px;
}
@media (max-width: 1199.98px) { 
    .our-header {
        padding-top:0px;
        padding-bottom: 0px;
		margin-top: 15px;
		
    }
    .submit-btn {
        margin-bottom: 80px;
    }
}
@media (max-width: 575.98px) { 
    .contact-col-marg {
        margin: 50px 0;
    }
    .contact-col-marg-middle {
        margin: 0;
    }
}
.connect-other{
	background-color: #777777;
	/*background-color: #143c6d;*/
	background-image: url("../image/lrc_building.jpg"); /* The image used */
    /*opacity: 0.5;*/
  
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  min-height:50px;
}
.main-container-other {
    max-width: 1950px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
	font-family: 'Prompt', sans-serif;
	background-color: #777777;
}
.container-table100 {
  
  min-height: 100px;
 /* background: #c850c0;
  background: -webkit-linear-gradient(45deg, #4158d0, #c850c0);
  background: -o-linear-gradient(45deg, #4158d0, #c850c0);
  background: -moz-linear-gradient(45deg, #4158d0, #c850c0);
  background: linear-gradient(45deg, #4158d0, #c850c0);*/

 /* display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
   display: -ms-flexbox;
 display: flex;*/
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 14px  ;
}

.wrap-table100 {
  width: 100%; 
}

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius:6px;
  overflow: auto;
  width:100%;
  overflow-x:auto;
 /* table-layout: fixed;
  /*margin: 0 auto;
  position: relative;*/
}
table * {
  position: relative;
}
table td, table th {
  padding-left: 8px;

 
}
table thead tr {
  height: 40px; 
  background: #143c6d;
  
}
table tbody tr {
  /*height: 60px;*/
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: left;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}


.table100-head th{
  /*font-family: OpenSans-Regular;  */
  font-family: 'Prompt', sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
  text-align: center;
}

tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

tbody tr {
  /*font-family: OpenSans-Regular;*/
  font-family: 'Prompt', sans-serif;
  font-size: 14px;
  color: #808080;
  line-height: 1.8;
  font-weight: unset;
  
}


tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor:default;
}
tbody tr a {
  color: #555555;
 
  
}
tbody tr a:hover {
  color: #143c6d;
  text-decoration: none;
}

.column1_inter{
  max-width:3px;
  text-align: center;
 
}
.column2_inter {
  width:97%;
  padding:0px 8px;
  padding:8px 0px;
	margin-top:30px;
}
.column2_inter b {
line-height: 30px;
}
.column1{
  width: 7%;
  text-align: center;
 
}

.column2 {
  width:76%;
  padding:0px 8px;
  padding:8px 0px;

}

.column3 {
  width: 17%;
  text-align: center;
}

.column4 {
  width: 110px;
  text-align: right;
}

.column5 {
  width: 170px;
  text-align: right;
}

.column6 {
  width: 222px;
  text-align: right;
  padding-right: 62px;
}



span.remark_title a{
  margin-top: 2px;
  margin-left: 15px;
  font-size: 11.5px;
  height: 25px;
  padding: 1px 21px 1px 23px;  
  color:#ffffff;
  background-color:#A62022; 
  border-radius: 4px;
 
  display:inline;
}
span.remark_title a:hover{

  color:#f8f8f8;
  background-color:#770205; 
  
  transition: .2s;
}

span.remark_name {
  margin-top: 2px;
  font-size: 11.5px;
  width: 100%;
  height: 25px;
  padding: 3px 8px;  
  color:#777777;
  
}

.fac_title{
	line-height: 30px;
	margin-top: 3px;
}
span.fac_title {
  margin-top: 2px;
  font-size: 11.5px;
  width: 100%;
  height: 25px;
  padding: 1px 22px 1px 22px;  
  color:#ffffff;
  background-color:#ba9044; 
  border-radius: 4px;
}
.btn_detail{
  display: inline-block;
  border-radius: 4px;
 /* background-color: #f4511e;*/
	/*background-color:steelblue; */
  background-color:darkcyan; 
  border: none;
  color: #FFFFFF;
  text-align: center;
 
  padding: 4px 14px;
  /*width: 200px; */
  transition: all 0.5s;
  cursor: pointer;
  
}

.btn_detail span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  font-size:12px;
}

.btn_detail span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn_detail:hover span {
  padding-right: 20px;
}

.btn_detail:hover span:after {
  opacity: 1;
  right: 0;
	
}
.btn_more{
  display: inline-block;
  border-radius: 4px;
  background-color:#94090B;
  border: none;
  color: #FFFFFF;
  text-align: center;
 
  padding: 4px 10px;
  /*width: 200px; */
  transition: all 0.5s;
  cursor: pointer;
  
}
.all_campus{
	line-height: 30px;
	margin-top: 3px;
}
span.all_campus{
  margin-top: 2px;
  font-size: 11.5px;
  height: 25px;
  padding: 1px 36px 1px 36px;  
  color:#ffffff;
  background-color:#ba9044; 
  border-radius: 4px;
}

.hatyai_campus{
	line-height: 30px;
	margin-top: 3px;
}
span.hatyai_campus{
  margin-top: 2px;
  font-size: 11.5px;
  width: 80px;
  height: 25px;
  padding: 1px 20px 1px 20px;  
  color:#ffffff;
  background-color:darkcyan; 
  border-radius: 4px;
}
.pattani_campus{
	line-height: 30px;
	margin-top: 3px;
}
span.pattani_campus{
  margin-top: 2px;
  font-size: 11.5px;
  width: 80px;
  height: 25px;
  padding: 1px 23px 1px 23px;  
  color:#ffffff;
  background-color:steelblue; 
  border-radius: 4px;
}
.surat_campus{
	line-height: 30px;
	margin-top: 3px;
}
span.surat_campus{
  margin-top: 2px;
  font-size: 11.5px;
  width: 80px;
  height: 25px;
  padding: 1px 12px 1px 12px;  
  color:#ffffff;
  background-color:#C38FB2; 
  border-radius: 4px;
}
.phuket_campus{
	line-height: 30px;
	margin-top: 3px;
}
span.phuket_campus{
  margin-top: 2px;
  font-size: 11.5px;
  width: 80px;
  height: 25px;
  padding: 1px 27px 1px 27px;  
  color:#ffffff;
  background-color:lightcoral; 
  border-radius: 4px;
}
.fac_name{
	line-height: 30px;
	margin-top: 3px;
	margin-left: 7px;
}
span.fac_name{
  margin-top: 2px;
  font-size: 11.5px;
  width: 80px;
  height: 25px;
  padding: 1px 27px 1px 27px;  
  color:#ffffff;
  background-color:#ba9044; 
  border-radius: 4px;
}

.trang_campus{
	line-height: 30px;
	margin-top: 3px;
	
}
span.trang_campus{
  margin-top: 2px;
  font-size: 11.5px;
	
  height: 50px;
  padding: 1px 30px 1px 30px;  
  color:#ffffff;
  /*background-color:#EDA370; */
	background-color:#a8574b;
  border-radius: 4px;
}

.project_detail{
  padding: 10px 0px;
}



.title-box{
  height: 50px;
  background-color: #AD08B1;
}
.title-text{
  color: #03960F;
}
.our-header-other{
  margin-top:30px;
  padding-left: 5px;
  color: #777777;
  margin-bottom: -20px;
}
.our-header-other h2{
	padding-left: 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size:25px;
	font-weight: bold;
	text-align: left;
	/*font-family: 'Roboto Slab', serif;*/
	font-family: 'Prompt', sans-serif;
	color: #666666;
	letter-spacing: 1.5px;
}
.our-header-other i{
  /* color: #c0bfbf;
	 color:#f4f4f4;*/
	color: #666666;
	padding-right:10px;
}


.our-header-other hr{
   height:3px;
   /*border-color:#c0bfbf;*/
	border-color:#ba9044;
    margin-left: 15px;
    /*display: inline-flex;*/
    margin-right: 15px;
    /*width: 65px;*/
	width: 30%;
	border-width:8px;
	margin-bottom: -10px;

}
.our-spec-other p a {
    color: #777777;
    font-size: 14px;
    text-align: left;
    font-family: 'Prompt';  
    min-height: 84px;
}
.our-spec-other h3 {
    font-size: 16px;
    text-align: center;
    /*font-family: 'Roboto Slab', serif;*/
	font-family: 'Prompt', sans-serif;
    font-weight: bold;
    margin-bottom: 25px;
    max-height:19px;
}
.our-spec-other p {
    color: #777777;
    font-size: 14px;
    text-align: left;
    font-family: 'Prompt';  
    min-height: 84px;
}
.our-spec-other i{
    width: 115px;
    height: 117px;
    text-align: center;
}






.trap, .trap180 {
    color: #f4f4f4;
    font: normal 22px Prompt;
    float: left;
    line-height: 50px;
    height: 50px;
    padding: 0px 20px 20px 20px;
    background:#7e570f;
    position: relative;
	margin-bottom: 20px;
	margin-left: 10px;
	letter-spacing: 0.3px;
}

.remark_row{
	display: inline;
}
.trap180 {
    float: right;
    margin: 20px 0 0 0;
}

.trap:after,.trap180:after {
    content: '';
    position: absolute;
    height: 0px;
    width: 40px;
    top: 0;
	
}
.trap:after {
   /* right: -30px;
    border-bottom: 60px solid #ba9044;
    border-right: 30px solid transparent;
    z-index: -10;*/
	right: -30px;
    border-bottom: 50px solid #7e570f;
    border-right: 30px solid transparent;
    z-index: -10;
}
.trap180:after {
    left: -30px;
    border-top: 30px solid salmon;
    border-left: 30px solid transparent;
    z-index: -10;
}
.our-header-annouce i{
   /* color: #c0bfbf;*/
	color:#f4f4f4;
	padding-right:10px;
}
.our-header-annouce{
  margin-top:35px;
  padding-left: 5px;
  color: #777777;
  margin-bottom: 0px;
	
}
/* international.html  */

.btn-readmore{
  min-height:60px;
  display: inline;
  float: right;
  /*background-color: brown;*/
  padding-right: 5px;
  margin-right: 10px; 
  margin-bottom: 10px;
  margin-top: -10px;
}
/* international.html */
/*score.html*/
.btn-more-maxmin{
    min-height:40px;
    display: inline;
    float: right;
    /*background-color: brown;*/
    padding-right: 5px;
    margin-right: 10px; 
    margin-bottom: 40px;
    margin-top: 40px;
  }
/*score.html*/
/* clearing page */
.label-number{
  text-align: center;
  line-height: 40px;
  padding:0px 9px;
 display: inline;
  background-color: #333333;
	color: aliceblue;
	 border-radius:4px; 
}
.inside-form{
	background-color: #F7F7F7;
	padding: 35px 30px 26px 30px;
	border-radius: 8px;
	border: solid #EFEFEF thin;
}

.column1_clearing{
 /* max-width:7%;*/
  text-align: center;
 
}
.column2_clearing {
  
  padding:8px 8px;

	margin-top:30px;
}
.column3_clearing{
 /* max-width:70%;*/
  
 
}
.column4_clearing {
  /*width:10%;*/
  padding:8px 8px;
  margin-top:30px;
}
/* clearing page */
.count_bar{
  font-family: 'Prompt', sans-serif;
  color: #636363;
  padding: 15px;
  text-align: center;
}