/*
Theme Name: camdotrungthanh
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
blockquote {
  font-size: 16px;
}

.header-top .html_topbar_left span {
  font-size: 20px;
}

.header-top .html_topbar_left span a {
  color: #fff;
  text-decoration: underline;
}

.header-top .html_topbar_left span:first-child {
  font-weight: 700;
}

.header-block-block-1 .social-icons a {
  background: #b20000;
  border: none;
  color: #fff;
  margin: 0 5px;
}

.header-block-block-1 .social-icons a i {
  top: 2px;
}

.header-block-block-1 .social-icons a:last-child {
  margin-right: 0;
}

.top-divider {
  display: none;
}

.logo-left .logo {
  margin: 0;
}

/*
Css menu đa cấp cho Flatsome
*/
.nav-dropdown-default {
  padding: 0px;
}
.nav-dropdown .menu-item-has-children > a,
.nav-dropdown .nav-dropdown-col > a,
.nav-dropdown .title > a {
  font-size: 15px;
}
@media (min-width: 850px) {
  header#header .nav-dropdown {
    display: block;
  }
  header#header .nav-dropdown ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    width: 250px;
    padding: 0;
    display: none !important;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  }
  header#header .nav-dropdown ul.sub-menu a {
    white-space: normal;
    margin: 0;
    padding: 10px 15px;
    border: 0;
    font-weight: 400;
  }
  header#header .nav-dropdown li:hover > ul.sub-menu {
    display: block !important;
  }
  header#header .nav-dropdown li {
    border-right: 0;
    white-space: normal;
    width: 100%;
    display: block;
    position: relative;
  }
  header#header .nav-dropdown li.menu-item-has-children > a {
    font-weight: 400;
    text-transform: none;
    color: rgba(102, 102, 102, 0.85);
  }
  header#header .nav-dropdown li.active > a {
    color: #e82c2a;
  }
}

/* Thêm mũi tên xuống ở cuối mục menu đa cấp */
.menu-item-has-children.nav-dropdown-col::after {
  content: "\25BC";
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
/* Thay đổi mũi tên khi mở submenu (hoặc hover) */
header#header .nav-dropdown li.menu-item-has-children {
  position: relative;
}

header#header .nav-dropdown li.menu-item-has-children > a::after {
  content: "\25B8";
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  color: #333; /* Màu mũi tên */
}
/* Khi hover vào mục có submenu, mũi tên sẽ xoay xuống */
header#header .nav-dropdown li.menu-item-has-children:hover > a::after {
  transform: translateY(-50%) rotate(90deg);
}
/* Mũi tên phải cho các submenu con */
header#header
  .nav-dropdown
  li.menu-item-has-children
  > ul.sub-menu
  li.menu-item-has-children
  > a::after {
  content: "\25B8";
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  color: #333;
}

/* Khi hover vào submenu con, mũi tên xoay để chỉ submenu con mở */
header#header
  .nav-dropdown
  li.menu-item-has-children
  > ul.sub-menu
  li.menu-item-has-children:hover
  > a::after {
  transform: translateY(-50%) rotate(90deg);
}

ul.header-nav.header-nav-main.nav-left {
  justify-content: center;
}

ul.header-nav.header-nav-main.nav-left > li {
  margin: 0 15px;
}

ul.header-nav.header-nav-main.nav-left li a {
  font-size: 16px;
}

.home-1 h1 {
  font-size: 40px;
  line-height: normal;
}

.home-1 .img {
  border-radius: 10px;
  overflow: hidden;
}

.gb-button {
  line-height: normal !important;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
}

.gb-button i:before {
  content: "\f178";
  font-family: "Font Awesome 7 Free";
  font-weight: 700;
}

.gb-button1 {
  border: none;
}

.gb-button1:hover {
  background: #000;
}

.gb-button2 {
  border: 1px solid #000 !important;
}

.home-1 .icon-box-text h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 5px 0;
}

.home-1 .icon-box-text p {
  font-weight: 600;
}

.home-1 .icon-box {
  align-items: center;
}

.gb-heading h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #b20000;
  margin: 0 0 20px 0;
}

.gb-heading h2 {
  font-size: 40px;
  margin: 0 0 20px 0;
  line-height: normal;
}

.home-2-col .icon-box {
  align-items: center;
  margin: 0 0 20px 0;
}

