:root{
    --color-bg1: 
        radial-gradient(circle at 20% 30%, rgb(212 175 55) 0%, transparent 12%), 
        radial-gradient(circle at 65% 20%, rgb(184 134 11) 0%, transparent 14%), 
        radial-gradient(circle at 40% 60%, rgb(205 149 12) 0%, transparent 13%), 
        radial-gradient(circle at 75% 65%, rgb(167 133 22) 0%, transparent 11%), 
        linear-gradient(135deg, #df7d32, #5C6F2B, #df7d33);
    --color-bg2:
        radial-gradient(circle at 20% 30%, rgb(255 244 214) 0%, transparent 12%), 
        radial-gradient(circle at 65% 20%, rgb(255 255 255) 0%, transparent 14%), 
        radial-gradient(circle at 40% 60%, rgb(255 255 255) 0%, transparent 13%), 
        radial-gradient(circle at 75% 65%, rgb(255 255 255) 0%, transparent 11%), 
        linear-gradient(135deg, #d5ab37b3, #ffffff, #ffd2af);
    --color-bg3:
        radial-gradient(circle at 20% 30%, rgb(255 255 255 / 71%) 0%, transparent 12%), 
        radial-gradient(circle at 65% 20%, rgb(255 255 255) 0%, transparent 14%), 
        radial-gradient(circle at 40% 60%, rgb(255 255 255) 0%, transparent 13%), 
        radial-gradient(circle at 75% 65%, rgb(255 255 255) 0%, transparent 11%), 
        linear-gradient(135deg, #ffcfaa, #ffffff, #ffeab4);
}
*{
    -webkit-tap-highlight-color: transparent;
}
h1, h2, h3, h4, h5, h6, p,
div, span, a{
    word-wrap: break-word;
}
.header-1 .logo{
    max-height: 60px;
}
img{
    max-width: 100%;
    image-rendering: auto;
    font-size: 18px !important;
    color: #000000 !important;
    text-align: center !important;
    vertical-align: middle !important;
    line-height: normal !important;
}
.form-control{
    padding: 15px 12px;
}
.form-control:focus {
    border-color: #ffbc66;
    box-shadow: 0 0 0 2px rgb(222 128 47 / 24%);
}
.shadow-sm{
    box-shadow: 1px 1px 3px rgb(0 0 0 / 14%);
}
.sticky-top {
    position: sticky;
    top: 100px;
    align-self: flex-start;
}
.hallobali span{
    color: var(--color-light)!important;
    font-size: 5rem;
    font-weight: 100;
    display: inline-block;
    position: relative;
}
.hallobali span::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 150px;
    background-image: url(assets/img/bali-island.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    filter: sepia(1) saturate(3) hue-rotate(-10deg) brightness(1.1);
    opacity: 0.08; 
}
.txt-sec-loop{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.txt-sec-loop ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.txt-sec-loop ul li{
    position: relative;
    padding: 0 0 0 28px;
}
.txt-sec-loop ul li::before{
    content: "\1F3AF";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    margin-top: -2px;
}
.txt-sec-loop ol{
    padding-left: 20px;
    margin: 0;
}
.bg-color1{
    background: var(--color-bg1);
}
.bg-color1.bg-overlay-white::before{
    background: rgb(255 255 255 / 0%);
}
.bg-color1 .text-sub-title,
.bg-color1 .txt-sec-loop,
.bg-color1 .home-list-type,
.bg-color1 .text-xxl{
    color: var(--color-light);
}
.bg-color1 .btn-primary{
    background: var(--color-light);
    border-color: var(--color-light);
    color: var(--color-dark);
}
.bg-color2{
    background: var(--color-bg2);
}
.bg-color3{
    background: var(--color-bg3);
}
.mob-icon-menu-view{
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    margin-top: -80px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
    border: 2px solid #fff;
}
.swiper-button-prev,
.swiper-button-next{
    border-radius: 8px!important;
}
.homeSwiper .swiper-button-prev{
    left: 35px!important;
}
.homeSwiper .swiper-button-next{
    right: 35px!important;
}
.homeSwiper img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.content-icon-menu{
    padding-left: 55px;
    padding-right: 55px;
}
.content-icon-menu .list-iconmenu img, 
.content-icon-menu .list-iconmenu-more img{
    max-width: 100%;
    width: 40px;
}
.content-icon-menu .ic-label{
    font-size: 15px;
    font-weight: 500;
    color: #252525;
    word-break: break-word;
    margin-top: 5px;
    background: #ffffff;
    padding: 6px 0;
    border-radius: 30px;
    border-top: 2px solid #f9e5d5;
}
.content-icon-menu .conten-start{
    position: relative;
}
.content-icon-menu .bg-ic{
    background: #fff5ec;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
#homeiconmenupopup .content-icon-menu{
    padding-left: 10px;
    padding-right: 10px;
}
#homeiconmenupopup .popup-content.bg-overlay-white::before{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#homeiconmenupopup .popup-content .content-start{
    overflow-x: hidden;
    overflow-y: scroll;
    height: 370px;
}
.img-welcome{
    max-width: 100%;
    width: 200px!important;
    height: 200px!important;
    border-radius: 50%;
}
.list-iconmenu:nth-child(n+12){
    display: none;
}
.home-sec1 .home-sec1-l img, 
.home-sec1 .home-sec1-r img{
    height: 100vh;
    object-fit: cover;
}
.home-sec1 .content-start{
    height: 100%;
}
.home-sec1 .content-start a{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #ffffff87;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
    rotate: -5deg;
}
.home-sec1 .content-start a img{
    width: 100%;
    height: 100%;
    rotate: 5deg;
}
.home-list-type .t1{
    background: #ff4b4b;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.home-list-type .t2{
    background: #6666ff;
}
.home-list-type .t3{
    background: #1abd1a;
}
.home-list-type .t4{
    background: #de9a1c;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.img-khas{
    rotate: 5deg;
    background: #ffffff87;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
}
.img-khas img{
    rotate: -5deg;
    width: 100%;
}
.slide_wording{
    position: absolute;
    left: 7px;
    bottom: 50px;
    rotate: -5deg;
    background: #00000080;
    color: #fff;
    font-size: 18px;
    padding: 8px 13px;
    border-radius: 0 20px 20px 0;
    display: inline-block;
    word-wrap: break-word;
    max-width: 100%;
    width: 80%;
    text-align: left;
    font-weight: 500;
    min-width: 220px;
    white-space: nowrap;
}
.homeSwiper .swiper-slide a.img-khas{
    background: #fff!important;
}
.home-sec-consistent .home-sec-cons-img, .home-sec-consistent .home-sec-cons-img .img-khas img{
    height: 100%;
}
.home-sec-consistent .home-sec-cons-img .img-khas{
    height: 80%;
}
.home-sec-consistent .home-sec-cons-img .img-khas img{
    width: 100%;
    object-fit: cover;
}
.breadcrumb{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    width: 82%;
    padding: 20px;
    border-radius: 50px;
    color: var(--color-light);
    font-size: 17px;
    line-height: 18px;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumb a, .breadcrumb2 a{
    display: inline-block;
    color: var(--color-light);
}
.breadcrumb a.btn{
    color: var(--color-dark);
}
.breadcrumb2{
    color: var(--color-light);
    font-size: 17px;
    line-height: 18px;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.con-masthead.bg-overlay-white::before{
    background: rgba(222, 126, 50, 0.45);
}
.con-masthead.bg-overlay-white{
    color: var(--color-light);
}
.btn-catlist img{
    width: 20px;
    margin-top: -3px;
}
.body-services-wellness .breadcrumb{
    padding: 10px;
}
.form-search-list .search-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
.form-search-list .search-wrapper input {
    outline: none !important;
    width: 100%;
    padding-right: 60px;
    box-shadow: none !important;
    border: none !important;
    background: rgb(255 255 255 / 76%);
    backdrop-filter: blur(6px);
}
.form-search-list .search-wrapper button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: white;
    padding: 0 10px;
    cursor: pointer;
}
.form-search-list button img{
    width: 20px;
}
.list-pop-cat{
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.cat-list-pop a{
    position: relative;
    display: inline-block;
    width: 100%;
    color: var(--color-dark);
}
.cat-list-pop img{
    width: 60px;
}
.cat-list-pop .pop-list-name{
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    word-break: break-word;
    margin-top: 5px;
}
.con-plp-list .plp-list-loop a{
    display: inline-block;
    color: var(--color-dark);
    text-decoration: none!important;
    width: 100%;
}
.con-plp-list .plp-list-loop .plp-img{
    background: #ececec;
    border-radius: 8px;
    rotate: -10deg;
    position: relative;
}
.con-plp-list .plp-list-loop img{
    border-radius: 8px;
    rotate: 10deg;
}
.con-plp-list .plp-list-loop .plp-title{
    font-size: 20px;
    color: #000;
    line-height: 22px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.con-plp-list .plp-list-loop .plp-badge{
    background: #dc8b33;
    border-radius: 50px;
    color: #fff;
    margin: 10px 0;
    font-size: 15px;
    font-weight: 500;
    padding: 4px 8px;
}
.con-plp-list .plp-list-loop .plp-badge .badge{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.con-plp-list .plp-list-loop .plp-excerpt .excerpt{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #5c5c5c;
}
.swiperListSingle .img-list-single img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.swiperListSingle .sg-pagination{
    margin-top: 20px;
}
.content-list{
    font-size: 18px;
    line-height: 26px;
}
.content-list p, 
.content-list h1, .content-list h2, .content-list h3, .content-list h4, .content-list h5, .content-list h6{
    margin: 10px 0;
}
.content-list p:first-child,
.content-list p:last-child{
    margin: 0;
}
.content-list ul, .content-list ol{
    padding-left: 17px
}
.content-list ul li::marker {
    color: var(--btn-color-primary);
}
.sg-price{
    border-bottom: 3px double #eee;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}
.sg-price .prc{
    color: #df7d32;
    font-size: 23px;
    font-weight: 700;
    margin-top: 10px;
}
.excerpt-list-info ul{
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    list-style-position: inside;
    list-style: none;
}
.excerpt-list-info ul li{
    position: relative;
    padding-left: 25px;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.excerpt-list-info ul li::before{
    content: "\1F3AF";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #d89300;
}
.badge-type{
    width: 50px;
    position: absolute;
    right: 0;
    bottom: -40px;
}
.badge-trusted{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #007c01;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 50px;
    border: 1px solid #fff;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 45%);
}
.info-sg{
    background: #f1f1f1;
    padding: 5px 15px;
    border-radius: 8px;
}
.info-sg ul{
    list-style-position: inside;
    list-style: none;
    padding: 0;
    margin: 0;
}
.info-sg ul li{
    position: relative;
    padding: 10px 0 10px 28px;
    font-size: 18px;
    border-bottom: 1px solid #e3e3e3;
}
.info-sg  ul li:last-child{
    border-bottom: none;
}
.info-sg  ul li::before{
    content: "\1F3AF";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #d89300;
}
.diclime-price{
    display: inline-block;
    font-size: 14px;
    margin-top: 5px;
    color: #6a6a6a;
}
.sg-verified{
    width: auto;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1;
}
.pos-relative{
    position: relative;
}
.sgbadge-type{
    width: 80px;
    margin: 0 auto;
}
.sgbadge-trusted{
    background: #1f9107;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 50px;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 45%);
}
.page-content-view{
    width: 70%;
    margin: 0 auto;
}
.page-content-view ul, .page-content-view ol{
    padding-left: 17px;
}
.page-content-view ul li::marker{
    color: var(--btn-color-primary);
}
.page-content-view p, 
.page-content-view h1, 
.page-content-view h2, 
.page-content-view h3, 
.page-content-view h4, 
.page-content-view h5, 
.page-content-view h6{
    margin: 10px 0;
}
.view-text p, 
.view-text h1, 
.view-text h2, 
.view-text h3, 
.view-text h4, 
.view-text h5, 
.view-text h6{
    margin: 10px 0;
}
.sec-lay-center .img-sec-layc{
    text-align: center;
    width: 100%;
}
.sec-lay-center .img-sec-layc img{
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
}
.card-2.card-content .card-title{
    margin-top: 0;
    -webkit-line-clamp: 1;
    font-weight: 500;
}
.info-sg.related-post{
    background: #fff;
    padding: 0;
    border-radius: 0;
}
.info-sg.related-post ul li::before{
    content: "\1F517";
}
.info-sg.related-post a{
    color: #333;
}
.info-sg.recommeded-post a{
    color: #333;
    font-weight: 500;
}
.info-sg.recommeded-post p{
    margin: 10px 0;
}
.info-sg.recommeded-post ul li::before{
    content: "\1F44D";
}
.sg-price.sg-price-related{
    margin-bottom: 3px;
}
.body-news-tips-single .sg-price .prc{
    margin-top: 0;
}
.not-found-text{
    color: #b3b1b1;
    font-weight: 700;
}
.publish-date, .author{
    display: inline-block;
    font-size: 15px;
    margin-top: 10px;
    font-weight: 500;
    color: #af5d06;
}
.post-meta{
    color: #cacaca;
    font-size: 15px;
}
.post-meta.post-meta-sg{
    color: #b1b0b0;
    font-size: 17px;
}
.post-meta.post-meta-sg .publish-date, .post-meta.post-meta-sg .author{
    color: #af5d06;
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 5px;
}
.cat-badge{
    background: #df7d33;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 30px;
    font-size: 15px;
    padding: 3px 10px;
    box-shadow: var(--shadow);
}
.pop-cat-blog{
    width: 300px;
}
.content-form{
    position: sticky;
    top: 100px;
}
.contact-form .pos-rel{
    position: relative;
}
.contact-form label{
    color: #747272;
    font-size: 16px;
    margin-left: 3px;
    position: absolute;
    top: -15px;
    left: 5px;
    background: #fff;
    padding: 5px;
    font-weight: 300;
}
.arc-heading{
    font-size: 20px;
    color: #000;
    line-height: 22px;
    font-weight: 500;
}
.list-trend{
    border-bottom: 1px solid #ededed;
    padding: 8px 0;
    margin-bottom: 8px;
}
.list-trend:last-child{
    border-bottom: none;
}
.bedge-trend{
    background: #d76e09;
    color: #fff;
    font-size: 16px;
    padding: 3px 10px;
    display: inline-block;
}
.img-trend img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}
.excerpt-arc{
    font-size: 17px;
    line-height: 20px;
    color: #5b5b5b;
}
.img-fire-trend{
    position: absolute;
    right: -20px;
    bottom: -5px;
    width: 50px;
    border-radius: 50%;
}
.topindex{
    position: absolute;
    background: #ff4848;
    color: #fff;
    font-size: 14px;
    padding: 3px 10px;
    font-weight: 700;
    border-radius: 30px;
    right: 0;
    bottom: 0;
    border: 1px solid #dc0101;
}
.ic-tools img{
    width: 80px;
}
.list-tools{
    background: #f9f6ea;
}

@media (max-width: 991.98px) {
    .mobile-menu-space{
        min-height: 200px;
    }
    .mobile-menu-space a.btn{
        min-width: 150px;
        margin-top: 20px;
        margin-bottom: 50px;
        width: 90%;
    }
    .homeSwiper img{
        height: 200px;
    }
    .content-icon-menu{
        padding-left: 35px;
        padding-right: 35px;
    }
    .list-iconmenu:nth-child(n+12){
        display: unset;
    }
    .list-iconmenu:nth-child(n+6){
        display: none;
    }
    .hallobali span{
        font-size: 4rem;
    }
    .hallobali span::before {
        width: 170px;
        height: 130px;
    }
    .home-list-type .t1{
        border-bottom-left-radius: 0;
    }
    .home-list-type .t2{
        border-top-right-radius: 10px;
    }
    .home-list-type .t3{
        border-bottom-left-radius: 10px;
    }
    .home-list-type .t4{
        border-top-right-radius: 0;
    }
    .home-sec1 .content-start a img{
        min-height: 430px;
    }
    .home-sec-consistent{
        padding-left: 50px;
        padding-right: 50px;
    }
    .home-sec-consistent .home-sec-cons-img .img-khas{
        height: 85%;
    }
    .slide_wording{
        left: 5px;
        bottom: 20px;
        font-size: 17px;
    }
    .breadcrumb{
        font-size: 16px;
        line-height: 17px;
        width: 88%;
    }
    .breadcrumb2{
        font-size: 16px;
        line-height: 17px;
    }
    .cat-list-pop .pop-list-name{
        font-size: 16px;
    }
    .cat-list-pop img{
        width: 60px;
    }
    .swiperListSingle .img-list-single img{
        height: 400px;
    }
    .book-mobile{
        background: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px;
        z-index: 100;
    }
    .page-content-view{
        width: auto;
    }
    .sec-lay-center .img-sec-layc img{
        width: 270px;
        height: 270px;
    }
    .card-2.card-content img{
        height: 240px;
    }
    .img-fire-trend{
        width: 70px;
    }
}

@media (max-width: 767.98px) {
    .content-icon-menu .ic-label{
        font-size: 13px;
        font-weight: 500;
    }
    .homeSwiper img{
        height: 220px;
    }
    .content-icon-menu img{
        width: 40%;
    }
    .content-icon-menu{
        padding-left: 20px;
        padding-right: 20px;
    }
    .mob-icon-menu-view{
        margin-top: -70px;
    }
    .list-iconmenu:nth-child(n+6){
        display: unset;
    }
    .list-iconmenu:nth-child(n+8){
        display: none;
    }
    .hallobali span{
        font-size: 3rem;
    }
    .hallobali span::before {
        width: 80px;
        height: 50px;
    }
    .content-icon-menu .list-iconmenu img, 
    .content-icon-menu .list-iconmenu-more img{
        width: 30px;
    }
    .home-sec1 .content-start a img{
        min-height: 180px;
    }
    .body-homepage .swiper-pagination{
        margin-top: -10px;
        margin-bottom: 5px;
    }
    .home-sec-consistent .home-sec-cons-img .img-khas{
        display: inline-block;
        width: 100%;
        height: auto;
    }
    .home-sec-consistent{
        padding-left: 30px;
        padding-right: 30px;
    }
    .slide_wording {
        left: 6px;
        bottom: 30px;
        font-size: 15px;
    }
    .txt-sec-loop{
        font-size: 17px;
        line-height: 23px;
    }
    .breadcrumb{
        font-size: 15px;
        line-height: 16px;
        width: 85%;
        padding: 13px;
        bottom: -22px;
    }
    .breadcrumb2{
        font-size: 15px;
        line-height: 16px;
    }
    .body-services-wellness .breadcrumb{
        padding: 5px;
        bottom: -27px;
    }
    .body-services-wellness .breadcrumb a.btn{
        width: 40px;
        height: 40px;
        display: inline-block;
        border-radius: 50%;
    }
    .cat-list-pop .pop-list-name{
        font-size: 14px;
    }
    .cat-list-pop img{
        width: 50px;
    }
    .con-plp-list .plp-list-loop img{
        rotate: unset;
        border-radius: 8px 8px 0 0;
    }
    .con-plp-list .plp-list-loop .plp-title{
        font-size: 15px;
        line-height: 16px;
        margin: 10px 10px 0 10px;
    }
    .con-plp-list .plp-list-loop .plp-badge{
        font-size: 12px;
        margin: 8px 10px;
        font-weight: 400;
        padding: 2px 6px;
    }
    .con-plp-list .plp-list-loop .plp-img,
    .con-plp-list .plp-list-loop img{
        rotate: unset;
    }
    .con-plp-list .plp-list-loop .plp-excerpt{
        padding: 0 10px 10px 10px;
        font-size: 13px;
        line-height: 16px;
        color: #696969;
    }
    .swiperListSingle .img-list-single img{
        height: 230px;
    }
    .swiperListSingle .sg-pagination{
        margin-top: 10px;
    }
    .sg-price{
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
    }
    .sg-price .prc{
        font-size: 20px;
        margin-top: 5px;
    }
    .body-single .footer-1-mobile{
        display: none;
    }
    .content-list{
        font-size: 17px;
        line-height: 23px;
    }
    .content-list h2{
        font-size: 23px;
        line-height: 25px;
    }
    .excerpt-list-info{
        margin-bottom: 10px;
    }
    .excerpt-list-info ul{
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;
        line-height: 16px;
    }
    .badge-type {
        width: 30px;
        position: absolute;
        right: 5px;
        bottom: -15px;
    }
    .badge-trusted{
        left: 8px;
        bottom: 0;
        font-size: 13px;
        padding: 2px 8px;
        rotate: -8deg;
    }
    .excerpt-list-info ul li{
        padding-left: 20px;
    }
    .info-sg{
        padding: 5px 13px;
    }
    .info-sg ul li{
        font-size: 15px;
        padding: 8px 0 8px 23px;
    }
    .diclime-price{
        font-size: 13px;
    }
    .sgbadge-type{
        width: 50px;
    }
    .sgbadge-trusted{
        padding: 3px 15px;
        font-size: 14px;
    }
    .sg-verified{
        top: 0;
        right: 5px;
    }
    .sec-lay-center .img-sec-layc img{
        width: 180px;
        height: 180px;
    }
    .card-2.card-content img{
        height: 110px;
    }
    .card-2.card-content .excerpt{
        -webkit-line-clamp: 2;
    }
    .publish-date, .author{
        font-size: 12px;
        margin-top: 5px;
        font-weight: 400;
    }
    .post-meta{
        font-size: 12px;
    }
    .post-meta.post-meta-sg{
        font-size: 15px;
    }
    .post-meta.post-meta-sg .publish-date, .post-meta.post-meta-sg .author{
        font-size: 15px;
        margin-top: 0;
        margin-bottom: 10px;
        font-weight: 500;
    }
    .cat-badge{
        font-size: 13px;
        padding: 3px 8px;
    }
    .arc-heading{
        font-size: 15px;
        line-height: 16px;
    }
    .list-trend{
        padding-top: 0;
    }
    .bedge-trend{
        font-size: 13px;
        padding: 3px 8px;
    }
    .img-trend img{
        width: 50px;
        height: 50px;
    }
    .excerpt-arc{
        font-size: 14px;
        line-height: 16px;
        color: #5b5b5b;
    }
    .img-fire-trend{
        width: 40px;
        right: 0;
        bottom: 10px;
    }
    .topindex{
        font-size: 12px;
    }
    .ic-tools img{
        width: 60px;
    }
}