.abouthome .abvideo a{
    display: block;
    position: relative;
}
.abouthome .abvideo a img{
    width: 100%;
}
.abouthome .abvideo a .playvideo {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: -55px;
    width: 110px;
    height: 110px;
    background-color: #00a0e0;
    border-radius: 100%;
    z-index: 11;
    color: #ffffff;
}
.abouthome .abvideo a .playvideo::after{
    content: '\f04b';
    position: absolute;
    top: 51%;
    left: 55%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 5 Pro";
font-weight: 900;
    font-size: 30px;
    line-height: 45px;
}
.abouthome .abtitle{
    max-width: 90%;
}
.abouthome .abtitle h2{
    font-size: 50px;
    line-height: 65px;
    color: #2175c4;
}
.abouthome .iteminfoab{
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.abouthome .iteminfoab:last-child{
    margin-bottom: 0;
}
.abouthome .iteminfoab .icon{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    position: relative;
    border: 2px solid #edf7fa;
}
.abouthome .iteminfoab .icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}
.abouthome .iteminfoab .decs{
    width: calc(100% - 70px);
    padding-left: 15px;
} 
.abouthome .iteminfoab .decs .number{
    color: #00a0e0;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
}
.abouthome .iteminfoab .decs .txt{
    color: #666666;
}
.abouthome .absolu{
    padding-left: 40px;
    position: relative;
}
.abouthome .absolu::before{
    content: '"';
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 65px;
    color: #00a0e0;
}
.abouthome .gripabhome{
    margin: 0 -35px;
}
.abouthome .gripabhome > div{
    padding: 0 35px;
}
.abouthome .gripabhome .coll{
    width: calc(50% + 90px);
}
.abouthome .gripabhome .colr{
    width: calc(50% - 90px);
}
.infoabhome .abvideo{
    position: relative;
}
.infoabhome .abvideo .imgabhomem{
    max-width: 560px;
    margin: 0 auto;
    position: relative;
    padding: 0 55px;
}
.infoabhome .abvideo .imgabhomem::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -150px;
    width: 430px;
    height: 430px;
    background-image: url('../images/bgabout.png');
    background-position: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 100%;
    pointer-events: none;
    opacity: 0.1;
}
.infoabhome .abvideo .imgabhomem img{
    border-radius: 10px;
    overflow: hidden;
}
.infoabhome .abvideo .imgabhomeh{
    display: flex;
    justify-content: flex-end;
}
.infoabhome .imgabhomeh .jsimgh{
    max-width: 370px;
    position: relative;
    margin-top: -150px;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}
