/*Header*/

.header .box-search {
    max-width: 300px;
    width: 300px;
}

.header .box-search .form-control::placeholder {
    color: var(--base-color9);
    font-weight: 500;
}

.header .box-search button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: unset;
    cursor: pointer;
    z-index: 3;
}

/* owlCustom */

.owlCustom .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owlCustom .owl-dots .owl-dot {
    display: inline-block;
}

.owlCustom .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: var(--base-colord);
    display: block;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}

.owlCustom .owl-dots .owl-dot.active span {
    background: var(--primary-color);
}

/*Slide*/

.carousel .control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.8);
}

.carousel .control i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel .control.prev {
    left: 7%;
}

.carousel .control.next {
    right: 7%;
}

@media(max-width: 767.98px) {
    .carousel .carousel-indicators li {
        width: 10px;
        height: 10px;
    }
    .homeProduct .nav-link{
        font-size: 12px;
        min-width: 150px!important;
    }
}

/*HOME*/
.homeReason-inner {
    position: relative;
    padding: 35px 0;
}
.homeReason .item .image {
    width: 112px;
    height: 112px;
    display: block;
    border-radius: 999px;
    border: 5px solid #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.homeReason-inner:before {
    content: '';
    width: 350px;
    height: 350px;
    border: 1px solid var(--primary-color);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 999px;
    transform: translate(-50%,-50%);
}
.homeReason-inner:after {
    content: '';
    background: url(../images/result-img.png) no-repeat;
    width: 226px;
    height: 166px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
    .homeReason-inner {
        padding: 0;
    }
    .homeReason-inner:before,
    .homeReason-inner:after {
        display: none;
    }
}

.homeVideo .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} 
.homeFeedback .item .img {
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.homeFeedback .item:before {
    content: url('/public/dist/images/quote-left.svg');
    position: absolute;
    top: 0;
    left: 0;
}

.homeFeedback .item:after {
    content: url('/public/dist/images/quote-right.svg');
    position: absolute;
    top: 0;
    right: 0;
}
.homeProduct .nav-item {
    margin: 5px;
}
.homeProduct .nav-link {
    line-height: 0;
    padding: 20px;
    display: block;
    border-radius: 99px;
    background-color: transparent;
    color: var(--base-colord);
    border: 1px solid var(--base-colord);
    min-width: 200px;
    text-align: center;
}
.homeProduct .nav-link.active,
.homeProduct .nav-link:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.product .product-label {
    position: absolute;
    top: 10px;
    left: 10px;
}
.product .product-label .label {
    font-size: 13px;
    height: 20px;
    border-radius: 3px;
    min-width: 40px;
    background-color: var(--primary-color);
    color: #fff;
    display: block;
    padding: 3px 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}
.product .product-label .label.new {
    background-color: #34c38f; 
}
.product .product-action {
    padding: 3px 10px;
    position: absolute;    
    background-color: var(--primary-color);
    bottom: -100%;
    left: 0;
    right: 0; 
    transition: all .2s ease;
    opacity: 0;
}
.product .product-action .product-btn {
    padding: 12px 35px 8px 35px;
    border-radius: 99px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    transition: all .2s ease;
}
.product .product-action .product-btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.product:hover .product-action {
    bottom: 0;
    opacity: 1;
}
.product .info {
    padding-bottom: 15px;
}
.product .info .price  {
    font-size: 15px;
}
/*FOOTER*/

.footer .item .social i {  
    width: 26px;
    height: 26px;
    line-height: 26px;
}

.footer .block-editor-content {
    line-height: 1.3;
    font-weight: 500;
}

.footer .block-editor-content ul {
    margin: 0;
    padding: 0;
}

.footer .block-editor-content ul li {
    list-style: none;
}

.footer .block-editor-content ul li:before {
    content: "\f101";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-right: 10px;
    color: #fff;
}

.footer .block-editor-content a {
    color: var(--base-colord);
}

.footer .block-editor-content iframe {
    width: 100% !important;
    height: 200px !important;
}

.footer-bot p {
    margin-bottom: 0;
}

.footer-bot a {
    color: var(--white);
}

/*SIDEBAR*/

.rightBar ul li .bg-img {
    width: 80px;
    height: 55px;
    min-height: 55px;
    margin-right: 10px;
    float: left;
    position: relative;
}

.rightBar ul li .name-new {
    float: left;
    width: calc(100% - 90px);
}

/*PAGE CONTACT*/

.page-contact .wInput {
    position: relative;
}

.page-contact .wInput i {
    position: absolute;
    color: var(--base-color6);
    top: 15px;
    margin-left: 15px;
}

.page-contact .block-editor-content ol, .page-contact .block-editor-content ul {
    margin-bottom: 15px;
    padding-left: var(--space-sm);
    margin-left: 15px;
    margin-top: 10px;
}

.page-contact .block-editor-content ol li, .page-contact .block-editor-content ul li {
    list-style: inherit;
    margin-bottom: 3px;
}

.page-contact .block-editor-content h1, .page-contact .block-editor-content h2, .page-contact .block-editor-content h3, .page-contact .block-editor-content h4 {
    margin-bottom: 10px;
    margin-top: 15px;
}

.page-contact .block-map object {
    width: 100%;
    height: 400px;
    margin-bottom: -5px;
}

.page-contact .form-control {
    font-size: var(--text-sm);
    border-radius: 0;
    border-color: var(--base-colorf1);
}

.page-contact input.form-control {
    height: 44px;
    padding-left: 50px;
}

.page-contact textarea.form-control {
    height: 135px;
}

.page-contact textarea.form-control {
    padding-left: 50px;
    padding-top: 9px;
}

.page-contact .form-control::placeholder {
    color: var(--base-color9);
}

.page-contact .error {
    font-size: var(--text-xs);
    position: absolute;
    bottom: 0;
    right: 5px;
}

.page-contact .captchare {
    position: relative;
}

.page-contact .captchare .captcha {
    position: absolute;
    left: 105%;
    background: var(--base-color);
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 44px;
    letter-spacing: 3px;
    color: var(--white);
}

@media (max-width:575.98px) {
    .page-contact .captchare .captcha {
        left: unset;
        right: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .page-contact .captchare .error {
        right: 95px;
    }
}

.page-contact .btn-gui {
    font-size: var(--text-sm);
    padding: 10px 50px;
    color: var(--white);
    border-radius: 0;
}

/* CATALOG PRODUCT */

.styleCat {
    margin-top: 6px;
}

.styleCat .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.styleCat .container-fluid, .styleCat .row>[class*=" col-"], .styleCat .row>[class^=col-] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.styleCat .info {
    position: absolute;
    bottom: 0;
}

/*PAGE DETAIL PRODUCT*/

.page-detail-product #big .item {
    width: 100%;
    max-height: 465px;
    display: table;
}

.page-detail-product #big .item img {
    max-width: 100%;
    max-height: 465px;
    width: auto;
    margin: auto;
    display: table-cell;
    vertical-align: middle;
}

