html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
body {
  font-family: "Arial Regular", sans-serif;
  color: #626262;
  background: #fff;
  font-size: 16px;
  line-height: 1.92;
  font-weight: normal;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

p {
  margin-bottom: 0;
}

.main-site {
  overflow: hidden;
}

.main-content {
  margin-bottom: 60px;
}
.main-content.payment-content {
  margin-bottom: 128px;
}
.main-content.login {
  margin-bottom: 0;
}
@media screen and (max-width: 767px){
.thuc_hien_mobile{
  margin-top: 30px!important
  }
}
.thuc_hien{margin-top:50px;}
@media screen and (max-width: 991px) {
  .main-content, .main-content.payment-content  {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px){
.breadcrumb .breadcumb-home>a:before {
    content: '';
    position: absolute;
    top: 3px!important;
    left: 0;    
    width: 23px;
    height: 21px;
    background: url(../images/icon_home.png) no-repeat;
    background-size: 100% auto;
}
}
@media screen and (max-width: 991px) {
  .payment-method-footer {
  margin-top: 20px;
  display: flex;
  margin-left: 0!important;
  }
  .info-detail-wrapper iframe{
    width: 100% !important;
    height: auto !important;
  }
}
.item-rating-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-rating-box .icon-star {
  width: 17px;
  height: 18px;
  background: url(../images/icon_star_gray.png);
}
.item-rating-box .icon-star.checked {
  background: url(../images/icon_star_on.png) !important;
}
.item-rating-box .count-review {
  color: #4284f4;
  font-size: 14px;
  margin: 4px 0 0 8px;
}

.color-success {
  color: #18953c;
}

.color-error {
  color: #e62017;
}

.color-secondary {
  color: #4284f4;
}

.color-warning {
  color: #ffa914;
}

.aspect-ratio-16-9 {
  display: block;
  position: relative;
}

.aspect-ratio-16-9:before {
  content: "";
  width: 100%;
  padding-top: 56.25%;
  display: block;
}

.aspect-ratio-16-9 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.item-guide.aspect-ratio-16-9 img {
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
}

.pagination {
  margin: 50px 0 0 0;
  width: 100%;
  text-align: center;
}

.pagination>li {
  display: inline-block;
}

.layout-row {
  overflow: hidden;
}

.pagination > li > a,
.pagination > li > span {
  margin: 0 4px;
  color: #707070;
  border: 2px solid #bababa;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  border: 2px solid red;
  color: #707070;
  background: transparent;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
}

.pagination-pagenumbers {
  font-family: Roboto,sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.pagination-pagenumbers .pagination-button {
  padding: 0 10px
}

.pagination-button, .pagination-wrap {
  cursor: pointer;
}
@media screen and (max-width: 991px) {
.home-banner-card .uk-card-header {
    margin-top: 0px;
    font-size: 14px;
}
}
@media screen and (max-width: 991px) {
  .pagination {
    margin: 8px 0 0 0;
  }
  .pagination>li>a, .pagination>li>span {
    padding: 6px 10px;
    margin: 0 2px;
  }
}
@media screen and (max-width: 1670px) {
  .container-fluid {
    width: auto;
  }
}
.bg-dark {
  background-color: #EBECEF;
}
.pt_80 {
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  .container {
    width: 100%;
    padding: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .pt_80 {
    padding-top: 15px;
  }
}
a {
  color: #626262;
  outline: 0;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
a:hover, a:focus {
  color: "Arial Regular", sans-serif;
  text-decoration: none;
}

.btn-default {
  padding: 0 28px;
  color: #fff;
  border: none;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  position: relative;
  border-radius: 5px;
  background-color: #18953c;
  -webkit-box-shadow: 0px 4px 2px 0px rgba(0, 58, 17, 0.75);
          box-shadow: 0px 4px 2px 0px rgb(0 0 0 / 45%);
  z-index: 22;
  font-size: 26px;
}
.btn-default:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.btn-default:hover, .btn-default:focus {
  background-color: #18953c;
  color: #fff;
}
.btn-default:hover:before, .btn-default:focus:before {
  width: 100%;
}

.btn-subscribe {
  background: #e62017;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
}
.btn-subscribe:hover {
  color: #fff;
}
.btn-subscribe img {
  margin: -3px 0 0 0;
}
.modal .home-banner-card{
  float: none;
}
@media screen and (max-width: 767px) {
  .btn-default {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-top: 0;
}

h2 {
  position: relative;
  font-size: 24px;
}
h2:after {
  content: "";
  background: url(../images/icon_title.png);
  height: 19px;
  width: 401px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  bottom: -30px;
}
h2:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  background: url(../images/icon_hoivien.png) no-repeat;
  width: 35px;
  height: 41px;
}

h3 {
  font-size: 30px;
  color: #6e6e6e;
  line-height:1.4;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 14px;
    margin-bottom: 0;
  }
  h2:after {
    height: 10px;
    width: 200px;
    background-size: 100% auto;
    bottom: -13px;
  }
  h2:before {
    width: 23px;
    height: 27px;
    background-size: 100% auto;
  }

  h3 {
    font-size: 20px;
  }
}
.main-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 0;
}
.header-wrapper-m .logo {
  display: block;
}
.header-wrapper-m .logo img {
  max-height: 33px;
}

.header-menu {
  margin-left: 40px;

}
.header-menu > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.header-menu > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.header-menu > ul > li:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.header-menu > ul > li.item-home:before {
  background: url(../images/icon_home.png) no-repeat;
  width: 23px;
  height: 21px;
}
.header-menu > ul > li.item-intro:before {
  background: url(../images/icon_gioithieu.png) no-repeat;
  width: 23px;
  height: 21px;
}
.header-menu > ul > li.item-study:before {
  background: url(../images/icon_khoahoc.png) no-repeat;
  width: 33px;
  height: 23px;
}
.header-menu > ul > li.item-payment:before {
  background: url(../images/icon_thanhtoan.png) no-repeat;
  width: 25px;
  height: 26px;
}
.header-menu > ul > li > a {
  font-size: 20px;
  color: #707070;
  line-height: 75px;
}
.header-menu > ul > li:hover .dropdown-menu {
  display: block;
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  color: #707070;
}
.header-menu .header-button {
  display: inline-block;
  padding-left: 45px;
  padding-top: 30px;
}

.header-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}
.header-register .header-register-lock {
  margin-right: 15px;
}

.header-menu .nav-sub {
  position: absolute;
  top: 0;
}
.header-menu .nav-sub > li {
  display: block;
}

.header-register-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 8px;
}
.header-register-m a {
  width: 30px;
  height: 30px;
  border: 1px solid #7b7b7b;
  display: block;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-register-m a + a {
  margin-left: 8px;
}
.header-register-m span {
  width: 17px;
  height: 17px;
}
.header-register-m .icon-phone {
  background: url(../images/icon_phone_m.png) no-repeat;
  background-size: 100% auto;
}
.header-register-m .icon-register {
  background: url(../images/icon_user_m.png) no-repeat;
  background-size: 100% auto;
}
.header-register-m .icon-user-book {
  background: url(../images/icon-user-book.png) no-repeat;
  background-size: 100% auto;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-button {
  position: absolute;
  left: 2px;
  border: 0;
  background-color: transparent;
}

.menu-button .icon-menu {
  display: block;
  font-size: 0;
  width: 35px;
  height: 24px;
  background: url(../images/icon_menu.png) no-repeat;
  background-size: 100% auto;
}

.navbar-nav {
  margin: 0;
  width: 100%;
}
.navbar-nav>li {
  border-top: 1px dashed #ddd;
}
.navbar-nav>li>a {
  display: block;
  font-size: 14px;
  padding: 10px 15px;
  margin-left: 15px;
  text-align: left;
  text-decoration: none;
  font-weight: 500;
  line-height: 22px;
  position: relative;
  margin-left: 0;
}
.mean-expand {
  margin-top: 9px;
  width: 26px;
  height: 27px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
}
.mean-expand:before {
  content: '+';
}
.open .mean-expand:before {
  content: '-';
}
@media (min-width: 768px) {
  .navbar-nav>li {
    display: block;
    width: 100%;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 1199px) {
  .header-menu {
    margin-left: 26px;
  }
  .header-menu ul > li {
    padding: 0 5px;
  }
  .header-menu ul > li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .header-wrapper {
    flex: 0;
  }
  .header-row {
    padding: 8px 0;
    justify-content: space-around;
  }
}

.title-box {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .title-box {
    margin-bottom: 40px;
  }
}
.intro-text-wrapper {
  background-image: url("../images/background-intro.png");
  background-repeat: no-repeat;
  position: relative;
  background-position: top;
  background-size: cover;
  min-height: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 75px;
}

.login .intro-text-wrapper {
  background-image: url("../images/background-login.png");
}
.login .home-banner-card {
  float: none;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .top-mb  {
    margin-top: 55px!important;
  }
}
@media screen and (max-width: 991px) {
  .intro-text-wrapper  {
    min-height: auto;
  }
  .home-banner-card .uk-card-body {
    background: transparent;
  }
}

.home-banner-box {
  padding-top: 0;
  padding-bottom: 0;
}
.home-banner-card {
  width: 405px;
  float: right;
  position: relative;
  z-index: 2;
}
.home-banner-card .uk-card-header {
    background-color: #18953c;
    text-align: center;
    padding: 15px 15px;
    color: #ffffff;
    line-height: 1.4;
}
.home-banner-card .uk-card-body {
  background-color: rgba(255, 255, 255, 0.48);
  padding: 15px 15px 15px 15px;
    margin-bottom: 10px;
}
.home-banner-card-input {
  height: 40px;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px 0 40px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  -webkit-appearance: none;
}
.home-banner-card-input::-webkit-input-placeholder {
  color: #aaa;
}
.home-banner-card-input::-moz-placeholder {
  color: #aaa;
}
.home-banner-card-input:-ms-input-placeholder {
  color: #aaa;
}
.home-banner-card-input::-ms-input-placeholder {
  color: #aaa;
}
.home-banner-card-input::placeholder {
  color: #aaa;
}

.position-relative {
  position: relative;
}

.form-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
}

.margin-small {
  margin-bottom: 10px;
}

.notice-white {
  margin-top: 23px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-style: italic;
}

.btn-group-wrap {
  display: block;
  margin-top: 5px;
}
.btn-group-wrap li + li {
  margin-top: 10px;
}
.btn-group-wrap a {
  display: block;
}
.btn-group-wrap .btn-google {
  background: #e64839 url(../images/icon_google_login.png) no-repeat center;
}
.btn-group-wrap .btn-facebook {
  background: #3b5998 url(../images/icon_facbook_login.png) no-repeat center;
}

@media screen and (max-width: 991px) {
  .intro-text-wrapper {
    margin-top: 0;
    background-image: url("../images/background-intro_m.png");
    background-position: bottom left;
  }

  .home-banner-card {
    margin-top: 0;
    width: 100%;
    float: none;
  }

  .login .intro-text-wrapper {
    background-image: url("../images/background-login_m.png");
  }
  .login .home-banner-card {
    margin: 57px auto 30px;
  }

  .btn-group-wrap .btn-google {
    background: #e64839 url(../images/icon_google_login_m.png) no-repeat center;
    background-size: 170px 43px;
  }
  .btn-group-wrap .btn-facebook {
    background: #3b5998 url(../images/icon_facbook_login_m.png) no-repeat center;
    background-size: 126px 34px;
  }
}
.implementer-list-wrapper h2:before {
  background: url(../images/icon_nguoithuchien.png) no-repeat;
  width: 38px;
  height: 51px;
}

.membership-wrapper .layout-row {
  margin: 0px;
}
.membership-wrapper .layout-row .layout-item {
  padding: 5px;
}
.membership-wrapper .item-block {
  border-radius: 10px;
  background: #f7f7f7;
}
.membership-wrapper .item-block .item-content {
  padding: 10px;
}

.item-review-box {
  margin-top: 5px;
}
.item-review-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-review-box li:before {
  content: "";
  display: inline-block;
  width: 25px;
}
.item-review-box li img {
  margin-right: 8px;
}
.item-review-box li + li {
  margin-top: 10px;
}
.item-review-box .item-video:before {
  background: url(../images/icon_video.png) no-repeat;
  font-size: 15px;
  height: 20px;
}
.item-review-box .item-instructor:before {
  background: url(../images/icon_nguoihuongdan.png) no-repeat;
  font-size: 15px;
  height: 20px;
}
.item-review-box .item-category:before {
  background: url(../images/icon_danhmuc.png) no-repeat;
  font-size: 15px;
  height: 20px;
}

.item-banner {
  width: 100%;
}
.benifit-wrapper ul li {
  position: relative;
  padding-left: 35px;
}
.benifit-wrapper ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background: url(../images/icon_check.png) no-repeat;
  width: 27px;
  height: 23px;
}

.benifit-list {
  margin: 60px -39px 0;
  text-align: center;
}
.benifit-list h3 {
  margin-top: 20px;
  font-size: 20px;
}
.benifit-list .item-block {
  padding: 10px;
  border: 1px solid #898989;
  border-radius: 10px;
}
.benifit-list .layout-item {
  padding: 14px 39px;
}
.benifit-list .item-block::before {
  content: "";
  display: inline-block;
  height: 101px;
}
.benifit-list .item-proactive::before {
  background: url(../images/icon_chudong.png) no-repeat;
  width: 96px;
}
.benifit-list .item-zoom::before {
  background: url(../images/icon_zoom.png) no-repeat;
  width: 106px;
}
.benifit-list .item-logic::before {
  background: url(../images/icon_logic.png) no-repeat;
  width: 101px;
}
.benifit-list .item-quality::before {
  background: url(../images/icon_chatluong.png) no-repeat;
  width: 99px;
}

.guide-wrapper .layout-row {
  margin: -14px;
}

.guide-wrapper .layout-row .layout-item {
  padding: 14px;
}

.guide-wrapper .layout-row .layout-item  a {
  display: block;
  border: 1px solid #ececec;
  width: 100%;
}
.guide-wrapper h3 {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  font-family: 'Arial', sans-serif;
  padding: 14px 8px;
}

.sub-content {
  font-family: Arial',sans-serif;
  font-size: 16px;
}

.sub-content ul {
  margin-top: 20px;
  padding-left: 28px;
}
.sub-content ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background: #646464;
  border-radius: 50%;
  margin-right: 15px;
}

.google-partner-link {
  margin-top: 23px;
}

.video-prefer-wrapper .layout-row {
  margin: -8px;
}
.video-prefer-wrapper .layout-item {
  padding: 8px;
}

.video-prefer-wrapper .layout-item  a:hover .play-hover {
  opacity: 1;
  transition: opacity ease-out 0.3s;
  height: auto;
}
.video-prefer-wrapper h3 {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  font-family: Arial, sans-serif;
  padding: 10px;
  margin-bottom: -8px;
}
.video-prefer-wrapper .play-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  vertical-align: middle;
  text-align: center;
  transition: opacity ease-out .3s;
}

