html, body { overflow-x: hidden; }

body {
  padding: 0;
  margin: 0;
  background :url(../img/introbg1920x1080a.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  color: #fff;
  font-family: Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
}

a:hover, a:visited, a:link, a:active{
    text-decoration: none;
}

h2 {
  color: #fff;
}

h3 {
  color: #fff;
}

h4 {
  color: #fff;
}
@media only screen and (max-width: 768px) {
h4 {
  color: #fff;
  font-size:10px;
}
}
p {
  color: #fff;
}
@media only screen and (max-width: 768px) {
p {
  color: #fff;
  font-size:10px;
}
}
.no-padding {
	padding: 0;
}

.frame-top {
	position:absolute;
	top:0;
}
.frame-btm {
	position:absolute;
	bottom:0;
}

/* mainNav-start */
.navbar {
	z-index: 1050;
	border:0;
}
.navbar-before {
	background-color: rgba(0, 0, 0, 0.8);
	padding-top:50px;
	padding-bottom:50px;
	transition: all 0.8s ;
}
.navbar-after {
	background-color: rgba(0, 0, 0, 1);
	padding-top:25px;
	padding-bottom:25px;
	transition: all 0.8s ;
}
@media only screen and (max-width: 768px) {
	.navbar-before {
	padding-top:0px;
	padding-bottom:0px;
	transition: all 0.8s ;
}
}
@media only screen and (max-width: 1024px) {
	.navbar-before {
	padding-top:0px;
	padding-bottom:0px;
	transition: all 0.8s ;
}
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #FC0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #368161;
}
.navbar-default .navbar-nav > li > a:focus {
	color:#063;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #999;
	background-color:transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #D5D5D5;
}	
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #000;
}
.logo-before {
	margin-top:0px;
	width:50px;
	transition: all 0.8s ;
}
.logo-after {
	margin-top:0;
	width:50px;
	transition: all 0.8s ;
}
@media only screen and (max-width: 768px) {
	.logo-before {
	margin-top:0;
	width:50px;
	transition: all 0.8s ;
}
}
@media only screen and (max-width: 1024px) {
	.logo-before {
	margin-top:0;
	width:35px;
	transition: all 0.8s ;
}
}
/* mainNav-end */

/* ------------------------------modal-right------------------------------ */
.modal2.right .modal-dialog2 {
	position: fixed;
	top:0;
	background-color:#000;
	margin: auto;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
	z-index:2000;
}
.modal2.right .modal-content2 {
	height: 100%;
	overflow-y: auto;
}
/* ----- MODAL STYLE ----- */
	.modal-content2 {
		border-radius: 0;
		border: none;
		padding:0;
	}
	
	.modal-body2 {
		max-height: calc(100vh - 80px);
    	overflow-y: auto;
		font-family: Arial, Helvetica,"Microsoft Yahei", "å¾®è½¯é›…é»'", sans-serif;
	}
	.modal-body2 > div {
		font-family: Arial, Helvetica,"Microsoft Yahei", "å¾®è½¯é›…é»'", sans-serif;
	}
	.modal-body2 > div > div{
		font-family: Arial, Helvetica,"Microsoft Yahei", "å¾®è½¯é›…é»'", sans-serif;
	}
	.modal-title {
		font-family: Arial, Helvetica,"Microsoft Yahei", "å¾®è½¯é›…é»'", sans-serif;
	}

	.modal-header2 {
		height:50px;
		background: -moz-linear-gradient(top,  #222 , #000); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(,#222), color-stop(,#000)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #222 ,#000 ); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #222 ,#000 ); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #222 ,#000 ); /* IE10+ */
		background: linear-gradient(to bottom,  #222 ,#000); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#000',GradientType=0 ); /* IE6-9 */
		padding-left:20px;
		padding-top:12px;
	}
	.modal-header2 >label {
		position:absolute;
		font-size:18px;
		color:#FFF;
	} 
/*Right*/
.modal2.right.fade .modal-dialog2 {
	right: -100%;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}	
.modal2.right.fade.in .modal-dialog2 {
	right: 0;
}
/* ------------------------------modal-right-end------------------------------ */

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

.btn-responsive {
    display: inline;
    max-width: 100%;
  }
  
/* intro-section-a-start */
.intro-section-a {
	position:relative;
	height: 80vh;
	padding: 0px;
	background :url(../img/introbg1920x1080a.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 0px solid #e7e7e7;
    border-bottom: 0px solid #e7e7e7;
}

#dot-matrix {
    background: url(../img/dot2.png) repeat;
    height: 100%;
    width: 100%;
    position:fixed;
    top: 0;
    z-index: -5;
}
#awan {
	z-index: -5;
	position:fixed;
	top:0px;left:0px;
	width:100%;
	height:100%;
	text-align:center;
	margin:0px;
	padding:0px;
	background-color:#C0DEED;
	background: url(../img/cloud.jpg) center top repeat-x;
	padding-top:100px;
	padding-bottom:10px;
	width: 100%;
	height: 600px;
	animation: awan-animasi 35s linear infinite;
	-ms-animation: awan-animasi 35s linear infinite;
	-moz-animation: awan-animasi 35s linear infinite;
	-webkit-animation: awan-animasi 35s linear infinite;
}
@keyframes awan-animasi {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  };
}
@-webkit-keyframes awan-animasi {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  };
}
@-ms-keyframes awan-animasi {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  };
}
@-moz-keyframes awan-animasi {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  };
}
.logo1 {
	position: relative;
	margin-top: 70vh;
	margin-bottom:0;
}
@media only screen and (max-width: 768px) {
	.logo1 {
	position: relative;
	margin-top:500px;
	margin-bottom:0;
	}
}
@media only screen and (max-width: 1024px) {
	.logo1 {
	position: relative;
	margin-top:500px;
	margin-bottom:0;
	}
}
.brand {
	position:absolute;
	left:20%;
	right:20%;
	bottom:400px;
}
.anime {
	position:absolute;
	margin:0 auto;
	left:0;
	right:0;
}
.button-a {
  -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  display: block;
  margin: 20px auto;
  max-width: 180px;
  text-decoration: none;
  border-radius: 4px;
  padding: 20px 30px;
  color: rgba(256, 256, 256, 1);
  box-shadow: rgba(256, 256, 256, 1) 0 0px 0px 2px inset;
  background-color: rgba(0, 0, 0, 0.5);
}

