@font-face {
	font-family: 'Conv_Kanit-Light';
	src: url('fonts/Kanit-Light.eot');
	src: local('☺'), url('fonts/Kanit-Light.woff') format('woff'), url('fonts/Kanit-Light.ttf') format('truetype'), url('fonts/Kanit-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

body {
  	margin: 0;
  	padding: 0;
    font: 16px 'Conv_Kanit-Light',Sans-Serif;
    color: #414042;
    background: #ffffff;
}
ul, li, a {
    margin: 0; padding: 0; list-style: none;
}
a, a:hover {
  color: #414042;
  text-decoration: none;
}
h1 { text-transform: uppercase; }
h4 { text-transform: uppercase; font-weight: bold; }
.txtblue { color: #1f2857; }
.txtblue2 { color: #166bbf; }
.txtred { color: #ff0000; }
.txtwhite, .txtwhite:hover { color: #ffffff; }
.aligncenter { text-align: center; }
.alignright { text-align: right;}
.floadleft { float: left; }
.floadright { float: right; }
.margintop40 { margin-top: 40px; }
.marginbottom20 { margin-bottom: 20px; }
.boxpadding { padding: 40px 40px 40px 100px; }
.paddingleft100 { padding-left: 100px; }
.nopadding { padding-right: 0; padding-left: 0; }
.sectionfirst { margin-top: 150px; }
.sectionfirstcontact { margin-top: 87px; }
.displaynone { display: none; }
.visible-mobile { display: none; }
.visible-desktop { display: block; }
.gray {
	background: #5f5f5f;
}
.hrline {
	border-bottom: 15px solid #166bbf;
	width: 60%;
	margin: 0 auto;
}
/* nav */
.nav-toggle {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    padding: 15px 20px 10px 20px;
    cursor: pointer;
    height: 87px;
    /* background: #f7941d; */
    background-color:rgba(31, 40, 87, 0.8);
    transition: all 0.8s;
    width: 6%;
}
.nav-toggle.toggleScroll {	
	height: 70px;
	transition: all 0.8s;
}
.nav-toggle:hover {
    background-color:rgba(31, 40, 87, 1);
}
.nav-toggle:focus {
    outline: none;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    cursor: pointer;
}
.nav-toggle span:before {
    top: -5px
}
.nav-toggle span:after {
    bottom: -5px
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav-toggle.active span {
    background-color: transparent
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
    top: 0
}
.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-toggle.active span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}
#trigger-overlay > p {
    color: #ffffff;
    font-size: 0.9em;
    line-height: 30px;
    font-weight: bold;
}

/* ==========================================================================
Nav Overlay
========================================================================== */
/* Overlay style */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #166bbf;
    text-align: center;
    z-index: 8;
}

/* Menu style */
.overlay nav {
    position: relative;
    top: 40%;
    height: 60%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay ul.x {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.overlay ul.x li,
.overlay .switch,
.overlay .social {
	margin-bottom: 30px;
}
.overlay ul.x li a {
    color: #ffffff;
    border-bottom: 1px solid #c9c5c5;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.overlay ul.x li:first-child a {
    border-bottom: 0;
}
.overlay ul.x li a:hover, .overlay ul.x li a:focus {
    color: #ffffff;
}
.overlay ul.x li a:hover {
	border-bottom: 0;
}
.overlay .switch li {
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
}
.overlay .switch li span {
	top: -10px;
	position: relative;
	display: inline-block;
}
.overlay .social li {
	display: inline-block;
}

/* Effects */
.overlay-boxify {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-boxify.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.overlay-boxify nav ul li {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
.overlay-boxify.open nav ul:first-child li:first-child {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.overlay-boxify.open nav ul:first-child li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.overlay-boxify.open nav ul:nth-child(2) li:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.overlay-boxify.open nav ul:nth-child(2) li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.overlay-boxify.open nav ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*** fh5co-nav-toggle ***/
.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #ffffff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  /* border-bottom: none !important; */
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #ffffff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #ffffff;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle i::before {
  top: -7px;
}
.fh5co-nav-toggle i::after {
  bottom: -7px;
}
.fh5co-nav-toggle:hover i::before {
  top: -10px;
}
.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}
.fh5co-nav-toggle.active i {
  background: transparent;
}
.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.fh5co-nav-toggle {
  position: absolute;
  top: 18px;
  right: 15px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
}
.fh5co-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#fh5co-offcanvas {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

#fh5co-offcanvas {
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  z-index: 12;
  width: 275px;
  background: #968555;
  overflow-y: auto;
  padding: 50px 0 30px 0;
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  -o-transform: translateX(275px);
  transform: translateX(275px);
}
#fh5co-offcanvas .fh5co-offcanvas-close {
	display: none;
  /* position: absolute;
  top: 20px;
  right: 30px; */
}
#fh5co-offcanvas .fh5co-offcanvas-close:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e117";
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas .fh5co-offcanvas-close:hover:before {
  color: white;
}
#fh5co-offcanvas nav ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas nav ul li {
  padding: 0 30px;
  margin: 0;
  list-style: none;
  text-align: center;
}
#fh5co-offcanvas nav ul li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
  font-size: 16px;
	text-transform: uppercase;
}
#fh5co-offcanvas nav ul li.sociallink {
  margin-top: 20px;
}
#fh5co-offcanvas nav ul li a:hover {
  color: #ffffff;
}
#fh5co-offcanvas nav ul li.active a {
  text-decoration: underline;
}
.offcanvas-visible #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  width: 100%;
}

