body {
	font-family: 'Noto Sans Kannada', sans-serif;
	background-attachment: fixed;
	background: #000000;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	font-family: arial,helvetica;
	overflow-x: hidden !important; 
}

html, body {
	margin: 0;
	padding: 0;
	height:100%;
	overflow-x: hidden !important;
}

#header {
	position:fixed;
	height: 50px;
	display:block;
	width: 100%;
	background: #333;
	z-index:9;
	text-align:center;
	color: #f2f2f2;
	padding: 20px 0 0 0;
}

.logo {
	float: left;
	width: 145px;
	height: 26px;
	background: url(../img/logo.svg) no-repeat 50% 50%;
	background-size: 145px auto;
	margin-top: 14px;
}
.jinLogo {	
	float: left;
	width: 100px;
	height: 40px;
	margin-top: 5px;
}
.zh {
	background: url(../img/jin_logo_zh.png) no-repeat 50% 50%;
	background-size: 100px auto;
}
.cn {
	background: url(../img/jin_logo_cn.png) no-repeat 50% 50%;
	background-size: 100px auto;
}
.en {
	background: url(../img/jin_logo_en.png) no-repeat 50% 50%;
	background-size: 100px auto;
}
.in {
	background: url(../img/jin_logo_en.png) no-repeat 50% 50%;
	background-size: 100px auto;
}
.language {
	float: right;
}

.language p {
	line-height: 60px;
	color: #FFF;
}

.language p a {
	color: #FFF;
}

h1 {
	font-size: 36px;
	color: #fff;
	padding:0;
	font-weight: normal;
	padding: 5px;
}

h2 {
	font-size: 26px;
	color: #fff;
	margin:0;
	padding:0;
	font-weight: normal;
	padding: 5px;
}

h3 {
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	padding:0;
	font-weight: normal;
	padding: 5px;
}

a{
      outline: none; /* for Firefox Google Chrome  */
      behavior:expression(this.onFocus=this.blur()); /* for IE */
}

@media only screen and (max-width: 991px) {
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 16px;
	}

}


#section3 h1,
#section5 h1,
#section7 h1,
#section3 h2,
#section4 h2,
#section5 h2,
#section7 h2,
#section8 h2,
#section3 h3,
#section5 h3,
#section7 h3 {
	color: #FFFFFF;
}


.en #section0 h1,
.en #section1 h1,
.en #section2 h1,
.en #section3 h1,
.en #section4 h1,
.en #section5 h1,
.en #section6 h1,
.en #section7 h1,
.en #section8 h1 {
	font-size: 26px;
    margin-top: 0;
}

.en #section0 h3,
.en #section1 h3,
.en #section2 h3,
.en #section3 h3,
.en #section4 h3,
.en #section5 h3,
.en #section6 h3,
.en #section7 h3,
.en #section8 h3 {
	line-height: 20px;
	padding: 5px;
}


#section0,
#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8 {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

#section0 {
	background-image: url(../img/bg-1.jpg);
	text-align:center;
}

#section1 {
	background-image: url(../img/bg-2.jpg);
}

#section1 h1 {
	color: #fff;
	padding:0;
}

#section1 h2 {
	color: #fff;
	padding:0;
}

#section1 h3 {
	color: #fff;
	padding:0;
}

#section1 h3 {
	color: #fff;
	padding:0;
}

#section2 {
	background-image: url(../img/bg-3.jpg);
}

#section3 {
	background-image: url(../img/bg-4.jpg);
	text-align:center;
}

#section8 {
	background-image: url(../img/bg-9.jpg);
}

#section4 {
	background-image: url(../img/bg-5.jpg);
}

#section5 {
	background-image: url(../img/bg-6.jpg);
	text-align:center;
}

#section6 {
	background-image: url(../img/bg-7.jpg);
	text-align:center;
}

#section7 {
	height: 480px !important;
	background-image: url(../img/bg-8.jpg);
	text-align: center;
    margin-top: -20px;
}


