* {
    font-family: 'Barlow', 'IBM Plex Sans Thai', sans-serif;
}

a {
    text-decoration: none;
    cursor:pointer;
}

:root {
    /*--- Color ---*/
    --theme: #0a1430;
    --theme-light: #22409A;
    --theme-light-hover: #2a4db6;
    --theme-light-hover2: #3c5ab4;
    --white: #fff;
    --grey : #C1BEBE;
    --grey-dark : #929292;
    --black:#212529;
    /*--- Font Size ---*/
    --font-xxsmall: 10px;
    --font-xsmall: 12px;
    --font-small: 14px;
    --font-p: 16px;
    --font-h5: 18px;
    --font-h4: 20px;
    --font-h3: 22px;
    --font-h2: 24px;
    --font-h1: 26px;
    --font-big:30px;
    --font-xbig:36px;
    --font-head:80px;
    --font-h-error:72px;
    --font-error:24px;
}
html[lang="th"] body {
  font-family: 'Prompt', sans-serif;
}

html, body {
    height: 100%;
    display: flex;
    flex-direction: column;
}
  
.main-content {
    flex: 1;
}
  
footer {
    background-image: url('/images/bg-nav.png');
    color: white;
    text-align: center;
    padding: 10px 0;

}
  
html {
    font-size: var(--font-p);
    position: relative;
    min-height: 100%;
}
.bg1 {
    background-image: url('/images/bg-1.png');
    background-size: cover;
    background-position: top; 
    background-repeat: no-repeat;
}
.bg2 {
    background-image: url('/images/bg-2.png');
    background-position: top; 
    background-repeat: no-repeat;
}
.bg3 {
    background-image: url('/images/bg-3.png');
    background-size: cover;
    background-position: top; 
    background-repeat: no-repeat;
}
.bg4 {
    background-image: url('/images/bg-4.png');
    background-position: top; 
    background-repeat: no-repeat;
}
.bg5 {
    background-image: url('/images/bg-5.png');
    background-position: top; 
    background-repeat: no-repeat;
    background-size: cover;
}
.bg6 {
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-liner{
    background: linear-gradient(to top, #000000, #1c3f8a00);
    color: white;
    margin-left: -12px;
    margin-right: -12px;
}

/*Navbar*/
.navbar {
    background-image: url('/images/bg-nav.png');
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 10px 0;
    text-align: center;
    color: white;
}

.logo-nav {
    margin: 0 0 0 20px;
    width: 132px;
}
.nav-item a{
    color:var(--white);
}
.nav-item{
    padding :10px;
}
.icon-contact{
    width: 30px;
    transition: all 0.3s ease;
}
.icon-contact:hover{
    transform: scale(1.2);
}
.icon-switch{
    margin-left: 3px;
    width: 7px;
}
.contact-nav{
    color :var(--white);
    text-decoration: none;
}
.bg-nav{
    background-color: var(--black);
}
.buy-button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
  }
.buy-button:hover{
    transform: scale(0.9);
}
  
.buy-icon {
    width: 50px;
    height: 50px;
    display: block;
    margin-right: 15px;
}
  
.buy-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    pointer-events: none;
}

.language-switch{
    cursor: pointer;
}
.center-nav-respon{
    justify-content: center;
}
.navbar-toggler-icon{
    width: 20px;
}
  

/* ทำให้ dropdown แสดงเมื่อ hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
  
.dropdown-menu {
    margin-top: 0;
    border-radius: 8px;
}

/*Padding*/
.home-pad{
    padding-top: 250px;
    padding-bottom: 100px;
}
.home-pad2{
    padding-top: 400px;
}
.service-pad{
    padding-top: 100px;
    padding-bottom: 100px;
}
.card-pad{
    padding-top: 10px;
}
.pad-whychoose{
    padding-left: 50px;
}
.logo-sm{
    width: 70px;
}
.pad-text-about{
    padding-top: 50px;
}
.pad-about{
    padding-top: 50px;
    padding-bottom: 150px;
}
.pad-r-d{
    padding-top: 50px;
    padding-bottom: 50px;
}
.pad-search{
    padding-top: 100px;
    padding-bottom: 100px;
}
.pad-search-main{
    padding-top: 100px;
    padding-bottom: 50px;
}
.pad-moto{
    padding-top: 100px;
    padding-bottom: 100px;
}
.pad-blog{
    padding-top: 40px;
    padding-bottom: 100px;
}
.pad-search-product{
    padding-top: 60px;
    padding-bottom: 20px;
}
.pad-dealer{
    padding: 10px 0 10px 0 !important;
}
.pad-about-page{
    padding-top: 150px;
}
.pad-Research{
    padding-top: 50px;
    padding-bottom: 150px;
}
.pad-brand{
    padding-top: 200px;
}
.pad-cen{
    margin-left: auto;
    margin-right: auto;
}
.respon-moto{
    padding-top: 15px;
}
.pad-dealer-page{
    padding-top: 150px;
    padding-bottom: 50px;
}
.respon-dealer{
    padding-top: 20px !important;
}
.pad-btn-info{
    padding-top: 85px;
}
.pad-job{
    padding-top: 150px;
    padding-bottom: 150px;
}

