html, body {
    overflow-x: hidden;
}

header {
    position: relative;
}

.bg-catalogue:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #34373975;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4;
}

.home .header-top-01 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
}

.header-top-01 > .container > .row > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.home .header-top-01 {
    padding-top: 25px;
    background-color: transparent;
}

.header-top-01 {
    padding-top: 10px;
    background-color: var(--color-highlight);
    padding-bottom: 10px;
}

.home .header-top-01 > .container > .row > div:before {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 15px;
    right: 15px;
    background-color: white;
    height: 1px;
}

.home .header-top-01.fix > .container > .row > div:before{
    display: none;
}

.fix {
    position: fixed !important;
    padding-top: 10px !important;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1000 !important;
    transition: position 0.4s;
    animation: affix-menu 1s;
    background: var(--color-highlight) !important;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}

@keyframes affix-menu {
    from {
        position: fixed;
        top: -50px;
    }

    to {
        position: fixed;
        top: 0;
    }
}

.effect-laclac {
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

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

.nhapnhay {
    -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite;
    -o-animation: my 700ms infinite;
    animation: my 700ms infinite;
}

@-webkit-keyframes my {
    0% {
        background-color: var(--color-highlight);
    }

    50% {
        background-color: #ED232A;
    }

    100% {
        background-color: var(--color-highlight);
    }
}

@-moz-keyframes my {
    0% {
        background-color: var(--color-highlight);
    }

    50% {
        background-color: #ED232A;
    }

    100% {
        background-color: var(--color-highlight);
    }
}

@-o-keyframes my {
    0% {
        background-color: var(--color-highlight);
    }

    50% {
        background-color: #ED232A;
    }

    100% {
        background-color: var(--color-highlight);
    }
}

@keyframes my {
    0% {
        background-color: var(--color-highlight);
    }

    50% {
        background-color: #ED232A;
    }

    100% {
        background-color: var(--color-highlight);
    }
}

.form-search {
    width: 200px;
    background-color: transparent;
    border-radius: 30px;
    /*overflow: hidden;*/
    border: 1px solid white;
}

.form-search .input-group .input-group-append {
    margin-left: 0;
    position: absolute;
    left: auto;
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: none;
}

.form-search .input-group .input-group-append button.btn.btn-submit {
    height: 40px;
    background: none;
    padding: 0 10px !important;
    z-index: 5;
    border: none;
}

.form-search .input-group input {
    height: 40px;
    width: 100%;
    padding-left: 10px;
    /* border-radius: 30px !important; */
    /* border-color: #DBDBDB !important; */
    background-color: transparent;
    border: none;
}

.form-search .input-group input::placeholder {
    color: white !important;
}

.form-search svg {
    filter: invert(1);
}

.language-section li a {
    color: #8F8F8F;
    text-transform: uppercase;
}

.language-section li a.active {
    color: var(--yellow);
    font-weight: bold;
}

.language-section li:first-child a {
    padding-right: 10px;
    border-right: 1px solid #8F8F8F;
    margin-right: 10px;
}

#counter .counter-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#counter .row > div:last-child .counter-content:before {
    display: none;
}

#counter .counter-content:before {
    position: absolute;
    content: '';
    top: 50%;
    left: auto;
    right: -15px;
    width: 1px;
    height: 40px;
    background-color: var(--color-highlight);
    transform: translateY(-50%);
}

#counter .counter-content img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin-right: 15px;
}

#counter .counter-content .value {
    font-size: 4.2rem;
    color: var(--color-highlight);
    font-weight: 700;
}

#counter {
    box-shadow: 0px 4px 18.1px 0px #0000001A;
    padding: 40px 30px 40px 30px;
    border-radius: 15px;
    background-color: white;
}

.home-slider-main {
    position: relative;
    z-index: 1;
}

.section-so-chay {
    position: relative;
    margin-top: -80px;
    z-index: 2;
    margin-bottom: 80px;
}

.about-section {
    /* background: #fff; */
}

/* IMAGE BLOCK */
.about-images {
    position: relative;
}

