#slider_wrapper .swiper-container .swiper-pagination {
    max-width: 1334px;
    text-align: left;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#slider_wrapper .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 100px;
    height: 10px;
	
    border-radius: 0px;
    background: #CCCCCC;
}

#slider_wrapper .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active{
    background: #cccccc;
}
.sec-heading{
	padding-bottom:0px;
	  text-transform: uppercase;
}
.icon_beMember {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%); 
    -ms-transform: translate(0,-50%); 
    -o-transform: translate(0,-50%);
    right: 0;
    z-index: 2;
}


.latest_new_container {
    margin-top: 40px;
}

.latest_new_container .row{
    padding:0 20px;
    background-color: #B1CBD9;
    max-width: 1334px;
}

.news-swiper-container {
   /* height: auto;*/
    overflow: hidden;
    height:44px;
    line-height: 1.2;
}


.latest_news_left {
    display:  inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.latest_news_left #latest_news_title{
    background-color: #006CA7;
    color: #FFF;
    border-radius: 6px;
    width: 120px;
    padding: 3px 0;
    text-align: center;
    display:inline-block;
    width:120px;
}

.latest_news_right {
    display: inline-block;
    width: calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: -webkit-calc(100% - 140px);
    width: -o-calc(100% - 140px);
    line-height: 44px;
    vertical-align: middle;
}

.news-swiper-container .swiper-slide a{
    color:#006CA6;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%); 
    -ms-transform: translate(0,-50%); 
    -o-transform: translate(0,-50%);
}

.news-swiper-container .swiper-wrapper {
    width: calc(100% - 78px);
    width: calc(100% - 78px);
    width: -moz-calc(100% - 78px);
    width: -webkit-calc(100% - 78px);
    width: -o-calc(100% - 78px);
    display: inline-block;
    vertical-align: middle;
}


.LatestNews-button-next,
.LatestNews-button-prev{
    display: inline-block;
    width:34px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
}

.LatestNews-button-next i,
.LatestNews-button-prev i {
    background-color: #006CA7;
    padding: 9px 0;
    width: 34px;
    color: #FFF;
}

.row_4 .slick-prev::before,
.row_4 .slick-next::before{
    color:#333333;
}

.row_4 .slick-prev {
    left: -15px;
}

.row_4 .slick-next{
    right:-15px;
}

.row_4 .slick-prev,
.row_4 .slick-next{
    top: 27%;
}

.row_1{
    padding: 40px 20px;
}

