@charset "UTF-8";
* {
  box-sizing: border-box;
}

:root {
    --main-color: green;
    --second-color: green;
}

html {
  scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Arial';
    line-height: 25px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

b, strong {
    font-weight: 600 !important;
}

h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1;
}

img.wp-smiley,
img.emoji {
 display: inline !important;
 border: none !important;
 box-shadow: none !important;
 height: 1em !important;
 width: 1em !important;
 margin: 0 0.07em !important;
 vertical-align: -0.1em !important;
 background: none !important;
 padding: 0 !important;
}

.disabled {
  display: none;
}

.img-full {
  width: 100%;
  height: 100%;
}

.img-w100 {
  max-width: unset;
  width: 100%;
  height: auto;
}
.hidden{display: none;}
.screen-reader-text{display: none !important;}

.container{
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

@media (min-width: 1200px) {
    .container{
        padding-right:15px;
        padding-left: 15px;
        max-width: 1200px;
    }
}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
 
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
	margin-left: auto !important;
  margin-right: auto !important;
	text-align:center;
}
 
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
 
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
 
a img.alignnone {
    margin: 5px 20px 20px 0;
}
 
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    margin: 20px 0;
}
 
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
/*wordpress core */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
a{
    text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: var(--second-color);
}

input:focus, .btn:focus {
  outline: transparent;
  box-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
}

.box-contact-page {
  margin:10px 0;
}

