body{
    font-size: 16px;
    margin:  0 auto;
    padding: 0;
    font-family: "Inter", sans-serif;
}
.section-header-top{
    background-color: rgba(6, 147, 227, 1);
}
.ds{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #000; 
    transition: all 0.5s ease-in-out;
}
.ds{
    position: relative;
    width: 100%;
    min-width: 150vh;
}
.menu-mobile{
    position: fixed;
    width: 250px;
    height: 100%;
    left: 0;
    background-color: #212121;
    box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 24%);
    z-index: 1000;
    padding: 0;
    border-right: 1px solid rgba(0,0,0,0.1);
    animation: slideInMenu 0.5s ease forwards;
    transform: translateX(-100%); 
}
.close-wrapper{
    height: 30px;
}
.close-wrapper i{
    font-size: 25px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 15px 8px 0;
    margin-bottom: 20px;
    margin-top: 5px;
    color: white;
}
.contact-phone-menu-small a{
    text-decoration: none;
    color: white;
    background-color: #161de0;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
}
.contact-phone-menu-small{
    margin: 25px 0;
}
.close{
    height: 34px;
    width: 34px;
    display: block;
    float: right;
    margin: 13px 13px 0 0;
}
#body_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: #161de0;
    z-index: 9002;
    display: none;
    z-index: 0;
    opacity: 0.5;
}
.img-son{
    border-bottom: 1px solid rgb(203, 202, 202);
}
@keyframes slideInMenu {
    from {
        transform: translateX(-100%); 
    }
    to {
        transform: translateX(0); 
    }
}
.menu-mobile ul{
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding:0 ;
}
.menu-mobile ul li a{
    width: 100%;
    text-decoration: none;
    padding: 15px 20px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
}
.menu-mobile ul li a:first-child{
    border-top: 1px solid #e4e3e3;
}
.menu-mobile ul li a:last-child{
    border-bottom: none;
}
.menu-mobile .toggle_menu{
    position: absolute;
    top:20px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
nav.hide{
    display: none;
}
.section-header {
    display: flex;
    justify-content: space-between;  
    align-items: center;
}
.header-widget-main , .header-widget{
    display: flex;
    align-items: center;
}
.header-widget{
    justify-content: space-between;
    gap: 40px;
}
.header-widget-main{
    justify-content: center;
    gap: 10px;
}
.icon-contact{
    width: 45px;
    height: 45px;
    background-color: transparent;
    text-align: center;
    float: none;
    border: 2px solid #FFC107;;
    border-radius: 50%;
    line-height: 50px;
}
.icon-contact i{
    font-size: 25px;
    color: #FFC107;;
}
.header-content p{
    margin-bottom: 5px;
    color: #FFC107;
    font-weight: 500;
}
.header-content h5{
    margin-bottom: 0;
    font-weight: bold;
    color: #FFC107;;
}
.section-menu{
    background: #1e73be;
}
.menu ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
}
.menu ul li{
    list-style: none;
    padding: 10px 0;
}
.menu ul li a{
    color: white;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
.toggle_menu{
    display: none;
}
.block-header-repair{
    border-color: 1px solid #e4f005;
    background-color: #fafaf5;
    padding: 20px;
}
.item-text-repair{
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.5;
    color: #1e73be;
}
.item-hotline p{
    font-size: 22px;
    color: #1e73be;
    font-weight: bold;
    margin-bottom: 0;
}
.item-hotline i{
    margin-right: 10px;
}
.logo-header img{
    width: 380px;
}
.header-content a{
    margin-bottom: 5px;
    color: #FFC107;
    font-weight: 500;
    text-decoration: none;
}
.title-washing h3{
    color: #e80104;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
}
.list-repair-washing li{
    list-style-image: url(../assets/media/icon-check-list.png);
    line-height: 2;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 500;
}
.title-repair-washing ,.why-customer{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #1e73be;
    margin: 0;
}
.list-service-repair ul li{
    list-style-image: url(../assets/media/icon-check-list.png);
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 500;
    line-height: 2;
}
.button{
    background-image: linear-gradient(to top, #dc5b00, #ecc500);
    border-radius: 10px;
    padding: 5px 0;
    font-size: 20px;
    font-weight: bold;
    box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1);
}
.button a{
    color: white;
    text-decoration: none;
}
.hotline{
    background-color: #1e73be;
    color: white;
    border-radius: 10px;
    padding: 5px 0;
}
.hotline a{
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: white;
}
.title-service{
    color: #005CB5;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.featured-box{
    display: flex;
    gap: 5px;
}
.icon-box-text ul li{
    line-height: 2;
    list-style-image: url(../assets/media/icon-check-list.png);
}
.icon-box-text ul li strong{
     color: #3366ff;
}
.icon-box-text{
    line-height: 1.5;
}
.icon-box-text h4{
    font-weight: bold;  
}
.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 ;
}
.line-footer{
    border-top: 1px solid #ddd;
    background-color: #1e73be;
}
.copyright{
    background-image: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);;
    color: #fff;
    text-align: center;
    padding: 15px 0 ;
    border-top: 1px solid rgba(255, 255, 255, .1)
}
.body-footer{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 600;
}
.body-footer span , .body-footer a{
    color: white;
    text-decoration: none;
    cursor: pointer;
}
.why-green{
    color: #00aae7;
    text-transform: uppercase;
    font-weight: bold;
}
/* ring-phone */
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 999999
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block
}

