.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.white-space-wrap {
    white-space: pre-wrap;
}

.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.modal-content {
    width: 100%;
}
/*Customize*/
.box-cube {
    width: 120px;
    height: 130px;
    background-color: #eeec;
    padding: 20px 10px;
    transition: .25s ease background-color, .25s ease height;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    white-space: nowrap;
}

    .box-cube p {
        font-size: 14px;
        margin: 0 !important;
    }

    .box-cube > a {
        display: block;
        overflow: hidden;
        color: #444;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

.hero-container .box-cube > a > i {
    font-size: 32px;
    color: #ed0033;
}

.hero-container .active-box-cube > a > i {
    color: #ffff;
}

.active-box-cube {
    background-color: #ed0033e6;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

    .active-box-cube > a {
        color: #fff;
    }

.kich_thuoc_hang_hoa .dataField input {
    width: 100%;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    margin: 0;
    height: auto;
}
.kich_thuoc_hang_hoa .dataField .button {
    min-height: auto;
    line-height: 1;
    color: #444444;
    font-weight: normal;
}

    .kich_thuoc_hang_hoa .dataField input:active, .kich_thuoc_hang_hoa .dataField input:focus, .kich_thuoc_hang_hoa .dataField input:focus-visible {
        border: 0;
        outline: unset;
        box-shadow: none;
    }

.kich_thuoc_hang_hoa .dataField .button:hover {
    background-color: unset;
    box-shadow: none;
}

.table-bordered th {
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}

.form-control-sm {
    height: 100%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border: 0;
    min-height: 28px;
}

#topbar .searchform .btn {
    padding: .35rem .75rem;
    height: 28px;
    background-color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 1;
}

.hero-container .carousel-container .o_tra_cuu_van_don .form-control {
    height: 40px;
}

#main .page-container {
    min-height: 200px;
}

    #main .page-container .thong_tin_cong_ty strong, #main .page-container .thong_tin_cong_ty span {
        font-size: 16px !important;
    }

.form-group-sm {
    margin-bottom: 15px;
}

.modal-header .close {
    margin-right: -18px !important;
    margin-top: -20px !important;
    opacity: 1;
    font-size: inherit;
    border-radius: 50%;
    padding: 0 !important;
    border: 0;
    float: right;
}

    .modal-header .close i {
        font-size: 35px;
    }

#modal-anhlienvang .modal-body {
    overflow: hidden;
    min-height: 510px;
    padding: 10px 15px;
}
.viewer {
    width: 768px;
    height: 510px;
    position: relative;
    margin: auto;
}

.news .news-slider .card {
    border: 0;
}

.news .news-slider .card-img-top {
    height: 200px;
    padding: 5px;
}

    .news .news-slider .card-img-top:hover {
        padding: 0;
    }

.news .news-slider .card-title {
    min-height: 75px;
    height: 83px;
    overflow: hidden;
}

    .news .news-slider .card-title a {
        color: #444;
        text-transform: uppercase;
        font-size: 16px;
    }

.news .news-slider .card-text {
    min-height: 100px;
    height: 110px;
    overflow: hidden;
    font-size: 14px;
}

.news .news-slider .card-detail {
    float: right;
    text-transform: uppercase;
    font-size: 14px;
}

.news_section {
    min-height: 900px;
    padding-top: 40px;
}

#main .page-container .video_services iframe {
    width: 100%;
    height: 630px;
}

@media(max-width: 1368px) {
    #main .page-container .video_services iframe {
        width: 100%;
        height: 570px;
    }
}

@media(max-width: 800px) {
    #main .page-container .video_services iframe {
        width: 100%;
        height: 300px;
    }

    #main .page-container .tintuc-content .indexcontent iframe {
        width: 100%;
        height: 300px;
    }
}

@media(max-width: 480px) {
    #main .page-container .video_services iframe {
        width: 100%;
        height: 210px;
    }

    #main .page-container .tintuc-content .indexcontent iframe {
        height: 210px;
    }
}

/* Card*/
.services .card.card-has-bg {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .services .card.card-has-bg:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #00000078;
        border-radius: 10px;
        z-index: 0;
    }

    .services .card.card-has-bg:hover {
        transform: scale(1.05);
        box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    }

.services .card .card-body {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    padding: 1rem 0.2rem;
}

