<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*phone view*/
@media only screen and (min-width: 320px) and (max-width: 480px){
/*á€“á€¬á€á€ºá€•á€¯á€¶á€žá€á€„á€ºá€¸á€™á€»á€¬á€¸á€á€½á€„á€º title á€™á€»á€¬á€¸á€”á€±á€¬á€€á€ºá€žá€­á€¯á€·á€›á€±á€¬á€€á€ºá€”á€±á€žá€–á€¼á€„á€·á€º item intro á€¡á€¬á€¸á€•á€¼á€„á€ºá€†á€„á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
  .item-intro {
    margin-bottom: 0rem!important;
  }

  .com-content-category-blog__items.blog-items.items-leading .page-header a {
  position: relative;
  color: royalblue;
  overflow: hidden;
  background: linear-gradient(to right, black, black 50%, #0258a5 50%);
    background-position-x: 0%;
    background-position-y: 0%;
   background-size: auto;
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  word-wrap: break-word;
  }
/*off canvas á€¡á€¬á€¸á€”á€±á€¬á€€á€ºá€á€¶á€¡á€›á€±á€¬á€„á€ºá€•á€¼á€±á€¬á€„á€ºá€¸á€‘á€¬á€¸á€žá€Šá€ºá‹*/  
 .t4-off-canvas-header {
   background-color: #0258a5!important;
   padding: 0rem 0.5rem 0rem 0.5rem!important;
   /*word-break:break-all;*/
  }
/*off canvas á logo size á€¡á€¬á€¸á€á€»á€­á€”á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/  
  .t4-off-canvas-header a img {
    max-height: 3rem;
    float: left;
    width: 200px;
  }
  
/*====================================================*/
.col-12.col-md-6.col-lg-4 .item-content p {
  display: none;
} 
  
/*off camvas á€¡á€¬á€¸á€¡á€›á€±á€¬á€„á€ºá€•á€¼á€±á€¬á€„á€ºá€¸á€‘á€¬á€¸á€žá€Šá€ºá‹*/
 /* .t4-palette-ygn {
    background-color: darkgray;
  }*/
/*off camvas close á€¡á€¬á€¸á€¡á€›á€±á€¬á€„á€ºá€•á€¼á€±á€¬á€„á€ºá€¸á€‘á€¬á€¸á€žá€Šá€ºá‹*/
  .t4-off-canvas-header .close {    
    margin-top: 0.5rem;
    background-color: #fff!important;
  }
  .close {
    line-height: 1.5!important;
  }
/*==================================================================*/    
/*article content á€›á€¾á€­ header á€™á€»á€¬á€¸á€¡á€¬á€¸á€•á€¼á€„á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/  
  .com-content-article.item-page .page-header h2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
  }
  
/*==================================================================*/  

  /*video á€¡á€á€½á€€á€ºá€†á€­á€¯á€’á€ºá€€á€­á€¯ á€á€»á€­á€”á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/ 
  .items-row .item-intro {
    min-width: 40%;
    padding-right: 10px;
    float: left;
  } 
/*video á€¡á€á€½á€„á€ºá€¸á€›á€¾á€­ logo á€”á€¾á€„á€·á€º click btn á€¡á€¬á€¸á€á€»á€­á€”á€ºá€›á€”á€º*/
  button.ytp-large-play-button.ytp-button {
    width: 50px;
    height: 30px;
    margin-left: -24px;
    margin-top: -14px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: opacity .25s cubic-bezier(0,0,0.2,1);
    transition: opacity .25s cubic-bezier(0,0,0.2,1);
    z-index: 0;
  }
  .html5-video-player .ytp-title-channel {
    display: none!important;
  }
/*col á€›á€¾á€­ items-row á€™á€¾ á€á€±á€«á€„á€ºá€¸á€…á€‰á€ºá€…á€¬á€¸á€žá€¬á€¸á€™á€»á€¬á€¸á€¡á€¬á€¸á€œá€¯á€¶á€¸*/  
  .items-row .page-header h2 a {
    font-size: 12px;
    word-wrap: break-word; 
    color: var(--body-link-color);
    text-decoration: none;
    background-color: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    /*text-decoration: none;*/
  }
/*==================================================================================*/
/*article info á€á€½á€„á€ºá€•á€«á€á€„á€ºá€žá€±á€¬á€¡á€›á€¬á€™á€»á€¬á€¸á€¡á€¬á€¸á€–á€»á€±á€¬á€€á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
  .items-row  dd.createdby, dd.published, dd.hits {
    display: none;
  }
  .com-content-category-blog__items.blog-items.items-leading .article-info .createdby {
    display: none;
  }
  .com-content-category-blog__items.blog-items.items-leading .tags {
    display: none;
  }
/*category á€”á€¾á€„á€·á€º rating á€¡á€¬á€¸á€–á€»á€±á€¬á€€á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
  .items-row .tags, .content_rating {
    display: none;
  }

/*col á€¡á€¬á€¸á€œá€¯á€¶á€¸á item á€™á€»á€¬á€¸á€€á€­á€¯ á€á€»á€¯á€•á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/  
  .items-row .item {
    padding-top: 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #e2e3e4;
    min-height: 30px;
  }
/*col á€™á€»á€¬á€¸á€¡á€¬á€¸ á€á€…á€ºá€€á€”á€·á€ºá€†á€®á€¡á€±á€¬á€€á€ºá€žá€­á€¯á€·á€á€»á€•á€±á€¸á€žá€Šá€ºá‹*/
  .items-row .col {    
    flex-basis: auto;
  }
/*==================================================================================*/
/*á€“á€¬á€á€ºá€•á€¯á€¶á€™á€»á€¬á€¸á€¡á€¬á€¸á€œá€¯á€¶á€¸á€¡á€á€½á€€á€º size á€á€»á€­á€”á€ºá€Šá€¾á€­á€‘á€¬á€¸á€žá€Šá€ºá‹*/  
  .items-row .pull-left.item-image {
  	float: left!important;
    margin-top: 0px;
    max-width: 40%;
    overflow: hidden;
    padding-bottom: 21%;
    position: relative;
    height: 0;
    padding-right: 10px;
  }
/*===============================================================================*/ 
/*blue screen á€›á€¾á€­ á€†á€±á€¬á€„á€ºá€¸á€•á€«á€á€±á€«á€„á€ºá€¸á€…á€‰á€º*/
/*img á€¡á€›á€½á€šá€ºá€¡á€…á€¬á€¸á€¡á€¬á€¸ á€á€»á€­á€”á€ºá€‘á€¬á€¸á€žá€Šá€ºáŠ*/
  .com-content-category-blog__items.blog-items.items-leading .pull-left.item-image {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0rem;
  }
/*caption á€¡á€¬á€¸á€–á€»á€±á€¬á€€á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
  .com-content-category-blog__items.blog-items.items-leading .caption {
    display: none;
  }
/*font á€¡á€›á€½á€šá€ºá€¡á€…á€¬á€¸á€¡á€¬á€¸á€á€»á€­á€”á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹(á€žá€¯á€¶á€¸)*/
  .com-content-category-blog__items.blog-items.items-leading .page-header h2 a {
    font-size: 15px;
    color: #0258a5;
    word-wrap: break-word;  
    text-decoration: none;
  }
  /*.blog-item-content {
    padding: 10px!important;
  }*/
/*blue screen á€›á€¾á€­ share btn á€¡á€¬á€¸á€¡á€•á€±á€«á€ºá€¡á€±á€¬á€€á€ºá€Šá€¾á€­á€‘á€¬á€¸á€žá€Šá€ºá‹*/
 .s2s_btn {
    margin-bottom: 0px;
  }
  .s2s_contenedor {
    margin-top: 0px; 
    margin-bottom: 0px;
  }
/*=================================================================================*/  
/*page article á€á€…á€ºá€á€¯á€á€»á€„á€ºá€¸á€…á€®á€¡á€á€½á€€á€º á€á€»á€­á€”á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
  .com-content-article.item-page {
    margin-top: 0.2rem;
  }
  .com-content-article.item-page .pull-left.item-image {
    width: 100%;
    margin-top: 1rem;
  }
/*==================================================================================*/  
/*17.7.2021*/
/*á€žá€á€„á€ºá€¸ list á€™á€»á€¬á€¸á€€á€­á€¯ á€¡á€•á€±á€«á€ºá€¡á€±á€¬á€€á€º size á€á€»á€­á€”á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
  .com-tags-tag__category.category.list-group .item-tag-title {
    font-size: 1rem;
    font-weight: 500;
    margin: 0rem 0rem 0.5rem 0rem;
    padding-left: 0.5rem;
    line-height: 22px;
  }
/*===============================================================================*/
/*siteá€á€…á€ºá€á€¯á€œá€¯á€¶á€¸á€›á€¾á€­ category á€…á€¬á€¸á€žá€¬á€¸á€™á€»á€¬á€¸á€¡á€¬á€¸á€–á€»á€±á€¬á€€á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
  .com-content-category-blog__items.blog-items.items-leading .text-muted {
    color: #0258a500!important;
  }
  .items-row .text-muted {
    color: #ffffff00!important;
  }
  .com-content-category-blog__items.blog-items.items-leading .category-name [itemprop=genre] {
    font-weight: 600;
    margin-left: -4rem;
  }
  .items-row .category-name [itemprop=genre] {
    font-weight: 600;
    color: rgb(2 88 165);
    margin-left: -4rem;
  }
  /*article info á€›á€¾á€­ - á€¡á€¬á€¸á€–á€»á€±á€¬á€€á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
  .article-info dd:after {
    display: none;
  }
/*=================================================================================*/
  .t4-col.sidebar-r.col-sm.col-md-3, .mega-1.col-sm.col-md-3 {
    margin-top: 0.8rem;
  } 
/*===================================================================================*/
/*most view á€¡á€¬á€¸á€•á€¼á€„á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
  #Mod154.t4-module .module-title {
    margin-top: 1.5rem;
  } 
  /*.col-sm {
    padding-right: 0px!important;
  }*/
/*==================================================================*/
  .t4-section-1 .container {
    width: 96%!important;
    padding-right: 15px!important;
  }
  .row {
    margin-top: 1rem;
    /*padding-right: 15px;*/
  }
  .t4-col.contact_us.col-sm p {
    color: #0258a5;
  }
  #t4-banner2 .banneritem, #t4-banner-ads .banneritem {
    padding-right: 30px;
  }
  #Mod119 .banneritem {
    padding-right: 15px;
  }
