/*-------------------------------------------------
 =  Table of Css

 1.Header
 2.Isotope filtering
 3.General
 4.image post
 5.standard post
 6.video post
 7.article post
 8.posts list
 9.List posts with thumbnails
 10.news-sections
 11.subscribe-sections
 12.instagram section
 13.sidebar
 14.error 404 section
 15.about us
 16.Single Post
 17.Contact
 18.Footer
 19.Responsive Part
-------------------------------------------------*/
.reset-elem,
.dropdown,
.mega-dropdown,
.mega-dropdown ul.filter-list,
ul.post-tags,
ul.filter-list,
.pagination-box ul.pagination-list,
.page-list ul,
ul.posts-list,
ul.list-thumb-posts,
section.instagram-section .insta-list,
section.instagram-line-section ul.insta-list,
.sidebar .widget.social-widget ul.social-list,
.sidebar .widget ul.list-posts,
.sidebar .widget ul.category-list,
.sidebar .widget ul.insta-list,
section.about-section .team-post ul.team-social,
.single-post .single-post-content .post-content .post-social ul.share-post,
.single-post .single-post-content .post-content .post-content-text .share-tags-box ul.tags,
.single-post .single-post-content .post-content .post-content-text .share-tags-box ul.shares-likes,
.comments__list,
footer ul.social-list {
	margin: 0;
	padding: 0;
}

p,
.paragraph {
	font-size: 15px;
	color: #666666;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 10px;
}

h1,
.heading1 {
	color: #333333;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 800;
	line-height: 32px;
	margin: 0 0 20px;
}

h2,
.heading2 {
	color: #333333;
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin: 0 0 6px;
	line-height: 30px;
}

h3,
.heading3 {
	color: #333333;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 0 0 14px;
	line-height: 28px;
}

.back-cover {
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
}

a {
	color: #010101;
}

a,
.anchor {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

/*------------------------------------------------- */
/* =  Header
 *------------------------------------------------- */
header {
	background: transparent;
	z-index: 999999;
}

header.active {
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	background-color: #ffffff;
}

header a.search-button {
	color: #333333;
	font-size: 16px;
}

header a.search-button:hover {
	color: #FBC927;
}

header .container {
	position: relative;
}

header .login-wrap {
	height: 100%;
	display: flex;
}

header .login-wrap .login-btn {
	font-size: 13px;
	color: #010101;
	display: flex;
	align-items: center;
	padding: 16px;
	background: #FBC927;
}

header .login-wrap .register-btn {
	font-size: 13px;
	color: #010101;
	display: flex;
	align-items: center;
	margin-right: 15px;
}

header .cart-wrap {
	margin-left: 20px;
}

.top-nav-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #FAFAFA;
	border-bottom: 1px solid #eee;
	z-index: 9999;
}

.top-nav-wrap .navbar-nav {
	display: flex;
	flex-direction: row;
}

.navbar {
	padding: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	border-bottom: none;
	width: 100%;
	flex-direction: column;
	background: transparent !important;
	border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

.navbar-nav {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin-right: -15px;
}

.navbar-nav>li>a {
	color: #333333 !important;
	font-size: 14px;
	font-weight: 400;
	/*font-weight: 400 !important;*/
	font-family: "Roboto", sans-serif;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	padding: 28px 15px 26px;
	/*padding: 28px 15px 26px !important;*/
	margin: 0;
	/*text-transform: uppercase;*/
	position: relative;
}

.navbar-nav>li>a i {
	font-size: 13px;
	margin-left: 6px;
}

.navbar-nav>li:last-child>a {
	padding-right: 0 !important;
	margin-right: 0;
}

.navbar-nav>li>a.active,
.navbar-nav>li>a:hover {
	color: #010101 !important;
}

.navbar-nav>li>a.active:before {
	width: calc(100% - 30px);
	margin: 0px auto;
	position: absolute;
	content: "";
	height: 6px;
	top: 45%;
	left: 15px;
	z-index: -1;
	background: #FBC927;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.navbar-nav li.drop-link {
	position: relative;
}

.header-style3 .navbar-nav {
	margin-right: 35px;
}

a.open-menu {
	padding: 24px 0;
	color: #333333;
	font-size: 16px;
}

.navbar-nav.active>li>a {
	opacity: 0;
	visibility: hidden;
}

.dropdown {
	position: absolute;
	border-top: 1px solid #FBC927;
	top: 100%;
	left: 0;
	background: #ffffff;
	box-shadow: 0 4px 8px #00000014, 0 6px 20px #00000001;
	width: 200px;
	visibility: hidden;
	opacity: 0;
	margin-top: 10px;
	padding: 13px 0;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.dropdown>li {
	display: block;
	padding: 0 30px;
}

.dropdown>li a {
	display: block;
	padding: 13px 0;
	color: #666666;
	font-size: 13px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	position: relative;
}

.dropdown>li a:before {
	content: '';
	width: 3px;
	height: 3px;
	background-color: #FBC927;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 21px;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.dropdown>li a i {
	float: right;
}

.dropdown>li>a:hover {
	color: #FBC927;
	padding-left: 10px;
}

.dropdown>li>a:hover:before {
	opacity: 1;
}

.dropdown>li .dropdown.level2 {
	top: 0px;
	left: 100%;
	border-top-color: transparent;
}

li:hover>.dropdown {
	visibility: visible;
	opacity: 1;
	margin-top: -1px;
}

header.header-style2 .navbar-collapse {
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
}

header.header-style2 .navbar-collapse.active {
	visibility: visible;
	opacity: 1;
}

header.header-style2 a.open-menu {
	position: relative;
	z-index: 3;
}

header.header-style2 .navbar .container {
	flex-direction: row-reverse;
}

header.header-style4 .logo-place,
header.header-style5 .logo-place {
	text-align: center;
	padding-top: 20px;
}

header.header-style4 .navbar-nav.social-list,
header.header-style5 .navbar-nav.social-list {
	margin-right: -5px;
}

header.header-style4 .navbar-nav.social-list>li>a,
header.header-style5 .navbar-nav.social-list>li>a {
	padding-left: 4px !important;
	padding-right: 4px !important;
}

header.header-style4 a.search-button,
header.header-style5 a.search-button {
	margin-right: 150px;
}

header.header-style4 .form-search,
header.header-style5 .form-search {
	right: initial;
	left: 15px;
}

header.header-style5 .navbar-nav>li>a {
	padding: 16px 15px !important;
}

header.header-style5 .inner-logo-place {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 15px;
}

.mega-dropdown {
	position: absolute;
	border-top: 1px solid #FBC927;
	top: 100%;
	left: 15px;
	right: 15px;
	background: #ffffff;
	display: none;
	margin-top: 10px;
	padding: 30px 20px;
	z-index: 9999;
	box-shadow: 0 4px 8px #00000014, 0 6px 20px #00000001;
}

.mega-dropdown .news-post {
	width: 200px;
	margin: 0 10px;
}

.mega-dropdown .news-post h2 {
	font-size: 16px;
	font-weight: 400;
}

.mega-dropdown ul.filter-list {
	width: 200px;
	margin: 0 10px;
}

.mega-dropdown ul.filter-list li {
	display: block;
	border-bottom: 1px solid #ebebeb;
	text-align: left;
	margin-left: 0;
}

.mega-dropdown ul.filter-list li:last-child {
	border-bottom: none;
}

.mega-dropdown ul.filter-list li a {
	display: block;
	padding: 13px 0;
	color: #666666;
	font-size: 13px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	position: relative;
	border-bottom: none !important;
}

.mega-dropdown ul.filter-list li a:before {
	content: '';
	width: 3px;
	height: 3px;
	background-color: #FBC927;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 21px;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.mega-dropdown ul.filter-list li>a:hover {
	color: #FBC927;
	padding-left: 10px;
}

.mega-dropdown ul.filter-list li>a:hover:before {
	opacity: 1;
}

li:hover .mega-dropdown {
	display: flex;
	margin-top: -1px;
}

header.header-style2 .mega-dropdown {
	width: 1140px;
	left: 15px;
	right: initial;
}

.form-search {
	position: absolute;
	top: 100%;
	right: 15px;
	width: 48.5%;
	background: #fff;
	box-shadow: 0 4px 8px #00000014, 0 6px 20px #00000001;
	padding: 0;
	border-top: 1px solid #FBC927;
	visibility: hidden;
	font-family: "Roboto", sans-serif;
	opacity: 0;
	z-index: 9999;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.search-result-wrap {
	padding-top: 20px;
	border-top: 1px solid #f0f0f0;
}

.search-result-li {
	margin-bottom: 10px;
}

.search-result-a {
	color: #010101;
	font-size: 14px;
}

.search-result-a:hover {
	color: #FBC927;
}

.form-search input[type="search"] {
	margin: 0;
	color: #666666;
	padding: 14px 20px;
	border: none;
	width: 100%;
	font-size: 13px;
	outline: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background: #ffffff;
}

.form-search.active {
	visibility: visible;
	opacity: 1;
}

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
/*-------------------------------------------------- */
/* 1. Isotope filtering */
/*------------------------------------------------- */
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

/*------------------------------------------------- */
/* =  General */
/*------------------------------------------------- */
#container {
	overflow: hidden;
	opacity: 0;
}

#container.active {
	opacity: 1;
}

.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	z-index: 9999;
}

.preloader img {
	width: 50px;
	height: 50px;
	-webkit-backface-visibility: hidden;
}

@keyframes rotateAnimation {
	0% {
		transform: rotate(0deg);
		animation-timing-function: ease-in;
	}

	50% {
		transform: rotate(360deg);
		animation-timing-function: ease-out;
	}

	100% {
		transform: rotate(720deg);
		animation-timing-function: ease-in;
	}
}

.loading-spinner {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: rotateAnimation 2s linear infinite; /* 2绉掑畬鎴愪竴涓懆鏈燂紝绾挎€ч€熷害锛屾棤闄愬惊鐜� */
}

a.category-link {
	color: #010101;
	font-size: 10px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	padding: 4px 13px;
	background-color: #FBC927;
	letter-spacing: 0.5px;
}

a.text-link {
	color: #010101;
	font-size: 10px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: sticky;
}