/* Start-audio */

/* Start-audio */


/* Card */
.card-services{
    width: 350px;
    height: auto;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15), 
    0 10px 40px rgba(0, 0, 0, 0.1);
}
.service-pic{
    width: 90px;
}
.service-setting-pic{
    width: 30px;
    height: 30px;
}
.text-service{
    color: var(--black);
    padding:20px 0 0 0px;
    font-size: 30px;
    font-weight: bold;
}
.service-info{
    color:#757575;
    padding-left:10px ;
    font-size: 16px;
}
.line-grey{
    width: 90%;
    height: 1px;
    background-color: var(--grey);
    margin: 30px auto;
}

.card-check{
    display: flex;
    justify-content: start;
}
.card-advice{
    display: flex;
    justify-content: center;
}
.card-install{
    display: flex;
    justify-content: end;
}

.text-dealer{
    font-size: 14px;
}

/* product-info */
.text-info-page{
    font-size: 24px;
    color:var(--black);
    font-weight: bold;
}
.text-info-page2{
    font-size: 28px;
    color:var(--black);
    font-weight: bold;
}
.text-info-page3{
    font-size: 18px;
    color:var(--black);
}
.text-info-page4{
    font-size: 28px;
    color:var(--black);
}
.text-info-page5{
    font-size: 36px;
    color:var(--grey);
}
.pad-text-info{
    padding-left: 100px;
}

/*Home*/
.light-pic{
    display: block;
    width: 100%;
    filter: drop-shadow(0px 0px 150px rgba(255, 255, 255, 0.3));
}
.pic-home{
    width: 636px;
}
.delete-pic{
    width: 20px;
    transition: all 0.3s ease;
}
.delete-pic:hover{
    width: 20px;
    transform: scale(1.15);
}
.text-home{
    color:var(--white);
    font-size:var(--font-head);
    font-weight: 700;
}
.text-theme{
    color:var(--theme-light);
    font-weight: bold;
}
.text-head-30{
    font-size: var(--font-big);
    color: var(--white);
}
.text-head-36{
    font-size: var(--font-xbig);
    color: var(--white);
    font-weight: bold;
}
.text-custom{
    color: #000;
}
.text-custom2{
    color: #22409A;
}
.text-custom3{
    color: var(--white);
}
.text-custom4{
    color: red;
}
.text-custom5{
    font-size: 12px;
    color: #ffffff;
}
.text-grey {
    color: var(--grey-dark);
}
.text-search{
    font-size: 36px;
    color: var(--black);
    font-weight: bold;
}
.text-blog{
    font-size: 36px;
    color: var(--white);
    font-weight: bold;
}
.text-form {
    padding-top: 10px;
}
.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
    height: 450px;
}
  
.image-item.large {
    grid-row: span 2;
}
  
.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
  
.image-item {
    position: relative;
    overflow: hidden;
}
.logo-brand{
    width: 170px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.logo-brand:hover{
    transform: scale(1.2);
}
  
.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
}
.carousel-indicators {
    margin-bottom: -1.5rem;
}

/* widget */
.chat-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.chat-button {
    background-color: #ebebeb;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.chat-button img {
    width: 40px;
    height: 40px;
}

.chat-icons {
    position: absolute;
    bottom: 60px;
    right: 0;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.7s ease-in-out, opacity 0.5s ease-in-out, visibility 0s 0.5s;
}

.chat-icons.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.chat-icon {
    display: block;
    margin-bottom: 5px;
}

.chat-icon img {
    width: 60px;
    height: 60px;
}
  
/* About */
.pic-about{
    width: 100%;
    padding: 0 0 0 40px;
    height: 400px;
    object-fit: cover;
}
.pic-about2{
    width: 800px;
    padding: 0 40px 0 0;
}

