    html,
body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    direction: rtl;
}

* {
    font-family: 'Assistant', sans-serif;
}
img.plach {
    position: absolute;
    right: 0;
    top: 34vw;
    z-index: 9;
    display: none;
    width: 30vw;
}
.formbox h2 {
    display: none; 
}

.wrapper {
    position: relative;
    text-align: center;
    height: 49.2vw;
    min-height: 47vw;
}

.left h1 {
    color: #ffffff;
    text-align: center;
    width: 79.1%;
    font-size: 1.4vw;
    line-height: 1.9vw;
    position: relative;
    top: 0;
    background: #aee1f6;
    padding: 0.5vw 0;
    margin: 1.6vw -1px;
    font-weight: 600;
    padding: 2% 12%;
    background: rgba(2,37,98,1);
    background: -moz-linear-gradient(left, rgba(2,37,98,1) 0%, rgba(0,143,199,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,37,98,1)), color-stop(100%, rgba(0,143,199,1)));
    background: -webkit-linear-gradient(left, rgba(2,37,98,1) 0%, rgba(0,143,199,1) 100%);
    background: -o-linear-gradient(left, rgba(2,37,98,1) 0%, rgba(0,143,199,1) 100%);
    background: -ms-linear-gradient(left, rgba(2,37,98,1) 0%, rgba(0,143,199,1) 100%);
    background: linear-gradient(to right, rgba(2,37,98,1) 0%, rgba(0,143,199,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022562', endColorstr='#008fc7', GradientType=1 );
}

h1 .strong {
    display: block;
    font-family: 'Assistant', sans-serif;
    font-weight: 900;
}

.strong {
    font-family: 'Assistant', sans-serif;
    font-weight: 900;
}

.exemple {
    display: inline-block;
    color: #3d2209;
    font-size: 1.5vw;
    position: absolute;
    transform: rotate(-46deg);
    left: -7.8vw;
    width: 44.2%;
    display: none;
    top: 5.2vw;
    font-weight: 600;
    z-index: 9;
    line-height: 3vw;
    -webkit-box-shadow: 6px 5px 7px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 5px 7px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 5px 7px -4px rgba(0, 0, 0, 0.75);
}

.exemple:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0.2vw;
    width: 100%;
    height: 100%;
    background: #aee1f6;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(40deg);
    -ms-transform: skew(40deg);
    transform: skew(-21deg);
    z-index: -1;
}

h2 {
    font-family: 'Assistant', sans-serif;
    position: relative;
    top: 0vw;
    color: #ffffff;
    font-size: 1.5vw;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 0.3vw;
}

.bway {
    position: absolute;
    top: 38vw;
    left: -3vw;
    width: 8.91vw;
    transform: rotate(90deg);
    color: #fff;
    text-decoration: none;
}
p.p_txt.with_border {
    text-align: center;
    border-top: 2px solid #022865;
    border-bottom: 2px solid #022865;
    margin-top: 1vw;
    font-weight: bold;
    padding: 0.5vw 0;
    line-height: 1.3vw;
}

p.disclaimer {
    color: #ffffff;
    font-size: 2.5vw;
    text-align: right;
    top: unset;
    position: absolute;
    bottom: 2.5vw;
    left: 0;
    right: -7vw;
    outline: none;
    line-height: 2.5vw;
    z-index: 99999999;
    direction: ltr;
}
p.disclaimer2 {
    color: #02316d;
    font-size: 0.6vw;
    text-align: center;
    top: unset;
    position: absolute;
    bottom: 2vw;
    padding-top: 0.5vw;
    left: 0;
    right: 0;
    outline: none;
    line-height: 0.8vw;
    z-index: 99999999;
    direction: ltr;
    border-top: solid #0084bd 1px;
    width: 67%;
}
p {
    color: #01417c;
    position: relative;
    top: 0;
    font-size: 1.1vw;
    line-height: 1.8vw;
    text-align: justify;
    width: 84%;
    font-weight: 600;
    margin: 0 auto;
}

.p_txt .p_txt_title {
    display: block;
    /* display: none; */
    color: #fff;
    font-family: 'Assistant', sans-serif;
}

.p_middle {
    letter-spacing: -0.02vw;
}

.p_bottom {
    letter-spacing: 0.02vw;
}

.formbox {
    direction: rtl;
}

