@font-face {
    font-family: "Lato";
    src: url("fonts/lato/Lato-Bold.eot");
    src: url("fonts/lato/Lato-Boldd41d.eot?#iefix") format("embedded-opentype"), url("fonts/lato/Lato-Bold.woff2") format("woff2"), url("fonts/lato/Lato-Bold.woff") format("woff"), url("fonts/lato/Lato-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("fonts/lato/Lato-Regular.eot");
    src: url("fonts/lato/Lato-Regulard41d.eot?#iefix") format("embedded-opentype"), url("fonts/lato/Lato-Regular.woff2") format("woff2"), url("fonts/lato/Lato-Regular.woff") format("woff"), url("fonts/lato/Lato-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("fonts/lato/Lato-Medium.eot");
    src: url("fonts/lato/Lato-Mediumd41d.eot?#iefix") format("embedded-opentype"), url("fonts/lato/Lato-Medium.woff2") format("woff2"), url("fonts/lato/Lato-Medium.woff") format("woff"), url("fonts/lato/Lato-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("fonts/lato/Lato-Thin.eot");
    src: url("fonts/lato/Lato-Thind41d.eot?#iefix") format("embedded-opentype"), url("fonts/lato/Lato-Thin.woff2") format("woff2"), url("fonts/lato/Lato-Thin.woff") format("woff"), url("fonts/lato/Lato-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

html.boxed .body {
    border-top-color: #1c5fa8;
}

html.boxed .main {
    overflow: unset;
}

body {
    font-family: "Lato", Arial, Helvetica, sans-serif;
}

.sticky-header-active .header-logo img {
    width: 70px !important;
}

.custom-section-svg {
    position: relative;
    background: #eff1f3;
}

    .custom-section-svg .custom-section-svg-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .custom-section-svg > svg {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
    }

    .custom-section-svg > .container {
        position: absolute;
        top: 43%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
    }

@media (max-width: 1400px) {
    .custom-section-svg > svg {
        left: 70px;
    }
}

@media (max-width: 991px) {
    .custom-section-svg > svg {
        width: 180%;
    }

    .divNgonNgu {
        display: none;
    }

    .header-logo {
        display: block !important;
    }
}

@media (max-width: 556px) {
    .divSlogan {
        height: auto !important;
    }

    .post-content img {
        width: 100% !important;
        height: auto !important;
    }

    .header-logo {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .header-logo {
        display: block !important;
    }
}

/*
* Custom SVG Wrappers
*/
.custom-svg-wrapper-1 {
    position: relative;
    width: 100%;
    height: 100%;
}

    .custom-svg-wrapper-1 > svg {
        position: absolute;
        top: 45%;
        left: 43%;
        width: 100%;
        height: 100%;
        transform: translate3d(-50%, -50%, 0);
        z-index: 0;
    }

    .custom-svg-wrapper-1 img {
        margin: auto;
        position: relative;
        z-index: 1;
    }

.col-img-our-services::before {
    content: none;
}

.our-services {
    overflow: unset;
}
/* .notice-top-bar {
  background: url("../img/armi.png");
  background-size: cover;
} */

.sticky-header-active .header-logo img {
    width: auto !important;
}

.header-menu {
    /*height: 70px !important;*/
    transition: all 300ms ease-in-out;
}

    .header-menu a:hover {
        color: #007dc5 !important;
    }

    .header-menu a.active {
        color: #007dc5 !important;
    }

.sticky-header-active .header-menu {
    height: 70px !important;
}

.header-top .simple-border-bottom {
    border-bottom: 1px solid #f4f4f4;
}

.header-top .header-nav-top .nav-item {
    margin-right: 10px;
}

.header-top .header-banner {
    display: none;
}

@media (min-width: 1200px) {
    .header-top .header-banner {
        display: block;
    }
}

.custom-section-carousel {
    display: block;
}

.custom-btn {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.line-pre-title {
    width: 50px;
    height: 3px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.coaching-consulting .col-coaching-consulting-imgs .card {
    position: absolute;
}

    .coaching-consulting .col-coaching-consulting-imgs .card:nth-child(1) {
        z-index: 1;
        top: 10px;
        right: 40px;
        width: 320px;
    }

    .coaching-consulting .col-coaching-consulting-imgs .card:nth-child(2) {
        z-index: 3;
        bottom: 0;
        left: 35%;
        transform: translateX(-50%);
        width: 250px;
    }

    .coaching-consulting .col-coaching-consulting-imgs .card:nth-child(3) {
        z-index: 2;
        left: 40px;
        bottom: 10%;
        width: 300px;
    }

@media (max-width: 991px) {
    .coaching-consulting .col-coaching-consulting-imgs .card {
        position: relative;
        max-width: 30%;
        margin-top: 30px;
        transform: none !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        float: left;
        margin-right: 3.33%;
    }
}

/*
* Custom Counters
*/
.custom-counters .counter:first-child {
    margin-right: 70px !important;
}

.custom-counters .counter strong {
    font-size: 40px !important;
}

.custom-counters .counter label {
    font-size: 15px;
}

.custom-section-background {
    border-bottom: 1px solid #efefef !important;
}

.thumb-info .thumb-info-title {
    font-size: 15px;
}

@media (min-width: 1200px) {
    .custom-background-size-1 {
        min-height: 740px;
    }
}

.single-post p {
    color: #3e3e3e;
    font-size: 15px;
}

table thead tr th {
    min-width: 120px;
}

    table thead tr th:first-child {
        min-width: auto;
    }

.marquee-custom {
    border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important;
}

.marquee-container {
    width: 100%;
    height: 40px;
    overflow: hidden;
    position: relative;
}

.marquee-sibling {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 5px 0.1rem;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
    color: red;
    text-transform: uppercase;
    font-weight: 600;
}

.marquee-container .marquee,
.marquee-container *[class^="marquee"] {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
}

.marquee-content-items {
    position: relative !important;
    display: flex !important;
    align-items: center;
    margin-bottom: 0;
}

    .marquee-content-items li {
        height: 40px;
        display: flex;
        align-items: center;
        margin-right: 50px;
        font-weight: 600;
    }

        .marquee-content-items li a {
            color: red;
        }

.real-word-stories .owl-dots {
    margin-top: 0 !important;
}

p {
    color: #353535;
}

.custom-card-style-1 {
    border: 2px solid transparent;
    transition: ease border 300ms;
}

.custom-card-style-1-image-wrapper {
    width: 250px;
    height: 150px;
}

.custom-card-style-1 .custom-card-style-1-image-wrapper img {
    transform: translate3d(5px, -5px, 0);
    transition: ease transform 300ms;
    height: 150px;
}

.custom-card-style-1 .custom-card-style-1-title,
.custom-card-style-1 .custom-card-style-1-link {
    transition: ease color 300ms;
}

.custom-card-style-1:hover .custom-card-style-1-image-wrapper img {
    transform: translate3d(0, 0, 0);
}

.a1 {
    margin-bottom: 35px;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    #header .header-nav-main.header-nav-main-slide nav > ul > li > span > a {
        padding: 0 0.9rem 0 0;
    }
}

.custom-section-background .container:before {
    content: none;
}

.slide-content {
    padding: 15px;
    /*background-color: rgb(18 43 97 / 90%);*/
    border-radius: 10px;
}

@media (min-width: 576px) {
    .slide-content {
        /*background-color: rgb(18 43 97);*/
    }
}

#footer {
    background: #1b2a61;
}

#featured {
    position: relative;
    min-height: 350px;
    background: #fff;
    margin-bottom: 10px;
}

    #featured .box-img .tit img {
        /*margin-bottom: 10px;*/
    }

    #featured .box-img .tit a {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #featured .des {
        margin: 10px 0;
    }

    #featured .left-des {
        text-align: justify;
    }

    #featured ul.ui-tabs-nav {
        list-style: none;
        padding: 0;
        margin: 0;
        overflow: auto;
        overflow-x: hidden;
    }

        #featured ul.ui-tabs-nav li {
            padding: 5px !important; /*top - right - bottom - left*/
            float: right;
            width: 100%;
        }

            #featured ul.ui-tabs-nav li .divNews {
                float: left;
                margin: 0px 5px;
                /*padding: 1px;*/
                width: 80px;
                border: 1px solid #FFF;
                text-align: center;
                background-color: #FFF;
            }

            #featured ul.ui-tabs-nav li .imgNews {
                /*float: left;
                margin: 2px 5px;
                padding: 1px;
                width: 80px;*/
                height: 60px;
            }

            #featured ul.ui-tabs-nav li span {
                font-size: 12.5px;
                line-height: 18px;
            }

    #featured li.ui-tabs-nav-item a p {
        font-size: 10px;
        color: #1b75bb;
    }

    #featured li.ui-tabs-nav-item a {
        display: block;
        text-decoration: none;
        color: #333;
        outline: none;
        padding-top: 2px;
        text-align: justify;
        font-size: 16px;
        font-weight: 700 !important;
    }

    #featured li.ui-tabs-nav-item:hover {
        background: #13b8ed;
    }

    #featured li.ui-tabs-selected,
    #featured li.ui-tabs-active {
        background: url("../img/selected-item.png") no-repeat 5px top;
    }

    #featured ul.ui-tabs-nav li.ui-tabs-selected,
    #featured ul.ui-tabs-nav li.ui-tabs-active {
        background: #13b8ed;
    }

    #featured .ui-tabs-panel {
        position: relative;
    }

    #featured .imgNewTop {
        height: 230px;
        /*width: 100%;*/
    }

    #featured .ui-tabs-panel .info {
        bottom: 0;
        left: 0;
        height: 70px;
    }

        #featured .ui-tabs-panel .info a.hideshow {
            position: absolute;
            font-size: 11px;
            font-family: "Roboto", Arial, Verdana;
            color: #f0f0f0;
            right: 10px;
            top: -20px;
            line-height: 20px;
            margin: 0;
            outline: none;
        }

    #featured .info h2 {
        font-size: 1.2em;
        font-family: "Roboto", Arial, Verdana;
        color: #fff;
        padding: 10px 0 0 0;
        margin: 0;
        font-weight: normal;
        overflow: hidden;
    }

    #featured .info p {
        margin: 5px 0;
        font-family: "Roboto", Arial, Verdana;
        font-size: 14px;
        line-height: 20px;
        color: #333;
    }

    #featured .info a {
        text-decoration: none;
        color: #004f80;
        font-weight: bold;
    }

        #featured .info a:hover {
            text-decoration: none;
        }

    #featured .ui-tabs-hide {
        display: none;
    }

