/*Home page*/

.banner-home {
  color: #fff;
  padding: 60px 0 30px;
  z-index: 3;
}

.banner-home .block-content h1 {
  font-weight: 500;
  line-height: 48px;
  font-size: 32px;
  color: #fff;
}

.banner-home .block-content a.btn {
  bottom: -30px;
  position: relative;
}

.home-feature {
  padding-top: 48px;
  padding-bottom: 48px;
}

h2.block-title {
  color: #211a44;
  margin-bottom: 30px;
}

h4.block-title-description {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  /* identical to box height, or 27px */
  text-align: center;
  color: #484554;
}

.home .content-wrapper h2.block-title {
  margin-bottom: 50px;
  font-size: 40px;
  color: #211a44;
  text-align: center;
}

.home-feature .feature-item {
  height: 300px;
  background: #ffffff;
  /*box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.12);*/
  border-radius: 9px;
  margin: 15px 0;
  padding: 50px 10px;
  font-size: 16px;
  color: #5f6583;
}

.home-feature .feature-item .img {
  height: 85px;
}

.home-feature .feature-item .img img {
  height: 60px;
}

/*feature-item - new*/

/*.home-feature .feature-item .img-hover img {*/
  /*height: 60px;*/
/*}*/

/*.home-feature .feature-item .img-hover {*/
  /*display: none;*/
/*}*/

.home-feature .feature-item:hover {
  /*background: #211a44;*/
  /*color: white;*/
  box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
}

/*.home-feature .feature-item:hover .img-hover {*/
  /*display: block;*/
  /*height: 85px;*/
/*}*/

/*.home-feature .feature-item:hover .img {*/
  /*display: none;*/
/*}*/

/*end feature-item - new*/

.product-item {
  padding: 15px;
}

.product-item:hover {
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.12);
  border-radius: 9px;
}

.product-item img {
  height: 238px;
}

.product-item a {
  border: 0px solid beige !important;
}

.home-feature .feature-item h3 {
  color: #211a44;
  font-size: 18px;
  text-transform: uppercase;
  margin: 30px 0 20px;
}

.product-hight-light {
  padding-top: 48px;
  padding-bottom: 48px;
}

.custommer-review {
  background-color: #fff;
  padding: 20px;
  text-align: justify;
  margin-bottom: 70px;
}

.advantage {
  margin-top: -80px;
  padding-top: 48px;
  padding-bottom: 48px;
  text-align: center;
}

.advantage .block-title {
  margin-bottom: 15px;
}

.advantage .owl-item {
  padding: 15px;
}

.advantage .owl-stage {
  padding-bottom: 20px;
}

/* .advantage .owl-item :hover {
  box-shadow: 0px 6.8149px 20.4447px rgba(0, 0, 0, 0.15);
} */

.media-highlight .article-item {
  border: 1px solid #cfd7ed;
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
}

.media-highlight .four-html,
.four-html-no-hover {
  border: 0px solid #cfd7ed !important;
}

.media-highlight .four-html:hover {
  box-shadow: 0px 4px 16px rgba(108, 115, 141, 0.24);
}

.media-highlight .article-item:hover {
  text-decoration: none;
}

.media-highlight .article-item .title {
  color: #211a44;
  padding: 30px 20px;
  font-weight: bold;
  line-height: 28px;
  font-size: 18px;
}

/*End home page*/

/*question new*/
.question-list .card-header .btn-link{
  font-weight: 500;
}
.question-list .btn-link.collapsed span.collap-icon{
  background: url(../image/icons/icon_plus_price_new.svg) !important;
}
.nav-question-mobile{
  display: block;
}
.block-question .accordion .card:first-of-type{
  border-top:0;
}
.block-question .block-content h1{
  padding-top: 60px;
  padding-bottom: 48px;
  font-weight: 600;
  line-height: 48px;
  font-size: 36px;
  color: #212B36;
}
.nav-question a.active{
  background: #FFF2EE !important;
  color: #0061c1 !important;
}
.nav-question a{
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #212B36;
  padding: 20px;
  padding-left: 15px;
  border-radius: 10px !important;
}

.block-question .collap-icon{
  background: url('../image/icons/icon_plus_price_new.svg');
}
.block-question .question-list .card.open .collap-icon{
  background: url('../image/icons/icon_minus_price_new.svg')no-repeat center;
}

.question-list .collapse{
  padding: 20px 0px 20px 60px;
}
/*end question new*/

/*Blog page*/

.blog-category-view .owl-item .img {
  position: relative;
  overflow: hidden;
}

.blog-category-view .owl-item .img img {
  width: 100%;
  transition: all 3s ease-in;
  -webkit-transition: all 3s ease-in;
  -o-transition: all 3s ease-in;
}

.blog-category-view .owl-item:hover .img img {
  transform: scale(1.3);
}

.blog-category-view .owl-item .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 35px;
  text-align: center;
  padding: 50% 0;
  margin-top: calc(-50% + 35px);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background: rgba(29, 36, 62, 0.48);
}

.blog-category-view .owl-nav button.owl-prev,
.blog-category-view .owl-nav button.owl-next {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 2;
  width: 46px;
  height: 46px;
  line-height: 45px !important;
  text-align: center;
  color: #1d243e;
  background: #fff;
  border-radius: 100%;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 0 8px #ddd;
}

.blog-category-view .owl-nav button:focus {
  border: none;
  outline: none;
}

.blog-category-view .owl-nav button.owl-prev {
  left: -55px;
}

.blog-category-view .owl-nav button.owl-next {
  right: -55px;
}

.blog-view .block-content {
  margin: 0 0 30px;
  border-bottom: 1px solid #d8dde6;
  padding-bottom: 30px;
}

.blog-category-view .blog-view:nth-last-child(1) .block-content {
  border: none;
  padding-bottom: 0;
}

.blog-view h2.block-title {
  margin-bottom: 15px;
  line-height: normal;
  font-size: 24px;
  color: #1d243e;
}

.blog-view .sub-title a {
  color: #929aae;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: inline-block;
  margin-right: 10px;
}

.blog-view .sub-title a.active,
.blog-view .sub-title a:hover {
  color: #1d243e;
  border-bottom: 1px solid #1d243e;
  font-weight: 600;
}

.blog-item {
  margin-bottom: 30px;
  min-height: 455px;
}

.blog-item .blog-img {
  border-radius: 5px;
  overflow: hidden;
}

.blog-item a.blog-title {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin: 15px 0;
  color: #1d243e;
  line-height: 30px;
}

.blog-item .blog-date {
  color: #929aae;
  font-size: 14px;
  margin: 10px 0 0;
}

.blog-item .blog-body {
  color: #1d243e;
}

.blog-item.newsletter-form {
  background: #f7f9fa;
  border-radius: 4px;
  padding: 60px 20px 30px;
  text-align: center;
}

.blog-item.newsletter-form input.form-control {
  border-radius: 4px;
  height: 54px;
}

.blog-view a.view-all {
  color: #b9256a;
}

/*End blog page*/

/*Article page*/

.article-wrapper {
  position: relative;
  z-index: 1;
}

.article-wrapper .social-link {
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 0;
  height: 50px;
}

.article-wrapper .social-link ul.nav {
}

.article-wrapper .social-link ul.nav li {
  display: inline-block;
  width: 100%;
}

