.tinhy {
    background-color: #fff;
    width: 100%;
    height: 89rem;
    position: relative;
}

.tinhy-center {
    width: 140rem;
    display: flex;
    position: relative;
    justify-content: space-between;
    padding-top: 8rem;
}

.tinhy-center-left {
    width: 71.2rem;
    height: 53.6rem;
    position: relative;
    z-index: 10;
    overflow: hidden;
    border-radius: 1rem;
}

.tinhy-center-right {
    width: 61.2rem;
    padding-top: 4rem;
}

.tinhy-center-left img {
    width: 100%;
    height: 100%;
}

.tinhy-title {
    /*width: 23rem;*/
    font-size: 4.8rem;
    color: #F16522;
    font-weight: bold;
}

.tinhy-center-right p {
    font-size: 2.4rem;
    color: #05173C;
    line-height: 2.8rem;
    margin: 8rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.tinhy-bottom {
    width: 100%;
    height: 27.4rem;
    padding:  8rem 5rem;
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 0;
    bottom: -27.4rem;
    border-radius: 1rem;
}

.tinhy-bottom-for {
    width: 17rem;
    height: 11.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}


.tinhy-bottom-for .name {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 1.6rem;
}

.tinhy-bottom-for .name span {
    font-weight: bold;
    font-size: 6.4rem;
    display: block;
    color: #05173C;
}

.tinhy-bottom-for .name span:nth-child(2) {
    font-size: 2.4rem;
    padding-bottom: 1rem;
}


.tinhy-bottom-for>span {
    color: #05173C;
    font-size: 1.6rem;
    opacity: 0.6;
    text-align: center;
    width: 18.6rem;
}

.tinhy .button-arrowhead {
    border: 0.1rem solid #05173C;
}

.tinhy .button-arrowhead span {
    color: #05173C;
}

.tinhy .button-arrowhead:hover span {
    color: #fff;
}

.tinhy .button-arrowhead:hover {
    background-color: #05173C;
}

@media screen and (max-width: 768px) {
    .tinhy {
        background-color: #fff;
        width: 100%;
        height: auto;
        position: relative;
    }

    .tinhy-center {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        left: -1.6rem;
        top: 0;
        padding: 0;
    }

    .tinhy-center-left {
        width: 37.5rem;
        height: 28.1rem;
        border-radius: 0;
    }

    .tinhy-center-right {
        width: 37.5rem;
        height: 28.2rem;
        padding: 4rem 1.6rem;
    }

    .tinhy-center-left img {
        width: 100%;
        height: 100%;
    }

    .tinhy-title {
        width: 23rem;
        font-size: 2rem;
        color: #F16522;
        font-weight: bold;
    }

    .tinhy-center-right p {
        font-size: 1.4rem;
        color: #05173C;
        line-height: 1.8rem;
        margin: 2.4rem 0 2.6rem;
        height: 7.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical
    }

    .phone-tinhy-bottom {
        width: 37.5rem;
        height: auto;
        /*background-color: #05173C;*/
        padding: 4rem 1.6rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        position: relative;
        right: 0;
        bottom: 0;
    }

    .phone-tinhy-bottom-for {
        width: auto;
        min-width: 33%;
        height: 4.2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .phone-tinhy-bottom-for:first-child{
        margin-bottom: 2rem;
    }

    .phone-tinhy-bottom-for .name {
        font-weight: bold;
        font-size: 2rem;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-bottom: 0.6rem;
    }

    .phone-tinhy-bottom-for .name span {
        font-size: 0.8rem;
        display: block;
    }

    .phone-tinhy-bottom-for .name span:first-child {
        font-size: 2rem;
    }

    .phone-tinhy-bottom-for>span {
        font-size: 1rem;
        opacity: 0.6;
        text-align: center;
        display: block;
        width: 9rem;
    }

    .tinhy .button-arrowhead {
        border: 0.1rem solid #05173C;
    }

    .tinhy .button-arrowhead span {
        color: #05173C;
    }

    .tinhy .button-arrowhead:hover span {
        color: #fff;
    }

    .tinhy .button-arrowhead:hover {
        background-color: #05173C;
    }
}