/*relate post*/
.related-post{
	padding:0 40px;
}
    .single .related-posts .author-name {
        display: flex;
        align-items: center;
        gap: 5px;
    }

#comments{
	display:none;
}
.col-center-cus .entry-title, .related-posts-title {
	color:#45c0f8;
} 
.col-center-cus .entry-divider{
	display:none;
}
.row-cus {
	display: flex;
  padding:20px;
}
.col-center-cus .wp-block-heading, .col-center-cus #divNewsContent h2 {
	color:#45c0f8;
}
.blog-single{
    position: relative;
}
.large-right, .large-left{
	position: sticky !important;
    top: 90px;
  	height:100vh;
}
.col-center-cus {
    border-left: 1px solid #DFE1E6;
    border-right: 1px solid #DFE1E6;
    padding: 0 20px;
}
/*layout sidebar phát triển cùng aplus*/
    .aplus-container {
      font-family: Arial, sans-serif;
      color: #333;
      max-width: 400px;
      margin: 0 auto;
    }

    .aplus-header {
      background: #28b8f0;
      color: white;
      padding: 10px 15px;
      display: flex;
      align-items: center;
      font-weight: bold;
      font-size: 16px;
      border-radius: 3px;
    }

    .aplus-header .icon {
      margin-right: 10px;
    }

    .aplus-title {
      color: #28b8f0;
      font-size: 20px;
      margin: 15px 0 5px;
    }

    .aplus-meta {
      font-size: 13px;
      color: #666;
      margin-bottom: 15px;
    }

    .aplus-box {
      display: flex;
      align-items: flex-start;
      padding: 15px;
      margin-bottom: 10px;
      border: 1px solid #eee;
      border-radius: 10px;
    }

    .aplus-box .icon {
      font-size: 24px;
      width: 40px;
      height: 40px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px;
      flex-shrink: 0;
    }

    .aplus-box .content .title {
      font-weight: bold;
      color: #00a3ff;
      margin-bottom: 5px;
    }

    .aplus-box .desc {
      font-size: 14px;
      color: #555;
    }

    /* Custom icon background colors */
    .aplus-box-intro .icon {
      background-color: #fca5a5; /* red */
    }

    .aplus-box-plan .icon {
      background-color: #7dd3fc; /* blue */
    }

    .aplus-box-teacher .icon {
      background-color: #c4b5fd; /* purple */
    }

@media(max-width:768px){
  .large-right, .large-left {
  display:none;
  }
  .row-cus{
  padding:0px;
  }
  .col-center-cus{
       border-left: none; 
     border-right: none;
    padding-bottom:0px !important;
  }
  .form-input{
  margin-bottom:0px;
  }
  .related-post{
  padding: 0 15px;
	grid-template-columns: repeat(2, 1fr);
  }
}