.article-wrapper .social-link ul.nav li a {
  display: inline-block;
  margin-bottom: 15px;
  text-align: center;
  line-height: 48px;
  width: 48px;
  height: 48px;
  background: #d8dde6;
  border-radius: 100%;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

.article-wrapper .social-link ul.nav li a:hover {
  background: #3b5998;
}

.article-wrapper .social-link ul.nav li a i {
  background: #fff;
}

.article-wrapper .social-link ul.nav li a.messager {
  background: none;
}

.article-wrapper .social-link ul.nav li a.messager i {
  background: #d8dde6;
  font-size: 48px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

.article-wrapper .social-link ul.nav li a.messager i:hover {
  background: #007fff;
}

.article-wrapper .article-content {
  background: #ffffff;
  box-shadow: 0px 0px 24px rgba(146, 154, 174, 0.24);
  border-radius: 4px;
  padding: 0 65px 30px;
  margin-top: -235px;
}

.article-content .node-header {
  position: relative;
}

.article-content .node-header .node-more {
  position: absolute;
  left: -30px;
  top: 50%;
  font-size: 20px;
  z-index: 1;
}

.article-content .node-header .node-more.node-next {
  left: auto;
  right: -30px;
}

.article-wrapper .article-content .body .image-highlight {
  margin: 40px -20%;
  box-shadow: 0px 0px 24px rgba(146, 154, 174, 0.48);
  border-radius: 8px;
  overflow: hidden;
}

/*End Article page*/

/*Partner page*/

.page-banner {
  position: relative;
}

.page-banner .img {
  position: relative;
  z-index: 1;
}

.page-banner .img::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1d243e;
  opacity: 0.48;
  z-index: 1;
  position: absolute;
}

.page-banner .caption {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 90%;
  width: 100%;
  height: 250px;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.page-banner .caption h1 {
  font-size: 48px;
}

.partner .introduce .img {
  height: 80px;
}

/*End Partner page*/

.view-mobile .mobile-thumb {
  background: url("../image/icons/mobile.png") no-repeat center;
  padding: 50px 15px 0;
  background-size: contain;
}

/**/

/* Kho giao diện */

.store-top {
  padding-top: 50px;
  padding-bottom: 80px;
}

.theme-info h3 {
  font-weight: 600;
  font-size: 24px;
  color: #5f6583;
  line-height: 1;
  margin-bottom: 10px;
}

.theme-info .theme-name {
  font-weight: 600;
  font-size: 48px;
  color: #211a44;
  line-height: 1;
}

/* Rate Star */

.star-rate .rating-group {
  display: inline-flex;
}

.star-rate .rating__icon {
  pointer-events: none;
}

.star-rate .rating__input {
  position: absolute !important;
  left: -9999px !important;
}

.star-rate .rating__input--none {
  display: none;
}

.star-rate .rating__label {
  cursor: pointer;
  padding: 0;
  margin-bottom: 0;
  font-size: 16px;
  margin-right: 6px;
}

.star-rate .rating__icon--star {
  color: orange;
}

.star-rate .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}

.star-rate .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}

.star-rate .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}

.theme-price {
  font-weight: 600;
  font-size: 28px;
  color: #00a8b8;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 30px;
}

.page-title {
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  color: #211a44;
  margin-bottom: 39px;
}

.theme-info {
  margin-top: 90px;
}

.store-select {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 0px;
  margin-bottom: 46px;
}

.theme-action {
  margin-bottom: 0;
}

.theme-action a {
  width: 100%;
}

.store-select ul {
  margin-bottom: 0;
}

.store-select ul li:not(:last-child) {
  margin-right: 60px;
}

.store-select ul li a {
  display: block;
  color: #5f6583;
  font-size: 16px;
}

.store-select ul li.active a {
  color: #211a44;
  font-weight: 700;
}

.sidebar-store {
  background-color: #f3f5fa;
  border-radius: 8px;
  padding: 15px;
}

.sidebar-title h3 {
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #211a44;
  margin-bottom: 0;
  cursor: pointer;
}

.sidebar-title i {
  float: right;
  color: #211a44;
}

.sidebar-filter .custom-checkbox label {
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #5f6583;
}

.sidebar-filter li {
  margin-bottom: 20px;
}

.sidebar-filter .custom-checkbox span {
  float: right;
  font-size: 16px;
  color: #5f6583;
}

.theme-item {
  margin-bottom: 30px;
}

.theme-thumb {
  position: relative;
}

.theme-thumb img {
  width: 100%;
}

.theme-hover {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.theme-thumb:hover .theme-hover {
  opacity: 1;
  visibility: visible;
  box-shadow: 1px 5px 10px #a7a7a7;
}

.theme-hover .theme-action {
  width: 172px;
  margin: auto;
}

.theme-hover .theme-action .btn-pink {
  font-weight: 500;
}

.theme-hover .theme-action .btn-transparent {
  margin-top: 10px;
  color: #fff;
  font-weight: 500;
}

.theme-title {
  font-weight: 600;
  font-size: 16px;
  color: #211a44;
  margin-bottom: 0;
  margin-top: 20px;
}

.theme-title span {
  font-weight: 500;
  font-size: 14px;
  color: #838383;
}

.owl-review .item {
  background-color: #fff;
  padding: 20px;
}

.customer-info {
  padding-bottom: 12px;
  text-align: center;
}

.owl-carousel .owl-item .customer-info img {
  width: 68px;
  height: 68px;
  margin: auto;
}

.custommer-name {
  font-size: 18px;
  text-align: center;
  color: #211a44;
  margin-top: 15px;
  margin-bottom: 2px;
}

.position {
  margin-bottom: 0;
  text-align: center;
  color: #5f6583;
  font-size: 14px;
}

.owl-review .owl-stage {
  padding-bottom: 20px;
}

.owl-store .owl-dots {
  position: absolute;
  right: -90px;
  bottom: 90px;
  margin-top: 0;
}

/* End Kho giao diện */

/* Chi tiết */

.right-screen {
  position: relative;
}

.view-screen {
  position: relative;
  max-width: 650px;
  z-index: 2;
}

.view-mobile {
  position: absolute;
  width: 218px;
  bottom: -1px;
  right: 40px;
  z-index: 3;
  overflow: hidden;
}

.view-screen:hover .theme-hover,
.view-mobile:hover .theme-hover {
  opacity: 1;
  visibility: visible;
  box-shadow: 1px 5px 10px #a7a7a7;
}

.right-screen .btn-pink {
  margin: auto;
}

.view-mobile .btn-pink {
  font-size: 14px;
}

.view-mobile .theme-hover {
  width: calc(100% - 30px);
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
}

.wrap-theme-info .block-title {
  text-align: left;
  margin-bottom: 30px;
}

.theme-detail {
  padding-top: 45px;
}

.theme-desc ul li,
.theme-desc p {
  line-height: 25px;
  font-size: 16px;
  color: #5f6583;
  letter-spacing: 0.03em;
}

.theme-desc p {
  margin-bottom: 5px;
}

.theme-desc ul {
  margin-bottom: 30px;
}

.theme-func ul li {
  font-size: 16px;
  color: #5f6583;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #5f6583;
  border-radius: 50%;
  margin-right: 16px;
  vertical-align: 1px;
}

.wrap-theme-func {
  padding: 33px;
  background-color: #fafbfe;
  border-radius: 8px;
  margin-top: 45px;
  margin-bottom: 65px;
}

ul.list-func {
  margin-bottom: 0;
}

ul.list-func li {
  padding-left: 40px;
  font-size: 16px;
  color: #5f6583;
  margin-bottom: 24px;
  background: url("../image/icons/i-check.png") no-repeat left center;
}

.store-related {
  margin-top: 35px;
}

.top.wave-grey-top {
  margin-top: 100px;
  padding-top: 50px;
}

/* End Chi tiết */

/* Theme Screen */

.screen-back {
  margin-top: 12px;
}

.screen-back a {
  color: #f5f6fa;
  font-size: 16px;
  font-weight: 600;
}

.screen-back a i {
  margin-right: 15px;
}

.screen-options {
  text-align: center;
}

.screen-options ul,
.screen-use ul {
  margin-bottom: 0;
}

.screen-options li:first-child {
  margin-right: 30px;
}

.screen-options li i {
  cursor: pointer;
  font-size: 36px;
  color: #5f6583;
  padding: 0px 12px 8px;
}

.screen-options li.active i,
.screen-options li:hover i {
  border-bottom: 3px solid #fff;
  color: #fff;
}

.screen-use {
  text-align: right;
}

.screen-use li span {
  color: #fff;
  font-size: 16px;
}

.screen-use .btn-pink {
  line-height: 38px;
  font-weight: 500;
  font-size: 16px;
}

.screen-iframe iframe {
  width: 100%;
  height: calc(100vh - 85px);
}

.screen-iframe.mobile {
  text-align: center;
}

.screen-iframe.mobile iframe {
  width: 331px;
  height: 550px;
  margin: 56px auto 0px auto;
}

/* End Theme Screen */

/* Onshop */

.banner-onshop {
  position: relative;
  z-index: 10;
}

.banner-onshop .banner-desc {
  margin-top: 40px;
  margin-bottom: 50px;
}

.banner-onshop .banner-desc h1 {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  margin-bottom: 24px;
  /*text-align: left;*/
}

.banner-onshop .banner-desc p {
  line-height: 25px;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
  /*text-align: left;*/
}

.theme-introduct {
  padding-top: 60px;
}

.desc-bold {
  line-height: 25px;
  font-size: 16px;
  color: #5f6583;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 25px;
}

ul.has-check2 li {
  line-height: 25px;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #5f6583;
  padding-left: 35px;
  background: url("../image/icons/i-check2.png") no-repeat top 5px left;
  margin-bottom: 15px;
}

.row-mb-100 {
  margin-bottom: 100px !important;
}

.row-mt-40 {
  margin-top: 40px !important;
}

.info-box-desc h3 {
  font-size: 24px;
  text-align: center;
  color: #1d243e;
  font-weight: 500;
  margin-bottom: 15px;
}

.info-box-desc p {
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  color: #929aae;
}

.info-thumb {
  text-align: center;
  margin-bottom: 30px;
}

.func-feature {
  padding-top: 80px;
}

ul#functabs {
  max-width: 780px;
  margin: 0px auto 30px auto;
  border-bottom: 0;
}

