/*!
Theme Name: Hello Theme
Theme URI: http://underscores.me/
Author: Hello Theme
Author URI: https://wordpress.org/
Description: Đây làm theme của Wordpress
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hello-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
# variables
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --color-primary: #79A1FF;
  --color-secondary: #2D2D2D;
  --color-text:#333333;
  --color-white: #ffffff;
  --border-color: #cccccc;
  --008100:#008100;
}
/*--------------------------------------------------------------
# general
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: none;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  line-height: 1.3;
  color: var(--color-text);
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: 'Arial', sans-serif;
  background-color: var(--color-white);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 15px;
}
h1,.h1 {
    font-size: 36px
}

h2,.h2 {
    font-size: 30px
}

h3,.h3 {
    font-size: 24px
}

h4,.h4 {
    font-size: 18px
}

h5,.h5 {
    font-size: 14px
}

h6,.h6 {
    font-size: 12px
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
a {
  color: #4169e1;
}
a:hover,
a:focus,
a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  outline: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  outline: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.sticky {
  display: block;
}
.post,
.page {
  margin: 0;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
p:last-child {
  margin-bottom: 0;
}
ul,
ol {
  margin-bottom: 10px;
  padding-left: 15px;
}
ol.menu *,
ul.menu *,
ol.menu ul,
ul.menu ul {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
  padding-left: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single {
  height: 43px;
}
.select2-container--default .select2-selection--single,
body input:not(input[type="radio"],input[type="checkbox"]),
body textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 10px 17px;
  border-color: var(--color-secondary);
}
.select2-container--default .select2-selection--single:focus,
body input:not(input[type="radio"],input[type="checkbox"]):focus,
body textarea:focus {
  border-color: var(--color-secondary);
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  padding: 10px;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: var(--color-white);
}
button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
img {
  max-width: 100%;
  height: auto;
}
table {
  border-top: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}
table > tr > td,
table > tr > th {
  border-left: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th,
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: transparent;
}
/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.site-branding {
  padding: 20px 0;
  width: 50%;
}
.site-branding img {
  max-height: 46px;
}
.logo-heager a{
  display: block;
  line-height: 1.4;
}
.logo-heager a p.p1{
  font-family: UTM aurora;
  font-size: 30px;
  margin: 0;
  color: var(--008100);
}
.logo-heager p.p2{
  font-size: 17px;
  font-weight: bold;
  margin: 0;
  color: var(--008100);
}

.header-search{
  width: 50%;
}

.header-search .box-search .search-form{
  position: relative;
  margin-bottom: 0;
  margin-top: 25px;
}
.header-search .box-search .search-form input.search-field{
  background: rgba(17, 155, 91, 0.7) none repeat scroll 0 0;
  border: 1px solid rgb(255, 255, 255);
  color: var(--color-white);
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  height: 40px;
  padding: 8px 10px;
  width: 260px;

}
.header-search .box-search .search-form input.search-field::placeholder{
 color: var(--color-white);
}
.header-search .box-search .search-form button{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  border: none;
  padding: 9px;
  background-color: transparent;
  color: var(--color-white);
}

.header-search .nav-menu{
  list-style:none;
  margin-bottom:0;
  padding-left:0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-left: 0;
  justify-content: end;
}
.header-search .nav-menu li{
  padding: 30px 0 20px;
}
.header-search .nav-menu li a{
  color: #0b9444;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}


/*--------------------------------------------------------------
# menu
--------------------------------------------------------------*/
.main-navigation {
  background: #0b9444;
  margin-bottom: 0;
  position: relative;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
}
.main-navigation .menu-pc ul.nav-menu {
  display: flex;
  flex-wrap: wrap;
}
.main-navigation .menu-pc ul.nav-menu > li {
  width: auto;
}
.main-navigation .menu-pc ul.nav-menu > li > a {
  position: relative;
  padding: 12px 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.main-navigation .menu-pc ul.nav-menu > li > a::after {
  background: #FFF;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: all 300ms ease-out 0ms;
  -webkit-transition: all 300ms ease-out 0ms;
  width: 100%;
}
.main-navigation .menu-pc ul.nav-menu > li:hover > a::after{
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.main-navigation .menu-pc ul.nav-menu > li:hover > a {
  background-color:transparent;
  color: #FF000A;
}
.main-navigation .menu-pc ul li {
  position: relative;
}
.main-navigation .menu-pc ul li a {
  padding: 4px;
  font-size: 14px;
  display: block;
  color: var(--color-white);
}

.main-navigation .menu-pc ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.main-navigation .menu-pc ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  background: rgba(11, 148, 68, 0.85) none repeat scroll 0 0;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  width: 225px;
}
.main-navigation .menu-pc ul ul ul {
  left: 100%;
  top: 0;
}
.main-navigation .menu-pc ul ul li{
  border-bottom: 1px solid #ccc;
}
.main-navigation .menu-pc ul ul li a{
  padding: 10px 10px;
}
#masthead{
  position: relative;
}
#masthead:after{
  content: '';
  background: #f4f8fc var(--background-header) no-repeat scroll left top;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.menu-click-mobile{
   align-items: center;
}
.menu-click-mobile{
align-items: center;
    color: var(--color-white);
    font-size: 22px;
    line-height: 1;
    gap: 9px;
}
.menu-click-mobile .icons-mibile{
padding: 8px;
width: 40px;
cursor: pointer;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.menu-click-mobile .icons-mibile.show .fa-bars,
.menu-click-mobile .icons-mibile .fa-times{
  display: none;
}
.menu-click-mobile .icons-mibile.show .fa-times{
  display: block;
}
.main-navigation .menu-mobile {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 999;
       background: #014EA2;
       display: none;

}
.main-navigation .menu-mobile.show{
  display: block;
}
.main-navigation .menu-mobile > *{
      padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
}
.main-navigation .menu-mobile ul li{
  position: relative;
}
.main-navigation .menu-mobile ul li a{
      display: block;

    padding: 0 10px;
    padding-right: 35px;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-transform: uppercase;
    line-height: 42px;
}
.main-navigation .menu-mobile ul ul{
  display: none;
}
.main-navigation .menu-mobile ul ul li a{
      padding-left: 26px;
}

.main-navigation .menu-mobile ul li .sub-open{
    position: absolute;
    right: 0;
    top: 0;
    height: 43px;
    width: 35px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--color-white);

}
.main-navigation .menu-mobile ul li .sub-open i{
  transition: 0.2s all;

}
.main-navigation .menu-mobile ul li .sub-open.sub-opend i{
  transform: rotate(90deg);
}
/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
.form-test input[type="submit"] {
  display: none;
}
.site-content {
  padding-top: 40px;
}
.box-title h2,
.box-title h1{
  margin-bottom: 0;
}
.box-title{
  padding-bottom: 20px;
  background: url('assets/images/bg_line.png') repeat-x bottom;
  margin-bottom: 15px;
}
.box-title .text {
  background: rgba(0, 0, 0, 0) url('assets/images/icon_title.png') no-repeat scroll left center;
  color: #28a05a;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding-left: 50px;
  text-transform: uppercase;
}
.swiper-container{
  overflow: hidden;
  position: relative;
}
.list-featured-post .thumb a{
  display: block;
  position: relative;
  padding-top: 58%;

}
.list-featured-post .thumb a img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-featured-post .thumb a .text-large{
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  display: flex;

}
.list-featured-post .thumb a .text-large .cs{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 36px 10px 36px;

}
.list-featured-post .thumb a .text-large h3{
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: auto;
  left: 50%;
  margin: 0;
  padding: 15px;
  bottom: 10%;
  width: 80%;
  text-align: center;
}

