.header-web-login{
    background-color: #FFF;
}
.landing-page-layout{
    padding-top: 100px;
}
.img-blog-hero{
    object-fit: cover;
    width: 100%;
    object-position: top;
}
.content-hero{
    background-color: #FFF;
    padding: 20px;
    position: relative;
    top: -100px;
    width: 70%;
}
.content-hero > p{
    color:#75848E;
    font-weight: 400;
    font-size: 18px;
}
.content-hero > h4{
    color: #2B2B2B;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 30px;
}
.content-hero > p:nth-child(3){
    color:#75848E;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 40px;
}
.content-hero > a{
    font-weight: 700;
    font-size: 14px;
    color: #599AEF;
}
.row-second{
    margin-bottom: 40px;
}
.second-container{
    display: flex;
    justify-content: space-between;
}
.second-container > div:nth-child(2) > h3{
    font-weight: 400;
    font-size: 24px;
    color: #75848E;
    margin-bottom: 30px;
}
.second-container > div:nth-child(2) > div{
    margin-bottom: 20px;
}
.second-container > div:nth-child(2) > div > a > h4{
    color: #2B2B2B;
    font-weight: 400;
    font-size: 18px;
}
.second-container > div:nth-child(2) > div > p{
    color: #BABABA;
    font-weight: 400;
    font-size: 14px;
}
.other-blog{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 620px;
}
.other-blog-section{
    width: 300px;
    height: 250px;
    position: relative;
    margin-bottom: 20px;
}
.other-blog-section > img{
    object-fit: cover;
    object-position: center;
    width: 300px;
    height: 250px;
}
.other-blog-desc{
    position: absolute;
    bottom: 0;
    padding: 10px 10px 30px 10px;
}
.other-blog-desc > p{
    font-size: 20px;
    color: #FAFBFF;
    font-weight: 700;
    margin-bottom: 0;
}
.other-blog-desc > p:last-child{
    font-weight: 400;
    font-size: 14px;
}
.button-show-more{
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.btn-show-more{
    font-weight: 700;
    color: #599AEF;
    background-color: #FFF;
    border: 1px solid #599AEF;
    border-radius: 25px;
    width: 160px;
    height: 45px;
}
.top-article-section{
    width: 300px;
}
.top-article-section > h3{
    margin-top: 0;
}
.share-media-section{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.share-media{
    margin-top: 60px;
}
.share-media > p{
    font-size: 14px;
    font-weight: 400;
    color: #75848E;
    margin-bottom: 5px;
}
.share-media-section > a > img{
    width: 50%;
}

/* ANIP DEV */
.content-bg1 {
	/* background-image: url('/image/web/new/aboutus.png');
	background-repeat: no-repeat;
	background-size: 100%; */
	position: relative;
}

.content-bg2 {
  background: #fff;
	background-image: url('/image/web/new/bg-star.png');
	background-repeat: no-repeat;
	background-size: 100%;
}
.container.bg2 .row div .card {
  border-radius: 25px;
}

.container.bg2 .row div .card img {
  border-radius: 25px 25px 0 0 !important;
}

.container.bg2 .row div .card .card-body {
  border-radius: 0 0 25px 25px !important;
}

.card.post-card .card-body .card-title a{
  text-decoration: none;
  color: #212529;
  /* cursor: pointer; */
}

.card.post-card:hover{
  /* -webkit-box-shadow: 0px 2px 5px -1px rgba(140,140,140,1);
  -moz-box-shadow: 0px 2px 5px -1px rgba(140,140,140,1);
  box-shadow: 0px 2px 5px -1px rgba(140,140,140,1); */
}

.mypay-blog-pagination .page-item .page-link {
  border: none;
  color: #00ABDF !important;
}

.mypay-blog-pagination .page-item.active .page-link{
 background-color: #00ABDF !important;
 color: #fff !important;
}

.mypay-blog-pagination .page-item.disabled .page-link{
  color: #ddd !important;
}

/* #00ABDF !important */
