/*!
* Design by AvrialR
* avrial87@gmail.com
*/

@font-face {
	font-family: 'Poppins';
	src: url('/font/Poppins/Poppins-Regular.ttf');
}

input{
	outline: none;
}
textarea{
	outline: none;
}
.color{
    color: #932C25;
    color: #9CBE5D;
    color: #1CA68D;
    color: #1957A5;
    color: #4885d0;
    color: #201E1E;
    color: #4B4B4D;
	color: #E6E7E8;
	color: #F2F4F6;
}

body{
	font-family: 'Poppins', sans-serif;
	background-color: #F2F4F6;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 14px;
}
a{
	color: #1957A5;
    cursor: pointer;
    text-decoration: none;
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:active,a:focus,a:hover{
	color: #201E1E;
}
i{
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
button{
	text-decoration: none;
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:focus,button:focus{
	text-decoration: none;
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:active,button:active{
	text-decoration: none;
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:click,button:click{
	text-decoration: none;
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	text-decoration: none;
}
a:active,button:active{
	box-shadow: none!important;
}
a:focus,button:focus{
	box-shadow: none!important;
}
a:click,button:click{
	box-shadow: none!important;
}
input{
	outline: none;
}
textarea{
	outline: none;
}

html, body {
  height: 100%;
  margin: 0;
}
.content-detail{
	background-color: #FFFFFF;
	width: 100%;
	margin-bottom: -20px;
}
.bg-main-header-v1{
	background-color: transparent;
	position: absolute;
	width: 100%;
	z-index: 999999;
}
.main-header{
	padding: 0px;
}
.main-header .navbar-default{
	height: 90px;
	background-color: transparent;
	width: 100%;
	z-index: 999;
}
.bg-header-v1{
	background-color: #FFFFFF;
	width: 100%;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	margin-top: 15px;
	padding-top: 0px;
	padding-left: 35px;
	padding-bottom: 0px;
	padding-right: 35px;
}
.header-v1{
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-left: 12px;
	padding-bottom: 0px;
	padding-right: 12px;
}
.header-v1 .navbar-logo{
	float: left;
	z-index: 999;
	background-color: transparent;
	padding-top: 16px;
	padding-bottom: 16px;
	width: auto;
}
.header-v1 .navbar-logo img{
	height: 40px;
}
.header-v1 .bg-navbar-menu{
	position: absolute;
	background-color: transparent;
	width: 100%;
	text-align: center;
	margin-left: -12px;
	display: flex;
	justify-content: center;
	z-index: 997;
}
.header-v1 .bg-navbar-menu ul {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: transparent;
}
.header-v1 .bg-navbar-menu li {
	text-decoration: none;
	text-align: center;
	float: left;
	font-size: 16px;
	font-weight: 500;
}
.header-v1 .bg-navbar-menu li a {
	display: block;
    color: #201E1E;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
.header-v1 .bg-navbar-menu li a:hover {
    color: #1957A5;
	font-weight: 500;
}
.header-v1 .bg-navbar-menu li a.active-menu {
    color: #1957A5;
	font-weight: 600;
}
.navbar-dropdown-menu{
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-top: 1px solid #E6E7E8;
	text-align: left;
}
.navbar-dropdown .dropdown-toggle::after {
	font: normal normal normal 18px/1 FontAwesome;
	font-weight: 600;
    content: "\f107";
    border: none;
    vertical-align: baseline;
    width: auto;
    height: auto;
    line-height: 1;
}
.navbar-dropdown:hover .navbar-dropdown-menu {
	display: block;
	animation-name: animationFade;
	-webkit-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.header-v1 .bg-navbar-menu li .navbar-dropdown-menu a {
	text-align: left;
	min-width: 200px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #E6E7E8;
}
.navbar-button{
	position: absolute;
	right: 0;
	float: right;
	z-index: 999;
	width: auto;
	padding-right: 35px;
	padding-top: 15.5px;
	padding-bottom: 16px;
	display: block;
}
.navbar-button button{
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	color: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #1957A5;
	background-color: #1957A5;
	text-decoration: none;
}
.navbar-button button:hover, .navbar-button button:active, .navbar-button button:focus{
	color: #FFFFFF;
	border: 1px solid #1957A5;
	background-color: #124e97;
	text-decoration: none;
}


.navbar-icon-m{
	position: absolute;
	right: 0;
	float: right;
	z-index: 999;
	width: auto;
	padding-right: 35px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: none;
}
.navbar-icon-m button{
	font-size: 24px;
	padding-top: 14px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	color: #1957A5;
	border-radius: 10px;
	border: 1px solid transparent;
	background-color: transparent;
	text-decoration: none;
	height: 72px;
}
.navbar-icon-m button:hover, .navbar-icon-m button:active, .navbar-icon-m button:focus{
	color: #1957A5;
	border: 1px solid transparent;
	background-color: transparent;
	text-decoration: none;
}


.bg-main-header-v2{
	background-color: #FFFFFF;
	position: fixed;
	width: 100%;
	z-index: 999999;
	animation-name: animationFade;
	-webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes animationFade{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
	}
}
.bg-main-header-v2 .navbar-default{
	height: auto;
}
.bg-header-v2{
	background-color: #FFFFFF;
	width: 100%;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 35px;
	padding-bottom: 0px;
	padding-right: 35px;
}
.header-v2{
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-left: 12px;
	padding-bottom: 0px;
	padding-right: 12px;
}
.header-v2 .navbar-logo{
	float: left;
	z-index: 999;
	background-color: transparent;
	padding-top: 16px;
	padding-bottom: 16px;
	width: auto;
}
.header-v2 .navbar-logo img{
	height: 40px;
}
.header-v2 .bg-navbar-menu{
	position: absolute;
	background-color: transparent;
	width: 100%;
	text-align: center;
	margin-left: -12px;
	display: flex;
	justify-content: center;
	z-index: 997;
}
.header-v2 .bg-navbar-menu ul {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: transparent;
}
.header-v2 .bg-navbar-menu li {
	text-decoration: none;
	text-align: center;
	float: left;
	font-size: 16px;
	font-weight: 500;
}
.header-v2 .bg-navbar-menu li a {
	display: block;
    color: #201E1E;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
.header-v2 .bg-navbar-menu li a:hover {
    color: #1957A5;
	font-weight: 500;
}
.header-v2 .bg-navbar-menu li a.active-menu {
    color: #1957A5;
	font-weight: 600;
}
.header-v2 .bg-navbar-menu li .navbar-dropdown-menu a {
	text-align: left;
	min-width: 200px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #E6E7E8;
}

.bg-main-header-m{
	display: none;
}
.bg-main-header-m.show{
	transition: 0.5s;
	display: block;
}
.main-header-m{
	position: fixed;
	background-color: #FFFFFF;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	overflow: hidden;
	padding: 0px;
	transition: 0.5s;
}
.header-m{
	padding: 0px;
}

.header-m .navbar-icon-m{
	position: fixed;
	right: 15px;
	float: right;
	z-index: 999999;
	width: auto;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
}
.header-m .navbar-icon-m button{
	font-size: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	color: #1957A5;
	border-radius: 10px;
	border: 1px solid transparent;
	background-color: #FFFFFF;
	height: 52px;
}
.header-m .navbar-icon-m button:hover, .header-m .navbar-icon-m button:active, .header-m .navbar-icon-m button:focus{
	color: #1957A5;
	border: 1px solid transparent;
	background-color: #FFFFFF;
	text-decoration: none;
}

.header-m .bg-navbar-menu ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: transparent;
}
.header-m .bg-navbar-menu li {
	text-decoration: none;
	text-align: left;
	float: none;
	font-size: 16px;
	font-weight: 500;
}
.header-m .bg-navbar-menu li a {
	display: block;
    color: #201E1E;
	text-align: left;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	border-bottom: 1px solid #E6E7E8;
}
.header-m .bg-navbar-menu li a:hover {
    color: #1957A5;
	font-weight: 500;
}
.header-m .bg-navbar-menu li a.active-menu {
    color: #1957A5;
	font-weight: 600;
}
.header-m .bg-navbar-menu li .navbar-dropdown-menu a {
	text-align: left;
	min-width: 215px;
	width: 100%;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #E6E7E8;
}
.header-m .navbar-button{
	position: absolute;
	right: auto;
	float: none;
	z-index: 999;
	width: auto;
	padding-right: 35px;
	padding-top: 15.5px;
	padding-bottom: 16px;
	display: block;
}


.bg-home-slider{
	background-color: #FFFFFF;
	height: 100%;
	position: relative;
}

.bg-home-slider:before{
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../../WebLineOne/image/thumb.webp');
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}
.bg-home-slider .video-slider {
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../../WebLineOne/image/thumb.webp');
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}
.bg-home-slider .video-slider video {
	object-fit: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	visibility: inherit;
	opacity: 1;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.bg-home-slider .caption-slider{
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1;
	text-align: center;
	width: 100%;
	height: 100%;
	visibility: inherit;
	opacity: 1;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color: #FFFFFF;
}
.caption-slider .main-caption-slider{
	padding-top: 20%;
}
.caption-slider .main-caption-slider h1,.caption-slider .main-caption-slider h2,.caption-slider .main-caption-slider h3,.caption-slider .main-caption-slider label{
	margin-bottom: 20px;
}
.caption-slider .main-caption-slider button{
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 25px;
	color: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #1957A5;
	background-color: #1957A5;
	text-decoration: none;
}

.bg-home-image{
	background-color: #FFFFFF;
	height: 100%;
	position: relative;
}
.bg-home-image:before{
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}
.bg-home-image .image_head {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: cover;
}
.bg-home-image .image_head img {
	object-fit: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	visibility: inherit;
	opacity: 1;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.bg-home-image .caption-image{
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1;
	text-align: center;
	width: 100%;
	height: 100%;
	visibility: inherit;
	opacity: 1;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
}
.caption-image .main-caption-image{
	padding-top: 20%;
}
.caption-image .main-caption-image h1,.caption-image .main-caption-image h2,.caption-image .main-caption-image h3,.caption-image .main-caption-image label{
	margin-bottom: 20px;
}
.caption-image .main-caption-image button{
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 25px;
	color: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #1957A5;
	background-color: #1957A5;
	text-decoration: none;
}
.bg-home-kategori{
	margin-top: 0;
	background-color: #FFFFFF;
	position: relative;
}
.bg-home-kategori:before{
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}
.bg-home-kategori .image_spek{
	width: 100%;
}
.bg-home-kategori .image_spek img {
	object-fit: cover;
	background-size: cover;
	width: 100%;
	/* visibility: inherit; */
	opacity: 1;
	display: block;
	position: relative;
	left: 0;
	top: 0;
}
.bg-home-content{
	margin-top: 60px;
	background-color: #FFFFFF;
	position: relative;
}
.bg-home-content:before{
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}
.bg-home-content .image_spek{
	width: 100%;
	border-top: 10px solid #fff;
  	border-bottom: 10px solid #fff;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
}
.bg-home-content .image_spek img {
	object-fit: cover;
	background-size: cover;
	width: 100%;
	/* visibility: inherit; */
	opacity: 1;
	display: block;
	position: relative;
	left: 0;
	top: 0;
}

.mar-top{
	margin-top: 30px;
}

.bg-main-page{
	position: relative;
	height: auto;
}
.bg-main-page:last-child{
	padding-bottom: 5%;
}
.gr-full{
	background-color: transparent;
	padding: 0px;
	padding-top: 35px;
	padding-bottom: 35px;
}
.gr-02{
	background-color: transparent;
	padding: 25px;
	margin-top: 5%;
}
.gr-02-margin{
	background-color: transparent;
	/* padding: 25px; */
	margin-top: 5%;
	margin-bottom: 5%;
}
.img-detail-produk img{
	margin-top: 10%;
	width: 100%;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
	border-radius: 10px;
}
.img-detail img{
	width: 100%;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
	border-radius: 10px;
}
.img-about img{
	width: 100%;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
	border-radius: 10px;
}
.text-detail{
	margin-top: 5%;
	background-color: transparent;
}
.text-about{
	margin-top: 12%;
	background-color: transparent;
}
.text-carts{
	margin-top: 15%;
	background-color: transparent;
}
.img_prod img{
	/* margin-top: 15%; */
	width: 100%;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
	border-radius: 10px;
	border: 10px solid #fff;
}
.img_prod1{
	margin-left: 0;
}
.img_prod1 img{
	width: 100%;
	/* margin-left: 0; */
	margin-top: 30px;
	/* box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19); */
	border-radius: 15px;
}
.img-center{
	align-items: center;
	justify-content: center;
}
.img-margin-image{
	margin-top: 80px;
}
.text-prod{
	margin-top: 14%;
	background-color: transparent;
}
.text-detail label{
	background-color: #a6c9f4;
	color: #1957A5;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 25px;
	margin-bottom: 0px;
	border-radius: 10px;
}
.text-detail strong{
	color: #000000;
	font-weight: 600;
}
.text-cat{
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 500;
}
.text-detail .target{
	padding-top: 15px;
}
.text-detail .target .target-no{
	border-radius: 10px;
	padding: 5px;
	font-size: 16px;
	line-height: 50px;
}
.text-detail .target .target-no div{
	float: left;
	width: 50px;
	height: 50px;
	line-height: 40px;
	text-align: center;
	background-color: #1957A5;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 15px;
	border-radius: 10px;
	margin-right: 10px;
}
.bg_list_prod{
	padding: 0px 5px;
}
.list_prod{
	text-align: center;
	left: 0px;
	/* background-color: #ffffff; */
	color: #4B4B4D;
	overflow-x: scroll;
	white-space: nowrap;
	padding: 15px 15px 15px 15px;
	z-index: 6;
	padding-bottom: 5px;
	padding-left: 25px;
}
.list_prod::-webkit-scrollbar {
	display: none;
}
.list_prod {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
.list_img{
	float: left;
	background-color: #ffffff;
	border: 1px solid #1957A5;
	border-radius: 10px;
	font-size: 16px;
	color: #000000;
	margin-right: 10px;
	margin-bottom: 5px;
}
.list_img img{
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 10px;
}
div.list_prod a {
	display: inline-block;
	color: #4B4B4D;
	text-align: center;
	padding: 0px;
	text-decoration: none;
	margin-left: -10px;
	margin-right: 10px;
  }
.btn_left_cat_galeri{
	display: none;
	left: 5px;
	margin-top: 25.5px;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #E6E7E8;
	background-color: #ffffff;
	box-shadow: 5px rgba(33,33,33,.2);
	cursor: pointer;
	text-align: center;
}
.bg_list_prod:hover .btn_sc{
	display: block;
}
.btn_right_cat_galeri{
  	display: none;
  	right: 5px;
	margin-top: 25.5px;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding-left: 2px;
	border-radius: 50%;
	border: 1px solid #E6E7E8;
	background-color: #ffffff;
	box-shadow: 5px rgba(33,33,33,.2);
	cursor: pointer;
	text-align: center;
}
/* tabs */
.tab {
	/* margin-top: 20px; */
	overflow: hidden;
	border-top: 2px solid #E6E7E8;
	border-bottom: 2px solid #E6E7E8;
}
  
/* Style the buttons inside the tab */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px 16px;
	transition: 0.3s;
	font-size: 17px;
	font-weight: 600;
	border-bottom: 2px solid #FFFFFF;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: transparent;
	border-bottom: 2px solid #00015E;
	font-weight: 600;
	-webkit-animation: slide 0.1s forwards;
    -webkit-animation-delay: 0.1s;
    animation: slide 0.1s forwards;
    animation-delay: 0.1s;
}

/* Create an active/current tablink class */
.tab button.active {
	border-bottom: 2px solid #00015E;
	color: #00015e;
	font-weight: 600;
	-webkit-animation: slide 0.1s forwards;
    -webkit-animation-delay: 0.1s;
    animation: slide 0.1s forwards;
    animation-delay: 0.1s;
}

/* Style the tab content */
.tabcontent {
	display: block;
	padding: 6px 0px;
	border-top: none;
}
.text_spek{
	float: left;
	width: 100%;
	font-size: 14px;
	padding:5px 10px;
}
.title-desc{
	font-size: 14px;
	font-weight: 600;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.text_spek_left, .text_spek_right{
	float: left;
	padding-left: 15px;
}
.text_spek_left span{
	float: right;
}
.text-about label{
	background-color: #a6c9f4;
	color: #1957A5;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 25px;
	margin-bottom: 0px;
	border-radius: 10px;
}
.text-about strong{
	color: #000000;
	font-weight: 600;
}
.text-about h2,.text-about .desc{
	padding-top: 15px;
}
.text-about .target{
	padding-top: 15px;
}
.text-about .target .target-no{
	border-radius: 10px;
	padding: 5px;
	font-size: 16px;
	line-height: 50px;
}
.text-about .target .target-no div{
	float: left;
	width: 50px;
	height: 50px;
	line-height: 40px;
	text-align: center;
	background-color: #1957A5;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 15px;
	border-radius: 10px;
	margin-right: 10px;
}

.text-carts label{
	background-color: #a6c9f4;
	color: #1957A5;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 25px;
	margin-bottom: 0px;
	border-radius: 10px;
}
.text-carts strong{
	color: #000000;
	font-weight: 600;
}
.text-carts h2,.text-carts .desc{
	padding-top: 15px;
}
.text-carts .target{
	padding-top: 15px;
}
.text-carts .target .target-no{
	border-radius: 10px;
	padding: 5px;
	font-size: 16px;
	line-height: 50px;
}
.text-carts .target .target-no div{
	float: left;
	width: 50px;
	height: 50px;
	line-height: 40px;
	text-align: center;
	background-color: #1957A5;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 15px;
	border-radius: 10px;
	margin-right: 10px;
}

.img-cat-prod{
	margin-top: 1%;
}
.img-cat-prod .img{
	padding: 15px;
}
.img-cat-prod img{
	width: 100%;
	border-radius: 15px;
}
.img-cat-prod .grp-cat{
	padding: 0px;
	background-color: #FFFFFF;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
	border-radius: 15px;
	cursor: pointer;
}
.img-cat-prod .desc-cat{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	color: #FFFFFF;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img-cat-prod .desc-cat:hover{
	background-color: rgba(0, 0, 0, 0.4);
}


.img-cat{
	margin-top: 5%;
}
.img-cat .img{
	padding: 15px;
}
.img-cat img{
	width: 100%;
	border-radius: 15px;
}
.img-cat .grp-cat{
	padding: 0px;
	background-color: #FFFFFF;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
	border-radius: 15px;
	cursor: pointer;
}
.img-cat .desc-cat{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	color: #FFFFFF;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img-cat .desc-cat:hover{
	background-color: rgba(0, 0, 0, 0.4);
}

.img-full-cat{
	margin-top: 3%;
}
.img-full-cat .img{
	padding: 0px;
}
.img-full-cat img{
	width: 100%;
	transition: transform .2s;
}
.img-full{
	padding: 0px;
}
.img-full-cat .grp-cat{
	padding: 0px;
	background-color: transparent;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
	cursor: pointer;
	border-radius: 10px;
}
.img-full-cat .desc-cat{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	background-color: rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img-full-cat .desc-cat:hover{
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 10px;
}
.img-full-cat .zoom-img{
	transform: scale(1.15);
	z-index: 999;
	transition: 0.5s;
	border-radius: 10px;
}
.img-full-cat .zoom-img .desc-cat{
	font-size: 24px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 10px;
}
.img-full-cat .zoom-img img{
	border-radius: 10px;
}

.prod-ls{
	margin-top: 3%;
}
.gr-prod{
	background-color: transparent;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 35px;
}
.gr-prod .prod{
	padding: 15px;
}
.gr-prod .prod a{
	text-decoration: none;
}
.prod-ls .prod-vw{
	padding: 0px;
	background-color: #FFFFFF;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
	border-radius: 15px;
	cursor: pointer;
	padding-bottom: 10px;
}
.prod-vw .img-prod{
	padding: 14px;
	padding-bottom: 7px;
	min-height: 250px;
	background-color: transparent;
}
.prod-vw .img-prod img{
	width: 100%;
    height: 250px;
    min-height: 250px;
	margin-bottom: 7px;
    object-fit: cover;
}
.prod-vw .img-prod video{
	width: 100%;
    height: 250px;
    min-height: 250px;
    object-fit: cover;
}
.prod-vw .nm-prod{
	background-color: transparent;
	border-top: 1px solid #E6E7E8;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0px 0px 15px 15px;
	display: -webkit-box;
	min-height: 60px;
	max-height: 60px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.content-background-podium{
	position: relative;
	margin-top: 3%;
	margin-bottom: 3%;
	width: 100%;
	height: 500px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../../WebLineOne/image/image-05.jpg');
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 60% 0;
	background-size: cover;
}
.content-background-podium .text-main{
	color: #ffffff;
	justify-content: center;
	align-items: center;
	/* margin-top: 25%; */
}
.content-background-podium .text-main .img{
	width: 70px;
	float: left;
	margin-right: 10px;
}
.content-background-podium .text-main .text-main-detail{
	margin-bottom: 30px;
}
.content-background-podium .text-main.video{
	/* margin-top: 12%; */
	padding: 15px;
}
.content-background-podium .text-main.video video{
	object-fit: cover;
	background-size: cover;
	width: 100%;
	height: auto;
	visibility: inherit;
	opacity: 1;
	display: block;
	border-radius: 15px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
}
.content-background-podium .text-main .desc{
	/* margin-top: 25px; */
}


.content-background-carts{
	position: relative;
	margin-bottom: 5%;
	width: 100%;
	height: 500px;
	background-image: url('../../WebLineOne/image/imgcarts.jpg');
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 60% 0;
	background-size: cover;
}
.content-background-carts .text-main{
	color: #000;
	justify-content: center;
	align-items: center;
	margin-top: 25%;
}
.content-background-carts .text-main.video{
	margin-top: 12%;
	padding: 15px;
}
.content-background-carts .text-main.video video{
	object-fit: cover;
	background-size: cover;
	width: 100%;
	height: auto;
	visibility: inherit;
	opacity: 1;
	display: block;
	border-radius: 15px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
}
.content-background-carts .text-main .desc{
	margin-top: 25px;
}

.content-background{
	position: relative;
	margin-top: 30px;
	width: 100%;
	height: 500px;
	background-image: url('../../WebLineOne/image/imgcontent4new.bmp');
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 60% 0;
	background-size: cover;
}
.content-background .text-main{
	color: #FFFFFF;
	text-shadow: 2px 2px 2px black;
	justify-content: center;
	align-items: center;
	margin-top: 25%;
}
.content-background .text-main.video{
	margin-top: 12%;
	padding: 15px;
}
.content-background .text-main.video video{
	object-fit: cover;
	background-size: cover;
	width: 100%;
	height: auto;
	visibility: inherit;
	opacity: 1;
	display: block;
	border-radius: 15px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
}
.content-background .text-main .desc{
	margin-top: 25px;
}
.content-background .text-main button{
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 25px;
	color: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #1957A5;
	background-color: #1957A5;
	text-decoration: none;
}

.slide-produk{
	position: relative;
	width: 100%;
	height: 500px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../../WebLineOne/image/smartinteractivedisplayhead.jpg');
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 60% 0;
	background-size: cover;
}
.slide-produk .text-main{
	color: #FFFFFF;
	justify-content: center;
	align-items: center;
	margin-top: 25%;
}
.slide-produk .text-main.video{
	margin-top: 12%;
	padding: 15px;
}
.slide-produk .text-main.video video{
	object-fit: cover;
	background-size: cover;
	width: 100%;
	height: auto;
	visibility: inherit;
	opacity: 1;
	display: block;
	border-radius: 15px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
}
.slide-produk .text-main .desc{
	margin-top: 25px;
}
.slide-produk .text-main button{
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 25px;
	color: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #1957A5;
	background-color: #1957A5;
	text-decoration: none;
}

.request-demo{
	position: relative;
	width: 100%;
	height: 500px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../../WebLineOne/image/banner1.jpg');
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 60% 0;
	background-size: cover;
}
.request-demo .text-main{
	color: #FFFFFF;
	justify-content: center;
	align-items: center;
	margin-top: 25%;
}
.request-demo .text-main.video{
	margin-top: 12%;
	padding: 15px;
}
.request-demo .text-main.video video{
	object-fit: cover;
	background-size: cover;
	width: 100%;
	height: auto;
	visibility: inherit;
	opacity: 1;
	display: block;
	border-radius: 15px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
}
.request-demo .text-main .desc{
	margin-top: 25px;
}
.request-demo .text-main button{
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 25px;
	color: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #1957A5;
	background-color: #1957A5;
	text-decoration: none;
}

.img-post{
	margin-top: 3%;
}
.img-post .img{
	padding: 15px;
}
.img-post img{
	width: 100%;
	border-radius: 15px;
}
.img-post .grp-post{
	padding: 0px;
	background-color: #FFFFFF;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
	border-radius: 15px;
	cursor: pointer;
}
.img-post .desc-post{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	color: #FFFFFF;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img-post .desc-post:hover{
	background-color: rgba(0, 0, 0, 0.4);
}

.bg-main-footer{
	margin-top: 15px;
	padding-top: 3%;
	padding-bottom: 3%;
	border-top: 1px solid #E6E7E8;
	background-color: #FFFFFF;
}
.bg-main-footer .about{
	padding: 0px;
}
.bg-main-footer .about img{
	height: 50px;
}
.bg-main-footer .about .desc{
	margin-top: 20px;
}
.bg-main-footer .about .desc .text{
	margin-top: 20px;
	text-align: justify;
}
.bg-main-footer .list .title{
	font-size: 16px;
	font-weight: 600;
}
.bg-main-footer .list a{
	text-decoration: none;
	color: #000000;
}
.bg-main-footer .list a:hover{
	color: #1957A5;
}
.bg-main-footer .list .list{
	padding-top: 10px;
}
.bg-main-footer .list .list-main{
	padding-top: 10px;
}
.bg-main-footer .list .sosmed{
	float: left;
	font-size: 18px;
	padding : 5px;
	margin-right: 10px;
	color: rgba(0,0,0,0.6);
}
.bg-main-footer .list .sosmed a{
	text-decoration: none;
	color: rgba(0,0,0,0.6);
}
.page-menu-prod{
	margin-top: 50px;
}
.box-padd{
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.box-menu{
	display: flex;
	background: #1957a5;
	text-align: center;
	left: 0px;
	overflow-x: scroll;
	white-space: nowrap;
	z-index: 6;
	border-radius: 10px;
	width: 100%;
}
.menu-prod{
	position: inherit;
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
}
.box-mobile{
	display: inline-block;
	text-align: center;
	padding: 0px;
	text-decoration: none;
}
.box-item-mene{
	width: 100%;
	padding: 10px;
	cursor: pointer;
}
.box-item-mene:hover{
	background: #0b2c55;
}
.hideid{
	display: none;
}
input{
	outline: none;
	width: 100%;
	height: 40px;
	padding: 5px;
	background-color:#FFF;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
	-moz-appearance: textfield;
	border-radius: 5px;
	cursor: text;
}
textarea{
	outline: none;
	width: 100%;
	height: 160px;
	padding: 5px;
	background-color:#FFF;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
	-moz-appearance: textfield;
	border-radius: 5px;
	cursor: text;
}

.form_input .tag_title{
	padding: 5px 0px;
	font-size: 13px;
	font-weight: 600;
	color: #4B4B4D;
}
.form_input .tag_title span{
	position: absolute;
	padding: 5px 1px;
	margin-top: -10px;
	font-size: 20px;
	color: #ED3237;
}



@media (max-width:1020px){
	.navbar-button{
		display: none;
	}
	.bg-main-header-v1 .bg-navbar-menu{
		display: none;
	}
	.bg-header-v1{
		margin-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.bg-header-v2{
		margin-top: 0px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-icon-m{
		display: block;
		padding-right: 15px;
	}
	.caption-slider .main-caption-slider{
		padding-top: 190px;
	}
	.caption-image .main-caption-image{
		padding-top: 235px;
	}
	.img-full-cat .zoom-img{
		transform: scale(1);
	}
	.prod-vw .img-prod{
		min-height: 150px;
	}
	.prod-vw .img-prod img{
		height: 150px;
		min-height: 150px;
	}
	.prod-vw .img-prod video{
		height: 150px;
		min-height: 150px;
	}
	.content-background .text-main.video{
		margin-top: 5px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.content-background .text-main{
		margin-top: 15px;
	}
	.request-demo .text-main.video{
		margin-top: 5px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.request-demo .text-main{
		margin-top: 15px;
	}
	.mar-top{
		margin-top: 10px;
	}
	.bg-home-content{
		margin-top: 10px;
	}
	.img_prod1 img{
		margin-top: 1px;
	}
}