body section .search-info-new {
  margin-top: 20px;
}

body section .search-info-new .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 15px;
  -webkit-box-shadow: 0px 0px 23px -17px #6c6c6c;
  box-shadow: 0px 0px 23px -17px #6c6c6c;
}

body section .search-info-new .box span {
  font-family: "yekan-bold";
  color: #13273e;
}

body section .search-info-new .box p {
  color: #9b9b9b;
  margin-right: 4px;
}

body section .search-info-new .box p span {
  color: var(--color-primary);
}

body section .search-info-new .box .line-info {
  width: 73%;
  display: inline-block;
  height: 2px;
  background-color: #dedede;
  margin: 0 auto;
}

body section .images-section .img-box {
  display: block;
  position: relative;
  color: #fff;
  overflow: hidden;
  border-radius: 8px;
  height: 200px;
}
body section .images-section .img-box.main-img {
  height: 408px;
  overflow: hidden;
}
body section .images-section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body section .images-section .img-box .detail-box {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #0000008e;
  color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body section .images-section .img-box .detail-box .about {
  background-color: #ffffffc0;
  color: #13273f;
  font-size: 15px;
  padding: 8px 30px;
  border-radius: 8px;
  position: relative;
  top: -10px;
  overflow: hidden;
  max-width: 150px;
  display: inline-block;
  margin: 0 auto;
  width: auto;
}

body section .images-section .img-box .detail-box .about span {
  max-width: 110px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body section .images-section .img-box .detail-box .about:hover {
  background-color: #fff;
}

body section .images-section .img-box .detail-box .img-text {
  position: relative;
  top: -10px;
  margin: 10px 0;
}

body section .images-section .img-box .detail-box h5 {
  color: #fff;
}

body section .images-section .img-box .detail-box h2 a {
  color: #fff;
}

body section .images-section .img-box .detail-box h2 a:hover {
  color: #f1f1f1;
}

body section .images-section .img-box .detail-box h2 {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0 !important;
}

body section .images-section .img-box .detail-box h2 a {
  color: #fff;
}

body section .images-section .img-box .detail-box h2 a:hover {
  color: #f1f1f1;
}

body section .images-section .img-box:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

body section .images-section .img-box:hover .detail-box {
  background-color: #000000;
}

body section .tags-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body section .tags-section .title-tags {
  width: 11%;
  background-color: #efefef;
  color: #13273f;
  padding: 10px 13px 10px 0;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-box-shadow: 0px 0px 23px -17px #6c6c6c;
  box-shadow: 0px 0px 23px -17px #6c6c6c;
}

body section .tags-section .tags {
  width: 89%;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-box-shadow: -4px 0px 23px -17px #6c6c6c;
  box-shadow: -4px 0px 23px -17px #6c6c6c;
}

body section .tags-section .tags a {
  display: inline-block;
  font-size: 13px;
  background: #f8f8f8;
  color: #13273f;
  border: 1px solid #eee;
  padding: 5px 10px;
  margin-right: 9px;
  margin-top: 10px;
  border-radius: 8px;
}

body section .tags-section .tags a:hover {
  background: #eeeeee;
}

body section .ad-section a img {
  width: 100%;
  border-radius: 8px;
}

body section .post-menu ul {
  display: flex;
  padding-left: 16px;
}

body section .post-menu ul li {
  display: inline-block;
  color: #6b7074;
  padding: 8px 10px;
  border-radius: 16px;
  cursor: pointer;
  white-space: nowrap;
}

body section .post-menu ul li:hover {
  background-color: #d0192c;
  color: #fff;
}

body section .post-menu ul .active-post-items {
  background-color: var(--color-primary);
  color: #fff;
  padding: 8px 10px;
  border-radius: 16px;
  margin-left: 8px;
}

body section .post-menu #lineFull {
  width: 654px;
  display: inline-block;
  height: 2px;
  background-color: #dedede;
  vertical-align: initial;
}

body section .post-menu #line,
body section .post-menu #lineHome,
body section .post-menu #line-new-page {
  /*width: 590px;*/
  flex-grow: 1;
  display: inline-block;
  height: 2px;
  background-color: #dedede;
  vertical-align: initial;
}

body section .post-menu #line-new-page {
  width: 920px;
}

body section .post-menu #lineL {
  width: 429px;
  display: inline-block;
  height: 2px;
  background-color: #dedede;
  vertical-align: initial;
}

body section .post-menu .change-btns {
  display: inline-flex;
  padding-right: 16px;
}