a.text-link:before {
	width: 100%;
	margin: 0px auto;
	position: absolute;
	content: "";
	height: 6px;
	top: 45%;
	left: 0;
	z-index: -1;
	background: #FBC927;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.border-bottom,
.border-top {
	border-color: #ebebeb;
}

ul.post-tags li {
	display: inline-block;
	color: #999999;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	margin-right: 5px;
}

ul.post-tags li a {
	color: #999999;
}

ul.post-tags li a:hover {
	color: #FBC927;
	text-decoration: underline !important;
}

ul.post-tags li:before {
	content: '|';
	color: #999;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-right: 8px;
}

ul.post-tags li:first-child:before {
	display: none;
	margin-right: 0;
}

a.button-one {
	color: #010101;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	padding: 13px 50px;
	background: #fff;
	font-weight: 400;
	border: 1px solid #ebebeb;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	margin: 0;
}

a.button-one i {
	display: inline-block;
	font-size: 14px;
	margin-left: 20px;
}

a.button-one:hover {
	background: #FBC927;
	border-color: #FBC927;
	color: #fff;
}

a.white-button {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	padding: 13px 10px;
	width: 170px;
	background: transparent;
	font-weight: 400;
	border: 1px solid #fff;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	margin: 20px 0 0;
}

a.white-button i {
	display: inline-block;
	font-size: 14px;
	margin-left: 20px;
}

a.white-button:hover {
	background: #fff;
	color: #333333;
}

.center-button {
	text-align: center;
	padding-top: 30px;
}

.center-button.no-padding {
	padding-top: 0;
}

a.text-btn {
	color: #FBC927;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	padding-bottom: 3px;
	border-bottom: 1px solid transparent;
}

a.text-btn i {
	opacity: 0;
	font-size: 16px;
	padding-left: 10px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

a.text-btn:hover {
	border-bottom: 1px solid #FBC927;
}

a.text-btn:hover i {
	opacity: 1;
}

ul.filter-list {
	text-align: right;
	margin-bottom: 25px;
}

ul.filter-list li {
	display: inline-block;
	margin-left: 25px;
}

ul.filter-list li a {
	color: #999999;
	font-size: 10px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding-bottom: 5px;
	border-bottom: 1px solid transparent;
}

ul.filter-list li a:hover,
ul.filter-list li a.active {
	color: #FBC927;
	border-bottom: 1px solid #FBC927;
}

.white-style h1 {
	color: #fff;
}

button.mfp-close,
button.mfp-arrow,
a.zoom {
	outline: none;
}

section.page-banner-section {
	padding: 50px 0 50px;
	background-color: #fafafa;
}

section.page-banner-section h1 {
	font-size: 24px;
	margin-bottom: -6px;
}

section.page-banner-section h1 span {
	color: #cccccc;
}

section.page-banner-section .container>span {
	font-size: 12px;
	color: #cccccc;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.6px;
}

.pagination-box {
	padding-top: 20px;
}

.pagination-box ul.pagination-list li {
	display: inline-block;
}

.pagination-box ul.pagination-list li a {
	color: #333333;
	font-size: 13px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	padding: 12px 18px;
	border: 1px solid transparent;
}

.pagination-box ul.pagination-list li a:hover,
.pagination-box ul.pagination-list li a.active {
	border-color: #ebebeb;
	color: #FBC927;
}

.pagination-box ul.pagination-list li a i {
	margin-left: 5px;
}

.page-list {
	text-align: center;
	padding: 18px;
	background: #fff;
	border-bottom: 1px solid #eeeeee;
}

.page-list ul li {
	display: inline-block;
	margin-right: 4px;
}

.page-list ul li a {
	color: #999999;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	border-bottom: 1px solid transparent;
}

.page-list ul li a:hover {
	color: #FBC927;
	border-bottom: 1px solid #FBC927;
}

.page-list ul li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 10px;
	color: #999999;
	margin-right: 6px;
}

.page-list ul li:first-child:before {
	content: '';
	margin-right: 0;
}

/*------------------------------------------------- */
/* =  image post
 *------------------------------------------------- */
.image-post {
	position: relative;
	overflow: hidden;
}

.image-post img {
	width: 100%;
	height: auto;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}

.image-post:hover img {
	animation-name: imagemove;
	animation-duration: 3s;
	animation-timing-function: ease-out;
	animation-delay: 0s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
}

.owl-img-box {
	width: 100%; /* 瀹瑰櫒瀹藉害璁剧疆涓�100% */
	position: relative;
	padding-top: 74.3%; /* 鏍规嵁瀹介珮姣旇绠梡adding-top */
	overflow: hidden; /* 闅愯棌婧㈠嚭鐨勫唴瀹� */
}

.owl-img-box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* 纭繚鍥剧墖瑕嗙洊鏁翠釜瀹瑰櫒锛屽悓鏃朵繚鎸佸楂樻瘮 */
}


@keyframes imagemove {
	0% {
		-webkit-transform: rotate(0deg) scale(1);
		-moz-transform: rotate(0deg) scale(1);
		-ms-transform: rotate(0deg) scale(1);
		-o-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}

	100% {
		-webkit-transform: rotate(5deg) scale(1.1);
		-moz-transform: rotate(5deg) scale(1.1);
		-ms-transform: rotate(5deg) scale(1.1);
		-o-transform: rotate(5deg) scale(1.1);
		transform: rotate(5deg) scale(1.1);
	}
}

.image-post .hover-post {
	position: absolute;
	padding: 30px 26px;
	bottom: 0;
	left: 0;
	right: 0;
}

.image-post .hover-post a.category-link {
	margin-bottom: 8px;
}

.image-post .hover-post h2 {
	margin-bottom: 5px;
}

.image-post .hover-post h2 a {
	color: #fff;
}

.image-post .hover-post ul.post-tags li {
	color: #fff;
}

.image-post .hover-post ul.post-tags li a {
	color: #fff;
}

.image-post .hover-post ul.post-tags li a:hover {
	color: #FBC927;
}

.image-post .hover-post ul.post-tags li:before {
	color: #fff;
}

.image-post .hover-post p {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0;
}

.image-post .hover-post.overlay-bg {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

/*------------------------------------------------- */
/* =  standard post
 *------------------------------------------------- */
.standard-post {
	text-align: center;
}

.standard-post.left-align {
	text-align: left;
}

.standard-post .image-holder {
	margin-bottom: 0;
	overflow: hidden;
}

.standard-post .img27 {
	width: 100%; /* 瀹瑰櫒瀹藉害璁剧疆涓�100% */
	position: relative;
	padding-top: 77.82%; /* 鏍规嵁瀹介珮姣旇绠梡adding-top */
	overflow: hidden;
}

.standard-post .img27 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* 纭繚鍥剧墖瑕嗙洊鏁翠釜瀹瑰櫒锛屽悓鏃朵繚鎸佸楂樻瘮 */
	border-radius: 10px;
}

.standard-post .image-holder:hover img {
	animation-name: imagemove;
	animation-duration: 3s;
	animation-timing-function: ease-out;
	animation-delay: 0s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
}

@keyframes imagemove {
	0% {
		-webkit-transform: rotate(0deg) scale(1);
		-moz-transform: rotate(0deg) scale(1);
		-ms-transform: rotate(0deg) scale(1);
		-o-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}

	100% {
		-webkit-transform: rotate(5deg) scale(1.1);
		-moz-transform: rotate(5deg) scale(1.1);
		-ms-transform: rotate(5deg) scale(1.1);
		-o-transform: rotate(5deg) scale(1.1);
		transform: rotate(5deg) scale(1.1);
	}
}

.standard-post img {
	width: 100%;
	height: auto;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}

.standard-post h2 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 2px;
}

.standard-post h2 a {
	color: #333333;
}

.standard-post h2 a:hover {
	color: #FBC927;
}

/*------------------------------------------------- */
/* =  video post
 *------------------------------------------------- */
.video-post {
	text-align: center;
}

.video-post .image-holder {
	margin-bottom: 17px;
	position: relative;
}

.video-post .image-holder .hover-video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: columns;
}

.video-post .image-holder .hover-video a span {
	display: inline-block;
	padding: 10px;
	background: rgb(255 193 7 / 38%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	animation-name: stretch;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 0s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
}

@keyframes stretch {
	0% {
		padding: 10px;
	}

	100% {
		padding: 0;
	}
}

.video-post .image-holder .hover-video a i {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #FBC927;
	color: #010101;
	font-size: 14px;
	line-height: 40px;
	padding-left: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.video-post .image-holder .hover-video a:hover {
	opacity: 0.8;
}

.video-post .img27 {
	width: 100%; /* 瀹瑰櫒瀹藉害璁剧疆涓�100% */
	position: relative;
	padding-top: 77.82%; /* 鏍规嵁瀹介珮姣旇绠梡adding-top */
	overflow: hidden;
}

.video-post .img27 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* 纭繚鍥剧墖瑕嗙洊鏁翠釜瀹瑰櫒锛屽悓鏃朵繚鎸佸楂樻瘮 */
}

.video-post img {
	width: 100%;
	height: auto;
}

.video-post h2 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 4px;
}

.video-post h2 a {
	color: #fff;
}

.video-post h2 a:hover {
	color: #FBC927;
}

/*------------------------------------------------- */
/* =  article post
 *------------------------------------------------- */
.article-post .image-holder {
	margin-bottom: 15px;
	overflow: hidden;
}

.article-post .img27 {
	width: 100%; /* 瀹瑰櫒瀹藉害璁剧疆涓�100% */
	position: relative;
	padding-top: 77.82%; /* 鏍规嵁瀹介珮姣旇绠梡adding-top */
	overflow: hidden;
}

.article-post .img27 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* 纭繚鍥剧墖瑕嗙洊鏁翠釜瀹瑰櫒锛屽悓鏃朵繚鎸佸楂樻瘮 */
}

.article-post .image-holder:hover img {
	animation-name: imagemove;
	animation-duration: 3s;
	animation-timing-function: ease-out;
	animation-delay: 0s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
}

@keyframes imagemove {
	0% {
		-webkit-transform: rotate(0deg) scale(1);
		-moz-transform: rotate(0deg) scale(1);
		-ms-transform: rotate(0deg) scale(1);
		-o-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}

	100% {
		-webkit-transform: rotate(5deg) scale(1.1);
		-moz-transform: rotate(5deg) scale(1.1);
		-ms-transform: rotate(5deg) scale(1.1);
		-o-transform: rotate(5deg) scale(1.1);
		transform: rotate(5deg) scale(1.1);
	}
}

.article-post img {
	width: 100%;
	height: auto;
}

.article-post h2 {
	margin-bottom: 4px;
}

.article-post h2 a {
	color: #333333;
}

.article-post h2 a:hover {
	color: #FBC927;
}

.article-post p {
	margin-top: 15px;
	margin-bottom: 0;
}

.article-post2 .image-holder {
	overflow: hidden;
}

.article-post2 .img37 {
	width: 100%; /* 瀹瑰櫒瀹藉害璁剧疆涓�100% */
	position: relative;
	padding-top: 70.27%; /* 鏍规嵁瀹介珮姣旇绠梡adding-top */
	overflow: hidden;
}

.article-post2 .img37 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* 纭繚鍥剧墖瑕嗙洊鏁翠釜瀹瑰櫒锛屽悓鏃朵繚鎸佸楂樻瘮 */
}

.article-post2 .image-holder:hover img {
	animation-name: imagemove;
	animation-duration: 3s;
	animation-timing-function: ease-out;
	animation-delay: 0s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
}

@keyframes imagemove {
	0% {
		-webkit-transform: rotate(0deg) scale(1);
		-moz-transform: rotate(0deg) scale(1);
		-ms-transform: rotate(0deg) scale(1);
		-o-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}

	100% {
		-webkit-transform: rotate(5deg) scale(1.1);
		-moz-transform: rotate(5deg) scale(1.1);
		-ms-transform: rotate(5deg) scale(1.1);
		-o-transform: rotate(5deg) scale(1.1);
		transform: rotate(5deg) scale(1.1);
	}
}

.article-post2 img {
	width: 100%;
	height: auto;
}

.article-post2 a.text-link {
	margin-top: 15px;
	margin-bottom: 10px;
}

.article-post2 h2 {
	margin-bottom: 4px;
}

.article-post2 h2 a {
	color: #333333;
}

.article-post2 h2 a:hover {
	color: #FBC927;
}

.article-post2 p {
	margin-top: 15px;
	margin-bottom: 0;
}

/*------------------------------------------------- */
/* = posts list
 *------------------------------------------------- */
ul.posts-list>li {
	display: block;
	margin-bottom: 28px;
}

ul.posts-list>li a.text-link {
	margin-bottom: 0;
}

ul.posts-list>li h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

ul.posts-list>li h2 a {
	color: #333333;
}

ul.posts-list>li h2 a:hover {
	color: #FBC927;
}

/*------------------------------------------------- */
/* =  List posts with thumbnails
 *------------------------------------------------- */
ul.list-thumb-posts>li {
	display: flex;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #ebebeb;
}

ul.list-thumb-posts>li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

ul.list-thumb-posts>li .image-holder {
	margin-right: 15px;
}

ul.list-thumb-posts>li .image-holder img {
	width: 60px;
	height: auto;
}

ul.list-thumb-posts>li .list-post-content {
	margin-top: -9px;
}

ul.list-thumb-posts>li h2 {
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-bottom: 2px;
	line-height: 21px;
}

ul.list-thumb-posts>li h2 a {
	color: #333333;
}

ul.list-thumb-posts>li h2 a:hover {
	color: #FBC927;
}

/*------------------------------------------------- */
/* =  news-sections
 *------------------------------------------------- */
