/*st1*/
.st1-right{
    padding: 0px 0px 0px 3px;
}
.st1r-item{
    margin-bottom: 2px;
}
.st1-slide.owl-theme .owl-nav [class*='owl-']{
    position: absolute;
    top: 45%;
    padding: 6px 10px;
    background: #035279;
    border-radius: 0;
    font-size: 20px;
    opacity: 0;
}
.st1-slide .owl-prev{
    left: 0;
}
.st1-slide .owl-next{
    right: 0;
}
.st1-slide.owl-theme:hover .owl-nav [class*='owl-']{
    opacity: 1;
}
.st1-slide.owl-theme .owl-dots .owl-dot span{
    backface-visibility: visible;
    background: #d6d6d6 none repeat scroll 0 0;
    display: block;
    transition: opacity 0.2s ease 0s;
    width: 15px;
    height: 3px;
    border-radius: 2px;
    margin: 7px 3px
}
.st1-slide.owl-theme .owl-dots .owl-dot.active span, 
.st1-slide.owl-theme .owl-dots .owl-dot:hover span {
    background: #c9252c none repeat scroll 0 0;
}
.st1-slide.owl-theme .owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
@media(max-width: 767px){
    .st1 .container{
        padding: 0;
    }
    .st1-slide.owl-theme .owl-nav [class*='owl-']{
        display: none;
    }
}
/*End st1*/

/*st1new*/
.st1new{
    background: #035279;
    color: #fff;
    padding: 8px 0 35px;
    font-size: 15px;
}
.st1new h1{
    font-size: 27px;
}
/*End st1new*/

/*st3*/
.st3{
    padding-bottom: 20px;
}
.st3-inner{
    background: #FFF;
    margin-bottom: 20px;
    border-radius: 3px;
}
.st3-banner{
    margin-bottom: 20px;
}
@media(max-width: 767px){
    .st3 .col-xs-12{
        padding: 0;
    }
}
/*End st3*/

/*tintuc*/
.tintuc{
    padding: 0 0 30px;
}
.tintuc-title{
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    margin: 0 0 30px;
    padding-bottom: 10px;
    color: #035279;
    font-weight: bold;
}
.title-st{
    padding-bottom: 10px;
    position: relative;
}
.title-st:before {
    content: '';
    width: 80px;
    height: 1px;
    background: #035279;
    position: absolute;
    bottom: 0;
}
.title-st:after{
    content: '';
    width: 90px;
    height: 1px;
    background: #035279;
    position: absolute;
    bottom: 3px;
    left: 0;
}
.new-img a{
    position: relative;
    display: block;
    overflow: hidden;   
}
.new-img img{
    width: 100%;
    transition: all 0.3s;
}
.new-img a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    transition: all 0.3s;
}
.new-img a:hover:after {
    background: rgba(0, 0, 0, 0.2);
}
.new-img a:hover img {
    transform: scale(1.05);
}
.new-title a {
    font-size: 15px;
    color: #000;
    margin: 12px 0 2px;
    display: block;
    font-weight: bold;
}
.new-title a:hover{
    color: #035279;
}
.tt-right{
    display: flex;
    flex-wrap: wrap;
}
.tt-right .new-item{
    width: calc(50% - 4px);
    margin-right: 8px;
    margin-bottom: 15px;
    float: left;
}
.tt-right .new-img img{
    height: 200px;
    object-fit: cover;
}
.tt-right .new-title a{
    font-size: 14px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.tt-right .new-item:nth-child(2n){
    margin-right: 0;
}
@media(max-width: 991px){
    .tt-left{
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .tt-right .new-item{
        width: 100%;
        margin: 0 0 15px;
    }
}
/*End tintuc*/

/*st33*/
.st33{
    margin: 30px 0;
}
.st33-title {
    color: #035279;
    font-size: 26px;
    font-weight: bold;
    margin: 25px 0 15px;
}
.st33-inner {
    /*background: #fff;*/
    padding: 0px 0 30px;
    position: relative;
}
.st33-slide.owl-carousel .owl-item img{
    width: initial;
}
.st33-slide.owl-theme .owl-nav [class*='owl-']{
    position: absolute;
    border-radius: 0 5px 5px 0;
    top: 50%;
    padding: 17px 12px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgb(125 125 125);
    color: #D6D6D6;
    font-size: 20px;
    margin: 0;
    transform: translateY(-50%);
}
.st33-item:hover .st3-item-img img{
    transform: translateY(-10px);
}
.st33-slide.owl-theme .owl-nav [class*='owl-']:hover{
    background: rgba(204, 40, 40, 1);
}
.st33-slide.owl-theme .owl-nav [class*='owl-'].owl-prev{
    left: 0;
}
.st33-slide.owl-theme .owl-nav [class*='owl-'].owl-next{
    right: 0;
    border-radius: 5px 0px 0 5px;
}
.st33-item{
    padding: 0px 7px 20px 7px;
    position: relative;
    overflow: hidden;
}
.st33-slide{
    background: #fff;
}
@media(max-width: 767px){
    .st33-title{
        font-size: 20px;
    }
    .st33 .col-xs-12{
        padding: 0;
    }
    .st33-inner{
        padding-bottom: 20px;
    }
    .st33{
        margin-top: 0;
    }
    .st33-slide.owl-theme .owl-nav [class*='owl-']{
        padding: 9px 5px;
    }
}
/*End st33*/