.list-featured-post .swiper-slide-active .thumb a .text-large h3{
 -webkit-animation: 1s ease 0.5s normal both 1 running zoomIn;
 animation: 1s ease 0.5s normal both 1 running zoomIn;
}
.list-featured-post .featured_post-button-prev,
.list-featured-post .featured_post-button-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 40px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.65);
  font-size: 20px;

}
.list-featured-post .featured_post-button-next{
  right: 20px;
}
.list-featured-post .featured_post-button-prev{
  left: 20px;
}
.list-featured-post .featured_post-pagination{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-featured-post .featured_post-pagination span{
  width: 10px;
  height: 10px;
  margin: 5px 7px !important;
  background: rgba(200, 200, 200, 0.75) none repeat scroll 0 0;
  opacity: 1 !important;
}
.list-featured-post .featured_post-pagination span.swiper-pagination-bullet-active{
  background-color: var(--color-white);
}
.gd-news-aside .gd-news-content ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.gd-news-aside .gd-news-content ul li{
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #acacac;
}
.gd-news-aside .gd-news-content ul li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0b9444;
}
.gd-news-aside .gd-news-content ul li a{
  color: #333333;
  text-decoration: none;
}
.gd-news-aside .gd-news-content ul li a:hover{
  text-decoration: none;
  color: #28a05a;
  outline: none;
  transition: all 100ms ease 0s;
  -webkit-transition: all 100ms ease 0s;
}
.gd-news-aside .gd-news-content ul li .post-date{
  font-style: inherit;
  color: #acacac;
  white-space: nowrap;
}
.gd-news-aside a.banner-news-post{
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }

  50% {
    opacity: 1
  }
}
.hoatdongchinh .centre{
  display: flex;
  justify-content: center;
  margin: 50px 0px 40px;
  background-image: url('assets/images/bg_line.png') ;
  background-repeat: repeat-x;
  background-position: center left;
}
.hoatdongchinh .centre a{
  color: #0b9444;
  font-size: 26px;
  background-color: var(--color-white);
  font-weight: bold;
  width: 33%;
  text-align: center;
  text-transform: uppercase;
}
.hoatdongchinh .item-box figure{
  margin-top: 0;
}
.hoatdongchinh .item-box figure a{
  position: relative;
  display: block;
  line-height: 1;
  padding-top: 60%;
  overflow: hidden;


}
.hoatdongchinh .item-box figure a img{
  position: absolute;
  top: 50%;
  object-fit: cover;
  left: 50%;
  transform: translate(-50%,-50%) scale(1);
  transition: 0.2s all;
}
.hoatdongchinh .item-box figure a:hover img{
  transform: translate(-50%,-50%) scale(1.2);
}
.hoatdongchinh .item-box .n-title h3{
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #0b9444;
}
.article-group{
  margin-bottom: 20px;
}
.article-group .first {
  margin-bottom: 20px;
}

