@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: 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;
}
.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);
}
/*===============ERROR================*/
.cover_error {
  display: grid;
  grid-template-columns: 30% 70%;
  border-radius: 65px;
  box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
.red_error {
  background: #f0ae3d;
  color: #fff;
  font-size: 4.1rem;
  border-radius: 65px 0 0 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.red_error > i {
  transform: translate(5px, -3px);
}
.error_index {
  position: relative;
  z-index: 99999;
}
.info_error {
  padding: 10px;
  text-align: center;
  border-radius: 0 65px 65px 0;
  background: #fff;
}
.title_error {
  font-weight: bold;
}
/*===============ERROR================*/
/*===============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: #ef8e1e;
  font-size: 6vw;
  color: #fff;
  font-weight: bold;
}
.top-header .col-right + div {
  background: #ef8e1e;
}
.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 #ef8e1e;
  position: relative;
}
.menu_header {
  max-width: 750px;
  justify-content: space-around;
  margin: auto !important;
}
.menu_header > li > a {
  color: #ef8e1e;
  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;
}
/*===============MENU================*/
/*===============INTRO================*/
.des_catalog {
  font-weight: 500;
}
.form_intro {
  background: #ef8e1e;
  color: #fff;
  height: 100%;
  text-align: center;
  padding: 9px;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  border-radius: 6px;
}
.form_main_intro .btn {
  color: #ef8e1e;
  border-radius: 25px;
  padding: 0 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  font-weight: 500;
}
.title_main {
  gap: 25px;
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
.title_main > span {
  gap: 25px;
  font-size: 2rem;
  color: #ef8e1e;
  font-family: Bango;
  margin-bottom: 20px;
}
.title-main {
  font-family: BANGO;
  color: #fff;
  font-size: 6vw;
  position: relative;
  width: 330px;
  margin: auto;
  margin-bottom: 20px;
  background: #ef8e1e;
}
.title-main:not(.nobefore):before,
.title-main:not(.nobefore):after {
  content: "";
  position: absolute;
  top: -8px;
  left: 33%;
  width: 15px;
  height: 15px;
  background: #ef8e1e;
  border-radius: 50%;
}
.title-main:not(.nobefore):after {
  right: 33%;
  left: unset;
}
.cover_titlemain {
  display: inline-block;
  border-top: 1px solid;
  position: relative;
  padding-top: 15px !important;
}
.cover_titlemain:before,
.cover_titlemain:after {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #ef8e1e;
  border-radius: 50%;
}
.cover_titlemain:after {
  right: 0;
  left: unset;
}
.title-main span {
  display: block;
  font-size: 16px;
  color: #212529;
  font-weight: unset;
  font-family: sans-serif;
}
.list_intro {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  padding: 10px;
  border: 1px dashed;
}
.list_intro li {
  position: relative;
  padding-bottom: 5px;
  font-weight: 600;
  list-style: disc !important;
  margin-left: 30px;
}
/*===============INTRO================*/
/*===============KY THUAT DIEU TRI================*/
.kythuatdieutri {
  background: #fcefd8;
  padding-top: 45px;
  padding-bottom: 20px;
  margin-top: -45px !important;
}
.kythuatdieutri ul {
  padding-left: 25px;
  margin-top: 20px !important;
}
.kythuatdieutri ul li {
  margin-bottom: 5px;
  list-style: disc;
}
/*===============KY THUAT DIEU TRI================*/

/*===============list_info_middle_index================*/
.list_info_middle_index {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.item_list_info_middle_index {
  border-radius: 8px;
  display: block;
  padding: 15px;
  color: #fff !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-direction: column;
  background: #ff801e;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.item_list_info_middle_index:is(:nth-child(2), :nth-child(3)) {
  background: #4d4d4d;
}
/*===============list_info_middle_index================*/

/*===============POST_INDEX================*/
/*.item_post_index{
	display: grid;
	grid-template-columns: 40% 58%;
	grid-gap: 10px;
	padding: 5px;
}*/
.item_post_index:not(:last-child) {
  margin-bottom: 13px;
}
.title_post_index {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000 !important;
  font-weight: 600;
  font-size: 1rem;
  overflow: hidden;
}
.des_post_index {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content_post_index {
  margin-top: 10px;
}
.list_category_index ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.list_category_index ul li {
  padding: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 15px;
  cursor: pointer;
}
.list_category_index ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 15px;
}
.list_category_index ul li.active {
  background: #d57125;
}
.list_category_index ul li.active img {
  filter: brightness(30);
}
.list_category_index ul li:hover {
  background: #d57125;
}
.list_category_index ul li:hover img {
  filter: brightness(30);
}
.list_category_index ul li:hover p {
  color: #fff !important;
}
.list_category_index ul li.active p {
  color: #fff !important;
}
.list_category_index ul li p {
  font-size: 15px;
  font-weight: bold;
  color: #666666;
}
.list_category_index ul li img {
  display: block;
  margin: auto;
}
/*===============POST_INDEX================*/
/*===============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;
  color: #fff;
  font-size: 1rem;
  padding-top: 287px;
  margin-top: -180px;
}
.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: #fff;
  color: #022a3a;
  display: flex;
  align-items: center;
  font-size: 28px;
  justify-content: center;
  font-weight: bold;
  z-index: 1;
  transform: translateX(-20px);
}
.list_social a {
  display: block;
  margin: 12px 0;
  font-size: 1.2rem;
  border-bottom: 1px solid;
  font-weight: 600;
  color: #fff;
}
/*===============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: #d57125;
  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: #ef8e1e;
}
.breadcrumb {
  background: transparent !important;
}
h1.title_detail_post {
  border-bottom: 2px solid #ef8e1e;
  font-size: 1.2rem;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #ef8e1e;
}
.post-main h2 {
  font-size: 1.5rem;
  color: #ef8e1e;
  border-bottom: 1px solid #ef8e1e;
  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: #ef8e1e;
  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: #ef8e1e;
}
.btn_gre_loai,
.btn_or_loai {
  padding: 5px 10px;
  color: #fff;
  background: #d57125;
  border-radius: 5px;
}
.btn_gre_loai:hover,
.btn_or_loai:hover {
  color: #fff;
}
.btn_or_loai {
  padding: 5px 10px;
  color: #fff;
  background: #ef8e1e;
  border-radius: 5px;
}
.page-link {
  border-color: #d57125 !important;
  color: #d57125 !important;
  font-weight: 500;
}
.page-item.active .page-link {
  background: #d57125 !important;
  color: #fff !important;
}
.count_online {
  /*background: linear-gradient(180deg,  rgba(219,141,59,1) 33%, rgba(239,90,60,1)90%);*/
  background: #ef8e1e;
  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 #ef8e1e;
}
.main-breacrumd .breadcrumb-item > a {
  color: #ef8e1e;
}
.d-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
/*===============LOAI_RIGHT================*/
