.container-fluid{
    background-color: transparent;
    margin: 0;
    padding: 4px 0px;
}

a{
    text-decoration: none;
}
.active-icon {
  background-color: #28a745; 
}

.active-icon i {
  color: #fff; 
}
.list-page{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.list-page .ops{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.list-page .ops button{
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: none;
    background-color: rgb(39, 39, 39);
    color: white;
    padding: 2px 10px;
}
.list-page .ops label{
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: none;
    background-color: rgb(39, 39, 39);
    color: white;
    padding: 2px 10px;
}
.list-page .ops select{
    background-color: black;
    color: white;
    border-radius: 5px;
    width: 50px;
    padding-left: 10px;
}
.list-page .items{
    width: 100%;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.list-page .items .item{
    width: 49%;
    height: 350px;
    display: flex;
    position: relative;
    border: 1px solid rgba(128, 128, 128, 0.295);
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.336) 0px 3px 8px;
}
.list-page .items .item img{
    width: 50%;
    object-fit: contain;
}
.list-page .items .item .xbtn{
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid gray;
    border-radius: 7px;
    color: white;
    transition: 0.4s;
    padding: 2px 2px;
}
.list-page .items .item .xbtn img{
    width: 130px;
}
.list-page .items2 .item2 .xbtn{
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid gray;
    border-radius: 7px;
    color: white;
    transition: 0.4s;
    padding: 2px 2px;
}
.list-page .items2 .item2 .xbtn img{
    width: 130px;
    height: 40px;
}
.list-page .items2 .item3 .xbtn{
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid gray;
    border-radius: 7px;
    color: white;
    transition: 0.4s;
    padding: 2px 2px;
}
.list-page .items2 .item3 .xbtn img{
    width: 130px;
    height: 40px;
}
.list-page .items .item .details{
    width: 49%;
    padding: 5px 10px;
}
.list-page .items .item .details p{
    height: 10px;
     font-size: 14px;
}
.list-page .items .item .details p span{
    color: red;
}
.list-page .items .item .details h6{
    margin-bottom: -2px;
    font-size: 17px;
    height: 45px;
    overflow-y: scroll;
}
.list-page .items .item .details ul{
    height: 200px;
    overflow-y: scroll;
}
.list-page .items .item .details ul p{
    font-size: 13px;
}
.list-page .items2{
    width: 80%;
    margin: auto;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.list-page .items2 .item2{
    width: 49%;
    height: 1000px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border: 1px solid rgba(128, 128, 128, 0.295);
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.336) 0px 3px 8px;
}
.list-page .items2 .item2 img{
    width: 100%;
    height: 520px;
    object-fit: contain;
}
.list-page .items2 .item2 .details{
    width: 100%;
    height: 480px;
    padding: 5px 10px;
}
.list-page .items2 .item2 .details p{
    height: 10px;
     font-size: 18px;
}
.list-page .items2 .item2 .details p span{
    color: red;
}
.list-page .items2 .item2 .details h6{
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    overflow-y: scroll;
}
.list-page .items2 .item2 .details ul{
    height: 300px;
    overflow-y: scroll;
}
.list-page .items2 .item2 .details ul p{
    font-size: 18px;
    margin-top: 10px;
}
.list-page .items2 .item3{
    width: 100%;
    height: 535px;
    display: flex;
    position: relative;
    border: 1px solid rgba(128, 128, 128, 0.295);
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.336) 0px 3px 8px;
}
.list-page .items2 .item3 img{
    width: 50%;
    object-fit: contain;
}
.list-page .items2 .item3 .details{
    width: 49%;
   padding-top: 10px;
   padding-left: 20px;
}
.list-page .items2 .item3 .details p{
    height: 17px;
     font-size: 22px;
}
.list-page .items2 .item3 .details p span{
    color: red;
}
.list-page .items2 .item3 .details h6{
    margin-bottom: -2px;
    font-size: 25px;
    overflow-y: scroll;
}
.list-page .items2 .item3 .details ul{
    height: 310px;
    overflow-y: scroll;
}
.list-page .items2 .item3 .details ul p{
    font-size: 20px;
    margin-top: 10px;
}
.posfix{
    margin: 0px;
    padding: 0px;
    background-color: white;
    position: static;
    width: 100% !important;
    top: 5px;
    z-index: 100;
}
.pagecon{
    width: 100%;
    margin-top: 20px;
}
.pagecon .banner{
    width: 90%;
    margin: auto;
    border-radius: 15px;

}
.pagecon .banner .box{
    width: 100%;
    border-radius: 18px;
    border: 3px solid orange;

}
.pagecon .banner .box img{
    width: 100%;
    border-radius: 15px;
}
.pagecon .videoYT{
    width: 90%;
   padding-top: 40px;
   padding-bottom: 40px;
    margin: auto;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
}
.pagecon .videoYT .vd{
    width: 305px;
    height: 170px;
    border-radius: 18px;
    border: 3px solid orange;
}
.pagecon .videoYT .vd iframe{
   width: 100%;
   height: 100%;
    border-radius: 15px;
}

.active-category {
    color: rgb(255, 111, 0);
    border-bottom:  1.4px solid rgb(255, 111, 0);
   border-top:  1.4px solid rgb(255, 111, 0);
    font-weight: bold;
    padding: 0px 10px;
    border-radius: 5px;
  }
  .active-brand {
    border: 2px solid rgb(255, 111, 0);  
    border-radius: 5px;
    /* padding: 50px 40px; */
  }
#aa{
    position: absolute;
    text-decoration: none;
    top: 105px;
    z-index: 100;
    margin-left: 20px;
    width: 50px;
}
#aa button{
    background-color: red;
    color: white;
    padding: 8px 15px;
    border-radius: 15px;
    position: fixed;
    border: 3px solid gray;
    font-size: 15px;
}
#tdesign-carousel .t-carousel-arrow {
    width: 50px; /* Adjust to your desired size */
    height: 50px; /* Adjust to your desired size */
    font-size: 50px;
    
  }
  .posfix .cover img{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .posfix .cover img:hover{
        transform: scale(1);
    }
    .posfix .cover{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 60px;
    position: relative;
  }
   .posfix img{
    width: 100%;
    height: 25px;
   }

       .posfix  .cover .media2{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    width: 20% !important;
    height: 60px;
}
.posfix .cover .media2 ul{
    width: 90%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: center;
}
.posfix .cover .media2 ul li{
    list-style: none;
    border: 1px solid orange;
    border-radius: 5px;

}
.posfix .cover .media2 .block{
    display: none;
}
.posfix .cover .media2 ul li img{
    width: 30px;
    border-radius: 5px;
}
.posfix .cover .media .done{
    width: 36px;
}

   .posfix  .cover2 .media2{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 100%;
    height: 80px;
}
.posfix .cover2 .media2 ul{
    width: 90%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: center;
}
.posfix .cover2 .media2 ul li{
    list-style: none;
    border: 1px solid orange;
    border-radius: 5px;

}
.posfix .cover2 .media2 .block{
    display: none;
}
.posfix .cover2 .media2 ul li img{
    width: 30px;
    border-radius: 5px;
}
.cover2 .media2 ul .done{
    width: 36px !important;
}
.ti1{
    padding-top: 5px;
    margin-top: 0px;
    width: 100%; 
    display: flex;
    background-color: white;
    justify-content: space-between;
}
.ti1 ul{
    margin: 0;
    padding: 0;
    z-index: 99;
}
.ti1 ul:nth-child(1){
    margin: 0;
    padding: 0;
    width: 40%;
    display: flex;
    gap: 5px;
    margin-top: -10px;
}
.ti1 ul:nth-child(2){
    width: 26%;
    margin: 0;
    margin-top: -10px;
    padding: 0;
    display: flex;
    justify-content: space-around;
}
.ti1 ul h1{
    font-size: 18px;
    color: white;
}
.ti1 ul li{
    font-size: 12px;
    list-style-type: none;
    color: white;
    margin-top: 2px;
    cursor: pointer;
}
.ti1 ul li:nth-child(2){
    display: none;
}
.ti1 ul li a{
    padding: 0px 10px;
    text-decoration: none;
    color: white;
    font-family: "Siemreap", sans-serif;
}
.ti1 ul li a img{
    width: 20px;
}
.posfix .ti{
    display: none;
}
.ti{
    padding-top: 5px;
    margin-top: 0px;
    width: 100%; 
    display: flex;
    background-color: white;
    justify-content: space-between;
}

.ti ul:nth-child(1){
    margin: 0;
    padding: 0;
    width: 20%;
}
.ti ul:nth-child(2){
    width: 70%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}
.ti ul h1{
    font-size: 18px;
}
.ti ul li{
    list-style-type: none;
}
.ti ul li:nth-child(2){
    display: none;
}
.ti ul li a{
    padding: 0px 20px;
    text-decoration: none;
    color: black;
}
.ti ul li a img{
    width: 20px;
}


.ti2{
    width: 100%;
    margin: 0;
    padding: 0;
    padding: 10px 0px;
    margin-top: -22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ti2 .logo{
    width: 20%;
    height: 60px;
}
.ti2 .logo img{
    width: 80%;
    object-fit: contain;
    margin-left: 20px;
    height: 60px;
}

.ti2 .search{
    width: 60%;
    margin-left: 0px;
    display: flex;
    justify-content: center;
    position: relative;
}
.ti2 .search h1{
        font-family: "Bungee Spice", sans-serif;
        font-weight: 400;
        font-style: normal;    
        cursor: pointer;
}
.ti2 .search .filter{
    padding: 0;
    margin: 0;
    position: absolute;
    top: 60px;
    width: 99%;
    height: 255px;
    overflow-y: scroll;
    box-shadow: rgba(0, 0, 0, 0.575) 0px 3px 8px;
    background-color: white;
    z-index: 200;
}
.ti2 .search .filter li{
    list-style: none;
    margin: 0;
    padding: 0px 10px;
    cursor: pointer;
    display: flex;
    height: 30px;
    align-items: center;
}
.ti2 .search .filter li:hover{
    background-color: orange;
}
.ti2 .search .filter li p{
    padding: 0px 10px;
    margin-top: 10px;
    color: black;
    font-size: 12px;
}
.ti2 .search .filter li img{
    width: 30px;
}

.ti2 .search1{
    width: 65%;
    margin-left: 0px;
    display: flex;
    justify-content: center;
    position: relative;
}
.ti2 .search1 h1{
        font-family: "Bungee Spice", sans-serif;
        font-weight: 400;
        font-style: normal;    
        cursor: pointer;
}
.ti2 .search1 .filter{
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    width: 100%;
    height: 255px;
    overflow-y: scroll;
    box-shadow: rgba(0, 0, 0, 0.575) 0px 3px 8px;
    background-color: white;
    z-index: 200;
}
.ti2 .search1 .filter li{
    list-style: none;
    margin: 0;
    padding: 0px 10px;
    cursor: pointer;
    height: 60px;
    display: flex;
    align-items: center;
}
.ti2 .search1 .filter li:hover{
    background-color: orange;
}
.ti2 .search1 .filter li p{
    padding: 0px 10px;
    margin-top: 10px;
    color: black;
    font-size: 15px;
}
.ti2 .search1 .filter li img{
        width: 60px;
        height: 100%;
}

.ti2 .search1 .inseal{
    width: 58%;
    position: relative;
}
.ti2 .search .inseal i{
    position: absolute;
    font-size: 25px;
    color: rgb(175, 175, 175);
}
.ti2 .search1 .inseal .btnsearch{
    position: absolute;
    top: 6px;
    right: 18px;
    font-size: 16px;
    padding: 7px 15px;
    background-color: rgb(227, 227, 227);
    outline: none;
    border: none;
    border-radius: 5px;
}
     .ti2 .search .insea #clear{
        position: absolute;
        right: 135px;
        top: 50%;
        transform: translateY(-60%);
        border: none;
        border-radius: 35px;
        background: transparent;
        cursor: pointer;
        font-size: 36px;
        line-height: 1;
        padding: 0;
     }

.ti2 .search1 .inseal input{
    width: 100%;
    display: inline-block;
    height: 50px;
    padding: 0px 20px;
    padding-left: 70px;
    outline: none;
    border-radius: 5px;
    border: 1px solid rgb(151, 151, 151);
}
.ti2 .search1 .inseal input::placeholder {
  color: #6d6d6d;      /* Change color */
  font-size: 26px;  /* Change size */
  font-weight: 400; /* Adjust weight if needed */
}
.ti2 .search1 .inseal #searchicon{
    position: absolute;
    top: 0;
}
.ti2 .search .insea{
    width: 60%;
    position: relative;
}
.ti2 .search .insea i{
    position: absolute;
    top: 17px;
    left: 15px;
    font-size: 25px;
    color: rgb(175, 175, 175);
}
.ti2 .search1 .inseal i{
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px;
    color: rgb(144, 144, 144);
}
    .ti2 .search1 .inseal #clear{
        position: absolute;
        right: 135px;
        top: 50%;
        transform: translateY(-60%);
        border: none;
        border-radius: 35px;
        background: transparent;
        cursor: pointer;
        font-size: 36px;
        line-height: 1;
        padding: 0;
     }
.ti2 .search .insea .btnsearch{
    position: absolute;
    top: 15px;
    right: 18px;
    font-size: 15px;
    padding: 5px 15px;
    background-color: rgb(227, 227, 227);
    outline: none;
    border: none;
    border-radius: 5px;
}
.ti2 .search .insea input{
    width: 100%;
    display: inline-block;
    height: 60px;
    padding: 0px 20px;
    padding-left: 70px;
    outline: none;
    border-radius: 8px;
    border: 2px solid rgb(175, 175, 175);
}
.ti2 .search .insea input::placeholder {
  color: #6d6d6d;      /* Change color */
  font-size: 26px;  /* Change size */
  font-weight: 400; /* Adjust weight if needed */
}
.ti2 .search .insea #searchicon{
    position: absolute;
    top: 0;
}

.ti2 .iconmob{
    display: none;
}
.ti2 .icon{
    margin: 0;
    padding: 0;
    width: 10%;
    margin-left: 15px;
}
.ti2 .icon ul{
    display: flex;
    justify-content: left;
    margin: 0;
    padding: 0;
    gap: 5px;
}
.ti2 .icon ul li{
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
    .ti2 .icon ul li a i{
    color:white;
    background-color: rgb(255, 132, 0);
    margin-top: 5px;
    padding: 15px 15px;
    font-size: 16px;
    border-radius: 8px;
}
.ti2 .icon ul li a img{
    width: 20px;
    object-fit: contain;
}
.ti2 .icon ul li a{
    padding: 0px 5px;
    text-decoration: none;
        color: rgb(202, 104, 0);
    font-size: 20px;
    gap: 5px;
       display: flex;
    align-items: center;
    justify-content: space-between;

}
   .ti2 .icons{
        display: none;
    }
.ti3{
    width: 100%;
    margin: auto;
    margin-top: 175px;
}
.ti3 .slide-box1{
    width: 100%;
    height: 100%;
}

.ti3 .slide-box1 img{
    width: 100%;
    
    margin: auto;
    margin: auto;
}
.ti3 .slide-box1 .slide .label{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.301);
    color: white;
}
.ti3 .slide-box1 .slide .label:hover{
    background-color: rgba(0, 0, 0, 0.712);
    color: white;
}
.ti3 .slide-box1 .slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.ti3 .btn-slide{
    position: absolute;
    top: 50%;
    padding: 5px 15px;
    color: rgba(0, 0, 0, 0.66);
    font-size: 50px;
    cursor: pointer;
    transform: translate(0,-50%);
}
.ti3 .btn-next{
    right: -50px;
}
.ti3 .btn-back{
    left: -50px;
}
.ti3 .btn-back:hover{
    color: black;
}
.ti3 .btn-next:hover{
    color: black;
}
.ti3 .pagination{
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 2;
}
.ti3 .pagination ul{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    padding: 8px;
    list-style-type: none;
}
.ti3 .pagination ul li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(107, 107, 107);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ti3 .pagination ul li:hover{
    background-color: yellow;
}
.ti3 .pagination ul li.active{
    background-color: yellow;
}
.ti4{
    padding-top: 0px;
    width: 98%;
    height: 700px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
}