.form_contact_box .row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.contact-page-form .model_input_row{}
.contact-page-form .popup_text_div{
    padding: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 15px;
}
.contact-page-form .popup_text_div label{
  font-size: 14px;
  margin-bottom: 5px;
}
.contact-page-form .popup_text_div input{
  width: 100%;
}
.contact-page-form input[type='text']{
  border-radius: 0;
  font-size: 14px;
  padding: 5px 5px;
  width: 100%;
}
.contact-page-form .popup_submit_div{
  padding: 0;
}
.contact-page-form textarea{height: 80px;border-radius: 0;padding: 7px 10px;font-size: 14px;width: 100%;font-size: 14px;color: #333;padding: 6px 7px;border-radius: 4px;box-sizing: border-box;border: 1px solid #c0c0c0;-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);-webkit-transition: color .3s, border .3s, background .3s, opacity .3s;-o-transition: color .3s, border .3s, background .3s, opacity .3s;transition: color .3s, border .3s, background .3s, opacity .3s;background: #fff;}
.contact-page-form .popup_submit_div input{
  width:auto;
  padding: 0 30px;
}

@media screen and (max-width: 767px){
  .contact-page-form{margin-top: 20px;}
}

/* igi_header */
header{}
.header-top{
    position:relative;
}
.header-top-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.header-top-main .box-logo a{
    display: flex;
    align-items: center;
}
.header-top-main .box-logo img {
    width: 140px;
    padding: 0 0;
    margin: 0;
}

.box_right_menu{
    display:flex;
    flex-direction: row;
    gap: 25px;
    align-items: center;
    justify-content: flex-end;
}

.main-content-padding{margin-bottom:30px;}
/* news lastest */
.box-home-news{
    margin: 30px 0;
}
.home_news_grids{
    display:grid;
    grid-template-columns: 1fr;
    gap:30px;
}
.news-item{
    overflow: hidden;
    height: 100%;
    background: #eee;
}
.news-item .news__img  {
  display: block;
}
.news-item .news__img  img {
  aspect-ratio: 4/2;
  object-fit: cover;
  width: 100%;
  max-width: unset;
  border: 1px solid #fafafa;
}
.news-item .news__content {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding: 15px 15px;
  box-sizing: border-box;
}

.news-item .news-title {
  font-size: 24px;
  display: -webkit-box;
  overflow: hidden;
  visibility: visible;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 600;
  color: var(--main-color);
  line-height: 30px;
  text-decoration: none;
  margin-bottom: 12px;
  text-align: left;
}
.news-item .news-title:hover{
  color: var(--main-color);
}
.news-item .desc {
    text-align: justify;
    font-size: 17px;
    line-height: 25px;
    display: -webkit-box;
    overflow: hidden;
    visibility: visible;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-item-list{
    height: auto;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    background: none;
    border-bottom: 1px solid #e0e0e08f;
    padding: 15px 0;
    align-items: center;
}
.news-item-list .news__img {
    width: 170px;
    height: auto;
    margin-right: 20px;
}
.news-item-list .news-title {
    color: var(--main-color);
    font-size: 17px;
    margin-bottom: 10px;
}
.news-item-list .news__img img{
    width: 170px;
    border-radius: 10px;
    aspect-ratio: 170/100;
}
.news-item-list .desc {
    font-size: 14px;
    line-height: 24px;
}
.news-item-list .news__content{
   width: calc(100% - 190px);
   background: none;
   padding: 0;
   display: block;
}
.news-item-list .ngaytao {
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
}

.box-news-list{
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}
/* news lastest */

footer{
    padding: 10px 0;
    background: #eee;
}

.copyr{
  text-align: center;
  font-size: 11px;
  margin-top: 0;
  color: #333;
  width: 100%;
}

.detail-body {
    line-height: 28px;
    font-size: 17px;
    word-break: break-word;
	overflow:hidden;
}

.detail-body a:hover {
    color: var(--main-color) !important;
    text-decoration: underline;
}

.detail-body {
    position: relative;
}

.detail-body h1,.detail-body h2,.detail-body h3,.detail-body h4,.detail-body h5,.detail-body h6 {
    font-weight: 700;
    position: relative;
    line-height: 1.3;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 500 !important;
    color:var(--main-color);
}

.detail-body h1,
.detail-body h2,
.detail-body h3,
.detail-body h4,
.detail-body h5,
.detail-body h6,
.detail-body h1 *,
.detail-body h2 *,
.detail-body h3 *,
.detail-body h4 *,
.detail-body h5 *,
.detail-body h6 *{
    font-weight: 600 !important;
}

.detail-body .h1,.detail-body h1 {
    font-size: 20px;
}

.detail-body .h2,.detail-body h2 {
    font-size: 19px;
}

.detail-body .h3,.detail-body h3 {
    font-size: 18px;
}

.detail-body .h4,.detail-body h4 {
    font-size: 17px
}

.detail-body .h5,.detail-body h5 {
    font-size: 16px
}

.detail-body .h6,.detail-body h6 {
    font-size: 15px
}

.page-title,.head-title{
    font-size: 26px;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 20px;
}
.head-title{text-align:center;}

.detail-body iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: 800px;
    height: 450px;
    border: 4px solid #eee;
}

.detail-body blockquote {
    background: #f3f3f3;
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 10px;
    padding: 10px 10px 10px 10px;
    position: relative;
    text-align: justify;
    border-radius: 5px;
}

.detail-body blockquote:before {
    color: #2171af;
    content: "\201C";
    font-size: 30px;
    font-weight: 700;
    left: 6px;
    position: absolute;
    top: 10px;
}

.detail-body blockquote {
    padding: 15px
}

.detail-body blockquote ul {
    list-style: square
}

.detail-body blockquote ul li {
    margin-bottom: 8px
}

.detail-body ol,.detail-body ul {
    padding-left: 15px;
}

.detail-body {
    word-break: break-word;
}

.detail-body table figure {
    width: 100%!important;
    max-width: 100%
}

.detail-body .table td,.detail-body .table th {
    border-color: #f2f2f2
}

.detail-body a, .detail-body a {color: -webkit-link !important;}

.detail-body img{max-width:100%; height:auto;}

.detail-body *{
    line-height: 26px;
}

.detail-body ul li, .detail-body ol li{margin-bottom: 10px;}
.detail-body ul li *, .detail-body ol li *{
  line-height: 24px !important;
}
.detail-body figure{margin: 0 auto;}

.detail-body table{width: 100% !important;border-spacing: 0;border-collapse: collapse;margin-bottom: 20px;}
.detail-body table tr {
    border-radius: 10px;
    border: 1px solid #ccc;
}
.detail-body table td {
    padding: 5px
}
.detail-body table tr td, .detail-body table tr th {
    padding: 10px;
    border: 1px solid #ccc;
}
.detail-body table tr td {
    text-align: left;
    padding: 10px 10px;
    width: auto !important;
}


.box-breadcrumb{}
.box-breadcrumb p{margin-bottom: 0;margin: 0; line-height: 20px;}
.box-breadcrumb *{font-size: 12px;line-height: 13px;letter-spacing: 0em;text-align: left;text-transform: uppercase;color: rgba(41, 41, 41, 0.6);transition: 0.3s ease-in-out;}
.box-breadcrumb .last{font-weight:600;}
.rank-math-breadcrumb{
    padding: 12px 0;
    border-bottom: 1px solid #eaeaea;
    margin: 0;
    margin-bottom: 30px;
}

.related_posts{margin: 30px 0; background: none;}

.news-list-item{
    display: flex;
    gap: 15px;
    margin-bottom: 17px;
    justify-content: flex-start;
    align-items: center;
}
.news-list-item .news-img{
    width: 175px;
    display: inline-block;
}
.news-list-item .news-img img{
    width: 100%;
}
.news-list-item .news-body{
    width: calc(100% - 175px);
}
.news-list-item .news-body a{
    min-height: 0;
    font-size: 15px;
}

.box_load_viewmore{
    color: var(--main-color);
    font-size: 14px;
    display: inline-block;
    align-items: center;
    font-weight: 500;
    padding: 6px 15px;
    border-radius: 10px;
    border: 1px solid var(--main-color);
    margin-top: 20px;
    cursor:pointer;
}
.box_load_viewmore i{
    font-size: 12px;
    margin-left: 10px;
}
.box_load_viewmore:hover{
    background:var(--main-color);
    color:#fff;
}

.loading-icon {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: var(--main-color); 
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ==== Comment Area Wrapper ==== */
#comments {
  margin-top: 50px;
  border-top: 1px solid #ddd;
  padding-top: 30px;
  font-family: 'Segoe UI', sans-serif;
}

/* ==== Title ==== */
#comments .comments-title {
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #333;
}