section.top-images-section {
	background-color: #fafafa;
}

section.top-images-section .news-post {
	margin: 30px 0;
}

section.fresh-section {
	padding: 45px 0 0;
}

section.fresh-section .fresh-box {
	padding-bottom: 50px;
	margin-left: -15px;
	margin-right: -15px;
}

section.fresh-section .fresh-box .item {
	padding: 0 15px;
}

section.fresh-section .fresh-box .owl-controls {
	margin-top: 0px;
	z-index: 999;
}

section.fresh-section .fresh-box .owl-pagination {
	margin-top: 30px;
}

section.fresh-section .fresh-box .owl-theme .owl-controls .owl-page span {
	width: 14px;
	height: 14px;
	margin: 0 2px;
	background: transparent;
	border: 1px solid transparent;
	position: relative;
}

section.fresh-section .fresh-box .owl-theme .owl-controls .owl-page span:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background-color: #cccccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

section.fresh-section .fresh-box .owl-theme .owl-controls .owl-page.active span {
	border: 1px solid #cdcdcd;
}

section.fresh-section .fresh-box .owl-theme .owl-controls .owl-page.active span:before {
	background-color: #666666;
}

section.fresh-section .fresh-box .owl-buttons {
	display: block;
	position: absolute;
	top: 82px;
	left: 0;
	width: 100%;
	height: 0;
}

section.fresh-section .fresh-box .owl-buttons div {
	background: transparent;
	margin: 0;
	padding: 0;
	color: #fff;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.25);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
}

section.fresh-section .fresh-box .owl-buttons div:hover {
	background-color: #FBC927;
}

section.fresh-section .fresh-box .owl-buttons div.owl-prev {
	float: left;
	margin-left: 35px;
}

section.fresh-section .fresh-box .owl-buttons div.owl-next {
	float: right;
	margin-right: 35px;
}

section.fresh-section .fresh-box .owl-buttons div.owl-prev:before {
	content: '\f111';
	font-family: 'LineAwesome';
	font-size: 18px;
}

section.fresh-section .fresh-box .owl-buttons div.owl-next:before {
	content: '\f112';
	font-family: 'LineAwesome';
	font-size: 20px;
}

section.fresh-section.on-trend-mode {
	background-color: #fafafa;
}

section.fresh-section.on-trend-mode .fresh-box .owl-buttons {
	display: none;
}

section.fresh-section2 {
	padding: 30px;
}

section.fresh-section2 .news-post {
	margin-bottom: 30px;
}

section.fresh-section2 ul.list-thumb-posts>li {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 30px;
}

section.fresh-section2 a.button-one {
	margin-bottom: 20px;
}

section.trending-section {
	padding: 50px 0;
}

section.trending-section .trending-box .owl-controls {
	margin: 0;
}

section.trending-section .trending-box .owl-pagination {
	position: absolute;
	top: 30px;
	right: 30px;
}

section.trending-section .trending-box .owl-theme .owl-controls .owl-page span {
	width: 14px;
	height: 14px;
	margin: 0 2px;
	background: transparent;
	border: 1px solid transparent;
	position: relative;
}

section.trending-section .trending-box .owl-theme .owl-controls .owl-page span:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

section.trending-section .trending-box .owl-theme .owl-controls .owl-page.active span {
	border: 1px solid #fff;
}

section.trending-section .trending-box .owl-buttons {
	display: none;
}

section.video-section {
	padding: 50px 0;
	/*
     * Set a counter and get the length of the image path.
     */
	/*
     * Loop ver the image path and figure out the
     * position of the dot where the extension begins.
     */
	/*
     * If we were able to figure out where the extension is,
     * slice the path into a base and an extension. Use that to
     * calculate urls for different density environments. Set
     * values for different environments.
     */
	/*
       * Set a base background for 1x environments.
       */
	background: #111 url("../upload/banners/ban2.jpg") center center no-repeat;
	background-size: cover;
	/*
       * Create an @2x-ish media query.
       */
	/*
       * Create media queries for all environments that the user has
       * provided images for.
       */
	/*
     * If anything went wrong trying to separate the file from its
     * extension, set a background value without doing anything to it.
     */
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
	section.video-section {
		background: #111 url("../upload/banners/ban2@2x.jpg") center center no-repeat;
		background-size: cover;
	}
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	section.video-section {
		background: #111 url("../upload/banners/ban2@2x.jpg") center center no-repeat;
		background-size: cover;
	}
}

section.video-section .video-box {
	margin-left: -15px;
	margin-right: -15px;
}

section.video-section .video-box .item {
	padding: 0 15px;
}

section.video-section .video-box .owl-controls {
	margin-top: 0px;
	z-index: 999;
}

section.video-section .video-box .owl-pagination {
	margin-top: 30px;
}

section.video-section .video-box .owl-theme .owl-controls .owl-page span {
	width: 14px;
	height: 14px;
	margin: 0 2px;
	background: transparent;
	border: 1px solid transparent;
	position: relative;
}

section.video-section .video-box .owl-theme .owl-controls .owl-page span:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background-color: #cccccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

section.video-section .video-box .owl-theme .owl-controls .owl-page.active span {
	border: 1px solid #cdcdcd;
}

section.video-section .video-box .owl-theme .owl-controls .owl-page.active span:before {
	background-color: #ffffff;
}

section.video-section .video-box .owl-buttons {
	display: block;
	position: absolute;
	top: 108px;
	left: 0;
	width: 100%;
	height: 0;
}

section.video-section .video-box .owl-buttons div {
	background: transparent;
	margin: 0;
	padding: 0;
	color: #fff;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.25);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
}

section.video-section .video-box .owl-buttons div:hover {
	background-color: #FBC927;
}

section.video-section .video-box .owl-buttons div.owl-prev {
	float: left;
	margin-left: 35px;
}

section.video-section .video-box .owl-buttons div.owl-next {
	float: right;
	margin-right: 35px;
}

section.video-section .video-box .owl-buttons div.owl-prev:before {
	content: '\f111';
	font-family: 'LineAwesome';
	font-size: 18px;
}

section.video-section .video-box .owl-buttons div.owl-next:before {
	content: '\f112';
	font-family: 'LineAwesome';
	font-size: 20px;
}

section.video-section.light-version {
	background: #fafafa;
}

section.video-section.light-version .owl-theme .owl-controls .owl-page.active span:before {
	background-color: #cccccc;
}

section.video-section.light-version .video-post h2 a {
	color: #333333;
}

section.video-section.light-version .video-post h2 a:hover {
	color: #FBC927;
}

section.blog-section {
	padding: 50px 0;
}

section.blog-section .blog-box .title-section h1 {
	padding-bottom: 16px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 26px;
}

section.blog-section .blog-box .iso-call {
	margin: -15px;
}

section.blog-section .blog-box .iso-call .item {
	padding: 15px;
	width: 50%;
	margin-bottom: 10px;
}

section.blog-section .blog-box.grid-style .news-post,
section.blog-section .blog-box.list-style .news-post {
	margin-bottom: 30px;
}

section.blog-section .advertise-box {
	margin-bottom: 50px;
	padding-top: 20px;
}

section.blog-section .advertise-box img {
	width: 100%;
	height: auto;
}

section.top-home-section {
	padding: 30px 0;
}

section.top-home-section .top-home-box .news-post {
	margin-bottom: 30px;
}

section.top-home-section .top-home-box .standard-post {
	margin-bottom: 25px;
}

section.top-home-section .top-home-box .standard-post .image-holder {
	margin-bottom: 10px;
}

section.top-home-section .top-home-box .standard-post h2 {
	line-height: 20px;
}

section.latest-section {
	padding: 50px 0;
}

section.latest-section .latest-box {
	margin: -15px;
}

section.latest-section .latest-box .item {
	width: 33.33333%;
	padding: 15px;
}

section.latest-section .center-button {
	margin-top: 20px;
}

section.widgets-area-section {
	padding: 70px 0;
}

section.widgets-area-section.background-grey {
	background-color: #fafafa;
}

section.widgets-area-section .sidebar {
	padding-left: 0;
}

section.widgets-area-section .sidebar .widget {
	padding: 0;
	background-color: transparent;
}

section.widgets-area-section .sidebar .widget h2 {
	padding-bottom: 0;
	border-bottom: none;
}

section.widgets-area-section .sidebar .widget ul.list-posts>li {
	padding-bottom: 0;
	border-bottom: none;
}

section.widgets-area-section .sidebar .widget ul.insta-list>li {
	margin-right: 4px;
	margin-bottom: 7px;
}

section.widgets-area-section .sidebar .widget ul.insta-list>li a img {
	max-width: 109px;
}

section.top-slider-section {
	padding: 30px 0 0;
}

section.top-slider-section.background-grey {
	background-color: #fafafa;
	padding: 40px 0;
}

section.top-slider-section.fullscreen-slider {
	padding: 0;
}

section.top-slider-section .top-slider-box .owl-controls {
	margin: 0;
}

section.top-slider-section .top-slider-box .owl-pagination {
	position: absolute;
	top: 30px;
	right: 30px;
}

section.top-slider-section .top-slider-box .owl-theme .owl-controls .owl-page span {
	width: 14px;
	height: 14px;
	margin: 0 2px;
	background: transparent;
	border: 1px solid transparent;
	position: relative;
}

section.top-slider-section .top-slider-box .owl-theme .owl-controls .owl-page span:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

section.top-slider-section .top-slider-box .owl-theme .owl-controls .owl-page.active span {
	border: 1px solid #fff;
}

section.top-slider-section .top-slider-box .owl-buttons {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 0;
	width: 100%;
	height: 0;
}

section.top-slider-section .top-slider-box .owl-buttons div {
	background: transparent;
	margin: 0;
	padding: 0;
	color: #fff;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.25);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
}

section.top-slider-section .top-slider-box .owl-buttons div:hover {
	background-color: #FBC927;
}

section.top-slider-section .top-slider-box .owl-buttons div.owl-prev {
	float: left;
	margin-left: 30px;
}

section.top-slider-section .top-slider-box .owl-buttons div.owl-next {
	float: right;
	margin-right: 30px;
}

section.top-slider-section .top-slider-box .owl-buttons div.owl-prev:before {
	content: '\f111';
	font-family: 'LineAwesome';
	font-size: 18px;
}

section.top-slider-section .top-slider-box .owl-buttons div.owl-next:before {
	content: '\f112';
	font-family: 'LineAwesome';
	font-size: 20px;
}

