.qualification-wrap .box {
    padding: 2.5em 3em 2.5em 6em;
}
.qualification-wrap.vogue .box {
    background-color: #f3eaea;
    margin-bottom: 3em;
}
.qualification-wrap.jhia .box {
    background-color: #ebeff4;
    margin-bottom: 3em;
}
.logo{
    display: inline-flex;
    margin-bottom: 1.6em;
    align-items: flex-end;
}
.wid-95{
    width: 95%
}
.width50{
    width: 50px;
}
.no-margin{
    margin: 0;
}
.link-qualification{
    display: inline-flex;
    align-items: baseline;
    margin-block: 5px;
    font-weight: bold;
}
.item2{
    display: inline-flex;
    margin: 3em 0;
}
.no-pad-left{
    padding-left: 0 !important;
}
.no-pad-right{
    padding-right: 0 !important;
}

.border-btm{
    border-bottom: 1px solid #f3eaea;
}
.border-top{
    margin-top: 6px;
    border-top: 1px solid #f3eaea;
}
.image-side{
    margin-right: 2em;
}
.title-desc{
    width: 100%;
    display: inline-flex;
    margin-bottom: 2em;
    align-items: center;
}
.text-title{
    margin-left: 1.5em;
    line-height: 1.4em
}
.text-desc{
    line-height: 1.5em;
    margin-bottom: 2em;
}
.btn-seedetail{
    display: table;
    margin-top: 1.5em;
    float: left;
}
.seedetail{
    text-align: center;
    border: 1px solid;
    padding: 3px 2em;
    border-radius: 50px;
    margin-top: 0;
    font-size: 13px;
    cursor: pointer;
    color: #4f4e4e;
}
.seedetail:hover {
    background: #e0dad7;
    border: 1px solid #8a8a8a;
    transition: 500ms ease 0s;
}
.text-logo{
    line-height: .8em;
}
/*  JHIA-side  */
.chev-right-jhia{
    color: #3b5e93;
    margin-right: 5px;
}

/*  Nihonvogue-side  */
.chev-right-nv{
    color: #8b3333;
    margin-right: 5px;
}

a.qualification-detail-link:hover .title-desc .text-title {
    color: #8ec320;    
    text-decoration: none;
    transition: 500ms ease 0s;
}

/*  Tablet / iPad  */
@media screen and (max-width: 768px) {
    .qualification-wrap .box {
        padding : 1.5em 4em;
    }
}

/*  SM screen   */
@media screen and (max-width: 40.063em) {
    .qualification-wrap .box {
        padding-inline: 1em;
    }
    .product-page .wrap-list-product.pad-left-right{
        padding-inline: 16px;
    }
    .item2{
        display: block;
        margin-bottom: 2em;
    }
    .image-side{
        margin-right: 0;
        margin-bottom: 10px;
        padding-inline: 0 !important;
        text-align: center;
        margin-bottom: 0;
    }
    .no-paddingSM{
        padding: 0 !important;
    }
    .desc-side{
        padding-inline: 0 !important;
    }
    .no-margin-top{
        margin-top: 0;
    }
    .title-desc{
        margin-bottom: 1em;
    }
    .margin-topSM{
        margin-top: 2em;
    }
    .widSM{
        width: 100%;
    }
}