/*most view*/
  #Mod158 {
    padding-right: 15px;
  }
}




/*Category Background á€¡á€¬á€¸ Color á€á€»á€­á€”á€ºá€¸á€‘á€¬á€¸á€žá€Šá€ºá‹*/
#t4-mainnav {
  background-color: #0258a5;
}


/******************************************************************/
/*Desktop*/
@media (min-width: 768px) {
#off-canvas-left {
  display: none !important;
}

.mod-articlesnews__item ul {
    display: none;
}

.col-12.col-md-6.col-lg-4 .item-intro ul {
    display: none;
}

.blog-item-content .item-intro ul {
    display: none;
}

ul.mod-articlesnews-horizontal.newsflash-horiz.mod-list ul {
    display: none;
}
 
/*mostread á€¡á€¬á€¸á€œá€¯á€¶á€¸á á€…á€¬á€žá€¬á€¸á€™á€»á€¬á€¸á€¡á€¬á€¸ á€¡á€…á€®á€¡á€…á€‰á€ºá€á€»á€•á€±á€¸á€žá€Šá€ºá‹*/
.mostread span {
  word-wrap: break-word;
}
  
.navbar-brand.logo-control img.logo-img {
  max-height: 60px;
}

/*blue screen á€‘á€²á€žá€­á€¯á€·á€á€„á€ºá€œá€¬á€žá€±á€¬á€“á€¬á€á€ºá€•á€¯á€¶á€™á€»á€¬á€¸á€¡á€¬á€¸á€œá€¯á€¶á€¸á€¡á€á€½á€€á€º á€•á€¼á€„á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
/*.com-content-category-blog__items.blog-items.items-leading .pull-left.item-image img {
  min-height: 220px;
  overflow: hidden;
  }*/