.hotline-phone-ring-circle {
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #D0011B;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5
}

.hotline-phone-ring-circle-fill {
    width: 80px;
    height: 80px;
    top: 16px;
    left: 16px;
    position: absolute;
    background-color: rgba(208, 1, 27, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.hotline-phone-ring-img-circle {
    background-color: #D0011B;
    width: 50px;
    height: 50px;
    top: 31px;
    left: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 33px;
    height: 33px
}

.hotline-bar {
    position: absolute;
    background: #D0011B;
    height: 45px;
    width: 165px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: 9;
    border-radius: 50px !important;
    left: 42px;
    bottom: 31px
}

.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-indent: 32px;
    letter-spacing: 1px;
    display: block;
    line-height: 45px;
    font-family: Arial
}

.hotline-bar>a:hover,
.hotline-bar>a:active {
    color: #fff
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: .6
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: .6
    }
}

@-webkit-keyframes phonering-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)
    }
}
.zalo {
    margin-left: 70px;
}

.zalo-circle {
    border: 2px solid #0088FF !important;
}

.zalo-ring-img-circle {
    background-color: #0088FF !important;
}

.zalo-ring-circle-fill {
    background-color: rgba(0, 136, 255, 0.7) !important;
}
/* responsive */
@media screen and (min-width:344px) {
    .section-menu , .infor-header ,.icon-move{
        display: none;
    }
    .logo-header img{
        width: 260px;
    }
    .toggle_menu{
        display: block;
        color: white;
    }
    .item-text-repair ,.item-hotline p{
        font-size: 18px
    }
}
@media screen and (min-width:768px) {
    .item-text-repair{
        font-size: 24px;
    }
    .item-hotline p{
        font-size: 22px;
    }
}
@media screen and (min-width:820px) {
    .section-menu {
        display: block;
    }
    .toggle_menu{
        display: none;
    }
    .menu li{
        font-size: 13px;
    }

}
@media screen and (min-width:1024px) {
    .infor-header{
        display: block;
    }
    .header-widget-main:last-child{
        display: none;
    }
    .img-fixx{
        display: flex;
        align-items: center;
    }
    .menu li{
        font-size: 16px;
    }
    .logo-header img {
        width: 380px;
    }
    .block-why-clean{
        height: 486px;
    }
    .list-items-time{
        height: 348px;
    }
}
@media screen and (min-width:1280px) {
    .header-widget-main:last-child{
        display: flex;
    }
    .section-header , .nav-menu{
        max-width: 1200px;
        margin: 0 auto;
    }
    .block-why-clean{
        height: auto;
    }
    .list-items-time{
        height: 328px;
    }
}
@media screen and (min-width:1519px) {
    .section-header ,.nav-menu{
        max-width: 1300px;
        margin: 0 auto;
    }
    .list-items-time{
        height: auto;
    }
}