#slide-banner {
    overflow: hidden;
    padding: 20px 0;
}
#slide-banner .slide-left {
    /* width: 68.75%; */
    width: 69.8%;
}
#slide-banner .slide-right {
    margin-left: 20px;
    /* width: calc(31.25% - 20px); */
    width: calc(29.2% - 20px);
}
#slide-banner .advertise-slider {
    overflow: hidden;
    border-radius: 6px;
}
#slide-banner .advertise-slider:not(.owl-carousel) .advertise-item:not(:first-child) {
    display: none;
}
#slide-banner .advertise-slider .item a {
    display: block;
    overflow: hidden;
}
#slide-banner .advertise-slider .item a img {
    border-radius: 6px;
}
#slide-banner .advertise-slider .item a:hover img {
    -webkit-animation: zooms 1s ease-in-out;
    -o-animation: zooms 1s ease-in-out;
    animation: zooms 1s ease-in-out;
}
#slide-banner .owl-controls {
    float: none;
    width: 100%;
    z-index: 999;
    position: relative;
}
#slide-banner .owl-nav {
    display: flex;
    margin-top: -22%;
    justify-content: space-between;
    position: absolute;
    width: 100%;
}
#slide-banner .owl-nav .owl-prev,
#slide-banner .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 6px;
}
#slide-banner .owl-nav .owl-prev .fa,
#slide-banner .owl-nav .owl-next .fa {
    font-size: 20px;
    color: var(--ws-color-white);
    font-weight: bold;
}
#slide-banner .owl-nav .owl-prev:hover,
#slide-banner .owl-nav .owl-next:hover {
    background: var(--ws-color-primary);
}
#slide-banner .advertise-slide-right {
    border-radius: 6px;
    overflow: hidden;
}
#slide-banner .advertise-slide-right:not(.owl-carousel) .advertise-item:not(:first-child) {
    display: none;
}
#slide-banner .advertise-slide-right img {
    border-radius: 6px;
}
.section-box > h3 {
    text-align: center;
    text-transform: uppercase;
    margin: 20px 30px;
}
.section-box > h3 span.tt_news {
    display: block;
}
.section-box > h3 span.tt_news.t-01 {
    font-size: 45px;
    line-height: 1.5em;
}
.section-box > h3 span.tt_news.t-02 {
    font-size: 50px;
    color: #00a2ff;
    text-transform: uppercase;
    line-height: 1.5em;
}
.section-box > h3 span.tt_news.t-02 span {
    color: var(--ws-color-primary);
}
.box-product-by-status {
    background: #f3f6f9;
    padding-bottom: 20px;
    padding-top: 40px;
    margin-top: 20px;
}
.box-product-by-status--title {
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 99;
}
.box-product-by-status--content {
    margin-top: -27px;
    background: var(--ws-color-white);
    border: 1px solid var(--ws-color-primary);
    border-radius: 6px;
}
.box-product-by-status--content .grid_prod {
    border: none;
}
.box-product-by-status--content .grid_prod.no-item {
    grid-template-columns: repeat(auto-fill, 100%);
}
.box-product-by-status .btn_view_all {
    text-align: center;
    padding-top: 20px;
}
.box-product-by-status .btn_view_all a {
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 6px;
    display: inline-block;
    color: var(--ws-color-primary);
    background: var(--ws-color-white);
    border: 1px solid var(--ws-color-primary);
}
.box-product-by-status .btn_view_all a:hover {
    color: var(--ws-color-white);
    background: var(--ws-color-primary);
}
.box-product-by-status .list-status ul {
    display: inline-flex;
    border: 1px solid var(--ws-color-primary);
    border-radius: 10px;
    margin: 0 auto;
    background: var(--ws-color-primary);
    overflow: hidden;
}
.box-product-by-status .list-status ul li {
    margin: 0;
}
.box-product-by-status .list-status ul li:not(:last-child) {
    border-right: 1px solid var(--ws-color-primary);
}
/* .box-product-by-status .list-status ul li:first-child a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.box-product-by-status .list-status ul li:last-child a {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
} */
.box-product-by-status .list-status ul a {
    height: 54px;
    padding: 15px 50px;
    list-style: none;
    line-height: 24px;
    font-size: 20px;
    color: #666;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    margin: 0;
    border-radius: 0;
    border: 0 !important;
}
.box-product-by-status .list-status ul a:hover {
    border: 0;
}
.box-product-by-status .list-status ul li.active a {
    background: var(--ws-color-primary);
    color: var(--ws-color-white);
}
#box-cat-product {
    padding: 10px 0;
}
#box-cat-product .box-cat-grid {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}
#box-cat-product .box_cat > a {
    padding: 15px;
    height: 100%;
    display: flex;
    border-radius: 10px;
    background: #f3f6f9;
    flex-direction: column;
    transition: all 0.3s ease;
}
#box-cat-product .box_cat > a:hover {
    background: #00a2ff;
}
#box-cat-product .box_cat > a:hover h3 {
    color: var(--ws-color-white);
}
#box-cat-product .box_cat h3 {
    margin: 0;
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}
#box-cat-product .box_cat .ipicture {
    display: inline-flex;
    text-align: center;
    height: 60px;
    margin-bottom: 10px;
    justify-content: center;
    margin-top: 5px;
}
#box-cat-product .box_cat .ipicture img {
    max-height: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.box-group-product {
    margin-top: 20px;
}
.box-group-product--title {
    background: #f3f3f3;
    padding: 0px;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}