body section .post-menu .change-btns a {
  display: inline-block;
  background-color: #a8adbd;
  width: 24px;
  height: 24px;
  text-align: center;
  padding-top: 4px;
  border-radius: 3px;
  margin-left: 5px;
  margin-top: 6px;
  vertical-align: middle;
}

body section .post-menu .change-btns a:first-child {
  padding-top: 4px;
}

body section .post-menu .change-btns .active-change {
  background-color: var(--color-primary);
}

body section .post-content {
  padding: 0px 16px 10px;
  -webkit-box-shadow: 0 0 27px -17px #aaa;
  box-shadow: 0 0 27px -17px #aaa;
  margin-top: 25px;
  border-radius: 8px;
}

body section .post-content .squer-box h1 {
  font-size: 1rem;
}

body section .post-content .squer-box .post-box {
  position: relative;
  -webkit-animation: fadeIn 0.6s;
  animation: fadeIn 0.6s;
}

body section .post-content .squer-box .post-box .hashTag {
  background-color: #fff !important;
  color: #13273f !important;
  position: absolute;
  left: 20px;
  top: 8px;
  text-align: center;
  padding: 8px 10px;
  border-radius: 8px;
  z-index: 1;
}

body section .post-content .squer-box .post-box .hashTag:hover {
  background-color: #f6f6f6 !important;
}

body section .post-content .squer-box .post-box .delete-item {
  background-color: #fff;
  position: absolute;
  left: 20px;
  top: 8px;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 8px;
  border-radius: 8px;
}

body section .post-content .squer-box .post-box .delete-item svg {
  display: inline-block;
  width: 14px;
  height: auto;
}

body section .post-content .squer-box .post-box .delete-item span {
  display: none;
  position: relative;
  top: 2px;
  color: #000 !important;
  font-size: 14px;
  margin: 0;
  margin-right: 5px;
  -webkit-animation: fadeIn 1.3s;
  animation: fadeIn 1.3s;
}

body section .post-content .squer-box .post-box .delete-item:hover {
  width: 77px;
}

body section .post-content .squer-box .post-box .delete-item:hover span {
  display: inline-block;
}

body section .post-content .squer-box .post-box img {
  width: 100%;
  border-radius: 8px;
}

body section .post-content .squer-box .post-box .play-img {
  display: block;
  position: relative;
  text-align: center;
}

body section .post-content .squer-box .post-box .play-img .btn-green {
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: transparent;
  border-radius: 50%;
  border: 3px solid var(--color-primary);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  top: 37%;
}

body section .post-content .squer-box .post-box .play-img .btn-green svg path {
  fill: var(--color-primary);
}

body section .post-content .squer-box .post-box .play-img:hover .btn-green {
  background-color: var(--color-primary);
}

body section .post-content .squer-box .post-box .play-img:hover .btn-green svg path {
  fill: #fff;
}

body section .post-content .squer-box .post-box a {
  color: #000;
  font-weight: bold;
}

body section .post-content .squer-box .post-box a:hover {
  color: #1b1b1b;
}

body section .post-content .squer-box .post-box span {
  display: block;
  color: #a8adbd;
  margin: 20px 0;
}

body section .post-content .squer-box .post-box span a {
  color: #a8adbd;
}

body section .post-content .squer-box .post-box span a:hover {
  color: #707480;
}

body section .post-content .squer-box .post-box p {
  text-align: justify;
  font-size: 14px;
  text-align: justify;
}

body section .post-content .squer-box .post-box p a {
  color: #707070 !important;
}

body section .post-content .squer-box .post-box .time {
  font-size: 13px;
  color: #707070;
}

body section .post-content .squer-box .post-box .time svg {
  margin-left: 6px;
  width: 16px;
  height: auto;
  vertical-align: bottom;
}

body section .post-content .squer-box .post-box .progress {
  background-color: transparent;
  display: block;
  height: auto;
  margin-top: 9px;
  margin-bottom: 4px;
  overflow: visible;
}

