body{
    font-size: 16px;
    line-height: 26px;
}


.col4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 16.6%;
    max-width: 16.6%;
}
.my-element {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.border{
    border: 1px solid #cccccc;
    border-radius: 8px;
}
.border:hover{
    background-color: #fffed6;
}
.header-mobile .header-mobile--icon.item-mobile-logo .header__heading-link {
    max-width: 200px;
    padding: 5px 0px;
}

/**********************************/
/********** Effect #2 CSS *********/
/**********************************/
.effect-2 {
    position: relative;
    overflow: hidden;
}

.effect-2 .effect-img {
    position: relative;
    font-size: 0;
    overflow: hidden;
}

.effect-2 .effect-img img {
    position: relative;
    width: 100%;
    height: auto;
    transition: .5s;
}

.effect-2:hover .effect-img img {
    bottom: 0;
}

.effect-2 .effect-text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 50%;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, .2);
    opacity: 0;
    transition: .5s;
}

.effect-2:hover .effect-text {
    top: 0;
    opacity: 1;
}

.effect-2 .effect-text img {
    color: #ffffff;
    font-size: 80px;
    position: relative;
    top: 45%;
    display: block;
    margin: auto;
}

.effect-2 .effect-btn {
    position: absolute;
    width: 100%;
    padding: 15px 7.5px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.effect-2 .effect-text h2 {
    display: inline-block;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    float: left;
    margin: 5px 7.5px 0 7.5px;
}


.effect-2 .effect-btn .btn {
    position: relative;
    display: inline-block;
    float: right;
    height: 35px;
    padding: 7px 15px;
    margin: 0 7.5px;
    color: #333333;
    background: #ffffff;
}
.image-zoom {
    overflow: hidden;
    position: relative;
}
.image-zoom img {
    will-change: transform;
    transition: transform .64s ease;
}
.adaptive_height {
    display: block;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}



@media (min-width: 768px) {
    .halo-block-header.style-2 {
        padding-bottom: 11px;
        border-bottom: 1px solid #051c42;
        margin-bottom: 35px;
        text-align: left;
    }
}

.halo-block-header .title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0;
    color: #051c42;
}
.halo-block-header.style-2 .title:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
}
.halo-block-header.style-2 .title .text {
    background: none;
}
@media (min-width: 768px) {
    .halo-block-header.style-2 .title {
        font-size: 30px;
    }
}
@media (min-width: 768px) {
    .halo-block-header .title {
        font-size: 40px;
    }
}
.halo-block-header .title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0;
    color: #051c42;
}

@media (min-width: 768px) {
    .halo-block-header.style-2 .view_all {
        bottom: auto;
        top: 70px;
    }
}
@media (min-width: 768px) {
    .halo-block-header .view_all {
        position: absolute;
        right: 0;
        bottom: -13px;
        z-index: 9;
    }
}
.halo-block-header .view_all {
    font-size: 16px;
    color: #234bbb;
    letter-spacing: 0;
    font-weight: 400;
}
.halo-block-header .view_all {
    display: inline-block;
    border-bottom: 1px solid !important;
    line-height: 16px;
    line-height: 16px;
    color: #232323;
    font-weight: 500;
    margin-bottom: 0px !important;
    font-size: 16px;
    letter-spacing: .02em;
}

.card-price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
     justify-content: flex-start;
}

@media (min-width: 1200px) {
    .halo-block-spotlight {
        padding: 80px 0px 80px;
    }
}
@media (max-width: 1200px) {
    .halo-block-spotlight {
        padding: 80px 0px 80px;
    }
}

.bg-green{
    background-color: #F1FFF5;
}
.halo-block-header .title .text {
    padding: 0 0px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 2;
    max-width: 100%;
    background: white;
}
@media (min-width: 1200px) {
    .container.container-1170 {
        max-width: 1200px !important;
    }
}

.halo-block-spotlight .spotlight-item .content-box {
    padding: 30px 15px 30px;
}