/* ==== Comment List ==== */
.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ==== Individual Comment ==== */
.comment-body {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

/* ==== Avatar ==== */
.comment-body .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* ==== Comment Content ==== */
.comment-content {
  flex: 1;
}

.comment-author {
  font-weight: 600;
  color: #222;
  font-size: 16px;
}

.comment-metadata {
  font-size: 13px;
  color: #777;
  margin-bottom: 8px;
}

.comment-content p {
  margin: 0;
  color: #444;
  line-height: 1.5;
}

/* ==== Reply Link ==== */
.comment-reply-link {
  font-size: 13px;
  color: #0073aa;
  text-decoration: none;
}

.comment-reply-link:hover {
  text-decoration: underline;
}

/* ==== Comment Form ==== */
#respond {
  margin-top: 40px;
  background: #f9f9f9;
  padding: 25px;
  border-radius: 8px;
}

#respond h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  background-color: #fff;
}

#commentform textarea {
  min-height: 120px;
  resize: vertical;
}

#commentform input[type="submit"] {
  background: #0073aa;
  color: #fff;
  padding: 10px 24px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}

#commentform input[type="submit"]:hover {
  background: #005d8f;
}


@media screen and (min-width:992px){
    #igi-mobile-menu{display: none;}

    .main-menu {
        width: 100%
    }

    .main-menu ul {
        padding: 0;
        margin: 0;
        gap: 20px;
        justify-content: space-between !important;
    }

    .main-menu>ul {
        justify-content: space-between;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .main-menu ul li:hover>a {
        color: #333;
    }

    .main-menu ul li {
        list-style: none;
    }

    .main-menu>ul>li>a {
        transition: all .3s linear;
        padding: 35px 0;
        display: block;
        width: 100%;
        font-weight: 400;
        font-size: 16px;
        position: relative;
        color: var(--grey);
        text-decoration: none;
    }
    .main-menu>ul>li>a:hover{color:var(--main-color);}
}
@media (max-width: 991px) {
    .container{
      padding-left: 10px;
      padding-right: 10px;
    }
    
    .header-top-main .box-logo img{
        width: 140px;
        margin: 10px 0;
    }
    .box-right-mb{
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .header-top-main{margin-top:0 !important; padding-top:5px; padding-bottom:3px;}
    .header-top-mb .menu-icon{
        cursor:pointer;
    }
    .header-top-mb .menu-icon{
        width: 24px;
        height: 24px;
    }

    .font_head{margin-bottom: 15px;justify-content: center;}
    .font_head > a,.font_head{
        font-size: 20px;
    }

    .single_post .page-title{line-height: 24px;font-size: 19px;font-weight: 700 !important;text-align: center;}

    .box-head{margin-bottom: 20px;}
    .head-title a{font-size: 25px;line-height: 35px;}
    .head-title{font-size: 22px;}

    .news-item .news-body{padding: 8px 8px}
    .news-item .news-title {
        font-size: 18px;
        line-height: 25px;
    }
    .news-item .box-btn-more a{text-align: right;}
    .news-item .desc{font-size: 17px;line-height: 23px;}

    .box-news-list{grid-template-columns: 1fr; gap: 20px;}
    .related_posts{margin-bottom:30px; padding-top:15px;}

    footer{}
    
    .copyr{
        padding: 10px 0;
        font-size: 10px;
    }
  
    .form_contact_box .row{
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .rank-math-breadcrumb{
      margin-bottom:20px;
      padding:10px 0;
      text-align:center;
    }
  
  .detail-body{font-size: 16px;}

    /* Mobile Menu */
    .hamburger {
      width: 30px;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 20px;
    }

    .hamburger span {
      height: 3px;
      background: #333;
      border-radius: 2px;
      display: block;
    }


    #igi-mobile-menu {
      position: fixed;
      top: 75px;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      color: #fff;
      transform: translateX(-100%);
      transition: transform 0.3s ease-in-out;
      z-index: 999999;
      overflow-y: auto;
    }

    #igi-mobile-menu.active {
      transform: translateX(0);
    }

    /* Close Button */
    #igi-menu-close {
      background: none;
      color: #fff;
      border: none;
      font-size: 20px;
      text-align: right;
      padding: 20px;
      cursor: pointer;
      font-weight: 400;
      display: none;
    }
    #igi-menu-close i{font-weight: 500;}

    /* Menu Level 1 */
    .igi-menu-level-1 {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .igi-menu-level-1 li {
      border-bottom: 1px solid rgb(243 243 243);
      position: relative;
    }

    .igi-menu-level-1 li a {
      color: #333;
      text-decoration: none;
      padding: 12px 10px;
      font-size: 22px;
      font-weight: 500;
      display: flex;
      align-items: center;
      position: relative;
    }

    .home_news_grids{
        grid-template-columns:1fr;
        gap:20px;
    }
	
	#wpadminbar{display:none;}
	html{margin-top:0 !important;}
	.detail-body iframe{width:100% !important; height:280px !important;}
}