.row_2 h2,
.row_4 h2{
    font-family: 'Playfair Display', serif;
    font-size:42px;
    color:#4d4d4d;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
.home-intromsg{
	font-size:1.5em;
	margin-top:100px;
	margin-bottom:100px;
}
h2.home-sectiontitle{
	font-size:42px !important;
	font-family: 'Playfair Display', serif;
	text-align:center;
    font-weight: bold;
	display:block;
}
.home-intromsg div{
	font-size:30px;
	width:800px;
	max-width:90%;
	margin:auto;
	text-align:center;
}
.home-intromsg img{
	display:inline-block;
	margin-top:50px;
	width:25%;
}
.row_3{
    color:#ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/frontend/index_membership_login_bg.jpg");
    position: relative;
    font-weight: 300;
    height: 367px;
    text-align: center;
    margin-top: 40px;
}

.row_3 .row{
    box-sizing: border-box;
    position: absolute;
    width: 80%;
    max-width: 1024px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
}

.row_3 h2{
    font-size: 3em;
    color:#EFB797;
}

.row_3 span{
    display: inline-block;
    padding: 6px 30px 2px;
    font-size: 1.5em;
    border: 1px solid;
    border-radius: 5px;
    margin: 30px 15px;
    cursor: pointer;
}

.row_4{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+51,2ab0ed+51,2ab0ed+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 40%, #D2D9D9 40%, #D2D9D9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 40%, #D2D9D9 40%,#D2D9D9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, #D2D9D9 40%, #D2D9D9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#D2D9D9',GradientType=0 ); /* IE6-9 */
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.row_4 .row{
    padding: 40px 20px;
    overflow: visible;
}

.row_4 .hot_picks_box_items{
    padding: 40px;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 0 8px 1px #bbb;
    color: #333333;
}

.hot_picks_box{
   font-size: 22px; 
   padding:0;
}

.row_4 .item_type{
    color: #7F7F7F;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    letter-spacing: 3px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    height: 26px;
}

.row_4 .item_name{
    margin-top: 30px;
    border-top: 1px solid #C8CECE;
    padding-top: 10px;
}

.row_4 a{
    color: #4d4d4d;
    display: block;
    box-shadow: none !important;
    border: none;
    outline: none;
}

/*.slick*/
.row_4 .slick-initialized .slick-slide{
    margin: 10px;
    outline: none;
}

.row_4 .slick-initialized .slick-slide{
    text-align: center;
}

.row_5{
    padding: 50px 20px;
}


/*.row_6*/
.row_6 > .col:nth-of-type(1){
    width:73%;
    float:left;
    margin-right: 2%;
}

.row_6 > .col:nth-of-type(2){
    width:25%;
    float:right;
    box-sizing: border-box;
}

.row_6 .single-item{
    margin-bottom: 60px;
}

.row_6::after{
    content:"";
    display: block;
    clear:both;
}


.magazine_lists{
    list-style: none;
    margin: 0;
    padding:0;
    line-height: 1.2;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.magazine_lists a{
    display: block;
    color:#006CA6;
}

.magazine_lists li > div:nth-of-type(1){
    width:30%;
    float:left;
    position:relative;
}

/*.magazine_lists li > div:nth-of-type(1)::after{
    content:"";
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background: rgb(0,0,0);
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.4s;
}

.magazine_lists li > div:nth-of-type(1):hover::after{
    opacity: 0;
}*/

.magazine_lists li > div:nth-of-type(2){
    box-sizing: border-box;
    padding-left: 30px;
    width:70%;
    float:right;
    margin-bottom: 30px;
}

.magazine_lists li{
    margin-bottom: 40px;
    position:relative;
}

.magazine_lists li:nth-last-of-type(1){
    padding-bottom: 0;
    border-bottom: none;
}

.magazine_lists li::after{
    content: "";
    display: block;
    clear: both;
    border-bottom: 1px solid #dddddd;
    bottom: 0;
    left: calc(30% + 30px);
    width: calc(70% - 30px);
    position: relative;
}
.magazine_lists .read_more{
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #006CA6;
}

.row_6 .magazine_type{
    border-bottom: 0px solid #B1CBD9;
    margin-top: 0;
    margin-bottom: 0px;
    display: inline-block;
    color: #4C4C4C;
    text-transform: uppercase;
    font-size: 19px;
    padding-bottom: 5px;
}

.row_6 .title{
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 0.5em;
}

.row_6 .desc{
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 15px;
}

.row_6 > .col:nth-of-type(2) > div:not(:first-child){
    margin-top: 40px;
}

.row_6 .latest_issue p.title {
    margin-top: 20px;
    font-size:1.2em;
    color: #4d4d4d;
}

.row_6 .latest_issue p.desc {
    font-weight: 300;
}

.row_6 .report a p{
    margin-top: 10px;
    font-weight: 300;
    color: #4d4d4d;
}

/*.row_7*/

.row_7 li > div:first-child{
	float:left;
	width: 33%;
	box-sizing: border-box;
	padding-right:30px; 
}

.row_7 li > div:nth-last-of-type(1){
	width: 67%;
    float: right;
}

.row_7 li{
    box-sizing: border-box;
    padding-bottom: 30px;
    border-bottom: 1px solid #989898;
    margin-bottom: 30px;
    position: relative;
}

.row_7 li:nth-last-of-type(1){
	border-bottom: none;
}

.row_7 .read_more{
    position: absolute;
    bottom: 0;
    right: 0;
    color:#EFB797;
}

.row_7 li::after{
    content: "";
    display: block;
    clear: both;
}

.row_7 li div:last-child{
	float: right;
	width:66%;
}

.row_7 li div:last-child .title{
	margin-bottom: 10px;
}

.row_7 li div:last-child .desc{
	 margin-bottom: 20px;
}

.row_7 .title{
	font-size: 1.25em;
	color:#4d4d4d;
}

.row_7 .title a{
	color: inherit;
}

.row_7 .desc{
	color:#808080;
}

.fields{
    font-weight: 300;
    font-style: italic;
    padding-bottom: 2px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
    font-size: 1.5em;
    margin-top: 0;
}

/* Advertisement */
.home_adv {
    margin-top: 20px;
}

.fair_happenings a{
    color: #006CA6;
}

.fair_happenings_item_container li{
    width:23.5%;
    display: inline-block;
    vertical-align: top;
}

.fair_happenings_item_container li:not(:last-child){
    margin-right:2%;
}

.fair_happenings_item_container .title {
    margin-top: 8px;
}
.home-sec-MAGAZINE{
	background-color:#F7F8FA;
}

@media only screen and (max-width:1024px){
    .magazine_lists li > div:nth-of-type(1)::after{
        opacity: 0;
    }

    .row_3{
        display: none;
    }

    .row_6 > .col:nth-of-type(1),
    .row_6 > .col:nth-of-type(2){
        width: 100%;
        padding-left: 0;
    }

    .fair_happenings_item_container li{
        width:100%;
        display: block;
        margin-bottom: 5%;
    }

    .fair_happenings_item_container li:not(:last-child){
        margin-right:0%;
    }

    .icon_beMember{
        width:110px;
    }

}

@media only screen and (max-width:768px){
    .magazine_lists li > div:nth-of-type(1),
    .magazine_lists li > div:nth-of-type(2){
        width: 100%;
        padding: 0;
    }

    .magazine_lists li > div:nth-of-type(2){
        margin-top: 20px;
    }

    .magazine_lists li::after {
        left: 0;
        width: 100%;
    }

    .row_7 li > div:first-child,
	.row_7 li > div:nth-last-of-type(1){
		width:100%;
	    padding-right: 0;
	}

	.row_7 li > div:nth-last-of-type(1){
		margin-top: 20px;
	}

    .icon_beMember{
        width:80px;
    }
}

@media only screen and (max-width:500px) {
	
	#slider_wrapper .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet{
		width:20px;
		height:20px;
	}
	.home-intromsg{
		margin-top:20px;
	}
	.home-intromsg h2.home-sectiontitle{
		font-size:28px !important;
		padding:0px 30px;
		width:calc(100% - 60px);
	}
	.home-intromsg div{
		font-size:18px;
		line-height:24px;
	}
    .latest_news_left{
        display: block;
        width:100%;
        margin-top: 10px;
    }

    .LatestNews-button-next,
    .LatestNews-button-prev{
        position: absolute;
        top:10px;
    }

    .LatestNews-button-prev{
        right:60px;
    }

    .LatestNews-button-next{
        right:20px;
    }


    .latest_news_right{
        display: block;
        width:100%;
    }

    .news-swiper-container .swiper-wrapper{
        width:100%;
    }
}