.main_page {
    background-color: #f5f5f5 !important;
}
.main-internet-banking {
    width: 1170px;
    margin: auto;
}
.left-push {
    display: none !important;
}

.breadcrumbs-internet-banking {
    margin: 20px 0 15px 130px;
    display: inline-block;
    height: 30px;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
}

.breadcrumbs-home {
    margin: 0 0 0 6px;
    width: 62px;
    height: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #1F9AD6;
}

.breadcrumbs-internet-banking>img {
    margin: 0 0 0 1px;
}

.breadcrumbs-tool {
    margin: 0 0 0 7px;
    width: 62px;
    height: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #1F9AD6;
}
.box-internet{
    margin-bottom: 50px;
}
.breadcrumbs-tool-name {
    margin: 0 17px 0 7px;
    width: 155px;
    height: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #555555;
}

hr {
    display: none;
}

.container-internet-banking {
    display: inline-block;
    background-color: #fff;
    font-family: 'Roboto';
    color: #555555;
    width: 100%;
    border-radius: 4px;
    padding: 30px 30px 0 30px;
}

.title-internet-banking {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 23px;
    color: #555555;
    margin-bottom: 0;
}

.description-internet-banking {
    margin-top: 5px;
    /* margin-bottom: 30px; */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    color: #555555;
}
.description-internet-banking.desc-banking {
    margin-bottom: 30px;
}
.tab-internet-banking {
    display: flex;
    margin-top: 14px;
    height: 50px;
    background-color: #F1F1F1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.tab_inter {
    background-color: #F1F1F1 !important;
    margin: 5px ;
}
.tab-left {
    width: 50%;
    text-align: center;
    margin-right: 0;
}

.tab_inter.active {
    background-color: #1F9AD6 !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.tab-left.tab_inter.active>a>i {
    background-image: url(/stores/images/images-internet-banking/user.svg);
    display: inline-block;
    width: 22px;
    height: 18px;
    background-repeat: no-repeat;
}

.tab-right.tab_inter.active>a>i {
    background-image: url(/stores/images/images-internet-banking/build-white.svg);
    display: inline-block;
    width: 22px;
    height: 18px;
}

.tab_inter.active>a>span {
    color: #FFFFFF;
}

.tab-left>a {
    margin: 0 auto;
    padding: 9px 0;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
}

.tab-left>a>i {
    background-image: url(/stores/images/images-internet-banking/user-gray.svg);
    display: inline-block;
    width: 22px;
    height: 18px;
    background-repeat: no-repeat;
}

.tab-left>a>span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #555555;
    line-height: 19px;
}

.tab-right {
    width: 50%;
    text-align: center;
    background-color: #FFFFFF;
    /* box-shadow: 0px 0px 4px rgba(166, 166, 166, 0.2), 0px 4px 4px rgba(166, 166, 166, 0.2); */
}
.tab_inter:last-child {
    margin-left: 0;
}
.tab-right>a {
    margin: 0 auto;
    padding: 9px 0;
    color: #555555;
    display: flex;
    justify-content: center;
}

.tab-right>a>i {
    background-image: url(/stores/images/images-internet-banking/build.svg);
    display: inline-block;
    width: 22px;
    height: 18px;
}

.tab-right-distance {
    width: 8px;
}

.tab-right>a>span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #555555;
    line-height: 19px;
}

.list-internet-banking {
    margin-top: 34px;
    display: flex;
}
.list-internet-banking.content_tab {
    margin-top: 20px;
}
.list-internet-banking.db-banking {
    margin-top: 30px;
}

.ul-internet-banking {
    width: 100%;
    display: grid;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: repeat(4,1fr);
}

.ul-internet-banking hr {
    display: none;
    margin: 20px 16px 20px 16px;
    border-style: inset;
    border-width: 1px;
}
.li-internet-banking {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    height: 50px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    flex: none;
    order: 1;
}
.li-internet-banking:hover {
    background: #1F9AD6;
    border: none !important;
}
.li-internet-banking:hover a {
    color: #ffff;
}
.li-internet-banking:last-child {
    margin-bottom: 30px;
}
.li-internet-banking-distance {
    width: 10px;
    height: 20px;
}

.li-internet-banking>a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #555555;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    color: #555555;
    justify-content: center;
    align-items: center;
}
.li-internet-banking>i {
    margin-top: 3px;
}
.content_tab {
    display: none;
}

.content_tab.active {
    display: block;
}