.about-images img {
     width: 85%; 
    height: auto;
    display: block;
}

.about-images .img-main img {
    height: 35rem;
    object-fit: cover;
}

.about-images .img-sub img {
     width: 100%; 
}

/* áº¢nh lá»›n */
.img-main {
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    --cut: 50px;
    clip-path: polygon(
        0% 0%,
        calc(100% - var(--cut)) 0%, /* trÃªn pháº£i */
        100% var(--cut),
        100% 100%,
        0% 100%);
}

/* áº¢nh nhá» */
.img-sub {
    width: 55%;
    margin-top: -160px;
    --cut: 50px;
    clip-path: polygon(
        var(--cut) 0%,        /* trÃªn trÃ¡i */
        100% 0%,
        100% calc(100% - var(--cut)),
        calc(100% - var(--cut)) 100%, /* dÆ°á»›i pháº£i */
        0% 100%,
        0% var(--cut)
    );
    border: 10px solid white;
}

/* CONTENT */
.about-label {
    color: black;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: justify;
}

.about-title {
    font-size: 4.8rem;
    font-weight: 700;
    color: var(--color-highlight);
    line-height: 64px;
    margin-bottom: 15px;
}

.about-line {
    display: inline-block;
    width: 70px;
    height: 5px;
    background: #e11b22;
    margin-bottom: 15px;
}

.about-content p {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
}

.about-link {
    display: inline-block;
    margin-top: 15px;
    color: var(--color-highlight);
    text-decoration: none;
}

.about-link:hover {
    text-decoration: underline;
}

.section-tab-sp {
    background-color: #F8FAFC;
    padding: 80px 0 60px;
}

.title-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.featured-sp {
    border-radius: 20px 0 20px 0;
    background: #ED1B23;
    color: white;
    width: 100px;
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 2px 0 2px;
    font-size: 1.4rem;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.featured-sp img {
    width: 19px;
    height: 19px;
    object-fit: cover;
    margin-right: 3px;
}

.product-category a {
    border-radius: 6px;
    background: #C3DBEF;
    padding: 3px 10px;
    color: black;
    margin-right: 3px;
}

.product-category {
    margin: 10px 0 5px 0;
}

.url-xem-them-sp a {
    color: var(--color-highlight);
    font-size: 1.4rem;
}

.url-xem-them-sp {
    margin-top: 15px;
}

.space-10 > div > .row {
    margin-right: -1rem;
    margin-left: -1rem;
}

.space-10 > div > .row > div {
    padding-right: 1rem;
    padding-left: 1rem;
}

.btn-xem-all a {
    background-color: var(--color-highlight);
    color: white;
    padding: 10px 30px 11px 30px;
    border-radius: 10px;
    font-size: 1.4rem;
}

.btn-xem-all a:hover {
    background-color: #004da42e;
    color: var(--color-highlight);
}

.btn-xem-all {
    text-align: center;
    margin-top: 15px;
}

.section-tin-tuc {
    margin: 80px 0 60px 0;
}

.flex-title-url-section {
    text-align: center;
    margin-bottom: 45px;
}

.time-url-bai-viet {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.url-bao-viet a {
    background-color: var(--light);
    border-radius: 5px;
    padding: 6px 20px 6px 20px;
}

.list-2bv-trai .article-title {
    font-size: 2.4rem;
}

.list-2bv-trai .article-title a {
    color: var(--color-highlight);
    height: 7rem;
}

.list-2bv-trai .article-description {
    margin-bottom: 25px;
}

.list-2bv-phai .article-description {
    display: none;
}

.section-doi-tac {
    background-color: #F8FAFC;
    padding: 60px 0 80px;
}

.logo-doi-tac img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 80px;
    max-width: 225px;
}

.section-doi-tac .swiper-wrapper {
    padding-bottom: 45px;
}

.section-doi-tac .swiper-pagination-bullet-active {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 40px));
    border-radius: 5px;
}

.section-ban-do-home {
    position: relative;
    margin-top: -60px;
    z-index: 1;
    margin-bottom: 60px;
}

