.tabsview,
.ui-tab,
.ui-tab > li {
  /* R4W 20150505 was also too generic */
  margin: 0;
  padding: 0;
}
.tabsview {
  width: auto;
  background: transparent;
}
.ui-tab {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.ui-tab li {
    display: table-cell;
    text-align: center;
    position: relative;
    bottom: 0px;
    float: none;
    margin-right: 5px;
    font-size: 20px;
    background: #ffffff;
    text-shadow: 1px 1px 1px #969696;
}
.ui-tab li a {
    text-decoration: none;
    display: block;
    padding: 6px 10px;
    color: #000000;
}
.ui-tab li a:hover,
.ui-tab li a:focus {
  color: #000000;
}
.ui-tab li.active {
    bottom: 0px;
    background-color: #ffe564;
    border-bottom: 0;
    z-index: 20;
    text-shadow: 1px 1px 1px #969696;
}
.ui-tab li.active a {
    cursor: default;
    text-decoration: none;
    padding-top: 0px;
    color: black;
}
/*
.tab-pane {
  padding: 20px;
  background-color: #efefef;
  min-height: 200px;
  color: #000000;
}
.tab-pane.active {
  display: flex !important;
  justify-content: center;
  align-items: center;
}*/
.tab-pane .tabContent {
  width: 80%;
  font-size: 60px;
  color: #888888;
  text-align: center;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  /* Firefox */
  -webkit-animation: fadein 2s;
  /* Safari and Chrome */
  -o-animation: fadein 2s;
  /* Opera */
}
@keyframes fadein {
  from {
    opacity: 0;
    margin-left: -40px;
  }
  to {
    opacity: 1;
    margin-left: 0px;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
    margin-left: -40px;
  }
  to {
    opacity: 1;
    margin-left: 0px;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    margin-left: -40px;
  }
  to {
    opacity: 1;
    margin-left: 0px;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
    margin-left: -40px;
  }
  to {
    opacity: 1;
    margin-left: 0px;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
    margin-left: -40px;
  }
  to {
    opacity: 1;
    margin-left: 0px;
  }
}
.tab-content{
	width: 100%;
    margin-top: 25px;
}
a:hover, a:focus {
    color: #ffffff;
    text-decoration: auto;
}
/*--service--*/
.font-service1 p{
	font-size: 14px;
	text-align: left;
}
.font-service1 h4{
	margin: 10px auto;
}
#dynamic_service1 {
    align-items: stretch;
    grid-template-columns: repeat(2,minmax(200px,1fr));
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: grid;
}
@media (max-width: 991px){
	#dynamic_service1 {
		align-items: stretch;
		grid-template-columns: repeat(3,minmax(200px,1fr));
		grid-column-gap: 15px;
		grid-row-gap: 15px;
		display: grid;
	}
}
@media (max-width: 479px){
	#dynamic_service1 {
		align-items: stretch;
		grid-template-columns: repeat(2,minmax(0px,1fr));
		grid-column-gap: 15px;
		grid-row-gap: 15px;
		display: grid;
	}
}

.point4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-center { text-align: center !important;}
.text-left { text-align: left !important;}
.text-right { text-align: right !important;}
.text-bottom { text-align: bottom !important;}

.w-100 { width: 100% !important;}
.ct-div-block { align-items: center !important;}

.banner-article { 
  width: 100%;
  border-radius: 8px;
}

.article-h1 {
  background-color: #2c5184c7;
  padding: 8px;
  color: #ffffff;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}