#introduction_v2 {
    font-size: 16px;
}

#introduction_v2 {

}

#introduction_v2 .tilte-lg{
    font-size: 35px !important;
    font-weight: 600;
}
#introduction_v2 .line {
    background:gray;
    position:relative;
    height:4.5px;
    width: 60px;
}
#introduction_v2 .line:before {
    content:'';
    background:red;
    width:30%;
    height:4.5px;
    position:absolute;    
}


#introduction_v2 .title-d{
    font-size: 20px; 
   
}

#introduction_v2 .title-sm{
    font-size: 15px;
}

#introduction_v2 .dividing-line-bold{
    height:1px;
    border-width:0;
    color:#000;
    background-color:#000
}

#introduction_v2 .dividing-line-bland{
    height:1px;
    border-width:0;
    color:#eee;
    background-color:#eee
}

#introduction_v2 .guide-content{
    font-size: 16px;
    font-weight: 600;
}

#introduction_v2 .notice{
    color: red;
    font-style: italic;
    font-weight: 600;
    
}


#introduction_v2 .standard-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f2f2f2;
}

/* #introduction_v2 .breadcrumb-custom{
    position: absolute;
    top: 0;
    background-color: #f2f2f2;
} */

#bg-search-certificate .breadcrumb-item-custom{
   border-left: 1px solid #c2b5b5 ;
   padding-left: 10px;
}