section.top-slider-section .top-slider-box.text-center .hover-post {
	bottom: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

section.top-slider-section .top-slider-box.text-center .image-post:hover img {
	animation: none;
}

section.top-slider-section .top-slider-box.text-center .owl-pagination {
	position: absolute;
	bottom: 30px;
	top: initial;
	left: 0;
	width: 100%;
}

section.top-slider-section .top-list-posts {
	padding: 30px;
	background-color: #fafafa;
}

section.top-slider-section .top-list-posts>h2 {
	font-size: 18px;
	padding-bottom: 20px;
	margin-bottom: 25px;
	line-height: 22px;
	border-bottom: 1px solid #ebebeb;
}

section.category-line-section .category-line-box {
	padding: 40px 0;
}

section.category-line-section .title-section a.text-link {
	display: inline-block;
	float: right;
	color: #999999;
	border-bottom: 1px solid transparent;
	padding-bottom: 4px;
	margin-top: 10px;
}

section.category-line-section .title-section a.text-link:hover {
	color: #FBC927;
	border-bottom: 1px solid #FBC927;
}

section.advertise-section {
	padding: 40px 0 0;
}

section.advertise-section.no-padding {
	padding: 0;
	margin-top: -20px;
}

section.advertise-section img {
	width: 100%;
	height: auto;
}

section.top-photo-section .top-photo-box {
	overflow: hidden;
}

section.top-photo-section .top-photo-box .news-post {
	width: 33.33333%;
	float: left;
}

section.top-photo-section .top-photo-box .news-post .hover-post {
	bottom: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
}

section.top-photo-section .top-photo-box .news-post .hover-post a.white-button {
	margin-bottom: -40px;
	opacity: 0;
}

section.top-photo-section .top-photo-box .news-post:hover .hover-post a.white-button {
	opacity: 1;
}

section.image-posts-section {
	padding-top: 30px;
}

section.image-posts-section .news-post .hover-post {
	bottom: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
}

/*------------------------------------------------- */
/* =  subscribe-sections
 *------------------------------------------------- */
section.subscribe-section {
	padding-bottom: 50px;
}

section.subscribe-section .subscribe-box {
	padding: 40px 30px 10px;
	text-align: center;
	/*
     * Set a counter and get the length of the image path.
     */
	/*
     * Loop ver the image path and figure out the
     * position of the dot where the extension begins.
     */
	/*
     * If we were able to figure out where the extension is,
     * slice the path into a base and an extension. Use that to
     * calculate urls for different density environments. Set
     * values for different environments.
     */
	/*
       * Set a base background for 1x environments.
       */
	background: #111 url("../upload/banners/ban1.jpg") center center no-repeat;
	background-size: cover;
	/*
       * Create an @2x-ish media query.
       */
	/*
       * Create media queries for all environments that the user has
       * provided images for.
       */
	/*
     * If anything went wrong trying to separate the file from its
     * extension, set a background value without doing anything to it.
     */
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
	section.subscribe-section .subscribe-box {
		/*background: #111 url("../upload/banners/ban1@2x.jpg") center center no-repeat;*/
		background-size: cover;
	}
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	section.subscribe-section .subscribe-box {
		/*background: #111 url("../upload/banners/ban1@2x.jpg") center center no-repeat;*/
		background-size: cover;
	}
}

section.subscribe-section .subscribe-box .subscribe-title {
	margin-bottom: 20px;
}

section.subscribe-section .subscribe-box .subscribe-title h2 {
	font-size: 18px;
	margin-bottom: 3px;
}

section.subscribe-section .subscribe-box .subscribe-title p {
	color: #999999;
	margin-bottom: 0;
}

section.subscribe-section .subscribe-box form {
	margin: 0;
}

section.subscribe-section .subscribe-box form input[type="text"] {
	width: 400px;
	max-width: 100%;
	padding: 13px 20px;
	background: #ffffff;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	margin: 0 0 30px;
	color: #999999;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	outline: none;
}

section.subscribe-section .subscribe-box form button {
	background: #FBC927;
	width: 170px;
	color: #010101;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	border: 1px solid #FBC927;
	outline: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	padding: 13px 10px;
	margin: 0;
	margin-left: -6px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

section.subscribe-section .subscribe-box form button:hover {
	opacity: 0.9;
}

/*------------------------------------------------- */
/* =  instagram section
 *------------------------------------------------- */
section.instagram-section .instagram-box {
	padding: 50px 0;
}

section.instagram-section .title-section {
	margin-bottom: 30px;
}

section.instagram-section .title-section h1 {
	margin-bottom: 0;
	line-height: 24px;
}

section.instagram-section .title-section a {
	font-size: 12px;
	color: #999;
	font-family: "Roboto", sans-serif;
}

section.instagram-section .title-section a:hover {
	color: #FBC927;
}

section.instagram-section .insta-list {
	overflow: hidden;
	margin: 0 -5px;
}

section.instagram-section .insta-list li {
	display: block;
	float: left;
	width: 20%;
	padding: 0 5px;
}

section.instagram-section .insta-list li img {
	width: 100%;
	height: auto;
}

section.instagram-section .insta-list li a:hover {
	opacity: 0.7;
}

section.instagram-line-section {
	overflow: hidden;
	position: relative;
	margin-top: -40px;
}

section.instagram-line-section ul.insta-list li {
	float: left;
	width: 12.5%;
	list-style: none;
}

section.instagram-line-section ul.insta-list li a img {
	width: 100%;
	height: auto;
}

section.instagram-line-section ul.insta-list li a:hover {
	opacity: 0.7;
}

section.instagram-line-section a.button-one {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -85px;
	margin-top: -23px;
}

/*------------------------------------------------- */
/* =  sidebar
*------------------------------------------------- */
.sidebar {
	padding-left: 20px;
}

.sidebar .widget {
	margin-bottom: 30px;
	padding: 35px 40px;
	background-color: #fafafa;
}

.sidebar .widget>h2 {
	font-size: 18px;
	padding-bottom: 18px;
	margin-bottom: 20px;
	line-height: 22px;
	border-bottom: 1px solid #ebebeb;
}

.sidebar .widget>h2 a {
	color: #999999;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
}

.sidebar .widget.social-widget {
	background-color: transparent;
	padding: 0;
}

.sidebar .widget.social-widget>h2 {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 18px;
}

.sidebar .widget.social-widget ul.social-list {
	display: flex;
	text-align: center;
}

.sidebar .widget.social-widget ul.social-list li {
	list-style: none;
	padding-right: 1px;
	flex: 1;
}

.sidebar .widget.social-widget ul.social-list li a {
	background-color: #fafafa;
	display: block;
	padding: 25px 4px;
	color: #333333;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 20px;
}

.sidebar .widget.social-widget ul.social-list li a i {
	display: block;
	font-size: 20px;
	margin-bottom: 4px;
}

.sidebar .widget.social-widget ul.social-list li a span {
	display: block;
	color: #cccccc;
	margin-bottom: 0;
}

.sidebar .widget.social-widget ul.social-list li a:hover {
	background-color: #FBC927;
	color: #fff;
}

.sidebar .widget.features-widget {
	padding: 0;
	background-color: transparent;
}

.sidebar .widget.features-widget .image-post .hover-post {
	bottom: 0;
	top: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sidebar .widget.features-widget .owl-controls {
	margin: 0;
}

.sidebar .widget.features-widget .owl-pagination {
	position: absolute;
	bottom: 30px;
	width: 100%;
}

.sidebar .widget.features-widget .owl-theme .owl-controls .owl-page span {
	width: 14px;
	height: 14px;
	margin: 0 2px;
	background: transparent;
	border: 1px solid transparent;
	position: relative;
}

.sidebar .widget.features-widget .owl-theme .owl-controls .owl-page span:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.sidebar .widget.features-widget .owl-theme .owl-controls .owl-page.active span {
	border: 1px solid #fff;
}

.sidebar .widget.features-widget .owl-buttons {
	display: none;
}

.sidebar .widget ul.list-posts>li {
	display: block;
	padding-bottom: 20px;
	margin-bottom: 18px;
	border-bottom: 1px solid #ebebeb;
}

.sidebar .widget ul.list-posts>li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.sidebar .widget ul.list-posts>li h2 {
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-bottom: 6px;
	line-height: 24px;
}

.sidebar .widget ul.list-posts>li h2 a {
	color: #333333;
}

.sidebar .widget ul.list-posts>li h2 a:hover {
	color: #FBC927;
}

.sidebar .widget.instagram-widget {
	padding-top: 0;
	padding-bottom: 0;
	background: transparent;
}

.sidebar .widget.instagram-widget h2 {
	padding-bottom: 0;
	border-bottom: none;
}

.sidebar .widget ul.category-list li {
	display: block;
	margin-bottom: 15px;
}

.sidebar .widget ul.category-list li a {
	display: block;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}

.sidebar .widget ul.category-list li a span {
	color: #010101;
	float: right;
	font-size: 10px;
	position: sticky;
}

.sidebar .widget ul.category-list li a span:before {
	width: 100%;
	margin: 0px auto;
	position: absolute;
	content: "";
	height: 6px;
	top: 45%;
	left: 0;
	z-index: -1;
	background: #FBC927;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.sidebar .widget ul.category-list li a:hover {
	color: #FBC927;
}

.sidebar .widget ul.category-list li:last-child {
	margin-bottom: 0;
}

.sidebar .widget ul.insta-list {
	margin-bottom: 7px;
}

.sidebar .widget ul.insta-list li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 13px;
}

.sidebar .widget ul.insta-list li a img {
	max-width: 70px;
	height: auto;
}

.sidebar .widget ul.insta-list li a:hover {
	opacity: 0.7;
}

.sidebar .subscribe-widget p {
	font-size: 13px;
	color: #999999;
	margin-bottom: 20px;
}

.sidebar .subscribe-widget form input[type="text"] {
	width: 100%;
	display: block;
	border: none;
	background-color: #fafafa;
	padding: 12px 20px;
	font-size: 13px;
	color: #999999;
	margin-bottom: 20px;
	outline: none;
}

.sidebar .subscribe-widget form input[type="submit"] {
	width: 100%;
	display: block;
	outline: none;
	color: #FBC927;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	padding: 13px 50px;
	background: #fff;
	font-weight: 400;
	border: 1px solid #ebebeb;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	margin: 0;
}

.sidebar .subscribe-widget form input[type="submit"]:hover {
	background: #FBC927;
	border-color: #FBC927;
	color: #fff;
}

.sidebar .subscribe-widget2 {
	/*
     * Set a counter and get the length of the image path.
     */
	/*
     * Loop ver the image path and figure out the
     * position of the dot where the extension begins.
     */
	/*
     * If we were able to figure out where the extension is,
     * slice the path into a base and an extension. Use that to
     * calculate urls for different density environments. Set
     * values for different environments.
     */
	/*
       * Set a base background for 1x environments.
       */
	background: #111 url("../upload/banners/ban4.jpg") center center no-repeat;
	background-size: cover;
	/*
       * Create an @2x-ish media query.
       */
	/*
       * Create media queries for all environments that the user has
       * provided images for.
       */
	/*
     * If anything went wrong trying to separate the file from its
     * extension, set a background value without doing anything to it.
     */
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
	.sidebar .subscribe-widget2 {
		background: #111 url("../upload/banners/ban4@2x.jpg") center center no-repeat;
		background-size: cover;
	}
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.sidebar .subscribe-widget2 {
		background: #111 url("../upload/banners/ban4@2x.jpg") center center no-repeat;
		background-size: cover;
	}
}

.sidebar .subscribe-widget2 h2 {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 5px;
}

.sidebar .subscribe-widget2 p {
	font-size: 13px;
	color: #999999;
	margin-bottom: 20px;
}

.sidebar .subscribe-widget2 input[type="text"] {
	width: 100%;
	display: block;
	border: 1px solid #eeeeee;
	background-color: #fff;
	padding: 12px 20px;
	font-size: 13px;
	color: #999999;
	margin-bottom: 20px;
	outline: none;
}

.sidebar .subscribe-widget2 input[type="submit"] {
	width: 100%;
	display: block;
	outline: none;
	color: #FBC927;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	cursor: pointer;
	padding: 13px 50px;
	background: #fff;
	font-weight: 400;
	border: 1px solid #ebebeb;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	margin: 0;
}

.sidebar .subscribe-widget2 input[type="submit"]:hover {
	background: #FBC927;
	border-color: #FBC927;
	color: #fff;
}

.sidebar .popular-video-widget .owl-controls {
	margin-top: 0px;
	z-index: 999;
}

.sidebar .popular-video-widget .owl-pagination {
	margin-top: 30px;
}

.sidebar .popular-video-widget .owl-theme .owl-controls .owl-page span {
	width: 14px;
	height: 14px;
	margin: 0 2px;
	background: transparent;
	border: 1px solid transparent;
	position: relative;
}

.sidebar .popular-video-widget .owl-theme .owl-controls .owl-page span:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background-color: #cccccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.sidebar .popular-video-widget .owl-theme .owl-controls .owl-page.active span {
	border: 1px solid #cdcdcd;
}

.sidebar .popular-video-widget .owl-theme .owl-controls .owl-page.active span:before {
	background-color: #ffffff;
}

.sidebar .popular-video-widget .owl-buttons {
	display: none;
}

.sidebar .popular-video-widget .owl-theme .owl-controls .owl-page.active span:before {
	background-color: #cccccc;
}

.sidebar .popular-video-widget .video-post h2 a {
	color: #333333;
}

.sidebar .popular-video-widget .video-post h2 a:hover {
	color: #FBC927;
}

/*------------------------------------------------- */
/* =  error 404 section
 *------------------------------------------------- */
section.error-section {
	padding: 260px 0;
}

section.error-section .error-box {
	text-align: center;
}

section.error-section .error-box h1 {
	color: #FBC927;
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 20px;
}

section.error-section .error-box h2 {
	margin-bottom: 5px;
}

section.error-section .error-box p {
	font-size: 15px;
	color: #666666;
	margin-bottom: 25px;
}

/*------------------------------------------------- */
/* = About us
 *------------------------------------------------- */
section.about-section {
	padding: 50px 0 20px;
}

section.about-section .about-box span,
section.about-section .team-box span {
	color: #010101;
	font-size: 10px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: relative;
}

section.about-section .about-box span:before {
	width: 100%;
	margin: 0px auto;
	position: absolute;
	content: "";
	height: 6px;
	top: 45%;
	left: 0;
	z-index: -1;
	background: #FBC927;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

section.about-section .team-box span:before {
	width: 100%;
	margin: 0px auto;
	position: absolute;
	content: "";
	height: 6px;
	top: 45%;
	left: 0;
	z-index: -1;
	background: #FBC927;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

section.about-section .about-post {
	margin-bottom: 60px;
	padding-right: 10px;
}

section.about-section .about-post h2 {
	margin-bottom: 20px;
}

section.about-section .about-post p {
	margin-bottom: 20px;
}

section.about-section .team-post {
	margin-bottom: 30px;
	text-align: center;
}

section.about-section .team-post img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

section.about-section .team-post h2 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
}

section.about-section .team-post p {
	margin-bottom: 20px;
}

section.about-section .team-post ul.team-social li {
	display: inline-block;
	margin: 0 8px;
}

section.about-section .team-post ul.team-social li a {
	color: #666666;
	font-size: 16px;
}

section.about-section .team-post ul.team-social li a:hover {
	color: #FBC927;
}

/*------------------------------------------------- */
/* =  Single Post */
/*------------------------------------------------- */
.single-post.no-sidebar {
	max-width: 870px;
	margin: 0 auto;
}

.single-post.no-sidebar .title-single-post {
	text-align: center;
	margin-bottom: 30px;
}

.single-post.no-sidebar .title-single-post h1 {
	font-size: 24px;
	margin-bottom: 4px;
}

.single-post.no-sidebar .single-post-content .post-content .post-content-text {
	padding-right: 70px;
}

.single-post.no-sidebar .single-post-content .post-content .post-content-text .image-alt-box .image-holder img {
	width: 360px;
}

.single-post .single-post-content .article-cover {
	width: 100%; /* 瀹瑰櫒瀹藉害璁剧疆涓�100% */
	position: relative;
	padding-top: 41.23%; /* 鏍规嵁瀹介珮姣旇绠梡adding-top */
	overflow: hidden; /* 闅愯棌婧㈠嚭鐨勫唴瀹� */
}

.single-post .single-post-content .article-cover img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* 纭繚鍥剧墖瑕嗙洊鏁翠釜瀹瑰櫒锛屽悓鏃朵繚鎸佸楂樻瘮 */
}

.single-post .single-post-content>img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.single-post .single-post-content .post-content {
	display: flex;
}

.single-post .single-post-content .post-content .post-social {
	text-align: center;
	width: 70px;
	margin-right: 30px;
}

.single-post .single-post-content .post-content .post-social span {
	display: inline-block;
	color: #666666;
	font-size: 10px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.single-post .single-post-content .post-content .post-social ul.share-post li {
	display: block;
	margin-bottom: 7px;
}

.single-post .single-post-content .post-content .post-social ul.share-post li a {
	width: 40px;
	height: 40px;
	color: #333;
	font-size: 14px;
	border: 1px solid #eeeeee;
	line-height: 38px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.single-post .single-post-content .post-content .post-social ul.share-post li a:hover {
	color: #fff;
	border-color: transparent;
}

.single-post .single-post-content .post-content .post-social ul.share-post li a.facebook:hover {
	background-color: #483ce7;
}

.single-post .single-post-content .post-content .post-social ul.share-post li a.twitter:hover {
	background-color: #5199f2;
}

.single-post .single-post-content .post-content .post-social ul.share-post li a.pinterest:hover {
	background-color: #dc4343;
}

.single-post .single-post-content .post-content .post-content-text h1 {
	font-size: 24px;
	margin-bottom: 4px;
}

.single-post .single-post-content .post-content .post-content-text ul.post-tags {
	margin-bottom: 25px;
}

.single-post .single-post-content .post-content .post-content-text p {
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 30px;
}

.single-post .single-post-content .post-content .post-content-text p a {
	color: #333333;
	text-decoration: underline !important;
}

.single-post .single-post-content .post-content .post-content-text p a:hover {
	color: #FBC927;
}

.single-post .single-post-content .post-content .post-content-text blockquote {
	padding: 40px 22px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
	color: #333333;
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	margin: 40px 0;
}

.single-post .single-post-content .post-content .post-content-text h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}

.single-post .single-post-content .post-content .post-content-text video {
	max-width: 100%;
}

.single-post .single-post-content .post-content .post-content-text .image-alt-box {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.single-post .single-post-content .post-content .post-content-text .image-alt-box .image-holder {
	margin: 0 0 25px;
}

.single-post .single-post-content .post-content .post-content-text .image-alt-box .image-holder img {
	display: block;
	width: 325px;
	margin-bottom: 5px;
}

.single-post .single-post-content .post-content .post-content-text .image-alt-box .image-holder span {
	color: #cccccc;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-style: italic;
}

.single-post .single-post-content .post-content .post-content-text .share-tags-box {
	overflow: hidden;
	margin-bottom: 40px;
}

.single-post .single-post-content .post-content .post-content-text .share-tags-box ul.tags {
	float: left;
}

.single-post .single-post-content .post-content .post-content-text .share-tags-box ul.tags li {
	display: inline-block;
	margin-right: 6px;
}

.single-post .single-post-content .post-content .post-content-text .share-tags-box ul.tags li a {
	color: #333333;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	padding: 6px 10px;
	border: 1px solid #ebebeb;
}

.single-post .single-post-content .post-content .post-content-text .share-tags-box ul.tags li a:hover {
	border-color: transparent;
	color: #fff;
	background-color: #FBC927;
}

.single-post .single-post-content .post-content .post-content-text .share-tags-box ul.shares-likes {
	float: right;
}

.single-post .single-post-content .post-content .post-content-text .share-tags-box ul.shares-likes li {
	display: inline-block;
	margin-left: 6px;
}

.single-post .single-post-content .post-content .post-content-text .share-tags-box ul.shares-likes li a {
	color: #333333;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	padding: 6px 17px;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
}

.single-post .single-post-content .post-content .post-content-text .share-tags-box ul.shares-likes li a.likes i {
	color: #FBC927;
	margin: 0 4px;
}

.single-post .single-post-content .post-content .post-content-text .share-tags-box ul.shares-likes li a.facebook i {
	color: #483ce7;
	margin-right: 4px;
}

.single-post .single-post-content .post-content .post-content-text .share-tags-box ul.shares-likes li a.twitter i {
	color: #5199f2;
	margin-right: 4px;
}

.single-post .single-post-content .post-content .post-content-text .share-tags-box ul.shares-likes li a.pinterest i {
	color: #dc4343;
	margin-right: 4px;
}

.single-post .single-post-content .post-content .post-content-text .share-tags-box ul.shares-likes li a:hover i {
	color: #fff !important;
}

.single-post .single-post-content .post-content .post-content-text .share-tags-box ul.shares-likes li a.likes:hover {
	border-color: transparent;
	color: #fff;
	background-color: #FBC927;
}

.single-post .single-post-content .post-content .post-content-text .share-tags-box ul.shares-likes li a.facebook:hover {
	border-color: transparent;
	color: #fff;
	background-color: #483ce7;
}

.single-post .single-post-content .post-content .post-content-text .share-tags-box ul.shares-likes li a.twitter:hover {
	border-color: transparent;
	color: #fff;
	background-color: #5199f2;
}

.single-post .single-post-content .post-content .post-content-text .share-tags-box ul.shares-likes li a.pinterest:hover {
	border-color: transparent;
	color: #fff;
	background-color: #dc4343;
}

.single-post .single-post-content .prev-next-box {
	padding: 30px 0;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ebebeb;
}

.single-post .single-post-content .prev-next-box a.text-link {
	color: #999999;
	margin-bottom: 6px;
}

.single-post .single-post-content .prev-next-box a.text-link i {
	margin-right: 5px;
}

.single-post .single-post-content .prev-next-box a.text-link.next-link {
	float: right;
}

.single-post .single-post-content .prev-next-box a.text-link.next-link i {
	margin-left: 5px;
	margin-right: 0;
}

.single-post .single-post-content .prev-next-box a.text-link:hover {
	color: #FBC927;
}

.single-post .single-post-content .prev-next-box h2 {
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}

.single-post .single-post-content .prev-next-box h2 a {
	color: #333333;
}

.single-post .single-post-content .prev-next-box h2 a:hover {
	color: #FBC927;
}

.single-post .single-post-content .related-box {
	padding: 30px;
	background-color: #fafafa;
}

.single-post .single-post-content .related-box>h2 {
	font-size: 18px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}

.single-post .single-post-content .related-box .news-post h2 {
	font-size: 15px;
	font-weight: 400;
}

.comments h2.comments-title {
	font-size: 18px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
}

.comments__list-item {
	list-style: none;
	margin-bottom: 1.875rem;
	padding-top: 1.875rem;
	border-top: 1px solid #eeeeee;
}

.comments__list-item:first-child {
	padding-top: 0;
	border-top: none;
}

.comments__list-item-image {
	float: left;
	width: 3.125rem;
	height: 3.125rem;
	margin-right: 1.25rem;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.comments__list-item-content {
	overflow: hidden;
}

.comments__list-item-title {
	color: #333333;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.25rem;
	margin: 0;
}

.comments__list-item-date {
	display: inline-block;
	color: #ccc;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25rem;
	margin: 0 0 1rem;
}

.comments__list-item-reply {
	float: right;
	padding: 0.25rem 0.5rem;
	color: #999;
	margin: -5px 0 20px;
	font-size: 0.75rem;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 1.25rem;
	-moz-border-radius: 1.25rem;
	-ms-border-radius: 1.25rem;
	border-radius: 1.25rem;
}

.comments__list-item-reply i {
	font-size: 0.75rem;
	float: left;
	margin-right: 0.25rem;
	margin-top: 0.125rem;
}

.comments__list-item-reply:hover {
	color: #FBC927;
}

.contact-form {
	padding: 1.875rem;
	background: #fafafa;
	margin-bottom: 1.875rem;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.contact-form h2 {
	font-size: 18px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
}

.contact-form__input-text,
.contact-form__textarea {
	display: block;
	width: 100%;
	padding: 0.625rem 1.25rem;
	color: #999999;
	font-size: 0.875rem;
	font-weight: 400;
	background: #ffffff;
	outline: none;
	border: 1px solid #ebebeb;
	margin: 0 0 1.875rem;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.contact-form__input-text:hover,
.contact-form__textarea:hover {
	border-color: #FBC927;
}

.contact-form__textarea {
	height: 6.25rem;
}

.contact-form__submit {
	color: #010101;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	padding: 13px 50px;
	background: #FBC927;
	font-weight: 400;
	border: 1px solid #ebebeb;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	outline: none;
	text-align: center;
	width: 100%;
	cursor: pointer;
	margin: 0;
	border-radius: 6px;
}

.contact-form__submit:hover {
	background: #FBC927;
	border-color: #FBC927;
	color: #fff;
}

.blog-section .single-post-image {
	margin-top: -50px;
	margin-bottom: 40px;
}

.blog-section .single-post-image .hover-post {
	bottom: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
}

.blog-section .single-post-image h2 {
	color: #fff;
}

.blog-section .single-post-image img {
	animation: none;
}

/*------------------------------------------------- */
/* =  Contact */
/*------------------------------------------------- */
#map {
	width: 100%;
	height: 300px;
	margin-bottom: 40px;
	overflow: hidden;
}

section.contact-section {
	padding: 50px 0;
}

section.contact-section div.contact-box p {
	color: #333333;
	font-size: 16px;
	margin-bottom: 20px;
}

section.contact-section #contact-form {
	margin: 0;
	text-align: center;
}

section.contact-section #contact-form input[type="text"],
section.contact-section #contact-form textarea {
	width: 100%;
	padding: 13px 20px;
	background: #fafafa;
	color: #999999;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	outline: none;
	border: 1px solid #e1e1e1;
	margin: 0 0 30px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

section.contact-section #contact-form input[type="text"]:focus,
section.contact-section #contact-form textarea:focus {
	border: 1px solid #FBC927;
}

section.contact-section #contact-form textarea {
	height: 106px;
}

section.contact-section #contact-form input[type="submit"] {
	color: #010101;
	width: 100%;
	text-align: center;
	outline: none;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	padding: 13px 50px;
	background: #FBC927;
	font-weight: 400;
	cursor: pointer;
	border: 1px solid #ebebeb;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	margin: 0;
}

section.contact-section #contact-form input[type="submit"]:hover {
	background: #FBC927;
	border-color: #FBC927;
	color: #fff;
}

