﻿
.portfolio-items.boxed-width {
    width: 1140px;
    margin: 0 auto;
}

@media (max-width: 430px) {
    .portfolio-items.boxed-width {
        width: 430px;
        margin: 0 auto;
    }
}


.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.section-title {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 40px;
    line-height: 45px;
    font-weight: 500;
    letter-spacing: 2px;
}

@media (max-width: 430px) {
    .section-title {
        margin-bottom: 20px;
        font-size: 1.8rem;
        line-height: 34px;
    }
}

.text-center {
    text-align: center;
}



/********************************************
* Owl Carousel
*******************************************/

.carousel .owl-controls {
    bottom: 80px;
}

.carousel .owl-dot {
    width: 12px;
    height: 12px;
    margin-top: 0px;
    background: none;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

    .carousel .owl-dot.active {
        height: 12px;
        background: #ffffff;
        margin-top: 0px;
    }


.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transform-style: preserve-3d;
}


@media (max-width: 1300px) {

    .carousel .owl-controls {
        bottom: 80px;
    }

    .owl-carousel .owl-item img {
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
    }
}


@media (max-width: 430px) {

    .carousel .owl-controls {
        bottom: 5px;
    }

    .owl-carousel .owl-item img {
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
    }

}



/***************************************
* Menu
***************************************/
.menu .menu-item > a.active {
    color: #ffffff !important;
    background: #000000;
    color: #ffffff;
    padding: 10px 20px;
    margin-top: 46px;
}

@media (max-width: 820px) {
    .menu .menu-item > a.active {
        margin-top: 0px;
    }
}

@media (max-width: 430px) {
    .menu .menu-item > a.active {
        margin-top: 0px;
    }
}


/***************************************
* Button
***************************************/
.default-button {
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    display: inline-block;
    border: none;
    background-color: #111111;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin-top: 15px;
    padding: 10px 20px 10px;
}

    .default-button:hover {
        background-color: #111111;
        color: #ffffff;
    }

.outline-button {
    font-size: 14px;
    line-height: 15px;
    color: #222222;
    display: inline-block;
    padding: 12px 25px 11px;
    border: 2px solid #111111;
    background-color: transparent;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

    .outline-button:hover {
        background-color: #222222;
        color: #ffffff;
        border-color: #222222;
    }


/***************************************
* Home Section
***************************************/
#home-section {
    margin-top: -70px;
    position: relative;
}

@media (max-width: 1400px) {
    #home-section {
        margin-top: -90px;
    }
}

@media (max-width: 430px) {
    #home-section {
        margin-top: 0px;
    }
}


/***************************************
* About Section
***************************************/
#about-section {
    padding: 100px 0px 100px 0px;
}

    #about-section .about-item {
        margin-bottom: 100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        #about-section .about-item:last-child {
            margin-bottom: 0px;
        }

        #about-section .about-item .photo {
            width: 50%;
            position:relative;
        }

            #about-section .about-item .photo .code {
                color: #ffffff;
                font-size: 1.2rem;
                font-family: 'Lato', sans-serif;
                position: absolute;
                bottom: 15px;
                right: 15px;
                font-weight: 600;
            }

            #about-section .about-item .photo .code.black-text {
                color: #000000;
            }

            #about-section .about-item .photo .code.left-position {
                bottom: 15px;
                left: 15px;
            }

        #about-section .about-item .detail {
            width: 45%;
            font-family: 'Lato', sans-serif;
            font-size: 1.2rem;
            padding: 20px 20px 20px 20px;
            text-align: left;
        }

            #about-section .about-item .detail p {
                margin-bottom: 20px;
            }


                #about-section .about-item .detail p:last-child {
                    margin-bottom: 0px;
                }

@media (max-width: 820px) {
    #about-section {
        padding: 50px 0px;
    }

        #about-section .about-item {
            margin-bottom: 50px;
        }

            #about-section .about-item .photo .code {
                font-size: 0.7rem;
                bottom: 10px;
                right: 10px;
            }

            #about-section .about-item .detail {
                font-size: 1rem;
            }

}

