.main-navbar{
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 3;
}

.main-navbar .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1280px;
}

.main-navbar .content .menus{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.main-navbar .content .menus .item{
    text-decoration: none;
    color: white;
    margin-right: 50px;
}

.main-navbar .content .menus .item:last-child{
    margin-right: 0;
}

.main-navbar .hover-solutions{
    width: 100%;
    height: 234px;
    background: white;
    position: absolute;
    top: 80px;
    border-top: 1px solid rgb(223, 223, 223);
}

.main-navbar .hover-solutions .col-3 .hv-bold:hover{
    color: #0093FE !important;
}

.main-banner{
    width: 100%;
    height: 604px;
    background-image: url('/assets/img/jpg/img-video.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.main-banner .container{
    max-width: 1280px !important;
}

.main-banner::after{
    content: '';
    background: rgba(0, 0, 0, 0.21);
    position: absolute;
    top:0;
    display: block;
    width: 100%;
    height: 604px;
}

.main-about{
    height: 382px !important;
}

.main-about::after{
    height: 382px !important;
}

.main-banner .content{
    width: 100%;
    max-width: 508px;
    z-index: 2;
    position: absolute;
    bottom: 25%;
}

.main-about .content{
    bottom: 10% !important;
}

.main-banner .video-btn{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    width: 102px;
}

.main-content{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-content .text{
    width: 100%;
    max-width: 977px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.main-content .text h2{
    max-width: 700px;
}

.main-content .post{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.main-content .post .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 344px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.main-content .post .content .img{
    width: 344px;
    height: 189px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.main-content .post .content .img::after{
    content: '';
    width: 344px;
    height: 110px;
    background: linear-gradient(180deg, rgba(16, 16, 16, 0) 11.98%, rgba(16, 16, 16, 0.7) 100%);
    position: absolute;
    bottom: 0;
    display: block;
}

.main-content .post .content .img p{
    position: absolute;
    font-size: 30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
    bottom: 0;
    z-index: 1;
}

.main-content .post .content .desc{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 105px;
}

.main-content .post .content .desc p{
    height: 67.5px;
    overflow: hidden;
}

.main-content .post .content .desc a{
    text-decoration: none;
}


.about-content .post{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.about-content .post .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 344px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.about-content .post .content .img{
    width: 344px;
    height: 189px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.about-content .post .content .img::after{
    content: '';
    width: 344px;
    height: 110px;
    background: linear-gradient(180deg, rgba(16, 16, 16, 0) 11.98%, rgba(16, 16, 16, 0.7) 100%);
    position: absolute;
    bottom: 0;
    display: block;
}

.about-content .post .content .img p{
    position: absolute;
    font-size: 30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
    bottom: 0;
    z-index: 1;
}

.about-content .post .content .desc{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 105px;
}

.about-content .post .content .desc p{
    height: 67.5px;
    overflow: hidden;
}

.about-content .post .content .desc a{
    text-decoration: none;
}

.bottom-content{
    margin-top: 100px;
    width: 100%;
    background-image: url('/assets/img/jpg/img-footer.jpg');
    background-size: cover;
    position: relative;
}

.bottom-content .content{
    max-width: 1185px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    height: 748px;
}

.bottom-content .content .card{
    width: 100%;
    background: white;
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    padding: 40px;
}

/* .bottom-content .content .form{
    position: absolute;
    max-width: 1185px;
    top: 250px;
} */

.bottom-content .content-footer{
    position: absolute;
    width: 100%;
    bottom: -400px;
    height: 540px;
    background: linear-gradient(180.72deg, #0b192600 0.62%, #0B1926 24.1%);
}

.bottom-content .content-footer .bar{
    max-width: 1185px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 440px;
}

.bottom-content .content-footer .bottom-bar{
    position: absolute;
    bottom: 0;
    background: #000000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.541);
    height: 40px;
}

.footer{
    height: 322px;
    background-image: url('/assets/img/jpg/img-footer.jpg');
    /* background-position-y: -460px; */
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: 100%; */
    padding-top: 50px;
    position: relative;
}

.footer .desc{
    color: white;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1040px;
}

.footer .signature{
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
}

.footer .signature .content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 80px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.footer .bottom{
    width: 100%;
    background: #000000;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.521);
    position: absolute;
    padding-right: 20px;
    padding-left: 20px;
    bottom: 0;
}

.basic-content{
    background: #F6F6F6;
}

.basic-content .row{
    max-width: 1049px;
}

.basic-content .row .img{
    border-radius: 8px;
    overflow: hidden;
}

.basic-content .row .img img{
    width: 100%;
}

.basic-content .row .card{
    height: 100%;
    border: none;
    border-radius: 8px;
}

.basic-content .row .card .card-title{
    font-size: 30px;
    color: #071D49 !important;
}

.basic-content .row .card .card-subtitle{
    font-size: 22px;
    color: #626E86 !important;
}

.basic-content .row .card .card-text{
    font-size: 15px;
    color: #626E86 !important;
}

.square-ul{
    width: 10px;
    height: 10px;
    background: #626E86;
}

.contact-loc-head{
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: space-between;
    color: #626E86;
    padding-bottom: 10px;
}

.contact-loc-body{
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    color: #626E86;
}

.contact-loc-container{
    margin-bottom: 20px;
}

.slide-nav{
    background: white;
    height: 100vh;
    width: 75%;
    position: fixed;
    top: 0;
    left: -75%;
    z-index: 99;
    padding: 35px 20px;
    overflow: auto;
}

.slide-logo{
    padding: 20px 0;
}

.slide-item{
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 30px;
}