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

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


/* Background Ligh */
:root {
  --primary: #347ea9;
  --primary-dark: rgb(14, 62, 121);
  --accent: #8a6b3f;
  --text: #12181f;
  --text-inverse: #ffffff;
  --border: rgba(18, 24, 31, 0.12);
  --radius: 12px;
  --hover: rgba(25, 116, 230, 0.08);
}

.content-home,
.taxonomy-description {
  max-height: 400px;
  overflow-y: scroll;
  padding-right: 8px;
  text-align: justify;
  padding: 10px 15px;
}

.taxonomy-description {
  max-height: 200px;
}



.content-home::-webkit-scrollbar,
.taxonomy-description::-webkit-scrollbar {
  width: 8px;
}

.content-home::-webkit-scrollbar-track,
.taxonomy-description::-webkit-scrollbar-track {
  background: rgba(18, 24, 31, 0.06);
  border-radius: 10px;
}

.content-home::-webkit-scrollbar-thumb,
.taxonomy-description::-webkit-scrollbar-thumb {
  background: linear-gradient(181deg, var(--primary), var(--primary-dark));
  border-radius: 10px;
}

.content-home::-webkit-scrollbar-thumb:hover,
.taxonomy-description::-webkit-scrollbar-thumb:hover {
  filter: brightness(1.15);
}

.content-home,
.taxonomy-description {
  scrollbar-width: thin;
  scrollbar-color: var(--primary) rgba(18, 24, 31, 0.06);
  margin-bottom: 20px
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  color: var(--text);
  border-radius: var(--radius);
  overflow: hidden;
}

table tr:first-child {
  background: linear-gradient(90deg, var(--primary), var(--primary-dark));
}

table tr:first-child span {
  color: var(--text-inverse);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 14px;
}

table tr:not(:first-child) {
  transition: background 0.2s ease;
}

table tr:not(:first-child):nth-child(even) {
  background: rgba(18, 24, 31, 0.04);
}

table tr:not(:first-child):hover {
  background: var(--hover);
}

table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  vertical-align: middle;
  color: var(--text);
}

table td:first-child {
  padding-left: 10px
}

table tr:first-child td {
  border-bottom: 2px solid var(--accent);
}

table tr:first-child td:first-child {
  border-top-left-radius: var(--radius);
}

table tr:first-child td:last-child {
  border-top-right-radius: var(--radius);
}

table tr:last-child td:first-child {
  border-bottom-left-radius: var(--radius);
}

table tr:last-child td:last-child {
  border-bottom-right-radius: var(--radius);
}

table tr:not(:first-child) td:nth-child(2) span {
  color: var(--accent);
  font-weight: 600;
}

.wp-caption img {
  border-radius: 5px 5px 0 0
}

.wp-caption .wp-caption-text {
  color: var(--text-inverse);
  background: linear-gradient(120deg, var(--primary), var(--primary-dark));
  border-radius: 0px 0px 5px 5px
}

.entry-image img {
  border-radius: 5px;
  border: 1px solid var(--border);
}

.entry-header-text .entry-divider {
  display: none
}

/* Post List */
#post-list .box-image {
  border-radius: 5px 0px 0px 5px;
  border: 1px solid var(--primary);
  overflow: hidden;
  border-right: none
}

#post-list .box-text {
  border-radius: 0px 5px 5px 0px;
  border: 1px solid var(--primary);
  overflow: hidden;
  border-left: none
}

.section-title b {
  display: none
}

.widget .current-cat {
  color: var(--text);
}

.widget .current-cat>a {
  color: var(--accent);
  font-weight: 600;
}

.section-title.section-title-center {
  justify-content: center;
  text-align: center;
}

#page-breadcrumbs {
  margin-top: 10px;
}

#page-breadcrumbs a {
  font-weight: 600;
}

#page-breadcrumbs+#content {
  padding-top: 0;
}

h1 .section-title-main {
  display: inline-block;
  background: linear-gradient(90deg, #1252A1, #0E7C86, #14B8A6, #FBBF24, #1252A1, #0E7C86);
  background-size: 500% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-run 3s linear infinite;
}

@keyframes gradient-run {
  0% {
    background-position: 0% center;
  }

  100% {
    background-position: 100% center;
  }
}

.tieudevip {
  font-size:18px;
  line-height:30px;
  font-weight:700;
  color:#ffd54a;
  border:4px solid #347ea9;
  border-radius:999px;
  padding:0 16px;
  border-top:0;
  border-bottom:0;
  box-shadow:0 0 10px 2px #279dc7;
  background:#111827;
}

.tieudevip .col {
  padding:10px !important;
}

.tieudevip p {
  margin-bottom:0;
}

.notif-marquee {
  overflow:hidden;
  white-space:nowrap;
}

.notif-marquee p {
  display:inline-block;
  padding-left:100%;
  font-size:15px;
  animation:marquee-run 20s linear infinite;
}

@keyframes marquee-run {
  0% {
    transform:translateX(0);
  }
  100% {
    transform:translateX(-100%);
  }
}

.section-notice {
  padding:20px !important
}

.header-button {
  position:relative;
  display:inline-block;
  padding:5px 5px;
  font-size:16px;
  font-weight:bold;
  text-transform:uppercase;
  color:#fff;
  background-color:#111827;
  border-radius:50px;
  border:none;
  z-index:1;
  cursor:pointer;
  overflow:hidden;
  transition:all 0.3s ease;
  box-shadow:0 0 15px rgba(0,255,255,0.3);
}

.header-button::before {
  content:'';
  position:absolute;
  top:-3px;
  left:-3px;
  right:-3px;
  bottom:-3px;
  background:conic-gradient(
#00ffff,#ff00ff,#ffff00,#00ffff);
  border-radius:60px;
  z-index:-1;
  animation:spinBorder 2s linear infinite;
}

@keyframes spinBorder {
  0% {
    transform:rotate(0deg);
  }
  100% {
    transform:rotate(360deg);
  }
}
.section_homemain {
    background:url('https://gztennis.com/wp-content/uploads/2026/07/home-bg-png.webp') no-repeat center top / cover;
    background-attachment: fixed;
}