﻿.section a.btn {
    border: 1px solid #c7000c;
    line-height: 36px;
    color: #c7000c;
    background-color: #fff;
    width: 120px;
}

    .section a.btn:hover {
        background-color: #c7000c;
        color: #fff;
    }
/***********************/
.section-data {
    background: url("images/home/bg3.jpg") center center no-repeat;
    background-size: cover;
}
ul.list-data {
    overflow: hidden;
}
ul.list-data > li {
    float: left;
    width: 25%;
}
div.section-data h1 {
    color: #fff;
}
div.section-data h1 > label {
    color: #fff;
}
div.section-data h1 > small {
    background-color: #eee68e;
}
.data-w1 {
    border-radius: 8px;
    background-color: #333;
    padding: 15px 20px;
    margin: 0 12px;
    height: 150px;
    padding-bottom: 0;
}
.data-w1 h2 {
    font-weight: normal;
    text-align: center;
    color: #fff;
}
.data-w1 p {
    color: #ddd;
    text-align: left;
    font-size: 11pt;
    line-height: 1.5em;
}
/************************************/
.list-services {
    overflow: hidden;
    padding-top: 20px;
}
.list-services > li {
    float: left;
    width: 50%;
}
.svc-w1 {
    padding-right: 25px;
}
li.last .svc-w1 {
    padding-left: 25px;
}
.list-services h2 {
    background: url("images/home/icon-1v1.png") left center no-repeat;
    background-size: 64px auto;
    padding-left: 88px;
    font-size: 28pt;
    font-weight: normal;
    margin-bottom: 25px;
}
.list-services li.last h2 {
    background-image: url("images/home/icon-agent.png");
}
.list-services p {
    margin-bottom: 25px;
    font-size: 14pt;
    color: #999;
    line-height: 1.5em;
}
/***********************************/
.list-res {
    overflow: hidden;
}
.list-res > li {
    width: 25%;
    float: left;
}
.res-w1 {
    margin: 0 15px;
    background-color: #f0f0f0;
    border-radius: 8px;
    padding: 15px;
    padding-bottom: 0px;
    height: 140px;
}
.res-w1 h2 {
    text-align: center;
    font-weight: normal;
}
.res-w1 p {
    color: #666;
    text-align: left;
    font-size: 11pt;
    line-height: 1.5em;
}
/******************************/
.list-reasons {
    overflow: hidden;
}
.list-reasons > li {
    width: 50%;
    float: left;
}
.list-reasons h2 {
    padding-right: 45px;
    font-size: 26pt;
    font-weight: normal;
    line-height: 50px;
}
.list-reasons h2 > label {
    display: inline-block;
    vertical-align: bottom;
    line-height: 50px;
    width: 50px;
    text-align: center;
    background-color: #c7000c;
    color: #fff;
    border-radius: 12px 0 12px 0;
}
.list-reasons p {
    padding-right: 45px;
    font-size: 13pt;
    line-height: 1.5em;
    color: #999;
    padding-bottom: 35px;
}
.list-reasons li.alt h2 {
    padding-left: 45px;
}
.list-reasons li.alt p {
    padding-left: 45px;
}
/********************************/
.section-try {
    background: url("images/home/home-bg.jpg") center center no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 0px;
}
.section-try h2 {
    font-size: 28pt;
    margin-bottom: 50px;
}
.line-try-btns {
    margin-bottom: 50px;
}
div.section-try a.btn {
    background-color: #ff6600;
    margin: 0 15px;
    border: 0px;
    color: #fff;
}
div.section-try p {
    color: #ff8888;
}
.line-try-tip {
    
}
#qrContact {
    display: block;
    width: 128px;
    margin: 0 auto;
    border-radius: 5px;
    margin-bottom: 10px;
}



/***************************/