@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Thin.woff2") format("woff2"), url("../fonts/Inter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraLight.woff2") format("woff2"), url("../fonts/Inter-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*======================================== config =================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin: 0px;
}

a {
  text-decoration: none;
  color: #000000;
  transition: 0.3s all !important;
}
a:hover {
  color: #12386D;
}

a:hover,
a:focus {
  text-decoration: none;
}

input {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

html {
  overflow-x: hidden;
}
html.open_menu {
  overflow: hidden;
}

body {
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Inter";
  font-weight: normal;
}
@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

.container {
  max-width: 1150px;
}

.slick-slider {
  margin-bottom: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none !important;
}

/*======================================== end config =================================*/
.head-top {
  background: #2A3D96;
}
@media (max-width: 1023px) {
  .head-top {
    display: none;
  }
}
.head-top a {
  color: #fff;
  display: flex;
  font-size: 16px;
  padding: 12px 0;
}
@media (max-width: 1023px) {
  .head-top a {
    font-size: 12px;
  }
}
.head-top ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head-top ul li {
  margin-right: 80px;
}
.head-top ul li:last-child {
  margin-right: 0;
}

.head-menu {
  display: none;
}
@media (max-width: 1023px) {
  .head-menu {
    display: block;
    padding: 6px 0;
    background: #ebebeb;
  }
}

.btn-bar {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btn-bar a {
  display: inline-flex;
  align-items: center;
}

#menu {
  display: none;
  z-index: 10;
}
#menu.mm-menu_opened {
  display: block;
}

footer {
  padding: 40px 0 0 0;
  background: url("../images/footer.png") no-repeat center;
  background-size: cover;
  color: #fff;
}
@media (max-width: 767px) {
  footer {
    padding: 24px 0 0 0;
  }
}
footer .title-fter {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
footer .maps {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  footer .maps {
    width: calc(100% + 30px);
    left: -15px;
    position: relative;
  }
}
footer .maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  footer .maps iframe {
    position: relative;
    height: 200px;
  }
}

.content-form {
  font-size: 14px;
}
@media (max-width: 767px) {
  .content-form {
    font-size: 12px;
    padding: 0 0 24px 0;
  }
}
.content-form .row {
  margin: 0 -10px;
}
.content-form .row .col-md-6, .content-form .row .col-md-12 {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .content-form .row .col-md-6, .content-form .row .col-md-12 {
    margin-bottom: 10px;
  }
}
.content-form .txt_form, .content-form select {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 0;
  padding: 0 16px;
  outline: none;
}
@media (max-width: 767px) {
  .content-form .txt_form, .content-form select {
    padding: 0 12px;
    height: 36px;
  }
}
.content-form .btn_form {
  width: 100%;
  height: 40px;
  background: #0178d6;
  border: 0;
  padding: 0 16px;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
}
.content-form textarea {
  width: 100%;
  height: 120px;
  background: #fff;
  border: 0;
  padding: 10px 16px;
  outline: none;
}

.social-fter {
  background: #c40711;
  margin-top: 40px;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .social-fter {
    margin: 0;
    padding: 6px 0;
  }
}
.social-fter ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-fter ul li {
  padding: 0 6px;
}

