/* line 3, ../sass/style.scss */
html, body, h1, h2, h3, h4, h5, h6, ul, li {
  margin: 0;
  padding: 0;
}

/* line 8, ../sass/style.scss */
a:hover {
  text-decoration: none;
}

/* line 12, ../sass/style.scss */
ul, li {
  list-style: none;
  margin-bottom: 0;
}

/* line 17, ../sass/style.scss */
body {
  overflow-x: hidden;
}

/* line 3, ../sass/homepage.scss */
.homepage-post-list.three-column .title-section {
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #2d2e7f;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
.homepage-post-list.three-column {
    margin: 60px 0px;
}
.homepage-post-list.three-column .items-post-list {
    margin-bottom: 30px;
}
/* line 14, ../sass/homepage.scss */
.homepage-post-list.three-column .items-post-list .item-post:first-child {
  margin-bottom: 10px;
}
/* line 17, ../sass/homepage.scss */
.homepage-post-list.three-column .items-post-list .item-post:first-child .wrapper {
  background-image: linear-gradient(275deg, #17ffff 0%, #0049fd 100%);
  height: 100%;
  border-radius: 10px;
}
/* line 22, ../sass/homepage.scss */
.homepage-post-list.three-column .items-post-list .item-post:first-child .wrapper .box-text {
  padding: 10px 18px;
}
/* line 25, ../sass/homepage.scss */
.homepage-post-list.three-column .items-post-list .item-post:first-child .wrapper .box-text .title-post {
  color: #fff;
}
/* line 33, ../sass/homepage.scss */
.homepage-post-list.three-column .items-post-list .item-post:not(:first-child) .box-text .title-post {
  padding-top: 18px;
  padding-left: 18px;
  position: relative;
  font-size: 14.72px;
  line-height: 24px;
}
/* line 40, ../sass/homepage.scss */
.homepage-post-list.three-column .items-post-list .item-post:not(:first-child) .box-text .title-post:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #0768ea;
  position: absolute;
  left: 0px;
  top: 30px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
/* line 59, ../sass/homepage.scss */
.homepage-post-list.ajax-load-post {
  margin: 60px 0;
}
/* line 63, ../sass/homepage.scss */
.homepage-post-list.ajax-load-post .list-post .post-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
/* line 68, ../sass/homepage.scss */
.homepage-post-list.ajax-load-post .list-post .post-item .img {
  width: 227px;
  position: relative;
  height: 148px;
  float: left;
  border-radius: 5px;
}
/* line 75, ../sass/homepage.scss */
.homepage-post-list.ajax-load-post .list-post .post-item .img img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  right: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  border-radius: 5px;
  object-fit: cover;
}
/* line 93, ../sass/homepage.scss */
.homepage-post-list.ajax-load-post .list-post .post-item .info {
  margin-left: 247px;
}
/* line 96, ../sass/homepage.scss */
.homepage-post-list.ajax-load-post .list-post .post-item .info .title-post a {
  color: #222b45;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}
/* line 103, ../sass/homepage.scss */
.homepage-post-list.ajax-load-post .list-post .post-item .info .date-post {
  margin: 5px 0 0;
  font-size: 12px;
  color: #666;
}
/* line 109, ../sass/homepage.scss */
.homepage-post-list.ajax-load-post .list-post .post-item .info .desc-post {
  margin: 5px 0 0;
  font-size: 16px;
  color: #666;
}
/* line 114, ../sass/homepage.scss */
.homepage-post-list.ajax-load-post .list-post .post-item .info .desc-post p {
  margin: 0;
}
/* line 122, ../sass/homepage.scss */
.homepage-post-list.ajax-load-post .click_loadpost {
  background-color: #fff;
  color: #0768ea;
  border: 1px solid #0768ea;
  font-size: 15px;
  font-weight: 500;
  width: auto;
  height: 43px;
  line-height: 43px;
  border-radius: 4px;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin-top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
/* line 141, ../sass/homepage.scss */
.homepage-post-list.ajax-load-post .click_loadpost:hover {
  color: #fff;
  background: #0768ea;
}

/* line 149, ../sass/homepage.scss */
.homepage-videos {
  background: linear-gradient(275deg, #3548ba 0%, #0049fd 100%);
  padding: 30px 25px 50px;
  border-radius: 4px;
	margin-bottom: 60px;
}
/* line 154, ../sass/homepage.scss */
.homepage-videos .title-section {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
}
/* line 162, ../sass/homepage.scss */
.homepage-videos .title-video {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
  padding: 0 20px;
}
/* line 171, ../sass/homepage.scss */
.homepage-videos .bottom-section {
  display: inline-block;
  background: #fd6e1d;
  border-radius: 99px;
  padding: 0 18px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  letter-spacing: .03em;
  font-size: 16px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
}
/* line 188, ../sass/homepage.scss */
.homepage-videos .arrow {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/* line 197, ../sass/homepage.scss */
.homepage-videos .popup-video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  display: none;
}
/* line 208, ../sass/homepage.scss */
.homepage-videos .popup-video.active {
  display: block;
}
/* line 212, ../sass/homepage.scss */
.homepage-videos .popup-video .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
  opacity: .6;
}
/* line 228, ../sass/homepage.scss */
.homepage-videos .popup-video .mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 239, ../sass/homepage.scss */
.homepage-videos .popup-video .mfp-container .content-video {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  -webkit-transition: opacity .3s,-webkit-transform .5s;
  transition: opacity .3s,-webkit-transform .5s;
  -o-transition: transform .5s,opacity .3s;
  transition: transform .5s,opacity .3s;
  transition: transform .5s,opacity .3s,-webkit-transform .5s;
  line-height: 0;
  width: 100%;
  max-width: 900px;
  top: 50%;
  transform: translateY(-50%);
}
/* line 258, ../sass/homepage.scss */
.homepage-videos .popup-video .mfp-container .content-video .mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
/* line 264, ../sass/homepage.scss */
.homepage-videos .popup-video .mfp-container .content-video .mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  border: none;
}
/* line 279, ../sass/homepage.scss */
.homepage-videos .img-video {
  position: relative;
}
/* line 282, ../sass/homepage.scss */
.homepage-videos .img-video .icon-play {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
/* line 293, ../sass/homepage.scss */
.homepage-videos .img-video .icon-play:before {
  content: "";
  position: absolute;
  left: calc(50% + 3px);
  top: 50%;
  transform: translate(-50%, -50%);
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 10px 0 10px 17px;
}
/* line 306, ../sass/homepage.scss */
.homepage-videos img {
  width: 100%;
}
a.btn-view-more:hover {
    color: #2d2e7f;
}
.homepage-post-list.ajax-load-post h2.title-section {
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #2d2e7f;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid;
    padding-bottom: 5px;
}
/* line 311, ../sass/homepage.scss */
.homepage-contact-form {
  background: linear-gradient(275deg, #007bff 0%, #292bb7 100%);
  padding: 50px 0;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  margin: 30px 0;
}
/* line 319, ../sass/homepage.scss */
.homepage-contact-form .title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}
/* line 325, ../sass/homepage.scss */
.homepage-contact-form .desc {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}
/* line 332, ../sass/homepage.scss */
.homepage-contact-form .form-contact .homepage-subcribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
/* line 339, ../sass/homepage.scss */
.homepage-contact-form .form-contact .homepage-subcribe > div input[type='email'] {
  background-color: rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.09);
  border-radius: 99px;
  border: none;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  background: #fff;
  width: 180px;
}
/* line 353, ../sass/homepage.scss */
.homepage-contact-form .form-contact .homepage-subcribe > div input[type="submit"] {
  height: 38px;
  line-height: 38px;
  color: #fff;
  border: none;
  padding: 0 18px;
  border-radius: 99px;
  margin-left: 20px;
  cursor: pointer;
  font-weight: 600;
}

/* line 369, ../sass/homepage.scss */
.widget-title {
  background: linear-gradient(275deg, #007bff 0%, #292bb7 100%);
  color: #fff;
  width:100%;
  letter-spacing: .8px;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
}

/* line 383, ../sass/homepage.scss */
.style-1 li {
  counter-increment: li;
  list-style: none;
  padding: 20px 0;
  line-height: 18px;
  font-size: 16px;
}
/* line 390, ../sass/homepage.scss */
.style-1 li a {
  color: #222222;
  font-weight: 500;
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
}
/* line 401, ../sass/homepage.scss */
.style-1 li a:hover {
  color: #0768ea;
}
/* line 406, ../sass/homepage.scss */
.style-1 li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
/* line 410, ../sass/homepage.scss */
.style-1 li:before {
  float: left;
  width: 32px;
  background: #292bb7;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  position: relative;
  margin-right: 10px;
  border-radius: 50%;
  content: counter(li);
  padding-top: 3px;
}

/* line 429, ../sass/homepage.scss */
.style-2 li {
  list-style: none;
  line-height: 18px;
  color: #20315c;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
}
/* line 437, ../sass/homepage.scss */
.style-2 li a {
  color: #20315c;
}
/* line 440, ../sass/homepage.scss */
.style-2 li a:hover {
  color: #0768ea;
}
/* line 445, ../sass/homepage.scss */
.style-2 li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

/* line 451, ../sass/homepage.scss */
.widget {
  margin-bottom: 20px;
}

/* line 454, ../sass/homepage.scss */
.post-detail {
  margin: 30px 0;
}
/* line 456, ../sass/homepage.scss */
.post-detail .category-name {
  color: #0768ea;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
/* line 466, ../sass/homepage.scss */
.post-detail .is-divider {
  height: 3px;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 15px 0;
  width: 100%;
  max-width: 30px;
  margin-right: auto;
  margin-left: 0;
}
/* line 477, ../sass/homepage.scss */
.post-detail .title-post {
  color: #2d2e7f;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  padding: 20px 0px 20px 0px;
}
/* line 484, ../sass/homepage.scss */
.post-detail .more-info {
  color: #222b45;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 20px;
}
/* line 490, ../sass/homepage.scss */
.post-detail .more-info span {
  color: #292bb7;
}
/* line 495, ../sass/homepage.scss */
.post-detail .wp-caption {
  max-width: 100%;
}
/* line 498, ../sass/homepage.scss */
.post-detail .wp-caption .wp-caption-text {
  padding: 0.4em;
  font-size: .9em;
  background: rgba(0, 0, 0, 0.05);
  font-style: italic;
  text-align: center;
}
/* line 507, ../sass/homepage.scss */
.post-detail .entry-content {
  font-size: 16px;
  color: #222b45;
}
/* line 510, ../sass/homepage.scss */
.post-detail .entry-content a {
  color: #0768ea;
}
/* line 514, ../sass/homepage.scss */
.post-detail .entry-content h2 {  
  font-size: 24px;
  line-height: 1.3em;
  padding: 0px 0px 5px 0px !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  border-bottom: 2px solid #2D2E7F;
  color: #2D2E7F;
}
/* line 524, ../sass/homepage.scss */
.post-detail .entry-content h3 {
  font-size: 20px;
  position: relative;
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #2d2e7f;
/*   font-weight: 600; */
  line-height: 1.3em;
}
/* line 530, ../sass/homepage.scss */
.post-detail .entry-content h3:before {
  content: " ";
  width: 5px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: sub;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #2d2e7f;
}
.post-detail .entry-content p {
    text-align: justify;
	font-family: Inter, sans-serif;
}
.post-detail .entry-content .wp-block-group {
    background-color: #e7f6ff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border: 1px solid #d1eeff;
	margin-bottom: 20px;
}
.post-detail .entry-content a:hover {
    text-decoration: underline;
}
/* line 542, ../sass/homepage.scss */
.post-detail .entry-content li {
  list-style: disc;
  margin-bottom: 10px;
  text-align: justify;
  padding-left: 5px;
}
.post-detail .entry-content ul{
	list-style: disc;
    margin-left: 30px;
	margin-bottom: 20px;
    text-align: justify;
}
/* line 548, ../sass/homepage.scss */
.post-detail img {
  max-width: 100%;
  height: auto;
}
/* line 554, ../sass/homepage.scss */
.post-detail .rank-math-breadcrumb .last {
  color: #222b45;
  display: none;
}

/* line 562, ../sass/homepage.scss */
.rank-math-breadcrumb span {
  position: relative;
  top: 0;
  color: #6f6f6f;
  font-weight: 300;
}
/* line 568, ../sass/homepage.scss */
.rank-math-breadcrumb span a {
  color: #222b45;
  font-weight: normal;
  font-size: 14.4px;
}
/* line 574, ../sass/homepage.scss */
.rank-math-breadcrumb .last {
  font-size: 14.4px;
  color: #222b45;
  font-weight: 500;
}

/* line 581, ../sass/homepage.scss */
.category-page {
  margin: 30px 0;
}
/* line 584, ../sass/homepage.scss */
.category-page .post-list .item-post {
  display: table;
  width: 100%;
  color: #222b45;
  margin-bottom: 20px;
}
/* line 589, ../sass/homepage.scss */
.category-page .post-list .item-post:hover {
  box-shadow: #cfd3d6 0px 10px 15px -10px, #e8e9ec 0px 5px 40px -10px;
}
/* line 592, ../sass/homepage.scss */
.category-page .post-list .item-post .box-vertical {
  display: table;
  width: 100%;
}
/* line 595, ../sass/homepage.scss */
.category-page .post-list .item-post .box-vertical .post-thumbnail {
  width: 40%;
  direction: ltr;
  display: table-cell;
  vertical-align: middle;
}
/* line 600, ../sass/homepage.scss */
.category-page .post-list .item-post .box-vertical .post-thumbnail .image-cover {
  padding-top: 56%;
  position: relative;
  height: auto;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
}
/* line 607, ../sass/homepage.scss */
.category-page .post-list .item-post .box-vertical .post-thumbnail .image-cover img {
  right: 0;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
/* line 623, ../sass/homepage.scss */
.category-page .post-list .item-post .box-vertical .post-detail {
  direction: ltr;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 20px;
  border-top: 1px solid #ebebeb;
}
/* line 628, ../sass/homepage.scss */
.category-page .post-list .item-post .box-vertical .post-detail .post-title {
  color: #2d2e7f;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
/* line 633, ../sass/homepage.scss */
.category-page .post-list .item-post .box-vertical .post-detail .desc-post {
  color: #222b45;
  font-size: 14px;
}
/* line 636, ../sass/homepage.scss */
.category-page .post-list .item-post .box-vertical .post-detail .desc-post p {
  margin: 0;
}

/* line 646, ../sass/homepage.scss */
.pagination-wrapper {
  margin-top: 40px;
  text-align: center;
}
/* line 649, ../sass/homepage.scss */
.pagination-wrapper .screen-reader-text {
  display: none;
}
/* line 652, ../sass/homepage.scss */
.pagination-wrapper .page-numbers {
  width: 33px;
  height: 33px;
  line-height: 29px;
  text-align: center;
  border: 2px solid #222b45;
  color: #222b45;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
}
/* line 664, ../sass/homepage.scss */
.pagination-wrapper .page-numbers.current, .pagination-wrapper .page-numbers:hover {
  background: #2d2e7f;
    border-color: #2d2e7f;
  color: #fff;
}
nav.navigation.pagination {
    display: block;
}
/* line 668, ../sass/homepage.scss */
.pagination-wrapper .page-numbers.current span, .pagination-wrapper .page-numbers:hover span {
  border-color: #fff;
}
/* line 673, ../sass/homepage.scss */
.pagination-wrapper .arrow-prev, .pagination-wrapper .arrow-next {
  border: solid #222b45;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  border-radius: 2px;
}
/* line 680, ../sass/homepage.scss */
.pagination-wrapper .arrow-prev {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: relative;
  right: -1px;
}
/* line 686, ../sass/homepage.scss */
.pagination-wrapper .arrow-next {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  left: -1px;
}

/* line 694, ../sass/homepage.scss */
.related-post {
  margin-top: 10px;
  color: #222b45;
}
/* line 697, ../sass/homepage.scss */
.related-post .title-block {
/*   font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  color: #2D2E7F;
  margin-top: 40px;
  padding: 7px 0px;
  border-bottom: 2px solid; */
	background: linear-gradient(275deg, #007bff 0%, #292bb7 100%);
    color: #fff;
    width: 100%;
    letter-spacing: .8px;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
}
/* line 702, ../sass/homepage.scss */
.related-post ul {
  display: inline-block;
  margin: 0 -10px;
}
/* line 705, ../sass/homepage.scss */
.related-post ul li {
  float: left;
  width: 25%;
  overflow: hidden;
  padding: 0 10px;
  height: 230px;
}
/* line 711, ../sass/homepage.scss */
.related-post ul li .img-post img {
  height: auto;
  border-radius: 5px;
}
/* line 716, ../sass/homepage.scss */
.related-post ul li .title-post {
  display: block;
  line-height: 20px;
  font-size: 14px;
  margin-top: 10px;
  padding: 0px;
  color: #333;
  overflow: hidden;
  font-weight: bold;
}
/* line 729, ../sass/homepage.scss */
.information-author {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}
/* line 733, ../sass/homepage.scss */
.information-author img {
  border-radius: 50%;
  margin-right: 30px;
}
/* line 737, ../sass/homepage.scss */
.information-author .author-post {
  padding-top: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #222b45;
  font-weight: 700;
  font-size: 16px;
}
.information-author .author-description {
    font-size: 15px;
    color: #434343;
}
.author-post a {
    color: #2d2e7f;
}
.more-info a {
    color: #292bb7;
}
h1.page-title-archive .vcard a {
    color: #2d2e7f;
}
@media (max-width: 767px) {
  /* line 747, ../sass/homepage.scss */
  .homepage-post-list.ajax-load-post .list-post .post-item .img {
    width: 100%;
	height: 227px;
	margin-bottom: 10px;
  }
  div.info h3.title-post {
    line-height: 1em;
	margin-bottom: 10px;
  }

  /* line 750, ../sass/homepage.scss */
  .homepage-post-list.ajax-load-post .list-post .post-item .info {
    margin-left: 0;
  }

  /* line 753, ../sass/homepage.scss */
  .homepage-videos .title-video {
    margin-bottom: 20px;
  }
}
/* line 1, ../sass/footer.scss */
.section-tabs-brand h2 {
  background: none !important;
}

/* line 5, ../sass/footer.scss */
#fb-root .fb_dialog {
  background: none !important;
}

/* line 9, ../sass/footer.scss */
.benefit-item img {
  max-width: 140px;
  margin: auto;
}

/* line 14, ../sass/footer.scss */
.footer-top-content {
  background: #F1F4FB;
}


/* line 112, ../sass/footer.scss */
.footer-top-content {
  padding-top: 20px;
}
/* line 238, ../sass/footer.scss */
.footer-bottom-bar {
  display: none;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  color: #292BB7;
  font-weight: 600;
  font-size: 15px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 1px solid #E6E6F8;
  z-index: 9;
}
/* line 254, ../sass/footer.scss */
.footer-bottom-bar a {
  color: #292BB7;
}
/* line 257, ../sass/footer.scss */
.footer-bottom-bar .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
/* line 264, ../sass/footer.scss */
.footer-bottom-bar .wrapper .items {
  font-weight: 400;
  position: relative;
  -webkit-box-flex: 0;
}
/* line 268, ../sass/footer.scss */
.footer-bottom-bar .wrapper .items.phone {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
/* line 272, ../sass/footer.scss */
.footer-bottom-bar .wrapper .items.phone:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #E6E6F8;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 281, ../sass/footer.scss */
.footer-bottom-bar .wrapper .items.phone img {
  display: block;
  margin: 0 auto;
}
/* line 286, ../sass/footer.scss */
.footer-bottom-bar .wrapper .items.mess {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
/* line 291, ../sass/footer.scss */
.footer-bottom-bar .wrapper .items.store {
  background: #292BB7;
  box-sizing: border-box;
  height: 43px;
  line-height: 43px;
  border-radius: 4px;
  padding: 0 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
/* line 302, ../sass/footer.scss */
.footer-bottom-bar .wrapper .items.store a {
  color: #fff;
}

@media (max-width: 991px) {
  /* line 310, ../sass/footer.scss */
  .pagination-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  /* line 315, ../sass/footer.scss */
  .footer-bottom-bar {
    display: block;
  }
	.product-listing .item .product .product-info .product-name{
		text-align: left;
	}
  /* line 318, ../sass/footer.scss */
  #footer-vuanem .top-footer .benefit .benefit-item {
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
  }

  /* line 323, ../sass/footer.scss */
  #footer-vuanem .bottom-footer .bottom-footer-container .bottom-footer-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 327, ../sass/footer.scss */
  #footer-vuanem .bottom-footer .bottom-footer-container .bottom-footer-item.report {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 333, ../sass/footer.scss */
  #footer-vuanem .bottom-footer .benefit .moit,
  #footer-vuanem .bottom-footer .copy-right {
    width: 100%;
  }

  /* line 337, ../sass/footer.scss */
  #footer-vuanem {
    margin-bottom: 80px;
    display: inline-block;
  }

  /* line 341, ../sass/footer.scss */
  .related-post ul li {
    width: 50%;
    margin-bottom: 20px;
    height: 227px;
  }

  /* line 346, ../sass/footer.scss */
  .post-detail .title-post {
    font-size: 24px;
    line-height: 30px;
  }

  /* line 351, ../sass/footer.scss */
  .category-page .post-list .item-post .box-vertical .post-detail .desc-post {
    display: none;
  }

  /* line 354, ../sass/footer.scss */
  .category-page .post-list .item-post .box-vertical .post-detail .post-title {
    font-size: 16px;
  }
  
}
/* line 24, ../sass/style.scss */
.category-page {
  margin-bottom: 100px;
}
/* line 27, ../sass/style.scss */
.category-page .head-category {
  background: #F0F6FF;
  padding: 65px 0 60px;
  position: relative;
}
/* line 32, ../sass/style.scss */
.category-page .head-category .title {
  font-weight: 600;
  font-size: 26px;
  color: #3A3A3A;
  text-transform: uppercase;
}
/* line 39, ../sass/style.scss */
.category-page .head-category:after {
  content: "";
  background: #F0F6FF;
  width: 100%;
  height: 200px;
  position: absolute;
  top: 99%;
  left: 0;
  z-index: 1;
}
/* line 51, ../sass/style.scss */
.category-page .content-category {
  position: relative;
  z-index: 2;
}
/* line 55, ../sass/style.scss */
.category-page .content-category .grid-product {
  margin-bottom: 50px;
}
/* line 58, ../sass/style.scss */
.category-page .content-category .grid-product .bottom-product .info-product .name-product {
  text-transform: uppercase;
}
/* line 64, ../sass/style.scss */
.category-page .lmp_load_more_button .lmp_button {
  position: relative;
  font-weight: 600;
}
/* line 68, ../sass/style.scss */
.category-page .lmp_load_more_button .lmp_button:before {
  content: "";
  width: 5px;
  height: 12px;
  background-image: url("../images/homepage/arrow-down.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 12px;
}

/* line 82, ../sass/style.scss */
.bg-breadcrumb {
  background: #F2F2F2;
  padding: 50px;
}
/* line 86, ../sass/style.scss */
.bg-breadcrumb .woocommerce-breadcrumb {
  color: #7393FF;
  font-size: 18px;
}
/* line 90, ../sass/style.scss */
.bg-breadcrumb .woocommerce-breadcrumb a {
  color: #002560;
}
/* line 94, ../sass/style.scss */
.bg-breadcrumb .woocommerce-breadcrumb .icon-arrow {
  margin: 0 10px;
  background: #002560;
  position: relative;
  top: -2px;
}
/* line 100, ../sass/style.scss */
.bg-breadcrumb .woocommerce-breadcrumb .icon-arrow:before {
  background: #002560;
}

/* Page Gioi thieu*/
/* line 109, ../sass/style.scss */
.post-inner .head-page {
  margin-bottom: 100px;
  background: url(../images/gioi-thieu/banner-head.png) no-repeat;
  padding: 60px 0 80px;
  text-align: center;
  background-size: cover;
  color: #FFFFFF;
}
/* line 117, ../sass/style.scss */
.post-inner .head-page .title-block {
  color: #FFFFFF;
}
/* line 120, ../sass/style.scss */
.post-inner .head-page .title-block .desc {
  font-size: 16px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
/* line 127, ../sass/style.scss */
.post-inner .head-page .title-block .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 100px;
}
/* line 135, ../sass/style.scss */
.post-inner .head-page .content-block .item {
  text-align: left;
}
/* line 138, ../sass/style.scss */
.post-inner .head-page .content-block .item .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}
/* line 144, ../sass/style.scss */
.post-inner .head-page .content-block .item .desc {
  font-size: 15px;
  line-height: 22px;
}
/* line 152, ../sass/style.scss */
.post-inner .banner-more {
  margin: 100px 0;
}
/* line 156, ../sass/style.scss */
.post-inner .reviews-block {
  margin-top: 100px;
}
/* line 159, ../sass/style.scss */
.post-inner .reviews-block img {
  max-width: 100%;
}

/* line 165, ../sass/style.scss */
.reset_variations {
  display: none;
}

/* line 169, ../sass/style.scss */
.woocommerce .content-area {
  padding: 10px 0 0;
}

/* line 173, ../sass/style.scss */
.woocommerce-pagination {
  text-align: center;
}
/* line 176, ../sass/style.scss */
.woocommerce-pagination ul.page-numbers {
  display: none !important;
}

/* line 183, ../sass/style.scss */
.brand-story-page .main-banner .item-slider .caption-slider .desc {
  width: 455px;
  font-size: 16px;
  line-height: 23px;
}
/* line 190, ../sass/style.scss */
.brand-story-page .slider-story {
  text-align: center;
}
/* line 193, ../sass/style.scss */
.brand-story-page .slider-story .title-section {
  margin: 45px 0 50px;
  padding: 0 0 20px 0;
}
/* line 198, ../sass/style.scss */
.brand-story-page .slider-story .row {
  margin: 0;
}
/* line 202, ../sass/style.scss */
.brand-story-page .slider-story .button-cta {
  margin: 50px 0;
}
/* line 206, ../sass/style.scss */
.brand-story-page .slider-story .slick-arrow {
  top: auto;
  bottom: 30px;
}
/* line 210, ../sass/style.scss */
.brand-story-page .slider-story .slick-arrow.slick-prev {
  left: calc(50% - 40px);
}
/* line 214, ../sass/style.scss */
.brand-story-page .slider-story .slick-arrow.slick-next {
  right: calc(50% - 40px);
}
/* line 219, ../sass/style.scss */
.brand-story-page .slider-story .content-slide {
  padding: 0;
}
/* line 222, ../sass/style.scss */
.brand-story-page .slider-story .content-slide .content {
  padding: 115px 145px 115px 170px;
  font-style: italic;
  font-size: 25px;
  line-height: 30px;
  text-align: justify;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 235, ../sass/style.scss */
.brand-story-page .slider-story .content-slide .content p {
  position: relative;
  margin: 0;
}
/* line 239, ../sass/style.scss */
.brand-story-page .slider-story .content-slide .content p:before {
  content: '';
  background-image: url("../images/gioi-thieu/icon-quote.svg");
  background-repeat: no-repeat;
  width: 49px;
  height: 43px;
  position: absolute;
  top: -5px;
  left: -70px;
}
div.style-2 .box-image {
    height: 70% !important;
}
/* End page Gioi thieu*/
@media (max-width: 1919px) {
  /* line 259, ../sass/style.scss */
  .brand-story-page .main-banner .item-slider .caption-slider {
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 264, ../sass/style.scss */
  .brand-story-page .slider-story .content-slide .content {
    padding: 50px 90px;
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  /* line 274, ../sass/style.scss */
  .post-inner .banner-text.custom .items-box:first-child {
    margin-bottom: 30px;
  }
  /* line 278, ../sass/style.scss */
  .post-inner .banner-more {
    margin: 30px 0;
  }
  /* line 282, ../sass/style.scss */
  .post-inner .reviews-block {
    margin-top: 30px;
    padding: 40px 0;
  }
  /* line 287, ../sass/style.scss */
  .post-inner .head-page {
    padding: 40px 0;
    margin-bottom: 30px;
  }
  /* line 291, ../sass/style.scss */
  .post-inner .head-page .title-block .title {
    margin-bottom: 60px;
  }
  /* line 295, ../sass/style.scss */
  .post-inner .head-page .content-block .item {
    margin-bottom: 25px;
  }

  /* line 301, ../sass/style.scss */
  .brand-story-page .slider-story .content-slide .content {
    padding: 30px 60px;
    font-size: 18px;
    line-height: 24px;
  }

  /* line 307, ../sass/style.scss */
  .brand-story-page .slider-story .content-slide .content p:before {
    display: none;
  }
}
@media (max-width: 991px) {
  div.style-2 .box-image {
    height: 50% !important;
  }
  /* line 313, ../sass/style.scss */
  .brand-story-page .slider-story .slick-arrow {
    top: 50%;
  }

  /* line 317, ../sass/style.scss */
  .brand-story-page .slider-story .content-slide .content {
    font-size: 22px;
    line-height: 30px;
  }
  /* line 321, ../sass/style.scss */
  .brand-story-page .slider-story .content-slide .content p {
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    width: 80%;
  }

  /* line 330, ../sass/style.scss */
  .grid-product .bottom-product {
    padding: 20px 15px;
  }

  /* line 334, ../sass/style.scss */
  .grid-product .bottom-product .info-product .desc {
    font-size: 14px;
    line-height: 20px;
  }

  /* line 339, ../sass/style.scss */
  .category-page .content-category .grid-product {
    margin-bottom: 30px;
  }

  /* line 343, ../sass/style.scss */
  .category-page .content-category .grid-product .bottom-product .info-product .name-product {
    text-transform: capitalize;
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  /* line 352, ../sass/style.scss */
  .brand-story-page .main-banner .item-slider .caption-slider .desc {
    font-size: 14px;
    line-height: 20px;
    width: auto;
  }
  /* line 357, ../sass/style.scss */
  .brand-story-page .main-banner .item-slider .caption-slider .desc b {
    font-weight: 400;
  }
  /* line 361, ../sass/style.scss */
  .brand-story-page .main-banner .item-slider .caption-slider .desc br {
    display: none;
  }
  /* line 366, ../sass/style.scss */
  .brand-story-page .container {
    padding: 0;
  }
  /* line 370, ../sass/style.scss */
  .brand-story-page .container .slider-story .title-section {
    margin: 25px 0 35px;
    padding: 0 55px 20px;
  }
  /* line 375, ../sass/style.scss */
  .brand-story-page .container .slider-story .button-cta {
    margin: 30px;
  }
  /* line 379, ../sass/style.scss */
  .brand-story-page .container .slider-story .content-slide .content {
    font-size: 14px;
    padding: 50px 35px;
    line-height: 17px;
  }

  /* line 388, ../sass/style.scss */
  .bg-breadcrumb {
    padding: 15px 0;
  }
  /* line 391, ../sass/style.scss */
  .bg-breadcrumb .content-area {
    padding: 0;
  }
  /* line 394, ../sass/style.scss */
  .bg-breadcrumb .content-area .site-main {
    margin: 0;
  }
  /* line 397, ../sass/style.scss */
  .bg-breadcrumb .content-area .site-main .woocommerce-breadcrumb {
    margin-bottom: 0 !important;
  }

  /* line 404, ../sass/style.scss */
  .category-page {
    margin-bottom: 0;
  }
  /* line 407, ../sass/style.scss */
  .category-page .head-category {
    padding: 30px 0;
  }
  /* line 410, ../sass/style.scss */
  .category-page .head-category:after {
    display: none;
  }
  /* line 414, ../sass/style.scss */
  .category-page .head-category .title {
    margin-bottom: 0;
    line-height: 38px;
  }
  /* line 420, ../sass/style.scss */
  .category-page .content-category {
    background: #F0F6FF;
  }
  /* line 423, ../sass/style.scss */
  .category-page .content-category .list-product-cat {
    margin: 0 -8px;
  }
  /* line 426, ../sass/style.scss */
  .category-page .content-category .list-product-cat .items-list-product-cat {
    padding: 0 8px;
  }
  /* line 431, ../sass/style.scss */
  .category-page .content-category .grid-product .bottom-product {
    background: #fff;
  }

  /* line 440, ../sass/style.scss */
  .post-inner .head-page .title-block .desc {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  /* line 446, ../sass/style.scss */
  .post-inner .head-page .title-block .title {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 40px;
  }
}
/* line 456, ../sass/style.scss */
.add-background-white {
  background: #fff;
  display: flex;
}
/* line 459, ../sass/style.scss */
.add-background-white .item {
  padding: 15px;
  transition: all .25s;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  width: 33.3333%;
  float: left;
  border-top: 0.5px solid rgba(41, 43, 183, 0.2);
  border-bottom: 0.5px solid rgba(41, 43, 183, 0.2);
  border-left: 0.5px solid rgba(41, 43, 183, 0.2);
  position: relative;
}
/* line 471, ../sass/style.scss */
.add-background-white .item:last-child {
  border-right: 0.5px solid rgba(41, 43, 183, 0.2);
}
/* line 474, ../sass/style.scss */
.add-background-white .item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  left: 0;
  height: calc(100% + 40px);
  -webkit-box-shadow: 0 3px 17px #d7d7d7;
  box-shadow: 0 3px 17px #d7d7d7;
  background: #fff;
  border-radius: 0;
  border: solid 0 #dee2e6;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}
/* line 493, ../sass/style.scss */
.add-background-white .item .product {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 498, ../sass/style.scss */
.add-background-white .item .product a {
  color: #20315c;
}
/* line 503, ../sass/style.scss */
.add-background-white .item .product .product-link .product-cover {
  padding-bottom: 100px;
}
/* line 506, ../sass/style.scss */
.add-background-white .item .product .product-link .product-cover .product-image {
  width: 100%;
}
/* line 509, ../sass/style.scss */
.add-background-white .item .product .product-link .product-cover .product-image img {
  max-width: 100%;
}
/* line 513, ../sass/style.scss */
.add-background-white .item .product .product-link .product-cover .product-image .icons-absolute {
  position: absolute;
  top: 10px;
  right: 0;
}
/* line 518, ../sass/style.scss */
.add-background-white .item .product .product-link .product-cover .product-image .icons-absolute .discount-percent {
  height: 27px;
  width: 40px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  line-height: 27px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #ff2727;
  margin-bottom: 10px;
}
/* line 536, ../sass/style.scss */
.add-background-white .item .product .product-link .product-info {
  position: absolute;
  background: #fff;
  width: 100%;
  padding-top: 10px;
  transition: all .35s;
  -o-transition: all .35s;
  -moz-transition: all .35s;
  -webkit-transition: all .35s;
  bottom: -40px;
}
/* line 547, ../sass/style.scss */
.add-background-white .item .product .product-link .product-info .product-name {
  position: relative;
  padding: 0;
  color: #20315c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 0;
  height: 45px;
  font-weight: 600;
}
/* line 562, ../sass/style.scss */
.add-background-white .item .product .product-link .product-info .price-box, .add-background-white .item .product .product-link .product-info .installment {
  display: inline-block;
}
/* line 566, ../sass/style.scss */
.add-background-white .item .product .product-link .product-info .installment {
  border-left: 2px solid #e6e7e8;
  padding-left: 10px;
}
/* line 570, ../sass/style.scss */
.add-background-white .item .product .product-link .product-info .installment label {
  margin-bottom: 0;
  color: #20315c;
  line-height: 23px;
}
/* line 576, ../sass/style.scss */
.add-background-white .item .product .product-link .product-info .installment .amount {
  color: #292bb7;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
/* line 584, ../sass/style.scss */
.add-background-white .item .product .product-link .product-info .old-price {
  font-size: 14px;
  color: #9a9a9a;
  text-decoration: line-through;
}
/* line 590, ../sass/style.scss */
.add-background-white .item .product .product-link .product-info .price {
  font-size: 18px;
  color: #ff3c3b;
  font-weight: 400;
  line-height: 20px;
}
/* line 597, ../sass/style.scss */
.add-background-white .item .product .product-link .product-info .view-detail {
  opacity: 0;
  margin-top: 10px;
  text-align: center;
  border: none;
  height: 33px;
  line-height: 33px;
  color: #fff;
  display: block;
  border-radius: 4px;
  background-color: #fe2c2b;
  transition: all .35s;
  -o-transition: all .35s;
  -moz-transition: all .35s;
  -webkit-transition: all .35s;
  text-decoration: none;
}
/* line 614, ../sass/style.scss */
.add-background-white .item .product .product-link .product-info .view-detail:hover {
  background-color: #292bb7;
}
/* line 623, ../sass/style.scss */
.add-background-white .item:hover:before {
  opacity: 1;
}
/* line 627, ../sass/style.scss */
.add-background-white .item:hover .product {
  overflow: visible;
}
/* line 629, ../sass/style.scss */
.add-background-white .item:hover .product .product-link .product-info .view-detail {
  opacity: 1;
}

/* line 637, ../sass/style.scss */
table {
  margin-top: 15px;
  width: 100%;
}
b, strong {
font-weight: bold!important;
}
      .container {
    margin-top: 30px;
}
b {
    font-family: Inter,sans-serif !important;
}
div.error404-content {
    text-align: center;
    padding: 100px 0;
}
div.error404-content h1 {
    margin-bottom: 20px;
    color: #2d2e7f;
}
.row-btn404 {
    margin-top: 30px;
}
a.btn-backblog {
    color: #ffffff;
    padding: 10px 20px;
    background-color: #2d2e7f;
}
a.btn-backblog:hover {
    color: #2d2e7f;
  border: 1px solid #2d2e7f;
  background-color: #fff;
}
a.btn-backhome:hover {
    color: #ffffff;
    padding: 10px 20px;
    background-color: #2d2e7f;
}
a.btn-backhome {
    color: #2d2e7f;
  border: 1px solid #2d2e7f;
  background-color: #fff;
  padding: 10px 20px;
}
.tablenav .actions select {display:none!important}
/* .post-detail .entry-content ul, .post-detail .entry-content li {
  list-style: none!important} */
/* .post-detail .entry-content ul, .post-detail .entry-content li:before {
    margin-left: 7px;
    content: "●";
    color: #000;
    margin-right: 10px;
} */

#toc_container li:before{content:none}
td {
    border: 1px solid #000000;
}
b, strong {
font-weight: bolder!important;
}
.pulsingButton {
    width: 220px;
    min-width: 220px;
    text-align: center;
    white-space: nowrap;
    display: block;
    margin: 50px auto;
    padding: 10px;
    box-shadow: 0 0 0 0 rgba(232,76,61,.7);
    border-radius: 10px;
    background-color: #494BE1;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(.66,0,0,1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(.66,0,0,1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(.66,0,0,1);
    animation: pulsing 1.25s infinite cubic-bezier(.66,0,0,1);
    font-size: 22px;
    font-weight: 400;
    font-family: sans-serif;
    text-decoration: none!important;
    color: #fff;
    transition: all .3s ease-in-out
}
.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(73, 75, 225,0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(73, 75, 225,0);
  }
}
a.moreproduct {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 48px;
    font-size: 16px;
    color: #333!important;
  font-weight:600;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 5px 70px;
    width: max-content;
    margin-top:40px;
}
a.moreproduct::after {
    content: '';
    width: 0;
    right: 0;
    border-left: 7px solid #333;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}
.entry-content h4{
    font-size: 18px;
    color: #2d2e7f;
    margin-bottom: 15px;
}
.homepage-post-list.ajax-load-post .list-post .post-item .info .title-post a:hover {
    color: #2d2e7f;
}
.entry-content td{padding: 5px;}
.popup-remove {
    display: none;
}

h1.page-title-archive {
    color: #2d2e7f;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}
.taxonomy-description {
    margin-bottom: 30px;
}
div.post-list .post-detail .date {
    color: #222b45;
    font-size: 13px;
    margin-bottom: 10px;
}
nav.rank-math-breadcrumb a {
    color: #2d2e7f;
    font-size: 14px;
    font-weight: 500;
}
nav.rank-math-breadcrumb p {
    margin-bottom: 0;
}
a.btn-view-more {
    display: inline-block;
    background: #fff;
    border-radius: 99px;
    padding: 0px 20px;
    height: 38px;
    line-height: 35px;
    color: #2d2e7f;
    font-weight: 600;
    letter-spacing: .03em;
    font-size: 15px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    border: 1px solid #2d2e7f;
}
a.btn-view-more .arrow{
  border: solid #2d2e7f;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.vuanem-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}
.boxpromote .product-item a:hover {
    text-decoration: none !important;
}
.boxpromote .product-item .product-image{
  height: 190px;
}
.boxpromote .product-item .product-name{
  text-align: left;
}
.wp-block-group p {
    margin-bottom: 5px;
}
.wp-block-button {
    padding: 20px 0px;
}
.wp-block-button a {
    color: #fff !important;
    font-size: 18px;
}
div#header-promotion a {
    color: #fff;
}
/* .search-modal .suggest-search-container .suggest-list .suggest-tag .tag-item a {
    color: #20315c;
    text-decoration: none;
}
.header-responsive .header-bottom .mega-menu .menu-title, .header-responsive .header-top .group-left a {
  color: #20315c !important;
}
.search-modal .suggest-search-container .suggest-list .suggest-tag .tag-item a:hover {
    color: #f6a733;
}
.header-responsive .header-bottom .mega-menu .menu-title:hover {
    color: #f6a733 !important;
    cursor: pointer;
    text-decoration: none;
} */
.flex-row{
  align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
}
.information-author div.flex-row.align-top {
    background-color: #e7f6ff;
    padding: 15px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}
article div.entry-content a.wp-block-button__link.has-background {
    text-transform: uppercase;
}
.boxpromote h3.title-block {
    font-weight: 600;
    font-size: 22px;
}
/* .homepage-post-list {
    display: flex;
    justify-content: center;
} */
/* .list-post {
    width: 960px;
} */
.product-listing .item .product .price {
    font-weight: 600 !important;
    color: #c91e2c !important;
}
.product-listing.grid .item .product .view-detail{
    background-color: #c91e2c !important;
}
figure.wp-block-embed.wp-block-embed-youtube {
    text-align: center;
}
#ez-toc-container {
  padding: 15px 20px 15px 15px;
  border: 1px solid #2d2e7f;
}
.ez-toc-title-container {
    margin-bottom: 10px;
    color: #2d2e7f;
}
#ez-toc-container a:visited {
    color: #2d2e7f;
}
@media (max-width: 767px) {
  .boxpromote .product-item .product-image {
    height: 10%;
  }
  .boxpromote .add-background-white .item:last-child  {
    border-right: none;
  }
}
.hide {
    display: none !important;
}
.variations, .detail-product-block .single_variation_wrap .single_variation {
  display: none !important;
}
