* {
    margin: 0;
    padding: 0;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
}

:root {
    font-family: "Commissioner", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Open Sans', sans-serif;
}

html {
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

body {
    margin-top: 100px;
}

html,
body {
    height: 100%;
}

/*a{width: 100%; height: 100%;}*/
a,
button {
    text-decoration: none;
    cursor: pointer;
    color: unset;
    user-select: none;
}

button,
input,
textarea,
a img {
    border: 0;
    outline: none;
}

/*img,picture,video,embed{ max-width:100%;}*/
li {
    list-style: none;
}

fieldset {
    border: 0;
}

/**, *:before, *:after { box-sizing:border-box;}*/
h1,
h2 {
    cursor: default;
}


body>main {
    overflow: hidden;
    color: #000748;
}

.middle {
    width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.middle video {
    width: 100%;
}

.bt-primary {
    border-radius: 10px;
    background-color: #00DBB9;
    font-weight: bold;
}

.bt-primary:disabled {
    background-color: #bbb;
}

#whatsapp-float {
    position: fixed;
    z-index: 50;
    right: 24px;
    bottom: 24px;
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #000748;
    box-shadow: 1px 1px 6px rgba(255, 255, 255, 0.5);
    transition: 0.3s all;
}

#whatsapp-float a {
    width: 24px;
    height: 24px;
    color: #00DBB9;
}

#to-top {
    opacity: 0;
    position: fixed;
    z-index: 50;
    right: 24px;
    bottom: 90px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #000748;
    box-shadow: 1px 1px 6px rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 33px;
    padding: 3px 0 0 0;
    text-align: center;
    transition: 0.3s opacity;
}

#to-top div {
    width: 40%;
    height: 40%;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    text-align: center;
    margin: 6px auto 0;
    border-radius: 0 4px 0;
    rotate: -45deg;
    transition: 0.3s margin;
}

#to-top:hover div {
    margin-top: 0;

}

.header-min #to-top {
    opacity: 1;
}


.social-links {
    display: flex;
}

.social-links a {
    display: block;
    width: 100%;
    height: 100%;
}

.social-links i {
    width: 24px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    transition: transform 0.3s, filter 0.3s;
}

.social-links i.x {
    background-image: url('../img/ico/social-x.png');
}

.social-links i.link {
    background-image: url('../img/ico/social-linkedin.png');
}

.social-links i.inst {
    background-image: url('../img/ico/social-instagram.png');
}

.social-links i.yout {
    background-image: url('../img/ico/social-youtube.png');
}

body>.social-links {
    position: fixed;
    right: 0;
    top: 350px;
    border-radius: 10px 0px 0px 10px;
    width: 54px;
    background: #000748;
    z-index: 99;
    flex-wrap: wrap;
    gap: 20px;
    padding: 16px;
}

.admin-bar #header {
    top: 32px;
}


#header .middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



#header {
    display: flex;
    position: fixed;
    top: 0;
    z-index: 55;
    width: 100%;
    height: 100px;
    background: #fff;
    transition: all 0.3s;
}

.header-min #header {
    height: 70px;
    box-shadow: 0px 1px 46px #00000029;
}

#header .middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#header .logo {
    flex-shrink: 0;
    transition: all 0.3s;
}

.header-min #header .logo {
    width: 190px;
}

#header .logo img {
    max-width: 100%;
    height: auto;
}


#menu-main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-47%, -50%);
}

#menu-main .menu {
    display: flex;
    font-size: 16px;
    font-weight: bold;
    color: #000748;
}

#menu-main .menu-item-has-children::after {
    content: '';
    display: inline-flex;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    position: absolute;
    right: -11px;
    top: 16px;
}

#menu-main .menu a {
    white-space: nowrap;
    color: #000748;
    display: block;
    padding: 5px 0;
}

#menu-main .menu>li>ul {
    background-color: #000748;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    z-index: 1000;
}

#menu-main .menu>li>ul li a {
    padding: 10px 20px;
    color: #fff;
}

#menu-main .menu>li>ul li:last-child a {
    border-bottom: none;
}

#menu-main .login-bt {
    display: none;
}

