.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: url("../images/backgroud.png");
    color: #dedede;
}
.section{
    color: #dedede;
}
.header{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.title_image img {
    width: 100%;
    height: 100%;
    color: red;
}
.content{
    max-width: 1200;
    margin: auto;
    padding: 15px;
}
.content a{
    color: #fead00;
    text-decoration: none;
}
.heading{
    color: #fead00;
    font-weight: bold;
    text-align: center;
}
blockquote{
    border-left: 2px solid var(--fs-color-primary);
    color: #dedede;
    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;
    width: 46%;
    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: #000000;
}
.dichvu .colum .icon{
    margin: 0 20px;
    width: 20%;
}
.dichvu .colum .text-content{
    padding: 20px;
    width: 80%;
}
.dichvu .colum .text-content span{
    color: #dedede;
    font-size: 20px;
}
.dichvu .colum .text-content p{
    margin: 3.4px 0 0;
    color: #dedede;
    font-size: 16px;
    text-align: justify;
}
@keyframes fadeImage {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


@media only screen and (max-width: 400px) {
    .dichvu .colum{
        width: 100%;
    }
}


.dangkydangnhap{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
}
.buttonlogin{
    min-width: 130px;
    padding: 15px;
    margin: 0px 25px;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    border-radius: 17px;
    border: none;
    background: #fead00;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
.buttonlogin:hover{
    background:linear-gradient(to top, #ff5d08, #ff955e);
    color:#ffffff;
}