.prefix-phone {
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px;
    max-width: 70px;
    border-radius: 8px !important;
    margin-right: 10px;
}
.bg-main {
    background: var(--color-main);
}
/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.language-picker img {
    height: 24px;
}

.address-top, .hotline-top {    
    font-weight: 400;
    line-height: 22px;
    word-wrap: break-word;
}
/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.ratio-cate {
    padding-top: 120%;
    overflow: hidden;
    border-radius: 12px;
}

.cate-home .info-cate {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem 1.5rem;
    color: white;
}

.cate-home .info-cate .cate-name {
    font-weight: 700;
}

.cate-home .info-cate .number {
    font-size: 4.8rem;
    font-weight: 700;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}

.communication-info li::marker {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    content: "\f058";
}

.communication-info {
    padding-left: 1.5rem;
}

.communication-info li {
    margin-bottom: 1rem;
    padding-left: 1rem;
}

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

.ratio-why {
    background: #F6E5CD;
    width: 68px;
    height: 68px;
    padding: 1rem;
    border-radius: 100%;
}

.ratio-why img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-why--tile {
    color: #F2AF58;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 28px;
    word-wrap: break-word;
}

.ratio-art {
    padding-top: 90%;
    overflow: hidden;
    border-radius: 8px;
}

.data-status {
    display: none;
    justify-content: space-between;
    font-size: 1.4rem;
    color: #888888;
    margin-bottom: .5rem;
}

.box-html-form {
    padding: 3rem;
    background: rgb(255 255 255 / 80%);
}

.box-form {
    background: white;
    padding: 1.5rem;
    border-radius: 16px;
    width: 80%;
    margin: 0 0 0 auto;
}

.box-form .title-form {
    letter-spacing: 0.15px;
    color: var(--color-main);
    font-size: 3rem;
    font-weight: 700;
}

.box-form .decs-form {
    font-size: 1.4rem;
}

.service-category {
    padding-bottom: 60px;
    padding-top: 100px;
}

@media (min-width: 1000px) {
    .title-section-s2 {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
    }
}

.title-section-s2 > span, .about-us-block .article-category {
    font-family: "Crimson Text", serif;
    font-size: 2.7rem;
    color: var(--color-highlight);
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    font-style: italic;
}

.title-section-s2 h2, .title-section-s2 h3, .cta-content h3 {
    font-size: 4.6rem;
    font-weight: bold;
    text-transform: capitalize;
}

.title-section-s2 p {
    font-size: 1.7rem;
    margin: 0;
}

.categories-item {
    padding: 25px 30px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06);
    -moz-box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06);
    box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

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

