﻿.swiper-button-next, .swiper-button-prev
{
    background: rgba(0,0,0,.5);
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 30px;
}
.swiper-button-next:after, .swiper-button-prev:after
{
    font-size: 24px;
}
.swiper-pagination-bullet
{
    width: 14px;
    height: 14px;
}
.swiper-pagination-bullet-active
{
    opacity: 1;
    background: #007c36;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction
{
    bottom: 0;
}
table
{
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    margin-bottom: 15px;
}
table tr td
{
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 20px;
    color: #555;
}
table tr:nth-child(odd)
{
    background: #f4f5f6;
}
table tr:first-child td
{
    color: #fff;
    padding: 0 20px;
    font-size: 24px;
    background: #007c36;
    border-left: 1px solid #ed7119;
    border-bottom: 1px solid #ed7119;
    border-right: 1px solid #ed7119;
    border-top: 1px solid #ed7119;
}
.page_a
{
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin: 0 3px;
    text-align: center;
    background: #f5f5f5;
    color: #666;
    text-decoration: none;
}
.page_a:hover
{
    text-decoration: none;
    background: #007c36;
    color: #fff;
}
.page_a.current
{
    background: #007c36;
    color: #fff;
}
.page_a.disabled
{
    background: #f5f5f5;
    color: #333;
    cursor: not-allowed;
}
.page_jump
{
    margin-left: 5px;
}
.page_input
{
    border: 1px solid #d5d5d5;
    line-height: 28px;
    height: 28px;
    width: 40px;
    text-align: center;
}
@media only screen and (max-width: 768px)
{
    .swiper-button-next, .swiper-button-prev
    {
        background: rgba(0,0,0,.5);
        width: 36px;
        height: 36px;
        color: #fff;
        border-radius: 30px;
    }
    .swiper-button-next:after, .swiper-button-prev:after
    {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1200px)
{
    #c_navigation_006-16625412161210 .e_navigationA-18 .p_level1Item a
    {
        font-size: 16px;
        padding: 0 15px;
    }
}
.form-control
{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 15px);
    padding: .375rem .8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fbfbfb;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none!important;
}
.p_required, [class^=e_][required] .p_label::after
{
    vertical-align: middle;
    font-size: 14px;
    line-height: 100%;
    top: 0;
    padding-left: 0;
    position: relative;
    font-weight: 500;
}
.p_label .s_label
{
    color: rgb(0 0 0/50%);
}
.pl_service4 .service_value p
{
    line-height: 40px;
    height: 30px;
}
.pl_service4 .service_value p:nth-child(2)
{
    display: none;
}
