/* 2) css footer.css */

.footer {
    color: #fff;
    background-color: #ad0f15;
}

.footer-top {
    /* background-color: #212121; */
    /* padding: 50px 0 20px; */
}

.footer_top{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(245, 245, 245);
}

.footer_top .box {
	text-align: center;
	padding-bottom: 0px;
}

.footer_top .icon_mail{

}
.images_doitac {
	background: #fff;
	margin-bottom: 5px;
	padding: 10px 15px
}
.footer_top .icon_mail i{font-size: 50px;color: #252a61;}

.footer_top .line{margin-bottom: 20px;}

.footer_top .line span{display: inline-block;background: #eb1c24;width: 100px;height: 2px;}

.footer_top h2{color: #252a61;font-size: 20px;font-weight: 500;}

.footer_top .content{color: #000;margin-bottom: 20px;}

.form_send_mail{width: 100%;display: flex;}

.form_send_mail form{max-width: 380px;width: 100%;}

.form_send_mail input{width: calc(100% - 0px);float: left;box-sizing: border-box;border: 1px solid #ddd;padding: 0 .75em;height: 36px;font-size: 15px;border-radius: 0;max-width: 100%;vertical-align: middle;background-color: #fff;color: #333;box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);transition: color .3s, border .3s, background .3s, opacity .3s;}

.form_send_mail input::placeholder{
    color: #777;
}

.form_send_mail button{
    width: 100px;
    background-color: #252a61;
    color: #fff;
    height: 30px;
    text-transform: uppercase;
    float: left;
    font-weight: 500;
	border: solid 1px #fff;
	margin-top: 5px;
	font-size: 13px;
}

.footer_list{
    padding: 15px 0 45px;
    position: relative;
    background-color: #fff;
}

.footer_list .title{text-align: center;color: #252a61;margin-bottom: 20px;font-size: 22px;}

.footer_list .social_media{display: flex;justify-content: center;}

.social_media ul{

}

.social_media li{
    display: inline-block;
    float: left;
}

.social_media li + li{
    margin-left: 20px;
}

.social_media li a{
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    border-radius: 50%;
}

.social_media ul .social-fb a {
    background: #3b5998;
}

.social_media ul .social-youtube a {
    background: #f00;
}

.social_media ul .social-tiktok a {
    background: #000;
}

.social_media li a i{
     color: #fff;
     font-size: 20px;
     padding-top: 10px;
}

.social_media li a img{
     width: 25px;
     height: 25px;
}
.box .content {
	font-size: 14px;
	padding-bottom: 10px;
}

.social_media ul li.social-zalo a img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #0080c8;
}

.box-footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #212121;
    padding: 50px 0 20px;
    flex-wrap: wrap;
}

.logo-footer {
    width: 250px;
    margin-bottom: 20px;
}

.logo-footer img {}

.search-footer {
    display: flex;
    margin-top: 10px;
    align-items: center;
    width: calc(100% - 10% - 150px);
    /* padding: 0 40px; */
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.search-footer h3 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
    white-space: nowrap;
}

.search-footer .newsletter {
    width: auto;
    flex: 1 1 auto;
}

.bank-footer {
    display: flex;
    width: 20%;
    margin-bottom: 30px;
}

.bank-footer .image {}

.bank-footer .image img {}

.newsletter-input>.fa-envelope {
    padding: 0 1.8rem;
    -ms-flex-item-align: center;
    align-self: center;
}

.newsletter-input {
    background-color: #262626;
    color: #777;
    border: none!important;
}

.newsletter-input {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-radius: 10rem;
    overflow: hidden;
    /* background: #fff; */
}

.newsletter-input>.fa-envelope {
    padding: 0 1.8rem;
    -ms-flex-item-align: center;
    align-self: center;
}

.newsletter-email {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.newsletter-email input {
    padding: 0 .96rem 0 0;
    border: none;
    outline: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: inherit;
}

.newsletter button {
    padding: 1.2rem 1.6rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #eb1c24;
    border-color: #eb1c24;
    font-weight: bold;
}

.bo_cong_thuong{
    margin-top: 10px;
}

.bo_cong_thuong img{
    width: auto;
}

.footer-main{
    border-bottom: 2px solid #252a61;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #252a61;
}

.border-top {
    padding-top: 10px;
    /* border-top: 2px solid #e23b41; */
    /* border-bottom: 1px solid #212121; */
    border-top: unset !important;
}

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

.pt_social {
    display: flex;
    margin-top: 16px;
    float: left;
    margin-left: 12px;
}

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

.pt_social li a {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    border-radius: 10px;
    background-color: #e23b41;
    color: #fff;
    box-shadow: 7px 7px 8px -6px #bdbdd3;
}

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

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

.title-footer {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.desc-foot {
    overflow: hidden;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
}
.desc-foot p {
    list-style: disc;
}

.desc-foot p a{
    color: #fff;
}

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

.footer-link {
    /* color: #e23b41; */
}

.footer-link li {

}

.footer-link li>img{
    max-height: 53px;
    width: auto;
}

.footer-link li a {
    line-height: 32px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    /* font-style: italic; */
}

.footer-link li i {
    font-size: 11px;
    padding-right: 5px;
}

.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;
}

.footer-bottom {
    padding: 10px 0;
}

.footer-bottom .box-footer-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-bottom .box-footer-bottom h3 {
    color: #fff;
    font-size: 17px;
    margin-right: 10px;
    margin-top: 5px;
}

.link-footer-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.link-footer-bottom li {
    font-size: 13px;
}

.link-footer-bottom li a {
    color: #fff;
}

.link-footer-bottom li+li:before {
    content: "|";
    margin: 0 7px;
}
.social-footer{
    float:right;
}

.social-footer ul {
    display: flex;
    margin-top: 0px;
    float: right;
    /* margin-bottom: 12px; */
    align-items: center;
}

.social-footer li {
    margin-left: 8px;
}

.social-footer li a {}

.social-footer li a:hover i {
    transform: rotate(10deg);
}

.social-footer li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    border-radius: 50%;
    /* background: #8bc63f; */
    border: 0;
    transition: all .3s ease;
}

.pt_contact_vertical {
    position: fixed;
    display: block;
    bottom: 115px;
    z-index: 100;
    left: 30px;
}

.contact-mobile .contact-item a {
    margin-bottom: 8px;
    display: block;
    transition: all 0.4s ease;
    position: relative;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    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;
    left: 5px;
    bottom: 15px;
}

.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;
}

.back_to_top {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(to top, #c31f26, #c31f26);
    /* padding: 10.5px 15px; */
    border-radius: 50px;
    z-index: 99;
    overflow: hidden;
}

.back_to_top a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back_to_top span {
    display: inline-block;
    float: left;
    line-height: 27px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.5s;
    width: 0;
}

.back_to_top img {
    width: auto;
    /* float: left; */
    margin-top: 0;
}

.contact_fixed {
    width: 100%;
    background: linear-gradient( -90deg, #000, #000);
    display: flex;
    left: 0;
    bottom: 0;
    min-height: 45px;
    position: fixed;
    z-index: 99;
    display: none;
}

.contact_fixed li {
    display: flex;
    width: 25%;
}

.contact_fixed li:not(:last-child) {
    border-right: 1px solid #fff;
}

.contact_fixed li a {
    display: flex;
    color: #fff;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-transform: uppercase;
    cursor: pointer;
}

.contact_fixed li img {
    height: 24px;
    width: auto;
}

.contact_fixed li a i {
    color: #fff;
}

@-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);
    }
}


/**support**/
#ntg-call-bottom .box-support {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 999999;
    transition: 0.3s ease-in-out;
}

#ntg-call-bottom .box-support-mobile {
    display: none;
}