.video-prefer-wrapper .play-hover  img {
 position: absolute;
 top: 50%;
 left: 50%;
 transform:translate(-50%,-50%);
 max-width: 50px;
}
.item-desc {
  padding: 0 10px;
  line-height: 22px;
}

.paymnet-guide {
  font-weight: 700;
}
.paymnet-guide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icon_card.png) no-repeat;
  width: 40px;
  height: 42px;
  background-size: 100% auto;
  margin-right: 15px;
}

.pay-wrapper {
  font-size: 24px;
}
.pay-wrapper p + p {
  margin-top: 5px;
}

.pay-wrapper .payment-notice {
  line-height: 30px;
}


.payaccount-list {
  margin-top: 18px;
}
.payaccount-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.payaccount-list li p {
  margin-left: 15px;
  line-height: 29px;
}
.payaccount-list li + li {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .pay-wrapper {
    margin-bottom: 25px;
    font-size: 14px;
  }
  .pay-wrapper .payment-notice {
    line-height: 19px;
  }
  .payaccount-list li p {
    line-height: 20px;
  }
  .paymnet-guide:before {
    width: 20px;
    height: 21px;
    background-size: 100% auto;
    margin-right: 7px;
  }
}

@media screen and (max-width: 1280px) {
  .benifit-list {
    margin: 60px -14px 0;
    text-align: center;
  }
  .benifit-list .layout-item {
    padding: 14px;
  }
}
@media screen and (max-width: 991px) {
  .main-content {
    margin-top: 49px;
  }

  .benifit-list .item-block {
    min-height: 274px;

  }
}
@media screen and (max-width: 767px) {
  .pay-wrapper {
    font-size: 14px;
  }

  .sub-content {
    font-size: 14px;
  }

  .membership-wrapper .layout-row {
    margin: -8px;
  }
  .membership-wrapper .layout-row .layout-item {
    padding: 8px;
  }

  .implementer-list-wrapper .item-banner {
    width: 514px;
  }

  .implementer-content {
    margin-top: 26px;
  }

  .benifit-list {
    margin: 8px 10px 0;
    text-align: center;
  }
  .benifit-list .layout-item {
    padding: 14px;
  }
  .benifit-list h3 {
    font-size: 13px;
  }
  .benifit-list .item-block {
    min-height: 196px;
    font-size: 0;
  }
  .benifit-list .item-block::before {
    content: "";
    display: inline-block;
    height: 68px;
  }
  .benifit-list .item-proactive::before {
    background: url(../images/icon_chudong_m.png) no-repeat;
    background-size: 100% auto;
    width: 67px;
  }
  .benifit-list .item-zoom::before {
    background: url(../images/icon_zoom_m.png) no-repeat;
    background-size: 100% auto;
    width: 74px;
  }
  .benifit-list .item-logic::before {
    background: url(../images/icon_logic_m.png) no-repeat;
    background-size: 100% auto;
    width: 69px;
  }
  .benifit-list .item-quality::before {
    background: url(../images/icon_chatluong_m.png) no-repeat;
    background-size: 100% auto;
    width: 68px;
  }
  
  .benifit-wrapper ul li {
    padding-left: 18px;
  }
  .benifit-wrapper ul li:before {
    width: 13px;
    height: 13px;
    background-size: 100% auto;
  }

  .guide-wrapper .layout-row {
    margin: 0 -8px;
  }
  .guide-wrapper .layout-row .layout-item {
    padding: 8px;
  }

  .video-prefer-wrapper .layout-row {
    margin: -8px;
  }
  .video-prefer-wrapper .layout-row .layout-item {
    padding: 8px;
  }

  .item-desc {
    font-size: 14px;
    padding: 0;
    line-height: 18px;
  }

  .item-review-box li:before {
    margin-right: 5px;
  }
  .item-review-box .item-video:before {
    background: url(../images/icon_video_m.png) no-repeat;
    background-size: 100% auto;
    width: 21px;
    height: 21px;
  }
  .item-review-box .item-instructor:before {
    background: url(../images/icon_nguoihuongdan_m.png) no-repeat;
    background-size: 100% auto;
    width: 22px;
    height: 23px;
  }
  .item-review-box .item-category:before {
    background: url(../images/icon_danhmuc_m.png) no-repeat;
    background-size: 100% auto;
    width: 23px;
    height: 20px;
  }

  .pay-wrapper p + p {
    margin-top: 10px;
  }

  .payaccount-list {
    margin-top: 17px;
  }
  .payaccount-list li img {
    width: 46px;
  }
  .payaccount-list li + li {
    margin-top: 13px;
  }
}
@media screen and (max-width: 544px) {
  .implementer-list-wrapper .item-banner {
    width: 100%;
  }
}
footer {
  background: #ededed;
}

