* {
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    height: 100%;
    font-family: "Open Sans", sans-serif;
    color: #333333;
    background: #3c7ca8 url(../img/main-bg.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
html {
    width: 100%;
    height: 100%;
}
.txt_frm form span {
    font-size: 13px;
}
ul.nav.navbar-nav.navbar-right a {
    font-size: 15px;
    color: #fff !important;
    text-shadow: #000 0 0 0.1em;
    font-weight: 700;
}
ul.nav.navbar-nav.navbar-right a:hover {
    color: #fffccc !important;
    text-decoration: none;
}
nav.navbar.navbar-default {
    margin: 0;
    background: #1abb9c;
    border: none;
    border-radius: 0;
    background: -webkit-linear-gradient(left, #5e2e88, #1abc9c);
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #f0ad4e;
}
@media (max-width: 767px) {
    .navbar-default {
        position: fixed;
        z-index: 1030;
        right: 0;
        left: 0;
        top: 0;
    }
}
#mainContent {
    background: rgba(255, 255, 255, 0.9);
}
.footer {
    width: 100%;
    text-align: center;
    height: 40px;
}
input[type="number"] {
    width: 100%;
    border: 1px solid #1abb9c;
    height: 36px;
    padding: 6px 12px;
    border-radius: 0;
}
button.btn.btn-success {
    border-radius: 0;
    width: 100%;
    text-align: center;
    height: 40px;
    user-select: auto;
    text-transform: uppercase;
    background: -webkit-linear-gradient(left, #5e2e88, #1abc9c);
}
button.btn.btn-danger {
    border-radius: 0;
    width: 100%;
    text-align: center;
    height: 40px;
    user-select: auto;
}
.main_form {
    background: rgba(243, 156, 18, 0.2);
    padding: 30px;
    box-shadow: 1px 1px 4px 0 #999;
    border-radius: 8px;
}
.panel-group {
    box-shadow: 1px 1px 4px 0 #999;
    border-radius: 8px;
    margin-bottom: 0;
}
.txt_frm form legend {
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
}
.col-md-4.txt_frm {
    padding: 30px 15px;
    position: relative;
}
.col-md-4.page_frm {
    padding: 20px 15px;
    position: relative;
}
.col-md-8.page_frm {
    padding: 20px 15px;
    position: relative;
}
.panel-title.faq {
    font-size: 14px;
}
.panel-group.faq {
    margin-bottom: 10px;
    text-align: justify;
}
.content {
    width: 100%;
    height: auto;
    display: inline-block;
}
.menu ul li a {
    color: #fff !important;
    padding: 15px 10px;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.menu ul li {
    float: left;
}
.menu ul {
    list-style: none;
    float: right;
    margin: 0;
}
.menu {
    width: 100%;
    height: 40px;
    background: #1abb9c;
}
.col-md-12.main {
    width: 100%;
    height: auto;
    display: block;
}
.hotline p {
    float: right;
    margin: 5px 15px 0 0;
    color: #fff;
    font-weight: 500;
}
.col-md-12.hotline {
    width: 100%;
    height: 49px;
}
.modal-dialog {
    padding-top: 15%;
}
@media (min-width: 1200px) {
    .container {
        width: 1000px !important;
    }
}
.mainDIV {
    width: 100%;
    height: 100%;
    position: relative;
}
.cookie-policy {
    -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    background-color: #fae4dc;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.wrapper {
    background: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: left;
    width: 1000px;
    position: relative;
    line-height: 30px;
    text-shadow: #fff 0.1em 0.1em 0.2em;
}
.wrapper a:link,
.wrapper a:visited {
    font-size: 13px;
    color: #333;
    text-shadow: #fff 0.1em 0.1em 0.2em;
}
.copyrightDIV {
    border-width: 0;
	border-top: 1px solid #3f6e9138;
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    text-align: center;
    padding: 15px;
    background: rgb(226 226 226 / 90%);
    color: #8c8686;
}
.input-text {
    padding: 6px 0 6px 5px;
    border: 1px solid #1abb9c;
    color: #333;
    background-color: #fff;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 0;
    width: 100%;
    height: 40px;
    filter: Alpha(Opacity=70);
}
.input-text:focus {
    outline: 0;
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.navbar-toggle.sitename {
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
    color: #fff;
    float: left;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 15px;
}
.navbar-toggle.sitename:hover {
    background-color: transparent;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th{vertical-align:middle;}