/* @import url(../common/css/bootstrap.css);
@import url(../common/css/navigation-sitemap_opt.css);
@import url(../common/css/designboot_opt.css); */
@import url(./bootstrap.min.css);
@import url(./navigation-sitemap_opt.css);
@import url(./designboot_opt.css);

* {
	margin: 0;
	padding: 0;
	font-family: 'Segoe UI', 'Open Sans', Avenir, Helvetica, Arial, sans-serif !important;
}

body {
	padding-top: 64px;
	display: none;
}

body > div:first-child {
	height: 358px;
	width: 100%;
	/* background: linear-gradient(180deg, #636363 0%, #D4D4D4 100%); */
	background: #2b3dc6 center center;
	position: absolute;
	z-index: -1;
	background-size: cover;
}

body > div:first-child > * {
	position: absolute;
}

body > div:first-child > img {
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 98vw;
	max-width: 1634px;
	height: 500px;
	z-index: 0;
}

/* PART1 */
body > div:nth-child(2) {
	color: #fff;
	height: 358px;
	clear: both;
}

body > div:nth-child(2) > h1,
body > div:nth-child(2) > p,
body > div:nth-child(2) > h2 {
	width: 100%;
	text-align: center;
	white-space: nowrap;
}

body > div:nth-child(2) > h2 {
	padding-bottom: 20px !important;
}

body > div:nth-child(2) > h1 {
	font-size: 40px;
	padding-top: 20px;
	max-width: 1200px;
	margin: 0 auto;
	font-family: 'Segoe UI', 'Open Sans', Avenir, Helvetica, Arial, sans-serif !important;
	white-space: pre-wrap;
}

body > div:nth-child(2) > p,
body > div:nth-child(2) > h2 {
	font-size: 32px;
	max-width: 1055px;
	margin: 0 auto;
	margin-top: 10px;
	font-family: 'Segoe UI', 'Open Sans', Avenir, Helvetica, Arial, sans-serif !important;
}

body > div:nth-child(2) > a {
	width: 300px;
	height: 80px;
	background: #2bad70;
	font-size: 18px;
	font-family: 'Segoe UI', 'Open Sans', Avenir, Helvetica, Arial, sans-serif !important;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
	border-radius: 4px;
	outline: none;
	border: none;
	display: block;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	line-height: 80px;
}

/* PART2 */
/* body>div:nth-child(3)>h2 {
    font-size: 32px;
    font-family:
        'Segoe UI', 'Open Sans', Avenir,
        Helvetica,
        Arial, sans-serif !important;
    font-weight: bold;
    line-height: 56px;
    color: #1B1B1B;
    margin-top: 60px;
    text-align: center;
} */
body > div:nth-child(3) {
	position: relative;
	margin-top: 45px;
}

body > div:nth-child(3) > p:nth-child(1) {
	position: absolute;
	/* right: 20px; */
	left: 40px;
	top: -75px;
	opacity: 0.85;
	color: #fff;
	font-size: 14px;
}

body > div:nth-child(3) > p:nth-child(3),
body > div:nth-child(3) > p:nth-child(2) {
	width: 80%;
	font-size: 22px;
	font-family: 'Segoe UI', 'Open Sans', Avenir, Helvetica, Arial, sans-serif !important;
	font-weight: 400;
	line-height: 36px;
	color: #6e6e6e;
	margin: 0 auto;
	margin-top: 10px;
	max-width: calc(30% + 560px);
	text-align: left;
}

body > div:nth-child(3) > div {
	/* display: flex; */
	justify-content: space-around;
	position: relative;
	margin: 80px auto 0;
	width: 80vw;
	max-width: 1634px;
}

body > div:nth-child(3) > div > video,
body > div:nth-child(3) > div > iframe {
	width: calc(30vw + 560px);
	height: calc((30vw + 560px) / 16 * 9);
	display: block;
	/* height: 25vw; */
	/* max-height: 409px; */
	margin: 0 auto;
}

