a { text-decoration: none;}
			.main-story {
				position: relative;
				border-radius: 10px;
				overflow: hidden;
			}
			
			.main-story img {
				width: 100%;
				height: 400px;
				object-fit: cover;
				border-radius: 10px;
			}
			/* Gradient Shadow Box */
			
			.shadow-box {
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				padding: 20px;
				background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.2));
				border-bottom-left-radius: 10px;
				border-bottom-right-radius: 10px;
			}
			
			.shadow-box .title a {
				color: #fff;
				font-size: 22px;
				font-weight: bold;
				line-height: 1.4;
				text-decoration: none;
				display: block;
			}
			
			.shadow-box .title a:hover {
				text-decoration: underline;
			}
			
			
			.sub-main {}
			.sub-main img { width:100%; border-radius: 10px; height: 215px; margin-bottom: 10px;}
			.sub-main .title { font-size: 18px; font-weight: bold;}
			.sub-main .title a { color:#000; text-decoration: none;}
			
			
			.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
				
				width:20px; height: 20px; border-radius: 0px; background-color: #1f7ec0;
			}
			
			.owl-theme .owl-dots .owl-dot span {width:20px; height: 20px; border-radius: 0px;}





	.mt35 { padding-top: 45px;}
		
    .home-section h2 {
        display: flex;
        align-items: center;   /* vertical alignment */
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 1;        /* keeps height tight */
    }

    .home-section h2 a {
        color: #000;
        text-decoration: none;
    }

    .home-section h2:before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 40px;          /* bar height */
        margin-right: 10px;
        background-color: #1f7ec0;
        border-radius: 10px;
    }
		
		.section-main {}
		.section-main img { width: 100%; border-radius: 10px; margin-bottom: 10px; height: 285px;}
		.section-main .title { font-size: 18px; font-weight: bold;}
		.section-main .title a { color:#000;}
		.section-main .brief  { font-size:14px;}
		
		
		.section-sub { overflow: hidden; margin-bottom: 15px;}
		.section-sub img {width:120px; height: 85px; border-radius: 10px; float: left; margin-right: 10px;}
		.section-sub .title { }
		.section-sub .title a { color: #000;}


		.related-sub { overflow: hidden; margin-bottom: 15px;}
		.related-sub img {width:105px; height: 75px; border-radius: 10px; float: left; margin-right: 10px;}
		.related-sub .title { font-size: 14px; font-weight: bold; line-height: normal; }
		.related-sub .title a { color: #000;}
		.related-sub .date { font-size: 13px;}

		
		
		.big-image { }
		.big-image img{ width:100%; border-radius: 10px; height: 185px;margin-bottom: 10px; }
		.big-image .title { font-size: 18px; font-weight: bold; line-height: normal; margin-bottom: 15px; }
		.big-image .title a{ color: #000; }






	
	.footer-area {
    background: #f0f0f0;
    border-top: 1px solid #eee;
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #444; 
}


.footer-logo {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #444; text-align: center;
}

.footer-logo img { width:250px}


.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}




.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #666;
    text-decoration: none;
    font-size: 15px;
}

.footer-links a:hover {
    color: #000;
}

.social-icon {
    width: 28px;
    margin: 0 5px;
}

.footer-logo {
    width: 70px;
}

.footer-copy {
    color: #555;
    font-size: 14px;
}

.follow-title {
    font-size: 16px;
    font-weight: 600;
    color: #444;
}
	
	.footer-title img { width:250px; margin-bottom: 10px;}
	
	
	.social-square {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;       /* square size */
    height: 30px;      /* square size */
    margin: 0 6px;
    background: #f1f1f1;
    border-radius: 6px;   /* slightly rounded square */
    color: #444;
    font-size: 18px;
    transition: 0.3s;
    text-decoration: none;
}

.social-square:hover {
    background: #1f7ec0;   /* your brand color */
    color: #fff;
}



/*---------------- Category Paging --------------*/
.paging{display:flex;justify-content:center;align-items:center;margin:22px 0;direction:ltr}
.paging__list{list-style:none;display:flex;gap:6px;padding:0;margin:0;flex-wrap:wrap}
.paging__btn,.paging__num{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:38px;height:38px;padding:0 10px;
  border-radius:8px;border:1px solid rgba(0,0,0,.12);
  text-decoration:none;font:600 14px/1 Arial,sans-serif;color:#111;
  background:#fff;transition:.15s
}
.paging__btn:hover,.paging__num:hover{transform:translateY(-1px);filter:brightness(0.98)}
.paging__num.is-active{
  background:#111;color:#fff;border-color:#111;cursor:default;transform:none
}
.paging__btn.is-disabled{
  opacity:.4;cursor:not-allowed;transform:none
}




	.sub-main {position: relative; margin-bottom: 15px;}
	.sub-main img { height: 187px;}
	.sub-main .shadow-box{ position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.2));
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;}
	
	.sub-main .shadow-box .title {}
	.sub-main .shadow-box .title a { color:#fff !important ; font-size: 15px;}	