body section .post-content .squer-box .post-box .progress .progress-bar {
  display: block;
  background-color: var(--color-primary);
  height: 3.5px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

body section .post-content .squer-box .post-box .progress .bg {
  width: 100%;
  background: #d6d6d6;
  position: relative;
  top: -2.2px;
  height: 1px;
}

body section .post-content .squer-box .post-box:hover .progress-bar {
  width: 32% !important;
}

body section .post-content .btn-success {
  font-size: 0.9rem;
  background-color: var(--color-primary);
  padding: 0 1.5rem;
  border: none;
  border-radius: 30px;
}

body section .post-content .btn-success:hover {
  background-color: #d42032;
}

body section .post-content-change {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0px 0px 10px;
  margin-top: 14px;
}

body section .post-content-change .btn-success {
  margin-top: 25px;
}

body section .post-content-change .squer-box .post-box {
  background-color: #fff;
  padding: 15px 15px 0;
  -webkit-box-shadow: 0 0 31px -17px #aaa;
  box-shadow: 0 0 31px -17px #aaa;
  border-radius: 8px;
}

body section .post-content-change .squer-box .post-box:hover {
  -webkit-box-shadow: 0 0 40px -11px #aaa;
  box-shadow: 0 0 40px -11px #aaa;
}

body section .post-content-change .squer-box .post-box:hover .progress-bar {
  width: 100% !important;
}

body section .post-content-change .squer-box .post-box .progress {
  margin-bottom: 0 !important;
  position: relative;
  top: 0.5px;
  background-color: transparent;
}

body section .post-content-change .squer-box .post-box .progress .bg {
  display: none !important;
}

body section .post-content-change .squer-box .post-box h2 {
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 24px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

body section .post-content-change .squer-box .post-box span {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 15px 0;
  font-size: 12px;
}

body section .post-content-change .squer-box .post-box p {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  font-size: 13px;
}

body section .post-content-change .squer-box .post-box .time-div {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

body section .post-content-change .squer-box .post-box .progress {
  height: 0.2rem;
}

body section .video-section {
  margin-top: 30px;
}

body section .video-section .btn-div {
  display: inline-block;
}

body section .video-section .btn-div a {
  display: inline-block;
  color: #6b7074;
  vertical-align: middle;
}

body section .video-section .btn-div a svg {
  position: relative;
  right: 5px;
}

body section .video-section .btn-div a:hover {
  color: #55595c;
}

body section .video-section #line1 {
  display: inline-block;
  height: 2px;
  flex: 1;
  background-color: #dedede;
  vertical-align: initial;
  margin-left: 18px;
  margin-right: 10px;
}

body section .video-section .video-grid {
  display: none;
  margin-top: 30px;
  -webkit-animation: fadeIn 0.6s;
  animation: fadeIn 0.6s;
}

body section .video-section .video-grid:first-child {
  display: block;
}

body section .video-section .video-grid .box-video-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: max-content;
}
body section .video-section .video-grid .box-video-img.main-video {
  height: max-content;
}
body section .link-section .about-section .about-link h1 {
  font-size: 26px;
  font-weight: bold;
}
body section .video-section .video-grid .box-video-img img {
  width: 100%;
  border-radius: 8px;
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body section .video-section .video-grid .box-video-img h3 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #0000008e;
  color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  text-align: center;
  padding: 10px 0;
  line-height: 23px;
  font-size: 1rem;
}

body section .video-section .video-grid .box-video-img .play-icon {
  background: transparent;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding-top: 17px;
  padding-right: 14px;
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 35px -12px var(--color-primary);
  box-shadow: 0 0 35px -12px var(--color-primary);
  border: 2px solid var(--color-primary);
}

body section .video-section .video-grid .box-video-img .play-icon svg {
  height: 24px !important;
  width: 24px !important;
}

body section .video-section .video-grid .box-video-img .play-icon svg path {
  fill: var(--color-primary);
}

body section .video-section .video-grid .box-video-img:hover img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

body section .video-section .video-grid .box-video-img:hover svg path {
  fill: #fff;
}

body section .video-section .video-grid .box-video-img:hover .play-icon {
  background: var(--color-primary);
}

body section .video-section .video-grid .little-box .play-icon {
  width: 48px;
  height: 48px;
  top: 32%;
  padding-top: 14px;
  padding-right: 12px;
}

body section .video-section .video-grid .little-box .play-icon svg {
  height: 18px !important;
  width: 18px !important;
}

body section .video-section .video-grid .little-box h6 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #0000008e;
  color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  text-align: center;
  padding: 15px 0;
  font-size: 13px;
  line-height: 23px;
}

body section .video-section .video-grid .little-box-hide {
  display: none;
}

body section .video-section .video-grid .btn-success {
  display: none;
}

body section .video-section .display-b {
  display: block;
}

body section .about-section {
  margin-top: 40px;
  margin-bottom: 50px;
}

