.list_error {

    padding: 15px;

    background: #a10a0a;

    margin-bottom: 15px;

    list-style: none;

}

.list_error li {

    font-weight: bold;

    color: #fff;

    margin-bottom: 5px;

}

.btn-green2 {

    background: #74d600;

    color: #fff;

    border-color: #74d600;

}

.phone-ring::after {

    background-color: rgba(116, 214, 0, .5);

}

.phone-ring::before {

    border: 1px solid #74d600;

}

.phone-ring {

    background: #74d600;

}

.news-3__title {

    color: #000;

}

.bct {

    width: 69%;

}



.fb_dialog_content iframe {



    left: 0 !important;

}



iframe.fb_customer_chat_bounce_in_v2 {

    left: 0 !important;



}



span iframe {

    left: 0 !important;

}


.f-contact {
    width: 502px;
}

.f-contact__title img {
    width: 66%;
    margin-left: -15px !important;
}

@media(max-width: 768px) {

    img.w-100.resize {

        height: 248px;

    }

    .f-contact {
        width: 100%;
    }

    .f-contact__title img {
        width: 100%;
        margin-left: revert !important;
    }

}

.embed-responsives iframe {
    width: 100%;
    height: 482px;
}

@media(max-width: 768px) {
    .embed-responsives iframe {
        width: 100%;
        height: 218px;
    }
}

.news-2__desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    max-height: 6em;
}

.news-2__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    max-height: 4.5em;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
}

/*Custom css 2024*/