/* stats */
.stats-left {
    background: linear-gradient(to top, #0e2a58, #1c3f8a);
    color: white;
    text-align: center;
    padding: 20px;
}
#waveform {
    border-radius: 12px;
  }


/* ส่วนขวาของ Card */
.stats-right {
    background: white;
    padding: 20px;
}

.stat-item {
    text-align: center;
}

.stat-item h2 {
    font-weight: bold;
}

.stat-item span {
    color: red;
}
.shadow{
    filter: drop-shadow(0px 0px 150px rgba(255, 255, 255, 0.3));
}
.stats-card {
    margin-top: -90px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.swiper-button-next, .swiper-button-prev {
    color: var(--grey, var(--grey)) !important;
}
.swiper-pagination-bullet-active {
    background: var(--theme-light, var(--theme-light)) !important;
}
.splide__pagination__page.is-active {
    background: var(--theme-light) !important;;
}

.btn-cart{
    padding: 7px 25px;
    border-radius: 0px;
    --bs-btn-color: var(--theme-light);
    --bs-btn-border-color: var(--theme-light);
    --bs-btn-hover-color: var(--theme-light);
    --bs-btn-hover-bg: var(--white);
    --bs-btn-hover-border-color:var(--theme-light-hover2);
    --bs-btn-active-bg: var(--theme-light-hover2);
    --bs-btn-active-border-color: var(--theme-light-hover2);
    transition: all 0.3s ease;
}
.btn-cart:hover{
    transform: scale(1.03);
}
.btn-buy {
    padding: 8px 25px;
    border-radius: 0px;
    font-weight: bold;
    color: white;
    background: linear-gradient(120deg, var(--theme-light) 0%, var(--theme-light-hover) 100%);
    background-size: 200% 100%;
    transition: all 0.3s ease-in-out;
    border: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.btn-buy:hover {
    background-position: -100% 0;
    transform: scale(1.05);
}


/*Animations*/
html {
    scroll-behavior: smooth;
  }

.text-home, .btn-dexter,.text-home-info {
    opacity: 0;
    transform: translateY(50px);
    animation: slideIn 1s forwards;
}

/* กำหนด keyframe */
@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.light-pic {
    opacity: 0;
    transform: translateY(-50px);
    animation: slideDown 1s forwards;
}

/* กำหนด @keyframes */
@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.card-services {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 1s ease, transform 0.7s ease;
    position: relative;
}
  
.card-services.expand {
    opacity: 1;
    transform: scale(1);
}
.fade-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }
  
  .fade-up.show {
    opacity: 1;
    transform: translateY(0);
  }


/*Button*/

.btn-dexter{
    padding : 10px 85px;
    border: none;
}
.btn-dexter:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #0056b3;
    color: #fff;
}
.btn-search{
    color:white;
    --bs-btn-border-color: #ffffff;
    background-color: var(--theme-light);
    transition: all 0.3s ease;
}
.btn-search:hover{
    color:#ffffff;
    background-color: var(--theme-light-hover);
    transform: scale(1.01);
}

.custom-close-btn {
    position: fixed;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.5);
    color: black;                         
    border: none;
    font-size: 18px;                      
    font-weight: bold;                
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1060;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); 
    transition: background 0.3s ease;
  }
  
  .custom-close-btn:hover {
    background: rgba(255, 0, 0, 0.8);      /* Hover เป็นสีแดง */
    color: white;                          /* ตัว X เป็นขาวตอน hover */
  }

  /* container custom */
  .container-custom {
    max-width: 1000px;
  }

/* form */

.form-select{
    transition: all 0.3s ease;
}
.form-select:hover{
    transform: scale(1.01);
}

