body, html {
    margin: 0;
    padding: 0;
    background: #cdcdcd;
}
h1,h2,h3,h4 { color: #3e9cd7; font-weight:bold;}
h1 {font-size: 25px;color:#3e9cd7;}
h3 {font-size:20px;}
p {font-size: 14px;}
#main {
  margin: 0px auto;
  max-width: 732px;
  display:block;
  background: #fff;
  margin: auto;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.1));
  border: 1px solid #818181;
  }
#main img {max-width:100%;}
#main header .logo {text-align:center;padding: 15px 0;border-bottom: 2px solid #fff;} 
.page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
hr {background:green;margin: 20px 0;}
.post-content {padding-top:20px;}
.archive-post-list .media {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.media:last-child {
    border-bottom: none;
}

.media-left {
    margin-right: 15px;
}

.archive-post-list .media-left img {
    width: 301px;
    height: auto;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.archive-post-list .media-left img:hover {
    transform: scale(1.05);
}

.archive-post-list .media-body {
    flex: 1;
}

.archive-post-list .media-body a {
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
    color: #0f876f;
}

.archive-post-list .media-body a:hover {
    color: red;
}

.archive-post-list .media-body p {
    /* font-size: 14px; */
    color: #777;
    margin-top: 5px;
}
.archive-post-list .btn-ct {padding: 5px 25px;background: #4fba69;border: none;color: #fff !important;font-size: 14px;}

.service-us h2 {
    font-size: 22px;
    padding: 20px 0 0 0;
    text-align: center;
    color: #0f876f;
};






.item-project img {
    width: 100%;
    height: 270px;
}

.list {padding: 7px;}
.list-service {
    position: relative;
    overflow: hidden;
}

.list-service .show {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    transform: translate(0,31px);
    transition: all .35s;
}

.title-ti {
    background: #4fba69;
    padding: 5px;
}

.title-ti h3 a {
    font-size: 11px;
    color: #fff;
    margin-bottom: 0;
    text-decoration: none;
}

.title-ti h3 {
    margin-bottom: 0;
    line-height: 10px;
}

.title-ti p {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
}

a.link-more {
    width: 100%;
    display: block;
    line-height: 31px;
    background: #159bd7;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
}

.list-service:hover .show {
    transform: translate(0,0);
}
.more-service {
    text-align: right;
    font-size: 17px;
    font-weight: 600;
}

.more-service a {
    color: #fff;
    text-decoration: none;
    PADDING: 30PX;
}
footer {background: #00800014;padding: 20px 0 10px;border-top: 1px solid green;}
footer h2 {font-size: 14px;color: green;font-weight: bold;}
footer h3 {font-size:13px;font-weight:bold;color: red;}
footer p {font-size:13px;line-height: 5px;}




@media screen and (min-width: 769px) {
    /* STYLES HERE */
}

@media screen and (min-device-width: 481px) and (max-device-width: 768px) { 
    /* STYLES HERE */
}

@media only screen and (max-device-width: 480px) {
    /* STYLES HERE */
    .archive-post-list .media-left img { width:160px }
    .archive-post-list p {display:none;}
    .archive-post-list a {font-size:12px;display: inline-block;padding-bottom: 10px;}
    .archive-post-list .btn-ct { font-size:12px}
    footer p {line-height: 20px;margin-bottom: 5px;}
}


.list-mxh {border-right: 1px solid #cbc5c5;text-align: center;display: flex;justify-content: space-between;align-content: stretch;flex-direction: column;align-items: center;}
.list-mxh p {
    margin-bottom: 10px;
}
.chiase {padding: 0;text-align: center;list-style: none;display: inline-flex;}
.click-web {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.click-web strong { font-size:13px; color: #000; }
.mxh {
    padding: 10px;
    background: #fff;
}
.quatrang {
    text-align: center; /* Căn giữa phân trang */
    padding: 20px 0; /* Khoảng cách trên dưới */
}

.quatrang .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    font-size: 16px;
    color: #4CAF50; /* Màu chữ xanh lá */
    background-color: #f1f1f1; /* Màu nền nhẹ */
    border-radius: 5px; /* Bo tròn các góc */
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s; /* Hiệu ứng mượt khi hover */
}

.quatrang .page-numbers:hover {
    background-color: #4CAF50; /* Màu nền xanh lá khi hover */
    color: #fff; /* Màu chữ trắng khi hover */
}

.quatrang .current {
    background-color: #4fba69; /* Nền xanh lá cho trang hiện tại */
    color: white; /* Màu chữ trắng cho trang hiện tại */
    font-weight: bold; /* Chữ đậm cho trang hiện tại */
    border-radius: 5px;
}

.quatrang .dots {
    color: #666; /* Màu xám cho dấu chấm */
}

.quatrang .next {
    font-weight: bold;
    padding-left: 20px;
}

.quatrang .next:before {
    /* content: '»'; */
    color: #4CAF50; /* Màu biểu tượng mũi tên */
    padding-right: 5px;
    font-size: 16px;
}

.quatrang .page-numbers:focus {
    outline: none;
    box-shadow: 0 0 5px #4CAF50; /* Hiệu ứng viền sáng khi focus */
}

.download-btn {
    display: inline-block;
    padding: 8px 25px;
    font-size: 13px;
    font-weight: bold;
    color: white;
    background-color: #4CAF50; /* Màu xanh lá cây */
    text-decoration: none;
    border-radius: 5px; /* Bo tròn góc */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Hiệu ứng đổ bóng */
    transition: all 0.3s ease; /* Hiệu ứng mượt khi hover */
    margin-bottom: 20px;
}

.download-btn:hover {
    background-color: #45a049; /* Màu xanh lá khi hover */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); /* Tăng độ đổ bóng khi hover */
    transform: translateY(-3px); /* Hiệu ứng nhô lên khi hover */
}

.download-btn:active {
    transform: translateY(0); /* Khi nhấn nút, không di chuyển */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Đổ bóng về trạng thái ban đầu */
}


/* CSS cho nút tải về */
.btn-ct {
    display: inline-flex;
    align-items: center;
    padding: 5px 20px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background-color: #3e9cd7; /* Màu nền của nút */
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}
.btn-ct:hover {background: #368000 !important; color: #fff ; text-decoration:none; }

.btn-ct i {
    margin-right: 8px;
}

/* Hiệu ứng hover cho nút */
.btn-ct:hover {
    background-color: #0056b3;
}

#pdf-preview {
    display: none;
    margin-top: 20px;
}
.slide-btn-area-sm {
    display: none;
}