ul#functabs li:not(:last-child) {
  margin-right: 30px;
}

ul#functabs li a {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #929aae;
  border: 0;
  padding: 0;
}

ul#functabs li a.active {
  color: #1d243e;
  font-weight: 700;
  border-bottom: 2px solid #b9256a;
}

ul#functabs1 {
  margin: 0px auto 30px auto;
  border-bottom: 0;
  display: flex;
  justify-content: center;
}

ul#functabs1 li:not(:last-child) {
  margin-right: 30px;
}

ul#functabs1 li a {
  font-size: 18px;
  text-align: center;
  color: #929aae;
  border: 0;
  padding: 0;
}

ul#functabs1 li a.active {
  color: #b9256a;
  font-weight: 700;
}

.func-tabs1 ul li a {
  background-color: transparent !important;
}
ul.tab-list-func {
  margin-top: 20px;
}

ul.tab-list-func li {
  font-size: 16px;
  color: #929aae;
  text-align: left;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(146, 154, 174, 0.24);
  border-radius: 4px;
}

ul.tab-list-func li:not(:last-child) {
  margin-bottom: 16px;
}

ul.tab-list-func li.active {
  background-color: rgba(185, 37, 106, 0.4);
  color: #1d243e;
}

.box-has-mb {
  margin-bottom: 40px;
}

.info-box-desc sup {
  color: #c71e6b;
  margin-left: 3px;
  top: -1em;
  font-size: 14px;
}

.social-feature .block-title-w500 {
  margin-bottom: 45px;
  font-size: 36px;
  color: #1d243e;
}

p.txt-desc {
  max-width: 65%;
  margin: auto;
  line-height: 29px;
  font-size: 18px;
  text-align: center;
  color: #929aae;
  margin-bottom: 15px;
}

.google-shop-left .info-box-desc p {
  color: #6c738d;
}

.goolge-shop .google-shop-left {
  padding-top: 150px;
  padding-bottom: 10px;
}

.goolge-shop.banner-onshop .banner-img {
  top: 100px;
}

.wrap-google-result {
  max-width: 780px;
  margin: auto;
}

.row-result .result-count h5 {
  font-size: 64px;
  color: #b9256a;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1.3;
}

.row-result .result-count span {
  display: block;
  font-size: 16px;
  color: #1d243e;
}

.row-result .result-list {
  width: calc(100% - 245px);
  float: left;
}

.row-result .result-list li {
  padding: 0px 16px;
  line-height: 40px;
  border-radius: 4px;
  color: #fff;
}

.row-result .result-list li:first-child {
  display: inline-block;
  margin-bottom: 16px;
  background-color: #929aae;
}

.row-result .result-list li:last-child {
  background-color: #b9256a;
}

.percent-90 {
  width: 90%;
}

.percent-79 {
  width: 79%;
}

.google-steps .wrap-info-box {
  position: relative;
  max-width: 85%;
  margin: auto;
}

.wrap-info-box .line {
  position: absolute;
  width: 70%;
  height: 2px;
  background-color: #d8dde6;
  left: 14%;
  top: 50px;
}

.google-loiich {
  padding: 100px 0px;
}

.loiich-left .info-box-desc h3,
.loiich-left .info-box-desc p {
  text-align: right;
}

.loiich-right .info-box-desc h3,
.loiich-right .info-box-desc p {
  text-align: left;
}

.google-func {
  padding: 80px 0px;
}

.modal-bgr .modal-lg {
  max-width: 570px;
}

.modal-bgr .modal-lg .modal-content {
  background-color: transparent;
  border: 0;
}

.modal-bgr .modal-close {
  position: absolute;
  right: 0;
  opacity: 1;
  color: #fff;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal-bgr .modal-close:hover {
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  color: #fff !important;
}

.modal-body h1 {
  text-align: center;
  color: #212B35;
  margin-top: 50px;
}

.modal-bgr .form-group label {
  font-size: 16px;
  color: #212B35;
  font-weight: 700;
}

.modal-bgr .form-group .form-control {
  color: #00a8b8;
  font-size: 20px;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  border-radius: 8px;
  height: 56px;
}

.md-register.reg-new .form-group .form-control {
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 14px;
  color: #495057;
}
.md-register.reg-new .form-group input.form-control::placeholder {
  font-size: 14px;
  color: #B5B5B5;
}
#form-register .error {
  font-size: 14px;
}
#modal-register-view.md-register .field-password i {
  top: 42px;
  color: #CED4DA;
}
.btn-close-from {
  position: absolute;
  opacity: 1;
  top: 17px;
  right: 15px;
}
#modal-register-view.md-register {
  min-height: unset;
  max-height: unset;
  padding-bottom: 0;
}
.md-register .form-submit {
  margin-top: 26px;
}
.md-register .btn-pink {
  background-color: #0061c1;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  padding: 6px 31px;
  height: 36px;
  line-height: 25px;
}
.md-register .btn-use-paid-version {
  background-color: #fff;
  border: solid 1px #0061c1;
  border-radius: 4px;
  font-size: 14px;
  padding: 6px 35px;
  height: 36px;
  line-height: 25px;
  color: #0061c1;
  font-weight: 600;
  margin-left: 32px;
}
.md-register .modal-body h1 {
  margin-top: 0;
}
.md-register .modal-content {
  border-radius: unset;
  border-top: solid 6px #0061c1;
}
#register_paid_version:disabled {
  cursor: not-allowed;
}

.field-password {
  position: relative;
}

.field-password i {
  cursor: pointer;
  position: absolute;
  top: 52px;
  right: 15px;
  color: #00a8b8;
}

.form-submit {
  text-align: center;
  margin-top: 40px;
}

.modal-bgr .form-group {
  margin-bottom: 20px;
}

.form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cfd7ed;
  font-size: 20px;
}

.form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #cfd7ed;
  font-size: 20px;
}

.form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #cfd7ed;
  font-size: 20px;
}

