	/*******************Reset Css****************/

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
p{
    margin: 0;
}
html,
body,
{
    padding: 0;
    margin: 0;
    border-radius: 0;
    
}
em{
    font-style: normal;
}
body {
    font-size: 14px;
    font-family: 'Helvetica-Regular';
}
h1, h2, h3, h4{
    font-family: 'Helvetica-Bold';
}
a,
button,
input,
input[type="buttton"],
input[type="submit"],
.btn {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    outline: none !important;
    text-decoration: none;
    border: none;
    font-style: normal;
    text-decoration: none;
}

input {
    width: 100%;
}

img , figure{
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

ul,
ol, li {
    list-style: none;
    margin: 0;
    padding: 0
}
a,a:hover,a:focus{
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
 p {
    font-weight: normal;
     margin: 0;
}

input,
textarea {
    padding: 5px 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}


/*Buttons*/

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
    opacity: 1;
    color:#cdcccc; 
}

input.form-control:-moz-placeholder,
textarea.form-control:-moz-placeholder {
    opacity: 1;
    color:#cdcccc; 
}

input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder {
    opacity: 1;
    color:#cdcccc; 
}

input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
    opacity: 1;
    color:#cdcccc; 
}

.noradius {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.pointerNone {
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
}

.relative {
    position: relative;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

/*******************Reset Css****************/
/*header-css*/

.header_outer{
    padding: 20px 0px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 99;
    top: 0;
}
.header_outer .navbar{
    padding: 0;
}
.header_outer .navbar-nav li{
    margin-right: 25px;
}
.header_outer .navbar-nav li:last-child{
    margin-right: 0;
}
.header_outer .navbar-nav li a{
    color: #fff;
    font-size: 14px;
    padding: 0px;
	letter-spacing: 1px;
	position: relative;
}
.header_outer .navbar-nav li a:after{
	position: absolute;
	content: "";
	left: 0;
	bottom: -5px;
	border-bottom: 3px solid #f26522;
	width: 0px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand-md .navbar-nav .nav-link{
    padding: 0px;
}

.shrink{
   position: fixed;
   -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
   padding: 10px 0px;
    background: rgba(0,0,0,0.6)
}
.header_outer .navbar-brand{
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 0;
}
.shrink .navbar-brand{
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    width: auto;
}

.header_outer .navbar-nav li a:hover:after, .header_outer .navbar-nav li.current-menu-item a:after{
	width: 100%;
}
/*Header-section end*/

/*banner-section*/
.banner_sec{
    position: relative;
    color: #fff;
    overflow: hidden;
}
.banner_sec figure img{
    width: 100%;
}
.banner_content{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hdng_contentArea{
    position: relative;
 
}

.hdng_contentArea:after{
    position: absolute;
    content: "";
    left: -1000px;
    top: 0;
    bottom: 20px;
    right: 0;
	background: -webkit-gradient(linear,  left top, right top,  from(rgba(0,0,0,0.75)),color-stop(42%, rgba(0,0,0,0.7)),color-stop(49%, rgba(0,0,0,0.75)),color-stop(57%, rgba(0,0,0,0.75)),color-stop(71%, rgba(0,0,0,0.47)),color-stop(81%, rgba(0,0,0,0.39)),color-stop(91%, rgba(0,0,0,0.028)),to(rgba(0,0,0,0)));
	background: linear-gradient(to right,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.7) 42%,rgba(0,0,0,0.75) 49%,rgba(0,0,0,0.75) 57%,rgba(0,0,0,0.47) 71%,rgba(0,0,0,0.39) 81%,rgba(0,0,0,0.028) 91%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 );

    background-size: cover;
    z-index: -1;
}
.basic_btn{
    display: inline-block;
    padding: 0 20px;
    line-height: 62px;
    border-radius: 7px;
    background: #00b7de;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
	text-transform: uppercase;
	font-family: 'Helvetica-Bold';
	letter-spacing: 1px;
	min-width: 280px;
}
.basic_btn:hover{
    background: #f26522;
    color: #fff;
}

.banner_textArea{
    position: relative;
    max-width: 965px;
    padding-top: 75px;
}
.hdng_contentArea {
    padding: 55px 0 0;
}
.number_outerBx{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.numbr_hdng{
	min-width: 210px;
}
.numbr_hdng h1{
	font-size: 200px;
	color: #00b7de;
	font-family: 'Helvetica-Bold';
	position: relative;
	display: inline-block;
	line-height: 100%;
}
.numbr_hdng h1 span{
	font-family: 'Great Vibes', cursive;
	font-size: 40px;
	color: #ffffff;
	position: absolute;
	right: 0;
	top: 25px;
	line-height: 100%;
}

.number_text {
    padding-left: 20px;
}
.caixin_countdown {
    margin-left: 245px;
	max-width: 390px;
}
.noselect{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.time_box{
	text-align: center;
	margin-right: 26px;
	background-color: #003da5;
    width: 25%;
    font-size: 40px;
    padding: 10px;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
	border-radius: 9px;
	height: 80px;
	font-family: 'Helvetica-Bold';
}
.time_box:last-child{
	margin: 0;
}

.time_tag {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    margin-top: 5px;
    line-height: 100%;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Helvetica-Regular';
}

#hours{
	background: #00b7de
}

#minutes{
	background: #00cdcb;
}
#seconds{
	background: #00cd9a;
}
.text_content{
	text-transform: uppercase;
	 font-family: 'Helvetica-Bold';
}
.text_content h3{
	font-size: 35px;
	color: #00b7de;
}
.text_content h2 {
    font-size: 65px;
    line-height: 70px;
}
.text_content h2 span{
	display: block;
}
.text_content h5{
	text-align: right;
	font-size: 25px;
	font-family: 'Helvetica-Regular';
}
.text_content{
	margin-bottom: 15px;
}

/*end-banner-section*/
.main_container{
	padding: 40px 60px;
	background: #003da5;
}
/*speaker-area--start*/
.speaker_area{
	padding: 20px 0 70px;
}
.speaker_outer .col-lg-3{
	margin-bottom: 60px;
}
.speaker_item{
	text-align: center;
}
.client_pic{
	height: 190px;
	width: 190px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 22px;
}
.client_pic img{
	width: 100%;
	height: 100%;
}
.client_text h3{
	font-size: 16px;
	color: #fff;
	font-family: 'Helvetica-Bold';
	line-height: 24px;
}
.client_text h5{
	font-size: 14px;
	color: #00b7de;
	line-height: 22px;
	font-family: 'Helvetica-Regular';
}
/*speaker-area--end*/

/*agenda-area-start*/
.agenda_rowInnr {
    padding: 0 0 25px;
}
.agenda_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom: 45px;
}
.agenda_row:last-child{
	margin: 0;
}
.agenda_lftPnnl {
    width: 30%;
}
.agenda_rghtPnnl {
    width: 70%;
}
.agenda_lftPnnl h3 {
    font-size: 30px;
    color: #003da5;
	font-family: 'Helvetica-Regular';
}
.hdng_pnnl a {
    display: inline-block;
	border-bottom: 1px solid #003da5;
    font-size: 25px;
    color: #003da5;
    font-family: 'Helvetica-Bold';
}
.faq_area{
	max-width: 980px;
	margin: 0 auto;
}
.agenda_faqArea{
	background: #fff;
	padding: 105px 0;
}
.hdng_pnnl{
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.accordin_pannl{
	padding: 30px 0 0;
}
.accor_bxContent {
    padding-top: 20px;
}
.accr_para p {
    font-size: 15px;
    color: #97a2af;
    line-height: 30px;
    max-width: 585px;
/*	font-family: 'Cabin-Regular';*/
}
.content_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
}
.content_text p:last-child {
    margin-bottom: 0;
}
.content_text p {
    font-size: 15px;
    color: #97a2af;
    line-height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.content_row label {
    min-width: 90px;
    font-size: 16px;
    color: #003da5;
    margin: 0;
/*	font-family: 'Cabin-Regular';*/
}

.content_text p span{
	font-size: 16px;
	color: #828282;
	min-width: 180px;
	font-family: 'Helvetica-Bold';
	margin-right: 10px;
	text-decoration: underline;
}

.sptep_row{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 815px;
    margin: 0 auto;
    border: 0;
}

.sptep_row li{
	width: 25%;
    position: relative;
    margin-bottom: 0px;
}
.sptep_row li:last-child{
	width: 0;
}
.sptep_row.nav-tabs li .nav-link{
	height: 46px;
	width: 46px;
	border-radius: 50%;
	background: #d6d6d6;
	font-size: 20px;
	color: #000;
	font-family: 'Helvetica-Bold';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
    z-index: 2;
    cursor: pointer;
} 
.sptep_row li span{

}
.sptep_row li:after{
	position: absolute;
	content: "";
	border-bottom: 1px dashed #00b7de;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1;
}

.sptep_row.nav-tabs li .nav-link.active{
	height: 78px;
	width: 78px;
	border: 6px solid #fff;
	background: #00b7de;
	color: #fff;
    font-size: 30px;
    border-radius: 50%;
}
.days_area{
	padding: 55px 0;
}
.days_area h2{
	font-size: 40px;
	color: #fff;
	font-family: 'Helvetica-Bold';
	margin-bottom: 15px;
}
.days_area h5{
	font-size: 30px;
	color: #fff;
}


/*agenda-area-end*/

.all_hdng{
    position: relative;
    text-align: center;
}
.all_hdng h2{
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,1)), to(rgba(189,189,189,0.2)));
    background-image: linear-gradient(to top, rgba(255,255,255,1), rgba(189,189,189,0.2));
    -webkit-text-fill-color: transparent;
    color: #454545;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size:132px;
    font-family: 'Helvetica-Bold';
    line-height: normal;
}
.all_hdng h4{
    font-family: 'Helvetica-Bold';
    font-size:48px;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: normal;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.all_hdng.blue_txt h4 {
    color: #fff;
}

.all_hdng.blue_txt h2 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,61,165,0.3)), to(rgba(255,255,255,0.06)));
    background-image: linear-gradient(to top, rgba(0,61,165,0.3), rgba(255,255,255,0.06));
    color: #fff;
    line-height: 100%;
}
.blue_txt {
    margin-bottom: 25px;
}

