@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700&display=swap');


body {

    font-family: 'Roboto', sans-serif;

    font-size: 15px;

    line-height: 23px;

}


.container-fluid {

    padding-right: 30px;

    padding-left: 30px;

    width: 100%;

}

.content-content img {
    display: inline-block;
}
.owl-prev {

    position: absolute;

    top: 50%;

    left: 0;

    transform: translateY(-50%);

}


.owl-next {


    position: absolute;


    top: 50%;

    right: 0;


    transform: translateY(-50%);

}


.slider-home .owl-prev {

    left: 20px;

}


.slider-home .owl-next {

    right: 20px;

}


.owl-nav > div {

    background-color: #fff;

    width: 50px;

    height: 50px;

    text-align: center;

    line-height: 50px;

    color: #333;

    font-size: 20px;

    border-radius: 50%;

    border: 1px solid #1e3d37;


    padding: 0;

}


img {

    -webkit-transition: all 0.7s ease;

    transition: all 0.7s ease;

}


.support-online {

    position: fixed;

    z-index: 999;

    left: 15px;

    bottom: 30px;

    top: auto !important

}


.support-online a {

    position: relative;

    margin: 20px 10px;

    text-align: left;

    width: 40px;

    height: 40px

}


.support-online i {

    width: 40px;

    height: 40px;

    background: #43a1f3;

    color: #fff;

    border-radius: 100%;

    font-size: 20px;

    text-align: center;

    line-height: 1.9;

    position: relative;

    z-index: 999

}


.support-online a {

    display: block

}


.support-online a span {

    border-radius: 2px;

    text-align: center;

    background: #fb2644;

    padding: 9px;

    display: none;

    width: 180px;

    margin-left: 10px;

    position: absolute;

    color: #ffffff;

    z-index: 999;

    top: 0px;

    left: 40px;

    transition: all 0.2s ease-in-out 0s;

    -moz-animation: headerAnimation 0.7s 1;

    -webkit-animation: headerAnimation 0.7s 1;

    -o-animation: headerAnimation 0.7s 1;

    animation: headerAnimation 0.7s 1

}


.support-online a:hover span {

    display: block

}


.support-online a span::before {

    content: "";

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 10px 10px 10px 0;

    border-color: transparent #fb2644 transparent transparent;

    position: absolute;

    left: -10px;

    top: 10px

}


.accept-payment ul li img {

    width: 50px;

}


.product-home .content-product .item .nav-img .title-2.text-f15 {

    line-height: 20px !important;
    -webkit-line-clamp: 2 !important;
    height: 39px !important;

}

.content-product .content-product-right .item .nav-img .title-2.text-f15 {

    line-height: 20px !important;
    -webkit-line-clamp: 2 !important;
    height: 39px !important;

}


.other-product .slider-raleted-product .item .title-2.text-f15 {
    line-height: 20px !important;
    -webkit-line-clamp: 2 !important;
    height: 39px !important;

}


#primary-nav.mobile {

    background: #216560 !important;

}

#primary-nav.mobile li {

    border-bottom:1px solid #1d5753 !important
}


.kenit-alo-circle-fill {

    width: 60px;

    height: 60px;

    top: -10px;

    position: absolute;

    -webkit-transition: all 0.1s ease-in-out;

    -moz-transition: all 0.1s ease-in-out;

    -ms-transition: all 0.1s ease-in-out;

    -o-transition: all 0.1s ease-in-out;

    transition: all 0.1s ease-in-out;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    border-radius: 100%;

    border: 2px solid transparent;

    -webkit-transition: all .1s;

    -moz-transition: all .1s;

    -o-transition: all .1s;

    transition: all .1s;

    background-color: rgba(0, 175, 242, 0.5);

    opacity: .75;

    right: -10px

}


.kenit-alo-circle {

    width: 50px;

    height: 50px;

    top: -5px;

    right: -5px;

    position: absolute;

    background-color: transparent;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    border-radius: 100%;

    border: 2px solid rgba(30, 30, 30, 0.4);

    opacity: .1;

    border-color: #0089B9;

    opacity: .5

}


.support-online .btn-support {

    cursor: pointer

}


@-webkit-keyframes pulse {

    0% {

        -webkit-transform: scale(1.1);

        transform: scale(1.1)

    }


    50% {

        -webkit-transform: scale(0.8);

        transform: scale(0.8)

    }


    100% {

        -webkit-transform: scale(1.1);

        transform: scale(1.1)

    }

}


@keyframes pulse {

    0% {

        -webkit-transform: scale(1.1);

        -ms-transform: scale(1.1);

        transform: scale(1.1)

    }


    50% {

        -webkit-transform: scale(0.8);

        -ms-transform: scale(0.8);

        transform: scale(0.8)

    }


    100% {

        -webkit-transform: scale(1.1);

        -ms-transform: scale(1.1);

        transform: scale(1.1)

    }

}


#scrollUp {

    background: #fff;

    color: #333;

    border: 1px solid #333;

    bottom: 40px;

    right: 40px;

    border-radius: 100px;

    height: 47px;

    width: 47px;

    font-size: 25px;

    text-align: center;

    line-height: 45px;

    box-shadow: 0 0 15px 0px rgb(50 50 50 / 20%);

    transition: 0.3s;

    display: inline-block;

    position: fixed;

    bottom: 62px;

    right: 10px;

    cursor: pointer;

    z-index: 99999;

}


#scrollUp:hover {

    background-color: #333;

    color: #fff;

}


.btn-active-view {


    color: #fff;

    padding: 7px 20px;

    border-radius: 20px;

}


.hover-zoom:hover img {

    transform: scale(1.05);

}


.hover-zoom {

    overflow: hidden;

}


.item-product .img img {

    height: 270px;

    object-fit: cover;

}


/* css review */

.add-review textarea {

    width: 100%;

    height: 150px;

    font-size: 15px;

    margin-top: 10px;

    border: 1px solid #ddd;

    margin-bottom: 10px;

}


