/*header*/
video {
    width: 100%;
    max-width: 100%;
    height: auto;
}

[class*="line-clamp"] {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

[class*="block-line-clamp"] {
    display: -webkit-box;
}

.line-clamp-2, .block-line-clamp-2 {
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
}

.logo-image {
    max-height: 5.2rem;
}

.fix {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 300 !important;
    -webkit-transition: position 0.8s;
    -o-transition: position 0.8s;
    transition: position 0.8s;
    -webkit-animation: affix-menu 1s;
    animation: affix-menu 1s;
    background: white;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}

.box-header-top {
    color: var(--color-main);
    font-size: 15px;
    font-weight: 500;
}

.box-menu-02-pc > .container > .row > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-submit:hover {
    color: var(--white);
    background: var(--color-highlight);
    box-shadow: 0 4px 8px rgba(1, 38, 53, .05), 0 12px 24px rgba(1, 38, 53, .05);
    transform: translateY(-1px);
}

@media (min-width: 1200px) {
    header .logo-section {
        position: relative;
        /* margin-top: -35px; */
    }

    .fix .logo-section img {
        margin-top: -35px;
    }

    header .fix .logo-section {
        position: relative;
        margin-top: 30px;
    }
}

.language-switch img {
    height: 20px;
    object-fit: contain;
}

.box-header-top > .container > .row > div:first-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-link-form-request {
    background-color: var(--orange);
    padding: 12px 12px;
    border-radius: 6px;
    color: white;
    font-weight: 600;
}

.home-swiper-slide--tile {
    font-size: 2.4rem;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    color: white;
    text-align: center;
    line-height: 1.2;
    z-index: 99;
}

/*header*/


.logo-center .logo-section img {
    height: 8rem;
}
.color-red {
    color: rgb(224, 62, 45);
}
.fs-40 {
    font-size: 4rem !important;
}
.font-weight-600 {
    font-weight: 600 !important;
}
#counter .item {
    max-width: 100%;
    width: 29.5rem;
    height: 29rem;
}
#counter>.row>div:nth-child(1) .item  {
    background-color: #d5e3fb;
}
#counter>.row>div:nth-child(1) .item .info {
    background-color: #2a4982;
    left: 3rem;
}
#counter>.row>div:nth-child(2) .item {
    background-color: #f8e4f8
}

#counter>.row>div:nth-child(2) .item .info {
    background-color: #a66bd3;
    left: 3rem;
    top: 2rem;
}

#counter>.row>div:nth-child(3) .item {
    background-color: #f9dfe6
}

#counter>.row>div:nth-child(3) .item .info {
    background-color: #c80000;
    left: 3rem;
    bottom: 1.5rem;
}

#counter>.row>div:nth-child(4) .item {
    background-color: #fee2dc
}

#counter>.row>div:nth-child(4) .item .info {
    background-color: #c45911;
    left: 3rem;
    top: 2rem;
}

#counter>.row>div:nth-child(5) .item {
    background-color: #d7f9d5
}

#counter>.row>div:nth-child(5) .item .info{
    background-color: green;
    left: 3rem;
}
.box-category-product .flip-inner {
    transform-style: preserve-3d;
    transition: transform .5s;
}
.box-category-product .flip-content {
    transform: rotateY(180deg);
    background-color: rgba(0, 0, 0, .45);
    top: 0;
    right: 0;
    backface-visibility: hidden;
    font-size: 2.5rem;
}
.box-category-product .item:hover .flip-inner {
    transform: rotateY(180deg)
}
@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1320px;
    }
}

.title-section-2mau {
    font-size: 30px;
    font-weight: 700;
    line-height: 46px;
}

.color-left {
    color: black;
}

.img-icon-play-home {
    width: 45px !important;
    height: 45px !important;
    background-color: white;
    padding: 10px;
    border-radius: 50%;
}

.icon-play-home {
    position: absolute;
    top: 42%;
    left: 0;
    display: flex;
    right: 0;
    width: 100%;
    z-index: 5;
    justify-content: center;
}

.box-home-01 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.title-tab {
    margin-bottom: 30px;
}

.title-tab .block-tab>li.nav-item {
    margin-right: 15px;
    margin-bottom: 1rem;
}

.title-tab .block-tab>li.nav-item>.nav-link {
    font-weight: 600;
    color: #7c828f;
    font-size: 14px;
    border-radius: 22px;
    padding: 12px 25px;
    margin-bottom: 0;
    border-bottom: 0;
    border: 1px solid #ddd;
}

.title-tab .block-tab>li.nav-item>.nav-link.active, .title-tab .block-tab>li.nav-item>.nav-link:hover {
    background: #004ee6;
    color: #fff;
}

.title-tab .title-slogan {
    margin-bottom: 25px;
}

.product-item .inner-content {
    padding: 15px;
}