.item-blog {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #F7F7F7;
  color: #484848;
  display: flex;
}
@media (max-width: 767px) {
  .item-blog {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.item-blog:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.item-blog ul {
  list-style: none;
  display: flex;
}
.item-blog ul li {
  margin-right: 8px;
}
.item-blog ul li:last-child {
  margin-right: 0;
}
.item-blog .bott-blog {
  display: flex;
  align-items: center;
  line-height: 1;
}
.item-blog .bott-blog .left {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #DBDBDB;
}
@media (max-width: 767px) {
  .item-blog .bott-blog .left {
    margin-right: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  .item-blog .bott-blog img {
    width: 14px;
  }
}
.item-blog .vote {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #535556;
}
.item-blog .vote img {
  width: 16px;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .item-blog .vote img {
    width: 14px;
  }
}
.item-blog .top {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #C0C3C4;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .item-blog .top {
    font-size: 10px;
    margin-bottom: 4px;
  }
}
.item-blog .top .cate {
  color: #2A3D96;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .item-blog .top .cate {
    font-size: 10px;
  }
}
.item-blog .top .cate:after {
  content: "-";
  margin-left: 8px;
}
.item-blog .top .date {
  display: flex;
  align-items: center;
}
.item-blog .top .date img {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.item-blog h3 a {
  display: block;
  margin-bottom: 22px;
  position: relative;
  font-size: 24px;
}
@media (max-width: 1023px) {
  .item-blog h3 a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .item-blog h3 a {
    font-size: 14px !important;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.item-blog h3 a:after {
  content: "";
  width: 32px;
  height: 1px;
  background: #2A3D96;
  position: absolute;
  left: 0;
  bottom: -10px;
}
@media (max-width: 767px) {
  .item-blog h3 a:after {
    display: none;
  }
}
.item-blog .desc {
  margin-bottom: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .item-blog .desc {
    -webkit-line-clamp: 2;
    font-size: 12px;
    margin-bottom: 6px;
  }
}
.item-blog .avarta {
  flex: 0 0 260px;
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .item-blog .avarta {
    flex: 0 0 220px;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .item-blog .avarta {
    flex: 0 0 45% !important;
    margin-right: 10px !important;
  }
}
.item-blog .avarta .avr {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  padding-top: 69.696969697%;
}
@media (max-width: 767px) {
  .item-blog .avarta .avr {
    padding-top: 69.696969697% !important;
  }
}
.item-blog .avarta .avr img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .side-bar-blog {
    padding: 24px 0 0 0;
  }
}
.side-bar-blog .title-bar {
  text-align: center;
  color: #818181;
  font-size: 14px;
  border-radius: 4px;
  border: 2px solid #F7F7F7;
  padding: 14px 10px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .side-bar-blog .title-bar {
    margin-bottom: 15px;
    padding: 10px;
  }
}
.side-bar-blog .item-bar {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .side-bar-blog .item-bar {
    margin-bottom: 15px;
  }
}
.side-bar-blog .item-bar:last-child {
  margin-bottom: 0;
}

.follow-bar ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.follow-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F7F7F7;
  border-radius: 100%;
  background: #fff;
  width: 44px;
  height: 44px;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .follow-bar a {
    width: 36px;
    height: 36px;
  }
}
.follow-bar a:hover {
  background: #F7F7F7;
}

.category-bar ul {
  padding: 22px 16px;
  background: #F5F9F9;
  list-style: none;
}
.category-bar ul li {
  margin-bottom: 12px;
  position: relative;
}
.category-bar ul li:last-child {
  margin-bottom: 0;
}
.category-bar ul li span {
  color: #8B8D92;
  font-size: 14px;
  position: absolute;
  top: 1px;
  right: 0;
}
.category-bar a {
  color: #0935F9;
  display: block;
  position: relative;
  padding-right: 28px;
  padding-left: 10px;
}
.category-bar a:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #0935F9;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
}

.search-bar .txt_search {
  border-radius: 100px;
  border: 1px solid #F7F7F7;
  background: #FFF;
  width: 100%;
  font-size: 12px;
  padding: 12px;
}

.item-blog-bar {
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.item-blog-bar:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.item-blog-bar .avarta {
  flex: 0 0 76px;
  margin: 0 12px 0 0;
}
.item-blog-bar .avarta .avr {
  padding-top: 100%;
}
.item-blog-bar .top {
  margin-bottom: 8px;
}
.item-blog-bar h4 a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .item-blog-bar h4 a {
    font-size: 14px;
  }
}
.item-blog-bar .desc {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.tags-bar ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}
.tags-bar ul li {
  padding: 5px;
}
.tags-bar a {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 6px 14px;
  border: 1px solid #ebebeb;
}

.box-blog {
  padding: 48px 0;
}
@media (max-width: 767px) {
  .box-blog {
    padding: 24px 0;
  }
}

.box-content-avarta {
  padding: 0 0 48px 0;
}
@media (max-width: 767px) {
  .box-content-avarta {
    padding: 0 0 24px 0;
  }
}

.tab-skill {
  margin-bottom: 24px;
  font-size: 14px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .tab-skill {
    margin: 16px 0;
    overflow: auto;
  }
}
.tab-skill ul {
  list-style: none;
  display: flex;
}
@media (max-width: 767px) {
  .tab-skill ul {
    width: max-content;
  }
}
.tab-skill ul li {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .tab-skill ul li {
    margin-right: 10px;
  }
}
.tab-skill ul li:last-child {
  margin-right: 0;
}
.tab-skill a {
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #F7F7F7;
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
  height: 44px;
  min-width: 143px;
  justify-content: center;
}
@media (max-width: 767px) {
  .tab-skill a {
    font-size: 12px;
    height: 32px;
  }
}
.tab-skill a.active, .tab-skill a:hover {
  background: #2A3D96;
  color: #fff;
  border: 1px solid #2A3D96;
}

.title {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .title {
    font-size: 16px;
  }
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
@media (max-width: 1023px) {
  .tab-content .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .tab-content .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .tab-content .col-md-8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .tab-content .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 16px;
  }
}

.box-skill {
  margin-bottom: 48px;
}

.list-video {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .list-video {
    margin-top: 16px;
  }
}
.list-video .row {
  margin: 0 -12px;
}
@media (max-width: 767px) {
  .list-video .row {
    margin: 0 -7px;
  }
}
.list-video .row > div {
  padding: 0 12px;
}
@media (max-width: 767px) {
  .list-video .row > div {
    padding: 0 7px;
  }
}
.list-video .row .col-md-3 {
  margin-bottom: 24px;
}

.item-video .avarta {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  padding-top: 70.4980842912%;
  margin-bottom: 12px;
}
.item-video .avarta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .item-video .info img {
    width: 14px;
  }
}
.item-video .info h3 a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .item-video .info h3 a {
    font-size: 14px;
  }
}
.item-video .info ul {
  list-style: none;
  display: flex;
}
.item-video .info ul li {
  margin-right: 8px;
}
.item-video .info ul li:last-child {
  margin-right: 0;
}
.item-video .bott-blog {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-video .bott-blog .vote img {
  position: relative;
  top: -2px;
  margin-right: 6px;
}

.content-search {
  background: #F7F7F7;
  padding: 20px;
  font-size: 14px;
}
.content-search ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .content-search ul {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -5px;
  }
}
.content-search ul li {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .content-search ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 8px 5px;
  }
}
@media (max-width: 767px) {
  .content-search ul li:first-child, .content-search ul li:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.content-search input {
  height: 40px;
  padding: 0 16px;
  border-radius: 50px;
  max-width: 240px;
  width: 100%;
  border: 0;
  background: #fff;
  outline: none;
  font-size: 14px;
}
.content-search input.btn_search {
  cursor: pointer;
  background: #000935;
  color: #fff;
}
@media (max-width: 767px) {
  .content-search input.btn_search {
    max-width: 100%;
  }
}

.box-banner {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .box-banner {
    margin-bottom: 24px;
  }
}

.detail-content {
  line-height: 1.5;
  font-size: 16px;
}
@media (max-width: 767px) {
  .detail-content {
    font-size: 14px;
  }
}
.detail-content img {
  max-width: 100%;
  height: auto !important;
}
.detail-content p {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .detail-content p {
    margin-bottom: 18px;
  }
}
.detail-content h2, .detail-content h3, .detail-content h4, .detail-content h5, .detail-content h6 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .detail-content h2, .detail-content h3, .detail-content h4, .detail-content h5, .detail-content h6 {
    margin-bottom: 18px;
  }
}