.com-content-article.item-page .article-body p img {
  width:100%;
  margin-top: 1rem;
  }
/* .item-image img {
  max-width: 927px;
  }*/
.com-content-article.item-page .item-image img {
  width: 927px;
  }
.item-intro {
  margin-bottom: .1rem;
  }
  .items-row .page-header {
    height: 90px;
  }
.page-header h2 a/*, .categories-list h2 a*/ {
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 65px;
  font-size: 15px!important;
  padding-top: 5px;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-top: 5px;
  line-height: 24px;
  text-decoration: none;
  word-wrap: break-word;
  min-width:100px;
  }
  
.page-header h2 a:hover {
  color: #0258a5;
  }
.items-row .item p {
  margin-top: 0rem!important;
  display: none;
  } 
.items-row .item {
    padding-top: 0rem;
    padding-bottom: 0rem;
    /*border: 1px solid #CCC;*/
    min-height: 0px;
    background: aliceblue;
  }
/*blue blog á á€¡á€›á€½á€šá€ºá€¡á€…á€¬á€¸á€¡á€¬á€¸á€•á€¼á€„á€ºá€†á€„á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/  
.blog-item-content {    
    background-color: rgb(2 88 165);
    overflow: hidden;
    height: 241px;
    padding: 10px;
  }
/*====================================================*/
/*Content-article á€á€±á€«á€„á€ºá€¸á€…á€‰á€ºá€¡á€¬á€¸ size á€”á€¾á€„á€·á€º color á€á€»á€­á€”á€ºá€¸á€‘á€¬á€¸á€žá€Šá€ºá‹*/  
.com-content-article.item-page .page-header h2 {
  line-height: 37px;
  font-size: 24px;
  text-align: center;
  color: #0258a5;
  font-weight: 500;
  word-wrap: break-word;
  } 
/*content-article á€›á€¾á€­ category á€”á€¾á€„á€·á€º Date á€¡á€¬á€¸á€•á€¼á€„á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/  
.com-content-article.item-page .article-info {
  font-size: 16px;
  }
.com-content-article.item-page .text-muted {
  color: black!important;
  font-weight: 600;
  }

/*====================================================*/  
    
  
  .blog-item-content .item-intro {
    width: 50%;
    float: left;
    padding-right: 10px;
	color: #0258a5;
  }
  
  
  
 .blog-item-content .pull-left.item-image, .item-image.pull-left {
    /* margin-top: 1rem; */
    /*margin-right: 0rem;*/
    max-width: 48%;
    overflow: hidden;
    padding-bottom:39.1%;
    position: relative;
    height: 0;
  }
  
  figure.pull-left.item-image {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 0px;
    height: 0;
  }
 
  .blog-item-content .page-header h2 a, .categories-list h2 a {
    color: white;
    
}

/*2/3 col á€™á€»á€¬á€¸á€€á€¼á€¬á€¸á€á€½á€„á€º á€¡á€€á€”á€·á€ºá€á€¼á€¬á€¸á€›á€”á€º*/
.items-row.cols-2.row-0.row, .items-row.cols-2.row-1.row {
  margin-bottom: 0.3rem;
 
  }
