.section-header-bar{
	background: linear-gradient( 90deg, rgb(73,81,254) 24%, rgb(73,81,254) 38%, rgb(148,69,211) 62%, rgb(223,57,167) 100%);
}
#menusite  .navbar-nav > li:nth-child(1)>a {
    /* background-color: #144f84 */
}
#menusite  .navbar-nav > li:nth-child(2)>a {
    background: #155690
}
#menusite  .navbar-nav > li:nth-child(3)>a {
    background: #175e9d
}
#menusite  .navbar-nav > li:nth-child(4)>a {
    background: #1966aa
}
#menusite  .navbar-nav > li:nth-child(5)>a {
    background: #1b6db5
}
#menusite  .navbar-nav > li:nth-child(6)>a {
    background: #1d75c2
}
#menusite  .navbar-nav > li:nth-child(7)>a {
    background: #1f7ccd
}
#menusite  .navbar-nav > li:nth-child(8)>a {
    background: #1380de
}
.btwrapinfo-flex{
	justify-content: center;
    align-items: flex-end;
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    bottom: 30px;
	position: absolute;
	z-index: 2;
}
.link-bg-banner{
	position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}
.btwrapinfo-flex .btn:hover{
	color: #fff !important;
    background-color: #33cccc;
}
.albuminfo-wrap .card img{
	transition: all 1s cubic-bezier(0, 0, 0.1, 1);
    transition-delay: .1s;
}
.albuminfo-wrap:hover .card img{
	 transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.bg-step{
	background-image: url(../images/line-step.png);
    background-position: bottom center;
    background-repeat: no-repeat;
	background-size: contain;
    margin-bottom: 38px;
}
@media (max-width: 767.98px) {
	.bg-step{background:#fff}
}