/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.contact-topbar>p {
    display: inline-block;
}

.language-section img {
    width: 25px;
}

.setting-menu .logo-section {
    margin-top: -40px;
}

.sticky-menu.fix .logo-section {
    margin: 0;
}

.contact-topbar {
    width: calc(100% - 60px);
    float: left;
    text-align: center;
    padding: 8px 0;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.rti-gallery {
    padding-top: 9%;
}

.products-cat .category-content img {
    max-width: 100%;
    height: auto;
}

.slider-section__image {
    padding-top: 49%;
}

.bg-categories:before {
    content: "";
    background: url(/templates/ecommerce01/assets/media/template/image_categories.png)no-repeat bottom;
    width: 100%;
    height: 260%;
    position: absolute;
    bottom: 0;
    background-size: cover;
    z-index: -1;
}

.bg-customer:before {
    content: "";
    background: url(/templates/ecommerce01/assets/media/template/image-3.png) no-repeat;
    width: 100%;
    height: 362px;
    position: absolute;
    top: 0;
    background-size: cover;
    z-index: -1;
}

.box-customer .title-section span {
    background: url(/templates/ecommerce01/assets/media/template/group_10842.png) no-repeat 52px 5px;
    background-size: contain;
    color: #266398;
    padding: 15px 85px;
}

.bg-form-home {
    background: url(/templates/ecommerce01/assets/media/template/bg-form.png) no-repeat;
    background-size: cover;
}

.form-contact-home .form-group input {
    background: none;
    border: 0;
    border-bottom: 1px solid #69757d;
    color: #fff;
    padding: 0;
}

.form-contact-home .title-section span {
    background: url(/templates/ecommerce01/assets/media/template/group_10842.png) no-repeat 65px 2px;
    background-size: contain;
    color: #eb1e22;
    padding: 20px 100px;
}

.gallery-home .slick-slider:hover .slick-prev {
    left: -20px;
}

.gallery-home .slick-slider:hover .slick-next {
    right: -20px;
}

.slider-thumbs .thumb-item {
    padding-top: 100%;
}

.slider-thumbs .thumb-item img {
    position: absolute!important;
}

.title-section span {
    color: var(--color-main);
    font-weight: 600;
    font-size: 20px;
}

/*Box Area*/
.box-area {
    background: var(--light);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
}

.box-area__title {
    background: var(--color-main);
    color: var(--white);
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.box-area__list {
    padding: 30px;
}

.box-area__item {
    width: 33.3333333333%;
    margin-bottom: 20px;
    float: left;
}

.box-area__item-title {
    font-weight: 600;
    color: var(--color-main);
}

.box-area__item-description {
    font-weight: 600;
}

.box-area-col-1 .box-area__item {
    width: 100%;
}

.box-area-col-2 .box-area__item {
    width: 50%;
}

.box-area-col-3 .box-area__item {
    width: 33.3333333333%;
}

@media (max-width: 1199px) {
    .box-area-col-2 .box-area__item {
        width: 100%;
    }
    
    .box-area-col-3 .box-area__item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .box-area-col-3 .box-area__item {
        width: 100%;
    }
}
/*End Box Area*/

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    background-color: #1A2228;
}
.box-customer .article-title {
    font-size:16px !important;
}
.box-customer  .inner-content {
    height: 250px !important;
}

#socials {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 100;
    width: 40px;
}
#socials a {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
}
#socials a.phone {
    padding: 5px;
    border-radius: 50%;
    background-color: #64bc46;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

#socials a.phone img {
    padding: 5px;
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.statistical-website {
    color: var(--white);
}

.bct img {
	aspect-ratio: 36/13;
	width: 12rem;
}
/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
.is-mobile .slider-thumbs .thumb-item {
    padding-top: 20%;
}
@media (max-width: 420px) {  
    .box-customer .title-section span {
        padding: 15px 35px;
        background-position: 15px 9px;
    }
    
    .form-contact-home .title-section span {
        padding: 15px 10px;
        background-position: 0px 7px;
    }
    .box-customer .article-title {
        font-size:14px !important;
    }
    .box-customer  .inner-content {
        height: 250px !important;
    }
    
    .logo-section .img-fluid {
        height: 85px;
    }
    
    .is-mobile .entry-topbar .left-topbar {
        width: calc(100% - 60px);
    }
}
.button-red a {
    background: red;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
}
.button-red a:hover {
    background: #468341;
}