@charset "UTF-8";
.wrapperSowingHexagrams .throwCounter {
  text-align: center;
}
.wrapperSowingHexagrams .throwCounter.hidden {
  display: none;
}
.wrapperSowingHexagrams .throwCounter .throwText {
  color: #435a02;
  font-size: 16px;
  font-weight: 700;
}
.wrapperSowingHexagrams .wrapperContent {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: top left;
  height: auto;
  overflow: hidden;
  min-height: auto;
  padding: 32px 6px;
}
.wrapperSowingHexagrams .wrapperContent .wrapperDesc {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
@media only screen and (max-width: 576px) {
  .wrapperSowingHexagrams .wrapperContent .wrapperDesc {
    min-height: 80px;
  }
}
.wrapperSowingHexagrams .wrapperContent .wrapperDesc .textContentdesc > p {
  text-align: center;
  margin: auto;
  max-width: 500px;
  color: #435a02;
  font-weight: 500;
  margin-bottom: 10;
}
@media only screen and (max-width: 576px) {
  .wrapperSowingHexagrams .wrapperContent .wrapperDesc .textContentdesc > p {
    text-align: justify;
  }
}
.wrapperSowingHexagrams .wrapperContent .wrapperFortuneTelling {
  width: 130px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: all 6s ease;
}
.wrapperSowingHexagrams .wrapperContent .wrapperFortuneTelling .lineOne {
  background-color: #b41004;
  width: 100%;
  margin: 4px auto;
  height: 8px;
}
.wrapperSowingHexagrams .wrapperContent .wrapperFortuneTelling .lineOne.resultItemCoins {
  -webkit-animation: my 1000ms infinite;
  animation: my 1000ms infinite;
}
@media only screen and (max-width: 576px) {
  .wrapperSowingHexagrams .wrapperContent .wrapperFortuneTelling .lineOne {
    height: 5px;
    width: 80%;
  }
}
.wrapperSowingHexagrams .wrapperContent .wrapperFortuneTelling .lineTwo {
  height: 8px;
  position: relative;
  width: 100%;
  margin: 4px auto;
}
.wrapperSowingHexagrams .wrapperContent .wrapperFortuneTelling .lineTwo.resultItemCoins::before {
  -webkit-animation: my 1000ms infinite;
  animation: my 1000ms infinite;
}
.wrapperSowingHexagrams .wrapperContent .wrapperFortuneTelling .lineTwo.resultItemCoins::after {
  -webkit-animation: my 1000ms infinite;
  animation: my 1000ms infinite;
}
.wrapperSowingHexagrams .wrapperContent .wrapperFortuneTelling .lineTwo::before {
  content: "";
  position: absolute;
  width: 45%;
  height: 100%;
  background-color: #b41004;
  left: 0;
}
.wrapperSowingHexagrams .wrapperContent .wrapperFortuneTelling .lineTwo::after {
  content: "";
  position: absolute;
  width: 45%;
  height: 100%;
  background-color: #b41004;
  right: 0;
}
@media only screen and (max-width: 576px) {
  .wrapperSowingHexagrams .wrapperContent .wrapperFortuneTelling .lineTwo {
    height: 5px;
    width: 80%;
  }
}
.wrapperSowingHexagrams .wrapperContent::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(212, 199, 199, 0.1);
  z-index: 1;
}
.wrapperSowingHexagrams .wrapperContent .midBorder {
  position: relative;
  min-height: auto;
  width: 100%;
  padding: 6px;
  margin: auto;
  z-index: 10;
}
.wrapperSowingHexagrams .wrapperContent .title {
  text-align: center;
  margin: 8px 0px;
  font-size: 64px;
  color: #b41004;
}
@media only screen and (max-width: 768px) {
  .wrapperSowingHexagrams .wrapperContent .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapperSowingHexagrams .wrapperContent .title {
    font-size: 26px;
    white-space: nowrap;
  }
}
.wrapperSowingHexagrams .wrapperContent .wrapperCoinList {
  border: dashed 3px #e1b941;
  height: auto;
  padding: 16px 8px;
  max-width: 500px;
  margin: 32px auto;
}
.wrapperSowingHexagrams .wrapperContent .wrapperCoinList.hidden {
  display: none;
}
@media only screen and (max-width: 768px) {
  .wrapperSowingHexagrams .wrapperContent .wrapperCoinList {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .wrapperSowingHexagrams .wrapperContent .wrapperCoinList {
    margin: 16px auto;
    padding: 8px 8px;
  }
}
.wrapperSowingHexagrams .wrapperContent .wrapperCoinList .wrapperContentCoin {
  display: flex;
  justify-content: end;
  margin: auto;
}
.wrapperSowingHexagrams .wrapperContent .wrapperCoinList .wrapperContentCoin .wrapperItemResult {
  width: 16.6666666667%;
  height: 100%;
  padding: 0px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 456px) {
  .wrapperSowingHexagrams .wrapperContent .wrapperCoinList .wrapperContentCoin .wrapperItemResult {
    padding: 0px 7.5px;
  }
}
.wrapperSowingHexagrams .wrapperContent .wrapperCoinList .wrapperContentCoin .wrapperItemResult .wrapperImageResult {
  position: relative;
}
.wrapperSowingHexagrams .wrapperContent .wrapperCoinList .wrapperContentCoin .wrapperItemResult .numberText {
  color: #435a02;
  font-weight: 800;
}
@media only screen and (max-width: 576px) {
  .wrapperSowingHexagrams .wrapperContent .wrapperCoinList .wrapperContentCoin .wrapperItemResult .numberText {
    font-size: 14px;
  }
}
.wrapperSowingHexagrams .wrapperContent .wrapperCoinList .wrapperContentCoin .wrapperItemResult .textResult {
  margin-top: 12px;
  text-align: center;
  margin-bottom: 0px;
}
@media only screen and (max-width: 576px) {
  .wrapperSowingHexagrams .wrapperContent .wrapperCoinList .wrapperContentCoin .wrapperItemResult .textResult {
    font-size: 14px;
  }
}
.wrapperSowingHexagrams .wrapperContent .wrapperCoinList .wrapperContentCoin .wrapperItemResult .textResult.positive {
  color: #b41004;
}
.wrapperSowingHexagrams .wrapperContent .wrapperCoinList .wrapperContentCoin .wrapperItemResult .textResult.minus {
  color: #000;
}
.wrapperSowingHexagrams .wrapperContent .wrapperCoinList .wrapperContentCoin .wrapperItemResult .image-result {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 10;
}
.wrapperSowingHexagrams .wrapperContent .wrapperConinClick {
  width: 300px;
  margin: 32px auto 0px auto;
}
.wrapperSowingHexagrams .wrapperContent .wrapperConinClick.hidden {
  display: none;
}
.wrapperSowingHexagrams .wrapperContent .wrapperConinClick .wrapperContentConinClick {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin: auto;
  position: relative;
  min-height: 140px;
}
.wrapperSowingHexagrams .wrapperContent .wrapperConinClick .wrapperContentConinClick .wrapperItems {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
}
.wrapperSowingHexagrams .wrapperContent .wrapperConinClick .wrapperContentConinClick .wrapperItems .text {
  position: absolute;
  bottom: 1rem;
}
.wrapperSowingHexagrams .wrapperContent .wrapperConinClick .wrapperContentConinClick .wrapperItems .text.resultPositive {
  color: #b41004;
}
.wrapperSowingHexagrams .wrapperContent .wrapperConinClick .wrapperContentConinClick .wrapperItems .text.resultMinus {
  color: #000;
}
.wrapperSowingHexagrams .wrapperContent .wrapperConinClick .wrapperContentConinClick .wrapperItems .am {
  position: relative;
}
.wrapperSowingHexagrams .wrapperContent .wrapperConinClick .wrapperContentConinClick .wrapperItems .duong {
  height: auto;
  width: 100%;
  position: absolute;
  top: 0;
  transform: translateZ(2px);
}
.wrapperSowingHexagrams .wrapperContent .wrapperConinClick .wrapperContentConinClick .wrapperItems .duong.result {
  position: unset;
  transform: unset;
}
.wrapperSowingHexagrams .wrapperContent .wrapperConinClick .wrapperContentConinClick .wrapperItems .am.active,
.wrapperSowingHexagrams .wrapperContent .wrapperConinClick .wrapperContentConinClick .wrapperItems .duong.active {
  z-index: 10;
}
.wrapperSowingHexagrams .wrapperContent .wrapperConinClick .wrapperContentConinClick .coinItems.spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  transform-style: preserve-3d;
}
.wrapperSowingHexagrams .wrapperContent .wrapperCoinsResult {
  display: none;
}
.wrapperSowingHexagrams .wrapperContent .wrapperCoinsResult .wrapperCoinsResultList {
  display: flex;
  justify-content: center;
  max-width: 500px;
  gap: 16px;
  margin: 0px auto 32px auto;
}
.wrapperSowingHexagrams .wrapperContent .wrapperCoinsResult .wrapperCoinsResultList .coinItems {
  width: 100%;
  height: auto;
}
.wrapperSowingHexagrams .wrapperContent .wrapperCoinsResult .wrapperCoinsResultList .coinItems span {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 8px;
  color: #b41004;
  font-weight: 700;
}
.wrapperSowingHexagrams .wrapperContent .wrapperCoinsResult .wrapperCoinsResultList .coinItems .haoDong1.spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  transform-style: preserve-3d;
}
.wrapperSowingHexagrams .wrapperContent .wrapperCoinsResult .wrapperCoinsResultList .coinItems img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapperSowingHexagrams .wrapperContent .wrapperClickSowing {
  max-width: 600px;
  margin: auto;
}
.wrapperSowingHexagrams .wrapperContent .wrapperClickSowing.hidden {
  display: none;
}
.wrapperSowingHexagrams .wrapperContent .wrapperClickSowing h5 {
  margin-top: 16px;
  text-align: center;
  color: #435a02;
}
.wrapperSowingHexagrams .wrapperContent .wrapperClickSowing .btn3 {
  font-size: 26px;
  font-weight: 800;
}
.wrapperSowingHexagrams .wrapperContent .wrapperClickSowing .textBottom {
  font-size: 16px;
  font-weight: 700;
}
.wrapperSowingHexagrams .wrapperResultCoinEnd {
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 500px;
}
.wrapperSowingHexagrams .wrapperResultCoinEnd.hidden {
  display: none;
}
.wrapperSowingHexagrams .wrapperResultCoinEnd .subtitle {
  font-size: 16px;
  color: #435a02;
  font-weight: 700;
}
.wrapperSowingHexagrams .wrapperResultCoinEnd p {
  height: auto;
  font-size: 16px;
}
.wrapperSowingHexagrams .wrapperResultCoinEnd .desc {
  color: #b41004;
}
.wrapperSowingHexagrams .wrapperResultCoinEnd .btnRevice {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 800;
}

