.zalo-pt{
    background: url(zalo.svg) center center no-repeat;
}
#main-div {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
}

#main-button {
    z-index:2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 60px;
    width: 60px;
    font-size: 30px;
    color: #fff;
    border:1px solid;
    cursor: pointer;
    background: linear-gradient(90deg, rgb(55 125 205) 0%, rgb(11, 70, 137) 100%);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#main-button ~ .btn-call {
    display: flex;
    padding: 4px;
    visibility: hidden;
    font-weight: 500;
    height: 51px;
    color: #fff;
    background: linear-gradient(90deg, #003d52, #004f62);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    border: 1px solid;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    opacity: 0;
    white-space: nowrap;
    cursor: pointer;
    transition: .2s all linear;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -ms-transition: .2s all linear;
    -o-transition: .2s all linear;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
@media only screen and (max-width:549px){
    #main-button ~ .btn-call {max-width: 272px;
    }}
.btn-call .fas{
    font-size: 22px;
    margin: auto 10px;
}
#main-div .hotline-bar {
    position: absolute;
    background: #c99f7d;
    border: 1px solid white;
    height: 55px;
    width: 55px;
    padding: 0 10px 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: -1;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    right: 0;
    bottom: -2px;
    overflow:hidden;
}
[class*=icon-cps-] {
    background-image: url(support-icons.png);
    background-repeat: no-repeat;
    background-size: 60px;
    width: 60px;
    height: 60px;
    display: inline-block;
}
.wave-button.open .icon-cps-icons-support{
    background-image: url(wave-button-close.png) !important;
}
.icon-cps-icons-support {
    width: 60px;
    height: 60px;
}
.wave-button.open~ .devvn_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.39);
    z-index: 1;
    transition: all 1.25s ease;
}
#main-div .hotline-bar.open {width:195px;}
#main-div .hotline-bar > span {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 1px;
    line-height: 20px;
    font-family: Arial;
    text-align: center;
    padding-top: 6px;
    padding-left: 3px;
}
#main-div .hotline-bar-chat {
    position: absolute;
    background: #0f7a9a;
    border: 1px solid white;
    height: 55px;
    width: 55px;
    padding: 0 10px 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: -1;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    right: 0;
    bottom: -2px;
    overflow:hidden;
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 0.6s;
}
#main-div .hotline-bar-chat > span {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    font-family: Arial;
    text-align: center;
    padding-top: 6px;
    padding-left: 3px;
}
#main-button.open ~ .btn-call {
    z-index:2;
    visibility: visible;
    right: 85px;
    opacity: 1;
    transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button ~ a {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: -1;
    height: 50px;
    width: 55px;
    font-size: 30px;
    opacity: 0;
    text-decoration: none;
    color: #fff;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .2s all linear;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -ms-transition: .2s all linear;
    -o-transition: .2s all linear;
}

.zalo-custom .zalo-pt {
    padding: 27px;
    border-radius: 99%;
    border: 1px solid;
}
#main-div .zalo-pt:hover + .hotline-bar-chat{width:160px}
#main-div .fas.fa-phone {
    padding: 11px;
    border-radius: 99%;
    background: linear-gradient(0deg, #00B100, #09db09);
    border: 1px solid;
    width:55px;
    height:55px;
}

#main-div .fab.fa-viber {
    padding: 12px;
    border-radius: 99%;
    background: linear-gradient(0deg, #665CAC, #766acc);
    border: 1px solid;
    width:55px;
    height:55px;
}
#main-div .fab.fa-viber:hover + .hotline-bar-chat{
    width: 160px;
    background-color: #562578;
}
#main-div .fab.fa-skype {
    padding: 12px;
    border-radius: 99%;
    background: linear-gradient(0deg, #008cc0 , #00aff0);
    border: 1px solid;
    width:55px;
    height:55px;
}
#main-div .fab.fa-skype:hover + .hotline-bar-chat{width:168px}
#main-div .fab.fa-whatsapp {
    padding: 12px;
    border-radius: 99%;
    background: linear-gradient(0deg, #2a8c35, #4FCE5D);
    border: 1px solid;
    width:55px;
    height:55px;
}
#main-div .fab.fa-whatsapp:hover + .hotline-bar-chat{
    width: 160px;
    background: linear-gradient(0deg, #2a8c35, #4FCE5D);
}
#main-div .far.fa-file-pdf {
    padding: 12px;
    border-radius: 99%;
    background: linear-gradient(0deg, #0d5679 , #00aff0);
    border: 1px solid;
    width:55px;
    height:55px;
    text-align: center;
}
#main-div .tai-bao-gia-custom .hotline-bar {
    position: absolute;
    background: linear-gradient(0deg, #0d5679 , #00aff0);
    border: 1px solid white;
    height: 55px;
    width: 55px;
    padding: 0 10px 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: -1;
    border-radius: 50px;
    right: 0;
    bottom: -2.5px;
    box-shadow: unset;
    overflow: hidden;
}
#main-div .tai-bao-gia-custom .hotline-bar.open {width:139px;}
#main-button.open ~ a {
    opacity: 1;
    transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}