body > div:nth-child(3) > div > div {
	width: 44%;
	display: block;
	position: relative;
	height: 25vw;
	max-height: 409px;
	background: linear-gradient(180deg, #000 0%, #fff 100%);
}

body > div:nth-child(3) > div > div > img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	height: 100%;
}

body > div:nth-child(3) > div > div > p {
	position: absolute;
	bottom: -33px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

body > div:nth-child(3) > div > div > p > span {
	display: inline-block;
	width: 40px;
	height: 5px;
	border-radius: 2px;
	margin: 5px;
	cursor: pointer;
	background-color: #2bad70;
	opacity: 0.3;
}

body > div:nth-child(3) > div > div > p > span.active {
	opacity: 1;
}

body > div:nth-child(3) > p:nth-child(4) {
	text-align: center;
	font-size: 20px;
	font-family: 'Segoe UI', 'Open Sans', Avenir, Helvetica, Arial, sans-serif !important;
	font-weight: 400;
	line-height: 50px;
	color: #1b1b1b;
}

/* new add */
body > div:nth-child(4) {
	width: 80%;
	margin: 0 auto;
	max-width: calc(30% + 560px);
}

body > div:nth-child(4) > h2 {
	font-size: 32px !important;
	font-family: 'Segoe UI', 'Open Sans', Avenir, Helvetica, Arial, sans-serif !important;
	font-weight: bold !important;
	line-height: 51px !important;
	color: #2c2c2c;
	margin-top: 60px;
	text-align: left;
	/* padding-bottom: 0; */
	padding-bottom: 25px !important;
	height: 79px;
}

body > div:nth-child(4) > h2 > span {
	background: #e1e1e1;
	display: inline-block;
	width: 45px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	vertical-align: top;
	margin-right: 5px;
}

body > div:nth-child(4) > p {
	font-size: 20px;
	font-family: 'Segoe UI', 'Open Sans', Avenir, Helvetica, Arial, sans-serif !important;
	font-weight: 400;
	line-height: 36px;
	color: #6e6e6e;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

body > div:nth-child(4) > img {
	display: block;
	width: calc(30vw + 560px);
	/* max-width: calc(1634px * 0.48); */
	margin: 0 auto;
}

body > div:nth-child(4) > p > a,
body > div:nth-child(4) > a {
	display: block;
	width: 300px;
	height: 80px;
	background: #2bad70;
	font-size: 18px;
	font-family: 'Segoe UI', 'Open Sans', Avenir, Helvetica, Arial, sans-serif !important;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
	border-radius: 4px;
	outline: none;
	border: none;
	margin: 0 auto;
	margin-top: 30px;
	text-decoration: none;
	text-align: center;
	line-height: 80px;
	cursor: pointer;
}

/* PART5 */
body > div:nth-child(6) > h2 {
	width: 80%;
	font-size: 32px;
	font-family: 'Segoe UI', 'Open Sans', Avenir, Helvetica, Arial, sans-serif !important;
	font-weight: bold;
	line-height: 56px;
	color: #1b1b1b;
	/* margin-top: 60px; */
	margin: 60px auto 0 auto;
	text-align: center;
}

body > div:nth-child(6) > p {
	font-size: 30px;
	font-family: 'Segoe UI', 'Open Sans', Avenir, Helvetica, Arial, sans-serif !important;
	font-weight: 400;
	line-height: 56px;
	color: #1b1b1b;
	margin: 0 auto;
	margin-top: 10px;
	width: 1634px;
	text-align: center;
}

body > div:nth-child(6) > div > p {
	display: none;
}

body > div:nth-child(6) > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1634px;
	width: 94vw;
	margin: 0px auto;
}

body > div:nth-child(6) > div > div {
	position: relative;
	width: 420px;
	/* height: 220px; */
	border: 1px solid #b0b6ba;
	margin-top: 55px;
	background: linear-gradient(180deg, #000 0%, #fff 100%);
}

body > div:nth-child(6) > div > div > img {
	/* height: 205px; */
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

body > div:nth-child(6) > div > div > a {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
	font-family: 'Segoe UI', 'Open Sans', Avenir, Helvetica, Arial, sans-serif !important;
	font-weight: 400;
	line-height: 28px;
	color: #1b1b1b;
	text-decoration: underline;
	text-align: center;
	display: block;
	/* width: 340px; */
	margin: 10px auto 0;
}

/* PART6 */
body > div:nth-child(5) {
	/* margin-top: 50px; */
	width: 80%;
	margin: 50px auto;
}

body > div:nth-child(5) > p {
	font-size: 42px;
	font-family: 'Segoe UI', 'Open Sans', Avenir, Helvetica, Arial, sans-serif !important;
	font-weight: bold;
	line-height: 56px;
	color: #1b1b1b;
	text-align: center;
	margin-top: 10px;
}

body > div:nth-child(5) > p > span {
	display: inline-block;
	width: 140px;
	height: 140px;
	background-position: center center;
	transition: all 300ms;
}

#ThumbsUp {
	background-image: url(../img/yes-normal.svg);
}

#ThumbsUp:hover {
	background-image: url(../img/yes-hover.svg);
}

#ThumbsUp:active {
	background-image: url(../img/yes-pressed.svg);
}

