/* BEGIN s-home-1 */
.s-home-1 {
    background-image: url("/images/bgs/bg-1.jpg");
    padding-top: 30px;
}
.s-home-1 .s_rbox {
    background-color: #fff;
    padding: 15px;
}
.s-home-1 .s_rbox>.title {
    color: #f28331;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.s-home-1 .s_rbox>.p_content {
    padding: 35px;
    margin-bottom: 30px;
    background-image: url('/images/icons/icon-1.png'), url('/images/icons/icon-2.png');
    background-repeat: no-repeat;
    background-position: top left, bottom right;
}
.s-home-1 .s_rbox .info {
    margin-bottom: 30px;
}
.s-home-1 .info>h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 5px;
    position: relative;
}
.s-home-1 .info>h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 2px;
    background-color: rgba(255, 0, 0, 0);
    background-image: -webkit-linear-gradient(right, rgba(255, 0, 0, 0), #ccc 100%);
    background-image: linear-gradient(to left, rgba(255, 0, 0, 0), #ccc 100%);
}
.s-home-1 .info>li>img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.s-home-1 .info>li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.s-home-1 .info>li>span:nth-child(2) {
    display: inline-block;
    width: 130px;
    margin-right: 5px;
    font-weight: 600;
    color: #666;
}

/* END s-home-1 */
.s-detail .s_content {
    padding: 50px 35px;
    background-color: rgba(255, 255, 255, .6)
}
.s-detail .s_content .s_headline {
    font-size: 25px;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #f28331;
}
/* BEGIN c-headline-11 */
.c-headline-11 {
    position: relative;
}
.c-headline-11 .c_name {
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-weight: 600;
    color: #f28331;
}
.c-headline-11 .c_name::before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -14px;
    background-color: red;
}
.c-headline-11 .c_name::after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 10px;
    left: 50%;
    margin-left: -50px;
    background-color: red;
}
/* END c-headline-11 */
/* BEGIN b-card-8 */
.b-card-8 {
    display: block;
    position: relative;
    box-shadow: 0 2px 2px 0 rgba(17, 17, 17, 0.14), 0 3px 1px -2px rgba(17, 17, 17, 0.2), 0 1px 5px 0 rgba(17, 17, 17, 0.12);
}
.b-card-8::before, .b-card-8::after {
    content: '';
    color: transparent;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.b-card-8::before {
    width: calc(100% - 2px);
    height: 100%;
    border-left: 1px solid;
    border-right: 1px solid;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.b-card-8::after {
    width: 100%;
    height: calc(100% - 2px);
    border-top: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.b-card-8:hover::after, .b-card-8:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    color: #05a;
}
.b-card-8 .b_thumb {
    border: 5px solid #fafafa;
}
.b-card-8 .b_title {
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.334em;
    padding: 10px 10px 5px;
    text-align: center;
    text-transform: uppercase;
    width: calc(100% - 2px);
    z-index: 2;
    position: absolute;
    bottom: 1px;
    left: 1px;
}
.b-card-8 .b_title:hover {
    color: #f60;
}

/* END b-card-8 */
.s-section-4 {
    padding: 50px 0;
}
.s-section-5 .s_content {
    background-color: rgba(255, 255, 255, .5);
    padding: 50px 0;
}
.s-section-5 .slick-slider .item {
    margin: 0 5px;
}
.s-section-6 {
    background: linear-gradient(to bottom, #f5f5f5 70%, #fff 30%);
    padding: 30px 0;
    border-top: 1px solid #eee;
}
.s-section-6 .s_video {
    display: flex;
    justify-content: center;
    align-items: center;

}
.s-section-7 {
    padding: 0 0 30px;
}
/* BEGIN b-card-5 */
.b-card-5 {
    display: block;
    width: 50%;
    padding: 20px;
    background: linear-gradient(to bottom, #f5f5f5, #fff);
    box-shadow: 0px 20px 30px 0px rgb(163 163 163 / 20%);
    border-radius: 15px;
}
.b-card-5 .b_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}
.b-card-5 .b_overlay .icon {
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.b-card-5 .b_thumb {
    border-radius: 15px;
}
.b-card-5 .b_thumb .icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    border: solid 5px #ffffff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 30px;
    line-height: 38px;
    color: #ffffff;
}
.b-card-5 .b_thumb .icon i {
    position: absolute;
    font-size: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.b-card-5 .b_thumb .icon {
    animation: radio-btn 1.5s linear infinite;
}
@keyframes radio-btn {
    0% {
        box-shadow: 0 0 4px 3px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0),
            0 0 0 0 rgba(207, 8, 8, 0);
    }
    10% {
        box-shadow: 0 0 4px 3px, 0 0 6px 5px rgba(0, 0, 0, 0), 0 0 6px 7px;
    }
    100% {
        box-shadow: 0 0 4px 3px rgba(207, 8, 8, 0), 0 0 0 20px rgba(0, 0, 0, 0),
            0 0 0 20px rgba(207, 8, 8, 0);
    }
}
/* END b-card-5 */
.myVideo .c-modal-box {
    max-width: 1000px;
}
.myVideo .c-modal-group {
    background-color: rgba(0, 0, 0, .8);
    border-radius: 0;
    overflow: unset;
}
.myVideo .c_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    width: 30px;
    height: 30px;
    top: -10px;
    right: -10px;
    z-index: 1000;
}
.s-form-4 {
    background-color: #f5f5f5;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
}
.s-form-4 .col-md-3.bg {
    background-color: #efefef;
    padding: 10px 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s-form-4 .col-md-9 {
    padding: 15px 0px 10px 15px;
}
.s-form-4 .s_hotline {
    padding: 0;
}
.s-form-4 .s_hotline h2 {
    font-size: 20px;
    padding-bottom: 5px;
    color: #555;
    text-transform: uppercase;
    font-weight: normal;
}
.s-form-4 .s_hotline h2 i {
    border: 1px solid #555;
    color: #555;
    padding: 3px 5px;
    margin-right: 5px;
    border-radius: 5px;
    -webkit-animation: loopflicker 1s infinite;
    -o-animation: loopflicker 1s infinite;
    animation: loopflicker 1s infinite;
}
.s-form-4 .s_hotline span {
    color: #f60;
    font-size: 25px;
    text-align: center;
    display: block;
    font-weight: bold;
}
.s-form-4 .s_form {
    padding: 0;
}
.s-form-4 .s_form .row {
    align-items: center;
}
.s-form-4 .s_form .c-form-border {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    margin-bottom: 8px;
}
.s-form-4 .s_form .c-form-border .text--icon {
    color: #555;
}
.s-form-4 .s_form .c-form-border input {
    color: #999;
}
.s-form-4 .s_form .c-form-border input::placeholder {
    color: #999;
}
.s-form-4 .s_form button {
    width: 100%;
}
.s-form-4 .c-form-border .c_error {
    z-index: 9;
}
.s-section-8 {
    padding: 30px 0;
}
@media screen and (min-width: 992px) {
    .s-home-1 .s_lbox {
        display: table-cell;
        vertical-align: middle;
        padding: 100px 0 50px;
        width: 50%;
    }
    .s-home-1 .s_lbox .s_img {
        border: 5px solid #fff;
        border-right: none;
    }
    .s-home-1 .s_lbox .s_img>div {
        position: relative;
        -webkit-transform: translate(50px, -50px);
        transform: translate(50px, -50px);
    }
    .s-home-1 .s_rbox {
        display: table-cell;
        vertical-align: middle;
        padding: 50px 100px;
        width: 50%;
        border-bottom: 1px solid #f5f5f5;
    }
    .s-home-1 .s_rbox>.title {
        font-size: 25px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1259px) {
    .s-form-4 .s_hotline h2 {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .s-form-4 .col-md-3.bg {
        padding: 10px 30px;
        margin-top: 10px;
    }
    .s-form-4 .col-md-9 {
        padding: 15px 0px 15px 0px;
    }
    .s-detail .s_content {
        padding: 20px 20px;
    }
    .s-detail .s_content .s_headline{
        text-align: center !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .s-section-4 {
        padding: 30px 0;
    }
    .s-section-5 .s_content{
        padding: 30px 0;
    }
    .b-card-5{
        width: 80%;
    }
    .s-section-6{
        padding: 15px 0 30px;
    }
    .s-form-4 .s_hotline h2{
        text-align: center;
    }
}
@media screen and (max-width: 479px) {
    .b-card-5{
        width: 100%;
    }
}