.items-row.cols-3.row-0.row, .items-row.cols-3.row-1.row,
.items-row.cols-3.row-2.row, .items-row.cols-3.row-3.row {
  margin-bottom: 0.5rem;
  }
.pull-left.item-image {
  margin-top: 0px;
  max-width: 100%;
  }
/**/
.com-content-article.item-page .pull-left.item-image {
  max-width: 100%;
  /* margin-right: 0rem; */
  padding-bottom: inherit;
  height: auto;
  margin-bottom: revert;
  }
/*home á€…á€¬á€™á€»á€€á€ºá€”á€¾á€¬á€›á€²á€· section 2/5á á€“á€¬á€á€ºá€•á€¯á€¶á€™á€»á€¬á€¸á€€á€­á€¯ size á€á€»á€­á€”á€º*/
.t4-section-2 .blog-item-content .pull-left.item-image {
  margin-bottom: -5rem;
  }
.t4-section-5 .blog-item-content .pull-left.item-image {
  margin-bottom: -5rem;
  }
/*t4-main-body á€¡á€á€½á€€á€º á€¡á€•á€±á€«á€ºá€¡á€±á€¬á€€á€ºá€á€»á€­á€”á€º*/
.t4-main-body {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
/*11.7.2021 á€•á€¼á€„á€ºá€†á€„á€ºá€á€»á€€á€º*/
/*---------------*/
/*blue col á€”á€¾á€„á€·á€º other col á€¡á€á€½á€„á€ºá€¸á€›á€¾á€­ á€…á€¬á€žá€¬á€¸á€™á€»á€¬á€¸á€¡á€¬á€¸ â€Œalign á€á€»á€­á€”á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
  .t4-module.module .t4-main-body, .item-intro .video-responsive {
  margin-bottom: 0rem;
  }
  /*.t4-module.module .t4-main-body,*/ .col .page-header h2 a {
  /*padding-top: 0.2rem;*/
  padding-left: 5px;
  padding-right: 5px;
  }
  .t4-module.module .t4-main-body, .article-info, .content_rating, ul.tags.list-inline {
  padding-left: 5px;
  /*padding-right: 5px;*/
  }
 /*-------------*/

/*leaderboard banner size á€á€»á€­á€”á€ºá€›á€”á€º ads*/
  .banneritem {
    text-align: center; 
    margin-top: .5rem;
    margin-bottom: .5rem;  
  }
/*small ads*/
.module-inner .banneritem {
    text-align: center;
  }
  
/*col3, col4 á€¡á€á€½á€€á€º á€¡á€€á€”á€·á€ºá€™á€»á€¬á€¸á€¡á€¬á€¸á€„á€¼á€­á€™á€ºá€¡á€±á€¬á€„á€ºá€á€½á€²á€‘á€¬á€¸á€žá€Šá€ºá‹*/
  /*.col {
    max-width: 33.3%;
  }*/
/*col á€™á€»á€¬á€¸á€€á€­á€¯ á€¡á€€á€”á€·á€ºá€á€¼á€¬á€¸á€›á€”á€º*/
.item.column-1 {
  margin-right: -15px;
  }
.item.column-2 {
  margin-right: -7.5px;
  margin-left: -7.5px;
  }
.item.column-3 {
  margin-left: -15px;
  }
/*covid 19 page4 á€‘á€²á€™á€¾ á€€á€»á€”á€±á€žá€±á€¬ frame á€‡á€°á€œá€­á€¯á€„á€ºáˆá€›á€€á€º*/
  h1.title.style-scope.ytd-video-primary-info-renderer {
    margin-bottom: 0px;
  }

/*most read á€…á€¬á€žá€¬á€¸á€™á€»á€¬á€¸á€¡á€¬á€¸ size á€á€»á€­á€”á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/  
  /*.lnee .newstitle {
    margin-left: 2px;
    font-size: 14px;
  }*/
/*á€žá€á€„á€ºá€¸ list á€™á€»á€¬á€¸á€€á€­á€¯ á€¡á€•á€±á€«á€ºá€¡á€±á€¬á€€á€º size á€á€»á€­á€”á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
  .com-tags-tag__category.category.list-group .item-tag-title {
    font-size: 1rem;
    font-weight: 500;
    margin: 0rem 0rem 0.5rem 0rem;
    padding-left: 0.5rem;
  }
/*serach btn á€¡á€¬á€¸á€á€»á€­á€”á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
  .com-tags-tag__filters.filters.d-flex.justify-content-between .btn {
    margin-bottom: 0.5px; 
  }
  .com-tags-tag__filters.filters.d-flex.justify-content-between .btn .fa {
    font-size: 15px;
    margin-top:-0.1rem;
    margin-bottom: -0.1rem;
  }
/*á€žá€á€„á€ºá€¸á€•á€¯á€’á€ºá€›á€±á€”á€¶á€•á€«á€á€º*/
  .inputbox {
    max-height: 35px;
    padding: 0rem;
  }  
  .caption {
    font-family: none;
  }
  /*.list-inline-item:not(:last-child) {
    margin-bottom: 5px;
   }*/
/*============================================================================*/
/*latest á€…á€¬á€™á€»á€€á€ºá€”á€¾á€¬á€™á€¾ á€¡á€±á€¬á€€á€ºá€€á€»á€”á€±á€žá€±á€¬ blog á€¡á€¬á€¸á€•á€¼á€„á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
    
  .col .page-header h2 {
    font-size: 14px; 
  }
  .col .page-header h2 a { 
    line-height: 22px;
    word-wrap: break-word;
  }
/*============================================================================*/
  
/*blue screen á page header á€¡á€¬á€¸á€•á€¼á€„á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
  .t4-main-body .com-content-category-blog__items.blog-items.items-leading .video-responsive, 
  .t4-section-3 .com-content-category-blog__items.blog-items.items-leading .video-responsive {
    height: 88px;
  }
  .t4-section-1 .com-content-category-blog__items.blog-items.items-leading .video-responsive,
  .t4-section-2 .com-content-category-blog__items.blog-items.items-leading .video-responsive,
  .t4-section-4 .com-content-category-blog__items.blog-items.items-leading .video-responsive,
  .t4-section-5 .com-content-category-blog__items.blog-items.items-leading .video-responsive {
    padding-bottom: 55.7%;
  }
  .t4-section-1 .blog-item-content .pull-left.item-image,
  .t4-section-2 .blog-item-content .pull-left.item-image,
  .t4-section-4 .blog-item-content .pull-left.item-image,
  .t4-section-5 .blog-item-content .pull-left.item-image {
    padding-bottom: 27.8%;
  }
  .module-ct ul:last-child, .module-ct p:last-child, .moduletable ul:last-child, .moduletable p:last-child {
    margin-bottom: revert;
  }
  
  /*======================================================*/
/*col titles á€”á€¾á€„á€·á€º category titles á€™á€»á€¬á€¸á€¡á€¬á€¸ hover á€‘á€Šá€·á€ºá€‘á€¬á€¸á€á€¼á€„á€ºá€¸á‹*/
.com-content-category-blog__items.blog-items.items-leading .page-header a {
  position: relative;
  color: royalblue;
  overflow: hidden;
  background: linear-gradient(to right, #ffc107, #ffc107 50%, white 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  word-wrap: break-word;
 
}
  
/*col á€¡á€á€½á€„á€ºá€¸á€›á€¾á€­ fa icon á€™á€»á€¬á€¸á€€á€­á€¯á€–á€»á€±á€¬á€€á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/  
/*  .items-row .article-aside .fa {
    display: none;
  }*/
}

/*=============================================================================*/
/*overall site*/

  .t4-mainnav {  
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: -webkit-sticky;    
  }
  .t4-palette-ygn {
    position: sticky;
    top: 0; 
    z-index:12;
  }

.page-link .fa {
    padding: 0.1px;
    font-size: 11.5px;
    width: 1px;
  	height: 0.5px;
    font-weight: bold;
}
.page-link {
  line-height: 1.70;
}
/*=============================================*/
/*serach btn á€¡á€¬á€¸á€á€»á€­á€”á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
 /* .com-tags-tag__filters.filters.d-flex.justify-content-between .btn {
    margin-bottom: 8.5px;
    padding: 0.9px;   
  }
  .com-tags-tag__filters.filters.d-flex.justify-content-between .btn .fa {
    font-size: 15px;
    margin-top:-0.1rem;
    margin-bottom: -0.1rem;
  }*/
/*==============================================*/
/*footbar á€¡á€á€½á€€á€º á€¡á€›á€½á€šá€ºá€¡á€…á€¬á€¸á€•á€¼á€„á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
  .t4-footnav .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
   }
  .t4-palette-dark {
    background-color: #0a0d10;
  }
/*most read á€¡á€¬á€¸á€œá€¯á€¶á€¸á€¡á€á€½á€€á€º*/
  .mostread li {
    border-bottom: 1px solid #adb5bd;
    margin-bottom: 0.5rem;  
    background-color: aliceblue;
  }
/*NEW*/
  .mostread span {
    color: black;
    font-size: 14px;
    word-wrap: break-word;
  }

  /*.input-group-append .fa {
    padding: 0px;
    font-size: 0px;
    width: 0px;
    text-align: center;
    text-decoration: none;
    margin: 0px 0px;
    border-radius: 0%;
  }*/


/*row 0 col 2 divider*/  
  h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0rem;
    /*margin-bottom: 0rem;*/
  } 
