* {
  padding: 0;
  margin: 0;
}

input {
  height: 24px;
  line-height: 24px;
  padding: 4px;
}

select {
  height: 36px;
  padding: 4px;
}

button {
  padding: 8px 10px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.pbt0 {
  padding-bottom: 0px !important;
}

.btn-arrow {
  position: absolute;
  top: 40%;
  color: #fff;
  padding: 8px 15px;
  z-index: 99;
  border-radius: 4px;
  background: #0C714B;
  cursor: pointer;
}

.btn-arrow.btn-next {
  right: -20px;
}

.btn-arrow.btn-prev {
  left: -20px;
}

.slick-dots {
  text-align: center !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.custom-slick-dots {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: auto !important;
  background: #0C714B;
  margin-left: 5px;
}

.slick-slide {
  border: none !important;
  outline: none !important;
}

.main-color {
  background: #0C714B;
}

.mg0 {
  margin: 0px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.blog-detail img {
  max-width: auto !important;
  width: auto !important;
  height: auto !important;
}

html, body {
  height: 100%;
  scroll-behavior: smooth;
}

.main-nav .top-nav {
  padding: 9px 0px;
  background: #094e34;
}

.main-nav .top-nav li {
  padding-right: 15px;
  color: #fff;
  display: inline-block;
}

.main-nav .top-nav li .fa {
  margin-right: 5px;
}

.main-nav .top-nav li a {
  color: #fff;
  text-decoration: none;
}

.main-nav .main-menu {
  background: -webkit-gradient(linear, left top, left bottom, from(#0C714B), to(#0C714B));
  background: linear-gradient(to bottom, #0C714B, #0C714B);
  -webkit-transition: -webkit-box-shadow .25s ease;
  transition: -webkit-box-shadow .25s ease;
  transition: box-shadow .25s ease;
  transition: box-shadow .25s ease, -webkit-box-shadow .25s ease;
  padding: 2px 0px;
}

.main-nav .main-menu .ls-main-menu {
  padding-top: 2px;
}

.main-nav .main-menu .ls-main-menu li {
  font-size: 16px;
  padding: 18px 10px;
  display: inline-block;
}

.main-nav .main-menu .ls-main-menu li a {
  color: #fff;
  text-decoration: none;
}

.footer {
  color: #fff;
  background: #202736;
  padding: 15px 0px;
}

.footer .ls-ft-pro li {
  display: block;
}

.footer .ls-ft-pro li a {
  text-decoration: none;
  color: #737373;
  -webkit-transition: color .25s;
  transition: color .25s;
  transition: color .25s;
  border-bottom: 1px solid #3f3f3e;
  display: block;
  margin: 2px 0;
  padding-bottom: 5px;
}

.footer .bottom {
  font-size: 14px;
  padding: 8px 0px;
  background: #191E29;
}

.footer .frm-ft * {
  width: 100%;
  margin-bottom: 5px;
}

.footer .frm-ft input {
  height: 40px;
}

.footer .frm-ft button {
  background: #0C714B;
  color: #fff;
  border: none;
  outline: none;
}

.sec-slider {
  color: #fff;
  background: #0C714B;
}

.over-section {
  -webkit-box-shadow: 0 0 15px #ccc;
          box-shadow: 0 0 15px #ccc;
}

.over-section.sticky {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  background: #fff;
}

.over-section .item-over {
  padding: 10px 0px;
  text-align: center;
  font-weight: bold;
  border-bottom: 3px solid #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.over-section .item-over:hover {
  background: #c4dad7;
  border-bottom: 3px solid #0C714B;
}

.over-section .item-over p {
  margin-bottom: 0px;
}

.main-title {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  position: relative;
}

.main-title::after {
  content: '';
  width: 55px;
  height: 2px;
  background: #094e34;
  margin: 15px auto;
  display: block;
}

.bg-blue {
  background: #F0F5F6;
}

.sec-content {
  padding: 15px 0px;
}

.sec-content .item-view {
  margin-bottom: 25px;
  text-align: center;
  cursor: pointer;
}

.sec-content .item-view img {
  width: 70px;
  height: 70px;
}

.item-question {
  margin-bottom: 10px;
  position: relative;
}

.item-question .q-border {
  cursor: pointer;
}

.item-question .q-btn {
  cursor: pointer;
  padding: 2px 15px;
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
  background: #0C714B;
}

.item-question .item-anwser {
  padding: 10px;
  color: #fff;
  border-radius: 4px;
  background: #0C714B;
}

.item-feedback {
  text-align: center;
}

.item-feedback .item-cus {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
  display: inline;
}

.item-feedback .item-cus img {
  margin: auto;
  width: 85px;
  height: 85px;
  border-radius: 50%;
}

.btn-contact-now {
  font-size: 25px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background: #0C714B;
  padding: 15px 25px;
  border-radius: 5px;
  text-transform: uppercase;
}

.btn-contact-now a {
  text-decoration: none;
  color: yellow;
}

.fixed-contact {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 8px 0px;
  z-index: 99;
  background: #000000b8;
}

.fixed-contact p {
  margin: 0px;
}

.item-blog {
  margin-bottom: 15px;
}

.item-blog a {
  color: #000;
  text-decoration: none;
}

.item-blog .title-blog {
  font-weight: bold;
  font-size: 15px;
}

.item-blog .desc-blog, .item-blog .date-blog {
  color: gray;
}

.item-blog .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff6b;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  padding-top: 25%;
}

.item-blog .overlay .fa {
  margin-top: 45%;
  width: 70px;
  height: 70px;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  margin: auto;
  text-align: center;
  background: #0c714bba;
  line-height: 70px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.item-blog:hover .overlay {
  opacity: 1;
}

.item-blog:hover .overlay .fa {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.cate-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-category {
  border: 1px solid #dcdcdc;
  padding: 5px 10px;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1px;
  margin-bottom: 2px;
}

.btn-category a {
  color: #000;
  text-decoration: none;
}

.small-blog a {
  text-decoration: none;
  color: #000000;
}

.small-blog img {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  border: double;
}

.ls-main-menu li {
  position: relative;
}

.ls-main-menu li::before {
  content: '';
  position: absolute;
  top: 70%;
  height: 2px;
  background: #fff;
  width: 0%;
  left: 0px;
  right: 0px;
  margin: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.ls-main-menu li:hover::before {
  width: 100%;
}

.ls-main-menu li.have-menu {
  position: relative;
}

.ls-main-menu li.have-menu::after {
  content: '';
  position: absolute;
  width: 160%;
  padding: 15px;
  background: transparent;
  top: 70%;
  left: -80%;
  right: -80%;
  margin: auto;
}

.ls-main-menu li.have-menu ul.sub-menu {
  position: absolute;
  width: 500px;
  background: #ffffff;
  z-index: 999;
  right: 0%;
  top: 95%;
  border-radius: 5px;
  display: none;
  -webkit-animation: fadeOut 0.4s;
          animation: fadeOut 0.4s;
}

.ls-main-menu li.have-menu ul.sub-menu::after {
  content: '';
  border: 17px solid transparent;
  border-bottom: 17px solid #ffffff;
  top: -26px;
  right: 30px;
  position: absolute;
}

.ls-main-menu li.have-menu ul.sub-menu li {
  padding: 8px 0px 8px 30px !important;
  width: 30.30%;
}

.ls-main-menu li.have-menu ul.sub-menu li a {
  padding: 10px 0px;
  color: #0C714B !important;
  font-weight: bold;
}

.ls-main-menu li.have-menu ul.sub-menu li p.sub-title {
  padding: 0px 34px;
  font-size: 12px;
  max-height: 33px;
  overflow: hidden;
}

.ls-main-menu li.have-menu ul.sub-menu li::before {
  content: '';
  display: none !important;
}

.ls-main-menu li.have-menu:hover .sub-menu {
  display: block;
}

.ls-main-menu li.have-menu:hover::before {
  width: 100%;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

.item-banggia {
  color: #fff;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
}

.item-banggia .btn {
  padding: 4px 8px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.item-banggia .hd {
  padding: 5px;
  background: #0C714B;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.item-banggia .bdy {
  padding: 5px 0px;
  background: #248a63;
}

.item-banggia .ft {
  padding: 10px 0px;
  color: black;
}

.item-banggia .ft a {
  color: #000;
  text-decoration: none;
}

.item-banggia .ft a.btn-color {
  color: #fff;
  background: #0C714B;
}

.table-banggia {
  width: 100%;
}

.table-banggia thead tr {
  background: #0C714B;
}

.table-banggia thead tr td {
  padding: 5px 2px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.table-banggia tbody tr.title-row {
  cursor: pointer;
  font-weight: bold;
  background: #ebebeb;
}

.table-banggia tbody tr td {
  padding: 5px 2px;
  border-bottom: 1px solid #dadada;
}

#form-dangky {
  position: fixed;
  top: 0px;
  right: -500px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding: 10px;
  background: #FBFBFB;
  z-index: 9999;
  -webkit-box-shadow: 0 1px 3px #000;
          box-shadow: 0 1px 3px #000;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#form-dangky.opened {
  right: 0px;
}

#form-dangky p {
  margin-bottom: 0px;
}

#form-dangky tr td {
  padding: 5px;
}

#form-dangky .input {
  width: 100%;
  height: 30px;
  padding: 5px;
}

#form-dangky textarea {
  width: 100%;
}

#form-dangky .title {
  font-size: 16px;
  text-transform: uppercase;
  color: #0C714B;
}

#form-dangky .t {
  font-size: 11px;
}

#socical_network {
  position: fixed;
  bottom: 30%;
  right: 2%;
  z-index: 800;
}

#socical_network .item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: block;
  text-align: center;
  line-height: 50px;
  background: #185AEF;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#socical_network .item:hover {
  font-size: 24px;
}

#socical_network .item.fa-zalo {
  background: #185AEF url(zaloico.png);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
}

#backtop {
  position: fixed;
  color: #fff;
  font-size: 15px;
  padding: 10px 14px;
  bottom: 15%;
  right: -100px;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #0C714B;
}

#backtop:hover {
  background: orange;
}

#backtop.ok {
  right: 2%;
}

.nav-my-tab .btn-tab-content {
  display: none;
}

.nav-my-tab .btn-tab {
  padding: 9px 15px;
  background: #0C714B;
  display: inline-block;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
}

.nav-my-tab .btn-tab.active {
  background: #59d0a3;
  position: relative;
}

.nav-my-tab .btn-tab.active::after {
  content: '';
  position: absolute;
  bottom: -70%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: -15px auto 0;
  border-style: solid;
  border-width: 15px;
  border-color: transparent;
  border-top-color: #59d0a3;
}
/*# sourceMappingURL=web.css.map */