:root {
    --yellow: #ffde50;
    --xanh: #72b626;
}
.style-wrapper {
    display: flex;
}

.bagde-flag-wrap {
    position: absolute;
    top: 20px;
    left: -12px;
}

.bagde-flag-wrap::before {
    /* content: '';
    position: absolute;
    top: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 0;
    border-color: transparent #f92e2e transparent transparent; */
}

.bagde-flag {
    text-transform: capitalize;
    color: #ffffff;
    background: #f92e2e;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
}

.divider-jk {
    /* minor cosmetics */
    display: table;
    font-size: 24px;
    text-align: center;
    width: 75%; /* divider width */
    margin: 40px auto; /* spacing above/below */
}
.divider-jk span {
    display: table-cell;
    position: relative;
}
.divider-jk span:first-child,
.divider-jk span:last-child {
    width: 50%;
    top: 13px; /* adjust vertical align */
    -moz-background-size: 100% 2px; /* line width */
    background-size: 100% 2px; /* line width */
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}
.divider-jk span:first-child {
    /* color changes in here */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#000));
    background-image: -webkit-linear-gradient(180deg, transparent, #000);
    background-image: -moz-linear-gradient(180deg, transparent, #000);
    background-image: -o-linear-gradient(180deg, transparent, #000);
    background-image: linear-gradient(90deg, transparent, #000);
}
.divider-jk span:nth-child(2) {
    color: #000;
    padding: 0px 5px;
    width: auto;
    white-space: nowrap;
}
.divider-jk span:last-child {
    /* color changes in here */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(transparent));
    background-image: -webkit-linear-gradient(180deg, #000, transparent);
    background-image: -moz-linear-gradient(180deg, #000, transparent);
    background-image: -o-linear-gradient(180deg, #000, transparent);
    background-image: linear-gradient(90deg, #000, transparent);
}

.parapraph-jk {
    font-family: 'poppins', sans-serif;
    font-weight: bold;
    font-size: 2rem;
    background-image: url('../images/noise.svg');
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-jk .title-bg {
    color: rgba(30, 37, 48, 0.07);
}

/* Blog */
/*** Blog ***/
.new-title-item {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 58px;
    color: #666;
    font-size: 20px;
    font-weight: 600;
}
.card.card-blog.card-vertical:hover .new-title-item {
    color: var(--xanh);
}
.card.card-blog.card-vertical img {
    transition: transform 0.3s ease-in-out;
}
.card.card-blog.card-vertical:hover img {
    transform: scale(1.15);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.blog.light {
    width: 100%;
}
.title-section {
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 80px 0;
    font-family: Poppins, sans-serif;
}

.title-section.title-jk h1 {
    font-size: 56px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.title-section h1 span {
    color: var(--xanh);
    font-weight: 900;
}

.title-bg {
    font-size: 110px;
    left: 0;
    letter-spacing: 10px;
    line-height: 0.7;
    position: absolute;
    right: 0;
    top: 50%;
    text-transform: uppercase;
    font-weight: 800;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.07);
}
.blog .main-content {
    padding-bottom: 85px;
}

/* Latest Posts */

.blog .post-container {
    display: block;
}

.blog .post-content {
    background-color: #252525;
    padding: 20px 25px 25px 25px;
    border-radius: 0 0 5px 5px;
}

.blog .post-content .entry-header h3 {
    line-height: 26px;
    cursor: pointer;
}

.blog .post-content .entry-header h3 a {
    text-decoration: none;
    transition: 0.5s;
}

.blog .post-thumb {
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

.blog .post-thumb a {
    border-radius: 5px 5px 0 0;
}

.blog .post-container:hover img {
    transform: scale(1.2);
}

.blog .post-thumb a img {
    border-radius: 5px 5px 0 0;
    transition: 0.3s;
}

.blog .post-content .entry-content p {
    margin: 15px 0 5px;
}

.blog .post-content .entry-header h3 a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

/* pagination */

.blog .pagination {
    margin-bottom: 30px;
}

.blog .page-link {
    color: #fff;
    background-color: #252525;
    border: 1px solid #252525;
    padding: 0;
    margin: 0 10px;
    border-radius: 50% !important;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    transition: 0.3s;
}

.blog .page-link:focus,
.blog .page-link:active {
    box-shadow: none !important;
}

.blog .page-link:hover {
    color: #fff !important;
}

/* Blog Post */

.blog-post article {
    max-width: 700px;
    margin: 0 auto;
}

.blog-post article h1 {
    font-weight: 600;
    margin: 13px 0 20px;
}

.blog-post article img {
    border-radius: 5px;
    margin-bottom: 20px;
}

.blog-post .meta {
    color: #eee;
    font-size: 13px;
}

.blog-post .meta span {
    padding-right: 15px;
}

.blog-post .meta i {
    padding-right: 3px;
}

.light .title-section h1 {
    color: #666;
}

.light .title-bg {
    color: rgba(30, 37, 48, 0.07);
}
.text-sm-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-center {
        text-align: center !important;
    }
}

/* POST */
.meta {
    color: #888;
}
.meta.open-sans-font span {
    padding-right: 15px;
}
.meta.open-sans-font span i {
    color: var(--xanh);
    padding-right: 8px;
}
.wrap-img {
    display: flex;
    justify-content: center;
}
.wrap-img img.img-fluid {
    border-radius: 5px !important;
    margin-bottom: 20px !important;
}
.meta.open-sans-font img {
    border-radius: 5px;
    margin-bottom: 20px;
    vertical-align: middle;
    border-style: none;
}
.blog-excerpt.open-sans-font {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.1px;
}
.detail__title {
    font-weight: 600;
    margin: 13px 0 20px;
    font-size: 4.5rem;
    color: #666;
}

/* CONTACT */
#ctact .container .row .custom-title-jk {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: rgb(102, 102, 102) !important;
    padding-bottom: 16px;
}
.open-sans-font.open-sans-font-jk {
    margin-bottom: 24px;
}
#ctact .container .row .custom-title-jk .open-sans-font-jk{
    font-size: 15px !important;
    line-height: 24px;
    font-weight: 500;
    color: rgb(102, 102, 102) !important;
    margin-bottom: 10px;
}
#ctact .container .row  .custom-span-contact{
    font-weight: 600;
    line-height: 21px;
    padding-top: 5px;
    position: relative!important;
    margin-bottom: 1rem;
    margin-top: 24px !important;
    margin-bottom: 24px;
}
#ctact .container .row .custom-span-contact i {
    left: 0;
    top: 10px;
    font-size: 33px;
    color: var(--xanh) !important;
    margin-right: 16px;
}
#ctact .container .row .contact .custom-span-contact span {
    text-transform: uppercase;
    opacity: .8;
    font-weight: 400 !important;
    font-size: 16px !important;
}

#ctact .container  ul.social {
    margin-left: -5px;
    padding-top: 0.25rem!important;
    margin-bottom: 6rem!important;
}
#ctact .container .row  ul.list-unstyled {
    padding-left: 0;
    list-style: none;
}
#ctact .container .row  ul.list-unstyled li{
    float: left !important;
}

#ctact .container .row  ul.social li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 42px;
    text-align: center;
    transition: .3s;
    font-size: 17px;
    margin: 0 6px;
    color: #666;
    background: #eee;
    border-radius: 50%;
}
#ctact .container .row  .contactform input[type=text],
#ctact .container .row  .contactform input[type=email],
#ctact .container .row  .contactform input[type=tel],
#ctact .container .row  .contactform textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #666;
  border: 1px solid rgb(221, 221, 221);
    width: 100%;
    background: #fff;
    padding: 11px 26px;
    margin-bottom: 30px;
    border-radius: 30px;
    outline: none !important;
    transition: .3s;
}
#ctact .container .row  .contactform input[type=text],
#ctact .container .row  .contactform input[type=email],
#ctact .container .row  .contactform input[type=tel],
#ctact .container .row  .contactform textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #666;
  border: 1px solid rgb(221, 221, 221);
    width: 100%;
    background: #fff;
    padding: 11px 26px;
    margin-bottom: 30px;
    border-radius: 30px;
    outline: none !important;
    transition: .3s;
}
#ctact .container .row  .contactform input[type=text]:focus,
 .contact .contactform input[type=email]:focus, .contact .contactform textarea:focus, 
 #ctact .container .row  .contactform  .contactform input[type=text]:focus,
  #ctact .container .row  .contactform  .contactform input[type=email]:focus, 
  #ctact .container .row  .contactform  .contactform input[type=tel]:focus, 
 #ctact .container .row  .contactform  .contactform textarea:focus, 
.blog .page-item.active .page-link, .blog .page-link:hover, 
.page-item.active .page-link, body.light.blog .page-link:hover {
    border: 1px solid #72b626;
}

#ctact .container .row  .contactform .btn.btn-contact {
    box-shadow: none !important;
    border-radius: 26px;
    font-weight: 500;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 40px;
    outline: none !important;
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-family: 'Poppins', sans-serif;
    letter-spacing: .5px;
    border: 0;
    background-color: #72b626;
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  #ctact .container .row  .contactform .btn.btn-contact img {
    opacity: 0;
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translate(90px,-50%);
    visibility: hidden;
    transition: visibility 0.3s, transform 0.3s;
}

  #ctact .container .row  .contactform .btn.btn-contact:hover img {
    opacity: 1;
    transform: translate(110px,-50%);
    visibility: visible;
}



#ctact .container .row .contactform .btn.btn-contact .btn-content {
    transform: translateX(0);
    transition: transform 0.3s;
}

#ctact .container .row .contactform .btn.btn-contact:hover .btn-content {
    transform: translateX(-16px);
}
  
  
