/*X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap*/


/*anchor*/
a:link { 
    text-decoration: none; 
}

a:visited { 
    text-decoration: none; 
}

a:hover { 
    text-decoration: none; 
}

a:active { 
    text-decoration: none; 
}


/*page title*/
.page-title {
    background-color: #666666;
    color: #fff;
}

.page-title h1 {
    margin: 80px 0 10px 0;
    text-align: center;
    font-size: 3rem;
}

.page-title .breadcrumb {
    margin: 0 0 80px 0;
    text-align: center;
    background-color: transparent;
}

.page-title .breadcrumb > li,
.page-title .breadcrumb > li > a {
    color: #fff;
}

.page-title .breadcrumb > li:before {
    color: #fff;
}


/*button custom*/
.btn-custom {
    background-color: #ff6600 !important;
    color: #fff !important;
    border-color: #ff6600 !important;
}

.btn-custom:hover,
.btn-custom:active,
.btn-custom:visited,
.btn-custom:focus {
    background-color: #ff6600 !important;
    color: #fff !important;
    border-color: #ff6600 !important;
}


/*Pagination*/
.pagination > li > a {
    background-color: #fff;
    color: #000;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color: #fff;
    color: #000;
    border-color: #eee;
}

.pagination > .active > a {
    background-color: #ff6600 !Important;
    color: white;
    border: solid 1px #ff6600 !Important;
}

.pagination > .active > a:hover {
    background-color: #ff6600 !Important;
    color: white;
    border: solid 1px #ff6600;
}


/*header*/
body {
    background-color: #fff;
    color: #000;
    font-family: 'Inter', sans-serif;
    line-height: 170%;
}


.header {
    background-color: #fff;
    color: #000;
    padding-top: 20px;

    /*    background-image: url('../..//images/website/bg/333.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 100%;*/
}


.navbar {
    background-color: #666666;
    color: #000;
}
.navbar .navbar-brand {
    color: #000;
}
.navbar .navbar-brand span {
    color: #ff6600;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
    color: #000;
}
.navbar .navbar-text {
    color: #000;
}
.navbar .navbar-text a {
    color: #000;
}
.navbar .navbar-text a:hover,
.navbar .navbar-text a:focus {
    color: #000;
}
.navbar .navbar-nav .nav-link {
    color: #000;
    border-radius: .25rem;
    margin: 0 0.25em;
}
.navbar .navbar-nav .nav-link:not(.disabled):hover,
.navbar .navbar-nav .nav-link:not(.disabled):focus {
    color: #000;
}
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link:hover,
.navbar .navbar-nav .nav-item.active .nav-link:focus,
.navbar .navbar-nav .nav-item.show .nav-link,
.navbar .navbar-nav .nav-item.show .nav-link:hover,
.navbar .navbar-nav .nav-item.show .nav-link:focus {
    color: #000;
    background-color: #ff6600;
}
.navbar .navbar-toggler {
    border-color: #ff6600;
}
.navbar .navbar-toggler:hover,
.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:active {
    background-color: transparent;
    border-color: #ff6600;
    outline: none;
    box-shadow: none;
}
.navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(211,86,18,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar .navbar-collapse,
.navbar .navbar-form {
    border-color: #ffffff;
}
.navbar .navbar-link {
    color: #000;
}
.navbar .navbar-link:hover {
    color: #000;
}

@media (max-width: 575px) {
    .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item {
        color: #000;
    }
    .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:hover,
    .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:focus {
        color: #000;
    }
    .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item.active {
        color: #000;
        background-color: #ff6600;
    }
}

@media (max-width: 767px) {
    .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item {
        color: #000;
    }
    .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:hover,
    .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:focus {
        color: #000;
    }
    .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item.active {
        color: #000;
        background-color: #ff6600;
    }
}

@media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item {
        color: #000;
    }
    .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:hover,
    .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:focus {
        color: #000;
    }
    .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item.active {
        color: #000;
        background-color: #ff6600;
    }
}