@media (max-width: 430px) {
    #about-section {
        padding: 20px 0px;
    }

        #about-section .about-item {
            margin-bottom: 50px;
        }

            #about-section .about-item .photo {
                width: 100%;
                order: 1;
            }

                #about-section .about-item .photo .code {
                    font-size: 0.7rem;
                    bottom: 10px;
                    right: 10px;
                }

            #about-section .about-item .detail {
                width: 100%;
                order: 2;
                font-family: 'Lato', sans-serif;
                font-size: 1rem;
                padding: 20px 0px;
                text-align: left;
            }

            #about-section .about-item .photo .code.left-position {
                right: 15px;
                left: inherit;
            }
}


/***************************************
* Home Product Section
***************************************/
#mostrequest-section {
    padding: 100px 0px;
    /*border: 1px solid #eee;*/
}

    #mostrequest-section .row:last-child .mostrequest-item {
        margin-bottom: 0px;
    }


.mostrequest-item {
    padding-bottom: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .mostrequest-item .mostrequest-photo {
        width: 65%;
    }

    .mostrequest-item .mostrequest-info {
        width: 25%;
        padding-top: 5%;
    }

        .mostrequest-item .mostrequest-info.left-padding {
            padding-left: 5%;
        }

        .mostrequest-item .mostrequest-info .mostrequest-name {
            color: #000000;
            font-family: 'Lato', sans-serif;
            font-size: 2rem;
            font-weight: 600;
            letter-spacing: 2px;
            margin-bottom: 5px;
        }

        .mostrequest-item .mostrequest-info .mostrequest-model {
            font-size: 0.8rem;
            margin-bottom: 10px;
        }

        .mostrequest-item .mostrequest-info .asshowns-label {
            font-size: 0.8rem;
            text-decoration: underline;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .mostrequest-item .mostrequest-info .mostrequest-detail {
            font-size: 0.8rem;
            line-height: 18px;
            /*margin-top: -10px;*/
        }

        .mostrequest-item .mostrequest-info .default-button {
            margin-top: 25px;
            padding: 8px 20px 6px 20px;
            font-size: 10px;
        }


@media (max-width: 820px) {
    #mostrequest-section {
        padding: 50px 0px 0px 0px;
    }

    .mostrequest-item {
        padding-bottom: 80px;
    }
}

@media (max-width: 430px) {

    #mostrequest-section {
        padding: 20px 0px;
    }

    .mostrequest-item {
        padding-bottom: 40px;
    }


        .mostrequest-item .mostrequest-photo {
            width: 100%;
            order: 1;
            margin-bottom: 10px;
        }

        .mostrequest-item .mostrequest-info {
            width: 100%;
            padding-top: 5px;
            order: 2;
        }

            .mostrequest-item .mostrequest-info.left-padding {
                padding-left: 0%;
            }

            .mostrequest-item .mostrequest-info .mostrequest-name {
                font-size: 1.5rem;
                margin-bottom: 0px;
            }

            .mostrequest-item .mostrequest-info .mostrequest-model {
                margin-bottom: 5px;
            }
}



/***************************************
* Brand Section
***************************************/
#homeproject-section {
    padding: 100px 0px;
}

    #homeproject-section img {
        opacity: 1;
        cursor: pointer;
        transition: 0.3s all ease;
        /*border-radius: 10px;*/
    }


@media (max-width: 820px) {
    #homeproject-section {
        padding: 0px;
    }
}

@media (max-width: 430px) {
    #homeproject-section {
        padding: 20px 0px;
    }
}


/***************************************
* Brand Section
***************************************/
#brands-section {
    padding: 100px 0px;
}

    #brands-section img {
        opacity: 1;
        cursor: pointer;
        transition: 0.3s all ease;
        border-radius: 10px;
    }

        #brands-section img:hover {
            opacity: 0.9;
            cursor: pointer;
        }

@media (max-width: 820px) {
    #brands-section {
        padding: 50px 0px;
    }
}

@media (max-width: 430px) {
    #brands-section {
        padding: 20px 0px;
    }
}


/***************************************
* Brand Section
***************************************/
#subscribe-section {
    padding: 100px 0px;
    /*background: #f9f9f9;*/
}

    #subscribe-section img {
        opacity: 1;
        cursor: pointer;
        transition: 0.3s all ease;
        border-radius: 10px;
    }

