@charset "UTF-8";
body {
  color: #000B37;
}

h1, h2, h3, h4, h5, h6 {
  color: #000B37;
}

a {
  color: #000B37;
}
a:visited {
  color: #000B37;
}
a:hover {
  color: #D9212E;
}
a:focus, a :hover, a :active {
  outline: none;
}

p {
  margin-bottom: 0.3rem;
}

.form-check-input:checked {
  background-color: #000b37;
  border-color: #000b37;
}

.entry-content a {
  text-decoration: none;
  background-image: linear-gradient(90deg, #ffe975, #f2d440);
  background-position: bottom;
  background-size: 100% 50%;
  background-repeat: no-repeat;
}
.entry-content a:hover {
  background-size: 100% 10%;
}
.entry-content img {
  margin-top: 1.5em;
}

ul {
  margin: 0px;
  padding-left: 1.1rem;
}

ol {
  margin: 0px;
  padding-left: 0rem;
}

main, .widget-area {
  margin-top: 40px;
}

.entry-header h1 {
  color: #000B37;
  font-weight: 700;
}
.entry-header h1 a {
  text-decoration: none;
}

input {
  outline: none;
}

figure.wp-block-image {
  margin-bottom: 30px;
}
figure.wp-block-image figcaption {
  font-size: 15px;
  text-align: center;
  margin-top: 15px;
  color: #515877;
  font-style: italic;
}

.topbar {
  background: #ff2a82;
  line-height: 15px;
  border-bottom: 4px solid #fed631;
}
.topbar ul li {
  display: inline-block;
  padding-right: 8px;
}
.topbar a {
  padding: 7px 0px 5px 0px;
}
.topbar a:hover {
  text-decoration: underline;
}
.topbar ul, .topbar a, .topbar p, .topbar strong {
  float: right;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 13px;
  text-decoration: none;
}

.site-header {
  background: #000B37;
  color: #FED631;
}
.site-header .site-title {
  line-height: 0.5em;
}
.site-header .site-title a {
  color: #FED631;
  text-decoration: none;
  font-size: 28px;
  font-weight: 600;
}
.site-header .site-logorow {
  padding: 30px 0px 30px 0px;
}

#primary-menu {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px dashed #2b355e;
}

.main_menu li, .menu-main-menu-container li {
  margin-right: 20px;
}
.main_menu li:last-child, .menu-main-menu-container li:last-child {
  margin-right: 0px;
}
.main_menu a, .menu-main-menu-container a {
  color: #FED631;
  font-size: 15px;
  font-weight: 600;
}

.main-navigation ul ul {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px;
  position: absolute;
  left: -999em;
  z-index: 99999;
  padding: 0px 10px;
}

@media screen and (min-width: 768px) {
  .main-navigation ul ul {
    display: block;
    background: #000B37;
    border: 4px solid #e1e3ea;
  }
}
.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  line-height: 26px;
  padding-top: 12px;
  padding-bottom: 9px;
  position: relative;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: Arial;
  font-size: 16px;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 1px;
  text-decoration: none;
}
.main-navigation a:hover {
  text-decoration: underline;
}

.main-navigation ul ul a {
  width: 210px;
}

.main-navigation .nav-menu > li.menu-item-has-children > ul li a {
  font-size: 15px;
  color: rgb(255, 255, 255);
  text-transform: initial;
  text-shadow: none;
  padding: 7px 5px;
}

.menu-item-has-children > a::after {
  content: "\f347";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 17px/1 "dashicons";
  padding-top: 6px;
  padding-left: 3px;
  vertical-align: top;
}
.menu-item-has-children > a:hover::after {
  content: "\f343";
}

.sub-menu li:first-child::before {
  content: "";
  position: absolute;
  border-color: #e1e3ea;
  border: solid transparent;
  border-bottom-color: #e1e3ea;
  border-width: 11px;
  margin-left: 0%;
  top: -23px;
  z-index: 999999;
}

.site-footer {
  padding: 15px 0px 15px 0px;
  font-size: 12px;
}

.entry-footer span {
  padding-right: 8px;
}
.entry-footer span:last-child {
  padding: 0px;
}