#ntg-call-bottom .box-support a {
    display: block;
    margin: 10px 0;
    position: relative;
    transition: 0.3s ease-in-out;
}

#ntg-call-bottom .box-support a img {
    transition: 0.3s ease-in-out;
}

#ntg-call-bottom .box-support a:hover img {
    animation-name: shake;
    cursor: pointer;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: reverse;
}

#ntg-call-bottom .box-support .aml-tooltiptext {
    background-image: linear-gradient(180deg, #4fc3f7 0%, #0277bd 100%);
    color: #fff;
}

#ntg-call-bottom .box-support .aml-tooltiptext {
    visibility: hidden;
    font-size: 12px !important;
    line-height: 16px !important;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    top: calc(50% - 16px);
    z-index: 1;
    opacity: 0;
    right: 120%;
    transition: opacity .5s;
}

#ntg-call-bottom .box-support a:hover .aml-tooltiptext {
    visibility: visible;
    opacity: 1;
}

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

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

.form_buy .modal-body {
    position: relative;
    padding: 0;
    background: transparent;
    color: #333;
}

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

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

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

.form_buy .form-reg-kmn {
    background-color: #252a61;
    padding: 30px 20px;
    border-radius: 5px;
}

.form_buy span#text3 {
    font-size: 18px;
    color: #fff;
    font-weight: unset;
    text-transform: uppercase !important;
    margin-bottom: 10px;
    display: inline-block;
}

