/* <=== bannerhome ===> */
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    padding-top: 43.403%;
    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;
}
.slbannerhh .banvdimg .bg img{
    display: none;
}
.slbannerhh .banvdimg video{
    object-fit: cover;
}
.slbannerhh .bancapts{
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    z-index: 2;
}
.slbannerhh .slick-slide:nth-child(3n + 1) .csinner .char{
    display: inline-block;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
    opacity: 0;
}
.slbannerhh .slick-slide:nth-child(2n + 1) .csinner .char{
    display: inline-block;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(3.6);
    -ms-transform: scale(3.6);
    -o-transform: scale(3.6);
    transform: scale(3.6);
    opacity: 0;
}
.slbannerhh .slick-slide:nth-child(2n + 2) .csinner .char{
    display: inline-block;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}
.slbannerhh .slick-current.slick-slide:nth-child(2n + 1) .csinner .char{
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.slbannerhh .slick-current.slick-slide:nth-child(2n + 2) .csinner .char{
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.slbannerhh .csviews{
    width: 40px;
    height: 40px;
    transform: scale(0);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .csviews a:hover{
    background-color: #fff;
    color: #ec1d23;
}
.slbannerhh .slick-current .csviews{
    opacity: 1;
    transform: scale(1);
    transition-delay: 1s;
}
.slbannerhh .cstitle{
    color: #fff;
    font-weight: bold;
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 20px;
}
.slbannerhh .csviews a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #fefdfd;
    color: #ffffff;
    font-size: 18px;
}
.slbannerhh .csviews a i{
    font-weight: bold;
}
.slbannerhh .slick-prev{
    left: 50px;
}
.slbannerhh .slick-next{
    right: 50px;
}
/* <=== bannerhome ===> */

/* <=== aainfohome ===> */
.aainfohome{
    padding: 130px 0 85px;
    overflow: hidden;
}
.hpaainfohh{
    position: relative;
    z-index: 1;
}
.hpaainfohh::before{
    content: '';
    position: absolute;
    top: -30px;
    left: 15%;
    width: 503px;
    height: 351px;
    background-image: url('../images/aalogo.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
    -webkit-animation: flyflyfly 15s linear infinite;
    -o-animation: flyflyfly 15s linear infinite;
    animation: flyflyfly 15s linear infinite;
}
@-webkit-keyframes flyflyfly{
    0% {
        top: -70%;
    }
    100% {
        top:120%;
    }
}
@-moz-keyframes flyflyfly{
    0% {
        top: -70%;
    }
    100% {
        top :120%;
    }
}
@-o-keyframes flyflyfly{
    0% {
        top: -70%;
    }
    100% {
        top:120%;
    }
}
@keyframes flyflyfly{
    0% {
        top: -70%;
    }
    100% {
        top:120%;
    }
}
.hpaainfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -20px;
}
.hpaainfohh .hhgrip > div{
    padding: 0 20px;
}
.hpaainfohh .hhgrip .mcol{
    width: 40.602%;
}
.hpaainfohh .hhgrip .hcol{
    width: calc(100% - 40.602%);
}
.tpaainfohh .dscapts{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
}
.tpaainfohh .dstitle{
    margin-bottom: 15px;
    color: #ec1d23;
}
.tpaainfohh .dstitle, .tpaainfohh .dstitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}
.tpaainfohh .dsconts{
    max-width: 420px;
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 27px;
    text-align: justify;
    letter-spacing: -0.3px;
}
.tpaainfohh .thumb{
    position: relative;
    padding: 55px 0 80px 85px;
}
.tpaainfohh .thumb .timage{
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 220px;
    width: 100%;
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 10px 15px 15px 0 rgba(0, 0, 0, 0.25);
}
.tpaainfohh .thumb .impadd{
    position: relative;
    padding-top: 150%;
    overflow: hidden;
}
.tpaainfohh .thumb .impadd img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpaainfohh .thumb .tvideo{
    position: relative;
}
.tpaainfohh .thumb .tvideo::before{
    content: '';
    position: absolute;
    top: -52px;
    bottom: -52px;
    width: 220px;
    background-color: #fde8e9;
    z-index: -1;
    pointer-events: none;
    left: 50%;
    transform: translateX(-50%);
}
.tpaainfohh .thumb .vdpadd{
    display: block;
    padding-top: 78.5%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 10px 15px 15px 0 rgba(0, 0, 0, 0.25);
}
.tpaainfohh .thumb .vdpadd::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    border-radius: 100%;
    z-index: 1;
    background-image: url('../images/aaplay.png');
    background-position: center;
    background-size: 100% 100%;
    animation: pulse_toa 2s infinite;
    pointer-events: none;
}
.tpaainfohh .thumb .vdpadd img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* <=== aainfohome ===> */