@-webkit-keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes my {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes my {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes myHeight {
  0% {
    height: 30px;
  }
  50% {
    height: 70px;
  }
  100% {
    height: 130px;
  }
}
@keyframes myHeight {
  0% {
    height: 30px;
  }
  50% {
    height: 70px;
  }
  100% {
    height: 130px;
  }
}
.wrapNews {
  padding: 64px 0px;
}
@media only screen and (max-width: 768px) {
  .wrapNews {
    padding: 32px 0px;
  }
}
.wrapNews .wrapListNewsSlider {
  position: relative;
  z-index: 10;
}
.wrapNews .wrapListNewsSlider .swiper-wrapper {
  height: auto;
}
.wrapNews .wrapperTitle {
  text-align: center;
  margin-bottom: 64px;
}
@media only screen and (max-width: 768px) {
  .wrapNews .wrapperTitle {
    margin-bottom: 32px;
  }
}
.wrapNews .wrapperTitle h1 {
  color: #435a02;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-bottom: 2px solid #435a02;
  font-size: 64px;
}
@media only screen and (max-width: 768px) {
  .wrapNews .wrapperTitle h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapNews .wrapperTitle h1 {
    font-size: 26px;
  }
}
.wrapNews .colItem {
  padding: 16px;
}

.wrapNews .wraperImage {
  padding-bottom: 60px;
}
.wrapNews .swiper-pagination.swiper-pagination-bullets {
  width: auto !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.wrapNews .swiper-pagination-bullet {
  width: auto;
  height: auto;
  padding: 5px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  color: #000;
  opacity: 1;
  background: #fff;
  border: 1px solid #435a02;
  transform: unset !important;
}
.wrapNews .swiper-pagination-bullet-active {
  color: white;
  background-color: #435a02;
}
.wrapNews .customArowListNews {
  width: 50px;
  height: 50px;
  border: 1px solid #435a02;
  border-radius: 50%;
  bottom: 1rem;
  top: unset;
  transition: 0.4s;
}
.wrapNews .customArowListNews:hover {
  background-color: #e1b941;
  border: unset;
}
.wrapNews .customArowListNews svg {
  font-size: 30px;
  width: 30px;
  fill: #435a02;
}
.wrapNews .customArowListNews::after {
  display: none;
}
.wrapNews .customArowListNews.swiper-button-next {
  right: 32%;
}
@media only screen and (max-width: 992px) {
  .wrapNews .customArowListNews.swiper-button-next {
    right: 20%;
  }
}
@media only screen and (max-width: 576px) {
  .wrapNews .customArowListNews.swiper-button-next {
    right: 10%;
  }
}
.wrapNews .customArowListNews.swiper-button-prev {
  left: 32%;
}
@media only screen and (max-width: 992px) {
  .wrapNews .customArowListNews.swiper-button-prev {
    left: 20%;
  }
}
@media only screen and (max-width: 576px) {
  .wrapNews .customArowListNews.swiper-button-prev {
    left: 10%;
  }
}

.newsItemList {
  overflow: hidden;
}
.newsItemList .wrapperImageItem {
  overflow: hidden;
  height: auto;
}
.newsItemList .wrapperImage {
  transition: all 0.4s;
  overflow: hidden;
  width: 100%;
}
.newsItemList:hover .wrapperImage {
  scale: 1.2;
}
.newsItemList .newContent {
  border: 1px solid #435a02;
  width: 90%;
  min-height: 250px;
  position: relative;
  margin: auto;
  top: -50px;
  background-color: #fff;
  color: #000;
  padding: 16px;
  text-align: center;
}
.newsItemList .newContent .newsDate {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #435a02;
  color: #fff;
  width: 150px;
  padding: 16px 0px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .newsItemList .newContent .newsDate {
    top: -1.5rem;
    padding: 8px 0px;
  }
}
.newsItemList .newContent .title {
  font-size: 26px;
  font-weight: 600;
  color: #435a02;
  margin: 16px 0px;
  height: 70px;
  transition: 0.4s;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 768px) {
  .newsItemList .newContent .title {
    height: auto;
  }
}
.newsItemList .newContent .title:hover {
  color: #e1b941;
}
.newsItemList .newContent p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 90px;
  line-height: 28px;
  margin-bottom: 20px;
  color: black;
  font-weight: 500;
  text-align: left;
}
.newsItemList .newContent .socialDetail {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 16px;
}
.newsItemList .newContent .socialDetail span {
  text-decoration: none;
  color: #525252;
}
.newsItemList .newContent .socialDetail span:nth-child(1) {
  padding-right: 16px;
  display: block;
  border-right: 1px solid #d6d3d1;
}
.newsItemList .newContent .socialDetail span:nth-child(2) {
  padding-left: 16px;
  display: block;
}

.wrapperListNewws ~ .wrapperFooter .wrapperAround {
  display: none;
}

.wrapperListNewws .wrapperPanigation {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 64px;
}

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --color-white: #fff;
  --color-orange: #ec781e;
  --color-blue: #005479;
  --color-black: #000;
  --color-darkBlue: #283333;
  --color-gray: #777676;
}

.st-cmp-settings {
  display: none;
}

.wrapBtnShare .sharethis-inline-share-buttons {
  display: flex !important;
}

.st-btn {
  display: block !important;
}

#st-1,
#st-2 {
  z-index: 990 !important;
}