.add-review input[type=text] {

    width: 100%;

    height: 50px;

    border: 1px solid #ddd;

    font-size: 15px;

}


.add-review .write-review__button {

    padding: 0;

    padding: 0 36px;


}


.aside-category ul li::before {

    content: '';

    position: absolute;

    top: 8px;

    left: 0;

    width: 6px;

    height: 6px;

    background: #8d3e20;

}


aside .section-title {

    padding: 10px 4px;

    background-size: 60% 100%;

}


.map iframe {

    width: 100%;

    height: 500px;

}


.section-title {

    background-size: 35% 54%;

}


header .nav-item form input[type=text] {

    border: 1px solid #249045;

}


header .nav-item form input[type=text]::-webkit-input-placeholder {

    /* Edge */

    color: #249045;

}


header .nav-item form input[type=text]:-ms-input-placeholder {

    /* Internet Explorer 10-11 */

    color: #249045;

}


header .nav-item form input[type=text]::placeholder {

    color: #249045;

}


.why-section .item .img img {

    border-radius: 50%;

}


.oder-home select {

    width: 100%;

    height: 40px;

    padding: 0;

    font-size: 15px;

    padding-left: 10px;

    margin-bottom: 10px;

    border: 1px solid #ddd;


}


.oder-home p {

    width: 100%;

}


.sort-1 {

    float: right;

}


.sort-1 select {


    width: 250px;

    height: 40px;

    font-size: 15px;

    border: 1px solid #249045;

    background: none;

    margin-left: 10px;

    appearance: auto !important;


}


.category-home .text span {

    background: #f1ec3c;

    border: 1px solid #249045;

    color: #249045;

    font-weight: bold;

}


.item-product .box-pro-buy {

    z-index: 9;

    position: relative;

    width: 80%;

    margin: 10px auto 0;

}


.item-product .box-pro-buy .btn {

    text-transform: none;

    font-size: 14px;

    background: #1E3D37;

    border-color: #1E3D37;

    border-radius: 40px;

    padding: 7px 10px;

    cursor: pointer;

    border-width: 1px;

    font-weight: 500;

    -webkit-box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);

    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);

    box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);

    overflow: hidden;

    position: relative;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    -webkit-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    transition: all 0.3s ease;

    width: 100%;

}


.item-product .box-pro-buy .btn span {

    margin-left: -20px;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    -webkit-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    transition: all 0.3s ease;

}


.item-product .box-pro-buy .btn .icon {

    position: absolute;

    top: 0;

    right: 0;

    width: 35px;

    bottom: 0;

    background: #fff;

    border-radius: 50%;

    color: #1E3D37;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    -webkit-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    transition: all 0.3s ease;

    line-height: 38px;

}


.item-product .box-pro-buy .btn:hover {

    background: #2f5f56;

    border-color: #2f5f56;

}


.item-product .box-pro-buy .btn:hover .icon {

    background: #2f5f56;

    color: #fff;

}


.item-product .box-pro-buy .btn:hover span {

    margin-left: -10px;

}


.btn {

    border-radius: 0px;

    text-transform: uppercase;

    background: #1E3D37;

    border-color: #1E3D37;

    color: #fff;

    display: inline-block;

    font-weight: 500;

    position: relative;

    overflow: hidden;

}


.btn:hover {

    color: #fff;

    background: #0d1b18;

    border-color: #0d1b18;

}


.btn:hover:after {

    -webkit-animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);

    animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);

}


.btn:after {

    content: '';

    position: absolute;

    top: 0;

    left: 150%;

    width: 200%;

    height: 100%;

    -webkit-transform: skewX(-20deg);

    transform: skewX(-20deg);

    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.25), transparent);

}


.tab-detail button.active {

    background-color: #216560;

    color: #fff;

}


.main-new .content-new .item .img img {

    height: 200px;

    object-fit: cover;

}

.main-new .content-new .item-project .img img, .other-new .item-project .img img {
    height: 270px;
    object-fit: cover;
}


.service-internet .slider-internet .owl-prev {

    left: -52px;

}


.service-internet .slider-internet .owl-next {

    right: -52px;

}


.service-internet .slider-internet .owl-nav > div {

    width: 40px;

    height: 40px;

    line-height: 40px;

}


.content-data-package p {

    margin-bottom: 10px;

}


.main-data-detail .slider-services .owl-prev {

    left: 0px;

}


.main-data-detail .slider-services .owl-next {

    right: 0px;

}


.main-data-detail .slider-services .owl-nav > div {

    width: 40px;

    height: 40px;

    line-height: 40px;

}


.high-package .slider-high-package .owl-prev {

    left: -52px;

}


.high-package .slider-high-package .owl-next {

    right: -52px;

}


.high-package .slider-high-package .owl-nav > div {

    width: 40px;

    height: 40px;

    line-height: 40px;

}


.list-internet {

    position: relative;

}


.list-internet::before {

    background: url('../img/bg-combo-it-1.png') 0 0 no-repeat;

    background-size: cover;

    content: "";

    height: 535px;

    left: 0;

    position: absolute;

    top: 0;

    width: 412px;

}


.list-internet:after {

    background: url('../img/bg-combo-it-2.png') 0 0 no-repeat;

    background-size: cover;

    content: "";

    height: 535px;

    position: absolute;

    right: 0;

    top: 0;

    width: 338px;

}


.list-internet .slider-high-package .owl-prev {

    left: -52px;

}


.list-internet .slider-high-package .owl-next {

    right: -52px;

}


.list-internet .slider-high-package .owl-nav > div {

    width: 40px;

    height: 40px;

    line-height: 40px;

}


.main-internet-detail .slider-services .owl-prev {

    left: 0;

}


.main-internet-detail .slider-services .owl-next {

    right: 0;

}


.main-internet-detail .slider-services .owl-nav > div {

    width: 40px;

    height: 40px;

    line-height: 40px;

}


