.container-fluid{
    background-color: transparent;
}
.active-category {
    color: rgb(255, 111, 0);
    border: 2px solid rgb(255, 111, 0);
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .active-brand {
    border: 2px solid rgb(255, 111, 0);  
    border-radius: 5px;

  }
#aa{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: black;
}
#aa button{
    padding-top: 5px;
}
.ti1{
    width: 100%; 
    display: flex;
    justify-content: space-between;
}
.ti1 ul:nth-child(1){
    margin: 0;
    padding: 0;
    width: 20%;
}
.ti1 ul:nth-child(2){
    width: 70%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}
.ti1 ul h1{
    font-size: 18px;
}
.ti1 ul li{
    list-style-type: none;
}
.ti1 ul li:nth-child(2){
    display: none;
}
.ti1 ul li a{
    padding: 0px 20px;
    text-decoration: none;
    color: black;
}
.ti1 ul li a img{
    width: 20px;
}
.ti2{
    width: 90%;
    margin: auto;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ti2 .logo{
    margin-left: 20px;
    width: 20%;
}
.ti2 .logo img{
    width: 100%;
    cursor: pointer;
}
.ti2 .search{
    width: 100%;
    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: 83%;
    height: 160px;
    overflow-y: scroll;
    box-shadow: rgba(0, 0, 0, 0.575) 0px 3px 8px;
    background-color: white;
}
.ti2 .search .filter li{
    list-style: none;
    margin: 0;
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.ti2 .search .filter li:hover{
    background-color: orange;
}
.ti2 .search .filter li p{
    padding: 0px 10px;
    margin-top: 10px;
    color: black;
}
.ti2 .search .filter li img{
    width: 40px;
}
.ti2 .search .insea{
    width: 80%;
}
.ti2 .search .insea input{
    width: 80%;
    display: inline-block;
    height: 60px;
    padding: 0px 20px;
    border-radius: 10px 0px 0px 10px;
    outline: none;
    border-right: none !important;
}
.ti2 .search i{
    color: white;
    padding: 10px 12px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    border-left: none !important;
    align-items: center;
}
.ti2 .icon{
    margin: 0;
    padding: 0;
    width: 20%;
}
.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: rgb(255, 132, 0);
    margin-top: 5px;
    padding: 0px 15px;
    font-size: 30px;
    text-decoration: none;
}
.ti2 .icon ul li a img{
    width: 20px;
    object-fit: contain;
}
.ti2 .icon ul li a{
    display: flex;
    padding: 0px 20px;
    text-decoration: none;
    color: black;
    font-size: 15px;
}
.ti3{
    background-color: white;
    width: 100%;
    margin-top: 10px;
}
.ti3 .slide-box1{
    background-color: white;
    width: 90%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.ti3 .slide-box1 .slide{
    width: 100%;
    height: 100%;
    position: relative;
}
.ti3 .slide-box1 img{
    height: 100%;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: white;
}
.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;
    background-color: white;
    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: 10px;
    width: 98%;
    height: 620px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.ti4 .box{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 25px;
}
.ti4 .box h1{
    font-size: 18px;
    display:flex;
    justify-content: left;
    align-items: center;
    gap: 8px;
    padding: 0px 20px;
}
.ti4 .blog{
    width: 100%;
    height: 580px;
    padding-bottom: 20px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.ti4 .box1{
    width: 18%;
    height: 100%;
}
.ti4 .box1 h1{
    font-size: 22px;
    font-weight: bold;
}
.ti4 .box1 ul{
    margin: 0;
    padding: 0;
}
.ti4 .box1 ul li{
    list-style-type: none;
    padding: 10px 0px;
}
.ti4 .box1 ul li a{
    text-decoration: none;
    color: black;
}
.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: 17px;
    width: 180px;
    height: 250px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    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: 100%;
    height: 32%;
    padding: 0px 8px;
    box-sizing: border-box;
    overflow: scroll;
    scrollbar-width: none; 
    -ms-overflow-style: none;
}
.ti4 .box2 .item .text h3{
    font-size: 12px;
    transition: 0.4s;
}
.ti4 .box2 .item .text h3:hover{
    transform: scale(0.9);
}
.ti4 .box2 .item .text h5{
    font-size: 12px;
    transition: 0.4s;
}
.ti4 .box2 .item .text h5:hover{
    transform: scale(0.9);
}
.ti4 .box2 .item .detail{
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
    text-align: center;
    transition: 0.4s;
    cursor: pointer;
}
.ti4 .box2 .item .detail a{
    text-decoration: none;
}
.ti4 .box2 .item .detail h2{
    color: white;
    font-size: 13px;
    width: 90%;
    height: 70%;
    margin-top: 2px;
    background-color: red;
    border-radius: 30px;
}
.ti4 .box2 .item .detail:hover{
    transform: scale(0.8);
}
.ti5{
    padding-top: 50px;
    width: 98%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.ti5 .box{
    width: 100%;
    padding-top: 35px;
    padding-bottom: 25px;
}
.ti5 .box h1{
    font-size: 18px;
    display:flex;
    justify-content: left;
    align-items: center;
    gap: 8px;
    padding: 0px 20px;
}
.ti5 .blog{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ti5 .blog ul{
    margin: 0;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.ti5 .blog ul li{
    width: 120px;
    height: 33px;
    /* border-radius: 15px; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    list-style-type: none;
    transition: 0.4s;
}
.ti5 .blog ul li img{
    width: 120px;
    height: 32px;
    cursor: pointer;
    object-fit: contain;
}
.ti5 .blog ul li:hover{
   transform: scale(0.8);
}
.ti6{
    padding-top: 50px;
    width: 98%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.ti6 .box{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 25px;
}
.ti6 .box h1{
    font-size: 18px;
    display:flex;
    justify-content: left;
    align-items: center;
    gap: 8px;
    padding: 0px 20px;
}
.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.24) 0px 3px 8px;
    transition: 0.4s;
}
.ti6 .item:hover{
    transform: scale(0.9);
}
.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: 0px 8px;
    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(0.9);
}
.ti6 .item .text h5{
    font-size: 12px;
    transition: 0.4s;
}
.ti6 .item .text h5:hover{
    transform: scale(0.9);
}
.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(0.8);
}
.ti7{
    width: 100%;
    height: 350px;
    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{
    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.534) 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;
}
.sin1{
    margin-top: 50px;
    width: 100%;
    display: flex;
}
.sin1 .box1{
    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.24) 0px 3px 8px;
}
.sin1 .box1 .img1 ul li img:hover{
    transform: scale(1.1);
}
.sin1 .box1 .img2{
    width: 75%;
}
.sin1 .box1 .img2 img{
    width: 70%;
    transition: 0.4s;
    cursor: pointer;
}
.sin1 .box1 .img2 img:hover{
    transform: scale(0.85);
}
.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 .box2{
    width: 45%;
}
.sin1 .box2 p{
    margin: 0;
    padding: 0;
    margin-left: 20px;
}
.sin1 .box2 p .english{
    font-size: 20px !important;
     font-family: "Montserrat", sans-serif !important;
}
.sin1 .box2 p .khmer{
    font-size: 20px !important;
      font-family: "Dangrek", sans-serif !important;
}
.sin1 .box2 ul{
    width: 90%;
    margin-left: 20px;
}
.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: 10px;
    padding: 5px 0px;
    border-radius: 10px;
    transition: 0.4s;
    cursor: pointer;
}
.sin1 .box2 h2:hover{
    background-color: rgb(32, 227, 32);
    transform: scale(0.85);
}
.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(0.85);
    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);
}
.location{
    width: 100%;
}
.location .tt{
    width: 100%;
    text-align: center;
}
.location .map{
    width: 100%;
    padding-top: 20px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 40px;
}
.location .map .box1{
    width: 45%;
    border-radius: 10px;
    padding-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.location .map .box1 .img{
    width: 100%;
}
.location .map .box1 .img img{
    border-radius: 10px 10px 0px 0px;

    width: 100%;
}
.location .map .box1 .text{
    width: 100%;
    padding: 15px 30px;
    line-height: 15px;
    box-sizing: border-box;
}
.location .map .box1 .text p a{
    text-decoration: none;
    color: black;
}
.location .map .box1 .text #p{
    padding-bottom: 20px;
}
.location .map .box1 .text #btn-map{
    text-decoration: none;
    background-color: rgb(255, 111, 0);
    color: white;
    padding: 10px 25px;
    border-radius: 10px;
    transition: 0.2s;
}
.location .map .box1 .text #btn-map:hover{
    padding: 12px 27px;
    transform: scale(1.1);
    background-color: rgb(253, 121, 19);
}
.call{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.call .box1{
    width: 50%;
    height: 200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.call .box1 .text{
    width: 100%;
    margin: auto;
}
.call .box1 .text h1{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.call .box1 .text h4{
    font-size: 20px;
    text-align: center;
    color: rgb(58, 58, 58);
}
.call .box1 .button{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.call .box1 .button a{
    text-decoration: none;
    color: white;
    padding: 7px 20px;
    border-radius: 20px;
    transition: 0.4s;
    background-color: red;
}
.call .box1 .button a:hover{
    background-color: rgb(75, 255, 47);
}
.call .box2{
    width: 50%;
    display: flex;
    height: 400px;
    justify-content: center;
    align-items: center;
}
.call .box2 .img{
    width: 80%;
    height: 70%;
    margin: auto;
}
.call .box2 .img img{
    width: 100%;
    margin-top: -20px;
    height: 100%;
    object-fit: contain;
    animation: mot 3s linear infinite;
}
@keyframes mot {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(16px);
  }
  100% {
    transform: translateY(0px);
  }
}
.call .box2 iframe{
    width: 90%;
    margin: auto;
    height: 400px;
    padding-bottom: 20px;
}






















  















/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px)  and (max-width: 1500px) {
    .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;
    }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .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: 70%;
        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;
    }
    .ti3{
        width: 100%;
        margin-top: 10px;
    }
    .ti3 .slide-box1{
        width: 100% !important;
        height: 100%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
    .ti3 .slide-box1 img{
        width: 85%;
    }
    .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;
    }
    .sin2 .info .tb{
        width: 90%;
    }
    .sin2 .info .tb table{
        width: 100%;
    }
   
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .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: 70%;
        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;
    }
    .ti3{
        width: 100%;
        margin-top: 10px;
    }
    .ti3 .slide-box1{
        width: 100% !important;
        height: 100%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
    .ti3 .slide-box1 img{
        width: 80%;
    }
    .ti4 .box1 ul li a{
        font-size: 10px;
    }
    .ti4 .box2 .item .text h3{
        font-size: 10px;
    }
    .ti4 .box2 .item .text h5{
        font-size: 10px;
    }
    .ti5 .blog ul li{
        width: 12%;
        height: 30px;
        border-radius: 15px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        list-style-type: none;
    }
    .ti5 .blog ul li img{
        width: 100%;
        height: 100%;
        padding: 5px;
        object-fit: contain;
    }
    .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: 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;
    }
    .sin1 .box1 .img2 img{
        width: 100%;
        transition: 0.4s;
        cursor: pointer;
    }
    .sin2 .info .tb{
        width: 90%;
    }
    .sin2 .info .tb table{
        width: 100%;
    }
    .location .map .box1{
        width: 45%;
        padding-bottom: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .location .map .box1 .text{
        width: 100%;
        padding: 15px 30px;
        line-height: 15px;
        box-sizing: border-box;
    }
    .location .map .box1 .text p{
        font-size: 13px;
    }
    .location .map .box1 .text p a{
        text-decoration: none;
        color: black;
        font-size: 13px;
    }
    .location .map .box1 .text #p{
        padding-bottom: 20px;
        display: block;
    }
    .location .map .box1 .text #btn-map{
        text-decoration: none;
        background-color: rgb(255, 111, 0);
        color: white;
        padding: 10px 25px;
        border-radius: 10px;
        transition: 0.2s;
    }
    .location .map .box1 .text #btn-map:hover{
        padding: 12px 27px;
        transform: scale(1.1);
        background-color: rgb(253, 121, 19);
    }
    
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px){ 
	.ti1 ul:nth-child(1){
        display: none;
    }
    .ti1 ul:nth-child(2){
        justify-content: space-around;
        align-items: center;
        width: 100%;
    }
    .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: 95%;
        margin-top: 10px;
    }
    .ti2 .logo{
        display: none;
    }
    .ti2 .search{
        width: 100%;
    }
    .ti2 .search input{
        width: 95%;
        height: 40px;
        padding: 0px 20px;
        border-radius: 10px 0px 0px 10px;
        outline: none;
        border: 2px solid orange;
    }
    .ti2 .search i{
        color: white;
        background-color: orange;
        padding: 10px;
        font-size: 18px;
        border-radius: 0px 10px 10px 0px;
        cursor: pointer;
    }
    .ti2 .icon{
        display: none;
    }
    .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(0.9);
    }
    .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(0.9);
    }
    .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(0.9);
    }
    .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%;
        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(0.8);
    }
    .mobile{
        display: block;
        margin-top: 5px !important;
        width: 100%;
    }
     .mobile .posmb{
        position: sticky;
        top: 3px !important;
        z-index: 99;
        background-color: white;
        padding-bottom: 20px;
    }
    .mobile .box{
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: center;
    }
    .mobile .box .menu1{
        width: 50%;
        cursor: pointer;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        text-align: center;
        transition: 0.4s;
    }
    .mobile .box .menu1:hover{
        transform: scale(0.8);
    }
    .mobile .box .menu2{
        cursor: pointer;
        width: 50%;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        text-align: center;
        transition: 0.4s;
    }
    .mobile .box .menu2:hover{
        transform: scale(0.8);
    }
    .mobile .box .menu1 h1{
        font-size: 15px;
    }
    .mobile .box .menu2 h1{
        font-size: 15px;
    }
    .mobile .box1{
        width: 95%;
        padding-top: 20px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-evenly;
    }
    .mobile .box1 .item{
        width: 40%;
        padding-bottom: 10px;
        transition: 0.4s;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border-radius: 4px;
    }
    .mobile .box1 .item:hover{
        transform: scale(0.85);
    }
    .mobile .box1 .item .img{
        width: 100%;
    }
    .mobile .box1 .item .img img{
        width: 100%;
    }
    .mobile .box1 .item .text{
        width: 100%;
        padding-left: 10px;
        padding-top: 10px;
    }
    .mobile .box1 .item .text h3{
        font-size: 10px;
    }
    .mobile .box1 .item .text h5{
        font-size: 10px;
    }
    .mobile .box1 .item .detail{
        width: 80%;
        margin: auto;
        text-align: center;
        transition: 0.4s;
        cursor: pointer;
    }
    .mobile .box1 .item .detail a{
        text-decoration: none;
    }
    .mobile .box1 .item .detail h2{
        width: 100%;
        background-color: red;
        color: white;
        font-size: 10px;
        padding: 5px 0px;
        border-radius: 15px;
    }
    .mobile .box1 .item .detail:hover{
        transform: scale(0.85);
    }
    .sin1{
        margin-top: 50px;
        width: 100%;
        display: flex;
        display: block;
        flex-wrap: wrap;
    }
    .sin1 .box1{
        width: 100%;
        display: flex;
    }
    .sin1 .box1 .img1{
        display: none;
    }
    .sin1 .box1 .img2{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .sin1 .box1 .img2 img{
        width: 60%;
    }
    .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{
        padding-top: 50px;
        width: 60%;
        margin: auto;
        height: 450px;
    }
    .sin1 .box2 ul{
        display: block;
    }
    .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);
    }
    .location .map .box1{
        width: 90%;
        padding-bottom: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .location .map .box1 .text{
        width: 100%;
        padding: 15px 30px;
        line-height: 15px;
        box-sizing: border-box;
    }
    .location .map .box1 .text p{
        font-size: 13px;
    }
    .location .map .box1 .text p a{
        text-decoration: none;
        color: black;
        font-size: 13px;
    }
    .location .map .box1 .text #p{
        padding-bottom: 20px;
        display: block;
    }
    .location .map .box1 .text #btn-map{
        text-decoration: none;
        background-color: rgb(255, 111, 0);
        color: white;
        padding: 10px 25px;
        border-radius: 10px;
        transition: 0.2s;
    }
    .location .map .box1 .text #btn-map:hover{
        padding: 12px 27px;
        transform: scale(1.1);
        background-color: rgb(253, 121, 19);
    }
    .call .box1{
        width: 100%;
    }
    .call .box1 .text{
        padding-top: 10px;
    }
    .call .box1 .text h1{
        font-size: 15px;
        font-weight: bold;
        text-align: center;
    }
    .call .box1 .text h4{
        font-size: 15px;
        text-align: center;
        color: rgb(58, 58, 58);
    }
    .call .box1 .button{
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    .call .box1 .button a{
        text-decoration: none;
        color: white;
        padding: 7px 20px;
        border-radius: 20px;
        transition: 0.4s;
        background-color: red;
    }
    .call .box1 .button a:hover{
        background-color: rgb(75, 255, 47);
    }
    .call .box2{
        width: 100%;
    }
    .call .box2 .img{
        width: 80%;
        margin: auto;
    }
    .call .box2 .img img{
        width: 100%;
        animation: mot 3s linear infinite;
    }
    @keyframes mot {
      0% {
        transform: translateY(0px);
      }
      50% {
        transform: translateY(16px);
      }
      100% {
        transform: translateY(0px);
      }
    }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.ti1 ul:nth-child(1){
        display: none;
    }
    .ti1 ul:nth-child(2){
        justify-content: space-around;
        align-items: center;
        width: 100%;
    }
    .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: 95%;
        margin-top: 10px;
    }
    .ti2 .logo{
        display: none;
    }
    .ti2 .search{
        width: 90%;
    }
    .ti2 .search input{
        width: 90%;
        height: 40px;
        padding: 0px 20px;
        border-radius: 10px 0px 0px 10px;
        outline: none;
        border: 2px solid black;
    }
     .ti2 .search input::placeholder{
        font-size: 10px;
     }
   .ti2 .search i{
        color: black;
        padding: 10px;
        font-size: 18px;
        border-radius: 0px 10px 10px 0px;
        cursor: pointer;
    }
    .ti2 .icon{
        display: none;
    }
    .ti3{
        width: 100%;
        margin-top: 10px;
    }
    .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(0.9);
    }
    .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(0.9);
    }
    .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(0.9);
    }
    .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;
        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(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(0.8);
    }
    .mobile{
        display: block;
        margin-top: 15px;
        width: 100%;
    }
       .ti2 .search .insea input{
    width: 80%;
    height: 10px;
    padding: 0px 20px;
    border-radius: 10px 0px 0px 10px;
}
    .mobile .box{
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: center;
    }
    .mobile .box .menu1{
        width: 50%;
        cursor: pointer;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        text-align: center;
        transition: 0.4s;
    }
    .mobile .box .menu1:hover{
        transform: scale(0.8);
    }
    .mobile .box .menu2{
        cursor: pointer;
        width: 50%;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        text-align: center;
        transition: 0.4s;
    }
    .mobile .box .menu2:hover{
        transform: scale(0.8);
    }
    .mobile .box .menu1 h1{
        font-size: 15px;
    }
    .mobile .box .menu2 h1{
        font-size: 15px;
    }
    .mobile .posmb{
        z-index: 99;
        background-color: white;
        padding-bottom: 20px;
    }
       .testads{
    margin-bottom: -50px !important;
}
  
    .sin1{
        margin-top: 50px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .sin1 .box1{
        display: block;
        width: 100%;
        display: flex;
    }
    .sin1 .box1 .img1{
        display: none;
    }
    .sin1 .box1 .img2{
        width: 100%;
    }
    .sin1 .box1 .img2 img{
        width: 100%;
    }
    
    .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: 50px;
        width: 90%;
        height: 400px;
        padding-left: 7%;
    }
    .sin1 .box2 ul{
        display: block;
    }
    .sin2{
        width: 100%;
        display: block;
        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 .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);
    }
    .location .map .box1{
        width: 90%;
        padding-bottom: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .location .map .box1 .text{
        width: 100%;
        padding: 15px 30px;
        line-height: 15px;
        box-sizing: border-box;
    }
    .location .map .box1 .text p{
        font-size: 13px;
    }
    .location .map .box1 .text p a{
        text-decoration: none;
        color: black;
        font-size: 13px;
    }
    .location .map .box1 .text #p{
        padding-bottom: 20px;
        display: block;
    }
    .location .map .box1 .text #btn-map{
        text-decoration: none;
        background-color: rgb(255, 111, 0);
        color: white;
        padding: 10px 25px;
        border-radius: 10px;
        transition: 0.2s;
    }
    .location .map .box1 .text #btn-map:hover{
        padding: 12px 27px;
        transform: scale(1.1);
        background-color: rgb(253, 121, 19);
    }
    .call .box1{
        width: 100%;
    }
    .call .box1 .text{
        padding-top: 10px;
    }
    .call .box1 .text h1{
        font-size: 15px;
        font-weight: bold;
        text-align: center;
    }
    .call .box1 .text h4{
        font-size: 15px;
        text-align: center;
        color: rgb(58, 58, 58);
    }
    .call .box1 .button{
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    .call .box1 .button a{
        text-decoration: none;
        color: white;
        padding: 7px 20px;
        border-radius: 20px;
        transition: 0.4s;
        background-color: red;
    }
    .call .box1 .button a:hover{
        background-color: rgb(75, 255, 47);
    }
    .call .box2{
        width: 100%;
    }
    .call .box2 .img{
        width: 80%;
        margin: auto;
    }
    .call .box2 .img img{
        width: 100%;
        animation: mot 3s linear infinite;
    }
    @keyframes mot {
      0% {
        transform: translateY(0px);
      }
      50% {
        transform: translateY(16px);
      }
      100% {
        transform: translateY(0px);
      }
    }
    
   
}
