header.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
.logo {
    background-color: #F4F4F4;
    position: relative;
    text-align: center;
}
.logo img {
    height: 60px;
    width: 150px;
    margin: 20px 0;
}
.desc {
    margin-top: 40px;
    font-size: 14px;
    margin-bottom: 35px;
    text-align: center;
}
.see-more i {
    color: #fff;
    margin: 7px 0 0 8px;
}
.package-item .title a  {
    color: #212529 !important;
}
.package-block {
    margin-top: 130px;
    min-height: 700px;
}
.package-item {
    position: relative;
    padding: 30px 25px !important;
    border-radius: 12px;
    box-shadow: 0px 3px 5px 2px rgb(0 0 0 / 11%) !important
}
.list-package {
    margin-top: 25px;
}
.package-image img {
    width: 100px;
    height: 100px;
}
.package-image {
    max-width: 25%;
}
.package-body {
    max-width: 75%;
}
.package-desc {
    font-size: 12px;
    color: #818181;
}
.package-image, .package-body {
    display: inline-block;
}
.see-more {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background-color: #2DB14F;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.slogan {
    margin: 70px 0;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
}
footer {
    background-color: #212F3E;
    color: #dcdada;
    padding: 35px 0;
    font-size: 14px;
}