.applications-title{
font-family: 'HarmonyOS Sans';
font-style: normal;
font-weight: 700;
font-size: 34px;
line-height: 40px;
text-align: center;
color: #242631;
margin-top: 70px;
}


.prd-hero__content{
    height: 150px;
    max-height: 320px;
    margin-top: 170px;
    text-align: left;
}
.prd-hero__title{
font-family: 'Konkhmer Sleokchher';
font-style: normal;
font-weight: 400;
font-size: 54px;
line-height: 124%;
color: #FFFFFF;
}
.prd-hero__description{
font-family: 'HarmonyOS Sans';
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 24px;
color: #FFFFFF;
margin-top: 12px;
}
/* Block: devices-pcb */
.devices-pcb {
    width: 100%;
    margin-top: 48px;
  }
  
  .devices-pcb__card {
    display: flex;
    background: #fff;
    height: 250px;
    box-sizing: border-box;
    border-radius: var(--main-radius, 10px);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 80px;
    flex-direction: row-reverse;
  }
  .devices-pcb__card:nth-child(even){
    flex-direction: row;
    padding-right: 52px;
    padding-left: 0;
  }
  .devices-pcb__card:nth-child(even) .devices-pcb__body {
    padding-left: 102px;
  }
  .devices-pcb__card--reverse {
    display: flex;
    background: #fff;
    height: 250px;
    padding: 42px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-radius: var(--main-radius, 10px);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-direction: row-reverse;
  }
  
  .devices-pcb__figure {
    position: relative;
  }
  
  .devices-pcb__image {
    width: 385px;
    height: 250px;
    object-fit: cover;
    display: block;
    border:10px;
    border-radius: 10px;
    transition: transform 0.3s ease;
  }
  .devices-pcb__image:hover{
    transform: scale(1.05);
  }
  .devices-pcb__body {
    flex: 1;
    padding-right: 102px;
  }
  .devices-pcb__card--reverse .devices-pcb__body {
    padding-left: 0;
    padding-right: 52px;
  }
  .devices-pcb__title {
font-family: 'HarmonyOS Sans';
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 22px;
color: #26272A;
  }
  
 .devices-pcb__desc {
font-family: 'HarmonyOS Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #26272A;
margin: 30px 0;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
overflow: hidden;
 }
  
 .listBlog{
 }

.listBlog .item{
    position: relative;
    height:460px; background-color:#fff; border-radius:10px; overflow:hidden;border:1px solid var(--aiv-color-border,#e8e8e8)}

.listBlog .item:hover{box-shadow:var(--primary-shadow)}

.listBlog .item .pic{height:250px;}

.listBlog .item .cnt{padding:20px;}

.listBlog .item a.tit{


font-family: 'HarmonyOS Sans';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 130%;
letter-spacing: -0.03em;

color: #26272A;


}

.listBlog .item a.tit:hover{color:#0060FF}

.listBlog .item .desc{
 font-size:.7em;
font-family: 'HarmonyOS Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
color: #37393F;
height: 4.5em;
color: #191919;
margin: 12px 0;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.aiv-card__blog__link{
    color: #0060FF !important;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    font-size: 16px;
    font-weight: 700;
  }
  .aiv-card__blog__link::after {
    content: "\2192";
    position: absolute;
    bottom: -12px;
    left: 90px;
    transform: translateY(-52%);
    transition: transform 0.1s ease;
  }
  .aiv-card__blog__link:hover::after {
    transform: translateX(12px) translateY(-52%);
  }
.listBlog .item em{display:block; font-size:.7em; color:#999; margin-bottom:12px}
/* contact us  */

.boxGetInTouch{max-width:100%; padding:60px 40px 40px 40px;margin-bottom: 40px;background-color: #fff;}

.boxGetInTouch>b{font-size:1.5em; display:block; margin-bottom:.5em}

.boxGetInTouch .input{display:flex; justify-content:space-between; gap:20px; padding-bottom:1em; flex-direction: row; flex-wrap: wrap;}

.boxGetInTouch .form-item {
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.boxGetInTouch .form-label {
    font-family: 'HarmonyOS Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'HarmonyOS Sans';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 18px;
position: relative;
color: #424242;
padding-left: 10px;
}

.boxGetInTouch .form-label.required::before {
    content: "*";
    font-size: 16px;
    color: #0060FF;
    position: absolute;
    top: 20%;
    left: 0;
}

.boxGetInTouch .ipt{background-color:#fff; border:1px solid #DEDEDE; border-radius:4px; font-size:14px; padding:10px 15px; 
    box-sizing:border-box; width:100%; font-weight:normal; height: 48px;
}

.boxGetInTouch textarea.ipt{display:block; margin-bottom:2em; width:100%!important;}

.boxGetInTouch .bnsa{font-size:16px;font-weight: 500; padding:0.6em 2em; display: block}
.boxGetInTouch .bnsa2{font-size:16px;font-weight: 500; padding:0.6em 3em; margin:0em 30px 0em 0px;
    color: #0060FF;
    border:2px solid #0060FF; border-radius: 8px; display: block;cursor: pointer;}
.boxGetInTouch__title{
font-family: 'HarmonyOS Sans';
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 22px;
margin-bottom: 40px;



}