body section .about-section .box-shadow-bottom {
  position: relative;
  padding: 20px 25px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 18px -16px #131313;
  box-shadow: 0 3px 18px -16px #131313;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  border-radius: 3px;
}

body section .about-section .box-shadow-bottom .text-box {
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  margin-bottom: 70px;
}

body section .about-section .box-shadow-bottom .text-box p {
  color: #707070;
  text-align: justify;
}

body section .about-section .box-shadow-bottom .shadow-white {
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0.471102)));
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.471102) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 0;
}

body section .about-section .box-shadow-bottom .shadow-white svg {
  width: 100%;
  display: block;
}

body section .about-section .box-shadow-bottom .shadow-white svg:nth-child(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

body section .link-section .count {
  font-size: 17px;
  margin-top: 11px;
}

body section .link-section .content-link p {
  color: #a8adbd;
}

body section .link-section .content-link p span {
  color: #13273f;
}

body section .link-section .search {
  position: relative;
}

body section .link-section .search .form-control {

  padding: 0.575rem 0.75rem 0.575rem 5rem;
  font-size: 0.9rem;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
}

body section .link-section .search .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #c1c1c1;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body section .link-section .search .search-btns {
  position: absolute;
  left: 15px;
  top: 10px;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

body section .link-section .search .search-btns a svg {
  width: 19px;
}

body section .link-section .search .search-btns a svg:hover svg path {
  fill: #14b863 !important;
}

body section .link-section .btn-success {
  padding: 0.4rem 0.75rem;
}

body section .link-section .about-section {
  padding: 20px 25px;
  -webkit-box-shadow: 0 0 23px -19px #000;
  box-shadow: 0 0 23px -19px #000;
  border-radius: 8px;
}

body section .link-section .about-section .text-box {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body section .link-section .about-section .link li {
  display: inline-block;
  font-family: "yekan-bold";
  font-size: 13px;
  margin-left: 7px;
}

body section .link-section .about-section .link li a {
  color: #a8adbd;
  font-weight: 500;
}

body section .link-section .about-section .link .dark-blue {
  color: #13273f;
}

body section .link-section .about-section .about-link-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body section .link-section .about-section .about-link-content div {
  background-color: #fff;
}

body section .link-section .about-section .about-link-content div:first-child {
  padding-left: 15px;
  padding-right: 0 !important;
}

body section .link-section .about-section .about-link-content div:last-child {
  padding-right: 15px;
}

body section .link-section .about-section .about-link {
  margin-top: 15px;
}

body section .link-section .about-section .about-link .btn-success svg {
  margin-left: 5px;
}

body section .link-section .about-section .about-link div {
  display: inline-block;
}

body section .link-section .about-section .about-link ul {
  display: inline-block;
  vertical-align: middle;
}

body section .link-section .about-section .about-link ul li {
  display: inline-block;
  color: #6b7074;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
}

body section .link-section .about-section .about-link ul .active-post-items {
  background-color: var(--color-primary);
  color: #fff;
  padding: 8px 10px;
  border-radius: 8px;
}

body section .link-section .about-section .about-link #lineLink,
body section .link-section .about-section .about-link #lineLinkBtn {
  width: 918px;
  display: inline-block;
  height: 2px;
  background-color: #dedede;
  vertical-align: initial;
}

body section .link-section .about-section .about-link #lineLinkBtn {
  width: 1020px;
}

body section .link-section .about-section .about-link .change-btns {
  display: inline-block;
}

body section .link-section .about-section .about-link .change-btns a {
  display: inline-block;
  background-color: #a8adbd;
  width: 24px;
  height: 24px;
  text-align: center;
  padding-top: 4px;
  border-radius: 3px;
  margin-left: 5px;
  margin-top: 6px;
  vertical-align: middle;
}

body section .link-section .about-section .about-link .change-btns a:first-child {
  padding-top: 4px;
}

body section .link-section .about-section .about-link .change-btns .active-change {
  background-color: var(--color-primary);
}

body aside .aside-ads a {
  display: block;
  margin-top: 10px;
}

body aside .aside-ads a img {
  width: 100%;
  border-radius: 8px;
}

body aside .aside-ads a:first-child {
  margin-top: 0;
}

body aside .aside-ads .between a:first-child {
  margin-top: 10px;
}

body aside .aside-ads .between a:last-child {
  text-align: left;
}

body aside .aside-ads .between a img {
  width: 95%;
}
/*# sourceMappingURL=style.css.map */
