@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800&display=swap');

:root {
    --primary: #e4252a;
    --dark: #1a1a1a;
    --gray-bg: #fdfdfd;
    --text-muted: #666;
}

body {
    font-family: 'Montserrat', sans-serif !important;
}

/* Tái cấu trúc tiêu đề chung */
.title-main {
    text-align: center;
    margin-bottom: 50px;
}
.title-main span {
    max-width: 100%;
}
.title-main label:before {
    border-left: 0;
}

.title-main {
  text-align: center; /* Đảm bảo thẻ cha được căn giữa */
}

.title-main label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  display: inline-block; /* Bắt buộc để căn giữa theo chiều ngang */
  position: relative;
  padding-bottom: 5px; /* Tăng khoảng cách giữa chữ và gạch */
  color: #e4252a; /* Màu chữ đỏ giống trong ảnh */
  background:none;
  margin:0;
}

/* Căn giữa đường gạch đỏ */
.title-main label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%; /* Đẩy lề trái đến giữa thẻ label */
  transform: translateX(-50%); /* Dịch chuyển ngược lại 50% độ dài đường gạch để căn giữa hoàn toàn */
  width: 30px; /* Độ dài đường gạch (tùy chỉnh cho vừa ý bạn) */
  height: 2px; /* Độ dày đường gạch (làm dày hơn cho giống ảnh) */
  background-color: #e4252a; /* Màu gạch đỏ */
}
.title-main-2 label {
    padding: 0;	
    padding-bottom: 5px;
}
.title-main-2 label::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #e4252a;
    transform: none;
}