.product-item .inner-content .price {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-what-customers {
    padding: 5rem 0;
}

.box-what-customers .title-slogan {
    margin-bottom: 30px !important;
}

.box-what-customers .item {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 20px;
    background-color: white;
}

.box-what-customers .item .title {
    font-weight: 700;
    margin-bottom: 15px;
}

.box-what-customers .item .description {
    margin-bottom: 15px;
}

.box-what-customers .item .img-name {
    display: flex;
    align-items: center;
}

.box-what-customers .item .img-name .img {
    flex: 0 0 80px;
    max-width: 80px;
    margin-right: 15px;
}

.box-what-customers .item .img-name .img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.box-what-customers .item .inter-content .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.box-article-home .title-section {
    margin-bottom: 30px;
}

.article-item {
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
}

.article-item .inner-content {
    padding: 15px;
}

.article-item .inner-content .post-date {
    margin-bottom: 5px;
}

.article-item.swiper-slide {
    margin-bottom: 0;
}

.title-footer {
    font-size: 2.8rem;
    font-weight: 600;
    color: var(--color-highlight);
}

.menu-footer > ul {
    padding-left: 0;
}

.menu-footer > ul > li, .office-info a {
    list-style: none;
    font-size: 1.5rem;
    font-weight: 500;
}

.menu-footer > ul > li > a, .office-info a {
    margin-bottom: 1rem;
    display: inline-block;
    color: var(--color-main);
}

.menu-footer > ul > li:hover > a, .office-info a:hover {
    color: var(--color-highlight);
}

.header-page-title {
    height: 245px;
    background-size: cover;
    backdrop-filter: brightness(60%);
    -webkit-backdrop-filter: brightness(60%);
    margin-bottom: 3rem;
}

.header-page-title .breadcrumb {
    height: 100%;
    backdrop-filter: brightness(60%);
    -webkit-backdrop-filter: brightness(60%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-page-title .breadcrumb .content {
    text-align: center;
    position: relative;
    z-index: 9;
}

.header-page-title .breadcrumb .content .title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.header-page-title .breadcrumb nav.breadcrumbs-section {
    justify-content: center;
}

.header-page-title .breadcrumb nav.breadcrumbs-section a, .header-page-title .breadcrumb nav.breadcrumbs-section a>span {
    color: #fff;
}

.header-page-title .breadcrumb nav.breadcrumbs-section a:last-child::after {
    display: none;
}

.box-section-product-page-01 {
    margin-bottom: 5rem;
}

.article-hot .info-article-right .article-item {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.article-hot .info-article-right .article-item .inner-image {
    flex: 0 0 175px;
}

.article-hot .info-article-right .article-item:last-child {
    margin-bottom: 0;
}

.article-hot .info-article-left .article-item {
    margin-bottom: 0;
    position: relative;
}

.article-hot .info-article-left .article-item .inner-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.article-hot .info-article-left .article-item:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 190px;
    bottom: 0;
    background-image: linear-gradient(0deg, black, transparent);
    z-index: 1;
}

.article-hot .info-article-left .article-item .inner-content .article-title a {
    color: #fff;
}

.article-hot .info-article-left .article-item .inner-content .post-date {
    color: #fff;
}

.article-hot .info-article-left .article-item .inner-content .article-title {
    height: auto;
}

.article-hot .info-article-left .article-item .inner-content .article-description {
    color: #fff;
}

.article-hot {
    margin-bottom: 70px;
}

.article-hot .title-section {
    margin-bottom: 30px;
}

.article-hot .info-article-left .article-item .inner-image .img {
    padding-top: 75.5%;
}

.box-section-atc-page-02 {
    margin-bottom: 70px;
}

.box-article-page .article-item {
    display: flex;
    border: 0;
    border-radius: 0;
}

.box-article-page .article-item .inner-image {
    flex: 0 0 250px;
}

.box-article-page .article-item .inner-content {
    padding: 0 15px;
    flex: 1 1;
}

.box-article-page .article-item .inner-content .article-title {
    /* height: auto; */
}

.box-article-page .article-item .inner-image .img {
    border-radius: 12px;
    overflow: hidden;
}

.cus-overlay{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

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









.view-small {
    border: 1px solid #d1d5db;
    border-radius: 12px;
}

.view-small .title {
    padding: 10px 15px;
    border-bottom: 1px solid #d1d5db;
    font-weight: 700;
    font-size: 18px;
}

.view-small .info {
    padding: 15px;
}

.view-small .info .article-item {
    border: 0;
    border-radius: 0;
    display: flex;
    margin-bottom: 20px;
}

.view-small .info .article-item .inner-image {
    flex: 0 0 115px;
    max-width: 115px;
}

.view-small .info .article-item .inner-content {
    padding: 0;
    flex: 1 1;
    padding-left: 15px;
}

.view-small .info .article-item .inner-content .article-title a {
    font-size: 14px;
}

.view-small .info .article-item .inner-content .article-title {
    line-height: 1.2;
    margin-bottom: 5px !important;
    /* min-height: auto; */
}

.view-small .info .article-item .inner-image .img {
    border-radius: 8px;
    overflow: hidden;
    padding-top: 90%;
}

.view-small .info .article-item .inner-content .article-description {
    font-size: 13px;
}

.view-small .info .article-item:last-child {
    margin-bottom: 0;
}

.product-item .inner-content .attributes .item {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
}

.product-item .inner-content .attributes .item span {
    font-size: 12px;
    font-weight: 600;
    color: #4b5563;
}

.product-item .inner-content .attributes .item span.name>i {
    margin-right: 5px;
    color: var(--color-highlight);
    display: inline-block;
    width: 13px;
}

.product-item .inner-content .attributes .item span.value>span {
    margin-left: 3px;
    position: relative;
}

.product-item .inner-content .attributes .item span.value>span:first-child {
    margin-left: 0;
}

.product-item .inner-content .attributes .item span.value>span:before {
    content: ',';
    margin-right: 3px;
}

.product-item .inner-content .attributes .item span.value>span:first-child:before {
    display: none;
}

.box-article-detail .banner-article-detail {
    max-width: calc(100% - 10vw);
    margin-left: auto;
    margin-right: auto;
}

.box-article-detail .banner-article-detail .inner-image img {
    width: 100%;
    height: 25vw;
    object-fit: cover;
    border-radius: 50px;
}

.box-article-detail .article-detail {
    flex-basis: calc(100% - 90px);
    max-width: calc(100% - 90px);
    padding: 30px 20px 20px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ddd;
}

.box-article-detail .box-share-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -140px;
}

.box-article-detail .social-share {
    background: #fff;
    display: inline-block;
    padding: 5px 5px;
    border-radius: 43px;
    border: 1px solid #dddd;
    top: 9rem;
}

.box-article-detail .item-detail-share {
    flex: 0 0 60px;
    max-width: 60px;
}

.box-article-detail .social-share .list-social .btn-social a {
    color: #fff !important;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.box-article-detail .social-share .list-social .btn-social svg {
    width: 40px;
    height: 40px;
}

.box-article-detail .article-detail .article-top .title {
    font-size: 38px;
    font-weight: 700;
    color: #000;
    text-transform: upercase;
    padding: 0 50px;
    margin-bottom: 15px;
}

.box-article-detail .article-detail .article-top {
    text-align: center;
}

.box-article-detail .author-view-detail {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.box-article-detail .author-view-detail .author {
    display: flex;
    align-items: center;
}

.box-article-detail .author-view-detail .author .img-author {
    margin-right: 15px;
}

.box-article-detail .author-view-detail .author .img-author img {
    width: 54px;
    height: 54px;
    border: 4px solid var(--blue-black);
    border-radius: 50%;
}

.box-article-detail .author-view-detail .view {
    background: #EAEAEA;
    padding: 2px 10px;
    border-radius: 20px;
    color: #000;
    font-size: 13px;
}

.box-article-detail .author-view-detail .view i {
    margin-right: 5px;
}

.box-article-detail .social-share .list-social .btn-social:last-child a {
    margin-bottom: 0;
}

.font-detail h2 {
    font-size: 23px;
}

.font-detail h3 {
    font-size: 20px;
}

.font-detail h4 {
    font-size: 18px;
}

.box-section-article-01, .box-section-article-02 {
    margin-bottom: 60px;
}

.box-section-article-02 .title-section {
    margin-bottom: 15px;
}

.box-image-product {
    margin-bottom: 40px;
    position: relative;
}

.box-image-product>.row {
    margin-right: -5px;
    margin-left: -5px;
}

.box-image-product>.row>div {
    padding-right: 5px;
    padding-left: 5px;
}

.box-image-product .img-right .img {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    padding-top: 65.9%;
}

.box-image-product .img-right .img:last-child {
    margin-bottom: 0;
}

.box-image-product .img-left {
    border-radius: 8px;
    overflow: hidden;
}

.product-content-detail-left .product-info-left {
    border: 1px solid #d1d5db;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 40px;
}

.product-content-detail-left .product-info-left .product-title-detail {
    font-size: 28px;
    font-weight: 600;
}

.product-content-detail-left .product-info-left .dsc {
    font-size: 16px;
}

.product-content-detail-left .product-info-left .attributes {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.product-content-detail-left .product-info-left .attributes .item {
    margin-right: 30px;
    margin-bottom: 10px;
}

.product-content-detail-left .product-info-left .attributes span.name i {
    display: inline-block;
    color: var(--color-highlight);
    width: 25px;
    margin-right: 0;
}

.product-content-detail-left .product-info-left .attributes .item span.name {
    font-weight: 600;
}

.product-content-detail-right {
    border: 1px solid #d1d5db;
    padding: 30px;
    border-radius: 12px;
    position: sticky;
    top: 0;
}

.product-content-detail-right form .form-group {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.product-content-detail-right form .form-group span.icon {
    display: inline-block;
    flex: 0 0 40px;
}

.product-content-detail-right form .form-group span.icon svg {
    width: 30px;
    height: 30px;
}

.product-content-detail-right form .form-group span.value {
    flex: 1 1;
}

.product-content-detail-right form .form-group span.value input.form-control {
    border: 0;
    padding: 0;
    height: 35px;
}

.product-content-detail-right form .form-group .btn-submit {
    width: 100%;
    border-radius: 5px;
}

.product-content-detail-right .price {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.product-content-detail-right .price .price-amount {
    font-size: 20px;
}

.product-content-detail-right form .form-group span.value label {
    margin-bottom: 0;
}

.product-content-detail-left .produc-info-left-bottom {
    border: 1px solid #d1d5db;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 40px;
}

.product-content-detail-left .produc-info-left-bottom .title, .product-content-detail-left .product-info-left-lt .title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.font-detail>ul {
    padding-left: 20px;
}

.font-detail img {
    width: 100%;
    height: auto;
}

.product-content-detail-right form .form-group textarea.form-control {
    padding: 0;
    border: 0;
}

.box-dt-prd-01, .box-dt-prd-02 {
    margin-bottom: 40px;
}

.swiper-button-prev i, .swiper-button-next i {
    color: #fff;
}

.tags span.tags-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

.load-more {
    background: #ffffff;
    position: relative;
    padding: 10px;
}

.load-more>a {
    padding: 8px 25px;
    background: var(--color-highlight);
    color: #fff;
    display: inline-block;
    border-radius: 20px !important;
    cursor: pointer;
}

.load-more>.btn-hide, .info-show-content.show .load-more>.btn-show {
    display: none;
}

.info-show-content.show .load-more>.btn-hide {
    display: inline-block;
}

.info-show-content .content-text {
    max-height: 500px;
    overflow: hidden;
}

.info-show-content.show .content-text {
    max-height: 100%;
}

.load-more>a>i {
    font-size: 10px;
}

.product-content-detail-left .product-info-left-lt {
    border: 1px solid #d1d5db;
    padding: 30px;
    border-radius: 12px;
}

.product-content-detail-left .product-info-left-lt .card {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.product-content-detail-left .product-info-left-lt .item-title-process {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    cursor: pointer;
    color: var(--color-highlight);
}

.product-content-detail-left .product-info-left-lt .card:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.description-process {
    padding-top: 15px;
}

.product-content-detail-left .product-info-left-lt .item-title-process.collapsed {
    color: #000;
}

.product-content-detail-left .product-info-left-lt .item-title-process.collapsed i:before {
    content: '\f078';
}

.box-image-product .item.item-img>a {
    position: absolute;
    z-index: 9;
    bottom: 10px;
    left: 10px;
    display: inline-block;
    background: #fff;
    padding: 5px 25px;
    border-radius: 5px;
    color: #000;
}

.box-contact-website .img {
    border-radius: 20px;
    overflow: hidden;
}

.box-contact-website .info-form .title {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
}

.box-contact-website .info-form .dsc {
    margin-bottom: 20px;
    font-size: 15px;
}

.box-contact-website .info-form .form-group {
    margin-bottom: 15px;
}

.box-contact-website .info-form .form-group .form-control {
    border-radius: 8px;
    height: 48px;
    border-color: #ddd;
}

.box-contact-website .info-form .form-group textarea.form-control {
    height: 100px;
}

.box-contact-website .info-form .form-group .btn-submit {
    border-radius: 8px;
}

.box-map-contact {
    /* background: var(--light); */
    margin-top: 50px;
    /* padding-left: calc((100% - 1170px)/2); */
}

.box-map-contact>.row {
    display: flex;
    align-items: center;
}

.info-website .info .item>span {
    display: block;
}

.info-website .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.info-website .dsc {
    margin-bottom: 25px;
    font-size: 16px;
}

.info-website .info .item {
    margin-bottom: 30px;
}

.info-website .info .item span.name {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
}

.info-website .info .item span.name>svg {
    display: inline-block;
    margin-right: 10px;
}

.info-website .info>.row>div:nth-child(3) .item, .info-website .info>.row>div:nth-child(4) .item {
    margin-bottom: 0;
}

.banner-slider {
    position: relative;
}

.banner-slider .info-form {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.banner-slider .info-form .text {
    text-align: center;
    color: #fff;
}

.banner-slider .info-form .text .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.banner-slider .info-form .text .dsc {
    font-size: 25px;
}

.banner-slider .info-form .form {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.banner-slider .info-form .form .btn-submit {
    width: 100%;
    border-radius: 8px;
    height: 50px;
}

.banner-slider .info-form .form .orderby-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.banner-slider .info-form .form .dropdown-menu {
    min-width: 170px;
    padding: 0;
}

.banner-slider .info-form .form .dropdown-menu .checkmark {
    height: 16px;
    width: 16px;
    background-color: #fff;
    display: inline-block;
    margin-right: 8px;
    border: 1px solid #464646;
    border-radius: 3px;
    position: relative;
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label {
    display: block;
    margin-bottom: 0;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

.banner-slider .info-form .form .dropdown-menu .list-item input:checked ~ .checkmark {
    background: var(--color-highlight);
}

.banner-slider .info-form .form .dropdown-menu .list-item input:checked ~ .checkmark:after {
    content: "\f00c";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    color: #fff;
    font-size: 9px;
    position: absolute;
    top: 0px;
    left: 3px;
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label input {
    opacity: 0;
    width: 0;
    height: 0;
}

.banner-slider .info-form .form .orderby-title>span {
    cursor: pointer;
}

.banner-slider .info-form .form .item-check.custom-control {
    padding-left: 0;
}

.banner-slider .info-form .form .dropdown-menu .list-item {
    max-height: 250px;
    overflow-y: auto;
}

.banner-slider .info-form .form .dropdown-menu .list-item::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
    border: 1px solid #fff
}

.banner-slider .info-form .form .dropdown-menu .list-item::-webkit-scrollbar-thumb {
    background-color: #000;
    width: 3px;
}

.banner-slider .info-form .form .orderby-title span.text-name span {
    display: block;
}

.banner-slider .info-form .form .orderby-title span.icon {
    border: 1px solid #e7e6e6;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 10px;
    color: #000;
    font-size: 20px;
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label:hover {
    color: var(--color-highlight);
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label:hover .checkmark {
    border-color: var(--color-highlight);
}

.contact-right {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 3;
}

.contact-right li.entry-content {
    list-style: none;
}

.contact-right li.entry-content>a {
    margin-top: 10px;
    width: 180px;
    background-color: #fff;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .08);
    border-radius: 10px;
    padding: 10px 20px !important;
    display: flex;
    align-items: center;
    color: #000;
}

.contact-right li.entry-content>a>span.icon>img {
    width: 32px;
    height: 32px;
    display: inline-block;
    object-fit: contain;
}

.contact-right li.entry-content>a span.icon {
    display: inline-block;
    margin-right: 10px;
}

.contact-right li.entry-content>a span.content span.name {
    font-weight: 700;
    display: block;
    font-size: 16px;
}

.cooperation-process .card .item-title-process {
    border: 1px solid rgba(0,0,0,.02);
    background-color: var(--black);
    padding: 15.2px;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 15px;
    color: var(--white);
    align-items: center;
    cursor: pointer;
}

.description-process {
    /* border: 1px solid #ddd; */
}

.cooperation-process .card .item-title-process.collapsed {
    background-color: #f1f1f1;
    color: var(--black);
}

.description-process {
    /* padding: 15px; */
}

.description-process>ul {
    padding: 0;
}

.description-process>ul>li {
    list-style: none;
    margin-bottom: 10px;
}

.elementor-widget .elementor-content {
    display: block;
    text-align: center;
    background: var(--light);
    margin-bottom: 20px;
    border: 1px solid var(--color-main);
    padding: 20px;
}

.elementor-widget .elementor-content .icon i {
    font-size: 42px;
    margin-bottom: 15px;
}

.elementor-widget .elementor-content .inner-content .name {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--color-highlight);
}

.elementor-widget .elementor-content .inner-content p {
    font-size: 16px;
}

.wrap-suggestion .title-cp {
    line-height: 1.3;
}

.swiper .product-item.swiper-slide .product-title {
    height: 34px;
    overflow: hidden;
}

.wrap-suggestion .price-amount span.currency-symbol {
    margin-left: 0;
}

.box-member-top {
    margin-left: 15px;
}

div#login-modal .modal-content {
    border-radius: 12px;
}

.title-section span {
    color: var(--orange);
}

.sub-section {
    font-weight: bold;
    font-size: 1.8rem;
    color: var(--color-highlight);
}

.about-breadcrums {
    position: relative;
}

.ratio-about-breadcrums {
    padding-top: 15%;
}

.text-about-breadcrums {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 calc((100% - 80vw) / 2);
    color: var(--white);
}

.about-breadcrums .breadcrumbs-section a,
.about-breadcrums .breadcrumbs-section span {
    color: var(--white);
}

.about-breadcrums .breadcrumbs-section a:last-child:after {
    display: none;
}

.title-about-breadcrums {
    font-size: 4rem;
    font-weight: bold;
    text-transform: uppercase;
}

.desc-about-breadcrums {
    font-size: 1.8rem;
}

.about-breadcrums .breadcrumbs-section {
    position: absolute;
    bottom: 1rem;
    left: calc((100% - 80vw) / 2);
    right: calc((100% - 80vw) / 2);
}

.about-banner {
    padding-top: 40%;
}

.bg-content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 0;
}

.line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

.line span {
    background: var(--color-highlight);
    height: 70px;
    width: 1px;
}

.ratio-philosophy {
    padding-top: 130%;
}

.swiper-philosophy--description {
    position: relative;
    margin-left: 40px;
    border-left: 1px solid #0E8243;
    padding-left: 35px;
    padding-top: 60px;
}

.ratio-philosophy:before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.666599) 37.5%, rgba(255, 255, 255, 0.840413) 64.06%, #FFFFFF 100%);
    width: 100%;
    content: '';
    position: absolute;
    height: 120px;
    bottom: 0;
    z-index: 1;
}

.number-philosophy {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    color: #0E8243;
    font-size: 40px;
    z-index: 2;
    font-weight: bold;
}

.swiper-philosophy2--tile {
    font-size: 2.5rem;
    position: absolute;
    z-index: 2;
    max-width: 240px;
    top: 60px;
    left: 55px;
    font-weight: 500;
    line-height: 1.5;
}

.ratio-vision {
    padding-top: 32%;
}

.decs-vision {
    font-size: 2.5rem;
    font-weight: 500;
}

.count-value {
    position: relative;
    color: var(--color-highlight);
}

.count-value .sub-numb {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-shadow: 1px 0 0 #999999, -1px 0 0 #999999, 0 1px 0 #999999, 0 -2px 0 #999999, 1px 1px #999999, -1px -1px 0 #999999, 1px -1px 0 #999999, -1px 1px 0 #999999;
    color: white;
    font-size: 8rem;
    z-index: auto;
    opacity: .2;
}

.count-value .number {
    position: relative;
    z-index: 2;
}

.swiper-about-thumbs .swiper-slide {
    border: 0;
    color: blak;
    padding: 1rem 0;
}

.swiper-about--tile {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--color-highlight);
}

.swiper-about-thumbs .fa-circle {
    font-size: 3rem;
    border-radius: 100%;
}

.swiper-about-thumbs .swiper-slide.swiper-slide-thumb-active .fa-circle {
    color: var(--color-highlight);
    background: var(--color-highlight);
    box-shadow: 0px 0px 0 5px rgb(84 173 125 / 60%);
}

.swiper-about-thumbs .swiper-slide:before {
    content: "";
    width: 90%;
    height: 1px;
    background: #002152;
    position: absolute;
    left: 64%;
    top: 24px;
}

.swiper-about-thumbs .swiper-slide:last-child::after {
    content: "\f054";
    position: absolute;
    width: auto;
    right: 0;
    top: 15px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    z-index: 1;
}

.item-contact {
    font-size: 1.6rem;
}

.item-contact i {
    font-size: 5rem;
    color: var(--color-highlight);
}

.title-contact {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 1rem 0 3rem 0;
    position: relative;
}

.title-contact:before {
    content: "";
    width: 5rem;
    height: 2px;
    background: var(--color-highlight);
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*CSS by quyettq*/
.header-setting > .container > .row > div:last-child {
    display: flex;
    justify-content: flex-end;
}

.bg-gray {
    background-color: var(--gray);
}

.box-search .input-group .form-control {
    border: 1px solid var(--color-highlight);
    padding: 0.6rem 3.6rem 0.6rem 1.2rem;
    border-radius: 3.6rem !important;
    height: auto;
}
.box-search .input-group .btn-submit {
    position: absolute;
    right: 1rem;
    height: 100%;
    display: inline-flex;
    align-items: center;
    z-index: 6;
    padding: 0;
    background: transparent;
    color: var(--color-main);
    border: none;
}.box-search .input-group .btn-submit:hover {
    color: var(--color-highlight);
}
.box-header-top .section-search-header {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0 1.5rem;
}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 1rem 0;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    background-color: var(--white);
    min-height: 11.8rem;
    z-index: 999;
    transition: all 1s linear;
}

body:not(.is-mobile) header.scrolled {
    transform: translateY(-100%);
    padding-bottom: 0 !important;
}
    
body:not(.is-mobile) .scrolled .logo-section img {
    max-width: 180px;
    height: 100%;
}

.section-box-slider {
    margin-top: 12rem;
}

.form-newsletter {
    display: flex;
    align-items: center;
}.form-newsletter .newsletter--submit {
    height: auto;
    line-height: 1.5;
    background: var(--color-highlight);
    padding: 0.6rem 1.2rem;
    font-size: 1.6rem;
    font-weight: bold;
    border: none;
    width: max-content;
}

.item-social--link {
    width: 4rem;
    height: 4rem;
    background: var(--color-highlight);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    color: var(--white);
    border-radius: 50%;
}.item-social:not(:last-child) a {
    margin-right: 1rem;
}.item-social a:hover, .form-newsletter .newsletter--submit:hover {
    color: var(--white);
    background: var(--green);
}

.language-mobile {
    /* position: absolute; */
    bottom: 2rem;
    left: 0;
    right: 0;
    /* text-align: center; */
}

.language-mobile .language-flag {
    transition: transform .25s ease;
}

.language-mobile .has-hover:hover .language-flag {
    transform: scale(1.05);
}

.language-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    background-color: var(--white);
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0.8rem 0;
    min-width: 10rem;
}

.img_flag, .language-flag {
    max-height: 3rem;
    height: 100%;
    aspect-ratio: 1;
    object-fit: fill;
    border-radius: 50%;
}

.dropdown-item .img_flag {
    margin-right: 0.8rem;
}

.dropdown-language:hover .language-menu {
    display: block;
}

.language-menu li a {
    padding: 0.6rem 1.2rem;
    color: var(--color-main);
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.language-menu li a:hover {
    color: var(--color-highlight);
    background: rgba(2,135,71,.161);
}

.article-content * {
    font-family: "Quicksand", sans-serif !important;
}

.section-partner .item-category img {
    object-fit: scale-down;
}

.map-layout-left {
    background-color: var(--color-highlight);
    height: 100%;
}

.map-layout .map-layout-left .map-viewer {
    height: 630px;
    width: 100%;
}

.text-top {
    font-size: 3.2rem;
    font-weight: 600;
}

.swiper-button-prev.custome:not(.swiper-button-disabled),
.swiper-button-next.custome:not(.swiper-button-disabled) {
    opacity: 0.6;
    transition: all .3s ease;
}
.swiper-button-prev.custome:not(.swiper-button-disabled):hover,
.swiper-button-next.custome:not(.swiper-button-disabled):hover {
    opacity: 1;
}

.social-right {
    position: fixed;
    bottom: 8rem;
    right: 1rem;
    z-index: 1234;
}

.social-right ul {
    flex-direction: column;
    position: relative;
}

.social-right .item-social {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: bottom .9s ease-in-out;
}

.social-right .item-social.btn-collapse {
    z-index: 1;
}

.social-right.active .item-social,
.social-right.show .item-social {
    bottom: calc((4rem + 5px) * var(--i));
}

.social-right .item-social .item-social--link {
    margin: 0;
}

.icon_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    color: var(--color-highlight);
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid var(--color-highlight);
    transition: all .3s;
}.icon_play:hover {
    cursor: pointer;
    background: var(--color-highlight);
    color: var(--white);
}

.icon_play i {
    font-size: 3rem;
    margin-left: 5px;
}

.video_result video, .image_result {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--red);
}
.section-video--home:after, .swiper-slide--link:after {
    content: '';
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: 6px;
    left: 6px;
    border: 1px solid var(--red);
    border-radius: 10px;
    pointer-events: none;
}

.ratio-slider {
    padding-top: 42%;
}

.product-action {
    top: unset;
    bottom: 2rem;
    right: 0;
    left: 0;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
}

.list-social {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.share-title {
    margin-right: 1.5rem;
}

.btn-social a {
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--black);
    color: var(--white);
}

#facebook a {
    background-color: #365493;
}
#twitter a {
    background-color: #33ccff;
}
#google a {
    background-color: #d44132;
}
#pinterest a {
    background-color: #cb2027;
}
#linkedin a {
    background-color: #0274b3;
}

.btn-social a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.product-item:hover .product-action {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    bottom: 3rem;
}

.product-detail-footer .nav .nav-item {
    margin-right: 5rem;
}.product-detail-footer .nav .nav-item .nav-link.active::before {
    width: 100%;
}

.form-thong-tin-san-pham .form-group textarea {
    min-height: 8rem;
    height: 4rem;
    max-width: 100%;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.swiper-desc--short {
    font-size: calc(1.1rem + 0.75vw);
}

.swiper-slide--link:hover:after {
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    border-top: 2px solid var(--color-highlight);
    border-right: 2px solid var(--color-highlight);
}

#backToTop {
    position: fixed;
    bottom: 3.5rem;
    right: 1rem;
    border: none;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991px) {
    .footer-middle > .container > .row > div {
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
    }
    
    .footer-middle > .container > .row > div:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .box-header-top {
        display: none;
    }
    
    .ratio-slider {
        padding-top: 50vh;
    }
    
    .swiper-slide--tile {
        font-size: calc(2rem + 2vw);
    }
    
    .swiper-slide--description {
        font-size: calc(2rem + 1vw);
    }
    
    hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    
    .footer-middle > .container > .row > div:nth-child(3) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .header-setting > .container > .row > div,
    .footer-middle > .container > .row > div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    header {
        min-height: 8rem;
    }
    
    .header-setting .logo-section {
        line-height: 6rem;
    }
    
    .header-setting .logo-section img {
        max-height: 6rem;
    }
    
    .section-box-slider {
        margin-top: 8.2rem;
    }
}

@media (max-width: 576px) {
    .footer-middle > .container > .row > div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 375px) {
    #counter>.row>div .item .info {
        left: 1rem;
    }
}

