/* ----------------------------------------------------------------
    TEMPLATE FONTS
-----------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Merriweather:300,300i);
@font-face {
    font-family: 'kanitmedium';
    src: url('../fonts/kanit-medium-webfont.woff2') format('woff2'),
         url('../fonts/kanit-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'kanitregular';
    src: url('../fonts/kanit-regular-webfont.woff2') format('woff2'),
         url('../fonts/kanit-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'kanitextralight';
    src: url('../fonts/kanit-extralight-webfont.woff2') format('woff2'),
         url('../fonts/kanit-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}
/* ----------------------------------------------------------------
    BODY
-----------------------------------------------------------------*/
body {padding: 0;margin:0; overflow-x: hidden;}
.img-responsive { margin: 0 auto;}
.center {margin:0 auto; text-align: center;}
.left {text-align: left;}

section.page--tksteelsupply.header--Facein{
  background:#010865;
  padding: 0 0 20px 0;
}
section.page--tksteelsupply.header--Facein .topmenu{
  width: 100%;
  float:left;
  padding: 10px 0;
}
section.page--tksteelsupply.header--Facein img {
  width:145px;
  text-align: left;
  position: relative;
  margin-top:-3%;
  margin-bottom: 1%;
  float: left;
}
section.page--tksteelsupply.header--Facein h1{
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 3.6rem;
  text-align: left;
  margin:0 auto;
  color: #fff;
  line-height: 1.2;
  font-weight: normal;   
  text-transform: uppercase;
  float: left;
    margin-top: 2%;
    margin-left: 4%;
}

section.page--tksteelsupply.header {
    background-image: url(../images/bg-header.jpg);
    background-position:center;
    background-repeat: no-repeat;
    height: auto;
    max-height: 650px;
    padding: 0 0 40px 0;
    overflow: hidden;
    background-size: cover;
}
section.page--tksteelsupply.header .topmenu{
  width: 100%;
  float:left;
  padding: 10px 0;
}
/*menu*/
@-webkit-keyframes bugfix {
  from { padding: 0;}
  to { padding: 0;}
}
/*input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}*/
label {
  display: none;
  cursor: pointer;
  user-select: none;
}

/* background for li / select */
/* custom-dropdown */
nav[role="custom-dropdown"] {
  position: relative;
  width: 100%;
}
nav[role="custom-dropdown"] a,
nav[role="custom-dropdown"] label {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-family: "kanitextralight", "Open Sans", "Tahoma", "Arial", sans-serif;
  transition: color .3s ease-in-out;
}
nav[role="custom-dropdown"] ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  float: right;
}
nav[role="custom-dropdown"] ul > li {
  float: left;
  padding:10px 25px;
  text-align: center;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  transition-property: box-shadow, color;
  cursor: pointer;
}
nav[role="custom-dropdown"] ul > li.active{
  border-bottom: 3px red solid;
}
nav[role="custom-dropdown"] ul > li:hover {
  /*background-color: rgba(0, 0, 0, 0.85);*/
  color: #ccc;
  /*box-shadow: 0 0.05em 0.25em 0 rgba(0, 0, 0, 0.35), inset 0 0 0 2em rgba(0, 0, 0, 0.3);*/
}
nav[role="custom-dropdown"] ul > li:hover > a {
  color: #ccc;
}

/* small screens */
@media screen and (max-width: 44em) {
  nav[role="custom-dropdown"] ul {
    display: none;
    height: 100%;
    margin-bottom: 5%;
    width: 100%;
  }
  nav[role="custom-dropdown"] label {
    font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
    position: relative;
    display: block;
    width: 100%;
    min-height: 2.25em;
    /*padding: .45em;*/
    font-size: 18px;
    margin: 0;
    /*border: 0.15em solid rgba(60, 60, 60, 0.2);*/
  }
  nav[role="custom-dropdown"] label:after {
    position: absolute;
    right: .25em;
    top: 0;
    content: "\2261";
    font-size: 1.8em;
    font-weight: normal;
  }
  nav[role="custom-dropdown"] input[type=checkbox]:checked ~ label:after {
    color: #222;
  }
  nav[role="custom-dropdown"] input[type=checkbox]:checked ~ ul {
    display: block;
  }
  nav[role="custom-dropdown"] input[type=checkbox]:checked ~ ul > li {
    width: 100%;
    opacity: .8;
    text-align: left;
    background: black;
  }
  /*nav[role="custom-dropdown"] input[type=checkbox]:checked ~ ul > li:after {
    position: absolute;
    right: .25em;
    content: "\203A";
    font: bold 1.4em sans-serif;
  }*/
}

