.news-banner-img{
    position: relative;
}

.news-banner-img .swiper-slide a{
    display: block;
    width: 100%;
    height: 220px;
    position: relative;
}

@media (min-width: 1280px) {
    .news-banner-img .swiper-slide a{
        display: block;
        width: 720px;
        height: 420px;
        position: relative;
    }
}

@media (min-width: 1280px) {
    .md-screen\:mx-auto{
       margin-left:auto;
       margin-right:auto;
    }
}


.news-banner-img .swiper-slide a img{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.news-banner-img .swiper-slide a p{
    height: 32px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.87);
    position: absolute;
    left: 20px;
    bottom: 13px;
    z-index: 2;
    padding-right: 92px;
}

.news-banner-img .swiper-slide a::after{
    content: '';
    display: block;
    width: 100%;
    /* background: rgba(0, 0, 0, 0.2); */
    /* background-image: linear-gradient(rgba(0,0,0,0.2) ,#000); */
    /* opacity: 1.35; */
    background: rgba(4, 0, 0, 0.4);
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#swiper-pagination1{
    /* background: red; */
    left: auto; 
    width:auto;
    right: 15px;
    bottom: 20px;
}
#swiper-pagination1 .swiper-pagination-bullet {
    background: #fff;
}
#swiper-pagination1 .swiper-pagination-bullet-active {
    background: rgba(58, 204, 225, 1) ;
}

.news-banner-img .swiper-pagination-bullet{
width: 6px;
height: 6px;
opacity: 1;
}

@media (min-width: 1280px) {
    .md-screen\:grid-cols-2{
        grid-template-columnus:repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .md-screen\:grid-cols-\[1_5\]
    {
        grid-template-columns:1fr 5fr;
    }
}
@media (min-width: 1280px) {
    .md-screen\:grid-cols-\[1_3\]{
        grid-template-columns:1fr 3fr;
    }
}

@media (min-width: 1280px) {
    .md-screen\:grid-cols-\[2_7\]{
        grid-template-columns:2fr 7fr;
    }
}

.w-4x{
    width:4px;
}
.h-16x{
    height: 16px;
}
.bg-mainBlue{
    background:rgba(24, 49, 96, var(--tw-bg-opacity));
}
.text-black{
    color:black;
}
.hover\:text-mainBlue:hover{
    color:rgba(24, 49, 96);
}
.text-lightGrey{
    color:#8A9099;
}
.text-lg{
    font-size: 1.25rem;
}
.text-base{
    font-size: 1rem;
}
.text-sm{
    font-size: 0.85rem;
}

.grid-rows-\[1_2_2\]{
    grid-template-rows:1fr 2fr 2fr;
}

.self-center{
    align-self:center;
}
.self-end{
    align-self:end;
}
.justify-self-end{
    justify-self:end;
}
.justify-self-center{
    justify-self:center;
}
.justify-items-center{
    justify-items:center;
}
.text-more{
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    
}
.text-clamp-1{
    -webkit-line-clamp: 1
}
.text-clamp-2{
    -webkit-line-clamp: 2
}
.text-clamp-3{
    -webkit-line-clamp: 3
}

@media (min-width:1280px) {
    .md-screen\: ml-6{
        mrgin-left:1.5rem;
    }
}

@media (min-width:1280px) {
    .md-screen\: pl-4{
        mrgin-left:1rem;
    }
}
.videogallery-title{
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 60px;
}
.text-grey{
    color:#f5f5f5;
}

.bg-yellow{
    background:#e68319;
}

.tool-icon{
    padding:7px 16px;
    margin:6px 6px 0 0;
}
.tool-icon-item{
    padding:2px 4px;
}

.tool-icon:before{
    content:"";
    margin:0 4px 0 0;
    padding:10px 10px;
    display:inline-block;
}
.tool-icon-item:before{
    content:"";
    margin:0 4px 0 0;
    padding:10px 10px;
    display:inline-block;
}


.icon-download:before{
    background:url(/images/icon/icon.png) no-repeat -15px -18px;
}
.icon-download-item:before{
    background:url(/images/icon/icon.png) no-repeat -12px -402px;
}

.icon-readonline:before{
    background:url(/images/icon/icon.png) no-repeat -15px -55px;
}
.icon-readonline-item:before{
    background:url(/images/icon/icon.png) no-repeat -12px -382px;
}

.icon-subscribe:before{
    background:url(/images/icon/icon.png) no-repeat -15px -92px
}

.rounded-3xl{
    border-radius: 1.5rem;
}

.leading-7{
    line-height:1.75rem;
}
.pt-3\.5{
    padding-top:1.875rem;
}
.text-end{
    text-align:end;
}

.pl-5{
    padding-left: 1.25rem;
}