.banner {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 300px;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.banner h1 {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    width: 100%;
    margin: .5rem 0;
    font-weight: 400 !important
}

.banhead {
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    padding: 0 15px;
    margin-top: 1rem
}

.breadcon {
    background-color: #e4e4e4;
    padding: 7px 0
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
    margin-bottom: 0;
    padding: 0;
    font-size: .80rem;
    padding: 0 5px 0 5px;
}

/*.breadcrumb-item+ .breadcrumb-item::before{content:"\f054";font-family:"Font Awesome 5 Free";font-weight:600;font-size:.75rem;margin-top:2px;color:#999}*/
.breadcrumb a {
    color: #000;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.breadcrumb a:hover {
    color: #0568b5;
}

.breadcrumb-item.active {
    color: #2b659a
}

/*@media(max-width:767px){
    .breadcrumb{display:none}
}*/
@media(max-width:480px) {
    .banner h1 {
        font-size: 1.5rem
    }
}

.contentarea {
    margin-top: 2rem;
    padding-bottom: 3rem;
    min-height: 400px
}

.sidemenu {
    max-width: 330px
}

.sidemenu h4 {
    margin-bottom: .25rem;
    border-bottom: 1px dashed #ddd;
    padding-bottom: .3rem
}

.sidemenu h4 span {
    font-family: 'bom_webregular'
}

.sidemenu ul.sidenav {
    list-style-type: none;
    margin-bottom: 1rem
}

.sidemenu ul.sidenav li a {
    padding: 10px 25px 0px 0;
    display: block;
    border-bottom: 1px dashed #ddd;
    color: #666;
    font-size: .875rem;
    line-height: 1.3rem;
    font-family: 'bom_websemibold';
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.sidemenu ul.sidenav li a:after {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    border: none;
    position: absolute;
    right: 20px;
    margin-top: 5px;
    color: #ccc;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.sidemenu ul.sidenav li a:hover,
.sidemenu ul.sidenav li.active a,
.sidenav li.active a {
    color: #0089cf
}

.sidemenu ul.sidenav li a:hover:after {
    color: #0089cf;
    animation: moveRight .5s 1
}

.sidemenu ul.sidenav li.has-dropdown a:after {
    right: 5px
}

.sidemenu ul.sidenav li.has-dropdown .dropdown-menu {
    min-width: 15rem;
    margin-left: 0;
    padding: 0;
    animation: moveDown .7s ease
}

.sidemenu ul.sidenav li.has-dropdown .dropdown-menu li a {
    padding-left: 1rem;
    padding-right: 1rem
}

.sidemenu ul.sidenav li.has-dropdown .dropdown-menu a:after {
    right: 15px;
    margin-top: 0;
    content: '\f30b'
}

.sidemenu ul.sidenav li.has-dropdown .dropdown-menu li:last-child a {
    border-bottom: none
}

.dropright:hover>.dropdown-menu,
.dropright:focus-within>.dropdown-menu {
    display: block
}

.dropright>.dropdown-toggle:active {
    pointer-events: none
}

.sidemenu ul.sidenav li.active a:after {
    color: #0089cf
}

.sidemenu ul.sidenav li a img {
    width: 1.8rem;
    margin-right: .5rem;
    opacity: .7;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.sidemenu ul.sidenav li a:hover img,
.sidemenu ul.sidenav li.active a img {
    opacity: 1;
    animation: zoomIn .5s 1
}

.sidemenu .boxcol {
    min-height: 370px
}

.sidemenu .mobileapp {
    top: 0
}

@media(max-width:991px) {
    .sidemenu ul.sidenav li.has-dropdown .dropdown-menu {
        position: relative !important;
        width: 100%;
        left: auto !important;
        transform: none !important;
        border: none;
        float: none
    }

    .sidemenu ul.sidenav li.has-dropdown a:after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        right: 5px !important
    }

    .sidemenu ul.sidenav li.has-dropdown a:hover:after {
        animation: none
    }

    .sidemenu ul.sidenav li.has-dropdown .dropdown-menu a:after {
        transform: none;
        -webkit-transform: none
    }

    .dropright:hover>.dropdown-menu {
        display: none
    }

    .dropright.show>.dropdown-menu {
        display: block
    }

    .dropright>.dropdown-toggle:active {
        pointer-events: auto;
        cursor: pointer
    }
}

.maincontent {
    background-color: #fff
}

h2.inhead, .h2.inhead {
    margin-bottom: 1.5rem
}

h2.inhead span, .h2.inhead span {
    font-family: 'bom_webregular'
}

h2.inhead:after, .h2.inhead:after {
    content: '';
    display: block;
    width: 5rem;
    height: .1rem;
    background-color: #ccc;
    margin-top: .8rem
}

.maincontent h3 {
    font-size: 1.5rem
}

.maincontent p {
    text-align: justify;
    line-height: 1.5rem
}

.maincontent h4 {
    color: #0089cf
}

@media(max-width:991px) {
    .sidemenu {
        max-width: 700px;
        margin-top: 2rem;
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width:767px) {
    .sidemenu {
        max-width: 400px;
        z-index: 9
    }
}

.imgstyled {
    border-radius: .35rem;
    box-shadow: 6px 8px 10px rgba(0, 0, 0, .2)
}

ul.bomlist {
    list-style-image: url(../images/icons/bomlist.svg);
    padding-left: 20px;
    line-height: 1.6rem
}

ol.bomlist {
    padding-left: 20px;
    line-height: 1.6rem
}

.table_responsive::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
    height: 8px
}

.table_responsive::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track {
    background-color: #eee
}

.table_responsive::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
    background-color: #9E9E9E
}

.table_responsive::-webkit-scrollbar-thumb:hover,
.table-responsive::-webkit-scrollbar-thumb:hover {
    background-color: #666
}

.mytable {
    color: #666;
    width: 100%;
    margin-bottom: 1rem
}

.mytable thead th {
    font-weight: 400;
    font-family: 'bom_websemibold';
    color: #fff;
    background-color: #296584
}

.mytable tbody tr {
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.mytable tbody tr:hover {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    color: #0089cf
}

.mytable td,
.mytable th {
    border: 1px solid #dee2e6;
    padding: .75rem;
    vertical-align: top
}

.mytable thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.myaccordion .card {
    margin-bottom: 0.5rem;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    border-radius: .25rem !important;
    color: #666;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.myaccordion .card h4 {
    font-size: 1rem
}

.myaccordion .card-header {
    padding: 0;
    border-bottom: none;
    margin-bottom: 0 !important
}

.myaccordion .card-header h2 {
    font-family: 'bom_webregular'
}

.myaccordion .card-header button.btnacc,
.myaccordion .card-header button.btnacc:focus {
    text-align: left;
    display: block;
    text-decoration: none;
    width: 100%;
    padding: 1rem;
    color: #333;
    font-family: 'bom_websemibold';
    font-size: .875rem;
    box-shadow: none;
    background-color: #eee;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.myaccordion .card-header button.btnactive {
    background-color: #0089cf !important;
    color: #fff !important
}

.myaccordion .card:hover .card-header button.btnacc {
    color: #0089cf
}

.myaccordion .card-header button span {
    float: right;
    color: #0089cf;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border: 1px solid;
    text-align: center;
    border-radius: 50%;
    transition: all .3s ease
}

.myaccordion .card-header button span.anglerotate {
    transform: rotate(180deg);
    transition: all .3s ease;
    color: #fff;
    animation: angleRotate .3s 1
}

@keyframes angleRotate {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }

    100% {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg)
    }
}

.imgbox {
    background-color: #ccd;
    display: block;
    border-radius: .25rem;
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.imgbox p {
    margin-bottom: 0;
    color: #fff;
    line-height: 1.2rem;
    padding: .3rem .8rem;
    height: 48px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    font-family: 'bom_websemibold';
    background-color: rgba(0, 0, 0, .6);
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.imgbox:hover p {
    background-color: rgba(0, 0, 0, .8);
    bottom: 1rem
}

.imgbox:after {
    content: '';
    width: 1rem;
    height: 150%;
    transform: rotate(20deg);
    border-radius: .25rem;
    background-color: rgba(255, 255, 255, .1);
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.imgbox:hover:after {
    top: 0;
    transform: rotate(0deg);
    width: 150%;
    background-color: rgba(0, 137, 207, .5)
}

.tabbed-content .nav-tabs {
    display: none
}

.tabbed-content .nav-tabs li {
    flex: auto;
    min-width: 200px
}

.tabbed-content .nav-tabs .nav-link {
    text-align: center;
    border: 1px solid #ddd;
    border-left: none;
    border-bottom: none;
    border-radius: 0;
    color: #666;
    line-height: 2.5rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.tabbed-content .nav-tabs li:first-child .nav-link {
    border-left: 1px solid #ddd
}

.tabbed-content .nav-tabs .nav-item.show .nav-link,
.tabbed-content .nav-tabs .nav-link.active {
    background-color: #0070AF;
    color: #fff
}

.tabbed-content .nav-tabs .nav-link img {
    width: 2rem;
    margin-right: .5rem;
    margin-top: -.5rem
}

.tabbed-content .nav-tabs .nav-item.show .nav-link img,
.tabbed-content .nav-tabs .nav-link.active img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1)
}

@media(min-width:768px) {
    .tabbed-content .nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        border: 1px solid #ddd;
        border-top: none
    }

    .tabbed-content .card {
        border: none
    }

    .tabbed-content .card .card-header {
        display: none
    }

    .tabbed-content .card .collapse {
        display: block;
        border: 1px solid #ddd;
        border-top: none
    }

    .tabbed-content .myaccordion .card {
        border: none
    }

    .tabbed-content .myaccordion .card .card-header {
        display: block
    }

    .tabbed-content .myaccordion .card .collapse {
        display: block;
        border: none
    }

    .tabbed-content .myaccordion .card .collapse:not(.show) {
        display: none;
        border: 1px solid #ddd;
        border-top: none
    }

    .tabbed-content .myaccordion .tab-content>.tab-pane {
        display: block !important;
        opacity: 1
    }
}

@media(max-width:767px) {
    .tabbed-content .tab-content>.tab-pane {
        display: block !important;
        opacity: 1
    }

    .tabbed-content .card-header button,
    .tabbed-content .card-header button:focus {
        text-align: left;
        display: block;
        text-decoration: none;
        width: 100%;
        padding: 1rem;
        color: #333;
        font-family: 'bom_websemibold';
        font-size: .875rem;
        box-shadow: none;
        background-color: #fff;
        border: none;
        outline: 0;
        transition: all .3s ease;
        -webkit-transition: all .3s ease
    }

    .tabbed-content .card-header button:hover {
        color: #0089cf
    }

    .tabbed-content .card-header button img {
        width: 2rem
    }

    .tabbed-content .card-header {
        padding: 0;
        margin-bottom: 0 !important
    }

    .tabbed-content .card {
        margin-bottom: 1.5rem;
        border: 1px solid rgba(0, 0, 0, .1) !important;
        border-radius: .25rem !important;
        color: #666;
        transition: all .3s ease;
        -webkit-transition: all .3s ease
    }
}

.grid-container {
    display: flex;
    margin-bottom: 1rem;
    padding-bottom: 1rem
}

.grid-container h4 {
    font-size: 1.2rem;
    color: #555
}

.content-grid .grid-container .imgbox {
    min-width: 260px;
    width: 260px;
    margin-right: 15px;
    max-height: 170px;
    display: flex;
    align-items: center;
    cursor: zoom-in
}

.content-grid .grid-container .imgbox img {
    display: block;
    margin: auto
}

.btnread {
    background: green;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    text-align: center
}

.morecontent span {
    display: none
}

.morelink {
    display: table
}

@media only screen and (max-width:1199px) and (min-width:992px) {
    .content-grid .grid-container {
        flex-flow: column
    }

    .content-grid .grid-container .imgbox {
        width: 100%;
        min-width: auto;
        max-height: 180px;
        margin-right: 0;
        margin-bottom: .5rem
    }
}

@media only screen and (max-width:767px) {
    .content-grid .grid-container {
        flex-flow: column;
        max-width: 390px;
        margin-left: auto;
        margin-right: auto
    }

    .content-grid .grid-container .imgbox {
        width: 100%;
        max-height: 180px;
        margin-right: 0;
        margin-bottom: .5rem
    }
}

.gallery-grid {
    margin-right: -5px;
    margin-left: -5px
}

.gallery-grid .grid-container {
    flex-flow: column;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px
}

.gallery-grid .grid-container .imgbox {
    margin-right: 0;
    min-width: auto;
    width: 100%;
    border-radius: .25rem .25rem 0 0;
    max-height: 184px
}

.gallery-grid .grid-container .imgbox img {
    display: block;
    margin: auto
}

.gallery-grid .grid-container .detbox {
    padding: .75rem .5rem;
    border: 1px solid #ddd;
    border-radius: 0 0 .25rem .25rem
}

.gallery-grid .grid-container .detbox p.more {
    margin-bottom: 0;
    line-height: 1.4rem
}

@media(max-width:575px) {
    .gallery-grid .grid-container .imgbox {
        max-height: 230px
    }
}

.page-item.active .page-link {
    background-color: #0070AF
}

.page-link {
    border-radius: .3rem;
    margin: 0 .25rem;
    color: #666;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.page-link:hover {
    transform: translateY(-1px)
}

@media(max-width:767px) {
    .pagination {
        justify-content: center
    }

    .page-link {
        padding: .3rem .6rem;
        margin: 0 .2rem;
        font-size: .75rem
    }
}

.catbox {
    background-color: #ccd;
    display: block;
    border-radius: .25rem;
    overflow: hidden;
    position: relative;
    max-width: 400px;
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.catbox img {
    display: block;
    margin: auto
}

.catbox p {
    margin-bottom: 0;
    color: #fff;
    line-height: 1.2rem;
    padding: .3rem .8rem;
    height: 48px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    font-family: 'bom_websemibold';
    background-color: rgba(0, 0, 0, .6);
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.catbox:hover p {
    background-color: rgba(0, 0, 0, .8);
    bottom: 1rem
}

.catbox:after {
    content: '';
    width: 1rem;
    height: 150%;
    transform: rotate(20deg);
    border-radius: .25rem;
    background-color: rgba(255, 255, 255, .1);
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.catbox:hover:after {
    top: 0;
    transform: rotate(0deg);
    width: 150%;
    background-color: rgba(0, 137, 207, .5)
}

.mycard {
    margin: .75rem 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.mycard:hover {
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .1)
}

.mycard .catbox {
    height: 100%;
    max-height: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.mycard:hover .catbox:after {
    top: 0;
    transform: rotate(0deg);
    width: 150%;
    background-color: rgba(0, 137, 207, .5)
}

.mycard .card-body {
    min-height: 160px
}

.mycard .card-title {
    padding-bottom: 5px;
    max-height: none;
    overflow: hidden;
    font-size: 1.2rem
}

.mycard .card-title:after {
    content: '';
    display: block;
    height: 1px;
    width: 2rem;
    margin-top: 5px;
    background-color: #0089cf;
    transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.mycard:hover .card-title:after {
    width: 4rem
}

.mycard p {
    line-height: 1.4;
    max-height: 76px;
    overflow: hidden
}

.mycard img {
    width: 2rem;
    float: left;
    margin-right: 8px
}

@media(max-width:767px) {
    .mycard {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }

    .mycard .catbox {
        min-height: 200px
    }
}

.tdcenter {
    text-align: center
}

.tdfont11 {
    font-size: 1.1rem
}

.swiper-wrapper.disabled {
    transform: translate3d(0, 0, 0) !important
}

.swiper-pagination.disabled {
    display: none
}

.capRefresh {
    cursor: pointer;
}

.capRefresh:hover {
    background-color: rgb(122 190 221 / 80%);
}

.captchaQues {
    font-weight: 600;
}

.input-group-captcha {
    background-color: rgb(211 237 249 / 80%);
}

.validerr {
    float: right;
    color: red;
}

.errmsg.success {
    background-color: #bfddbd;
}

.errmsg.success #ivmsg {
    color: #304817;
}

.errmsg.error {
    background-color: #f5cbcf;
}

.errmsg.error #ivmsg {
    color: #a50312;
}
.deposit-head.h5 {
    font-size: 1.2rem;
}
