/** Custom 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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a,
a:hover {
    text-decoration: none;
    transition: 0.2s all;
    cursor: pointer;
}
a {
    text-decoration: none!important;
    outline: none!important;
    color: inherit;
}

HTML {
	position:relative;
	height:100%;	
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Red Hat Text';
	background: url(../images/banner-bg.jpg)no-repeat center;
	background-size: cover;
}
ol, ul, li {
    list-style: none;
}



/**====================================
Header 
====================================**/
.hi-header{
    background: #fff;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.hi-header .navbar-brand{
    margin: auto;
    padding: 38px 0 22px;
}
.hi-header .navbar-brand img{
    max-width: 322px;
}

/**====================================
Contents 
====================================**/
.box-contents{
    /*background: url(../images/banner-bg.jpg) no-repeat 50% 50% / cover;*/
    padding: 80px 0 50px;
}
.box-contents .row{
    margin-left: -20px;
    margin-right: -20px;
}
.box-contents .row > .col-12,
.box-contents .row > .col-md-6{
    padding-left: 20px;
    padding-right: 20px;
}
.c-box h2,
.c-box h3{
    font-size: 30px;
    color: #fff;
    line-height: 36px;
    font-weight: 400;
    border-bottom: 2px solid #fff;
    padding-bottom: 22px;
    line-height: 1.2;
    margin-bottom: 25px;
}
.c-box span{
    display: block;
    font-size: 25px;
    color: #fff;
    line-height: 1.75;
}
.c-box span strong{
    font-weight: 500;
}
.c-box ul li{
    margin-bottom: 40px;
}
.c-box ul li a{
    color: inherit;
    border-bottom: 1px solid transparent;
}
.c-box ul li a:hover{
    color: #fff;
    border-bottom-color: #fff;
}
.c-box ul.timesch li span strong{
    display: inline-block;
    min-width: 48px;
}
.vor-box{
    background: #74776B;
    margin-top: 17px;
    padding: 40px 44px 47px;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 50%);
}
.vor-box h4{
    font-size: 30px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 14px;
    font-weight: 400;
}
.vor-box ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -20px;
}
.vor-box ul li{
    padding: 0 20px;
    width: 100%;
    max-width: 50%;
}
.vor-box ul li address{
    display: block;
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
}
.vor-box ul li a{
    display: block;
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
}
.vor-box ul li a strong{
    font-weight: 500;
}

footer{
	position:absolute;
	width:100%;
	bottom:0;
    background: #002737;
}
footer ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
footer ul li{
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
}
footer ul li a{
    color: #fff;
}
footer ul li a:hover{
    color: #fff;
}
footer ul li + li:before{
    content: '|';
    display: inline-block;
    font-size: 100%;
    margin: 0 9px;
}
.modal-big .modal-dialog{
    max-width: 1060px;
}
.modal-big .modal-content{
    border: 0;
    border-radius: 0;
}
.modal-big .close{
    font-weight: 500;
    color: #51A296;
    font-size: 30px;
}
.modal-big .modal-body{
    padding: 60px 50px;
}
.modal-big .modal-body ul li + li{
    margin-top: 30px;
}
.modal-big .modal-body h5{
    font-size: 25px;
    color: #31393C;
    font-weight: 500;
}
.modal-big .modal-body p,
.modal-big .modal-body ul li{
    font-size: 23px;
    color: #31393C;
    font-weight: 400;
    line-height: 1.5;
}
.modal-backdrop{
    background: #00425a;
}
.modal-backdrop.show {
    opacity: .90;
}
.cbtn{
    position: absolute;
    top: 30px;
    right: 60px;
}
.cbtn button.close{
    position: fixed;
}

.text-blue {
	color: #51A296;
}

.modal-body h2,
.modal-body h3,
.modal-body h4 {
	font-weight:500;
}

.modal-body h2,
.modal-body h3,
.modal-body p {
	margin-bottom:22px;
}

.modal-body h3 {
	margin-bottom:0;
	font-size:23px;
}

.modal-body h4 {
	margin-bottom:0;
	font-weight:500;
}

.modal-body h3 + h4 {
	font-weight:200;
	font-size:23px;
}
.modal-body p {
	margin-bottom:44px;
	font-size:23px;
}

.modal-body h2 {
	font-size:28px;
}

.modal-body h2.text-blue {
	font-size:32px;
	text-transform:uppercase;
	font-weight:400;
}

/**====================================
Responsive 
====================================**/
@media (min-width: 1200px){
    .container{
        max-width: 1093px;
    }
}

