.home_store_v2 {
    background-color: #fff;
    margin: 40px 0
}

.home_store_v2 .home_store_container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 15px
}

.home_store_v2 .home_store_container .home_store_title {
    margin-bottom: 30px;
    align-items: center;
    cursor: pointer
}

.home_store_v2 .home_store_container .home_store_title .title {
    font-family: Oswald;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    display: block;
    text-transform: uppercase
}

.home_store_v2 .home_store_container .home_store_title .title__description {
    font-size: 16px;
    color: #a6a6a6;
    font-family: URW-DIN-Arabic,sans-serif;
    font-weight: 300
}

.home_store_v2 .home_store_container .home_store_title .pointer {
    margin-bottom: 0;
    font-weight: 700
}

.home_store_v2 .home_store_container .button-more {
    display: flex;
    align-items: center;
    cursor: pointer
}

.home_store_v2 .home_store_container .button-more span {
    font-family: URW-DIN-Arabic,sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    font-style: italic;
    text-decoration: underline
}

.home_store_v2 .home_store_container .button-more img {
    width: 28px;
    height: 28px
}

.home_store_v2 .home_store_container .home_store_banner>img {
    width: 100%
}

.home_store_v2 .home_store_container .home_store_banner__service {
    display: flex;
    align-items: center;
    justify-content: center
}

.home_store_v2 .home_store_container .home_store_banner__service .service-item {
    margin-top: 15px;
    display: flex;
    align-items: center
}

.home_store_v2 .home_store_container .home_store_banner__service .service-item:not(:last-child) {
    margin-right: 50px
}

.home_store_v2 .home_store_container .home_store_banner__service .service-item img {
    width: 24px;
    height: 24px;
    margin-right: 3px
}

.home_store_v2 .home_store_container .home_store_banner__service .service-item span {
    font-family: URW-DIN-Arabic,sans-serif;
    font-weight: 300;
    font-size: 16px
}

.home_store_v2 .home_store_container .home_store_top_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 8px;
    position: relative
}

.home_store_v2 .home_store_container .home_store_top_content .home_store_top_title {
    font-family: URW-DIN-Arabic,sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0
}

.home_store_v2 .home_store_container .home_store_top_content .home_store_top_button {
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.home_store_v2 .home_store_container .home_store_top_content .home_store_top_button:first-child {
    margin-right: 8px
}

.home_store_v2 .home_store_container .home_store_top_content .home_store_top_button:hover {
    color: #40a9ff
}

.home_store_v2 .home_store_container .home_store_top_content .home_store_top_button .store_icon_button {
    font-size: 12px;
    display: flex
}

.home_store_v2 .home_store_container .home_store_top_content .home_store_top_left_button {
    left: -20px
}

.home_store_v2 .home_store_container .home_store_top_content .home_store_top_right_button {
    right: -20px
}

.home_store_v2 .home_store_container .home_store_top_content .home_store_top_button_disable {
    background: #f5f5f5;
    color: #5f5f5f;
    cursor: not-allowed;
    border: none
}

.home_store_v2 .home_store_container .home_store_top_content .home_store_top_button_disable:hover {
    color: #5f5f5f;
    border-color: transparent
}

.home_store_v2 .home_store_container .home_store_button {
    background-color: #fc3;
    border-radius: 4px;
    padding: 10px;
    max-width: 570px;
    margin: 24px auto auto;
    text-align: center
}

.home_store_v2 .home_store_container .home_store_button a {
    font-family: Oswald;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #000
}

.home_store_v2 .home_store_container .home_store_button:hover {
    cursor: pointer;
    opacity: .7
}
.home {
    background-color: #fff;
    /* padding: 5px 0px 0px; */
    width: 100%;
}

.home .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: auto;
    width: 100%
}

.home .home__slide {
    position: relative;
}

.home .home__slide .swiper-button-next,.home .home__slide .swiper-button-prev {
    background-image: none
}

.home .home__slide .swiper-pagination-bullet-active {
    background: #1b1b1b
}

.home .home__slide .swiper-slide img {
    width: 100%
}

.home .home__slide .swiper-container {
    position: relative;
    border-radius: 5px 5px 0 0;
    margin-top: -5px;
    /* min-height: 12em; */
}

.home .home__slide .swiper-container .ic-next,.home .home__slide .swiper-container .ic-prev {
    position: absolute;
    top: 50%;
    z-index: 1;
    cursor: pointer
}

.home .home__slide .swiper-container .ic-next {
    right: 20px
}

.home .home__slide .swiper-container .ic-prev {
    left: 20px
}