.halo-block-spotlight .spotlight-item .content-box .button {
    width: 100%;
    max-width: 196px;
    margin-top: 30px;
}
.skin-4 .button.button-1 {
    background: #2BB34E;
    border-color: #2BB34E;
    color: #ffffff;
    -webkit-box-shadow: 5px 5px 0 0px #a1decd;
    box-shadow: 5px 5px 0 0px #a1decd;
}
.skin-4 .button {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    padding: 13px 15px 13px;
    border-width: 2px;
}
.special{
    display: block;
    margin: auto;
}
.text-green{
    color: #2BB34E !important;
}
.under-line{
    text-decoration: underline;
}
.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item.dropdown .icon-dropdown {
    top: 0;
    right: 0;
    width: 45px;
    height: 32px;
    line-height: 34px !important;
    text-align: center;
    display: inline-block;
    position: absolute;
    -webkit-transform: none;
    transform: none;
    z-index: -1;
}
.header-5 .header-center .site-nav-link {
    font-size: 16px;
    letter-spacing: 0;
    color: #00163a;
}
.skin-5 .link {
    font-size: 14px;
    letter-spacing: 0;
    color: #00163a;
    padding: 5px;
}
.product-card .product-card-information .card-title{
    font-size: 18px;
}

.halo-recently-viewed-popup{
    top: 88%;
}
.section-bg-product {
    background-image: url(../images/bg-product.png);
    padding: 20px 0;
    padding-bottom: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}


.header-6{
    box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.35);
    -webkit-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.35);
}

.feature-card img {
    /*--s: 250px;   /!* the size of the image *!/*/
    --b: 8px;     /* the border thickness*/
    --g: 5px;    /* the gap */
    --c: #4ECDC4; /* the color */

    /*width: var(--s);*/
    aspect-ratio: 1;
    outline: calc(var(--s)/2) solid #0001;
    outline-offset: calc(var(--s)/-2);
    cursor: pointer;
    transition: .3s;
    border-radius: 10px;
    margin-bottom: 20px;
}
.feature-card img{
    width: 90%;

}

.feature-card img:hover {
    outline: var(--b) solid var(--c);
    outline-offset: var(--g);
    -webkit-transform: scale(1.1) translateY(-12px);
    transform: scale(1.1) translateY(-12px);
}

.feature-card img + img {
    border-radius: 50%;
}

/*hover card*/

.card-special {
    /*margin: 50px auto;*/
    /*padding: 50px 50px 0 50px;*/
    /*display: flex;*/
    /*justify-content: space-around;*/
    /*align-items: center;*/
}
.card-special .card-item {
    position: relative;
    width: auto;
    height: 450px;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    transition: 0.5s linear;
    overflow: hidden;
    margin-bottom: 30px;
}
.card-special .card-item:hover .card-content {
    height: 65%;
}
.card-special .card-item:hover .card-desc {
    display: block;
}
.card-special .card-image {
    width: 100%;
    height: 75%;
}
.card-special .card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.card-special .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    width: 100%;
    height: 25%;
    background-color: #2BB34E;
    transition: 0.5s linear;
}
.card-special .card-name {
    color: #fff;
    font-size: 25px;
    margin-top: 35px;
    text-align: center;
}
.card-special .card-desc {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    display: none;
}
/*end hover card*/

.button.button-2 {
    background: #FFF200;
    border-color: #FFF200;
    color: #333333;
    -webkit-box-shadow: 5px 5px 0 0px #a1decd;
    box-shadow: 5px 5px 0 0px #a1decd;
}
@media (min-width: 768px) {
    .halo-block-header {
        margin-bottom: 45px;
    }
}
.halo-block-header .title:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #232323;
}

.header-01{

}
.header-01 h3{
    margin-bottom: 0.75em;
}
.header-01 .title{
    font-size: 30px;
}
.header-01 a{
    text-decoration: underline;
}
.line{
    border-bottom: 1px solid #051c42;
    margin-bottom: 35px;
}
.fw_al_007_slide > h3{
    font-family: "KanitRegular", "sans-serif" !important;
}
.fw_al_007_slide > h1{
    font-family: "KanitRegular", "sans-serif" !important;
}

.fw_al_007_slide > p{
    font-family: "KanitRegular", "sans-serif" !important;
    line-height: 24px;
    margin: 15px 0px 0px 0px;
}
.fw_al_007_slide{
    padding: 0px 50px;
}
.kenburns_061_slide > h2{
    font-family: "KanitRegular", "sans-serif" !important;
}
.kenburns_061_slide > h1{
    font-family: "KanitRegular", "sans-serif" !important;
}

.kenburns_061_slide > h3{
    font-family: "KanitRegular", "sans-serif" !important;

}

