/* Hot Products */
.home_hot_products .product_item {
    padding: 0px 20px 0px 30px;
    background-color: #e8eced;
    margin-bottom: 3px;
    min-height: 230px;
}

.home_hot_products .product_item .row {
    display: table-cell;
    vertical-align: middle;
}

.home_hot_products .product_item .text-box:first-child {
    padding-left: 5%;
}

.home_hot_products .product_item .text-box {
    padding-right: 0;
}

.home_hot_products .product_item .img-box {
    padding-left: 0;
}

.home_hot_products .product_item:nth-child(2) {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.home_hot_products .product_item h2 {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 28px;
    word-spacing: 0.01em;
    margin-bottom: 12px;
    color: #000;
}

.home_hot_products .product_item p {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4em !important;
    margin-bottom: 20px;
    color: #6d767b;
}

#content .home_hot_products .product_item p {
    line-height: 1.4em !important;
}

.home_hot_products .product_item a {
    color: #0ca5d2;
    text-decoration: none;
}

.home_hot_products .product_item a:hover {
    color: #00d8ff;
}

.home_hot_products .product_item a i {
    font-size: 0.5em;
    vertical-align: middle;
    padding-left: 5px;
}

.home_hot_products .product_item img {
    margin: 0 auto;
    max-height: 160px;
}




/*------------------------------------RWD-------------------------------------------*/





/* 平板電腦、橫向手機和一般桌機解析度 */
@Media (min-width: 1100px) and (max-width: 2200px) { 
	
.home_hot_products .product_item .row {
    display: table-cell;
    vertical-align: top;
    /*padding-top: 16%;*/
	padding-top: 18%;
}		
	
}



/* 平板電腦、橫向手機和一般桌機解析度 */
@Media (min-width: 1090px) and (max-width: 1200px) { 
	
.home_hot_products .product_item .row {
    display: table-cell;
    vertical-align: top;
    padding-top: 16%;
}		
	
}











/* 超級大螢幕 */
@Media (min-width: 1921px) and (max-width: 2560px)  { 
	
	
	
}


	






/* 大螢幕 */
@Media (min-width: 1200px) and (max-width: 1920px) { 
	

	
}








/* Bowei 筆電寬螢幕 */
@Media (min-width: 1281px) and (max-width: 1336px)  { 
	
	
	
}








/* 一般pc小螢幕 */
@Media (min-width: 980px) and (max-width: 1199px) {
	
.home_hot_products .product_item h2 {
    font-size: 1.3em;
    line-height: 26px;
}	
	
}








/* 平板電腦、橫向手機和一般桌機解析度 */
@Media (min-width: 768px) and (max-width: 979px) { 
	
.home_hot_products .product_item h2 {
    font-size: 1.3em;
    line-height: 26px;
}	
	
}








/* 橫向智慧手機到竪立平板電腦解析度 */
@Media (max-width: 767px) { 
	
.home_hot_products .product_item h2 {
    font-size: 1.3em;
    line-height: 26px;
}	
	
}






/* 比手機大-比平板小-解析度 */
@Media (min-width: 481px) and (max-width: 600px) { 
	
	
	
}







/* iPhone 6 & 6 plus > 4.7吋--手機及其他更小解析度 */
@Media (min-width: 373px) and (max-width: 414px) { 
	
	
	
}





/* 橫向智慧手機及其他更小解析度 */
@Media (max-width: 480px) { 
	
	
	
}



@media (max-width: 460px){

}