section.page--tksteelsupply.header img {
  width:170px;
  text-align: center;
  margin:0 auto;
  position: absolute;
  margin-top:3%;
}
section.page--tksteelsupply.header .boxcontentR {
    width: 50%;
    float: right;
    height: auto;
    margin-top: 5%;
}
section.page--tksteelsupply.header .boxcontentR h1{
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 4rem;
  text-align: left;
  margin:0 auto;
  color: #fff;
  line-height: 1.2;
  font-weight: normal;   
  text-transform: uppercase;
}
section.page--tksteelsupply.header .boxcontentR ul {
  width: 100%;
  float: left;
  vertical-align: top;
  list-style: none;
  padding:0;
  margin:8% 0 0 5%;
}
section.page--tksteelsupply.header .boxcontentR ul li {
  width: 100%;
  float: left;
}
section.page--tksteelsupply.header .boxcontentR ul li p {
  font-family: "kanitextralight", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 23px;
  text-align: left;
  margin:5px 0;
  color: #fff;
  line-height: 1.6;
  font-weight: normal;
  padding-left: 40px;  
}
section.page--tksteelsupply.header .boxcontentR ul li img {
	float: left;
	width: 30px;
	margin-right: 5px;
	margin-top: 5px;
}

/*contact*/
section.page--contactus{
    background-image: url(../images/bg-contact.jpg);
    background-position:center;
    background-repeat: no-repeat;
    height: auto;
    max-height: 370px;
    padding: 0;
    overflow: hidden;
    background-size: cover;
}
section.page--contactus ul {
  width: 100%;
  float: left;
  vertical-align: top;
  list-style: none;
  padding:0;
  margin:4% 0;
  display: flex;
  justify-content: center !important;
}
section.page--contactus ul li {
  width: 100%;
  text-align: center;
}
section.page--contactus ul li h2 {
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 24px;
  text-align: center;
  margin:6% 0 15px 0;
  color: #fff;
  line-height: 1.2;
  font-weight: normal;  
  text-transform: uppercase;
}
section.page--contactus ul li p {
  font-family: "kanitextralight", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 20px;
  text-align: center;
  margin:5px 0;
  color: #fff;
  line-height: 1.2;
  font-weight: normal;  
}
section.page--contactus ul li p a{color:#fff; text-decoration: none;}
section.page--contactus ul li p a:hover {color:#e8e8e8; text-decoration: none;}
section.page--contactus ul li img {
	width: 90px;
	margin:5px auto;
	text-align: center;
	border-radius: 50%;
	border:1px #fff solid;
}
section.page--contactus ul li img.line {
	width: 224px;
	border:none;
	margin-bottom: -5.5%;
}

/*about*/
section.page--aboutus {
    background:#fff;
    height: auto;
    padding:40px 0;
    overflow: hidden;
    width: 100%;
    float: left;
}
section.page--aboutus img.photo-about{
  float: left;
  width: 45%;
  margin:20px 20px 20px 0;
}
section.page--aboutus p.textRight {
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 20px;
  text-align: left;
  color: #000;
  line-height: 1.5;
  font-weight: normal;
  margin: 0 auto;  
  width: 50%;
  float: right;
  margin-bottom: 2%;
}
section.page--aboutus p.textRight span {color:#39a2dd;}

section.page--aboutus .boxtextL{
  width: 40%;
  float: left;
  padding-right: 10px;
}
section.page--aboutus .boxtextL img{
  float: left;
  width: 50%;
  margin:0 20px 0 0;
}
section.page--aboutus .boxtextL ul {
  width: 100%;
  float: left;
  vertical-align: top;
  list-style: none;
  padding:0;
  margin:4% 0;
  margin-left: 2%;
}
section.page--aboutus .boxtextL ul li {
  width: 100%;
  text-align: left;
  float: left;
}
section.page--aboutus .boxtextL ul li p {
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 20px;
  text-align: left;
  color: #000;
  line-height:1.2;
  font-weight: normal;
  margin: 2% auto 4% auto;
}
section.page--aboutus .boxtextL ul li p span {color:#39a2dd;}
section.page--aboutus .boxtextL ul li img{
  float: left;
  width:60px;
  margin:0 15px 0 0;
}

section.page--aboutus .boxtextR{
  width: 60%;
  float: right;
  padding-left: 10px;
  margin-top: 3%;
}
section.page--aboutus .boxtextR p {
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 20px;
  text-align: left;
  color: #000;
  line-height: 1.5;
  font-weight: normal;
  margin: 0 auto;  
  float: left;
  margin-bottom: 2%;
  width: 100%;
}
section.page--aboutus .boxtextR p.textRight span {color:#39a2dd;}


section.page--aboutus h1 {
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 3.4rem;
  text-align: center;
  margin:0 auto;
  color: #39a2dd;
  line-height: 1;
  font-weight: normal;
  margin:20px 0;
  width: 100%;  
  text-transform: uppercase;
}
section.page--aboutus h2 {
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 2.8rem;
  text-align: center;
  margin:0 auto;
  color: #39a2dd;
  line-height: 1.3;
  font-weight: normal;
  margin:5% auto 1% auto;
  width:100%;  
  text-transform: uppercase;
}
section.page--aboutus p {
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #000;
  line-height: 1.5;
  font-weight: normal;
  margin: 2% auto;  
  width: 80%;
}
section.page--aboutus ul {
  width: 100%;
  float: left;
  margin:1% 0;
  padding-left: 5%;
}
section.page--aboutus ul li {
  float: left;
  font-family: "kanitextralight", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 20px;
  text-align: left;
  color: #000;
  line-height: 1.5;
  font-weight: normal;
  margin: 5px 0; 
  float: left; 
  width: 100%;
}
section.page--aboutus p.title {
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 22px;
  text-align: left;
  color: #000;
  line-height: 1.5;
  font-weight: normal;
  margin: 2% auto;  
  width: 100%;
  float: left; 
}
section.page--aboutus p.left {
  font-family: "kanitextralight", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 20px;
  text-align: left;
  color: #000;
  line-height: 1.5;
  font-weight: normal;
  margin: 1% auto;  
  width: 100%;
  float: left;  
text-indent: 3em;
}
section.page--aboutus p.left span {color:#39a2dd;font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;}
section.page--aboutus .boxtextRa{
  width: 52%;
  float: right;
  padding-left: 10px;
  margin-top: 3%;
}
section.page--aboutus .boxtextRa p.textRighta {
  font-family: "kanitextralight", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 20px;
  text-align: left;
  color: #000;
  line-height: 1.5;
  font-weight: normal;
  margin: 0 auto;  
  float: left;
  margin-bottom: 2%;
  width: 100%; 
}
section.page--aboutus .boxtextRa p.textRighta span {color:#39a2dd;font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;}

section.page--aboutus p.map{  
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #000;
  line-height: 1.5;
  font-weight: normal;
  margin: 2% auto; 
  width: 100%; 
}
section.page--aboutus .borderB{
  width: 8%;
  height: 5px;
  background:#e50000;
  margin:2% auto 4% auto;
}

section.page--products {
	background:#fff;
	height: auto;
    padding: 0;
    overflow: hidden;
    width: 100%;
    float: left; 
}
section.page--products .full-photocity {
  width: 100%;
  float: left;
  vertical-align: top;
  padding: 10px;height:11.9%;
}
section.page--products .full-photocity .img1 {
  width: 40%;
  height: 500px;
  float: left;
  vertical-align: top;
background: #000;
border-radius: 20px;
margin: 5px 10px;}
section.page--products .full-photocity .img1 p { 
	font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
	/*background:rgba(0, 0, 0, 0.4);*/
	width:auto;
	padding:10px;
	text-align: left;
  font-size: 20px; 
  color: #fff;
  line-height: 1.3;
  position: absolute;
  z-index: 9; 
  left:30px;
  margin-top: 22%;
}
section.page--products .full-photocity .img1 img {
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	border-right: 5px;
  border-radius: 20px;
  opacity:0.5;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
section.page--products .full-photocity .img1 img:hover {opacity:1;}

section.page--products .full-photocity .photo2 {width: 58%;float: left;height:auto;padding: 0 0 12px 0;}
/*new*/
section.page--products .full-photocity .photo2 ul {
  width: 100%;
  float: left;
  padding: 0;
  margin:0;
  display: flex;
  list-style: none;
  justify-content: center !important;
  height:auto;
}
section.page--products .full-photocity .photo2 ul li{
  width: auto;
  float: left;
  height: auto;
  margin: 5px 10px;
  border-radius: 20px;
  background:#000;
  height:auto;
}
section.page--products .full-photocity .photo2 ul li p { 
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  width:auto;
  padding:10px;
  text-align: left;
  font-size: 18px; 
  color: #fff;
  line-height: 1.3;
  position: absolute;
  z-index: 9;
  margin-top: 8.5%;
  margin-left: 20px;
}
section.page--products .full-photocity .photo2 ul li img {
  width: auto;
  text-align: center;
  position: relative;  
  border-radius: 20px;
  opacity:0.5;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
section.page--products .full-photocity .photo2 ul li img:hover{opacity:1;}







/*article*/
section.page--article {
    background:#fff;
    height: auto;
    padding:40px 0;
    overflow: hidden;
    width: 100%;
    float: left;
}
section.page--article h1 {
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
 font-size: 3.4rem;
  text-align: center;
  color: #39a2dd;
  line-height: 1;
  font-weight: normal;
  margin:20px 0;
  width: 100%;  
  text-transform: uppercase;
  padding:0 15px;
}
section.page--article .borderB{
  width: 8%;
  height: 5px;
  background:#e50000;
  margin:2% auto;
}
section.page--article .all {
  width: 100%;
  float: left;
  height: auto;
  margin-top: 3%;
}
section.page--article .all .boxL {
  width: 50%;
  float: left;
  background-image: url(../images/img-article.png);
  background-position:center;
  background-repeat: no-repeat;
  height: 380px;
  max-height: 564px;
  padding:0;
  overflow: hidden;
  background-size: cover;
}
section.page--article .all .boxR {
  width: 50%;
  float: right;
  padding:15px;
}
section.page--article .all .boxR ul {
  width: 100%;
  float: left;
  list-style: none;
  padding:0 0 3% 3%;
  margin:0;
}
section.page--article .all .boxR ul li {
  width: 100%;
  text-align: center;
  display: inline-block;
  float: left;
  padding:5px 0;
}
section.page--article .all .boxR ul li img {
  width: 25px;
  margin: 1% 10px 0 0;
  text-align: left;
  float: left; 
}
section.page--article .all .boxR ul li p {
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 20px;
  text-align: left;
  color: #000;
  line-height: 1.5;
  font-weight: normal;
  margin: 3px 0;  
  padding-left: 30px;
}
section.page--article .all .boxR ul li p a {color:#000;text-decoration: none;}
section.page--article .all .boxR ul li p a:hover {color:#39a2dd;text-decoration: none;}
/*customer*/
section.page--customers {
    background:#fff;
    height: auto;
    padding:40px 0 0 0;
    overflow: hidden;
    width: 100%;
    float: left;
}
section.page--customers h1 {
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
 font-size: 3.4rem;
  text-align: center;
  margin:0 auto;
  color: #39a2dd;
  line-height: 1;
  font-weight: normal;
  margin:20px 0;
  width: 100%;  
  text-transform: uppercase;
}
section.page--customers .borderB{
  width: 8%;
  height: 5px;
  background:#e50000;
  margin:2% auto;
}
section.page--customers ul {
  width: 100%;
  float: left;
  list-style: none;
  padding:5px;
  margin:0;
  background:#000;
}
section.page--customers ul li {
  width: 20%;
  text-align: center;
  display: inline-block;
  float: left;
  padding:8px;
}
section.page--customers ul li img {
	width:100%;
	margin:0 auto;
	text-align: center;	
}

section.page--customers ul.last {
  width: 100%;
  float: left;
  list-style: none;
  padding:0 5px 8px 5px;
  margin:0;
  background:#000;
}
section.page--customers ul.last li {
  width: 20%;
  text-align: center;
  display: inline-block;
  float: left;
  padding:8px;
}
section.page--customers ul.last li img {
	width:100%;
	margin:0 auto;
	text-align: center;	
}
/*footer*/
section.page--footer {
    height: auto;
    width: 100%;
    padding:0 15px 20px 15px;
    overflow: hidden;
    background:#fff;
}
section.page--footer .copyright{
  width: 100%;
  float: left;
  background:#fff;
  border-top:1px #f0f0f0 solid;
}
section.page--footer .copyright p {
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 13px;
  text-align: center;
  margin:0 auto;
  color: #575757;
  line-height: 1.3;
  font-weight: normal;
  text-transform:uppercase;
  margin:20px 0 10px 0;  
}
section.page--footer .copyright p span {color:#39a2dd;}
.hidden-360  {display: inline-block;}
.visible-360 {display: none;}

@media (max-width: 1680px) {
  section.page--products .full-photocity .img1 p {margin-top:23%;}
  section.page--products .full-photocity .img1 {height: 432px;}
}

@media (max-width: 1600px) {
  section.page--products .full-photocity .img1 {height: 410px;}
}
@media (max-width: 1440px) {
  section.page--products .full-photocity .img1 p {margin-top:22%;}
  section.page--products .full-photocity .img1 {height: 370px;}
}
@media (max-width: 1366px) {
	section.page--products .full-photocity .img1 {height: 350px;}
  section.page--article .all .boxL {height: 360px;}
  section.page--products .full-photocity .img1 p {margin-top:22%;}
}
@media (max-width: 1280px) {
  section.page--products .full-photocity .img1 {height: 322px;}
}
@media (max-width: 1024px) {
	section.page--products .full-photocity .img1 {height: 360px;}
	section.page--tksteelsupply.header .boxcontentR {width: 55%;}
	section.page--tksteelsupply.header {height: 560px;}
	section.page--tksteelsupply.header .boxcontentR h1 {font-size: 3.8rem;}
	section.page--contactus {height: 300px;padding: 0;}

	section.page--products .full-photocity .img1 p{margin-top:20%;font-size: 18px;}
  section.page--products .full-photocity .photo2 ul li p {margin-top:7.5%;font-size:18px;padding:0;}
  section.page--products .full-photocity .img1 {height: 260px;}
}
@media (max-width: 800px) {
	section.page--tksteelsupply.header img {width: 15%;}
	section.page--tksteelsupply.header {height: auto;padding: 0 0 20px 0;}
	section.page--tksteelsupply.header .boxcontentR {width: 60%;margin-top:5%;}
	section.page--tksteelsupply.header .boxcontentR h1,
	section.page--aboutus h1,
	section.page--customers h1,
  section.page--article h1 {font-size: 3rem;}
	section.page--tksteelsupply.header .boxcontentR ul li p {font-size: 20px;line-height: 1.2;padding-left: 30px;}
	section.page--tksteelsupply.header .boxcontentR ul li img {width: 22px;margin-top: 9px}
	section.page--contactus ul li img {width: 30%;}
	section.page--contactus ul li h2,
	section.page--contactus ul li p {font-size: 16px;}
	section.page--contactus {height: auto;}
	section.page--aboutus p{width: 100%;font-size: 18px;}
	section.page--aboutus h2 {font-size: 2rem;}
	section.page--customers .borderB {margin-bottom: 4%;}
	section.page--customers ul li {padding: 5px;}

	section.page--products .full-photocity .img1 {height: 280px;}
	section.page--customers {padding: 0;}
	section.page--products .full-photocity .img1 p {font-size: 17px;margin-top:21%;}
	section.page--contactus ul li img.line {width: 174px;}

  section.page--tksteelsupply.header--Facein img {width: 100px;}
  section.page--tksteelsupply.header--Facein h1 {font-size: 2.8rem;}
  section.page--aboutus img.photo-about {width: 100%;margin-bottom: 2%;padding:0;margin-right: 0;}
  section.page--aboutus p.textRight {width: 100%;}
  section.page--aboutus {padding: 10px 0;}

  section.page--aboutus .boxtextR p,
  section.page--aboutus .boxtextL ul li p {font-size: 16px;}
  section.page--article .all .boxR ul li p {font-size: 18px;}
  section.page--products .full-photocity .img1 {width: 38%;height: 215px;}
  section.page--products .full-photocity .img1,
  section.page--products .full-photocity .img1 img {border-radius: 10px;}
  section.page--products .full-photocity .photo2 ul li {padding: 0;margin:5px;border-radius: 10px;}
  section.page--products .full-photocity .photo2 ul li img {border-radius: 10px;}
  section.page--aboutus .boxtextRa {width: 100%;}
}
@media (max-width: 768px) {
  section.page--products .full-photocity .img1 {height: 205px;}
}
@media (max-width: 600px) {
	section.page--tksteelsupply.header {background-position: right;}
	section.page--tksteelsupply.header .boxcontentR {width: 80%;}
	section.page--products .full-photocity .img1 {height: 220px;width: 100%;margin:0;}
  section.page--products .full-photocity .img1 p {margin-top:28%;}
	section.page--products .full-photocity .photo2 {width: 100%;padding:12px 0 0 0;}
  section.page--products .full-photocity .photo2 ul li p {margin-top:14.5%;}
	section.page--contactus ul li img.line {width: 138px;}

  section.page--aboutus .boxtextL,
  section.page--aboutus .boxtextR {width: 100%;padding: 0;margin:0;}
  section.page--aboutus .boxtextL img {float: none;margin:0 auto;}
  section.page--aboutus .boxtextL ul li {width: 50%;}
  section.page--article .all .boxL,
  section.page--article .all .boxR {width: 100%;}
  section.page--article .all .boxL {height: 245px;}
  section.page--article {padding: 0;}
}
@media (max-width: 480px) {
	section.page--tksteelsupply.header {background-position: center;}
	section.page--tksteelsupply.header .boxcontentR h1, 
	section.page--aboutus h1, 
	section.page--customers h1,
  section.page--article h1{font-size: 26px;}
	section.page--tksteelsupply.header .boxcontentR ul {
	background: rgba(0, 0, 0, 0.7);
	margin: 2% 0;
    padding: 20px;}
    section.page--contactus ul {display:inline-block;
   justify-content: center !important;
   } 
   section.page--contactus ul li{width: 33.33%;float: left;}
   section.page--contactus ul li img {width: 50px;}
   section.page--contactus ul li h2 {margin:2% auto;}
   section.page--contactus ul li h2, 
   section.page--contactus ul li p {font-size: 12px;}
   section.page--aboutus p,
   section.page--article .all .boxR ul li p {font-size: 16px;}
   section.page--article .all .boxR ul li img {width: 19px;}
   section.page--products .full-photocity .img1 {height: 150px;}

   section.page--customers ul {padding: 2px 2px 0 2px;}
   section.page--customers ul li {padding: 3px;}
   section.page--products .full-photocity .img1 p {margin-top:19%;}
   section.page--contactus ul li img.line {width: 120px;}
   section.page--aboutus .borderB,
   section.page--customers .borderB { width: 25%;height: 3px;}
   section.page--tksteelsupply.header--Facein img {width: 80px;}

   section.page--aboutus .boxtextL ul li {width: 100%;} 
}
@media (max-width: 414px) {
	section.page--aboutus h1, 
	section.page--customers h1{font-size: 20px;}
	section.page--tksteelsupply.header .logo {position: relative;text-align: center;width: 25%;
		margin-bottom: 2%;}
	section.page--tksteelsupply.header .boxcontentR {width: 100%;}
	section.page--tksteelsupply.header .boxcontentR h1 {text-align: center;font-size: 25px;}
	section.page--contactus ul li {width: 100%;}
	section.page--contactus ul li h2, section.page--contactus ul li p {font-size: 14px;}
	section.page--aboutus h2 br {display: none;}
	section.page--products .full-photocity .img1,
	section.page--products .full-photocity .photo2 {height: auto;width: 100%;}
	section.page--products .full-photocity .img1 p {width: auto;margin-top:35%;}
  section.page--products .full-photocity .photo2 ul li p,
  section.page--products .full-photocity .img1 p {font-size: 14px;}
	section.page--contactus ul li img.line {width: 132px;}
  section.page--tksteelsupply.header--Facein img {margin:0 auto;text-align: center;float: none;}
  section.page--tksteelsupply.header--Facein h1 {font-size: 26px; text-align: center;margin:2% 0;float: none;}
  section.page--article .all .boxR ul li img {width: 14px;margin-top:2%;}
  section.page--article .all .boxR ul li p {padding-left: 20px;}
  section.page--article {padding:0;}
}
@media (max-width: 365px) {
	section.page--tksteelsupply.header .boxcontentR ul li p {font-size: 18px;}
  section.page--products .full-photocity .photo2 ul {display: inline-block;}
  section.page--products .full-photocity .photo2 ul li p {margin-top:51%;}
	section.page--customers ul li {width: 50%;}
  .hidden-360  {display: none;}
  .visible-360 {display: inline-block;}
}
@media (max-width: 360px) {
	section.page--tksteelsupply.header .boxcontentR h1 {font-size: 20px;}
  section.page--tksteelsupply.header--Facein img {width: 60px;}
  section.page--tksteelsupply.header--Facein h1 {font-size: 22px;}
  section.page--aboutus p.textRight {font-size: 16px;}
  
}