.footer-top {
  padding: 22px 0;
}

.footer-top-content {
  margin: 15px 0 0 15px;
}

.footer-bottom {
  background: #4284f4;
  padding: 15px 0;
  color: #fff;
}
.footer-bottom a {
  color: #fff;
}

.footer-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-top-left .google-partner {
  border: 1px solid #a3a6a8;
  border-radius: 2px;
}

.footer-top-right {
  width: 374px;
  float: right;
  text-align: left;
}

.footer-top-right .payment-notice{
  margin: 15px 0;
}

.footer-top-list li {
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.footer-top-list li img {
  margin-right: 10px;
}

.social-list {
  margin-top: 11px;
}
.social-list a + a {
  margin-left: 33px;
}

.payment-method-list {
  display: flex;
  align-items: center;
}
.payment-method-list li {
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  footer .container {
    padding: 0 25px;
  }

  .footer-top {
    padding: 14px 0;
  }
  .footer-top-list li {
    margin-top: 0;
  }
  .footer-top-list li img { 
    margin-right: 7px;
  }
  .footer-top-list li:first-child img {
    width: 11px;
  }
  .footer-top-list li:last-child img {
    width: 11px;
  }
  .footer-top-content {
    margin: 7px 0 0 7px;
  }
  .footer-bottom {
    padding: 7px 0;
    line-height: 20px;
  }
  .social-list {
    margin-top: 0;
  }
  .social-list  a img{
    width: 15px;
  }
  .social-list a + a {
    margin-left: 20px;
  }
  .google-partner {
    width: 103px;
  }
  .google-partner img {
    width: 100%;
  }
}

.breadcrumb {
    padding: 5px 10px;
    background-color: #f1f1f1;
    border-radius: 0;
}

.breadcrumb .breadcumb-home>a{
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: #707070;
}
.breadcrumb .breadcumb-home>a:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 21px;
  background: url(../images/icon_home.png) no-repeat;
  background-size: 100% auto;
}
.breadcrumb>li+li:before {
  padding: 0 6px;
  color: #707070;
  content: ">";
}