.home .home__slide .swiper-button-custom {
    background: rgb(255 255 255 / 70%);
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.home .home__slide .swiper-button-custom:after {
    font-size: 10px;
    color: #191919;
    font-weight: 700
}

.home .phone-null {
    width: 100%;
    animation-name: setBorder;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards
}

.home .phone-null::-webkit-input-placeholder {
    color: #3d0505
}

.home .phone-null:-ms-input-placeholder {
    color: #3d0505
}

.home .phone-null::-ms-input-placeholder {
    color: #3d0505
}

.home .phone-null::placeholder {
    color: #3d0505
}

.home .btn-action {
    border-radius: 6px;
    padding: 0 5px;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Oswald';
}

.home__form-input {
    font-family: URW-DIN-Arabic,sans-serif;
    font-weight: 300;
    /* background: linear-gradient(-30deg, #e3deb7, #e7be71, #e3deb7, #e7be71); */
    max-width: 545px;
    border-radius: 16px;
    padding: 10px 15px;
    position: relative;
    z-index: 91;
    bottom: 0;
    margin: -30px auto 0;
    /* background: linear-gradient(-45deg, #e0effe, #e3ecfa, #d5d8e2, #e0effe); */
    /* box-shadow: 0px 0px 4px 0px #ddd; */
    /* border: solid 1px #e0effe; */
    backdrop-filter: blur(5px);
    background-color: rgb(255 255 255 / 70%);
}

.home__form-input .form-input__slogan {
    color: var(--three-level-text-color);
    padding-bottom: 5px
}

.home__form-input .form-input__slogan .slogan__title {
    text-transform: uppercase;
    font-family: Oswald;
    font-size: 20px;
    /* font-family: 'URW DIN'; */
    color: var(--three-level-text-color);
}

.home__form-input .form-input__slogan .slogan__text {
    font-size: 14px
}

.home__form-input .form-input__form .form__input {
    flex: auto;
    margin-right: 10px
}

.home__form-input .form-input__form .form__input input {
    height: 100%;
    border-radius: 6px;
    width: 100%;
    padding-left: 10px;
    font-size: 15px;
    /* border: 1px solid transparent; */
    height: 42px;
    /* font-family: URW-DIN-Arabic,sans-serif; */
    font-family: 'Be Vietnam Pro';
    font-weight: 600
}

.home__form-input .form-input__form .form__input input:active,.home__form-input .form-input__form .form__input input:focus,.home__form-input .form-input__form .form__input input:hover {
    outline-style: none;
    box-shadow: none
}

.home .banner-slogan {
    background: #000;
    font-family: URW-DIN-Arabic,sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 8px 0 13px
}

@media(min-width: 768px) {
    .home .home__slide .swiper-container {
        border-radius:0;
        margin-top: 0
    }

    .home .home__slide .swiper-button-custom {
        width: 45px;
        height: 45px
    }

    .home .home__slide .swiper-button-custom:after {
        font-size: 15px
    }

    .home .btn-action {
        padding: 0 12px;
        font-size: 22px;
    }

    .home__form-input {
        position: absolute;
        bottom: 25px;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 15px 20px
    }

    .home__form-input .form-input__slogan {
        padding-bottom: 15px
    }

    .home__form-input .form-input__slogan .slogan__title {
        font-size: 24px
    }

    .home__form-input .form-input__slogan .slogan__text {
        font-size: 18px;
        /* color: #014258; */
    }

    .home__form-input .form-input__form .form__input input {
        padding-left: 15px;
        height: 54px;
        font-size: 20px
    }
}

@media only screen and (max-width: 1200px) and (min-width:768px) {
    .home .home__slide {
        margin-bottom:112px
    }

    .home__form-input {
        bottom: -82px
    }
}

@media only screen and (max-width: 545px) {
    .home__form-input {
        margin-left:5px;
        margin-right: 5px
    }
}

@media screen and (max-width: 768px) {
    .home_store_v2 {
        margin:30px 0
    }

    .home_store_v2 .home_store_container .home_store_title {
        padding: 0 15px
    }

    .home_store_v2 .home_store_container .home_store_top_content .home_store_top_title {
        font-weight: 700
    }

    .home_store_v2 .home_store_container .home_store_button {
        margin-top: 40px
    }

    .home_store_v2 .home_store_container .button-more span {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    .home_store_v2 .home_store_container .home_store_title {
        padding:0 15px
    }

    .home_store_v2 .home_store_container .home_store_top_content .home_store_top_title {
        font-weight: 700
    }

    .home_store_v2 .home_store_container .home_store_button {
        margin-top: 40px
    }
}

@media screen and (max-width: 480px) {
    .home_store_v2 .home_store_container .home_store_top_content .home_store_top_button {
        display:none
    }

    .home_store_v2 .home_store_container .home_store_banner__service .service-item {
        margin-top: 5px
    }

    .home_store_v2 .home_store_container .home_store_banner__service .service-item:not(:last-child) {
        margin-right: 15px
    }

    .home_store_v2 .home_store_container .home_store_banner__service .service-item img {
        width: 15px;
        height: 15px
    }

    .home_store_v2 .home_store_container .home_store_banner__service .service-item span {
        font-size: 10px
    }
}