/* <=== vhprojecpg ===> */
.vhprojecpg .prpadd{
    padding: 30px 0 40px;
}
/* <=== vhprojecpg ===> */

/* <=== hpprojecmm ===> */
.hpprojecmm{
    background-color: #f5f5f5;
}
.tpprojecmm{
    position: relative;
    z-index: 2;
}
.tpprojecmm > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.tpprojecmm > ul > li{
    margin-right: 50px;
}
.tpprojecmm > ul > li:last-child{
    margin-right: 0;
}
.tpprojecmm > ul > li > .m-sub{
    position: relative;
}
.tpprojecmm > ul > li > .m-sub .button-submenu{
    display: block;
    position: absolute;
    right: 0;
    width: 20px;
    height: 100%;
    top: 0;
    pointer-events: none;
}
.tpprojecmm > ul > li > .m-sub .button-submenu::before{
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tpprojecmm > ul > li.active > .m-sub .button-submenu::before{
    content: '\f106';
}
.tpprojecmm > ul > li > a, .tpprojecmm > ul > li > .m-sub > a{
    padding: 15px 0;
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}
.tpprojecmm > ul > li > .m-sub > a{
    padding-right: 20px;
}
.tpprojecmm > ul > li > a span, .tpprojecmm > ul > li > .m-sub > a span{
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.tpprojecmm > ul > li > a span::before, .tpprojecmm > ul > li > .m-sub > a span::before{
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tpprojecmm > ul > li > a span::after, .tpprojecmm > ul > li > .m-sub > a span::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #eeeeee;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tpprojecmm > ul > li:hover > a span::after, .tpprojecmm > ul > li:hover > .m-sub > a span::after{
    opacity: 1;
    visibility: initial;
}
.tpprojecmm > ul > li > ul{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 25px 40px 10px;
    background-color: #eeeeee;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tpprojecmm > ul > li:hover > ul{
    opacity: 1;
    visibility: initial;
}
.tpprojecmm > ul > li > ul li{
    width: 25%;
    margin-bottom: 15px;
}
.tpprojecmm > ul > li > ul li a{
    font-size: 15px;
    line-height: 23px;
}
/* <=== hpprojecmm ===> */

/* <=== hpprojechh ===> */
.hpprojechh .hhpadd{
    padding: 10px 10px 0;
}
.hpprojechh .hhlist{
    margin-bottom: 35px;
}
.tpprojechh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpprojechh .hhgrip > div{
    padding: 0 5px;
    width: 50%;
    margin-bottom: 10px;
}
.itprojechh{
    position: relative;
}
.itprojechh .decss{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 30px 35px 25px 35px;
    pointer-events: none;
}
.itprojechh .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.6) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: -1;
}
.itprojechh .decss, .itprojechh .decss a{
    color: #fff;
}
.itprojechh .dstitle{
    text-transform: uppercase;
}
.itprojechh .dstitle, .itprojechh .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.itprojechh .dstitle a{
    display: block;
    padding-right: 50px;
    position: relative;
}
.itprojechh .dstitle a::before{
    content: '\e909';
    font-family: 'icomoon' !important;
    position: absolute;
    bottom: 10px;
    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;
}
.itprojechh:hover .dstitle a::before{
    background-color: #fff;
    color: #ec1d23;
    animation: pulse_toa 2s infinite;
}
/* <=== hpprojechh ===> */

/* <=== vhortherpg ===> */
.vhortherpg .orpadd{
    padding: 40px 10px 70px;
}
.slortherpg .slick-arrow{
    top: -90px;
    transform: unset;
}
.slortherpg .slick-prev{
    right: 40px;
    left: unset;
}
.slortherpg .slick-next{
    right: 0;
}
/* <=== vhortherpg ===> */

