/*
Theme Name: TrungDuc
Theme URI: https://viettelstore.vn/
Description: Thiet ke website
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: https://viettelstore.vn/tin-tuc.html
Text Domain: vts
*/
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu52xP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
/*--------------------------------------------------------------
# general
--------------------------------------------------------------*/
body {
background: #fff;
}
img {
  max-width: 100%;
}
a {
  color: #e91c27;
}
a:hover,
a:focus,
a:active {
  color: #e91c27;
  text-decoration: none;
}
a.readmore {
  color: #53585c;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 11px;
  margin-top: 15px;
  padding: 6px 18px;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0%);
  box-shadow: 0 1px 3px rgb(0 0 0%);
  text-rendering: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}
a.readmore:hover,
a.readmore:focus {
  color: #fff;
  background-color: #ed1a35;
  border-color: #ed1a35;
}
/**
 * Padding
 */
.size-50 {
  padding-bottom: 50%;
}
.size-715 {
  padding-bottom: 71.5%;
}
.mb-25 {
  margin-bottom: 25px;
}
.size-500 {
  padding-bottom: 50%;
}
/**
* Breadcrumbs
*/
.vts_breadcrumbs {
  margin-bottom: 20px;
}
.vts_breadcrumbs #breadcrumbs {
  font-size: 12px;
  margin: 0;
  color: #a0a0a0;
}
.vts_breadcrumbs #breadcrumbs a {
  color: #53585c;
}
.vts_breadcrumbs #breadcrumbs .fa {
  padding: 0 3px;
}
.vts_breadcrumbs #breadcrumbs .breadcrumb_last_link a {
  color: #a0a0a0;
}
.pages {
  text-align: center;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline-block;
  margin-bottom: 6px;
}
.pagination > li:first-child,
.pagination > li:last-child {
  position: relative;
}
.pagination > li:first-child a:before,
.pagination > li:first-child span:before,
.pagination > li:last-child a:after,
.pagination > li:last-child span:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../image/icon-acd-down-green.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  height: 6px;
  width: 14px;
}
.pagination > li:first-child a:before,
.pagination > li:first-child span:before {
  top: calc(50% - 2px);
  left: 15px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pagination > li:last-child a:after,
.pagination > li:last-child span:after {
  right: 15px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: calc(50% - 5px);
}
.pages .pagination li:first-child a,
.pages .pagination li:last-child a {
  padding: 6px 16px;
}
.pages .pagination li a {
  border-radius: 0px;
  background: #e6e7e8;
  color: #808285;
  border: 0px;
  font-size: 18px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 6px 14px;
  /*margin-top: 14px;*/
}
.pages .pagination li:first-child a:hover,
.pages .pagination li:last-child a:hover {
  background: #f70d28;
  color: #fff;
}
.pages {
  text-align: center;
}
.pages .pagination {
  margin: 40px 0px 0px;
}
.pages .pagination li:first-child a,
.pages .pagination li:first-child span {
  padding: 6px 16px 6px 28px;
}
.pages .pagination li:last-child a,
.pages .pagination li:last-child span {
  padding: 6px 28px 6px 16px;
}
.pages .pagination li:first-child a,
.pages .pagination li:last-child a,
.pages .pagination li:first-child span,
.pages .pagination li:last-child span {
  background: #fff;
  border: 1px solid #e6e7e8;
}
.pages .pagination li a,
.pages .pagination li span {
  border-radius: 0px;
  background: #e6e7e8;
  color: #808285;
  border: 0px;
  font-size: 15px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 6px 14px;
  border-radius: 3px;
  display: block;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  background: #f70d28;
  color: #808285;
}
.pages .pagination > .active > a,
.pages .pagination > .active > a:focus,
.pages .pagination > .active > a:hover,
.pages .pagination > .active > span,
.pages .pagination > .active > span:focus,
.pages .pagination > .active > span:hover {
  background-color: #f70d28;
  border-color: #f70d28;
  color: #fff;
}
.pages .pagination li a:hover,
.pages .pagination li.active a {
  background: #f70d28;
  color: white;
}
.modal-account .modal-header {
  border-bottom: 0px;
}
.modal-account .signup-section {
  text-align: center;
  padding: 17px 0px 12px 0px;
  border-top: 1px solid #e9ecef;
}
.modal-account .form-title {
  margin: -2rem 0rem 2rem;
}
.modal-account .form-title h4 {
  padding: 14px;
  color: #333;
  margin: 0px;
  text-transform: uppercase;
  font-weight: bold;
}
.modal-account .btn-info {
  width: 100%;
  color: #fff;
  background-color: #ed1b35;
  border-color: #ed1b35;
  border-radius: 48px;
  padding: 8px 12px;
}
.modal-account .btn-info:focus,
.modal-account .btn-info:hover,
.modal-account .btn-info:active {
  outline: none;
}
.modal-login {
  max-width: 400px;
}
.user-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -8px;
}
.user-login span.log-in {
  color: #666;
  vertical-align: top;
  padding-top: 7px;
  max-width: 80%;
  height: 19px;
  min-width: 72px;
  word-break: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: capitalize;
}
.account-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 8px;
  font-size: 14px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: 700;
}
.account-btn:focus,
.account-btn:active {
  outline: none;
}
.account-btn span {
  border: 1px solid #ed1b35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.account-btn.login-btn {
  color: #fff;
  background-color: #ed1b35;
  outline: none;
}
       .profile-login {
    float: right;
    overflow: visible;
    padding-left: 10px;
    padding: 10px;
    cursor: pointer;
    position: relative;
    /*max-width: 220px;*/
}
    .loginwith {
        display: none;
        overflow: visible;
        position: absolute;
        top: 45px;
        right: 0;
        z-index: 9;
        padding: 10px;
        background: #fff;
        box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
    }
    .loginwith:before, .loginwith:after {
    bottom: 100%;
    right: 17%;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ddd;
    }
    .loginwith a {
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    color: #333;
    width: 165px;
    height: auto;
    margin-bottom: 8px;
}
    .news-infomation {
    padding: 10px 20px 10px 10px;
    background: #fdd504;
    line-height: 1.3em;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
    .news-infomation:after {
    content: '';
    width: 0;
    height: 0;
    border-right: 12px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
.page > header {
  background-image: url(../images/demo/bg_header.png);
  background-repeat: repeat-x;
}
.vts_slider_wrapper,
.vts_video_playlist {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.vts_slide_caption {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 0 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(70%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.65) 70%);
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.65) 70%);
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.65) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
}
.vts_slide_caption .vts_post_title a {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.vts_caption_container {
  padding: 0 20px;
}
.vts_slide_caption .vts_post_title {
  font-size: 26px;
  font-weight: 700;
  margin: 10px auto;
}
.vts_slide_caption .vts_post_category {
  line-height: normal;
}
.vts_slide_caption .vts_post_category a {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  color: inherit;
  line-height: normal;
  margin-right: 5px;
  padding: 3px 6px;
  background: #f70d28;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.vts_slide_caption .vts_post_excerpt {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}
.vts_slide_caption .vts_post_meta > div {
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap;
}
.vts_slide_caption .vts_post_meta span {
  display: inline-block;
  margin-right: 6px;
}
.vts_slide_caption .vts_post_meta span:last-child {
  margin-right: 0;
}
.vts_slider_type_big .vts_slide_caption {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 60px 40px 30px 0;
  width: 100%;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(70%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.65) 70%);
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.65) 70%);
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.65) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
}
.vts_slider_type_big .vts_slide_item {
  position: relative;
  -webkit-backface-visibility: hidden;
}
.vts_slider_type_big .vts_caption_container {
  padding: 0 30px;
  max-width: 80%;
}
.vts_slider_type_big .vts_slide_caption .vts_post_title {
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.vts_slider_thumbnail {
  margin-top: 10px;
}
.vts_slider_thumbnail.disabled_nav .owl-nav {
  display: none;
}
.vts_slider_thumbnail .vts_slide_thumbnail_item {
  position: relative;
}
.vts_slider_thumbnail .active.current .vts_slide_thumbnail_item:before {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  content: "";
  right: 0;
  left: 0;
  width: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 2;
}
.vts_slider_thumbnail .active.current .vts_slide_thumbnail_item:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.4);
}
.vts_slider_type_big .owl-nav div,
.vts_slider_type_big .owl-nav button {
  font-size: 14px;
  color: #212121;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background: #fff;
  border: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  outline: none;
}
.vts_slider_type_big .owl-nav div:hover,
.vts_slider_type_big .owl-nav button:hover,
.vts_slider_type_big .owl-nav div:focus,
.vts_slider_type_big .owl-nav button:focus,
.vts_slider_type_big .owl-nav div:active,
.vts_slider_type_big .owl-nav button:active {
  outline: none;
}
.vts_slider_type_big .owl-nav .owl-next {
  bottom: 40px;
  background: #f70d28;
  color: #fff;
}
.vts_slider_type_big:hover .owl-next,
.vts_slider_type_big:hover .owl-prev {
  opacity: 1;
}
.vts_slider_thumbnail .vts_slide_item {
  width: 100%;
  height: 540px;
  position: relative;
  background-color: #212121;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.vts_slider_thumbnail .vts_slide_item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.65)), color-stop(50%, rgba(0, 0, 0, 0.45)), to(transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.45) 50%, transparent);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.45) 50%, transparent);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.45) 50%, transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=1);
}
.vts_slider_thumbnail .vts_caption_container {
  padding: 0;
  opacity: 0;
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition: 0.4s ease 0.2s;
  -o-transition: 0.4s ease 0.2s;
  transition: 0.4s ease 0.2s;
}
.vts_slider_thumbnail .active .vts_caption_container {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.vts_slider_thumbnail .vts_slide_caption {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 40px;
  bottom: inherit;
  padding: 30px 0;
  width: 50%;
  background: none;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vts_slider_thumbnail .vts_slide_caption .vts_post_title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  margin: 20px auto;
  letter-spacing: -0.04em;
}
.vts_slider_thumbnail .vts_slide_caption .vts_post_excerpt {
  max-width: 80%;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}
.vts_slider_thumbnail .owl-dots {
  position: absolute;
  right: 20px;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vts_slider_thumbnail:hover .owl-dots {
  opacity: 1;
}
.vts_slider_thumbnail .owl-dot {
  display: block;
  zoom: 1;
}
.vts_slider_thumbnail .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 10px 0;
  border-radius: 20px;
  background: transparent;
  border: 2px solid #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vts_slider_thumbnail .owl-dots .owl-dot.active span,
.vts_slider_thumbnail .owl-dots .owl-dot:hover span {
  background: #fff;
}
.site-content {
  margin: 25px 0px;
}
.post-cat-home {
  margin-bottom: 30px;
}
.thumbnail-container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: block;
  height: 0;
  background: #f7f7f7;
  background-position: 50%;
  background-size: cover;
}
.thumbnail-container:after {
  content: "";
  opacity: 1;
  background: #f7f7f7 url(../images/preloader.gif);
  background-position: 50%;
  background-size: cover;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.thumbnail-container > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /*min-height: 100%;*/
  height:auto;
  color: #a0a0a0;
  z-index: -1;
}
.block_heading {
  border-bottom: 2px solid #ed1b35;
  margin-bottom: 15px;
  position: relative;
}
.block_heading .block_title {
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: normal;
  float: left;
}
.block_heading .block_title span {
  background: #ed1b35;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  white-space: nowrap;
  color: #fff;
  border-radius: 2px 2px 0 0;
  margin-bottom: -2px;
}
.block_heading:before,
.block_heading:after {
  display: table;
  content: " ";
}
.block_heading:after {
  clear: both;
}
.block_title i {
  margin-right: 8px;
  padding: 0;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  white-space: nowrap;
}
.block_heading .nav-right {
  float: right;
  margin-left: 0;
  margin-bottom: -2px;
}
.block_heading .nav-right li {
  display: inline-block;
  vertical-align: top;
}
.block_heading .nav-right li a {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 7px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: block;
  height: 34px;
  line-height: 34px;
  color: #212121;
}
.post-thumb {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.post-thumb .post-cate {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 10px;
  margin: 0;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.post-thumb .post-cate span {
  display: inline-block;
  line-height: 1;
}
.post-thumb .post-cate span a {
  background-color: #ed1a35;
  display: inline-block;
  font-size: 11px;
  color: #fff;
  margin-right: 5px;
  padding: 3px 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.post-info .post-title {
  font-size: 16px;
  line-height: 1.4;
  margin: 15px 0 5px;
}
.cat-home_sytle1 .first-post .post-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  margin: 15px 0 5px;
  letter-spacing: -0.02em;
}
.post-meta {
  font-size: 11px;
  text-transform: uppercase;
  color: #ed1a35;
}
.post-meta span:not(:last-child) {
  margin-right: 15px;
}
.post-meta a {
  font-weight: 400;
  color: inherit;
}
.post-meta i {
  color: #2e9fff;
}
.postblock_content .post-meta i {
  color: inherit;
}
.post-info .post-excerpt {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
}
.post-item-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.post-item-other .post-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  margin-right: 15px;
}
.post-item-other .post-info .post-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4em;
  margin: 0 0 5px;
  letter-spacing: normal;
}
    .post-item-other .post-info .post-title a {
    color: #23282d;
    }
.post-item-other:not(:last-child) {
  margin-bottom: 25px;
}
.block_loadmore {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 30px 0px 0px 0px;
}
.block_loadmore a {
  min-width: 30%;
  height: 30px;
  line-height: 30px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0%);
  box-shadow: 0 1px 3px rgb(0 0 0%);
  padding: 0 18px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  text-align: center;
  color: #212121;
  background: #fff;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  text-rendering: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.block_loadmore a:after,
.block_loadmore a:before {
  content: "";
  height: 1px;
  background: #eee;
  width: 1000px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  cursor: none;
  pointer-events: none;
}
.block_loadmore a:before {
  right: 100%;
  margin-right: 20px;
}
.block_loadmore a:after {
  left: 100%;
  margin-left: 20px;
}
.post-item_two {
  margin-bottom: 30px;
}
.post-title {
  line-height: 1.4;
}
.post-thumb .postblock_content {
  padding: 20px 15px 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(70%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.65) 70%);
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.65) 70%);
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.65) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
}
.postblock_content .post-title {
  font-size: 17px;
  font-weight: 500;
  margin: 0 auto 5px;
  letter-spacing: -0.02em;
}
.postblock_content .post-title a {
  color: #fff;
}
.vts_module_wrap {
  background-color: #0c0c0c;
  padding: 20px;
  margin-bottom: 30px;
}
.vts_module_wrap .block_heading {
  border-color: #fff;
}
.wrap-post-full .vts_thumb {
  margin-bottom: 10px;
}
.wrap-post-full .vts_post_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
  margin: 0 0 5px;
}
.wrap-post-full .vts_post_title a {
  color: #ffffff;
}
#toc_container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%;
}
#toc_container p.toc_title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
#toc_container span.toc_toggle {
    font-weight: 400;
    font-size: 90%;
}
#toc_container a {
    text-decoration: none;
    text-shadow: none;
}
#toc_container p.toc_title+ul.toc_list {
    margin-top: 1em;
}
#toc_container.no_bullets li, #toc_container.no_bullets ul, #toc_container.no_bullets ul li, .toc_widget_list.no_bullets, .toc_widget_list.no_bullets li {
    background: 0 0;
    list-style-type: none;
    list-style: none;
}
/*--------------------------------------------------------------
# menu news
--------------------------------------------------------------*/
.menu-news {
    float: left;
    overflow: visible;
    height: 38px;
    clear: both;
    margin: 5px auto;
    padding: 0;
}
    .menu-news li {
        display: inline-block;
        margin: 0 10px;
        font-family: Roboto,sans-serif;
        height: auto;
        margin: auto;
        position: relative;
    }
        .menu-news li:hover a{
            background: #ed1b35;
                color: #fff;
        }
        .menu-news li:first-child {
        margin-left: 0 !important;
        }
        .menu-news li a {
            display: block;
            padding: 3px 5px;
            font-size: 15px;
            color: #333;
            text-transform: uppercase;
            font-weight: 300;
            background: #fff;
            border-radius: 2px;
        }
            .menu-news li a.active {
                background: #ed1b35;
                color: #fff;
            }