.box-group-product--title h3 {
    margin: 0;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    position: relative;
    font-size: 24px;
}
.box-group-product--title h3 a {
    background: var(--ws-color-primary);
    color: var(--ws-color-white);
    position: relative;
    padding: 15px 30px;
    display: inline-block;
}
.box-group-product.has-icon .box-group-product--title h3 a {
    padding-left: 80px;
}
.box-group-product--title h3 span.icon {
    width: 60px;
    height: 60px;
    background: #00a2ff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}
.box-group-product--title h3 span.icon span {
    width: 32px;
    height: 32px;
    background: white;
    mask-image: var(--icon);
}
.box-group-product--title h3::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 30px 16px 30px 16px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--ws-color-primary);
    display: block;
    position: absolute;
    right: -32px;
    top: 0px;
}
.box-group-product--title .listcat {
    float: right;
    padding: 0px 20px;
}
.box-group-product--title .listcat ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.box-group-product--title .listcat ul li {
    margin: 0 10px;
}
.box-group-product--title .listcat ul a {
    color: var(--ws-color-primary);
    font-size: 15px;
    padding: 18px 5px;
    display: inline-block;
}
.box-group-product .product-cats .grid_prod {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.view-more {
    padding: 20px 0;
    text-align: center;
}
.view-more a {
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle;
    transition: all .3s ease;
    color: var(--ws-color-primary);
    background: var(--ws-color-white);
    border: 1px solid var(--ws-color-primary);
}
.view-more a:hover {
    color: var(--ws-color-white);
    background: var(--ws-color-primary);
}
.view-more a::after {
    content: "\f105";
    font-family: "FontAwesome";
    margin-left: 8px;
}
.box-group-product:first-child {
    margin-top: 60px;
}
.grid_prod {
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 0px;
    row-gap: 0px;
    border: 1px solid #e4e6e9;
    border-radius: 6px;
}
.grid_prod.noitem {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
    border: none;
}
.product {
    border-right: 1px solid #e4e6e9;
    border-bottom: 1px solid #e4e6e9;
    margin-bottom: -1px;
}
.product > .inner {
    padding: 20px;
    display: flex;
    height: 100%;
}
.product > .inner > a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
.product:nth-child(5n) {
    border-right: none;
}
.product:hover .i-image > img {
    top: 50%;
}
.product:hover .i-title h3 {
    color: var(--ws-color-primary);
}
.product .i-image {
    position: relative;
}
.product .i-desc {
    text-align: left;
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.product .i-title h3 {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
    color: #222;
    font-weight: normal;
    line-height: 1.5em;
    overflow: hidden;
    line-height: 1.5;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    word-break: break-word;
    -webkit-box-orient: vertical;
}
.product .i-price {
    margin-top: 10px;
}
.product .i-price .promotion {
    font-size: 20px;
    font-weight: bold;
    color: var(--ws-color-primary);
}
.product .i-price .flex {
    margin-top: 6px;
}
.product .i-price .regular {
    font-size: 15px;
    color: #888;
    display: block;
    text-decoration: line-through;
    float: right;
    line-height: 24px;
}
.product .i-price .discount {
    color: var(--ws-color-white);
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 3px;
    background: #ee2038;
    margin-left: 20px;
}
.product .i-price::after {
    content: "";
    display: block;
    clear: both;
}
.product .i-button {
    text-align: center;
    padding-top: 20px;
    margin-top: 10px;
}
.product .i-button a {
    display: inline-block;
    line-height: 30px;
    padding: 5px 30px;
    background: var(--ws-color-primary);
    border-radius: 5px;
    color: var(--ws-color-white);
    font-size: 16px;
    text-transform: uppercase;
}
.product .i-button a:hover {
    -webkit-box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.3);
}
.effect1 {
    position: relative;
}
.effect1::before {
    left: 0px;
    top: 50%;
    width: 1px;
    z-index: 1;
    height: 0;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.effect1::after {
    right: 0px;
    top: 50%;
    width: 1px;
    z-index: 1;
    height: 0;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.effect1::before,
.effect1::after,
.effect1 .inner::before,
.effect1 .inner::after {
    content: "";
    display: block;
    position: absolute;
    background: var(--ws-color-primary);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.effect1 > .inner::before {
    top: 0px;
    left: 50%;
    width: 0;
    z-index: 1;
    height: 1px;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.effect1 > .inner::after {
    bottom: -1px;
    left: 50%;
    width: 0;
    z-index: 1;
    height: 1px;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.effect1 > .inner:hover::before,
.effect1 > .inner:hover::after {
    width: 100%;
}
.effect1:hover::before,
.effect1:hover::after {
    height: 100%;
}
.grid_prod .product .i-image {
    max-width: 200px;
    margin: 0 auto 15px;
}
.grid_prod .product .i-image img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}
#box-service {
    padding: 40px 0;
    padding-top: 10px;
}
#box-service .wrapper > h3 {
    text-transform: uppercase;
    display: block;
    margin: 40px auto;
    margin-top: 30px;
    text-align: center;
    font-size: 26px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
#box-service .grid_service {
    gap: 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
#box-service .grid_service .item .i-image {
    border-radius: 6px;
    overflow: hidden;
}
#box-service .grid_service .item .i-image img {
    border-radius: 6px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
    aspect-ratio: 3/2;
    width: 100%;
    object-fit: cover;
}
#box-service .grid_service .item .i-title {
    height: 72px;
    margin-top: -7px;
    border-radius: 6px;
    background: var(--ws-color-primary);
    padding: 20px;
    padding-top: 27px;
    text-align: center;
}
#box-service .grid_service .item .i-title h3 {
    margin: 0;
    color: var(--ws-color-white);
    font-size: 20px;
}
#box-service .grid_service .item:hover .i-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/* box-intro */
.box-intro {
    position: relative;
    padding-bottom: 50px;
}
.box-intro h1 {
    margin: 0 0 20px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    color: #444;
    line-height: 1.5em;
    padding-left: 25px;
    position: relative;
}

