.ArticleSlider .SliderEachItem {
        height: 90vh;
        /* overflow: hidden; */
        position: relative;
        margin-bottom: 48px;
        background: #F7F9FF;
        margin-top: 34px;
        margin-top: 0 !important;
        /* max-height: 100vh; */
    }
    .ArticleSlider .SliderEachItem .ArticleContent 
    {
            list-style:none none;
            padding:0px;
            margin:0px;
            display:inline-block;
            /* position:relative; */
            width:100%;
    }
    .ArticleSlider .SliderEachItem .ImageContainer{
            width: 100%;
            height: auto;
    }
    .ArticleSlider .SliderEachItem .ImageContainer .Image {
        width: 100%; 
        object-fit: cover;
    }
    .ArticleSlider .SliderEachItem .ArticleItem
    {
            display:inline-block;
            margin-left:0px;
            /* margin-right:6px; */
            position:absolute;
            left:0;
            top:0;
            width:100%;
    }
    .ArticleSlider .SliderEachItem .ArticleItem .Title
    {
            text-transform:uppercase;
            padding: 0 24px;
            flex: 1;
            text-align: right;
            border-right: 1px solid #D4DCED;
            /* min-height: 150px; */
    }
    .ArticleSlider .SliderEachItem .ArticleItem .Summary
    {
            padding-bottom: 20px;
            padding: 0 24px;
            width: 40%;
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 21px;
            /* or 150% */
            color: #0A2458;
            text-align: left;
    }
    .ArticleSlider .SliderEachItem .ButtonList {
		position: absolute;
		border: none;
		z-index: 100;
		top: calc(100% - 180px) !important;
		display: inline-block;
		left: unset !important;
		right: 100px;
	}
    .ArticleSlider .SliderEachItem .ButtonList .ButtonBar {
            /* float:right; */
            display: flex;
            gap: 10px;
    }
    .ArticleSlider .SliderEachItem .ButtonList .Button {
            width: 8px;
            height: 8px;
            display:inline-block;
            text-align:center;
            border-radius: 50%;
            background: #787878;
            color: transparent;
            cursor: pointer;
    }
    .ArticleSlider .SliderEachItem .ButtonList .ButtonActive {
            width: 8px;
            height: 8px;
            display: inline-block;
            text-align: center;
            border-radius: 50%;
            background: white;
            color: transparent;
    }
    .ArticleSlider .SliderEachItem .ItemContent {
            display: flex;
            padding: 16px 30px;
            background: #F7F9FF;
            min-height: 10vh;
            justify-content: center;
    }
    .ArticleSlider .SliderEachItem .ArticleItem .Title a {
        font-family: Merriweather;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 32px;
        text-align: right;
        color: #0A2458;
        text-transform: none;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }
    .ArticleSlider .SliderEachItem .ArticleItem .Title a.clone {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 22px;
        text-align: right;
        color: #000E26;
        display: block;
        /* margin-top: 14px; */
        position: relative;
        padding-right: 24px;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 1.2em;
        white-space: nowrap;
        max-width: 100%;
    }
    .ArticleSlider .SliderEachItem .ArticleItem .Title a.clone:after {
            content: '\25A0';
            color: rgba(10, 36, 88, 0.6);
            font-size: 13px;
            position: absolute;
            top: -1px;
            right: 0px;
            padding-bottom: 5px;
            font-family: 'Roboto';
    }
    .ArticleSlider .SliderEachItem .prev, .ArticleSlider .SliderEachItem .next {
		width: 54px;
		height: 54px;
		position: absolute;
		color: transparent;
		top: calc((100% - 105px) / 2);
		transform: translateY(-50%);
		cursor: pointer;
	}
    .ArticleSlider .SliderEachItem .prev {
            background: url(images/prev.png) no-repeat;
            background-size: 54px;
            left: 25px;
    }
    .ArticleSlider .SliderEachItem .next {
            background: url(images/next.png) no-repeat;
            background-size: 54px;
            right: 25px;
    }
	
	@media only screen and (max-width: 1024px){
       .ArticleSlider .SliderEachItem {
			height: 85vh; 
		}
    }
    @media only screen and (max-width: 1366px){
        .ArticleSlider .SliderEachItem .ImageContainer .Image {
			max-height: 90vh !important;
         }
		.ArticleSlider .SliderEachItem {
			height: 85vh; 
		}
    }
	@media only screen and (max-width: 850px){
       .ArticleSlider .SliderEachItem {
			height: 73vh; 
		}
    }
    @media only screen and (max-width: 1550px){
		.ArticleSlider .SliderEachItem .ImageContainer .Image {
					max-height: 80vh;
				}
		.ArticleSlider .SliderEachItem {
			min-height: 710px;
			overflow: hidden;
			position: relative;
			margin-bottom: 30px;
			background: #F7F9FF;
			margin-top: 34px;
		}
		.ArticleSlider .SliderEachItem .ButtonList { 
			top: calc(100% - 160px) !important; 
		}
    } 
    @media only screen and (max-width: 768px){
            .ArticleSlider .SliderEachItem .ImageContainer .Image {
                    height: 60vw;
            }
            .ArticleSlider .SliderEachItem {
                    margin: 0;
                    background: white;
                    min-height: 52vh;
                    height: fit-content;
            }
            div.ArticleSlider {
                    padding: 0 !important;
                    margin-bottom: 36px;
            }
            .ArticleSlider .SliderEachItem .ArticleItem .Title a.clone {
                    display: none;
            }
            .ArticleSlider .SliderEachItem .prev, .ArticleSlider .SliderEachItem .next {
                    /* display: none; */
            }
            .ArticleSlider .SliderEachItem .ButtonList {
                    display: none;
            }
            .ArticleSlider .SliderEachItem .ItemContent {
                    flex-direction: column;
                    padding: 16px 20px;
                    background: white;
            }
            .ArticleSlider .SliderEachItem .ArticleItem .Title {
                    padding: 0;
                    border: none;
                    text-align: left;
            }
            .ArticleSlider .SliderEachItem .ArticleItem .Summary {
				width: 100%;
				padding: 0;
				font-family: Roboto;
				font-style: normal;
				font-weight: normal;
				font-size: 14px;
				line-height: 21px;
				max-height: 60px;
				overflow: hidden;
				color: #0A2458;
			}
            .ArticleSlider .SliderEachItem .ArticleItem .Title a {
                    font-family: Merriweather;
                    font-style: normal;
                    font-weight: bold;
                    font-size: 23px;
                    line-height: 32px;
                    /* or 131% */
                    /* MÃ u chÃ­nh */
                    color: #0A2458;
                    text-transform: none;
                    margin-bottom: 5px;
                    display: inline-block;
                    text-align: left;
            }
            .ArticleSlider .SliderEachItem .prev, .ArticleSlider .SliderEachItem .next {
			width: 54px;
			height: 54px;
			position: absolute;
			color: transparent;
			top: calc((60vh - 250px) / 2);
			transform: translateY(-40%);
			cursor: pointer;
		}
    }
    