.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#cssmenu{
    display: none;
}
.mota-detail ul, .mota-detail ol{
	list-style:disc;
	padding-left:15px;
}
.mota-detail ul li{
	margin-bottom:8px;
}

/* menu */

/*------------------------------------------*/
/*       01 - General & Basic Styles
/*------------------------------------------*/

body {
    font-size: 16px;
      background: none;
    font-weight: 400;
    color: #666;
    font-family: 'Roboto', sans-serif;

}
strong, b {
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

a:hover {
    color: #444;
}

a, a:hover {
    text-decoration: none;
}

i {
    font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #000;
}

h1 {
    font-size: 24px;
    line-height: 30px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

p {
    color: #666;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

p strong {
    font-weight: 600;
}
#wapper{
    margin: 0 auto;
    max-width: 1366px;
    padding: 0px;
}
#header{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
    
    background: #fff;

}
.col-logo{
    float: left;
}
.logoxbox{
    float: left;
}
.logoxbox img{
	max-height:80px
}
.col-address{
    float: left;
}
.addressbox{
    float: left;
    width: 100%;
    padding-top: 15px;

}
.address-icon{
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border:2px solid #d6d6d6;
    border-radius: 100%;
    display: block;
    line-height: 54px;
    text-align: center; 
}
.address-icon i{
    font-size: 24px;
    color: #C4151B
}
.address-text{
    padding-top: 3px;
}
.address-text p{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
}
.addressbox:hover .address-icon i{
     color: #d6d6d6
}
.addressbox:hover .address-icon {
        border:2px solid #C4151B;
}
.address-text strong{
    font-weight: 500;

}
.address-text strong.hotline {
    color: #fe0000;
    font-weight: bold;
}
.address-text p{

}
#nav{
    float: left;
    width: 100%;
    clear: both;
    background: #C4151B;
}
.menu{
    float: left;
}
.menu ul{
    float: left;
    padding:0px;
    margin: 0px;
}
.menu ul li{
    display: inline-block;
    position: relative;
    float: left;
}
.menu ul li a{
    padding: 0px 15px;
    color: #fff;
    line-height: 50px;
    display: block;
    float: left;
    font-size: 18px;
    border-right: 1px solid rgb(181 13 19);
	/* 
	text-shadow: -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;
	
   text-shadow:
       1px 1px 0 #fff,
     -1px -1px 0 #fff,  
      1px -1px 0 #fff,
      -1px 1px 0 #fff,
       1px 1px 0 #fff;*/
}
.menu ul li a.active{
    background: rgb(181 13 19)
}
.menu>ul>li:hover>a{
    background: rgb(181 13 19)
}
.menu ul li ul{
    position: absolute;
    left: 0px;
    top: 50px;
    min-width: 220px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    display: none;
    -webkit-transition: all 0.4s ease 0s !important;
    transition: all 0.4s ease 0s !important;
}
.menu ul li ul li{
    float: left;
    width: 100%;
}
.menu ul li ul li a{
     padding: 6px 15px;
    color: #555;
    line-height: 24px;
	font-weight:500;
    display: block;
	white-space:nowrap;
    float: left;
    font-size: 15px;
    text-transform: capitalize;
    border-right: 0px solid #1ab343 !important;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
}
.menu ul li ul li:hover a{
    background:rgb(196 21 27);
	color:#fff;
}
.menu ul li:hover ul{
    display: block;
}
.search {
    float: right;
    margin-top: 0;
}
.formsearch{
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 40px;
    min-width: 250px;
    position: relative;
}
.formsearch input{
	padding-left: 15px !important;
    width: 100%;
    float: left;
    height: 40px;
    padding: 5px;
    background: #fff;
    border:1px solid #f5f5f5;
}
.formsearch .bnt_search {
    position: absolute;
    right: 5px;
    background: none;
    border: none;
    outline: none;
    font-size: 22px;
    top: 2px;
}
#slider{
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
}
.slider{
    float: left;
    width: 100%;
    clear: both;
    position: relative;
}
.slider-img{
    float: left;
    width: 100%;
    clear: both;
}
#product{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 15px;
    padding-bottom: 40px;
}
.product-title{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    position: relative;
}
.product-title:before{
	display:none;
    content: "";
    z-index: 10px;
    height: 60px;
    width: 2px;
    background: #8fd798;
    display:none;
    left: 0px;
    bottom: 0px;
    top: 0px; 
    position: absolute;
}
.about-title :before{
    content: "";
    z-index: 10px;
    height: 40px;
	display:none;
    width: 2px;
    background: #666;
    display:none;
    left: 0px;
    bottom: 0px;
    top: 0px; 
    position: absolute;
}
.about-title h2{
	/*text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;*/
}
.news-title h2{
	/*text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;*/
}
.news-title:before{
   
    height: 40px;
    
}
.product-title h3{
    font-weight: 400;
    margin-bottom: 5px;
    color: #666;
    float: left;
    width: 100%;
     padding-left: 0px;
    clear:both;
    color: #444;
    font-size: 16px;
    line-height: 24px;
	display:none;

    text-transform: capitalize;
}
.about-title h3{
    color: #333;
}
.product-title h2 {
    color: #ffffff;
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    background: #b90f13;
    text-transform: uppercase;
    padding: 10px 15px;
}
.about-title{
	
}
#slider .bx-wrapper{
    margin-bottom: 0px;
}
.services-area .col-product {
    height: 430px;
    overflow: hidden;
}
.services-area .single-service-item {
    padding-bottom: 15px;
    height: 430px;
}
.services-area .single-service-item .img-holder {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    height: 255px;
}
.services-area .single-service-item .img-holder img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.overlay {
  background-color: transparent;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.4s ease 0s;
  transition: background-color 0.4s ease 0s;
}
.overlay .box {
  border: 5px solid transparent;
  display: table;
  height: 100%;
  -webkit-transition: border-color 0.4s ease 0s;
  transition: border-color 0.4s ease 0s;
  width: 100%;  
}
.overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;  
}
.overlay .box .content a {
  padding: 9.5px 24px;
  -webkit-transform: translate3d(0px, -75px, 0px);
  transform: translate3d(0px, -75px, 0px);
  -webkit-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important;
  opacity: 0;
}