.layouts-home .top .hot-news {
    max-height: 420px;
    overflow: hidden;
}

#featured {
    overflow: hidden;
}

.hot-news .right .ct .mCSB_scrollTools_vertical {
    margin-right: 8px;
}

#featured ul.ui-tabs-nav {
    top: 45px !important;
}

.nav-pills li:first-child {
    margin-left: 0px !important;
}

.animated-20s {
    animation-duration: 20s !important;
}

.post-info-top {
    vertical-align: top;
}

.group-gallery {
    list-style: none;
    padding-left: 0px;
    display: flex;
    color: #000;
    border-bottom: 1px solid #A8A9AD;
    padding-bottom: 10px;
}

    .group-gallery li {
        padding-right: 20px;
        padding-left: 20px;
    }


/*	DDGridView	*/
.lbgrid-overflow-container {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.lbGrid {
    border: 1px dotted #000;
}

.lbGridHeader, .lbGridHeader th {
    /* background: #dfeffc url(../images/AdminPage/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;*/
    background-color: #015AAA;
    font-family: Arial, Verdana;
    font-size: 400;
    font-weight: bold;
    text-align: center;
    height: 35px;
    padding-left: 2px;
    padding-right: 2px;
    border: 1px dotted #000;
    color: #FFF;
}

    .lbGridHeader, .lbGridHeader td {
        /* background: #dfeffc url(../images/AdminPage/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;*/
        background-color: #3C8DBC;
        font-family: Arial, Verdana;
        font-size: 400;
        font-weight: bold;
        text-align: center;
        height: 35px;
        padding-left: 2px;
        padding-right: 2px;
        border: 1px dotted #000;
        color: #FFF;
    }

        .lbGridHeader span {
            color: #FFF;
        }

.lbGridCell {
    background-color: #FFF;
    font-family: Arial, Verdana;
    font-size: 400;
    color: #000040;
    height: 30px;
    border: 1px dotted #000;
}

.lbGridAlterCell {
    background-color: #F9F9F9;
    font-family: Arial, Verdana;
    font-size: 400;
    color: #000080;
    height: 30px;
    border: 1px dotted #000;
}

.lbGridCell td {
    border: 1px dotted #000;
    padding: 2px;
}

.lbGridAlterCell td {
    border: 1px dotted #000;
    padding: 2px;
}

.lbGridCell td a {
}

.lbGridAlterCell td a {
}

.lbGridPager {
    background-color: #FFF;
    font-family: Arial, Verdana;
    font-size: 400;
    font-weight: bold;
    height: 26px;
    border-top: 1px dotted #000;
}

    .lbGridPager:first-child {
        border: 0px;
    }

    .lbGridPager td {
        padding-top: 3px;
        padding-left: 0px !important;
        padding-bottom: 3px;
    }

        .lbGridPager td:first-child {
            border: 0px;
        }

    .lbGridPager span {
        color: red;
        padding: 1px;
    }

    .lbGridPager .aspNetDisabled {
        color: #EDEDED;
    }

    .lbGridPager a {
        color: Blue;
    }

    .lbGridPager .hrefDisable {
        color: #ADADAD;
    }

.lbGridEdit {
    background-color: #CCCCCC;
    font-family: Arial, Verdana;
    font-size: 400;
    font-weight: bold;
    color: #ffffff;
}

.lbGridCell:hover {
    background-color: #FEFEFF;
}

.lbGridAlterCell:hover {
    background-color: #FEFEFF;
}

.lbGridFooter2Extend {
    border: 1px dotted #808080 !important;
    height: 30px !important;
    text-align: center !important;
    font-weight: bold;
}
