/*
    @Name: style | @Author: Cherry.liu
====================================================================================== */
/* Form */
.btn-primary,
a.btn-primary,
button.btn-primary {
    color: #fff;
    background: #EB8A67;
}
.btn-primary:hover,
a.btn-primary:hover,
button.btn-primary:hover {
    background: #EC936F;
}
.btn-primary:active,
a.btn-primary:active,
button.btn-primary:active {
    background: #E27B56;
}
.radio input[type=radio]:checked + .control-icon {
  border-color: #51ABCD;
}
.radio input[type=radio]:checked + .control-icon:after {
  background: #51ABCD;
}
.radio.radio-btn input[type=radio]:checked + .control-icon + .control-border {
    border: 1px solid #51ABCD;
}

/* Head & Footer */
.header span {
    color: #5CD3FF;
}
.header .tel {
    background: #51ABCD;
}
.footer {
    padding: 1em 0;
}
.footer .link {
    color: #439CBD;
    text-decoration: underline;
}
.text-gray-light {
    color: #ccc;
}
.footer .text-gray-light {
    margin: 0 0.6em;
}

/* Banner */
.banner {
    background: url(../images/bg-banner.jpg) center center no-repeat;
    background-size: cover;
}
.banner .mask {
    padding: 5.5em 0 1.5em 0;
    background: rgba(69,94,122,0.60);
}
.banner .slogan span {
    padding: 0 0.4em;
    margin: 0 0.2em;
    background: #E27B56;
    font-weight: 700;
}
.banner .slogan .title {
    font-size: 50px;
    text-shadow: 0 0 8px rgba(91,97,104,0.32);
}
.banner .slogan .content {
    font-size: 24px;
    text-shadow: 0 0 8px rgba(91,97,104,0.32);
}
.form-box .form-head {
    background: #51ABCD;
}



.header .slogan .img{
    margin-top: 6px;
    line-height: 1;
}
.header .slogan .img,
.mask .slogan .img,
.modular .img {
    max-width: 100%;
}
.visible-xs {
    display: none;
}

@media (max-width: 767px) {
    .banner .mask {
        padding-top: 9em;
    }
    .banner .slogan .title {
        font-size: 24px;
        line-height: 1.2;
    }
    .banner .slogan .content {
        font-size: 14px;
    }
    .hidden-xs {
        display: none;
    }
    .visible-xs {
        display: block;
    }
}




/*header*/
.header {
    padding: 0;
}
.header-top {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0.6em 0;
    background: rgba(0,0,0,0.4);
}
.header-bottom {
    padding: 0.6em;
}
.banner .mask {
    padding-top: 8.4em;
}
.banner.contact .mask {
    padding-top: 9em;
    padding-bottom: 4em;
}


/* Nav */
.header-nav,
.header-nav .item {
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.text-right .header-nav,
.text-right.header-nav .item {
    justify-content: right;
}
.header-nav .item {
    padding: 0.2em 0;
    height: 100%;
    color: rgba(255,255,255,0.6);
    font-weight: normal;
}
.header-nav .item.active {
    color: #EB8A61;
    font-weight: 600;
}
.header-nav .item +.item{
    margin-left: 1.6em;
}

/* contact & policy */
.contact-tel {
    display: block;
    margin-bottom: 0.2em;
    color: #EB8A5A;
    font-size: 2em;
}
.contact-mail {
    display: block;
    color: #303030;
    font-size: 1.2em;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 1em;
}
.img-contact {
    max-width: 100%;
    border-radius: 1.4em;
}

.policy .module {
    margin-bottom: 4em;
}
.title-paragraph {
    padding-left: 16px;
    border-left: 4px solid #EB8A5A;
    font-weight: 600;
}
.mb-xs {
    margin-bottom: 0.6em;
}
.h3 {
    font-size: 1.4em;
}
.policy .list {
    padding-left: 0.6em;
}
.policy .list .item+.item {
    margin-top: 0.8em;
}
.policy .icon-correct {
    display: inline-block;
    float: left;
    padding-top: 2px;
    margin-right: 0.6em;
}
.policy a.link {
    color: #439CBD;
    text-decoration: underline;
    cursor: pointer;
    word-break: break-all;
}
.other-info img {
    max-width: 100%;
}

@media (max-width: 767px) {
    .header-nav,
    .header-nav .item {
        justify-content: center;
    }
    .banner .mask {
        padding-top: 11em;
    }
    .banner.contact .mask {
        padding-top: 12em;
        padding-bottom: 2em;
    }
}