#ThumbsUp.haveClick {
	background-image: url(../img/yes-normal.svg) !important;
	transform: scale(0.8);
}

#ThumbsDown {
	background-image: url(../img/no-normal.svg);
}

#ThumbsDown:hover {
	background-image: url(../img/no-hover.svg);
}

#ThumbsDown:active {
	background-image: url(../img/no-pressed.svg);
}

#ThumbsDown.haveClick {
	background-image: url(../img/no-normal.svg) !important;
	transform: scale(0.8);
}

#ThumbsUp.haveClick.select,
#ThumbsDown.haveClick.select {
	transform: scale(1.2);
}

.notClick {
	cursor: pointer;
}

.thumbsAni {
	animation: shake 0.625s ease-in-out;
}

@keyframes shake {
	0% {
		transform: scale(1);
	}

	20% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1.2);
	}

	40% {
		transform: scale(1.2) rotateZ(15deg);
	}

	80% {
		transform: scale(1.2) rotateZ(-15deg);
	}
}

/* Class by name */
.showStream {
	position: absolute;
	display: block;
	left: 40px;
	/* top: -45px; */
	top: -95px;
	color: #fff;
	opacity: 0.85;
	font-size: 14px;
}

/* Footer */
#page-container {
	position: relative;
	min-height: 100vh;
}

.content {
	padding-bottom: 2.5rem;
}

#newsletter-icon {
	margin-left: 3%;
	margin-top: 3%;
}

@media only screen and (min-width: 1517px) {
	body > div:nth-child(3) > div {
		justify-content: space-between;
	}

	body > div:nth-child(3) > div > video,
	body > div:nth-child(3) > div > iframe {
		width: calc(30vw + 560px);
		height: calc((30vw + 560px) / 16 * 9);
	}

	body > div:nth-child(3) > div > div {
		width: 48%;
	}

	body > div:nth-child(6) > div > div {
		width: 400px;
		/* height: 252.8px; */
	}

	/* body>div:nth-child(6)>div>div>img {
        height: 255px;
    } */

	body > div:nth-child(6) > div {
		justify-content: space-between;
		width: 80vw;
	}

	.keywords {
		max-width: 2000px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1516px) {
	body > div:nth-child(6) > div {
		justify-content: space-around;
		width: 80vw;
	}

	body > div:nth-child(6) > div > div {
		width: 250px;
		/* height: 158px; */
	}

	/* body>div:nth-child(6)>div>div>img {
        height: 150px;
    } */
}

@media only screen and (max-width: 1024px) {
	#newsletter-icon {
		display: none;
	}

	#pop-ad-box {
		display: none;
	}

	body > div:nth-child(6) > div {
		justify-content: space-around;
		width: 80vw;
	}

	body > div:nth-child(6) > div > div {
		width: 250px;
		/* height: 158px; */
	}

	/* body>div:nth-child(6)>div>div>img {
        height: 150px;
    } */
}

