.noteProTop{
    max-width: 790px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
}


/*  */

/*  */

.vntDetail .infoOneDt{
    margin-bottom: 50px;
}
.vntDetail .infoOneDt ul{
    display: flex;
    flex-wrap: wrap;
}
.vntDetail .infoOneDt ul li{
    width: calc(50% - 10px);
    padding: 12px 0;
    margin-right: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.vntDetail .infoOneDt ul li:nth-child(2n + 2){
    margin-right: 0px;
}
.vntDetail .infoOneDt li .name{
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
}
.vntDetail .infoOneDt li .txt{
    color: #666666;
    font-size: 15px;
    line-height: 23px;
}
.lstDetailOne .itemDetailOne{
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 23px;
} 
.itemDetailOne .titleLineDt{
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
}
.itemDetailOne .titleLineDt::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 70px;
    height: 3px;
    background-color: #2d3591;
}
.itemDetailOne .titleLineDt h2{
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2d3591;
}
/*  */
.gripProject{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.gripProject .colGr{
    width: 50%;
}
.itemProject{
    position: relative;
}
.itemProject .thumb a{
    display: block;
    position: relative;
    padding-top: 55.556%;
    overflow: hidden;
}
.itemProject .thumb a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    z-index: 1;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
}
.itemProject .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.itemProject .decs{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px;
    z-index: 2;
    pointer-events: none;
}
.itemProject .decs h3{
    font-size: 22px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}
.itemProject .decs h3 a{
    color: #ffffff;
}
.itemProject:hover .decs h3 a{
    /* color: #0066b1;   */
}
.itemProject .decs .ponsi{
    color: #ffffff;
}
/* stylde detail */
.gripTabDetail{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.gripTabDetail > div{
    padding: 0 15px;
}
.gripTabDetail .colL{
    width: 120px;
}
.gripTabDetail .colR{
    width: calc(100% - 120px);
}
.lstTabDetal li{
    display: block;
    margin-bottom: 2px;
}
.lstTabDetal li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    width: 100px;
    height: 100px;
    background-color: #f5f5f5;
    font-size: 13px;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
}
.lstTabDetal li.current a, .lstTabDetal li:hover a{
    background-color: #2d3591;
    color: #ffffff;
}
/*  */
.itemDetailOne{
    margin-bottom: 60px;
}
.gripdtThumb{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px;
}
.gripdtThumb > div{
    padding: 0 2px;
    width: 50%;
}
/*  */
.sliderNavThumb {
    margin-bottom: 10px;
}
.sliderNavThumb .thumbSl img{
    width: 100%;
}
.sliderForThumb {
    padding: 0 10px;
}
.sliderForThumb .slick-list{
    margin: 0 -5px;
}
.sliderForThumb .slick-slide{
    padding: 0 5px;
}
.sliderForThumb .thumbSl{
    cursor: pointer;
    position: relative;
    padding-top: 65.56%;
}
.sliderForThumb .thumbSl img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sliderForThumb .thumbSl::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sliderForThumb .slick-current .thumbSl::before{
    opacity: 0;
}

/*  */
.sliderVideo .itemvideo a{
    display: block;
    position: relative;
    padding-top: 50.9%;
    overflow: hidden;
}
.sliderVideo .itemvideo a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sliderVideo .itemvideo a .playvideo{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sliderVideo .itemvideo a .playvideo::before{
    content: '\f04b';
    position: absolute;
    left: 56%;
    top: 53%;
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    color: #2d3591;
    font-size: 18px;
    line-height: 27px;
}
.sliderVideo .itemvideo a .playvideo::after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    opacity: 0.2;
    border-radius: 50%;
    -webkit-animation: pulse-border 2000ms ease-out infinite;
    animation: pulse-border 2000ms ease-out infinite;
    transition: all 0.2s ease-in-out;
}
@keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
}
@media all and (max-width: 1200px){
    .vntDetail .infoOneDt li .name{
        font-size: 16px;
        line-height: 24px;
    }
    .itemDetailOne .titleLineDt h2{
        font-size: 30px;
        line-height: 40px;
    }
    .titleTabLine h2{
        font-size: 30px;
        line-height: 40px;
    }
}

@media all and (max-width: 991px){
    .noteProTop{
        font-size: 14px;
        line-height: 22px;
    }

    /*  */
    .itemDetailOne .titleLineDt h2{
        font-size: 25px;
        line-height: 37px;
    }
    .lstDetailOne .itemDetailOne{
        font-size: 14px;
        line-height: 22px;
    }
    .gripProject{
        margin-bottom: 30px;
    }
    .itemProject .decs{
		padding: 20px;
	}
	.itemProject .decs h3{
		font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .itemProject .decs .ponsi{
        font-size: 13px;
        line-height: 21px;
    }
    .gripTabDetail .colL{
        width: 100%;
        display: none;
    }
    .gripTabDetail .colR{
        width: 100%;
    }
    .itemDetailOne{
        margin-bottom: 30px;
    }
}
@media all and (max-width: 767px){

    .vntDetail .infoOneDt ul li{
        margin-right: 0;
        width: 100%;
    }
    .gripProject .colGr{
        width: 100%;
    }
    .gripdtThumb > div{
        width: 100%;
    }
    .sliderVideo .itemvideo a{
        padding-top: 65.56%;
    }
    .sliderVideo .itemvideo a .playvideo{
        width: 60px;
        height: 60px;
    }
}