@media (max-width: 1199px) {
    .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item {
        color: #000;
    }
    .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:hover,
    .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:focus {
        color: #000;
    }
    .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item.active {
        color: #000;
        background-color: #ff6600;
    }
}

.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #000;
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:hover,
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #000;
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #000;
    background-color: #ff6600;
}

.main {

}


/*footer*/
.footer {
    background-color: #666666;
    color: #fff;
    overflow: auto;

    /*    background-image: url('../..//images/website/bg/22.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 100%;*/
}

.footer .contact h3 {
    margin: 80px 0 40px 0;
    color: #fff;
}

.footer .contact address strong {
    text-transform: uppercase;
    color: #fff;
}

.footer .contact ul {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
}

.footer .contact ul li a {
    color: #fff;
}

.footer .contact address strong span {
    color: #ff6600;
}

.footer .site-map h3 {
    margin: 0 0 40px 0;
    color: #fff;
}

.footer .site-map ul {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
}

.footer .site-map ul li a {
    color: #fff;
}

.footer .social-media-profile h3 {
    margin: 0 0 40px 0;
    color: #fff;
}

.footer .social-media-profile ul {
    margin: 0px 0 40px 0;
    padding: 0;
    list-style: none;
}

.footer .social-media-profile ul li a {
    color: #fff;
}

.footer .social-media-profile ul li a .fab {
    color: #fff;
}

.footer .hrule hr {
    margin: 0px 0 40px 0;
    color: #fff;
    padding: 1px;
}

.footer .copyright p {
    margin: 0 0 80px 0;
    padding: 0;
    text-align: center;
}

.footer .developer p {
    margin: 0 0 80px 0;
    padding: 0;
    text-align: center;
}

.footer .copyright p a, 
.footer .developer p a {
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
}

.footer .developer p a {
    color: #ff6600;
}

.footer .copyright p a span {
    color: #ff6600;
}


#scroll-to-top {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #ff6600;
    color: #fff;
    border-color: #ff6600;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

#scroll-to-top:hover {
    background-color: #ff6600;
    color: #fff;
    border-color: #ff6600;
}



/*home*/
.home {

}

.hero {
    background-color: #666666;
    color: #fff;
}

.hero .introduction {

}

.hero .introduction h2 {
    margin: 80px 0 20px 0;
    color: #fff;
    letter-spacing: 2px;
}

.hero .introduction h2 span {
    color: #ff6600;
}

.hero .introduction .detail {
    margin: 0 0 40px 0;
}

.hero .introduction .call-to-action {
    margin: 0px 0 40px 0;
}

.hero .image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0px 0 80px 0;

}



.home .service  {
    background-color: #fff;
    color: #000;
}
.home .service .title {

}

.home .service .title h2 {
    color: #000;
    margin: 80px 0 40px 0;
    text-align: center;
}

.home .service .title p {
    margin: 0 0 40px 0;
    text-align: center;
}

.home .service .title .underline {
    display: block;
    background-color: #ff6600;
    color: #fff;
    width: 50px;
    height: 2px;
    margin: 0 auto 40px auto;
    border-style: none;
    border-width: 0;
}

.home .service .card {
    margin: 0 0 40px 0;
}

.home .service .card img {
    /*border-radius: 20px;*/
}

.home .service .card .card-body h5, 
.home .service .card .card-body p {
    text-align: center;
}

.home .service .call-to-action p {
    margin: 0 0 80px 0;
    text-align: center;
}




.home .work  {
    background-color: #eee;
    color: #000;
}
.home .work .title {

}

.home .work .title h2 {
    color: #000;
    margin: 80px 0 40px 0;
    text-align: center;
}

.home .work .title p {
    margin: 0 0 40px 0;
    text-align: center;
}

.home .work .title .underline {
    display: block;
    background-color: #ff6600;
    color: #fff;
    width: 50px;
    height: 2px;
    margin: 0 auto 40px auto;
    border-style: none;
    border-width: 0;
}

.home .work .card {
    margin: 0 0 40px 0;
}

.home .work .card img {
    /*border-radius: 20px;*/
}