#section0 .header {
	width: 100%;
	background: #000;
	height: 60px;
	top: 0;
}

#section0 h1,
#section6 h1 {
	top: 36%;
	transform: translateY(-50%);
	position: relative;
	text-align: center;
}

#section0 h3,
#section6 h3 {
	top: 35%;
	transform: translateY(-50%);
	position: relative;
}

#section1,
#section2,
#section4,
#section5,
#section6,
#section8 {
	padding: 5% 0 0 0;
}

#section3 {
	padding: 3% 0 0 0;
}

#section7 h1 {
	top: 25%;
	transform: translateY(-50%);
	position: relative;
	color: #3599D9;
}

#section7 h3 {
	top: 22%;
	transform: translateY(-50%);
	position: relative;
	color: #3599D9;
}

#section7 a {
	color: #FFF;
}

#section1 .img_logo {
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
}

.world-logo {
	width: 100vw;
	position: absolute;
	bottom: 20px;
}

#section2 .text-block {
	height: 15%;
    width: 100vw;
    background-color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#section2 .title {
	margin-top: 20px;
}

#section2 .title h1,
#section2 .title h2 {
    text-align: center;
}

#section2 .text-block h3 {
	color: #464646;
}

#section2 .text-block .col-xs-2 {
	padding: 0;
}

#section3 .text-block {
	padding: 0 10px;
	margin-top: 0;
}

#section3 .item-list {
    width: 464px;
    margin: 30px auto 0;
}

#section2 .item-list p,
#section3 .item-list p {
	color: #FFF;
	font-size: 12px;
	margin-top: 10px;
    text-align: center;
}

.en #section3 .item-list {
    width: 500px;
}


.en #section3 .item-list p {
    height: 50px;
}

#section2 .item,
#section3 .item {
	float: left;
	margin: 0 13px;
}

.en #section3 .item {
	width: 74px;
}

.en #section3 .icon {
    margin: 0 auto;
}

#section3 .icon {
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
    margin: 0 auto;
}

.icon-1 {
    background: url(../img/ic_media.svg) no-repeat 50%;
}

.icon-2 {
    background: url(../img/ic_cd.svg) no-repeat 50%;
}

.icon-3 {
    background: url(../img/ic_search.svg) no-repeat 50%;
}

.icon-4 {
    background: url(../img/ic_wifi.svg) no-repeat 50%;
}

.icon-5 {
    background: url(../img/ic_mic.svg) no-repeat 50%;
}

.icon-6 {
    background: url(../img/ic_radio.svg) no-repeat 50%;
}

.icon-7 {
    background: url(../img/ic_promo.svg) no-repeat 50%;
}

.icon-8 {
    background: url(../image/ic_new_media.svg) no-repeat 50%;
}

.icon-9 {
    background: url(../image/ic_video.svg) no-repeat 50%;
}

#section5 .col-sm-2,
#section5 .col-xs-6 {
	padding: 0;
}


#section5 .fp-slides {
    width: 100%;
    margin: 0 auto;
}

#section5 .col-xs-6 {
	margin-bottom: 10px;
}

.carousel-control.left,
.carousel-control.right {
	width: 22px;
	background-image: none;
}


.carousel-control .icon-next,
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right{
	width: 22px;
	height: 44px;
}


#promotion .carousel-control .glyphicon-chevron-left,
#promotion .carousel-control .glyphicon-chevron-right {
	top: 50%;
}

#section4 .container {
	position: absolute;
	bottom: 30px;
	left: 5px;
}

#section8 .container {
	text-align: right;
    margin-top: 10%;
}

#section8 .case-block {
    width: 240px;
    margin: 0 auto;
}

#section8 .case-block .img-case {
    margin-top: -35%;
    width: 240px;
}

#carousel-screen-apple,
#carousel-screen-spotify {
    width: 217px;
    margin-left: 11px;
    margin-top: -447px;
}

.info {
	display: none;
    width: 90%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: absolute;
    left: 5%;
}

