.bgx1{
    background-image:url(https://www.newpages2u.com/userfiles/22630/image/bg1.png);
    background-size:cover;
    background-position:top;
    padding:6% 0 8% 0;
    color:#fff;
}

.bgx2 {
    background-image: url(https://www.newpages2u.com/userfiles/22630/image/bg2.png);
    background-size: cover;
    background-position: bottom;
    padding: 14% 0 11% 0;
    color: #666;
    text-align: center;
    z-index: 5;
    position: relative;
}

.bgx3 {
    background-image: url(https://www.newpages2u.com/userfiles/22630/image/bg3.png);
    background-size: cover;
    background-repeat: repeat-x;
    padding: 8% 0;
    z-index: 10;
    position: relative;
}

.bgx4{
    background-image: url(https://cdn1.npcdn.net/userfiles/22630/image/bg4.jpg);
    padding: 14% 0 4% 0;
    z-index: 2;
    position: relative;
}

.mar-up{
    margin-top:-8%;
}

.mar-up2{
    margin-top:-1%;
}

.mar1{
    margin-top:5%;
}

.wid-8{
    width:80%;
    margin:0 10%;
}

.font1{
    font-size:1rem;
    line-height:1.6rem;
    font-weight:400;
}

.box-yellow {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background: #faaf40;
    border-radius: 25px;
    text-align: center;
    width: max-content;
    padding: 7px 20px;
    margin: 10px auto 30px auto;
    transition: ease-in-out 0.3s;
    display: block;
}

.box-yellow:hover{
    background:#ff9810;
    text-decoration:none;
}

.title-imgx1{
    max-width:400px;
    margin: 0 auto 20px auto;
}

.title-imgx2{
    max-width:700px;
    margin: 0 auto;
}

.imgx1{
    max-width:300px;
    margin: 0 auto;
    transition:Ease-in-out 0.3s;
}

.imgx1:hover{
    transform:scale(1.05);
}

.btnx1{
    background:#faaf40;
    border-radius: 25px;
    color:#fff !important;
    font-size:16px;
    text-align:center;
    width:max-content;
    padding:10px 30px;
    font-weight: bold;
    box-shadow: 1px 1px 2px rgb(0,0,0,0.3);
    transition:ease-in-out 0.3s;
    display:block;
}

.btnx1:hover{
    background:#ff9810;
    margin-left:10px;
    text-decoration:none;
}

.btn_center{
    margin:0 auto !important;
}

.news-listing{
    width:80%;
    margin: 0 auto;
    color:#fff;
}

.news-listing .tag-news-item .tag-news-body {
    text-align:left;
}

.news-listing .tag-news-item .news-title a {
    color: #fff;
}

.news-listing.v2 .tag-news-item .news-inner-img {
    width: 80%;
    padding-bottom: 80%;
}

.intro {
    padding: 0 !important;
    overflow-x: auto;
}

p.mhomecontent {
    padding-top: 0 !important;
}

.main_photo {
    background: #f07db0;
}