* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

:root {
  --primary-color: #333333;
  --second-color: #ff6109;
  /* --third-color: #EA0000;
    --fourth-color: #007F86; */

  --primary-bg: #e4e4e4;
  --second-bg: #f5f5f5;
}

.adm-glyphicon span {
  background: url(../img/setting.png);
  background-size: cover;
  width: 12px;
  height: 12px;
  display: inline-block !important;
  position: relative;
  z-index: 9;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

ol,
ul,
li {
  list-style: none;
}

html,
body {
  /* overflow-x: hidden; */
  font-family: "Roboto", sans-serif;
  color: var(--primary-color);
  /* background-color: var(--primary-bg); */
}

.modal-body {
  border: none;
}

.modal-content {
  box-shadow: none;
  border: none;
}

/* body.modal-open {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
} */

/* body.modal-open .container-fluid {
    padding-right: 30px;
} */

h1,
h2,
h3,
h4,
p,
ol {
  margin: 0;
}

.wrap {
  width: 100%;
  max-width: 798px;
  margin: 0 auto;
}

.wrap2 {
  max-width: 697.5px;
}

img {
  max-width: 100%;
  height: auto !important;
}

/* img {
    width: 100%;
    height: auto;
    object-fit: cover;
} */
.text-center {
  text-align: center;
}

.centerbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-col {
  flex-direction: column;
}

.align-center {
  align-items: center;
}

.jus-center {
  justify-content: center;
}

.relative {
  position: relative;
}

/* .over-row-20 {
    margin-left: -20px;
    margin-right: -20px;
}

.over-col-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.over-row-30 {
    margin-left: -30px;
    margin-right: -30px;
}

.over-col-30 {
    padding-left: 30px;
    padding-right: 30px;
} */

.w-50 {
  width: 50%;
  float: left;
}

.img-100 {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}

.img-100 > img {
  object-fit: cover;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100% !important;
  transition: 0.3s linear;
}

/* header */
.header.home {
  background-color: transparent;
}

.header {
  /* position: fixed; */
  /* top: 0; */
  background-color: var(--primary-color);
  width: 100%;
  /* z-index: 999; */
  transition: 0.3s linear;
}

.header.affix {
  z-index: 99;
  width: 100%;
  animation: slide-down 0.3s linear forwards;
}

.header.affix ~ .header-time {
  margin-top: 47px;
}

.header.active {
  z-index: 99;
  width: 100%;
  animation: slide-down 0.3s linear forwards;
  position: fixed;
  top: 0;
}

.header.active ~ .header-time {
  margin-top: 47px;
}

.p-tkw-theoycmb {
  /* padding-top: 30px !important; */
  padding-top: 70px !important;
  /* padding-bottom: 50px !important; */
  padding-bottom: 70px !important;
}
.p-tkw-theoycmb .btn-try-free {
  margin-top: 30px !important;
  /* padding-bottom: 80px !important; */
}

.header-nav {
  padding: 1px 0;
  display: flex;
  transition: 0.3s linear;
  max-height: 90px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header-nav img {
  max-width: 120px;
  padding: 10px 0;
}

.affix .header-nav img {
  height: 48px !important;
  padding: 6px 0;
  width: auto;
}

.login-btn img {
  border-radius: 50%;
  height: 55px !important;
}

.header-icon-menu {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -40%);
}

.header-icon-menu-live-chat {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -40%);
}

.affix .header-icon-menu {
  top: 27px;
}

.header-time {
  background-color: white;
  padding: 15px 0;
}

.header-time-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dktv-mobile {
  width: 195px;
  height: 34px;
  background-color: var(--second-color);
  line-height: 34px;
  display: flex;
  align-items: center;
  border-radius: 200px;
  justify-content: center;
  color: white;
  font-size: 16px;
  position: relative;
  top: 50%;
}

.dktv-mobile span {
  display: inline-block;
  margin-left: 15px;
  font-weight: 500;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 15px;
}

.dktv-mobile svg {
  position: absolute;
  left: 5px;
}

.header-time-time {
  display: flex;
}

.header-time-time svg {
  margin-right: 10px;
}

.header-time-time p:first-child {
  font-size: 11px;
  line-height: 12px;
  margin-bottom: 2px;
  font-weight: 600;
}

.header-time-time p:last-child {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.header-logo {
  margin-left: 45px;
  text-align: center;
  width: 100%;
}

/* .header-logo img {
    width: 190px;
} */

.nav-list {
  width: 100%;
}

.nav-list ul {
  display: flex;
  align-items: center;
}

.nav-list li a {
  color: white;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.header:not(.acvtie) .nav-list li a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 2px;
  left: 0;
  width: 100%;
  background-color: var(--second-color);
  transform: scale(0);
  transition: 0.2s linear;
}

.header:not(.acvtie) .nav-list li a:hover::after {
  transform: scale(1);
}

/* .header:not(.acvtie) .nav-list li a:hover {
    color: var(--second-color);
} */

.nav-list li {
  padding: 0 18px;
}

.header-funtion {
  /* display: flex; */
  /* align-items: flex-end; */
  /* justify-content: flex-end; */
}

/* 
.header-funtion a {
    color: white;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
} */

.login-btn {
  margin-right: 10px;
}

.login-btn svg {
  height: 28px;
  margin-top: 9px;
}

.login-btn a {
  color: var(--primary-color);
  display: block;
  /* float: right; */
}

/* footer */
.fixed-icon {
  position: fixed;
  right: 15px;
  bottom: 25px;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  transition: 0.3s linear;
  z-index: 99;
}

.fixed-icon a {
  transform: translate(100px, 0);
  /* transition: .3s linear; */
  opacity: 0;
  visibility: hidden;
  pointer-events: all;
}

.fixed-icon.active a {
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  line-height: 0;
}

.fixed-icon.active svg {
  width: 40px;
  height: 40px;
}

.fixed-icon a + a {
  margin-top: 15px;
}

.fixed-icon .delay-1 {
  transition-delay: 0.1s;
}

.fixed-icon .delay-2 {
  transition-delay: 0.2s;
}

.fixed-icon.active #chat_zalo,
.fixed-icon.active .delay-1 {
  /* animation: pulsate 1s ease; */
  animation-iteration-count: infinite;
  position: relative;
}

.fixed-icon.active #chat_zalo::after,
.fixed-icon.active .delay-1::after {
  animation: pulsate1 1s ease-out;
  animation-iteration-count: infinite;
  position: absolute;
  content: "";
  left: -4px;
  top: -4px;
  width: 48px;
  height: 48px;
  background-color: transparent;
  z-index: -1;
  border-radius: 50%;
}

.fixed-icon.active #chat_zalo::after {
  border: 10px solid #0783c857;
}

.fixed-icon.active .delay-1::after {
  border: 10px solid #f88f5780;
}

.fixed-icon.active #chat_mess.delay-1::after {
  border: 10px solid #0087ff80;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.05);
    opacity: 0.9;
  }
}

@keyframes pulsate1 {
  0% {
    transform: scale(0.92);
    opacity: 0.9;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.1);
    opacity: 0.9;
  }
}

.footer {
  padding: 40px 0 32px;
}

.logo-footer {
  display: flex;
  max-width: 190px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 20px;
}

.logo-footer img {
  width: 100%;
}

.footer-des {
  text-align: center;
  max-width: 810px;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 40px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer-menu {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 15px;
}

.footer-menu ul li {
  display: inline-block;
  padding: 0 10px 10px;
}

.footer-menu ul li a {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
  transition: 0.2s linear;
}

.footer-menu ul li a:hover {
  color: var(--second-color);
}

.footer-infor .item {
  background-color: var(--second-bg);
  padding: 24px 32px 22px;
  text-align: center;
  position: relative;
}

.footer-infor .item::after {
  position: absolute;
  content: "";
  width: 140px;
  height: 1px;
  background-color: #bdbdbd;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.footer-infor .item.last-child::after {
  position: unset;
  content: unset;
}

.footer-infor .item > div:first-child {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

.footer-infor .item h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}

.footer-infor .item p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.footer-infor .item p a {
  color: var(--primary-color);
}

.footer-social {
  max-width: 230px;
  margin: 25px auto 15px auto;
  display: flex;
  justify-content: center;
}

.footer-social > div {
  display: inline-block;
}

.footer-social > div + div {
  margin-left: 20px;
}

.footer-copyright {
  font-size: 14px;
  line-height: 22px;
  color: #828282;
  text-align: center;
}

/* animation */

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

.mirror::after {
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%
    )
    repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -75%;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.mirror:hover::after {
  animation: 1.5s ease 0s normal none 1 running fixedAnim;
  animation: 1.5s ease 0s normal none 1 running fixedAnim;
  -webkit-animation: 1.5s ease 0s normal none 1 running fixedAnim;
  -moz-animation: 1.5s ease 0s normal none 1 running fixedAnim;
}

@-webkit-keyframes fixedAnim {
  0% {
    right: 125%;
  }

  125% {
    right: 0;
  }
}

@-moz-keyframes fixedAnim {
  0% {
    right: 125%;
  }

  125% {
    right: 0;
  }
}

@keyframes fixedAnim {
  0% {
    right: 125%;
  }

  125% {
    right: 0;
  }
}

.ca3-scroll-down-arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ca3-scroll-down-link {
  cursor: pointer;
  height: 40px;
  width: 80px;
  margin: 0px 0 0 -40px;
  line-height: 60px;
  position: fixed;
  left: 50%;
  bottom: 30%;
  color: #fff;
  text-align: center;
  font-size: 70px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
  animation: ca3_fade_move_down 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}

@-moz-keyframes ca3_fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}

@keyframes ca3_fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  visibility: hidden;
  transition: 0.2s linear;
}

.menu-mobile.active {
  visibility: visible;
  opacity: 1;
}

.menu-mobile-wrap {
  padding: 60px 20px 20px;
  /* width: 70%; */
  /* border-radius: 0 200px 0 0; */
  background-color: #333333;
  height: 100%;
  transform: translate(-100%, 0);
  opacity: 0;
  transition: 0.2s linear;
}

.menu-mobile-wrap .logo-menu-m img {
  width: 180px;
}

#menu-mobile.active .menu-mobile-wrap {
  opacity: 1;
  transform: translate(0, 0);
}

#menu-mobile-live-chat.active .menu-mobile-wrap {
  opacity: 1;
  transform: translate(0, 0);
}

.menu-m_btn-close {
  position: absolute;
  top: 25px;
  left: 25px;
}

.menu-mobile-item {
  padding-top: 35px;
  text-align: center;
}

.menu-mobile-item li {
  padding: 10px 0;
}

.menu-mobile-item li a {
  font-size: 18px;
  color: white;
  font-weight: 500;
}

.open-modal-login {
  display: inline-block;
  padding: 11px 40px 11px 40px;
  color: white;
  background-color: #ff6108;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  position: relative;
}

.open-modal-login svg {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}

#menu-mobile .footer-social,
#menu-mobile-live-chat .footer-social {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*  */

/* page search */
.search-main {
  margin-top: 42px;
}

.page-search {
  padding-bottom: 50px;
}

.page-search .search-box {
  padding: 10px 20px;
  border-radius: 5px;
  border-bottom: 1px solid var(--three-color);
}

.page-search .search-box {
  display: flex;
  font-size: 16px;
  width: 70%;
  margin: 0 auto;
}

.page-search .search-box input {
  width: 100%;
  border: none;
  outline: none;
  text-align: center;
}

.page-search .search-box button {
  border: none;
  outline: none;
  background: transparent;
}

.search-body .search-title {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 500;
}

.search-body .pro-title {
  margin-bottom: 30px;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 1;
}

.swal2-actions {
  font-size: 15px;
}

.addonEmail svg {
  margin-top: 4px;
}

.form-dk form .form-group {
  position: relative;
}

.form-dk form .input-addon {
  position: absolute;
  left: 10px;
  top: 10px;
}

.dktv-body-des {
  margin-bottom: 17px;
  text-align: center;
}
.tkwtyc-btn {margin-top: 25px;}
.go-recover {
  margin: 16px 0 10px;
}

.go-recover a:not(:last-child) {
  margin-bottom: 10px;
}

.go-recover a {
  color: #333;
  display: block;
}

.go-recover a:hover {
  color: var(--second-color);
}

.modal-backdrop {
  display: none;
}

.modal {
  background: rgba(0, 0, 0, 0.5);
}

.swal2-title {
  font-size: 16px;
}

.loiich {
  max-width: 800px;
  margin: 0 auto;
}

.loiich h2 {
  text-align: center;
  font-size: 21px;
  margin-bottom: 15px;
  line-height: 26px;
}

.loiich ul {
  padding-left: 0;
  margin-top: 35px;
  margin-bottom: 25px;
}

.loiich li {
  font-size: 17px;
  margin-bottom: 12px;
  /* list-style: disc; */
  padding-left: 49px;
  position: relative;
}

.loiich li span {
  display: inline-block;
}

.loiich svg {
  width: 33px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}

.pro-list-ctv h1 {
  font-size: 24px !important;
  line-height: 30px !important;
  color: #ff6109;
}

.pro-list-ctv h1 span {
  font-size: 19px;
  line-height: 24px !important;
  color: #333;
}

.page-recover {
  margin-top: 100px;
}

#form-login-url .go-recover a,
#form-login-url .go-recover,
#form-register-url .go-recover a,
#form-register-url .go-recover {
  color: #fff;
}

.banner-img {
  background-position: center;
}

.page-ctv {
  background: url("../img/bannerctv.png") no-repeat 50% 0;
  /* background-size: cover; */
  margin-top: 0;
  padding-bottom: 25px;
  padding-top: 20px;
}

.dkbhtwb {
  margin-top: 90px;
  margin-bottom: 20px;
}

.ctv-title-faq svg {
  margin-bottom: 40px;
}

.pro-list.page-ctv,
.home-session-4.page-ctv {
  background: #fff;
  padding-top: 30px;
}

.pro-list.page-ctv img {
  max-width: 60%;
  margin-left: 20%;
}

/* Tuân css */
.pagination {
  text-align: center;
  width: 100%;
}

.pagination ul {
  width: 100%;
  text-align: center;
  float: left;
}

.pagination li {
  border-radius: 3px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 6px;
}

