<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* theme */

.headline {
    font-weight: 600;
    font-size: 32px;
    color: #041F3C;
    text-transform: uppercase;
}

.description {
    font-weight: 600;
    font-size: 16px;
    color: #041F3C;
}

.sub-description {
    font-size: 14px;
    color: #464C56;
}

.section {
    padding: 50px 0;
}

.bg-gray {
    background: linear-gradient(180deg, #FFFFFF 0%, #EDF2FB 100%);
}


/* header */

#header-top {
    padding: 12px 0;
}

.header-top__left,
.header-top__right,
.statistic {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-top__left .logo-sub {
    margin-left: 45px;
    position: relative;
}

.header-top__left .logo-sub:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #D0D0D0;
    left: -22px;
    top: 12px;
}


.header-top__desktop-space{
	width:90%;
	padding: 0px!important;
	margin: 0px!important;
}


.header-top__desktop{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-top__right-bound{
    width: 100%;
}

.menu-desktop__item.has-child {
    position: relative;
}

.menu-desktop__sub {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    transform: translateY(15px);
    left: -12px;
    min-width: 200px;
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 20px rgb(68 38 14 / 25%);
    box-shadow: 0 0 20px rgb(68 38 14 / 25%);
    border-radius: 4px;
    display: none;
    z-index: 9999;
}

.menu-desktop__item.has-child:hover .menu-desktop__sub {
    display: block;
    padding: 15px 0;
}

.menu-desktop__sub a {
    color: #041F3C !important;
    padding: 5px 15px;
    display: block;
}

.menu-desktop a:hover,
.menu-desktop__sub a:hover {
    color: #ED6C30 !important;
}


/* end header */

/* homepage header */
#homepage-header{
	background: url("../img/background-hp.jpg");
	background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
}
/* end homepage header */

/* slider */

#header-main .container {
    position: relative;
}

