

/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
a:hover {
    text-decoration: none !important;   
}
h2 {
    font-size: 1.3rem !important;
}	
.h5, h5 {
    font-size: 1.2rem;
}	
    /*----- Tab Links -----*/
 #tabs {
  overflow: hidden;
  /*width: fit-content;*/ 
  width:100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 5px #6f5f5e solid;
  border-radius: 3px;	 
  background-color: #d7d7d7;
}

#tabs li {
  float: left; background: #d7d7d7; 
  /*padding: 0px 10px 0px 10px;*/
}
li#current { background: #f3f3f3;} 
#tabs a {
   position: relative;
   /*background: #ddd;
   background-image: linear-gradient(to bottom, #fff, #ddd);  */
   padding: 10px;
   float: left;
   font-size: 14px;
   text-decoration: none;
   color: #6f5f5e;  
   width: 100%;  text-align: center;
	font-weight: 800;
  /*text-shadow: 0 1px 0 rgba(255,255,255,.8);
  border-radius: 5px 0 0 0;*/
  /*box-shadow: 0 2px 2px rgba(0,0,0,.4);
  background:#F6F6F6;*/ 
}
#tabs a:hover {
		background: #6f5f5e90;
         color:#ffd400;
	}	

#tabs li:hover,
#tabs li:hover::after,
#tabs li:focus,
#tabs li:focus::after {
  background: #6f5f5e;
  color:#ffd400 !important;
   
}  

#tabs li:focus { background: #F5F5F5; color:#fff;}
#tabs li:hover { background: #535353; color:#fff;} 

#tabs a:focus {
  outline: 0;
}

#tabs #current a { color:#463737;   }
#tabs #current a:hover { color:#fff;   }
#tabs #current li{ 
    color: #f3f3f3 !important;
    background: #463737 !important;} 
	