section.contact-section #msg {
	padding: 12px 20px;
	margin-top: 30px;
}

.contact-office-bg {
	margin-bottom: 20px;
}

.widget .contact-email {
	position: sticky;
}

.widget .contact-email:before {
	width: calc(100% - 30px);
	margin: 0px auto;
	position: absolute;
	content: "";
	height: 6px;
	top: 45%;
	left: 0;
	z-index: -1;
	background: #FBC927;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

/*------------------------------------------------- */
/* = compatible-devices
 *------------------------------------------------- */
section.compatible-device-section {
	padding: 50px 0 20px;
}

.faq-post {
	width: 100%;
	margin: auto;
	margin-top: 20px;
	background-color: #fafafa;
	padding: 30px;
}
.faq-post h1 {
	text-align: center;
	color: #010101;
	font-size: 20px;
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0 20px 0;
	text-decoration: underline;
}
.faq-post h2 {
	color: #FBC927;
	border-bottom: 2px solid #FBC927;
	padding-bottom: 5px;
}
.faq-post .question {
	margin-top: 20px;
	border-bottom: 1px solid #ebebeb;
}
.faq-post .question h3 {
	margin: 0;
	padding-bottom: 5px;
	font-weight: 700;
}
.faq-post .question h4 {
	margin: 0;
	font-size: 13px;
	line-height: 35px;
	font-weight: 700;
	color: #010101;
	position: sticky;
	width: fit-content;
}
.faq-post .question h4:before {
	width: calc(100% - 30px);
	margin: 0px auto;
	position: absolute;
	content: "";
	height: 6px;
	top: 45%;
	left: 15px;
	z-index: -1;
	background: #FBC927;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.faq-post .answer {
	margin: 0;
	padding-bottom: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.faq-post .answer a {
	position: sticky;
	color: #010101;
	text-decoration: underline;
}
.faq-post .answer a:before {
	width: calc(100% - 30px);
	margin: 0px auto;
	position: absolute;
	content: "";
	height: 6px;
	top: 45%;
	left: 15px;
	z-index: -1;
	background: #FBC927;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}


/*------------------------------------------------- */
/* =  Agreement Content */
/*------------------------------------------------- */
.terms h3 {
	font-weight: 560;
}


/*------------------------------------------------- */
/* =  Faq */
/*------------------------------------------------- */

section.faq-section {
	padding: 0;
}

section.faq-section .page-faq-section {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

section.faq-section .page-faq-section h2 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
	padding: 20px;
	color: #010101;
	text-align: center;
}

section.faq-section .page-faq-section .faq-collapse {
	position: relative;
	background: white;
	border-radius: 10px;
	padding: 25px;
	margin-bottom: 20px;
	border: 1px solid #ececec;
}

section.faq-section .page-faq-section .faq-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

section.faq-section .page-faq-section .faq-container h3 {
	width: 100%;
	font-size: 17px;
	font-weight: 700;
	color: #010101;
	text-align: left;
	margin-bottom: 0;
	cursor: pointer;
}

section.faq-section .page-faq-section .faq-container .faq-content {
	color: #8a8a8a;
	font-size: 14px;
	margin-top: 10px;
	width: 100%;
}

section.faq-section .page-faq-section .faq-collapse-close {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	cursor: pointer;
}

/*------------------------------------------------- */
/* =  Tab bar */
/*------------------------------------------------- */
.tabs {
	white-space: nowrap;
	margin-top: 50px;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	padding: 10px;
	text-align: center;
}

.tabs::-webkit-scrollbar {
	display: none;
}

.tabs:after {
	content: "";
	display: table;
	clear: both;
}

.tab-bar {
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 8px 30px;
	transition: 0.3s;
	font-size: 16px;
	min-width: 100px;
}

.tab-bar:hover {
	/* font-weight: 700; */
}

.tab-bar.active {
	font-weight: 700;
	background-color: #FBC927;
	border-radius: 30px;
}

.tab-content {
	display: none;
	padding: 6px 12px;
	border-top: none;
}


/*------------------------------------------------- */
/* =  Affiliate Program */
/*------------------------------------------------- */

section.affiliate-section {
	padding: 0;
}

section.affiliate-section .referral-banner {
	min-height: 296px;
	background: linear-gradient(90deg, #ff5f6d, #ffc371);
	border-radius: 8px;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
	margin: 20px;
	position: relative;
	padding: 40px;
}

section.affiliate-section .share-btn {
	border: 1px solid #fff;
	color: white;
	font-size: 14px;
	margin: 20px 0;
	width: 150px;
	background: transparent;
	height: 45px;
	border-radius: 4px;
	cursor: pointer;
	line-height: 45px;
	text-align: center;
}

section.affiliate-section .share-btn:hover {
	background-color: white;
	color: #010101;
}

section.affiliate-section .refer-earn-bg {
	width: 30%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

section.affiliate-section .referral-desc {
	margin: 20px;
}

section.affiliate-section .referral-desc-item {
	min-height: 296px;
	background: transparent;
	position: relative;
	display: flex;
	align-items: center;
}

section.affiliate-section .refer-desc-bg1 {
	width: 30%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	text-align: center;
}

section.affiliate-section .refer-desc-bg2 {
	width: 30%;
	text-align: left;
}

section.affiliate-section .wecome-join {
	margin-top: 50px;
}

section.affiliate-section .wecome-join h2{
	font-size: 22px;
	text-align: center;
	padding: 20px;
}

section.affiliate-section .wecome-join .text-strong {
	position: sticky;
}

section.affiliate-section .wecome-join .text-strong:before {
	width: 100%;
	margin: 0px auto;
	position: absolute;
	content: "";
	height: 6px;
	top: 45%;
	left: 0;
	z-index: -1;
	background: #FBC927;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

section.affiliate-section .wecome-join .join-btn {
	background: #FBC927;
	color: #010101;
	padding: 16px 50px;
	font-weight: 700;
	border-radius: 6px;
	cursor: pointer;
}

/*------------------------------------------------- */
/* =  ImageTextNav Section */
/*------------------------------------------------- */
section.image-text-nav-section {
	padding: 30px 0 0;
}

section.image-text-nav-section.background-grey {
	background: #FAFAFA;
	padding: 40px 0;
}

section.image-text-nav-section .nav-item {
	display: flex;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
}

section.image-text-nav-section .nav-item h2 {
	font-size: 16px;
	margin-top: 12px;
}

section.image-text-nav-section .nav-item p {
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 14px;
}

/*------------------------------------------------- */
/* =  TitleText Section */
/*------------------------------------------------- */
section.title-text-section {
	padding: 30px 0 0;
}

section.title-text-section .title-section a.text-link {
	display: inline-block;
	float: right;
	color: #999999;
	border-bottom: 1px solid transparent;
	padding-bottom: 4px;
	margin-top: 10px;
}

/*------------------------------------------------- */
/* =  Esim Section */
/*------------------------------------------------- */
section.esim-section {
	padding: 30px 0 0;
}

section.esim-section.background-grey {
	background: #FAFAFA;
	padding: 40px 0;
}

section.esim-section .esim-item {
	cursor: pointer;
	/*border: 1px solid transparent;*/
	display: block;
	margin-bottom: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 8px #00000014, 0 6px 20px #00000001;
}

section.esim-section .esim-item:hover {
	/*border: 1px solid var(--base-color);*/
	/*border-radius: 8px;*/
}

section.esim-section .esim-item:nth-child(4n) {
	margin-right: 0;
}

section.esim-section .esim-item .title {
	width: 100%;
	font-weight: 550;
	text-align: center;
	padding: 16px;
	font-size:16px;
	color: white;
	overflow: hidden;
	border-bottom: 1px solid #ffffff40;
	text-overflow: ellipsis;  /* 瓒呭嚭閮ㄥ垎鐪佺暐鍙� */
	word-break: break-all;  /* break-all(鍏佽鍦ㄥ崟璇嶅唴鎹㈣銆�) */
	display: -webkit-box; /* 瀵硅薄浣滀负浼哥缉鐩掑瓙妯″瀷鏄剧ず */
	-webkit-box-orient: vertical; /* 璁剧疆鎴栨绱几缂╃洅瀵硅薄鐨勫瓙鍏冪礌鐨勬帓鍒楁柟寮� */
	-webkit-line-clamp: 2; /* 鏄剧ず鐨勮鏁� */
	max-height: 80px; /* 璁剧疆鏈€澶ч珮搴︼紝鏍规嵁琛岄珮锛岃鍑犺涔樹互鍑犲€� */
}

section.esim-section .esim-item .esim-img-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin: 12px 8px;
}

section.esim-section .esim-item .desc-li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: white;
	line-height: 60px;
	padding: 0 12px;
	border-top: 1px solid #ffffff40;
	font-weight: 600;
	letter-spacing: -.1px;
}

section.esim-section .esim-item .left {
	display: flex;
	align-items: center;
}

section.esim-section .esim-item .right {
	font-size: 16px;
	text-align: right;
}

section.esim-section .esim-item .desc-li:last-child {
	border-bottom: 1px solid #ffffff40;
}

section.esim-section .esim-item .buy-btn {
	width: 100%;
	background: transparent;
	color:#fff;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	border-color: white;
	border: 2px solid;
	padding: 6px;
}

section.esim-section .esim-item .buy-btn:hover {
	background: white;
	color: #010101;
	cursor: pointer;
}

/*------------------------------------------------- */
/* =  Footer */
/*------------------------------------------------- */

.footer-wrapper {
	width: 100%;
	background-color: #FAFAFA;
	border-top: 1px solid #eee;
}

.footer-content {
	display: flex;
	flex-flow: column;
	width: 100%;
	margin: auto;
	margin-top: 30px;
}

.footer-col {
	display: flex;
	flex-direction: column;
	padding-left: 10%;
}

.footer-col ul {
	padding: 0;
}

.footer-col ul li {
	line-height: 30px;
	list-style: none;
	text-align: left;
}

.footer-col ul li a {
	font-size: 13px;
	color: #8a8a8a;
}

.footer-col ul li a:hover {
	text-decoration: underline;
}

.footer-ul-title {
	font-size: 14px;
	font-weight: 600;
	color: var(--black2);
	margin-bottom: 15px;
	text-align: left;
}

.footer-apps {
	display: flex;
	border-top: 1px solid #eee;
	line-height: 56px;
	margin-top: 20px;
	font-size: 12px;
	font-weight: 560;
	justify-content: space-between;
}

.footer-privacy {
	display: flex;
	align-items: center;
}

.footer-link {
	font-size: 12px;
	margin-left: 15px;
	color: var(--black2);
}

.footer-link:hover {
	text-decoration: underline;
}

.app-stores {
	display: flex;
	align-items: center;
}

.apple-app-store {
	display: block;
	background-size: contain;
	height: 44px;
	width: 132px;
	margin-right: 20px;
}

.google-play-store {
	display: block;
	background-size: contain;
	height: 44px;
	width: 132px;
}

.footer-paymethods {
	width: 100%;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
}

.payment-logos img {
	margin: 0 10px;
}

footer {
	padding: 50px 0;
	background-color: #fafafa;
	text-align: center;
}

footer h1 {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0px;
}

footer p {
	color: #999999;
	font-size: 14px;
	margin-bottom: 10px;
}

footer ul.social-list li {
	display: inline-block;
	margin: 0 8px;
}

footer ul.social-list li a {
	color: #666666;
	font-size: 16px;
}

footer ul.social-list li a:hover {
	color: #FBC927;
}

footer.dark-style {
	background-color: #333333;
}

footer.dark-style h1 {
	color: #fff;
}

#back-to-top {
	position: fixed;
	width: 48px;
	height: 48px;
	right: 25px;
	bottom: 80px;
	z-index: 1000;
	background: #FBC927;
	cursor: pointer;
	border-radius: 6px;
}

/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1640px) {
	section.error-section {
		padding: 130px 0;
	}
}

@media (max-width: 1199px) {
	section.video-section .video-box .owl-buttons {
		top: 144px;
	}

	header.header-style2 .navbar-nav>li>a {
		padding-right: 2px !important;
	}

	header.header-style2 .mega-dropdown {
		width: 930px;
	}

	.single-post .single-post-content .post-content .post-content-text .image-alt-box .image-holder img {
		width: 265px;
	}

	section.error-section {
		padding: 90px 0;
	}
}

@media (max-width: 991px) {
	.search-button {
		display: none;
	}

	.login-wrap {
		display: none;
	}

	.cart-wrap {
		display: none;
	}

	.top-nav-wrap {
		display: none;
	}

	.navbar-brand {
		padding: 20px 15px;
	}

	.navbar-toggler {
		margin-right: 15px !important;
		outline: none !important;
		box-shadow: none !important;
	}

	header {
		padding: 0;
	}

	.navbar-nav {
		padding: 15px;
		max-width: 100%;
		max-height: 300px;
		overflow-y: scroll;
		border-top: 1px solid #eaeaea;
	}

	.navbar-nav>li>a {
		padding: 6px 0 !important;
		margin: 0;
	}

	.dropdown {
		opacity: 1;
		visibility: visible;
		background: transparent;
		border: none;
		position: relative;
		margin-top: 0;
		padding: 0 15px !important;
		top: initial;
		left: initial;
	}

	.dropdown li {
		padding: 0;
	}

	.dropdown li a {
		padding: 5px 0;
	}

	.dropdown li a:before {
		top: 12px;
	}

	.dropdown.level2 {
		top: initial;
		left: initial !important;
		padding: 0;
		margin-top: 0;
	}

	.mega-dropdown {
		display: none !important;
	}

	.navbar a.open-menu {
		display: none;
	}

	.navbar-nav>li>a:hover,
	.navbar-nav>li>a.active {
		color: #FBC927 !important;
	}

	header.header-style2 .navbar-collapse {
		position: initial;
		left: initial;
		visibility: visible;
		opacity: 1;
	}

	header.header-style2 .navbar .container {
		flex-direction: row-reverse !important;
	}

	header.header-style4 .navbar-toggler,
	header.header-style5 .navbar-toggler {
		margin-left: 15px;
		margin-top: -68px;
	}

	header.header-style4 .social-list,
	header.header-style5 .social-list {
		display: none;
	}

	header.header-style4 .logo-place,
	header.header-style5 .logo-place {
		padding-top: 0;
		text-align: right;
	}

	header.header-style4 .logo-place .inner-logo-place,
	header.header-style5 .logo-place .inner-logo-place {
		border-bottom: none;
		padding-bottom: 0;
	}

	header.header-style4 .logo-place a.navbar-brand,
	header.header-style5 .logo-place a.navbar-brand {
		margin-right: 0;
		padding-right: 0;
	}

	header.header-style5 .navbar-nav>li>a {
		padding: 6px 0 !important;
	}

	.trending-box .owl-wrapper {
		margin-bottom: 30px;
	}

	section.video-section .video-box .owl-buttons {
		top: 231px;
	}

	.sidebar {
		padding-left: 0;
	}

	.navigation-bar {
		display: none;
	}

	#bottom-toolbar {
		opacity: 1;
		display: flex;
	}

	section.latest-section .latest-box .item {
		width: 50%;
	}

	section.category-line-section .category-line-box .news-post {
		margin-bottom: 30px;
	}

	section.instagram-line-section ul.insta-list li {
		width: 25%;
	}

	.fullscreen-slider a.white-button {
		display: none;
	}

	section.top-slider-section .top-slider-box.text-center .owl-pagination {
		left: 0;
	}

	section.top-photo-section .top-photo-box .news-post {
		width: 50%;
	}

	.single-post .single-post-content .post-content .post-content-text .image-alt-box .image-holder img,
	.single-post.no-sidebar .single-post-content .post-content .post-content-text .image-alt-box .image-holder img {
		width: 305px;
	}

	.blog-section .single-post-image>img {
		height: 350px;
		width: auto;
	}

	.single-post.no-sidebar .single-post-content .post-content .post-content-text {
		padding-right: 0;
	}

	section.error-section {
		padding: 60px 0;
	}
}

@media (max-width: 767px) {
	ul.filter-list {
		text-align: left;
	}

	ul.filter-list li {
		margin-left: 0;
		margin-right: 10px;
	}

	section.subscribe-section .subscribe-box form input[type="text"] {
		width: 100%;
	}

	section.subscribe-section .subscribe-box form button {
		margin-bottom: 30px;
	}

	section.video-section .video-box .owl-buttons {
		top: 166px;
	}

	section.blog-section .blog-box .iso-call .item {
		width: 100%;
	}

	section.latest-section .latest-box .item {
		width: 100%;
	}

	section.top-slider-section .top-slider-box .owl-buttons {
		display: none;
	}

	.fullscreen-slider .image-post img {
		height: 300px;
		width: auto;
	}

	section.image-posts-section .image-post {
		margin-bottom: 30px;
	}

	section.top-photo-section .top-photo-box .news-post {
		width: 100%;
	}

	.single-post .single-post-content .post-content .post-content-text .image-alt-box {
		display: block;
	}

	.single-post .single-post-content .post-content .post-content-text .image-alt-box .image-holder img,
	.single-post.no-sidebar .single-post-content .post-content .post-content-text .image-alt-box .image-holder img {
		width: 100%;
	}

	.single-post .single-post-content .post-content .post-content-text .share-tags-box ul.tags,
	.single-post .single-post-content .post-content .post-content-text .share-tags-box ul.shares-likes {
		float: none;
		text-align: left;
		margin-bottom: 10px;
	}

	.single-post .single-post-content .post-content .post-content-text .share-tags-box ul.tags li,
	.single-post .single-post-content .post-content .post-content-text .share-tags-box ul.shares-likes li {
		margin-left: 0;
		margin-right: 4px;
	}

	.single-post .single-post-content .related-box .news-post {
		margin-bottom: 30px;
	}

	.blog-section .single-post-image>img {
		height: 300px;
		width: auto;
	}
}

@media (max-width: 640px) {
	section.video-section .video-box .owl-buttons {
		display: none;
	}

	.blog-section .single-post-image>img {
		height: 250px;
		width: auto;
	}
}

@media (max-width: 400px) {
	section.instagram-section .insta-list li {
		width: 33.3333%;
		margin-bottom: 10px;
	}
}

/** page-post-content **/

.page-post-content {
	width: 100%;
}

.page-post-content a {
	text-decoration: underline;
}

.page-post-content p {
	margin-bottom: 20px;
}

.page-post-content blockquote{
	padding: 40px 22px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
	color: #333333;
	font-size: 20px;
	line-height: 36px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	margin: 40px 0;
}


.ellipsis {
	white-space: nowrap; /* 淇濇寔鍦ㄤ竴琛屽唴鏄剧ず */
	overflow: hidden; /* 闅愯棌瓒呭嚭閮ㄥ垎 */
	text-overflow: ellipsis; /* 澶氫綑閮ㄥ垎鐢ㄧ渷鐣ュ彿琛ㄧず */
	width: 90px; /* 璁剧疆涓€涓浐瀹氱殑瀹藉害锛屽彲鏍规嵁瀹為檯鎯呭喌璋冩暣 */
}
/*navigation-bar start*/
.navigation-bar {
	position: fixed;
	top: 138px;
	right: 0;
	width: 250px;
	height: auto;
	padding: 20px;
	border: 1px solid #f0f0f0;
	border-radius: 8px;
	z-index: 999;
}
.toc h2 {
	margin-top: 0;
}

.toc ul {
	padding: 0 20px;
}

.toc ul li a {
	text-decoration: none;
	color: #010101;
	display: block;
	padding: 5px 0;
	font-size: 14px;
	text-decoration: underline;
}

/* 榛樿鎯呭喌涓嬪彧鏄剧ず鍓�5涓猯i */
#topic-nav-ul li:nth-child(n+6) {
	display: none;
}
/* 鎸夐挳鏍峰紡 */
#toggle-button {
	background-color: transparent;
	border: none;
	color: #010101;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin: 4px 2px;
	cursor: pointer;
	width: 100%;
}

