@media (max-width: 1023px) {
  #advise {
    padding-top: 100px;
  }
}

.adviseNewshot {
  padding: 100px 0;
}
.adviseNewshot .--content .--left {
  padding-right: 16px;
}
.adviseNewshot .Newshot .--img {
  height: auto;
  aspect-ratio: 4/3;
}
.adviseNewshot .--listNews {
  display: flex;
  flex-flow: column;
  gap: 17px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .adviseNewshot {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .adviseNewshot {
    padding: 60px 0;
  }
  .adviseNewshot .--content .--left {
    padding-right: 0;
  }
  .adviseNewshot .--listNews {
    margin-top: 24px;
    gap: 12px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .adviseNewshot .Newshot {
    height: 100%;
    display: flex;
  }
  .adviseNewshot .Newshot .--img {
    height: auto;
    aspect-ratio: 4/3;
  }
  .adviseNewshot .--content .--left {
    height: 100%;
  }
}

.adviseNewsother {
  padding-bottom: 100px;
}
.adviseNewsother .--title {
  margin-bottom: 2rem;
}
.adviseNewsother .--search {
  position: relative;
}
.adviseNewsother .--search input {
  width: 280px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 0 32px 0 12px;
}
.adviseNewsother .--search input:focus {
  border: 1px solid var(--color-1);
  outline: none;
}
.adviseNewsother .--search input::-moz-placeholder {
  color: #bdbdbd;
}
.adviseNewsother .--search input::placeholder {
  color: #bdbdbd;
}
.adviseNewsother .--search .--icon {
  position: absolute;
  top: 50%;
  color: rgba(0, 0, 0, 0.54);
  right: 12px;
  transform: translate(0, -50%);
  pointer-events: none;
}
.adviseNewsother .--listNews .col-md-4:nth-child(n+4) {
  margin-top: 40px;
}
.adviseNewsother .pagination {
  justify-content: center;
  margin-top: 32px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .adviseNewsother {
    padding-bottom: 60px;
  }
  .adviseNewsother .itemNews article {
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .adviseNewsother {
    padding-bottom: 60px;
  }
  .adviseNewsother .--title {
    flex-flow: column;
    align-items: flex-start !important;
    margin-bottom: 24px;
  }
  .adviseNewsother .--search {
    width: 100%;
  }
  .adviseNewsother .--search input {
    width: 100%;
  }
  .adviseNewsother .segTitle {
    margin-bottom: 16px;
  }
  .adviseNewsother .--listNews .col-md-4:nth-child(n+2) {
    margin-top: 24px;
  }
  .adviseNewsother .itemNews .--img {
    height: 190px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .adviseNewsother .--listNews {
    margin-top: 0;
  }
  .adviseNewsother .--listNews .col-md-4:nth-child(n+2) {
    margin-top: 0;
  }
  .adviseNewsother .--listNews .col-md-4:nth-child(n+4) {
    margin-top: 24px;
  }
  .adviseNewsother .--search {
    width: 50%;
  }
}

.adviseFaq {
  padding: 100px 0;
}
.adviseFaq .segTitle {
  margin-bottom: 32px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .adviseFaq {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .adviseFaq {
    padding: 60px 0;
  }
}

@media (max-width: 1023px) {
  #adviseaz {
    padding-top: 100px;
  }
}

.adviseazContent {
  padding: 100px 0;
}
.adviseazContent .--title {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}
.adviseazContent .--listtxt {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.adviseazContent .--listtxt .--item {
  width: 36px;
  cursor: pointer;
  height: 36px;
  display: flex;
  align-items: center;
  background: #e8e8e8;
  font-size: 18px;
  justify-content: center;
  transition: all 0.15s ease;
}
.adviseazContent .--listtxt .--item.item-nodata {
  opacity: 0.5;
  pointer-events: none;
}
.adviseazContent .--listtxt .--item.item-nodata:hover {
  background: #e8e8e8;
  color: #000;
}
.adviseazContent .--listtxt .--item.active, .adviseazContent .--listtxt .--item:hover {
  background: var(--color-1);
  color: #fff;
}
.adviseazContent .--listFilter {
  display: flex;
  flex-flow: column;
  gap: 48px;
}
.adviseazContent .--listFilter ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 1rem;
}
.adviseazContent .--listFilter ul li {
  width: calc(25% - 30px);
  margin-right: 40px;
  margin-bottom: 12px;
}
.adviseazContent .--listFilter ul li:nth-child(4n) {
  margin-right: 0;
}
.adviseazContent .--listFilter ul li a {
  color: #000;
}
.adviseazContent .--listFilter ul li a:hover {
  color: var(--color-1);
}
@media (max-width: 1023px) {
  .adviseazContent {
    padding: 60px 0;
  }
  .adviseazContent .--listFilter ul {
    flex-flow: column;
  }
  .adviseazContent .--listFilter ul li {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .adviseazContent .--listFilter ul {
    flex-flow: revert;
    flex-wrap: wrap;
  }
  .adviseazContent .--listFilter ul li {
    width: calc(50% - 12px);
    margin-right: 24px;
  }
  .adviseazContent .--listFilter ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
}

@media (max-width: 1023px) {
  #library {
    padding-top: 100px;
  }
}

.libraryHotvideo {
  padding: 100px 0 60px;
}
.libraryHotvideo .segTitle {
  text-align: center;
  margin-bottom: 44px;
}
.libraryHotvideo .--item {
  position: relative;
  margin: 0 15px;
  width: 750px;
}
.libraryHotvideo .--item .--img {
  width: 100%;
  height: 400px;
}
.libraryHotvideo .--item .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.libraryHotvideo .--item .playVideo {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  display: flex;
  transition: all 0.15s ease;
}
.libraryHotvideo .--item .playVideo:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.libraryHotvideo .--item .playVideo:hover span {
  color: var(--color-2);
}
.libraryHotvideo .--item .playVideo span {
  color: #fff;
  transition: all 0.15s ease;
  font-weight: 600;
  width: 110px;
}
@media (max-width: 1023px) {
  .libraryHotvideo .container-fluid {
    padding: 0 !important;
  }
  .libraryHotvideo .--item {
    margin: 0 6px;
    width: 80vw;
  }
  .libraryHotvideo .--item .--img {
    height: 180px;
  }
  .libraryHotvideo .segTitle {
    margin-bottom: 32px;
    padding: 0 24px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .libraryHotvideo .--item .--img {
    height: auto;
    aspect-ratio: 4/3;
  }
}

.libraryOthervideo {
  padding-bottom: 100px;
}
.libraryOthervideo .--title {
  margin-bottom: 2rem;
}
.libraryOthervideo .--search {
  position: relative;
}
.libraryOthervideo .--search input {
  width: 280px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 0 32px 0 12px;
}
.libraryOthervideo .--search input:focus {
  border: 1px solid var(--color-1);
  outline: none;
}
.libraryOthervideo .--search input::-moz-placeholder {
  color: #bdbdbd;
}
.libraryOthervideo .--search input::placeholder {
  color: #bdbdbd;
}
.libraryOthervideo .--search .--icon {
  position: absolute;
  top: 50%;
  color: rgba(0, 0, 0, 0.54);
  right: 12px;
  transform: translate(0, -50%);
  pointer-events: none;
}
.libraryOthervideo .col-md-4:nth-child(n+4) {
  margin-top: 32px;
}
.libraryOthervideo .pagination {
  justify-content: center;
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .libraryOthervideo .--title {
    flex-flow: column;
    align-items: flex-start !important;
    margin-bottom: 24px;
  }
  .libraryOthervideo .--search {
    margin-top: 12px;
    width: 100%;
  }
  .libraryOthervideo .--search input {
    width: 100%;
  }
  .libraryOthervideo .col-md-4:nth-child(n+2) {
    margin-top: 24px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .libraryOthervideo .col-md-4:nth-child(n+2) {
    margin-top: 0;
  }
  .libraryOthervideo .col-md-4:nth-child(n+4) {
    margin-top: 24px;
  }
  .libraryOthervideo .--search {
    width: 50%;
  }
}

@media (max-width: 1023px) {
  #dtdevise {
    padding-top: 100px;
  }
}

.dtdeviseContent {
  background: #f5f5f5;
  padding: 60px 0;
}
.dtdeviseContent .--left {
  padding-right: 32px;
  border-right: 1px solid #c5c5c5;
  flex: 1;
}
.dtdeviseContent .--left article img {
  max-width: 80%;
}
.dtdeviseContent .--content {
  display: flex;
  gap: 24px;
}
.dtdeviseContent .--titledevise {
  font-weight: 700;
  margin-bottom: 16px;
}
.dtdeviseContent .timecate {
  margin-bottom: 2rem;
}
.dtdeviseContent .--right {
  width: 370px;
  position: sticky;
  top: 120px;
  right: 0;
  height: -moz-max-content;
  height: max-content;
}
.dtdeviseContent .--right .--otherdoc {
  margin-bottom: 40px;
}
.dtdeviseContent .--right .--otherdoc .--title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
.dtdeviseContent .--right .--otherdoc .--item {
  gap: 12px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c5c5c5;
}
.dtdeviseContent .--right .--otherdoc .--item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.dtdeviseContent .--right .--otherdoc .--avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}
.dtdeviseContent .--right .--otherdoc .--avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dtdeviseContent .--right .--otherdoc .--txt {
  width: calc(100% - 76px);
}
.dtdeviseContent .--right .--otherdoc .--name {
  font-weight: 600;
  margin-top: 4px;
}
.dtdeviseContent .--right .cards {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  padding: 24px 32px;
  background: #fff;
  margin-bottom: 40px;
}
.dtdeviseContent .--right .cards .--title {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--color-1);
  margin-bottom: 8px;
  font-weight: 700;
}
.dtdeviseContent .--right .cards .--des {
  text-align: center;
  margin-bottom: 20px;
}
.dtdeviseContent .--right .cards .form input,
.dtdeviseContent .--right .cards .form .nice-select {
  border: 1px solid #e8e8e8;
  background: #fff;
}
.dtdeviseContent .--right .cards .btn-1 {
  height: 40px;
  margin: 0 auto;
}
.dtdeviseContent .--right .--news .--title {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 16px;
}
@media (max-width: 1023px) {
  .dtdeviseContent .--left {
    padding-right: 0;
    border-right: none;
    flex: unset;
    width: 100%;
  }
  .dtdeviseContent .--left article img {
    max-width: 100%;
  }
  .dtdeviseContent .--content {
    flex-flow: column;
  }
  .dtdeviseContent .--right {
    width: 100%;
  }
  .dtdeviseContent .--right .cards {
    position: relative;
    top: unset;
    right: unset;
  }
}

.dtdedviseOther {
  background: #f5f5f5;
  padding-bottom: 100px;
}
.dtdedviseOther .segTitle {
  margin-bottom: 32px;
}
.dtdedviseOther .--listdviseOther .col-md-6:nth-child(n+3) {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .dtdedviseOther {
    padding-bottom: 60px;
  }
  .dtdedviseOther .--listdviseOther .col-md-6:nth-child(n+2) {
    margin-top: 24px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .dtdedviseOther .--listdviseOther .col-md-6:nth-child(n+2) {
    margin-top: 0;
  }
  .dtdedviseOther .--listdviseOther .col-md-6:nth-child(n+3) {
    margin-top: 24px;
  }
}/*# sourceMappingURL=advise.css.map */