/* general style */

:root {
  --main-bg-color: #0d7c2d;
  --title-color: red;
  --price-color: #eb0776;
  --post-title-color: #000;
  --tr-bg-color: #f7f7f7;
}

body {
  color: #333333;
  background-color: #f3f3f3;
  font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
  font-size: 15px;
  position: relative;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}

.pd-0 {
  padding: 0;
}

.pd-t15 {
  padding-top: 15px;
}

.pd-bt15 {
  padding-bottom: 15px;
}

.bg-main {
  background: var(--main-bg-color);
}

.mr-t15 {
  margin-top: 15px;
}

.mr-t25 {
  margin-top: 25px;
}

.mr-bt25 {
  margin-bottom: 25px;
}

.mr-t50 {
  margin-top: 50px;
}

.nav {
  padding: 0;
}

.width100 {
  width: 100%;
}

.width100 img {
  max-width: 100%;
}

/* end general style */

.wrapper {
  background: url("../images/bg_main.jpg"), #f3f3f3;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto auto;
  height: auto;
}

.container {
  background: #fff;
  max-width: 724px;
  /* padding: 0; */
}

.header {
  margin-left: -12px;
  margin-right: -12px;
}

#header-inner {
  width: 100%;
}

.banner {
  width: 100%;
}

.nav-ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  background: var(--main-bg-color);
  width: 100%;
}

.nav-li {
  list-style: none;
  padding: 5px 0;
  float: left;
}

.nav-li a {
  color: #fff;
  text-decoration: none;
  border-right: 1px solid #fff;
  padding: 0 36px;
}

.nav-li:last-child a {
  border-right: none;
}

.page-title {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--post-title-color);
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  margin-top: 13px;
}

.post p {
  margin-bottom: 5px;
}

.post h2 {
  margin: 10px 0 10px 0px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 4px 0;
  background-color: #0d7c2d;
}

.post .content .table {
  width: calc(100% - 2px);
  border: 1px solid rgb(204, 204, 204);
  color: black;
  font-family: Arial, Helvetica;
  font-size: 13px;
  line-height: 18.2000007629395px;
  text-align: center;
}

.post .content .table tr td {
  border: 1px dotted rgb(211, 211, 211);
}

.post .content .table tr,
.post .content .table tr td.thumb img {
  max-height: 300px;
  max-width: 100%;
}

.post tr:first-child {
  background: var(--tr-bg-color);
}

.post .title {
  font-weight: bold;
  line-height: 23px;
  color: var(--post-title-color);
  text-transform: uppercase;
}

.post .price {
  color: var(--price-color);
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
}

.post .tr-price p {
  font-weight: bold;
}

.post .after-price {
  color: #fd0909;
  font-size: 18px;
  padding-bottom: 10px;
  margin-top: -5px;
  text-align: center;
}

.post .title-all {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  margin: 25px 0 15px 0;
}

.post .thumb {
  vertical-align: middle;
  width: 50%;
}

.hot-line {
  color: #e6462d;
  font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  text-align: start;
  text-decoration-line: none;
}

._email {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  color: #e6462d;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.blue {
  color: blue;
}

.red {
  color: red;
}

.bank-box {
  margin-bottom: 25px;
}

#sticky-cta {
  position: fixed;
  bottom: 60px;
  right: 20px;
  text-align: center;
}

#sticky-cta .phone {
  background-color: #41b3f5;
}

#sticky-cta .phone-1 {
  background-color: #0d7c2d;
}

#sticky-cta a {
  border-radius: 50px;
  width: 170px;
  padding: 8px 0;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  transition: all 0.3s ease;
  color: white;
  font-size: 1.1em;
  box-shadow: 0 2px 4px rgb(0 0 0 / 40%);
  text-decoration: none;
}

#sticky-cta .facebook {
  background-color: #4267b2;
}

#sticky-cta .message {
  background-color: #0666f6;
}

.footer {
  padding-left: 10px;
}

.footer .footer-li {
  list-style: none;
}

.footer .footer-li a {
  color: #e6462d;
  text-decoration: none;
  padding-left: 5px;
}

.footer-box {
  background: #fff;
}

.support-box,
.fanpage-box {
  width: 50%;
  float: left;
}

.image-facebook {
  width: 20px;
  height: 20px;
}

.image-zalo {
  width: 24px;
  height: 24px;
}

img.image-phone {
  height: 18px;
  width: auto;
  padding-right: 5px;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  2% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  4% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  6% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  8% {
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  10% {
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  12% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  14% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  18% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  20% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

img.image-phone,
.image-zalo,
.image-facebook {
  animation: ring 2s ease infinite;
}

.footer-box {
  margin-top: 10px;
  display: inline-block;
  background: #fff;
  width: 100%;
}

@media only screen and (max-width: 48em) {
  #sticky-cta {
    bottom: 30px;
    right: 10px;
  }
  #sticky-cta a {
    text-align: center;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 1.5em;
  }
  #sticky-cta a span {
    display: none;
  }
  .support-box {
    width: 100%;
  }
  .fanpage-box {
    display: none;
  }
  img.image-phone {
    padding-left: 0;
  }

  .nav-li a {
    padding: 0 10px;
  }
}
