.blog-section {
  margin-bottom: 70px;
}
.blog-section .square-banner {
  width: 100%;
  border-radius: 10px;
}
.blog-section .square-banner::after {
  padding-bottom: 80%;
}
.blog-section .img-video {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}
.blog-section .img-video::after {
  padding-bottom: 50%;
}
.blog-section .img-video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.431372549);
  z-index: 1;
}
.blog-section .overlay-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
}
.blog-section .overlay-video .video-title {
  font-size: 18px;
  font-family: "yekanBakh-Bold";
  color: #ffffff;
  margin-top: 10px;
  text-align: center;
}
.blog-section .overlay-video .play-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 0, 0, 0.253);
  display: flex;
  align-items: center;
  justify-content: center;
  color: red;
}
.blog-section .other-videos {
  border-radius: 20px;
}
.blog-section .other-videos .other-videos_title {
  font-size: 18px;
  color: #ef3a4f;
  font-family: "yekanBakh-Medium";
  margin-bottom: 10px;
}
.blog-section .other-videos .other-videos_list li {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
.blog-section .other-videos .other-videos_list li:last-child {
  border-bottom: 0;
}
.blog-section .other-videos .other-videos_list a {
  font-size: 12px;
  color: #343434;
  padding: 0 10px;
  font-family: "yekanBakh-Regular";
}
.blog-section .other-videos .other-videos_list a span {
  margin-left: 10px;
}

.blog-page-header {
  margin: 30px 0 40px;
}
.blog-page-header .rectangular-banner {
  width: 100%;
  border-radius: 10px;
}
.blog-page-header .rectangular-banner::after {
  padding-bottom: 13%;
}
.blog-page-header .square-banner {
  width: 100%;
  border-radius: 10px;
}
.blog-page-header .square-banner::after {
  padding-bottom: 100%;
}
.blog-page-header .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(to top, #1f1f1f, rgba(0, 0, 0, 0));
  display: flex;
  align-items: flex-end;
  padding: 10px;
}
.blog-page-header .overlay p {
  font-size: 14px;
  font-family: "yekanBakh-Regular";
  color: #ffffff;
}
.blog-page-header .sidebar-banner {
  width: 100%;
  border-radius: 10px;
  flex-grow: 2;
}

.blog-category {
  height: 100%;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.blog-category .category-list a {
  font-size: 16px;
  font-family: "yekanBakh-Medium";
  color: #000;
  padding: 10px;
  transition: all 0.2s linear;
  border-radius: 5px;
  margin-bottom: 5px;
}
.blog-category .category-list a:hover {
  background: #f5f5f5;
}

.post-page {
  margin: 0 0 50px;
}
.post-page .author-post_img {
  width: 40px;
  margin-left: 10px;
  border-radius: 50%;
  margin-left: 10px;
}
.post-page .author-post_img::after {
  padding-bottom: 100%;
}
.post-page .post-title {
  font-size: 20px;
  color: #333333;
  font-family: "yekanBakh-Bold";
  margin-bottom: 15px;
}
.post-page .tag-post-title {
  font-size: 14px;
  color: #333333;
  font-family: "yekanBakh-Bold";
}
.post-page .tag-link {
  font-size: 14px;
  color: #868e95;
  font-family: "yekanBakh-Regular";
  text-decoration: underline;
}
.post-page .tag-link:hover {
  color: #ef3a4f;
}
.post-page .social-post a {
  font-size: 15px;
  color: #151515;
}
.post-page .like-btn {
  font-size: 16px;
  color: #151515;
  font-family: "yekanBakh-Regular";
  padding-left: 20px;
  border-left: 1px solid rgb(207, 207, 207);
}
.post-page .like-btn span {
  margin-left: 5px;
}
.post-page .post-date,
.post-page .study-time,
.post-page .author-post_name {
  font-size: 12px;
  font-family: "yekanBakh-Regular";
  color: #9d9d9d;
}
.post-page .post-date span,
.post-page .study-time span,
.post-page .author-post_name span {
  margin-left: 5px;
  font-size: 15px;
}
.post-page .author-post_name {
  font-size: 14px;
}
.post-page .study-time span {
  margin-left: 0;
  margin-right: 8px;
}

.group-checkbox {
  margin-bottom: 15px;
}
.group-checkbox input {
  display: none;
}
.group-checkbox label {
  font-size: 14px;
  color: #333333;
  font-family: "yekanBakh-Medium";
  position: relative;
  padding-right: 25px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.group-checkbox label::after {
  content: "";
  font-family: "icomoon";
  width: 20px;
  height: 20px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #ffffff;
  transition: all 0.2s linear;
  background: #d4dce0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 3px;
}
.group-checkbox input:checked ~ label::after {
  content: "\e93e";
  background: rgb(2, 2, 128);
}

.group-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.group-field label {
  font-size: 14px;
  color: #333333;
  font-family: "yekanBakh-Medium";
  margin-bottom: 10px;
}
.group-field input,
.group-field textarea {
  font-size: 16px;
  font-family: "yekanBakh-Medium";
  color: #333333;
  border: 1px solid #ebebeb;
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 0;
}
.group-field input:focus,
.group-field textarea:focus {
  border: 1px solid rgb(2, 2, 128);
}

.comment-product .profile-comment-img {
  min-width: 76px;
  border-radius: 50%;
  margin-left: 10px;
}
.comment-product .profile-comment-img::after {
  padding-bottom: 100%;
}
.comment-product .comment-name {
  font-size: 16px;
  font-family: "yekanBakh-Bold";
  color: #ef3a4f;
  margin-left: 20px;
}
.comment-product .comment-date {
  font-size: 12px;
  font-family: "yekanBakh-Medium";
  color: #8798A1;
}
.comment-product .comment-reply-btn {
  font-size: 16px;
  font-family: "yekanBakh-Regular";
  color: #ef3a4f;
}
.comment-product .comment-reply-btn .reply_icon {
  margin-left: 10px;
  transform: rotate(180deg);
  font-size: 20px;
}
.comment-product .comment-text {
  font-size: 14px;
  font-family: "yekanBakh-Medium";
  color: #333333;
  line-height: 1.8;
  margin-top: 15px;
}
.comment-product .comment-form label {
  font-size: 16px;
  font-family: "yekanBakh-Medium";
  color: #333333;
  margin-bottom: 15px;
}
.comment-product .comment-form input, .comment-product .comment-form textarea {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 16px;
  width: 100%;
  padding: 10px 10px;
  font-size: 14px;
  font-family: "yekanBakh-Medium";
  color: #333333;
}
.comment-product .comment-form input:focus, .comment-product .comment-form textarea:focus {
  border: 1px solid pink;
}
.comment-product .comment-form .comment-btn {
  font-size: 16px;
  font-family: "yekanBakh-Medium";
  color: #F4F7FB;
  background: #ef3a4f;
  border-radius: 8px;
  padding: 10px 40px;
  border: none;
}
.comment-product .comment-wrapper {
  margin-bottom: 40px;
}
.comment-product .comment-wrapper_title {
  font-size: 20px;
  color: #000;
  font-family: "yekanBakh-Bold";
  margin-bottom: 20px;
}
.comment-product .comment-wrapper_reply {
  margin-right: 100px;
  position: relative;
}
.comment-product .comment-wrapper_reply::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  transform: translateY(-50%);
  width: 65px;
  height: 90px;
  border: 1px solid #E3E3E3;
  border-left: none;
  border-top: none;
}
.comment-product .stars span {
  color: rgb(255, 208, 0);
}
.comment-product .question-title span {
  font-size: 30px;
  margin-left: 15px;
}

article h1 {
  font-size: 20px;
  color: #333333;
  font-family: "yekanBakh-Bold";
  margin-bottom: 15px;
}
article h2, article h3 {
  font-size: 27px;
  color: #333333;
  font-family: "yekanBakh-Regular";
  margin-bottom: 15px;
}
article p {
  font-size: 16px;
  color: #737373;
  font-family: "yekanBakh-Regular";
  line-height: 1.8;
  margin-bottom: 10px;
}
article img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}
article a {
  text-decoration: underline;
  font-size: 14px;
  font-family: "yekanBakh-Regular";
  color: #333333;
}
article a:hover {
  color: #ef3a4f;
}

.line {
  width: 100%;
  height: 1px;
  background: #f5f5f5;
  margin: 15px 0;
}

.pagination-wrapper {
  width: 100%;
  border: 1px solid #E3E3E3;
  padding: 10px;
}
.pagination-wrapper .page-link {
  font-size: 14px;
  font-family: "yekanBakh-Medium";
  color: #151515;
  border: 0;
  border-radius: 4px;
}

.horizontal-blog-card {
  display: flex;
  align-items: center;
}
.horizontal-blog-card .blog-img {
  min-width: 100px;
  border-radius: 5px;
  margin-left: 10px;
}
.horizontal-blog-card .blog-img::after {
  padding-bottom: 100%;
}
.horizontal-blog-card .blog-title {
  font-size: 16px;
  font-family: "yekanBakh-Regular";
  color: #333333;
}
.horizontal-blog-card .blog-title:hover {
  color: #ef3a4f;
}
.horizontal-blog-card .blog-text {
  font-size: 14px;
  font-family: "yekanBakh-Regular";
  color: #737373;
  margin: 8px 0;
}
.horizontal-blog-card .blog-date {
  font-size: 12px;
  font-family: "yekanBakh-Regular";
  color: #737373;
}
.horizontal-blog-card .blog-date span {
  margin-left: 5px;
}

.styled-select {
  min-width: 300px;
  min-height: 50px;
  background: #FFFFFF;
  border: 1px solid #CFCFCF;
  border-radius: 40px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.styled-select .selectBox-title {
  font-size: 10px;
  font-family: "yekanBakh-Medium";
  color: #000000;
  position: absolute;
  top: 0;
  right: 10px;
}
.styled-select::before {
  content: "\e910";
  font-family: "icomoon";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 35px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 20px;
}
.styled-select select {
  font-size: 16px;
  padding: 0 10px;
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  font-family: "yekanBakh-Medium";
  height: 100%;
  width: 100%;
  color: #000000;
  z-index: 100;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.map-page {
  background-image: linear-gradient(to right, rgb(0, 0, 212), rgb(2, 2, 128));
  min-height: 100vh;
  padding: 40px 0 80px;
  /* Page Style */
}
.map-page .map-container {
  width: 100%;
  height: 100%;
}
.map-page .map-container svg {
  width: 100%;
}
.map-page #introduce {
  display: block;
  width: 100%;
  font-size: 35px;
  font-weight: bold;
  color: white;
  padding-bottom: 5px;
  background-color: #4CAF50;
  text-decoration: none;
  margin-bottom: 15px;
}
.map-page svg path {
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
  stroke: #000;
  stroke-width: 1px;
  stroke-linejoin: round;
  cursor: pointer;
}
.map-page svg path:hover {
  fill: #1cc7c9;
}
.map-page .branches {
  opacity: 1;
  color: #ffffff;
}
.map-page .branch-item {
  border-bottom: 1px dashed #ffffff;
  padding: 20px 0;
}
.map-page .branch-item:last-child {
  border-bottom: 0;
}
.map-page .branch-item .branch-name {
  font-size: 20px;
  color: #FFFFFF;
  font-family: "yekanBakh-Bold";
}
.map-page .branch-item .branch-btn {
  font-size: 14px;
  color: #FFFFFF;
  padding: 5px 10px;
  border-radius: 40px;
  border: 1px solid #ffffff;
  font-family: "yekanBakh-Bold";
  transition: all 0.2s linear;
}
.map-page .branch-item .branch-btn:hover {
  background: #FFFFFF;
  color: rgb(0, 0, 212);
}

.counter {
  background: #FFFFFF;
  border-radius: 100px;
  padding: 30px;
}
.counter .counter-item {
  border-left: 1px solid blue;
}
.counter .counter-item:last-child {
  border-left: 0;
}
.counter .number {
  font-size: 30px;
  font-family: "yekanBakh-Bold";
  color: blue;
}
.counter-text {
  font-size: 14px;
  font-family: "yekanBakh-Medium";
  color: blue;
}

@media screen and (max-width: 576px) {
  .counter {
    padding: 20px;
    border-radius: 40px;
  }
  .counter .counter-item {
    border-left: 0;
  }
  .counter .number {
    font-size: 20px;
  }
  .counter-text {
    font-size: 12px;
  }
  .styled-select {
    min-width: 100%;
  }
}/*# sourceMappingURL=new-style.css.map */