@media screen and (max-width: 767px) {
  .breadcrumb .breadcumb-home>a{
    font-size: 14px;
  }
  .breadcrumb .breadcumb-home>a {
    padding-left: 18px;
  }
  .breadcrumb .breadcumb-home>a:before{
    width: 14px;
    height: 11px;
  }
}
.payment-content .breadcrumb {
  padding-bottom: 0px;
  border-bottom: 1px solid #a2a2a2;
}
.detail-content .title-box{
  margin-bottom: 5px;
}

.detail-content .title-box h2{
  padding-left: 45px;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (max-width: 767px){
.detail-content .title-box h1 {
    font-size: 18px!important;
    text-transform: uppercase;
    text-align: left;
}
}
.detail-content .title-box h1 {
    font-size: 24px;
    text-transform: uppercase;
    text-align: left;
}
h1:before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    background: url(../images/icon_hoivien.png) no-repeat;
    width: 35px;
    height: 40px;
}
.detail-content .title-box h2:before {
  position: absolute;
  top: -7px;
  left: 0;
  vertical-align: unset;
}
.detail-content .title-box h2:after {
  display: none;
}

.info-rating{
  display: flex;
  align-items: center;
  /* min-width: 355px;
  background-color: #FCFBFA; */
}

.info-rating button{
  margin-left: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #1877F2;
  color: #fff;
  padding: 3px 10px 2px;
  font-size: 13px;
  line-height: 15px;
}
.info-rating .btn-like{
  position: relative;
  padding-left: 25px;
}
.info-rating .btn-like:before{
  content: '';
  position: absolute;
  top: 2px;
  left: 8px;
  width: 13px;
  height: 13px;
  background: url(../images/icon_like.png) no-repeat;
}
.info-detail-box{
  margin-top: 14px;
}

.info-detail-box .tab-panel{
  display: flex;
    align-items: center;
    padding: 15px 5px;
    background-color: #f1f1f1;
}
.info-detail-box .tab-panel>li{
  margin: 0 15px;
  font-size: 24px;
  color: #5e5e5e;
  line-height: 1;
}

.info-detail-box .img-item>img{
  width: 100%;
}
.info-detail-box .item-block>ul>li{
  margin-top: 7px;
  font-size: 18px;
  line-height: 24px;
  color: #626262;
}
.info-detail-box .item-block>ul>li:first-child{
  margin-top: 0;
}
.info-detail-box .benifit-wrapper{
  margin-top: 32px;
}