.breadcrumbs-detail {
  padding: 24px 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .breadcrumbs-detail {
    display: none;
  }
}
.breadcrumbs-detail ul {
  list-style: none;
  display: flex;
}
.breadcrumbs-detail ul li {
  margin-right: 25px;
  position: relative;
}
.breadcrumbs-detail ul li:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #333333;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 2px);
  right: -14px;
}
.breadcrumbs-detail ul li:last-child {
  margin-right: 0;
}
.breadcrumbs-detail ul li:last-child:after {
  display: none;
}

.author-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .author-social {
    display: block;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ebebeb;
  }
}
.author-social ul {
  list-style: none;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .author-social ul {
    justify-content: center;
    margin-top: 16px;
  }
}
.author-social ul li {
  margin-right: 10px;
}
.author-social ul li:last-child {
  margin-right: 0;
}

.author:not(body) {
  display: flex;
  font-size: 12px;
  align-items: center;
  margin-top: 24px;
}
.author:not(body) .avarta {
  flex: 0 0 50px;
  margin-right: 12px;
}
.author:not(body) .avarta img {
  width: 100%;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.author:not(body) h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.detail-top h1 {
  font-size: 32px;
  font-weight: bold;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .detail-top h1 {
    font-size: 24px;
    font-weight: 600;
  }
}
.detail-top .cate-top a {
  font-size: 12px;
  font-weight: bold;
  color: #2a3d96;
}

.box-content-detail {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .box-content-detail {
    padding: 24px 0;
  }
}

.box-other-detail {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .box-other-detail {
    padding: 0 0 16px 0;
  }
}

.box-video {
  padding: 0 0 40px 0;
}
@media (max-width: 767px) {
  .box-video {
    padding: 0 0 16px 0;
  }
}

.lotrinh-content {
  padding: 32px;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
  background: url("../images/content-1.png") no-repeat center;
  background-size: cover;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .lotrinh-content {
    padding: 16px;
    margin-bottom: 24px;
  }
}
.lotrinh-content h3 {
  font-size: 32px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.4;
  color: #e0c96b;
  position: relative;
}
@media (max-width: 767px) {
  .lotrinh-content h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.lotrinh-content h3:after {
  content: "";
  width: 100px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: calc(50% - 50px);
  bottom: -24px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .lotrinh-content h3:after {
    width: 70px;
    height: 2px;
    left: calc(50% - 35px);
    bottom: -15px;
  }
}

/*# sourceMappingURL=style.css.map */

.item-frm .wpcf7-not-valid-tip {
    color: #fff;
    font-style: italic;
    font-size: 12px;
    margin-top: 6px;
}

.item-frm p {
    position: relative;
}

.item-frm .wpcf7-spinner {
    margin: 0;
    position: absolute;
    top: calc(50% - 12px);
    right: 12px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.content-search ul li p {
    position: relative;
}

.content-search ul li p span.wpcf7-not-valid-tip {
    font-size: 12px;
    font-style: italic;
    position: absolute;
    bottom: -29px;
    left: 0;
}

.content-search ul li p span.wpcf7-spinner {
    margin: 0;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
}

.content-search input.btn_search {
    width: 180px;
}

.content-search {
    position: relative;
}

.content-search .wpcf7 form .wpcf7-response-output {
  display: none;
}
.content-search .wpcf7 form.sent .wpcf7-response-output {
    display: block;
    color: #46b450;
}
.author-social {
    margin-top: 24px;
}

.author {
    margin: 0;
}
.detail-content ul {
    padding-left: 18px;
}
.follow-bar ul {
    justify-content: center;
    margin: 0 -5px;
}

.follow-bar ul li {
    padding: 0 5px;
}
.pagination {
    margin-top: 40px;
}

.pagination ul {
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin: 0 -5px;
}

.pagination ul a, .pagination ul span {
    display: flex;
    width: 36px;
    height: 36px;
    border: 1px solid #ebebeb;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 14px;
}

.pagination ul li {
    padding: 0 5px;
}

.pagination ul span.current {
    border: 1px solid #0178d6;
    background: #0178d6;
    color: #fff;
}
.social-fixed ul {
    list-style: none; 
}

.social-fixed ul li {
    margin-bottom: 12px;
}

.social-fixed ul li:last-child {
    margin-bottom: 0;
}

.social-fixed ul li img {
    width: 40px;
}

.social-fixed {
    position: fixed;
    bottom: 60px;
    right: 15px;
    z-index: 10;
}
.item-blog h3 a:hover {
    color: #e50022;
}

.item-blog .avarta .avr img {transition: .4s all  !important;}

.item-blog .avarta .avr img:hover {
    transform: scale(1.06);
}

.item-video .avarta img {
    transition: .4s all !important;
}

.item-video .avarta img:hover {
    transform: scale(1.06);
}

.item-blog-bar h4 a:hover {
    color: #e50022;
}

.content-search input.btn_search:hover {
    background: #e50022;
}

.content-form .btn_form:hover {
    background: #e50022;
}

.head-top a:hover {
    color: #e50022;
}
.social-left ul {
    list-style: none;
    text-align: center;
    background: #ff1616;
    width: 44px;
    padding: 16px 10px;
    border-radius: 40px;
}

.social-left ul li {
    margin-bottom: 12px;
}

.social-left ul li:last-child {
    margin-bottom: 0;
}

.social-left {
    position: fixed;
    bottom: 60px;
    left: 15px;
    z-index: 10;
}
.h-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h-menu .logo {
    margin-right: 20px;
}

.h-menu .logo img {
    max-width: 200px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.h-menu .logo a {
    padding: 5px 0;
}
@media (max-width: 1200px) {
  .head-top ul li {
      margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .content-search input.btn_search {
      width: 100%;
  }

  .content-search ul li p span.wpcf7-not-valid-tip {
      bottom: 0;
      position: relative;
      font-weight: 500;
      margin-top: 5px;
  }

  .content-search ul li {
      flex: 0 0 100%;
      max-width: 100%;
  }

  .content-search input {
      max-width: 100%;
  }
  .content-footer .wpcf7 form .wpcf7-response-output {
      padding-bottom: 16px !important;
      margin-top: 0 !important;
  }
}