.d-none {
    display: none;
}

#LRdiv2 {
    /*position: relative;*/
    /*z-index: 999;*/
}
/*------------------- bottom-tuvan-lchat -------------------*/
#bottom-tuvan-lchat {
    display: none;
    height: auto;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-image: linear-gradient(#c0e1e1, #cbe3e1);
    background-image: -moz-linear-gradient(#c0e1e1, #cbe3e1);
    background-image: -webkit-linear-gradient(#c0e1e1, #cbe3e1);
    background-image: -o-linear-gradient(#c0e1e1, #cbe3e1);
    z-index: 9
}

#bottom-tuvan-lchat .bottom_close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: red;
    background: white;
    border-radius: 100%;
    font-size: 24px;
    height: 24px
}

#bottom-tuvan-lchat .bottom_close .fas {
    display: inherit
}

#bottom-tuvan-lchat .bottom_img {
    width: 22%;
    float: left
}

#bottom-tuvan-lchat .number-chat {
    position: absolute;
    bottom: 30px;
    right: 10px;
    background-color: #ff0000;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    padding: 0 12px;
    line-height: 32px;
    font-size: 16px;
    color: #fffa2a;
    border-bottom-left-radius: 0
}

.tit-bottom-tuvan-lchat {
    background: #048492;
    color: #fff;
    text-align: left;
    padding: 5px 32px 5px 15px;
}

#chat-bottom-1, #chat-bottom-2 {
    display: none;
    margin: 10px
}

