﻿.max-width {
	max-width:1000px;
	position:relative;
	margin:0 auto;
}
input, textarea, .uneditable-input {
    width: 100%;
}
.pDate .day {
	background:#f7f7f7;
	width:40px;
	text-align:center;
	color:#cfab7a;
	font-size:15px;
	font-weight:bold;
	padding:5px;
}
.pDate .month {
	background:#cfab7a;
	color:#fff;
	text-align:center;
	font-weight:bold;
	padding:0 5px;
	width:40px;
}
.pDate {
	width:22%;
	float:left;
}
.month_news {
	font-size:18px;
	color:#8e8e8e;
	text-transform:uppercase;
}
.day_news {
	font-size:40px;
	color:#8f8f8f;
	font-weight:bold;
	border-top:1px solid #a40046;
	line-height:120%;
	margin-top:10px;
}
.productGridDiv .gridBox .pTitlehome {
    color: #a51a4a;
    height: 40px;
    margin-top: 10px;
    overflow: hidden;
	width:78%;
	float:left;
	font-weight:bold;
	font-size:18px;
}

.productGridDiv .gridBox .pDeschome {
    height: 80px;
    margin-top: 20px;
    overflow: hidden;
}
.productGridDiv .gridBox .pDeschome p {
    color: #747474;
	font-size:15px;
}

.icon_float {
	float:left;
}
.layout_info {
	float:left;
	margin-left:10px;
}

.page_content {
	margin:30px auto;
}
.page_content h1 {
	color:#a40046;
	font-size:30px;
	font-weight:normal;
	margin:0 0 5px;
}
.page_content h3 {
	color:#646464;
	font-size:18px;
	font-weight:normal;
	margin:0 0 5px;
}
.page_content p {
	font-size:16px;
	color:#747474;
}
.page_content .childtitle p {
	color: #fff;
	font-size: 16px; 
	padding:5px 0 15px;
}

.product_content h1 {
	font-size:30px;
	color:#3a3a3a;
	margin:0 0 15px;
	font-weight:normal;
	text-transform:uppercase;
}

.career_content h2 {
	color: #a40046;
    font-size: 20px;
	font-weight:bold;
	margin:30px 0 15px;
}

.prev_news {
	float:left;
}
.next_news {
	float:right;
}

.readmore {
	text-align:right;
}
.readmore a {
	color:#a40046;
	font-size:15px;
}

.productGridDiv.map_border {
	width:97%;
	padding-left:3%;
	border-left:1px solid #e3e3e3;
	-webkit-box-shadow: -10px 0px 10px -6px #e3e3e3;
    -moz-box-shadow: -10px 0px 10px -6px #e3e3e3;
	box-shadow: -10px 0px 10px -6px #e3e3e3;
}

.prodDesc .prod_label {
	float:left;
	width:15%;
}
.prodDesc .prod_info {
	float:left;
	width:85%;
}

.service_container {
	width:100%;
	position:relative;
	margin-top:30px;
}
.service_container .tier_one {
	width:43%;
	margin:0 7% 2% 0;
	float:left;
}
.service_container .tier_one .service_title {
	width:100%;
	position:relative;
}

.service_container .tier_two {
	width:43%;
	margin:0 0% 2% 7%;
	float:left;
}
.service_container .tier_two .service_title {
	width:100%;
	position:relative;
}

.service_container .tier_three {
	width:43%;
	margin:0 7% 2% 0;
	float:left;
}
.service_container .tier_three .service_title {
	width:100%;
	position:relative;
}

.service_container .tier_four {
	width:43%;
	margin:0 0% 2% 7%;
	float:left;
}
.service_container .tier_four .service_title {
	width:100%;
	position:relative;
}

.service_container .tier_five {
	width:43%;
	margin:0 7% 2% 0;
	float:left;
}
.service_container .tier_five .service_title {
	width:100%;
	position:relative;
}

.service_container .service_description {
	font-size:16px;
	padding:15px 0;
	height:230px;
	text-align:justify;
}

.facility_float {
	float:left;
	width:47%;
	text-align:center;
	margin-right:3%;
}
.facility_float2 {
	float:left;
	width:47%;
	text-align:center;
	margin-left:3%;
}

h3.career_title {
	color:#000;
	font-size:15px;
	font-weight:normal;
}

select#material {
	color:#000;
	font-size:16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	background:url(../images/dropdown.jpg) no-repeat right center;
	min-height:36px;
}

select.grey_quality {
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance:none;
    background: rgba(0, 0, 0, 0) url("../images/dropdown.jpg") no-repeat scroll right center;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    min-height: 36px;
	width:100%;
}

input[type='text'], input[type='password'] {
	height:30px;
}

