﻿html {
    scroll-behavior: smooth;
}

body {
    padding-top: 124px;




    transition:0.5s;
}

.bg-primary {
    background-color: #16335b;
}

.vue-app{
    display:none;
}

a{
    transition:0.5s;

}

nav a:hover {
    opacity: 0.8;
}

header {
    background-color: #16335b;
    color:white;
}

.btn-main {
    background-color: #16335b;
    color: white;
    padding: 13px 51px;
    font-size: 20px;
    border-radius: 31px;
}
    .btn-main:hover {
        background-color: #4476bb;
    }
.btn-main-outline {
    background-color:transparent;
    color: #16335b ;
    border: 1px solid #16335b ;
    padding: 13px 51px;
    font-size: 20px;
    border-radius: 31px;
}
.btn-main-outline:hover {
    background-color:#16335b;
    color: white ;
}

.btn-gradient {
    background: rgb(0,48,96);
    background: linear-gradient(180deg, rgba(59, 79, 138,1) 0%, rgb(59 79 138 / 80%) 73%, rgba(202,202,227,0.42620798319327735) 100%, rgba(0,212,255,1) 100%)
}

.btn-second {
    background: rgb(217,217,217);
    background: linear-gradient(90deg, rgba(217,217,217,1) 0%, rgba(215,215,215,1) 58%, rgba(202,202,227,0.42620798319327735) 100%, rgba(0,212,255,1) 100%);
    color: #16335b;
    padding: 13px 51px;
    font-size: 20px;
    border-radius: 31px;
}
.btn-second:hover {
    background: rgb(217,217,217);
}

.text-primary {
    color: #16335b;
}
.text-blue {
    color: #003060;
}
.border-blue {
    border-color: #003060;
}

.dv-bl {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
}

    .dv-bl.show{
        display:block;
        display:none;
    }

    .dv-bl .info {
        position: absolute;
        bottom: 7px;
        right: 2px;
        width: 60px;
        font-size: 22px;
        text-align: center;
        color: #ffffff8a;
    }
    .dv-bl .bg {
        width: 135px;
    }

.mob-nav {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #003366;
    right: -100vw;
    color: #ffffff;
    transition: 0.5s;
    text-align: center;
    height: 100vh;
}
    .mob-nav .item {
        padding: 15px;
        font-size: 18px;
        border-bottom: 1px solid #bcd2f1;
    }
    .mob-nav.pop .item {
        padding: 15px 0 11px;
        font-size: 18px;
        border-bottom: 1px solid #5377ab;
    }
.mob-nav.active {
    right: 0;
}
#header-pc {
    background-color: #16335b;
    transition:0.5s;
}
    #header-pc.active {
        background-color: #16335bdb;
    }
        #header-pc.active .pt-20 {
            padding-top: 20px;
        }
        #header-pc.active .h-24 {
            height: 64px;
        }
        #header-pc.active .pt-16 {
            padding-top: 14px;
        }

.tracking-w2 {
    letter-spacing: .3rem;
}

@media(min-width:768px) {
    .bg-m-b {
        background-color: #16335be0;
    }
    body.active {
        padding-top: 78px;
    }

}
@media(max-width:767px) {
    body {
        padding-top: 96px;


    }
    .dv-bl .bg {
        width:83px;
    }
    .dv-bl .info {
        bottom: 1px;
        right: -13px;
        width: 62px;
        font-size: 16px;
    }
    .btn-main-outline, .btn-main, .btn-second {
        padding: 10px 42px;
        font-size: 17px;
    }

}