.pagination li span,
.pagination li a {
  background-color: #f8f8f8;
  border-radius: 50%;
  color: #000;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #828282;
  width: 40px;
  border: none;
}

.pagination .active a {
  background: var(--second-color);
  border: 1px solid var(--second-color);
  color: white;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.pagination > li > a,
.pagination > li > span {
  padding: 0px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff;
  cursor: default;
  background-color: #ff6109;
  border-color: #ff6109;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #ff6109;
  border-color: #ff6109;
}

.pagination {
  margin: 0;
}

.pagination > li.disabled {
  display: none;
}

.rating-stars ul {
  list-style-type: none;
  padding: 0;
  float: left;
  width: 100%;
  text-align: left;
}

.rating-stars ul li.star {
  display: inline-block;
  font-size: 17px;
}

.rating-stars ul li.star i {
  font-size: 1.2em;
  color: #ccc;
}

.rating-stars ul li.star.selected i {
  color: #ee4d2d;
}

.rating-stars ul li.star.hover i {
  color: #ee4d2d;
}

.rating-stars input.btn-site:focus {
  color: #ffffff;
  outline: none;
}

.rate-item {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.rate-item .rate-stars ul {
  list-style: none;
  padding: 0;
}

.rate-item .rate-stars li {
  display: inline-block;
}

.rate-item .rate-stars li i {
  color: #ccc;
}

.rate-item .rate-stars li.active i {
  color: #ee4d2d;
}

.rate-item .avatar span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}

.rate-info {
  width: calc(100% - 115px);
  float: left;
}

.rate-item .avatar {
  height: 60px;
  width: 60px;
  float: left;
  margin-right: 25px;
  background: #e2e2e2;
  border-radius: 50%;
  position: relative;
}

.rate-info .fullname,
.rate-info .rate-stars {
  float: left;
}

.rate-info .fullname {
  font-weight: 500;
  margin-right: 10px;
  font-size: 16px;
}

.rate-content {
  margin-bottom: 5px;
}

.rate-dated a,
.rate-dated {
  color: #888;
  font-size: 12px;
}

.rating-stars #stars,
.rating-stars input {
  margin: 0;
  float: left;
  display: inline-block;
  width: auto;
}

.rating-stars input {
  float: right;
  background: var(--primary-color);
  color: #fff;
}

.rating-stars input:hover {
  color: #fff;
}

.content-blog-detail {
  margin-bottom: 25px;
}

.product-rate-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.form-group p {
  margin-bottom: 10px;
  font-size: 16px;
}

.home-pro-item {
  padding: 15px;
  background: #f7f7f7;
}

/* .home-pro-item .relative {height: 0;width: 100%;padding-bottom: 96%;} */
.breadcrumb {
  /* height: 48px; */
  background-color: #f8f8f8;
}

.breadcrumb ol {
  /* line-height: 48px; */
}

.breadcrumb ol li {
  display: inline-block;
  position: relative;
}

.breadcrumb ol a {
  transition: all 0.2s linear;
  color: #333;
}

.breadcrumb ol a:hover {
  color: #ff6109;
}

.breadcrumb ol .last a {
  color: #ff6109;
  pointer-events: none;
}

.breadcrumb ol li:not(:first-child) {
  margin-left: 36px;
}

.breadcrumb ol li:not(:first-child)::before {
  content: url(../img/webi_breadcrumb_icon.svg);
  position: absolute;
  left: -26px;
  top: 2px;
}

.tuan-breadcrumb {
  display: none;
}

#tuan-wrap-bao-gia {
  background-color: #f8f8f8;
}

#tuan-background-bao-gia {
  min-height: 300px;
  background-image: url(../img/bao-gia-background.png);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

#tuan-background-bao-gia .tuan-text-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.tuan-text-background h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 42.34px;
  color: #ffffff;
  margin-bottom: 9px;
}

.tuan-text-background h1 {
  color: #fff;
  font-size: 30px;
}

.tuan-text-background p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
}

#tuan-form-bao-gia {
  max-width: 960px;
  margin: 0 auto;
  margin-top: -16px;
  padding-bottom: 40px;
}

.tuan-border-top {
  height: 16px;
  background-color: #ff6109;
}

.tuan-info-inner {
  background-color: #ffffff;
}

.tuan-thong-tin-khach-hang,
.tuan-ngan-sach-du-kien {
  padding: 24px 24px;
}

.tuan-info-inner:not(:last-child) {
  margin-bottom: 10px;
}

.tuan-info-inner h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.44px;
}

.tuan-info-inner .title-type-1 {
  margin-bottom: 20px;
}

.tuan-info-inner .title-type-2 {
  margin-bottom: 25px;
}

.tuan-thong-tin-khach-hang .tuan-label {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #4f4f4f;
}

.tuan-thong-tin-khach-hang .input-nhap {
  width: 100%;
  border: 1px solid #cacaca;
  border-radius: 5px;
  height: 38px;
  outline: none;
  font-size: 16px;
  line-height: 38px;
  font-weight: 400;
  padding: 0 15px;
}

.input-nhap-margin-mb {
  margin-bottom: 10px;
}

.tuan-thong-tin-khach-hang .input-nhap::placeholder {
  color: #cccccc;
}

.tuan-tinh-nang-quan-tam {
  padding: 24px 24px 35px;
}

.tuan-tinh-nang {
  display: block;
  position: relative;
  padding-right: 30px;
  padding-left: 45px;
  cursor: pointer;
  font-size: 16px;
  color: #4f4f4f;
  line-height: 21px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #cacaca;
  width: 100%;
  height: 38px;
  line-height: 38px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tuan-tinh-nang input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.tuan-tinh-nang .checkmark {
  position: absolute;
  top: 6px;
  left: 12px;
  height: 24px;
  width: 24px;
  border: 1px solid #cacaca;
  border-radius: 50%;
}

.tuan-tinh-nang input:checked ~ .checkmark {
  background-color: #23b93c;
}

.tuan-tinh-nang .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.tuan-tinh-nang input:checked ~ .checkmark:after {
  display: block;
}

.tuan-tinh-nang .checkmark:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tuan-tinh-nang .delete-tinh-nang {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0 13px;
}

.tuan-tinh-nang-quan-tam .tuan-them-tinh-nang {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #23b93c;
  margin-top: 18px;
}

.tuan-them-tinh-nang svg {
  transform: translateY(4px);
  margin-right: 10px;
}

.tuan-tinh-nang.active {
  color: #23b93c;
}

.tuan-nhap-tinh-nang {
  margin-top: 9px;
}

.tuan-nhap-tinh-nang .input-nhap-tinh-nang {
  border: 1px solid #ff6109;
  width: 100%;
  height: 38px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  padding: 0px 15px;
  color: #4f4f4f;
  outline: none;
}

.tuan-nhap-tinh-nang .button-them-tinh-nang {
  display: block;
  height: 38px;
  background-color: #23b93c;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  border-radius: 5px;
  margin-top: 10px;
}

.tuan-y-tuong-cua-khach-hang {
  padding: 24px 24px 24px;
}

.tuan-y-tuong-cua-khach-hang textarea {
  width: 100%;
  min-height: 80px;
  border: 1px solid #cacaca;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 15px;
  outline: none;
}

.tuan-y-tuong-cua-khach-hang textarea::placeholder {
  color: #cccccc;
}

.tuan-y-tuong-cua-khach-hang button {
  background-color: #ff6109;
  color: #ffffff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  min-width: 230px;
  text-align: center;
  border-radius: 50px;
  margin-top: 20px;
}

.tuan-slidecontainer {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.tuan-slider {
  width: 100%;
  height: 7px;
  outline: none;
  -webkit-appearance: none;
  background: #f4f4f4;
  border-radius: 30px;
}

.tuan-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 4px solid #ff6109;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}

.tuan-bao-gia-start {
  width: 18px;
  height: 18px;
  border: 4px solid #ff6109;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  position: absolute;
  top: -5px;
  left: 0px;
}

.tuan-slidecontainer .price-first {
  display: none;
}

.tuan-slidecontainer .price-output {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #4f4f4f;
  padding: 10px 30px 5px 33px;
  text-align: center;
  background-color: #f8f8f8;
  margin-top: 27px;
}

.login-preview {
  margin-left: 30px;
}

.img-lien-he {
  min-height: 150px !important;
  object-fit: cover;
}

.close-modal-product-home {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #ff6109;
  font-size: 20px;
}

#view-image-full {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
  display: none;
}

.loading-process {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.loading-process .process-bg {
  background: #fff;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
  top: 40%;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading-process .process-bg .process {
  height: 7px;
  background: #dbdbdb;
  width: 80%;
  margin-left: 10%;
}

.loading-process .process-bg .process-lb {
  margin-top: 25px;
  font-size: 14px;
  padding: 10px;
}

.loading-process .process-bg .process .pgr {
  background: #ff0000;
  height: 7px;
  display: inline-block;
  float: left;
  width: 10%;
  content: "";
}

/*alert */
.swal2-styled.swal2-confirm {
  background-color: var(--second-color) !important;
  border-radius: 500px !important;
  transition: all 0.2s linear;
  min-width: 100px;
}

.swal2-styled.swal2-confirm:hover {
  background: #fff !important;
  box-shadow: 0 0 0 2px var(--second-color) inset !important;
  color: var(--second-color);
}

.swal2-styled.swal2-cancel {
  border-radius: 500px !important;
  background: #fff !important;
  box-shadow: 0 0 0 2px var(--second-color) inset !important;
  color: var(--second-color) !important;
  transition: all 0.2s linear;
  min-width: 100px;
}

.swal2-styled.swal2-cancel:hover {
  background: var(--second-color) !important;
  box-shadow: 0 0 0 2px #fff inset !important;
  color: #fff;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: none;
}

.swal2-html-container {
  text-align: center;
}

/* //alert */
.pro-list-wrap .pagination {
  margin-top: 15px;
}

.header-time-wrap a {
  color: #fff;
}

/* -------------------home_css---------------------------- */
.banner-img {
  min-height: 570px;
  max-height: 700px;
}

.banner-img img {
  height: 570px !important;
  width: 100%;
  max-height: 700px;
  object-fit: cover;
}

.banner-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 60%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0));
  left: 0;
}

.banner-search {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.banner-search .banner-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}

.banner-search .banner-title h1 {
  display: inline-block;
  font-size: 30px;
  margin: 0;
}

.banner-search h2 {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
}

.banner-search p {
  font-size: 15px;
  line-height: 28px;
}

.banner-search p span {
  color: var(--second-color);
}

/* .banner-search h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
    max-width: 230px;
} */

.banner-btn {
  text-align: center;
  margin-top: 24px;
}

.banner-btn .home-btn {
  color: white;
  background-color: var(--primary-color);
  background-color: var(--second-color);
  color: #fff;
  /* padding: 17px 35px; */
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  border: 2px solid transparent;
  display: inline-block;
}

.banner-btn .home-btn:hover {
  background: none;
  border: 2px solid #f15b43;
  color: #f15b43 !important;
}

.banner-search form input {
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  border-radius: 200px;
  border: none;
  outline: none;
  color: var(--primary-color);
  /* width: calc(100% - 30px); */
}

.banner-search .form-group button {
  position: absolute;
  top: 50%;
  right: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  width: auto;
  transform: translate(-17px, -44%);
  height: 35px;
}

.web-more {
  position: absolute;
  bottom: 40px;
  width: 100%;
  padding: 0 15px;
}

.web-more p span {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  display: inline-block;
}

.web-more p {
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
}

.web-more .img {
  width: 50px;
  height: 50px;
  /* background-image: url('../img/category_m.svg'); */
  /* background-repeat: no-repeat; */
  margin: 0 auto;
  transition: 0.2s linear;
  border-radius: 50%;
  overflow: hidden;
}

/* .web-more .img:hover {
    background-color: var(--second-color);
}

.web-more .img1 {
    background-position: 0px 0px;
}

.web-more .img2 {
    background-position: -50px 0px;
}

.web-more .img3 {
    background-position: -100px 0px;
}

.web-more .img4 {
    background-position: -150px 0px;

}

.web-more .img5 {
    background-position: -200px 0px;
}

.web-more .img6 {
    background-position: -250px 0px;
} */

.web-more .owl-dots {
  text-align: center;
  margin-top: 5px;
}

.web-more .owl-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #828282;
  margin: 0 5px;
}

.web-more .owl-dots button.active {
  background-color: var(--second-color);
}

.home-pro {
  padding-top: 45px;
}

.home-pro h2 {
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 24px;
  text-align: center;
}

.home-pro-des {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 0;
}

.home-btn {
  padding: 8px 0px;
  border-radius: 200px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  width: 230px;
  text-align: center;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

.home-btn + .home-btn {
  margin-top: 16px;
}

.btn-web-all {
  color: white;
  background-color: var(--primary-color);
  background-color: #f15b43;
  color: #fff;
  /* padding: 17px 35px; */
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  border: 2px solid transparent;
  /* display: inline-block */
}

.home-pro-btn a {
  display: block;
  margin-bottom: 8px;
}

.btn-web-all:hover {
  background: none;
  border: 2px solid #f15b43;
  color: #f15b43 !important;
}

.btn-try-free {
  color: white;
  /*     background-color: var(--second-color); */
  cursor: pointer;
  border: 2px solid var(--second-color);
  color: var(--second-color);
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-try-free::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #f15b43;
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0;
}

.btn-try-free:hover::before {
  transform: scaleX(1);
  border: 2px solid transparent;
}

.btn-try-free:hover {
  color: white;
}

.home-pro-list {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* .home-pro-list .home-pro-item {
    display: none;
} */

.home-pro-list.active .home-pro-item {
  display: block;
}

.home-pro-list .home-pro-item:nth-child(1) {
  display: block;
}

.home-pro-list .home-pro-item:nth-child(2) {
  display: block;
}

.home-pro-list .home-pro-item:nth-child(3) {
  display: block;
}

.home-pro-item:not(:last-child) {
  margin-bottom: 20px;
}

.home-pro-item .relative {
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, .15); */
}

.home-pro-item img {
  width: 100%;
}
.home-pro-item {
  margin-bottom: 30px;
}
.home-pro-item > div:first-child {
  /* height: 460px; */
  overflow: hidden;
  
}
.product .home-pro-item > div:first-child {
  height: 450px;
}

.home-pro-item .price-m {
  text-align: center;
  color: var(--second-color);
  font-weight: 600;
}

.btn-more-pro-mobile a {
  display: block;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: white;
  font-weight: 500;
  background-color: #4f4f4f;
  border-radius: 200px;
  text-align: center;
}

.pro-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  transform: translate(0, -20px);
  opacity: 0;
  transition: 0.2s linear;
}

