.blog-list {
    
  /* background: url(../image/bgr3.png);
  background-position: 100%;
  background-repeat: no-repeat; */

}
/*
.blog-list .blog-item {
padding-top: 50px;

}

.blog-list .item{
	margin-bottom:30px;
}
*/
.blog-item .container {
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
}

.view-more {
  margin-top: 20px;
}

.view-more a {
  /*text-transform: uppercase;
  color: #212529;
  font-weight: 500;
	color: #F8C218;
  padding: 5px 25px;
  border: 1px solid #F8C218;*/
	color: #F8C218;
    padding: 5px 25px;
    border: 1px solid #F8C218;
    font-size: 14px;
    font-weight: 500;

}

.view-more a:hover {
 
background-color: #F8C218;
  color:#fff;
 
}

.owl-theme .owl-nav {
margin-top: 0px;
}

.blog-list  {

	margin-bottom: 30px;
	/*margin-top: 50px;*/
}
 
#title-news{
	margin-bottom: 0;
	width: 310px;
	height: 48px;
}

.owl-blog_list {
margin-bottom: 30px;
}

.blog-item .section-title {
	padding: 0px 0px 20px;
	margin-top: 20px;
}

.blog-list .seeall {
	margin-left: 10px;
}

.desc-article {
  background: #FFF;
  padding: 10px;
}

  .desc-article .title a {
	  color: #212529;
	  text-transform: capitalize;
	  font-size: 16px;
	  line-height: 24px;
	  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  }

.desc-article .title a:hover {
	color: #f8c218;
}

  .desc-article .title-white a {
      color: white;
  font-size: 20px;
  }
.desc-article .title__project a{
	font-size: 16px;
}

.owl-blog_list .desc-article .title{
font-size: 16px;
font-weight: 500;
 display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*height: 42px;*/
color:#333;
}

.owl-blog_list .desc-article .cont{

 display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
 
}

.blog-list img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.blog-list .section-title a h3 {
font-size: 26px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
}

.owl-blog_list .owl-item .item {
  position: relative;
}

.owl-blog_list .owl-item.active .item::before {
  content: none;
}

.owl-blog_list .owl-item .item::before {
  transition: all .5s ease-in-out;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  z-index: 1;
}

.pagination {
  margin-bottom: 50px;
	flex-wrap:wrap;
}

.pagination .page-item {
  margin:  5px;
}

.pagination .page-item.active a , .pagination .page-item:hover a{
 background: #f8c218;
  color: #fff;
}

.pagination .page-item a {
padding: 3px 12px;
  border-radius: 5px;
  border: 1px solid #f8c218;
  color: #333;
display: block;
}

.pagination .page-item span {
  margin-top: 8px;
  display: block;
  letter-spacing: 2px;
}

.page-item:first-child .page-link {
  border-radius: 0.25em;
}

.pagination .page-link {
  color: #212529;
  border-radius: 0.25em;
}

.pagination .page-link.active,
.pagination .page-link:hover {
  background: #212529;
  color: #fff;
}


/*  order */

.order .bacgr {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}

.order {
  position: relative;
  
}

