@charset "utf-8";

.h_wrap_slide {
    height: 480px;
    background: url(../images/index/bg_slide.png) center center no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    width: 100%;
    vertical-align: middle;
}

.h_wrap_slide .btn_play {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

#dynamic-modal {
    background: rgba(0, 0, 0, 0.8) !important;
}

.h_wrap_slide .btn_play img {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 69px;
    height: 69px;
}

.ytp-hide-controls .ytp-watermark {
    display: none !important
}

.h_wrap_intro {}
.h_intro_brand {
    padding-bottom: 20px;
    border-bottom: 1px solid #005bab;
}

.h_intro_brand img {
    width: 194px;
    height: 49px;
}

.h_intro_txt {
    padding-top: 25px;
}

.h_wrap_service {
    padding: 55px 0 25px 0;
}

.h_title_style1 {
    background: #005bab;
    padding: 12px 35px 10px 35px;
    color: #fff;
    line-height: 1;
    display: inline-block;
    font-size: 18px;
}

.h_wrap_service_item {
    margin: 0 -7px;
    padding: 20px 0;
    display: block;
}

.h_service_item {
    display: inline-block;
    padding: 0px 7px 20px 7px;
    max-width: 324px;
    margin: 0 -2px !important;
}

.h_service_item_thumbnail {
    position: relative;
}

.h_service_item_detail {
    position: absolute;
    right: 0;
    bottom: 10px;
    display: block;
    z-index: 1;
    width: 180px;
    height: 31px;
}

.h_service_item_txt {
    color: #005bab;
    font-size: 18px;
    text-align: left;
    padding: 13px 0px;
}

.h_service_item_txt small {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

@media screen and (max-width:992px) {
    .h_wrap_service_item {
        text-align: center;
    }

    .h_service_item {
        margin: 0 !important;
    }
}

@media screen and (max-width:767px) {
    .h_wrap_intro {
        padding-top: 25px;
    }
    .h_wrap_service {
        padding: 50px 0 25px 0
    }
}

@media screen and (max-width:640px) {
    .h_wrap_service {
        padding-bottom: 0;
    }
}