@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Thin.woff2") format("woff2"), url("../fonts/Inter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraLight.woff2") format("woff2"), url("../fonts/Inter-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*======================================== config =================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin: 0px;
}

a {
  text-decoration: none;
  color: #000000;
  transition: 0.3s all !important;
}
a:hover {
  color: #12386D;
}

a:hover,
a:focus {
  text-decoration: none;
}

input {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

html {
  overflow-x: hidden;
}
html.open_menu {
  overflow: hidden;
}

body {
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Inter";
  font-weight: normal;
}
@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

.container {
  max-width: 1150px;
}

.slick-slider {
  margin-bottom: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none !important;
}

/*======================================== end config =================================*/
.head-top {
  background: #2A3D96;
}
@media (max-width: 1023px) {
  .head-top {
    display: none;
  }
}
.head-top a {
  color: #fff;
  display: flex;
  font-size: 16px;
  padding: 12px 0;
}
@media (max-width: 1023px) {
  .head-top a {
    font-size: 12px;
  }
}
.head-top ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head-top ul li {
  margin-right: 15px;
}
.head-top ul li:last-child {
  margin-right: 0;
}

.head-menu {
  display: none;
}
@media (max-width: 1023px) {
  .head-menu {
    display: block;
    padding: 6px 0;
    background: #000935;
  }
}

.btn-bar {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btn-bar a {
  display: inline-flex;
  align-items: center;
}

#menu {
  display: none;
  z-index: 10;
}
#menu.mm-menu_opened {
  display: block;
}

footer {
  padding: 40px 0 0 0;
  background: url("../images/footer.png") no-repeat center;
  background-size: cover;
  color: #fff;
}
@media (max-width: 767px) {
  footer {
    padding: 24px 0 0 0;
  }
}
footer .title-fter {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
footer .maps {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  footer .maps {
    width: calc(100% + 30px);
    left: -15px;
    position: relative;
  }
}
footer .maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  footer .maps iframe {
    position: relative;
    height: 200px;
  }
}

.content-form {
  font-size: 14px;
}
@media (max-width: 767px) {
  .content-form {
    font-size: 12px;
    padding: 0 0 24px 0;
  }
}
.content-form .row {
  margin: 0 -10px;
}
.content-form .row .col-md-6, .content-form .row .col-md-12 {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .content-form .row .col-md-6, .content-form .row .col-md-12 {
    margin-bottom: 10px;
  }
}
.content-form .txt_form, .content-form select {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 0;
  padding: 0 16px;
  outline: none;
}
@media (max-width: 767px) {
  .content-form .txt_form, .content-form select {
    padding: 0 12px;
    height: 36px;
  }
}
.content-form .btn_form {
  width: 100%;
  height: 40px;
  background: #0178d6;
  border: 0;
  padding: 0 16px;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
}
.content-form textarea {
  width: 100%;
  height: 120px;
  background: #fff;
  border: 0;
  padding: 10px 16px;
  outline: none;
}

.social-fter {
  background: #c40711;
  margin-top: 40px;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .social-fter {
    margin: 0;
    padding: 6px 0;
  }
}
.social-fter ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-fter ul li {
  padding: 0 6px;
}

