#slideHome .items .content {
    background: transparent;
    z-index: 1000;
}

#slideHome .owl-next,
#slideHome .owl-prev {
    position: absolute;
    top: 30%;
    color: #fff;
    background: rgba(185, 118, 0, 0.6);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border: none;
}

#slideHome .owl-next {
    right: 15px;
}

#slideHome .owl-prev {
    left: 15px;
}

#slideHome .items .img {
    height: 100%;
    position: relative;
}

#slideHome .items .content h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
#slideHome .items .content {
    position: absolute;
    top: 25%;
    right: 0;
    bottom: 0;
    left: 0;
}
#slideHome .items .content .btn {
    cursor: pointer;
    background-color: #f0f0f0;
    border-bottom: 3px solid #f2a900;
    border-radius: 0;
    display: inline-block;
    color: #0057b8;
    vertical-align: middle;
    font-family: "Fjalla One",sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.3333333333em;
    padding: 0.5555555556em 1.1111111111em;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0.25em 0.5em 1em 0;
    text-align: center;
    box-sizing: border-box;
    -webkit-appearance: none;
}
.for-business {
    padding: 60px 0;
}
.business-items {
    position: relative;
}
.business-items .content {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    /* mix-blend-mode: multiply;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(135,168,41,0)),to(#87a829));
    background: linear-gradient(rgba(135,168,41,0),#87a829); */
}
.business-items .content .copy {
    z-index: 1;
    padding: 1.5rem;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.business-items a {
    color: #fff;
}
.page-content {
    padding: 48px 0;
}
.page-content .addthis {
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    padding: 30px 0;
    margin-top: 30px;
}
.page-content .addthis .btn {
    padding: 5px;
    border-bottom: 0;
    border-radius: 5px;
    background-color: rgb(102, 102, 102);
    color: #fff;
    width: 40px;
    height: 40px;
}
.form-lienhe label {
    color: #666;
    line-height: 1.42857143;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 2px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
.form-lienhe .form-control {
    border-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-color: #ccc;
    height: 2.5rem;
    color: #555;
    font-size: .875rem;
    padding-bottom: 0.625rem;
    padding-left: 0.625rem;
    padding-top: 0.625rem;
    padding-right: 0.625rem;
    background: #fff;
    width: 100%;
}
.form-lienhe button.form-control, .label-upload {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    border-style: solid;
    border-top-width: 2px;
    border-left-width: 2px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    padding-bottom: 0.625rem;
    padding-left: 1rem;
    padding-top: 0.625rem;
    padding-right: 1rem;
    font-size: 14px;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
    background: #666;
    border-color: #666;
    color: #fff;
    cursor: pointer;
    line-height: 20px;
    text-transform: capitalize;
    width: auto;
    min-width: 200px;
}
label.label-upload {
    background: rgba(255,255,255,0);
    color: #666;
    border-color: #666;
    width: auto;
    min-width: 100px;
    max-width: 100px;
    text-align: center;
}
.apply {
    border-top: 1px solid #d4d3d4;
    padding: 30px 0;
}
.hidden {
    display: none;
}