/*#region Custom Page */
.ht-page {
  padding: 0;
}
/*#endregion*/

/*#region General */
.title-content-border {
  font-size: 32px;
  font-family: Roboto Bold, Arial, sans-serif;
  text-align: center;
  padding-bottom: 32px;
}

.line-border > div {
  width: 80px;
  height: 3px;
  background: #17e2ad;
  margin: 0 auto;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 15px;
}

.primary-shadow {
  box-shadow: 0 5px 35px rgba(39, 72, 219, 0.1);
}
@media (max-width: 767px) {
  .title-content-border {
    font-size: 24px;
  }
}

.common-padding {
  padding-bottom: 70px;
}
.common-padding:last-child {
  padding-bottom: 70px;
}

@media (max-width: 979px) {
  .common-padding {
    padding-bottom: 60px;
  }
  .common-padding:last-child {
    padding-bottom: 40px;
  }
}
/*#endregion*/

/* region custom scroll  */
.scroll {
  overflow: auto;
}

.scroll::-webkit-scrollbar {
  width: 8px;
}

.scroll::-webkit-scrollbar-track {
  background: #404040;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #888;
}
/* endgion  */

/* reigon buy active  */
.buy-ctn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  grid-gap: 40px;
  margin-top: -120px;
}

.buy-ctn a#Buy,
.buy-ctn a#Active {
  display: block;
  color: #212121;
  font-family: Roboto Medium, Arial, sans-serif;
  border-radius: 24px;
  background: #fff;
  /* box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2); */
}
.buy-ctn a#Buy:hover,
.buy-ctn a#Active:hover {
  background: #fff;
  opacity: 1;
  /* box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4); */
  transition: 0.3s;
  transform: translate(0, -20px);
}

.ba-img {
  padding: 40px 0 20px;
}

.ba-title {
  padding: 20px 0 40px;
  font-size: 20px;
}

@media screen and (max-width: 979px) {
  .buy-ctn {
    grid-template-columns: 1fr 1fr;
    margin-top: -30px;
  }
  .buy-ctn a {
    display: none;
  }
  .buy-ctn a#Active,
  .buy-ctn a#Buy {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .buy-ctn {
    grid-template-columns: 1fr;
    margin-top: 0px;
    grid-gap: 30px;
  }
  .buy-ctn a {
    display: none;
  }
  .buy-ctn a#Active,
  .buy-ctn a#Buy {
    display: block;
  }
  .ba-img {
    padding: 30px 0 15px;
  }
  .ba-title {
    padding: 15px 0 30px;
  }
}
/* endregion  */

/* region tutorial role  */
.tutorial-role .ht-container {
  max-width: 1596px;
}

.bg-tr {
  background: url(/amis-kho-hang/sites/help/images/pages/home/bg-role.png) no-repeat center;
  padding: 54px 132px 78px;
  border-radius: 24px;
  width: auto;
  height: auto;
  background-size: cover;
}
ul.video-tab {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 0 30px;
  flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
}

ul.video-tab li {
  margin: 0;
  display: flex;
}

ul.video-tab li:not(:last-child) {
  margin-right: 15px;
}

ul.video-tab li a {
  color: #212121;
  padding: 10px 20px;
  cursor: pointer;
  user-select: none;
  font-family: Roboto Medium, Arial, sans-serif;
}

ul.video-tab li.active a {
  color: #32b247;
  border-bottom: 3px solid;
}
.tr-list a {
  display: block;
  border-radius: 24px;
  color: #212121;
  background-color: #fff;
  box-shadow: 0 5px 35px rgba(39, 72, 219, 0.1);
}
.tr-list a:hover {
  /* box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2); */
  /* transition: 0.3s; */
  opacity: 1;
  transform: translate(0px, -12px);
  transition: 0.3s;
}

.tr-list {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  text-align: center;
}

.tr-img {
  padding: 40px 0 24px;
}

.tr-title {
  padding: 0 24px 40px;
  font-family: Roboto Medium, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 1099px) {
  .bg-tr {
    padding: 54px 60px 78px;
  }
}

@media screen and (max-width: 979px) {
  .tr-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .bg-tr {
    padding: 40px 16px;
    border-radius: 24px;
  }
  .tr-list {
    grid-template-columns: 1fr;
  }
  ul.video-tab li.active a {
    color: #fff;
    background: #32b247;
    border-radius: 8px;
    outline: none;
  }
  ul.video-tab li:not(:last-child) {
    margin-right: 0;
  }
}
/* endregion  */