.services .card:hover {
    cursor: pointer;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

    .services .card:hover .card-body {
        margin-top: 30px;
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    }

.carousel-content-video {
    position: relative;
    display: flex;
    flex-direction: column;
}

.carousel-content-video-iframe {
    position: absolute;
    top: 3px;
    left: 2%;
    width: 64%;
    height: 70.8%;
}

.carousel-content-image .image_0 {
    position: absolute;
    top: 6rem
}

.carousel-content-image .image_1 {
    position: absolute;
    top: 0rem;
    left: 17.75rem;
}

.carousel-content-image .image_2 {
    position: absolute;
    top: 10rem;
    left: 19rem;
}

.carousel-content-image .image_3 {
    position: absolute;
    top: 20.5rem;
    left: 19rem;
}

.carousel-content-image .image_4 {
    position: absolute;
    top: 32rem;
    left: 14rem;
}

/* target*/

#target .text-container {
    margin-left: 0;
    position: absolute;
    margin-top: -110px;
}

#target .text {
    width: 32rem;
    text-align: center;
    border-bottom: 5px solid red;
    color: red;
}

    #target .text img {
        width: 30rem;
        height: 6rem
    }

#target .carousel-content {
    text-align: center;
    /* width: 600px; */
}

/* netpost*/
#netpost, #target {
    padding-top: 170px;
}

    #netpost .text-container {
        margin-left: 3rem;
        position: absolute;
        z-index: 1;
        margin-top: -60px;
    }

    #netpost .text {
        width: 32rem;
        text-align: center;
        background: #ff9696;
        box-shadow: 7px 7px 5px 2px #766464;
    }

    #netpost .carousel-content {
        text-align: center;
    }


.two .swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
}

.two .swiper-slide {
    width: 850px;
    height: auto;
    margin: 0;
}

    .two .swiper-slide img {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

.news .view-all {
    text-align: center;
    margin: 30px 0;
}

    .news .view-all .btn {
        box-shadow: 0px 5px 14px rgb(255 168 0 / 20%);
        -moz-box-shadow: 0px 5px 14px rgba(255, 168, 0, 0.2);
        -webkit-box-shadow: 0px 5px 14px rgb(255 168 0 / 20%);
        height: 40px;
        width: 120px;
    }

.news .ct-tt .des-tt {
    padding: 20px 25px;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 21%);
}

.news .top-des h5 {
    color: rgba(33, 45, 51, 1);
    font-size: 16px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 9em;
    line-height: 1.5em;
}

.news .des-tt h4 {
    font-size: 14px;
    max-width: 80%;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 9em;
    line-height: 1.5em;
}

.news .des-tt .xct {
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
}

.news .img-tt {
    height: 100%;
}

.news .ct-tt img {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    width: 100%;
    max-height: 310px;
    object-fit: cover;
}

.news .box-two img {
    height: 100%;
    max-height: 148px;
    object-fit: cover;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
}

.news .box-two {
    margin-bottom: 20px;
}

.news .ct-tt .box-two .des-tt {
    padding: 15px;
    height: 100%;
    background-color: #fff;
}

.news .box-two .des-tt .xct {
    width: 36px;
    height: 36px;
    font-size: 34px;
}

.news .top-des span {
    color: rgba(174, 174, 174, 1);
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}

.news .news-slider.swiper {
    padding-right: calc(var(--bs-gutter-x) * 0.4);
    padding-left: calc(var(--bs-gutter-x) * 1);
}

.news .news-slider .swiper-pagination {
    margin-top: 0px;
}

.clients.news .img-tt iframe {
    width: 100%;
    height: 400px;
    border-radius: 20px;
}

.clients.news .news-slider.swiper {
    padding-left: 4rem;
    padding-right: 4rem;
}

.clients.news .box-two img {
    max-height: 400px;
    height: 400px;
    border-radius: 10px;
    object-fit: contain;
    background: #fafafa;
}
.clients.news .ct-tt .box-two .des-tt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: auto;
    box-shadow: none;
    background-color: #f9f9f9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.clients .swiper-slide {
    box-shadow: 0 8px 10px -6px rgba(0,0,0,0.3);
}
.clients .swiper-slide:hover {
    -webkit-transform: scale(1.01) translateZ(0) perspective(1px);
    -ms-transform: scale(1.01) translateZ(0) perspective(1px);
    transform: scale(1.01) translateZ(0) perspective(1px);
}

    .clients .swiper-slide .des-tt {
        padding: 14px;
    }

        .clients .swiper-slide .des-tt h5 {
            color: #000;
            font-size: 18px;
            margin: 0;
        }

    .clients .swiper-slide.swiper-slide-active {
        opacity: 1;
    }

