/* <=== bnformhome ===> */
.bnformhome{
    position: relative;
}
/* <=== bnformhome ===> */

/* <=== bannerhome ===> */
.slbannerhh .slick-arrow{
    background-color: transparent;
}
.slbannerhh .slick-arrow::before{
    font-family: 'Font Awesome 5 Free'!important;
    font-weight: 900;
    font-size: 45px;
    line-height: 45px;
    color: #fff;
}
.slbannerhh .slick-prev::before{
    content: '\f104';
}
.slbannerhh .slick-next::before{
    content: '\f105';
}
.slbannerhh .slick-dots{
    bottom: 105px;
}
.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.3);-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.3);-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.3);-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.3);-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.3);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;
}
/* <=== bannerhome ===> */

/* <=== formalhome ===> */
.formalhome{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 30px;
    z-index: 2;
}
.formalhome .frmwrap{
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}
.hpformalhh{
    background-color: #fff;
    border-radius: 35px;
    padding: 5px;
}
.hpformalhh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.hpformalhh .hhgrip > div{
    padding: 0 15px;
}
.hpformalhh .hhgrip .mcol{
    width: calc((100% - 180px) / 4);
    position: relative;
}
.hpformalhh .hhgrip .mcol::before,
.hpformalhh .hhgrip .hcol::before,
.hpformalhh .hhgrip .bcol::before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    background-color: #4a4a4a;
    width: 1px;
}
.hpformalhh .hhgrip .hcol{
    width: calc((100% - 180px) / 4);
    position: relative;
}
.hpformalhh .hhgrip .bcol{
    width: calc((100% - 180px) / 4);
    position: relative;
}
.hpformalhh .hhgrip .tcol{
    width: calc((100% - 180px) / 4);
}
.hpformalhh .hhgrip .ncol{
    width: 180px;
}
.hpformalhh .frminput input{
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 25px;
    font-weight: 500;
}
.hpformalhh .frminput input::-webkit-input-placeholder {
    color: #666666;
    font-weight: 500;
    text-transform: uppercase;
}
.hpformalhh .frminput input:-ms-input-placeholder {
    color: #666666;
    font-weight: 500;
    text-transform: uppercase;
}
.hpformalhh .frminput input::placeholder {
    color: #666666;
    font-weight: 500;
    text-transform: uppercase;
}
.hpformalhh .frminput.fadate{
    position: relative;
}
.hpformalhh .frminput.fadate input{
    padding: 0 40px 0 0;
}
.hpformalhh .mcol .frminput.fadate input{
    padding-left: 15px;
}
.hpformalhh .frminput.fadate::before{
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
    background-image: url('../images/idate.svg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}
.hpformalhh .frmslect{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -5px;
}
.hpformalhh .frmslect > div{
    padding: 0 5px;
}
.hpformalhh .frmslect .stext{
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #666666;
    font-weight: 500;
    white-space: nowrap;
}
.hpformalhh .quantity{
    display: flex;
    align-items: center;
    align-content: center;
}
.hpformalhh .quantity button{
    width: 20px;
    height: 40px;
    border: none;
    background-color: transparent;
    font-size: 20px;
    line-height: 30px;
}
.hpformalhh .quantity input{
    width: 20px;
    height: 40px;
    border: none;
    font-size: 15px;
    line-height: 23px;
    color: #666666;
    text-align: center;
}
.hpformalhh .frmslect .stext{
    width: calc(100% - 70px);
}
.hpformalhh .frmslect .sinfo{
    width: 70px;
}
.hpformalhh .frmbuton button{
    font-size: 14px;
    line-height: 22px;
    color: #1c1c1c;
    background-color: #9acc00;
    text-transform: uppercase;
    border-radius: 25px;
    height: 40px;
    border: none;
    width: 100%;
    font-weight: bold;
}
.hpformalhh .frmbuton button:hover{
    background-color: #ff6700;
    color: #fff;
}
/* <=== formalhome ===> */

/* <=== aboutshome ===> */
.aboutshome{
    padding: 55px 0 160px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.aboutshome .abback{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.14;
    pointer-events: none;
}
.aboutshome .abback img{
    width: 100%;
}
.aboutshome::before{
    content: '';
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 0;
    width: 530px;
    height: 538px;
    background-image: url('../images/ableft.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: -1;
}
.aboutshome::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 602px;
    height: 701px;
    background-image: url('../images/abright.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: -1;
}
.aboutshome .abwrap{
    max-width: 770px;
    margin: 0 auto;
}
.hpaboutshh .hhtitle{
    text-align: center;
    color: #ff6700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.hpaboutshh .hhtitle, .hpaboutshh .hhtitle h2, .hpaboutshh .hhtitle h3{
    font-size: 50px;
    line-height: 65px;
    font-weight: bold;
}
.hpaboutshh .hhconts{
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    text-align-last: center;
    letter-spacing: -0.2px;
}
.hpaboutshh .hhconts p{
    margin-bottom: 10px;
}
.hpaboutshh .hhconts p:last-child{
    margin-bottom: 0;
}
.hpaboutshh .hhviews{
    margin-bottom: 65px;
}
.hpaboutshh .hhvideo a{
    display: block;
    position: relative;
    width: 100%;
}
.hpaboutshh .hhvideo a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-image: url("../images/abplay.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    animation: pulse_toa 2s infinite;
    border-radius: 100%;
}
@keyframes pulse_toa {
    0% {
        box-shadow: 0 0 0 0 rgb(255,255,255,1);
    }
    70% {
        box-shadow: 0 0 0 20px rgb(0,152,218,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(0,152,218,0);
    }
}
.hpaboutshh .hhvideo a img{
    width: 100%;
}
/* <=== aboutshome ===> */

/* <=== roomshome ===> */
.roomshome{
    padding: 55px 0 100px;
}
.tproomsha{
    margin-bottom: 40px;
}
.tproomsha .hainfos{
    max-width: 750px;
    padding-right: 150px;
}
.tproomsha .hainfos .iftitle {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #ff6700;
}
.tproomsha .hainfos .iftitle, .tproomsha .hainfos .iftitle h2, .tproomsha .hainfos .iftitle h3{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}
.tproomsha .hainfos .ifconts{
    font-size: 16px;
    line-height: 26px;
}
.slroomshb .slick-list{
    margin: 0 -9px;
}
.slroomshb .slick-slide{
    padding: 0 9px;
}
.itroomshb{
    width: 530px;
    position: relative;
    overflow: hidden;
}
.itroomshb .decss{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 40px 40px 40px;
    z-index: 1;
    pointer-events: none;
}
.itroomshb .decss::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: -1;
}
.itroomshb .decss, .itroomshb .decss a{
    color: #fff;
}
.itroomshb .dstitle{
    margin-bottom: 10px;
}
.itroomshb .dstitle, .itroomshb .dstitle h3{
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
}
.itroomshb .dsinfos ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}
.itroomshb .dsinfos li{
    padding: 0 14px;
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 14px;
}
.itroomshb .dsinfos li .tm{
    margin-right: 12px;
}
/* <=== roomshome ===> */

/* <=== cafbarhome ===> */
.cafbarhome{
    padding: 40px 0 80px;
    position: relative;
    z-index: 1;
    background-color: #9acc00;
}
.cafbarhome::before{
    content: '';
    position: absolute;
    top: -85px;
    left: 0;
    width: 375px;
    height: 395px;
    background-image: url("../images/dvleft.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: -1;
}
.cafbarhome::after{
    content: '';
    position: absolute;
    top: -70px;
    right: 0;
    width: 407px;
    height: 369px;
    background-image: url("../images/dvright.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: -1;
}
.hpcafbarhh .hhtitle {
    margin-bottom: 10px;
    text-align: center;
    color: #ff6700;
}
.hpcafbarhh .hhtitle, .hpcafbarhh .hhtitle h2, .hpcafbarhh .hhtitle h3{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}
.hpcafbarhh .hhconts{
    max-width: 880px;
    margin: 0 auto;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 26px;
    color: #1c1c1c;
}
.slcafbarhh .slick-arrow{
    background-color: transparent;
}
.slcafbarhh .slick-arrow::before{
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    font-size: 45px;
    line-height: 45px;
    color: #fff;
}
.slcafbarhh .slick-prev::before{
    content: '\f104';
}
.slcafbarhh .slick-next::before{
    content: '\f105';
}
.itcafbarhh{
    position: relative;
}
.itcafbarhh .thumb a{
    display: block;
    padding-top: 44.777%;
    position: relative;
    overflow: hidden;
}
.itcafbarhh .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itcafbarhh .decss{
    position: absolute;
    padding: 30px 40px 50px 50px;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
}
.itcafbarhh .decss::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: -1;
}
.itcafbarhh .dsgrip{
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: space-between;
    margin: 0 -10px;
}
.itcafbarhh .dsgrip > div{
    padding: 0 10px;
}
.itcafbarhh .dstitle{
    margin-bottom: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itcafbarhh .dstitle, .itcafbarhh .dstitle h3{
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
}
.itcafbarhh .dstitle, .itcafbarhh .dstitle a{
    color: #fff;
}
.itcafbarhh .dsconts{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/* <=== cafbarhome ===> */

/* <=== albumshome ===> */
.albumshome{
    position: relative;
    padding: 55px 0 40px;
    z-index: 1;
    overflow: hidden;
}
.albumshome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    height: 529px;
    background-image: url("../images/tvleft.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: -1;
}
.albumshome::after{
    content: '';
    position: absolute;
    top: -70px;
    right: 0;
    width: 416px;
    height: 555px;
    background-image: url("../images/tvright.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: -1;
}
.hpalbumshh .hhtitle{
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #ff6700;
}
.hpalbumshh .hhtitle, .hpalbumshh .hhtitle h2, .hpalbumshh .hhtitle h3{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}
.hpalbumshh .hhlinks{
    margin-bottom: 45px;
}
.slalbumshh .slick-list{
    margin: 0 -11px;
}
.slalbumshh .slick-slide{
    padding: 0 11px;
}
.italbumshh .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px;
}
.italbumshh .vvgrip > div{
    padding: 0 11px;
    margin-bottom: 22px;
}
.italbumshh .vvgrip .xcol{
    width: 100%;
}
.italbumshh .vvgrip .ycol{
    width: 51.102%;
}
.italbumshh .vvgrip .zcol{
    width: calc(100% - 51.102%);
}
.italbumshh .hhthumb a{
    display: block;
    position: relative;
    overflow: hidden;
}
.italbumshh .hhthumb.vthumb1 a{
    padding-top: 64.354%;
}
.italbumshh .hhthumb.vthumb2 a{
    padding-top: 122.386%;
}
.italbumshh .hhthumb.vthumb3 a{
    padding-top: 128.512%;
}
.italbumshh .hhthumb.vthumb4 a{
    padding-top: 72.454%;
}
.italbumshh .hhthumb.vthumb5 a{
    padding-top: 51.39%;
}
.italbumshh .hhthumb.vthumb6 a{
    padding-top: 128.936%;
}
.italbumshh .hhthumb a img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* <=== albumshome ===> */

/* <=== newspphome ===> */
.newspphome{
    padding: 75px 0 80px;
    position: relative;
    z-index: 1;
}
.newspphome .nnback{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 310px;
    z-index: -1;
    pointer-events: none;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.newspphome .nnback::before{
    content: '';
    background: rgb(23,103,142);
    background: linear-gradient(0deg, rgba(23,103,142,1) 0%, rgba(23,103,142,1) 30%, rgba(255,255,255,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.85;
}
.newspphome .nnback::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
    pointer-events: none;
    z-index: -1;
}
.hpnewspphh .hhtitle{
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #ff6700;
}
.hpnewspphh .hhtitle, .hpnewspphh .hhtitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}
.hpnewspphh .hhcapts{
    text-align: center;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 26px;
}
.hpnewspphh .hhviews{
    margin-bottom: 50px;
}
.slnewspphh .slick-list{
    margin: 0 -15px;
}
.slnewspphh .slick-slide{
    padding: 0 15px;
}
.slnewspphh .slick-list{
    padding: 5px 0 20px;
}
.itnewshh{
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08);
    height: 100%;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.itnewshh .decss{
    padding: 20px 25px 25px;
}
.itnewshh .dstitle{
    margin-bottom: 10px;
}
.itnewshh .dstitle, .itnewshh .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.itnewshh .dstitle, .itnewshh .dstitle a{
    color: #ff6700;
}

.itnewshh .dstitle a:hover{
    color: #9acc00;
}
.itnewshh .dstitle a{
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itnewshh .dsconts{
    font-size: 15px;
    line-height: 25px;
    height: 100px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.itnewshh .dsinfos{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 12px;
}
/* <=== newspphome ===> */
@media all and (min-width: 992px){
    /* <=== roomshome ===> */
    .hproomshh{
        position: relative;
    }
    .slroomshb{
        position: static;
    }
    .slroomshb .slick-arrow{
        position: absolute;
        top: 0;
        transform: unset;
    }
    .slroomshb .slick-prev{
        right: 100px;
        left: unset;
    }
    .slroomshb .slick-next{
        right: 20px;
        left: unset;
    }
    /* <=== roomshome ===> */

    /* <=== albumshome ===> */
    .italbumshh .hhthumb a::before{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        opacity: 0;
        background-color: #000000;
        z-index: 1;
        pointer-events: none;
        -webkit-transition: all 0.3s linear;
        -mos-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }
    .italbumshh .hhthumb:hover a::before{
        opacity: 0.4;
    }
    .italbumshh .hhthumb a::after{
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        width: 50px;
        height: 50px;
        background-image: url("../images/izoom.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 2;
        -webkit-transition: all 0.3s linear;
        -mos-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        opacity: 0;
    }
    .italbumshh .hhthumb:hover a::after{
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    /* <=== albumshome ===> */
}
@media all and (min-width: 1200px){
    /* <=== roomshome ===> */
    .slroomshb .slick-prev{
        right: 220px;
    }
    .slroomshb .slick-next{
        right: 140px;
    }
    /* <=== roomshome ===> */
}
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .slbannerhh .bancapts{
        bottom: 40px;
        padding: 0 30px;
    }
    .slbannerhh .csinner{
        padding: 8px 10px 10px 12px;
        max-width: 190px;
        border-radius: 8px;
    }
    .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: auto;
        padding-top: 51.316%;
        min-height: 195px;
    }
    .slbannerhh .csinner{
        transform: translateX(100px);
    }
    .slbannerhh .cstitle{
        transform: translateX(50px);
    }
    .slbannerhh .cstends{
        transform: translateX(50px);
    }
    .slbannerhh .slick-prev {
        left: 0;
    }
    .slbannerhh .slick-next {
        right: 0;
    }
    /* <=== bannerhome ===> */

    /* <=== formalhome ===> */
    .formalhome{
        position: relative;
        padding: 20px 0 0 0;
        bottom: unset;
    }
    .hpformalhh{
        box-shadow: 0 5px 45px 0 rgba(0, 0, 0, 0.08);
        padding: 15px 12px 18px 10px;
        border-radius: 0;
    }
    .hpformalhh .hhgrip .mcol,
    .hpformalhh .hhgrip .hcol,
    .hpformalhh .hhgrip .bcol,
    .hpformalhh .hhgrip .tcol{
        width: 25%;
    }
    .hpformalhh .hhgrip .ncol{
        width: 50%;
        margin: 0 auto;
        margin-top: 12px;
    }
    /* <=== formalhome ===> */

    /* <=== aboutshome ===> */
    .aboutshome{
        padding: 30px 0 90px;
    }
    .aboutshome::after{
        top: 35px;
        width: 299px;
        height: 384px;
    }
    .aboutshome::before{
        top: 40%;
        width: 254px;
        height: 297px;
    }
    .hpaboutshh .hhtitle{
        margin-bottom: 5px;
    }
    .hpaboutshh .hhtitle, .hpaboutshh .hhtitle h2, .hpaboutshh .hhtitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    .hpaboutshh .hhconts{
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0;
        margin-bottom: 20px;
    }
    .hpaboutshh .hhconts p{
        margin-bottom: 5px;
    }
    .hpaboutshh .hhviews{
        margin-bottom: 40px;
    }
    .hpaboutshh .viewall a{
        line-height: 21px;
        padding: 12px 20px;
    }
    .hpaboutshh .viewall a span{
        padding: 0 30px;
    }
    .hpaboutshh .hhvideo a::before{
        width: 65px;
        height: 65px;
    }
    /* <=== aboutshome ===> */

    /* <=== roomshome ===> */
    .roomshome{
        padding: 25px 0 45px;
    }
    .tproomsha .hainfos{
        padding-right: 0;
    }
    .tproomsha .hainfos .iftitle{
        text-align: center;
        margin-bottom: 5px;
    }
    .tproomsha .hainfos .iftitle, .tproomsha .hainfos .iftitle h2, .tproomsha .hainfos .iftitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    .tproomsha{
        margin-bottom: 20px;
    }
    .tproomsha .hainfos .ifconts{
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
    .itroomshb .decss{
        padding: 10px 18px 10px;
    }
    .itroomshb .dstitle, .itroomshb .dstitle h3{
        font-size: 22px;
        line-height: 30px;
    }
    .itroomshb .dsinfos ul{
        margin: 0 -11px;
    }
    .itroomshb .dsinfos li{
        padding: 0 11px;
        margin-bottom: 8px;
        font-size: 13px;
    }
    .slroomshb {
        padding-bottom: 75px;
    }
    .slroomshb .slick-arrow{
        bottom: 0;
        top: unset;
        transform: translateX(-50%);
        left: 50%;
    }
    .slroomshb .slick-prev{
        margin-left: -30px;
    }
    .slroomshb .slick-next{
        margin-left: 30px;
    }
    .slroomshb .slick-list{
        margin: 0 -8px;
    }
    .slroomshb .slick-slide{
        padding: 0 8px;
    }
    .itroomshb{
        width: 300px;
    }
    .itroomshb .dsinfos li .tm{
        max-width: 23px;
        margin-right: 10px;
    }
    /* <=== roomshome ===> */

    /* <=== cafbarhome ===> */
    .cafbarhome{
        padding: 25px 0 30px;
    }
    .itcafbarhh .thumb{
        margin-bottom: 15px;
    }
    .itcafbarhh .decss{
        position: static;
        padding: 0;
    }
    .itcafbarhh .decss::before{
        display: none;
    }
    .itcafbarhh .dsgrip .hcol{
        display: none;
    }
    .hpcafbarhh .hhtitle{
        margin-bottom: 5px;
    }
    .hpcafbarhh .hhtitle, .hpcafbarhh .hhtitle h2, .hpcafbarhh .hhtitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    .hpcafbarhh .hhconts{
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 20px;
    }
    .cafbarhome::before{
        width: 189px;
        height: 257px;
        top: -20px;
    }
    .cafbarhome::after{
        width: 198px;
        height: 172px;
        top: -20px;
    }
    .slcafbarhh .slick-prev{
        left: 5px;
    }
    .slcafbarhh .slick-next{
        right: 5px;
    }
    .slcafbarhh .slick-arrow::before{
        font-size: 35px;
    }
    .itcafbarhh .dstitle, .itcafbarhh .dstitle h3{
        font-size: 22px;
        line-height: 30px;
    }
    .itcafbarhh .dsconts{
        font-size: 14px;
        line-height: 24px;
        max-height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    /* <=== cafbarhome ===> */

    /* <=== albumshome ===> */
    .albumshome{
        padding: 25px 0;
    }
    .hpalbumshh .hhtitle, .hpalbumshh .hhtitle h2, .hpalbumshh .hhtitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    .albumshome::before{
        width: 205px;
        height: 230px;
    }
    .albumshome::after{
        width: 150px;
        height: 123px;
        top: 10px;
        background-image: url('../images/tvrightmb.png');
    }
    .hpalbumshh .hhlinks{
        margin-bottom: 30px;
    }
    .slalbumshh .slick-list{
        margin: 0 -7px;
    }
    .slalbumshh .slick-slide{
        padding: 0 7px;
    }
    .italbumshh .vvgrip{
        margin: 0 -7px;
    }
    .italbumshh .vvgrip > div{
        padding: 0 7px;
        margin-bottom: 14px;
    }
    .slalbumshh .slick-slide > div{
        width: 350px;
    }
    /* <=== albumshome ===> */

    /* <=== newspphome ===> */
    .newspphome{
        padding: 30px 0 35px;
    }
    .hpnewspphh .hhtitle{
        margin-bottom: 5px;
    }
    .hpnewspphh .hhtitle, .hpnewspphh .hhtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .hpnewspphh .hhcapts{
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .hpnewspphh .hhviews{
        margin-bottom: 35px;
    }
    .slnewspphh .slick-list{
        margin: 0 -7.5px;
    }
    .slnewspphh .slick-slide{
        padding: 0 7.5px;
    }
    .slnewspphh .slick-list{
        padding: 0;
    }
    .slnewspphh .slick-track{
        padding: 5px 0 20px;
    }
    .newspphome .nnback{
        bottom: 200px;
    }
    .itnewshh .decss{
        padding: 8px 12px 15px;
    }
    .itnewshh .dstitle{
        margin-bottom: 5px;
    }
    .itnewshh .dstitle, .itnewshh .dstitle h3{
        font-size: 16px;
        line-height: 24px;
    }
    .itnewshh .dstitle a{
        height: 48px;
    }
    .itnewshh .dsconts{
        font-size: 13px;
        line-height: 19px;
        height: 76px;
    }
    .itnewshh .dsinfos{
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .itnewshh .viewmore a{
        font-size: 13px;
        line-height: 20px;
    }
    .slnewspphh .slick-slide > div{
        width: 300px;
    }
    /* <=== newspphome ===> */
}
@media all and (max-width: 767px){
    /* <=== formalhome ===> */
    .hpformalhh{
        padding-left: 18px;
    }
    .hpformalhh .hhgrip .mcol, .hpformalhh .hhgrip .hcol, .hpformalhh .hhgrip .bcol, .hpformalhh .hhgrip .tcol{
        width: 50%;
    }
    .hpformalhh .hhgrip .hcol::before{
        display: none;
    }
    .hpformalhh .mcol .frminput.fadate input{
        padding-left: 0;
    }
    .hpformalhh .hhgrip .ncol{
        width: 100%;
        margin-top: 8px;
        padding-right: 20px;
    }
    .hpformalhh .hhgrip{
        margin: 0 -12px;
    }
    .hpformalhh .hhgrip > div{
        padding: 0 12px;
    }
    /* <=== formalhome ===> */

    /* <=== aboutshome ===> */
    .aboutshome::before{
        top: 60%;
    }
    /* <=== aboutshome ===> */

    /* <=== roomshome ===> */
    .itroomshb{
        width: 240px;
    }
    /* <=== roomshome ===> */

    /* <=== albumshome ===> */
    .slalbumshh .slick-slide > div{
        width: 260px;
    }
    /* <=== albumshome ===> */

    /* <=== newspphome ===> */
    .slnewspphh .slick-slide > div{
        width: 240px;
    }
    /* <=== newspphome ===> */
}