.form_buy input.form-control.ttt,
.form_buy select.form-control.ttt {
    margin: 0;
    height: 40px;
    padding: 5px 10px;
    border-radius: 2px;
    box-shadow: unset;
    border: 0;
}

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

.form_buy .modal-body {
    width: 100%;
}
.form_buy .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_buy .form-group {
    margin-bottom: 15px;
    border-radius: 0;
}
.form_buy .box-form form {
    max-width: 900px;
    width: 100%;
}
.form_buy .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;
}

.form_buy .form-group button img{
    width: auto;
    margin-left: 15px;
    position: relative;
    top: -1px;
}

@media (max-width:991px) {
    .content-box:not(:last-child) {
        border: unset;
    }
    .search-footer {
        width: 100%;
        padding-left: 0;
    }

    .back_to_top{
        bottom: 70px;
    }

    #ntg-call-bottom .box-support {
        display: none;
    }

    #ntg-call-bottom .box-support-mobile {
        display: block;
    }

    div#ntg-call-bottom {
        justify-content: center !important;
        text-align: center;
        background: #fff;
        padding: 5px 16px;
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 9999;
        box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    }

    div#ntg-call-bottom .box-support-mobile a {
        width: 19%;
        margin: 0;
        display: inline-block;
    }

    div#ntg-call-bottom .box-support-mobile a img {
        width: 30px;
        height: 30px;
        margin: auto;
        display: block;
    }

    div#ntg-call-bottom .box-support-mobile a span {
        color: #6c738d;
        font-size: 11px !important;
        text-align: center;
        display: block;
    }

    .footer-main{
        padding-bottom: 56px;
    }
}

@media (max-width: 767px) {
    .title-footer{
        margin-bottom: 10px;
        font-size: 17px;
    }
}

@media (max-width:550px) {
    .footer-bottom {
        padding-bottom: 10px;
    }
    .quick-alo-phone {
        display: none;
    }
    div#ntg-call-bottom .box-support-mobile a{
        width: 19%;
    }
    .back_to_top {
        display: none;
        right: 28px;
        bottom: 90px;
    }
    .pt_contact_vertical {
        display: none;
    }
    .footer .title {
        font-size: 20px;
    }
    .pt_social li:not(:last-child) {
        margin-right: 20px;
    }
    .logo-footer img {
        height: 61px;
    }

    .footer-link li a{
        line-height: 28px;
    }

    .footer .title {
        font-size: 20px;
    }
    .footer-main {
        padding: 20px 0 56px;
    }
    .pt_social li:not(:last-child) {
        margin-right: 20px;
    }
    .logo-footer img {
        height: 61px;
    }
    .contact_fixed {
        /* display: flex; */
    }
    .footer{
        padding-top:00px;
    }
}
