/*** common ***/
:root {
  --bd-green: #5DC2A7;
  --bd-green-night: #DCF4EE;
  --bd-orange: #EB9138;
  --bd-yeallow: #FFA800;
  --bd-pink: #FF6E6E;
  --bd-red: #FE2C55;
  --bd-info-night: #F0F9FF;
  --bd-primary: #0062DA;
  --bd-danger: #D9534F;
  --bd-purple: #8E69AD;
  --bd-info: #50B4F0;
  --bd-link: #0654BA;
  --bg-us-1: #FFC4BF;
  --bg-us-2: #D7DFE9;
  --bg-us-3: #FFE5BB;
  --bg-us-4: #FEE1E1;
  --bg-us-5: #A5A7FF;
  --bg-us-6: #FFCD66;
  --bg-us-7: #D3D6DA;
  --bg-us-8: #D3D6DA;
  --bg-us-9: #DFD7FB;
  --bg-us-10: #CBEDFD;
  --bg-us-11: #FFCD66;
  --bg-us-12: #DFD7FC;
  --bg-us-13: #FFE69B;
  --bg-us-14: #C2F1CC;
  --bg-us-15: #879BAC;
  --bg-us-16: #CEF2E7;
  --bd-line: #D9D9D9; }

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
@font-face {
  font-family: 'UTM-Banque';
  src: url("../fonts/UTM-BanqueR.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: 'UTM-Banque';
  src: url("../fonts/UTM-BanqueB.ttf") format("truetype");
  font-weight: 700; }

html {
  overflow-x: hidden; }

body {
  min-height: 100vh;
  font-family: "Quicksand", arial, serif;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  word-break: break-word;
  word-wrap: break-word;
  white-space: normal;
  line-height: 1.4;
  position: relative;
  background-color: #F2F6FE;
  padding-top: 130px; }
  @media (max-width: 767px) {
    body {
      font-size: 14px;
      padding-top: 100px; } }

img {
  border: none;
  outline: none;
  max-width: 100%; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

.clearfix:after {
  clear: both;
  display: block;
  content: ""; }

a {
  color: black;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: var(--bd-green); }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  button:focus {
    outline: none; }
  button:focus {
    outline: none; }

input:focus, select:focus, textarea:focus {
  outline: none; }

textarea {
  resize: none; }

.main {
  overflow-x: hidden; }

.wrap {
  width: 100%;
  max-width: 1230px;
  padding: 0 30px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .wrap {
      padding: 0 16px; } }

@media (max-width: 767px) {
  .only-pc {
    display: none; } }

.only-sp {
  display: none; }
  @media (max-width: 767px) {
    .only-sp {
      display: block; } }

.font-weight-medium {
  font-weight: 500; }

.fs-12 {
  font-size: 12px; }

.fs-14 {
  font-size: 14px; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.text-primary {
  color: var(--bd-primary) !important; }

.text-warning {
  color: var(--bd-orange) !important; }

.text-danger {
  color: var(--bd-danger) !important; }

.text-yeallow {
  color: var(--bd-yeallow) !important; }

.text-red {
  color: #FF0000 !important; }

.text-green {
  color: var(--bd-green) !important; }

.text-link {
  color: var(--bd-link) !important; }

.text-pink-night {
  color: var(--bg-us-1) !important; }

.text-orange {
  color: var(--bd-orange); }

.text-peru {
  color: #B9873D; }

.user__thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative; }
  .user__thumb img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .user__thumb-1 {
    background-color: var(--bg-us-1); }
  .user__thumb-2 {
    background-color: var(--bg-us-2); }
  .user__thumb-3 {
    background-color: var(--bg-us-3); }
  .user__thumb-4 {
    background-color: var(--bg-us-4); }
  .user__thumb-5 {
    background-color: var(--bg-us-5); }
  .user__thumb-6 {
    background-color: var(--bg-us-6); }
  .user__thumb-7 {
    background-color: var(--bg-us-7); }
  .user__thumb-8 {
    background-color: var(--bg-us-8); }
  .user__thumb-9 {
    background-color: var(--bg-us-9); }
  .user__thumb-10 {
    background-color: var(--bg-us-10); }
  .user__thumb-11 {
    background-color: var(--bg-us-11); }
  .user__thumb-12 {
    background-color: var(--bg-us-12); }
  .user__thumb-13 {
    background-color: var(--bg-us-13); }
  .user__thumb-14 {
    background-color: var(--bg-us-14); }
  .user__thumb-15 {
    background-color: var(--bg-us-15); }
  .user__thumb-16 {
    background-color: var(--bg-us-16); }
  .user__thumb-32 {
    width: 32px;
    height: 32px; }
  .user__thumb-40 {
    width: 40px;
    height: 40px; }
  .user__thumb-48 {
    width: 48px;
    height: 48px; }
  .user__thumb-50 {
    width: 50px;
    height: 50px; }
  .user__thumb-60 {
    width: 60px;
    height: 60px; }
  .user__thumb .userIn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #FFC4BF;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0; }

.mw-500 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }

.mw-800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }

.mw-1400 {
  width: 100%;
  max-width: 1500px;
  padding: 0 30px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .mw-1400 {
      padding: 0 16px; } }

.form-control {
  border-radius: 50px;
  height: 49px;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Quicksand";
  font-size: 18px;
  border-color: var(--bd-line); }
  @media (max-width: 767px) {
    .form-control {
      height: 45px;
      padding: 10px 16px; } }
  .form-control::-webkit-input-placeholder {
    color: #C4C4C4;
    font-size: 14px; }
  .form-control:-ms-input-placeholder {
    color: #C4C4C4;
    font-size: 14px; }
  .form-control::-ms-input-placeholder {
    color: #C4C4C4;
    font-size: 14px; }
  .form-control::placeholder {
    color: #C4C4C4;
    font-size: 14px; }

.bg-body {
  background-color: #F2F6FE !important; }

.btn-animation {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 100%;
  -webkit-transition: color 150ms ease-in-out;
  -o-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
  cursor: pointer; }
  .btn-animation span {
    position: relative;
    z-index: 5; }
    .btn-animation span img {
      vertical-align: inherit; }
      @media (max-width: 767px) {
        .btn-animation span img {
          vertical-align: sub; } }
  .btn-animation::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.16);
    z-index: 1;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .btn-animation:hover::after {
    width: 110%; }

.btn {
  border-radius: 50px; }
  .btn.btn-cmn {
    display: block;
    height: 50px;
    font-size: 18px;
    font-weight: 700;
    padding: 13px;
    min-height: 49px;
    width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 100%;
    -webkit-transition: color 150ms ease-in-out;
    -o-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out; }
    .btn.btn-cmn span {
      position: relative;
      z-index: 5; }
      .btn.btn-cmn span img {
        vertical-align: inherit; }
        @media (max-width: 767px) {
          .btn.btn-cmn span img {
            vertical-align: sub; } }
    @media (max-width: 767px) {
      .btn.btn-cmn {
        height: 45px;
        font-size: 16px;
        min-height: 45px; } }
    .btn.btn-cmn::after {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 0;
      height: 100%;
      background: rgba(0, 0, 0, 0.16);
      z-index: 1;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
    .btn.btn-cmn:hover::after {
      width: 110%; }
  .btn.btn-info {
    background-color: var(--bd-green);
    border-color: var(--bd-green); }
  .btn.btn-warning {
    color: #fff;
    background-color: var(--bd-yeallow); }
  .btn.btn-outline-warning {
    background-color: transparent;
    border-color: var(--bd-yeallow);
    color: var(--bd-yeallow); }
    .btn.btn-outline-warning:hover {
      background-color: var(--bd-yeallow);
      color: #fff; }
  .btn.btn-orange {
    background-color: transparent;
    border: 1px solid var(--bd-orange);
    color: var(--bd-orange); }
    .btn.btn-orange:hover {
      background-color: var(--bd-orange);
      color: #fff; }
  .btn.btn-dark {
    background-color: #000; }

.nav-pills {
  background-color: #D9D9D9;
  border-radius: 50px;
  padding: 6px; }
  .nav-pills .nav-item {
    width: 50%; }
    .nav-pills .nav-item .nav-link {
      border-radius: 50px;
      color: #979797;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      padding: 9px 10px; }
      .nav-pills .nav-item .nav-link.active {
        background-color: #EB9138;
        color: white; }

.wrap-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .wrap-main #sidebar {
    min-width: 250px;
    width: 250px;
    border-right: 1px solid #E7E8EA; }
    @media (max-width: 1199px) {
      .wrap-main #sidebar {
        width: 50px;
        min-width: inherit; } }
    .wrap-main #sidebar .sidebar-main {
      background-color: #F2F6FE;
      position: -webkit-sticky;
      position: sticky;
      top: 130px;
      height: calc(100vh - 130px);
      padding: 20px 17px 32px;
      overflow-y: auto;
      overscroll-behavior-y: contain;
      -webkit-perspective: 1px;
      perspective: 1px;
      scrollbar-color: rgba(0, 0, 0, 0.1) transparent;
      scrollbar-width: 4px; }
      .wrap-main #sidebar .sidebar-main::-webkit-scrollbar-track {
        background: none;
        border-radius: 30px; }
      .wrap-main #sidebar .sidebar-main::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        background: none;
        border-radius: 30px; }
      .wrap-main #sidebar .sidebar-main::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 30px; }
      @media (max-width: 1199px) {
        .wrap-main #sidebar .sidebar-main {
          padding: 20px 5px 16px;
          height: calc(100vh - 100px); } }
      @media (max-width: 767px) {
        .wrap-main #sidebar .sidebar-main {
          top: 100px; } }
    .wrap-main #sidebar .sidebar-menu li {
      margin-bottom: 20px; }
      .wrap-main #sidebar .sidebar-menu li:last-child {
        margin-bottom: 0; }
      .wrap-main #sidebar .sidebar-menu li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #000;
        border-radius: 50px;
        padding-right: 5px; }
        .wrap-main #sidebar .sidebar-menu li a:hover {
          background-color: #fff; }
        .wrap-main #sidebar .sidebar-menu li a.active {
          color: var(--bd-orange); }
          .wrap-main #sidebar .sidebar-menu li a.active .icon {
            border-color: var(--bd-orange); }
            .wrap-main #sidebar .sidebar-menu li a.active .icon .svg > path {
              fill: var(--bd-orange); }
            .wrap-main #sidebar .sidebar-menu li a.active .icon .svg > g path {
              fill: var(--bd-orange); }
        .wrap-main #sidebar .sidebar-menu li a .icon {
          -webkit-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s;
          width: 32px;
          height: 32px;
          border-radius: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          border: 1px solid white;
          background-color: #fff; }
          .wrap-main #sidebar .sidebar-menu li a .icon .svg > path {
            fill: #000; }
          .wrap-main #sidebar .sidebar-menu li a .icon .svg > g path {
            fill: #000; }
        .wrap-main #sidebar .sidebar-menu li a .text {
          width: calc(100% - 32px);
          font-size: 14px;
          font-weight: 700;
          padding-left: 10px; }
          @media (max-width: 1199px) {
            .wrap-main #sidebar .sidebar-menu li a .text {
              display: none; } }
    .wrap-main #sidebar .sidebar-menu.menu-2 li a.active {
      background-color: #fff; }
    .wrap-main #sidebar .sidebar-menu.menu-2 li a .icon {
      background-color: transparent;
      border: none; }
    .wrap-main #sidebar .dot-line {
      height: 1px;
      background-color: #E7E8EA;
      margin: 50px 0; }
      @media (max-width: 1199px) {
        .wrap-main #sidebar .dot-line {
          margin: 20px 0; } }
    .wrap-main #sidebar .siderbar-head {
      margin-bottom: 20px; }
      @media (max-width: 1199px) {
        .wrap-main #sidebar .siderbar-head {
          display: none; } }
      .wrap-main #sidebar .siderbar-head a.text-primary {
        color: var(--bd-link) !important; }
    .wrap-main #sidebar .sidebar-title {
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 0; }
    .wrap-main #sidebar .view-more {
      padding-left: 20px;
      font-size: 12px;
      font-weight: 700; }
      @media (max-width: 1199px) {
        .wrap-main #sidebar .view-more {
          display: none; } }
      .wrap-main #sidebar .view-more a {
        color: var(--bd-primary); }
        .wrap-main #sidebar .view-more a img {
          position: relative;
          top: 6px; }
    .wrap-main #sidebar .suggest-code li {
      margin-bottom: 20px; }
      .wrap-main #sidebar .suggest-code li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #000;
        border-radius: 50px;
        padding: 4px 10px 4px 0; }
        .wrap-main #sidebar .suggest-code li a:hover {
          background-color: #fff; }
        .wrap-main #sidebar .suggest-code li a .user-thumb {
          width: 32px;
          height: 32px; }
        .wrap-main #sidebar .suggest-code li a .user-info {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          padding-left: 10px;
          font-weight: 700; }
          @media (max-width: 1199px) {
            .wrap-main #sidebar .suggest-code li a .user-info {
              display: none; } }
          .wrap-main #sidebar .suggest-code li a .user-info .user-name {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-flow: wrap;
            flex-flow: wrap; }
            .wrap-main #sidebar .suggest-code li a .user-info .user-name strong {
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              overflow: hidden;
              max-width: 104px; }
            .wrap-main #sidebar .suggest-code li a .user-info .user-name .year-old {
              font-weight: 500; }
              .wrap-main #sidebar .suggest-code li a .user-info .user-name .year-old::before {
                width: 4px;
                height: 4px;
                content: "";
                border-radius: 50%;
                background-color: #000;
                margin: 2px 5px;
                display: inline-block; }
          .wrap-main #sidebar .suggest-code li a .user-info .user-statistical {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 12px; }
            .wrap-main #sidebar .suggest-code li a .user-info .user-statistical > div + div::before {
              content: "";
              display: inline-block;
              width: 2px;
              background-color: #000;
              margin: 0 5px;
              border-radius: 4px;
              height: 12px;
              margin-bottom: -1px; }
    .wrap-main #sidebar .discover-tags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      @media (max-width: 1199px) {
        .wrap-main #sidebar .discover-tags {
          display: none; } }
      .wrap-main #sidebar .discover-tags li {
        margin-right: 10px;
        margin-bottom: 10px; }
        .wrap-main #sidebar .discover-tags li:last-child {
          margin-bottom: 0; }
        .wrap-main #sidebar .discover-tags li a {
          display: block;
          color: rgba(0, 0, 0, 0.2);
          background-color: #fff;
          font-weight: 700;
          font-size: 12px;
          padding: 7px 9px;
          border-radius: 30px;
          border: 1px solid #fff; }
          .wrap-main #sidebar .discover-tags li a img {
            opacity: 0.3;
            -webkit-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
            transition: all ease 0.3s; }
          .wrap-main #sidebar .discover-tags li a:hover {
            color: #000;
            border-color: var(--bd-yeallow); }
            .wrap-main #sidebar .discover-tags li a:hover img {
              opacity: 1; }
    .wrap-main #sidebar .ratings-list li {
      margin-bottom: 20px; }
      .wrap-main #sidebar .ratings-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 4px;
        border-radius: 30px; }
        .wrap-main #sidebar .ratings-list li a:hover {
          background: #fff; }
        .wrap-main #sidebar .ratings-list li a.checked .user-info .user-name::after {
          background-image: url("../img/icon/icon-checked.svg"); }
        .wrap-main #sidebar .ratings-list li a .user-thumb {
          width: 32px;
          position: relative; }
          .wrap-main #sidebar .ratings-list li a .user-thumb .ratings-number {
            color: #fff;
            height: 20px;
            width: 20px;
            border-radius: 50%;
            font-size: 14px;
            background: #000;
            display: block;
            line-height: 20px;
            text-align: center;
            position: absolute;
            right: -4px;
            top: -7px;
            border: 1px solid #fff;
            z-index: 2; }
        .wrap-main #sidebar .ratings-list li a .user-info {
          font-weight: 700;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          padding-left: 10px; }
          @media (max-width: 1199px) {
            .wrap-main #sidebar .ratings-list li a .user-info {
              display: none; } }
          .wrap-main #sidebar .ratings-list li a .user-info .user-name {
            margin-bottom: 3px;
            color: #000;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .wrap-main #sidebar .ratings-list li a .user-info .user-name .inner {
              display: block;
              white-space: nowrap;
              overflow: hidden;
              -o-text-overflow: ellipsis;
              text-overflow: ellipsis;
              max-width: 155px; }
            .wrap-main #sidebar .ratings-list li a .user-info .user-name::after {
              content: "";
              width: 14px;
              height: 14px;
              background: url("../img/icon/icon-check.svg") no-repeat;
              display: inline-block;
              margin-left: 4px; }
          .wrap-main #sidebar .ratings-list li a .user-info .user-paddy {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: var(--bd-yeallow);
            font-size: 10px;
            font-weight: 700; }
            .wrap-main #sidebar .ratings-list li a .user-info .user-paddy img {
              margin-right: 5px; }
    @media (max-width: 1199px) {
      .wrap-main #sidebar .gift-change {
        display: none; } }
    .wrap-main #sidebar .gift-change .box-gift {
      border-radius: 30px;
      background-color: #fff;
      padding: 0 20px 14px;
      margin-bottom: 11px;
      margin-top: 57px; }
      .wrap-main #sidebar .gift-change .box-gift .gift-img {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 0 5px;
        margin-bottom: 27px; }
        .wrap-main #sidebar .gift-change .box-gift .gift-img img {
          margin-top: -37px; }
      .wrap-main #sidebar .gift-change .box-gift .gift-name {
        border-bottom: 1px solid #E7E8EA;
        margin-bottom: 14px;
        padding-bottom: 20px;
        font-size: 14px;
        font-weight: 500; }
      .wrap-main #sidebar .gift-change .box-gift .gift-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .wrap-main #sidebar .gift-change .box-gift .gift-footer .user-paddy {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: var(--bd-yeallow);
          font-size: 14px;
          font-weight: 700; }
          .wrap-main #sidebar .gift-change .box-gift .gift-footer .user-paddy img {
            margin-right: 5px; }
        .wrap-main #sidebar .gift-change .box-gift .gift-footer .btn-change {
          font-size: 14px;
          font-weight: 700;
          width: 65px;
          height: 30px;
          border-radius: 30px;
          border: 1px solid #000;
          background-color: transparent;
          cursor: pointer;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s; }
          .wrap-main #sidebar .gift-change .box-gift .gift-footer .btn-change:hover {
            background-color: var(--bd-yeallow); }
          .wrap-main #sidebar .gift-change .box-gift .gift-footer .btn-change img {
            margin-left: 4px; }
    .wrap-main #sidebar .gift-change a.text-primary {
      color: var(--bd-link) !important; }
    .wrap-main #sidebar .sidebar-community li {
      margin-bottom: 8px; }
      .wrap-main #sidebar .sidebar-community li:last-child {
        margin-bottom: 0; }
      .wrap-main #sidebar .sidebar-community li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 60px;
        color: #000; }
        @media (max-width: 1199px) {
          .wrap-main #sidebar .sidebar-community li a {
            max-width: 32px;
            margin: auto; } }
        .wrap-main #sidebar .sidebar-community li a:hover {
          color: var(--bd-yeallow); }
        .wrap-main #sidebar .sidebar-community li a.is-active {
          color: var(--bd-yeallow); }
        .wrap-main #sidebar .sidebar-community li a.active {
          color: var(--bd-yeallow);
          background-color: #fff; }
        .wrap-main #sidebar .sidebar-community li a .icon {
          width: 32px;
          height: 32px;
          border-radius: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          @media (max-width: 1199px) {
            .wrap-main #sidebar .sidebar-community li a .icon {
              margin: auto; } }
        .wrap-main #sidebar .sidebar-community li a .text {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          font-weight: 700;
          padding: 7px 10px; }
          @media (max-width: 1199px) {
            .wrap-main #sidebar .sidebar-community li a .text {
              display: none; } }
    @media (max-width: 1199px) {
      .wrap-main #sidebar .sidebar-subject {
        display: none; } }
    .wrap-main #sidebar .sidebar-subject > li {
      margin-bottom: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .wrap-main #sidebar .sidebar-subject > li:last-child {
        margin-bottom: 0; }
      .wrap-main #sidebar .sidebar-subject > li .icon {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media (max-width: 1199px) {
          .wrap-main #sidebar .sidebar-subject > li .icon {
            margin: auto; } }
      .wrap-main #sidebar .sidebar-subject > li .text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-weight: 700;
        padding: 7px 10px; }
        @media (max-width: 1199px) {
          .wrap-main #sidebar .sidebar-subject > li .text {
            display: none; } }
        .wrap-main #sidebar .sidebar-subject > li .text > a {
          display: block;
          font-weight: 700; }
        .wrap-main #sidebar .sidebar-subject > li .text .subject-sub {
          padding-top: 12px; }
          .wrap-main #sidebar .sidebar-subject > li .text .subject-sub li {
            padding-bottom: 10px; }
            .wrap-main #sidebar .sidebar-subject > li .text .subject-sub li:last-child {
              padding-bottom: 0; }
            .wrap-main #sidebar .sidebar-subject > li .text .subject-sub li a {
              padding-left: 24px;
              display: block;
              position: relative;
              color: #000;
              font-size: 14px;
              font-weight: 500; }
              .wrap-main #sidebar .sidebar-subject > li .text .subject-sub li a:hover {
                color: var(--bd-green); }
              .wrap-main #sidebar .sidebar-subject > li .text .subject-sub li a::before {
                width: 5px;
                height: 5px;
                background-color: #000;
                border-radius: 50%;
                content: "";
                position: absolute;
                left: 8px;
                top: 8px; }
    .wrap-main #sidebar .sidebar-checkbox li {
      padding-left: 8px;
      margin-bottom: 20px; }
      .wrap-main #sidebar .sidebar-checkbox li:last-child {
        margin-bottom: 0; }
      @media (max-width: 1199px) {
        .wrap-main #sidebar .sidebar-checkbox li .checkbox .checkbox-label {
          text-indent: -9999px; } }
    @media (max-width: 1199px) {
      .wrap-main #sidebar .topic-hot {
        display: none; } }
    .wrap-main #sidebar .topic-hot li {
      margin-bottom: 12px; }
      .wrap-main #sidebar .topic-hot li:last-child {
        margin-bottom: 0; }
      .wrap-main #sidebar .topic-hot li a {
        font-size: 14px;
        font-weight: 700;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .wrap-main #sidebar .topic-hot li a .icon {
          width: 32px; }
        .wrap-main #sidebar .topic-hot li a .text {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
  .wrap-main .main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 250px 50px 0; }
    @media (max-width: 1199px) {
      .wrap-main .main {
        padding-right: 10px;
        padding-left: 10px; } }
    .wrap-main .main.main-full {
      padding-left: 10px;
      padding-right: 10px; }

.scrollbar {
  position: relative;
  overflow: hidden; }

.head-page {
  position: relative;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  .head-page .page-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .head-page .page-title {
        font-size: 18px; } }

