@charset "utf-8";
/* CSS Document */
/*News Tab*/
ul.tabsCount{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom:0.5px solid #ffffff;
	width: 98%;
    margin: auto;
}
ul.tabsCount li{
	background: none;
	color: #6e6e6e;
	display: inline-block;
	padding: 0;
	cursor: pointer;
}

ul.tabsCount li.current.tab-link{
	color: #ffd800;
	border-bottom:2px solid #ffd800;

}
.tab-content.current{
	display: block;
}
.tab-content{
	display:none;
}
/*News Tab*/
/*slider in tabbing*/
.tab-slider {
	width: 100%;
}


.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: #fff;
	font-family: FontAwesome;
	font-size: 20px;
	cursor: pointer;
}


.slick-slide {
  transition: all ease-in-out .3s;
}
div.tab-content{
	margin-top: 15px;
}
/*Slider in Tabbing*/
/*Aerrow Styling CSS*/
.myleftAerow {
    position: relative;
    left: 1040px;
}
.myrightAerow {
    left: 1063px;
    position: relative;
		bottom: 260px;
}
_:-moz-tree-row(hover), .myrightAerow{
	bottom: 265px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .myrightAerow {
		 bottom: 244px;
		 cursor: pointer;
   }
	 .myleftAerow {
		 cursor: pointer;
   }
}
/*Responsive CSS*/
/*Responsive I-PAD Portrait*/
@media only screen and (min-width:768px) and (max-width:1023px){
  #maylatestid .tab{
    float: left;
  }
  .myleftAerow{
    left:610px;
  }
  .myrightAerow{
    left: 640px;
		bottom: 256px;
  }
	_:-moz-tree-row(hover), .myleftAerow{
		left: 630px;
  }
  _:-moz-tree-row(hover), .myrightAerow{
    bottom:260px;
		left: 660px;
  }
}
/*Responsive I-PAD Portrait*/
/*Responsive CSS*/