.bg-trai-form-home {
    background-color: var(--color-highlight);
    border-radius: 12px;
    padding: 50px 20px 60px 20px;
    color: white;
}

.bg-trai-form-home .title {
    color: white;
    font-size: 3.2rem;
    font-weight: 700;
}

.des-form-home {
    margin-bottom: 45px;
    position: relative;
}

.des-form-home:before {
    position: absolute;
    content: '';
    bottom: -16px;
    left: 0;
    width: 121px;
    height: 4px;
    background-color: white;
}

.flex-info-web-section {
    display: flex;
    margin-bottom: 16px;
}

.flex-info-web-section i {
    font-size: 1.6rem;
    width: 30px;
}

.title-right-form {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.border-form-contact .form-control {
    border-radius: 8px;
    border: 1px solid #CDCDCD;
    background: #FAFAFA;
    padding: 12px 20px;
}

.border-form-contact .form-group {
    margin-bottom: 2.5rem;
}

.btn-submit-form {
    background-color: var(--color-highlight);
    color: white;
    padding: 10px 30px 11px 30px;
    border-radius: 10px;
    font-size: 1.4rem;
}

.btn-submit-form:hover {
    background-color: #004da42e;
    color: var(--color-highlight);
}

footer {
    background-color: var(--color-highlight);
    color: white;
    margin-top: 60px;
}

footer .logo-section img {
    height: 13rem;
}

.flex-logo-title-footer {
    text-align: center;
    padding-top: 35px;
}

.title-logo-footer {
    font-size: 2.4rem;
    font-weight: 900;
    margin: 30px 0 30px 0;
    position: relative;
}

.title-logo-footer:before {
    position: absolute;
    content: "/ /";
    top: 48px;
    left: 0;
    right: 0;
    width: 30px;
    height: auto;
    background-color: var(--color-highlight);
    text-align: center;
    margin: 0 auto;
    font-size: 1.8rem;
}

.line-ngang1, .line-ngang2 {
    border-bottom: 1px solid;
}

.title-footer {
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-menu-section ul li a {
    color: var(--white);
}

.footer-menu-section ul li {
    margin-bottom: 10px;
}

.social-section li a {
    color: var(--color-highlight);
    margin-right: 1rem;
    font-size: 1.6rem;
    width: 3.6rem;
    height: 3.6rem;
    line-height: 3.6rem;
    display: block;
    background: var(--white);
    text-align: center;
    border-radius: 50%;
}

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

.copyright-languages-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ffffff47;
    padding-top: 20px;
}

/*zoom-anh bai viet*/
.article-item {
    overflow: hidden;
}

.article-item img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
}

.article-item:hover img {
    overflow: hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*zoom-anh bai viet*/
/*zoom-anh sp*/
.product-item {
    overflow: hidden;
}

.product-item img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
}

.product-item:hover img {
    overflow: hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*zoom-anh sp*/
.banner-top-page-gt img {
    max-height: 50rem;
    width: 100%;
    object-fit: cover;
}

.section-ht-page-gt {
    margin: 80px 0 80px 0;
}

.about-title-page-gt {
    font-size: 4.8rem;
    font-weight: 700;
    color: var(--color-highlight);
    line-height: normal;
    margin-bottom: 15px;
    position: relative;
}

.about-title-page-gt:before {
    position: absolute;
    content: '';
    top: -20px;
    left: 0;
    width: 100px;
    height: 10px;
    background: var(--yellow);
}

.des1-ht-page-gt {
    color: black;
}

.des2-ht-page-gt {
    background-color: #F8FAFC;
    padding: 15px 15px 15px 20px;
    position: relative;
    margin-top: 20px;
}

.des2-ht-page-gt:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: var(--yellow);
}

.img-hanhtrinh-page-gt img {
    border-radius: 25px;
}

.img-hanhtrinh-page-gt .swiper-slide {
    border-radius: 25px;
    overflow: hidden;
}

.img-hanhtrinh-page-gt {
    position: relative;
    scale: 0.85;
}