.form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #cfd7ed;
  font-size: 20px;
}

.form-group input.has-danger {
  border: 1px solid #f1453a !important;
  color: #f1453a !important;
}

.form-group span.has-danger {
  display: block;
  color: #ffeeee;
  font-size: 14px;
  background-color: #f1453a;
  box-shadow: 0px 4px 24px rgba(238, 25, 25, 0.15);
  border-radius: 8px;
  padding: 4px 12px;
}

.form-group input.has-success {
  border: 1px solid #00a8b8 !important;
  color: #00a8b8 !important;
}

.form-group span.has-success {
  display: block;
  color: #ffeeee;
  font-size: 14px;
  background-color: #00a8b8;
  box-shadow: 0px 4px 24px rgba(0, 168, 184, 0.15);
  border-radius: 8px;
  padding: 4px 12px;
}

.no-remember {
  font-size: 14px;
  color: #f5f8fa;
  float: right;
  font-weight: 700;
  margin-top: 10px;
}

.warning {
  padding: 20px 45px 20px 50px;
  background: url("../image/icons/i-warning.png") no-repeat left 15px top 15px;
  background-color: #ffeeee;
  border: 2px solid #f1453a;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.warning p {
  line-height: 24px;
  font-size: 16px;
  color: #f1453a;
  margin-bottom: 0;
}

#forgot_pwd_success_alert {
  padding: 20px 45px 20px 50px;
  background-color: #ffeeee;
  border: 2px solid #3ed661;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-top: 30px;
}

#forgot_pwd_success_alert p {
  line-height: 24px;
  font-size: 16px;
  color: #3ed661;
  margin-bottom: 0;
}