.article-group .n-items .first .n-title{
  color: #28a05a;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
.article-group .n-items .n-item:not(.first) .n-title a,
.article-group .n-items .first .n-title a{
  color: #28a05a;
}
.article-group .n-items .n-item:not(.first) .n-title a:hover,
.article-group .n-items .first .n-title a:hover{
  color: var(--color-text);
}
.article-group .n-items .n-item .n-desc {
  color: #424242;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 20px;
}
.article-group .n-items .n-item:not(.first) .n-title{
  font-size: 14px;
  font-weight: 400;
  position: relative;
  display: block;
  padding-left: 25px;
}
.article-group .n-items .n-item:not(.first) .n-title::after {
  content: "•";
  font-size: 30px;
  left: 0;
  position: absolute;
  top: -10px;
  color: #28a05a;
}

.module-banneradv a{
  display: block;
  line-height: 1;
}
.module-banneradv {
  margin-bottom: 20px;
}

.module-thuvien .box-title,
.module-vanban .box-title {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  position: relative;
}
.module-thuvien .box-title h2,
.module-vanban .box-title h2 {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
}
.module-thuvien .box-title::after,
.module-vanban .box-title::after {
  border: 1px solid rgb(233, 233, 233);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.module-thuvien .box-title h2::before,
.module-vanban .box-title h2::before {
  border: 1px solid rgb(255, 0, 0);
  bottom: -20px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.module-thuvien .box-title .text,
.module-vanban .box-title .text {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding-left: 0;
}

.module-thuvien .cacanh1 .thumb a{
  display: block;
  line-height: 1;
  overflow: hidden;
  padding-top: 60%;
  position: relative;
}
.module-thuvien .cacanh1 .thumb a img{
  position: absolute;
  top: 50%;
  object-fit: cover;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%) scale(1);
}
.module-thuvien .cacanh1 .n-title{
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
}
.module-thuvien .cacanh1 .n-title a{
  color: #333333;
}
.module-thuvien .cacanh1 .n-title a i{
  color: rgb(40, 160, 90);
}

.module-thuvien .cacanh .row{
  row-gap: var(--bs-gutter-x);
}
.module-vanban ,
.module-thuvien{
  margin-bottom: 20px;
}
.module-vanban .n-items .row{
  row-gap: var(--bs-gutter-x);
}
.module-vanban .n-items .n-title{
  padding-left: 15px;
  position: relative;
  font-size: 14px;
  margin-bottom: 5px;
}
.module-vanban .n-items .n-title a{
  color: var(--color-text);
}
.module-vanban .n-items .n-title a:hover{
  color: #28a05a;
}
.module-vanban .n-items .n-title::after {
  color: rgb(255, 0, 0);
  content: "•";
  font-size: 25px;
  left: 0;
  position: absolute;
  top: -8px;

}
.module-vanban .n-items .post-date{
  color: rgb(133, 133, 133);
  font-size: 12px;
  margin-left:15px;

}
.module-vanban .n-items .post-date i{
  margin-right:15px;
}

/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
.entry-header h1.entry-title-page.entry-title,
.single .entry-header h1.entry-title{
  color: #28a05a;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.entry-header .entry-meta {
  border-bottom: 1px dashed #dfdfdf;
  border-top: 1px dashed #dfdfdf;
  color: rgb(171, 171, 171);
  display: block;
  margin: 15px 0;
  padding: 7px 0 7px;
  width: 100%;
}

.related-title-block .related-title {
  background: rgba(0, 0, 0, 0) url('assets/images/bg_line.png') repeat-x scroll center bottom 10px;
  margin-top: 25px;
  padding-bottom: 0;
}
.related-title-block .related-title span{
  color: #28a05a;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding-right: 8px;
  line-height: 30px;
  background: #fff;
  text-transform: uppercase;
}

.list-post-category .news-title{
  color: #848484;
  display: block;
  margin-bottom: 7px;

  position: relative;
  font-size: 14px;
  font-weight: 400;
}
.list-post-category .news-title a{
  color: #848484;
  padding-left: 20px;
  display: block;
  position: relative;
}

.list-post-category.list-post-faq .news-title a{
      color: #333333;
}

.list-post-category .news-title a::after {
  color: #28a05a;
  content: "•";
  font-size: 30px;
  left: 0;
  line-height: 1.2;
  position: absolute;
  top: -10px;
}
.list-post-category.list-post-faq .news-title a:hover,
.list-post-category .news-title a:hover{
  color: #28a05a;
}
.faq-question{
  color: #28a05a;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 15px;
}
.entry-content .faq-email {
  color: #484848;
  display: block;
  margin-bottom: 10px;
}
.entry-content .faq-desc{
  font-style: italic;
  margin-bottom: 25px;
  text-align: justify;
  color: #333333;
}

.contact-form-7sss .form-group p{
  display: flex;
  flex-wrap: wrap;
}
.contact-form-7sss .form-group label{
  width: 25%;
  color: #3f3f3f;
  font-family: Arial;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  padding-top: 7px;
  padding-right: 15px;
  padding-left: 15px;
}
.contact-form-7sss .form-group label::before {
  color: #28a05a;
  content: "•";
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 2px;


}

.contact-form-7sss .form-group .wpcf7-form-control-wrap{
 width: 75%;
 padding-right: 15px;
 padding-left: 15px;
}
.contact-form-7sss .form-group{
      margin-bottom: 10px;
}
.contact-form-7sss .form-group input,
.contact-form-7sss .form-group textarea{
  background-color: #FAFAFA;
  background-image: none;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  box-shadow: none;
  color: #555;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.contact-form-7sss .form-group textarea{
  height: 170px;
}
.contact-form-7sss .btn-contact {
    text-align: right;
     padding-right: 15px;
 padding-left: 15px;
}
.contact-form-7sss .btn-contact p{
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.contact-form-7sss .btn-contact input{
      background-color: #28a05a;
    border-color: #28a05a;
    border-radius: 0;
    font-size: 14px;
    line-height: 1;
    padding: 10px 15px;
    text-transform: uppercase;
    color: var(--color-white);
    order: 2;
}
/*--------------------------------------------------------------
# archive
--------------------------------------------------------------*/

.page-article .n-items{
  display: flex;
  flex-wrap: wrap;
      border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.page-article .n-items:last-child{
  border-bottom: none;
}
.page-article .n-items .img-news{
        width: 33.3333%;
}
.page-article .n-items .img-news a{
  display: flex;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}
.page-article .n-items .img-news a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(1);
  transition: 0.2s all;
}
.page-article .n-items .n-title{
  flex: 1;
  padding-left: 20px;
}

.page-article .n-items h3{
      color: #28a05a;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.page-article .n-items h3 a{
  color: #28a05a;
}
.page-article .n-items h3 a:hover{
      color: #464646;
}
.page-article .n-items .date{
color: #bfbdbd;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    margin-bottom: 5px;
}
.page-article .n-items .n-desc{
      color: #424242;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 20px;
}

.divPage ul{
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.divPage ul li span,
.divPage ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 18px;
  background: #e8e8ea;
      color: #333333;
}
.divPage ul li span.current,
.divPage ul li a:hover{
  background: #28a05a;
  color: #fff;
}
.entry-content{
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}
.gallery-listing .row{
 row-gap: var(--bs-gutter-x);
}
.gallery-listing .img-news{
  border: 1px solid #fff;
  overflow: hidden;
}

.gallery-listing .img-news a{
  display: flex;
  padding-top: 60%;
  position: relative;
}

.gallery-listing .img-news a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(1);
  transition: 0.2s all;
}
.gallery-listing .img-news a:hover img{
  opacity: 0.5;
  transform:translate(-50%,-50%) scale(1.1);
}

.gallery-listing .gall-content {
      background: rgba(0, 0, 0, 0) url('assets/images/icon_gallery.png') no-repeat scroll left center;
    padding: 20px 0 20px 45px;
    text-align: left;

}
.gallery-listing .gall-content h3{
  margin-bottom: 0;
  color: #464646;
    font-size: 17px;
    line-height: 1.2;
}
.gallery-listing .gall-content h3 a{
    color: #464646;
}
.gallery-listing .gall-content h3 a:hover{
    
    color: #28a05a;
}



.faq-items .faq-item {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 25px;
}
.faq-items .faq-item:last-child{
  border-bottom: 0;
}

.faq-items .faq-item a{
  color: #28a05a;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
}
.faq-items .faq-title .faq-email {
  color: #484848;
  display: block;
  margin-bottom: 10px;
}
.faq-items .faq-desc {
  font-style: italic;
  margin-bottom: 25px;
  text-align: justify;
}
.faq-item .faq-title a:before {
  background: rgba(0, 0, 0, 0) url('assets/images/icon-faq.png') no-repeat scroll left top;
  content: "";
  display: inline-block;
  float: left;
  height: 20px;
  left: 0;
  position: relative;
  top: 0;
  width: 30px;
}

.video-listing .img-news a{
  display: block;
  line-height: 1;
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}
.video-listing .img-news a:after{
  background: rgba(0, 0, 0, 0) url('assets/images/icon-play.png') no-repeat scroll center center;
  content: "";
  height: 45px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
}

.video-listing .img-news a .images-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(1);
  transition: 0.2s all;
}

.video-listing .gall-content h3{

  font-size: 15px;
  font-weight: 4000;
  margin-bottom: 0;
  padding: 15px 0;
}
.video-listing .gall-content h3 a{
  color: #464646;
  padding-left: 30px;
/*  display: block;*/
  background: rgba(0, 0, 0, 0) url('assets/images/icon_video_active.png') no-repeat scroll left center;
}

#player{
  margin-bottom: 30px !important;
}