.breadcrumb a:after{
    content: "\ea6e";
    font-family: remixicon;
    padding: 0px 5px;
}

@media (min-width: 1025px) {
    .page-sidebar + .page-content {
        width: calc(100% - 230px);
        padding-left: 30px;
        float: left;
    }
}
@media (min-width: 1025px) {
    .page-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 30px;
        left: unset !important;
        right: unset !important;
        bottom: unset;
        height: auto;
        -webkit-transition: unset;
        transition: unset;
        -webkit-transform: unset !important;
        transform: unset !important;
        z-index: inherit;
        background-color: transparent;
        display: inline-block;
        vertical-align: top;
        width: 230px;
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
        visibility: visible;
        float: left;
    }
}
.products-list .product-card .product-card-bottom .product-card-information .card-title {
    font-size: 18px;
}
.desc {
    font-size: 16px;
}
.card-price .price-item .money {
    font-size: 18px;

}
.page-content {
    padding-bottom: 20px;
}

.productView-rating .spr-icon.spr-icon-star::before {
    color: #ffc50d;
}
.product-card .product-card-information .card-title {
    -webkit-line-clamp: 4;
}

.item-center{
    display: flex;
    justify-content: center;
}
.image-adapt img{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.title-feature{
    margin: 30px 0px 10px 0px;
}
ul.content{
    list-style-type: disc;
    margin-left: 40px;
}
.link-buy a{
    display: inline-block;

}
.link-buy img{
   width: 250px;
}
.productView-tab .tab-content .toggle-content ul li, .productView-tab .tab-content .toggle-content ol li {
    text-decoration: none!important;
    font-size: 16px;

}
.productView-tab .active
{
    text-decoration: none;
}
.card__badge {
    top: 15px;
}

hr{
    background-color: #999999;
}
@media (min-width: 1025px) {
    .row .halo-row-item {
        padding: 15px 15px;
    }
}
.agent{

}
.collection {
    margin-bottom: 40px;
}
.agent .slick-arrow.slick-next svg {
    position: relative;
    top: -8px;
    left: 1px;
}
.agent .slick-arrow.slick-prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    top: -8px;
    right: 1px;
}

@media (min-width: 1025px) {
    .agent .halo-block-header .title .text {
        width: 60%;
    }
}
.icon-buy{
    display: flex;
}
.btn-link {
    background: #f1f1f1;
    height: 5rem;
    width: 5rem;
    align-items: center;
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #34495e;
    font-size: 2rem;
    border-radius: 8px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.1s;
    position: relative;
    overflow: hidden;
}
.btn-link:before {
    content: "";
    position: absolute;
    background: #34495e;
    height: 135%;
    width: 135%;
    transform: rotate(45deg);
    top: 85%;
    right: 75%;
}
.btn-link:not(:first-child) {
    margin-left: 2rem;
}
.btn-link:hover, .btn-link:focus {
    color: #fdfdfd;
}
.btn-link:hover i, .btn-link:focus i {
    transform: scale(1.2);
}
.btn-link:hover:before, .btn-link:focus:before {
    -webkit-animation: hover-btn 0.5s cubic-bezier(0.87, 1.33, 1, 1) forwards;
    animation: hover-btn 0.5s cubic-bezier(0.87, 1.33, 1, 1) forwards;
}

i {
    transition: all 0.3s;
    z-index: 2;
}

@-webkit-keyframes hover-btn {
    0% {
        top: 85%;
        right: 75%;
    }
    90% {
        top: -30%;
        right: -30%;
    }
    100% {
        top: -18%;
        right: -18%;
    }
}

@keyframes hover-btn {
    0% {
        top: 85%;
        right: 75%;
    }
    90% {
        top: -30%;
        right: -30%;
    }
    100% {
        top: -18%;
        right: -18%;
    }
}

.productView-tab .tab-content #tab-shipping-return p {
    font-size: 16px;
    margin-bottom: 0px;
}
.project-title{
    color: #2fb44f;
    border-bottom: 1px solid #2fb44f;
}
.project-title-02{
    color: #333333;
    border-bottom: 1px solid #2fb44f;
}
.text-green{
    color: #2fb44f;
}

