﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: 'Roboto', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul {
    list-style: none;
    padding: 0;
}
a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
/*.................................... Common CSS ..................................................*/

 .chi-main-outer {
	padding: 10px;
	background-position: center top;
	max-width: 1180px;
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	background-image: url('../images/main-bg.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	
	overflow: hidden;
}
.chi-top-banner {
	width: 100%;
	max-width: 1180px;
	height: auto;
	float: left;
	padding-bottom: 15px;
	overflow: hidden;
	overflow-x: hidden;
	position: relative;
}
.chi-slider-story {
	background-position: center top;
	width: 100%;
	float: left;
	padding-bottom: 10px;
	padding-right: 1%;
	padding-left: 1%;
	background-image: url('../images/slider-bg.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
 background-size: 1062px 100%;
}
.chi-story-slot {
	width: 33.33%;
	height: auto;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

.chi-story-slot img {
	width: 100%;
}
.chi-banner-wrapper-In{
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.d-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.slider-wrperIn .slick-arrow{background-color: transparent;}

/*.................................... Responsive ..................................................*/
@media screen and (max-width: 1060px) {
.chi-slider-story{

	background-size: 100% 100%;
	padding: 0 30px 40px;
}
}
@media only screen and (max-height:1024px) {

}
@media screen and (max-width: 800px) {

}
@media screen and (max-width: 700px) {
}
@media screen and (max-width: 640px) {

.chi-top-banner {
overflow-x: auto;
width: 100%;
height: auto;
}
.chi-banner-wrapper-In.d-flex {
    display: -webkit-block;
    display: -ms-block;
    display: block;
}	
.chi-banner-wrapper-In {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    position: relative;
    min-width:1180px;
    display:block;
}
.chi-slider-story {
	width: 100%;
	float: left;
	
	
}

}

@media  screen and (max-width: 480px) {
.chi-banner-wrapper-In {
    min-width: 920px;
}


}

@media screen and (max-width: 360px) {
.chi-banner-wrapper-In {
    min-width: 900px;
}
	

}
@media screen and (max-width: 320px) {
.chi-banner-wrapper-In {
    min-width: 750px;
}

}