/*.img-hanhtrinh-page-gt:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    bottom: -10px;*/
/*    left: 25px;*/
/*    right: 25px;*/
/*    width: auto;*/
/*    height: 10px;*/
/*    border-radius: 0 0 60px 60px;*/
/*    background-color: #D9D9D9;*/
/*}*/

/*.img-hanhtrinh-page-gt:after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    bottom: -20px;*/
/*    left: 40px;*/
/*    right: 40px;*/
/*    width: auto;*/
/*    height: 10px;*/
/*    border-radius: 0 0 60px 60px;*/
/*    background-color: #EEEEEE;*/
/*}*/

.section-thong-diep {
    background: #10172B;
    color: white;
    padding: 60px 0 60px 0;
}

.img-thong-diep-page-gt img {
    max-width: 320px;
    max-height: 440px;
    object-fit: cover;
    border-radius: 8px;
    /* border: 5px solid #535353; */
}

.text-td01-page-gt i {
    font-size: 6rem;
    color: var(--yellow);
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.text-td01-page-gt {
    margin-bottom: 20px;
}

.text-td03-page-gt {
    font-size: 2rem;
    font-weight: 700;
    color: var(--yellow);
    margin: 40px 0 5px 0;
}

.text-td02-page-gt {
    font-size: 1.8rem;
    text-align: justify;
}

.section-linh-vuc-page {
    margin: 60px 0 150px 0;
}

.img-sp-page-gt {
    background-color: var(--color-highlight);
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-sp-page-gt img {
    width: 48px;
    height: 48px;
}

.box-sp-page-gt {
    transition: 0.3s;   
}

.box-sp-page-gt:hover {
    transform: scale(1.07);
}

.box-sp-page-gt .tile {
    font-size: 2rem;
    font-weight: 700;
    margin: 30px 0 10px 0;
}

.box-sp-page-gt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 14px;
    /* border: 1px solid #004DA4; */
    box-shadow: 0 2px 10.9px 0 rgb(0 0 0 / 8%);
    height: 290px;
    justify-content: center;
    padding: 10px;
}

.box-row-sp-page-gt .row > div:nth-child(2) .img-sp-page-gt, .box-row-sp-page-gt .row > div:nth-child(3) .img-sp-page-gt {
    background-color: #EBF5FF;
}

.box-tam-nhin-su-menh .content {
    height: 100%;
    color: white;
    border-radius: 16px;
    padding: 20px 30px 30px 30px;
    position: relative;
}

.box-tam-nhin-su-menh .content:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 15%;
    right: 15%;
    width: auto;
    height: 5px;
    background-color: var(--yellow);
}

.box-tam-nhin-su-menh > .row > div:nth-child(1) .content {
    background-color: var(--color-highlight);
}

.box-tam-nhin-su-menh > .row > div:nth-child(2) .content {
    background: #10172B;
}

.box-tam-nhin-su-menh .tile {
    font-size: 3.2rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0 5px 0;
}

.box-tam-nhin-su-menh .img img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.img-line-cong-page-gt {
    text-align: center;
}

.section-gtri-cot-loi {
    background-color: #F8FAFC;
    padding: 150px 0 40px 0;
}

.section-tam-nhin-sm {
    position: relative;
    margin-bottom: -125px;
}

.bg-gia-tri {
    transition: 0.3s;   
}

.bg-gia-tri:hover {
    transform: scale(1.07);
}

.bg-gia-tri {
    background-color: white;
    border-radius: 16px;
    padding: 45px 30px 40px 30px;
    height: 100%;
}

.bg-gia-tri .img img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.bg-gia-tri .img {
    border-radius: 9px;
    background: #CDE4FF;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.bg-gia-tri .wrap {
    display: flex;
    border-bottom: 1px solid;
    padding-bottom: 30px;
    margin-bottom: 15px;
}

.bg-gia-tri .tile {
    font-weight: 700;
}

.section-so-do-to-chuc {
    margin: 60px 0 60px 0;
}

.img-banner-page-product img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.box-breadcrumbs-page-sp .row > div:first-child {
    padding-left: calc((100% - 1170px) / 2);
    overflow: hidden;
}