.home-2-col .icon-box h3 {
  margin: 0;
  font-size: 24px;
  line-height: normal;
}

.home-2-col .icon-box img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(100%) saturate(5411%)
    hue-rotate(0deg) brightness(73%) contrast(110%);
}

.home-2-col p {
  margin: 0;
}

.home-2-text3 {
  margin: 20px 0;
}

.home-2-text3 p span:first-child {
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
  margin-right: 10px;
}

.home-2-text4 h3 {
  margin: 0 0 20px 0;
  line-height: normal;
  font-size: 20px;
}

.home-2-text4 ul {
  list-style: none;
  margin: 0 0 20px 0;
}

.home-2-text4 ul li {
  margin-left: 0;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: normal;
}

.home-2-text4 ul li i {
  color: #b20000;
  margin-right: 5px;
}

.home-2-col .button {
  line-height: normal;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
}

.home-2-col .button:hover {
  background: #000;
}

.home-2-text5 p {
  font-size: 12px;
  line-height: normal;
  margin: 0 0 10px 0;
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap"); /* --- General Styling --- */
.allservices-pricing-table {
  font-family: "Inter", sans-serif;
  max-width: 100%;
  width: 100%;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

.allservices-pricing-table p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  /* Font weight 400 cho đoạn text */
}

.allservices-pricing-table table {
  width: 100%;
  min-width: 2000px;
  /* Tăng min-width đáng kể cho nhiều cột */
  border-collapse: collapse;
  border: 1px solid #d4e6f1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.allservices-pricing-table th {
  background-color: #f8f9fa;
  padding: 20px 15px;
  text-align: center;
  font-size: 16px;
  color: #212529;
  border-bottom: 1px solid #d4e6f1;
  border-right: 1px solid #d4e6f1;
  white-space: nowrap;
  font-weight: 600;
  text-transform: inherit;
}

.allservices-pricing-table th:first-child {
  background-color: #b20000;
  /* Primary color */
  color: #ffffff;
  font-size: 18px;
}

.allservices-pricing-table td {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #d4e6f1;
  border-right: 1px solid #d4e6f1;
  color: #212529;
  /* Mặc định là màu đen cho nội dung các ô */
  font-size: 15px;
  font-weight: 400;
  /* Font weight 400 cho nội dung text */
}

.allservices-pricing-table th:last-child,
.allservices-pricing-table td:last-child {
  border-right: none;
}

.allservices-pricing-table tbody td:first-child {
  background-color: #f8f9fa;
  text-align: left;
  font-weight: 600;
  /* Giữ độ đậm cho tên dịch vụ */
  color: #b20000;
  /* Giữ màu xanh lá cho tên dịch vụ */
}

.allservices-pricing-table tr:last-child td {
  border-bottom: none;
}

/* Styling cho hàng nổi bật (nếu muốn) */
.allservices-pricing-table .highlight-row {
  background-color: rgb(255, 246, 245);
  /* Màu nền nhẹ nhàng cho hàng nổi bật */
}

.allservices-pricing-table .highlight-row td {
  border-top: 1px solid #b20000;
  /* Viền trên màu chủ đạo */
  border-bottom: 1px solid #b20000;
  /* Viền dưới màu chủ đạo */
}

/* Specific styling for prices (Lãi suất năm và tháng) */
.allservices-pricing-table td[data-label="Lãi suất năm"],
.allservices-pricing-table td[data-label="Lãi suất tháng"] {
  font-weight: 600;
  /* Giữ độ đậm cho lãi suất */
  color: #212529;
  /* Đặt màu đen cho lãi suất năm và tháng */
  font-size: 1.1em;
}

/* Checkmark styling */
.check {
  color: #b20000;
  /* Giữ màu xanh lá cho dấu tích theo yêu cầu "add on là có màu thôi" và hình ảnh */
  font-size: 16px;
  font-weight: 600;
  /* Dấu tích cũng nên có độ đậm nhất định */
  vertical-align: middle;
}

/* Badge styling (không áp dụng cho bảng này do cấu trúc cột ngang) */
.badge {
  display: none;
}

/* Call to action button styling */
.cta-button {
  display: inline-block;
  background-color: #b20000;
  /* Primary color */
  color: #ffffff !important;
  padding: 9px 18px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  /* Độ đậm cho nút CTA */
  transition: all 0.3s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.cta-recommended {
  background-color: #b20000;
  /* Slightly darker primary color for recommended CTA */
}

.cta-recommended:hover {
  background-color: #920000;
  /* Even darker on hover */
}

/* --- RESPONSIVE LOGIC: SCROLL ON SMALL SCREENS --- */
@media screen and (max-width: 991px) {
  .allservices-pricing-table th:first-child,
  .allservices-pricing-table td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
  }

  .allservices-pricing-table thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: #f8f9fa;
  }

  .allservices-pricing-table th:first-child {
    z-index: 4;
    background-color: #b20000;
    /* Primary color */
  }
}