.chat-bottom-tuvan-lchat {
    padding-left: 12px;
    margin-top: 7px;
    text-align: justify;
    font-size: 12px;
    line-height: 22px;
    color: #000;
    float: right;
    min-height: 40px;
    padding: 5px;
    width: 75%;
    border: 1px solid #7ebbe4;
    border-top-color: #b2daf0;
    border-radius: 6px;
    box-shadow: 0 3px 0 #3ea0dd, inset 0 1px 1px #fff;
    background-image: -moz-linear-gradient(#c6e5fa, #a6d7f7);
    background-image: -webkit-linear-gradient(#c6e5fa, #a6d7f7);
    background-image: -o-linear-gradient(#c6e5fa, #a6d7f7);
    background-image: linear-gradient(#c6e5fa, #a6d7f7)
}

.btn-tuvan {
    height: 60px;
    clear: both;
    width: 100%;
    padding: 10px 0 15px;
    border-top: 1px solid #c7c7c0;
    border-bottom: 1px solid #979185;
    background-color: #eaebed;
    text-align: center
}

.btn-tuvan span {
    display: inline-block;
    width: 39%;
    height: 2em;
    float: left;
    margin: 0 5%;
    border: 1px solid #a6a5a1;
    border-radius: 5px;
    background-color: #fefefe;
    box-shadow: 0 2px 2px #d1d1d3;
    font-size: 16px;
    color: #6c6761;
    line-height: 2;
    text-align: center;
    text-decoration: none;
    transition: all .3s linear 0s
}

#bottom-tuvan-lchat .btn-tuvan-left {
    -webkit-animation: maume 1.5ms infinite;
    -moz-animation: maume 1.5ms infinite;
    -o-animation: maume 1.5ms infinite;
    animation: maume 1.5s infinite
}

@-webkit-keyframes maume {
    25% {
        opacity: 0.7
    }
    50% {
        background: red;
        color: white
    }
    75% {
        opacity: 0.7
    }
}

@keyframes maume {
    25% {
        opacity: 0.7
    }
    50% {
        background: red;
        color: white
    }
    75% {
        opacity: 0.7
    }
}

.w-clear:after {
    display: block;
    content: "";
    clear: both
}

/*------------------- phone-alo -------------------*/

.phone-alo-phone {
    position: fixed;
    background-color: transparent;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 200 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    top: 20%;
    right: 0;
}

.phone-alo-ph-circle {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    -webkit-animation: phone-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: phone-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: phone-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: phone-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phone-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-color: #f15b5a;
    opacity: .5;
}

.phone-alo-ph-circle-fill {
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phone-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: phone-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: phone-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: phone-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phone-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #f15b5a;
    opacity: .75 !important;
}

.phone-alo-ph-img-circle {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(../images/icon-call.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .9;
    -webkit-animation: phone-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: phone-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: phone-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: phone-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-size: 70%;
    background-color: #f15b5a;
}

@media screen and (min-width: 991px){
    .phone-alo-phone {
        width: 90px;
        height: 90px;
    }

}


@-moz-keyframes phone-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes phone-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes phone-alo-circle-anim {
    0% {
        -o-transform: rotate(0) scale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-webkit-keyframes phone-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes phone-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

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

@-webkit-keyframes phone-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)
    }
}

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

/*------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .header_form {
        display: none;
    }
}

span.click_danhmuc {
    width: 47px;
    margin-right: 10px;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 25px;
    border: 1px solid #ffffff7d;
    border-radius: 3px;
}

.header_phone {
    width: 40px;
    height: 40px;
    float: right;
    line-height: 40px;
    font-size: 35px;
    text-align: center;
    margin: 0 10px;
    animation: rung 1s infinite;
}

.header_phone a {
    color: #fff;
    animation: shake 1s linear infinite;
    display: block;
}

.header_fixed {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FF9EBB;
    z-index: 9999;
    padding: 7px;
    overflow: hidden;
}

.header_form input {
    height: 40px;
    width: calc(100% - 14px - 57px - 56px - 60px);
    padding: 0 5px;
    border-radius: 5px;
    float: left;
    background: #fff;
    color: #000;
    font-family: sans-serif;
    margin-top: 0;
    border: none;
    font-size: 1rem;
    text-transform: none;

}

.header_form input::placeholder {
    color: #212529;
    text-transform: none;

}


.header_form .d-send {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 56px;
    height: 40px;
    color: #FF9EBB;
    border-radius: 5px;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
}

@keyframes rung {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    10% {
        transform: translate(0px, 5px) rotate(-25deg);
    }
    12% {
        transform: translate(0px, 5px) rotate(-23deg);
    }
    20% {
        transform: translate(0px, 0px) rotate(-15deg);
    }
    21% {
        transform: translate(0px, 5px) rotate(-15deg);
    }
    30% {
        transform: translate(0px, 0px) rotate(-20deg);
    }
    40% {
        transform: translate(0px, 5px) rotate(-10deg);
    }
    51% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@media screen and (max-width: 767px) {
    .header__menu {
        position: relative;
    }

    .header__menu.fixed {
        position: relative;
    }

    .header_fixed {
        display: block !important;
    }
}

/*------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .footer-fix-taimuihong {
        display: none;
    }
}

.footer-fix-taimuihong {
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 998;
    max-width: 650px;
    margin: auto;
}

.footer-fix-taimuihong ul {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    list-style: none;
}

.footer-fix-taimuihong ul li {
    width: 33%;
    float: left;
    height: 100%;
}

.footer-fix-taimuihong ul a {
    width: 100%;
    height: 100%;
    display: block;
}

@media screen and (max-width: 767px) {
    .footer-fix-taimuihong {
        display: block;
    }
}


/*-------------------------------------------------------------------------*/

.modalvjs {
    position: fixed;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.modalvjs.openvjs {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.modal-bgvjs {
    position: absolute;
    background: #000000b0;
    width: 100%;
    height: 100%;
}

.modal-containervjs {
    position: relative;
    padding: 15px;
    margin-top: 15px;
}

.model-body-vjs {
    position: relative;
    text-align: center;
    margin: auto;
}

.model-body-vjs img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 767px){
    .model-body-vjs {
        max-width: 80%;
    }
}

.modal-closevjs {
    position: absolute;
    right: 0px;
    top: 0px;
    outline: none;
    appearance: none;
    color: red;
    background: none;
    border: 0px;
    font-weight: bold;
    cursor: pointer;
    width: 13%;
    height: 13%;
}