.WebLink {
        margin-bottom: 50px;
}
.WebLink .Content {
        padding: 0px 0px;
        width: 1200px;
        overflow: hidden;
        position: relative;
       /* min-height: 220px;*/
}
.WebLink .HeadLink {
        padding: 30px 0px;
        padding-left: 125px;
        position: relative;
        background-image: linear-gradient(to right bottom, #e1dede, #e6e4e5, #eceaeb, #f1f1f1, #f7f7f7, #fafafa, #fcfcfc, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
        margin-bottom: 10px;
        text-transform: uppercase;
}
.WebLink .HeadLink::after {
        content: '';
        background-image: url('https://storage-vnportal.vnpt.vn/sme-g6/sitefolders/ditichrungkienan/green-flag.png');
        height: 70px;
        width: 100px;
        display: block;
        background-size: 100% 100%;
        position: absolute;
        top: 40px;
        left: 0px;
}
.WebLink .HeadLink .Title {
        color: darkgreen;
        font-size: 45px;
        font-weight: 600;
}
.WebLink .Content ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        align-content: center;
        align-items: center;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
        gap: 20px;
}
.WebLink .ImgWebLink .Item {
        text-align: center;
        /*padding: 13px 60px;*/
        /* flex: 1; */
        /* padding-bottom: 40px; */
        /* display: block; */
        /* width: 300px; */
}
.WebLink .ImgWebLink .Item img {
        width: 300px; 
        border-radius: 5px;
        border-bottom: 6px solid orange;
        transition: ease 0.2s;
}
.WebLink .ImgWebLink .Item img:hover {
        border-bottom: 6px solid darkgreen;
        transform: scale(1.05);
        transition: ease 0.5s;
}
.WebLink .HeadLink .Title::after {
        content: "\A";
        white-space: pre-wrap;
        font-size: 21px;
        line-height: 35px;
        font-style: italic;
        text-transform: none;
}
/*.WebLink .ImgWebLink li.Item a::after {
position: absolute;
top: 80px;
left: 70px;
color: WHITE;
text-shadow: beige;
text-shadow: 2px 2px 8px green;
text-transform: uppercase;
font-weight: bold;
font-size: 20px;
background-color: rgba(0, 0, 0, 0.3);
padding: 10px;
border-radius: 10px;
width: 170px;
white-space: pre-wrap;
text-align: center;
}
.WebLink .ImgWebLink li.Item:first-child a::after {
content: "Địa đạo Tam gi&aacute;c sắt T&acirc;y Nam Bến C&aacute;t";
}
.WebLink .ImgWebLink li.Item:nth-child(2) a::after {
content: "N&uacute;i Cậu - L&ograve;ng Hồ Dầu Tiếng";
}
.WebLink .ImgWebLink li.Item:nth-child(3) a::after {
content: "Sở chỉ huy tiền phương chiến dịch Hồ Ch&iacute; Minh";
}
.WebLink .ImgWebLink li.Item:last-child a::after {
content: "Chợ Thủ Dầu Một";
}
*/
span.prevImgWebLink {
        position: absolute;
        left: 10px;
        font-size: 24px;
        width: 50px;
        height: 50px;
        background: red;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: white;
        z-index: 999;
        top: 50%;
        transform: translateY(-50%);
}
span.nextImgWebLink {
        position: absolute;
        right: 10px;
        font-size: 24px;
        width: 50px;
        height: 50px;
        background: red;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: white;
        z-index: 999;
        top: 50%;
        transform: translateY(-50%);
}
