body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.bg-footer {
    background-color: #2A2B2D;
}

.focus\:\!outline-none:focus {
    outline: none !important;
}

.form {
    background-image: url("../images/banner-optinform.png");
    height: 629px;
}

.post-img {
    width: 300px;
    /* height: 149px; */
}

.hidemobile {
    display: none;
}

.img-video {
    height: 400px;
}

.li-menu {
    padding: 10px 20px;
}

.features-new {
    background: url(../images/banner-feature.jpg) repeat top left;
    color: #fff;
    height: 700px;
    padding: 5rem 20rem;
}

.fea {
    padding-left: 20rem;
    padding-right: 20rem;
}

.product-container .feature-details:nth-child(odd) > .borderline {
    width: calc(55% - 30px);
    left: 35px;
    border-left: 1px dashed #e1e1e1;
    border-bottom: 1px dashed #e1e1e1;
    border-top: 1px dashed #e1e1e1;
    border-radius: 24px 0 0 24px;
}

.product-container .feature-details .borderline {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 0;
}

.feature-details {
    padding-top: 65px;
    position: relative;
}

.product-container .feature-details .feature-content li {
    font-size: 16px;
    line-height: 150%;
    list-style-type: none;
    background: url(../images/tick-fea.png) no-repeat left center;
    margin-top: 20px;
    padding-left: 42px;
}

.product-container .feature-content .feature-logo img {
    width: 44px;
    height: 44px;
    max-width: none;
}

.product-container .features .feature-details {
    position: relative;
    display: flex;
    padding: 40px 0;
    align-items: center;
    flex-wrap: wrap;
}

.feature-logo-right {
    position: absolute;
    right: 510px;
    top: -40px;
}

.feature-logo {
    float: left;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    padding: 13px 13px;
    background-color: #fff;
    width: 70px;
    height: 70px;
    margin-left: -23px;
    z-index: 25;
}

.feature-image {
    padding-top: 70px;
}


.fix-vande {
    position: absolute;
    left: 120px;
    width: 100px;
    height: 100px;
}

.regiter {
    padding: 15px 25px;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
    background: #10519f;
    border: none;
}

.box-vande {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 40px 10px 10px;
    margin-top: 60px;
    margin-bottom: 40px;
    height: 230px;
    box-shadow: 5px 5px 5px #e9e9e9;
    font-size: 16px;
}

.product-container .feature-details .anchor {
    position: absolute;
    transform: translateY(-50vh);
}

.product-container .features .feature-details {
    position: relative;
    display: flex;
    padding: 40px 0;
    align-items: center;
    flex-wrap: wrap;
}

.product-container .feature-details:nth-child(even) {
    flex-direction: row-reverse;
}

.product-container .feature-details:nth-child(even) > .borderline {
    right: 45%;
    left: 24px;
    width: 55%;
    border-right: 1px dashed #e1e1e1;
    border-radius: 0 24px 24px 0;
}

.product-container .feature-details .borderline {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 0;
}

.product-container .feature-details .feature-content {
    position: relative;
    flex: 45;
    padding: 30px 0 30px 23px;
}

.product-container .feature-details:nth-child(1) .feature-content {
    display: flex;
    align-items: flex-start;
}

.product-container .features .feature-details {
    position: relative;
    display: flex;
    padding: 40px 0;
    align-items: center;
    flex-wrap: wrap;
}

.call-to-action {
    background: #f36a26;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding-left: 20rem;
    padding-right: 20rem;
}

#gallery {
    background: url(../images/banner3.png) no-repeat 0 0;
    padding-top: 4em;
    background-size: cover;
    /* height: 833px; */
    padding-bottom: 5rem;
}

.hide {
    display: flex;
}

.box-problem {
    display: flex;
    gap: 12px;
}

.box-solu {
    display: flex;
    gap: 4px;
}

.box-solu .full {
    width: 100%;
}

.dangky {
    color: #FFF;
    text-decoration: none;
    background: #f36a26;
    border-radius: 15px;
    padding: 20px;
    font-size: 16px;
}

