.h1{
    font-size: 3.6rem !important;
}

.h4-title{
    font-size: 1.8rem;
    margin-top: 30px;
    line-height: 1.4;
    text-align: center;
}

.h4-blue{
    color: #0062c2!important;
}

.bg-f2f2f2{
    background: #f2f2f2;
}

.bg-fff{
    background: #fff;
}

p.content_title{
    font-size: 1.8rem !important;
}

.breadcrumb-header{
    background-color: #f8f8f8;
}

.breadcrumb-header ul{
    max-width: 970px;
    margin: 0 auto;
    padding: 0 10px;
}

.breadcrumb-header ul li:first-child{
    text-decoration: underline;
}

.breadcrumb-header ul li:first-child:hover{
    opacity: 0.7;
}

.breadcrumb-header ul li{
    display: inline;
    padding: 0;
    margin: 0;
    font-size: 11px;
    color: #666;
}

#main .kv-container{
    background-color: #f2f2f2;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main .kv-container .kv-container-body{
    text-align: center;
    vertical-align: middle;
    width: 970px;
    margin: auto;

}

.container .row .h2.h2-medium{
    font-size: 2.8rem;
}

a.hover-text-decoration:hover{
    opacity: 0.7;
}

.btn_cont{
    font-size: 2rem;
    text-decoration: none;
    color: #000000;
    border: 1px solid #dddddd;
    width: 100%;
    padding: 40px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_cont:hover{
    opacity: 0.6;
}

.btn_cont::before{
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    width: 12px;
    height: 15px;
    background: #818181;
    content: "";
    margin-right: 20px;
}

@media only screen and (max-width: 508px) {
    .btn_cont_rp_3::before{
        position: absolute;
        left: 15px;
    }    

    .btn_cont_rp_3 span{
        margin-left: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }    
}

@media only screen and (max-width: 400px) {
    .btn_cont_rp_1::before{
        position: absolute;
        left: 15px;
    }    

    .btn_cont_rp_1 span{
        margin-left: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }    
}

@media only screen and (max-width: 1240px) and (min-width: 720px){
    .btn_cont_rp_1::before{
        position: absolute;
        left: 30px;
    }    

    .btn_cont_rp_1 span{
        margin-left: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }  
}

@media only screen and (max-width: 1000px) and (min-width: 720px){
    .btn_cont_rp_2::before{
        position: absolute;
        left: 30px;
    }    

    .btn_cont_rp_2 span{
        margin-left: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }  
}

@media only screen and (max-width: 1028px) and (min-width: 720px){
    .btn_cont_rp_3::before{
        position: absolute;
        left: 30px;
    }    

    .btn_cont_rp_3 span{
        margin-left: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }  
}
