.WebLink{
        margin-bottom: 50px;
}
.WebLink .Content {
        padding: 0px 0px;
}
.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: 20px;
        left: 0px;
}
.WebLink .HeadLink .Title{
        color: darkgreen;
        font-size: 45px;
        font-weight: 600;
}
.WebLink .Content ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: grid;
        align-content: center;
        align-items: center;
        overflow-y: hidden;
        overflow-x: auto;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
}
.WebLink .ImgWebLink .Item {
        text-align: center;
        /* padding: 4px 40px; */
        padding-bottom: 40px;
        display: block;
}
.WebLink .ImgWebLink .Item img {
        width: 300px;
      /*  aspect-ratio: 16/10; */
        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 .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ác sắt Tây Nam Bến Cát";
}
.WebLink .ImgWebLink li.Item:nth-child(2) a::after {
content: "Núi Cậu - Lò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í Minh";
}
.WebLink .ImgWebLink li.Item:last-child a::after {
content: "Chợ Thủ Dầu Một";
}
*/