.button-a:hover {
  display: block;
  margin: 20px auto;
  max-width: 180px;
  text-decoration: none;
  border-radius: 4px;
  padding: 20px 30px;
  color: rgba(256, 256, 256, 1);
  text-shadow:  5px 5px 5px 5px #000;
  box-shadow: rgba(24, 66, 59, 1) 0 0px 0px 40px inset;
}
.button-b {
  -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  display: block;
  float:left;
  width:32%;
  margin-right:5px;
  text-decoration: none;
  border-radius: 4px;
  border:0;
  padding: 20px 30px;
  color: rgba(256, 256, 256, 1);
  box-shadow: rgba(256, 256, 256, 1) 0 0px 0px 2px inset;
  background-color: rgba(0, 0, 0, 0.5);
}

.button-b:hover {
  display: block;
  text-decoration: none;
  border-radius: 4px;
  padding: 20px 30px;
  color: rgba(255, 123, 22, 1);
  text-shadow:  5px 5px 5px 5px #000;
  box-shadow: rgba(191, 31, 1, 1) 0 0px 0px 40px inset;
}
@media only screen and (max-width: 768px) {
.button-b {
  padding: 10px 15px;
  width:31%;
  font-size:10px;
}

.button-b:hover {
  padding: 10px 15px;
}
}
.dark-bg {
	background:rgba(0, 0, 0, 0.5);
	padding:20px;
	border-radius: 5px;
}
/* intro-section-a-end */