a:hover .info {
	display: block;
}

.info p {
	color: #FFF;
	font-size: 16px;	
	position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.earth {
	width: 100px;
	height: 25px;
	background: url(../img/btn_language.svg) no-repeat left;
	background-size: 25px auto;
	margin-top: 18px;
	display: block;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #FFF;
}

.tc.earth::after {
	content: "繁體中文";
	color: #FFF;
	text-decoration: none;
	padding-left: 30px;
    line-height: 28px;
}
.sc.earth::after {
	content: "简体中文";
	color: #FFF;
	text-decoration: none;
	padding-left: 30px;
    line-height: 28px;
}
.en.earth::after {
	content: "English";
	color: #FFF;
	text-decoration: none;
	padding-left: 30px;
    line-height: 28px;
}
.in.earth::after {
	content: "Bahasa Indonesia";
	color: #FFF;
	text-decoration: none;
	padding-left: 30px;
   line-height: 28px;
   white-space: nowrap;
}

.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}

.ic_profit {
	margin-left: 15px;
}

.btn-popup-block {    
	z-index: 1;
	position: absolute;
    left: 50%;
    margin-left: -360px;
    width: 720px;
}
.btn-popup-block-insert1 { 
	position: absolute;
	z-index: 3;
	width:100%;
	height:100%;
	#background:#069;
	#opacity: 0.8;
	-webkit-clip-path:polygon(8% 10%, 0% 91%,74% 91%,81.5% 10%);
}
.btn-popup-block-insert2 {
	position: absolute;
	z-index: 3;
    width:100%;
    height:100%;
    #background:#069;
	#opacity: 0.8;
	-webkit-clip-path:polygon(82% 10%, 74.5% 91%,92.5% 91%,100% 10%);
}

#section2 .btn-popup-block {
    bottom: 15%;
}


.btn-popup-block-2 {
	max-width: 800px;
	margin:  20px auto 40px;
}


.btn-popup {
	display: block;
}

@media only screen and (max-height: 680px) {
	.btn-popup-block-2 {
	    max-width: 600px;
	}
	#section3 {
		padding: 0;
	}

}

@media only screen and (max-height: 500px) {
	.btn-popup-block-2 {
	    max-width: 400px;
	}
	#section2 {
		padding: 0;
	}

}

@media only screen and (min-width: 991px) and (min-height: 680px) {
	.btn-popup-block {
	    margin-left: -450px;
	    width: 900px;
	}

	.btn-popup-block-2 {
	    max-width: 800px;
	}

}

@media only screen and (min-width: 1300px) and (min-height: 680px) {
	

	#section3 {
		padding: 4% 0 0 0;
	}
	
	#section2 .text-block {
    	height: 15%;
	}

	.btn-popup-block-2 {
	    max-width: 900px;
	}

	#section2 .btn-popup-block {
	    bottom: 15%;
    	width: 900px;
	    margin-left: -450px;
	}

}

@media only screen and (max-width: 1200px) {

	#section2 .btn-popup-block {
	    bottom: 25%;
	}

	#section2 .text-block {
		height: 25%;
	}

	#section2 .title {
	    margin-top: 10px;
	}

	.btn-popup-block {
	    margin-left: -300px;
	    width: 600px;
	}
}

@media only screen and (min-width: 768px) {
	.navbar-right {
	    float: right!important;
	    margin-right: 40px;
	}
	.modal-dialog {
	    width: 700px;
	    margin: 30px auto;
	}
}

