.tab {
    border-bottom: 1px solid #E3E3E3;
    margin-top: 40px;
}

.tab__list {
    font-size: 0;
    text-align: center;
}

    .tab__list li {
        display: inline-block;
        padding: 0 35px;
    }

        .tab__list li a {
            color: #1C579B;
            display: block;
            font-size: 20px;
            line-height: 22px;
            font-weight: bold;
            padding: 0 10px 10px;
        }

        .tab__list li:hover a {
            color: #2883d6;
        }

        .tab__list li.active a {
            border-bottom: 1px solid #2A83E9;
            color: #2A83E9;
            position: relative;
        }

            .tab__list li.active a::before, .tab__list li.active a::after {
                content: '';
                position: absolute;
            }

            .tab__list li.active a::before {
                background-color: #2A83E9;
                bottom: -8px;
                height: 4px;
                width: 100%;
                left: 0;
            }

            .tab__list li.active a::after {
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid #2A83E9;
                bottom: -15px;
                left: calc(50% - 10px);
                height: 0;
                width: 0;
            }

.box01 {
    margin: 30px auto 0;
    max-width: 830px;
    padding: 0 15px;
}

    .box01 p, .box01 li {
        font-size: 16px;
        line-height: 22px;
        text-align: justify;
    }

        .box01 p span, .box01 li span {
            /*font-weight: bold;*/
        }

    .box01 ul {
        padding: 20px 0 0;
    }

        .box01 ul li {
            margin-bottom: 15px;
            padding-left: 12px;
            position: relative;
        }

            .box01 ul li::before {
                background-color: #333;
                border-radius: 50%;
                content: '';
                left: 0;
                position: absolute;
                top: 8px;
                height: 5px;
                width: 5px;
            }

.box02 {
    max-width: 830px;
    margin: 65px auto 0;
    padding: 0 15px;
}

.block {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 65px;
}

.block__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 15px 25px 20px;
}

.block .main-img {
    width: 240px;
    max-height: 195px;
    height: 195px;
    display: block;
    clip-path: polygon(25% 0%, 75% 0%, 100% 49%, 75% 100%, 25% 100%, 0% 50%);
}

    .block .main-img img {
        height: 195px;
    }

.block .main-text {
    text-align: justify;
    width: calc(100% - 240px);
}

.block .main-text-ct {
    background-color: #FFF;
    border-radius: 10px;
    padding: 15px;
}

.block .main-text p {
    font-size: 15px;
    line-height: 22px;
    display: initial;
}

    .block .main-text p span {
        font-weight: bold;
    }

.block .main-text-ct div .sitename {
    font-weight: bold;
}

.block.bigphone .main-text-ct div .sitename, .block.tgdd .main-text-ct div .sitename {
    color: #FF9D00;
}

.block.dmx .main-text-ct div .sitename {
    color: #008FE5;
}

.block.erablue .main-text-ct div .sitename {
    color: #008FE5;
}

.block.bluetronics .main-text-ct div .sitename {
    color: #008FE5;
}

.block.bhx .main-text-ct div .sitename, .block.kfarm .main-text-ct div .sitename {
    color: #007E42;
}

.block.ankhang .main-text-ct div .sitename {
    color: #007E42;
}

.block .main-text p span.yellow {
    color: #FF9D00;
}

.block .main-text p span.yellow-bp {
    color: #FFBA00;
}

.block .main-text p span.blue {
    color: #008FE5;
}

.block .main-text p span.green {
    color: #007E42;
}

.block .main-text p span.green-farm {
    color: #067354;
}

.block__number {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 15px 0;
}

    .block__number li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        padding: 0 35px;
        position: relative;
        text-align: center;
    }

        .block__number li::before {
            background-color: #CECECE;
            content: '';
            left: 0;
            position: absolute;
            top: 0;
            height: 100%;
            width: 1px;
        }

        .block__number li:first-child::before {
            display: none;
        }

    .block__number .li-txt {
        margin-left: 10px;
    }

    .block__number .txt01 {
        color: #FFF;
        font-size: 15px;
        line-height: 22px;
        font-weight: bold;
    }

    .block__number .txt02 {
        color: #FED62B;
        font-size: 11px;
        line-height: 14px;
        font-weight: bold;
        margin-top: 5px;
    }

.block__website {
    padding: 12px 0;
    text-align: center;
}

.block__website__item {
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    padding: 0 25px;
    position: relative;
}

    .block__website__item::before {
        background-color: #CECECE;
        content: '';
        left: 0;
        position: absolute;
        top: -5px;
        height: 25px;
        width: 1px;
    }

    .block__website__item:first-child::before {
        display: none;
    }

    .block__website__item:hover span {
        color: #2883d6;
    }

    .block__website__item span {
        color: #F0C33D;
        font-weight: bold;
    }

