@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900");

* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #343434;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

div {
    display: block;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

strong {
    font-weight: 550;
}

time {
    font-size: 14px;
}

a:hover {
    text-decoration: none;
    color: #f7a30a;
    transition: .5s ease-out;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

p {
    line-height: 26px;
}

/* button-to-top */

.button-to-top {
    position: fixed;
    left: 50px; 
    bottom: 55px; 
    width: 50px; 
    height: 50px; 
    z-index: 5;
    display: none;
    opacity: 0.9;
}

/*end button-to-top*/

/* button */

.button {
    background: #f7a30a;
    padding: 12px 30px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 22px;
    display: inline-block;
    border: 0;
}



.button:hover {
    color: #fff;
    background-color: #f7a30a;
}

.button-right {
    transition: .5s;
    border: 2px solid #ffffff;
    background-color: #f7a30a;
}

.button-right:hover {
    border: 2px solid #f7a30a;
    background-color: #fff;
    color: #f7a30a;
    font-size: 20px;
}

.button {
    margin-right: 20px;
    margin-left: 20px;
}

.button-left {
    transition: .5s;
    border: 2px solid #ffffff;
    color: #fff;
}

.button-left:hover {
    border: 2px solid #f7a30a;
    background-color: #fff;
    color: #f7a30a;
    font-size: 20px;    
}

.content a{
    font-size: 18px;
}

/* navbar */
.navbar {
    padding: 0;
    transition: .5s;
}

.navbar .container-fluid {
    padding: 0;
}

.navbar span.call {
    font-size: 17px;
    margin-left: 12px;
    margin-top: 5px;
    color: #fff;
}

.navbar .navbar-brand {
    color: #fff;
    font-size: 27px;
    background: #f7a30a;
    padding: 10px 10px;
    font-weight: 700;
}

.navbar .navbar-nav li {
    padding: 0 15px;
}

.navbar .navbar-nav li a {
    color: #fff;
    font-weight: 200;
    font-size: 15px;
}


.navbar .navbar-nav {
    padding-right: 30px;
}

.navbar .navbar-toggler i {
    color: #fff;
}

.navbar-fixed {
    background: #032950;
    transition: .5s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
}

.navbar-fixed span.call {
    color: #fff;
}

.navbar-fixed .navbar-brand {
    color: #fff;
}

.navbar-fixed .navbar-nav li a {
    color: #fff;
}

.navbar-fixed .navbar-toggler i {
    color: #fff;
}

.nav-item ul {
    width: 220px;
    margin-top: 10px;
    visibility: hidden;
    opacity: 0;
    transition: .8s;
    position: absolute;
    border: 2px solid #f7a30a;
}


.nav-item:hover ul{
    visibility: visible;
    opacity: 1;
    background-color: #032950;
    border-radius: 5px;
    border: 2px solid #f7a30a;

}

.navbar:hover {
    background-color: #032950;
}

.nav-item ul li {
    text-decoration: underline;
}

/* about*/

.about {
    position: relative;
    background: url("/images/body.jpg");
}

.about .content {
    padding: 20px 20px 20px;
}


.about .content-image .lable {
    height: 75%;
    width: 75%;
}

.about .row {
    height: auto;
    background: #fdfdff;
    position: relative;
    top: 120px;
    border-radius: 6px;
}

.about .bg-style {
    width: 100%;
    height: 244px;
    background: #f7a30a;
}

.about ul li {
    margin-bottom: 10px;
}

.about ul li i {
    margin-right: 15px;
}

.about ul li:last-child {
    margin-bottom: 0;
}

.about h2 {
    font-weight: 600;
}

.about h2 span {
    color: #f7a30a;
}

.about h6 {
    color: #333;
    margin-bottom: 28px;
    margin-top: 10px;
}

/* home intro */
.home-intro {
    background: linear-gradient(45deg, rgba(3, 6, 28, 0.7), rgba(3, 6, 28, 0.9)), url(/images/back.jpg); ;
    background-position: center;
    background-size: cover;
    padding: 250px 0 300px;
    background-position: 50% 90%;
    background-attachment: fixed;
}

.home-intro .content {
    text-align: center;
}

.home-intro h5 {
    color: #f7a30a;
    font-size: 26px;
    margin-bottom: 32px;
    font-weight: 600;
}

.home-intro h2 {
    color: #fff;
    font-size: 62px;
    font-weight: 700;
    margin: 25px 0;
    line-height: 54px;
    letter-spacing: 1px;
}

.home-intro h6 {
    color: #fff;
    line-height: 35px;
    font-size: 17px;
    margin-bottom: 15px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.home-intro img {
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

/* section */
.section {
    padding: 20px 0 120px;
}


.title-section-left {
    margin-bottom: 10px;
}

.title-section-left h3 {
    font-size: 40px;
    font-weight: 600;
}

.title-section-left h3 span {
    color: #f7a30a;
}

/* services */
/* left-menu */

.services {
    overflow: hidden;
    background: url("/images/body.jpg");
}

.factory {
    width: 80%;
    margin-left: 120px;
    margin-bottom: 70px;
    margin-top: 20px;
}

.services .factory ul {
    display: flex;
    justify-content: center;
    justify-content: space-between;
}

.services .factory ul li a{
    margin-top: 10px;
    display: flex;
    font-size: 14px;
    color: #000000;
    text-decoration: underline;
    transition: 1s;
}

.services .factory ul li a:hover {
    color: #f7a30a;
}

.left-menu {
    height: 50%;
}

.up {
    border-radius: 3px;
    height: 10%;
    width: 300px;
    background-color: #fdfdff;
    border-bottom: 2px solid rgba(189, 188, 188, 0.3);
    box-shadow: 5px 5px 10px rgba(189, 187, 187, 0.3);
    padding-left: 30px;
    padding-bottom: 20px;
    margin-left: 40px;
}

.bottom {
    border-radius: 3px;
    background-color: #fdfdff;
    height: 200%;
    width: 300px;
    box-shadow: 5px 5px 10px rgba(189, 187, 187, 0.3);
    padding-left: 30px;
    margin-left: 40px;
    overflow: hidden;
}

.h {
    color: rgb(0, 0, 0);
    text-decoration: underline;
    transition: .5s;
    margin-top: 10px;
    margin-bottom: 10px;
}

.h:hover {
    color: #f7a30a;
}

.up .main-li {
    line-height: 50px;
    font-size: 17px;
    list-style-type: none;
}

.bottom .main-li {
    line-height: 50px;
    font-size: 17px;
    list-style-type: none;
}

.up ul li a {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

.up ul .main-li a {
    text-decoration: none;
}

.bottom ul .main-li a {
    text-decoration: none;
}

.bottom ul li {
    transition: .8s;
    line-height: 40px;
    list-style-type: square;
}

.bottom ul li a {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}



.up ul li {
    list-style-type: square;
    line-height: 40px;
    transition: .8s;
}

.up ul li a:hover {
    color: #f7a30a;
    font-size: 17px;
}

.up ul li:hover {
    transform: translateX(5px);
}

.up ul .main-li:hover {
    transform: translateX(0);
}

.up ul .main-li a:hover {
    font-size: 19px;
}

.bottom ul .main-li a:hover {
    font-size: 19px;
}

.bottom ul li a:hover {
    color: #f7a30a;
    font-size: 17px;
}

.bottom ul li:hover {
    transform: translateX(5px);
}

.bottom ul .main-li:hover {
    transform: translateX(0);
}

.bot-title {
    margin-bottom: 30px;
    margin-top: 20px;
}

.row_pic {
    margin-top: 20px;
}

.pic {
    transition: .5s;
}

.pic:hover {
    filter: brightness(105%);
    transform: translateY(-10px);
}

/* right-menu */
/* news-top */
.news-top {
    position: relative;
    background-color: #fdfdff;
    width: 75%;
    height: auto;
    box-shadow: 5px 5px 10px rgba(189, 187, 187, 0.3);
    padding-right: 50px;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-left: 50px;
}

.news-top h4 {
    margin-right: 50px;
    font-weight: 500;
    border-bottom: 4px solid #ebe6fc;
}

.news-top ul {
    margin-left: 20px;
}

.news-top ul li {
    list-style-type: square;
}

.news-top ul li a {
    text-decoration: underline;
    color: #000000;
}

.news-top ul li a:hover {
    color: #f7a30a;
}

.news-top a {
    color: #000000;
    text-decoration: underline;
}

.news-top a:hover {
    color: #f7a30a;
}

/* news-bottom */

.pic {
    box-shadow: 10px 1px 10px 1px rgb(211, 209, 209);
}

.row_pic .col-md-3 {
    text-align: center;
}

.row_pic .col-md-3 .h {
    text-align: center;
}

.news-bottom {
    background-color: #fdfdff;
    width: 75%;
    height: auto;
    box-shadow: 5px 5px 10px rgba(189, 187, 187, 0.3);
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: 35px;
    padding-right: 50px;
    margin-left: 50px;
}

.news-bottom h4 {
    margin-right: 50px;
    font-weight: 500;
    border-bottom: 4px solid #ebe6fc;
}

.news-bottom h6 a {
    color: #000;
    text-decoration: underline;
}

.news-bottom h6 a:hover {
    color: #f7a30a;
}


/* footer bottom */
.footer-bottom {
    background: #021d38;
    text-align: center;
    color: #eee;
    padding: 20px 0 8px;
}


/* footer */
footer {
    background: linear-gradient(rgba(2, 29, 56, 0.98), rgba(2, 29, 56, 0.98)), url("../images/footer.jpg");
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position: center;
    background-size: cover;
    padding: 120px 0 110px;
    color: #bbb;
    font-size: 15px;
    border-bottom: 1px solid #253d55;
}

footer h5 {
    color: #fff;
    margin-bottom: 25px;
}

footer h6 {
    color: #f7a30a;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    top: -8px;
}

footer ul li {
    margin-bottom: 15px;
}

footer ul li a {
    color: #bbb;
}

footer ul li a:hover {
    color: #f7a30a;
    transition: .5s ease-out;
}

footer ul li i {
    margin-right: 25px;
}

footer ul li:last-child {
    margin-bottom: 0;
}

.footer_bottom_text {
    text-align: left;
}

.feedback {
    transition: .5s;
    background: #f7a30a;
    padding: 12px 30px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    border: 2px solid #fff;
    white-space: nowrap;
}

.feedback:hover {
    border: 2px solid #f7a30a;
    background-color: #fff;
    color: #f7a30a;
    font-size: 15px;       
}

/*media*/


@media (min-width:1350px) {
    .row_pic {
        width: 90%;
    }
}

@media (max-width:1260px) {
    .nav-item ul {
        display: none;
        position: relative;
        transition: 2s;
    }

    .nav-item:hover ul{
        display: block;
        
    }
}

@media (max-width:991px) {
    .lable {
        display: none;
    }
    .home-intro {
        padding: 160px 0 300px;
    }
}

@media (max-width:980px) {
    .navbar .navbar-nav li {
        padding: 0 10px;
    }

    .home-intro h2 {
        line-height: 80px;
    }
    .about .col-md-6 {
        max-width: 100%;
        flex: 100%;
    }

    .left-menu {
        display: none;
    }
}

@media (max-width:767px) {
    .navbar span.call {
        display: none;
    }

    .navbar .navbar-toggler i {
        margin-right: 20px;
    }

    .navbar .navbar-nav {
        background: #032950;
        padding-top: 10px;
        padding-bottom: 12px;
    }

    .navbar .navbar-nav li {
        padding: 0 32px;
    }

    .right-menu {
        margin-right: 30px;
    }
}

@media (max-width:770px) {
    .home-intro {
        padding: 150px 0 300px;
    }
}

@media (max-width:511px) {
    .home-intro {
        padding: 90px 0 300px;
    }
}

@media (max-width:453px) {
    .home-intro {
        padding: 70px 0 300px;
    }
}

@media (max-width: 331px) {
    .button-right {
        position: relative;
        bottom: 20px;
    }
}

@media (max-width:640px) {
    .services .content {
        margin-bottom: 30px;
    }

    .services .col-sm-12:last-child .content {
        margin-bottom: 0;
    }

    footer .col-sm-6 {
        margin-top: 50px;
    }
}

@media (max-width:576px) {
    .row_pic .col-md-3 {
        width: 50%;
    }
    .row_pic .col-md-3 .pic {
        width: 90%;
    }
}

@media (max-width:480px) {
    .home-intro h2 {
        font-size: 42px;
        line-height: 60px;
    }

    .about .content-image {
        padding-bottom: 0;
    }

    footer .col-12 {
        margin-top: 30px;
    }

}

@media (max-width:360px) {
    .home-intro h2 {
        font-size: 36px;
        line-height: 48px;
    }

}

@media (width: 320px) {
    .home-intro {
        padding: 0;
    }
    .navbar {
        margin: 0;
    }
    .right-menu {
        padding-left: 5px;
    }
    .home-intro h6 {
        display: none;
    }
    .button-right {
        margin-top: 50px;
    }
}


@media (max-width: 1250px) {
    .news-top, .news-bottom {
        margin-left: 120px;
    }
}

@media (max-width: 992px) {
    .left-menu {
        display: none;
    }

}

@media (max-width: 989px) {
    .factory {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;       
    }
}

@media (max-width: 863px) {
    .news-top, .news-bottom {
        margin: 0;
        width: 91%;
        margin-left: 30px;
    }

    .news-bottom {
        margin-top: 20px;
    }
}

@media (max-width: 706px) {
    .factory {
        display: none;
    }
}


@media (max-width:576px) {
    .right-menu {
        margin: 0;
        padding-right: 40px;
    }
    .news-top {
        padding-left: 20px;
    }
    .news-bottom {
        padding-left: 20px;
        margin-right: 20px;
    }
    .bot-title {
        margin-left: 20px;
    }
    .news-bottom img {
        margin-left: 20px;
    }

}

@media (max-width:391px) {
    .home-intro {
        padding: 100px 0 300px;
    }
}

@media (max-width: 378px) {
    .lable {
        top: 2300px;
    }
}


@media (max-width: 262px) {
    .navbar .navbar-brand {
        font-size: 20px;
        width: 120px;
    }
}

@media (max-width: 15229px) {
    .content-bot ul li {
        white-space: nowrap;
    }
}