.action-bar {
	width: 100%;
	background-color: #ffffff;
	padding: 10px 20px;
	box-shadow: 0 4px 8px #00000014, 0 6px 20px #00000001;
	border-radius: 8px;
}

.action-input-group {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	border: 2px solid #010101;
	border-radius: 6px;
	padding: 0 10px;
}

.quantity-input {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 6px;
	flex: 1;
	border: 0;
	outline: none;
}

.buy-button, .cart-button {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #FBC927;
	color: #010101;
	border: none;
	cursor: pointer;
	border-radius: 6px;
	font-size: 14px;
}

.cart-button {
	background-color: #fff;
	border: 2px solid #010101;
	margin-bottom: 0;
}
/*navigation-bar end*/


/*bottom-toolbar start*/
.bottom-toolbar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	height: 60px; /* 鍙互鏍规嵁瀹為檯闇€瑕佽皟鏁撮珮搴︼紝浣嗕笉瓒呰繃100px */
	border-top: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 -6px 5px rgb(0 0 0 / 4%);
	z-index: 1000; /* 纭繚宸ュ叿鏍忓湪椤甸潰鍐呭涔嬩笂 */
	opacity: 0;
	display: none;
}

.bottom-toolbar .price {
	padding: 0 15px;
	font-size: 20px;
	color: #010101;
	font-weight: 700;
}