.pro-view > div a {
  display: inline-block;
  width: 120px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 200px;
  font-size: 18px;
  font-weight: 500;
}

.pro-view > div:first-child a {
  background-color: white;
  color: var(--primary-color);
}

.pro-view > div:first-child {
  padding-bottom: 15px;
}

.pro-view > div:last-child a {
  background-color: var(--second-color);
  color: #fff;
}

.home-pro-item h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 24px;
  text-align: center;
  line-height: 26px;
}

.home-pro-item h3 a {
  color: var(--primary-color);
}

.home-pro-item:hover .pro-view {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

/*  */
.home-session-1 {
  background-color: var(--second-bg);
  padding: 40px 0 0;
}

.home-session-1 .z1 {
  position: relative;
  z-index: 1;
}

.home-session-1 h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 8px;
  text-align: center;
}

.home-session-1 h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 5px;
  text-align: center;
}

.home-session-1 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 15px;
  text-align: justify;
}

.ses1-banner {
  height: 256px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.home-session-1 .wrap-img {
  padding: 50px 75px;
  border: 1px solid #d9d9d9;
}

.home-session-1 .wrap-img img {
  width: 100%;
}

.home-content-1 > div {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 4px;
  text-align: center;
}

.ses1-bottom {
  position: relative;
  z-index: 0;
  top: -80px;
  -webkit-background-color: #f5f5f5;
  background: #f5f5f5;
  margin-bottom: -80px;
}

.ses1-bottom-bg {
  /* -webkit-background-color: #f5f5f5;
    background: #f5f5f5; */
  height: 200px;
  position: relative;
}

.ses1-bottom-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 250px;
  border-radius: 200px;
  text-align: center;
  transform: translate(-50%, -20%);
  height: 46px;
  text-align: center;
  font-size: 18px;
  line-height: 42px;
  color: white;
  margin-top: 15px;
  /* color: #F15B43; */
  border: 2px solid var(--second-color);
  background: var(--second-color);
  -moz-user-select: none;
  cursor: pointer;
  transition: color 0.4s linear;
  overflow: hidden;
  z-index: 1;
}

.ses1-bottom-btn:hover {
  color: white;
}

.ses1-bottom-btn:active,
.ses1-bottom-btn:focus {
  color: #fff;
}

.ses1-bottom-btn::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: var(--second-color);
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0;
}

.ses1-bottom-btn:hover {
  background: none;
  border: 2px solid var(--second-color);
  color: #fff !important;
}

.ses1-bottom-btn:hover::before {
  transform: scaleX(1);
  border: 2px solid transparent;
}

/*  */
.home-session-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: white;
}

.home-session-2 h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  margin: 14px 0;
}

.home-content-2 {
  margin-top: 15px;
}

.home-content-2 > div > div:not(:last-child) {
  margin-bottom: 20px;
}

.feature-item {
  padding: 24px 20px 24px 20px;
  border: 1px solid #dfdfdf;
}

.feature-item h4,
.feature-item strong {
  display: inline-block;
  margin-left: 30px;
  font-size: 18px;
  line-height: 24px;
}

.feature-item > div:first-child {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.feature-item > div:nth-child(2) h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
}

.feature-item > div:nth-child(2) p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
}

/*  */
.home-session-3 {
  /* background-color: var(--second-color); */
  padding: 50px 0 !important;
}

.home-session-3 h2 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  padding-top: 5px;
}

.home-session-3 h2 span {
  font-size: 18px;
  padding-top: 18px;
  display: block;
}

.home-session-3 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 10px;
}

.home-session-3 .wrap-img {
  /* padding: 15px; */
  /* border: 1px solid #CFCFCF; */
  /* margin-bottom: 26px; */
  max-width: 315px;
  margin: 0 auto;
}

.home-session-3 .wrap-img img {
  width: 100%;
}

.home-content-3 {
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 60px;
}

/*  */
/* home-session-4 */
.home-session-4 {
  padding-top: 40px;
}

.home-session-4 .home-title {
  padding-bottom: 10px;
  margin: 0 auto;
  max-width: 630px;
}

.home-session-4 .home-title h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 12px;
  text-align: center;
}

.home-session-4 .home-title .faq-title-cus {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 12px;
  text-align: center;
}

.home-session-4 .home-title p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.home-session-4 .faq-list {
  max-width: 960px;
  margin: 0 auto;
}

.home-session-4 .faq-list .faq-item {
  /* margin-bottom: 40px; */
  padding: 20px 0 0;
  border-bottom: 1px solid #e4e4e4;
  border-radius: 0;
}

.home-session-4 .faq-list .faq-item h4 {
  padding-bottom: 20px;
  cursor: pointer;
}

.home-session-4 .faq-list .faq-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  /* border-bottom: 1px solid #E4E4E4; */
  padding-bottom: 16px;
  position: relative;
  padding-right: 20px;
}

.faq-list .faq-title .doc {
  display: none;
}

.faq-list .faq-title.collapsed .doc {
  display: block;
}

.home-session-4 .faq-list .faq-item span {
  /* float: right;
    line-height: 23px; */
  position: absolute;
  right: 0;
  top: 0;
}

.home-session-4 .panel {
  border: none;
  box-shadow: unset;
  margin-bottom: 0;
}

.home-session-4 .faq-item .faq-wrap {
  font-size: 16px;
  line-height: 24px;
}

.home-session-4 .faq-item .faq-wrap > div {
  margin-bottom: 15px;
  text-align: justify;
}

.home-session-5 {
  background-color: var(--second-color);
  padding: 40px 0;
}

.session-5-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.session-5-wrap .ses-5-item {
  display: flex;
  /* min-width: 220px; */
  width: 50%;
  color: white;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* justify-content: center; */
  /* width: 80%; */
  text-align: center;
}

.session-5-wrap .ses-5-item.tuan-mg-top {
  margin-top: 10px;
}

.session-5-wrap .ses-5-item .ses-5-item-title {
  position: relative;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.session-5-wrap .ses-5-item .ses-5-item-title span {
  font-size: 40px;
  position: absolute;
  top: 0;
  right: -30px;
}

.session-5-wrap .ses-5-item > p {
  font-size: 16px;
  text-align: center;
}

/* .session-5-wrap .ses-5-item .ses-5-icon {
    margin-right: 19px;
    width: 85px;
} */

/* .session-5-wrap .ses-5-item+.ses-5-item {
    margin-top: 25px;
} */

.home-session-6 {
  padding: 40px 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}

.home-session-6::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333333;
  left: 0;
  top: 0;
  z-index: 1;
}

.ses-6-conten,
.ses-6-title {
  position: relative;
  z-index: 2;
}

.ses-6-title h2 {
  font-size: 24px;
  font-weight: 600;
  color: white;
  padding-bottom: 11px;
  line-height: 30px;
}

.ses-6-title p {
  text-align: center;
  font-size: 16px;
  color: white;
  line-height: 24px;
  max-width: 780px;
  padding-bottom: 30px;
  margin: 0 auto;
}

.ses-6-item {
  text-align: center;
  color: white;
  padding: 39px;
  border: 1px solid #d8d8d8;
  transition: 0.2s linear;
}

.ses-6-item:not(:last-child) {
  margin-bottom: 20px;
}

.ses-6-item:hover {
  background-color: var(--second-color);
  cursor: default;
}

.ses-6-item img {
  width: 60px;
  height: 60px;
}

.ses-6-item .ses-6-img2 {
  display: inline-block;
}

.ses-6-item .ses-6-img1 {
  display: none;
}

.ses-6-item:hover .ses-6-img1 {
  display: inline-block;
}

.ses-6-item:hover .ses-6-img2 {
  display: none;
}

.ses-6-item-title {
  font-size: 24px;
  font-weight: 500;
  padding: 10px 0;
}

.ses-6-item-des {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.home-session-7 {
  padding: 54px 0 10px;
}

.ses-7-title h2 {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 25px;
}

.ses-7-conten {
  max-width: 864px;
  margin: 0 auto;
}

.ses-7-item .ses-7-des {
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 40px;
  padding-top: 52px;
}

.ses-7-item .ses-7-des::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 32px;
  background-image: url("../img/danhgia.svg");
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.ses-7-infor .ses-7-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #4f4f4f;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 40px;
}

.ses-7-infor .ses-7-img img {
  height: 100% !important;
  object-fit: cover;
}

.ses-7-infor .name {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.ses-7-infor .city-name {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #4d4d4d;
}

.ses-7-conten .owl-nav {
  height: 0;
}

.ses-7-conten .owl-nav .owl-prev {
  position: absolute;
  left: 10%;
  top: 58%;
}

.ses-7-conten .owl-nav .owl-next {
  position: absolute;
  right: 10%;
  top: 58%;
}

.ses-7-conten .owl-carousel .owl-dots {
  text-align: center;
  padding: 15px 0 0;
}

.ses-7-conten .owl-carousel .owl-dots button {
  width: 12px;
  height: 12px;
  /* transform: rotate(45deg); */
  border: 1px solid var(--second-color);
  margin: 0 6px;
  transition: 0.2s linear;
  border-radius: 50%;
}

.ses-7-conten .owl-carousel .owl-dots button.active {
  width: 12px;
  height: 12px;
  background-color: var(--second-color);
}

/* Css lại section 7 */
.ses-7-content {
  max-width: 890px;
  margin: 0 auto;
}

.sess-7-item .ses-7-img {
  position: relative;
  max-width: 270px;
  margin: 0 auto;
}

.sess-7-item .ses-7-img .wrap-img {
  padding-bottom: 82%;
  z-index: 2;
}

.sess-7-item .ses-7-img::before {
  content: url(../img/under-img-m.svg);
  position: absolute;
  left: -6px;
  bottom: -11px;
  z-index: 1;
}

.sess-7-item .ses-7-img::after {
  content: url(../img/on-img-fix-m.svg);
  position: absolute;
  right: -20px;
  top: 25px;
  z-index: 3;
}

.sess-7-item .ses-7-info {
  background-color: #f8f8f8;
  text-align: center;
  padding: 54px 15px 24px;
  transform: translateY(-40px);
}

.sess-7-item .ses-7-info .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.sess-7-item .ses-7-info .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin: 5px 0 11px;
}

.sess-7-item .ses-7-info .city-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.sess-7-item .ses-7-info .website {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #a2a2a2;
  margin-top: 16px;
  letter-spacing: 4px;
}

.sess-7-item .play-rate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  max-width: 50px;
}

.owl-carousel-rates .owl-dots {
  text-align: center;
}

.owl-carousel-rates .owl-dots button:not(:last-child) {
  margin-right: 12px;
}

.owl-carousel-rates .owl-dots button span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid var(--second-color);
  border-radius: 50%;
}

.owl-carousel-rates .owl-dots button.active span {
  background-color: var(--second-color);
}

#modal-ytb .modal-dialog,
#modal-rate .modal-dialog {
  position: absolute;
  top: 40%;
  width: 95%;
  transform: translateY(-50%);
}

#modal-ytb .modal-body {
  padding: 10px;
}

.ses-7-item .title {
  font-size: 16px;
  color: var(--primary-color);
  text-align: center;
  line-height: 30px;
  font-weight: 500;
}

.home-session-8 {
  position: relative;
  /* padding-top: 100px; */
  background-position: 0 0;
  background-color: var(--second-bg);
  background-repeat: repeat-x;
  padding-bottom: 45px;
}

.ses-8-title h2 {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 34px;
}

.ses-8-item .img {
  margin-bottom: 18px;
  /* min-height: 200px; */
}

.ses-8-item .zoom-img a {
  position: relative;
  padding-bottom: 52.47%;
  display: block;
}

.ses-8-item .zoom-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.owl-carousel .owl-item .ses-8-item .img img {
  height: 200px;
  object-fit: cover;
}

.ses-8-infor .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ses-8-infor .title a {
  color: var(--primary-color);
  transition: 0.2s linear;
}

.ses-8-infor .title a:hover {
  color: var(--second-color);
}

.ses-8-infor .description {
  font-size: 16px;
  color: #828282;
  line-height: 24px;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}

.ses-8-infor .time {
  font-size: 14px;
  color: #828282;
  display: flex;
  align-items: center;
  display: none;
}

.ses-8-infor .time img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.ses-8-conten .owl-carousel .owl-dots {
  text-align: center;
  padding: 15px 0 0;
}

.ses-8-conten .owl-carousel .owl-dots button {
  width: 12px;
  height: 12px;
  /* transform: rotate(45deg); */
  border: 1px solid var(--second-color);
  margin: 0 6px;
  transition: 0.2s linear;
  border-radius: 50%;
}

.ses-8-conten .owl-carousel .owl-dots button.active {
  width: 12px;
  height: 12px;
  background-color: var(--second-color);
}

/*  */
/* dangky-thongtin */
.dangky-thongtin {
  padding-top: 30px;
}

.dangky-thongtin-form {
  max-width: 960px;
  background-color: #4f4f4f;
  border-radius: 30px;
  padding: 25px 20px;
  margin: 0 auto;
}

.dangky-thongtin-form .form-title {
  text-align: center;
  margin-bottom: 15px;
}

.dangky-thongtin-form .form-title h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 10px;
}

.dangky-thongtin-form .form-title p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 26px;
}

.dangky-thongtin-form .form-body {
  text-align: center;
}

.dangky-thongtin-form .form-body input {
  border-radius: 200px;
  background: #fff;
  padding: 0px 15px 0px 25px;
  font-size: 16px;
  width: 100%;
  margin-right: 17px;
  border: none;
  outline: none;
  height: 43px;
}

.dangky-thongtin-form .form-body button {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: none;
  outline: none;
  width: 120px;
  height: 43px;
  line-height: 43px;
  background-color: var(--second-color);
  border-radius: 200px;
  margin-top: 16px;
}