/*#region Benefit */

.other-benefit {
  position: relative;
  background: url(/amis-kho-hang/sites/help/images/pages/home/bgb-footer.jpg) no-repeat;
  padding: 90px 0px 80px 0px;
}
.other-benefit .col-md-24 {
  position: relative;
}
#Bubble {
  position: absolute;
  left: 45px;
  z-index: 0;
  bottom: -83px;
  width: 180px;
}

#Galaxy {
  position: absolute;
  right: 0px;
  top: 0px;
}

.benefit-list {
  display: grid;
  grid-template-columns: 400px 400px;
  grid-gap: 40px;
}

.b-head {
  padding: 15px 25px 25px;
}
.b-head img {
  max-width: 80%;
}

.benefit-list img {
  margin: auto;
}

.benefit-list > div {
  border-radius: 24px;
  position: relative;
  background: #fff;
  z-index: 1;
}
.bl-img {
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
  z-index: 2;
  display: block;
}
.benefit-list > div:hover {
  background: #fff;
  opacity: 1;
  /* box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4); */
  transition: 0.3s;
  transform: translate(0, -20px);
}

.b-content {
  border-radius: 24px;
  background: #fff;
  padding: 30px 0;
  text-align: center;
}

.b-title {
  font-size: 24px;
  padding: 35px 0 20px;
  font-family: Roboto Bold, Arial, sans-serif;
}

.btn-viewmore {
  display: inline-block;
  width: 250px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #019160;
  background-color: #019160;
  font-family: Roboto Medium, Arial, sans-serif;
}

.video.common-padding {
  background: #d6f0da;
  padding-top: 20px;
}

.btn-viewmore:hover {
  color: #fff;
  transition: 0.3s ease;
  opacity: 0.85;
}
.btn-viewmore:focus {
  outline: none;
  color: #fff;
}
@media screen and (min-width: 980px) {
  .other-benefit .col-md-24 {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 979px) {
  .homepage {
    background: none;
    padding: 60px 0;
  }
  .other-benefit {
    padding: 60px 0;
  }

  .benefit-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 60px;
  }
}

@media (max-width: 767px) {
  .homepage {
    padding: 30px 0;  
  }
  
  .b-title {
    font-size: 18px;
  }
}
/*#endregion*/

/* region video  */
.video-main > div {
  position: relative;
}
.video-main > div > a {
  cursor: pointer;
  display: block;
}
.video-main .hover-video img {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}

.video-main-title {
  background: #3d4251;
  color: #fff;
  border-radius: 0px 0px 8px 8px;
  padding: 16px;
  font-family: Roboto Medium, Arial, sans-serif;
}

.small-video-ctn {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 10px;
  border: 4px;
  cursor: pointer;
}
.small-video-ctn > a {
  width: 35%;
  position: relative;
  display: block;
}
.small-video-ctn > div {
  width: 65%;
  padding-left: 16px;
  color: #fff;
  font-family: Roboto Medium, Arial, sans-serif;
}
.video-text > a {
  color: #fff;
}
.small-video-ctn .hover-video > img {
  width: 35px;
  top: calc(50% - 17.5px);
  left: calc(50% - 17.5px);
}

.video-list {
  overflow: auto;
  padding: 0;
  height: 467px;
}

.video-container {
  background: #131824;
  padding: 15px 0 !important;
  border-radius: 8px;
  
}

.small-video-ctn.active {
  color: #3d4251;
  border-radius: 4px;
  border-left: 4px solid #ff5722;
  background: #3d4251;
}

.small-video-ctn > a > img {
  border-radius: 4px;
}
.video-main > div > a > img {
  border-radius: 8px 8px 0px 0px;
}

.support-ctn {
  padding: 44px 0;
}

@media screen and (max-width: 979px) {
  .video-main {
    padding-bottom: 15px;
  }
  
}
@media screen and (max-width: 767px) {
  .video-main .tab-pane .hover-video img {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 25px);
    width: 50px;
  }
  .video-list {
    overflow: auto;
    padding: 0;
    height: 300px;
  }
}
/* endregion  */
