#packageDiv{
    font-family: 'DM Sans' !important;
    background: #F3F6F7;
    padding-bottom: 5%;
}
.label-choose{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-transform: capitalize;
    color: #000000;
}
.div-package{
    width: 260px;
    height: auto;
    margin-left: 22px;
}
.div-package a{
    text-decoration: none;
}
.div-package img{
    width: 260px;
    height: auto;
    border-radius: 8px;
}
.title-package{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    margin-top: 5%;
    text-transform: capitalize;
    color: #121212;
}
.btn-find-schedule{
    width: 185px;
    height: 48px;
    padding: 12px 40px;
    color: #fff;
    background: linear-gradient(94.54deg, #3D3DFF 0%, #0909FF 100%);
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    margin-top: 10px;
    text-align: center;
}
.btn-find-schedule:hover{
    color: #fff;
    text-decoration: none;
}
.img-package-detail{
    margin-top: 5%;
    background-size: cover;
    width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: cover;
}
.title-package-detail{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-transform: capitalize;
    color: #00004D;
}
.title-more-package{
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 172.5%;
    align-items: center;
    text-align: center;
    color: #00004D;
}
.div-package-detail{
    width: 260px;
    height: auto;
    margin-left: 22px;
}
.div-package-detail a img{
    width: 100%;
}
.div-package-detail a{
    text-decoration: none;
}
.title-package-content{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: capitalize;
    color: #00004D;
}
.div-price{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 0px;

    position: static;
    width: 411px;
    height: 84px;
    left: 0px;
    top: 0px;
    background: #F3F6F7;
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0px 0px;
}
.text-adult{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-transform: capitalize;
    color: #333333;
}
.text-price{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #07BCFD;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 8px;
}
.text-age{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #999999;
}
.desc-package-content{
    margin-left: 3%;
}
@media only screen and (max-width: 563px) {
    .div-package{
        width: 100%;
        margin-right: 22px;
    }
    .div-package img{
        width: 100%;
    }
    .div-package-detail{
        width: 100%;
        margin-right: 22px;
    }
    #rowContent{
        margin-top: 20% !important;
    }
    .img-package-detail{
        padding-top: 8%;
    }
}
@media screen and (min-width: 564px) and (max-width: 991px) {
    .div-package{
        width: 40%;
        margin-right: 22px;
    }
    .div-package img{
        width: 100%;
    }
    .div-package .title-package{
        width: 100%;
    }
    .div-package-detail{
        width: 100%;
        margin-right: 22px;
    }
    #rowContent{
        margin-top: 20% !important;
    }
}