.page-header h1{
	display: none  !important;
}

.affix{
	background-color: #000 !important;
	box-shadow: 0px 0px 10px 0px rgba(159.79999999999998, 159.79999999999998, 159.79999999999998, 0.5);
}

.affix .logo img{
  width: 70%;
}

/*Slide*/

.slider-home1{
    margin-bottom: 0 !important;
}

.slider-home1 .swiper-pagination {
    counter-reset: count 0;
}
.slider-home1 .swiper-pagination-bullet{
    height: auto !important;
    width: auto !important;
    background-color: transparent !important;
    
    position: relative;
}
.slider-home1 .swiper-pagination-bullet:before{
    counter-increment: count 1;
    content: "0"counter(count);
    color: #fff !important;
    font-size: 18px;
}

@media(min-width:  768px){
	.slider-home1 .swiper-pagination-bullet:after{
	    position: absolute;
	    content: '';
	    width: 60px;
	    height: 1px;
	    background-color: #fff;
	    left: 120%;
	    top: 50%;
	    transform: translateY(-50%);
	    opacity: 0;
	}

	.slider-home1 .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
	.slider-home1 .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
	    font-size: 30px;
	    font-weight: 700;
	    opacity: 1;
	}
	.slider-home1 .swiper-pagination {
	    right: 70px;
	    left: unset !important;
	    width: auto !important;
	    top: 50%;
	    bottom: 0 !important;
	}
	.slider-home1 .swiper-pagination-bullet{
	    display: block;
	    opacity: 1 !important;
	}
}

/*Slide*/


/*Table*/
.tablepress thead th{
	background-color: #0B9852;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
  padding: 15px;
}

.tablepress tbody td{
	font-size: 16px;
	padding: 15px;
}

.tablepress .row-1 .column-1{
	width: 50%;
}


.tablepress tbody .column-1{
	border-left: 1px solid #0B9852;
}

.tablepress tbody .column-2{
	border-left: 1px solid #0B9852;
	border-right: 1px solid #0B9852;
}

.tablepress>:where(tbody.row-striping)>:nth-child(2n)>*{
	background-color: #EAF8EC !important;
}

.tablepress tbody tr:last-child td{
	border-bottom: 1px solid #0B9852;
}


@media screen and (min-width: 1366px){
	.tablepress thead th.column-2{
		padding-left: 40px;
	}


	.tablepress tbody td.column-2{
		padding-left: 40px;
	}
}

@media screen and (max-width: 767px){
	.tablepress thead th{
		font-size: 16px;
	}
}


/*Table*/