.home-4-row .col .col-inner {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  border: 1px dashed #b20000;
}

.home-4-row .icon-box-img img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(100%) saturate(5411%)
    hue-rotate(0deg) brightness(73%) contrast(110%);
}

.home-4-row .icon-box-img {
  margin: 0 0 10px 0;
}

.home-4-row .icon-box-text h3 {
  font-size: 30px;
  color: #b20000;
  margin: 0 0 10px 0;
}

.home-5 .icon-box .icon-box-img {
  background: #b20000;
  height: 40px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.home-5 .icon-box .icon-box-img img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(23deg) brightness(103%) contrast(101%);
  padding: 0;
}

.home-5 .icon-box .icon-box-text h3 {
  margin: 0 0 5px 0;
}

.home-6 .icon-box .icon-box-img {
  height: 50px;
  padding: 12px;
  background: #b20000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.home-6 .icon-box .icon-box-img img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(23deg) brightness(103%) contrast(101%);
  padding: 0;
}

.home-6 .icon-box .icon-box-text p {
  margin: 0 0 5px 0;
  line-height: normal;
}

.home-6 .icon-box {
  align-items: center;
}

.home-6 form input {
  padding: 12px 32px;
  height: 51px;
  border-radius: 30px;
  margin: 0 0 10px 0;
  width: 100%;
  font-size: 16px;
}

.home-6 form select {
  height: 51px;
  padding: 12px 32px;
  border-radius: 30px;
  margin: 0 0 10px 0;
  font-size: 16px;
}

.home-6 form textarea {
  padding: 12px 32px;
  border-radius: 30px;
  margin: 0 0 10px 0;
}

.home-6 form .wpcf7-submit {
  padding: 16px 28px;
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: normal;
  text-transform: inherit;
  letter-spacing: 1px;
}

span.wpcf7-spinner {
  position: absolute;
}

.video-button-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-button-wrapper a {
  margin: 0 !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="65" height="65" viewBox="0 0 65 65" fill="none"><circle opacity="0.54" cx="32.5" cy="32.5" r="32.5" fill="%23010101"/><path d="M42 32L27 40.6603L27 23.3397L42 32Z" fill="white"/></svg>');
  border: none !important;
  width: 65px !important;
  height: 65px !important;
  border-radius: 0 !important;
  font-size: inherit;
  background-color: inherit !important;
}

.video-button-wrapper a i {
  display: none;
}

.home-7 .img {
  border-radius: 10px;
  overflow: hidden;
}

.home-7 .icon-box {
  align-items: center;
  margin: 0 0 20px 0;
}

.home-7 .icon-box .icon-box-img {
  height: 64px;
  padding: 16px;
  background: #b20000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.home-7 .icon-box .icon-box-img img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(23deg) brightness(103%) contrast(101%);
  padding: 0;
}

.home-7 .icon-box .icon-box-text h2 {
  margin: 0;
  font-size: 24px;
  line-height: normal;
}

.home-8 .img {
  border-radius: 10px;
  overflow: hidden;
}

.home-8 .icon-box .icon-box-img {
  height: 40px;
  background: #b20000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
}

.home-8 .icon-box .icon-box-img img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(23deg) brightness(103%) contrast(101%);
  padding: 0;
}

.icon {
  line-height: normal;
}

.home-8 .img {
  border-radius: 10px;
  overflow: hidden;
}

.home-8 .icon-box .icon-box-img {
  height: 40px;
  background: #b20000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
}

.home-8 .icon-box .icon-box-img img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(23deg) brightness(103%) contrast(101%);
  padding: 0;
}

.icon {
  line-height: normal;
}

.home-8 .icon-box {
  margin: 0 0 20px 0;
}

.home-8 .icon-box .icon-box-text h3 {
  margin: 0 0 5px 0;
}

.home-9 .icon-box .icon-box-img {
  height: 48px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 6px;
  margin-bottom: 10px;
}

