/* =====all===== */
.thecontab{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

/* =====all===== */

/* =====box 1====== */

.blaboutone{
    margin-bottom: 30px;
}
.hpaboutonea .gronea{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.hpaboutonea .gronea > div{
    padding: 0 30px;
    width: 50%;
}
.hpaboutonea .thumb img{
    width: 100%;
}
.hpaboutonea .decs{
    padding-top: 20px;
    border-top: 2px solid #000000;
}
.hpaboutonea .dstitle{
    margin-bottom: 10px;
}
.hpaboutonea .dstitle, .hpaboutonea .dstitle h2{
    color: #333333;
    font-size: 40px;
    line-height: 55px;
    font-weight: bold;
    text-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
}
.hpaboutonea .dstend{
    font-size: 16px;
    line-height: 24px;
}
.hpaboutoneb{
    position: relative;
}
.hpaboutoneb a{
    display: block;
}
.hpaboutoneb a img{
    width: 100%;
}
.hpaboutoneb .playvideo{
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}
/* =====box 1====== */

/* =====box 2====== */
.hpblockcb{
    position: relative;
    margin-bottom: 40px;
}
.hpblockcb .grcb{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -15px;
}
.hpblockcb .grcb > div{
    padding: 0 15px;
    width: 33.3333%;
}
.hpblockcb .grcicle{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0 -10px;
}
.hpblockcb .grcicle > div{
    padding: 0 10px;
}
.beitemciclen{
    width: 148px;
    height: 148px;
    background-color: #fff;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}
.beitemciclen .juscen{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100%;
    background-color: #fff5f1;
    position: relative;
    padding: 10px 15px;
}
.beitemciclen::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: pulse-border 2000ms linear infinite;
    animation: pulse-border 2000ms linear infinite;
    transition: all 0.2s linear;
    z-index: -2;
}
@keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.6);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.6);
        opacity: 0;
    }
}
.beitemciclen::after{
    content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    pointer-events: none;
    background-color: #fff;
    z-index: -1;
    border-radius: 100%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05)
}
.beitemciclen .num{
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.beitemciclen .num span{
    position: relative;
    letter-spacing: -1px;
}
.beitemciclen .num .plus{
    margin-left: -7px;
    display: inline-block;
    position: relative;
}
.beitemciclen .txt{
    font-size: 15px;
    line-height: 23px;
}

.beitemciclel{
    width: 260px;
    height: 260px;
    margin: 0 auto;
    border: 10px solid #fff;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}
.beitemciclel .juscen{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-align: center;
    border-radius: 100%;
    background-color: #fff5f1;
    position: relative;
}
.beitemciclel::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: pulse-border 2000ms linear infinite;
    animation: pulse-border 2000ms linear infinite;
    transition: all 0.2s linear;
    z-index: -2; 
}
.beitemciclel::after{
    content: "";
    position: absolute;
    left: -40px;
    top: -40px;
    right: -40px;
    bottom: -40px;
    box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    z-index: -1;
    border-radius: 100%;
}
.beitemciclel a{
    color: #fff;
}
.beitemciclel .year{
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
}
.beitemciclel .txt{
    font-size: 25px;
    line-height: 37px;
    text-transform: uppercase;
}
.blabouttwo{
    padding-top: 40px;
    padding-bottom: 125px;
    position: relative;
    z-index: 1;
}
.blabouttwo::before{
    content: '';
    position: absolute;
    left: 0;
    top: 175px;
    width: 100%;
    bottom: 0;
    background-color: #fff5f1;
    z-index: -1;
    pointer-events: none;
}
.beitemah{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: 25px;
}
.beitemah > div{
    padding: 0 15px;
}
.beitemah .lcol{
    width: 50%;
}
.beitemah .rcol{
    width: 50%;
}
.beitemah:nth-child(even) .lcol{
    order: 2;
}
.beitemah:last-child{
    margin-bottom: 0;
}
.beitemah .thumb{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.beitemah .thumb img{
    width: 100%;
    opacity: 0;
}
.beitemah .decs{
    height: 100%;
    padding: 20px 30px 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #fff;
}
.beitemah .dswrap{
    max-width: 490px;
    margin: 0 auto;
}
.beitemah .dstitle{
    margin-bottom: 5px;
}
.beitemah .dstitle, .beitemah .dstitle h3{
    font-size: 25px;
    line-height: 37px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}
.beitemah .dstend{
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}
/* =====box 2====== */

/* =====box 3====== */
.thecoreab .grcore{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.thecoreab .grcore > div{
    padding: 0 15px;
    width: 33.33333%;
    margin-bottom: 10px;
}
.itemcorevl{
    height: 100%;
    text-align: center;
    padding: 40px 40px 50px;
    border: 1px solid #000000;
}
.itemcorevl .icon{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.itemcorevl .icon img{
    max-height: 100%;
    max-width: 100%;
}
.itemcorevl .title{
    margin-bottom: 10px;
}
.itemcorevl .title, .itemcorevl .title h3{
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333333;
}
.itemcorevl .tend{
    font-size: 16px;
    line-height: 24px;
}
/* =====box 3====== */

/* =====box 4====== */
.vhaboutfora{
    padding: 70px 90px 80px 70px;
    background-color: #fff5f1;
    margin-bottom: 35px;
}
.vhaboutfora .grfora{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.vhaboutfora .grfora .ccol{
    width: 50%;
}
.vhaboutfora .grfora .rcol{
    width: 50%;
}
.vhaboutfora .decsa{
    text-align: center;
    padding: 0 20px;
    padding-top: 40px;
    position: relative;
}
.vhaboutfora .decsa::before{
    content: '+';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 48px;
}
.vhaboutfora .dstitle{
    margin-bottom: 5px;
}
.vhaboutfora .dstitle, .vhaboutfora .dstitle h2{
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
}
.vhaboutfora .dstend{
    color: #7dc0b5;
}
.vhaboutfora .thumba{
    padding: 20px 65px 0 20px;
    position: relative;
    z-index: 1;
}
.vhaboutfora .thumba::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    right: 90px;
    bottom: 20px;
    border: 1px solid #fff;
    z-index: -1;
    pointer-events: none;
}
.vhaboutfora .thumba img{
    width: 100%;
}
.vhaboutfora .capta{
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 23px;   
}
.vhaboutfora .titlea{
    margin-bottom: 15px;
}
.vhaboutfora .titlea, .vhaboutfora .titlea h3{
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
}
.vhaboutfora .quotea{
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding-left: 30px;
}
.vhaboutfora .quotea::before{
    content: '“';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    pointer-events: none;
}
.vhaboutforb .grforb{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.vhaboutforb .grforb > div{
    padding: 0 15px;
    width: 25%;
    margin-bottom: 30px;
}
.hpaboutforb .thumb{
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
}
.hpaboutforb .thumb img{
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 100%;
}
.hpaboutforb .decs{
    text-align: center;
}
.hpaboutforb .dstitle, .hpaboutforb .dstitle h3{
    font-size: 18px;
    line-height: 27px;
}
.hpaboutforb .dstend{
    color: #666666;
}
/* =====box 4====== */

/* =====box 5====== */
.blaboutsix {
    padding: 0 15px;
}
.vhaboutsix .inner{
    max-width: 770px;
    margin: 0 auto;
}
.vhaboutsix .grsix{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.vhaboutsix .grsix > div{
    padding: 0 15px;
    width: 25%;
}
.hpaboutsix a{
    background-color: #fff;
}
/* =====box 5====== */

@media all and (max-width: 1200px){
    .blabouttwo::before{
        top: 160px;
    }
    .hpblockcb .grcb > div{
        width: 35%;
    }
    .hpblockcb .grcb .colc{
        width: 30%;
    }
    .beitemciclel{
        width: 220px;
        height: 220px;
    }
    .beitemciclen{
        width: 130px;
        height: 130px;
    }
}
@media all and (max-width: 991px){
    .vhabouttab.fixed{
        margin-top: -30px;
    }
    /* =====box 1====== */
    .hpaboutonea{
        margin-bottom: 30px;
    }
    .hpaboutonea .gronea{
        margin: 0 -10px;
    }
    .hpaboutonea .gronea > div{
        padding: 0 10px;
    }
    .hpaboutonea .dstitle, .hpaboutonea .dstitle h2{
        font-size: 22px;
        line-height: 33px;
    }
    .hpaboutonea .dstend{
        font-size: 14px;
        line-height: 22px;
    }
    /* =====box 1====== */
    
    /* =====box 2====== */
    .hpblockcb{
        margin-bottom: 0;
    }
    .hpblockcb .grcb{
        margin: 0 -15px;
    }
    .hpblockcb .grcb> div{
        padding: 0 15px;
    }
    .hpblockcb .grcb .colc{
        width: 100%;
        order: 1;
        margin-bottom: 60px;
    }
    .hpblockcb .grcb .coll{
        width: 50%;
        order: 2;
    }
    .hpblockcb .grcb .colr{
        width: 50%;
        order: 3;
    }
    .hpblockcb .grcicle{
        margin: 0;
    }
    .hpblockcb .grcicle > div{
        padding: 0 15px;
        margin-bottom: 50px;
    }
    .beitemah .dstitle, .beitemah .dstitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .beitemah .dstend{
        text-align: justify;
        font-size: 14px;
        line-height: 22px;
    }
    .beitemah .rcol, .beitemah .lcol{
        width: 100%;
    }
    .beitemah .rcol{
        margin-bottom: 10px;
    }
    .beitemah:nth-child(even) .lcol, .beitemah:nth-child(even) .rcol{
        width: 100%;
    }
    .beitemah{
        flex-direction: column-reverse;
    }
    .beitemah:nth-child(even) .lcol{
        order: unset;
    }
    .beitemah .dswrap{
        max-width: 100%;
    }
    .hpblockcb .colr .hpcontitem .grcicle > div{
        margin-bottom: 30px;
    }
    .blabouttwo{
        padding-bottom: 50px;
    }
    /* =====box 2====== */
    
    /* =====box 3====== */
    .thecoreab .grcore{
        margin: 0 -10px;
    }
    .thecoreab .grcore > div{
        padding: 0 10px;
    }
    .itemcorevl{
        padding: 30px 20px 30px;
    }
    .itemcorevl .title, .itemcorevl .title h3{
        font-size: 16px;
        line-height: 24px;
    }
    .itemcorevl .tend{
        font-size: 14px;
        line-height: 22px;
    }
    /* =====box 3====== */
    
    /* =====box 4====== */
    .vhaboutfora{
        padding: 20px 20px 30px;
        margin-bottom: 20px;
    }
    .vhaboutfora .grfora .lcol{
        width: 100%;
        margin-bottom: 15px;
    }
    .vhaboutfora .grfora .ccol{
        width: calc(50% + 30px);
    }
    .vhaboutfora .grfora .rcol{
        width: calc(50% - 30px);
    }
    .vhaboutfora .decsa{
        padding: 0;
    }
    .vhaboutfora .quotea{
        max-width: 100%;
    }
    .vhaboutfora .decsa::before{
        display: none;
    }
    .vhaboutforb .grforb{
        margin: 0 -10px;
    }
    .vhaboutforb .grforb > div{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .hpaboutforb .dstitle, .hpaboutforb .dstitle h3{
        font-size: 16px;
        line-height: 24px;
    }
    .hpaboutforb .dstend{
        font-size: 13px;
        line-height: 21px;
    }

    .vhaboutfora .thumba{
        padding: 20px 30px 0 20px;
    }
    .vhaboutfora .titlea, .vhaboutfora .titlea h3{
        font-size: 25px;
        line-height: 37px;
    }
    /* =====box 4====== */

    /* =====box 5====== */
    .vhaboutsix .grsix{
        margin: 0 -10px;
    }
    .vhaboutsix .grsix > div{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    /* =====box 5====== */

}
@media all and (max-width: 767px){
    /* =====box 1====== */
    .hpaboutonea .gronea{
        flex-direction: column-reverse;
    }
    .hpaboutonea .gronea > div{
        width: 100%;
    }
    .hpaboutonea .gronea > .rcol{
        margin-bottom: 30px;
    }
    .hpaboutoneb .playvideo{
        width: 50px;
        height: 50px;
    }
    /* =====box 1====== */

    /* =====box 2====== */
    .hpblockcb .grcb .coll{
        width: 100%;
        margin-bottom: 0px;
    }
    .hpblockcb .grcb .colr{
        width: 100%;
    }
    .hpblockcb .hpcontitem{

    }
    .thecoreab .grcore > div{
        width: 100%;
        margin-bottom: 15px;
    }
    .itemcorevl .title, .itemcorevl .title h3{
        font-size: 16px;
        line-height: 24px;
    }
    .itemcorevl .tend{
        font-size: 14px;
        line-height: 22px;
    }
    .thevimisson{
        padding: 25px 0 35px;
    }
    .vsdecsab .dsitem .iname, .vsdecsab .dsitem .iname h3{
        font-size: 20px;
        line-height: 30px;
    }
    .vsdecsab .dsitem .itend{
        font-size: 14px;
        line-height: 22px;
    }
    .vsdecsab .dsitem{
        padding: 15px;
    }
    .vsdecsab .dslogo{
        max-width: 210px;
        margin-bottom: 20px;
    }
    /* =====box 2====== */

    /* =====box 4====== */
    .vhaboutfora .grfora .ccol{
        width: 100%;
        margin-bottom: 20px;
    }
    .vhaboutfora .grfora .rcol{
        width: 100%;
    }
    .vhaboutforb .grforb > div{
        width: 50%;
    }
    .vhaboutfora .dstitle, .vhaboutfora .dstitle h2{
        font-size: 22px;
        line-height: 34px;
    }
    .vhaboutfora .thumba{
        padding: 20px 0px 0px 20px;
    }
    .vhaboutfora .thumba::before{
        left: 0px;
        right: 20px;
        bottom: 20px;
    }
    .vhaboutfora .quotea{
        font-size: 15px;
        line-height: 23px;
    }
    .vhaboutfora .titlea, .vhaboutfora .titlea h3{
        font-size: 25px;
        line-height: 37px;
    }
    /* =====box 4====== */

    /* =====box 5====== */
    .vhaboutsix .grsix > div{
        width: 50%;
    }
    /* =====box 5====== */
}
@media all and (max-width: 370px){
    .hpblockcb{
        margin-bottom: 10px;
    }
    .hpblockcb .grcicle{
        margin: 0 -10px;
    }
    .hpblockcb .grcicle > div{
        width: 50%;
        padding: 0 10px;
    }
    .beitemciclen{
        width: 120px;
        height: 120px;
        margin: 0 auto;
    }
    .beitemciclen .num{
        font-size: 25px;
        line-height: 25px;
    }
    .beitemciclen .juscen{
        padding: 10px;
    }
}