@media only screen and (max-width: 991px) {
	#section1 .img_logo {
		width: 100%;
		height: 60px;
		margin-bottom: 10px;
	}

	#section1 .img_logo:nth-child(1),
	#section1 .img_logo:nth-child(3),
	#section1 .img_logo:nth-child(5),
	#section1 .img_logo:nth-child(7) {
		float: right;
	}

	#section2 .title {
		margin-top: 20px;
	}

	#section2 .text-block {
		height: 25%;
	}

	#section2 .text-block h3 {
		color: #464646;
	}

	#section5 .fp-slides {
	    width: 100vw;
	    margin: 0 auto;
	}

	#section5 .fp-slides {
	    width: 80vw;
	    margin: 0 auto;
	}

	.carousel-control .icon-next,
	.carousel-control .icon-prev,
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right {
		width: 22px;
		height: 44px;
	}

	#section8 .container {
	    margin-top: 0;
	}

	#section8 .title {
	    text-align: center;
	    margin-bottom: 20px
	}

	#section8 .case-block {
	    width: 200px;
	}

	#section8 .case-block .img-case {
	    width: 200px;
	    margin-top: 0;
	}

	#carousel-screen-apple,
	#carousel-screen-spotify {
	    width: 181px;
	    margin-left: 9px;
	    margin-top: -373px;
	}

}

@media only screen and (max-width: 768px) {

	.earth {
		width: 25px;
	}

	.tc.earth::after,
	.ts.earth::after,
	.en.earth::after {
		content: "";
		color: #FFF;
		text-decoration: none;
		padding-left: 30px;
	    line-height: 28px;
	}
	
	.in.earth::after {
		content: "";
		color: #FFF;
		text-decoration: none;
		padding-left: 30px;
	    line-height: 28px;
	}

    #section1 {
    	text-align: center;
    }

	#section1 .img_logo {
		width: 75%;
		height: 80px;
		margin-bottom: 10px;
	}

	#section1 .img_logo:nth-child(1),
	#section1 .img_logo:nth-child(3),
	#section1 .img_logo:nth-child(5),
	#section1 .img_logo:nth-child(7) {
		float: right;
	}
	.world-logo {
		position: relative;
		bottom: 0;
	}
	#section2 .text-block {
		height: 30%;
	}

	#section2 .title {
		margin-top: 20px;
	}
	.en #section3 .text-block {
    	margin: 0 10px;
	}

	#section3 .text-block {
    	margin-top: 10px;
	}

	#section2 .item-list {
	    width: 400px;
	    margin: 40px auto 0;
	}

	#section3 .item-list {
	    margin: 20px auto;
	}

	#section5 .row {
		width: 70%;
		margin: 0 auto;
	}

	.carousel-control .icon-next,
	.carousel-control .icon-prev,
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right {
		width: 22px;
		height: 44px;
	}

	.btn-popup-block {
		width: 450px;
    	margin-left: -225px;
	}

	#section2 .btn-popup-block {
	    bottom: 30%;
	}

}

@media only screen and (max-width: 510px) {

	.en #section0 h1,
	.en #section1 h1,
	.en #section2 h1,
	.en #section3 h1,
	.en #section4 h1,
	.en #section5 h1,
	.en #section6 h1,
	.en #section7 h1,
	.en #section8 h1 {
		font-size: 22px;
	    margin-top: 0;
	}

	.en #section0 h3,
	.en #section1 h3,
	.en #section2 h3,
	.en #section3 h3,
	.en #section4 h3,
	.en #section5 h3,
	.en #section6 h3,
	.en #section7 h3,
	.en #section8 h3 {
		font-size: 12px;
		line-height: 16px;
		padding: 5px;
		margin-top: 5px;
	}

	.en #section3 .text-block {
	    margin: 0;
	}

	#section1 .img_logo {
		width: 75%;
		height: 50px;
		margin-bottom: 10px;
	}

	#section1 .img_logo:nth-child(1),
	#section1 .img_logo:nth-child(3),
	#section1 .img_logo:nth-child(5),
	#section1 .img_logo:nth-child(7) {
		float: right;
	}
	.world-logo {
		position: relative;
		bottom: 0;
	}

	#section3 {
	    padding: 10% 0 0 0;
	}

	#section2 .item-list,
	#section3 .item-list {
	    width: 300px;
	    margin: 10px auto 0;
	}
	#section2 .item,
	#section3 .item {
	    margin: 0 6px;
	}

	#section3 .icon {
	    width: 25px;
	    height: 25px;
	    padding: 10px;
	    background-size: 20px 20px;
	}


	.en #section3 .item-list {
	    width: 300px;
	}

	.en #section3 .item-list p {
    	height: 30px;
	}
	
	.en #section3 .item {
	    width: 60px;
	    margin: 0;
	}
	
	.navbar-right .dropdown-menu {
	    right: 0;
	    left: auto;
	    width: 90vw;
	}

	.navbar-right .dropdown-menu li {
	    text-align: center;
	    font-size: 16px;
	    border-bottom: 1px solid #DDD;
	}

	.dropdown-menu>li>a {
	    display: block;
	    padding: 20px 20px;
	    clear: both;
	    font-weight: 400;
	    line-height: 1.42857143;
	    color: #333;
	    white-space: nowrap;
	}

	.navbar-right .dropdown-menu li:last-child {
		border-bottom: none;
	}

	#section5 .fp-slides {
		width: 100%;
	}

}

