* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

body {
    overflow-x: hidden;
}

@media (max-width: 550px) {

    .nav-box {
        width: 100%;
        box-shadow: 0 0.625rem 1.25rem 0 rgba(190, 190, 190, 0.5) !important;
        background-color: #FFFFFF !important;
    }

    .navbar-brand .img1 {
        width: 40px;

    }

    .navbar-brand .img2 {
        height: 30px;
        margin-left: -20px;

    }

    .py-3 {
        /* padding-top: 10px !important; */
        /* padding-bottom: 10px !important; */
    }

    .container-fluid {
        width: 85%;
        margin: auto;
        margin-top: 15px;

        font-family: Roboto-Regular,
            Roboto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }

    .navbar-brand {
        padding-top: 0px;
    }



    .navbar-brand .titleImg {
        width: 100px !important;
        height: 20px !important;
    }

    .nav {
        width: 90%;
        justify-content: space-between;
    }

    .navbar-brand .tit {
        width: 30px;
        height: 30px;
        background-color: #bbb;
        margin-right: 10px;
    }

    .navbar-brand .title {
        font-size: 15px;

    }

    .nav-link {
        font-size: 15px;
        color: #131A2D;
        line-height: 2rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #5c2d8b;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .titleImg {
        width: 100px;
        height: 15px;
    }

    .title-svg {
        height: 14px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(175, 175, 175, 0.5);
        border-radius: 10px;
        margin-top: 0px;
        padding: .5rem .5rem .5px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 35px;
        display: flex;
        align-items: center;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 2px solid #16CB73;
        color: #16CB73;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        width: 100%;
        padding: 40px 10%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        /* height: 100px; */
        background: url('../imgs/bg.png') no-repeat 0 0;
        background-size: 100% 1070px;
    }

    .home .home-left {
        width: 320px;
        height: 520px;
        background: rgba(256, 256, 256, 0.4);
        border-radius: 10px;

        padding: 31px 31px;
    }

    .home .home-left h2 {
        font-size: 28px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        text-align: center;
    }

    .lineDiv {
        position: relative;
        height: 10px;
        width: 250px;
        /* margin: 28px auto; */
        margin-top: 28px;
        border-radius: 5px;
        background: #fff;

    }

    .lineDiv .minDiv {
        position: absolute;
        top: -20px;
        left: 227px;
        width: 46px;
        height: 46px;
        background-image: url('../imgs/circle.png');
        background-repeat: no-repeat;
        background-size: 100%;
        cursor: pointer;
    }

    .valueDiv {
        position: absolute;
        top: -1px;
        left: 0px;
        width: 250px;
        height: 11px;
        background: #ffad22;
        border-radius: 5px;
        /* border-bottom-left-radius: 5px;
                            border-top-left-radius: 5px; */
    }

    .home .tip {
        margin-top: 18px;
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 26px;
    }

    .home .btn {
        margin-top: 0px;
        display: flex;
        justify-content: space-between;

        flex-wrap: wrap;
    }

    .home .btn button {
        width: 105px;
        height: 40px;
        border-radius: 4px;
        border: 1px solid #A7A7A7;
        margin-top: 20px;
        font-size: 14px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 40px;
        background-color: rgba(256, 256, 256, 0.4);
    }

    .home .home-left p {
        margin-top: 15px;
        text-align: center;
        font-size: 14px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 24px;
    }

    .home .inpu {
        display: flex;
        justify-content: space-around;
        flex-wrap: nowrap;
        font-size: 18px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        line-height: 35px;
        align-items: center;

    }

    .home .inpu input {
        font-weight: 400;
        width: 200px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 6px;
        border: none;
        outline: 0;
        padding-left: 10px;
        font-size: 16px;
    }

    .home .submit {
        width: 260px;
        height: 60px;
        background: #FFAD22;
        box-shadow: 0px 2px 20px 0px #FFC078;
        border-radius: 10px;
        margin-top: 30px;
        border: none;
        font-size: 20px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000;
        line-height: 60px;

    }

    .home .picture {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 30px;
        margin-left: -3px;
    }

    .home .picture img {
        width: 110px;
        height: 40px;
        margin-right: 30px;
    }





    .home .home-right {
        /* width: 581px; */
    }

    .home .home-right h2 {
        margin-top: 20px;
        font-size: 24px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #FFFFFF;
    }

    .home .home-right p {
        margin-top: 5px;
        font-size: 16px;
        font-family: Roboto-Medium, Roboto;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 30px;
    }


    .home .home-right ul {
        margin-top: 0px;
        color: #FFFFFF;
        margin-left: -12px;
    }

    .home .home-right ul li {
        margin-top: -10px;
        font-size: 13px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        line-height: 40px;
    }

    .home .home-right ul li a:hover {
        color: #FFAD22
    }

    .home .home-right ul li a {
        color: #fff;
    }

    .home .load {
        position: relative;
    }

    .home .load img {
        width: 55px;
        position: absolute;
        left: 40%;
        top: 37%;
        display: none;
    }

    .aboutUs h2 {
        font-size: 20px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        text-align: center;
        margin-top: 25px;
    }

    .aboutUs .sofom {
        margin-top: -20px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 10%;
        margin-bottom: 25px;
    }

    .aboutUs .sofom div {
       
        height: 400px;
        padding: 30px 20px;
        margin-top: 40px;
    }

    .aboutUs .sofom div h3 {
        font-size: 20px;
        font-family: Roboto-Medium, Roboto;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 20px;
    }

    .aboutUs .sofom div span {
        font-size: 12px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #FFFFFF;

    }

    .aboutUs .sofom .sec h3 {
        color: #0A425F;
    }

    .aboutUs .sofom .sec span {
        color: #0A425F;
    }



    .aboutUs .sofom .fir {
        background: url('../imgs/dun.png') no-repeat 0 0;
        background-size: 100% 100%;
    }

    .aboutUs .sofom .sec {
        background: url('../imgs/conven.png') no-repeat 0 0;
        background-size: 100% 100%;
    }

    .aboutUs .sofom .thir {
        background: url('../imgs/product.png') no-repeat 0 0;
        background-size: 100% 100%;
    }


    .detail {
        width: 100%;
        background: #F5F5F5;
        padding: 0 10%;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .detail .sobre {
        /* height: 450px; */
        background: linear-gradient(90deg, rgba(212, 212, 212, 0) 0%, rgba(3, 75, 228, 0.1) 100%);
        ;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .detail .sobre div {
        width: 540px;
    }

    .detail .sobre div h2 {
        margin-top: 20px;
        font-size: 24px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
    }

    .detail .sobre div img {
        width: 130px;
        height: 12px;
        margin-top: 20px;
    }

    .detail .sobre div p {

        margin-top: 20px;
        font-size: 16px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 28px;
        padding-right: 10px;
    }

    .detail .sobre .high {
        margin-top: 30px;
        width: 320px;
        height: 220px;
    }

    .our {
        padding: 40px 10%;

    }

    .our h2 {
        font-size: 24px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        text-align: center;
    }

    .our p {
        margin-top: 30px;
        font-size: 16px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 28px;
    }





    .footer {
        width: 100%;
    }

    .footer-top {
        background: url('../imgs/contact.png') no-repeat 0 0;
        background-size: 100% 850px;
        padding-top: 25px;
        padding-bottom: 10px;
    }

    .footer-top h2 {
        text-align: center;
        font-size: 24px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #FFFFFF;
    }

    .footer-top .first {
        margin-top: 40px;
    }

    .footer-top p {
        font-size: 14px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #FFFFFF;
        margin-top: 10px;
        padding: 0 5%;

    }



    .footer-bottom {
        height: 45px;
        background: #00174D;

    }

    .footer-bottom p {
        font-size: 12px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: rgba(256, 256, 256, 0.7);
        line-height: 45px;
        text-align: center;
    }
}

@media (min-width: 551px) {
    .nav-box {
        width: 100%;
        box-shadow: 0 0.125rem 1.25rem 0 #ccc !important;
        background-color: #FFFFFF !important;
    }

    .navbar-brand .img1 {
        width: 60px;

    }

    .navbar-brand .img2 {
        height: 50px;
        margin-left: -30px;

    }


    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 85%;
        margin: auto;
        margin-top: 15px;
        font-family: Roboto-Regular,
            Roboto;

    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        margin-left: 10%;
    }

    .nav {
        width: 80%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 17px;
        color: #131A2D;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #5c2d8b;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .titleImg {
        width: 130px;
        height: 21px;
    }

    .title-svg {
        height: 22px;
        margin-left: 15px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(175, 175, 175, 0.5);
        border-radius: 10px;
        margin-top: 0;
        padding: 1.25rem 1.25rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #16CB73;
        color: #16CB73;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        width: 100%;
        padding: 100px 15%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        /* height: 1430px; */
        background: url('../imgs/bg.png') no-repeat 0 0;
        background-size: 100% 1430px;
    }

    .home .home-left {
        width: 450px;
        height: 600px!important;
        background: rgba(256, 256, 256, 0.4);
        border-radius: 20px;
    margin-bottom: 40px;
        padding: 31px 31px;
    }

    .home .home-left h2 {
        font-size: 36px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        text-align: center;
    }

    .lineDiv {
        position: relative;
        height: 10px;
        width: 380px;
        /* margin: 28px auto; */
        margin-top: 28px;
        border-radius: 5px;
        background: #fff;

    }

    .lineDiv .minDiv {
        position: absolute;
        top: -20px;
        left: 357px;
        width: 46px;
        height: 46px;
        background-image: url('../imgs/circle.png');
        background-repeat: no-repeat;
        background-size: 100%;
        cursor: pointer;
    }

    .valueDiv {
        position: absolute;
        top: -1px;
        left: 0px;
        width: 380px;
        height: 11px;
        background: #ffad22;
        border-radius: 5px;
        /* border-bottom-left-radius: 5px;
                            border-top-left-radius: 5px; */
    }

    .home .tip {
        margin-top: 18px;
        display: flex;
        justify-content: space-between;
        font-size: 20px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 26px;
    }

    .home .btn {
        margin-top: 0px;
        display: flex;
        justify-content: space-between;

        flex-wrap: wrap;
    }

    .home .btn button {
        width: 160px;
        height: 50px;
        border-radius: 6px;
        border: 1px solid #A7A7A7;
        margin-top: 20px;
        font-size: 20px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 50px;
        background-color: rgba(256, 256, 256, 0.4);
    }

    .home .home-left p {
        margin-top: 15px;
        text-align: center;
        font-size: 16px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 24px;
    }

    .home .inpu {
        display: flex;
        justify-content: space-around;
        flex-wrap: nowrap;
        font-size: 24px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        line-height: 35px;
        align-items: center;

    }

    .home .inpu input {
        font-weight: 400;
        width: 300px;
        height: 55px;
        background: #FFFFFF;
        border-radius: 6px;
        border: none;
        outline: 0;
        padding-left: 10px;
        font-size: 26px;
    }

    .home .submit {
        width: 380px;
        height: 75px;
        background: #FFAD22;
        box-shadow: 0px 2px 20px 0px #FFC078;
        border-radius: 10px;
        margin-top: 30px;
        border: none;
        font-size: 24px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000;
        line-height: 75px;

    }

    .home .picture {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start!important;
        margin-top: 30px;
        margin-left: -3px;
    }

    .home .picture img {
        width: 160px;
        height: 60px;
        margin-right: 60px
    }





    .home .home-right {
        width: 580px;
    }

    .home .home-right h2 {
        margin-top: 0px!important;
        font-size: 46px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #FFFFFF;
    }

    .home .home-right p {
        margin-top: 37px;
        font-size: 18px;
        font-family: Roboto-Medium, Roboto;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 40px;
    }


    .home .home-right ul {
        margin-top: 20px;
        color: #FFFFFF;
        margin-left: -12px;
    }

    .home .home-right ul li {
        margin-top: -5px;
        font-size: 16px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        line-height: 50px;
    }

    .home .home-right ul li a:hover {
        color: #FFAD22
    }

    .home .home-right ul li a {
        color: #fff;
    }


    .home .load {
        position: relative;
    }

    .home .load img {
        width: 55px;
        position: absolute;
        left: 45%;
        top: 37%;
        display: none;
    }











    .aboutUs h2 {
        font-size: 24px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        text-align: center;
        margin-top: 60px;
    }

    .aboutUs .sofom {
        margin-top: 10px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 15%;
        margin-bottom: 50px;
    }

    .aboutUs .sofom div {
        width: 412px;
        height: 500px;
        padding: 40px 24px;
        margin-top: 60px;
    }

    .aboutUs .sofom div h3 {
        font-size: 24px;
        font-family: Roboto-Medium, Roboto;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 20px;
    }

    .aboutUs .sofom div span {
        font-size: 16px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #FFFFFF;
    }

    .aboutUs .sofom .sec h3 {
        color: #0A425F;
    }

    .aboutUs .sofom .sec span {
        color: #0A425F;
    }



    .aboutUs .sofom .fir {
        background: url('../imgs/dun.png') no-repeat 0 0;
        background-size: 100% 100%;
    }

    .aboutUs .sofom .sec {
        background: url('../imgs/conven.png') no-repeat 0 0;
        background-size: 100% 100%;
    }

    .aboutUs .sofom .thir {
        background: url('../imgs/product.png') no-repeat 0 0;
        background-size: 100% 100%;
    }


    .detail {
        width: 100%;
        background: #F5F5F5;
        padding: 0 15%;
        padding-top: 162px;
        padding-bottom: 123px;
    }

    .detail .sobre {
        height: 925px;
        background: linear-gradient(90deg, rgba(212, 212, 212, 0) 0%, rgba(3, 75, 228, 0.1) 100%);
        ;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .detail .sobre div {
        width: 540px;
    }

    .detail .sobre div h2 {
        margin-top: 103px;
        font-size: 30px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
    }

    .detail .sobre div img {
        width: 150px;
        height: 12px;
        margin-top: 40px;
    }

    .detail .sobre div p {

        margin-top: 40px;
        font-size: 18px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 36px;
        padding-right: 20px;
    }

    .detail .sobre .high {
        margin-top: 30px;
        width: 380px;
        height: 280px;
    }

    .our {
        padding: 100px 10%;

    }

    .our h2 {
        font-size: 30px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        text-align: center;
    }

    .our p {
        margin-top: 60px;
        font-size: 18px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 36px;
    }





    .footer {
        width: 100%;
    }

    .footer-top {
   
        background: url('../imgs/contact.png') no-repeat 0 0;
        background-size: 100% 750px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .footer-top h2 {
        text-align: center;
        font-size: 36px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #FFFFFF;
    }

    .footer-top .first {
        margin-top: 70px;
    }

    .footer-top p {
        font-size: 14px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #FFFFFF;
        margin-top: 30px;
        padding: 0 10%;

    }



    .footer-bottom {
        height: 60px!important;
        background: #00174D;

    }

    .footer-bottom p {
        font-size: 14px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: rgba(256, 256, 256, 0.7);
        line-height:  60px!important;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .nav-box {
        width: 100%;
        box-shadow: 0 0.125rem 1.25rem 0 #ccc !important;
        background-color: #FFFFFF !important;
    }

    .navbar-brand .img1 {
        width: 60px;

    }

    .navbar-brand .img2 {
        height: 40px;
        margin-left: -30px;

    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 90%;
        margin: auto;
        height: 80px;
        font-family: Roboto-Regular,
            Roboto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        margin-left: 0%;
    }

    .nav {
        width: 85%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 17px;
        color: #131A2D;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #5c2d8b;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .titleImg {
        width: 130px;
        height: 21px;
    }

    .title-svg {
        height: 22px;
        margin-left: 15px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(175, 175, 175, 0.5);
        border-radius: 10px;
        margin-top: 0;
        padding: 1.25rem 1.25rem 16px;
        margin-left: -70px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #16CB73;
        color: #16CB73;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        width: 100%;
        padding: 100px 15%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        background: url('../imgs/bg.png') no-repeat 0 0;
        background-size: 100% 1670px;
    }

    .home .home-left {
        width: 660px;
        height: 670px;
        background: rgba(256, 256, 256, 0.4);
        border-radius: 20px;

        padding: 31px 75px;
    }

    .home .home-left h2 {
        font-size: 40px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        text-align: center;
    }

    .lineDiv {
        position: relative;
        height: 10px;
        width: 510px;
        /* margin: 28px auto; */
        margin-top: 28px;
        border-radius: 5px;
        background: #fff;

    }

    .lineDiv .minDiv {
        position: absolute;
        top: -20px;
        left: 487px;
        width: 46px;
        height: 46px;
        background-image: url('../imgs/circle.png');
        background-repeat: no-repeat;
        background-size: 100%;
        cursor: pointer;
    }

    .valueDiv {
        position: absolute;
        top: -1px;
        left: 0px;
        width: 510px;
        height: 11px;
        background: #ffad22;
        border-radius: 5px;
        /* border-bottom-left-radius: 5px;
                        border-top-left-radius: 5px; */
    }

    .home .tip {
        margin-top: 18px;
        display: flex;
        justify-content: space-between;
        font-size: 20px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 26px;
    }

    .home .btn {
        margin-top: 0px;
        display: flex;
        justify-content: space-between;

        flex-wrap: wrap;
    }

    .home .btn button {
        width: 216px;
        height: 50px;
        border-radius: 6px;
        border: 1px solid #A7A7A7;
        margin-top: 20px;
        font-size: 22px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 50px;
        background-color: rgba(256, 256, 256, 0.4);
    }

    .home .home-left p {
        margin-top: 15px;
        text-align: center;
        font-size: 16px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 24px;
    }

    .home .inpu {
        display: flex;
        justify-content: space-around;
        flex-wrap: nowrap;
        font-size: 30px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        line-height: 35px;
        align-items: center;

    }

    .home .inpu input {
        font-weight: 400;
        width: 400px;
        height: 55px;
        background: #FFFFFF;
        border-radius: 6px;
        border: none;
        outline: 0;
        padding-left: 10px;
        font-size: 26px;
    }

    .home .submit {
        width: 505px;
        height: 75px;
        background: #FFAD22;
        box-shadow: 0px 2px 20px 0px #FFC078;
        border-radius: 10px;
        margin-top: 30px;
        border: none;
        font-size: 24px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000;
        line-height: 75px;

    }

    .home .picture {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 30px;
        margin-left: -3px;
    }

    .home .picture img {
        width: 200px;
        height: 60px;
    }





    .home .home-right {
        width: 650px;
    }

    .home .home-right h2 {
        margin-top: 70px;
        font-size: 50px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #FFFFFF;
    }

    .home .home-right p {
        margin-top: 37px;
        font-size: 24px;
        font-family: Roboto-Medium, Roboto;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 54px;
    }


    .home .home-right ul {
        margin-top: 20px;
        color: #FFFFFF;
        margin-left: -12px;
    }

    .home .home-right ul li {
        margin-top: 40px;
        font-size: 20px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        line-height: 50px;
    }

    .home .home-right ul li a {
        color: #fff;
    }

    .home .home-right ul li a:hover {
        color: #FFAD22
    }

    .home .load {
        position: relative;
    }

    .home .load img {
        width: 55px;
        position: absolute;
        left: 45%;
        top: 37%;
        display: none;
    }

    .aboutUs h2 {
        font-size: 42px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        text-align: center;
        margin-top: 111px;
    }

    .aboutUs .sofom {
        margin-top: 50px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 15%;
        margin-bottom: 113px;
    }

    .aboutUs .sofom div {
        width: 412px;
        height: 550px;
        padding: 44px 24px;
        margin-top: 60px;
    }

    .aboutUs .sofom div h3 {
        font-size: 32px;
        font-family: Roboto-Medium, Roboto;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 20px;
    }

    .aboutUs .sofom div span {
        font-size: 18px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #FFFFFF;
    }

    .aboutUs .sofom .sec h3 {
        color: #0A425F;
    }

    .aboutUs .sofom .sec span {
        color: #0A425F;
    }



    .aboutUs .sofom .fir {
        background: url('../imgs/dun.png') no-repeat 0 0;
        background-size: 100% 100%;
    }

    .aboutUs .sofom .sec {
        background: url('../imgs/conven.png') no-repeat 0 0;
         background-size: 100% 100%;
    }

    .aboutUs .sofom .thir {
        background: url('../imgs/product.png') no-repeat 0 0;
         background-size: 100% 100%;
    }


    .detail {
        width: 100%;
        background: #F5F5F5;
        padding: 0 15%;
        padding-top: 162px;
        padding-bottom: 123px;
    }

    .detail .sobre {
        background: linear-gradient(90deg, rgba(212, 212, 212, 0) 0%, rgba(3, 75, 228, 0.1) 100%);
        ;
                height: 1042px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .detail .sobre div {
        width: 540px;
    }

    .detail .sobre div h2 {
        margin-top: 103px;
        font-size: 42px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
    }

    .detail .sobre div img {
        width: 200px;
        height: 12px;
        margin-top: 40px;
    }

    .detail .sobre div p {
        margin-top: 80px;
        font-size: 22px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 50px;
    }

    .detail .sobre .high {
        margin-top: 30px;
          width: 500px;
        height: 320px;
    }

    .our {
        padding: 120px 10%;

    }

    .our h2 {
        font-size: 40px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        text-align: center;
    }

    .our p {
        margin-top: 80px;
        font-size: 20px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 50px;
    }





    .footer {
        width: 100%;
    }

    .footer-top {
     
        background: url('../imgs/contact.png') no-repeat 0 0;
        background-size: 100% 1000px;
        padding-top: 86px;
        padding-bottom: 70px;
    }

    .footer-top h2 {
        text-align: center;
        font-size: 50px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #FFFFFF;
    }

    .footer-top .first {
        margin-top: 80px!important;
    }

    .footer-top p {
        font-size: 20px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #FFFFFF;
        margin-top: 20px;
        padding: 0 15%;

    }



    .footer-bottom {
        height: 80px;
        background: #00174D;

    }

    .footer-bottom p {
        font-size: 16px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: rgba(256, 256, 256, 0.7);
        line-height: 80px;
        text-align: center;
    }
}

@media (min-width: 1024px) {
    .nav-box {
        width: 100%;

        background-color: #FFFFFF !important;
    }

    .navbar-brand .img1 {
        width: 60px;

    }

    .navbar-brand .img2 {
        height: 42px;
        margin-left: -30px;

    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 85%;
        margin: auto;
        height: 80px;
        font-family: Roboto-Regular,
            Roboto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        margin-left: 5%;
    }

    .nav {
        width: 100%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 17px;
        color: #131A2D;
        line-height: 3rem;
    }



    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .titleImg {
        width: 130px;
        height: 21px;
    }

    .title-svg {
        height: 20px;
        margin-left: 15px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        width: 230px;
        margin-left: -50px;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(175, 175, 175, 0.5);
        border-radius: 10px;
        margin-top: 0;
        padding: 1.25rem 1.25rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #16CB73;

        color: #16CB73;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        width: 100%;
        padding: 100px 15%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        background: url('../imgs/bg.png') no-repeat 0 0;
        background-size: 100% 1670px;
    }

    .home .home-left {
        width: 660px;
        height: 670px;
        background: rgba(256, 256, 256, 0.4);
        border-radius: 20px;

        padding: 31px 75px;
    }

    .home .home-left h2 {
        font-size: 40px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        text-align: center;
    }

    .lineDiv {
        position: relative;
        height: 10px;
        width: 510px;
        /* margin: 28px auto; */
        margin-top: 28px;
        border-radius: 5px;
        background: #fff;

    }

    .lineDiv .minDiv {
        position: absolute;
        top: -20px;
        left: 487px;
        width: 46px;
        height: 46px;
        background-image: url('../imgs/circle.png');
        background-repeat: no-repeat;
        background-size: 100%;
        cursor: pointer;
    }

    .valueDiv {
        position: absolute;
        top: -1px;
        left: 0px;
        width: 510px;
        height: 11px;
        background: #ffad22;
        border-radius: 5px;
        /* border-bottom-left-radius: 5px;
                        border-top-left-radius: 5px; */
    }

    .home .tip {
        margin-top: 18px;
        display: flex;
        justify-content: space-between;
        font-size: 20px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 26px;
    }

    .home .btn {
        margin-top: 0px;
        display: flex;
        justify-content: space-between;

        flex-wrap: wrap;
    }

    .home .btn button {
        width: 216px;
        height: 50px;
        border-radius: 6px;
        border: 1px solid #A7A7A7;
        margin-top: 20px;
        font-size: 22px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 50px;
        background-color: rgba(256, 256, 256, 0.4);
    }

    .home .home-left p {
        margin-top: 15px;
        text-align: center;
        font-size: 16px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 24px;
    }

    .home .inpu {
        display: flex;
        justify-content: space-around;
        flex-wrap: nowrap;
        font-size: 30px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        line-height: 35px;
        align-items: center;

    }

    .home .inpu input {
        font-weight: 400;
        width: 400px;
        height: 55px;
        background: #FFFFFF;
        border-radius: 6px;
        border: none;
        outline: 0;
        padding-left: 10px;
        font-size: 26px;
    }

    .home .submit {
        width: 505px;
        height: 75px;
        background: #FFAD22;
        box-shadow: 0px 2px 20px 0px #FFC078;
        border-radius: 10px;
        margin-top: 30px;
        border: none;
        font-size: 24px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000;
        line-height: 75px;

    }

    .home .picture {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 30px;
        margin-left: -3px;
    }

    .home .picture img {
        width: 200px;
        height: 60px;
    }





    .home .home-right {
        width: 650px;
    }

    .home .home-right h2 {
        margin-top: 70px;
        font-size: 50px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #FFFFFF;
    }

    .home .home-right p {
        margin-top: 37px;
        font-size: 24px;
        font-family: Roboto-Medium, Roboto;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 54px;
    }


    .home .home-right ul {
        margin-top: 20px;
        color: #FFFFFF;
        margin-left: -12px;
    }

    .home .home-right ul li {
        margin-top: 40px;
        font-size: 20px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        line-height: 50px;
    }

    .home .home-right ul li a {
        color: #fff;
    }

    .home .home-right ul li a:hover {
        color: #FFAD22
    }

    .home .load {
        position: relative;
    }

    .home .load img {
        width: 55px;
        position: absolute;
        left: 45%;
        top: 37%;
        display: none;
    }












    .aboutUs h2 {
        font-size: 42px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        text-align: center;
        margin-top: 111px;
    }

    .aboutUs .sofom {
        margin-top: 50px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 30%;
        margin-bottom: 113px;
    }

    .aboutUs .sofom div {
        width: 412px;
        height: 550px;
        padding: 44px 24px;
        margin-top: 20px;
    }

    .aboutUs .sofom div h3 {
        font-size: 32px;
        font-family: Roboto-Medium, Roboto;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 20px;
    }

    .aboutUs .sofom div span {
        font-size: 18px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #FFFFFF;
    }

    .aboutUs .sofom .sec h3 {
        color: #0A425F;
    }

    .aboutUs .sofom .sec span {
        color: #0A425F;
    }



    .aboutUs .sofom .fir {
        background: url('../imgs/dun.png') no-repeat 0 0;
        background-size: 100% 100%;
    }

    .aboutUs .sofom .sec {
        background: url('../imgs/conven.png') no-repeat 0 0;
         background-size: 100% 100%;
    }

    .aboutUs .sofom .thir {
        background: url('../imgs/product.png') no-repeat 0 0;
         background-size: 100% 100%;
    }


    .detail {
        width: 100%;
        background: #F5F5F5;
        padding: 0 15%;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .detail .sobre {
        height: 1050px;
        background: linear-gradient(90deg, rgba(212, 212, 212, 0) 0%, rgba(3, 75, 228, 0.1) 100%);
        ;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .detail .sobre div {
        width: 540px;
    }

    .detail .sobre div h2 {
        margin-top: 103px;
        font-size: 42px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
    }

    .detail .sobre div img {
        width: 200px;
        height: 12px;
        margin-top: 40px;
    }

    .detail .sobre div p {
        margin-top: 80px;
        font-size: 22px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 50px;

    }

    .detail .sobre .high {
        margin-top: 30px;
        width: 500px;
        height: 320px;
    }

    .our {
        padding: 120px 10%;

    }

    .our h2 {
        font-size: 40px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        text-align: center;
    }

    .our p {
        margin-top: 80px;
        font-size: 20px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 50px;
    }





    .footer {
        width: 100%;
    }

    .footer-top {
        
        background: url('../imgs/contact.png') no-repeat 0 0;
        background-size: 100% 1000px;
        padding-top: 86px;
    }

    .footer-top h2 {
        text-align: center;
        font-size: 50px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #FFFFFF;
    }

    .footer-top .first {
        margin-top: 530px;
    }

    .footer-top p {
        font-size: 20px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #FFFFFF;
        margin-top: 20px;
        padding: 0 15%;

    }



    .footer-bottom {
        height: 80px;
        background: #00174D;

    }

    .footer-bottom p {
        font-size: 16px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: rgba(256, 256, 256, 0.7);
        line-height: 80px;
        text-align: center;
    }
}

@media (min-width: 1366px) {
    .nav-box {
        width: 100%;
        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 80%;
        margin: auto;
        height: 80px;
        font-family: Roboto-Regular,
            Roboto;
    }


    .navbar-brand .img1 {
        width: 60px;

    }

    .navbar-brand .img2 {
        height: 60px;
        margin-left: -30px;

    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        margin-left: 10%;
    }

    .nav {
        width: 90%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 17px;
        color: #131A2D;
        line-height: 3rem;
    }



    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .titleImg {
        width: 130px;
        height: 21px;
    }

    .title-svg {
        height: 20px;
        margin-left: 20px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        width: 230px;
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(175, 175, 175, 0.5);
        border-radius: 10px;
        margin-top: 0;
        padding: 1.25rem 1.25rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #16CB73;
        color: #16CB73;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        width: 100%;
        padding: 100px 10%;
        padding-bottom: 70px;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        background: url('../imgs/bg.png') no-repeat 0 0;
    }

    .home .home-left {
        width: 580px;
        height: 670px;
        background: rgba(256, 256, 256, 0.4);
        border-radius: 20px;

        padding: 31px 75px;
    }

    .home .home-left h2 {
        font-size: 36px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        text-align: center;
    }

    .lineDiv {
        position: relative;
        height: 10px;
        width: 430px;
        /* margin: 28px auto; */
        margin-top: 28px;
        border-radius: 5px;
        background: #fff;

    }

    .lineDiv .minDiv {
        position: absolute;
        top: -20px;
        left: 407px;
        width: 46px;
        height: 46px;
        background-image: url('../imgs/circle.png');
        background-repeat: no-repeat;
        background-size: 100%;
        cursor: pointer;
    }

    .valueDiv {
        position: absolute;
        top: -1px;
        left: 0px;
        width: 430px;
        height: 11px;
        background: #ffad22;
        border-radius: 5px;
        /* border-bottom-left-radius: 5px;
                        border-top-left-radius: 5px; */
    }

    .home .tip {
        margin-top: 18px;
        display: flex;
        justify-content: space-between;
        font-size: 20px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 26px;
    }

    .home .btn {
        margin-top: 0px;
        display: flex;
        justify-content: space-between;

        flex-wrap: wrap;
    }

    .home .btn button {
        width: 180px;
        height: 50px;
        border-radius: 6px;
        border: 1px solid #A7A7A7;
        margin-top: 20px;
        font-size: 22px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 50px;
        background-color: rgba(256, 256, 256, 0.4);
    }

    .home .home-left p {
        margin-top: 15px;
        text-align: center;
        font-size: 16px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 24px;
    }

    .home .inpu {
        display: flex;
        justify-content: space-around;
        flex-wrap: nowrap;
        font-size: 30px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        line-height: 35px;
        align-items: center;

    }

    .home .inpu input {
        font-weight: 400;
        width: 330px;
        height: 55px;
        background: #FFFFFF;
        border-radius: 6px;
        border: none;
        outline: 0;
        padding-left: 10px;
        font-size: 26px;
    }

    .home .submit {
        width: 430px;
        height: 75px;
        background: #FFAD22;
        box-shadow: 0px 2px 20px 0px #FFC078;
        border-radius: 10px;
        margin-top: 30px;
        border: none;
        font-size: 24px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000;
        line-height: 75px;

    }

    .home .picture {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 60px;
        margin-left: -3px;
    }

    .home .picture img {
        width: 180px;
        height: 60px;
    }

       .home .picture img:nth-of-type(2) {
        width: 180px;
        height: 60px;
        margin-right: 0;
    }





    .home .home-right {
        width: 450px;
    }

    .home .home-right h2 {
        margin-top: 55px;
        font-size: 46px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #FFFFFF;
    }

    .home .home-right p {
        margin-top: 37px;
        font-size: 20px;
        font-family: Roboto-Medium, Roboto;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 50px;
    }


    .home .home-right ul {
        margin-top: 20px;
        color: #FFFFFF;
        margin-left: -12px;
    }

    .home .home-right ul li {
        margin-top: 20px;
        font-size: 20px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        line-height: 40px;
    }

    .home .home-right ul li a {
        color: #fff;
    }

    .home .home-right ul li a:hover {
        color: #FFAD22
    }

    .home .load {
        position: relative;
    }

    .home .load img {
        width: 55px;
        position: absolute;
        left: 45%;
        top: 37%;
        display: none;
    }












    .aboutUs h2 {
        font-size: 42px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        text-align: center;
        margin-top: 111px;
    }

    .aboutUs .sofom {
        margin-top: 88px;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 0 10%;
        margin-bottom: 120px;
    }

    .aboutUs .sofom div {
        width: 340px;
        height: 600px;
        padding: 42px 24px;
    }

    .aboutUs .sofom div h3 {
        font-size: 28px;
        font-family: Roboto-Medium, Roboto;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 20px;
    }

    .aboutUs .sofom div span {
        font-size: 15px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #FFFFFF;
    }

    .aboutUs .sofom .sec h3 {
        color: #0A425F;
    }

    .aboutUs .sofom .sec span {
        color: #0A425F;
    }



    .aboutUs .sofom .fir {
        background: url('../imgs/dun.png') no-repeat 0 0;
        background-size: 100% 100%;
    }

    .aboutUs .sofom .sec {
        background: url('../imgs/conven.png') no-repeat 0 0;
        background-size: 100% 100%;
    }

    .aboutUs .sofom .thir {
        background: url('../imgs/product.png') no-repeat 0 0;
        background-size: 100% 100%;
    }


    .detail {
        width: 100%;
        background: #F5F5F5;
        padding: 0 10%;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .detail .sobre {
        height: 700px;
        background: linear-gradient(90deg, rgba(212, 212, 212, 0) 0%, rgba(3, 75, 228, 0.1) 100%);
        ;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .detail .sobre div {
        width: 450px;
    }

    .detail .sobre div h2 {
        margin-top: 103px;
        font-size: 40px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
    }

    .detail .sobre div img {
        width: 200px;
        height: 12px;
        margin-top: 40px;
    }

    .detail .sobre div p {
        margin-top: 70px;
        font-size: 20px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 42px;
    }

    .detail .sobre .high {
        margin-top: 110px;
        width: 600px;
        height: 550px;
    }

    .our {
        padding: 120px 10%;

    }

    .our h2 {
        font-size: 40px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        text-align: center;
    }

    .our p {
        margin-top: 80px;
        font-size: 20px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 50px;
    }





    .footer {
        width: 100%;
    }

    .footer-top {

        background: url('../imgs/contact.png') no-repeat 0 0;
        background-size: 100% 940px;
        padding-top: 86px;
    }

    .footer-top h2 {
        text-align: center;
        font-size: 50px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #FFFFFF;
    }

    .footer-top .first {
        margin-top: 500px;
    }

    .footer-top p {
        font-size: 20px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #FFFFFF;
        margin-top: 30px;
        padding: 0 12%;

    }



    .footer-bottom {
        height: 80px;
        background: #00174D;

    }

    .footer-bottom p {
        font-size: 16px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: rgba(256, 256, 256, 0.7);
        line-height: 80px;
        text-align: center;
    }

}


@media (min-width: 1680px) {
    .nav-box {
        width: 100%;
        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 70%;
        margin: auto;
        height: 100px;
        font-family: Roboto-Regular,
            Roboto;
    }


    .navbar-brand .img1 {
        width: 70px;

    }

    .navbar-brand .img2 {
        height: 60px;
        margin-left: -30px;

    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        margin-left: 10%;
    }

    .nav {
        width: 80%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 17px;
        color: #131A2D;
        /* line-height: 3rem; */
    }



    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .titleImg {
        width: 130px;
        height: 21px;
    }

    .title-svg {
        height: 20px;
        margin-left: 15px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        width: 230px;
        border: none;
        inset: 60px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0px 2px 14px 0 rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        margin-top: 0;
        padding: 0.25rem 1.25rem 20px 1.75rem;
        margin-left: -30px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0;
        margin-top: 15px;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #16CB73;
        color: #16CB73;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        width: 100%;
        padding: 120px 15%;
        padding-bottom: 80px;
        padding-right: 12%;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        background: url('../imgs/bg.png') no-repeat 0 0;
    }

    .home .home-left {
        width: 660px;
        height: 670px;
        background: rgba(256, 256, 256, 0.4);
        border-radius: 20px;

        padding: 31px 75px;
    }

    .home .home-left h2 {
        font-size: 40px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        text-align: center;
    }

    .lineDiv {
        position: relative;
        height: 10px;
        width: 510px;
        /* margin: 28px auto; */
        margin-top: 28px;
        border-radius: 5px;
        background: #fff;

    }

    .lineDiv .minDiv {
        position: absolute;
        top: -20px;
        left: 487px;
        width: 46px;
        height: 46px;
        background-image: url('../imgs/circle.png');
        background-repeat: no-repeat;
        background-size: 100%;
        cursor: pointer;
    }

    .valueDiv {
        position: absolute;
        top: -1px;
        left: 0px;
        width: 510px;
        height: 11px;
        background: #ffad22;
        border-radius: 5px;
        /* border-bottom-left-radius: 5px;
                    border-top-left-radius: 5px; */
    }

    .home .tip {
        margin-top: 18px;
        display: flex;
        justify-content: space-between;
        font-size: 20px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 26px;
    }

    .home .btn {
        margin-top: 0px;
        display: flex;
        justify-content: space-between;

        flex-wrap: wrap;
    }

    .home .btn button {
        width: 216px;
        height: 50px;
        border-radius: 6px;
        border: 1px solid #A7A7A7;
        margin-top: 20px;
        font-size: 22px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 50px;
        background-color: rgba(256, 256, 256, 0.4);
    }

    .home .home-left p {
        margin-top: 15px;
        text-align: center;
        font-size: 16px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 24px;
    }

    .home .inpu {
        display: flex;
        justify-content: space-around;
        flex-wrap: nowrap;
        font-size: 30px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        line-height: 35px;
        align-items: center;

    }

    .home .inpu input {
        font-weight: 400;
        width: 400px;
        height: 55px;
        background: #FFFFFF;
        border-radius: 6px;
        border: none;
        outline: 0;
        padding-left: 10px;
        font-size: 26px;
    }

    .home .submit {
        width: 505px;
        height: 75px;
        background: #FFAD22;
        box-shadow: 0px 2px 20px 0px #FFC078;
        border-radius: 10px;
        margin-top: 30px;
        border: none;
        font-size: 24px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000;
        line-height: 75px;

    }

    .home .picture {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 70px;
        margin-left: -3px;
    }

    .home .picture img {
        width: 200px;
        height: 60px;
    }





    .home .home-right {
        width: 650px;
        margin-top: -50px;
    }

    .home .home-right h2 {
        margin-top: 55px;
        font-size: 50px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #FFFFFF;
    }

    .home .home-right p {
        margin-top: 37px;
        font-size: 24px;
        font-family: Roboto-Medium, Roboto;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 54px;
    }


    .home .home-right ul {
        margin-top: 20px;
        color: #FFFFFF;
        margin-left: -12px;
    }

    .home .home-right ul li {
        margin-top: 40px;
        font-size: 20px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        line-height: 50px;
    }

    .home .home-right ul li a:hover {
        color: #FFAD22
    }

    .home .home-right ul li a {
        color: #fff;
    }

    .home .load {
        position: relative;
    }

    .home .load img {
        width: 55px;
        position: absolute;
        left: 45%;
        top: 37%;
        display: none;
    }













    .aboutUs h2 {
        font-size: 42px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        text-align: center;
        margin-top: 111px;
    }

    .aboutUs .sofom {
        margin-top: 88px;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 0 15%;
        margin-bottom: 113px;
    }

    .aboutUs .sofom div {
        width: 412px;
        height: 600px;
        padding: 44px 24px;
    }

    .aboutUs .sofom div h3 {
        font-size: 32px;
        font-family: Roboto-Medium, Roboto;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 20px;
    }

    .aboutUs .sofom div span {
        font-size: 18px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #FFFFFF;
    }

    .aboutUs .sofom .sec h3 {
        color: #0A425F;
    }

    .aboutUs .sofom .sec span {
        color: #0A425F;
    }



    .aboutUs .sofom .fir {
        background: url('../imgs/dun.png') no-repeat 0 0;
        background-size: 100% 100%;
    }

    .aboutUs .sofom .sec {
        background: url('../imgs/conven.png') no-repeat 0 0;
         background-size: 100% 100%;
    }

    .aboutUs .sofom .thir {
        background: url('../imgs/product.png') no-repeat 0 0;
         background-size: 100% 100%;
    }


    .detail {
        width: 100%;
        background: #F5F5F5;
        padding: 0 15%;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .detail .sobre {
        height: 750px;
        background: linear-gradient(90deg, rgba(212, 212, 212, 0) 0%, rgba(3, 75, 228, 0.1) 100%);
        ;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .detail .sobre div {
        width: 540px;
    }

    .detail .sobre div h2 {
        margin-top: 103px;
        font-size: 42px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
    }

    .detail .sobre div img {
        width: 200px;
        height: 12px;
        margin-top: 40px;
    }

    .detail .sobre div p {
        margin-top: 80px;
        font-size: 22px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 50px;
    }

    .detail .sobre .high {
        margin-top: 110px;
        width: 710px;
        height: 580px;
    }

    .our {
        padding: 120px 15%;

    }

    .our h2 {
        font-size: 42px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #000000;
        text-align: center;
    }

    .our p {
        margin-top: 80px;
        font-size: 22px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: #000000;
        line-height: 50px;
    }





    .footer {
        width: 100%;
    }

    .footer-top {
        background: url('../imgs/contact.png') no-repeat 0 0;
        padding-top: 90px;
        padding-bottom: 80px;
    }

    .footer-top h2 {
        text-align: center;
        font-size: 50px;
        font-family: Roboto-Black, Roboto;
        font-weight: 900;
        color: #FFFFFF;
    }

    .footer-top .first {
        margin-top: 100px;
    }

    .footer-top p {
        font-size: 20px;
        font-family: Roboto-Black, Roboto;
        font-weight: 400;
        color: #FFFFFF;
        margin-top: 30px;
        padding: 0 18%;

    }



    .footer-bottom {
        height: 80px;
        background: #00174D;

    }

    .footer-bottom p {
        font-size: 16px;
        font-family: Roboto-Regular, Roboto;
        font-weight: 400;
        color: rgba(256, 256, 256, 0.7);
        line-height: 80px;
        text-align: center;
    }



}

.container-fluid {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
    font-weight: 600;
    width: 170px;
    height: 55px;
    background: #004AF7;
    border-radius: 30px;
    line-height: 55px;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    padding: 0 !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {

    font-weight: 900;



}

.back {
    display: none;
    width: 70px;
    height: 70px;
    background: url("../imgs/back.png") no-repeat;
    background-size: cover;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 2;
}