/* 2) css footer.css */

.wrap-list-category-product {
    background: #eee;
    padding: 20px 0;
    margin-top: 20px;
}

.wrap-list-category-product ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-left: -15px;
    margin-right: -15px;
}

.wrap-list-category-product ul li {
    width: 33.33%;
    margin-bottom: 5px;
    padding: 0 15px;
}

.wrap-list-category-product ul li a {
    /* margin-bottom: 5px; */
    font-size: 13px;
}

.form-dkn .modal-content.fix-md-ct {
    border-radius: 0;
    border: 0;
    background: transparent;
}

.modal.form-dkn .modal-dialog {
    max-width: 700px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.form-dkn .modal-body {
    position: relative;
    padding: 0;
    background: transparent;
    color: #333;
    width: 100%;
}

.form-dkn .form-reg-kmn {
    background-color: #46b4e7;
    padding: 18px 20px;
    border-radius: 0px;
    width: 100%;
    float: none;
}

.form-dkn .form-nn {
    overflow: hidden;
}

.form-dkn button.close {
    top: 5px;
    float: right;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    right: 10px;
    opacity: 0.9;
    outline: 0;
}

.form-dkn .fix-md-ct form {
    float: left;
    width: 100%;
}

.form-dkn .form-reg-kmn {
    background-color: #46b4e7;
    padding: 18px 20px;
    border-radius: 0px;
    width: 100%;
    float: right;
}

.form-dkn .form-reg-kmn2 {
    background-color: #2b3d6f;
    padding: 18px 20px;
    border-radius: 0px;
    width: 100%;
    float: none;
}

.form-dkn span#text3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}

.form-dkn p {
    color: #fff;
    font-weight: 300;
    text-align: center;
    font-size: 14px;
    margin-bottom: 12px;
}

.form-dkn input.form-control.ttt,
.form-dkn select.form-control.ttt {
    margin: 0;
    height: 32px;
    padding: 5px 10px;
    border-radius: 2px;
    box-shadow: unset;
    border: 0;
    font-size: 15px;
}

.form-dkn select {
    margin: 0;
    height: 32px;
    padding: 5px 10px;
    border-radius: 2px;
    box-shadow: unset;
    border: 0;
    font-size: 15px;
    width: 100%;
}

.form-dkn textarea.form-control {
    height: auto;
    margin: 0;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: unset;
}

.form-dkn .form-group input {
    border-radius: 5px;
    height: 40px;
    line-height: 45px;
    padding: 0 15px;
    font-weight: 300;
    font-size: 17px;
    border: solid 1px #ccc;
}

.form-dkn .form-group {
    margin-bottom: 15px;
    border-radius: 0;
}

.form-dkn .box-form form {
    max-width: 900px;
    width: 100%;
}

.form-dkn .form-group button {
    display: inline-block;
    background-image: linear-gradient(to right, #ca9115, #e2b13e);
    color: #000;
    padding: 12px 25px;
    font-weight: 500;
    font-size: 15px;
    float: right;
    border: none;
    border-radius: 20px;
    text-transform: uppercase;
    visibility: visible;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-name: animation-glowing-white;
    animation: animation-glowing-white 1.5s infinite;
}

.footer {
    font-size: 12px;
}

.box-footer {
    /* padding: 20px; */
}

.footer-top {
    padding: 7px 0;
    background-image: linear-gradient(to right, #002995, #00a3f3);
}

.box-social-footer {
    display: flex;
    align-items: center;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #fff;
    margin-bottom: 0px;
    /* flex-wrap: wrap; */
    width: 31%;
}

.text-f1 {
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
}

.text-f2 {
    color: #fff;
    font-size: 13px;
    margin-left: 15px;
    line-height: 16px;
    width: 255px;
}

.box-footer-top {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}

.form-register {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-register .box-form {
    justify-content: flex-start;
}

.form-register .box-form form {
    display: flex;
    align-items: center;
}

.btn-hoptac {
    white-space: nowrap;
    background-color: #fff;
    color: #f38c13;
    text-transform: uppercase;
    font-weight: bold;
    /* height: 45px; */
    border-radius: 0;
    /* margin-left: 10px; */
    border: unset;
}

.form-register .box-form .input-group .form-control {
    height: 35px;
    width: 270px;
    font-size: 13px;
    border-radius: 0;
    border: solid 1px #fff;
}

.form-register .box-form .input-group-btn>.btn {
    height: 35px;
    border-radius: 0;
    background-image: linear-gradient(to right, #e86300, #ffb400);
    text-transform: none;
    color: #fff;
    font-size: 13px;
}

.box-logo-footer {
    /* padding-right:100px; */
    max-width: 455px;
}

.box-logo-footer .info-footer .name_company{
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.logo-footer {
    /* padding: 19px 0; */
    margin-bottom: 10px;
    text-align: left;
}

.logo-footer img {
    max-width: 225px;
    height: auto;
    object-fit: cover;
}

.info-footer {
    font-size: 14px;
    line-height: 24px;
}

.footer strong {
    font-size: 15px;
}

.footer a {
    /* font-weight: 700; */
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.footer-main {
    padding: 40px 0 25px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
	background-image: linear-gradient(to right, #002995, #00a3f3);
}

.footer-main-in {
    padding: 20px 0;
    background: #f7f7f7;
    border-bottom: 0px dashed #f38c13;
}

.info-chinhanh strong {
    font-size: 16px;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
    font-size: 15px;
}

.border-top {
    padding-top: 15px;
    border-top: 2px solid #e23b41;
}

.footer-main>.container>.row {}

.pt_social {
    display: flex;
    /* margin-top: 16px; */
    /* float: left; */
    margin-left: 12px;
    /* margin: 0 auto; */
    /* justify-content: center; */
    /* margin-top: 10px; */
}

.pt_social li:not(:last-child) {
    margin-right: 20px;
}

.pt_social li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 20px;
    line-height: 30px;
    text-align: center;
    float: left;
    border-radius: 10px;
    color: #fff;
}

.pt_social li a i {
    font-size: 16px;
    line-height: 30px;
}

.col-item-footer {
    margin-bottom: 20px;
}

.logo-footer img {
    width: auto;
    height: 80px;
    max-width: 100%;
}

.footer-link {
    color: #e23b41;
}

.footer-link li {}

.footer-link li a {
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
}

.footer-form {}

.footer-form form {}

.footer-form form input {
    border-radius: 40px;
    box-shadow: unset;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 10px;
    color: #e23b41;
}

.footer-form form input::placeholder {
    color: #e23b41;
}

.footer-form form button {
    width: 100%;
    border-radius: 15px;
    text-transform: uppercase;
    color: #e23b41;
    border: 1px solid #e23b41;
    background: #fff;
    outline: unset;
    line-height: 25px;
    font-size: 13px;
    font-weight: 600;
}

.footer-form form button:hover {
    background-color: #e23b41;
    color: #fff;
}

.pt_contact_vertical {
    position: fixed;
    display: block;
    bottom: 85px;
    z-index: 100;
    left: 25px;
    display: none;
}

.contact-mobile .contact-item a {
    margin-bottom: 8px;
    display: block;
    transition: all 0.4s ease;
    position: relative;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.contact-mobile .contact-item a i {
    color: #fff;
    line-height: inherit;
}

.contact-mobile .contact-item .fb-mess {
    background-color: #4b76bd;
}

.tel_phone {
    border-radius: 30px;
    line-height: 45px;
    position: absolute;
    height: 45px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    background-color: #e9242d;
    color: white;
    top: 73px;
    left: 90px;
    padding: 0;
    font-weight: 600;
    width: 0;
    overflow: hidden;
    padding-left: 29px;
    transition: all 0.5s;
    opacity: 0;
}

.quick-alo-phone:hover .tel_phone {
    width: 165px;
    left: 90px;
    opacity: 1;
}

.tel_phone a {
    margin: 0;
    color: #fff;
    display: block;
    width: 135px;
}

.quick-alo-phone.quick-alo-show {
    visibility: visible;
    display: none;
}

.quick-alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 100px;
    height: 100px;
    display: block;
    cursor: pointer;
    z-index: 98;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility 0.5s;
    -moz-transition: visibility 0.5s;
    -o-transition: visibility 0.5s;
    transition: visibility 0.5s;
}

.quick-alo-ph-circle {
    width: 100px;
    height: 100px;
    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);
    border: 2px solid #3a71aa 9;
    opacity: 0.1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
    border-color: #e9242d;
    opacity: 0.5;
}

.quick-alo-ph-circle-fill {
    width: 80px;
    height: 80px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
    background-color: #e9242d;
    opacity: 0.75;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #e9242d;
}

.quick-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    top: 25px;
    left: 25px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(../images/quick-call-button.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-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%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #e9242d;
}

@-moz-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-webkit-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-o-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

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

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

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

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

.contact-messeger {
    position: fixed;
    right: 0;
    z-index: 999;
    width: 100px;
    height: 100px;
    bottom: 5px;
}

.contact-messeger .quick-alo-phone.quick-alo-show {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.contact-messeger .messeger {}

.contact-messeger .messeger img {
    width: 100%;
}

.contact-messeger .quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #282e88;
    background-image: url('../images/meseger.png');
    background-size: contain;
}

.contact-messeger .quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
    border-color: #282e88;
}

.contact-messeger .quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
    background-color: #282e88;
}

.link-footer {
    width: 100%;
    overflow: hidden;
}

.width-50 {
    float: left;
}

.link-footer .title-footer {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    /* color: #fff; */
    line-height: 24px;
    margin-bottom: 13px;
    padding-bottom: 5px;
    position: relative;
}

.link-footer .title-footer:before {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.link-footer .list-link {}

.link-footer .list-link li {
    color: #fff;
    margin-bottom: 5px;
    list-style: disc !important;
    margin-left: 20px;
}

.link-footer .list-link ul li {}

.link-footer .list-link li a {
    text-transform: capitalize;
    padding: 0;
    display: block;
    transition: 0.1s all ease 0s;
    line-height: 21px;
    font-size: 13px;
}

.link-footer .list-link li a:hover {
    color: #ffffff;
}

.list-link-inline {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.list-link-inline ul {
    display: flex;
    flex-wrap: wrap;
}

.list-link-inline ul li {
    list-style: disc !important;
    margin-left: 15px;
}

.list-link-inline ul li:not(:last-child) {
    margin-right: 15px;
    padding-right: 0px;
    width: 17%;
    line-height: 30px;
}

.list-link-inline ul li:not(:last-child):before {
    content: '';
    width: 0;
    height: 15px;
    position: absolute;
    background-color: #000;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.list-link-inline ul li a {
    font-size: 12px;
    font-weight: 700;
}

.footer-bottom {
    padding: 10px 0;
    position: relative;
    z-index: 1;
    text-align: center;
    background: #002995;
    color: #fff
}

.box-footer-bottom {
    text-align: center;
}

.copyright {
    font-size: 13px;
}

.float-contact {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999;
}

.chat-zalo {
    background: #0068ff;
    border-radius: 20px;
    padding: 0px 18px;
    color: #fff;
    display: block;
    margin-bottom: 6px;
    border: none;
}

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

.chat-face {
    background: #125c9e;
    background: rgb(57, 121, 255);
    background: linear-gradient(90deg, rgba(57, 121, 255, 1) 0%, rgba(255, 102, 106, 1) 100%, rgba(43, 142, 126, 1) 100%);
    border-radius: 20px;
    padding: 0px 18px;
    color: #fff;
    display: block;
    margin-bottom: 6px;
    border: none;
}

.float-contact .hotline {
    background: #f00!important;
    border-radius: 20px;
    padding: 0px 18px;
    color: #fff;
    width: 180px;
    display: block;
    margin-bottom: 6px;
    border: none;
}

.fix_hotline {
    display: none;
    margin: 0;
    padding: 0;
    left: 5px;
    bottom: 10px;
    position: fixed;
    z-index: 9;
    display: none;
}

.fix_hotline ul {
    float: left;
    width: 100%;
}

.fix_hotline li {
    padding: 5px;
    display: inline-block;
    position: relative;
    border-radius: 15px;
    border-radius: 50%;
    box-shadow: 0 3px 10px #888;
}

.fix_hotline li+li {
    margin-left: 10px;
}

.fix_hotline li img {
    width: 40px;
    height: auto;
    padding: 6px;
}

.call-floating-menu {
    background-color: #26c71f;
}

.zalo-floating-menu {
    background-color: #0078FF;
}

.messenger-floating-menu {
    background-color: #fff;
}

.filter_chungloai {
    padding: 0 10px;
    display: flex;
    float: left;
    width: 100%;
}

.filter_chungloai .name {
    width: 285px;
    color: #ed1c24;
    padding: 0 10px;
    display: flex;
    border: 1px solid #ddd;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.filter_chungloai .list_ds {
    padding: 6px 0;
    width: calc(100% - 160px);
    border: 1px solid #ddd;
}

.filter_chungloai .list_ds li {
    width: 25%;
    float: left;
}

.filter_chungloai .list_ds li a {
    display: block;
    font-weight: 500;
    padding: 3px 15px;
}

#button-contact-vr {
    top: calc(50% - 120px);
    right: 0;
    margin: -10px;
    transform: scale(0.8);
    margin-bottom: 100px !important;
    position: fixed;
    z-index: 99999;
}

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

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

#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 .5s;
    left: 0;
    bottom: 0;
    display: block;
}

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

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    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 .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;
}

#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 .5s;
    left: 0;
    bottom: 0;
    display: block;
}

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

.phone-vr-img-circle img {
    /* max-height: 25px; */
    /* max-width: 27px; */
    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%);
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

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

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

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

#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #dd3333;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #dd3333;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #dd3333;
}

#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #dd3333;
}