.slider-high-package-2 .owl-prev {

    left: -52px;

}


.slider-high-package-2 .owl-next {

    right: -52px;

}


.slider-high-package-2 .owl-nav > div {

    width: 40px;

    height: 40px;

    line-height: 40px;

}


.content-question ul.tabs li {

    padding: 10px 20px;

}


/* Accordion

================================================== */


.acc__card {


    position: relative;

}


.acc p {

    margin-bottom: 10px;

}


.acc__title {

    background: #fff;

    color: #212121;

    cursor: pointer;

    display: block;

    position: relative;

    text-align: left;

}


.acc__title::after {

    width: 8px;

    height: 8px;

    border-right: 1px solid #4a6e78;

    border-bottom: 1px solid #4a6e78;

    position: absolute;

    right: 10px;

    content: " ";

    top: 9px;

    transform: rotate(-45deg);

    transition: all 0.2s ease-in-out;

}


.acc__title.active::after {

    transform: rotate(45deg);

    transition: all 0.2s ease-in-out;

}


.acc__panel {

    margin: 0;

    display: none;

    padding-top: 15px;

    text-align: left;


    border-top: 0;

}


.content-content p {

    margin-bottom: 10px;

}


#primary-nav.mobile li a {

    padding: 10px !important;

}


footer {

    background: #c97821;

}


.main-category-product .category-home .item {

    background: #f5f5f7;

    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);

    border-radius: 20px;

}


/* .title-title span {

    background: #c26d11;

    width: 88px;

    line-height: 53px;

    display: block;

    position: relative;

    padding: 0px 10px;

} */


