.navbar-brand{
    padding: 10px 10px;
}

.navbar{
    margin-bottom: 0px;
}

.jumbotron{
    background-color: #ffffff;
    padding: 10px 0 10px 0;
    margin-bottom: 0px;
    width: 100%;
    min-height: 650px;
}
.container2{
    width: 100%;
    min-height: 650px;
}
#prev {
    left: 10%;
    right: auto;
}
#next {
    right: 10%;
    left: auto;
}
.swiper-slide{
                width:100%;
                font-size:18px;
                text-align:center;
                justify-content:center;
                align-items:center;
                display:flex;
                background:#fff;
            }


.btn {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 12px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn:hover {
    color:#ddfa52;
    }
.btn-primary:focus {
    background-color:#9e9e9e;
    }
    
.index-font{
	font-size: 16px;
	margin-top: 5px;
    margin-bottom: 5px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
}
.index-a{color: #f44336;}
    
#publish{
	background: url(../img/icons.png)left top no-repeat;
	background-position:left -50px;
    width: 50px;
    height: 50px;
    display: block;
    opacity: 1;
    position: fixed;
    right: 40px;
    bottom: 200px;
    z-index: 6666;
    cursor: pointer;
    overflow: hidden;
}
#publish .mask{
	position:absolute;
    width: 50px;
    height: 50px;
	background-color:#fff;
	padding-left:5px;
	display:none;
}
#publish:hover .mask{
	display:block;
}
#clientchat{
	background: url(../img/icons.png)left top no-repeat;
	background-position:left -100px;
    width: 50px;
    height: 50px;
    display: block;
    opacity: 1;
    position: fixed;
    right: 40px;
    bottom: 150px;
    z-index: 6666;
    cursor: pointer;
    overflow: hidden;
}
#clientchat .mask{
	position:fixed;
    width: 50px;
    height: 50px;
	background-color:#fff;
	padding-left:5px;
	display:none;
}
#clientchat:hover .mask{
	display:block;
}
#back {
    background: url(../img/icons.png)left top no-repeat;
    background-position:left -150px;
    width: 50px;
    height: 50px;
    display: block;
    opacity: 1;
    position: fixed;
    right: 40px;
    bottom: 100px;
    z-index: 666;
    cursor: pointer;
    overflow: hidden;
}
#back .mask{
	position:absolute;
    width: 50px;
    height: 50px;
	background-color:#fff;
	padding-left:5px;
	display:none;
}
#back:hover .mask{
	display:block;
}