/*--------------------------------------------------------------
# archive
--------------------------------------------------------------*/
.vts_heroblock {
  margin-bottom: 20px;
  margin-top: 10px;
}
.vts_block_container {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.vts_heroblock_wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 500px;
}
.vts_heroblock .vts_post {
  overflow: hidden;
  position: absolute;
}
.vts_heroblock .vts_hero_item_first {
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
.vts_thumb,
.thumbnail-container {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.vts_heroblock .vts_thumb,
.vts_heroblock .vts_thumb a > div {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.vts_heroblock .vts_thumb {
  max-width: none;
  width: calc(100% + 50px);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
.thumbnail-container {
  display: block;
  height: 0;
  background: #f7f7f7;
  background-position: 50%;
  background-size: cover;
}
.vts_heroblock .vts_thumb a > div:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(65%, #000), to(#000));
  background: -webkit-linear-gradient(top, transparent 0, #000 65%, #000);
  background: -o-linear-gradient(top, transparent 0, #000 65%, #000);
  background: linear-gradient(180deg, transparent 0, #000 65%, #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
  opacity: 0.6;
  z-index: 2;
}
.vts_heroblock .vts_thumb a > div:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: hsla(0, 0%, 100%, 0.15);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.thumbnail-background > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.lazyloaded,
.thumbnail-background > div.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.vts_heroblock .vts_post_meta,
.vts_heroblock .vts_post_meta .fa,
.vts_heroblock .vts_post_meta a,
.vts_heroblock .vts_post_title a,
.vts_heroblock .vts_postblock_content {
  color: #fff;
}
.vts_heroblock .vts_postblock_content {
  pointer-events: none;
}
.vts_heroblock .vts_postblock_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 25px 25px;
  z-index: 3;
}
.vts_post_category {
  margin-bottom: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.vts_heroblock .vts_post_category {
  line-height: 1;
  font-size: 11px;
}
.vts_heroblock .vts_post_category,
.vts_heroblock .vts_post_title {
  -webkit-transform: translate3d(0, 25px, 0);
  transform: translate3d(0, 25px, 0);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.vts_post_category a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 10px;
}
.vts_post_category a:last-child {
  margin-right: 0;
}
.vts_heroblock .vts_post_category a {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  color: inherit;
  line-height: 1;
  margin-bottom: 5px;
  padding: 2px 6px;
  background: #f70d28;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.vts_heroblock .vts_postblock_content a {
  pointer-events: auto;
}
.vts_heroblock .vts_post_info {
  text-shadow: 0 1px 1px rgb(0 0 0%);
}
.vts_post_title {
  letter-spacing: -0.02em;
}
.vts_heroblock .vts_post_title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 10px;
}
.vts_heroblock .vts_post_category,
.vts_heroblock .vts_post_title {
  -webkit-transform: translate3d(0, 25px, 0);
  transform: translate3d(0, 25px, 0);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.vts_heroblock .vts_post_title {
  font-size: 16px;
}
.vts_post_meta {
  font-size: 11px;
  text-transform: uppercase;
  color: #ed1a35;
}
.vts_heroblock .vts_post_meta,
.vts_heroblock .vts_post_review {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  transition: 0.35s ease;
}
.vts_heroblock .vts_post:hover .vts_thumb {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.vts_heroblock .vts_post:hover .vts_thumb a > div:after {
  opacity: 1;
}
.vts_heroblock .vts_hero_item_second {
  width: 50%;
  height: 55%;
  top: 0;
  left: 50%;
  padding: 0 0 10px 10px;
}
.vts_heroblock .vts_hero_item_three,
.vts_heroblock .vts_hero_item_four {
  width: 25%;
  height: 45%;
  top: 55%;
}
.vts_heroblock .vts_hero_item_three {
  padding: 0 0 0px 10px;
}
.vts_heroblock .vts_hero_item_four {
  padding: 0 0 0px 10px;
}
.vts_heroblock .vts_hero_item_three {
  left: 50%;
}
.vts_heroblock .vts_hero_item_four {
  left: 75%;
}
@media screen and (min-width: 768px) {
  .vts_postblock_content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    /*margin-left: 390px;*/
  }
}
.vts_cat_header {
  margin-bottom: 40px;
  background: transparent;
}
.vts_cat_title {
  font-weight: 700;
  font-size: 36px;
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.vts_cat_description {
  margin: 0.83em 0 0.5em;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 0;
  color: #a0a0a0;
}
.vts_post_item {
  margin-bottom: 30px;
  overflow: hidden;
}
.vts_post_item .vts_thumb {
  width: 360px;
}
.vts_post_item .vts_thumb {
  float: left;
  margin-right: 30px;
}
.vts_post_category {
  margin-bottom: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.vts_thumb .vts_post_category {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 10px;
  margin: 0;
  line-height: 1;
}
.vts_post_item .vts_thumb .vts_post_category {
  top: 10px;
  bottom: auto;
}
.vts_post_category span {
  display: inline-block;
  line-height: 1;
}
.vts_thumb .vts_post_category a {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  margin-right: 5px;
  padding: 3px 6px;
  background: #f70d28;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.vts_post_item .vts_post_title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 5px;
}
.vts_post_item .vts_post_title a {
  color: #23282d;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.vts_post_meta {
  font-size: 11px;
  text-transform: uppercase;
  color: #ed1a35;
}
.vts_post_meta > div {
  display: inline-block;
}
.vts_post_meta > div:not(:last-of-type) {
  margin-right: 1em;
}
.vts_post_meta a {
  color: inherit;
  font-weight: 700;
}
.vts_meta_date a,
.vts_modified_date a {
  font-weight: 400;
}
.vts_post_meta .fa {
  color: #2e9fff;
}
.vts_post_excerpt {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 1em;
}
.vts_post_excerpt p:last-of-type {
  margin-bottom: 0;
}
.vts_readmore {
  color: #53585c;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 11px;
  margin-top: 15px;
  padding: 6px 18px;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0%);
  box-shadow: 0 1px 3px rgb(0 0 0%);
  text-rendering: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.vts_readmore:hover {
  background-color: #ed1a35;
  color: #fff;
  border-color: #ed1a35;
}
.vts_post_item .vts_readmore {
  margin-bottom: 5px;
}
.has-text-align-center {
text-align:center;
}
.wp-block-image {
  margin-bottom: 1em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.aligncenter{
  text-align: center;
}
.wp-block-image img {
  max-width: 100%;
}
.wp-block-image figcaption {
  margin: 3px 0 1em;
  font-size: 11px;
  color: #a0a0a0;
}
.entry-content em {
  font-style: italic;
}
/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
.entry-header {
  margin: 0 0 30px;
}
.entry-content {
  margin-bottom: 30px;
  position: relative;
}
.entry-content table {
    width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    overflow-x: auto;
    word-break: break-word;
    margin: 1em 0 30px;
    line-height: normal;
    color: #7b7b7b;
    border:1px solid #eee;
}
.entry-content tr {
    border-bottom: 1px solid #eee;
}
.entry-content td, .entry-content th {
    font-size: .85em;
    padding: 8px 20px;
    text-align: left;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.entry-header .vts_post_title {
  color: #212121;
  font-weight: 700;
  font-size: 3em;
  line-height: 1.15;
  margin: 0 0 0.4em;
  letter-spacing: -0.04em;
}
.content-inner {
  color: #333;
  font-size: 16px;
  line-height: 1.625em;
  word-break: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.vts-related-post .vts_block_title {
  background: #f70d28;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  white-space: nowrap;
}
.vts-related-post .vts_post {
  margin-bottom: 25px;
}
.vts-related-post .vts_post:nth-child(2n) {
  clear: right;
}
.vts-related-post .vts_post:nth-child(2n+1) {
  clear: left;
}
.vts-related-post .vts_thumb {
  width: 120px;
  float: left;
}
.vts-related-post .vts_postblock_content {
  margin-left: 120px;
  padding-left: 15px;
}
.vts-related-post .vts_post_title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4em;
  margin: 0 0 5px;
  letter-spacing: normal;
}
    .vts-related-post .vts_post_title a {
    color: #23282d;
    }
.ico-userdefault {
  display: inline-block;
  background: url(https://cdn.viettelstore.vn/desktop/img/Assets.png) 0 0 no-repeat;
  vertical-align: middle;
  text-align: center;
  background-position: -390px -50px;
  width: 53px;
  height: 53px;
}
table.member-table-data {
  background: #fff;
  width: 100%;
}
table.member-table-data td {
  padding: 5px;
  text-align: center;
  border: 1px solid #e3e3e3;
  vertical-align: middle;
  font: normal 13px/22px Tahoma;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
table.member-table-data td p {
  font: normal 13px/22px Tahoma;
  cursor: pointer;
  color: #424242;
}
table.member-table-data td p.unread {
  color: #2a475d;
  font-weight: bold;
  cursor: pointer;
}
table.member-table-data td img {
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  width: 260px;
}
table.member-table-data thead td {
  font: bold 12px/24px Tahoma;
  color: #015f95;
}
.member-table-data .desc {
  border-bottom: 1px solid #dedede !important;
}
.content-profile .box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0%);
  box-shadow: 0 1px 1px rgb(0 0 0%);
}
.content-profile .box.box-primary {
  border-top-color: #3c8dbc;
}
.content-profile .tab-content {
  padding-top: 25px;
}
/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/
.widget-area .widget:not(:last-child) {
  margin-bottom: 25px;
}
.widget-area .widget .widget-content{
    margin-bottom: 10px;
}
.widget-area ul {
  margin: 0px;
  padding: 0px;
}
.widget-area ul li {
  list-style-type: none;
}
.widget-image .widget-content img {
  width: 100%;
}
.popularpost_item {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-left: 60px;
}
.popularpost_item .vts_post_title {
  font-size: 14px;
  margin: 0 0 5px;
}
.popularpost_item .vts_post_title a:before {
  content: attr(data-num);
  position: absolute;
  font-size: 18px;
  text-align: center;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-style: italic;
  background: #eee;
  padding: 10px;
  border-radius: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.popularpost_item:hover .vts_post_title a:before {
  background: #f70d28;
  color: #fff;
}
.popularpost_item:first-child {
  padding-left: 0;
  padding-bottom: 15px;
  border-bottom: 3px solid #eee;
}
.popularpost_item:first-child .vts_post_title {
  font-size: 18px;
  font-weight: 700;
  margin: 15px auto 5px;
  line-height: 1.25;
  padding-right: 80px;
  position: relative;
}
.popularpost_item:first-child .vts_post_title a:before,
.popularpost_item:first-child:hover .vts_post_title a:before {
  right: 0;
  left: auto;
  text-align: center;
  height: auto;
  line-height: 1;
  width: 50px;
  font-size: 36px;
  border-radius: 0;
  background: none;
  border-left: 1px solid #eee;
  color: #d7d7d7;
  -webkit-animation: none;
}
.popularpost_meta {
  font-size: 11px;
  text-transform: uppercase;
  color: #a0a0a0;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# responsive
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .cat-home_sytle3 .row > .col-md-6:first-child {
    margin-bottom: 20px;
  }
}
.Product_PaginationContainer .pagination li a {
        color: #e91c27;
}
.Product_PaginationContainer .pagination > .active > a {
        background-color: #e91c27;
    border-color: #e91c27;    color: #fff;
}