.page-detail-product #thumbs .item {
    cursor: pointer;
}

.page-detail-product #thumbs .current .item {
    background: var(--base-color9)
}

.page-detail-product #thumbs .item .bg-img {
    padding-top: 100%;
    background-size: contain;
}

.page-detail-product #thumbs .owl-nav .owl-prev, .page-detail-product #thumbs .owl-nav .owl-next {
    position: absolute;
    background: var(--base-color9);
    width: 18px;
    height: 26px;
    text-align: center;
    line-height: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.page-detail-product #thumbs .owl-nav .owl-prev {
    left: 0;
}

.page-detail-product #thumbs .owl-nav .owl-next {
    right: 1px;
}

.page-detail-product .product-qty .control {
    display: flex;
    align-items: center;
    position: relative;
}

.page-detail-product .product-qty a {
    font-weight: bold;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    border: 1px solid var(--base-colord);
    background-color: white;
    font-weight: 700;
}
.page-detail-product .product-qty a svg {
    width: 20px;
    height: 20px;
}
.page-detail-product .product-qty a.qty-dec {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.page-detail-product .product-qty a.qty-inc {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.page-detail-product .product-qty .control input {
    border-top: 1px solid var(--base-colord);
    border-bottom: 1px solid var(--base-colord);
    border-right: 0;
    border-left: 0;
    height: 50px;
    text-align: center;
    width: 98px;
    font-weight: 700;
}

.page-detail-product .product-qty input::-webkit-outer-spin-button, .page-detail-product .product-qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.page-detail-product .product-qty .control input[type=number] {
    -moz-appearance: textfield;
}

.page-detail-product .properti ul {
    margin: 0;
    padding: 0;
}

.page-detail-product .properti ul li {
    list-style: none;
}

.page-detail-product .properti ul li:before {
    content: url('/public/dist/images/arrow-right-circle.svg');
    margin-right: 5px;
}

.page-detail-product .hotOrder .properti ul li:before {
    content: url('/public/dist/images/arrow-right-circle-white.svg');
    margin-right: 5px;
}

.page-detail-product table {
    width: 100% !important;
}
.product-shop .product-action {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.product-shop .product-action .btn {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 15px;
    border-radius: 8px;
    text-transform: uppercase;
    background-color: #f96e2d;
    color: #fff;
}
.product-shop .product-action .btn-contact {
    background-color: #3280ec;
}
.product-shop .product-action .btn svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.product-shop .product-action .btn:hover {
    background-color: var(--primary-color);
}

.product-shop .product-action a, .product-shop .product-action a:hover{
    color: #fff;
}

@media (max-width: 768px) {
    .product-shop .product-action {
        flex-direction: column;
    }
    .product-shop .product-action .btn {
        width: 100%;
    }
}
.page-detail-product .product-tabs .nav-tabs {
    border-bottom: 5px solid #e7e7e7;
}
.product-tabs .nav-tabs .nav-item.show .nav-link, .product-tabs .nav-tabs .nav-link.active {
    background-color: transparent;
    border: 0;
    color: #333333;
} 
.product-tabs .nav-tabs .nav-item {
    margin-bottom: 0;
}
.product-tabs .nav-tabs .nav-link:focus,.product-tabs .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.product-tabs .nav-tabs .nav-link {
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    border: 0;
    color: #999999;
    padding: 15px 20px;
}
.product-tabs .nav-tabs .nav-link:hover {
    color: #333333;
}
.product-tabs .nav-tabs .nav-link:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: var(--primary-color);
    border-radius: 99px;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    display: none;
}
.product-tabs .nav-tabs .nav-item.show .nav-link:after,
.product-tabs .nav-tabs .nav-link.active:after {
    display: block;
}
/* Widget Icon */

.widget-icon {
    position: fixed;
    right: 5px;
    bottom: 80px;
    z-index: 999;
}

.widget-icon .messenger {
    margin-bottom: 10px;
}

.widget-icon .messenger .box {
    position: relative;
}

.widget-icon .messenger .box .text {
    position: absolute;
    background: rgba(29, 36, 62, 0.7);
    color: var(--white);
    width: 200px;
    left: 115%;
    border-radius: 5px;
    padding: 10px;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
}

.widget-icon .messenger .box:hover .text {
    visibility: visible;
}

.widget-icon .messenger .box .text:before {
    content: "";
    left: -10px;
    transform: rotateZ(0);
    display: unset!important;
    border-color: transparent rgba(29, 36, 62, 0.7) transparent transparent!important;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
}

.widget-icon .cart {
    margin-bottom: 10px;
}

.widget-icon .cart .box {
    position: relative;
}

.widget-icon .cart .box .box-cart {
    position: relative;
}

.widget-icon .cart .box .box-cart .cart-ajax {
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
    line-height: 21px;
    left: -2px;
    top: -5px;
    color: var(--white);
}

.widget-icon .cart .box .text {
    position: absolute;
    background: rgba(29, 36, 62, 0.7);
    color: var(--white);
    width: 200px;
    left: 115%;
    border-radius: 5px;
    padding: 10px;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
}

.widget-icon .cart .box:hover .text {
    visibility: visible;
}

.widget-icon .cart .box .text:before {
    content: "";
    left: -10px;
    transform: rotateZ(0);
    display: unset!important;
    border-color: transparent rgba(29, 36, 62, 0.7) transparent transparent!important;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
}

.widget-icon .zalo {
    margin-bottom: 10px;
}

.widget-icon .zalo .box {
    position: relative;
}

.widget-icon .zalo .box .text {
    position: absolute;
    background: rgba(29, 36, 62, 0.7);
    color: var(--white);
    width: 200px;
    left: 115%;
    border-radius: 5px;
    padding: 10px;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
}

.widget-icon .zalo .box:hover .text {
    visibility: visible;
}

.widget-icon .zalo .box .text:before {
    content: "";
    left: -10px;
    transform: rotateZ(0);
    display: unset!important;
    border-color: transparent rgba(29, 36, 62, 0.7) transparent transparent!important;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
}

.widget-icon .call {
    margin-bottom: 10px;
}

.widget-icon .call .box {
    position: relative;
}

.widget-icon .call .box .text {
    position: absolute;
    background: rgba(29, 36, 62, 0.7);
    color: var(--white);
    width: 200px;
    left: 115%;
    border-radius: 5px;
    padding: 10px;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
}

.widget-icon .call .box:hover .text {
    visibility: visible;
}

.widget-icon .call .box .text:before {
    content: "";
    left: -10px;
    transform: rotateZ(0);
    display: unset!important;
    border-color: transparent rgba(29, 36, 62, 0.7) transparent transparent!important;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
}

#widget-icon-phone .modal-body {
    padding: 0;
}

#widget-icon-phone .modal-body .close {
    font-family: monospace;
    position: absolute;
    top: 3px;
    right: 10px;
}