/* Product-home */
.product-card {
    background: white;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

/* ตั้งค่ารูปสินค้า */
.product-card img.product-image {
    height: 230px;
    transition: transform 0.3s ease-in-out;
}

/* กรอบด้านล่างของสินค้า */
.product-info {
    background: #F5F5F5;
    padding: 15px;
    transition: background 0.3s ease-in-out;
}

/* ตั้งค่า Font */
.product-title {
    font-weight: bold;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: start;
}

.product-desc {
    font-size: 14px;
    margin-bottom: 0px;
    display: flex;
    justify-content: start;
}

.product-card:hover {
    transform: scale(1.02);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.product-card:hover .product-info {
    background: #003366;
    color: rgb(211, 211, 211);
}


/* blog-Home */
.blog-card {
    background: white;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
}

/* ตั้งค่ารูปสินค้า */
.blog-card img.blog-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
}

/* กรอบด้านล่างของสินค้า */
.blog-info {
    background: #F5F5F5;
    padding: 15px;
    transition: background 0.3s ease-in-out;
}

/* ตั้งค่า Font */
.blog-title {
    font-weight: bold;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: start;
}
.img-setting p img{
    left:0px !important;
}

.blog-desc {
    font-size: 14px;
    margin-bottom: 0px;
    display: flex;
    justify-content: start;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-desc-5 {
    font-size: 14px;
    margin-bottom: 0px;
    display: flex;
    justify-content: start;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cut-text-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card:hover {
    transform: scale(1.02);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.tag-blog {
    position: absolute;
    top: 73%;
    left: 5%;
    width: auto;
    height: 30px;
    transform: translateY(-50%);
    background-color: #22409A;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius:0;
    z-index: 2;
    align-items: center;
    justify-content: center;
    display: flex;
}

.blog-card {
    background: white;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: 0.3s;
    z-index: 2;
}

.business-card {
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1),0px 10px 20px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    width: 100%;

}
.business-card:hover {
    transform: scale(1.04);
}

.tag-new{
    color: #fff;
    font-size: 12px;
    background-color: var(--theme-light);
    padding: 7px 30px;

}
/* card */
.card-img-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.card-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.business-card img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    object-fit: cover;
}
.contact-info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-info img {
    width: 30px;
    height: 30px;
}

/* pagination */
.pagination .page-item.active .page-link {
    background-color: var(--theme-light);
    border-color: transparent;
    color: white;
}

.pagination .page-link {
    color: #0d6efd;
    border: none;
}

.pagination .page-link:hover {
    background-color: #e9ecef;
}

/* news */
.card-news{
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}
.card-news:hover{
    transform: scale(1.03);
}

/* table */
.custom-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0%) !important;
}

.custom-table th {
    padding: 12px;
    text-align: left;
    width: 40%;
    font-size: 26px;
    color: var(--black);
    font-weight: normal;
}

.custom-table td {
    font-size: 26px;
    color: var(--grey);
    font-weight: normal;
}

.custom-table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table-title {
    font-size: 34px;
    color: var(--grey);
}
.table>:not(caption)>*>* {
    background-color: #ffffff00;
}

 /* Start-Modal About-Page */
.modal-content2 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}
 /* End-Modal About-Page */


 /* Start-Modal HomePage */
 .promo-img {
    width: 100%;
    max-width: 1600px;
    height: auto;
    max-height: 90vh;
    display: block;
    margin: auto;
    transition: transform 0.3s ease-in-out;
    object-fit: contain;
    cursor: pointer;
  }

  .modal-content {
    background: transparent;
    border: none;
    position: relative;
  }
  .modal-body {
    cursor: pointer;
  }

   /* End-Modal HomePage */


  /* Start-Effect */
  canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: transparent;
  }
  
  .falling-leaf {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    animation: fall 10s infinite linear;
  }
  
  @keyframes fall {
    0% { transform: translateY(-100px); opacity: 1; }
    100% { transform: translateY(100vh); opacity: 0; }
  }
    /* End-Effect */

    /* EFFECT Fade */

/* fade-in base */
.fade-in-section {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.6s ease-out;
  visibility: hidden;
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}

/* ดึงจากซ้าย */
.fade-in-left {
  transform: translateX(-50px);
}

/* ดึงจากขวา */
.fade-in-right {
  transform: translateX(50px);
}

/* ดึงจากล่าง */
.fade-in-up {
  transform: translateY(50px);
}

/* EFFECT Fade */

.brand-logo {
  height: 200px;
  width: auto;
  object-fit: contain;
  transition: transform 0.2s ease-in-out;
}
.brand-logo:hover {
  transform: scale(1.1);
}






