@import "../fonts/all.css";

.cursor-pointer {
    cursor: pointer;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#doi-tac-khach-hang .list-category .title:not(.active) {
    opacity: 0.8;
}

#doi-tac-khach-hang .name .number {
    font-size: 5vw;
    color: #00285a;
    font-weight: bold;
    font-family: "SVN-AvoBold";
    text-align: center;
    line-height: 1.1;
    text-transform: uppercase;
}

#doi-tac-khach-hang .name .text, #doi-tac-khach-hang i {
    font-size: 27px;
    color: #00285a;
    font-weight: bold;
    font-family: "SVN-AvoBold";
    line-height: 1.3;
    text-transform: uppercase;
}

#doi-tac-khach-hang .image img {
    border-radius: 10px;
}

#doi-tac-khach-hang .box-contents:not(.active) {
    display: none;
}

#doi-tac-khach-hang .box-contents .content {
    flex-basis: 23%;
}

#doi-tac-khach-hang .box-featured .title {
    font-size: 24px;
    color: #00285a;
    font-weight: bold;
    font-family: "SVN-AvoBold";
}

#doi-tac-khach-hang .box-featured .description {
    font-size: 16px;
    color: #231f20;
    font-weight: 400;
    font-family: "Roboto-Regular";
}

#doi-tac-khach-hang .content .title {
    font-size: 18px;
    color: #00285a;
    font-weight: bold;
    font-family: "SVN-AvoBold";
}

#doi-tac-khach-hang .content .description {
    font-size: 16px;
    color: #231f20;
    font-weight: 400;
    font-family: "Roboto-Regular";
}

.text-justify {
    text-align: justify;
}

@media screen and (max-width: 1199px) {
    #doi-tac-khach-hang .name .number {
        font-size: 7vw;
    }

    #doi-tac-khach-hang .name .text, #doi-tac-khach-hang i {
        font-size: 23px;
    }
}

@media screen and (max-width: 991px) {
    #doi-tac-khach-hang .name .text, #doi-tac-khach-hang i {
        font-size: 16px;
    }
    #doi-tac-khach-hang .box-contents .content {
        flex-basis: 47%;
    }
}

@media screen and (max-width: 575px) {
    #doi-tac-khach-hang .name .text, #doi-tac-khach-hang i {
        font-size: 18px;
    }
    #doi-tac-khach-hang .box-contents .content {
        flex-basis: 100%;
    }
}