body{
	-webkit-animation: fadeInFromNone 0.03s ease-out;
	-moz-animation: fadeInFromNone 0.03s ease-out;
	-o-animation: fadeInFromNone 0.03s ease-out;
	animation: fadeInFromNone 0.03s ease-out;
}
@-webkit-keyframes fadeInFromNone {
    0% {

        opacity: 0;
    }

    1% {

        opacity: 0;
    }

    100% {

        opacity: 1;
    }
}
@-moz-keyframes fadeInFromNone {
    0% {

        opacity: 0;
    }

    1% {

        opacity: 0;
    }

    100% {

        opacity: 1;
    }
}
@-o-keyframes fadeInFromNone {
    0% {

        opacity: 0;
    }

    1% {

        opacity: 0;
    }

    100% {

        opacity: 1;
    }
}
@keyframes fadeInFromNone {
    0% {

        opacity: 0;
    }

    1% {

        opacity: 0;
    }

    100% {

        opacity: 1;
    }
}
.vhtoa{
    position: relative;
}
.vhtoa::before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 20px rgba(255,255,255,1);
    -o-box-shadow: 0 0 20px rgba(255,255,255,1);
    box-shadow: 0 0 20px rgba(255,255,255,1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-name: spread-effect;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    visibility: visible;
}
.vhtoa::after{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 20px rgba(255,255,255,1);
    -o-box-shadow: 0 0 20px rgba(255,255,255,1);
    box-shadow: 0 0 20px rgba(255,255,255,1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-name: spread-effect;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    visibility: visible;
}
@-webkit-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@-moz-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@-ms-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@-o-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
a:focus, button:focus, textarea:focus, select:focus, input:focus{
    outline: 0!important;
}
a, button{
    color:#333333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.box_mid .mid-title .titleL{
    font-size: 40px;
    line-height: 55px;
    color:#333333;
}
.wrapper{
    padding: 0 10px;
}
.vhslickload .colsl, .vhslickload .item, .vhslickload .lcol, .vhslickload .colo{
    display: none;
}
.vhslickload.slick-slider .colsl, .vhslickload.slick-slider .item, .vhslickload.slick-slider .lcol,  .vhslickload.slick-slider .colo{
    display: block;
}
/* <=== vnttitle ===> */
.vnttitle{
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.vnttitle::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: var(--cms-color-base, #cf3732);
    width: 80px;
}
.vnttitle, .vnttitle h1, .vnttitle h2{
    font-size: 40px;
    line-height: 55px;
    font-weight: bold;
}
/* <=== vnttitle ===> */

/* <=== tpparnertma ===> */
.tpparnertma{
    margin-bottom: 40px;
}
.tpparnertma .magform{
    position: relative;
    display: flex;
}
.tpparnertma .magform input{
    width: calc(100% - 150px);
    height: 55px;
    border: 1px solid #dddddd;
    border-right: none;
    padding: 0 15px;
    border-radius: 5px 0 0 5px;
    font-size: 15px;
}
.tpparnertma .magform input::-webkit-input-placeholder {
    color: #888888;
}
.tpparnertma .magform input:-ms-input-placeholder {
    color: #888888;
}
.tpparnertma .magform input::placeholder {
    color: #888888;
}
.tpparnertma .magform button{
    width: calc(150px + 5px);
    position: relative;
    margin-left: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 55px;
    background-color: var(--cms-color-base, #cf3732);
    color: #fff;
    border: 1px solid var(--cms-color-base, #cf3732);
    border-radius: 5px;
    padding: 5px;
    font-size: 15px;
}
.tpparnertma .magform button:hover{
    background-color: transparent;
    color: var(--cms-color-base, #cf3732);
}
.tpparnertma .magform button i{
    font-size: 18px;
    margin-right: 10px;
}
/* <=== tpparnertma ===> */

/* <=== tpparnertmb ===> */
.tpparnertmb{
    margin-bottom: 20px;
}
.tpparnertmb .mbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpparnertmb .mbgrip > div{
    padding: 0 15px;
    width: 20%;
    margin-bottom: 30px;
}
.itparnertmb .thumb{
    margin-bottom: 10px;
}
.itparnertmb .thumb a{
    display: block;
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
.itparnertmb:hover .thumb a{
    border-color: var(--cms-color-base, #cf3732);
}
.itparnertmb .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 95%;
    max-width: 95%;
}
.itparnertmb .decss{
    text-align: center;
}
.itparnertmb .dstitle{
    text-transform: uppercase;
}
.itparnertmb .dstitle, .itparnertmb .dstitle h3{
    font-size: 14px;
    line-height: 21px;
}
.itparnertmb:hover .dstitle a{
    color: var(--cms-color-base, #cf3732);
}
/* <=== tpparnertmb ===> */

/* <=== tpparnertmc ===> */
.tpparnertmc .mctitle{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.tpparnertmc .mcconts{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
/* <=== tpparnertmc ===> */

/* <=== tpparnertha ===> */
.tpparnertha{
    margin-bottom: 40px;
}
.tpparnertha .hagrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.tpparnertha .hagrip > div{
    padding: 0 25px;
}
.tpparnertha .hagrip .lcol{
    width: 420px;
}
.tpparnertha .hagrip .rcol{
    width: calc(100% - 420px);
}
.tpparnertha .hathumb{
    display: block;
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
.tpparnertha .hathumb img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 95%;
    max-height: 95%;
}
.tpparnertha .hadecss{
    padding-top: 25px;
}
.tpparnertha .dslink{
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    position: relative;
    padding-left: 26px
}
.tpparnertha .dslink::before{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 17px;
    height: 16px;
    background-image: url('../images/iweb.png');
    background-position: left center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.tpparnertha .dstend{
    font-size: 16px;
    line-height: 26px;
}
/* <=== tpparnertha ===> */

/* <=== tpparnerthb ===> */
.tpparnerthb{
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 26px;
}
/* <=== tpparnerthb ===> */

/* <=== tpparnerthc ===> */
.tpparnerthc{
    margin-bottom: 30px;
}
.tpparnerthc .hcgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -5px;
}
.tpparnerthc .hcgrip > div{
    padding: 0 5px;
    width: 50%;
}
.tpparnerthc .imgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpparnerthc .imgrip > div{
    padding: 0 5px;
    width: 50%;
    margin-bottom: 10px;
}
.slvideopn .slick-dots{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.slvideopn .slick-dots li{
    margin: 0 5px;
}
.slvideopn .slick-dots li button{
    background-color: transparent;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}
.slvideopn .slick-dots li.slick-active button{
    background-color: #fff;
}
.slvideopn .slick-dots li button::before, .slvideopn .slick-dots li button::after{
    display: none;
}
.itvideopn a{
    display: block;
    height: 390px;
    position: relative;
    overflow: hidden;
}
.itvideopn 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;
}
.itvideopn:hover a img{
    transform: scale(1.05);
}
.itvideopn a .iplay {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background-image: url('../images/ivideo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.itimagespn a{
    display: block;
    height: 190px;
    position: relative;
    overflow: hidden;
}
.itimagespn 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;
}
.itimagespn:hover a img{
    transform: scale(1.05);
}
.itimagespn a::before{
    content: '';
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 1;
    width: 34px;
    height: 29px;
    background-image: url('../images/ithumb.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/* <=== tpparnerthc ===> */

@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    .box_mid .mid-title .titleL{
        font-size: 20px;
        line-height: 30px;
    }
    /* <=== vnttitle ===> */
    .vnttitle{
        margin-bottom: 25px;
        padding-bottom: 15px;
    }
    .vnttitle, .vnttitle h1, .vnttitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    /* <=== vnttitle ===> */

    /* <=== tpparnertma ===> */
    .tpparnertma{
        margin-bottom: 20px;
    }
    .tpparnertma .magform input{
        height: 44px;
    }
    .tpparnertma .magform input{
        width: calc(100% - 125px);
        font-size: 14px;
        padding: 0 12px;
    }
    .tpparnertma .magform button{
        height: 44px;
        width: 125px;
        font-size: 14px;
    }
    .tpparnertma .magform button i{
        font-size: 16px;
    }
    /* <=== tpparnertma ===> */

    /* <=== tpparnertmb ===> */
    .tpparnertmb{
        margin-bottom: 10px;
    }
    .tpparnertmb .mbgrip{
        margin: 0 -5px;
    }
    .tpparnertmb .mbgrip > div{
        width: 25%;
        padding: 0 5px;
        margin-bottom: 20px;
    }
    .itparnertmb .dstitle, .itparnertmb .dstitle h3{
        font-size: 13px;
        line-height: 20px;
    }
    /* <=== tpparnertmb ===> */

    /* <=== tpparnertha ===> */
    .tpparnertha{
        margin-bottom: 15px;
    }
    .tpparnertha .hagrip{
        margin: 0 -15px;
    }
    .tpparnertha .hagrip > div{
        padding: 0 15px;
    }
    .tpparnertha .hagrip .lcol{
        width: 300px;
    }
    .tpparnertha .hagrip .rcol{
        width: calc(100% - 300px);
    }
    .tpparnertha .dstend{
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== tpparnertha ===> */

    /* <=== tpparnerthb ===> */
    .tpparnerthb{
        margin-bottom: 35px;
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== tpparnerthb ===> */

    /* <=== tpparnerthc ===> */
    .tpparnerthc{
        margin-bottom: 10px;
    }
    .tpparnerthc .hcgrip > div{
        width: 100%;
        margin-bottom: 10px;
    }
    .itvideopn a, .itimagespn a{
        height: 0;
        padding-top: 65.56%;
    }
    /* <=== tpparnerthc ===> */
}
@media all and (max-width: 767px){
    /* <=== tpparnertmb ===> */
    .tpparnertmb .mbgrip > div{
        width: 50%;
    }
    /* <=== tpparnertmb ===> */

    /* <=== tpparnertha ===> */
    .tpparnertha .hagrip .lcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpparnertha .hagrip .rcol{
        width: 100%;
    }
    /* <=== tpparnertha ===> */

    /* <=== tpparnerthc ===> */
    .itimagespn a::before{
        width: 25px;
        height: 21px;
        left: 13px;
        bottom: 13px;
    }
    /* <=== tpparnerthc ===> */
}