.block:nth-child(odd) .main-text {
    padding-left: 25px;
}

.block:nth-child(even) .main-text {
    padding-right: 25px;
}

.block.tgdd .block__top {
    background: url(/img/web/bg_tgdd.png) right bottom no-repeat;
    background-size: 556px 102px;
}

.block.tgdd .block__number, .block.tgdd .block__website {
    background-color: #131314;
}

.block.tgdd .block__number {
    border-bottom: 1px solid #9A9A9A;
}

.block.tgdd .main-text-ct {
    border: 1px dashed #FF9D00;
}

.block.dmx .block__top {
    background: url(/img/web/bg_dmx.png) left bottom no-repeat;
    background-size: 556px 102px;
}

.block.dmx .block__number {
    background-color: #3078AF;
    border-bottom: 1px solid #FFF;
}

.block.dmx .block__website {
    background-color: #0B4069;
}

.block.dmx .main-text-ct {
    border: 1px dashed #4A90E2;
}

.block.bluetronics .block__top {
    background: url(/img/web/bg_dmx.png) left bottom no-repeat;
    background-size: 556px 102px;
}

.block.bluetronics .block__number {
    background-color: #3078AF;
    border-bottom: 1px solid #FFF;
}

.block.bluetronics .block__website {
    background-color: #0B4069;
}

.block.bluetronics .main-text-ct {
    border: 1px dashed #4A90E2;
}


.block.bhx .block__top {
    background: url(/img/web/bg_bhx.png) right bottom no-repeat;
    background-size: 556px 102px;
}

.block.bhx .block__number {
    background-color: #297E56;
    border-bottom: 1px solid #E3E3E3;
}

.block.ankhang .block__number {
    background-color: #297E56;
    border-bottom: 1px solid #E3E3E3;
}

.block.bhx .block__website {
    background-color: #216947;
}

.block.bhx .main-text-ct {
    border: 1px dashed #007E42;
}

.block.bigphone .block__top {
    background: url(/img/web/bg_bigphone.png) left bottom no-repeat;
    background-size: 556px 102px;
}

.block.bigphone .block__website {
    background-color: #141310;
}

.block.bigphone .main-text-ct {
    border: 1px dashed #F2AF47;
}

.block.kfarm .block__top {
    background: url(/img/web/bg_4kfarm.png) right bottom no-repeat;
    background-size: 556px 102px;
}

.block.kfarm .block__website {
    background-color: #034D38;
}

.block.kfarm .main-text-ct {
    border: 1px dashed #067354;
}

.block.ankhang .block__top {
    background: url(/img/web/bg_ankhang@2x.png) left bottom no-repeat;
    background-size: 556px 102px;
}

.block.ankhang .block__website {
    background-color: #034D38;
}

.block.ankhang .main-text-ct {
    border: 1px dashed #067354;
}

.block.tantam .block__top {
    background: url(/img/web/bg_dmx.png) left bottom no-repeat;
    background-size: 556px 102px;
}

.block.tantam .block__number {
    background-color: #3078AF;
    border-bottom: 1px solid #FFF;
}

.block.tantam .block__website {
    background-color: #0B4069;
}

.block.tantam .main-text-ct {
    border: 1px dashed #4A90E2;
}

.block.avakids .block__top {
    background: url(/img/web/bg_avakids.png) right bottom no-repeat;
    background-size: 556px 102px;
}

.block.avakids .block__number {
    background: #df5e8f;
    border-bottom: 1px solid #FFF;
}

.block.avakids .block__website {
    background-color: #ed1164;
}

.block.avakids .main-text-ct {
    border: 1px dashed #ed1164;
}

.block.avasport .block__top {
    background: url(/img/web/bg_dmx.png) left bottom no-repeat;
    background-size: 556px 102px;
}

.block.avasport .block__number {
    background-color: #4f6dc1;
    border-bottom: 1px solid #FFF;
}

.block.avasport .block__website {
    background-color: #243a76;
}

.block.avasport .main-text-ct {
    border: 1px dashed #243a76;
}

.block.topzone .block__top {
    background: url(/img/web/bg_topzone.png) left bottom no-repeat;
    background-size: 556px 102px;
}

.block.topzone .block__number {
    background-color: #3e3e3f;
    border-bottom: 1px solid #FFF;
}

.block.topzone .block__website {
    background-color: #101010;
}

.block.topzone .main-text-ct {
    border: 1px dashed #4A90E2;
}

.block.erablue .block__top {
    background: url(/img/web/bg_erablue.png) right bottom no-repeat;
    background-size: 556px 102px;
}

.block.erablue .block__number {
    background-color: #3078AF;
    border-bottom: 1px solid #FFF;
}

.block.erablue .block__website {
    background-color: #0B4069;
}

.block.erablue .main-text-ct {
    border: 1px dashed #4A90E2;
}

