.bg-f7f7f7 {
    background-color: #f7f7f7;
}

li.nav-active > a {
    background-color: #3d4c51;
    color: #fff;
}

p.h4 {
    font-size: 20px;
    line-height: 32px;
}

.index-product {
    padding: 0 100px;
}

.row-height {
    height: 640px;
}

.border {
    border: solid 1px #ccc;
}

.footer-svg {

    background: url("http://www.yslpaint.com/Public/Home/images/footerImg.svg") right bottom no-repeat;
    background-size: 80px;
}

.height-default {
    padding-bottom: 12px;
}

.section-title {
    font-size: 2.125rem;
    line-height: 2.875rem;
    margin: 0;
    color: #008bc5;
    text-transform: capitalize;
}

.section-meta {
    margin: 0;
    line-height: 1.25rem;
    font-size: 0.75rem;
    text-transform: capitalize;
    letter-spacing: 0.025rem;
    color: #aaa;
    margin-bottom: 4px;
}

.section-body {
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #666;
}


.service-text {
    padding: 40px;
    line-height: 1.875rem;
}

.service-text p {
    text-align: left;
    margin: 0 0 6px 0;
}

.show-info {
    display: none;
}

.toggle-show:hover .show-info {
    display: block;
}


.timeline {
    position: relative;
    padding: 60px 0;

}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background-color: #8d94b1;

}

.timeline .circle {
    width: 30px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #0e6dcd;
}

.timeline .circle-l{
    left: 50%;
    margin-left: -15px;
}

.timeline .circle-r{
    right: 50%;
    margin-right: -18px;
}

.timeline .circle .core{
    width: 10px;
    height: 10px;
    background-color: #0e6dcd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 10px;
}

.line-height{
    line-height: 30px;
}

.text-white{
    color: #fff;
}

.fix-right{
    position: fixed;
    right: 0;
    top: 40%;
    width: 60px;
}

.fix-right .uk-button{
    padding: 0;
    width: 60px;
    height: 50px;
    line-height: 50px;
    margin-top: 5px;
    font-size: 1.4rem;
}
.fix-right .uk-button:before{
    width: 60px;
    height: 50px;
    display: block;
}


.fix-right .layer{
    right: 65px;
}
.fix-right .uk-totop{
    color:#fff;
}
.fix-right svg{
    display: none;
}

.text-dark{
    color: #333;
}

.mask {
    background-color: rgba(211, 211, 211 ,.8); width: 100%; height: 100%;
}

.calcbg{
    background: url("/upload/img/calc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.hidden{
    display: none;
}