/* intro-section-b-start */
.intro-section-b {
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	background-color:rgba(0, 0, 0, 0.7);
    border-top: 0px solid #f65906;
    border-bottom: 0px solid #f65906;
}
@media only screen and (max-width: 768px) {
	.intro-section-b {
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	background-color:rgba(0, 0, 0, 0.7);
    border-top: 0px solid #f65906;
    border-bottom: 0px solid #f65906;
}
}
.intro-section-c {
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#fff;
    border-top: 0px solid #368161;
    border-bottom: 0px solid #368161;
}
.intro-section-d {
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#fff;
    border-top: 0px solid #368161;
    border-bottom: 0px solid #368161;
}
.intro-section-e {
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#368161;
    border-top: 0px solid #368161;
    border-bottom: 0px solid #368161;
}
@media only screen and (max-width: 768px) {
	.intro-section-b {
	padding-top:10px;
	padding-bottom:10px;
}
}
.intro-section-f {
	position:relative;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	background: -moz-linear-gradient(top,  #ff7b16 , #f65906 ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(,#ff7b16), color-stop(,#f65906)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff7b16 ,#f65906 ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff7b16,#f65906 ); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff7b16 ,#f65906 ); /* IE10+ */
	background: linear-gradient(to bottom,  #ff7b16 ,#f65906 ); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b16', endColorstr='#f65906',GradientType=0 ); /* IE6-9 */
    border-top: 0px solid #fff;
    border-bottom: 1px solid #fff;
}
/* intro-section-b-end */
.intro-section-hero {
	position:relative;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	background: -moz-linear-gradient(top,  #222 , #000 ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(,#222), color-stop(,#000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #222 ,#000 ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #222 ,#000 ); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #222 ,#000 ); /* IE10+ */
	background: linear-gradient(to bottom,  #222 ,#000 ); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#000',GradientType=0 ); /* IE6-9 */
    background-size: cover;
    border-top: 2px solid #FC0;
    border-bottom: 0px solid #e7e7e7;
}
/* intro-section-c-start */
.intro-section-news {
	position:relative;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	background: -moz-linear-gradient(top,  #ff7b16 , #f65906 ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(,#ff7b16), color-stop(,#f65906)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff7b16 ,#f65906 ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff7b16,#f65906 ); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff7b16 ,#f65906 ); /* IE10+ */
	background: linear-gradient(to bottom,  #ff7b16 ,#f65906 ); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b16', endColorstr='#f65906',GradientType=0 ); /* IE6-9 */
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.intro-section-allgame {
	position:relative;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#000;
    border-top: 1px solid #f65906;
    border-bottom: 1px solid #f65906;
}
.news-title {
	float:left;
}
.news-date {
	float:right;
	padding-top:12px;
}
.news .thumbnail {
  padding:0;
  overflow: hidden;
  min-width: 150px;
  position: relative;
  opacity: 0.88;
  backface-visibility: hidden;
  transition: all 0.4s ease-out;
  border: 1px solid rgba(256, 256, 256, 0.1);
  box-shadow: 0px 0px 14px #000;
}
.news .thumbnail img {
  position: relative;
  width:100%;
  backface-visibility: hidden;
}
.news .thumbnail .caption {
  position: absolute;
  z-index:100;
  bottom:0;
  width:100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.news .thumbnail .caption h4{
	color:#FC0;
	text-align:left;
}
.news .thumbnail:hover {
  padding:0;
  overflow: hidden;
  min-width: 150px;
  position: relative;
  opacity: 0.88;
  backface-visibility: hidden;
  transition: all 0.4s ease-out;
  border: 1px solid #FC0;
  box-shadow: 0px 0px 14px #FC0;
}
/* intro-section-c-end */

/* intro-section-d-start */
.intro-background {
	position:relative;
	height: auto;
	padding: 0px;
	background :url(../img/introbg1920x1080b.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 0px solid #e7e7e7;
    border-bottom: 0px solid #e7e7e7;
}
.intro-section-newlaunch {
	height: auto;
	padding-top:5px;
	padding-bottom:40px;
	background :url(../img/introbg1920x1080b.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 0px solid #e7e7e7;
    border-bottom: 0px solid #e7e7e7;
}
.intro-section-hotgame {
	height: auto;
	padding-top:5px;
	padding-bottom:40px;
	background :url(../img/introbg1920x1080a.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 0px solid #e7e7e7;
    border-bottom: 0px solid #e7e7e7;
}
.title-text {
	position: absolute;
	top: 0px;
	width:30%;
	left:20%;
	z-index:10;
}
@media only screen and (max-width: 768px) {
.title-text {
	position: absolute;
	top: 0px;
	width:55%;
	left:5%;
	z-index:10;
}
}
/* intro-section-d-end */

/* intro-section-f-start */
.intro-background2 {
	position:relative;
	height: auto;
	padding: 0px;
	background :url(../img/introbg1920x1080d.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 0px solid #e7e7e7;
    border-bottom: 0px solid #e7e7e7;
}
.intro-section-f {
	height: auto;
	padding: 0px;
	background :url(../img/introbg1920x1080c.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 0px solid #e7e7e7;
    border-bottom: 0px solid #e7e7e7;
}
.hero .modal .modal-dialog {
	padding-top:50px;
	top:0;
	background-color:#000;
	margin: auto;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
	z-index:2000;
}
/* intro-section-f-end */

/* intro-section-f-start */
.intro-section-g {
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	background :url(../img/introbg1920x1080c.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 0px solid #e7e7e7;
    border-bottom: 0px solid #e7e7e7;
}
/* intro-section-f-end */

.slider .carousel {
    z-index: 1;
    padding: 0;
}
.slider .carousel-inner {

}
.slider .carousel-indicators {
	position: relative;
    width: 100%;
    margin: 0;
	margin-top:40px;
    padding: 0;
    left: 0;
}
.slider .carousel-indicators li {
    text-indent: initial;
    width: 22%;
    height: 5px;
    margin: 0 2% 0 0;
    border-radius: 0;
    background: #ffffff;
    border: none;
    opacity: 0.6;
}
.slider .carousel-indicators li:last-child {
    margin: 0;
}
.slider .carousel-indicators li.active {
    opacity: 1;
    position: relative;
}
.slider .carousel-indicators li.active:after {
    content: "";
    width: 30%;
    height: 5px;
    top: 0;
    left: 0;
    position: absolute;
    background: #FC0;
}
.slider .carousel-indicators li:hover{
	opacity: 1;
}
.slider .indicator-inner {
    padding-top: 25px;
    text-align: left;
}
.slider .indicator-inner span {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}
.slider .indicator-inner span.number {
    font-size: 23px;
    font-weight: 500;
    margin-right: 10px;
}
@media only screen and (max-width: 959px) {
    .slider .carousel {
        padding: 70px 0 50px 0;
    }
    .slider .slider-content .btn {
        margin-bottom: 60px;
        padding: 6px 18px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 768px) {
	.slider .carousel-indicators {
	position: relative;
    width: 100%;
    margin: 0;
	margin-top:20px;
    padding: 0;
    left: 0;
	}
    .slider .slider-content p {
        font-size: 35px;
        line-height: 70px;
    }
    .slider .indicator-inner {
        padding-top: 10px;
    }
    .slider .slider-content h3 {
        font-size: 35px;
    }
    .slider .indicator-inner span {
        font-size: 10px;
    }
    .slider .indicator-inner span.number {
        font-size: 10px;
        margin-right: 0;
    }
}

.thumbex {
  margin: 0px;
  width: 100%;
  min-width: 150px;
  max-width: 500px;
  height: 330px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  background-color: #000;
  box-shadow: 5px 10px 40px 5px rgba(0, 0, 0, 0.5);
}
.thumbex .thumbnail {
  overflow: hidden;
  min-width: 150px;
  height: 330px;
  position: relative;
  opacity: 0.88;
  backface-visibility: hidden;
  transition: all 0.4s ease-out;
  border: 0px solid #000;
}
.thumbex .thumbnail img {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  min-width: 500px;
  transform: translate(-50%, -50%);
  backface-visibility: hidden;
}
.thumbex .thumbnail span {
  position: absolute;
  z-index: 2;
  top: calc(160px - 20px);
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 50px;
  margin: 0 45px;
  text-align: center;
  font-size: 24px;
  color: white;
  font-weight: 0;
  font-family: Arial, Helvetica,"Microsoft Yahei", "å¾®è½¯é›…é»'", sans-serif;
  letter-spacing: 0.2px;
  transition: all 0.3s ease-out;
}
.thumbex .thumbnail:hover {
  backface-visibility: hidden;
  transform: scale(1.15, 1.15);
  opacity: 1;
}
.thumbex .thumbnail:hover span {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
.thumbex {
  height: 200px;
}
.thumbex .thumbnail {
  height: 200px;
}
.thumbex .thumbnail span {
  position: absolute;
  z-index: 2;
  top: calc(100px + 30px);
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  margin: 0 0px;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica,"Microsoft Yahei", "å¾®è½¯é›…é»'", sans-serif;
  color: white;
  font-weight:0;
  letter-spacing: 0.2px;
  transition: all 0.3s ease-out;
}
.thumbex .thumbnail img {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  min-width: 350px;
  transform: translate(-50%, -50%);
  backface-visibility: hidden;
}
}

.tab-pane {overflow-x: hidden;}

.latest-news {
	background: rgba(0, 0, 0, 0.5);
	padding-bottom:20px;
}
.latest-news > h3 {
    color: #FC0;
    font-size: 24px;
	padding:20px;
	margin-bottom:0;
	border-bottom: 1px solid #FC0;
}
.latest-news-all {
    border-bottom: 1px solid #FC0;
    display: block;
    overflow: hidden;
	padding:20px;
}
.latest-news-all:hover {
	background: rgba(0, 0, 0, 0.5);
}
.news-date2 {
	float:right;
}

/* Slider */
.slick-slide {
    margin: 0px 3px;
}

.slick-slide img {
    width: 100%;
	opacity: 0.5;
}
.slick-slide img:hover {
	opacity: 1;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.milestone {
	font-size:24px;
	margin-top:150px;
	margin-bottom:0;
	background-color: #368161;
	color:#FFF;
	padding:20px;
	border-radius: 5px;

}
@media (max-width: 767px) {
.milestone {
	font-size:24px;
	margin-top:50px;
	margin-bottom:0;
	background-color: #368161;
	color:#FFF;
	padding:20px;
	border-radius: 5px;

}
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #368161;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }


        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #368161;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: #368161;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
	color:#333;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}
@media only screen and (max-width: 768px) {

	.footer {
		font-size:12px;
	}
	
	.footer-dark {
		font-size:12px;
	}
}

.footer {
	height:auto;
	background-color:#000;
}

.footer-dark {
	height:auto;
	background-color:#333;
}