/*slide-indexcss*/
.slide-indexcss.owl-theme .owl-nav [class*='owl-']{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    transition: all 0.3s;
}
.slide-indexcss.owl-theme .owl-nav .owl-prev{
    left: 10px;
}
.slide-indexcss.owl-theme .owl-nav .owl-next{
    right: 10px;
}
.slide-indexcss.owl-theme .owl-nav [class*='owl-'] svg{
    fill: #Fff;
    width: 17px;
    height: 18px;
    margin-top: 7px;
}
.slide-indexcss.owl-theme .owl-nav [class*='owl-']:hover{
    opacity: 1;
    background: #ea2e22;
    border-color: #ea2e22;
}
.slide-indexcss.owl-theme .owl-nav{
    margin: 0;
}
.owl-carousel .owl-dots .owl-dot span{
    background: #ddd;
}
.owl-carousel .owl-dots .owl-dot.active span, 
.owl-carousel .owl-dots .owl-dot:hover span{
    background: #ea2e22;
}
.slide-indexcss .owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media(max-width: 767px){
    .slide-indexcss.owl-theme .owl-nav [class*='owl-']{
        display: none;
    }
}
/*End slide-indexcss*/

/*st1*/
.st1-vid{
    position: relative;
    display: block;
}
.st1-vid:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s;
    background: rgba(0, 0, 0, 0.163);
}
.st1-vid:hover:before{
    opacity: 1;
}
.st1-vidicon{
    padding-left: 5px;
    transition: all 0.3s;
    color: #ea2e22;
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 2px solid #fff;
    border-radius: 50%;
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
}
.st1-vid:hover .st1-vidicon{
    background: #f2d77d;
    border-color: #f2d77d;
}
.st1-vid img{
    width: 100%;
}
.st1-text{
    font-size: 18px;
    background: url(../images/Logo-Ngoc-Hoang-opacity.png) center center no-repeat;
    background-size: contain;
}
.st1-title{
    margin: 0 0 16px;
    color: #004da2;
    text-transform: uppercase;
    font-weight: bold;
}
.st1-title:after{
    background: url(../images/dot.png);
    background-size: cover;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    content: '';
    width: 70px;
    height: 27px;
}
@media(max-width: 991px){
    .st1-title{
        font-size: 22px;
    }
    .st1 .row{
        display: flex;
        flex-direction: column-reverse;
    }
    .st1-text{
        font-size: 15px;
    }
}
/*End st1*/

/*st2*/
.st2-item img{
    height: 75px;
}
.st2-title{
    font-size: 20px;
    font-weight: 600;
}
.st2-item{
    font-size: 16px;
    margin-bottom: 25px;
}
/*End st2*/

/*st5*/
.st5{
    background: #004da2;
    color: #fff;
    margin-top:15px;
}
.st5-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin: 0 0 30px;
    padding-bottom: 10px;
    position: relative;
    z-index: 9;
    color: #fff;
    text-transform: uppercase;
}
.st5-title:before {
    content: "";
    position: absolute;
    width: 50px;
    border-top: 4px solid #fff;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.st5-title:before{
    border-color: #fff;
}
.st5-heading-inner{
    margin: auto;
    width: 1000px;
    max-width: 100%;
    margin-bottom: 45px;
}
@media(max-width: 767px){
    .st5-title{
        font-size: 20px;
        line-height: 1.5;
    }
}
/*End st5*/

/*st6*/
.st6-item-name{
    font-size: 18px;
}
.st6-item-name a{
    color: #000;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.st6-item-name a:hover{
    color: #ea2e22;
}
.st6-item-date{
    font-size: 13px;
    color: #333;
    margin-bottom: 2px;
}
.st6-item-des {
    display: block;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 44px;
}
@media(max-width: 767px){
    .st6-item-name{
        font-size: 16px;
    }
}
/*End st6*/

/*st7*/
.st7-item{
    margin-bottom: 30px;
}
.st7-item-inner span{
    position: absolute;
    background: rgb(124 87 45 / 60%);
    padding: 15px;
    color: #fff;
    bottom: 20px;
    left: 10%;
    width: 80%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0;
    filter: blur(0px);
    pointer-events: none;
    transform: scale(0.9) translateZ(0px);
    transition: opacity 0.5s, transform 0.3s, max-height 0.6s, filter 0.6s, -webkit-transform 0.3s, -webkit-filter 0.6s;
}
.st7-item-inner:hover span{
    opacity: 1;
    pointer-events: inherit;
    transform: scale(1) translateZ(0px) translateY(0px);
}
/*End st7*/