/* .title-title span:before {

    content: '';

    position: absolute;

    top: 0px;

    right: 0;

    width: 0;

    height: 0;

    border-left: 37px solid transparent;

    border-top: 53px solid white;

} */
.title-title .title-title-2{
    display: inline-flex;
    background: #c26d11;
    padding: 9px 30px;
    border-radius: 12px 12px 0 0;
}
.title-title .title-title-2 a{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-left: 15px;
}
.zalo-btn {
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 90px;
    background: #fff;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    width: 110px;
    height: 110px;
    z-index: 1000;
}
.zalo-btn .zoomIn {
    width: 80px;
    height: 80px;
    border: 2px solid #0789cd;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
.zalo-btn .pulse {
    width: 60px;
    height: 60px;
    background: #0789cd;
    opacity: .75;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
.zalo-btn .tada {
    background: #0789cd;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation-name: tadaa;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.zalo-btn a {
    display: block;
    width: 40px;
}
.call-btn {
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    width: 110px;
    height: 110px;
    z-index: 1000;
}
.call-btn .zoomIn {
    width: 80px;
    height: 80px;
    border: 2px solid #db0005;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
.call-btn .pulse {
    width: 60px;
    height: 60px;
    background: rgba(219,0,5,0.6);
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
.call-btn .tada {
    background: #db0005;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation-name: tadaa;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.call-btn .tel {
    position: absolute;
    top: 50%;
    left: 45px;
    color: #fff;
    font-size: 17px;
    width: 170px;
    text-align: center;
    padding-left: 30px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    line-height: 36px;
    border: 1px solid #fb0309;
    border-radius: 20px;
    background: #fb0309;
    z-index: -1;
    font-weight: 700;
    font-family: Arial;
    text-shadow: 1px 1px 2px #5f5f5f;
}
.call-btn .tada a:before {
    content: "\f095";
    font-size: 22px;
    font-family: FontAwesome;
    text-decoration: none;
    color: #fff;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
}

.header-pc {

    z-index: 9999 !important;

}


.sidebar .acc__card ul li a {

    font-size: 15px;

    text-transform: capitalize;

}


.sidebar {

    background: #fff;

    color: #212121;

    cursor: pointer;

    display: block;


    position: relative;

    text-align: left;

    font-size: 13px;

    text-transform: uppercase;

}


.sidebar .acc__title::after {

    width: 5px;

    height: 5px;

    border-right: 1px solid #4a6e78;

    border-bottom: 1px solid #4a6e78;

    position: absolute;

    right: 10px;

    content: " ";

    top: 8px;

    transform: rotate(45deg);

    transition: all 0.2s ease-in-out;
    display: none;

}


.sidebar .acc__title {

    text-transform: capitalize;

}


.sidebar .acc__title.active::after {

    transform: rotate(-135deg);

    transition: all 0.2s ease-in-out;

}


.sidebar .acc__panel {

    margin: 0;

    display: none;


    text-align: left;


    border-top: 0;

    padding-top: 10px;

}


.content-content p {

    margin-bottom: 10px;

}


.tab-content {

    display: none;

}


.tab-content.active {

    display: block;

}


.tab-detail button.active {background-color: #c26d11;color: #fff;}


.form-search-mobile input[type=text]::placeholder {

    /* Chrome, Firefox, Opera, Safari 10.1+ */

    color: #fff;

    opacity: 1;

    /* Firefox */

}


.form-search-mobile input[type=text]:-ms-input-placeholder {

    /* Internet Explorer 10-11 */

    color: #fff;

}


.form-search-mobile input[type=text]::-ms-input-placeholder {

    /* Microsoft Edge */

    color: #fff;

}


.top-category .item {

    /*width: calc(100% / 8);*/

}


@media only screen and (max-width: 1024px) {

    .service-mobile .slider-services .owl-prev {

        left: 0px;

    }


    .md-full {

        width: 100%;

    }


    .service-mobile .slider-services .owl-next {

        right: 0px;

    }


    .service-internet .slider-internet .owl-next {

        right: 0px;

    }


    .service-internet .slider-internet .owl-prev {

        left: 0px;

    }


    #main {

        width: 100%;

        overflow: hidden;

    }


    .top-category .item {

        /*width: calc(100% / 5);*/

    }


}


@media only screen and (max-width: 768px) {

    .item-product .img img {

        height: 200px;

    }


    .content-content iframe, .content-content img {

        max-width: 100%;

        height: auto !important;

    }


    .main-logo img {

        width: 80px !important;

    }


    .banner {

        margin-bottom: 0;

    }


    .customer-support .item .img img {

        height: 195px !important;

    }


    header {

        display: none !important;

    }


    header.header-mobile {

        display: block !important;

        padding: 5px 0

    }


    .header-mobile .logo img {

        width: 70px;

    }


    .partner-logo .item {

        width: calc(100% / 4);

        border: 1px solid #ddd;

    }


    .partner-logo .content-partner-logo {

        border: 0;

        border-radius: 0;

    }


    .top-category .item {

        /*width: calc(100% / 4);*/

    }


}


@media only screen and (max-width: 736px) {


    .content-product .content-product-right .item .img.hover-zoom img {
        height: 150px !important;
    }

    .product-home .content-product .item {
        padding: 6px;
    }

    .content-product .content-product-right .item {

        padding: 6px;

    }

    .other-product .slider-raleted-product .item {
        padding: 6px;
    }

    .other-product .slider-raleted-product .item .img.hover-zoom img {
        height: 150px;
    }

    .product-home .content-product .img .w-full.object-cover {
        height: 150px !important;
    }

    .product-home .content-product .img {
        height: 150px !important;
    }


    .main-product-2 .content-product-right .item .img img {

        height: 160px !important;

    }


    .sitemap {

        margin-top: 0;

    }


    .section-title {

        padding: 13px 7px;

    }


    .banner {

        margin-bottom: 0px;

    }


    .banner .container-fluid {

        padding-left: 0;

        padding-right: 0;

    }


    .owl-next {

        right: 0;

    }


    .owl-prev {

        left: 0;

    }


    .new-home-section .item .img img {

        height: 220px;

    }


    .social-footer {

        margin-bottom: 15px;

    }


    .acc__card {

        margin-left: 0;

        margin-right: 0;

    }


 


    .content-product .content-product-right .item .img.hover-zoom img {
        height: 150px !important;
    }


    .accept-payment ul li img {

        width: 50px;

    }

    .product-home .content-product .item {
        padding: 6px;
    }

    .product-home .content-product .item .nav-img .title-2.text-f15 {

        line-height: 20px !important;
        -webkit-line-clamp: 2 !important;
        height: 39px !important;

    }

    .content-product .content-product-right .item .nav-img .title-2.text-f15 {

        line-height: 20px !important;
        -webkit-line-clamp: 2 !important;
        height: 39px !important;

    }

    .content-product .content-product-right .item {

        padding: 6px;

    }

    .other-product .slider-raleted-product .item {
        padding: 6px;
    }

    .other-product .slider-raleted-product .item .title-2.text-f15 {
        line-height: 20px !important;
        -webkit-line-clamp: 2 !important;
        height: 39px !important;

    }

    .other-product .slider-raleted-product .item .img.hover-zoom img {
        height: 150px;
    }

    #primary-nav.mobile {

        background: #216560 !important;

    }

    #primary-nav.mobile li {

        border-bottom: 1px solid #393d86 !important;
    }

    .product-home .content-product .img .w-full.object-cover {
        height: 150px !important;
    }

    .product-home .content-product .img {
        height: 150px !important;
    }


    .main-product-2 .content-product-right .item .img img {

        height: 160px !important;

    }


    .owl-carousel .owl-dot,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {

        cursor: pointer;

        cursor: hand;

        -webkit-user-select: none;

        -moz-user-select: none;

        -ms-user-select: none;

        user-select: none;

    }


    .owl-nav > div {


        width: 40px;

        height: 40px;


        line-height: 40px;


    }


    .top-category .item {

        /*width: calc(100% / 2);*/

    }

}


.pagination .page-item a,
.pagination .page-item span {

    width: 40px;

    height: 40px;

    display: inline-block;

    text-align: center;

    line-height: 40px;

    border: 1px solid #ddd;

}


.pagination .page-item.active a,
.pagination .page-item:hover a,
.pagination .page-item.active span,
.pagination .page-item:hover span {

    color: #fff;

    background: #216560;

    border-color: #216560;

}


.pagination .page-item {

    display: inline-block;

}


.pagination {

    text-align: center;

}

.breadcrumb ul li span:first-child {

    padding: 0 5px;

}

.content-content ul, .content-content ol {

    padding-left: 20px;

    list-style: inherit;

}


.content-content ul li, .content-content ol li {

    margin: 0 0 10px 0;

}

.content-content ul li, .content-content ol li *, .content-content ul li, .content-content ol li * {
    font-size: 14px;
}

.short-desc .content-content ul li,.short-desc .content-content ol li {
    margin: 0 0 5px 0;
}

.read-more-content {

    height: 150px;

    overflow: hidden;

    transition: 0.4s;

}

.attr_check_box svg {

    height: 15px;

    width: 15px;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    opacity: 0;

    transition: 0.4s;

}


.js_attr.checked .attr_check_box svg, .js_brand.checked .attr_check_box svg,
.js_attr_price.checked .attr_check_box svg {

    opacity: 1;

}


.attr_check_box {

    position: relative;

}


.js_attr:hover .attr_check_box svg,
.js_attr_price:hover .attr_check_box svg {

    /* opacity: 1; */

    /* transition: 0.4s; */

}

.content-content iframe, .content-content image {

    max-width: 100%;

}


.content-content iframe {

    margin: 0 0 20px 0;

}


.content-content h2 * {

    font-size: 28px;

}


.content-content h2 {

    margin: 20px 0 10px 0;

    font-weight: bold;

}


.content-content h4 {font-size: 21px;font-weight: bold;margin: 15px 0 15px 0;}


.content-content h3 {margin: 15px 0 15px 0;font-weight: bold;font-size: 22px;line-height: 25px;}

.content-content h2 {
    font-size: 24px;
    line-height: 28px;
}


.content-content h5 {

    font-size: 22px;

    font-weight: bold;

    margin: 10px 0 10px 0;

}

.sidebar .acc__title span {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}
.review_images_item {
    width: 80px;
    height: 60px;
}

.review_images_item > div {
    background-size: contain;
}
.product-home .item {
    position: relative;
 
}
.product-home .item .percent {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
}
.item-product {
    text-align: left;
}
.item-product {
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .09);
    padding: 10px 12px 10px 12px;
    border-radius: 0.4rem;
}
.main-product-2  .item .percent {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0;
}
.item-product .img{
    position: relative;
}
.item-product .img .icon{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 20px;
    color: #c26d11;
}
.item-product  .img img{
    height: 250px!important;
}
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip a {
    color: #f1f1f1;
    text-decoration: underline dotted;
    opacity: .8;
}

.tooltip a:hover {
    opacity: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
}
.item-product .hover-zoom{
    overflow: hidden;
}
.item-product .img .icon i{
    color: #c26d11;
}
.item-product:hover .img .icon {
    display: block;
}
.item-product .img .icon {
    display: none;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.product-home   .readmore{
    text-align: right;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.product-home   .readmore a{
    background: #c26d11;
    color: #fff;
    padding: 10px 24px;
    border-radius: 20px;
    text-transform: uppercase;
}
.product-home  .readmore a i{
    font-size: 12px;
}
.title-title span a{
    font-size: 18px;
}
.slider-cat-home .owl-dot{
    width: 8px;
    height: 8px;
    background: #ddd;
    display: inline-block;
    float: left;
    margin:2px;
    border-radius: 20px;
}
.slider-cat-home .owl-dot.active{
    background: #c26d11;
    width: 15px;
}
.slider-cat-home .owl-dots{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.slider-cat-home {
    padding-bottom: 20px;
}
.footer_title{
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
}
.title-title .category-li  li a:hover,.title-title .category-li  li.active a{
    color: #db1c25;
}
.main-menu >ul>li.group{
    margin-left: 0;
    margin-right: 0;
}
.main-menu >ul>li.group >a {
    padding-left: 20px;
    padding-right: 20px;

}
.main-menu >ul>li>a:hover,.main-menu >ul>li>a.active{
    background: #c26d11;
    opacity: 1;
}
.Featured-products .content-Featured-products{
    background-image: url('../images/bgdone.png');
    background-size: cover;
    padding-bottom: 30px;
}
.Featured-products {
    padding-top: 60px;
}
.Featured-products  .content-Featured-products .readmore a{
    background: url('../images/bg-2.png');
    height: 49px;
    display: inline-block;
    min-width: 266px;
    line-height: 49px;
    color: #c26d11;
    font-weight: bold;
    font-size: 16px;
    background-size: 100% 100%;
    text-align: center;
    margin-top: -3px;
}
.Featured-products  .content-Featured-products .readmore a i{
    font-size: 12px;
    margin-left: 3px;
}
.Featured-products  .content-Featured-products  .item-product {
    background: #c26d11;
    padding: 0;
    border: 0;
}
.Featured-products  .content-Featured-products .readmore {
    text-align: center;
}
.Featured-products  .content-Featured-products .slider-Featured-products {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.Featured-products  .content-Featured-products  .item-product  .img img{
    height: 230px;
    object-fit: cover;
}
.Featured-products  .content-Featured-products  .item-product  .img{
    overflow: hidden;
}
.Featured-products  .content-Featured-products  .item-product  .nav-img{
    padding:15px;
}
.Featured-products  .content-Featured-products  .item-product  .nav-img .title-2  a{
    color: #fff;
}
.Featured-products  .content-Featured-products  .item-product  .nav-img .price{
    color: #fff;
}
.Featured-products  .content-Featured-products .owl-dot{
    width: 8px;
    height: 8px;
    background: #ddd;
    display: inline-block;
    float: left;
    margin:2px;
    border-radius: 20px;
}
.Featured-products  .content-Featured-products .owl-dot {
    color: #fff;
    opacity: 0.8;
}
.Featured-products  .content-Featured-products .owl-dot.active{
    background: #c26d11;
    width: 15px;
    opacity: 1;
}
.Featured-products  .content-Featured-products .owl-dots{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.product-home .title-title{
    border-bottom: 2px solid #c26d11;
}
.Typical-projects{
    padding-top: 70px;
}
.Typical-projects .nav-Typical-projects{
    margin-top: 40px;
}
.Typical-projects .nav-Typical-projects .item img{
    width: 100%;
    height: 310px;
    object-fit: cover;
}
.Typical-projects .readmore  a{
    border-radius: 25px;
}
.Video-Home{
    padding-top: 70px;
}
.Video-Home .nav-Video-Home{
    margin-top: 40px;
}
.Video-Home .desc-2{
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
}
.Video-Home .nav-Video-Home .item .img img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.Video-Home .nav-Video-Home .row{
    margin-left: -10px;
    margin-right: -10px;
}
.Video-Home .nav-Video-Home .row .col-md-8{
    padding-left: 10px;
    padding-right: 10px;
}
.Video-Home .nav-Video-Home .row .col-md-4{
    padding-left: 10px;
    padding-right: 10px;
}
.Video-Home .nav-Video-Home .item{
    position: relative;
    margin-bottom: 20px;
}
.Video-Home .nav-Video-Home .item .overlay-item {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    left: 0;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.Video-Home .nav-Video-Home .item:hover .overlay-item {
    visibility: visible;
    opacity: 1;
}
.Video-Home .nav-Video-Home .item .overlay-item .title-2  {
    text-transform: uppercase;
    margin-bottom: 15px;
}
.Video-Home .nav-Video-Home .item::before{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top:0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    visibility: hidden;
    opacity: 0;
}
.Video-Home .nav-Video-Home .item:hover::before{
    visibility:visible;
    opacity: 1;
}
.partner-home {
    padding:50px 0;
}
.partner-home  .slider-logo  .item{
    height: 100px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.comments-section{
    padding-top: 70px;
}
.slider-opinion .item{

    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;

}
.slider-opinion .item .start{
    margin-bottom: 5px;
}
.slider-opinion .item .start i{
    color: #ab4403;
}
.slider-opinion .item .avt-title{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.slider-opinion .item .avt-title .avt{
    width: 75px;
    display: inline-block;
    float: left;
}
.slider-opinion .item .avt-title .avt img{
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.slider-opinion .item .avt-title .nav-avt{
    width: calc(100% - 75px);
    display: inline-block;
    float: right;
    padding-left: 15px;
    margin-top: 10px;
}
.slider-opinion .item .avt-title .nav-avt .title-3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
}
.slider-opinion .item .avt-title .nav-avt .desc-3{
    color: #6e6060;
}
.comments-section .desc-2{
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
}
.comments-section .slider-opinion{
    margin-top: 30px;
}
.new-home  .item-large .nav-img{
    padding-top: 18px;
}
.new-home  .item-large .nav-img .title-2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.new-home  .item-large  .img img{
    width: 100%;
    height: 370px;
    object-fit: cover
}
.new-home .title-primary {
    margin-bottom: 30px;
}
.clearfix{
    clear: both;
}
.new-home  .row-15{
    margin-left: -15px;
    margin-right: -15px;
}
.new-home   .item-small .img{
    width: 30%;
    display: inline-block;
    float: left;
}
.new-home   .item-small .img img{
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.new-home   .item-small{
    margin-bottom: 25px;
}
.new-home   .item-small .nav-img{
    width: 70%;
    display: inline-block;
    float: right;
    padding-left: 15px;
}
.new-home   .item-small .nav-img .title-2{
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}
.certification-section{
    padding-top: 70px;
}
.certification-section .slider-certification{
    margin-top: 30px;
}
.box-slider-nav .slider__prev, .box-slider-nav .slider__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 30px;
    color: #000;
}

.box-slider-nav .slider__prev {
    left: 10px;
}

.box-slider-nav .slider__next {
    right: 10px;
}
@media ( max-width: 992px ) {

    div#main.main-product-2 .sort {

        margin: 15px 0 0 0;

    }

}

@media ( max-width: 991px ) and (min-width: 768px) {

    .main-new .content-new .item-project .img img {
        height: 195px;
    }

    .newsletter-form .form-group{
        margin: 0!important;
        width: 100%!important;
    }

    .box-slider-nav {
        padding: 20px 20px;
        background: #000;
    }

    .main-new .content-new .first-box .item .img img {
        height: 330px!important;
    }

    .main-new .content-new .second-box .item .img img {
        height: 120px!important;
    }

}

@media ( max-width: 767px ) {

    .content-content h2 * {
        font-size: 22px;
    }
    .action-add-to-cart button {
        font-size: 19px;
        padding: 10px;
    }

    .mb-order-1{
        order: 1;
    }
    .mb-order-2{
        order: 2;
    }
    .mb-tk{
        margin-top: 10px;
        padding-left: 0;
    }
    .action-add-to-cart button {
        width: 100% !important;
    }
    .main-footer .contact-info-list li {
        display: block!important;
    }
    .main-new .content-new .first-box .item .img img {
        height: 195px!important;
    }

    .top-content-project > div{
        width: 100% !important;
    }

    .main-new .content-new .second-box .item .img img {
        height: 130px!important;
    }
    .main-new .second-box .title, .main-new .first-box .title {
        margin: 0!important;
    }
    .title-page {
        margin: 15px 0 0 0;
    }

    .main-new .first-box .btn-active-view,
    .main-new .second-box .btn-active-view,
    .main-new .third-box .btn-active-view,
    .main-new .third-box .desc
    {
        display: none!important;
    }

    .title-page h1 {
        font-size: 22px;
    }

    .gallery-box {
        padding: 0;
    }

    .main-new .content-new .item-project .img img {
        height: 140px;
    }

    .main-new .content-new .item-project .box-text h3 {
        font-weight: unset;
    }

    .main-new .content-new .item-project,
    .other-new .item-project
    {
        margin: 0 0 15px 0;
    }
    .content-content h3 {
        font-size: 21px;
    }

    .content-content h4 {
        font-size: 20px;
    }

    .mobile-popup-comment {
        width: 97%;
        left: 1.5%;
    }

    .content-product .price, .slider-raleted-product .price {
        height: 47px;
    }



}
@media ( max-width: 736px ) {
    .Featured-products .content-Featured-products .item-product .img img{
        height: 150px;
    }
}

.menuHeaderSub,.menuHeaderSub3{
    position: absolute;top: 0px;left: 100%;width: 200px;background: #Fff;border-radius: 0px;
}
.menuHeaderSub li{
    padding: 0px !important;
}
.menuHeaderSub a{
    padding: 10px 20px !important;

}
.menuHeaderSub a:hover{
    background: #c26d11;
    color: #fff;
}
.menuHeaderSub,.menuHeaderSub3{
    display: none
}
.menuHeaderSub > li:hover .menuHeaderSub3,.nav-category > ul > li:hover .menuHeaderSub{
    display: block;
}
.tp_scroll  .flex_.flex-wrap_.gap-4_{
    height: 300px;
    overflow: auto;
}
.tp_scroll  .flex_.flex-wrap_.gap-4_::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.tp_scroll  .flex_.flex-wrap_.gap-4_::-webkit-scrollbar
{
    width: 3px;
    background-color: #F5F5F5;
}

.tp_scroll  .flex_.flex-wrap_.gap-4_::-webkit-scrollbar-thumb
{
    background-color: #c26d11;
}
.logo_product {
    width: auto!important;
    height: 25px!important;
    object-fit: contain!important;
    position: absolute;
    top: 0;
    transition: 0.4s;
}
.slider-Featured-products .logo_product {
    left: 10px;
    top: 10px;
}
/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
    position:relative;
    background-color:#c97821;
}

.main-footer .pattern-layer-one{
    position:absolute;
    left:0px;
    bottom:140px;
    width:449px;
    height:350px;
    background-repeat:no-repeat;
}

.main-footer .pattern-layer-two{
    position:absolute;
    right:0px;
    bottom:140px;
    width:472px;
    height:388px;
    background-repeat:no-repeat;
}

.main-footer .widgets-section{
    position:relative;
    text-align:center;
    padding: 60px 0px 55px;
}
.main-footer{
    margin-top: 60px;
}

.main-footer .logo{
    position:relative;
    line-height:1em;
    margin-bottom:50px;
    text-align: center;
}
.main-footer .logo img{
    display: inline-block;
    width: 300px;
}

.main-footer .contact-info-list{
    position:relative;
}

.main-footer .contact-info-list li{
    position:relative;
    text-align:left;
    line-height:1.9em;
    color:#fff;
    padding-left:60px;
    margin-right:100px;
    margin-bottom:30px;
    display:inline-table;
}

.main-footer .contact-info-list li:last-child{
    margin-right:var(--margin-zero);
}

.main-footer .contact-info-list li a{
    position:relative;
    display:inline-block;
    color:#fff;
}

.main-footer .contact-info-list li .icon{
    position:absolute;
    left:0px;
    top:0px;
    line-height:1em;
}

.main-footer .contact-info-list li a:hover{

}

.main-footer .social-box{
    position:relative;

}

.main-footer .social-box li{
    position:relative;
    margin:0px 6px;
    display:inline-block;
}

.main-footer .social-box li a{
    position:relative;
    width:40px;
    height:40px;
    line-height:40px;
    border-radius:50px;
    display:inline-block;

}

.main-footer .social-box li a:hover{

}

.main-footer .footer-bottom{
    position: relative;
    padding: 20px 0px;
    text-align: center;
    background-color: #c26d11;
    color: #fff;
}

.main-footer .footer-bottom .copyright{
    position:relative;

}

.main-footer .footer-bottom .copyright a{
    position:relative;

}



.cta-section{
    position:relative;
    z-index:1;
    margin-top: 70px;
}

.cta-section .inner-container{
    position:relative;
    border-radius:5px;
    margin-bottom:-100px;
    padding:60px 60px 30px;
    background-color:#ab4403;
    background-position:left bottom;
    background-repeat:no-repeat;
}

.cta-section .title-column{
    position:relative;
    margin-bottom:20px;
}

.cta-section .title-column .inner-column{
    position:relative;
}

.cta-section .title-column h3{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 42px;
}

.cta-section .title-column .text{
    color:#fff;
    margin-top:10px;
}

.cta-section .form-column{
    position:relative;
    margin-bottom:20px;
}

.cta-section .form-column .inner-column{
    position:relative;
    padding-top:10px;
}

/* Newsletter Form */

.newsletter-form{
    position:relative;
}

.newsletter-form .form-group{
    position:relative;
    display:block;
    padding-right: 165px;
    width: 90%;
    margin-left: 10%;
}

.newsletter-form .form-group input[type="text"], .newsletter-form .form-group input[type="email"], .newsletter-form .form-group input[name="phone"]{
    position:relative;
    display:block;
    width:100%;
    height:56px;
    font-size:15px;
    line-height:26px;
    color:#ddd;
    padding:10px 20px 10px 25px;
    border-radius:3px;
    background:#fff;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.newsletter-form .form-group button{

    position: absolute;
    right: 0px;
    top: 0px;
    height: 56px;
    background: #c26d11;
    padding: 0 49px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    border:1px solid #c26d11;
}
.newsletter-form .form-group button:hover{
    background: #fff;
}

.newsletter-form .form-group button .txt{
    color: #fff;
}
.newsletter-form .form-group button:hover .txt{
    color: #c26d11;;
}

.nav-Typical-projects .hover-zoom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: all 0.5s ease 0s; /* Safari and Chrome */
    -moz-transition: all 0.5s ease 0s; /* Firefox */
    -ms-transition: all 0.5s ease 0s; /* IE 9 */
    -o-transition: all 0.5s ease 0s; /* Opera */
    transition: all 0.5s ease 0s;
    opacity: 0;
    z-index: 999;
}
.list-menu a.active, .list-menu a:hover {
    border-color: #c26d11;
    color: #c26d11;
}

.list-menu a {
    border-bottom: 1px solid #fff;
    padding: 0 0px 5px 0;
    height: 25px;
}
.nav-Typical-projects .hover-zoom:hover:before {
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav-Typical-projects .hover-zoom:hover .title {
    opacity: 1!important;
    z-index: 9999;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav-Typical-projects .hover-zoom .title {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.main-new .content-new .first-box .item .img img {
    height: 500px;
}

.main-new .first-box .desc, .main-new .second-box .desc, .main-new .second-box .btn-active-view, .main-new .second-box .date, .main-new .first-box .date, .main-new .first-box .btn-active-view {
    display: none!important;
}

.main-new .second-box .title, .main-new .first-box .title {
    margin: 15px 0 0 0;
}
.short-desc .content-content.hide {
    height: 135px;
    overflow: hidden;
}
.sidebar .box-static-item {
    -webkit-box-shadow: 0 0 0 1px #c26d11;
    box-shadow: 0 0 0 1px #c26d11;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    line-height: 14px;
}

.box-qr-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 16px;
    font-weight: 500;
    margin: 0;
    text-transform: initial;
    font-weight: 100;
}

.box-qr-code p {
    width: 60%;
    line-height: 18px;
    font-weight: 400;
    font-size: 14px;
}

.sidebar .box-static-item .box-title {
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    padding: 0 10px;
    line-height: 38px;
    color: #fff;
    background: #c26d11;
}

.box-static-item .static-text {
    padding: 16px;
    font-size: 14px;
    font-weight: 100;
    text-transform: initial;
}

.box-static-item .static-text p, .box-static-item .static-text ol li, .box-static-item .static-text ul li {
    margin: 0 0 10px 0;
    font-weight: 400;
}
.action-add-to-cart button {
    display: inline-block;
    width: 310px;
    height: unset;
    font-size: 21px;
}

.action-add-to-cart button span {
    font-size: 13px;
    line-height: 16px!important;
    font-weight: initial!important;
    text-transform: capitalize;
}
.content-content table td, .content-content table tht {
    padding: 10px;
    border: 1px solid #ddd;
}

.content-content.table-box table td, .content-content.table-box table th {
    border: unset;
    font-size: 14px;
}

.content-content.table-box table tr:nth-child(odd) {
    background: #f5f5f5;
}

.content-content.table-box table {
    width: 100%;
}
.bg-hidden {
    position: relative;
}

.bg-hidden:after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0) 17%, #FFFFFF 93.12%);
    display: block;
    position: absolute;
}
.content-content.main.hide {
    height: 1565px;
    overflow: hidden;
}
.new-home .nav-img .date {
    display: none;
}
.item-product .nav-img .add-to-cart{
    background: #fb8d17;
    padding: 0 17px;
    border-radius: 33px;
    display: flex;
    width: unset;
    align-items: center;
    display: inline-block;
    border: 1px solid #fb8d17;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.item-product .nav-img .add-to-cart:hover{
    background: #fff;
    color: #fb8d17;
}
.item-product .nav-img .add-to-cart span{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #c26d11;
    font-size: 23px;
    line-height: 25px;
    margin-right: 6px;
    border-radius: 50%;
    color: #fff;
}
.add-to-cart {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}
.item-product .nav-img .add-to-cart-btn{
    margin-top: 10px;
}
.item-product {
    text-align: center;
}
.item-product .nav-img .price {
    text-align: center;
}
.item-product .nav-img  .title-2 {
    font-weight: bold;
    text-align: center!important;
   
}
footer .row-1{
    margin-left: -10px;
    margin-right: -10px;
}
footer .row-1 .col-11{
   
    width: 33%;
    padding-left: 10px;
    padding-right: 10px;
}
footer .row-1 .col-12{
    width: 67%;
    padding-left: 10px;
    padding-right: 10px;
}
footer .row-1 .col-12 .row-2{
    margin-left: -10px;
    margin-right: -10px;
}
footer .row-1 .col-12 .row-2 .col-21{
   width: 25%;
   padding-left: 10px;
   padding-right: 10px;
}
footer .row-1 .col-12 .row-2 .col-22{
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
 }
 footer iframe {
    width: 100%;
    height: 200px;
}
footer .item  ul li span{
    margin-right: 8px;
}
footer{
    margin-top: 50px;
}
@media ( max-width: 1024px ){
    .Typical-projects .nav-Typical-projects .item img{
        height: 160px;
    }
    .Typical-projects .nav-Typical-projects {
        margin-top: 25px;
    }
    .Video-Home .nav-Video-Home .item .img img{
        height: 290px;
    }
    .cta-section .title-column{
        width: 100%;
    }
    .cta-section .form-column{
        width: 100%;
    }
    .cta-section .title-column h3{
        font-size: 30px;
    }
    .cta-section .inner-container{
        padding:30px
    }
    .main-footer .widgets-section{
        padding: 110px 0px 50px;
    }

}
@media ( max-width: 736px ){
    .Typical-projects {
        padding-top: 40px;
    }
    .certification-section {
        padding-top: 40px;
    }
    .certification-section .slider-certification {
        margin-top: 10px;
    }
    .Video-Home {
        padding-top: 40px;
    }
    .Video-Home .nav-Video-Home {
        margin-top: 15px;
    }
    .new-home .item-large .img img{
        height: 270px;
    }
    .new-home .item-large {
        margin-bottom: 15px;
    }
    .cta-section{
        margin-top: 40px;
    }
    .new-home {
        width: 100%;
        overflow: hidden;
    }
    .newsletter-form .form-group{
        padding-right: 0;
        width: 100%;
        margin-left: 0;
    }

    .newsletter-form .form-group > div {
        display: block;
    }

    .newsletter-form .form-group > div input[name="phone"] {
        width: 100%!important;
        margin: 10px 0 0 0!important;
    }

    .newsletter-form .form-group > div input {
        height: 45px!important;
    }

    .newsletter-form .form-group {
        text-align: center;
    }

    .newsletter-form .form-group button {
        position: unset;
        margin: 10px 0 0 0;
        height: 40px;
    }
    .item-product .img img {
        height: 190px!important;
    }
    .main-footer .widgets-section {
        padding: 25px 0px 15px;
    }
    .main-footer .footer-bottom{
        padding:10px 0;
    }
    .Featured-products .content-Featured-products{
        padding-bottom: 0;
    }
    .comments-section {
        padding-top: 35px;
    }
    footer .row-1 .col-11{
        width: 100%;
    }
    footer .row-1 .col-12{
        width: 100%;
        padding-top: 10px;
    }
    footer .row-1 .col-12 .row-2 .col-21 {
        width: 50%;
  
    }
    .footer_title{
        font-size: 18px;
    }
    footer{
        padding-top: 5px;
    }
    footer .row-1 .col-12 .row-2 .col-22{
        width: 100%;
    }
    .social-pc{
        padding:10px 0;
        margin-top: 0;
    }

}

@media(max-width:462px){
    .item-product .nav-img .add-to-cart{
        padding: 0 10px;
        text-transform: unset;
    }
    .Featured-products .content-Featured-products .item-product .nav-img{
        padding: 10px 6px;
    }
}

.containerA4{
    width: 794px;
}