.info-help {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../image/icons/i-help.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.list-box-price {
  margin-top: 100px;
}

.list-radio {
  text-align: center;
  margin-top: 70px;
}

.list-radio li {
  vertical-align: top;
}

.list-radio li:not(:last-child) {
  margin-right: 30px;
}

.list-radio .custom-control-label {
  color: #929aae;
}

.list-radio .radio-check .custom-control-label {
  color: #1d243e;
}

.custom-control-label::before {
  top: 0;
  left: -32px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 1px solid #cacaca;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #b9256a;
  border: 1px solid #b9256a;
}

.custom-control-label::after {
  top: 6px;
  left: -26px;
  width: 12px;
  height: 12px;
  background-size: 100%;
}

.list-box-price .nav-tabs {
  background-color: #211a44;
  border: 0;
  border-radius: 7px;
  overflow: hidden;
}

.list-box-price .nav-tabs .nav-item {
  margin-bottom: 0;
  min-width: 33.33%;
  text-align: center;
}

.list-box-price .nav-tabs .nav-link {
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 20px 53px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}

.list-box-price .nav-tabs .nav-link.active,
.list-box-price .nav-tabs .nav-link:hover {
  font-weight: 700;
  background-color: #b9256a;
}

.voucher {
  color: #b9256a;
}

.box-price {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 1px 5px #e2e2e2;
  padding: 20px 0px 30px;
}

.box-price.box-active {
  border-top: 4px solid #b9256a;
  box-shadow: 0px 1px 5px #b5b5b5;
  box-shadow: 0px 1px 5px #b5b5b5;
}

.box-highlight {
  color: #b9256a;
  font-size: 16px;
}

.box-name {
  color: #1d243e;
  font-size: 18px;
  font-weight: 500;
  margin-top: 45px;
}

.box-price.box-active .box-name {
  margin-top: 15px;
}

.box-price-info h5 {
  color: #1d243e;
  font-size: 32px;
}

.box-date {
  color: #929aae;
  margin-bottom: 30px;
}

.box-pride-desc {
  border-top: 1px solid #d8dde6;
  padding-top: 30px;
}

.box-pride-desc ul li {
  color: #929aae;
  font-size: 16px;
}

.box-number {
  font-weight: 700;
}

.question-list .card-header .btn-link {
  width: 100%;
  text-align: left;
  line-height: 24px;
  font-size: 16px;
  color: #1d243e;
  padding: 16px 0px;
  text-decoration: none;
  padding-left: 40px;
}

.question-list .card-header {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

.question-list .card {
  border-radius: 0;
  border-right: 0;
  border-left: 0;
}

.collap-icon {
  float: right;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../image/icons/i-plus.png") no-repeat center;
}

.question-list .card.open .card-body {
  /*background: rgba(185, 37, 106, 0.08);*/
  border-left: 2px solid #0061c1;
  padding: 0;
  padding-left: 16px;
  line-height: 30px;
}

.question-list .card.open .card-body .bullet {
    color: #0061c1;
    font-size: 20px;
}

.question-list .card.open .collap-icon {
  background: url("../image/icons/i-minus.png") no-repeat center;
}

.try-free {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  /*margin-right: 16px;*/
  color: #f3f3f7;
}

.form-try-free {
  display: flex;
  align-items: center;
  padding-bottom: 28px !important;
}

.trust-by {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.trust-by .title {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  /* identical to box height */
  margin-top: 64px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 16px;
  color: #1d243e;
}

.trust-by .decription {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height */
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #6c738d;
}

.title-resolver {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  /* identical to box height */
  letter-spacing: 0.02em;
  color: #484554;
  margin-bottom: 17px;
}

.header-resolver {
  /*margin-bottom: 32px;*/
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  /* identical to box height */
  text-align: center;
  color: #484554;
}

.input-group-append .btn {
  background: #c71e6b;
  color: white;
}

.footer-box {
  background: #ffffff;
  /* shadow hight */
  box-shadow: -4px 4px 48px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: absolute;
  width: 92%;
  top: -260px;
  z-index: 1;
}

.footer-box .title {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  /* identical to box height */
  color: #1d243e;
  margin-bottom: 8px;
}

.footer-box .description {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  color: #6c738d;
  margin-bottom: 16px;
}

.feature-item .title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  /* identical to box height */
  text-transform: uppercase;
  margin-bottom: 22px;
}

.title-Brooklyn {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  margin-right: 30px;
  color: #211a44;
}

.brooklyn {
  padding-top: 20px;
  display: flex;
  align-items: center;
}

.brooklyn .free {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */
  color: #838383;
}

.start-on-shop {
  color: #484554;
  margin-right: 30px;
}
.content-data img, .theme-item .theme-thumb img{
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: 100% 0%;
}
.right-screen .screen-thumb img{
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: 100% 0%;
}
.right-screen .view-mobile .mobile-thumb img{
  width: 188px;
  height: 328px;
  object-fit: cover;
  object-position: 100% 0%;
}

.table-pricing {
  border: 1px solid #E0E4E9;
}

.table-pricing td {
  border-right: 1px solid #E0E4E9;
  font-size: 16px;
  line-height: 24px;
  color: #484554;
}

.table-pricing thead th {
  background-color: #F4F5F8;
  border-right: 1px solid #E0E4E9;
  height: 134px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 0px;
}

.table-pricing thead .had-notice {
  position: relative;
  overflow: hidden;
}

.table-pricing thead .had-notice .notice {
  position: absolute;
  background: #C71E6B;
  padding: 5px 24px;
  padding-top: 25px;
  top: -18px;
  right: -41px;
  transform: rotate(45deg);
  width: 125px;overflow: hidden;
}

.table-pricing thead .had-notice .notice p {
  font-size: 10px;
  line-height: 13px;
  color: #FFFFFF;
  margin-bottom: 0px;
  font-weight: 400;
}

.table-pricing thead .had-notice .notice img {
  height: 11px;
  width: 11px;
}

.table-pricing thead th b {
  font-size: 18px;
  line-height: 23px;
  color: #484554;
  display: block;
}

.table-pricing thead th span {
  font-size: 14px;
  line-height: 18px;
  color: #868686;
  font-weight: 400;
}

.table-pricing tbody td {
  padding: 18px 24px;
  vertical-align: middle;
  text-align: center;
}

.table-pricing tbody .price-wrap td {
  padding: 51px 24px;
}

.table-pricing tbody td:first-child {
  text-align: left;
}

.table-pricing tbody td .price {
  font-size: 32px;
  line-height: 42px;
  color: #C71E6B;
  font-weight: bold;
}

.table-pricing tbody td p {
  margin-bottom: 0px;
}

.table-pricing tbody td span {
  font-size: 14px;
  line-height: 18px;
  color: #484554;
  font-weight: 400;
}

.table-pricing tbody td.ingredient-other {
  padding: 12px 24px;
  background: #F4F5F8;
}

.table-pricing tbody td.ingredient-other h5 {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.table-pricing thead th.hide-element {
  display: none;
}

.table-pricing tbody td.hide-element {
  display: none;
}

.show-hide-column-table {
  margin-bottom: 20px;
  display: none;
}

.show-hide-column-table .choose-column {
  font-size: 14px;
  line-height: 18px;
  background: #484554;
  text-align: center;
  background-color: inherit;
  padding: 12px 20px;
  border: 1px solid #E0E4E9;
}

.show-hide-column-table .choose-column[data-class-name="table-col-2"] {
  border-bottom: 0px;
}

.show-hide-column-table .choose-column[data-class-name="table-col-3"] {
  border-bottom: 0px;
}

.show-hide-column-table .choose-column.active {
  background-color: #F4F5F8;
}

.question-list .card-header .btn-link {
  padding-right: 0px;
  position: relative;
  white-space: inherit;
}
.question-list .card-header .btn-link .collap-icon {
   position: absolute;
   top: 20px;
   left: 0px;
}
.dropdown-flag {
  text-align: center;
  min-width: 80px !important;
  padding: 0 !important;
}
.dropdown-flag .dropdown-item:hover,.dropdown-flag  .dropdown-item.active{
  border-left: 0 !important;
}
.flag-language-wrap {
  display: none;
}
.flag-language .dropdown-flag {
  text-align: left;
  min-width: 30px !important;
}
.flag-language .dropdown-menu {
  left: initial;
  right: 0px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.main-menu .login-register {
  padding-top: 0px;
  padding-bottom: 0px;
}
.copy-right .only-show-mobile {
  display: none;
}
#load-data .content-data .item-theme {
  display: none;
}
.success {
  padding: 20px 45px 20px 50px;
  background: url("../image/icons/i-success.png") no-repeat left 15px top 15px;
  background-color: #EAFBFD;
  border: 2px solid #00A8B8;
  color: #00A8B8;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-top: 30px;
}

/** block-content new*/

.block-content-first {
    padding: 100px;
}

.block-content-first .title-block-content {
    margin-bottom: 28px;
    color: #0061c1;
}

.block-content-first .new-desc {
    color: #6C7E8B;
}

.block-content-first .new-link-create-shop {
    margin-top: 24px;
    font-weight: bold;
}

.block-content-first .new-link-create-shop a {
    color: #212B35;
}

.block-content .desc-block-content-new {
    text-align: center;
    color: #6C7E8B;
}

.feature-item .title-new {
    text-transform: inherit;
    text-align: center;
    font-size: 24px;
    color: #211a44;
    letter-spacing: -0.5px;
}

.btn-trial-new {
    background: #0061c1 !important;
    /*padding: 10px 24px !important;*/
}

.btn-trial-new:hover {
    -webkit-box-shadow: -2px -1px 22px 0px rgba(237, 89, 42, 0.68);
    -moz-box-shadow: -2px -1px 22px 0px rgba(237, 89, 42, 0.71);
    box-shadow: -2px -1px 22px 0px rgba(237, 89, 42, 0.7);
}

.login-register-new {
    margin-bottom: 80px;
}

.register-trial-free {
    background: #212B35;
    border-radius: 4px;
    height: 270px;
    margin-top: -124px;
}

.register-trial-free .title-rg-trial-free {
    color: #fff;
    font-weight: 600;
    padding-top: 47px;
    padding-bottom: 15px;
}

.register-trial-free p {
    font-size: 16px;
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.form-register-email .form-group-new {
    display: flex;
}

.form-register-email .form-group-new .input-rg-phone {
    padding-right: 4px;
}

.form-register-email .form-group-new input.input-phone::placeholder {
    color: #6C7E8B;
    font-size: 14px;
}

.btn-form-rg-phone {
    padding-left: 0;
}

.btn-rg-phone {
    color: #fff;
    font-weight: bold;
    padding: 6px 33px !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.statistic-new {
    padding-top: 100px;
}

.statistic-new .number {
    color: #0061c1;
    font-size: 38px;
}

.statistic-new .item {
    padding-bottom: 30px;
}

.title-review-by-experts {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.title-review-by-experts h2 {
    font-size: 40px;
}

.desc-review-by-experts {
    text-align: center;
    width: 100%;
    margin-bottom: 35px;
}

.desc-review-by-experts span {
    color: #6C7E8B;
}

.review-by-experts .content-review-by-experts {
    border-radius: 4px;
    background: #ffffff;
    padding: 20px;
}

.review-by-experts .content-review-by-experts .icon-content {
    padding-bottom: 10px;
}

.review-by-experts .content-review-by-experts .content {
    padding: 0 16px 40px 16px;
    text-align: center;
    font-style: italic;
    color: #6C7E8B;
}

.review-by-experts .info-expert {
    margin-top: -50px;
}

.title-cus-trust {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 24px;
}

.form-rg-email-new {
    display: flex;
}

.form-rg-email-new .input-group-append {
    margin-left: 7px;
}

.social-icon a i {
    font-size: 20px;
}

.social-icon a:hover {
    color: #0061c1;
}

.custom-img-ft .item {
    margin-bottom: 20px;
}

.custom-img-ft .item .award-cup {
  max-height: 74px;
  margin-right: 64px;
}

/*header*/
.container-section1 .title-h1 {
    text-align: left;
    font-size: 48px;
    color: #212B35;
}

.container-section1 .title {
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    color: #212B35;
}

.list-inline-item.register.btn-trial-new {
    border-radius: 4px;
}

.list-inline-item.register.btn-trial-new a {
    border: none;
    background-color: #0061c1;
}

.container-partner-new {
    margin-top: 135px;
    margin-bottom: 52px;
}

.container-partner-new p {
    font-size: 12px;
    color: #6C7E8B;
}

.banner-home-new {
    background-image: url("../image/header-bg-new.png");
    background-size: 100% 100%;
    position: relative;
    height: 445px;
}

.banner-img-asl {
    position: absolute;
    right: 0;
}

.rg-btn-trial {
    padding: 0 10px !important;
}

.login-register.list-inline.ml0.btn-trial {
    margin-left: 0;
    text-align: left;
}

.footer-top-new .block-content .nav .nav-item {
    font-size: inherit;
}

.footer-top-new .block-content .nav .nav-item a {
    font-weight: normal;
}

.logo-menu-mobile {
    position: relative;
    left: 20px;
    top: 4px;
}

.btn-close-menu-mb {
    position: absolute;
    right: 0;
    top: 18px;
}

.floatingNav {
    width: calc(100vh - 100px);
    border-radius: 2px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.home-feature.text-center.bg-grey-new {
    background: #F4F6F8 !important;
}

.try-free.text-ft-register {
  color: #6C7E8B !important;
  line-height: 38px !important;
}

.cus-owl-carousel .owl-dots button.owl-dot.active {
  background-color: #0061c1;
}

/*watch video*/
.btn-watch-video {
  color: #6C7E8B;
  background: transparent;
  font-weight: 500;
  border-radius: 4px;
  padding: 0 22px;
  line-height: 38px;
}

.btn-watch-video:hover {
  background: #0061c1;
  color: #ffffff;
  border: none;
  -webkit-box-shadow: -2px -1px 22px 0px rgba(237, 89, 42, 0.68);
  -moz-box-shadow: -2px -1px 22px 0px rgba(237, 89, 42, 0.71);
  box-shadow: -2px -1px 22px 0px rgba(237, 89, 42, 0.7);
}

.btn-watch-video:focus {
  border: none;
  outline: none;
  box-shadow: none;
  transition: none;
}

/*bao chi*/
.news {
}

.owl-carousel .news-item .logo-news {
  width: 116px;
  height: 47px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.owl-news .news-item {
  padding: 10px;
}

.news-title .title {
  font-size: 21px;
  text-align: left;
  font-weight: 500;
  color: #212B35;
}

.news-title .title:hover {
  color: #ed582a;
}

.new-description span {
  font-size: 16px;
  color: #6C7E8B;
}

.owl-theme.owl-news .owl-nav {
  margin-top: 50px;
  margin-bottom: 50px;
}
.owl-theme.owl-news .owl-dots {
  margin-bottom: 50px;
}

.owl-theme.owl-news .owl-nav button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #E7E7E7;
}

.owl-theme.owl-news .owl-nav button:hover {
  background: #0061c1;
}
.owl-theme.owl-news .owl-nav button span {
  font-size: 32px;
  line-height: 27px;
  color: white;
  font-weight: bold;
}

.news .title-review-by-experts h2 {
  padding-top: 60px;
}

/*youtube*/
.youtube .carousel-indicators {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 41%;
  padding-right: 10px;
  float: right;
  margin: 10px 0 0 0;
  padding-left: 22px;
}

.youtube .carousel-indicators li {
  width: 100%;
  height: 110px;
  text-indent: initial;
  margin-bottom: 20px;
}

.youtube .carousel-indicators li .title-video-youtube {
  width: 60%;
  height: 100%;
}
.youtube .carousel-indicators li .video-youtube-onshop {
  width: 40%;
  height: 110px;
}

.youtube .carousel-indicators li .video-youtube-onshop img {
  width: 100%;
  height: 100%;
}

.youtube .carousel-indicators li .video-youtube-onshop:hover {
  border: solid 4px #0061c1;
}

.title-video-youtube p{
  font-size: 20px;
  letter-spacing: -1px;
}

.youtube .carousel-inner {
  width: 59%;
  float: left;
}

.yt-onshop {
  padding-bottom: 200px;
}

.footer-box-new {
  padding-top: 47px;
  padding-bottom: 47px;
  width: 100%;
}

/*v2.4.2-app_store*/
#app-store {
  background: url("../image/bg-header-app-store.png") no-repeat;
  background-size: cover;
  padding-top: 120px;
}

#app-store .title-header {
  color: #0061c1;
  font-size: 24px;
}

#app-store .btn-on-app-store {
  background: #0061c1;
  font-size: 14px;
  border: none;
}

#app-store ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
}
#app-store ::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
}
#app-store :-ms-input-placeholder { /* IE 10+ */
  font-size: 14px;
}
#app-store :-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
}