.not-postd{
  margin-top: 10px;
}
/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/
#secondary{
  margin-top: 30px;
}
#secondary .widget_nav_menu ul{
  margin-bottom: 0;
  padding-left: 0;
  list-style:none;
  margin-left: 0;
}
#secondary .widget_nav_menu ul ul{
  display: none;
}
#secondary .widget_nav_menu ul li {
  background: rgba(0, 0, 0, 0) url('assets/images/arrow-next.png') no-repeat scroll left top 10px;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0 5px 15px;
  width: 100%;
  position: relative;
}
#secondary .widget_nav_menu ul li:last-child{
  border-bottom: none;
}
#secondary .widget_nav_menu ul li > a{
  color: #0b9444;
  font-weight: 600;
  display: block;
  padding: 0 24px 1px 0;
}

#secondary .widget_nav_menu ul.menu .sub-open{
  position: absolute;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 3px;
  right: 0;
  z-index: 4;
}
.infoContent-icons-box .item-other{
      background: #efefef none repeat scroll 0 0;
    height: 60px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.infoContent-icons-box .item-other .text{
    flex: 1;
    padding-left: 10px;
          overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
}

.infoContent-icons-box .item-other .text a{
      overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
        color:var(--color-text);
}

.widget-sidebar-website-link select{
  -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    color: #212121;
    padding: 0 15px;
    border: none !important;
    min-height: 42px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #efefef;
    background-image: url('assets/images/bg_apperian.png');
    background-repeat: no-repeat;
        background-position: right 18px center;
    width: 100%;
}

#secondary .widget_media_image img{
  width: 100%;
}


