/*add css home*/
.section_porduct {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background-color: var(--color-white,#fff);
}

.box_title {
    width: 100%;
    padding-bottom: 30px;
}

.box_title h2 {
    color: var(--color-brand);
    line-height: 1.3em;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    padding-top: 60px;
    position: relative;
}

.box_title h2:after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: var(--color-brand);
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

.box_title div {
    max-width: 500px;
    font-size: 16px;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.3em;
    color: var(--color-base);
    padding-top: 30px;
    font-style: italic;
}

/* animate product */
.product-small.box {
    box-shadow: 4px 2px 10px var(--color-ghi, #ccc);
    border-radius: 10px;
}
.product-small.box .box-image{
    border-radius: 10px 10px 0 0;
}
.product-small.box img {
    display: block;
    object-position: top;
    transition: 2s all ease !important;
	width: 100%;
    height: 260px;
	object-fit: cover;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
    transition: -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
    transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
    transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1), -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.product-small.box:hover img{
    object-position: bottom;
}
/* end animate product */
/* ss */
.shome1 {
    background-color: rgb(33 143 231);
    padding-top: 120px !important;
    padding-bottom: 150px !important;
}

.boxshome1 h2 {
    color: var(--color-white);
    line-height: 1.3em;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}

.boxshome1_content, .boxshome1_content p, .boxshome1_content span {
    text-align: center;
    font-size: 18px;
    line-height: 1.3em;
    color: var(--color-white);
    font-weight: 400;
}

.boxshome2 h2, .boxshomett h2 {
    color: var(--color-brand);
    line-height: 1.3em;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    padding-top: 60px;
    position: relative;
}

.boxshome2 h2:after, .boxshomett h2:after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: var(--color-brand);
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

.s2home {
    background: var(--color-white);
}

.s2home_r2 {
    padding-top: 50px;
}

.box-luachon .col-inner {
    background: var(--color-white);
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / .16), 0 3px 6px rgb(0 0 0 / .23);
}

.boxcontent_s2homer2 h3 {
    color: var(--color-brand);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3em;
}

.boxcontent_s2homer2 p {
    margin-bottom: 0;
    line-height: 1.3em;
    color: var(--color-black);
    font-size: 16px;
}

.box-luachon .col-inner:hover {
    background: var(--color-brand);
}

.box-luachon .col-inner:hover .boxcontent_s2homer2 h3, .box-luachon .col-inner:hover .boxcontent_s2homer2 p {
    color: var(--color-white);
}

.stthome .homeblogpost {
    padding-top: 80px;
}

.box-blog-post {
    border-radius: 0 0 4px 4px;
    background-color: var(--color-white);
}

.box-blog-post:hover {
    box-shadow: 0 2px 10px rgb(0 0 0 / .05);
}

.box-blog-post .box-image, .box-blog-post .box-image .image-cover, .box-blog-post .box-image a, .box-blog-post .box-image img {
    border-radius: 4px 4px 0 0;
}

.box-blog-post .box-text.text-left {
    padding: 22px 18px;
}

.box-blog-post .is-divider {
    display: none;
}

p.from_the_blog_excerpt {
    color: var(--color-base);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    margin-top: 7px;
}

.box-image {
    border-bottom: 3px solid var(--color-hover);
}
/* end ss */
/*end add css home*/
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){

}