.formbox input {
    box-sizing: border-box;
    border-radius: 0;

}

.formbox input[type=submit] {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: #03428e;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #03428e;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #03428e;
}

:-ms-input-placeholder {
    color: #03428e;
}

.pos-relative {
    position: relative;
    height: 49.2vw;
}

@keyframes logo_g {
    0% {
        transform: rotate(0deg);
    }
    15%,
    45%,
    75% {
        transform: rotate(15deg);
    }
    30%,
    60%,
    90% {
        transform: rotate(-15deg);
    }
}

@-webkit-keyframes logo_g {
    0% {
        -webkit-transform: rotate(0deg);
    }
    15%,
    45%,
    75% {
        -webkit-transform: rotate(15deg);
    }
    30%,
    60%,
    90% {
        -webkit-transform: rotate(-15deg);
    }
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

.formbox {
    position: absolute;
    right: 8vw;
    bottom: 7.6vw;
    width: 17vw;
    padding: 0;
}

.formbox p {
    color: #fff;
    font-size: 1.4vw;
    padding: 0;
    margin: 0.5vw auto;
}
input#lead_email {
    margin-bottom: 0;
}
.formbox input {
    display: inline-block;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: #01417c;
    font-size: 1vw;
    font-weight: 600;
    text-align: right;
    padding: 0.5vw;
    padding-right: 0.5vw;
    margin-bottom: 1.3vw;
    width: 100%;
    border: 1px solid;
    border-color: #01417c;
}


.logos {
    position: absolute;
    bottom: 5.3vw;
    width: 9.5vw;
    right: 0;
    left: 0;
    margin: 0 auto;
}

#usersend {
    position: relative;
    width: 100%;
    float: right;
}

input[name='email'] {
    display: inline-block;
    background: #dff3fb;
    border: 0;
    box-sizing: border-box;
    color: #0a4b60;
    font-size: 1vw;
    font-weight: 600;
    text-align: right;
    padding: 0.5vw;
    padding-right: 0.5vw;
    margin-bottom: 0;
    width: 100%;
    border-radius: 0.2vw;
}

.formbox input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #03428e;
}

.formbox input::-moz-placeholder {
    /* Firefox 19+ */
    color: #03428e;
}

.formbox input:-ms-input-placeholder {
    /* IE 10+ */
    color: #03428e;
}

.formbox input:-moz-placeholder {
    /* Firefox 18- */
    color: #03428e;
}

.formbox .title {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 1.2vw;
    padding: 0vw 0.2vw;
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 0.5vw;
}

.formbox input.btn_submit {
    text-align: center;
    background: #01417c;
    color: #ffffff;
    border: 0;
    width: 32%;
    display: inline-block;
    font-size: 1vw;
    cursor: pointer;
    padding-bottom: 0.14vw;
    padding-top: 0.14vw;
    font-weight: 300;
    padding: 0.2vw;
    font-weight: 500;
    font-family: 'Assistant', sans-serif;
}

.btn_submit span {
    display: block;
}

.web_image {
    display: block;
    width: 100%;
    height: 100%;
}

#AllowedMail2 {
    display: none;
}

.chk {
    font-size: 0.8vw;
    margin: 0.5vw 0.2vw;
    text-align: right;
}

.chk label {
    cursor: pointer;
    color: #022a67;
    font-size: 0.8vw;
}

.formbox input[type=checkbox] {
    width: auto;
    display: inline-block;
    border: 1px solid #fff;
    margin: 1.2% -6% 0 0;
    padding: 2% 0;
    outline: none;
    cursor: pointer;
    float: right;
}

#AllowedMail2 + label:before {
    border: 1px solid #022a67;
    content: "\00a0";
    display: inline-block;
    font: 1vw/1em sans-serif;
    height: 0.8vw;
    margin: 0.05vw 0px 0px 0.3vw;
    padding: 0;
    vertical-align: top;
    width: 0.8vw;
}

#AllowedMail2:checked + label:before {
    color: #044d44;
    content: "\2713";
    text-align: center;
}

.mob {
    display: none;
}

.top {
    width: 50%;
    position: absolute;
    right: 2vw;
    top: 2vw;
}

.slick-dots li {
    display: block;
    border: 0;
    margin: -10px 0px;
}