#content {
  background: #f6f6f6; 
 padding: 30px 0px;
  position: relative;
  z-index: 2;    } 
  #container .wrap {
    background-image: linear-gradient(to bottom, #fff, #f6f6f6);  
    padding-top: 20px;
    background-color: #fff;}
	
 .tab01  { /*width: 330px;*/  border-right: 1px #FDF4F4 solid;  }
 .tab05  { /*width: 325px;*/   border-right: 1px #FDF4F4 solid; }

@media screen and (max-width: 580px){
.tab01, .tab02, .tab03, .tab04, .tab05 {width: 100% !important;}
}

 li.tab05:hover  {    border-right: 2px #535353 solid; }
#tabs #current  li.tab05 {    border-right: 2px #F5F5F5 solid; }

 /*end style tabs*/
 .content-container .content { 
    padding: 10px 20px !important; }

	/* Define the default color for all the table rows */
	tr.grey {
		background: #eaeaea; 
		text-align: center;
	}
	tr.white {
		background: #fbf9f9; 
		text-align: center;
	}
 
	/* Define the hover highlight color for the table row */
    tr.grey:hover {  background-color: #DBD9CD;}
    tr.white:hover {  background-color: #DBD9CD; }
	tr.grey2 {background: #eaeaea; text-align:center;}
	tr.white2 { background: #fbf9f9;  }

	.head_style2 {     
	color: #6f5f5e;
    font-size: 14px;
    background: #ddd;
    /*margin-top: 10px;*/
    margin-bottom: 20px;
    padding: 5px 10px;
	font-weight: 600;}
	

	
	.list-circle li { margin-left: 16px; }
	.head_red {  color:#6f5f5e; font-weight:800; font-size: 18px; padding-left: 5px;  }
	
	.hr_head { width:100%;   margin: 15px 0px;   border: 0; 
  height: 2px; 
  background-image: -webkit-linear-gradient(left, #ffd400, #fff6cc, #f3f3f3);
  background-image: -moz-linear-gradient(left,  #ffd400, #fff6cc, #f3f3f3);
  background-image: -ms-linear-gradient(left,  #ffd400, #fff6cc, #f3f3f3);
  background-image: -o-linear-gradient(left,  #ffd400, #fff6cc, #f3f3f3);
  /*background: #999;*/ }
	.carousel_img {
  display: block !important;
  width: 100%;
  margin: auto;
}
.divbox {
	text-indent: 0px;
	font-size: 16px;
    width: 30%;
    height: 60px;
	width: 100%;
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; 
	font-weight:600;
}

.img{width: 100%; max-width: 980px; border-radius: 4px;}
.comp{color: #f60000; padding: 6px; padding-bottom: 6px;  background-color: #6f5f5e20; text-align: left; border-radius: 4px; }
.cont{color: #6f5f5e; padding: 6px; padding-bottom: 6px;  background-color: #f3f3f3; text-align: left; border-radius: 4px; }
	
	
#myBtnTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 22px;
  border: none;
  outline: none;
  background-color: #ffd400;
  color: #6f5f5e;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#myBtnTop:hover {
  background-color: #6f5f5e;
  color: #fff;	
}
	
.flex-bond-left {
    flex: 50%;
}
.flex-bond-right {
    flex: 50%;
	padding-left: 4px;
}
.flex-bond-detail {
    display: flex;
    flex-wrap: wrap;	
	}
@media screen and (max-width: 1040px){
.flex-bond-left,.flex-bond-right {
    flex: 0 0 100%;
    max-width: 100%;
}
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}
.pb-1, .py-1 ,.pb-2, .py-2{
    padding-bottom: 0.25rem !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;

}

.col-md-6 , .col-sm-12{
    flex: 50%;
 padding: 20px;}

@media screen and (max-width: 1040px){
.col-md-6 ,.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
	}
.accordion-content {
    padding: 15px;

    line-height: 28px;

}
.btn-more{
    /* color: #554242 !important; */
    /* background-color: #ffd400 !important; */
    border: solid 0px #e8e8e8 !important;
    position: relative;
    display: block;
    background: #ffda00;
    border-radius: 11px;
    width: 173px;
    height: 44px;
    padding: 10px;
    margin: 0px 0px 30px 0px;
}

.btn-more a:after{ content: '\203A \203A';   color:#554242; font-size: 150%;font-weight: 400; margin-left: 48px;}

.btn-auto{
        /* color: #554242 !important; */
        /* background-color: #ffd400 !important; */
        border: solid 0px #e8e8e8 !important;
        position: relative;
        display: block;
        background: #ffd400;
        border-radius: 11px;
        width: fit-content;
        /*height: 44px;*/
        padding: 10px;
        margin: 10px 0px 30px 0px;
		box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    }
.btn-auto:hover{
        color: #ffffff !important;
        background: #6f5f5e;
    }

    .btn-auto a:after{ content: '\203A \203A';   color:#554242; font-size: 150%;font-weight: 400;
        margin-left:10px;}
.box-content-number {
            position: relative;
            display: block;
            width: 100%;
            padding: 0px 0px;
            margin-bottom: 10px;
        }
.box-content-number .number {
            position: relative;
            display: inline-block;
            vertical-align: top;
            font-family: "krungsri_condensedbold";
            font-size: 14px;
            color: #554242;
            background: #ffdc00;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            margin-right: 5px;
            text-align: center;
            padding-top: 3px;
            line-height: 20px;
}
.box-content-number .txt {
    position: relative;
    display: inline-block;
    font-family: "krungsri_condensedregular";
    font-size: 14px;
    line-height: 24px;
    color: #554242;
    width: calc(100% - 35px);
}
/*-------id verification-------*/

.navbar_idver a {
  background-color: #ffd400;
  color: #6f5f5e;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;	
  border-radius: 5px;	
}

.navbar_idver a:hover {
  background: #6f5f5e;
  color: #fff;
}

@media screen and (max-width:580px){
	.navbar_idver a {
		font-size: 14px;
		line-height: 50px;	
}
			
}
.hr_head_idver {
    width: 80%;
    margin: 15px 0px;
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, #ffc800, #ffd400, #fff);
    background-image: -moz-linear-gradient(left, #ffc800, #ffd400, #fff);
    background-image: -ms-linear-gradient(left, #ffc800, #ffd400, #fff);
    background-image: -o-linear-gradient(left, #ffc800, #ffd400, #fff);
    /*background: #999\9\0;*/	
	}
.content-container .content .content_tab1 h2{
	color: #6f5f5e !important;
	background-color: #ebebeb;
	padding-top: 12px;
	padding-left: 6px;
	border-radius: 5px;
}
.content-container .content .content_tab2 h2{
	color: #FFF !important;
	background-color: #6f5f5e;
	padding-top: 12px;
	padding-left: 6px;
	border-radius: 5px;
}

/*-------END id verification-------*/
/*-------News Anounment-------*/
.content_news{
	background: #f3f3f3;
	color: #554242;
	border-radius: 4px;
	box-shadow: rgb(0 0 0 / 15%) 0px 2px 5px;
}
.content_news li{
	padding: 4px 0px 4px 6px;
	font-size: 16px;
	/*font-weight: 700;*/
	border-bottom: 1px dotted;
	border-color: #bbbbbb;
}

.content_news li:hover{
	background: #fff6cc;
	
}
/*.content_news li.active {
    color: #222222;
	border-bottom: 2px solid #ffd400;
    padding: 6px 2px 4px;
    position: relative;
    z-index: 2;
}*/

.content-container .content .content-inner .lits_news{
	padding-left: 10px;
}
/*-------END News Anounment-------*/

/*-------DCA-------*/
/*----- Tabs -----*/
.tabsdca {
    width:100%;
    display:inline-block;
}
 
    /*----- Tab Links -----*/
 #tabsdca {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 6px;	 
}

#tabsdca li {
  float: left; background: #ffd400; border-right: 2px ; border-radius: 4px;}

#tabsdca li#current { background: #f3f3f3; border-right: 2px ; }

#tabsdca a {
   position: relative;
   padding: 10px;
   float: left;
   font-size: 13px;
   text-decoration: none;
   color: #6f5f5e;  
  /* width: 80%;*/  
	text-align: center;
   font-weight: 700;

}

#tabsdca a:hover {
		background: #6f5f5e;
         color:#ffd400;
	}
#tabsdca li:hover,
#tabsdca li:hover::after,
#tabsdca li:focus,
#tabsdca li:focus::after {
  background: #6f5f5e;
  color:#ffd400;
}  


#tabsdca a:focus {
  outline: 0;
}


#tabsdca #current a { color:#463737;   }
#tabsdca #current a:hover { color:#fff;   }
#tabsdca #current li{ 
    color: #f3f3f3 !important;
    background: #463737 !important;} 


.headline_dca {  color:#6f5f5e; font-weight:800;  font-size: 18px; }

.hr_head { width:100%;   margin: 15px 0px;   border: 0; 
  height: 2px; 
  background-image: -webkit-linear-gradient(left, #ffd400, #6f5f5e, #ffffff);
  background-image: -moz-linear-gradient(left,  #ffd400, #6f5f5e, #ffffff);
  background-image: -ms-linear-gradient(left,  #ffd400, #6f5f5e, #ffffff);
  background-image: -o-linear-gradient(left,  #ffd400, #6f5f5e, #ffffff);
  /*background: #999\9\0;*/ 
}

.tabdca_inner {     
    margin: 10px 10px;
    line-height: 20px;
    font-size: 14px;
	  display: block;
	padding-top: 10px;
	}

.separate_dca { background:#6f5f5e;  color: #ffffff;} 
.separate_dca td {font-weight: 700; padding: 12px 14px; }

.dcatable th {  
    background: #f3f3f3;
    border: 1px solid #ffffff;
    color: #ffffff;
	padding: 8px;
    line-height: 17px;
} 
.table_dca { margin: 0 auto; width: 800px;}

.table_dca td{
		background: #fbfbfb;
		padding: 5px !important;
		border: 1px solid #d6d6d6 ;
	}

.buttondca {
    border: none;
    color: #6f5f5e !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    background-color: #ffd400 !important;
    width: 60px !important;
    vertical-align: 8px;
    padding: 5px;
    font-weight: 600;	
	}

.buttondca:hover{
	background-color: #6f5f5e !important;
	color: #fff !important;
	}

	td.title_table_dca {
		background: #bbbbbb30 !important;
		color: #6f5f5e;
		padding: 5px !important;
		border: 1px solid #d6d6d6;
		width: 30%;
	}
	.content-left {background-color: #e5e5e5 !important; padding: 12px !important; border-radius: 6px;}
	.content-right {background-color: #e5e5e5 !important; padding: 12px !important; border-radius: 6px;}
	#conference-timeline .timeline-start, #conference-timeline .timeline-end {background: #777 !important;}
	.timeline-article .meta-date { background: #6f5f5e !important;    }
	#conference-timeline .conference-center-line {height: 44% !important;    top: 254px !important;}
	#conference-timeline .conference-center-line {    background: #5a5a5a !important;}
	.timeline-article .content-left:before {display: none !important;}
	.timeline-article .content-right:before {display: none !important;}
	.timeline-article p {    margin: 0 0 0 0px !important; }
	.timeline-article .meta-date .date {    font-size: 17px !important;}
	.new_customer, .old_customer  { font-size: 15px;
		font-weight: 900 !important; 
		color: #ffd400 !important;	
		text-align: center;
		background: #6f5f5e;
		line-height: 26px !important;
		padding: 5px !important;
		border-radius: 6px;
	}
	    
	.new_customer { background: #ffd400 !important; color: #6f5f5e !important;	font-weight: 800 !important; }
	.txt_cus{ color: #6f5f5e !important; font-size: 14px !important;  }
	.txt_cusr{ color: #ffd400 !important; font-size: 14px !important; }
	#conference-timeline .conference-timeline-content {
    	padding-top: 20px !important;
	 	padding-bottom: 20px !important;}

.txtcenter02{padding: 10px; font-weight: 600;}

@media screen and (max-width: 500px){
	#tabsdca li{width: 100%;}
	#tabsdca a{width: 100%;}
}

/*-------END DCA-------*/
/*-------About Us-------*/

.box-gray-area-item {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #f5f4f4;
  padding: 20px;
  margin-bottom: 20px;
}

.box-gray-area-item .box-gray-orange {
  position: relative;
  display: inline-block;
  width: 25%;
  font-family: "krungsri_condensedmedium";
  font-size: 20px;
  color: #ff6600;
  vertical-align: top;
  top: 10px;
}
.box-gray-area-item .box-gray-line {
  position: relative;
  display: inline-block;
  width: 1px;
  background: #dcd5d5;
}
.box-gray-area-item .box-gray-txt {
  position: relative;
  display: inline-block;
  width: calc(100% - 30% - 16px);
  padding-left: 15px;
  vertical-align: top;
}
.box-gray-area-item .box-gray-txt .box-txt-area .txt {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: "krungsri_condensedmedium";
  font-size: 16px;
  line-height: 26px;
  color: #554242;
}
@media screen and (max-width: 500px){
	.box-gray-area-item .box-gray-txt .box-txt-area .txt {
	  font-size: 12px;
	  line-height: 20px;		
	}	
	.box-gray-area-item{padding: 10px;}
}



.col-body-right .right-area .content {
  position: relative;
  display: block;
  width: 100%;
  font-family: "krungsri_condensedregular";
  font-size: 14px;
  line-height: 28px;
  color: #554242;
}
.box-gray-area-item .box-gray-txt .box-txt-area .number {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: "krungsri_condensedmedium";
  font-size: 40px;
  line-height: 50px;
  color: #d9d9d9;
}
/*-------END About Us-------*/
/*-----DRx-----*/	
.buttondrx { display: inline-block;
    padding: 8px;
    margin: 10px;
    background: #ffd400;
    width: 150px;
    border-radius: 5px;
    font-size: 13px;
    text-align: center;
    position: absolute;
    color: #6f5f5e;
    top: 35px;
    right: 40px;
    font-weight: bold;
    text-decoration: none;
	
		
}	
	
.buttondrx.type2 { position: relative !important; float: right;	top: 5px !important; }

.buttondrx:hover { background: #6f5f5e; color: #ffd400; }
	
.buttondrx2 {
    padding: 10px;
    margin: 10px;
	width: 150px;
	/*height: 40px;*/
    background: #6f5f5e;
    border-radius: 5px;
    font-size: 14px;
    color: #ffd400;
    top: 35px;
    right: 40px;
    text-decoration: none; 
	text-align: center;
}	
	.buttondrx2:hover { background: #ffd400; color: #6f5f5e; }	
	.buttondrx2 {     position: relative !important; float: right; top: 5px !important;}	
	.head_red {  color:#6f5f5e; font-weight:800;     font-size: 14px; }	
.hr_head { width:100%;   margin: 15px 0px;   border: 0; height: 2px; 
  background-image: -webkit-linear-gradient(left, #ffd400, #6f5f5e, #f3f3f3);
  background-image: -moz-linear-gradient(left,  #ffd400, #6f5f5e, #f3f3f3);
  background-image: -ms-linear-gradient(left,  #ffd400, #6f5f5e, #f3f3f3);
  background-image: -o-linear-gradient(left,  #ffd400, #6f5f5e, #f3f3f3);
  background: #999; }

.overseatable{border-collapse: collapse;}
.overseatable th {  
    background: #ffd400;
    border: 1px solid #ffffff;
    color: #6f5f5e;
	padding: 8px;
    line-height: 17px;} 
.overseatable td {padding: 5px;border: #ffffff 1px solid;vertical-align: top;}

.tdleft { text-align:left; margin-right:12px; font-weight: 600;}
td.tdleft {padding-left: 15px;color: #6f5f5e;}

/*-----END DRx-----*/		
/*-----Careers-----*/	
.accordion_careers {
  background-color: #eee;
  color: #6f5f5e;
  cursor: pointer;
  padding: 14px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
  font-weight: 600;	
  border-radius: 5px;
  margin-top: 2px;	
}

.actived_careers, .accordion_careers:hover {
  background-color: #ffd400; 
}

.accordion_careers:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.actived_careers:after {
  content: "\2212";
}	
	
.panel_careers {
  padding: 10px 22px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.contact_careers{
  background-color: #eee;
  border-radius: 5px;	
}
	.mail_careers{color: #F76F00;}	
	
	.jobs_careers{
		background-color: #6f5f5e;
		color: #ffd400 !important;
		height: 34px;
		padding-top: 6px;
		font-family: "krungsri_condensedregular" !important;
		font-size: 18px !important;
		font-weight: 600 !important;
		border-radius: 5px;
		margin-bottom: 5px;
	}	
/*-----END Careers-----*/