.title-page-seo {
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--color-highlight);
    margin: 30px 0 10px 0;
}

.box-breadcrumbs-page-sp {
    border-bottom: 1px solid var(--color-highlight);
}

.loc-cate-sap-xep {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.loc-cate-sap-xep .categories {
    display: flex;
    align-items: center;
}

#categorySelect {
    border-radius: 6px;
    border: 1px solid var(--color-highlight);
    background: #E6F2FF;
    margin-right: 15px;
    cursor: pointer;
}

#resetCategory {
    border-radius: 6px;
    border: 1px solid var(--color-highlight);
    background: #E6F2FF;
    min-width: 110px;
    color: black;
}

.section-cate-loc-sp {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 30px 30px;
}

body.product_detail {
    background-color: #F8FAFC;
}

.bg-atrr-detaill-sp {
    background-color: white;
    border-radius: 8px;
    padding: 20px 25px 5px 25px;
    margin: 15px 0 30px 0;
}

.atrr-icon-detail-sp {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.atrr-icon-detail-sp img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    object-fit: cover;
}

.title-content-detail-sp {
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    padding-left: 10px;
    color: black;
    margin-top: 30px;
}

.title-content-detail-sp:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    border-radius: 12px;
    background: #ED1B23;
}

.bg-content-detail-sp {
    background-color: white;
    border-radius: 8px;
    padding: 20px 25px 25px 25px;
    margin: 15px 0 40px 0;
}

.bg-content-detail-sp table {
    border-collapse: collapse;
    border: none;
}

.bg-content-detail-sp table tr {
    border-bottom: 1px solid #ddd;
}

.bg-content-detail-sp table tr:last-child {
    border-bottom: none;
    /* náº¿u khÃ´ng muá»‘n line cuá»‘i */
}

.bg-content-detail-sp table td {
    border: none !important;
    padding: 10px;
}

.link-lien-he-sp {
    background-color: var(--color-highlight);
    color: white;
    padding: 10px 45px 10px 45px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid;
}

.link-lien-he-sp:hover {
    background-color: white;
    color: var(--color-highlight);
    border: 1px solid;
}

.entire-file-sp {
    background-color: white;
    border-radius: 8px;
    padding: 15px 15px 15px 20px;
    margin: 40px 0 40px 0;
    border: 1px dashed #e8e2e2;
}

.entire-file-sp a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-content {
    background-color: var(--light);
    padding: 20px;
    border-radius: 10px;
}

