/* XL Device :1200px. */

@media (min-width: 1200px) and (max-width: 1449px) {
    .win__thumb img {
        max-width: 100%;
    }
}


/* LG Device :992px. */

@media (min-width: 992px) and (max-width: 1200px) {
    .hero__content h2 {
        font-size: 90px;
    }

    .hero__content p {
        font-size: 24px;
        line-height: 32px;
    }

    .global__btn {
        font-size: 23px;
        height: 59px;
        padding: 0 35px;
    }

    .hero__area {
        height: 840px;
    }

    .hero__area::before {
        bottom: -30px;
        height: 80px;
    }

    .service__content h3 {
        font-size: 26px;
        line-height: 30px;
    }

    .service__content p {
        font-size: 16px;
        line-height: 22px;
    }

    .servoce__ico {
        height: 90px;
        width: 90px;
    }

    .servoce__ico img {
        height: 41px;
    }

    .win__thumb img {
        max-width: 100%;
    }

    .win__content h3 {
        font-size: 76px;
        line-height: 82px;
    }

    .win__content p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .about__top__title h4 {
        font-size: 34px;
        line-height: 38px;
    }

    .footer__identity a img {
        width: 200px;
    }

    .footer__identity span {
        font-size: 20px;
        line-height: 28px;
    }
}


/* MD Device :768px. */

@media (min-width: 768px) and (max-width: 991px) {
    .hero__content h2 {
        font-size: 90px;
    }

    .hero__content p {
        font-size: 24px;
        line-height: 32px;
    }

    .global__btn {
        font-size: 20px;
        height: 52px;
        padding: 0 35px;
        padding-top: 2px;
    }

    .hero__area {
        height: 767px;
    }

    .hero__area::before {
        bottom: 0;
        height: 80px;
    }

    .service__content h3 {
        font-size: 26px;
        line-height: 30px;
    }

    .service__content p {
        font-size: 16px;
        line-height: 22px;
    }

    .servoce__ico {
        height: 90px;
        width: 90px;
        margin-bottom: 15px;
    }

    .servoce__ico img {
        height: 41px;
    }

    .win__thumb img {
        max-width: 300px;
    }

    .win__content h3 {
        font-size: 60px;
        line-height: 64px;
    }

    .win__content p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .about__top__title h4 {
        font-size: 34px;
        line-height: 38px;
    }

    .footer__identity a img {
        width: 140px;
    }

    .footer__identity span {
        font-size: 16px;
        line-height: 28px;
    }

    .win__thumb {
        text-align: center;
        margin-bottom: 20px;
    }

    .win__content {
        text-align: center;
    }

    .win__btn {
        justify-content: center;
    }

    .location__img {
        text-align: center;
        margin-bottom: 20px;
    }

    .about__area {
        padding-bottom: 50px;
    }

}


/* SM Small Device :320px. */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .hero__content h2 {
        font-size: 60px;
        line-height: 65px;
    }

    .hero__content p {
        font-size: 18px;
        line-height: 26px;
    }

    .global__btn {
        font-size: 18px;
        height: 50px;
        padding: 0 30px;
        padding-top: 2px;
    }

    .hero__area {
        height: 490px;
        overflow: hidden;
    }

    .hero__area::before {
        bottom: 0;
        height: 55px;
        display: none;
    }

    .service__content h3 {
        font-size: 24px;
        line-height: 25px;
    }

    .service__content p {
        font-size: 16px;
        line-height: 22px !important;
    }

    .servoce__ico {
        height: 80px;
        width: 80px;
        margin-bottom: 15px;
    }

    .servoce__ico img {
        height: 33px;
    }

    .win__thumb img {
        max-width: 300px;
    }

    .win__content h3 {
        font-size: 42px;
        line-height: 47px;
    }

    .win__content p {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    .about__top__title h4 {
        font-size: 28px;
        line-height: 28px;
    }

    .footer__identity a img {
        width: 90px;
    }

    .footer__identity span {
        font-size: 14px;
        line-height: 22px;
    }

    .win__thumb {
        text-align: center;
        margin-bottom: 20px;
    }

    .win__content {
        text-align: center;
    }

    .win__btn {
        justify-content: center;
    }

    .location__img {
        text-align: center;
        margin-bottom: 20px;
    }

    .about__area {
        padding-bottom: 40px;
        padding-top: 5px;
    }

    .logo img {
        width: 100px;
    }

    .hero__content {
        margin-top: 130px;
    }

    .hero__btn .global__btn {
        margin: 0 10px;
    }

    .hero__img {
        width: 330px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .service__inner__blk {
        padding: 26px;
    }

    .win__btn a {
        margin-right: 0;
        margin: 0 10px;
    }

    .location__area {
        padding: 40px 0;
    }

    .about__top__title {
        height: auto;
    }

    .footer__area {
        padding: 28px 0;
        padding-bottom: 15px;
    }

    .win__area {
        padding: 40px 0;
        margin-top: 40px;
    }


}


/* SM Small Device :550px. */

@media only screen and (min-width: 576px) and (max-width: 767px) {}