.box-social-ft{
    margin-top: 10px;
}
.box-social-ft a {
    height: 36px !important;
    line-height: 36px !important;
    font-size: 19px !important;
    text-align: center !important;
    margin-right: 5px !important;
    border-radius: 5px !important;
    width: 36px !important;
    color: white !important;
    display:inline-block !important;
}
.box-social-ft a:nth-child(1) {
    background: #4267b2;
}
.box-social-ft a:nth-child(2) {
    background: rgb(0, 225, 255);
}
.box-social-ft a:nth-child(3) {
    background: red;
}
.box-social-ft a:nth-child(4) {
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.box-social-ft a:nth-child(5) {
    background: rgb(0, 0, 0);
}
.box-social-ft a i{
    padding: 9px 0px;
}
.map img {
	width: auto;
	margin-top:10px;
}

.chinhsach{
    background-color: #ec3237;
    padding: 40px 0px;
    margin-top: 0px;
}
.box-chinhsach{
    display: flex;
    align-items: center;
}
.box-chinhsach img{
    width: 50px;
    margin-right: 10px;
    height: 50px;
}
.box-chinhsach .text{
    flex: 1;
}
.box-chinhsach .text h5{
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 0px;
}
.box-chinhsach .text p{
    display: block;
    font-size: 13px;
    color: #fff;
    font-family: 'Mulish', sans-serif;
}
.footer {
    background-size: cover;
    background-position: center;
    color: #fff;
    background: #333;
}

.footer-top {}

.box-about-us {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box-about-us-item {
    display: flex;
    width: 33.33%;
    align-items: center;
    background: #fff;
    padding: 10px;
    border: solid 1px #eee;
}

.footer-top-left .content_center {
    height: 200px;
}
.footer-top-left h5{
    margin-bottom: 5px;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
}
.footer-top-left h5::after{
   
    width: 110px;
    height: 2px;
    background: #0a7bf7;
    z-index: 1;
    position: absolute;
    bottom: -5px;
    left: 0px;
}


.footer-top-left .content_center iframe {
    height: 100%;
}

.box-about-us-item-left {
    width: 50%;
    text-align: center
}

.box-about-us-item-left .img img {
    width: 70px;
}

.box-about-us-item-left .content h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.box-about-us-item-right {
    width: 50%;
    text-align: left;
    font-size: 14px;
    color: #999;
}

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

.dangky_cuoitrang {
    overflow: hidden;
    background-color: #f1f1f1;
    padding: 30px 0;
}

.dangky_cuoitrang .box_info {
    display: block;
    padding: 10px 0;
    border: 1px solid #ebebeb;
    min-height: 140px;
}

.dangky_cuoitrang .box_info .title {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
    min-height: 35px;
    letter-spacing: 3px;
}

.dangky_cuoitrang .box_info .icon {
    width: 20%;
    padding: 25px;
    border-right: 1px solid #ebebeb;
    min-height: 120px;
    margin-right: 0px;
    display: inline-block;
}

.dangky_cuoitrang .box_info .giam {
    padding: 10px;
    width: 80%;
    display: inline-block;
    float: right;
    line-height: 26px;
}

.dangky_cuoitrang .box_info .giam b {
    color: #fff;
    padding: 0 7px 0 23px;
    margin-left: 10px;
    margin-right: 6px;
    font-weight: normal;
    line-height: 36px;
    display: inline-block;
    background-image: url(../images/h.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.dangky_cuoitrang .box_info .giam strong1 {
    color: #fff;
    padding: 0 7px 0 23px;
    margin-left: 10px;
    margin-right: 6px;
    font-weight: normal;
    line-height: 36px;
    display: inline-block;
    background-image: url(../images/h.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.box_form_dky {
    display: block;
    padding: 10px;
    border: 1px solid #ebebeb;
    min-height: 140px;
}

.box_form_dky form {
    padding: 6px 0;
}

.box_form_dky input.form-control {
    width: calc(100% - 110px);
    float: left;
    border: solid 1px #e9e9e9;
    padding: 15px 15px 15px 15px;
    line-height: 18px;
    height: auto;
    border-radius: 10px 0 0 10px;
    outline: 0;
    box-shadow: unset;
}

.box_form_dky button {
    width: 110px;
    height: 50px;
    background-color: #dc0021;
    border: 0;
    border-radius: 0 10px 10px 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    outline: 0;
}

.box_form_dky button i {
    margin-left: 6px;
}

.box_form_dky .icon {
    width: 20%;
    padding: 25px;
    border-right: 1px solid #ebebeb;
    min-height: 120px;
    margin-right: 0px;
    display: inline-block;
}

.box_form_dky .giam {
    padding: 0 10px;
    width: 80%;
    display: inline-block;
    float: right;
}

.box_form_dky .giam h2 {
    font-size: 18px;
    font-weight: 600;
}

.logo-footer {
    width: auto;
    margin-bottom: 10px;
}

.luxury {
    width: 100%;
    font-size: 18px;
    padding-top: 10px;
    text-transform: uppercase;
    padding-bottom: 5px;
    position: relative;
    font-weight: 600;
    color: #fff;
}

.list-address-footer {
    position: relative;
    padding-left: 0px;
    /* color: #404040; */
    font-size: 15px;
}

.list-address-footer:before {
    content: '';
    width: 0px;
    height: calc(100% - 0px);
    position: absolute;
    left: 0;
    top: 5px;
    background-color: #fff;
}

.list-address-footer ul li {
    font-weight: 300;
    line-height: 22px;
}

.time-work {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.time-work-info {
    /* color: #404040; */
}

.time-work-info h3 {
    margin: 0;
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 5px;
}

.time-work-info .desc {
    font-size: 14px;
}

.bct {}

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

.fy {
    width: 90%;
    line-height: normal;
    padding: 9px 0;
    padding-left: 50px;
    border: solid 1px #fff;
    background: url(../images/it.png) no-repeat 12px center;
    z-index: 1;
    border-radius: 10px;
    background-size: auto 24px;
    font-size: 13px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.fy span {
    display: block;
    width: 100%;
}

.fy span b {
    font-size: 18px;
}

.fy .a {
    height: auto;
    line-height: 20px;
}

.bank-footer .image {}

.bank-footer .image img {}

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

.text_form .text p {
    font-size: 14px;
    font-weight: 300;
}

.dangky_cuoitrang .text_form .form {
    width: 50%;
}

.text_form .form input {
    border: 0;
    margin: 0;
    padding: 0 0 0 17px;
    width: calc(100% - 100px);
    height: 42px;
}

.text_form .form button {
    background: linear-gradient(#282964, #2f7eb0, #282964);
    font-weight: 300;
    color: #fff;
    height: 42px;
    border: none;
    padding: 0 21px;
    margin-left: -3px;
    border-radius: 0 10px 10px 0;
}

.dangky_cuoitrang .text_form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text_form .text h3 {
    font-weight: 600;
    font-size: 24px;
    margin: 0;
}

.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: #353a3d;
    border-color: #353a3d;
    font-weight: bold;
    font-size: 15px;
}

.footer-main {
    /* padding: 10px 0 10px; */
    color: #222;
    background: #ffffff;
    display: inline-block;
    width: 100%;
}

.box-footer-main-info {
    max-width: 450px;
    color: #fff;
}

.border-top {
    padding-top: 50px;
    border-bottom: 1px solid #212121;
    border-top: unset !important;
}

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

.content-address-footer {
    font-size: 15px;
    line-height: 25px;
}

.footer-bottom {
    background-color: #dc0021;
    padding: 5px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.coppy-right {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #000000;
}

.back_to_top {
    text-align: center;
}

.back_to_top a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.back_to_top a span {
    font-size: 14px;
}

.back_to_top img {
    width: 20px;
}


.payment-accept-list {
    margin: 0 -5px;
    width: 100%;
    display: inline-block;
}

.payment-accept-item {
    width: 10%;
    float: left;
    margin-bottom: 5px;
    padding: 0 5px;
}

.payment-accept-item:nth-child(4n+1) {
    /* clear: both; */
}

.payment-accept-img {
    width: 100%;
    height: 40px;
    border: 1px solid #f1f1f1;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.payment-accept-img img {
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.pt_social {
    display: flex;
    margin: 0 auto 10px;
    justify-content: flex-start;
    align-items: center;
}

.pt_social li:first-child {
    font-size: 14px;
}

.pt_social li:not(:last-child) {
    margin-right: 5px;
    /* color: #404040 */
}

.pt_social li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    float: left;
    border: 1px solid #fff;
    border-radius: 100%;
    background-color: #fff;
    color: #fff;
}

.dk_bct .bct {
    width: 25%;
    float: left;
    margin-bottom: 10px;
    padding: 0 5px;
}

.pt_social li a img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.pt_social li a i {
    font-size: 17px;
    line-height: 35px;
    color: #333;
}

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

.title-footer {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 2px;
    position: relative;
    font-weight: 500;
    color: #fff;
}

.title-footer:before {
    content: "";
    width: 70px;
    height: 2px;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 100%;
}

.desc-foot {
    font-size: 15px;
    line-height: 1.7;
    color: #fff;
}

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


.form-footer button {
    background-image: linear-gradient(45deg, #ffd68c, #ffd68c);
    text-transform: uppercase;
    font-weight: bold;
    border-color: #ffd68c;

    padding: 5px 20px;
    font-size: 15px;
    color: #353a3d;
}

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

.footer-link li {}

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

.footer-link li a {
    line-height: 28px;
    font-size: 14px;
    font-weight: 300;
}

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

.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;
    background: #f1f1f1;
}

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

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

.pt_contact_vertical {
    position: fixed;
    display: block;
    z-index: 100;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.fix_item>img:nth-child(1) {
    left: 0px;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 150px;
}

.fix_item .login {
    position: fixed;
    bottom: 0;
    z-index: 1;
    left: 0px !important;
    width: 129px;
}

.fix_item .login a {
    border-radius: 6px;
    font-weight: bold;
    background: #cf0101;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    position: fixed;
    left: 9px;
    bottom: 10px;
    animation: colot 1s infinite;
}

@keyframes colot {
    to {
        color: #ebfa4a;
    }

    form {
        color: #fff;
    }
}

.fix_item .zalo {
    position: fixed;
    bottom: 95px;
    z-index: 15;
    right: 26px;
    width: 42px;
}

.fix_item .chast {
    background-color: rgb(61, 225, 27);
    align-items: center;
    border-radius: 60px;
    height: 37px;
    color: #fff;
    line-height: 37px;
    padding: 0px 16px;
    position: fixed;
    width: fit-content;
    right: 50px;
    bottom: 22px;
    z-index: 20;
	display: none;
}

.fix_item img:nth-child(3) {
    position: fixed;
    bottom: 0;
    z-index: 1;
    right: 0px !important;
    width: 165px;
}

.content_buttom .map,
.footer_list_nv {
    width: 50%;
}

.content_buttom .map iframe {
    width: 100% !important;
    height: 165px !important;
}

.fix_item img:nth-child(4) {
    position: fixed;
    top: 0;
    z-index: 9999;
    right: 0px !important;
    width: 150px;
}

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

.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: 28px;
    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: 36px;
    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;
    background: linear-gradient(to top, #dc0021, #dc0021);
    border-radius: 50px;
    z-index: 99;
    overflow: hidden;
}

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

.contact-mobile .contact-item:nth-child(1) a {
    background: #4267b2;
}

.contact-mobile .contact-item:nth-child(2) a {
    background: #ff0000;
}

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

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

.hotline_title {
    padding: 10px 0;
}

.maps_footer {
    width: 100%;
    margin: 20px 0 10px 0;
}

.maps_footer iframe {
    width: 100%;
    height: 150px;
}

.col-item-footer:nth-child(2) .header_item_top {
    display: flex;

    justify-content: space-between;
}

.content_center iframe {
    width: 100%;
}

.footer_item .content_buttom {
    display: flex;
    gap: 10px;
    border: 1px solid #e1e1e1;
    padding: 14px;
}

.footer_list_nv div {
    margin-bottom: 10px;
}

.footer-top-left {
    padding: 20px 0;
}

.footer_centent {
    /* border-bottom: dashed 1px #e1e1e1; */
    /* padding: 20px 0; */
    /* display: flex; */
    /* justify-content: space-between; */
	padding: 30px 0;
}

.footer_centent .item_lerr_footer {
    margin-right: 20px;
}

.footer_centent .item_right_footer {
    width:100%;
}

.item_lerr_footer img {
    width: 175px;
}

.item_right_footer a {
    font-weight: 300;
    font-size: 14px;
    white-space: pre-line;
    /* line-height: 1.9; */
    /* margin: 10px 0; */
    font-family: 'Mulish', sans-serif;
}

.item_right_footer h5 {
    margin-bottom: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    margin-top: 15px;
}
.item_right_footer h5::after{
    content: '';
    width: 110px;
    height: 2px;
    background: #333;
    z-index: 1;
    position: absolute;
    bottom: -5px;
    left: 0px;
}
.item_right_footer img {
    width: 208px;
}

.footer_centent a:hover {
    transition: all .3s ease;
    color: #0a7bf7;
}

.item_lerr_footer>a {
    margin-bottom: 1rem;
    width: 100%;
    display: block;
    text-align: left;
}

.footer_centent p {
    font-weight: 300;
    font-size: 14px;
    white-space: pre-line;
    line-height: 1.9;
}

.item_lerr_footer p span {
    color: #0590d8;
}

.item_lerr_footer .show_bg {
    color: #0a7bf7;
}

.footer_list_nv ul li {
    margin-bottom: 1rem;
    font-size: 14px;
}

.footer_list_nv ul li span {
    font-weight: bold;
}

.col-item-footer:nth-child(2) .header_item_top a {
    width: 113px;
    height: 30px;
    background-position: -268px -10px;
    vertical-align: text-bottom;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../images/icon.png);
}

.header_item_top h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 1rem;
}

.footer-top-right {
    width: 40%;
    float: left;
    padding-left: 10px;
}

.footer-sub p {
    font-size: 14px;
    line-height: 23px;
}

.footer_thanhtoan {
    background: #eee;
    padding: 20px 0 0 0;
    color: #333;
}





@-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);
    }
}
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    right:  0;
    z-index: 999999;
    display: none;
  }
  .hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
  }
  .hotline-phone-ring-circle {
      width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
  }
  .hotline-phone-ring-circle-fill {
      width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .hotline-phone-ring-img-circle {
      background-color: #e60808;
      width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hotline-phone-ring-img-circle .pps-btn-img {
      display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .hotline-phone-ring-img-circle .pps-btn-img img {
      width: 20px;
      height: 20px;
  }
  .hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, 0.75);
    height: 40px;
    width: 180px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    /* width: 175px !important; */
    right: 33px;
    bottom: 37px;
  }
  .hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: 'Mulish', sans-serif;
    text-align: left;
  }
  .hotline-bar > a:hover,
  .hotline-bar > a:active {
    color: #fff;
  }
  @-webkit-keyframes phonering-alo-circle-anim {
    0% {
      -webkit-transform: rotate(0) scale(0.5) skew(1deg);
      -webkit-opacity: 0.1;
    }
    30% {
      -webkit-transform: rotate(0) scale(0.7) skew(1deg);
      -webkit-opacity: 0.5;
    }
    100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      -webkit-opacity: 0.1;
    }
  }
  @-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
      -webkit-transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.6;
    }
    50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.6;
    }
    100% {
      -webkit-transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.6;
    }
  }
  @-webkit-keyframes phonering-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);
    }
  }
  .item-search-model {
    js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
      flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.flex-grow input {
    box-sizing: border-box;
    border: 1.6px solid #ec3237;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 8px;
    max-width: 95%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff0;
    color: #333;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
    outline: 0;
}
.button-dk {
    background-color: #ec3237;
    line-height: 1.5em;
    min-width: 2.5em;
    padding-left: 0.6em;
    padding-right: 0.6em;
    display: inline-block;
    border-color: #ec3237;
    outline: none;
    opacity: 1;
    color: #fff;
    height: 100%;
    padding: 0.34em 0.6em;
    border-radius: 7px;
}
.item-search-model .flex-grow{
    flex: 1;
}
.map iframe{
    width: 100%;
    height: 150px;
}
.title-big-footer h2{
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ec3237;
    position: relative;
}
.title-big-footer h2::after{
    content: '';
    width: 110px;
    float: left;
    height: 2px;
    background-color: #ec3237;
    position: absolute;
    z-index: 1;
    bottom: -10px;
    left: calc(50% - 55px);
}

.box-iframes iframe {
    width: 100%;
    height: 120px;
}

.box-iframes img {
    height: 60px;
    width: auto;
    margin: 10px 0px;
}



.footer-1 {
    width: 35%;
}

.footer1.footer2 {
    width: 21%;
}

.item_right_footer .row {
    /* justify-content: space-between; */
}

.footer-1 h3 {
    text-transform: uppercase;
    font-size: 17px;
    position: relative;
    margin-top: 15px;
    font-weight: 700;
}

@media (max-width:992px) {
    .box-chinhsach {
        display: block;
        text-align: center;
        padding: 10px 0px;
    }
    .box-chinhsach  .icon{
        margin-bottom: 10px;
    }
    .hotline-bar{
        display: none;
    }
    .footer_centent .item_right_footer {
        /* width: 100%; */
    }

    .footer_centent .item_right_footer {
        justify-content: space-between;
    }

    .footer_centent {
        /* flex-wrap: wrap; */
        /* gap: 15px; */
    }

    .footer_centent .item_lerr_footer {
        width: 100%;
        margin-right: 0px;
    }

    .content-box:not(:last-child) {
        border: unset;
    }

    .search-footer {
        width: 100%;
        padding-left: 0;
    }

    .fy {
        width: 210px;
    }

    .title-footer {
        margin-top: 20px;
    }

    .footer-main {
        padding-bottom: 0;
    }

    .dangky_cuoitrang .box_info {
        width: 100%;
        margin-bottom: 15px;
    }

    .box_form_dky {
        width: 100%;
    }
}

@media(max-width:767px) {
    .box-iframes img {
        width: unset;
    }
    .footer1.footer2 {
        width: 100%;
        padding: 0px 20px;
    }
    
    .footer-1 {
        width: 100%;
        padding: 0px 20px;
    }
    
    .dangky_cuoitrang .text_form {
        flex-wrap: wrap;
    }

    .text_form .text {
        width: 100%;
    }

    .dangky_cuoitrang .text_form .form {
        width: 100%;
        margin-top: 10px;
    }
}

@media (max-width:550px) {
	.thongso .content {
		font-size: 15px;
		height: 445px;
	}
    .item_right_footer img {
        width: 53%;
    }
    .text_form .text h3 {
        font-size: 18px;
    }
    .item_right_footer h5 {
        position: relative;
        margin-bottom: 0;
    }
    .item_lerr_footer>a {
        text-align: center;
    }
    .footer-top-left h5 {
        padding-top: 15px;
    }
    .map {
        margin-top: 15px;
    }
    .item_right_footer h5::before {
        content: "";
        width: 10px;
        position: absolute;
        right: 0;
        top: 6px;
        height: 2px;
    transition: all .3s ease;
    background-color: black;
        transform: rotate(215deg);
    }
    .box-social-ft__mobi {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .list_footer_b{
        height: 0;
    overflow: hidden;
    transition: all .3s ease;
    }
    .bg_lia .list_footer_b{
        height: auto;
    }
    
    .item_right_footer h5::after{
        content: "";
        width: 10px;
        position: absolute;
        right: 0;
        top: 12px;
        height: 2px;
        background-color: black;
        transition: all .3s ease;
        transform: rotate(135deg);
        left: auto;
    }
    .item_right_footer .bg_lia h5::before{
        transform: rotate(127deg);
        top: 0;
        right: -6px;
    }
    .item_right_footer .bg_lia h5::after{
        transform: rotate(48deg);
        top: 0;

    }
    .footer_list_nv p {
        line-height: 2;
        font-size: 14px;
        font-weight: 600;
    }

    .item_right_footer ul {
        width: 100%;
        margin-bottom: 15px;
    }

    .footer_centent .item_right_footer {
        flex-wrap: wrap;
    }

    .footer_item .content_buttom {
        flex-wrap: wrap;
    }

    .content_buttom .map,
    .footer_list_nv {
        width: 100%;
    }

    .box-about-us-item {
        width: 100%;
    }

    .dangky_cuoitrang .box_info .giam {
        font-size: 15px;
        text-align: left;
        width: 75%;
    }

    .footer-top-left {
        width: 100%;
        padding-right: 0;
    }

    .footer-top-right {
        width: 100%;
        padding-left: 0;
    }

    .dangky_cuoitrang {
        overflow: hidden;
        background-color: #f3f3f3;
        padding: 20px 0;
    }

    .dangky_cuoitrang .box_info {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }

    .dangky_cuoitrang .box_info .title {
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 500;
        min-height: 32px;
        letter-spacing: 2px;
        text-align: center;
    }

    .box_form_dky input.form-control {
        width: calc(100% - 0px);
        margin-bottom: 5px;
        padding: 10px;
        border-radius: 0;
    }

    .box_form_dky button {
        width: 110px;
        height: 30px;
        border-radius: 0;
        font-size: 14px;
    }

    .pt_contact_vertical {
        display: none;
    }

    .coppy-right {
        font-size: 14px;
        line-height: 22px;
    }

    .back_to_top {
        /* text-align: center; */
        /* margin-top: 10px; */
    }

    .back_to_top a span {
        font-size: 15px;
    }

    .back_to_top a {
        display: inline-flex;
    }

    .back_to_top {
        /* right: 28px; */
        /* bottom: 90px; */
    }

    .footer .title {
        font-size: 20px;
    }

    .footer-main {
        padding: 20px 0 0px;
    }

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

    .footer .title {
        font-size: 20px;
    }

    .footer-main {}

    .contact_fixed {
        display: flex;
    }

    .dangky_cuoitrang .box_info .icon {
        padding: 5px;
        width: 25%;
    }

    .box_form_dky .icon {
        width: 25%;
        padding: 5px;
    }

    .box_form_dky .giam {
        padding: 0 10px;
        width: 75%;
    }

    .luxury {
        font-size: 16px;
    }

    .content-address-footer {
        margin-top: 10px;
        font-size: 14px;
        line-height: 22px;
    }

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

}
@media (max-width: 1199px){
    .hotline-phone-ring-wrap {
        display: block;
    left: 0;
    }
}