.item-blog {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #F7F7F7;
  color: #484848;
  display: flex;
}
@media (max-width: 767px) {
  .item-blog {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.item-blog:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.item-blog ul {
  list-style: none;
  display: flex;
}
.item-blog ul li {
  margin-right: 8px;
}
.item-blog ul li:last-child {
  margin-right: 0;
}
.item-blog .bott-blog {
  display: flex;
  align-items: center;
  line-height: 1;
}
.item-blog .bott-blog .left {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #DBDBDB;
}
@media (max-width: 767px) {
  .item-blog .bott-blog .left {
    margin-right: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  .item-blog .bott-blog img {
    width: 14px;
  }
}
.item-blog .vote {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #535556;
}
.item-blog .vote img {
  width: 16px;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .item-blog .vote img {
    width: 14px;
  }
}
.item-blog .top {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #C0C3C4;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .item-blog .top {
    font-size: 10px;
    margin-bottom: 4px;
  }
}
.item-blog .top .cate {
  color: #2A3D96;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .item-blog .top .cate {
    font-size: 10px;
  }
}
.item-blog .top .cate:after {
  content: "-";
  margin-left: 8px;
}
.item-blog .top .date {
  display: flex;
  font-size: 10px;
  align-items: center;
}
.item-blog .top .date img {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.item-blog h3 a {
  display: block;
  margin-bottom: 16px;
  position: relative;
  font-size: 16px;
}
@media (max-width: 1023px) {
  .item-blog h3 a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .item-blog h3 a {
    font-size: 14px !important;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.item-blog h3 a:after {
  content: "";
  width: 32px;
  height: 1px;
  background: #2A3D96;
  position: absolute;
  left: 0;
  bottom: -10px;
}
@media (max-width: 767px) {
  .item-blog h3 a:after {
    display: none;
  }
}
.item-blog .desc {
  margin-bottom: 15px;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .item-blog .desc {
    -webkit-line-clamp: 2;
    font-size: 12px;
    margin-bottom: 6px;
  }
}
.item-blog .avarta {
  flex: 0 0 260px;
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .item-blog .avarta {
    flex: 0 0 220px;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .item-blog .avarta {
    flex: 0 0 45% !important;
    margin-right: 10px !important;
  }
}
.item-blog .avarta .avr {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  padding-top: 69.696969697%;
}
@media (max-width: 767px) {
  .item-blog .avarta .avr {
    padding-top: 69.696969697% !important;
  }
}
.item-blog .avarta .avr img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .side-bar-blog {
    padding: 24px 0 0 0;
  }
}
.side-bar-blog .title-bar {
  text-align: center;
  color: #818181;
  font-size: 14px;
  border-radius: 4px;
  border: 2px solid #F7F7F7;
  padding: 14px 10px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .side-bar-blog .title-bar {
    margin-bottom: 15px;
    padding: 10px;
  }
}
.side-bar-blog .item-bar {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .side-bar-blog .item-bar {
    margin-bottom: 15px;
  }
}
.side-bar-blog .item-bar:last-child {
  margin-bottom: 0;
}

.follow-bar ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.follow-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F7F7F7;
  border-radius: 100%;
  background: #fff;
  width: 44px;
  height: 44px;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .follow-bar a {
    width: 36px;
    height: 36px;
  }
}
.follow-bar a:hover {
  background: #F7F7F7;
}

.category-bar ul {
  padding: 22px 16px;
  background: #F5F9F9;
  list-style: none;
}
.category-bar ul li {
  margin-bottom: 12px;
  position: relative;
}
.category-bar ul li:last-child {
  margin-bottom: 0;
}
.category-bar ul li span {
  color: #8B8D92;
  font-size: 14px;
  position: absolute;
  top: 1px;
  right: 0;
}
.category-bar a {
  color: #0935F9;
  display: block;
  position: relative;
  padding-right: 28px;
  padding-left: 10px;
}
.category-bar a:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #0935F9;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
}

.search-bar .txt_search {
  border-radius: 100px;
  border: 1px solid #F7F7F7;
  background: #FFF;
  width: 100%;
  font-size: 12px;
  padding: 12px;
}

.item-blog-bar {
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.item-blog-bar:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.item-blog-bar .avarta {
  flex: 0 0 76px;
  margin: 0 12px 0 0;
}
.item-blog-bar .avarta .avr {
  padding-top: 100%;
}
.item-blog-bar .top {
  margin-bottom: 8px;
}
.item-blog-bar h4 a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .item-blog-bar h4 a {
    font-size: 14px;
  }
}
.item-blog-bar .desc {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.tags-bar ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}
.tags-bar ul li {
  padding: 5px;
}
.tags-bar a {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 6px 14px;
  border: 1px solid #ebebeb;
}

.box-blog {
  padding: 48px 0;
}
@media (max-width: 767px) {
  .box-blog {
    padding: 24px 0;
  }
}

.box-content-avarta {
  padding: 0 0 48px 0;
}
@media (max-width: 767px) {
  .box-content-avarta {
    padding: 0 0 24px 0;
  }
}

.tab-skill {
  margin-bottom: 30px;
  font-size: 14px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .tab-skill {
    margin: 16px 0;
    overflow: auto;
  }
}
.tab-skill ul {
  list-style: none;
  display: flex;
}
@media (max-width: 767px) {
  .tab-skill ul {
    width: max-content;
  }
}
.tab-skill ul li {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .tab-skill ul li {
    margin-right: 10px;
  }
}
.tab-skill ul li:last-child {
  margin-right: 0;
}
.tab-skill a {
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #F7F7F7;
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
  height: 44px;
  min-width: 143px;
  justify-content: center;
}
@media (max-width: 767px) {
  .tab-skill a {
    font-size: 12px;
    height: 32px;
  }
}
.tab-skill a.active, .tab-skill a:hover {
  background: #2A3D96;
  color: #fff;
  border: 1px solid #2A3D96;
}

.title {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .title {
    font-size: 16px;
  }
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
@media (max-width: 1023px) {
  .tab-content .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .tab-content .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .tab-content .col-md-8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .tab-content .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 16px;
  }
}

.list-video {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .list-video {
    margin-top: 16px;
  }
}
.list-video .row {
  margin: 0 -12px;
}
@media (max-width: 767px) {
  .list-video .row {
    margin: 0 -7px;
  }
}
.list-video .row > div {
  padding: 0 12px;
}
@media (max-width: 767px) {
  .list-video .row > div {
    padding: 0 7px;
  }
}
.list-video .row .col-md-3 {
  margin-bottom: 24px;
}

.item-video .avarta {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  padding-top: 70.4980842912%;
  margin-bottom: 12px;
}
.item-video .avarta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .item-video .info img {
    width: 14px;
  }
}
.item-video .info h3 a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .item-video .info h3 a {
    font-size: 14px;
  }
}
.item-video .info ul {
  list-style: none;
  display: flex;
}
.item-video .info ul li {
  margin-right: 8px;
}
.item-video .info ul li:last-child {
  margin-right: 0;
}
.item-video .bott-blog {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-video .bott-blog .vote img {
  position: relative;
  top: -2px;
  margin-right: 6px;
}

.content-search {
  background: #F7F7F7;
  padding: 20px;
  font-size: 14px;
}
.content-search ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .content-search ul {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -5px;
  }
}
.content-search ul li {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .content-search ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 8px 5px;
  }
}
@media (max-width: 767px) {
  .content-search ul li:first-child, .content-search ul li:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.content-search input {
  height: 40px;
  padding: 0 16px;
  border-radius: 50px;
  max-width: 240px;
  width: 100%;
  border: 0;
  background: #fff;
  outline: none;
  font-size: 14px;
}
.content-search input.btn_search {
  cursor: pointer;
  background: #000935;
  color: #fff;
}
@media (max-width: 767px) {
  .content-search input.btn_search {
    max-width: 100%;
  }
}

.box-banner {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .box-banner {
    margin-bottom: 24px;
  }
}

.detail-content {
  line-height: 1.5;
  font-size: 16px;
}
@media (max-width: 767px) {
  .detail-content {
    font-size: 14px;
  }
}
.detail-content img {
  max-width: 100%;
  height: auto !important;
}
.detail-content p {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .detail-content p {
    margin-bottom: 18px;
  }
}
.detail-content h2, .detail-content h3, .detail-content h4, .detail-content h5, .detail-content h6 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .detail-content h2, .detail-content h3, .detail-content h4, .detail-content h5, .detail-content h6 {
    margin-bottom: 18px;
  }
}

.breadcrumbs-detail {
  padding: 24px 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .breadcrumbs-detail {
    display: none;
  }
}
.breadcrumbs-detail ul {
  list-style: none;
  display: flex;
}
.breadcrumbs-detail ul li {
  margin-right: 25px;
  position: relative;
}
.breadcrumbs-detail ul li:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #333333;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 2px);
  right: -14px;
}
.breadcrumbs-detail ul li:last-child {
  margin-right: 0;
}
.breadcrumbs-detail ul li:last-child:after {
  display: none;
}

.author-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .author-social {
    display: block;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ebebeb;
  }
}
.author-social ul {
  list-style: none;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .author-social ul {
    justify-content: center;
    margin-top: 16px;
  }
}
.author-social ul li {
  margin-right: 10px;
}
.author-social ul li:last-child {
  margin-right: 0;
}