.global_button, .reply a, .form-submit input[type=submit] {
  background: #000B37;
  color: white;
  padding: 15px;
  border-radius: 0px;
  border: 2px solid #000B37;
}
.global_button:hover, .reply a:hover, .form-submit input[type=submit]:hover {
  background: #FED631;
  color: #000B37;
  border: 2px solid #000B37;
}

.comment-form-comment textarea {
  border: 5px solid #000B37;
  border-radius: 0px;
  padding: 13px 15px 10px 15px;
  height: 150px;
}
.comment-form-comment textarea:focus {
  outline: none;
}

.form-submit {
  margin-bottom: 60px;
}
.form-submit input[type=submit] {
  float: right;
}

ol.comment-list {
  margin: 30px 0px;
  background: #f4f4f5;
  border: 5px solid #e1e3ea;
  padding: 30px 30px 30px 40px;
}

.reply a {
  padding: 10px;
  text-decoration: none;
}

.comment-input input {
  width: 100%;
  border: 5px solid #e1e3ea;
  padding: 10px 10px 10px 15px;
}
.comment-input input:focus {
  outline: none;
}

.comment-reply-title {
  margin-top: 25px;
}
.comment-reply-title small {
  margin-left: 10px;
}
.comment-reply-title small h3 {
  background: #000b37;
  padding: 5px;
  color: white;
}
.comment-reply-title small a {
  color: #D9212E;
}
.comment-reply-title small a:hover {
  color: #000B37;
}

.search-form {
  position: relative;
}

.search-form input {
  width: 100%;
  border: 5px solid #000B37;
  border-radius: 0px;
  padding: 10px 15px;
  line-height: 35px;
  padding-right: 55px;
  font-size: 14px;
}

.search-form button {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  border: none;
  width: 50px;
  padding-top: 5px;
  color: #b7b7b7;
  background-color: transparent;
  cursor: pointer;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.wp-block-search {
  margin-bottom: 0em;
}
.wp-block-search label {
  display: none;
}

input.wp-block-search__input {
  padding: 9px !important;
}

.wp-block-search__button {
  border: none;
  background: no-repeat;
}

.page-header {
  margin-bottom: 30px;
}

article .archive-page {
  transition: 0.4s ease;
}
article .archive-page:hover {
  transition: 0.4s ease;
}
article .archive-page h2 a {
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
}
article .archive-content {
  margin-top: 5px;
  margin-bottom: 5px;
}

.widget-area .wp-block-latest-posts__featured-image img {
  float: left;
  margin-right: 15px;
  position: relative;
  top: 6px;
}
.widget-area section.widget {
  padding: 20px 30px 30px 30px;
  background: #f5f8fa;
}
.widget-area section.widget h2 {
  font-weight: 200;
}
.widget-area section.widget ul li {
  padding-bottom: 15px;
  line-height: 1.3;
  font-weight: 500;
}

.site-main .entry-meta {
  margin-bottom: 20px;
}
.site-main .entry-meta .author a {
  text-decoration: none;
  font-weight: bold;
}
.site-main .entry-meta .honglinh_avatar {
  border-radius: 50%;
  margin-right: 5px;
}
.site-main .entry-meta .post-views-icon {
  position: relative;
  top: 6px;
}
.site-main .entry-meta .cat-links {
  margin-top: 15px;
}
.site-main .entry-meta .cat-links a {
  background: #f3f3f3;
  padding: 5px 15px 8px 15px;
  border-radius: 4px;
  margin-right: 5px;
}
.site-main .entry-meta .cat-links a:hover {
  background: #FED631;
  color: #000B37;
}

footer.entry-footer .cat-links a {
  color: #979797;
}

.honglinhwp_post_image {
  overflow: hidden;
  height: 170px;
  width: 100%;
  border-radius: 6px;
}

.posted-on {
  color: #979797;
}

.posted-on2::before, .post-views::before {
  content: "•";
  margin: 0px 3px 0px 6px;
  color: #b7bac3;
}

.byline:last-child {
  content: "chào";
}

.edit-link {
  padding-left: 5px;
}

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