.menu-footer-mb{
	display: none;
}

.group-btn-call-mobile{
	position: fixed;
    left: 0;
    display: none;
    z-index: 9;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
}

@media(max-width: 580px){
	.group-btn-call{
		display: none;
	}

	.group-btn-call-mobile{
		display: flex;
	}
	.group-btn-call-mobile a{
		border-radius: 0;
		flex: 1;
	}
	.group-btn-call-mobile a img {
	    width: 24px;
	    vertical-align: middle;
	    height: 24px;
	    margin: 5px;
	}
	.group-btn-call-mobile a#call_phone_btn {
	    color: #fff;
    	background-color: #33a837;
	}
}

/*btn-link-control*/
.btn-link-control{
	text-align: right;
}
.btn-link-control a{
    cursor: pointer;
    outline: none;
    display: inline-block;
    position: relative;
    background: #f1f1f1;
    border: 0;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 0 4px 4px 0;
}
.btn-link-control a.nextLink{
   	background: #fdce09;
}
.btn-link-control a.preLink:after{
	content: "";
    display: block;
    position: absolute;
    left: -13px;
    top: 0;
    width: 0;
    height: 0;
    border-color: transparent #f1f1f1 transparent transparent;
    border-style: solid;
    border-width: 15px 13px 15px 0;
}
.btn-link-control a.nextLink:after{
	content: "";
    display: block;
    position: absolute;
    right: -13px;
    top: 0;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fdce09;
    border-style: solid;
    border-width: 15px 0 15px 14px;
}

@media(max-width: 768px){
	.btn-link-control{
		display: flex;
		justify-content: space-between;
		margin-bottom: 10px;
		padding: 0 20px;
	}
}
/*btn-link-control*/

.demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: opacity 0.3s ease 0s;
}
.video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
    cursor: pointer;
}