/* start footer */

.footer_bottom {
    padding: 35px 0;
    background-color: #020415;
}
.footer_inner_bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cainix_link {
    color: #fff;
}
.cainix_link:hover {
    color: #00b7de;
}
.footer_inner_bottom p {
    color: #fff;
    text-transform: uppercase;
}
.footer_top {
    background-repeat: no-repeat;
    background-image: url(https://www.caixinglobal.com/summit/beijing-2019/images/footer_bak.jpg);
    background-position: center center;
    background-size: 100% 100%;
    padding: 65px 0 60px;
}
.footer_top h2 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 30px;
    font-family: 'Helvetica-Bold';
    text-align: center;
}
.subs_box {
    max-width: 680px;
    margin: 0 auto;
}
.inp_field {
    width: 455px;
    line-height: 60px;
    padding: 0;
    color: #888888;
    text-align: center;
    padding: 0 15px;
    border-radius: 5px;
}
.subscribe_inp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.inp_field {
    width: 455px;
    line-height: 60px;
    padding: 0;
    color: #888888;
    text-align: center;
    padding: 0 15px;
    border-radius: 5px;
}
.inp_submt {
    width: 217px;
    border-radius: 5px;
    background-color: #00b7de;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0;
    cursor: pointer;
}
.inp_submt:hover {
    background-color: #f26522;
}
/* end footer */
/* start where to find */

