
.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 0;border:none;
}
.cb-slideshow:after {
	border:none;
   /* content: '';
    background: transparent url(../images/pattern.png) repeat top left;*/
}
.cb-slideshow li span {
    width: 100%;
    height: 110%;
    position: absolute;
    top: -50px;
    left: 0%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 54s linear infinite 0s;
    -moz-animation: imageAnimation 54s linear infinite 0s;
    -o-animation: imageAnimation 54s linear infinite 0s;
    -ms-animation: imageAnimation 54s linear infinite 0s;
    animation: imageAnimation 54s linear infinite 0s; border:none;
}
.cb-slideshow li div {
    z-index: 10;
	position: absolute;
   top:0;
    left: 5%;
    width: 90%;height:100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 54s linear infinite 0s;
    -moz-animation: titleAnimation 54s linear infinite 0s;
    -o-animation: titleAnimation 54s linear infinite 0s;
    -ms-animation: titleAnimation 54s linear infinite 0s;
    animation: titleAnimation 54s linear infinite 0s;border:none; 
	font-weight:400;
	font-family: 'Trirong', Arial, sans-serif;
    font-size: 48px;
    line-height: 40px;
    color:#fff ;text-align: center;border:none; text-shadow: 0px 0px 11px rgba(0, 0, 0, 1);
}
.cb-slideshow li div h3 {
   font-family: 'Open Sans', Arial, sans-serif;padding:0px 20%;font-size:23px;line-height:40px;font-weight:400;color:rgba(255,255,255,1)
}
.cb-slideshow li:nth-child(1) span {}
.cb-slideshow li:nth-child(2) span {
    -webkit-animation-delay: 9s;
    -moz-animation-delay: 9s;
    -o-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
}
.cb-slideshow li:nth-child(3) span {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(4) span {
    -webkit-animation-delay: 27s;
    -moz-animation-delay: 27s;
    -o-animation-delay: 27s;
    -ms-animation-delay: 27s;
    animation-delay: 27s;
}
.cb-slideshow li:nth-child(5) span {
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}
.cb-slideshow li:nth-child(6) span {
    -webkit-animation-delay: 45s;
    -moz-animation-delay: 45s;
    -o-animation-delay: 45s;
    -ms-animation-delay: 45s;
    animation-delay: 45s;
}
.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 9s;
    -moz-animation-delay: 9s;
    -o-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
}
.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 27s;
    -moz-animation-delay: 27s;
    -o-animation-delay: 27s;
    -ms-animation-delay: 27s;
    animation-delay: 27s;
}
.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}
.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 45s;
    -moz-animation-delay: 45s;
    -o-animation-delay: 45s;
    -ms-animation-delay: 45s;
    animation-delay: 45s;
}
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 0.75;
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 0.75;
	    -webkit-transform: scale(1.3);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(2) 
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(2)  
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 0.75;
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 0.75;
	    -moz-transform: scale(1.3);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(2)  
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(2)  
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 0.75;
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 0.75;
	    -o-transform: scale(1.3);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(2) 
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(2)  
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 0.75;
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 0.75;
	    -ms-transform: scale(1.3);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(2) 
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(2) 
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in; 
	}
	8% {
	    opacity: 0.75;
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 0.75;
	    transform: scale(1.3);
	}
	22% {
		opacity: 0;
		transform: scale(2)
	}
	25% {
	    opacity: 0;
	    transform: scale(2) 
	}
	100% { opacity: 0 }
}
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateY(-20%);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateY(0%);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: translateY(0%);
	}
	19% {
	    opacity: 0;
	    -webkit-transform: translateY(10%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateY(-20%);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateY(0%);
	}
	17% {
	    opacity: 1;
	    -moz-transform: translateY(0%);
	}
	19% {
	    opacity: 0;
	    -moz-transform: translateY(10%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateY(-20%);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateY(0%);
	}
	17% {
	    opacity: 1;
	    -o-transform: translateY(0%);
	}
	19% {
	    opacity: 0;
	    -o-transform: translateY(10%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateY(-20%);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateY(0%);
	}
	17% {
	    opacity: 1;
	    -ms-transform: translateY(0%);
	}
	19% {
	    opacity: 0;
	    -ms-transform: translateY(10%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateY(-20%);
	}
	8% {
	    opacity: 1;
	    transform: translateY(0%);
	}
	17% {
	    opacity: 1;
	    transform: translateY(0%);
	}
	19% {
	    opacity: 0;
	    transform: translateY(10%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1440px) { 
	.cb-slideshow li div h3 { font-size: 21px;line-height: 37px; }
	.cb-slideshow li div { font-size:43px}
}
@media screen and (max-width: 1280px) { 
	.cb-slideshow li div {
    font-size:42px;
}
.cb-slideshow li div h3 {
   padding:0;
}
}

@media screen and (max-width: 1024px) { 
	 .cb-slideshow li div { font-size:39px}
}

@media screen and (max-width: 800px) { 
	 .cb-slideshow li div h3 { font-size: 20px ;line-height: 34px;} .cb-slideshow li div {font-size:35px; }
}
@media screen and (max-width: 600px) { 
	 .cb-slideshow li div h3 { font-size: 18px ;line-height: 30px;} .cb-slideshow li div {font-size:32px }
}
@media screen and (max-width: 500px) { 
	
}
@media screen and (max-width: 400px) { 
	
}

