:root {
	--fz-default-pc: 16px;
	--fz-default-mb: 16px;
	--color-gold: #d6a841;
	--color-default: #3c3935;
}

.show-mb {
	display: none;
}


.view-news .container {
	max-width: 1030px;
	width: 90%;
	margin: auto;
}

.view-news .tag-list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 560px;
	margin: 50px auto;
}

.view-news .tag-list>a {
	cursor: pointer;
	flex: 1 0 0;
	text-align: center;
	position: relative;
}

.view-news .tag-list>a:not(:last-child)::after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	position: absolute;
	right: 0;
	background: rgba(145, 105, 40, 0.7);
}

.view-news .tag-list>a.active,
.view-news .tag-list>a:hover {
	color: var(--color-gold);
}

.view-news .news-list {
	display: flex;
	/* justify-content: space-between; */
	padding: 0;
	flex-wrap: wrap;
	margin: 0 -22px;
}

.view-news .news-list>li {
	flex: 33.3% 0 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
	padding: 0 22px;
	position: relative;
}

.views-field-field-pin-in-list{
    position: absolute;
    right: 22px;
}

.pin-icon-1{
    height: 40px;
    width: 40px;
    background-image: url('../img/icon_pin.svg');
    background-size: contain;
}

.news-div.slick-slide {
	margin: 0 12px;
}

.view-news .news-list>li>a {
	cursor: pointer;
	flex: 300px 0 0;
	height: 300px;
}

.view-news .news-list>li{
	opacity: 0;
	transform: translate(0, 50px);
	transition: 1s;
}
.view-news .news-list.show>li{
	opacity: 1;
	transform: translate(0, 0px);
}
/* .view-news .news-list.show>li:nth-child(1){
	transition-delay: .1s;
}
.view-news .news-list.show>li:nth-child(2){
	transition-delay: .2s;
}
.view-news .news-list.show>li:nth-child(3){
	transition-delay: .3s;
} */
.view-news .news-list.show>li:nth-child(1),
.view-news .news-list.show>li:nth-child(4){
	transition-delay: .4s;
}
.view-news .news-list.show>li:nth-child(2),
.view-news .news-list.show>li:nth-child(5){
	transition-delay: .5s;
}
.view-news .news-list.show>li:nth-child(3),
.view-news .news-list.show>li:nth-child(6){
	transition-delay: .6s;
}

.view-news .news-info {
	flex: 1 0 0;
	margin-top: 10px;
}

.view-news .news-list .img:hover .scale-box,
.view-news .news-div .img:hover .scale-box {
	transform: scale(1);
}

.view-news .news-list .img .scale-boxm,
.view-news .news-div .img .scale-box {
	transform: scale(0.9);
	transition: .3s;
}

.view-news .news-list .img,
.view-news .news-list .img .scale-box,
.view-news .news-list .img img {
	width: 100%;
	height: 100%;
}

.view-news .news-list .views-field-field-cover-image,
.view-news .news-div .img{
	height: 0;
	padding-top: 100%;
	position: relative;
}

.view-news .news-list .views-field-field-cover-image .scale-box,
.view-news .news-div .img .scale-box{
	position: absolute;
	top: 0;
	left: 0;
    height: 100%;
	width: 100%;
}

.view-news .news-list .img img,
.news-div .scale-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
	/* border-radius: 10px; */
}

.view-news .news-list time,
.view-news .news-div time,
.view-news .news-list .views-field-field-publish-date {
	/* color: var(--color-gold); */
	font-size: 0.75rem;
	letter-spacing: 1px;
	line-height: 14px;
	position: relative;
}
.view-news .news-list .views-field-field-publish-date{
	margin-top: 10px;
}

.view-news .news-list h3,
.view-news .news-div h3 {
	color: var(--color-gold);
	font-size: 1.3rem;
	line-height: 1.3;
	font-weight: 100;
	margin: 12px 0 8px 0;
    letter-spacing: initial;
}

.view-news .news-list h3 a,
.view-news .news-div h3 a {
	cursor: pointer;
    color: inherit;
}