.clients .swiper-button-navigation {
    position: relative;
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    color: var(--primary-color);
    margin-right: 15px;
    top: 0;
    left: 0;
    right: 0;
    font-size: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .clients .swiper-button-navigation svg {
        width: 30px;
        height: 30px;
    }

    .clients .swiper-button-navigation.swiper-button-next {
        margin-right: 0;
    }

        .clients .swiper-button-navigation.swiper-button-prev:after, .clients .swiper-button-navigation.swiper-button-next:after {
            content: '' !important;
        }

.clients .box-tt .des-tt .xct, .clients .box-two .des-tt .xct {
    width: auto;
    font-size: 14px;
    background: white;
    color: var(--primary-color);
    display: flex;
    justify-content: end;
    align-items: center;
}
    .clients .box-tt .des-tt .xct > i, .clients .box-two .des-tt .xct > i {
        font-size: 30px;
    }

.books-swiper-pagination-content .swiper-button-navigation {
    position: relative;
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    color: var(--primary-color);
    top: 0;
    left: 0;
    right: 0;
    font-size: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.books-swiper-pagination-content .books-swiper-pagination {
    margin-left: 20px;
    margin-right: 20px;
    height: 48px;
    font-weight: 500;
}

.books-swiper-pagination-content .swiper-button-navigation.swiper-button-prev:after, .books-swiper-pagination-content .swiper-button-navigation.swiper-button-next:after {
    content: '' !important;
}

.clients .img-kh img {
    height: 380px;
    width: 385px;
    border-radius: 3px;
}

.clients .info-kh {
    position: relative;
}

    .clients .info-kh h3 {
        color: #3E3E3E;
        font-size: 31px;
        line-height: 130%;
        padding-left: 100px;
        width: 82%;
        font-weight: 700;
    }

.clients .ct-kh {
    box-shadow: 0px 32px 32px rgb(0 0 0 / 6%);
    border-radius: 4px;
    padding: 25px;
    position: absolute;
    z-index: 222;
    background: #fff;
    max-width: 500px;
    bottom: 30px;
}

    .clients .ct-kh .ct-kh-quote {
        font-family: "sf-ui-bold";
        font-weight: 900;
        font-size: 75px;
        line-height: 0;
        float: right;
        color: var(--primary-color);
        margin-top: -20px;
    }

.clients .img-kh-mb {
    display: none;
}

.clients .box-kh img {
    float: right;
}

.clients .box-kh p {
    color: #626262;
}

.chuyen_phat_quoc_te_selection p, .chuyen_phat_quoc_te_selection li {
    line-height: 1.8;
    text-align: justify;
}

    .chuyen_phat_quoc_te_selection p.chuyen_phat_quoc_te_content {
        padding: 20px 25px;
        background: var(--primary-color);
        color: #fff;
        border-radius: 14px;
        text-align: center !important;
        margin: auto;
        position: absolute;
        bottom: -17px;
        line-height: 1.5;
    }

        .chuyen_phat_quoc_te_selection p.chuyen_phat_quoc_te_content.content_2 {
            left: 18%;
            bottom: -78px;
        }

@media(max-width: 1366px) {
    .clients .img-kh img {
        width: 350px;
    }

    .clients .info-kh h3 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    #target .text {
        width: 75%;
        margin: auto;
    }
}

@media (max-width: 766px) {
    .clients .img-kh img {
        height: auto;
        width: 100%;
    }

    .clients .ct-kh {
        position: unset;
        max-width: 100%;
    }

    .clients .info-kh h3 {
        padding-left: 23px;
        font-size: 28px;
        margin-top: 20px;
        width: 70%;
    }
}

@media (max-width: 420px) {
    #target .text {
        width: 75%;
        margin: auto;
    }

    #netpost, #target {
        padding-top: 100px;
    }

    .news .top-des span {
        display: none;
    }

    #topbar .contact-info {
        font-size: 12px;
    }

}

@media (min-width: 768px){
    .text-md-left{
        text-align: left !important;
    }
}