.page-internet-banking {
    display: none;
}
.des_sub{
    display: inline-block;
    width: 100%;
    line-height: unset;
    height: unset;
}
.author_mobile{
    margin: 20px 0 50px;
}

@media only screen and (max-width: 739px) {
    .main-internet-banking {
        display: block;
        width: 100%;
    }
    .container-internet-banking {
        padding: 0 16px !important;
    }
    .box-internet{
        margin-bottom: 30px;
    }
    .des_sub{
        margin-top: 20px !important;
        margin-bottom: 0 !important;
        border-bottom: 0;
    }
    .tab_inter:last-child {
        margin-left: 0;
    }
    .list-internet-banking.content_tab {
        margin-top: 15px;
    }
    .li-internet-banking>a {
        text-align: left;
    }
    .li-internet-banking>a {
        font-size: 12px;
    }
    .breadcrumbs{
        height: 22px;
        width: auto !important;
        margin: 12px 16px 0 !important;
    }
    .breadcrumbs-internet-banking {
        margin: 20px 0 0 16px;
        display: inline-block;
    }
    .breadcrumbs-home {
        margin: 4px 0 4px 6px;
        width: 62px;
        height: 16px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        color: #1F9AD6;
    }
    .breadcrumbs-internet-banking img:nth-child(1) {
        margin: 0 0 0 12px;
    }
    .breadcrumbs-internet-banking img:nth-child(2) {
        margin: 0 0 0 11px;
    }
    .breadcrumbs-tool {
        margin: 0 0 0 7px;
        width: 62px;
        height: 16px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        color: #1F9AD6;
    }

    .breadcrumbs-tool-name {
        margin: 0 6px 0 3px;
        width: 155px;
        height: 16px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        color: #555555;
    }
    .list-internet-banking.db-banking {
        margin-top: 0;
    }


    .title-internet-banking {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 30.8px;
        color: #555555;
        padding-top: 20px;
    }

    .description-internet-banking {
        margin-bottom: 15px !important;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 21px;
        color: #555555;
    }
    
    .tab-internet-banking {
        display: flex;
        height: 40px;
        margin-bottom: 15px;
    }
    .tab-left {
        background-color: #E5E5E5;
        box-shadow: none;
        margin-right: 0;
    }
    .tab-left>a, .tab-right>a {
        padding: 5px 0;
    }
    .tab-right {
        background-color: #E5E5E5;
        box-shadow: none;
    }
    .tab-left>a>span ,.tab-right>a>span {
        font-size: 15px !important;
    }
    .ul-internet-banking li {
        display: flex;
        margin: 0;

    }
    .ul-internet-banking {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
        padding-bottom: 20px;
    }
    .list-internet-banking{
        margin-top: 0;
    }
    .list-internet-banking.row {
        margin: 0 ;
    }
    .li-internet-banking {
        /* min-width: 169px; */
        height: 40px;
        margin-bottom: 5px;
        margin-left: 0;
        margin-right: 0;
    }
   
    .li-internet-banking:nth-child(odd) {
        /* margin-right: 5px; */
        margin-left: 0;
        flex: 1;
        /* margin-bottom: 5px; */
    }
    .description-internet-banking.des_sub {
        margin: 5px 0 15px !important;
    }
   
    .ul-internet-banking hr {
        display: block;
        margin: 16px 0;
        border-style: inset;
        border-width: 1px;
        width: 100%;
    }
    .li-internet-banking-distance {
        display: none;
        width: 10px;
    }

    .page-internet-banking {
        display: none;
    }

    .page-internet-banking a:nth-child(1) {
        margin: 20px 0 0 16px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #1F9AD6;
    }

    .page-internet-banking a:nth-child(2),
    .page-internet-banking a:nth-child(3) {
        margin: 20px 0 0 20px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #555555;
    }

    .page-internet-banking a:nth-child(4) {
        margin: 20px 0 0 20px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #1F9AD6;
    }

    .page-internet-banking a:nth-child(5) {
        margin: 20px 0 0 20px;
    }

    .page-internet-banking>a>i {
        /* background-image: url(/stores/images/images-internet-banking/group-2074.png); */
        display: inline-block;
        width: 15.78px;
        height: 12.73px;
    }
    .li-internet-banking:last-child {
        margin-bottom: 0 !important;
    }
    .author_mobile{
        margin: 20px 0 30px;
    }
}

@media (min-width:740px) and (max-width:1024px) {
    .li-internet-banking {
        height: 50px;
    }
}