@media only screen and (max-width: 1435px) {
	.footer-brand {
		margin-top: 6%;
	}
}

@media only screen and (max-width: 1085px) {
	#button-newsletter-symbol {
		display: none;
	}
}

#newsletter-form {
	margin-bottom: 3%;
}

#newsletter-form-box {
	max-width: 400px;
}

#page-container {
	position: relative;
	min-height: 100vh;
}

.content {
	padding-bottom: 2.5rem;
}

#button-newsletter {
	background: none;
	border-radius: 1px;
	border-color: white;
}

.transparent_btn {
	display: inline-block;
	padding: 10px 14px;
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 120%;
	background-color: rgba(255, 255, 255, 0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background-color 300ms ease;
	-moz-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	cursor: pointer;
	margin-top: 1%;
	min-width: 35%;
	text-align: center;
	box-sizing: content-box;
}

.transparent_btn:hover {
	background-color: orange;
	color: #fff;
}

#newsletter-button {
	font-size: 1rem;
}

#newsletter-text {
	color: #f0a739;
	font-size: 18px;
	font-weight: bold;
	height: 27px;
}

#newsletter-text-2 {
	color: white;
	font-size: 18px;
}

#social {
	padding-right: 1.2rem;
	padding-top: 1.2rem;
	max-width: 55px;
}

footer {
	background: #1b1b1b;
	width: 100%;
	align-items: center;
	position: relative;
	bottom: 0;
	display: block;
	font-family: 'Segoe UI', Helvetica, sans-serif;
	font-size: 0.875rem;
	overflow-x: hidden;
}

footer > div.footer-content {
	padding-left: 4.3%;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

.footer-item {
	color: white;
	padding-top: 1.75rem;
	cursor: pointer;
	text-decoration: none;
}

.footer-item:hover {
	color: grey;
}

/* .row .footer-brand {
    padding-top: 120px;
} */

#social-heading:hover {
	color: white;
}

.footer-brand {
	padding-top: 1.5%;
	padding-bottom: 1%;
	margin-top: 3%;
	padding-right: 0;
}

.footer-recom {
	padding-bottom: 1%;
	padding-right: 0;
	color: #f0a739;
	font-size: 18px;
	font-weight: bold;
}

.checked {
	color: #f0a739;
}

.checked:hover {
	color: #fdc255;
}

.stars {
	margin-right: 3px;
	fill: white;
}

.footer-main-row {
	align-content: center;
}

.footer-misc {
	width: 100%;
	color: white;
	text-align: center;
	padding-top: 2.5%;
	padding-bottom: 2%;
	margin-top: 1.5%;
}

.modal-header {
	border-bottom: unset;
}

.col-centered {
	margin: 0 auto;
	float: none;
}

nav {
	height: 4rem;
	font-size: 1rem;
	box-shadow: 0px 0px 1.5px 0px #80808050;
	padding-left: 6%;
	padding-right: 6%;
	font-family: 'Segoe UI', Helvetica, sans-serif;
}

.dropdown-menu-nav {
	font-size: 1rem !important;
	font-family: 'Segoe UI', Helvetica, sans-serif;
}

.accordion-nav {
	font-size: 1rem !important;
	font-family: 'Segoe UI', Helvetica, sans-serif;
}

accordion-item-nav {
	font-size: 1rem !important;
	font-family: 'Segoe UI', Helvetica, sans-serif;
}

/* Custom Mobile Navbar Styles */
.content {
	margin: 5px;
}

