/*---------- theme tet 2026 css ----------*/
@import url("https://fonts.googleapis.com/css2?family=Phudu:wght@300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@200..700&display=swap");
.icon20-tts-home {
  background-image: url("../images/theme/theme-tet-2026/icon20-tts-home.svg");
}

.icon16-tts-play-secondary {
  background-image: url("../images/theme/theme-tet-2026/icon16-tts-play-secondary.svg");
}

.icon16-tts-image-secondary {
  background-image: url("../images/theme/theme-tet-2026/icon16-tts-image-secondary.svg");
}

html:has(.c-theme-tet-2026) {
  background-color: #DB0000;
  background: linear-gradient(to right, #DB0000, #DF2325, #DB0000); /* Firefox 3.6+ */ /* IE 10 */ /* Opera 11.10+ */
  background: -o-linear-gradient(to right, #DB0000, #DF2325, #DB0000);
}

.c-theme-tet-2026 {
  background-color: transparent;
  background-image: url("../images/theme/theme-tet-2026/tts-bg2.png"), url("../images/theme/theme-tet-2026/tts-bg.png");
  background-repeat: repeat, no-repeat;
  background-position: top center, top center;
}
.c-theme-tet-2026 .c-footer-line {
  display: none;
}
.c-theme-tet-2026 .c-footer-main {
  padding-top: 0;
}
.c-theme-tet-2026 .c-template-grid .b-grid .b-grid__img {
  border-radius: 10px;
}
.c-theme-tet-2026 .c-template-grid .b-grid .b-grid__title a {
  color: #fff;
}
.c-theme-tet-2026 .c-template-grid .b-grid .b-grid__desc a {
  color: #fff;
}
.c-theme-tet-2026 .c-template-grid.is-border > ul > li {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.c-theme-tet-2026 .c-template-grid.is-border.is-last-line > ul > li:last-child .b-grid {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.c-theme-tet-2026 .c-template-list .b-grid .b-grid__img {
  border-radius: 10px;
}
.c-theme-tet-2026 .c-template-list .b-grid .b-grid__title a {
  color: #fff;
}
.c-theme-tet-2026 .c-template-list .b-grid .b-grid__desc a {
  color: #fff;
}
.c-theme-tet-2026 .c-more a {
  color: #fff;
}
.c-theme-tet-2026 .c-cat-list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.c-theme-tet-2026 .c-cat-list .c-cat-list__current {
  color: #fff;
}
.c-theme-tet-2026 .c-homepage-repeat-content {
  border-bottom: none;
}
.c-theme-tet-2026 .c-homepage-repeat-content .c-box {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.c-theme-tet-2026 .c-homepage-repeat-content .c-box:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.c-theme-tet-2026 .c-homepage-repeat-content .c-box .c-box__title .c-box__title__name {
  color: #fff;
}
.c-theme-tet-2026 .c-homepage-repeat-content .c-box .c-box__title .c-box__title__name a {
  color: #fff;
}
.c-theme-tet-2026 .c-homepage-repeat-content .c-box .c-box__title a.c-box__title__name {
  color: #fff;
}
.c-theme-tet-2026 .c-homepage-repeat-content .c-box.is-border {
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.c-theme-tet-2026 .c-homepage-repeat-content .bg-gray-light {
  background-color: transparent;
}
.c-theme-tet-2026 .c-homepage-repeat-content .c-news-topread ul li {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.c-theme-tet-2026 .c-homepage-repeat-content .c-news-topread ul li a {
  color: #fff;
}
.c-theme-tet-2026 .c-homepage-repeat-content .c-time-count span {
  color: #fff;
}
.c-theme-tet-2026 .bg-detail .c-template-list .b-grid .b-grid__title a {
  color: #000;
}
.c-theme-tet-2026 .bg-detail .c-template-list .b-grid .b-grid__desc a {
  color: #000;
}
.c-theme-tet-2026:has(.bg-detail) {
  background-image: none;
}

@media (min-width: 768px) {
  .c-theme-tet-2026 .c-template-grid.is-border.is-col-3-tablet .b-grid {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  .c-theme-tet-2026 .c-template-grid.is-col-line-tablet.is-col-3-tablet > ul > li {
    border-right-color: rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 1600px) {
  .c-theme-tet-2026:has(.c-tts-head) .container {
    width: 1280px;
    max-width: 1280px;
  }
}
/*---------- tts head css ----------*/
.c-tts-head {
  margin-bottom: 20px;
}
.c-tts-head:last-child {
  margin-bottom: 0;
}
.c-tts-head .c-tts-head__title {
  text-align: center;
  font-weight: 400;
  line-height: 1.3;
  font-size: 26px;
  color: #F5E0C1;
  font-family: "Yanone Kaffeesatz", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.c-tts-head-slider.c-template-grid .owl-carousel .owl-dots {
  padding-top: 15px;
  text-align: center;
}
.c-tts-head-slider.c-template-grid .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 4px;
  width: 10px;
  height: 10px;
  border: 1px solid #F5E0C1;
  border-radius: 50%;
}
.c-tts-head-slider.c-template-grid .owl-carousel .owl-dots .owl-dot.active {
  background-color: #F5E0C1;
}

@media (min-width: 768px) {
  .c-tts-head {
    margin-bottom: 25px;
  }
  .c-tts-head .c-tts-head__title {
    font-size: 30px;
  }
  .c-tts-head-slider.c-template-grid .b-grid .b-grid__img {
    border-radius: 16px;
  }
  .c-tts-head-slider.c-template-grid .b-grid .b-grid__title {
    font-size: 22px;
  }
  .c-tts-head-slider.c-template-grid .owl-carousel .owl-stage-outer {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .c-tts-head-slider.c-template-grid .owl-carousel .owl-item {
    transition: all 0.3s ease;
    transform: scale(0.6);
    padding-top: 15px;
  }
  .c-tts-head-slider.c-template-grid .owl-carousel .owl-item.center {
    transform: scale(1.4);
    padding-top: 0;
    z-index: 2;
  }
  .c-tts-head-slider.c-template-grid .owl-carousel .owl-item.center .b-grid .b-grid__img {
    border-radius: 8px;
  }
  .c-tts-head-slider.c-template-grid .owl-carousel .owl-item.center .b-grid .b-grid__title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .c-tts-head {
    margin-bottom: 30px;
  }
  .c-tts-head .c-tts-head__title {
    font-size: 34px;
  }
  .c-tts-head-slider.c-template-grid .owl-carousel .owl-stage-outer {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .c-tts-head-slider.c-template-grid .owl-carousel .owl-item {
    padding-top: 50px;
  }
  .c-tts-head-slider.c-template-grid .owl-carousel .owl-item.center .b-grid .b-grid__title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-tts-head-slider.c-template-grid .owl-carousel .owl-stage-outer {
    padding-top: 90px;
    padding-bottom: 0;
  }
  .c-tts-head-slider.c-template-grid .owl-carousel .owl-item {
    padding-top: 90px;
  }
}
/*---------- end tts head css ----------*/
/*---------- example css ----------*/
.c-tts-header {
  background-color: #F5E0C1;
}
.c-tts-header .c-menu-expand {
  display: none;
}

.c-tts-header-inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
.c-tts-header-inner__left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-tts-header-inner__right {
  display: none;
}

.c-tts-logo img {
  height: 40px;
}

.c-tts-header-text img {
  max-height: 53px;
  max-width: 100%;
}

@media (min-width: 992px) {
  .c-tts-header-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .c-tts-header-inner__left {
    flex-direction: row;
    justify-content: flex-start;
  }
  .c-tts-header-inner__right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .c-tts-logo img {
    height: 86px;
  }
}
@media (min-width: 1600px) {
  .c-tts-header {
    position: relative;
    z-index: 100;
  }
  .c-tts-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 194px;
    background-image: url("../images/theme/theme-tet-2026/tts-bg-left.png");
    background-position: top left;
    background-repeat: no-repeat;
  }
  .c-tts-header:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 262px;
    background-image: url("../images/theme/theme-tet-2026/tts-bg-right.png");
    background-position: top right;
    background-repeat: no-repeat;
  }
}
/*---------- end example css ----------*/
/*---------- example css ----------*/
.c-tts-footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.c-tts-footer-main {
  background-color: #F5E0C1;
  padding: 20px 10px;
  position: relative;
  z-index: 1;
  margin: 0 10px;
}
.c-tts-footer-main .c-tts-footer-main__decor-left {
  position: absolute;
  z-index: 2;
  width: 10px;
  top: 10px;
  bottom: 10px;
  left: -10px;
  background-color: #F5E0C1;
}
.c-tts-footer-main .c-tts-footer-main__decor-left:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -10px;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url("../images/theme/theme-tet-2026/tts-footer.png");
  background-repeat: no-repeat;
  background-position: top left;
}
.c-tts-footer-main .c-tts-footer-main__decor-left:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -10px;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url("../images/theme/theme-tet-2026/tts-footer.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}
.c-tts-footer-main .c-tts-footer-main__decor-right {
  position: absolute;
  z-index: 2;
  width: 10px;
  top: 10px;
  bottom: 10px;
  right: -10px;
  background-color: #F5E0C1;
}
.c-tts-footer-main .c-tts-footer-main__decor-right:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -10px;
  right: 0;
  width: 10px;
  height: 10px;
  background-image: url("../images/theme/theme-tet-2026/tts-footer.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.c-tts-footer-main .c-tts-footer-main__decor-right:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -10px;
  right: 0;
  width: 10px;
  height: 10px;
  background-image: url("../images/theme/theme-tet-2026/tts-footer.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
.c-tts-footer-main .c-tts-footer-col {
  margin-bottom: 20px;
}
.c-tts-footer-main .c-tts-footer-col:last-child {
  margin-bottom: 0;
}
.c-tts-footer-main .b-maincontent {
  text-align: center;
  font-size: 13px;
}
.c-tts-footer-main .b-maincontent p {
  margin-bottom: 3px;
  margin-top: 0;
  font-size: 13px;
}

.c-tts-footer-logo {
  text-align: center;
}
.c-tts-footer-logo img {
  max-height: 40px;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .c-tts-footer-main {
    padding: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .c-tts-footer-main .c-tts-footer-col {
    margin-bottom: 0;
    padding-right: 10px;
    width: 45%;
  }
  .c-tts-footer-main .c-tts-footer-col:nth-child(2n) {
    padding-left: 10px;
    padding-right: 0;
    width: 55%;
  }
  .c-tts-footer-main .b-maincontent {
    font-size: 15px;
    text-align: left;
  }
  .c-tts-footer-main .b-maincontent p {
    font-size: 15px;
  }
  .c-tts-footer-logo {
    text-align: left;
  }
  .c-tts-footer-logo img {
    max-height: 95px;
  }
}
@media (min-width: 1600px) {
  .c-tts-footer-main .c-tts-footer-col {
    padding-right: 15px;
  }
  .c-tts-footer-main .c-tts-footer-col:nth-child(2n) {
    padding-left: 15px;
  }
}
/*---------- end example css ----------*/
/*---------- tts components css ----------*/
.c-theme-tet-2026 .c-tts-frame {
  padding: 5px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
.c-theme-tet-2026 .c-tts-frame .c-tts-frame__left {
  background-color: #F5E0C1;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 5px;
  position: absolute;
  z-index: 2;
}
.c-theme-tet-2026 .c-tts-frame .c-tts-frame__right {
  background-color: #F5E0C1;
  right: 0;
  top: 10px;
  bottom: 10px;
  width: 5px;
  position: absolute;
  z-index: 2;
}
.c-theme-tet-2026 .c-tts-frame .c-tts-frame__top {
  background-color: #F5E0C1;
  top: 0;
  left: 10px;
  right: 10px;
  height: 5px;
  position: absolute;
  z-index: 2;
}
.c-theme-tet-2026 .c-tts-frame .c-tts-frame__bottom {
  background-color: #F5E0C1;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 5px;
  position: absolute;
  z-index: 2;
}
.c-theme-tet-2026 .c-tts-frame .c-tts-frame__content {
  padding: 14px;
  border: 1px solid #DB0000;
  position: relative;
  z-index: 3;
  background-color: #F5E0C1;
}
.c-theme-tet-2026 .c-tts-frame .c-box {
  padding-top: 0;
  border-top: none;
}
.c-theme-tet-2026 .c-tts-frame .c-box.is-bg-gradient {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  padding-top: 20px;
}
.c-theme-tet-2026 .c-tts-frame .c-box.is-bg-gradient:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: -14px;
  right: -14px;
  bottom: 0;
  background: linear-gradient(to bottom, #FEE8C7, #F5E0C1); /* Firefox 3.6+ */ /* IE 10 */ /* Opera 11.10+ */
  background: -o-linear-gradient(to bottom, #FEE8C7, #F5E0C1);
}
.c-theme-tet-2026 .c-tts-frame .c-box .c-box__title {
  text-align: center;
}
.c-theme-tet-2026 .c-tts-frame .c-box .c-box__title:before {
  display: none;
}
.c-theme-tet-2026 .c-tts-frame .c-box .c-box__title .c-box__title__name {
  color: #DB0000;
  font-family: "Phudu", sans-serif;
  font-size: 20px;
}
.c-theme-tet-2026 .c-tts-frame .c-box .c-box__title .c-box__title__name a {
  color: #DB0000;
}
.c-theme-tet-2026 .c-tts-frame .c-box .c-box__title a.c-box__title__name {
  color: #DB0000;
}
.c-theme-tet-2026 .c-tts-frame .c-template-grid .b-grid {
  background-color: #FFF6D9;
  height: 100%;
  border-radius: 10px;
}
.c-theme-tet-2026 .c-tts-frame .c-template-grid .b-grid .b-grid__img {
  margin-bottom: 0;
}
.c-theme-tet-2026 .c-tts-frame .c-template-grid .b-grid .b-grid__content {
  padding: 15px;
}
.c-theme-tet-2026 .c-tts-frame .c-template-grid .b-grid .b-grid__title a {
  color: #000;
}
.c-theme-tet-2026 .c-tts-frame .c-template-grid .b-grid .b-grid__desc a {
  color: #000;
}
.c-theme-tet-2026 .c-tts-frame .c-template-list .b-grid .b-grid__title a {
  color: #000;
}
.c-theme-tet-2026 .c-tts-frame .c-template-list .b-grid .b-grid__desc a {
  color: #000;
}
.c-theme-tet-2026 .c-tts-primary {
  background-color: #C61C18;
  padding: 14px;
  border: 1px solid #DB0000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.c-theme-tet-2026 .c-tts-primary.is-margin-top-minus {
  margin-top: -10px;
  position: relative;
  z-index: 1;
}
.c-theme-tet-2026 .c-tts-primary .c-box {
  padding-top: 0;
  border-top: none;
}
.c-theme-tet-2026 .c-tts-primary .c-box .c-box__title:before {
  display: none;
}
.c-theme-tet-2026 .c-tts-primary .c-box .c-box__title .c-box__title__name {
  color: #fff;
  font-family: "Phudu", sans-serif;
  font-size: 20px;
}
.c-theme-tet-2026 .c-tts-primary .c-box .c-box__title .c-box__title__name a {
  color: #fff;
}
.c-theme-tet-2026 .c-tts-primary .c-box .c-box__title a.c-box__title__name {
  color: #fff;
}
.c-theme-tet-2026 .c-tts-primary .c-box .c-box__title .c-box__title__cat ul li {
  margin-right: 10px;
  padding-right: 0;
}
.c-theme-tet-2026 .c-tts-primary .c-box .c-box__title .c-box__title__cat ul li:after {
  display: none;
}
.c-theme-tet-2026 .c-tts-primary .c-box .c-box__title .c-box__title__cat ul li a {
  color: #F5E0C1;
  border: 1px solid #F5E0C1;
  padding: 6px 15px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .c-theme-tet-2026 .c-tts-frame {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  .c-theme-tet-2026 .c-tts-frame .c-tts-frame__content {
    padding: 19px;
  }
  .c-theme-tet-2026 .c-tts-frame .c-box.is-bg-gradient {
    padding-top: 25px;
  }
  .c-theme-tet-2026 .c-tts-frame .c-box.is-bg-gradient:after {
    left: -19px;
    right: -19px;
  }
  .c-theme-tet-2026 .c-tts-frame .c-box .c-box__title .c-box__title__name {
    font-size: 24px;
  }
  .c-theme-tet-2026 .c-tts-primary {
    padding: 19px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  .c-theme-tet-2026 .c-tts-primary .c-box .c-box__title .c-box__title__name {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .c-theme-tet-2026 .c-tts-primary .c-box .c-box__title.is-flex-pc {
    justify-content: space-between;
  }
  .c-theme-tet-2026 .c-tts-primary .c-box .c-box__title.is-flex-pc .c-box__title__cat {
    margin-right: 0;
  }
  .c-theme-tet-2026 .c-tts-primary .c-box .c-box__title.is-flex-pc .c-box__title__cat ul li {
    margin-left: 10px;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .c-theme-tet-2026 .c-tts-frame {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }
  .c-theme-tet-2026 .c-tts-frame .c-tts-frame__content {
    padding: 29px;
  }
  .c-theme-tet-2026 .c-tts-frame .c-box.is-bg-gradient {
    padding-top: 30px;
  }
  .c-theme-tet-2026 .c-tts-frame .c-box.is-bg-gradient:after {
    left: -29px;
    right: -29px;
  }
  .c-theme-tet-2026 .c-tts-frame .c-box .c-box__title .c-box__title__name {
    font-size: 30px;
  }
  .c-theme-tet-2026 .c-tts-primary {
    padding: 29px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }
  .c-theme-tet-2026 .c-tts-primary .c-box .c-box__title .c-box__title__name {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .c-theme-tet-2026 .c-tts-primary {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
  }
  .c-theme-tet-2026 .c-tts-primary.is-margin-top-minus {
    margin-top: 20px;
  }
}
/*---------- end tts components css ----------*/
/*---------- example css ----------*/
.c-tts-menu-outer {
  padding-bottom: 10px;
  background-color: #C61C18;
  background-image: url("../images/theme/theme-tet-2026/tts-menu-decor.png");
  background-repeat: repeat-x;
  background-position: bottom center;
}

.c-tts-menu > ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-tts-menu > ul > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  height: 52px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Merriweather", "Roboto", serif;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .c-tts-menu > ul > li > a {
    padding: 0 5px;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .c-tts-menu > ul > li > a {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .c-tts-menu-outer {
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .c-tts-menu-outer::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
  }
  .c-tts-menu {
    margin-right: -15px;
  }
}
/*---------- end example css ----------*/
/*---------- tts category board css ----------*/
.c-theme-tet-2026 .c-category-board .c-category-board__left {
  border-bottom: none;
  margin-bottom: 0;
}
.c-theme-tet-2026 .c-category-board .c-category-board__right .c-template-list {
  background-color: #FFF6D9;
  padding: 15px;
  border-radius: 10px;
}

@media (min-width: 992px) {
  .c-theme-tet-2026 .c-category-board .c-category-board__right .c-template-list {
    height: 100%;
  }
  .c-theme-tet-2026 .c-category-board .c-category-board__right .c-template-list .b-grid .b-grid__title {
    font-size: 15px;
  }
}
/*---------- end tts category board css ----------*/
/*---------- tts age css ----------*/
.c-tts-age {
  background-color: #E72C20;
  background-image: url("../images/theme/theme-tet-2026/tts-age-bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  border-radius: 10px;
}
.c-tts-age .c-tts-age__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.c-tts-age .c-tts-age__name {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  font-family: "Phudu", sans-serif;
  width: 213px;
  height: 42px;
  line-height: 40px;
  background-image: url("../images/theme/theme-tet-2026/tts-age-header.png");
  text-align: center;
  background-position: top center;
  background-repeat: no-repeat;
}
.c-tts-age .c-tts-age__name a {
  color: #DB0000;
  text-decoration: none;
}
.c-tts-age .c-tts-age__content {
  padding: 15px;
}
.c-tts-age .c-template-list > ul > li {
  border-bottom-color: rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
}
.c-tts-age .c-template-list > ul > li:after {
  content: "";
  position: absolute;
  z-index: 2;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #C61C18;
}
.c-tts-age .c-template-list > ul > li:last-child:after {
  display: none;
}

.c-theme-tet-2026 .c-category-board .c-category-board__right .c-tts-age {
  height: 100%;
}
.c-theme-tet-2026 .c-category-board .c-category-board__right .c-tts-age .c-template-list {
  background-color: transparent;
  padding: 0;
}
.c-theme-tet-2026 .c-category-board .c-category-board__right .c-tts-age .c-template-list .b-grid .b-grid__title a {
  color: #fff;
}

/*---------- end tts age css ----------*/
/*---------- tts ther css ----------*/
.c-tts-ther {
  background: linear-gradient(to bottom, #DB0000, #B10000); /* Firefox 3.6+ */ /* IE 10 */ /* Opera 11.10+ */
  background: -o-linear-gradient(to bottom, #DB0000, #B10000);
  border-radius: 10px;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
.c-tts-ther:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 56px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url("../images/theme/theme-tet-2026/tts-ther-bottom.png");
}
.c-tts-ther .c-tts-ther__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.c-tts-ther .c-tts-ther__title:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("../images/theme/theme-tet-2026/tts-ther-left.png");
  width: 84px;
  height: 42px;
}
.c-tts-ther .c-tts-ther__title:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url("../images/theme/theme-tet-2026/tts-ther-right.png");
  width: 70px;
  height: 49px;
}
.c-tts-ther .c-tts-ther__name {
  font-size: 22px;
  font-family: "Phudu", sans-serif;
  text-transform: uppercase;
  height: 42px;
  line-height: 40px;
  background-image: url("../images/theme/theme-tet-2026/tts-ther-header.png");
  background-position: top center;
  background-repeat: no-repeat;
  width: 180px;
  font-weight: 700;
  text-align: center;
}
.c-tts-ther .c-tts-ther__name a {
  color: #DB0000;
  text-decoration: none;
}
.c-tts-ther .c-tts-ther__content {
  padding: 15px;
}
.c-tts-ther .c-template-grid > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.c-tts-ther .c-template-grid > ul > li:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #BC0000;
}
.c-tts-ther .c-template-grid > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.c-tts-ther .c-template-grid > ul > li:last-child:after {
  display: none;
}
.c-tts-ther .c-template-grid > ul > li + li .b-grid {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.c-tts-ther .c-template-grid > ul > li + li .b-grid .b-grid__img {
  margin-bottom: 0;
  width: 86px;
}
.c-tts-ther .c-template-grid > ul > li + li .b-grid .b-grid__content {
  width: calc(100% - 86px);
  padding-left: 10px;
}

.c-theme-tet-2026 .c-category-center .c-category-center__left .c-tts-ther .c-template-grid .b-grid {
  background-color: transparent;
}
.c-theme-tet-2026 .c-category-center .c-category-center__left .c-tts-ther .c-template-grid .b-grid .b-grid__img {
  margin-bottom: 10px;
}
.c-theme-tet-2026 .c-category-center .c-category-center__left .c-tts-ther .c-template-grid .b-grid .b-grid__content {
  padding: 0;
}
.c-theme-tet-2026 .c-category-center .c-category-center__left .c-tts-ther .c-template-grid .b-grid .b-grid__title a {
  color: #fff;
}
.c-theme-tet-2026 .c-category-center .c-category-center__left .c-tts-ther .c-template-grid > ul > li + li .b-grid .b-grid__content {
  padding: 0 0 0 10px;
}
.c-theme-tet-2026 .c-category-center .c-category-center__left .c-tts-ther .c-template-grid > ul > li + li .b-grid .b-grid__title {
  font-size: 15px;
}

/*---------- end tts ther css ----------*/
/*---------- tts category center css ----------*/
.c-theme-tet-2026 .c-category-center .c-category-center__big {
  border-bottom: none;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .c-theme-tet-2026 .c-category-center .c-category-center__big .c-template-grid {
    height: 100%;
  }
  .c-theme-tet-2026 .c-category-center .c-category-center__big .c-template-grid .b-grid {
    height: 100%;
  }
}
/*---------- end tts category center css ----------*/
/*---------- tts video css ----------*/
.c-theme-tet-2026 .c-video-box .c-video-box__left .c-template-grid .b-grid {
  position: relative;
  z-index: 1;
}
.c-theme-tet-2026 .c-video-box .c-video-box__left .c-template-grid .b-grid .b-grid__img a:before {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)); /* Firefox 3.6+ */ /* IE 10 */ /* Opera 11.10+ */
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
.c-theme-tet-2026 .c-video-box .c-video-box__left .c-template-grid .b-grid .b-grid__content {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 45px;
}
.c-theme-tet-2026 .c-video-box .c-video-box__left .c-template-grid .b-grid .b-grid__title {
  font-size: 18px;
}

@media (min-width: 768px) {
  .c-theme-tet-2026 .c-video-box .c-video-box__left .c-template-grid .b-grid .b-grid__content {
    padding-left: 80px;
  }
  .c-theme-tet-2026 .c-video-box .c-video-box__left .c-template-grid .b-grid .b-grid__title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .c-theme-tet-2026 .c-video-box {
    margin-left: 0;
    margin-right: 0;
  }
  .c-theme-tet-2026 .c-video-box .c-video-box__left {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 300px);
  }
  .c-theme-tet-2026 .c-video-box .c-video-box__left .c-template-grid .b-grid .b-grid__img {
    border-radius: 10px 0 0 10px;
  }
  .c-theme-tet-2026 .c-video-box .c-video-box__left .c-template-grid .b-grid .b-grid__title {
    font-size: 22px;
  }
  .c-theme-tet-2026 .c-video-box .c-video-box__right {
    padding-left: 0;
    padding-right: 0;
    width: 300px;
    background-color: #FFF6D9;
    border-radius: 0 10px 10px 0;
  }
  .c-theme-tet-2026 .c-video-box .c-video-box__right .c-template-list {
    padding: 15px;
  }
  .c-theme-tet-2026 .c-video-box .c-video-box__right .c-template-list .b-grid .b-grid__img {
    width: 100px;
  }
  .c-theme-tet-2026 .c-video-box .c-video-box__right .c-template-list .b-grid .b-grid__content {
    width: calc(100% - 100px);
  }
  .c-theme-tet-2026 .c-video-box .c-video-box__right .c-template-list .b-grid .b-grid__title {
    font-size: 14px;
  }
  .c-theme-tet-2026 .c-video-box .c-video-box__right .c-template-list .b-grid .b-grid__title a {
    color: #000;
  }
  .c-theme-tet-2026 .c-video-box .c-video-box__scroll {
    height: 420px;
  }
}
@media (min-width: 1200px) {
  .c-theme-tet-2026 .c-video-box .c-video-box__left .c-template-grid .b-grid .b-grid__title {
    font-size: 24px;
  }
  .c-theme-tet-2026 .c-video-box .c-video-box__right .c-template-list {
    padding: 20px;
  }
  .c-theme-tet-2026 .c-video-box .c-video-box__scroll {
    height: 560px;
  }
}
/*---------- end tts video css ----------*/
/*---------- end theme tet 2025 css ----------*/