.article-desc {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.categories-item p,.article-title-s2, .blog-section .article-description, .description_comment {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 6.5rem;
    line-height: 1.3;
}

.article-title-s2 {
    -webkit-line-clamp: 2;
    min-height: 4.7rem;
    font-weight: 600;
    font-size: 18px;
}
.categories-item .icon-categories img {
    position: inherit;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* background: var(--light); */
    /* text-align: center; */
    margin: 0 0 15px;
    /* font-size: 3.3rem; */
    /* line-height: 60px; */
    /* color: var(--color-highlight); */
    /* -webkit-transition: all 0.3s ease-in; */
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    z-index: 0;
}

.categories-item:hover {
   -webkit-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
}

.categories-item:hover .icon-categories {
    color: #fff;
}

/* .categories-item .icon-categories::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--color-highlight);
    content: '';
    z-index: -1;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
 */
/* .categories-item:hover .icon-categories::after {
    visibility: visible;
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
} */

.portfolio-section {
    padding: 110px 0;
}

.portfolio-section .inner-content {
    padding: 25px 28px;
    border: 1px solid #eee;
    border-bottom: 5px double #eee;
}

.portfolio-section .article-title-s2 a {
    color: var(--color-highlight);
}

.portfolio-section .article-title-s2:hover a {
    color: var(--color-main);
}
/*page danh muc san pham*/
.prd-banner-top img {
    width: 100%;
}

.product-code {
    font-weight: 700;
    color: var(--color-main);
}

.btn-details {
    border: 1px solid var(--color-main);
    color: var(--color-main);
}

.btn-contact {
    background: var(--color-main);
    color: white;
}

.btn-details:hover {
    background: var(--color-highlight);
    color: white;
}

.btn-contact:hover {
    background: none;
    color: var(--color-highlight);
    border: 1px solid var(--color-highlight);
}

.title-filter {
    font-size: 3rem;
    font-weight: 700;
}

.btn-clear {
    border: 1px solid var(--color-main);
    color: var(--color-main);
    padding: 0.85rem 2rem;
}

.btn-clear:hover {
    background: var(--color-highlight);
    color: white;
}

/*page chi tiet san pham*/
.product_detail {
    background: #F8F8F8;
}

.swiper-thumbs.swiper-vertical .swiper-slide {
    aspect-ratio: 1/1;
    height: 100% !important;
}

.product-detail-footer--title {
    color: var(--color-main);
    font-size: 2rem;
    font-weight: 700;
    border-left: 8px solid #F2AF58;
    padding: 0 1rem;
    margin-bottom: 1.5rem;
}

.box-specifications .row {
    padding: 1rem;
    border-radius: 8px;
}

.box-specifications .row:nth-child(odd) {
    background: #0D4371;
}

.box-specifications .row > div:nth-child(2) {
    text-align: right;
}

/* page gioi thieu */
.title-about {
    font-size: 3rem;
    color: var(--color-main);
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.ratio-about:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    width: 95%;
    height: 2rem;
    background: var(--color-main);
    margin: 0 auto;
    border-radius: 8px;
    z-index: -1;
}

.vision-mission-html {
    background-position: left;
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-color: var(--color-main);
    padding: 6rem 0;
    color: white;
}

.title-vision-mission {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.swiper-values-main {
    padding-top: 5rem;
}

.swiper-item {
    background: #E9F1FB;
    text-align: center;
}

.swiper-item img {
    background: #E9F1FB;
    padding: 3rem;
    border: 8px solid white;
    border-radius: 100%;
    position: relative;
    top: -3rem;
    margin-top: -4rem;
}

.swiper-values--tile {
    color: var(--color-main);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.team-image {
    background: #E9F1FB;
    padding: 3rem;
    border-radius: 100%;
    display: inline-block;
}

.team-member {
    position: absolute;
    right: 6rem;
    bottom: 6rem;
    background: var(--color-main);
    color: white;
    padding: 8px 12.4px;
    border-radius: 100%;
    font-size: 1.2rem;
}

.team-member span {
    display: block;
    font-weight: 700;
    font-size: 2rem;
    line-height: 22px;
}

/*page giai phap*/
.ratio-solution {
    padding-top: 120%;
}

.article-solution:before {
    content: "";
    height: 100%;
    width: 80%;
    background: #F2AF58;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: -1;
    border-radius: 8px;
}

/*page chi tiet giai phap*/
.nav-solution .nav-link {
    color: black;
    padding: .8rem 4rem;
}

.nav-solution .nav-link.active, .nav-solution .nav-link:hover {
    background: var(--color-main);
    color: white;
}

/*page chi tiet linh vuc*/
.ratio-field {
    padding-top: 25%;
}

.item-characteristic {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--color-main);
    text-transform: uppercase;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
.title-footer {
    color: var(--color-main);
    font-size: 1.8rem;
    font-family: Manrope;
    font-weight: 700;
    line-height: 22px;
    word-wrap: break-word;
    margin-bottom: 1.5rem;
}

.footer-menu-section ul {
    padding: 0;
    list-style: none;
}

.footer-menu-section ul li a {
    color: black;
}

.footer-menu-section ul li {
    margin-bottom: 1rem;
}

.footer-menu-section ul.list-inline a {
    display: block;
    background: var(--color-main);
    aspect-ratio: 1/1;
    padding: 3px;
    width: 30px;
    text-align: center;
    border-radius: 100%;
}

.footer-menu-section ul.list-inline li {
    margin: 0 5px 0 0;
}


/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
.is-mobile .menu-container {
    float: right;
}

.is-mobile .language-switch .language-picker {
    color: black !important;
}

.is-mobile .box-form {
    width: 100%;
}

.is-mobile .box-html-form {
    margin-bottom: 1.5rem;
}

.is-mobile .ratio-cate {
    margin-bottom: 1.5rem;
}

@media (max-width: 500px) {
    .row-mobile > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .vision-mission-html {
        background-position: top;
        background-size: auto 50%;
    }
    
    .swiper-item img {
        max-width: 15rem;
    }
    
    .team-member {
        right: 2rem;
    }
    
    .item-characteristic {
        margin-bottom: 1rem;
    }   
}
.filter-category .bootstrap-select>.dropdown-toggle {
    background: transparent;
    border-radius: 4px;
    border-color: var(--color-main);
}
.border-tam-nhin-su-menh {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0 15px 15px;
}
.inner-content.inner-content-tamnhin-sumenh {
    margin-top: 80px;
}
@media (min-width: 968px) {
.block-tab-tam-nhin-su-menh {
    position: absolute;
    top: 40px;
    margin-left: 50px;
    z-index: 2;
    margin-top: -30px;
}
}
.is-mobile .inner-content.inner-content-tamnhin-sumenh {
    margin-top: 20px;
}

.fix-height-content-cung {
    min-height: 34rem !important;
}
img {
    max-width: 100% !important;
    height: auto;
}
.object-cover{
    object-fit: cover !important;
}
@media (max-width:992px) {
    .swiper-slider-main .swiper-slide img {
        min-height: auto;
    }
}

@media (max-width:768px) {
    .about-section, .padding-section {
        padding: 50px 0;
    }
    
    .portfolio-section {
        padding: 50px 0 30px;
    }
}

#productLongDescription.gioi-han-dong {
    max-height: 250px;
}

#productLongDescription {
    display: block;
    overflow: hidden;
    position: relative;
    transition: max-height .5s ease;
}

.copy__inner {
    overflow: hidden;
}

.copy__gradient {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 75%, white 100%);
    bottom: 0;
    height: 150px;
    left: 0;
    position: absolute;
    transition: bottom 1s ease;
    width: 100%;
    z-index: 10;
}

.more-less {
    color: var(--color-main);
    cursor: pointer;
    bottom: 0;
    left: 0;
    margin-left: 0px;
    position: relative;
    z-index: 50;
    display: inline-block;
    width: 6.5rem;
    border-radius: 2rem;
    background: var(--light);
    border: 1px solid var(--gray);
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 2rem;
}

.reveal+.btn-reveal .more-less i:before {
    content: "\f0d8";
}

.video-slider-main img {
    object-fit: cover;
    object-position: center -90px;
}