.st-cmp-overlay {
  display: none;
}

.st-cmp-content {
  display: none;
}

#st-cmp-v2 {
  display: none;
}

.wrapContent {
  padding-bottom: 30px;
}

.wrapperNewdetail ~ .wrapperFooter .wrapperAround {
  display: none;
}

.wrapperNewdetail {
  padding-bottom: 64px;
  position: relative;
  z-index: 10;
}
.wrapperNewdetail .colText {
  margin-bottom: 20px;
}
.wrapperNewdetail .wrapContent .infoNumberItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: var(--color-gray);
  padding: 10px 10px;
  background-color: #f1f1f1;
}
.wrapperNewdetail .wrapContent .infoNumberItem .listTimeAndView {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .wrapperNewdetail .wrapContent .infoNumberItem .listTimeAndView {
    justify-content: space-between;
    width: 100%;
  }
}
.wrapperNewdetail .wrapContent .infoNumberItem .wrapIconAndText {
  padding-right: 10px;
}
.wrapperNewdetail .wrapContent .infoNumberItem .wrapIconAndText .icon {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
@media only screen and (max-width: 456px) {
  .wrapperNewdetail .wrapContent .infoNumberItem .wrapIconAndText .icon {
    flex-direction: column;
    text-align: center;
  }
}
.wrapperNewdetail .wrapContent .infoNumberItem .wrapIconAndText .icon svg {
  width: 16px;
  height: 16px;
  color: #000;
  margin-right: 5px;
}
.wrapperNewdetail .wrapContent .wrapImg {
  margin-top: 15px;
}
.wrapperNewdetail .wrapContent .wrapImg img {
  width: 100%;
  height: auto;
}
.wrapperNewdetail .wrapContent .mainTitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  color: #000;
  margin-top: 15px;
  padding-bottom: 16px;
}
.wrapperNewdetail .wrapContent .mainTitle::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #e1b941;
  display: block;
  border-radius: 5px;
  position: relative;
  bottom: -10px;
}
.wrapperNewdetail .wrapContent .wrapTextdescription {
  margin-top: 10px;
}
.wrapperNewdetail .wrapContent .wrapTextdescription .text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
}
.wrapperNewdetail .wrapContent .wrapBtnShare {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0 10px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
@media (max-width: 575px) {
  .wrapperNewdetail .wrapContent .infoNumberItem {
    padding: 5px;
  }
  .wrapperNewdetail .wrapContent .infoNumberItem .wrapIconAndText {
    padding: 5px 5px 0 5px;
  }
  .wrapperNewdetail .wrapContent .infoNumberItem .wrapIconAndText .icon svg {
    width: 13px;
    height: 13px;
  }
  .wrapperNewdetail .wrapContent .infoNumberItem .wrapIconAndText .text {
    font-size: 13px;
    line-height: 23px;
  }
}
.wrapperNewdetail .rowList {
  margin: 0 -7.5px;
}
.wrapperNewdetail .btnSlideType1.left {
  left: -50px;
}
.wrapperNewdetail .btnSlideType1.right {
  right: -50px;
}
@media (max-width: 1300px) {
  .wrapperNewdetail .btnSlideType1.left {
    left: 5px;
  }
  .wrapperNewdetail .btnSlideType1.right {
    right: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .wrapServicesPost {
    margin-top: 32px;
  }
}
.wrapServicesPost .titleServicesPost {
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 16px;
  color: #435a02;
}
.wrapServicesPost .titleServicesPost::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #e1b941;
  display: block;
  border-radius: 5px;
  position: relative;
  top: 5px;
}
.wrapServicesPost .wrapListPosts {
  margin-bottom: 20px;
}
.wrapServicesPost .wrapListPosts .titlePost {
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}
.wrapServicesPost .wrapListPosts .titlePost::after {
  content: "";
  width: 120px;
  height: 3px;
  display: block;
  border-radius: 5px;
  position: relative;
  top: 5px;
}
.wrapServicesPost .wrapListPosts .wrapPost {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 10px 0;
}
.wrapServicesPost .wrapListPosts .wrapPost .colItem .wrapImg {
  position: relative;
}
.wrapServicesPost .wrapListPosts .wrapPost .colItem .wrapImg .linkPost {
  position: relative;
  z-index: 10;
}
.wrapServicesPost .wrapListPosts .wrapPost .colItem .wrapImg .linkPost::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.4s;
  cursor: pointer;
  z-index: 1;
}
.wrapServicesPost .wrapListPosts .wrapPost .colItem .wrapImg .linkPost:hover::after {
  display: block;
}
.wrapServicesPost .wrapListPosts .wrapPost .colItem .wrapTitle .linkPost {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 55px;
  position: relative;
  margin-top: 5px;
  z-index: 10;
  color: #000;
  transition: 0.4s;
}
.wrapServicesPost .wrapListPosts .wrapPost .colItem .wrapTitle .linkPost:hover {
  color: #e1b941;
  text-decoration: unset;
}

