.panel-default{
    box-shadow: 0 4px 8px 0 rgb(191 164 10 / 30%), 0 6px 20px 0 rgb(205 173 13 / 41%);
}
.group-page{
    background: url(/assets/addons/cms/img/bj1.png) no-repeat fixed;
    background-position-y: bottom;
    background-size: 100%;
    background-color: #fefbf6;
}
.panel-body{
    background: #fefaf6;
}
.control-label{
    width: 200px;
}
.article-content .article-metas .metas-title{
font-size: 30px;
color: #333;
}
.form-group {
font-size: 16px;
line-height: 50px;
}
.row p{
text-align: initial;
}
.form-group .n-msg {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}
.form-group input {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    float: left;
    margin-top: 15px;
    border-radius: 15px;
    border: 2px solid #5e5c58;
    padding: 0 10px;
}
.form-group .tel-flex{
    display: flex;
}
.form-group .tel-plus{
    font-size: 28px;
    font-weight: 700;
    margin: 5px 5px 0;
}
.disp-none{
    display: none;
}
.form-group button.btn.btn-primary.btn-embossed {
    color: #333;
    background-color: #e6bc4c;
    border-color: #e6bc4c;
    border-radius: 15px;
    width: 120px;
    font-size: 18px;
    margin-right: 50px;
	margin-top: 50px;
}
.form-group button.btn.btn-default.btn-embossed {
    color: #333;
    border-radius: 15px;
    width: 120px;
    font-size: 18px;
	margin-top: 50px;
}
.navbar-form {
    background-color: #76211c;
    text-align: center;
    margin: 0;
}

.navbar-form .navbar-nav-item a {
    color: #fff;
    font-size: 18px;
}

.navbar-form .navbar-nav-item a:hover {
    color: #e6bc4c;
	background-color: #fff;
}

.navbar-form .navbar-nav .action a {
    color: #fff;
    background: #e6bc4c;
}

.navbar-form .navbar-nav-item {
    min-width: 100px;
}

.navbar-form .navbar-nav .action {
    background-color: #fff;
}

.navbar-form .navbar-nav .action a:hover {
    background-color: #fff;
    color: #e6bc4c;
}

.header-img img {
    width: 100%;
}
.fz20 {
    font-size: 16px;
}
.c1 {
    color: #f29600;
}
.fb {
    font-weight: bold;
}
.mt20 {
    margin-top: 20px;
}
.mt40 {
    margin-top: 40px;
}
.mb20 {
    margin-bottom: 20px;
}
#ck2 {
    width: 16px;
    height: 16px;
}
.footer-inner .footer-item{
    display: flex;
    list-style-type: none;
    font-size: 18px;
    font-weight: 700;
}
.footer-inner p{
    text-align: center;
    font-size: 16px;
}
.footer-inner .footer-item li{
    list-style-type: none;
    font-size: 16px;
    flex: 1;
}
.footer{
	position: fixed;
    width:100%;
    bottom:0;
	background: #333333;
}
.footer>p{
    color:#999;
    font-size:14px;
    padding:25px 0;
    text-align:center;
    background:#333333
}
.footer .last{
    margin-top:-28px;
	font-size:12px;
}
.footer .last::before{
    display:inline-block;
    vertical-align:middle;
    content:'';
    width:26px;
    height:2px;
    background:-webkit-gradient(linear, left top, right top, from(#333), to(#666));
    background:-webkit-linear-gradient(left, #333, #666);
    background:-o-linear-gradient(left, #333, #666);
    background:linear-gradient(90deg, #333, #666)
}
.footer .last::after{
    display:inline-block;
    vertical-align:middle;
    content:'';
    width:26px;
    height:2px;
    background:-webkit-gradient(linear, right top, left top, from(#333), to(#666));
    background:-webkit-linear-gradient(right, #333, #666);
    background:-o-linear-gradient(right, #333, #666);
    background:linear-gradient(270deg, #333, #666)
}
.footer>ul{
    width:1200px;
    margin:0 auto;
    color:#fff;
    text-align:justify;
    -moz-text-align-last:justify;
    text-align-last:justify
}
.footer>ul>li{
    vertical-align:top;
    width:160px;
    display:inline-block
}
.footer>ul>li:last-child{
    width:207px
}
.footer>ul>li>ul>li{
    text-align:left;
    -moz-text-align-last:left;
    text-align-last:left;
    font-size:16px;
    margin-bottom:18px
}
.footer>ul>li>ul>li:first-child{
    font-size:24px;
    margin-bottom:50px;
    letter-spacing:1.5px
}
.footer>ul>li>ul>li:not(:first-child){
    cursor:pointer;
    -webkit-transition:all .36s ease;
    -o-transition:all .36s ease;
    transition:all .36s ease;
    position:relative;
    left:0
}
.footer>ul>li>ul>li:not(:first-child):hover{
    padding-left:1em;
    color:#f29600
}