#main-button.open ~ a:nth-of-type(1) {
    z-index:2;
    bottom: 80px;
}
#main-button.open ~ a:nth-of-type(2) {
    z-index:2;
    bottom: 140px;
}
#main-button.open ~ a:nth-of-type(3) {
    z-index:2;
    bottom: 200px;
}
#main-button.open ~ a:nth-of-type(4) {
    z-index:2;
    bottom: 260px;
}
#main-button.open ~ a:nth-of-type(5) {
    z-index:2;
    bottom: 320px;
}
.wave-button {
    animation-name: wave;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes wave {
    0% {box-shadow: 0 0 0px 0px rgba(15, 122, 154, 0.5);}
    100% {box-shadow: 0 0 0px 15px rgba(15, 122, 154, 0);}
}

.open {
    animation-iteration-count: 1;
}
.btn-call .wpcf7-response-output{
    position: absolute;
    top: -75px;
    right: 0;
}
.before-img{
    border: 1px solid #fff;
    border-radius: 50px;
    content: '';
    display: block;
    z-index: 99;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    bottom: 140px;
    background: url(close.png) center center no-repeat;
    background-size: 20px 20px;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.5s, background-size 0.5s, opacity ease-in-out .25s;
    -moz-transition: -moz-transform 0.5s, background-size 0.5s, opacity ease-in-out .25s;
    -o-transition: -o-transform 0.5s, background-size 0.5s, opacity ease-in-out .25s;
    transition: transform 0.5s, background-size 0.5s, opacity ease-in-out .25s;
}
.cau-chao{
    z-index:2;
    margin: auto;
    text-align: center;
    font-style: italic;
    text-transform: capitalize;
    width: 180px;
    position: absolute;
    right: 10px;
    bottom: 80px;
    padding: 5px 10px;
    height: 68px;
    border-radius: 9px;
    color: #0c345b;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 50%);
}
.cau-chao:before{bottom: -7px;
                 right: 16px;
                 left: auto;
                 border-right: 8px solid transparent;
                 border-top: 8px solid #FFFFFF;
                 border-left: 8px solid transparent;
                 border-bottom: 0 none;
                 display:block;
                 width: 0;
                 position:absolute;
                 content: '';
}
.pop-up-mess{
    display:none;
}

.pop-outin {
    animation: 2s anim-popoutin ease infinite;
    display: inline-block;
}

@keyframes anim-popoutin {
    0% {
        color: white;
        transform: scale(1);
        transform-origin: left bottom;
        opacity: 1;
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    25% {
        color: white;
        transform: scale(1.35);
        transform-origin: left bottom;
        opacity: 1;
        text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
    }
    50% {
        color: white;
        transform: scale(1);
        opacity: 1;
        text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(1);
        opacity: 1;
        text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
    }
}
.pop-outin1 {
    animation: 2s anim-popoutin1 ease infinite;
    display: inline-block;
}

@keyframes anim-popoutin1 {
    0% {
        color: white;
        transform: scale(1);

        opacity: 1;
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    25% {
        color: white;
        transform: scale(1.08);
        opacity: 1;
        text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
    }
    50% {
        color: white;
        transform: scale(1);

        opacity: 1;
        text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(1);
        opacity: 1;
        text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
    }
}


.my-text-typing{
    animation: tp-typing 4s steps(20) infinite;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    border-right: 0.15em solid white;
}
@keyframes tp-typing{
    0%{width:0}
    50%{width:100%}
    55%,65%,75%{opacity:1}
    60%,70%{opacity:0}
    80%{width:100%}
    100%{width:0}
}
.my-arrow{
    position: fixed;
    bottom: 68px;
    right: 5%;
    transform: translate(-50%,-50%);
    z-index: 998;
}
.my-arrow span{
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 6px solid #d2000b;
    border-right: 6px solid #d2000b;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.my-arrow span:nth-child(2){
    animation-delay: -0.2s;
}
.my-arrow span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}
@media screen and (max-width: 849px) {
    .my-arrow{left:39px}
}
#test-my-custom .wpcf7-response-output {
    position: absolute;
    top: -150px;
    right: 0;
}
.custom-popUp {
    position: fixed;
    z-index:1001;
    max-width: 350px;
    height: 330px;
    background: white;
    border: 2px solid #b6ddda;
    bottom: 0;
    margin-left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    margin-bottom:-425px;
    right: 0px;
}

.custom-popUp .x-close {
    color: #ffffff;
    right: -9px;
    top: -7px;
    position: absolute;
    font-size: 20pt;
    cursor: pointer;
    z-index: 1;
    background: linear-gradient(90deg, rgb(55 125 205) 0%, rgb(11, 70, 137) 100%);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 0px;
    line-height: 0px;
    cursor: pointer;
}
.add-plus {
    position: fixed;
    z-index:999;
    color: #fff;
    bottom: 0;
    font-size: 15px;
    right: 2%;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
    width: 242px;
    background: #d2000b;
    justify-content: flex-start;
    padding: 15px 10px;
    display: -webkit-flex;
    align-items: center;
    height: 45px;
    border-radius: 10px 10px 0 0;
    border-top: 2px solid white;
    border-right: 2px solid white;
    border-left: 2px solid white;
    cursor: pointer;
}
.custom-popUp.active{
    margin-bottom: 0px!important;
}
.add-plus.active{
    margin-bottom: -55px;
}
.add-plus.active ~ .devvn_bg{position: fixed;
                             top: 0;
                             left: 0;
                             right: 0;
                             bottom: 0;
                             background: rgba(0, 0, 0, 0.68);
                             z-index: 1;
                             transition: all 1.25s ease;}
@media only screen and (max-width: 350px) {
    .back-to-top {
        bottom: 50px;
        left: 2%;
        right: unset;
    }
}
#test-my-custom .col-inner{
    padding: 0px 12px !Important;
}
.fill {
    height: 100%;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
}
#text-box-637413612 {
    width: 60%;
}
.banner-layers>* {
    position: absolute !important;
}
.banner-bg :is(img,picture,video) {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    width: 100%;
}
.has-hover .bg, .has-hover [class*=image-] img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.custom-popUp .banner {
    background-color: #000b2e;
    min-height: 30px;
    position: relative;
    width: 100%;
    height: 135px;
}
.custom-popUp .banner-layers {
    height: 100%;
    max-height: 100%;
    position: relative;
}
#banner-1248062932 {
    padding-top: 39%;
}
#banner-377531032 .overlay {
    background-color: rgba(0, 0, 0, .5);
}
.overlay {
    background-color: rgba(0, 0, 0, .15);
    height: 100%;
    left: -1px;
    pointer-events: none;
    right: -1px;
    top: 0;
    transition: transform .3s, opacity .6s;
}
.img .caption, .overlay {
    bottom: 0;
    position: absolute;
}
.y50.x50 {
    transform: translate(-50%, -50%);
}
.y50 {
    top: 50.3%;
    transform: translateY(-50%);
}
.x50 {
    left: 50%;
    transform: translateX(-50%);
}
.custom-popUp .dark p{
    color: orange;
    text-shadow: 1px 1px 3px #000;
}
.custom-popUp p.lead {
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
    letter-spacing: 0px !Important;
}
.uppercase{
    text-transform: uppercase;
}
.custom-popUp #info-left {
    width: 49%;
    float: left;
    margin-right: 2%;
}
.custom-popUp #info-right {
    width: 49%;
    float: right;
}
.custom-popUp input {
    border: 0 solid !Important;
    border-bottom: 1px solid #000b2e !Important;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 2%) !Important;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 2%) !Important;
}
.custom-popUp .submit-btn-custom {
    background: linear-gradient(248deg, #2ab574 0%, #283891 100%) !important;
    border: 1px solid !important;
    border-radius: 5px !important;
}
.custom-popUp .contact-input {
    padding-left: 40px !important;
}
#row-1709715485 > .col > .col-inner {
    padding: 20px 10px 0px 10px;
}
@media (min-width:550px) {
    #row-1709715485 > .col > .col-inner {
        padding: 30px 30px 0px 30px;
    }
}
#banner-1749810328 {
    padding-top: 39%;
}
#banner-1749810328 .overlay {
    background-color: rgba(0,0,0,.5);
}
#text-box-1059131459 {
    width: 100%;
}
#text-box-1059131459 .text-box-content {
    font-size: 100%;
}
#text-3812073622 {
    font-size: 1rem;
}
@media (min-width:550px) {
    #text-3812073622 {
        font-size: 1.2rem;
    }
}
.custom-popUp .form-group{
    float: left;
    width: 100%;
}
.custom-popUp input::placeholder{
    color: #000;
}
.custom-popUp input#hoten{
    background: url("icon-user.gif") left center no-repeat !Important;
    padding-left: 25px;
    height: 40px;
    line-height: 40px;
}
.custom-popUp input#dienthoai{
    background: url("icon-hotline.gif") left center no-repeat !Important;
    padding-left: 25px;
    height: 40px;
    line-height: 40px;
}
.custom-popUp input#email{
    background: url("icon-email.gif") left center no-repeat !Important;
    padding-left: 25px;
    height: 40px;
    line-height: 40px;
}
.custom-popUp input[type="submit"]{
    background: linear-gradient(90deg,#dcc572 0%,#9f772c 100%);
    border: 1px solid !important;
    border-radius: 5px !important;
    height: 40px;
    line-height: 40px;
    padding: 0px 30px;
    font-weight: bold;
}
#test-my-custom .wpcf7-response-output{
    display: none;
}
#test-my-custom  .wpcf7-not-valid{
    background-color: #fff !Important;
}
#test-my-custom .wpcf7-not-valid-tip {
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
}
html #topcontrol{
    right: 86px;
    border-radius: 100%;
    bottom: 12px !important;
}