.author:not(body) {
  display: flex;
  font-size: 12px;
  align-items: center;
  margin-top: 24px;
}
.author:not(body) .avarta {
  flex: 0 0 50px;
  margin-right: 12px;
}
.author:not(body) .avarta img {
  width: 100%;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.author:not(body) h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.detail-top h1 {
  font-size: 32px;
  font-weight: bold;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .detail-top h1 {
    font-size: 24px;
    font-weight: 600;
  }
}
.detail-top .cate-top a {
  font-size: 12px;
  font-weight: bold;
  color: #2a3d96;
}

.box-other-detail {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .box-other-detail {
    padding: 0 0 16px 0;
  }
}

.box-video {
  padding: 0 0 40px 0;
}
@media (max-width: 767px) {
  .box-video {
    padding: 0 0 16px 0;
  }
}

.lotrinh-content {
  padding: 32px;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
  background: url("../images/content-1.png") no-repeat center;
  background-size: cover;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .lotrinh-content {
    padding: 16px;
    margin-bottom: 24px;
  }
}
.lotrinh-content h3 {
  font-size: 32px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.4;
  color: #e0c96b;
  position: relative;
}
@media (max-width: 767px) {
  .lotrinh-content h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.lotrinh-content h3:after {
  content: "";
  width: 100px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: calc(50% - 50px);
  bottom: -24px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .lotrinh-content h3:after {
    width: 70px;
    height: 2px;
    left: calc(50% - 35px);
    bottom: -15px;
  }
}

.pagination ul {
  list-style: none;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  margin: 0 -5px;
}
.pagination ul li {
  padding: 0 5px;
}
.pagination ul a,
.pagination ul span {
  display: flex;
  width: 36px;
  height: 36px;
  border: 1px solid #ebebeb;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
}
.pagination ul span.current {
  border: 1px solid #0178d6;
  background: #0178d6;
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

.style-v2 header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 40px;
  height: 100px;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1000px) {
  .style-v2 header {
    justify-content: center;
    position: relative;
  }
  .style-v2 .hamburger {
    position: absolute;
    right: 24px;
  }
}
.style-v2 .logo {
  display: flex;
  align-items: center;
}
.style-v2 .logo-icon {
  width: 63.88px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.style-v2 .logo-icon img {
  height: 69px;
}
.style-v2 .logo-icon svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}
.style-v2 .logo-text {
  line-height: 1.1;
  text-align: center;
  cursor: default;
}
.style-v2 .logo-text strong {
  display: block;
  font-size: 23.5px;
  color: #2a2360;
}
.style-v2 .logo-text span {
  font-size: 10.5px;
  color: #495ba8;
}
.style-v2 .menu-menu-container #primary-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.style-v2 .menu-menu-container #primary-menu .menu-item {
  list-style: none;
}
.style-v2 .menu-menu-container #primary-menu .menu-item a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.15s ease;
}
.style-v2 .menu-menu-container #primary-menu .menu-item a:hover {
  color: #e86d3c;
  transform: translateY(-1px);
}
.style-v2 .btn-cta {
  background: radial-gradient(circle, #F68A4C, #D64927);
  color: #fff;
  padding: 12.5px 35.5px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  transition: transform 0.15s ease, filter 0.25s ease;
}
.style-v2 .btn-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}
.style-v2 .hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  z-index: 200;
  margin-left: auto;
}
.style-v2 .hamburger span {
  display: block;
  width: 24px;
  height: 2.5px;
  background: #f05a22;
  border-radius: 99px;
  transition: transform 0.3s, opacity 0.3s;
}
.style-v2 .hamburger.active span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.style-v2 .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.style-v2 .hamburger.active span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}
.style-v2 .nav-cta-mobile {
  display: none;
  background: radial-gradient(circle, #F68A4C, #D64927);
  color: #fff;
  padding: 12.5px 35.5px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  transition: transform 0.15s ease, filter 0.25s ease;
}
.style-v2 .nav-cta-mobile:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}
.style-v2 .nav-cta-mobile {
  color: #fff !important;
  padding: 12.5px 35.5px !important;
}
.style-v2 .breadcrumb {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 24px;
  font-size: 13px;
  color: #555;
  background: none;
}
.style-v2 .breadcrumb a {
  font-weight: 400;
  color: #5a6ab0;
}
.style-v2 .breadcrumb a:hover {
  text-decoration: none;
}
.style-v2 .breadcrumb .sep {
  margin: 0 6px;
  color: #5a6ab0;
}
.style-v2 .content-wrap {
  max-width: 1180px;
  margin: 0 auto 32px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 285px 1fr;
  gap: 32px;
}
@media (max-width: 1024px) {
  .style-v2 .content-wrap {
    grid-template-columns: 240px 1fr;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .style-v2 .content-wrap {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 15px;
  }
}
.style-v2 aside {
  border-radius: 15px;
  overflow: hidden;
  height: fit-content;
}
.style-v2 .sidebar-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  margin: 13px;
  color: #333;
  border-radius: 12px;
}
.style-v2 .sidebar-item:last-child {
  border-bottom: none;
}
.style-v2 .sidebar-item.active {
  background: #edf6ff;
  font-size: 16px;
  font-weight: 600;
}
.style-v2 .sidebar-item.active .sidebar-icon svg path {
  fill: #495ba8;
}
.style-v2 .sidebar-item.active .sidebar-icon svg {
  fill: #fff;
}
.style-v2 .sidebar-item.active a {
  color: #495ba8 !important;
}
.style-v2 .sidebar-item:not(.active):hover {
  background: #edf6ff;
}
.style-v2 .sidebar-item:not(.active):hover a {
  color: #495ba8;
}
.style-v2 .sidebar-item:hover .sidebar-icon svg path {
  fill: #495ba8;
}
.style-v2 .sidebar-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.style-v2 .sidebar-icon svg {
  width: 18px;
  height: 18px;
  fill: #555;
}
.style-v2 .articles {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.style-v2 .article-card {
  display: flex;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid #F7F7F7;
  align-items: flex-start;
  transition: background 0.15s;
}
.style-v2 .article-card:last-child {
  border-bottom: none;
}
.style-v2 .article-card:hover .article-title {
  color: #1a3799;
}
.style-v2 .article-thumb {
  width: 100%;
  max-width: 260px;
  aspect-ratio: 16/9;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: repeating-conic-gradient(#d0d0d0 0% 25%, #e8e8e8 0% 50%) 0 0/20px 20px;
}
.style-v2 .article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .style-v2 .article-thumb {
    width: 160px;
  }
}
.style-v2 .article-meta {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  margin-bottom: 6px;
}
.style-v2 .article-title {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
  transition: color 0.15s;
}
@media (max-width: 768px) {
  .style-v2 .article-title {
    font-size: 15px;
  }
}
.style-v2 .article-excerpt {
  font-size: 13px;
  color: #666;
  margin-top: 6px;
  line-height: 1.5;
}
.style-v2 {
  /* ── PAGINATION ─────────────────────────────────────────────────────────── */
}
.style-v2 .page-numbers {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 24px 0 8px;
  list-style: none;
  margin: 0;
}
.style-v2 .page-numbers li a,
.style-v2 .page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #495ba8;
  color: #495ba8;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
}
.style-v2 .page-numbers li a:hover {
  background: #495ba8;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(26, 55, 153, 0.25);
}
.style-v2 .page-numbers li span.current {
  background: #495ba8;
  color: #fff;
  border-color: #495ba8;
}
.style-v2 .register-outer {
  max-width: 1180px;
  margin: auto;
  padding: 53px 15px;
}
.style-v2 .register-section {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  overflow: hidden;
  align-items: stretch;
  box-shadow: 0 4px 16px rgba(73, 91, 168, 0.25);
}
@media (max-width: 768px) {
  .style-v2 .register-section {
    grid-template-columns: 1fr;
  }
  .style-v2 .register-section .register-image {
    min-height: 200px;
  }
  .style-v2 .register-section .register-divider {
    display: none;
  }
}
.style-v2 .register-image {
  height: 100%;
  min-height: 360px;
  background: repeating-conic-gradient(#d0d0d0 0% 25%, #e8e8e8 0% 50%) 0 0/20px 20px;
}
.style-v2 .register-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}
.style-v2 .register-divider {
  background: #e0e0e0;
  width: 1px;
  border: none;
}
.style-v2 .register-form-wrap {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.style-v2 .register-form-wrap h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #495ba8;
  text-align: center;
}
.style-v2 .register-form-wrap p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .style-v2 .register-form-wrap {
    padding: 24px 16px;
  }
  .style-v2 .register-form-wrap h2 {
    font-size: 24px;
  }
}
.style-v2 .form-group p {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.style-v2 .form-group p br {
  display: none;
}
.style-v2 .form-group p input {
  width: 100%;
  padding: 11px 16px;
  border: 1.5px solid #88c6ff;
  border-radius: 20px;
  outline: none;
  background: #fff;
  color: #222;
  transition: border-color 0.2s;
  font-weight: 400;
  font-size: 13px;
  box-sizing: border-box;
}
.style-v2 .form-group p input:focus {
  border-color: #1a3799;
}
.style-v2 .form-group p input::placeholder {
  color: #aaa;
}
.style-v2 .form-group p select {
  width: 100%;
  padding: 11px 16px;
  border: 1.5px solid #88c6ff;
  border-radius: 20px;
  outline: none;
  background: #fff;
  color: #222;
  transition: border-color 0.2s;
  font-weight: 400;
  font-size: 13px;
  box-sizing: border-box;
}
.style-v2 .form-group p select:focus {
  border-color: #1a3799;
}
.style-v2 .form-group p select::placeholder {
  color: #aaa;
}
.style-v2 .form-group p select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2388c6ff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px;
  padding-right: 44px;
  cursor: pointer;
}
.style-v2 .form-group .form-submit {
  width: 100%;
  padding: 13px;
  background: radial-gradient(circle, #F68A4C, #D64927);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: transform 0.15s;
  margin-top: 4px;
}
.style-v2 .form-group .form-submit:hover {
  background: #F68A4C;
  transform: translateY(-1px);
}
.style-v2 .form-group .custom-select-v2 {
  position: relative;
  user-select: none;
}
.style-v2 .form-group .custom-select-v2.open .cs-selected svg {
  transform: rotate(90deg);
}
.style-v2 .form-group .custom-select-v2.open .cs-options {
  max-height: 200px;
  opacity: 1;
}
.style-v2 .form-group .cs-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 16px;
  border: 1.5px solid #88c6ff;
  border-radius: 20px;
  font-size: 14px;
  background: #fff;
  color: #222;
  cursor: pointer;
  transition: border-color 0.2s;
}
.style-v2 .form-group .cs-selected svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #88c6ff;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.style-v2 .form-group .cs-options {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1.5px solid #88c6ff;
  border-radius: 8px;
  overflow: hidden;
  list-style: none;
  z-index: 50;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.style-v2 .form-group .cs-options li {
  padding: 12px 16px;
  font-size: 14px;
  cursor: pointer;
  color: #222;
  transition: background 0.15s, color 0.15s;
  border-bottom: 1px solid #f5f5f5;
}
.style-v2 .form-group .cs-options li:last-child {
  border-bottom: none;
}
.style-v2 .form-group .cs-options li:hover {
  background: #eef1fb;
  color: #1a3799;
}
.style-v2 .form-group .cs-options li.selected {
  color: #1a3799;
  font-weight: 600;
  background: #f5f7ff;
}
.style-v2 footer {
  background: linear-gradient(180deg, #495ba8 0%, #29205E 100%);
  color: #fff;
  margin-top: 48px;
}
.style-v2 .footer-top {
  max-width: 1262px;
  margin: 0 auto;
  padding: 0 15px 40px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 367px;
  gap: 39px;
}
.style-v2 .footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.style-v2 .footer-logo img {
  width: 78px;
}
.style-v2 .footer-brand {
  text-align: center;
}
.style-v2 .footer-brand strong {
  display: block;
  font-size: 20px;
  color: #a7dce0;
}
.style-v2 .footer-brand span {
  display: block;
  font-size: 8px;
  color: #7a88c2;
  letter-spacing: 0.5px;
}
.style-v2 .footer-desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 18px;
}
.style-v2 .footer-branch {
  margin-bottom: 12px;
}
.style-v2 .footer-branch strong {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 3px;
  letter-spacing: 0.3px;
}
.style-v2 .footer-branch p {
  font-size: 12px;
  line-height: 1.6;
}
.style-v2 .footer-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 8px;
}
.style-v2 .footer-center h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.style-v2 .footer-center-links {
  display: flex;
  align-items: center;
  gap: 0;
}
.style-v2 .footer-center-links a {
  padding: 8px 16px;
  border: 1.5px solid #fff;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}
.style-v2 .footer-center-links a:not(:last-child) {
  border-right: none;
}
.style-v2 .footer-center-links a:first-child {
  border-radius: 13px 0 0 13px;
}
.style-v2 .footer-center-links a:last-child {
  border-radius: 0 13px 13px 0;
}
.style-v2 .footer-center-links a:hover {
  background: rgba(255, 255, 255, 0.15);
}
.style-v2 .footer-badges {
  display: flex;
  gap: 12px;
  width: 367px;
}
.style-v2 .badge img {
  height: 66px;
  width: 174px;
}
.style-v2 .badge-icon {
  font-size: 22px;
}
.style-v2 .badge-text {
  font-size: 10px;
  color: #333;
  font-weight: 700;
  line-height: 1.3;
}
.style-v2 .badge-text span {
  display: block;
  font-size: 9px;
  color: #555;
  font-weight: 400;
}
.style-v2 .footer-map {
  border-radius: 10px;
  overflow: hidden;
  height: 298px;
  width: 367px;
  margin-bottom: 20px;
}
.style-v2 .footer-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.style-v2 .footer-bottom {
  background: #d61b54;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 14px 24px;
  text-align: center;
  font-size: 12.5px;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .style-v2 .hamburger {
    display: flex;
  }
  .style-v2 .btn-cta-desktop {
    display: none;
  }
  .style-v2 .nav-cta-mobile {
    display: block;
  }
  .style-v2 nav#main-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 99px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0 24px;
    box-shadow: 0 12px 20px -8px rgba(0, 0, 0, 0.12);
    gap: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, transform 0.3s ease, padding 0.3s ease;
  }
  .style-v2 nav#main-nav .menu-menu-container {
    width: 100%;
  }
  .style-v2 nav#main-nav .menu-menu-container #primary-menu {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .style-v2 nav#main-nav.open {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
    padding: 16px 24px 20px;
  }
  .style-v2 nav#main-nav a {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
    color: #222;
    font-weight: 500;
    width: 100%;
    text-align: center;
    opacity: 0;
    transform: translateX(-12px);
    transition: opacity 0.3s ease, transform 0.3s ease, color 0.2s;
  }
  .style-v2 nav#main-nav a:hover {
    color: #495ba8;
    padding-left: 0;
  }
  .style-v2 nav#main-nav a:last-child {
    border-bottom: none;
  }
  .style-v2 nav#main-nav .nav-cta-mobile {
    width: auto !important;
    padding: 12px 32px !important;
    margin-top: 16px;
    border-bottom: none !important;
    border-radius: 30px;
    text-align: center;
    opacity: 0;
    transform: translateX(-12px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .style-v2 nav#main-nav.open a {
    opacity: 1;
    transform: translateX(0);
  }
  .style-v2 nav#main-nav.open a:nth-child(1) {
    transition-delay: 0.05s;
  }
  .style-v2 nav#main-nav.open a:nth-child(2) {
    transition-delay: 0.1s;
  }
  .style-v2 nav#main-nav.open a:nth-child(3) {
    transition-delay: 0.15s;
  }
  .style-v2 nav#main-nav.open a:nth-child(4) {
    transition-delay: 0.2s;
  }
  .style-v2 nav#main-nav.open a:nth-child(5) {
    transition-delay: 0.25s;
  }
  .style-v2 nav#main-nav.open a:nth-child(6) {
    transition-delay: 0.3s;
  }
  .style-v2 nav#main-nav.open a:nth-child(7) {
    transition-delay: 0.35s;
  }
  .style-v2 .content-wrap {
    grid-template-columns: 1fr;
  }
  .style-v2 aside {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .style-v2 .register-section {
    grid-template-columns: 1fr;
  }
  .style-v2 .register-image {
    min-height: 220px;
    height: 200px;
  }
  .style-v2 .register-divider {
    display: none;
  }
  .style-v2 .footer-top {
    grid-template-columns: 1fr;
  }
  .style-v2 .footer-map {
    width: 100%;
    height: 250px;
    margin: 0 auto 20px;
  }
  .style-v2 .footer-badges {
    width: 100%;
    justify-content: center;
  }
  .style-v2 .breadcrumb {
    padding: 10px 15px;
    font-size: 12px;
  }
  .style-v2 .hero {
    flex-direction: column;
  }
  .style-v2 .hero .hero-left {
    flex: none;
    padding: 16px 24px 0;
  }
  .style-v2 .hero .hero-right {
    padding: 16px 24px 24px;
  }
  .style-v2 nav {
    display: none;
  }
}
.style-v2 .sc-tintuc {
  margin: 0 auto 48px;
}
.style-v2 .sc-tintuc__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px;
}
.style-v2 .sc-tintuc__title {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: #1a3799;
  margin-bottom: 32px;
}
.style-v2 .sc-tintuc__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) {
  .style-v2 .sc-tintuc__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .style-v2 .sc-tintuc__grid {
    grid-template-columns: 1fr;
  }
}
.style-v2 .sc-news-card {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(73, 91, 168, 0.25);
  transition: box-shadow 0.2s, transform 0.2s;
}
.style-v2 .sc-news-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}
.style-v2 .sc-news-card:hover .sc-news-card__thumb img {
  transform: scale(1.04);
}
.style-v2 .sc-news-card:hover .sc-news-card__title {
  color: #1a3799;
}
.style-v2 .sc-news-card__thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.style-v2 .sc-news-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.style-v2 .sc-news-card__body {
  padding: 14px 16px 12px;
}
.style-v2 .sc-news-card__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #222;
  transition: color 0.15s;
}
.style-v2 .sc-news-card__meta {
  display: flex;
  align-items: center;
}
.style-v2 .sc-news-card__likes {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: #aaa;
}
.style-v2 .sc-news-card__likes svg {
  width: 15px;
  height: 15px;
  fill: #ddd;
  flex-shrink: 0;
}
.style-v2 .sc-news-card__actions {
  margin-left: auto;
  display: flex;
  gap: 6px;
}
.style-v2 .sc-news-card__actions a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.style-v2 .sc-news-card__actions a:hover {
  background: #eef1fb;
}
.style-v2 .sc-news-card__actions svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: #888;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.style-v2 .box-student .grid-wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 0 15px 48px;
}
.style-v2 .box-student .grid {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: autoScroll 30s linear infinite;
  will-change: transform;
  padding: 3px 0;
}
.style-v2 .box-student .grid:hover {
  animation-play-state: paused;
}
.style-v2 .box-student .student-card {
  flex: 0 0 160px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.2s;
  background: linear-gradient(180deg, #88C6FF 0%, #88C6FF 40%, #2A2261 100%);
}
.style-v2 .box-student .student-card:hover {
  transform: translateY(-3px);
}
.style-v2 .box-student .student-card:hover .photo-wrap img {
  transform: scale(1.04);
}
@keyframes autoScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 8px));
  }
}
@media (min-width: 1100px) {
  .style-v2 .box-student .grid {
    animation: none;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .style-v2 .box-student .student-card {
    flex: initial;
  }
}
.style-v2 .box-student .ielts-badge {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 10;
}
.style-v2 .box-student .ielts-badge .badge-shape {
  width: 46px;
  height: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px;
  background: linear-gradient(135deg, #F68A4C, #D64927);
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
}
.style-v2 .box-student .ielts-badge .badge-score {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.3px;
  color: white;
}
.style-v2 .box-student .ielts-badge .badge-label {
  margin-top: 1px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.92);
}
.style-v2 .box-student .photo-wrap {
  margin: 5px 5px 0;
  height: 170.67px;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 3/4;
  flex-shrink: 0;
  transition: transform 1s ease;
}
.style-v2 .box-student .photo-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.style-v2 .box-student .photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(120, 160, 230, 0.35);
}
.style-v2 .box-student .photo-placeholder svg {
  width: 45%;
  height: 45%;
  opacity: 0.4;
}
.style-v2 .box-student .info {
  padding: 10px 10px 14px;
  text-align: left;
}
.style-v2 .box-student .student-name {
  margin-bottom: 3px;
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 600;
  line-height: 1.2;
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 40, 0.2);
}
.style-v2 .box-student .student-school {
  font-size: 9px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: white;
}
.style-v2 {
  /* ── COUNTDOWN BANNER ── */
}
.style-v2 .countdown-banner {
  background: #ED1F51;
  color: #fff;
  margin-bottom: 24px;
}
.style-v2 .countdown-banner .countdown-container {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 47.3px 24px;
  gap: 24px;
  flex-wrap: wrap;
}
.style-v2 .countdown-banner .countdown-label {
  font-size: 13px;
  font-weight: 500;
  opacity: 0.9;
  margin-bottom: 4px;
}
.style-v2 .countdown-banner .countdown-sub {
  font-size: 20.5px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.style-v2 .countdown-banner .countdown-timer {
  display: flex;
  align-items: center;
  gap: 8px;
}
.style-v2 .countdown-banner .countdown-unit {
  text-align: center;
}
.style-v2 .countdown-banner .countdown-num {
  display: block;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 4px 12px;
  min-width: 52px;
}
.style-v2 .countdown-banner .countdown-lbl {
  font-size: 11px;
  opacity: 0.8;
  margin-top: 4px;
  display: block;
}
.style-v2 .countdown-banner .countdown-sep {
  font-size: 28px;
  font-weight: 700;
  opacity: 0.6;
  margin-bottom: 16px;
}
.style-v2 .countdown-banner .countdown-cta {
  background: #fff;
  color: #ED1F51;
  padding: 12px 28px;
  border-radius: 11px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  transition: filter 0.2s;
}
.style-v2 .countdown-banner .countdown-cta:hover {
  filter: brightness(1.1);
}
@media (max-width: 1000px) {
  .style-v2 .countdown-banner .countdown-container {
    flex-direction: column;
    text-align: center;
    padding: 20px 15px;
  }
}
.style-v2 .single-wrap {
  max-width: 1180px;
  margin: 0 auto 48px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 200px 1fr 260px;
  gap: 28px;
  align-items: start;
}
@media (max-width: 1000px) {
  .style-v2 .single-wrap {
    grid-template-columns: 1fr;
  }
  .style-v2 .toc-sidebar, .style-v2 .info-sidebar {
    position: static;
  }
}
.style-v2 .toc-sidebar .ez-toc-title-container {
  display: none;
}
.style-v2 .toc-sidebar .ez-toc-list {
  list-style: none;
  padding: 8px 0;
  margin: 0;
}
.style-v2 .toc-sidebar .ez-toc-list-level-1 > li {
  border-bottom: 1px solid #f5f5f5;
}
.style-v2 .toc-sidebar .ez-toc-list-level-1 > li:last-child {
  border-bottom: none;
}
.style-v2 .toc-sidebar .ez-toc-link {
  display: block;
  padding: 9px 16px;
  font-size: 12.5px;
  color: #666;
  line-height: 1.4;
  transition: color 0.15s, background 0.15s;
}
.style-v2 .toc-sidebar .ez-toc-link:hover {
  color: #495ba8;
  background: #f5f7ff;
}
.style-v2 .toc-sidebar .ez-toc-list-level-3 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.style-v2 .toc-sidebar .ez-toc-list-level-3 .ez-toc-link {
  padding-left: 28px;
  font-size: 12px;
  color: #aaa;
}
.style-v2 .toc-sidebar .ez-toc-list-level-3 .ez-toc-link::before {
  content: "– ";
  color: #ccc;
}
.style-v2 .toc-sidebar .ez-toc-list-level-3 .ez-toc-link:hover {
  color: #495ba8;
}
.style-v2 .toc-sidebar .audio-toc {
  border: 1px solid #e0e0e0;
  padding: 12px 14px;
  box-shadow: 0 4px 16px rgba(73, 91, 168, 0.1);
  border-radius: 15px;
}
.style-v2 .toc-sidebar .audio-toc > span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #495ba8;
  margin-bottom: 10px;
}
.style-v2 .toc-sidebar .audio-toc__item {
  margin-bottom: 10px;
  background: #f5f7ff;
  border-radius: 15px;
  padding: 8px 10px;
}
.style-v2 .toc-sidebar .audio-toc__item:last-child {
  margin-bottom: 0;
}
.style-v2 .toc-sidebar .audio-toc__item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.style-v2 .toc-sidebar .audio-toc__item-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #333;
}
.style-v2 .toc-sidebar .audio-toc__item-title button {
  background: none;
  border: none;
  cursor: pointer;
  color: #495ba8;
  display: flex;
  align-items: center;
  padding: 0;
}
.style-v2 .toc-sidebar .audio-toc__item-time {
  font-size: 11px;
  color: #666;
}
.style-v2 .toc-sidebar .audio-toc__item-progress {
  display: flex;
  align-items: center;
  gap: 8px;
}
.style-v2 .toc-sidebar .audio-toc__item-progress-bar {
  flex: 1;
  height: 4px;
  background: #dde3f5;
  border-radius: 4px;
  overflow: hidden;
}
.style-v2 .toc-sidebar .audio-toc__item-progress-bar-inner {
  height: 100%;
  background: #495ba8;
  border-radius: 4px;
  transition: width 0.3s linear;
}
.style-v2 .toc-sidebar .audio-toc__item-progress-button {
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  display: flex;
  align-items: center;
  padding: 0;
}
.style-v2 .toc-sidebar .audio-toc__item-progress-button:hover {
  color: #495ba8;
}
.style-v2 .post-header {
  margin-bottom: 20px;
}
.style-v2 .post-title {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.3;
  color: #1a1a2e;
  margin-bottom: 12px;
}
.style-v2 .post-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #666;
}
.style-v2 .post-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}
.style-v2 .post-author {
  font-weight: 600;
  color: #495ba8;
}
.style-v2 .post-thumb {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}
.style-v2 .post-thumb img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.style-v2 .post-body {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}
.style-v2 .post-body h2 {
  font-size: 20px;
  font-weight: 700;
  color: #495ba8;
  margin: 28px 0 12px;
}
.style-v2 .post-body p {
  margin-bottom: 14px;
}
.style-v2 .post-body strong {
  color: #495ba8;
}
.style-v2 .post-example {
  background: #f5f7ff;
  border-left: 4px solid #495ba8;
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin: 16px 0;
}
.style-v2 .post-example ul {
  list-style: none;
}
.style-v2 .post-example li {
  padding: 4px 0;
  font-size: 14px;
}
.style-v2 .post-example li::before {
  content: "• ";
  color: #495ba8;
}
.style-v2 .info-sidebar {
  position: sticky;
  top: 41px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.style-v2 .info-box {
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 16px rgba(73, 91, 168, 0.1);
}
.style-v2 .info-box__title {
  background: #e8f0fe;
  color: #495ba8;
  font-weight: 700;
  font-size: 13px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.3px;
}
.style-v2 .info-box__title svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.style-v2 .course-list {
  padding: 8px 0;
}
.style-v2 .course-item {
  display: flex;
  gap: 10px;
  padding: 10px 14px;
  border-bottom: 1px solid #f5f5f5;
  transition: background 0.15s;
}
.style-v2 .course-item:last-child {
  border-bottom: none;
}
.style-v2 .course-item:hover {
  background: #f5f7ff;
}
.style-v2 .course-thumb {
  width: 52px;
  height: 40px;
  border-radius: 6px;
  flex-shrink: 0;
  background: repeating-conic-gradient(#d0d0d0 0% 25%, #e8e8e8 0% 50%) 0 0/12px 12px;
}
.style-v2 .course-name {
  font-size: 12.5px;
  font-weight: 600;
  color: #222;
  line-height: 1.3;
  margin-bottom: 2px;
}
.style-v2 .course-desc {
  font-size: 11.5px;
  color: #666;
  line-height: 1.3;
}
.style-v2 .test-link {
  display: block;
  padding: 10px 14px;
  font-size: 12.5px;
  color: #495ba8;
  font-weight: 600;
}
.style-v2 .test-link:hover {
  text-decoration: underline;
}
.style-v2 .info-box--connect .info-box__title {
  background: #fff0eb;
  color: #e86d3c;
}
.style-v2 .single-wrap {
  max-width: 1180px;
  margin: 0 auto 48px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 260px 1fr 260px;
  gap: 28px;
  align-items: start;
}
.style-v2 .toc-sidebar {
  position: sticky;
  top: 41px;
}
.style-v2 .toc-box {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 16px rgba(73, 91, 168, 0.12);
}
.style-v2 .toc-title {
  background: #495ba8;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 12px 16px;
  letter-spacing: 0.3px;
}
.style-v2 .toc-list {
  list-style: none;
  padding: 8px 0;
  counter-reset: toc-counter;
}
.style-v2 .toc-list li {
  border-bottom: 1px solid #f5f5f5;
  counter-increment: toc-counter;
}
.style-v2 .toc-list li:last-child {
  border-bottom: none;
}
.style-v2 .toc-list a {
  display: block;
  padding: 9px 16px;
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  transition: color 0.15s, background 0.15s;
}
.style-v2 .toc-list a:hover {
  color: #495ba8;
  background: #f5f7ff;
}
.style-v2 .toc-list a.active {
  color: #495ba8;
  font-weight: 600;
}
.style-v2 .post-header {
  margin-bottom: 16px;
}
.style-v2 .post-header-banner {
  background: linear-gradient(135deg, #1a3799 0%, #2a4fc4 100%);
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 16px;
}
.style-v2 .post-title {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
  color: #fff;
}
.style-v2 .post-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #666;
  margin-bottom: 16px;
}
.style-v2 .post-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}
.style-v2 .post-author {
  font-weight: 600;
  color: #495ba8;
}
.style-v2 .post-date {
  color: #666;
}
.style-v2 .post-thumb {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}
.style-v2 .post-thumb img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}
.style-v2 .post-body,
.style-v2 .detail-content {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}
.style-v2 .post-body h2,
.style-v2 .detail-content h2 {
  font-size: 20px;
  font-weight: 700;
  color: #29185f;
  margin: 32px 0 14px;
}
.style-v2 .post-body h3,
.style-v2 .detail-content h3 {
  font-size: 17px;
  font-weight: 700;
  color: #f49c4a;
  margin: 24px 0 10px;
}
.style-v2 .post-body h4,
.style-v2 .detail-content h4 {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin: 18px 0 8px;
}
.style-v2 .post-body p,
.style-v2 .detail-content p {
  margin-bottom: 14px;
  text-align: justify;
}
.style-v2 .post-body strong,
.style-v2 .detail-content strong {
  font-weight: 700;
}
.style-v2 .post-body em,
.style-v2 .detail-content em {
  font-style: italic;
}
.style-v2 .post-body b,
.style-v2 .detail-content b {
  font-weight: 700;
}
.style-v2 .post-body i,
.style-v2 .detail-content i {
  font-style: italic;
}
.style-v2 .post-body a,
.style-v2 .detail-content a {
  color: #29185f;
  font-weight: 600;
  text-decoration: none;
}
.style-v2 .post-body a:hover,
.style-v2 .detail-content a:hover {
  text-decoration: underline;
}
.style-v2 .post-body ul, .style-v2 .post-body ol,
.style-v2 .detail-content ul,
.style-v2 .detail-content ol {
  margin: 10px 0 14px 24px;
  line-height: 1.8;
}
.style-v2 .post-body li,
.style-v2 .detail-content li {
  margin-bottom: 6px;
}
.style-v2 .post-body img,
.style-v2 .detail-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 16px auto;
  display: block;
}
.style-v2 .post-body .alignnone,
.style-v2 .detail-content .alignnone {
  margin: 16px 0;
}
.style-v2 .post-body .aligncenter,
.style-v2 .detail-content .aligncenter {
  margin: 16px auto;
  display: block;
}
.style-v2 .post-body .kk-star-ratings,
.style-v2 .detail-content .kk-star-ratings {
  margin-bottom: 20px;
}
.style-v2 .post-body span[style*="color: #ff0000"],
.style-v2 .post-body span[style*="color:#ff0000"],
.style-v2 .detail-content span[style*="color: #ff0000"],
.style-v2 .detail-content span[style*="color:#ff0000"] {
  color: #e74c3c !important;
  font-weight: 700;
}
.style-v2 .post-body .ez-toc-section,
.style-v2 .post-body .ez-toc-section-end,
.style-v2 .detail-content .ez-toc-section,
.style-v2 .detail-content .ez-toc-section-end {
  display: none;
}
.style-v2 .post-body .wp-caption,
.style-v2 .detail-content .wp-caption {
  max-width: 100%;
  text-align: center;
}
.style-v2 .post-body .wp-caption img,
.style-v2 .detail-content .wp-caption img {
  margin: 0 auto;
}
.style-v2 .post-body .wp-caption .wp-caption-text,
.style-v2 .detail-content .wp-caption .wp-caption-text {
  font-size: 13px;
  color: #666;
  margin-top: 6px;
}
.style-v2 .post-body blockquote,
.style-v2 .detail-content blockquote {
  border-left: 4px solid #495ba8;
  background: #f5f7ff;
  padding: 16px 20px;
  border-radius: 0 8px 8px 0;
  margin: 16px 0;
  font-style: italic;
  color: #444;
}
.style-v2 .post-body table,
.style-v2 .detail-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}
.style-v2 .post-body table th,
.style-v2 .detail-content table th {
  background: #495ba8;
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
}
.style-v2 .post-body table td,
.style-v2 .detail-content table td {
  padding: 10px 14px;
  border-bottom: 1px solid #e0e0e0;
}
.style-v2 .post-body table tr:nth-child(even) td,
.style-v2 .detail-content table tr:nth-child(even) td {
  background: #f9f9fb;
}
.style-v2 .post-example {
  background: #f5f7ff;
  border-left: 4px solid #495ba8;
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin: 16px 0;
}
.style-v2 .post-example ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.style-v2 .post-example li {
  padding: 4px 0;
  font-size: 14px;
}
.style-v2 .post-example li::before {
  content: "• ";
  color: #495ba8;
}
.style-v2 .info-sidebar {
  position: sticky;
  top: 41px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.style-v2 .info-box {
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 16px rgba(73, 91, 168, 0.1);
}
.style-v2 .info-box__title {
  background: #495ba8;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.3px;
}
.style-v2 .info-box__title svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.style-v2 .course-list {
  padding: 8px 0;
}
.style-v2 .course-item {
  display: flex;
  gap: 10px;
  padding: 10px 14px;
  border-bottom: 1px solid #f5f5f5;
  transition: background 0.15s;
}
.style-v2 .course-item:last-child {
  border-bottom: none;
}
.style-v2 .course-item:hover {
  background: #f5f7ff;
}
.style-v2 .course-thumb {
  width: 56px;
  height: 44px;
  border-radius: 6px;
  flex-shrink: 0;
  background: repeating-conic-gradient(#d0d0d0 0% 25%, #e8e8e8 0% 50%) 0 0/10px 10px;
  overflow: hidden;
}
.style-v2 .course-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.style-v2 .course-name {
  font-size: 12.5px;
  font-weight: 600;
  color: #222;
  line-height: 1.3;
  margin-bottom: 3px;
}
.style-v2 .course-desc {
  font-size: 11.5px;
  color: #666;
  line-height: 1.3;
}
.style-v2 .test-link {
  display: block;
  padding: 10px 14px;
  font-size: 12.5px;
  color: #495ba8;
  font-weight: 600;
  font-style: italic;
}
.style-v2 .test-link:hover {
  text-decoration: underline;
}
.style-v2 .info-box--connect .info-box__title {
  background: #ED1F51;
  color: white;
}
.style-v2 .connect-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #222;
  border-bottom: 1px solid #f5f5f5;
  transition: background 0.15s;
}
.style-v2 .connect-item:hover {
  background: #f5f7ff;
  color: #495ba8;
}
.style-v2 .connect-item img {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
}
.style-v2 .related-posts {
  padding: 0 0 56px;
  background: #fff;
}
.style-v2 .related-posts__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.style-v2 .related-posts__title {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  color: #495BA8;
  margin-bottom: 28px;
}
.style-v2 .related-slider {
  display: flex;
  align-items: center;
  gap: 12px;
}
.style-v2 .related-track-wrap {
  overflow: hidden;
  flex: 1;
}
.style-v2 .related-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.style-v2 .related-card {
  flex: 0 0 calc(33.333% - 14px);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s, transform 0.2s;
}
.style-v2 .related-card:hover {
  box-shadow: 0 6px 24px rgba(73, 91, 168, 0.15);
  transform: translateY(-2px);
}
.style-v2 .related-card__thumb {
  height: 180px;
  background: repeating-conic-gradient(#d0d0d0 0% 25%, #e8e8e8 0% 50%) 0 0/20px 20px;
  overflow: hidden;
}
.style-v2 .related-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.style-v2 .related-card__body {
  padding: 16px;
}
.style-v2 .related-card__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 14px;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.style-v2 .related-card__btn {
  display: inline-block;
  border: 1.5px solid #e0e0e0;
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  transition: border-color 0.2s, color 0.2s;
}
.style-v2 .related-card__btn:hover {
  border-color: #495ba8;
  color: #495ba8;
}
.style-v2 .slider-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #e0e0e0;
  background: #fff;
  cursor: pointer;
  font-size: 18px;
  flex-shrink: 0;
  transition: background 0.15s, border-color 0.2s, color 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.style-v2 .slider-btn:hover {
  background: #495ba8;
  color: #fff;
  border-color: #495ba8;
}
.style-v2 .slider-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
}
.style-v2 .slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e0e0e0;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.style-v2 .slider-dot.active {
  background: #495ba8;
  transform: scale(1.3);
}
@media (max-width: 1100px) {
  .style-v2 .single-wrap {
    grid-template-columns: 1fr;
  }
  .style-v2 .toc-sidebar,
  .style-v2 .info-sidebar {
    position: static;
  }
  .style-v2 .toc-sidebar {
    order: -1;
    display: none;
  }
}
@media (max-width: 768px) {
  .style-v2 .related-card {
    flex: 0 0 calc(50% - 10px);
  }
  .style-v2 .post-thumb img {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .style-v2 .related-card {
    flex: 0 0 100%;
  }
  .style-v2 .slider-btn {
    display: none;
  }
}
.style-v2 #ez-toc-container {
  border-radius: 0 0 4px 4px;
  background: white !important;
}

/*# sourceMappingURL=style.css.map */
