[class^="section-program-"] {
  padding: 80px 0; }

@media (max-width: 767px) {
  [class^="section-program-"] {
    padding: 40px 0; } }

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none; } }

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none; } }

.section-breadcrumb {
  position: relative;
  background-image: url(//theme.hstatic.net/1000180878/1001363322/14/header_banner_program.jpg?v=472);
  background-size: cover;
  background-position: center;
  padding: 80px 0; }
  .section-breadcrumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 41, 77, 0.7); }
  .section-breadcrumb .breadcrumb-shop {
    background: transparent;
    border: none;
    position: relative; }
    .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows {
      display: flex;
      justify-content: start;
      color: #fff;
      font-size: 15px;
      letter-spacing: 2px; }
      .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows span {
        font-weight: 600; }
      .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows a {
        color: #fff; }
        .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows a:hover {
          color: var(--shop-color-main); }
      .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows > li + li:before {
        color: #fff;
        margin-left: 10px; }
  .section-breadcrumb .breadcrumb-content {
    position: relative;
    color: #fff; }
    .section-breadcrumb .breadcrumb-content h1 {
      font-size: 50px;
      margin: 0; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .section-breadcrumb {
      padding: 80px 0; }
      .section-breadcrumb .breadcrumb-content h1 {
        font-size: 40px; } }
  @media (max-width: 991px) {
    .section-breadcrumb {
      padding: 60px 0;
      text-align: center; }
      .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows {
        justify-content: center; }
      .section-breadcrumb .breadcrumb-content h1 {
        font-size: 30px; } }
  @media (max-width: 767px) {
    .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows {
      font-size: 12px; }
    .section-breadcrumb .breadcrumb-content h1 {
      font-size: 24px; } }

.section-program-video .heading-title {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto; }

.section-program-video .video {
  position: relative;
  padding: 150px 0;
  background-image: url(//theme.hstatic.net/1000180878/1001363322/14/program_video_img.jpg?v=472);
  background-size: cover;
  background-position: center;
  text-align: center; }
  .section-program-video .video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 19, 45, 0.8); }
  .section-program-video .video .icon-play {
    display: inline-block;
    position: relative;
    color: #fff;
    background: var(--shop-color-main);
    width: 100px;
    height: 100px;
    line-height: 116px;
    box-shadow: 0px 0px 25px 3px rgba(255, 255, 255, 0.8);
    border-radius: 50%; }
    .section-program-video .video .icon-play i {
      font-size: 32px;
      margin-left: 5px; }
    .section-program-video .video .icon-play:before {
      content: "";
      position: absolute;
      width: 150%;
      height: 150%;
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation: pulsate1 2s;
      animation: pulsate1 2s;
      -webkit-animation-direction: forwards;
      animation-direction: forwards;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: steps;
      animation-timing-function: steps;
      opacity: 1;
      border-radius: 50%;
      border: 5px solid rgba(255, 255, 255, 0.75);
      top: -25%;
      left: -25%;
      background: rgba(198, 16, 0, 0); }

@media (max-width: 767px) {
  .section-program-video .video {
    padding: 80px; }
    .section-program-video .video .icon-play {
      width: 60px;
      height: 60px;
      line-height: 65px; }
      .section-program-video .video .icon-play i {
        font-size: 20px; } }

.section-program-tab {
  background: #f5f5f5;
  padding: 40px 0; }
  .section-program-tab .row {
    padding: 40px;
    margin: 40px 0;
    background: var(--shop-color-bg); }
  .section-program-tab .program-content .title {
    font-size: 36px; }
  .section-program-tab .program-content .desc {
    color: rgba(19, 38, 67, 0.8); }
  .section-program-tab .program-content .btn-more {
    margin-top: 30px; }
  @media (min-width: 992px) {
    .section-program-tab .row:nth-child(odd) {
      flex-flow: row-reverse; }
      .section-program-tab .row:nth-child(odd) .program-content {
        padding-left: 30px; }
    .section-program-tab .row:nth-child(even) .program-content {
      padding-right: 30px; } }
  @media (max-width: 991px) {
    .section-program-tab .row {
      gap: 20px; }
    .section-program-tab .program-content {
      text-align: center; } }
  @media (max-width: 767px) {
    .section-program-tab .row {
      padding: 15px 0;
      margin: 20px 0; }
    .section-program-tab .program-content .title {
      font-size: 20px; } }

.section-program-process .list-process {
  gap: 20px;
  justify-content: center; }

.section-program-process .process-item {
  -ms-flex: 0 0 calc(100%/5 - 16px);
  flex: 0 0 calc(100%/5 - 16px);
  max-width: calc(100%/5 - 16px); }
  .section-program-process .process-item .item-img {
    margin-bottom: 20px; }
    .section-program-process .process-item .item-img img {
      max-height: 60px; }
  .section-program-process .process-item .item-detail .title {
    font-size: 20px; }
  .section-program-process .process-item .item-detail .desc {
    color: rgba(19, 38, 67, 0.8);
    font-size: 15px;
    margin: 0; }

@media (max-width: 991px) {
  .section-program-process .list-process {
    margin: 0;
    gap: 30px 15px; }
  .section-program-process .process-item {
    -ms-flex: 0 0 calc(100%/3 - 14px);
    flex: 0 0 calc(100%/3 - 14px);
    max-width: calc(100%/3 - 14px); } }

@media (max-width: 767px) {
  .section-program-process .process-item {
    -ms-flex: 0 0 calc(100%/2 - 10px);
    flex: 0 0 calc(100%/2 - 10px);
    max-width: calc(100%/2 - 10px); }
    .section-program-process .process-item .item-img {
      margin-bottom: 10px; }
      .section-program-process .process-item .item-img img {
        max-height: 50px; }
    .section-program-process .process-item .item-detail .title {
      font-size: 18px;
      margin-bottom: 5px; }
    .section-program-process .process-item .item-detail .desc {
      font-size: 14px; } }

.section-program-about {
  background: #EEEE;
  color: #000; }
  .section-program-about .heading-title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
    .section-program-about .heading-title .desc {
      color: #000; }
  .section-program-about .btn-more .button {
    color: #EEEE;
    border: 1px solid transparent; }
    .section-program-about .btn-more .button:before {
      background: #000; }
    .section-program-about .btn-more .button:hover {
      color: #000;
      border-color: #000; }