.viewBtn button{
	border:1px solid #e1e1e1;
	border-radius: 3px;
	color: #a51a4a;
	font-size: 12px;
	font-weight: normal;
	background:#fff;
	padding:5px 20px;
}

.viewBtn button:hover{
	border:1px solid #a30046;
	color: #fff;
	background:#a30046;
}

.menu_container .menu_image {
	float:left;
	width:30%;
	text-align:center;
}
.menu_container .menu_image img{
	max-width:100%;
	max-height:90px;
	padding:5px 0;
}
.menu_container .menu_title {
	float:left;
	width:70%;
}
.menu_container .menu_title.menu_max {
	width:100%;
}

h1.border_bottom {
	max-width:200px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid #646464;
	-webkit-box-shadow: 0px 8px 5px -6px #646464;
    -moz-box-shadow: 0px 8px 5px -6px #646464;
	box-shadow: 0px 8px 5px -6px #646464;
}

.scroll_event {
	pointer-events: none;
}

.load_display {
	display:none;
}

.fade {
   opacity: 0;
   transition: opacity 2s ease-in-out;
   -moz-transition: opacity 1s ease-in-out;
   -webkit-transition: opacity 1s ease-in-out;
}
.unfade {
	opacity: 1;
   transition: opacity 10s ease-in-out;
   -moz-transition: opacity 10s ease-in-out;
   -webkit-transition: opacity 10s ease-in-out;
}

.mt-15 {
	margin-top:15px;
}
.mt-30 {
	margin-top:30px;
}

.mb-15 {
	margin-bottom:15px;
}
.mb-30 {
	margin-bottom:30px;
}

@media screen and (max-width: 1200px) {
	.padding_content {
		padding:0 0px;
	}
	.product_content {
		padding:0 0px;
	}
	#footer {
		padding:0 0px;
	}
	.page_content {
		padding:0 0px;
	}
	.titleBanner .titleAbout{
		padding-left:5px;
	}
	.career_content {
		padding:0 0px;
	}
}

@media screen and (max-width: 979px) {
	.logoDiv{
		margin:15px 0;
		width:100%;
		float:none;
		text-align:center;
	}
	.topDiv{
		float:none;
		width:100% !important;
		text-align:center;
	}
	#header .topDiv, #header .topDiv a {
		text-align: center;
	}
	.top1Div {
		float: none;
		line-height: 120%;
		margin-bottom:15px;
	}
	.top2Div {
		float: none;
		line-height: 120%;
		text-align: center;
		width: 100%;
		padding:0 0 15px;
		height:auto !important;
	}
	.top2Div a{
		line-height:20px;
		height:auto;
	}
	.top3Div {
		float: none;
		line-height: 120%;
		margin:0;
		padding:0 0 15px;
		text-align: center;
		width: 100%;
		height:auto !important;
	}
	.top3Div a{
		line-height: 20px;
		height: auto;
	}
	#custom-search-form button {
		margin-top: 3px;
	}
	.hright {
		float: none;
		width: 100%;
	}
	.hright1 {
		float: none;
		text-align: center;
		width: 100%;
		padding:0 0 15px;
		height:auto !important;
	}
	.hright1 a{
		line-height:30px;
		height:auto;
	}
	.language {
		width: 30%;
	}
	.smt1 {
		margin-right:0;
		width: 33%;
	}
	.smt2 {
		margin: 0;
		width: 33%;
	}
	.smt4 {
		margin: 0;
		width: 33%;
	}
	
	.smt2 {
		margin-left: 5%;
		width: 28%;
	}
	#primary-menu ul li a {
		height:auto;
		line-height:120%;
	}
	.container {
		padding:0 15px;
	}
}