.box-nav-l {
	top: 0;
	position: fixed;
	background: #1f2857;
	padding: 0 30px;
	width: 45%;
	z-index: 4;
}
.box-nav-r {
	top: 0;
	position: fixed;
	left: 45%;
    background-color: rgba(164, 208, 255, 0.9);
    height: 87px;
    text-align: right;
    padding: 18px 20px;
    width: 49%;
    text-transform: uppercase;
    z-index: 4;
}
.bgsvg {
	background-image: url("icon.svg");
	background-repeat: no-repeat;
	background-size: 570px;
	display: inline-block;
}
#logo {    
    background-position: -10px -15px;
    width: 535px;
    height: 80px;
    padding: 0 30px;
}
.floatcontact,
.floatcontact2 {
	position: fixed;
	bottom: 1%;
	right: 1%;
	z-index: 4;
	text-align: right;
}
.floatcontact span,
.floatcontact2 span {
	background: #414042;
	padding: 5px 10px;
	font-size: 12px;
	top: -20px;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
footer {
	margin-top: 40px;
	background: #1f2857;
}
footer .form-control {
	color: #eeeeee;	
	background-color: transparent;
}
.english {
	background-position: -40px -510px;
	width: 55px;
	height: 30px;
}
.thai {
	background-position: -168px -510px;
	width: 55px;
	height: 30px;
}
.contact {
	background-position: -35px -120px;
	width: 55px;
	height: 50px;
}
.phone2 {
	background-position: -92px -120px;
	width: 55px;
	height: 50px;
}
.messager {
	background-position: -92px -170px;
	width: 55px;
	height: 50px;
}
.line2 {
	background-position: -92px -220px;
	width: 55px;
	height: 50px;
}
.close2 {
	background-position: -92px -271px;
	width: 55px;
	height: 50px;
}
.facebook {
	background-position: -38px -345px;
    width: 60px;
	height: 60px;
}
.line {
	background-position: -107px -345px;
    width: 60px;
	height: 60px;
}
.mail {
	background-position: -175px -345px;
    width: 60px;
	height: 60px;
}
.inline li {
	display: inline-block;
}
/* .bottom {
	position: absolute;
	bottom: 30px;
} */
.navlow a {
	border-bottom: 1px solid #c9c5c5;
	margin: 0 15px 20px 0;
	display: inline-block;
}
.btn-default,
.btn-default:hover {
	background: #166bbf;
	padding: 5px 20px;
	color: #ffffff;
	text-transform: uppercase;
	border: 0;
}
.btn-default:hover {
	background: #1F2857;
}
.address {
	padding: 40px 40px 40px 100px;
	height: 650px;
}
.bggray {
	background: #898989;
	padding: 40px 0 10px 40px;
	text-transform: uppercase;
	width: 100%;
}
.bggray ul {
	width: 60%;
}
.bggray2 {
	background: #5f5f5f;
	padding: 40px 95px 128px 40px;
	text-transform: uppercase;
}
.bggray li {
	display: inline-block;
	width: 165px;
	margin-bottom: 30px;
}
.bggray a {
	border-bottom: 1px solid #c4c4c4;
}
.bggray a:hover {
	border-bottom: 0;
}
.aboutleft {
	padding: 50px;
}
.aboutright {
    height: 400px;
}
.aboutright img {
	position: relative;
	top: -372px;
}
.aboutfloat {
    background: #166bbf;
	position: relative;
	top: -75px;
	padding: 20px;
	height: 413px;
	left: 23px;
}
.boxproduct {
    padding: 20px 0;
	text-align: center;
	margin: 0 6px 30px 0;
	background: #ffffff;
	width: 24%;
	display: inline-block;
	float: left;
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 0px 5px 15px 5px rgba(0,0,0,0.1); 
	box-shadow: 0px 10px 13px -7px #000000, 0px 5px 15px 5px rgba(0,0,0,0.1);
	border: 1px solid #f8f8f8;
}
.boxproduct img {
	margin: 20px 0;	
}
.product {
	background: url(../images/bgblue.jpg) 0 110px repeat-x;
}
.load-more-link {
	padding: 5px 20px;
	background: #166bbf;
}
.boxclient {
	padding: 20px 0 0 0;
	text-align: center;
	margin: 0 10px 0 10px;
	background: #ffffff;
	width: 30%;
	display: inline-block;
}
.boxclient img { width: 100%; }
.boxtext {
    z-index: 2;
    position: relative;
    top: -53px;
    left: 0;
    width: 90%;
    background: #ffffff;
    padding: 15px;
    text-align: left;
    margin: 0 auto;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, -34px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow: 0px 10px 13px -7px #000000, -34px 5px 15px 5px rgba(0,0,0,0);
}
.boxtext p {
	 display: block;
     display: -webkit-box;
     height: 120px;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
}
.client {
	margin-top: 50px;
}
.client .col-md-2 {
	text-align: center;
	height: 160px;
    position: relative;
}
.client .col-md-2 img {
	max-height: 100%;  
    max-width: 100%; 
    width: 130px;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}
.hoverunderline:hover {
	text-decoration: underline;
}
.boxblue {
    background: #166bbf;
    position: absolute;
    top: -100px;
    padding: 30px;
    width: 90%;
}
.productname {
	background: #1f2857;
	text-transform: uppercase;
	padding: 5px 20px 5px 20px;
	margin: 40px 0 20px 0;
	width: 50%;
}
.boxproduct-l { padding: 20px 40px 20px 100px; }
.boxproduct-r { padding: 20px 100px 20px 40px; }

.f1_container {
  position: relative;
  width: 100%;
  height: 220px;
  z-index: 1;
  font-size: 14px;
}
.f1_container {
  perspective: 1000;
}
.f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1.0s linear;
}
.f1_container:hover .f1_card {
  transform: rotateY(180deg);
}
.face {
  position: absolute;
  left: 13px;
  width: 90%;
  height: 100%;
  backface-visibility: hidden;
  background-color: #ffffff;
}
.face img {
	width: 100%;	
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  padding: 0 10px;
  background-color: #ffffff;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 97%;
}
li.figure {
	display: none;
}
.he {
	text-align: center;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 10px;
}
.modal-dialog {
    width: 700px;
}
.modal-header {
    border-bottom: 0;
    padding: 0;
}
button.close {
	color: #ffffff;
	padding: 5px 10px;
	background: #166bbf;
}
button.close:hover {
	color: #ffffff;
}
.modal-body {
	padding: 20px 30px;
}
.modal-body .rowtop {
	padding: 0 0 20px 0;
}
.modal-body #modal_detail {
	padding: 20px 0 10px 0;
}
.modal-body #imglist img { width: 100%; margin-bottom: 20px; }
/* For Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.bggray2 {
    	padding: 40px 95px 148px 40px;
	}
	.face.back {
  		height: 100%;
	}
}

/**************************************************************************/
@media screen and (max-width: 1200px) {
	
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
	#logo {
		background-size: 240px;
		background-position: -17px 0;
		height: 47px;
		padding: 0;
	}	
	.hero { margin-top: 52px; }
	.box-nav-r { display: none; }
	.box-nav-l { padding: 0 0 0 10px; width: 82%; }
	.nav-toggle { width: 18%; padding: 5px 10px 5px 10px; height: 53px; background-color: rgba(31, 40, 87, 1);}
	#trigger-overlay > p { font-size: 0.7em; line-height: 20px; text-align: center; }
	#homepage .col-md-6.aboutright, 
	.col-md-6.contact-address
	 { padding-right: 0; padding-left: 0; }
	.face { left: 9px; }
	.overlay nav { top: 30%; }
	.overlay nav #logo { background-position: -5px 0; } 
	.overlay ul.x li a { font-size: 16px; }
	.overlay-boxify.open nav ul li { width: 60%; }
	.overlay-boxify.open nav ul.switch li { width: 30%; }
	.overlay-boxify.open nav ul.social li { width: 20%; }
	.overlay ul.x li, .overlay .switch, .overlay .social { margin-bottom: 25px; }
	.visible-mobile { display: inline-block; }
	.visible-desktop { display: none; }
	.sectionfirst {
	    margin-top: 54px;
	}
	.paddingleft100 {
	    padding-left: 20px;
	}
	#aboutus .boxpadding {
	    padding: 20px 10px;
	}
	#aboutus .container { padding-right: 0; padding-left: 20px;}
	.boxblue {
	    position: inherit;
	    top: 0;
	    width: 100%;
	}
	.contact-mobile {
	    padding-right: 35px;
	    padding-left: 35px;
	}
	.nopadding-mobile {
	    padding-right: 0;
	    padding-left: 0;
	}
	.boxpadding {
	    padding: 20px 20px;
	}
	.client .col-md-2 {
	    height: 115px;
	    float: left;
	    width: 30%;	
	}
	.client .col-md-2 img { max-width: 70%; }
	.bggray, 
	.bggray2 {
		padding: 20px;
		width: 100%;
	}
	.bggray li { width: 135px; }
	.address {
	    padding: 20px;
	}
	.product {
		background: url(../images/bgblue_mobile.jpg) 0 110px repeat-x;
	}
	.f1_container { height: 145px; }
	.f1_container:hover .f1_card {
	  transform: none;
	}
	li.figure {
		display: block;
	}
	.load-more-link {
		display: none;
	}
	.boxclient {
		width: 95%;
	}
	.modal-dialog {
	    width: auto;
	}
	.footercenter {
		text-align: center;
	}
	.copyright {
		font-size: 14px;
	}
	.address {
		height: auto;
	}
	#product .container, 
	#product h1 {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.boxproduct-l { padding: 0; }
	.boxproduct-r { padding: 0; }
	.boxproduct-l img, .boxproduct-r img, .productname { width: 100%; } 
	.aboutfloat {
		position: initial;
		top: 0;
		height: 310px;
	}
	.aboutright img {
	    position: relative;
	    top: -110px;
	    width: 90%;
	    left: 15px;
	}
	.aboutleft {
    	padding: 20px 35px;
	}
	section.product,
	section.casestudies,
	section.client {
		padding: 0 17px;     
	}
	.boxclient img { width: 96%; }
	.boxproduct img { width: 100%; }
	.boxproduct {
		margin: 0 6px 30px 10px;
		width: 44%;
	}
	.boxtext p {
		 display: block;
	     height: auto;
	}
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
	#logo {
		background-size: 240px;
		background-position: -17px 0;
		height: 47px;
		padding: 0;
	}	
	.hero { margin-top: 52px; }
	.box-nav-r { display: none; }
	.box-nav-l { padding: 0 0 0 10px; width: 84%; }
	.nav-toggle { width: 16%; padding: 5px 10px 5px 10px; height: 54px; background-color: rgba(31, 40, 87, 1);}
	#trigger-overlay > p { font-size: 0.7em; line-height: 20px; text-align: center; }
	#homepage .col-md-6.aboutright, 
	.col-md-6.contact-address
	 { padding-right: 0; padding-left: 0; }
	.face { left: 9px; }
	.overlay nav { top: 30%; }
	.overlay nav #logo { background-position: -5px 0; } 
	.overlay ul.x li a { font-size: 16px; }
	.overlay-boxify.open nav ul li { width: 68%; }
	.overlay-boxify.open nav ul.switch li { width: 30%; }
	.overlay-boxify.open nav ul.social li { width: 20%; }
	.overlay ul.x li, .overlay .switch, .overlay .social { margin-bottom: 25px; }
	.visible-mobile { display: inline-block; }
	.visible-desktop { display: none; }
	.sectionfirst {
	    margin-top: 54px;
	}
	.paddingleft100 {
	    padding-left: 20px;
	}
	#aboutus .boxpadding {
	    padding: 20px 10px;
	}
	#aboutus .container { padding-right: 0; padding-left: 20px;}
	.boxblue {
	    position: inherit;
	    top: 0;
	    width: 100%;
	}
	.contact-mobile {
	    padding-right: 35px;
	    padding-left: 35px;
	}
	.nopadding-mobile {
	    padding-right: 0;
	    padding-left: 0;
	}
	.boxpadding {
	    padding: 20px 20px;
	}
	.client .col-md-2 {
	    height: 115px;
	    float: left;
	    width: 30%;	
	}
	.client .col-md-2 img { max-width: 70%; }
	.bggray, 
	.bggray2 {
		padding: 20px;
		width: 100%;
	}
	.bggray li { width: 135px; }
	.address {
	    padding: 20px;
	}
	.product {
		background: url(../images/bgblue_mobile.jpg) 0 110px repeat-x;
	}
	.f1_container { height: 145px; }
	.f1_container:hover .f1_card {
	  transform: none;
	}
	li.figure {
		display: block;
	}
	.load-more-link {
		display: none;
	}
	.boxclient {
		width: 95%;
	}
	.modal-dialog {
	    width: auto;
	}
	.footercenter {
		text-align: center;
	}
	.copyright {
		font-size: 14px;
	}
	.address {
		height: auto;
	}
	#product .container, 
	#product h1 {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.boxproduct-l { padding: 0; }
	.boxproduct-r { padding: 0; }
	.boxproduct-l img, .boxproduct-r img, .productname { width: 100%; } 
	.aboutfloat {
		position: initial;
		top: 0;
		height: 310px;
	}
	.aboutright img {
	    position: relative;
	    top: -110px;
	    width: 90%;
	    left: 15px;
	}
	.aboutleft {
    	padding: 20px 35px;
	}
	section.product,
	section.casestudies,
	section.client {
		padding: 0 17px;     
	}
	.boxclient img { width: 96%; }
	.boxproduct img { width: 100%; }
	.boxproduct {
		margin: 0 6px 30px 10px;
		width: 45%;
	}
	.boxtext p {
		 display: block;
	     height: auto;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
}