.sortby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media (max-width: 991px) {
    .sortby {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .sortby .sortby-label {
    font-weight: 700;
    margin-bottom: 3px;
    margin-right: 5px;
    z-index: 101;
    position: relative; }
    @media (max-width: 767px) {
      .sortby .sortby-label {
        font-size: 12px;
        display: none; } }
  .sortby .sortby-button {
    padding: 0;
    border: none;
    padding: 13px 10px 5px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    border-radius: 30px 30px 0 0;
    position: relative;
    z-index: 100;
    border: 1px solid rgba(255, 255, 255, 0);
    border-bottom: none; }
    @media (max-width: 991px) {
      .sortby .sortby-button {
        padding: 6px 5px 5px; } }
    .sortby .sortby-button[aria-expanded="true"] {
      background-color: #fff;
      border-color: #E5F1FD !important;
      -webkit-box-shadow: 2px -3px 4px rgba(0, 0, 0, 0.03);
      box-shadow: 2px -3px 4px rgba(0, 0, 0, 0.03); }
      .sortby .sortby-button[aria-expanded="true"]::after, .sortby .sortby-button[aria-expanded="true"]::before {
        opacity: 1; }
    .sortby .sortby-button::after {
      width: 8px;
      height: 10px;
      background-color: rgba(242, 246, 254, 0.7);
      border-radius: 0 0 30px 0;
      content: "";
      position: absolute;
      bottom: 1px;
      left: -8px;
      border-right: 1px solid #E5F1FD;
      border-bottom: 1px solid #E5F1FD;
      opacity: 0; }
    .sortby .sortby-button::before {
      width: 8px;
      height: 10px;
      background-color: rgba(255, 255, 255, 0.7);
      content: "";
      position: absolute;
      bottom: 0;
      left: -8px;
      opacity: 0; }
  .sortby .dropdown-menu {
    margin-top: -1px;
    border-radius: 20px 0 20px 20px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #E5F1FD;
    padding: 10px 37px 10px 20px;
    min-width: inherit;
    z-index: 99; }
    @media (max-width: 767px) {
      .sortby .dropdown-menu {
        border-radius: 12px 0 12px 12px;
        padding: 10px 24px 10px 16px; } }
    .sortby .dropdown-menu .dropdown-item {
      color: #000;
      font-size: 16px;
      font-weight: 500;
      padding: 0 0 0 18px;
      margin: 5px 0;
      position: relative;
      border-radius: 20px; }
      @media (max-width: 767px) {
        .sortby .dropdown-menu .dropdown-item {
          font-size: 12px; } }
      .sortby .dropdown-menu .dropdown-item.active {
        font-weight: 700;
        background-color: transparent; }
      .sortby .dropdown-menu .dropdown-item:active {
        background-color: transparent; }
      .sortby .dropdown-menu .dropdown-item::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #000;
        position: absolute;
        left: 0;
        top: 8px; }
        @media (max-width: 767px) {
          .sortby .dropdown-menu .dropdown-item::before {
            top: 5px;
            width: 6px;
            height: 6px; } }

.gameItems {
  margin-bottom: 40px;
  position: relative;
  z-index: 5; }
  .gameItems:hover .gameItems__wrap {
    -webkit-box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.2);
    box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.2); }
  .gameItems:hover .gameItems__playnow {
    top: 100%; }
  .gameItems__wrap {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
    z-index: 5;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .gameItems__wrap {
        padding: 12px;
        border-radius: 12px; } }
  .gameItems__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 22px; }
    @media (max-width: 767px) {
      .gameItems__head {
        margin-bottom: 16px; } }
    .gameItems__head-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-right: 10px; }
      @media (max-width: 767px) {
        .gameItems__head-info {
          padding-right: 6px; } }
      .gameItems__head-info .user-thumb {
        width: 60px;
        height: 60px;
        margin-right: 10px; }
        @media (max-width: 767px) {
          .gameItems__head-info .user-thumb {
            width: 32px;
            height: 32px;
            margin-right: 6px; } }
        .gameItems__head-info .user-thumb .user__thumb {
          width: 100%;
          height: 100%; }
      .gameItems__head-info .user-info {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        @media (max-width: 767px) {
          .gameItems__head-info .user-info {
            font-size: 12px; } }
        .gameItems__head-info .user-info-name {
          margin-bottom: 2px; }
        .gameItems__head-info .user-info-yearold {
          display: inline-block;
          font-weight: 500; }
          .gameItems__head-info .user-info-yearold::before {
            width: 4px;
            height: 4px;
            content: "";
            border-radius: 50%;
            background-color: #000;
            margin: 2px 5px;
            display: inline-block; }
        .gameItems__head-info .user-info .gameItems__title {
          font-size: 18px;
          font-weight: 700;
          margin-bottom: 2px; }
          @media (max-width: 767px) {
            .gameItems__head-info .user-info .gameItems__title {
              font-size: 14px; } }
    .gameItems__head-control {
      width: 87px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 767px) {
        .gameItems__head-control {
          width: 60px; } }
      .gameItems__head-control .btn-view {
        margin-bottom: 3px;
        height: 30px;
        font-size: 12px;
        font-weight: 700;
        padding: 0;
        min-height: inherit; }
        @media (max-width: 767px) {
          .gameItems__head-control .btn-view {
            font-size: 10px;
            height: 24px; } }
      .gameItems__head-control .sortby-button {
        padding-top: 10px;
        border-radius: 12px 12px 0 0; }
        .gameItems__head-control .sortby-button::after {
          background-color: #fff; }
        .gameItems__head-control .sortby-button img {
          display: block; }
  .gameItems__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .gameItems__body .gameItems-view {
      border-radius: 10px;
      overflow: hidden;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      position: relative; }
      .gameItems__body .gameItems-view .gameItems-img {
        height: 100%;
        border-radius: 10px;
        overflow: hidden; }
        .gameItems__body .gameItems-view .gameItems-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      .gameItems__body .gameItems-view .toolsUser {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 65%;
        padding: 0 10px 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        border-radius: 0 0 10px 10px; }
        @media (max-width: 767px) {
          .gameItems__body .gameItems-view .toolsUser {
            padding: 0 5px 5px 0; } }
        .gameItems__body .gameItems-view .toolsUser .toolsUser-label {
          font-size: 10px;
          font-weight: 700;
          color: #fff;
          margin-bottom: 0;
          margin-right: 5px; }
        @media (max-width: 767px) {
          .gameItems__body .gameItems-view .toolsUser .toolsUser-img {
            max-width: 60px; } }
      .gameItems__body .gameItems-view .gameItems-flag {
        position: absolute;
        width: 32px;
        height: 32px;
        border: none;
        padding: 0;
        left: calc(50% - 16px);
        top: calc(50% - 16px);
        background-color: transparent;
        cursor: pointer; }
      .gameItems__body .gameItems-view .btn-pause {
        position: absolute;
        width: 20px;
        height: 20px;
        border: none;
        padding: 0;
        left: calc(50% - 10px);
        top: calc(50% - 10px);
        background-color: transparent;
        cursor: pointer; }
    .gameItems__body .gameItems-control {
      width: 87px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media (max-width: 767px) {
        .gameItems__body .gameItems-control {
          width: 60px; } }
      .gameItems__body .gameItems-control li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10px; }
        @media (max-width: 767px) {
          .gameItems__body .gameItems-control li {
            margin-top: 6px; } }
        .gameItems__body .gameItems-control li a {
          width: 32px;
          height: 32px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          background-color: var(--bd-info-night);
          padding: 7px;
          border-radius: 50%;
          border: 1px solid rgba(255, 255, 255, 0); }
          @media (max-width: 767px) {
            .gameItems__body .gameItems-control li a {
              width: 24px;
              height: 24px;
              padding: 5px; } }
          .gameItems__body .gameItems-control li a.game-favourite:hover {
            border-color: var(--bd-pink); }
          .gameItems__body .gameItems-control li a.game-mesenger:hover {
            border-color: var(--bd-yeallow); }
          .gameItems__body .gameItems-control li a.game-share:hover {
            border-color: var(--bd-info); }
          .gameItems__body .gameItems-control li a:hover {
            -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); }
          .gameItems__body .gameItems-control li a img {
            display: block; }
        .gameItems__body .gameItems-control li .number {
          font-size: 12px;
          font-weight: 700;
          text-align: center; }
          .gameItems__body .gameItems-control li .number.disable {
            color: rgba(0, 0, 0, 0.2); }
  .gameItems__playnow {
    width: calc(100% - 40px);
    background: -webkit-gradient(linear, left top, right top, from(#FFA800), color-stop(102.28%, #5DC2A7));
    background: -webkit-linear-gradient(left, #FFA800 0%, #5DC2A7 102.28%);
    background: -o-linear-gradient(left, #FFA800 0%, #5DC2A7 102.28%);
    background: linear-gradient(90deg, #FFA800 0%, #5DC2A7 102.28%);
    -webkit-box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.1);
    box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.1);
    padding: 6px 10px;
    border-radius: 0 0 16px 16px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: absolute;
    left: 20px;
    top: 50%; }
    @media (max-width: 767px) {
      .gameItems__playnow {
        width: calc(100% - 24px);
        left: 12px; } }
    .gameItems__playnow .inner {
      max-width: 320px;
      margin: 0 auto; }
    .gameItems__playnow .svg {
      width: 16px;
      height: 18px;
      vertical-align: middle;
      margin-top: -4px; }
      .gameItems__playnow .svg path {
        fill: #fff; }
    .gameItems__playnow a {
      color: #fff;
      text-decoration: underline; }

.game-group {
  margin-bottom: 57px; }
  @media (max-width: 767px) {
    .game-group {
      margin-bottom: 32px; } }

.readmore {
  text-align: center; }
  .readmore a {
    font-size: 14px;
    font-weight: 700;
    color: var(--bd-link); }
    .readmore a img {
      position: relative;
      top: 6px; }

.slick-arrow {
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background: url("../img/icon/arrow-slider.svg") no-repeat;
  border-radius: 50%;
  z-index: 5;
  opacity: 1; }
  .slick-arrow:hover {
    opacity: 0.2; }
  .slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .slick-arrow.slick-next {
    right: 0; }

.slick-dots li {
  margin: 0 3px; }
  .slick-dots li.slick-active button {
    background-color: #000; }
  .slick-dots li button {
    border-radius: 50%;
    background-color: var(--bd-yeallow);
    padding: 0; }

.button-back {
  font-weight: 700;
  color: var(--bd-link) !important;
  margin-bottom: 10px;
  display: block; }
  .button-back img {
    margin-right: 10px; }

.control-cmn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .control-cmn li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px; }
    .control-cmn li:last-child {
      padding-right: 0; }
    .control-cmn li:first-child {
      padding-left: 0; }
  .control-cmn a {
    margin-right: 5px;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--bd-info-night);
    padding: 7px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0); }
    @media (max-width: 767px) {
      .control-cmn a {
        width: 24px;
        height: 24px;
        padding: 5px; } }
    .control-cmn a.game-favourite:hover {
      border-color: var(--bd-pink); }
    .control-cmn a.game-mesenger:hover {
      border-color: var(--bd-yeallow); }
    .control-cmn a.game-share:hover {
      border-color: var(--bd-info); }
    .control-cmn a:hover {
      -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); }
    .control-cmn a img {
      display: block; }
  .control-cmn .number {
    font-size: 12px;
    font-weight: 700;
    text-align: center; }

.paddy-guide {
  padding: 5px 20px;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#FFA800), color-stop(102.28%, #5DC2A7));
  background: -webkit-linear-gradient(left, #FFA800 0%, #5DC2A7 102.28%);
  background: -o-linear-gradient(left, #FFA800 0%, #5DC2A7 102.28%);
  background: linear-gradient(90deg, #FFA800 0%, #5DC2A7 102.28%);
  -webkit-box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.1);
  box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.1);
  border-radius: 30px; }
  @media (max-width: 991px) {
    .paddy-guide {
      font-size: 12px;
      padding: 5px 16px; } }
  .paddy-guide .playnow {
    text-decoration: underline;
    color: #fff; }

.list-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .list-tags li {
    margin-right: 4px; }
    .list-tags li a {
      font-size: 13px; }
      @media (max-width: 767px) {
        .list-tags li a {
          font-size: 12px; } }
      .list-tags li a:hover {
        color: var(--bd-primary); }

.year-old {
  display: inline-block;
  font-weight: 500; }
  .year-old::before {
    width: 4px;
    height: 4px;
    content: "";
    border-radius: 50%;
    background-color: #000;
    margin: 2px 5px;
    display: inline-block; }

.groupItems {
  border-radius: 20px;
  margin-bottom: 30px; }
  .groupItems:hover {
    -webkit-box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.2);
    box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.2); }
  .groupItems__wrap {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
    z-index: 5;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .groupItems__wrap {
        padding: 12px;
        border-radius: 12px; } }
  .groupItems__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .groupItems__head {
        margin-bottom: 12px; } }
    .groupItems__head .gameItems__head-info {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-right: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .groupItems__head .gameItems__head-info .user__thumb {
        width: 60px; }
        @media (max-width: 767px) {
          .groupItems__head .gameItems__head-info .user__thumb {
            width: 32px;
            height: 32px; } }
      .groupItems__head .gameItems__head-info .user__info {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 10px; }
        .groupItems__head .gameItems__head-info .user__info .group-name {
          font-size: 18px;
          font-weight: 700;
          margin-bottom: 2px; }
          @media (max-width: 767px) {
            .groupItems__head .gameItems__head-info .user__info .group-name {
              font-size: 14px; } }
        .groupItems__head .gameItems__head-info .user__info .user-post-name {
          font-size: 14px;
          font-weight: 700;
          color: var(--bd-link); }
          @media (max-width: 767px) {
            .groupItems__head .gameItems__head-info .user__info .user-post-name {
              font-size: 12px; } }
        .groupItems__head .gameItems__head-info .user__info .user-post .user-rank {
          display: inline;
          padding-left: 2px;
          font-size: 12px;
          font-weight: 500; }
        .groupItems__head .gameItems__head-info .user__info .user-post .times-ago {
          font-size: 12px;
          color: #979797; }
        .groupItems__head .gameItems__head-info .user__info .tags .tags-items {
          color: #000;
          font-weight: 700; }
  .groupItems__body .post-desc {
    position: relative;
    margin-bottom: 10px; }
    .groupItems__body .post-desc .text-desc {
      margin-bottom: 0;
      display: block;
      overflow: hidden;
      max-height: 120px;
      text-align: justify; }
      .groupItems__body .post-desc .text-desc.show {
        max-height: inherit !important;
        overflow: auto; }
    .groupItems__body .post-desc .view-all {
      text-align: right;
      color: var(--bd-primary); }
      .groupItems__body .post-desc .view-all .btn-view {
        cursor: pointer; }
        .groupItems__body .post-desc .view-all .btn-view.active i {
          -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
  .groupItems__body .post-thumb {
    margin-bottom: 10px; }
    .groupItems__body .post-thumb .row {
      margin-right: -5px;
      margin-left: -5px; }
      @media (max-width: 767px) {
        .groupItems__body .post-thumb .row {
          margin-right: -3px;
          margin-left: -3px; } }
      .groupItems__body .post-thumb .row [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px; }
        @media (max-width: 767px) {
          .groupItems__body .post-thumb .row [class*="col-"] {
            padding-left: 3px;
            padding-right: 3px; } }
    .groupItems__body .post-thumb .images {
      overflow: hidden;
      height: 100%; }
      .groupItems__body .post-thumb .images img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .groupItems__body .post-thumb.images-1 .images {
      border-radius: 0 30px 30px 30px; }
      @media (max-width: 767px) {
        .groupItems__body .post-thumb.images-1 .images {
          border-radius: 0 16px 16px 16px; } }
    .groupItems__body .post-thumb.images-2 .col-thumb:first-child .images {
      border-radius: 0 30px 30px 30px; }
      @media (max-width: 767px) {
        .groupItems__body .post-thumb.images-2 .col-thumb:first-child .images {
          border-radius: 0 16px 16px 16px; } }
    .groupItems__body .post-thumb.images-2 .col-thumb:last-child .images {
      border-radius: 30px 30px 0 30px; }
      @media (max-width: 767px) {
        .groupItems__body .post-thumb.images-2 .col-thumb:last-child .images {
          border-radius: 16px 16px 0 16px; } }
    .groupItems__body .post-thumb.images-3 .col-thumb:first-child .images {
      border-radius: 0 30px 30px 30px; }
      @media (max-width: 767px) {
        .groupItems__body .post-thumb.images-3 .col-thumb:first-child .images {
          border-radius: 0 16px 16px 16px; } }
    .groupItems__body .post-thumb.images-3 .col-thumb:last-child .h-50:first-child {
      padding-bottom: 5px; }
      @media (max-width: 767px) {
        .groupItems__body .post-thumb.images-3 .col-thumb:last-child .h-50:first-child {
          padding-bottom: 3px; } }
      .groupItems__body .post-thumb.images-3 .col-thumb:last-child .h-50:first-child .images {
        border-radius: 30px; }
        @media (max-width: 767px) {
          .groupItems__body .post-thumb.images-3 .col-thumb:last-child .h-50:first-child .images {
            border-radius: 16px; } }
    .groupItems__body .post-thumb.images-3 .col-thumb:last-child .h-50:last-child {
      padding-top: 5px; }
      @media (max-width: 767px) {
        .groupItems__body .post-thumb.images-3 .col-thumb:last-child .h-50:last-child {
          padding-top: 3px; } }
      .groupItems__body .post-thumb.images-3 .col-thumb:last-child .h-50:last-child .images {
        border-radius: 30px 30px 0 30px; }
        @media (max-width: 767px) {
          .groupItems__body .post-thumb.images-3 .col-thumb:last-child .h-50:last-child .images {
            border-radius: 16px 16px 0 16px; } }
  .groupItems__body .post-video {
    margin-bottom: 10px; }
    .groupItems__body .post-video .video-frame {
      border-radius: 0 30px 20px 20px; }
  .groupItems__body .group-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 480px) {
      .groupItems__body .group-control {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse; } }
    .groupItems__body .group-control .btn-show-comment {
      position: relative;
      background-color: transparent;
      border: none;
      padding: 0;
      font-size: 12px;
      font-weight: 700;
      color: #0654BA;
      cursor: pointer;
      padding-right: 22px;
      margin-top: 8px; }
      @media (max-width: 480px) {
        .groupItems__body .group-control .btn-show-comment {
          margin-top: 20px; } }
      .groupItems__body .group-control .btn-show-comment.active .hidden {
        display: inline-block; }
      .groupItems__body .group-control .btn-show-comment.active .show {
        display: none; }
      .groupItems__body .group-control .btn-show-comment.active::after {
        background: url("../img/icon/arrow-down-more-3.svg") no-repeat;
        top: -6px; }
      .groupItems__body .group-control .btn-show-comment::after {
        content: "";
        width: 18px;
        height: 16px;
        background: url("../img/icon/arrow-down-more-2.svg") no-repeat;
        position: absolute;
        right: 0;
        top: 6px; }
      .groupItems__body .group-control .btn-show-comment .hidden {
        display: none; }
    .groupItems__body .group-control .btn-creat-comment {
      position: relative;
      background-color: transparent;
      border: none;
      padding: 0;
      font-size: 12px;
      font-weight: 700;
      color: #0654BA;
      cursor: pointer;
      padding-right: 22px;
      margin-top: 8px; }
      @media (max-width: 480px) {
        .groupItems__body .group-control .btn-creat-comment {
          margin-top: 20px; } }
  .groupItems__comment {
    padding-top: 28px;
    display: none; }
    .groupItems__comment .commentItems {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .groupItems__comment .commentItems .user__thumb {
        width: 32px;
        margin-right: 10px; }
      .groupItems__comment .commentItems .commentItems-box {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .groupItems__comment .commentItems .commentItems-box .comment-inner .comment-in {
          border-radius: 20px;
          padding: 10px;
          display: inline-block;
          background-color: var(--bd-info-night); }
          .groupItems__comment .commentItems .commentItems-box .comment-inner .comment-in .user-comment {
            margin-bottom: 4px;
            display: block;
            font-weight: 700;
            color: #0654BA; }
        .groupItems__comment .commentItems .commentItems-box .comment-post {
          padding-left: 10px;
          margin-bottom: 10px; }
          .groupItems__comment .commentItems .commentItems-box .comment-post .btn-reply {
            font-size: 12px;
            color: #0654BA;
            font-weight: 700;
            padding: 0;
            border: none;
            background-color: transparent;
            cursor: pointer;
            margin-right: 10px; }
          .groupItems__comment .commentItems .commentItems-box .comment-post .times-ago {
            font-size: 12px;
            font-weight: 700;
            color: #979797; }
  .groupItems__form {
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .groupItems__form .user__thumb {
      width: 48px;
      margin-right: 10px; }
    .groupItems__form .creat-comment {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      background: #FFFFFF;
      border: 1px solid #E5F1FD;
      border-radius: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 15px 18px; }
      .groupItems__form .creat-comment .btn-send {
        cursor: pointer;
        font-weight: 700;
        color: #0654BA;
        background-color: transparent;
        padding: 0;
        border: none; }
      .groupItems__form .creat-comment .comment-area {
        line-height: 100%;
        height: 18px;
        background-color: transparent;
        border: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        resize: none;
        overflow: hidden;
        font-weight: 500;
        color: #000;
        padding: 0; }

.groupItems--detail {
  background-color: #F2F2F2; }
  .groupItems--detail:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }

.row.row-24 {
  margin-left: -12px;
  margin-right: -12px; }
  .row.row-24 [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px; }

.views-history {
  background-color: #fff;
  border-radius: 30px;
  padding: 22px 0 37px; }
  @media (max-width: 767px) {
    .views-history {
      border-radius: 16px; } }
  .views-history .head-page {
    padding: 0 14px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .views-history .head-page .sortby .sortby-label {
      color: #0654BA; }
  .views-history .history-list {
    margin-bottom: 20px; }
    .views-history .history-list li {
      padding: 15px 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
      @media (max-width: 767px) {
        .views-history .history-list li {
          -ms-flex-flow: wrap;
          flex-flow: wrap;
          padding: 10px 15px; } }
      .views-history .history-list li:hover {
        background-color: var(--bd-info-night) !important; }
      .views-history .history-list li:nth-child(even) {
        background-color: #FAFAFA; }
      .views-history .history-list li .history-label {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 767px) {
          .views-history .history-list li .history-label {
            width: 100%; } }
        .views-history .history-list li .history-label .number-stt {
          background-color: var(--bd-info-night);
          width: 25px;
          height: 25px;
          border-radius: 5px;
          font-weight: 700;
          text-align: center;
          line-height: 25px;
          display: block; }
        .views-history .history-list li .history-label .story-active {
          width: calc(100% - 25px);
          padding-left: 10px;
          padding-top: 3px; }
      @media (max-width: 767px) {
        .views-history .history-list li .paddy-change {
          width: 100%;
          text-align: right; } }
      .views-history .history-list li .paddy-change.paddy-plus {
        color: #4CBF56; }
      .views-history .history-list li .paddy-change.paddy-minus {
        color: #FE2C55; }
      .views-history .history-list li .feedback-stt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 12px; }
        @media (max-width: 767px) {
          .views-history .history-list li .feedback-stt {
            width: 100%;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end; } }
        .views-history .history-list li .feedback-stt a {
          padding-top: 2px; }
        .views-history .history-list li .feedback-stt img,
        .views-history .history-list li .feedback-stt .svg {
          width: 18px;
          height: 18px;
          margin-left: 12px;
          display: block; }
        .views-history .history-list li .feedback-stt .checked path {
          fill: #5DC2A7; }

.circle-row {
  position: relative;
  padding-left: 12px;
  font-size: 12px; }
  .circle-row::before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    content: "";
    left: 0;
    top: 7px;
    position: absolute; }

.parent-page {
  background-color: #fff; }
  .parent-page .label-cmn {
    color: var(--bd-orange);
    font-weight: 400px;
    font-size: 18px;
    letter-spacing: 5px;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .parent-page .label-cmn {
        font-size: 16px; } }
  .parent-page .head-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .parent-page .head-box {
        -ms-flex-flow: wrap;
        flex-flow: wrap; } }
    .parent-page .head-box .head-box-title {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      max-width: 870px; }
      @media (max-width: 767px) {
        .parent-page .head-box .head-box-title {
          width: 100%;
          margin-bottom: 15px; } }
      .parent-page .head-box .head-box-title .head-title {
        font-size: 32px;
        margin-bottom: 10px;
        font-weight: 700; }
        @media (max-width: 991px) {
          .parent-page .head-box .head-box-title .head-title {
            font-size: 24px; } }
        .parent-page .head-box .head-box-title .head-title .item {
          display: inline-block;
          margin-left: -170px; }
          @media (max-width: 991px) {
            .parent-page .head-box .head-box-title .head-title .item {
              width: 120px;
              margin-left: -120px; } }
        .parent-page .head-box .head-box-title .head-title .ellip {
          position: relative; }
          .parent-page .head-box .head-box-title .head-title .ellip::after {
            position: absolute;
            content: "";
            width: 166px;
            height: 73px;
            background: url("../img/common/patten.png") no-repeat;
            background-size: contain;
            left: -5px;
            top: -18px; }
            @media (max-width: 991px) {
              .parent-page .head-box .head-box-title .head-title .ellip::after {
                left: -2px;
                width: 120px;
                top: -14px; } }
      .parent-page .head-box .head-box-title .head-text {
        margin-bottom: 0;
        font-size: 18px; }
    .parent-page .head-box .btn-register {
      padding: 14px 31px;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      margin-left: 20px; }
      @media (max-width: 767px) {
        .parent-page .head-box .btn-register {
          width: 100%;
          margin-left: 0; } }
  .parent-page .head-page .page-title {
    font-size: 32px; }
    @media (max-width: 1199px) {
      .parent-page .head-page .page-title {
        font-size: 24px; } }
    @media (max-width: 991px) {
      .parent-page .head-page .page-title {
        font-size: 20px; } }

.checkbox {
  min-height: 17px; }
  .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .checkbox input:checked + .checkbox-label {
      font-weight: 700; }
      .checkbox input:checked + .checkbox-label::before {
        border-color: var(--bd-green); }
      .checkbox input:checked + .checkbox-label::after {
        opacity: 1; }
  .checkbox .checkbox-label {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding-left: 35px;
    cursor: pointer; }
    .checkbox .checkbox-label::before {
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      border-radius: 3px;
      background-color: #fff;
      content: "";
      width: 17px;
      height: 17px;
      border: 1px solid #9EA9C9; }
    .checkbox .checkbox-label::after {
      position: absolute;
      left: 3px;
      top: 3px;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      border-radius: 3px;
      background-color: var(--bd-green);
      content: "";
      width: 11px;
      height: 11px;
      opacity: 0; }

.tooltip {
  font-weight: 500;
  font-family: "Quicksand"; }
  .tooltip .tooltip-inner {
    padding: 15px 10px;
    font-size: 12px;
    text-align: left;
    max-width: 210px;
    border-radius: 0; }
    .tooltip .tooltip-inner .text-warning {
      color: #FCF055 !important; }

.svg {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  vertical-align: middle; }

.bs-tooltip-right {
  opacity: 1 !important;
  left: -40px !important;
  top: -90px !important; }
  .bs-tooltip-right .tooltip-inner {
    background-color: rgba(0, 0, 0, 0.7); }
  .bs-tooltip-right .arrow {
    left: 6px;
    width: 16px;
    height: 19px;
    top: 100% !important; }
    .bs-tooltip-right .arrow::before {
      border: none;
      width: 16px;
      height: 19px;
      background: url("../img/common/tooltip-arrow-left.png") no-repeat; }

.bs-tooltip-left {
  opacity: 1 !important;
  right: inherit !important;
  top: -90px !important;
  left: 50px !important; }
  .bs-tooltip-left .tooltip-inner {
    background-color: rgba(0, 0, 0, 0.7); }
  .bs-tooltip-left .arrow {
    right: 7px !important;
    width: 16px;
    height: 19px;
    top: 100% !important; }
    .bs-tooltip-left .arrow::before {
      border: none;
      width: 16px;
      height: 19px;
      background: url("../img/common/tooltip-arrow-right.png") no-repeat; }

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- Header -----***/
/* HEADER */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002; }
  #header .headTop {
    position: relative;
    background-color: white;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 35px 0 20px;
    border-bottom: 1px solid var(--bd-green); }
    @media (max-width: 767px) {
      #header .headTop {
        padding: 0 10px 0 10px;
        height: 45px; } }
    #header .headTop .logo {
      position: relative;
      z-index: 5; }
      @media (max-width: 991px) {
        #header .headTop .logo {
          width: 80px; } }
    #header .headTop .headControl {
      position: relative;
      z-index: 5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #header .headTop .headControl .dropdown {
        padding-left: 5px; }
        #header .headTop .headControl .dropdown-menu {
          margin: -1px 0 0;
          border-radius: 20px 0 20px 20px;
          border: 1px solid #E5F1FD;
          -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.05)); }
        #header .headTop .headControl .dropdown-icon {
          display: block;
          cursor: pointer;
          padding: 8px 0;
          width: 39px;
          text-align: center;
          border-radius: 50px 50px 0 0;
          position: relative;
          background-color: #fff;
          border: 1px solid rgba(255, 255, 255, 0);
          border-bottom: none !important; }
          @media (max-width: 767px) {
            #header .headTop .headControl .dropdown-icon {
              width: 28px;
              padding: 6px 4px; } }
          #header .headTop .headControl .dropdown-icon:hover .svg path, #header .headTop .headControl .dropdown-icon:hover .svg circle {
            fill: var(--bd-orange); }
          #header .headTop .headControl .dropdown-icon[aria-expanded="true"] {
            border: 1px solid #E5F1FD;
            z-index: 1001; }
            #header .headTop .headControl .dropdown-icon[aria-expanded="true"]::after, #header .headTop .headControl .dropdown-icon[aria-expanded="true"]::before {
              opacity: 1; }
            #header .headTop .headControl .dropdown-icon[aria-expanded="true"] .svg path, #header .headTop .headControl .dropdown-icon[aria-expanded="true"] .svg circle {
              fill: var(--bd-orange); }
          #header .headTop .headControl .dropdown-icon::after {
            width: 8px;
            height: 10px;
            background-color: white;
            border-radius: 0 0 30px 0;
            content: "";
            position: absolute;
            bottom: 1px;
            left: -8px;
            border-right: 1px solid #E5F1FD;
            border-bottom: 1px solid #E5F1FD;
            opacity: 0; }
          #header .headTop .headControl .dropdown-icon::before {
            width: 8px;
            height: 10px;
            background-color: white;
            content: "";
            position: absolute;
            bottom: 0;
            left: -8px;
            opacity: 0; }
      #header .headTop .headControl .head-tool .dropdown-menu {
        width: 328px; }
        @media (max-width: 767px) {
          #header .headTop .headControl .head-tool .dropdown-menu {
            width: 280px; } }
        #header .headTop .headControl .head-tool .dropdown-menu .dropdown-item {
          padding: 7px 21px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: black;
          font-size: 16px;
          font-weight: 500; }
          @media (max-width: 767px) {
            #header .headTop .headControl .head-tool .dropdown-menu .dropdown-item {
              font-size: 14px; } }
          #header .headTop .headControl .head-tool .dropdown-menu .dropdown-item:hover {
            background-color: var(--bd-info-night); }
          #header .headTop .headControl .head-tool .dropdown-menu .dropdown-item .icon {
            width: 23px;
            text-align: center;
            margin-right: 10px; }
          #header .headTop .headControl .head-tool .dropdown-menu .dropdown-item .text {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1; }
      #header .headTop .headControl .head-suppoorted .dropdown-menu {
        width: 228px; }
        #header .headTop .headControl .head-suppoorted .dropdown-menu .dropdown-item {
          padding: 7px 21px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: black;
          font-size: 16px;
          font-weight: 500; }
          #header .headTop .headControl .head-suppoorted .dropdown-menu .dropdown-item:hover {
            background-color: var(--bd-info-night); }
          #header .headTop .headControl .head-suppoorted .dropdown-menu .dropdown-item::before {
            width: 8px;
            height: 8px;
            content: "";
            border-radius: 50%;
            background-color: black;
            display: block;
            margin-right: 10px; }
      #header .headTop .headControl .head-notification .dropdown-icon {
        position: relative; }
        #header .headTop .headControl .head-notification .dropdown-icon .notif-number {
          position: absolute;
          background-color: var(--bd-red);
          font-weight: 700;
          padding: 0 6px;
          right: -8px;
          top: -6px;
          color: #fff;
          border-radius: 20px;
          height: 20px;
          line-height: 20px; }
          @media (max-width: 767px) {
            #header .headTop .headControl .head-notification .dropdown-icon .notif-number {
              font-size: 10px;
              padding: 0 4px;
              right: -4px; } }
      #header .headTop .headControl .head-notification .dropdown-menu {
        width: 351px;
        padding: 10px 0 0; }
        #header .headTop .headControl .head-notification .dropdown-menu .notification-list {
          padding: 0 10px; }
          #header .headTop .headControl .head-notification .dropdown-menu .notification-list li {
            position: relative; }
            #header .headTop .headControl .head-notification .dropdown-menu .notification-list li:last-child::before {
              display: none; }
            #header .headTop .headControl .head-notification .dropdown-menu .notification-list li::before {
              content: "";
              width: calc(100% - 20px);
              left: 10px;
              bottom: 0;
              height: 1px;
              background-color: var(--bd-line);
              position: absolute; }
            #header .headTop .headControl .head-notification .dropdown-menu .notification-list li .dropdown-item {
              position: relative;
              padding: 17px 10px 17px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              border-radius: 10px;
              font-weight: 500; }
              #header .headTop .headControl .head-notification .dropdown-menu .notification-list li .dropdown-item:hover {
                background-color: var(--bd-info-night); }
            #header .headTop .headControl .head-notification .dropdown-menu .notification-list li .notif-thumb {
              width: 32px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              position: relative; }
            #header .headTop .headControl .head-notification .dropdown-menu .notification-list li .notif-wrap {
              width: calc(100% - 95px);
              padding-left: 16px;
              padding-right: 5px; }
              #header .headTop .headControl .head-notification .dropdown-menu .notification-list li .notif-wrap .notif-form {
                font-size: 10px;
                white-space: nowrap;
                overflow: hidden;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis; }
              #header .headTop .headControl .head-notification .dropdown-menu .notification-list li .notif-wrap .notif-desc {
                display: block;
                white-space: nowrap;
                overflow: hidden;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                font-size: 14px; }
            #header .headTop .headControl .head-notification .dropdown-menu .notification-list li .notif-post {
              width: 60px;
              font-size: 10px; }
              #header .headTop .headControl .head-notification .dropdown-menu .notification-list li .notif-post > * {
                display: block;
                text-align: right; }
              #header .headTop .headControl .head-notification .dropdown-menu .notification-list li .notif-post .post-time {
                font-weight: 700; }
        #header .headTop .headControl .head-notification .dropdown-menu .view-all {
          margin-top: 6px;
          font-size: 14px;
          color: var(--bd-primary);
          font-weight: 700;
          background-color: #F2F2F2;
          padding: 8px 20px;
          border-radius: 30px;
          display: block;
          text-align: right; }
      #header .headTop .headControl .head-hottell {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 700; }
        @media (max-width: 767px) {
          #header .headTop .headControl .head-hottell {
            display: none; } }
        #header .headTop .headControl .head-hottell:hover {
          color: var(--bd-orange);
          cursor: pointer; }
          #header .headTop .headControl .head-hottell:hover .svg path {
            fill: var(--bd-orange); }
        #header .headTop .headControl .head-hottell .dropdown-icon {
          width: inherit;
          margin-right: 5px; }
    #header .headTop .switch-user {
      position: absolute;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      left: 0;
      top: 0; }
      @media (max-width: 991px) {
        #header .headTop .switch-user {
          padding-right: 80px; } }
      @media (max-width: 480px) {
        #header .headTop .switch-user {
          padding-right: 30px; } }
      #header .headTop .switch-user li {
        padding: 0 5px; }
        @media (max-width: 480px) {
          #header .headTop .switch-user li {
            padding: 0 2px; } }
        @media (max-width: 480px) {
          #header .headTop .switch-user li:first-child a {
            width: 50px; } }
        #header .headTop .switch-user li:first-child a.active {
          background-color: var(--bd-green);
          color: white; }
        @media (max-width: 480px) {
          #header .headTop .switch-user li:last-child a {
            width: 60px; } }
        #header .headTop .switch-user li:last-child a.active {
          background-color: var(--bd-orange);
          border-color: var(--bd-orange);
          color: white; }
          #header .headTop .switch-user li:last-child a.active::after {
            opacity: 1; }
        #header .headTop .switch-user li:last-child a::after {
          height: 2px;
          position: absolute;
          content: "";
          width: 100%;
          background-color: var(--bd-orange);
          opacity: 0;
          bottom: -1px;
          left: 0; }
        #header .headTop .switch-user li a {
          display: block;
          line-height: 100%;
          padding: 13px 30px;
          background-color: white;
          border: 1px solid var(--bd-green);
          font-size: 18px;
          font-weight: 700;
          border-radius: 20px 20px 0 0;
          border-bottom: none;
          position: relative; }
          @media (max-width: 767px) {
            #header .headTop .switch-user li a {
              font-size: 13px;
              padding: 6px 8px;
              border-radius: 10px 10px 0 0;
              text-align: center; } }
  #header .headMenu {
    background-color: var(--bd-green);
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      #header .headMenu {
        height: 55px; } }
    #header .headMenu-ctg {
      width: 250px; }
      @media (max-width: 1199px) {
        #header .headMenu-ctg {
          width: 50px; } }
      #header .headMenu-ctg .button-menu {
        cursor: pointer;
        height: 70px;
        width: 100%;
        background-color: #53B89D;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 30px 0 28px;
        font-size: 18px;
        font-weight: 700;
        border: none;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
        @media (max-width: 1199px) {
          #header .headMenu-ctg .button-menu {
            padding: 0 10px 0 10px; } }
        @media (max-width: 767px) {
          #header .headMenu-ctg .button-menu {
            height: 55px; } }
        #header .headMenu-ctg .button-menu:hover {
          background-color: var(--bd-yeallow); }
        #header .headMenu-ctg .button-menu[aria-expanded="true"] {
          background-color: var(--bd-yeallow); }
          #header .headMenu-ctg .button-menu[aria-expanded="true"]::after {
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
        #header .headMenu-ctg .button-menu::after {
          font-family: "Font Awesome 5 Pro";
          font-weight: 900;
          content: "\f0d7";
          position: absolute;
          right: 30px;
          top: calc(50% - 10px);
          line-height: 100%;
          color: white;
          -webkit-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s; }
          @media (max-width: 1199px) {
            #header .headMenu-ctg .button-menu::after {
              display: none; } }
        #header .headMenu-ctg .button-menu .ctg-label {
          padding-left: 16px; }
          @media (max-width: 1199px) {
            #header .headMenu-ctg .button-menu .ctg-label {
              display: none; } }
      #header .headMenu-ctg .dropdown-menu {
        border: none;
        padding: 8px 20px;
        -webkit-transform: translate3d(0px, 68px, 0px) !important;
        transform: translate3d(0px, 68px, 0px) !important;
        width: 250px;
        background-color: #fff;
        -webkit-box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1);
        box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1);
        border-radius: 0 0 50px 0; }
        @media (max-width: 767px) {
          #header .headMenu-ctg .dropdown-menu {
            -webkit-transform: translate3d(0px, 55px, 0px) !important;
            transform: translate3d(0px, 55px, 0px) !important;
            padding: 8px 10px; } }
        #header .headMenu-ctg .dropdown-menu .dropdown-item {
          margin: 10px 0;
          border-radius: 30px;
          padding: 1px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          min-height: 32px;
          font-size: 14px;
          font-weight: 700;
          color: black; }
          #header .headMenu-ctg .dropdown-menu .dropdown-item:hover, #header .headMenu-ctg .dropdown-menu .dropdown-item.active {
            background-color: var(--bd-info-night); }
          #header .headMenu-ctg .dropdown-menu .dropdown-item .icon {
            width: 32px;
            height: 32px;
            background-color: white;
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
    #header .headMenu-control {
      padding-right: 17px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 767px) {
        #header .headMenu-control {
          padding-right: 10px; } }
      #header .headMenu-control .button-search {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border: none;
        padding: 0;
        border-radius: 50%;
        cursor: pointer;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
        @media (max-width: 767px) {
          #header .headMenu-control .button-search {
            width: 40px;
            height: 40px; } }
        #header .headMenu-control .button-search:hover {
          background-color: var(--bd-yeallow); }
      #header .headMenu-control .button-upload {
        margin-left: 10px;
        padding: 0;
        background-color: transparent;
        border: none; }
        #header .headMenu-control .button-upload input[type="file"] {
          display: none; }
        #header .headMenu-control .button-upload .custom-file-upload {
          background-color: white;
          border-radius: 50px;
          margin-bottom: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 14px 24px;
          font-size: 16px;
          font-weight: 700;
          cursor: pointer;
          -webkit-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s; }
          @media (max-width: 767px) {
            #header .headMenu-control .button-upload .custom-file-upload {
              padding: 9px 15px;
              font-size: 14px; } }
          #header .headMenu-control .button-upload .custom-file-upload:hover {
            background-color: var(--bd-yeallow); }
          @media (max-width: 767px) {
            #header .headMenu-control .button-upload .custom-file-upload img {
              width: 12px; } }
          #header .headMenu-control .button-upload .custom-file-upload .upload-label {
            padding-left: 10px; }
      #header .headMenu-control .user-control {
        margin-left: 8px; }
        #header .headMenu-control .user-control.is-notif::before {
          position: absolute;
          content: "";
          width: 11px;
          height: 11px;
          border-radius: 50%;
          background-color: #20D5EC;
          border: 1px solid #fff;
          right: 6px;
          top: 6px;
          z-index: 1002; }
        #header .headMenu-control .user-control .user-control-thumb {
          padding: 3px;
          border-radius: 50px 50px 0 0;
          cursor: pointer;
          border: 1px solid rgba(255, 255, 255, 0); }
          #header .headMenu-control .user-control .user-control-thumb[aria-expanded="true"] {
            background-color: white;
            position: relative;
            z-index: 1001;
            border: 1px solid #E5F1FD;
            border-bottom: none; }
            #header .headMenu-control .user-control .user-control-thumb[aria-expanded="true"]::after, #header .headMenu-control .user-control .user-control-thumb[aria-expanded="true"]::before {
              opacity: 1; }
          #header .headMenu-control .user-control .user-control-thumb::after {
            width: 8px;
            height: 10px;
            background-color: var(--bd-green);
            border-radius: 0 0 30px 0;
            content: "";
            position: absolute;
            bottom: 1px;
            left: -8px;
            border-right: 1px solid #E5F1FD;
            border-bottom: 1px solid #E5F1FD;
            opacity: 0; }
          #header .headMenu-control .user-control .user-control-thumb::before {
            width: 8px;
            height: 10px;
            background-color: white;
            content: "";
            position: absolute;
            bottom: 0;
            left: -8px;
            opacity: 0; }
          #header .headMenu-control .user-control .user-control-thumb .user__thumb {
            position: relative; }
            @media (max-width: 767px) {
              #header .headMenu-control .user-control .user-control-thumb .user__thumb {
                width: 40px;
                height: 40px; } }
        #header .headMenu-control .user-control .dropdown-menu {
          margin: -1px 0 0;
          width: 390px;
          border-radius: 25px 0 25px 25px;
          padding: 15px 30px;
          border: 1px solid #E5F1FD;
          -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.05)); }
          @media (max-width: 767px) {
            #header .headMenu-control .user-control .dropdown-menu {
              width: 320px;
              padding: 15px; } }
          #header .headMenu-control .user-control .dropdown-menu .dropdown-label {
            font-size: 16px;
            font-weight: 700;
            display: block;
            margin-bottom: 6px; }
            @media (max-width: 767px) {
              #header .headMenu-control .user-control .dropdown-menu .dropdown-label {
                font-size: 14px; } }
          #header .headMenu-control .user-control .dropdown-menu .dropdown-divider {
            margin: 20px 0;
            border-top: 1px solid rgba(0, 0, 0, 0.05); }
            @media (max-width: 767px) {
              #header .headMenu-control .user-control .dropdown-menu .dropdown-divider {
                margin: 10px 0; } }
          #header .headMenu-control .user-control .dropdown-menu .userMenu-list li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 16px;
            font-weight: 500;
            padding: 6px 0;
            color: black; }
            @media (max-width: 767px) {
              #header .headMenu-control .user-control .dropdown-menu .userMenu-list li a {
                font-size: 14px; } }
            #header .headMenu-control .user-control .dropdown-menu .userMenu-list li a:hover {
              background-color: var(--bd-info-night); }
            #header .headMenu-control .user-control .dropdown-menu .userMenu-list li a .icon {
              margin-right: 18px;
              width: 22px;
              text-align: center; }
              @media (max-width: 767px) {
                #header .headMenu-control .user-control .dropdown-menu .userMenu-list li a .icon {
                  margin-right: 10px; } }
            #header .headMenu-control .user-control .dropdown-menu .userMenu-list li a .text {
              display: block;
              -webkit-box-flex: 1;
              -ms-flex: 1;
              flex: 1;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              white-space: nowrap;
              overflow: hidden;
              -o-text-overflow: ellipsis;
              text-overflow: ellipsis; }
              #header .headMenu-control .user-control .dropdown-menu .userMenu-list li a .text .number-point {
                color: var(--bd-orange); }
      #header .headMenu-control .btn-login {
        padding: 14px 24px;
        background-color: #EB9138;
        min-height: inherit;
        font-size: 16px;
        color: #fff;
        width: 135px;
        margin-left: 10px;
        height: inherit; }
        @media (max-width: 767px) {
          #header .headMenu-control .btn-login {
            padding: 10px 15px;
            font-size: 14px;
            width: 110px; } }

/* CSS style parent page */
.parent-page #header .headMenu {
  background-color: var(--bd-orange); }
  .parent-page #header .headMenu .headMenu-ctg.show .button-menu {
    background-color: var(--bd-green); }
  .parent-page #header .headMenu .headMenu-ctg .button-menu {
    background-color: #DD8024; }
    .parent-page #header .headMenu .headMenu-ctg .button-menu:hover {
      background-color: var(--bd-green); }
  .parent-page #header .headMenu .headMenu-control .btn-login {
    background-color: var(--bd-green); }

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- FOOTER -----***/
#footer {
  background-color: #fff;
  padding: 35px 30px 39px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 991px) {
    #footer {
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      padding: 24px 15px 20px; } }
  #footer .f-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      #footer .f-title {
        font-size: 16px; } }
    @media (max-width: 767px) {
      #footer .f-title {
        margin-bottom: 16px; } }
  #footer .f-menu li {
    margin-bottom: 20px; }
    #footer .f-menu li:last-child {
      margin-bottom: 0; }
    #footer .f-menu li a {
      display: block;
      background: url("../img/icon/arrow-footer.svg") 0 3px no-repeat;
      padding-left: 30px;
      font-weight: 500;
      font-size: 14px;
      color: black;
      line-height: 120%; }
      #footer .f-menu li a:hover {
        color: var(--bd-green); }
  #footer .f-col-1 {
    width: 29%;
    max-width: 375px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 1366px) {
      #footer .f-col-1 {
        width: 32%; } }
    @media (max-width: 991px) {
      #footer .f-col-1 {
        width: 100%;
        max-width: initial;
        margin-bottom: 30px; } }
    #footer .f-col-1 .f-logo {
      width: 110px;
      margin-right: 7px; }
      @media (max-width: 767px) {
        #footer .f-col-1 .f-logo {
          width: 80px; } }
    #footer .f-col-1 .list-linked {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      padding: 0 6px;
      background-color: var(--bd-green-night);
      border-radius: 40px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      #footer .f-col-1 .list-linked li {
        padding: 12px 4px; }
        #footer .f-col-1 .list-linked li img {
          max-height: 15px; }
    #footer .f-col-1 .text-infor {
      padding-top: 20px;
      font-weight: 500;
      text-align: justify; }
      @media (max-width: 767px) {
        #footer .f-col-1 .text-infor {
          padding-top: 12px; } }
    #footer .f-col-1 .form-register {
      width: 100%;
      height: 50px;
      border: 1px solid var(--bd-line);
      border-radius: 50px;
      padding: 0 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 10px; }
      #footer .f-col-1 .form-register .form-text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 12px;
        position: relative; }
        #footer .f-col-1 .form-register .form-text .register-placeholder {
          position: absolute;
          bottom: 0;
          left: 0;
          color: black;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          -webkit-transition: all ease 0.1s;
          -o-transition: all ease 0.1s;
          transition: all ease 0.1s; }
          #footer .f-col-1 .form-register .form-text .register-placeholder.hidden {
            opacity: 0; }
        #footer .f-col-1 .form-register .form-text .register-label {
          font-weight: 700;
          display: block;
          margin-bottom: 0; }
        #footer .f-col-1 .form-register .form-text .form-input {
          background-color: transparent;
          padding: 0;
          border: none;
          width: 100%;
          font-weight: 500; }
          #footer .f-col-1 .form-register .form-text .form-input:focus {
            outline: none; }
          #footer .f-col-1 .form-register .form-text .form-input::-webkit-input-placeholder {
            color: black;
            opacity: 0; }
          #footer .f-col-1 .form-register .form-text .form-input:-ms-input-placeholder {
            color: black;
            opacity: 0; }
          #footer .f-col-1 .form-register .form-text .form-input::-ms-input-placeholder {
            color: black;
            opacity: 0; }
          #footer .f-col-1 .form-register .form-text .form-input::placeholder {
            color: black;
            opacity: 0; }
      #footer .f-col-1 .form-register .button-register {
        margin-left: 20px;
        cursor: pointer;
        width: 20px;
        height: 20px;
        padding: 0;
        border: none;
        background-color: transparent; }
    #footer .f-col-1 .f-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #footer .f-col-1 .f-social .social-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #footer .f-col-1 .f-social .social-list li {
          padding-left: 5px; }
          #footer .f-col-1 .f-social .social-list li a {
            display: block; }
  #footer .f-col-2 {
    width: 14%;
    max-width: 180px; }
    @media (max-width: 1366px) {
      #footer .f-col-2 {
        width: 16%; } }
    @media (max-width: 991px) {
      #footer .f-col-2 {
        width: 28%; } }
    @media (max-width: 767px) {
      #footer .f-col-2 {
        width: 48.5%;
        max-width: initial; } }
  #footer .f-col-3 {
    width: 14%;
    max-width: 180px; }
    @media (max-width: 1366px) {
      #footer .f-col-3 {
        width: 16%; } }
    @media (max-width: 991px) {
      #footer .f-col-3 {
        width: 28%; } }
    @media (max-width: 767px) {
      #footer .f-col-3 {
        width: 48.5%;
        max-width: initial; } }
  #footer .f-col-4 {
    width: 22%;
    max-width: 280px; }
    @media (max-width: 1366px) {
      #footer .f-col-4 {
        width: 25%; } }
    @media (max-width: 991px) {
      #footer .f-col-4 {
        width: 40%; } }
    @media (max-width: 767px) {
      #footer .f-col-4 {
        width: 100%;
        max-width: initial;
        margin-top: 30px; } }
    #footer .f-col-4 .copyright {
      font-size: 10px;
      font-weight: 500;
      margin-bottom: 0;
      font-style: normal; }
      @media (max-width: 767px) {
        #footer .f-col-4 .copyright {
          text-align: center; } }
    #footer .f-col-4 .info-row {
      margin-bottom: 22px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #footer .f-col-4 .info-row p {
        margin-bottom: 10px; }
        #footer .f-col-4 .info-row p:last-child {
          margin-bottom: 0; }
      #footer .f-col-4 .info-row .office-name {
        font-size: 16px;
        font-weight: 700;
        color: var(--bd-primary); }
      #footer .f-col-4 .info-row .info-icon {
        width: 18px;
        text-align: center;
        margin-right: 18px; }
      #footer .f-col-4 .info-row .info-cont {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-weight: 500;
        line-height: 120%; }
        #footer .f-col-4 .info-row .info-cont .addres-name {
          font-size: 12px; }
    #footer .f-col-4 .list-hotline {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #footer .f-col-4 .list-hotline li {
        line-height: 100%;
        padding: 0 38px; }
        @media (max-width: 1366px) {
          #footer .f-col-4 .list-hotline li {
            padding: 0 16px; } }
        #footer .f-col-4 .list-hotline li:first-child {
          padding-left: 0;
          border-right: 1px solid #000; }
        #footer .f-col-4 .list-hotline li:last-child {
          padding-right: 0; }
        #footer .f-col-4 .list-hotline li .hotline-label {
          margin-bottom: 0;
          display: block;
          font-size: 12px;
          font-weight: 500;
          margin-bottom: 5px; }
        #footer .f-col-4 .list-hotline li .hotline-number {
          display: block; }

.parent-page #footer {
  border-top: 1px solid #000; }

