/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.display-mask {
	position:fixed;
	left:0px;
	right:0px;
	top:50%;
	bottom:50%;
	overflow:hidden;
	background-color:rgba(0,0,0,0.8);
	z-index:999;
}.display-load {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	width:32px;
	height:32px;
	background-image:url(../../asset/display/load.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% 100%;
}.display-space {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	background-color:#FFF;
	opacity:0;
	border-radius:4px;
	padding:6px;
	text-align:left;
}.display-image {
	border:none;
}.display-close {
	position:absolute;
	right:20px;
	top:20px;
	width:32px;
	height:32px;
	background-image:url(../../asset/display/close.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}.display-left {
	position:absolute;
	top:0px;
	bottom:40px;
	left:0px;
	width:30%;
	cursor:pointer;
}.display-right {
	position:absolute;
	top:0px;
	bottom:40px;
	right:0px;
	width:30%;
	cursor:pointer;
}.display-title {
	padding:8px 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#555;
}.display-info-left {
	position: absolute;
	top: 50%;
	left: -64px;
	width: 64px;
	height: 64px;
	transform:translateY(-50%);
	background-image:url(../../asset/display/left.png);
}.display-info-right {
	position: absolute;
	top: 50%;
	right: -64px;
	width: 64px;
	height: 64px;
	transform:translateY(-50%);
	background-image:url(../../asset/display/right.png);
}@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
:root {
	--c1: #de1921;
}
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
}

/*
::-webkit-scrollbar {
	width: 2px;
}::-webkit-scrollbar-track {
	background: #333;
}::-webkit-scrollbar-thumb {
	background: #ddd;
}::-webkit-scrollbar-thumb:hover {
	background: #333;
}::selection {
    background: #e79e4a;
    text-shadow: none;
    color: #202020;
}
*/
body, html {
	position: relative;
	font-family: 'Poppins', sans-serif;
    font-style: normal;
	font-size: 17px;
	text-decoration: none;
	font-weight: normal;
	color: #555;
	width: 100%;
	background-color: #FFF;
}

a {
	text-decoration: none;
	color: inherit;
}a:hover {
	cursor: pointer;
}

.border {
	border: 1px solid #FF0032;
}.relative {
	position: relative;
}.pointer {
	cursor: pointer;
}.fcc {
	display: flex;
	justify-content: center;
	align-items: center;
}.fcl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}.fcr {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}.fbr {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}.fbc {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}.fct {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}.ftr {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}.frb {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}.ftc {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}.image_contain {
	width: 100%;
	height: 100%;
	object-fit: contain;
}.image_cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}.sw {
	width: 1400px;
	margin: auto;
}#loading {
	position: fixed;
	inset: 0;
	background-color: #f5f5f5;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
}#loading svg {
	width: 400px;
}.lin {
    position: relative;
    padding-left: 10px;
}.lin:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: var(--c1);
}#wait {
	position: fixed;
	inset: 0;
	z-index: 99999;
	cursor: wait;
	display: none;
}



/* INPUT */
.inp {
	position: relative;
	display: flex;
	flex-flow: column-reverse;
	width: 100%;
	margin-bottom: 20px;
}.inp:focus-within:after {
	content: "";
	position: absolute;
	bottom: 0px;
	height: 2px;
	left: 0%;
	width: 100%;
	background-color: var(--c1);
	animation: inp_aktif 300ms linear;
}@keyframes inp_aktif {
	from {
		width: 0%;
		left: 50%
	} to {
		width: 100%;
		left: 0%;
	}
}.inp label, .inp input, .inp select, .inp textarea {
	transition: all 0.2s;
	touch-action: manipulation;
	resize: none;
}.inp label {
	letter-spacing: 0.05em;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	font-family: inherit;
}.inp input, .inp select, .inp textarea {
	position: relative;
	width: 100%;
	padding: 10px 0;
	font-family: inherit;
	font-size: 14px;
	border: none;
	background: none;
	outline: none;
	border-bottom: 1px solid #ced4da;
}.inp input:focus, .inp select, .inp textarea {
	outline: 0;
	border-bottom: 1px solid #666;
}.inp input:placeholder-shown + label,
	.inp input:placeholder-shown + select,
	.inp input:placeholder-shown + textarea {
	cursor: text;
	max-width: 66.66%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	transform-origin: left bottom;
	transform: translate(0, 1.9rem) scale(1);
	opacity: 1;
}.inp input::-webkit-input-placeholder,
	.inp select::-webkit-input-placeholder,
	.inp textarea::-webkit-input-placeholder {
	opacity: 0;
	transition: inherit;
}.inp input:focus::-webkit-input-placeholder,
	.inp select:focus::-webkit-input-placeholder,
	.inp textarea:focus::-webkit-input-placeholder {
	opacity: 1;
}.inp input:not(:placeholder-shown) + label,
	.inp input:focus + label,
	.inp select:not(:placeholder-shown) + label,
	.inp select:focus + label,
	.inp textarea:not(:placeholder-shown) + label,
	.inp textarea:focus + label {
	transform: translate(0, 6px) scale(1);
	cursor: pointer;
	color: var(--c1);
}.inp input:not(:placeholder-shown) + .none,
	.inp input:focus + .none,
	.inp select:not(:placeholder-shown) + .none,
	.inp select:focus + .none,
	.inp textarea:not(:placeholder-shown) + .none,
	.inp textarea:focus + .none {
	opacity: 1 !important;
}.inp .none {
	opacity: 0 !important;
}


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



@media only screen and (max-width: 900px) {
	.m_fcc {
		display: flex;
		justify-content: center;
		align-items: center;
	}.m_disable {
		display: none !important;
	}
}