/*category á€‘á€²á€™á€¾ á€…á€¬á€žá€¬á€¸á€™á€»á€¬á€¸á€¡á€¬á€¸á€œá€¯á€¶á€¸á€€á€­á€¯ á€¡á€–á€¼á€°á€›á€±á€¬á€„á€ºá€•á€¼á€±á€¬á€„á€ºá€¸á€‘á€¬á€¸á€žá€Šá€ºá‹*/
  .com-content-category-blog.blog .badge-info {
    color: #fff;
    background-color: var(--color-info);
  }

  #t4-section-4 {
    background-color: rgba(248, 249, 250, 0.775);
  }
  .finder .search-results.list-striped a {
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
  }
  .playstore img {    
    margin-left: -0.6rem;
    margin-top: 0.7rem;
  }
/*home á€›á€¾á€­ background img á€¡á€¬á€¸á€–á€»á€±á€¬á€€á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
  .bg-overlay.bg-overlay-image {
    display: none;
  }
/*======================================================*/
/*most read á€¡á€¬á€¸á€•á€¼á€„á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
  .latestnews-items li {
    background-color: aliceblue;
    height: 85px;
  }
  .innernews p a {
    font-size: 12px;
    font-weight: bold;
    margin-left: 0.3rem;    
  }
  .innernews h6 a {
    font-size: 13px;
    margin-left: 0.3rem; 
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    font-weight: 500!important;
    line-height: 20px;
    word-wrap: break-word;
    text-decoration: none!important;
  }

.col .page-header a {
  background: linear-gradient(to right, #0258a5, #0258a5 50%, #75757d 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  word-wrap: break-word;
}
.newstitle a, .item-tag-title a {
  background: linear-gradient(to right, #0258a5, #0258a5 50%, black 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  word-wrap: break-word;
  text-decoration: none;
}
.catlink a {
  background: linear-gradient(to right, black, black 50%, #0258a5 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  word-wrap: break-word;
  text-decoration: none;
}
 .com-content-category-blog__items.blog-items.items-leading .page-header a:hover, 
 .col .page-header a:hover, .newstitle a:hover, .item-tag-title a:hover, 
 .catlink a:hover{
    background-position: 0 100%;
  }
.com-content-category-blog__items.blog-items.items-leading .category-name a {
   color: #ff7e6d;
   text-decoration: none;
 }
.col .category-name a {
  color:#0258a5;
  text-decoration: none;
}
.col .category-name a:hover, .com-content-category-blog__items.blog-items.items-leading .category-name a:hover {
   color: rgb(111 144 169/88%);
   
}
/*========================================================================*/

