body {
    font-family: 'Prompt', sans-serif;
    overflow-x: hidden !important;
    background-color: #fff;
    color: #6A6A6A;
    position: relative;
    min-height: 100vh;
    font-size: 10pt;
    font-weight: 300;
    display: flex;
    flex-direction: column;
}

.en {
    font-family: 'Montserrat', 'Prompt', sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 0;
}

p {
    margin: 0;
}

.fss-1 {
    font-size: .9em;
}

.fss-2 {
    font-size: .8em;
}

a {
    color: #fff;
    list-style: none;
    text-decoration: none;
    font-weight: 400;
}

i {
    font-size: 1.5em;
    margin-right: 10px;
}

.btn-primary {
    background-color: #BA1212;
    border: none;
    box-shadow: none;
}

.btn-check:focus+.btn,
.btn:focus,
.btn-primary:hover {
    background-color: #cb0a0a;
    box-shadow: none;
}

.btn-primary2 {
    background-color: #690303;
    border: none;
    color: #fff;
}

.btn-primary2:hover {
    background-color: #cb0a0a;
}

.text-red {
    color: #cb0a0a;
}

.contact-box {
    padding: 2px 10px;
    width: 300px;
    border-radius: 2px;
    margin: auto;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}


.text-sky-blue {
    color: #2AB2FC;
}

.text-red {
    color: #9B0000;
}

/* btn */

.btn-red {
    background: #9B0000;
    padding: 7px 50px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: 0.5s;
}

.btn-red:hover {
    background: #c20000;
    color: #fff;
}

/* top-menu */
.top-menu {
    background: rgb(156, 41, 17);
    background: linear-gradient(311deg, rgba(156, 41, 17, 1) 0%, rgba(200, 28, 28, 1) 100%);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.top-menu .main-logo {
    width: 160px;
}

.top-menu .language-dropdown {
    line-height: 1.5em;
    font-weight: 400;
}

.top-menu .language-dropdown .btn {
    border-radius: 50px;
    color: #fff;
    border: none;
    padding: 6px 12px;
    width: 109px;
}

.top-menu .language-dropdown .btn:hover {
    border: none;
}

.top-menu .dropdown-toggle::after {
    margin-left: -2px;
}

.top-menu .language-dropdown img {
    vertical-align: middle;
    width: 33px;
    margin-bottom: 3px;
}

.dropdown-menu.show {
    width: 109px;
    display: flow;
    min-width: auto;
    padding: 0;
    border-radius: 30px;
    text-align: center;
    border: none;
}

.dropdown-item {
    padding: 5px;
    border-radius: 30px;
    border: none;
}

.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    border: none;
    background: #ebebeb;
    color: #000;
    transition: 0.5s;
}

/* s-main */
.s-main {
    background: url(../images/bg-section1.webp)no-repeat bottom center;
    background-size: 130%;
    padding: 50px 0 0 0;
    position: relative;
}

.s-main .container {
    height: 380px;
}

.s-main .main-logo {
    width: 70%;
    margin: 20px 0;
}

.s-main .icon-scroll {
    width: 42px;
}

.s-about {
    background: url(../images/bg-section2.webp)no-repeat top center;
    background-size: 130%;
    margin-top: -1px;
}

.s-mission {
    background: url(../images/bg-mission.webp)no-repeat center right;
    background-size: cover;
}

.s-vision {
    background: url(../images/bg-vision.webp)no-repeat center left;
    background-size: cover;
}

/* service */
.s-service {
    background: url(../images/bg-service.webp)no-repeat bottom center;
    background-size: cover;
}


/* s-product */
.s-product {
    background: url(../asset/images/s-product-bg.webp) no-repeat center top;
    background-size: cover;
    z-index: 100;
    margin-top: -30px;
    padding: 50px 0;
    position: relative;
}

.s-product .ct {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 440px;
}


footer {
    background: rgb(156, 41, 17);
    background: linear-gradient(311deg, rgba(156, 41, 17, 1) 0%, rgba(200, 28, 28, 1) 100%);
    position: relative;
    margin-top: -20px;
    z-index: 200;
    overflow: hidden;
}