.view-news .views-field-field-sub-title p,
.view-news .news-div .describe{
	margin-bottom: 0px;
    letter-spacing: initial;
}

.view-news .view-filters{
	display: none;
}

.view-news .news-list .tag,
.view-news .news-div .tag {
	font-size: 0.8rem;
	color: var(--color-gold);
	margin-top: 0px;
}

.view-news .news-list .tag a,
.view-news .news-div .tag a{
	color: inherit;
}

.view-news .news-list .tag a:not(:first-child), 
.view-news .news-div .tag a:not(:first-child) {
	margin-left: 12px;
}



.view-news .pager {
	margin-bottom: 50px;
}

.view-news .pager__items {
	list-style: none;
	display: flex;
	justify-content: space-between;
	width: 300px;
	margin: auto;
}

.view-news .pager__items a {
	border: none;
}

.view-news .visually-hidden {
	display: none;
}

.view-news .pager__item {
	padding: 6px 8px;
	margin: 0;
	cursor: pointer;
}

.view-news .pager__item:hover {
	color: var(--color-gold);
}

.view-news .pager__item.is-active {
	color: var(--color-gold);
}

.view-news .pager__item a,
.view-news .pager__item:not(.is-active)>a{
    border: none;
    padding: 5px 8px;
    height: 34px;
    width: 30px;
    line-height: 24px;
    font-size: 16px;
    display: inline-block;
    background-image: none;
}

.view-news .pager__item>a:before {
	display: none;
}

.view-news .pager__item:not(.is-active)>a {
	background-color: var(--green-color);
	color: var(--deep-green);
}

.view-news .pager__item--first,
.view-news .pager__item--last {
	display: none !important;
}

.view-news .pager__item--previous>a,
.view-news .pager__item--next>a {
	position: relative;
	color: var(--green-color) !important;
}

.view-news .pager__item--previous>a:before,
.view-news .pager__item--next>a:before {
	display: inline-block;
	background: transparent;
	border-right: 3px var(--deep-green) solid;
	border-top: 3px var(--deep-green) solid;
	transform: rotate(45deg);
	width: 16px;
	height: 16px;
	left: 33%;
	top: 38%;
	z-index: 1;
	opacity: 1;
	border-radius: 2px;
}

.view-news .pager__item--previous>a:before {
	transform: rotate(225deg);
	left: 42%;
}



/* inner */
.news-banner .ban {
	position: relative;
}

.news-banner .ban>div {
	padding-top: 56.5%;
	height: 0;
}

.news-banner .ban img,
.news-banner .ban video {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.news-banner .slick-arrow,
.news-listing .slick-arrow {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	width: 31px;
	max-width: 4%;
	height: 102px;
	z-index: 99;
}
.news-listing .slick-arrow.slick-disabled{
	/* display: none !important; */
	opacity: .25;
}
/* .news-listing .slick-arrow{
	top: 156px;
} */

.news-banner .slick-prev,
.news-listing .slick-prev {
	left: -5%;
}

.news-banner .slick-next,
.news-listing .slick-next{
	right: -5%;
}

.news-banner .slick-arrow::before,
.news-listing .slick-arrow::before {
	content: "";
	background-size: contain;
	width: inherit;
	height: inherit;
	display: block;
	background-color: transparent;
	opacity: 0.6;
	transition: .3s;
}

.news-banner .slick-prev::before,
.news-banner .slick-next::before,
.news-listing .slick-prev::before,
.news-listing .slick-next::before {
	background: url('../img/lightBox_arrow_gold.png') center no-repeat;
	background-size: contain;
}

.news-banner .slick-arrow:hover::before,
.news-listing .slick-arrow:hover::before {
	opacity: 1;
}

.news-banner .slick-prev::before,
.news-listing .slick-prev::before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.news-banner{
	margin-bottom: 20px;
}

.news-banner .slick-dots,
.news-listing .slick-dots {
	z-index: 10;
	bottom: -38px;
	text-align: center;
    position: absolute;
    left: 50%;
	transform: translate(-50%, 0);
}
.news-listing .slick-dots{
	bottom: -18px;
}

.news-banner .slick-dots li,
.news-listing .slick-dots li {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 10px;
	padding: 0;
	cursor: pointer;
}

.news-banner .slick-dots li button,
.news-listing .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #c3c3c3;
	width: 100%;
	height: 100%;
	padding: 0;
	border-radius: 100%;
}