@font-face {
  font-family: 'UTM Avo';
    src: url('../fonts/UTM-Avo.woff2') format('woff2'), url('../fonts/UTM-Avo.woff') format('woff'), url('../fonts/UTM-Avo.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('../fonts/UTM-AvoBold.woff2') format('woff2'), url('../fonts/UTM-AvoBold.woff') format('woff'), url('../fonts/UTM-AvoBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'UTMOngDoGia';
    src: url('../fonts/UTMOngDoGia.woff2') format('woff2'), url('../fonts/UTMOngDoGia.woff') format('woff'), url('../fonts/UTM-ONG-DO-GIA.TTF') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'UTM Netmuc KT';
    src: url('../fonts/UTMNetmucKT.woff2') format('woff2'),
        url('../fonts/UTMNetmucKT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.UTM-Avo {
    font-family: 'UTM Avo';
}

.UTMOngDoGia {
    font-family: 'UTMOngDoGia';
}

.UTMNetmucKT{
    font-family: 'UTM Netmuc KT';
}

.size10{
    font-size: 10px;
}

.size12 {
    font-size: 12px;
}

.size14 {
    font-size: 14px;
}

.size16 {
    font-size: 16px;
}

.size18 {
    font-size: 18px;
}

.size20 {
    font-size: 20px;
}

.size22 {
    font-size: 22px;
}

.size24 {
    font-size: 24px;
}

.size26 {
    font-size: 26px;
}

.size28 {
    font-size: 28px;
}

.size30 {
    font-size: 30px;
}

.size32 {
    font-size: 30px;
}

.size34 {
    font-size: 34px;
}

.size36 {
    font-size: 36px;
}

.size38 {
    font-size: 38px;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.bg-primary {
    background: #D21820 !important;
}

.bg-secondary {
    background: #FFFF00 !important;
}

.text-primary {
    color: #D21820 !important;
}

.text-secondary {
    color: #FFFF00 !important;
}

.rounded-10 {
    border-radius: 10px;
}

.ps-3 {
    padding-left: 1rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.text-center {
    text-align: center !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
   
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.fst-italic {
    font-style: italic !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.5;
}



body {
    color: #444343;
    font-size: 14px;
    font-family: 'UTM Avo';
}

.header-main {
    position: relative;
    background: url(../images/bg-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.header-hotline a:before {
    content: '';
    width: 64px;
    height: 64px;
    display: inline-block;
    background: url('../images/icon-hotline.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}

.navbar-brand img {
    max-width: 96px;
}

.hotline-text {
    line-height: 24px;
}

.offcanvas {
    width: 300px !important;
}

.navbar-nav .nav-item a {
    font-size: 17px;
    color: #D12027 !important;
    padding: 6px 16px;
    font-weight: 600;
}

.navbar-nav .nav-item a:hover {
    color: #bd191e;
}

.header-bottom {
    border-top: 1px solid #FFD800;
    border-bottom: 1px solid #FFD800;
}

ul.navbar-nav {
    width: 100%;
    justify-content: space-between;
}

.navbar-nav>.nav-item:after {
    content: '';
    width: 1px;
    height: 34px;
    background-image: url(../images/icon-line.png);
    background-size: 100% 100%;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.navbar-nav>.nav-item:last-child:after {
    content: unset;
}

.banner-inner {
    position: relative;
}

.banner-inner .banner-label {
    width: 466px;
    height: 168px;
    display: block;
    position: absolute;
    bottom: -20px;
    right: 50px;
    background-size: 80%;
    background-image: url('../images/label-banner.png');
    background-repeat: no-repeat;
}

.banner-inner .btn-link {
    position: absolute;
    bottom: 16%;
    left: 18%;
    z-index: 1000;
}

.banner-inner .btn-link img {
    max-width: 265px;
    transition: all 0.3s;
}

.banner-inner .btn-link img:hover {
    transform: scale(1.06);
}

.banner-inner .btn-link::after {
    content: '';
    width: 328px;
    height: 25px;
    display: block;
    position: absolute;
    bottom: -13px;
    right: -69px;
    background-size: 80%;
    background-image: url(../images/shadow.png);
    background-repeat: no-repeat;
}

.section-title span {
    position: relative;
    font-weight: bold;
}

.section-title.icon-title span::after {
    content: '';
    width: 100%;
    height: 9px;
    background: url(../images/icon-title.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    bottom: -12px;
    background-size: 100% 100%;
}

.icon-title img {
    max-width: 62px;
}


/* .section-title.icon-title:before {
    content: '';
    position: relative;
    top: 22px;
    min-width: 65px;
    height: 65px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 100% 100%;
}

.section-title.icon-title.icon-search:before {
    background-image: url(../images/icon-search.png);
}

.section-title.icon-title.icon-expert:before {
    background-image: url(../images/icon-expert.png);
}

.section-title.icon-title.icon-experience:before {
    background-image: url(../images/icon-experience.png);
} */

.post-box .post-image {
    position: relative;
    overflow: hidden;
    padding-top: 65%;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border: 1px solid #d21820;
}

.post-box .post-image img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.post-box .post-image:hover img {
    transform: scale(1.1);
}

.post-list .post-image {
    max-width: 210px;
    width: 100%;
}

.post-list .post-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
/*    max-height: 1.5em;*/
}

.post-list .excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 6.5em;
}

.post-list .post-box .post-image {
    padding-top: 32%;
}

.bg-section {
    background-image: url(../images/bg-section.jpg);
    background-size: cover;
}

.bg-section-2 {
    background-image: url(../images/bg-section-2.png);
    background-size: cover;
}

.customer-story {
    background: url('../images/bg-cam-nhan-2.jpg');
    background-repeat: no-repeat;
}

.customer-story .story-slide {
    padding-top: 140px;
}

.customer-story .story-slide {
    max-width: 1250px;
    margin-left: unset;
}

.story-pagination {
    position: unset;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: #D62027;
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    background: #D62027;
    opacity: 1;
}

.story-img {
    position: relative;
}

.story-title {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    background: #bd191ecb;
}

.story-slide .swiper-slide .story-img {
    overflow: hidden;
}

.story-slide .swiper-slide {
    transition: all 0.8s;
    transform: scale(0.9);
    margin-bottom: 30px;
}

.story-slide .swiper-slide-active {
    transform: scale(1.16);
}

.story-slide .swiper-slide-active .story-box {
    margin-top: 100px;
}

.story-box.small .box-image a {
    max-width: 150px;
    width: 100%;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 1px solid #d21820;
    overflow: hidden;
}

.story-box.small .box-image img {
    height: 130px;
    object-fit: cover;
}

.story-box.small .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 2.4em;
}

.story-box.small .story-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 4.4em;
}

.img-hover {
    overflow: hidden;
}

.img-hover img {
    transition: all 0.8s;
}

.img-hover:hover img {
    transform: scale(1.08);
}

.bg-trust-bg {
    background-image: url(../images/bg-trust.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.title-highlight {
    line-height: 58px;
}

.title-highlight span.highlight {
    position: relative;
    z-index: 100000;
/*    background: -webkit-linear-gradient(#ffc101, #fdfdfd);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Arial';
    padding-left: 12px;
    padding-right: 20px;
}

.title-highlight span.highlight::after {
    content: '';
    width: 93%;
    height: 35px;
    display: inline-block;
    background: url(../images/bg-text.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}

.section-trust .icon-box {
    position: relative;
    align-items: start;
    z-index: 1;
}

.section-trust .icon-box .icon {
    max-width: 85px;
    width: 100%;
}

.section-trust .icon-box .icon img {
    width: 100%;
    height: 100%;
}

.section-trust .icon-box .box-text {
    border-radius: 20px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 50px;
    padding-left: 80px;
    /* position: absolute;
    top: 2px;
    left: 41px; */
    margin-left: -74px;
    z-index: -1;
    padding-right: 20px;
}

.section-trust .icon-box .box-text .italic {
    line-height: 26px;
}

.section-trust .icon-box .box-text:hover {
    box-shadow: 1px 1px 10px 6px #ff6c6c8a;
    transition: all 0.3s;
}

.video-box {
    padding-top: 58%;
    overflow: hidden;
}

.video-box .fancybox-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.video-box .fancybox-img::after {
    content: "\f144";
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.video-gallery {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

.video-next {
    right: 0%;
    width: 40px;
    height: 40px;
    opacity: 0.5;
    background: url('../images/icon-next.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.video-prev {
    left: 0%;
    width: 40px;
    height: 40px;
    opacity: 0.5;
    background: url('../images/icon-prev.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.video-next:hover,
.video-prev:hover {
    opacity: 1;
}

.messenger {
    font-size: 60px;
    line-height: 90px;
    font-style: italic;
    margin-left: 130px;
}

.section-footer {
    background: url('../images/bg-footer.jpg');
    background-size: cover;
}

.logo-footer {
    position: relative;
}

.logo-footer::after {
    content: '';
    width: 89%;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -12px;
    background: url(../images/icon-line-2.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.footer-social a.social {
    font-size: 30px;
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 100px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social a.social.youtube {
    color: #FF0000;
}

.footer-social a.social.facebook {
    color: #006699;
}

.footer-social a.social.google {
    color: #EC1C24;
}

.footer-title {
    position: relative;
    min-height: 53px;
    display: flex;
    align-items: end;
}

.footer-title::after {
    content: '';
    width: 100%;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -11px;
    background: url('../images/icon-line-2.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.footer-title i {
    position: relative;
    font-size: 50px;
}

.logo-footer img {
    max-width: 80px;
}

.footer-form {
    position: relative;
    background: #fff;
    border-radius: 10px;
    height: 65px;
    padding: 10px;
}

.footer-form .btn-submit {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.footer-form input {
    border: 1px solid #EC1C24;
    border-radius: 10px;
    height: 46px;
}

.footer-form input:focus {
    outline: 0;
    box-shadow: unset;
    border: 1px solid #EC1C24;
}

.footer-form input::placeholder {
    font-size: 14px;
}
.post-content *{
    font-family: 'UTM Avo' !important;
}.customer-story {
    background-position: center center;
    padding-top: 42px;
}.customer-story {
    background-position: top center;
}
.story-slide .swiper-slide-active {
    transform: scale(1.1);
}
h2.post-sapo * {
    font-family: 'UTM avo' !important;!i;!;
}
h2.title span {
    display: block;
}
.customer-story{
    position: relative;
}
.container-title{
    margin: auto;
    max-width:588px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.container-title .title{
    font-size: 62px;
    font-weight: 400;
    font-family: UTM Aquarelle;
}
.container-title span{
    display: block;
}
.container-title .title .sub-text{
    margin-top: -38px;
    padding-left: 200px;
}
.container-title .title .sub-text-2{
    font-size: 48px;
    margin-top: -16px;
    font-family: UTMNetmucKT !important;
}

/*End*/