footer .logo {
    width: 300px;
    display: block;
    margin: auto;
}

.copy-rights {
    background: #212121;
}



@media (min-width: 574px) {
    body {
        font-size: 12pt;
    }

    .s-main .container {
        height: 550px;
    }

    .s-main .main-logo {
        width: auto;
    }

    .s-intro {
        position: absolute;
        bottom: -550px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .s-vision {
        padding: 450px 15px 100px 15px;
    }
}

@media (min-width: 768px) {

    .s-main,
    .s-about {
        background-size: 100%;
    }

    .contact-box {
        width: 600px;
    }

    .s-intro .img-box img {
        height: auto;
    }

    footer .logo {
        border-bottom: none;
    }

}


@media (min-width: 992px) {
    .w-lg-75 {
        width: 75%;
    }

    .s-vision {
        padding: 288px 15px 100px 15px;
    }

    .s-main {
        background: url(../images/bg-section1-lg.webp)no-repeat bottom center;
        background-size: 1400px;
        height: 600px;
    }

    .s-main .container {
        height: 95%;
    }

    .s-about {
        background: url(../images/bg-section2-lg.webp)no-repeat top center;
        background-size: 1400px;
        position: relative;
    }

    .s-about .container {
        width: 70%;
        padding: 50px 0 !important;
    }

    .s-about::before {
        background: url(../images/el-section2.webp) bottom no-repeat;
        background-size: 100%;
        content: ' ';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 180px;
        height: 180px;
    }

    .s-about .text-detail {
        width: 80%;
    }

    .main-mission {
        background: url(../images/bg-main-mission.webp)no-repeat top center;
        background-size: cover;
    }

    .s-mission,
    .s-vision {
        background: none;
    }
}

@media (min-width: 1200px) {
    .w-xl-50 {
        width: 50%;
    }

    .s-main .main-logo {
        margin-top: 100px;
    }

    .s-intro .text-body {
        padding: 25px 30px 20px 30px;
    }

    .s-vision {
        padding: 350px 15px 100px 15px;
    }

    .s-about .container {
        width: 1300px;
        padding: 50px 0 70px 100px !important;
    }

    .s-about .text-detail {
        width: 65%;
    }

    .s-product {
        padding: 0;
    }

    .s-product .container {
        padding: 100px;
    }

    .s-product .ct {
        width: 350px;
        right: 0;
    }
}

@media (min-width: 1400px) {
    .s-main {
        background-size: 1920px;
        height: 750px;
    }

    .s-about {
        background-size: 1920px;
    }

    .s-about::before {
        width: 250px;
        height: 250px;
    }

    .s-about .text-detail {
        width: 730px;
    }

    .s-product .ct {
        width: 400px;
        right: -2%;
    }

    .s-intro {
        height: 255px;
    }

    .s-intro .img-box {
        height: 255px;
    }
}

@media (min-width: 1600px) {
    .s-about .container {
        padding: 50px 0 70px 0px !important;
    }
}

.logo-web-mb {
    width: 120px;
}

.menu-bar-mb {
    width: 25px;
}

.nb-tg-main-mb {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 0 !important;
    color: none !important;
    background-color: transparent;
    border: none !important;
}

.nb-tg-main-mb:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.text-nav-mb {
    margin-left: 15px;
    padding: 10px 0;
    color: #fff !important;
}

@media (max-width: 768px) {

    .top-menu .language-dropdown .btn {
        border-radius: 50px;
        color: #fff;
        border: none;
        padding: 6px;
        width: auto;
    }

}

.main-body {
    flex-grow: 1;
}

@media (max-width: 768px) {

    footer {
        background: rgb(156, 41, 17);
        background: linear-gradient(311deg, rgba(156, 41, 17, 1) 0%, rgba(200, 28, 28, 1) 100%);
        position: relative;
        margin-top: -15px;
        z-index: 200;
        overflow: hidden;
    }
}