.menu-desktop__content {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu-desktop__content .menu-desktop__item {
    display: inline-block;
    margin-left: 25px;
    padding: 15px 0;
}

.menu-desktop__content .menu-desktop__item a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.menu.menu-desktop {
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: 9;
}

.main-home__item{
	padding: 40px;
}

.slide-home__content,
.slide-home .owl-nav {
    width: 100%;
    color: #fff;
    text-align: center;
}

.slide-home__content-page2,
.slide-home .owl-nav {
    position: absolute;
    top: 65%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.slide-home__content-subpage,
.slide-home .owl-nav {
    position: absolute;
    top: 65%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.slide-home__title {
    margin: 0 19%;
}

.slide-home-subpage__title {
    margin: 0 19%;
}

.slide-home-subpage__title h1 {
    font-size: 45px;
    font-weight: 600;
    /* margin: 0 20%; */
    text-transform: uppercase;
}

.slide-home__title h1 {
    font-weight: 600;
    padding-bottom: 50px;
    /* margin: 0 20%; */
    text-transform: uppercase;
	color: #fff;
}

.slide-home__title .main-quote {
	color: #133c8b;
	font-size: 45px;
}

.menu-bar{
   display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .slide-home__title h1 {
        padding-bottom: 0px;
    }
}

.slide-home .owl-nav button {
    opacity: 0.5;
    width: 30px;
    height: 50px;
}

.slide-home .owl-prev {
    position: absolute;
    left: 50px;
    top: -25px;
}

.slide-home .owl-next {
    position: absolute;
    right: 50px;
    top: -25px;
}

.slide-home__img {
    background-color: #123178;
    height: 130px;
    position: relative;
}

.slide-home__img img {
    height: 130px;
}

.slide-home-index__img {
    position: relative;
    background-color: #123178;
}

.slide-home-index__img img {
    width: 100% !important;
}

.slide-home-page2__img {
    position: relative;
    background-color: #123178;
}

.slide-home .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.slide-home .owl-dots .owl-dot span {
    height: 4px;
    width: 50px;
    opacity: 0.5;
    display: none;
}

.slide-home .owl-dots .owl-dot.active span,
.slide-home .owl-dots .owl-dot:hover span {
    background: #fff;
    opacity: 1;
    display: none;
}

.slide-home .owl-nav [class*=owl-]:hover {
    background: unset;
}


/* end slider */

.slide-home__btn.btn a {
    color: #fff;
}


/* end theme */

.top-direction-button {
    display: flex;
    justify-content: center;
    align-items: center;
}


/** responsive **/

@media (max-width: 991px) {
    #header-top {
        position: relative;
        z-index: 9;
    }
    .slide-home__img {
        height: unset;
    }
    .slide-home__img img {
        height: unset;
    }
    .slide-home__title {
        font-size: 24px;
        margin: 0;
    }
    .slide-home-subpage__title {
        font-size: 24px;
        margin: 0;
    }
    .header-top__left {
        margin-left: 10px;
        display: block;
        text-align: center;
    }
    .header-top__right {
        margin-top: 8px;
    }
    .header-top__desktop svg {
        margin: 0;
    }
    .slide-home__logo img {
        width: 120px !important;
        margin: 0 auto;
    }
    .slide-home__content {
        top: 15px;
        height: 100%;
        transform: unset;
        left: 0
    }
    .slide-home__title {
        margin: 40px 40px 20px 40px;
    }
    .slide-home-subpage__title {
        margin: 40px 40px 20px 40px;
    }
    .slide-home .owl-dots {
        bottom: 5px;
    }
    .slide-home .owl-prev img,
    .slide-home .owl-next img {
        width: 8px;
        height: 15px;
    }
    .slide-home .owl-prev {
        left: 0;
    }
    .slide-home .owl-next {
        right: 0;
    }
    .section {
        padding: 40px 0;
    }
    /* menu mobile */
    #menu-mobile {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        background: #ffffff;
        z-index: 9999;
        transition: all 0.5s;
        transform: translate(-100%);
        opacity: 0;
        visibility: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        padding-bottom: 10px;
        width: 75%;
    }
    #menu-mobile a {
        color: #041F3C;
    }
    .menu-mb__body {
        padding-top: 15px;
    }
    .open {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translate(0) !important;
        height: 100% !important;
    }
    .menu-mb__head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        box-shadow: 0px 4px 4px rgba(4, 31, 60, 0.1);
    }
    .menu-mb__list,
    .menu-mb__sub {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .menu-mb__item a {
        padding: 15px;
        display: block;
        border-bottom: 0.5px solid #DBD9D9;
        font-weight: 700;
        font-size: 16px;
    }
    .menu-mb__item.has-child {
        position: relative;
        overflow: hidden;
    }
    .menu-mb__item.has-child.open {
        border-bottom: 0.5px solid #DBD9D9;
    }
    .menu-mb__item .dropdown-icon {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 15px;
        top: 15px;
        text-align: center;
    }
    .dropdown-icon .fa-caret-down {
        color: #A8ABAE;
        font-size: 20px;
    }
    .menu-mb__sub-item {
        display: inline-block;
        width: 100%;
    }
    .menu-mb__sub-item a {
        border: none;
    }
    .menu-mb__sub {
        float: left;
    }
    .menu-mb__item:last-child a {
        border: none;
    }
    .menu-mb__sub-item .fa-caret-right {
        color: #DA2128;
        margin-right: 10px;
    }
    .menu-mb__item.has-child .menu-mb__sub a {
        font-weight: normal;
        font-size: 14px;
    }
    .menu-mb__sub {
        display: none;
    }
    .menu-mb__item.has-child.open .menu-mb__sub {
        display: block;
    }
    .menu-mb__item.has-child.open .dropdown-icon .fa-caret-down {
        transform: rotate(180deg);
    }
    .menu-mb__item.has-child.open&gt;a {
        border: none;
    }
    .slide-home__logo {
        margin-bottom: 30px;
        position: relative;
    }
    .slide-home__title,
    .slide-home__title h1 {
        font-size: 24px;
    }
    .slide-home-subpage__title,
    .slide-home-subpage__title h1 {
        font-size: 24px;
    }
    
    .header-top__right-space{
        display:none!important;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .menu-desktop__content .menu-desktop__item {
        margin-left: 6px;
    }
    .slide-home__title,
    .slide-home__title h1 {
        font-size: 25px;
    }
    .slide-home-subpage__title,
    .slide-home-subpage__title h1 {
        font-size: 25px;
    }
    .slide-home__img img {
        height: 120px;
    }
    
    .header-top__right-bound{
        gap:4%;
    }
    
    .top-direction-button {
        font-size: 14px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .slide-home__img img {
        height: 110px;
    }
    .slide-home__content-subpage,
    .slide-home .owl-nav {
        top: 60%;
    }
	.slide-home__content-page2,
    .slide-home .owl-nav {
        top: 50%;
    }
    #slide-home {
        min-height: 110px;
    }
    #slide-home-index {
        min-height: 370px;
    }
    .slide-home .slide-home__title {
        margin: 0;
    }
    .slide-home .slide-home-subpage__title {
        margin: 0;
    }
	.slide-home-page2__img img {
        height: 180px;
    }
}

@media (max-width: 767px) {
    .slide-home__img img {
        height: 100px;
    }
    .slide-home__content-subpage,
    .slide-home .owl-nav {
        top: 50%;
    }
	.slide-home__content-page2,
    .slide-home .owl-nav {
        top: 50%;
    }
	.slide-home-page2__img img {
        height: 180px;
    }
    #slide-home {
        min-height: 100px;
    }
    .slide-home .slide-home__title {
        margin: 0;
    }
    .slide-home-index__img img {
        height: 370px;
    }
    .slide-home .slide-home-subpage__title {
        margin: 0;
    }
}


/** end responsive **/</pre></body></html>