.news-banner .slick-dots li button:before,
.news-listing .slick-dots li button:before {
    content: ' ';
	display: inline-block;
    opacity: 0;
    background-color: var(--color-gold);
    border-radius: 100%;
    width: 8px;
    height: 8px;
    color: transparent;
    top: 3px;
    left: 3px;
	transition: .2s;
}

.news-banner .slick-dots li.slick-active button:before,
.news-listing .slick-dots li.slick-active button:before{
    opacity: 1;
}

.news-content{
	margin-top: 50px;
}
.news-content time, .news-content .tag {
	color: var(--color-default);
	font-size: 1rem;
	letter-spacing: 1px;
	line-height: 14px;
	position: relative;
	font-weight: 100;
}
.news-content .tag{
	float: right;
}
.news-content h1{
	color: var(--color-gold);
	font-size: 2.3rem;
	margin: 20px 0 0 0;
    letter-spacing: initial;
}
.news-content h3{
	font-weight: 100;
	font-size: 1.6rem;
	margin: 0 0 20px 0;
    letter-spacing: initial;
}
.news-content article p{
	font-size: 1rem;
	margin-bottom: 20px;
	line-height: 1.625;
    letter-spacing: initial !important;
}
.news-content article img{
	margin-bottom: 20px;
	max-width: 100%;
}
.news-content article a{
	position: relative;
}
.news-content article a::after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: var(--color-default);
	position: absolute;
	bottom: -2px;
	left: 0;
}
.news-content article a:hover{
	color: var(--color-gold);
}
.news-btns{
	width: 100%;
	margin: 55px auto 100px;
}
.f-r{
	display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}
.new-btn{
	cursor: pointer;
    padding: 8px 12px;
    padding-right: 60px;
    position: relative;
    z-index: 100;
    background: url(../img/btn_arrow.svg) calc(100% - 13px) center no-repeat, #FFFFFF;
    border: 1px solid var(--color-default);
	display: inline-block;
	transition: 0.3s;
}
.new-btn:hover{
    background: url(../img/btn_arrow_gold.svg) calc(100% - 13px) center no-repeat, #FFFFFF;
	color: var(--color-gold);
	/* letter-spacing: 2px; */
}
.new-btn.back-page-btn, .new-btn.prev-page-btn{
    padding-left: 60px;
    padding-right: 12px;
    background: transparent;
}
.new-btn.prev-page-btn{
	margin-right: 20px;
}
.new-btn.back-page-btn::before, .new-btn.prev-page-btn::before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 8px;
    background-image: url(../img/btn_arrow.svg);
    transform: rotate(180deg) translate(0px, -5px);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 13px;
}
.new-btn.back-page-btn:hover::before, .new-btn.prev-page-btn:hover::before{
    background-image: url(../img/btn_arrow_gold.svg);
}


/* only desktop */
@media screen and (min-width: 900px) {
	.news-banner .slick-dots li:hover button:before{
		opacity: 0.6;
	}
}
/* tablet */
@media screen and (max-width: 1024px) {

	.show-pc {
		display: none;
	}

	.show-mb {
		display: block;
	}

	.view-news .news-list>li {
		flex: 50% 0 0;
	}

}
/* mobile */
@media screen and (max-width: 768px) {

	.view-news .news-list>li {
		flex: 100% 0 0;
	}

	.f-r{
		float: none;
		margin-top: 20px;
	}

	.news-banner {
		width: 90%;
		margin-left: 5%;
	}

	.news-banner .slick-prev, .news-banner .slick-next {
		width: 24px;
	}

	.news-content h1{
		font-size: 1.8rem;
	}

	.news-content h3{
		font-size: 1.4rem;
	}
	
	.new-btn{
		width: 100%;
	}

	.news-listing .slick-dots li {
		width: 15px;
		height: 15px;
		margin: 0 10px !important;
	}
	.news-listing .slick-dots li button:before {
		width: 9px;
		height: 9px;
		left: 3px;
		top: 3px;
	}

	.news-banner .slick-dots{
		width: calc(100% + 40px);
	}
	.news-banner .slick-dots li {
		width: 10px;
		height: 10px;
		margin: 0 6px !important;
	}

	.news-banner .slick-dots li button:before {
		width: 6px;
		height: 6px;
		left: 2px;
		top: 2px;
	}

	.path-news .square{
		height: 450px!important;
	}

}