.ti4 .box{
    width: 100%;
    padding-top: 0px;
    padding-bottom: 25px;
}
.ti4 .box h1{
    font-size: 18px;
    display:flex;
    justify-content: left;
    align-items: center;
    gap: 8px;
    padding: 0px 20px;
     font-family: "Siemreap", sans-serif;
}
.ti4 .blog{
    width: 100%;
    height: 620px;
    padding-bottom: 20px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.ti4 .blog .bann1{
    width: 9%;
}
.ti4 .blog .bann1 img{
    width: 100%;
}
.ti4 .box1{
    width: 18%;
    height: 100%;
}
.ti4 .box1 h1{
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s;
    font-family: "Siemreap", sans-serif;
}
.ti4 .box1 h1:hover{
    color: rgb(255, 111, 0);
    font-size: 22px;
}
.ti4 .box1 ul{
    margin: 0;
    padding: 0;
    padding-top: 2px;
    height: 370px;
    overflow-y: scroll ;
}
.ti4 .box1 ul li{
    list-style-type: none;
    padding: 10px 0px;
    font-size: 15px;
    line-height: 6px;
}
.ti4 .box1 ul li:hover a{
    font-size: 15px;
    color: rgb(255, 111, 0);
}
.ti4 .box1 ul li a{
    text-decoration: none;
    color: black;
    font-size: 14px;

    cursor: pointer;
    transition: 0.35s;
     font-family: "Siemreap", sans-serif;
}
.ti4 .box2{
    width: 82%;
    height: 100%;
    padding-bottom: 20px;
    overflow: scroll;
    scrollbar-width: none; 
    -ms-overflow-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.ti4 .box2 .item{
    margin-top: 19px;
    width: 165px;
    height: 260px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 3px 0px, rgba(11, 12, 14, 0.15) 0px 0px 0px 1px;
    transition: 0.4s;
}

.ti4 .box2 .item .img{
    width: 100%;
    height: 54%;
}
.ti4 .box2 .item .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ti4 .box2 .item .text{
    width: 99%;
    margin-top: 9%;
    height: 25%;
    padding-left: 12px;
    box-sizing: border-box;
    overflow: scroll;
    scrollbar-width: none; 
    -ms-overflow-style: none;
}
.ti4 .box2 .item .text h3{
    font-size: 10px;
    transition: 0.4s;
}
.ti4 .box2 .item .text h3:hover{
    transform: scale(1.1);
}
.ti4 .box2 .item .text h5{
    font-size: 10px;
    transition: 0.4s;
}
.ti4 .box2 .item .text .khti4{
    font-size: 10px;
    font-family: "Siemreap", sans-serif;
    transition: 0.4s;
}
.ti4 .box2 .item .text .engti4{
    font-size: 10px;
    font-family: "Montserrat", sans-serif ;
    transition: 0.4s;
}
.ti4 .box2 .item .text h5:hover{
    transform: scale(1.1);
}
.ti4 .box2 .item .detail{
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: space-around;
    text-align: center;
    transition: 0.4s;
    cursor: pointer;
}
.ti4 .box2 .item .detail a{
    width: 60%;
    text-decoration: none;
    display: flex;
}
.ti4 .box2 .item .detail h2{
    text-align: center;
    padding-top: 2px;
    color: white;
    font-size: 13px;
    width: 100%;
    height: 80%;
    transition: 0.4s;
    background-color: rgb(255, 115, 0);
    border-radius: 5px;
}
.ti4 .box2 .item .detail h3{
    text-align: center;
    padding-top: 2px;
    color: white;
    font-size: 13px;
    width: 30%;
    height: 80%;
    background-color: rgb(255, 115, 0);
    border-radius: 5px;
    transition: 0.4s;
}
.ti4 .box2 .item .detail h2:hover{
    transform: scale(0.9);
}
.ti4 .box2 .item .detail h3:hover{
    transform: scale(0.9);
}
.ti4 .box2 .item .detail .listactive-icon{
    background-color: #24bd48;
}
.ti41{
    padding-top: 10px;
    width: 98%;
    margin: auto;
    display: flex; 
    flex-wrap: wrap;
}

.ti41 .box{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 25px;
}
.ti41 .box h1{
    font-size: 18px;
    display:flex;
    justify-content: left;
    align-items: center;
    gap: 8px;
    padding: 0px 20px;
     font-family: "Siemreap", sans-serif;

}
.ti41 .blog{
    margin-top: 10px;
    width: 100%;
     min-height: 3000px;
    padding-bottom: 20px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.ti41 .blog .bann2{
    height: 500px;
    position: sticky;
    top: 180px;
    width: 9%;
}
.ti41 .blog .bann2 img{
    width: 100%;
}
.ti41 .box1{
    width: 18%;
    height: 100%;
}
.ti41 .box1 h1{
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s;
    font-family: "Siemreap", sans-serif;
}
.ti41 .box1 h1:hover{
    color: rgb(255, 111, 0);
    font-size: 22px;
}
.ti41 .box1 ul{
    margin: 0;
    padding: 0;
    height: 370px;
    overflow-y: scroll ;
}
.ti41 .box1 ul li{
    list-style-type: none;
    padding: 10px 0px;
    font-size: 15px;
}
.ti41 .box1 ul li:hover a{
    font-size: 15px;
    color: rgb(255, 111, 0);
}
.ti41 .box1 ul li a{
    text-decoration: none;
    color: black;
    cursor: pointer;
    transition: 0.35s;
     font-family: "Siemreap", sans-serif;
}
.ti41 .box2{
    width: 82%;
    overflow: hidden;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.ti41 .box2 .item{
    margin-top: 19px;
    width: 280px;
    height: 350px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 3px 0px, rgba(11, 12, 14, 0.15) 0px 0px 0px 1px;
    transition: 0.4s;
}

.ti41 .box2 .item .img{
    width: 100%;
    height: 65%;
}
.ti41 .box2 .item .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ti41 .box2 .item .text{
    margin-top: 7px;
    width: 99%;
    height: 10%;
    padding-left: 12px;
    box-sizing: border-box;
    overflow: scroll;
    scrollbar-width: none; 
    -ms-overflow-style: none;
}
.ti41 .box2 .item .text h3{
    font-size: 12px;
    transition: 0.4s;
}
.ti41 .box2 .item .text h3:hover{
    transform: scale(1.1);
}

.ti41 .box2 .item .text .khti4{
    font-size: 12px;
    font-family: "Siemreap", sans-serif;
    transition: 0.4s;
}
.ti41 .box2 .item .text .engti4{
    font-size: 12px;
    font-family: "Montserrat", sans-serif ;
    transition: 0.4s;
}
.ti41 .box2 .item .text h5:hover{
    transform: scale(1.1);
}
.ti41 .box2 .item .salep{
    width: 100%;
    height: 10%;
    display: flex;
    gap: 5px;
}
.ti41 .box2 .item .salep h3{
    font-size: 13px;
    height: 24px;

    background-color: rgb(217, 187, 169);
    padding: 3px 20px;
    border-radius: 25px;
    font-weight: 400;
    margin-left: 10px;
}
.ti41 .box2 .item .salep h4{
    height: 24px;
    color: white;
    font-size: 12px;
    border: none;
    outline: none;
    padding: 3px 13px;
    border-radius: 25px;
    background-color: rgb(76, 176, 79);

}
.ti41 .box2 .item .detail{
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
    text-align: center;
    transition: 0.4s;
    cursor: pointer;
}
.ti41 .box2 .item .detail a{
    width: 100%;
    text-decoration: none;
    display: flex;
}
.ti41 .box2 .item .detail h2{
    text-align: center;
    padding-top: 5px;
    color: rgb(220, 99, 0);
    margin: auto;
    font-size: 13px;
    width: 90%;
    height: 80%;
    background-color: white;
    border: 1px solid rgb(220, 99, 0);
    border-radius: 25px;
    transition: 0.4s;
}
.ti41 .box2 .item:hover .detail h2{
     color: white;
    background-color: rgb(248, 111, 0);
    border: 1px solid rgba(0, 0, 0, 0.592);
}
.ti41 .box3{
    width: 82%;  
    margin: auto; 
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.ti41 .box3 img{
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}
.ti41 .box4{
    width: 81%;  
    margin: auto; 
    border: 1px solid rgba(128, 128, 128, 0.297);
    border-radius: 5px;
}
.ti41 .box4 h2{
    width: 100%;
    height: 40px;
    font-size: 20px;
    padding-left: 20px;
    padding-top: 5px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.361);
}
.ti41 .box4 .show{
    width: 100%;
    display: flex;
}
.ti41 .box4 .show .cata{
    width: 23%;
    margin: 0;
    padding: 0;
}
.ti41 .box4 .show .cata img{
    width: 100%;
}
.ti41 .box4 .show .cata ul{
    width: 100%;
    margin: 0;
    padding: 0;
}
.ti41 .box4 .show .cata ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 0px;
    justify-content: space-between;
    padding: 10px 0px;
    transition: 0.2s;
}
.ti41 .box4 .show .cata ul li:hover{
    background-color: rgba(128, 128, 128, 0.236);
}
.ti41 .box4 .show .cata ul li i{
    margin-right: 10px;
}
.ti41 .box4 .show .cata ul li a{
    text-decoration: none;
    color: black;
    line-height: 2px;
}
.ti41 .box4 .show .cata ul li a h1{
    padding-left: 20px;
    font-size: 18px;
    font-weight: 400;
}
.ti41 .box4 .show .cata ul li a p{
    padding-left: 20px;
    font-size: 12px;
}
.ti41 .box4 .show .box2{
    width: 77%;
    overflow: hidden;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.ti41 .box4 .show .box2 .item{
    margin-top: 19px;
    width: 215px;
    height: 350px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 3px 0px, rgba(11, 12, 14, 0.15) 0px 0px 0px 1px;
    transition: 0.4s;
}

.ti41 .box4 .show .box2 .item .img{
    width: 100%;
    height: 61%;
}
.ti41 .box4 .show .box2 .item .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
   border-bottom: 1px solid rgba(128, 128, 128, 0.361);
}
.ti41 .box4 .show .box2 .item .text{
    margin-top: 7px;
    width: 99%;
    height: 15%;
    padding-left: 12px;
    box-sizing: border-box;
    overflow: scroll;
    scrollbar-width: none; 
    -ms-overflow-style: none;
}
.ti41 .box4 .show .box2 .item .text h3{
    font-size: 12px;
    transition: 0.4s;
}
.ti41 .box4 .show .box2 .item .text h3:hover{
    transform: scale(1.1);
}

.ti41 .box4 .show .box2 .item .text .khti4{
    font-size: 12px;
    font-family: "Siemreap", sans-serif;
    transition: 0.4s;
}
.ti41 .box4 .show .box2 .item .text .engti4{
    font-size: 12px;
    font-family: "Montserrat", sans-serif ;
    transition: 0.4s;
}
.ti41 .box4 .show .box2 .item .text h5:hover{
    transform: scale(1.1);
}
.ti41 .box4 .show .box2 .item .salep{
    width: 100%;
    height: 10%;
    display: flex;
    gap: 5px;
}
.ti41 .box4 .show .box2 .item .salep h3{
    font-size: 13px;
    height: 24px;

    background-color: rgb(217, 187, 169);
    padding: 3px 20px;
    border-radius: 25px;
    font-weight: 400;
    margin-left: 10px;
}
.ti41 .box4 .show .box2 .item .salep h4{
    height: 24px;
    color: white;
    font-size: 12px;
    border: none;
    outline: none;
    padding: 3px 13px;
    border-radius: 25px;
    background-color: rgb(76, 176, 79);

}
.ti41 .box4 .show .box2 .item .detail{
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
    text-align: center;
    transition: 0.4s;
    cursor: pointer;
}
.ti41 .box4 .show .box2 .item .detail a{
    width: 100%;
    text-decoration: none;
    display: flex;
}
.ti41 .box4 .show .box2 .item .detail h2{
    text-align: center;
    padding-top: 5px;
    color: rgb(220, 99, 0);
    margin: auto;
    font-size: 13px;
    width: 90%;
    height: 80%;
    background-color: white;
    border: 1px solid rgb(220, 99, 0);
    border-radius: 25px;
    transition: 0.4s;
}
.ti41 .box4 .show .box2 .item:hover .detail h2{
     color: white;
    background-color: rgb(248, 111, 0);
    border: 1px solid rgba(0, 0, 0, 0.592);
}

.ti41 .box4 .img2{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ti41 .box4 .img2 img{
    width: 49.3%;
}
.ti44{
    padding-top: 10px;
    width: 98%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.ti44 .box3{
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    /* overflow: scroll; */
    scrollbar-width: none; 
    -ms-overflow-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.ti44 .box{
    width: 100%;
    padding-top: 70px;
    padding-bottom: 25px;
}
.ti44 .box h1{
    font-size: 18px;
    display:flex;
    justify-content: left;
    align-items: center;
    gap: 8px;
    padding: 0px 20px;
}
.ti44 .blog{
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.ti44 .box3 .item{
    margin-top: 19px;
    width: 185px;
    height: 250px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 3px 0px, rgba(11, 12, 14, 0.15) 0px 0px 0px 1px;
    transition: 0.4s;
}
.ti44 .box3 .item:hover{
    transform: scale(1.1);
}
.ti44 .box3 .item .img{
    width: 100%;
    height: 54%;
}
.ti44 .box3 .item .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ti44 .box3 .item .text{
    width: 99%;
    height: 32%;
    padding-left: 12px;
    box-sizing: border-box;
    overflow: scroll;
    scrollbar-width: none; 
    -ms-overflow-style: none;
}
.ti44 .box3 .item .text h3{
    font-size: 12px;
    transition: 0.4s;
}
.ti44 .box3 .item .text h3:hover{
    transform: scale(1.1);
}
.ti44 .box3 .item .text h5{
    font-size: 12px;
    transition: 0.4s;
}
.ti44 .box3 .item .text h5:hover{
    transform: scale(1.1);
}
.ti44 .box3 .item .detail{
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
    text-align: center;
    transition: 0.4s;
    cursor: pointer;
}
.ti44 .box3 .item .detail a{
    text-decoration: none;
}
.ti44 .box3 .item .detail h2{
    color: white;
    font-size: 13px;
    width: 90%;
    height: 80%;
    background-color: red;
    border-radius: 30px;
    padding: 0px 10px;
}
.ti44 .box3 .item .detail:hover{
    transform: scale(1.2);
}


.ti5{
    /* position: sticky; */
    background-color: white;
    /* top: 69px; */
    padding-top: 0px;
    width: 98%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    z-index: 99;
    height: 100px;
    padding-bottom: 0px;
}

.ti5 select .khti5 {
   font-family: "Siemreap", sans-serif;
}

.ti5 select .engti5 {
 color: red;
}

.ti5 .box{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 4px;
}
.ti5 .box h1{
    font-size: 18px;
    display:flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0px 20px;
    font-family: "Siemreap", sans-serif !important;
}
.ti5 .box span{
    border: 1px solid black;
    width: 470px;
}
.ti5 .blog{
    width: 10%;
    margin: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
}
.ti5 .blog #allbrand{
    width: 130px;
    height: 50px;
    object-fit: contain;
    cursor: pointer;
    border-radius: 3px;
    transition: 0.35s;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.ti5 .blog #allbrand:hover{
    box-shadow: rgba(255, 1, 1, 0.356) 0px 1px 3px 0px, rgba(226, 3, 3, 0.15) 0px 0px 0px 1px;
    transform: scale(1.1);
}
.ti5 .blog img{
    width: 120px;
    height: 35px;
    cursor: pointer;
    /* border-radius: 20px; */
}
.ti5 .blog button{
    border: none;
    background-color: transparent;
}
.ti5 .blog button i{
    font-size: 30px;
}
.ti5 .blog ul{
    margin: 0;
    width: 75%;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.ti5 .blog ul li{
    width: 20%;
    height: 100%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    list-style-type: none;
    transition: 0.4s;
    background-color: white;
}
.ti5 .blog ul li img{
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: contain;
}
.ti5 .blog ul li:hover{
   transform: scale(1.4);
   z-index: 100;
   background-color: white;
   border: 1px solid rgb(255, 166, 0);
}
.ti5 .brandall{
    font-family: "Siemreap", sans-serif !important;
}
.ti6{
    padding-top: 50px;
    width: 98%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.ti6 .box{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 5px;
}
.ti6 .box h1{
    font-size: 18px;
    display:flex;
    justify-content: left;
    align-items: center;
    gap: 8px;
    padding: 0px 20px;
}
/* scroll fun  */

.ti6 .eachbox{
    width: 99%;
    padding: 10px;
    height: 330px;
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 10px;
    border-radius: 10px;
    backdrop-filter: blur(10px) saturate(180%);
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2); /* Subtle glow */
    transition: all 0.3s ease-in-out;
}

/* Custom scrollbar for Webkit browsers */
.ti6 .eachbox::-webkit-scrollbar {
    height: 10px;
}

.ti6 .eachbox::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1); /* Transparent track */
    border-radius: 10px;
}

.ti6 .eachbox::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, rgb(255, 123, 0), rgb(255, 136, 0), rgb(255, 166, 0)); /* Neon gradient */
    border-radius: 10px;
    transition: all 0.3s ease;
}

.ti6 .eachbox::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, rgb(255, 0, 0), rgb(255, 30, 0), rgb(255, 0, 0)); /* More neon when hovered */
}

/* Optional: Smooth scrolling effect */
html {
    scroll-behavior: smooth;
}

.scroll-container {
  width: 80%;
  overflow-x: auto;
  overflow-y: hidden;

 scrollbar-width: none;

  /* Hide scrollbar for IE, Edge */
  -ms-overflow-style: none;
}

.scroll-container::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari */
}
.scroll-content {
  display: flex;
  width: max-content;
  animation: scroll 200s linear infinite;
}

