/* Font RightGrotesk */
@font-face {
    font-family: "Right Grotesk";
    src: url("../fonts/RightGrotesk-Medium.eot");
    src: url("../fonts/RightGrotesk-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/RightGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RightGrotesk-Medium.woff") format("woff"),
        url("../fonts/RightGrotesk-Medium.ttf") format("truetype"),
        url("../fonts/RightGrotesk-Medium.svg#RightGrotesk-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/* Font RightGrotesk Tight */
@font-face {
    font-family: "Right Grotesk Tight";
    src: url("../fonts/RightGrotesk-TightBold.eot");
    src: url("../fonts/RightGrotesk-TightBold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/RightGrotesk-TightBold.woff2") format("woff2"),
        url("../fonts/RightGrotesk-TightBold.woff") format("woff"),
        url("../fonts/RightGrotesk-TightBold.ttf") format("truetype"),
        url("../fonts/RightGrotesk-TightBold.svg#RightGrotesk-TightBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* Font RightGrotesk Compact */
@font-face {
    font-family: "Right Grotesk Compact";
    src: url("../fonts/RightGrotesk-CompactBold.eot");
    src: url("../fonts/RightGrotesk-CompactBold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/RightGrotesk-CompactBold.woff2") format("woff2"),
        url("../fonts/RightGrotesk-CompactBold.woff") format("woff"),
        url("../fonts/RightGrotesk-CompactBold.ttf") format("truetype"),
        url("../fonts/RightGrotesk-CompactBold.svg#RightGrotesk-CompactBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* Font RightGrotesk Narrow */
@font-face {
    font-family: "Right Grotesk Narrow";
    src: url("../fonts/RightGrotesk-NarrowBold.eot");
    src: url("../fonts/RightGrotesk-NarrowBold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/RightGrotesk-NarrowBold.woff2") format("woff2"),
        url("../fonts/RightGrotesk-NarrowBold.woff") format("woff"),
        url("../fonts/RightGrotesk-NarrowBold.ttf") format("truetype"),
        url("../fonts/RightGrotesk-NarrowBold.svg#RightGrotesk-NarrowBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* Font RightGrotesk Spatial */
@font-face {
    font-family: "Right Grotesk Spatial";
    src: url("../fonts/RightGrotesk-SpatialRegular.eot");
    src: url("../fonts/RightGrotesk-SpatialRegular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/RightGrotesk-SpatialRegular.woff2") format("woff2"),
        url("../fonts/RightGrotesk-SpatialRegular.woff") format("woff"),
        url("../fonts/RightGrotesk-SpatialRegular.ttf") format("truetype"),
        url("../fonts/RightGrotesk-SpatialRegular.svg#RightGrotesk-SpatialRegular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Font RightGrotesk Wide */
@font-face {
    font-family: "Right Grotesk Wide";
    src: url("../fonts/RightGrotesk-WideBold.eot");
    src: url("../fonts/RightGrotesk-WideBold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/RightGrotesk-WideBold.woff2") format("woff2"),
        url("../fonts/RightGrotesk-WideBold.woff") format("woff"),
        url("../fonts/RightGrotesk-WideBold.ttf") format("truetype"),
        url("../fonts/RightGrotesk-WideBold.svg#RightGrotesk-WideBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Font Mabry */
@font-face {
    font-family: "Mabry Pro";
    src: url("../fonts/MabryPro-Medium.eot");
    src: url("../fonts/MabryPro-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/MabryPro-Medium.woff2") format("woff2"), url("../fonts/MabryPro-Medium.woff") format("woff"),
        url("../fonts/MabryPro-Medium.ttf") format("truetype"),
        url("../fonts/MabryPro-Medium.svg#MabryPro-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/* Font Mabry Light */
@font-face {
    font-family: "Mabry Pro Light";
    src: url("../fonts/MabryPro-Light.eot");
    src: url("../fonts/MabryPro-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/MabryPro-Light.woff2") format("woff2"), url("../fonts/MabryPro-Light.woff") format("woff"),
        url("../fonts/MabryPro-Light.ttf") format("truetype"),
        url("../fonts/MabryPro-Light.svg#MabryPro-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* <?php echo THEME_URL;?>/assets/images/ */

html {
    scroll-behavior: smooth;
}
/* Reset CSS */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "Right Grotesk";
}

ul {
    list-style: none;
}
ul li a {
    text-decoration: none;
}
ul li a:hover {
    text-decoration: none;
}

p {
    font-family: "Mabry Pro";
}
.container-fluid {
    padding: 0;
}
/* Responsive class container */
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 674px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 1066px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }

    .video_iframe {
        height: 70vh;
        overflow: hidden;
    }
    .video_iframe .embed-responsive {
        margin-top: -25vh;
    }
}
/* End responsive class container */

.bg--blue {
    background-color: #008bc8;
}

/* Style button */
.btn {
    width: 17.581vw;
    padding: 0.968vw 2.097vw;
    border-radius: 23.5px;
    /* border: 2px solid #008bc8; */
    color: #ffffff;
    border: 2px solid #ffffff;

    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.622143px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Style cursor pointer */
#cursor {
    display: none;
    font-family: "Right Grotesk";
    text-transform: uppercase;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;

    background: #000;
    color: #ffffff;

    box-sizing: border-box;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 2;

    pointer-events: none;
}

/* Back to top button */
#button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #008bc8;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    color: white;
}
#button:hover {
    cursor: pointer;
    background-color: #333;
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
#button span {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
}
/* End back to top button */

/* Start header */

.header-sticky {
    position: fixed !important;
    background-color: #008bc8;
    margin-top: 0px !important;
    z-index: 99999 !important;
}
.header {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;

    margin-top: 15px;
    padding: 15px 0;

    transition: all 0.3s;
}
.header__menu {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
}
.navbar {
    position: unset;
}
.header .header__menu li a {
    font-family: "Mabry Pro";
    text-transform: uppercase;
    /* font-weight: bold; */
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.622143px;

    color: #ffffff;

    margin-right: 1.6rem;
    padding: 20px 0;
}

.header .header__menu li a:hover {
    border-bottom: 2px solid #fff;
}
@media (max-width: 768px) {
    .header {
        padding: 0;
    }
    .header .header__menu .collapse {
        margin-top: 10px;
    }
    .header .header__menu li a {
        padding: 2px 0;
    }
    .header .header__menu li {
        padding: 4px 0;
    }
}

/* End header */

/* Start Little Blue */
.little-blue {
    width: 100%;
    min-height: 100px;
}
.little-blue .little-blue__title {
    width: 100%;

    padding: 30px 45px;
}
.little-blue .little-blue__title img {
    width: 100%;
}
.little-blue .little-blue__content {
    width: 100%;

    padding: 45px 0;

    background: #008bc8;
}
.little-blue__content .content__infor {
    width: 50%;
}
.little-blue__content .content__slider {
    width: 50%;
    cursor: none;
}

.content__infor .content__infor--title {
    width: 100%;
    font-size: 70px;
    line-height: 60px;
    font-family: "Right Grotesk Narrow";

    color: white;
}
.content__infor .content__infor--description {
    max-width: 517px;

    font-family: "Mabry Pro Light";
    font-size: 18px;
    line-height: 20px;
    font-weight: 100;

    color: #ffffff;
}
.content__slider:hover #cursor {
    display: block;
    cursor: none;
}
.little-blue__content .content__slider {
    padding-left: 15px;
}
.content__slider .content__slider--wrap,
.content__slider .content__slider--wrap .owl-stage-outer,
.content__slider .content__slider--wrap .owl-stage-outer .owl-stage,
.content__slider .content__slider--wrap .owl-stage-outer .owl-stage .owl-item,
.content__slider .content__slider--wrap img {
    height: 100%;
}
.content__slider .content__slider--wrap img {
    border-radius: 10px;
    object-fit: cover;
}

/* End Little Blue */

/* Start So we created section */
.created {
    max-width: 100%;
    min-height: 200px;

    margin: 45px 0;
    padding: 23px 42px;

    border: 2px solid #008bc8;
    border-radius: 20px;

    overflow-x: hidden;
}
.created .created__title {
    font-size: 70px;
    line-height: 86%;
    font-family: "Right Grotesk Narrow";
    font-weight: bold;

    color: #008bc8;
}
.created .created__content {
    position: relative;

    width: 100%;
    min-height: 10vh;

    /* background-image: url("../images/iStock-659436402.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}
.created .created__btn {
    /* position: absolute;
    bottom: 0;
    left: calc((100% - 218px) / 2); */
    margin-top: 10px;
    color: #008bc8;
    border: 2px solid #008bc8;
}

.created__content .content__box {
    position: absolute;
    width: 25%;
}

/* Custom button circle */
.content__box .box__btn {
    position: relative;

    width: 36px;
    height: 36px;

    margin-top: 10px;

    border: 3px solid #008bc8;
    border-radius: 50%;

    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

    transition: 0.5s;
}
.content__box .box__btn::before {
    position: absolute;
    content: "";
    top: calc((100% - 3px) / 2);
    left: calc((100% - 15px) / 2);
    width: 15px;
    height: 3px;
    background: #008bc8;

    line-height: 3px;
}
.content__box .box__btn::after {
    position: absolute;
    content: "";
    top: calc((100% - 3px) / 2);
    left: calc((100% - 15px) / 2);
    width: 15px;
    height: 3px;
    background: #008bc8;

    line-height: 3px;

    transform: rotate(90deg);
    transition: 0.5s;
}
.content__box .box__btn:focus {
    outline: none;
}
.content__box .box__btn:focus::after {
    /* background: transparent; */
    transform: rotate(180deg);
}
/* End custom button circle */

.content__box .box__infor {
    width: 100%;
    min-height: 50px;

    padding: 20px 23px;

    background: #ffffff;
    border: 3px solid #008bc8;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);

    transition: 0.5s;
}
.content__box .box__infor .box__infor--title {
    width: 100%;
    font-family: "Right Grotesk Wide";
    color: #008bc8;

    font-size: 1.4vw;
    line-height: 1.1vw;
    /* identical to box height */

    letter-spacing: 0.69127px;
}
.content__box .box__infor .box__infor--description {
    margin-top: 10px;

    font-weight: lighter;
    font-size: 1.2vw;
    line-height: 1.3vw;

    color: #008bc8;
}

.content__box--1 {
    top: 350px;
    right: -13%;
}
.content__box--1 .box__infor {
    /* opacity: 0; */
    display: none;
    margin-left: -50%;
    margin-top: 10px;
}
.content__box--1 .box__btn:focus ~ .box__infor {
    /* opacity: 1; */
    display: block;
}

.content__box--2 {
    top: 45%;
    right: 0%;
}
.content__box--2 .box__infor {
    /* opacity: 0; */
    display: none;
    margin-left: 0;
    margin-top: 10px;
}
.content__box--2 .box__btn:focus ~ .box__infor {
    /* opacity: 1; */
    display: block;
}

.content__box--3 {
    top: 36%;
    right: 27%;
    z-index: 0;
}
.content__box--3 .box__infor {
    /* opacity: 0; */
    display: none;
    margin-left: 0;
    margin-top: 10px;
}
.content__box--3 .box__btn:focus ~ .box__infor {
    /* opacity: 1; */
    display: block;
}

.content__box--4 {
    top: 12%;
    right: 30%;
}
.content__box--4 .box__infor {
    /* opacity: 0; */
    display: none;
    margin-left: 0;
    margin-top: 10px;
    z-index: 3;
}
.content__box--4 .box__btn:focus ~ .box__infor {
    /* opacity: 1; */
    display: block;
}

.content__box--5 {
    top: 155px;
    right: 47%;
    z-index: 1;
}
.content__box--5 .box__infor {
    /* opacity: 0; */
    display: none;
    margin-left: -100%;

    margin-top: 10px;
}
.content__box--5 .box__btn:focus ~ .box__infor {
    /* opacity: 1; */
    display: block;
}

.content__box--6 {
    top: 120px;
    right: 65%;
}
.content__box--6 .box__infor {
    /* opacity: 0; */
    display: none;
    margin-left: -50%;

    margin-top: 10px;
}
.content__box--6 .box__btn:focus ~ .box__infor {
    /* opacity: 1; */
    display: block;
}

.content__box--7 {
    bottom: 24%;
    left: 21%;
}
.content__box--7 .box__infor {
    /* opacity: 0; */
    display: none;
    margin-left: -87%;

    margin-top: 10px;
}
.content__box--7 .box__btn:focus ~ .box__infor {
    /* opacity: 1; */
    display: block;
}

.content__box--8 {
    bottom: 80px;
    left: 40%;
}
.content__box--8 .box__infor {
    /* opacity: 0; */
    display: none;
    margin-left: 0%;

    margin-top: 10px;
}
.content__box--8 .box__btn:focus ~ .box__infor {
    /* opacity: 1; */
    display: block;
}
/* End So we created section */

/* Start easy to use section */
.easy {
    padding: 50px 0;
    background-color: #008bc8;
    min-height: 200px;
}
.easy__video {
    width: 50%;
    position: relative;
    min-height: 100%;
}
.easy__video iframe {
    border-radius: 10px;
    filter: brightness(75%);
}

.easy__video .easy__video--video {
    /* position: absolute; */
    width: 100%;
    object-fit: cover;
    border-radius: 10px;

    filter: brightness(50%);
}

.easy__video .easy__video--arrowPlay {
    position: absolute;
    z-index: 1;
    top: calc((100% - 88px) / 2);
    left: calc((100% - 88px) / 2);

    cursor: pointer;

    opacity: 1;
    transition: 1s;
}

.easy__content {
    width: 50%;
    padding-left: 4%;
}
.easy__content .easy__content--title {
    font-family: "Right Grotesk Narrow";
    font-size: 70px;
    line-height: 60px;

    color: #ffffff;
}
.easy__content .easy__content--description {
    margin-top: 23px;

    font-family: "Mabry Pro Light";
    font-size: 18px;
    line-height: 21px;

    color: #ffffff;
}
/* End easy to use section */

/* Start Gallery section */
.gallery {
    width: 100%;
    min-height: 200px;

    margin: 0 0;
    margin-bottom: 0;

    position: relative;
}

.gallery__title {
    font-family: "Right Grotesk Narrow";
    font-size: 70px;
    /* line-height: 60px; */

    color: #008bc8;
}
.gallery .view-more {
    line-height: 10px;
}
.gallery .view-more:hover {
    color: #008bc8;
}

.gallery .gallery__slider img {
    border-radius: 10px;
}

/* Custom prev next nav slider */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    /* //width, height */
    width: 28px;
    height: 28px;
    margin-left: 10px;
    margin-bottom: 30px;
    /* ...; */
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: flex;
    flex-direction: column-reverse;
}

.owl-carousel .owl-nav {
    text-align: right;
}

.owl-carousel .owl-stage-outer {
    height: 276px;
}
.owl-carousel .owl-stage-outer .owl-stage {
    height: 100%;
}
.owl-carousel.owl-drag .owl-item,
.owl-carousel.owl-drag .owl-item img {
    height: 100%;
}
.owl-carousel.owl-drag .owl-item img {
    object-fit: cover;
}

.content__slider .content__slider--wrap img {
    border-radius: 10px;
    object-fit: cover;
}

/* End Gallery section */

/* Start take-advantage section */
.take-advantage {
    width: 100%;
    min-height: 800px;

    display: flex;
    align-items: center;

    border: 2px solid #008bc8;
    border-radius: 20px;

    margin-top: 60px;
    padding-left: 108px;

    /* position: relative; */
}
.take-advantage--bg {
    min-height: 600px;
    background-image: url("../images/carbehind.png");
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: right;
}

.take-advantage .take-advantage__content {
    width: 50%;
}

.take-advantage__content .content__title {
    width: 90%;
    font-family: "Right Grotesk Narrow";
    font-size: 70px;
    line-height: 60px;

    color: #008bc8;
}
.take-advantage__content .content__text {
    width: 85%;

    color: #646464;

    font-size: 18px;
    line-height: 21px;

    margin-top: 31px;
}

.take-advantage__content .content__btn {
    margin-top: 20px;
    color: #008bc8;
    border: 2px solid #008bc8;
}

.take-advantage__image img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
}
/* End take-advantage section */

/* Start register section */
.register {
    display: flex;
    justify-content: space-around;

    padding: 86px 0;
    margin-top: 53px;
}
.register__content,
.register__form,
.frm_forms.frm_style_formidable-style.with_frm_style {
    width: 45%;
}
.with_frm_style,
.with_frm_style form,
.with_frm_style .frm-show-form div.frm_description p,
.with_frm_style .frm_form_fields {
    font-family: "Mabry Pro";
}
.register__content .content__title {
    font-family: "Right Grotesk Narrow";
    font-size: 70px;
    line-height: 60px;

    color: #ffffff;
}
.register__content .content__text {
    width: 84%;

    margin-top: 60px;

    font-family: "Mabry Pro Light";
    font-size: 18px;
    line-height: 21px;

    color: #ffffff;
}

.register__form .form-register-control {
    width: 100%;
    border: none;
    background-color: transparent;

    position: relative;

    margin: 20px 0;
}
.register__form .form-register-control label {
    display: block;

    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;

    font-family: "Mabry Pro Light";
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;

    transition: all 0.2s ease-in-out;
    cursor: text;
}
.register__form .form-register-control input,
.register__form .form-register-control textarea,
.frm_forms .frm-show-form .frm_fields_container .frm_form_field input,
.frm_forms .frm-show-form .frm_fields_container .frm_form_field textarea,
.frm_forms .frm-show-form .frm_fields_container .frm_form_field select {
    width: 100%;

    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0px;

    padding: 6px 0;

    color: #ffffff;
    box-shadow: none;

    outline: none;
    font-family: "Mabry Pro Light";
    font-size: 16px;
    line-height: 20px;
}
.frm_forms .frm-show-form .frm_fields_container .frm_form_field input:focus {
    background-color: transparent;
    box-shadow: none;
}
.frm_forms .frm-show-form .frm_fields_container .frm_form_field .frm_error {
    font-family: "Mabry Pro";
}
.frm_forms .frm-show-form .frm_fields_container .frm_form_field {
    margin-bottom: 14px;
}
.frm_forms .frm-show-form .frm_fields_container .frm_form_field select {
    background-color: #008bc8;
}
.frm_forms .frm-show-form .frm_fields_container .frm_form_field input::placeholder {
    color: white;
}
.register__form .form-register-control textarea,
.frm_forms .frm-show-form .frm_fields_container .frm_form_field textarea {
    border: 1px solid #ffffff;
    padding: 17px 25px;
}
.frm_forms .frm-show-form .frm_fields_container .frm_form_field textarea::placeholder {
    color: white;
}
.register__form .form-register-control textarea + label {
    position: absolute;
    top: 17px;
    left: 25px;
}
.register__form--btn,
.frm_forms .frm-show-form .frm_fields_container .frm_submit .frm_button_submit {
    width: 100%;
    padding: 14.5px 0;

    border: 1px solid #ffffff;
    border-radius: 23.5px;

    background-color: transparent;
    color: #ffffff;

    text-transform: uppercase;
    box-shadow: none;

    font-family: "Mabry Pro Light";
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.622143px;
}
/* End register section */

/* Start follow section */
.follow {
    margin-top: 50px;

    width: 100%;
    min-height: 100px;
    border-top: 2px solid #008bc8;
}
.follow .owl-carousel-follow {
    margin-top: 40px;
}
.follow .owl-carousel-follow img {
    border-radius: 10px;
}
.follow .follow__infor {
    margin-top: 27px;
}
.follow .follow__infor h3 {
    font-family: "Right Grotesk Narrow";
    font-size: 70px;
    line-height: 60px;
    color: #008bc8;
}
.follow .follow__infor a {
    color: #008bc8;
}
.embed-instagram .sbi_item a.sbi_photo {
    border-radius: 10px;
}
/* End follow section */

/* Start footer section */
.footer {
    width: 100%;
    min-height: 400px;
    margin-top: 0px;
}
.footer__keep-up {
    margin-top: 90px;
}
.footer__keep-up .keep-up__title {
    font-family: "Right Grotesk Narrow";
    font-size: 70px;
    line-height: 60px;

    color: #ffffff;
}
.footer__keep-up .form-control {
    width: 100%;

    margin-top: 38px;
    padding: 0;

    background-color: transparent;
    border: none;
    border-bottom: 2px solid #ffffff;
    border-radius: 0;
    outline: none;

    position: relative;
}

.footer__keep-up .form-control input {
    background-color: transparent;
    color: white;

    outline: none;
    border: none;
}
.footer__keep-up .form-control input::placeholder {
    color: white;
}
.footer__keep-up .form-control input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}
.footer__keep-up .form-control input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red;
}
.footer__keep-up .form-control button {
    font-family: "Mabry Pro Light";
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.622143px;

    text-transform: uppercase;
    border: none;
    background-color: transparent;
    color: #ffffff;
}
.footer__keep-up .form-control button:focus {
    outline: none;
}

.footer .footer__contact {
    margin-top: 100px;
}

.footer .footer__contact ul {
    width: 40%;

    font-family: "Mabry Pro Light";
    font-size: 18px;
    line-height: 20px;
    /* or 111% */

    color: #ffffff;
}
.footer .footer__contact ul:nth-child(2) li a {
    text-transform: uppercase;
    font-family: "Mabry Pro";
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.622143px;
    color: #ffffff;
}

.footer .footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer__bottom .bottom__logo--text {
    font-family: "Mabry Pro Light";
    color: #ffffff;

    margin: 30px 0;
}
.footer__bottom .bottom__copyright {
    color: #ffffff;
    margin-bottom: 30px;

    display: none;
}
.bottom__logo--app {
    font-family: "Mabry Pro";
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 167% */

    letter-spacing: 0.622143px;

    color: #ffffff;
}
.footer__bottom .bottom__copyright a {
    font-family: "Mabry Pro Light";
    font-size: 14px;
    line-height: 36px;
    /* or 257% */

    text-align: right;
    letter-spacing: 0.483889px;

    color: #ffffff;

    margin-left: 10px;
}
.footer .frm_forms.frm_style_formidable-style.with_frm_style {
    width: 100%;
}
.footer .frm_form_fields .frm_fields_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer .frm_forms .frm-show-form .frm_fields_container .frm_form_field input {
    border: none;
    width: 90%;
}
.footer .frm_forms .frm-show-form .frm_fields_container .frm_form_field input:focus {
    background-color: transparent;
    box-shadow: none;
}
.footer .frm_forms .frm-show-form .frm_fields_container .frm_submit .frm_button_submit {
    border: none;
    padding: 0;
}
/* End footer section */

/* Responsive */

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1240px) {
    .content__box--1 {
        top: 257px;
    }
    .content__box--2 {
        top: 66px;
        right: 1%;
    }
    .content__box--3 {
        top: 142px;
        right: 29%;
    }
    .content__box--4 {
        top: -78px;
        right: 31%;
    }
    .content__box--5 {
        top: 108px;
    }
    .content__box--6 {
        top: 83px;
    }
    .content__box--7 {
        bottom: -13px;
    }
    .content__box--8 {
        bottom: 65px;
    }
    .content__box .box__infor {
        padding: 10px 15px;
    }

    /* Easy to use section */

    .take-advantage--bg {
        min-height: 600px;
        background-image: url(../images/carbehind.png);
        background-repeat: no-repeat;
        background-size: 50% 50%;
        background-position: right;
    }
    /* End easy to use section */

    /* Start footer section */
    .footer__bottom .bottom__copyright a {
        display: block;
    }
    .footer__bottom .bottom__copyright a:nth-child(2) {
        display: none;
    }
    /* End footer section */
}
@media only screen and (max-width: 1050px) {
    .created__content .content__box {
        position: absolute;
        width: 30%;
    }
    .content__box .box__infor--title {
        font-size: 17px !important;
        line-height: 19px !important;
    }
    .content__box .box__infor--description {
        font-size: 17px !important;
        line-height: 19px !important;
    }
    .content__box--1 {
        top: 60%;
        right: -17%;
    }
    .content__box--2 {
        top: 44%;
        right: -4%;
    }
    .content__box--3 {
        top: 35%;
        right: 24%;
    }
    .content__box--4 {
        top: 8%;
        right: 26%;
    }
    .content__box--5 {
        top: 25%;
        right: 41%;
    }
    .content__box--6 {
        top: 20%;
        right: 59%;
    }
    .content__box--7 {
        bottom: 22%;
    }
    .content__box--8 {
        bottom: 15%;
    }
    .btn {
        width: 222px;
    }
    /* Easy to use section */

    .no-js .owl-carousel,
    .owl-carousel.owl-loaded {
        height: 100%;
    }
    .owl-carousel .owl-stage-outer,
    .owl-carousel .owl-stage,
    .owl-carousel.owl-drag .owl-item,
    .owl-carousel .owl-item img {
        height: 100%;
    }
    .owl-carousel .owl-item img {
        object-fit: cover;
    }

    /* Start little blue section */
    .content__infor .content__infor--title {
        font-size: 55px;
        line-height: 50px;
    }
    .content__infor .content__infor--description {
        margin-bottom: 0;
        margin-top: 20px;
    }
    .content__infor .content__infor--btn {
        margin-top: 60px;
    }
    /* End little blue section */
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
    /* Start little blue section */
    .content__infor .content__infor--title {
        font-size: 7.056vw;
    }
    .content__infor .content__infor--description {
        font-size: 1.815vw;

        margin-top: 10px;
    }
    /* End little blue section */
    .easy__content .easy__content--title {
        font-size: 7.056vw;
    }
    .easy__content .easy__content--description {
        font-size: 1.815vw;
    }
    .easy__video .easy__video--video {
        position: absolute;
        width: 100%;
        bottom: 0;
        object-fit: cover;
        border-radius: 10px;
    }

    .gallery__title {
        font-size: 7.056vw;
        margin-bottom: 15px;
    }

    .easy__video .easy__video--arrowPlay {
        width: 50px;
        height: 50px;
        top: calc((100% - 50px) / 2);
        left: calc((100% - 50px) / 2);
    }

    .take-advantage {
        min-height: 600px;
        padding-left: 50px;
        /* position: relative; */
    }
    .take-advantage .take-advantage__content {
        width: 60%;
    }
    .take-advantage__content .content__title {
        font-size: 7.056vw;
    }
    .take-advantage__content .content__text {
        font-size: 1.815vw;
    }
    .footer__bottom .bottom__vector {
        width: 30%;
    }
    .footer__bottom .bottom__vector img {
        width: 100%;
    }
}

@media only screen and (max-width: 873px) {
    .content__box .box__btn {
        width: 25px;
        height: 25px;
        margin-top: 10px;
        border: 2px solid #008bc8;
    }
    .content__box--1 {
        top: 60%;
    }
    .content__box--2 {
        top: 20%;
        right: 1%;
    }
    .content__box--3 {
        top: 35%;
        right: 29%;
    }
    .content__box--4 {
        top: -20%;
        right: 31%;
    }
    .content__box--5 {
        top: 25%;
    }
    .content__box--6 {
        top: 15%;
    }
    .content__box--7 {
        bottom: -10%;
    }
    .content__box--8 {
        bottom: 15%;
    }
    .content__box .box__infor {
        padding: 5px 10px;
    }
    .content__box .box__infor .box__infor--description {
        margin: 5px 0 0 0;
        font-weight: lighter;
        font-size: 1.2vw;
        line-height: 1.3vw;
        color: #008bc8;
    }

    /* Easy to use section */
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .register__content .content__title,
    .follow .follow__infor h3 {
        font-size: 9.115vw;
        line-height: 7.813vw;
    }
    .created__content .content__box {
        position: absolute;
        width: 30%;
    }
    .content__box .box__infor--title {
        font-size: 13px !important;
        line-height: 17px !important;
    }
    .content__box .box__infor--description {
        font-size: 13px !important;
        line-height: 17px !important;
    }
    .content__box--1 {
        top: 60%;
        right: -17%;
    }
    .content__box--2 {
        top: 44%;
        right: -4%;
    }
    .content__box--3 {
        top: 35%;
        right: 24%;
    }
    .content__box--4 {
        top: 8%;
        right: 26%;
    }
    .content__box--5 {
        top: 25%;
        right: 41%;
    }
    .content__box--6 {
        top: 20%;
        right: 59%;
    }
    .content__box--7 {
        bottom: 22%;
    }
    .content__box--8 {
        bottom: 15%;
    }

    /* Start little blue section */

    /* End little blue section */

    /* Gallery section */
    .gallery .view-more {
        width: 100px;

        /* text-align: center;
        position: absolute;
        bottom: -30px;
        left: calc((100% - 100px) / 2);
        z-index: 2; */
    }
    /* End gallery section */
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 601px) {
    /* Start header */

    .header .header__menu {
        right: 10px;
        margin-top: 3px;
    }
    .header .header__menu li a {
        font-size: 14px;
    }
    /* End header */

    /* Start little blue section */
    .little-blue__content .d-flex {
        display: block !important;
    }
    .little-blue__content .content__infor {
        width: 100%;
    }
    .content__infor .content__infor--title {
        font-size: 12.617vw;
        line-height: 11.957vw;
        font-family: "Right Grotesk Narrow";
        color: white;
    }
    .content__infor .content__infor--description {
        font-size: 4.787vw;
        line-height: 5.319vw;

        margin-top: 38px;
    }
    .little-blue__content .content__slider {
        padding-left: 0;
    }
    .btn {
        width: 33.278vw;
        padding: 2.329vw 3.494vw;
        border-radius: 23.5px;
        /* border: 2px solid #008bc8; */
        color: #ffffff;
        border: 2px solid #ffffff;
        font-size: 3vw;
        font-weight: bold;
        line-height: 13px;
        letter-spacing: 0.622143px;
        text-transform: uppercase;
    }
    .little-blue__content .content__slider {
        width: 100%;
    }
    /* End little blue section */
    /* Start so we created */
    .created {
        padding: 0 0px;
        border: none;
    }
    .created .created__content {
        margin-top: 20px;
    }
    .created .created__title {
        font-size: 12.617vw;
        line-height: 11.957vw;
    }
    .created .created__content img {
        width: 100%;
    }
    .created__content .content__box {
        /* position: unset; */
    }
    .content__box .box__btn {
        position: relative;
        width: 17px;
        height: 17px;
        margin-top: 0px;
    }
    .content__box .box__btn::before {
        top: calc((100% - 2px) / 2);
        left: calc((100% - 7px) / 2);

        width: 7px;
        height: 2px;
        line-height: 2px;
    }
    .content__box .box__btn::after {
        top: calc((100% - 2px) / 2);
        left: calc((100% - 7px) / 2);

        width: 7px;
        height: 2px;
        line-height: 2px;
    }
    .content__box--4 {
        top: -12%;
    }
    .content__box--6 {
        top: 19%;
    }
    .content__box--7 {
        bottom: -5%;
    }

    .created .created__btn {
        margin-top: 50px;
    }
    /* End so we created */

    /* Start easy to use */
    .easy .d-flex {
        display: block !important;
    }
    .easy__video {
        width: 100%;
    }

    .easy__video .easy__video--arrowPlay {
        width: 30px;
        height: 30px;
        top: calc((100% - 30px) / 2);
        left: calc((100% - 30px) / 2);
    }
    .easy__video .easy__video--video {
        position: unset;
    }
    .easy__content {
        width: 100%;
        padding-left: 0;
    }
    .easy__content .easy__content--title {
        margin-top: 10px;

        text-align: center;
        font-size: 12.617vw;
        line-height: 11.957vw;
    }
    .easy__content .easy__content--description {
        margin-top: 23px;
        font-size: 4.787vw;
        line-height: 5.319vw;

        padding: 0 5px;
    }
    /* End easy to use */

    /* Start gallery section */
    .gallery__title {
        text-align: center;
        font-size: 12.617vw;
        line-height: 11.957vw;
    }
    .gallery .gallery__slider {
        margin-top: 20px;
    }

    /* End gallery section */

    /* Start take advantage section */
    .take-advantage--bg {
        min-height: 600px;
        background-image: url(../images/carbehind.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
    }
    .take-advantage {
        width: 100%;
        min-height: 190.333vw;

        display: block;
        align-items: center;

        border: none;
        border-radius: 20px;

        margin-top: 60px;
        padding-left: 0;
        /* position: relative; */
    }
    .take-advantage .take-advantage__content {
        width: 100%;
    }
    .take-advantage__content .content__title {
        width: 100%;
        font-size: 12.617vw;
        line-height: 11.957vw;
    }
    .take-advantage__content .content__text {
        width: 100%;

        color: #646464;
        font-size: 4.787vw;
        line-height: 5.319vw;

        margin-top: 31px;
        padding: 0 5px;
    }
    /* End take advantage section */

    /* Start register section */
    .register {
        display: block;
        padding: 86px 0;
        margin-top: 53px;
    }
    .register__content,
    .register__form,
    .frm_forms.frm_style_formidable-style.with_frm_style {
        width: 100%;
    }
    .frm_forms.frm_style_formidable-style.with_frm_style {
        padding: 0 20px;
    }
    .frm_forms .frm-show-form .frm_fields_container .frm_form_field select {
    }
    .frm_forms .frm-show-form .frm_fields_container .frm_form_field select option {
    }
    .register__form .form-register-control input {
        border-radius: 0px;
        border: none;
        border-bottom: 1px solid #ffffff;
    }

    .register__content .content__title {
        font-size: 12.617vw;
        line-height: 11.957vw;
    }
    .register__content .content__text {
        width: 100%;
        margin-top: 40px;
        font-size: 4.787vw;
        line-height: 5.319vw;
        padding: 0 5px;
    }
    .register__form {
        width: 100%;

        margin-top: 45px;
        padding: 0 15px;
    }
    /* End register section */

    /* Start follow section */

    .follow .d-flex {
        display: block !important;
    }
    .follow .follow__infor h3 {
        font-size: 12.617vw;
        line-height: 11.957vw;
    }
    /* End follow section */

    /* Start footer section */
    .footer {
        padding-top: 20px;
    }
    .footer .d-flex {
        display: block !important;
    }

    .footer__keep-up {
        margin-top: 0px;
    }
    .footer__keep-up .keep-up__title {
        font-size: 12.617vw;
        line-height: 11.957vw;
    }
    .footer__keep-up .form-control input {
        width: 70%;
        font-size: 4.787vw;
    }
    .footer__keep-up .form-control button {
        font-size: 4.787vw;
        float: right;
    }
    .footer .footer__contact {
        margin-top: 50px;
        display: flex !important;
    }

    .footer__contact .contact__address li {
        font-size: 4.787vw;
    }

    .footer .footer__contact ul:nth-child(2) li a {
        font-size: 4.787vw;
    }

    .footer .footer__bottom {
        margin-top: 20px;

        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .footer__bottom .bottom__logo {
        align-self: flex-start;
    }

    .footer__bottom .bottom__copyright {
        align-self: flex-start;
        float: left;
    }
    .footer__bottom .bottom__copyright a:nth-child(2) {
        display: block;
        text-align: left;
        float: left;
    }
    .footer__bottom .bottom__copyright a {
        text-align: left;
        float: left;
    }

    .footer__bottom .bottom__logo--text {
        margin: 20px 0;
        margin-bottom: 10px;
    }

    .footer__bottom .bottom__vector {
        width: 100%;
        text-align: center;
    }
    .footer__bottom .bottom__vector img {
        width: 80%;
    }

    .footer .footer__bottom div:nth-child(1) {
        order: 1;
    }
    .footer .footer__bottom div:nth-child(2) {
        order: 3;
    }
    .footer .footer__bottom div:nth-child(3) {
        order: 2;
    }
    /* End footer section */
} /* End responsive max-width 600px */

/* Small devices (portrait tablets and large phones, 416px and down) */
@media only screen and (max-width: 426px) {
    /* Start header */

    .header .header__menu {
        right: 10px;
        margin-top: 3px;
    }
    .header .header__menu li a {
        font-size: 14px;
    }
    /* End header */

    /* Start little blue section */
    .little-blue__content .d-flex {
        display: block !important;
    }
    .little-blue__content .content__infor {
        width: 100%;
    }
    .content__infor .content__infor--title {
        font-size: 12.617vw;
        line-height: 11.957vw;
        font-family: "Right Grotesk Narrow";
        color: white;
    }
    .content__infor .content__infor--description {
        font-size: 4.787vw;
        line-height: 5.319vw;

        margin-top: 38px;
    }
    .little-blue__content .content__slider {
        margin-top: 20px;
        padding-left: 0;
    }
    .btn {
        width: 150px;
        padding: 7px 14px;
        border-radius: 23.5px;
        /* border: 2px solid #008bc8; */
        color: #ffffff;
        border: 2px solid #ffffff;
        font-size: 3vw;
        font-weight: bold;
        line-height: 13px;
        letter-spacing: 0.622143px;
        text-transform: uppercase;
    }
    .little-blue__content .content__slider {
        width: 100%;
    }
    #cursor {
        display: none;
    }
    /* End little blue section */
    /* Start so we created */
    .created {
        padding: 0 0px;
        border: none;
    }
    .created .created__content {
        margin-top: 20px;
    }
    .created .created__title {
        font-size: 12.617vw;
        line-height: 11.957vw;
    }
    .created .created__content img {
        width: 100%;
    }
    .created__content .content__box {
        width: 35%;
    }
    .content__box .box__infor {
        padding: 5px 5px;
        min-height: 10px;
        border: 1px solid #008bc8;

        width: 100%;
    }
    .content__box .box__infor--title {
        font-size: 15px !important;
        line-height: 18px !important;
        /* identical to box height */

        letter-spacing: 0.69127px !important;
    }
    .content__box .box__infor--description {
        margin-bottom: 0;
        margin-top: 2px !important;
        font-size: 12px !important;
        line-height: 14px !important;
    }
    .content__box .box__btn {
        width: 15px;
        height: 15px;
        margin-top: 0px;

        border: 2px solid #008bc8;
    }
    .content__box .box__btn::before {
        top: calc((100% - 2px) / 2);
        left: calc((100% - 5px) / 2);

        width: 5px;
        height: 2px;
        line-height: 2px;
    }
    .content__box .box__btn::after {
        top: calc((100% - 2px) / 2);
        left: calc((100% - 5px) / 2);

        width: 5px;
        height: 2px;
        line-height: 2px;
    }
    .content__box--1 {
        right: -22%;
    }
    .content__box--1 .box__infor {
        margin-top: 2px;
        margin-left: -70%;
    }
    .content__box--2 {
        top: 40%;
        right: -9%;
    }
    .content__box--2 .box__infor {
        margin-bottom: 0px;
        margin-left: -50px;
        margin-top: 2px;
    }
    .content__box--3 {
        top: 30%;
        right: 19%;
    }
    .content__box--3 .box__infor {
        margin-top: 2px;
    }
    .content__box--4 {
        top: 7%;
        right: 21%;
    }
    .content__box--4 .box__infor {
        margin-bottom: 2px;
    }
    .content__box--5 {
        right: 36%;
    }
    .content__box--5 .box__infor {
        margin-top: 2px;
        margin-left: -50%;
    }
    .content__box--6 {
        display: flex;
        flex-direction: column;
        top: 23%;
        right: 55%;
    }
    .content__box--6 .box__infor {
        margin-top: 2px;
        margin-left: -20%;
        z-index: 1;
    }
    .content__box--7 {
        bottom: 21%;
    }
    .content__box--7 .box__infor {
        margin-top: 2px;
        margin-left: -45%;
        z-index: 1;
    }
    .content__box--8 .box__infor {
        margin-bottom: 2px;
    }
    /* End so we created */

    /* Start easy to use */
    .easy .d-flex {
        display: block !important;
    }
    .easy__video {
        width: 100%;
    }

    .easy__video .easy__video--arrowPlay {
        width: 30px;
        height: 30px;
        top: calc((100% - 30px) / 2);
        left: calc((100% - 30px) / 2);
    }
    .easy__content {
        width: 100%;
        padding-left: 0;
    }
    .easy__content .easy__content--title {
        margin-top: 10px;

        text-align: center;
        font-size: 12.617vw;
        line-height: 11.957vw;
    }
    .easy__content .easy__content--description {
        margin-top: 23px;
        font-size: 4.787vw;
        line-height: 5.319vw;

        padding: 0 5px;
    }
    .easy__video iframe {
        height: 200px;
        border-radius: 5px;
    }
    /* End easy to use */

    /* Start gallery section */
    .gallery__title {
        text-align: center;
        font-size: 12.617vw;
        line-height: 11.957vw;
    }

    .gallery .gallery__slider {
        margin-top: 20px;
    }
    /* End gallery section */

    /* Start take advantage section */
    .take-advantage--bg {
        min-height: 600px;
        background-image: url(../images/carbehind.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
    }
    .take-advantage {
        width: 100%;
        min-height: 192.771vw;

        display: block;
        align-items: center;

        border: none;
        border-radius: 20px;

        margin-top: 60px;
        padding-left: 0;
        /* position: relative; */
    }
    .take-advantage .take-advantage__content {
        width: 100%;
    }
    .take-advantage__content .content__title {
        width: 100%;
        font-size: 12.617vw;
        line-height: 11.957vw;
    }
    .take-advantage__content .content__text {
        width: 100%;

        color: #646464;
        font-size: 4.787vw;
        line-height: 5.319vw;

        margin-top: 31px;
        padding: 0 5px;
    }
    /* End take advantage section */

    /* Start register section */
    .register {
        display: block;
        padding: 35px 0;
        margin-top: 53px;
    }
    .register .register__content {
        width: 100%;
    }
    .register__content .content__title {
        font-size: 12.617vw;
        line-height: 11.957vw;
    }
    .register__content .content__text {
        width: 100%;
        margin-top: 40px;
        font-size: 4.787vw;
        line-height: 5.319vw;
        padding: 0 5px;
    }
    .register__form {
        width: 100%;

        margin-top: 45px;
        padding: 0 15px;
    }
    .register__content,
    .register__form,
    .frm_forms.frm_style_formidable-style.with_frm_style {
        width: 100%;
    }
    .frm_forms.frm_style_formidable-style.with_frm_style {
        padding: 0 20px;
    }
    .frm_forms .frm-show-form .frm_fields_container .frm_form_field select {
    }
    .frm_forms .frm-show-form .frm_fields_container .frm_form_field select option {
    }
    .register__form .form-register-control input {
        border-radius: 0px;
        border: none;
        border-bottom: 1px solid #ffffff;
    }
    /* End register section */

    /* Start follow section */

    .follow .d-flex {
        display: block !important;
    }
    .follow .follow__infor h3 {
        font-size: 12.617vw;
        line-height: 11.957vw;
    }
    /* End follow section */

    /* Start footer section */
    .footer {
        padding-top: 20px;
    }
    .footer .d-flex {
        display: block !important;
    }

    .footer__keep-up {
        margin-top: 0px;
    }
    .footer__keep-up .keep-up__title {
        font-size: 12.617vw;
        line-height: 11.957vw;
    }
    .footer__keep-up .form-control input {
        width: 70%;
        font-size: 4.787vw;
    }
    .footer__keep-up .form-control button {
        font-size: 4.787vw;
        float: right;
    }
    .footer .footer__contact {
        margin-top: 50px;
        display: flex !important;
    }

    .footer__contact .contact__address li {
        font-size: 4.787vw;
    }

    .footer .footer__contact ul:nth-child(2) li a {
        font-size: 4.787vw;
    }

    .footer .footer__bottom {
        margin-top: 20px;

        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .footer__bottom .bottom__logo {
        align-self: flex-start;
    }

    .footer__bottom .bottom__copyright {
        align-self: flex-start;
        float: left;
    }
    .footer__bottom .bottom__copyright a:nth-child(2) {
        display: block;
        text-align: left;
        float: left;
    }
    .footer__bottom .bottom__copyright a {
        text-align: left;
        float: left;
    }

    .footer__bottom .bottom__logo--text {
        margin: 20px 0;
        margin-bottom: 10px;
    }

    .footer__bottom .bottom__vector {
        text-align: center;
    }
    .footer__bottom .bottom__vector img {
        width: 80%;
    }

    .footer .footer__bottom div:nth-child(1) {
        order: 1;
    }
    .footer .footer__bottom div:nth-child(2) {
        order: 3;
    }
    .footer .footer__bottom div:nth-child(3) {
        order: 2;
    }
    /* End footer section */
} /* End responsive max-width 416px */

@media only screen and (max-width: 376px) {
    /* Start header */
    .header .header__menu {
        right: 10px;
        margin-top: 3px;
    }
    .header .header__menu li a {
        font-size: 14px;
    }
    /* End header */

    /* Start little blue section */
    .little-blue__content .d-flex {
        display: block !important;
    }
    .little-blue__content .content__infor {
        width: 100%;
    }
    .content__infor .content__infor--title {
        font-size: 12.617vw;
        line-height: 11.957vw;
        font-family: "Right Grotesk Narrow";
        color: white;
    }
    .content__infor .content__infor--description {
        font-size: 4.787vw;
        line-height: 5.319vw;

        margin-top: 38px;
    }
    .content__infor .content__infor--btn {
        margin-top: 30px;
    }
    .little-blue__content .content__slider {
        padding-left: 0;
    }
    .btn {
        width: 150px;
        padding: 7px 14px;
        border-radius: 23.5px;
        /* border: 2px solid #008bc8; */
        color: #ffffff;
        border: 2px solid #ffffff;
        font-size: 3vw;
        font-weight: bold;
        line-height: 13px;
        letter-spacing: 0.622143px;
        text-transform: uppercase;
    }
    .little-blue__content .content__slider {
        width: 100%;
    }
    /* End little blue section */
    /* Start so we created */
    .created {
        padding: 0 0px;
        border: none;
    }
    .created .created__content {
        margin-top: 20px;
    }
    .created .created__title {
        font-size: 12.617vw;
        line-height: 11.957vw;
    }
    .created .created__content img {
        width: 100%;
    }

    .content__box .box__btn {
        width: 10px;
        height: 10px;
        margin-top: 0px;

        border: 1px solid #008bc8;
    }
    .content__box .box__btn::before {
        top: calc((100% - 1px) / 2);
        left: calc((100% - 5px) / 2);

        width: 5px;
        height: 1px;
        line-height: 1px;
    }
    .content__box .box__btn::after {
        top: calc((100% - 1px) / 2);
        left: calc((100% - 5px) / 2);

        width: 5px;
        height: 1px;
        line-height: 1px;
    }

    .content__box--1 {
        right: -22%;
    }
    .content__box--1 .box__infor {
        margin-top: 2px;
        margin-left: -70%;
    }
    .content__box--2 {
        top: 40%;
        right: -9%;
    }
    .content__box--2 .box__infor {
        margin-bottom: 0px;
        margin-left: -50px;
        margin-top: 2px;
    }
    .content__box--3 {
        top: 30%;
        right: 19%;
    }
    .content__box--3 .box__infor {
        margin-top: 2px;
    }
    .content__box--4 {
        top: 6%;
        right: 21%;
    }
    .content__box--4 .box__infor {
        margin-bottom: 0px;
        margin-top: 2px;
    }
    .content__box--5 {
        right: 36%;
    }
    .content__box--5 .box__infor {
        margin-top: 2px;
        margin-left: -50%;
    }
    .content__box--6 {
        display: flex;
        flex-direction: column;
        top: 23%;
        right: 55%;
    }
    .content__box--6 .box__infor {
        margin-top: 2px;
        margin-left: -20%;
        z-index: 1;
    }
    .content__box--7 {
        bottom: 21%;
    }
    .content__box--7 .box__infor {
        margin-top: 2px;
        margin-left: -45%;
        z-index: 1;
    }

    .created .created__btn {
        margin-top: 50px;
    }
    /* End so we created */

    /* Start easy to use */
    .easy .d-flex {
        display: block !important;
    }
    .easy__video {
        width: 100%;
    }

    .easy__video .easy__video--arrowPlay {
        width: 30px;
        height: 30px;
        top: calc((100% - 30px) / 2);
        left: calc((100% - 30px) / 2);
    }
    .easy__content {
        width: 100%;
        padding-left: 0;
    }
    .easy__content .easy__content--title {
        margin-top: 10px;

        text-align: center;
        font-size: 12.617vw;
        line-height: 11.957vw;
    }
    .easy__content .easy__content--description {
        margin-top: 23px;
        font-size: 4.787vw;
        line-height: 5.319vw;

        padding: 0 5px;
    }

    /* End easy to use */

    /* Start gallery section */
    .gallery__title {
        text-align: center;
        font-size: 12.617vw;
        line-height: 11.957vw;
    }
    .gallery .gallery__slider {
        margin-top: 20px;
    }
    /* End gallery section */

    /* Start take advantage section */
    .take-advantage--bg {
        min-height: 600px;
        background-image: url(../images/carbehind.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
    }
    .take-advantage {
        width: 100%;
        min-height: 199.17vw;

        display: block;
        align-items: center;

        border: none;
        border-radius: 20px;

        margin-top: 60px;
        padding-left: 0;
        /* position: relative; */
    }
    .take-advantage .take-advantage__content {
        width: 100%;
    }
    .take-advantage__content .content__title {
        width: 100%;
        font-size: 12.617vw;
        line-height: 11.957vw;
    }
    .take-advantage__content .content__text {
        width: 100%;

        color: #646464;
        font-size: 4.787vw;
        line-height: 5.319vw;

        margin-top: 31px;
        padding: 0 5px;
    }
    /* End take advantage section */

    /* Start register section */
    .register {
        display: block;
        padding: 86px 0;
        padding-top: 43px;
        margin-top: 53px;
    }
    .register .register__content {
        width: 100%;
    }
    .register__content .content__title {
        font-size: 12.617vw;
        line-height: 11.957vw;
    }
    .register__content .content__text {
        width: 100%;
        margin-top: 40px;
        font-size: 4.787vw;
        line-height: 5.319vw;
        padding: 0 5px;
    }
    .register__form {
        width: 100%;

        margin-top: 45px;
        padding: 0 15px;
    }
    /* End register section */

    /* Start follow section */

    .follow .d-flex {
        display: block !important;
    }
    .follow .follow__infor h3 {
        font-size: 12.617vw;
        line-height: 11.957vw;
    }
    /* End follow section */

    /* Start footer section */
    .footer {
        padding-top: 20px;
    }
    .footer .d-flex {
        display: block !important;
    }

    .footer__keep-up {
        margin-top: 0px;
    }
    .footer__keep-up .keep-up__title {
        font-size: 12.617vw;
        line-height: 11.957vw;
    }
    .footer__keep-up .form-control input {
        width: 70%;
        font-size: 4.787vw;
    }
    .footer__keep-up .form-control button {
        font-size: 4.787vw;
        float: right;
    }
    .footer .footer__contact {
        margin-top: 50px;
        display: flex !important;
    }

    .footer__contact .contact__address li {
        font-size: 4.787vw;
    }

    .footer .footer__contact ul:nth-child(2) li a {
        font-size: 4.787vw;
    }

    .footer .footer__bottom {
        margin-top: 20px;

        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .footer__bottom .bottom__logo {
        align-self: flex-start;
    }

    .footer__bottom .bottom__copyright {
        align-self: flex-start;
        float: left;
    }
    .footer__bottom .bottom__copyright a:nth-child(2) {
        display: block;
        text-align: left;
        float: left;
    }
    .footer__bottom .bottom__copyright a {
        text-align: left;
        float: left;
    }

    .footer__bottom .bottom__logo--text {
        margin: 20px 0;
        margin-bottom: 10px;
    }

    .footer__bottom .bottom__vector {
        text-align: center;
        width: 100%;
    }
    .footer__bottom .bottom__vector img {
        width: 80%;
    }

    .footer .footer__bottom div:nth-child(1) {
        order: 1;
    }
    .footer .footer__bottom div:nth-child(2) {
        order: 3;
    }
    .footer .footer__bottom div:nth-child(3) {
        order: 2;
    }
    /* End footer section */
} /* End responsive max-width 395px */
/* End responsive */

.gallery-title {
    font-size: 60px;
    line-height: 70px;
    color: #008bc8;
    margin: 15px 0;
}