.home-9 .icon-box .icon-box-img img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(100%) saturate(5411%)
    hue-rotate(0deg) brightness(73%) contrast(110%);
  padding: 0;
}

.home-9 .icon-box .icon-box-text h3 {
  margin: 0 0 10px 0;
  font-size: 48px;
  line-height: normal;
  color: #b20000 !important;
}

.home-9 .icon-box .icon-box-text p {
  margin: 0;
  font-weight: 600;
}

.home-9 .row .col {
  padding-bottom: 0;
}

.home-10 .icon-box .icon-box-img img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(100%) saturate(5411%)
    hue-rotate(0deg) brightness(73%) contrast(110%);
}

.home-10 .icon-box .icon-box-text h3 {
  font-size: 23px;
  line-height: normal;
}

.home-10 .large-3.active .col-inner,
.home-10 .large-3 .col-inner:hover,
.page-3 .large-4 .col-inner:hover,
.page-3 .large-6 .col-inner:hover {
  background: #b20000 !important;
}

.home-10 .large-3.active .col-inner .icon-box .icon-box-img img,
.home-10 .large-3 .col-inner:hover .icon-box .icon-box-img img,
.page-3 .large-4.active .col-inner .icon-box .icon-box-img img,
.home-10 .large-4 .col-inner:hover .icon-box .icon-box-img img,
.page-3 .large-6.active .col-inner .icon-box .icon-box-img img,
.home-10 .large-6 .col-inner:hover .icon-box .icon-box-img img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2958%)
    hue-rotate(154deg) brightness(102%) contrast(93%);
}

.home-10 .large-3.active .col-inner .icon-box .icon-box-text h3,
.home-10 .large-3.active .col-inner .icon-box .icon-box-text p,
.home-10 .large-3 .col-inner:hover .icon-box .icon-box-text h3,
.home-10 .large-3 .col-inner:hover .icon-box .icon-box-text p,
.page-3 .large-4.active .col-inner .icon-box .icon-box-text h3,
.page-3 .large-4.active .col-inner .icon-box .icon-box-text p,
.page-3 .large-4 .col-inner:hover .icon-box .icon-box-text h3,
.page-3 .large-4 .col-inner:hover .icon-box .icon-box-text p,
.page-3 .large-6.active .col-inner .icon-box .icon-box-text h3,
.page-3 .large-6.active .col-inner .icon-box .icon-box-text p,
.page-3 .large-6 .col-inner:hover .icon-box .icon-box-text h3,
.page-3 .large-6 .col-inner:hover .icon-box .icon-box-text {
  color: #fff;
}

.home-8 .accordion .accordion-item a {
  border: none;
  background: #000;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 25px;
  line-height: normal;
}

.home-8 .accordion .accordion-item {
  margin: 0 0 10px 0;
}

.home-8 .accordion .toggle {
  left: inherit;
  right: 5px;
  opacity: 1;
}

.home-8 .accordion .accordion-inner {
  padding: 16px 32px;
}

.home-8 .accordion .accordion-item a.active {
  background: #b20000;
}

.home-11-col1 .img {
  border-radius: 10px;
  overflow: hidden;
}

.home-11-text {
  position: absolute;
  bottom: -30px;
  right: -30px;
  text-align: center;
  padding: 16px 30px;
  background: #000;
  color: #fff;
  border-radius: 10px;
}

.home-11-text h3 {
  font-size: 48px;
  line-height: normal;
  color: #b20000;
  margin-bottom: 5px;
}

.home-11-text p {
  margin: 0;
  font-weight: 600;
}

.home-11-col2 section {
  padding: 0 10px !important;
}

.home-11-col2 section .large-12 {
  padding-bottom: 0;
}

.home-11-col2 .icon-box .icon-box-img .icon {
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #b20000;
}

.home-11-col2 .icon-box .icon-box-img img {
  padding: 0;
}

.home-11-col2 .icon-box {
  align-items: center;
}

.home-11-col2 .icon-box .icon-box-text h3 {
  font-size: 16px;
  line-height: normal;
  margin: 0;
}

.home-11-col2 .icon-box .icon-box-text p {
  font-size: 14px;
  line-height: normal;
  color: #b20000;
}

.home-11-icon .icon-box-img .icon {
  border: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 8px;
  background: #b20000;
}

