/* <=== hpadvantamm ===> */
.tpadvantamma{
    margin-bottom: 30px;
}
.tpadvantamma .magrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.tpadvantamma .magrip .lcol{
    width: calc(100% - 200px);
}
.tpadvantamma .magrip .rcol{
    width: 200px;
}
.tpadvantamma .mathumb img{
    width: 100%;
}
.tpadvantamma .madecss{
    width: calc(100% + 270px);
    position: relative;
    z-index: 1;
    margin-left: -270px;
    padding: 40px 45px 50px;
    background-color: #fff;
    box-shadow: 0 2px 10px 5px rgba(0,102,179,0.05);
    font-size: 16px;
    line-height: 24px;
}
.tpadvantamma .madecss ul{
    margin-top: 10px;
}
.tpadvantamma .madecss li{
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
.tpadvantamma .madecss li:last-child{
    margin-bottom: 0;
}
.tpadvantamma .madecss li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 14px;
    background-image: url("../images/maicon.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
}
.tpadvantammb .mbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpadvantammb .mbgrip > div{
    padding: 0 10px;
}
.tpadvantammb .mbgrip .lcol{
    width: 39%;
}
.tpadvantammb .mbgrip .rcol{
    width: 61%;
}
.tpadvantammb .mbtitle{
    max-width: 400px;
}
.tpadvantammb .mbtitle, .tpadvantammb .mbtitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.tpadvantammb .mbdecss{
    font-size: 16px;
    line-height: 24px;
}
/* <=== hpadvantamm ===> */

/* <=== hpadvantahh ===> */
.hpadvantahh{
    background-color: #f4f7fe;
    position: relative;
    margin: 80px 0 160px;
    padding: 10px 0;
}
.hpadvantahh::before{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 231px;
    background-image: url('../images/bghh1.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    pointer-events: none;
}
.hpadvantahh::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 231px;
    background-image: url('../images/bghh2.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    pointer-events: none;
}
.tpadvantahh{
    position: relative;
    padding: 0 0 50px;
    display: table;
    width: 100%;
}
.mccontenta .ccinfo{
    position: relative;
}
.mccontenta .ccinfo::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #0066b3;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
} 
.tpadvantahh::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background-color: #0066b3;
}
.tpadvantahh::after{
    content: '';
    width: 38px;
    height: 20px;
    background-image: url('../images/mthh.png');
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.itadvantahh{
    width: calc(50% + 50px);
    clear: both;
    position: relative;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    align-content: center;
}
.itadvantahh:nth-child(1)::before{
    content: '';
    position: absolute;
    height: 50%;
    width: 4px;
    background-color: #f4f7fe;
    left: 48px;
    top: 0;
    pointer-events: none;
}
.itadvantahh .mcthumb{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #0066b3;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    border: 10px solid #fff;
}
.itadvantahh:nth-child(odd) .mcthumb{
    left: 0;
    margin-right: 35px;
}
.itadvantahh:nth-child(even) .mcthumb{
    right: 0;
    order: 2;
    margin-left: 35px;
}
.itadvantahh:nth-child(odd) .mcdecs{
    width: calc(100% - 100px);
    margin-left: -15px;
}
.itadvantahh .mcthumb img{
    max-width: 70%;
    max-height: 70%;
}
.itadvantahh:nth-child(even){
    text-align: right;
}
.itadvantahh:nth-child(odd){
    float: right;
}
.itadvantahh .mcdecs{
    padding: 20px 25px 25px 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 15px 0 rgb(0 102 179 / 10%);
    width: calc(100% - 135px);
}
.itadvantahh .mcdecs p{
    padding: 0;
}
.itadvantahh:nth-child(even) .mcdecs{
    text-align: right;
}
.itadvantahh .mtitl{
    font-size: 20px;
    line-height: 30px;
    color: #ed1c24;
    font-weight: bold;
    margin-bottom: 5px;
}
.itadvantahh .mtext{
    font-size: 16px;
    line-height: 27px;
}
/* <=== hpadvantahh ===> */

/* <=== hpadvantabb ===> */
.hpadvantabb{
    margin-bottom: 70px;
}
.tpadvantabb .bbgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -15px;
}
.tpadvantabb .bbgrip > div{
    padding: 0 15px;
}
.tpadvantabb .bbgrip .mcol{
    width: 40%;
    order: 2;
}
.tpadvantabb .bbgrip .hcol{
    width: 30%;
    order: 1;
}
.tpadvantabb .bbgrip .bcol{
    width: 30%;
    order: 3;
}
.tpadvantabbh .bhrow{
    margin-bottom: 20px;
}
.tpadvantabbh .bhrow:last-child{
    margin-bottom: 0;
}
.itadvantabbh{
    padding: 18px 20px 18px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px 3px rgb(0 102 179 / 7%);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.tpadvantabb .hcol .itadvantabbh{
    text-align: right;
}
.tpadvantabbm {
    max-width: 450px;
    margin: 0 auto;
    position: relative;
}
.tpadvantabbm .bmcicle{
    position: relative;
    padding-top: 100%;
    display: block;
}
.tpadvantabbm .bmcicle img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 97%;
    max-height: 97%;
}
.tpadvantabbm .vqcicle{
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    animation: xoayvong 32s linear 0s infinite;
    -webkit-animation: xoayvong 32s linear 0s infinite;
    -moz-animation: xoayvong 32s linear 0s infinite;
    -o-animation: xoayvong 32s linear 0s infinite;
    background-image: url('../images/bbcicle.png');
    background-position: center;
    background-size: 100% 100%;
    z-index: -1;
}
@keyframes xoayvong {
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
/* <=== hpadvantabb ===> */

/* <=== hpadvantatt ===> */
.hpadvantatt{
    margin-bottom: 70px;
}
.tpadvantatta{
    margin-bottom: 40px;
}
.tpadvantattb .tbdecss{
    padding: 25px 35px 30px;
    background-color: #f4f7fe;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.sladvantatta .slick-prev{
    left: 7%;
}
.sladvantatta .slick-next{
    right: 7%;
}
.itadvantatta{
    width: 770px;
    opacity: 0.2;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slick-center .itadvantatta{
    opacity: 1;
}
.itadvantatta .thumb{
    margin-bottom: 20px;
}
.itadvantatta .thumb img{
    width: 100%;
}
.itadvantatta .decss{
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slick-center .itadvantatta .decss{
    opacity: 1;
}
.itadvantatta .dstitle{
    margin-bottom: 10px;
}
.itadvantatta .dstitle, .itadvantatta .dstitle a{
    color: #ec3237;
}
.itadvantatta .dstitle, .itadvantatta .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itadvantatta .dstends{
    font-size: 16px;
    line-height: 24px;
}
/* <=== hpadvantatt ===> */

@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== hpadvantamm ===> */
    .tpadvantamma{
        margin-bottom: 25px;
    }
    .tpadvantamma .magrip .lcol{
        width: 100%;
    }
    .tpadvantamma .magrip .rcol{
        width: 100%;
    }
    .tpadvantamma .madecss{
        width: 100%;
        margin-left: 0;
        padding: 15px 20px 25px;
        font-size: 15px;
        line-height: 23px;
    }
    .tpadvantammb .mbgrip .lcol{
        width: 100%;
        margin-bottom: 5px;
    }
    .tpadvantammb .mbgrip .rcol{
        width: 100%;
    }
    .tpadvantammb .mbtitle, .tpadvantammb .mbtitle h3{
        font-size: 18px;
        line-height: 27px;
    }
    .tpadvantammb .mbdecss{
        font-size: 15px;
        line-height: 23px;
    }
    /* <=== hpadvantamm ===> */

    /* <=== hpadvantahh ===> */
    .hpadvantahh{
        margin: 50px 0 40px;
    }
    .hpadvantahh::before{
        height: 150px;
    }
    .hpadvantahh::after{
        height: 150px;
    }
    .itadvantahh .mtitl{
        font-size: 16px;
        line-height: 24px;
    }
    .itadvantahh .mtext{
        font-size: 14px;
        line-height: 22px;
    }
    .itadvantahh .mcdecs{
        padding: 20px 20px 25px 20px;
    }
    /* <=== hpadvantahh ===> */

    /* <=== hpadvantabb ===> */
    .hpadvantabb{
        margin-bottom: 40px;
    }
    .tpadvantabb .bbgrip .mcol{
        width: 100%;
        order: unset;
        margin-bottom: 40px;
    }
    .tpadvantabb .bbgrip .hcol{
        width: 50%;
        order: 2;
    }
    .tpadvantabb .bbgrip .bcol{
        width: 50%;
    }
    /* <=== hpadvantabb ===> */

    /* <=== hpadvantatt ===> */
    .hpadvantatt{
        margin-bottom: 50px;
    }
    .itadvantatta{
        width: 600px;
    }
    /* <=== hpadvantatt ===> */
}
@media all and (max-width: 767px){
    /* <=== hpadvantahh ===> */
    .hpadvantahh{
        margin: 30px 0 40px;
    }
    .itadvantahh{
        flex-wrap: wrap;
        width: 100%;
    }
    .itadvantahh .mcdecs{
        width: 100%;
        text-align: left!important;
    }
    .itadvantahh:nth-child(odd) .mcdecs{
        width: 100%;
        margin-left: 0;
    }
    .itadvantahh .mcthumb{
        margin: 0 auto;
    }
    .itadvantahh:nth-child(odd) .mcthumb, .itadvantahh:nth-child(even) .mcthumb{
        left: initial;
        right: inherit;
    }
    .itadvantahh{
        margin-bottom: 40px;
    }
    .itadvantahh:nth-child(even) .mcthumb{
        order: unset;
    }
    .itadvantahh .mcthumb{
        margin: 0 auto!important;
    }
    .itadvantahh:nth-child(1)::before{
        display: none;
    }
    .tpadvantahh{
        padding: 0 0 30px;
    }
    /* <=== hpadvantahh ===> */

    /* <=== hpadvantabb ===> */
    
    .tpadvantabb .bbgrip .hcol, .tpadvantabb .bbgrip .bcol{
        width: 100%;
    }
    .tpadvantabb .hcol .itadvantabbh{
        text-align: left;
    }
    .itadvantabbh{
        padding: 18px 20px;
    }
    /* <=== hpadvantabb ===> */

    /* <=== hpadvantatt ===> */
    .tpadvantatta{
        margin-bottom: 20px;
    }
    .sladvantatta {
        padding: 0 15px;
    }
    .itadvantatta{
        width: 100%;
        opacity: 1;
    }
    .itadvantatta .decss{
        opacity: 1;
    }
    .itadvantatta .dstitle, .itadvantatta .dstitle h3{
        font-size: 18px;
        line-height: 27px;
    }
    .itadvantatta .dstends{
        font-size: 15px;
        line-height: 23px;
    }
    .sladvantatta .slick-prev{
        left: 0px;
    }
    .sladvantatta .slick-next{
        right: 0px;
    }
    .tpadvantattb .tbdecss{
        font-size: 15px;
        line-height: 23px;
        padding: 20px 15px;
    }
    /* <=== hpadvantatt ===> */
}