.box03 {
    /*background-image: url("/img/web/bg_box3.png");
    background-size: cover;*/
    /*padding: 65px 0 45px;*/
}

    .box03 section {
        position: relative;
    }

.box03__title {
    color: #FFD15C;
    font-size: 24px;
    line-height: 18px;
    font-weight: bold;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}

    .box03__title i {
        display: block;
        margin-bottom: 10px;
    }

.box03__list {
    text-align: center;
}

    .box03__list li {
        background-color: #FCF1C8;
        border-radius: 8px;
        display: inline-block;
        max-width: 310px;
        min-height: 58px;
        margin-bottom: 60px;
        padding: 10px 15px;
        position: relative;
        vertical-align: middle;
    }

    .box03__list.en li:nth-child(5) {
        max-width: 350px !important;
    }

    .box03__list.en li:nth-child(4) p {
        padding: 0 !important;
    }

.box03.en .box03__title span {
    font-size: 20px;
}

@media only screen and (max-width: 1060px) {
    .box03__list li {
        max-width: 290px;
    }
}

.box03__list li:nth-child(1), .box03__list li:nth-child(5) {
    margin-right: 320px;
}

@media only screen and (max-width: 1120px) {
    .box03__list li:nth-child(1), .box03__list li:nth-child(5) {
        margin-right: 280px;
    }
}

@media only screen and (max-width: 1080px) {
    .box03__list li:nth-child(1), .box03__list li:nth-child(5) {
        margin-right: 250px;
    }
}

@media only screen and (max-width: 1060px) {
    .box03__list li:nth-child(1), .box03__list li:nth-child(5) {
        margin-right: 240px;
    }
}

.box03__list li:nth-child(3) {
    margin-right: 460px;
}

@media only screen and (max-width: 1120px) {
    .box03__list li:nth-child(3) {
        margin-right: 420px;
    }
}

@media only screen and (max-width: 1080px) {
    .box03__list li:nth-child(3) {
        margin-right: 390px;
    }
}

@media only screen and (max-width: 1060px) {
    .box03__list li:nth-child(3) {
        margin-right: 380px;
    }
}

.box03__list li:nth-child(4) p {
    padding: 10px 0;
}

.box03__list li::before, .box03__list li::after {
    border: 1px dashed #FCF1C8;
    content: '';
    position: absolute;
}

.box03__list li::before {
    top: 50%;
    transform: translateY(-50%);
    height: 0;
    width: 45px;
}

.box03__list li::after {
    width: 1px;
}

.box03__list li:nth-child(odd)::before {
    right: -45px;
}

.box03__list li:nth-child(even)::before {
    left: -45px;
}

.box03__list li:nth-child(1)::after {
    height: 75px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 36px;
    right: -76px;
}

.box03__list.en li:nth-child(1)::after {
    top: 27px;
    right: -74px;
}

@media only screen and (max-width: 1120px) {
    .box03__list li:nth-child(1)::after {
        height: 65px;
        top: 36px;
        right: -72px;
    }

    .box03__list.en li:nth-child(1)::after {
        top: 28px;
        right: -72px;
    }
}

@media only screen and (max-width: 1080px) {
    .box03__list li:nth-child(1)::after {
        height: 55px;
        top: 38px;
        right: -68px;
    }

    .box03__list.en li:nth-child(1)::after {
        top: 30px;
        right: -68px;
    }
}

@media only screen and (max-width: 1060px) {
    .box03__list li:nth-child(1)::after {
        height: 52px;
        top: 38px;
        right: -67px;
    }

    .box03__list.en li:nth-child(1)::after {
        top: 30px;
        right: -67px;
    }
}

.box03__list li:nth-child(2)::after {
    height: 75px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -75px;
    top: 44px;
}

@media only screen and (max-width: 1120px) {
    .box03__list li:nth-child(2)::after {
        height: 65px;
        left: -72px;
        top: 46px;
    }
}

@media only screen and (max-width: 1080px) {
    .box03__list li:nth-child(2)::after {
        height: 55px;
        left: -68px;
        top: 47px;
    }
}

@media only screen and (max-width: 1060px) {
    .box03__list li:nth-child(2)::after {
        height: 52px;
        left: -67px;
        top: 48px;
    }
}

.box03__list li:nth-child(3)::after {
    bottom: -1px;
    height: 113px;
    -webkit-transform: rotate(62deg);
    -moz-transform: rotate(62deg);
    -ms-transform: rotate(62deg);
    -o-transform: rotate(62deg);
    transform: rotate(62deg);
    right: -99px;
}

@media only screen and (max-width: 1120px) {
    .box03__list li:nth-child(3)::after {
        bottom: 5px;
        height: 90px;
        right: -89px;
    }
}