@media (min-width:992px) {
    .pl-lg-0 {
        padding-left: 0 !important;
    }

    .pr-lg-0 {
        padding-right: 0 !important;
    }

    #tintuc.news .news-slider.disabled .swiper-wrapper {
        transform: translate3d(0px, 0, 0) !important;
        display: unset !important;
    }

    #tintuc.news .news-slider.disabled .box-two {
        margin: 0;
        margin-bottom: 20px;
        width: 100% !important;
        border: 0;
        box-shadow: none;
        transform: translate3d(0, 0, 0) !important;
    }

    #tintuc.news .news-slider.disabled .swiper-pagination {
        display: none;
    }

    #tintuc.news .news-slider.disabled .swiper-slide-shadow-left,
    #tintuc.news .news-slider.disabled .swiper-slide-shadow-right {
        opacity: 0 !important;
    }
}

@media (max-width: 1368px) {
    .carousel-content-image .image_1 {
        left: 12rem;
    }

    .carousel-content-image .image_2 {
        left: 16.5rem;
    }

    .carousel-content-image .image_3 {
        top: 18.5rem;
        left: 17rem;
    }

    .carousel-content-image .image_4 {
        top: 27rem;
        left: 15rem;
    }
}

@media (max-width: 1280px) and (min-height: 800px) {
    .clients .img-kh img {
        width: 325px;
        border-radius: 3px;
    }

    .clients .info-kh h3 {
        font-size: 28px;
        width: 80%;
        padding-left: 80px;
    }

    #hero {
        /* height: 40vh; */
    }

        #hero .carousel-item {
            height: 35vh;
        }

            #hero .carousel-item video, #hero .carousel-item iframe {
                height: 35vh;
                width: auto;
            }
}

@media (max-width: 1200px) {
    .carousel-content-image .image_0 {
        top: 4rem;
    }

        .carousel-content-image .image_0 img {
            width: 45% !important;
            height: 45% !important;
        }

    .carousel-content-image .image_1 {
        left: 6.27rem;
    }

    .carousel-content-image .image_2 {
        left: 9rem;
        top: 5.5rem
    }

    .carousel-content-image .image_3 {
        left: 8.6rem;
        top: 10.5rem;
    }

    .carousel-content-image .image_4 {
        top: 16rem;
        left: 6rem;
    }

    #target .text-container {
        position: relative;
        margin-bottom: 30px
    }

    #target .text {
        width: 20rem;
        margin: auto;
    }

        #target .text img {
            width: 15rem;
            height: auto;
        }

        #target .text .font-weight-bold {
            font-size: 20px;
        }

    #netpost .text-container {
        margin-left: 1rem;
    }

    #netpost .text .font-weight-bold {
        font-size: 20px;
    }

    #netpost .text {
        width: 20rem;
    }
}

@media (max-width: 1024px) {
        #hero .carousel-item {
            height: 50vh;
        }

        #hero .carousel-indicators li {
            margin-bottom: 0;
        }

    .o_tra_cuu_van_don {
        width: 345px;
        padding: 30px 25px;
    }

    #header .logo img {
        width: 190px !important;
        height: 40px !important;
    }

    .section-title .border-right-md::after {
        right: 10px;
    }

    #footer .footer-top .footer-info h1 img {
        width: 190px;
    }

    .chuyen_phat_quoc_te_selection p, .chuyen_phat_quoc_te_selection li {
        line-height: 1.5;
    }

        .chuyen_phat_quoc_te_selection p.chuyen_phat_quoc_te_content {
            position: relative;
            top: -54px;
        }

            .chuyen_phat_quoc_te_selection p.chuyen_phat_quoc_te_content.content_2 {
                left: 0;
                top: -14px;
            }
}

@media(width: 1024px) {
    #hero .carousel-item video, #hero .carousel-item iframe {
        height: 100vh;
        width: 100%;
        margin-top: 0;
    }

    .clients .img-kh img {
        width: 290px;
        border-radius: 3px;
    }

    .clients .info-kh h3 {
        font-size: 28px;
        width: 90%;
        padding-left: 80px;
    }

    .carousel-content-image .image_0 {
        top: 4rem;
    }

        .carousel-content-image .image_0 img {
            width: 45% !important;
            height: 45% !important;
        }

    .carousel-content-image .image_1 {
        left: 9rem;
        top: -2rem;
    }

    .carousel-content-image .image_2 {
        left: 12rem;
        top: 5.5rem;
    }

    .carousel-content-image .image_3 {
        left: 12rem;
        top: 13rem;
    }

    .carousel-content-image .image_4 {
        top: 20rem;
        left: 10rem;
    }

    .navbar a, .navbar a:focus {
        padding: 10px 0 10px 10px;
    }
}

