/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 21, 2016, 7:24:35 AM
    Author     : 2teeeee
*/

.slider{}

.more-link{border-top:3px solid #BAE8FF;border-bottom:3px solid #BAE8FF;}
.more-link a{color:#0c1f68;width:21%;margin: 10px 2%;float:right;}
.more-link a:hover{color:#6374B5;}
.more-link i{margin: 0 15%;}

.product-carousel{margin: 50px 0 20px 0;}

.news-home{width: 94%;margin: 0 3%;}
.news-home .news-left{width: 46%;margin: 10px 2%;float: left;text-align: justify;}
.news-home .news-box{float: right;width: 23%;margin:10px 1%;}
.news-home .news-box img{width: 100%;}


@media (min-width: 768px) and (max-width: 1024px) {
    .more-link a{font-size: 12px;}
    .more-link i {margin: 0 10%;}
}

@media (max-width: 768px) {
    .more-link a{width: 96%;}
    .news-home{width: 98%;margin: 0 1%;}
    .news-home .news-left{width: 100%;margin: 10px 0;}
    .news-home .news-box{width: 100%;margin: 10px 0;}
}