@media (max-width: 820px) {
    #subscribe-section {
        padding: 50px 0px;
    }
}


@media (max-width: 430px) {
    #subscribe-section {
        padding: 20px 0px;
    }
}



/***************************************
* Project Section
***************************************/
#project-section {
    padding: 100px 0px;
}

    #project-section .project-item {
        margin-bottom: 30px;
    }

        #project-section .project-item img {
            width: 100%;
        }


        #project-section .project-item .project-name {
            color: #000000;
            font-family: 'Lato', sans-serif;
            font-size: 1.3rem;
            margin-bottom: 40px;
            line-height: 45px;
            font-weight: 600;
            text-align: center;
        }


@media (max-width: 820px) {
    #project-section {
        padding: 50px 0px;
    }

        #project-section .project-item .project-name {
            font-size: 1rem;
        }
}


@media (max-width: 430px) {
    #project-section {
        padding: 20px 0px;
    }

        #project-section .project-item .project-name {
            font-size: 1rem;
            margin-bottom: 20px;
            line-height: 26px;
        }
}


/***************************************
* Intro Category Section
***************************************/
.intro-category {
    padding: 100px 0px 50px 0px;
    position: relative;
}

@media (max-width: 820px) {
    .intro-category {
        padding: 50px 0px 50px 0px;
    }
}

@media (max-width: 430px) {
    .intro-category {
        padding: 20px 0px;
    }
}


/***************************************
* Contact Detail Section
***************************************/
#contact-details {
    text-transform: none;
    margin-bottom: 20px;
}

    #contact-details tr {
        padding: 10px 0px 8px 0px;
    }



#contact-main {
}

    #contact-main .product-name {
        position: absolute;
        top: 15%;
        right: 15%
    }

        #contact-main .product-name h1 {
            font-size: 1.3rem;
            font-family: 'Lato', sans-serif;
        }


@media (max-width: 820px) {
    #contact-main .product-name {
        position: absolute;
        top: 20%;
        right: 5%;
    }

        #contact-main .product-name h1 {
            font-size: 1.3rem;
            font-family: 'Lato', sans-serif;
        }
}


@media (max-width: 430px) {
    #contact-main .product-name {
        position: absolute;
        top: 20%;
        right: 5%;
    }

        #contact-main .product-name h1 {
            font-size: 1rem;
            font-family: 'Lato', sans-serif;
        }
}



/***************************************
* Events Section
***************************************/
#events-section {
    padding: 100px 0px;
}

.event-item {
    text-align: center;
    color: #000000;
    font-family: 'Lato', sans-serif;
}

    .event-item .event-title {
        font-size: 2rem;
        margin-bottom: 20px;
        line-height: 45px;
        font-weight: 500;
        letter-spacing: 2px;
    }

    .event-item .event-name {
        font-size: 1.5rem;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .event-item .event-desc {
        font-size: 1rem;
        letter-spacing: 2px;
    }

    .event-item .photo-lists {
        padding: 30px 0px;
    }

        .event-item .photo-lists .photo {
            margin-bottom: 30px;
            position: relative;
        }


            .event-item .photo-lists .photo img {
                width: 100%;
            }

            .event-item .photo-lists .photo .code {
                color: #ffffff;
                font-size: 1.2rem;
                font-family: 'Lato', sans-serif;
                position: absolute;
                bottom: 15px;
                right: 15px;
                font-weight: 600;
            }

@media (max-width: 820px) {
    #events-section {
        padding: 50px 0px;
    }

    .event-item .photo-lists .photo .code {
        font-size: 0.7rem;
        bottom: 10px;
        right: 10px;
    }
}

@media (max-width: 430px) {
    #events-section {
        padding: 20px 0px;
    }

    .event-item .photo-lists .photo .code {
        font-size: 0.7rem;
        bottom: 10px;
        right: 10px;
    }
}



/***************************************
* Footer Section
***************************************/
#footer-section {
    padding: 50px 0px;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
}

    #footer-section .logo {
        width: 50%;
        margin-bottom: 40px;
    }

@media (max-width: 430px) {
    #footer-section {
        padding: 20px 0px;
        font-size: 1rem;
    }

        #footer-section .logo {
            width: 30%;
            margin-bottom: 15px;
        }
}