@media(max-width: 920px) {
    .two .swiper-slide {
        width: 75%;
    }

    .news-slider-content {
        margin: 0;
    }

    .news .top-des span {
        display: none;
    }

    #hero {
        height: 40vh;
    }

        #hero .carousel-item {
            height: 40vh;
        }

            #hero .carousel-item video, #hero .carousel-item iframe {
                height: 40vh;
                max-height: 480px;
                width: 100%;
                margin-top: 0;
            }

        #hero .carousel-container-bottom {
            top: auto;
            bottom: -30px;
        }

    .news .box-two img {
        max-height: 346px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0;
    }

    .news .ct-tt .box-two .des-tt {
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }
}

@media (max-width: 800px) {
    #header .logo img {
        width: 190px !important;
        height: 40px !important;
    }

    #featured {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .section-title .border-right-md::after {
        content: none;
    }
}

@media (max-width: 600px) {
    #hero {
        height: auto;
        max-height: unset;
        margin-bottom: 0;
        padding-bottom: 0;
    }

        #hero .carousel-item {
            height: 25vh;
        }

            #hero .carousel-item video, #hero .carousel-item iframe {
                height: 25vh;
                width: 100%;
            }

        #hero .carousel-container {
            position: relative;
            top: 0;
            left: 0px;
        }

        #hero .carousel-container-right {
            display: flex;
            flex-direction: row;
            justify-content: center;
            padding: 10px;
            width: 100%;
            display: none;
        }

    .o_tra_cuu_van_don {
        width: 100%;
        padding: 20px;
    }
    .services li.nav-item, .services .nav-pills .nav-link{
        width: 100%;
    }

    .news .ct-tt img, .news .box-two img {
        max-height: 210px;
    }

    .clients.news .img-tt iframe {
        height: 275px;
    }
}

@media (max-width: 400px) {
    .containerFeatured {
        display: none;
    }

    #header .logo img {
        width: 120px !important;
        height: 40px !important;
    }

    #featured {
        display: none !important;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .d-sm-flex {
        display: flex;
    }

    .justify-content-sm-between {
        justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    #header .navbar ul > li.nav-link {
        padding: 0;
    }

        #header .navbar ul > li.nav-link > a {
            padding-top: 0;
            padding-bottom: 0;
        }

    #header .navbar a > span {
        color: #000; 
        padding: 10px 6px 10px 6px;
        border-bottom: 2px solid transparent;
        text-transform: uppercase;
    }

    #header .navbar a:hover span, #header .navbar .active span, #header .navbar .active:focus span, #header .navbar li:hover > a span {
        border-bottom: 2px solid var(--primary-color);
    }
}

.books-swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #000;
}

.books-swiper-pagination .swiper-pagination-bullet-active {
    color: #fff;
}

.books-slider .pagination > li > a {
    border-radius: 50% !important;
    margin: 0 5px;
}

.books-slider .page-item .page-link {
    border-color: var(--primary-color);
    color: #000;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.books-slider .page-link.page-link-prev, .books-slider .page-link.page-link-next {
    font-size: 30px;
}

    .books-slider .page-link.page-link-prev span, .books-slider .page-link.page-link-next span {
        margin-bottom: 3px;
    }

.books-slider .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.image_tet_header {
    position: absolute;
    top: -64px;
    right: 0;
    max-width: 270px;
    width: 16.66666667%;
    z-index: 900;
}

.image_tet_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 900;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .image_tet_footer img {
        width: 100%;
        animation: fadeInAnimation ease 1s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }

    .image_tet_footer .close {
        position: absolute;
        top: -6px;
        right: -6px;
        font-size: 30px;
        font-weight: 900;
        color: #000;
        padding: 0 15px;
    }

        .image_tet_footer .close:hover {
            transform: scale(1.05);
        }

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (min-width: 992px) and (max-width:1919px) {
    .bg-tet #topbar .social-links {
        position: absolute;
        top: 4px;
        right: 155px;
        z-index: 999;
    }

    .bg-tet .mdi-contact-phone {
        padding-right: 57px;
    }

    .image_tet_header {
        top: -6%;
        right: -8px;
        max-width: 14.66666667%;
    }
}

@media(max-width:991px) {
    .image_tet_header {
        display: none;
    }

    .image_tet_footer {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0,0,0,.5);
        z-index: 999;
    }

        .image_tet_footer .img {
            width: 90%;
        }
    .tra-cuu-van-don .img-loading {
        left: 55px !important;
        top: 170px !important;
    }
  
}
