.content-page .hero{
    height: 100vh;
}
.page-content{
    background: #F5F3EE;
}
.content-page .hero img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.page-body{
    display: flex;
    justify-content: space-between;
}
.page-left{
    display: block;
}
.page-left-body{
    max-width: 789px;
}
.page-right{
    display: block;
}
.page-right-body{
    width: 387px;
}
.post-title{
    font-size: 3.5rem;
    line-height: 72px;
    font-weight: 800;
    font-family: "Raleway", sans-serif;
    color: #161F40;
}
.date{
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
}
.post-content h3{
    padding-top: 100px;
    padding-bottom: 20px;
}
.single-career li:last-child{
    padding-bottom: 0px;
}
.post-content img{
    border-radius: 16px;
}
.post-content h2{
    font-size: 3.0rem;
    line-height: 64px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    color: #161F40;
}
.post-content p{
    font-size: 1.125rem;
    line-height: 28px;
}
.google-overview-item.tiktok-overview03{
    width: 100%;
}
.post-table{
    padding: 32px;
    border-radius: 8px;
    background: #f5f5f5;
}
.post-table-title{
    font-size: 1.5rem;
    line-height: 32px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    color: #404040;
    padding-bottom: 22px;
    border-bottom: 1px solid #d9d9d9;
}
.post-table-content{
    padding-top: 22px;
}
.post-table-content ul{
    list-style: none;
    padding-left: 0;
}
.post-table-content li{
    font-size: 1.0rem;
    line-height: 24px;
    padding: 8px 12px;
    margin-bottom: 8px;
    cursor: pointer;
}
.post-table-content li:last-child{
    margin-bottom: 0px;
}
.post-table-li.active{
    background: #fff;
    border-radius: 8px;
}
.post-table-li a{
    color: #010101;
}
.post-content h2{
    padding-top: 90px;
}
.post-table-li{
    padding: 6px 12px;
    color: #010101;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
}
.post-table-li:last-child{
    margin-bottom: 0px;
}
.post-table-li:hover{
    background: #fff;
    border-radius: 8px;
}
.post-table-content ul{
    flex-direction: column;
    display: flex
;
}
.new-sletter{
    background: #B9D95C;
    color: #fff;
    padding: 32px;
    border-radius: 8px;
    margin-top: 12px;
}
.new-sletter-title{
    font-size: 1.5rem;
    line-height: 32px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    padding-bottom: 12px;
}
.new-sletter-sub{
    font-size: 1.0rem;
    line-height: 24px;
    padding-bottom: 22px;
}
.new-sletter .form-group{
    background: #fff;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    margin-bottom: 16px;
}
.new-sletter .form-group input{
    background: #fff;
}
.new-sletter .btn-form .btn{
    margin-top: 0px;
}