@media only screen and (max-width: 1080px) {
    .box03__list li:nth-child(3)::after {
        bottom: 9px;
        height: 75px;
        right: -83px;
    }
}

@media only screen and (max-width: 1060px) {
    .box03__list li:nth-child(3)::after {
        bottom: 10px;
        height: 70px;
        right: -80px;
    }
}

.box03__list li:nth-child(4)::after {
    bottom: -5px;
    height: 127px;
    left: -104px;
    -webkit-transform: rotate(-62deg);
    -moz-transform: rotate(-62deg);
    -ms-transform: rotate(-62deg);
    -o-transform: rotate(-62deg);
    transform: rotate(-62deg);
}

@media only screen and (max-width: 1120px) {
    .box03__list li:nth-child(4)::after {
        bottom: 2px;
        height: 105px;
        left: -96px;
    }
}

@media only screen and (max-width: 1080px) {
    .box03__list li:nth-child(4)::after {
        bottom: 5px;
        height: 90px;
        left: -88px;
    }
}

@media only screen and (max-width: 1060px) {
    .box03__list li:nth-child(4)::after {
        bottom: 8px;
        height: 80px;
        left: -84px;
    }
}

.box03__list li:nth-child(5)::after {
    bottom: 17px;
    height: 80px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -78px;
}

@media only screen and (max-width: 1120px) {
    .box03__list li:nth-child(5)::after {
        bottom: 18px;
        height: 70px;
        right: -74px;
    }
}

.box03__list li:nth-child(6)::after {
    bottom: 17px;
    height: 80px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -78px;
}

@media only screen and (max-width: 1120px) {
    .box03__list li:nth-child(6)::after {
        bottom: 19px;
        height: 70px;
        left: -74px;
    }
}

.box03__list li:nth-child(5), .box03__list li:nth-child(6) {
    margin-bottom: 0;
}

.box03__list p {
    font-size: 15px;
    line-height: 18px;
    text-align: justify;
}

@media only screen and (max-width: 1060px) {
    .box03__list p {
        font-size: 14px;
    }
}

.box03__list p span {
    font-weight: bold;
}

.box04 {
    padding: 20px 0 40px;
    text-align: center;
}

.box04__title {
    color: #2A83E9;
    font-size: 24px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.box04__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 40px auto 0;
    max-width: 900px;
    padding: 0 15px;
    position: relative;
}

    .box04__list::before {
        border: 1px dashed #000;
        content: '';
        left: 17px;
        position: absolute;
        top: 110px;
        height: 1px;
        width: calc(100% - 34px);
        z-index: -1;
    }

    .box04__list li {
        margin-left: 30px;
        padding: 0 40px;
        height: 220px;
        width: 270px;
    }

        .box04__list li:nth-child(1) {
            background: url(/img/web/bg_retail.png) no-repeat;
            background-size: 270px 220px;
            margin-left: 0;
        }

        .box04__list li:nth-child(2) {
            background: url(/img/web/bg_improve.png) no-repeat;
            background-size: 270px 220px;
        }

        .box04__list li:nth-child(3) {
            background: url(/img/web/bg_life.png) no-repeat;
            background-size: 270px 220px;
        }

        .box04__list li p {
            font-size: 15px;
            line-height: 20px;
        }

        .box04__list li i {
            margin: -35px 0 30px;
        }

.box04__txt {
    color: #FF9F2E;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    margin-top: 40px;
}

.box05 {
    background: url(/img/web/bg_value.png);
    background-size: cover;
    padding: 50px 0 45px;
}

    .box05 section {
        height: 390px;
        position: relative;
    }

.box05__title {
    border: 1px dashed #008FE5;
    border-radius: 50%;
    color: #FFCA67;
    display: table;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    left: 50%;
    position: absolute;
    padding: 8px;
    text-align: center;
    top: 60px;
    transform: translateX(-50%);
    height: 178px;
    width: 178px;
    text-transform: uppercase;
}

    .box05__title span {
        border: 1px solid #008FE5;
        background-color: rgba(0, 143, 229, 0.3);
        border-radius: 50%;
        display: table-cell;
        height: 160px;
        vertical-align: middle;
    }

.box05__list {
    text-align: center;
}

    .box05__list li {
        background-color: #008FE5;
        border-radius: 50px;
        display: inline-block;
        margin-bottom: 60px;
        position: absolute;
        padding: 21px 10px 21px 25px;
        vertical-align: middle;
    }

        .box05__list li::before, .box05__list li::after {
            border: 1px dashed #008FE5;
            content: '';
            position: absolute;
        }

        .box05__list li::before {
            top: 50%;
            transform: translateY(-50%);
            height: 0;
            width: 30px;
        }

        .box05__list li::after {
            width: 1px;
        }

        .box05__list li:nth-child(odd)::before {
            right: -40px;
        }

        .box05__list li:nth-child(even)::before {
            left: -40px;
        }

        .box05__list li:nth-child(1) {
            left: 140px;
            top: 0;
            width: 324px;
        }

    .box05__list.en li:nth-child(1) {
        left: 101px;
        top: 0;
        width: 366px;
    }