.info-detail-box .layout-row,
.info-detail-box .layout-row .img-item{
  margin-top: 32px;
}
.info-detail-box .layout-row .img-item{
  padding-left: 0;
}
.info-detail-box .benifit-list{
  display: block;
  text-align: center;
  margin: 60px 0;
}
.info-detail-box .benifit-box{
  display: inline-block;
  width: 220px;
  margin: 0 70px 40px 0;
  vertical-align: text-top;
  text-align: center;
}
.info-detail-box .benifit-list .item-block{
  width: 220px;
}
.info-detail-box .benifit-list .item-desc{
  font-size: 18px;
  line-height: 23px;
}

.lst-content-program{
  width: 100%;
}

.lst-content-program .item-row{
  border-top: 1px solid #E4E4E4;
}
.lst-content-program .item-row:first-child{
  border-top: 3px solid #F5F5F5;
}

.item-row .item-link{
  display: flex;
  padding: 14px 0;
}
.item-row .item-link>span{
  font-size: 12pt;
  font-weight: 600;
  text-align: center;
}
.item-row .item-link .txt-tit{
  color: #3b559f;
  position: relative;
  width: 70%;
  padding: 0 15px 0 18px;
  text-align: left;
}
.item-row .item-link .txt-date{
  width: 22%;
  display: none;
}
.item-row .item-link .txt-try{
  width: 20%;
  color: #f44336;
  text-align: left;
}
.item-row .item-link .txt-duration{
  width: 10%;
  font-weight: 400;
}

.item-row .txt-tit:before{
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 13px;
  height: 13px;
  background: url(../images/icon_play_gray.png) no-repeat;
}

.item-row.item-new .txt-tit:after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 22px;
  background: url(../images/icon_new.png) no-repeat;
}
.item-new .txt-tit:after{
  content: '';
  position: absolute;
  top: 0;
  left:10px;
  width: 57px;
  height: 31px;
  background: url(../images/icon_new.png) no-repeat;
}
.sec-panel{
  margin-top: 20px;
}
.content-qna-review{
  background-color: #fff;
}
.share-sns-area{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0 25px;
}
.share-sns-area .sns-box{
  display: flex;
}
.share-sns-area .sns-box a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: 3px;
  border-radius: 50%;
  background-color: #F8F8F8;
}

.share-sns-area .sns-box>a:first-child{
  margin-left: 0;
}
.review-area{
  border: 1px solid #fabe08;
}
.review-area .rating-review{
  display: flex;
  align-items: center;
  margin: 14px;
  padding: 14px 0;
  border: 1px solid #eaeae9;
  box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}
.review-area .sum-rating{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28%;
  font-size: 40px;
  font-weight: 700;
  color: #fd9727;
}
.review-area .sum-rating>img{
  margin-left: 6px;
}
.review-area .select-rating{
  padding-left: 30px;
  border-left: 1px solid #eeeded;
}
.review-area .select-rating>li,
.review-area .select-rating>li a{
  display: flex;
  align-items: center;
}

.review-area .select-rating .item-rating{
  position: relative;
  padding-right: 20px;
}
.review-area .select-rating .item-rating:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 17px;
  height: 18px;
  background: url(../images/icon_star.png) no-repeat;
  transform: translateY(-50%);
}
.review-area .select-rating .line-desc{
  display: inline-block;
  min-width: 215px;
  height: 4px;
  margin: 0 10px;
  border-radius: 1px;
  background-color: #E6E6E6;
}
.review-area .select-rating>li .txt{
  color: #6aa7e6;
}
.review-area .select-rating >li.on .line-desc{
  background-color: #f13100;
}

.qna-comment{
  margin: 14px;
  padding: 14px;
  background-color: #f4f4f4;
}
.qna-comment .qna .col-name{
  padding-right: 6px;
}
.qna-comment .qna .col-phone{
  padding-left: 6px;
}
.qna-comment .tit{
  text-transform: uppercase;
}
.qna-comment .item-rating-box .icon-star {
  width: 16px;
  height: 16px;
  margin: 0 3px;
  background: url(../images/icon_star_gray.png);
}
.qna-comment .item-rating-box .icon-star:hover {
  background: url(../images/icon_star_on.png);
}
.qna-comment form{
  overflow: hidden;
  margin-top: 7px;
}
.qna-comment form .mt_custom{
  margin-top: 10px;
}

.qna-comment form .ipt-custom, .txtreplycomment{
  width: 100%;
  height: 32px;
  padding: 6px 10px;
  border: 1px solid #ededed;
  font-size: 13px;
}
.txtreplycomment { height: 45px;}
.replycomemntparent {display: none;}
.onreply {
  display: inline-block;
}
.btn-comment-parent {
  float: right;
  font-size: 13px;
  color: #fff;
  border: 0;
  height: 32px;
  background-color: #f0506e;
  padding: 0 23px;
}
.qna-comment form .ipt-custom::placeholder{
  color: #a49796;
}

.qna-comment form textarea.ipt-custom{
  height: auto;
}
.qna-comment .txt-noti{
  font-size: 14px;
}
.qna-comment .btn-send-info{
  float: right;
  margin-top: 10px;
  font-size: 13px;
  color: #fff;
  border: 0;
  background-color: #f0506e;
  height: 32px;
  padding: 0 23px;
}

.review-area .list-comment{
  margin: 14px;
}
.list-comment>li{
  margin-top: 10px;
}
.list-comment>li .item{
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #706d85;
}
.list-comment .txt-name{
  color: #2b041f;
  font-size: 14px;
  font-weight: 700;
}
.list-comment .txt-type{
  position: relative;
  margin-left: 10px;
  padding-left: 14px;
  color: #449929;
  font-size: 14px;
}
.list-comment .txt-type:before{
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 11px;
  height: 14px;
  background: url(../images/icon_check_sm.png) no-repeat;
}