.bottom-toolbar .input-group {
	display: flex;
	width: 50%; /* 鏍规嵁闇€瑕佽皟鏁磋緭鍏ユ缁勭殑瀹藉害 */
	padding: 0 15px;
	font-size: 14px;
}

.bottom-toolbar .qty-input, .days-input {
	width: calc(50% - 6px); /* 鍑忓幓margin鐨勫搴� */
	padding: 8px;
	margin-right: 10px; /* 涓烘渶鍚庝竴涓緭鍏ユ鐣欏嚭绌洪棿 */
	border: 1px solid #ddd;
	border-radius: 4px;
}

.bottom-toolbar .days-input {
	margin-right: 0; /* 鏈€鍚庝竴涓緭鍏ユ涓嶉渶瑕佸彸杈硅窛 */
}

.bottom-toolbar .purchase-button {
	padding: 8px 30px;
	background-color: #FBC927;
	color: #010101;
	border: none;
	border-radius: 0;
	cursor: pointer;
	height: 100%;
	width: auto;
}

.bottom-toolbar .purchase-button:hover {
	background-color: #FBC927;
}

.view-more-button {
	padding: 8px 10px;
	background-color: #010101;
	color: #FBC927;
	border: none;
	border-radius: 0;
	cursor: pointer;
	height: 100%;
	width: auto;
	font-size: 14px;
}
/*bottom-toolbar end*/