.wrapperFormOrder ~ .wrapperFooter .wrapperAround {
  display: none;
}

.modalPopup {
  padding-right: 0px !important;
}
.modalPopup .modal-content {
  padding: 16px;
  border: 2px solid #435a02;
}
@media only screen and (max-width: 576px) {
  .modalPopup .modal-content {
    padding: 8px;
  }
}
.modalPopup .modal-content .model-header {
  display: flex;
  justify-content: end;
}
.modalPopup .modal-content .model-header .btnClosePopup svg {
  font-size: 40px;
  fill: #435a02;
}
.modalPopup .modal-content .modal-body {
  padding: 8px;
}
.modalPopup .modal-content .modal-body .wrapperBody .title {
  font-size: 20px;
  color: #435a02;
  font-weight: 700;
}
.modalPopup .modal-content .modal-body .wrapperBody .subTitle {
  font-weight: 700;
}
.modalPopup .modal-content .modal-body .wrapperInfomation .title {
  font-size: 20px;
  color: #435a02;
  font-weight: 700;
}
.modalPopup .modal-content .modal-body .wrapperInfomation h6 {
  font-weight: 700;
}
.modalPopup .modal-content .modal-body .wrapperInfomation ul {
  list-style-type: none;
}
.modalPopup .modal-content .modal-footer {
  margin-top: 16px;
  border-top: 1px solid #ced4da;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: end;
}
.modalPopup .modal-content .modal-footer .btn3 {
  margin: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.modalPopup .modal-content .modal-footer .btnClose {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.wrapperFormOrder {
  padding-bottom: 64px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .wrapperFormOrder {
    padding-bottom: 16px;
  }
}
.wrapperFormOrder .wrapperHeaderContent {
  margin-bottom: 32px;
}
.wrapperFormOrder .wrapperHeaderContent .title {
  font-size: 32px;
  font-weight: 700;
  color: #09090b;
}
.wrapperFormOrder .wrapperHeaderContent p:nth-child(1) {
  font-size: 32px;
  font-weight: 700;
  color: #09090b;
}
.wrapperFormOrder .wrapperHeaderContent p:nth-child(2) {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .wrapperFormOrder .wrapperHeaderContent p:nth-child(2) {
    text-align: justify;
  }
}
.wrapperFormOrder .wrapperHeaderContent p:nth-child(3) {
  font-size: 16px;
  font-weight: 700;
}
.wrapperFormOrder .wrapperContentForm {
  /* =========== ||  list tin tức liên quan || =============  */
  /* =========== ||  list hình ảnh sản phẩm || =============  */
}
.wrapperFormOrder .wrapperContentForm .contentForm {
  border: 1px solid #435a02;
  padding: 16px;
  border-radius: 5px;
  /* =========== ||  list check box || =============  */
  /* =========== ||  list check radio || =============  */
  /* =========== ||  kết quả gieo quẻ và button submit|| =============  */
  /* =========== ||  thông tin chuyển khoản || =============  */
}
.wrapperFormOrder .wrapperContentForm .contentForm .formItem .input-group-text.icon {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #435a02;
  border: 1px solid #435a02;
  width: 40px;
}
.wrapperFormOrder .wrapperContentForm .contentForm .formItem .input-group-text.icon svg {
  fill: #fff;
}
.wrapperFormOrder .wrapperContentForm .contentForm .formItem .title {
  color: #435a02;
}
.wrapperFormOrder .wrapperContentForm .contentForm .formItem .form-control {
  padding: 8px;
  height: 50px;
}
.wrapperFormOrder .wrapperContentForm .contentForm .formItem .form-control:focus {
  border-color: #435a02;
  box-shadow: none;
}
.wrapperFormOrder .wrapperContentForm .contentForm .wrapperContentListOder .wrapperListCheckBox {
  margin-top: 16px;
}
.wrapperFormOrder .wrapperContentForm .contentForm .wrapperContentListOder .wrapperListCheckBox .wrapperListOder .form-check {
  margin-bottom: 8px;
}
.wrapperFormOrder .wrapperContentForm .contentForm .wrapperContentListOder .wrapperListCheckBox .wrapperListOder .form-check .form-check-label {
  color: #09090b;
  font-weight: 300;
}
.wrapperFormOrder .wrapperContentForm .contentForm .wrapperContentListOder .wrapperListCheckBox .wrapperListOder .form-check .form-check-label {
  margin-left: 8px;
}
.wrapperFormOrder .wrapperContentForm .contentForm .wrapperContentListOder .wrapperListCheckBox .wrapperListOder .form-check .form-check-input {
  accent-color: #435a02;
  transform: scale(1.5);
}
.wrapperFormOrder .wrapperContentForm .contentForm .wrapperListRadio .form-check {
  margin-bottom: 8px;
}
.wrapperFormOrder .wrapperContentForm .contentForm .wrapperListRadio .form-check .form-check-label {
  margin-left: 8px;
}
.wrapperFormOrder .wrapperContentForm .contentForm .wrapperListRadio .form-check-input {
  accent-color: #435a02;
  transform: scale(1.5);
}
.wrapperFormOrder .wrapperContentForm .contentForm .wrapperSubmit {
  margin-left: 16px;
  margin-bottom: 16px;
}
.wrapperFormOrder .wrapperContentForm .contentForm .wrapperSubmit .actionButton {
  margin: unset;
  font-size: 26px;
  font-weight: 800;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.wrapperFormOrder .wrapperContentForm .contentForm .wrapperResult .resultText {
  color: #09090b;
  font-size: 20px;
  font-weight: 700;
}
.wrapperFormOrder .wrapperContentForm .contentForm .transferInformation h5 {
  font-size: 16px;
  font-weight: 700;
}
.wrapperFormOrder .wrapperContentForm .contentForm .transferInformation ul {
  list-style-type: none;
  font-size: 16px;
  margin-bottom: 16px;
}
.wrapperFormOrder .wrapperContentForm .contentForm .transferInformation p {
  text-align: justify;
}
.wrapperFormOrder .wrapperContentForm .wrapServicesPost .wrapListPosts .titleServicesPost {
  color: #435a02;
}
@media only screen and (max-width: 576px) {
  .wrapperFormOrder .wrapperContentForm .wrapServicesPost .wrapListPosts .titleServicesPost {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.wrapperFormOrder .wrapperContentForm .wrapperListImage .title {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 16px;
  color: #435a02;
}
.wrapperFormOrder .wrapperContentForm .wrapperListImage .title::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #e1b941;
  display: block;
  border-radius: 5px;
  position: relative;
  bottom: -6px;
}
.wrapperFormOrder .wrapperContentForm .wrapperListImage .wrapperGalleryImageContent .listGalleryImage .galleryItems {
  padding: 15px;
}
.wrapperFormOrder .wrapperContentForm .wrapperListImage .wrapperGalleryImageContent .listGalleryImage .galleryItems .text {
  margin-top: 5px;
  display: inline-block;
}
.wrapperFormOrder .wrapperContentForm .wrapperListImage .wrapperGalleryImageContent .listGalleryImage .galleryItems .wrapperImageItem {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.wrapperFormOrder .wrapperContentForm .wrapperListImage .wrapperGalleryImageContent .listGalleryImage .galleryItems .wrapperImageItem::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.4s;
}
.wrapperFormOrder .wrapperContentForm .wrapperListImage .wrapperGalleryImageContent .listGalleryImage .galleryItems .wrapperImageItem .btnSeeImage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #435a02;
  border-radius: 50%;
  display: none;
  z-index: 10;
}
.wrapperFormOrder .wrapperContentForm .wrapperListImage .wrapperGalleryImageContent .listGalleryImage .galleryItems .wrapperImageItem .btnSeeImage svg {
  fill: #fff;
}
.wrapperFormOrder .wrapperContentForm .wrapperListImage .wrapperGalleryImageContent .listGalleryImage .galleryItems .wrapperImageItem:hover::after {
  display: block;
}
.wrapperFormOrder .wrapperContentForm .wrapperListImage .wrapperGalleryImageContent .listGalleryImage .galleryItems .wrapperImageItem:hover .btnSeeImage {
  display: flex;
}