/*======================================================================*/
  .com-content-article.item-page .page-header {
    word-wrap: break-word;
  }
  .com-content-article.item-page .tags a {
    color: white;
  }
 
/*á€žá€á€„á€ºá€¸á€•á€¯á€’á€ºá€›á€±á€”á€¶á€•á€«á€á€º*/
  .inputbox {
    max-height: 35px;
    padding: 0rem;
  } 
/*blue screen á€‘á€²á€›á€¾á€­ img post á€™á€»á€¬á€¸á€¡á€á€½á€€á€º tag á€á€½á€²á€‘á€¬á€¸á€žá€Šá€ºá€™á€»á€¬á€¸á€€á€­á€¯á€•á€¼á€„á€ºá€‘á€¬á€žá€Šá€ºá‹ */
  .tags&gt;li {
    float: none;
    margin-right: 0px!important;
  }
/*blue box á€›á€¾á€­ á€”á€±á€¬á€€á€ºá€†á€€á€ºá€á€½á€²á€•á€±á€«á€ºá€”á€±á€žá€±á€¬ á€…á€¬á€žá€¬á€¸á€™á€»á€¬á€¸á€¡á€¬á€¸á€–á€»á€±á€¬á€€á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
  .blog-item-content .item-intro img {
    display: none;
  }
  .items-row .item-intro img {
    display: none;
  }
/*article á€á€…á€ºá€á€¯á€á€»á€„á€ºá€¸á€…á€®á€¡á€á€½á€€á€º á€”á€±á€¬á€€á€ºá€‘á€•á€ºá€‘á€Šá€·á€ºá€žá€±á€¬ image á€™á€»á€¬á€¸á€¡á€¬á€¸á€•á€¼á€„á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
  .com-content-article__body img {
    width: 100%;
  }
/*footbar á€›á€¾á€­ share btn á€¡á€¬á€¸á€œá€¯á€¶á€¸á€¡á€á€½á€€á€ºá€•á€¼á€„á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
  .t4-col.social.col-12.col-sm .fa {
    width:20px;
  }
.item-intro {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 0;
}

.com-content-category-blog__items.blog-items.items-leading .item-intro p {
    display: none;
}
/*=========================================================================*/
  /*.items-row .article-aside .fa-calendar, .items-row .article-aside .fa-eye {
    display: none;
  }*/

/*=========================================================================*/
/*á€…á€¬á€™á€»á€€á€ºá€”á€¾á€¬á€á€…á€ºá€á€¯á€á€»á€„á€ºá€¸á€…á€®á€¡á€á€½á€€á€ºá€¡á€žá€¯á€¶á€¸á€•á€¼á€¯á€‘á€¬á€¸á€žá€Šá€ºá‹*/
  /*.com-content-article__body  div {
    margin-top: -0.2rem;
    margin-bottom:-0.2rem;
  }
  .com-content-article__body  div img {
    margin-top: -0.2rem;
    margin-bottom:-0.2rem;
  }*/