.list-comment .txt-comment{
  margin-left: 10px;
}
.list-comment .txt-reply{
  color: #68c0ed;
}
.list-comment .txt-time{
  position: relative;
  margin-left: 15px;
  padding-left: 10px;
}
.list-comment .txt-time:before{
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #8a8a89;
}
.info-detail-wrapper {
  min-height: 100vh;
}
.box-float-wrap {
  position: relative;
  margin-top: -260px;
}
.box-float{
  width: 360px;
  top: 100px;
  right: 0;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 12px 4px rgb(0 0 0 / 14%);
  z-index: 1;
  margin-bottom: 10px;
}
.box-float1{
  top: 100px;
  right: 0;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 12px 4px rgb(0 0 0 / 14%);
  z-index: 1;
  margin-bottom: 10px;
  margin-top: 10px;
}
.box-profile .img-box{
  width: 200px;
  margin: 0 auto;
}
.box-profile .img-box>img{
  border-radius: 50%;
  width: 100%;
}

.box-profile .list-profile{
  margin-top: 20px;
  text-align: center;
}
.box-profile .list-profile>li{
  display: flex;
  align-items: center;
  margin-top: 6px;
  font-size: 15px;
  color: #555;
}
.box-profile .list-profile>li .icon{
  margin-right: 15px;
}
.list-profile li.status-pay .icon{
  margin-right: 14px;
}
.box-profile .list-profile li .icon-phone{
  margin-right: 15px;
}
.box-profile .list-profile li .btn-edit{
  margin-left: 14px;
}
.list-profile li input{
  border: 1px solid #d1d1d1;
  background-color: #f1f1f1;
  padding: 2px 10px;
}
.box-profile .list-profile>li>.btn-logout{
  margin-left: 15px;
}

.box-signin .txt-tit .price-curr{
  font-size: 25px;
}
.box-signin .txt-tit strong>span{
  margin-left: -5px;
  font-size: 14px;
}
.box-signin .txt-tit .price-default{
  margin: 0 5px;
  font-weight: 500;
  text-decoration: line-through;
}
.box-signin .txt-tit .txt-sale{
  font-weight: 400;
  font-size: 13px;
}
.box-signin .time-valid{
  position: relative;
  padding-left: 20px;
  font-weight: 600;
  font-size: 16px;
  color: #04620f;
}
.box-signin .time-valid:before{
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/icon-palletclock.png) no-repeat;
}

.box-signin .btn-signin{
  width: 100%;
  height: 50px;
  margin-top: 5px;
  background-color: #3d8ad8;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  border-radius: 8px;
}
.box-signin .more-info{
  margin-top: 10px;
}
.box-signin .more-info >span{
  display: block;
  font-size: 13px;
  text-align: center;
}
.box-signin .more-info .lst-desc{
  margin-bottom: 5px;
}
.box-signin .more-info .lst-desc > li{
  display: flex;
  align-items: center;
}
.box-signin .more-info .lst-desc > li img{
  margin-right: 15px;
}
.box-signin .more-info .lst-desc > li em{
  font-style: normal;
}
.list-video .item-block .video{
  display: block;
  position: relative;
}
.list-video .video .hover-item{
  display: none;
  position: absolute;
  top: 0;
  right: 4px;
}
.list-video .video .hover-item>button{
  width: 28px;
  height: 28px;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin-top: 4px;
}
.list-video .video .img-banner {
  position: relative;
}
.video .line-progress{
  display: block;
  width: 100%;
  height: 4px;
  background-color: #909090;
}
.video .line-progress.is-view{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  background-color: #ff0000;
}
.video .txt{
  display: block;
  position: relative;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  padding-right: 15px;
}
.video .txt:after{
  content: '';
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 18px;
  background: url(../images/dot-vertical.png);
}
.list-video .video:hover .txt:after{
  display: block;
}
.list-video .video:hover .hover-item{
  display: flex;
  flex-direction: column;
}

.list-video .video .txt-info{
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  font-size: 13px;
  color: #606060;
}
.list-video .video .txt-info span{
  position: relative;
  margin-left: 8px;
  padding-left: 8px;
}
.list-video .video .txt-info span:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #8a8a89;
}
.list-video .video .txt-info span:first-child{
  margin-left: 0;
  padding-left: 0;
}
.list-video .video .txt-info span:first-child:before {
  display: none;
}
.video .txt-info .txt-percent{
  font-style: italic;
  color: #ffc000;
}
.video .txt-info .txt-percent.txt-green{
  color: #72cb59;
}
.video .total-time{
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-size: 14px;
  color: #fff;
  background-color: #01151d;
  padding: 1px 6px;
  border-radius: 6px;
}
.list-video .item-video{
  margin-bottom: 20px;
  padding: 0 5px;
}
.list-video .layout-row{
  padding: 8px 2px;
  background-color: #f1f1f1;
}

.info-video-box .tab-panel{
  display: flex;
  border-bottom: 2px solid #d7d7d7;
  padding-bottom: 3px;
}
.info-video-box .tab-panel>li a{
  padding: 8px 15px;
}
.info-video-box .tab-panel>li.is-active a{
  background-color: #d7d7d7;
}

.list-category .item-category{
  display: flex;
  align-items: center;
}
.list-category .item-category .txt-banner{
  margin-left: 20px;
}
.list-category .item-category .txt-banner strong{
  font-weight: 500;
  font-size: 16px;
  color: #2a2a2a;
}
.list-category .item-category .txt-banner p{
  font-size: 15px;
  line-height: 20px;
  margin-top: -4px;
}
.list-category .item-category .img-banner{
  position: relative;
  min-width: 120px;
}
.list-category .item-category .img-banner>img{
  width: 100%;
}
.list-category .item-category .bg-overlay{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 100%;
  background-color: #000;
  opacity: .85;
}
.list-category .item-category .bg-overlay>span{
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
}
.list-category .tbl-category tr{
  border: 1px solid #ddd;
}
.list-category .tbl-category tr th,
.list-category .tbl-category tr td{
  padding: 15px;
  border-right: 1px solid #ddd;
  text-align: center;
}
.list-category .tbl-category tr td:first-child{
  text-align: left;
}
.list-category .tbl-category tr th{
  font-size: 15px;
}
.list-category .tbl-category th.txt{
  font-size: 24px;
  text-align: left;
}
.list-category .tbl-category tr td.txt-num{
  font-size: 20px;
}

