/*			Home				*/
/*Duy CSS (29/08/2016)*/

#form-sp {
    float: left;
    width: 48%;
	position:relative;
}
#form-sp a{
	display:block;
	overflow:hidden;
	margin-bottom:10px;
}
#form-sp:nth-child(even){
	float:right;
}
#inner-form-sp {
    float: left;
    width: 100%;
}
#form img {
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
	height: 144px;
    width: 100%;
	vertical-align:middle;
}
#form img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
}
.limit {
    background: #f6f6f6 none repeat scroll 0 0;
    float: left;
}
#silde-form {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
#silde {
    float: left;
    width: 69%;
}
#form {
    float: right;
    width: 30%;
    background: #fff;
}
#anh-qc {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
#banner-left {
    float: left;
    width: 49%;
}
#banner-left img {
    float: left;
    width: 100%;
}
#banner-right {
    float: right;
    width: 49%;
}
#banner-right img {
    float: left;
    width: 100%;
}
#title-form {
    float: left;
    width: 100%;
    height: 50px;
}
/*Duy CSS (29/08/2016) ->*/

#inner-title-form {
    float: left;
    width: 100%;
    height: 48px;
    background: #00374B url("images/ototo.png") no-repeat left center;
}
#inner-title-form p {
    color: #fbdf26;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 11px 5px 14px 50px;
}
#o-input1 {
    float: left;
    height: 33px;
    margin: 6px 10px;
    width: 92%;
}
.o-input {
    float: left;
    height: 33px;
    width: 94%;
    margin: 0px 10px 6px;
    font-family: arial;
    color: #9F9F9F;
}
.o-input3 {
    float: left;
    height: 33px;
    margin: 0px 10px 6px;
    width: 92%;
}
#btn-submit {
    background: #00374b none repeat scroll 0 0;
    float: left;
    height: 33px;
    margin: 3px 10px 14px;
    width: 94%;
    font-family: arial;
    font-weight: bold;
}
#wrap-content {
    background: #f6f6f6 none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.o-input3 {
    float: left;
    height: 33px;
    margin: 0 10px 6px;
    width: 92%;
}
.title-cat {
    /*background: linear-gradient(#444343, #383737 55%, #282828 0px) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(#444343, #383737 55%, #282828 0px);
  background: -o-linear-gradient(#444343, #383737 55%, #282828 0px);
  background: -moz-linear-gradient(#444343, #383737 55%, #282828 0px);*/
	height: 50px;
	float: left;
	width: 100%;
	background: #00374B;
}
.title-cat a {
    color: #fbdf26;
    line-height: 30px;
    margin-left: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}
.title-cat h4 {
    margin: 0px;
    line-height: 50px;
    background: #00374b url("images/ototo50.png") no-repeat scroll left center;
    padding-left: 45px;
}
/*Duy CSS*/
#primary,
#content,
.content-box,
#row-new-product,
#row-wrap-category {
    float: left;
    width: 100%;
}
.content-box-1 {
    float: left;
    width: 75%;
}
@media only screen and (max-width: 767px) {
    .content-box-1 {
        width: 100%;
    }
    #silde {
        float: left;
        width: 100%;
        padding-bottom: 10px;
    }
    #form {
        float: left;
        width: 100%;
		display:none;
    }
    #form img{height:auto;}
    .home .content-box-1,
    .home #content{
        padding:0;
    }

}
@media only screen and (max-width:480px) {
    #silde-form {
        padding-bottom: 0;
    }
    #anh-qc {
        padding-bottom: 10px;
    }
}
@media only screen and (max-width:400px) {
    #banner-left,
    #banner-right {
        width: 100%;
    }
}