@media screen and (max-width: 767px) {
	.smt1 {
		text-align:center;
		width: 100%;
	}
	.smt2 {
		text-align:center;
		margin: 0;
		width: 100%;
	}
	.smt3 {
		margin: 0 0 20px;
		width: 100%;
		text-align:center;
	}
	.smt4 {
		text-align:center;
		margin: 15px 0;
		width: 100%;
	}
	.smlist3cr {
		float: none;
		display:inline-block;
		text-align:left;
	}
	.footer .credit3 {
		float: none;
		width: 100%;
		text-align:center;
	}
	.footer .credit4 {
		float: none;
		width: 100%;
		text-align:center;
	}
	.leftSB {
		border-right: 0px solid #a40046;
		min-height:120px;
	}
	.prodContent{
		float:none;
		width:100%;
		margin-bottom:30px;
	}

	.prodContent1{
		width:100%;
		float:none;
		padding: 0;
		margin-left:0;
	}
	.prodDetLeftcon1 {
		height: auto;
		padding-bottom: 1%;
		padding-top: 1%;
		width: 100%;
	}
	.contactDetLeft {
		background: none;
		float: none;
		margin-right: 100%;
		min-height: 10px;
		width: 100%;
	}
	.contactDetRightcon .contact_padding {
		padding: 0%;
	}
	.contactDetRightcon {
		padding-top: 0px;
	}
	.contactLeftconbusiness {
		width: 100%;
	}
	.formField input[type="text"], .formField textarea {
		width: 100%;
	}
	.formText.mobile_view {
		width:20%;
	}
	.formText2.mobile_view {
		width:2%;
	}
	.formField.mobile_view {
		width:78%;
	}
	.month_news {
		float:left;
	}
	.day_news {
		float:left;
		border-top:0px solid #a40046;
		margin:0;
		font-size: 19px;
		line-height:100%;
		margin-left:8px;
	}
	.productGridDiv4 .gridBox4 {
		width: 50%;
	}
	.page_content {
		padding:0;
	}
	.page_content p {
		padding:0px;
	}
	.bannercontain3{
		width: 100%;
		float: none;
		margin-right: 0;
		text-align:center;
		margin-bottom:30px;
	}
	.bannercontain3 p {
		text-align:center;
		padding:0;
	}
	.banner_info {
		width:100%;
		float:none;
	}
	.titlecontain1 {
		margin:0 30px;
	}
	.titlecontain2 {
		width: 41%;
		height:120px;
	}
	.gallerycontain1 {
		float: left;
		margin:0 5%;
		margin-bottom: 30px;
		height: 200px;
		width: 40%;
	}
	.gallerycontain1 img {
		max-width:100%;
		max-height:200px;
	}
	.test{
		float:none;
		width:100%;
		margin-right:0%;
		text-align:center;
		padding:0 30px;
	}

	.test1{
		float:none;
		width: 100%;
		padding:0 30px;
	}
	#menu5 ul.navmenu5 .menutop {
		height: auto;
	}
	.productGridDiv3 .gridBox3 .pTitle {
		height: auto;
		margin-bottom:10px;
	}
	.productGridDiv.map_border {
		width:100%;
		padding-left:0;
		border-left:0px solid #e3e3e3;
		-webkit-box-shadow: 0px 0px 0px 0 #e3e3e3;
		-moz-box-shadow: 0px 0px 0px 0 #e3e3e3;
		box-shadow: 0px 0px 0px 0 #e3e3e3;
	}
}

@media screen and (max-width: 480px) {
	.netDetLeftcon.description {
		float:none;
		width:100%;
		margin-right:0%;
	}
	.netDetLeftcon.address {
		float:none;
		width:100%;
		margin-left:0%;
	}
	.formText.mobile_view {
		width:40%;
	}
	.formText2.mobile_view {
		width:2%;
	}
	.formField.mobile_view {
		width:58%;
	}
	
	.formText.other_view {
		width:100%;
		float:none;
	}
	.formText2.other_view {
		display:none;
	}
	.formField.other_view {
		width:100%;
		float:none;
	}
	.productGridDiv4 .gridBox4 {
		float: none;
		width: 100%;
	}
	.titlecontain2 {
		width: 80%;
		margin:15px 30px 0px;
		float:none;
		height:auto;
	}
	.gallerycontain1 {
		float: none;
		margin:0 5% 30px;
		width: 90%;
		height:auto;
	}
	.service_container {
		padding:0 30px;
	}
	.service_container .tier_one {
		width:100%;
		margin:0 0 2%;
		float:none;
	}
	.service_container .tier_one .service_title {
		background:#a30046;
	}
	.service_container .tier_two {
		width:100%;
		margin:0 0 2%;
		float:none;
	}
	.service_container .tier_two .service_title {
		background:#a30046;
	}
	.service_container .tier_three {
		width:100%;
		margin:0 0 2%;
		float:none;
	}
	.service_container .tier_three .service_title {
		background:#a30046;
	}
	.service_container .tier_four {
		width:100%;
		margin:0 0 2%;
		float:none;
	}
	.service_container .tier_four .service_title {
		background:#a30046;
	}
	.service_container .tier_five {
		width:100%;
		margin:0 0 2%;
		float:none;
	}
	.service_container .tier_five .service_title {
		background:#a30046;
	}
	.service_container .service_description {
		height:auto;
	}
	.productGridDiv3 .gridBox3 .viewBtn button {
		font-size:10px;
	}
	.facility_float {
		float:none;
		width:100%;
		padding:0 5%;
		margin:0;
	}
	.facility_float2 {
		float:none;
		width:100%;
		padding:0 5%;
		margin:0;
	}
	#logo img {
		max-height:50px;
		height:auto;
		margin-top:25px;
	}
}