/* <=== vhdetailpg ===> */
.vhdetailpg .dtpadd{
    padding: 25px 0 70px;
}
.hpdetailpg .dtwrap{
    max-width: 850px;
    margin: 0 auto;
}
.tpdetailmm .mmtitle{
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.tpdetailmm .mmtitle, .tpdetailmm .mmtitle h1, .tpdetailmm .mmtitle h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.tpdetailmm .mmconts{
    margin-bottom: 25px;
}
.tpdetailmm .ctthumb{
    margin-bottom: 20px;
}
.slthumb .slick-arrow{
    width: 55px;
    height: 55px;
    border: 2px solid #c8cdd3;
    color: #fff;
    border-radius: 100%;
}
.slthumb .slick-arrow:hover{
    background-color: #c8cdd3;
    color: #ec1d23;
}
.slthumb .slick-arrow::before{
    font-size: 12px;
}
.slthumb .slick-prev{
    left: 30px;
}
.slthumb .slick-next{
    right: 30px;
}
.slthumb .itthumb img{
    width: 100%;
}
.tpdetailmm .ctinfos{
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 26px;
}
.tpdetailmm .ctinfos li{
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
}
.tpdetailmm .ctinfos li .tm{
    width: 205px;
    padding-right: 10px;
    font-weight: 600;
}
.tpdetailmm .ctinfos li .th{
    width: calc(100% - 205px);
}
.tpdetailmm .mmshare{
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}
.itdetailhf{
    background-color: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
}
.itdetailhf .hfgrip{
    display: flex;
    flex-wrap: wrap;
}
.itdetailhf .hfgrip > div{
    width: 50%;
}
.itdetailhf .thumb{
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.itdetailhf .thumb img{
    width: 100%;
    opacity: 0;
}
.itdetailhf .decss{
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 30px 37px;
}
.itdetailhf .dstitle{
    margin-bottom: 15px;
}
.itdetailhf .dstitle, .itdetailhf .dstitle h3{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.itdetailhf .fminput{
    margin-bottom: 15px;
}
.itdetailhf .ipgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.itdetailhf .ipgrip > div{
    padding: 0 10px;
    width: 100%;
    margin-bottom: 15px;
}
.itdetailhf .ipgrip .hcol{
    width: 50%;
}
.itdetailhf .fmgroup input, .itdetailhf .fmgroup select{
    width: 100%;
    height: 45px;
    border: none;
    border-bottom: 1px solid #000000;
    font-size: 16px;
    line-height: 24px;
    background-color: transparent;
}
.itdetailhf .fmgroup .chosen-container{
    background-color: transparent;
}
.itdetailhf .fmgroup .chosen-single{
    border: none;
    border-bottom: 1px solid #000000;
    background-color: transparent;
    padding-left: 0;
    background-position: right 0 center;
}
.itdetailhf .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;
}
/* <=== vhdetailpg ===> */

/* <===== vntpopvdeo =====> */
.vntpopvdeo{
    padding: 40px 90px;
    background-color: transparent;
}
.vntpopvdeo .vdpadd{
    background-color: #fff;
    padding: 50px 60px;
}
.vntpopvdeo .vdinfo{
    padding-top: 59.185%;
    position: relative;
    overflow: hidden;
}
.vntpopvdeo .vdinfo img, .vntpopvdeo .vdinfo video, .vntpopvdeo .vdinfo iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}
.vstyvideo .fancybox-close-small{
    top: 0;
    right: 0;
    padding: 0;
    color: #fff;
    background-color: transparent;
    opacity: 1;
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    border-radius: 100%;
}
.vstyvideo .fancybox-close-small::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 30px;
    height: 1px;
    background-color: #fff;
}
.vstyvideo .fancybox-close-small::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 30px;
    height: 1px;
    background-color: #fff;
}
.vstyvideo .fancybox-close-small svg{
    display: none;
}
/* <===== vntpopvdeo =====> */

