* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: unset;
}
a:hover {
  text-decoration: unset;
}

img {
  max-width: 100%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.clear {
  clear: both;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #383b3d;
}

.is_mobile {
  display: none !important;
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  left: 0;
  background: #fff;
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
  z-index: 9999;
}
header .row {
  align-items: center;
}
header .logo img {
  max-width: 160px;
}
header .main-menu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  font-size: 15px;
}
header .main-menu ul li a {
  color: #424242;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 4px;
}
header .main-menu ul li a:hover {
  color: #225be5;
}
header .main-menu ul li:last-child a {
  background: #225be5;
  color: #fff;
}

.top-home {
  padding: 12px 0;
}
.top-home .row {
  align-items: center;
}
.top-home h1 {
  font-size: 25px;
  color: #383b3d;
  font-weight: 600;
  margin-bottom: 15px;
}
.top-home h2 {
  color: #000964;
  font-size: 40px;
  font-weight: 600;
  margin: 10px 0;
  height: 50px;
}
.top-home p {
  font-size: 16px;
  font-weight: 300;
}
.top-home .top-i {
  text-align: center;
}
.top-home form {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.top-home form p {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.top-home form span.wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.top-home form span.wpcf7-form-control-wrap .wpcf7-form-control {
  height: 50px;
  border: 1px solid #ededed;
  font-size: 16px;
  padding-left: 10px;
  border-radius: 10px;
  width: 100%;
}
.top-home form span.wpcf7-form-control-wrap .wpcf7-form-control:focus {
  outline: none;
}
.top-home form button {
  background-color: #383b3d;
  color: #fff;
  border-radius: 10px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #383b3d;
}
.top-home form button:focus {
  outline: none;
}

.list-tabs-search h3 {
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 20px;
}
.list-tabs-search ul {
  text-align: center;
}
.list-tabs-search ul li {
  display: inline-block;
  margin: 5px;
}
.list-tabs-search ul li a {
  display: inline-block;
  padding: 5px 12px;
  background: #77d1f3;
  border-radius: 4px;
  color: #000;
  font-size: 13px;
  border: 2px solid #77d1f3;
  transition: all 0.3s;
  cursor: pointer;
}
.list-tabs-search ul li a label {
  cursor: pointer;
}
.list-tabs-search ul li a:hover {
  border-color: #44afd8;
  transition: all 0.3s;
}

.search-home {
  margin-top: 30px;
}
.search-home .form {
  position: relative;
}
.search-home .form input {
  width: 100%;
  height: 40px;
  border: 1px solid #383b3d;
  padding-left: 40px;
  border-radius: 8px;
}
.search-home .form input:focus {
  outline: none;
}
.search-home .form span {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  padding-left: 10px;
  z-index: 2px;
  line-height: 40px;
}

.sub-section {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0;
}

.sub-section h4 {
  font-size: 30px;
  font-weight: 600;
}

.sub-section p {
  font-size: 16px;
}

.form-section form.wpcf7-form {
  max-width: 100%;
  position: relative;
  border-radius: 8px;
}

.form-section form.wpcf7-form input {
  height: 50px;
  position: relative;
}

.form-section form.wpcf7-form button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  height: 50px;
  width: 120px;
  border: 1px solid #333;
  background: #333;
  color: #fff;
  font-size: 14px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.form-section form.wpcf7-form p {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.sub-section > p {
  margin: 25px 0;
}

.list-tool {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
  margin: 40px 0;
}
.list-tool .col-box {
  border-color: rgb(240, 240, 244);
  border-radius: 0.5rem;
  box-shadow: rgba(17, 17, 17, 0.04) 0px 0px 6px 0px, rgba(17, 17, 17, 0.04) 0px 4px 8px 0px;
  border: 1px solid #ededed;
  overflow: hidden;
}
.list-tool .col-box img:hover {
  opacity: 0.8;
}
.list-tool .info-tool-small {
  padding: 20px 10px;
  padding-bottom: 10px;
}
.list-tool .info-tool-small h4 a {
  font-weight: 600;
  color: #383b3d;
}
.list-tool .info-tool-small h4 a:hover {
  color: #225be5;
}
.list-tool .info-tool-small .cate a {
  display: inline-block;
  padding: 4px 10px;
  font-size: 13px;
  border-radius: 4px;
  border: 1px solid #ededed;
  color: #555;
  margin-right: 10px;
  margin-bottom: 10px;
}
.list-tool .info-tool-small .cate a:hover {
  color: #225be5;
  border-color: #225be5;
}
.list-tool .info-tool-small .more {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-tool .info-tool-small .more a {
  display: inline-block;
  padding: 8px 12px;
  background: #383b3d;
  color: #fff;
  border-radius: 4px;
}
.list-tool .info-tool-small .more a:hover {
  background: #225be5;
}
.list-tool .info-tool-small .more div {
  display: flex;
  align-items: center;
  gap: 6px;
}
.list-tool .info-tool-small .more div svg {
  height: 16px;
}

.breadcrumb {
  padding: 15px 0;
}
.breadcrumb p {
  margin-bottom: 0;
}
.breadcrumb p a {
  color: #225be5;
}
.breadcrumb p svg {
  font-size: 13px;
  margin: 0 5px;
  color: #225be5;
}

.quatrang {
  text-align: center;
  margin-bottom: 20px;
}
.quatrang .page-numbers {
  padding: 7px 15px;
  border: 1px solid #225be5;
  display: inline-block;
  border-radius: 4px;
  margin: 0 5px;
  color: #225be5;
  transition: all 0.3s;
}
.quatrang .page-numbers.current {
  transition: all 0.3s;
  color: #225be5;
  border-color: #225be5;
}
.quatrang a:hover {
  transition: all 0.3s;
  color: #225be5;
  border-color: #225be5;
}

footer .row {
  align-items: center;
}
footer .row img {
  width: 160px;
}
footer .row .menu-footer {
  text-align: right;
}
footer .row .menu-footer li {
  display: inline-block;
}
footer .row .menu-footer a {
  display: inline-block;
  padding-left: 30px;
  color: #383b3d;
  font-weight: 300;
  font-size: 13px;
}
footer .row .menu-footer a:hover {
  color: #225be5;
}
footer .copy-right {
  padding-top: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ededed;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .copy-right svg {
  height: 16px;
}
footer .copy-right svg path {
  fill: #383b3d;
}
footer .copy-right .social a {
  display: inline-block;
  padding-left: 5px;
}
footer .copy-right .social a:hover svg path {
  fill: #225be5;
}

.single-tool h1 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 38px;
}
.single-tool .desc-single {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.single-tool .thumb-single {
  margin-bottom: 20px;
}
.single-tool .thumb-single img {
  width: 100%;
  margin-top: 10px;
}
.single-tool .list-category {
  display: flex;
  gap: 15px;
}
.single-tool .list-category a {
  color: #333;
  display: inline-block;
  border: 1px solid #ededed;
  padding: 5px 12px;
  border-radius: 6px;
}
.single-tool .list-category a:hover {
  color: #225be5;
  border-color: #225be5;
}
.single-tool .content-single {
  margin: 30px 0;
  font-size: 16px;
}
.single-tool .content-single ul li {
  margin-bottom: 10px;
}
.single-tool .content-single ul li::before {
  width: 6px;
  height: 6px;
  background: #225be5;
  border-radius: 50%;
  content: "";
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 7px;
}
.single-tool .more-link a {
  display: inline-block;
  padding: 10px 30px;
  background: #225be5;
  color: #fff;
  border-radius: 8px;
}
.single-tool .more-link {
  text-align: center;
  margin-bottom: 20px;
}

.one-post img {
  border-radius: 10px;
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.info-post {
  padding: 20px 10px;
}

.info-post h4 a {
  color: #3b3b3b;
  font-weight: 700;
}

.info-post h4 a:hover {
  color: #225be5;
}

.info-post p {
  font-size: 16px;
}

.box-author {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 10px;
}

.box-author > span {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #94b4ff;
  text-align: center;
  border-radius: 50%;
}

.info-ad .meta {
  display: flex;
  gap: 10px;
}

.info-ad .meta svg {
  height: 17px;
}

.info-ad .meta > div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.info-ad .meta svg path {
  fill: #202d4e;
}

.info-ad > a {
  text-transform: capitalize;
  font-weight: 600;
  color: #555;
  display: inline-block;
}

.info-ad .meta span {
  font-size: 13px;
}

.news-box .info-post h4 {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

.news-box img {
  height: 200px;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.news-box .info-post {
  padding: 10px;
}

.news-box .info-post h4 a {
  font-weight: 600;
}

.news-box img:hover {
  opacity: 0.8;
}

.box-item-news {
  margin-bottom: 20px;
}

.section-top-post {
  background: rgb(248, 250, 252);
  padding-top: 50px;
  padding-bottom: 30px;
}

.section-top-post img:hover {
  opacity: 0.8;
}

.news-box img:hover {
  opacity: 0.8;
}

.section-text {
  background: #fff;
  padding: 40px 0;
  text-align: center;
  border-top: 1px solid rgb(229, 231, 235);
  border-bottom: 1px solid rgb(229, 231, 235);
}
.section-text p {
  margin-bottom: 0;
}

.thumb-single img {
  width: 100%;
}

.article-single {
  max-width: 900px;
  margin: 40px auto;
}

.article-single h1 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.meta-single {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
.meta-single > div {
  display: flex;
  align-items: center;
}
.meta-single > div::after {
  width: 4px;
  height: 4px;
  background: #ededed;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-left: 4px;
}
.meta-single > div:last-child::after {
  display: none;
}
.meta-single span.avt {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  background: #96b5ff;
  color: #fff;
  border-radius: 50%;
  margin-right: 5px;
}
.meta-single .author span {
  text-transform: capitalize;
  font-weight: 600;
}
.meta-single .read {
  display: flex;
  gap: 3px;
  align-items: center;
}
.meta-single .read svg {
  height: 16px;
}

article.post {
  font-size: 16px;
}

article.post p {
  line-height: 27px;
  margin-bottom: 20px;
}

article.post h2, article.post h3, article.post h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

article.post li {
  margin-bottom: 15px;
  list-style: disc;
}

article.post ul {
  padding-left: 2rem;
}

form.wpcf7-form.init {
  max-width: 500px;
  margin: 0 auto;
}

form.wpcf7-form.init label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
}

span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

form.wpcf7-form.init br {
  display: none;
}

span.wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  min-height: 36px;
  border: 1px solid #a4a4a4;
  border-radius: 4px;
  padding-left: 15px;
  font-size: 14px;
}

span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
  height: 130px;
}

span.wpcf7-form-control-wrap .wpcf7-form-control:focus {
  outline: none;
}

span.wpcf7-spinner {
  display: block;
}

input.wpcf7-form-control.wpcf7-submit {
  display: block;
  width: 100px;
  margin: 0 auto;
  font-size: 14px;
  border: 1px solid #333;
  padding: 5px;
  background: #333;
  color: #fff;
  border-radius: 6px;
}

.menu-mobile {
  display: none;
}

.title-cate {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.col-bar {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
}

.col-bar select {
  border-radius: 30px;
  padding: 4px 30px;
  background: #ededed;
  font-size: 14px;
  border: 1px solid #c1c1c1;
}

.wp-caption.aligncenter {
  max-width: 100%;
}

@media (max-width: 991px) {
  .list-tool {
    grid-template-columns: repeat(2, 1fr);
  }
  .list-tabs-search ul li {
    margin: 2px;
  }
  .text-top-sec {
    text-align: center;
  }
  .top-home h2 {
    margin: 20px 0;
  }
  .top-home form {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .list-tool {
    grid-template-columns: repeat(1, 1fr);
  }
  .col-12.col-lg-6.image-top {
    display: none;
  }
  .menu-mobile {
    display: block;
  }
  .main-menu {
    position: fixed;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    padding-top: 59px;
    right: -100%;
    transition: all 0.3s;
  }
  header .main-menu ul {
    display: block;
    background: rgba(255, 255, 255, 0.8509803922);
    width: 100%;
    height: 100%;
    padding-left: 15px;
  }
  .menu-mobile {
    width: 27px;
    height: 24px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    cursor: pointer;
    float: right;
  }
  .menu-mobile span {
    display: block;
    width: 100%;
    height: 1px;
    background: #2663eb;
    transition: all 0.3s;
  }
  .menu-mobile.active span {
    transform: rotate(45deg);
    position: relative;
    transition: all 0.3s;
    top: -6px;
  }
  .menu-mobile.active span:last-child {
    display: none;
  }
  .menu-mobile.active span:first-child {
    transform: rotate(-45deg);
    top: 6px;
  }
  .main-menu.active {
    right: 0;
    transition: all 0.3s;
  }
  .one-post img {
    height: auto;
  }
}
@media (max-width: 500px) {
  footer .copy-right {
    display: block;
    text-align: center;
  }
  .top-home form {
    padding: 0 10px;
  }
  .top-home form span.wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;
  }
  .top-home form span.wpcf7-form-control-wrap {
    width: calc(100% - 120px);
  }
  article.post li a {
    display: inline-block;
  }
}

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