body {
    /* font-family: 'Oswald'; */
    font-family: 'Arial';
    font-weight: 400;
    background-color: white;
}

.navbar-toggler {
    background-color: white !important;
}

.form-search {
    position: fixed;
    height: 76px;
    width: 100%;
    padding: 14px 0;
    z-index: 9999;
    background-color: #eee;
    top: 0;
    justify-content: center;
    display: none !important;
}

.form-search .input-group{
    width: 50%;
}

.form-search .input-group span{
    border-right: none;
}

.form-search .input-group input{
    border-left: none;
}

.form-search .input-group input:focus{
    border-color: #d1d1d1;
    box-shadow: none;
}

.navbar-collapse.shadow {
    box-shadow: none !important;
}

@media screen and (min-width: 991px) {
    nav.navbar ul li a{
        color: white !important;
        opacity: 0.7;
    }

    nav.navbar ul li i{
        color: white !important;
        opacity: 0.7;
        cursor: pointer;
    }
}

@media screen and (max-width: 991px) {
    .navbar-collapse {
        background-color: white !important;
    }
    .navbar-collapse.show {
        background-color: white !important;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }
    nav.navbar .dot {
        display: none !important;
    }
    nav.navbar ul li a {
        color: rgb(121, 121, 121) !important;
    }
    nav.navbar ul li i {
        color: rgb(121, 121, 121) !important;
    }
    nav.navbar ul li a.active {
        color: rgb(0, 0, 0) !important;
    }
}

nav {
    height: 56px;
    background-color: rgba(255, 255, 255, 0);
}

nav.scroll {
    background-color: white !important;
    border: 1px solid #cbcbcb;
}

nav.navbar.scroll .navbar-brand {
    color: black !important;
}

nav.navbar.scroll .dot{
    background-color: black;
    opacity: 0.7;
}

nav.navbar.scroll ul li a{
    color: black !important;
}

nav.navbar.scroll ul li i{
    color: black !important;
}

nav.navbar.scroll ul li a.active{
    color: rgb(0, 0, 0) !important;
}

nav.navbar .navbar-brand {
    /* font-family: 'Oswald'; */
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16pt !important;
    color: white !important;
}

nav.navbar .nav-item{
    display: flex;
    align-items: center;
}

nav.navbar .dot{
    background-color: white;
    cursor: default;
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 2px;
}

nav.navbar .nav-link{
    padding: 0.2rem 0.8rem !important;
    font-weight: 500;
}

nav.navbar ul li a:hover {
    opacity: 1;
}

nav.navbar ul li a.active {
    opacity: 1;
    /* background-color: rgba(31,31,31,1); */
}

.services-banner {
    min-height: 340px;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: black;
}

.footer {
    min-height: 308px;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: rgba(229,229,229,1);
}

.product-banner-bottom {
    min-height: 230px;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: black;
    color: white;
}

.product-banner {
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
}

.product-banner .cover {
    background-image: url(/img/product-banner.jpg);
    height: 100%;
    background-position: center center;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
}

.product-banner .cover::before {
    background-color: rgba(33,33,33,1);
    content: '';
    display: block;
    opacity: 0.7;
    position: absolute;
    height: 100%;
    width: 100%;
}

.product-banner .title {
    position: absolute;
    z-index: 999;
    width: 100%;
    color: white;
    padding: 20rem;
}

.product-banner .title h1 {
    font-weight: 700;
    font-size: 24.0pt;
}

.services-banner .title {
    margin-top: 4rem;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    padding: 1.5rem;
}

.services-banner .title figure {
    max-width: 460px;
    width: 100%;
    margin: 0;
}

.services-banner .title .service-title p {
    font-size: 14pt;
    margin: 0;
}

.main {
    padding-top: 1.5rem;
    /* padding-bottom: 5rem; */
}

.card-product {
    margin-top: 2rem;
}

.card-product .content p {
    font-size: 18.0pt;
    color: #707070;
}

.card-product .content p strong {
    color: rgb(0, 0, 0);
}

.card-product .image-card img {
    width: 100%;
}

@media screen and (max-width: 1278px) {
    .product-banner .title h1 {
        font-size: 24.0pt;
    }
    .product-banner .title {
        padding: 15rem;
    }
    .operates h3 {
        font-size: 20pt !important;
    }
    .general h3 {
        font-size: 20pt !important;
    }
}