/*** page ***/
/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- LogRegisterPage -----***/
.log-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  padding: 20px; }
  .log-register .log-wrap {
    width: 100%;
    max-width: 500px; }
  .log-register .form-wrap {
    background-color: white;
    padding: 30px 79px 39px;
    border-radius: 30px; }
    @media (max-width: 767px) {
      .log-register .form-wrap {
        padding: 20px 24px 20px;
        border-radius: 20px; } }
    .log-register .form-wrap .form-group {
      margin-bottom: 10px;
      position: relative; }
      .log-register .form-wrap .form-group .placeholder {
        position: absolute;
        height: 100%;
        width: 100%;
        padding: 0 20px;
        color: #C4C4C4;
        font-size: 12px;
        left: 0;
        top: 0;
        background-color: transparent;
        cursor: text;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: block;
        padding-top: 7px; }
        .log-register .form-wrap .form-group .placeholder.hidden {
          opacity: 0;
          z-index: -1;
          pointer-events: none; }
    .log-register .form-wrap .log-head {
      margin-bottom: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .log-register .form-wrap .log-head .log-title {
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 0;
        line-height: 120%; }
        @media (max-width: 767px) {
          .log-register .form-wrap .log-head .log-title {
            font-size: 22px; } }
    .log-register .form-wrap .head-label {
      font-size: 28px;
      font-weight: 500;
      line-height: 130%;
      margin-bottom: 55px; }
      @media (max-width: 767px) {
        .log-register .form-wrap .head-label {
          font-size: 18px;
          margin-bottom: 24px; } }
    .log-register .form-wrap .forgot-pass {
      text-align: right;
      font-size: 15px;
      margin-bottom: 25px; }
      .log-register .form-wrap .forgot-pass a {
        color: var(--bd-link); }
        .log-register .form-wrap .forgot-pass a:hover {
          text-decoration: underline; }
    .log-register .form-wrap .btn-submit {
      margin-bottom: 24px; }
    .log-register .form-wrap .login-or {
      text-align: center;
      position: relative;
      margin-bottom: 28px; }
      @media (max-width: 767px) {
        .log-register .form-wrap .login-or {
          margin-bottom: 20px; } }
      .log-register .form-wrap .login-or::before {
        width: 100%;
        background-color: rgba(88, 88, 88, 0.5);
        position: absolute;
        left: 0;
        top: 50%;
        height: 1px;
        content: ""; }
      .log-register .form-wrap .login-or .label-or {
        display: inline-block;
        font-size: 12px;
        background-color: #fff;
        padding: 0 12px;
        position: relative;
        z-index: 1; }
    .log-register .form-wrap .login-other {
      margin-bottom: 31px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 767px) {
        .log-register .form-wrap .login-other {
          margin-bottom: 24px; } }
      .log-register .form-wrap .login-other li {
        padding: 0 16px; }
    .log-register .form-wrap .no-account {
      text-align: center;
      font-size: 16px;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .log-register .form-wrap .no-account {
          font-size: 14px; } }
      .log-register .form-wrap .no-account a:hover {
        text-decoration: underline; }
    .log-register .form-wrap .otp-info {
      font-size: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      margin-bottom: 12px;
      color: #555454; }
      @media (max-width: 767px) {
        .log-register .form-wrap .otp-info {
          font-size: 14px; } }
      .log-register .form-wrap .otp-info .label-text {
        margin-bottom: 0;
        margin-right: 12px; }
      .log-register .form-wrap .otp-info .time-countDown {
        color: #FF0000;
        font-weight: 700; }
    .log-register .form-wrap .otp-form {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .log-register .form-wrap .otp-form li {
        width: 49px; }
        @media (max-width: 480px) {
          .log-register .form-wrap .otp-form li {
            width: 40px; } }
        .log-register .form-wrap .otp-form li .form-control {
          border-radius: 10px;
          text-align: center;
          padding: 5px;
          -moz-appearance: textfield; }
          .log-register .form-wrap .otp-form li .form-control::-webkit-outer-spin-button, .log-register .form-wrap .otp-form li .form-control::-webkit-inner-spin-button {
            -webkit-appearance: none; }

.pass-page .log-head {
  margin-bottom: 50px !important; }

.checkOtp-page .log-head {
  margin-bottom: 35px !important; }

.register-page {
  max-width: 800px !important; }
  .register-page .form-wrap {
    padding: 20px 50px 65px 30px; }
    @media (max-width: 767px) {
      .register-page .form-wrap {
        padding: 32px 20px; } }
  .register-page .form-name {
    text-transform: capitalize; }
    .register-page .form-name::-webkit-input-placeholder {
      text-transform: initial; }
    .register-page .form-name:-ms-input-placeholder {
      text-transform: initial; }
    .register-page .form-name::-ms-input-placeholder {
      text-transform: initial; }
    .register-page .form-name::placeholder {
      text-transform: initial; }
  .register-page .register-banner {
    text-align: center;
    margin-bottom: -16px; }
  .register-page .head-label {
    margin-bottom: 31px !important; }
  .register-page .experience-list li {
    background: url("../img/icon/icon-check-double.svg") no-repeat 0 2px;
    margin-bottom: 16px;
    padding-left: 32px; }
    .register-page .experience-list li:last-child {
      margin-bottom: 0; }
  .register-page .logo-teky {
    text-align: right;
    margin-bottom: 85px;
    padding-top: 18px; }
    @media (max-width: 767px) {
      .register-page .logo-teky {
        margin-bottom: 30px; } }
  .register-page .btn-submit {
    margin-bottom: 30px; }

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- modalPage -----***/
.modal-open {
  overflow: initial !important;
  padding-right: 0 !important; }

.modal {
  padding-right: 0 !important; }
  .modal .modal-content {
    border-radius: 20px; }
  .modal .modal-header {
    padding: 15px 31px 17px;
    border-radius: 20px 20px 0 0;
    border-bottom: none; }
    @media (max-width: 480px) {
      .modal .modal-header {
        padding: 15px; } }
    .modal .modal-header .modal-title {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 0; }
      @media (max-width: 480px) {
        .modal .modal-header .modal-title {
          font-size: 18px; } }
    .modal .modal-header .close {
      margin-left: 16px;
      opacity: 1;
      margin: 0;
      width: 32px;
      padding: 0;
      height: 32px;
      background: url("../img/icon/modal-close.svg") no-repeat; }
      @media (max-width: 480px) {
        .modal .modal-header .close {
          background-size: contain;
          width: 24px;
          height: 24px; } }
  .modal .modal-body {
    padding: 0 31px 30px; }
    @media (max-width: 480px) {
      .modal .modal-body {
        padding: 0 15px 15px; } }

#modal-upload .nav-pills {
  margin-bottom: 22px !important; }

#modal-upload a.text-primary {
  color: var(--bd-link) !important; }

#modal-upload .label-hello {
  font-size: 18px;
  display: block;
  line-height: 100%;
  text-align: center;
  margin-bottom: 2px; }

#modal-upload .text-guide {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px; }

#modal-upload .embed-code {
  height: 60px;
  padding: 0 30px; }
  @media (max-width: 767px) {
    #modal-upload .embed-code {
      padding: 0 20px; } }

#modal-upload .embed-guide {
  text-align: right;
  font-size: 12px;
  margin-bottom: 18px; }

#modal-upload .form-description {
  margin-bottom: 20px;
  border: 1px solid #B6B6B6;
  border-radius: 20px; }
  #modal-upload .form-description .note-editor {
    border: none; }
  #modal-upload .form-description .panel-heading {
    padding: 4px 11px; }
    #modal-upload .form-description .panel-heading .note-btn-group {
      margin-top: 0; }
      #modal-upload .form-description .panel-heading .note-btn-group .note-btn {
        background-color: transparent;
        padding: 2px 5px;
        border-radius: 2px !important; }
        #modal-upload .form-description .panel-heading .note-btn-group .note-btn:hover {
          background-color: #c9cbcf; }
  #modal-upload .form-description .note-editing-area .note-editable {
    height: 100px !important;
    padding: 10px 30px;
    font-size: 12px;
    font-weight: 700; }
    @media (max-width: 767px) {
      #modal-upload .form-description .note-editing-area .note-editable {
        padding: 10px 20px; } }
    #modal-upload .form-description .note-editing-area .note-editable p {
      margin-bottom: 2px; }
  #modal-upload .form-description .note-statusbar {
    display: none; }
  #modal-upload .form-description .limit-text {
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    padding: 0 20px;
    margin-bottom: 16px;
    line-height: 100%; }
  #modal-upload .form-description .note-placeholder {
    padding: 10px 30px;
    font-size: 12px;
    color: #B6B6B6;
    font-weight: 700; }

#modal-upload .btn-post {
  height: 63px;
  margin-bottom: 30px; }

#modal-upload .list-upload {
  margin-bottom: 16px; }
  #modal-upload .list-upload li {
    margin-bottom: 5px;
    text-align: center; }
    #modal-upload .list-upload li .button-upload {
      border-radius: 5px;
      padding: 0;
      border: none;
      max-width: 258px;
      width: 100%;
      cursor: pointer;
      margin: 0 auto; }
      #modal-upload .list-upload li .button-upload input[type="file"] {
        display: none; }
      #modal-upload .list-upload li .button-upload .custom-file-upload {
        width: 100%;
        padding: 0 20px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-bottom: 0;
        font-size: 14px;
        cursor: pointer;
        border-radius: 5px; }
        #modal-upload .list-upload li .button-upload .custom-file-upload.uploadfile {
          background: -webkit-gradient(linear, left top, right top, from(#F8E3EF), to(#E5B9D7));
          background: -webkit-linear-gradient(left, #F8E3EF 0%, #E5B9D7 100%);
          background: -o-linear-gradient(left, #F8E3EF 0%, #E5B9D7 100%);
          background: linear-gradient(90deg, #F8E3EF 0%, #E5B9D7 100%);
          color: var(--bd-purple); }
        #modal-upload .list-upload li .button-upload .custom-file-upload.uploadcamera {
          background: -webkit-gradient(linear, left top, right top, from(#FFFBD3), to(#FFE098));
          background: -webkit-linear-gradient(left, #FFFBD3 0%, #FFE098 100%);
          background: -o-linear-gradient(left, #FFFBD3 0%, #FFE098 100%);
          background: linear-gradient(90deg, #FFFBD3 0%, #FFE098 100%);
          color: #F36D22; }
        #modal-upload .list-upload li .button-upload .custom-file-upload img {
          margin-right: 10px;
          width: 18px; }
        #modal-upload .list-upload li .button-upload .custom-file-upload .upload-label {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          text-align: right; }

#modal-complain .text-guide {
  margin-bottom: 22px; }
  #modal-complain .text-guide .number-phone {
    color: #FF0000; }

#modal-complain .form-select {
  border-radius: 50px;
  height: 60px;
  position: relative;
  margin-bottom: 10px; }
  #modal-complain .form-select select.form-control {
    padding-left: 26px;
    background: url("../img/icon/up-down.svg") no-repeat calc(100% - 27px) 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    @media (max-width: 767px) {
      #modal-complain .form-select select.form-control {
        padding-left: 16px;
        background-position: calc(100% - 16px) 50%; } }
    #modal-complain .form-select select.form-control option {
      font-size: 16px; }
  #modal-complain .form-select .form-label {
    color: #B6B6B6;
    font-size: 12px;
    position: absolute;
    left: 30px;
    top: 10px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      #modal-complain .form-select .form-label {
        left: 16px; } }
  #modal-complain .form-select .form-control {
    padding: 20px 30px 0;
    height: 100%;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    background-color: transparent;
    position: relative;
    z-index: 3; }
    @media (max-width: 767px) {
      #modal-complain .form-select .form-control {
        padding-left: 16px;
        padding-right: 16px; } }

#modal-complain .text-area {
  height: 153px;
  border-radius: 20px;
  padding: 13px 30px; }
  @media (max-width: 767px) {
    #modal-complain .text-area {
      padding: 10px 16px;
      border-radius: 16px; } }
  #modal-complain .text-area::-webkit-input-placeholder {
    font-size: 12px; }
  #modal-complain .text-area:-ms-input-placeholder {
    font-size: 12px; }
  #modal-complain .text-area::-ms-input-placeholder {
    font-size: 12px; }
  #modal-complain .text-area::placeholder {
    font-size: 12px; }

#modal-complain .complain-docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    #modal-complain .complain-docs {
      margin-bottom: 16px; } }
  #modal-complain .complain-docs .docs-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700; }
    @media (max-width: 767px) {
      #modal-complain .complain-docs .docs-link {
        width: 100%; } }

#modal-complain .complain-footer {
  border-top: 1px solid #E7E8EA;
  padding-top: 24px; }
  @media (max-width: 767px) {
    #modal-complain .complain-footer {
      padding-top: 16px; } }
  #modal-complain .complain-footer .list-checked {
    margin-bottom: 14px; }
    #modal-complain .complain-footer .list-checked li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      #modal-complain .complain-footer .list-checked li + li {
        padding-top: 10px; }
  #modal-complain .complain-footer .checkbox input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
    #modal-complain .complain-footer .checkbox input:checked + .checkbox-label::after {
      opacity: 1;
      border-color: var(--bd-green);
      background-color: var(--bd-green); }
  #modal-complain .complain-footer .checkbox .checkbox-label {
    cursor: pointer;
    font-size: 12px;
    position: relative;
    padding: 4px 32px 4px 0;
    margin-bottom: 0; }
    #modal-complain .complain-footer .checkbox .checkbox-label::after {
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      border: 1px solid #B6B6B6;
      content: "\f00c";
      font-family: "Font Awesome 5 Pro";
      font-weight: 300;
      right: 0;
      top: 0;
      left: inherit;
      position: absolute;
      opacity: 0;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 100%; }
    #modal-complain .complain-footer .checkbox .checkbox-label::before {
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      right: 0;
      left: inherit;
      top: 0;
      position: absolute;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 4px; }
  #modal-complain .complain-footer .btn-creat {
    height: 60px; }
    @media (max-width: 767px) {
      #modal-complain .complain-footer .btn-creat {
        height: 50px; } }
    #modal-complain .complain-footer .btn-creat span {
      padding-left: 30px;
      padding-right: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    #modal-complain .complain-footer .btn-creat .icon {
      width: 16px; }

#modal-decision .form-decision {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    #modal-decision .form-decision {
      margin-bottom: 15px; } }
  #modal-decision .form-decision .form-lable {
    font-size: 12px;
    margin-bottom: 0;
    display: block; }
  #modal-decision .form-decision .form-text {
    font-weight: 700;
    margin-top: 0; }

#modal-decision .line-space {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #E7E8EA;
  margin: 20px 0; }
  @media (max-width: 767px) {
    #modal-decision .line-space {
      margin: 15px 0; } }

#modal-decision .docs-link {
  font-size: 12px;
  font-weight: 700; }

#modal-decision .reply-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    #modal-decision .reply-by {
      margin-bottom: 15px; } }
  #modal-decision .reply-by .by-name {
    font-size: 18px;
    font-weight: 700; }
    @media (max-width: 767px) {
      #modal-decision .reply-by .by-name {
        font-size: 16px; } }
  #modal-decision .reply-by .reply-time {
    font-weight: 700; }

#modal-decision .decision-stt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-item: center; }
  #modal-decision .decision-stt .success-stt {
    color: #5CB85B; }

@media (max-width: 767px) {
  #modal-decision .fs-18 {
    font-size: 16px; } }

#modal-gift-success {
  text-align: center; }
  #modal-gift-success .modal-header {
    padding-bottom: 0; }
  #modal-gift-success .success-banner {
    margin-top: -10px;
    margin-bottom: 15px; }
  #modal-gift-success .success-title {
    display: block;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 100%; }
    @media (max-width: 767px) {
      #modal-gift-success .success-title {
        font-size: 18px; } }
  #modal-gift-success .gift-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--bd-link); }
    @media (max-width: 767px) {
      #modal-gift-success .gift-name {
        font-size: 16px; } }

#modal-post .post-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #modal-post .post-user .user-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 8px; }
    #modal-post .post-user .user-info .user-name {
      font-weight: 700;
      font-size: 18px;
      display: block;
      margin-bottom: 7px;
      line-height: 100%; }
    #modal-post .post-user .user-info .select-group {
      height: 30px;
      width: 135px;
      padding: 3px 30px 3px 10px;
      background: url("../img/icon/up-down.svg") no-repeat calc(100% - 8px) 50% #D9D9D9;
      background-size: 8px auto;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      font-size: 12px;
      font-weight: 700;
      color: #000; }

#modal-post .post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #modal-post .post-content .post-input {
    width: 100%;
    border: none;
    padding: 0;
    font-size: 22px;
    text-align: center;
    height: 31px;
    resize: none;
    overflow: hidden;
    font-family: "Quicksand";
    font-weight: 700; }
    #modal-post .post-content .post-input::-webkit-input-placeholder {
      color: #D9D9D9;
      font-weight: 500; }
    #modal-post .post-content .post-input:-ms-input-placeholder {
      color: #D9D9D9;
      font-weight: 500; }
    #modal-post .post-content .post-input::-ms-input-placeholder {
      color: #D9D9D9;
      font-weight: 500; }
    #modal-post .post-content .post-input::placeholder {
      color: #D9D9D9;
      font-weight: 500; }

#modal-post .modal-footer {
  border-top: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 30px;
  position: relative; }
  #modal-post .modal-footer::before {
    width: calc(100% - 60px);
    height: 1px;
    background-color: #E7E8EA;
    left: 30px;
    top: 0;
    content: "";
    position: absolute; }
  #modal-post .modal-footer .btn-post {
    width: 50%;
    max-width: 215px;
    height: 38px;
    font-weight: 700; }
    #modal-post .modal-footer .btn-post span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    #modal-post .modal-footer .btn-post img {
      width: 16px; }
  #modal-post .modal-footer .chat-attach {
    width: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      #modal-post .modal-footer .chat-attach {
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    #modal-post .modal-footer .chat-attach li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 767px) {
        #modal-post .modal-footer .chat-attach li {
          margin-left: 5px; } }
      #modal-post .modal-footer .chat-attach li .btn-attach {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: none;
        padding: 0;
        cursor: pointer; }
        @media (max-width: 767px) {
          #modal-post .modal-footer .chat-attach li .btn-attach {
            padding: 0 7px;
            width: 28px;
            height: 28px; } }
        @media (max-width: 767px) {
          #modal-post .modal-footer .chat-attach li .btn-attach img {
            max-height: 100%; } }
        #modal-post .modal-footer .chat-attach li .btn-attach.attach-file {
          background-color: #0053FF; }
        #modal-post .modal-footer .chat-attach li .btn-attach.attach-tags {
          background-color: #FF4154; }
        #modal-post .modal-footer .chat-attach li .btn-attach.attach-icon {
          background-color: #FFBF00; }

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- TopPage -----***/
.play-page .adv-blog {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 52px; }
  .play-page .adv-blog img {
    width: 100%; }

