.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: #0A215A; */
    width: 100%;
    height: 100vh;
    opacity: 0.7;
    background: rgb(10, 33, 90);
    background: linear-gradient(0deg, rgba(10, 33, 90, 1) 0%, rgbA(8, 68, 95, 1) 56%, rgba(4, 101, 97, 1) 100%);
}

body {
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.header{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #1974e6;
}

.title_image img {
    width: 100%;
    height: 100%;
    color: red;
}
.content{
    max-width: 1200;
    margin: auto;
    padding: 15px;
}
.heading{
    color: #337c9d;
    font-weight: bold;
    text-align: center;
}
blockquote{
    border-left: 2px solid var(--fs-color-primary);
    color: #333;
    font-size: 1.2em;
    font-style: italic;
    margin: 0 0 1.25em;
    padding: 0 1.25em 0 1.875em;
    position: relative;
}
.dichvu{
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-column-gap: 16.8px;
    column-gap: 16.8px;
    row-gap: 28px;
    margin: 45px 0 113px;
    padding: 0;
}
.dichvu .colum{
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 520.6px;
    padding-right: 24px;
    border-radius: 18.9px;
    box-shadow: inset 0 0 6.8px 6.3px rgba(164, 190, 255, 0.25), 0 3.1px 9px 8.7px rgba(49, 73, 133, 0.02);
    border: solid 1.6px #fff;
    background-color: #f5f9ff;
}
.dichvu .colum .icon{
    margin: 0 20px;
}
.dichvu .colum .text-content{
    padding: 20px;
}
.dichvu .colum .text-content span{
    color: #506288;
    font-size: 20px;
}
.dichvu .colum .text-content p{
    margin: 3.4px 0 0;
    color: #8792aa;
    font-size: 16px;
    text-align: justify;
}
@keyframes fadeImage {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media only screen and (max-width: 400px) {
  .header .logo-f8 img{
    width: 100%;
  }
}


.dangkydangnhap{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:25px 0;
    background-color: #1974e6;
    gap: 25px;
}
.buttonlogin1{
    background: #fff;
    box-shadow: unset;
    color: #1974e6;
    text-decoration: none;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .49);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 35px;
    justify-content: center;
    min-width: 105px;
    transition: .2s;
}
.buttonlogin{
    background: transparent;
    border: 1px solid #fff;
    box-shadow: unset;
    color: #fff;
    text-decoration: none;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .49);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 35px;
    justify-content: center;
    min-width: 105px;
    transition: .2s;
}
