/* ================================================
  CUSTOM FONTS
================================================= */
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');*/
/* ================================================
  CUSTOM CSS
================================================= */
body {
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  line-height: 1.428571429;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

/* ================================================
  REWRITE BOOSTRAP
================================================= */
.start-auto{
  left: auto !important;
}
.end-auto{
  right: auto !important;
}
.fz-07rem{
  font-size: .7rem !important;
}
a{
  text-decoration: none;
  color: #666;
  transition: color .25s ease-in-out;
}
a:hover,a:focus{
  color: #de1c7d;
}
.btn{
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 7px 25px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}
.bg-theme{
  background-color: #75b730;
}
.bg-theme-2{
  background-color: #de1c7d;
}
.color-theme{
  color: #75b730;
}
.color-theme-2{
  color: #de1c7d;
}
.color-theme-tpl{
  color: #666;
}
.btn-theme{
  color: #fff;

  -webkit-transition: all 180ms linear 0ms;
  -khtml-transition: all 180ms linear 0ms;
  -moz-transition: all 180ms linear 0ms;
  -ms-transition: all 180ms linear 0ms;
  -o-transition: all 180ms linear 0ms;
  transition: all 180ms linear 0ms;

  background-size: 200%, 1px;
  background-position: 0%;
  background-image: -webkit-linear-gradient(90deg, #75b730 0%, #c15a28 50%, #75b730) !important;
  background-image: -moz-linear-gradient(90deg, #75b730 0%, #c15a28 50%, #75b730) !important;
  background-image: -ms-linear-gradient(90deg, #75b730 0%, #c15a28 50%, #75b730) !important;
  background-image: -o-linear-gradient(90deg, #75b730 0%, #c15a28 50%, #75b730) !important;
  background-image: linear-gradient(90deg, #75b730 0%, #c15a28 50%, #75b730) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#75b730', endColorStr='#c15a28') !important;
  background-color: transparent !important;
}
.btn-theme:hover,.btn-theme:focus{
  color: #fff;
  background-position: 100%;
}
.btn-theme-atp{
  color: #fff;
  background-color: #75b730;
  border-color: #75b730;
}
.btn-theme-atp:hover,.btn-theme-atp:focus{
  color: #75b730;
  background-color: #fff;
  border-color: #75b730;
}
.btn-theme-tpl{
  color: #fff;
  background-color: #de1c7d;
  border-color: #de1c7d;
}
.btn-theme-tpl:hover,.btn-theme-tpl:focus{
  color: #de1c7d;
  background-color: #fff;
  border-color: #de1c7d;
}
.btn-theme-transparent{
  padding: 0.375rem 0.75rem !important;
  color: #75b730;
  background-color: transparent;
  border-color: #75b730;
}
.btn-theme-transparent:hover{
  color: #fff;
  background-color: #75b730;
  border-color: #75b730;
}
.btn-theme-transparent-tpl{
  padding: 0.375rem 0.75rem !important;
  color: #de1c7d;
  background-color: transparent;
  border-color: #de1c7d;
}
.btn-theme-transparent-tpl:hover{
  color: #fff;
  background-color: #de1c7d;
  border-color: #de1c7d;
}

.hidden{
  display: none !important;
}
.clearfix:before,
.clearfix:after{
  display: block;
  clear: both;
  content: "";
}
@media screen and (max-width: 575px){
  .hidden-xs{
    display: none !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px){
  .hidden-sm{
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .hidden-md{
    display: none !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .hidden-lg{
    display: none !important;
  }
}
@media screen and (min-width: 1200px){
  .hidden-xl{
    display: none !important;
  }
}
/*********************************************************************
**
**  DEFINE BOOTSTRAP
**
**  row-78
**
**  row
**  margin-left: -7px;
**  margin-right: -8px;
**
**  col
**  padding-left: 7px;
**  padding-right: 8px;
**
**  row-0
**
**  row
**  margin-left: 0;
**  margin-right: 0;
**
**  col
**  padding-left: 0;
**  padding-right: 0;
**
**********************************************************************/
.row-78{
  margin-left: -0.375rem !important;
  margin-right: -0.375rem !important;
}
.row-78 > div{
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}
.row-0{
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row-0 > div{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 575px){
  .row-xs-78{
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }
  .row-xs-78 > div{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }
}
.mb-78{
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 992px){
  .col-lg-20{
    flex: 0 0 auto;
    width: 20%;
  }
}
/* ================================================
  STYLE
================================================= */
/* logo brand */
.navbar-brand img{
  height: 90px;
}
@media screen and (min-width: 1200px){
  .navbar-brand{
    margin-right: 50px;
  }
}
@media screen and (max-width: 991px){
  .navbar-brand{
    margin-right: 0;
  }
  .navbar-brand img{
    height: 65px;
  }
}

/* body */
@media screen and (min-width: 992px){
  body{
    padding-top: 100px;
  }
}
@media screen and (max-width: 991px){
  body{
    padding-top: 75px;
  }
}
body.cke_editable{
  padding-top: 0 !important;
}

/* ==========================================================================================
  PAGINATION
========================================================================================== */
.pagination{
  margin-top: 10px;
  display: inline-block;
  background-color: #fff;
  padding: 5px;
  border-radius: 27px;
}
.pagination li{
  display: -webkit-inline-flex;
  display: inline-flex;
  border-radius: 50%;
  overflow: hidden;
}
.pagination .page-link{
  color: #333;
  border-width: 0;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 35px;
}
.pagination li a:focus{
  box-shadow: none;
}
.pagination .page-item.active .page-link{
  background-color: #de1c7d;
  border-color: #de1c7d;
  color: #fff;
}

/* ================================================
  HEADER
================================================= */
/* menu */
.nav-header{
  box-shadow: 0px 5px 16px 0px rgba(138, 138, 138, 0.33);
  padding: 0;
}
.nav-header .navbar-nav.menu-main .nav-link{
  color: #2f2256;
  font-weight: 500;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.nav-header .menu-main > .nav-item > .nav-link{
  text-transform: uppercase;
}
.nav-header .navbar-nav.menu-main .nav-link.active{
  color: #de1c7d;
}

/* dropdown menu */
.nav-header .menu-main .nav-link.dropdown-toggle:after{
  border: 0 !important;
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  vertical-align: 0;
}
@media screen and (min-width: 992px){
  .menu-main{
    /*margin-right: 100px;*/
  }
  .nav-header .menu-main > .nav-item{
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .nav-header .menu-main .nav-link{
    /*padding-top: 30px;
    padding-bottom: 30px;*/
  }
  .nav-header .menu-main > .nav-item > .nav-link{
    -webkit-transition: color 0.35s ease-in-out;
    -moz-transition: color 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out;
    transition: color 0.35s ease-in-out;
  }
  .nav-header .menu-main > .nav-item:hover > .nav-link{
    color: #de1c7d !important;
  }

  .nav-header .menu-main > .nav-item > .nav-link:before{
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 15px;
    width: 0;
    height: 2px;
    background-color: #de1c7d;
    -webkit-transition: width 0.35s ease-in-out;
    -moz-transition: width 0.35s ease-in-out;
    -o-transition: width 0.35s ease-in-out;
    transition: width 0.35s ease-in-out;
  }
  .nav-header .menu-main > .nav-item > .nav-link.active:before,
  .nav-header .menu-main > .nav-item > .nav-link:hover:before{
    width: 20px;
  }

  .nav-header .menu-main .nav-link.dropdown-toggle:after{
    -webkit-transition: color 0.35s ease-in-out;
    -moz-transition: color 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out;
    transition: color 0.35s ease-in-out;
  }
  .nav-header .menu-main > .nav-item:hover > .nav-link.dropdown-toggle:after{
    
  }
  .nav-header .menu-main .nav-link.active.dropdown-toggle:after,
  .nav-header .menu-main .nav-link.dropdown-toggle:hover:after{
    
  }
  .navbar-nav .dropdown:hover .dropdown-menu{
    display: block;
  }
  .nav-header .navbar-nav .dropdown-menu{
    border-radius: 0 0 5px 5px;
    background-color: rgba(255,255,255,1);
    top: 110px;
    border: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0;
    box-shadow: 0 6px 20px 1px rgba(84,84,120,.26);
    opacity: 0;
    visibility: hidden;
    display: inherit;
    letter-spacing: 0;
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out;
    -ms-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out;
  }
  .nav-header .navbar-nav > .nav-item:hover > .dropdown-menu{
    top: 97px;
    opacity: 1;
    visibility: visible;
  }
  .nav-header .navbar-nav .dropdown-menu > li{
    padding-left: 0;
    padding-right: 0;
    background-color: transparent !important;
    margin-bottom: 5px;
  }
  .nav-header .navbar-nav .dropdown-menu > li > a{
    padding: 0px 20px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    white-space: nowrap;
  }
  .nav-header .navbar-nav .dropdown-menu > li > a.active,
  .nav-header .navbar-nav .dropdown-menu > li:hover > a{
    color: #de1c7d;
  }
  .nav-header .navbar-nav .dropdown-menu .dropdown-menu{
    top: -10px !important;
    left: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    opacity: 0;
    visibility: hidden;
  }
  .nav-header .navbar-nav .dropdown-menu .nav-item:hover .dropdown-menu{
    opacity: 1;
    visibility: visible;
  }
  .nav-header .navbar-nav .dropdown-menu .dropdown-toggle:after{
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 9;
    content: "\f105";
  }
  .nav-header .menu-main .dropdown-menu .nav-link.active.dropdown-toggle:after,
  .nav-header .menu-main .dropdown-menu .nav-link.dropdown-toggle:hover:after{
    border-left-color: #75b730;
    border-top: .3em solid transparent;
  }
}
@media screen and (max-width: 991px){
  .navbar-light .navbar-toggler{
    border-color: rgba(0,74,143,.5);
    padding-left: 8px;
    padding-right: 8px;
  }
  .navbar-toggler-icon{
    width: 1.2em;
    height: 1.2em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 74, 143, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  } 
  .navbar-collapse{
    border-top: 1px solid transparent;
  }
  .navbar-collapse{
    border-color: #eee;
  }
  .menu-main{
    padding-top: 10px;
  }
  .nav-header .navbar-nav .dropdown .dropdown-menu{
    display: block;
    padding-left: 20px;
  }
  .nav-header .navbar-nav .dropdown-menu{
    padding-top: 0;
    margin-top: 0;
  }
  .nav-header .navbar-nav .dropdown-menu {
    border-radius: 0;
    background-color: rgba(255,255,255,0);
    border-color: transparent;
  }
  .nav-header ul.navbar-nav > li:last-child{
    min-height: 200px;
  }
  .nav-header .navbar-nav .dropdown-menu > li{
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav-header .navbar-nav.menu-main .nav-link{
    padding-left: 0 !important;
  }
  .nav-header .navbar-nav.menu-main .dropdown-menu > li a{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0,0,0,0.075);
    font-weight: 500;
  }
  .nav-header .navbar-nav.menu-main .dropdown-menu .dropdown-menu .nav-link{
    font-weight: 400;
    text-transform: capitalize;
  }
}
@media screen and (max-width: 767px){
  
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
  .nav-header .navbar-nav.menu-main .nav-link{
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .nav-header .navbar-nav.menu-main .nav-link{
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }
}
@media screen and (min-width: 992px){

}
@media screen and (max-width: 575px){
  
}

/* ================================================
  FOOTER
================================================= */
footer {
  color: #666;
  background-color: #eee;
}
footer a:hover{
  color: #75b730;
}
.f-info{
  position: relative;
}
.f-info img{
  height: 90px;
}
.fi-social:before,
.fi-social:after{
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.fi-social:before{
  left: 0;
}
.fi-social:after{
  right: 0;
}
.f-info ul.info a{
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}
.f-info ul.social li{
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.f-info ul.social li a{
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #666;
  transition: border-color .25s ease-in-out;
}
.f-info ul.social li a:hover{
  border-color: #75b730;
}
.f-info ul.social li i{
  font-size: 20px;
}
.f-info .f-title{
  font-weight: 500;
  color: #666;
  margin-bottom: 10px;
  font-size: 14px;
}
.f-info .intro {
  text-align: justify;
  font-size: 14px;
  line-height: 22px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
  .f-info img{
    height: 55px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .f-info img{
    height: 50px;
  }
}
@media screen and (max-width: 991px){
  .f-info ul.social li{
    margin-left: 0;
    margin-right: 10px;
  }
  .fi-social:before,
  .fi-social:after{
    display: none;
  }
  .fi-logo{
    margin-bottom: 30px;
  } 
}
@media screen and (max-width: 767px){
  .f-info .f-title{
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px){
  .f-info img{
    height: 55px;
  }
}

/* ==========================================================================================
  COPYRIGHT
========================================================================================== */
.copyright-powered{
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #75b730;
  color: #fff;
  font-size: 12px;
}
.copyright-powered a{
  color: #fff;
}
.copyright span{
  font-weight: 700;
}
.powered-by{
  text-align: right;
}
@media (max-width:991px) {
  .copyright-powered{
    padding-left: 0;
  }
}
@media (min-width:768px) and (max-width: 991px){
  .copyright{
    text-align: left;
  }
  .copyright-powered{
    
  }
}
@media (max-width:767px) {
  .copyright,
  .powered-by{
    text-align: center;
  }
  .powered-by{
    margin-top: 5px;
  }
}

/* ================================================
  BANNER
================================================= */
.section-banner .carousel .carousel-indicators{
  justify-content: end;
  margin-right: 2%;
  margin-left: 2%;
}
.section-banner{
  position: relative;
}
.section-banner:before{
  z-index: 2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(transparent,transparent 40%,rgba(0,0,0,.9));*/
}
.section-banner .carousel-caption{
  z-index: 3;
  left: 0;
  right: 0;
}
.b-left{
  color: #fff;
  text-align: left;
}
.b-left .bt-slogan{
  letter-spacing: .5px;
}
.b-left .bt-intro {
  letter-spacing: .5px;
}
.b-right{
  border: 10px solid #fafafa;
  border-radius: 10px;
}

@media screen and (min-width: 1440px){
  .section-banner .carousel-caption{
    bottom: 65px;
  }
  .b-left .bt-slogan{
    font-size: 18px;
    margin-bottom: 15px;
  }
  .b-left .bt-title {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 30px;
  }
  .b-left .bt-intro {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px){
  .b-left .bt-slogan{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .b-left .bt-title{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .b-left .bt-intro {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .b-left .bt-slogan{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .b-left .bt-title{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .b-left .bt-intro {
    font-size: 14px;
    margin-bottom: 15px;
  }
  
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .b-left .bt-slogan{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .b-left .bt-title{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .b-left .bt-intro {
    font-size: 14px;
    margin-bottom: 15px;
  }
  
}
@media screen and (min-width: 576px) and (max-width: 767px){
  
}
@media screen and (max-width: 576px){
  
}

/* ================================================
  SECTION
================================================= */
.section-padding{
  padding-top: 70px;
  padding-bottom: 55px;
}
.section-t{
  max-width: 740px;
  text-align: center;
  margin: 0 auto;
}
.section-ht{
  max-width: 540px;
  text-align: center;
  margin: 0 auto;
}
.slogan-section{
  color: #de1c7d;
  position: relative;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 20px;
}
.slogan-section.slogan-line-left:before,
.slogan-section.slogan-line-right:after{
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background-color: #666;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slogan-section.slogan-line-left:before{
  left: -100px;
}
.slogan-section.slogan-line-right:after{
  right: -100px;
}
.title-section{
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.428571429;
  color: #2f2256;
}
.title-page{
  font-size: 20px;
}
.intro-section{
  margin-bottom: 30px;
  color: #666;
  min-height: 1px;
}
.intro-section:empty{
  margin-bottom: 20px;
}
.content-detail a{
  color: #75b730;
}
.content-detail img{
  max-width: 100% !important;
  height: auto !important;
}
.detail-item{
  margin-bottom: 25px;
}
.bg-section{
  background-color: #f0f3f7;
  border-bottom: 1px solid #fff;
}
.bg-section-tpl{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover,contain;
}
.bg-section-tpl .title-section,
.bg-section-tpl .intro-section{
  color: #fff;
}
.border-section{
  border-bottom: 10px solid #eee;
}
.row-list .row-item {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px){
  .detail-item{
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .title-section{
    font-size: 28px;
  }
  .title-page{
    font-size: 20px;
  }
  .intro-section:empty{
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .title-section{
    font-size: 22px;
  }
  .title-page{
    font-size: 18px;
  }
  .intro-section:empty{
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px){
  .intro-section:empty{
    margin-bottom: 15px;
  }
	
.content-detail iframe{
  width: 100% !important;
}
}
@media screen and (min-width: 576px) and (max-width: 767px){
  .section-padding{
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .title-section{
    font-size: 20px;
  }
  .title-page{
    font-size: 16px;
  }
}
@media screen and (max-width: 575px){
  .section-padding{
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .slogan-section {
    font-size: 16px;
  }
  .slogan-section.slogan-line-left::before, .slogan-section.slogan-line-right::after {
    width: 50px;
  }
  .slogan-section.slogan-line-left::before {
    left: -70px;
  }
  .slogan-section.slogan-line-right::after {
    right: -70px;
  }
  .title-section{
    font-size: 17px;
  }
  .title-page{
    font-size: 16px;
  }
  .intro-section{
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .row-list .row-item {
    margin-bottom: 15px;
  }
}

/* ================================================
  SECTION INTRO
================================================= */
.youtube-video iframe{
  width: 940px !important;
  height: 529px !important;
}
.youtube-link{
  position: relative;
}
.youtube-link a:before{
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.1);
  transition: background-color .15s ease-in-out;
}
.youtube-link a:hover:before{
  background-color: rgba(255,255,255,.05);
}
.youtube-link .icon-youtube{
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 50px;
  width: 57px;
  height: 50px;
  color: rgba(255,255,255,.5);
  margin: auto;
  transition: color .15s ease-in-out;
}
.youtube-link:hover .icon-youtube{
  color: rgba(255,255,255,.9);
}
.youtube-link img{
  position: relative;
  z-index: 1;
  max-width: 940px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .youtube-video iframe{
    width: 740px !important;
    height: 417px !important;
  }
  .youtube-link img{
    max-width: 740px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px){
  .youtube-video iframe{
    width: 546px !important;
    height: 307px !important;
    margin: auto;
  }
  .youtube-link img{
    max-width: 546px;
  }
}
@media screen and (max-width: 575px){
  .youtube-video iframe{
    width: 345px !important;
    height: 194px !important;
    margin: auto;
  }
  .youtube-link img{
    max-width: 100%;
  }
  .youtube-link .icon-youtube{
    font-size: 35px;
    width: 40px;
    height: 35px;
    color: rgba(255,255,255,.75);
  }
}

/* ================================================
  SECTION NEWS
================================================= */
.box-news{
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.18);
  transition: box-shadow .15s ease-in-out;
  border-radius: 4px;
  overflow: hidden;
}
.box-news:hover{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.28)
}
.box-news .intro{
  padding: 0 15px 5px;
}
.box-news .title{
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.4;
}
.box-news .title a{
  color: #2f2256;
}
.box-news:hover .title a,
.box-news .title a:hover{
  color: #75b730;
}
.box-news .date{
  padding: 0 15px 15px;
  color: #666;
  font-size: 14px;
}
.box-news .intro-t{
  margin-bottom: .5rem;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.box-news figure{
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.box-news figure img{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1199px){
  .box-news .title{
    font-size: 14px;
  }
  .box-news .date{
    font-size: 12px;
  }
}
@media screen and (min-width: 768px){
  .box-news .title a{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    white-space: normal;
    -webkit-box-orient: vertical;
  }
}

/* ================================================
  SECTION SHOP
================================================= */
.shop-right .f-n{
  width: 100px;
}
.shop-right .title{
  font-size: 28px;
  font-weight: 700;
}
@media screen and (min-width: 1440px){
  .shop-right{
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1439px){
  .shop-right{
    padding-left: 40px;
    padding-right: 40px;
  }
  .shop-right .title{
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .shop-right .title{
    font-size: 22px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px){
  .shop-right{
    padding-top: 30px;
  }
  .shop-right .title{
    font-size: 22px;
  }
}
@media screen and (max-width: 575px){
  .shop-right{
    padding-top: 30px;
  }
  .shop-right .title{
    font-size: 18px;
  }
}

/* ================================================
  SECTION ALBUM
================================================= */
.box-album{
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.18);
  transition: box-shadow .15s ease-in-out;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}
.box-album:hover{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.28)
}
.box-album .ba-c{
  position: relative;
  height: 100%;
}
.box-album .ba-c:before{
  z-index: 2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent,transparent 40%,rgba(0,0,0,.9));
}
.box-album .album-info{
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
}
.box-album .album-info{
  padding-left: 15px;
  padding-right: 15px;
}
.box-album .album-info .title{
  font-size: 18px;
  line-height: 1.428571429;
  color: #fff;
  transition: color .25s ease-in-out;
}
.box-album:hover .album-info .title{
  color: #de1c7d;
}
@media screen and (max-width: 575px){
  .box-album .album-info .title {
    font-size: 12px;
  }
}

/* ================================================
  NAV SHOP CART
================================================= */
.shop-nav{
  position: relative;
}
.shop-nav i:before{
  font-size: 24px;
  color: #75b730;
  transition: color .25s ease-in-out;
}
.shop-nav a{
  transition: color .25s ease-in-out;
  font-weight: 700;
  color: #333;
}
.shop-nav a:hover{
  color: #75b730;
}
.shop-nav .badge-n{
  border-radius: 3px;
  color: #75b730;
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 2px;
  line-height: 1;
  font-size: 9px;
  width: 27px;
  text-align: center;
}
@media screen and (min-width: 992px){
  .shop-nav{
    position: absolute;
    right: 15px;
  }
}

/* ================================================
  SECTION BREADCRUMB
================================================= */
.section-breadcrumb{
  position: relative;
}
.section-breadcrumb .slide-banner:after{
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.33);
}
.breadcrumb-item{
  position: relative;
}
.breadcrumb-item.active,
.breadcrumb-item a{
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item{
  margin-left: 30px;
}
.breadcrumb-item + .breadcrumb-item:before{
  content: "\f101";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  z-index: 1;
  left: -17px;
  top: 0;
  color: #fff;
}
.box-breadcrumb{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.box-breadcrumb .b-title{
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .5px;
  font-size: 28px;
  max-width: 940px;
  margin-bottom: 15px;
}
.box-breadcrumb .b-intro{
  max-width: 940px;
}

/* ==========================================================================================
  PAGE GALLERY
========================================================================================== */
.grid-gallery > .grid-image-item{
  float: left;
}
.grid-gallery > .grid-image-item .gallery-img{
  border: 1px solid transparent;
}
.grid-gallery > .grid-image-item img{
  width: 100%;
}

@media screen and (min-width:992px){
  .grid-gallery > .grid-image-item{
    width: 33.333333%;
  }
}
@media screen and (min-width: 768px) and (max-width:991px){
  .grid-gallery > .grid-image-item{
    width: 50%;
  }
}
@media screen and (min-width: 576px) and (max-width:767px){
  .grid-gallery > .grid-image-item{
    width: 50%;
  }
}
@media screen and (max-width:575px){
  .grid-gallery > .grid-image-item{
    width: 50%;
  }
}

/* ================================================
  LOADING
================================================= */
.load-more{
  width: 150px;
  display: none;
}
.s-loadding{
  -webkit-animation: sLoading 1s linear infinite;
  animation: sLoading 1s linear infinite;
}
@keyframes sLoading {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
.cssload-container.loading .load-more{
  display: inline-block;
}
.cssload-container.loading #show-btn{
  display: none;
}

/* ================================================
  PAGE CONTACT
================================================= */
.contact-form .form-control{
  min-height: 46px;
}
.contact-form .form-control,
.contact-form .input-group-text{
  border-radius: 0;
  border-color: #d6d6d6;
}
.box-contact .icon i{
  font-size: 40px;
  color: #75b730;
}
.box-contact .intro{
  padding-left: 25px;
}
.label-error{
  color: #75b730;
  opacity: .6;
}
.title-contact{
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}
.contact-info{
  margin-bottom: 15px;
}
.contact-info ul li{
  margin-bottom: 15px;
  font-size: 14px;
}
.contact-info ul span{
  color: #333;
  display: inline-block;
  min-width: 100px;
  font-weight: 600;
}
.contact-info ul a{
  color: #333;
  
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.contact-info ul a:hover{
  color: #75b730;
}
.embed-map{
  padding-top: 70px;
}
.embed-map iframe{
  width: 100% !important;
  height: 300px !important;
}

/* ================================================
  PAGE NEWS
================================================= */
@media screen and (min-width: 992px){
  .section-news-recent{
    padding-top: 0;
    padding-bottom: 0;
  }
  .title-recent{
    font-size: 20px;
    margin-bottom: 25px;
  }
}

/* ================================================
  PAGE ABOUT
================================================= */
.menu-right{
  margin-bottom: 1.5rem;
}
.menu-right ul li{
  padding-left: 30px;
  position: relative;
  margin-bottom: 7px;
}
.menu-right ul i{
  position: absolute;
  top: 3px;
  left: 0;
  color: #75b730;
}
.menu-right ul li a{
  color: #333;
  font-weight: 500;
}
.menu-right ul li.active a,
.menu-right ul li:hover a{
  color: #75b730;
}
.title-right{
  text-transform: uppercase;
  line-height: 1.428571429;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.title-right a{
  color: #2f2256;
}
.title-right a:hover{
  color: #de1c7d;
}

/* ==========================================================================================
  BANNER RIGHT
========================================================================================== */
.banner-right .br-item{
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px){
  .banner-right{
    margin-bottom: 1.75rem;
  }
  .banner-right .br-item{
    margin-bottom: .75rem;
  }
}

/* ==========================================================================================
  MODAL
========================================================================================== */
.modal-style{
  padding-top: 30px;
  padding-bottom: 30px;
}
.modal-style.show{
  /* display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
   */
}
.modal-style .modal-dialog{
  max-width: 970px;
  min-width: 350px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.modal-style .modal-header{
  border-bottom-width: 0;
  padding-bottom: 0;
}
.modal-style .modal-header .modal-title{
  font-weight: 700;
  color: #004A8F;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.modal-style button.modal-close span{
  font-size: 0;
}
.modal-style .modal-header .close{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: .5rem;
  margin: -1rem -1rem -1rem auto;
  border: 0;
  background-color: transparent;
}
@media screen and (min-width: 992px){
  .modal-style .modal-header{
    padding: 30px 35px 0;
  }
  .modal-style .modal-body{
    padding: 30px 35px;
  }
} 

/* ==========================================================================================
  HR PAGE
========================================================================================== */
.list-hr .item-hr{
  margin-bottom: 30px;
}
.box-hr{
  background-color: #f0f3f7;
  border-radius: 10px;
  height: 100%;
}
.box-hr figure{
  padding: 30px 30px 0;
}
.box-hr figure a{
  position: relative;
  width: 70%;
  padding-top: 70%;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
.box-hr figure img{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
}
.box-hr .hr-wrapper{
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.box-hr .hr-wrapper h2 a{
  color: #75b730;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  display: block;
}
.box-hr .hr-wrapper .intro{
  text-transform: uppercase;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.mhr-l .img{
  margin-bottom: 10px;
}
.mhr-l .img img{
  width: 100%;
}
.mhr-l .intro{
  text-align: center;
}
/* modal */
.modal-hr .mhr-l{
  background-color: #e5edf4;
  padding: 30px;
  border-radius: 8px;
}
.modal-hr .mhr-l .img{
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 8px 3px #ccc;
  position: relative;
  padding-top: 100%;
}
.modal-hr .mhr-l img{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.modal-hr .intro{
  text-transform: uppercase;
  text-align: center;
}
.share-hr{
  padding-top: 7px;
  padding-bottom: 1px;
}
/* hr box other */
.mm-list > div{
  margin-bottom: 15px;
}
.box-mm{
  background-color: #fff;
  border-radius: 8px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}
.box-mm .box-hr figure{
  padding: 15px 15px 10px;
}
.box-mm .box-hr .hr-wrapper{
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 1px;
}
.modal-hr .modal-dialog{
  max-width: 1140px;
}
.modal-hr .mhr-l .title-service{
  text-transform: uppercase;
  font-weight: 700;
  color: #75b730;
}
.box-hr .hr-wrapper .intro{
  font-size: 12px;
}
.s-share .b_share{
  font-size: 20px;
}
.s-share.sv-share{
  padding-top: 0;
}
.s-share.sv-share .b_share{
  display: inline-block;
  margin-right: 15px;
  padding: 0;
  text-align: left;
}
.s-share .s-facebook{
  color: #0A66C2;
}
.s-share .s-tel{
  color: #22A9E3;
}
.s-share .s-email{
  color: #3B9AF3;
}
@media screen and (min-width: 1200px){
  .modal-hr .mhr-l .title-service{
    font-size: 22px;
  }
}
@media screen and (min-width: 992px){
  .modal-hr .modal-body{
    padding: 15px 50px 50px;
  }
  .modal-hr .modal-body .mhr-r{
    padding-left: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .modal-hr .mhr-l .title-service{
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .modal-hr .mhr-l .title-service{
    font-size: 20px;
  }
}
@media screen and (max-width: 767px){
  .list-hr .item-hr{
    margin-bottom: 15px;
  }
  .mhr-r{
    padding-top: 30px;
  }
  .modal-hr .mhr-l .title-service{
    font-size: 16px;
  }
  .box-hr .hr-wrapper{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .box-hr .hr-wrapper h2 a{
    font-size: 12px;
  }
  .box-hr .hr-wrapper .intro{
    font-size: 10px;
  }
  .box-hr figure{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
  }
  .box-hr figure a{
    width: 80%;
    padding-top: 80%;
  }
}

/* ==========================================================================================
  CHUONG TRINH THIEN NGUYEN
========================================================================================== */
.box-help{
  background-color: #fff;
  position: relative;
  top: 0;
  border-radius: 5px;
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  /*box-shadow: 0px 0px 1px 1px #ccc;*/
  -webkit-transition: top 200ms linear 0ms;
  -khtml-transition: top 200ms linear 0ms;
  -moz-transition: top 200ms linear 0ms;
  -ms-transition: top 200ms linear 0ms;
  -o-transition: top 200ms linear 0ms;
  transition: top 200ms linear 0ms;
}
.box-help:hover{
  top: -5px;
}
.box-help .img{
  position: relative;
  /*overflow: hidden;*/
  padding-top: 75%;
  background-color: #eeeeee;
}
.box-help img{
  border-radius: 5px 5px 0 0;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.box-help .status{
  position: absolute;
  z-index: 3;
  background-color: #624896;
  padding: 7px 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  right: -7px;
  bottom: 10px;
}
.box-help .status.upcoming{
  background-color: #0999d6;
  color: #fff;
}
.box-help .status.ongoing{
  background-color: #566824;
}
.box-help .status.completed{
  background-color: #e53f2b;
}
.box-help .status:before{
  position: absolute;
  z-index: 1;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid rgba(34,69,121,.85);
  transform: rotate(45deg);
  right: 2px;
  top: -5px;
}
.box-help .info{
  /*border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;*/
  border-radius: 0 0 5px 5px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.box-help .info .title{
  font-weight: 700;
  font-size: 14px;
  line-height: 1.428571429;
}
.box-help .info .title a{
  color: #2f2256;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.box-help:hover .info .title a{
  color: #de1c7d;
}
.box-help .info .intro{
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.box-help .s-progress{
  height: 10px;
}
.box-help .s-progress .progress-bar{
  height: 10px;
  background-color: #fcc701;
  font-size: 12px;
}
.section-related{
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #f0f3f7;
}

/* ==========================================================================================
  BAO CAO
========================================================================================== */
.report-list{

}
.report-list .report-item{
  
}
.report-list .report-item a{
  position: relative;
  padding-left: 22px;
  display: block;
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #2f2256;
}
.report-list .report-item i{
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0;
  color: #75b730;
  transition: color .25s ease-in-out;
}
.report-list .report-item:hover a,
.report-list .report-item:hover i{
  color: #de1c7d;
}

/* ================================================
  PROGRAM
================================================= */
.box-program{
  overflow: hidden;
}
.box-program a{
  position: relative;
  display: block;
}
.box-program a:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3333);
}
.box-program img {
  position: relative;
  z-index: 1;
  transition: all .25s ease-in-out;
}
.box-program:hover img {
  -webkit-transform: scale(1.03);
  -khtml-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.box-program .info {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.box-program .title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1200px) and (max-width: 1399px){
  .box-program .info {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199px){
  .box-program .info {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px){
  .box-program .info {
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-program .title {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
  .box-program .intro {
    font-size: 13px;
  }
}

/* ================================================
  ICON CONTACT
================================================= */
.contact-icon{
  position: fixed;
  z-index: 1029;
  right: 0;
  top: 0;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.ci-list li + li{
  border-top: 1px solid #fff;
}
.ci-list a{
  display: block;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  background-color: #e53f2b;
}
.ci-list a.phone{
  background-color: #de1c7d;
}
.ci-list a.facebook{
  background-color: #1877f2;
}
.ci-list a.youtube{
  background-color: #ff0000;
}
.ci-list a.zalo{
  background-color: #0068fe;
}
.ci-list a i{
  line-height: 40px;
}
.ci-list a img{
  height: 40px;
  vertical-align: baseline;
}

@media screen and (max-width: 767px){
  .contact-icon{
    right: 0;
    top: auto;
    left: 0;
    bottom: 0;
    background-color: #fff;
    height: auto;
    width: 100%;
    justify-content: center;
    padding-top: 7px;
    box-shadow: 0px 0px 10px 3px rgba(138, 138, 138, 0.33);
  }
  .ci-list li{
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
  }
  .ci-list li + li{
    border-top-width: 0;
  }
  .ci-list a{
    border-radius: 5px;
    overflow: hidden;
  }
}

/* ================================================
  DATATABLE
================================================= */
.table-donggop .dataTables_filter {
  /*display: none;*/
}
.table-donggop .paginate_button.disabled{
  cursor: no-drop;
}
.table-donggop .paginate_button.disabled .page-link{
  color: #999;
}

/* ================================================
  LINK - DETAIL CONTENT
================================================= */
.ls_link .title{
  font-size: 19px;
  font-weight: 500;
}
.ls_link .ci-list a.zalo{
  border: 1px solid #0068fe;
  position: relative;
  top: -3px;
}
.ls_link .ci-list a img{
  vertical-align: middle;
  height: 38px;
}

/* ==========================================================================================
  404 PAGE
========================================================================================== */
.error-content .error-title {
    font-size: 400px;
    line-height: 0.8;
    color: #75b730;
  font-weight: 700;
}
.error-content .error-para {
    display: block;
    font-size: 50px;
    color: #75b730;
}
.error-content a {
    margin-top: 50px;
}
@media screen and (min-width:992px){
  .error-content .error-title {
      font-size: 350px;
  } 
  .error-content .error-para {
      line-height: 70px;
  }
}
@media screen and (min-width:768px) and (max-width:991px){
  .error-content .error-title {
      font-size: 280px;
  } 
}
@media screen and (min-width:576px) and (max-width:767px){
  .error-content .error-title {
      font-size: 190px;
  } 
  .error-content .error-para{
    font-size: 30px;
  }
}
@media screen and (max-width:575px){
  .error-content .error-title {
      font-size: 100px;
  }   
  .error-content .error-para{
    font-size: 25px;
    line-height: 40px;
  }
}

/* ==========================================================================================
  NEWS - 2 col
========================================================================================== */
.box-news-fi img{
  width: 100%;
}
.box-news-fi .intro .title{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  white-space: normal;
  -webkit-box-orient: vertical;

  font-size: 18px;
  line-height: 1.4
}
.box-news-fi .intro .title a{
  color: #2f2256;
}
.box-news-fi:hover .intro .title a,
.box-news-fi .intro .title:hover a{
  color: #75b730;
}
.box-news-fi .intro-t{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.box-news-fi .intro .date{
  color: #666;
  font-size: 14px;
}

.box-news-si img{
  width: 150px;
}
.box-news-si .intro .title{
  font-size: 14px;
}
.box-news-si .intro-t{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  white-space: normal;
  -webkit-box-orient: vertical;
  font-size: 13px !important;
}
.box-news-si .intro .date{
  font-size: 13px;
}

@media screen and (max-width:991px){
  .box-news-fi .intro-t{
    font-size: 14px;
  }
  .box-news-si img{
    width: 100px;
  }
  .box-news-si .intro .title{
    font-size: 13px;
  }
  .box-news-si .intro-t{
    display: none;
  }
}




/* ================================================
  COLOR THEME
  color: #75b730;
  color: #de1c7d;
  color: #e53f2b;
  color: #fcc701;
================================================= */
