body{
    background-color: #EEEEFE;
    transition: all 0.1s ease-out;
}
.page-content{
    height: 100vh;
    background-color: transparent;
    transition: all 0.1s ease-out;
}
.header{
    height: 35vh;
    background-color: #2e3191;
    background-size: cover;
    padding: 15px;
    background-position-y: -75px;
}
.newsletter-area{
    min-height: 120px;
    background-color: #fff;
}

.roud-content{
    border-top-left-radius: 40px;
}
.logo{
    text-align: center;
}
.page-tabing-content{
    background-color: #fff;
    min-height: 55vh;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    margin-top: -40px;
    padding-top: 50px;
}
.tabbing-box{
    background-color: #fff;
    padding: 10px 15px;
    margin-right: 20px !important;
    border-radius: 15px;
    box-shadow: 0px 5px 6px #d6d4d4;
    height: 70px;
}
.tabbing-box a{
    font-family: Raleway-SemiBold;
    color: #C7158C;
    vertical-align: sub;
    text-decoration: none;
}
.alignation-tabing{
    border: none;
}
#categoryList{
    margin-top: -80px;

}
.splide__track{
    padding-bottom: 20px;
}
.icon-tab{
    padding-right: 5px;
}
li > .active:after{
    content: "";
    display: block;
    border-bottom: 2px solid #C7158C;
    width: 90px;
    margin: 0 auto;
    margin-top: 33px;
}
.tabing-title{
    font-family: 'Raleway-SemiBold';
    color: #2E3191;
    margin-bottom: 10px;
}
.link-icon{
    width: 10%;
    display: inline-block;
    margin-right: 10px;
}
.link-name{
    width: 70%;
    display: inline-block;
    color: #C7158C;
    font-family: 'Raleway-SemiBold';
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
}
.link-link-icon{
    width: 10%;
    display: inline-block;
}
.link-box{
    padding: 10px;
}
.tab-content{
    height: 40vh;
    overflow: auto;
}

.newsletter-title {
    overflow: hidden;
    font-family: 'Raleway-SemiBold';
    color: #C7158C;

    margin-bottom: 10px;

}

.newsletter-title:after {
    background-color: #F6C5E6;
    content: "";
    display: inline-block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.newsletter-title:after {
    left: 0.5em;
    margin-right: -50%;
}
.newsletter-input-box {
    background-color: #2E3191;
    padding: 5px;
    border-radius: 10px;
}
.newsletter-input-box input{
    height: 50px;
    width: 86%;
    padding-left: 15px;
    line-height: 50px;
    font-family: 'Raleway-SemiBold';
    border-radius: 6px;
    border: none;
}
.newsletter-input-box button{
    width: 14%;
    background-color: #2e3191;
    border: none;
    font-size: 25px;
    color: #fff;
    height: 50px;
    vertical-align: bottom;
}

.left-menu{
    width: 100px;
    position: absolute;
    z-index: -1;
    margin-top: 20px;
    text-align: center;
}
.f-slogan{
    font-family: 'Raleway-Bold';
    color: #C7158C;
    font-size: 16px;
}
.s-slogan{
    font-family: 'Raleway-Bold';
    color: #F6C5E6;
    font-size: 16px;
}
.slogan-left-menu{
    margin-top: 50px;
    margin-bottom: 40px;
}
.close-menu{
    height: 60px;
}
/*.content-alignation-menu{*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    left: 100px;*/
/*    top: 70px;*/
/*}*/
.logo img{
    width: 130px;
}