.services-area .single-service-item:hover .img-holder .overlay {
  background-color: rgb(196 21 27 / 34%)
}
.services-area .single-service-item:hover .img-holder .overlay .box {
  border-color: #9bd197;
}
.services-area .single-service-item:hover .img-holder .overlay .box .content a {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.services-area .single-service-item:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.services-area .single-service-item .text-holder {
  padding-left: 0px;
  position: relative;
  padding-top: 15px;
}
.services-area .single-service-item .text-holder .icon {
  background: #f7f7f7 none repeat scroll 0 0;
  color: #292929;
  left: 0;
  position: absolute;
  top: 30px;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  padding: 18px 0;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
.services-area .single-service-item .text-holder .icon span:before {
  font-size: 30px;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
.services-area .single-service-item .text-holder .text{
  padding-left: 0px;    
}
.services-area .single-service-item .text-holder .text h3 {
 
      height: 50px;
    overflow: hidden;
}
.services-area .single-service-item:hover .text-holder .icon{
  background: #19943a;
  color: #fff;
}

.yellow-bg {
    background: #c4151b;
}
.thm-btn {
    border: 2px solid #c4151b;
    color: #ffffff;
    display: inline-block;
    
    font-size: 14px;
    font-weight: 600;
    outline: medium none;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-area .single-service-item .text-holder .text h3 a{
    color: #fe0000
}
#about{
    float: left;
    width: 100%;
    clear: both;
    background: #f4f4f4;
}
.about-left{
    float: left;
    padding-left: 0px
}
.about-right{
    float: left;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 100px;
}
.about-content{
    float: left;
    width: 100%;
    clear: both;
    color: #333;
    text-align: justify;
}
.about-content p{
    color: #333
}
.noidung p{
    margin-bottom: 10px;
}
.about-img{
    float: left;
    width: 100%;
    display: block;
    background-position: right top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    float: left;
    height: 100%;
    overflow: hidden;
    min-height: 500px;
}
#news{
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 40px;
    background: #fff;
}
.product-title .xemthem{
    position:absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    padding: 12px 16px;
    display: block;
}
.thm-btn:hover {
    background: #fff;
    color: #c4151b;
    border: 2px solid #c4151b;
}
.addto-cart-box .thm-btn:hover a{
	 color: #c4151b !important;
}
.single-latest-project .img-holder {
  display: block;
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
}
.single-latest-project .img-holder img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;  
}
.single-latest-project .img-holder .overlay-box .box .content a i {
  background: #c4151b    none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  width: 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-latest-project:hover .overlay-box {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1,1);
  transform: rotateY(0deg) scale(1,1);
}
.single-latest-project:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-latest-project .img-holder .overlay-box .box .content a:hover i{
  background: #292929;
}
.overlay-box{
  background-color: rgba(155, 209, 151, 0.6);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;  
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5,0.5);
  transform: rotateY(180deg) scale(0.5,0.5);    
}
.overlay-box .box{
  display: table;
  height: 100%;
  width: 100%;    
}
.overlay-box .box .content{
  display: table-cell;
  text-align: center;
  vertical-align: middle;    
}
.title-holder h3{
    margin-bottom: 10px;
    
}
.title-holder h3 a{
    color: #fe0000;
}
.title-holder:hover h3 a{
    color: #19943a
}
#map{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #fff;
        min-height: 450px;
    background: #f4f4f4;
    display: block;
}
.codemap{
    float: left;
    width: 100%;
    clear: both;

}
#footer{
    float: left;
    width: 100%;
    clear: both;
}
.footer-top{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 40px;
    padding-bottom: 25px;
    background: #b50d13
}
.footer-title{
    float: left;
    width: 100%;
    clear: both;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.footer-title::before {
	display:none;
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 70px;
}
.footer-title h3 {
    color: #fff;
    font-size: 22px;
	 
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.footer-content{
    float: left;
    width: 100%;
    clear: both;
}
.footerul{
    float: left;
    width: 100%;
    clear: both;
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.footerul li{
    display: inline-block;
    float: left;
    width: 100%;
    clear: both;
    padding-top: 7px;
    padding-bottom: 7px;
}
.footerul li a{
    color: #f4f4f4;
    line-height: 24px;
    font-size: 15px;
}
.footerul li a i{
    font-size: 12px;
    width: 24px;
    height: 24px;
    display:block;
    text-align: center;
    border: 1px solid #f1f1f1;
    line-height: 24px;
    margin-right: 10px;
    float: left;
    border-radius: 100%;
}
.footer-bottom{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #9e0308;
    border-top: 1px solid #9e0308
}
.footer-bottom span{
    color: #f2f2f2;
    font-size: 15px;
}
.breadcrumb-botton-area{
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 30px;
  background: #f4f4f4;
}
.breadcrumb-botton-area .left{
  float: left;
  padding-top:12px;
}
.breadcrumb-botton-area .left h1{
   
    color: #222;
    display: block;
	
    font-size: 18px;
    font-weight: 600;
  

    transition: all 500ms ease;
}
.breadcrumb-botton-area .right{
  float: right;
}
.breadcrumb-botton-area .right ul li {
    color: #666;
    font-size: 14px;
    line-height: 55px;
    display: inline-block;
    margin: 0 0 0 5px;
}
.breadcrumb-botton-area .right ul li a {
    color: #666;
    font-size: 14px;
    transition: all 500ms ease;
}
.breadcrumb-botton-area .right ul li:hover a {
    color: #19943a;
}
#blog-area{
  float: left;
  width: 100%;
  clear: both;
  padding-bottom: 30px;
}
.sidebar-wrapper {
    background-color: white;
}
.sidebar-wrapper .single-sidebar {
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.sidebar-wrapper .single-sidebar .sidebar-title {
    overflow: hidden;
    background: #b90f13;
    color: #fff;
    margin-bottom: 15px;
}
.sidebar-wrapper .single-sidebar .sidebar-title h1 {
  color: #292929;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: -5px 0 17px;
}
.sidebar-wrapper .single-sidebar .sidebar-title h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 12px 15px;
}
.sidebar-wrapper .single-sidebar .sidebar-title .border {
  background: #e2e2e2  none repeat scroll 0 0;
  display: block;
  height: 2px;
  width: 70px;
  display:none;
}

.sidebar-wrapper .single-sidebar form.search-form {
    position: relative
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"] {
    background: #fff;
    border: 1px solid #f7f7f7;
    color: #9e9e9e;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 55px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
}
.sidebar-wrapper .single-sidebar .search-form button {
    background: #fdc716 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: block;
    height: 50px;
    padding: 11px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 50px;
}
.sidebar-wrapper .single-sidebar .search-form button i {
    font-size: 14px
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus {
    border: 1px solid #292929;
    background: #f7f7f7;
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus + button, 
.sidebar-wrapper .single-sidebar .search-form button:hover {
    background: #292929 none repeat scroll 0 0;
    color: #fff;
}


.single-sidebar .categories {
  margin-top: -5px;
}
.single-sidebar .categories li {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 10px;
  padding-bottom:8px;
}
.single-sidebar .categories li:last-child {
  margin-bottom: 0;
}
.single-sidebar .categories li a {
  color: #777;
  transition: all 500ms ease;
  font-weight:500;
      font-size: 16px;
}
.single-sidebar .categories li a i {
  display: inline-block;
  font-size: 18px;
  padding-right: 10px;
  position: relative;
  top: 1px;
}
.single-sidebar .categories li a span {
  display: inline-block;
  padding-left: 15px;
}
.single-sidebar .categories li a:hover{
  color: #fdc716;    
}


.single-sidebar .popular-post {}
.single-sidebar .popular-post li {
  margin-bottom: 32px;
  padding-left: 70px;
  position: relative;
}
.single-sidebar .popular-post li:last-child{
  margin-bottom: 0;
}
.single-sidebar .popular-post li .img-holder {
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 6px;
  width: 70px;
}
.single-sidebar .popular-post li .img-holder img {
  transform: scale(1);
  transition: all 0.5s ease 0s;
}
.single-sidebar .popular-post li .img-holder .overlay-box .box .content a i{
  color: #fff;
  transition: all 500ms ease;
}
.single-sidebar .popular-post li:hover .img-holder .overlay-box {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1,1);
  transform: rotateY(0deg) scale(1,1);
}
.single-sidebar .popular-post li:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-sidebar .popular-post li .img-holder .overlay-box .box .content a:hover i{
  color: #292929;
}

.single-sidebar .popular-post li .title {
  padding-left: 17px;
}
.single-sidebar .popular-post li .title h3 {
  font-size: 14px;
  line-height: 24px;
  text-transform: none;
  position: relative;
}
.single-sidebar .popular-post li .title h3 a {
  color: #292929;
  display: block;
  transition: all 500ms ease;
}
.single-sidebar .popular-post li .title p {
  color: #9e9e9e;
  margin: 7px 0 0;
}
.single-sidebar .popular-post li .title p i{
  color: #fdc716;
  font-weight: 400;
  display: inline-block;
  padding-right: 7px;
  position: relative;
  top: 1px;
}
.single-sidebar .popular-post li .title h3:hover a{
  color: #fdc716;
}


.single-sidebar .product-tag {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -5px;
}
.single-sidebar .product-tag li {
  display: inline-block;
  margin: 0 5px 10px;
}
.single-sidebar .product-tag li a {
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 400;
  transition: all 500ms ease;
}
.single-sidebar .product-tag li a:hover{
  color: #fdc716;
  text-decoration: underline;
}
.phantrang{
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
}
.phantrang strong {
    position: relative;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ab0609;
    margin-left: 0;
}
.phantrang a {
    color: #fff;
    cursor: default;
    background-color: #ab0609;
    border-color: #ab0609;
    display: inline-block;
    padding: 5px 12px;
}
.detail-right h2{
  margin-bottom: 15px;
}
.detail-right .danhm{
  margin-bottom: 10px;
}
.detail-right .mota-detail{
  margin-bottom: 15px;
}
.addto-cart-box .thm-btn{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}
.addto-cart-box .thm-btn a{
  font-size: 20px;
  color: #fff;
}
.zoom-wrap{
  float: left;
  width: 100%;
  margin-bottom: 8px;
}
.zoom-hinhcon{
  float: left;
  width: 100%;
}
.zoom-hinhcon .hinhcon {
    float: left;
    margin-right: 8px;
    height: 80px;
    width: 80px;
    overflow: hidden;
    margin-bottom: 15px;
}
.zoom-hinhcon .hinhcon img{
  width: 80px;
}
.boxnoidung{
  float: left;
  width: 100%;
  clear: both;
  padding: 15px;
  border:1px solid #ddd;
}
.related-product {
    border-top: 1px solid #f7f7f7;
    margin-top: 20px;
    padding-top: 20px;
}
.related-product > h2 {
    background: #af0808;
    color: #FFF;
    padding: 12px 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
}
.sec-title-two {
    padding-bottom: 20px;
}
.sec-title-two h2 {
    color: #292929;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px;
}
.sec-title-two h2 a {
    color: #292929;
    font-size: 24px;
}
.sec-title-two .border {
    background: #f7f7f7 none repeat scroll 0 0;
    display: block;
    height: 2px;
    width: 70px;
}
#contact-form input{
  float: left;
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
}
#contact-form textarea{
   float: left;
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  height: 120px;
}
#contact-form .thm-btn{
  padding: 10px 22px;
  color: #333
}
@media (max-width: 820px){
.leftmenu {
    width: 42px;
    float: left;
    height: 42px;
    border: 2px solid #FFF;
    border-radius: 8px;
    margin-top: 5px;
}
.leftmenu i {
    font-size: 22px;
    color: #FFF;
    padding: 8px 10px;
}
.col-hotline { padding-right:0 }
.col-hotline .address-text p span:first-child {
    display: none;
}
.col-hotline .address-text p:last-child {
    display: none;
}
.col-hotline .address-text strong.hotline {
    color: #fe0000;
    font-weight: bold;
    font-size: 18px;
    margin-top: 8px;
    display: block;
}
}
@media (max-width: 479px){
.main-left {
    clear: both;
}
#blog-area {
    float: none;
    clear: both;
    padding-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}
.services-area .single-service-item .img-holder {
    height: auto;
}
.services-area .col-product {
    height: auto;
    overflow: hidden;
}
.services-area .single-service-item {
    margin-bottom: 15px;
    height: auto;
}
.detail-right h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}
.addto-cart-box .thm-btn a
 {
    font-size: 18px;
    color: #fff;
}
.footer-title h3 {
    font-size: 18px;
}
}