@media only screen and (max-width: 1200px) {
    .box05__list li:nth-child(1) {
        left: 120px;
    }
}

@media only screen and (max-width: 1140px) {
    .box05__list li:nth-child(1) {
        left: 90px;
    }
}

@media only screen and (max-width: 1100px) {
    .box05__list li:nth-child(1) {
        left: 70px;
    }
}

@media only screen and (max-width: 1024px) {
    .box05__list li:nth-child(1) {
        left: 45px;
    }
}

.box05__list li:nth-child(1)::after {
    height: 69px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
    right: -69px;
}

.box05__list li:nth-child(1) .li-nb {
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}

/*.box05__list li:nth-child(2) {
  padding-left: 75px;
  top: 0;
  right: 15px;
  width: 452px;
}*/

.box05__list li:nth-child(2) {
    padding-left: 90px;
    top: 0;
    right: 248px;
    width: 220px;
}

@media only screen and (max-width: 1200px) {
    .box05__list li:nth-child(2) {
        width: 190px;
    }
}

@media only screen and (max-width: 1140px) {
    .box05__list li:nth-child(2) {
        width: 214px;
        right: 200px;
    }
}

@media only screen and (max-width: 1100px) {
    .box05__list li:nth-child(2) {
        width: 196px;
        right: 200px;
    }
}

.box05__list li:nth-child(2)::after {
    height: 69px;
    left: -69px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
}

@media only screen and (max-width: 1024px) {
    .box05__list li:nth-child(2)::after {
        height: 48px;
        left: -60px;
        top: 23px;
    }
}