.all_hdng.blue_txt h4 {
    color: #fff;
}

.all_hdng.blue_txt h2 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,61,165,0.3)), to(rgba(255,255,255,0.06)));
    background-image: linear-gradient(to top, rgba(0,61,165,0.3), rgba(255,255,255,0.06));
    color: #fff;
    line-height: 100%;
}
.blue_txt {
    margin-bottom: 25px;
}
.venue_details h3 {
    color: #fff;
    margin-bottom: 25px;
    font-family: 'Helvetica-Bold';
	font-size: 30px;
}
.venue_details h5 {
    font-size: 22px;
    color: #00cdcb;
    margin-bottom: 25px;
}
.venue_details p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 25px;
}
.venue_details {
    padding-right: 65px;
}
.venue_details  ul li + li {
    margin-top: 20px;
}
.venue_details li {
    position: relative;
    padding-left: 40px;
}
.venue_details .icn {
    position: absolute;
    color: #fff;
    font-size: 24px;
    left: 0;
    top:0;
    line-height: 100%;
}
.headng {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-size: 22px;
    font-family: 'Helvetica-Bold';
    line-height: 100%;
}
.venue_details ul li em {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-style: normal;
}
.venue_details ul li a {
    font-size: 15px;
    color: #fff;
}
.venue_details ul li a:hover {
    color:#f26522;
}
.alt {
    -webkit-transform: rotate(97deg);
    transform: rotate(97deg);
}
.venue_image {
    margin-right: -50px;
    border-radius: 0 30px 0 30px;
    overflow: hidden;
}
.where_to_find {
    padding: 155px 0 100px;
}
/* end where to find */