#app-detail .container{
  padding-top: 80px;
}

#app-detail .wrap-breadcrumb{
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 170%;
  color: #495057;
  background-color: #FFFFFF!important;
}

#app-detail .breadcrumb-item.active{
  color: #495057;
}

#app-detail .breadcrumb-item+.breadcrumb-item::before {
  margin-right: 5px;
}

#app-detail .breadcrumb-item+.breadcrumb-item {
  margin-left: 5px
}

#app-detail .detail-info {
  background: url("../image/header-app-detail-background.svg") no-repeat;
  background-size: cover;
}

#app-detail .app-detail-image {
  padding: 25px 0px 25px 25px;
}

#app-detail .app-detail-image-thumb {
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 15px;
}

#app-detail .app-detail-image img {
  width: 160px;
}

#app-detail .app-detail-info {
  padding: 25px 25px 25px 0px;
}

#app-detail .app-detail-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  /* identical to box height */

  text-align: justify;
}

#app-detail .app-detail-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height */

  text-align: justify;
  color: #0061c1;
}

#app-detail .app-detail-price-span {
  font-weight: 400;
  color: #212B36;
}

#app-detail .app-detail-partner {
  font-size: 18px;
  line-height: 18px;
  text-align: justify;

  /* neutral / 1 */

  color: #0061c1;
}

#app-detail .btn-app-install {
  float: right;
  width: 160px;
  height: 37px;
    /* Primary */

  background: #0061c1;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  /* identical to box height, or 24px */

  text-align: center;

  /* Neutral / 9 */

  color: #FFFFFF;
}

#app-detail .app-detail-description {
  max-width: 100vw!important;
  margin-top: 25px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
  text-transform: uppercase;

  /* neutral / 1 */

  color: #212B36;
}

#app-detail .app-detail-description h4 {
  margin-top: 25px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
  text-transform: uppercase;

  /* neutral / 1 */

  color: #212B36;
}

#app-detail .app-detail-description .content {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
  text-transform: none;

  /* neutral / 1 */

  color: #212B36;
}

@media screen and (max-width: 492px) {
  #app-detail .btn-app-install {
    width: auto !important;
    height: 37px;
  }

  #app-detail .app-detail-image {
    text-align: center;
    padding: 25px 25px 25px 25px!important;
  }

  #app-detail .app-detail-info {
    padding: 25px 25px 25px 25px!important;
  }
}
.filter a {
  color: #637381;
}
.filter a.dropdown-toggle {
  color: #637381;
}

.filter ul li a.active {
  color: #0061c1;
  font-weight: bold;
}
.filter .dropdown-menu {
  /*opacity: 1;*/
}

.filter ul > li.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}

.filter .dropdown-item:focus, .filter .dropdown-item:hover {
  color: #0061c1;
  text-decoration: none;
  background-color: #f8f9fa;
}
.top_tiles {
  background: #0061c1;
  border-radius: 3px;
  height: 6px;
  width: 34px;
}
.made-by-on-shop .on-shop {
  color: #0061c1;
}
.app-item .price {
  color: #0061c1;
  font-weight: 700;
}
.app-items {
  margin-bottom: 32px;
}
.app-item a.title {
  height: 43px;
  overflow: hidden;
  font-weight: 700;
  color: #212B36;
  font-size: 15px;
}

.app-items h3.font-weight-bold.d-.font-24 a {
  padding-top: 8px;
}
.app-item {
  padding: 0 7px;
}

#app-store .col-md-7.align-middle.m-auto .form-app-stores {
  padding-left: 50px;
}

.app-item .desc {
  word-break: break-word;
  text-align: justify;
}

.app-item .image-app a img {
  border-radius: 5px;
  border: solid 1px #E5E5E5;
  width: 57px;
  height: 57px;
}

.filter .list-inline-item:not(:last-child) {
  margin-right: 2rem;
}