ol.project{
    list-style-type: decimal ;
    margin-left: 40px;
    padding-left: 40px;
}
.project-title-03{
    color: #2fb44f;
    border-bottom: 1px solid #2fb44f;
    border-top: 1px solid #2fb44f;
}
.text-green{
    color: #2fb44f;
}
.bg-gray{
    background-color: #f1f1f2;
}
.bg-green-1{
    background-color: #2fb44f;
}
.p-15{
    padding: 0px 15px;
}

ol.project{
    list-style-type: decimal ;
    margin-left: 40px;
    padding-left: 40px;
}
.project-title-white{
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.project-03{
    display: flex;
    align-items: center;
}

.text-gradient {
    color: #C97E32;
    background-image: linear-gradient(45deg, #C97E32 , #FAEC87 50%, #C97E32 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg-gradient-02{
    background: #F8981F;
    background: linear-gradient(90deg,rgba(248, 152, 31, 1) 0%, rgba(241, 210, 114, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.align-center{
    align-items: center;
}
.text-gradient-02{
    background: #0083CB;
    background: linear-gradient(to right, #0083CB 0%, #00bdff 50%, #0083CB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg-gradient-03{
    font-size: 20px;
    color: #ffffff;
    background: #0083CB;
    background: linear-gradient(90deg,rgba(0, 131, 203, 1) 0%, rgba(0, 177, 240, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

ul.title{
    list-style-type: disc;
    margin-left: 40px;
    padding-left: 40px;
}
.bg-contact{
    background-image: url("../images/Web-banner copy.jpg");

}
.contact{
    padding: 40px 0px 10px 0px;
}
.contact-detail{
    padding: 40px ;

}
.radius{
    border-radius: 16px;
}
.bg-contact-detail{
    background-color: rgba(255, 255, 255, 0.8);
}
.map{
    width: 100%;
    min-height: 830px;
}
.vc_custom_1677219502486 {
    border-top-width: 5px !important;
    border-right-width: 5px !important;
    border-bottom-width: 5px !important;
    border-left-width: 5px !important;
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    border-left-color: #28b213 !important;
    border-left-style: double !important;
    border-right-color: #28b213 !important;
    border-right-style: double !important;
    border-top-color: #28b213 !important;
    border-top-style: double !important;
    border-bottom-color: #28b213 !important;
    border-bottom-style: double !important;
    border-radius: 4px !important;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.vc_custom_1615884408171 {
    margin-top: -20px !important;
    background-color: #7cc195 !important;
}
.wd-title-style-shadow {
    padding: 25px;
    border-radius: 0px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}
.vc_custom_1615884415831 {
    margin-top: -20px !important;
    background-color: #7cc195 !important;
}
.vc_custom_1615884604282 {
    margin-right: 10px !important;
    background-color: #f2f2f2 !important;
}
.wpb_wrapper-1{
    padding: 3rem;
}




.gallery img {
    max-inline-size: 100%;
}


/* Photo Gallery */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
    grid-auto-rows: 12.5rem;
    grid-auto-flow: dense;
    gap: 0.75rem;
}

.gallery figure {
    /* container-type: inline-size; */
    container: figure / inline-size;
    overflow: hidden;

    display: grid;
    /* grid-template-columns: 1fr; */
    /* grid-template-rows: 1fr; */

    /*
      Because 1fr = minmax(auto, 1fr),
      to prevent the grid blowout,
      set the minimum to zero.
    */
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
}

.gallery img {
    inline-size: 100%;
    block-size: 100%;
    object-fit: cover;

    /* grid-row: 1 / -1; */
    /* grid-column: 1 / -1; */
    grid-area: 1 / 1 / -1 / -1;

    transition: scale 1s ease-in-out;
}

.gallery figure:hover img {
    scale: 1.125;
}

.gallery figcaption {
    grid-area: 1 / 1 / -1 / -1;
    align-self: end;
    z-index: 1;

    padding: 3em 15% 1em 1em;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.3;
    background: linear-gradient(transparent 25%, rgba(0 0 0 0.75));
    display: none;
}

@container figure (width > 20rem) {
    .gallery figcaption {
        display: block;
    }
}

.gallery figcaption h3 {
    font-size: 1.0625rem;
}

.gallery figcaption p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .gallery figure:nth-child(1) {
        grid-area: span 2 / span 2;
    }

    .gallery figure:nth-child(4n + 1) {
        grid-row: span 2;
    }

    .gallery figure:nth-child(4n + 2) {
        grid-column: span 2;
    }
}
