@media only screen and (max-width: 480px) {
	#section0 h1,
	#section1 h1,
	#section2 h1,
	#section3 h1,
	#section4 h1,
	#section5 h1,
	#section6 h1,
	#section7 h1,
	#section8 h1 {
		font-size: 18px;
	    margin-top: 0;
	}
	#section0 h2,
	#section1 h2,
	#section2 h2,
	#section3 h2,
	#section4 h2,
	#section5 h2,
	#section6 h2,
	#section7 h2,
	#section8 h2 {
		font-size: 16px;
	    margin-top: 0;
	}

	#section0 h3,
	#section1 h3,
	#section2 h3,
	#section3 h3,
	#section4 h3,
	#section5 h3,
	#section6 h3,
	#section7 h3,
	#section8 h3 {
		font-size: 12px;
		line-height: 16px;
		padding: 5px;
		margin-top: 5px;
	}

	#section8 .col-xs-6 {
	    padding: 0;
	}

	#section8 .case-block {
	    width: 150px;
	    margin: 0 auto;
	}

	#section8 .case-block .img-case {
	    width: 150px;
	}

	#carousel-screen-apple,
	#carousel-screen-spotify {
	    width: 135px;
	    margin-left: 7px;
	    margin-top: -279px;
	}

	.section3 {
		padding: 8% 0 0 0;
	}

	.en #section3 .item-list {
	    width: 300px;
	}

	.en #section3 .item {
	    width: 60px;
	}

	.btn-popup-block {
	    margin-left: -150px;
	    width: 300px;
	}

	.en #section2 .text-block {
	    height: 40%;
	}
	.en #section2 .btn-popup-block {
	    bottom: 40%;
	}

	.tc.earth::after {
		content: "";
	}
	.sc.earth::after {
		content: "";
	}
	.en.earth::after {
		content: "";
	}
}

.img_kkbox {
	background: url(../img/img_kkbox.svg) no-repeat;
	background-size: 100% auto;
}

.img_spotify {
	background: url(../img/img_spotify.svg) no-repeat;
	background-size: 100% auto;
}

.img_mymusic {
	background: url(../img/img_mymusic.svg) no-repeat;
	background-size: 100% auto;
}

.img_hmv {
	background: url(../img/img_hmv.svg) no-repeat;
	background-size: 100% auto;
}

.img_tiktok {
	background: url(../img/img_tiktok.png) no-repeat;
	background-size: 100% auto;
}

.img_tiktok_cn {
	background: url(../img/img_tiktok_cn.png) no-repeat;
	background-size: 100% auto;
}

.img_youtube {
	background: url(../img/img_youtube.svg) no-repeat;
	background-size: 100% auto;
}

.img_amazon {
	background: url(../img/img_amazon.svg) no-repeat;
	background-size: 100% auto;
}

.img_applemusic {
	background: url(../img/img_applemusic.svg) no-repeat;
	background-size: 100% auto;
}