.download-search {
      background: #e9e9e9;
    margin-top: 15px;
}

.download-search .title {
    background: #0b9444;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
.download-search .form-group {
    border-top: 2px solid #fff;
    padding: 5px 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.download-search .form-group .label {
    font-size: 13px;
    line-height: 19px;
    text-align: right;
    width: 30%;
        padding: .2em .6em .3em;
    color: #000;
}
.download-search .form-group .control{
      width: 70%;
}
.download-search .form-group input,
.download-search .form-group select{
  border: 1px solid #6c6c6c;
    padding: 3px 5px;
    width: 80%;
    height: 28px;
     font-size: 14px;
}
.download-search .group-submit{
    border-top: 2px solid #fff;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}

.download-search .group-submit > *{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
    color: #333333;
    background-color: transparent;
    border: 1px solid #6c6c6c;
    border-radius: 2px;
    height: 26px;
        padding: 1px 6px;
}


.download-list .table-header {
    background: #d2d1d1;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px;
}

.download-list .table-header .left{
      font-size: 14px;
}
.download-list .table-content {
    border: 1px solid #acacac;
}
.download-list .table-content .item{
  display: flex;
    flex-wrap: wrap;
}
.download-list .table-content .col-name{
      border-color: #acacac;
    font-size: 13px;
    min-height: 50px;
    padding: 5px;
    text-align: left;
    width: 35%;
}
.download-list .table-content .col-desc{
  border-color: #acacac;
    font-size: 13px;
    min-height: 50px;
    padding: 5px;
    text-align: left;
    width: 65%;
}
.download-list{
  margin-bottom: 20px;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
#back-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-secondary);
  opacity: 0;
  visibility: hidden;
}
#back-top.slow-back-top {
  visibility: visible;
  opacity: 1;
}
#back-top a {
  color: var(--color-white);
}
#colophon{
      background: var(--background-footer) no-repeat center center;
    background-size: cover;
    margin-top: 50px;
}
#colophon .site-info{
  padding: 30px 0 15px;
}
#colophon .info-footer{
  display: flex;
  flex-wrap: wrap;
}
#colophon .info-footer .logo-footer{
  width: 123px;

}
#colophon .info-footer .info{
  padding-left: 30px;
  flex:1;
}

