/*newdesign20201224*/
.site-branding-logo img{
    height: 22px;
}

.header-v1 .header-main-inner .branding .site-branding__text{
    display: inline-block;
    vertical-align: top;
    padding: 25px 10px 10px;
}
  
.header-v1 .header-main-inner .branding .site-branding__text .site-branding__name a{
    color: #005eb8;
}

#page_top{
    width: 62px;
    height: 62px;
    position: fixed;
    right: 15px;
    bottom: 0;
    background: #005EB8;
    border-radius: 50%;
}

#page_top a{
    position: relative;
    display: block;
    width: 62px;
    height: 62px;
    text-decoration: none;
}

#page_top a::before{
    font-family: 'FontAwesome';
    font-weight: 900;
    content: '\f077';
    font-size: 25px;
    color: #ffffff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
  
#keywordselection {
    color: #005eb8 !important;
}

.example-info {
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: bold;
}

.tab-skill a {
    font-weight: bold;
    padding: 10px 10px;
    border-bottom: solid #e6e6e6;
}

.tab-skill > a:hover {
    border-bottom: solid #005eb8;
}

.view-portfolio .col-xl-3.col-lg-3.col-md-3.col-sm-6.col-xs-12 {
    height:300px;
}

.view-portfolio .col-xl-4.col-lg-4.col-md-4.col-sm-4.col-xs-12 {
    width:380px;
}

.widget.gsc-icon-box.top-center a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px; 
    font-weight: bold;
}

.widget.gsc-icon-box.top-center a > h3:hover{
    color: #005eb8;
}

.widget.gsc-icon-box.course-list {
    background-color: #ffffff;
    height: 210px;
    border: 2px solid #e6e6e6;
}

.widget.gsc-icon-box.course-info {
    background-color: #005EB8;
}

.widget.gsc-icon-box.area-course-list {
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
    height: 330px;
}

.common-course-link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.course-list .course-type {
    text-align: center;
    border: solid #005EB8;
    border-width: 1px;
    border-radius: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    width: 120px;
    color: #005EB8;
}

.course-info .course-type {
    float: left;
    text-align: center;
    background-color: #ffffff;
    border: solid #005EB8;
    border-width: 1px;
    border-radius: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-right: 10px;
    width: 120px;
    color: #005EB8;
}

.course-info .course-level {
    float: left;
    text-align: center;
    background-color: #ffffff;
    border: solid rgba(40,193,27,1);
    border-width: 1px;
    border-radius: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-right: 10px;
    width: 120px;
    color: rgba(40,193,27,1);
}

.course-info .common-course-title {
    clear: both;
    color: #ffffff;
    margin-bottom: 20px;
}

.course-info .common-course-subtitle {
    text-align: left;
    color: #ffffff;
    margin-bottom: 20px;
}

.training-course-available .link-text {
    text-align: center;
}

.area-course-list .course-dates-text p {
    display: inline;
}

.area-course-list .course-title {
    height: 90px;
}

.area-course-list .course-language-text p {
    display: inline;
}

.area-course-list .course-language, .course-country .course-location, .course-price, .course-dates {
    margin-bottom: 5px;
}

.area-course-list .source-url {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-details a {
    color: #ffffff;
    background-color: #005eb8;
    border-color: #005eb8;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.6px;
    font-weight: 400;
    padding: 10px 40px;
    border-radius: 50px;
}

.btn-details > a:hover {
    opacity: 0.7;
}

.model-pdf:hover {
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 10%);
}