/* Product-list */
.pro-list-title .tktyc-sub-header{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding-bottom: 20px;
}
.pro-list-title h1 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
  margin-top: 35px;
}
.page .pro-list-title h1 {
    margin-top: 5px;
    /* margin-bottom: 20px; */
    /* font-size: 28px; */
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 5px;
}

.home-session-1-content.tktyc-mb {
  margin-bottom: 20px;
}

.pro-list-title h2 {
  text-align: center;
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 15px;
}

.pro-list-title p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding-bottom: 20px;
}

.pro-list-title .try-btn {
  width: 250px;
  height: 43px;
  text-align: center;
  border-radius: 200px;
  line-height: 32px;
  border: none;
  outline: none;
  background-color: var(--second-color);
  font-size: 18px;
  font-weight: 500;
  color: white;
  margin: 0 auto;
  cursor: pointer;
}

.pro-list-title .ctv-btn {
  line-height: 43px;
}

.pro-menu {
  background-color: #f8f8f8;
  padding: 20px 0 0px;
  margin-top: 35px;
}

.pro-menu-wrap ul {
  width: 100%;
  text-align: center;
}

.pro-menu-wrap ul li {
  display: inline-block;
}

.pro-menu-wrap ul li + li {
  margin-left: 20px;
}

.pro-menu-wrap ul li a {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  padding-bottom: 18px;
  transition: 0.1s linear;
  font-weight: 500;
  position: relative;
}

.pro-menu-wrap ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--second-color);
  left: 0;
  bottom: 0;
  transition: 0.2s linear;
  transform: scale(0);
}

.pro-menu-wrap ul li.active a::after,
.pro-menu-wrap ul li a:hover::after {
  transform: scale(1);
}

.pro-menu-wrap ul li.active a,
.pro-menu-wrap ul li a:hover {
  color: var(--second-color);
}

.pro-list {
  padding-top: 65px;
}

.tuan-pro-list {
  padding-top: 30px;
}

.btn-load-more button {
  width: 220px;
  height: 50px;
  line-height: 50px;
  background-color: var(--primary-color);
  color: white;
  font-size: 20px;
  font-weight: 500;
  border-radius: 200px;
  border: none;
  outline: none;
}

.dk-thongtin {
  margin-top: 36px;
  background-color: var(--second-color);
  padding: 34px 0;
}

.dk-thongtin .dk-thongtin-title {
  text-align: center;
  color: white;
  padding-bottom: 40px;
}

.dk-thongtin .dk-thongtin-title h4 {
  font-weight: 500;
  margin-bottom: 13px;
  font-size: 26px;
  line-height: 32px;
}

.dk-thongtin .dk-thongtin-title p {
  font-size: 18px;
  line-height: 24px;
}

.dk-thongtin-form {
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}

.dk-thongtin-form input {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  padding-right: 103px;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 200px;
}

.dk-thongtin-form .dk-thongtin-btn {
  position: absolute;
  padding: 8px 16px;
  height: 46px;
  background-color: var(--primary-color);
  color: white;
  font-size: 16px;
  font-weight: 500;
  border-radius: 200px;
  right: 2px;
  top: 2px;
  text-align: center;
}

.form-group input {
  width: 100%;
  border: 1px solid #e0e0e0;
  outline: none;
  height: 43px;
  padding: 0 12px 0 34px;
  border-radius: 10px;
}

.formRateStar .form-group input {
  padding: 0 15px;
}

.form-group textarea {
  height: 100px;
  border-radius: 10px;
  outline: none;
  border: 1px solid #e0e0e0;
  padding: 10px 15px;
  width: 100%;
  resize: none;
  display: block;
}

.form-group button {
  width: 100%;
  height: 43px;
  text-align: center;
  line-height: 43px;
  background-color: var(--second-color);
  color: white;
  font-weight: 600;
  font-size: 16px;
  border: none;
  outline: none;
  border-radius: 500px;
}

.form-group label {
  font-size: 16px;
  font-weight: 400;
}

/* login */
#login-form .modal-dialog {
  top: 10%;
}

#login-form .modal-content {
  border-radius: 20px;
  overflow: hidden;
}

#login-form .modal-body {
  padding: 0;
}

.login-img {
  background-color: var(--second-color);
  text-align: center;
  padding: 20px;
}

.login-img img {
  width: 136px;
  height: 84px;
}

.login-body {
  padding: 20px 35px 40px;
}

.login-title {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 16px;
}

.login-description {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 18px;
}

/* product detail */

.mg-top {
  margin-top: 90px;
}

.product-detail-title {
  padding: 24px 0;
}

.content-top-main {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  line-height: 32px;
}

.product-detail-main {
  padding-bottom: 50px;
}

.product-img img {
  width: 100%;
}

.product-infor {
  padding-top: 24px;
}

.p-title {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 4px;
}

.pr-type {
  font-size: 20px;
  font-weight: 400;
  color: #4f4f4f;
}

.pr-price {
  padding: 20px 0;
}

.pr-price .pr-price-goc {
  font-size: 26px;
  font-weight: 600;
  color: var(--second-color);
  display: inline-block;
}

.pr-price .pr-price-del {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-decoration: line-through;
  margin-left: 5px;
}

.pr-description {
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 15px;
}

.pr-btn {
  padding-bottom: 10px;
  padding-top: 10px;
}

.pr-btn .pr-btn-xem {
  display: block;
  min-width: 200px;
  text-align: center;
  height: 43px;
  font-weight: 500;
  color: white;
  font-size: 18px;
  line-height: 43px;
  background-color: #4f4f4f;
  border-radius: 5px;
  cursor: pointer;
}

.pr-btn .pr-btn-dung {
  display: block;
  min-width: 200px;
  text-align: center;
  height: 43px;
  font-weight: 500;
  color: white;
  font-size: 18px;
  line-height: 43px;
  background-color: var(--second-color);
  border-radius: 5px;
  cursor: pointer;
}

.pr-btn > div + div {
  margin-top: 12px;
}

.product-congnghe {
  padding-top: 36px;
  padding-bottom: 20px;
  background-color: var(--second-bg);
}

.pr-cn-title {
  text-align: center;
}

.pr-cn-title h2 {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 8px;
}

.pr-cn-title .pr-cn-des {
  font-size: 16px;
  line-height: 22px;
}

.pr-cn-list {
  padding-top: 40px;
}

.pr-cn-item {
  margin-bottom: 12px;
}

.pr-cn-list .pr-cn-item img {
  width: 100%;
}

.pr-cn-list .pr-cn-item h3 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
  text-align: center;
}

.product-content {
  padding: 36px 0;
}

.pro-ct-title h2 {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 10px;
  font-weight: 600;
  text-align: center;
}

.pro-ct-tablist {
  margin-top: 15px;
  padding: 15px 15px 0px 15px;
  border-radius: 5px;
  border: 1px solid var(--primary-color);
  background-color: #f8f8f8;
}

.pro-ct-tablist .tablist-title {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}

.pro-ct-tablist .tablist-nav {
  float: right;
  cursor: pointer;
}

.pro-ct-tablist .tablist-nav:hover path {
  fill: #ff6109;
}

.pro-ct-tablist > ul > li {
  padding-bottom: 8px;
}

.pro-ct-tablist > ul > li > div {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
  transition: 0.2s linear;
  cursor: pointer;
}

.pro-ct-tablist > ul > li > div:hover {
  color: var(--second-color);
}

.pro-ct-tablist .tablist-child {
  margin-left: 20px;
}

.pro-ct-tablist .tablist-child > li {
  margin-bottom: 5px;
}

.pro-ct-tablist .tablist-child > li > div {
  font-size: 16px;
  transition: 0.2s linear;
  cursor: pointer;
  position: relative;
}

.pro-ct-tablist .tablist-child > li > div::after {
  content: "";
  position: absolute;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--primary-color);
  top: 50%;
  transform: translate(0, -50%);
}

.pro-ct-tablist .tablist-child > li > div:hover {
  color: var(--second-color);
}

.product-content-main {
  padding-top: 20px;
}

.product-content-main h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  padding: 5px 0;
}

.product-content-main h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding: 5px 0;
}

.product-content-main p {
  font-size: 16px;
  line-height: 22px;
}

.product-content-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.tablist-fixed {
  position: fixed;
  top: 50%;
  transform: translate(calc(-100% - 15px), -50%);
  float: right;
}

.tablist-fixed svg {
  cursor: pointer;
}

/* demo */
/*  */
.page-demo-header {
  padding: 20px 0;
  background-color: var(--second-color);
}

.page-demo-title {
  color: white;
  font-weight: 600;
  font-style: 24px;
}

.page-demo-main {
  margin-top: 40px;
}

.page-mobile {
  margin-right: 20px;
  cursor: pointer;
}

.page-pc {
  cursor: pointer;
}

.page-mobile svg {
  margin-right: 10px;
}

.page-mobile p {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  color: white;
}

.page-mobile.active p {
  font-size: 20px;
  font-weight: 500;
}

.page-pc svg {
  margin-right: 10px;
}

.page-pc p {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  color: white;
}

.page-pc.active p {
  font-size: 20px;
  font-weight: 500;
}

#page-demo-theme.pc {
  width: 100%;
  height: 800px;
}

#page-demo-theme.mobile {
  max-width: 768px;
  margin: 0 auto;
  height: 600px;
  min-width: 375px;
}

.page-btn {
  float: right;
  width: 250px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  background-color: white;
  border-radius: 20px;
}

.page-btn a {
  color: var(--primary-color);
}

/* sm */
/* @media screen and (min-width: 768px) {} */

/* md */
/* @media screen and (min-width: 992px) {} */

/* lg */
/* @media screen and (min-width: 1440px) {} */

/* contact lien he */
.contact-main {
  padding-top: 60px;
  margin-bottom: 40px;
}

.contact-us {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: uppercase;
  display: flex;
}

.contact-us span {
  display: inline-block;
  padding: 0 10px;
}

.contact-title h1 {
  font-size: 55px;
  letter-spacing: 2px;
  font-weight: 700;
  padding-bottom: 40px;
  line-height: 70px;
  /* padding-top: 50px; */
}

.contact-title span {
  display: inline-block;
}