.home .work .card .card-body h5, 
.home .work .card .card-body p {
    text-align: center;
}

.home .work .call-to-action p {
    margin: 0 0 80px 0;
    text-align: center;
}





.home .about  {
    background-color: #F8FAFC;
    color: #000;
}


.home .about .introduction h2 {
    color: #666666;
    margin: 80px 0 20px 0;
} 

.home .about .introduction .brief {
    margin: 0px 0 20px 0;
    color: #ff6600;
}

.home .about .introduction .detail {
    margin: 0 0 40px 0;
}

.home .about .call-to-action p {
    margin: 0 0 40px 0;
}

.home .about .image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0px 0 80px 0;
}

.home .about .social-media-share {
    margin: 0 0 40px 0;
    text-align: center;
}

.home .about .social-media-share .fab {
    color: #000;
}






/*Service*/
.service {

}

.service .list {
    background-color: #fff;
    color: #000;
    padding-bottom: 40px;
    padding-top: 80px;
}

.service .list .title h2 {
    margin: 80px 0 20px 0;
    text-align: center;
}

.service .list .title .underline {
    display: block;
    background-color: #d35612;
    color: #fff;
    width: 50px;
    height: 2px;
    margin: 0 auto 40px auto;
    border-style: none;
    border-width: 0;
}

.service .list .card {
    margin: 0 0 40px 0;
    text-align: center;
}

.service .list .card img {

}



/*work*/
.work {

}

.work .list {
    background-color: #fff;
    color: #000;
    padding-bottom: 40px;
    padding-top: 80px;
}

.work .list .title h2 {
    margin: 80px 0 20px 0;
    text-align: center;
}

.work .list .title .underline {
    display: block;
    background-color: #d35612;
    color: #fff;
    width: 50px;
    height: 2px;
    margin: 0 auto 40px auto;
    border-style: none;
    border-width: 0;
}

.work .list .card {
    margin: 0 0 40px 0;
    text-align: center;
}

.work .list .card img {

}




/*product*/
.product {

}

.product .list {
    background-color: #fff;
    color: #000;
    padding-bottom: 40px;
    padding-top: 80px;
}

.product .list .title h2 {
    margin: 80px 0 40px 0;
    text-align: center;
}

.product .list .title .underline {
    display: block;
    background-color: #d35612;
    color: #fff;
    width: 50px;
    height: 2px;
    margin: 0 auto 40px auto;
    border-style: none;
    border-width: 0;
}

.product .list .card {
    margin: 0 0 40px 0;
    text-align: center;
}



/*contact*/
.contact {

}

.contact .list {
    background-color: #ffffff;
    color: #000000;
}

.contact .list .title h2 {
    margin: 80px 0 20px 0;
    text-align: center;
}

.contact .list .title .underline {
    display: block;
    background-color: #d35612;
    color: #fff;
    width: 50px;
    height: 2px;
    margin: 0 auto 40px auto;
    border-style: none;
    border-width: 0;
}

.contact .list .info {
    margin: 80px 0 40px 0;
}

.contact .list .info .fas, 
.contact .list .info .fab {

}

.contact .list .google-map {
    position: relative;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
    margin: 0 0 80px 0;
}

.contact .list .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}




/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}


/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    /*footer*/
    .footer .contact ul {
        margin-bottom: 40px;
    }

    .footer .site-map h3 {
        margin-top: 80px;
    }

    .footer .site-map ul {
        margin-bottom: 40px;
    }

    .footer .social-media-profile h3 {
        margin-top: 80px;
    }


    /*home*/
    .hero .image img {
        margin-top: 80px;
    }


    .home .about .call-to-action p {
        margin-bottom: 80px;
    }

    .home .about .image img {
        margin-top: 80px;
    }


    .home .about .introduction p {
        text-align: left;
    }


    .home .about .introduction .brief {
        /*margin-top: 80px;*/
    }

    .home .about .social-media-share {
        text-align: left;
    }


    .contact .list .google-map {
        margin-top: 80px;
    }

}


/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}


/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

}