#widget-icon-phone .modal-body .content {
    padding: 40px;
}

#widget-icon-phone .modal-body .content .title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}

#widget-icon-phone .modal-body .content .form-control {
    padding-bottom: 10px;
    height: auto;
    border-right: unset;
}

#widget-icon-phone .modal-body .content .form-control::placeholder {
    font-size: var(--text-sm)
}

#widget-icon-phone .modal-body .content .btn-yeucau {
    background: transparent;
    border: 1px solid #ced4da;
    padding: 3px;
    border-left: 0;
}

#widget-icon-phone .modal-body .content .btn-yeucau>span {
    background: var(--primary-color);
    font-size: var(--text-sm);
    color: var(--white);
    padding: 10px 15px;
    border-radius: 5px;
    display: block;
}

#widget-icon-phone .modal-body .content .other {
    border-bottom: 1px solid var(--base-colord);
    height: 15px;
    opacity: 0.7;
    position: relative;
}

#widget-icon-phone .modal-body .content .other span {
    font-size: var(--text-xs);
    background: var(--white);
    color: var(--base-color9);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#widget-icon-phone .modal-body .content .info .hotline {
    font-size: var(--text-xl);
    font-weight: bold;
    font-family: sans-serif;
}

/**/
.catNews {
    box-shadow: 0 0 4px 0 rgb(0, 0, 0, .2);
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
}
.catNews>div {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0!important
}
.catNews .info a {
    display: block;
    padding: 20px;
}
.catNews .info h3 {
    font-size: 18px;
}