.contact-infor {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.contact-items {
  display: flex;
  height: 100%;
  margin-bottom: 30px;
}

.contact-icon {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  min-width: 70px;
  margin-right: 20px;
}

.contact-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-des p:first-child {
  font-size: 16px;
  color: var(--one-color);
  opacity: 0.8;
  margin-bottom: 10px;
}

.contact-des p:last-child {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.contact-form {
  padding: 60px 60px;
  background-color: #f8f8f8;
  font-size: 18px;
}

.form-title h2 {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
}

.contact-submit {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.contact-submit button {
  padding: 10px 30px;
  border-radius: 10px;
  color: white;
  transition: 0.3s linear;
  background: var(--second-color);
  font-size: 16px;
  border: none;
  outline: none;
  min-width: 250px;
}

.contact-submit button:hover {
  scale: 1.05;
}

/* 
.contact-google-map {
    padding-top: 30px;
} */

.contact-google-map iframe {
  width: 100%;
  height: 680px;
  display: block;
}

/* contact-thank */
.contact-thank {
  padding-top: 100px;
  margin-bottom: 50px;
}

.thank-main {
  border-radius: 5px;
  width: 80%;
  max-width: 900px;
  padding: 40px 50px;
  margin: 0 auto;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.thank-icon {
  display: flex;
  justify-content: center;
  max-height: 150px;
  margin: 0px auto 40px;
  align-items: center;
}

.thank-icon img {
  width: auto;
  height: 100px;
  object-fit: cover;
}

.thank-des {
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 1.1px;
  text-align: center;
}

.thank-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 1.1px;
  text-align: center;
}

.btn-thank > div {
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin: 40px auto;
  background: var(--three-color);
  border-radius: 10px;
}

/* user-dashboard */

.dashboard {
  margin-top: 50px;
  margin-bottom: 50px;
}

.das-content .d-flex {
  flex-wrap: wrap;
}

.ds-user-infor {
  background: #f6f6f6;
  padding: 30px 50px;
  height: 100%;
}

.das-menu {
  padding: 30px 20px;
  background: #f6f6f6;
  height: 100%;
}

.ds-user-infor h3 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px;
}

.das-menu .avatar .img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.das-menu .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.das-menu ul li:first-child {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

.das-menu ul li:not(:first-child) {
  padding: 0px 0px 15px;
  display: flex;
  align-items: center;
}

.das-menu ul li:not(:first-child) .svg {
  width: 30px;
}

.das-menu ul li a {
  color: var(--three-color);
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-left: 10px;
}

.ds-user-infor .infor-acc {
  max-width: 400px;
}

.main-blog {
  padding-top: 26px;
}

.blog-title {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 1.1px;
}

.content-blog {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.img-content-blog img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 0.3s linear;
}

.img-content-blog:hover img {
  scale: 1.03;
}

.des-content-blog {
  background: #f8f8f8;
  padding: 0 10px 20px;
  border-bottom: 1px solid #efeff1;
  border-left: 1px solid #efeff1;
  border-right: 1px solid #efeff1;
}

.content-title a {
  color: var(--three-color);
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  display: block;
  padding-top: 15px;
  /* height: 72px; */
}

.content-des {
  font-size: 14px;
  line-height: 24px;
  min-height: 48px;
}

.blog-btn {
  margin-top: 15px;
  text-align: center;
}

.blog-btn a {
  display: inline-block;
  padding: 8px 15px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
  background-color: var(--second-color);
  width: 120px;
}

.main-blog-detail {
  padding-top: 26px;
  margin-bottom: 40px;
}

.title-blog-detail h1 {
  font-size: 25px;
  margin-bottom: 25px;
  margin-top: 0;
  line-height: 32px;
}

.img-blog-detail {
  margin-bottom: 15px;
}

.img-blog-detail img {
  width: 100%;
  object-fit: cover;
  display: block;
  height: auto;
}

.content-blog-detail p {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
}

.content-blog-detail h1 {
  font-size: 24px;
  line-height: 26px;
  margin: 10px 0;
}

.content-blog-detail h2 {
  font-size: 21px;
  line-height: 28px;
  margin: 10px 0;
}
.content-blog-detail h2 a {
  color: #333;
  font-weight: 700;
}
.content-blog-detail h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0;
}
.content-blog-detail h4 {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0;
}
.content-blog-detail img {
  width: 100% !important;
}

.content-blog-detail ul,
.content-blog-detail li {
  list-style: unset;
}
.content-blog-detail ol li {
  list-style: number;
}
.content-blog-detail li {
  line-height: 24px;
  font-size: 16px;
}

.content-blog-detail ul, .content-blog-detail ol {
  margin-left: 15px;
  padding-bottom: 16px;
}

.latest-news-title h2 {
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 28px;
}

.class-latest-news:not(:last-child) {
  margin-bottom: 30px;
}

.img-nd-news-related img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.des-nd-news-latest h3 {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  /* height: 48px; */
}
.des-nd-news-latest h3 a {
  color: #000;
}
/* moadl form */
.dktv-form .modal-dialog {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  padding: 0;
  margin: 0;
  width: 92%;
}

.dktv-form .modal-content {
  border-radius: 20px;
  overflow: hidden;
}

.dktv-form .modal-body {
  padding: 0;
}

.dktv-img {
  background-color: var(--second-color);
  text-align: center;
  padding: 15px;
}

.dktv-img img {
  width: auto;
  height: 58px;
}

.dktv-body {
  padding: 20px 35px 20px;
}

.dktv-title {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 16px;
}

.dktv-description {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 18px;
}
/* .form-dk form .form-group:nth-child(4){
    margin-bottom: 0;
} */
.banner-search2 {
  max-width: 430px;
  top: 50%;
}

.banner-search2 form input {
  padding-left: 36px;
}

.banner-search2 * {
  max-width: 100%;
  font-size: 14px !important;
}

.banner-search2 .dktv-title {
  font-size: 18px !important;
}

.banner-search .form-group button {
  position: initial;
  background: var(--second-color);
  width: 100%;
  max-width: 155px;
  height: 43px;
  line-height: 43px;
  transform: none;
}

.banner-search2 form input {
  width: 100%;
}

.banner-search-img {
  width: auto !important;
  height: 100vh;
}

.banner-search-img img {
  width: auto !important;
}

.ses-5-icon img {
  width: 55px;
  height: 65px !important;
}

/* 

*/

/* .ses-5-item-title ~p {
    font-size: 16px;
} */

.see-more-product {
  margin-top: 40px;
}

.see-more-product .see {
  display: inline-block;
  background-color: #ff6109;
  color: white;
  font-size: 20px;
  font-weight: 500;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  transition: 0.2s linear;
}

/* Tuân */
.tuan-background-nhan-su {
  background-color: #0068ba;
  text-align: center;
  padding: 50px 0;
}

.tuan-background-nhan-su .title h2 {
  font-family: Montserrat;
  font-size: 90px;
  font-weight: 700;
  line-height: 120px;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}

.tuan-background-nhan-su .title p {
  font-size: 32px;
  font-weight: 500;
  line-height: 45px;
}

.tuan-background-nhan-su .title {
  color: #fff;
}

.session-gioithieu {
  margin-top: 30px;
}

.gioi-thieu-right {
  margin-top: 15px;
}

.gioi-thieu-right h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.gioi-thieu-right h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin: 5px 0px;
}

.gioi-thieu-right p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

.title-gioithieu {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}

.gioithieu-content .item {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.item-ban-co-van {
  margin-top: 30px;
  margin-left: 5px;
  margin-right: 5px;
}

.overlay-ban-co-van {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(360deg, #391907 0%, rgba(57, 25, 7, 0) 43.4%);
}

.ban-co-van-wrap .info {
  position: relative;
  padding-left: 64px;
  margin-bottom: 18px;
}

.ban-co-van-wrap .info img {
  position: absolute;
  top: 0;
  left: 0;
}

.ban-co-van-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 22px 20px;
}

.ban-co-van-wrap .info .name {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
}

.ban-co-van-wrap .info .des {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-top: 5px;
  color: #fff;
}

.more-info .inner {
  display: inline-block;
  border: 1px solid #a6a6a6;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.75px;
  color: #d5d5d5;
  padding: 6px 20px;
  border-radius: 100px;
}

.more-info .inner:not(:first-child) {
  margin-left: 5px;
}

.item-ban-co-van .social {
  position: absolute;
  top: 12px;
  right: 22px;
}

.item-ban-co-van .social a {
  display: block;
  margin-top: 10px;
}

.item-nhan-su {
  background-color: #eeeeee;
  text-align: center;
  margin-top: 30px;
}

.item-nhan-su .wrap-img .avt {
  width: 100%;
}

.item-nhan-su .info {
  padding: 24px 15px 28px;
}

.item-nhan-su .info .name {
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
}

.item-nhan-su .info .des {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-top: 5px;
}

.item-nhan-su .wrap-img {
  position: relative;
}

.item-nhan-su .wrap-img .icon {
  position: absolute;
  left: 16px;
  bottom: 0;
}

.session-nhansu {
  margin-top: 50px;
}

.tuan-dich-vu {
  background-color: #ff6109;
  position: relative;
  margin-top: 50px;
}

.tuan-dich-vu-left {
  color: #fff;
}

.tuan-dich-vu-left-wrap {
  /* padding: 75px 15px; */
  padding: 60px 15px;
}

.tuan-dich-vu-left-wrap h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 15px;
}

.tuan-dich-vu-left-wrap h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.tuan-dich-vu-right img {
  height: 300px !important;
  object-fit: cover;
}

.session-list-dich-vu {
  padding-top: 50px;
  background-color: #f8f8f8;
  padding-bottom: 40px;
}

.session-list-dich-vu .item {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 33px;
  height: 80px;
  position: relative;
  margin-bottom: 24px;
  display: block;
  color: #333;
  transition: 0.2s ease-out;
}

.session-list-dich-vu .item svg {
  color: #ff6109;
  transition: 0.2s ease-out;
  position: absolute;
  top: 50%;
  left: 33px;
  transform: translateY(-50%);
}

.session-list-dich-vu .item .content {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  position: absolute;
  top: 50%;
  left: 30%;
  right: 15px;
  transform: translateY(-50%);
  display: block;
}

.session-list-dich-vu .item:hover {
  color: #fff;
  background-color: #ff6109;
}

.session-list-dich-vu .item:hover svg {
  color: #fff;
}

.tuan-li-do {
  padding: 50px 0px;
}

.tuan-li-do .title-gioithieu {
  color: #fff;
  margin-bottom: 40px;
}

#li-do-chon-webi {
  position: relative;
}

#li-do-chon-webi .owl-dots {
  text-align: center;
  margin-top: 20px;
}

#li-do-chon-webi .owl-dots button span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 3px;
}

#li-do-chon-webi .owl-dots button.active span {
  background-color: #ff6109;
}

#li-do-chon-webi .li-do-left {
  position: relative;
}

#li-do-chon-webi .li-do-left::before {
  content: "";
  width: 100%;
  height: 7px;
  background-color: #ff6109;
  position: absolute;
  bottom: 0;
  left: 0;
}

#li-do-chon-webi .li-do-right {
  background-color: #fff;
  padding: 30px 30px;
}

#li-do-chon-webi .li-do-right .title {
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}

#li-do-chon-webi .li-do-right .content {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.giaiphap-congnghe .item {
  border-radius: 30px;
  padding: 20px 15px;
  color: #ffffff;
}

.giaiphap-congnghe .item .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 68px;
  position: relative;
  padding-left: 87px;
}

.giaiphap-congnghe .item .title svg {
  position: absolute;
  top: 0;
  left: 0;
}

.giaiphap-congnghe .giai-phap ul {
  margin-top: 20px;
}

.giaiphap-congnghe .giai-phap ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  list-style: none;
  margin-bottom: 17px;
  padding-left: 40px;
  position: relative;
}

.giaiphap-congnghe .giai-phap ul li::before {
  content: url(/timekeeping/image/tich-trang.svg);
  position: absolute;
  top: 3px;
  left: 5px;
}

.giaiphap-congnghe .cong-nghe {
  margin-top: 30px;
}

.giaiphap-congnghe .cong-nghe .title {
  margin-bottom: 31px;
}

.giaiphap-congnghe .cong-nghe .cong-nghe-title ul {
  margin-left: 25px;
}

.giaiphap-congnghe .cong-nghe .cong-nghe-title ul li {
  font-weight: 400;
  font-size: 16px;
  list-style: disc;
  line-height: 36px;
}

.giaiphap-congnghe .cong-nghe .cong-nghe-title .des {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 15px;
}

.phantich-baogia-hotro .item {
  border: 1px solid #e7e7e7;
  border-radius: 30px;
  padding: 20px 15px 20px 15px;
  margin-bottom: 20px;
}

.phantich-baogia-hotro .item .title {
  padding-left: 60px;
  position: relative;
  /* height: 60px; */
  margin-bottom: 16px;
}

.phantich-baogia-hotro .item .title .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

.phantich-baogia-hotro .item .title svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.phantich-baogia-hotro .item ul {
  margin-left: 20px;
}

.phantich-baogia-hotro .item ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  list-style: disc;
}

.phantich-baogia-hotro .title-gioithieu,
.giaiphap-congnghe .title-gioithieu {
  margin-bottom: 40px;
}

.muc-luc {
  max-width: 600px;
  margin: 20px auto;
  padding: 15px;
  border: 1px solid #cccccc;
}

.muc-luc .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  position: relative;
}

.muc-luc .title img {
  width: 25px !important;
  position: absolute;
  top: 50%;
  right: 0;
  cursor: pointer;
  transform: translateY(-50%);
}

.muc-luc .chi-tiet-muc-luc {
  border-top: 1px solid #cccccc;
  padding: 20px 10px 0px;
  margin-top: 10px;
  list-style: none;
  margin-left: 0px;
}

.muc-luc .chi-tiet-muc-luc li {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.muc-luc .chi-tiet-muc-luc li:not(:last-child) {
  margin-bottom: 10px;
}

.muc-luc .chi-tiet-muc-luc li ul {
  margin-top: 10px;
}

.muc-luc .chi-tiet-muc-luc li ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.muc-luc .chi-tiet-muc-luc li ul li:not(:last-child) {
  margin-bottom: 5px;
}

.muc-luc .chi-tiet-muc-luc li a:hover {
  color: #ff6109;
  transition: 0.2s ease-out;
}

.muc-luc .chi-tiet-muc-luc .ah2 {
  color: #333;
  display: inline;
}

.muc-luc .chi-tiet-muc-luc .ah3 {
  color: #333;
  display: inline;
}

.muc-luc .chi-tiet-muc-luc li ul {
  margin-left: 20px;
}

.img-height {
  /* object-fit: cover;  */
}

.bg-black svg {
  color: #eeeeee;
}

.bg-grey svg {
  color: #4f4f4f;
}

/* page trích xuất */
.box-trich-xuat {
  max-width: 980px;
  margin: 0 auto;
}

.page-trich-xuat h1 {
  line-height: 35px;
}

.CodeMirror {
  width: 100%;
  min-height: 300px;
  /* resize: auto; */
  background: #ffffff;
  border: 2px solid #ff6109;
  box-sizing: border-box;
  border-radius: 12px;
}

.box-trich-xuat .form-trich-xuat {
  margin-top: 30px;
}

.box-trich-xuat .button-group {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

.box-trich-xuat .button-group .unminify {
  width: 100%;
  background: #ff6109;
  border-radius: 8px;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  color: #ffffff;
  border: none;
  padding: 0px 15px;
  outline: 0;
}

.box-trich-xuat .button-group .option {
  width: 46%;
  background: #eeeeee;
  border-radius: 8px;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  border: none;
  padding: 0px 15px 0px 15px;
  outline: 0;
  border: 1px solid #ff6109;
  border-bottom: 2px solid #ff6109;
  margin-top: 15px;
}

.box-trich-xuat .button-group .option svg {
  margin-right: 5px;
  transform: translateY(3px);
}

.content-page-trich-xuat {
  margin-top: 40px;
}

.box-trich-xuat .button-group .option:nth-child(even) {
  margin-right: 15px;
}

/* Tuân css lại chỗ đánh giá và nhận xét ở trang chủ */
.modal-casestudy-item .modal-body,
#modal-product-rate .modal-body {
  padding: 20px 15px;
}

#modal-product-rate,
.modal-casestudy-item,
#modal-product-rate-form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  height: 100%;
  z-index: 1001;
  overflow-y: scroll;
  background: rgba(24, 24, 24, 0.7);
}

.stop-scroll {
  height: 100%;
  overflow: hidden;
}

.modal-dialog .casestudy-logo img {
    max-height: 40px;
    margin-bottom: 23px;
    margin-top: 0;
}
.row-casestudy {margin-top: 16px;}
.modal-dialog .casestudy-web, .modal-dialog .casestudy-logo {
    text-align: center;
}
.modal-dialog .casestudy-title {
    margin-bottom: 20px;
}
.modal-dialog .casestudy-web {
    margin-bottom: 15px;
}
.modal-dialog .casestudy-title h3 {
    font-size: 25px;
    font-weight: 500;
}
.modal-dialog .casestudy-info h3 {
    font-size: 21px;
    margin-top: 15px;
    margin-bottom: 20px;
    /* text-transform: uppercase; */
    display: inline-block;
    /* background: #ddd; */
    padding: 3px 5px;
    border-radius: 5px;
    font-weight: 500;
}
.modal-casestudy-item .product-user-rate-list-item h4 {padding-top: 15px;margin-bottom: 8px;}
.modal-casestudy-item .product-user-rate-list-item p {margin-bottom: 10px;line-height: 23px;}
.modal-dialog .casestudy-info .item {/* text-align: center; */border: 1px solid #ededed;border-radius: 12px;padding: 16px 16px;/* box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.12); */margin-bottom: 20px;}
.modal-dialog .casestudy-info .item .icon {width: 50px;/* margin-bottom: 16px; */display: inline-block;float: left;margin-right: 16px;}
.modal-dialog .casestudy-info .item .detail {
width: calc(100% - 76px);
    display: inline-block;
}
.modal-dialog .casestudy-info .item .title {font-weight: bold;font-size: 15px;margin-bottom: 7px;}
.modal-dialog .casestudy-info .item .desc {font-size: 14px;color: #595a5d;}
.modal-dialog .casestudy-info {margin-bottom: 5px;/* text-align: center; */}
.modal-dialog .casestudy-info ul {list-style: none; }
.modal-dialog .casestudy-info ul li {display: inline-block;padding-right: 10px;font-size: 15px;}
.modal-dialog .casestudy-info ul li img {width: 16px;}
.modal-dialog .casestudy-title .casestudy-info {}
.modal-casestudy-item .product-user-rate-list-item {
  padding: 0;
  border-radius: 5px;
  border: none;
  margin-bottom: 15px;
}
#modal-product-rate.active,
.modal-casestudy-item.active,
#modal-product-rate-form.active {
  transform: translateY(0%);
}

#modal-product-rate .modal-content,
.modal-casestudy-item .modal-content,
#modal-product-rate-form .modal-content {
  /* opacity: 0;
    visibility: hidden; */
  position: relative;
  z-index: 1005;
}
.modal-casestudy-item .product-rate-sum {box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.12);margin-top: 10px;margin-bottom: 20px;}
.stop-scroll .modal-casestudy-item {background: rgba(0,0,0,.7);}
#modal-product-rate .modal-content.active,
.modal-casestudy-item .modal-content.active,
#modal-product-rate-form .modal-content.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s linear;
}