/* Stop animation on hover */
.scroll-container:hover .scroll-content {
  animation-play-state: paused;
}

.brand-img {
  width: 120px;
  height: 40px;
  background-color: white;
  margin: 10px 10px;
  object-fit: contain;
  cursor: pointer;
  border-radius: 12px;
  transition: 0.3s;
  flex-shrink: 0;
  border: 3px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

/* Hover effect */
.brand-img:hover {
  transform: scale(1.05);
}

/* Active brand highlight */
.active-brand {
  border: 3px solid #ff9204;
  box-shadow: 0 0 15px rgba(255, 187, 0, 0.6);
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.ti6 .eachbox .item{
    margin-top: 19px;
    width: 175px;
    border-radius: 10px;
    height: 250px;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 3px 0px, rgba(11, 12, 14, 0.15) 0px 0px 0px 1px;
    transition: 0.4s;
}
.ti6 .eachbox .item:hover{
    transform: scale(1.1);
}
.ti6 .eachbox .img{
    width: 100%;
    height: 54%;
}
.ti6 .eachbox .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ti6 .eachbox .text{
    width: 100%;
    height: 32%;
    padding-left: 13px;
    box-sizing: border-box;
    overflow: scroll;
    scrollbar-width: none; 
    -ms-overflow-style: none;
}
.ti6 .eachbox .text h3{
    font-size: 12px;
    transition: 0.4s;
}
.ti6 .eachbox .text h3:hover{
    transform: scale(1.1);
}
.ti6 .eachbox .text h5{
    font-size: 12px;
    transition: 0.4s;
}
.ti6 .eachbox .text h5:hover{
    transform: scale(1.1);
}
.ti6 .eachbox .detail{
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
    text-align: center;
    transition: 0.4s;
    cursor: pointer;
}
.ti6 .eachbox .detail a{
    text-decoration: none;
}
.ti6 .eachbox .detail h2{
    color: white;
    font-size: 13px;
    width: 90%;
    height: 70%;
    margin-top: 2px;
    background-color: red;
    border-radius: 30px;
}
.ti6 .eachbox .detail:hover{
    transform: scale(1.3);
}
.ti6 .blog{
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-evenly;
}
.ti6 .blog .item{
    margin-top: 17px;
    width: 180px;
    height: 250px;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 3px 0px, rgba(11, 12, 14, 0.15) 0px 0px 0px 1px;
    transition: 0.4s;
}
.ti6 .item:hover{
    transform: scale(1.1);
}
.ti6 .item .img{
    width: 100%;
    height: 54%;
}
.ti6 .item .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ti6 .item .text{
    width: 100%;
    height: 32%;
    padding-left: 13px;
    box-sizing: border-box;
    overflow: scroll;
    scrollbar-width: none; 
    -ms-overflow-style: none;
}
.ti6 .item .text h3{
    font-size: 12px;
    transition: 0.4s;
}
.ti6 .item .text h3:hover{
    transform: scale(1.1);
}
.ti6 .item .text h5{
    font-size: 12px;
    transition: 0.4s;
}
.ti6 .item .text h5:hover{
    transform: scale(1.1);
}
.ti6 .item .detail{
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
    text-align: center;
    transition: 0.4s;
    cursor: pointer;
}
.ti6 .item .detail a{
    text-decoration: none;
}
.ti6 .item .detail h2{
    color: white;
    font-size: 13px;
    width: 90%;
    height: 70%;
    margin-top: 2px;
    background-color: red;
    border-radius: 30px;
}
.ti6 .item .detail:hover{
    transform: scale(1.3);
}
.ti7{
    width: 100%;
    height: 350px;
    margin-top: 40px;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    -webkit-box-shadow: -1px -10px 17px -8px rgba(0, 0, 0, 0.123);
-moz-box-shadow: -1px -10px 17px -8px rgba(0, 0, 0, 0.212);
box-shadow: -1px -10px 17px -8px rgba(0, 0, 0, 0.192);
}
.ti7 .box{
    height: 100%;
    width: 25%;
}
.ti7 .box .logo{
    width: 80%;
    padding-top: 40px;
    margin: auto;
}
.ti7 .box .logo img{
    width: 100%;
    
}
.ti7 .box .text{
    width: 100%;
}
.ti7 .box .text h1{
    text-align: center;
    font-size: 25px;
    margin-top: 20px;
    font-weight: bold;
}
.ti7 .box .app{
    width: 100%;
    display: flex;
    margin-top: 20px;
    justify-content: center;
    gap: 20px;
}
.ti7 .box .app img{
    width: 12%;
    box-shadow: rgba(0, 0, 0, 0.212) 0px 5px 15px;
    border-radius: 20px;
    transition: 0.3s;
}
.ti7 .box .app img:hover{
    transform: scale(1.2);
}
.ti7 .box2{
    width: 25%;
    height: 100%;
}
.ti7 .box2 h3{
    width: 100%;
}
.ti7 .box2 ul{
    display: flex;
    gap: 20px;
    margin-top: 10px;
}
.ti7 .box2 ul li{
    list-style-type: none;
}
.ti7 .box2 ul li a{
    text-decoration: none;
    font-size: 50px;
}
.ti7 .box2 ul li a img{
    width: 50px;
    border-radius: 50%;
    transition: 0.3s;
}
.ti7 .box2 ul li a img:hover{
    transform: scale(1.2);
}
.ti7 .box2 ul li img{
    transition: 0.3s;
    width: 70px;
}
.ti7 .box2 ul li img:hover{
    transform: scale(1.2);
}
.ti7 .box1{
    width: 14%;
    height: 100%;
}
.ti7 .box1 ul{
    width: 100%;
    height: 270px;
    overflow: scroll;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}
.ti7 .box1 ul::-webkit-scrollbar {
    display: none;
}
.ti7 .box1 ul li{
    list-style-type: none;
    transition: 0.3s;
}
.ti7 .box1 ul li a{
    text-decoration: none;
    color: black;
}
.ti7 .box1 ul li:hover{
    transform: scale(1.1);
}
.ti7 .box1 ul li:hover a{
    color: red;
}
.ti7 .box3{
    width: 8%;
    height: 100%;
}
.ti7 .box3 ul{
    width: 100%;
    height: 240px;
    overflow: scroll;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}
.ti7 .box3 ul::-webkit-scrollbar {
    display: none;
}
.ti7 .box3 ul li{
    list-style-type: none;
    transition: 0.3s;
}
.ti7 .box3 ul li a{
    color: black;
    text-decoration: none;
}
.ti7 .box3 ul li:hover{
    transform: scale(1.1);
}
.ti7 .box3 ul li:hover a{
    transform: scale(1.1);
    color: red;
}
.last{
    width: 100%;
    height: 100%;
    text-align: center;
    margin-bottom:50px;
}
.last a:hover{
    color: red;
}
.ti8{
    display: none;
}
.ti9{
    display: none;
}
.mobile{
    display: none;
}
.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.custom-modal-content {
  position: relative;
  width: 50%;
  max-height: 90%;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
}
.custom-modal-content #imgselect{
    width: 100%;
}
.custom-modal-content #imgselect img {
  width: 100% !important;
  height: auto;
  display: block;
}
.custom-modal-content #imgmodel {
    height: 60px;
    width: 35%;
     position: absolute;
  top: 3px;
  left: 2px;
  z-index: 10000;
}
.custom-modal-content #imgmodel img{
    position: absolute;
    top: -57px;
    width: 100%;
    height: 45px;
    object-fit: contain;
}
.close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 28px;
  font-weight: bold;
  color: black;
  cursor: pointer;
  z-index: 10000;
}

.sin1{
    margin-top: 1px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.sin1 .texttitle{
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 0.5px solid rgb(255, 140, 0);
}
.sin1 .texttitle h1{
    color: black;
        font-size: 30px;
}
.sin1 .texttitle span{
        font-size: 30px;
        margin-top: -10px;
      }
.sin1 .texttitle h6{
    margin-top: 12px;
    font-size: 20px;
}
.sin1 .box1{
    position: relative;
    width: 55%;
    display: flex;
}
.sin1 .box1 .img1{
    width: 25%;
}
.sin1 .box1 .img1 ul{
    width: 50%;
    margin: auto;
    padding: 0;
}
.sin1 .box1 .img1 ul li{
    list-style-type: none;
    margin: 10px;
}
.sin1 .box1 .img1 ul li img{
    cursor: pointer;
    width: 100%;
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 3px 0px, rgba(11, 12, 14, 0.15) 0px 0px 0px 1px;
}
.sin1 .box1 .img1 ul li img:hover{
    transform: scale(1.1);
}
.sin1 .box1 .img2{
    position: relative;
    width: 100%;
}
.sin1 .box1 .img2 img{
    width: 100%;
    margin-top: 65px;
    height: 450px;
    object-fit: contain;
    transition: 0.4s;
    cursor: pointer;
}
.sin1 .box1 .img2 img:hover{
    transform: scale(0.95);
}
.sin1 .box1 .slide-box{
    width: 90%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.sin1 .box1 .slide-box .slide{
    width: 70%;
    height: 100%;
    position: relative;
}
.sin1 .box1 .slide-box img{
    width: 100%;
}
.sin1 .box1 .slide-box .slide .label{
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.301);
    color: white;
}
.sin1 .box1 .slide-box .slide .label:hover{
    background-color: rgba(0, 0, 0, 0.712);
    color: white;
}
.sin1 .box1 .slide-box .slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.sin1 .box1 .btn-slide{
    position: absolute;
    top: 50%;
    padding: 5px 15px;
    color: rgba(0, 0, 0, 0.66);
    font-size: 50px;
    cursor: pointer;
    transform: translate(0,-50%);
}
.sin1 .box1 .pagination{
    position: absolute;
    bottom: -30px;
    left: 35%;
    transform: translate(-50%,0);
    z-index: 2;
}
.sin1 .box1 .pagination ul{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    padding: 8px;
    list-style-type: none;
}
.sin1 .box1 .pagination ul li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(107, 107, 107);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sin1 .box1 .pagination ul li:hover{
    background-color: yellow;
}
.sin1 .box1 .pagination ul li.active{
    background-color: yellow;
}
.sin1 .box1 .brand{
    width: 120px;
    height: 80px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.sin1 .box1 .brand img{
    width: 100%;
    height: 100%;
    padding: 0px 10px;
    object-fit: contain;
}
.sin1 .box1 .qr{
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 5px;
    right: 15px;
}
.sin1 .box1 .qr img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sin1 .box1 .shopnow{
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 75px;
    right: 20px;
}
.sin1 .box1 .shopnow img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.4s;
}
.sin1 .box1 .shopnow img:hover{
    transform: scale(1.05);
    /* transition: 0.2s; */
}
.sin1 .box2{
    width: 45%;
    height: 503px;
    padding: 2px;
    box-sizing: border-box;
}
.sin1 .box2 .bor{
    width: 90%;
    margin-left: 10%;
   
}
.sin1 .box2 .bor #sin1h1{
    display: none;
}
.sin1 .box2 .bor h1{
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 600;
}
.sin1 .box2 .bor h3{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    display: flex !important;
    align-items: center;
    gap: 10px;
}
.sin1 .box2 .bor h3 span{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: none;
}
.sin1 .box2 .bor button{
    
    color: rgb(238, 143, 1);
    background-color: white;
    border: 1.2px solid rgb(221, 125, 0);
    font-size: 13px;
    border-radius: 10px;
    padding: 5px 20px;
     text-transform: uppercase;
     margin-top: 20px;
     font-weight: 600;
}
.sin1 .box2 .bor h3 button{
    margin-top: 2px;
    color: rgb(255, 255, 255);
    background-color: rgba(15, 132, 0, 0.601);
    border: 1.2px solid rgb(0, 211, 7);
    border-radius: 25px;
    font-size: 9px;
    padding: 5px 20px;
     text-transform: uppercase;
     font-weight: 600;
     
}
.sin1 .box2 .bor .shhow{
    display: block;
}
.sin1 .box2 .bor .media2{
    width: 100%;
    height: 100px;
}
.sin1 .box2 .bor .media2 ul{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: center;
}
.sin1 .box2 .bor .media2 ul li{
    list-style: none;
}
.sin1 .box2 .bor .media2 .block{
    display: none;
}
.sin1 .box2 .bor .media2 ul li img{
    width: 30px;
    border-radius: 5px;
}
.sin1 .box2 .bor p{
    font-size: 13px !important;
}
.sin1 .box2 .bor p li{
    list-style-type: none;
      padding-left: -3em; 
      line-height: 2;
}
.sin1 .box2 .bor p li::before{
   content: '●'; 
  font-size: 0.4em; 
  vertical-align: middle;
  margin-right: 1.7em;
  color: black; 
  
}

.sin1 .box2 h1{
    margin: 0;
    padding: 0;
    margin-top: 20px;
    padding-left: 20px;
    font-size: 30px;
}
  .sin1 .box2 h3{
        width: 90%;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.sin1 .box2 ul {
    width: 90%;
    padding-top: 10px;
    margin-left: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-snap-type: x mandatory;
    scroll-padding: 10px;
    height: 400px;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #ccc #f0f0f0; /* Firefox */
}

.sin1 .box2 ul::-webkit-scrollbar {
    width: 8px;
}

.sin1 .box2 ul::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.sin1 .box2 ul::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}
.sin1 .box2 ul li{
    list-style-type: none;
    transition: 0.3s;
    cursor: pointer;
}
.sin1 .box2 ul li:hover{
    color: orange;
    transform: scale(1.1);
}
.sin1 .box2 a{
    text-decoration: none;
}
 .english{
    font-size: 20px !important;
     font-family: "Montserrat", sans-serif !important;
}
 .khmer{
    font-size: 20px;
       font-family: "Siemreap", sans-serif;
}

 .khmer2{
    font-size: 20px;
       font-family: "Siemreap", sans-serif;
}

 .english1{
    font-size: 30px !important;
    font-weight: bold;
     font-family: "Montserrat", sans-serif !important;
}
 .khmer1{
    font-size: 30px;
    font-weight: bold;
       font-family: "Siemreap", sans-serif;
}
.sin1 .box2 h2{
    text-align: center;
    background-color: red;
    color: white;
    width: 200px;
    margin-left: 10px;
    padding: 5px 0px;
    border-radius: 10px;
    transition: 0.4s;
    cursor: pointer;
}
.sin1 .box2 h2:hover{
    background-color: rgb(32, 227, 32);
    transform: scale(1.1);
}
.sin1 .box2 .brand{
    display: flex;
    gap: 10px;
}
.sin1 .box2 .brand img{
    width: 60px;
    cursor: pointer;
    object-fit: contain;
    transition: 0.4s;
}
.sin1 .box2 .brand img:hover{
    transform: scale(1.1);
}
.sin2{
    width: 100%;
    margin-top: 60px;
}
.sin2 .menu{
    width: 100%;
}
.sin2 .menu ul{
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
    justify-content: center;
}
.sin2 .menu ul li{
    list-style-type: none;
    transition: 0.35s;
}
.sin2 .menu ul li a{
    text-decoration: none;
    color: black;
}
.sin2 .menu ul li:hover{
    transform: scale(1.2);
}
.sin2 .menu ul li a:hover{
    color: orange;
}
.sin2 .catalog{
    width: 100%;
}
.sin2 .catalog img{
    width: 100%;
}
.sin2 .info{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.sin2 .info h3{
    width: 97%;
    margin-left: 10px;
}
.sin2 .info .tb{
    width: 90%;
}
.sin2 .info .tb table{
    width: 60%;
}
.sin2 .info .tb table tr{
    transition: 0.35s;
}
.sin2 .info .tb table tr td{
    text-align: center;
    cursor: pointer;
}
.sin2 .info .tb table tr th{
    cursor: pointer;
}
.sin2 .info .tb table tr:hover{
    transform: scale(1.1);
    color: orange;
}
.sin2 .info .tb table tr td i{
    color: rgb(255, 153, 0);
}
.sin2 .blog{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
}
.sin2 .blog .txt1{
    width: 30%;
}
.sin2 .blog .txt2{
    width: 30%;
}
.sin2 .blog .txt3{
    width: 30%;
}
.sin2 .blog ul li{
    transition: 0.3s;
}
.sin2 .blog ul li:hover{
    color: orange;
    cursor: pointer;
    transform: scale(1.1);
}
.ecatalog{
    display: none;
}
.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 90000;
}
.overlay .popup{
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.603);
    position: relative;
}
.overlay .popup button{
    position: absolute;
    top: 25px;
    right: 25px;
    padding: 10px 10px;
    background-color: black;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    z-index: 91000;
}
.overlay .popup button .btnbb{
    width: 20px;
    height: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 5px;
    font-size: 20px;
    background-color: white !important;
    color: black;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 91100;
}