.home-11-icon .icon-box-img .icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2958%)
    hue-rotate(154deg) brightness(102%) contrast(93%);
}

.home-12 .tabbed-content .tab-panels {
  border: none;
  padding: 32px;
  margin-left: 15px;
  background: rgb(255, 246, 245);
}

.home-12 .tabbed-content .nav-vertical li a {
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 40px;
  line-height: normal;
  text-align: center;
  background: rgb(255, 246, 245);
  color: #000;
  letter-spacing: 1px;
}

.home-12 .tabbed-content .nav-vertical li {
  border: none;
  margin: 0 0 10px 0;
}

.home-12 .tabbed-content .nav-vertical li.active a,
.home-12 .tabbed-content .nav-vertical li:hover a {
  background: #b20000;
  color: #fff;
}

.page-wrapper {
  padding-top: 60px;
}

.page-wrapper .post .article-inner,
.page-wrapper .page-inner,
.blog-wrapper #post-list {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.44);
  padding: 30px 15px 15px 15px;
  border-radius: 10px;
}

.entry-header-text h1.entry-title {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  font-size: 30px;
  line-height: normal;
  color: #b20000;
}

ul.spost1-info {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

ul.spost1-info li a {
  color: #000;
}

ul.spost1-info li a:hover {
  color: #b20000;
}

ul.spost1-info li {
  margin: 0;
}

.spost1-main {
  margin: 0 0 10px 0;
}

.spost2-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #b9b9b9;
}

.spost2-right i {
  margin-right: 5px;
}

.entry-header-text-top {
  padding: 0;
}

.kk-star-ratings .kksr-stars {
  top: -3px;
}

.entry-content {
  padding-top: 0;
}

.spost3-main {
  margin: 10px;
  border: 1px dotted #b20000;
  padding: 10px;
  border-radius: 10px;
}

h3.spost3-title {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  line-height: normal;
  margin: 0 0 6px 0;
}

ul.spost3-list {
  list-style: none;
  margin: 0;
}

ul.spost3-list li a {
  font-size: 16px;
  font-style: italic;
  text-decoration: underline;
  line-height: normal;
}

ul.spost3-list li {
  margin: 0 0 5px 14px;
}

.blog-share {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid;
  display: flex;
  align-items: center;
}

span.blog-share-label {
  font-size: 20px;
  font-weight: 700;
  margin-right: 6px;
}

.blog-share .social-icons a {
  margin: 0 5px;
  min-width: 36px;
  height: 36px;
  line-height: 36px;
  border: none;
  background: #b20000;
  color: #fff;
}

.entry-author {
  padding: 15px 15px 15px 15px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.entry-author p {
  margin: 0;
}

.gb-widget1 {
  padding: 16px;
  border: 2px dotted #b20000;
  border-radius: 9px;
  margin: 0 0 20px 0;
}

.gb-widget1 h3 {
  font-size: 16px;
  text-align: center;
  margin: 0 0 20px 0;
  line-height: normal;
}

.gb-widget1 ul li,
.gb-widget1 ul li a {
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
}

.gb-widget2 {
  border-radius: 10px;
  overflow: hidden;
}

.gb-widget2 .text-box-content h3 {
  font-size: 23px;
  margin: 0 0 20px 0;
  font-weight: 600;
  line-height: normal;
}

.gb-widget2 .text-box-content p {
  font-size: 16px;
  line-height: 25.6px;
}

.post-item .col-inner {
  border: 1px solid #b20000;
  border-radius: 9px;
  overflow: hidden;
}

.post-item p.cat-label {
  position: absolute;
  top: -145px;
  right: 10px;
  opacity: 1;
  padding: 7px 14px;
  background: rgb(105, 114, 125);
  font-size: 12px;
  line-height: normal;
  border-radius: 30px;
  margin: 0;
  font-weight: 400;
}

.post-item .box-text {
  padding: 20px 30px;
}

.post-item h5.post-title a {
  margin: 0;
  font-size: 21px;
  font-weight: 400;
  color: #b20000;
  line-height: normal;
}

.post-item h5.post-title {
  margin: 0 0 20px 0;
}

.box-blog-post .is-divider {
  display: none;
}

.post-item .from_the_blog_excerpt {
  margin: 0 0 10px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #adadad;
  font-size: 14px;
  color: rgb(119, 119, 119);
}

.post-meta-custom {
  color: #adadad;
  font-size: 12px;
}

.footer-1 .text h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px 0;
}