.box05__list li:nth-child(2) .li-nb {
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.box05__list li:nth-child(3) {
    left: 65px;
    top: 150px;
    width: 367px;
}

@media only screen and (max-width: 1200px) {
    .box05__list li:nth-child(3) {
        left: 45px;
    }
}

@media only screen and (max-width: 1140px) {
    .box05__list li:nth-child(3) {
        left: 15px;
    }
}

@media only screen and (max-width: 1100px) {
    .box05__list li:nth-child(3) {
        width: 345px;
    }
}

@media only screen and (max-width: 1024px) {
    .box05__list li:nth-child(3) {
        width: 310px;
    }
}

.box05__list li:nth-child(3) .li-nb {
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}

.box05__list li:nth-child(3)::after {
    bottom: 15px;
    height: 57px;
    -webkit-transform: rotate(62deg);
    -moz-transform: rotate(62deg);
    -ms-transform: rotate(62deg);
    -o-transform: rotate(62deg);
    transform: rotate(62deg);
    right: -69px;
}

.info__img img {
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    max-height: 120px;
    width: 120px;
}

.box05__list li:nth-child(4) {
    padding-left: 75px;
    right: -15px;
    top: 150px;
    width: 448px;
}

@media only screen and (max-width: 1280px) {
    .box05__list li:nth-child(4) {
        right: 0;
    }
}

@media only screen and (max-width: 1100px) {
    .box05__list li:nth-child(4) {
        width: 415px;
        right: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .box05__list li:nth-child(4) {
        width: 370px;
    }
}

.box05__list li:nth-child(4) .li-nb {
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1140px) {
    .box05__list li:nth-child(4)::before {
        left: -30px;
    }
}

@media only screen and (max-width: 1024px) {
    .box05__list li:nth-child(4)::before {
        left: -40px;
        width: 30px;
    }
}

.box05__list li:nth-child(4)::after {
    bottom: 15px;
    height: 57px;
    left: -68px;
    -webkit-transform: rotate(-62deg);
    -moz-transform: rotate(-62deg);
    -ms-transform: rotate(-62deg);
    -o-transform: rotate(-62deg);
    transform: rotate(-62deg);
}

@media only screen and (max-width: 1280px) {
    .box05__list li:nth-child(4)::after {
        bottom: 20px;
        height: 40px;
        left: -60px;
    }
}

@media only screen and (max-width: 1200px) {
    .box05__list li:nth-child(4)::after {
        bottom: 25px;
        height: 20px;
        left: -51px;
    }
}

@media only screen and (max-width: 1140px) {
    .box05__list li:nth-child(4)::after {
        display: none;
    }
}

.box05__list li:nth-child(5) {
    bottom: 0;
    margin-bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 303px;
}

    .box05__list li:nth-child(5) .li-txt {
        text-align: center;
    }

    .box05__list li:nth-child(5) .li-nb {
        left: 50%;
        top: -60px;
        transform: translateX(-50%);
    }

    .box05__list li:nth-child(5)::before {
        display: none;
    }

    .box05__list li:nth-child(5)::after {
        height: 30px;
        left: 50%;
        transform: translateX(-50%);
        top: -92px;
    }

.box05__list .li-txt {
    color: #FFF;
    font-size: 18px;
    line-height: 18px;
    text-align: justify;
}

@media only screen and (max-width: 1100px) {
    .box05__list .li-txt {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    .box05__list .li-txt {
        font-size: 15px;
    }
}

.box05__list .li-nb {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #191816;
    font-size: 32px;
    line-height: 60px;
    font-weight: bold;
    height: 78px;
    width: 78px;
    position: absolute;
    padding: 9px;
    text-align: center;
}

    .box05__list .li-nb span {
        background-color: #FFF;
        border-radius: 50%;
        display: block;
    }

.box-intro__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 95px;
}

.box-intro ul {
    line-height: 1.6em;
}

    .box-intro ul:last-child {
        margin-right: 0;
    }

    .box-intro ul li {
    }

    .box-intro ul:first-child .info {
        padding: 0 15px 0 6px;
    }

    .box-intro ul:last-child .info {
        padding: 0 6px 0 15px;
    }

.box-intro .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    top: -70px;
}

    .box-intro .info::before {
        background-color: #EEE;
        border-radius: 50px;
        content: '';
        left: 15px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 80px;
        width: calc(100% - 30px);
        z-index: -1;
    }

.box-intro .info__img {
    width: 138px;
    text-align: center;
}

.box-intro .info__txt {
    width: calc(100% - 138px);
}

.box-intro .info__txt--right {
    padding-left: 10px;
    text-align: left;
}

.box-intro .info__txt--left {
    padding-right: 10px;
    text-align: right;
}

.box-intro .txt-name {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

    .box-intro .txt-name b {
        font-size: 20px;
    }

    .box-intro .txt-name span {
        font-weight: normal;
        font-size: 18px;
    }

.box-intro .txt-position {
    color: #2A83E9;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
}

.box-intro .txt-p {
    font-style: italic;
    font-size: 15px;
    line-height: 22px;
}

.box-intro .content-p {
    margin-top: -65px;
    padding: 0 15px 20px;
    text-align: justify;
}

    .box-intro .content-p p {
        /* font-size: 15px;*/
        line-height: 21px;
    }

.box-intro-list--special {
    column-gap: 32px;
    row-gap: 40px;
}

    .box-intro-list--special .item-top {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 8px;
    }

    .box-intro-list--special .item-img {
        border-radius: 4px;
        width: 110px;
    }

        .box-intro-list--special .item-img img {
            border-radius: 4px;
        }

    .box-intro-list--special .item-ct {
        padding-left: 8px;
        width: calc(100% - 110px);
    }

.icon-vision {
    background-position: 0 -534px;
    width: 107px;
    height: 112px;
}

.box-intro-list--special .box-intro-info.item {
    border-bottom: 2px solid #2A83E9;
    padding: 24px 12px;
    width: calc(32.8% - 16px);
}

.wrap-special-item {
    width: 100%;
}

    .wrap-special-item .box-intro-info.item {
        margin: auto;
    }

.icon-top1 {
    background-position: -122px -534px;
    width: 32px;
    height: 23px;
}

.icon-customer {
    background-position: -164px -534px;
    width: 24px;
    height: 32px;
}

.icon-staff {
    background-position: -198px -534px;
    width: 32px;
    height: 28px;
}

.icon-social {
    background-position: -240px -534px;
    width: 30px;
    height: 30px;
}

.icon-integrity {
    background-position: -280px -534px;
    width: 32px;
    height: 32px;
}

section {
    display: block;
    width: 100%;
    max-width: 1230px;
    min-width: 1024px;
    margin: auto;
}

.vision-mwg {
    display: block;
    background-size: cover;
    margin: 15px 0 45px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

    .vision-mwg .division {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        width: 352px;
        height: 352px;
        border-radius: 50%;
        background-color: #FFD56B;
        margin-right: 30px;
    }

.division .logo-vision {
    display: block;
    overflow: hidden;
    margin: 40px auto 0;
}

    .division .logo-vision i {
        display: block;
        margin: auto;
    }

.division strong {
    display: block;
    color: #000;
    font-size: 27px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 0 0;
}

    .division strong b {
        font-size: 48px;
        border-bottom: 3px solid #fff;
        padding-bottom: 12px;
    }

.vision-mwg p {
    display: block;
    overflow: hidden;
    background-color: #FFD56B;
    text-align: center;
    color: #000;
    font-size: 24px;
    line-height: 28px;
    padding: 20px 24px 12px;
    margin-top: 8px;
    border-radius: 4px;
}

.vision-mwg ul {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

    .vision-mwg ul li {
        display: block;
        overflow: hidden;
        background-color: #FFFCED;
        border: 1px solid #2A83E9;
        margin: 30px 0 0;
        border-radius: 50px;
        text-align: left;
    }

        .vision-mwg ul li:nth-child(1) {
            width: 451px;
        }

        .vision-mwg ul li:nth-child(2) {
            border: 1px solid #3AAB47;
            width: 436px;
            margin-left: 60px;
        }

.vision-mwg.vision-en ul li:nth-child(2) {
    border: 1px solid #3AAB47;
    width: 487px;
    margin-left: 60px;
}

.vision-mwg ul li:nth-child(3) {
    border: 1px solid #EB8800;
    width: 423px;
    margin-left: 90px;
}

.vision-mwg ul li:nth-child(4) {
    border: 1px solid #4391DE;
    width: 436px;
    margin-left: 60px;
}

.vision-mwg ul li:nth-child(5) {
    border: 1px solid #E5700C;
    width: 451px;
}

.vision-mwg ul li .symbol-vision {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    border: 1px solid #2A83E9;
    margin: 5px;
    border-radius: 50%;
}

.vision-mwg ul li:nth-child(2) .symbol-vision {
    border: 1px solid #3AAB47;
}

.vision-mwg ul li:nth-child(3) .symbol-vision {
    border: 1px solid #EB8800;
}

.vision-mwg ul li:nth-child(4) .symbol-vision {
    border: 1px solid #4391DE;
}

.vision-mwg ul li:nth-child(5) .symbol-vision {
    border: 1px solid #E5700C;
}

ul li .symbol-vision i {
    display: block;
    margin: 13px auto;
}

ul li:nth-child(2) .symbol-vision i,
ul li:nth-child(5) .symbol-vision i {
    margin: 8px auto;
}

ul li:nth-child(3) .symbol-vision i {
    margin: 10px auto;
}

ul li:nth-child(4) .symbol-vision i {
    margin: 9px auto;
}

.vision-mwg li span {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 16px;
    color: #052857;
    width: 80%;
    line-height: 24px;
    text-align: left;
}

/*# sourceMappingURL=gioithieu.css.map */

.introduce-head {
    width: 100%;
    max-width: 1040px;
    margin: auto;
    text-align: center;
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .introduce-head h1 {
        color: #344054;
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
    }

    .introduce-head h2 {
        color: #344054;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.introduce-sologan {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.wrapper.video {
    width: auto;
    height: auto;
    position: relative;
}

    .wrapper.video .thumb {
        width: 800px;
        height: 450px;
    }

.item-head-first, .item-head-third {
    color: #2041A4;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: 40px;
}

.item-head-second {
    color: #2041A4;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 53px;
}

.introduce-link {
    color: #344054;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    border-radius: 16px;
    background: #F1F8FE;
    padding: 16px 64px;
}

    .introduce-link.active {
        background: #2A83E9;
        color: #fff;
    }

.intro-brand {
    padding: 24px;
    gap: 16px;
    display: flex;
    flex-direction: column;
}

    .intro-brand h1 {
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
        text-align: center;
    }

    .intro-brand h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
        text-transform: uppercase;
        text-align: center;
    }

.brand-item-img {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
    align-items: center;
    justify-content: center;
    justify-items: center;
    cursor: pointer;
}

    .brand-item-img .item {
        border-radius: 8px;
        transition: .3s all;
    }

        .brand-item-img .item:not(.active):hover {
            box-shadow: 0 4px 8px rgba(0, 0, 0, .4);
        }

    .brand-item-img > div.active {
        padding: 20px 49px;
        background-color: rgba(204, 231, 255, 1);
        border-radius: 8px 8px 0 0;
    }

    .brand-item-img img {
        width: 100%;
        max-width: 136px;
        max-height: 69px;
        height: auto;
    }

.line-item {
    width: 30%;
    height: 1px;
    background: #d0d5dd;
    display: block;
    margin: auto;
}

.intro-brand-info {
    display: none;
    padding: 24px 37px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

    .intro-brand-info.active {
        display: block;
        background-color: rgba(204, 231, 255, 1);
        margin-top: -1px;
    }

.box-intro-list {
    /*    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

    .box-intro-list .text-des {
        color: #475467;
        font-size: 14px;
        line-height: 21px;
        /*display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;*/
    }

.box-intro-info.item {
    /*box-shadow: 0 8px 18px -4px rgba(16, 24, 40, 0.10), 0 4px 8px -4px rgba(16, 24, 40, 0.04);*/
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 16px;
    position: relative;
    width: calc(25% - 12px);
}

.box-intro-info.item-pad {
    padding-bottom: 45px !important;
}

.box-intro-info.avatar {
    /*    border-radius: 8px;
    background: linear-gradient(180deg, #BABABC 0%, #ADABAB 49.04%, #797979 100%);
    padding: 16px 69.758px 0 70px;*/
    margin: auto
}

.box-intro-info.title {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
}

    .box-intro-info.title .txt-p {
        color: #2A83E9;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        text-transform: uppercase;
    }

.box-intro-info.title {
    margin-top: 8px;
}

.box-intro-info.description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    color: #475467;
    margin-top: 8px;
}

.btn-close-popup {
    width: 20px;
    height: 20px;
    position: sticky;
    left: 100%;
    cursor: pointer;
    top: 5px;
    padding: 10px;
    z-index: 1;
}

    .btn-close-popup::before,
    .btn-close-popup::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 18px;
        height: 2px;
        background: #9aa3b0; /* màu xám giống hình */
        transform-origin: center;
    }

    .btn-close-popup::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .btn-close-popup::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }


.background-intro-info {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: #333;
    opacity: .3;
    display: none;
}

.popup-intro-info {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999001;
    display: flex;
    max-height: 600px;
    width: 600px;
    transform: translate(-50%, -50%);
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    display: none;
    word-break: break-word;
    overflow-wrap: break-word;
}

    .popup-intro-info * {
        max-width: 100%;
    }

    .popup-intro-info p,
    .popup-intro-info li {
        font: 14px / 20px "Be Vietnam Pro", sans-serif !important;
        text-align: left !important;
    }

        .popup-intro-info p span {
            font-size: 14px !important;
        }


    .popup-intro-info li {
        list-style-type: disc;
    }

    .popup-intro-info ul {
        padding-left: 20px;
        margin: 8px 0;
    }

        .popup-intro-info ul ul {
            margin-top: 6px;
        }

            .popup-intro-info ul ul li {
                list-style-type: circle;
            }

.box-popup-info.item {
    display: flex;
    gap: 20px;
    padding: 16px 16px 0 16px;
}

.box-popup-info.box-wrapper, .box-popup-info.title {
    width: 50%;
}

    .box-popup-info.title .txt-p {
        color: #2a83e9;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        text-transform: uppercase;
    }

.box-popup-info.title {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-play {
    width: 88px;
    height: 58px;
    background: #ff0000;
    border-radius: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

    .btn-play::before {
        content: "";
        border-style: solid;
        border-width: 12px 0 12px 20px;
        border-color: transparent transparent transparent #ffffff;
        margin-left: 4px;
    }

    .btn-play:hover {
        background: #e50000;
        transform: translate(-50%, -50%) scale(1.05);
    }

.brand-img img {
    width: 530px;
    height: auto;
}

.section-mwg {
    display: flex;
    padding: 0 345px 0 360px;
    align-items: center;
    gap: 47px;
    background-color: #1d2939;
    flex-direction: row;
    min-height: 600px;
    justify-content: center;
}

    .section-mwg .box-mwg-info {
        display: flex;
        gap: 16px;
        flex-direction: column;
        min-width: 568px;
    }

    .section-mwg .box-mwg-img {
        min-width: 600px;
        display: block;
    }

.btn-readmore {
    color: #2a83e9;
    bottom: 16px;
    position: absolute;
    left: 16px;
}

    .btn-readmore > div {
        position: relative;
    }

        .btn-readmore > div::before {
            background-color: #2a83e9;
            bottom: 0;
            content: '';
            position: absolute;
            height: 1px;
            left: 0;
            width: 0;
            transition: .3s;
        }

    .btn-readmore:hover > div::before {
        width: 100%;
    }

.showtab {
    background-color: #F9FAFB;
    padding-bottom: 55px;
}

.box-intro-tab {
    column-gap: 24px;
    display: flex;
    justify-content: center;
    padding: 24px 0;
}

    .box-intro-tab li {
        background-color: #F1F8FE;
        border: 1px solid #bbddfd;
        border-radius: 64px;
        color: #44A1FA;
        cursor: pointer;
        font-size: 16px;
        padding: 8px 24px;
        transition: .3s all;
    }

        .box-intro-tab li.active {
            background-color: #2A83E9;
            border-color: #2A83E9;
            box-shadow: 0px 2px 6px -2px rgba(16, 24, 40, 0.06), 0px 4px 12px -2px rgba(16, 24, 40, 0.12);
            color: #FFF;
            font-weight: bold;
        }

        .box-intro-tab li:hover {
            box-shadow: 0px 2px 6px -2px rgba(16, 24, 40, 0.06), 0px 4px 12px -2px rgba(16, 24, 40, 0.12);
        }

    .box-intro-tab .item-highlight {
        border-color: #64B2FA;
        background: #DAEDFF;
        color: #2041A4;
    }

.intro-tabcontent {
    display: none;
}

    .intro-tabcontent.showcontent {
        display: block;
    }
