/*
Theme Name: ATC Group Child
Description: This is a child theme for ATC Group Theme
Author: ATC Group Theme
Template: atcgroup
Version: 3.16.2
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*Header*/
.nav>li>a {font-size: 1em;}
.nav-dropdown-simple .nav-column li>a:hover, 
.nav-dropdown.nav-dropdown-simple>li>a:hover {
    background-color: rgb(64, 184, 242);
    color: #fff;
}
.mobile-nav .nav-icon .button.primary:not(.is-outline){background-color:#219EBC}
.off-canvas-left.dark .mfp-content, .off-canvas-right.dark .mfp-content {
    background-color: #219EBC;
}
.mobile-nav .nav-icon .dark .nav>li>a{color: #fff}
/*Footer*/
#footer .ux-menu-link__link{border-width: 0;padding-bottom: 0;min-height: 0}
#footer .ux-menu-link__link{border-width: 0;padding-bottom: 0;min-height: 0;color: #000}
#footer .ux-menu-link--active .ux-menu-link__link, 
#footer .ux-menu-link:hover .ux-menu-link__link{color: #219EBC}
.absolute-footer.dark{color: #fff}
.absolute-footer{padding-top: 15px}
#footer .button.icon {
    background: #219EBC;
    border: solid 1px white;
    -webkit-box-shadow: -3px 3px 8px 2px rgb(0 0 0 / 50%);
    -moz-box-shadow: -3px 3px 8px 2px rgba(0,0,0,0.5);
    box-shadow: -3px 3px 8px 2px rgb(0 0 0 / 50%);
    color: #fff;
}
/*Start Home*/

/*Category Product*/
.cate-product-valerio .section-content>.row>.col{padding-bottom: 0}
.cate-product-valerio .box .shade {
    background: linear-gradient(70deg, #219EBC 40%, rgba(0, 0, 0, 0) 40%);
    opacity: 1;
}
.cate-product-valerio  .box:hover .shade {opacity: 0.9;}

/*Blog*/
.blog-valerio .box-text{padding-bottom: 0}
.blog-valerio .post-item .col-inner{padding: 15px 15px 5px;border: 1px solid rgba(0,0,0,0.125)}
.blog-valerio .post-title{color: #219EBC;font-weight: 500;}
.blog-valerio .post-title:hover{color: #000;}
.blog-valerio .is-divider{display: none}
.blog-valerio .post-meta{margin-bottom: 1em;margin-top: 1em;}
.blog-valerio .button.is-large{text-transform: unset;font-size: 1em;font-weight: 500;margin-top: 0;}
/*End Home*/

/*Single Product*/
.page-title-inner{min-height: 200px !important;display: block;padding-top: 30px;}
.page-title-inner.flex-has-center>.flex-col:not(.flex-center){display: none;}
.page-title-inner .flex-col{text-align: left;}
.dark .breadcrumbs{line-height: 1.4;margin-bottom: 10px;text-transform: none;}
.dark .breadcrumbs a, .parallax-title .entry-title{color: #fff; font-size: 1.95em;font-weight: 700;}
.page-title-inner .product-title{color:#fff;font-size: 1.2rem;line-height: 1.5;}
.product-main{padding-bottom: 0}
.product-footer .woocommerce-tabs{border-width: 0;padding:0}
.parallax-title .overlay,
.shop-page-title .title-overlay,
.page-title.blog-featured-title .title-overlay{background: linear-gradient(70deg, #219EBC 40%, rgba(0, 0, 0, 0) 40%)}
.product-gallery, .shop-container .tabbed-content .nav{display: none;}
.shop-container .product-info.col{padding-bottom:0;padding-top:0 }
.shop-container .container .tab-panels,
.shop-container .container .tab-panels .section{padding:0 }
/*Page*/
.parallax-title .banner{padding-top: 200px !important;}
.parallax-title .banner-layers.container{
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
}
.parallax-title .is-divider{display: none}

/*Contact Page*/
.contact-form-valerio h3 {
    margin-bottom: 2rem;
    line-height: 1.1;
}
.color-highlight-red strong {
    color: #cf1717;
}
.contact-form-valerio label{
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
}
.contact-form-valerio input[type=text], .contact-form-valerio input[type=email] , .contact-form-valerio input[type=tel] {
    border-width: 1px;
    border-radius: 5px;
    height: 47px;
    box-shadow: none;
}
.contact-form-valerio textarea{
    border-width: 1px;
    border-radius: 5px;
    box-shadow: none;
}
/*Singe Post*/
.page-title.blog-featured-title .title-bg {background: center;}
.page-title.blog-featured-title .entry-divider{display: none}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

/* Side menu styles */
.side-menu {
    position: fixed;
    top: 0;
    left: -100%; /* Hide off-screen initially */
    width: 300px;
    height: 100%;
    background-color: #219EBC;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: left 0.3s ease-in-out; /* Animation effect */
}

    .side-menu.open {
        left: 0; /* Show menu when open */
    }

/* Menu header and items */
.menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.menu-search {
    width: 80%;
    padding: 8px;
    border: none;
    border-radius: 4px;
}

.menu-close {
    background: none;
    border: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

.menu-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .menu-items li {
        padding: 15px;
        border-bottom: 1px solid #eee;
        color: white;
        cursor: pointer;
        margin-bottom:0!important;
    }

        .menu-items li:hover {
            background-color: #0885A3;
        }
        .menu-items li:hover a {
            color:white;
        }
.menu-languages {
    display: flex;
    justify-content: center;
    margin-top: auto;
    padding: 15px;
}

    .menu-languages span {
        margin: 0 10px;
        font-size: 24px;
        cursor: pointer;
    }
#text-83774178 {
    font-size: 1.2rem;
    text-align: center;
    color: rgb(255, 255, 255);
}

    #text-83774178 > * {
        color: rgb(255, 255, 255);
    }

@media (min-width:550px) {
    #text-83774178 {
        font-size: 1.25rem;
    }
}

.has-submenu {
    position: relative;
}

    .has-submenu > a {
        display: flex;
        justify-content: space-between; 
        align-items: center;
        text-decoration: none;
        color: #333;
    }

.submenu2 {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #219EBC;
}

    .submenu2 li {
        padding: 10px;
    }

        .submenu2 li a {
            text-decoration: none;
            color: #666;
            display: block;
        }

.has-submenu.active > .submenu2 {
    display: block;
}

.submenu-toggle {
    cursor: pointer;
    font-size: 18px;
    color: black;
}
@media (max-width: 679px) {
    h2 {
        font-size: 1.2em!important;
    }
    .hide-for-medium2 {
        opacity: 0 !important;
    }
}
@media (min-width: 679px) {
    .size-woocommerce_thumbnail {
        height: 230px;
    }
    
}
.hide-for-medium {
    opacity:0!important;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
    z-index: 2 !important;
}
.page-numbers.active {
    background-color: #446084;
    border-color: #446084;
    color: #fff;
}
.float-contact {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 99999;
}

.chat-zalo {
    background: #8eb22b;
    border-radius: 20px;
    padding: 0 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
    height: 40px;
}

.chat-face {
    background: #125c9e;
    border-radius: 20px;
    padding: 0 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
    height: 40px;
}

.float-contact .hotline {
    background: #d11a59 !important;
    border-radius: 20px;
    padding: 0 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
    height: 40px;
}

.chat-zalo a, .chat-face a, .hotline a {
    font-size: 15px;
    color: white;
    font-weight: 400;
    text-transform: none;
    line-height: 0;
}

.button01 {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    font-family: 'Nunito', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #313133;
    background: #af0808;
    /*background: linear-gradient(90deg, rgba(129,230,217,1) 0%, rgba(79,209,197,1) 100%);*/
    border: none;
    border-radius: 50%;
    box-shadow: 12px 12px 24px rgba(79,209,197,.64);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
}

button01::before {
    content: '';
    border-radius: 1000px;
    border: 6px solid #00FFCB;
    box-shadow: 0 0 60px rgba(0,255,203,.64);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
    width: 50px;
    height: 50px;
}

.button01:hover, .button01:focus {
    color: #313133;
    transform: translateY(-6px);
}

button01:hover::before, button01:focus::before {
    opacity: 1;
}

button01::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 6px solid #00FFCB;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}

button01:hover::after, button01:focus::after {
    animation: none;
    display: none;
}

@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }

    100% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
}


/*icon02*/
.button02 {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    font-family: 'Nunito', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #313133;
    background: #0c4fdc;
    /*background: linear-gradient(90deg, rgba(129,230,217,1) 0%, rgba(79,209,197,1) 100%);*/
    border: none;
    border-radius: 50%;
    box-shadow: 12px 12px 24px rgba(79,209,197,.64);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
}

button02::before {
    content: '';
    border-radius: 1000px;
    border: 6px solid #00FFCB;
    box-shadow: 0 0 60px rgba(0,255,203,.64);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
    width: 50px;
    height: 50px;
}

.button02:hover, .button02:focus {
    color: #313133;
    transform: translateY(-6px);
}

button02:hover::before, button02:focus::before {
    opacity: 1;
}

button02::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 6px solid #00FFCB;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}

button02:hover::after, button02:focus::after {
    animation: none;
    display: none;
}


/*icon03*/
.button03 {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    font-family: 'Nunito', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #313133;
    background: #0c4fdc;
    /*background: linear-gradient(90deg, rgba(129,230,217,1) 0%, rgba(79,209,197,1) 100%);*/
    border: none;
    border-radius: 50%;
    box-shadow: 12px 12px 24px rgba(79,209,197,.64);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    /*padding: 10px;*/
}

button03::before {
    content: '';
    border-radius: 1000px;
    border: 6px solid #00FFCB;
    box-shadow: 0 0 60px rgba(0,255,203,.64);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
    width: 50px;
    height: 50px;
}

.button03:hover, .button03:focus {
    color: #313133;
    transform: translateY(-6px);
}

button03:hover::before, button03:focus::before {
    opacity: 1;
}

button03::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 6px solid #00FFCB;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}

button03:hover::after, button03:focus::after {
    animation: none;
    display: none;
}

.iconzalo::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 6px solid #1ce608;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}
/*icon4*/

.button02 {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    font-family: 'Nunito', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #313133;
    background: #0c4fdc;
    /*background: linear-gradient(90deg, rgba(129,230,217,1) 0%, rgba(79,209,197,1) 100%);*/
    border: none;
    border-radius: 50%;
    box-shadow: 12px 12px 24px rgba(79,209,197,.64);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
}

button02::before {
    content: '';
    border-radius: 1000px;
    border: 6px solid #00FFCB;
    box-shadow: 0 0 60px rgba(0,255,203,.64);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
    width: 50px;
    height: 50px;
}

.button02:hover, .button02:focus {
    color: #313133;
    transform: translateY(-6px);
}

button02:hover::before, button02:focus::before {
    opacity: 1;
}

button02::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 6px solid #00FFCB;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}

button02:hover::after, button02:focus::after {
    animation: none;
    display: none;
}
.postion-home {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    margin-bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
}
.title-home{
    font-size:24px;
    font-weight:600;
}
@media(max-width:769px){
    .title-home {
        font-size: 13px!important;
        font-weight: 600;
    }
    .postion-home {
        position: absolute;
        top: 0px!important;
        left: 0px!important;
        transform: translate(0%, 0%)!important;
        border-radius: 10px;
        margin-bottom: 0px;
        background: rgba(0, 0, 0, 0.5);
        height: 100%;
        text-align: center;
        justify-content: center;
        display: flex;
    }
}