.product-rate-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 16px;
  width: 90%;
}

.product-rate-sum {
  margin-right: -15px !important;
  margin-left: -15px !important;
  background-color: #F8F8F8;
  margin: auto;
  text-align: center;
  border-radius: 5px 5px 0 0;
}

.product-rate-sum .overview-title {
  font-size: 18px;
  line-height: 21.09px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.product-rate-sum ul li strong {
  font-size: 20px;
  line-height: 23.44px;
  font-weight: 500;
  padding-bottom: 2px;
}

.product-rate-sum ul li p {
  font-size: 14px;
  line-height: 16.41px;
  font-weight: 400;
  padding-bottom: 15px;
  color: #828282;
}

.product-rate-sum ul li {
  display: inline-block;
  width: 32%;
}

.product-rate-guide {
  padding-top: 20px;
}

.product-rate-guide .guide-title a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
}

.product-rate-guide .guide-title a .guide-text {
  margin-left: 12px;
  margin-right: 8px;
}

.product-rate-guide .guide-body {
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  color: #4f4f4f;
}

.product-rate-guide .guide-body .rutgon {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

.product-rate-guide .guide-body .rutgon a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16.41px;
  color: #828282;
}

.product-rate-guide .guide-body .rutgon a svg {
  margin-left: 8px;
}

.product-rate-stars-sum {
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  padding: 15px 15px 8px 15px;
}

.product-rate-stars-sum .stars-title {
  font-size: 18px;
  line-height: 21.09px;
  font-weight: 500;
  color: #333333;
  padding-bottom: 20px;
}

.product-rate-stars-sum ul li.star-rate {
  display: inline-block;
}

.product-rate-stars-sum ul li.star-rate:not(:first-child) {
  margin-left: 2px;
}

.product-rate-stars-content {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.product-rate-stars-content strong {
  margin-left: 15px;
  font-size: 16px;
}

.product-rate-stars-content p {
  margin-left: 13px;
  color: #828282;
  font-size: 14px;
}

.product-rate-send {
  color: #fff;
  margin-left: -7px !important;
  margin-right: -7px !important;
  background-color: #48a1f8;
  border-radius: 5px;
  padding: 15px 7px 0 7px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20.25px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
}

.product-user-rate-list {
  margin-top: 15px;
  margin-bottom: 10px;
}

.product-user-rate-title {
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 10px;
  padding-top: 10px;
}

.product-user-rate-list-item {
  padding: 20px 15px 15px 15px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  margin-bottom: 15px;
}

.product-user-rate-list-item .avatar {
  width: 54px;
  float: left;
}
.product-user-rate-list-item .avatar img {
  border-radius: 50%;
}
.has-avatar {
  width: calc(100% - 90px);
  float: left;
  margin-left: 15px;
}

.product-user-rate-list-item ul {
  margin-left: 15px;
}

.product-user-rate-list-item ul li.star-rate {
  display: inline-block;
}

.product-user-rate-list-item ul li.star-rate:not(:first-child) {
  margin-left: 2px;
}

.product-user-rate-list-item h3 {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0px;
}

.comment-item-user-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #4f4f4f;
}

.modal-casestudy-item .modal-close,
#modal-product-rate .modal-close {
  position: fixed;
  top: 5px;
  right: 17px;
  color: #333333;
  font-size: 30px;
  transform: rotate(45deg);
}

#modal-product-rate {
  overflow-y: scroll;
}

.star-average-percent {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 6px;
  background: #efefef;
  border-radius: 5px;
  overflow: hidden;
}

.percent-width {
  background: #f2c94c;
  height: 6px;
  position: absolute;
  width: 100%;
  transform: translate(-60%, 0);
  content: "";
  border-radius: 5px;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}

#modal-product-rate-form .product-comment-form-tieuchi {
  display: inline-block;
  font-size: 14px;
  line-height: 16.41px;
  font-weight: 600;
  color: #333333;
}

.product-comment-stars-sum-form {
  margin-bottom: 30px;
}

.product-comment-stars-sum-form .stars-title {
  margin-top: 23px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
  color: #333333;
  padding-left: 5px;
}

.product-comment-stars-content-form strong {
  float: right;
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
  color: #333333;
}

#modal-product-rate-form .product-comment-stars-sum-form ul {
  display: inline-block;
}

#modal-product-rate-form .product-comment-stars-sum-form ul li.star-rate {
  display: inline-block;
}

#modal-product-rate-form .product-comment-form-tieuchi-star {
  float: right;
}

#modal-product-rate-form .product-comment-form-tieuchi-star li.star-rate {
  display: inline-block;
}

#modal-product-rate-form .product-user-rate-form-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
  margin-bottom: 15px;
  padding-top: 13px;
}

#modal-product-rate-form .product-user-rate-form ul {
  display: inline-block;
}

#modal-product-rate-form .product-user-rate-form ul li.star-rate {
  display: inline-block;
}

#modal-product-rate-form .product-user-rate-form-name > div {
  font-size: 14px;
  font-weight: 600;
  line-height: 16.41px;
  color: #333333;
  margin-bottom: 15px;
}

#modal-product-rate-form .product-user-rate-form-content > div {
  font-size: 14px;
  font-weight: 600;
  line-height: 16.41px;
  color: #333333;
  margin-bottom: 15px;
}

#modal-product-rate-form .product-user-rate-form-name {
  padding-top: 25px;
}

#modal-product-rate-form .product-user-rate-form-content {
  padding-top: 10px;
}

#modal-product-rate-form .product-user-rate-form-name input {
  height: 40px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  font-weight: 400;
  font-size: 14px;
  color: #bdbdbd;
  line-height: 16.41px;
  padding-left: 10px;
}

#modal-product-rate-form .product-user-rate-form-content textarea {
  min-height: 80px;
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  font-weight: 400;
  font-size: 14px;
  color: #bdbdbd;
  line-height: 16.41px;
  padding-top: 12px;
  padding-left: 10px;
}

.product-comment-send-form {
  color: #fff;
  background-color: #48a1f8;
  border-radius: 5px;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 7px;
}

#modal-product-rate-form .modal-close {
  position: absolute;
  top: 0px;
  right: 15px;
  color: #333333;
  font-size: 30px;
  transform: rotate(45deg);
}

#modal-product-rate-form {
  overflow-y: scroll;
}

#modal-product-rate-form .modal-body {
  padding-top: 0;
}

.product-comment-form-tieuchi-star > ul {
  display: flex;
}

.modal-product-comment .product-comment-guide .guide-body-title {
  margin-bottom: 8px;
  font-size: 16px;
  color: #333333;
}

.modal-product-comment .product-comment-guide .guide-body-list {
  margin-bottom: 5px;
  font-size: 14px;
  color: #333333;
}

.modal-product-comment .product-comment-guide .guide-body-list-2 {
  margin-bottom: 12px;
}

/* fix lại webpx */

.w-51 {
  margin: 30px 0;
}

.home-content-1 .des {
  line-height: 30px;
  text-align: left;
  font-size: 18px;
}

.w-49 .ses1-bottom-btn {
  position: relative;
  margin-top: 35px;
}

.home-content-1 ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  position: relative;
  padding-left: 30px;
}

.home-content-1 ul li::before {
  content: url(../img/tich-cam.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.bo-giai-phap {
  padding-top: 50px;
  padding-bottom: 50px;
}

.bo-giai-phap .title-sec {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
}

.bo-giai-phap .item {
  margin-top: 16px;
  padding: 20px;
}

.bo-giai-phap .item-1 {
  background-color: #f3fefd;
}

.bo-giai-phap .item .stt {
  font-size: 36px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.bo-giai-phap .item .stt-1 {
  background-color: #62ccb0;
}

.bo-giai-phap .item .name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  display: grid;
  grid-template-columns: 76px auto;
  margin-bottom: 15px;
}

.bo-giai-phap .item .content {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bo-giai-phap .item .stt-2 {
  background-color: #2942cc;
}

.bo-giai-phap .item .stt-3 {
  background-color: #ca8f3b;
}

.bo-giai-phap .item .stt-4 {
  background-color: #c45531;
}

.bo-giai-phap .item .stt-5 {
  background-color: #9ccb58;
}

.bo-giai-phap .item .stt-6 {
  background-color: #4ea17b;
}

.bo-giai-phap .item-2 {
  background-color: #f2f7fd;
}

.bo-giai-phap .item-3 {
  background-color: #fdf9f2;
}

.bo-giai-phap .item-4 {
  background-color: #fdf8f6;
}

.bo-giai-phap .item-5 {
  background-color: #fafef2;
}

.bo-giai-phap .item-6 {
  background-color: #f7f9f8;
}

.ung-dung {
  padding: 50px 0 50px;
}

.ung-dung .quy-trinh .item {
  padding-top: 180px;
  position: relative;
}

.ung-dung .quy-trinh .item svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ung-dung .quy-trinh .name {
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  /* text-align: center; */
  padding: 11px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-weight: 500;
}

.ung-dung .quy-trinh .item-1 .name {
  background-color: #14637c;
}

.ung-dung .quy-trinh .item-2 .name {
  background-color: #30b7c7;
}

.ung-dung .quy-trinh .item-3 .name {
  background-color: #99cc33;
}

.ung-dung .quy-trinh .item-4 .name {
  background-color: #ffab2e;
}

.ung-dung .quy-trinh .item-5 .name {
  background-color: #ed4947;
}

.ung-dung .quy-trinh .item-1 svg {
  color: #14637c;
}

.ung-dung .quy-trinh .item-2 svg {
  color: #30b7c7;
}

.ung-dung .quy-trinh .item-3 svg {
  color: #99cc33;
}

.ung-dung .quy-trinh .item-4 svg {
  color: #ffab2e;
}

.ung-dung .quy-trinh .item-5 svg {
  color: #ed4947;
}

.ung-dung .quy-trinh .item svg {
  transition: 0.2s linear;
}

.ung-dung .quy-trinh .item .des {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* text-align: center; */
  margin-top: 15px;
}

.ung-dung .quy-trinh .buoc-wrap {
  text-align: center;
  position: relative;
}

.ung-dung .quy-trinh .buoc-wrap:not(:last-child) {
  margin-bottom: 35px;
}

.thuc-thi-y-tuong {
  padding: 35px 0 50px;
  background-color: #333333;
  color: #ffffff;
}

.thuc-thi-y-tuong .item-right {
  margin-right: -15px;
}

.thuc-thi-y-tuong-inner .item-left h3 {
  font-size: 24px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.thuc-thi-y-tuong-inner .item-left h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
}

#steps {
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}

#steps::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 20px;
  transform: translateY(21px);
}

#steps .step {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  display: grid;
  grid-template-columns: 65px auto;
  align-items: baseline;
  position: relative;
}

#steps .step .number {
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  color: var(--second-color);
}

#steps .item {
  padding-bottom: 30px;
}

#steps .item .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin: 8px 0;
}

#steps .item .content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

#steps .tich-chon {
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: -39px;
  bottom: 10px;
  background-color: #333333;
}

#steps .tich-chon .center {
  width: 8px;
  height: 8px;
  background-color: var(--second-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#steps .tich-chon.last {
  left: 11px;
  bottom: -21px;
}

.doi-tac-wrap {
  padding: 40px 0;
}

.doi-tac-wrap .title-sec {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

#doi-tac {
  margin-top: 40px;
  position: relative;
}
#doi-tac .item.wrap-img {
  padding-bottom: 50%;
}
#doi-tac .item {
  overflow: hidden;
}

#doi-tac .item img {
  /* transform: scale(1.2); */
}

#doi-tac .item .img-wrap {
  margin-bottom: 24px;
  padding-bottom: 50%;
}

#doi-tac .owl-dots,
#feedback .owl-dots {
  margin-top: 14px;
  text-align: center;
}

#doi-tac .owl-dots span,
#feedback .owl-dots span {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #e2e2e2;
  border-radius: 50%;
  margin: 0 5px;
}

#doi-tac .owl-dot.active span,
#feedback .owl-dot.active span {
  background-color: var(--second-color);
}

.name-company {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

#feedback {
  max-width: 300px;
  margin: 0 auto;
}

.feedback-wrap {
  padding-bottom: 40px;
}

.tai-sao-right .item {
  padding-left: 87px;
  position: relative;
}

.tai-sao-right .item {
  margin-top: 30px;
}

.tai-sao-right .item svg {
  position: absolute;
  top: 0;
  left: 0;
}

.tai-sao-right .item.first svg {
  color: #0f738a;
}

.tai-sao-right .item.second svg {
  color: #94c343;
}

.tai-sao-right .item.third svg {
  color: #e98025;
}

.tai-sao-right .item.four svg {
  color: #d9504a;
}

.tai-sao-right .item .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 4px;
}

.tai-sao-right .item .content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/* Báo giá thiết kế */
.package-wrap {
  margin-top: 40px;
}

.package-wrap .cac-goi {
  white-space: nowrap;
  overflow-x: scroll;
  border-bottom: 1px solid #e1e3e1;
}

.package-wrap .cac-goi::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.package-wrap .cac-goi li {
  display: inline-block;
}

