.card .content {
  gap: 10px;
}
.marketing-support {
  background: url("../images/home/marketing-support/bk_dot.png");
  background-size: cover;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 70px;
  position: relative;
}
.marketing-support::before {
  content: "";
  background: url(../images/home/marketing-support/bk_decoration.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 704px;
}
.marketing-support h1 {
  padding: 70px 0 50px 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  color: #1a469d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.marketing-support p {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 30px 0;
}
.marketing-support h1::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 6px;
  background: #1a469d;
  border-radius: 15px;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 0);
}
.marketing-support .container {
  max-width: 1200px;
  width: 90%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background: url("../images/home/marketing-support/area_function.png")
    no-repeat;
  background-size: 100% 100%;
  align-items: center;
  padding-bottom: 80px;
  position: relative;
}

.marketing-support .container h2 {
  font-size: 24px;
  color: white;
  margin: 0;
  padding: 34px 0;
  font-weight: bold;
}
.screen-highest {
  display: grid;
  grid-template-columns: 360px 360px 360px;
  justify-content: space-around;
  gap: 20px;
  padding: 0 40px;
}
@media (max-width: 1280px) {
  .screen-highest {
    grid-template-columns: 33.3% 33.3% 33.3%;
  }
}
.screen-highest .card {
  box-shadow: #61bbe8 0px 3px 8px;
  background: white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.screen-highest .card h3 {
  margin: 0;
  padding: 8px 0;
  background: #1a469d;
  border-radius: 20px 20px 0 0;
  color: white;
  width: 100%;
  text-align: center;
}

.screen-highest .card img {
  width: 100%;
  height: auto;
  flex: 1;
  object-fit: contain;
}
.screen-highest .card .content {
  display: flex;
  flex-direction: column;
  justify-items: center;
  padding: 15px;
}
.screen-highest .card .content p {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 12px;
}
.behind {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.behind p {
  padding: 30px 0;
  font-size: 16px;
  text-align: center;
}
.behind .button-doc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 400px;
  height: 76px;
  font-size: 24px;
  border-radius: 5px;
  box-shadow: rgb(0 0 0 / 20%) 0px 3px 6px;
  transition-duration: 0.4s;
}
.behind a {
  text-decoration: none;
}
.behind .button-doc:hover {
  background: #0c3381;
}
.behind .button-doc span i {
  color: white;
  font-size: 12px;
  border: 1px solid;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ms-row {
  max-width: 1200px;
  width: 90%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background-size: 100% 100%;
  align-items: center;
  gap: 10px;
  position: relative;
}
.ms-row .worries {
  height: 224px;
  width: auto;
  object-fit: cover;
}
.ms-row .ms-title {
  display: flex;
  justify-content: center;
  padding: 8px 0 0 0;
}
.ms-title img {
  width: auto;
  height: 60px;
  margin-bottom: -10px;
  align-self: flex-end;
}
.ms-title .ms-content p {
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.ms-title .ms-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-self: flex-start;
  align-items: center;
}
.ms-row .ms-title {
  gap: 10px;
}
.ms-content span {
  color: #0c82bc;
}
.ms-sub .bubble {
  display: flex;
  gap: 5px;
  justify-content: center;
}
.ms-sub .mobile-bubble {
  display: none;
}
.ms-sub .bubble p {
  padding: 0;
  align-self: flex-end;
}
.ms-sub p {
  text-align: center;
  padding: 10px;
  font-size: 18px;
}
.ms-sub p span {
  background: #ffee96;
}

.ms-sub .bubble .chat {
  background: #0c82bc;
  color: white;
  font-size: 20px;
  font-weight: bold;
  border-radius: 20px;
  padding: 5 10px;
  position: relative;
}
.ms-sub .bubble .chat span {
  position: relative;
  z-index: 1;
}
.ms-sub .bubble .chat::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  z-index: 0;
  border-left: 29px solid #0c82bc;
  border-right: 24px solid transparent;
  border-top: 9px solid #0c82bc;
  border-bottom: 11px solid transparent;
  right: -20px;
  bottom: -3px;
  transform: skewX(71deg);
}
.ms-card {
  padding: 10px;
  background: #e9f1f5;
  display: flex;
  width: 946px;
  gap: 20px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  justify-content: space-around;
}
.icon-arow {
  position: absolute;
  left: 50%;
  width: 50px;
  height: 50px;
  bottom: -28px;
}
.ms-card .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ms-card .content p {
  color: #0c82bc;
  font-size: 22px;
}
.ms-card .content .list-button {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
}
.ms-card .content .list-all-button {
  display: none;
}
.list-button button {
  border: none;
  background: white;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #667075;
  cursor: default;
}
.list-button span {
  align-self: flex-end;
  font-size: 16px;
  font-weight: bold;
  color: #667075;
}
.ms-card.profile {
  flex-direction: column !important;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  padding: 0px 30px 30px 30px;
}
.ms-card.profile p {
  padding: 26px 0 10px 0;
  color: #0c82bc;
}
.ms-main-card {
  display: flex;
  gap: 20px;
}
.card-detail {
  background: white;
  border-radius: 20px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.card-detail .avatar {
  display: flex;
  align-items: center;
  gap: 14.5px;
}
.card-detail .avatar img {
  width: 80px;
  height: 80px;
}
.card-detail .avatar p {
  padding: 0;
  font-size: 15px;
  color: #090a0a;
}
.card-detail .profile-text p {
  font-size: 13px;
  color: #090a0a;
  padding: 0;
  font-weight: 500;
}
.last {
  padding-top: 40px;
}
.last .button-doc {
  background: #ffd700 !important;
  color: #090a0a;
}
.last .button-doc span i {
  color: #090a0a !important;
  border: 2px solid #090a0a !important;
}
.last .button-doc:hover {
  background: #ffc400 !important;
  color: #090a0a;
}

@media (min-width: 768px) and (max-width: 992px) {
  .marketing-support .container {
    background: url("../images/home/marketing-support/area_function.png")
      no-repeat !important;
    background-size: contain !important;
    background-position: center;
    padding-bottom: 60px !important;
  }
  .ms-row .worries {
    width: 50% !important;
    height: auto;
  }
  .screen-highest {
    flex-direction: row !important;
  }
  .screen-highest .card {
    flex: 1 1 0px;
  }
  .ms-card .img-before {
    width: 50%;
    margin: 0 auto;
  }
  .ms-main-card {
    justify-content: center;
    flex-direction: row !important;
  }
}

@media (max-width: 768px) {
  section .marketing-support {
    background: url("../images/home/marketing-support/bk_dot_02.png");
    background-position: center;
    padding-bottom: 60px;
  }
  .marketing-support .container {
    background: url("../images/home/marketing-support/bgmk-mobile.png")
      no-repeat;
    background-size: 100% 100%;
    padding-bottom: 60px;
  }
  .marketing-support h1 {
    font-size: 30px;
    padding: 50px 20px;
    text-align: center;
  }

  .marketing-support {
    padding: 0 10px;
    padding-bottom: 70px;
  }

  .marketing-support p {
    padding: 0 10px 30px 10px;
    font-size: 18px;
  }

  .marketing-support .container h2 {
    font-size: 20px;
    padding: 25px 70px;
    text-align: center;
  }

  .screen-highest {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
  }
  .last {
    padding-top: 30px;
  }
  .behind p {
    padding: 29px 40px;
    font-size: 14px;
  }
  .behind a {
    width: 300px;
    height: 60px;
  }
  .behind .button-doc {
    width: 300px;
    height: 60px;
    font-size: 18px;
  }
  .ms-row .worries {
    width: 100%;
    height: auto;
    object-fit: cover;
    padding: 10px 0;
  }
  .ms-row .ms-title {
    padding: 8px 0 15px 0;
  }
  .ms-title .ms-content p {
    font-size: 20px;
  }
  .ms-title .ms-content p span {
    font-size: 20px !important;
  }
  .ms-card {
    flex-direction: column;
    gap: 17px;
    width: 100%;
  }
  .ms-card .content p {
    font-size: 20px;
    padding: 0 10px 10px 10px;
  }
  .ms-title img {
    width: 24px;
    height: auto;
    margin-bottom: -10px;
  }
  .ms-card .content .list-button .list-1 {
    display: flex;
    justify-content: center;
  }
  .ms-card.profile {
    padding: 10px;
  }
  .ms-card.profile p {
    font-size: 20px;
  }
  .ms-main-card {
    flex-direction: column;
  }
  .icon-arow {
    width: 38px;
    height: 38px;
    bottom: -25px;
    transform: translate(-50%, 0);
  }
  .ms-sub .bubble {
    display: none;
  }
  .ms-sub .mobile-bubble {
    display: block;
  }
  .ms-sub .mobile-bubble p:first-child {
    padding: 5px 0;
  }
  .ms-sub .mobile-bubble p {
    padding: 0;
    font-size: 16px;
  }
  .ms-sub p {
    font-size: 16px;
  }
  .ms-sub .mobile-bubble .chat {
    background: #0c82bc;
    color: white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px;
    padding: 0px 10px;
    position: relative;
  }
  .ms-sub .mobile-bubble .chat span {
    position: relative;
    z-index: 1;
    background: transparent;
    font-size: 16px;
  }
  .ms-sub .mobile-bubble .chat::before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    z-index: 0;
    border-left: 31px solid #0c82bc;
    border-right: 20px solid transparent;
    border-top: 9px solid #0c82bc;
    border-bottom: 11px solid transparent;
    right: -20px;
    bottom: -3px;
    transform: skewX(75deg);
  }
  .ms-card .content .list-all-button {
    display: flex;
    flex-direction: column;
  }
  .ms-card .content .list-button {
    display: none;
  }
  .list-all-button button {
    border: none;
    background: white;
    border-radius: 20px;
    padding: 5px 20px;
    margin: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #667075;
  }
  .list-all-button span {
    align-self: center;
    font-size: 14px;
    font-weight: bold;
    color: #667075;
  }
  .list-all-button .list {
    display: block;
    text-align: center;
  }
  .ms-card.ms-card.profile p {
    font-size: 20px;
    padding: 10px 0 0 0;
  }
  .card-detail .avatar {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .card-detail .avatar p {
    padding: 0;
    font-size: 15px !important;
    color: #090a0a;
  }
  .card-detail .profile-text p {
    font-size: 13px !important;
    color: #090a0a;
    font-weight: normal;
    padding: 0;
  }
}
