/*------------------------------------------------------------------
[Fonts]
*/
@font-face {
  font-family: 'SFProDisplay';
  src: url("../fonts/SFProDisplay-BlackItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SFProDisplay';
  src: url("../fonts/SFProDisplay-Black.woff2") format("woff2"), url("../fonts/SFProDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SFProDisplay';
  src: url("../fonts/SFProDisplay-Heavy.woff2") format("woff2"), url("../fonts/SFProDisplay-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SFProDisplay';
  src: url("../fonts/SFProDisplay-HeavyItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-HeavyItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SFProDisplay';
  src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SFProDisplay';
  src: url("../fonts/SFProDisplay-BoldItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SFProDisplay';
  src: url("../fonts/SFProDisplay-LightItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SFProDisplay';
  src: url("../fonts/SFProDisplay-Light.woff2") format("woff2"), url("../fonts/SFProDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SFProDisplay';
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SFProDisplay';
  src: url("../fonts/SFProDisplay-RegularItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SFProDisplay';
  src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SFProDisplay';
  src: url("../fonts/SFProDisplay-MediumItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SFProDisplay';
  src: url("../fonts/SFProDisplay-SemiboldItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SFProDisplay';
  src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------------------------------------
[Common]
*/
body {
  font-size: 16px;
  font-family: "SFProDisplay", sans-serif;
  line-height: 1.35;
  font-weight: 400;
  color: #000;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.35;
  font-weight: 700;
}

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

a {
  color: #000;
  text-decoration: none;
}
a:hover, a:focus {
  color: #024CEF;
}

b, strong {
  font-weight: 700;
}

textarea {
  resize: none;
}

/*------------------------------------------------------------------
[Buttons]
*/
button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

.btn-clear {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.btn-primary-color {
  background-color: #3149E6;
  border-color: #3149E6;
  color: #fff;
}
.btn-primary-color:hover {
  background-color: #024CEF;
  border-color: #024CEF;
  color: #fff;
}

.btn-green-color {
  background-color: #00ED87;
  border-color: #00ED87;
  color: #000;
}
.btn-green-color:hover {
  background-color: #08ff94;
  border-color: #08ff94;
  color: #000;
}

.btn-primary-color-1 {
  background-color: #024CEF;
  border-color: #024CEF;
  color: #fff;
}
.btn-primary-color-1:hover {
  background-color: #3149E6;
  border-color: #3149E6;
  color: #fff;
}

/*------------------------------------------------------------------
[Typographic]
*/
.title {
  font-weight: 900;
  margin-bottom: 0;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.title2 {
  font-weight: 900;
  margin-bottom: 0;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.title::after {
  content: '';
  width: 10px;
  height: 10px;
  transform: skew(-20deg);
  margin-left: 10px;
  display: inline-block;
  background-color: #00E88F;
}
@media only screen and (min-width: 768px) {
  .title::after {
    width: 14px;
    height: 14px;
  }
}
.title.text-primary-color-1::after, .title.text-white::after {
  background-color: #00E88F;
}
.title.text-black::after {
  background-color: #024CEF;
}
.title.text-green-color-1::after {
  background-color: #25ED8D;
}
.title.no-triangle::after {
  display: none;
}
.title.triangle-primary-dark::after {
  background-color: #004BF3;
}

.title-type-1 {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .title-type-1 {
    font-size: 36px;
  }
}

.title-type-2, .textblock-title {
  font-size: 21px;
}
@media only screen and (min-width: 768px) {
  .title-type-2, .textblock-title {
    font-size: 32px;
  }
}

.title-type-3 {
  font-size: 17px;
}

.text-primary-color-1 {
  color: #024CEF;
}

.text-primary-color-2 {
  color: #00E88F !important;
}

.text-green-color-1 {
  color: #25ED8D;
}

.fw-900 {
  font-weight: 900;
}

.text-justify {
  text-align: justify !important;
}

/*------------------------------------------------------------------
[Icons]
*/
[class*='ico-'] {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.ico-facebook {
  background-image: url(../images/icons/ico-facebook.png);
  width: 16px;
  height: 30px;
}

.ico-tiktok {
  background-image: url(../images/icons/ico-tiktok.png);
  width: 26px;
  height: 30px;
}

.ico-instagram {
  background-image: url(../images/icons/ico-instagram.png);
  width: 30px;
  height: 30px;
}

.seeding-ico-tiktok {
  background-image: url(../images/icons/seeding-ico-tiktok.png);
  width: 30px;
  height: 30px;
  background-size: 100%;
}
@media only screen and (min-width: 992px) {
  .seeding-ico-tiktok {
    width: 40px;
    height: 40px;
  }
}

.seeding-ico-youtube {
  background-image: url(../images/icons/seeding-ico-youtube.png);
  width: 30px;
  height: 30px;
  background-size: 100%;
}
@media only screen and (min-width: 992px) {
  .seeding-ico-youtube {
    width: 40px;
    height: 40px;
  }
}

.seeding-ico-instagram {
  background-image: url(../images/icons/seeding-ico-instagram.png);
  width: 30px;
  height: 30px;
  background-size: 100%;
}
@media only screen and (min-width: 992px) {
  .seeding-ico-instagram {
    width: 40px;
    height: 40px;
  }
}

.seeding-ico-facebook {
  background-image: url(../images/icons/seeding-ico-facebook-circle.png);
  width: 30px;
  height: 30px;
  background-size: 100%;
}
@media only screen and (min-width: 992px) {
  .seeding-ico-facebook {
    width: 40px;
    height: 40px;
  }
}

/*------------------------------------------------------------------
[Header]
*/
.header-site {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .navbar-expand-lg {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    width: calc(50% - 63px);
  }
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav:first-child {
    justify-content: flex-end;
  }
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  padding: 15px;
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 12px 16px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 20px 16px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 25px 16px;
  }
}
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #024CEF;
}
.navbar-expand-lg .navbar-nav > li:not(:last-child) {
  border-bottom: 1px solid #BABABA;
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav > li:not(:last-child) {
    border-bottom: 0;
  }
}
.navbar-expand-lg .dropdown-menu {
  border: none;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .dropdown-menu {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
  }
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .dropdown-menu li:first-child .dropdown-item {
    border-radius: 6px 6px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .dropdown-menu li:last-child .dropdown-item {
    border-radius: 0 0 6px 6px;
  }
}
.navbar-expand-lg .dropdown-item {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  padding: 15px 30px;
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .dropdown-item {
    padding: 10px 15px;
  }
}
.navbar-expand-lg .dropdown-item:hover, .navbar-expand-lg .dropdown-item:focus {
  background-color: transparent;
  color: #024CEF;
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .dropdown-item:hover, .navbar-expand-lg .dropdown-item:focus {
    background-color: #024CEF;
    color: #fff;
  }
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 15;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
    border-top: 1px solid #000;
    padding: 10px 25px;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav:first-child {
    border-bottom: 1px solid #BABABA;
  }
  .navbar-expand-lg .navbar-collapse .dropdown-menu {
    border-top: 1px solid #BABABA;
    border-radius: 0;
  }
  .navbar-expand-lg .navbar-collapse .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #BABABA;
  }
}

.navbar-brand {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .navbar-brand {
    width: 125px;
  }
}
.navbar-brand img {
  height: 40px;
}

.navbar-toggler {
  border: none;
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  cursor: pointer;
  display: inline-block;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler span {
  background-color: #000;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.navbar-toggler span:nth-child(1) {
  top: 0px;
  width: 13px;
}
.navbar-toggler span:nth-child(2) {
  top: 9px;
}
.navbar-toggler span:nth-child(3) {
  top: 18px;
  width: 100%;
}
.navbar-toggler:hover span:nth-child(1) {
  width: 30px;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
  top: 9px;
  right: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 28px;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  right: 20px;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
  top: 9px;
  right: 0;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 28px;
}

/*------------------------------------------------------------------
[Content]
*/
.section-title {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .section-title {
    margin-bottom: 28px;
  }
}
.section-title.line-on-top::before {
  content: "";
  margin-bottom: 10px;
  width: 38px;
  height: 10px;
  background-color: #00E88F;
  display: block;
}

/** section-banner */
.banner {
  padding-top: 20px;
  padding-bottom: 22px;
}

.banner-icon {
  margin-top: 16px;
}
.banner-icon img {
  width: 58px;
}

/** section-strength */
.section-strength {
  padding-top: 25px;
}
@media only screen and (min-width: 768px) {
  .section-strength {
    background-color: #EFEFEF;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-strength .section-title {
  margin-bottom: 12px;
}

@media only screen and (min-width: 992px) {
  .strength > .row {
    margin-left: -22px;
    margin-right: -22px;
  }
  .strength > .row > * {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.strength-item {
  padding-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .strength-item {
    padding-bottom: 0;
  }
}

.strength-item-title {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
}
.strength-item-title::before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #BABABA;
  position: absolute;
  top: 5px;
  left: 0;
}

.strength-item-list {
  margin-bottom: 0;
  text-align: justify;
}
.strength-item-list li {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.strength-item-list li a:not(:hover) {
  color: inherit;
}

/** section-team */
.section-team {
  padding-top: 60px;
  padding-bottom: 35px;
  position: relative;
  overflow: hidden;
}
.section-team::after, .section-team::before {
  content: '';
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}

.team-corner-top {
  position: absolute;
  width: 28.22917%;
  left: -2.1875%;
  top: 0;
}

.team-corner-bottom {
  position: absolute;
  width: 28.22917%;
  right: -2.1875%;
  bottom: 0;
  transform: rotate(180deg);
}

.team-item {
  margin-bottom: 25px;
  position: relative;
}

.team-item-img img,
.activity-item-img img,
.publication-item img {
  width: 100%;
  transition: all 0.2s ease;
}
.team-item-img a,
.activity-item-img a,
.publication-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.team-item-img a:hover img,
.activity-item-img a:hover img,
.publication-item a:hover img {
  transform: scale(1.08);
}

.team-item-img a,
.publication-item a {
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .team-item-img a,
  .publication-item a {
    border-radius: 16px;
  }
}

.activity-item-img a {
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .activity-item-img a {
    border-radius: 32px;
  }
}

.team-item-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
}
.team-item-title::after {
  content: '';
  display: block;
  width: 32px;
  height: 5px;
  background-color: #00E88F;
  margin-top: 4px;
}

/** section-motto */
@media only screen and (min-width: 768px) {
  .section-motto {
    background-color: #00276D;
    padding-top: 50px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    color: #fff;
  }
  .section-motto::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: -15px;
    width: 40px;
    height: 40px;
    transform: skew(-20deg);
    background-color: #00E88F;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .section-motto::after {
    right: -25px;
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .section-motto .more {
    color: #fff;
  }
}

.motto-body {
  border-bottom: 1px solid #fff;
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .motto-body {
    height: 100%;
    max-width: 85%;
    margin-left: auto;
    display: flex;
    align-items: center;
  }
}

.motto-desc {
  font-size: 18px;
  text-align: justify;
}

.more {
  display: inline-flex;
  align-items: center;
  position: relative;
  min-height: 36px;
  padding-left: 44px;
  font-size: 18px;
}
.more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("../images/icons/arrow-right-circle.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

/** section-mission */
.section-mission {
  position: relative;
  background-image: url("../images/uploads/service/blue-and-white-cyber.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 187px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .section-mission {
    padding-top: 250px;
    height: 800px;
  }
}

.mission-item {
  background-color: #EFEFEF;
  border-radius: 12px;
  padding: 25px 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .mission-item {
    height: 100%;
  }
}
.mission-item::after {
  content: "";
  display: block;
  width: 32px;
  height: 6px;
  background-color: #00E88F;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.mission-item-header img {
  width: 66px;
  height: 66px;
  border-radius: 100%;
}

.mission-item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  padding-left: 8px;
  flex: 1 1 0;
}

.mission-item-text {
  font-size: 18px;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .mission-item-text {
    min-height: 180px;
  }
}

/** section-core-values */
.section-core-values {
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
  overflow: hidden;
}
.section-core-values .container {
  position: relative;
  z-index: 1;
}

.core-values-corner-bottom {
  position: absolute;
  width: 28.22917%;
  right: -13.54167%;
  bottom: 0;
  transform: rotate(180deg);
}

.core-values-item {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .core-values-item {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .core-values-item:last-child {
    margin-bottom: 0;
  }
}

.core-values-item-title {
  margin-bottom: 8px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .core-values-item-title {
    margin-bottom: 16px;
  }
}
.core-values-item-title::before {
  content: "";
  display: block;
  width: 16px;
  height: 5px;
  display: block;
  background-color: #00E88F;
  margin-bottom: 4px;
}

.core-values-item-text {
  font-size: 18px;
  text-align: justify;
}
@media (max-width: 767.98px) {
  .core-values-item-text.text-grey-2 {
    color: #000;
  }
}

@media only screen and (min-width: 1200px) {
  .core-values-img {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1200px) {
  .core-values-img img {
    width: calc(100% + calc((100vw - 1140px)/2));
    position: relative;
    max-width: unset;
    right: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .core-values-img img {
    margin-top: -150px;
    right: -215px;
  }
}

/** section-bod */
.section-bod {
  background-color: #EFEFEF;
  padding-top: 50px;
  padding-bottom: 20px;
}

/** section-activities */
.section-activities {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-activities {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .section-activities {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-activities .section-title {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .section-activities .section-title {
    margin-bottom: 65px;
  }
}

@media only screen and (min-width: 992px) {
  .row-xl {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-xl > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .activities .section-title {
    width: 50%;
    margin-left: 50%;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .activities .row [class*="col-"]:nth-child(2n + 1) {
    margin-top: -85px;
  }
}
@media only screen and (min-width: 992px) {
  .activities .row [class*="col-"]:nth-child(2n + 1) {
    margin-top: -108px;
  }
}
.activities .title.text-base-color::after {
  background-color: #00E88F;
}

.activity-item {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .activity-item {
    margin-bottom: 56px;
  }
}

.activities-more-text {
  font-size: 18px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 7px;
}

.activities-more-icon {
  width: 96px;
  display: inline-block;
}

.activity-item-text-meta {
  font-weight: 300;
  font-size: 12px;
  margin-top: 10px;
}
.activity-item-text-meta > * {
  display: inline-block;
}
.activity-item-text-meta .text-location {
  position: relative;
}
.activity-item-text-meta .text-location::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 100%;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: middle;
}

.activity-item-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}

/** section-publication */
.section-publication {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #EFEFEF;
}

.pagination-color .swiper-pagination-bullet-active {
  background-color: #024CEF;
}

.job-header-icon {
  width: 20px;
}

.job-label {
  font-size: 22px;
  font-weight: normal;
  position: relative;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

.publication-item a, .publication-item img {
  display: block;
}
.publication-item img {
  border-radius: 10px;
}

/** section-why */
.section-why {
  background-color: #024CEF;
  padding-top: 40px;
  color: #fff;
}

.why-title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .why-title {
    margin-bottom: 35px;
    font-size: 44px;
  }
}
.why-title span {
  display: block;
  font-size: 60px;
}
@media only screen and (min-width: 768px) {
  .why-title span {
    font-size: 80px;
  }
}

.why-icon .why-icon-1 {
  display: inline-block;
  width: 38px;
  height: 34px;
  background-color: #fff;
  transform: skew(-20deg);
}
.why-icon .why-icon-2 {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #00E88F;
  transform: skew(-20deg);
  position: relative;
  top: -12px;
  margin-left: 16px;
}

@media only screen and (min-width: 768px) {
  .why-body .row [class*="col-"]:not(:last-child) {
    border-right: 1px solid #fff;
  }
}

@media only screen and (min-width: 768px) {
  .counter-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .counter-item-content {
    max-width: 205px;
    margin: 0 auto;
  }
}

.counter-item-text {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .counter-item-text {
    margin-bottom: 70px;
    min-height: 60px;
  }
}

.counter-item-number {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media only screen and (min-width: 992px) {
  .counter-item-number {
    font-size: 80px;
  }
}

/** section-startup */
.box-header {
  margin-bottom: 24px;
  position: relative;
}
.box-header.line::before {
  content: "";
  margin-bottom: 10px;
  width: 38px;
  height: 12px;
  background-color: #00E88F;
  display: block;
}

.box-title {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 0;
}

.box-meta-text {
  font-weight: 500;
  font-size: 18px;
  color: #BABABA;
}

.startup-item {
  position: relative;
  color: #fff;
}

.startup-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px 20px;
}

.startup-item-title {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.startup-list {
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-bottom: 0;
}
.startup-list li {
  font-size: 12px;
}
.startup-list li:not(:last-child) {
  margin-bottom: 8px;
}

/** section-featured */
.section-featured {
  background-color: #EFEFEF;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .section-featured {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .featured-list-item {
    padding-left: 5%;
  }
}

.featured-item {
  margin-bottom: 20px;
}
.featured-item:last-child {
  margin-bottom: 0;
}

.featured-item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .featured-item-title {
    font-size: 20px;
  }
}
.featured-item-title::before {
  content: '';
  width: 10px;
  height: 10px;
  transform: skew(-20deg);
  display: block;
  background-color: #00E88F;
  margin-bottom: 4px;
}

.featured-item-text {
  text-align: justify;
}

.section-packages {
  position: relative;
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  .section-packages {
    padding-bottom: 50px;
  }
  .section-packages-2::after {
    content: "";
    display: block;
    position: absolute;
    top: 140px;
    right: 0;
    width: 40%;
    height: 100%;
    background: url(../images/uploads/service/tap-doan-lon-2.jpg) no-repeat right 90%;
    background-size: 100% auto;
  }
}
.section-packages .container {
  position: relative;
  z-index: 2;
}
.section-packages .section-title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section-packages .section-title {
    margin-bottom: 40px;
  }
}

.sub-title {
  font-weight: 500;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .sub-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .row-xxl {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1200px) {
  .row-xxl {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (min-width: 992px) {
  .row-xxl > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .row-xxl > * {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.col-package-item {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .col-package-item {
    margin-bottom: 60px;
  }
}

.package-for {
  position: relative;
  overflow: hidden;
}
.package-for.is-style-2 .package-for-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 28px;
}
.package-for.is-style-2 .title-package {
  border: none;
  font-size: 25px;
}
@media only screen and (min-width: 768px) {
  .package-for.is-style-2 .title-package {
    font-size: 35px;
  }
}

.package-for-img {
  /* margin-bottom: 10px; */
}
@media only screen and (min-width: 992px) {
  .package-for-img {
    margin-bottom: 0;
  }
  .package-for-img img {
    height: 400px;
  }
}
.package-for-img img {
  border-radius: 15px;
  /* height: 400px; */
}

@media only screen and (min-width: 992px) {
  .package-for-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 28px;
  }
}

.share-triangle {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #fff;
  position: absolute;
  bottom: 20px;
  right: 28px;
  position: absolute;
  bottom: 20px;
  right: 28px;
  transition: all 0.2s ease-in-out;
  display: none;
}
@media only screen and (min-width: 768px) {
  .share-triangle {
    border-left-width: 24px;
    border-top-width: 14px;
    border-bottom-width: 14px;
  }
}
.share-triangle:hover {
  border-left-color: #00E88F;
}

.title-package {
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
}
@media only screen and (min-width: 768px) {
  .title-package {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .title-package {
    border-bottom-color: #fff;
    padding-bottom: 12px;
    margin-bottom: 18px;
  }
}

.package-expert {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .package-expert {
    max-width: 50%;
  }
}
.package-expert li {
  font-size: 12px;
  margin-bottom: 4px;
}

.list-packages {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .list-packages {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .list-packages.parallelogram-shape-left::before {
    content: '';
    width: 50px;
    height: 38px;
    background-color: #00E88F;
    transform: skew(-20deg);
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -42px;
  }
}

.section-human-portrait {
  margin-bottom: 30px;
}

.portrait-item {
  min-height: 64px;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  height: 100%;
}

@media only screen and (min-width: 992px) {
  .wrapper-item {
    max-width: 80%;
  }
}
.wrapper-item:first-child, .wrapper-item:nth-child(4n+1) {
  margin-left: auto;
}
.wrapper-item:first-child .col-item:nth-child(2n+1) .portrait-item, .wrapper-item:nth-child(4n+1) .col-item:nth-child(2n+1) .portrait-item {
  border-radius: 24px 24px 0 24px;
}
.wrapper-item:first-child .col-item:nth-child(2n+2) .portrait-item, .wrapper-item:nth-child(4n+1) .col-item:nth-child(2n+2) .portrait-item {
  border-radius: 24px 24px 24px 0;
}
.wrapper-item:first-child .col-item:nth-child(1) .portrait-item, .wrapper-item:nth-child(4n+1) .col-item:nth-child(1) .portrait-item {
  background-color: #024CEF;
}
.wrapper-item:first-child .col-item:nth-child(2) .portrait-item, .wrapper-item:nth-child(4n+1) .col-item:nth-child(2) .portrait-item {
  background-color: #FACC16;
}
.wrapper-item:first-child .col-item:nth-child(3) .portrait-item, .wrapper-item:nth-child(4n+1) .col-item:nth-child(3) .portrait-item {
  background-color: #F64A3E;
  color: #fff;
}
.wrapper-item:first-child .col-item:nth-child(4) .portrait-item, .wrapper-item:nth-child(4n+1) .col-item:nth-child(4) .portrait-item {
  background-color: #010101;
  color: #fff;
}
.wrapper-item:nth-child(2), .wrapper-item:nth-child(4n+2) {
  margin-left: auto;
  margin-right: auto;
}
.wrapper-item:nth-child(2) .col-item:first-child .portrait-item, .wrapper-item:nth-child(2) .col-item:nth-child(2) .portrait-item, .wrapper-item:nth-child(4n+2) .col-item:first-child .portrait-item, .wrapper-item:nth-child(4n+2) .col-item:nth-child(2) .portrait-item {
  border-radius: 24px 24px 0 24px;
}
.wrapper-item:nth-child(2) .col-item:nth-child(3) .portrait-item, .wrapper-item:nth-child(2) .col-item:last-child .portrait-item, .wrapper-item:nth-child(4n+2) .col-item:nth-child(3) .portrait-item, .wrapper-item:nth-child(4n+2) .col-item:last-child .portrait-item {
  border-radius: 24px 24px 24px 0;
}
.wrapper-item:nth-child(2) .col-item:nth-child(1) .portrait-item, .wrapper-item:nth-child(4n+2) .col-item:nth-child(1) .portrait-item {
  background-color: #010101;
  color: #fff;
}
.wrapper-item:nth-child(2) .col-item:nth-child(2) .portrait-item, .wrapper-item:nth-child(4n+2) .col-item:nth-child(2) .portrait-item {
  background-color: #F64A3E;
  color: #fff;
}
.wrapper-item:nth-child(2) .col-item:nth-child(3) .portrait-item, .wrapper-item:nth-child(4n+2) .col-item:nth-child(3) .portrait-item {
  background-color: #024CEF;
}
.wrapper-item:nth-child(2) .col-item:nth-child(4) .portrait-item, .wrapper-item:nth-child(4n+2) .col-item:nth-child(4) .portrait-item {
  background-color: #25ED8D;
}
.wrapper-item:nth-child(3), .wrapper-item:nth-child(4n+3) {
  margin-left: auto;
}
.wrapper-item:nth-child(3) .col-item:first-child .portrait-item, .wrapper-item:nth-child(4n+3) .col-item:first-child .portrait-item {
  border-radius: 0 24px 24px 24px;
}
.wrapper-item:nth-child(3) .col-item:nth-child(2) .portrait-item, .wrapper-item:nth-child(4n+3) .col-item:nth-child(2) .portrait-item {
  border-radius: 24px 24px 0 24px;
}
.wrapper-item:nth-child(3) .col-item:nth-child(3) .portrait-item, .wrapper-item:nth-child(3) .col-item:last-child .portrait-item, .wrapper-item:nth-child(4n+3) .col-item:nth-child(3) .portrait-item, .wrapper-item:nth-child(4n+3) .col-item:last-child .portrait-item {
  border-radius: 24px 24px 24px 0;
}
.wrapper-item:nth-child(3) .col-item:nth-child(1) .portrait-item, .wrapper-item:nth-child(4n+3) .col-item:nth-child(1) .portrait-item {
  background-color: #FACC16;
}
.wrapper-item:nth-child(3) .col-item:nth-child(2) .portrait-item, .wrapper-item:nth-child(4n+3) .col-item:nth-child(2) .portrait-item {
  background-color: #25ED8D;
}
.wrapper-item:nth-child(3) .col-item:nth-child(3) .portrait-item, .wrapper-item:nth-child(4n+3) .col-item:nth-child(3) .portrait-item {
  background-color: #010101;
  color: #fff;
}
.wrapper-item:nth-child(3) .col-item:nth-child(4) .portrait-item, .wrapper-item:nth-child(4n+3) .col-item:nth-child(4) .portrait-item {
  background-color: #F64A3E;
  color: #fff;
}
.wrapper-item:nth-child(4), .wrapper-item:nth-child(4n+4) {
  margin-left: auto;
  margin-right: auto;
}
.wrapper-item:nth-child(4) .col-item:first-child .portrait-item, .wrapper-item:nth-child(4) .col-item:nth-child(2) .portrait-item, .wrapper-item:nth-child(4n+4) .col-item:first-child .portrait-item, .wrapper-item:nth-child(4n+4) .col-item:nth-child(2) .portrait-item {
  border-radius: 24px 0 24px 24px;
}
.wrapper-item:nth-child(4) .col-item:nth-child(3) .portrait-item, .wrapper-item:nth-child(4n+4) .col-item:nth-child(3) .portrait-item {
  border-radius: 0 24px 24px 24px;
}
.wrapper-item:nth-child(4) .col-item:last-child .portrait-item, .wrapper-item:nth-child(4n+4) .col-item:last-child .portrait-item {
  border-radius: 24px 0 24px 24px;
}
.wrapper-item:nth-child(4) .col-item:nth-child(1) .portrait-item, .wrapper-item:nth-child(4n+4) .col-item:nth-child(1) .portrait-item {
  background-color: #25ED8D;
}
.wrapper-item:nth-child(4) .col-item:nth-child(2) .portrait-item, .wrapper-item:nth-child(4n+4) .col-item:nth-child(2) .portrait-item {
  background-color: #010101;
  color: #fff;
}
.wrapper-item:nth-child(4) .col-item:nth-child(3) .portrait-item, .wrapper-item:nth-child(4n+4) .col-item:nth-child(3) .portrait-item {
  background-color: #F64A3E;
  color: #fff;
}
.wrapper-item:nth-child(4) .col-item:nth-child(4) .portrait-item, .wrapper-item:nth-child(4n+4) .col-item:nth-child(4) .portrait-item {
  background-color: #FACC16;
}
.wrapper-item .col-item {
  margin-bottom: 24px;
}

.section-mission-human {
  background: url(../images/bg/bg-mission-human.png) no-repeat bottom center;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 60px;
  padding-top: 50px;
}

.section-title-mission-human {
  text-align: center;
}
.section-title-mission-human .inner {
  max-width: 65%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1400px) {
  .section-title-mission-human .inner {
    max-width: 75%;
  }
}
.section-title-mission-human .inner::before, .section-title-mission-human .inner::after {
  content: "";
  height: 1px;
  width: 9999px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 50%;
}
.section-title-mission-human .inner::before {
  right: 100%;
  margin-right: 25px;
}
.section-title-mission-human .inner::after {
  left: 100%;
  margin-left: 25px;
}

.content-mission {
  position: relative;
}
.content-mission .img {
  max-width: 60%;
  margin: -5% auto 0;
}

.box-mission-human {
  max-width: 225px;
}
@media only screen and (min-width: 1200px) {
  .box-mission-human {
    position: absolute;
  }
}
@media only screen and (min-width: 1200px) {
  .box-mission-human::after {
    content: "";
    display: block;
    width: 100%;
    height: 91px;
    background: url(../images/bg/bg-box-mission-1.png) no-repeat left bottom;
    margin-top: -10px;
  }
}
.box-mission-human .inner {
  padding: 12px 15px 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  text-align: justify;
}
@media only screen and (min-width: 1200px) {
  .box-mission-human.is-style-1 {
    top: 10%;
    left: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .box-mission-human.is-style-1 {
    top: 15%;
  }
}
.box-mission-human.is-style-2 {
  max-width: 260px;
}
@media only screen and (min-width: 1200px) {
  .box-mission-human.is-style-2 {
    top: 10%;
    right: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .box-mission-human.is-style-2 {
    top: 15%;
  }
}
.box-mission-human.is-style-2 .inner {
  font-size: 18px;
  padding-bottom: 3px;
}
.box-mission-human.is-style-2::after {
  background: url(../images/bg/bg-box-mission-2.png) no-repeat left bottom;
  height: 76px;
  margin-top: 0;
}
.box-mission-human.is-style-3 {
  max-width: 289px;
}
@media only screen and (min-width: 1200px) {
  .box-mission-human.is-style-3 {
    left: 0;
    bottom: 5%;
  }
}
.box-mission-human.is-style-3 .inner {
  font-size: 16px;
  max-width: 155px;
  padding-bottom: 3px;
}
.box-mission-human.is-style-3::after {
  background: url(../images/bg/bg-box-mission-3.png) no-repeat left bottom;
  height: 87px;
  width: 289px;
  margin-top: 0;
}

@media (max-width: 1199px) {
  .list-mission-human .col-6 {
    margin-bottom: 24px;
  }
  .list-mission-human .box-mission-human {
    max-width: unset;
    height: 100%;
  }
  .list-mission-human .box-mission-human .inner {
    border: 1px solid #000;
    border-radius: 10px;
    max-width: unset;
    height: 100%;
    padding: 12px;
    font-size: 18px;
    min-height: 125px;
  }
}

.section-anouncement {
  margin-bottom: 55px;
}

.section-services {
  background-color: #000;
  padding: 50px 0;
  background-image: url(../images/bg/bg-service.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 675px auto;
}

.service-item {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100%;
}
@media only screen and (min-width: 768px) {
  .service-item {
    border-radius: 16px;
  }
}
@media (max-width: 767.98px) {
  .service-item .activities-more .activities-more-text {
    font-size: 16px;
    background-color: #00ED87;
    padding: 6px 20px;
    min-width: 100px;
    font-weight: 500;
    border-radius: 50rem;
    color: #000;
  }
  .service-item .activities-more .activities-more-text:hover {
    background-color: #08ff94;
    border-color: #08ff94;
    color: #000;
  }
  .service-item .activities-more .activities-more-icon, .service-item .activities-more br {
    display: none;
  }
}

.service-item-pad {
  padding: 8px 12px;
}
@media only screen and (min-width: 768px) {
  .service-item-pad {
    padding: 16px;
  }
}

.service-expert {
  text-align: justify;
}
@media (max-width: 767.98px) {
  .service-expert {
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
  }
}

.hover-scale a {
  display: block;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .hover-scale a {
    border-radius: 16px 16px 0 0;
  }
}
.hover-scale a:hover img {
  transform: scale(1.08);
}
.hover-scale a img {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.service-item-title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .service-item-title {
    font-size: 22px;
  }
}
.service-item-title a {
  color: #024CEF;
}

/** section-pricing */
.section-pricing {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .section-pricing {
    padding-top: 110px;
  }
}
.section-pricing::before {
  content: '';
  display: block;
  position: absolute;
  top: 61%;
  left: 0;
  width: 100%;
  height: 56.16667%;
  background: linear-gradient(180deg, #FFFFFF 0%, #25ED8D 100%);
}
.section-pricing > .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1280px) {
  .section-pricing > .container {
    max-width: 1188px;
  }
}

.pricing-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .pricing-title {
    font-size: 36px;
  }
}

.pricing-packages-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
@media only screen and (min-width: 1200px) {
  .pricing-packages-container {
    margin-left: -18px;
    margin-right: -18px;
  }
}

.pricing-col {
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .pricing-col {
    flex: 0 0 auto;
    width: 50%;
    margin-top: 124px;
  }
}
@media (min-width: 1024px) {
  .pricing-col {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-col {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 1023.98px) {
  .pricing-col:nth-child(3) {
    margin-top: 30px;
  }
}

.pricing-package {
  overflow: hidden;
  padding: 3px;
  border-radius: 10px;
  background: #001C80;
  background: linear-gradient(to right, #001c80 0%, #153abf 50%, #2b59ff 100%);
}
@media only screen and (min-width: 768px) {
  .pricing-package.standard {
    position: relative;
    top: -72px;
  }
}
.pricing-package.standard .pricing-package-content {
  background-color: #024CEF;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .pricing-package.standard .pricing-package-content {
    padding-bottom: 54px;
  }
}
.pricing-package.standard .pricing-package-price {
  color: #fff;
}
.pricing-package.standard .pricing-package-details li::after {
  background-image: url(../images/icons/ico-check-fill-white.png);
}
.pricing-package.standard .button {
  background-color: #F9D783;
}
.pricing-package.standard .button:hover {
  background-color: #f8cf6b;
}
.pricing-package.standard .pricing-package-divider {
  background-color: #fff;
}

.pricing-package-content {
  background-color: #fff;
  padding: 30px 15px;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .pricing-package-content {
    padding: 38px 20px 100px;
  }
}

.pricing-package-header label {
  background-color: #A9B2FF;
  border-radius: 4px;
  font-size: 15px;
  line-height: 22px;
  padding: 0 14px;
  margin-bottom: 15px;
}
.pricing-package-header h4 {
  background-color: #F1F1F1;
  border-radius: 6px;
  color: #000B33;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  padding: 6px 14px;
  margin-bottom: 15px;
  display: inline-block;
}
.pricing-package-header-meta-text {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
}

.pricing-package-divider {
  height: 1px;
  background-color: #001C80;
  margin-top: 12px;
  margin-bottom: 12px;
  opacity: 0.3;
}
@media only screen and (min-width: 768px) {
  .pricing-package-divider {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-package-divider {
    margin-top: 26px;
    margin-bottom: 26px;
  }
}

.pricing-package-price {
  font-size: 36px;
  font-weight: 800;
  color: #000B33;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .pricing-package-price {
    font-size: 46px;
    line-height: 77px;
  }
}

.pricing-package-details ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 32px;
  position: relative;
  top: 4px;
}
.pricing-package-details li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  min-height: 24px;
  display: flex;
  align-items: center;
}
.pricing-package-details li:after {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icons/ico-check-fill.png);
  position: absolute;
  top: 0;
  left: 0;
}
.pricing-package-details li.not:after {
  background-image: url(../images/icons/ico-check-not.png);
}

.pricing-package-select {
  padding: 0 20px;
  display: grid;
}

.button {
  display: inline-block;
  background-color: #00ED87;
  border-radius: 10px;
  height: 36px;
  font-size: 18px;
  line-height: 22px;
  padding: 7px 12px;
  font-weight: 900;
  color: #000;
  text-align: center;
  transition: all 0.25s ease-out;
}
.button:hover {
  background-color: #00d478;
  color: #000;
}

/*------------------------------------------------------------------
[Introduction]
*/
/** section-introduction */
.section-introduction {
  margin-bottom: 25px;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .section-introduction {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.introduction-img {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .introduction-img {
    margin-bottom: 40px;
  }
}
.introduction-img img {
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .introduction-img img {
    border-radius: 20px;
  }
}

.introduction-text {
  text-align: justify;
}

.bg-grey {
  background-color: #EFEFEF;
}

/** section-about */
.section-about {
  padding-top: 50px;
  padding-bottom: 56px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .section-about {
    margin-bottom: 56px;
  }
}

.about-corner-background {
  position: absolute;
  bottom: 0;
  right: -2.39583%;
  width: 30%;
  height: auto;
  display: block;
}

.section-about-top {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .section-about-top {
    margin-bottom: 50px;
  }
}

.list-group-anpha li {
  display: flex;
  flex-wrap: wrap;
}
.list-group-anpha li:not(:last-child) {
  margin-bottom: 8px;
}

.list-group-anpha-small-text {
  display: inline-block;
}
.list-group-anpha-small-text::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 100%;
  margin-right: 4px;
  vertical-align: middle;
}

.list-group-anpha-big-text {
  font-weight: 700;
  text-transform: uppercase;
  color: #024CEF;
  font-size: 18px;
  display: inline-block;
  margin-left: 4px;
}
@media only screen and (min-width: 768px) {
  .list-group-anpha-big-text {
    font-weight: 800;
  }
}

@media only screen and (min-width: 1200px) {
  .figure-about-img img {
    width: 77.60417%;
  }
}

.meaning {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1200px) {
  .meaning {
    width: 1024px;
  }
  .mean-logo-block {
    height: 1px;
  }
}

.meaning-item {
  position: relative;
  padding-left: 12px;
}
.meaning-item::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #00E88F;
  position: absolute;
  top: 6px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .meaning-item::before {
    width: 8px;
    height: 8px;
  }
}

.meaning-logo {
  text-align: center;
  width: 50%;
  height: auto;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .meaning-logo {
    width: 38%;
  }
}
@media only screen and (min-width: 1200px) {
  .meaning-logo {
    margin-bottom: 24px;
  }
}
.meaning-logo .meaning-wrap {
  position: absolute;
  top: 10px;
  left: 20%;
}
@media only screen and (min-width: 768px) {
  .meaning-logo .meaning-wrap {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .meaning-logo .meaning-wrap {
    width: 46%;
    top: 26px;
  }
}

.meaning-item-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #024CEF;
  margin-bottom: 4px;
}

@media only screen and (min-width: 992px) {
  .meaning-item-meta-text {
    max-width: 200px;
  }
}

.meaning-text {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .meaning-text {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .meaning-text {
    max-width: 50%;
  }
}
.meaning-text::before {
  content: "";
  display: block;
  width: 82%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background-color: #BABABA;
  margin-bottom: 16px;
}

/** section-mission2 */
@media (max-width: 767.98px) {
  .mission2 {
    background-image: url("../images/uploads/introduction/mission2-img.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .mission2::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
  }
}

.mission2-quote {
  padding-left: 30px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  max-width: 490px;
}
@media only screen and (min-width: 768px) {
  .mission2-quote {
    padding-left: 40px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .mission2-quote {
    font-size: 32px;
  }
}
.mission2-quote::before {
  content: "";
  width: 18px;
  height: 14px;
  background-image: url("../images/icons/quote-icon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 4px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .mission2-quote::before {
    top: 6px;
    width: 22px;
    height: 18px;
  }
}

.mission2-img {
  position: relative;
}
.mission2-img::before {
  content: "";
  display: block;
  width: 88.4375%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 7.08333%;
  background: linear-gradient(90deg, #FFFFFF 41.92%, rgba(255, 255, 255, 0.91) 46.81%, rgba(255, 255, 255, 0.68) 56.59%, rgba(255, 255, 255, 0.32) 70.45%, rgba(255, 255, 255, 0) 82.27%);
}
.mission2-img img {
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: 70.9375%;
}

.mission2-content {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .mission2-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
}

.page-service {
  margin-top: -20px;
  font-weight: 300;
}

.section-banner-service {
  background-color: #25ED8D;
  overflow: hidden;
}
.section-banner-service .container {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-banner-service .container {
    min-height: 387px;
    display: flex;
    align-items: center;
  }
}
.section-banner-service.bg-primary-color-1 {
  background-image: url(../images/bg/bg-banner-seo.png);
  background-repeat: no-repeat;
  color: #fff;
}
.section-banner-service.bg-primary-color-1 .title-banner-service:before {
  background-color: #fff;
}
.section-banner-service.bg-primary-color-1 .btn-primary-color {
  border-color: #fff;
  background-color: #fff;
  color: #024CEF;
}
.section-banner-service.bg-banner-grey {
  background-image: url(../images/bg/bg-fanpage.png);
  background-repeat: no-repeat;
}
.section-banner-service.bg-banner-caro {
  background-image: url(../images/bg/bg-banner-page-service6.png);
  background-repeat: repeat;
}

@media only screen and (min-width: 768px) {
  .banner-service-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 60%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 992px) {
  .banner-service-img img {
    height: 100%;
    max-width: unset;
  }
}

.banner-service-text {
  padding: 30px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .banner-service-text {
    max-width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-service-text.max-355 {
    max-width: 355px;
  }
}
.banner-service-text .btn {
  font-weight: 900;
}

@media only screen and (min-width: 992px) {
  .banner18 .banner-service-img {
    max-width: 75%;
    margin-bottom: -30px;
  }
}

.title-banner-service {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .title-banner-service {
    font-size: 24px;
  }
}
.title-banner-service:before {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  background-color: #3149E6;
  margin-bottom: 8px;
}
.title-banner-service span {
  font-size: 34px;
}
@media only screen and (min-width: 768px) {
  .title-banner-service span {
    font-size: 38px;
  }
}
.title-banner-service.is-xl {
  font-size: 32px;
}
@media only screen and (min-width: 768px) {
  .title-banner-service.is-xl {
    font-size: 42px;
  }
}
.title-banner-service.is-xl span {
  font-size: 56px;
}
@media only screen and (min-width: 768px) {
  .title-banner-service.is-xl span {
    font-size: 66px;
  }
}

.expert-banner-service {
  margin-bottom: 14px;
}

@media only screen and (min-width: 992px) {
  .wrap-text {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-what-is-mc .section-title {
  color: #000;
  margin-top: 45px;
}
@media only screen and (min-width: 768px) {
  .section-what-is-mc .section-title {
    margin-top: 60px;
  }
}

.section-imc-need {
  padding-top: 30px;
  padding-bottom: 30px;
}

.box-imc-need {
  margin-bottom: 30px;
}
.box-imc-need h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}
.box-imc-need ul {
  margin-bottom: 0;
  padding-left: 17px;
}
.box-imc-need ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .box-imc-need ul li:not(:last-child) {
    margin-bottom: 16px;
  }
}

.section-why-choose-watf .short-text {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .section-why-choose-watf .short-text {
    font-size: 37px;
    max-width: 655px;
    margin-bottom: 55px;
  }
}
.section-why-choose-watf .img-watf img {
  display: block;
  margin: 0 auto;
}

.section-title-cmd .title {
  font-weight: 900;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .section-title-cmd .title {
    font-size: 24px;
  }
}
.section-title-cmd .title::after {
  display: none;
}
.section-title-cmd .title span {
  color: #024CEF;
  font-size: 26px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-title-cmd .title span {
    font-size: 34px;
  }
}
.section-title-cmd .title span:after {
  content: "";
  display: inline-block;
  background-color: #024CEF;
  width: 22px;
  height: 8px;
  margin-left: 8px;
}

.section-contact-to-advice h3 {
  font-size: 20px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-contact-to-advice h3 {
    font-size: 27px;
  }
}

.section-mb {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .section-mb {
    margin-bottom: 60px;
  }
}

.section-pad {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .section-pad {
    /* padding-top: 60px; */
    padding-bottom: 60px;
  }
}

.section-pt {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .section-pt {
    padding-top: 60px;
  }
}

.bg-grey-3 {
  background-color: #f2f2f2;
}

.bg-grey-7 {
  background-color: #FEF3E2;
}

.play-video a {
  display: block;
  position: relative;
}
.play-video a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, black 100%);
}
.play-video a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 36px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) {
  .play-video a::after {
    border-top-width: 40px;
    border-bottom-width: 40px;
    border-left-width: 80px;
  }
}

.section-important-web {
  background-color: #024CEF;
  color: #fff;
}
.section-important-web .title::after {
  background-color: #fff;
}
.section-important-web .col-lg-3:last-child .reasion-content {
  border-right: none;
}
@media only screen and (min-width: 576px) {
  .section-important-web .col-lg-3:nth-child(2) .reasion-content {
    border-right: none;
  }
}
@media only screen and (min-width: 992px) {
  .section-important-web .col-lg-3:nth-child(2) .reasion-content {
    border-right: 1px solid #fff;
  }
}
@media only screen and (min-width: 576px) {
  .section-important-web .col-lg-3:nth-child(3) .reasion-content, .section-important-web .col-lg-3:nth-child(4) .reasion-content {
    padding-top: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .section-important-web .col-lg-3:nth-child(3) .reasion-content, .section-important-web .col-lg-3:nth-child(4) .reasion-content {
    padding-top: 0;
  }
}
@media only screen and (min-width: 576px) {
  .section-important-web .col-lg-3:first-child .reasion-content {
    padding-left: 0;
  }
}

.reasion-item {
  margin-bottom: 24px;
}
@media only screen and (min-width: 576px) {
  .reasion-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    margin-bottom: 0;
  }
}

.reasion-content {
  font-size: 18px;
  padding-bottom: 20px;
  font-weight: 300;
}
@media only screen and (min-width: 576px) {
  .reasion-content {
    padding-left: 25px;
    padding-right: 25px;
    border-right: 1px solid #fff;
    flex: 1 1 auto;
  }
}
@media only screen and (min-width: 768px) {
  .reasion-content {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

.reasion-title {
  font-size: 18px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .reasion-title {
    font-size: 20px;
    margin-bottom: 18px;
  }
}

.reasion-expert {
  text-align: justify;
}

@media only screen and (min-width: 768px) {
  .section-seo-ads .section-title {
    margin-bottom: 40px;
  }
}

.block-text {
  font-size: 17px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .block-text {
    max-width: 340px;
  }
}
.block-text h3 {
  color: #000;
}
.block-text .desc {
  text-align: justify;
}

@media only screen and (min-width: 768px) {
  .img-seo-ads {
    padding-top: 30px;
  }
}
.img-seo-ads img {
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .section-text {
    background-image: url(../images/bg/bg-section-text.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 420px;
  }
}
.section-text.bg-grey-3 {
  background-image: none;
}
.section-text.bg-grey-3 .title::after {
  display: none;
}

.list-text {
  font-size: 17px;
  font-weight: 300;
}
.list-text h3 {
  font-weight: 700;
  font-size: 17px;
  color: #000;
  margin-bottom: 15px;
}
.list-text p:last-child {
  margin-bottom: 0;
}
.list-text li:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #000;
}

.section-about-team {
  background-color: #25ED8D;
  background-image: url(../images/bg/bg-about-team.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.section-about-team.is-bg-img {
  background-color: #EEEEEE;
  background-image: url(../images/bg/bg-about-team-2.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 80%;
  min-height: 385px;
}
@media (max-width: 767.98px) {
  .section-about-team.is-bg-img {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 576px) {
  .section-about-team.is-bg-img .text-about-team {
    max-width: 350px;
  }
}
.section-about-team.bg-primary-color-1 {
  background-image: url(../images/bg/bg-section-about-team.png);
  background-position: bottom center;
  background-size: 100% auto;
}
@media only screen and (min-width: 576px) {
  .section-about-team.bg-primary-color-1 {
    background-size: 497px auto;
  }
}
.section-about-team .row {
  align-items: center;
}

.text-about-team {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  position: relative;
  padding-left: 40px;
  padding-bottom: 25px;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .text-about-team {
    font-size: 25px;
    padding-left: 54px;
  }
}
.text-about-team::before {
  content: "";
  width: 24px;
  height: 20px;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  background: url(../images/icons/ico-quote.png) no-repeat;
  background-size: 100% 100%;
}
@media only screen and (min-width: 768px) {
  .text-about-team::before {
    width: 34px;
    height: 28px;
    top: 10px;
  }
}
.text-about-team::after {
  content: "";
  width: 32px;
  height: 6px;
  bottom: 0;
  left: 54px;
  position: absolute;
  background-color: #000;
}

.content-reasion-choose-watf {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 20px 20px 0;
}
@media only screen and (min-width: 768px) {
  .content-reasion-choose-watf {
    padding: 40px 20px 16px;
  }
}

.block-reasion {
  font-size: 17px;
  padding-bottom: 20px;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .block-reasion {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .block-reasion {
    padding-bottom: 50px;
  }
}
.block-reasion::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 6px;
  background-color: #25ED8D;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .block-reasion::after {
    width: 50px;
    height: 8px;
  }
}

.block-reasion-title {
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .block-reasion-title {
    margin-bottom: 20px;
  }
}

.block-reasion-desc {
  position: relative;
  text-align: justify;
}
@media only screen and (min-width: 576px) {
  .block-reasion-desc {
    flex: 1 1 auto;
  }
}
@media only screen and (min-width: 992px) {
  .block-reasion-desc {
    padding-bottom: 50px;
  }
}

.block-reasion-img {
  height: 80px;
  text-align: center;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .block-reasion-img {
    margin-bottom: 36px;
    height: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .block-reasion-img {
    height: 160px;
  }
}
.block-reasion-img img {
  height: inherit;
  vertical-align: middle;
}

.img-reasion {
  background-color: #f2f2f2;
  border-radius: 10px;
  min-height: 100%;
  padding: 100% 20px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.img-reasion img {
  max-width: 90%;
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.creamy-cloud .img-reasion {
  background-color: #FEF3E2;
}
.snowflake .img-reasion {
  background-color: #262626;
}
.primary-color-1 .img-reasion {
  background-color: #024CEF;
}

.section-why-choose-service {
  background-image: url(../images/bg/bg-why-choose-service.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 454px auto;
}
.section-why-choose-service .section-title {
  position: relative;
}
.section-why-choose-service .section-title::after {
  content: '';
  display: block;
  width: 56px;
  height: 21px;
  background: url(../images/bg/group-line.png) no-repeat top right;
  background-size: 56px auto;
  position: absolute;
  top: -20px;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .section-why-choose-service .section-title::after {
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-why-choose-service .section-title {
    margin-bottom: 50px;
  }
}
.section-why-choose-service .title::after {
  background-color: #fff;
}
.section-why-choose-service .row {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .section-why-choose-service .row {
    margin-left: -22px;
    margin-right: -22px;
  }
  .section-why-choose-service .row > * {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .section-why-choose-service .row .col-md-4 {
    border-top: 1px solid #fff;
    padding-top: 30px;
  }
  .section-why-choose-service .row .col-md-4:nth-child(1), .section-why-choose-service .row .col-md-4:nth-child(2), .section-why-choose-service .row .col-md-4:nth-child(3) {
    border-top-width: 0;
  }
}
.section-why-choose-service .block-reasion-title {
  font-size: 18px;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .section-why-choose-service .block-reasion-title {
    min-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  .section-why-choose-service .block-reasion-desc {
    line-height: 24px;
    min-height: 116px;
  }
}

.block-reasion-desc2 {
  text-align: center;
}

.bg-primary-color-1 {
  background-color: #024CEF !important;
}

.bg-primary-color-2 {
  background-color: #00E88F;
}

.section-seo-keyword h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .section-seo-keyword h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }
}

.seo-item {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 20px 25px;
}
@media only screen and (min-width: 768px) {
  .seo-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100%;
  }
}
.seo-item ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.seo-item ul li {
  position: relative;
  padding-left: 16px;
}
.seo-item ul li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 7px;
  left: 0;
  opacity: 0.8;
}

.seo-item-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .seo-item-title {
    margin-bottom: 20px;
  }
}

.seo-item-desc {
  font-size: 17px;
  margin-bottom: 10px;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .seo-item-desc {
    margin-bottom: 20px;
  }
}

.section-seo-general {
  font-size: 17px;
}

.seo-general-feature {
  color: #fff;
  padding: 20px;
  position: relative;
  border-radius: 10px;
  margin-top: 37px;
}
@media only screen and (min-width: 768px) {
  .seo-general-feature {
    padding: 44px 378px 44px 40px;
  }
}

.list-feature-seo {
  display: flex;
  flex-wrap: wrap;
}
.list-feature-seo li {
  width: 100%;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .list-feature-seo li {
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .list-feature-seo li {
    width: calc(50% - 30px);
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 32px;
  }
  .list-feature-seo li:nth-child(4n - 1) {
    margin-left: 30px;
  }
}
.list-feature-seo li span {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 8px 15px;
}
@media only screen and (min-width: 992px) {
  .list-feature-seo li span {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .seo-general-feature-img {
    position: absolute;
    bottom: 0;
    right: 44px;
    max-width: 338px;
  }
}

@media only screen and (min-width: 768px) {
  .max-w-50 {
    max-width: 50%;
  }
}

.block-text-shadow {
  min-height: 122px;
  font-size: 17px;
  font-weight: 700;
  border-radius: 15px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  padding: 15px 10px 25px;
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .block-text-shadow {
    font-size: 19px;
  }
}
.block-text-shadow::after {
  content: "";
  width: 34px;
  height: 4px;
  background-color: #00ED87;
  display: block;
  position: absolute;
  left: 10px;
  margin-top: 15px;
}
.block-text-shadow .desc {
  font-weight: 500;
  margin-top: 6px;
}
@media only screen and (min-width: 768px) {
  .block-text-shadow .desc {
    font-size: 17px;
  }
}

.block-btn {
  height: 100%;
  min-height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-btn .icon {
  margin-top: 16px;
  text-align: center;
}
.block-btn .icon svg {
  width: 8px;
  height: 38px;
}

.list-surfer .col-6:nth-child(2) .block-text-shadow, .list-surfer .col-6:nth-child(3) .block-text-shadow, .list-surfer .col-6:nth-child(6) .block-text-shadow {
  background-color: #000;
  color: #fff;
}

.section-content-marketing {
  background-image: url(../images/bg/bg-content-marketting.png);
}
@media only screen and (min-width: 768px) {
  .section-content-marketing {
    background-size: 670px auto;
  }
}

.block-outline-white {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 46px 22px 22px;
}
@media only screen and (min-width: 768px) {
  .block-outline-white {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .block-outline-white .block-reasion {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-commitment {
  background-color: #EEEEEE;
}

.section-title-line {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-title-line {
    margin-bottom: 36px;
  }
}

.commit-item {
  font-weight: 700;
  font-size: 17px;
  text-align: justify;
}

.commitment-img {
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .commitment-img {
    padding-top: 20px;
  }
}

.fw-black {
  font-weight: 900;
}

.heading-title-square {
  font-size: 22px;
  position: relative;
  margin-bottom: 24px;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) {
  .heading-title-square {
    font-size: 26px;
  }
}
.heading-title-square::after {
  content: "";
  width: 20px;
  height: 20px;
  transform: skew(20deg);
  background-color: #00ED87;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: 10px;
  margin-left: 20px;
}
.heading-title-square span {
  display: inline-block;
  position: relative;
  padding: 4px 20px;
}
.heading-title-square span::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: -4px;
  background-color: #000;
}
.heading-title-square .heading-title-bg-green {
  min-width: 80%;
  text-align: center;
}

.heading-title-outline {
  border: 1px solid #000;
  font-weight: 900;
}
.heading-title-outline::after {
  top: -4px;
}

.heading-title-bg-green {
  font-weight: 400;
  background-color: #00ED87;
  margin-top: 2px;
}
.heading-title-bg-green::after {
  bottom: -4px;
}

.img-social-framework {
  position: relative;
}
.img-social-framework::after {
  content: "";
  display: block;
  position: absolute;
  top: 41%;
  bottom: 0;
  left: 0;
  right: 18%;
  background-color: #00ED87;
  border-radius: 0 30px 0 0;
}
.img-social-framework::before {
  content: "";
  display: block;
  width: 33px;
  height: 6px;
  background-color: #00ED87;
  top: 0;
  left: 0;
  position: absolute;
}
.img-social-framework .img {
  max-width: 405px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .section-why-watf-media {
    background-image: url(../images/bg/bg-why-watf-pg6.png);
    background-position: center top;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  .section-why-watf-media .section-title {
    margin-bottom: 35px;
  }
}
.section-why-watf-media .title::after {
  display: none;
}

.why-item {
  margin-bottom: 13px;
}
.why-item .inner {
  display: inline-flex;
  align-items: center;
}

.why-item-number {
  font-size: 30px;
  font-style: italic;
  padding-right: 16px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .why-item-number {
    font-size: 40px;
    padding-right: 24px;
  }
}

.why-item-text {
  background-color: #fff;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  padding: 7px 10px;
  border-radius: 15px;
}

.list-why-item {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .list-why-item::after {
    content: "";
    position: absolute;
    display: block;
    width: 33px;
    height: 6px;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    margin-left: 24px;
    margin-top: -10px;
  }
}

.section-watf-take-care {
  position: relative;
}
@media only screen and (min-width: 576px) {
  .section-watf-take-care .text-overlay {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .section-watf-take-care .text-overlay {
    bottom: 50px;
  }
}
.section-watf-take-care .content {
  padding: 15px 20px;
  position: relative;
  max-width: 450px;
  font-size: 25px;
}
@media only screen and (min-width: 576px) {
  .section-watf-take-care .content {
    padding-right: 45px;
    font-size: 31px;
  }
}
.section-watf-take-care .content::after {
  content: "";
  border-left: 16px solid transparent;
  border-bottom: 16px solid #024CEF;
  position: absolute;
  right: 50px;
  top: -16px;
}
@media only screen and (min-width: 576px) {
  .section-watf-take-care .content::after {
    border-left-width: 32px;
    border-bottom-width: 32px;
    top: -32px;
  }
}
.section-watf-take-care .content span {
  display: block;
}

.section-text-swapping .textnote {
  font-size: 17px;
  text-align: justify;
}
.section-text-swapping .title-type-2, .section-text-swapping .textblock-title {
  text-transform: uppercase;
}

.section-package-watf {
  background-color: #191919;
  color: #fff;
  position: relative;
}
.section-package-watf::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .section-package-watf::after {
    width: 50%;
  }
}
.section-package-watf.bg-black::after {
  background-image: url(../images/bg/bg-package-watf.png);
}
.section-package-watf.bg-primary-color-1::after {
  background-image: url(../images/bg/bg-package-watf.png);
  background-color: #024CEF;
}
.section-package-watf .container {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .list-packages-watf.row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .list-packages-watf.row > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .list-packages-watf.row > *:nth-child(4) .package-item-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (min-width: 1400px) {
  .list-packages-watf.row > *:nth-child(4) .package-item-inner {
    padding-left: 0%;
    padding-right: 5%;
  }
}

@media only screen and (min-width: 768px) {
  .package-watf-img {
    height: 100%;
    display: flex;
    align-items: center;
  }
}

.package-item {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .package-item {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .package-item-inner {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media only screen and (min-width: 1400px) {
  .package-item-inner {
    padding-right: 20%;
    padding-left: 5%;
  }
}

.package-item-number {
  font-weight: 700;
  font-size: 40px;
  border-top: 1px solid #fff;
  padding-top: 8px;
  max-width: 80%;
}
@media only screen and (min-width: 768px) {
  .package-item-number {
    font-size: 50px;
    max-width: 100%;
  }
}

.package-item-img {
  width: 68px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .package-item-img {
    width: 90px;
  }
}

.package-item-desc ul {
  padding-left: 20px;
}
.package-item-desc ul li:not(:last-child) {
  margin-bottom: 5px;
}

.package-item-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.img-benefit {
  max-width: 266px;
}

.content-text-about-team {
  max-width: 460px;
}
.content-text-about-team .section-title {
  margin-bottom: 16px;
}
.content-text-about-team .title::after {
  background-color: #fff;
}
.content-text-about-team .desc {
  text-align: justify;
}

@media (max-width: 991px) {
  .align-items-inherit {
    align-items: inherit !important;
  }
}

@media only screen and (min-width: 768px) {
  .wrapper-textnote {
    max-width: 75%;
  }
}

.img-textnote img {
  border-radius: 10px;
}

.why-choose-package-watf {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .why-choose-package-watf {
    margin-top: 60px;
  }
}
.why-choose-package-watf .img {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .why-choose-package-watf .img {
    margin-bottom: 40px;
  }
}
@media (max-width: 1399.98px) {
  .why-choose-package-watf .img img {
    width: 46.2963%;
  }
}

.no-bg-img {
  background-image: none !important;
}

@media only screen and (min-width: 768px) {
  .img-about-team {
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
}

.bennefit-seeding {
  margin-top: 35px;
}
@media only screen and (min-width: 992px) {
  .bennefit-seeding {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 992px) {
  .bennefit-seeding .section-title {
    max-width: 285px;
  }
}
.bennefit-seeding .package-item-number {
  border-top: none;
}

.section-reasion-seeding {
  background-image: url(../images/bg/bg-reasion-seeding.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .section-reasion-seeding {
    background-position: 62% bottom;
    background-size: 715px auto;
  }
}
.section-reasion-seeding.is-no-bg-clr .reasion-seeding {
  margin-top: 35px;
  margin-bottom: 0;
}
.section-reasion-seeding.is-no-bg-clr .reasion-seeding-expert {
  color: #a0a0a0;
}
.section-reasion-seeding .list-item {
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .section-reasion-seeding .list-item {
    margin-bottom: 36px;
  }
}
.section-reasion-seeding .list-item-desc {
  text-align: justify;
}
.section-reasion-seeding .list-item-desc::after {
  content: "";
  display: block;
  height: 1px;
  width: 105px;
  background-color: #fff;
  margin-top: 10px;
}

.seeding-mean-comment {
  background-color: #25ED8D;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #000;
  padding: 20px;
  border-radius: 10px;
}

.seeding-textnote {
  margin-top: 40px;
}

.service-google-map {
  position: relative;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .service-google-map {
    margin-top: 60px;
  }
}

.img-google-map {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .img-google-map {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.img-google-map img {
  max-width: 390px;
}

@media only screen and (min-width: 1200px) {
  .row-xxl {
    margin-left: -45px;
    margin-right: -45px;
  }
  .row-xxl > * {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.section-about-team.section-about-team-pg10 {
  background-image: url(../images/bg/bg-about-team-pg10.png);
  background-position: 75% center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .section-about-team.section-about-team-pg10 {
    background-size: 444px auto;
  }
}
.section-about-team.section-about-team-pg10 .section-title {
  max-width: 387px;
}
.section-about-team.section-about-team-pg10 .content-text-about-team {
  max-width: 475px;
}

.img-about-item-circle {
  width: 204px;
  height: 204px;
  background-color: #fff;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  border-radius: 50% 50% 50% 0;
}
.img-about-item-circle .inner {
  width: 168px;
  height: 168px;
}
.img-about-item-circle .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.textnone {
  text-align: justify;
}

@media only screen and (min-width: 992px) {
  .professional-care-img {
    margin-left: 10%;
    margin-right: 6%;
    margin-bottom: 0;
    > img {
      max-height: 485px;
    }
  }
  .professional-care-img-2 {
    margin-right: 6%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .professional-care-body {
    margin-left: 10%;
  }
}

.meta-text-circle {
  display: block;
  margin-top: 4px;
}
.meta-text-circle span {
  display: inline-block;
  border: 1px solid #00E88F;
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 8px;
}

.iwt {
  height: 100%;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 2px 6px 4px 0px rgba(0, 0, 0, 0.2);
}
.iwt.liam {
  background-color: #25ED8D;
  color: #fff;
}
.iwt.liam .iwt-icon {
  background-color: #fff;
}

.iwt-icon {
  background-color: #024CEF;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -28px;
  padding: 8px;
}
.iwt-icon svg {
  width: 28px;
  height: auto;
}

.iwt-text {
  padding: 0 16px 16px 16px;
  margin-bottom: 0;
  margin-top: -20px;
  text-align: justify;
}

.care-featured-item {
  background-color: #EEEEEE;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .care-featured-item {
    padding: 24px 16px;
  }
}

.care-featured-icon {
  margin-left: auto;
  margin-right: auto;
  height: 68px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .care-featured-icon {
    height: 134px;
  }
}
.care-featured-icon img {
  max-height: 100%;
  width: auto;
}

.care-featured-title {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin-bottom: 16px;
}
.care-featured-title a:not(:hover) {
  color: inherit;
}

.care-featured-text {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .care-featured-text {
    margin-bottom: 24px;
  }
}

.btn-link-icon {
  display: inline-block;
}
.btn-link-icon img {
  height: 24px;
  width: auto;
}

.media-box-text {
  background-color: rgba(2, 76, 239, 0.04);
  border-radius: 16px;
  padding: 16px;
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .media-box-text {
    padding: 20px 24px;
  }
}
.media-box-text::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/bg/service-media-line-1.png");
  background-repeat: no-repeat;
  background-position: center top;
  opacity: 0.04;
}
.media-box-text > * {
  position: relative;
}

.media-description {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .media-description {
    font-size: 22px;
  }
}
.media-description::after {
  content: "";
  display: block;
  height: 10px;
  width: 48px;
  background-color: #00E88F;
  margin-top: 10px;
}

.media-box-img {
  background-color: rgba(2, 76, 239, 0.04);
  border-radius: 16px;
  position: relative;
  height: 100%;
}
.media-box-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/bg/service-media-line-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.media-box-img img {
  max-width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/** section-register-website */
.section-register-website .section-title::before {
  background-color: #024CEF;
}

.register-website-body {
  text-align: justify;
}

.img-register img {
  width: 180px;
}
@media only screen and (min-width: 768px) {
  .img-register img {
    width: 260px;
  }
}

.list-group-unstyled {
  display: flex;
  flex-wrap: wrap;
}
.list-group-unstyled li {
  margin-bottom: 8px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .list-group-unstyled li {
    width: 50%;
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .who-need-img {
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 16px;
  }
}
.who-need-img img {
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .who-need-img img {
    border-radius: 16px;
  }
}

.register-intro-text {
  font-size: 18px;
  font-weight: bold;
  color: #024CEF;
}
@media only screen and (min-width: 768px) {
  .register-intro-text {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .register-intro-img {
    width: 71.11111%;
  }
}
@media only screen and (min-width: 1400px) {
  .register-intro-img {
    width: auto;
  }
}

/** section-register-include */
.figure-register-include-img {
  padding-left: 10%;
  padding-right: 10%;
}

/** section-why-choose-watf-media */
.choose-watf-media-box {
  border-radius: 10px;
  padding: 20px 20px 0;
}
@media only screen and (min-width: 768px) {
  .choose-watf-media-box {
    padding: 40px 20px 16px;
  }
}
.choose-watf-media-box.bg-dark-grey, .choose-watf-media-box.bg-primary-color-1 {
  color: #fff;
}

/** hero */
.bg-dark-grey {
  background-color: #262626;
}

.hero.bg-dark-grey, .hero.bg-primary-color-1 {
  color: #fff;
}
.hero-title {
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .hero-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-title {
    font-size: 100px;
  }
}

/** section-video */
@media only screen and (min-width: 768px) {
  .video-box {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .video-box {
    padding-bottom: 150px;
  }
}

.video-container {
  display: inline-block;
  overflow: hidden;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .video-container {
    border-radius: 24px;
    width: 46.54088%;
  }
}
.video-container a {
  display: block;
  height: 100%;
  width: 100%;
}
.video-container a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.video-container a:hover::after {
  opacity: 1;
}
.video-container a:hover .video-icon-player {
  border-left-color: #024CEF;
}

@media only screen and (min-width: 768px) {
  .video-camera-img {
    width: 59%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .video-camera-img {
    width: 55%;
    right: 4%;
  }
}

.video-icon-player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 38px solid #fff;
  border-bottom: 20px solid transparent;
  transition: border-color 0.25s ease-in-out;
}

/** section-television */
.television {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .television {
    width: 79.29737%;
  }
}
.television-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .television-text {
    padding: 50px 100px;
  }
}
.television-text-inner {
  font-size: 14px;
  max-width: 280px;
}
@media only screen and (min-width: 768px) {
  .television-text-inner {
    font-size: 21px;
    max-width: 420px;
  }
}

.television-img-shadow {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .television-img-shadow {
    width: 79.29737%;
  }
}

/** section-production-include */
.figure-production-include-img {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .figure-production-include-img {
    padding-top: 60px;
  }
}

.triangle-shape-dark {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-left: 80px solid #000;
  border-bottom: 50px solid transparent;
}

.textdc h3 {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 17px;
}

/** section-zalo-include */
.section-zalo-include {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .section-zalo-include::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 27.70833%;
    height: 100%;
    background-image: url(../images/bg/bg-section-text.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.19;
  }
}
@media only screen and (min-width: 1400px) {
  .section-zalo-include::before {
    width: 16%;
    bottom: 18%;
    left: calc((100vw - 1320px) / 2);
  }
}
.section-zalo-include.bg-primary-color-1 {
  color: #fff;
}
.section-zalo-include .list-text li:not(:last-child) {
  border-bottom-color: #fff;
}
.section-zalo-include .list-text h3 {
  color: #fff;
}
.section-zalo-include .list-text p {
  text-align: justify;
}
.section-zalo-include .container {
  position: relative;
}

/** section-zalo-intro */
.section-zalo-intro {
  border-bottom: 10px solid #00E88F;
}

.zalo-intro-figure {
  text-align: center;
  padding-top: 80px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .zalo-intro-figure {
    text-align: right;
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .zalo-intro-figure img {
    max-width: 280px;
  }
}

/** section-zalo-marketing */
.divider {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(2, 76, 239, 0.7);
}

.block-desc {
  text-align: justify;
}

.email-marketing-text {
  background-color: #fff;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 24px;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .email-marketing-text {
    border-radius: 20px;
    padding: 24px 40px;
    margin-bottom: 50px;
    font-size: 18px;
  }
}

/** section-email-detail */
.section-email-detail {
  overflow: hidden;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-email-detail {
    margin-bottom: 48px;
  }
}

.communication-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 576px) {
  .communication-img img {
    width: 70%;
  }
}
@media only screen and (min-width: 992px) {
  .communication-img img {
    width: 50%;
  }
}

.communication-desc {
  margin-top: 20px;
  text-align: justify;
}
@media only screen and (min-width: 992px) {
  .communication-desc {
    margin-top: -5%;
  }
}
@media only screen and (min-width: 1200px) {
  .communication-desc {
    margin-top: -10%;
  }
}

.register-intro-figure {
  display: none;
}
@media only screen and (min-width: 992px) {
  .register-intro-figure {
    display: flex;
    justify-content: flex-end;
  }
  .register-intro-figure img {
    width: 80%;
  }
}

.affiliate-detail-body.section-pad {
  padding-top: 0;
}

/** section-email-introduction */
.section-email-introduction {
  position: relative;
}
.section-email-introduction::after {
  background-image: url("../images/bg/envelop-single.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  height: 51.66667%;
  position: absolute;
  left: 0;
  bottom: -30px;
  content: "";
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-email-introduction::after {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .section-email-introduction::after {
    width: 27.08333%;
    bottom: -60px;
  }
}
.section-email-introduction .container {
  position: relative;
  z-index: 1;
}

.email-introduction-text {
  text-align: justify;
}

.email-introduction-figure {
  padding-left: 10%;
  padding-right: 10%;
}
@media only screen and (min-width: 768px) {
  .email-introduction-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .email-introduction-figure {
    margin-top: -90px;
    margin-bottom: -20px;
  }
}

.vpn-introduction {
  text-align: justify;
}
.vpn-introduction .title::after {
  display: none;
}

/** section-description */
.section-description {
  position: relative;
}
.section-description::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg/service12-hosting-bg.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .section-description::after {
    width: 54.89583%;
  }
}
.section-description.bg-primary-color-1 {
  color: #fff;
}
.section-description.bg-ontop::after {
  background-position: left top;
  bottom: unset;
  top: 0;
}
.section-description .container {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .section-description .description > .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .section-description .description > .row > * {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.text-boxes {
  text-align: justify;
}
.text-boxes h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .text-boxes h3 {
    font-size: 20px;
  }
}
.text-boxes-idx {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  .text-boxes-idx {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 16px;
  }
}

.vps-why-item {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .vps-why-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .vps-why-item img {
    max-width: 90px;
  }
}
.vps-why-item h3 {
  margin-bottom: 8px;
  margin-top: 8px;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .vps-why-item h3 {
    font-size: 20px;
  }
}
.vps-why-item .text-light-gray {
  text-align: justify;
}

.list-group-disc {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  text-align: justify;
}
.list-group-disc li {
  padding-left: 12px;
  position: relative;
}
.list-group-disc li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  left: 0;
}
.list-group-disc.white li::before {
  background-color: #fff;
}
.list-group-disc.text-grey-2 li::before {
  background-color: #BABABA;
}

.description-figure {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .description-figure {
    margin-bottom: -150px;
  }
}
@media only screen and (min-width: 1200px) {
  .description-figure {
    margin-bottom: -190px;
  }
}

@media only screen and (min-width: 768px) {
  .description-box {
    padding-top: 50px;
  }
}

.figure-stack-1 {
  padding-top: 35px;
}
@media only screen and (min-width: 768px) {
  .figure-stack-1 {
    padding-top: 70px;
  }
}

.figure-stack-2 {
  margin-left: -20px;
}
@media only screen and (min-width: 768px) {
  .figure-stack-2 {
    margin-left: -30px;
  }
}

/** section-vps-why */
@media only screen and (min-width: 992px) {
  .row.vps-why-list {
    margin-left: -22px;
    margin-right: -22px;
  }
  .row.vps-why-list > * {
    padding-left: 22px;
    padding-right: 22px;
  }
}

/** section-kol-why */
.kol-why-figure {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .kol-why-figure {
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (min-width: 992px) {
  .kol-why-figure {
    padding-left: 10%;
    padding-right: 10%;
  }
}

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

.list-item-icon {
  width: 30px;
  min-width: 30px;
}
@media only screen and (min-width: 992px) {
  .list-item-icon {
    width: 40px;
    min-width: 40px;
  }
}

.list-item-title {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  padding-left: 12px;
}
@media only screen and (min-width: 768px) {
  .list-item-title {
    font-size: 20px;
    padding-left: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .foundation-figure {
    margin-top: -120px;
  }
}

.foundation-desc {
  text-align: justify;
}

.list-item-desc {
  text-align: justify;
}

/** section-kol-introduction */
.kol-introduction {
  text-align: justify;
}

@media only screen and (min-width: 768px) {
  .kol-figure2 {
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
  }
}

/** section-advantage */
.section-advantage {
  position: relative;
}
.section-advantage::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg/kol-advantage-bg.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .section-advantage::after {
    width: 60%;
  }
}
@media only screen and (min-width: 992px) {
  .section-advantage::after {
    bottom: -15%;
    width: 46.25%;
  }
}
.section-advantage .container {
  position: relative;
  z-index: 1;
}

.advantage-desc {
  text-align: justify;
}

/** section-benefits-newspapers */
.section-benefits-newspapers {
  background-color: #f2f2f2;
  padding-top: 30px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .benefits-newspapers-list .col-md-6:nth-child(2n + 1) .benefits-newspapers-item {
    padding-right: 10%;
  }
  .benefits-newspapers-list .col-md-6:nth-child(2n + 2) .benefits-newspapers-item {
    padding-left: 10%;
  }
}

.news-title {
  font-size: 18px;
  position: relative;
  padding-left: 12px;
  margin-bottom: 4px;
}
.news-title::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 8px;
  left: 0;
}

.bg-black-wash {
  background-color: #0C0C0C;
}

/** section-booking-newspapers */
.section-booking-newspapers {
  position: relative;
}
.section-booking-newspapers::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/bg/bg-booking-newspapers.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .section-booking-newspapers::before {
    width: 68.33333%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section-booking-newspapers .container {
  position: relative;
  z-index: 1;
}
.section-booking-newspapers .list-text h3 {
  color: #fff;
}
.section-booking-newspapers .list-text li:not(:last-child) {
  border-bottom-color: #fff;
}
.section-booking-newspapers .section-title .title::after {
  width: 32px;
  height: 6px;
  background-color: #F1F1F1;
  transform: skew(0);
  display: block;
  margin-left: 0;
  margin-top: 8px;
}

/** section-booking-why */
@media only screen and (min-width: 768px) {
  .booking-why-list [class*="col-"]:nth-child(2n + 1) {
    padding-right: 5%;
  }
}
@media only screen and (min-width: 992px) {
  .booking-why-list [class*="col-"]:nth-child(2n + 1) {
    padding-right: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .booking-why-list [class*="col-"]:nth-child(2n + 2) {
    padding-left: 5%;
  }
}
@media only screen and (min-width: 992px) {
  .booking-why-list [class*="col-"]:nth-child(2n + 2) {
    padding-left: 10%;
  }
}

/** section-banner-absolute */
.section-banner-absolute {
  background-color: #F3F2F0;
  margin-top: -20px;
  min-height: 200px;
  display: flex;
  align-items: flex-end;
}

.banner-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.banner-absolute-img-top {
  opacity: 0.25;
}
@media only screen and (min-width: 992px) {
  .banner-absolute-img-top {
    opacity: 1;
  }
}

.page-header {
  max-width: 550px;
  position: relative;
}

.page-title {
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1.1;
  color: #024CEF;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .page-title {
    font-size: 72px;
  }
}
.page-title::before {
  content: '';
  display: block;
  width: 36px;
  height: 4px;
  background-color: #024CEF;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .page-title::before {
    width: 60px;
    height: 8px;
  }
}

.cards [class*="col-"] {
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .cards [class*="col-"] {
    margin-bottom: 36px;
  }
}

.card-info {
  display: flex;
  flex-direction: row;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background-color: #F8F8F8;
}
@media only screen and (min-width: 768px) {
  .card-info {
    flex-direction: column;
    border-radius: 16px;
    height: 100%;
  }
}
.card-info-img {
  width: 80px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .card-info-img {
    width: 100%;
  }
}
.card-info-img img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .card-info-img img {
    height: 80px;
    object-fit: cover;
  }
}
.card-info-img a {
  display: block;
  position: relative;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .card-info-img a {
    border-radius: 16px 16px 0 0;
  }
}
.card-info-img a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.16);
  transition: all 250ms ease-out;
  opacity: 0;
}
.card-info-img a:hover::after {
  opacity: 1;
}
.card-info-content {
  width: calc(100% - 80px);
  padding: 6px 12px;
  border-radius: 0 4px 4px 0;
}
@media only screen and (min-width: 768px) {
  .card-info-content {
    width: 100%;
    padding: 8px 16px 12px;
    border-radius: 0 0 16px 16px;
  }
}
.card-info-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 2px;
  color: #000;
  text-transform: capitalize;
  height: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .card-info-title {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 6px;
  }
}
.card-info-title a:not(:hover) {
  color: inherit;
}
.card-info-more {
  display: inline-block;
  position: relative;
}
.card-info-more img {
  transition: all 250ms ease-out;
  height: 9px;
  width: auto;
  display: inline-block;
}
.card-info-more:hover img {
  transform: translateX(10px);
}

/** section-contact */
.section-contact .page-header {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-contact .page-header {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}

.contact-img-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 55.46875%;
}

.labels label {
  font-size: 18px;
}
.labels img {
  max-height: 9px;
}

.contact-info .contact-title {
  margin-bottom: 40px;
  color: #024CEF;
}
@media only screen and (min-width: 768px) {
  .contact-info .contact-title {
    margin-bottom: 90px;
  }
}

.contact-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .contact-title {
    font-size: 22px;
  }
}

.contact-form .form-label {
  font-weight: 600;
  color: #000;
}
.contact-form .form-control {
  border-color: #939598;
  border-radius: 8px;
  padding: 10px;
}
.contact-form .form-control:focus {
  box-shadow: none;
  outline: 0;
  border-color: #024CEF;
}
.contact-form .form-group {
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) {
  .contact-form .form-group {
    margin-bottom: 45px;
  }
}
.contact-form button {
  width: 170px;
}

/** section-socials */
.section-socials .socials {
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .section-socials .socials a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/** section-reach **/
.section-reach {
  text-align: justify;
}

.block-content-bg-primary-1 {
  border-radius: 20px;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .block-content-bg-primary-1 {
    padding: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .modal.modal-cs .modal-dialog {
    width: 86%;
    max-width: 1024px;
  }
}
.modal.modal-cs .modal-content {
  border-color: #ddd;
  color: #000;
  background-color: #fff;
  border-radius: 12px;
}
@media only screen and (min-width: 768px) {
  .modal.modal-cs .modal-content {
    border-radius: 20px;
  }
}
.modal.modal-cs .modal-body {
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .modal.modal-cs .modal-body {
    padding: 40px 25px;
  }
}
.modal.modal-cs .btn-close {
  position: absolute;
  top: 6px;
  right: 6px;
  background-image: url("../images/icons/close.png");
  background-position: center center;
  background-color: #B5B5B5;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  opacity: 1;
  z-index: 1;
}
.modal.modal-cs .btn-close:hover {
  outline: 0;
  box-shadow: none;
  background-color: #024CEF;
}
@media only screen and (min-width: 768px) {
  .modal.modal-cs .btn-close {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
  }
}

.registered-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10%;
}
@media only screen and (min-width: 768px) {
  .registered-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .registered-title {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .registered-box {
    margin-left: -16px;
    margin-right: -16px;
  }
  .registered-box > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.forms .form-label {
  margin-bottom: 4px;
  font-weight: 500;
  color: #024CEF;
}
.forms .form-control {
  background-color: #fafafa;
  border-color: #ddd;
  padding: 10px 20px;
}
.forms .form-group {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .forms .form-group {
    margin-bottom: 20px;
  }
}
.forms textarea.form-control {
  border-radius: 20px;
}
.forms .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border-color: #D9D9D9;
  background-color: #D9D9D9;
  margin-top: 0;
  margin-right: 6px;
}
.forms .form-check-input:checked {
  background-color: #024CEF;
  border-color: #024CEF;
}
.forms .form-check {
  margin-bottom: 10px;
}

.required {
  color: #DB0F01;
}

.advice-form {
  color: #202020;
}
@media only screen and (min-width: 992px) {
  .advice-form {
    padding: 50px 35px;
  }
}
.advice-form textarea.form-control {
  height: 190px;
}
.advice-form .forms .form-control {
  background-color: #fff;
}
.advice-form .form-check {
  display: flex;
}
.advice-form .form-check .form-check-input {
  width: 20px;
  flex: 0 0 auto;
}
.advice-form .form-check .form-check-label {
  flex: 1 1 auto;
}
.advice-form .row .col-6:nth-child(8)::after {
  content: "";
  display: block;
  height: 20px;
  width: 100%;
}

/** checkout */
.checkout-col {
  border: 4px solid #DDDDDD;
  background-color: #fff;
  border-radius: 25px;
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .checkout-col {
    padding: 24px;
  }
}

.account-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .account-title {
    font-size: 22px;
  }
}
.account-meta-text {
  font-weight: 500;
  margin-bottom: 16px;
}
.account-form .forms .form-control {
  background-color: #fff;
}

.aside-title {
  font-size: 20px;
  font-weight: bold;
  color: #024CEF;
  line-height: 1.2;
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .aside-title {
    font-size: 24px;
  }
}

.orders {
  padding-top: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
}

.order {
  margin-bottom: 25px;
  display: flex;
}
.order:last-child {
  margin-bottom: 0;
}
.order-img {
  width: 105px;
  height: 83px;
  position: relative;
}
.order-img img {
  width: inherit;
  height: inherit;
  border-radius: 20px;
  object-fit: cover;
  display: block;
}
.order-count {
  width: 24px;
  height: 24px;
  background-color: #404040;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: -12px;
}
.order-body {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .order-body {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .order-info {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    padding-right: 15px;
  }
}
.order-price {
  font-weight: 700;
  color: #000;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .order-price {
    font-size: 20px;
  }
}
.order-amount {
  font-weight: 700;
  color: #000;
  font-size: 20px;
}
.order-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 4px;
}
.order-title a:not(:hover) {
  color: inherit;
}
.order-delete {
  display: inline-block;
  font-size: 15px;
  display: flex;
  align-items: center;
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .order-delete {
    margin-top: 0;
  }
}
.order-delete:hover {
  color: red;
}
.order-delete:hover .order-icon-close::before, .order-delete:hover .order-icon-close::after {
  background-color: red;
}
.order-icon-close {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  margin-right: 8px;
  margin-left: 8px;
}
.order-icon-close::before, .order-icon-close::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #404040;
}
.order-icon-close::before {
  transform: rotate(45deg);
}
.order-icon-close::after {
  transform: rotate(135deg);
}
.order-summary {
  padding-top: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid #DDDDDD;
}
.order-summary-item label {
  color: #404040;
}
.order-checkbox {
  display: flex;
}
.order-checkbox input {
  width: 16px;
  height: 16px;
  border: 1px solid #DDDDDD;
  margin-right: 4px;
  margin-top: 2px;
}
.order-checkbox label {
  color: #5F5766;
  margin-bottom: 0;
}
.order-checkbox a {
  color: #024CEF;
}
.order-total-text {
  font-size: 18px;
  color: #024CEF;
  font-weight: bold;
}

.login-other {
  color: #5F5766;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .login-other {
    padding-left: 20%;
    padding-right: 20%;
  }
}
.login-other-label {
  position: relative;
  text-align: center;
  margin-bottom: 12px;
}
.login-other-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  transform: translateY(-50%);
}
.login-other-label label {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 0 16px;
  margin-bottom: 0;
}
.login-other-button {
  color: #5F5766;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.login-other-button:hover {
  color: #DB0F01;
}
.login-other-button:hover .ico-google-square {
  border-color: #DB0F01;
}

.ico-google-square {
  display: inline-block;
  border: 2px solid #DDDDDD;
  width: 74px;
  height: 74px;
  border-radius: 10px;
  text-align: center;
  line-height: 70px;
  transition: all 0.25 ease-out;
  margin-bottom: 2px;
}

.payment-method {
  color: #5F5766;
}

.payment-item {
  border: 2px solid #DDDDDD;
  border-radius: 10px;
  height: 101px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #5F5766;
  position: relative;
}
.payment-item:hover {
  color: #DB0F01;
  border-color: #DB0F01;
}
.payment-item.active {
  color: #DB0F01;
  border-color: #DB0F01;
}
.payment-item.active .payment-checked {
  display: block;
}
.payment-item-img {
  width: 50%;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}
.payment-item-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.payment-item-name {
  width: 50%;
  font-weight: 600;
  font-size: 18px;
  padding-right: 12px;
}
.payment-checked {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #DB0F01;
  border-radius: 50%;
}
.payment-checked::after {
  content: '';
  width: 8px;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: #fff;
  display: inline-block;
  height: 14px;
  position: absolute;
  top: -2px;
  left: 5px;
  transform: rotate(45deg);
  transform-origin: left bottom;
  border-radius: 2px;
}

/** imc-banner */
.imc-banner {
  position: relative;
  overflow: hidden;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #25ED8D;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .imc-banner {
    min-height: 575px;
  }
}
.imc-banner.bg-caro {
  background-color: #f2f2f2;
  background-image: url(../images/bg/bg-banner-page-service6.png);
  background-repeat: repeat;
}
.imc-banner.bg-dot {
  background-color: #024CEF;
  background-image: url(../images/bg/bg-banner-seo.png);
  background-repeat: no-repeat;
  color: #fff;
}
.imc-banner.bg-dot .imc-banner-text {
  color: #fff;
}
.imc-banner.type2 .imc-banner-title-main {
  color: #024CEF;
}
.imc-banner-img {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .imc-banner-img {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    opacity: 0.5;
  }
}
@media only screen and (min-width: 992px) {
  .imc-banner-img {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .imc-banner-img {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .imc-banner-img-top {
    max-width: unset;
  }
}
.imc-banner-title {
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 16px;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .imc-banner-title {
    font-size: 36px;
    margin-bottom: 22px;
  }
}
.imc-banner-title::before {
  content: "";
  width: 30px;
  height: 6px;
  margin-bottom: 5px;
  display: block;
  background-color: #3149E6;
}
@media only screen and (min-width: 768px) {
  .imc-banner-title::before {
    width: 45px;
    height: 9px;
    margin-bottom: 7px;
  }
}
.imc-banner-title-main {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.imc-banner-text {
  text-align: justify;
  color: #000;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .imc-banner-text {
    font-size: 18px;
    font-weight: 900;
  }
}
.imc-banner .btn {
  margin-top: 18px;
  border-radius: 8px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .imc-banner .btn {
    margin-top: 36px;
    font-weight: 700;
  }
}

.textblock-title {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .textblock-title {
    margin-bottom: 24px;
  }
}
.textblock-title::before {
  content: "";
  display: block;
  width: 80px;
  height: 6px;
  margin-bottom: 4px;
  background-color: #00a660;
}
@media only screen and (min-width: 768px) {
  .textblock-title::before {
    width: 114px;
    height: 9px;
  }
}
.textblock-text-lead {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .textblock-text-lead {
    font-size: 28px;
    line-height: 3rem;
  }
}
.textblock-additional {
  margin-top: 20px;
  color: #4F4F4F;
}
@media only screen and (min-width: 768px) {
  .textblock-additional {
    margin-top: 30px;
  }
}
.textblock-additional label {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .textblock-additional label {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.textblock-additional ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .textblock-additional ul {
    margin-bottom: 30px;
  }
}
.textblock-additional ul li {
  padding-left: 26px;
  position: relative;
  margin-bottom: 8px;
  font-size: 18px;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .textblock-additional ul li {
    margin-bottom: 12px;
    font-size: 24px;
  }
}
.textblock-additional ul li:last-child {
  margin-bottom: 0;
}
.textblock-additional ul li::before, .textblock-additional ul li::after {
  content: "";
  display: block;
  position: absolute;
}
.textblock-additional ul li::before {
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #024CEF;
}
@media only screen and (min-width: 768px) {
  .textblock-additional ul li::before {
    top: 5px;
  }
}
.textblock-additional ul li::after {
  left: 5px;
  top: 8px;
  border: solid #024CEF;
  transform: rotate(-45deg);
  border-width: 0 0 2px 2px;
  border-radius: 2px;
  height: 6px;
  width: 8px;
}
@media only screen and (min-width: 768px) {
  .textblock-additional ul li::after {
    top: 10px;
  }
}
.textblock-highlight {
  color: #024CEF;
  font-size: 18px;
  font-weight: 900;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .textblock-highlight {
    font-size: 24px;
  }
}

.post-thumb a {
  display: block;
  position: relative;
}
.post-thumb a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.16);
  opacity: 0;
  transition: all 250ms ease-out;
  border-radius: 10px;
}
.post-thumb a:hover::before {
  opacity: 1;
}
.post-img-top {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.post-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  .post-title {
    font-size: 24px;
  }
}
.post-text {
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .post-text {
    font-size: 22px;
  }
}

.process {
  display: flex;
  flex-wrap: wrap;
}
.process-tabs {
  width: 33%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .process-tabs {
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 20px 30px;
  }
}
@media (max-width: 1199px) {
  .process-tabs {
    width: 100%;
    margin-bottom: 20px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .process-tabs .nav-tabs.nav-tabs-hoz {
    margin-bottom: 12px;
  }
}
.process-tabs .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 12px;
}
@media only screen and (min-width: 1200px) {
  .process-tabs .mCustomScrollBox {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.process-content {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .process-content {
    width: 67%;
  }
}
.process-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 16px;
}
.process-description, .process-img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .process-description, .process-img {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .process-description {
    font-size: 20px;
    padding: 0px 60px;
    text-align: justify;
  }
}
.process-img-top {
  border-radius: 10px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  background-color: #024CEF;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 6px;
}

.nav-tabs.nav-tabs-hoz {
  border-bottom-width: 0;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 1200px) {
  .nav-tabs.nav-tabs-hoz {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.nav-tabs.nav-tabs-hoz li {
  margin-bottom: 8px;
}
.nav-tabs.nav-tabs-hoz li:last-child {
  margin-bottom: 0;
}
.nav-tabs.nav-tabs-hoz .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-width: 0 0 1px 0;
  border-bottom-color: #024CEF;
  margin-bottom: 0;
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  padding: 8px 10px;
}
@media only screen and (min-width: 768px) {
  .nav-tabs.nav-tabs-hoz .nav-link {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .nav-tabs.nav-tabs-hoz .nav-link {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #CCCCCC;
    text-align: center;
  }
}
.nav-tabs.nav-tabs-hoz .nav-link.active, .nav-tabs.nav-tabs-hoz .nav-link:hover {
  color: #fff;
  background-color: #024CEF;
}
@media only screen and (min-width: 1200px) {
  .nav-tabs.nav-tabs-hoz .nav-link.active, .nav-tabs.nav-tabs-hoz .nav-link:hover {
    color: #000;
    background-color: #F3F7F8;
  }
}
.nav-tabs.nav-tabs-hoz .nav-link h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .nav-tabs.nav-tabs-hoz .nav-link h3 {
    font-size: 20px;
  }
}

.blockquote {
  margin-bottom: 0;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .blockquote {
    margin-top: 0;
    position: relative;
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 992px) {
  .blockquote {
    margin-left: 7%;
    margin-right: 7%;
  }
}
.blockquote .ellipse {
  background-color: #024CEF;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 60px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .blockquote .ellipse {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .blockquote .ellipse {
    width: 80px;
    height: 80px;
  }
}
.blockquote .ellipse:nth-child(1), .blockquote .ellipse:nth-child(4) {
  transform: scale(0.9);
  top: 15px;
}
@media only screen and (min-width: 992px) {
  .blockquote .ellipse:nth-child(1), .blockquote .ellipse:nth-child(4) {
    top: 0;
  }
}
.blockquote .ellipse:nth-child(2), .blockquote .ellipse:nth-child(5) {
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.blockquote .ellipse:nth-child(3), .blockquote .ellipse:nth-child(6) {
  bottom: 10px;
  transform: scale(0.78);
}
@media only screen and (min-width: 992px) {
  .blockquote .ellipse:nth-child(3), .blockquote .ellipse:nth-child(6) {
    bottom: 0;
  }
}
.blockquote .ellipse:nth-child(1) {
  left: 10px;
}
.blockquote .ellipse:nth-child(4) {
  right: 10px;
}
.blockquote .ellipse:nth-child(2) {
  left: 0;
}
@media only screen and (min-width: 992px) {
  .blockquote .ellipse:nth-child(2) {
    left: -20px;
  }
}
.blockquote .ellipse:nth-child(5) {
  right: 0;
}
@media only screen and (min-width: 992px) {
  .blockquote .ellipse:nth-child(5) {
    right: -20px;
  }
}
.blockquote .ellipse:nth-child(3) {
  left: 50px;
  z-index: 1;
}
.blockquote .ellipse:nth-child(6) {
  right: 100px;
}
.blockquote-inner {
  background-color: #fff;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
  padding: 15px 20px 20px 40px;
  position: relative;
  border-radius: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .blockquote-inner {
    padding: 40px 60px;
    border-radius: 20px;
    min-height: 220px;
  }
}
@media only screen and (min-width: 992px) {
  .blockquote-inner {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 80px;
  }
}
.blockquote-inner::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/ico-quote-liam.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 15px;
  left: 10px;
}
@media only screen and (min-width: 768px) {
  .blockquote-inner::before {
    width: 30px;
    height: 30px;
    top: 30px;
    left: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .blockquote-inner::before {
    width: 40px;
    height: 40px;
    top: 50px;
  }
}
.blockquote-text-normal {
  font-weight: 600;
  font-size: 18px;
  /* text-align: justify; */
}
@media only screen and (min-width: 768px) {
  .blockquote-text-normal {
    font-weight: 700;
    font-size: 22px;
  }
}
.blockquote-text-highlight {
  font-weight: 900;
  color: #024CEF;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .blockquote-text-highlight {
    font-weight: 900;
    font-size: 24px;
  }
}
.blockquote-text-special {
  background-color: #25ED8D;
  border-radius: 16px;
  padding: 16px 30px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .blockquote-text-special {
    font-size: 24px;
    padding-left: 60px;
    padding-right: 40px;
  }
}
.blockquote-dot {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #d9d9d9;
  border-radius: 50%;
}
.blockquote-dot:nth-child(1) {
  right: 10px;
  top: 8px;
}
.blockquote-dot:nth-child(2) {
  left: 10px;
  bottom: 8px;
}
.blockquote-dot:nth-child(3) {
  left: 10px;
  top: 8px;
}
.blockquote-dot:nth-child(4) {
  right: 10px;
  bottom: 8px;
}
.blockquote-spacing {
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .blockquote-spacing {
    padding-left: 60px;
    padding-right: 40px;
    padding-bottom: 60px;
  }
}
.blockquote.ontop .blockquote-inner {
  padding-left: 20px;
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .blockquote.ontop .blockquote-inner {
    padding-left: 60px;
    padding-top: 110px;
  }
}
@media only screen and (min-width: 992px) {
  .blockquote.ontop .blockquote-inner {
    padding-top: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .blockquote.ontop .blockquote-inner {
    padding-top: 160px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.blockquote.ontop .blockquote-inner::before {
  width: 45px;
  height: 45px;
  background-image: url(../images/icons/ico-quote-liam-large.png);
}
@media only screen and (min-width: 768px) {
  .blockquote.ontop .blockquote-inner::before {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .blockquote.ontop .blockquote-inner::before {
    width: 110px;
    height: 110px;
    top: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .blockquote.ontop .blockquote-inner::before {
    width: 144px;
    height: 144px;
    top: 15px;
  }
}
.blockquote.type2 .blockquote-type2-inner {
  background-color: #fff;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
  position: relative;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .blockquote.type2 .blockquote-type2-inner {
    border-radius: 20px;
  }
}
.blockquote.type2 .blockquote-quote {
  position: relative;
  min-height: 80px;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 65px;
}
@media only screen and (min-width: 768px) {
  .blockquote.type2 .blockquote-quote {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 105px;
    border-radius: 20px;
    min-height: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .blockquote.type2 .blockquote-quote {
    padding-left: 135px;
  }
}
@media only screen and (min-width: 1200px) {
  .blockquote.type2 .blockquote-quote {
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 190px;
    min-height: 150px;
  }
}
.blockquote.type2 .blockquote-quote::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background-image: url(../images/icons/ico-quote-liam-large.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 15px;
  left: 10px;
}
@media only screen and (min-width: 768px) {
  .blockquote.type2 .blockquote-quote::before {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .blockquote.type2 .blockquote-quote::before {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (min-width: 1200px) {
  .blockquote.type2 .blockquote-quote::before {
    width: 144px;
    height: 144px;
    left: 30px;
  }
}

.show-img-map {
  display: none;
}
@media only screen and (min-width: 992px) {
  .show-img-map {
    display: block;
    margin-top: -60%;
    position: relative;
  }
}

/** web-boxed-service */
@media only screen and (min-width: 768px) {
  .web-boxed-service .section-title {
    max-width: 600px;
  }
}

.list-anpha-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  padding: 20px 16px;
}
@media only screen and (min-width: 768px) {
  .list-anpha-item {
    margin-bottom: 16px;
  }
}
.list-anpha-item:last-child {
  margin-bottom: 0;
}
.list-anpha-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  padding-right: 36px;
}
@media only screen and (min-width: 768px) {
  .list-anpha-title {
    font-size: 20px;
  }
}
.list-anpha-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/icons/ico-arrow-circle.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.step {
  position: relative;
  padding-left: 30px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.step .dot {
  height: 60px;
  display: block;
  width: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.step .dot::after, .step .dot::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #25ED8D;
  box-shadow: 0 0 12px rgba(37, 237, 141, 0.95);
}
.step .dot::before {
  width: 2px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.step .dot::after {
  bottom: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.step-ind {
  color: #034CEE;
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 4px;
}
.step-text {
  font-weight: bold;
  font-size: 20px;
}

/** imc-boxed-media */
.main-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 60px;
}
@media only screen and (min-width: 1400px) {
  .main-box {
    gap: 0 80px;
  }
}

.media-item {
  z-index: 1;
  width: 120px !important;
  height: 328px;
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  transition: all 0.3s ease-in-out;
  margin-top: 30px;
  background-color: #024CEF;
  color: #fff;
  box-shadow: 0 0 60px rgba(2, 76, 239, 0.65);
}
@media (max-width: 991.98px) {
  .media-item {
    width: 328px !important;
    background-color: transparent;
    box-shadow: none;
    background-image: url("../images/bg/box.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.media-item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 36px;
  background: radial-gradient(258.86% 216.49% at -18.48% -74.46%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(25px);
}
.media-item.active {
  width: 328px !important;
  border-radius: 36px;
  box-shadow: none;
  background-color: transparent;
  background-image: url("../images/bg/box.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .media-item.active {
    width: 328px !important;
  }
}
.media-item.active .media-title {
  opacity: 0;
  visibility: hidden;
}
.media-item.active .media-number-hover {
  opacity: 1;
  visibility: visible;
}
.media-item.active .media-content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.media-number {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 28px;
  font-weight: 800;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.media-title {
  position: relative;
  z-index: 1;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .media-title {
    display: none;
  }
}
.media-title h3 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  font-weight: 800;
  font-size: 24px;
  line-height: 133%;
  white-space: nowrap;
  margin-bottom: 0;
}
.media-number-hover {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  font-size: 28px;
  font-weight: 800;
  color: #000;
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .media-number-hover {
    opacity: 1;
    visibility: visible;
  }
}
.media-content {
  position: absolute;
  bottom: -100px;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  right: 30px;
}
@media (max-width: 991.98px) {
  .media-content {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
  }
}
.media-content h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 133%;
  margin-bottom: 10px;
}
.media-text {
  line-height: 162%;
  text-align: justify;
}

.map-page .imc-banner-text,
.ecom-page .imc-banner-text,
.ads-page .imc-banner-text {
  max-width: 330px;
}

.element {
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 8px;
}
@media only screen and (min-width: 768px) {
  .element {
    border-radius: 16px;
    padding-left: 28px;
    padding-right: 28px;
    height: 100%;
  }
}
.element-icon {
  width: 116px;
  height: 116px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .element-icon {
    margin-bottom: 32px;
  }
}
.element-icon img {
  max-height: 100%;
  height: auto;
}
.element-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .element-title {
    font-size: 26px;
  }
}
.element-text {
  color: #4F4F4F;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .element-text {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .description-header {
    max-width: 60%;
  }
}

.importance {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #024CEF;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .importance {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .importance {
    padding-bottom: 180px;
  }
}
@media only screen and (min-width: 1200px) {
  .importance {
    padding-bottom: 260px;
  }
}
.importance::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background-image: url("../images/bg/importance-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .importance::after {
    background-position: left bottom;
  }
}
@media only screen and (min-width: 992px) {
  .importance::after {
    width: 50.3125%;
    height: 80%;
  }
}
.importance .container {
  position: relative;
  z-index: 1;
}
.importance .text-boxes {
  max-width: 80%;
}

/** section-feature-services */
@media only screen and (min-width: 992px) {
  .section-feature-services .posts .col-lg-4:nth-child(2n + 2) {
    margin-top: 80px;
  }
}

.cards-list-view .row {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .cards-list-view .row::before {
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #C4C4C4;
  }
  .cards-list-view .row > * {
    border-top: 1px solid #C4C4C4;
  }
  .cards-list-view .row > *:nth-child(1), .cards-list-view .row > *:nth-child(2) {
    border-top-width: 0;
  }
}

.card.card-hoz {
  border: 0;
  border-radius: 0;
  align-items: center;
  flex-direction: row;
}
@media only screen and (min-width: 992px) {
  .card.card-hoz {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.card.card-hoz .card-img {
  width: 25%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card.card-hoz .card-img-top {
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card.card-hoz .card-body {
  width: 70%;
  padding: 0 0 0 12px;
}
.card.card-hoz .card-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .card.card-hoz .card-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .card.card-hoz .card-title {
    font-size: 22px;
  }
}

.ecom-list .row > * {
  margin-bottom: 24px;
}

.ecom-card {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  background-color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .ecom-card {
    padding: 30px;
    height: 100%;
    flex-direction: column;
    border-radius: 16px;
    margin-bottom: 0;
  }
}
.ecom-card-img {
  width: 112px;
}
@media only screen and (min-width: 768px) {
  .ecom-card-img {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 56.25%;
  }
}
.ecom-card-img-top {
  width: 112px;
  height: 74px;
}
@media only screen and (min-width: 768px) {
  .ecom-card-img-top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
  }
}
.ecom-card-title {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  padding-left: 12px;
  margin-bottom: 0;
  font-size: 18px;
  color: #090f32;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .ecom-card-title {
    width: 100%;
    padding-left: 0;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
  }
}

.text-transform-none {
  text-transform: none !important;
}

.ecom-benefit-img > img {
  width: 80%;
  border-radius: 15px;
}

.ecom-benefit-img {
  border-radius: 5px;
  text-align-last: center;
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .ecom-benefit-img {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media only screen and (min-width: 992px) {
  .ecom-benefit-img {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
.ecom-benefit-title {
  text-transform: uppercase;
  font-weight: 800;
  color: #024CEF;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ecom-benefit-title {
    margin-bottom: 32px;
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .ecom-benefit-content {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media only screen and (min-width: 992px) {
  .ecom-benefit-content {
    padding-right: 0;
  }
}
.ecom-benefit-content .lists li {
  text-align: center;
  font-size: 18px;
}

.lists li {
  box-shadow: 0 0 30px rgba(2, 76, 239, 0.15);
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .lists li {
    border-radius: 16px;
  }
}
.lists li:not(:last-child) {
  margin-bottom: 16px;
}

.ecom-benefit-content .lists li {
  font-size: 21px;
}

@media only screen and (min-width: 768px) {
  .lists li:not(:last-child) {
    margin-bottom: 24px;
  }
  .lists2 li:not(:last-child) {
    margin-bottom: 44px;
  }

  .ecom-benefit-content .lists li {
    line-height: 36px;
  }
}

.seeding-text-highlight {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .seeding-text-highlight {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .seeding-socials {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.seeding-social-group-name {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .seeding-social-group-name {
    margin-bottom: 0;
  }
}
.seeding-social-icon {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 40px;
}
@media only screen and (min-width: 992px) {
  .seeding-social-icon {
    width: 40px;
    height: 40px;
  }
}
.seeding-social-name {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  padding-left: 10px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .seeding-social-name {
    text-align: center;
  }
}
.seeding-social-img {
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 12px;
}
.seeding-social-img img {
  border-radius: 38px;
  max-height: 56px;
}
.seeding-social ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.seeding-social ol li:not(:last-child) {
  margin-bottom: 4px;
}

.item-hoz {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
}
.item-hoz:last-child {
  margin-bottom: 0;
}
.item-hoz-img {
  width: 72px;
}
@media only screen and (min-width: 768px) {
  .item-hoz-img {
    width: 110px;
  }
}
.item-hoz-img-top {
  width: inherit;
}
.item-hoz-body {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  padding-left: 8px;
}
.item-hoz-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}
.item-hoz-text {
  text-align: justify;
  font-weight: 500;
}

.glow-box {
  position: relative;
  background: #000;
  border-radius: 16px;
  box-shadow: 0 0 8px #024CEF;
  padding: 30px 24px;
  color: #fff8f8;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .glow-box {
    padding: 48px 64px;
  }
}
.glow-box.small {
  padding: 24px;
}
.glow-box.small .glow-corner {
  width: 10px;
  height: 10px;
}
@media only screen and (min-width: 768px) {
  .glow-box.small .glow-corner.top-left {
    top: 10px;
    left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .glow-box.small .glow-corner.top-right {
    top: 10px;
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .glow-box.small .glow-corner.bottom-left {
    bottom: 10px;
    left: 10px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .glow-box.small .glow-corner.bottom-right {
    bottom: 10px;
    right: 10px;
  }
}

.glow-box.blue {
  background-color: #024CEF;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .glow-box.blue {
    margin-bottom: 50px;
  }
}
.glow-box.green {
  background-color: #25ED8D;
  color: #000;
}
.glow-box p:last-child {
  margin-bottom: 0;
}
.glow-corner {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #d9d9d9;
  border-radius: 50%;
}
.glow-corner.top-left {
  top: 10px;
  left: 10px;
}
@media only screen and (min-width: 768px) {
  .glow-corner.top-left {
    top: 24px;
    left: 24px;
  }
}
.glow-corner.top-right {
  top: 10px;
  right: 10px;
}
@media only screen and (min-width: 768px) {
  .glow-corner.top-right {
    top: 24px;
    right: 24px;
  }
}
.glow-corner.bottom-left {
  bottom: 10px;
  left: 10px;
}
@media only screen and (min-width: 768px) {
  .glow-corner.bottom-left {
    bottom: 24px;
    left: 24px;
  }
}
.glow-corner.bottom-right {
  bottom: 10px;
  right: 10px;
}
@media only screen and (min-width: 768px) {
  .glow-corner.bottom-right {
    bottom: 24px;
    right: 24px;
  }
}
.glow-bold {
  font-weight: 600;
  font-size: 22px;
  margin-top: 32px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .glow-bold {
    font-weight: 900;
  }
}

@media only screen and (min-width: 768px) {
  .heading-type2 {
    padding-right: 100px;
  }
  .heading-type2 .title-type-2, .heading-type2 .textblock-title {
    max-width: 700px;
  }
}
@media only screen and (min-width: 768px) {
  .heading-type2::after {
    content: "";
    display: block;
    width: 56px;
    height: 21px;
    background: url(../images/bg/group-line.png) no-repeat top right;
    background-size: 56px auto;
    position: absolute;
    top: 0;
    right: 0;
  }
}

/** ads-cate-2 */
.ads-cate-2 {
  position: relative;
}
.ads-cate-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -12%;
  bottom: -8%;
  width: 61.25%;
  background-image: url(../images/bg/bg-corner-left-ads.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.ads-cate-2 .container {
  position: relative;
  z-index: 1;
}

/** ads-cate-4 */
.social-card {
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 16px;
  text-align: center;
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .social-card {
    padding: 22px;
  }
}
.social-card::before {
  position: absolute;
  content: "";
  display: block;
  left: 12px;
  bottom: 16px;
  width: 36px;
  height: 4px;
  background: #00ED87;
}
.social-card-logos {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
.social-card-logos img {
  width: 40px;
}
@media only screen and (min-width: 768px) {
  .social-card-logos img {
    width: 56px;
  }
}
.social-card-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.social-card-desc {
  padding-bottom: 16px;
  position: relative;
}

@media (max-width: 991.98px) {
  .register-img img {
    max-width: 50%;
  }
}
.register-img-verify img {
  max-height: 50px;
}
@media only screen and (min-width: 768px) {
  .register-img-verify img {
    max-height: 80px;
  }
}
.register-text-lead {
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .register-box.left {
    margin-right: 10%;
  }
}
@media only screen and (min-width: 1200px) {
  .register-box.right {
    margin-left: 10%;
  }
}

/* group */
.group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .group {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.group-item {
  position: relative;
  width: 100%;
}
.group-item.child1, .group-item.child2 {
  display: flex;
  background-color: #00e88a;
  color: #fffbfb;
  padding: 16px;
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 992px) {
  .group-item.child1, .group-item.child2 {
    width: 50%;
    height: 164px;
    padding: 20px 40px;
    border-bottom-width: 0;
  }
  .group-item.child1::before, .group-item.child2::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #d9d9d9;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
  }
}
.group-item.child1::before {
  left: 10px;
}
@media only screen and (min-width: 992px) {
  .group-item.child1::after {
    content: "";
    position: absolute;
    left: -60px;
    top: 0;
    border-top: 82px solid transparent;
    border-bottom: 82px solid transparent;
    border-right: 60px solid #00e88a;
  }
}
.group-item.child2::before {
  right: 10px;
}
@media only screen and (min-width: 992px) {
  .group-item.child2::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 60px solid #00e88a;
    border-top: 82px solid transparent;
    border-bottom: 82px solid transparent;
  }
}
.group-item.child3 {
  background-color: #024CEF;
  color: #fff;
  padding: 12px;
}
@media only screen and (min-width: 992px) {
  .group-item.child3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 134px;
    display: flex;
    align-items: center;
  }
  .group-item.child3::before, .group-item.child3::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
  }
  .group-item.child3::before {
    border-bottom: 134px solid #fff;
    border-right: 100px solid transparent;
    left: 0;
  }
  .group-item.child3::after {
    border-bottom: 134px solid #fff;
    border-left: 100px solid transparent;
    right: 0;
  }
  .group-item.child3 .group-item-text {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.group-item-text {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .group-item-text {
    font-size: 22px;
    font-weight: 900;
  }
}

.register-ellipse-left, .register-ellipse-right {
  display: inline-block;
  max-height: 120px;
  margin-top: 20px;
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 992px) {
  .register-ellipse-left, .register-ellipse-right {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    max-height: unset;
    position: absolute;
    top: 104px;
    width: 120px;
    height: auto;
  }
}
@media only screen and (min-width: 992px) {
  .register-ellipse-left {
    left: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .register-ellipse-right {
    right: 100px;
  }
}

.objects {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .objects {
    padding-top: 34px;
  }
  .objects::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 266px;
    border-radius: 16px;
    background-color: #024CEF;
  }
}
.objects > * {
  position: relative;
  z-index: 1;
}

.object {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .object {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.object-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}
.object-content {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.polygon {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 240px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border-radius: 8px;
  padding-left: 0px;
}
@media only screen and (min-width: 768px) {
  .polygon {
    box-shadow: none;
    margin-bottom: 0;
    width: 300px;
    height: 300px;
    position: relative;
    border-radius: 0;
    background-color: transparent;
    background-image: url("../images/bg/polygon-shadow.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
@media only screen and (min-width: 992px) {
  .polygon {
    width: 380px;
  }
}
.polygon-img {
  padding-left: 15%;
  padding-right: 15%;
  margin-bottom: 14px;
}
@media only screen and (min-width: 992px) {
  .polygon-img {
    padding-left: 20%;
    padding-right: 20%;
  }
}
.polygon-title {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .polygon-title {
    font-size: 22px;
    font-weight: 900;
  }
}
.polygon > * {
  position: relative;
  z-index: 1;
}

.register-service-steps {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}
.register-service-steps li {
  padding-bottom: 20px;
  padding-left: 38px;
  position: relative;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .register-service-steps li {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .register-service-steps li {
    padding-bottom: 56px;
  }
}
.register-service-steps li:last-child {
  padding-bottom: 0;
}
.register-service-steps li:last-child::after {
  display: none;
}
.register-service-steps li::before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #024CEF;
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(2, 76, 239, 0.5);
}
.register-service-steps li::after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background-color: #024CEF;
  position: absolute;
  top: 4px;
  left: 5px;
  box-shadow: 0 0 12px 0 rgba(2, 76, 239, 0.5);
}

.register-cate-5 .container {
  position: relative;
  z-index: 1;
}

.register-checked-img {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 42.70833%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.register-checked-img img {
  width: auto;
  max-width: 480px;
}

@media (max-width: 991.98px) {
  .register-notify-img img {
    width: 50%;
  }
}

.bg-darkken {
  background-color: #1E1E1E;
  color: #fff;
}

.benefits2 .img-reasion {
  background-color: #1E1E1E;
}
.benefits2 .img-reasion img {
  max-width: 90%;
}

.graphic-introduction img {
  border-radius: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wrap-detail > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #000;
  row-gap: 16px;
}
@media only screen and (min-width: 768px) {
  .wrap-detail > ul {
    row-gap: 24px;
  }
}
.wrap-detail > ul > li {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wrap-detail > ul > li {
    width: calc(50% - 12px);
  }
}
.wrap-detail > ul .list-anpha-item {
  margin-bottom: 0;
}
.wrap-detail > ul .list-anpha-item.active .list-anpha-title .underline {
  width: calc(100% + 34px);
}
.wrap-detail > ul .list-anpha-title {
  padding-bottom: 0;
  margin-bottom: 0;
}
.wrap-detail > ul .list-anpha-title::after {
  top: -4px;
}
.wrap-detail .list-anpha li ul {
  margin-top: 0;
  list-style: none;
  padding-left: 0;
}
.wrap-detail .list-anpha li ul li {
  padding-top: 12px;
}

.customer-pc {
  flex-wrap: wrap;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  border-radius: 74px;
}
@media only screen and (min-width: 1200px) {
  .customer-pc {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.customer-leftcol {
  padding: 25px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .customer-leftcol {
    padding: 44px;
  }
}
.customer-label {
  color: #024CEF;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.customer-label span {
  display: block;
  text-align: center;
  font-size: 48px;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) {
  .customer-label span {
    font-size: 64px;
  }
}
.customer-logos {
  height: 100%;
}
.customer-logos > * {
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}
.customer-logos > *:nth-child(1), .customer-logos > *:nth-child(2), .customer-logos > *:nth-child(3) {
  border-top-color: transparent;
}
.customer-logo {
  text-align: center;
  padding: 16px;
}
.customer-rightcol {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.customer-logo-mb {
  background-color: #fff;
  padding: 12px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.seo-intro-img img {
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .seo-intro-img img {
    border-radius: 16px;
  }
}
.seo-intro-header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .seo-intro-header {
  }
}
.seo-intro-label {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 12px;
  font-weight: 800;
  color: #00E88F;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 6px;
}
.seo-intro-label span {
  text-align: center;
  display: block;
  line-height: 1.2;
}
.seo-intro-title {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  padding-left: 16px;
  margin-top: auto;
}

@media only screen and (min-width: 768px) {
  .seo-meta-img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.seo-meta-img img {
  width: 60%;
}
@media only screen and (min-width: 1200px) {
  .seo-meta-img img {
    width: 100%;
  }
}

/*------------------------------------------------------------------
[Footer]
*/
.socials {
  background-color: #024CEF;
  padding: 0 15px;
}
.socials a {
  display: block;
  padding: 25px 20px;
}

.footer-top {
  background-color: #f2f2f2;
  border-top: 1px solid #000;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 0;
  }
}

.title-footer {
  color: #024CEF;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .title-footer {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.title-footer::before {
  content: '';
  width: 9px;
  height: 9px;
  transform: skew(-20deg);
  display: block;
  background-color: #00E88F;
  margin-bottom: 4px;
}

.bct {
  display: none;
}

.group-links li:not(:last-child) {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .group-links li:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .about-footer {
    max-width: 395px;
  }
}
.about-footer .logo img {
  max-height: 50px;
}
.about-footer p, .about-footer img {
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
  .about-footer p, .about-footer img {
    margin-bottom: 16px;
  }
}
.about-footer p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .h-lg-full {
    height: 100%;
  }
}

.list-anpha li ul {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 10px;
}

.list-anpha li.active ul {
    max-height: 500px;
    /* đủ lớn để chứa nội dung */
    opacity: 1;
}

.list-anpha h4 {
    cursor: pointer;
    user-select: none;
}

.list-anpha li ul li {
    list-style: none;
}

.list-anpha li.active ul li {
    list-style: disc;
}

.list-anpha-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding-bottom: 10px;
}

.list-anpha-title .underline {
    display: block;
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, #25ED8D 0%, #024CEF 100%);
    transition: width 0.5s;
    border-radius: 2px;
    /* cách chữ ra 1 chút */
}

.list-anpha-item.active .list-anpha-title .underline {
    margin-top: 12px;
    width: 107%;
}

.blockquote-inner {
    padding: 15px 20px 15px 35px;
}

/* .blockquote-text-highlight {
    font-size: 16px;
} */