/* <=== vhalbumspg ===> */
.vhalbumspg .alpadd{
    padding: 25px 0 30px;
}
.tpalbumsmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
    padding-bottom: 70px;
}
.tpalbumsmm .mmgrip > div{
    padding: 0 30px;
    width: 50%;
    margin-bottom: 70px;
    position: relative;
}
.tpalbumsmm .mmgrip > div:nth-child(even){
    top: 80px;
}
.itvideoall .thumb{
    margin-bottom: 30px;
}
.itvideoall .thumb a{
    display: block;
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 10px 15px 15px 0 rgba(0, 0, 0, 0.25);
}
.itvideoall .thumb a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background-image: url('../images/iplay.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 2;
    animation: pulse_toa 2s infinite;
}
.itvideoall .thumb a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itvideoall:hover .thumb a::after{
    opacity: 0.3;
}
.itvideoall .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itvideoall .decss{
    padding: 0 25px;
}
.itvideoall .dstitle, .itvideoall .dstitle h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
.itvideoall:hover .dstitle a{
    color: #ec1d23;
}
/* <=== vhalbumspg ===> */
@media all and (max-width: 1200px){

}
@media all and (min-width: 992px){
    .tpprojecmm > ul > li > ul{
        display: flex!important;
    }
}
@media all and (max-width: 991px){
    /* <=== vhprojecpg ===> */
    .vhprojecpg .prpadd{
        padding: 20px 0 30px;
    }
    /* <=== vhprojecpg ===> */

    /* <=== hpprojecmm ===> */
    .hpprojecmm{
        padding: 12px 0;
    }
    .tpprojecmm > ul > li{
        margin-right: 0;
        width: 100%;
        margin-bottom: 5px;
    }
    .tpprojecmm > ul > li > .m-sub{
        position: relative;
    }
    .tpprojecmm > ul > li > a span, .tpprojecmm > ul > li > .m-sub > a span{
        padding-right: 0;
    }
    .tpprojecmm > ul > li > a, .tpprojecmm > ul > li > .m-sub > a{
        padding: 0;
        padding-right: 40px;
        display: block;
        font-size: 15px;
    }
    .tpprojecmm > ul > li > a span::before, .tpprojecmm > ul > li > .m-sub > a span::before{
        display: none;
    }
    .tpprojecmm > ul > li > .m-sub .button-submenu{
        pointer-events: auto;
        width: 40px;
    }
    .tpprojecmm > ul > li > .m-sub .button-submenu::before{
        font-size: 16px;
        color: #666666;
    }
    .tpprojecmm > ul > li > a span::before, .tpprojecmm > ul > li > .m-sub > a span::before,
    .tpprojecmm > ul > li > a span::after, .tpprojecmm > ul > li > .m-sub > a span::after{
        display: none;
    }
    .tpprojecmm > ul > li > ul{
        position: relative;
        padding: 5px 20px 5px 15px;
        opacity: 1;
        visibility: initial;
        top: 0;
        background-color: transparent;
        display: none;
        -webkit-transition: all 0s linear;
        -o-transition: all 0s linear;
        transition: all 0s linear;
    }
    .tpprojecmm > ul > li > ul li{
        width: 100%;
        margin-bottom: 10px;
    }
    .tpprojecmm > ul > li > ul li a{
        display: block;
        position: relative;
        padding-left: 10px;

    }
    .tpprojecmm > ul > li > ul li a::before{
        content: '';
        position: absolute;
        left: 0;
        top: 12px;
        width: 3px;
        height: 3px;
        background-color: #333;
        border-radius: 100%;
    }
    /* <=== hpprojecmm ===> */

    /* <=== hpprojechh ===> */
    .itprojechh .decss{
        padding: 20px 15px 15px;
    }
    .itprojechh .dstitle, .itprojechh .dstitle h3{
        font-size: 18px;
        line-height: 26px;
    }
    /* <=== hpprojechh ===> */

    /* <=== vhortherpg ===> */
    .vhortherpg .orpadd{
        padding: 25px 10px 35px;
    }
    /* <=== vhortherpg ===> */

    /* <=== vhdetailpg ===> */
    .vhdetailpg .dtpadd{
        padding: 20px 0 35px;
    }
    .itdetailhf{
        margin: 0 -20px;
        border-radius: 0;
    }
    .itdetailhf .dstitle, .itdetailhf .dstitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    .itdetailhf .decss{
        padding: 30px 20px;
    }
    .itdetailha .thumb, .itdetailhb .hbthumb, .itdetailhb .ifitem .thumb{
        border-radius: 5px;
    }
    .tpdetailmm .mmtitle{
        margin-bottom: 20px;
    }
    .tpdetailmm .mmtitle, .tpdetailmm .mmtitle h1, .tpdetailmm .mmtitle h2{
        font-size: 20px;
        line-height: 30px;
    }
    .slthumb .slick-prev{
        left: 9px;
    }
    .slthumb .slick-next{
        right: 9px;
    }
    .tpdetailmm .ctinfos{
        font-size: 15px;
        line-height: 25px;
    }
    .tpdetailmm .mmconts{
        margin-bottom: 20px;
    }
    .tpdetailmm .mmshare{
        padding-top: 15px;
    }
    /* <=== vhdetailpg ===> */

    /* <===== vntpopvdeo =====> */
    .vntpopvdeo .vdpadd{
        padding: 30px 10px;
    }
    /* <===== vntpopvdeo =====> */

    /* <=== vhalbumspg ===> */
    .vhalbumspg .alpadd{
        padding: 20px 0 25px;
    }
    .tpalbumsmm .mmgrip{
        margin: 0 -15px;
        padding-bottom: 30px;
    }
    .tpalbumsmm .mmgrip > div{
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .tpalbumsmm .mmgrip > div:nth-child(even){
        top: 30px;
    }
    .itvideoall .thumb{
        margin-bottom: 20px;
    }
    .itvideoall .thumb a{
        border-radius: 10px;
    }
    .itvideoall .decss{
        padding: 0;
    }
    .itvideoall .dstitle, .itvideoall .dstitle h3{
        font-size: 15px;
        line-height: 23px;
    }
    /* <=== vhalbumspg ===> */
}
@media all and (max-width: 767px){
    /* <=== hpprojechh ===> */
    .tpprojechh .hhgrip > div{
        width: 100%;
    }
    /* <=== hpprojechh ===> */

    /* <=== vhdetailpg ===> */
    .itdetailhf .hfgrip > div{
        width: 100%;
    }
    .itdetailhf .viewall{
        text-align: center;
    }
    .tpdetailmm .ctinfos li .tm{
        width: 100%;
    }
    .tpdetailmm .ctinfos li .th{
        width: 100%;
    }
    /* <=== vhdetailpg ===> */

    /* <===== vntpopvdeo =====> */
    .vntpopvdeo{
        padding: 0;
    }
    .vstyvideo .fancybox-close-small{
        position: fixed;
        top: 10px;
        right: 10px;
        width: 60px;
        height: 60px;
    }
    /* <===== vntpopvdeo =====> */

    /* <=== vhalbumspg ===> */
    .tpalbumsmm .mmgrip{
        padding-bottom: 0;
    }
    .tpalbumsmm .mmgrip > div{
        width: 100%;
    }
    .tpalbumsmm .mmgrip > div:nth-child(even){
        top: 0;
    }
    /* <=== vhalbumspg ===> */
}