/*CLEAR*/

.l-content .m-cols__wrap--edit,
.l-content .m-cols__wrap--edit > .m-cols__1of2,
.l-content .m-cols__wrap--edit > .m-cols__1of3,
.l-content .m-cols__wrap--edit > .m-cols__1of4,
.l-content .m-cols__wrap--edit > .m-cols__1of5,
.l-content .m-cols__wrap--edit > .m-cols__2of5,
.l-content .m-cols__wrap--edit > .m-cols__3of5,
.l-content .m-cols__wrap--edit > .m-cols__4of5,
.l-content .m-thumbnailList,
.l-content .m-thumbnailList > li {
	margin: 0;
	padding: 0;
	font-size: 0;
}

/*Header Edit*/

.l-content {
    
    width: 1400px !important;
}

/*Button Center*/

.l-content .m-btnList--center > li {
	padding-left: 50px;
}

.l-content .m-btnList--center > li:first-child {
	padding-left: 0;
}

/*What NEW !!*/

.l-content .sub_main--border {
	/* border: 3px solid #ffcc00; */
	border-radius: 7px;
	padding-top: 10px;
}



.l-content .sub_main--title {
	background-color: #ffcc00;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 0 15px;
	margin: 0 auto;
}
.l-content .sub_main--title span {
	display: inline-block;
	color: #ffffff;
	background: #000000;
	padding: 2px 5px;
	line-height: 1.1em;
}



.l-content .border_style--left {
	border-left: 3px solid #ffcc00;
}

/*** category ****/
.l-content .title-big-yellow {
	color: #000000;
	background: #ffcc00;
	position: relative;
	width: 100%;
	border-bottom: 2px solid #000000;
	padding-left:10px;
}


.l-content .title-big-yellow h2 {
	font-size: 24px;
    line-height: 2em;
    font-weight: bold;
}

.l-content .title-big-yellow h2 span {
	color: #ffffff;
    background: #000000;
    padding: 5px 10px;
}

.l-content .title-black {
	color: #ffcc00;
	background: #000;
	position: relative;
	height: 78px;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
}


.l-content .title-black h2 {
	font-size: 22px;
	margin: 0;
	text-align: center;
	line-height: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
}
.l-content .title-black h2 span {
	font-weight: normal;
	font-size: 18px;
}


.l-content .title-yellow {
	color: #111;
	background: #ffcc00;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
}


.l-content .title-yellow h2 {
	font-size: 22px;
	margin: 0;
	text-align: center;
	line-height: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
}

.l-content .title-yellow h2 span {
	font-weight: normal;
	font-size: 18px;
}


.l-content .text-content {
	width: 100%;
}


.l-content .text-content p {
	font-size: 18px;
	line-height: 1.3em;
	color: #000000;
}


.l-content .detail-btn {
  background-color: #ffcc00;
  border: none;
  color: #000000;
  font-size: 16px;
  padding: 10px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  border-radius: 4px;
}

.l-content .detail-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.l-content .detail-btn span {
  cursor: pointer;
  position: relative;
  transition: 0.1s;
}

.l-content .detail-btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.1s;
}

.l-content .detail-btn:hover span {
  padding-right: 25px;
  
}

.l-content .detail-btn:hover span:after {
  opacity: 1;
  right: 0;
}



.l-content .blk-bg {
	background: #e2e9ec;
}

.l-content .blog-right-column {
    width: 25%;
    background: #f2f2f2;
    padding: 15px;
    height: max-content;
}

.l-content .blck {
	background: #000000;
}

.l-content .light-grey {
	background: #efefef;
}

.l-content .wht-grey {
	background: #f7f7f7;
}

.l-content .yellow-bg {
	background: #ffcc00;
}

.l-content * {
    box-sizing: border-box;
}

.l-content .img-res {
  width: 100%;
  height: auto;
}

.l-content .mainrow {
  content: "";
  clear: both;
  display: flex;
  gap: 20px;
}

.l-content .mainBlogRht {
  background: #f0f0f0;
  min-width: auto;
  height: 0%;
  position: sticky;
  top: 0;
  right: 0;
}

.l-content .pd10 {
  padding: 10px;
}

.l-content .pd15 {
  padding: 15px;
}

.l-content .pd20 {
  padding: 20px;
}

.l-content .pdb0 {
  padding-bottom: 0px;
}

.l-content .pdT0 {
  padding-top: 0px;
}

.l-content .mrb20 {
  margin-bottom: 20px;
}

.l-content .mrb30 {
  margin-bottom: 30px;
}

.l-content .mrT30 {
  margin-top: 30px;
}

.l-content .mrl20 {
  margin-left: 20px;
}

.l-content .mrb10 {
  margin-bottom: 10px;
}

.l-content .mrb0 {
  margin-bottom: 0px;
}

.l-content h1 {
    font-size: 30px !important;
    line-height: 38px;
}

.l-content h2 {
    font-size: 24px !important;
    background: #e4e4e4;
    padding: 6px 20px;
}

.l-content h3 {
    font-size: 18px !important;
}


.l-content p {
  font-size: 16px !important;
  line-height: 22px;
  margin-bottom:16px;
  letter-spacing: 0.3px;
  text-align: justify;
}