/* <=== bbinfohome ===> */
.hpbbinfoha{
    padding: 55px 0 70px;
    background-color: #ec1d23;
}
.hpbbinfoha, .hpbbinfoha a{
    color: #fff;
}
.tpbbinfoha{
    text-align: center;
}
.tpbbinfoha .hatitle{
    margin-bottom: 15px;
}
.tpbbinfoha .hatitle, .tpbbinfoha .hatitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}
.tpbbinfoha .hacapts{
    max-width: 780px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 27px;
}
.tpbbinfoha .haviews a{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    border-bottom: 1px solid #f68e91;
}
.hpbbinfohb{
    padding: 0 0 40px;
}
.slbbinfohb .slick-list{
    margin: 0 -80px;
}
.slbbinfohb .slick-slide{
    padding: 0 80px;
}
.slbbinfohb .slick-arrow{
    width: 55px;
    height: 55px;
    border: 2px solid #c8cdd3;
    border-radius: 100%;
    color: #fff;
}
.slbbinfohb .slick-arrow:hover{
    background-color: #c8cdd3;
    color: #ec1d23;
}
.slbbinfohb .slick-arrow::before{
    font-size: 12px;
}
.slbbinfohb .slick-prev{
    left: 85px;
}
.slbbinfohb .slick-next{
    right: 85px;
}
.itbbinfohb{
    width: 640px;
}
.itbbinfohb .thumb{
    margin-bottom: 35px;
    position: relative;
}
.itbbinfohb .thumb::before{
    content: '';
    position: absolute;
    height: 50%;
    top: 0;
    left: -10000px;
    right: -10000px;
    background-color: #ec1d23;
    z-index: -1;
    pointer-events: none;
}
.itbbinfohb .thumb a{
    display: block;
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 10px 15px 15px 0 rgba(0, 0, 0, 0.25);
}
.itbbinfohb .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itbbinfohb .decss{
    text-align: center;
}
.itbbinfohb .dstitle, .itbbinfohb .dstitle h3{
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
}
/* <=== bbinfohome ===> */

/* <=== ccinfohome ===> */
.ccinfohome{
    padding: 50px 0 90px;
}
.hpccinfohh .hhtitle{
    text-align: center;
    margin-bottom: 30px;
}
.hpccinfohh .hhtitle, .hpccinfohh .hhtitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}
.hpccinfohh .hhconts{
    margin-bottom: 30px;
}
.tpccinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpccinfohh .hhgrip > div{
    padding: 0 15px;
    width: calc(100% / 3);
    margin-bottom: 30px;
}
.itccinfohh .thumb{
    margin-bottom: 20px;
}
.itccinfohh .thumb a{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.itccinfohh .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -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;
}
.itccinfohh:hover .thumb a img{
    transform: translate(-50%, -50%) scale(1.05);
}
.itccinfohh .decss{
    text-align: center;
}
.itccinfohh .dstitle, .itccinfohh .dstitle h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
.itccinfohh:hover .dstitle a{
    color: #ec1d23;
}
/* <=== ccinfohome ===> */

/* <=== ddinfohome ===> */
.ddinfohome{
    padding: 50px 0 70px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.ddinfohome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.65;
    z-index: -1;
    pointer-events: none;
}
.ddinfohome, .ddinfohome a{
    color: #fff;
}
.hpddinfohh .hhtitle{
    text-align: center;
    margin-bottom: 10px;
}
.hpddinfohh .hhtitle, .hpddinfohh .hhtitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}
.hpddinfohh .hhcapts{
    max-width: 790px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 45px;
    font-size: 17px;
    line-height: 27px;
}
.slddinfohh .slick-list{
    margin: 0 -37.5px;
}
.slddinfohh .slick-slide{
    padding: 0 37.5px;
}
.itddinfohh .thumb{
    margin-bottom: 20px;
}
.itddinfohh .thumb a{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 10px 15px 15px 0 rgba(0, 0, 0, 0.25);
}
.itddinfohh .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -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;
}
.itddinfohh .thumb a:hover img{
    transform: scale(1.05);
}
.itddinfohh .dstitle, .itddinfohh .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itddinfohh .dstitle a{
    display: block;
    padding-right: 40px;
    position: relative;
}
.itddinfohh .dstitle a::before{
    content: '\e909';
    font-family: 'icomoon' !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    border: 2px solid #fff;
    border-radius: 100%;
    pointer-events: none;
    font-size: 10px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-left: 1px;
}
.itddinfohh:hover .dstitle a::before{
    background-color: #fff;
    color: #ec1d23;
}
.itddinfohh .dstitle a span{
    display: inline-block;
    max-width: 260px;
}
/* <=== ddinfohome ===> */