/* repeat can delete */
.view-news .square{
	margin: 0 !important;
}
.view-news .square .content {
    position: absolute;
    font-size: 54px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #FFF;
    top: 45%;
    left: 50%;
    transform: translate(-50%, 0);
    text-shadow: -11px 11px 7px rgb(0 0 0 / 10%);
    width: 100%;
    z-index: 1;
    padding: 0 25px;
    top: 37%;
    padding: 0 35px;
}
.view-news .top_slider_title {
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
    color: #FFF;
    text-shadow: -11px 11px 7px rgb(0 0 0 / 10%);
}
.view-news .square .content_bg {
    top: -5%;
    background-image: url(../img/gold_brush_stroke.png);
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    width: 100%;
    max-width: 800px;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
}

.path-news .square:after,
.news_listing_page .square:after{
	display: none;
}

.news-listing-view{
	padding-bottom: 35px;
}

.st-sticky-share-buttons{
	display: none !important;
}
.sharethis-inline-share-buttons{
    margin-bottom: 16px !important;
	display: inline-block !important;
}
.sharethis-inline-share-buttons#st-1 .st-btn[data-network='copy']{
	background-color: #be811d;
	display: inline-block !important;
}
.sharethis-inline-share-buttons#st-1 + .st-btn[data-network='wechat']{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    height: 32px;
    line-height: 32px;
    margin-left: 3px;
    padding: 0 8px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
	background-color: #4EC034;
}
.sharethis-inline-share-buttons#st-1 + .st-btn[data-network='wechat']:hover{
    /* opacity: .8; */
    top: -4px;
}
.sharethis-inline-share-buttons#st-1 + .st-btn[data-network='wechat'] img{
	display: inline-block;
    height: 16px;
    width: 16px;
    position: relative;
    top: 8px;
    vertical-align: top;
}

.popup-wechat{
    color: black;
    /*background: #FFF;*/
	background: url(../img/popup3.svg);
    font-size: 12px;
    padding: 20px 12px 20px 12px;
    line-height: 22px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0px);
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 999;
	background-size: 96%;
}




.popup-copy{
    color: white;
    background: #916928;
    font-size: 12px;
    padding: 0px 8px;
    line-height: 22px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 12px);
}
.popup-copy::before{
	content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #916928 transparent;
    left: 50%;
    transform: translate(-50%, -100%);
}

/* .popup-copy{
	color: black;
    background: #FFF;
    font-size: 12px;
    padding: 0px 8px;
    line-height: 22px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 12px);
} */

/* .popup-copy::before{
	content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 8px 7px;
	border-color: transparent transparent black transparent;
    left: 50%;
    transform: translate(-50%, -100%);
} */

#wechat_qrcode{
	margin-top: 8px;
	margin-bottom: 16px;
}

.whats-new-section{
    padding-top: 80px;
}
@media screen and (max-width: 768px) {
	.whats-new-section{
		padding-top: 40px;
	}
}

.news-section-title{
    font-weight: 600;
    line-height: 1;
    position: relative;
    letter-spacing: initial;
    font-size: 30px;
	margin-bottom: 20px;
}


.copy-notify {
    display: none !important;
}

#instafeed .ins-post a{
    transform: scale(0.9);
	transition: .3s; 
}

#instafeed .ins-post:hover a{
	transform: scale(1);
}

.popup-wechat p{
	margin: 20px 5px 2px 5px;
}

/* @media(min-width:1200px){
.news-div {
	width: 320px !important;
	margin: 12px;
}
} */