:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-grey: #cccccc;
  --color-light-grey: #eeeeee;
}
.elementorContent b,
.elementorContent h1,
.elementorContent h2,
.elementorContent h3,
.elementorContent h4,
.elementorContent h5,
.elementorContent h6,
.elementorContent strong {
  font-weight: 700;
}
.navSearch .searchBox li,
.sw-lang li {
  list-style: none;
}
.scBannerHero {
  position: relative;
}
.scBannerHero .txtBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.scBannerHero .txtBox .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
.scBannerHero .txtBox h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.scBannerHero .txtBox h1 {
  color: #fff;
}
.scBannerHero .txtBox p {
  text-align: center;
  color: #ffffff;
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social > p {
  display: inline-block;
}
.social .heateor_sss_sharing_container {
  display: inline-block;
}
.heateor_sss_sharing_ul svg {
  background-color: #fff;
}
.heateor_sss_sharing_ul svg path {
  fill: #000;
}
.elementorContent h1 {
  font-weight: 700;
}
.elementorContent h2 {
  font-weight: 700;
  font-size: 30px !important;
  line-height: 51px !important;
}
.elementorContent h3 {
  font-weight: 700;
  font-size: 24px !important;
  line-height: 40px !important;
}
.elementorContent h4 {
  font-weight: 700;
  font-size: 20px !important;
  line-height: 32px !important;
}
.elementorContent h5 {
  font-weight: 700;
}
.elementorContent h6 {
  font-weight: 700;
}
.elementorContent p {
  font-size: 20px !important;
  line-height: 32px !important;
}
.elementorContent b {
  font-weight: 700;
}
.elementorContent strong {
  font-weight: 700;
}
.postCat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tagsWrapper .listSubCat li {
  margin-bottom: 0 !important;
}
.latestNews-Blog .innerBlog .blogContent .wrapper,
.latestNews-Blog .innerBlog .blogContent .wrapper .content {
  height: auto !important;
}
.innerBlog .blogContent .wrapper .tagsWrapper {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
#media .listSubCat li:first-child {
  display: none !important;
}
.tagsWrapper .listSubCat li:nth-child(2) {
  padding-left: 0 !important;
}
.tagsWrapper .listSubCat li:nth-child(2):before {
  display: none;
}
.bannerHero .tagsWrapper .listSubCat li:first-child {
  padding-left: 17px !important;
  position: relative;
}
.bannerHero .tagsWrapper .listSubCat li:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 1px;
  background: -webkit-gradient(linear, left bottom, left top, from(#00a6ff), color-stop(50%, #ff00a6), to(red));
  background: linear-gradient(0deg, #00a6ff 0%, #ff00a6 50%, red 100%);
}
.bannerHero .tagsWrapper .listSubCat li a:hover {
  background: #ff0000;
  background: -webkit-gradient(linear, left top, right top, from(red), color-stop(50%, #ff00a6), to(#00a6ff));
  background: linear-gradient(to right, red 0%, #ff00a6 50%, #00a6ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bannerHero .tagsWrapper .listSubCat li a:visited {
  color: inherit;
}
.relateArticle .tagsWrapper .listSubCat li:first-child {
  padding-left: 17px !important;
  position: relative;
}
.relateArticle .tagsWrapper .listSubCat li:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 1px;
  background: -webkit-gradient(linear, left bottom, left top, from(#00a6ff), color-stop(50%, #ff00a6), to(red));
  background: linear-gradient(0deg, #00a6ff 0%, #ff00a6 50%, red 100%);
}
.page-search .tagsWrapper .listSubCat li:first-child {
  padding-left: 17px !important;
  position: relative;
}
.page-search .tagsWrapper .listSubCat li:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 1px;
  background: -webkit-gradient(linear, left bottom, left top, from(#00a6ff), color-stop(50%, #ff00a6), to(red));
  background: linear-gradient(0deg, #00a6ff 0%, #ff00a6 50%, red 100%);
}
.page-search a:hover {
  background: #ff0000;
  background: -webkit-gradient(linear, left top, right top, from(red), color-stop(50%, #ff00a6), to(#00a6ff));
  background: linear-gradient(to right, red 0%, #ff00a6 50%, #00a6ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-search a:visited {
  color: inherit;
}
.single-post .postCat .tagsWrapper a {
  color: inherit;
}
.single-post .tagsWrapper .listSubCat li:first-child {
  padding-left: 17px !important;
  position: relative;
}
.single-post .tagsWrapper .listSubCat li:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 1px;
  background: -webkit-gradient(linear, left bottom, left top, from(#00a6ff), color-stop(50%, #ff00a6), to(red));
  background: linear-gradient(0deg, #00a6ff 0%, #ff00a6 50%, red 100%);
}
.single-post .tagsWrapper .listSubCat li a:hover {
  background: #ff0000;
  background: -webkit-gradient(linear, left top, right top, from(red), color-stop(50%, #ff00a6), to(#00a6ff));
  background: linear-gradient(to right, red 0%, #ff00a6 50%, #00a6ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.single-post .tagsWrapper .listSubCat li a:visited {
  color: inherit;
}
.boxTag a:visited {
  color: inherit;
}
.tab-content:not(#media) .tagsWrapper .listSubCat li:first-child {
  padding-left: 17px !important;
  position: relative;
}
.tab-content:not(#media) .tagsWrapper .listSubCat li:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 1px;
  background: -webkit-gradient(linear, left bottom, left top, from(#00a6ff), color-stop(50%, #ff00a6), to(red));
  background: linear-gradient(0deg, #00a6ff 0%, #ff00a6 50%, red 100%);
}
.tab-content:not(#media) .tagsWrapper .listSubCat li a:hover {
  background: #ff0000;
  background: -webkit-gradient(linear, left top, right top, from(red), color-stop(50%, #ff00a6), to(#00a6ff));
  background: linear-gradient(to right, red 0%, #ff00a6 50%, #00a6ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tab-content:not(#media) .tagsWrapper .listSubCat li a:visited {
  color: inherit;
}
.tab-content#media .tagsWrapper .listSubCat li a:hover {
  background: #ff0000;
  background: -webkit-gradient(linear, left top, right top, from(red), color-stop(50%, #ff00a6), to(#00a6ff));
  background: linear-gradient(to right, red 0%, #ff00a6 50%, #00a6ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tab-content#media .tagsWrapper .listSubCat li a:visited {
  color: inherit;
}
.innerBlog .boxPin .content .title:visited {
  color: inherit;
}
.navSearch .searchBox ul {
  padding: 0;
  margin: 0;
}
.navSearch .searchBox li {
  list-style: none;
}
.navSearch input[type="text"] {
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  width: 240px;
  height: 45px;
  line-height: 1;
  border-radius: 8px;
  background: url("../images/icons/icoSearch.svg") 15px center/20px auto no-repeat;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px 0 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 100px;
  color: var(--color-black);
  border: 1px solid var(--color-grey);
  position: absolute;
  right: 0;
  z-index: 10;
  background-color: var(--color-white);
  top: -10px;
}
.blogContentTop:visited {
  color: var(--color-black);
}
.boxRelateArticle a:visited {
  color: #000;
}
.relateArticle .boxRelateArticle .linkThumbnail {
  position: relative;
  display: block;
  height: 235px;
  overflow: hidden;
  border-radius: 8px;
}
.relateArticle .boxRelateArticle img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto !important;
  height: 235px !important;
  max-width: none;
}
.relateArticle .boxRelateArticle .tMainCat {
  position: relative;
  padding-right: 24px;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, red), color-stop(50%, #ff00a6), color-stop(90%, #00a6ff));
  background: linear-gradient(90deg, red 10%, #ff00a6 50%, #00a6ff 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.relateArticle .boxRelateArticle .bgGradientVer {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 1px;
  margin: 0px 8px;
  background: -webkit-gradient(linear, left bottom, left top, from(#00a6ff), color-stop(50%, #ff00a6), to(red));
  background: linear-gradient(0deg, #00a6ff 0%, #ff00a6 50%, red 100%);
}
.boxRelateArticle .tagsWrapper {
  padding-top: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tagsWrapper .tMainCat i {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 1px;
  margin: 0 8px;
}
.tagsWrapper .listSubCat li {
  margin-bottom: 8px;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  float: left;
  padding-right: 4px;
}
.tagsWrapper .listSubCat li:nth-child(n + 2) {
  padding-left: 8px;
}
.tagsWrapper .listSubCat li:last-child {
  padding-right: 0;
}
.tagsWrapper .listSubCat li:nth-child(n + 2):before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #cccccc;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.postCat .tagsWrapper {
  padding-top: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.postCat .tagsWrapper a {
  color: #fff;
}
.postCat .tagsWrapper a:visited {
  color: #fff;
}
.boxRelateArticle .title {
  text-overflow: ellipsis;
  height: 56px;
  overflow: hidden;
}
.navSearch {
  width: 100%;
}
.navSearch input[type="text"] {
  position: static;
}
.searchInner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.searchandfilter > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.searchandfilter > ul > li {
  list-style: none;
}
.searchandfilter .sf-field-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .searchandfilter .sf-field-category ul {
    margin-top: 10px;
  }
}
.searchandfilter .sf-field-category li {
  padding: 0;
  margin-right: 16px;
}
.searchandfilter .sf-field-category li.sf-item-0 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}
.searchandfilter .sf-field-category li.sf-item-147 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}
.searchandfilter .sf-field-category li.sf-item-161 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}
.searchandfilter .sf-field-category li.sf-item-143 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}
.searchandfilter .sf-field-category li.sf-item-4 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}
.searchandfilter .sf-field-category li.sf-item-5 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}
.searchandfilter .sf-field-category li.sf-item-6 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}
@media only screen and (min-width: 768px) {
  .searchandfilter .sf-field-category li {
    margin-right: 32px;
  }
}
.searchandfilter .sf-field-category li input[type="radio"] {
  display: none;
}
.searchandfilter .sf-field-category li label {
  color: var(--color-black);
  padding-bottom: 4px;
  position: relative;
  z-index: 0;
  font-size: 16px;
  line-height: 24px;
  padding-left: 0;
  font-weight: normal;
  cursor: pointer;
}
.searchandfilter .sf-field-category li label::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, red), color-stop(50%, #ff00a6), color-stop(90%, #00a6ff));
  background: linear-gradient(90deg, red 10%, #ff00a6 50%, #00a6ff 90%);
  -webkit-text-fill-color: transparent;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.searchandfilter .sf-field-category li label:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, red), color-stop(50%, #ff00a6), color-stop(90%, #00a6ff));
  background: linear-gradient(90deg, red 10%, #ff00a6 50%, #00a6ff 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.searchandfilter .sf-field-category li label:hover::before {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .searchandfilter .sf-field-category li label {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
.searchandfilter .sf-field-category li.sf-option-active label {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, red), color-stop(50%, #ff00a6), color-stop(90%, #00a6ff));
  background: linear-gradient(90deg, red 10%, #ff00a6 50%, #00a6ff 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.searchandfilter .sf-field-category li.sf-option-active label::before {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .navSearch .sf-field-search {
    position: absolute;
    top: -12px;
    right: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
  }
  .navSearch .sf-field-search.active {
    width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .page-search .scSearch {
    margin-bottom: 30px !important;
  }
}
.latestNews-Blog .innerBlog .blogContent .wrapper .images a {
  position: relative;
  display: block;
  height: 235px;
  overflow: hidden;
}
.latestNews-Blog .innerBlog .blogContent .wrapper .images img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto !important;
  height: 235px !important;
}
.latestNews-Blog .blogRecommend .blogContent .wrapper .images a {
  height: 365px;
}
.latestNews-Blog .blogRecommend .blogContent .wrapper .images img {
  height: 365px !important;
}
.page-template-page-media .latestNews-Blog .innerBlog .blogContent .wrapper .images img {
  position: static;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 100% !important;
  height: 100% !important;
}
.owl-carousel .owl-item > div {
  position: relative;
}
.owl-carousel .owl-item .txtBox h2 a:visited {
  color: inherit;
}
.tab-content {
  display: none;
  position: relative;
}
.tab-content .btnViewAll {
  position: absolute;
  top: -57px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .tab-content .btnViewAll {
    position: static;
    text-align: center;
    margin-bottom: 20px;
  }
}
.blogRecommend.innerBlog .boxPin .content .title:visited {
  color: #000;
}
.listSub li:first-child {
  display: none !important;
}
.listSub li a:visited {
  color: #000;
}
.listSub li a:hover {
  text-decoration: none;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(45deg, rgba(255, 0, 0, 0.5) 10%, rgba(255, 0, 166, 0.5) 50%, rgba(0, 166, 255, 0.5) 90%);
}
.row-gallery .thumbPhotoWrapper {
  display: block;
  height: 235px;
  text-align: center;
  border: 1px solid var(--solid-grey, #ccc);
}
.row-gallery .thumbPhotoWrapper img {
  display: inline-block;
  height: 100%;
}
#media .images {
  position: relative !important;
}
#media .images img {
  position: static !important;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.btnNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btnNav li:not(:first-child) a {
  margin: 0;
}
.btnNav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 4px;
  padding: 2px;
  position: relative;
  overflow: hidden;
  background-color: var(--color-grey);
}
.btnNav li.btnPrev {
  background-color: transparent;
}
.btnNav li.btnNext {
  background-color: transparent;
}
.btnNav li .sr-only {
  display: none;
}
.btnNav li:not(.btnPrev, .btnNext):after {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -webkit-transform: rotate(-180deg) scale(1.5);
  transform: rotate(-180deg) scale(1.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  background: linear-gradient(50deg, red 21.61%, #ff00a6 50%, #00a6ff 78.39%);
}
.btnNav .page-item:first-child {
  border: none;
  padding: 0;
  background: none;
}
.btnNav .page-item:first-child::after {
  display: none;
}
.btnNav .page-item:last-child {
  border: none;
  padding: 0;
  background: none;
}
.btnNav .page-item:last-child::after {
  display: none;
}
.btnNav li:hover::after,
.btnNav li.active::after {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1.5);
  transform: rotate(0deg) scale(1.5);
}
.btnNav li:hover .page-link,
.btnNav li.active .page-link {
  background: var(--color-white);
}
.btnNav li:hover .page-link span,
.btnNav li.active .page-link span {
  background: #ff0000;
  background: -webkit-gradient(linear, left top, right top, from(red), color-stop(50%, #ff00a6), to(#00a6ff));
  background: linear-gradient(to right, red 0%, #ff00a6 50%, #00a6ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btnNav .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  color: var(--color-black);
  background: var(--color-white);
  padding: 0;
  height: 100%;
  border: none;
  margin: 0;
}
.btnNav .page-link span {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  color: var(--color-black);
  background: var(--color-white);
}
.btnNav li {
  position: relative;
}
.btnNav li .next,
.btnNav li .prev {
  text-indent: -99999px;
  color: var(--color-white);
}
.btnNav li .prev:before,
.btnNav li .next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../images/icons/icoNav.svg") no-repeat;
  width: 9px;
  height: 15px;
  background-size: 100% auto;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btnNav li .next {
  border: transparent !important;
}
.btnNav li .next:before {
  -webkit-transform: rotate(180deg) translate(50%, 50%);
  transform: rotate(180deg) translate(50%, 50%);
}
.btnNav .prev {
  border: transparent !important;
}
.page-search .innerBlog .blogContent .wrapper .images {
  text-align: center;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #fafafd;
}
.sw-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}
.sw-lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sw-lang li {
  position: relative;
}
.sw-lang li:last-child {
  border-right: none;
  border-radius: 12px 0 0 12px;
}
.sw-lang li.current-lang {
  font-family: ibm_plex_sans_thai_semiboldRg;
  border: none;
}
.sw-lang li.current-lang::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7px;
  right: 7px;
  height: 3px;
  background: var(--gradient-true-dtac-button, linear-gradient(50deg, red 10%, #ff00a6 50%, #00a6ff 90%));
}
.sw-lang a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 32px;
  color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 767px) {
  .navSearch .searchBox {
    max-width: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .site {
    overflow: hidden;
  }
}
.post-template-single-blank .page-content,
.post-template-single-blank .entry-content,
.post-template-single-blank .entry-summary {
  margin: 0 !important;
}