/**/
.solution-slider {
    margin-left: -15px;
    margin-right: -15px;
}
.solution-slider .item {
    padding: 10px 15px;
}
/* .solution-slider .item>a {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); 
    border-top: 1px solid #767065;
    border-bottom: 3px solid var(--base-colorf1);
} */

.solution-slider .item:hover>a {
    border-bottom: 3px solid var(--primary-color);
}
.solution-slider .item:hover h3 {
    color: var(--primary-color);
}

.homeSuport a {
    border-left: 1px solid var(--base-color9);
}
.homeSuport a:last-child {
    border-right: 1px solid var(--base-color9);
}

@media (max-width: 768px) {
    .homeSuport {
        flex-direction: column;
    }
    .homeSuport a {
        border: 1px solid var(--base-color9);
        margin-bottom: 15px;
        padding: 10px;
    }
    .homeSuport a:last-child {  
        margin-bottom: 0;
    }
}

.productCat .row > div,
.product-slider .item { 
    padding: 7.5px;
}

.productCat a,
.product-slider .item>a {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); 
    display: block;
}
.product-slider {
    margin-left: -7.5px;
    margin-right: -7.5px;
} 


.gallery-slider {
    margin-left: -15px;
    margin-right: -15px; 
} 
.gallery-slider .item {
    padding-left: 15px;
    padding-right: 15px;
}
.consCat .item a,
.gallery-slider .item a {
    display: block;
    position: relative; 
}
.consCat .item a:before,
.gallery-slider .item a:before {
    content: '';
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4738270308123249) 70%, rgba(0,0,0,1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.consCat .item h3,
.gallery-slider .item h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    z-index: 2;
}
.consCat .item h3:after,
.gallery-slider .item h3:after {
    content: '';
    width: 50px;
    height: 2px;
    display: block;
    margin: 10px auto 0 auto;
    background-color: var(--primary-color);
}

/**/
.dropdownsearch {
    width: 220px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
} 

.btn-primary {
    background-color: #88a314;
    border-color: #b9e141;
}