/* our partnership start */
.our_partnership {
    background-color: #fff;
    padding: 80px 0 75px;
}
.client_icons_holder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.client_icons_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 95px;
    border: 1px solid #f2f2f2;
}
.client_icons_outer {
    padding: 0 20px;
    width: 16.66%;
    margin-bottom: 40px;
}
.client_row h3 {
    font-size: 24px;
    color: #003da5;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 3px;
}
.client_row + .client_row {
    margin-top: 15px;
}
.client_holder_main {
    text-align: center;
}
.client_holder_main .basic_btn {
    position: relative;
    bottom: -100px;
}
/* our partnership end */

/* All Heading */
.all_hdng{
    position: relative;
    text-align: center;
}
.all_hdng h2{
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,1)), to(rgba(189,189,189,0.2)));
    background-image: linear-gradient(to top, rgba(255,255,255,1), rgba(189,189,189,0.2));
    -webkit-text-fill-color: transparent;
    color: #454545;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size:132px;
    font-family: 'Helvetica-Bold';
    line-height: normal;
}
.all_hdng h4{
    font-family: 'Helvetica-Bold';
    font-size:44px;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: normal;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
/* All Heading */

/* Slider */
.all_slider{
    padding: 50px 75px 70px;
    background-color: #fff;
    margin-bottom: 45px;
}
.video_slider, .blog_slider{
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.video_slider .slick-track, .blog_slider .slick-track{
    margin: 0 0 60px;
}
.slide_itm{
    padding: 0 15px;
}
.video_slide{
    -webkit-box-shadow: 0px 18px 25px 0px rgba(69,68,68,0.11);
    box-shadow: 0px 18px 25px 0px rgba(69,68,68,0.11);
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}
.video_area{
    position: relative;
}
.video_area img{
    width: 100%;
}
.play_area{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.play_area a{
    width: 55px;
    height: 55px;
    font-size: 12px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #003da5;
    color: #fff;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.play_area a:hover{
    background-color: #00b7de;
}
.txt_dtls{
    padding: 25px 18px 20px;
    background-color: #fff;
}
.txt_dtls h6{
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-family: 'Helvetica-Bold';
    margin-bottom: 10px;
}
.txt_dtls p{
    font-size: 16px;
    color: #003da5;
    font-family: 'Helvetica-Regular';
}
.video_slider .slick-arrow, .blog_slider .slick-arrow{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0px 9px 18px 0px rgba(166,166,166,0.28);
    box-shadow: 0px 9px 18px 0px rgba(166,166,166,0.28);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    z-index: 1;
    cursor: pointer;
}
.video_slider .slick-arrow.slick-prev, .blog_slider .slick-arrow.slick-prev{
    background-image: url('https://www.caixinglobal.com/summit/beijing-2019/images/slide_lft_arw.png');
    left: -70px;
}
.video_slider .slick-arrow, .blog_slider .slick-arrow{
    background-image: url('https://www.caixinglobal.com/summit/beijing-2019/images/slide_rgt_arw.png');
    right: -70px;
}
.blog_slider .slick-track{
    margin-top: 80px;
}
.blog_slide{
    padding: 30px 20px;
    background-color: #f6f5f5;
    border-radius: 10px;
}
.blg_area{
    margin-top: -105px;
}
.blg_img{
    border-radius: 10px;
    overflow: hidden;
}
.blg_img img{
    width: 100%;
}
.blg_user{
    max-width: 170px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    -webkit-box-shadow: 0px 9px 18px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 9px 18px 0px rgba(0,0,0,0.10);
    margin-top: -35px;
    position: relative;
}
.blg_user p{
    color: #003da5;
    font-size: 14px;
    font-family: 'Helvetica-Regular';
}
.blg_user h6{
    font-size: 14px;
    color: #3a3939;
    font-family: 'Helvetica-Regular';
}
.blg_dtls{
    padding: 25px 0;
    min-height: 250px;
}
.blg_dtls h6{
    font-size: 16px;
    color: #000;
    font-family: 'Helvetica-Regular';
    line-height: 26px;
    margin-bottom: 10px;
}
.blg_dtls p{
    font-size: 15px;
    color: #949394;
    font-family: 'Helvetica-Regular';
    line-height: 22px;
}
.blg_link a{
    font-size: 13px;
    color: #003da5;
    font-family: 'Helvetica-Regular';
    border-bottom: 2px solid #a9b4d4;
}
/* Slider */

/* Top slider */
.hard_area{
    padding: 135px 0 65px;
}
.hard_outr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* .slider_outr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} */

.dtls_slider_area{
    padding: 50px 40px;
    background-color: #fff;
    position: relative;
    margin-right: -70px;
    /* margin-left: -100px; */
    position: relative;
    max-width: 725px;
    z-index: 1;
}
.new_img_sliders{
    width: 60%;
}
/* .img_area{
	width: 100%;
} */
.img_area img{
	width: 100%;
}
.txt_itm{}
.txt_itm h5{
    font-size: 25px;
    color: #003da5;
    line-height: normal;
    font-family: 'Helvetica-Bold';
    margin-bottom: 30px;
}
.txt_itm h6{
    font-size: 34px;
    color: #003da5;
    line-height: 50px;
    font-family: 'Helvetica-Bold';
    margin-bottom: 20px;
}
.txt_itm p{
    font-size: 20px;
    color: #003da5;
    line-height: 30px;
    font-family: 'Helvetica-Regular';
}
.txt_slider .slick-arrow{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #f26522;
    position: absolute;
    bottom: -25px; /*75*/
    font-size: 0;
    -webkit-box-shadow: 0px 9px 18px 0px rgba(0,0,0,0.34);
    box-shadow: 0px 9px 18px 0px rgba(0,0,0,0.34);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
    cursor: pointer;
}
.txt_slider .slick-arrow.slick-prev{
    background-image: url('https://www.caixinglobal.com/summit/beijing-2019/images/extra_lft_arw.png');
    left: 330px; /*-130 330px*/
}
.txt_slider .slick-arrow.slick-next{
    background-image: url('https://www.caixinglobal.com/summit/beijing-2019/images/extra_rgt_arw.png');
    left: 420px; /*-35 420px*/
}
/* Top slider */

.tgl_plus {
	height: 0px; /*40*/
	width: 0px; /*40*/
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	-webkit-box-shadow: 0 9px 18px rgba(166,166,166,0.28);
	box-shadow: 0 9px 18px rgba(166,166,166,0.28);
	background-repeat: no-repeat;
	background-image: url(https://www.caixinglobal.com/summit/beijing-2019/images/plus.png);
	background-position: center center;
}
.d_arrow .tgl_plus {
    background-image: url(https://www.caixinglobal.com/summit/beijing-2019/images/minus.png);
}
.spekr_cls{
    display: none;
}
.caixin_row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 6px;
}
.spkr_author{
	width: 35%;
}
.author_details{
	width: 65%;
}
.content_text {
    width: 100%;
}
.content_text .spkr_author span {
    font-size: 16px;
    color: #828282;
    min-width: 180px;
    font-family: 'Helvetica-Bold';
    text-decoration: underline;
}
.content_row:last-child{
	margin: 0;
}




