.pl120 {
    padding-left: 120px;
}

@media (max-width: 640px) {
    .feature-logo-right {
        position: relative;
        right: 0;
        top: 0;
    }

    .feature-image {
        padding-top: 20px;
    }

    .box-vande {
        margin-bottom: 20px;
    }

    .features-new {
        padding-top: 2rem;
    }

    #gallery {
        height: auto;
    }

    .box-price {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .call-to-action {
        padding: 0;
    }

    .pl120 {
        padding: 0;
    }

    .feature-content {
        padding: 10px !important;
    }

    .feature-logo-mobile {
        float: none !important;
        margin: auto auto !important;
    }

    .borderline {
        display: none;
    }

    .feature-details {
        padding-top: 0;
    }

    .dangky {
        padding: 10px;
        font-size: 16px;
        width: 100%;
        display: flex;
        text-align: center;
        justify-content: center;
    }

    .box-solu {
        flex-direction: column;
    }

    .box-problem {
        display: flex;
        gap: 8px;
        flex-direction: column;
    }

    .problem {
        width: 100%;
    }

    .button-menu {
        width: 160px;
        padding: 8px 0;
    }

    .input-tintuc {
        width: 50%;
    }

    .title-loiich {
        padding-left: 0;
        padding-right: 0;
    }

    .dangky-doitac {
        padding: 5px;
    }

    .button-header {
        padding-top: 0;
    }

    .box-nhiemvu1 {
        flex-direction: column;
    }

    .box-nhiemvu2 {
        flex-direction: column;
    }

    .doitacchinhthuc {
        padding: 10px;
    }

    .box-nhiemvu {
        padding: 10px;
    }

    .thungo {
        padding: 10px;
    }

    .banner-hoptac {
        height: 160px;
    }

    .button-header {
        margin-top: 10px;
    }

    .box-header {
        top: 10px;
    }

    .text-thongdiep {
        padding: 10px;
        font-size: 14px;
    }

    .loiich {
        width: 100%;
    }

    .flex-loiich {
        flex-direction: column;
    }

    .box-loiich {
        padding: 10px;
    }

    .text-video {
        position: absolute;
        top: 25px;
        color: #FFF;
        padding: 0 20px;
        font-size: 14px;
        text-align: justify;
    }

    .img-video {
        height: 240px;
    }

    .hidemobile {
        display: block !important;
    }

    .doitac-img {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .doitac-box {
        flex-direction: column;
    }

    .thongdiep-box {
        flex-direction: column;
    }

    .thongdiep {
        padding: 10px;
    }

    .hesinhthai-des {
        font-size: 32px;
    }

    .hesinhthai-des1 {
        padding: 10px;
    }

    .banner-hesinhthai {
        padding: 10px;
    }

    .slide-col {
        flex-direction: column;
    }

    .banner-box-slide {
        height: 123rem;
    }

    .post-detail {
        flex-direction: column;
    }

    .post-slide {
        flex-direction: column;
    }


    .getfly-team-title {
        font-size: 32px;
    }

    .getfly-team {
        padding: 10px;
    }

    .story-border {
        padding: 10px;
    }

    .header-story {
        padding: 10px;
        flex-direction: column;
    }

    .detail-story {
        padding: 10px;
        flex-direction: column;
    }

    .storys-box {
        flex-direction: column;
        gap: 16px;
    }

    .storys {
        padding: 10px;
    }

    .story-des {
        padding: 10px;
    }

    .story-title {
        font-size: 24px;
    }

    .getfly-story {
        padding: 10px;
    }

    .box-new-group {
        flex-direction: column;
    }

    .customer-crm {
        flex-direction: column;
    }

    .box-register {
        padding: 10px;
        flex-direction: column;
    }

    .vitri {
        flex-direction: column;
        width: 100%;
    }

    .tuyendung {
        flex-direction: column;
    }

    .tuyendung-title {
        font-size: 28px;
    }

    .getfly-tuyendung {
        padding: 10px;
    }

    .form {
        height: 450px;
    }

    .button-h {
        height: 40px !important;
    }

    .button-h img {
        width: 12px !important;
    }

    .box-tuyendung {
        height: 780px;
    }

    .register-form {
        padding: 10px;
    }

    .getfly-tuyendung {
        padding: 10px;
        flex-direction: column;
    }

    .info-box {
        flex-direction: column;
    }

    .info-getfly {
        padding: 10px;
    }

    .infos {
        flex-direction: column;
        gap: 2rem;
    }

    .info-detail {
        flex-direction: column;
    }

    .info {
        padding: 10px;
    }

    .contact-box {
        flex-direction: column;
    }

    .contact {
        padding: 10px;
    }

    .des-detail {
        flex-direction: column;
    }

    .img-detail {
        width: 50px;
        height: 50px;
    }

    .button-detail {
        padding: 4px;
    }

    .detail-title {
        font-size: 18px;
    }

    .box-detail {
        padding: 10px;
    }

    .title-crm {
        font-size: 32px;
    }

    .customer-header {
        flex-direction: column;
    }

    .box-customer-crm {
        padding: 10px;
    }

    .box-subpages {
        padding: 10px;
    }

    .bg-banner2 {
        height: auto;
    }

    .solution-group {
        height: auto;
    }

    .box-solution3 {
        flex-direction: column;
    }

    .box-solution2 {
        padding: 10px;
    }

    .title {
        margin-top: 2rem;
        margin-bottom: 2rem;
        font-size: 20px;
    }

    .box-who2 {
        flex-direction: column;
        padding-top: 0;
    }

    .box-who {
        padding: 10px;
    }

    .box-why2 {
        padding: 10px;
    }

    .why2-group {
        flex-direction: column;
        padding: 10px;
    }

    .core-values-img {
        left: 0;
    }

    .values {
        display: flex;
        flex-direction: column;
    }

    .box-core-values {
        padding: 10px;
    }

    .mission {
        display: flex;
        flex-direction: column;
    }

    .bg-banner4 {
        height: initial;
    }

    .box-header-banner {
        display: flex;
        flex-direction: column;
    }

    .box-banner {
        display: block;
    }

    .banner-box {
        height: 95px;
    }

    .btn-next-banner {
        height: 100px;
    }

    .btn-next-banner img {
        width: 32px;
    }

    .box-video {
        padding: 10px;
        flex-direction: column;
    }

    .mobile {
        width: 100%;
    }

    .box-solution {
        padding: 10px;
    }

    .solution {
        flex-direction: column;
        gap: 16px;
    }

    .solutions {
        width: 100%;
    }

    .solution-title {
        padding-top: 2.5rem;
    }

    .box-feature {
        padding: 10px;
    }

    .feature-group {
        flex-direction: column;
        gap: 16px;
    }

    .feature-box {
        width: 100%;
    }

    .feature-header {
        gap: 16px;
        margin-bottom: 0;
    }

    .feature-active p {
        padding: 0;
    }

    .feature-box p {
        padding: 0;
    }

    .feature-content {
        padding: 10px;
        flex-direction: column;
    }

    .box-banner {
        padding: 10px;
    }

    .banner-action {
        flex-direction: column;
        gap: 16px;
    }

    .bg-banner {
        height: 450px;
        background-size: cover;
        justify-content: center;
        display: flex;
    }

    .banners {
        text-align: center;
    }

    .banner-center {
        border: none;
    }

    .box-why {
        padding: 10px;
    }

    .whys {
        flex-direction: column;
    }

    .why-title {
        font-size: 22px;
    }

    .box-feedback {
        padding: 10px;
    }

    .slide-detail {
        padding: 10px;
        gap: 16px;
        flex-direction: column;
    }

    .slides-img {
        width: 200px;
        height: 200px;
    }

    .feedback-detail {
        height: 26rem;
    }

    .box-feedback .btn-next {
        background: transparent;
        width: 70px;
    }

    .box-customer {
        padding: 10px;
        flex-direction: column;
    }

    .title-box {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .box-customer-group {
        flex-direction: column;
    }

    .box-slide {
        padding: 10px;
    }

    .box-slide-detail {
        padding: 10px;
        gap: 16px;
        flex-direction: column;
    }

    .box-customer-slide {
        width: 13rem;
        margin: 0 auto;
    }

    .h-slide {
        height: 1050px;
    }

    .box-banner2 {
        background-size: cover;
        padding: 10px;
        text-align: center;
    }

    .bg-banner3 {
        padding: 10px;
    }

    .bg-footer {
        flex-direction: column;
        text-align: center;
        padding: 10px 10px 80px;
    }

    .social-mobile {
        justify-content: center;
    }

    .feature-active {
        width: 100%;
    }

    .social {
        right: 0 !important;
    }

    .mega-journey {
        display: none;
    }

    .mega-menu {
        padding-left: 0;
        top: 0 !important;
        flex-direction: column;
    }

    .menu-small {
        width: 100%;
        flex-wrap: inherit;
        flex-direction: row;
        display: flex;
    }

    .hide {
        display: none;
    }

    .mega-button {
        width: 5rem;
        justify-content: center;
    }

    li button[aria-selected="true"] {
        border-bottom: 2px solid #233F80 !important;
    }

    .mega-box-detail {
        flex-direction: column;
    }

    .box-menu-small {
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .mega-menu {
        height: auto;
    }
}

@media (min-width: 768px) {
    .li-menu {
        padding: 7px;
    }

    .banner-hesinhthai {
        padding: 10px;
    }

    .thongdiep {
        padding: 10px;
    }

    .text-video {
        position: absolute;
        top: 100px;
        color: #FFF;
        padding: 10px 60px;
        font-size: 16px;
        text-align: justify;
    }

    .logo {
        width: 7rem;
    }
}

@media (min-width: 1440px) {
    .storys {
        padding-left: 25rem;
        padding-right: 25rem;
    }
}

@media (min-width: 1367px) {
    .logo {
        width: 7rem;
    }

    .thongdiep {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .banner-hesinhthai {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .hesinhthai-des1 {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .storys {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .getfly-story {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .register-form {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .info-getfly {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .info {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .contact {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .box-detail {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .table-header-price {
        padding: 1rem;
    }

    .btn-trial {
        padding: 0.5rem 1rem;
    }

    .text-1 {
        top: 21px;
        right: 190px;
    }

    .text-2 {
        top: 140px;
        right: 75px;
    }

    .text-3 {
        top: 275px;
        right: 55px;
    }

    .text-4 {
        top: 380px;
        right: 100px;
    }

    .text-5 {
        top: 495px;
        right: 138px;
    }

    .text-6 {
        top: 628px;
        right: 509px;
    }

    .text-7 {
        top: 513px;
        left: 205px;
    }

    .text-8 {
        top: 390px;
        left: 117px;
    }

    .text-9 {
        top: 260px;
        left: 90px;
    }

    .text-10 {
        top: 145px;
        left: 110px;
    }

    .text-11 {
        top: 20px;
        left: 200px;
    }


    .box-price {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .extend {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .mega-menu {
        height: 580px;
    }

    .mega-journey {
        height: 579px;
        width: 500px;
    }

    .box-solution2 {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .box-who {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .box-why2 {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .box-banner {
        padding-left: 20rem;
        padding-right: 20rem;
    }


    .box-core-values {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .logo {
        width: 8rem;
    }

    .li-menu {
        padding: 0.5rem;
    }

    .box-video {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .box-solution {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .box-feature {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .box-why {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .box-feedback {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .box-customer {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .box-slide {
        padding-left: 20rem;
        padding-right: 20rem;
    }


    .footer-p {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .box-footer .social {
        right: -150px;
    }

    .banner-box {
        height: 490px;
    }

    .box-subpages {
        padding-left: 20rem;
        padding-right: 20rem;
    }


    .text-video {
        position: absolute;
        top: 30px;
        color: #FFF;
        padding: 10px 60px;
        font-size: 16px;
        text-align: justify;
    }
}

@media (min-width: 1440px) {
    .banner-box {
        height: 490px;
    }

    .logo {
        width: 7rem;
    }

    .text-video {
        position: absolute;
        top: 30%;
        color: #FFF;
        padding: 10px 60px;
        font-size: 16px;
        text-align: justify;
    }


    .extend {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .box-who2 {
        gap: 16px;
    }

    .thungo {
        padding-left: 15rem;
        padding-right: 15rem;
    }

    .box-loiich {
        padding-left: 15rem;
        padding-right: 15rem;
    }

    .title-loiich {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .box-nhiemvu {
        padding-left: 15rem;
        padding-right: 15rem;
    }

    .doitacchinhthuc {
        padding-left: 15rem;
        padding-right: 15rem;
    }
}


@media (max-width: 1366px) {


    .fea {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .feature-logo-right {
        right: 525px;
    }
}

.hover-menu {
    display: none;
}

.peer:hover >
.hover-menu {
    display: block;
}

.group:hover >
.hover-menu {
    display: block;
}

@media (max-width: 768px) {
    .hover-menu {
        right: 0 !important;
        top: 3rem !important;
    }


}

@media (min-width: 768px) {
    .search-form {
        width: 30%;
    }
}

@media (min-width: 1024px) {
    .banner-box {
        height: 332px;
    }
}

@media (max-width: 768px) {

    .button-menu {
        padding: 0.5rem;
    }

    .logo {
        width: 6rem;
    }
}

@media (max-width: 1140px) {
    .button-menu {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-size: 0.5rem;
    }
}

@media (min-width: 1800px) {
    .text-thongdiep {
        font-size: 3rem;
    }

    .button-header {
        font-size: 2rem;
    }
}

@media (min-width: 1336px) {
    .box-video,
    .box-solution,
    .box-feature,
    .box-banner,
    .box-why,
    .box-feedback,
    .box-customer,
    .box-slide,
    .box-core-values,
    .footer,
    .box-price,
    .banner-hesinhthai,
    .thongdiep,
    .box-why2,
    .box-who,
    .box-solution2,
    .footer-p,
    .box-subpages,
    .box-detail,
    .hesinhthai-des1,
    .register-form {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

@media (min-width: 1600px) {
    .box-video,
    .box-solution,
    .box-feature,
    .box-banner,
    .box-why,
    .box-feedback,
    .box-customer,
    .box-slide,
    .box-core-values,
    .box-price,
    .banner-hesinhthai,
    .thongdiep,
    .box-why2,
    .box-who,
    .box-solution2,
    .footer-p,
    .box-subpages,
    .box-detail,
    .hesinhthai-des1,
    .register-form {
        padding-left: 15rem;
        padding-right: 15rem;
    }
}

@media (min-width: 768px) {
    .md\:w-50 {
        width: 50%;
    }
}

@media (min-width: 1200px) and (max-width: 1700px) {
    .extend {
        padding-left: 5rem;
        padding-right: 5rem;
    }

}

@media (min-width: 768px) {
    .md\:w-1\/2 {
        width: 50% !important;
    }
}

.more-photo {
    height: 20rem;
}

@media (min-width: 768px) {
    .more-photo {
        height: 100%;
    }
}

#content ul {
    list-style: disc !important;
    padding-left: 1rem;
}
@media (min-width: 1536px){
    .\32xl\:px-\[25rem\] {
        padding-left: 25rem;
        padding-right: 25rem;
    }
}

@media (min-width: 1280px){
    .xl\:px-\[15rem\] {
        padding-left: 15rem;
        padding-right: 15rem;
    }
}
@media (min-width: 1536px){
    .\32xl\:mt-10 {
        margin-top: 2.5rem;
    }
}

