/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */


/* Các tùy chỉnh CSS của giao diện nên để vào đây */

.header {
    background: #37b34b;
    color: #fff;
}

.header .logo span {
    font-size: 28px;
    font-weight: 700;
    margin-left: 20px;
}

.header #menusite .navbar-default {
    background: transparent !important;
    border: none;
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-main .header-menu-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

footer ul li {
    margin-bottom: 5px;
    font-size: 14px;
}

.header .navbar-collapse {
    -webkit-box-shadow: unsets;
    box-shadow: unset;
}

.header .header-contact ul li {
    color: #fff;
    font-size: 14px;
}

.header .header-contact li em {
    width: 20px;
    text-align: center;
}

.header-logo {
    display: flex;
    align-items: center;
}

#header .site-name {
    margin-left: 30px;
}

#header .site-name h1,
#header .site-name .site_name {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px;
}

.third-nav .bg>.clearfix {
    align-items: center;
    display: flex;
}

.banner-slider {
    margin-top: -6px;
}

.slick-arrow {
    width: 50px !important;
    height: 50px !important;
    background: rgba(51, 51, 51, 0.6) !important;
    border-radius: 50%;
    z-index: 1 !important;
}

.slick-prev::before {
    background-image: url(../images/angle-left-solid.svg);
    background-size: cover;
    width: 16px;
    height: 32px;
    content: "";
    background-repeat: no-repeat;
    color: unset !important;
    opacity: 1 !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    filter: brightness(0) invert(1);
}

.slick-next::before {
    background-image: url(../images/angle-right-solid.svg);
    background-size: cover;
    width: 16px;
    height: 32px;
    content: "";
    background-repeat: no-repeat;
    color: unset !important;
    opacity: 1 !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    filter: brightness(0) invert(1);
}

@media screen and (max-width:1200px) {
    .slick-prev {
        left: 10px !important;
    }
    .slick-next {
        right: 10px !important;
    }
}

.footer-content ul {
    padding-left: 0;
}

.back-to-top {
    position: fixed !important;
    bottom: 50px;
    right: 15px;
    display: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 17px;
    z-index: 3;
    transition: all ease 0.5s;
    color: #fff;
    background: #178228;
}

.back-to-top i {
    color: #fff;
}

.back-to-top.active {
    display: block;
}

#footer .treeview li {
    background: none !important;
    padding-left: 0 !important;
}

.company_name span {
    font-size: 17px !important;
}

.company_info li {
    display: flex;
}

#button-contact-vr {
    position: fixed;
    bottom: 50px;
    z-index: 99999;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -15px;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -15px;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #f74b4b;
    background-color: rgba(249, 95, 95, 0.933);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
    background-color: #f74b4b;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    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);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

#mess img {
    /* width: 35px; */
    border-radius: 50%;
    /* height: 32px; */
}

#mess .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

#mess .phone-vr-img-circle {
    background-color: #2196f3;
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, 0.8);
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497;
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%);
}

#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741;
}

#whatsapp-vr .phone-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}


/*css all in one*/

#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all;
}

#gom-all-in-one #contact-vr {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}

.loadContactForm {
    background: #37b34b;
}

.loadContactForm form {
    background: #37b34b;
}

.loadContactForm form .input-group {
    width: 100%;
}

.loadContactForm form input,
.loadContactForm form select {
    border-radius: 4px !important;
}

.loadContactForm .panel-heading h2 {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

.dhx_popup {
    z-index: 12 !important;
}

.fa-pointer {
    color: #fff !important;
}

#ui-datepicker-div {
    z-index: 2 !important;
}

#menusite .navbar-default {
    background-color: #178228;
}

.panel-primary>.panel-heading {
    background-color: #178228;
    border-color: #178228;
}

.metismenu .sidebar-nav {
    background: #33a346 !important;
    background-image: linear-gradient(to right, #33a346 4px, #33a346 4px) !important;
}

.panel-primary {
    border-color: #37b34b;
}

.btn-success {
    background-color: #178228;
    border-color: #178228;
}