.accordion-button:not(.collapsed) {
	color: #41464b !important;
	box-shadow: #ffffff;
}

.accordion-button:hover {
	background: #ffffff;
}

:focus {
	outline: 0 !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.accordion-button:not(.collapsed) {
	background-color: #ffffff;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

a.dropdown-item {
	padding: 0.35rem 1rem;
}

a.dropdown-item:hover {
	background: #f5f5f5;
}

#div.accordion-body.dropdown-item {
	padding: 4px 0 4px 0;
}

.accordion-button-nav {
	padding: 0.25rem 1rem 0.25rem 1rem !important;
	font-size: 1rem !important;
}

.accordion-item {
	border: 1px solid rgb(255, 255, 255);
}

.mobile-brand-centered {
	display: flex;
	justify-content: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.mobile-navbar-brand {
	display: flex;
	align-items: center;
	margin-top: 1.25%;
}

.mobile-language-selector-right {
	position: absolute;
	top: 28%;
	bottom: 0;
	right: 7%;
	vertical-align: middle;
}

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: 0.125rem;
	margin-left: 1%;
	width: 225px;
}

.btn {
	padding: 0px;
	border: 0px;
}

.btn:hover {
	background-color: white;
}

/* Custom Hamburger Button Styles */
.navbar-toggler {
	padding: 0;
	border: 0;
}

#wrapper {
	background: white;
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-top: 16.5%;
}

.circle.icon {
	width: 30px;
	height: 30px;
	position: relative;
}

.line {
	position: absolute;
	height: 2.5px;
	width: 100%;
	background: black;
	border-radius: 0px;
	transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s;
}

.top {
	top: 18%;
	left: 0%;
}

.middle {
	top: 48%;
	left: 0%;
}

.bottom {
	top: 78%;
	left: 0%;
}

.icon.close .top {
	transform: rotate(45deg);
	top: 48%;
	height: 1.5px;
}

.icon.close .middle,
.icon.close .bottom {
	transform: rotate(-45deg);
	top: 48%;
	height: 1.5px;
}

.navbar-light .navbar-toggler {
	color: #ffffff;
	/*border-color: #ffffff;*/
}

/* Custom Desktop Navbar Styles */

a.nav-link:hover {
	background: #f5f5f5;
}

.nav-item {
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 1.75%;
}

.navbar-light .navbar-nav .nav-link {
	color: black;
}

.desktop-language-selector {
	vertical-align: middle;
	margin-top: 0.75%;
}

.language-selector-icon {
	height: 30px;
	width: 30px;
}

.navbar-nav {
	width: 100%;
}

.dropdown-item {
	margin-bottom: 2.5%;
}

.sticky-top {
	position: fixed;
	width: 100%;
}

/*open_hide */
.open_hide {
	position: absolute;
	top: 358px;
	margin-top: 30px;
	margin-left: 90%;
}

.circle-shadow {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url(../img/search_hideIcon.svg);
	border: 30px solid white;
	box-shadow: 0 0 0 8px rgba(225, 225, 225, 0.2);
}

/* Search Bar */

#searchResult {
	display: none;
	background: #fff;
	/* border: 1px solid #fff; */
	max-height: 400px;
	overflow: hidden;
	overflow-y: auto;
	margin: 2px auto;
	margin-left: calc(35% - 280px);
	width: 30%;
}

#searchResult.showResult {
	display: block;
}

#searchResult a,
#searchResult span {
	display: block;
	color: #000;
	padding: 10px 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 auto;
}

#searchResult a:hover,
#searchResult a.active {
	color: rgba(0, 0, 0, 0.7);
	background: #f5f5f5;
}

.ns-comp-search {
	width: 30%;
	height: 60px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	opacity: 1;
	border-radius: 4px;
	display: flex;
	justify-content: left;
	align-items: Center;
}

.ns-comp-search-input {
	font-size: 28px;
	margin-left: 5px;
	border: none !important;
	flex-grow: 1;
	width: 70%;
}