.order::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  background: -webkit-radial-gradient(center, #FFFFFF, #000000);
  background: -moz-radial-gradient(center, #FFFFFF, #000000);
  background: radial-gradient(ellipse at center, #000000, #000000bf, #0000006e, #0000001a, #fff0);
  background: radial-gradient(ellipse at center, #00000026, #00000000, #000000c4, #000000, #000);
}

.order .content-order {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  color: #FFF;
	font-size:15px;
}

.order .content-order h3 {
  font-size: 36px;
margin-bottom: 20px;
}

.order small {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.order .btn {
  display: flex;
padding-top: 40px;
  padding-left: 0;
}

.contact-btn a {
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
 
 background-color: #F8C218;
}

.btn-discover{
margin-right:20px;
}

.btn-discover a {
  color: #FFF;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 8px 30px;
 
  border: 1px solid #F8C218;

}

.btn-discover a:hover {
background-color: #F8C218;

}

.blog-list .row {
  overflow: hidden;
}


.owl-blog_list .owl-stage {
  padding-left: 0 !important;
}


/* .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: initial;
  -webkit-transform: translate3d(0px, 0px, 0px);
} */

.second-item {
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 15px;
  background: #000;
  display: flex;
  justify-content: center;
}

.second-item a {
  padding: 0px 25px;
 color: #f7c116;
  text-decoration: none;
  font-size: 16px;
  transition: all .5s ease-in;
border-right: 1px solid #fff;
}

.second-item a:last-child {
 border-right: 0;
}

.second-item a:hover {
  color: #f7c116;
}


/*  */

.side-bar-wp {
  padding-right: 30px;
}

.side-bar {
	
	border-right: 1px solid #DCE6EA;
	background: #fff;
	color: #333;
	border-radius: 3px;
	/*box-shadow: 0px 0px 20px #0000001f;*/
}

.sb-nav li {
border-top: 1px solid #DCE6EA;
    padding-top: 10px;
  margin-bottom: 10px;
font-size: 14px;
}

.sb-nav li:last-child{
	padding-bottom:10px;
	border-bottom: 1px solid #DCE6EA;
}

.side-bar ul {
  list-style: none;
  padding-left: 0;
}

.sb-child {
  display: none;
}

.sb-sub-child {
  display: none;
}

ul.sb-child li a {
  padding-left: 25px;
  border-left: 1px solid #fff;
}

ul.sb-sub-child {
  padding-left: 20px;
}

.side-bar h3 {
	padding-top:10px;
 padding-bottom: 10px;
    font-size: 18px;
    margin-bottom: 0;
    color: #0072BD;
    font-weight: 600;
	text-transform: uppercase;
}

.side-bar a {
  color: #333;
}
.side-bar a:hover {
	color: #0072BD;
}


.fd-des a:hover {
	color:#fff;
}

.sb-menu {
  margin-bottom: 10px;

}

ul.list-post {
  list-style: disc;
  padding-left: 20px;
}

.sb-list_post h3 {
  font-size: 24px;
}

ul.list-post li {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #fff;
}

ul.list-post li a:hover {
  color: #f8c218;
}

.fd-item {

  margin-top: 15px;

  text-align: center;
  position: relative;
}

.fd-item::before {
content:"";
position: absolute;
left: 0;
top: 0;
right:0;
bottom:0;
background: #0000002b;
}


.fd-des {
  background-color: #ddd;
  color: #0072bd;
  padding: 31px 10px 20px;
position: relative;
  z-index: 10;
}

.fd-des h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 8px;
}

.fd-des p {
  line-height: 1.2;
}

.btn-download {
  display: inline-block;
  background-color: #005d9b;
  color: #fff;
  border-radius: 0;
  margin-top: 20px;
  padding: 4px 20px;
position: relative;
  z-index: 10;
}

.fd-des .btn-download:hover {
  background-color: #0072bd;
  color: #fff;
}

.fd-title {
  position: relative;
  z-index: 10;
}

.article-wp {
  margin: 50px 0 0px;
  padding-bottom: 30px;
}

.article-wp .sticky-top {
	z-index:500;
	top: 80px;
	position: sticky;
}

@media (min-width: 1200px){
.article-wp .container {
   max-width: 1200px;
	}
}

@media only screen and (max-width: 767.98px){
	.item.project-item:hover .desc-article{
		top: 70% !important;
	}
}

.article {
  line-height: 26px;
  text-align: justify;
  
}

.article a{
	font-size: 16px;
}

.article a:nth-child(2){
	color: #FE7D28;
}

.article a:nth-child(3){
	color: red;
}

.article a:nth-child(4){
	color: #27AAE1;
}
.article .btn__share__fb{
	display: none;
}
.main__content ul li{
	list-style: disc;
}
.share-post{
	display: flex;
}
#shareBtn{
	padding: 7px 15px;
    line-height: 1;
    color: #FFF;
    margin: 0px 5px;
    background: #08a1da;
    text-align: center;
    border-radius: 4px;
    margin-top: 3px;
    font-size: 11px;
	cursor: pointer;
}



.article .share{
	margin-top: 15px;
	text-align: left;
}

.article img {
  height: 340px;
  width: 100%;
}

.article h3 {
  margin-bottom: 25px;
}

.table-of-contents ul {
  counter-reset: section;
  list-style-type: none;
}

.table-of-contents li::before {
  counter-increment: section;
  content: counters(section, ".") " ";
  margin-right: 5px;
}

.table-of-contents {
  display: table;
  border: 1px solid #555;
  padding: 20px;
  color: #0072bd;
  margin: 20px 0;
}

.tcontent_title {
  margin-bottom: 0;
  color: #333;
  font-weight: bold;
}

.share {
  text-align: right;
}

.share a {
  display: inline-block;
  padding: 3px 10px;
}

.share .facebook {
  background-color: #3b5998;
  color: #fff;
}

.share .twitter {
  background-color: #1bb2e9;
  color: #fff;
}

.share .google {
  background-color: #da262c;
  color: #fff;
}

.project-item .desc-article {
  position: absolute;
  left: 0;
  top: 70%;
  background-color: rgb(0 0 0 / 54%);
  z-index: 50;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 8px;
  transition: all linear 0.3s;
}

/*.item.project-item:hover .desc-article{
	top: 0;
	transition: all linear 0.3s;
}*/
.desc__project__detail a{
	color: #fff;
}
.desc__project__detail a:hover{
	color: #f8c218;
}
.desc-article .cont{

	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project-title a h3 {
  color: #333;
  text-align: left;
}

.project-item .title {
  font-size: 16px;
  margin-bottom: 0px;
}

.project-wp {
  padding: 50px 0 50px;
position: relative;

}

#jssor_1 {
box-shadow: 0px 0px 29px 10px #00000038;
}

.project-wp .logo {
  margin-bottom: 20px;
position: relative;
  z-index: 100;

}

.project-wp .logo img {
  width: auto;
	height: 65px;
	object-fit: cover;
}
.article.main__content{
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.main__content img{
	margin: 10px 0;
}
.article.main__content a strong,
.article.main__content strong a{
	font-size: 20px;
}