.sub-promotion {
    height: 360px;
    /*height: auto;*/
    flex-direction: column;
    justify-content: flex-end;
}

.sub-promotion-wrapper {
    width: 1300px;
}

.sub-p-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sub-p-text span {
    color: #aaa;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat';
    margin-bottom: 1.5rem;
    letter-spacing: 0;
}

.sub-p-text h5 {
    color: #222;
    font-size: 45px;
    font-weight: 500;
}

.sub-navigation {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
    margin-bottom: -1px;
    flex-wrap: wrap;
}

.sub-navBtn {
    color: #888;
    font-size: 18px;
    font-weight: 500;
    padding: 17px 28px;
    background-color: rgba(0, 0, 0, .05);
}

.sub-navBtn:hover {
    background-color: rgba(0, 0, 0, .07);
}

.sub-navBtn.show {
    color: #333;
    background-color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, .08);
}


/*==================================================*/
@media (max-width: 1350px) {
    .sub-promotion-wrapper {
        width: 100%;
        margin-top: 3rem;    
    }
}


@media (max-width: 1250px) {
    .sub-promotion {
        justify-content: center;
    }

    .sub-p-text {
        margin-top: 3rem;
    }
    
    .sub-navigation {
        display: none;
        /*margin-top: 3rem;*/
    }

    .sub-navBtn {
        padding: 15px 20px;
        font-size: 0.9em;
    }
}


@media (max-width: 800px) {
    .sub-promotion {
        padding-bottom: 0;
    }
}


@media (max-width: 550px) {
    .sub-p-text span {
        font-size: 16px;
        margin-bottom: 1rem;
    }
    
    .sub-p-text h5 {
        font-size: 36px;
    }
	
	.promotion{overflow:visible}
	.sub-promotion {height:auto!important;}
	.sub-navigation {
        display: flex;
        margin-top: 3rem;
		background:#fff;
    }
	.sub-navigation a{width:50%;text-align:center;display:flex;align-items: center;justify-content: center;}
	a.sub-navBtn{padding:15px 5px;font-size:1.3em;border: 1px solid #dddddd; margin-left: -1px;margin-top: -1px;}
	a.sub-navBtn.show{border:none;}
}


@media (max-width: 450px) {
    .sub-promotion {
        height: 300px;
        /*height:auto;*/
    }
    
    .sub-p-text span {
        font-size: 13px;
    }
    
    .sub-p-text h5 {
        font-size: 32px;
    }
}