div#detailHealth {
    width: 100%;
    margin: auto;
    padding-top: 200px;
}
.page-deatail-health {
    display: flex;
    margin-bottom: 100px;
}
.info-detail-health {
    width: 70%;
    border-right: 1px solid #CCCCCC;
    padding-right: 35px;
}
.page-detailHealth ul {
    display: flex;
    list-style: none;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    align-items: center;
}
.page-detailHealth ul li{
    margin-right: 5px;
}
.line-health {
    height: 1px;
    width: 56px;
    left: 746px;
    top: 231px;
    border-radius: 0px;
    border: 2px solid #2F80ED;
    margin: 10px auto;
}
.page-health {
    width: 100%;
    width: 100%;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    margin-bottom: 35px;
}
.page-health ul {
    display: flex;
    list-style: none;
}
.page-health ul li:first-child{
    /* border-bottom: 3px solid #2F80ED; */
    /* padding-bottom: 32px; */
    margin-right: 10px;
}
.page-health a {
    text-decoration: none;
}
.info-detail-health h2 {
    font-family: Inter;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    margin-bottom: 33px;
}
.contact-detail {
    text-align: center;
    box-shadow: 0px 10px 20px 0px #0000000d;
    height: 65px;
    width: 230px;
    border-radius: 32.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.contact-detail i {
    font-size: 29px;
    margin: 0px 5px;
}
.content-detail-health p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: justify;
    margin-top: 30px;
}
.content-detail-health ul {
    list-style: none;
}
.content-detail-health ul li{
    list-style: none;
    margin-top: 12px;
}
.content-detail-health ul a{
    color: #00ADF0;
}
.content-detail-health h3 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    margin-top: 52px;
    line-height: 23px;
}
.content-detail-health img {
    /* height: 380px;
    width: 100%;
    object-fit: cover;
    border-radius: 0px;
    margin-top: 15px; */
}
.content-detail-health i {
    color: #999999;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    font-size: 14px;
}
.content-detail-health ul {
    list-style: none;
    display: block;
    margin-bottom: 40px;
}
ul.tag-detail-health {
    display: flex;
    flex-wrap: wrap;
}
ul.tag-detail-health li {
    border: 1px solid #C1EEFF;
    height: 44px;
    background: #F2FBFF;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    margin-right: 10px;
}
ul.tag-detail-health li a{
    color: black;
}
ul.tag-detail-health li.active {
    border: 1px solid #EC3893;
    height: 44px;
    background: #EC3893;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    margin-right: 10px;
}
ul.tag-detail-health li.active a{
    color: white;
}
.health-care {
    font-family: Inter;
    text-align: left;
    width: 30%;
    padding-left: 35px;
}
.title-health-care {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #2F80ED;
    border-bottom: 3px solid #2F80ED;
    padding-bottom: 12px;
}
.health-list-care ul li {
    display: flex;
    list-style: none;
    font-size: 16px;
    padding: 24px 0px;
    border-bottom: 1px dashed #CCCCCC;
}
.health-list-care ul li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    margin-left: 10px;
}
.health-list-care ul li a:hover {
    text-decoration: underline;
}
.health-list-care img {
    height: 331px;
    width: 100%;
    object-fit: cover;
    margin-top: 29px;
}
@media (max-width: 1100px) {
    div#detailHealth {
        width: 100%;
        margin: auto;
        padding-top: 100px;
    }
    .page-deatail-health {
        display: flex;
        margin-bottom: 100px;
        flex-wrap: wrap;
    }
    .info-detail-health h2 {
        font-family: Inter;
        font-size: 24px;
        font-weight: 700;
        line-height: 40px;
        text-align: left;
        margin-bottom: 15px;
    }
    .health-list-care ul li {
        display: flex;
        list-style: none;
        font-size: 16px;
        padding: 19px 0px;
        border-bottom: 1px dashed #CCCCCC;
    }
    .info-detail-health {
        width: 100%;
        border-right: none;
        padding-right: 0px;
    }
    .health-care {
        font-family: Inter;
        text-align: left;
        width: 100%;
        padding-left: 0px;
        margin-top: 50px;
    }
}