:root {
  --tran-1: all ease 0.3s;
  --color-1: #0063d4;
  --color-2: #ebb100;
  --color-3: #eb0000;
  --color-5: #020202;
  --color-6: #f0f2f3;
  --border-color: rgba(155, 155, 155, 0.25);
  --box-sd: 0 1px 2px rgba(0 0 0 / 15%);
  --radius: 5px;
}
body {
  font-family: Quicksand;
  line-height: 1.5;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
}
a {
  text-decoration: none;
  color: var(--color-5);
}
.text-center {
  text-align: center;
}
.rlt {
  position: relative;
}
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.marginB {
  margin-top: 90px;
}
.trans,
a {
  transition: 0.3s;
}
.block{
	margin-top: 50px;
}
.title-about-home span:first-child,
.title-about-home span:nth-child(2),
.title-about-home span:nth-child(3),
.title-about-home::after {
  content: "";
  position: absolute;
  right: 0;
  margin: 0 auto;
  height: 4px;
  background-color: var(--color-1);
}
.box-cat-menu:hover,
.create-news-cat-popular span i,
.date-detail-content i,
a:hover {
  color: var(--color-1);
}
.box-cat-menu,
.title-about-home,
.title-news-home {
  text-transform: uppercase;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  box-sizing: inherit;
}
img {
  vertical-align: middle;
  border-style: none;
}
.img-fluid,
.img-responsive {
  max-width: 100%;
  height: auto;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 460px) {
  .container {
    max-width: 460px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 480px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .left-main-content {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .right-main-content {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.index-box-news-home,
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.box-left-news-home,
.box-right-news-home,
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.left-main-content,
.right-main-content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.gird-adv-home {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-top: 10px;
}
.box-adv-home,
.box-inner-adv-left {
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.box-adv-home,
.box-adv-home img,
.box-inner-adv-left,
.box-inner-adv-left img {
  border-radius: 5px;
  transition: 0.5s;
}
.box-adv-home img:hover,
.box-inner-adv-left img:hover {
  transform: scale(1.03);
}
.about-home {
  margin-top: 30px;
}
.title-about-home {
  font-size: 27px;
  font-weight: bolder;
  letter-spacing: 1.7px;
}
.title-about-home span:first-child,
.title-about-home span:nth-child(2),
.title-about-home span:nth-child(3),
.title-about-home::after {
  bottom: -10px;
}
.title-about-home span:first-child {
  left: -60px;
  width: 4px;
}
.title-about-home span:nth-child(2) {
  left: -40px;
  width: 4px;
}
.title-about-home span:nth-child(3) {
  left: -20px;
  width: 4px;
}
.title-about-home::after {
  left: 36px;
  width: 40px;
}
.des-about-home .ck-content {
  margin: 25px 0;
  display: flex;
  justify-content: center;
}
.des-about-home p {
  line-height: 1.8;
  margin: 0;
}
.main-cat-menu {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .about-home {
    margin-top: 40px;
  }
  .main-cat-menu {
    margin-bottom: 50px;
  }
  .des-about-home p {
    max-width: 70%;
    font-size: 17px;
  }
}
.box-cat-menu {
  display: block;
  font-size: 14px;
  padding: 4px 15px;
  border-radius: 5px;
  background-color: var(--color-1);
  border: 1px solid var(--color-1);
  color: #fff;
  font-weight: 600;
}
.carousel-cell:not(:first-child) .box-cat-menu {
  margin-left: 10px;
}
.box-cat-menu:hover {
  background-color: #fff;
}
.wrap-content {
  background-color: var(--color-6);
  padding: 45px 0;
}
.main-content {
  margin-bottom: 45px;
}
.main-content.last {
  margin-bottom: 0;
}
.box-title-lg-content {
  margin-bottom: 25px;
  background: linear-gradient(to right, #cfd0d5 0, #f2f3f7 100%);
  height: 42px;
  position: relative;
  border-radius: 5px;
}
.cat-viewmore {
  position: absolute;
  right: 11px;
  top: 8px;
}
.cat-viewmore a {
  color: #333;
  font-size: 14px;
}
.cat-viewmore a i {
  font-size: 13px;
}
.cat-viewmore a:hover i {
  transform: translateX(-3px);
}
.title-cat-pro-link,
.title-new-pg {
  background: var(--color-1);
  font-size: 17px;
  position: relative;
  color: #fff;
  padding: 9px 17px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  min-width: 121px;
  float: left;
  height: 42px;
  border-left: 5px solid var(--color-2);
  border-radius: 5px 0 0 5px;
}
.title-cat-pro-link:before,
.title-new-pg:before {
  top: 50%;
  border: 20px solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: var(--color-1);
  margin-top: -20px;
  left: auto;
  right: -40px;
  z-index: 9;
}
.title-cat-pro-link:hover {
  color: var(--color-2);
}
@media (max-width: 991.8px) {
  .box-title-lg-content {
    margin-bottom: 20px;
  }
}
.gird-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
@media (min-width: 450px) {
  .detail-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.box-content,
.box-content-pg {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}
.box-content-pg:hover,
.box-content:hover {
  box-shadow: rgb(60 64 67 / 30%) 0 1px 2px 0, rgb(60 64 67 / 15%) 0 1px 3px 1px;
  transform: translateY(-2px);
}
.box-detail,
.box-detail-pg {
  padding: 12px 10px 20px;
}
.img-content,
.img-content img,
.img-content-pg,
.img-content-pg img {
  border-radius: 5px 5px 0 0;
}
.box-sm-social-left:hover,
.img-content-pg:hover img,
.img-content:hover img {
  opacity: 0.9;
}
.img-content, .box-left-news-hot-cat a, .img-content-pg a{
    position: relative;
    padding-top: 90%;
    width: 100%;
	display: block;
    overflow: hidden;
}
.img-content-pg.img-news-paging a{
    padding-top: 75%;
}
.img-content img, .box-left-news-hot-cat img, .img-content-pg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;	
}
.link-title-content,
.link-title-content-pg {
  font-size: 17px;
  display: block;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 600;
}
.detail-content {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.price-detail-content {
    font-weight: 600;
    font-size: 17px;
    color: var(--color-3);
}
a.btn-detail-content {
    margin-top: 15px;
    padding: 4px 10px;
    border: 1px solid var(--color-1);
    border-radius: 5px;
    color: #fff;
    background-color: var(--color-1);
    font-size: 14px;
    box-shadow: 2px 2px 1px rgb(0 0 0 / 15%);
}
a.btn-detail-content>i{
	margin-left: 3px;
}
a.btn-detail-content:hover i {
    transform: translateX(3px);
}
.detail-content span {
  font-size: 14px;
  color: var(--color-5);
  font-weight: 500;
}
.author-time-detail span:nth-child(3) i,
.create-news-cat-hot span i,
.view-detail-content i {
  color: var(--color-3);
}
@media (max-width: 389.8px) {
  .detail-content {
    font-size: 14px;
    display: none;
  }
  .detail-content span {
    font-size: 13px;
  }
  .link-title-content {
    margin-bottom: 0;
  }
}
.wrap-content-second {
  padding: 45px 0 0;
}
.title-news-home {
  font-size: 21px;
  font-weight: 700;
  margin: 5px 0 15px;
  line-height: 1.4;
  border-left: 3px solid #ff0e0e;
  padding-left: 5px;
}
.main-news-home {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  margin: 0 0 20px;
  border: 1px solid #ddd;
  border-radius: 7px;
  box-shadow: 0 0 1px #d2d2d2;
  transition: 0.3s;
}
.main-news-home:hover {
  box-shadow: 0 0 5px #d2d2d2;
}
.img-news-home {
  border-radius: 7px;
}
.img-news-home-left:hover,
.img-news-home:hover {
  filter: brightness(1.05);
}
.title-sm-news-home {
  margin: 15px 0 0;
  font-size: 18px;
  line-height: 1.3;
  text-transform: capitalize;
}
.preivew-news-home p {
  font-size: 15px;
  line-height: 1.4;
  margin: 12px 0;
}
.author-create-news-home {
  font-size: 13px;
  color: #636466;
  font-weight: 400;
}
.author-create-news-home span:nth-child(2) {
  color: #1a73e8;
  border-right: 0.5px solid #636466;
  padding-right: 5px;
}
@media (min-width: 460px) {
  .box-left-news-home {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .box-right-news-home {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  .title-sm-news-home {
    font-size: 20px;
    margin: 5px 0 0;
  }
  .preivew-news-home p {
    margin: 9px 0;
  }
}
.detail-news-pagging p:last-child {
  margin-bottom: 25px;
}
.detail-news-pagging p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.52;
}
@media (max-width: 575.8px) {
  .right-main-content {
    background-color: #f1f3f4;
    padding: 15px 0;
  }
}
@media (max-width: 991.8px) {
  .left-main-content {
    margin-bottom: 40px;
  }
}
.box-title-news-detail {
  margin-bottom: 20px;
}
.title-news-detail {
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 1.4;
  border-left: 5px solid var(--color-1);
  padding-left: 10px;
}
.box-adv-left,
.news-cat-hot,
.news-cat-poppular,
.social-cat-box-left,
.tags-cat-box-left {
  position: relative;
  float: left;
  width: 100%;
  background-color: #fff;
  margin: 0 0 16px;
  border: 1px solid var(--border-color);
}
.title-adv-left,
.title-cat-box-left,
.title-news-cat-hot,
.title-news-cat-poppular,
.title-tags-box-left {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  padding: 15px 15px 0;
  margin: 0;
  text-transform: uppercase;
}
.title-adv-left span,
.title-cat-box-left span,
.title-news-cat-hot span,
.title-news-cat-poppular span,
.title-tags-box-left span {
  color: var(--color-1);
  margin-right: 2px;
}
.content-adv-left,
.content-news-cat-hot,
.content-news-cat-poppular,
.content-social-box-left,
.content-tags-box-left {
  padding: 15px;
}
@media (min-width: 576px) {
  .box-adv-left,
  .news-cat-hot,
  .news-cat-poppular,
  .social-cat-box-left,
  .tags-cat-box-left {
    margin: 0 0 30px;
    border-radius: var(--radius);
  }
  .title-adv-left,
  .title-cat-box-left,
  .title-news-cat-hot,
  .title-news-cat-poppular,
  .title-tags-box-left {
    padding: 10px 14px;
    border-bottom: 1px solid var(--border-color);
  }
}
.index-box-news-cat-hot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 18px;
}
.index-box-news-cat-hot:last-child {
  margin-bottom: 5px;
}
.box-left-news-hot-cat,
.box-right-news-hot-cat {
  position: relative;
  padding-right: 10px;
  padding-left: 15px;
}
.box-left-news-hot-cat {
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
.box-right-news-hot-cat {
  -ms-flex: 0 0 67%;
  flex: 0 0 67%;
  max-width: 67%;
  padding-left: 0;
  display: flex;
  flex-direction: column;
}
.title-sm-news-hot-cat {
  font-size: 15px;
  margin: 0 0 6px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img-news-home-left {
  border-radius: var(--radius);
  transition: 0.3s;
}
.create-news-cat-hot,
.create-news-cat-popular {
  font-size: 12px;
  font-weight: 400;
}
.create-news-cat-hot span:nth-child(2) {
  border-left: 1px solid;
  padding-left: 4px;
}
@media (max-width: 458.8px) {
  .title-sm-news-hot-cat {
    font-size: 16px;
    margin: 0 0 7px;
    line-height: 1.35;
  }
}
@media (min-width: 468px) and (max-width: 563.8px) {
  .box-left-news-hot-cat {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .box-right-news-hot-cat {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .title-sm-news-hot-cat {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media (min-width: 564px) and (max-width: 767.8px) {
  .box-left-news-hot-cat {
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
  }
  .box-right-news-hot-cat {
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
    display: block;
    margin-top: 7px;
  }
  .title-sm-news-hot-cat {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991.8px) {
  .box-left-news-hot-cat {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .box-right-news-hot-cat {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    display: block;
    margin-top: 7px;
  }
  .title-sm-news-hot-cat {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199.8px) {
  .box-left-news-hot-cat {
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
  }
  .box-right-news-hot-cat {
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .box-left-news-home {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .box-right-news-home {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .box-left-news-hot-cat {
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%;
  }
  .box-right-news-hot-cat {
    -ms-flex: 0 0 64%;
    flex: 0 0 64%;
    max-width: 64%;
  }
}
.content-news-cat-poppular {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 18px 14px;
}
.des-detail-pg p,
.title-sm-news-popular-cat {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.title-sm-news-popular-cat {
  font-size: 15px;
  line-height: 1.25;
  margin: 12px 0 7px;
  -webkit-line-clamp: 3;
}
.index-box-news-popular-hot {
  display: flex;
  flex-direction: column;
}
.grid-gap-social-left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 7px;
}
.box-sm-social-left {
  border-radius: 8px;
  padding: 9px;
  display: flex;
  align-items: center;
}
.box-sm-social-left:first-child {
  background: #3b5999;
}
.box-sm-social-left:nth-child(2) {
  background: #df0000;
}
.box-sm-social-left:nth-child(3) {
  background: #167ac6;
}
.box-sm-social-left:nth-child(4) {
  background: linear-gradient(15deg, #ff3d3d, #ff463d, #dd277b);
}
.grid-gap-social-left i {
  margin-right: 7px;
  color: #fff;
}
.grid-gap-social-left span {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 0 7px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.grid-gap-tags-left {
  display: flex;
  flex-wrap: wrap;
  margin: -6px 0 0;
  padding: 0;
  list-style: none;
}
.grid-gap-tags-left li {
  margin: 7px 7px 0 0;
}
.link-tags-left {
  display: flex;
  height: 29px;
  color: var(--color-1);
  font-size: 13px;
  line-height: 28px;
  font-weight: 400;
  padding: 0 6px;
  border: 1px solid var(--color-1);
  border-radius: var(--radius);
}
.link-tags-left:hover {
  background-color: var(--color-1);
  color: #fff;
}
.gird-adv-left {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;
}
@media (min-width: 460px) {
  .gird-adv-left {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .gird-adv-left {
    grid-template-columns: repeat(1, 1fr);
  }
}
.box-title-lg-pg {
  margin-bottom: 20px;
  background: linear-gradient(to right, #cfd0d5 0, #f2f3f7 100%);
  height: 42px;
  position: relative;
  border-radius: 5px;
}
.gird-content-pg {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
}
@media (max-width: 459.8px) {
  .wrap-content-pg {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 375px) {
  .gird-content-pg {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
@media (min-width: 460px) {
  .marginB {
    margin-top: 95px;
  }
  .gird-adv-home {
    grid-gap: 15px;
    margin-top: 15px;
  }
  .gird-content,
  .gird-content-pg {
    grid-gap: 15px;
  }
  .detail-content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .marginB {
    margin-top: 90px;
  }
  .gird-adv-home {
    grid-gap: 10px;
    margin-top: 10px;
  }
  .gird-content,
  .gird-content-pg {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
}
@media (min-width: 992px) {
  .paddingX-adv-lg-home {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gird-adv-home {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    margin-top: 0;
  }
  .gird-content {
    grid-template-columns: repeat(4, 1fr);
  }
  .gird-content-pg {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .marginB {
    margin-top: 80px;
  }
  .paddingX-adv-lg-home {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gird-adv-home {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .wrap-content {
    padding: 55px 0;
  }
  .main-content {
    margin-bottom: 55px;
  }
  .gird-content {
    grid-gap: 20px;
  }
  .gird-content-pg {
    grid-gap: 15px;
  }
}
.des-detail-pg {
  border-top: 0.5px solid var(--color-6);
  padding-top: 12px;
}
.des-detail-pg p {
  margin: 0;
  font-size: 14px;
  -webkit-line-clamp: 4;
}
@media (max-width: 374.8px) {
  .box-content-pg {
    padding: 15px 15px 5px;
  }
  .img-content-pg img {
    border-radius: 5px;
  }
  .link-title-content-pg {
    font-size: 20px;
  }
  .des-detail-pg p {
    font-size: 16px;
  }
}
.pagination {
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}
li.page-item.disabled .page-link {
  color: #c7c7c7;
  pointer-events: none;
}
.page-link {
  border: 1px solid #dee2e6;
  padding: 6px 14px;
  margin-left: -1px;
  font-size: 15px;
}
li.page-item.active .page-link,
li.page-item:hover .page-link {
  background-color: var(--color-1);
  border: 1px solid var(--color-1);
  color: #fff;
}
li.page-item.disabled:hover .page-link {
  background-color: #c7c7c7;
  border: 1px solid #c7c7c7;
}
.pagination .page-item:first-child .page-link {
  border-radius: 5px 0 0 5px;
}
.pagination .page-item:last-child .page-link {
  border-radius: 0 5px 5px 0;
}
.author-time-detail {
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 25px;
}
.author-time-detail span:first-child {
  color: #1a73e8;
  font-weight: 600;
  margin-right: 5px;
}
.author-time-detail span:nth-child(3) {
  border-left: 1px solid;
  margin-left: 5px;
  padding-left: 5px;
  position: relative;
}
