.brand_list_wraper {
    width: 100%;
	clear:both;	
}
.brand_list_item {
	display: block;
	float: left;
	margin:0 15px 15px 0;
	padding: 0 0 20px;
	width: 222px;
	border-radius: 8px;
	border: 1px solid rgba(232,232,232,1);
}
.brand_list_item:hover {
    border: 1px solid rgb(0, 0, 0);
}
.brand_list_item:nth-child(6n-1){
	margin: 0 0 15px 0;
}
.brand_list_item_logo {
    height: 120px;
    text-align: center;
    display: table;#position:relative;
    width: 100%;
    overflow: hidden;
}
.brand_list_item_logo div {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.brand_list_item_logo div p {
	#position: relative;
	#top: -50%;
    margin:0;
}
.brand_list_item_logo img {
	max-width: 160px;
	max-height: 80px;
}
.branld_list_item_brandname {
    display: table;
    height: 30px;#position:relative;
    overflow: hidden;
    width: 100%;
}
.branld_list_item_brandname p {
	#position: absolute;
	#top: 50%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.branld_list_item_brandname a {
	#position: relative;
	#top: -50%;
    font-weight: bold;
    text-decoration: none;
	font-size: 18px;
    font-family: 'Roboto';
    line-height: 22px;
}
.branld_list_item_brandname span {
	display:block;
	font-weight: 400;
    font-size: 18px;
    line-height:34px;
    font-family: 'Kanit';
}
.select_none{
	text-align:center;
}
.arrow_up{
    background: #cfcfcf url(//www.siamphone.com/images/ar-top.png) no-repeat center center;
    background-size: 33px;
    width: 50px;
    height: 50px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    opacity: 0.8;
    border-radius: 10%;
}
.arrow_down{
    background: #cfcfcf url(//www.siamphone.com/images/ar-top.png) no-repeat center center;
    background-size: 33px;
    width: 50px;
    height: 50px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    opacity: 0.8;
    border-radius: 10%;
}


@media (max-width: 991px) {
    .brand_list_wraper{width:100%;}
    .brand_list_item, .brand_list_item:nth-child(6n-1) {
        margin: 0 1.5% 15px 1.5%;
        border: 0;
        width: 22%;
        box-shadow: 0 0 1px rgb(60, 60, 60);
    }
    .brand_list_item_logo {
        height: 100px;
    }
	.brand_list_item:hover {border:0;}
    .brand_list_item_logo img {
	    max-width: 132px;
		max-height: 80px;
	}

}
/* iPad Landscape */
@media (max-width: 1024px) and (min-width:768px){
    .brand_list_item{width:23%;}
	.brand_list_item:nth-child(6n-1){
		margin:0 15px 15px 0;
	}
}
@media (max-width: 768px) {
.brand_list_wraper{width:100%;}
    .brand_list_item, .brand_list_item:nth-child(6n-1) {
        margin: 0 1.5% 15px 1.5%;
        border: 0;
        width: 30%;
        box-shadow: 0 0 1px rgb(60, 60, 60);
    }
	.brand_list_item:hover {border:0;}
  
	.brand_list_item_logo, .branld_list_item_brandname{width:100%;}
	.brand_list_item_logo img {
	    max-width: 132px;
		max-height: 80px;
	}
}
@media (max-width: 568px) {
	.brand_list_item , .brand_list_item:nth-child(6n-1){
	    margin: 0 2% 15px 2%;
		border: 0;
		width: 46%;	
	}
}