@font-face {
  font-family: Bango;
  font-weight: 400;
  font-style: normal;
  src: url(SVN-Bango.otf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Aguda;
  font-weight: 400;
  font-style: normal;
  src: url(SVN-Aguda.otf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Avo;
  font-weight: 400;
  font-style: normal;
  src: url(SVN-Avo.ttf) format("truetype");
  font-display: swap;
}
:root {
  --menubg: #12a1b0;
}
body {
  font-size: 14px !important;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}
p {
  text-align: justify;
}
a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
form {
  margin: 0;
}
.gap-10 {
  gap: 10px;
}
.gap-20 {
  gap: 20px;
}
.pt-45 {
  padding-top: 4.5rem !important;
}
.container {
  max-width: 650px !important;
}
.d-grid {
  display: grid;
  grid-gap: 10px;
}
.grid-template-2 {
  grid-template-columns: repeat(2, 1fr);
}
.title_main{
  border-bottom:1px solid #333;
  padding-bottom: 10px;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: bold;
}
/*===============Top-header================*/
.top-header {
  position: relative;
  height: 60px;
}
.cover_bg_header_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.top-header .menu_m {
  display: block;
  height: 100%;
}
.top-header .col-right {
  background: #FF9900;
  font-size: 6vw;
  color: #fff;
  font-weight: bold;
}
.top-header .col-right + div {
  background: #FF9900;
}
.col-right i {
  font-size: 35px;
  margin-right: 10px;
}
.col-right .searchbar {
  line-height: 1;
}
.col-right .searchbar p {
  font-size: 12px;
  color: #fff;
  font-weight: unset;
  margin-bottom: 0;
}
/*===============MENU================*/
.nav_main {
  border-top: 1px solid #00ADAC;
  position: relative;
}
.menu_header {
  max-width: 750px;
  justify-content: space-around;
  margin: auto !important;
}
.menu_header > li > a {
  color: #00ADAC;
  font-weight: 600;
  display: inline-block;
  padding: 8px 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}
.menu_header > li > a > .bxs-down-arrow {
  font-size: 0.7rem;
}
.submenu_main {
  position: relative;
}
.submenu_main:hover .submenu_header {
  opacity: 1;
  pointer-events: all;
}
.submenu_header {
  position: absolute;
  top: 100%;
  max-width: 100%;
  min-width: 200px;
  width: max-content;
  padding: 5px 15px 5px;
  background: #fff;
  box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 10%);
  border-radius: 0 0 8px 8px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.submenu_header > li > a {
  display: inline-block;
  padding-bottom: 5px;
}
.btn_xemgiayphep,.btn_xemgiayphep_2 {
  width: 214px;
    margin: auto;
    text-align: center;
    padding: 8px 17px;
    color: #fff;
    background: #FF6600;
    border-radius: 8px;
    font-style: italic;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
}
#giayphep{
  width: 92%;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 999999;
  background: #fff;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: all 500ms;
  overflow: hidden;
}
#giayphep.active{
  opacity: 1;
  pointer-events: all;
}
/*.silder-giayphep img{
  width: auto !important;
  height: 550px !important;
}*/
.bg-cover{
  background: rgba(0,0,0,0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
}
.close_giayphep{
  position: absolute;
  top: -2px;
  right: 10px;
  z-index: 99999999;
  cursor: pointer;
  color: red;
  font-weight: bold;
  font-size: 25px;
}
.silder-giayphep{
  position: relative;
}
.silder-giayphep :is(.btn_slick_prev.slick-arrow,.btn_slick_next.slick-arrow){
  position: absolute;
  top: 50%;
  right: 25px;
  width: 25px;
  height: 25px;
  font-weight: bold;
  cursor: pointer;
  z-index: 999999;
}
.silder-giayphep .btn_slick_prev.slick-arrow{
  left: 25px;
  right: unset;
}
.silder-giayphep :is(.btn_slick_prev.slick-arrow,.btn_slick_next.slick-arrow) > img{
  width: 100% !important;
  height: auto !important;
}
/*===============MENU================*/
/*===============SECTION-1================*/
.item-section-1{
  padding: 10px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 3px 3px 6px 0px rgba(0,0,0,.3);
  width: 48%;
}
.item-section-1.active{
  background: linear-gradient(125deg, rgba(0,150,150,1) 0%, rgba(0,173,173,1) 35%, rgba(0,192,192,1) 62%, rgba(0,196,196,1) 100%);
}
.name-section-1{
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.des-section-1{
  text-align: justify;
}
.des-section-1-2{
  font-weight: 600;
}
.name-section-1-2 {
  font-size: 19px;
  color: #099;
}
.item-section-1.active :is(.name-section-1-2 ,.des-section-1-2){
  color: #fff;
}
/*===============SECTION-1================*/

/*===============SECTION-2================*/
.section-2{
  position: relative;
}
.posi_section2{
  position: absolute;
  top: 1%;
  left: 4%;
  background: url(../img/posi_section2.png) top center no-repeat;
  width: 89px;
  height: 51px;
  background-size: contain;
}

.title-section-2 span{
  font-size: 22px;
  display: inline-block;
  padding: 5px 15px;
  background: linear-gradient(90deg, rgba(0,154,154,1) 46%, rgba(0,196,196,1) 86%);
  color: #fff;
  width: max-content;
  font-weight: bold;
}
.name-section-2{
  color: #666666;
  font-size: 20px;
}
.name-section-2 span {
  color: #006666;
  display: inline-block;
  font-size: 52px;
  font-weight: bold;
}
.content-section-2{
  color: #000;
  font-size: 19px;
  text-align: justify;
}
.content-section-2 span {
  color: #006666;
  font-weight: bold;
}
.section-2 img{
  margin-top: 20px !important; 
}
/*===============SECTION-2================*/
/*===============SECTION-4================*/
.section-4{
  background: url(../img/bg_section4.png) center center no-repeat;
  background-size: 148%;
  padding: 30px 0;
  background-position-y: 89%;
}
.title_section4 {
  color: #666666;
  text-align: center;
  font-size: 22px;
  margin-bottom: 50px;
}
.title_section4 span {
 display: block;
 background: linear-gradient(90deg, rgba(0,154,154,1) 46%, rgba(0,196,196,1) 86%);
 color: #fff;
 width: max-content;
 text-align: center;
 margin: auto;
 margin-bottom: 12px;
 padding: 5px 20px;
 font-weight: bold;
}
.title_form {
  font-weight: bold;
  font-size: 21px;
}
.cover_form_middle form{
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0 0 0 / 25%);
  background: rgba(255 255 255 / 55%);
}
.cover_form_middle textarea{
  height: 115px !important;
  resize: none;
}
.btn_mid{
  padding: 5px 25px;
  background: #00ADAC;
  color: #fff;
  border: 0 ;
}
.item-section-4{
  display: grid;
  grid-template-columns: 25% 70%;
  grid-gap: 8px;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc8c8;
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0,0,0,.4);
}
.item-section-4 img{
  display: block;
  margin: auto;
  width: auto;
  height: 42px;
}
.content-section-4{
  font-weight: bold;
  font-size: 30px;
}
.content-section-4 div{
  font-size: 11px;
}
.img-section-4 img{
  display: block;
  margin: auto;
}
/*===============SECTION-4================*/
/*===============SECTION-5================*/
.item-section5{
  /*display: grid;
  grid-template-columns: 32% 65%;*/
  grid-gap: 8px;
}
.title-section5{
  width: 100%;
  background: linear-gradient(90deg, rgba(0,154,154,1) 46%, rgba(0,196,196,1) 86%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  padding: 10px 0;
  text-align: center;
}
.name-section5{
  color: #330066;
  font-weight: bold;
}
/*===============SECTION-5================*/
/*===============SECTION-33================*/
.content_list_post_gov{
  padding: 25px 0;
  border-radius: 20px;
  box-shadow: 0 6px 5px rgba(0 0 0 / 16%);
  background: rgba(255 255 255 / 55%);
  overflow: hidden;
  max-height: 391px;
  position: relative;
  transition: all 500ms;
  width: 83%;
}
.load_more_csyt{
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #FF6600;
}
.content_list_post_gov a{
  color: #333;
}
/*===============SECTION-33================*/

/*===============FOOTER================*/
.footer {
/*  background: linear-gradient(0deg, rgba(0,19,41,1) 0%, rgba(2,45,60,1) 79%);*/
/*background: url(../img/bg_footer.png) top center no-repeat;
background-size: cover;
background-position-x: -26px;*/
border-bottom: 50px solid #00B9B9;
color: #000;
font-size: 1rem;
padding-bottom: 25px;
}
.info_bottom {
  background: rgb(255, 115, 0);
  background: linear-gradient(
    87deg,
    rgba(255, 115, 0, 1) 8%,
    rgba(222, 180, 1, 1) 84%,
    rgba(255, 115, 0, 1) 96%
  );
}
.phone_bottom {
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.phone_bottom i {
  font-size: 2.5rem;
  margin-right: 15px;
}
.form_footer {
  background: #eb5c05;
  border-radius: 4px;
  width: 350px;
}
.form_footer button {
  color: #000;
  border: 0;
}
.footer .col-left .p-1 {
  border-bottom: thin solid #fff;
}
.img_phone img {
  height: 70px;
  z-index: 2;
}
.img_phone div {
 flex: 1;
 background: #dddddd;
 color: #022a3a;
 display: flex;
 align-items: center;
 font-size: 28px;
 justify-content: center;
 font-weight: bold;
 z-index: 1;
 border-radius: 0 25px 25px 0;
 transform: translateX(-20px);
}
.list_social a {
  display: block;
  margin: 12px 0;
  font-size: 1.2rem;
  border-bottom: 1px solid;
  font-weight: 600;
  color: #000;
}
/*===============FOOTER================*/
/*===============LOAI_RIGHT================*/
.tag_time_loai {
  padding: 15px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e1e1e1;
  border-radius: 7px;
}
.tag_time_loai span {
  font-weight: 500;
}
.tag_time_loai > i {
  font-size: 4.5rem;
  margin-right: 8px;
  color: #4d4e50;
}
.item_info_right {
  background: #FF9900;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  line-height: 1.2;
  align-items: center;
  text-transform: uppercase;
  height: 100%;
  border-radius: 6px;
}
.item_info_right:hover {
  color: #fff;
}
.item_info_right > img {
  width: 30%;
  margin-right: 10px;
}
.bg_or {
  background: #00ADAC;
}
.breadcrumb {
  background: transparent !important;
}
h1.title_detail_post {
  border-bottom: 2px solid #00ADAC;
  font-size: 1.2rem;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #00ADAC;
}
.post-main h2 {
  font-size: 1.5rem;
  color: #00ADAC;
  border-bottom: 1px solid #00ADAC;
  padding-bottom: 10px;
}
.right-khung {
  padding: 10px;
  border-radius: 5px;
  margin: 1rem 10px;
  box-shadow: 0px 0px 2px green;
  background: rgba(0, 77, 220, 0.1);
}
.title_lienquan {
  padding-bottom: 1px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #00ADAC;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
.cover_img_post {
  width: 30%;
  display: inline-block;
}
.content_post_loai {
  width: 70%;
  padding: 0 15px;
}
.content_post_loai > h5 {
  font-size: 1rem;
}
.cl-or {
  color: #00ADAC;
}
.btn_gre_loai,
.btn_or_loai {
  padding: 5px 10px;
  color: #fff;
  background: #FF9900;
  border-radius: 5px;
}
.btn_gre_loai:hover,
.btn_or_loai:hover {
  color: #fff;
}
.btn_or_loai {
  padding: 5px 10px;
  color: #fff;
  background: #00ADAC;
  border-radius: 5px;
}
.page-link {
  border-color: #FF9900 !important;
  color: #FF9900 !important;
  font-weight: 500;
}
.page-item.active .page-link {
  background: #FF9900 !important;
  color: #fff !important;
}
.count_online {
  /*background: linear-gradient(180deg,  rgba(219,141,59,1) 33%, rgba(239,90,60,1)90%);*/
  background: #00ADAC;
  color: #fff;
}
.count_online .numbe_count {
  font-size: 0.7rem !important;
  text-align: unset;
}
.count_online .numbe_count h2 {
  font-size: 1rem;
}
.count_online .numbe_count p {
  text-align: unset !important;
}
.main-breacrumd > .breadcrumb {
  border-bottom: 2px solid #00ADAC;
}
.main-breacrumd .breadcrumb-item > a {
  color: #00ADAC;
}
.d-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
/*===============LOAI_RIGHT================*/
