@charset "UTF-8";
/* CSS Document */

/*
font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
font-family: Verdana, Helvetica, Arial, sans-serif;
.font-mincho{
    font-family: 'Noto Serif SC', 'Kaiti SC', 'SimSun', serif;
}*/


dl.en_profile {
    margin-top: 40px;
}
dl.en_profile dd {
    padding-left:  0px;
    margin-bottom: -20px;
}
.about .content ul {
    list-style: none;
    margin-left: 20px;
    padding: 0;
}
.about .content ul li {
    list-style-type: circle;
}

.margin-top20 th {
    /* padding-left: 40px; */
    padding-left: 0px;
}
.round {
    width: 100%;
}
.services .icon-box h4 {
    font-size: 20px;
}
span.sub {
    font-size: 1rem;
}
.detail h5, h6 {
    width: 100%;
    margin: 0px 0px;
    padding-top: 15px;
    padding-bottom: 0px;
    font-size: 1rem;
    font-family: 'Poppins';
    color: #000;
    text-align: left;
    letter-spacing: 0; 
}
.detail h5::after, h6::after {
    content: "";
    width: 100%;
    margin: 0px 0px;
}
.certificate {
  margin: 27px 30px 10px -25px;
}
footer .footer-top .footer-info p {
    font-size: 0.9rem;
    line-height: 1.2rem;
}


@media (max-width: 576px)  {
.certificate {
    display: block;
    float: left;
    height: 370px;
    width: 150px;
    margin: 0px 20px 10px -25px;
}
    .media-smaller {
        display: block;
        font-size: 1.2rem;
    }
    .media-position{
       display: block;
        position: relative;
        top: -14px;
    }    
}
