a#back_to_Top {
    bottom: 10px;
}
#notIndex-fixed-actions {
    position: fixed;
    bottom: 80px;
    right: 8px;
    gap: 3px;
    display: flex;
    flex-direction: column;
    z-index: 999;
}
#notIndex-fixed-actions .fixed-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#notIndex-fixed-actions .fixed-item img {
    width: 44px;
}

#notIndex-fixed-actions .fixed-item a {
    z-index: 15;
}

#notIndex-fixed-actions .fixed-item a{
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}
.bg-youtube {
    background: #fff;
    border-radius: 50%;
}
#back_to_Top {
    right: 5px;
}
.hotline-bar {
    position: absolute;
    background: #ee161e;
    height: 45px;
    width: 184px;
    line-height: 40px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    border-radius: 50px;
    right: 0;
}
.hotline-bar span {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-indent: 10px;
    letter-spacing: 1px;
    display: block;
    line-height: 45px;
}
.tab-pane p, .tab-pane span {
    font-family: "Quicksand",sans-serif !important;
}
.nav-pills>li>a, .list_sp>li>a, #menu a, .lv3.tp_menu_item {
    font-weight: 600;
}

@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.menu-item {
    position: relative;
}

.custom_menu {
    animation-name: bounce;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.nav-pills > li.custom_menu > a {
    background: #91ad41;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 5px;
}

.widget-title {
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 18px;
}

#fContact label {
    display: block;
}

form#fContact {
    /*width: 600px; */
    margin: 20px auto;
}

form#fContact label {
    display: block;
    margin: 12px 0;
}

form#fContact label span {
    float: left;
    color: #54595a;
    width: 30%;
}

form#fContact label input {
    display: inline-block;
    width: 100%;
    height: auto;
    border: 1px solid #91ad41;
    box-sizing: border-box;
    padding: 15px 10px;
}

form#fContact label input::placeholder, form#fContact label textarea::placeholder {
    font-weight: 700;
}

form#fContact label textarea {
    width: 100%;
    display: inline-block;
    height: 150px;
    resize: none;
    box-sizing: border-box;
    border: 1px solid #91ad41;
    padding: 15px 10px;
}

form#fContact button[type="submit"] {
    display: inline-block;
    padding: 25px 45px;
    height: auto;
    width: fit-content;
    border: none;
    background-color: #91ad41;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

form#fContact #showErrorContact {
    border: 1px dashed #F04E23;
    margin-bottom: 20px;
    color: #F04E23;
    padding: 2px 5px;
    text-align: center;
}

form#fContact #showSuccessContact {
    border: 1px dashed #008000;
    margin-bottom: 20px;
    color: #008000;
    padding: 2px 5px;
    text-align: center;
}

#contactForm {
    margin: 50px 0;
    padding: 0 80px;
}

.menu-item > .tp_menu > .tp_menu_item:hover {
    background: transparent !important;
}

.menu-item > .tp_menu > .tp_menu_item:hover > a {
    background: #91ad41 !important;
    color: #fff;
    padding: 10px 15px;
}

@media (min-width: 768px) {
    .hotline-phone-ring-circle-fill {
        width: 80px;
        height: 80px;
        position: absolute;
        background-color: rgba(21, 100, 167, 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%;
        z-index: 10;
    }
    #notIndex-fixed-actions {
        gap: 36px;
        right: 38px;
    }
    #back_to_Top {
        right: 35px;
    }

}

@media (max-width: 767px) {
    .hotline-bar {
        display: none;
    }

    .ov-hidden {
        overflow: hidden;
    }

    .slider_3 {
        width: 70%;
    }

    .ov-hidden .owl-carousel .owl-stage-outer {
        overflow: initial;
    }

    #contactForm {
        padding: 30px 0;
    }

    #contactForm img {
        margin-bottom: 20px;
    }

    #menu {
        background-color: #fff;
    }

    #menu a {
        color: #000;
    }

    li.custom_menu > a {
        background: #91ad41 !important;
        color: #fff !important;
        padding: 10px 15px;
        border-radius: 5px;
    }
}


@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@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);
    }
}