@media (max-width: 1440px) {}
@media (max-width: 1200px) {
    /* X 0.8 */
    .home .header .title{font-size: 28px;}
    .home .header .subtitle{font-size: 18px;}
    .home .header .descript{font-size: 14px;}
    .home .btn-view {font-size: 19px;border-radius: 8px;}
    .home .about-us{font-size: 22px;}
    .home .solution .info-txt > div:nth-child(1){font-size: 25px;}
    .home .solution .info-txt .txt{font-size: 19px;}
    .home .solution.reverse .info-txt{border-radius: 0px 0px 32px 0px;}
    .home .technology > div:nth-child(1){font-size: 22px;}
    .home .technology .tech-pro .pro-item > div{box-shadow: 0px 0px 24px rgba(244, 86, 114, 0.1);}
    .home .purchase > div:nth-child(1) span:nth-child(1),
    .home .purchase > div:nth-child(1) span:nth-child(2){font-size: 22px;}
    .home .purchase > div:nth-child(1) span:nth-child(3){font-size: 14px;}
    .home .purchase > div:nth-child(2) .step{box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);}
    .home .more-view{border-radius:8px;}
    .home .more-view a{font-size:19px;}
}

@media (max-width: 1000px) {
    .home .header{padding-bottom: 183.33333%;}
    .home .header .bg{background-image: url('/assets/img/home-bg-mobile.png');background-size: cover}
    .home .header .title{top:13%;left:20%;width:60%;font-size: 24px;text-align: center;display: flex;}
    .home .header .subtitle{top:24%;left:8%;width:84%;font-size: 16px;display: flex;}
    .home .header .descript{
        top:29%;
        left:4%;
        width:88%;
        font-size: 14px;
        word-wrap:break-word;
        word-break:break-all;
    }
    .home .header .btn-view {left:16.54%;top:48%;font-size: 24px;width:66.92%;}
    .home .about-us{font-size: 16px;margin-top:0%;text-align: center;padding:1%;}
    .home .better-srv{flex-direction: column;align-items: center;}
    .home .better-srv img{
        width:62.31%;
        margin-bottom: 8.46%;
        box-shadow: 40px 40px 50px 0px rgba(225, 225, 230, 0.8);
        box-shadow: 0px 0px 50px 0px rgba(217, 217, 217, 0.2) inset;
        box-shadow: -40px -40px 80px 0px rgba(255, 255, 255, 0.8);
        margin-right:0;
    }
    .home .solution{margin-top:6%;flex-direction: column-reverse;align-items: center}
    .home .solution .pic{width:100%;}
    .home .solution .pic img{width:63%;}
    .home .solution .info-txt{
        width:91.53%;
        background: #FFE7E7;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
        border-radius: 40px 0px 0px 0px;
        padding:8% 10%;
        box-sizing: content-box;
        letter-spacing: 0.02em;
        position: relative;
        box-sizing: border-box;
        margin-bottom: 4%;
    }
    .home .solution .info-txt .txt{font-size: 14px;}
    .home .solution.reverse{flex-direction: column;}
    .home .solution .info-txt .circle{left:-5px;top:0px;width:21px;height:21px;}
    .home .technology{margin-top:10%;}
    .home .technology > div:nth-child(1){font-size: 18px;}
    .home .technology .tech-pro{margin:8% 0;}
    .home .technology .tech-pro .pro-item{width:25%;margin-bottom: 5%;}
    .home .technology .tech-pro .pro-item > div img{width:50%;}

    .home .purchase{width:100%;padding-bottom: 0%;margin-bottom: 280%;;position: relative}
    .home .purchase > div:nth-child(1){position: relative;}
    .home .purchase > div:nth-child(1){padding-bottom: 80%;}
    .home .purchase > div:nth-child(2){top:40%;bottom: inherit;height:inherit;flex-direction: column;}
    .home .purchase > div:nth-child(1) span:nth-child(1),
    .home .purchase > div:nth-child(1) span:nth-child(2){font-size: 18px;}
    .home .purchase > div:nth-child(1) span:nth-child(3){font-size: 14px;width:90%;text-align: center}
    .home .purchase > div:nth-child(1) span:nth-child(1){margin-top:4.5%;}
    .home .purchase > div:nth-child(2) .step{width:80%;margin-bottom: 10%;}
    .home .purchase > div:nth-child(2) .step-arrow{display: none }


    .home .more-view{margin:0 auto;width:59.23%;padding-bottom:15.12%;margin-bottom: 12%;}
    .home .more-view a{position: absolute;left:0;top:0;width:100%;height:100%;text-decoration: none;font-size:24px;color:white;}
}
