.page-banner.sales {
	background: url(../images/sales-banner.jpg);
}
.sales-sec1 .head {
	color: #0a4275;
}
.sales-sec1 iframe {
	border: 1px solid #cccccc;
}
.tab-sec.sales .tab-menu a {
    width: 33.33%;
}
.list1 {
    display: inline-block;
    border: 1px solid #eaeedf;
    background-color: #f2f9dd;
    padding: 30px;
}
.list1 ul, .list2 ul {
    display: inline-block;
}
.list1 ul li, .list2 ul li {
    padding: 0 0 0 30px;
    margin: 15px 0 0 0;
    position: relative;
}
.list1 ul li:first-child, .list2 ul li:first-child {
    margin-top: 0;
}
.list1 ul li:before, .list2 ul li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    background-image: url(../images/list1.png);    
}
.list2 {
    display: inline-block;
    border: 1px solid #e6e6e6;
    background-color: #f2f2f2;
    padding: 30px;
}
.list2 ul li:before {
	top: 0px;
    width: 19px;
    height: 19px;
    background-image: url(../images/list2.png);    
}




@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}