.overlay .popup img{
    width: 400px;
    border-radius: 5px;
}














#slider {
    overflow: hidden;
    border: 2px solid #ccc;
    border-radius: 10px;
  }
  #slider img {
    display: none;
  }
  #slider img.active {
    display: block;
  }

  #slider1 {
    overflow: hidden;
    border: 2px solid #ccc;
    border-radius: 10px;
  }
  #slider1 img {
    display: none;
  }
  #slider1 img.active {
    display: block;
  }

  #slider2 {
    overflow: hidden;
    border: 2px solid #ccc;
    border-radius: 10px;
  }
  #slider2 img {
    display: none;
  }
  #slider2 img.active {
    display: block;
  }

  #slider3 {
    overflow: hidden;
    border: 2px solid #ccc;
    border-radius: 10px;
  }
  #slider3 img {
    display: none;
  }
  #slider3 img.active {
    display: block;
  }

  #slider4 {
    overflow: hidden;
    border: 2px solid #ccc;
    border-radius: 10px;
  }
  #slider4 img {
    display: none;
  }
  #slider4 img.active {
    display: block;
  }

  #slider5 {
    overflow: hidden;
    border: 2px solid #ccc;
    border-radius: 10px;
  }
  #slider5 img {
    display: none;
  }
  #slider5 img.active {
    display: block;
  }

  #slider6 {
    overflow: hidden;
    border: 2px solid #ccc;
    border-radius: 10px;
  }
  #slider6 img {
    display: none;
  }
  #slider6 img.active {
    display: block;
  }

  #slider7 {
    overflow: hidden;
    border: 2px solid #ccc;
    border-radius: 10px;
  }
  #slider7 img {
    display: none;
  }
  #slider7 img.active {
    display: block;
  }


.os{
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: -65px;
}
.os .blog1{
    width: 24%;
}
.os .blog1 .box{
    width: 100%;
    height: 350px;
    background-color: blueviolet;
    margin-bottom: 20px;
}
.os .blog1 .box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.os .blog1 .box1{
    width: 100%;
    height: 600px;
    background-color: blueviolet;
}
.os .blog1 .box1 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.os .blog2{
    width: 50%;
}
.os .blog2 .box{
    width: 100%;
    height: 475px;
    background-color: blueviolet;
    margin-bottom: 20px;
}
.os .blog2 .box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.os .blog2 .boxx{
    width: 100%;
    height: 475px;
    display: flex;
    justify-content: space-between;
}
.os .blog2 .boxx .box1{
    width: 48.8%;
    background-color: blueviolet;
}
.os .blog2 .boxx .box1 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.os .blog3{
    width: 24%;
}
.os .blog3 .box1{
    width: 100%;
    background-color: blueviolet;
    height: 250px;
    margin-bottom: 20px;
}
.os .blog3 .box1 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.os .blog3 .box2{
    width: 100%;
    background-color: blueviolet;
    height: 340px;
    margin-bottom: 20px;
}
.os .blog3 .box2 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.os .blog3 .box3{
    width: 100%;
    background-color: blueviolet;
    height: 340px;
}
.os .blog3 .box3 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ban4{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.ban4 .box1{
    width: 23%;
}
.ban4 .box1 img{
    width: 100%;

}
.brandall{
    margin-top: 170px;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-width: none;       /* Firefox */
    -ms-overflow-style: none;    /* IE 10+ */
  }
  .brandall::-webkit-scrollbar {
    display: none;               /* Chrome, Safari, Opera */
  }

.brandall .brand{
    width: 6800px;
    margin-left: 100px;
    display: flex;
    gap: 20px;
}
.brandall .brand .box1{
    width: 230px;
    height: 100px;
    border: 1px solid black;
}
.brandall .brand .box1 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testhead{
    margin-top: 33px;
    margin-bottom: 150px;
    width: 100%;
    position: relative;
}
.testhead .img{
    width: 98%;
    margin: auto;
    max-width: 1450px; 
}
.testhead .img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 25px;
}
    @media (min-width: 768px) and (max-width: 991.98px) {
    .testhead .img img {
        height: 200px;
    }
}

      @media (max-width: 575.98px) {
        .testhead{
    margin-top: -70px;
    margin-bottom: 150px;
    width: 100%;
    position: relative;
    z-index: 10000;
}
    .testhead .img img {
        margin-top: 8px;
        object-fit: contain;
        height: 150px;
    }
}