/* <=== eeinfohome ===> */
.eeinfohome{
    padding: 130px 0 140px;
}
.hpeeinfohh{
    position: relative;
}
.hpeeinfohh .hhtitle{
    position: absolute;
    top: 12%;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}
.hpeeinfohh .hhtitle .tname{
    pointer-events: auto;
}
.hpeeinfohh .hhtitle .tname, .hpeeinfohh .hhtitle .tname h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}
.sleeinfoha .slick-arrow{
    position: absolute;
    top: 13%;
    transform: translateX(-50%);
    left: 50%;
}
.sleeinfoha .slick-prev{
    margin-left: -65px;
}
.sleeinfoha .slick-next{
    margin-left: -25px;
}
.iteeinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.iteeinfohh .hhgrip > div{
    width: 50%;
}
.iteeinfohh .hhgrip .mcol{
    padding-right: 30px;
}
.iteeinfoha .hagrip, .iteeinfohb .hbgrip, .iteeinfohc .hcgrip{
    display: flex;
    flex-wrap: wrap;
}
.iteeinfoha .hagrip .lcol, .iteeinfohb .hbgrip .lcol, .iteeinfohc .hcgrip .lcol{
    width: 55.073%;
}
.iteeinfoha .hagrip .rcol, .iteeinfohb .hbgrip .rcol, .iteeinfohc .hcgrip .rcol{
    width: calc(100% - 55.073%);
}
.iteeinfoha .thumb a, .iteeinfohb .thumb a, .iteeinfohc .thumb a{
    display: block;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}