.phone-vr-img-circle {
    background-color: #e60808;
    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;
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

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


/* HHH */

@-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(.9)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

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

.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
}

.hotline_mobile_bottom{
    position: fixed;
    display: none;
    left: 0;
    width: 100%;
    z-index: 9;
    text-align: center;
    bottom: 0;
    height: 50px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    bottom: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #e86300;
}

.hotline_mobile_bottom .hotline_1{
    width: 25%;
    padding: 3px 0;
    color: #fff;
    border-top: #eaeaea 1px solid;
    border-right: #eaeaea 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline_mobile_bottom .hotline_1 a{
    color: #fff;
    font-weight: bold;
}

.hotline_mobile_bottom .hotline_1 img{
    width: auto;
    max-width: 100%;
    max-height: 32px;
    max-width: 33px;
}

@media(max-width:1300px) {
    .box-social-footer {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        border-right: unset;
    }
    .form-register {
        width: 100%;
        justify-content: flex-start;
    }
    .box-footer-top {
        flex-wrap: wrap;
    }
}

@media(max-width:1200px) {
    .box-social-footer {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width:991px) {
    .text-f2 {
        margin-left: 0;
        margin-top: 15px;
    }
    .list-link-inline {
        margin-top: 20px;
    }
    .form-register .box-form form {
        width: 100%;
    }
    .form-register {
        flex-wrap: wrap;
    }
    .content-box:not(:last-child) {
        border: unset;
    }
    .text-f1 {
        /* width:100%; */
        margin-right: 10px;
        font-size: 20px;
        font-weight: bold;
        /* margin-bottom: 8px; */
    }
    .box-social-footer {
        flex-wrap: wrap;
    }
    .pt_social {
        /* margin-left:0; */
    }
}

@media(max-width:767px) {
    .float-contact {
        display: none
    }
    .form-register .box-form form .input-group {
        width: 100%;
    }
    .form-register .box-form form {
        flex-wrap: wrap;
    }
    .form-register .box-form {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .text-f2 {
        margin-left: 0;
    }
    .btn-hoptac {
        /* margin-left:0; */
        /* margin-top:10px; */
    }
    .fix_hotline {
        display: inline-block;
        display: none;
    }
    .list-link-inline ul li:not(:last-child) {
        width: 42%;
    }
}

@media (max-width:550px) {
    .form-register .box-form .input-group .form-control {
        width: auto;
    }
    #button-contact-vr{
        display: none;
    }
    .footer{
        padding-bottom: 50px;
    }
    .hotline_mobile_bottom{
        display: flex;
    }
    .text-f1 {
        font-size: 18px;
    }
    .footer .title {
        font-size: 20px;
    }
    .footer-top {
        padding: 8px 0 12px;
    }
    .pt_social {
        /* margin-bottom: 10px; */
    }
    .text-f2 {
        font-size: 14px;
        margin-top: 10px;
        margin-left: 0;
    }
    .link-footer .list-link li {
        margin-bottom: 5px;
    }
    .link-footer .title-footer {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .copyright {
        font-size: 14px;
        line-height: normal;
    }
    .footer-main {
        padding: 20px 0 5px;
    }
    .pt_social li:not(:last-child) {
        margin-right: 15px;
    }
    .logo-footer img {
        height: 61px;
    }
    .pt_social li a i {
        font-size: 18px;
    }
    .box-footer {
        padding: 0;
    }
    .list-link-inline {
        margin-top: 0;
    }

    .list-link-inline ul li{
        width: auto;
        display: inline-block;
        float: left;
        margin: 0;
        line-height: 26px;
    }

    .list-link-inline ul li a{
        color: #ea5b00;
    }

    .list-link-inline ul li:not(:last-child){
        width: auto;
        margin-right: 10px;
        padding-right: 0px;
        line-height: 26px;
    }
}