@media (min-width: 768px) {
    .home-swiper-slide--tile {
        font-size: 4.4rem;
    }
    
    .language-mobile {
        display: none;
    }
}

@media (min-width: 1000px) {
    .header-setting .menu-section > ul > li > a {
        position: relative;
        display: block;
        background: transparent;
        color: var(--color-main) !important;
        font-weight: 500;
    }.header-setting .menu-section > ul > li > a:after {
        content: "";
        background: var(--color-highlight);
        position: absolute;
        bottom: 0.3rem;
        left: 0;
        width: 0;
        height: 2px;
        transition: all .3s ease;
    }.header-setting .menu-section > ul > li > a.active:after,
    .header-setting .menu-section > ul > li:hover > a:after {
        width: 100%;
    }
    
    .header-setting .menu-section > ul > li.has-child > a span {
        display: none;
    }
    
    .header-setting .menu-section > ul > li > .entry-menu,
    .header-setting .menu-section .entry-menu.dropdown ul {
        border: 1px solid rgba(0, 0, 0, .175);
        padding: 0.8rem 0;
        border-radius: 6px;
        min-width: 10rem;
    }
    
    .header-setting .menu-section > ul > li > .entry-menu > li > .menu-link > .child-indicator {
        position: unset;
        display: inline-block;
        transform: none;
        line-height: 1;
    }
    
    body:not(.is-mobile) header.scrolled {
        transform: translateY(-46px);
    }
    
    .header-setting .menu-section > ul > li > .entry-menu > li {
        border: none;
    }
    
    .header-setting .menu-link {
        padding: 0.8rem;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .header-setting .menu-link:hover {
        background: rgba(2,135,71,.161);
    }
    
    .header-setting .menu-section .entry-menu.dropdown ul {
        top: 0;
        left: 100%;
    }
}

/*responsive start*/
.header-menu-mobile > .container > .row > div[class^="col-"] {display: flex;align-items: center;justify-content: space-between;}

.header-menu-mobile .topbar-section ul li:first-child {
    padding-left: 0 !important;
}

.page-h2 {
    position: absolute;
    top: -999px;
}

@media (min-width: 576px) {
    .map-layout .map-layout-left .map-viewer {
        height: 500px;
    }
}

@media (min-width: 992px) {
    .decs-vision {
        width: 50%;
        margin: 0 auto;
    }

    .bg-counter {
        background: white;
        background: -moz-linear-gradient(left, white 30%, whitesmoke 30%);
        background: -webkit-linear-gradient(left, white 30%, whitesmoke 30%);
        background: linear-gradient(to right, white 30%, whitesmoke 30%);
        padding: 5rem 0;
    }
    
    .map-layout .map-layout-left .map-viewer {
        height: 600px;
    }
}

@media (min-width: 1200px) {
    .banner-slider .info-form .form form>.row>div {
        flex: 0 0 28%;
        max-width: 28%;
    }

    .banner-slider .info-form .form form>.row>div:last-child {
        flex: 0 0 16%;
        max-width: 16%;
    }
    
    .map-layout .map-layout-left .map-viewer {
        height: 800px;
    }
}

@media (max-width: 1200px) {
    .box-home-01 {
        margin-bottom: 30px;
    }

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

    .info-benefit .text-benefit .item .title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .info-benefit .text-benefit .item .short {
        margin-bottom: 10px;
    }

    .info-benefit .text-benefit .item {
        margin-bottom: 25px;
    }

    .box-benefit .img {
        border-top-right-radius: 100px;
        border-bottom-left-radius: 100px;
    }

    .info-benefit .title-slogan {
        margin-bottom: 30px;
    }

    .box-home-02 {
        margin-bottom: 30px;
    }

    .title-tab .title-slogan {
        margin-bottom: 15px;
    }

    .title-tab {
        margin-bottom: 15px;
    }

    .title-tab .block-tab>li.nav-item>.nav-link {
        padding: 8px 17px;
    }

    .box-home-02 {
        margin-bottom: 30px;
    }

    .title-tab .title-slogan {
        margin-bottom: 15px;
    }

    .title-tab {
        margin-bottom: 15px;
    }

    .title-tab .block-tab>li.nav-item>.nav-link {
        padding: 8px 17px;
    }

    .row {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .row>div {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

    .box-note-pm .info-note-pm .title-slogan .slogan {
        margin-bottom: 15px !important;
    }

    .box-note-pm .info-note-pm .title-slogan .title-section {
        margin-bottom: 10px;
    }

    .box-note-pm {
        padding: 30px 0;
    }

    .box-note-pm .info-note-pm .title-slogan .dsc {
        font-size: 15px;
    }

    .info-note-pm {
        margin-bottom: 20px;
    }

    html {
        overflow-x: hidden;
    }

    body {
        overflow-x: hidden;
    }

    .box-note-pm .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .box-note-pm .row>div {
        padding-right: 5px;
        padding-left: 5px;
    }

    .box-note-pm .list-image .item-img {
        margin-bottom: 10px;
    }

    .box-home-01 {
        margin-top: 30px;
    }

    .title-footer {
        margin-bottom: 15px;
    }

    .menu-footer>ul>li:last-child a {
        margin-bottom: 0;
    }

    .entire-info-website address p:last-child {
        margin-bottom: 0;
    }

    .entire-info-website address {
        margin-bottom: 0;
    }

    .entire-info-website address p {
        margin-bottom: 10px;
    }

    .logo-section {
        /* text-align: center; */
    }

    .box-search .icon svg path {
        stroke: var(--color-highlight);
    }

    .header-page-title {
        height: 275px;
        margin-bottom: 30px;
    }

    .box-image-product>.row {
        margin-right: -2.5px;
        margin-left: -2.5px;
    }

    .box-image-product>.row>div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }

    .box-image-product .img-right .img {
        margin-bottom: 5px;
    }

    .box-image-product {
        margin-bottom: 30px;
    }

    .product-content-detail-left .product-info-left {
        padding: 15px;
        margin-bottom: 30px;
    }

    .product-content-detail-left .product-info-left .product-title-detail {
        font-size: 20px;
    }

    .product-content-detail-left .product-info-left .dsc {
        font-size: 14px;
    }

    .product-content-detail-left .produc-info-left-bottom {
        margin-bottom: 30px;
        padding: 15px;
    }

    .product-content-detail-left .product-info-left-lt {
        padding: 15px;
    }

    .product-content-detail-left .product-info-left-lt .item-title-process {
        font-size: 14px;
    }

    .product-content-detail-left .produc-info-left-bottom .title, .product-content-detail-left .product-info-left-lt .title {
        font-size: 20px;
    }

    .product-content-detail-right {
        padding: 15px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .box-dt-prd-01, .box-dt-prd-02 {
        margin-bottom: 30px;
    }

    .article-hot .title-section {
        margin-bottom: 20px;
    }

    .info-article-left {
        margin-bottom: 15px;
    }

    .article-hot {
        margin-bottom: 30px;
    }

    .article-hot {
        margin-bottom: 30px;
    }

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

    .box-section-atc-page-02 .box-article-page {
    }

    .box-section-atc-page-02>.container>.row>div:first-child {
        margin-bottom: 30px;
    }

    .box-article-page .article-item .inner-image {
        flex: 0 0 175px;
    }

    .box-article-page .article-item .inner-content {
        padding-right: 0;
    }

    .box-section-atc-page-02 {
        margin-bottom: 30px;
    }

    .box-article-detail .box-share-article {
        margin-top: 30px;
    }

    .box-article-detail .banner-article-detail .inner-image img {
        border-radius: 10px;
        height: 38vw;
    }

    .box-article-detail .article-detail {
        flex: 0 0 100%;
        max-width: 100%;
        border-radius: 8px;
        padding: 15px;
    }

    .box-article-detail .banner-article-detail {
        max-width: 100%;
    }

    .box-article-detail .article-detail .article-top .title {
        font-size: 20px;
        padding: 0;
        margin-bottom: 10px;
    }

    .box-article-detail .article-detail .article-top {
        margin-bottom: 15px;
    }

    .box-article-detail .item-detail-share {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .box-article-detail .social-share {
        border-radius: 8px;
        margin-top: 15px;
    }

    .box-article-detail .social-share .list-social {
        display: flex;
    }

    .box-article-detail .social-share .list-social .btn-social a {
        margin-bottom: 0;
        margin-right: 15px;
    }

    .box-article-detail .social-share .list-social .btn-social:last-child a {
        margin-right: 0;
    }

    .box-section-article-01, .box-section-article-02 {
        margin-bottom: 30px;
    }

    .row.no-gutters>div {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

    .box-contact-website .info-form .title {
        font-size: 25px;
    }

    .box-contact-website .img {
        margin-bottom: 15px;
    }

    .box-map-contact {
        margin-top: 15px;
    }

    .box-map-contact>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .box-map-contact .info-website {
        padding: 10px 15px 0;
    }

    .info-website .title {
        font-size: 25px;
    }

    .info-website .dsc {
        margin-bottom: 20px;
    }

    .info-website .info .item {
        margin-bottom: 15px;
    }

    .info-website .info .item span.name {
        margin-bottom: 10px;
    }

    .box-member-top a span {
        display: none;
    }

    .box-rating-cm {
        padding: 15px;
        margin-bottom: 30px;
    }

    .title-rating-comment {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .box-search .icon {
        width: 4rem;
        height: 4rem;
        border: 1px solid var(--color-highlight);
        border-radius: 5px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .box-search .icon svg {
        width: 18px;
        height: 18px;
    }

    .box-search form {
        /* position: absolute !important; */
        top: 100%;
        z-index: 2;
        background: #fff;
        /* padding: 5px; */
        border-radius: 5px;
        width: 100%;
        /* right: 0; */
        /* display: none; */
        /* opacity: 0; */
    }

    .setting-menu-pc>.container>.row>div:nth-child(1) {
        order: 2;
    }

    .setting-menu-pc>.container>.row>div:nth-child(2) {
        order: 1;
    }

    .setting-menu-pc>.container>.row>div:nth-child(3) {
        order: 3;
        display: flex;
        justify-content: flex-end;
    }

    .setting-menu-pc>.container>.row>div {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .setting-menu-pc .box-search>.icon {
        display: inline-flex !important;
    }

    .box-member-top a {
        color: var(--color-highlight) !important;
    }

    .box-member-top a i {
        display: inline-flex;
        width: 36px;
        height: 36px;
        border-radius: 5px;
        border: 1px solid;
        align-items: center;
        justify-content: center;
        padding-right: 0 !important;
    }

    .box-search .input-group .form-control {
        height: 32px;
    }
}

@media (min-width: 768px) and (max-width:1200px) {
    .box-map-contact .info-website {
        padding: 20px;
    }

    .box-footer-mb>.container>.row>div:nth-child(1),.box-footer-mb>.container>.row>div:nth-child(2) {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .box-footer-mb>.container>.row>div {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin-bottom: 30px;
    }

    .box-search .icon {
        display: none;
    }

    .swiper-slider-main .swiper-slide img {
        /* height: 50vw; */
    }

    .box-form-contact .form .title {
        font-size: 15px;
    }

    .box-form-contact .form .dsc {
        font-size: 13px;
    }

    .box-form-contact .form .form-group .form-control {
        height: 40px;
    }

    .box-form-contact .form .form-group textarea.form-control {
        height: 60px;
    }

    .box-form-contact .form .form-group {
        margin-bottom: 10px;
    }

    .box-form-contact .form .form-group .btn-submit {
        height: 40px;
        line-height: 38px;
    }

    .box-form-contact .inter-image .img {
        padding-top: 120%;
    }

    .box-article-page .article-item .inner-content .article-title {
        height: auto;
    }

    .title-section-2mau {
        font-size: 30px;
    }
}

@media (min-width: 768px) and (max-width:992px) {
    .banner-slider .info-form .form form>.row>div {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .banner-slider .info-form .form form>.row>div:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .banner-slider .info-form .form .btn-submit {
        height: 42px;
        margin-top: 15px;
    }

    .banner-slider .info-form .form {
        padding: 15px;
    }
}

@media (max-width: 992px) {
    .elementor-widget .elementor-content {
        padding: 10px;
        margin-bottom: 10px;
    }

    .elementor-widget .elementor-content .inner-content .name {
        font-size: 13px;
    }

    .elementor-widget .elementor-content .inner-content p {
        font-size: 14px;
    }

    .item-category .content-category .tile {
        font-size: 17px;
        margin-bottom: 4px;
    }

    .item-category .content-category a {
        padding: 0 15px;
    }

    .item-category .content-category .description {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .header-page-title {
        height: 175px;
    }

    .header-page-title .breadcrumb .content .title {
        font-size: 26px;
    }

    .box-footer-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .banner-slider .info-form {
        transform: none;
        position: initial;
    }

    .banner-slider .info-form .text {
        position: absolute;
        top: 18vw;
        left: 0;
        z-index: 1;
        width: 100%;
    }

    .banner-slider .info-form .text .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .banner-slider .info-form .text .dsc {
        font-size: 21px;
    }

    .swiper-slider-main .swiper-slide img {
        /* height: 55vw; */
    }

    .box-search:hover form {
        opacity: 1;
        display: block;
    }

    .banner-slider .info-form .form .btn-submit {
        height: 40px;
    }

    .box-form-contact .form .title {
        font-size: 18px;
    }

    .contact-right {
        left: 10px;
        bottom: 10px;
    }

    .contact-right li.entry-content>a {
        padding: 3px !important;
        width: 38px;
        margin-top: 5px;
        border-radius: 50%;
    }

    .contact-right li.entry-content>a span.content {
        display: none;
    }

    .contact-right li.entry-content>a span.icon {
        margin-right: 0;
    }

    .title-section-2mau {
        font-size: 25px;
        line-height: 30px;
    }

    .home-swiper-slide--tile {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width: 500px) {
    .ratio-about-breadcrums {
        padding-top: 65%;
    }

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

    .desc-about-breadcrums {
        font-size: 1.5rem;
    }
}