
body {
    font-family: 'Trajan Pro Regular';
    margin: 0;
    padding: 0;
    color: #0a4852;
    font-size: 16px;
    line-height: 1.4;
    font-weight:300;

    background-color: #f4ede5 !important;
}
#lower_left {
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("../img/corner_left_bottom.png?v=2");
    background-repeat: no-repeat;
    background-size: cover;
}

#lower_right {
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("../img/corner_right_bottom.png?v=2");
    background-repeat: no-repeat;
    background-size: cover;
}
#upper_right {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../img/corner_right_upper.png?v=2");
    background-repeat: no-repeat;
    background-size: cover;
}
#upper_left {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/corner_left_upper.png?v=2");
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 600px) {
#lower_left {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("../img/corner_left_bottom.png?v=2");
    background-repeat: no-repeat;
    background-size: cover;
}

#lower_right {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("../img/corner_right_bottom.png?v=2");
    background-repeat: no-repeat;
    background-size: cover;
}
#upper_right {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../img/corner_right_upper.png?v=2");
    background-repeat: no-repeat;
    background-size: cover;
}
#upper_left {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/corner_left_upper.png?v=2");
    background-repeat: no-repeat;
    background-size: cover;
}
}
.cover_right
{
    background-image: url("../img/cover_right2.png?v=2");
    background-size: contain;
    background-repeat: repeat-y;


}
.cover_left
{

    background-image: url("../img/cover_left.png?v=2");
    background-size: contain;
    background-repeat: repeat-y;


}
#content
{

    background-image: url("../img/cover_center.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;


}

#header_bottom
{
    background-image: url("../img/header_bottom.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
#header_upper
{
    background-image: url("../img/header_upper.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;


}
#corner_right_upper
{
    background-image: url("../img/corner_right_upper.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#corner_left_upper
{
    background-image: url("../img/corner_left_upper.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



.form-label span {
    float:left;


}
.form-label {
    width: 100%;
}
input[type="text"]::-webkit-input-placeholder {
    color: #0a4852;
    font-size: 15px;
}
.modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    outline: 0 none;
    position: relative;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px;
    background: #0a4852 !important;
    color : #fff !important;

}
.btn-default {
    color: inherit;
    background: #0a4852 !important;
    border: 1px solid #e7eaec;
}
.btn-default {
    color: #ffffff;
    background-color: #0a4852;
    border-color: white;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5000;
    background-color: #000;
}
.input-lg {
    height: 30px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #e7eaec;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.btn {
    border-radius: 3px;
}
.btn-default {
    color: #ffffff;
    background-color: #0a4852;
    border-color: white;
}

.btn-default {
    color: inherit;
    background: #0a4852;
    border: 1px solid #e7eaec;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #e7eaec;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 2px solid #ddd;
}
.swiper-slide {
    width: 100%;
    text-align: left;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.swiper-slide img {
    display: block;
    max-width: 100%;
}

.textH4 {
    font-size:18px !important;
    font-family: 'Trajan Pro Bold';

}
.textH4EN {
    font-size:18px !important;
    margin-top:20px;


}