#box-news {
    background: #f3f6f9;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
#box-news .box-news-title h2 {
    margin: 0;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    color: #444;
    line-height: 1.5em;
    padding-left: 25px;
    position: relative;
}
#box-news .box-news-title::after {
    content: "";
    display: block;
    clear: both;
}
#box-news .grid_news {
    margin-top: 30px;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#box-news .grid_news .col1-left {
    width: 550px;
    padding-right: 40px;
}
#box-news .grid_news .col1-left iframe {
    aspect-ratio: 16/9;
    width: 100% !important;
    height: auto !important;
}
#box-news .grid_news .col1-left article {
    position: relative;
}
#box-news .grid_news .col1-left article .i-desc {
    z-index: 10;
    width: 100%;
    padding: 15px 10px;
}
#box-news .grid_news .col1-left article .i-desc .i-title {
    color: #444;
}
#box-news .grid_news .col1-left article .i-desc .i-title h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
#box-news .grid_news .col1-left article .i-desc .i-title a {
    color: #444;
}
#box-news .grid_news .col2-middle {
    width: 440px;
    padding-right: 40px;
}
#box-news .grid_news .col3-right {
    width: 290px;
}
#box-news .grid_news .col3-right .i-title {
    max-height: initial;
}
#box-news .grid_news .col3-right .i-title h3 {
    font-size: 15px;
    font-weight: normal;
}
#box-news .grid_news .col3-right article .i-image {
    margin-bottom: 10px;
}
#box-news .grid_news .col3-right article:not(:last-child) {
    margin-bottom: 10px;
}
#box-news .grid_news article {
    position: relative;
}
#box-news .grid_news article:not(:last-child) {
    margin-bottom: 40px;
}
#box-news .grid_news article > a {
    display: flex;
    flex-direction: column;
}
#box-news .grid_news article .i-image {
    overflow: hidden;
}
#box-news .grid_news article .i-image img {
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    object-fit: contain;
    aspect-ratio: 166/104;
}
#box-news .grid_news article .i-desc {
    z-index: 10;
    width: 100%;
}
#box-news .grid_news article .i-desc .i-date {
    display: none;
}
#box-news .grid_news article .i-title {
    max-height: 60px;
    overflow: hidden;
}
#box-news .grid_news article .i-title h3 {
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    line-height: 1.5em;
}
#box-news .grid_news article .i-content {
    font-size: 14px;
    line-height: 22px;
    max-height: 88px;
    overflow: hidden;
}
#box-news .grid_news article.news-rows > a {
    flex-direction: row;
}
#box-news .grid_news article.news-rows .i-image {
    width: 166px;
}
#box-news .grid_news article.news-rows .i-desc {
    flex: 1 1 0px;
    display: inline-flex;
    padding-left: 20px;
    align-items: center;
    flex-direction: column;
}
#box-news .grid_news article.news-rows .i-title {
    width: 100%;
    display: block;
    max-height: initial;
    margin-bottom: 8px;
}
#box-news .grid_news article.news-rows .i-title h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
}
#box-news .grid_news article.news-rows .i-short {
    font-size: 14px;
    overflow: hidden;
    line-height: 1.5;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    word-break: break-word;
    -webkit-box-orient: vertical;
}

