.logo-area img {
    border-radius: 5px;
}

.brand-inner img {
    width: 120px;
    height: auto;
    border-radius: 10px;
}

.rolling-text {
    height: 26px;
}

.logo img {
    border-radius: 10px;
}
/* banner slide 2-3 เปลี่ยนจาก <h1> เป็น <div> เพื่อไม่ให้มี H1 ซ้ำในหน้าเดียว
   (SEO) - คัดกฎ animation ของ h1.title เดิมมาใช้กับ div.title ให้แสดงผลเหมือนเดิมทุกประการ */
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner div.title {
    animation: fadeInUp2 1s linear;
    animation-delay: 0.8s;
    opacity: 1;
}