.package-wrap .cac-goi li a {
  color: var(--primary-color);
  line-height: 20px;
  font-weight: 500;
  padding: 14px 10px;
  display: inline-block;
  font-size: 15px;
}

.package-wrap .cac-goi li.active {
  border-bottom: 2px solid var(--second-color);
}

.package .tab-pane {
  padding-top: 40px;
}

.package .item {
  border: 1px solid rgb(232, 234, 237);
  padding: 40px 14px;
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.package .item.active {
  border: 1px solid var(--second-color);
}

.package .item .des {
  text-align: center;
}

.package .item .des .name {
  line-height: 28px;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}

.package .item .new-price {
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
  color: var(--second-color);
}

.package .item .new-price span {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: var(--primary-color);
  margin-left: 10px;
  letter-spacing: 0.25px;
}

.package .item .old-price {
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  font-weight: 500;
  letter-spacing: 0.1px;
}

.package .item .note-wrap {
  margin: 5px 0 20px;
  position: relative;
}

.package .item .note-wrap span {
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.package .item .note-wrap .note {
  display: inline-block;
}

.package .item .note-wrap .note .icon i {
  color: var(--second-color);
}

.package .item .note-wrap .note.open .note-des {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scale(1);
  transform-origin: left top;
}

.package .item .note-wrap .note-des {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 320px;
}

.sup-box {
  padding: 12px 16px;
  line-height: 20px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  border-radius: 8px;
  text-align: left;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  z-index: 2;
}

.package .item .des .dung-thu {
  color: var(--second-color);
  display: inline-block;
  padding: 0px 28px;
  height: 48px;
  border: 1px solid var(--second-color);
  border-radius: 100px;
  letter-spacing: 0.15px;
  font-weight: 500;
  transition: 0.3s;
  line-height: 17px;
  font-size: 16px;
}

.package .item .des .dung-thu span {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.package .item .des .dung-thu:hover {
  color: #ffffff;
  background-color: var(--second-color);
}

.package .item .des .sup {
  position: relative;
  margin-top: 20px;
}

.package .item .des .sup.open .sup-content {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -15px) scale(1);
  transform-origin: left bottom;
}

.package .item .des .sup-text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #ffffff;
  cursor: pointer;
  width: 100%;
  max-width: 260px;
  padding: 3px 10px;
  background-color: var(--second-color);
  border-radius: 5px;
  margin: 0 auto;
}

.package .item .des .sup-text i {
  color: #ffffff;
}

.package .item .des .sup-content {
  position: absolute;
  bottom: 100%;
  left: 50%;
  box-shadow: 0 0px 1px -2px rgba(0, 0, 0, 0.2), 0 0px 2px 0 rgba(0, 0, 0, 0.14),
    0 6px 5px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
}

.package .item .des .sup-content::before {
  content: "";
  position: absolute;
  left: 50%;
  border-style: solid;
  border-width: 10px 14px 0px 14px;
  border-color: #fff transparent;
  bottom: -6px;
  transform: translateX(-50%);
}

.package .item .content {
  margin-top: 30px;
  border-top: 1px solid rgb(232, 234, 237);
  /* display: none; */
}

.package .item .content.active {
  display: block;
}

.package .item .content li {
  padding-left: 28px;
  margin: 15px 0;
  position: relative;
  font-size: 16px;
}

.package .item .content li strong {
  display: block;
}

.package .item .content li svg {
  color: var(--second-color);
  position: absolute;
  top: 0;
  left: 0;
}

.package .item .popular {
  position: absolute;
  width: 100%;
  left: -1px;
  bottom: 100%;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #ffffff;
  background-color: var(--second-color);
}

.package .item.active .des .dung-thu {
  color: #ffffff;
  background-color: var(--second-color);
}

.package .item .price-wrap {
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.package .item .price-wrap .package-note{
    font-size: 18px;
    font-weight: 500;
    color: var(--second-color);
    line-height: 26px;
}

.package-content {
  display: none;
}

.package-des {
  margin-top: 20px;
}

.package-des p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
}

.package-wrap .so-sanh {
  text-align: center;
  margin-top: 75px;
}

.package-wrap .so-sanh a {
  font-size: 16px;
  line-height: 24px;
  color: var(--second-color);
  letter-spacing: 0.1px;
  font-weight: 500;
}

.package-wrap .so-sanh i {
  font-size: 16px;
  color: var(--second-color);
}

#table-wrap {
  display: none;
}

.table-package {
  padding-top: 28px;
}

.table-package-inner {
  margin-top: 80px;
}
.table-package-inner .even {background: #f7f7f7;}
.table-package-inner img {display: none;}
.table-package-inner .tt {max-width: 80%;}
.table-package .title {
  border-bottom: 2px solid rgb(95, 99, 104);
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  padding-bottom: 25px;
  margin-bottom: 0px;
}

.table-package table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.table-sticky table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.table-package table tr td:first-child {
  /* width: 40%; */
  padding: 5px 10px 5px 15px;
  /* color: var(--primary-color); */
  text-align: left;
  font-weight: 400;
}
.table-package table tr td.colspan {
  color: var(--primary-color);
}
.table-package table tr td.colspan .tt {
  padding-top: 12px;
  padding-bottom: 12px;
}

.table-package table tr td {
  width: 15%;
  border: 1px solid rgb(232, 234, 237);
  color: var(--second-color);
  padding: 18px 4px;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  position: relative;
  /* border-left: 1px solid #ffffff; */
  word-break: break-word;
}

.table-package table tr td strong {
  /* display: block; */
}

.table-package table tr td i {
  font-size: 20px;
}

.table-package table tr td .no-check {
  content: "";
  width: 20px;
  background-color: rgb(218, 220, 224);
  height: 2px;
  display: inline-block;
}

.tinh-nang-khac .see {
  font-size: 12px;
  color: var(--primary-color);
  display: inline-block;
  line-height: 16px;
  padding: 12px 15px;
  font-weight: 500;
  border-radius: 100px;
  transition: 0.2s;
  margin: 5px 0;
}

.tinh-nang-khac .see i {
  font-size: 16px;
  margin-right: 10px;
}

.tinh-nang-khac .see:hover {
  background-color: rgba(60, 64, 67, 0.1);
}

.table-tinh-nang-khac {
  display: none;
}

.table-tinh-nang-khac table tr:first-child td {
  border-top: 1px solid #ffffff;
}

.table-sticky {
  box-shadow: 0 2px 4px rgb(218, 220, 224);
  background: rgb(248, 249, 250);
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.1s ease-out;
  z-index: 2;
  padding-top: 50px;
  position: fixed;
  opacity: 0;
  visibility: hidden;
}

.table-sticky.active {
  opacity: 1;
  visibility: visible;
}

.table-sticky table tr td:first-child {
  /* width: 40%; */
}

.table-sticky table tr td {
  width: 15%;
  border: 1px solid rgb(232, 234, 237);
  padding: 10px 0px 10px;
  text-align: center;
  vertical-align: bottom;
  position: relative;
  height: 120px;
}

.table-sticky table tr td .name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  white-space: nowrap;
  width: 40px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
}

.table-sticky table tr td .dung-thu {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--second-color);
  font-weight: 500;
}

.table-sticky table tr td .dung-thu span {
  margin-right: 10px;
  width: 75px;
}

.table-sticky table tr td:first-child {
  border-left: 1px solid transparent;
}

.table-sticky table tr td.active {
  border-left: 1px solid var(--second-color);
  border-right: 1px solid var(--second-color);
  color: var(--second-color);
}

/* Live chat  */
.business-scale .business {
  display: flex;
  flex-wrap: wrap-reverse;
}

.business-scale .business .left {
  text-align: center;
}

.youtube-container {
  overflow: hidden;
  /* width: 100%; */
  aspect-ratio: 6 / 9;
  pointer-events: none;
  height: 80vh;
}

.video-ai .youtube-container {
  aspect-ratio: 21 / 9;
  height: unset;
}

.youtube-container iframe {
  width: 100%;
  height: 100%;
}

.business-scale video {
  height: 80vh;
  width: 100%;
}

.business-scale .des {
  margin: 32px 0;
}

.btn-orange {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  transition: 0.2s linear;
  background-color: #ff6109;
  padding: 7px 46px;
  border-radius: 200px;
  border: 2px solid var(--second-color);
}

.btn-orange:hover {
  background: #fff;
  color: #ff6109;
}

.social-img {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.social-img img {
  width: 24px;
  margin: 8px 8px 24px;
}

.automation {
  background-color: #fafafa;
}

.space-live-chat {
  padding: 60px 0;
}

.live-chat-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
}

.live-chat-des {
  font-size: 20px;
  line-height: 28px;
}

.automation .des {
  margin-top: 24px;
}

.automation .social-img {
  margin-top: 0px;
}

.automation .social-img img {
  width: 24px;
}

.automation .title-wrap {
  text-align: center;
}

.auto-item {
  background-color: #fff;
  display: flex;
  padding: 25px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  margin: 30px 0px 0px;
}

.auto-item .icon {
  margin-right: 14px;
  font-size: 16px;
  background-color: rgba(128, 102, 220, 0.1);
  color: #0d6efd;
  width: 49px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  border-radius: 100%;
  flex: 0 0 auto;
}

.auto-item .title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}

.auto-item .des-content {
  line-height: 1.7;
  color: #6c757d;
}

.platform {
  background-color: #fafafa;
}

.platform .title {
  margin-bottom: 16px;
}

.platform .des {
  padding-bottom: 32px;
}

.platform img {
  width: 100% !important;
}

.automation-official-inner {
  display: flex;
  flex-wrap: wrap-reverse;
}

.automation-official-inner .left {
  margin-top: 30px;
  text-align: center;
}

.automation-official-inner .live-chat-des {
  margin: 24px 0;
}

.automation-official-inner ul li {
  font-size: 20px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 46px;
}

.automation-official-inner ul li::before {
  content: url("../images/icon-ok.svg");
  position: absolute;
  top: 0;
  left: 0;
}

.automation-official-inner ul {
  margin-bottom: 24px;
  text-align: left;
}

.drag_drop .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.drag_drop .owl-dots button:not(:last-child) {
  margin-right: 12px;
}

.drag_drop .owl-dots button span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid var(--second-color);
  border-radius: 50%;
}

.drag_drop .owl-dots button.active span {
  background-color: var(--second-color);
}

.automation-official-inner .right {
  width: 100%;
}