/*--------------------------------------------------------
    Start: Responsive View Google Chrome
----------------------------------------------------------*/
/* Nest Hub*/
@media (max-width: 1199px) {
    .logo-nav{
        margin: 0 0 0 10px;
        width: 90px;
    }
    .home-pad{
        padding-top: 120px;
        padding-bottom: 100px;
    }
    .text-home{
        font-size:60px;
    }

    /* CARD */
    .service-info{
        font-size: 14px;
    }
    .service-pad{
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .card-pad{
        padding-top: 10px;
    }

    .pad-text-about{
        padding-top: 30px;
    }

    .product-card img.product-image {
        width: 200px;
        height: 170px;
    }
    .respon-dealer{
        padding-top: 30px;
    }
    .hide-nest{
        display: none;
    }
    .pic-about{
        width: 100%;
    }
    .pad-r-d {
        padding-bottom: 0px;
    }
    .pad-about {
        padding-bottom: 50px;
    }
    .pad-search {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pad-blog {
        padding-bottom: 30px;
    }
    .splide__arrow--prev{
        display: none !important;
    }
    .splide__arrow--next{
        display: none !important;
    }
    .text-dealer{
        font-size: 10px;
    }
    .respon-dealer{
        padding-top: 20px !important;
    }

    .hide-spece{
        display: none;
    }
    .pad-btn-info{
        padding-top: 5px;
    }
    .text-info-page3{
        font-size: 16px;
    }
    .swiper-button-next{
        display: none;
    }
    .swiper-button-prev{
        display: none;
    }
}


/* Surface Pro 7*/
@media (max-width: 991px) {
    .text-home{
        font-size:48px;
    }
    .pic-home{
        width: 536px;
        margin-left:auto;
        margin-right:auto;
    }


    .text-head-30{
        font-size: 24px;
    }
    .text-head-36{
        font-size: 30px;
    }
    .text-service{
        font-size: 24px;
    }
    .service-info{
        font-size: 16px;
    }

    .service-pic{
        width: 50px;
    }

    .service-pad{
        padding-top: 10px;
    }
    .card-pad{
        padding-top: 10px;
    }

    .card-install{
        padding-top: 25px;
    }
   
    .pt-5{
        padding-top: 20px !important;
    }
    .pic-about,.pic-about2{
        padding: 0px;
    }

    .respon-card{
        padding-top: 20px;
    }
    .hide-nest{
        display: block;
    }
    .hide-dealer{
        display: none;
    }
    
}



/* iPad Mini*/
@media (max-width: 769px) {
    .pad-text-about {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .pad-Research{
        padding-bottom: 100px;
    }

}


/* Surface Duo*/
@media (max-width: 569px) {
    .pic-home{
        width: 436px;
        margin-left:auto;
        margin-right:auto;
    }
    .home-pad{
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .text-head-30{
        font-size: 20px;
    }
    .text-head-36{
        font-size: 26px;
    }
    .text-service{
        font-size: 24px;
    }
    .service-info{
        font-size: 14px;
    }

    .card-check{
        display: flex;
        justify-content: center;
    }
    .card-advice{
        display: flex;
        justify-content: center;
        padding-top: 10px;
    }
    .card-install{
        display: flex;
        justify-content: center;
        padding-top: 10px;
    }
    .card-services{
        width: 100%;
        height: auto;
        padding-bottom: 30px;
    }
    .service-pad {
        padding-bottom: 50px;
    }
    .overlay-text{
        font-size: 24px;
    }
    .respon{
        padding-top: 10px;
    }
    .respon-card-col{
        padding-top: 20px;
    }
    .w100{
        width: 100%;
    }
    .text-dealer{
        font-size: 14px;
    }
    


    
}


/*iPhone 14 Pro Max*/
@media (max-width: 481px) {
    .pic-home{
        width: 350px;
        margin-left:auto;
        margin-right:auto;
    }
    .text-home{
        font-size:40px;
    }
    .mt-4{
        margin-top: 0px !important;
    }
    .col-9 {
        flex: 0 0 auto;
        width: 100%;
    }
    .text-head-30{
        font-size: 24px;
    }
    .text-service{
        font-size: 30px;
    }
    .pad-search{
        padding-top: 60px;
    }
    .text-blog{
        font-size: 28px;
    }
    .contact-footer {
        padding-bottom: 10px;
    }
    .pad-blog {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .respon-footer{
        padding-top: 15px;
    }
    .home-pad {
        padding-top: 80px;
        padding-bottom: 70px;
    }
    .btn-dexter {
        margin-top: 20px !important;
    }
    .pad-whychoose {
        padding-left: 20px;
    }
    .respon-btn{
        padding-top: 10px;
    }
    .custom-table th {
        font-size: 20px;
    }
    
    .custom-table td {
        font-size: 20px;
    }
    

}



/*iPhone SE*/
@media (max-width: 376px) {
    .text-dealer{
        font-size: 10px;
    }


}


/* Galaxy Fold 5*/
@media (max-width: 345px) {
    .text-home{
        font-size:30px;
    }
    .text-home-info{
        font-size: 14px;
    }
    .custom-table th {
        font-size: 16px;
    }
    
    .custom-table td {
        font-size: 16px;
    }


}
/*--------------------------------------------------------
    End: Responsive
----------------------------------------------------------*/