@media (max-width: 1199px){
    .hi-header .navbar-brand{
        padding: 20px 0;
    }
    .hi-header .navbar-brand img {
        max-width: 280px;
    }
    .c-box h2,
    .c-box h3{
        font-size: 24px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .c-box span{
        font-size: 18px;
    }
    .c-box ul li {
        margin-bottom: 30px;
    }
    .vor-box{
        padding: 30px;
    }
    .vor-box h4{
        font-size: 24px;
    }
    .vor-box ul li a,
    .vor-box ul li address{
        font-size: 18px;
    }
    footer ul li{
        font-size: 18px;
        padding: 12px 0;
    }
    .modal-big .modal-dialog{
        padding: 0 15px;
    }
}

@media (max-width: 991px){
    .vor-box ul li a, 
    .vor-box ul li address,
    .c-box span {
        font-size: 16px;
        line-height: 1.5;
    }    
    footer ul li{
        font-size: 16px;
        padding: 14px 0;
    }
    .modal-big .modal-body{
        padding: 30px;
    }/*
    .modal-big .modal-body h3{
        font-size: 24px;
    }*/
    .modal-big .modal-body p,
    .modal-big .modal-body h5,
    .modal-big .modal-body ul li{
        font-size: 18px;
    }
    .modal-big .close{
        font-size: 24px;
    }    
    .modal-big .modal-dialog{
        padding: 0;
    }
    .cbtn{
        right: 40px;
        top: 20px;
    }	

	.modal-body h3 {
		font-size:18px;
		font-weight:500;
	}

	.modal-body h3 + h4,
	.modal-body h4 {
		font-size:18px;
	}

	.modal-body h3 + h4 {
		font-weight:400;
	}

	.modal-body h4 {
		font-weight:500;
	}

	.modal-body h2.text-blue {
		font-size: 28px;
		font-weight:400;
	}

	.modal-body h2 {
		font-size: 24px;
		font-weight:500;
	}

	.modal-body p strong {
		font-weight:500;
	}

}

@media (max-width: 767px){
	body {
		background:transparent;
	}
	
	.box-contents{
		background: url("../images/banner-bg.jpg") no-repeat center;
		background-size:cover;
	}

    .vor-box ul{
        display: block;
    }
    .vor-box ul li{
        max-width: 100%;
    }
    .vor-box ul li + li{
        margin-top: 25px;
    }
    .hi-header .navbar-brand img {
        max-width: 200px;
    }
    .box-contents{
        padding: 50px 0;
    }
    .modal-big .modal-body {
        padding: 20px;
    }
    .modal-big .modal-body h3 {
        margin-bottom: 0px;
    }
    .modal-big .close{
        font-size: 20px;
    }
    .modal-big .modal-body p, .modal-big .modal-body h5 {
        font-size: 16px;
    }
    .modal-big .modal-body ul li + li {
        margin-top: 20px;
    }

	footer {
		position:relative;
		bottom:initial;
	}

	.modal-body h3 + h4 {
		font-size:16px;
	}
}

@media (max-width: 575px){
    .vor-box ul li a, .vor-box ul li address, .c-box span{
        font-size: 14px;
        font-size: 16px;
    }
    .c-box ul.timesch li span strong{
        min-width: 30px;
    }
    .c-box h2,
    .c-box h3,
    .vor-box h4{
        font-size: 22px;
    }
    .vor-box {
        padding: 25px 20px;
    }
    .vor-box ul li address br{
        display: none;
    }
    .modal-big .modal-body p, .modal-big .modal-body h5 {
        font-size: 16px;
    }

	.modal-big .modal-body h3 {
		font-size: 16px;
		font-weight:500;
	}

    .box-contents .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .box-contents .row > .col-12, 
    .box-contents .row > .col-md-6 {
        padding-left: 15px;
        padding-right: 15px;
    }

	.modal-big .modal-body h2.text-blue {
		font-size: 1.5rem;
	}

	.modal-big .modal-body .h2, .modal-big .modal-body h2 {
		font-size: 1.25rem;
	}

	.modal-big .modal-body h4 {
		font-size:16px;
	}
}

@media (max-width: 340px){
    .vor-box ul li a, .vor-box ul li address, .c-box span{
        font-size: 14px;
    }
}



/**====================================
bootstrap styles 
====================================**/
.row{
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}
.navbar-collapse{
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}
.btn-group, .btn-group-vertical{
    display: -webkit-inline-flex;
}
.d-flex{
    display: -webkit-flex;
}
.navbar{
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}
.navbar>.container, .navbar>.container-fluid {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}
button, input[type="submit"],
input:focus,
button:focus{
    outline: 0 !important;
}
.align-items-center{
    -webkit-align-items: center;
}

/****************************/
/** bootstrap custom ***/
/***************************/
.col-auto {
    -webkit-flex: 0 0 auto;
}
.col-1 {
    -webkit-flex: 0 0 8.333333%;
}

.col-2 {
    -webkit-flex: 0 0 16.666667%;
}

.col-3 {
    -webkit-flex: 0 0 25%;
}

.col-4 {
    -webkit-flex: 0 0 33.333333%;
}

.col-5 {
    -webkit-flex: 0 0 41.666667%;
}

.col-6 {
    -webkit-flex: 0 0 50%;
}

.col-7 {
    -webkit-flex: 0 0 58.333333%;
}

.col-8 {
    -webkit-flex: 0 0 66.666667%;
}

.col-9 {
    -webkit-flex: 0 0 75%;
}

.col-10 {
    -webkit-flex: 0 0 83.333333%;
}

.col-11 {
    -webkit-flex: 0 0 91.666667%;
}
.col-12{
    -webkit-flex: 0 0 100%;
}

@media (min-width: 576px){
    .col-sm-auto {
        -webkit-flex: 0 0 auto;
    }
    .col-sm-1 {
        -webkit-flex: 0 0 8.333333%;
    }
    .col-sm-2 {
        -webkit-flex: 0 0 16.666667%;
    }
    .col-sm-3 {
        -webkit-flex: 0 0 25%;
    }
    .col-sm-4 {
        -webkit-flex: 0 0 33.333333%;
    }
    .col-sm-5 {
        -webkit-flex: 0 0 41.666667%;
    }
    .col-sm-6 {
        -webkit-flex: 0 0 50%;
    }
    .col-sm-7 {
        -webkit-flex: 0 0 58.333333%;
    }
    .col-sm-8 {
        -webkit-flex: 0 0 66.666667%;
    }
    .col-sm-9 {
        -webkit-flex: 0 0 75%;
    }
    .col-sm-10 {
        -webkit-flex: 0 0 83.333333%;
    }
    .col-sm-11 {
        -webkit-flex: 0 0 91.666667%;
    }
    .col-sm-12 {
        -webkit-flex: 0 0 100%;
    }
}

@media (min-width: 768px){
    .col-md-auto {
        -webkit-flex: 0 0 auto;
    }
    .col-md-1 {
        -webkit-flex: 0 0 8.333333%;
    }
    .col-md-2 {
        -webkit-flex: 0 0 16.666667%;
    }
    .col-md-3 {
        -webkit-flex: 0 0 25%;
    }
    .col-md-4 {
        -webkit-flex: 0 0 33.333333%;
    }
    .col-md-5 {
        -webkit-flex: 0 0 41.666667%;
    }
    .col-md-6 {
        -webkit-flex: 0 0 50%;
    }
    .col-md-7 {
        -webkit-flex: 0 0 58.333333%;
    }
    .col-md-8 {
        -webkit-flex: 0 0 66.666667%;
    }
    .col-md-9 {
        -webkit-flex: 0 0 75%;
    }
    .col-md-10 {
        -webkit-flex: 0 0 83.333333%;
    }
    .col-md-11 {
        -webkit-flex: 0 0 91.666667%;
    }
    .col-md-12 {
        -webkit-flex: 0 0 100%;
    }
}

@media (min-width: 992px){
    .col-lg-auto {
        -webkit-flex: 0 0 auto;
    }
    .col-lg-1 {
        -webkit-flex: 0 0 8.333333%;
    }
    .col-lg-2 {
        -webkit-flex: 0 0 16.666667%;
    }
    .col-lg-3 {
        -webkit-flex: 0 0 25%;
    }
    .col-lg-4 {
        -webkit-flex: 0 0 33.333333%;
    }
    .col-lg-5 {
        -webkit-flex: 0 0 41.666667%;
    }
    .col-lg-6 {
        -webkit-flex: 0 0 50%;
    }
    .col-lg-7 {
        -webkit-flex: 0 0 58.333333%;
    }
    .col-lg-8 {
        -webkit-flex: 0 0 66.666667%;
    }
    .col-lg-9 {
        -webkit-flex: 0 0 75%;
    }
    .col-lg-10 {
        -webkit-flex: 0 0 83.333333%;
    }
    .col-lg-11 {
        -webkit-flex: 0 0 91.666667%;
    }
    .col-lg-12 {
        -webkit-flex: 0 0 100%;
    }
}

@media (min-width: 1200px){
    .col-xl-auto {
        -webkit-flex: 0 0 auto;
    }
    .col-xl-1 {
        -webkit-flex: 0 0 8.333333%;
    }
    .col-xl-2 {
        -webkit-flex: 0 0 16.666667%;
    }
    .col-xl-3 {
        -webkit-flex: 0 0 25%;
    }
    .col-xl-4 {
        -webkit-flex: 0 0 33.333333%;
    }
    .col-xl-5 {
        -webkit-flex: 0 0 41.666667%;
    }
    .col-xl-6 {
        -webkit-flex: 0 0 50%;
    }
    .col-xl-7 {
        -webkit-flex: 0 0 58.333333%;
    }
    .col-xl-8 {
        -webkit-flex: 0 0 66.666667%;
    }
    .col-xl-9 {
        -webkit-flex: 0 0 75%;
    }
    .col-xl-10 {
        -webkit-flex: 0 0 83.333333%;
    }
    .col-xl-11 {
        -webkit-flex: 0 0 91.666667%;
    }
    .col-xl-12 {
        -webkit-flex: 0 0 100%;
    }
}