.list-support .group-support{
  padding: 8px;
  background-color: #f5f5f5;
}
.list-support .item-group-support {
    padding: 16px 20px;
    border: 1px solid #1b913d;
    background-color: #33a955;
    text-align: center;
    color: #fff;
}
.list-support .item-group-support>strong{
  font-size: 22px;
}
.list-support .item-group-support>p{
  line-height: 25px;
}
.list-support .btn-group{
  margin-top: 18px;
}
.list-support .btn-group .btn-join-gr{
  padding: 10px 14px;
  background-color: #eeeeee;
  border-radius: 2px;
  color: #333;
}
.list-support .btn-group .btn-join-gr.bg-blue{
  background-color: #4267b2;
  color: #fff;
}

.list-support .info-support{
  margin-top: 14px;
  padding: 20px 15px;
  background-color: #f1f1f1;
}
.list-support .info-support>li .txt-tit{
  position: relative;
  border: 0;
  width: 100%;
  text-align: left;
  padding: 0 10px 0 45px;
  color: #000;
  font-size: 18px;
}
.list-support .info-support>li .txt-tit:before{
  content: '';
  position: absolute;
  top: 9px;
  left: 10px;
  width: 20px;
  height: 15px;
  background: url(../images/icon_check-v.png) no-repeat;
}
.list-support .info-support>li .txt-tit:after{
  content: '';
  position: absolute;
  top: 14px;
  right: 0;
  width: 14px;
  height: 6px;
 /* background: url(../images/icon_arrow_down.png) no-repeat; */
}
.list-support .info-support>li.open .txt-tit:after{
  /* background: url(../images/icon_arrow_up.png) no-repeat;*/
}
.list-support .info-support .txt-ct{
  /*display: none; */
  padding: 10px 10px;
  color: #828788;
}
.list-support .info-support>li.open .txt-ct{
  display: block;
}

.list-support .info-support .txt-ct p{
  margin-top: 15px;
  font-size: 17px;
  line-height: 20px;
}
.list-support .info-support .txt-ct p>em{
  display: block;
  font-style: normal;
  margin-top: 2px;
  color: #1877F2;
}
.list-support .info-support>li{
  padding: 15px 0;
  border-top: 1px solid #e0e0e0;
}

/* .sec-panel .pagination{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.sec-panel .pagination .page-link{
  color: #999;
}
.sec-panel .pagination .page-link.is-active,
.sec-panel .pagination .page-link:hover{
  color: #fff;
  background-color: #f49f1d;
  border-color: #f49f1d;
} */