.reply {
  padding: 32px 0;
  text-align: center;
  background-image: linear-gradient(to right, #3b82f6, #db2777);
  color: #fff;
}

.reply .live-chat-des {
  margin-top: 8px;
}

.reply .app img {
  border-radius: 13px;
  width: 250px;
}

.reply .app {
  width: 250px;
  display: block;
  margin: 0 auto;
}

.reply .app.ios {
  margin-top: 32px;
}

.reply .app.android {
  margin-top: 16px;
}

.drag-drop .live-chat-des {
  padding: 8px 0 32px;
}

.drag_drop {
  position: relative;
}

.agency .learn-more {
  margin-top: 32px;
  border: none;
}

.space-live-chat-2 {
  padding: 64px 0;
}

.learn-faster {
  padding: 32px 0;
  background-position: center;
  background-size: cover;
  position: relative;
}

.learn-faster::before {
  content: "";
  background-image: linear-gradient(to right, #db2777, rgba(219, 39, 119, 0));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.learn-faster .wrap {
  position: relative;
  z-index: 1;
}

.learn-faster .live-chat-title {
  text-align: center;
  color: #fff;
}

.faster-item .item {
  background-color: #fff;
  padding: 32px;
  border-radius: 16px;
  text-align: center;
  margin-top: 32px;
}

.faster-item .item .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.faster-item .item .des {
  font-size: 16px;
  margin-top: 8px;
}

.faster-item .item .btn-orange {
  font-size: 16px;
  margin-top: 32px;
}

.built-in {
  background-color: #fafafa;
}

.built-in .live-chat-title {
  text-align: center;
  margin-bottom: 24px;
}

.integration {
  text-align: center;
}

.integration .item-wrap {
  padding: 5px;
  display: inline-block;
}

.integration .item {
  padding-left: 15px;
  padding-right: 5px;
  height: 64px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  align-items: center;
  /* justify-content: center; */
  display: flex;
  width: 155px;
}

.integration .item img {
  width: auto;
  height: auto;
  max-width: 30px;
  max-height: 30px;
  flex: 0 0 auto;
}

.integration .item .text {
  font-size: 16px;
  padding-left: 8px;
}

.live-chat-faq .live-chat-title {
  text-align: center;
  margin-bottom: 32px;
}

.live-chat-faq {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

/* Quản lý doanh nghiệp  */
.enterprise-business {
  padding: 40px 0;
  background-color: var(--second-bg);
}

.business-inner-title {
  text-align: center;
  padding: 24px;
}

.h2-business {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.des-business-1 {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.button-business {
  display: inline-block;
  padding: 11px 16px;
  font-size: 16px;
  color: var(--primary-color);
  background-color: #ffffff;
  border-radius: 24px;
  font-weight: 500;
  transition: 0.3s ease-out;
  border: 1px solid var(--second-color);
}

.button-business:hover {
  color: #fff;
  background-color: var(--second-color);
}

.what-is-business {
  padding: 40px 0 0;
}

.what-is-business .inner {
  padding: 24px;
}

.text-business {
  font-size: 16px;
  line-height: 1.5;
}

.benefits-business {
  padding: 40px 0 0;
}

.des-business-2 {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.item-benefits {
  padding: 24px;
  text-align: center;
}

.item-benefits img,
.item-membership img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.business-title-24 {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
}

.item-benefits .business-title-24 {
  margin: 16px 0 8px;
}

.business-erp-inner .item {
  padding: 24px;
  border-radius: 24px;
  background-color: var(--second-bg);
  height: 100%;
  margin-bottom: 16px;
}

.business-erp-inner ul,
.item-explore ul {
  margin-left: 36px;
  margin-top: 16px;
}

.business-erp-inner ul li,
.item-explore ul li {
  position: relative;
  font-size: 16px;
  margin: 8px 0;
}

.business-erp-inner ul li::before,
.item-explore ul li::before {
  content: url(../images/icon-check.svg);
  position: absolute;
  top: 0;
  left: -36px;
}

.btn-white {
  border: 2px solid var(--second-color);
  color: var(--second-color);
  font-size: 16px;
  padding: 10px 16px;
  transition: 0.3s;
  display: block;
  border-radius: 24px;
  text-align: center;
}

.btn-white:hover {
  color: #ffffff;
  background-color: var(--second-color);
}

.text-business.fw-bold {
  font-weight: 700;
}

.business-space {
  padding: 40px 0;
}

.explore-business {
  background-color: #f2f5f6;
}

.item-explore {
  padding: 24px;
  box-shadow: 0 0 0 2px #f0f0f0;
  background-color: #fff;
  border-radius: 24px;
  height: 100%;
  margin-top: 32px;
}

.item-explore .card-img img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.item-explore .title {
  font-size: 23px;
  font-weight: 700;
  margin: 8px 0 16px;
}

.item-explore .des {
  margin: 40px 0;
}

.item-explore .btn-white {
  margin-bottom: 35px;
}

.item-explore ul {
  margin-bottom: 40px;
}

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

.item-real-customer {
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.item-real-customer img {
  width: 120px;
  height: 66px;
  object-fit: cover;
}

.item-real-customer .img-wrap {
  text-align: center;
  margin-bottom: 24px;
}

.item-real-customer .name {
  font-weight: 700;
  margin: 8px 0 16px;
}

.learn-more-business {
  color: #000000 !important;
  display: inline-block;
  font-size: 16px;
  position: relative;
}

.learn-more-business::after,
.learn-more-business::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transition: 0.3s;
}

.learn-more-business::after {
  width: 0px;
  background-color: var(--second-color);
}

.learn-more-business:hover::after {
  width: 100%;
}

.item-real-customer .des {
  margin-bottom: 24px;
}

.item-membership {
  padding: 24px;
  text-align: center;
}

.item-membership .title {
  font-size: 23px;
  font-weight: 700;
  margin: 16px 0;
}

.item-membership .des {
  font-size: 16px;
  line-height: 1.5;
}

.item-advice {
  background-color: #ffffff;
  border-radius: 40px;
  overflow: hidden;
}

.item-advice .wrap-img {
  padding-bottom: 56%;
  border-radius: 0 0 40px 0;
  transition: all 0.2s ease-out;
}

.item-advice .content {
  padding: 24px;
  transition: all 0.2s ease-out;
}

.item-advice .content .title {
  color: #000000;
}

.item-advice .content .des {
  margin-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* .item-advice:hover .wrap-img{
    padding-bottom: calc(56% - 40px);
}

.item-advice:hover .content{
    padding-bottom: 80px;
} */

.business-advice .owl-carousel {
  padding: 0px 8px;
}

.business-advice .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.business-advice .owl-dots button {
  width: 8px;
  height: 8px;
  /* transform: rotate(45deg); */
  border-radius: 8px;
  margin: 0 4px;
  transition: 0.2s linear;
  background-color: #ffffff;
  border: 1px solid var(--second-color);
}

.business-advice .owl-dots button.active {
  width: 16px;
  background-color: var(--second-color);
}

.erp-software-left {
  padding: 24px;
  text-align: center;
  margin-bottom: 16px;
}

.item-important-erp .erp {
  display: block;
  border-radius: 8px;
  padding: 12px 40px 12px 24px;
  background-color: rgba(0, 0, 0, 0.04);
  position: relative;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
}

.item-important-erp {
  margin-bottom: 20px;
}

.item-important-erp .erp svg {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.item-important-erp .erp[aria-expanded="true"] svg {
  transform: translateY(-50%) rotate(180deg);
}

.item-important-erp .content {
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 0 0 24px 24px;
  box-shadow: 10px 10px 50px rgba(0, 41, 64, 0.12);
}

.item-important-erp .content .title {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 8px;
}

.item-important-erp .content .img-wrap {
  margin-top: 32px;
}

.see-info-package {
  text-align: center;
  margin-top: 35px;
}

.see-info-package .btn-orange {
  font-size: 16px;
}

.see-info-package .see .thu-gon {
  display: none;
}

.see-info-package .see.active .xem-them {
  display: none;
}

.see-info-package .see.active .thu-gon {
  display: inline;
}

.field-wrap {
  margin-top: 40px;
}

.field-wrap .wrap-img {
  padding-bottom: 136.5%;
}

.field-wrap .item {
  border-radius: 8px;
  border: 1px solid var(--primary-bg);
  overflow: hidden;
}

.introduce:not(:last-child) {
  margin-bottom: 60px;
}

.introduce-item .wrap-img {
  padding-bottom: 67.3%;
  border-radius: 15px;
}

.introduce-title {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 24px;
}

.introduce-content {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px;
}

.introduce .button-business {
  font-size: 14px;
  border-radius: 8px;
  padding: 8px 15px;
  display: block;
  text-align: center;
}

.creative {
  padding: 60px 0 46px;
}

.h2-40 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 12px;
  text-align: center;
}

.support-work {
  padding: 40px 0 20px;
}

.support-work-inner .wrap-img {
  padding-bottom: 80.85%;
  border-radius: 15px;
  margin-bottom: 30px;
}

.support-work-inner .content h3 {
  font-size: 18px;
  line-height: 24px;
}

.support-work-inner .content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

.surprise .item .wrap-img {
  padding-bottom: 75%;
  border-radius: 8px;
  margin-bottom: 10px;
}

.surprise {
  padding: 40px 0;
}

.surprise .item .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #000;
}

.surprise .item .des {
  font-size: 16px;
  line-height: 22px;
}

.bao-gia .wrap-img {
  padding-bottom: 100%;
}

.bao-gia .wrap-img img {
  height: unset !important;
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  .mg-top {
    margin: 0;
  }

  .contact-main {
    padding-top: 40px;
  }

  .contact-title h1 {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 1.5px;
  }

  .contact-form {
    padding: 60px 20px;
  }

  .contact-google-map iframe {
    height: 400px;
  }

  .thank-main {
    width: 100%;
  }

  .ds-user-infor {
    padding-left: 15px;
    padding-right: 15px;
  }

  .das-menu .avatar .img {
    margin-bottom: 20px;
  }

  .das-menu ul li:not(:first-child) {
    text-align: center;
  }

  .latest-news-title h2 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .des-nd-news-latest h3 {
    font-size: 16px;
  }

  .ses-8-conten .owl-carousel .owl-stage {
    left: -50px;
  }

  .ses1-banner {
    text-align: center;
    margin-left: -15px;
  }

  .ses1-banner img {
    width: 380px;
  }

  .contact-infor .col-sm-6 {
    width: 50%;
  }

  .contact-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    margin-right: 10px;
  }

  .contact-infor .contact-items {
    align-items: center;
  }

  .contact-form {
    padding: 25px 20px;
  }

  .contact-title h1 {
    padding-bottom: 10px;
  }

  .contact-form .form-group input {
    padding: 12px;
  }

  .home-content-2 .over-col-30 {
    flex: 1 1 auto !important;
  }

  /* Tuân css menu kho giao diện mobile */
  .pro-menu {
    text-align: center;
    background-color: unset;
    margin-top: 20px;
  }

  .pro-menu .button-menu-group {
    min-width: 280px;
    width: 100%;
    display: inline-block;
    position: relative;
  }

  .pro-menu .button-menu-group .dropdown-button {
    display: block;
    position: relative;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid #ddd;
    color: var(--primary-color);
    font-weight: 500;
  }

  .pro-menu .button-menu-group .dropdown-button svg {
    position: absolute;
    top: 50%;
    right: 15px;
    transition: all 0.3s;
    margin-top: -6px;
    font-size: 12px;
  }

  .pro-menu .pro-menu-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transition: all 0.3s;
    padding: 20px 15px 0px;
    z-index: -1;
    background: #fff;
    border: 1px solid #ddd;
    opacity: 0;
    visibility: hidden;
  }

  .pro-menu .pro-menu-wrap.active {
    z-index: 2;
    opacity: 1;
    visibility: visible;
  }

  .pro-menu-wrap ul {
    text-align: left;
  }

  .pro-menu .pro-menu-wrap ul li {
    display: block;
    margin-left: 0px;
  }

  .pro-menu-wrap ul li a {
    font-weight: 400;
  }

  .pro-menu-wrap ul li.active a::after,
  .pro-menu-wrap ul li a:hover::after {
    transform: scale(0);
  }

  .icon-filter {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    border-radius: 0 50% 50% 0;
    border: 1px solid #b6b0b0;
    border-left: none;
    width: 50px;
    height: 50px;
    line-height: 57px;
    text-align: center;
    background-color: #ffffff;
    transition: 0.3s linear;
  }

  .sidebar-docs {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(24, 24, 24, 0.3);
    z-index: 11;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
  }

  .sidebar-docs.active {
    opacity: 1;
    visibility: visible;
  }

  .sidebar-docs #filter-m {
    width: 85vw;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    padding: 20px 0px 20px 15px;
    position: relative;
  }

  .sidebar-docs .close-filter {
    position: absolute;
    top: 9px;
    right: -45px;
    display: inline-block;
    width: 37px;
    height: 37px;
    line-height: 41px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
    left: unset;
  }

  .sidebar-docs #filter-m .filter-wrap-m {
    height: 95vh;
    overflow: auto;
    padding-right: 20px;
  }

  .sidebar-docs .item {
    margin-bottom: 4px;
  }

  .sidebar-docs .item.child {
    margin-left: 15px;
  }

  .sidebar-docs .item .cate {
    font-size: 16px;
    color: #525860;
    font-weight: 700;
    padding: 4px 12px 4px 8px;
    display: block;
    position: relative;
    border-radius: 4px;
  }

  .sidebar-docs .item .cate.child {
    font-size: 14px;
  }

  .sidebar-docs .item .cate svg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.2s ease-out;
  }

  .sidebar-docs .item .cate[aria-expanded="true"] svg {
    transform: translateY(-50%) rotate(90deg);
  }

  .sidebar-docs .item .cate:hover,
  .sidebar-docs .item .content .title:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .sidebar-docs .item .content {
    margin-bottom: 8px;
  }

  .sidebar-docs .item .content .title {
    font-size: 13px;
    line-height: 20px;
    color: #1c1e21;
    padding: 4px 12px;
    border-radius: 4px;
    margin-top: 4px;
    cursor: pointer;
    display: block;
  }

  .sidebar-docs .item .content .title.active {
    background-color: rgba(0, 0, 0, 0.06);
    padding-left: 8px;
    border-left: 4px solid var(--second-color);
  }

  .sidebar-docs .item.child .content .title {
    margin-top: 0px;
  }

  .tutorial-admin .chi-tiet-muc-luc {
    padding: 0px 0px 0px 8px;
    border-left: 1px solid #dadde1;
    margin-bottom: 25px;
  }

  .tutorial-admin .chi-tiet-muc-luc li {
    margin: 7px 6px;
  }

  .tutorial-admin .chi-tiet-muc-luc li a {
    color: #606770;
    font-size: 12px;
    transition: 0.2s ease-out;
  }

  .tutorial-admin .chi-tiet-muc-luc li a:hover {
    color: var(--second-color);
  }
}

@media (max-width: 575px) {
  .contact-infor .col-sm-6 {
    width: 100%;
  }

  .contact-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    margin-right: 10px;
  }

  .contact-infor .contact-items {
    align-items: center;
  }

  .contact-icon svg {
    max-width: 30px;
  }

  .contact-des {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .contact-des p:first-child {
    margin-bottom: 4px;
  }

  .contact-items {
    margin-bottom: 14px;
  }

  .contact-title h1 {
    padding-bottom: 0;
  }

  .contact-main {
    padding-top: 30px;
  }

  .form-title h2 {
    margin-bottom: 15px;
  }

  .contact-google-map iframe {
    height: 300px;
  }

  /* Tối ưu */
  .web-more .owl-carousel {
    display: block;
  }

  .web-more .owl-carousel .text-center {
    display: none;
  }

  .web-more .owl-carousel .text-center:first-child,
  .web-more .owl-carousel .text-center:nth-child(2),
  .web-more .owl-carousel .text-center:nth-child(3) {
    display: block !important;
    width: 33%;
    float: left;
  }

  .web-more .owl-loaded .text-center {
    width: unset !important;
    float: unset !important;
  }
}

@media (max-width: 430px) {
  .home-session-5,
  .home-session-3,
  .home-session-6,
  .footer {
    padding: 30px 0;
  }

  .home-session-1,
  .home-session-7,
  .home-session-4 {
    padding-top: 30px;
  }

  .home-session-7 {
    padding-bottom: 40px;
  }

  .ses-6-title p {
    padding-bottom: 25px;
  }

  .ses-8-infor .description {
    margin-bottom: 10px;
  }

  .home-session-8 {
    padding-top: 40px;
    padding-bottom: 34px;
  }

  .footer-infor .item {
    padding: 20px;
  }

  .ses-8-title h2 {
    padding-bottom: 25px;
  }

  .ses-6-item {
    padding: 25px;
  }

  .home-session-4 .home-title {
    padding-bottom: 0;
  }

  .ses-8-infor .title {
    margin-bottom: 4px;
  }

  /* .banner-search h2 {
        font-size: 30px;
    } */

  .home-pro {
    padding-top: 30px;
  }

  /* .home-pro-des {
        margin-bottom: 20px;
    } */

  .home-pro-list {
    padding: 20px 0 30px;
  }

  .session-5-wrap .ses-5-item .ses-5-item-title,
  .session-5-wrap .ses-5-item .ses-5-item-title span {
    font-size: 34px;
  }

  .logo-footer img {
    width: 80%;
    margin: auto;
  }

  .dktv-body {
    padding: 20px 35px 10px;
  }
  .dktv-title {
    margin-bottom: 8px;
  }
  .pom-item > div {
    font-size: 15px;
  }
}

.news-detail-faqs {margin-bottom: 25px;}
.news-detail-faqs .panel {margin-bottom: 12px;}
.faq-news-detail-header {font-size: 28px; font-weight: 500; margin-bottom: 25px;}
.faq-news-detail-title {padding-bottom: 12px;font-weight: 500;font-size: 16px;}
.faq-news-detail-title span {float: right;}
.faq-news-detail-content > div {font-size: 16px;padding-bottom: 12px;}