.score-container {
	display: flex;
	align-items: center;
}

.rating-title {
	margin-right: 15px;
}

.rating-subtitle {
	margin-left: 15px;
}

.rating-wrap {
	display: flex;
	gap: 5px; /* 姝ｆ柟褰箣闂寸殑闂撮殧 */
}

.square {
	width: 28px;
	height: 28px;
	background-color: #f0f0f0; /* 鐏拌壊鑳屾櫙 */
	position: relative;
	border-radius: 2px;
}

/* 绾㈣壊瑕嗙洊灞傦紝鐢ㄤ簬鏄剧ず鍒嗘暟 */
.square::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FBC927;
	z-index: 1;
	border-radius: 2px;
}

/* 鏍规嵁鍒嗘暟璋冩暣绾㈣壊瑕嗙洊灞傜殑澶у皬 */
[data-score="1"]::after {
	width: 100%; /* 1鍒嗘樉绀轰负鏁翠釜绾㈣壊 */
}

[data-score="0.5"]::after {
	width: 50%; /* 0.5鍒嗘樉绀轰负鍗婁釜绾㈣壊 */
	border-radius: 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

[data-score="0"]::after {
	width: 0;
}

.star {
	position: absolute;
	z-index: 2;
	font-size: 18px;
	color: #010101;
	left: 20%;
	top: 0;
}

.esim-tabs {
	margin-top: 20px;
	text-align: left;
	background: #fafafa;
	border-radius: 8px;
}

.extent-attrs {
	width: 100%;
	background: white;
	margin-top: 0;
	border-radius: 10px;
}

.attr-item {
	display: flex;
	align-items: center;
	padding: 5px 20px;
	border-bottom: 1px solid #f0f0f0;
}

.attr-item:last-child {
	border-bottom: 0;
}

.attr-item-right {
	margin-left: 20px;
}

.view-more-btn {
	font-size: 13px;
	width: 120px;
	background-color: white;
	color: #010101;
	border: 0;
	padding: 5px;
	border-radius: 4px;
	position: sticky;
	cursor: pointer;
}

.country-wrap {
	height: 280px;
	overflow-y: auto;
}

.country-title {
	font-size: 16px;
	font-weight: 600;
	justify-content: center;
	padding: 30px;
	border-bottom: 1px solid #f0f0f0;
	display: flex;
	align-items: center;
}

.country-item {
	padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #f0f0f0;
}

.country-item:first-child {
	margin-top: 10px;
}

.country-name {
	font-size: 15px;
}

.country-network-operators {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.country-network {
	font-size: 15px;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.desc-helps li a {
	text-decoration: underline;
}

.quote {
	position: relative;
	font-style: italic;
	padding: 20px;
	background-color: #fafafa;
	border-radius: 10px;
}

.quote::before,
.quote::after {
	content: '"';
	position: absolute;
	font-size: 4em;
	color: #ccc;
}

.quote::before {
	top: 0;
	left: 8px;
}

.quote::after {
	bottom: 0;
	right: 8px;
	transform: rotate(180deg);
}

.introduction {
	font-size: 14px;
	padding: 26px;
	color: #010101;
	font-style: normal;
	line-height: 26px;
}

.image-text-nav-wrap .nav-item {
	display: flex;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
}

.image-text-nav-wrap .nav-item h2 {
	font-size: 16px;
	margin-top: 12px;
}

.image-text-nav-wrap .nav-item p {
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 14px;
	text-align: center;
}


.rolling-esim {
	padding-bottom: 50px;
	margin-left: -15px;
	margin-right: -15px;
}

.rolling-esim .item {
	padding: 0 6px;
}

.rolling-esim .owl-controls {
	margin-top: 0px;
	z-index: 999;
}

.rolling-esim .owl-pagination {
	margin-top: 0;
}

.rolling-esim .owl-theme .owl-controls .owl-page span {
	width: 14px;
	height: 14px;
	margin: 0 2px;
	background: transparent;
	border: 1px solid transparent;
	position: relative;
}

.rolling-esim .owl-theme .owl-controls .owl-page span:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background-color: #cccccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.rolling-esim .owl-theme .owl-controls .owl-page.active span {
	border: 1px solid #cdcdcd;
}

.rolling-esim .owl-theme .owl-controls .owl-page.active span:before {
	background-color: #666666;
}

.rolling-esim .owl-buttons {
	display: block;
	position: absolute;
	top: 36%;
	left: 0;
	width: 100%;
	height: 0;
}

.rolling-esim .owl-theme .owl-controls .owl-buttons div {
	background: transparent;
	/*margin: 0;*/
	padding: 0;
	color: #fff;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.25);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
}

.rolling-esim .owl-theme .owl-controls .owl-buttons div:hover {
	background-color: #FBC927;
}

.rolling-esim .owl-buttons div.owl-prev {
	float: left;
	margin-left: 35px;
}

.rolling-esim .owl-buttons div.owl-next {
	float: right;
	margin-right: 35px;
}

.rolling-esim .owl-buttons div.owl-prev:before {
	content: '\f111';
	font-family: 'LineAwesome';
	font-size: 18px;
}

.rolling-esim .owl-buttons div.owl-next:before {
	content: '\f112';
	font-family: 'LineAwesome';
	font-size: 20px;
}

rolling-esim.on-trend-mode {
	background-color: #fafafa;
}

rolling-esim.on-trend-mode .fresh-box .owl-buttons {
	display: none;
}


.page-faq-section {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.page-faq-section li {
	list-style: none;
}

.page-faq-section li a{
	text-decoration: underline;
}

.page-faq-section li img {
	max-width: 100%;
}

.page-faq-section h2 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
	padding: 20px;
	color: #010101;
	text-align: center;
}

.page-faq-section .faq-collapse {
	position: relative;
	background: white;
	border-radius: 10px;
	padding: 25px;
	margin-bottom: 20px;
	border: 1px solid #ececec;
}

.page-faq-section .faq-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-faq-section .faq-container h3 {
	width: 100%;
	font-size: 17px;
	font-weight: 700;
	color: #010101;
	text-align: left;
	margin-bottom: 0;
	cursor: pointer;
}

.page-faq-section .faq-container .faq-content {
	color: #8a8a8a;
	font-size: 14px;
	margin-top: 10px;
	width: 100%;
}

.page-faq-section .faq-collapse-close {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	cursor: pointer;
}

.rich-text a {
	text-decoration: underline;
}


.cart-drawer {
	position: fixed;
	top: 0;
	right: -380px; /* 鍒濆浣嶇疆鍦ㄥ睆骞曞 */
	width: 380px; /* 鎶藉眽瀹藉害 */
	height: 100%;
	background-color: #fff;
	box-shadow: 1px 0 10px rgb(0 0 0 / 12%);
	transition: right 0.3s ease;
	z-index: 99999;
}

.cart-drawer .drawer-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px;
	border-bottom: 1px solid #f0f0f0;
}

.cart-drawer .close-button {
	background-color: transparent;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
}

.cart-drawer .drawer-content {
	padding: 20px;
	overflow-y: scroll;
	height: 87%;
	/*-ms-overflow-style: none;*/
	scrollbar-width: thin;
}

.cart-drawer .drawer-content::-webkit-scrollbar {
	/*display: none;*/
}

.cart-drawer .cart-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	border: 1px solid #f0f0f0;
	border-radius: 8px;
	background: #FAFAFA;
}

.cart-drawer .item-info {
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
	padding: 10px;
	position: relative;
}

.cart-drawer .item-name {
	margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 200px;
	font-size: 15px;
}

.cart-drawer .delete-button {
	color: #010101;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
	background: transparent;
	position: absolute;
	top: 0;
	right: 0;
}

.item-details {
	width: 100%;
	padding: 15px 16px;
}

.item-wrap {
	display: flex;
	align-items: center;
	padding-bottom: 15px;
}

.single-price {
	font-size: 15px;
	font-weight: 700;
	position: sticky;
}

.single-price:before {
	width: 100%;
	margin: 0px auto;
	position: absolute;
	content: "";
	height: 6px;
	top: 45%;
	left: 0;
	z-index: -1;
	background: #FBC927;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.cart-drawer .input-group {
	display: flex;
	align-items: center;
	flex: 1;
}

.cart-drawer .minus-button, .plus-button {
	background-color: #f0f0f0;
	border: none;
	padding: 11px 12px;
	cursor: pointer;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cart-drawer .input-qty, .input-days {
	width: calc(50% - 6px);
	padding: 5px;
	margin: 0 5px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.cart-drawer .subtotal {
	font-size: 18px;
	font-weight: 700;
}

.cart-drawer .drawer-footer {
	padding: 10px 20px;
	text-align: right;
}

.cart-drawer .checkout-button {
	padding: 14px 20px;
	background-color: #FBC927;
	color: #010101;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	font-size: 15px;
	width: 100%;
}

.cart-badge {
	position: absolute;
	top: -5px;
	right: -10px;
	width: 16px;
	height: 16px;
	background-color: red;
	color: white;
	padding: 0px;
	border-radius: 50%;
	font-size: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}

.cart-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #4a4a4a17;
	display: none;
}

@keyframes flash {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(2.5);
	}
}

.flash-badge {
	animation: flash 0.5s 3; /* 鍔ㄧ敾鍚嶇О銆佹寔缁椂闂村拰閲嶅娆℃暟 */
}

section.primary-section {
	padding: 0;
}

/*------------------------------------------------- */
/* Component Start */
/*------------------------------------------------- */
.page-support-section {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 0;
}

.page-support-section h2 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
	padding: 20px;
	color: #010101;
}

.page-support-section .spport-esim-wrap {
	display: flex;
	width: 100%;
	align-items: center;
}

.page-support-section .check-step {
	width: 33.33%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-support-section .check-step-title {
	width: 100%;
	font-size: 22px;
	font-weight: 700;
	color: #010101;
	text-align: center;
}

.page-why-section {
	width: 100%;
	padding: 40px;
	background: #fff;
	border-radius: 10px;
}

.page-why-section h2 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
	padding: 20px;
	color: #010101;
	text-align: center;
}

.page-why-section .why-select-wrap {
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; /* 鏍规嵁闇€瑕佽皟鏁村瓙鍏冪礌涔嬮棿鐨勯棿璺� */
}

.page-why-section .why-select-item {
	display: flex;
	flex: 1 1 calc(33.333% - 20px); /* 鍑忓幓闂磋窛鐨勫搴� */
	box-sizing: border-box; /* 纭繚border鍜宲adding涓嶄細澧炲姞鍏冪礌鐨勬€诲搴� */
	align-items: flex-start;
	flex-direction: column;
	padding: 20px;
	margin: 0 10px;
	border: 1px solid #f0f0f0;
	border-radius: 8px;
}

.page-why-section .why-select-title {
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	color: #010101;
	text-align: left;
	padding: 10px 0;
}


.page-rated-section .rated-item {
	width: 95%;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	height: auto;
}

.page-rated-section .quote {
	position: absolute;
	left: 36%;
	top: 40%;
	z-index: -1;
}

.page-rated-section .disc {
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #010101;
}

.page-rated-section .authore-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}

.page-rated-section .authore-area .author {
	display: flex;
	align-items: center;
	gap: 15px;
}

.page-rated-section .authore-area .author img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
}

.page-rated-section .info span {
	color: #8a8a8a;
}

.side-section {
	padding: 30px 0 0;
}

.side-section .no-sidebar {
	max-width: 870px;
}

/*------------------------------------------------- */
/* Component End */
/*------------------------------------------------- */