.testhead .text{
    width: 100%;
    top: 21%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.testhead .text h1{
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: black;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.testhead .text p{
    text-align: center;
    color: white;
}
.testhead .text i{
    color: black;
}
.testhead .testnav{
    position: absolute;
    width: 90%;
    top: 110%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.testhead .testnav .nav{
    width: 70%;
    margin: auto;
}
.testhead .testnav .nav ul .popupmedia {
  position: relative;
}

.testhead .testnav .nav ul .popupmedia  .social-media-links {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: rgb(255, 162, 1);
  border: 1px solid #ddd;
  z-index: 1000;
}

.testhead .testnav .nav ul .popupmedia:hover .social-media-links {
  display: block;
}

.testhead .testnav .nav ul .popupmedia .social-media-links li {
  margin: 0;
  padding: 0;
}
.testhead .testnav .nav ul .popupmedia .social-media-links li a{
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.testhead .testnav .nav ul .popupmedia .social-media-links li a p{
    margin-top: 15px;
    margin-left: 10px;
}

.testhead .testnav .nav ul .popupmedia .social-media-links li a img {
  width: 30px; /* Adjust size if necessary */
  height: auto;
}

    @media (min-width: 768px) and (max-width: 991.98px) {
    .testhead .text h1{
    font-size: 20px;
}
.testhead .text p{
    font-size: 15px;
}
    .testhead .testnav{
    position: absolute;
    width: 90%;
    bottom: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  .testhead .testnav .nav{
    width: 98%;
    }
        .testhead .testnav .nav ul{
    border-radius: 5px;
}
    .testhead .testnav .nav ul li{
    width: 100%;
    padding: 10px 20px;
    border-radius: 15px;
    transition: 0.3s;
}
}

      @media (max-width: 575.98px) {
        .testhead .text h1{
    font-size: 10px;
}
.testhead .text p{
    font-size: 10px;
}
    .testhead .testnav{
    position: absolute;
    width: 90%;
    bottom: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  .testhead .testnav .nav{
    width: 98%;
    margin-bottom: 100px;

    }
    .testhead .testnav .nav ul{
        display: flex;
        flex-wrap: wrap;
    border-radius: 15px !important;
}
    .testhead .testnav .nav ul li{
    width: 100%;
    padding: 10px 20px;
    border-radius: 15px !important;
    transition: 0.3s;
    text-align: center;
}
.testhead .testnav .nav ul li a{
    color: white;
    font-size: 15px;
}
}
.testhead .testnav .nav ul{
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    background-color: rgb(255, 157, 28);
    border-radius: 35px;
    padding: 5px;
}
.testhead .testnav .nav ul li{
    list-style: none;
    margin: 0;
    padding: 10px 20px;
    border-radius: 35px;
    transition: 0.3s;
}
.testhead .testnav .nav ul li:hover{
    background-color: white;
    transform: scale(0.95);
}
.testhead .testnav .nav ul li:hover a{
  color: black;
  font-weight: 600;
}
.testhead .testnav .nav ul li a{
    color: white;
    font-family: "Siemreap", sans-serif;
}
.testhead .testnav .blog{
    width: 98%;
    margin: auto;
    margin-top: -35px;
    background-color: white;
    border-radius: 15px;
    padding: 50px 20px 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
    @media (min-width: 768px) and (max-width: 991.98px) {
        .testhead .testnav .nav ul li{
    padding: 10px 20px;
    text-align: center;
}
        .testhead .testnav .nav ul li a{
    color: white;
    font-size: 10px;
}
.testhead .testnav .blog{
    width: 98%;
    margin: auto;
    margin-top: -35px;
    background-color: white;
    border-radius: 15px;
    padding: 50px 15px 15px 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
    }
        @media (max-width: 575.98px) {
            .testhead .testnav .blog{
            display: none;
        }
        }
.testhead .testnav .blog ul{
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.testhead .testnav .blog ul li{
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 5px 5px;
    border-radius: 10px;
    border: 1px solid rgb(255, 132, 0);
    transition: 0.3s;
}
.testhead .testnav .blog ul li:hover{
    transform: scale(0.95);
}
.testhead .testnav .blog ul li a{
    color: black;
}
.testhead .testnav .blog ul li ul li a img{
    border: none !important;
    width: 30px;
}
.testhead .testnav .blog ul li a h1{
    font-size: 15px;
    margin-top: 5px;
    text-align: center;
    color: rgb(255, 149, 0);
     font-family: "Siemreap", sans-serif;
}
.testhead .testnav .blog ul li a p{
    font-size: 12.4px;
}
.testads{
    width: 100%;
    margin-bottom: 40px;

}
.testads .ads1{
    width: 97%;
    display: flex;
    justify-content: space-between;
    margin: auto;
}
.testads .ads1 .box{
    width: 77%;
    max-width: 1200px; 
    margin-bottom: 30px;
    height: auto;
}
  @media (min-width: 768px) and (max-width: 991.98px) {

    .testhead .testnav .blog ul li{
    list-style: none;
    padding: 0px 5px;
    border-radius: 10px;
}
.testhead .testnav .blog ul li a h1{
    font-size: 10px;
}
    .testhead .testnav .blog ul li a p{
    font-size: 6px;
}
    .testads .ads1{
        flex-wrap: wrap;
    }
    .testads .ads1 .box{
    width: 77%;
        margin-bottom: 5px;
}

  }
   @media (max-width: 575.98px) {
    .testads .ads1{
        flex-wrap: wrap;
    }
    .testads .ads1 .box{
    width: 98%;
    height: 110px;
     margin-bottom: 15px;
}
.testads .ads1 .box1{
    display: none;
}
   }
.testads .ads1 .box img{
    width: 100%;
    height: 100%;
    transition: 0.3s;
    border-radius: 15px;
}

.testads .ads1 .box1{
    width: 21.5%;
    max-width: 400px; 
    height: auto;
}
.testads .ads1 .box1 img{
    width: 100%;
    height: 100%;
    transition: 0.3s;
    border-radius: 15px;
}

.testads .ads2{
    width: 98%;
    padding: 20px 10px;
    border-radius: 20px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    background-color:  rgb(255, 157, 28);
}
.testads #ads2{
    display: none;
}

@media (max-width: 575.98px) {

    .testads{
    margin-bottom: 0px !important;
}
   .testads .ads2{
    border-radius: 10px;
    flex-wrap: wrap;
} 
.testads .ads2 .box{
    width: 48% !important;
}
.testads .ads2 .box h2{
    text-align: center;
    font-size: 12px !important;
}
.testads .ads2 .box h1{
    margin-top: 25px !important;
    font-size: 19px !important;
}
.testads .ads2 .box img{
    margin-top: 15px !important;
    width: 95%;
    transition: 0.3s;
    margin-left: 3.5%;
    border-radius: 10px !important;
}

.testads .ads2 .box1{
    width: 50% !important;
    display: flex;
}
.testads .ads2 .box1 .bbb{
    display: none !important;
}
.testads .ads2 .box1 .cc{
    display: none !important;
}
.testads .ads2 .box1 .aa{
    width:100% !important;
}
}

.testads .ads2 .box{
    width: 23.5%;
}
.testads .ads2 .box h2{
    text-align: center;
    font-size:25px;
    font-weight: bold;
}
.testads .ads2 .box i{
    color: white;
}
.testads .ads2 .box h1{
    text-align: center;
    margin-top: 40px;
    font-size: 33px;
    font-weight: bold;
    line-height: 1.8;
    color: black;
}
.testads .ads2 .box img{
    margin-top: 30px;
    width: 95%;
    transition: 0.3s;
    margin-left: 3.5%;
    border-radius: 15px;
}
.testads .ads2 .box1{
    width: 75%;
    max-width: 1200px; 
    display: flex;
    justify-content: space-between;
}
.testads .ads2 .box1 .aa{
    width:32%;
    max-width: 400px; 
    height: auto;
}
.testads .ads2 .box1 .aa .box2{
    width: 100%;
    height: 100%;
}
.testads .ads2 .box1 .aa .box2 img{
    width: 100%;
    height: 100%;
    transition: 0.3s;
    border-radius: 20px;
}
.testads .ads2 .box1 .bbb{
    width:32%;
    max-width: 400px; 
    height: auto;
}
.testads .ads2 .box1 .bbb .box4{
    width: 100%;
    height: 100%;
}
.testads .ads2 .box1 .bbb .box4 img{
    width: 100%;
    height: 100%;
    transition: 0.3s;
    border-radius: 20px;
}

.testads .ads2 .box1 .cc{
    width:32%;
    max-width: 400px; 
    height: auto;
}
.testads .ads2 .box1 .cc .box2{
    height: 100%;
    width: 100%;
}
.testads .ads2 .box1 .cc .box2 img{
    width: 100%;
    height: 100%;
    transition: 0.3s;
    border-radius: 20px;
}

.detailkh{
    color: white;
    font-size: 13px;
    width: 90%;
    height: 90% !important;
    background-color: red;
    border-radius: 30px;
    padding: 2px 10px;
    padding-top: 5px !important;
    padding-bottom: 6px !important;
}
 @media (min-width: 768px) and (max-width: 991.98px) {
    .testads #ads2{
    display: block;
}
    .testhead{
    margin-top: 33px;
    margin-bottom: 130px;
    width: 100%;
    position: relative;
}
    .testads .ads2 .box h2{
    text-align: center;
    font-size: 15px !important;
}
.testads .ads2 .box h1{
    margin-top: 35px !important;
    font-size: 15px !important;
}
.testads .ads2 .box img{
    margin-top: 15px;
    width: 95%;
    transition: 0.3s;
    margin-left: 3.5%;
    border-radius: 15px;
}
 }



 /*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px)  and (max-width: 1500px) {
        .testhead .testnav{
    position: absolute;
    width: 90%;
    top: 110%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.testhead .testnav .nav{
    width: 80%;
    margin: auto;
}

.testhead .testnav .blog ul{
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.ti2{
    width: 97%;
}
.ti5 .box{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
}
.ti5 .box h1{
    font-size: 12px;
    display:flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0px 10px;
    font-family: "Siemreap", sans-serif !important;
}
.scroll-container {
  width: 70%;
  /* overflow-x: auto; */
  overflow: hidden;
}
    .ti7{
        width: 100%;
        height: 250px;
        margin-top: 40px;
        display: flex;
        padding-top: 20px;
        flex-wrap: wrap;
        justify-content: space-evenly;
        -webkit-box-shadow: -1px -10px 17px -8px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -10px 17px -8px rgba(0,0,0,0.75);
box-shadow: -1px -10px 17px -8px rgba(0,0,0,0.75);
}
    .ti7 .box .logo{
        padding-top: 20px;
    }
    .ti7 .box .text h1{
        font-size: 15px;
    }
    .ti7 .box .app img{
        width: 12%;
    }
    .ti7 .box1{
        width: 14%;
    }
    .ti7 .box1 h3{
        padding-left: 20px;
        font-size: 15px;
    }
    .ti7 .box1 p{
        font-size: 10px;
    }
    .ti7 .box1 ul{
        height: 170px;
    }
    .ti7 .box1 ul li a{
        font-size: 10px;
    }
    .ti7 .box2{
        width: 30%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .ti7 .box2 h3{
        font-size: 15px;
    }
    .ti7 .box2 ul{
        display: flex;
        gap: 5px;
        margin-top: 10px;
    }
    .ti7 .box2 ul li{
        margin: 0;
        padding: 0;
    }
    .ti7 .box2 ul li a{
        text-decoration: none;
        font-size: 10px;
    }
    .ti7 .box2 ul li a img{
        width: 40px;
        border-radius: 50%;
        transition: 0.3s;
    }
    .ti7 .box2 ul li img{
        width: 60px;
    }
    .ti7 .box3{
        width: 9%;
    }
    .ti7 .box3 h3{
        font-size: 15px;
        padding-left: 20px;
    }
    .ti7 .box3 ul{
        height: 170px;
    }
    .ti7 .box3 ul li a{
        font-size: 10px;
    }
    #aa{
        position: absolute;
        text-decoration: none;
        top: 95px;
        z-index: 100;
        margin-left: 10px;
        width: 40px;
    }
    #aa button{
        color: white;
        padding: 8px 15px;
        border-radius: 15px;
        border: 3px solid gray;
        font-size: 12px;
    }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
        .testhead .testnav{
    position: absolute;
    width: 90%;
    top: 110%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testhead .testnav .nav{
    width: 80%;
    margin: auto;
}
#hidesunsi{
    display: none;
}
.testhead .testnav .blog ul{
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
   .posfix {
    position: static; 
    padding: 0;
    margin-top: -10px;
  }
   .posfix img{
    width: 100%;
    height: 60px;
    margin-top: 20px;
   }
    .posfix .cover2{
    height: 50px;
  }
.ti1{
    padding-top: 5px;
    margin-top: 10px;
    margin-bottom: -20px;
}
    .ti1 ul:nth-child(1){
        text-align: center;
    }
	.ti1 ul:nth-child(1) h1{
        margin-top: 5px;
        font-size: 10px;
    }
    .ti1 ul:nth-child(2){
        width: 30%;
        justify-content: space-around;
        align-items: center;
    }
    .ti1 ul li a{
        font-size: 10px;
        display: flex;
        gap: 5px;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }
    .ti2 .icon{
    width: 13%;
    margin-top: 17px;
}
.ti2 .search1{
    width: 70%;
    margin-top: 17px;
}
.ti2 .search1 .filter li img{
    margin-top: 0px;
    height: 50px;
}
.ti4 .box1{
    width: 20%;
}
   
  .ti4 .box2{
    width: 80%;
}
.ti5 .box{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
}
.ti5 .box h1{
    font-size: 12px;
    display:flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0px 10px;
    font-family: "Siemreap", sans-serif !important;
}
   .ti5 .blog{
        width: 10%;
    }
    .ti5 .blog #allbrand{
    width: 100px;
    height: 40px;
    object-fit: contain;
    cursor: pointer;
    border-radius: 3px;
    transition: 0.35s;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.scroll-container {
  width: 70%;
  /* overflow-x: auto; */
  overflow: hidden;
}
    .ti7{
        width: 100%;
        height: 250px;
        margin-top: 40px;
        display: flex;
        padding-top: 20px;
        flex-wrap: wrap;
        justify-content: space-evenly;
        -webkit-box-shadow: -1px -10px 17px -8px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -10px 17px -8px rgba(0,0,0,0.75);
box-shadow: -1px -10px 17px -8px rgba(0,0,0,0.75);
}
    .ti7 .box .logo{
        padding-top: 20px;
    }
    .ti7 .box .text h1{
        font-size: 15px;
    }
    .ti7 .box .app img{
        width: 17%;
    }
    .ti7 .box1{
        width: 14%;
    }
    .ti7 .box1 h3{
        padding-left: 20px;
        font-size: 15px;
    }
    .ti7 .box1 p{
        font-size: 10px;
    }
    .ti7 .box1 ul{
        height: 170px;
    }
    .ti7 .box1 ul li a{
        font-size: 10px;
    }
    .ti7 .box2{
        width: 30%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .ti7 .box2 h3{
        font-size: 15px;
    }
    .ti7 .box2 ul{
        display: flex;
        gap: 5px;
        margin-top: 10px;
    }
    .ti7 .box2 ul li{
        margin: 0;
        padding: 0;
    }
    .ti7 .box2 ul li a{
        text-decoration: none;
        font-size: 10px;
    }
    .ti7 .box2 ul li a img{
        width: 40px;
        border-radius: 50%;
        transition: 0.3s;
    }
    .ti7 .box2 ul li img{
        width: 50px;
    }
    .ti7 .box3{
        width: 9%;
    }
    .ti7 .box3 h3{
        font-size: 15px;
        padding-left: 20px;
    }
    .ti7 .box3 ul{
        height: 170px;
    }
    .ti7 .box3 ul li a{
        font-size: 10px;
    }
        .sin1{
    margin-top: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.sin1 .box1 .img2 img{
    width: 100%;
    margin-top: 65px;
    height: 400px;
    object-fit: contain;
    transition: 0.4s;
    cursor: pointer;
}
.sin1 .box2 ul {
    width: 90%;
    padding-top: 10px;
    margin-left: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-snap-type: x mandatory;
    scroll-padding: 10px;
    height: 300px;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #ccc #f0f0f0; /* Firefox */
}
.sin1 .box1 .qr{
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 25px;
    right: 15px;
}
    .sin2 .info .tb{
        width: 90%;
    }
    .sin2 .info .tb table{
        width: 100%;
    }
    #aa{
        position: absolute;
        text-decoration: none;
        top: 95px;
        z-index: 100;
        margin-left: 10px;
        width: 40px;
    }
    #aa button{
        color: white;
        padding: 8px 15px;
        border-radius: 15px;
        border: 3px solid gray;
        font-size: 12px;
    }
   
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .testhead .testnav{
    position: absolute;
    width: 90%;
    top: 110%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testhead .testnav .nav{
    width: 80%;
    margin: auto;
}
#hidesunsi{
    display: none;
}
.testhead .testnav .blog ul{
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
 .posfix {
    position: static; 
    padding: 0;
    margin-top: -10px;
  }
   .posfix img{
    width: 100%;
    height: 60px;
    margin-top: 20px;
   }
    .posfix .cover2{
    height: 50px;
  }
.ti1{
    padding-top: 5px;
    margin-top: 10px;
    margin-bottom: -20px;
}
    .ti1 ul:nth-child(1){
        text-align: center;
    }
	.ti1 ul:nth-child(1) h1{
        margin-top: 5px;
        font-size: 10px;
    }
    .ti1 ul:nth-child(2){
        width: 35%;
        justify-content: space-around;
        align-items: center;
    }
    .ti1 ul li{
        font-size: 10px;
    list-style-type: none;
    color: white;
}
    .ti1 ul li a{
        font-size: 10px;
        display: flex;
        gap: 5px;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }

    .ti2 .logo{
    width: 20%;
}
.ti2 .logo img{
    height: 47px;
    width: 90%;
    object-fit: cover;
    margin-left: 10px;
}
    .ti2 .search1{
    width: 60%;
    margin-top: 20px;
    margin-left: 9%;
    display: flex;
    justify-content: center;
    position: relative;
}
.ti2 .search1 .filter li img{
    margin-top: 0px;
    height: 50px;
}
.ti2 .icon{
    margin-top: 20px;
    width: 18%;
    margin-left: 0px;
}
.ti2 .icon ul{
    gap: 0px;
}
.ti2 .icon ul li{
    gap: 0px;
    justify-content: left;
}
    .ti2 .icon ul li a i{
    color:white;
    background-color: rgb(255, 132, 0);
    margin-top: 5px;
    padding: 15px 15px;
    font-size: 18px;
    border-radius: 8px;
}
.ti2 .icon ul li a{
    gap: 0px;
    justify-content: left;

}
    .ti3{
        width: 100%;
        margin-top: 130px;
    }
    .ti3 .slide-box1{
        width: 100% !important;
        height: 100%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
    .ti3 .slide-box1 img{
        width: 85%;
    }
    .ti4 .blog{
    margin-top: -35px;
    width: 100%;
    height: 790px;
    padding-bottom: 20px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.ti4 .box1{
    width: 16.5%;
}
    .ti4 .box1 h1{
        font-size: 16px !important;
    }
    .ti4 .box1 h1:hover{
        font-size: 20px;
    }
    .ti4 .box1 ul li{
    list-style-type: none;
    padding: 10px 0px;
    font-size: 15px;
    line-height: 0px;
}
    .ti4 .box1 ul li a{
        font-size: 10px !important;
    }
    .ti4 .box1 ul li:hover a{
        font-size: 11px;
    }
  .ti4 .box2{
    width: 83.5%;
    padding-left:5px;
    padding-right: 10px;
    justify-content: space-between;
}
    .ti4 .box2 .item{
    margin-top: 19px;
    width: 120px;
    height: 220px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 3px 0px, rgba(11, 12, 14, 0.15) 0px 0px 0px 1px;
    transition: 0.4s;
}
    .ti4 .box2 .item .text h3{
        font-size: 10px;
    }
    .ti4 .box2 .item .text h5{
        font-size: 10px;
    }
    .active-category {
    color: rgb(255, 111, 0);
    border: none;
   border-bottom:  1.4px solid rgb(255, 111, 0);
   border-top:  1.4px solid rgb(255, 111, 0);
    font-weight: normal;
    padding: 0px 0px;
    margin: 0px;
    border-radius: 0px;
  }
    .ti4 .box1 ul{
        position: sticky;
        top:130px;
    }
    .ti5{
        position: sticky;
        background-color: white;
        top:0px;
        padding-top: 8px;
        width: 100%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        z-index: 99;
        padding-bottom: 5px;
    }
    .ti5 .box{
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .ti5 .box h1{
    font-size: 16px;
    display:flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0px 20px;
    font-family: "Siemreap", sans-serif !important;
}
.ti5 .box span{
    border: 1px solid black;
    width: 250px;
}
    .ti5 .blog{
        width: 10%;
    }
    .ti5 .blog #allbrand{
        width: 80px;
        height: 40px;
        object-fit: contain;
        cursor: pointer;
        /* border-radius: 20px; */
        transition: 0.35s;
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    }
    .ti5 .blog img{
        width: 90px;
        height: 42px;
        /* border-radius: 20px; */
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    }
    .ti5 .blog ul{
        width: 75%;
        height: 53px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .ti5 .blog ul li{
        width: 12%;
        height: 40px;
        /* border-radius: 15px; */
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
        list-style-type: none;
    }
    .ti5 .blog ul li img{
        width: 100%;
        height: 100%;
        padding: 5px;
        object-fit: contain;
    }
    .scroll-container {
  width: 70%;
  /* overflow-x: auto; */
  overflow: hidden;
}
    .ti7{
        width: 100%;
        height: 250px;
        margin-top: 40px;
        display: flex;
        padding-top: 20px;
        margin-bottom: 10px;
        flex-wrap: wrap;
        justify-content: space-evenly;
        -webkit-box-shadow: -1px -10px 17px -8px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -10px 17px -8px rgba(0,0,0,0.75);
box-shadow: -1px -10px 17px -8px rgba(0,0,0,0.75);
}
    .ti7 .box .logo{
        padding-top: 20px;
    }
    .ti7 .box .text h1{
        font-size: 15px;
    }
    .ti7 .box .app img{
        width: 22%;
    }
    .ti7 .box1{
        width: 14%;
    }
    .ti7 .box1 h3{
        padding-left: 20px;
        font-size: 15px;
    }
    .ti7 .box1 p{
        font-size: 10px;
    }
    .ti7 .box1 ul{
        height: 170px;
    }
    .ti7 .box1 ul li a{
        font-size: 10px;
    }
    .ti7 .box2{
        width: 30%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .ti7 .box2 h3{
        font-size: 15px;
    }
    .ti7 .box2 ul{
        display: flex;
        gap: 5px;
        margin-top: 10px;
    }
    .ti7 .box2 ul li{
        margin: 0;
        padding: 0;
    }
    .ti7 .box2 ul li a{
        text-decoration: none;
        font-size: 10px;
    }
    .ti7 .box2 ul li a img{
        width: 30px;
        border-radius: 50%;
        transition: 0.3s;
    }
    .ti7 .box2 ul li img{
        width: 40px;
    }
    .ti7 .box3{
        width: 9%;
    }
    .ti7 .box3 h3{
        font-size: 15px;
        padding-left: 20px;
    }
    .ti7 .box3 ul{
        height: 170px;
    }
    .ti7 .box3 ul li a{
        font-size: 10px;
    }
    .last{
        margin-bottom:30px;
    }
    .last h5{
        font-size: 15px;
    }
    .custom-modal-content {
  width: 90%;
}
.close-btn {
  top: 2px;
  right: 22px;
  font-size: 38px;
}
    .sin1{
    margin-top: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
    .sin1 .box1 .img2 img{
        width: 100%;
        transition: 0.4s;
        cursor: pointer;
    }
    .sin1 .box1{
    position: relative;
    width: 100%;
    display: flex;
}
.sin1 .box2{
    /* position: fixed;
    left: 0px;
    bottom: 10px; */
    width: 100%;
    height: auto;
    padding: 2px;
    box-sizing: border-box;
}
.sin1 .box2 .bor{
    width: 100%;
    margin-left: 0%;
   
}
.sin1 .texttitle h1{
    color: black;
        font-size: 20px;
}
.sin1 .texttitle h6{
    margin-top: 5px;
    font-size: 15px !important;
}
.sin1 .box2 .bor #sin1h1{
    display: block;
}
.sin1 .box2 .bor #sin1h1 span{
    margin-top: 2px;
    display: block;
}
.sin1 .box2 .bor #sin1h3{
    display: none ;
}
.sin1 .box2 .bor h3 button{
    margin-top: 0px;
    color: rgb(255, 255, 255);
    background-color: rgba(15, 132, 0, 0.601);
    border: 1.2px solid rgb(0, 211, 7);
    border-radius: 25px;
    font-size: 9px;
    padding: 5px 20px;
     text-transform: uppercase;
     font-weight: 600;
     
}
.sin1 .box2 ul {
    width: 90%;
    padding-top: 10px;
    margin-left: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-snap-type: x mandatory;
    scroll-padding: 10px;
    height: 270px;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #ccc #f0f0f0; /* Firefox */
}
    .sin2 .info .tb{
        width: 90%;
    }
    .sin2 .info .tb table{
        width: 100%;
    }
    #aa{
        position: absolute;
        text-decoration: none;
        top: 95px;
        z-index: 100;
        margin-left: 10px;
        width: 40px;
    }
    #aa button{
        color: white;
        padding: 8px 15px;
        border-radius: 15px;
        border: 3px solid gray;
        font-size: 12px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px){ 
	 .posfix{
        display: none;
        background-color: white;
    }
    .posfix .ti{
        background-color: white;
        display: block;
    }
    
.ti ul:nth-child(1){
        display: none;
    }
    .ti ul:nth-child(2){
        justify-content: space-around;
        align-items: center;
    }
    .ti ul li a img{
        width: 20px;
    }
    .ti ul:nth-child(2) #img{
        width: 100px;
    }
    .ti ul li:nth-child(2){
        display: block;
    }
    .ti ul li:nth-child(3), :nth-child(4), :nth-child(6){
        display: none;
    }
    .ti ul li a{
        font-size: 10px;
        display: flex;
        gap: 5px;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }


	.ti1 ul:nth-child(1){
        display: none;
    }
    .ti1 ul:nth-child(2){
        justify-content: space-around;
        align-items: right;
        width: 100%;
    }
    .ti1 ul li a img{
        width: 20px;
    }
    .ti1 ul:nth-child(2) #img{
        width: 100px;
    }
    .ti1 ul li:nth-child(2){
        display: block;
    }
    .ti1 ul li:nth-child(3), :nth-child(4), :nth-child(6){
        display: none;
    }
    .ti1 ul li a{
        font-size: 10px;
        display: flex;
        gap: 5px;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }
    .ti2{
        width: 100%;
        background-color: white;
       padding: 0px;
    }
    .ti2 .logo{
        display: block;
        width: 40%;
    }
     .ti2 .iconmob{
        width: 30%;
        display: block;
    }
     .ti2 .iconmob ul{
        margin: 0px;
        padding: 0px;
        display: flex;
        gap: 10px;
     }
     .ti2 .iconmob ul li{
        list-style: none;
        margin: 0;
        padding: 0;
        
     }
     .ti2 .iconmob ul li a{
        text-decoration: none;
        color:white;
    background-color: rgb(255, 132, 0);
    margin-top: 5px;
    padding: 12px 7px;
    font-size: 18px;
    border-radius: 8px;
     }
    .ti2 .logo img{
    width: 100%;
    object-fit: contain;
    margin-left: 0px;
    height: 60px;
}
    .ti2 .search{
        display: none;
        width: 97%;
        margin: auto;
    }
    .ti2 .search1{
        display: none;
        width: 97%;
        margin: auto;
    }
    .ti2 .search input{
        width: 90%;
        height: 20px;
        padding: 0px 10px;
        border-radius: 10px 0px 0px 10px;
        outline: none;
        border: 2px solid black;
    }
    .ti2 .search .insea input{
    width: 100%;
    display: inline-block;
    height: 50px;
    padding: 0px 20px;
    padding-left: 50px;
    outline: none;
    border-radius: 8px;
    border: 2px solid rgb(175, 175, 175);
}
.ti2 .search .filter{
    top: 50px;
    width: 99%;
    height: 255px;
}
   .ti2 .search1 .inseal input{
    width: 100%;
    margin-left: 5px;
    display: inline-block;
    height: 50px;
    padding: 0px 20px;
    padding-left: 50px;
    outline: none;
    border-radius: 8px;
    border: 2px solid rgb(175, 175, 175);
}
    .ti2 .search .insea .btnsearch{
    top: 9px;
    right: 8px;
    font-size: 15px;
    padding: 5px 15px;

}
    .ti2 .search1 .inseal .btnsearch{
    top: 9px;
    right: 4px;
    font-size: 15px;
    padding: 5px 15px;

}
.ti2 .search1 .filter{
    top: 50px;
    width: 99%;
    height: 255px;
    margin-left: 7px;
}
   .posfix .cover2{
    display: block;
    
  }
   .posfix .cover2 img{
    padding: 0px;
    margin: 0px;
  }
  

     .ti2 .search .insea #clear{
        right: 10px;
     }

         .ti2 .search .insea input{
   width: 100%;
}

    .ti2 .search i{
        color: black;
        padding: 0px 10px;
        font-size: 18px;
        cursor: pointer;
    }
    .ti2 .search .insea i{
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 25px;
    color: rgb(175, 175, 175);
}
    .ti2 .search1 .inseal i{
    position: absolute;
    top: 12px;
    left: 15spx;
    font-size: 25px;
    color: rgb(175, 175, 175);
}
  .ti2 .search1 .inseal #clear{
        right: 10px;
     }
    .ti2 .icon{
        display: none;
    }
     .ti2 .icons{
        display: block;
    }
    .ti4{
        display: none;
    }
    .ti5{
        display: none;
    }
    .ti6{
        display: none;
    }
    .ti7{
        display: none;
     }
    .last{
        margin-top: 30px;
        margin-bottom:30px;
    }
    .last h5{
        font-size: 15px;
    }
    .ti8{
        -webkit-box-shadow: 1px -17px 21px -22px rgba(0,0,0,0.75);
        -moz-box-shadow: 1px -17px 21px -22px rgba(0,0,0,0.75);
        box-shadow: 1px -17px 21px -22px rgba(0,0,0,0.75);
        display: block;
        padding-top: 10px;
        margin-top: 50px;
        width: 100%;
        height: 120px;
        display: flex;
        justify-content: space-around;
    }
    .ti8 .box1{
        margin-left: 20px;
        width: 30%;
        height: 100%;
    }
    .ti8 .box1 ul{
        width: 100%;
        height: 80%;  
        margin: 0;
        padding: 0;
        overflow: scroll;
    }
    .ti8 .box1 ul::-webkit-scrollbar {
        display: none;
    }
    .ti8 .box1 ul li{
        list-style-type: none;
        transition: 0.4s;
    }
    .ti8 .box1 ul li:hover{
        transform: scale(1.1);
    }
    .ti8 .box1 ul li a{
        text-decoration: none;
        color: black;
       font-size: 10px;
    }
    .ti8 .box1 ul li a:hover{
        color: orange;
    }

    .ti8 .box2{
        margin-left: 30px;
        width: 25%;
        height: 100%;
    }
    
    .ti8 .box2 ul{
        width: 100%;
        height: 80%;  
        margin: 0;
        padding: 0;
        overflow: scroll;
    }
    .ti8 .box2 ul::-webkit-scrollbar {
        display: none;
    }
    .ti8 .box2 ul li{
        padding-left: 10px;
        list-style-type: none;
        transition: 0.4s;
    }
    .ti8 .box2 ul li:hover{
        transform: scale(1.1);
    }
    .ti8 .box2 ul li a{
        text-decoration: none;
        color: black;
       font-size: 10px;
    }
    .ti8 .box2 ul li a:hover{
        color: orange;
    }
    .ti8 .box3{
        width: 25%;
        height: 100%;
    }
    .ti8 .box3 p{
        font-size: 9px;
    }
    .ti8 .box3 ul{
        width: 100%;
        height: 80%;  
        margin: 0;
        padding: 0;
        overflow: scroll;
    }
    .ti8 .box3 ul::-webkit-scrollbar {
        display: none;
    }
    .ti8 .box3 ul li{
        list-style-type: none;
        transition: 0.4s;
    }
    .ti8 .box3 ul li:hover{
        transform: scale(1.1);
    }
    .ti8 .box3 ul li a{
        text-decoration: none;
        color: black;
       font-size: 10px;
    }
    .ti8 .box3 ul li a:hover{
        color: orange;
    }
    .ti9{
        display: block;
        width: 100%;
        padding-bottom: 20px;
        margin-top: 30px;
        display: flex;
        gap: 20px;
        justify-content: center;
    }
    .ti9 .box{
        width: 45%;
    }
    .ti9 .box .logo{
        width: 100%;
    }
    .ti9 .box .logo img{
        width: 100%;
    }
    .ti9 .box .text{
        width: 100%;
        text-align: center;
    }
    .ti9 .box .text h1{
        font-size: 15px;
    }
    .ti9 .box .text .app{
        width: 100%;
        display: flex;
        gap: 20px;
        justify-content: center;
    }
    .ti9 .box .text .app img{
        width: 30px;  
    }
    .ti9 .box2{
        padding-left: 20px;
        width: 40%;
       display: grid;
       align-items: center;
    }
    .ti9 .box2 h3{
        margin-left: 20px;
        font-size: 18px;
    }
    .ti9 .box2 ul{
        display: flex;
        margin: 0;
        padding: 0;
        width: 100%;
        gap: 10px;
    }
    .ti9 .box2 ul li{
        list-style-type: none;
    }
    .ti9 .box2 ul li img{
        transition: 0.4s;
        width: 40px;
        cursor: pointer;
    }
    .ti9 .box2 ul li img:hover{
        transform: scale(0.8);
    }
    .ti9 .box2 #con li a{
        text-decoration: none;
    }
    .ti9 .box2 #con li a img{
        width: 30px;
        border-radius: 15px ;
        transition: 0.4s;
    }
    .ti9 .box2 #con li a img:hover{
        transform: scale(1.1);
    }
    .mobile{
        display: block;
        margin-top: 5px;
        width: 100%;
        padding-bottom: 60px;
    }
    .mobile .posmb{
        width: 100%;
        position: fixed;
        top: 6px;
        left: 0px;
        /* top: 95px; */
        padding-top: 0px;
        z-index: 99;
        background-color: white;
        padding-bottom: 1px;
    }
    .mobile .posmb img{
        width: 100%;
        height: 30px;
    }
    .mobile .posmb .ti22{
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: -5px;
    }
    .mobile .posmb .ti22 .logo{
        width: 40%;
        margin-left: 10px;
    }
    .mobile .posmb .ti22 .logo img{
        width: 100%;
        height: auto;
        margin-top: -10px;

    }
    .mobile .posmb .ti22 .icon{
        width: 30%;
    }
    .mobile .posmb .ti22 .icon ul{
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0;
        gap: 8px;
    }
    .mobile .posmb .ti22 .icon ul li{
        list-style: none;
    }
    .mobile .posmb .ti22 .icon ul li a{
        text-decoration: none;
        color: white;
        background-color: rgb(252, 107, 16);
        padding: 10px 7px;
        border-radius: 8px;
    }
    .mobile .posmb .searchmb{
        display: block;
        width: 100%;
        height: 50px;
        margin-bottom: 1px;
        position: relative;
    }
    .mobile .posmb .searchmb img{
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
    .mobile .posmb .searchmb .seamb{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .mobile .posmb .searchmb .seamb .inmb{
        width: 100%;
        height: 100%;
        position: relative;
    }
    .mobile .posmb .searchmb .seamb .inmb input{
        width: 94%;
        margin-left: 3%;
        margin-top: 3px;
        height: 86% !important;
        outline: none;
        border: 0.5px solid rgb(223, 223, 223);
        border-radius: 3px;
        background-color: #6d6d6d0e;
        color: white;
        padding-left: 45px;
    }
    .mobile .posmb .searchmb .seamb .inmb i{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: rgba(187, 187, 187, 0.808);
        left: 25px;
    }
    .mobile .posmb .searchmb .seamb .inmb .btnsearch{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
        padding: 4px 15px;
        border-radius: 3px;
        background-color: rgba(197, 197, 197, 0.233);
        border: none;
        color: white;
    }
    .mobile .posmb .searchmb .seamb .inmb #clear{
        position: absolute;
        right: 35px;
        color: white;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        border-radius: 35px;
        background: transparent;
        cursor: pointer;
        font-size: 36px;
        padding: 0;
     }
    .mobile .posmb .searchmb .seamb .filter{
        padding: 0;
        margin: 0;
        position: absolute;
        top: 51px;
        width: 93%;
        margin-left: 13px;
        height: 255px;
        overflow-y: scroll;
        box-shadow: rgba(0, 0, 0, 0.575) 0px 3px 8px;
        background-color: white;
        z-index: 200;
    }
    .mobile .posmb .searchmb .seamb .filter li{
        list-style: none;
        margin: 0;
        padding: 10px 5px;
        cursor: pointer;
        height: 60px;
        display: flex;
        align-items: center;
    }
    .mobile .posmb .searchmb .seamb .filter li:hover{
        background-color: orange;
    }
    .mobile .posmb .searchmb .seamb .filter li p{
        padding: 0px 10px;
        margin-top: 10px;
        color: black;
        font-size: 15px;
    }
    .mobile .posmb .searchmb .seamb .filter li img{
        width: 60px;
}
    .mobile .box{
        width: 100%;
        margin: auto;
        background-color: white;
    }
   
    .mobile .box h1{
        font-size: 14px;
        display:flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding: 0px 20px;
        width: 100%;
    }
    .mobile .blog{
        background-color: white;
        width: 90%;
        margin: auto;
        margin-top: 2px;
        padding-bottom: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .mobile .blog #allbrand{
        width: 60px;
        object-fit: contain;
        height: 40px;
        cursor: pointer;
        /* border-radius: 20px; */
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    }
    .mobile .blog button{
        width: 5%;
        border: none;
        background-color: transparent;
    }
    .mobile .blog button i{
        font-size: 15px;
    }
    .mobile .blog ul{
        margin: 0;
        width: 60%;
        height:40px;
        display: flex;
        align-items: center;
        padding: 0;
        justify-content: right;
        gap: 10px;
    }
    .mobile .blog ul li{
        width: 80px;
        height: 100%;
        border-radius: 4px;
        list-style-type: none;
        transition: 0.4s;
    }
    .mobile .blog ul li img{
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
        width: 100%;
        height: 100%;
        cursor: pointer;
        object-fit: contain;
    }
    .mobile .blog ul li:hover{
       transform: scale(1.1);
    }
     .mobile .box2{
        width: 100%;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 20px 0px;    
        box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2); /* Subtle glow */
        transition: all 0.3s ease-in-out;
    }
      .mobile .box2{
        width: 100%;

    }

      .mobile .box2 .item{
        width: 185px !important;
        border-radius: 5px;
        height: 300px;
        box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 3px 0px, rgba(11, 12, 14, 0.15) 0px 0px 0px 1px;
        transition: 0.4s;
    }
   
    .mobile .box2 .img{
        width: 100%;
        height: 64%;
    }
    .mobile .box2 .img img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .mobile .box2 .text{
        width: 100%;
        height: 22%;
        padding-left: 13px;
        box-sizing: border-box;
        overflow: scroll;
        scrollbar-width: none; 
        -ms-overflow-style: none;
    }
    .mobile .box2 .text h3{
        font-size: 12px;
        transition: 0.4s;
    }
    .mobile .box2 .text h3:hover{
        transform: scale(1.1);
    }
    .mobile .box2 .text h5{
        font-size: 12px;
        transition: 0.4s;
    }
    .mobile .box2 .text h5:hover{
        transform: scale(1.1);
    }
    .mobile .box2 .detail{
        width: 100%;
        height: 10%;
        display: flex;
        justify-content: center;
        text-align: center;
        transition: 0.4s;
        cursor: pointer;
    }
    .mobile .box2 .detail a{
        text-decoration: none;
        width: 90%;
        height: 100%;
        margin: auto;
         background-color:  rgb(255, 111, 0);
         border-radius: 5px;
    }
    .mobile .box2 .detail h2{
        color: white;
        text-align: center;
        font-size: 13px;
        width: 100%;
        height: 80%;
        margin: auto;
        margin-top: 6px;
    }

    /* mobile fun */
    .mobile .box1{
        width: 99%;
        padding: 10px;
        display: flex;
        gap: 20px;    
        height: 285px;
        overflow-x: scroll;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding: 10px;
        border-radius: 10px;
        backdrop-filter: blur(10px) saturate(180%);
        box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2); /* Subtle glow */
        transition: all 0.3s ease-in-out;
    }
    
    /* Custom scrollbar for Webkit browsers */
    .mobile .box1::-webkit-scrollbar {
        height: 10px;
    }
    
    .mobile .box1::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1); 
        border-radius: 10px;
    }
    
    .mobile .box1::-webkit-scrollbar-thumb {
        background: linear-gradient(45deg, rgb(255, 123, 0), rgb(255, 136, 0), rgb(255, 166, 0)); 
        border-radius: 10px;
        transition: all 0.3s ease;
    }
    
    .mobile .box1::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(45deg, rgb(255, 0, 0), rgb(255, 30, 0), rgb(255, 0, 0));
    }
    /* Optional: Smooth scrolling effect */
    html {
        scroll-behavior: smooth;
    }
    .mobile .box1 .item{
        width: 165px !important;
        border-radius: 10px;
        height: 250px;
        box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 3px 0px, rgba(11, 12, 14, 0.15) 0px 0px 0px 1px;
        transition: 0.4s;
    }
    
    .mobile .box1 .img{
        width: 100%;
        height: 54%;
    }
    .mobile .box1 .img img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .mobile .box1 .text{
        width: 100%;
        height: 32%;
        padding-left: 13px;
        box-sizing: border-box;
        overflow: scroll;
        scrollbar-width: none; 
        -ms-overflow-style: none;
    }
    .mobile .box1 .text h3{
        font-size: 12px;
        transition: 0.4s;
    }
    .mobile .box1 .text h3:hover{
        transform: scale(1.1);
    }
    .mobile .box1 .text h5{
        font-size: 12px;
        transition: 0.4s;
    }
    .mobile .box1 .text h5:hover{
        transform: scale(1.1);
    }
    .mobile .box1 .detail{
        width: 100%;
        height: 10%;
        display: flex;
        justify-content: center;
        text-align: center;
        transition: 0.4s;
        cursor: pointer;
    }
    .mobile .box1 .detail a{
        text-decoration: none;
         width: 90%;
        height: 100%;
        margin: auto;
         background-color:  rgb(255, 111, 0);
         border-radius: 5px;
    }
    .mobile .box1 .detail h2{
        color: white;
        text-align: center;
        font-size: 13px;
        width: 100%;
        height: 80%;
        margin: auto;
        margin-top: 6px;
    }
  #mbsearchclose{
    display: none;
  }
    .custom-modal-content {
  width: 90%;
  padding-top: 20px;
}
.custom-modal-content #imgmodel img{
    top: -35px;
    left: 10px;
}
.close-btn {
  top: -2px;
  right: 22px;
  font-size: 38px;
}
    .sin1{
        width: 100%;
        margin-top: 103px;
        display: flex;
        flex-wrap: wrap;
         margin-bottom: 100px;
    }
    /* .sin1 .texttitle{
        flex-wrap: wrap;
    } */
     .sin1 .texttitle{
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    width: 100% !important;
    border-bottom: 0.5px solid rgb(255, 140, 0);
}
        .sin1 .texttitle h1{
            text-align: center;
    font-size: 18px;
    width: 40% !important;
}
      .sin1 .texttitle span{
        width: 9%;
        font-size: 30px;
        margin-top: -15px;
        padding-right: 10px;
      }
    .sin1 .texttitle h6{
        text-align: center;
        width: 48%;
    font-size: 15px;
}
    .sin1 .box1{
        display: block;
        width: 100%;
        display: flex;
        height: 500px;
    }
    .sin1 .box1 .img1{
        display: none;
    }
    .sin1 .box1 .img2{
        width: 100%;
    }
    .sin1 .box1 .img2 img{
        width: 100%;
        margin-top: 40px;
    }
    .sin1 .box1 .brand{
        padding: 0;
        margin: 0;
    width: 120px;
    height: 80px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.sin1 .box1 .brand img{
      padding: 0;
        margin: 0;
    width: 100%;
    height: 100%;
    padding: 0px 10px;
}
.sin1 .box1 .qr{
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 25px;
    right: 15px;
}
.sin1 .box1 .qr img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
    .sin1 .box1 .slide-box .slide{
        width: 100%;
        height: 100%;
        position: relative;
    }
    .sin1 .box1 .pagination{
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translate(-50%,0);
        z-index: 2;
    }
    .sin1 .box2{
        margin-top: 0px;
        width: 100%;
        height:400px;
        padding-left: 2%;
        display: block;

    }
    .sin1 .box2 .bor{
           width: 100%;
    border: none;
       margin-left: 0px !important;
}
.sin1 .box2 .bor h1{
    font-size: 18px;
}
  .sin1 .box2 h3{
        width: 92%;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 15px;
        margin-left: 18px;
    }
    .sin1 .box2 .bor h1{
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 600;
}
    .sin1 .box2 .bor button{
    color: rgb(238, 143, 1);
    background-color: white;
    border: 1.2px solid rgb(221, 125, 0);
    font-size: 9px;
    border-radius: 10px;
    padding: 5px 20px;
     text-transform: uppercase;
     margin-top: 20px;
     font-weight: 600;
}
    .sin1 .box2 .bor h3 button{
    font-size: 10px;
    padding: 5px 10px;
}
.sin1 .box2 .bor ul {
    width: 98%;
    padding-top: 10px;
    margin-left: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-snap-type: x mandatory;
    scroll-padding: 10px;
    height: 300px;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #ccc #f0f0f0; /* Firefox */
}
.sin1 .box2 .bor .media2{
    width: 100%;
    height: 70px;
}
.sin1 .box2 .bor .media2 ul{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}
.sin1 .box2 .bor .shhow{
    display: block;
}
.sin1 .box2 .bor .shhhow{
    display: none;
}
.sin1 .box2 .bor .media2 ul li{
    list-style: none;
}
.sin1 .box2 .bor .media2 .block{
    display: block;
}
.sin1 .box2 .bor .media2 ul li img{
    width: 35px;
    display: block;
    border-radius: 17px;
}
.sin1 .box2 .bor p{
    font-size: 10px !important;
}
.sin1 .box2 .bor p li{
    list-style-type: none;
      padding-left: -3em; 
      line-height: 2;
}
.sin1 .box2 .bor p li::before{
   content: '●'; 
  font-size: 0.4em; 
  vertical-align: middle;
  margin-right: 1.7em;
  color: black; 
  
}
.sin1 .box2 ul::-webkit-scrollbar {
    width: 8px;
}

.sin1 .box2 ul::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.sin1 .box2 ul::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}
.sin1 .box2 ul li{
    transition: 0.3s;
    cursor: pointer;
}
.sin1 .box2 ul li:hover{
    color: orange;
    transform: scale(1.1);
}
  
    .sin1 .box2 a{
        text-decoration: none;
    }
    .sin1 .box2 h2{
        text-align: center;
        background-color: red;
        color: white;
        width: 200px;
        margin-left: 0px;
        padding: 5px 0px;
        border-radius: 10px;
        transition: 0.4s;
        cursor: pointer;
    }
    .sin1 .box2 h2:hover{
        background-color: rgb(32, 227, 32);
        transform: scale(1.1);
    }
    .sin1 .box2 .brand{
        display: flex;
        gap: 10px;
    }
    .sin1 .box2 .brand img{
        width: 60px;
        cursor: pointer;
        object-fit: contain;
        transition: 0.4s;
    }
    .sin1 .box2 .brand img:hover{
        transform: scale(1.1);
    }
    .sin2{
        display: block;
    }
  
    .sin2 .info .tb{
        width: 90%;
    }
    .sin2 .info .tb table{
        width: 100%;
    }
    .sin2 .blog{
        flex-wrap: wrap;
    }
    .sin2 .blog .txt1{
        width: 90%;
    }
    .sin2 .blog .txt2{
        width: 90%;
    }
    .sin2 .blog .txt3{
        width: 90%;
    }
    .sin2 .blog ul li{
        transition: 0.3s;
    }
    .sin2 .blog ul li:hover{
        color: orange;
        cursor: pointer;
        transform: scale(1.1);
    }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .pagecon{
    width: 100%;
    margin-top: 105px;
}
.pagecon .banner{
    display: none;
}
.pagecon .videoYT{
   padding-bottom: 20px;
}

    .posfix{
        display: none;
        background-color: white;
    }
    .posfix .ti{
        background-color: white;
        display: block;
    }
