/* <=== bannerhome ===> */
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.slbannerhh .banvdimg .bg, .slbannerhh .banvdimg video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slbannerhh .banvdimg .bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate;
}
@-webkit-keyframes immortalkenburns{
    0%{-webkit-transform:scale(1.2);-webkit-transition:-webkit-transform 20000ms linear 0ms}
    100%{-webkit-transform:scale(1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
}
@-moz-keyframes immortalkenburns{
    0%{-moz-transform:scale(1.2);-moz-transition:-moz-transform 20000ms linear 0ms}
    100%{-moz-transform:scale(1);-moz-transition:-moz-transform 20000ms linear 0ms}
}
@-ms-keyframes immortalkenburns{
    0%{-ms-transform:scale(1.2);-ms-transition:-ms-transform 20000ms linear 0ms}
    100%{-ms-transform:scale(1);-ms-transition:-ms-transform 20000ms linear 0ms}
}
@-o-keyframes immortalkenburns{
    0%{-o-transform:scale(1.2);-o-transition:-o-transform 20000ms linear 0ms}
    100%{-o-transform:scale(1);-o-transition:-o-transform 20000ms linear 0ms}
}
@keyframes immortalkenburns{
    0%{transform:scale(1.2);transition:transform 20000ms linear 0ms}
    100%{transform:scale(1);transition:transform 20000ms linear 0ms}
}
.slbannerhh .banvdimg .bg img{
    display: none;
}
.slbannerhh .banvdimg video{
    object-fit: cover;
}
.slbannerhh .bancapts{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 100%;
    pointer-events: none;
    padding: 30px 0 85px;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    overflow: hidden;
}
.slbannerhh .bancapts::before{
    content: '';
    position: absolute;
    top: 20%;
    height: 100%;
    left: 0;
    width: 90%;
    background-image: url('../images/bnback.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 1;
    pointer-events: none;
}
.slbannerhh .bancapts > div{
    width: 100%;
}
.slbannerhh .csinner{
    pointer-events: auto;
    position: relative;
    z-index: 2;
}
.slbannerhh .slick-current .csinner{
    opacity: 1;
    transform: unset;
}
.slbannerhh .cstitle{
    transform: translateX(100px);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .cstends{
    transform: translateX(120px);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .slick-current .cstitle{
    opacity: 1;
    transform: unset;
    -webkit-transition: 0.7s 0.7s;
    -o-transition: 0.7s 0.7s;
    transition: 0.7s 0.7s;
}
.slbannerhh .cstitle{
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    line-height: 60px;
}
/* <=== bannerhome ===> */

/* <=== aainfohome ===> */
.aainfohome{
    padding: 40px 0 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.aainfohome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #006eba;
    opacity: 0.8;
    pointer-events: none;
    z-index: -1;
}
.aainfohome, .aainfohome a{
    color: #fff;
}
.hpaainfohh .hhtitle{
    text-align: center;
    margin-bottom: 10px;
}
.hpaainfohh .hhtitle, .hpaainfohh .hhtitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
}
.hpaainfohh .hhcapts{
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 35px;
}
.tpaainfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -10px;
}
.tpaainfohh .hhgrip > div{
    padding: 0 10px;
}
.tpaainfohh .hhgrip .hcol{
    width: 593px;
}
.tpaainfohh .hhgrip .mcol{
    width: calc((100% - 593px) / 2);
}
.tpaainfohb{
    width: 450px;
    height: 450px;
    margin: 0 auto;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 49px;
    position: relative;
}
.tpaainfohb::before{
    content: '';
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    pointer-events: none;
}
.tpaainfohb .hbthumb{
    background-color: #fff;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    animation: pulse_toa 2s infinite;
}
.itaainfoha{
    margin-bottom: 115px;
}
.itaainfoha:last-child{
    margin-bottom: 0;
}
.itaainfoha .hagrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -16px;
}
.itaainfoha .hagrip > div{
    padding: 0 16px;
}
.itaainfoha .hagrip .xcol{
    width: 107px;
}
.itaainfoha .hagrip .ycol{
    width: calc(100% - 107px);
}
.itaainfoha .haicon{
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 100%;
    animation: pulse_toa 2s infinite;
}
.itaainfoha .haicon img{
    max-width: 80%;
    max-height: 80%;
}
.itaainfoha .hadecs{
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
}
.tpaainfohh .hhgrip > div:nth-child(1) .itaainfoha .hagrip .xcol{
    order: 2;
}
.tpaainfohh .hhgrip > div:nth-child(1) .itaainfoha .hadecs{
    text-align: right;
}
/* <=== aainfohome ===> */

/* <=== bbinfohome ===> */
.bbinfohome{
    background-image: url('../images/bbback.jpg');
    background-position: top left;
    background-repeat: repeat;
    position: relative;
    z-index: 1;
}
.bbinfohome::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('../images/bbbackm.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
}
.hpbbinfohh{
    padding: 40px 0 65px;
    position: relative;
}
.hpbbinfoha{
    position: relative;
    z-index: 1;
}
.hpbbinfoha::before{
    content: '';
    position: absolute;
    left: 0;
    top: 55px;
    width: 135px;
    height: 176px;
    z-index: -1;
    background-image: url('../images/bbicon1.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
}
.hpbbinfoha::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 167px;
    height: 418px;
    z-index: -1;
    background-image: url('../images/bbicon2.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
}
.tpbbinfoha{
    position: relative;
}
.tpbbinfoha::before{
    content: '';
    position: absolute;
    bottom: -65px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.12);
    pointer-events: none;
}
.hpbbinfohh .hhtitle{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.hpbbinfohh .hhtitle.vmargin{
    margin-bottom: 40px;
}
.hpbbinfohh .hhtitle .ticon{
    width: 50px;
    min-width: 50px;
    margin-right: 25px;
}
.hpbbinfohh .hhtitle, .hpbbinfohh .hhtitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
}
.hpbbinfohh .hhtitle, .hpbbinfohh .hhtitle a{
    color: #006eba;
}
.tpbbinfoha .hhcapts{
    max-width: 870px;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.tpbbinfoha .hagrip{
    display: flex;
    flex-wrap: wrap;
}
.tpbbinfoha .hagrip > div{
    width: 25%;
}
.itbbinfoha{
    position: relative;
}
.itbbinfoha .thumb a{
    display: block;
    padding-top: 155.04%;
    position: relative;
    overflow: hidden;
}
.itbbinfoha .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itbbinfoha:hover .thumb a img{
    transform: scale(1.05);
}
.itbbinfoha .decss{
    position: absolute;
    top: calc(100% - 25px);
    left: 25px;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    pointer-events: none;
}
.itbbinfoha .dstitle{
    text-transform: uppercase;
}
.itbbinfoha .dstitle, .itbbinfoha .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.itbbinfoha .dstitle, .itbbinfoha .dstitle a{
    color: #fff;
}
.tpbbinfohb .ctlist{
    margin-bottom: 5px;
}
.tpbbinfohb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpbbinfohb .hbgrip > div{
    padding: 0 15px;
    width: 25%;
    margin-bottom: 40px;
}
.hpbbinfohb{
    position: relative;
    z-index: 1;
}
.hpbbinfohb::before{
    content: '';
    position: absolute;
    left: 0;
    top: -60px;
    width: 169px;
    height: 381px;
    z-index: -1;
    background-image: url("../images/bbicon3.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
}
.hpbbinfohb::after{
    content: '';
    position: absolute;
    right: 0;
    top: -70px;
    width: 145px;
    height: 190px;
    z-index: -1;
    background-image: url("../images/bbicon4.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
}
/* <=== bbinfohome ===> */

/* <=== ccinfohome ===> */
.ccinfohome{
    background-image: url("../images/bbback.jpg");
    background-position: top left;
    background-repeat: repeat;
    position: relative;
    z-index: 1;
}
.hpccinfohh .hhtitle{
    background-image: url('../images/cctitle.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 15px 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.hpccinfohh .hhtitle, .hpccinfohh .hhtitle a{
    color: #fff;
}
.hpccinfohh .hhtitle::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.65;
    z-index: -1;
    pointer-events: none;
}
.hpccinfohh .hhtitle, .hpccinfohh .hhtitle h2{
    font-size: 35px;
    line-height: 50px;
    font-weight: bold;
}
.tpccinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
}
.tpccinfohh .hhgrip .mcol{
    width: 46.528%;
}
.tpccinfohh .hhgrip .hcol{
    width: calc(100% - 46.528%);
}
.hpccinfohh:nth-child(even) .tpccinfohh .hhgrip .mcol{
    order: 2;
}
.hpccinfohh:nth-child(even) .tpccinfohb::before{
    left: 0;
    right: unset;
    background-image: url("../images/ccbackh.png");
}
.tpccinfohb{
    padding: 50px 75px 5px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.tpccinfohb > div{
    width: 100%;
}
.tpccinfohb::before{
    content: '';
    position: absolute;
    right: 0;
    width: 167px;
    height: 418px;
    background-image: url('../images/ccbackm.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    pointer-events: none;
    bottom: 10%;
}
.tpccinfohb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.tpccinfohb .hbgrip > div{
    padding: 0 30px;
    width: 50%;
    margin-bottom: 40px;
}
.tpccinfoha{
    height: 100%;
}
.tpccinfoha .hathumb{
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.tpccinfoha .hathumb img{
    width: 100%;
}
/* <=== ccinfohome ===> */

/* <=== ddinfohome ===> */
.ddinfohome{
    padding: 60px 0 75px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.ddinfohome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.85;
    z-index: -1;
    pointer-events: none;
}
.hpddinfohh .hhtitle{
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.hpddinfohh .hhtitle .ticon{
    width: 50px;
    min-width: 50px;
    margin-right: 25px;
}
.hpddinfohh .hhtitle, .hpddinfohh .hhtitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
}
.hpddinfohh .hhtitle, .hpddinfohh .hhtitle a{
    color: #006eba;
}
.slddinfohh .slick-arrow{
    top: calc(50% + 30px);
}
.itddinfohh{
    position: relative;
    padding: 0 38px 25px 40px;
    z-index: 1;
}
.itddinfohh::before{
    content: '';
    position: absolute;
    top: 55px;
    width: 100%;
    left: 0;
    border-radius: 15px;
    background-color: #fff;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
}
.itddinfohh .thumb{
    width: 78px;
    height: 78px;
    border: 2px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-bottom: 12px;
}
.itddinfohh .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itddinfohh .dsconts{
    color: #555555;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    height: calc(24px * 7);
    overflow-y: auto;
    text-align: justify;
}
.itddinfohh .dsconts::-webkit-scrollbar{
    width: 4px;
    background-color: #F5F5F5;
}
.itddinfohh .dsconts::-webkit-scrollbar-thumb {
    background-color: #006eba;
    border-radius: 25px;
}
.itddinfohh .dsinfos .iname{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}
.itddinfohh .dsinfos .ichuc{
    color: #999999;
    font-size: 14px;
    line-height: 22px;
}
/* <=== ddinfohome ===> */

/* <=== eeinfohome ===> */
.eeinfohome{
    padding: 70px 10px;
    position: relative;
    z-index: 1;
    background-image: url('../images/bbback.jpg');
    background-position: center;
    background-repeat: repeat;
    overflow: hidden;
}
.eeinfohome::before{
    content: '';
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url("../images/bbbackm.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
}
.hpeeinfohh .hhtitle{
    margin-bottom: 25px;
    text-align: right;
}
.hpeeinfohh .hhtitle .ttinfo{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.tpeeinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
}
.tpeeinfohh .hhgrip > div{
    width: calc(100% / 6);
}
.iteeinfohh a{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.iteeinfohh a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.iteeinfohh:hover a img{
    transform: scale(1.05);
}
/* <=== eeinfohome ===> */

@media all and (min-width: 992px){
    .itproducts{
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .itproducts:hover{
        transform: translateY(-2px);
    }
}
@media all and (max-width: 1200px){
    /* <=== aainfohome ===> */
    .tpaainfohh .hhgrip .mcol{
        width: calc((100% - 420px) / 2);
    }
    .tpaainfohh .hhgrip .hcol{
        width: 420px;
    }
    .tpaainfohb{
        width: 400px;
        height: 400px;
        padding: 40px;
    }
    .tpaainfohb::before{
        left: 15px;
        top: 15px;
        right: 15px;
        bottom: 15px;
    }
    .itaainfoha .hagrip{
        margin: 0 -13px;
    }
    .itaainfoha .hagrip > div{
        padding: 0 13px;
    }
    /* <=== aainfohome ===> */

    /* <=== ccinfohome ===> */
    .tpccinfohb{
        padding: 30px 20px 5px;
    }
    .tpccinfohb .hbgrip{
        margin: 0 -20px;
    }
    .tpccinfohb .hbgrip > div{
        padding: 0 20px;
        margin-bottom: 20px;
    }
    /* <=== ccinfohome ===> */
}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .slbannerhh .bancapts{
        bottom: 40px;
        display: none;
    }
    .slbannerhh .cstitle{
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 0;
    }
    .slbannerhh .cstends{
        font-size: 12px;
        line-height: 20px;
    }
    .slbannerhh .slick-dots{
        bottom: 5px;
    }
    .slbannerhh .banvdimg{
        height: 0;
        padding-top: 51.316%;
        min-height: 195px;
    }
    .slbannerhh .cstitle{
        transform: translateX(50px);
    }
    .slbannerhh .slick-prev {
        left: 10px;
    }
    .slbannerhh .slick-next {
        right: 10px;
    }
    /* <=== bannerhome ===> */

    /* <=== aainfohome ===> */
    .aainfohome{
        padding: 25px 0 45px;
    }
    .tpaainfohh .hhgrip .hcol{
        display: none;
    }
    .tpaainfohh .hhgrip .mcol{
        width: 50%;
    }
    .tpaainfohh .hhgrip > div:nth-child(1) .itaainfoha .hagrip .xcol{
        order: unset;
    }
    .tpaainfohh .hhgrip > div:nth-child(1) .itaainfoha .hadecs{
        text-align: left;
    }
    .hpaainfohh .hhtitle, .hpaainfohh .hhtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .hpaainfohh .hhcapts{
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
        text-align-last: center;
        margin-bottom: 30px;
    }
    .itaainfoha{
        margin-bottom: 30px;
    }
    /* <=== aainfohome ===> */

    /* <=== bbinfohome ===> */
    .hpbbinfohh{
        padding: 25px 0 30px;
    }
    .tpbbinfoha::before{
        bottom: -30px;
    }
    .hpbbinfoha::before{
        display: none;
    }
    .hpbbinfohh .hhtitle.vmargin{
        margin-bottom: 20px;
    }
    .hpbbinfohh .hhtitle, .hpbbinfohh .hhtitle h2{
        font-size: 22px;
        line-height: 30px;
    }
    .hpbbinfohh .hhtitle .ticon{
        width: 32px;
        min-width: 32px;
        margin-right: 12px;
    }
    .tpbbinfoha .hhcapts{
        margin-bottom: 25px;
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
        text-align-last: center;
    }
    .itbbinfoha .decss{
        top: calc(100% - 15px);
        left: 12px;
    }
    .itbbinfoha .dstitle, .itbbinfoha .dstitle h3{
        font-size: 13px;
        line-height: 20px;
    }
    .hpbbinfoha::after{
        width: 98px;
        height: 249px;
        top: 130px;
    }
    .tpbbinfohb .hbgrip{
        margin: 0 -10px;
    }
    .tpbbinfohb .hbgrip > div{
        padding: 0 10px;
        margin-bottom: 20px;
        width: calc(100% / 3);
    }
    .hpbbinfohb::after{
        display: none;
    }
    .hpbbinfohb::before{
        top: -10px;
        width: 88px;
        height: 202px;
    }
    /* <=== bbinfohome ===> */

    /* <=== ccinfohome ===> */
    .hpccinfohh .hhtitle, .hpccinfohh .hhtitle h2{
        font-size: 22px;
        line-height: 35px;
    }
    .tpccinfohh .hhgrip .mcol{
        width: 100%;
    }
    .tpccinfohh .hhgrip .hcol{
        width: 100%;
    }
    .hpccinfohh:nth-child(even) .tpccinfohh .hhgrip .mcol{
        order: unset;
    }
    /* <=== ccinfohome ===> */

    /* <=== ddinfohome ===> */
    .ddinfohome{
        padding: 25px 0 35px;
    }
    .hpddinfohh .hhtitle{
        margin-bottom: 15px;
    }
    .hpddinfohh .hhtitle .ticon{
        width: 32px;
        min-width: 32px;
        margin-right: 12px;
    }
    .hpddinfohh .hhtitle, .hpddinfohh .hhtitle h2{
        font-size: 22px;
        line-height: 30px;
    }
    .itddinfohh{
        padding: 0 19px 15px 20px;
    }
    .itddinfohh .dsconts{
        font-size: 14px;
        height: calc(24px * 6);
    }
    .itddinfohh .dsinfos .iname{
        font-size: 16px;
        line-height: 24px;
    }
    .itddinfohh .dsinfos .ichuc{
        font-size: 13px;
    }
    /* <=== ddinfohome ===> */

    /* <=== eeinfohome ===> */
    .eeinfohome{
        padding: 30px 20px 40px;
    }
    .eeinfohome::before{
        bottom: -10px;
    }
    .hpeeinfohh .hhtitle{
        margin-bottom: 10px;
    }
    .hpeeinfohh .hhtitle .ttinfo{
        font-size: 13px;
        line-height: 20px;
    }
    .tpeeinfohh .hhgrip > div{
        width: calc(100% / 3);
    }
    /* <=== eeinfohome ===> */
}
@media all and (max-width: 767px){
    /* <=== aainfohome ===> */
    .aainfohome{
        background-position: 24% center;
    }
    .tpaainfohh .hhgrip .mcol{
        width: 100%;
        margin-bottom: 30px;
    }
    .tpaainfohh .hhgrip > div:last-child{
        margin-bottom: 0!important;
    }
    /* <=== aainfohome ===> */

    /* <=== bbinfohome ===> */
    .tpbbinfoha .hagrip > div{
        width: 50%;
    }
    .tpbbinfohb .hbgrip > div{
        width: 50%;
    }
    /* <=== bbinfohome ===> */

    /* <=== ccinfohome ===> */
    .tpccinfohb{
        padding: 20px;
    }
    .tpccinfohb .hbgrip{
        margin: 0 -10px;
    }
    .tpccinfohb .hbgrip > div{
        padding: 0 10px;
        margin-bottom: 25px;
    }
    .tpccinfohb::before{
        bottom: 17%;
        width: 98px;
        height: 249px;
    }
    /* <=== ccinfohome ===> */
}