.play-page .games-new {
  width: calc(100vw - 500px); }
  @media (max-width: 1199px) {
    .play-page .games-new {
      width: calc(100vw - 70px); } }
  .play-page .games-new .head-page {
    margin-bottom: 7px; }
  .play-page .games-new .games-list {
    width: calc(100% + 250px);
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      .play-page .games-new .games-list {
        width: calc(100% + 20px);
        margin-left: -10px; } }
  .play-page .games-new .slider-games .items {
    padding: 0 10px; }
    @media (max-width: 767px) {
      .play-page .games-new .slider-games .items {
        padding: 0 5px; } }
  .play-page .games-new .slider-games .slick-arrow {
    background-image: url("../img/icon/arrow-right-circle.svg");
    top: -38px; }
    .play-page .games-new .slider-games .slick-arrow.slick-prev {
      right: 82px;
      left: inherit; }
    .play-page .games-new .slider-games .slick-arrow.slick-next {
      right: 40px; }
  .play-page .games-new .slider-games .items-game {
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px; }
    .play-page .games-new .slider-games .items-game:hover .game-wrap {
      -webkit-box-shadow: 0px 0px 20px rgba(235, 145, 56, 0.16);
      box-shadow: 0px 0px 20px rgba(235, 145, 56, 0.16); }
    .play-page .games-new .slider-games .items-game:hover .game-playnow {
      bottom: 0; }
    .play-page .games-new .slider-games .items-game .game-wrap {
      position: relative;
      z-index: 5;
      background-color: #fff;
      border-radius: 20px;
      overflow: hidden;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
      @media (max-width: 480px) {
        .play-page .games-new .slider-games .items-game .game-wrap {
          border-radius: 12px; } }
      .play-page .games-new .slider-games .items-game .game-wrap .game-view {
        border-radius: 20px;
        overflow: hidden;
        position: relative; }
        @media (max-width: 480px) {
          .play-page .games-new .slider-games .items-game .game-wrap .game-view {
            border-radius: 12px; } }
        .play-page .games-new .slider-games .items-game .game-wrap .game-view .game-img {
          height: 200px;
          border-radius: 20px;
          overflow: hidden;
          background-color: #D9D9D9; }
          @media (max-width: 767px) {
            .play-page .games-new .slider-games .items-game .game-wrap .game-view .game-img {
              height: 150px; } }
          @media (max-width: 480px) {
            .play-page .games-new .slider-games .items-game .game-wrap .game-view .game-img {
              height: 120px;
              border-radius: 12px; } }
          .play-page .games-new .slider-games .items-game .game-wrap .game-view .game-img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; }
        .play-page .games-new .slider-games .items-game .game-wrap .game-view .toolsUser {
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
          background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
          background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
          position: absolute;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 65%;
          padding: 0 20px 20px 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          border-radius: 0 0 10px 10px; }
          @media (max-width: 767px) {
            .play-page .games-new .slider-games .items-game .game-wrap .game-view .toolsUser {
              padding: 0 10px 10px 0; } }
          .play-page .games-new .slider-games .items-game .game-wrap .game-view .toolsUser .toolsUser-label {
            font-size: 10px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 0;
            margin-right: 5px; }
          @media (max-width: 767px) {
            .play-page .games-new .slider-games .items-game .game-wrap .game-view .toolsUser .toolsUser-img {
              max-width: 60px; } }
      .play-page .games-new .slider-games .items-game .game-wrap .game-info {
        padding: 10px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (max-width: 767px) {
          .play-page .games-new .slider-games .items-game .game-wrap .game-info {
            padding: 10px; } }
        .play-page .games-new .slider-games .items-game .game-wrap .game-info .user-thumb {
          width: 48px;
          margin-left: 10px; }
          @media (max-width: 767px) {
            .play-page .games-new .slider-games .items-game .game-wrap .game-info .user-thumb {
              width: 32px;
              height: 32px; } }
          @media (max-width: 767px) {
            .play-page .games-new .slider-games .items-game .game-wrap .game-info .user-thumb .user__thumb {
              width: 100%;
              height: 100%; } }
        .play-page .games-new .slider-games .items-game .game-wrap .game-info .game-info-user {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          text-align: right; }
          @media (max-width: 767px) {
            .play-page .games-new .slider-games .items-game .game-wrap .game-info .game-info-user {
              width: calc(100% - 42px); } }
          .play-page .games-new .slider-games .items-game .game-wrap .game-info .game-info-user .user-name {
            font-size: 12px; }
            @media (max-width: 767px) {
              .play-page .games-new .slider-games .items-game .game-wrap .game-info .game-info-user .user-name {
                font-size: 10px; } }
            .play-page .games-new .slider-games .items-game .game-wrap .game-info .game-info-user .user-name .year-old {
              font-weight: 500; }
              @media (max-width: 767px) {
                .play-page .games-new .slider-games .items-game .game-wrap .game-info .game-info-user .user-name .year-old {
                  display: block; } }
              .play-page .games-new .slider-games .items-game .game-wrap .game-info .game-info-user .user-name .year-old::before {
                width: 4px;
                height: 4px;
                content: "";
                border-radius: 50%;
                background-color: #000;
                margin: 2px 5px;
                display: inline-block; }
          .play-page .games-new .slider-games .items-game .game-wrap .game-info .game-info-user .game-name {
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 0; }
            @media (max-width: 767px) {
              .play-page .games-new .slider-games .items-game .game-wrap .game-info .game-info-user .game-name {
                font-size: 12px;
                white-space: nowrap;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                overflow: hidden;
                display: block; } }
    .play-page .games-new .slider-games .items-game .game-playnow {
      width: calc(100% - 30px);
      background: -webkit-gradient(linear, left top, right top, from(#FFA800), color-stop(102.28%, #5DC2A7));
      background: -webkit-linear-gradient(left, #FFA800 0%, #5DC2A7 102.28%);
      background: -o-linear-gradient(left, #FFA800 0%, #5DC2A7 102.28%);
      background: linear-gradient(90deg, #FFA800 0%, #5DC2A7 102.28%);
      -webkit-box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.1);
      box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.1);
      padding: 6px 10px;
      border-radius: 0 0 16px 16px;
      font-size: 12px;
      font-weight: 700;
      color: #fff;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      margin: 0 auto;
      position: relative;
      bottom: 50px; }
      @media (max-width: 767px) {
        .play-page .games-new .slider-games .items-game .game-playnow {
          width: calc(100% - 24px);
          font-size: 11px;
          padding: 5px;
          border-radius: 0 0 8px 8px; } }
      @media (max-width: 480px) {
        .play-page .games-new .slider-games .items-game .game-playnow {
          width: calc(100% - 12px); } }
      .play-page .games-new .slider-games .items-game .game-playnow .inner {
        text-align: center;
        margin: 0 auto; }
      .play-page .games-new .slider-games .items-game .game-playnow img {
        display: inline-block;
        margin-bottom: 1px;
        margin-right: 2px; }
      .play-page .games-new .slider-games .items-game .game-playnow a {
        color: #fff;
        text-decoration: underline; }

.play-page .game-playmore .gameItems__playnow {
  background: -webkit-gradient(linear, left top, right top, from(#EF8F3B), color-stop(102.28%, #AB3BAC));
  background: -webkit-linear-gradient(left, #EF8F3B 0%, #AB3BAC 102.28%);
  background: -o-linear-gradient(left, #EF8F3B 0%, #AB3BAC 102.28%);
  background: linear-gradient(90deg, #EF8F3B 0%, #AB3BAC 102.28%); }

/* --- Update 19/10/2023--- */
.tech-master {
  margin-bottom: 50px; }
  .tech-master .master-box {
    position: relative;
    z-index: 5;
    background-color: #fff;
    padding: 20px 0 30px;
    border-radius: 20px;
    overflow: hidden; }
  .tech-master .master-slider {
    margin-bottom: 45px; }
    .tech-master .master-slider::before {
      content: "";
      width: 51px;
      height: 100%;
      position: absolute;
      z-index: 10;
      left: 0;
      top: 0;
      background: -webkit-gradient(linear, left top, right top, color-stop(21.88%, #FFFFFF), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(left, #FFFFFF 21.88%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(left, #FFFFFF 21.88%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(90deg, #FFFFFF 21.88%, rgba(255, 255, 255, 0) 100%); }
    .tech-master .master-slider::after {
      content: "";
      width: 51px;
      height: 100%;
      position: absolute;
      z-index: 10;
      right: 0;
      top: 0;
      background: -webkit-gradient(linear, left top, right top, color-stop(21.88%, #FFFFFF), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(left, #FFFFFF 21.88%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(left, #FFFFFF 21.88%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(90deg, #FFFFFF 21.88%, rgba(255, 255, 255, 0) 100%);
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .tech-master .master-slider .slick-dots {
      bottom: -28px; }
      .tech-master .master-slider .slick-dots li.slick-active button {
        background-color: #000000; }
      .tech-master .master-slider .slick-dots li button {
        background-color: rgba(0, 0, 0, 0.2); }
    .tech-master .master-slider .items {
      padding: 50px 0 0;
      height: 254px; }
      @media (max-width: 767px) {
        .tech-master .master-slider .items {
          padding-top: 0; } }
    .tech-master .master-slider .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media (max-width: 767px) {
        .tech-master .master-slider .slick-slide {
          display: block; } }
      .tech-master .master-slider .slick-slide.slick-active {
        display: block; }
        .tech-master .master-slider .slick-slide.slick-active .items {
          padding: 0 8px; }
        .tech-master .master-slider .slick-slide.slick-active .master-thumb {
          margin-bottom: -95px; }
          .tech-master .master-slider .slick-slide.slick-active .master-thumb .thumb {
            width: 120px;
            height: 120px;
            margin-top: 40px; }
            .tech-master .master-slider .slick-slide.slick-active .master-thumb .thumb::before {
              height: 58px;
              width: 143px;
              left: calc(50% - 72px);
              top: -40px; }
        .tech-master .master-slider .slick-slide.slick-active .master-items {
          max-width: 235px;
          margin: 0 auto;
          height: 186px;
          background: url("../img/common/master-bg.png") no-repeat;
          padding: 100px 15px 10px; }
          .tech-master .master-slider .slick-slide.slick-active .master-items .user-info {
            height: 36px;
            margin-bottom: 16px; }
          .tech-master .master-slider .slick-slide.slick-active .master-items .view-profile {
            font-size: 14px; }
        .tech-master .master-slider .slick-slide.slick-active + .slick-slide {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
    .tech-master .master-slider .master-thumb {
      margin-bottom: -60px;
      position: relative; }
      @media (max-width: 767px) {
        .tech-master .master-slider .master-thumb {
          margin-bottom: -95px; } }
      .tech-master .master-slider .master-thumb .thumb {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        border: 2px solid #FFBF22;
        margin: 0 auto;
        position: relative;
        margin-top: 40px; }
        @media (max-width: 767px) {
          .tech-master .master-slider .master-thumb .thumb {
            width: 120px;
            height: 120px;
            margin-top: 40px; } }
        .tech-master .master-slider .master-thumb .thumb::before {
          height: 36px;
          width: 89px;
          left: calc(50% - 45px);
          top: -25px;
          display: block;
          position: absolute;
          z-index: 3;
          content: "";
          background: url("../img/common/master-crown.png");
          background-size: contain; }
          @media (max-width: 767px) {
            .tech-master .master-slider .master-thumb .thumb::before {
              height: 58px;
              width: 143px;
              left: calc(50% - 72px);
              top: -40px; } }
        .tech-master .master-slider .master-thumb .thumb img {
          position: relative;
          border-radius: 50%;
          width: 100%;
          height: 100%; }
    .tech-master .master-slider .master-items {
      -webkit-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s;
      max-width: 149px;
      height: 118px;
      width: 100%;
      margin: 0 auto;
      background: url("../img/common/master-bg.png") no-repeat;
      background-size: contain;
      padding: 65px 15px 10px;
      text-align: center; }
      @media (max-width: 767px) {
        .tech-master .master-slider .master-items {
          -webkit-transition: none;
          -o-transition: none;
          transition: none;
          max-width: 235px;
          margin: 0 auto;
          height: 186px;
          background: url("../img/common/master-bg.png") no-repeat;
          padding: 100px 15px 10px; } }
      .tech-master .master-slider .master-items .user-info {
        height: 25px;
        margin-bottom: 4px;
        overflow: hidden; }
        @media (max-width: 767px) {
          .tech-master .master-slider .master-items .user-info {
            height: 36px;
            margin-bottom: 16px; } }
      .tech-master .master-slider .master-items .user-info-name {
        font-size: 10px;
        margin-bottom: 6px; }
      .tech-master .master-slider .master-items .competition {
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0; }
      .tech-master .master-slider .master-items .view-profile {
        font-size: 10px;
        font-weight: 700;
        color: #0654BA; }
        @media (max-width: 767px) {
          .tech-master .master-slider .master-items .view-profile {
            font-size: 14px; } }

.best-month {
  margin-bottom: 34px; }
  .best-month .head-page {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .best-month .head-page .month-partem {
      margin-right: 10px;
      min-width: 71px;
      width: 71px;
      padding-bottom: 13px;
      background: url("../img/common/best-month-icon.svg") no-repeat 50% 100%; }
      .best-month .head-page .month-partem .month {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: -webkit-gradient(linear, left top, left bottom, from(#F5E382), to(#B9873D));
        background: -webkit-linear-gradient(top, #F5E382 0%, #B9873D 100%);
        background: -o-linear-gradient(top, #F5E382 0%, #B9873D 100%);
        background: linear-gradient(180deg, #F5E382 0%, #B9873D 100%);
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 10px;
        line-height: 150%;
        font-weight: 700;
        margin: 0 auto; }
        .best-month .head-page .month-partem .month .month-number {
          font-size: 22px; }
  .best-month .list-voted {
    margin-top: -40px; }

.best-week .list-voted {
  margin-top: -16px; }

.best-week .game-group {
  padding-top: 50px; }

.list-voted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px; }
  .list-voted li {
    width: calc(50% - 5px);
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-top: 43px; }
    @media (max-width: 767px) {
      .list-voted li {
        width: 100%; } }
    .list-voted li:hover {
      -webkit-box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.2);
      box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.2); }
    .list-voted li .user-thumb {
      margin-bottom: 12px;
      margin-top: -36px; }
      .list-voted li .user-thumb .thumb {
        position: relative;
        margin: 0 auto;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: -webkit-gradient(linear, left top, left bottom, from(#F5E382), to(#B9873D));
        background: -webkit-linear-gradient(top, #F5E382 0%, #B9873D 100%);
        background: -o-linear-gradient(top, #F5E382 0%, #B9873D 100%);
        background: linear-gradient(180deg, #F5E382 0%, #B9873D 100%);
        padding: 1px; }
        .list-voted li .user-thumb .thumb .inner {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          overflow: hidden; }
          .list-voted li .user-thumb .thumb .inner img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; }
        .list-voted li .user-thumb .thumb .star-icon {
          position: absolute;
          display: block;
          width: 100%;
          bottom: -6px;
          text-align: center; }
    .list-voted li .user-info-name {
      font-size: 10px;
      text-align: center; }
    .list-voted li .game-name {
      font-size: 14px;
      font-weight: 700;
      color: #000;
      text-align: center; }
    .list-voted li .game-thumb {
      position: relative; }
      .list-voted li .game-thumb .thumb {
        height: 115px;
        border-radius: 10px;
        overflow: hidden; }
        .list-voted li .game-thumb .thumb img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      .list-voted li .game-thumb .toolsUser {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 65%;
        padding: 0 10px 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        border-radius: 0 0 10px 10px; }
        @media (max-width: 767px) {
          .list-voted li .game-thumb .toolsUser {
            padding: 0 5px 5px 0; } }
        .list-voted li .game-thumb .toolsUser .toolsUser-label {
          font-size: 10px;
          font-weight: 700;
          color: #fff;
          margin-bottom: 0;
          margin-right: 5px; }
        @media (max-width: 767px) {
          .list-voted li .game-thumb .toolsUser .toolsUser-img {
            max-width: 60px; } }

/* --- END Update 19/10/2023--- */
/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- projectPage -----***/
.project-page .project-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 20px 30px 50px; }
  @media (max-width: 991px) {
    .project-page .project-detail {
      padding: 20px 20px 50px; } }

.project-page .button-back {
  margin: 20px 30px 0;
  display: inline-block; }

.project-page .detail-main {
  width: calc(100% - 494px); }
  @media (max-width: 1440px) {
    .project-page .detail-main {
      width: calc(64.2% - 10px); } }
  @media (max-width: 991px) {
    .project-page .detail-main {
      width: 100%; } }
  .project-page .detail-main .widget-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 24px 20px 22px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .project-page .detail-main .widget-box {
        border-radius: 16px;
        padding: 16px 16px; } }
    .project-page .detail-main .widget-box .widget-title {
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .project-page .detail-main .widget-box .widget-title {
          font-size: 16px; } }
  .project-page .detail-main .widget-project-info {
    border-radius: 30px; }
    @media (max-width: 767px) {
      .project-page .detail-main .widget-project-info {
        border-radius: 16px; } }
    .project-page .detail-main .widget-project-info .project-head {
      margin-bottom: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .project-page .detail-main .widget-project-info .user-info {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      @media (max-width: 767px) {
        .project-page .detail-main .widget-project-info .user-info {
          font-size: 12px;
          margin-bottom: 12px; } }
      .project-page .detail-main .widget-project-info .user-info-name {
        margin-bottom: 2px; }
      .project-page .detail-main .widget-project-info .user-info-yearold {
        display: inline-block;
        font-weight: 500; }
        .project-page .detail-main .widget-project-info .user-info-yearold::before {
          width: 4px;
          height: 4px;
          content: "";
          border-radius: 50%;
          background-color: #000;
          margin: 2px 5px;
          display: inline-block; }
      .project-page .detail-main .widget-project-info .user-info .gameItems__title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 2px; }
        @media (max-width: 767px) {
          .project-page .detail-main .widget-project-info .user-info .gameItems__title {
            font-size: 14px; } }
      .project-page .detail-main .widget-project-info .user-info .list-tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap; }
        .project-page .detail-main .widget-project-info .user-info .list-tags li {
          margin-right: 4px; }
          .project-page .detail-main .widget-project-info .user-info .list-tags li a {
            font-size: 13px; }
            @media (max-width: 767px) {
              .project-page .detail-main .widget-project-info .user-info .list-tags li a {
                font-size: 12px; } }
            .project-page .detail-main .widget-project-info .user-info .list-tags li a:hover {
              color: var(--bd-primary); }
    @media (max-width: 767px) {
      .project-page .detail-main .widget-project-info .control-cmn {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .project-page .detail-main .widget-project-info .project-body {
      position: relative;
      border-radius: 30px;
      overflow-x: hidden;
      max-width: 846px;
      margin: 0 auto 18px;
      width: 100%; }
      .project-page .detail-main .widget-project-info .project-body .button-game {
        position: absolute;
        width: 128px;
        height: 128px;
        left: calc(50% - 64px);
        top: calc(50% - 64px);
        background-color: #FCF055;
        border: 3px solid #000;
        padding: 0;
        border-radius: 20px;
        overflow: hidden;
        cursor: pointer; }
        @media (max-width: 1366px) {
          .project-page .detail-main .widget-project-info .project-body .button-game {
            width: 96px;
            height: 96px;
            left: calc(50% - 48px);
            top: calc(50% - 48px);
            padding: 20px; } }
        @media (max-width: 991px) {
          .project-page .detail-main .widget-project-info .project-body .button-game {
            width: 64px;
            height: 64px;
            left: calc(50% - 32px);
            top: calc(50% - 32px);
            padding: 16px; } }
        .project-page .detail-main .widget-project-info .project-body .button-game:hover::before {
          width: 100%; }
        .project-page .detail-main .widget-project-info .project-body .button-game::before {
          -webkit-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s;
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          border-radius: 17px;
          width: calc(100% - 7px);
          height: 100%;
          background-color: var(--bd-green); }
          @media (max-width: 991px) {
            .project-page .detail-main .widget-project-info .project-body .button-game::before {
              width: calc(100% - 5px); } }
        .project-page .detail-main .widget-project-info .project-body .button-game img {
          position: relative;
          z-index: 2;
          max-height: 100%; }
      .project-page .detail-main .widget-project-info .project-body .project-game > img {
        width: 100%; }
      .project-page .detail-main .widget-project-info .project-body .paddy-guide {
        position: absolute;
        left: 20px;
        bottom: 22px; }
      .project-page .detail-main .widget-project-info .project-body .maximize {
        text-align: center;
        position: absolute;
        right: 20px;
        bottom: 22px; }
        .project-page .detail-main .widget-project-info .project-body .maximize .maximize-icon {
          cursor: pointer;
          display: block;
          height: 24px;
          width: 24px;
          margin-bottom: 5px;
          margin: 0 auto; }
        .project-page .detail-main .widget-project-info .project-body .maximize .maximize-label {
          font-size: 12px;
          font-weight: 700;
          color: #fff;
          margin-bottom: 0; }
    .project-page .detail-main .widget-project-info .project-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 767px) {
        .project-page .detail-main .widget-project-info .project-footer {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
      .project-page .detail-main .widget-project-info .project-footer .project-info-view {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: calc(100% - 160px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 767px) {
          .project-page .detail-main .widget-project-info .project-footer .project-info-view {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: column;
            flex-flow: column;
            width: 100%; } }
        .project-page .detail-main .widget-project-info .project-footer .project-info-view li {
          min-width: 20%;
          margin: 3px 0;
          padding-right: 15px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column; }
          @media (max-width: 767px) {
            .project-page .detail-main .widget-project-info .project-footer .project-info-view li {
              width: 100%;
              margin-bottom: 10px; } }
          .project-page .detail-main .widget-project-info .project-footer .project-info-view li .view-label {
            margin-bottom: 0;
            font-size: 12px; }
          .project-page .detail-main .widget-project-info .project-footer .project-info-view li .view-text {
            font-weight: 700;
            margin-bottom: 0;
            color: var(--bd-primary); }
            .project-page .detail-main .widget-project-info .project-footer .project-info-view li .view-text a:hover {
              text-decoration: underline; }
            .project-page .detail-main .widget-project-info .project-footer .project-info-view li .view-text a + a::before {
              content: "|";
              display: inline-block;
              margin: 0 5px 0 4px;
              color: #aaa; }
      .project-page .detail-main .widget-project-info .project-footer .btn-code {
        width: 140px;
        margin-left: 10px; }
        @media (max-width: 767px) {
          .project-page .detail-main .widget-project-info .project-footer .btn-code {
            font-size: 12px;
            padding: 9px 10px;
            height: 40px;
            min-height: 40px;
            width: 100%;
            margin-left: 0; } }
  .project-page .detail-main .widget-project-desc {
    margin-bottom: 55px; }
    .project-page .detail-main .widget-project-desc .project-desc {
      margin-bottom: 20px;
      position: relative;
      max-height: 230px;
      overflow: hidden;
      text-align: justify; }
      .project-page .detail-main .widget-project-desc .project-desc.show {
        max-height: initial; }
        .project-page .detail-main .widget-project-desc .project-desc.show::after {
          display: none; }
      .project-page .detail-main .widget-project-desc .project-desc::after {
        position: absolute;
        width: 100%;
        height: 90px;
        content: "";
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.0001)), color-stop(80%, #FFFFFF), to(#FFFFFF));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 80%, #FFFFFF 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 80%, #FFFFFF 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 80%, #FFFFFF 100%);
        bottom: 0;
        left: 0; }
    .project-page .detail-main .widget-project-desc .readmore {
      text-align: right; }
      .project-page .detail-main .widget-project-desc .readmore.active a img {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        top: -2px; }
  .project-page .detail-main .project-comment .paddy-guide {
    margin-right: 30px;
    border-radius: 16px 16px 0 0;
    padding: 7px 22px; }
  .project-page .detail-main .widget-project-comment .head-comment {
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #2A2E2E;
    padding-bottom: 7px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .project-page .detail-main .widget-project-comment .head-comment .total-comment {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .project-page .detail-main .widget-project-comment .head-comment .total-comment .total-number {
        font-size: 12px;
        font-weight: 700;
        padding-left: 4px; }
    .project-page .detail-main .widget-project-comment .head-comment .sortby .icon {
      margin-bottom: 4px;
      margin-right: 3px; }
    .project-page .detail-main .widget-project-comment .head-comment .sortby .sortby-button {
      padding-top: 6px; }
  .project-page .detail-main .widget-project-comment .body-comment {
    padding-left: 20px; }
    @media (max-width: 767px) {
      .project-page .detail-main .widget-project-comment .body-comment {
        padding-left: 0; } }
  .project-page .detail-main .widget-project-comment .comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 37px; }
    .project-page .detail-main .widget-project-comment .comment-form .user-thumb {
      width: 48px;
      margin-right: 20px; }
      @media (max-width: 767px) {
        .project-page .detail-main .widget-project-comment .comment-form .user-thumb {
          width: 32px;
          margin-right: 10px; } }
      @media (max-width: 767px) {
        .project-page .detail-main .widget-project-comment .comment-form .user-thumb .user__thumb {
          width: 32px;
          height: 32px; } }
    .project-page .detail-main .widget-project-comment .comment-form .comment-form-right {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-top: 12px; }
    .project-page .detail-main .widget-project-comment .comment-form .comment-area {
      border: none;
      font-size: 13px;
      font-family: 'Quicksand';
      font-weight: 500;
      border-bottom: 1px solid #2A2E2E;
      color: #2A2E2E;
      width: 100%;
      overflow: hidden;
      height: 20px;
      padding: 0; }
      .project-page .detail-main .widget-project-comment .comment-form .comment-area::-webkit-input-placeholder {
        font-size: 13px;
        font-family: 'Quicksand';
        color: #2A2E2E; }
      .project-page .detail-main .widget-project-comment .comment-form .comment-area:-ms-input-placeholder {
        font-size: 13px;
        font-family: 'Quicksand';
        color: #2A2E2E; }
      .project-page .detail-main .widget-project-comment .comment-form .comment-area::-ms-input-placeholder {
        font-size: 13px;
        font-family: 'Quicksand';
        color: #2A2E2E; }
      .project-page .detail-main .widget-project-comment .comment-form .comment-area::placeholder {
        font-size: 13px;
        font-family: 'Quicksand';
        color: #2A2E2E; }
    .project-page .detail-main .widget-project-comment .comment-form .comment-button {
      text-align: right; }
      .project-page .detail-main .widget-project-comment .comment-form .comment-button .btn {
        width: 56px;
        height: 24px;
        background-color: #2A2E2E;
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        padding: 0;
        border: none;
        margin-left: 19px; }
  .project-page .detail-main .widget-project-comment .comment-list .comment-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    margin-bottom: 24px; }
    .project-page .detail-main .widget-project-comment .comment-list .comment-items:last-child {
      margin-bottom: 0; }
    .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-thumb {
      width: 48px;
      margin-right: 20px; }
      @media (max-width: 767px) {
        .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-thumb {
          width: 32px;
          margin-right: 10px; } }
      @media (max-width: 767px) {
        .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-thumb .user__thumb {
          width: 32px;
          height: 32px; } }
    .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .user-info-name {
        margin-bottom: 8px; }
        @media (max-width: 767px) {
          .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .user-info-name {
            margin-bottom: 4px; } }
        .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .user-info-name .user-name {
          color: var(--bd-primary);
          display: inline-block;
          margin-right: 15px; }
          @media (max-width: 767px) {
            .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .user-info-name .user-name {
              margin-right: 10px; } }
      .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-text {
        margin-bottom: 10px;
        line-height: 120%; }
        @media (max-width: 767px) {
          .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-text {
            margin-bottom: 6px; } }
        .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-text .text-inner {
          overflow: hidden;
          max-height: 95px;
          overscroll-behavior-y: contain;
          -webkit-perspective: 1px;
          perspective: 1px;
          scrollbar-color: rgba(0, 0, 0, 0.1) transparent;
          scrollbar-width: 4px; }
          .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-text .text-inner::-webkit-scrollbar-track {
            background: none;
            border-radius: 30px; }
          .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-text .text-inner::-webkit-scrollbar {
            width: 4px;
            height: 4px;
            background: none;
            border-radius: 30px; }
          .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-text .text-inner::-webkit-scrollbar-thumb {
            background-color: rgba(0, 0, 0, 0.1);
            border-radius: 30px; }
          .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-text .text-inner.show {
            max-height: inherit;
            overflow: auto; }
        .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-text .readmore {
          padding-top: 5px;
          text-align: right;
          color: var(--bd-primary); }
          .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-text .readmore .readmore-btn {
            display: inline-block;
            cursor: pointer; }
            .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-text .readmore .readmore-btn.active i {
              -webkit-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
      .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-control .comment-like {
          font-weight: 500;
          margin-right: 16px; }
          @media (max-width: 767px) {
            .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-control .comment-like {
              margin-right: 10px; } }
          .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-control .comment-like .btn-like {
            padding: 0;
            border: none;
            background-color: transparent;
            cursor: pointer; }
        .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-control .btn-reply {
          cursor: pointer;
          font-weight: 500;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 0;
          border: none;
          background-color: transparent; }
          .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .comment-control .btn-reply img {
            margin-right: 4px; }
      .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .view-more {
        cursor: pointer;
        color: var(--bd-primary); }
        .project-page .detail-main .widget-project-comment .comment-list .comment-items .user-info .view-more img {
          margin-right: 4px; }

.project-page .project-sidebar {
  width: 474px; }
  @media (max-width: 1440px) {
    .project-page .project-sidebar {
      width: calc(35.8% - 10px); } }
  @media (max-width: 991px) {
    .project-page .project-sidebar {
      width: 100%; } }
  .project-page .project-sidebar .widget-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .project-page .project-sidebar .widget-box {
        padding: 16px;
        border-radius: 16px; } }
    .project-page .project-sidebar .widget-box .widget-title {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .project-page .project-sidebar .widget-box .widget-title {
          font-size: 16px; } }
  .project-page .project-sidebar .widget-author .author-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .project-page .project-sidebar .widget-author .author-box .author-thumb {
      width: 60px;
      margin-right: 10px; }
      @media (max-width: 767px) {
        .project-page .project-sidebar .widget-author .author-box .author-thumb {
          width: 50px; } }
      @media (max-width: 767px) {
        .project-page .project-sidebar .widget-author .author-box .author-thumb .user__thumb {
          width: 50px;
          height: 50px; } }
    .project-page .project-sidebar .widget-author .author-box .author-info {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .project-page .project-sidebar .widget-author .author-box .author-info .author-info-name .author-name {
        font-size: 18px;
        color: var(--bd-link); }
        @media (max-width: 991px) {
          .project-page .project-sidebar .widget-author .author-box .author-info .author-info-name .author-name {
            font-size: 14px; } }
      .project-page .project-sidebar .widget-author .author-box .author-info .author-info-name .year-old {
        display: inline-block;
        font-weight: 700; }
        .project-page .project-sidebar .widget-author .author-box .author-info .author-info-name .year-old::before {
          width: 4px;
          height: 4px;
          content: "";
          border-radius: 50%;
          background-color: #000;
          margin: 2px 5px;
          display: inline-block; }
      .project-page .project-sidebar .widget-author .author-box .author-info .author-rank {
        margin-bottom: 0; }
  .project-page .project-sidebar .widget-author .author-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 22px;
    margin-top: 20px;
    border-top: 1px solid #D9D9D9; }
    @media (max-width: 767px) {
      .project-page .project-sidebar .widget-author .author-footer {
        display: block; } }
    .project-page .project-sidebar .widget-author .author-footer .achievements-list {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        .project-page .project-sidebar .widget-author .author-footer .achievements-list {
          width: 100%;
          margin-bottom: 8px; } }
      .project-page .project-sidebar .widget-author .author-footer .achievements-list li {
        margin-right: 30px; }
        .project-page .project-sidebar .widget-author .author-footer .achievements-list li:last-child {
          margin-right: 0; }
        .project-page .project-sidebar .widget-author .author-footer .achievements-list li .icon img {
          min-width: 16px; }
        .project-page .project-sidebar .widget-author .author-footer .achievements-list li .label {
          padding-top: 4px;
          font-weight: 700;
          margin-bottom: 0; }
    .project-page .project-sidebar .widget-author .author-footer .btn-profile {
      width: auto;
      max-width: 145px;
      height: 38px;
      font-size: 14px;
      font-weight: 700;
      border: 1px solid #000;
      color: #000;
      padding: 5px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #fff;
      min-height: inherit; }
      @media (max-width: 767px) {
        .project-page .project-sidebar .widget-author .author-footer .btn-profile {
          max-width: 100%;
          width: 100%;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .project-page .project-sidebar .widget-author .author-footer .btn-profile:hover {
        background-color: var(--bd-yeallow); }
      .project-page .project-sidebar .widget-author .author-footer .btn-profile img {
        margin-left: 15px; }
  .project-page .project-sidebar .widget-related .related-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .project-page .project-sidebar .widget-related .related-wrap::after {
      width: 25px;
      height: 18px;
      content: "";
      background: url("../img/icon/arrow-right.svg") no-repeat;
      position: absolute;
      right: 0px;
      bottom: 0px;
      background-size: contain; }
    .project-page .project-sidebar .widget-related .related-wrap .related-thumb {
      width: 110px;
      height: 110px;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 10px; }
      @media (max-width: 767px) {
        .project-page .project-sidebar .widget-related .related-wrap .related-thumb {
          width: 80px;
          height: 80px; } }
      .project-page .project-sidebar .widget-related .related-wrap .related-thumb img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .project-page .project-sidebar .widget-related .related-wrap .related-info {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .project-page .project-sidebar .widget-related .related-wrap .related-info .related-ctg {
        font-size: 12px;
        font-weight: 700;
        color: var(--bd-link);
        margin-bottom: 3px; }
      .project-page .project-sidebar .widget-related .related-wrap .related-info .related-name {
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 6px;
        color: #000; }
      .project-page .project-sidebar .widget-related .related-wrap .related-info .toolscode {
        margin-bottom: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .project-page .project-sidebar .widget-related .related-wrap .related-info .toolscode li {
          margin-right: 12px; }
      .project-page .project-sidebar .widget-related .related-wrap .related-info .related-desc {
        margin-bottom: 0;
        padding-right: 28px;
        color: #000;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
  .project-page .project-sidebar .author-product > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .project-page .project-sidebar .author-product > li {
        padding-bottom: 12px;
        margin-bottom: 12px; } }
    .project-page .project-sidebar .author-product > li:last-child {
      margin-bottom: 0;
      border-bottom: none; }
    .project-page .project-sidebar .author-product > li .product-thumb {
      width: 80px;
      margin-right: 20px;
      border-radius: 6px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .project-page .project-sidebar .author-product > li .product-thumb {
          width: 65px;
          margin-right: 10px; } }
    .project-page .project-sidebar .author-product > li .product-info {
      font-weight: 500;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .project-page .project-sidebar .author-product > li .product-info .product-info-name {
        margin-bottom: 4px;
        line-height: 100%; }
      .project-page .project-sidebar .author-product > li .product-info .product-name {
        display: block;
        font-size: 18px;
        margin-bottom: 2px;
        font-weight: 700; }
        @media (max-width: 767px) {
          .project-page .project-sidebar .author-product > li .product-info .product-name {
            font-size: 15px; } }
  .project-page .project-sidebar .game-question {
    padding-top: 10px; }
    .project-page .project-sidebar .game-question .question-title {
      text-align: center;
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 10px; }
    .project-page .project-sidebar .game-question .suggest-game {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      .project-page .project-sidebar .game-question .suggest-game li {
        width: calc(50% - 6px);
        padding: 0 6px;
        max-width: 164px; }
        .project-page .project-sidebar .game-question .suggest-game li:last-child {
          padding-right: 0; }
        .project-page .project-sidebar .game-question .suggest-game li:first-child {
          padding-left: 0; }
        .project-page .project-sidebar .game-question .suggest-game li a {
          height: 60px;
          border-radius: 40px;
          padding: 10px 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          background-color: #fff; }
          .project-page .project-sidebar .game-question .suggest-game li a .toolscode-img {
            width: 100%; }
            .project-page .project-sidebar .game-question .suggest-game li a .toolscode-img img {
              width: 100%; }
          .project-page .project-sidebar .game-question .suggest-game li a .suggest-yearold {
            text-align: right;
            font-size: 12px;
            font-weight: 700;
            display: block;
            width: 100%;
            line-height: 100%; }

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- communityPage -----***/
.community-page .group-list {
  padding-bottom: 20px; }

.community-page .list-sub-games {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding-bottom: 30px; }
  .community-page .list-sub-games li {
    width: calc(50% - 10px);
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .community-page .list-sub-games li {
        width: calc(50% - 3px);
        margin-bottom: 12px; } }
    .community-page .list-sub-games li .items {
      width: 100%;
      display: block;
      padding: 10px;
      background-color: #fff;
      border-radius: 20px;
      color: #000; }
      @media (max-width: 767px) {
        .community-page .list-sub-games li .items {
          padding: 6px;
          border-radius: 12px; } }
      .community-page .list-sub-games li .items:hover {
        -webkit-box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.2);
        box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.2); }
    .community-page .list-sub-games li .game-thumb {
      height: 150px;
      border-radius: 20px;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .community-page .list-sub-games li .game-thumb {
          height: 100px;
          border-radius: 12px; } }
      .community-page .list-sub-games li .game-thumb img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .community-page .list-sub-games li .game-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .community-page .list-sub-games li .game-footer .user__thumb {
        width: 40px;
        margin-right: 10px; }
        @media (max-width: 767px) {
          .community-page .list-sub-games li .game-footer .user__thumb {
            width: 32px;
            height: 32px;
            margin-right: 5px; } }
      .community-page .list-sub-games li .game-footer .game-info {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: calc(100% - 50px); }
        @media (max-width: 767px) {
          .community-page .list-sub-games li .game-footer .game-info {
            width: calc(100% - 37px);
            font-size: 12px; } }
        .community-page .list-sub-games li .game-footer .game-info .gane-name {
          font-size: 18px;
          font-weight: 700;
          white-space: nowrap;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          overflow: hidden;
          color: #000; }
          @media (max-width: 767px) {
            .community-page .list-sub-games li .game-footer .game-info .gane-name {
              font-size: 12px; } }

.community-page .chat-banner {
  position: relative;
  margin-bottom: 20px; }
  .community-page .chat-banner-thumb {
    position: relative;
    border-radius: 30px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .community-page .chat-banner-thumb {
        border-radius: 16px; } }
    .community-page .chat-banner-thumb::after {
      position: absolute;
      height: 60%;
      content: "";
      width: 100%;
      bottom: 0;
      left: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
    .community-page .chat-banner-thumb img {
      width: 100%; }
  .community-page .chat-banner .chat-info {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    font-weight: 700; }
    @media (max-width: 767px) {
      .community-page .chat-banner .chat-info {
        left: 10px;
        bottom: 10px; } }
    .community-page .chat-banner .chat-info .chat-label {
      font-size: 22px;
      display: block;
      margin-bottom: 2px; }
      @media (max-width: 767px) {
        .community-page .chat-banner .chat-info .chat-label {
          font-size: 18px; } }
    .community-page .chat-banner .chat-info-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        .community-page .chat-banner .chat-info-list {
          font-size: 12px; } }
      .community-page .chat-banner .chat-info-list li + li::before {
        content: "";
        display: inline-block;
        height: 13px;
        width: 2px;
        border-radius: 10px;
        background-color: #fff;
        margin: 0 10px -1px; }

.community-page .chat-post {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media (max-width: 767px) {
    .community-page .chat-post {
      padding: 10px 15px;
      border-radius: 12px; } }
  .community-page .chat-post .chat-form {
    width: calc(100% - 115px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .community-page .chat-post .chat-form {
        width: 100%; } }
    .community-page .chat-post .chat-form .user__thumb {
      width: 48px;
      margin-right: 20px; }
    .community-page .chat-post .chat-form .comment-area {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      line-height: 100%;
      height: 18px;
      background-color: transparent;
      border: none;
      flex: 1;
      resize: none;
      overflow: hidden;
      font-weight: 500;
      color: #000;
      padding: 0; }
      .community-page .chat-post .chat-form .comment-area::-webkit-input-placeholder {
        color: #B9BFCA; }
      .community-page .chat-post .chat-form .comment-area:-ms-input-placeholder {
        color: #B9BFCA; }
      .community-page .chat-post .chat-form .comment-area::-ms-input-placeholder {
        color: #B9BFCA; }
      .community-page .chat-post .chat-form .comment-area::placeholder {
        color: #B9BFCA; }
  .community-page .chat-post .chat-attach {
    width: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .community-page .chat-post .chat-attach {
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    .community-page .chat-post .chat-attach li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 767px) {
        .community-page .chat-post .chat-attach li {
          margin-left: 5px; } }
      .community-page .chat-post .chat-attach li .btn-attach {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: none;
        padding: 0;
        cursor: pointer; }
        @media (max-width: 767px) {
          .community-page .chat-post .chat-attach li .btn-attach {
            padding: 0 7px;
            width: 28px;
            height: 28px; } }
        @media (max-width: 767px) {
          .community-page .chat-post .chat-attach li .btn-attach img {
            max-height: 100%; } }
        .community-page .chat-post .chat-attach li .btn-attach.attach-file {
          background-color: #0053FF; }
        .community-page .chat-post .chat-attach li .btn-attach.attach-tags {
          background-color: #FF4154; }
        .community-page .chat-post .chat-attach li .btn-attach.attach-icon {
          background-color: #FFBF00; }

.community-post-detail {
  height: calc(100vh - 60px);
  margin-top: -70px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding-top: 20px; }
  @media (max-width: 767px) {
    .community-post-detail {
      height: initial;
      margin-top: -55px; } }
  .community-post-detail .post-detail-thumb {
    width: calc(100% - 500px);
    padding: 0 30px;
    position: relative; }
    @media (max-width: 1440px) {
      .community-post-detail .post-detail-thumb {
        width: 65.3%; } }
    @media (max-width: 991px) {
      .community-post-detail .post-detail-thumb {
        width: 100%;
        overflow: hidden;
        padding: 0 16px 50px; } }
    .community-post-detail .post-detail-thumb .resize-button {
      position: absolute;
      right: 30px;
      top: 0;
      width: 32px;
      height: 32px;
      border-radius: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #000;
      cursor: pointer; }
      @media (max-width: 1366px) {
        .community-post-detail .post-detail-thumb .resize-button {
          right: 5px; } }
      @media (max-width: 991px) {
        .community-post-detail .post-detail-thumb .resize-button {
          display: none; } }
    .community-post-detail .post-detail-thumb .slider-detail-thumb {
      max-width: 745px;
      margin: 20px auto 0; }
      @media (max-width: 991px) {
        .community-post-detail .post-detail-thumb .slider-detail-thumb .slick-dots {
          bottom: 10px; } }
      .community-post-detail .post-detail-thumb .slider-detail-thumb .slick-list {
        border-radius: 0 40px 40px 40px; }
        @media (max-width: 991px) {
          .community-post-detail .post-detail-thumb .slider-detail-thumb .slick-list {
            border-radius: 0 30px 30px 30px; } }
        @media (max-width: 767px) {
          .community-post-detail .post-detail-thumb .slider-detail-thumb .slick-list {
            border-radius: 0 20px 20px 20px; } }
      .community-post-detail .post-detail-thumb .slider-detail-thumb .items {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .community-post-detail .post-detail-thumb .slider-detail-thumb .items img {
          border-radius: 0 40px 40px 40px;
          display: inline-block;
          width: auto;
          max-height: 505px; }
          @media (max-width: 991px) {
            .community-post-detail .post-detail-thumb .slider-detail-thumb .items img {
              border-radius: 0 30px 30px 30px; } }
          @media (max-width: 767px) {
            .community-post-detail .post-detail-thumb .slider-detail-thumb .items img {
              border-radius: 0 20px 20px 20px;
              max-height: 230px; } }
      .community-post-detail .post-detail-thumb .slider-detail-thumb .slick-next {
        right: -68px; }
        @media (max-width: 1366px) {
          .community-post-detail .post-detail-thumb .slider-detail-thumb .slick-next {
            right: -24px; } }
      .community-post-detail .post-detail-thumb .slider-detail-thumb .slick-prev {
        left: -68px; }
        @media (max-width: 1366px) {
          .community-post-detail .post-detail-thumb .slider-detail-thumb .slick-prev {
            left: -24px; } }
    .community-post-detail .post-detail-thumb .paddy-infomation {
      text-align: right;
      padding-right: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding: 0 40px;
      max-width: 745px;
      margin: 0 auto; }
      .community-post-detail .post-detail-thumb .paddy-infomation .comment-now {
        max-width: 270px;
        width: 100%;
        background: -webkit-gradient(linear, left top, right top, from(#FFA800), color-stop(102.28%, #5DC2A7));
        background: -webkit-linear-gradient(left, #FFA800 0%, #5DC2A7 102.28%);
        background: -o-linear-gradient(left, #FFA800 0%, #5DC2A7 102.28%);
        background: linear-gradient(90deg, #FFA800 0%, #5DC2A7 102.28%);
        -webkit-box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.1);
        box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.1);
        padding: 6px 10px;
        border-radius: 0 0 16px 16px;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
        @media (max-width: 767px) {
          .community-post-detail .post-detail-thumb .paddy-infomation .comment-now {
            width: calc(100% - 24px);
            font-size: 11px;
            padding: 5px;
            border-radius: 0 0 8px 8px; } }
        .community-post-detail .post-detail-thumb .paddy-infomation .comment-now .inner {
          text-align: center;
          margin: 0 auto; }
        .community-post-detail .post-detail-thumb .paddy-infomation .comment-now img {
          display: inline-block;
          margin-bottom: 1px;
          margin-right: 2px; }
        .community-post-detail .post-detail-thumb .paddy-infomation .comment-now a {
          color: #fff;
          text-decoration: underline; }
  .community-post-detail .post-detail-chat {
    width: 500px;
    height: 100%; }
    @media (max-width: 1440px) {
      .community-post-detail .post-detail-chat {
        width: 34.7%; } }
    @media (max-width: 991px) {
      .community-post-detail .post-detail-chat {
        width: 100%;
        height: auto; } }
    .community-post-detail .post-detail-chat .groupItems {
      background-color: #F2F6FE;
      height: 100%;
      border-radius: 30px 0 0 30px;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .community-post-detail .post-detail-chat .groupItems {
          border-radius: 0; } }
      .community-post-detail .post-detail-chat .groupItems:hover {
        -webkit-box-shadow: none;
        box-shadow: none; }
      .community-post-detail .post-detail-chat .groupItems__wrap {
        background-color: transparent;
        height: 100%;
        padding: 30px 30px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; }
        @media (max-width: 1199px) {
          .community-post-detail .post-detail-chat .groupItems__wrap {
            padding: 16px; } }
      .community-post-detail .post-detail-chat .groupItems__body .group-control {
        padding: 10px 0 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        border-top: 1px solid var(--bd-line);
        border-bottom: 1px solid var(--bd-line);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
        .community-post-detail .post-detail-chat .groupItems__body .group-control .control-cmn li a {
          background-color: #fff; }
        .community-post-detail .post-detail-chat .groupItems__body .group-control .paddy-infomation {
          padding-top: 5px;
          text-align: right;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          max-width: 745px;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
          .community-post-detail .post-detail-chat .groupItems__body .group-control .paddy-infomation .comment-now {
            max-width: 270px;
            width: 100%;
            background: -webkit-gradient(linear, left top, right top, from(#FFA800), color-stop(102.28%, #5DC2A7));
            background: -webkit-linear-gradient(left, #FFA800 0%, #5DC2A7 102.28%);
            background: -o-linear-gradient(left, #FFA800 0%, #5DC2A7 102.28%);
            background: linear-gradient(90deg, #FFA800 0%, #5DC2A7 102.28%);
            -webkit-box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.1);
            box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.1);
            padding: 6px 10px;
            border-radius: 16px 16px 0 0;
            font-size: 12px;
            font-weight: 700;
            color: #fff;
            -webkit-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
            transition: all ease 0.3s; }
            @media (max-width: 767px) {
              .community-post-detail .post-detail-chat .groupItems__body .group-control .paddy-infomation .comment-now {
                font-size: 11px;
                padding: 5px;
                border-radius: 8px 8px 0 0; } }
            .community-post-detail .post-detail-chat .groupItems__body .group-control .paddy-infomation .comment-now .inner {
              text-align: center;
              margin: 0 auto; }
            .community-post-detail .post-detail-chat .groupItems__body .group-control .paddy-infomation .comment-now img {
              display: inline-block;
              margin-bottom: 1px;
              margin-right: 2px; }
            .community-post-detail .post-detail-chat .groupItems__body .group-control .paddy-infomation .comment-now a {
              color: #fff;
              text-decoration: underline; }
      .community-post-detail .post-detail-chat .groupItems__comment {
        display: block;
        height: 100%;
        overflow-y: auto;
        overscroll-behavior-y: contain;
        -webkit-perspective: 1px;
        perspective: 1px;
        scrollbar-color: rgba(0, 0, 0, 0.05) transparent;
        scrollbar-width: 4px; }
        .community-post-detail .post-detail-chat .groupItems__comment::-webkit-scrollbar-track {
          background: none;
          border-radius: 30px; }
        .community-post-detail .post-detail-chat .groupItems__comment::-webkit-scrollbar {
          width: 3px;
          height: 3px;
          background: none;
          border-radius: 30px; }
        .community-post-detail .post-detail-chat .groupItems__comment::-webkit-scrollbar-thumb {
          background-color: rgba(0, 0, 0, 0.05);
          border-radius: 30px; }
        @media (max-width: 991px) {
          .community-post-detail .post-detail-chat .groupItems__comment {
            max-height: 350px; } }
        @media (max-width: 767px) {
          .community-post-detail .post-detail-chat .groupItems__comment {
            max-height: 250px; } }
        .community-post-detail .post-detail-chat .groupItems__comment .comment-in {
          background-color: #fff !important; }
      .community-post-detail .post-detail-chat .groupItems__form {
        padding: 10px 0 0; }
    .community-post-detail .post-detail-chat .post-desc .text-desc {
      overscroll-behavior-y: contain;
      -webkit-perspective: 1px;
      perspective: 1px;
      scrollbar-color: rgba(0, 0, 0, 0.05) transparent;
      scrollbar-width: 4px; }
      .community-post-detail .post-detail-chat .post-desc .text-desc::-webkit-scrollbar-track {
        background: none;
        border-radius: 30px; }
      .community-post-detail .post-detail-chat .post-desc .text-desc::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        background: none;
        border-radius: 30px; }
      .community-post-detail .post-detail-chat .post-desc .text-desc::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.05);
        border-radius: 30px; }
      .community-post-detail .post-detail-chat .post-desc .text-desc.show {
        max-height: 170px !important; }

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- makegame-Page -----***/
.makegame-page .suggest-code-game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1030px;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .makegame-page .suggest-code-game {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .makegame-page .suggest-code-game > li {
    width: calc(50% - 15px);
    border-radius: 30px;
    padding: 20px 20px 200px;
    color: #fff;
    position: relative; }
    @media (max-width: 991px) {
      .makegame-page .suggest-code-game > li {
        width: 100%;
        max-width: 500px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .makegame-page .suggest-code-game > li {
        padding: 20px 15px 160px;
        border-radius: 16px; } }
    .makegame-page .suggest-code-game > li::after {
      position: absolute;
      content: "";
      background: url("../img/icon/arrow-right-white.svg") no-repeat;
      width: 25px;
      height: 18px;
      left: 20px;
      bottom: 23px; }
      @media (max-width: 767px) {
        .makegame-page .suggest-code-game > li::after {
          width: 20px;
          height: 15px;
          background-size: contain;
          left: 16px; } }
    .makegame-page .suggest-code-game > li.suggest-kitten {
      background: url("../img/data/suggest-kitten-bg.png") no-repeat 100% 100% #467DF2; }
      @media (max-width: 767px) {
        .makegame-page .suggest-code-game > li.suggest-kitten {
          background-size: 60% auto; } }
    .makegame-page .suggest-code-game > li.suggest-kitten-jr {
      background: url("../img/data/suggest-kitten-jr-bg.png") no-repeat 100% 100% var(--bd-yeallow); }
      @media (max-width: 767px) {
        .makegame-page .suggest-code-game > li.suggest-kitten-jr {
          background-size: 70% auto; } }
    .makegame-page .suggest-code-game > li .kitten-logo {
      text-align: right;
      margin-bottom: 4px; }
    .makegame-page .suggest-code-game > li .suggest-kitten-title {
      margin-bottom: 20px; }
      .makegame-page .suggest-code-game > li .suggest-kitten-title .title-label {
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 0; }
        @media (max-width: 991px) {
          .makegame-page .suggest-code-game > li .suggest-kitten-title .title-label {
            font-size: 16px; } }
    .makegame-page .suggest-code-game > li .suggest-desc {
      margin-bottom: 30px;
      height: 59px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .makegame-page .suggest-code-game > li .game-statistical {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px; }
      @media (max-width: 1300px) {
        .makegame-page .suggest-code-game > li .game-statistical {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .makegame-page .suggest-code-game > li .game-statistical {
          -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
          justify-content: space-evenly; } }
      .makegame-page .suggest-code-game > li .game-statistical .items {
        text-align: center;
        margin-right: 50px;
        font-weight: 700; }
        @media (max-width: 1300px) {
          .makegame-page .suggest-code-game > li .game-statistical .items {
            margin-right: 30px; } }
        @media (max-width: 767px) {
          .makegame-page .suggest-code-game > li .game-statistical .items {
            margin-right: 0; } }
        .makegame-page .suggest-code-game > li .game-statistical .items:last-child {
          margin-right: 0; }
        .makegame-page .suggest-code-game > li .game-statistical .items .icon {
          display: block;
          margin-bottom: 10px;
          height: 22px; }
          .makegame-page .suggest-code-game > li .game-statistical .items .icon img {
            max-height: 100%; }
        .makegame-page .suggest-code-game > li .game-statistical .items .number {
          display: block;
          font-size: 22px; }
          @media (max-width: 1300px) {
            .makegame-page .suggest-code-game > li .game-statistical .items .number {
              font-size: 18px; } }
          @media (max-width: 991px) {
            .makegame-page .suggest-code-game > li .game-statistical .items .number {
              font-size: 16px; } }
          @media (max-width: 767px) {
            .makegame-page .suggest-code-game > li .game-statistical .items .number {
              font-size: 14px; } }
    .makegame-page .suggest-code-game > li .group-button .btn {
      height: 40px;
      width: 170px;
      color: #fff;
      font-size: 18px;
      border: none;
      border-radius: 50px;
      font-weight: 700;
      min-height: 40px;
      padding: 7px 10px;
      line-height: inherit; }
      @media (max-width: 991px) {
        .makegame-page .suggest-code-game > li .group-button .btn {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .makegame-page .suggest-code-game > li .group-button .btn {
          font-size: 14px;
          width: 140px; } }
    .makegame-page .suggest-code-game > li .group-button .apple-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .makegame-page .suggest-code-game > li .group-button .apple-list li {
        margin-right: 5px; }
    .makegame-page .suggest-code-game > li .kitten-thumb {
      position: absolute;
      bottom: -12px;
      left: 0;
      width: 100%;
      text-align: center; }

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- learn-Page -----***/
.learn-page .list-learn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1030px;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .learn-page .list-learn {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .learn-page .list-learn > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(50% - 15px);
    border-radius: 30px;
    padding: 22px 20px 20px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 991px) {
      .learn-page .list-learn > li {
        width: 100%;
        max-width: 500px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .learn-page .list-learn > li {
        padding: 20px 15px 15px;
        border-radius: 16px; } }
    @media (max-width: 991px) {
      .learn-page .list-learn > li:last-child {
        margin-bottom: 0; } }
    .learn-page .list-learn > li > * {
      position: relative; }
    .learn-page .list-learn > li::before {
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      background-position: 0 0;
      background-repeat: no-repeat; }
  .learn-page .list-learn .learn-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .learn-page .list-learn .learn-head .learn-title {
      width: calc(100% - 50px);
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .learn-page .list-learn .learn-head .learn-title {
          font-size: 16px; } }
    .learn-page .list-learn .learn-head .learn-logo {
      width: 40px; }
  .learn-page .list-learn .learn-desc {
    height: 59px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 22px; }
  .learn-page .list-learn .learn-statistical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .learn-page .list-learn .learn-statistical {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: initial !important;
        -ms-flex-pack: initial !important;
        justify-content: initial !important; } }
    @media (max-width: 767px) {
      .learn-page .list-learn .learn-statistical .items {
        width: calc(33.33% - 10px);
        margin-bottom: 10px;
        text-align: center; } }
    .learn-page .list-learn .learn-statistical .items .icon {
      display: block;
      margin-bottom: 3px; }
    .learn-page .list-learn .learn-statistical .items .number {
      font-size: 18px;
      font-weight: 700;
      display: block; }
      @media (max-width: 767px) {
        .learn-page .list-learn .learn-statistical .items .number {
          font-size: 14px; } }
    .learn-page .list-learn .learn-statistical .items .text {
      font-size: 12px;
      height: 50px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .learn-page .list-learn .learn-statistical .items .text {
          height: inherit; } }
  .learn-page .list-learn .group-button {
    margin-bottom: 30px; }
    .learn-page .list-learn .group-button .button-learn {
      height: 40px;
      padding-left: 26px;
      padding-right: 26px;
      color: #fff;
      font-size: 18px;
      border: none;
      border-radius: 50px;
      font-weight: 700;
      min-height: 40px; }
      @media (max-width: 991px) {
        .learn-page .list-learn .group-button .button-learn {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .learn-page .list-learn .group-button .button-learn {
          font-size: 14px;
          width: 140px; } }
      .learn-page .list-learn .group-button .button-learn img {
        margin-left: 10px; }
  .learn-page .list-learn .learn-through {
    margin-bottom: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .learn-page .list-learn .learn-through .list-app {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .learn-page .list-learn .learn-through .list-app li {
        margin-right: 5px; }
        .learn-page .list-learn .learn-through .list-app li .rate-wrap {
          padding: 4px 10px 0; }
          @media (max-width: 767px) {
            .learn-page .list-learn .learn-through .list-app li .rate-wrap {
              padding: 4px 0; } }
          .learn-page .list-learn .learn-through .list-app li .rate-wrap .rate-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            @media (max-width: 767px) {
              .learn-page .list-learn .learn-through .list-app li .rate-wrap .rate-box {
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                font-size: 12px; } }
            .learn-page .list-learn .learn-through .list-app li .rate-wrap .rate-box .rate-start {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
              @media (max-width: 767px) {
                .learn-page .list-learn .learn-through .list-app li .rate-wrap .rate-box .rate-start {
                  padding: 0 3px; } }
              .learn-page .list-learn .learn-through .list-app li .rate-wrap .rate-box .rate-start img {
                margin: 0 1px; }
          .learn-page .list-learn .learn-through .list-app li .rate-wrap .rate-label {
            display: block;
            margin-bottom: 0; }
            @media (max-width: 767px) {
              .learn-page .list-learn .learn-through .list-app li .rate-wrap .rate-label {
                font-size: 12px; } }
    .learn-page .list-learn .learn-through .learn-web {
      padding-top: 10px; }
      .learn-page .list-learn .learn-through .learn-web a {
        font-weight: 700;
        color: #0654BA; }
        .learn-page .list-learn .learn-through .learn-web a img {
          margin-left: 6px;
          width: 25px; }
  .learn-page .list-learn .learn-technology {
    background: #fde1d6;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #fde1d6 0%, #f6c2b4 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #fde1d6 0%, #f6c2b4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-radial-gradient(center, ellipse, #fde1d6 0%, #f6c2b4 100%);
    background: -o-radial-gradient(center, ellipse, #fde1d6 0%, #f6c2b4 100%);
    background: radial-gradient(ellipse at center, #fde1d6 0%, #f6c2b4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde1d6', endColorstr='#f6c2b4',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
    .learn-page .list-learn .learn-technology::before {
      background-image: url("../img/data/learn-technology-bg.svg"); }
    .learn-page .list-learn .learn-technology .learn-statistical {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 43px; }
  .learn-page .list-learn .learn-tutor {
    background: #a5dfe3;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #a5dfe3 0%, #85c8d1 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #a5dfe3 0%, #85c8d1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-radial-gradient(center, ellipse, #a5dfe3 0%, #85c8d1 100%);
    background: -o-radial-gradient(center, ellipse, #a5dfe3 0%, #85c8d1 100%);
    background: radial-gradient(ellipse at center, #a5dfe3 0%, #85c8d1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5dfe3', endColorstr='#85c8d1',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
    .learn-page .list-learn .learn-tutor::before {
      background-image: url("../img/data/learn-tutor-bg.png"); }
    .learn-page .list-learn .learn-tutor .learn-statistical .items {
      margin-right: 65px; }
      @media (max-width: 767px) {
        .learn-page .list-learn .learn-tutor .learn-statistical .items {
          margin-right: 0; } }

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- gift-exchangePage -----***/
.gift-exchange-page {
  padding-top: 20px; }
  .gift-exchange-page .wrap {
    position: relative; }
  .gift-exchange-page .paddy-overviews {
    background: #FFFFFF;
    border-radius: 50px;
    height: 134px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: -40px;
    z-index: 99; }
    @media (max-width: 1366px) {
      .gift-exchange-page .paddy-overviews {
        position: fixed;
        top: 170px;
        left: 10px; } }
  @media (max-width: 1366px) and (max-width: 991px) {
    .gift-exchange-page .paddy-overviews {
      bottom: 50px;
      right: 10px;
      left: inherit !important;
      top: initial;
      width: 50px;
      height: 110px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } }
    .gift-exchange-page .paddy-overviews .overviews-label {
      font-weight: 400;
      margin-bottom: 5px;
      font-size: 10px; }
    .gift-exchange-page .paddy-overviews .paddy-icon {
      margin-bottom: 5px; }
      .gift-exchange-page .paddy-overviews .paddy-icon img {
        width: 19px; }
    .gift-exchange-page .paddy-overviews .paddy-number {
      font-weight: 700;
      color: var(--bd-yeallow);
      display: block; }
      @media (max-width: 991px) {
        .gift-exchange-page .paddy-overviews .paddy-number {
          font-size: 12px; } }
    .gift-exchange-page .paddy-overviews .paddy-text {
      display: block;
      font-size: 12px;
      color: var(--bd-yeallow); }
  .gift-exchange-page .gift-banner {
    margin-bottom: 30px; }
    .gift-exchange-page .gift-banner img {
      width: 100%;
      border-radius: 20px; }
  .gift-exchange-page .gift-category .title-ctg {
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .gift-exchange-page .gift-category .title-ctg {
        margin-bottom: 20px; } }
  .gift-exchange-page .gift-category .gift-ctg-list {
    margin-bottom: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    /* li {
        padding: 0 12px;
        @media (max-width:$viewport-sm) {
          width: 20%;
          text-align: center;
          padding: 0 3px;
        }
        &:first-child {
          padding-right: 8px;
          padding-bottom: 24px;

          @media (max-width:$viewport-sm) {
            width: 100%;
            padding-bottom: 12px;
          }
        }
        a {
          color: #0654BA;
          font-weight: 700;
          font-size: 12px;
          display: block;
        }
      } */ }
    @media (max-width: 767px) {
      .gift-exchange-page .gift-category .gift-ctg-list {
        -ms-flex-flow: wrap;
        flex-flow: wrap; } }
    .gift-exchange-page .gift-category .gift-ctg-list li {
      padding: 0 12px; }
      @media (max-width: 767px) {
        .gift-exchange-page .gift-category .gift-ctg-list li {
          margin-bottom: 8px;
          width: 20%;
          padding: 0 5px; } }
      .gift-exchange-page .gift-category .gift-ctg-list li:first-child {
        padding-right: 8px;
        padding-bottom: 24px; }
        @media (max-width: 767px) {
          .gift-exchange-page .gift-category .gift-ctg-list li:first-child {
            width: 100%;
            padding-bottom: 24px; } }
        .gift-exchange-page .gift-category .gift-ctg-list li:first-child a {
          color: #0654BA;
          font-weight: 700;
          font-size: 12px;
          display: block; }
      .gift-exchange-page .gift-category .gift-ctg-list li a {
        font-weight: 700;
        font-size: 12px;
        color: #000; }
        @media (max-width: 767px) {
          .gift-exchange-page .gift-category .gift-ctg-list li a {
            text-align: center; } }
      .gift-exchange-page .gift-category .gift-ctg-list li .ctg-items {
        width: 80px;
        height: 120px;
        background-color: #fff;
        border-radius: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 2px; }
        .gift-exchange-page .gift-category .gift-ctg-list li .ctg-items:hover {
          -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          transform: translateY(-10px); }
        @media (max-width: 767px) {
          .gift-exchange-page .gift-category .gift-ctg-list li .ctg-items {
            width: 60px;
            font-size: 10px;
            height: 110px; } }
        .gift-exchange-page .gift-category .gift-ctg-list li .ctg-items.ctg-girls .circle-thumb {
          background-color: #CBEDFD; }
        .gift-exchange-page .gift-category .gift-ctg-list li .ctg-items.ctg-wisdom .circle-thumb {
          background-color: #FFE69B; }
          .gift-exchange-page .gift-category .gift-ctg-list li .ctg-items.ctg-wisdom .circle-thumb img {
            position: relative;
            bottom: -5px; }
        .gift-exchange-page .gift-category .gift-ctg-list li .ctg-items.ctg-wood .circle-thumb {
          background-color: #A5A7FF; }
          .gift-exchange-page .gift-category .gift-ctg-list li .ctg-items.ctg-wood .circle-thumb img {
            position: relative;
            bottom: 7px; }
            @media (max-width: 767px) {
              .gift-exchange-page .gift-category .gift-ctg-list li .ctg-items.ctg-wood .circle-thumb img {
                bottom: 0; } }
        .gift-exchange-page .gift-category .gift-ctg-list li .ctg-items.ctg-diy .circle-thumb {
          background-color: #C2F1CC; }
        .gift-exchange-page .gift-category .gift-ctg-list li .ctg-items .circle-thumb {
          border-radius: 50%;
          background-color: #FFC4BF;
          width: 60px;
          height: 60px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end; }
          @media (max-width: 767px) {
            .gift-exchange-page .gift-category .gift-ctg-list li .ctg-items .circle-thumb {
              width: 45px;
              height: 45px; } }
          .gift-exchange-page .gift-category .gift-ctg-list li .ctg-items .circle-thumb img {
            max-width: initial; }
            @media (max-width: 767px) {
              .gift-exchange-page .gift-category .gift-ctg-list li .ctg-items .circle-thumb img {
                max-width: 130%;
                max-height: 150%; } }
        .gift-exchange-page .gift-category .gift-ctg-list li .ctg-items .ctg-name {
          text-align: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          height: 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
  .gift-exchange-page .gift-product {
    display: -ms-grid;
    display: grid;
    grid-gap: 4vw;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 50px; }
    @media (min-width: 1366px) {
      .gift-exchange-page .gift-product {
        grid-gap: 57px; } }
    @media (max-width: 1199px) {
      .gift-exchange-page .gift-product {
        grid-gap: 2vw; } }
    @media (max-width: 991px) {
      .gift-exchange-page .gift-product {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px; } }
    .gift-exchange-page .gift-product li {
      background-color: #fff;
      padding: 0 20px 20px;
      border-radius: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
      @media (max-width: 1199px) {
        .gift-exchange-page .gift-product li {
          border-radius: 16px;
          padding: 0 15px 15px; } }
      @media (max-width: 767px) {
        .gift-exchange-page .gift-product li {
          border-radius: 12px; } }
      .gift-exchange-page .gift-product li:hover {
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
      .gift-exchange-page .gift-product li.product-banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 0 0;
        background-color: #5DC2A7; }
        .gift-exchange-page .gift-product li.product-banner:hover {
          -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          background-color: #41a88c; }
        .gift-exchange-page .gift-product li.product-banner .banner-head {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .gift-exchange-page .gift-product li.product-banner .banner-head .banner-title {
            display: block;
            width: 100%;
            margin-bottom: 16px; }
          .gift-exchange-page .gift-product li.product-banner .banner-head .btn-view {
            width: 114px;
            height: 30px;
            border-radius: 60px;
            border: 1px solid #fff;
            background-color: transparent;
            font-size: 14px;
            font-weight: 700;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #fff; }
            .gift-exchange-page .gift-product li.product-banner .banner-head .btn-view:hover {
              background-color: var(--bd-orange);
              border-color: var(--bd-orange); }
            .gift-exchange-page .gift-product li.product-banner .banner-head .btn-view img {
              width: 16px;
              margin-left: 7px; }
      .gift-exchange-page .gift-product li .gift-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%; }
      .gift-exchange-page .gift-product li .gift-thumb {
        max-height: 200px;
        width: 100%;
        max-width: 200px;
        margin-bottom: -10px;
        position: relative;
        top: -30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media (max-width: 991px) {
          .gift-exchange-page .gift-product li .gift-thumb {
            margin: 0 auto -10px;
            top: -20px; } }
        .gift-exchange-page .gift-product li .gift-thumb img {
          max-height: 200px; }
      .gift-exchange-page .gift-product li .gift-name {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 18px;
        font-weight: 500; }
        @media (max-width: 1199px) {
          .gift-exchange-page .gift-product li .gift-name {
            font-size: 16px; } }
        @media (max-width: 767px) {
          .gift-exchange-page .gift-product li .gift-name {
            font-size: 14px; } }
      .gift-exchange-page .gift-product li .gift-color {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        margin-bottom: 15px;
        min-height: 20px; }
        @media (max-width: 1199px) {
          .gift-exchange-page .gift-product li .gift-color {
            min-height: 16px; } }
        .gift-exchange-page .gift-product li .gift-color .color-items {
          width: 20px;
          height: 20px;
          border-radius: 50%;
          margin-right: 5px;
          margin-bottom: 5px;
          cursor: pointer; }
          @media (max-width: 1199px) {
            .gift-exchange-page .gift-product li .gift-color .color-items {
              width: 16px;
              height: 16px; } }
          .gift-exchange-page .gift-product li .gift-color .color-items.c-black {
            background-color: #000; }
          .gift-exchange-page .gift-product li .gift-color .color-items.c-blue {
            background-color: #0654BA; }
          .gift-exchange-page .gift-product li .gift-color .color-items.c-pink {
            background-color: #FFC4BF; }
          .gift-exchange-page .gift-product li .gift-color .color-items.c-red {
            background-color: #BC354F; }
      .gift-exchange-page .gift-product li .gift-footer {
        border-top: 1px solid #E7E8EA;
        padding-top: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media (max-width: 767px) {
          .gift-exchange-page .gift-product li .gift-footer {
            -ms-flex-flow: wrap;
            flex-flow: wrap;
            padding-top: 10px; } }
        .gift-exchange-page .gift-product li .gift-footer .paddy-poin {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: var(--bd-yeallow); }
          @media (max-width: 767px) {
            .gift-exchange-page .gift-product li .gift-footer .paddy-poin {
              width: 100%;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              margin-bottom: 4px; } }
          .gift-exchange-page .gift-product li .gift-footer .paddy-poin .icon {
            width: 23px;
            margin-right: 4px; }
            @media (max-width: 1199px) {
              .gift-exchange-page .gift-product li .gift-footer .paddy-poin .icon {
                width: 18px; } }
          .gift-exchange-page .gift-product li .gift-footer .paddy-poin .poin {
            font-size: 22px;
            font-weight: 700; }
            @media (max-width: 1199px) {
              .gift-exchange-page .gift-product li .gift-footer .paddy-poin .poin {
                font-size: 16px; } }
        .gift-exchange-page .gift-product li .gift-footer .btn-change {
          font-size: 14px;
          font-weight: 700;
          color: #000;
          border-radius: 50px;
          width: 65px;
          height: 30px;
          background-color: #fff;
          border: 1px solid #000; }
          @media (max-width: 767px) {
            .gift-exchange-page .gift-product li .gift-footer .btn-change {
              width: 100%; } }
          .gift-exchange-page .gift-product li .gift-footer .btn-change:hover {
            background-color: var(--bd-yeallow); }
  .gift-exchange-page .banner-group {
    margin-bottom: 110px; }
    @media (max-width: 767px) {
      .gift-exchange-page .banner-group {
        margin-bottom: 60px; } }
    .gift-exchange-page .banner-group .banner-items {
      border-radius: 16px;
      color: #fff;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      height: 100%;
      width: 100%;
      position: relative; }
      @media (max-width: 767px) {
        .gift-exchange-page .banner-group .banner-items {
          border-radius: 12px; } }
      .gift-exchange-page .banner-group .banner-items:hover {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      .gift-exchange-page .banner-group .banner-items .banner-info {
        position: absolute;
        left: 0;
        top: 0;
        padding: 0 32px;
        bottom: 0;
        right: 0;
        border-radius: 16px;
        color: #fff; }
        @media (max-width: 767px) {
          .gift-exchange-page .banner-group .banner-items .banner-info {
            border-radius: 12px; } }
      .gift-exchange-page .banner-group .banner-items .banner-title {
        display: block; }
      .gift-exchange-page .banner-group .banner-items .banner-label {
        display: block; }
      .gift-exchange-page .banner-group .banner-items .btn-view {
        width: 110px;
        height: 32px;
        border-radius: 8px;
        background-color: rgba(255, 255, 255, 0.2);
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        display: inline-block;
        color: #fff;
        line-height: 32px; }
        .gift-exchange-page .banner-group .banner-items .btn-view:hover {
          background-color: var(--bd-orange); }
    .gift-exchange-page .banner-group .banner-big {
      background-color: #9CDFFE;
      height: 440px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      @media (max-width: 991px) {
        .gift-exchange-page .banner-group .banner-big {
          margin-bottom: 24px; } }
      @media (max-width: 767px) {
        .gift-exchange-page .banner-group .banner-big {
          height: 280px; } }
      .gift-exchange-page .banner-group .banner-big:hover {
        background-color: #86d5fa; }
      .gift-exchange-page .banner-group .banner-big .banner-thumb {
        margin-right: -31px;
        margin-bottom: -24px; }
        @media (max-width: 991px) {
          .gift-exchange-page .banner-group .banner-big .banner-thumb {
            max-width: 80%; } }
        @media (max-width: 767px) {
          .gift-exchange-page .banner-group .banner-big .banner-thumb {
            margin-right: -10px;
            margin-bottom: -15px; } }
        .gift-exchange-page .banner-group .banner-big .banner-thumb img {
          max-height: 359px; }
      .gift-exchange-page .banner-group .banner-big .banner-info {
        padding-top: 89px; }
        @media (max-width: 767px) {
          .gift-exchange-page .banner-group .banner-big .banner-info {
            padding-top: 40px; } }
        .gift-exchange-page .banner-group .banner-big .banner-info .banner-label {
          font-size: 28px;
          font-weight: 400;
          display: block;
          line-height: 100%;
          margin-bottom: 0; }
          @media (max-width: 767px) {
            .gift-exchange-page .banner-group .banner-big .banner-info .banner-label {
              font-size: 18px; } }
        .gift-exchange-page .banner-group .banner-big .banner-info .banner-title {
          font-size: 66px;
          font-weight: 700;
          display: block;
          line-height: 90%;
          margin-bottom: 30px; }
          @media (max-width: 767px) {
            .gift-exchange-page .banner-group .banner-big .banner-info .banner-title {
              font-size: 40px; } }
    .gift-exchange-page .banner-group .banner-half {
      background-color: #EDA3B5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      @media (max-width: 767px) {
        .gift-exchange-page .banner-group .banner-half {
          height: 150px; } }
      .gift-exchange-page .banner-group .banner-half:hover {
        background-color: #e3889e; }
      .gift-exchange-page .banner-group .banner-half .banner-thumb {
        margin-right: -20px;
        margin-bottom: -35px; }
        @media (max-width: 767px) {
          .gift-exchange-page .banner-group .banner-half .banner-thumb {
            max-width: 60%;
            margin-right: -10px;
            margin-bottom: -20px; } }
        .gift-exchange-page .banner-group .banner-half .banner-thumb img {
          max-height: 223px; }
      .gift-exchange-page .banner-group .banner-half .banner-info {
        padding: 32px; }
        @media (max-width: 767px) {
          .gift-exchange-page .banner-group .banner-half .banner-info {
            padding: 15px; } }
        .gift-exchange-page .banner-group .banner-half .banner-info .btn-view {
          margin-bottom: 40px; }
          @media (max-width: 767px) {
            .gift-exchange-page .banner-group .banner-half .banner-info .btn-view {
              margin-bottom: 15px; } }
        .gift-exchange-page .banner-group .banner-half .banner-info .banner-label {
          font-size: 24px;
          font-weight: 400; }
          @media (max-width: 767px) {
            .gift-exchange-page .banner-group .banner-half .banner-info .banner-label {
              font-size: 16px; } }
        .gift-exchange-page .banner-group .banner-half .banner-info .banner-title {
          line-height: 90%;
          font-size: 24px;
          font-weight: 700; }
          @media (max-width: 767px) {
            .gift-exchange-page .banner-group .banner-half .banner-info .banner-title {
              font-size: 20px; } }
    .gift-exchange-page .banner-group .banner-quarter-1 {
      background-color: #EFEFF4;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      @media (max-width: 767px) {
        .gift-exchange-page .banner-group .banner-quarter-1 {
          height: 150px; } }
      .gift-exchange-page .banner-group .banner-quarter-1:hover {
        background-color: #d2d2d2; }
      .gift-exchange-page .banner-group .banner-quarter-1 .banner-thumb {
        margin-bottom: -10px; }
        .gift-exchange-page .banner-group .banner-quarter-1 .banner-thumb img {
          max-height: 153px; }
      .gift-exchange-page .banner-group .banner-quarter-1 .banner-info {
        padding: 17px 20px;
        color: #1B2437; }
        @media (max-width: 767px) {
          .gift-exchange-page .banner-group .banner-quarter-1 .banner-info {
            padding: 15px; } }
        .gift-exchange-page .banner-group .banner-quarter-1 .banner-info .banner-label {
          font-size: 16px;
          font-weight: 400;
          margin-bottom: 0; }
          @media (max-width: 767px) {
            .gift-exchange-page .banner-group .banner-quarter-1 .banner-info .banner-label {
              font-size: 14px; } }
        .gift-exchange-page .banner-group .banner-quarter-1 .banner-info .banner-title {
          font-size: 26px;
          font-weight: 700; }
          @media (max-width: 767px) {
            .gift-exchange-page .banner-group .banner-quarter-1 .banner-info .banner-title {
              font-size: 18px; } }
    .gift-exchange-page .banner-group .banner-quarter-2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      background-color: #FFC4BF; }
      @media (max-width: 767px) {
        .gift-exchange-page .banner-group .banner-quarter-2 {
          height: 150px; } }
      .gift-exchange-page .banner-group .banner-quarter-2:hover {
        background-color: #fbaba4; }
      .gift-exchange-page .banner-group .banner-quarter-2 .banner-thumb {
        margin-bottom: -19px;
        text-align: center; }
        @media (max-width: 767px) {
          .gift-exchange-page .banner-group .banner-quarter-2 .banner-thumb {
            max-width: 60%;
            margin-bottom: -10px; } }
        .gift-exchange-page .banner-group .banner-quarter-2 .banner-thumb img {
          max-height: 206px; }
      .gift-exchange-page .banner-group .banner-quarter-2 .banner-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .gift-exchange-page .banner-group .banner-quarter-2 .banner-info .btn-view {
          margin-top: 40%; }

.exchange-detail {
  padding-bottom: 30px; }
  .exchange-detail .paddy-overviews {
    left: -50px; }
    @media (max-width: 1520px) {
      .exchange-detail .paddy-overviews {
        left: 0px; } }
  .exchange-detail .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    max-width: 1400px;
    padding: 0 50px; }
    @media (max-width: 991px) {
      .exchange-detail .wrap {
        padding: 0 16px; } }
  .exchange-detail .exchange-gallery {
    width: calc(54% - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1199px) {
      .exchange-detail .exchange-gallery {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 30px; } }
    .exchange-detail .exchange-gallery .slider-nav {
      width: 100px;
      height: 540px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .exchange-detail .exchange-gallery .slider-nav {
          width: 50px;
          height: 280px; } }
      .exchange-detail .exchange-gallery .slider-nav .slick-arrow {
        background-image: url("../img/icon/arrow-right-circle.svg");
        width: 40px;
        height: 40px;
        background-size: contain; }
        .exchange-detail .exchange-gallery .slider-nav .slick-arrow:hover {
          opacity: 1; }
        .exchange-detail .exchange-gallery .slider-nav .slick-arrow.slick-prev {
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
          left: calc(50% - 20px);
          top: 10px; }
        .exchange-detail .exchange-gallery .slider-nav .slick-arrow.slick-next {
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          left: calc(50% - 20px);
          top: initial;
          bottom: 10px; }
      .exchange-detail .exchange-gallery .slider-nav .slick-slide {
        margin-bottom: 8px; }
        @media (max-width: 767px) {
          .exchange-detail .exchange-gallery .slider-nav .slick-slide {
            margin-bottom: 5px; } }
      .exchange-detail .exchange-gallery .slider-nav .items {
        height: 100px;
        border-radius: 20px;
        background-color: #D9D9D9;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden; }
        @media (max-width: 767px) {
          .exchange-detail .exchange-gallery .slider-nav .items {
            height: 50px;
            border-radius: 6px; } }
        .exchange-detail .exchange-gallery .slider-nav .items img {
          max-width: 100%;
          max-height: 100%; }
    .exchange-detail .exchange-gallery .gallery-big {
      width: calc(100% - 100px);
      padding-left: 10px; }
      @media (max-width: 767px) {
        .exchange-detail .exchange-gallery .gallery-big {
          width: calc(100% - 50px); } }
      .exchange-detail .exchange-gallery .gallery-big .slider-for .items {
        background-color: #fff;
        border-radius: 30px;
        height: 540px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden; }
        @media (max-width: 767px) {
          .exchange-detail .exchange-gallery .gallery-big .slider-for .items {
            height: 280px;
            border-radius: 12px; } }
        .exchange-detail .exchange-gallery .gallery-big .slider-for .items img {
          max-width: 100%;
          max-height: 100%; }
  .exchange-detail .exchange-info {
    width: 46%; }
    @media (max-width: 1199px) {
      .exchange-detail .exchange-info {
        width: 100%; } }
    .exchange-detail .exchange-info .exchange-head {
      border-bottom: 1px solid #D9D9D9;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      .exchange-detail .exchange-info .exchange-head .exchange-ctg {
        display: block;
        color: var(--bd-yeallow);
        margin-bottom: 10px; }
      .exchange-detail .exchange-info .exchange-head .product-name {
        font-weight: 700;
        font-size: 22px;
        margin-bottom: 10px; }
        @media (max-width: 991px) {
          .exchange-detail .exchange-info .exchange-head .product-name {
            font-size: 18px; } }
      .exchange-detail .exchange-info .exchange-head .exchange-paddy {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-flow: wrap;
        flex-flow: wrap; }
        .exchange-detail .exchange-info .exchange-head .exchange-paddy .paddy-items {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: var(--bd-orange);
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .exchange-detail .exchange-info .exchange-head .exchange-paddy .paddy-items .paddy-icon {
            width: 22px;
            margin-right: 8px; }
            @media (max-width: 991px) {
              .exchange-detail .exchange-info .exchange-head .exchange-paddy .paddy-items .paddy-icon {
                width: 18px; } }
          .exchange-detail .exchange-info .exchange-head .exchange-paddy .paddy-items .paddy-number {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            line-height: 120%; }
            .exchange-detail .exchange-info .exchange-head .exchange-paddy .paddy-items .paddy-number .number {
              font-size: 22px;
              font-weight: 700;
              padding-right: 6px; }
              @media (max-width: 991px) {
                .exchange-detail .exchange-info .exchange-head .exchange-paddy .paddy-items .paddy-number .number {
                  font-size: 18px; } }
    .exchange-detail .exchange-info .exchange-label {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 10px;
      line-height: 100%; }
      @media (max-width: 991px) {
        .exchange-detail .exchange-info .exchange-label {
          font-size: 16px; } }
    .exchange-detail .exchange-info .product-select {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      .exchange-detail .exchange-info .product-select li {
        margin-right: 5px;
        height: 30px;
        background: #FFFFFF;
        border: 1px solid #D9D9D9;
        border-radius: 60px;
        padding: 0 13px;
        line-height: 26px;
        font-weight: 700;
        font-size: 14px;
        cursor: pointer;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
        @media (max-width: 991px) {
          .exchange-detail .exchange-info .product-select li {
            font-size: 12px;
            line-height: 29px; } }
        .exchange-detail .exchange-info .product-select li.disable {
          background: #D9D9D9;
          border: 1px solid #D9D9D9;
          pointer-events: none; }
        .exchange-detail .exchange-info .product-select li.active {
          background: #EB9138;
          border: 1px solid #EB9138;
          color: #fff; }
    .exchange-detail .exchange-info .btn-exchange {
      width: 223px;
      height: 63px;
      font-size: 18px;
      font-weight: 700;
      padding-left: 30px;
      padding-right: 30px; }
      @media (max-width: 767px) {
        .exchange-detail .exchange-info .btn-exchange {
          width: 100%;
          height: 50px;
          font-size: 16px; } }
      .exchange-detail .exchange-info .btn-exchange span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .exchange-detail .exchange-info .btn-exchange span img {
          width: 16px; }
    .exchange-detail .exchange-info .highlight-list {
      padding-top: 30px; }
      .exchange-detail .exchange-info .highlight-list li {
        border-top: 1px solid #000000;
        padding: 20px 0; }
        @media (max-width: 767px) {
          .exchange-detail .exchange-info .highlight-list li {
            padding: 15px 0; } }
        .exchange-detail .exchange-info .highlight-list li .highlight-label {
          cursor: pointer;
          font-size: 18px;
          font-weight: 700;
          padding-right: 20px;
          position: relative; }
          @media (max-width: 991px) {
            .exchange-detail .exchange-info .highlight-list li .highlight-label {
              font-size: 16px; } }
          .exchange-detail .exchange-info .highlight-list li .highlight-label[aria-expanded="true"]::after {
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
          .exchange-detail .exchange-info .highlight-list li .highlight-label::after {
            -webkit-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
            position: absolute;
            right: 0;
            top: 11px;
            width: 0;
            height: 0;
            margin-left: 0.255em;
            vertical-align: 0.255em;
            content: "";
            border-top: 5px solid #000;
            border-right: 5px solid transparent;
            border-bottom: 0;
            border-left: 5px solid transparent; }
        .exchange-detail .exchange-info .highlight-list li .highlight-desc::before {
          display: block;
          content: "";
          height: 30px; }
        .exchange-detail .exchange-info .highlight-list li .circle-row {
          font-size: 14px; }

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- acount-setting-page -----***/
.acount-setting-page .widget-setting {
  background-color: #fff;
  padding: 30px 30px 10px;
  border-radius: 30px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .acount-setting-page .widget-setting {
      padding: 15px 15px 10px;
      border-radius: 16px; } }
  .acount-setting-page .widget-setting .head-page {
    margin-bottom: 13px; }
  .acount-setting-page .widget-setting .acount-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #E6E9ED;
    padding-bottom: 11px; }
    .acount-setting-page .widget-setting .acount-thumb .thumb-label {
      color: #979797;
      margin-bottom: 0; }
    .acount-setting-page .widget-setting .acount-thumb .user__thumb {
      position: relative; }
      .acount-setting-page .widget-setting .acount-thumb .user__thumb .select-thumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: transparent;
        padding: 0;
        padding-bottom: 3px;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
        .acount-setting-page .widget-setting .acount-thumb .user__thumb .select-thumb:hover {
          background-color: rgba(255, 255, 255, 0.3); }
  .acount-setting-page .widget-setting .form-group {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding-right: 30px;
    position: relative; }
    .acount-setting-page .widget-setting .form-group + .form-group {
      border-top: 1px solid #E6E9ED; }
    .acount-setting-page .widget-setting .form-group.link-arrow .arrow-link {
      width: 18px;
      height: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      right: 0;
      line-height: 100%;
      top: calc(50% - 10px);
      color: #000; }
      .acount-setting-page .widget-setting .form-group.link-arrow .arrow-link:hover {
        color: var(--bd-orange); }
    .acount-setting-page .widget-setting .form-group .form-label {
      width: 33%;
      font-size: 14px;
      font-weight: 500;
      color: #979797;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .acount-setting-page .widget-setting .form-group .form-label {
          width: 100%; } }
      .acount-setting-page .widget-setting .form-group .form-label .logo-tools {
        display: inline-block;
        max-width: 28px;
        margin-right: 10px; }
    .acount-setting-page .widget-setting .form-group .form-cont {
      width: 67%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      @media (max-width: 767px) {
        .acount-setting-page .widget-setting .form-group .form-cont {
          width: 100%; } }
      .acount-setting-page .widget-setting .form-group .form-cont .button-edit {
        font-size: 12px;
        font-weight: 700;
        color: #0654BA; }
        .acount-setting-page .widget-setting .form-group .form-cont .button-edit:hover {
          text-decoration: underline; }
      .acount-setting-page .widget-setting .form-group .form-cont .checked {
        color: #45993D;
        font-weight: 700;
        font-size: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .acount-setting-page .widget-setting .form-group .form-cont .checked .svg {
          width: 18px;
          height: 18px;
          margin-right: 5px; }
          .acount-setting-page .widget-setting .form-group .form-cont .checked .svg path {
            fill: #45993D; }

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- TopPage -----***/
.paddy-page .paddy-static {
  border-radius: 30px;
  background: url("../img/common/paddy-box-static.svg") no-repeat 100% 0 #fff;
  background-size: auto 100%;
  padding: 32px 30px 32px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .paddy-page .paddy-static {
      padding: 20px 16px;
      background-size: 40% auto;
      background-position: 100% 0;
      border-radius: 16px; } }
  .paddy-page .paddy-static .paddy-user {
    text-align: center; }
    @media (max-width: 767px) {
      .paddy-page .paddy-static .paddy-user {
        width: 100%; } }
    .paddy-page .paddy-static .paddy-user .paddy-icon img {
      width: 42px; }
      @media (max-width: 767px) {
        .paddy-page .paddy-static .paddy-user .paddy-icon img {
          width: 30px; } }
    .paddy-page .paddy-static .paddy-user .paddy-user-label {
      font-size: 12px;
      margin-bottom: 0; }
    .paddy-page .paddy-static .paddy-user .user-rank {
      font-weight: 700;
      font-size: 18px;
      display: block;
      line-height: 130%; }
  .paddy-page .paddy-static .paddy-info {
    text-align: right; }
    @media (max-width: 767px) {
      .paddy-page .paddy-static .paddy-info {
        width: 100%;
        text-align: center; } }
    .paddy-page .paddy-static .paddy-info .paddy-info-label {
      font-size: 22px;
      display: block;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .paddy-page .paddy-static .paddy-info .paddy-info-label {
          font-size: 18px; } }
    .paddy-page .paddy-static .paddy-info .paddy-number {
      font-size: 42px;
      font-weight: 700;
      line-height: 120%;
      margin-bottom: 16px; }
      @media (max-width: 767px) {
        .paddy-page .paddy-static .paddy-info .paddy-number {
          font-size: 34px;
          margin-bottom: 10px; } }

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- helpPage -----***/
.help-page .help-box {
  border-radius: 30px;
  background-color: #fff;
  padding: 30px; }
  @media (max-width: 767px) {
    .help-page .help-box {
      padding: 20px 15px;
      border-radius: 16px; } }
  .help-page .help-box .head-page {
    margin-bottom: 34px; }
    @media (max-width: 767px) {
      .help-page .help-box .head-page {
        margin-bottom: 16px; } }
    .help-page .help-box .head-page .sortby .sortby-label {
      color: var(--bd-link); }
  .help-page .help-box .help-banner {
    text-align: center;
    padding: 0 30px;
    border-bottom: 3px solid var(--bd-line); }
    @media (max-width: 767px) {
      .help-page .help-box .help-banner {
        padding: 0 10px;
        border-bottom-width: 2px; } }
  .help-page .help-box .faq-list li {
    padding: 25px 0;
    border-bottom: 3px solid var(--bd-line); }
    @media (max-width: 767px) {
      .help-page .help-box .faq-list li {
        border-bottom-width: 2px;
        padding: 16px 0; } }
    .help-page .help-box .faq-list li .quartion-title {
      cursor: pointer;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 0;
      padding-right: 30px;
      position: relative; }
      @media (max-width: 767px) {
        .help-page .help-box .faq-list li .quartion-title {
          font-size: 14px; } }
      .help-page .help-box .faq-list li .quartion-title::after {
        content: "";
        position: absolute;
        right: 8px;
        top: 3px;
        width: 13px;
        height: 13px;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        background: url("../img/icon/plus-icon.svg") no-repeat 50% 50%; }
      .help-page .help-box .faq-list li .quartion-title[aria-expanded="true"]::after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg); }
    .help-page .help-box .faq-list li .answer-box::before {
      display: block;
      height: 18px;
      content: ""; }

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- complainPage -----***/
.complain-page .complain-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 30px; }
  .complain-page .complain-overview .creat-complain {
    height: 150px;
    width: 26%;
    background-color: #fff;
    padding: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    border-radius: 20px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer; }
    @media (max-width: 767px) {
      .complain-page .complain-overview .creat-complain {
        width: 100%;
        height: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: initial;
        flex-flow: initial;
        border-radius: 16px;
        margin-top: 10px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    .complain-page .complain-overview .creat-complain:hover {
      -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
    .complain-page .complain-overview .creat-complain .creat-icon {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      margin-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 767px) {
        .complain-page .complain-overview .creat-complain .creat-icon {
          width: 28px;
          height: 28px;
          margin-bottom: 0;
          margin-right: 10px; } }
      .complain-page .complain-overview .creat-complain .creat-icon .svg {
        width: 30px;
        height: 30px; }
        .complain-page .complain-overview .creat-complain .creat-icon .svg path {
          fill: #fff; }
    .complain-page .complain-overview .creat-complain .creat-label {
      margin-bottom: 0;
      font-weight: 700; }
  .complain-page .complain-overview .overviews-list {
    width: calc(74% - 10px);
    background-color: #fff;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 29px 20px 0;
    font-weight: 700; }
    @media (max-width: 767px) {
      .complain-page .complain-overview .overviews-list {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 16px;
        border-radius: 16px; } }
    .complain-page .complain-overview .overviews-list li {
      padding: 0 6px;
      text-align: center; }
      .complain-page .complain-overview .overviews-list li:last-child {
        padding-right: 0; }
      .complain-page .complain-overview .overviews-list li:first-child {
        padding-left: 0; }
      .complain-page .complain-overview .overviews-list li .number {
        font-size: 32px;
        display: block;
        margin-bottom: 14px;
        line-height: 120%; }
        @media (max-width: 767px) {
          .complain-page .complain-overview .overviews-list li .number {
            font-size: 24px; } }
      .complain-page .complain-overview .overviews-list li .label {
        margin-bottom: 0; }
        @media (max-width: 767px) {
          .complain-page .complain-overview .overviews-list li .label {
            font-size: 12px; } }

.complain-page .story-list li {
  padding-top: 11px;
  padding-bottom: 11px; }

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- BillPage -----***/
.bill-page .bill-list li {
  padding: 10px 20px 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .bill-page .bill-list li {
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      padding: 10px; } }
  .bill-page .bill-list li:nth-child(odd) {
    background-color: #FAFAFA; }
  .bill-page .bill-list li:hover {
    background-color: var(--bd-info-night) !important; }
  .bill-page .bill-list li .icon {
    margin-right: 9px;
    max-width: 23px; }
    @media (max-width: 767px) {
      .bill-page .bill-list li .icon {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 18px;
        margin-right: 6px; } }
  .bill-page .bill-list li .bill-date-code {
    font-size: 12px;
    width: 105px; }
    @media (max-width: 767px) {
      .bill-page .bill-list li .bill-date-code {
        width: calc(100% - 50px);
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    .bill-page .bill-list li .bill-date-code .bill-code {
      font-weight: 700;
      font-size: 14px; }
  .bill-page .bill-list li .name {
    width: 188px; }
    @media (max-width: 767px) {
      .bill-page .bill-list li .name {
        width: 60%;
        padding-left: 28px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; } }
  .bill-page .bill-list li .bill-price {
    width: 130px;
    text-align: right;
    font-weight: 700;
    margin-right: 20px; }
    @media (max-width: 767px) {
      .bill-page .bill-list li .bill-price {
        width: 40%;
        margin-right: 0;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        font-size: 13px; } }
  .bill-page .bill-list li .btn-download {
    cursor: pointer;
    padding: 0;
    border: none;
    background-color: transparent;
    width: 15px; }
    @media (max-width: 767px) {
      .bill-page .bill-list li .btn-download {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; } }

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- profilePage -----***/
.profile-page {
  padding-top: 20px; }
  .profile-page .profile-user {
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .profile-page .profile-user {
        border-radius: 16px; } }
    .profile-page .profile-user .profile-banner {
      height: 200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 767px) {
        .profile-page .profile-user .profile-banner {
          height: 150px; } }
      .profile-page .profile-user .profile-banner img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .profile-page .profile-user .profile-view {
      padding: 0 30px 30px; }
      @media (max-width: 767px) {
        .profile-page .profile-user .profile-view {
          padding: 0 16px 16px; } }
      .profile-page .profile-user .profile-view .profile-avatar {
        margin-bottom: 10px;
        height: 55px; }
        @media (max-width: 767px) {
          .profile-page .profile-user .profile-view .profile-avatar {
            height: 40px; } }
        .profile-page .profile-user .profile-view .profile-avatar .avatar-thumb {
          top: -65px;
          position: relative;
          width: 120px;
          height: 120px;
          border-radius: 50%;
          border: 6px solid #fff;
          background-color: var(--bg-us-1);
          overflow: hidden;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          @media (max-width: 767px) {
            .profile-page .profile-user .profile-view .profile-avatar .avatar-thumb {
              width: 80px;
              height: 80px;
              border: 3px solid #fff;
              top: -40px; } }
      .profile-page .profile-user .profile-view .profile-name {
        font-size: 18px;
        margin-bottom: 4px; }
        @media (max-width: 767px) {
          .profile-page .profile-user .profile-view .profile-name {
            font-size: 16px; } }
      .profile-page .profile-user .profile-view .profile-rank {
        margin-bottom: 7px; }
      .profile-page .profile-user .profile-view .address {
        margin-bottom: 20px; }
      .profile-page .profile-user .profile-view .profile-static {
        margin-left: -6px;
        margin-right: -6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media (max-width: 767px) {
          .profile-page .profile-user .profile-view .profile-static {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: column;
            flex-flow: column; } }
        .profile-page .profile-user .profile-view .profile-static .items {
          padding: 0 6px; }
          @media (max-width: 767px) {
            .profile-page .profile-user .profile-view .profile-static .items {
              margin-bottom: 20px; } }
          .profile-page .profile-user .profile-view .profile-static .items .static-icon {
            margin-bottom: 8px;
            height: 18px; }
          .profile-page .profile-user .profile-view .profile-static .items .static-number {
            color: var(--bd-link);
            font-size: 18px;
            font-weight: 700;
            display: block; }
            @media (max-width: 767px) {
              .profile-page .profile-user .profile-view .profile-static .items .static-number {
                font-size: 16px; } }
          .profile-page .profile-user .profile-view .profile-static .items:last-child {
            margin-bottom: 0; }
          .profile-page .profile-user .profile-view .profile-static .items .static-social {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: wrap;
            flex-flow: wrap; }
            .profile-page .profile-user .profile-view .profile-static .items .static-social li:last-child::after {
              display: none; }
            .profile-page .profile-user .profile-view .profile-static .items .static-social li::after {
              content: "";
              width: 1px;
              height: 14px;
              display: inline-block;
              margin: 0 4px -2px;
              background-color: #000; }
  .profile-page .profile-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .profile-page .profile-wrap .profile-list {
      width: 35%; }
      @media (max-width: 767px) {
        .profile-page .profile-wrap .profile-list {
          width: 100%; } }
      .profile-page .profile-wrap .profile-list .profile-box {
        background-color: #fff;
        border-radius: 20px;
        padding: 30px 26px 30px 30px;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          .profile-page .profile-wrap .profile-list .profile-box {
            padding: 16px;
            border-radius: 16px; } }
        .profile-page .profile-wrap .profile-list .profile-box .profile-title {
          font-size: 22px;
          font-weight: 700;
          margin-bottom: 20px; }
          @media (max-width: 991px) {
            .profile-page .profile-wrap .profile-list .profile-box .profile-title {
              font-size: 18px;
              margin-bottom: 16px; } }
      .profile-page .profile-wrap .profile-list .profile-introduce {
        margin-bottom: 24px; }
        @media (max-width: 991px) {
          .profile-page .profile-wrap .profile-list .profile-introduce {
            margin-bottom: 16px; } }
      .profile-page .profile-wrap .profile-list .personal-info li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .profile-page .profile-wrap .profile-list .personal-info li + li {
          margin-top: 20px; }
          @media (max-width: 991px) {
            .profile-page .profile-wrap .profile-list .personal-info li + li {
              margin-bottom: 15px; } }
        .profile-page .profile-wrap .profile-list .personal-info li .personal-icon {
          width: 16px;
          margin-right: 10px; }
          .profile-page .profile-wrap .profile-list .personal-info li .personal-icon img {
            width: 100%; }
        .profile-page .profile-wrap .profile-list .personal-info li .personal-text {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
      .profile-page .profile-wrap .profile-list .technology-skill {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap; }
        .profile-page .profile-wrap .profile-list .technology-skill li {
          margin-right: 5px;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          border: 1px solid #E7E8EA;
          background-color: #FAFAFA;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .profile-page .profile-wrap .profile-list .technology-skill li:last-child {
            margin-right: 0; }
      .profile-page .profile-wrap .profile-list .certification-list li {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #E6E9ED; }
        @media (max-width: 991px) {
          .profile-page .profile-wrap .profile-list .certification-list li {
            padding-bottom: 15px;
            margin-bottom: 15px; } }
        .profile-page .profile-wrap .profile-list .certification-list li:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: none; }
        .profile-page .profile-wrap .profile-list .certification-list li .certification-label {
          display: block; }
        .profile-page .profile-wrap .profile-list .certification-list li .certification-name {
          display: block;
          font-size: 18px;
          font-weight: 700;
          color: var(--bd-link);
          margin-bottom: 10px; }
          @media (max-width: 991px) {
            .profile-page .profile-wrap .profile-list .certification-list li .certification-name {
              font-size: 16px; } }
        .profile-page .profile-wrap .profile-list .certification-list li .certification-thumb {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: wrap;
          flex-flow: wrap; }
          .profile-page .profile-wrap .profile-list .certification-list li .certification-thumb .items {
            margin-right: 15px; }
            .profile-page .profile-wrap .profile-list .certification-list li .certification-thumb .items:last-child {
              margin-right: 0; }
    .profile-page .profile-wrap .profile-action {
      width: calc(65% - 20px); }
      @media (max-width: 767px) {
        .profile-page .profile-wrap .profile-action {
          width: 100%; } }
      .profile-page .profile-wrap .profile-action .groupItems,
      .profile-page .profile-wrap .profile-action .gameItems {
        margin-bottom: 20px; }

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- shareFriendPage -----***/
.shareFriend-page .guide-box {
  background: url("../img/common/friend-plus.svg") no-repeat 100% 100% #fff;
  border-radius: 30px;
  padding: 24px 30px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .shareFriend-page .guide-box {
      padding: 16px;
      border-radius: 16px;
      background-size: 50% 100%; } }
  .shareFriend-page .guide-box .guide-label {
    font-size: 18px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .shareFriend-page .guide-box .guide-label {
        font-size: 16px; } }
  .shareFriend-page .guide-box .paddy-poin {
    line-height: 100%;
    font-weight: 700;
    font-size: 42px; }
    @media (max-width: 767px) {
      .shareFriend-page .guide-box .paddy-poin {
        font-size: 30px; } }

.shareFriend-page .share-box {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .shareFriend-page .share-box {
      padding: 16px;
      border-radius: 16px; } }
  .shareFriend-page .share-box .share-box-link {
    padding-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .shareFriend-page .share-box .share-box-link {
        -ms-flex-flow: wrap;
        flex-flow: wrap; } }
    .shareFriend-page .share-box .share-box-link .box-link {
      width: calc(100% - 130px);
      border: 1px solid #B6B6B6;
      background-color: #fff;
      border-radius: 50px;
      padding: 13px 60px 13px 30px;
      position: relative; }
      @media (max-width: 767px) {
        .shareFriend-page .share-box .share-box-link .box-link {
          width: 100%;
          margin-bottom: 10px;
          padding: 13px 50px 13px 16px; } }
      .shareFriend-page .share-box .share-box-link .box-link .link-label {
        font-size: 12px;
        color: #B6B6B6;
        margin-bottom: 0;
        display: block; }
      .shareFriend-page .share-box .share-box-link .box-link .link-text {
        font-weight: 700;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 0;
        line-height: 100%; }
      .shareFriend-page .share-box .share-box-link .box-link .btn-coppy {
        padding: 0;
        border: none;
        background-color: transparent;
        position: absolute;
        top: calc(50% - 10px);
        right: 30px;
        cursor: pointer; }
        @media (max-width: 767px) {
          .shareFriend-page .share-box .share-box-link .box-link .btn-coppy {
            right: 20px; } }
    .shareFriend-page .share-box .share-box-link .btn-share {
      height: 60px;
      padding-right: 16px;
      padding-left: 16px;
      font-weight: 700;
      margin-left: 10px; }
      @media (max-width: 767px) {
        .shareFriend-page .share-box .share-box-link .btn-share {
          width: 100%;
          margin-left: 0;
          height: 50px; } }
      .shareFriend-page .share-box .share-box-link .btn-share span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .shareFriend-page .share-box .share-box-link .btn-share img {
        width: 16px;
        margin-left: 10px; }
  .shareFriend-page .share-box .space-or {
    position: relative;
    text-align: center;
    margin: 22px 0; }
    .shareFriend-page .share-box .space-or::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 1px;
      background-color: #000;
      left: 0;
      top: 50%; }
    .shareFriend-page .share-box .space-or span {
      padding: 0 14px;
      font-weight: 700;
      background-color: #fff;
      position: relative;
      z-index: 5;
      display: inline-block; }
  .shareFriend-page .share-box .share-code {
    background-color: #CEF2E7;
    height: 60px;
    border-radius: 50px;
    width: 225px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .shareFriend-page .share-box .share-code .code-label {
      margin-bottom: 2px;
      font-size: 12px;
      color: #B6B6B6; }
    .shareFriend-page .share-box .share-code .code-text {
      font-size: 20px;
      font-weight: 700;
      line-height: 100%;
      display: block; }
      @media (max-width: 767px) {
        .shareFriend-page .share-box .share-code .code-text {
          font-size: 18px; } }

.shareFriend-page .invite-box {
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .shareFriend-page .invite-box {
      border-radius: 16px; } }
  .shareFriend-page .invite-box .head-page {
    padding: 30px 30px 0; }
    @media (max-width: 767px) {
      .shareFriend-page .invite-box .head-page {
        padding: 16px 16px 0; } }
  .shareFriend-page .invite-box .invite-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 17px 14px 17px 30px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    @media (max-width: 767px) {
      .shareFriend-page .invite-box .invite-list li {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        padding: 12px 15px; } }
    .shareFriend-page .invite-box .invite-list li:nth-child(odd) {
      background-color: #FAFAFA; }
    .shareFriend-page .invite-box .invite-list li:hover {
      background-color: var(--bd-info-night); }
    .shareFriend-page .invite-box .invite-list li .invite-date {
      width: 90px; }
      @media (max-width: 767px) {
        .shareFriend-page .invite-box .invite-list li .invite-date {
          width: 50%;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; } }
    .shareFriend-page .invite-box .invite-list li .invite-by {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-left: 10px; }
      @media (max-width: 767px) {
        .shareFriend-page .invite-box .invite-list li .invite-by {
          width: 100%;
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3;
          padding-left: 0; } }
    .shareFriend-page .invite-box .invite-list li .paddy-plus {
      width: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      color: var(--bd-yeallow);
      font-weight: 700; }
      @media (max-width: 767px) {
        .shareFriend-page .invite-box .invite-list li .paddy-plus {
          width: 50%;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
      .shareFriend-page .invite-box .invite-list li .paddy-plus img {
        margin-left: 10px;
        width: 16px;
        height: 18px;
        position: relative;
        bottom: 3px; }

@media (max-width: 767px) {
  .shareFriend-page .box-exchange .slider-exchange .slick-arrow {
    display: none !important; } }

.shareFriend-page .box-exchange .slider-exchange .slick-arrow.slick-next {
  right: -42px; }

.shareFriend-page .box-exchange .slider-exchange .slick-arrow.slick-prev {
  left: -42px; }

.shareFriend-page .box-exchange .slider-exchange .slick-slide {
  padding-top: 20px; }

.shareFriend-page .box-exchange .slider-exchange .items-exchange {
  border-radius: 30px;
  background-color: #fff;
  padding: 0 20px 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .shareFriend-page .box-exchange .slider-exchange .items-exchange {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      padding: 0 16px 16px;
      border-radius: 16px; } }
  .shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-thumb {
    width: 140px;
    margin-top: -20px; }
    @media (max-width: 767px) {
      .shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-thumb {
        margin-bottom: 10px; } }
  .shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    padding-top: 20px; }
    @media (max-width: 767px) {
      .shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        padding-left: 0;
        width: 100%; } }
    .shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info .info-gift {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      @media (max-width: 767px) {
        .shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info .info-gift {
          width: 100%;
          margin-bottom: 16px; } }
      .shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info .info-gift .gift-name {
        font-size: 18px;
        margin-bottom: 6px; }
        @media (max-width: 767px) {
          .shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info .info-gift .gift-name {
            font-size: 16px; } }
      .shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info .info-gift .exchange-paddy {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 22px;
        font-weight: 700;
        color: var(--bd-yeallow); }
        @media (max-width: 767px) {
          .shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info .info-gift .exchange-paddy {
            font-size: 18px; } }
        .shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info .info-gift .exchange-paddy img {
          width: 22px;
          margin-right: 8px; }
    .shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info .btn-exchange {
      width: 65px;
      height: 30px;
      border: 1px solid #000;
      background-color: #fff;
      font-weight: 700;
      padding: 0; }
      .shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info .btn-exchange:hover {
        background-color: var(--bd-orange); }
      @media (max-width: 767px) {
        .shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info .btn-exchange {
          width: 100%; } }
      .shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info .btn-exchange span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .shareFriend-page .box-exchange .slider-exchange .items-exchange .exchange-info .btn-exchange img {
        width: 16px;
        margin-left: 5px; }

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- ParentPagePage -----***/
.home-page .main-banner {
  height: 960px;
  background: -webkit-radial-gradient(13.65% 88.98%, 100% 100%, #C1E9FE 0%, rgba(255, 255, 255, 0.0001) 100%), -webkit-radial-gradient(25.26% 21.66%, 100% 100%, #E4CBF0 0%, rgba(255, 255, 255, 0.0001) 100%), #FFFFFF;
  background: -o-radial-gradient(13.65% 88.98%, 100% 100%, #C1E9FE 0%, rgba(255, 255, 255, 0.0001) 100%), -o-radial-gradient(25.26% 21.66%, 100% 100%, #E4CBF0 0%, rgba(255, 255, 255, 0.0001) 100%), #FFFFFF;
  background: radial-gradient(100% 100% at 13.65% 88.98%, #C1E9FE 0%, rgba(255, 255, 255, 0.0001) 100%), radial-gradient(100% 100% at 25.26% 21.66%, #E4CBF0 0%, rgba(255, 255, 255, 0.0001) 100%), #FFFFFF; }
  @media (max-width: 1366px) {
    .home-page .main-banner {
      min-height: 90vh;
      height: inherit; } }
  @media (max-width: 1199px) {
    .home-page .main-banner {
      min-height: inherit; } }
  .home-page .main-banner > div {
    height: 100%; }
  .home-page .main-banner .banner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (max-width: 991px) {
      .home-page .main-banner .banner-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .home-page .main-banner .banner-wrap .banner-text {
      width: 47%;
      padding-top: 165px;
      max-width: 607px; }
      @media (max-width: 1199px) {
        .home-page .main-banner .banner-wrap .banner-text {
          padding-top: 50px; } }
      @media (max-width: 991px) {
        .home-page .main-banner .banner-wrap .banner-text {
          width: 100%;
          max-width: inherit;
          padding-top: 30px;
          text-align: center; } }
      .home-page .main-banner .banner-wrap .banner-text .text-img {
        padding-bottom: 39px; }
        .home-page .main-banner .banner-wrap .banner-text .text-img img {
          max-height: 269px; }
      .home-page .main-banner .banner-wrap .banner-text .banner-desc {
        font-size: 20px;
        margin-bottom: 95px; }
        @media (max-width: 1366px) {
          .home-page .main-banner .banner-wrap .banner-text .banner-desc {
            margin-bottom: 60px; } }
        @media (max-width: 991px) {
          .home-page .main-banner .banner-wrap .banner-text .banner-desc {
            margin-bottom: 40px; } }
      .home-page .main-banner .banner-wrap .banner-text .banner-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (max-width: 767px) {
          .home-page .main-banner .banner-wrap .banner-text .banner-control {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: column;
            flex-flow: column; } }
        .home-page .main-banner .banner-wrap .banner-text .banner-control .btn-register {
          padding: 16px 32px;
          margin-right: 32px;
          font-size: 18px;
          font-weight: 700; }
          @media (max-width: 767px) {
            .home-page .main-banner .banner-wrap .banner-text .banner-control .btn-register {
              width: 100%;
              font-size: 16px;
              margin-right: 0;
              margin-bottom: 16px; } }
        .home-page .main-banner .banner-wrap .banner-text .banner-control .btn-movie {
          font-size: 18px;
          font-weight: 700;
          color: #052409;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          white-space: nowrap; }
          .home-page .main-banner .banner-wrap .banner-text .banner-control .btn-movie:hover {
            color: var(--bd-orange); }
          .home-page .main-banner .banner-wrap .banner-text .banner-control .btn-movie .play-icon {
            margin-right: 10px;
            height: 40px;
            width: 40px;
            background-color: var(--bd-orange);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 50%;
            font-size: 12px;
            color: #fff; }
    .home-page .main-banner .banner-wrap .banner-img {
      width: 45.3%; }
      @media (max-width: 991px) {
        .home-page .main-banner .banner-wrap .banner-img {
          width: 100%;
          max-width: 400px; } }
      .home-page .main-banner .banner-wrap .banner-img img {
        width: 100%; }

.home-page .category-blog {
  margin-bottom: 48px; }
  .home-page .category-blog .category-list {
    margin-top: -190px;
    grid-gap: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 1199px) {
      .home-page .category-blog .category-list {
        margin-top: -120px; } }
    @media (max-width: 991px) {
      .home-page .category-blog .category-list {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 16px; } }
    .home-page .category-blog .category-list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 32px;
      border: 2px solid #FFFFFF;
      border-radius: 0px 0px 50px 0px; }
      .home-page .category-blog .category-list li:nth-child(1) {
        background-color: #E3F0FF; }
      .home-page .category-blog .category-list li:nth-child(2) {
        background-color: #FFF2DE; }
      .home-page .category-blog .category-list li:nth-child(3) {
        background-color: #ECFFD7; }
      @media (max-width: 767px) {
        .home-page .category-blog .category-list li {
          padding: 16px; } }
      .home-page .category-blog .category-list li .ctg-thumb {
        width: 160px;
        height: 160px;
        margin-bottom: 60px; }
        @media (max-width: 767px) {
          .home-page .category-blog .category-list li .ctg-thumb {
            width: 100px;
            height: 100px;
            margin-bottom: 20px; } }
        .home-page .category-blog .category-list li .ctg-thumb .img {
          border-radius: 50%; }
      .home-page .category-blog .category-list li .ctg-label {
        display: block;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 700; }
      .home-page .category-blog .category-list li .ctg-name {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 16px; }
        @media (max-width: 767px) {
          .home-page .category-blog .category-list li .ctg-name {
            font-size: 18px; } }
      .home-page .category-blog .category-list li .ctg-desc {
        font-size: 18px;
        line-height: 125%;
        margin-bottom: 28px; }
        @media (max-width: 767px) {
          .home-page .category-blog .category-list li .ctg-desc {
            font-size: 16px;
            margin-bottom: 16px; } }
      .home-page .category-blog .category-list li .readmore {
        font-size: 16px;
        font-weight: 700; }
        @media (max-width: 767px) {
          .home-page .category-blog .category-list li .readmore {
            font-size: 14px; } }

.home-page .teky-introduce {
  padding-bottom: 50px; }
  .home-page .teky-introduce .introduce-wrap {
    position: relative;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .home-page .teky-introduce .introduce-wrap {
        -ms-flex-flow: wrap;
        flex-flow: wrap; } }
    .home-page .teky-introduce .introduce-wrap::before {
      content: "";
      width: 85%;
      height: 70%;
      left: 0;
      background: rgba(93, 194, 167, 0.06);
      border-radius: 0px 458px 458px 0px;
      position: absolute;
      top: calc(15% + 30px); }
      @media (max-width: 991px) {
        .home-page .teky-introduce .introduce-wrap::before {
          display: none; } }
    .home-page .teky-introduce .introduce-wrap .introduce-thumb {
      width: 40%;
      position: relative;
      z-index: 3; }
      @media (max-width: 991px) {
        .home-page .teky-introduce .introduce-wrap .introduce-thumb {
          width: 100%;
          max-width: 400px;
          overflow: hidden;
          margin: 0 auto;
          padding-right: 60px; } }
    .home-page .teky-introduce .introduce-wrap .introduce-info {
      padding-top: 30px;
      width: 57%;
      position: relative;
      z-index: 3;
      padding-right: 30px; }
      @media (max-width: 991px) {
        .home-page .teky-introduce .introduce-wrap .introduce-info {
          width: 100%;
          padding: 0 16px; } }
      .home-page .teky-introduce .introduce-wrap .introduce-info .introduce-title {
        margin-bottom: 30px;
        font-size: 32px;
        font-weight: 700;
        color: #333; }
        @media (max-width: 991px) {
          .home-page .teky-introduce .introduce-wrap .introduce-info .introduce-title {
            font-size: 24px; } }
        @media (max-width: 767px) {
          .home-page .teky-introduce .introduce-wrap .introduce-info .introduce-title {
            font-size: 20px; } }
        .home-page .teky-introduce .introduce-wrap .introduce-info .introduce-title .item {
          position: relative;
          margin-left: -130px; }
          @media (max-width: 991px) {
            .home-page .teky-introduce .introduce-wrap .introduce-info .introduce-title .item {
              width: 90px;
              display: inline-block;
              margin-left: -80px; } }
      .home-page .teky-introduce .introduce-wrap .introduce-info .introduce-desc {
        font-size: 18px;
        margin-bottom: 27px; }
        @media (max-width: 767px) {
          .home-page .teky-introduce .introduce-wrap .introduce-info .introduce-desc {
            font-size: 16px; } }
      .home-page .teky-introduce .introduce-wrap .introduce-info .group-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .home-page .teky-introduce .introduce-wrap .introduce-info .group-button .btn {
          margin-right: 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 14px 31px;
          font-size: 14px;
          font-weight: 700;
          text-transform: uppercase;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          @media (max-width: 767px) {
            .home-page .teky-introduce .introduce-wrap .introduce-info .group-button .btn {
              width: 100%;
              margin-right: 0;
              margin-bottom: 10px; } }

.home-page .static-box {
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .home-page .static-box {
      padding-bottom: 50px; } }
  .home-page .static-box .static-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (max-width: 767px) {
      .home-page .static-box .static-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .home-page .static-box .static-list li {
      width: 33.33%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #333;
      padding-bottom: 20px;
      padding-top: 30px;
      position: relative;
      border-left: 1px solid #000;
      padding-left: 38px;
      padding-right: 25px; }
      @media (max-width: 1199px) {
        .home-page .static-box .static-list li {
          padding-left: 20px;
          padding-right: 20px;
          padding-top: 20px; } }
      @media (max-width: 991px) {
        .home-page .static-box .static-list li {
          padding-left: 16px;
          padding-right: 16px;
          padding-top: 16px;
          -ms-flex-flow: wrap;
          flex-flow: wrap; } }
      @media (max-width: 767px) {
        .home-page .static-box .static-list li {
          border: none;
          width: 100%;
          padding: 10px !important;
          margin-bottom: 20px;
          -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } }
      .home-page .static-box .static-list li::before, .home-page .static-box .static-list li::after {
        content: "";
        width: 125px;
        height: 1px;
        background-color: #000;
        position: absolute; }
        @media (max-width: 767px) {
          .home-page .static-box .static-list li::before, .home-page .static-box .static-list li::after {
            display: none; } }
      .home-page .static-box .static-list li::before {
        left: 0;
        bottom: 0; }
      .home-page .static-box .static-list li::after {
        right: 0;
        bottom: 0; }
      .home-page .static-box .static-list li:nth-child(1)::before {
        display: none; }
      .home-page .static-box .static-list li:nth-child(3)::after {
        display: none; }
      .home-page .static-box .static-list li:nth-child(1), .home-page .static-box .static-list li:nth-child(2), .home-page .static-box .static-list li:nth-child(3) {
        padding-top: 0; }
      .home-page .static-box .static-list li:nth-child(4), .home-page .static-box .static-list li:nth-child(5), .home-page .static-box .static-list li:nth-child(6) {
        padding-bottom: 0; }
        .home-page .static-box .static-list li:nth-child(4)::before, .home-page .static-box .static-list li:nth-child(4)::after, .home-page .static-box .static-list li:nth-child(5)::before, .home-page .static-box .static-list li:nth-child(5)::after, .home-page .static-box .static-list li:nth-child(6)::before, .home-page .static-box .static-list li:nth-child(6)::after {
          display: none; }
      .home-page .static-box .static-list li:nth-child(1), .home-page .static-box .static-list li:nth-child(4) {
        padding-left: 0;
        border-left: 0; }
      .home-page .static-box .static-list li .static-number {
        width: 140px;
        font-size: 56px;
        font-weight: 700;
        line-height: 100%; }
        @media (max-width: 1199px) {
          .home-page .static-box .static-list li .static-number {
            font-size: 40px;
            width: 110px; } }
        @media (max-width: 991px) {
          .home-page .static-box .static-list li .static-number {
            font-size: 28px;
            width: 100%; } }
      .home-page .static-box .static-list li .static-info {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        @media (max-width: 991px) {
          .home-page .static-box .static-list li .static-info {
            width: 100%; } }
        .home-page .static-box .static-list li .static-info .static-label {
          display: block;
          margin-bottom: 0;
          font-size: 22px;
          font-weight: 700; }
          @media (max-width: 1199px) {
            .home-page .static-box .static-list li .static-info .static-label {
              font-size: 18px; } }
          @media (max-width: 767px) {
            .home-page .static-box .static-list li .static-info .static-label {
              font-size: 16px; } }
        .home-page .static-box .static-list li .static-info .static-text {
          font-size: 18px;
          opacity: 0.5;
          margin-bottom: 0; }
          @media (max-width: 1199px) {
            .home-page .static-box .static-list li .static-info .static-text {
              font-size: 16px; } }

.home-page .why-teky {
  padding-bottom: 70px;
  margin-bottom: 30px;
  position: relative; }
  @media (max-width: 1366px) {
    .home-page .why-teky {
      background-size: 50% auto; } }
  @media (max-width: 767px) {
    .home-page .why-teky {
      padding-bottom: 50px; } }
  .home-page .why-teky .mw-1400 {
    position: relative; }
    .home-page .why-teky .mw-1400::before {
      content: "";
      position: absolute;
      left: -100px;
      bottom: -50px;
      width: 55%;
      height: 80%;
      content: "";
      background: url("../img/common/why-background.png") no-repeat 0 100%;
      background-size: contain; }
    .home-page .why-teky .mw-1400 > * {
      position: relative;
      z-index: 5; }
  .home-page .why-teky .why-list {
    grid-gap: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    row-gap: 50px; }
    @media (max-width: 1366px) {
      .home-page .why-teky .why-list {
        grid-gap: 20px;
        row-gap: 40px; } }
    @media (max-width: 991px) {
      .home-page .why-teky .why-list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px; } }
    @media (max-width: 767px) {
      .home-page .why-teky .why-list {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); } }
    .home-page .why-teky .why-list li {
      padding: 40px;
      background: #FFFFFF;
      border: 1px solid #E8EDFC;
      -webkit-box-shadow: 10px 30px 30px 3px rgba(177, 188, 199, 0.15);
      box-shadow: 10px 30px 30px 3px rgba(177, 188, 199, 0.15);
      border-radius: 0px 0px 80px 0px; }
      @media (max-width: 1366px) {
        .home-page .why-teky .why-list li {
          padding: 30px; } }
      @media (max-width: 1199px) {
        .home-page .why-teky .why-list li {
          padding: 20px; } }
      @media (max-width: 991px) {
        .home-page .why-teky .why-list li {
          border-radius: 0px 0px 40px 0px; } }
      @media (max-width: 767px) {
        .home-page .why-teky .why-list li {
          border-radius: 0px 0px 30px 0px; } }
      .home-page .why-teky .why-list li .icon-thumb {
        text-align: center;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px; }
        @media (max-width: 1199px) {
          .home-page .why-teky .why-list li .icon-thumb {
            height: 65px;
            margin-bottom: 24px; } }
      .home-page .why-teky .why-list li .why-title {
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 16px; }
        @media (max-width: 1199px) {
          .home-page .why-teky .why-list li .why-title {
            font-size: 18px; } }
      .home-page .why-teky .why-list li .why-text {
        margin-bottom: 0;
        text-align: justify;
        font-size: 18px; }
        @media (max-width: 1199px) {
          .home-page .why-teky .why-list li .why-text {
            font-size: 16px; } }

.home-page .solution-box .solution-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px; }
  @media (max-width: 1199px) {
    .home-page .solution-box .solution-list li {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .home-page .solution-box .solution-list li {
      -ms-flex-flow: wrap;
      flex-flow: wrap; } }
  .home-page .solution-box .solution-list li:last-child {
    margin-bottom: 0; }
  .home-page .solution-box .solution-list li:first-child .solution-thumb {
    padding-left: 20px; }
    @media (max-width: 767px) {
      .home-page .solution-box .solution-list li:first-child .solution-thumb {
        padding-left: 0; } }
  .home-page .solution-box .solution-list li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse; }
    @media (max-width: 767px) {
      .home-page .solution-box .solution-list li:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; } }
    .home-page .solution-box .solution-list li:nth-child(even) .solution-info {
      padding-left: 0;
      padding-right: 20px; }
  .home-page .solution-box .solution-list li:nth-child(3) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .home-page .solution-box .solution-list li:nth-child(3) .solution-info {
      padding-top: 0;
      padding-bottom: 20px; }
  .home-page .solution-box .solution-list li .solution-thumb {
    width: 440px; }
    @media (max-width: 1199px) {
      .home-page .solution-box .solution-list li .solution-thumb {
        width: 300px; } }
    @media (max-width: 767px) {
      .home-page .solution-box .solution-list li .solution-thumb {
        width: 100%;
        text-align: center;
        padding: 0 50px !important;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  .home-page .solution-box .solution-list li .solution-info {
    padding-top: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    font-size: 18px; }
    @media (max-width: 991px) {
      .home-page .solution-box .solution-list li .solution-info {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .home-page .solution-box .solution-list li .solution-info {
        width: 100%;
        padding-left: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 0; } }
    .home-page .solution-box .solution-list li .solution-info .solution-title {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .home-page .solution-box .solution-list li .solution-info .solution-title {
          font-size: 18px; } }
    .home-page .solution-box .solution-list li .solution-info .circle-row {
      margin-bottom: 0;
      font-size: 18px; }
      @media (max-width: 991px) {
        .home-page .solution-box .solution-list li .solution-info .circle-row {
          font-size: 16px; } }
      .home-page .solution-box .solution-list li .solution-info .circle-row::before {
        top: 10px; }

.home-page .student-box {
  margin-bottom: 100px; }
  @media (max-width: 991px) {
    .home-page .student-box {
      margin-bottom: 50px; } }
  .home-page .student-box .student-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .home-page .student-box .student-wrap .student-thumb {
      width: 44%;
      position: relative; }
      @media (max-width: 767px) {
        .home-page .student-box .student-wrap .student-thumb {
          width: 100%; } }
      .home-page .student-box .student-wrap .student-thumb img {
        width: 100%; }
      .home-page .student-box .student-wrap .student-thumb .playnow {
        border: none;
        padding: 0;
        background-color: transparent;
        position: absolute;
        left: -20px;
        top: 100px; }
        @media (max-width: 1199px) {
          .home-page .student-box .student-wrap .student-thumb .playnow {
            width: 110px; } }
        @media (max-width: 767px) {
          .home-page .student-box .student-wrap .student-thumb .playnow {
            left: 0;
            top: calc(50% - 25px); } }
    .home-page .student-box .student-wrap .student-info {
      width: 56%;
      padding-left: 67px; }
      @media (max-width: 1199px) {
        .home-page .student-box .student-wrap .student-info {
          padding-left: 30px; } }
      @media (max-width: 767px) {
        .home-page .student-box .student-wrap .student-info {
          width: 100%;
          padding-left: 0; } }
      .home-page .student-box .student-wrap .student-info .student-subtitle {
        font-size: 22px;
        letter-spacing: -2px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (max-width: 991px) {
          .home-page .student-box .student-wrap .student-info .student-subtitle {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .home-page .student-box .student-wrap .student-info .student-subtitle {
            font-size: 16px; } }
        .home-page .student-box .student-wrap .student-info .student-subtitle img {
          margin-left: 8px; }
          @media (max-width: 991px) {
            .home-page .student-box .student-wrap .student-info .student-subtitle img {
              width: 20px; } }
      .home-page .student-box .student-wrap .student-info .student-title {
        font-size: 30px;
        font-weight: 700;
        letter-spacing: -2px;
        margin-bottom: 30px; }
        @media (max-width: 991px) {
          .home-page .student-box .student-wrap .student-info .student-title {
            font-size: 24px;
            margin-bottom: 20px; } }
      .home-page .student-box .student-wrap .student-info .student-desc {
        font-size: 18px;
        margin-bottom: 30px; }
        @media (max-width: 991px) {
          .home-page .student-box .student-wrap .student-info .student-desc {
            margin-bottom: 20px;
            font-size: 16px; } }
      .home-page .student-box .student-wrap .student-info .student-name {
        font-size: 18px; }
        @media (max-width: 991px) {
          .home-page .student-box .student-wrap .student-info .student-name {
            font-size: 16px; } }
      .home-page .student-box .student-wrap .student-info .student-achievements {
        font-size: 12px; }
        .home-page .student-box .student-wrap .student-info .student-achievements .achievements {
          color: #FBA800; }
  .home-page .student-box .student-list {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-color: #d2d2d2 var(--bd-green) !important;
    scrollbar-width: thin !important; }
    .home-page .student-box .student-list::-webkit-scrollbar {
      width: 0px;
      height: 8px;
      border-radius: 10px; }
    .home-page .student-box .student-list::-webkit-scrollbar-track-piece {
      background-color: #C2D2E4;
      border-radius: 10px; }
    .home-page .student-box .student-list::-webkit-scrollbar-thumb {
      border-radius: 10px;
      height: 8px;
      background-color: var(--bd-green); }
    .home-page .student-box .student-list li {
      display: inline-block;
      width: calc(100%/6); }
      @media (max-width: 991px) {
        .home-page .student-box .student-list li {
          width: calc(100%/3); } }
      .home-page .student-box .student-list li + li {
        margin-left: -4px; }
      .home-page .student-box .student-list li:last-child .items {
        border-radius: 0px 0px 40px 0px; }
        @media (max-width: 991px) {
          .home-page .student-box .student-list li:last-child .items {
            border-radius: 0px 0px 20px 0px; } }
      .home-page .student-box .student-list li .items {
        display: block;
        position: relative;
        overflow: hidden;
        height: 100%; }
        .home-page .student-box .student-list li .items:hover img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .home-page .student-box .student-list li .items img {
          height: 15.8vw;
          width: 15.8vw;
          -webkit-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s;
          -o-object-fit: cover;
          object-fit: cover; }
          @media (min-width: 1520px) {
            .home-page .student-box .student-list li .items img {
              max-height: 240px;
              max-width: 240px; } }
          @media (max-width: 991px) {
            .home-page .student-box .student-list li .items img {
              height: 30.5vw;
              width: 30.5vw; } }
        .home-page .student-box .student-list li .items .student-detail {
          background: -webkit-gradient(linear, left top, left bottom, color-stop(35.42%, rgba(196, 196, 196, 0)), to(rgba(0, 0, 0, 0.5)));
          background: -webkit-linear-gradient(top, rgba(196, 196, 196, 0) 35.42%, rgba(0, 0, 0, 0.5) 100%);
          background: -o-linear-gradient(top, rgba(196, 196, 196, 0) 35.42%, rgba(0, 0, 0, 0.5) 100%);
          background: linear-gradient(180deg, rgba(196, 196, 196, 0) 35.42%, rgba(0, 0, 0, 0.5) 100%);
          width: 100%;
          position: absolute;
          left: 0;
          bottom: 0;
          height: 80%;
          padding: 10px;
          color: #fff;
          text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
          font-weight: 700;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
          @media (max-width: 991px) {
            .home-page .student-box .student-list li .items .student-detail {
              padding: 6px; } }
          .home-page .student-box .student-list li .items .student-detail .student-name {
            font-size: 18px;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis; }
            @media (max-width: 1199px) {
              .home-page .student-box .student-list li .items .student-detail .student-name {
                font-size: 14px; } }
            @media (max-width: 991px) {
              .home-page .student-box .student-list li .items .student-detail .student-name {
                font-size: 12px; } }
          .home-page .student-box .student-list li .items .student-detail .school-name {
            font-size: 12px;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis; }

.home-page .talk-about {
  padding: 100px 0 110px;
  background: -webkit-radial-gradient(13.65% 88.98%, 100% 100%, #C1E9FE 0%, rgba(255, 255, 255, 0.0001) 100%), -webkit-radial-gradient(25.26% 21.66%, 100% 100%, #E4CBF0 0%, rgba(255, 255, 255, 0.0001) 100%), #FFFFFF;
  background: -o-radial-gradient(13.65% 88.98%, 100% 100%, #C1E9FE 0%, rgba(255, 255, 255, 0.0001) 100%), -o-radial-gradient(25.26% 21.66%, 100% 100%, #E4CBF0 0%, rgba(255, 255, 255, 0.0001) 100%), #FFFFFF;
  background: radial-gradient(100% 100% at 13.65% 88.98%, #C1E9FE 0%, rgba(255, 255, 255, 0.0001) 100%), radial-gradient(100% 100% at 25.26% 21.66%, #E4CBF0 0%, rgba(255, 255, 255, 0.0001) 100%), #FFFFFF; }
  @media (max-width: 991px) {
    .home-page .talk-about {
      padding: 50px 0 55px; } }
  .home-page .talk-about .head-box .head-box-title .head-title .ellip::after {
    height: 50px;
    width: 110px;
    top: -5px; }
    @media (max-width: 991px) {
      .home-page .talk-about .head-box .head-box-title .head-title .ellip::after {
        height: 38px; } }
  .home-page .talk-about .talk-wrap {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .home-page .talk-about .talk-wrap .talk-thumb {
      width: 51.4%; }
      @media (max-width: 767px) {
        .home-page .talk-about .talk-wrap .talk-thumb {
          width: 100%;
          margin-bottom: 30px; } }
      .home-page .talk-about .talk-wrap .talk-thumb img {
        width: 100%; }
    .home-page .talk-about .talk-wrap .talk-info {
      position: relative;
      width: calc(48.6% - 32px);
      font-size: 16px; }
      @media (max-width: 767px) {
        .home-page .talk-about .talk-wrap .talk-info {
          width: 100%; } }
      .home-page .talk-about .talk-wrap .talk-info > * {
        position: relative;
        z-index: 5; }
      .home-page .talk-about .talk-wrap .talk-info::before {
        width: 102px;
        height: 65px;
        content: "";
        background: url("../img/common/quote.png") no-repeat;
        background-size: contain;
        left: 0;
        top: -32px;
        position: absolute; }
        @media (max-width: 767px) {
          .home-page .talk-about .talk-wrap .talk-info::before {
            width: 60px;
            height: 37px;
            top: -6px; } }
      .home-page .talk-about .talk-wrap .talk-info .info-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-flow: wrap;
        flex-flow: wrap; }
        .home-page .talk-about .talk-wrap .talk-info .info-footer .btn-movie {
          font-size: 16px;
          font-weight: 700;
          color: #EF4B4B;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .home-page .talk-about .talk-wrap .talk-info .info-footer .btn-movie .play-icon {
            margin-right: 10px;
            height: 24px;
            width: 24px;
            background-color: #EF4B4B;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 50%;
            font-size: 8px;
            color: #fff; }
  .home-page .talk-about .talk-list {
    overflow: hidden; }
    .home-page .talk-about .talk-list .slider-talk {
      width: calc(100% + 40px);
      margin-left: -20px; }
      @media (max-width: 1366px) {
        .home-page .talk-about .talk-list .slider-talk {
          width: calc(100% + 20px);
          margin-left: -10px; } }
      .home-page .talk-about .talk-list .slider-talk .slick-slide {
        padding: 0 20px 30px; }
        @media (max-width: 1366px) {
          .home-page .talk-about .talk-list .slider-talk .slick-slide {
            padding: 0 10px 30px; } }
        @media (max-width: 767px) {
          .home-page .talk-about .talk-list .slider-talk .slick-slide {
            padding: 0 5px 20px; } }
      .home-page .talk-about .talk-list .slider-talk .items {
        height: 176px;
        background-color: #fff;
        border-radius: 0px 0px 50px 0px;
        -webkit-box-shadow: 8px 24px 24px 2px rgba(177, 188, 199, 0.1);
        box-shadow: 8px 24px 24px 2px rgba(177, 188, 199, 0.1);
        border: 1px solid #E8EDFC;
        padding: 24px 32px;
        position: relative;
        overflow: hidden; }
        @media (max-width: 1199px) {
          .home-page .talk-about .talk-list .slider-talk .items {
            padding: 16px 20px;
            border-radius: 0px 0px 30px 0px; } }
        @media (max-width: 767px) {
          .home-page .talk-about .talk-list .slider-talk .items {
            padding: 16px;
            height: 160px;
            -webkit-box-shadow: 4px 12px 12px 2px rgba(177, 188, 199, 0.1);
            box-shadow: 4px 12px 12px 2px rgba(177, 188, 199, 0.1); } }
        .home-page .talk-about .talk-list .slider-talk .items > * {
          position: relative; }
        .home-page .talk-about .talk-list .slider-talk .items.movie {
          color: #fff; }
        .home-page .talk-about .talk-list .slider-talk .items .background-movie {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%; }
          .home-page .talk-about .talk-list .slider-talk .items .background-movie img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; }
        .home-page .talk-about .talk-list .slider-talk .items .items-head {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-bottom: 16px; }
          .home-page .talk-about .talk-list .slider-talk .items .items-head .student-thumb {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            overflow: hidden; }
            @media (max-width: 767px) {
              .home-page .talk-about .talk-list .slider-talk .items .items-head .student-thumb {
                width: 40px;
                height: 40px; } }
            .home-page .talk-about .talk-list .slider-talk .items .items-head .student-thumb img {
              border-radius: 50%;
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
              object-fit: cover; }
          .home-page .talk-about .talk-list .slider-talk .items .items-head .student-info {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            width: calc(100% - 50px);
            padding-left: 10px; }
            @media (max-width: 767px) {
              .home-page .talk-about .talk-list .slider-talk .items .items-head .student-info {
                width: calc(100% - 40px); } }
            .home-page .talk-about .talk-list .slider-talk .items .items-head .student-info .student-name {
              display: block;
              font-size: 20px; }
              @media (max-width: 1199px) {
                .home-page .talk-about .talk-list .slider-talk .items .items-head .student-info .student-name {
                  font-size: 18px;
                  white-space: nowrap;
                  overflow: hidden;
                  -o-text-overflow: ellipsis;
                  text-overflow: ellipsis; } }
              @media (max-width: 767px) {
                .home-page .talk-about .talk-list .slider-talk .items .items-head .student-info .student-name {
                  font-size: 16px; } }
            .home-page .talk-about .talk-list .slider-talk .items .items-head .student-info .student-label {
              color: var(--bd-green);
              font-size: 16px;
              display: block; }
              @media (max-width: 767px) {
                .home-page .talk-about .talk-list .slider-talk .items .items-head .student-info .student-label {
                  font-size: 14px; } }
        .home-page .talk-about .talk-list .slider-talk .items .student-desc {
          margin-bottom: 0;
          font-size: 16px;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          line-height: 120%; }
          @media (max-width: 1199px) {
            .home-page .talk-about .talk-list .slider-talk .items .student-desc {
              font-size: 14px;
              -webkit-line-clamp: 4; } }
          @media (max-width: 767px) {
            .home-page .talk-about .talk-list .slider-talk .items .student-desc {
              -webkit-line-clamp: 3; } }
        .home-page .talk-about .talk-list .slider-talk .items .buttn-play {
          width: 64px;
          height: 64px;
          border-radius: 50%;
          border: 6px solid rgba(255, 255, 255, 0.3);
          background-color: transparent;
          color: var(--bd-green);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-size: 20px;
          position: absolute;
          right: 30px;
          top: 17px;
          -webkit-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s;
          z-index: 5; }
          @media (max-width: 1199px) {
            .home-page .talk-about .talk-list .slider-talk .items .buttn-play {
              width: 40px;
              height: 40px;
              border-width: 4px;
              right: 17px;
              font-size: 16px; } }
          .home-page .talk-about .talk-list .slider-talk .items .buttn-play:hover {
            border-color: white; }
    .home-page .talk-about .talk-list .slider-control {
      max-width: 1150px;
      margin: 0 auto;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 16px; }
      .home-page .talk-about .talk-list .slider-control .slider-control-dots {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 106px; }
        @media (max-width: 1199px) {
          .home-page .talk-about .talk-list .slider-control .slider-control-dots {
            padding-right: 70px; } }
        @media (max-width: 991px) {
          .home-page .talk-about .talk-list .slider-control .slider-control-dots {
            padding-right: 50px; } }
        @media (max-width: 767px) {
          .home-page .talk-about .talk-list .slider-control .slider-control-dots {
            padding-right: 30px; } }
        .home-page .talk-about .talk-list .slider-control .slider-control-dots .slick-dots {
          position: initial;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .home-page .talk-about .talk-list .slider-control .slider-control-dots .slick-dots li {
            height: 3px;
            margin: 0;
            width: 100%; }
            .home-page .talk-about .talk-list .slider-control .slider-control-dots .slick-dots li.slick-active button {
              background-color: var(--bd-green); }
            .home-page .talk-about .talk-list .slider-control .slider-control-dots .slick-dots li button {
              border-radius: 0;
              width: 100%;
              height: 3px;
              background-color: #DBDBF0; }
      .home-page .talk-about .talk-list .slider-control .slider-control-arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .home-page .talk-about .talk-list .slider-control .slider-control-arrows button {
          background: #E9E9F6;
          border-radius: 12px;
          height: 42px;
          width: 42px;
          color: var(--bd-green);
          font-size: 16px;
          margin-left: 16px;
          border: none;
          cursor: pointer;
          text-indent: initial;
          opacity: 1; }
          @media (max-width: 991px) {
            .home-page .talk-about .talk-list .slider-control .slider-control-arrows button {
              width: 30px;
              height: 30px;
              font-size: 14px;
              border-radius: 8px;
              margin-left: 10px; } }
          .home-page .talk-about .talk-list .slider-control .slider-control-arrows button:hover {
            background-color: var(--bd-green);
            color: #fff; }

.home-page .tuition-box {
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .home-page .tuition-box {
      padding: 30px 0 50px; } }
  .home-page .tuition-box::before {
    position: absolute;
    content: "";
    height: 300px;
    background-color: var(--bd-green);
    width: 100%;
    left: 0;
    top: 0; }
  .home-page .tuition-box > * {
    position: relative; }
  .home-page .tuition-box .head-box {
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .home-page .tuition-box .head-box {
        margin-bottom: 25px; } }
    .home-page .tuition-box .head-box .head-box-title {
      color: #fff; }
      .home-page .tuition-box .head-box .head-box-title .label-cmn {
        color: #FCF055; }
    .home-page .tuition-box .head-box .btn-register {
      background-color: #FCF055;
      color: #000; }
  .home-page .tuition-box .tuition-list {
    grid-gap: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 991px) {
      .home-page .tuition-box .tuition-list {
        grid-gap: 6px; } }
    @media (max-width: 767px) {
      .home-page .tuition-box .tuition-list {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); } }
    .home-page .tuition-box .tuition-list li {
      padding: 30px 20px;
      background: #FFFFFF;
      border: 1px solid #E8EDFC;
      -webkit-box-shadow: 10px 30px 30px 3px rgba(177, 188, 199, 0.15);
      box-shadow: 10px 30px 30px 3px rgba(177, 188, 199, 0.15);
      border-radius: 0px 0px 50px 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 991px) {
        .home-page .tuition-box .tuition-list li {
          padding: 16px;
          border-radius: 0px 0px 30px 0px; } }
      .home-page .tuition-box .tuition-list li .list-head {
        height: 84px;
        border-bottom: 1px solid #000; }
        @media (max-width: 991px) {
          .home-page .tuition-box .tuition-list li .list-head {
            height: 70px; } }
        .home-page .tuition-box .tuition-list li .list-head .course-label {
          font-size: 18px;
          margin-bottom: 0;
          line-height: 100%; }
          @media (max-width: 991px) {
            .home-page .tuition-box .tuition-list li .list-head .course-label {
              font-size: 16px; } }
        .home-page .tuition-box .tuition-list li .list-head .course-name {
          font-size: 22px;
          line-height: 120%; }
          @media (max-width: 991px) {
            .home-page .tuition-box .tuition-list li .list-head .course-name {
              font-size: 18px; } }
      .home-page .tuition-box .tuition-list li .list-body {
        height: 75%;
        padding-top: 30px;
        margin-bottom: 7px; }
        @media (max-width: 991px) {
          .home-page .tuition-box .tuition-list li .list-body {
            padding-top: 20px;
            height: 78%; } }
        .home-page .tuition-box .tuition-list li .list-body .price-hour {
          margin-bottom: 30px;
          line-height: 100%;
          font-size: 18px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          @media (max-width: 991px) {
            .home-page .tuition-box .tuition-list li .list-body .price-hour {
              margin-bottom: 20px;
              font-size: 16px; } }
          .home-page .tuition-box .tuition-list li .list-body .price-hour .price {
            color: var(--bd-orange);
            padding: 0 5px;
            font-size: 30px;
            font-weight: 700; }
            @media (max-width: 991px) {
              .home-page .tuition-box .tuition-list li .list-body .price-hour .price {
                font-size: 20px; } }
        .home-page .tuition-box .tuition-list li .list-body .circle-row {
          font-size: 18px;
          margin-bottom: 16px;
          margin-left: 12px;
          padding-left: 16px; }
          @media (max-width: 991px) {
            .home-page .tuition-box .tuition-list li .list-body .circle-row {
              font-size: 14px;
              margin-left: 0;
              margin-bottom: 10px; } }
          .home-page .tuition-box .tuition-list li .list-body .circle-row:last-child {
            margin-bottom: 0; }
          .home-page .tuition-box .tuition-list li .list-body .circle-row::before {
            top: 10px; }
            @media (max-width: 991px) {
              .home-page .tuition-box .tuition-list li .list-body .circle-row::before {
                top: 7px; } }
      .home-page .tuition-box .tuition-list li .btn-register {
        height: 46px;
        font-size: 14px;
        font-weight: 700;
        width: 100%;
        text-transform: uppercase; }

.home-page .achievements-box {
  padding-bottom: 50px; }
  @media (max-width: 991px) {
    .home-page .achievements-box {
      padding-bottom: 25px; } }
  .home-page .achievements-box .head-box .head-box-title .head-title .ellip::after {
    width: 125px;
    height: 54px;
    top: -10px; }
    @media (max-width: 991px) {
      .home-page .achievements-box .head-box .head-box-title .head-title .ellip::after {
        width: 100px;
        height: 45px;
        top: -7px; } }
  .home-page .achievements-box .achievements-wrap {
    overflow: hidden; }
  .home-page .achievements-box .slider-achievements {
    width: calc(100% + 30px);
    margin-left: -15px; }
    @media (max-width: 1500px) {
      .home-page .achievements-box .slider-achievements {
        width: calc(100% + 200px);
        margin-left: -100px; } }
    @media (max-width: 991px) {
      .home-page .achievements-box .slider-achievements {
        width: calc(100% + 30px);
        margin-left: -15px; } }
    .home-page .achievements-box .slider-achievements .slick-slide {
      padding: 0 15px 50px; }
      @media (max-width: 991px) {
        .home-page .achievements-box .slider-achievements .slick-slide {
          padding: 0 8px 30px; } }
    .home-page .achievements-box .slider-achievements .items {
      background: #FFFFFF;
      border: 1px solid #E8EDFC;
      -webkit-box-shadow: 10px 30px 30px 3px rgba(177, 188, 199, 0.15);
      box-shadow: 10px 30px 30px 3px rgba(177, 188, 199, 0.15);
      border-radius: 0px 0px 100px 0px;
      height: 460px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px; }
      @media (max-width: 991px) {
        .home-page .achievements-box .slider-achievements .items {
          border-radius: 0px 0px 50px 0px; } }
      @media (max-width: 991px) {
        .home-page .achievements-box .slider-achievements .items {
          -webkit-box-shadow: 7px 15px 15px 2px rgba(177, 188, 199, 0.1);
          box-shadow: 7px 15px 15px 2px rgba(177, 188, 199, 0.1);
          height: 300px; } }
      .home-page .achievements-box .slider-achievements .items .achievements-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 115px;
        margin-bottom: 23px; }
        @media (max-width: 767px) {
          .home-page .achievements-box .slider-achievements .items .achievements-img {
            max-width: 100px;
            height: 90px; } }
        .home-page .achievements-box .slider-achievements .items .achievements-img img {
          max-height: 100%; }
      .home-page .achievements-box .slider-achievements .items .achievements-body {
        margin-bottom: 20px; }
        .home-page .achievements-box .slider-achievements .items .achievements-body .achievements-name {
          font-size: 18px;
          font-weight: 700;
          display: block;
          text-align: center;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden; }
          @media (max-width: 991px) {
            .home-page .achievements-box .slider-achievements .items .achievements-body .achievements-name {
              font-size: 16px; } }
        .home-page .achievements-box .slider-achievements .items .achievements-body .achievements-label {
          font-size: 14px;
          margin-bottom: 0;
          display: block;
          text-align: center;
          height: 80px;
          display: -webkit-box;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical;
          overflow: hidden; }
          @media (max-width: 991px) {
            .home-page .achievements-box .slider-achievements .items .achievements-body .achievements-label {
              height: 40px;
              -webkit-line-clamp: 2; } }
      .home-page .achievements-box .slider-achievements .items .btn-detail {
        color: var(--bd-link);
        font-weight: 700;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .home-page .achievements-box .slider-achievements .items .btn-detail img {
          margin-left: 6px;
          vertical-align: middle; }

.home-page .certifications-box {
  padding-bottom: 105px; }
  @media (max-width: 991px) {
    .home-page .certifications-box {
      padding-bottom: 50px; } }
  .home-page .certifications-box .head-box .head-box-title .head-title .ellip::after {
    width: 130px;
    height: 56px;
    top: -10px; }
    @media (max-width: 991px) {
      .home-page .certifications-box .head-box .head-box-title .head-title .ellip::after {
        width: 100px;
        height: 48px; } }
  .home-page .certifications-box .certifications-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (max-width: 991px) {
      .home-page .certifications-box .certifications-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; } }
    .home-page .certifications-box .certifications-wrap .certifications-thumb {
      width: 38.3%; }
      @media (max-width: 991px) {
        .home-page .certifications-box .certifications-wrap .certifications-thumb {
          width: 100%;
          margin: 0 auto 30px;
          max-width: 400px; } }
      .home-page .certifications-box .certifications-wrap .certifications-thumb .thumb {
        margin-bottom: 24px;
        border: 5px solid #FCF055; }
        @media (max-width: 1199px) {
          .home-page .certifications-box .certifications-wrap .certifications-thumb .thumb {
            border: 3px solid #FCF055;
            margin-bottom: 16px; } }
        .home-page .certifications-box .certifications-wrap .certifications-thumb .thumb img {
          width: 100%; }
      .home-page .certifications-box .certifications-wrap .certifications-thumb .certifications-poin {
        font-size: 50px;
        color: #fff;
        background-color: #EB9138;
        border: 1px solid #EB9138;
        border-radius: 0px 0px 0px 80px;
        line-height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        font-family: "UTM-Banque";
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 60px 10px 95px; }
        @media (max-width: 1199px) {
          .home-page .certifications-box .certifications-wrap .certifications-thumb .certifications-poin {
            font-size: 40px;
            padding: 40px 10px 70px;
            border-radius: 0px 0px 0px 50px; } }
        @media (max-width: 991px) {
          .home-page .certifications-box .certifications-wrap .certifications-thumb .certifications-poin {
            padding: 24px 10px 40px;
            font-size: 24px;
            border-radius: 0px 0px 0px 40px; } }
        @media (max-width: 767px) {
          .home-page .certifications-box .certifications-wrap .certifications-thumb .certifications-poin {
            padding: 18px 10px 30px;
            font-size: 20px;
            border-radius: 0px 0px 0px 30px; } }
        .home-page .certifications-box .certifications-wrap .certifications-thumb .certifications-poin .poin {
          font-size: 80px;
          font-weight: 700;
          display: block;
          line-height: 80%; }
          @media (max-width: 1199px) {
            .home-page .certifications-box .certifications-wrap .certifications-thumb .certifications-poin .poin {
              font-size: 60px; } }
          @media (max-width: 991px) {
            .home-page .certifications-box .certifications-wrap .certifications-thumb .certifications-poin .poin {
              font-size: 45px; } }
          @media (max-width: 767px) {
            .home-page .certifications-box .certifications-wrap .certifications-thumb .certifications-poin .poin {
              font-size: 38px; } }
    .home-page .certifications-box .certifications-wrap .certifications-info {
      width: 61.7%;
      padding-left: 67px;
      font-size: 18px; }
      @media (max-width: 991px) {
        .home-page .certifications-box .certifications-wrap .certifications-info {
          width: 100%;
          padding-left: 0px;
          font-size: 16px; } }
      .home-page .certifications-box .certifications-wrap .certifications-info .method-img {
        margin-bottom: 17px; }
      .home-page .certifications-box .certifications-wrap .certifications-info .certifications-note {
        background-color: #FCF055;
        padding: 22px 43px;
        border-radius: 0 0 50px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 30px;
        margin-bottom: 30px; }
        @media (max-width: 991px) {
          .home-page .certifications-box .certifications-wrap .certifications-info .certifications-note {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: column;
            flex-flow: column;
            padding: 16px 20px;
            border-radius: 0 0 30px 0; } }
        .home-page .certifications-box .certifications-wrap .certifications-info .certifications-note .img {
          width: 70px; }
          @media (max-width: 991px) {
            .home-page .certifications-box .certifications-wrap .certifications-info .certifications-note .img {
              margin: 0 auto 16px; } }
        .home-page .certifications-box .certifications-wrap .certifications-info .certifications-note p {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          margin-bottom: 0;
          padding-left: 20px;
          line-height: 120%; }
          @media (max-width: 991px) {
            .home-page .certifications-box .certifications-wrap .certifications-info .certifications-note p {
              padding-left: 0;
              width: 100%; } }

.home-page .newspapers {
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .home-page .newspapers {
      padding-bottom: 50px; } }
  .home-page .newspapers .head-box .head-box-title .head-title .ellip::after {
    height: 90px;
    height: 37px;
    top: -1px;
    left: -10px; }
    @media (max-width: 991px) {
      .home-page .newspapers .head-box .head-box-title .head-title .ellip::after {
        width: 70px;
        height: 30px; } }
  .home-page .newspapers .newspapers-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px; }
    .home-page .newspapers .newspapers-wrap .papers-control {
      width: 80px; }
      @media (max-width: 767px) {
        .home-page .newspapers .newspapers-wrap .papers-control {
          width: 50px; } }
      .home-page .newspapers .newspapers-wrap .papers-control .slick-dots {
        width: 100%;
        position: initial; }
        .home-page .newspapers .newspapers-wrap .papers-control .slick-dots li {
          margin: 0 0 25px;
          display: block;
          width: 100%;
          height: 20px;
          position: relative; }
          @media (max-width: 767px) {
            .home-page .newspapers .newspapers-wrap .papers-control .slick-dots li {
              height: 15px;
              margin-bottom: 18px; } }
          .home-page .newspapers .newspapers-wrap .papers-control .slick-dots li::before {
            content: "";
            left: 0;
            width: 0;
            -webkit-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
            background-color: #5DC2A7;
            height: 10px; }
            @media (max-width: 767px) {
              .home-page .newspapers .newspapers-wrap .papers-control .slick-dots li::before {
                height: 6px; } }
          .home-page .newspapers .newspapers-wrap .papers-control .slick-dots li.slick-active::before {
            bottom: 0;
            content: "";
            width: 100%;
            position: absolute; }
          .home-page .newspapers .newspapers-wrap .papers-control .slick-dots li.slick-active button {
            font-weight: 700;
            color: #000;
            font-size: 22px; }
            @media (max-width: 767px) {
              .home-page .newspapers .newspapers-wrap .papers-control .slick-dots li.slick-active button {
                font-size: 18px; } }
          .home-page .newspapers .newspapers-wrap .papers-control .slick-dots li button {
            -webkit-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
            position: relative;
            z-index: 3;
            width: auto;
            height: auto;
            font-size: 18px;
            color: #999;
            font-weight: 400;
            height: 20px;
            width: 100%;
            line-height: 100%;
            text-align: right;
            background-color: transparent; }
            @media (max-width: 767px) {
              .home-page .newspapers .newspapers-wrap .papers-control .slick-dots li button {
                font-size: 14px;
                height: 17px; } }
    .home-page .newspapers .newspapers-wrap .papers-shows {
      width: calc(100% - 110px);
      overflow: hidden; }
      @media (max-width: 767px) {
        .home-page .newspapers .newspapers-wrap .papers-shows {
          width: calc(100% - 65px); } }
      .home-page .newspapers .newspapers-wrap .papers-shows .slider-papers {
        width: calc(100% + 50px);
        margin-left: -30px; }
        @media (max-width: 1199px) {
          .home-page .newspapers .newspapers-wrap .papers-shows .slider-papers {
            width: calc(100% + 20px);
            margin-left: -10px; } }
        .home-page .newspapers .newspapers-wrap .papers-shows .slider-papers .slick-slide {
          padding: 0 25px; }
          @media (max-width: 1199px) {
            .home-page .newspapers .newspapers-wrap .papers-shows .slider-papers .slick-slide {
              padding: 0 10px; } }
        .home-page .newspapers .newspapers-wrap .papers-shows .slider-papers .items .papers-img {
          width: 100%;
          height: 22.5vw;
          max-height: 366px;
          -o-object-fit: cover;
          object-fit: cover;
          border-radius: 0 0 50px 0; }
          @media (max-width: 1199px) {
            .home-page .newspapers .newspapers-wrap .papers-shows .slider-papers .items .papers-img {
              border-radius: 0 0 30px 0; } }
          @media (max-width: 767px) {
            .home-page .newspapers .newspapers-wrap .papers-shows .slider-papers .items .papers-img {
              height: 45vw; } }
        .home-page .newspapers .newspapers-wrap .papers-shows .slider-papers .items .papers-info {
          margin-left: 20px;
          margin-top: -50px;
          position: relative;
          z-index: 2;
          display: block;
          padding: 15px 20px;
          background: rgba(0, 0, 0, 0.7);
          width: 88%;
          max-width: 450px;
          border-radius: 0px 0px 30px 0px; }
          @media (max-width: 1199px) {
            .home-page .newspapers .newspapers-wrap .papers-shows .slider-papers .items .papers-info {
              border-radius: 0px 0px 20px 0px; } }
          @media (max-width: 767px) {
            .home-page .newspapers .newspapers-wrap .papers-shows .slider-papers .items .papers-info {
              margin-left: 10px;
              padding: 10px 15px; } }
          .home-page .newspapers .newspapers-wrap .papers-shows .slider-papers .items .papers-info .papers-logo {
            height: 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .home-page .newspapers .newspapers-wrap .papers-shows .slider-papers .items .papers-info .papers-logo img {
              max-height: 30px; }
          .home-page .newspapers .newspapers-wrap .papers-shows .slider-papers .items .papers-info p {
            margin-bottom: 0;
            font-size: 18px;
            font-weight: 700;
            color: #fff;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden; }
            @media (max-width: 1199px) {
              .home-page .newspapers .newspapers-wrap .papers-shows .slider-papers .items .papers-info p {
                font-size: 16px; } }
            @media (max-width: 991px) {
              .home-page .newspapers .newspapers-wrap .papers-shows .slider-papers .items .papers-info p {
                font-size: 14px;
                font-weight: 500; } }
  .home-page .newspapers .partner-wrap {
    overflow: hidden; }
    .home-page .newspapers .partner-wrap .slider-partner {
      width: calc(100% + 46px);
      margin-left: -24px; }
      @media (max-width: 1366px) {
        .home-page .newspapers .partner-wrap .slider-partner {
          width: calc(100% + 16px);
          margin-left: -10px; } }
      @media (max-width: 767px) {
        .home-page .newspapers .partner-wrap .slider-partner {
          width: calc(100% + 8px);
          margin-left: -5px; } }
      .home-page .newspapers .partner-wrap .slider-partner .slick-slide {
        padding: 0 25px; }
        @media (max-width: 1366px) {
          .home-page .newspapers .partner-wrap .slider-partner .slick-slide {
            padding: 0 10px; } }
        @media (max-width: 767px) {
          .home-page .newspapers .partner-wrap .slider-partner .slick-slide {
            padding: 0 5px; } }
      .home-page .newspapers .partner-wrap .slider-partner .items {
        background-color: #fff;
        width: 100%;
        height: 75px;
        padding: 0 7px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid var(--bd-line);
        border-radius: 0 0 30px 0;
        overflow: hidden; }
        @media (max-width: 991px) {
          .home-page .newspapers .partner-wrap .slider-partner .items {
            height: 60px;
            border-radius: 0 0 20px 0; } }
        @media (max-width: 767px) {
          .home-page .newspapers .partner-wrap .slider-partner .items {
            height: 50px; } }

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- SolutionPage -----***/
.solution-page .head-page {
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media (max-width: 767px) {
    .solution-page .head-page .page-title {
      width: 100%;
      margin-bottom: 10px; } }

.solution-page .btn-register {
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 700;
  background-color: var(--bd-orange);
  border-color: var(--bd-orange);
  color: #fff; }
  @media (max-width: 1199px) {
    .solution-page .btn-register {
      padding: 12px 24px;
      font-size: 16px; } }
  @media (max-width: 767px) {
    .solution-page .btn-register {
      width: 100%; } }

.solution-page .solution-about {
  padding: 110px 0 90px;
  position: relative;
  margin-bottom: 90px; }
  @media (max-width: 991px) {
    .solution-page .solution-about {
      margin-bottom: 45px;
      padding: 55px 0 0; } }
  .solution-page .solution-about::before {
    background: url("../img/data/solution-about-bg.png") no-repeat 100% 100%;
    background-size: cover;
    content: "";
    width: 54.8%;
    height: 100%;
    max-width: 1052px;
    left: calc(50% - 960px);
    top: 0;
    position: absolute; }
  .solution-page .solution-about .solution-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .solution-page .solution-about .solution-wrap .solution-movies {
      width: calc(50% - 25px);
      padding-left: 110px; }
      @media (max-width: 1366px) {
        .solution-page .solution-about .solution-wrap .solution-movies {
          padding-left: 50px; } }
      @media (max-width: 991px) {
        .solution-page .solution-about .solution-wrap .solution-movies {
          padding-left: 0;
          width: 100%;
          margin-bottom: 24px; } }
      .solution-page .solution-about .solution-wrap .solution-movies .movies-frame {
        position: relative;
        overflow: hidden;
        border-radius: 0px 0px 80px 0px; }
        @media (max-width: 1199px) {
          .solution-page .solution-about .solution-wrap .solution-movies .movies-frame {
            border-radius: 0 0 50px 0; } }
        .solution-page .solution-about .solution-wrap .solution-movies .movies-frame .movies-control {
          position: absolute;
          border: none;
          padding: 0;
          background-color: transparent;
          border-radius: 50%;
          left: calc(50% - 32px);
          top: calc(50% - 32px);
          cursor: pointer; }
          @media (max-width: 1199px) {
            .solution-page .solution-about .solution-wrap .solution-movies .movies-frame .movies-control {
              width: 46px;
              height: 46px;
              left: calc(50% - 23px);
              top: calc(50% - 23px); } }
        .solution-page .solution-about .solution-wrap .solution-movies .movies-frame > img {
          width: 100%; }
    .solution-page .solution-about .solution-wrap .solution-info {
      width: calc(50% - 25px);
      font-size: 18px;
      position: relative; }
      @media (max-width: 1199px) {
        .solution-page .solution-about .solution-wrap .solution-info {
          font-size: 16px;
          width: calc(50% - 10px); } }
      @media (max-width: 991px) {
        .solution-page .solution-about .solution-wrap .solution-info {
          width: 100%;
          max-width: 507px; } }
      .solution-page .solution-about .solution-wrap .solution-info::before {
        background: url("../img/common/quote.svg") no-repeat;
        width: 271px;
        height: 174px;
        background-size: contain;
        content: "";
        position: absolute;
        right: 0;
        top: -37px; }
        @media (max-width: 1199px) {
          .solution-page .solution-about .solution-wrap .solution-info::before {
            width: 180px;
            height: 117px;
            top: -10px; } }
        @media (max-width: 991px) {
          .solution-page .solution-about .solution-wrap .solution-info::before {
            width: 140px;
            height: 94px;
            top: 0px; } }
        @media (max-width: 767px) {
          .solution-page .solution-about .solution-wrap .solution-info::before {
            width: 100px;
            height: 70px; } }
      .solution-page .solution-about .solution-wrap .solution-info > * {
        position: relative;
        z-index: 3; }
      .solution-page .solution-about .solution-wrap .solution-info .solution-title {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 0; }
        @media (max-width: 1199px) {
          .solution-page .solution-about .solution-wrap .solution-info .solution-title {
            font-size: 18px; } }
      .solution-page .solution-about .solution-wrap .solution-info .solution-label {
        margin-bottom: 20px;
        display: block; }
        @media (max-width: 1199px) {
          .solution-page .solution-about .solution-wrap .solution-info .solution-label {
            margin-bottom: 16px; } }
      .solution-page .solution-about .solution-wrap .solution-info .solution-text {
        line-height: 130%;
        max-width: 507px;
        margin-bottom: 28px;
        font-weight: 700; }
        @media (max-width: 1199px) {
          .solution-page .solution-about .solution-wrap .solution-info .solution-text {
            margin-bottom: 16px; } }

.solution-page .method-box {
  padding-bottom: 90px; }
  @media (max-width: 991px) {
    .solution-page .method-box {
      padding-bottom: 45px; } }
  .solution-page .method-box .method-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (max-width: 767px) {
      .solution-page .method-box .method-list {
        margin-left: -16px;
        margin-right: -16px; } }
    .solution-page .method-box .method-list li {
      width: 33.33%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .solution-page .method-box .method-list li {
          width: 100%; } }
      .solution-page .method-box .method-list li:nth-child(2) .method-thumb {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background: url("../img/data/method-bg-2.png") no-repeat 100% 100%;
        background-size: cover; }
        @media (max-width: 767px) {
          .solution-page .method-box .method-list li:nth-child(2) .method-thumb {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
      .solution-page .method-box .method-list li:nth-child(3) .method-thumb {
        background-image: url("../img/data/method-bg-3.png"); }
      .solution-page .method-box .method-list li .method-thumb {
        margin-bottom: 50px;
        position: relative;
        height: 100%;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 0 32px 0;
        background: url("../img/data/method-bg-1.png") no-repeat 0 100%;
        background-size: cover; }
        @media (max-width: 1199px) {
          .solution-page .method-box .method-list li .method-thumb {
            padding: 0 20px 0;
            margin-bottom: 30px; } }
        @media (max-width: 767px) {
          .solution-page .method-box .method-list li .method-thumb {
            height: inherit;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 20px;
            padding: 20px 50px 0;
            min-height: 260px; } }
        .solution-page .method-box .method-list li .method-thumb img {
          position: relative;
          z-index: 2;
          margin-top: 20px;
          max-height: 100%; }
      .solution-page .method-box .method-list li .method-body {
        padding: 0 30px; }
        @media (max-width: 1199px) {
          .solution-page .method-box .method-list li .method-body {
            padding: 0 10px; } }
        @media (max-width: 767px) {
          .solution-page .method-box .method-list li .method-body {
            padding: 0 16px; } }
      .solution-page .method-box .method-list li .method-name {
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 20px; }

.solution-page .team-experts {
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .solution-page .team-experts {
      padding-bottom: 50px; } }
  .solution-page .team-experts .slider-experts {
    margin-bottom: 30px; }
    .solution-page .team-experts .slider-experts .slick-slide {
      padding: 0 30px; }
      @media (max-width: 1366px) {
        .solution-page .team-experts .slider-experts .slick-slide {
          padding: 0 15px; } }
      @media (max-width: 1199px) {
        .solution-page .team-experts .slider-experts .slick-slide {
          padding: 0 8px; } }
    .solution-page .team-experts .slider-experts .slick-arrow {
      width: 60px;
      height: 60px;
      border-radius: 5px;
      background: #5DC2A7;
      text-indent: 0;
      color: #fff;
      font-size: 20px;
      top: calc(50% - 30px); }
      @media (max-width: 1366px) {
        .solution-page .team-experts .slider-experts .slick-arrow {
          width: 40px;
          height: 40px;
          top: calc(50% - 20px);
          font-size: 18px; } }
      .solution-page .team-experts .slider-experts .slick-arrow:hover {
        opacity: 1; }
      .solution-page .team-experts .slider-experts .slick-arrow.slick-next i::before {
        content: "\f054"; }
      .solution-page .team-experts .slider-experts .slick-arrow.slick-prev i::before {
        content: "\f054"; }
    .solution-page .team-experts .slider-experts .items {
      height: 325px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: #FFFFFF;
      border: 1px solid #EAEDF2;
      -webkit-box-shadow: 0px 0px 10px rgba(45, 54, 64, 0.05);
      box-shadow: 0px 0px 10px rgba(45, 54, 64, 0.05);
      border-radius: 20px;
      padding: 15px; }
      .solution-page .team-experts .slider-experts .items .experts-thumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 209px;
        height: 209px;
        background: url("../img/common/experts-thumb-bg.png") no-repeat 50% 50%;
        background-size: contain;
        padding: 30px;
        margin-bottom: 5px; }
        @media (max-width: 1199px) {
          .solution-page .team-experts .slider-experts .items .experts-thumb {
            width: 160px;
            height: 160px;
            padding: 18px; } }
        .solution-page .team-experts .slider-experts .items .experts-thumb img {
          width: 100%;
          height: 100%;
          border-radius: 50%; }
      .solution-page .team-experts .slider-experts .items .experts-body {
        font-size: 18px;
        text-align: center; }
        @media (max-width: 1199px) {
          .solution-page .team-experts .slider-experts .items .experts-body {
            font-size: 16px; } }
        .solution-page .team-experts .slider-experts .items .experts-body .experts-name {
          font-size: 22px;
          font-weight: 700;
          display: block;
          margin-bottom: 0;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          line-height: 100%; }
          @media (max-width: 1199px) {
            .solution-page .team-experts .slider-experts .items .experts-body .experts-name {
              font-size: 18px; } }
        .solution-page .team-experts .slider-experts .items .experts-body .experts-regency {
          display: block;
          content: #979797;
          display: block;
          margin-bottom: 4px; }
        .solution-page .team-experts .slider-experts .items .experts-body .experts-social {
          text-align: center; }
          .solution-page .team-experts .slider-experts .items .experts-body .experts-social a {
            display: inline-block;
            margin: 0 3px; }
  .solution-page .team-experts .partner-international {
    max-width: 1015px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .solution-page .team-experts .partner-international .partner-info {
      display: block;
      font-size: 22px;
      font-weight: 700; }
      @media (max-width: 991px) {
        .solution-page .team-experts .partner-international .partner-info {
          font-size: 18px; } }
    .solution-page .team-experts .partner-international .partner-countries {
      font-size: 18px;
      font-weight: 400;
      display: block;
      margin-bottom: 30px; }
      @media (max-width: 991px) {
        .solution-page .team-experts .partner-international .partner-countries {
          font-size: 16px; } }
    .solution-page .team-experts .partner-international .partner-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      @media (max-width: 991px) {
        .solution-page .team-experts .partner-international .partner-list {
          -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
          justify-content: space-evenly; } }
      .solution-page .team-experts .partner-international .partner-list li {
        padding: 10px; }
        @media (max-width: 991px) {
          .solution-page .team-experts .partner-international .partner-list li img {
            max-height: 20px; } }

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- productPage -----***/
.product-page .wrap-main #sidebar .sidebar-main {
  background-color: #fff;
  padding-right: 5px; }

.product-page .wrap-main .main {
  padding-right: 30px;
  padding-left: 40px; }
  @media (max-width: 1199px) {
    .product-page .wrap-main .main {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (max-width: 991px) {
    .product-page .wrap-main .main .head-page {
      -ms-flex-flow: wrap;
      flex-flow: wrap; } }
  @media (max-width: 991px) {
    .product-page .wrap-main .main .head-page .page-title {
      margin-bottom: 10px; } }
  .product-page .wrap-main .main .head-page .head-views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (max-width: 991px) {
      .product-page .wrap-main .main .head-page .head-views {
        width: 100%; } }
    .product-page .wrap-main .main .head-page .head-views .result-search {
      margin-bottom: 0;
      padding-top: 10px; }
      @media (max-width: 991px) {
        .product-page .wrap-main .main .head-page .head-views .result-search {
          padding-top: 0; } }
    .product-page .wrap-main .main .head-page .head-views .sortby {
      margin-left: 50px; }
      @media (max-width: 1199px) {
        .product-page .wrap-main .main .head-page .head-views .sortby {
          margin-left: 20px; } }

.product-page .course-list {
  margin-bottom: 165px; }
  @media (max-width: 991px) {
    .product-page .course-list {
      margin-bottom: 80px; } }
  .product-page .course-list:last-child {
    margin-bottom: 50px; }
  .product-page .course-list li {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .product-page .course-list li {
        border-radius: 16px;
        padding: 16px;
        -webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .product-page .course-list li {
        margin-bottom: 15px;
        padding: 10px;
        border-radius: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; } }
    .product-page .course-list li:last-child {
      margin-bottom: 0; }
    .product-page .course-list li .course-thumb {
      width: 160px;
      height: 160px;
      border-radius: 20px;
      background-color: #D9D9D9; }
      @media (max-width: 991px) {
        .product-page .course-list li .course-thumb {
          width: 120px;
          height: 120px;
          border-radius: 16px; } }
      @media (max-width: 767px) {
        .product-page .course-list li .course-thumb {
          width: 100%;
          max-width: 160px;
          height: 160px;
          margin: 0 auto 20px; } }
      .product-page .course-list li .course-thumb img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .product-page .course-list li .course-info {
      width: calc(100% - 160px);
      padding-left: 30px; }
      @media (max-width: 991px) {
        .product-page .course-list li .course-info {
          width: calc(100% - 120px);
          padding-left: 20px; } }
      @media (max-width: 767px) {
        .product-page .course-list li .course-info {
          width: 100%;
          padding-left: 0; } }
      .product-page .course-list li .course-info .course-name {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 10px;
        line-height: 100%; }
        @media (max-width: 991px) {
          .product-page .course-list li .course-info .course-name {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .product-page .course-list li .course-info .course-name {
            font-size: 16px; } }
      .product-page .course-list li .course-info .course-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        margin-bottom: 6px; }
        .product-page .course-list li .course-info .course-row .course-price {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          border-right: 1px dashed #000000;
          padding-right: 27px;
          margin-right: 18px; }
          @media (max-width: 991px) {
            .product-page .course-list li .course-info .course-row .course-price {
              padding-right: 16px;
              margin-right: 12px; } }
          .product-page .course-list li .course-info .course-row .course-price .price-label {
            font-weight: 700;
            margin-bottom: 8px;
            padding-right: 4px; }
          .product-page .course-list li .course-info .course-row .course-price .price {
            font-size: 22px;
            color: #F44336;
            line-height: 90%; }
          .product-page .course-list li .course-info .course-row .course-price .unit {
            padding-left: 3px; }
            .product-page .course-list li .course-info .course-row .course-price .unit .unit-label {
              font-size: 14px;
              text-decoration: underline; }
        .product-page .course-list li .course-info .course-row .price-old {
          text-decoration: line-through;
          font-weight: 700;
          margin-right: 50px; }
          @media (max-width: 991px) {
            .product-page .course-list li .course-info .course-row .price-old {
              margin-right: 20px; } }
        .product-page .course-list li .course-info .course-row .course-prize {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          font-weight: 700;
          margin-right: 50px; }
          @media (max-width: 991px) {
            .product-page .course-list li .course-info .course-row .course-prize {
              margin-right: 20px; } }
          .product-page .course-list li .course-info .course-row .course-prize .prize-poin {
            color: #BE5A0E; }
          .product-page .course-list li .course-info .course-row .course-prize .prize-star {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 0 8px 0 4px; }
            .product-page .course-list li .course-info .course-row .course-prize .prize-star .svg path {
              fill: #BE5A0E; }
          .product-page .course-list li .course-info .course-row .course-prize .prize-total {
            color: #767676; }
        .product-page .course-list li .course-info .course-row .course-ctg {
          padding: 4px 12px;
          border-radius: 30px;
          background: #FFE799;
          font-weight: 700; }
      .product-page .course-list li .course-info .course-text {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media (max-width: 991px) {
          .product-page .course-list li .course-info .course-text {
            font-size: 14px;
            margin-bottom: 4px; } }
      .product-page .course-list li .course-info .course-tools {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-flow: wrap;
        flex-flow: wrap; }
        @media (max-width: 767px) {
          .product-page .course-list li .course-info .course-tools {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        .product-page .course-list li .course-info .course-tools > * {
          padding-right: 9px; }

.product-detial-page {
  padding-top: 10px; }
  .product-detial-page .product-banner {
    background: url("../img/data/product-detail-banner.png") no-repeat 50% 50%;
    background-size: cover;
    border-radius: 30px;
    height: 300px;
    overflow: hidden;
    position: relative;
    padding-right: 400px;
    padding-left: 30px;
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    @media (max-width: 1199px) {
      .product-detial-page .product-banner {
        padding-left: 20px;
        font-size: 14px;
        border-radius: 20px; } }
    @media (max-width: 991px) {
      .product-detial-page .product-banner {
        padding: 16px;
        border-radius: 16px; } }
    .product-detial-page .product-banner::before {
      content: "";
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      position: absolute;
      left: 0;
      top: 0; }
    .product-detial-page .product-banner > * {
      position: relative;
      z-index: 3; }
    .product-detial-page .product-banner .breadcrumb-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 48px;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      @media (max-width: 1199px) {
        .product-detial-page .product-banner .breadcrumb-list {
          margin-bottom: 24px; } }
      .product-detial-page .product-banner .breadcrumb-list li {
        font-weight: 400; }
        .product-detial-page .product-banner .breadcrumb-list li + li::before {
          content: "\f105";
          display: inline-block;
          margin: 0 10px;
          font-family: "Font Awesome 5 Pro";
          font-weight: 300; }
          @media (max-width: 1199px) {
            .product-detial-page .product-banner .breadcrumb-list li + li::before {
              margin: 0 5px; } }
        .product-detial-page .product-banner .breadcrumb-list li a {
          color: #fff;
          font-weight: 700; }
    .product-detial-page .product-banner .product-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      .product-detial-page .product-banner .product-wrap .product-introduce {
        width: calc(100% - 220px);
        padding-right: 100px; }
        @media (max-width: 1199px) {
          .product-detial-page .product-banner .product-wrap .product-introduce {
            width: calc(100% - 200px);
            padding-right: 30px; } }
        @media (max-width: 991px) {
          .product-detial-page .product-banner .product-wrap .product-introduce {
            width: 100%;
            padding-right: 0;
            margin-bottom: 16px; } }
        .product-detial-page .product-banner .product-wrap .product-introduce .product-name {
          font-size: 22px;
          font-weight: 700;
          margin-bottom: 9px; }
          @media (max-width: 1199px) {
            .product-detial-page .product-banner .product-wrap .product-introduce .product-name {
              font-size: 17px; } }
      .product-detial-page .product-banner .product-wrap .product-prize {
        width: 220px; }
        @media (max-width: 1199px) {
          .product-detial-page .product-banner .product-wrap .product-prize {
            width: 200px; } }
        @media (max-width: 991px) {
          .product-detial-page .product-banner .product-wrap .product-prize {
            width: 100%; } }
        .product-detial-page .product-banner .product-wrap .product-prize .prize-view {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .product-detial-page .product-banner .product-wrap .product-prize .prize-view .view-user {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .product-detial-page .product-banner .product-wrap .product-prize .prize-view .view-user .user-thumb {
              width: 30px;
              height: 30px;
              overflow: hidden;
              border-radius: 50%;
              position: relative; }
              .product-detial-page .product-banner .product-wrap .product-prize .prize-view .view-user .user-thumb + .user-thumb {
                margin-left: -10px; }
          .product-detial-page .product-banner .product-wrap .product-prize .prize-view .view-label {
            padding-left: 10px;
            margin-bottom: 0; }
        .product-detial-page .product-banner .product-wrap .product-prize .course-prize {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          font-weight: 700;
          font-size: 12px; }
          @media (max-width: 991px) {
            .product-detial-page .product-banner .product-wrap .product-prize .course-prize {
              margin-right: 20px; } }
          .product-detial-page .product-banner .product-wrap .product-prize .course-prize .prize-poin {
            color: #FCF055; }
          .product-detial-page .product-banner .product-wrap .product-prize .course-prize .prize-star {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 0 8px 0 4px; }
            .product-detial-page .product-banner .product-wrap .product-prize .course-prize .prize-star .svg path {
              fill: #FCF055; }
          .product-detial-page .product-banner .product-wrap .product-prize .course-prize .prize-total {
            color: #fff; }
  .product-detial-page .product-detail-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2; }
    @media (max-width: 991px) {
      .product-detial-page .product-detail-wrap {
        padding-bottom: 50px; } }
    .product-detial-page .product-detail-wrap .product-detail {
      padding-top: 40px;
      width: calc(100% - 360px);
      padding-right: 45px; }
      @media (max-width: 1199px) {
        .product-detial-page .product-detail-wrap .product-detail {
          width: calc(100% - 300px);
          padding-right: 20px; } }
      @media (max-width: 991px) {
        .product-detial-page .product-detail-wrap .product-detail {
          padding-right: 0;
          width: 100%; } }
      .product-detial-page .product-detail-wrap .product-detail .list-detail {
        margin-bottom: 20px; }
        .product-detial-page .product-detail-wrap .product-detail .list-detail li {
          padding-left: 24px;
          position: relative;
          font-size: 18px;
          margin-bottom: 10px;
          text-align: justify; }
          @media (max-width: 991px) {
            .product-detial-page .product-detail-wrap .product-detail .list-detail li {
              font-size: 16px; } }
          .product-detial-page .product-detail-wrap .product-detail .list-detail li:last-child {
            margin-bottom: 0; }
          .product-detial-page .product-detail-wrap .product-detail .list-detail li::before {
            content: "";
            width: 5px;
            height: 5px;
            background-color: #000;
            border-radius: 50%;
            position: absolute;
            left: 10px;
            top: 10px; }
            @media (max-width: 991px) {
              .product-detial-page .product-detail-wrap .product-detail .list-detail li::before {
                top: 8px; } }
      .product-detial-page .product-detail-wrap .product-detail .description-box {
        padding-bottom: 100px; }
        @media (max-width: 1199px) {
          .product-detial-page .product-detail-wrap .product-detail .description-box {
            padding-bottom: 80px; } }
        @media (max-width: 991px) {
          .product-detial-page .product-detail-wrap .product-detail .description-box {
            padding-bottom: 50px; } }
        .product-detial-page .product-detail-wrap .product-detail .description-box .description-video {
          position: relative;
          margin-bottom: 20px; }
          .product-detial-page .product-detail-wrap .product-detail .description-box .description-video .video-frame {
            border-radius: 30px;
            overflow: hidden;
            min-height: 240px; }
            @media (max-width: 767px) {
              .product-detial-page .product-detail-wrap .product-detail .description-box .description-video .video-frame {
                border-radius: 12px;
                height: 200px;
                min-height: inherit; } }
            .product-detial-page .product-detail-wrap .product-detail .description-box .description-video .video-frame > img {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
              object-fit: cover; }
          .product-detial-page .product-detail-wrap .product-detail .description-box .description-video .video-control {
            width: 115px;
            height: 115px;
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 10px;
            position: absolute;
            left: 85px;
            bottom: 10px;
            color: #fff;
            font-size: 70px;
            border: none;
            padding: 0;
            cursor: pointer; }
            @media (max-width: 1199px) {
              .product-detial-page .product-detail-wrap .product-detail .description-box .description-video .video-control {
                left: 50px;
                font-size: 50px;
                width: 80px;
                height: 80px; } }
            @media (max-width: 767px) {
              .product-detial-page .product-detail-wrap .product-detail .description-box .description-video .video-control {
                left: 20px;
                font-size: 30px;
                width: 55px;
                height: 55px; } }
        .product-detial-page .product-detail-wrap .product-detail .description-box .video-youtube {
          height: 280px;
          border-radius: 30px;
          overflow: hidden; }
          .product-detial-page .product-detail-wrap .product-detail .description-box .video-youtube iframe {
            width: 100%;
            height: 100%; }
      .product-detial-page .product-detail-wrap .product-detail .students-learn {
        padding-bottom: 100px; }
        @media (max-width: 991px) {
          .product-detial-page .product-detail-wrap .product-detail .students-learn {
            padding-bottom: 50px; } }
      .product-detial-page .product-detail-wrap .product-detail .armorial-box {
        padding-bottom: 100px; }
        @media (max-width: 991px) {
          .product-detial-page .product-detail-wrap .product-detail .armorial-box {
            padding-bottom: 50px; } }
        .product-detial-page .product-detail-wrap .product-detail .armorial-box .armorial-guide {
          font-size: 18px;
          margin-bottom: 10px; }
          @media (max-width: 991px) {
            .product-detial-page .product-detail-wrap .product-detail .armorial-box .armorial-guide {
              font-size: 16px; } }
        .product-detial-page .product-detail-wrap .product-detail .armorial-box .armorial-list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: wrap;
          flex-flow: wrap;
          margin-left: -8px;
          margin-right: -8px; }
          @media (max-width: 767px) {
            .product-detial-page .product-detail-wrap .product-detail .armorial-box .armorial-list {
              margin-left: -2px;
              margin-right: -2px; } }
          .product-detial-page .product-detail-wrap .product-detail .armorial-box .armorial-list li {
            padding: 0 8px;
            margin-bottom: 8px; }
            @media (max-width: 767px) {
              .product-detial-page .product-detail-wrap .product-detail .armorial-box .armorial-list li {
                padding: 0 2px; } }
            .product-detial-page .product-detail-wrap .product-detail .armorial-box .armorial-list li img {
              -webkit-box-shadow: -1px 3px 4px rgba(0, 0, 0, 0.4);
              box-shadow: -1px 3px 4px rgba(0, 0, 0, 0.4);
              width: 58px;
              height: 58px;
              border-radius: 50%;
              -o-object-fit: cover;
              object-fit: cover; }
      .product-detial-page .product-detail-wrap .product-detail .tools-box {
        padding-bottom: 100px; }
        @media (max-width: 991px) {
          .product-detial-page .product-detail-wrap .product-detail .tools-box {
            padding-bottom: 50px; } }
        .product-detial-page .product-detail-wrap .product-detail .tools-box .head-page .tools-control {
          width: 90px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          height: 32px;
          position: relative; }
          @media (max-width: 767px) {
            .product-detial-page .product-detail-wrap .product-detail .tools-box .head-page .tools-control {
              width: 60px;
              height: 23px; } }
          .product-detial-page .product-detail-wrap .product-detail .tools-box .head-page .tools-control::after {
            content: "";
            width: 2px;
            height: 100%;
            position: absolute;
            top: 0;
            left: calc(50% - 1px);
            background-color: #000;
            border-radius: 4px; }
          .product-detial-page .product-detail-wrap .product-detail .tools-box .head-page .tools-control .slick-arrow {
            width: auto;
            height: auto;
            text-indent: 0;
            padding: 0;
            border: none;
            background: none;
            background-color: transparent;
            border-radius: 0;
            cursor: pointer; }
            @media (max-width: 767px) {
              .product-detial-page .product-detail-wrap .product-detail .tools-box .head-page .tools-control .slick-arrow {
                width: 20px; } }
          .product-detial-page .product-detail-wrap .product-detail .tools-box .head-page .tools-control .btn-tools-next {
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
        .product-detial-page .product-detail-wrap .product-detail .tools-box .tools-slider {
          overflow: hidden; }
          .product-detial-page .product-detail-wrap .product-detail .tools-box .tools-slider .slick-list {
            margin-left: -17px;
            margin-right: -17px; }
            @media (max-width: 1366px) {
              .product-detial-page .product-detail-wrap .product-detail .tools-box .tools-slider .slick-list {
                margin-left: -8px;
                margin-right: -8px; } }
            @media (max-width: 480px) {
              .product-detial-page .product-detail-wrap .product-detail .tools-box .tools-slider .slick-list {
                margin-left: 0;
                margin-right: 0; } }
          .product-detial-page .product-detail-wrap .product-detail .tools-box .tools-slider .slick-slide {
            padding: 0 20px; }
            @media (max-width: 1366px) {
              .product-detial-page .product-detail-wrap .product-detail .tools-box .tools-slider .slick-slide {
                padding: 0 10px; } }
            @media (max-width: 480px) {
              .product-detial-page .product-detail-wrap .product-detail .tools-box .tools-slider .slick-slide {
                padding: 0 4px; } }
          .product-detial-page .product-detail-wrap .product-detail .tools-box .tools-slider .items {
            position: relative; }
            .product-detial-page .product-detail-wrap .product-detail .tools-box .tools-slider .items .inner {
              position: relative;
              padding-top: 100%;
              height: 0; }
              .product-detial-page .product-detail-wrap .product-detail .tools-box .tools-slider .items .inner .in {
                position: absolute;
                left: 0;
                top: 0;
                height: calc(100% - 15px);
                width: calc(100% - 5px);
                background-color: #fff;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                border-radius: 10px;
                border: 1px solid #9EA9C9;
                overflow: hidden; }
            .product-detial-page .product-detail-wrap .product-detail .tools-box .tools-slider .items img {
              max-height: 90%;
              max-width: 90%; }
      .product-detial-page .product-detail-wrap .product-detail .rule-learn {
        font-size: 18px;
        padding-bottom: 100px; }
        @media (max-width: 991px) {
          .product-detial-page .product-detail-wrap .product-detail .rule-learn {
            font-size: 16px;
            padding-bottom: 50px; } }
      .product-detial-page .product-detail-wrap .product-detail .study-program {
        padding-bottom: 100px; }
        @media (max-width: 991px) {
          .product-detial-page .product-detail-wrap .product-detail .study-program {
            font-size: 16px;
            padding-bottom: 50px; } }
        .product-detial-page .product-detail-wrap .product-detail .study-program .head-page {
          -ms-flex-flow: wrap;
          flex-flow: wrap; }
          .product-detial-page .product-detail-wrap .product-detail .study-program .head-page .static-view {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .product-detial-page .product-detail-wrap .product-detail .study-program .head-page .static-view .space-line {
              padding: 0 8px; }
        .product-detial-page .product-detail-wrap .product-detail .study-program .program-list {
          background: #FFFFFF;
          -webkit-box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.08);
          border-radius: 20px;
          padding-bottom: 23px; }
          @media (max-width: 1199px) {
            .product-detial-page .product-detail-wrap .product-detail .study-program .program-list {
              border-radius: 16px;
              -webkit-box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.08);
              box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.08); } }
          .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-more {
            padding-left: 55px;
            padding-top: 20px; }
            @media (max-width: 1199px) {
              .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-more {
                padding-left: 46px; } }
            .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-more a {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              font-size: 18px;
              color: var(--bd-link); }
              @media (max-width: 1199px) {
                .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-more a {
                  font-size: 14px; } }
              .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-more a img {
                margin-right: 6px; }
          .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items {
            padding: 0 32px; }
            @media (max-width: 1199px) {
              .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items {
                padding: 0 16px; } }
            .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items.show {
              background-color: #FFFBF2; }
              .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items.show .head-inner {
                border-bottom: none !important; }
            .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head {
              padding-top: 20px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
              .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head .stt-number {
                width: 55px;
                color: var(--bd-green);
                font-size: 18px;
                font-weight: 700; }
                @media (max-width: 1199px) {
                  .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head .stt-number {
                    font-size: 14px;
                    width: 30px; } }
              .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head .head-info {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1; }
                @media (max-width: 1199px) {
                  .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head .head-info {
                    padding-right: 16px; } }
                .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head .head-info .head-inner {
                  max-width: 730px;
                  border-bottom: 1px solid #E8EDFC;
                  padding-bottom: 10px; }
                .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head .head-info .program-name {
                  font-size: 18px;
                  line-height: 100%;
                  margin-bottom: 2px; }
                  @media (max-width: 1199px) {
                    .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head .head-info .program-name {
                      font-size: 14px; } }
                .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head .head-info .lesson-total {
                  font-size: 12px;
                  color: #767676; }
              .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head .head-control {
                width: 16px;
                text-align: right; }
                .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head .head-control .button-collapse {
                  width: 16px;
                  height: 16px;
                  border-radius: 50%;
                  background-color: transparent;
                  padding: 0;
                  border: 1px solid #9EA9C9;
                  font-size: 11px;
                  color: #9EA9C9;
                  cursor: pointer; }
                  .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head .head-control .button-collapse.active i::before {
                    content: "\f068"; }
                  .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-head .head-control .button-collapse i {
                    line-height: 100%; }
            .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-body {
              padding-left: 55px;
              display: none;
              font-size: 18px; }
              @media (max-width: 1199px) {
                .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-body {
                  font-size: 14px;
                  padding-left: 30px; } }
              .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-body .program-sub {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                padding-bottom: 16px; }
                .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-body .program-sub.locked .program-thumb {
                  width: 58px; }
                .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-body .program-sub .program-detail {
                  width: calc(100% - 70px);
                  max-width: 635px;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex; }
                  @media (max-width: 1199px) {
                    .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-body .program-sub .program-detail .program-thumb {
                      width: 50px; } }
                  .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-body .program-sub .program-detail .program-detail-info {
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                    padding-left: 20px;
                    line-height: 130%; }
                    @media (max-width: 1199px) {
                      .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-body .program-sub .program-detail .program-detail-info {
                        padding-left: 10px; } }
                .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-body .program-sub .program-view {
                  width: 70px;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-align: start;
                  -ms-flex-align: start;
                  align-items: flex-start;
                  -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                  justify-content: space-between; }
                  .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-body .program-sub .program-view .program-time {
                    font-size: 12px;
                    font-weight: 700;
                    padding-top: 2px; }
                  .product-detial-page .product-detail-wrap .product-detail .study-program .program-list .program-items .program-body .program-sub .program-view .program-lock {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex; }
      .product-detial-page .product-detail-wrap .product-detail .skill-box {
        font-size: 18px;
        padding-bottom: 100px; }
        @media (max-width: 991px) {
          .product-detial-page .product-detail-wrap .product-detail .skill-box {
            font-size: 14px;
            padding-bottom: 50px; } }
        .product-detial-page .product-detail-wrap .product-detail .skill-box .text-guide {
          font-size: 18px;
          margin-bottom: 20px; }
        .product-detial-page .product-detail-wrap .product-detail .skill-box .skill-row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: wrap;
          flex-flow: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .product-detial-page .product-detail-wrap .product-detail .skill-box .skill-row .skill-col {
            width: 31%;
            max-width: 260px; }
            @media (max-width: 767px) {
              .product-detial-page .product-detail-wrap .product-detail .skill-box .skill-row .skill-col {
                width: 100%;
                max-width: inherit;
                margin-bottom: 30px; } }
            .product-detial-page .product-detail-wrap .product-detail .skill-box .skill-row .skill-col .skill-title {
              font-weight: 700;
              display: block;
              margin-bottom: 20px; }
              @media (max-width: 767px) {
                .product-detial-page .product-detail-wrap .product-detail .skill-box .skill-row .skill-col .skill-title {
                  margin-bottom: 10px; } }
            .product-detial-page .product-detail-wrap .product-detail .skill-box .skill-row .skill-col .skill-list li {
              padding-bottom: 4px; }
              .product-detial-page .product-detail-wrap .product-detail .skill-box .skill-row .skill-col .skill-list li:last-child {
                padding-bottom: 0; }
              .product-detial-page .product-detail-wrap .product-detail .skill-box .skill-row .skill-col .skill-list li a {
                color: var(--bd-primary);
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex; }
                .product-detial-page .product-detail-wrap .product-detail .skill-box .skill-row .skill-col .skill-list li a:hover {
                  text-decoration: underline; }
                .product-detial-page .product-detail-wrap .product-detail .skill-box .skill-row .skill-col .skill-list li a span {
                  display: block;
                  white-space: nowrap;
                  padding-right: 5px; }
      .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .head-page .gallerry-control {
        width: 90px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 32px;
        position: relative; }
        @media (max-width: 767px) {
          .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .head-page .gallerry-control {
            width: 60px;
            height: 23px; } }
        .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .head-page .gallerry-control::after {
          content: "";
          width: 2px;
          height: 100%;
          position: absolute;
          top: 0;
          left: calc(50% - 1px);
          background-color: #000;
          border-radius: 4px; }
        .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .head-page .gallerry-control .slick-arrow {
          width: auto;
          height: auto;
          text-indent: 0;
          padding: 0;
          border: none;
          background: none;
          background-color: transparent;
          border-radius: 0;
          cursor: pointer; }
          @media (max-width: 767px) {
            .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .head-page .gallerry-control .slick-arrow {
              width: 20px; } }
        .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .head-page .gallerry-control .btn-gallerry-next {
          -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
      .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .classroom-slider {
        overflow: hidden;
        padding-bottom: 100px; }
        @media (max-width: 991px) {
          .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .classroom-slider {
            padding-bottom: 50px; } }
        .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .classroom-slider .slick-list {
          margin-left: -23px;
          margin-right: -23px; }
          @media (max-width: 1366px) {
            .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .classroom-slider .slick-list {
              margin-left: -8px;
              margin-right: -8px; } }
          @media (max-width: 480px) {
            .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .classroom-slider .slick-list {
              margin-left: 0;
              margin-right: 0; } }
        .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .classroom-slider .slick-slide {
          padding: 0 25px; }
          @media (max-width: 1366px) {
            .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .classroom-slider .slick-slide {
              padding: 0 10px; } }
          @media (max-width: 480px) {
            .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .classroom-slider .slick-slide {
              padding: 0 4px; } }
        .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .classroom-slider .items img {
          border-radius: 12px;
          width: 100%;
          display: inline-block;
          width: 11vw;
          height: 9.8vw;
          -o-object-fit: cover;
          object-fit: cover; }
          @media (min-width: 1520px) {
            .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .classroom-slider .items img {
              width: 167px;
              height: 149px; } }
          @media (max-width: 991px) {
            .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .classroom-slider .items img {
              width: 17vw;
              height: 15vw; } }
          @media (max-width: 480px) {
            .product-detial-page .product-detail-wrap .product-detail .classroom-gallerry .classroom-slider .items img {
              width: 21vw;
              height: 19vw; } }
      .product-detial-page .product-detail-wrap .product-detail .game-related {
        padding-bottom: 80px; }
        @media (max-width: 991px) {
          .product-detial-page .product-detail-wrap .product-detail .game-related {
            padding-bottom: 30px; } }
        .product-detial-page .product-detail-wrap .product-detail .game-related .head-page {
          margin-bottom: 0; }
          .product-detial-page .product-detail-wrap .product-detail .game-related .head-page .slider-control {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 74px;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .product-detial-page .product-detail-wrap .product-detail .game-related .head-page .slider-control button {
              padding: 0;
              border: none;
              background-color: transparent;
              text-indent: 0;
              background: none;
              cursor: pointer; }
            .product-detial-page .product-detail-wrap .product-detail .game-related .head-page .slider-control .btn-game-prev {
              -webkit-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
        .product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .slick-slide {
          padding: 20px 8px 50px; }
        .product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items {
          position: relative; }
          .product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items:hover .game-playnow {
            top: 100%; }
          .product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items:hover .game-body {
            -webkit-box-shadow: 0px 0px 24px rgba(235, 145, 56, 0.2);
            box-shadow: 0px 0px 24px rgba(235, 145, 56, 0.2); }
          .product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-body {
            background: #FFFFFF;
            -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.03);
            border-radius: 20px;
            position: relative;
            z-index: 4; }
          .product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-playnow {
            width: calc(100% - 30px);
            background: -webkit-gradient(linear, left top, right top, from(#FFA800), color-stop(102.28%, #5DC2A7));
            background: -webkit-linear-gradient(left, #FFA800 0%, #5DC2A7 102.28%);
            background: -o-linear-gradient(left, #FFA800 0%, #5DC2A7 102.28%);
            background: linear-gradient(90deg, #FFA800 0%, #5DC2A7 102.28%);
            -webkit-box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.1);
            box-shadow: 0px 0px 30px rgba(235, 145, 56, 0.1);
            padding: 6px 10px;
            border-radius: 0 0 16px 16px;
            font-size: 12px;
            font-weight: 700;
            color: #fff;
            -webkit-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
            position: absolute;
            left: 15px;
            top: 50%; }
            @media (max-width: 767px) {
              .product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-playnow {
                width: calc(100% - 10px);
                left: 5px;
                padding: 6px 5px; } }
            .product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-playnow .inner {
              max-width: 320px;
              margin: 0 auto;
              text-align: center; }
            .product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-playnow .svg {
              width: 16px;
              height: 18px;
              vertical-align: middle;
              margin-top: -4px; }
              .product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-playnow .svg path {
                fill: #fff; }
            .product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-playnow a {
              color: #fff;
              text-decoration: underline; }
          .product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-thumb {
            height: 190px;
            border-radius: 20px;
            background-color: #D9D9D9;
            position: relative;
            overflow: hidden; }
            .product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-thumb > img {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
              object-fit: cover; }
            .product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-thumb .game-tools {
              position: absolute;
              width: 100%;
              height: 70%;
              background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
              background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
              background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
              background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
              bottom: 0;
              left: 0;
              border-radius: 20px;
              padding: 20px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              justify-content: flex-end;
              -webkit-box-align: end;
              -ms-flex-align: end;
              align-items: flex-end; }
              .product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-thumb .game-tools .tools-label {
                font-size: 10px;
                font-weight: 700;
                color: #fff;
                margin-bottom: 0;
                margin-right: 5px; }
          .product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-info {
            padding: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: right; }
            .product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-info .user-info {
              -webkit-box-flex: 1;
              -ms-flex: 1;
              flex: 1;
              padding-right: 10px; }
              .product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-info .user-info .user-name {
                font-size: 12px; }
              .product-detial-page .product-detail-wrap .product-detail .game-related .slider-related .items .game-info .user-info .game-name {
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden; }
    .product-detial-page .product-detail-wrap .sidebar-register {
      width: 360px;
      padding-right: 60px; }
      @media (max-width: 1199px) {
        .product-detial-page .product-detail-wrap .sidebar-register {
          padding-right: 20px;
          width: 300px; } }
      @media (max-width: 991px) {
        .product-detial-page .product-detail-wrap .sidebar-register {
          width: 100%;
          padding-right: 0; } }
      .product-detial-page .product-detail-wrap .sidebar-register .form-register {
        margin-top: -204px;
        padding: 30px 20px;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.08);
        border-radius: 20px; }
        @media (max-width: 991px) {
          .product-detial-page .product-detail-wrap .sidebar-register .form-register {
            margin-top: 0; } }
        .product-detial-page .product-detail-wrap .sidebar-register .form-register .course-price {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-bottom: 34px;
          font-size: 18px; }
          @media (max-width: 1199px) {
            .product-detial-page .product-detail-wrap .sidebar-register .form-register .course-price {
              font-size: 16px; } }
          @media (max-width: 991px) {
            .product-detial-page .product-detail-wrap .sidebar-register .form-register .course-price {
              padding-right: 16px;
              margin-right: 12px; } }
          .product-detial-page .product-detail-wrap .sidebar-register .form-register .course-price .price-label {
            margin-bottom: 0;
            padding-right: 4px;
            line-height: 100%; }
          .product-detial-page .product-detail-wrap .sidebar-register .form-register .course-price .price {
            font-size: 32px;
            color: #F44336;
            line-height: 90%; }
            @media (max-width: 1199px) {
              .product-detial-page .product-detail-wrap .sidebar-register .form-register .course-price .price {
                font-size: 24px; } }
          .product-detial-page .product-detail-wrap .sidebar-register .form-register .course-price .unit {
            padding-left: 3px; }
            .product-detial-page .product-detail-wrap .sidebar-register .form-register .course-price .unit .unit-label {
              font-size: 18px;
              text-decoration: underline; }
              @media (max-width: 1199px) {
                .product-detial-page .product-detail-wrap .sidebar-register .form-register .course-price .unit .unit-label {
                  font-size: 16px; } }
        .product-detial-page .product-detail-wrap .sidebar-register .form-register .btn-register {
          background-color: var(--bd-orange);
          padding: 10px;
          width: 100%;
          font-size: 18px;
          color: #fff; }
          @media (max-width: 1199px) {
            .product-detial-page .product-detail-wrap .sidebar-register .form-register .btn-register {
              font-size: 16px; } }
          .product-detial-page .product-detail-wrap .sidebar-register .form-register .btn-register strong {
            font-size: 22px;
            display: block;
            margin-bottom: 4px; }
            @media (max-width: 1199px) {
              .product-detial-page .product-detail-wrap .sidebar-register .form-register .btn-register strong {
                font-size: 18px; } }
        .product-detial-page .product-detail-wrap .sidebar-register .form-register .space-or {
          position: relative;
          margin: 30px 0;
          color: #979797;
          text-align: center; }
          .product-detial-page .product-detail-wrap .sidebar-register .form-register .space-or::after {
            position: absolute;
            left: 0;
            top: 50%;
            content: "";
            width: 100%;
            height: 1px;
            background-color: #979797; }
          .product-detial-page .product-detail-wrap .sidebar-register .form-register .space-or span {
            font-weight: 700;
            padding: 0 15px;
            position: relative;
            z-index: 2;
            background-color: #fff;
            font-size: 12px; }
        .product-detial-page .product-detail-wrap .sidebar-register .form-register .btn-call {
          line-height: 100%;
          border-radius: 50px;
          padding: 14px;
          border: 1px solid var(--bd-green);
          font-size: 18px;
          font-weight: 700;
          width: 100%;
          background-color: #fff;
          margin-bottom: 37px; }
          @media (max-width: 1199px) {
            .product-detial-page .product-detail-wrap .sidebar-register .form-register .btn-call {
              font-size: 16px; } }
          .product-detial-page .product-detail-wrap .sidebar-register .form-register .btn-call:hover {
            background-color: var(--bd-green);
            color: #fff; }
        .product-detial-page .product-detail-wrap .sidebar-register .form-register .form-group:last-child {
          margin-bottom: 0; }
        .product-detial-page .product-detail-wrap .sidebar-register .form-register .form-group .form-label {
          display: block;
          margin-bottom: 0; }
        .product-detial-page .product-detail-wrap .sidebar-register .form-register .form-group .form-text {
          margin-top: 0;
          font-size: 18px;
          font-weight: 700; }
          @media (max-width: 1199px) {
            .product-detial-page .product-detail-wrap .sidebar-register .form-register .form-group .form-text {
              font-size: 16px; } }
    .product-detial-page .product-detail-wrap .m-title {
      font-size: 18px;
      display: block;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .product-detial-page .product-detail-wrap .m-title {
          font-size: 16px; } }
    .product-detial-page .product-detail-wrap .group-information {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      .product-detial-page .product-detail-wrap .group-information .information-col {
        width: 45%; }
        @media (max-width: 1199px) {
          .product-detial-page .product-detail-wrap .group-information .information-col {
            width: 100%; } }

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- ContactPage -----***/
.contact-page {
  padding-top: 30px; }
  .contact-page .head-page {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .contact-page .head-page .page-title {
        width: 100%;
        margin-bottom: 10px; } }
    .contact-page .head-page .form-select {
      border-radius: 50px;
      height: 60px;
      position: relative;
      width: 370px; }
      @media (max-width: 1199px) {
        .contact-page .head-page .form-select {
          height: 50px;
          width: 320px; } }
      @media (max-width: 767px) {
        .contact-page .head-page .form-select {
          width: 100%; } }
      .contact-page .head-page .form-select .form-control {
        height: 100%;
        padding-left: 20px;
        background: url("../img/icon/up-down.svg") no-repeat calc(100% - 27px) 50%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: 18px;
        font-weight: 700;
        padding-right: 155px;
        line-height: 100%; }
        @media (max-width: 1199px) {
          .contact-page .head-page .form-select .form-control {
            font-size: 16px;
            padding-right: 120px;
            background-position: calc(100% - 16px) 50%; } }
      .contact-page .head-page .form-select .total-center {
        margin-bottom: 0;
        position: absolute;
        right: 60px;
        top: calc(50% - 8px);
        font-size: 14px;
        font-weight: 500; }
        @media (max-width: 1199px) {
          .contact-page .head-page .form-select .total-center {
            font-size: 12px;
            right: 40px;
            top: calc(50% - 7px); } }
  .contact-page .contact-list {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(175, 190, 215, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (max-width: 991px) {
      .contact-page .contact-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 25px;
        margin-bottom: 25px; } }
    .contact-page .contact-list li {
      padding: 0 85px;
      text-align: center; }
      @media (max-width: 1366px) {
        .contact-page .contact-list li {
          padding: 0 45px; } }
      @media (max-width: 991px) {
        .contact-page .contact-list li {
          padding: 0 20px; } }
      @media (max-width: 767px) {
        .contact-page .contact-list li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          text-align: left;
          padding: 0;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-bottom: 20px; } }
      .contact-page .contact-list li:last-child {
        margin-bottom: 0; }
      .contact-page .contact-list li .contact-icon {
        height: 48px;
        margin-bottom: 20px; }
        @media (max-width: 1366px) {
          .contact-page .contact-list li .contact-icon {
            height: 40px;
            margin-bottom: 16px; } }
        @media (max-width: 767px) {
          .contact-page .contact-list li .contact-icon {
            width: 32px;
            margin-bottom: 0;
            height: auto;
            margin-right: 10px; } }
        @media (max-width: 1366px) {
          .contact-page .contact-list li .contact-icon img {
            max-height: 40px; } }
        @media (max-width: 767px) {
          .contact-page .contact-list li .contact-icon img {
            max-height: 25px; } }
      .contact-page .contact-list li .contact-body {
        font-size: 18px; }
        @media (max-width: 1366px) {
          .contact-page .contact-list li .contact-body {
            font-size: 16px; } }
        @media (max-width: 767px) {
          .contact-page .contact-list li .contact-body {
            font-size: 14px;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1; } }
        .contact-page .contact-list li .contact-body .switchboard {
          font-size: 22px;
          line-height: 100%; }
          @media (max-width: 1366px) {
            .contact-page .contact-list li .contact-body .switchboard {
              font-size: 18px; } }
  .contact-page .central-system {
    padding-bottom: 156px;
    grid-gap: 5%;
    row-gap: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 1366px) {
      .contact-page .central-system {
        grid-gap: 3%;
        row-gap: 20px; } }
    @media (max-width: 991px) {
      .contact-page .central-system {
        padding-bottom: 70px;
        grid-gap: 12px;
        row-gap: 12px;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767px) {
      .contact-page .central-system {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); } }
    .contact-page .central-system li {
      padding: 10px 10px 16px;
      background: #FFFFFF;
      -webkit-box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.08);
      border-radius: 20px; }
      @media (max-width: 767px) {
        .contact-page .central-system li {
          padding: 7px 7px 16px;
          border-radius: 16px; } }
      .contact-page .central-system li .central-thumb {
        height: 250px;
        background-color: #D9D9D9;
        border-radius: 30px;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .contact-page .central-system li .central-thumb {
            height: 170px;
            border-radius: 20px;
            margin-bottom: 10px; } }
        .contact-page .central-system li .central-thumb img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      .contact-page .central-system li .central-name {
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 8px; }
        @media (max-width: 767px) {
          .contact-page .central-system li .central-name {
            font-size: 15px; } }
      .contact-page .central-system li .central-address {
        margin-bottom: 8px; }
      .contact-page .central-system li .central-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-flow: wrap;
        flex-flow: wrap; }
        .contact-page .central-system li .central-contact .link-map {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          font-weight: 700; }
          .contact-page .central-system li .central-contact .link-map .svg {
            width: 15px;
            height: 11px;
            margin-right: 4px; }
            .contact-page .central-system li .central-contact .link-map .svg path {
              fill: var(--bd-link); }

/* 
  Created on : 12-04-2023, 10:30:00
  Author     : HUNG.ND
*/
/***----- AboutPage -----***/
.about-page {
  padding-top: 30px; }
  .about-page .head-page {
    margin-bottom: 8px; }
    .about-page .head-page .head-title {
      margin-bottom: 0; }
  .about-page .teky-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 90px; }
    @media (max-width: 991px) {
      .about-page .teky-about {
        margin-bottom: 45px; } }
    .about-page .teky-about .teky-about-text {
      width: 76.4%;
      padding-right: 32px; }
      @media (max-width: 991px) {
        .about-page .teky-about .teky-about-text {
          width: 100%;
          padding-right: 0;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
      .about-page .teky-about .teky-about-text p {
        text-align: justify; }
    .about-page .teky-about .teky-about-thumb {
      width: 23.6%; }
      @media (max-width: 991px) {
        .about-page .teky-about .teky-about-thumb {
          width: 100%;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          text-align: center;
          padding: 0 30px; } }
  .about-page .teky-mission {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding-bottom: 100px; }
    @media (max-width: 991px) {
      .about-page .teky-mission {
        padding-bottom: 50px; } }
    .about-page .teky-mission .mission-box {
      width: 23.6%;
      padding-top: 50px; }
      @media (max-width: 991px) {
        .about-page .teky-mission .mission-box {
          width: 100%;
          padding: 0; } }
      .about-page .teky-mission .mission-box p {
        text-align: justify; }
    .about-page .teky-mission .thumb-box {
      max-width: 52.8%;
      padding: 0 32px; }
      @media (max-width: 991px) {
        .about-page .teky-mission .thumb-box {
          width: 100%;
          padding: 20px 0; } }
      .about-page .teky-mission .thumb-box img {
        width: 100%; }
    .about-page .teky-mission .vision-box {
      width: 23.6%;
      padding-top: 90px; }
      @media (max-width: 991px) {
        .about-page .teky-mission .vision-box {
          width: 100%;
          padding-top: 0; } }
      .about-page .teky-mission .vision-box p {
        text-align: justify; }
  .about-page .teky-solution .thumb img {
    margin-bottom: 100px; }
    @media (max-width: 991px) {
      .about-page .teky-solution .thumb img {
        margin-bottom: 50px; } }
  .about-page .founding-team {
    padding-top: 100px;
    padding-bottom: 240px;
    overflow: hidden;
    background: url("../img/common/founding-ellipse.png") no-repeat 100% 0;
    background-size: auto 100%; }
    @media (max-width: 1366px) {
      .about-page .founding-team {
        padding-bottom: 180px; } }
    @media (max-width: 1199px) {
      .about-page .founding-team {
        padding-top: 70px;
        padding-bottom: 140px; } }
    @media (max-width: 991px) {
      .about-page .founding-team {
        padding-top: 50px;
        padding-bottom: 100px; } }
    @media (max-width: 767px) {
      .about-page .founding-team {
        padding-top: 50px;
        padding-bottom: 60px;
        background-size: 60% auto;
        background-position: 100% 50%; } }
    .about-page .founding-team .slider-founding::before, .about-page .founding-team .slider-founding::after {
      content: "";
      width: 40px;
      height: 200px;
      position: absolute;
      background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.0001)), color-stop(68.9%, #F2F6FE), to(#F2F6FE));
      background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.0001) 0%, #F2F6FE 68.9%, #F2F6FE 100%);
      background: -o-linear-gradient(right, rgba(255, 255, 255, 0.0001) 0%, #F2F6FE 68.9%, #F2F6FE 100%);
      background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #F2F6FE 68.9%, #F2F6FE 100%);
      top: 35px;
      z-index: 3; }
      @media (max-width: 991px) {
        .about-page .founding-team .slider-founding::before, .about-page .founding-team .slider-founding::after {
          top: 25px; } }
      @media (max-width: 767px) {
        .about-page .founding-team .slider-founding::before, .about-page .founding-team .slider-founding::after {
          display: none; } }
    .about-page .founding-team .slider-founding::before {
      left: 0; }
    .about-page .founding-team .slider-founding::after {
      right: 0;
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .about-page .founding-team .slider-founding .slick-list {
      margin: 0 -150px; }
      @media (max-width: 991px) {
        .about-page .founding-team .slider-founding .slick-list {
          margin: 0; } }
    .about-page .founding-team .slider-founding .slick-slide {
      padding: 35px 15px 40px; }
      @media (max-width: 991px) {
        .about-page .founding-team .slider-founding .slick-slide {
          padding: 25px 8px 25px; } }
      @media (max-width: 767px) {
        .about-page .founding-team .slider-founding .slick-slide {
          padding: 25px 5px 25px; } }
    .about-page .founding-team .slider-founding .items {
      background: #FFFFFF;
      -webkit-box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.08);
      border-radius: 20px;
      padding: 20px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      font-size: 12px;
      min-height: 200px; }
      @media (max-width: 1199px) {
        .about-page .founding-team .slider-founding .items {
          padding: 16px;
          border-radius: 16px;
          -webkit-box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.08); } }
      .about-page .founding-team .slider-founding .items.no-thumb .founding-desc {
        display: -webkit-box;
        -webkit-line-clamp: 7 !important;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .about-page .founding-team .slider-founding .items .founding-thumb {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        margin-right: 26px;
        overflow: hidden; }
        @media (max-width: 1199px) {
          .about-page .founding-team .slider-founding .items .founding-thumb {
            width: 60px;
            height: 60px;
            margin-right: 16px; } }
      .about-page .founding-team .slider-founding .items .founding-info {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .about-page .founding-team .slider-founding .items .founding-info .founding-name {
          text-transform: capitalize;
          display: block;
          font-weight: 700;
          font-size: 18px;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden; }
          @media (max-width: 1199px) {
            .about-page .founding-team .slider-founding .items .founding-info .founding-name {
              font-size: 16px; } }
        .about-page .founding-team .slider-founding .items .founding-info .founding-regency {
          padding-top: 6px;
          color: var(--bd-green);
          line-height: 100%; }
        .about-page .founding-team .slider-founding .items .founding-info .founding-social {
          padding-top: 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-flow: wrap;
          flex-flow: wrap; }
          .about-page .founding-team .slider-founding .items .founding-info .founding-social a {
            margin-right: 5px;
            display: block;
            width: 16px; }
        .about-page .founding-team .slider-founding .items .founding-info .founding-desc {
          line-height: 150%;
          padding-top: 24px;
          margin-bottom: 0;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden; }
          @media (max-width: 1199px) {
            .about-page .founding-team .slider-founding .items .founding-info .founding-desc {
              padding-top: 16px; } }
