.lbox {
    padding: 0 0 5%;
}

.products_top_title {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    margin-bottom: 10px;
}

.proType_main {
    flex-wrap: wrap;
    justify-content: space-between;
}

.proType_div {
    margin-top: 50px;
    background: #FDFDFD;
    width: calc((100% - 70px) / 2);
}

.proType_div_img {
    position: relative;
}

.proType_div_img:hover .proType_div_products {
    opacity: 1;
}

.proType_div_products {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding: 50px 45px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
}

.proType_div_products a {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 5px;
}

.proType_div_products a::after {
    transform: translateY(5px);
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url('img/rec_right2.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
}

.proType_div_products a:hover {
    color: #F08F11;
}

.proType_div .imgBox {
    padding-bottom: 49%;
}

.proType_div_bottom {
    padding: 35px 15px;
}

.proType_div_title {
    font-family: Lato-Bold;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 15px;
}

.proType_div_btn a {
    padding: 0 32px;
    height: 50px;
    background: #F08F11;
    font-family: ABeeZee-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
}

.proType_div_btn a::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('img/rec_right.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 3px;
}

.proType_div_btn a:hover::after {
    margin-left: 15px;
}

.proType_app {
    margin: 3% 0;
}

.proType_app .rec_desc {
    text-align: center;
    margin-top: 15px;
}

.proType_app_swi_box {
    margin-top: 35px;
    position: relative;
    padding: 0 57px;
}

.proType_app_swi .imgBox {
    padding-bottom: 130%;
}

.proType_app_title {
    display: block;
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    margin: 15px 0 5px;
}

.proType_app_desc {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

.proType_app_btns div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}

.proType_app_btn_left {
    background: url('img/left7.png') no-repeat;
    background-size: 100% 100%;
    left: 8px;
}

.proType_app_btn_left:hover {
    background: url('img/left6.png') no-repeat;
    background-size: 100% 100%;
}


.proType_app_btn_right {
    background: url('img/right7.png') no-repeat;
    background-size: 100% 100%;
    right: 8px;
}


.proType_app_btn_right:hover {
    background: url('img/right6.png') no-repeat;
    background-size: 100% 100%;
}

.proType_faq .rec_title {
    font-size: 30px;
}

.proType_faq .rec_title::after {
    background: #333333;
}


.proType_faq .rec_desc {
    margin-top: 15px;
    text-align: center;
}

.proType_faq_main {
    margin-top: 80px;
}

.proType_faq_div {
    display: flex;
    padding: 30px 20px;
    border-top: 1px solid #D9D9D9;
}

.proType_faq_main .proType_faq_div {
    border-bottom: 1px solid #D9D9D9;
}

.proType_faq_order {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #F08F11;
    line-height: 40px;
    text-align: center;
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 40px;
}

.proType_faq_content {
    flex: 1;
}

.proType_faq_title {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-top: 6px;
}

.proType_faq_desc {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin-top: 5px;
    display: none;
}

.proType_faq_icon {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-left: 40px;
    border: 1px solid #F08F11;
}

.proType_faq_icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('img/faq_icon.png') no-repeat;
    background-size: 100% 100%;
}

.proType_faq_div_act .proType_faq_icon::after {
    width: 10px;
    height: 1px;
    background: url('img/faq_icon2.png') no-repeat;
    background-size: 100% 100%;
}

.proType_faq_div_act .proType_faq_desc {
    display: block;
}

@media only screen and (max-width: 950px) {
    .proType_div{
        width: 100%;
        margin-top: 20px;
    }
    .proType_faq_title{
        margin-top: 0;
    }
    .proType_faq_desc{
        width: 180%;
        margin-left: -40%;
        text-align: center;
    }
}