img {
	max-width: 100%;
}
.hide {
    display: none!important;
}
.color_white{color:white;}
.base_color {color:#ec1f25;}
.base_color_2 {color:#ef8121;}

.main-img{width: 100%;height: auto;}
.font-bold {
	font-weight: bold;
}
.w100 {
	width: 100% !important;
}
.mg0 {
	margin: 0 !important;
}
.mgl0 {
	margin-left: 0;
}
.mgr0 {
    margin-right: 0;
}
.mgt0 {
    margin-top: 0;
}
.mgb0 {
    margin-bottom: 0;
}
.pd0 {
	padding: 0;
}
.pdl0 {
	padding-left: 0 !important;
}
.pdr0 {
    padding-right: 0 !important;
}
.mt15 {
    margin-top: 15px;
}
.h30 {height:30px;clear: both;}
.h50 {height:50px;clear: both;}
.h100 {height:100px;clear: both;}
.uppercase {
	text-transform: uppercase;
}
.mobile {
	display: none !important;
}
.text-center {
	text-align: center;
}
.cb:after {
	clear: both;
	content: '';
    display: block;
}
.scrollup {
    opacity: 1;
    position: fixed;
    bottom: 35px;
    right: 20px;
    display: none;
    z-index: 999;
}
a.scrollup:hover div {
	background: #386E97 !important;
}
a.scrollup:hover i {
	color: white !important;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.content-right h3 {
    font-size: 38px;
}
.slide-content {
    display: none;
}
.menu {
    position: relative;
	padding:0;
}
.menu-mega {
    background: none;
}
.menu ul li:hover > a h2 {
    color: #fffac3;
}
.owl-carousel .item:before, .owl-carousel .item:after {
	content:none;
}
.slider-container, .owl-carousel .item {
    /*height: 650px;*/
	height: calc(100vh - 125px);
}

/* ============================================================
   RE-DESIGN HEADER 50% - TRƯỜNG LÁI HOÀNG THỊNH
   ============================================================ */

/* 1. Thanh Topbar (Địa chỉ & Hotline) */
.menu .header {
    background-color: #f8f9fa !important;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

.menu .header p {
    margin-bottom: 0;
    font-size: 13px;
    color: #555;
    font-weight: 500;
}

.menu .header p img {
    width: 16px;
    margin-right: 8px;
    filter: grayscale(1); /* Làm icon tinh tế hơn */
}

/* 2. Header chính & Sticky */
.menu-mega {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    padding: 10px 0 !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
    height: auto !important;
    padding: 2px 0 !important;	
}

/* 3. Tinh chỉnh Logo */
.max-logo {
    flex: 0 0 auto;
    margin-right: 20px;
}
.logo-header {
    margin-right: 0;
}
.max-logo img {
    max-height: 80px; 
    width: auto;	
    transition: transform 0.3s ease;
}

/* 4. Tái cấu trúc Menu Navigation */
.menu-mega ul {
    margin: 0 auto 0 0 !important; /* Đẩy menu về phía trái, sau logo */
}

.menu-mega ul li {
    padding: 0 5px;
}

.menu-mega ul li a {
    padding: 10px 5px !important;
    position: relative;
    display: block;
}

/* Loại bỏ style thô của h2 bên trong a */
.menu-mega ul li a h2 {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin: 0 !important;
	padding: 12px 0px!important;
    text-transform: uppercase;
    transition: color 0.3s;
}

.menu-mega ul li:hover a h2 {
    color: #e4252a !important;
}

.menu-mega ul li:hover a::after {
    width: 70%;
}

/* 5. Nút Đăng ký khóa học (CTA) */
.btn-date {
	width: 196px;
    background: linear-gradient(135deg, #e4252a 0%, #c31829 100%) !important;
    color: #fff !important;
    padding: 10px 25px !important;
    border-radius: 50px !important;
    display: flex !important;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    box-shadow: 0 4px 15px rgba(228, 37, 42, 0.3) !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.btn-date i {
    font-size: 18px !important;
    margin: 0 !important;
}

.btn-date:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(228, 37, 42, 0.5) !important;
    color: #fff !important;
    background: #c31829 !important;
}

/* 6. Fix Dropdown Menu */
.menu-mega ul li ul {
    border-top: 3px solid #e4252a !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
    border-radius: 0 0 8px 8px;
    padding: 10px 0 !important;
}

.menu-mega ul li ul li a h2 {
    text-transform: none !important;
    font-weight: 500 !important;
}

/* 7. Ẩn Hamburger trên desktop (nếu có) */
#hamburger {
    display: none;
}

@media (max-width: 991px) {
    #hamburger { display: block; }
    .menu-mega ul, .btn-date { display: none !important; }
}

/* --- LÀM MỚI TOP HEADER (ĐỊA CHỈ & HOTLINE) --- */
.menu .header {
    /* Tạo background dải màu từ đỏ đô sang đỏ tươi đặc trưng của ngành xe */
    background: linear-gradient(90deg, #1a1a1a 0%, #333 100%) !important; 
    padding: 10px 0 !important;
    border-bottom: 2px solid #e4252a; /* Đường kẻ đỏ thương hiệu để ngăn cách */
    position: relative;
    z-index: 1001;
}

/* Tùy chỉnh nội dung bên trong */
.menu .header .wrap-content {
    /*max-width: 1200px;*/
    margin: 0 auto;
}

.menu .header p {
    color: #ffffff !important; /* Chữ trắng trên nền tối trông sẽ sang hơn */
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0.9;
}

/* Làm nổi bật Hotline */
.menu .header p b {
    color: #ffc107 !important; /* Màu vàng Gold cho Hotline để gây chú ý */
    font-weight: 700;
    font-size: 15px;
}

/* Hiệu ứng bóng bẩy cho icon */
.menu .header p img {
    filter: brightness(0) invert(1); /* Chuyển icon sang màu trắng để hợp với nền tối */
    width: 16px;
    height: auto;
}

/* Tạo một chút đổ bóng cho toàn bộ khối header */
.menu {
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.btn-date {
    display: flex !important;
    align-items: center;
    gap: 12px; /* Tạo khoảng cách giữa icon và chữ */
    padding: 10px 18px !important;
}

.btn-date i {
    font-size: 15px !important; /* Giảm size xuống một chút để thanh thoát hơn */
    margin: 0 !important;
    vertical-align: middle;
}

/* --- SECTION ABOUT REDESIGN --- */
.section-about {
    padding: 80px 0;
    background-color: #ffffff;
}

/* Hiệu ứng ảnh có khung và Badge kinh nghiệm */
.about-image-wrapper {
    position: relative;
    padding: 10px;
}

.about-image-wrapper img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    width: 100%;
    max-height: 450px;
    object-fit: cover;	
}

.exp-badge {
    position: absolute;
    bottom: -20px;
    right: 20px;
    background: #e4252a;
    color: white;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(228, 37, 42, 0.4);
}

.exp-badge span {
    display: block;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.exp-badge p {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
}

/* Nội dung văn bản */
.section-about .title-main {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.3;
}

.desc-about {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px!important;
}

/* Feature Items thay cho list cũ */
.about-features {
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.icon-box {
    width: 50px;
    height: 50px;
    background: #fff5f5;
    color: #e4252a;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    border: 1px solid #ffebeb;
}

.feature-text label {
    display: block;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 5px;
    font-size: 16px;
}

.feature-text p {
    margin: 0;
    color: #777;
    font-size: 14px;
}

/* Nút xem thêm mới */
.btn-about-custom {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1a1a1a;
    color: #fff !important;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-about-custom:hover {
    background: #e4252a;
    transform: translateX(5px);
    box-shadow: 0 10px 20px rgba(228, 37, 42, 0.2);
}
/* Style cho tiêu đề chính */
.section-about .title-main {
    font-size: 28px !important; /* Giảm nhẹ size để nhường chỗ cho slogan phụ */
    font-weight: 700 !important;
    color: #1a1a1a;
    margin-bottom: 30px !important;
    line-height: 1.2;
    display: flex;
    flex-direction: column; /* Đẩy slogan phụ xuống hàng */
}

/* Style cho slogan phụ */
.sub-slogan {
    display: block;
    font-size: 18px !important;
    color: #e4252a; /* Sử dụng màu đỏ thương hiệu */
    font-weight: 500;
    margin-top: 8px!important;
    font-style: italic; /* Tạo sự khác biệt với tiêu đề chính */
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 20px;
}

/* Thêm một gạch nhỏ phía trước slogan phụ để tạo điểm nhấn */
.sub-slogan::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 2px;
    background: #e4252a;
    transform: translateY(-50%);
}

/* --- FOOTER MINIMALIST STYLE --- */
.footer {
    background: #111111 !important; /* Đen sâu hơn để sang trọng */
    padding-top: 60px;
    color: #ffffff;
}

.footer-column {
    margin-bottom: 20px;
}

/* Logo & Intro */
.logo-footer {
    margin-bottom: 0;
}
.logo-footer img {
    max-height: 110px;
    margin-bottom: 10px;
}

.footer-intro {
    color: #999;
    font-size: 14px;
    line-height: 1.7;
    padding-right: 30px;
}

/* Tiêu đề cột */
.title-footer {
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
}

.title-footer::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 35px;
    height: 2px;
    background: #e4252a;
}

/* Danh sách link */
.footer-ul {
    list-style: none;
    padding: 0;
}

.footer-ul li {
    margin-bottom: 12px;
}

.footer-ul li a {
    color: #999 !important;
    font-size: 14px;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-ul li a:hover {
    color: #e4252a !important;
    transform: translateX(5px);
}

/* Thông tin liên hệ */
.contact-footer p {
    color: #999;
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-footer p i {
    color: #e4252a;
    font-size: 16px;
    margin-top: 3px;
}

.contact-footer p b {
    color: #fff;
}

/* Copyright Section */
.footer-powered {
    border-top: 1px solid #222;
    padding: 20px 0;
    background: #0a0a0a;
}

.footer-powered p {
    font-size: 13px;
    color: #555;
    margin: 0;
}

.footer-powered span {
    color: #e4252a;
    font-weight: 600;
}
.footer-article .wrap-content, .footer-powered .wrap-content {
    padding: 0px;
}

.learning-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.learn-item {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.learn-item .step { font-weight: 800; color: #eee; font-size: 30px; display: block; margin-bottom: 20px;}
.learn-item h4 { font-size: 18px; font-weight: 700; margin: 10px 0; }

.course-container {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}
.course {
    display: flex !important;
    align-items: center;
    gap: 20px;
    padding: 15px;
    border-bottom: 1px solid #f1f1f1;
    transition: 0.3s;
}
.course:hover { background: #fff5f5; }
.img-main { width: 100px !important; height: 100px; border-radius: 10px; object-fit: cover; }
.badge-status { 
    background: #28a745; color: #fff; font-size: 11px; 
    padding: 3px 10px; border-radius: 20px; display: inline-block;
}
.box-testimonial {
    padding: 20px;
}
.testimonial {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.testimonial::before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    position: absolute; top: 20px; right: 30px;
    font-size: 40px; color: #f1f1f1;
}
.profile img {
    width: 60px !important; height: 60px;
    border-radius: 50%; border: 3px solid var(--primary);
}
/* Style cho nhãn "Lộ trình đào tạo" */
.box-why-new label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #e4252a; /* Màu đỏ thương hiệu */
    text-transform: uppercase; /* In hoa toàn bộ */
    letter-spacing: 2px; /* Khoảng cách giữa các chữ cái rộng ra cho sang */
    margin-bottom: 12px;
    position: relative;
    padding-bottom: 5px;
}

/* Thêm một gạch nhỏ dưới label để tạo điểm nhấn (tùy chọn) */
.box-why-new label::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #e4252a;
}

/* Căn chỉnh lại H3 đi kèm để không bị quá sát */
.box-why-new h3 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.3;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 20px;
}
.section-date .slick-vertical .slick-slide {
    width: 100%;
}

/* --- RESET & LAYOUT --- */
.section-post {
    padding: 80px 0;
    background: #fdfdfd;
}

.grid-post {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Chia 4 cột */
    gap: 20px; /* Khoảng cách giữa các thẻ */
}

/* --- CARD STYLE --- */
.item-post {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid #f1f1f1;
    text-decoration: none !important;
    height: 100%;
	padding: 0;
}

.item-post:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border-color: #e4252a;
}

/* --- HÌNH ẢNH --- */
.images-post {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3; /* Giúp ảnh luôn đồng bộ tỉ lệ */
	top:0;
}

.images-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.item-post:hover .images-post {
    transform: none;
}
.item-post:hover .images-post img {
    transform: none;
}

.course-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #e4252a;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
}

/* --- NỘI DUNG --- */
.info-post {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.info-post h3 {
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 15px;
    transition: 0.3s;
}

.item-post:hover h3 {
    color: #e4252a;
}

/* --- LIST ƯU ĐIỂM --- */
.info-post .desc ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.info-post .desc ul li {
    font-size: 13.5px;
    color: #666;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
	background: none;	
}

.info-post .desc ul li::before {
    content: "✓";
    color: #28a745;
    font-weight: bold;
}

/* --- NÚT BẤM MỚI --- */
.btn-view {
    margin-top: auto;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
    display: none;	
}

.btn-view i {
    font-size: 12px;
    transition: 0.3s;
}

.item-post:hover .btn-view {
    color: #e4252a;
}

.item-post:hover .btn-view i {
    transform: translateX(5px);
}

/* --- RESPONSIVE --- */
@media (max-width: 1200px) {
    .grid-post { grid-template-columns: repeat(2, 1fr); } /* 2 cột cho màn hình vừa */
}

@media (max-width: 600px) {
    .grid-post { grid-template-columns: 1fr; } /* 1 cột cho mobile */
}

.section-video {
    width: 100%;
    border-radius: 8px; /* Độ bo tròn góc */
    overflow: hidden;    /* Bắt buộc có để cắt phần thừa của video tại góc */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); /* Đổ bóng cho sang trọng hơn */
    background-color: #000; /* Nền đen tránh lộ khoảng trắng khi video chưa tải */
    line-height: 0;      /* Khử khoảng hở nhỏ dưới chân video */
	margin-top:0;
	height: 100%;
    width: 100%;
}

.section-video video {
	width: 100%;
    height: 100%;       /* Ép cao 100% theo cột trái */
    object-fit: cover;  /* Quan trọng: Giúp video lấp đầy khoảng trống mà không bị biến dạng */
    border-radius: 8px; /* Bo góc cho giống thiết kế */
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); /* Hiệu ứng đổ bóng nếu cần */
}

.reason-card h4 {
    margin-top: 20px;
}

.area-banner {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Container bao ngoài sử dụng Grid để chia 3 cột */
.post-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Chia 3 cột bằng nhau */
    gap: 30px; /* Khoảng cách giữa các item */
    padding: 20px 0;
}

/* Style cho từng Item tin tức */
.post-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
}

.post-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: var(--color);
}

/* Xử lý hình ảnh */
.post-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: 0.5s;
}

.post-item:hover .post-image img {
    transform: scale(1.1);
}

/* Phần nội dung chữ */
.post-text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.post-title {
    margin: 0 0 12px 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}

.post-title a {
    color: var(--color) !important;
    text-decoration: none;
    transition: 0.2s;
    /* Giới hạn tiêu đề trong 2 dòng */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Đường gạch ngang nhỏ trang trí */
.is-divider {
    height: 2px;
    width: 40px;
    background-color: var(--color);
    margin: 10px 0 15px 0;
}

.post-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    /* Giới hạn mô tả trong 3 dòng để các box đều nhau */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

/* Responsive: Trên máy tính bảng chia 2 cột, điện thoại 1 cột */
@media (max-width: 992px) {
    .post-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .post-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.control-carousel {
    top: calc(50% - 70px / 2);
    width: 40px;
    height: 40px;
	line-height: 40px;	
    font-size: 16px;	
}
.prev-slideshow {
    left: 10px;
}
.next-slideshow {
    right: 10px;
}