.img_joox {
	background: url(../img/img_joox.svg) no-repeat;
	background-size: 100% auto;
}

#section5 .carousel {
    outline: none;
    padding-top: 40px;
}


#section5 .carousel-indicators {
	bottom: -40px;
}

#section5 .carousel-indicators li {
    border: 1px solid #00FFD3;
    width: 8px;
    height: 8px;
}

#section5 .carousel-indicators .active {
    background-color: #00FFD3;
    width: 10px;
    height: 10px;
}

#section5 .carousel-inner {
	height: 100%;
	width: 90%;
	margin: 0 auto;
}

#section5 .carousel-inner img {
	width: 90%;
    margin: 0 auto;
}

.glyphicon-chevron-left-blue {
	background: url(../img/btn_prev_blue.svg) no-repeat;
	background-size: 22px 44px;
}

.glyphicon-chevron-right-blue {
	background: url(../img/btn_prev_blue.svg) no-repeat;
	background-size: 22px 44px;
    transform: rotate(180deg);
}

.glyphicon-chevron-left {
	background: url(../img/btn_prev.svg) no-repeat;
	background-size: 22px 44px;
}

.glyphicon-chevron-right {
	background: url(../img/btn_next.svg) no-repeat;
	background-size: 22px 44px;
}


.glyphicon-chevron-left-blue:before {
	content:"";
}

.glyphicon-chevron-right-blue:before {
	content:"";
}

.glyphicon-chevron-left:before {
	content:"";
}

.glyphicon-chevron-right:before {
	content:"";
}

/*Modal*/

.modal-header {
    border-bottom: none;
    padding: 15px 15px 0 0;
}

.modal-header .close {
    font-size: 36px;
    z-index: 99999
}

.modal-body {
	display: inline-block;
}

.modal-body h3 {
	color: #3599D9;
    font-size: 24px;
    margin: 0 0 10px;
    z-index: 1;
    text-align: center;
}

#promotion .modal-header .close {
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=60);
    opacity: .6;
}


#promotion .modal-header .close:hover,
#promotion .modal-header .close:focus,
#promotion .modal-header .close:active {
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
}

.modal-body h3,
.modal-body h5 {
	color: #FFFFFF;
    text-align: center;
}

.modal-body h5 {
	font-size: 18px;
}

.modal-content {
	background-image: linear-gradient(120deg, #37ecba 0%, #3699da 100%);
}

#Physical .modal-body .col-xs-4 img {
	border: 4px solid rgba(255,255,255,.4);
	border-radius: 50%;
}


footer {
	position: absolute;
	text-align: center;
	width: 100%;
	background-color: #000;
	height: 200px;
	bottom: 0;
	color: #FFF;
}

footer h5 {
	padding: 30px 10px;
	line-height: 24px;
	font-size: 16px;
}

footer p {
	position: relative;
    margin: 20px auto;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #CCCCCC !important;
}

#fp-nav ul li .fp-tooltip {
	color: #CCCCCC !important;
}


@media only screen and (min-width: 620px) and (max-width: 930px) {
    .contain {
        width: 610px;
        margin-right: auto;
        margin-left: auto;
    }
}



.m-top-1 { margin-top: 12px;}
.m-top-2 { margin-top: 24px;}
.m-top-3 { margin-top: 36px;}
.m-top-4 { margin-top: 48px;}
.m-top-5 { margin-top: 60px;}
.m-top-6 { margin-top: 72px;}
.m-top-7 { margin-top: 84px;}
.m-top-8 { margin-top: 96px;}

.m-left-1 { margin-left: 12px;}
.m-left-2 { margin-left: 24px;}
.m-left-3 { margin-left: 36px;}
.m-left-4 { margin-left: 48px;}
.m-left-5 { margin-left: 60px;}
.m-left-6 { margin-left: 72px;}
.m-left-7 { margin-left: 84px;}
.m-left-8 { margin-left: 96px;}