/* new page */
.new-page .hero-wrapper{
    transform: translateY(0)
}
.page-sub{
    padding-bottom: 12px;
    color: #96C60B;
    font-size: 1.5rem;
    line-height: 32px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    text-align: center;
    letter-spacing: 3px;
}
.page-title-txt{
    text-align: center;
    font-size: 1.375rem;
    color: #d9d9d9;
    padding-top: 12px;
    line-height: 32px;
}
.new-page .section-title{
    text-align: center;
}
.new-body-top{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.new-body-last-new,
.new-body-new{
    width: 48%;
}
.new-page .new-body-last-new .contact-new-item{
    width: 100%;
    display: block;
}
.new-page .new-body-last-new .contact-item-day-group{
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 12px;
    border-top: unset;
}
/* .new-page .new-body-last-new .contact-item-txt{
    padding-top: 12px;
} */
.new-page .new-body-last-new .contact-item-img{
    width: 100%;
    height: 100%;
}
.new-page .new-body-last-new .contact-item-txt{
    width: 100%;
}
.new-page .new-body-new .contact-new-item{
    width: 100%;
}
.new-page  .new-body-bottom{
    padding-top: 48px;
}
.new-page .page-body{
    display: block;
}
.new-page .new-page-tabs{
    display: flex;
    list-style: none;
    border-bottom: 1px solid #F0F0F0;
}
.new-page .new-page-tabs li:first-child{
    margin-left: 0px;
}
.new-page .new-page-tabs li{
    cursor: pointer;
    margin-left: 36px;
    padding: 8px 0px 8px 0px;
    font-size: 1.125rem;
    font-weight: 600;
}
.new-page .new-page-tabs li.active{
    color: #96C60B;
    border-bottom: 2px solid #96C60B;
}
.new-page .tab-cont{
    padding-top: 48px;
}
.new-page  .tab-pane-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pagination {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.column-page .l-contact.section{
    padding-top: 0px;
}
.pagination a{
    color: #161F40;
}
.pagination .prev-page,
.pagination .next-page{
    color: #96C60B;
    text-align: center;
    width: 42px;
    height: 42px;
    padding: 6.5px 12px;
    border-radius: 100%;
    border: 1px solid #96C60B;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 1;
}
.pagination .next-page a{
    color: #96C60B;
}
.pagination .prev-page:hover,
.pagination .next-page:hover{
    opacity: 0.9;
}
.pagination .prev-page{
    margin-right: 32px;
}
.pagination .next-page{
    margin-left: 32px;
}
.pagination .current-number{
    color: #D9D9D9;
    font-size: 1.125rem;
    padding:  0px 12px;
}
.pagination .current-number.current-page{
   color: #96C60B;
}
.fixed {
  position: fixed;
  top: 100px;
  padding-top: 50px;
  right: calc((100% - 1240px) /2);
  transition: padding 0.5s ease ;
}
.banner-phone{
    font-size: 1.125rem;
    background: linear-gradient(to right, #96C60B 0%, #BDF51A 100%);
    padding: 12px 0px 12px 30px;
    border-radius: 8px;
    max-width: 328px;
    display: block;
    text-align: center;
}
.banner-phone p{
    color: #fff;
   position: relative;
   display: inline-block;
}
.banner-phone p::after{
    position: absolute;
    background: url(../img/icon/phone.svg) no-repeat;
    content: "";
    width: 20px;
    height: 20px;
    left: -30px;
    bottom: -0px;;
}
.banner-contact{
    font-size: 1.125rem;
    background: linear-gradient(to right, #F76B1C 0%, #FBDA61 100%);
    padding: 12px 0px 12px 30px;
    border-radius: 8px;
    max-width: 328px;
    display: block;
    text-align: center;
    margin-top: 16px;
}
.banner-contact p{
    color: #fff;
   position: relative;
   display: inline-block;
}
.banner-contact p::after{
    position: absolute;
    background: url(../img/icon/mail.svg) no-repeat;
    content: "";
    width: 20px;
    height: 20px;
    left: -30px;
    bottom: -0px;;
}
.banner-phone:hover{
     transform: scale(1.02);
}
.banner-contact:hover{
        transform: scale(1.02);
}

.service-details-body{
    position: relative;
    width: 100%;
}
.service-details-right{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.service-details-right img{
    opacity: 0.03;
}
.service-details-left{
    width: 100%;
    position: relative;
    z-index: 2;
}

.service-details-item{
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    background: #F5F3EE;
    align-items: center;
}
.service-details-item:last-child{
    margin-bottom: 0px;
    border-bottom: unset;
}
.service-details-item-body{
    border-left: 2px solid #ABD13C;
    padding-left: 16px;
}
.service-details-title{
    color: #161F40;
    font-size: 1.5rem;
    line-height: 32px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    padding-bottom: 4px;
}
.service-details-txt{
    line-height: 28px;
    font-size: 1.125rem;
    color: #000;
}
.service-details-item-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-details-item-left,
.service-details-item-right{
    width: 48%;
}
.mobile{
    display: none !important;
}
.service-ads{
    background: #F6FDFF;
    position: relative;
}
.styles_curveTop__9f3F1{
    position: absolute;
    width: 100%;
    height: 80px;
    left: 0;
    top: -40px;
    z-index: 1;
    color: #F5F3EE;
}
.styles_curveBottom__OZg0t {
    bottom: -40px;
    transform: rotate(180deg);
    top: auto;
}

/* .service-ads-item img{
    width: 150px;
    height: 45px;
} */
.service-ads-body{
    display: flex;
    justify-content: center;
}
/* new page */

/* faq */
.faq.section{
    background: #F5F3EE;
}
.faq-item{
    border-top: 1px solid #E8E9EC;
    padding-bottom: 20px;
    cursor: pointer;
    padding-top: 20px;
    transition: all 0.4s ease;
}
.faq-item:last-child{
    padding-bottom: 0px;
}
.faq-item-title{
    font-size: 1.5rem;
    line-height: 32px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    color: #161F40;
    position: relative;
}
.faq-item-content{
    font-size: 1.125rem;
    line-height: 28px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    color: #8D8D8D;
    padding-top: 12px;
    padding-bottom: 12px;
}
/* .faq-item .faq-item-title::after{
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E") ;
    transition: transform 0.3s ease;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}
.faq-item.active .faq-item-title::after{
    transform: rotate(45deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
} */
 /* Dấu + */
/* .faq-item .faq-item-title::after,
.faq-item .faq-item-title::before {
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease, opacity 0.3s ease;
      font-size: 40px;
    font-weight: 300;
} */

/* Dấu + */
/* .faq-item .faq-item-title::after {
  content: "\002B";
  color: #010101;
  opacity: 1;
  transform: rotate(0deg);
  z-index: 2;
} */

/* Dấu – */
/* .faq-item .faq-item-title::before {
  content: "\002D";
  color: #161F40;
  opacity: 0;
  transform: rotate(-30deg);
  z-index: 1;
} */

/* Khi active: ẩn +, hiện – */
/* .faq-item.active .faq-item-title::after {
  opacity: 0;
  transform: rotate(30deg);
}
.faq-item.active .faq-item-title::before {
  opacity: 1;
  transform: rotate(0deg);
} */


/* .faq-item.active .faq-item-content{
    opacity: 1;
    max-height: 500px;
    transition: all 0.4s ease;
} */
.faq-item.active .faq-item-title{
    color: #161F40;
}
/* .faq-item .faq-item-content{
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
} */
.faq-item-body{
    padding: 20px;
}
.faq-item.active{
    background: rgba(150, 198, 11, 0.2);
    transition: all 0.4s ease;
}
/* faq */

/* service seo page */
/* .content-page .hero{
    background: url(../img/head/hero_content.png) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: unset;
} */

/* about */
.about-leader-body{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-leader-item img{
    width: 286px;
    height: 381px;
    border-radius: 8px;
}
.about-leader-item{
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.about-leader-content{
    position: absolute;
    height: 50%;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: linear-gradient(to top,#161F40 0%, #161F4000 100%);
    box-shadow: 0px 4px 4px rgba(rgba(0, 0, 0, 0.25));
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;

    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s ease;
}
.about-leader-item:hover .about-leader-content{
    transform: translateY(0%);
    opacity: 1;
}
.about-leader-content h3{
    color: #96C60B;
}
.about-leader-content p{
    color: #FFFFFF;
    font-size: 1.125rem;
}
/* .reward-body{
     background-image: linear-gradient(176deg,rgb(22 31 64 / 30%) 55%,rgb(22 31 64 / 50%)),url(../img/about/reward.png);
     height: 602px;
} */
.about-introduction{
    background: url(../img/about/introduction.png) no-repeat center/ cover;
    padding: 64px;
    border-radius: 16px;
}
.about-introduction-body{
    width: 60%;
}
.about-introduction .page-body{
    line-height: 32px;
    color: #fff;
    font-size: 1.375rem;
}
.about-introduction-body  .section-title{
    text-align: left;
}
.about-introduction-body .section-title-main{
    color: #fff;
}
.about-impressive-body{
    display: flex;
    width: 100%;
}
.about-impressive-item{
    width: calc(100% / 3);

    border-right: 1px solid #D9D9D9;
}
main.about-page{
    overflow-x: hidden;
}
.about-impressive-item:last-child{
    border-right: unset;
}
.about-impressive-item-body{
    display: flex;
    justify-content: center;
    align-items: center;
}
.impressive-item-img{
    width: 124px;
    height: 124px;
}
.impressive-item-txt{
    padding-left: 24px;
}
.about-impressive{
    padding-top: 64px;
}
.about-impressive .section-title{
    text-align: center;
}
/* about */

/* carrer */
.career-item{
    margin-bottom: 80px;
}
.career-item .section-title{
    padding-bottom:8px;
}
.career-item:last-child{
    margin-bottom: 0px;
}
.career-item-content{
    display: flex;
    border-bottom: 1px solid #D9D9D9;
    padding: 16px 0px 16px 0px;
    justify-content: space-between;
    align-items: center;
}
.career-item-content_right-body{
    display: flex;
    color: #8B8B8B;
    font-size: 1rem;
    line-height: 24px;
}
.career-item-content_right-clock{
    position: relative;
    padding-left: 32px;
    padding-right: 36px;
}
/* .career-item-content_right-clock::after{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: url(../img/icon/clock_blue.svg) no-repeat;
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
} */
.career-item-content_right-clock::before{
    position: absolute;
    right: 0;
    top: calc(50% - 2px);
    content: "";
    background: #D9D9D9;
    width: 4px;
    height: 4px;
    border-radius: 100%;
}
.career-item-content_right-calendar{
    padding-left: 64px;
}
/* .career-item-content_right-calendar::after{
    position: absolute;
    left: 32px;
    top: 0;
    content: "";
    background: url(../img/icon/calendar_blue.svg) no-repeat;
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
} */

.career-contact .contact-form{
    width: 100%;
}
.row{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.row .form-group{
    width: 48%;
}
.row .form-group:last-child{
    margin-bottom: 28px;
}
.career-contact .form-group-file {
  background-color: transparent;
  background-image: linear-gradient(to right, #D9D9D9 60%, transparent 50%), 
                    linear-gradient(to right, #D9D9D9 60%, transparent 60%), 
                    linear-gradient(to bottom, #D9D9D9 60%, transparent 60%), 
                    linear-gradient(to bottom, #D9D9D9 60%, transparent 60%);
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 1px, 15px 1px, 1px 15px, 1px 15px;
  border: unset;
  margin-bottom: 0px;
}
.note-file{
    margin-bottom: 28px;
    font-size: 0.75rem;
}
.career-contact .btn-form{
    text-align: center;
}
.career-contact .btn-form .btn{
    display: inline-block;
    padding-right: 40px;
}
.form-control-file .wpcf7-form-control-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
.career-contact .form-group-file:hover{
    box-shadow: unset;
}
.form-control-file {
    position: relative;
    height: 100px;
    width: 100%;
}

.form-control-file .wpcf7-form-control-wrap input[type="file"] {
    height: 100%;
}

.upfile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transform: translateY(-12px);
    flex-direction: column;
}

.upfile p{
    font-size: 1.125rem;
    color:#8D8D8D ;
    line-height: 24px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
}

.upfile img{
    margin-right: 6px;
}
/* carrer */
/* single-career */
.single-career .title-web{
    text-align: center;
}
.single-career .l-contact .title-web {
    text-align: left;
}
.single-career li{
    padding-bottom: 12px;
    line-height: 28px;
}
.row .form-left,
.row .form-right{
    width: 48%;
}
.row .form-right .form-group,
.row .form-left .form-group{
    width: 100%;
}
.option-fist{
    color: #f0f0f0;
}
.career-contact .section-title{
    text-align: center;
}
.form-group-file{
    margin-bottom: 0px;
    height: 100%;
}
.form-left .form-group:last-child{
    margin-bottom: 0px;
}
.career-contact .btn-form .btn{
    margin-top: 0px;
}
.single-career .fixed{
    left: calc((100% - 1240px) / 2);
    right: unset;
}
.single-career-apply{
    width: 152px;
    display: flex;
    align-items: center;
}
.single-career-post-title{
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #161F40;
}
.post-content {
    padding-top: 48px;
}
.single-career-post-title .post-title{
    font-size: 3rem;
    width: calc(100% - 152px);
}

.career-page .hero-wrapper{
    justify-content: center;
}
.btn-form.post-submit-btn{
    margin-top: 32px;
}
.row  .form-group-file.post-file-input{
    margin-bottom: 0px;
    height: auto;
}
/* single-career */
/* .single-content{
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
} */

.project-list .new-body-last-new {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.project-list .new-body-last-new .contact-new-item {
    width: 48%;
}
.project-list .new-body-last-new .contact-new-item .contact-item-img{
    height: auto;
}
.project-list .page-numbers.current {
    color: #D9D9D9;
    font-size: 1.125rem;
    padding: 0px 12px;
}
.project-list a.page-numbers {
    color: #96C60B;
    font-size: 1.125rem;
    padding: 0px 12px;
}
.project-list a.prev.page-numbers ,
.project-list a.next.page-numbers{
    color: #96C60B;
    text-align: center;
    width: 42px;
    height: 42px;
    padding: 6px 12px;
    border-radius: 100%;
    border: 1px solid #96C60B;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 20px;
}
.project-list .page-numbers.next.disabled,
.project-list .page-numbers.prev.disabled{
    color: #D9D9D9;
    border: 1px solid #D9D9D9;
    text-align: center;
    width: 42px;
    height: 42px;
    padding: 6px 12px;
    border-radius: 100%;
     display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 20px;
    pointer-events: none;
    cursor: default;
}
.new-page .new-page-tabs.new-page-tabs-sp{
    display: none;
}
.new-page-tabs-body{
    display: none;
}
.file-note{
    margin-bottom: 36px;
    font-size: 0.75rem;
}
.form-right{
    width: 48%;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
@media screen and (max-width: 850px){
    .about-introduction .section-title-sub{
        line-height: 32px;
        text-align: center;
        /* font-size: 0.75rem; */
    }
    .about-introduction .section-title-main{
        font-weight: 800;
        text-align: center;
    }
    .page-sub{
        font-size: 1rem;
    }
    .page-title-txt{
        font-size: 0.75rem;
        line-height: 20px;
    }
    .service-details-item{
        flex-wrap: wrap;
        margin-top: 20px;
        padding-top: 20px;
    }
    .service-agency-body{
        flex-wrap: wrap;
    }
    .service-agency-left{
        padding-bottom: 40px;
    }
    .service-agency-left .section-title-main{
        font-size: 2rem;
        line-height: 52px;
    }
    .service-agency-item .service-agency-title{
        font-size: 1rem;
        line-height: 32px;
    }
    .service-agency-item .service-agency-txt{
        font-size: 0.875rem;
        line-height: 28px; 
    }
    .service-agency-body .service-agency-left,
    .service-agency-body .service-agency-right,
    .service-details-item-left, .service-details-item-right{
        width: 100%;
    }
    .service-agency-right .service-agency-item{
        padding:  32px 0px 0px;
    }
    .service-details-item-right{
        order: 1;
    }
    .btn-down-section a{
        font-size: 12px;
    }
    .about-introduction{
        background: unset;
        position: relative;
        padding: 0;
    }
    .introduction-bg img{
        width: 100%;
    }
    .about-introduction-body{
        width: 100%;
        position: absolute;
        top: 51px;
        right: 13px;
        left: 13px;
        width: calc(100% - 26px);
    }
    .cascade-blur.blur-left,
    .cascade-blur.blur-right{
        display: none;
    }
    .about-introduction .page-body{
        font-size: 0.75rem;
        line-height: 22px;
        text-align: center;
    }
    .section-title {
        padding-bottom: 24px;
    }
    .about-impressive{
        padding-top: 36px;
    }
    .about-impressive-item{
        width: 100%;
        border-right: unset;
        padding: 24px;
    }
    .about-impressive-item:first-child{
        padding-top: 0px;
    }
    .about-impressive-body{
        flex-wrap: wrap;
    }
    .impressive-item-img{
        width: 74px;
        height: 74px;
    }
    .impressive-item-txt h3{
        font-size: 1.125rem;
        line-height: 40px;
    }
    body.no-scroll {
        overflow: hidden;
    }
    .leader-img{
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.17);
        justify-content: center;
        align-items: center;
        display: none;
        z-index: 9999;
        margin: 0px auto;
    }
    .poup{
        position: relative;
    }
    #closeLeader{
        z-index: 2;
        width: 24px;
        opacity: 1;
        height: 24px; 
        position: absolute;
        border-top-left-radius: 8px;
    }
    .leader-img.active{
        display: flex;
    }
    .poup.active img{
        position: unset;
        width: 345px
    }
    .leader-item{
        font-size: 20px;
        padding: 20px 10px; 
    }
    .leader-item:hover{
        padding: 20px 10px; 
    }
    .leader-information{
        width: 100%;
    }
    .leader-title p{
        font-size: 1rem;
        line-height: 32px;
        text-align: center;
    }
    .leader-position{
        font-size: 14px;
    }
    .about-leader-body{
        justify-content: center;
    }
    .leader-information-sp.scroll-animate{
        opacity: 1;
    } 
    .about-leader-content{
        transform: translateY(0%);
        opacity: 1; 
    }
    .about-leader-content h3{
        font-size: 1.5rem;
        line-height: 32px;
    }
    .service-details-body{
        flex-wrap: wrap;
    }
    .service-details-left{
        order: 2;
    }
    .service-details-right, .service-details-left{
        width: 100%;
    }
    .service-ads-body{
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .service-ads-item{
        width: 100%;
        margin: 5px;
        /* height: 49px;
        margin: 5px;
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center; */
    }
    /* .service-ads-item img{
        width: 100%;
        height: 100%;
    } */
    .service-agency-item{
        padding:16px 16px 0px 16px;
        flex-direction: column;
    }
    .service-agency-item:first-child{
        padding-top: 0px;
    }
    .service-ads .section-title{
        padding-bottom: 19px;
    }
    .agency-item-right{
        width: 100%;
        padding-left: 0px;
        border-bottom: 1px solid #D9D9D9;
        padding-bottom: 16px;
    }
    .service-agency-item:last-child  .agency-item-right{
        border-bottom: unset;
    }
    .agency-item-left{
        padding-right: 0px;
        width: 100%;
        border-right: unset;
        padding-bottom: 12px;
    }
    .agency-item-left p{
        font-size: 0.875rem;
        line-height: 20px;
    }
    .agency-item-right p{
        font-size: 0.75rem;
        line-height: 16px;
        text-align: center;
    }
    .service-agency .section-title{
        padding-bottom: 24px;
    }
    .case-item-body{
        flex-wrap: wrap;
    }
    .case .case-item_txt{
        padding: 12px;
    }
    .case .case-item img{
        border-bottom-left-radius: unset;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
    }
    .case .case-item{
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 9px;
        border-top-left-radius: 9px;
    }
    .case .read-more{
        margin-top: 12px;
        line-height: 16px;
    }
    .case .case-item-content li{
        font-size: 0.75rem;
    }
    .faq-item-title{
        font-size: 1rem;
        line-height: 32px;
        padding-right: 30px;
    }
    .faq-item-body{
        padding: 0px;
    }
    .faq-item .faq-item-title::after,
    .faq-item .faq-item-title::before {
        width: 40px;
        height: 40px;
        font-size: 30px; 
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .faq-item-content{
        font-size: 0.875rem;
        line-height: 28px;
    }
    .project-list .new-body-last-new .contact-new-item{
        width: 100%;
    }
    .service-details-title{
        font-size: 1.375rem;
        line-height: 1;
        padding-bottom: 26px;
    }
    .service-details-txt{
        font-size: 0.875rem;
        line-height: 22px;
        padding-bottom: 16px;
    }
    .new-body-top {
        flex-wrap: wrap;
    }
    .new-body-top  .new-body-last-new, 
    .new-body-top  .new-body-new{
        width: 100%;
    }
        .new-page-tabs-body li:last-child{
        border-bottom: unset;
    }
    .new-page-tabs-body li{
        color: #161F40;
        font-weight: 400;
    }
    .new-page li.new-page-tabs-all{
        font-size: 0.75rem;
    }
    .new-page .new-page-tabs{
        border-bottom: unset;
    }
    .new-page-tabs-all {
        position: relative;
        cursor: pointer;
        color: #96C60B;
        border-bottom: 2px solid #96C60B;
        font-weight: 600;
        font-size: 0.875rem;
        padding-bottom: 4px;
    }
    .new-page-tabs-all::after{
        content: "";
        width: 16px;
        background: url(../img/icon/chevron-down.png);
        height: 16px;
        position: absolute;
        top: 3px;
        right: -20px;
    }
    .open.new-page-tabs-all::after{
        transform: rotate(180deg); 
        top: 5px;
    }
    .new-page-tabs-body .new-page-tabs li{
        margin-left: 0px;
        padding: 8px 12px;
        border-bottom: 1px solid #F0F0F0;
        list-style: none;
        font-size: 0.75rem;
        
    }
    .new-page-tabs-body{
        background: #fff;
        box-shadow: 0px 10px 30px rgba(154, 154, 154, 0.1);
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        display: inline-block;
        display: none;
    }
     .new-page-tabs-body.open{
        opacity: 1;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 36px;
        display: inline-block;
    }
    .new-page .new-page-tabs.new-page-tabs-sp{
        display: inline-block;
    }
    .new-page-tabs-body .new-page-tabs{
        flex-direction: column;
    }
    .new-page .new-page-tabs.pc{
        display: none;
    }
    .new-tab-sp{
        position: relative;
    }
    .new-page .new-body-bottom{
        padding-top: 12px;
    }
    .new-page .tab-cont{
        padding-top: 24px;
    }
    .career-item-content{
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 0px 8px 0px;
    }
    .career-item-content_left h3 a{
        font-size: 1.0rem;
        line-height: 20px;
    }
    /* .career-item-content_right-clock,
    .career-item-content_right-calendar{
        padding-top: 8px;
    } */
    /* .career-item-content_right-calendar::after,
    .career-item-content_right-clock::after{
        top: 8px;
    } */
    .row{
        flex-wrap: wrap;
    }
    .row .form-group{
        width: 100%;
        margin-bottom: 12px;
    }
    .row .form-group:last-child{
        margin-bottom: 12px;
    }
    .file-note{
         margin-bottom: 12px;
    }
    .career-form-page .contact-form-body{
        padding: 24px 12px;
    }
    .career-item{
        margin-bottom: 48px;
    }
    .career-title-header{
        text-align: center;
    }
    .single-career-sp.pc{
        display: none;
    }
    .single-career-post-title .post-title{
        width: 100%;
        font-size: 1.5rem;
        line-height: 32px;
        padding-bottom: 8px;
    }
    .single-career-post-title{
        flex-direction: column;
    }
    .date{
        padding-top: 0px;
        padding-bottom: 8px;
    }
    .post-content h3{
        padding: 24px 0px 12px 0px;
    }
    .post-content ul{
        padding: 0px 0px 0px 24px;
    }
    .row .form-left, .row .form-right{
        width: 100%;
    }
    .single-career-form .file-note,
    .single-career-form .row .form-group:last-child.form-group-file{
        margin-bottom: 0px;
    }
    .single-career-form .contact-form-body{
        padding: 24px 12px;
    }
    .single-career li{
        font-size: 0.875rem;
        line-height: 20px;
    }
    .title-center-sp{
        text-align: center;
    }
    .single-new .post-title{
        font-size: 1.5rem;
        line-height: 32px;
    }
    .post-content h2{
       padding-top: 36px;
       font-size: 1.0rem;
       line-height: 20px;
    }
    .post-content p{
       font-size: 0.875rem;
       line-height: 20px;
    }
    .last-new-img.contact-item-img img{
        width: 100%;
    }
}
@media screen and (min-width: 500px) and (max-width: 850px){
    .about-leader-item img{
        width: 190px;
        height: auto;
        border-radius: 8px;
    }
    .about-leader-item {
        margin: 0 10px 32px 10px;
    }
}
@media screen and (min-width: 851px) and (max-width: 1000px){
    .title-center-sp{
        text-align: center;
    }
    .about-leader-item img{
        width: 100%;
        height: auto;
    }
    .about-leader-item {
        margin: 0 10px 32px 10px;
        width: calc((100% / 3) - 20px);
    }
    .about-leader-body{
        justify-content: center;
    }
    .service-agency-item{
        padding: 16px;
    }
    .agency-item-left{
        padding-right: 20px;
        width: 50%;
    }
    .agency-item-right{
        width: 50%;
        padding-left: 20px;
    }
    .last-new-img.contact-item-img img{
        width: 100%;
    }
}
@media screen and (min-width: 650px) and (max-width: 850px){
    .case .case-item .case-study-item{
        height: 163px;
    }
    .case-item-body{
       height: 163px; 
    }
    .case .case-item img{
        border-bottom-left-radius: 8px;
        border-top-right-radius: unset;
        border-top-left-radius: 8px;
        width: auto;
        height: 163px; 
    }
}
@media screen and (min-width: 850px) and (max-width: 1300px){
    .single-career-sp{
        display: none;
    }
    .post-content ul {
        padding: 0px 0px 0px 24px;
    }
    .last-new-img.contact-item-img img{
        width: 100%;
    }
    .page-left-body{
        width: 100%;
        max-width: unset;
    }
}
.project-item{
    background: #fff;
    width: 100%;
    position: relative;
    padding: 26px 27px;
    border-bottom: 1px solid #D9D9D9;
}
.project-item:first-child{
    border-top:  1px solid #D9D9D9;
}
.project-item .case-item-body{
    height: 100%;
}
.project-item .case-item-body a img{
    height: 100%;
    width: auto;
}
.project-item .case-item_txt ul{
    padding-left: 24px;
}

.project-item .case-study-item{
    position: absolute;
    right: 0;
    bottom: 0;
}
.project-item .read-more{
    margin-top: 32px;
    text-align: left;
}

.case-item_title a{
    color: #161F40;
}
.project-item .case-item_txt ul{
    font-size: 1.125rem;
    line-height: 28px;
}
.project-item:hover{
    box-shadow: 0 10px 30px 0 rgba(154, 154, 154, 0.1);
}
.project-page .contact-item-tab {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.project-page .case-item_txt{
    width: calc(100% - 250px);
}
.project-page .case-item_title {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block; 
    color: #161F40;
}
.project-item .case-item-body {
    position: relative;
    overflow: visible;
    justify-content: space-between;
}

.project-item .case-img {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0.8); 
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 10;
  pointer-events: none; 
}

.project-item .case-item-body:hover .case-img {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1); 
}
.project-item .case-item_title {
    font-size: 19px;
    font-weight: 600;
}
.project-page .project-filter.contact-item-tab{
    width: 100%;
    margin-bottom: 53px;
    justify-content: left;
}
.project-page .project-filter.contact-item-tab p{
    margin-right: 10px;
}
.project-page .project-filter.contact-item-tab span{
    cursor: pointer;
}
/* .details-project-hero{
    background: url(../img/project/details_project.png);
} */
.single-project-page .table-of-content{
    height: 270px;
}
.single-project-page  .table-single-page{
    height: 400px;
}
.mt-200{
    margin-top: 100px;
}
.project-relevant h3{
    font-size: 48px;
    color: #161F40;
}
.project-relevant h3.title{
    margin-bottom: 35px;
}
.project-relevant .single-relevant .contact-item-img{
    width:100%;
}
.project-relevant .single-relevant{
    width: 422px !important;
    padding: 0px 20px;
}

.project-relevant .contact-item-img img{
    width: 100%;
    height: 100%;
}

.project-relevant .single-relevant .contact-item-txt{
    width: 100%;
}
.project-relevant .single-relevant .contact-item-txt .item-title{
    font-size: 24px;
    color: #161F40;
    line-height: 32px;
    display: block;         
    white-space: nowrap;     
    overflow: hidden;       
    text-overflow: ellipsis;
    width: 90%;
    margin-bottom: 0px;
}

.column-popular{
    background: #F5F3EE;
}
.column-popular h3{
    margin-top: 0px;
}
.column-popular-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.column-popular-item .single-relevant{
    width: 48%;
}
.column-popular-item .contact-new-item{
    width: 100%;
}
.column-popular-item  .single-relevant{
    margin-bottom: 0px;
    margin-top: 33px;
}
.column-popular .relevant-single {
    box-shadow: 0 4px 10px 0 rgba(154, 154, 154, 0.05);
}
.column-popular .section-title{
    text-align: center;
}
.column-popular .relevant-single{
    padding: 0px 20px 32px 20px;
}
.column-popular .single-relevant .contact-item-txt .item-title{
    font-size: 14px;
}
.column-popular-pr01{
    padding-bottom: 0px;
}
.single-news.content-page .hero {
    height: 635px;
}
.single-news .table-single-page{
    height: 400px;
}
.single-news .table-of-content{
    height: 260px;
}
.single-project-page .single-content h1{
    margin-top: 45px;
}
@media screen and (max-width: 850px){
    .project-item{
        height: 100%;
        border-radius: 8px;
        padding: 20px;
        margin-top: 32px;
    }
    .project-item .case-item_txt{
        padding: 12px 0px;
        width: 100%;
        order: 2;
    }
    .project-page .contact-item-tab{
        order: 3;
        width: 100%;
    }
    .project-item .case-item_title{
        width: 100%;
        display: -webkit-box;          
        -webkit-box-orient: vertical;  
        -webkit-line-clamp: 3;         
        overflow: hidden;              
        text-overflow: ellipsis;  
        white-space: unset;
        font-size: 0.75rem;
        line-height: 20px; 
    }
    .project-item .read-more{
        margin-top:12px;
    }
    .project-item .case-img{
        order: 1;
        opacity: 1;
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
        visibility: unset;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .project-item .case-item_txt ul{
        font-size: 0.75rem;
        line-height: 16px;
    }
    .project-item .case-study-item{
        height: 30%;
    }
    .project-item .case-item-body a img{
        border-bottom-left-radius: 0px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
}
.service-page .contact-new,
.service-ads,
.service-page .services-item-body{
    background: #F5F3EE;
}
.service-ads .page-content{
    background: #000;
    /* clip-path: path("M0 110.026C0 110.026 558.108 0 937.5 0C1316.89 0 1920 110.026 1920 110.026V348.019V586.012C1920 586.012 1305.08 671.477 937.5 669.981C569.921 668.484 0 586.012 0 586.012V110.026Z"); */
    /* height: 670px; */
}
.service-ads .section-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service-page .services-item-body h3,
.service-page .services-item-body p{
    color: #000;
}
.service-ads .section-title-main{
    color: #fff;
}
.service-ads-body{
    width: 816px;
    flex-wrap: wrap;
    margin: 0 auto; 
}
.service-ads-item{
    width: 32%;
    margin-top: 30px;
    padding: 20px;
}
.service-ads-item p{
    text-align: center;
    font-weight: 700;
    padding-top: 16px;
    font-size: 20px;
    color: #fff;
}
.service-ads-item-body{
    background: #fff;
    padding: 0 20px;
    height: 120px;
    border-radius: 12px;
    display: flex;
    align-items: center; 
}
.service-agency-body{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.service-agency{
    position: relative;
}
.service-agency-left{
    width: 50%;
    display: block;
    position: relative;
}

.section-title-main-group{
    position: sticky;
    align-self: flex-start;
    top: 130px;
    height: fit-content;
}
.service-agency-right{
    width: 50%;
    display: block;
}
.service-agency-item{
    padding: 32px 74px;
}
.service-agency-item img{
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
}
.service-agency-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #161F40;
    margin-bottom: 10px;
}
.service-agency-txt{
    font-size: 18px;
    line-height: 28px; 
}
.service-agency-txt .mt{
    padding-top: 20px;
}
.service-project{
    background: #F5F3EE;
    position: relative;
}
.styles_curveTop__JmYKF {
    position: absolute;
    width: 100%;
    height: 180px;
    left: 0;
    top: -90px;
    z-index: 1;
    color: #F5F3EE;
    
}
.faq.section{
    position: relative;
    z-index: 2;
}
.styles_curveTop__JmYKF.styles_curveBottom__DMDVF{
    height: 180px;
    bottom: -90px;
    transform: rotate(180deg);
    top: auto;
    z-index: 1;
}
.service-project .section{
    background: #171717;
    /* clip-path: path("M0 141.29C0 141.29 74.9764 120.481 548.238 24.7903C1021.5 -70.9008 1924.24 141.29 1924.24 141.29V780.29C1924.24 780.29 1844.24 910.29 1490.24 910.29C1136.24 910.29 0 781.426 0 781.426V465.198V141.29Z");
    height: 911px; */
    width: 100%;
    padding: 100px 0px 150px 0px;
    /* display: flex;
    align-items: center; */
}
.service-project-item .single-relevant .contact-item-img img{
    width: 400px;
    height: auto;
}
.service-project-item .single-relevant .contact-item-img{
    width: 400px;
    height: auto;
}
.service-project-item .single-relevant .contact-item-txt a{
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;    
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.service-project-item .single-relevant.slide-item {
    width: 400px;
    height: auto;
    margin-right: 20px;
}
.service-project-item .single-relevant.slide-item:last-child {
  margin-right: 0;
}
.service-project-item  .single-relevant .contact-item-txt{
    width: 100%;
}
.service-project-body{
}
.service-project .contact-btn{
    border: unset;
    background: unset;
    color: #fff;
    padding: 0px;
}
.service-project .contact-btn a{
    color: #fff;
}
.service-project .contact-btn:hover{
    border: unset;
    background: unset;
    color: #96C60B;
}
.service-project-title{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 20px;
}
.content-page .service-project  .section-title-main{
    color: #fff;
    line-height: 60px;
}
.service-project  .single-relevant{
    margin-bottom: 0px;
}
.service-project-group{

    height: 100%;
}
.service-project-group .section-body{
    margin-bottom: 30px;
}
.service-project-body{
    display: flex;
    align-items: center;
    height: calc(100% - 60px);
    overflow: hidden;
    max-width: 1240px;
    margin: auto;
}
.service-project-item .single-relevant .contact-item-txt h3{
    margin-bottom: 10px;
}
.service-project-item .single-relevant .contact-item-txt ul{
    padding-left: 0px;
    list-style: none;
}
.service-project-item .single-relevant .contact-item-txt li{
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    padding-left: 22px;
    position: relative;
    margin-bottom: 5px;
    font-size: 14px;
}
.service-project-item .single-relevant .contact-item-txt li::before {
  content: "•";              /* dấu chấm */
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;               /* màu chấm */
}
.google-overview{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.google-overview-item{
    width: 48%;
    margin-top: 32px;
}
.service-hard{
    background: url(../img/google/google05.png);
    height: 670px;
    width: 100%;
}
.url-flex{
    display: flex;
}
.service-hard-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    width: 100%;
    overflow: hidden;
    height: 100%;
    padding-top: 100px;
}
.service-hard-left{
    padding-left: calc(36 / 1920 * 100vw);
}
.service-hard-sub{
    margin-top: 35px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}
.service-hard-title{
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    line-height: 50px;
}
.service-hard-title span{
    font-size: 28px;
    color: #D33B86;
    font-weight: 800;
}
.service-hard-item-group{
    display: flex;
}
.service-hard-item-group.center{
    justify-content: center;
}
.service-hard-item {
    background: #fff;
    width: 320px;
    height: 105px;
    display: flex;
    align-items: center;
    padding-left: calc(27 / 1920 * 100vw);
    padding-bottom: calc(27 / 1920 * 100vw);
    padding-top: calc(27 / 1920 * 100vw);
    margin-right: calc(39 / 1920 * 100vw);
    border-radius: 20px;
}
.service-hard-item:last-child{
    margin-right: 0px;
}
.service-hard-item p{
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    color: #000;
}
.service-hard-item p::before{
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    top: calc(50% - 12px);
    right: -60px;
    filter: blur(5px);
}
.service-hard-right{
    margin-right:calc(70 / 1920 * 100vw);
}
.service-hard-item.item01 p::before{
    background: #EA4335;
}
.service-hard-item.item01{
    transform: rotate(348deg);
}
.service-hard-item.item02{
    transform: rotate(13deg);
    
}
.service-hard-item.item03{
    transform: rotate(1deg);
    margin-top: 70px;
}
.service-hard-item.item04{
    transform: rotate(348deg);
    margin-top: 80px;
}
.service-hard-item.item05{
    transform: rotate(8deg);
    margin-top: 100px;
}
.service-hard-item.item02 p::before{
    background: #FBBC05;
}
.service-hard-item.item03 p::before{
    background: #F2994A;
}
.service-hard-item.item04 p::before{
    background: #A7B1C2;
}
.service-hard-item.item05 p::before{
    background: #6B9894;
}
.service-google .service-agency-title,
.service-google .section-title-main span{
    color: #96C60B;
}
.service-google .section-title-main{
    font-size: 45px;
    line-height: 72px;
}
.google-overview-item{
    position: relative;
}
.google-overview-item-title{
    position: absolute;
    left: 53px;
    bottom: 45px;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
.google-right-top,
.google-right-bottom,
.service-google-group{
    display: flex;
    justify-content: space-between;
}
.mt-46{
    margin-top: 46px;
}
.service-google-group{
    margin-top: 20px;
}
.service-google-item.bottom{
    width: 100%;
    margin-right: 0px;
}
.service-google-item{
    /* width: calc(400 / 1920 * 100vw); */
    height: auto;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
}
.google-right-bottom{
    margin-top: 20px;
}
.google-right-top .service-google-item:last-child,
.google-right-bottom .service-google-item:last-child{
    margin-right: 0px;
}
.service-google-item-title{
    position: absolute;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    bottom: 40px;
    left: 40px;
}
.service-google-hover{
    position: absolute;
    background: rgba(0, 0, 0, 0.90);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 40px;
    padding: 40px;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s ease;
    display: flex;
    align-items: end;
}
.service-google-hover p{
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.service-google-item:hover .service-google-hover {
  opacity: 1;
  transform: translateY(0); 
}
.job{
    padding-top: 30px;
    border-top: 1px solid #8B8B8B;
    display: flex;
    margin-top: 53px;
}
.position-job{
    width: 40%;
}
.list-job{
    width: 60%;
}
.item-job-group{
    display: flex;
    justify-content: space-between;
}
.title-job-group{
    display: flex;
    align-items: center;
}
.title-job-group img{
    width: 22px;
    height: 22px;
}
.title-job-group p a{
   font-size: 28px;
   color: #000;
   font-weight: 700; 
   padding-left: 10px;
}
.number-job{
    font-size: 20px;
    color: #8B8B8B;
}
.position-job p{
    font-size: 32px;
    color: #8B8B8B;
    font-weight: 700;
}
.title-career{
    font-size: 38px;
    color: #161F40;
    font-weight: 700; 
}
.item-job-group{
    padding: 25px 0px;
}
.time-job{
    margin-top: 12px;
}
.career-item-content_right-clock::before{
    content: unset;
}
.career-item-content_right-clock{
    padding-right: 0px;
}
.item-job-group:hover{
    background: #96C60B;
}
.item-job-group:hover .number-job,
.item-job-group:hover .career-item-content_right-body,
.item-job-group:hover .title-job-group p a{
    color: #fff;
}
/* .item-job-group:hover .career-item-content_right-clock::after{
    background: url(../img/icon/clock_while.svg) no-repeat;
    background-position: center;
    background-size: cover;
} */
.item-job-group:hover i{
    color: #fff;
}
/* .item-job-group:hover .career-item-content_right-calendar::after{
    background: url(../img/icon/calendar_while.svg) no-repeat;
    background-position: center;
    background-size: cover;
} */
.hover{
    display: none;
}
.nohover{
    display: block;
}
.item-job-group:hover .hover{
    display: block;
}
.item-job-group:hover .nohover{
    display: none;
}
.item-job-group{
    transition: padding 0.4s ease;
}
.item-job-group:hover{
   padding: 25px 20px;
}
.count-job{
    font-size: 20px;
    font-weight: 500;
    color: #7C8B8B;
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px;
}
.count-job::after{
    content: "";
    left: 0;
    top: calc( 50% - 4px);
    width: 8px;
    height: 8px;
    background: #19A26C;
    position: absolute;
    border-radius: 100%;
}
.single-career-page{
    display: flex;
    justify-content: space-between;
}
.single-career-page ul{
    margin-left: 30px;
    margin-bottom: 40px;
}


.single-career-page .post-content  h2{
    padding-top: 0px;
    font-size: 25px;
    line-height: 1;
}
.single-career-left{
    width: 250px;
    position: relative;
}
.single-career-right{
    width: calc(100% - 350px);
}
.career-information{
    padding: 10px 12px;
    border-bottom: 1px solid #000;
    border-radius: 8px;
    margin-bottom: 24px;
}
.career-information:last-child{
    margin-bottom: 0px;
}
.career-information span{
    font-size: 20px;
    color: #010101;
    font-weight: 200;
}
.career-information p{
    color: #010101;
    padding-top: 10px;
    font-size: 22px;
}
.single-career-information{
    position: sticky;
    top: 120px;
    left: 0;
}
.privacy-txt{
    border-top: 1px solid #D9D9D9;
    padding-top: 48px;
}
.privacy-txt ul{
    padding-left: 24px;
}
.privacy-txt li,
.privacy-txt p{
    font-size: 18px;
    line-height: 28px;
    font-family: "Inter", sans-serif;
    color: #8D8D8D;
}
.privacy-txt h1{
    font-size: 24px;
    line-height: 32px;
    color: #161F40;
    font-weight: 700;
    margin-bottom: 24px;
    margin-top: 48px;
    font-family: "Inter", sans-serif;
}
.privacy-txt h2{
    font-size: 20px;
    color: #161F40;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
.privacy-txt li.li-item{
    margin-top: 12px;
    padding-bottom: 0px;
}
.single-column .privacy-page .single-section{
    padding-bottom: 100px;
}
.pl-20{
    padding-left: 24px;
}
.table-btn{
    display: none;
}
.career-contact .btn-form .btn.careers-submit{
    width: fit-content;
    padding: 12px 40px;
}
.contact-page .single-column-title p{
    width: 100%;
}
.contact-page .hero-contact{
    padding-bottom: 50px;
    padding-top: 150px;
}
.contact-page .l-contact{
    background: #F6FDFF;
}
@media screen and (max-width:850px){
    .about-page .url-body,
    .single-column .url-body,
    .new-page .url-body{
        padding-top: 100px;
    }
    .single-column .url-body,
    .ads-child-page .url-body{
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    
    .ads-child-page .url-flex:last-child{
        margin-top: 10px;
    }
    .ads-child-page.content-page .hero{
        height: 650px;
    }
    .team-about-title{
        font-size: 1.375rem;
    }
    .team-about-txt{
        font-size: 1rem;
    }
    .team-about{
        padding: 40px 0px 0px 0px;
    }
    .content-page .hero{
        height: 600px;
    }
    .content-page .hero.bpo-hero,
    .content-page .hero.design-hero{
        height: 650px;
    }
    .service-ads-item{
        width: 100%;
        text-align: center;
    }
    .service-ads-body{
        width: 100%;
    }
    .service-ads .page-content{
        height: 100%;
        /* background: #000; */
        padding-top: 100px;
        padding-bottom: 100px;
    }
    /* .service-ads .page-content::after{
        content: "";
        background: url(../img/services/subtract.png) no-repeat center top;
        width: 100%;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
    } */
   .service-ads{
    margin: 30px 0px;
   }
    .service-ads .section-title{
        order: 0;
    }
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
    .faq.section{
        padding-top: 86px;
    }
    .google-overview-item{
        width: 100%;
    }
    .ads-facebook .google-overview-item{
        margin-top: 0px;
    }
    .ads-facebook .google-overview-item:first-child,
    .ads-facebook .google-overview-item:last-child{
        margin-top: 32px;
    }
    .google-overview-item-title{
        font-size: 1.25rem;
        bottom: 10px;
    }
    .service-hard-title{
        font-size:1.25rem ;
        line-height: 50px;
    }
    .service-hard-title span{
        font-size:1.25rem ;
    }
    .service-hard{
        padding: 0 24px;
    }
    .service-hard-sub{
        font-size: 0.875rem;
    }
    .service-hard-item-group{
        flex-wrap: wrap;
    }
    .service-hard-item{
        width: 100%;
        height: 105px;
        margin-right: 0px;
        margin-left: 5px;
    }
    .service-hard{
        height: 100%;
    }
    .service-hard-right{
        padding-top: 100px;
        padding-bottom: 80px;
    }
    .service-hard-item.item02{
        margin-top: 80px;
    }
    .service-hard-group{
        padding-top: 50px;
    }
    .service-google .section-title-main{
        font-size: 2rem;
        line-height: 52px;
    }
    .google-right-bottom,
    .google-right-top,
    .service-google-group{
        flex-wrap: wrap;
    }
    .service-google-left{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .service-google-item{
        width: 100%;
        margin-right: 0px;
    }
    .service-google-item{
        margin-top: 20px;
    }
    .service-details{
        position: relative;
        z-index: 2;
    }
    .mt-46{
        margin-top: 0px;
    }
    .service-google-group{
        margin-top: 0px;
    }
    .service-google-item-title{
        bottom: 20px;
    }
    .single-post-title{
        font-size: 1.5rem;
        line-height: 34px;
    }
    .single-column .btn-down-section{
        margin-top: 0px;
    }
    .single-section .page-right{
        display: none;
    }
    .single-section .page-right.active{
        display: block;
        position: fixed;
        width: 100%;
        z-index: 100;
        bottom: 70px;
    }
    .page-right-body{
        width: 320px;
    }
    .page-right  .single-baner{
        display: none;
    }
    
    .single-post-author-group .contact-item-day{
        display: none;
    }
    .column-author{
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    .single-author .author-img img{
        width: 50px;
        height: 50px;
    }
    .author-img{
       border: 1px solid #fff;
        border-radius: 100%;
        padding: 10px; 
    }
    .single-author-excerpt {
        text-align: center;
    }
    .single-author{
        padding: 25px;
    }
    .single-author .author-position{
        padding-left: 0px;
        text-align: center;
        padding-top: 5px;
    }
    .single-baner-bottom{
        flex-wrap: wrap;
    }
    .single-baner-bottom .single-phone{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .single-author-excerpt{
        margin-top: 20px;
    }
    .project-relevant h3{
        font-size: 1.5rem;
    }
    .project-relevant .single-relevant{
        width: 320px !important;
        height: auto;
        /* margin-right: 20px; */
        margin-bottom: 0px;
        padding: 0px 15px;
    }
    .project-relevant .single-relevant .contact-item-img{
        width: unset;
        height: auto;
    }
    .project-relevant .single-relevant .contact-item-txt h3.title-item .item-title{
        font-size: 1rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: unset;
        line-height: 28px;
    }
    .project-item .case-item-body:hover .case-img {
        transform: unset; 
    }
    .table-btn{
        display: flex;
        justify-content: center;
        position: fixed;
        bottom:  20px;
        width: 100%;
        z-index: 9999;
    }
    .table-btn p{
        padding:10px 45px 10px 25px;
        border-radius: 40px;
        background: #fff;
        color: #161F40;
        font-size: 1rem;
        display: inline-block;
        position: relative;
        cursor: pointer;
    }
    .table-btn p::after{
        content: "";
        background: url(../img/icon/down-blue.svg) no-repeat;
        height: 24px;
        width: 24px;
        position: absolute;
        top: 10px;
        right: 18px;
        transform: rotate(180deg);
    }
    .column-page .author-img{
        padding: 0;
    }
    .new-page .new-body-last-new .contact-item-txt,
    .contact-item-txt h3{
        padding-top: 4px;
    }
    .author-img img{
        width: 34px;
        height: 34px;
    }
    .author-name{
        font-size: 0.875rem;
        padding: 0px 5px;
    }
    .author-position{
        font-size: 0.75rem;
    }
    .contact-item-tab {
        display: flex;
    }
    .column-author{
        display: flex;
        flex-direction: row; 
        justify-content: flex-start;
    }
    .new-page .new-page-tabs li{
        font-size: 14px;
        margin-left: 14px;
        padding: 0;
    }
    .column-popular-item .single-relevant{
        width: 100%;
    }
    .single-column .author-img{
        padding: 0px;
    }
    .single-column .author-img img{
        width: 34px;
        height: 34px;
    }
    .single-column .hero{
        height: 650px;
    }
    .single-content h1{
        font-size: 1.5rem;
        line-height: 32px;
    }
    .single-content p{
        font-size:0.875rem;
        line-height: 26px; 
    }
    .single-content h2{
        font-size: 1.125rem;
        line-height: 26px;  
    }
    .single-author-column .column-author{
       flex-direction: column; 
    }
    .single-baner .single-baner-bottom-title{
        font-size: 1.125rem;
        line-height: 24px;
    }
    .single-relevant .contact-item-txt {
        width: calc(100% - 110px);
    }
    .single-relevant .contact-item-img{
        width: 100px;
        height: 100%;
    }
    .column-popular .single-relevant .contact-item-txt .item-title{
        font-size: 0.75rem;
        line-height: 16px;
    }
    .single-baner{
        margin-top: 0px;
    }
    .table-single-page h3{
        font-size: 1.5rem;
    }
    .title-career{
        font-size: 1.5rem;
    }
    .job{
        flex-wrap: wrap;
        margin-top: 35px;
        padding-top: 30px;
    }
    .title-job-group p a,
    .position-job p{
        font-size: 1.25rem;
    }
    .list-job{
        width: 100%;
        margin-top: 20px;
    }
    .item-job-group{
        padding: 20px 0px;
    }
    .position-job{
        width: 100%;
    }
    .title-job-group img {
        width: 15px;
        height: 15px;
    }
    /* .career-item-content_right-clock::after{
        width: 20px;
        height: 20px;
        top: 10px;
    } */
    .career-item-content_right-calendar,
    .career-item-content_right-clock p{
        font-size: 0.875rem;
    }
    /* .career-item-content_right-calendar::after{
        width: 20px;
        height: 20px;  
        top: 10px;
    } */
    .career-item-content_right-calendar{
        padding-left: 55px;
    }
    .career-item-content_right-clock{
        padding-left: 23px;
    }
    .time-job{
        margin-top: 10px;
    }
    .single-career-left{
        display: none;
    }
    .single-career-left.active{
        display: block;
        position: fixed;
        width: 320px;
        z-index: 100;
        bottom: 70px;
        background: #fff;
        border-radius: 8px;
    }
    .single-career-right{
        width: 100%;
    }
    .careers-submit-btn{
        margin-top: 20px;
    }
    .privacy-page .single-column-title p{
        width: fit-content;
    }
    .single-column .privacy-page  .url-body{
        flex-direction: row;
        align-items: center;
    }
    .contact-page .single-column-title p{
        width: 100%;
    }
    .service-ads-item-body{
        padding: 0 50px;
    }
    .service-ads-item{
        margin: 0;
    }
    .service-ads-item:first-child{
        margin-top: 30px;
    }
    .about-txt p{
        text-align: center;
    }
    .contact-page .hero-contact {
        padding-bottom: 50px;
        padding-top: 100px;
    }
    .styles_curveTop__JmYKF{
        top: -36px;
    }
}
@media screen and (min-width:850px) and (max-width:1520px){

}
/* | Pixel (px) | REM (px ÷ 16)        |
| ---------- | -------------------- |
| 3px        | `3 ÷ 16 = 0.1875rem` |
| 12px       | `12 ÷ 16 = 0.75rem` |
| 14px       | `14 ÷ 16 = 0.875rem` |
| 18px       | `18 ÷ 16 = 1.125rem` |
| 20px       | `20 ÷ 16 = 1.25rem`  |
| 22px       | `22 ÷ 16 = 1.375rem` |
| 24px       | `24 ÷ 16 = 1.5rem`   |
| 32px       | `32 ÷ 16 = 2rem` |
| 48px       | `48 ÷ 16 = 3rem`     |
| 56px       | `56 ÷ 16 = 3.5rem`   | */