/* nav */
.site-main-menu li {
    margin-right: 20px;
}
.site-main-menu li a {
    color: #333;
    font-size: 16px;
}
.site-main-menu li.current-menu-item > a, .site-main-menu li.current-menu-parent > a, .site-main-menu li:hover > a {
    font-weight: 500;
    color: #6644ea;
}

/* interest */
.card-table{
    background-color: rgb(252 252 252);
    box-shadow: 0px 10px 10px #9c9797;
}
.card-table.card-rate-table tr th{
    background-image: linear-gradient(180deg, #e28ccc, #fff);
}

/* home */
.header-background{
    width: 100%;
    box-shadow: 2px 6px 5px 3px #9d9e9ed4;
}
.contentCreation h2{
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: #646464 1px solid;
    color: #000;
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
i.form-icon{
    font-size: 40px;
    color: #4d81be;
}
.certi-logo{
    text-align: center;
}

.fw-col-inner:hover i.form-icon{
    color: #ff7600;
}

/* general */
.block-title{
    margin-top: 1rem;;
}

/* board */
.board-label{
    background-color: #f9f9f9;
    border-bottom: 5px solid #e8e8e8;
    padding: 5px;
    font-family: 'thaisans_neueregular';
    font-size: 18px;
    font-weight: bold;
    /* color: #838384; */
    color: #333;
    border-radius: 5px;
}
.board-card{
    margin-left: auto;
    margin-right: auto;
    width: 240px;
}
.board-circle-card{
    border-radius: 50%;
    overflow: hidden;
    height: 240px;
    border: 8px solid #e8e8e8;
    margin:10px;
}

#login-portal{
    padding: 4px 6px;
    background-color: #7500ff;
    border-radius: 4px;
    color: #fff;
}

#slide-intro{
    margin-top: 0;
}

.slider-item{
    display: block;
}
.cover-slider{
    position: relative;
}
.app-download-block{
    position: absolute;
    bottom: 60px;
    left: 8vw;
    display: flex;
    flex-direction: column;
}
.app-download-item img{
    width: auto;
    height: 50px;
    margin-top: 10px;
    
}

.slider-item-m{
    display: none;
}

.target-bank-block{
    background-color: #f3f3f3;
    padding: 10px;
    border-radius: 10px;
    box-shadow: -1px 2px 3px 1px #c1c1c1;
    font-size: 20px;
}
.target-bank-block img{
    height: 60px;
}
.bank-title{
    font-weight: 600;
    color: #6720a9;
}
.bank-key{
    color: #6720a9;
    font-weight: 600;
}

.blog-masonry.three-columns .item {
    height: 380px;
}

@media only screen and (max-width: 991px)
{
    .logo-symbol {
        width: 64px;
        height: auto;
        margin-top: 10px;
        margin-right: 20px;
    }
    .page-title {
        padding: 50px 40px;
    }
    .board-tab{
        margin-top: 50px;
    }

    #slide-intro{
        margin-top: 100px;
    }
    .slider-item{
        display: none;
    }
    .slider-item-m{
        display: block;
    }
    .app-download-block {
        bottom: 40px;
        right: 1vw;
        align-items: flex-end;
    }
}