.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  /*border-top: 1px solid #f4f4f4;*/
  padding: 10px;
  background-color: #fff;
}
.custom-paginator .pagination {
  float: right;
  margin-bottom: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.custom-paginator .show-description {
  position: relative;
  top: 6px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0061c1;
  border-color: #0061c1;
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #495057;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.filter .dropdown-item.active {
  background-color: unset;
}

.banner-home-price-new {
  background-image: url("../image/banner-home-price-png.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 750px;
}

.banner-home-price-new .block-content h1 {
  font-weight: 600;
  line-height: 48px;
  font-size: 36px;
  color: #212B36;
}
.onshop-text {
  color: #0061c1 !important;
}
.banner-home-price-new .block-content p {
  color: #495057;
}
.list-box-price-new {
  margin-top: -544px;
  z-index: 999;
  position: relative;
}
.list-box-price-new .nav-tabs .nav-link.active, .list-box-price .nav-tabs .nav-link:hover {
  font-weight: 700;
  background-color: #fff;
  border-color: #fff;
}
.list-box-price-new .nav-tabs .nav-link {
  color: #212B36;
  background: #F1F4F6;
  border: 1px solid #CED4DA;
  border-radius: 10px 10px 0px 0px;
  text-transform: unset;
}
.font-weight-500{
  font-weight: 500!important;
}
.font-weight-600{
  font-weight: 600!important;
}
#priceTabContent {
  -webkit-box-shadow: 0px 0px 40px rgba(237, 89, 42, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(237, 89, 42, 0.15);
  box-shadow: 0px 0px 40px rgba(237, 89, 42, 0.15);
  padding-left: 50px;
  padding-right: 50px;
  background: #fff;
}
.list-box-price-new .nav-tabs {
  border-radius: 10px 10px 0px 0px;
  background-color: transparent;
  max-width: 80%;
  margin: auto;
}
.desc-service {
  border-bottom: solid 1px #B5B5B5;
}
.line {
  width: 58px;
  height: 2px;
  background: #212B36;
}
.block-try-free {
  padding: 40px 54px 40px 55px;
  border-right: solid 1px #B5B5B5;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-service {
  margin-top: 40px;
}
.block-desc-service {
  margin-top: 72px;
}
.block-title-service {
  padding: 65px 55px;
}
.block-title-service p {
  max-width: 200px;
}
.package {
  border-radius: 26px;
  padding: 32px;
  width: 255px;
  height: auto;
}
.package-omi {
  border-radius: 26px;
  padding: 16px;
  border: 1px solid #CED4DA;
  text-align: center;
  width: 180px;
}
.package .name {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.333333px;
}
.package-omi .name {
  font-size: 16px;
}

.package .time{
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: -0.233333px;
}
.package .price {
  font-weight: 600;
  font-size: 36px;
  line-height: 47px;
  text-align: center;
  letter-spacing: -1px;
}
.package-pro {
  border: 1px solid #0061c1;
  margin-left: auto;
}
.package-pro .price {
  color: #0061c1;
}
.package-enterprise {
  border: 1px solid #4B91EA;
  margin-right: auto;
}
.package-enterprise .price {
  color: #4B91EA;
}
.table-price-new tbody tr td{
  padding: 20px 30px;
}
.block-contact-with-onshop {
  background-image: url("../image/block_contact_with_onshop.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.list-box-price-new .nav-tabs.sticky-top {
  max-width: 100%;
}
.table-price-new.table-striped tbody tr:nth-of-type(odd) {
  background: #F1F4F6;
}
.table-price-new tr > td:first-child {
  border-radius: 26px 0 0 26px;
  -moz-border-radius: 26px 0 0 26px;
}

.table-price-new tr > td:last-child {
  border-radius: 0 26px 26px 0;
  -moz-border-radius: 0 26px 26px 0;
}
.table-price-new td, .table-price-new th {
  vertical-align: middle;
}
.package-omi .name {
  font-weight: 500;
}
a.register {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .filter .dropdown-item {
    padding: .25rem 1.5rem;
  }

  #app-store .col-md-7.align-middle.m-auto .form-app-stores {
    padding-left: 0;
  }
  .table-price-new {
    /*width: 1000px;*/
  }
  .list-box-price-new .nav-tabs .nav-item {
    width: 100%;
  }
  .list-box-price-new .nav-tabs .nav-link {
    width: 100%;
    font-size: 16px;
  }
  #priceTabContent {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block-try-free {
    padding: 0;
    border-right: 0;
  }
  .block-desc-service {
    margin-top: 15px;
  }
  .block-title-service p {
    max-width: unset;
  }
  .table-price-new tbody tr td {
    padding: 13px 8px;
  }
  .list-box-price-new .nav-tabs {
    max-width: 90%;
  }
  .wrap-tabs-content.d-block.d-sm-none a.show-detail-service {
    margin-bottom: 2rem !important;
    margin-top: 1rem;
  }
  #pos-tab {
    border-radius: unset !important;
  }
  #omni-tab {
    border-radius: unset !important;
  }
}

.modal-form {
  width: 50%;
  min-height: 500px;
  max-height: 660px;
  padding-right: 15px;
  padding-left: 15px;
  /*display: block;*/
  margin: auto;
  border-top: solid 5px #0061c1;
  background-color: white;
}

.modal-form #open-register, .modal-form .modal-close, .modal-form .modal-close:hover, .modal-form .no-remember, .modal-form #other-login {
  color: #0061c1 !important;
}

.modal-form .btn-pink {
  background-color: #0061c1;
  border-radius: 4px;
  border: none;
}

.modal-form .btn-pink:hover {
  -webkit-box-shadow: -2px -1px 22px 0px rgba(237, 89, 42, 0.68);
  -moz-box-shadow: -2px -1px 22px 0px rgba(237, 89, 42, 0.71);
  box-shadow: -2px -1px 22px 0px rgba(237, 89, 42, 0.7);
}

.modal-form .modal-body h1 {
  margin: 0;
}

.modal-form .modal-dialog {
  max-width: unset;

}

#modal-register-view {
  min-height: 650px;
  max-height: 750px;
}

/*#modal-register-view .modal-dialog {*/
  /*margin: 0 auto;*/
/*}*/

@media screen and (max-width: 991px) {
  .modal-form {
    width: 60%;
    height: 60%;
  }
  .md-register .btn-use-paid-version {
    margin-left: 0;
    margin-top: 16px;
  }
  #modal-register-view .form-group .form-control {
    height: 44px !important;
  }
  #modal-register-view.md-register .field-password i {
    top: 46px;
  }
  .md-register .btn-pink {
    height: 44px;
  }
  .md-register .btn-use-paid-version {
    height: 44px;
  }
}

@media screen and (max-width: 768px) {
  .nav-question-mobile{
    display: block;
  }
  .modal-form {
    width: 100%;
    height: 100%;
    padding: 30px 0;
    /*align-items: center;*/
    /*!*display: flex;*!*/
    /*justify-content: center;*/
  }

  #modal-register-view .form-group {
    margin-bottom: 5px;
  }

  .modal-dialog {
    padding: 10px;
  }

  #modal-register-view .modal-dialog {
    padding-top: 20px;
    margin: 0 auto;
  }

  /*.modal-body {*/
    /*padding: 20px 0 60px 0;*/
  /*}*/
}

/*modal login view*/
#modal-login-view {
  height: 310px;
}

/*modal register view*/
#modal-register-view {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 40px;
}

#modal-register-view .form-group .form-control {
  height: unset;
}

#modal-register-view .field-password i {
  top: 46px;
}