.ns-comp-search-input:focus {
	outline: none !important;
}

.ns-comp-search-icon {
	width: 30px;
	height: 30px;
	margin: 0 13px;
}

/* .ns-comp-search-icon-1 {
    background-image: url(../common/img/search.svg);
}

.ns-comp-search-icon-2 {
    background-image: url(../common/img/close_search.svg);
    cursor: pointer;
}

.ns-comp-search-icon-2:hover {
    background-image: url(../common/img/close_search_2.svg);
} */
.ns-comp-search-icon-1 {
	background-image: url(../img/search.svg);
}

.ns-comp-search-icon-2 {
	background-image: url(../img/close_search.svg);
	cursor: pointer;
}

.ns-comp-search-icon-2:hover {
	background-image: url(../img/close_search_2.svg);
}

#searchBar {
	position: absolute;
	top: 420px;
	width: 100%;
}

.adv {
	height: 225px;
}

.adv > ins > ins {
	display: block !important;
	margin: 0 auto !important;
}

#searchBox {
	display: flex;
	justify-content: center;
}

.selector {
	position: relative;
}

.selector select {
	display: none;
}

.selector span {
	width: 260px;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 50px;
	position: relative;
	border-radius: 4px;
	box-shadow: 0 0 4px -2px;
	padding-right: 24px;
	background: #fff;
}

.selector span:first-child {
	margin-left: 20px;
	margin-right: 20px;
}

.selector span > img {
	position: absolute;
	left: 10px;
	top: 16px;
	width: 30px;
	height: 30px;
	/* margin-top: 5px; */
}

.selector > div {
	transition: all 400ms;
	height: 0;
}

.selector div:nth-child(5) {
	width: 260px;
	max-height: 400px;
	position: absolute;
	left: 20px;
	background: #fff;
	box-shadow: 0 0 4px -2px;
	overflow-y: auto;
	display: none;
}

.selector div > p {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 0;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}

.selector div > p:hover {
	color: rgba(0, 0, 0, 0.7);
	background: #f5f5f5;
	cursor: pointer;
}

.selector div:nth-child(6) {
	width: 260px;
	max-height: 400px;
	position: absolute;
	left: 300px;
	background: #fff;
	box-shadow: 0 0 4px -2px;
	overflow-y: auto;
	display: none;
}

.selector div > p > img {
	width: 20px;
	height: 20px;
	margin: 0 10px 1px;
	vertical-align: middle;
}

.arrow {
	position: absolute;
	top: 17px;
	width: 30px;
	height: 30px;
	transform: rotateZ(180deg);
	transition: all 400ms;
}

#platformArrow {
	left: 245px;
}

#appArrow {
	left: 523px;
}

#tagcloud {
	width: 80%;
	/* display: inline-block; */
	/* height: 500px; */
	white-space: normal;
	overflow: hidden;
	margin: 0 auto;
}

.keywords > h3 {
	text-align: center;
	font-weight: bold !important;
	font-size: 30px !important;
	margin-top: 100px;
}

#tagcloud a {
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	margin-right: 10px;
	cursor: default;
	font-weight: bold;
	border-radius: 10px;
	margin: 6px;
}

#tagcloud a[rel='1'] {
	padding: 4px 6px;
	background: #f0f0f0;
	box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.16);
	color: #666666 !important;
}

#tagcloud a[rel='2'] {
	padding: 6px 8px;
	background: #f0f0f0;
	box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.16);
}

#tagcloud a[rel='3'] {
	padding: 8px 11px;
	background: #ffffff;
	box-shadow: 0px 3px 39px 1px rgba(0, 0, 0, 0.16);
}

#tagcloud a[rel='4'] {
	padding: 10px 14px;
	background: linear-gradient(166deg, #6c63ff 0%, #c77cf1 100%);
	box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.16);
	color: #ffffff !important;
}

