.header-package h4{
    padding: 15px 0 10px 0 ;
}
.header-package p{
    padding: 0 0 10px 0;
}
.list-package h5{
    font-size: 16px;
    padding: 10px 0 5px 0;
    font-weight: 550;
}
.list-package .item-package{
    margin-top: 10px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);


}

.item-package .header-item{
    background: linear-gradient(to bottom, #5E9BFE 0%, #3B78DD 100%);
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    border-radius: 0px 0px 25px 25px;
    position: relative;
}
.header-item .hot-org{
    width: 10%;
    position: absolute;
    top: 0;
    right: 0;
}
.item-package .content-item{
    display: flex;
    flex-direction: column;
}
.content-item span{
    text-align: center;
    padding: 10px 5px;
    border-bottom: 1px solid #DDDDDD;
    margin: 0 10px;
    font-weight: 600;
}
.content-item .text-blue{
    color: #0061FF;
}
.content-item .syntax{
    color: #FF4200;
    padding: 0 !important;
    margin:  0!important;
    border: none !important;
}
.footer-content{
    padding: 10px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footer-content .btn-register{
    width: 35%;

}
.footer-content .btn-register:hover{
    cursor: pointer;

}
.footer-content .btn-show{
    margin-left: 70%;
}
.footer-content .btn-show:hover{
    cursor: pointer;
}
.footer-content a{
    display: grid;
    width: 100%;
}
.footer-package {
    background-image: url("../image/footer-package.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    margin: 20px  -15px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.footer-package h4{
    padding: 20px 0 5px 0 ;
}
.footer-package .img-mobi{
    width: 40%;
}
.footer-package .agency{
    font-weight: 550;
    padding: 5px 0 0 0;
    font-size: 15px;
}
.footer-package .unit{
    font-size: 19px ;
}
.footer-package a{
    padding: 5px 0;
}
.footer-package .text-footer{
    color: #3C3C3C;
    font-size: 13px;
}