/*video content á€™á€»á€¬á€¸á€¡á€á€½á€€á€ºá€•á€¼á€„á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
  /*paragraph á€¡á€¬á€¸á€œá€¯á€¶á€¸*/
 /* .com-content-article.item-page .page-header h2 {
    line-height: 28px; 
}*/
  p {
    margin-top: 0;
    margin-bottom: 1rem!important;
    word-wrap: break-word;
  }
  .com-content-article__body p {
    margin-top: .5rem;
  }
  .com-content-article__body .kvgmc6g5.cxmmr5t8.oygrvhab.hcukyx3x.c1et5uql.ii04i59q div {
    margin-top: .5rem;
    margin-bottom: .25rem;
  }
  .com-content-article__body .o9v6fnle.cxmmr5t8.oygrvhab.hcukyx3x.c1et5uql.ii04i59q div {
    margin-top:.25rem;
    margin-bottom:.25rem;
  }
/*=========================================================================*/
/*author list á logo á€¡á€¬á€¸á€•á€¼á€„á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/  
  .author-block .author-avatar a, .author-block .author-avatar span {
    max-width: 70px;
  }
  .author-name a {
    text-decoration: none;
  }
  .author-name {
    color: #0056b3;
  }
  .blog.author-posts .item .pull-left.item-image {
    display: none;
  }
  .blog.author-posts .fa-calendar {
    display:none;
  }
  .blog.author-posts .col-lg-4 {
    flex: 0 0 30.3%!important;
  }
  /*.col-12.col-md-6.col-lg-4 .item {
    height: 270px!important;
  }*/  
  .blog.author-posts .page-header h2 a {
    font-size: 16px;
    font-weight: bold;
    word-wrap: break-word;
    line-height: 25px;
    /*padding-left: .4rem;
    padding-right: .4rem;*/
    text-align: center;
  }
  .blog.author-posts  .article-aside {
    margin-top: 2rem;
  }
  .blog.author-posts .category-name a {
    text-decoration: none;
  }
  .blog.author-posts .intro-txt {
    padding-left: .4rem;
    padding-right: .4rem;
    word-wrap: break-word;
    font-size: 14px;
  }
/*==================================================================*/  
  /*.com-content-category-blog__items.blog-items.items-leading .pull-left.item-image {
    padding-right: 0.7rem;
  }*/

  #username {
    max-width: 94%;
  }
  .fa.fa-calendar, .fa.fa-eye {
    display: none;
  }
 
/*===================================================================*/
.module-ct p {
  display: none;
}


.t4-offcanvas-toggle {
  line-height: 60px;
  color: #ffc107;
  }


/*11.3.23*/  
.article-aside {
  justify-content: left;
  }
/*====================================================*/
/*popular world news á€žá€á€„á€ºá€¸ Title á€¡á€¬á€¸á€•á€¼á€„á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹ */ 
.mod-articlesnews-horizontal.newsflash-horiz.mod-list a {
  font-size: 15px;
  font-weight: 500;
  word-wrap: break-word;
  text-decoration: none;
} 
.mod-articlesnews-horizontal.newsflash-horiz.mod-list a:hover {
  color: black;
}
.mod-articlesnews-horizontal.newsflash-horiz.mod-list p {
  display: none;
}
  
/*Politics/Business/Health/Sport á€žá€á€„á€ºá€¸ Title á€¡á€¬á€¸á€•á€¼á€„á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹ */ 
.mod-articlesnews.newsflash a {
  font-size: 14px;
  font-weight: 500;
  word-wrap: break-word;
  text-decoration: none;
  }
.mod-articlesnews.newsflash a:hover {
  color: black;
  }
/*news flash á€¡á€¬á€¸á€œá€¯á€¶á€¸á€›á€¾á€­ title á€¡á€¬á€¸ á‚ á€€á€¼á€±á€¬á€„á€ºá€¸á€žá€¬á€–á€±á€¬á€ºá€•á€¼á€‘á€¬á€¸á€žá€Šá€ºá‹*/
.mod-articlesnews.newsflash h4 a, .newsflash-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 50px;
  padding-top: 5px;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-top: 5px;
  line-height: 24px;
  word-wrap: break-word;
}
.mod-articlesnews.newsflash p {
  display: none;
  }
/*====================================================*/
/*Category á€™á€»á€¬á€¸á€¡á€¬á€¸ color á€”á€¾á€„á€·á€º hover á€•á€¼á€±á€¬á€„á€ºá€¸á€‘á€¬á€¸á€žá€Šá€ºá‹*/
.t4-megamenu .navbar-nav&gt;li&gt;a , .t4-megamenu .navbar-nav&gt;li.active&gt;.nav-link, 
.t4-megamenu .navbar-nav&gt;li&gt;.nav-link{
    color: white!important;
    font-size: 18px;
    font-weight: bold;
  }
.t4-megamenu .navbar-nav&gt;li&gt;a:hover {
  color: #ffc107!important;
  }

.t4-megamenu .dropdown-menu li .dropdown-item {
  color: #0258a5!important;
  font-size: 18px;
  font-weight: bold;
  }

.t4-megamenu .dropdown-menu li .dropdown-item:hover {
  color: #ffc107!important;
  }