#colophon .info-footer .title-sidebar-fooler{
    color: #28a05a;
        font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 5px;

}
#colophon .info-footer address{
      color: #28a05a;
      font-size: 14px;
}
#colophon .control-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}
#colophon .control-footer a {
    border: 1px solid #28a05a;
    color: #28a05a;
    display: inline-block;
    font-size: 18px;
    padding: 22px 21px 23px 49px;
    text-align: center;
    width: 180px;
}
#colophon .control-footer .bct_mtn a{
padding: 0;
}
#colophon .control-footer a.btn-contact {
    background: #f5f9fb url('assets/images/icon_mail.png') no-repeat left 30px center;
}
.control-footer a.btn-map {
    background: #f5f9fb url('assets/images/icon_map.png') no-repeat left 30px center;
}

#colophon .copyright{
  background: #28a05a none repeat scroll 0 0;
    color: #FFF;
        padding: 10px 0 5px;
}
#colophon .copyright *{
   color: #FFF;
       font-size: 14px;

}




/*--------------------------------------------------------------
# responsive
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1230px;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1920px){
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1230px;
  }
}
@media (max-width: 1400px) {
  .header-search .nav-menu {
    gap: 5px;
  }
  .header-search .nav-menu li {
    padding: 10px 5px;
  }
  .logo-heager a p.p1 {
    font-size: 26px;
  }
  .logo-heager p.p2 {
    font-size: 15px;
  }

}

@media (max-width: 1199px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100% !important;
  }
}


@media (max-width: 991px) {

  .site-branding {
      padding: 20px 0;
      width: 100%;
      text-align: center;
  }
	.hoatdongchinh .centre a{
		    width: 70%;
	}
  .list-featured-post .thumb a .text-large h3 {
    font-size: 16px;
    padding: 10px;
    width: 100%;
    text-align: center;
  }
  .list-featured-post .thumb a .text-large .cs {
      padding: 20px 10px 20px;
  }
  .list-featured-post .featured_post-pagination span {
    width: 6px;
    height: 6px;
    margin: 5px 5px !important;
  }
  .list-featured-post .featured_post-button-prev,
  .list-featured-post .featured_post-button-next {
    width: 28px;
    height: 40px;
    font-size: 15px;
  }
  .list-featured-post .featured_post-button-prev {
    left: 10px;
  }
  .list-featured-post .featured_post-button-next {
    right: 10px;
  }
}

@media (max-width: 849px) {
  #colophon .info-footer .logo-footer {
    width: 100%;
}
#colophon .info-footer .info{
      padding-left: 0;
}
#colophon .control-footer .bct_mtn{
  width: 100%;
  text-align: center;
}
  #colophon .control-footer a {
    font-size: 16px;
    padding: 17px 10px 17px 49px;
    text-align: center;
    width: 150px;
  }
  #colophon .control-footer{
    justify-content: center;
  }
}