.aboutus_footer {
    max-width: 510px;
    margin-top: 20px;
}
.aboutus_footer--title {
    font-size: 26px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1600px) {
    #box-news::after {
        border-width: 80px 100px 80px 100px;
    }
}
@media screen and (max-width: 1440px) {
    #box-news::after {
        border-width: 70px 70px 70px 70px;
    }
}
@media screen and (max-width: 1366px) {
    #box-news::after {
        border-width: 50px;
    }
}
@media screen and (max-width: 1024px) {
    #slide-banner .slide-left {
        max-width: 880px;
        display: inline-flex;
        align-items: center;
        margin: 0 auto;
    }
    #slide-banner .slide-left .advertise-middle {
        margin: 0 auto;
    }
    #slide-banner .slide-right {
        display: none;
    }
    #box-cat-product .box_cat > a {
        padding: 8px 7px;
    }
    #box-cat-product .box_cat h3 {
        font-size: 15px;
    }
    .box-product-by-status .list-status ul a {
        font-size: 16px;
    }
    .grid_prod .product {
        max-width: 315px;
    }
    .grid_prod .product .i-title {
        overflow: hidden;
    }
    #box-service {
        padding: 40px 0;
    }
    #box-news .grid_news {
        column-gap: 10px;
        row-gap: 10px;
    }
    #box-news .grid_news .col3-right {
        display: none;
    }
    #box-news .grid_news .col2-middle {
        padding-right: 20px;
    }
}
@media screen and (max-width: 768px) {
    .section-box > h3 span.tt_news.t-01 {
        font-size: 30px;
        font-weight: 700;
    }
    .section-box > h3 span.tt_news.t-02 {
        font-size: 40px;
    }
    #slide-banner .slide-left {
        width: 100%;
    }
    #box-cat-product .box-cat-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .box-group-product .product-cats .grid_prod .product:nth-child(5) {
        display: none;
    }
    .box-product-by-status .list-status ul a {
        padding: 15px 25px;
        font-size: 15px;
    }
    .box-product-by-status--content .grid_prod {
        gap: 0;
        grid-template-columns: repeat(2, 1fr);
    }
    .box-product-by-status--content .grid_prod .product:nth-child(3n) {
        border-right: none;
    }
    .box-product-by-status--content .grid_prod .product:nth-child(5n) {
        border-right: 1px solid #e4e6e9;
    }
    .grid_prod {
        grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    }
    .grid_prod .product:nth-child(4n) {
        border-right: none;
    }
    .grid_prod .product .i-price .promotion {
        font-size: 16px;
    }
    .grid_prod .product .i-price .regular {
        font-size: 14px;
    }
    #box-news .grid_news .col1-left {
        flex: 1 1 0px;
        padding-right: 20px;
    }
    #box-news .grid_news .col2-middle {
        padding-right: 0;
        width: 325px;
    }
    #box-news .grid_news article:not(:last-child) {
        margin-bottom: 20px;
    }
    #box-news .grid_news article.news-rows .i-image {
        width: 100px;
    }
    #box-news .grid_news > .item .i-title h3 {
        font-size: 14px;
    }
    #box-news .grid_news > .item .i-desc {
        padding-left: 0;
        padding-right: 0;
        max-height: 56px;
    }
    #box-service .grid_service .item .i-title {
        padding: 10px;
    }
    #box-service .grid_service .item .i-title h3 {
        line-height: 1.3em;
    }
}
@media screen and (max-width: 767px) {
    #slide-banner .advertise-slider .item .i-text {
        font-size: 16px;
        padding-left: 0;
        padding-top: 0;
        color: var(--ws-color-white);
    }
    #slide-banner .advertise-slider .item .i-text h3 {
        font-size: 26px;
        color: var(--ws-color-white);
    }
    #slide-banner .owl-nav .owl-prev,
    #slide-banner .owl-nav .owl-next {
        width: 30px;
        height: 30px;
        margin: 0 3px;
    }
    .section-box > h3 span.tt_news.t-01 {
        font-size: 25px;
        font-weight: 700;
    }
    .section-box > h3 span.tt_news.t-02 {
        font-size: 30px;
    }

    .product > .inner {
        padding: 15px;
    }
}
@media screen and (max-width: 480px) {
    #slide-banner .slide-left {
        max-width: 100%;
    }
    #box_search_product {
        padding: 0 5px;
    }
    .box-product-by-status .btn_view_all {
        padding-top: 10px;
    }
    #box_search_product .form_content .col-right img {
        margin-left: 0;
    }
    #box-cat-product .box-cat-grid {
        column-gap: 10px;
        row-gap: 10px;
        grid-template-columns: repeat(4, 1fr);
    }
    #box-cat-product .box-cat-grid .box_cat > a {
        padding: 8px 5px;
    }
    .box-product-by-status .list-status ul a {
        height: auto;
        padding: 10px 15px;
    }
    .box-product-by-status--title {
        position: relative;
        z-index: 99;
    }
    .box-product-by-status--content .grid_prod .product:nth-child(2n) {
        border-right: none;
    }
    .box-product-by-status--content .grid_prod .product:nth-child(3n) {
        border-right: 1px solid #e4e6e9;
    }
    .box-group-product {
        margin-top: 0;
    }
    .box-group-product--title h3 {
        font-size: 18px;
        display: inline-block;
    }
    .box-group-product--title h3::before {
        right: -32px;
    }
    .box-group-product--title .listcat {
        display: none;
    }
    .box-group-product--content .wrapper {
        padding: 0 5px;
    }
    .view-more {
        padding: 10px 0 40px;
    }
    .box-group-product .product-cats .grid_prod .product:nth-child(5) {
        display: block;
    }
    section.box-group-product:nth-child(1) {
        margin-top: 40px;
    }
    .grid_prod {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
        row-gap: 10px;
    }
    .product .i-option {
        margin-top: 10px;
    }
    .product .i-option li {
        font-size: 12px;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .product .i-model {
        font-size: 14px;
    }
    .product .i-desc {
        padding: 0;
    }
    .product .i-price .regular {
        font-size: 12px;
    }
    #box-service {
        padding: 0;
    }
    .box-intro {
        padding-bottom: 30px;
    }
    #box-service .wrapper > h3 {
        margin-top: 0;
    }
    #box-service .grid_service {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
    #box-service .grid_service .item {
        flex-basis: 100%;
        background: var(--ws-color-primary);
        border-radius: 6px;
    }
    #box-service .grid_service .item > a {
        gap: 10px;
        display: grid;
        align-items: center;
        grid-template-columns: repeat(2, 1fr);
    }
    #box-service .grid_service .item > a .i-title {
        height: auto;
        margin-top: 0;
        text-align: left;
    }
    #box-news {
        padding: 40px 0;
    }
    #box-news::after {
        display: none;
    }
    #box-news .box-news-title h2 {
        padding-left: 0;
    }
    #box-news .grid_news {
        flex-wrap: wrap;
    }
    #box-news .grid_news .col1-left {
        padding-right: 0;
    }
    #box-news .grid_news .col2-middle {
        width: 100%;
    }
    #box-news .grid_news article.news-cols > a {
        flex-direction: row;
    }
    #box-news .grid_news article.news-cols .i-image {
        width: 166px;
    }
    #box-news .grid_news article.news-cols .i-desc {
        flex: 1 1 0px;
    }
    #box-news .grid_news article.news-cols .i-desc .i-title {
        max-height: inherit;
    }
    #box-news .grid_news article.news-cols .i-desc .i-title h3 {
        font-weight: normal;
        font-size: 16px;
    }
    #box-news .grid_news article.news-rows .i-image {
        width: 166px;
    }
    #box-news .grid_news article.news-rows .i-desc {
        padding-left: 15px;
    }
}
@media screen and (max-width: 415px) {
    .section-box > h3 span.tt_news.t-02 {
        font-size: 30px;
    }
    #box-cat-product {
        padding: 0;
    }
    #box-service .grid_service .item .i-title h3 {
        text-transform: none;
    }
    #box-news .grid_news .col1-left article .i-desc .i-title h3 {
        font-size: 14px;
    }
    #box-news .grid_news article.news-rows .i-title h3 {
        font-size: 14px;
    }
}
@media screen and (max-width: 380px) {
    #slide-banner .slide-left {
        max-width: 345px;
    }
}