.star-guide-content .blk-news {
  padding: 2vw 0 1vw 0;
}
.star-guide-content .blk-news .md-row {
  margin: 0px 0px 1.7vw;
}
.star-guide-content .blk-news .md-row .thumb {
  width: 45%;
  display: inline-block;
  float: left;
  margin-right: 2%;
  overflow: hidden;
}
.star-guide-content .blk-news .md-row .thumb:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.8s;
       -o-transition: all 0.8s;
          transition: all 0.8s;
}
.star-guide-content .blk-news .md-row .thumb a {
  display: block;
}
.star-guide-content .blk-news .md-row .thumb img {
  width: 100%;
}
.star-guide-content .blk-news .md-row .content {
  width: 39%;
  display: inline-block;
}
.star-guide-content .blk-news .md-row .content a:hover .info {
  color: #000;
}
.star-guide-content .blk-news .md-row .content .hot-post {
  margin: 0 0 0.5vw;
  display: table;
  background: #FFF;
  padding: 0vw 0.5vw 0.2vw 0.5vw;
}
.star-guide-content .blk-news .md-row .content .hot-post .icon {
  display: table-cell;
  width: 1.6vw;
  vertical-align: middle;
}
.star-guide-content .blk-news .md-row .content .hot-post .icon img {
  width: 100%;
}
.star-guide-content .blk-news .md-row .content .hot-post .text {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2em;
  padding-left: 0.3vw;
}
.star-guide-content .blk-news .md-row .content .title {
  margin: 0px 0px 0.8vw;
}
.star-guide-content .blk-news .md-row .content .title h3 {
  font-size: -webkit-calc(1.7vw + 5px);
  font-size: calc(1.7vw + 5px);
  line-height: 1.1em;
}
.star-guide-content .blk-news .md-row .content .info {
  font-size: -webkit-calc(1vw + 1px);
  font-size: calc(1vw + 1px);
}
.star-guide-content .blk-three-col .top-title {
  margin: 0px 0px 2vw;
  padding: 0 0 0 8%;
  position: relative;
}
.star-guide-content .blk-three-col .top-title strong {
  display: inline-block;
  font-size: 1.7vw;
  line-height: 1em;
}
.star-guide-content .blk-three-col .top-title:before {
  content: "";
  width: 6%;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
.star-guide-content .blk-three-col .top-title:after {
  content: "";
  width: 80%;
  height: 3px;
  background: #000;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
.star-guide-content .blk-three-col .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
}
.star-guide-content .blk-three-col .content .item .thumb {
  margin: 0px 0px 1vw;
  overflow: hidden;
}
.star-guide-content .blk-three-col .content .item .thumb img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.star-guide-content .blk-three-col .content .item .thumb:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.8s;
       -o-transition: all 0.8s;
          transition: all 0.8s;
}
.star-guide-content .blk-three-col .content .item .info a {
  color: #000;
}
.star-guide-content .blk-three-col .content .item .info a:hover {
  color: #f6aa1b;
  text-decoration: none;
}
.star-guide-content .blk-three-col .content .item .info h3 {
  font-size: -webkit-calc(1.4vw + 4px);
  font-size: calc(1.4vw + 4px);
  font-family: "UTMBebas";
  line-height: 1.2em;
}
.star-guide-content .blk-tan-huong {
  padding: 1vw 1.2vw 1.4vw 1.2vw;
  background: #FFF;
}
.star-guide-content .blk-tan-huong ul.nav-tabs {
  border: none;
  margin: 0px 0px 1vw;
  justify-content: flex-start;
}
.star-guide-content .blk-tan-huong ul.nav-tabs li {
  margin-right: 3vw;
}
.star-guide-content .blk-tan-huong ul.nav-tabs li a {
  font-size: -webkit-calc(2.6vw + 0px);
  font-size: calc(2.6vw + 0px);
  font-family: "SVN-Poppins-Bold";
  border: none;
  position: relative;
  padding: 0px 0px 1vw 0px;
  color: #000;
  margin: 0;
}
.star-guide-content .blk-tan-huong ul.nav-tabs li a:hover {
  color: #f4aa1c;
  border-bottom: none;
}
.star-guide-content .blk-tan-huong ul.nav-tabs li a.active {
  color: #f4aa1c;
}
.star-guide-content .blk-tan-huong ul.nav-tabs li a.active:before {
  display: block;
}
.star-guide-content .blk-tan-huong ul.nav-tabs li a:before {
  display: none;
  content: "";
  width: 90%;
  height: 2px;
  background: #f4aa1c;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.star-guide-content .blk-tan-huong .tab-content {
  max-height: unset;
}
.star-guide-content .blk-tan-huong .smd-show-more {
  float: right;
}
.star-guide-content .blk-three-col .smd-show-more a {
  text-decoration: underline;
  font-size: 1.6vw;
  display: inline-block;
  position: relative;
  line-height: 1.2em;
  padding-right: 1.3vw;
  color: #555555;
}
.star-guide-content .blk-three-col .smd-show-more a:before {
  content: "";
  display: inline-block;
  width: 1vw;
  height: 1.1vw;
  position: absolute;
  right: 0px;
  top: 56%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/static/2024/images/arrow-right-gray.png) no-repeat center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.star-guide-content .blk-three-col .smd-show-more a:hover {
  color: #f4aa1c;
}
.star-guide-content .blk-three-col .smd-show-more a:hover:before {
  background: url(/static/2024/images/arrow-right-yellow.png) no-repeat center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .star-guide-content {
    padding: 0.2vw 0 4vw;
  }
  .star-guide-content .top-link {
    font-size: -webkit-calc(2.7vw + 7px);
    font-size: calc(2.7vw + 7px);
  }
  .star-guide-content .top-link ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .star-guide-content .top-link ul li {
    margin-right: 3.9vw;
  }
  .star-guide-content .top-link ul li:last-child {
    margin-right: 0px;
  }
  .star-guide-content .top-link ul li a {
    white-space: nowrap;
    padding: 1.8vw 1vw 1.3vw 1vw;
    font-family: "SVN-Poppins-Bold";
  }
  .star-guide-content .top-link ul li a:before {
    height: 3px;
  }
  .star-guide-content .blk-news {
    padding: 4vw 0 1vw 0;
  }
  .star-guide-content .blk-news .md-row {
    margin: 0px 0px 5.6vw;
  }
  .star-guide-content .blk-news .md-row .thumb {
    width: 100%;
    margin: 0 0 2vw;
  }
  .star-guide-content .blk-news .md-row .content {
    width: 100%;
  }
  .star-guide-content .blk-news .md-row .content .hot-post {
    padding: 0.2vw 2vw 0.5vw 2vw;
    margin: 0 0 1vw;
  }
  .star-guide-content .blk-news .md-row .content .hot-post .icon {
    width: 5vw;
  }
  .star-guide-content .blk-news .md-row .content .hot-post .text {
    padding-left: 1vw;
  }
  .star-guide-content .blk-news .md-row .content .title h3 {
    font-size: -webkit-calc(5.7vw + 5px);
    font-size: calc(5.7vw + 5px);
  }
  .star-guide-content .blk-news .md-row .content .info {
    font-size: -webkit-calc(1.7vw + 7px);
    font-size: calc(1.7vw + 7px);
  }
  .star-guide-content .blk-three-col {
    margin: 0px 0px 1vw;
  }
  .star-guide-content .blk-three-col .top-title {
    margin: 0px 0px 3vw;
    padding: 0 0 0 10%;
  }
  .star-guide-content .blk-three-col .top-title strong {
    font-size: 5.5vw;
  }
  .star-guide-content .blk-three-col .top-title:before {
    height: 2px;
    width: 8%;
  }
  .star-guide-content .blk-three-col .top-title:after {
    width: 63%;
    height: 2px;
  }
  .star-guide-content .blk-three-col .content {
    gap: 3vw;
    grid-template-columns: repeat(2, 1fr);
  }
  .star-guide-content .blk-three-col .content .item {
    /* margin: 0 0 3vw;
    width: 48%; */
  }
  .star-guide-content .blk-three-col .content .item .info h3 {
    font-size: -webkit-calc(2.5vw + 7px);
    font-size: calc(2.5vw + 7px);
  }
  .star-guide-content .blk-three-col .smd-show-more.black a {
    color: #555;
  }
  .star-guide-content .blk-three-col .smd-show-more.black a:before {
    background: url(../images/arrow-right-gray.png) no-repeat center center;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  .star-guide-content .blk-tan-huong {
    padding: 1vw 2vw 2vw 2vw;
  }
  .star-guide-content .blk-tan-huong ul.nav-tabs {
    margin: 1vw 0px 4vw;
  }
  .star-guide-content .blk-tan-huong ul.nav-tabs li a {
    font-size: -webkit-calc(3vw + 7px);
    font-size: calc(3vw + 7px);
    padding: 1.8vw 0vw 1.3vw 0vw;
  }
  .star-guide-content .blk-tan-huong ul.nav-tabs li a:before {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .star-guide-content {
    padding: 0.2vw 0 4vw;
  }
  .star-guide-content .top-link {
    font-size: -webkit-calc(3.4vw + 4px);
    font-size: calc(3.4vw + 4px);
  }
  .star-guide-content .top-link ul li {
    margin-right: 3.9vw;
  }
  .star-guide-content .top-link ul li:last-child {
    margin-right: 0px;
  }
  .star-guide-content .top-link ul li a {
    padding: 1.8vw 1vw 1.2vw 1vw;
  }
  .star-guide-content .top-link ul li a:before {
    height: 2px;
  }
}
@media screen and (max-width: 300px) {
  .star-guide-content .blk-tan-huong ul.nav-tabs li a {
    font-size: -webkit-calc(2.8vw + 5px);
    font-size: calc(2.8vw + 5px);
  }
}
.text-hover-primary:hover {
  color: #f4aa1c;
}