/*#region Common */

#main {
  font-family: GoogleSans, GoogleSans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #212121;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.42857143;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.common-padding {
  padding: 60px 0;
}
.text-center {
  text-align: center;
}
.text-bold {
  font-family: GoogleSans Bold, Arial, Helvetica, sans-serif;
}
.text-left {
  text-align: left;
}
.banner-title {
  font-family: GoogleSans Bold, Arial, Helvetica, sans-serif;
  font-size: 32px;
  padding-bottom: 16px;
}
.text-mute {
  color: #616263;
  padding: 0 0 32px 0;
}
.text-white {
  color: #fff;
  padding: 0 0 32px 0;
}

.nowrap {
  white-space: nowrap;
  text-transform: initial;
}

.text-orange {
  color: #fb8918;
}

.m-auto {
  margin: auto;
}
.p-0 {
  padding: 0;
}
.common-title {
  font-size: 32px;
  font-family: GoogleSans Bold, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0 0 16px 0;
}
@media screen and (max-width: 1200px) {
  br {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  .common-title {
    font-size: 24px;
    text-align: center;
  }
  .banner-title {
    font-size: 28px;
    text-align: center;
    max-width: 480px;
    margin: auto !important;
  }
  .common-padding {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .common-title {
    font-size: 24px;
  }
  .banner-title {
    font-size: 28px;
    text-align: left;
    max-width: 100%;
  }
  .common-padding {
    padding: 24px 0;
  }
  .main-table {
    display: none;
  }
  .main-table-mobile tbody td {
    /* border: none; */
    padding: 16px;
    text-align: center;
  }
  .main-table-mobile select {
    border: 1px solid #d8e1e9;
    border-radius: 8px;
    padding: 7px 7px;
  }
  .main-table-mobile tr td:nth-child(1) {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .main-table-mobile {
    display: none;
  }
}
/*#endregion */

/* #region banner */
.hero-bg {
  background: url(../img/price/bg-banner.png) no-repeat;
  height: 586px;
  background-size: cover;
}
@media screen and (max-width: 979px) {
  .hero-bg {
    height: 460px;
  }
}
@media screen and (max-width: 767px) {
  .hero-bg {
    height: 320px;
  }
  .hero-bg .common-title {
    text-align: center;
  }
}

/* #endregion */

/* #region gói phần mềm  */
.package-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
  text-align: center;
  margin-top: -40%;
}

.package-container > div {
  border-radius: 8px;
  box-shadow: 0 12px 36px rgb(88, 112, 142, 0.1);
  padding: 36px 24px;
  background: #fff;
  width: 100%;
}
.package-container > div:hover {
  transform: translate(0px, -22px);
  cursor: pointer;
  transition: 0.2s;
}
.package-container > div:nth-child(2) {
  position: relative;
}

.package-name {
  font-size: 22px;
}
.package-container > div:nth-child(1) .package-addon .nowrap {
  color: #0a62ba;
  background: url(../img/price/ic-plus-1.svg) no-repeat;
  background-position: top left 5px;
}
.package-container > div:nth-child(2) .package-addon .nowrap {
  color: #fa8d11;
  background: url(../img/price/ic-plus-2.svg) no-repeat;
  background-position: top left 5px;
}

.package-container > div:nth-child(3) .package-addon .nowrap {
  color: #f14d18;
  background: url(../img/price/ic-plus-3.svg) no-repeat;
  background-position: top left 5px;
}

.package-container > div:nth-child(1) .package-name {
  background: -webkit-linear-gradient(90deg, #64a8ff 0, #1877f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.package-container > div:nth-child(2) .package-name {
  background: -webkit-linear-gradient(90deg, #ffb563 0, #f18a18 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.package-container > div:nth-child(3) .package-name {
  background: -webkit-linear-gradient(90deg, #ff9370 0, #f14d18 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.package-price {
  font-size: 36px;
}

.package-price-unit {
  font-size: 16px;
  font-family: "GoogleSans", Arial, sans-serif;
  color: #212121;
}

.package-btn {
  padding: 20px 0 40px 0;
}

.package-function {
  text-align: left;
  padding: 0 0 30px 0;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  min-height: 181.22px;
  border-bottom-color: #b2b7bc;
}

.package-function > div {
  position: relative;
  padding: 0 0 12px 24px;
}

.package-container > div:nth-child(1) .package-function > div:before {
  position: absolute;
  content: url(../img/price/ic-tick-1.svg);
  top: 0;
  left: 5px;
}

.package-container > div:nth-child(2) .package-function > div:before {
  position: absolute;
  content: url(../img/price/ic-tick-2.svg);
  top: 0;
  left: 5px;
}

.package-container > div:nth-child(3) .package-function > div:before {
  position: absolute;
  content: url(../img/price/ic-tick-3.svg);
  top: 0;
  left: 5px;
}

.package-addon {
  padding: 30px 0 0 0;
}

.package-addon .nowrap {
  color: #10c19e;
  position: relative;
  padding-left: 30px;
  background: url(../img/price/ic-plus.svg) no-repeat;
  background-position: top left 5px;
}

img#Advise {
  position: absolute;
  top: 0;
  width: 124px;
  left: calc(50% - 62px);
}

.package-question {
  padding-top: 40px;
  font-size: 22px;
  padding-bottom: 24px;
}

.package-hotline {
  text-align: center;
}

.package-hotline img {
  width: auto;
}

@media screen and (max-width: 767px) {
  .package-container {
    grid-gap: 16px;
    grid-template-columns: 1fr;
  }
  .package-container > div {
    background: #fff;
  }
  .package-container > div:nth-child(2) {
    transform: translate(0px, 0px);
    position: relative;
  }
  .package-hotline img {
    height: 50px;
  }
}
/* #endregion */

/* #region cukcuk web */

.cw-price {
  font-size: 20px;
}

.cw-price .text-orange {
  font-size: 36px;
}

.cw-price .text-orange .cw-price-unit {
  font-size: 16px;
}

.cw-fucntion {
  padding: 16px 0 24px 0;
}

.cw-fucntion > div {
  position: relative;
  padding: 0 0 10px 24px;
}

.cw-fucntion > div:before {
  position: absolute;
  content: url(../img/price/ic-tick-1.svg);
  top: 0;
  left: 5px;
}

.cukcuk-web .cw-container {
  background: url(../img/price/bg-cukcuk-web.png) no-repeat;
  background-size: cover;
  padding: 30px 0 40px;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.cw-btn {
  display: flex;
  justify-content: center;
}
/* #endregion */

/* #region cukcuk web */
.text-mute {
  color: #616263;
  padding: 0 0 32px 0;
}

.cw-price {
  font-size: 20px;
}

.cw-price .text-orange {
  font-size: 36px;
}

.cw-price .text-orange .cw-price-unit {
  font-size: 16px;
}

.cw-fucntion {
  padding: 16px 0 24px 0;
}

.cw-fucntion > div {
  position: relative;
  padding: 0 0 10px 24px;
}

.cw-fucntion > div:before {
  position: absolute;
  content: url(../img/price/ic-tick-1.svg);
  top: 0;
  left: 5px;
}

.cukcuk-web .cw-container {
  background: url(../img/price/bg-cukcuk-web.png) no-repeat;
  background-size: cover;
  padding: 30px 0 40px;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  border-radius: 8px;
}

@media screen and (max-width: 979px) {
  .cw-img {
    text-align: center;
    padding-top: 24px;
  }
  .cw-text {
    max-width: 480px;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .cw-price {
    font-size: 16px;
  }

  .cw-price .text-orange {
    font-size: 24px;
  }

  .cw-price .text-orange .cw-price-unit {
    font-size: 16px;
  }
}
/* #endregion */

/*#region trang bán hàng */

.order-online {
  margin-top: 70px;
  margin-bottom: 100px;
  position: relative;
  background: linear-gradient(to top, #dbeeff, #ffffff);
  background: -moz-linear-gradient(to top, #dbeeff, #ffffff);
  background: -o-linear-gradient(to top, #dbeeff, #ffffff);
  background: -webkit-linear-gradient(to top, #dbeeff, #ffffff);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 400px;
  color: #000000;
}

.order-online:hover {
  color: #000000;
}

.order-online__price {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}

.order-online__price .price__text {
  font-size: 30px;
  font-weight: bold;
  color: #0a72ba;
}

.order-online__price .price__text-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #969696;
}

.price__text-sub__line {
  height: 2px;
  width: 75px;
  background: #0a72ba;
}

.price__text-sub__line.right {
  margin-left: 20px;
}

.price__text-sub__line.left {
  margin-right: 20px;
}

.order-online__img {
  position: relative;
  width: 400px;
  margin-left: 20px;
}

.order-online__main {
  max-width: 350px;
}

.order-online__img .order-online__img__content {
  position: absolute;
  background-image: url(/images/image/order-online/web-site.png);
  background-repeat: no-repeat;
  width: 500px;
  height: 455px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.order-online-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.order-online__main .content__button .btn--order-online {
  background: center no-repeat, linear-gradient(-90deg, #29b1d9 0, #0a72ba 100%);
  background: center no-repeat, -moz-linear-gradient(-90deg, #29b1d9 0, #0a72ba 100%);
  background: center no-repeat, -o-linear-gradient(-90deg, #29b1d9 0, #0a72ba 100%);
  background: center no-repeat, -webkit-linear-gradient(180deg, #29b1d9 0, #0a72ba 100%);
  display: inline-block;
  text-align: center;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
  width: 264px;
  border-radius: 24px;
  cursor: pointer;
  margin-top: 30px;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
}

.order-online .content__text__title {
  font-size: 20px;
}

.order-online .content__text__sub-title {
  font-size: 20px;
  margin-bottom: 12px;
}

.order-online ul.content__text__dec {
  list-style-image: url(/images/image/order-online/icon-list.svg);
}

.order-online ul.content__text__dec li {
  margin-bottom: 6px;
}
/*#endregion */
/*#region Báo giá phần mềm */
.price [class^="col-"] {
  position: static;
}

.price-wapper {
  padding-top: 60px;
}

.price input {
  outline: none;
}

.price .header-price-wapper {
  text-align: center;
  font-size: 40px;
  line-height: 52px;
  font-family: GoogleSans Medium, Arial, sans-serif;
  color: #212121;
  text-transform: uppercase;
  margin: 0;
}

.title-price-other {
  font-family: GoogleSans Medium, Arial, sans-serif;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #272727;
}

.price .pack-product {
  margin-top: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  font-family: GoogleSans, Arial, sans-serif;
}

.price .pack-product .product-item {
  background: #fff;
  padding: 0;
  height: 580px;
  position: relative;
}

.price .pack-product .product-item:nth-child(2) {
  box-shadow: 0 8px 29px 5px #ccc;
  -webkit-box-shadow: 0 8px 29px 5px #ccc;
  -moz-box-shadow: 0 8px 29px 5px #ccc;
}

.price .pack-product .product-item:nth-child(3) {
  z-index: 99;
  box-shadow: 0 8px 29px 5px #ccc;
  -webkit-box-shadow: 0 8px 29px 5px #ccc;
  -moz-box-shadow: 0 8px 29px 5px #ccc;
  -o-box-shadow: 0 8px 29px 5px #ccc;
  margin: 0;
  height: 700px;
}

.price .pack-product .product-item:nth-child(3) .price-pack {
  height: 220px;
  padding-top: 40px;
  color: #eb7728;
}

.price .pack-product .product-item:nth-child(3) .description-product-item {
  height: 480px;
}

.price .pack-product .product-item:nth-child(3) .description-product-item .btn-buy-product {
  bottom: 62px;
  background: #eb7728;
  border: 1px solid #eb7728;
  color: white;
}

.price .pack-product .product-item:nth-child(3) .recommend-product {
  background: url(/images/icon/KhuyenDung.png) no-repeat top right;
  background-size: 110px;
  width: 92px;
  height: 102px;
  position: absolute;
  top: -9px;
  right: -6px;
  background-position: 0 -14px;
}

.price .pack-product .product-item .price-pack {
  padding: 20px;
  text-align: center;
}

.price .pack-product .first-package .price-pack {
  background: url(/images/image/bg_package_1.jpg) center center no-repeat;
  background-size: cover;
}

.price .pack-product .second-package .price-pack {
  background: url(/images/image/bg_package_2.jpg) center center no-repeat;
  background-size: cover;
}

.price .pack-product .third-package .price-pack {
  background: url(/images/image/bg_package_3.jpg) center center no-repeat;
  background-size: cover;
}

.price .pack-product .fourth-package .price-pack {
  background: url(/images/image/bg_package_4.jpg) center center no-repeat;
  background-size: cover;
}

.price .pack-product .product-item .price-pack .name-pack {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}

.price .pack-product .product-item .price-pack .price-amount {
  font-size: 32px;
  line-height: 42px;
  font-family: GoogleSans Medium, Arial, sans-serif;
  color: #fff;
  padding-top: 5px;
}

.price .pack-product .product-item .price-pack .price-unit {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.price .pack-product .product-item .quantity-user {
  padding: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #272727;
}

.price .pack-product .first-package .quantity-user {
  border-bottom: 1px solid #e7e7e7;
}

.price .pack-product .second-package .quantity-user {
  border-left: 0.5px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.price .pack-product .third-package .quantity-user {
  border-left: 0.5px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.price .pack-product .fourth-package .quantity-user {
  border-left: 0.5px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.price .pack-product .second-package .description-product-item {
  border-left: 0.5px solid #e7e7e7;
  height: 380px;
}

.price .pack-product .third-package .description-product-item {
  border-left: 0.5px solid #e7e7e7;
  height: 380px;
}

.price .pack-product .fourth-package .description-product-item {
  border-left: 0.5px solid #e7e7e7;
  height: 380px;
}

.price .pack-product .product-item .description-product-item {
  padding: 20px;
}

.price .pack-product .first-package .description-product-item ul {
  margin: 0;
  padding-bottom: 0;
}

.price .pack-product .second-package .description-product-item ul {
  margin: 0;
  padding-bottom: 0;
}

.price .pack-product .third-package .description-product-item ul {
  margin: 0;
  padding-bottom: 0;
}

.price .pack-product .fourth-package .description-product-item ul {
  margin: 0;
  padding-bottom: 30px;
}

.price .pack-product .product-item .description-product-item ul li {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 10px;
  list-style: none;
  background: url(/images/icon/icon_check_package.svg) 0 7px no-repeat;
  padding-left: 20px;
  color: #272727;
}

.price .pack-product .product-item .description-product-item ul li:last-child {
  padding-bottom: 0;
}

.price .pack-product .product-item:nth-child(3) .description-product-item ul li {
  background-image: url(/images/icon/tick_orange.png);
}

.price .pack-product .description-product-item .description-item {
  min-height: 255px;
}

.price .pack-product .description-product-item .button-item {
  text-align: center;
}

.price .pack-product .description-product-item .link-item {
  padding-top: 15px;
  text-decoration: underline;
  cursor: pointer;
}

.price .pack-product .description-product-item .link-item a {
  font-size: 14px;
  color: #0a72ba;
}

.price .pack-product .first-package .btn-buy-product {
  background: linear-gradient(90deg, #00aaff 0, #09c8ff 100%);
  background: -moz-linear-gradient(90deg, #00aaff 0, #09c8ff 100%);
  background: -o-linear-gradient(90deg, #00aaff 0, #09c8ff 100%);
  background: -webkit-linear-gradient(0, #00aaff 0, #09c8ff 100%);
  border-radius: 24px;
  width: 140px;
  height: 48px;
  overflow: hidden;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  font-family: GoogleSans Medium, Arial, sans-serif;
}

.price .pack-product .second-package .btn-buy-product {
  background: linear-gradient(90deg, #526dfe 0, #5ba1fd 100%);
  background: -moz-linear-gradient(90deg, #526dfe 0, #5ba1fd 100%);
  background: -o-linear-gradient(90deg, #526dfe 0, #5ba1fd 100%);
  background: -webkit-linear-gradient(0, #526dfe 0, #5ba1fd 100%);
  border-radius: 24px;
  width: 140px;
  height: 48px;
  overflow: hidden;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  font-family: GoogleSans Medium, Arial, sans-serif;
}

.price .pack-product .third-package .btn-buy-product {
  background: linear-gradient(90deg, #ff7463 0, #ff9d5f 100%);
  background: -moz-linear-gradient(90deg, #ff7463 0, #ff9d5f 100%);
  background: -o-linear-gradient(90deg, #ff7463 0, #ff9d5f 100%);
  background: -webkit-linear-gradient(0, #ff7463 0, #ff9d5f 100%);
  border-radius: 24px;
  width: 140px;
  height: 48px;
  overflow: hidden;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  font-family: GoogleSans Medium, Arial, sans-serif;
}

.price .pack-product .fourth-package .btn-buy-product {
  background: linear-gradient(90deg, #ff6455 0, #fe9076 100%);
  background: -moz-linear-gradient(90deg, #ff6455 0, #fe9076 100%);
  background: -o-linear-gradient(90deg, #ff6455 0, #fe9076 100%);
  background: -webkit-linear-gradient(0, #ff6455 0, #fe9076 100%);
  border-radius: 24px;
  width: 140px;
  height: 48px;
  overflow: hidden;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  font-family: GoogleSans Medium, Arial, sans-serif;
}

.price .description-product-item .buyAddNewBranch {
  padding-left: 55px;
  background: url(/images/icon/icon_plus_package.svg) no-repeat 5px center;
  background-size: 40px;
}

.price .description-product-item .buyAddNewBranch span {
  font-size: 14px;
  line-height: 24px;
  color: #272727;
  display: block;
}

.price .description-product-item .buyAddNewBranch span.text-medium {
  color: #ff5a4e;
}

.down-load-table-price {
  text-align: center;
}

.down-load-table-price .btn-down-load-table-price {
  background: url(/images/icon/icon_download.svg) 40px center no-repeat, linear-gradient(-90deg, #29b1d9 0, #0a72ba 100%);
  background: url(/images/icon/icon_download.svg) 40px center no-repeat, -moz-linear-gradient(-90deg, #29b1d9 0, #0a72ba 100%);
  background: url(/images/icon/icon_download.svg) 40px center no-repeat, -o-linear-gradient(-90deg, #29b1d9 0, #0a72ba 100%);
  background: url(/images/icon/icon_download.svg) 40px center no-repeat, -webkit-linear-gradient(180deg, #29b1d9 0, #0a72ba 100%);
  display: inline-block;
  text-align: center;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
  width: 264px;
  border-radius: 24px;
  cursor: pointer;
  margin-top: 50px;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
}

.down-load-table-price .btn-down-load-table-price span {
  padding-left: 40px;
}

.down-load-table-price .btn-down-load-table-price .icon-down-load {
  display: inline-block;
  background: url(/images/icon/download.png) no-repeat 0 4px;
  background-size: 14px;
  width: 21px;
  height: 21px;
}

.price .group-price-start {
  padding-top: 40px;
  text-align: center;
}

.price .group-price-start .group-price-start-content {
  padding-bottom: 15px;
}

.price .group-price-start .price-start-title {
  font-family: GoogleSans Medium, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #2e2e2e;
}

.price .group-price-start .price-start-money {
  font-family: GoogleSans Medium, Arial, sans-serif;
  font-size: 32px;
  line-height: 42px;
  color: #0a72ba;
}

.price .group-price-start .price-start-month {
  font-size: 18px;
  line-height: 24px;
  color: #2e2e2e;
}

.price .group-price-start .price-start-desc {
  font-size: 16px;
  line-height: 24px;
  color: #2e2e2e;
  margin: 0 auto;
  text-align: center;
}
/*#region Phần các gói đào tạo */
.train-service {
  color: #000;
}

.train-service .train-service-title {
  padding: 50px 0;
  text-align: center;
  font-size: 32px;
  line-height: 42px;
  color: #2e2e2e;
}

.train-service .train-service-content form:last-child .panel-group {
  padding-bottom: 0;
}

.train-service .train-service-content .row {
  border: solid 1px #ccc;
  border-bottom-color: #e9e9e9;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.train-service .train-service-content .row .col-form-train {
  padding: 0px 20px;
  margin: 15px 0;
}

.col-form-train .form-train-name {
  color: #0673ba;
  text-transform: uppercase;
  font-family: GoogleSans Bold;
  font-size: 20px;
  line-height: 30px;
}

.col-form-train .form-train-price {
  color: #0673ba;
  font-family: GoogleSans Bold;
  margin-top: 5px;
  font-size: 18px;
}

.col-form-train .unit {
  font-size: 16px;
}

.train-service-content .col-description-train {
  margin: 15px 0;
  padding: 10px 15px;
  font-size: 16px;
  border-left: solid 1px #ccc;
  line-height: 24px;
}

.train-service-content .col-button {
  padding: 0;
}

.train-service-content .col-button .btn-buy-product {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #0673ba;
  border-radius: 25px;
  text-transform: uppercase;
  float: right;
  white-space: nowrap;
  padding: 0 15px;
  width: 180px;
  text-align: center;
  line-height: 42px;
  font-size: 15px;
  border: none;
  outline: none;
}

/*#endregion */
.introduce-instruction {
  color: #000;
  font-size: 16px;
  margin-bottom: 60px;
}

.introduce-instruction-item .introduce-instruction-title {
  text-align: center;
  padding-top: 40px;
  font-size: 32px;
  line-height: 42px;
  color: #2e2e2e;
}

.introduce-instruction-item .lite-free-desc {
  text-align: center;
  padding: 0 250px;
  line-height: 26px;
}

.introduce-instruction-item .line {
  margin: 25px 0 18px 0;
  position: relative;
}

.introduce-instruction-item .line .line-ct {
  margin: auto;
  height: 1px;
  width: 400px;
  background: #ccc;
}

.introduce-instruction-item .icon-line {
  display: block;
  background: #fff url(/images/icon/cukcuk-grey.png) no-repeat 5px;
  width: 32px;
  height: 21px;
  position: absolute;
  top: calc(50% - 10.5px);
  left: calc(50% - 16px);
}

.pack-mobile-free .pack-mobile-free-content {
  padding-top: 140px;
  position: relative;
  min-height: 680px;
}

.pack-mobile-free .pack-mobile-free-content .lite-free-box {
  height: 50px;
  background: #0873b8;
}

.pack-mobile-free .pack-mobile-free-content .lite-free-box .lite-free-box-lite {
  background: #076099;
  font-size: 18px;
  padding: 4px 30px;
  font-family: GoogleSans Bold;
  height: 50px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  width: 120px;
  float: left;
}

.pack-mobile-free .pack-mobile-free-content .lite-free-box .lite-free-box-free {
  background: #0873b8;
  font-size: 32px;
  padding: 4px 20px;
  font-family: GoogleSansCondensed;
  height: 50px;
  width: 100%;
  width: calc(100% - 120px);
  float: left;
  color: #fff;
}

.pack-mobile-free .pack-mobile-free-content .lite-free-box .lite-free-box-free span {
  font-size: 18px;
  font-family: GoogleSansCondensed;
}

.pack-mobile-free .pack-mobile-free-content .images-download-lite {
  width: 37.5%;
  padding: 0 15px;
  display: block;
  position: absolute;
  right: 0px;
  top: 22px;
}

.pack-mobile-free .pack-mobile-free-content .images-download-lite img {
  width: 100%;
}

.pack-mobile-free .pack-mobile-free-content .box-download-lite .text-download-lite {
  width: 62.5%;
  float: left;
  padding-left: 40px;
  padding-top: 40px;
}

.pack-mobile-free .pack-mobile-free-content .box-download-lite .text-download-lite .lite-desc {
  font-family: GoogleSans Bold;
  line-height: 32px;
  margin-bottom: 33px;
}

.pack-mobile-free .pack-mobile-free-content .box-download-lite .text-download-lite .lite-list-txt {
  margin: 8px 0 0 0;
  padding: 0;
}

.pack-mobile-free .pack-mobile-free-content .box-download-lite .text-download-lite .lite-list-txt li {
  list-style: none;
  text-align: justify;
  background: url(/images/icon/p-tick.png) no-repeat 0 6px;
  line-height: 26px;
  margin-bottom: 16px;
  padding-left: 32px;
}

.pack-mobile-free .pack-mobile-free-content .box-download-lite .text-download-lite .lite-list-txt li .bold {
  font-family: "GoogleSans Bold";
}

.pack-mobile-free .pack-mobile-free-content .box-download-lite .text-download-lite .btns-lite {
  margin: 40px 0px 4px 0px;
}

.pack-mobile-free .pack-mobile-free-content .box-download-lite .text-download-lite .btns-lite .btn-lite-item {
  margin-right: 30px;
}

.pack-mobile-free .pack-mobile-free-content .box-download-lite .text-download-lite .btns-lite .btn-lite-item > a {
  display: block;
  text-decoration: none;
}

.pack-mobile-free .pack-mobile-free-content .box-download-lite .text-download-lite .btns-lite .btn-lite-item img {
  width: 100%;
}

.instruction-register-order-content {
  margin-top: 50px;
}

.instruction-register-order .instruction-register-order-content .instruction-register,
.instruction-register-order .instruction-register-order-content .instruction-order {
  display: flex;
  align-items: center;
}

.instruction-register-order .instruction-register-order-content .instruction-order {
  direction: rtl;
}

.instruction-register-order .instruction-register-order-content .instruction-col {
  width: 50%;
  float: left;
  position: relative;
}

.instruction-col .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
}

.instruction-col .text span {
  display: block;
}

.instruction-col a {
  text-decoration: none;
}

.instruction-col .text a .price-title-header {
  color: #fff;
  font-family: GoogleSans Bold;
  font-size: 30px;
  line-height: 38px;
  margin: 8px 16px 12px;
  white-space: nowrap;
  text-transform: uppercase;
}

.instruction-col .text .title {
  font-family: GoogleSansLight;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}

.instruction-col .btn-play-video {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(/images/icon/play.png) no-repeat center;
  background-size: cover;
}

.instruction-col .text .icon-document {
  display: inline-block;
  width: 40px;
  height: 52px;
  background: url(/images/icon/file.png) no-repeat center;
  background-size: cover;
  margin-bottom: 24px;
}

.instruction-col.col-document .title {
  color: #0973b9;
}

.instruction-col.col-document .text a .price-title-header {
  color: #0973b9;
  font-size: 30px;
  line-height: 38px;
  font-family: GoogleSans;
}

.p-list-view-content-wrapper {
  margin-bottom: 30px;
}

.price-train-title {
  padding: 50px 0 30px 0;
  text-align: center;
  font-size: 32px;
  line-height: 42px;
  color: #2e2e2e;
}

.professional-pack-custom {
  z-index: 1;
  box-shadow: 0 8px 29px 5px #ccc;
  -webkit-box-shadow: 0 8px 29px 5px #ccc;
  -moz-box-shadow: 0 8px 29px 5px #ccc;
  -o-box-shadow: 0 8px 29px 5px #ccc;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.recommend-product {
  background: url(/images/image/KhuyenDung.png) no-repeat top right;
  background-size: 110px;
  width: 120px;
  height: 120px;
  position: absolute;
  top: -24px;
  right: -24px;
}

.professional-pack-custom .name-pack {
  padding-top: 30px;
  color: #eb7728;
}

.professional-pack-custom .price-amount {
  color: #eb7728;
}

.professional-pack-custom .description-product-item {
  height: 470px !important;
}

.professional-pack-custom .btn-buy-product {
  background: #eb7728 !important;
  border: 1px solid #eb7728 !important;
  color: #fff !important;
  bottom: 4px !important;
}
.product-view-item-content {
  border: solid 1px #e7e7e7;
  display: flex;
  display: -webkit-flex;
  background: #fff;
}

.product-view-item-description {
  padding: 30px 25px;
}

.p-v-productname {
  display: -webkit-flex;
  align-items: center;
  border-right: solid 1px #e7e7e7;
  padding: 25px;
}

.product-view-item-name {
  font-family: GoogleSans Medium, Arial, sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #0a72ba;
}

.price .pack-product.lomas {
  margin-top: 36px;
  margin-left: 0;
  margin-right: 0;
}

.lomas .lomas__banner {
  height: 278px;
  background-image: linear-gradient(to top, #34a7bf, #34bfa3);
  position: relative;
}

.lomas__banner__logo {
  height: 44px;
  width: 159px;
  margin: auto;
  background-image: url(/images/image/lomas/img_lomas_3.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.lomas__banner__content {
  color: #fff;
  position: absolute;
  width: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}

.lomas__banner__content .lomas__price {
  font-size: 48px;
}

.lomas__banner__content .lomas__limit {
  background-color: #1993aa;
  border-radius: 99px;
  padding: 7px 13px;
  font-size: 14px;
  margin-top: 30px;
}

.lomas__description {
  padding: 26px;
  display: flex;
  flex-direction: column;
  min-height: 278px;
}

.lomas__description--top {
  min-height: 172px;
}

.lomas__list {
  list-style-image: url(/images/image/lomas/ic_tick.svg);
}

.lomas__list .lomas__list__item {
  text-align: justify;
}

.lomas__list .lomas__list__item:not(:last-child) {
  margin-bottom: 10px;
}

.lomas__description--action .lomas__button {
  background: linear-gradient(0, #34a7bf 0, #34bfa3 100%);
  background: -moz-linear-gradient(0, #34a7bf 0, #34bfa3 100%);
  background: -o-linear-gradient(0, #34a7bf 0, #34bfa3 100%);
  background: -webkit-linear-gradient(0, #34a7bf 0, #34bfa3 100%);
  border-radius: 24px;
  width: 140px;
  height: 48px;
  overflow: hidden;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  font-family: GoogleSans Medium, Arial, sans-serif;
}

/*#endregion */
/*#region Báo giá thiết bị */
.price-general .nav-tabs {
  border-bottom: 3px solid #cfcfcf;
}

.price-general .nav-tabs > li {
  width: 50%;
  text-align: center;
  margin-bottom: -3px;
}

.price-general .nav-tabs > li > a {
  margin-right: 0;
  border: 0;
  border-radius: 0;
  font-size: 24px;
  color: #707070;
  padding: 20px 15px;
  text-transform: uppercase;
  font-family: GoogleSans Medium;
}

.price-general .nav-tabs > li > a:hover {
  border-color: transparent;
  color: #0a72ba;
}

.price-general .nav-tabs > li.active > a,
.price-general .nav-tabs > li.active > a:hover,
.price-general .nav-tabs > li.active > a:focus {
  font-size: 24px;
  color: #0a72ba;
  border-bottom: 3px solid #0a72ba;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  cursor: pointer;
  padding: 20px 15px;
  text-transform: uppercase;
  font-family: GoogleSans Medium;
}

.price-general .nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}

.device-multi {
  padding-top: 60px;
}

.multi-title {
  text-align: center;
  padding-bottom: 40px;
}

.multi-title .title-1 {
  font-size: 40px;
  color: #212121;
  line-height: 52px;
  text-transform: uppercase;
  font-family: GoogleSans Medium, Arial, sans-serif;
}

.multi-title .title-2 {
  font-size: 24px;
  line-height: 30px;
  color: #707070;
  text-transform: uppercase;
  font-family: GoogleSans Medium, Arial, sans-serif;
}

.multi-title .title-3 {
  font-size: 16px;
  line-height: 24px;
  color: #212121;
}

.detail-device {
  cursor: pointer;
}

.box-device {
  padding-top: 20px;
  padding-bottom: 40px;
}

.device-content {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  height: 150px;
}

.img-device img {
  margin: 0 auto;
  cursor: pointer;
  width: 200px;
  height: 200px;
}

.device-name {
  font-family: GoogleSans Medium, Arial, sans-serif;
  font-size: 16px;
  color: #272727;
  line-height: 24px;
}

.device-type {
  font-family: GoogleSans Medium, Arial, sans-serif;
  font-size: 16px;
  color: #272727;
  line-height: 24px;
}

.device-guarantee {
  font-size: 16px;
  color: #272727;
  line-height: 24px;
}

.device-price {
  font-size: 16px;
  color: #0a72ba;
  line-height: 24px;
}

.device-button input {
  font-family: GoogleSans Medium, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  background: linear-gradient(-90deg, #ffa85e 0, #ff7463 100%);
  background: -moz-linear-gradient(-90deg, #ffa85e 0, #ff7463 100%);
  background: -o-linear-gradient(-90deg, #ffa85e 0, #ff7463 100%);
  background: -webkit-linear-gradient(180deg, #ffa85e 0, #ff7463 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  width: 140px;
  height: 46px;
  border-radius: 23px;
  text-align: center;
  line-height: 46px;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  border: 0;
  outline: none;
}

.device-button input:hover {
  opacity: 0.85;
  color: #fff;
}

.device-button a {
  font-family: GoogleSans Medium, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  background: linear-gradient(-90deg, #ffa85e 0, #ff7463 100%);
  background: -moz-linear-gradient(-90deg, #ffa85e 0, #ff7463 100%);
  background: -o-linear-gradient(-90deg, #ffa85e 0, #ff7463 100%);
  background: -webkit-linear-gradient(180deg, #ffa85e 0, #ff7463 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  width: 140px;
  height: 46px;
  border-radius: 23px;
  text-align: center;
  line-height: 46px;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  border: 0;
  outline: none;
}

.device-button a:hover {
  opacity: 0.85;
  color: #fff;
}

.combo-product {
  padding-top: 40px;
  display: flex;
  align-items: center;
}

.img-combo-device img {
  max-width: 80%;
  margin: 0 auto;
}

.device-combo-name {
  font-family: GoogleSans Medium, Arial, sans-serif;
  font-size: 24px;
  color: #272727;
  line-height: 30px;
  text-align: center;
  padding-top: 30px;
}

.device-combo-price {
  font-family: GoogleSans Medium, Arial, sans-serif;
  font-size: 36px;
  color: #0a72ba;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.device-combo-price .unit {
  font-size: 16px;
}

.device-combo-button input {
  font-family: GoogleSans Medium, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  background: linear-gradient(-90deg, #ffa85e 0, #ff7463 100%);
  background: -moz-linear-gradient(-90deg, #ffa85e 0, #ff7463 100%);
  background: -o-linear-gradient(-90deg, #ffa85e 0, #ff7463 100%);
  background: -webkit-linear-gradient(180deg, #ffa85e 0, #ff7463 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  width: 140px;
  height: 46px;
  border-radius: 23px;
  text-align: center;
  line-height: 46px;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  border: 0;
  outline: none;
}

.device-combo-button input:hover {
  opacity: 0.85;
  color: #fff;
}

.device-combo-button a {
  font-family: GoogleSans Medium, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  background: linear-gradient(-90deg, #ffa85e 0, #ff7463 100%);
  background: -moz-linear-gradient(-90deg, #ffa85e 0, #ff7463 100%);
  background: -o-linear-gradient(-90deg, #ffa85e 0, #ff7463 100%);
  background: -webkit-linear-gradient(180deg, #ffa85e 0, #ff7463 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  width: 140px;
  height: 46px;
  border-radius: 23px;
  text-align: center;
  line-height: 46px;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  border: 0;
  outline: none;
}

.device-combo-button a:hover {
  opacity: 0.85;
  color: #fff;
}

.combo-detail {
  background-color: #f3f3f3;
  border-radius: 15px;
  height: auto;
}

.arrow-left {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  border-color: transparent #f3f3f3 transparent transparent;
  border-style: solid;
  border-width: 20px;
}

.combo-detail-title {
  font-family: GoogleSans Medium, Arial, sans-serif;
  font-size: 24px;
  color: #272727;
  line-height: 30px;
  text-align: left;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-top: 30px;
}

.combo-detail-device {
  padding-top: 10px;
  padding-bottom: 10px;
}

.combo-detail-device:last-child {
  padding-bottom: 35px;
}

.combo-detail-content {
  font-size: 16px;
  color: #272727;
  line-height: 24px;
}

.device-single {
  padding-top: 60px;
}

.device-single-title {
  font-size: 40px;
  color: #212121;
  line-height: 52px;
  text-transform: uppercase;
  font-family: GoogleSans Medium, Arial, sans-serif;
  text-align: center;
  padding-bottom: 60px;
}

.device-single-type-view-d {
  text-align: center;
  padding-bottom: 20px;
}

.device-single-type-view-d ul {
  border: 0;
}

.device-single-type-view-d ul li {
  list-style: none;
  margin: 0 15px 15px 0;
}

.device-single-type-view-d ul li:last-child {
  margin-right: 0;
}

.device-single-type-view-d ul li a {
  font-size: 16px;
  color: #707070;
  text-transform: uppercase;
  padding: 0 15px;
  border: 0;
  margin: 0;
  line-height: 42px;
}

.device-single-type-view-d ul li.active a {
  color: #ffffff;
  background: linear-gradient(90deg, #0a72ba 0, #29b1d9 100%);
  background: -moz-linear-gradient(-90deg, #0ebfff 0, #0a72ba 100%);
  background: -o-linear-gradient(-90deg, #0ebfff 0, #0a72ba 100%);
  background: -webkit-linear-gradient(0, #0a72ba 0, #29b1d9 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 42px;
  border-radius: 20px;
  line-height: 42px;
  text-align: center;
  display: block;
  padding: 0 15px;
  /* font-family: GoogleSans Medium, Arial, sans-serif; */
  border: 0;
  margin: 0;
}

.device-single-type-view-d ul li.active a:hover,
.device-single-type-view-d ul li.active a:focus,
.device-single-type-view-d ul li.active a:active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 42px;
  border-radius: 20px;
  line-height: 42px;
  text-align: center;
  display: block;
  padding: 0 15px;
  width: 100%;
  opacity: 0.85;
  color: #fff;
  border: 0;
  cursor: pointer;
  outline: none;
}

.device-single-type-view-d ul li a:hover {
  background-color: #f2f2f2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 42px;
  border-radius: 20px;
  line-height: 42px;
  text-align: center;
  display: block;
  padding: 0 15px;
  width: 100%;
}

.advisory-contact {
  padding-top: 20px;
}

.advisory-contact img {
  margin: 0 auto;
  cursor: pointer;
}

.advisory-contact img:hover {
  opacity: 0.85;
}
.contact-professional:hover {
  color: red;
}
/*#endregion */

/*#region responsive */

@media (max-width: 991px) {
  .train-service-content .col-description-train {
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .price .pack-product .product-item {
    height: auto;
  }

  .price .pack-product .product-item .description-product-item {
    height: auto;
  }

  .price .pack-product .product-item:nth-child(3) {
    height: auto;
  }

  .price .pack-product .product-item:nth-child(3) .description-product-item {
    height: auto;
  }

  .price .pack-product .product-item .description-product-item .btn-buy-product {
    margin: auto;
    margin-top: 20px;
  }

  .train-service .train-service-content .row {
    display: block;
    padding: 30px;
  }

  .train-service .train-service-content .row .col-form-train {
    text-align: center;
  }

  .train-service-content .col-description-train {
    padding: 10px 0px;
    margin: 20px 0;
    border-left: 0px;
    border-top: solid 1px #ccc;
  }

  .train-service-content .col-button .btn-buy-product {
    margin: auto;
    position: static;
    float: none;
    display: block;
  }

  .introduce-instruction-item .lite-free-desc {
    padding: 0;
  }

  .introduce-instruction-item .line {
    display: none;
  }

  .pack-mobile-free .pack-mobile-free-content .images-download-lite {
    width: auto;
    position: static;
  }

  .pack-mobile-free .pack-mobile-free-content {
    min-height: 0;
    padding-top: 40px;
  }

  .pack-mobile-free .pack-mobile-free-content .lite-free-box .lite-free-box-free span {
    font-size: 15px;
  }

  .pack-mobile-free .pack-mobile-free-content .box-download-lite .text-download-lite {
    width: 100%;
    padding-left: 0;
    float: none;
  }

  .pack-mobile-free .pack-mobile-free-content .box-download-lite {
    padding: 0;
  }

  .pack-mobile-free .pack-mobile-free-content .box-download-lite .text-download-lite .lite-desc {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .pack-mobile-free .pack-mobile-free-content .box-download-lite .text-download-lite .btns-lite .btn-lite-item {
    margin-right: 0;
    text-align: center;
    margin-top: 30px;
  }

  .pack-mobile-free .pack-mobile-free-content .box-download-lite .text-download-lite .btns-lite .btn-lite-item img {
    max-width: 100%;
    width: auto;
  }

  .pack-mobile-free .pack-mobile-free-content .box-download-lite .text-download-lite .btns-lite .btn-lite-item > a {
    display: inline-block;
  }

  .instruction-register-order .instruction-register-order-content .instruction-register,
  .instruction-register-order .instruction-register-order-content .instruction-order {
    display: block;
  }

  .instruction-register-order .instruction-register-order-content .instruction-col {
    width: 80%;
    min-width: 324px;
    min-height: 182px;
    margin: auto;
    float: none;
  }

  .instruction-register-order .instruction-register-order-content .instruction-col.col-document .text {
    position: static;
    transform: translate(0, 0);
    top: 0;
    left: 0;
    padding: 50px 0;
  }

  .instruction-register-order .instruction-register-order-content .instruction-register,
  .instruction-register-order .instruction-register-order-content .instruction-order {
    margin-top: 32px;
    box-shadow: 1px 3px 9px 0 #d2d0d0;
    -webkit-box-shadow: 1px 3px 9px 0 #d2d0d0;
    -moz-box-shadow: 1px 3px 9px 0 #d2d0d0;
  }

  .price .pack-product .product-item .price-pack {
    padding: 30px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .pack-mobile-free .pack-mobile-free-content .lite-free-box .lite-free-box-lite {
    padding: 4px 13px;
    width: auto;
  }

  .pack-mobile-free .pack-mobile-free-content .lite-free-box .lite-free-box-free {
    width: auto;
  }

  .instruction-register-order .instruction-register-order-content .instruction-col {
    width: 100%;
    min-width: 0;
    min-height: 0;
  }

  .instruction-col .text a .price-title-header,
  .instruction-col.col-document .text a .price-title-header {
    font-size: 24px;
    line-height: 24px;
  }
}

@media (max-width: 320px) {
  .pack-mobile-free .pack-mobile-free-content .lite-free-box .lite-free-box-lite {
    font-size: 16px;
  }

  .pack-mobile-free .pack-mobile-free-content .lite-free-box .lite-free-box-free {
    font-size: 24px;
    padding: 4px 16px;
    line-height: 42px;
  }

  .pack-mobile-free .pack-mobile-free-content .lite-free-box .lite-free-box-free span {
    font-size: 15px;
  }
}
/*#endregion */

/* #region video */
.video-container {
  padding-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}

.video-box {
  position: relative;
  display: block;
}

.video-thumb {
  width: 100%;
  object-fit: cover;
  object-position: top left;
}

.video-container .video-thumb img {
  width: 100%;
  object-fit: cover;
  object-position: top left;
}

img.ic-play-video {
  position: absolute;
  top: calc(50% - -10px);
  left: calc(50% - 32px);
}

.video-name {
  position: absolute;
  font-size: 24px;
  color: #fff;
  left: 0;
  text-align: center;
  width: 100%;
  top: 33%;
  font-family: "GOOGLESANS BOLD", Arial, sans-serif;
  text-transform: uppercase;
}

.video-cat {
  position: absolute;
  font-size: 16px;
  color: #fff;
  left: 0;
  text-align: center;
  width: 100%;
  top: 23%;
}

a.video-doc {
  display: flex;
  align-items: center;
  text-align: left;
  color: #1877f1;
  justify-content: center;
  padding-top: 28px;
}

a.video-doc > div > div:nth-child(1) {
  font-size: 15px;
}

a.video-doc .text-bold {
  font-size: 20px;
}

a.video-doc > div:nth-child(1) {
  padding-right: 16px;
}

@media screen and (max-width: 767px) {
  .video-container {
    grid-template-columns: 1fr;
  }
}
/* #endregion */

/*#region MTLUC - 12/09/2018 thêm mua mã nạp tiền điện tử */
.product-view-item-description .text-title .title-italic {
  font-size: 16px;
  line-height: 24px;
  color: #272727;
}

.product-view-button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-size: 13px;
}

.p-v-button-col {
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  display: -webkit-flex;
}

.product-view-button-wrapper {
  padding-left: 10px;
}

.cards .card-item {
  width: 33.3333%;
  float: left;
  list-style-type: none;
  font-size: 16px;
}

.cards .card-item .lblCheckBox {
  font-weight: normal;
  cursor: pointer;
  user-select: none;
  margin-bottom: 0;
}

.cards .card-item .icon-check-box {
  width: 16px;
  height: 16px;
  background: url(/images/icon/ic_uncheckbox_new.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.cards .card-item .input-checkbox {
  display: none;
}

.cards .card-item .checked .icon-check-box {
  background: url("/images/icon/ic_checkbox_new.png") no-repeat;
}

.cards .card-item .card-name {
  vertical-align: middle;
  margin-left: 5px;
  font-family: GoogleSans Medium, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #272727;
}

.product-view-button-item {
  width: 100%;
  text-align: center;
  line-height: 48px;
  color: #fff;
  float: right;
}

.product-view-button-add-cart,
.product-card-buy-cart {
  background-image: linear-gradient(90deg, #0a72ba 0, #29b1d9 100%);
  background: -moz-linear-gradient(90deg, #0a72ba 0, #29b1d9 100%);
  background: -o-linear-gradient(90deg, #0a72ba 0, #29b1d9 100%);
  background: -webkit-linear-gradient(0, #0a72ba 0, #29b1d9 100%);
  border-radius: 24px;
  width: 140px;
  height: 48px;
  overflow: hidden;
  cursor: pointer;
}

.product-view-button-item.product-card-buy-cart input[type="button"] {
  -webkit-appearance: none;
  background: none;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-family: GoogleSans Medium, Arial, sans-serif;
  font-size: 14px;
  line-height: 48px;
}

.text-bold {
  font-family: GoogleSans Bold, Arial, sans-serif;
}

.text-medium {
  font-family: GoogleSans Medium, Arial, sans-serif;
}

.text-italic {
  font-style: italic;
}

.text-blue {
  color: #1877f1;
}

.education-service .panel-group form:last-child .panel {
  margin-bottom: 0;
}

.education-service .panel-group .panel {
  border: none;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  box-shadow: 0 12px 36px rgb(88 112 142 / 10%);
  margin-bottom: 20px;
}

.education-service .panel-group .panel-heading {
  background-color: #fff;
  border: none !important;
  border-radius: 0;
  overflow: hidden;
  padding: 0;
  /* box-shadow: 0 12px 36px rgb(88 112 142 / 10%); */
}

.education-service .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: none;
  padding: 0;
  display: flex;
  align-items: center;
}

.education-service .panel-group a {
  text-decoration: none;
}
.btn-download-doc {
  padding-top: 16px;
}
.education-service .panel-group .content-question {
  padding: 25px;
}

.education-service .panel-group .product-description {
  padding: 25px;
  font-size: 16px;
  line-height: 24px;
  border-top: 1px solid #d8e1e9;
  width: 100%;
}

.education-service .panel-group .product-description ul {
  list-style: none;
}
.education-service .product-description ul li {
  margin: 0;
  padding-left: 26px;
  position: relative;
}

.education-service .product-description ul li:before {
  position: absolute;
  content: url(../img/price/ic-tick-1.svg);
  top: 0;
  left: 5px;
}

.education-service .panel-group .row-product-description {
  padding-bottom: 25px;
}

.education-service .panel-group .row-product-description:last-child {
  padding-bottom: 0;
}

.education-service .panel-group .product-name-price {
  font-family: GoogleSans Medium, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #212121;
}

.education-service .panel-group .product-unit {
  font-size: 18px;
  line-height: 24px;
  color: #1877f1;
}

.education-service .panel-group .btn-buy-product {
  background-image: linear-gradient(90deg, #0a72ba 0, #29b1d9 100%);
  background: -moz-linear-gradient(90deg, #0a72ba 0, #29b1d9 100%);
  background: -o-linear-gradient(90deg, #0a72ba 0, #29b1d9 100%);
  background: -webkit-linear-gradient(0, #0a72ba 0, #29b1d9 100%);
  border-radius: 24px;
  width: 140px;
  height: 48px;
  overflow: hidden;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: GoogleSans Medium, Arial, sans-serif;
  font-size: 14px;
  line-height: 48px;
  margin-left: 10px;
}

.first-content-item {
  margin-right: 5px;
}

.second-content-item {
  margin-left: 5px;
}

.guild-content .video-content-item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.guild-content .video-content-item:hover .image-item {
  opacity: 1;
}

.video-content-item .text-item {
  position: absolute;
}

.video-content-item .title-item {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

.video-content-item .subtitle-item {
  font-family: GoogleSans Medium, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.video-content-item .image-item {
  padding-top: 20px;
  margin-left: calc(50% - 35px);
  opacity: 0.9;
}

.text-content-item {
  padding-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-content-item a {
  text-decoration: none;
}

.text-content-item .text-item {
  padding-left: 20px;
}

.text-content-item .title-item {
  font-size: 16px;
  line-height: 24px;
  color: #0a72ba;
}

.text-content-item .subtitle-item {
  font-family: GoogleSans Medium, sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #0a72ba;
  text-transform: uppercase;
}

/*
      So sánh gói
  */

.d-block {
  display: block !important;
}

.compare-package table {
  border-collapse: collapse;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  background: #fff;
  z-index: 98;
  position: relative;
}

.compare-package table.package-title {
  background: none;
  border: none;
  box-shadow: none;
  margin-bottom: -1px;
  z-index: 9;
  position: relative;
}

.compare-package table.package-title .first-td-title {
  width: 37%;
}

.compare-package table.package-title .second-td-title {
  width: 70%;
}

.compare-package table td {
  border: 1px solid #e7eff6;
  text-align: center;
  padding: 15px 10px;
  font-size: 14px;
  position: relative;
  width: 17.5%;
  color: #1877f1;
}

.compare-package table.package-title tr td {
  padding: 0;
  border: none;
}

.compare-package table.package-title tr td .package {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.compare-package table td.title {
  text-align: left;
  padding: 15px 65px 15px 25px;
  font-size: 14px;
  color: #272727;
  position: relative;
  width: 30%;
}

.compare-package table td.title.first-title {
  font-family: GoogleSans Medium, Arial, sans-serif;
  color: #272727;
}

.compare-package table.package-title tr td .package td {
  font-family: GoogleSans Medium, Arial, sans-serif;
  font-size: 18px;
  color: #272727;
  height: 70px;
  border: 1px solid #ebebeb;
}

.compare-package table td.group {
  font-family: GoogleSans Medium, Arial, sans-serif;
  background-color: #f7f9fb;
  border: 1px solid #e7eff6;
  font-size: 14px;
  color: #272727;
  cursor: pointer;
  text-transform: uppercase;
}

.compare-package table td .icon-tooltip-info {
  /* position: absolute; */
  /* font-size: 16px; */
  /* color: #808080; */
  /* right: 10px; */
  /* width: 30px; */
  /* height: 30px; */
  /* line-height: 30px; */
  /* text-align: center; */
  /* float: right; */
  /* top: 50%; */
  /* margin-top: -15px; */
  cursor: pointer;
}

.compare-package table td .icon-tooltip-info .icon-price-info {
  background: url(./icon-price-info.png) no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.home-price .compare-package table td .icon-tooltip-info .tooltip-box {
  position: absolute;
  top: 36px;
  left: -22px;
  display: none;
  z-index: 9;
}

.compare-package table td .icon-tooltip-info .tooltip-box .tooltip-text {
  position: relative;
  background: #fff;
  border: 1px solid #d1d1d1;
  display: block;
  width: 560px;
  padding: 10px 5px;
  text-align: left;
  display: inline-block;
}

.compare-package table td .show-item {
  float: right;
  width: 51px;
  height: 51px;
  line-height: 51px;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
  cursor: pointer;
}

[class^="ti-"],
[class*=" ti-"] {
  font-family: "themify";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.compare-package table tr.hidden-item {
  display: none;
}

.compare-package table td .icon-tooltip-info .tooltip-box .tooltip-text:before,
.compare-package table td .icon-tooltip-info .tooltip-box .tooltip-text:after {
  bottom: 100%;
  left: 35px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.compare-package table td .icon-tooltip-info .tooltip-box .tooltip-text:before {
  border-color: rgba(209, 209, 209, 0);
  border-bottom-color: #d1d1d1;
  border-width: 11px;
  left: calc(50% - 11px);
  left: -webkit-calc(50% - 11px);
  left: -moz-calc (50% - 11px);
}

.compare-package table td .icon-tooltip-info .tooltip-box .tooltip-text:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  left: calc(50% - 10px);
  left: -webkit-calc(50% - 10px);
  left: -moz-calc (50% - 10px);
}

/*a:not([href]):not([tabindex]) {
      color: inherit;
      text-decoration: none;
  }
  
      a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
          color: inherit;
          text-decoration: none;
      }*/

.compare-package table td .icon-tooltip-info:hover .tooltip-box {
  display: block;
}

.compare-package table td .icon-tooltip-info .tooltip-box {
  position: absolute;
  top: 65px;
  left: -185px;
  display: none;
  z-index: 9;
}

.deployment-model-item {
  display: flex;
  align-items: start;
  text-align: justify;
}

.deployment-model-item .image-item {
  padding-top: 8px;
}

.deployment-model-item .text-item {
  padding-left: 10px;
  padding-bottom: 10px;
}

.deployment-model-item:last-child .text-item {
  padding-bottom: 0;
}

.col-professional .deployment-model-item:last-child span {
  padding-left: 15px;
}

.col-starter .btn-buy-product {
  background: linear-gradient(90deg, #00aaff 0, #09c8ff 100%);
  background: -moz-linear-gradient(90deg, #00aaff 0, #09c8ff 100%);
  background: -o-linear-gradient(90deg, #00aaff 0, #09c8ff 100%);
  background: -webkit-linear-gradient(0, #00aaff 0, #09c8ff 100%);
  border-radius: 24px;
  width: 140px;
  height: 48px;
  overflow: hidden;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  font-family: GoogleSans Medium, Arial, sans-serif;
}

.col-standard .btn-buy-product {
  background: linear-gradient(90deg, #526dfe 0, #5ba1fd 100%);
  background: -moz-linear-gradient(90deg, #526dfe 0, #5ba1fd 100%);
  background: -o-linear-gradient(90deg, #526dfe 0, #5ba1fd 100%);
  background: -webkit-linear-gradient(0, #526dfe 0, #5ba1fd 100%);
  border-radius: 24px;
  width: 140px;
  height: 48px;
  overflow: hidden;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  font-family: GoogleSans Medium, Arial, sans-serif;
}

.col-professional .btn-buy-product {
  background: linear-gradient(90deg, #ff7463 0, #ff9d5f 100%);
  background: -moz-linear-gradient(90deg, #ff7463 0, #ff9d5f 100%);
  background: -o-linear-gradient(90deg, #ff7463 0, #ff9d5f 100%);
  background: -webkit-linear-gradient(0, #ff7463 0, #ff9d5f 100%);
  border-radius: 24px;
  width: 140px;
  height: 48px;
  overflow: hidden;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  font-family: GoogleSans Medium, Arial, sans-serif;
}

.col-enterprise .btn-buy-product {
  background: linear-gradient(90deg, #ff6455 0, #fe9076 100%);
  background: -moz-linear-gradient(90deg, #ff6455 0, #fe9076 100%);
  background: -o-linear-gradient(90deg, #ff6455 0, #fe9076 100%);
  background: -webkit-linear-gradient(0, #ff6455 0, #fe9076 100%);
  border-radius: 24px;
  width: 140px;
  height: 48px;
  overflow: hidden;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  font-family: GoogleSans Medium, Arial, sans-serif;
}

.deployment-model .col-starter,
.deployment-model .col-standard,
.deployment-model .col-professional,
.deployment-model .col-enterprise {
  vertical-align: top;
}

.compare-package .compare-package-title {
  padding: 30px 0;
  text-align: center;
  font-size: 32px;
  line-height: 42px;
  color: #2e2e2e;
}

.tooltip-text .title-item {
  font-family: GoogleSans Medium, Arial, sans-serif;
  line-height: 24px;
  padding-bottom: 5px;
}

.tooltip-text .subtitle-item {
  line-height: 24px;
  padding-bottom: 5px;
}

.tooltip-text .subtitle-item:last-child {
  padding-bottom: 0;
}

.arrow-down {
  background: url(../img/price/ic-dropdown.svg) no-repeat;
  width: 14px;
  height: 8px;
  display: block;
  float: right;
  margin-right: 20px;
}

.arrow-up {
  background: url(../img/price/ic-arrowup.svg) no-repeat;
  width: 14px;
  height: 8px;
  display: block;
  float: right;
  margin-right: 20px;
}

.show-train-service-item {
  float: right;
  width: 51px;
  height: 75px;
  line-height: 75px;
  background: none;
  border: none;
  padding: 0;
  right: 0;
  top: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
}

@media (min-width: 980px) {
  .d-lg-none {
    display: none !important;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }
}

@media only screen and (min-width: 980px) {
  .price-wapper {
    background-color: white;
  }
}

@media (min-width: 768px) {
  /*.device-single-type-view-m {
          display: none;
      }*/

  .dropdown-name {
    display: none;
  }
  .trial-user {
    display: none;
  }
}

@media (min-width: 480px) {
  .d-md-table-row {
    display: table-row !important;
  }
}

@media (max-width: 1440px) {
  .compare-package table td .icon-tooltip-info .tooltip-box {
    left: -160px;
  }

  .compare-package table td .icon-tooltip-info .tooltip-box .tooltip-text {
    width: 500px;
  }
}

@media (max-width: 1366px) {
  .compare-package table td .icon-tooltip-info .tooltip-box {
    left: -130px;
  }

  .compare-package table td .icon-tooltip-info .tooltip-box .tooltip-text {
    width: 440px;
  }
}

@media (max-width: 1280px) {
  .compare-package table td .icon-tooltip-info .tooltip-box {
    left: -100px;
  }

  .compare-package table td .icon-tooltip-info .tooltip-box .tooltip-text {
    width: 380px;
  }
}

@media (max-width: 1199px) {
  .compare-package table td .icon-tooltip-info .tooltip-box {
    left: -30px;
  }

  .compare-package table td .icon-tooltip-info .tooltip-box .tooltip-text {
    width: 220px;
  }

  .tooltip-text .col-md-6 {
    width: 100%;
  }

  .tooltip-text .col-md-6:last-child {
    padding-top: 10px;
  }

  .product-view-button-wrapper {
    padding-left: 0;
  }

  .panel-group .btn-buy-product {
    margin-left: 0;
  }

  .first-content-item {
    margin-right: 0;
  }

  .second-content-item {
    margin-left: 0;
  }
}

@media (max-width: 979px) {
  .order-online .order-online__img {
    display: none;
  }

  .order-online .content__text__title,
  .order-online .content__text__sub-title {
    text-align: center;
  }

  .order-online .content__button {
    text-align: center;
  }

  .price .pack-product .description-product-item .description-item {
    min-height: auto;
  }

  .price .pack-product .second-package .description-product-item {
    height: auto;
  }

  .p-v-productname {
    border-right: 0;
  }

  .panel-group .btn-buy-product {
    margin-right: 25px;
  }

  .compare-package .package-mobile {
    text-align: center;
  }

  .compare-package .package-mobile ul {
    margin: 0 0;
    padding: 0 0;
    display: inline-block;
    display: flex;
    justify-content: center;
  }

  .compare-package .package-mobile ul li {
    list-style: none;
    float: left;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
    font-size: 15px;
  }

  .compare-package .package-mobile ul li:first-child {
    border-radius: 3px 0 0 3px;
    border: 1px solid #e5e5e5;
  }

  .compare-package .package-mobile ul li:last-child {
    border-radius: 0 3px 3px 0;
    border: 1px solid #e5e5e5;
    margin: 0;
  }

  .compare-package .package-mobile ul li.active {
    border: 1px solid #4698fe;
    background: #4698fe;
    color: #fff;
  }

  .compare-package table.package-title {
    /* margin-top: 30px; */
    margin: 0;
  }

  .compare-package table.package-title tr td:first-child {
    width: 60%;
  }

  .compare-package table td.col-standard,
  .compare-package table td.col-professional,
  .compare-package table td.col-enterprise {
    display: none;
  }

  .d-md-none {
    display: none !important;
  }

  .compare-package table td {
    padding: 15px 20px;
  }

  .compare-package table td .icon-tooltip-info .tooltip-box {
    left: -10px;
    top: 50px;
  }

  .compare-package table td .icon-tooltip-info .tooltip-box .tooltip-text {
    width: 310px;
  }

  .compare-package table.package-title .second-td-title {
    width: 40%;
  }

  .compare-package table td {
    width: 40%;
  }

  .compare-package table td.title {
    width: 86%;
  }

  .price-wapper {
    padding-top: 40px;
  }

  .device-multi {
    padding-top: 40px;
  }

  .price-general {
    padding-top: 20px;
  }

  .device-single {
    padding-top: 40px;
  }

  .device-single-title {
    padding-bottom: 40px;
  }

  .device-single-type-view-d {
    padding-bottom: 20px;
  }

  .img-combo-device {
    padding-top: 0;
  }

  .arrow-left {
    display: none;
  }

  .combo-detail {
    margin-top: 40px;
  }

  .combo-detail-title {
    text-align: center;
  }

  .img-combo-detail img {
    margin: 0 auto;
    width: 200px;
    height: 200px;
  }

  .combo-detail-content {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .combo-detail-device:last-child .combo-detail-content {
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .train-service-content .col-button .btn-buy-product {
    border-radius: 3px;
  }

  .product-view-item {
    margin-bottom: 15px;
  }

  .product-view-item-content {
    display: block;
  }

  .product-view-item-info {
    margin: 0 auto;
  }

  .product-view-item-name {
    text-align: center;
  }

  .product-view-item-description {
    border-left: none;
    border-top: solid 1px #e7e7e7;
  }

  .product-view-button-wrapper {
    width: auto;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 30px;
  }

  .professional-pack-custom .description-product-item {
    height: auto !important;
  }

  .price .header-price-wapper {
    font-size: 32px;
    line-height: 40px;
  }

  .multi-title .title-1 {
    font-size: 32px;
    line-height: 40px;
  }

  .device-single-title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  /*.device-single-type-view-d {
          display: none;
      }*/

  .dropdown-name {
    font-size: 16px;
    color: #272727;
    font-family: GoogleSans Medium;
    background: url(/images/devices/ic_more.svg) no-repeat;
    background-position: center right;
    text-transform: uppercase;
  }

  .dropdown-content {
    margin-top: 10px;
    border-top: 1px solid #e1e1e1;
  }

  .device-single-type-view-m ul li a {
    font-size: 16px;
    color: #272727;
    text-transform: uppercase;
  }

  .device-single-type-view-d ul {
    display: block;
    border-top: 1px solid #e1e1e1;
  }

  .hidden-item {
    display: none !important;
    visibility: hidden !important;
  }

  .device-single-type-view-d ul li.active a:hover,
  .device-single-type-view-d ul li.active a:focus,
  .device-single-type-view-d ul li.active a:active {
    box-shadow: none;
    height: 24px;
    border-radius: 0;
    line-height: 24px;
    text-align: justify;
    display: block;
    padding: 0;
    width: 100%;
    opacity: 1;
    color: #272727;
    border: 0;
    cursor: pointer;
    outline: none;
  }
  .compare-package table td.title {
    padding: 15px 25px 15px 25px;
  }
  .trial-btn {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .order-online {
    border-radius: 24px;
  }

  .order-online .order-online__main {
    width: 250px;
  }

  .p-list-view-content-wrapper-cart {
    padding-left: 0;
    padding-right: 0;
  }

  .product-view-item-description .text-title {
    text-align: center;
  }

  .cards .card-item {
    text-align: left;
    width: 50%;
    padding-bottom: 10px;
  }

  .cards:last-child .card-item {
    padding-bottom: 0;
  }

  .product-view-button-wrapper {
    width: 100%;
    padding: 20px 15px 30px 30px;
  }

  .product-view-button-add-cart,
  .product-card-buy-cart {
    width: 100%;
  }

  .btn-buy-product {
    width: 100% !important;
  }

  .panel-group .panel-heading + .panel-collapse .panel-body {
    display: block;
  }

  .panel-group .btn-buy-product {
    margin-right: 0;
  }

  .product-button {
    padding: 0 30px 30px 30px !important;
  }

  .price .header-price-wapper {
    font-size: 32px;
    line-height: 48px;
  }

  .down-load-table-price .btn-down-load-table-price span {
    padding-left: 30px;
  }

  .price .group-price-start .price-start-title {
    font-size: 16px;
  }

  .price .group-price-start .price-start-month {
    font-size: 16px;
  }

  .price .group-price-start .price-start-money {
    font-size: 28px;
    line-height: 42px;
  }

  .compare-package table td {
    padding: 10px;
  }

  .compare-package table td .icon-tooltip-info .tooltip-box .tooltip-text:before {
    border-width: 11px;
    left: calc(100% - 31px);
    left: -webkit-calc(100% - 31px);
    left: -moz-calc (100% - 31px);
  }

  .compare-package table td .icon-tooltip-info .tooltip-box .tooltip-text:after {
    border-width: 10px;
    left: calc(100% - 30px);
    left: -webkit-calc(100% - 30px);
    left: -moz-calc (100% - 30px);
  }

  .compare-package table td .icon-tooltip-info .tooltip-box {
    left: -180px;
    top: 90px;
  }

  .compare-package table td .icon-tooltip-info .tooltip-box .tooltip-text {
    width: 300px;
  }

  .compare-package table.package-title tr td .package td {
    font-size: 14px;
  }

  .compare-package .package-mobile ul li {
    width: 50%;
  }

  .compare-package .package-mobile ul li.active {
    width: 50%;
  }

  .compare-package .package-mobile ul li:nth-child(1),
  .compare-package .package-mobile ul li:nth-child(1) .active {
    border-radius: 3px 0 0 3px;
    margin: 0;
  }

  .compare-package .package-mobile ul li:nth-child(2),
  .compare-package .package-mobile ul li:nth-child(2) .active {
    border-radius: 0 0px 0 0;
    margin: 0;
  }

  .compare-package .package-mobile ul li:nth-child(3),
  .compare-package .package-mobile ul li:nth-child(3) .active {
    border-radius: 0 3px 3px 0px;
  }

  .compare-package .package-mobile ul li:nth-child(4),
  .compare-package .package-mobile ul li:nth-child(4) .active {
    border-radius: 0 0 3px 0;
  }

  .second-content-item {
    padding-top: 45px;
  }

  .vertical-line {
    display: none;
  }
}

@media (max-width: 360px) {
  .price-general .nav-tabs > li > a {
    font-size: 20px;
  }

  .price-general .nav-tabs > li.active > a,
  .price-general .nav-tabs > li.active > a:hover,
  .price-general .nav-tabs > li.active > a:focus {
    font-size: 20px;
  }
}

@media (max-width: 320px) {
  .cards .card-item {
    width: 100%;
  }
}
/*#endregion */

/*#region Support Form */
#showSupportForm {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 99;
  display: none;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 30px;
}

#showContentSupportForm {
  max-width: 800px;
  background: #fff;
  position: fixed;
  width: 800px;
  height: 560px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 999;
}

#closeSupportForm {
  background: url(/images/devices/icon_close.svg) top right no-repeat;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9999;
  cursor: pointer;
}

.support-content-form {
  font-family: GoogleSans, Arial, sans-serif;
  color: #212121;
  overflow: hidden;
  position: relative;
}

.left-support-content {
  background: url(/images/devices/bg_support_form.jpg) no-repeat;
  width: 300px;
  height: 560px;
  float: left;
}

.right-support-content {
  width: 500px;
  height: 560px;
  float: left;
  padding: 30px 40px;
}

.icon-support-item {
  text-align: center;
}

.title-support-item {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding-top: 50px;
}

.input-support-item {
  padding-top: 40px;
}

.input-support-item.name-item {
  padding-top: 50px;
}

.input-support-item input {
  width: 100%;
  border: 0;
  height: 36px;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  border-bottom: solid 1.5px #b9b9b9;
  outline: none;
}

.input-support-item input.error {
  border-bottom: solid 1.5px red;
}

.select-support-item {
  padding-top: 40px;
}

.select-support-item select {
  width: 100%;
  border: 0;
  height: 36px;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  border-bottom: solid 1.5px #b9b9b9;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #757575;
  background: url(/images/devices/icon-down-arrow.svg) no-repeat;
  background-position: center right;
}

.buttom-support-item {
  padding-top: 60px;
  text-align: center;
}

#btn-support-ok {
  cursor: unset;
  display: inline-flex;
}

.btn-support-ok {
  background: #cecece;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 20px;
  width: 140px;
  height: 40px;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}

.btn-support-ok.active {
  background: linear-gradient(-180deg, #28afd8 0, #0a72ba 100%);
  background: -moz-linear-gradient(-180deg, #28afd8 0, #0a72ba 100%);
  background: -o-linear-gradient(-180deg, #28afd8 0, #0a72ba 100%);
  background: -webkit-linear-gradient(-180deg, #28afd8 0, #0a72ba 100%);
  cursor: pointer;
}

.supportForm .autocomplete {
  position: relative;
  display: inline-block;
  width: 100%;
}

.supportForm .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.supportForm .autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.supportForm .autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.supportForm .autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

/*#region FormDemoVideo*/

#showDetailDeviceForm {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 99;
  display: none;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 30px;
}

#showContentDetailDeviceForm {
  max-width: 800px;
  background: #fff;
  position: fixed;
  width: 800px;
  height: auto;
  padding: 30px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 999;
}

#closeDetailDeviceForm {
  background: url(/images/image/detail-device-popup/icon_close.svg) top right no-repeat;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9999;
  cursor: pointer;
}

#showDetailDeviceForm .detail-device-content-form {
  font-family: GoogleSans, Arial, sans-serif;
  display: flex;
  align-items: center;
}
#showDetailDeviceForm .detail-device-content-form .image-item img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
#showDetailDeviceForm .detail-device-content-form .title-item {
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
}

#showDetailDeviceForm .detail-device-content-form .name-item {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  padding-top: 15px;
}

#showDetailDeviceForm .detail-device-content-form .price-item {
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #0a72ba;
  padding-top: 5px;
}

#showDetailDeviceForm .detail-device-content-form .description-item {
  padding-top: 15px;
  padding-right: 5px;
  overflow: overlay;
  max-height: 250px;
}

#showDetailDeviceForm .detail-device-content-form .row-item {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
}

#showDetailDeviceForm .detail-device-content-form .row-item:last-child {
  padding-bottom: 0;
}

#showDetailDeviceForm .detail-device-content-form .warranty-time-item {
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
}

#showDetailDeviceForm .detail-device-content-form .button-item {
  padding-top: 20px;
}

#showDetailDeviceForm .detail-device-content-form .button-item input {
  font-family: GoogleSans Medium, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  background: linear-gradient(-90deg, #ffa85e 0, #ff7463 100%);
  background: -moz-linear-gradient(-90deg, #ffa85e 0, #ff7463 100%);
  background: -o-linear-gradient(-90deg, #ffa85e 0, #ff7463 100%);
  background: -webkit-linear-gradient(180deg, #ffa85e 0, #ff7463 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  width: 250px;
  max-width: 100%;
  height: 46px;
  border-radius: 23px;
  text-align: center;
  line-height: 46px;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  border: 0;
  outline: none;
}

#showDetailDeviceForm .detail-device-content-form .button-item input:hover {
  color: #fff;
  opacity: 0.85;
}

#showDetailDeviceForm .detail-device-content-form .button-item a {
  font-family: GoogleSans Medium, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  background: linear-gradient(-90deg, #ffa85e 0, #ff7463 100%);
  background: -moz-linear-gradient(-90deg, #ffa85e 0, #ff7463 100%);
  background: -o-linear-gradient(-90deg, #ffa85e 0, #ff7463 100%);
  background: -webkit-linear-gradient(180deg, #ffa85e 0, #ff7463 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  width: 250px;
  max-width: 100%;
  height: 46px;
  border-radius: 23px;
  text-align: center;
  line-height: 46px;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  border: 0;
  outline: none;
}

#showDetailDeviceForm .detail-device-content-form .button-item a:hover {
  color: #fff;
  opacity: 0.85;
}

/*#endregion*/

/*region thanh toán cho license riêng*/
.lbl-checkbox-payment {
  font-weight: normal;
  cursor: pointer;
  user-select: none;
  margin-bottom: 0;
}

.icon-checkbox-payment {
  width: 16px;
  height: 16px;
  background: url(/images/icon/ic_uncheckbox_new.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.input-checkbox-payment {
  display: none;
}

.box-des-checkbox {
  vertical-align: middle;
}
.checked-payment .icon-checkbox-payment {
  background: url("/images/icon/ic_checkbox_new.png") no-repeat;
}
/*end region thanh toán cho license riêng*/
@media (max-width: 980px) {
  #showContentSupportForm {
    max-width: 90%;
    max-width: calc(100% - 50px);
    max-width: -moz-calc(100% - 50px);
    max-width: -webkit-calc(100% - 50px);
    width: 90%;
    width: calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
  }

  #showContentDetailDeviceForm {
    max-width: 90%;
    max-width: calc(100% - 50px);
    max-width: -moz-calc(100% - 50px);
    max-width: -webkit-calc(100% - 50px);
    width: 90%;
    width: calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
  }

  .left-support-content {
    width: 37.5%;
    background-size: cover;
    background-position: center center;
  }

  .right-support-content {
    width: 62.5%;
    height: auto;
  }

  .title-support-item {
    padding-top: 45px;
  }

  .input-support-item.name-item {
    padding-top: 45px;
  }

  .input-support-item {
    padding-top: 35px;
  }

  .select-support-item {
    padding-top: 35px;
  }

  .buttom-support-item {
    padding-top: 55px;
  }

  #showDetailDeviceForm .detail-device-content-form .left-content {
    width: 40%;
  }

  #showDetailDeviceForm .detail-device-content-form .right-content {
    width: 60%;
  }

  .combo-product {
    display: block;
  }

  .box-device {
    padding: 0;
  }

  .device-content {
    height: auto;
  }

  .device-button {
    padding-bottom: 40px;
  }

  .tab-content {
    padding-top: 20px;
  }

  .lomas__description--action {
    text-align: center;
  }
}

@media (max-width: 480px) {
  #showContentSupportForm {
    height: auto;
  }

  #closeSupportForm {
    background: url(/images/devices/icon_close_mobile.svg) top right no-repeat;
    height: 20px;
    width: 20px;
  }

  .left-support-content {
    background: url(/images/devices/bg_support_form_mobile.jpg) no-repeat;
    width: 100%;
    height: 130px;
    float: none;
    background-size: cover;
    background-position: center center;
  }

  .right-support-content {
    width: 100%;
    float: none;
    padding: 20px 10px;
  }

  .icon-support-item {
    display: none;
  }

  .title-support-item {
    padding-top: 0;
  }

  .input-support-item.name-item {
    padding-top: 40px;
  }

  .input-support-item {
    padding-top: 30px;
  }

  .select-support-item {
    padding-top: 30px;
  }

  .buttom-support-item {
    padding-top: 30px;
  }

  #showDetailDeviceForm .detail-device-content-form {
    display: block;
  }

  #showDetailDeviceForm .detail-device-content-form .left-content {
    width: 100%;
    padding: 0;
  }

  #showDetailDeviceForm .detail-device-content-form .right-content {
    width: 100%;
    padding: 0;
  }

  #showDetailDeviceForm .detail-device-content-form .title-item {
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  #showDetailDeviceForm .detail-device-content-form .name-item {
    text-align: center;
    font-size: 17px;
    line-height: 24px;
    padding-top: 10px;
  }

  #showDetailDeviceForm .detail-device-content-form .price-item {
    text-align: center;
  }

  #showDetailDeviceForm .detail-device-content-form .description-item {
    padding-top: 10px;
    max-height: 140px;
  }

  #showContentDetailDeviceForm {
    padding: 20px;
  }

  #showDetailDeviceForm .detail-device-content-form .button-item {
    padding-top: 15px;
  }

  #showDetailDeviceForm .detail-device-content-form .image-item img {
    width: 150px;
    height: 150px;
  }

  .device-single-type-view-d ul li {
    float: none;
    list-style: none;
    line-height: 24px;
    padding-top: 10px;
    margin: 0;
  }

  .device-single-type-view-d ul li.active a {
    font-family: GoogleSans Medium, Arial, san-serif;
    background: none;
    font-size: 16px;
    color: #272727;
    text-transform: uppercase;
    box-shadow: none;
    line-height: 24px;
    height: unset;
    border-radius: 0;
    text-align: justify;
    padding: 0;
  }

  .device-single-type-view-d ul li a {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    color: #272727;
    text-transform: uppercase;
  }

  .device-single-type-view-d {
    border: 1px solid #e1e1e1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 10px 15px;
    border-radius: 5px;
    text-align: justify;
    margin-bottom: 20px;
  }
}

@media (max-width: 360px) {
  #showDetailDeviceForm .detail-device-content-form .row-item {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
  }

  #showDetailDeviceForm .detail-device-content-form .warranty-time-item {
    font-size: 14px;
    line-height: 20px;
  }

  #showDetailDeviceForm .detail-device-content-form .title-item {
    font-size: 18px;
    line-height: 24px;
    padding-top: 10px;
  }

  #showDetailDeviceForm .detail-device-content-form .name-item {
    font-size: 16px;
    padding-top: 5px;
  }

  #showDetailDeviceForm .detail-device-content-form .price-item {
    font-size: 20px;
    line-height: 28px;
    padding-top: 5px;
  }

  #showDetailDeviceForm .detail-device-content-form .image-item img {
    width: 120px;
    height: 120px;
  }

  #showDetailDeviceForm .detail-device-content-form .description-item {
    max-height: 105px;
  }
}

@media (max-width: 320px) {
  #showContentSupportForm {
    max-width: 95%;
    max-width: calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    max-width: -webkit-calc(100% - 30px);
    width: 95%;
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
  }

  .input-support-item.name-item {
    padding-top: 30px;
  }

  .input-support-item {
    padding-top: 20px;
  }

  .select-support-item {
    padding-top: 20px;
  }

  .buttom-support-item {
    padding-top: 20px;
  }
}
/*#endregion */

/* #region caculate */
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 1px solid #d8e1e9;
  display: inline-flex;
  border-radius: 8px;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 1rem;
  height: 2px;
  background-color: #f14d18;
  transform: translate(-50%, -50%);
}

.number-input button:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 1rem;
  height: 2px;
  transform: translate(-50%, -50%);
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
  background-color: #10c19e;
}
.number-input button.plus:before {
  background-color: #10c19e;
}

.number-input input[type="number"] {
  font-family: sans-serif;
  max-width: 40px;
  padding: 0.5rem;
  border: 0.5px solid #d8e1e9;

  font-size: 16px;
  height: 40px;
  -webkit-text-fill-color: black;
  -webkit-opacity: 1;
  text-align: center;
  font-family: "GOOGLESANS BOLD", Arial, sans-serif;
  border-bottom: 0px solid #d8e1e9;
  border-top: 0px solid #d8e1e9;
  margin: 0;
}

.main-table tbody th {
  text-align: center;
}

.main-table tr th {
  background: #f7f9fb;
  border: none;
  padding: 16px 0;
  border-top: none !important;
}
.main-table tr:nth-child(2) td,
.main-table tr:nth-child(3) td {
  border: none;
  padding: 16px 8px;
}

.main-table tr:nth-child(4) td {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.main-table table {
  box-shadow: 0px -1px 0px rgb(231 239 246);
}

.main-table select {
  border: 1px solid #d8e1e9;
  border-radius: 8px;
  padding: 7px 7px;
}

.number-input button:nth-child(1) {
  border-top-left-radius: 8px !important;
}
.text-right {
  text-align: right;
}
.text-right div {
  color: #1877f1;
  font-style: italic;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .text-right {
    text-align: center;
  }
  .main-table tr th {
    min-width: 150px;
  }
  .main-table {
    overflow-x: auto;
  }
}
/* #endregion */

/* #region question */
.question {
  background: url(/cukcuk/images/cukcuk-pos/bg-question.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  background-position: top center;
  background-attachment: fixed;
}

.question .panel-group .panel {
  background: transparent;
  color: #fff;
  border-radius: 0;
}
.question .panel-default > .panel-heading a:not(a.collapsed) {
  color: #009eff;
}
.question .panel-default > .panel-heading {
  background: transparent;
  color: #fff;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}
.question .panel-heading {
  padding: 10px 0;
}

.question .panel-default {
  border-bottom: 0px solid #e4e6e9;
  border-left: none;
  font-family: GoogleSans Medium, Arial, sans-serif;
  border-right: none;
}

.question .p-text > div:not(.question .p-text > div.indexer) {
  position: relative;
  padding-bottom: 5px;
  padding-left: 20px;
}

.question .p-text > div:not(.question .p-text > div.indexer):before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  top: 7px;
}
.question .indexer {
  padding-bottom: 5px;
}

.question .content-question {
  line-height: 1.5;
  margin: 0 40px 0 0px;
}

.question .content-question h4 {
  font-size: unset;
  line-height: unset;
  margin: 0;
}

.question .panel-group .panel + .panel {
  margin-top: 0px;
}

.question #accordion .panel-default:first-child {
  border-top: 1px solid #e4e6e9;
}

.question #accordion .panel-default:last-child {
  border-bottom: 1px solid #e4e6e9;
}

.question .panel-default > .panel-heading + .panel-collapse > .panel-body {
  font-style: normal;
  border-radius: 0px;
}

h4.panel-title {
  margin-bottom: 0;
}

.question .panel-title {
  position: relative;
}
.question .panel-body a {
  color: #fff;
}

.question .add {
  position: absolute;
  right: 10px;
  display: flex;
  align-items: center;
  height: 100%;
}

.question .panel-body {
  font-family: GoogleSans, Arial, sans-serif;
  padding: 0px 40px 15px 0px;
}

.question .p-text {
  padding-bottom: 10px;
}

.question .p-text:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .question .panel-group {
    padding: 0 5px;
  }
  .question .panel-body {
    text-align: justify;
    padding: 15px 5px 15px 0px;
  }
}
/* #endregion */
