
/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {text-decoration: none;}

/* end reset css */

/* font */

@font-face {
    font-family: 'nexa-b';
    src: url(../fonts/nexa-bold.otf);
}

@font-face {
    font-family: 'nexa-r';
    src: url(../fonts/nexa-regular.otf);
}

/* end font */

/* add style */

.pt120 {padding-top: 120px;}
.pt200 {padding-top: 200px;}

.mr10 {margin-right: 10px;}

.c-gray {color: #636363 !important;}

/* end add style */

/* header */

body {font-family: 'nexa-r';}
p {font-family: 'nexa-r';}

.pre-header, .header {
	width: 100%;
}

.header {
	padding: 15px 0 25px;
}

.pre-header {
	background: #ca3638;
	position: relative;
	color: #fff;
	padding: 9px 0 7px;
}

.d-flex {
	display: flex;
}

.page-container {
	width: 80%;
	margin: 0 auto;
	max-width: 1920px;
}
 
.pre-header::after {
	content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: url(../img/header_stripe.png) repeat-x;
    height: 3px;
	box-sizing: border-box;
}

.pr-left, .head-left {
	width: 50%;
	display: flex;
}

.head-left img {
	width: 200px;
}

.pr-left i {
	font-size: 12px;
}

.location {
	padding-left: 10px;
	font-size: 12px;
}

.pr-right, .head-right {
	width: 50%;
}

.pr-right ul {
	display: flex;
	justify-content: flex-end;
}

.head-right {
	display: flex;
	justify-content: flex-end;
}

.pr-right a {
	color: #fff;
	padding: 0 10px;
}

.btn-contact {
	margin-top: 30px;
	margin-right: 15px;
}

.btn-contact a {
	padding: 10px 20px 8px;
    font-size: 14px;
    border-radius: 30px;
    background: #ca3638;
    color: #fff;
    text-align: center;
	transition: all .35s ease;
}

.btn-contact a:hover {
	opacity: .5;
}

.sosmed-icon li a:hover {
	opacity: .5;
}

/* end header */

/* content */

.content {
	text-align: center;
}

.content .heading {
	font-family: 'nexa-b';
	color: #ca3638;
	font-size: 30px;
	margin-bottom: 30px;
}

.content .subheading {
	font-size: 20px;
	line-height: 30px;
}

.link-tel:hover {
	opacity: .5;
	transition: .3s;
}

/* end content */

/* footer */

.foot-heading {
	font-size: 20px;
	color: #474747;
	margin-bottom: 20px;
}

.foot-content {
	font-size: 16px;
	color: #474747;
	margin-bottom: 20px;
	width: 80%;
	line-height: 25px;
}

.foot-section {
	width: 25%;
}

.foot-links ul li {
	margin-bottom: 15px;
}

.foot-links a {
	color: #ca3638;
	font-size: 16px;
}

.footer {
	padding: 40px 0 200px;
}

.foot-logo img {
	width: 250px;
}

.foot-sosmed {
	display: flex;
}

.foot-sosmed div {
	width: 35px;
    height: 36px;
    border-radius: 20px;
    display: grid;
    align-items: center;
    justify-content: center;
	transition: all .35s ease;
}

.foot-sosmed i {
	font-size: 16px;
}

.foot-sosmed .border-oldblue {border: 1.8px solid #506aa5;}
.c-oldblue {color: #506aa5;}

.foot-sosmed .border-blue {border: 1.8px solid #26bcff;}
.c-blue {color: #26bcff;}

.foot-sosmed .border-brown {border: 1.8px solid #87622e;}
.c-brown {color: #87622e;}

.foot-sosmed div:hover {
	/* opacity: .5; */
	cursor: pointer;

}

/* end footer */