.header-min #header .login-bt {
    padding: 13px 19px;
    font-size: 13px;
}


#header .login-bt {
    flex-shrink: 0;
    border: 2px solid #00DBB9;
    border-radius: 10px;
    padding: 16px 22px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #000748;
}

#header .login-bt img {
    vertical-align: baseline;
    margin-right: 3px;
}



.nav1 {
    position: relative;
    margin-top: 75px;
}

.nav2 {
    margin-top: 25px;
}

.nav-category-main ul {
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 13px 36px #00000029;
    background: linear-gradient(180deg, #E5EBED 0%, #FFFFFF 100%);
}

.nav1 ul {
    position: absolute;
    z-index: 20;
    top: -50px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
}

.nav2 ul {
    flex-direction: row;
}

.nav-category-main ul>div {
    display: flex;
    flex: 1;
}

.nav-category-main ul>div:first-child {
    border-right: 1px solid #000748;
}

.nav-category-main ul li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
}

.nav1 ul li {
    height: 136px;
}

.nav2 ul li {
    height: 65px;
}

.nav-category-main ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: gray;
}

.nav-category-main li a {
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    color: #000748;
    border-bottom: 0px solid orange;
    transition: all 0.3s ease;
}

.nav1 ul li a {
    font-size: 26px;

}

.nav2 ul li a {
    font-size: 18px;
    color: #000748;
}


#offer-top {
    background-color: #1643B1;
    padding-top: 90px;
}

#offer-top .middle {
    height: 88px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#offer-top .text {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    font-size: 18px;
    letter-spacing: 0;
    user-select: none;
}

#offer-top .offer-timer {
    width: 220px;
    min-height: 42px;
    padding: 9px 5px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #FE5B1D;
    background: #fff;
    border-radius: 10px;
    animation: pulse 2s ease-in-out infinite alternate;
    user-select: none;
}

#offer-top a {
    border-radius: 10px;
    padding: 18px 18px;
    font-size: 20px;
    white-space: nowrap;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        filter: brightness(1);
    }

    100% {
        transform: scale(1.05);
        filter: brightness(1.2);
    }
}


#home-blog {
    padding: 100px 0;
    background: transparent linear-gradient(180deg, #E5EBED 0%, #FFFFFF 100%);
}


#breadcrumb {
    padding-top: 24px;
}

#breadcrumb ul {
    display: flex;
}

#breadcrumb li {
    color: #97a8ba;
}

#breadcrumb li::after {
    content: "/";
    margin: 0 5px;
}

#breadcrumb li:last-child::after {
    content: "";
}

#breadcrumb li.active {
    color: #fff;
    /* color: #000748; */
}







@media(max-width: 1420px) {
    body>.social-links {
        display: none;
    }
}

@media(max-width: 1320px) {

    .middle {
        width: 100%;
        padding: 0 12px;
    }

    .middle .middle {
        padding: 0;
    }

    #header .logo {
        width: 220px;
    }

    #menu-main .menu {
        gap: 30px;
    }


    /* #offer-top {
    } */

    #offer-top .middle {
        gap: 10px;
        text-align: center;
    }

    #offer-top .text {
        font-size: 18px;
    }

    #offer-top .middle>* {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #offer-top .offer-timer {
        white-space: nowrap;
    }

    #offer-top a {
        width: 187px;
        font-size: 18px !important;
    }


    .nav-category-main li a {
        font-size: 23px;
        text-align: center;
        line-height: 25px;
    }
}

@media(max-width: 1023px) {
    .nav-category-main ul>div:first-child {
        border: unset;
    }
}


@media(max-width: 800px) {
    #offer-top .text {
        font-size: 16px;
    }
}

@media(max-width: 700px) {
    #offer-top .text-2 {
        display: none;
    }
}

@media(max-width: 500px) {
    #offer-top .middle {
        height: 140px;
        flex-direction: column;
        justify-content: center;
    }

    #offer-top .text {
        font-size: 13px !important;
    }



    #offer-top .offer-timer {
        font-size: 14px !important;
    }

    #offer-top a {
        font-size: 12px !important;
        padding: 9px;
    }

}