.l-content .cntr {
    text-align: center !important;
}

.l-content .textRht {
    text-align: right !important;
}

.l-content .ettbold {
    font-style: italic;
	  font-weight: bold;
}


.l-content .headingh1 {
    padding-bottom: 20px;
	line-height:30px;
	text-align: center;
	border-bottom:1px solid #878787;
	margin-bottom: 20px;
}

.l-content .etarticlevideo {
    height: 430px;
}

  .l-content .colm-1 {width: 8.33%;}
  .l-content .colm-2 {width: 16.66%;}
  .l-content .colm-3 {width: 25%;}
  .l-content .colm-4 {width: 33.33%;}
  .l-content .colm-5 {width: 41.66%;}
  .l-content .colm-6 {width: 50%;}
  .l-content .colm-7 {width: 58.33%;}
  .l-content .colm-8 {width: 66.66%;}
  .l-content .colm-9 {width: 75%;}
  .l-content .colm-10 {width: 83.33%;}
  .l-content .colm-11 {width: 91.66%;}
  .l-content .colm-12 {width: 100%;}

.l-content .blog-list {
            list-style: none;
			margin-bottom:15px;
        }
		
.l-content .blog-list li {
        position: relative;
        padding: 0px 0px 0px 35px;
        text-align: justify;
        font-size: 16px;
		line-height: 24px;
    }
		
.l-content	.blog-list li::before {
            content: "➜"; /* Unicode right arrow */
            position: absolute;
            left: 10px;
            color: #004098;
            font-size: 16px;
        }
		
		.l-content .blogtable {
            width: 100%;
            border-collapse: collapse;
            margin: 10px auto;
            background: #fff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            overflow: hidden;
			font-size: 16px;
        }

        .l-content .blogtable td {
            padding: 7px;
            text-align: left;
            border: 1px solid #7e7e7e;
        }

        .l-content .blogtable th {
            background: #ffcc00;
            color: #000000;
			      padding: 7px;
            text-align: left;
            border: 1px solid #7e7e7e;
        }

        .l-content .blogtable tr:hover {
            background: #f1f1f1;
        }

        .l-content .share-buttons a {
          text-decoration: none;
        }

        .l-content .share-buttons a img {
          width: 40px;
          margin-right: 10px;
        }

        .l-content .shareLft {
          border-left: 5px #ffcc00 solid;
          text-indent: 20px;
        }

        .l-content .shareLft p {
          font-size: 12px !important;
          line-height: 22px;
          padding-top: 16px;
          letter-spacing: 0.3px;
          text-align: justify;
          color: #ababab;
        }

        .l-content .shareLft h2 {
          font-size: 18px !important;
          padding: 0px;
          color: #3d3d3d;
          background: no-repeat;
        }

        .l-content .dateBlog p {
          color: #606060;
          font-size: 13px !important;
        }

        .l-content .Catgtags {
          display: flex;
          gap: 6px;
          justify-content: flex-start;
          align-items: center;
        }

        .l-content .Catgtags p {
          font-size: 13px !important;
          margin-bottom: 0px;
        }

        .l-content .Catgtags a {
          background: #f1f0f0;
          color: #333;
          text-decoration: none;
          padding: 5px 10px;
          border-radius: 20px;
          font-size: 12px;
          transition: background 0.3s;
        }

        .l-content .contentText a {
          font-weight: bold;
          color: #004098;
        }

        .blogDetailAll {
          border: 1px #f4f4f4 solid;
        }

        .blogDetailAll:hover {
          border: 1px #ff9100 solid;
          transition: 0.5s;
        }

        .blogDetailAll span {
          font-size: 12px;
          color: #ababab;
        }

        .blogDetailAll .blogReadBtn a {
          background: #ffcc00;
          padding: 6px 10px;
          font-size: 12px;
          border-radius: 50px;
          color: #000;
          text-decoration: none;
        }

        .blogDetailAll .adminBlog p {
          font-size: 12px !important;
          color: #ababab;
          margin-bottom: 0px !important;
        }

        .blogDetailAll .adminBlog p strong {
          font-size: 12px;
          color: #434343;
          font-weight: normal;
        }




@media only screen and (max-width: 768px) {
	
	.l-content .mainrow {
		display: block;
		padding: 10px;
	}
	
	.l-content .etarticlevideo {
		height: 280px;
	}
	
	.l-main {
		width: 100% !important;
	}
	
	.l-content {
			width: 100% !important;
	}
	
  /* For mobile: */
  .l-content .colm-sml-1 {width: 8.33%;}
  .l-content .colm-sml-2 {width: 16.66%;}
  .l-content .colm-sml-3 {width: 25%;}
  .l-content .colm-sml-4 {width: 33.33%;}
  .l-content .colm-sml-5 {width: 41.66%;}
  .l-content .colm-sml-6 {width: 50%;}
  .l-content .colm-sml-7 {width: 58.33%;}
  .l-content .colm-sml-8 {width: 66.66%;}
  .l-content .colm-sml-9 {width: 75%;}
  .l-content .colm-sml-10 {width: 83.33%;}
  .l-content .colm-sml-11 {width: 91.66%;}
  .l-content .colm-sml-12 {width: 100%;}
}