@media screen and (min-width: 992px) and (max-width: 1199px){
  .detail-content .title-box h2 {
    line-height: 27px;
    font-size: 22px;
  }
  .info-detail-box .tab-panel>li {
    font-size: 20px;
  }
  .box-signin .txt-tit .price-curr {
    font-size: 21px;
  }
  .box-signin .more-info .lst-desc {
    font-size: 16px;
  }
  .box-signin .lst-desc + a>img{
    width: 100%;
  }
  .lst-desc>li span{
    line-height: 22px;
  }
  .box-float {
    padding: 17px;
  }
  .detail-content .info-rating {
    padding-top: 25px;
  }
  .info-detail-box .layout-row .img-item img{
    width: 100%;
  }
  .detail-content .title-box h2:before {
    top: -21px;
  }
  .info-detail-box .benifit-wrapper {
    margin-top: 48px;
  }
  .info-detail-box .item-block>ul>li {
    font-size: 17px;
    line-height: 23px;
  }
  /* .sec-panel {
    margin-top: 10px;
  } */
}
@media screen and (max-width: 768px){
  .payment-content .info-detail-wrapper .box-ct-wrap {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .info-detail-wrapper .box-respon{
    display: flex;
    flex-direction: column;
  }
  .info-detail-wrapper .box-ct-wrap{
    order: 2;
    margin-top: 60px;
  }
  .info-detail-wrapper .box-float-wrap .box-float {
    position: static; 
    top: 0;
    left: 0;
    margin-top: 15px;
    border-radius: 10px;
    box-shadow: 0 0 29px 3px rgb(0 0 0 / 12%);
  }
  .box-signin .lst-desc + a{
    display: none;
  }
  .info-detail-box .layout-row .img-item img{
    width: 100%;
  }
  .info-detail-box .benifit-list {
    display: none;
  }
  .sec-panel {
    margin-top: 20px;
  }
  .sec-panel.list-video {
    margin-top: 25px;
  }

  .detail-content .title-box {
    display: flex;
    justify-content: center;
  }
  .info-detail-box .benifit-wrapper .layout-row .img-item {
    display: none;
  }
  .info-detail-box .benifit-wrapper .layout-row .img-item + .col-sm-9 {
    width: 100%;
  }
  .box-profile .list-profile {
    width: 300px;
    margin: 20px auto 0;
  }
  .content-qna-review {
    display: flex;
    flex-direction: column;
    margin-top: 6px;
  }
  .content-qna-review .share-sns-area{
    order: 2;
    margin-top: 14px;
    background: #fff;
  }
  .share-sns-area .sns-box a {
    width: 35px;
    height: 35px;
  }
  .qna-comment .qna .col-name,.qna-comment .qna .col-phone{
    margin-bottom: 6px;
  }
  .breadcrumb {
    margin-bottom: 0;
  }
  .breadcrumb li>a {
    font-size: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px){
  .info-detail-wrapper .box-respon{
    display: flex;
    flex-direction: column;
  }
  .info-detail-wrapper .box-ct-wrap{
    order: 2;
    margin-top: 25px;
  }
  .info-detail-wrapper .box-float-wrap .box-float {
    position: static;
    top: 0;
    left: 0;
    margin-top: 15px;
    border-radius: 10px;
    box-shadow: 0 0 29px 3px rgb(0 0 0 / 12%);
  }
  .box-signin .lst-desc + a{
    display: none;
  }
  .info-detail-box .layout-row .img-item{
    margin-bottom: 3px;
    text-align: center;
  }
  .info-detail-box .benifit-list {
    display: none;;
  }
  .sec-panel {
    margin-top: 20px;
  }
  .sec-panel.list-video {
    margin-top: 25px;
  }
  .share-sns-area {
    display: none;
  }
  .sec-panel .title-box {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .intro-box{
    margin-top: 20px;
  }
  .info-detail-box .benifit-wrapper .layout-row .img-item {
    display: none;
  }
  .info-detail-box .benifit-wrapper .layout-row .img-item + .col-sm-9 {
    width: 100%;
  }
  .box-profile .list-profile {
    width: 300px;
    margin: 20px auto 0;
  }
  .list-category .item-category .txt-banner strong {
    font-size: 15px;
    line-height: 20px;
    display: block;
  }
  .list-category .item-category .txt-banner p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
  }
  .box-profile .img-box {
    width: 175px;
  }
  .detail-content .title-box h2 {
    line-height: 28px;
    font-size: 20px;
  }
  .detail-content .title-box h2:before {
    top: 0;
    left: 20px;
  }
  .info-detail-box .tab-panel>li {
    font-size: 20px;
  }
  .content-qna-review {
    display: flex;
    flex-direction: column;
    margin-top: 6px;
  }
  .content-qna-review .share-sns-area{
    order: 2;
    margin-top: 14px;
  }
  .qna-comment .qna .col-name,.qna-comment .qna .col-phone{
    margin-bottom: 6px;
  }
  .share-sns-area .sns-box a {
    width: 35px;
    height: 35px;
    margin-left: 6px;
  }
  .breadcrumb {
    margin-bottom: 0;
  }
  .breadcrumb li>a {
    font-size: 20px;
  }
  .info-detail-box .benifit-wrapper ul li:before {
    min-height: 23px;
  }
}
@media screen and (max-width: 991px){
  .box-float-wrap {
    margin-top: 15px;
  }
  .box-float {
    width: 100%;
  }
}
@media screen and (max-width: 767px){
  .breadcrumb li>a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px){
  .info-detail-wrapper .box-respon{
    display: flex;
    flex-direction: column;
  }
  .info-detail-wrapper .box-ct-wrap{
    order: 2;
    margin-top: 25px;
  }
  
  .info-detail-box .item-block>ul>li {
    margin-top: 0;
    font-size: 14px;
  }
  .info-detail-wrapper .box-float-wrap .box-float {
    position: static;
    top: 0;
    left: 0;
    border-radius: 10px;
    box-shadow: 0 0 29px 3px rgb(0 0 0 / 12%);
  }
  .box-signin .lst-desc + a{
    display: none;
  }
  .info-detail-box .layout-row .img-item{
    margin-bottom: 3px;
    text-align: center;
  }
  .info-detail-box .benifit-list {
    display: none;;
  }
  .sec-panel {
    margin-top: 25px;
  }
  .sec-panel.list-video {
    margin-top: 25px;
  }
  .detail-content .title-box {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .info-detail-box .benifit-wrapper .layout-row .img-item {
    display: none;
  }
  .info-detail-box .benifit-wrapper .layout-row .img-item + .col-sm-9 {
    padding: 0;
    width: 100%;
  }
  .box-profile .list-profile {
    width: 300px;
    margin: 20px auto 0;
  }
  .list-category .item-category .txt-banner strong {
    font-size: 15px;
    line-height: 20px;
    display: block;
  }
  .list-category .item-category .txt-banner p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
  }
  .box-profile .img-box {
    width: 175px;
  }
  .detail-content .title-box h2 {
    font-size: 16px;
    line-height: 28px;
  }
  .detail-content .title-box h2:before {
    top: 0;
    left: 20px;
  }
  .info-detail-box .tab-panel {
    padding: 10px 0;
  }
  .info-detail-box .tab-panel>li {
    font-size: 14px;
    margin: 0 8px;
  }
  .content-qna-review {
    display: flex;
    flex-direction: column;
    margin-top: 6px;
  }
  .content-qna-review .share-sns-area{
    order: 2;
    margin-top: 14px;
  }
  .qna-comment .qna .col-name,.qna-comment .qna .col-phone{
    margin-bottom: 6px;
  }
  .share-sns-area {
    padding-bottom: 0;
  }
  .share-sns-area .sns-box a {
    width: 35px;
    height: 35px;
    margin-left: 6px;
  }
  .detail-content .info-video-box .title-box h2:before {
    top: 0;
    left: 20px;
  }
  .breadcrumb {
    margin-bottom: 0;
  }
  .review-area .select-rating .line-desc{
    min-width: 100px;
  }
  .benifit-wrapper ul li:before {
    top: 4px;
  }
  
  .list-category .tbl-category th.txt , .list-category .tbl-category tr td.txt-num{
    font-size: 14px;
  }
  .list-category .tbl-category tr th {
    font-size: 14px;
    padding: 10px;
  }
  .list-support .item-group-support>strong{
    font-size: 15px;
  }
  .list-support .info-support>li .txt-tit {
    font-size: 16px;
  }
  .list-support .info-support .txt-ct p {
    font-size: 16px;
  }
  .google-partner-link {
    margin-top: 15px;
  }
  .google-partner-link img {
    width: 145px;
    height: auto;
  }
  .membership-wrapper .item-block .item-content {
    padding: 10px;
  }
  .membership-wrapper .info-rating {
    padding: 0;
  }
  .item-review-box {
    margin-top: 10px;
  }
  .implementer-list-wrapper h2:before {
    width: 19px;
    height: 26px;
    background-size: 100% auto;
  }
  .sub-content ul {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .modal-content {
      -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
      box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
      width: 405px;
  }
  #modalViewvideo .modal-dialog {width: 65%;}
  .contentvideo {
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    width: 100%;
    margin-top: 5%;
  }
  .modal-content .notice-white {
    color: #111;
  }
}
.modal-close {
  position: absolute;
  right: 100px;
  top: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  z-index: 10000;
}
.input_error {
 border: 1px solid #ff0000 !important;
}
.header-menu > ul > li.item-tut:before {
    background: url(../images/icon_tut.png) no-repeat;
    width: 25px;
    height: 26px;
}