.ti ul:nth-child(1){
        display: none;
    }
    .ti ul:nth-child(2){
        justify-content: space-around;
        align-items: center;
    }
    .ti ul li a img{
        width: 20px;
    }
    .ti ul:nth-child(2) #img{
        width: 100px;
    }
    .ti ul li:nth-child(2){
        display: block;
    }
    .ti ul li:nth-child(3), :nth-child(4), :nth-child(6){
        display: none;
    }
    .ti ul li a{
        font-size: 10px;
        display: flex;
        gap: 5px;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }


	.ti1 ul:nth-child(1){
        display: none;
    }
    .ti1 ul:nth-child(2){
        justify-content: space-around;
        align-items: right;
        width: 100%;
    }
    .ti1 ul li a img{
        width: 20px;
    }
    .ti1 ul:nth-child(2) #img{
        width: 100px;
    }
    .ti1 ul li:nth-child(2){
        display: block;
    }
    .ti1 ul li:nth-child(3), :nth-child(4), :nth-child(6){
        display: none;
    }
    .ti1 ul li a{
        font-size: 10px;
        display: flex;
        gap: 5px;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }
    .ti2{
        width: 100%;
        background-color: white;
       padding: 0px;
    }
    .ti2 .logo{
        display: block;
        width: 40%;
    }
     .ti2 .iconmob{
        width: 30%;
        display: block;
    }
     .ti2 .iconmob ul{
        margin: 0px;
        padding: 0px;
        display: flex;
        gap: 10px;
     }
     .ti2 .iconmob ul li{
        list-style: none;
        margin: 0;
        padding: 0;
        
     }
     .ti2 .iconmob ul li a{
        text-decoration: none;
        color:white;
    background-color: rgb(255, 132, 0);
    margin-top: 5px;
    padding: 12px 7px;
    font-size: 18px;
    border-radius: 8px;
     }
    .ti2 .logo img{
    width: 100%;
    object-fit: contain;
    margin-left: 0px;
    height: 60px;
}
    .ti2 .search{
        display: none;
        width: 97%;
        margin: auto;
    }
    .ti2 .search1{
        display: none;
        width: 97%;
        margin: auto;
    }
    .ti2 .search input{
        width: 90%;
        height: 20px;
        padding: 0px 10px;
        border-radius: 10px 0px 0px 10px;
        outline: none;
        border: 2px solid black;
    }
    .ti2 .search .insea input{
    width: 100%;
    display: inline-block;
    height: 50px;
    padding: 0px 20px;
    padding-left: 50px;
    outline: none;
    border-radius: 8px;
    border: 2px solid rgb(175, 175, 175);
}
.ti2 .search .filter{
    top: 50px;
    width: 99%;
    height: 255px;
}
   .ti2 .search1 .inseal input{
    width: 100%;
    margin-left: 5px;
    display: inline-block;
    height: 50px;
    padding: 0px 20px;
    padding-left: 50px;
    outline: none;
    border-radius: 8px;
    border: 2px solid rgb(175, 175, 175);
}
    .ti2 .search .insea .btnsearch{
    top: 9px;
    right: 8px;
    font-size: 15px;
    padding: 5px 15px;

}
    .ti2 .search1 .inseal .btnsearch{
    top: 9px;
    right: 4px;
    font-size: 15px;
    padding: 5px 15px;

}
.ti2 .search1 .filter{
    top: 50px;
    width: 99%;
    height: 255px;
    margin-left: 7px;
}
   .posfix .cover2{
    display: block;
    
  }
   .posfix .cover2 img{
    padding: 0px;
    margin: 0px;
  }
  

     .ti2 .search .insea #clear{
        right: 10px;
     }

         .ti2 .search .insea input{
   width: 100%;
}

    .ti2 .search i{
        color: black;
        padding: 0px 10px;
        font-size: 18px;
        cursor: pointer;
    }
    .ti2 .search .insea i{
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 25px;
    color: rgb(175, 175, 175);
}
    .ti2 .search1 .inseal i{
    position: absolute;
    top: 12px;
    left: 15spx;
    font-size: 25px;
    color: rgb(175, 175, 175);
}
  .ti2 .search1 .inseal #clear{
        right: 10px;
     }
    .ti2 .icon{
        display: none;
    }
     .ti2 .icons{
        display: block;
    }
    .ti3{
        width: 100%;
        margin-top: 110px;
    }
    .ti3 .slide-box1{
        width: 100% !important;
        height: 100%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
    .ti3 .slide-box1 img{
        width: 80%;
    }
    .ti3 .btn-slide{
        position: absolute;
        top: 50%;
        padding: 5px 15px;
        color: rgba(0, 0, 0, 0.66);
        font-size: 20px;
        cursor: pointer;
        transform: translate(0,-50%);
    }
    .ti3 .btn-next{
        right: -30px;
    }
    .ti3 .btn-back{
        left: -30px;
    }
    .ti4{
        display: none;
    }
    .ti5{
        display: none;
    }
    .ti6{
        display: none;
    }
    .ti7{
        display: none;
     }
    .last{
        margin-top: 30px;
        margin-bottom:30px;
    }
    .last h5{
        font-size: 15px;
    }
    .ti8{
        padding-top: 10px;
        -webkit-box-shadow: 1px -17px 21px -22px rgba(0,0,0,0.75);
        -moz-box-shadow: 1px -17px 21px -22px rgba(0,0,0,0.75);
        box-shadow: 1px -17px 21px -22px rgba(0,0,0,0.75);
        display: block;
        margin-top: 50px;
        width: 100%;
        height: 120px;
        display: flex;
        justify-content: space-around;
    }
    .ti8 .box1{
        margin-left: 20px;
        width: 30%;
        height: 100%;
    }
    .ti8 .box1 ul{
        width: 100%;
        height: 80%;  
        margin: 0;
        padding: 0;
        overflow: scroll;
    }
    .ti8 .box1 ul::-webkit-scrollbar {
        display: none;
    }
    .ti8 .box1 ul li{
        list-style-type: none;
        transition: 0.4s;
    }
    .ti8 .box1 ul li:hover{
        transform: scale(1.1);
    }
    .ti8 .box1 ul li a{
        text-decoration: none;
        color: black;
       font-size: 10px;
    }
    .ti8 .box1 ul li a:hover{
        color: orange;
    }

    .ti8 .box2{
        margin-left: 30px;
        width: 25%;
        height: 100%;
    }
    .ti8 .box2 ul{
        width: 100%;
        height: 80%;  
        margin: 0;
        padding: 0;
        overflow: scroll;
    }
    .ti8 .box2 ul::-webkit-scrollbar {
        display: none;
    }
    .ti8 .box2 ul li{
        padding-left: 10px;
        list-style-type: none;
        transition: 0.4s;
    }
    .ti8 .box2 ul li:hover{
        transform: scale(1.1);
    }
    .ti8 .box2 ul li a{
        text-decoration: none;
        color: black;
       font-size: 10px;
    }
    .ti8 .box2 ul li a:hover{
        color: orange;
    }
    .ti8 .box3{
        width: 40%;
        height: 100%;
    }
    .ti8 .box3 p{
        font-size: 9px;
    }
    .ti8 .box3 ul{
        width: 100%;
        height: 80%;  
        margin: 0;
        padding: 0;
        overflow: scroll;
    }
    .ti8 .box3 ul::-webkit-scrollbar {
        display: none;
    }
    .ti8 .box3 ul li{
        list-style-type: none;
        transition: 0.4s;
    }
    .ti8 .box3 ul li:hover{
        transform: scale(1.1);
    }
    .ti8 .box3 ul li a{
        text-decoration: none;
        color: black;
       font-size: 10px;
    }
    .ti8 .box3 ul li a:hover{
        color: orange;
    }
    .ti9{
        display: block;
        width: 95%;
        margin: auto;
        margin-top: 30px;
        display: flex;
        padding-bottom: 70px;
        gap: 20px;
        justify-content: center;
    }
    .ti9 .box{
        width: 45%;
    }
    .ti9 .box .logo{
        width: 100%;
    }
    .ti9 .box .logo img{
        width: 100%;
    }
    .ti9 .box .text{
        width: 100%;
        text-align: center;
    }
    .ti9 .box .text h1{
        font-size: 15px;
    }
    .ti9 .box .text .app{
        width: 100%;
        display: flex;
        gap: 20px;
        justify-content: center;
    }
    .ti9 .box .text .app img{
        width: 30px;  
    }
    .ti9 .box2{
        width: 50%;
       
    }
    .ti9 .box2 h3{
        margin-left: 20px;
        font-size: 18px;
    }
    .ti9 .box2 ul{
        display: flex;
        margin: 0;
        padding: 0;
        width: 100%;
        gap: 10px;
    }
    .ti9 .box2 ul li{
        list-style-type: none;
    }
    .ti9 .box2 ul li img{
        transition: 0.4s;
        width: 40px;
        cursor: pointer;
    }
    .ti9 .box2 ul li img:hover{
        transform: scale(1.1);
    }
    .ti9 .box2 #con li a{
        text-decoration: none;
    }
    .ti9 .box2 #con li a img{
        width: 30px;
        border-radius: 15px ;
        transition: 0.4s;
    }
    .ti9 .box2 #con li a img:hover{
        transform: scale(1.1);
    }
    .mobile{
        display: block;
        margin-top: 5px;
        width: 100%;
        padding-bottom: 60px;
    }
    .mobile .posmb{
        width: 100%;
        position: fixed;
        top: 6px;
        left: 0px;
        /* top: 95px; */
        padding-top: 0px;
        z-index: 20009;
        background-color: rgba(255, 192, 203, 0);
        padding-bottom: 1px;
    }
    .mobile .posmb img{
        width: 100%;
        height: 30px;
    }
    .mobile .posmb .ti22{
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: -5px;
    }
    .mobile .posmb .ti22 .logo{
        width: 40%;
        margin-left: 10px;
    }
    .mobile .posmb .ti22 .logo img{
        width: 100%;
        height: auto;
        margin-top: -10px;

    }
    .mobile .posmb .ti22 .icon{
        width: 30%;
    }
    .mobile .posmb .ti22 .icon ul{
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0;
        gap: 8px;
    }
    .mobile .posmb .ti22 .icon ul li{
        list-style: none;
    }
    .mobile .posmb .ti22 .icon ul li a{
        text-decoration: none;
        color: white;
        background-color: rgb(252, 107, 16);
        padding: 10px 7px;
        border-radius: 8px;
    }
    .mobile .posmb .searchmb{
        display: block;
        width: 100%;
        height: 50px;
        margin-bottom: 1px;
        position: relative;
    }
    .mobile .posmb .searchmb img{
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
    .mobile .posmb .searchmb .seamb{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .mobile .posmb .searchmb .seamb .inmb{
        width: 100%;
        height: 100%;
        position: relative;
    }
    .mobile .posmb .searchmb .seamb .inmb input{
        width: 94%;
        margin-left: 3%;
        margin-top: 3px;
        height: 86% !important;
        outline: none;
        border: 0.5px solid rgb(223, 223, 223);
        border-radius: 3px;
        background-color: #6d6d6d0e;
        color: white;
        padding-left: 45px;
    }
    .mobile .posmb .searchmb .seamb .inmb i{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: rgba(187, 187, 187, 0.808);
        left: 25px;
    }
    .mobile .posmb .searchmb .seamb .inmb .btnsearch{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
        padding: 4px 15px;
        border-radius: 3px;
        background-color: rgba(197, 197, 197, 0.233);
        border: none;
        color: white;
    }
    .mobile .posmb .searchmb .seamb .inmb #clear{
        position: absolute;
        right: 35px;
        color: white;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        border-radius: 35px;
        background: transparent;
        cursor: pointer;
        font-size: 36px;
        padding: 0;
     }
    .mobile .posmb .searchmb .seamb .filter{
        padding: 0;
        margin: 0;
        position: absolute;
        top: 51px;
        width: 93%;
        margin-left: 13px;
        height: 255px;
        overflow-y: scroll;
        box-shadow: rgba(0, 0, 0, 0.575) 0px 3px 8px;
        background-color: white;
        z-index: 200;
    }
    .mobile .posmb .searchmb .seamb .filter li{
        list-style: none;
        margin: 0;
        padding: 10px 5px;
        cursor: pointer;
        height: 60px;
        display: flex;
        align-items: center;
    }
    .mobile .posmb .searchmb .seamb .filter li:hover{
        background-color: orange;
    }
    .mobile .posmb .searchmb .seamb .filter li p{
        padding: 0px 10px;
        margin-top: 10px;
        color: black;
        font-size: 15px;
    }
    .mobile .posmb .searchmb .seamb .filter li img{
        width: 60px;
}
    .mobile .box{
        width: 100%;
        margin: auto;
        background-color: white;
    }
   
    .mobile .box h1{
        font-size: 14px;
        display:flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding: 0px 20px;
        width: 100%;
    }
    .mobile .blog{
        background-color: white;
        width: 90%;
        margin: auto;
        margin-top: 2px;
        padding-bottom: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .mobile .blog #allbrand{
        width: 60px;
        object-fit: contain;
        height: 40px;
        cursor: pointer;
        /* border-radius: 20px; */
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    }
    .mobile .blog button{
        width: 5%;
        border: none;
        background-color: transparent;
    }
    .mobile .blog button i{
        font-size: 15px;
    }
    .mobile .blog ul{
        margin: 0;
        width: 60%;
        height:40px;
        display: flex;
        align-items: center;
        padding: 0;
        justify-content: right;
        gap: 10px;
    }
    .mobile .blog ul li{
        width: 80px;
        height: 100%;
        border-radius: 4px;
        list-style-type: none;
        transition: 0.4s;
    }
    .mobile .blog ul li img{
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
        width: 100%;
        height: 100%;
        cursor: pointer;
        object-fit: contain;
    }
    .mobile .blog ul li:hover{
       transform: scale(1.1);
    }
     .mobile .box2{
        width: 100%;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 20px 0px;    
        box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2); /* Subtle glow */
        transition: all 0.3s ease-in-out;
    }
      .mobile .box2{
        width: 100%;

    }

      .mobile .box2 .item{
        width: 185px !important;
        border-radius: 5px;
        height: 300px;
        box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 3px 0px, rgba(11, 12, 14, 0.15) 0px 0px 0px 1px;
        transition: 0.4s;
    }
   
    .mobile .box2 .img{
        width: 100%;
        height: 64%;
    }
    .mobile .box2 .img img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .mobile .box2 .text{
        width: 100%;
        height: 22%;
        padding-left: 13px;
        box-sizing: border-box;
        overflow: scroll;
        scrollbar-width: none; 
        -ms-overflow-style: none;
    }
    .mobile .box2 .text h3{
        font-size: 12px;
        transition: 0.4s;
    }
    .mobile .box2 .text h3:hover{
        transform: scale(1.1);
    }
    .mobile .box2 .text h5{
        font-size: 12px;
        transition: 0.4s;
    }
    .mobile .box2 .text h5:hover{
        transform: scale(1.1);
    }
    .mobile .box2 .detail{
        width: 100%;
        height: 10%;
        display: flex;
        justify-content: center;
        text-align: center;
        transition: 0.4s;
        cursor: pointer;
    }
    .mobile .box2 .detail a{
        text-decoration: none;
        width: 90%;
        height: 100%;
        margin: auto;
         background-color:  rgb(255, 111, 0);
         border-radius: 5px;
    }
    .mobile .box2 .detail h2{
        color: white;
        text-align: center;
        font-size: 13px;
        width: 100%;
        height: 80%;
        margin: auto;
        margin-top: 6px;
    }

    /* mobile fun */
    .mobile .box1{
        width: 99%;
        padding: 10px;
        display: flex;
        gap: 20px;    
        height: 285px;
        overflow-x: scroll;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding: 10px;
        border-radius: 10px;
        backdrop-filter: blur(10px) saturate(180%);
        box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2); /* Subtle glow */
        transition: all 0.3s ease-in-out;
    }
    
    /* Custom scrollbar for Webkit browsers */
    .mobile .box1::-webkit-scrollbar {
        height: 10px;
    }
    
    .mobile .box1::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1); 
        border-radius: 10px;
    }
    
    .mobile .box1::-webkit-scrollbar-thumb {
        background: linear-gradient(45deg, rgb(255, 123, 0), rgb(255, 136, 0), rgb(255, 166, 0)); 
        border-radius: 10px;
        transition: all 0.3s ease;
    }
    
    .mobile .box1::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(45deg, rgb(255, 0, 0), rgb(255, 30, 0), rgb(255, 0, 0));
    }
    /* Optional: Smooth scrolling effect */
    html {
        scroll-behavior: smooth;
    }
    .mobile .box1 .item{
        width: 165px !important;
        border-radius: 10px;
        height: 250px;
        box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 3px 0px, rgba(11, 12, 14, 0.15) 0px 0px 0px 1px;
        transition: 0.4s;
    }
    
    .mobile .box1 .img{
        width: 100%;
        height: 54%;
    }
    .mobile .box1 .img img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .mobile .box1 .text{
        width: 100%;
        height: 32%;
        padding-left: 13px;
        box-sizing: border-box;
        overflow: scroll;
        scrollbar-width: none; 
        -ms-overflow-style: none;
    }
    .mobile .box1 .text h3{
        font-size: 12px;
        transition: 0.4s;
    }
    .mobile .box1 .text h3:hover{
        transform: scale(1.1);
    }
    .mobile .box1 .text h5{
        font-size: 12px;
        transition: 0.4s;
    }
    .mobile .box1 .text h5:hover{
        transform: scale(1.1);
    }
    .mobile .box1 .detail{
        width: 100%;
        height: 10%;
        display: flex;
        justify-content: center;
        text-align: center;
        transition: 0.4s;
        cursor: pointer;
    }
    .mobile .box1 .detail a{
        text-decoration: none;
         width: 90%;
        height: 100%;
        margin: auto;
         background-color:  rgb(255, 111, 0);
         border-radius: 5px;
    }
    .mobile .box1 .detail h2{
        color: white;
        text-align: center;
        font-size: 13px;
        width: 100%;
        height: 80%;
        margin: auto;
        margin-top: 6px;
    }
  #mbsearchclose{
    display: none;
  }
    .custom-modal-content {
  width: 90%;
  padding-top: 20px;
}
.custom-modal-content #imgmodel img{
    top: -35px;
    left: 10px;
}
.close-btn {
  top: -2px;
  right: 22px;
  font-size: 38px;
}
    .sin1{
        width: 100%;
        margin-top: 63px;
        display: flex;
        flex-wrap: wrap;
         margin-bottom: 100px;
    }
    /* .sin1 .texttitle{
        flex-wrap: wrap;
    } */
     .sin1 .texttitle{
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    width: 100% !important;
    border-bottom: 0.5px solid rgb(255, 140, 0);
}
        .sin1 .texttitle h1{
            text-align: center;
    font-size: 18px;
    width: 40% !important;
}
      .sin1 .texttitle span{
        width: 9%;
        font-size: 30px;
        margin-top: -15px;
        padding-right: 10px;
      }
    .sin1 .texttitle h6{
        text-align: center;
        width: 48%;
    font-size: 15px;
}
    .sin1 .box1{
        display: block;
        width: 100%;
        display: flex;
        height: 500px;
    }
    .sin1 .box1 .img1{
        display: none;
    }
    .sin1 .box1 .img2{
        width: 100%;
    }
    .sin1 .box1 .img2 img{
        width: 100%;
        margin-top: 40px;
    }
    .sin1 .box1 .brand{
        padding: 0;
        margin: 0;
    width: 120px;
    height: 80px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.sin1 .box1 .brand img{
      padding: 0;
        margin: 0;
    width: 100%;
    height: 100%;
    padding: 0px 10px;
}
.sin1 .box1 .qr{
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 25px;
    right: 15px;
}
.sin1 .box1 .qr img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sin1 .box1 .shopnow{
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 85px;
}
.sin1 .box1 .shopnow img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
    .sin1 .box1 .slide-box .slide{
        width: 100%;
        height: 100%;
        position: relative;
    }
    .sin1 .box1 .pagination{
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translate(-50%,0);
        z-index: 2;
    }
    .sin1 .box2{
        margin-top: 0px;
        width: 100%;
        height:400px;
        padding-left: 2%;
        display: block;

    }
    .sin1 .box2 .bor{
           width: 100%;
    border: none;
       margin-left: 0px !important;
}
.sin1 .box2 .bor h1{
    font-size: 18px;
}
  .sin1 .box2 h3{
        width: 92%;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 15px;
        margin-left: 18px;
    }
    .sin1 .box2 .bor h1{
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 600;
}
    .sin1 .box2 .bor button{
    color: rgb(238, 143, 1);
    background-color: white;
    border: 1.2px solid rgb(221, 125, 0);
    font-size: 9px;
    border-radius: 10px;
    padding: 5px 20px;
     text-transform: uppercase;
     margin-top: 20px;
     font-weight: 600;
}
    .sin1 .box2 .bor h3 button{
    font-size: 10px;
    padding: 5px 10px;
}
.sin1 .box2 .bor ul {
    width: 98%;
    padding-top: 10px;
    margin-left: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-snap-type: x mandatory;
    scroll-padding: 10px;
    height: 300px;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #ccc #f0f0f0; /* Firefox */
}
.sin1 .box2 .bor .media2{
    width: 100%;
    height: 70px;
}
.sin1 .box2 .bor .media2 ul{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}
.sin1 .box2 .bor .shhow{
    display: block;
}
.sin1 .box2 .bor .shhhow{
    display: none;
}
.sin1 .box2 .bor .media2 ul li{
    list-style: none;
}
.sin1 .box2 .bor .media2 .block{
    display: block;
}
.sin1 .box2 .bor .media2 ul li img{
    width: 35px;
    display: block;
    border-radius: 17px;
}
.sin1 .box2 .bor p{
    font-size: 10px !important;
}
.sin1 .box2 .bor p li{
    list-style-type: none;
      padding-left: -3em; 
      line-height: 2;
}
.sin1 .box2 .bor p li::before{
   content: '●'; 
  font-size: 0.4em; 
  vertical-align: middle;
  margin-right: 1.7em;
  color: black; 
  
}
.sin1 .box2 ul::-webkit-scrollbar {
    width: 8px;
}

.sin1 .box2 ul::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.sin1 .box2 ul::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}
.sin1 .box2 ul li{
    transition: 0.3s;
    cursor: pointer;
}
.sin1 .box2 ul li:hover{
    color: orange;
    transform: scale(1.1);
}
  
    .sin1 .box2 a{
        text-decoration: none;
    }
    .sin1 .box2 h2{
        text-align: center;
        background-color: red;
        color: white;
        width: 200px;
        margin-left: 0px;
        padding: 5px 0px;
        border-radius: 10px;
        transition: 0.4s;
        cursor: pointer;
    }
    .sin1 .box2 h2:hover{
        background-color: rgb(32, 227, 32);
        transform: scale(1.1);
    }
    .sin1 .box2 .brand{
        display: flex;
        gap: 10px;
    }
    .sin1 .box2 .brand img{
        width: 60px;
        cursor: pointer;
        object-fit: contain;
        transition: 0.4s;
    }
    .sin1 .box2 .brand img:hover{
        transform: scale(1.1);
    }
    .overlay{
    top: -5px;
     background-color: rgba(0, 0, 0, 0.123);
}
.overlay .popup{
    padding: 12px;
}
    .overlay .popup button{
    position: absolute;
    top: 15px;
    right: 15px;
}
    .overlay .popup img{
    width: 340px;
    border-radius: 5px;
}

     .english{
    font-size: 13px !important;
     font-family: "Montserrat", sans-serif !important;
}
 .khmer{
    font-size: 13px;
       font-family: "Siemreap", sans-serif;
}
 .english1{
    font-size: 30px !important;
    font-weight: bold;
     font-family: "Montserrat", sans-serif !important;
}
 .khmer1{
    font-size: 30px;
    font-weight: bold;
       font-family: "Siemreap", sans-serif;
}
    .sin2{
        width: 100%;
        display: block;
        margin-top: 80px;
    }
    .sin2 .menu{
        width: 100%;
    }
    .sin2 .menu ul{
        margin: 0;
        padding: 0;
        display: flex;
        gap: 30px;
        justify-content: center;
    }
    .sin2 .menu ul li{
        list-style-type: none;
        transition: 0.35s;
    }
    .sin2 .menu ul li a{
        text-decoration: none;
        color: black;
    }
    .sin2 .menu ul li:hover{
        transform: scale(1.2);
    }
    .sin2 .menu ul li a:hover{
        color: orange;
    }
    .sin2 .catalog{
        width: 100%;
    }
    .sin2 .info .tb{
        width: 90%;
    }
    .sin2 .info .tb table{
        width: 100%;
    }
    .container-flui{
        display: block;
    }
    .sin2 .blog{
        flex-wrap: wrap;
    }
    .sin2 .blog .txt1{
        width: 90%;
    }
    .sin2 .blog .txt2{
        width: 90%;
    }
    .sin2 .blog .txt3{
        width: 90%;
    }
    .sin2 .blog ul li{
        transition: 0.3s;
    }
    .sin2 .blog ul li:hover{
        color: orange;
        cursor: pointer;
        transform: scale(1.1);
    }
    #aa{
        position: absolute;
        text-decoration: none;
        top: 120px;
        z-index: 100;
    }
    #aa button{
        color: white;
        padding: 5px 10px;
        border-radius: 15px;
        border: 3px solid gray;
        font-size: 10px;
    }
    .ecatalog{
        position: fixed;
        bottom: 0;
        z-index: 100;
        width: 100%;
        background-color: white;
        display: block;
        padding: 10px 0px;
        text-align: center;
        -webkit-box-shadow: -1px -11px 14px -9px rgba(87, 87, 87, 0.349);
-moz-box-shadow: -1px -11px 14px -9px rgba(87, 87, 87, 0.13);
box-shadow: -1px -11px 14px -9px rgba(87, 87, 87, 0.26);
    }
    .ecatalog h2{
        font-size: 18px;
    }
    .ti44{
        padding-top: 10px;
        width: 98%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .ti44 .box3{
        width: 100%;
        height: 100%;
        padding-bottom: 20px;
        /* overflow: scroll; */
        /* scrollbar-width: none; 
        -ms-overflow-style: none; */
        display: flex;
        /* flex-wrap: wrap; */
        /* justify-content: space-evenly; */
    }
    .ti44 .box{
        width: 100%;
        padding-top: 70px;
        padding-bottom: 25px;
    }
    .ti44 .box h1{
        font-size: 18px;
        display:flex;
        justify-content: left;
        align-items: center;
        gap: 8px;
        padding: 0px 20px;
    }
    .ti44 .blog{
        width: 100%;
        padding-bottom: 20px;
        padding-left: 10px;
        gap: 1px;
        display: flex;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    }
    .ti44 .box3 .item{
        margin-top: 19px;
        width: 165px;
        height: 250px;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 3px 0px, rgba(11, 12, 14, 0.15) 0px 0px 0px 1px;
        transition: 0.4s;
    }
    .ti44 .box3 .item:hover{
        transform: scale(1.1);
    }
    .ti44 .box3 .item .img{
        width: 100%;
        height: 54%;
    }
    .ti44 .box3 .item .img img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .ti44 .box3 .item .text{
        width: 99%;
        height: 32%;
        padding-left: 12px;
        box-sizing: border-box;
        overflow: scroll;
        scrollbar-width: none; 
        -ms-overflow-style: none;
    }
    .ti44 .box3 .item .text h3{
        font-size: 12px;
        transition: 0.4s;
    }
    .ti44 .box3 .item .text h3:hover{
        transform: scale(1.1);
    }
    .ti44 .box3 .item .text h5{
        font-size: 12px;
        transition: 0.4s;
    }
    .ti44 .box3 .item .text h5:hover{
        transform: scale(1.1);
    }
    .ti44 .box3 .item .detail{
        width: 100%;
        height: 10%;
        display: flex;
        justify-content: center;
        text-align: center;
        transition: 0.4s;
        cursor: pointer;
    }
    .ti44 .box3 .item .detail a{
        text-decoration: none;
    }
    .ti44 .box3 .item .detail h2{
        color: white;
        font-size: 13px;
        width: 90%;
        height: 80%;
        background-color: red;
        border-radius: 30px;
        padding: 0px 10px;
    }
    .ti44 .box3 .item .detail:hover{
        transform: scale(1.2);
    }
    
}