/* update-homepage-onshop-website */
.content-new .banner-home-new {
  background-image: url("../image/osw_head_bg.png");
  background-size: 100% 100%;
  position: relative;
  height: 725px;
}
.content-new .banner-home.text-center.banner-home-new {
  padding-top: 94px;
}
.content-new .banner-img-asl {
  top: 0;
}
.osw-block-title {
  position: relative;
  color: #212B36;
}
.osw-block-title:before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: -19px;
  z-index: -1;
  background: url("../image/osw_before_title.png");
  left: -30px;
}
.osw-item-category:hover .item-category-img {
  background: #fff;
  box-shadow: 0px 0px 25px 5px rgba(237, 89, 42, 0.2);
}
.osw-item-category:hover .item-category-name {
  color: #0061c1;
}
.item-category-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #F8F9FA;
  margin: auto;
  position: relative;
}
.item-category-img img {
  width: 60px !important;
  height: 60px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.func-feature-left {
  background: url("../image/osw_fun_feature_bg.svg") no-repeat;
}
.mt-80px {
  margin-top: 80px;
}
.mb-80px {
  margin-bottom: 80px;
}
.mt-160px {
  margin-top: 160px;
}
.mt-70px {
  margin-top: 70px;
}
.mb-36px {
  margin-bottom: 36px;
}
.mb-60px {
  margin-bottom: 60px;
}
.func-feature-item {
  background: #F8F9FA;
  border-radius: 20px;
  padding: 1.5rem;
  /*max-height: 401px;*/
  max-width: 285px;
}
.func-feature-item:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 25px 5px rgba(237, 89, 42, 0.2);
}
.marketing-support .question-list .collapse {
  transition: 0.5s;
}
.marketing-support .question-list .card-header .btn-link {
  background: #F8F9FA;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 10px;
}
.marketing-support .question-list .card-header .btn-link.collapsed {
  background: #F8F9FA;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: none;
}
.marketing-support .question-list .card-header .btn-link {
  padding-left: 50px;
}
.marketing-support .question-list .card-header .btn-link .collap-icon {
  left: 24px;
}
.marketing-support .question-list .card.open .collap-icon {
  background: url("../image/icons/icon_minus_price_new.svg")no-repeat center;
}
.marketing-support .card.open .btn-link{
  background: #FFFFFF;
  box-shadow: 0px 0px 25px 5px rgba(237, 89, 42, 0.2);
  border: #ffffff;
}
.sales-process {
  background: url("../image/osw_sales_process_bg.svg") no-repeat;
}
.step-sales-process .title h5 {
  text-align: left;
}
.step-sales-process .title h5 img {
  padding-right: 54px;
}
.step-sales-process .desc {
  border-left: 3px solid #0061c1;
  height: 72px;
  margin-left: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 64px;
}
.tab-function {
  background: #F8F9FA;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 28px;
}
.why-onshop-best .nav-question a.active {
  border: 1px solid #0061c1;
  box-sizing: border-box;
  background: #FFFFFF !important;
  box-shadow: 0px 0px 25px 5px rgba(237, 89, 42, 0.2);
}
.why-onshop-best .nav-question a:hover {
  border: 1px solid #0061c1;
  box-sizing: border-box;
  background: #FFFFFF !important;
  box-shadow: 0px 0px 25px 5px rgba(237, 89, 42, 0.2);
}
.step-create-website-icon {
  width: 160px;
  height: 160px;
  margin: auto;
  position: relative;
}
.step-create-website-icon.one:before {
  content: "";
  width: 105px;
  height: 29px;
  position: absolute;
  top: 60px;
  right: -130px;
  background: url("../image/icons/osw_arow_create_website_1_icon.svg") no-repeat;
}
.step-create-website-icon.two:before {
  content: "";
  width: 114px;
  height: 46px;
  position: absolute;
  top: 0;
  right: -130px;
  background: url("../image/icons/osw_arow_create_website_2_icon.svg") no-repeat;
}
.step-create-website-icon.three:before {
  content: "";
  width: 115px;
  height: 50px;
  position: absolute;
  top: 30px;
  right: -130px;
  background: url("../image/icons/osw_arow_create_website_3_icon.svg") no-repeat;
}
.letter-space-05 {
  letter-spacing: -0.5px;
}
.home-themes.down {
  margin-top: 70px;
  margin-bottom: 20px;
}
.owl-dots button.owl-dot.active {
  background-color: #0061c1 !important;
  transform: scale(1.4);
}

.review__box {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.review__box>div {
  width: 48%;
}

.review__item--active-box {
  display: flex;
  flex-direction: column;
}

.review__item--active-box .review__item {
  box-shadow: 0px 0px 25px 5px rgba(237, 89, 42, 0.2);
  border-radius: 16px;
  position: relative;

}

.review__item {
  padding: 70px 50px 40px 50px;
  text-align: left;
}

.review__item-3 {
  padding-top: 20px;
}

.customer-info-box {
  display: flex;
  margin-top: 30px;
}

.customer-info-box>img {
  display: inline-block;
  margin-right: 25px;
}

.customer-info,
.customer-info > .position,
.customer-info > .custommer-name
{
  text-align: left;
}

.review__button-box {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
  margin-top: 32px;
}

.review__button {
  border-radius: 8px;
  width: 12px;
  height: 12px;
  background: #B5B5B5;
  margin-left: 12px
}

.review__active-icon {
  position: absolute;
  top: -28px;
  left: 110px;
}

.review__checkbox {
  display: none;
}

.review__content {
  height: 72px;
  overflow: hidden;
}

#review__checkbox-1:checked ~ .review__button-1 {
  background: #0061c1;
}
#review__checkbox-2:checked ~ .review__button-2 {
  background: #0061c1;
}
#review__checkbox-3:checked ~ .review__button-3 {
  background: #0061c1;
}

.intro-bg {
  background: url("../image/osw_intro_img.svg") center no-repeat #fff;
  padding: 80px 0;
  color: #c71e6b;
  background-size: cover;
  border-radius: 16px;
}
.font-56 {
  font-size: 56px !important;
}
.item-intro-border {
  border-right: 4px solid #0061c1;
}

.owl-func-osw .owl-nav button {
  background: #FFFFFF !important;
  box-shadow: 0px 0px 50px 5px rgba(208, 40, 40, 0.15) !important;
  border-radius: 50px !important;
  transform: matrix(-1, 0, 0, 1, 0, 0) !important;
  width: 48px !important;
  height: 48px !important;
}
.owl-func-osw {
  position: relative;
}
.owl-func-osw .owl-nav button i {
  color: #0061c1;
}
.owl-func-osw .owl-nav button.owl-prev {
  position: absolute;
  top: 170px;
  left: -30px;
}
.owl-func-osw .owl-nav button.owl-next {
  position: absolute;
  top: 170px;
  right: -30px;
}
.owl-func-osw .owl-item img {
  width: unset !important;
  max-width: 100%;
}
.intro.mb-80px {
  padding-left: 15px;
  padding-right: 15px;
}
.marketing-img-append:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}
.screen-iphone {
  position: relative;
}
.scr-themes {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.animated {
  -webkit-animation: 2s ease 0s normal forwards 1 fadeInDown;
  animation: 2s ease 0s normal forwards 1 fadeInDown;
}

@keyframes fadeInDown {
  0% {
    opacity:0;
    -webkit-transform:translateY(-20px);
    -ms-transform:translateY(-20px);
    transform:translateY(-20px)
  }
  100% {
    opacity:1;
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0)
  }
}
@media screen and (max-width: 1440px){
  .func-feature-left {
    background: url("../image/osw_fun_feature_bg.svg") no-repeat -220px;
  }
}

@media screen and (max-width: 1366px){
  .func-feature-left {
    background: url("../image/osw_fun_feature_bg.svg") no-repeat -300px;
  }
}
@media screen and (max-width: 991px){
  .review__box>div:first-child {
    width: 100%;
  }
  .review__box>div:last-child {
    display: none;
  }
  .review__item {
    padding-left: 16px;
    padding-right: 16px;
  }
  .review__item .review__content {
    font-size: 14px;
    height: 82px;
  }
  .review__item .custommer-name,
  .review__item .position {
    font-size: 16px;
  }
  .review__active-icon {
    left: 35px;
  }
  .customer-info-box>img {
    margin-right: 10px;
  }

  .step-create-website-icon.one:before {
    background: none;
  }
  .step-create-website-icon.two:before {
    background: none;
  }
  .step-create-website-icon.three:before {
    background: none;
  }
  .home-themes.down {
    margin: 0 auto;
  }
  .item-intro-border {
    border-right: none;
  }
  .title-h1.onshop-text {
    margin-top: 260px;
    font-size: 20px;
    text-align: left !important;
  }
  .container-section1 .navbar-nav {
    padding-left: 0;
  }
  .container-section1 .navbar-nav .login-register {
    text-align: left !important;
  }
  .func-feature-item {
    max-width: 100%;
  }
  .step-sales-process .title h5 img {
    padding-right: 10px;
  }
  .step-sales-process .desc {
    padding-left: 24px;
  }
  .sales-process {
    background-size: 84% 50%;
  }
}