@media screen and (max-width: 666px) {
	#platformArrow {
		left: 81% !important;
		top: 18px;
	}

	#appArrow {
		left: 81% !important;
		top: 75px;
	}
}

@media screen and (max-width: 976px) {
	body > div:first-child {
		height: 254px;
		width: 100%;
		/* background: linear-gradient(180deg, #636363 0%, #D4D4D4 100%); */
		background: #2b3dc6 center center;
		position: absolute;
		z-index: -1;
		background-size: cover;
	}

	body > div:nth-child(2) {
		color: #fff;
		height: 254px;
		clear: both;
	}

	body > div:nth-child(2) > a {
		transform: scale(0.8);
	}

	body > div:nth-child(2) {
		color: #fff;
		height: 254px;
		clear: both;
	}

	.open_hide {
		position: absolute;
		top: 254px;
		margin-top: 30px;
		margin-left: 80%;
	}

	#searchBar {
		top: 323px;
	}

	#searchBar > div:first-child {
		display: block;
	}

	.ns-comp-search {
		width: 80%;
		margin: 0 auto;
		height: 50px;
	}

	.selector span,
	.selector span:first-child {
		width: 80%;
		margin: 8px auto;
		display: block;
		height: 50px;
		line-height: 50px;
	}

	body > div:nth-child(2) > p,
	body > div:nth-child(2) > h2 {
		padding-bottom: 3px !important;
		margin-top: 7px;
	}

	body > div:nth-child(2) > h1 {
		padding-top: 15px;
	}

	.selector span > img {
		top: 10px;
	}

	#searchResult {
		position: absolute;
		left: 10%;
		width: 80%;
		margin: -120px auto 0;
	}

	.selector div:nth-child(5) {
		width: 80%;
		left: 10%;
		top: 50px;
		z-index: 1;
	}

	.selector div:nth-child(6) {
		width: 80%;
		left: 10%;
		top: 107px;
		z-index: 1;
	}

	#searchResult a,
	#searchResult span {
		width: 80%;
	}

	.leftAdv,
	.rightAdv {
		display: none;
	}

	.adv {
		overflow: hidden;
	}

	#platformArrow {
		left: 84%;
		top: 18px;
	}

	#appArrow {
		left: 84%;
		top: 75px;
	}

	.showStream {
		display: none;
	}

	.reading_icon {
		top: 300px;
	}

	body > div:nth-child(3) > p:nth-child(1) {
		display: none;
	}

	body > div:nth-child(3) > p:nth-child(3),
	body > div:nth-child(3) > p:nth-child(2) {
		font-size: 20px;
	}

	body > div:nth-child(3) > div > div > p {
		display: none;
	}

	body > div:nth-child(3) > div {
		flex-wrap: wrap;
		max-width: calc(95vw);
	}

	body > div:nth-child(3) > div > video,
	body > div:nth-child(3) > div > iframe {
		width: 80%;
		height: 43vw;
	}

	body > div:nth-child(4) > img {
		width: 80%;
	}

	body > div:nth-child(4) > h2 {
		font-size: 24px !important;
		height: auto;
		line-height: 40px !important;
	}

	body > div:nth-child(4) > h2 > span {
		width: 30px;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}

	body > div:nth-child(3) > div > div {
		width: 80%;
		height: 43vw;
		margin-top: 5px;
	}

	body > div:nth-child(4) > p {
		font-size: 18px;
	}

	body > div:nth-child(5) {
		display: none;
	}

	/* body>div:nth-child(6)>div{
        justify-content: center;
    } */
	#languageResultImg_mobile {
		width: 30px;
		margin-bottom: 16px;
	}
}

/* for google sidebar ad */
#leftAd,
#rightAd {
	width: 200px;
	height: auto;
	top: 470px;
	position: fixed;
	z-index: 1000;
}
#leftAd {
	left: 25px;
}
#rightAd {
	right: 25px;
}
