#company-profile .header{
	background-color: #f67323;
}

#company-profile .text-header {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 0 !important;
}
#company-profile .text-header-1{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 6px !important;
}
#company-profile .text-header-2{
	font-size: 30px;
  /*font-weight: bold;*/
  line-height: 30px;
  /*font-family: DBSathornX-Bold;*/
}
#company-profile .text-header-3{
	font-size: 26px;
  font-weight: bold;
  line-height: 26px;
}
#company-profile .text-header-4{
	font-size: 35px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 0 !important;
}
#company-profile .text-normal-size {
  font-size: 14px;
  line-height: 15px;
}

#process-production{
	background: url(../../assets/img/bg/bg-process-production.png) no-repeat;	
	background-position: top left;	
	background-size: 100%;	
}

.company-green-small{
	font-size: 14px !important;
}

#company-profile h1.text-header, #company-profile h1.text-header-2{
	/* font-weight: bold;
	font-family: DBSathornX; */
}

 /* Extra Small Devices, Phones */ 
@media only screen and (min-width : 360px) {
	
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	#company-profile .text-header {
    font-size: 2.5vw;
    font-weight: bold;
    line-height: 2.6vw;
    margin-bottom: 20px !important;
	}
	#company-profile .text-normal-size {
    font-size: 1.9vw;
    line-height: 2vw;
	}
	#company-profile .text-header{
		font-size: 4.5vw;
	  font-weight: bold;
	}
	#company-profile .text-header-1{
		font-size: 2.3vw;
    line-height: 2.3vw;
	}
	#company-profile .text-header-2{
		font-size: 2.96vw;
    font-weight: bold;
    line-height: 3vw;
	}
	#company-profile .text-header-3{
		font-size: 3.5vw;
    font-weight: bold;
    line-height: 3.5vw;
	}
	#company-profile .text-header-4{
		font-size: 3.2vw;
		line-height: 3.2vw
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 360px) {
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.company-green-small{
		font-size: 26px !important;
	}
	
	#company-profile .text-header-3 {
    font-size: 45px;
    font-weight: bold;
    line-height: 45px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
}

@media screen and (max-width: 768px) {
	.mobile-mt-3{
		margin-top: 1rem !important;
	}
}