.footer-1 .text ul {
  list-style: none;
}

.footer-1 .text ul li {
  margin-left: 0;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-1 .text ul li,
.footer-1 .text ul li a {
  font-size: 16px;
  line-height: normal;
  color: #fff;
}

.footer-1 .text ul li i {
  font-size: 12px;
  color: #b20000;
}

.footer-1 .footer1-text ul li i {
  font-size: 16px;
}

.footer-1 .footer1-text ul li {
  gap: 8px;
}

.footer-1 .social-icons a {
  background: #b20000;
  border: none;
  color: #fff;
  margin: 0 3px;
}

.footer-1 .social-icons a i {
  top: 1px;
}

.footer-1-col ul {
  margin: 0;
}

.footer-1-col ul li {
  display: inline-block !important;
  margin: 0 !important;
  margin-left: 20px !important;
}

.footer-1-col p {
  margin: 0;
}

.footer-1 {
  padding-bottom: 30px !important;
}

.absolute-footer {
  display: none;
}

.page-1 a {
  color: #b20000;
}

.page-2 .icon-box .icon-box-text h2 {
  margin: 0 0 10px 0;
}

.page-2 .icon-box .icon-box-text p {
  margin: 0;
}

.page-2 .icon-box .icon-box-img {
  height: 72px;
}

.page-3 .large-4.active .col-inner,
.page-3 .large-6.active .col-inner {
  background: #000 !important;
}

.page-3 .gb-button {
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}

.page-3 .gb-button i {
  margin: 0 !important;
  font-size: 22px;
  line-height: normal;
}

.page-3 .large-4 .col-inner:hover .gb-button,
.page-3 .large-4.active .col-inner .gb-button,
.page-3 .large-6 .col-inner:hover .gb-button,
.page-3 .large-6.active .col-inner .gb-button {
  background: #fff !important;
  opacity: 1;
  box-shadow: none;
}

.page-3 .large-4 .col-inner:hover .gb-button i,
.page-3 .large-4.active .col-inner .gb-button i,
.page-3 .large-6 .col-inner:hover .gb-button i,
.page-3 .large-6.active .col-inner .gb-button i {
  color: #b20000;
}

.page1-1 ul {
  list-style: none;
}

.page1-1 ul li {
  margin-left: 0;
  font-size: 17px;
  font-weight: 600;
}

.page1-1 ul li i {
  color: #b20000;
}

.page1-1 ul li .kk-star-ratings.kksr-shortcode {
  position: relative;
  top: 6px;
}

table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px !important;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

.page1-2 .tabbed-content .nav li {
  margin: 0 5px;
}

.page1-2 .tabbed-content .nav li a {
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 700;
}

.page-wrapper .page-inner ul:not(.spost1-info) {
  padding-left: 20px;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .mb-pd0 {
    padding-bottom: 0;
  }
  li.html.custom.html_topbar_left {
    text-align: center;
  }

  .header-top .html_topbar_left span:first-child {
    display: block;
    width: 100%;
  }

  .home-1 h1,
  .gb-heading h2 {
    font-size: 30px;
  }

  .home-9 .row .col {
    padding-bottom: 30px;
  }

  .home-11-text {
    right: -10px;
  }

  .home-12 .tabbed-content .tab-panels {
    padding: 15px;
    margin-left: 0;
  }

  .footer-1-col ul li {
    margin-left: 0 !important;
    display: block !important;
    margin-bottom: 5px !important;
  }

  .footer-1 {
    padding-bottom: 70px !important;
  }

  .home-8 .accordion .accordion-inner {
    padding: 15px;
  }

  .entry-header-text h1.entry-title {
    margin: 10px 0;
    padding: 10px 0;
    font-size: 26px;
  }

  p#breadcrumbs {
    margin: 0;
  }

  ul.spost1-info {
    display: block;
    font-size: 14px;
  }

  .spost2-main {
    display: block;
    margin: 10px 0;
    padding: 10px 0;
  }

  .kk-star-ratings .kksr-legend {
    font-size: 14px !important;
  }

  .spost2-right {
    margin-top: 10px;
  }

  .blog-share {
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    display: block;
  }

  span.blog-share-label {
    font-size: 20px;
    margin-bottom: 6px;
    display: block;
  }

  .entry-author.author-box .flex-row {
    display: block;
  }
}