/* thumbsltm */
.thumbsltm img{
    width: 100%;
}
.itemabtm{
    display: flex;
    flex-wrap: wrap;
}
.itemabtm .icon{
    width: 80px;
}
.itemabtm .decs{
    width: calc(100% - 80px);
    padding-left: 25px;
}
.itemabtm .decs h3{
    color: #00a0e0;
    font-size: 26px;
    line-height: 37px;
    font-weight: 600;
    margin-bottom: 10px;
}
.itemabtm .decs .tend{
    color: #666666;
    font-size: 14px;
    line-height: 22px;
}
/* lstinfocampany */
.lstinfocampany{
    position: relative;
    max-width: 830px;
    margin: 0 auto;
    background-color: #ffffff;
    z-index: 1;
}
.lstinfocampany::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    top: 55px;
    bottom: 100px;
}
.cicletop, .ciclebot{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    margin: 0 auto;
    background-color: #00a0e0;
    position: relative;
    margin-bottom: 80px;
}
.cicletop::before, .ciclebot::before{
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
}
.itemcampany{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -45px;
    position: relative;
    margin-top: -30px;
}
.itemcampany .colnull{
    pointer-events: none;
}
.itemcampany > div{
    width: 50%;
    padding: 0 45px;
}
.itemcampany:nth-child(even) .colinf{
    order: 2;
}
.itemcampany .decscam{
    position: relative;
    border: 1px solid #00a0e0;
    border-radius: 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.itemcampany .decscam::before{
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    top: 12px;
    background-image: url('../images/cicle.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.itemcampany:nth-child(odd) .decscam::before{
    right: -60px;
}
.itemcampany:nth-child(even) .decscam::before{
    left: -60px;
}
.itemcampany .decscam .year{
    padding: 12px 15px;
    color: #ffffff;
    background-color: #00a0e0;
    position: relative;
    font-size: 20px;
    line-height: 30px;
}
.itemcampany .decscam .year::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.itemcampany:nth-child(odd) .decscam .year::before{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #00a0e0;
    left: 100%;
}
.itemcampany:nth-child(even) .decscam .year::before{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right:10px solid #00a0e0;
    right: 100%;
}
.itemcampany .decscam .thumb img{
    width: 100%;
}
.itemcampany .decscam .decs{
    padding: 12px 15px;
    background-color: #ffffff;
}
.itemcampany .decscam .decs p{
    padding: 2px 0;
}
.itemcampany:last-child{
    margin-top: 150px;
    justify-content: center;
}
.itemcampany:last-child .colnull{
    width: 0;
    padding: 0;
}
.itemcampany:last-child .decscam .year::before{
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #00a0e0;
    border-top: none;
    top: unset;
}
.itemcampany:last-child .decscam::before{
    display: none;
}
.itemcampany:last-child .decscam::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 52px;
    height: 52px;
    background-image: url('../images/cibig.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    top: -100px;
}
@media screen and (max-width: 1400px) {
    .infoabhome .abvideo .imgabhomem::before{
        left: -110px;
        width: 380px;
        height: 380px;
    }
}
@media screen and (max-width: 1200px) {
    .abouthome .gripabhome{
        margin: 0 -20px;
    }
    .abouthome .gripabhome > div{
        padding: 0 20px;
    }
}
@media screen and (max-width: 991px) {
    .abouthome .gripabhome .coll{
        width: 100%;
        margin-bottom: 35px;
    }
    .abouthome .gripabhome .colr{
        width: 100%;
  
    }
    .abouthome .abtitle{
        max-width: 100%;
    }
    .abouthome .abtitle h2{
        font-size: 36px;
        line-height: 46px;
    }
    .infoabhome .abvideo .imgabhomem::before{
        display: none;
    }
    .infoabhome .abvideo{
        max-width: 650px;
        margin: 0 auto;
    }
    .infoabhome .abvideo .imgabhomem{
        max-width: calc(100% - 60px);
        margin: 0;
        padding: 0;
    }
    .infoabhome .imgabhomeh .jsimgh{
        max-width: calc(100% - 110px);
        margin-top: -100px;
    }
    .abouthome .abvideo a .playvideo{
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .abouthome .abvideo a .playvideo::after{
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px) {
    .abouthome .absolu::before{
        font-size: 55px;
    }
    .abouthome .absolu{
        font-size: 26px;
        line-height: 34px;
        padding-left: 30px;
    }
    .abouthome .abvideo a .playvideo{
        width: 75px;
        height: 75px;
    }
    .itemabtm .icon{
        width: 50px;
    }
    .itemabtm .decs{
        width: calc(100% - 50px);
        padding-left: 15px;
    }
    .itemabtm .decs h3{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    /*  */
    .itemcampany{
        margin-top: 0;
        margin-bottom: 30px;
    }
    .itemcampany > div{
        width: 100%;
    }
    .lstinfocampany .lstitemcamp{
        padding-left: 75px;
    }
    .cicletop, .ciclebot{
        margin: 0;
        margin-left: 10px;
        margin-bottom: 30px;
    }
    .lstinfocampany::before{
        transform: translateX(0);
        left: 31px;
    }
    .itemcampany:nth-child(odd) .decscam .year::before{
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #00a0e0;
        border-left: none;
        left: unset;
        right: 100%;
    }
    .itemcampany:nth-child(odd) .decscam .year::before{
        transform: unset;
        top: 50%;
        transform: translateY(-50%);
    }
    .itemcampany:last-child{
        margin-top: 0;
    }
    .itemcampany:last-child .decscam::after{
        left: -71px;
        transform: unset;
        top: 0px;
    }
    .itemcampany:last-child::before{
        content: '';
        width: 2px;
        background-color: #ffffff;
        top: 50px;
        bottom: 0;
        z-index: 1;
        position: absolute;
        left: 0;
    }
    .itemcampany:nth-child(odd) .decscam::before{
        left: -60px;
        right:  unset;
    }
}