.slick-dots {
    display: block;
    position: absolute;
    bottom: 10vw;
    right: 51vw;
}

.slick-dots button {
    background: #ddd;
    border-radius: 99%;
    padding: 0.2vw;
    width: 0;
    height: 0;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    border: 0;
    outline: none;
}

.slick-active button {
    border: 0.1vw solid #009999;
}

/*loader*/

#thankyou {
    position: absolute;
    top: 0;
    display: none;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #aee1f6cc;
    display: none;
        z-index: 99999999999999999999;
}

.spinner {
    margin: 19% auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.content_holder h1 {
    text-align: center;
    padding: 0;
    font-size: 42px;
    line-height: 65px;
    margin: 0;
    color: #0084b5;
    font-weight: 600;
}
p.p_txt.thanlu {
    color: #3c2305;
    position: relative;
    top: 7vw;
    font-size: 2.1vw;
    text-align: center;
    width: 84%;
    font-weight: 600;
    margin: 0 auto;
}
.content_holder h1.sub {
    text-align: center;
    padding: 0;
    font-size: 76px;
    line-height: 37px;
    margin: 0;
    color: #210000;
    font-weight: 900;
    letter-spacing: -1px;
}
@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.bgimage {
    position: absolute;
    right: 0;
    top: 0;
    width: 77%;
    z-index: -1;
}

.slide {
    width: 46%;
    height: 78%;
    position: absolute;
    top: 5vw;
    right: 8vw;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.top_text {
    position: relative;
    z-index: 999999999;
    right: 0;
    width: 22.55vw;
    top: 0.5vw;
}

.logo {
    position: relative;
    z-index: 999999999;
    right: 0;
    width: 15.55vw;
    top: 0.5vw;
}

.logo_bottom {
    position: absolute;
    width: 7vw;
    bottom: 2vw;
    right: 1.5vw;
}

.left {
    width: 32%;
    position: absolute;
    height: 48.8vw;
    right: 0;
    left: 0;
    top: 1vh;
}

.logo_top {
    position: relative;
    width: 17vw;
    top: 6vw;
}

.txtleft {
    position: relative;
    width: 23vw;
    top: 8vw;
}

.mainslider {
    width: 67%;
    position: absolute;
    margin-top: 0%;
    direction: rtl;
    top: 0;
    margin: 0 30vw 0 0;
    left: 0;
    height: 100%;
    padding: 0;
    overflow: hidden;
}

.slick-initialized .slick-slide {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    margin-top: 0;
    direction: rtl;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: none;
    -webkit-transform: none;
    direction: ltr;
}

.mainslider img.slick-arrow {
    width: 10vw;
}

.slick-dots {
    list-style: none;
    position: absolute;
    z-index: 2;
    bottom: 1vw;
    right: 59vw;
    outline: none;
    width: 10%;
    line-height: 0;
    direction: ltr;
}

.slick-dots button {
    background: #cfcfd0;
    border-radius: 50%;
    padding: 0.3vw;
    width: 0.3vw;
    height: 0.3vw;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    border: 0;
}

.slick-dots li {
    display: inline-block;
    border: 0;
    margin: 0 0.5vw;
}

.mainslider .dslidermob .slick-dots {
    list-style: none;
    position: absolute;
    z-index: 99999;
    bottom: 0.5vw;
    right: 0;
    outline: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
    width: 100%;
    direction: ltr;
}

.slick-slide img {
    display: block;
    width: 100%;
    height: 49.3vw;
    min-height: 49.3vw;
}

.slick-arrow {
    position: absolute;
    bottom: 50%;
    width: 2.5vw !important;
    height: unset !important;
    cursor: pointer;
    z-index: 9999;
}

.slick-active button {
    background: #ffffff;
}

.slick-arrow.ra {
    right: 3vw;
    position: absolute;
}

.slick-arrow.la {
    left: 3vw;
    position: absolute;
}

.slick-slide {
    -webkit-backface-visibility: hidden;
}


@media screen and (max-width: 1280px) {
    .wrapper {
        position: relative;
        text-align: center;
        height: 52.1vw;
        min-height: 47vw;
    }
    .pos-relative {
        background: url(../images/bg.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        height: 52.1vw;
    }
    .slick-slide img {
        display: block;
        width: 100%;
        height: 52.1vw;
        min-height: 50vw;
    }
    .left {
        width: 31%;
        position: absolute;
        height: 51vw;
        left: 1vh;
        top: 1vh;
        min-height: 46vw;
    }
    p {
        margin: 0vw auto 1vw;
    }
    .formbox {
        bottom: 7vw;
    }
}

@media screen and (max-width: 1000px) {
    .wrapper {
        position: relative;
        text-align: center;
        height: 250vw;
    }
    .pos-relative {
        background: url(../images/bgmob.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        height: 100%;
        min-height: 61vw;
    }
    .modal-container {
        width: inherit;
    }
    .web {
        display: none;
    }
    .mob {
        display: block;
    }
    h1 {
        margin: 0;
        color: #ffffff;
        position: relative;
        line-height: 8vw;
        font-size: 5.6vw;
        top: 0;
        padding: 0 0;
        font-family: 'Assistant', sans-serif;
        font-weight: 600;
        background: rgba(2,37,98,1);
        background: -moz-linear-gradient(left, rgba(2,37,98,1) 0%, rgba(0,143,199,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,37,98,1)), color-stop(100%, rgba(0,143,199,1)));
        background: -webkit-linear-gradient(left, rgba(2,37,98,1) 0%, rgba(0,143,199,1) 100%);
        background: -o-linear-gradient(left, rgba(2,37,98,1) 0%, rgba(0,143,199,1) 100%);
        background: -ms-linear-gradient(left, rgba(2,37,98,1) 0%, rgba(0,143,199,1) 100%);
        background: linear-gradient(to right, rgba(2,37,98,1) 0%, rgba(0,143,199,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022562', endColorstr='#008fc7', GradientType=1 );
    }
    .logo {
        position: relative;
        z-index: 999999999;
        right: 0;
        width: 67.6vw;
        top: 229vw;
        display: none;
    }
    .mob_image {
        display: block;
        width: 100%;
        height: 165vw;
    }
    .exemple {
        display: block;
        color: #ffffff;
        font-size: 7.2vw;
        position: relative;
        transform: rotate(0deg);
        background: #0a4b60;
        left: 0;
        width: auto;
        top: 0;
    }
    .exemple:after {
        display: none;
    }
    .formbox {
        background: none;
        background-size: 100% 100%;
        position: absolute;
        right: 11.9vw;
        left: unset !important;
        top: unset;
        width: 77vw;
        padding: 1.5vw 0;
        bottom: 42vw;
        min-height: 0;
    }
    #usersend {
        position: relative;
        width: 71%;
        float: none;
        margin: 0 auto;
        background: none;
    }
    #AllowedMail2 + label:before {
        border: 1px solid #044d44;
        content: "\00a0";
        display: inline-block;
        font: 3.2vw/1em sans-serif;
        height: 2.8vw;
        margin: 0.05vw 0px 0px 1.3vw;
        padding: 0;
        vertical-align: middle;
        width: 2.8vw;
    }
    .formbox .title {
        display: block;
        text-align: center;
        color: #ffffff;
        font-size: 5.5vw;
        padding: 0vw 0vw;
        position: relative;
        line-height: 1;
        width: 100%;
        font-family: 'Assistant', sans-serif;
    }
    .formbox input {
        display: block;
        margin: 2vw auto;
        width: 58vw;
        box-sizing: border-box;
        /* border-radius: 10vw; */
        font-size: 5vw;
        padding: 1.3vw 3.5vw;
        /* text-align: right; */
        /* padding: 2.5vw 2.5vw; */
    }
    .formbox p {
        color: #fff;
        font-size: 4.4vw;
        padding: 0;
        margin: 0.5vw auto;
    }
    .left {
        width: 100%;
        position: absolute;
        height: 41%;
        left: 0;
        top: 53vw;
    }
    .logo_top {
        position: relative;
        width: 53vw;
        top: 6vw;
    }
    .txtleft {
        position: relative;
        width: 71vw;
        top: 12vw;
    }
    .priceleft {
        position: relative;
        width: 71vw;
        top: 20vw;
        -webkit-animation: pulse 1s infinite;
    }
    .btn_submit {
        width: 33%;
        height: 7vw;
        font-size: 5vw;
        margin-top: 0.2vw;
        position: relative;
        right: 0;
        /* border-radius: 100%; */
        padding: 0;
        font-family: 'Assistant', sans-serif;
        /* border: 0.7vw solid #fff; */
        position: relative;
        /* top: 2vw; */
    }
    .btn_submit span {
        display: inline-block;
    }

    .bway {
        position: absolute;
        top: unset;
        bottom: 27vw;
        left: -17vw;
        font-size: 3vw;
        position: fixed;
        width: 41.91vw;
        transform: rotate(90deg);
        color: #000;
    }
    .logos_wrapper {
        position: absolute;
        width: 100%;
        top: 85.7vw;
        text-align: center;
        padding: 6vw 0;
    }
    .strong {
        font-family: 'Assistant', sans-serif;
        font-weight: 900;
        font-size: 5.2vw;
    }
    .logos {
        position: relative;
        bottom: unset;
        width: 62vw;
        margin: 0 auto;
        right: 0;
    }
    #c2c_btn {
        height: 19vw;
        width: 31vw;
        /* display: none !important; */
        right: 0vw;
        background: url(../images/ctc_back.png) center center no-repeat;
        background-size: 100%;
        background-repeat: no-repeat;
        z-index: 54;
        cursor: pointer;
        display: inline-block;
        float: right;
        position: fixed;
        z-index: 99999999999;
        top: 0vw;
    }
    #c2c_btn #c2c_icon {
        width: 12vw;
        height: 13vw;
        margin: unset;
        margin-top: 3vw;
        margin-right: 2.4vw;
        background: url(../images/phone-receiver.png) center center no-repeat;
        background-size: 100%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        opacity: 1;
        display: inline-block;
        vertical-align: text-bottom;
        float: right;
    }
    @-webkit-keyframes spinphone {
        0% {
            -webkit-transform: rotate(0deg);
        }
        50%,
        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    .chk label {
        padding: 0vw;
        cursor: pointer;
        font-size: 3vw;
        font-weight: 600;
        line-height: 5.3vw;
    }
    .chk {
        font-size: 2.2vw;
        margin-top: 3vw;
        width: 66vw;
        float: right;
        margin: 2vw 0 0 auto;
    }
    .formbox input.btn_submit {
    text-align: center;
    background: #022d69;
    color: #ffffff;
    border: 0;
    width: 38%;
    display: inline-block;
    font-size: 5vw;
    cursor: pointer;
    padding-bottom: 0.14vw;
    padding-top: 0.14vw;
    font-weight: 300;
    padding: 0.2vw;
    font-weight: 500;
    font-family: 'Assistant', sans-serif;
}
    #AllowedMail2 {
        display: none;
    }
    #AllowedMail2 + label:before {
        border: 1px solid #023470;
        content: "\00a0";
        display: inline-block;
        font: 16px/1em sans-serif;
        height: 4vw;
        margin: 0.15vw 0px 0px 1.3vw;
        padding: 0;
        vertical-align: top;
        width: 4vw;
    }
    #AllowedMail2:checked + label:before {
        color: #3c2305;
        content: "\2713";
        text-align: center;
        font-size: 5vw;
    }


    .phone_a {
        width: 94vw;
        position: absolute;
        bottom: -39vw;
        height: 20vw;
        display: block;
    }
    .formbox h5 {
        margin-bottom: 55vw;
        font-size: 7vw;
    }
    .mob_logo {
        position: absolute;
        bottom: 2vw;
        width: 30vw;
        left: 35vw;
    }
    .mob_discount {
        position: absolute;
        top: 70vw;
        width: 23vw;
        right: 0vw;
        z-index: 9;
    }

    .logo_bottom {
        position: absolute;
        width: 18vw;
        top: 2vw;
        right: 40.5vw;
        bottom: unset;
        z-index: 9999999999;
    }
    .slide {
        width: 90%;
        height: 52vw;
        position: absolute;
        top: 6vw;
        right: 5%;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
    }

    .left h1 {
        color: #044d44;
        text-align: center;
        width: 90%;
        font-size: 10vw;
        line-height: 0.9;
        position: relative;
        margin: 0 auto;
        top: 8.5vw;
        letter-spacing: -.3vw;
    }
    .formbox h2 {
        font-family: 'Assistant', sans-serif;
        position: relative;
        top: 0vw;
        font-size: 5vw;
        width: 100%;
        font-weight: 600;
        line-height: 1;
        display: block;
        color: #3e2308;
        display: none;
    }
    h2 {
        font-family: 'Assistant', sans-serif;
        position: relative;
        top: 65vw;
        font-size: 6.2vw;
        width: 90%;
        line-height: 1;
    }
 .p_txt .p_txt_title {
     display: none; 
    color: #fff;
    font-family: 'Assistant', sans-serif;
}
    p.p_txt.with_border {
        text-align: center;
        /* border-top: none; */
        /* border-bottom: none; */
        margin-top: 0.8vw;
        padding: 1.5vw;
        line-height: 1.2;
        position: relative;
        top: 12.9vw;
        font-size: 4.4vw;
        width: 77%;
        margin: 0 auto;
        text-align: center;
        border-top: 1px solid #022865;
        border-bottom: 1px solid #022865;
    }
    p.disclaimer {
        /* color: #022d69; */
        font-size: 4.7vw;
        line-height: 5vw;
        /* text-align: center; */
        /* top: unset; */
        /* position: absolute; */
        /* bottom: 1.5vw; */
        /* left: 0; */
        /* right: 0; */
        /* outline: none; */
        /* line-height: 0; */
        /* z-index: 99999999; */
        /* margin-bottom: 0; */
        /* direction: rtl; */
    }
    p.p_txt.thanlu {
    color: #3c2305;
    position: relative;
    top: 27vw;
    font-size: 10.1vw;
    text-align: center;
    width: 84%;
    font-weight: 600;
    margin: 0 auto;
}
p.disclaimer2 {
    color: #02316d;
    font-size: 2.6vw;
    text-align: center;
    top: unset;
    position: absolute;
    bottom: -3.5vw;
    padding-top: 0.5vw;
    left: 0;
    right: 0;
    outline: none;
    line-height: 3.8vw;
    z-index: 99999999;
    direction: ltr;
    border-top: solid #0084bd 1px;
    width: 67%;
}
    p {
        position: relative;
        top: 15vw;
        font-size: 3.7vw;
        width: 77%;
        margin: 0 auto 6vw auto;
        text-align: justify;
        line-height: 1.2;
        padding: 0;
        font-weight: 500;
    }
    .mapmob {
        position: relative;
        top: 0;
        width: 32.8vw;
        float: right;
        margin-left: 3vw;
    }
    .mainslider {
        width: 100%;
        position: relative;
        right: 0;
        margin-top: 0%;
        direction: rtl;
        top: -4vw;
        margin: 0 auto;
        left: 0;
        /* overflow-x: hidden; */
        height: auto;
    }
    .slick-initialized .slick-slide {
        display: block;
        text-align: center;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: center;
        margin-top: 0;
        direction: rtl;
    }
    .slick-slider .slick-track,
    .slick-slider .slick-list {
        transform: none;
        -webkit-transform: none;
        /*height: 42vw;*/
        direction: ltr;
    }
    .mainslider img.slick-arrow {
        width: 10vw;
    }
    .slick-dots button {
        background: #a5a5a5;
        /* opacity: 0.5; */
        border-radius: 50%;
        padding: 1.5vw;
        width: 1.5vw;
        height: 1.5vw;
        text-indent: -999px;
        overflow: hidden;
        cursor: pointer;
        border: 0;
    }
    .slick-dots li {
        display: inline-block;
        border: 0;
        margin: 0 1vw;
    }
    .mainslider .dslidermob .slick-dots {
        list-style: none;
        position: absolute;
        z-index: 99999;
        bottom: 0.5vw;
        right: 0;
        outline: none;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-margin-start: 0;
        -webkit-margin-end: 0px;
        -webkit-padding-start: 0;
        width: 100%;
        direction: ltr;
        line-height: 1;
    }
    .slick-slide img {
        display: block;
        width: 100%;
        height: 62vw;
        margin-top: 34vw;
    }
    .slick-arrow {
        position: absolute;
        bottom: 25%;
        width: 9vw !important;
        height: unset !important;
        cursor: pointer;
        z-index: 1;
    }
    .slick-active button {
        background: #ffffff;
    }
    .slick-arrow.ra {
        right: 2vw;
        position: absolute;
    }
    .slick-arrow.la {
        left: 2vw;
        position: absolute;
    }
    .cover {
        z-index: 9999999999999;
        overflow-y: scroll;
    }

}