/*====================================================*/
/*á€–á€¯á€”á€ºá€¸view á€›á€¾á€­ canvas á€¡á€¬á€¸á€•á€¼á€„á€ºá€†á€„á€ºá€‘á€¬á€¸á€•á€«á€žá€Šá€ºá‹*/
.nav-breakpoint-lg .navbar-toggler {
  display: none!important;
  }
.nav-breakpoint-lg .t4-offcanvas-toggle {
  right: 20px;
  }

.t4-offcanvas .t4-off-canvas-body .navbar .nav-link,
.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .dropdown-item {
  color: #0258a5!important;
  font-size: 16px;
  font-weight: bold;
  }
.t4-offcanvas .t4-off-canvas-body .navbar .nav-link:hover,
.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .dropdown-item:hover {
  color: #ffc107!important; ;
  }

.t4-offcanvas .t4-off-canvas-header a img {
  max-height: 6rem;
  }

.t4-offcanvas .t4-off-canvas-header .close span {
  line-height: 37px;
  }
/*====================================================*/
/* col á€¡á€¬á€¸á€œá€¯á€¶á€¸á€›á€¾á€­ á€†á€­á€¯á€’á€ºá€žá€±á€¸á€žá€±á€¬á€“á€¬á€á€ºá€•á€¯á€¶á€™á€»á€¬á€¸á€¡á€¬á€¸ á€•á€¼á€„á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
  .items-row .pull-left.item-image img {
    min-height: 143px;
  }

/*newflâ€Œash á€›á€¾á€­ image á€¡á€¬á€¸ size á€Šá€¾á€­á€‘á€¬á€¸á€žá€Šá€ºá‹*/
figure.newsflash-image img {
  min-height: 143px;
  }
figure.newsflash-image {
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 0px;
  height: 0;
  overflow: hidden;
  }
/*====================================================*/
/*section á€™á€»á€¬á€¸á€¡á€¬á€¸á€¡á€€á€”á€·á€ºá€á€½á€²á€‘á€¬á€¸á€žá€Šá€ºá‹*/
#t4-section1, #t4-section2, #t4-section3, #t4-section4, #t4-section5 {
  margin-top: 5rem;
  margin-bottom: 3rem;
}

/*====================================================*/
/*Home á€›á€¾á€­ Highlight News á á€á€±á€«á€„á€ºá€¸á€…á€‰á€ºá€¡á€¬á€¸á€•á€¼á€„á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/  
  .page-subtitle, .module-title {
    color: white!important;
    font-size: 1rem;
    font-weight: 600;
    background-color: #0258a5; 
  }
  .page-subheader {
    /*border-bottom: 1px solid rgba(52,58,64,.12);*/
    margin: 0 0 1rem;
    padding: 0;
    text-transform: uppercase;
    background-color: #0258a5; 
  }
  .page-subheader .page-subtitle, .module-inner .module-title {
    /*border-bottom: 1px solid #adb5bd;
    margin-bottom: -1px;
    display: inline-block;*/
    padding: 0.2rem 0.2rem 0.2rem 0.8rem;
    text-align: center;
  }

/*module á€á€…á€ºá€á€¯á€á€»á€„á€ºá€¸á€…á€®á€¡á€œá€­á€¯á€€á€ºá€á€±á€«á€„á€ºá€¸á€…á€‰á€ºá€™á€»á€¬á€¸á€¡á€¬á€¸ á€‘á€Šá€·á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
  .module-title span {
    color: White;
    font-size: 14px;
    background-color: #0258a5;
    border-bottom: 0px!important;
    margin-bottom: 0px!important;
    padding:0rem!important;
}
/*====================================================*/
/*previous á€…á€¬á€™á€»á€€á€ºá€”á€¾á€¬á€”á€¾á€„á€·á€º next á€…á€¬á€™á€»á€€á€ºá€”á€¾á€¬á€¡á€¬á€¸á€•á€¼á€„á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹*/
.com-content-article.item-page .btn-secondary.previous {
  margin-right: 1rem;
}
.btn-secondary {
  color: #ffc107;
  }
.btn.btn-secondary {
  background-color: #0258a5 !important;
  border-color: #000 !important;
  text-transform: uppercase;
}  
/*====================================================*/
.t4-footnav .t4-module .navbar .nav &gt; li a.nav-link {
  padding: .2rem 0;
  }
.t4-palette-dark .nav &gt; li a, .t4-palette-dark .nav &gt; li .nav-link {
  color: #0258a5;
  font-size: 18px;
  font-weight: 600;
  }
.t4-palette-dark .nav &gt; li a:hover {
  color: #ffc107!important;
  }
/*====================================================*/
.t4-footer {
  color: #0087ff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  }
.t4-footer .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
  }
/*====================================================*/
/*map á€¡á€¬á€¸ responsive á€–á€¼á€…á€ºá€¡á€±á€¬á€„á€ºá€•á€¼á€¯á€œá€¯á€•á€ºá€‘á€¬á€¸á€žá€Šá€ºá‹(á€žá€¯á€¶á€¸)*/
.google-map {
  padding-bottom: 73.5%;
  position: relative;
}

.google-map iframe {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
/*====================================================*/</pre></body></html>