/* Begin study abroad news page */
.tips-page .sitemap {
  padding: 0;
  margin: 2rem 0; }

.tips-page .ta-meta {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .tips-page .ta-meta {
      align-items: flex-start;
      flex-direction: column; } }

.tips-page .tips-grid {
  display: flex;
  gap: 2rem;
  padding-bottom: 8rem; }
  @media (min-width: 768px) and (max-width: 991px) {
    .tips-page .tips-grid {
      flex-direction: column; } }
  @media (max-width: 767px) {
    .tips-page .tips-grid {
      flex-direction: column;
      padding-bottom: 4rem; } }
  .tips-page .tips-grid__col-left {
    width: 66.66666667%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .tips-page .tips-grid__col-left {
        width: 100%; } }
    @media (max-width: 767px) {
      .tips-page .tips-grid__col-left {
        width: 100%; } }
  .tips-page .tips-grid__col-right {
    width: 33.33333333%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .tips-page .tips-grid__col-right {
        width: 100%; } }
    @media (max-width: 767px) {
      .tips-page .tips-grid__col-right {
        width: 100%; } }
  .tips-page .tips-grid .tip-article {
    border-radius: 24px;
    background: #FFF;
    padding: 24px;
    box-shadow: 0px 4px 30px 0px rgba(41, 69, 99, 0.08); }
    @media (max-width: 767px) {
      .tips-page .tips-grid .tip-article {
        padding: 16px;
        border-radius: 16px; } }
    .tips-page .tips-grid .tip-article__title {
      font-size: 20px;
      font-weight: 700;
      margin: 24px 0 8px; }
    .tips-page .tips-grid .tip-article__tags {
      display: flex;
      align-items: center;
      gap: 8px; }
      .tips-page .tips-grid .tip-article__tags [class^="ioticon-"], .tips-page .tips-grid .tip-article__tags [class*=" ioticon-"] {
        font-size: 22px;
        color: #294563; }
    .tips-page .tips-grid .tip-article__tag-item {
      display: flex;
      padding: 6px 10px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 32px;
      background: #F5F5F5;
      color: #7E90A2;
      font-size: 12px;
      font-weight: 700; }
      .tips-page .tips-grid .tip-article__tag-item:hover {
        opacity: 0.8; }
    .tips-page .tips-grid .tip-article__infos {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 16px; }
      @media (max-width: 767px) {
        .tips-page .tips-grid .tip-article__infos {
          flex-direction: column;
          align-items: flex-start;
          gap: 8px; } }
    .tips-page .tips-grid .tip-article__statistic {
      display: flex;
      gap: 24px; }
    .tips-page .tips-grid .tip-article__statis-item {
      font-size: 12px;
      font-weight: 400;
      color: #787878;
      display: flex;
      gap: 4px;
      align-items: center; }
      .tips-page .tips-grid .tip-article__statis-item span {
        font-size: 18px; }
    .tips-page .tips-grid .tip-article__contents {
      margin: 3.2rem 0 0 0; }
      @media (max-width: 767px) {
        .tips-page .tips-grid .tip-article__contents {
          margin: 2.2rem 0 0 0; } }
  .tips-page .tips-grid .share-lesson {
    margin: 8rem auto; }
    @media (max-width: 767px) {
      .tips-page .tips-grid .share-lesson {
        margin: 4rem auto; } }
    .tips-page .tips-grid .share-lesson__title {
      margin: 0 0 13px; }
  .tips-page .tips-grid .comments {
    margin-top: 3.2rem; }

.tips-page .container .row {
  display: flex;
  flex-wrap: wrap; }
  .tips-page .container .row:after, .tips-page .container .row:before {
    content: normal; }

.tips-page .cl-right {
  background-color: #f5f5f5;
  padding: 30px; }
  @media (max-width: 767px) {
    .tips-page .cl-right {
      padding: 30px 15px; } }

.tips-page .cl-left, .tips-page .cl-right {
  padding-bottom: 6rem; }
  @media (max-width: 767px) {
    .tips-page .cl-left, .tips-page .cl-right {
      padding-bottom: 3rem; } }

@media (max-width: 767px) {
  .tips-page .box-tag h2 {
    margin: 0 0 10px; } }

.tips-page .feature-news {
  padding: 50px 30px;
  position: relative;
  background-color: #294563;
  margin-top: 1rem; }
  @media (max-width: 767px) {
    .tips-page .feature-news {
      padding: 20px 15px; } }

.tips-page .news-tab {
  padding: 0 20px 0 0; }
  @media (max-width: 767px) {
    .tips-page .news-tab {
      padding: 0; } }
  .tips-page .news-tab__title {
    margin: 0 0 3rem;
    font-size: 28px; }
    @media (max-width: 767px) {
      .tips-page .news-tab__title {
        font-size: 22px; } }
  .tips-page .news-tab__empty {
    text-align: center;
    padding: 15px; }
  .tips-page .news-tab .news-item-wrap {
    padding: 0; }
  .tips-page .news-tab__tab-content {
    border: 1px solid #ddd;
    padding: 15px;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  .tips-page .news-tab__nav {
    display: flex;
    margin-top: 0; }
  .tips-page .news-tab__nav-item > a {
    min-width: 88px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #294563;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .tips-page .news-tab__nav-item > a:hover {
      background: #2f5376;
      border: 1px solid transparent; }
    @media (max-width: 767px) {
      .tips-page .news-tab__nav-item > a {
        min-width: initial;
        padding: 5px 8px;
        font-size: 14px; } }
  .tips-page .news-tab__nav-item.active > a {
    color: #294563;
    background: #fff; }

.tips-page .share-lesson {
  margin-bottom: 6rem; }
  @media (max-width: 767px) {
    .tips-page .share-lesson {
      margin-bottom: 3rem; } }

.tips-page .get-paper-free {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  background: #FFF;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-shadow: 0 0 16px #ececec;
  display: none; }
  @media (max-width: 767px) {
    .tips-page .get-paper-free {
      display: flex; } }
  .tips-page .get-paper-free__btn {
    height: 44px;
    font-size: 16px; }

.tips-page .article-direction {
  display: flex;
  justify-content: space-between;
  margin-top: 2.4rem; }
  .tips-page .article-direction span {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 205px; }
    @media (max-width: 767px) {
      .tips-page .article-direction span {
        max-width: 125px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: initial; } }
    .tips-page .article-direction span:hover {
      text-decoration: underline; }
  .tips-page .article-direction em {
    font-size: 18px; }
    @media (max-width: 767px) {
      .tips-page .article-direction em {
        position: absolute;
        top: 0;
        left: 0; } }
  .tips-page .article-direction__link {
    color: #32B4C8;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    gap: 8px;
    position: relative; }
    @media (max-width: 767px) {
      .tips-page .article-direction__link.-next {
        padding-left: 0;
        padding-right: 20px; } }
    .tips-page .article-direction__link.-next em {
      left: initial;
      right: 0; }
    @media (max-width: 767px) {
      .tips-page .article-direction__link {
        padding-left: 20px; } }

.tips-page .recommended-skills {
  border-radius: 25px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(41, 69, 99, 0.08);
  padding: 20px 10px 10px 10px; }
  @media (max-width: 767px) {
    .tips-page .recommended-skills {
      padding: 16px;
      border-radius: 16px; } }
  .tips-page .recommended-skills__head {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .tips-page .recommended-skills__title {
    font-size: 20px;
    font-weight: 700; }
  .tips-page .recommended-skills__more {
    font-size: 12px;
    font-weight: 500;
    color: #294563; }
    .tips-page .recommended-skills__more:hover {
      text-decoration: underline; }
  .tips-page .recommended-skills__row {
    display: flex;
    border-top: 1px solid #EAECEF; }
    @media (max-width: 767px) {
      .tips-page .recommended-skills__row {
        flex-direction: column;
        border: none; } }

.tips-page .iot-widget {
  padding: 16px; }

@media (max-width: 767px) {
  .tips-page .tip-item {
    padding: 15px 0; } }

.tips-page .recommended-item {
  background-color: #fff;
  display: flex;
  padding: 15px 10px;
  flex: 1; }
  @media (max-width: 767px) {
    .tips-page .recommended-item {
      padding: 15px 0;
      border-top: 1px solid #EAECEF; } }
  .tips-page .recommended-item__info {
    flex: 1; }
  .tips-page .recommended-item__img-link {
    width: 66px;
    height: 66px;
    display: block;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    flex-shrink: 0;
    margin-right: 1rem; }
  .tips-page .recommended-item__img {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    object-fit: cover; }
  .tips-page .recommended-item__title {
    margin: 0 0 6px;
    display: flex;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .tips-page .recommended-item__title:hover {
      opacity: 0.8; }
    .tips-page .recommended-item__title a {
      display: inline-flex;
      font-size: 14px;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      font-weight: 700;
      line-height: 1.3;
      color: #294563;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  .tips-page .recommended-item__desc {
    color: #787878;
    font-size: 14px;
    margin: 0 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2; }
  .tips-page .recommended-item__tag {
    font-weight: 600;
    font-size: 12px;
    display: flex;
    position: relative;
    align-items: center;
    color: #294563; }
    .tips-page .recommended-item__tag:before {
      content: '';
      display: inline-block;
      width: 13px;
      height: 13px;
      background: url("../../images/icons/tag-icon.svg") no-repeat center center;
      margin-right: 6px; }
  .tips-page .recommended-item__view {
    font-weight: 600;
    font-size: 12px;
    display: flex;
    position: relative;
    align-items: center;
    color: #294563; }
    .tips-page .recommended-item__view:before {
      content: '';
      display: inline-block;
      width: 13px;
      height: 13px;
      background: url("../../images/icons/eye-icon.svg") no-repeat center center;
      margin-right: 6px; }
  .tips-page .recommended-item__bottom {
    display: flex;
    justify-content: space-between; }

.tips-page .recommend-box {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 25px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(41, 69, 99, 0.08); }
  @media (max-width: 767px) {
    .tips-page .recommend-box {
      padding: 20px 16px; } }
  .tips-page .recommend-box__title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 1.6rem; }
  .tips-page .recommend-box__contents {
    display: grid;
    grid-template-columns: auto auto;
    gap: 1rem;
    width: 100%;
    margin: 0; }
  .tips-page .recommend-box__item {
    display: flex;
    padding: 10px 16px;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    border-radius: 30px;
    border: 1px solid #9DA9B7;
    background: #FFF;
    font-size: 16px;
    font-weight: 500;
    color: #294563;
    position: relative;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .tips-page .recommend-box__item:hover {
      opacity: 0.8;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .tips-page .recommend-box__item {
        justify-content: center; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .tips-page .recommend-box__item {
        padding: 10px 8px;
        font-size: 14px; } }
    @media (max-width: 767px) {
      .tips-page .recommend-box__item {
        font-size: 14px; } }
    .tips-page .recommend-box__item [class^="ioticon-"] {
      font-size: 22px; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .tips-page .recommend-box__item [class^="ioticon-"] {
          font-size: 18px; } }
  .tips-page .recommend-box__hot-icon {
    position: absolute;
    right: 10px;
    top: 0;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
    padding: 2px 8px;
    border-radius: 16px;
    background: var(--Warning-1, #DD1804); }
    .tips-page .recommend-box__hot-icon:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 16px;
      height: 16px;
      background: url("../../images/icons/fire-icon.svg") no-repeat center center;
      background-size: contain;
      left: 0;
      top: 50%;
      transform: translate(-10px, -50%); }

[lang="en"] .recommend-box {
  padding: 20px 16px; }
  [lang="en"] .recommend-box__item {
    padding: 10px;
    font-size: 14px;
    line-height: 1.3; }

/* End study abroad news page */

/*# sourceMappingURL=tips-page.css.map */