.product-image-container{
	float: left;
}

.product-thumbs{
	clear: both;
	overflow: hidden;
	margin: 0 -2px;
}

.product-thumb {
	display: inline-block;
	margin: 4px 2px;	
}

.product-thumb img{
	max-width: 100%;
}

.products-grid .product-image-container{
	float: none;
}

.product-thumb a{
	border: 1px solid #ececec;
	display: block;
}

.product-thumb a.active,
.product-thumb a:hover{
	border: 1px solid #ccc;
}

.owl-carousel .owl-item{
    padding: 0!important;
}

.nav .grid-full>.parent.over>a>span:after{
    color:#d2ab67;
}
.gioi-thieu h2{
    text-align: center;
    margin-top: 30px;
    font-size: 30px;
    font-weight: bold;
}
.gioi-thieu .text-desc{
    text-align: center;
    font-size: 14px;
    width: 60%;
    margin: 0 auto;
}
.gioi-thieu .banner{
    width: 100%;
    height: auto;
}
.gioi-thieu .slogan{
    margin-top: 50px;
}
.form-supost input[type=text]{
    border: solid 1px #9E9E9E;
}
.info-data>a.title{
	height: 40px;
	margin-top: 10px;
}
.products-grid {
	display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: flex-start;
}
@media screen and (max-width: 767px){
	.products-grid .product-thumbs{
		float: left;
		clear: none;
		margin-right: 15px;
	}

	.products-grid .product-thumb{
		display: block;
		margin: 0 0 7px;
	}

	.products-grid .product-thumb img{
		width: 50px;
		height: auto;
	}
    .skip-links .skip-link.skip-nav {
        text-align: right;
    }
}

@media screen and (max-width: 599px){
	.products-grid .product-thumbs{
		margin-right: 10px;
	}
	.products-grid .product-thumb img{
		width: 25px;
	}
}