@font-face {
    font-family: "futura-pt-book-oblique";
    src: url("../lib/fonts/futura-pt-book-oblique.otf") format("opentype");
}

#featuresOfMantoMan {
    width: 100%;
    /* height: 1407px; */
    background: url("../images/features-of-man-to-man-textbg.png") #F5F8FB no-repeat;
    background-size: auto 322px;
    background-position: bottom left;
}

#featuresOfMantoMan .fomtm-container {
    width: 1300px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 30px;
}

#featuresOfMantoMan .fomtm-container p.pre-title {
    font-size: 20px;
    font-weight: 700;
    color: #1A7BA5;
    width: 362px;
    position: relative;
    padding-left: 72px;
}

#featuresOfMantoMan .fomtm-container p.pre-title::after {
    content: "";
    position: absolute;
    width: 54px;
    height: 1px;
    background-color: #1A7BA5;
    right: 0;
    top: 50%;
}

#featuresOfMantoMan .fomtm-container h4 {
    font-size: 52px;
    font-weight: 700;
    color: #1A7BA5;
    padding-left: 72px;
    margin-bottom: 78px;
}

#featuresOfMantoMan .fomtm-container h4.mobile-title {
    display: none;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features {
    width: 100%;
    display: flex;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column {
    flex: 1;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title {
    text-align: right;
    padding-right: 64.5px;
    display: flex;
    flex-direction: column;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title-mobile {
    display: none;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title p {
    display: flex;
    justify-content: end;
    position: relative;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title p:hover {
    cursor: pointer;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title p b {
    font-family: "futura-pt-book-oblique";
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 4.2px;
    color: #8E8E8E;
    margin-right: 6.5px;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title p span {
    font-size: 28px;
    font-weight: 500;
    color: #8E8E8E;
    position: relative;
    text-align: left;
    width: 448px;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title p span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #DDDDDD;
    left: 0;
    bottom: 19px;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title p.active b,
#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title p:hover b {
    color: #1A7BA5;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title p.active span,
#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title p:hover span {
    color: #515450;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title p.active span::after,
#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title p:hover span::after {
    background-color: #1A7BA5;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title p.multi-line {
    margin-bottom: 35px;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title p.multi-line span::after {
    bottom: -7px;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title p.active::before {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    border-radius: 12px;
    background-color: #CADFE8;
    left: 25px;
    top: 50%;
    margin-top: -10.5px;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title p.active::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 6px;
    background-color: #1A7BA5;
    left: 30px;
    top: 50%;
    margin-top: -5.5px;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content {
    display: none;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.active {
    display: block;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content .cc-img {
    width: 100%;
    height: 455px;
    position: relative;
    margin-bottom: 30px;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content .cc-img p {
    font-family: "futura-pt-book-oblique";
    font-size: 60px;
    letter-spacing: 6px;
    color: #fff;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-style: italic;
    font-weight: 400;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content .cc-img p b {
    font-family: "futura-pt-book-oblique";
    font-size: 150px;
    font-weight: 400;
    letter-spacing: 15px;
    color: #fff;    
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.ichi .cc-img {
    background: url("../images/section02-feature-01.webp") no-repeat;
    background-size: contain;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.ni .cc-img {
    background: url("../images/section02-feature-02.webp") no-repeat;
    background-size: contain;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.san .cc-img {
    background: url("../images/section02-feature-03.webp") no-repeat;
    background-size: contain;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.yon .cc-img {
    background: url("../images/section02-feature-04.webp") no-repeat;
    background-size: contain;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.go .cc-img {
    background: url("../images/section02-feature-05.png") no-repeat;
    background-size: contain;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content h4.feature-title {
    font-size: 36px;
    font-weight: 700;
    color: #1A7BA5;
    text-align: left;
    padding-left: 0;
    margin-bottom: 43px;
    position: relative;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content h4.feature-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -21px;
    width: 100%;
    height: 3px;
    background-color: #1A7BA5;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content p {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: justify;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content .cc-des{
    height: 93px;
    width: calc(100% - 90px);
    background-color: #2076B7;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #FFFFFF;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content .cc-des span.ccd-title{
    flex: 2;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-align: center;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content .cc-des p{
    flex: 3;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    color: #fff;
    line-height: 24px;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content .cc-des p span{
    width: fit-content;
    margin-right: 8px;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content p.no-margin-bottom{
    margin-bottom: 0;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content p.feature-sub-title {
    font-size: 26px;
    font-weight: 700;
    color: #1A7BA5;
    text-align: left;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.san p.feature-sub-title br {
    display: none;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.yon p.feature-sub-title br {
    display: none;
}

#featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.go p.feature-sub-title br {
    display: none;
}

/* #featuresOfMantoMan .fomtm-container h4 br{
    display: none;
} */

@media (max-width: 1399.98px) {
    #featuresOfMantoMan .fomtm-container {
        width: 100%;
    }    
}

@media (max-width: 1299.98px){
    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title p{
        padding-left: 62px;
    }
}

@media (max-width: 1199.98px) {
    #featuresOfMantoMan .fomtm-container h4 br{
        display: block;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title{
        padding-right: 60px;
        padding-left: 60px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title p.active::before{
        left: -25px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title p.active::after{
        left: -20px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title p b{
        font-size: 35px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title p span{
        font-size: 22px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title p span{
        width: 355px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content .cc-img{
        height: 304px;
    }

    #featuresOfMantoMan .fomtm-container h4{
        font-size: 42px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.ichi .cc-img,
    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.ni .cc-img,
    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.san .cc-img,
    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.yon .cc-img,
    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.go .cc-img{
        background-size: cover;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content .cc-img p{
        font-size: 42px;
        right: 10px;
        bottom: -32px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content .cc-img p b{
        font-size: 90px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content h4.feature-title{
        font-size: 28px;
    }
}

@media (max-width: 991.98px) {
    #featuresOfMantoMan .fomtm-container h4{
        font-size: 32px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title p span{
        font-size: 15px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title p span{
        width: 245px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content .cc-img p{
        font-size: 30px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content .cc-img p b{
        font-size: 78px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title{
        padding-right: 15px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content .cc-img{
        height: 257px;
    }
}

@media (max-width: 767.98px) {
    #featuresOfMantoMan {
        background: none;
        height: auto;
        background-color: #F5F8FB;
    }

    #featuresOfMantoMan .fomtm-container {
        padding: 60px 30px;
    }

    #featuresOfMantoMan .fomtm-container p.pre-title {
        font-size: 16px;
        font-weight: 700;
        padding-left: 0;
        width: auto;
        text-align: center;
    }

    #featuresOfMantoMan .fomtm-container p.pre-title::after {
        content: none;
    }

    #featuresOfMantoMan .fomtm-container h4.title {
        display: none;
    }

    #featuresOfMantoMan .fomtm-container h4.mobile-title {
        display: block;
        font-size: 26px;
        font-weight: 700;
        color: #1A7BA5;
        padding-left: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title {
        display: none;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title-mobile {
        display: flex;
        height: 60px;
        justify-content: flex-end;
        align-items: center;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title-mobile .ctm-button {
        cursor: pointer;
        margin: 0 5px;
        text-decoration: none;
        width: 30px;
        height: 30px;
        border: 1px solid #1A7BA5;
        border-radius: 15px;
        text-align: center;
        line-height: 27px;
        color: #1A7BA5;
        position: relative;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title-mobile .ctm-button.preview::before {
        content: "";
        position: absolute;
        width: 9px;
        height: 15px;
        top: 7px;
        left: 9px;
        background: url("../images/arrow_left_blue.png") no-repeat;
        background-size: 9px 15px;
        background-position: center;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title-mobile .ctm-button.next::before {
        content: "";
        position: absolute;
        width: 9px;
        height: 15px;
        top: 7px;
        left: 10px;
        background: url("../images/arrow_left_blue.png") no-repeat;
        background-size: 9px 15px;
        background-position: center;
        transform: rotate(180deg);
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title-mobile .ctm-button:hover {
        background-color: #1A7BA5;        
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title-mobile .ctm-button.next:hover::before {
        width: 9px;
        height: 15px;
        top: 7px;
        left: 10px;
        background: url("../images/arrow_right_white.png") no-repeat;
        background-size: 9px 15px;
        transform: rotate(0deg);
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-title-mobile .ctm-button.preview:hover::before {
        width: 9px;
        height: 15px;
        top: 7px;
        left: 9px;
        background: url("../images/arrow_right_white.png") no-repeat;
        background-size: 9px 15px;
        transform: rotate(180deg);
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features {
        flex-direction: column;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content .cc-img p {
        font-size: 20px;
        height: 70px;
        right: -10px;
        bottom: -20px;
        letter-spacing: 2px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content .cc-img p b {
        font-size: 60px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content .cc-img {
        height: 183px;
        /* height: calc(100vw * 0.57164); */
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.ichi .cc-img,
    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.ni .cc-img,
    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.san .cc-img,
    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.yon .cc-img,
    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.go .cc-img {
        background-size: cover;
        background-position: top;
        margin-bottom: 10px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.go .cc-img{
        background: url(../images/section02-feature-05-mob.png) no-repeat;
        background-size: contain;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content h4.feature-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content p.feature-sub-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content h4.feature-title::after {
        bottom: -10px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.san h4.feature-title,
    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.go h4.feature-title {
        letter-spacing: -0.5px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.san p.feature-sub-title br {
        display: block;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.yon p.feature-sub-title br {
        display: block;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content.go p.feature-sub-title br {
        display: block;
    }
}

/* Phần dưới này là Vương thêm vào */
/* portrait phones less than 576px */
@media (max-width: 575.98px) {    
    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content .cc-img p b {
        font-size: 60px;
        letter-spacing: 6px;
        padding-right: 10px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content .cc-des{
        width: 100%;
        flex-direction: column;
        padding: 20px 5px;
        align-items: unset;
        height: auto;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content .cc-des p{
        padding: 5px 5px 0 20px;
    }

    #featuresOfMantoMan .fomtm-container .fomtm-cont-features .fomtm-cont-feat-column .column-content .cc-des span.ccd-title{
        text-align: unset;
    }
}