@media screen and (max-width: 991px) {
    .banner .title h1 {
        font-size: 20pt !important;
    }
    .product-banner .title {
        padding: 10rem;
    }
    .product-banner-bottom .service-title h2{
        font-size: 16pt !important;
    }
    .product-banner-bottom .service-title p{
        font-size: 14pt !important;
    }
    .services .service-title {
        width: 50%;
    }
    .services .service-title h1 {
        font-size: 26pt !important;
    }
	.services .card-title {
        font-size: 22pt !important;
    }
	.services .card-text {
        font-size: 16pt !important;
    }
	.services .card-body p {
        font-size: 16pt !important;
    }
	.services .card-body li {
        font-size: 16pt !important;
    }
    .services figure {
        width: 50%;
        max-width: 50% !important;
    }
    .services .top {
        gap: 1rem !important;
    }
    .contact-us .content p {
        font-size: 16.0pt !important;
    }
    .operates {
        padding-inline: 1rem;
		text-align: center;
    }
    .operates h3 {
        font-size: 18pt !important;
    }
    .general {
        padding-inline: 1rem;
    }
    .general h3 {
        font-size: 18pt !important;
    }
	.product-list .list {
		padding-left: 0 !important;
	}
}
@media screen and (max-width: 768px) {
    .product-banner .title h1 {
        font-size: 16pt !important;
    }
    .product-banner .title {
        padding: 5rem !important;
    }
    .services .service-title h1 {
        font-size: 20pt !important;
    }
    .card-product .content p {
        font-size: 16.0pt !important;
    }
    .card-product .content h2 {
        font-size: 26pt !important;
    }
    .contact-us .top {
        flex-direction: column;
    }
    .contact-us figure, div {
        width: 100% !important;
        max-width: 100% !important;
    }
    .operates h3 {
        font-size: 16pt !important;
    }
    .general h3 {
        font-size: 16pt !important;
    }
    .highlight h2 {
        font-size: 26pt !important;
    }
    .highlight h3 {
        font-size: 22pt !important;
    }
    .highlight p {
        font-size: 16pt !important;
    }
}
@media screen and (max-width: 650px) {
    nav.navbar .navbar-brand span {
        display: none !important;
    }
    .product-list .list {
        padding-left: 0 !important;
    }
    .product-list .list li{
        font-size: 16pt;
    }
    .automatic h3{
        font-size: 26pt !important;
    }
    .footer .container {
        padding: 10px !important;
    }
    .footer .content {
        padding: 10px !important;
        flex-direction: column;
    }
    .footer .content h2 {
        font-size: 16pt !important;
    }
    .footer .content h3 {
        font-size: 14pt !important;
    }
    .footer .content h4 {
        font-size: 12pt !important;
    }
}
@media screen and (max-width: 550px) {
    .product-banner .title h1 {
        font-size: 14pt !important;
    }
    .product-banner .title {
        padding: 3rem !important;
    }
    .card-product {
        flex-direction: column;
        gap: 0 !important;
        margin-bottom: 1rem !important;
    }
    .card-product figure, div {
        width: 100% !important;
    }
    .highlight h2 {
        font-size: 20pt !important;
    }
    .highlight h3 {
        font-size: 18pt !important;
        margin-top: 0 !important;
    }
    .highlight p {
        font-size: 16pt !important;
    }
    .automatic h3{
        font-size: 24pt !important;
    }
}
@media screen and (max-width: 450px) {
    .product-banner {
        height: 200px !important;
    }
    .product-banner .title h1 {
        font-size: 12pt !important;
    }
    .product-banner .title {
        padding: 2rem !important;
    }
    .product-banner-bottom .service-title h2{
        font-size: 14pt !important;
    }
    .product-banner-bottom .service-title p{
        font-size: 12pt !important;
    }
    .services .top {
        flex-direction: column;
    }
    .services .service-title {
        width: 100%;
    }
    .services .service-title h1 {
        font-size: 20pt !important;
    }
    .services figure {
        width: 100%;
        max-width: 100% !important;
    }
    .services .bottom {
        flex-direction: column;
    }
    .services .bottom div{
        width: 100% !important;
        max-width: 100% !important;
    }
    .product-list .list li{
        font-size: 12pt;
    }
    .card-product h3 {
        font-size: 16px;
    }
    .operates h3 {
        font-size: 14pt !important;
    }
    .general h3 {
        font-size: 12pt !important;
    }
    .highlight h2 {
        font-size: 18pt !important;
    }
    .highlight h3 {
        font-size: 16pt !important;
        margin-top: 0 !important;
    }
    .highlight p {
        font-size: 14pt !important;
    }
    .automatic h3{
        font-size: 16pt !important;
    }
}

.services figure {
    max-height: 260px;
    max-width: 464px;
}

.services figure img {
    width: 100%;
}

.services .card {
    border: none;
}

.services .card li, p {
    font-size: 18.0pt;
}

.product-list {
    position: relative;
    min-height: 486px; 
    width: 100%;
    background-position: center center;
    background-image: url(/img/product-4.jpg);
    background-size: cover;
}

.product-list .cover {
    background-color: rgba(33,33,33,1);
    position: absolute;
    opacity: 0.5;
    display: block;
    width: 100%;
    height: 100%;
}

.product-list li {
    font-size: 20.0pt;
    font-weight: 700;
}

.product-list li::marker {
    font-size: 20px;
}

.product-list ul {
    list-style-type: square;
}