.iteeinfoha .thumb a img, .iteeinfohb .thumb a img, .iteeinfohc .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;
}
.iteeinfoha:hover .thumb a img, .iteeinfohb:hover .thumb a img, .iteeinfohc:hover .thumb a img{
    transform: scale(1.05);
}
.iteeinfoha .decss{
    height: 100%;
}
.iteeinfoha .dstitle{
    height: calc(100% - 115px);
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 20px 20px 20px 30px;
}
.iteeinfoha .dstitle, .iteeinfoha .dstitle h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
.iteeinfoha .dstitle .tcenter{
    max-height: 100%;
    overflow: hidden;
}
.iteeinfoha .dsviews{
    width: 115px;
    height: 115px;
}
.iteeinfoha .dsviews a{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #ec1d23;
    color: #fff;
}
.iteeinfoha .dsviews a span{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.iteeinfoha:hover .dsviews a span{
    background-color: #fff;
    color: #ec1d23;
}
.iteeinfoha .dsviews a span i{
    font-weight: bold;
}
.iteeinfohb{
    margin-bottom: 64px;
    padding-left: 80px;
}
.iteeinfohb .decss{
    height: 100%;
    padding: 20px 30px;
    background-color: #ec1d23;
    display: flex;
    align-items: center;
    align-content: center;
}
.iteeinfohb .decss > div{
    width: 100%;
}
.iteeinfohb .decss, .iteeinfohb .decss a{
    color: #fff;
}
.iteeinfohb .dsviews{
    margin-bottom: 20px;
}
.iteeinfohb .dsviews a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 20px;
}
.iteeinfohb .dsviews a i{
    font-weight: bold;
}
.iteeinfohb:hover .dsviews a{
    background-color: #fff;
    color: #ec1d23;
}
.iteeinfohb .dstitle, .iteeinfohb .dstitle h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
.iteeinfohc .decss{
    height: 100%;
}
.iteeinfohc .dstitle{
    height: calc(100% - 115px);
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 20px 20px 20px 30px;
}
.iteeinfohc .dstitle, .iteeinfohc .dstitle h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
.iteeinfohc .dstitle .tcenter{
    max-height: 100%;
    overflow: hidden;
}
.iteeinfohc .dsviews{
    width: 115px;
    height: 115px;
}
.iteeinfohc .dsviews a{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #ec1d23;
    color: #fff;
}
.iteeinfohc .dsviews a span{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.iteeinfohc:hover .dsviews a span{
    background-color: #fff;
    color: #ec1d23;
}
.iteeinfohc .dsviews a span i{
    font-weight: bold;
}
.iteeinfoha{
    transform: translateX(-20%);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slick-current .iteeinfoha{
    opacity: 1;
    transform: unset;
    -webkit-transition: 1s 0.5s;
    -o-transition: 1s 0.5s;
    transition: 1s 0.5s;
}
.iteeinfohb{
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slick-current .iteeinfohb{
    opacity: 1;
    transform: unset;
    -webkit-transition: 1s 0.7s;
    -o-transition: 1s 0.7s;
    transition: 1s 0.7s;
}
.iteeinfohc{
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slick-current .iteeinfohc{
    opacity: 1;
    transform: unset;
    -webkit-transition: 1s 0.9s;
    -o-transition: 1s 0.9s;
    transition: 1s 0.9s;
}
/* <=== eeinfohome ===> */

/* <=== ffinfohome ===> */
.ffinfohome{
    padding: 80px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hhffinfohh{
    max-width: 610px;
    margin-left: auto;
}
.tpffinfohh{
    padding: 45px 20px 50px;
    border-radius: 15px 0 0 15px;
    background-color: rgba(255, 255, 255, 0.85);
}
.tpffinfohh .hhwrap{
    max-width: 460px;
    margin: 0 auto;
}
.tpffinfohh .hhtitle{
    margin-bottom: 10px;
}
.tpffinfohh .hhtitle, .tpffinfohh .hhtitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}
.tpffinfohh .hhtitle span{
    color: #ec1d23;
}
.tpffinfohh .fminput{
    margin-bottom: 15px;
}
.tpffinfohh .ipgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpffinfohh .ipgrip > div{
    padding: 0 10px;
    width: 100%;
    margin-bottom: 15px;
}
.tpffinfohh .ipgrip .hcol{
    width: 50%;
}
.tpffinfohh .fmgroup input, .tpffinfohh .fmgroup select{
    width: 100%;
    height: 45px;
    border: none;
    border-bottom: 1px solid #000000;
    font-size: 16px;
    line-height: 24px;
    background-color: transparent;
}
.tpffinfohh .fmgroup .chosen-container{
    background-color: transparent;
}
.tpffinfohh .fmgroup .chosen-single{
    border: none;
    border-bottom: 1px solid #000000;
    background-color: transparent;
    padding-left: 0;
    background-position: right 0 center;
}
.tpffinfohh .fmgroup textarea{
    width: 100%;
    height: 80px;
    border: none;
    border-bottom: 1px solid #000000;
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
    background-color: transparent;
}
/* <=== ffinfohome ===> */

/* <=== gginfohome ===> */
.gginfohome{
    padding: 110px 0 80px;
}
.hpgginfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin: 0 -25px;
}
.hpgginfohh .hhgrip > div{
    padding: 0 25px;
}
.hpgginfohh .hhgrip .mcol{
    width: 340px;
}
.hpgginfohh .hhgrip .hcol{
    width: calc(100% - 340px);
}
.tpgginfohh .dstitle{
    margin-bottom: 10px;
}
.tpgginfohh .dstitle, .tpgginfohh .dstitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}
.tpgginfohh .dsconts{
    font-size: 17px;
    line-height: 27px;
}
.tpgginfohh .thumb{
    margin-bottom: 20px;
}
.itgginfohh a{
    display: block;
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
}
.itgginfohh a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
/* <=== gginfohome ===> */
@media all and (max-width: 1200px){
    /* <=== aainfohome ===> */
    .tpaainfohh .dstitle, .tpaainfohh .dstitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    /* <=== aainfohome ===> */

    /* <=== bbinfohome ===> */
    .slbbinfohb .slick-list{
        margin: 0 -30px;
    }
    .slbbinfohb .slick-slide{
        padding: 0 30px;
    }
    .slbbinfohb .slick-prev{
        left: 40px;
    }
    .slbbinfohb .slick-next{
        right: 40px;
    }
    /* <=== bbinfohome ===> */

    /* <=== ddinfohome ===> */
    .slddinfohh .slick-list{
        margin: 0 -20px;
    }
    .slddinfohh .slick-slide{
        padding: 0 20px;
    }
    /* <=== ddinfohome ===> */

    /* <=== eeinfohome ===> */
    .eeinfohome{
        padding: 60px 0 80px;
    }
    .iteeinfohb{
        padding-left: 30px;
    }
    .iteeinfoha .dstitle{
        padding: 15px;
    }
    .iteeinfoha .dstitle, .iteeinfoha .dstitle h3{
        font-size: 14px;
        line-height: 22px;
    }
    .iteeinfoha .dstitle, .iteeinfohc .dstitle{
        height: calc(100% - 90px);
    }
    .iteeinfoha .dsviews, .iteeinfohc .dsviews{
        width: 90px;
        height: 90px;
    }
    .iteeinfohb .decss{
        padding: 15px;
    }
    .iteeinfohb .dstitle, .iteeinfohb .dstitle h3,
    .iteeinfohc .dstitle, .iteeinfohc .dstitle h3{
        font-size: 14px;
        line-height: 22px;
    }
    /* <=== eeinfohome ===> */
}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .slbannerhh .bancapts{
        bottom: 30px;
        padding: 0;
    }
    .slbannerhh .cstitle{
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 0;
    }
    .slbannerhh .csviews{
        display: none;
    }
    .slbannerhh .slick-dots{
        bottom: 5px;
    }
    .slbannerhh .banvdimg{
        padding-top: 43.687%;
        min-height: 166px;
    }
    .slbannerhh .slick-prev {
        left: 5px;
    }
    .slbannerhh .slick-next {
        right: 5px;
    }
    /* <=== bannerhome ===> */

    /* <=== aainfohome ===> */
    .aainfohome{
        padding: 22px 0 42px;
    }
    .hpaainfohh .hhgrip .mcol{
        width: 100%;
        margin-bottom: 45px;
    }
    .hpaainfohh .hhgrip .hcol{
        width: 100%;
    }
    .tpaainfohh .dscapts{
        margin-bottom: 5px;
    }
    .tpaainfohh .dstitle, .tpaainfohh .dstitle h2{
        font-size: 35px;
        line-height: 45px;
    }
    .tpaainfohh .dsconts{
        max-width: 100%;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .hpaainfohh::before{
        left: -20px;
        right: 0;
        top: 20px;
        width: calc(100% + 40px);
        background-position: center;
        background-size: auto;
    }
    /* <=== aainfohome ===> */

    /* <=== bbinfohome ===> */
    .hpbbinfoha{
        padding: 25px 0 40px;
    }
    .tpbbinfoha .hatitle, .tpbbinfoha .hatitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpbbinfoha .hacapts{
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
        text-align-last: center;
    }
    .slbbinfohb .slick-list{
        margin: 0 -10px;
    }
    .slbbinfohb .slick-slide{
        padding: 0 10px;
    }
    .slbbinfohb .slick-prev{
        left: 20px;
    }
    .slbbinfohb .slick-next{
        right: 20px;
    }
    .itbbinfohb{
        width: 500px;
    }
    .itbbinfohb .thumb{
        margin-bottom: 20px;
    }
    .itbbinfohb .dstitle, .itbbinfohb .dstitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .hpbbinfohb{
        padding: 0 0 20px;
    }
    /* <=== bbinfohome ===> */

    /* <=== ccinfohome ===> */
    .ccinfohome{
        padding: 25px 0 35px;
    }
    .hpccinfohh .hhtitle{
        margin-bottom: 20px;
    }
    .hpccinfohh .hhtitle, .hpccinfohh .hhtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .hpccinfohh .hhconts{
        margin-bottom: 20px;
    }
    .tpccinfohh .hhgrip{
        margin: 0 -5px;
    }
    .tpccinfohh .hhgrip > div{
        padding: 0 5px;
        margin-bottom: 20px;
    }
    .itccinfohh .thumb{
        margin-bottom: 10px;
    }
    .itccinfohh .dstitle, .itccinfohh .dstitle h3{
        font-size: 14px;
        line-height: 22px;
    }
    /* <=== ccinfohome ===> */

    /* <=== ddinfohome ===> */
    .ddinfohome{
        padding: 30px 0 35px;
        background-attachment: unset;
    }
    .hpddinfohh .hhtitle, .hpddinfohh .hhtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .hpddinfohh .hhcapts{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 25px;
        text-align: justify;
        text-align-last: center;
    }
    .slddinfohh .slick-list{
        margin: 0 -10px;
    }
    .slddinfohh .slick-slide{
        padding: 0 10px;
    }
    .itddinfohh .thumb a{
        border-radius: 10px;
    }
    .itddinfohh .thumb{
        margin-bottom: 12px;
    }
    .itddinfohh .dstitle, .itddinfohh .dstitle h3{
        font-size: 14px;
        line-height: 21px;
    }
    .itddinfohh .dstitle a{
        padding-right: 35px;
    }
    .itddinfohh .dstitle a::before{
        width: 22px;
        height: 22px;
        font-size: 8px;
    }
    /* <=== ddinfohome ===> */

    /* <=== eeinfohome ===> */
    .eeinfohome{
        padding: 30px 0 40px;
    }
    .hpeeinfohh .hhtitle{
        position: static;
        margin-bottom: 25px;
    }
    .hpeeinfohh .hhtitle .tname{
        padding-right: 40px;
    }
    .hpeeinfohh .hhtitle .tname, .hpeeinfohh .hhtitle .tname h2{
        font-size: 25px;
        line-height: 35px;
    }
    .sleeinfohb .slick-arrow{
        top: -60px;
        right: 0;
        transform: unset;
    }
    .sleeinfohb .slick-prev{
        left: unset;
        right: 30px;
    }
    .sleeinfohb .slick-next{
        right: -10px;
    }
    .tpeeinfohb {
        padding: 0 20px;
    }
    .iteeinfohh{
        height: 100%;
        background-color: #f5f5f5;
    }
    .iteeinfohh .thumb a{
        display: block;
        padding-top: 75%;
        position: relative;
        overflow: hidden;
    }
    .iteeinfohh .thumb a img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .iteeinfohh .decss{
        padding: 8px 10px 12px;
    }
    .iteeinfohh .dstitle, .iteeinfohh .dstitle h3{
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
    }
    .iteeinfohh .dstitle a{
        max-height: 84px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    /* <=== eeinfohome ===> */

    /* <=== ffinfohome ===> */
    .ffinfohome{
        padding: 50px 0;
    }
    .tpffinfohh .hhtitle, .tpffinfohh .hhtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    /* <=== ffinfohome ===> */

    /* <=== gginfohome ===> */
    .gginfohome{
        padding: 25px 0;
    }
    .hpgginfohh .hhgrip .mcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .hpgginfohh .hhgrip .hcol{
        width: 100%;
    }
    .tpgginfohh .decss{
        text-align: center;
    }
    .tpgginfohh .dstitle, .tpgginfohh .dstitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpgginfohh .dsconts{
        font-size: 14px;
        line-height: 24px;
    }
    .tpgginfohh .thumb{
        margin-bottom: 0;
    }
    /* <=== gginfohome ===> */
}
@media all and (max-width: 767px){
    /* <=== aainfohome ===> */
    .hpaainfohh::before{
        background-size: 100%;
    }
    .tpaainfohh .thumb{
        padding: 25px 0 38px 39px;
    }
    .tpaainfohh .thumb .timage{
        max-width: 100px;
    }
    .tpaainfohh .thumb .timage, .tpaainfohh .thumb .vdpadd{
        border-radius: 10px;
    }
    .tpaainfohh .thumb .tvideo::before{
        top: -24px;
        bottom: -24px;
        width: 100px;
    }
    /* <=== aainfohome ===> */

    /* <=== bbinfohome ===> */
    .tpbbinfohb{
        padding: 0 20px;
    }
    .slbbinfohb .slick-list{
        overflow: unset;
    }
    .itbbinfohb{
        width: 100%;
    }
    .itbbinfohb .thumb a{
        border-radius: 8px;
    }
    /* <=== bbinfohome ===> */

    /* <=== ccinfohome ===> */
    .tpccinfohh .hhgrip > div{
        width: 50%;
    }
    /* <=== ccinfohome ===> */

    /* <=== ffinfohome ===> */
    .tpffinfohh{
        border-radius: 0;
        padding: 25px 20px 35px;
    }
    .tpffinfohh .hhtitle{
        text-align: center;
    }
    .tpffinfohh .ipgrip{
        margin: 0 -6px;
    }
    .tpffinfohh .ipgrip > div{
        padding: 0 6px;
    }
    .tpffinfohh .viewall{
        text-align: center;
    }
    /* <=== ffinfohome ===> */
}