.bg-catalogue {
    background-image: url(/templates/thoitrang05/assets/media/background/z7406843002871_1be8e47903f5e610aad799235f58beaf.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.bg-catalogue > .container {
    position: relative;
    z-index: 99;
}
.magazine-viewport .page {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.magazine-viewport {
    width: 100% !important;
    height: calc(100vh - 70px) !important;
}

.magazine-viewport .next-button, .magazine-viewport .previous-button {
    top: 50% !important;
    transform: translateY(-50%);
    height: auto !important;
    font-size: 29px;
    width: 35px !important;
    background: #ffffffc4;
    border-radius: 4px !important;
    text-align: center;
}

.magazine-viewport .previous-button:before {
    font-family: 'Font Awesome 6 Pro' !important;
    content: "\f104";
}

.magazine-viewport .next-button:before {
    font-family: 'Font Awesome 6 Pro' !important;
    content: "\f105";
}

.magazine-viewport .previous-button {
    left: -36px !important;
}

.magazine-viewport .next-button {
    right: -36px !important;
}

.magazine-viewport .magazine {
    /*top: 0 !important;*/
    /*left: 0 !important;*/
}

.embed-responsive-1by1::before {
    padding-top: 80%;
}

@media (min-width: 1400px) {
    .bg-catalogue .container {
        max-width: 1473px;
    }
}

/* MOBILE */
@media (max-width: 767px) {
    header {
        background-color: var(--color-highlight);
    }

    .header-top-mb-01 > .container > .row > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .form-search {
        width: 100%;
    }

    .header-top-mb-02 {
        padding: 15px 0 10px 0;
    }

    .swiper-slide--tile {
        font-size: 2.5rem;
        width: 100%;
    }

    .section-so-chay {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #counter .counter-content:before {
        display: none;
    }

    #counter .counter-content {
        justify-content: flex-start;
        margin-bottom: 15px;
    }

    .img-sub {
        width: 80%;
        margin-left: 0;
        margin-top: -80px;
    }

    .about-title {
        font-size: 2.5rem;
        line-height: 35px;
    }

    .title-section {
        font-size: 2.5rem;
    }

    .block-tab.nav .nav-item {
        margin: 0 5px 5px 5px;
    }

    .section-tab-sp {
        padding: 40px 0 40px;
    }

    .section-tin-tuc {
        margin: 40px 0 40px 0;
    }

    .section-doi-tac {
        padding: 40px 0 40px;
    }

    .title-right-form {
        font-size: 2.5rem;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    footer {
        margin-top: 40px;
    }

    .flex-logo-title-footer {
        padding-bottom: 30px;
    }

    .title-logo-footer:before {
        top: 75px;
    }

    .menu-section .active, .menu-section > ul > li:hover > a {
        color: var(--color-highlight) !important;
    }

    .about-title-page-gt {
        font-size: 2.5rem;
    }

    .img-hanhtrinh-page-gt {
        margin-top: 30px;
    }

    .section-linh-vuc-page {
        margin: 40px 0 40px 0;
    }

    .box-sp-page-gt {
        margin-bottom: 20px;
    }

    .box-tam-nhin-su-menh > .row > div:first-child {
        margin-bottom: 15px;
    }

    .box-tam-nhin-su-menh .tile {
        font-size: 2.5rem;
    }

    .bg-gia-tri {
        padding: 30px 25px 30px 25px;
    }

    .section-so-do-to-chuc {
        margin: 40px 0 40px 0;
    }

    .flex-title-url-section {
        margin-bottom: 30px;
    }

    .loc-cate-sap-xep {
        flex-wrap: wrap;
    }

    .loc-cate-sap-xep .categories {
        flex-wrap: wrap;
    }

    .section-cate-loc-sp {
        padding: 20px 0px;
    }

    .img-banner-page-product img {
        height: 150px;
    }

    .title-page-seo {
        font-size: 2.5rem;
        margin: 15px 0 10px 0;
    }

    .box-breadcrumbs-page-sp {
        margin-top: 15px;
        padding: 0 15px 0 15px;
    }

    .section-row-100 > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section-row-100 > .container > .row {
        flex-direction: column-reverse;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    #counter .counter-content img {
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }

    #counter {
        padding: 40px 10px 40px 10px;
    }

    .about-title {
        font-size: 3.5rem;
        line-height: 40px;
    }

    .title-section, .about-title-page-gt {
        font-size: 3.5rem;
    }

    .img-thong-diep-page-gt img {
        padding-right: 10px;
    }

    .swiper-slider-main .swiper-slide img {
        height: 55vh;
    }
}

@media (min-width: 968px) and (max-width: 1100px) {
    .menu-section > ul > li {
        display: inline-block;
        margin-left: 0.6rem;
        margin-right: 0.6rem;
    }
}

@media (min-width: 768px) and (max-width: 968px) {
    .swiper-slide--tile {
        font-size: 3.5rem;
        width: 100%;
    }

    .bg-trai-form-home {
        padding: 30px 20px 30px 20px;
        margin-bottom: 15px;
    }

    .menu-section .active {
        color: var(--color-highlight) !important;
    }

    .img-thong-diep-page-gt img {
        max-width: 100%;
        max-height: 100%;
    }
}

.section-doi-tac .title-section {
    font-size: 3.5rem;
    font-weight: 800;
}

.product-title a {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 5.5rem;
}

.sgname {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*CSS by quyettq*/
.form-search .input-group input {
    height: 35px;
    color: var(--white);
}

.form-search .input-group .input-group-append button.btn.btn-submit {
    height: 35px;
}
/*End quyettq*/