:root {
  --color-text-title: #f47920;
  --header-background: #124e91;
}

.maxLine_1,
.maxLine_2,
.maxLine_3,
.maxLine_4,
.maxLine_5,
.maxLine_6,
.maxLine_7 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.maxLine_1 {
  -webkit-line-clamp: 1;
  -o-line-clamp: 1;
  -moz-line-clamp: 1;
}

.maxLine_2 {
  -webkit-line-clamp: 2;
  -o-line-clamp: 2;
  -moz-line-clamp: 2;
}

.maxLine_3 {
  -webkit-line-clamp: 3;
  -o-line-clamp: 3;
  -moz-line-clamp: 3;
}

.maxLine_4 {
  -webkit-line-clamp: 4;
  -o-line-clamp: 4;
  -moz-line-clamp: 4;
}

.maxLine_5 {
  -webkit-line-clamp: 5;
  -o-line-clamp: 5;
  -moz-line-clamp: 5;
}

.maxLine_6 {
  -webkit-line-clamp: 6;
  -o-line-clamp: 6;
  -moz-line-clamp: 6;
}

.maxLine_7 {
  -webkit-line-clamp: 7;
  -o-line-clamp: 7;
  -moz-line-clamp: 7;
}

.hide-767 {
  display: flex !important;
}

.show-767 {
  display: none !important;
}

.hide-990 {
  display: flex !important;
}

.show-990 {
  display: none !important;
}

@font-face {
  font-family: "SVN-Gilroy Thin";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/tmp/assets/fonts/svn-gilroy_regular.ttf");
}

@font-face {
  font-family: "SVN-Gilroy Light";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/tmp/assets/fonts/svn-gilroy_regular.ttf");
}

@font-face {
  font-family: "SVN-Gilroy";
  font-style: normal;
  font-weight: 500;
  src: url("/themes/tmp/assets/fonts/svn-gilroy_medium.ttf");
}

@font-face {
  font-family: "SVN-Gilroy Med";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/tmp/assets/fonts/svn-gilroy_med.ttf");
}

@font-face {
  font-family: "SVN-Gilroy Semi";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/tmp/assets/fonts/svn-gilroy_semibold.ttf");
}

@font-face {
  font-family: "SVN-Gilroy Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/tmp/assets/fonts/svn-gilroy_semibold.ttf");
}

*,
::after,
::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-size: 1rem;
  line-height: 1.7rem;
  font-family: "Open Sans", "Verdana", "Tahoma", sans-serif;
  background: #f8f9fa;
}

@media (max-width: 577px) {
  body {
    background: #fff;
  }
}

p {
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

iframe {
  max-width: 100% !important;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
}

h2 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

h3 {
  margin-bottom: 0.8rem;
  font-size: 1.25rem;
}

h4,
h5,
h6 {
  margin-bottom: 0.7rem;
  font-size: 1.15rem;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (max-width: 767px) {
  .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (max-width: 577px) {
  .container {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}

.width100 {
  width: 100% !important;
}

.sliderBoxHome {
  position: relative;
}

.sliderBoxHome_item img {
  width: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sliderBoxHome .slick-prev,
.sliderBoxHome .slick-next {
  padding: 15px !important;
  top: 50% !important;
  bottom: unset !important;
  transform: translateY(-50%);
  border-radius: 0 !important;
  box-shadow: none !important;
}

.sliderBoxHome .slick-prev {
  left: 0 !important;
  right: unset !important;
}

.sliderBoxHome .slick-next {
  left: unset !important;
  right: 0 !important;
}

.sliderBoxHome .slick-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.sliderBoxHome .slick-dots li {
  list-style-type: none;
  cursor: pointer;
}

.sliderBoxHome .slick-dots li button {
  padding: 0;
  height: 5px;
  width: 60px;
  background: var(--header-background);
  opacity: 0.3;
  border: none !important;
  box-shadow: none !important;
}

.sliderBoxHome .slick-dots li button::-moz-selection {
  border: none !important;
  outline: none !important;
}

.sliderBoxHome .slick-dots li button::selection {
  border: none !important;
  outline: none !important;
}

.sliderBoxHome .slick-dots li:not(:first-child) {
  margin-left: 0.5rem;
}

.sliderBoxHome .slick-dots .slick-active button {
  background: var(--header-background);
  opacity: 1;
}

@media (max-width: 1023px) {
  .sliderBoxHome .slick-dots {
    bottom: 0.5rem;
  }

  .sliderBoxHome .slick-dots li button {
    width: 50px;
    height: 3px;
  }
}

.mainContent {
  width: 100%;
}

.mainContent>div {
  margin: 5rem auto;
}

@media (max-width: 1199px) {
  .mainContent>div {
    margin: 4.5rem auto;
  }
}

@media (max-width: 1023px) {
  .mainContent>div {
    margin: 4rem auto;
  }
}

@media (max-width: 991px) {
  .mainContent>div {
    margin: 3.5rem auto;
  }
}

@media (max-width: 767px) {
  .mainContent>div {
    margin: 3rem auto;
  }
}

@media (max-width: 577px) {
  .mainContent>div {
    margin: 2.5rem auto;
  }
}

@media (max-width: 419px) {
  .mainContent>div {
    margin: 2rem auto;
  }
}

.pageContent {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.pageContent_content {
  width: calc(70% - 2rem);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.pageContent_content.background {
  background: #fff;
  padding: 1rem;
  border-radius: 7px;
  box-shadow: 0 0 5px #dee2e6;
}

.pageContent_content ul {
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.pageContent_sidebar {
  flex: 0 0 30%;
  margin-top: 0 !important;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.pageContent_sidebar.background {
  background: #fff;
  padding: 0.75rem;
  border-radius: 5px;
  box-shadow: 0 0 5px #dee2e6;
}

@media (max-width: 990px) {
  .pageContent_sidebar {
    margin-top: 2rem !important;
  }
}

@media (max-width: 577px) {
  .pageContent_sidebar {
    margin-top: 1rem !important;
  }
}

.pageContent>div:not(:first-child) {
  margin-left: 2rem;
}

.backgroundFull {
  background: #fff;
  padding: 1rem;
  box-shadow: 0 0 5px #dee2e6;
  border-radius: 7px;
}

@media (max-width: 577px) {
  .backgroundFull {
    box-shadow: none;
    padding: 0;
  }
}

.breadcrumbBox {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
}

.breadcrumbBox .container {
  font-size: 0.95rem;
  overflow: hidden;
}

.breadcrumbBox .container a {
  color: var(--color-text-title);
}

.breadcrumbBox .container a:hover {
  color: var(--color-text-title);
}

.breadcrumbBox .container a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f101";
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  font-size: 0.7rem;
  color: #adb5bd;
}

@media (max-width: 1023px) {
  .breadcrumbBox {
    margin-bottom: 0.75rem !important;
  }
}

@media (max-width: 577px) {
  .breadcrumbBox {
    margin-bottom: 0.5rem !important;
  }
}

.imageBox {
  background: #e9ecef;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  max-width: 660px;
  margin: 0 auto 1.2rem auto;
}

.imageBox img {
  border-radius: 5px 5px 0 0;
  margin: 0 auto;
  width: 100%;
}

.imageBox_note {
  text-align: center;
  padding: 8px 15px;
  font-style: italic;
  font-size: 0.95rem;
}

.poemBox {
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
  font-weight: 600;
}

.sideBox:not(:first-child) {
  margin-top: 1.5rem;
}

.sideBox_title {
  color: #345;
  font-size: 1.25rem;
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
  margin-bottom: 1rem;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 150, 70, 0.3);
  padding-bottom: 0.5rem;
}

.sideBox img {
  width: 100%;
  border-radius: 5px;
}

.sideBox.background {
  padding: 0.75rem;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 5px #e9ecef;
}

.blogBoxSidebar {
  display: flex;
  flex-direction: column;
}

.blogBoxSidebar_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.blogBoxSidebar_item:not(:first-child) {
  margin-top: 0.4rem;
  padding-top: 0.8rem;
  border-top: 1px dashed #ced4da;
}

.blogBoxSidebar_item_image {
  flex: 0 0 100px;
}

.blogBoxSidebar_item_image img {
  border-radius: 3px;
}

.blogBoxSidebar_item_content {
  width: 100%;
  margin-left: 1rem;
}

.blogBoxSidebar_item_content__title {
  color: #345;
}

.blogBoxSidebar_item_content__title h3 {
  font-size: 1.05rem;
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
}

.blogBoxSidebar_item_content__title h3:hover {
  color: var(--color-text-title);
}

.relatedBox {
  margin-top: 2.5rem;
}

.relatedBox_title {
  color: #345;
  font-size: 1.25rem;
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
  margin-bottom: 1rem;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 150, 70, 0.3);
  padding-bottom: 0.5rem;
  border: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 1rem !important;
}

.relatedBox_box {
  display: flex;
  justify-content: space-between;
}

.relatedBox_box_item {
  width: 100%;
  margin-bottom: 2px;
}

.relatedBox_box_item:not(:first-child) {
  margin-left: 1.2rem;
}

.relatedBox_box_item_image a {
  display: flex;
}

.relatedBox_box_item_image img {
  border-radius: 5px;
}

.relatedBox_box_item_content {
  padding: 0.5rem 0;
}

.relatedBox_box_item_content_title h3 {
  color: #345;
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
}

.relatedBox_box_item_content_title h3:hover {
  color: var(--color-text-title);
}

.relatedBox_box_item_content_des {
  font-size: 0.95rem;
}

.relatedBox_box_item.background {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #dee2e6;
}

.relatedBox_box_item.background .relatedBox_box_item_content {
  padding: 0.5rem 0.75rem;
  border-radius: 0 0 5px 5px;
}

@media (max-width: 577px) {
  .relatedBox {
    margin-top: 1.5rem;
  }
}

.categoryBoxSidebar {
  display: flex;
  flex-direction: column;
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
}

.categoryBoxSidebar_item:not(:first-child) {
  border-top: 1px dashed #ced4da;
}

.categoryBoxSidebar_item>a {
  display: flex;
  color: #345;
  padding: 0.4rem 0.5rem 0.55rem 0.5rem;
  border-radius: 5px;
}

.categoryBoxSidebar_item>a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f101";
  font-size: 0.7rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-top: 0.1rem;
  color: #adb5bd;
}

.categoryBoxSidebar_item>a:hover {
  color: var(--color-text-title);
  /* background: rgba(0, 150, 70, 0.2); */
}

.categoryBoxSidebar_item>a:hover::before {
  color: var(--color-text-title);
}

.categoryBoxSidebar_item ul {
  margin-left: 1.5rem;
}

.categoryBoxSidebar_item ul li {
  list-style-type: none;
  border-top: 1px dashed #ced4da;
}

.categoryBoxSidebar_item ul li a {
  display: flex;
  color: #345;
  padding: 0.4rem 0.5rem 0.55rem 0.5rem;
  border-radius: 5px;
}

.categoryBoxSidebar_item ul li a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f192";
  font-size: 0.5rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-top: 0.1rem;
  color: #adb5bd;
}

.categoryBoxSidebar_item ul li a:hover {
  background: rgba(0, 150, 70, 0.2);
}

.devideBoxHome {
  background: #fff;
  padding: 5rem 0;
}

.devideBoxHome .container {
  display: flex;
}

.devideBoxHome_left {
  width: 70%;
}

.devideBoxHome_right {
  width: 30%;
  margin-left: 2.5rem;
}

@media (max-width: 1199px) {
  .devideBoxHome {
    padding: 4.5rem 0;
  }
}

@media (max-width: 1023px) {
  .devideBoxHome {
    padding: 4rem 0;
  }

  .devideBoxHome .container {
    flex-wrap: wrap;
  }

  .devideBoxHome_left {
    width: 100%;
  }

  .devideBoxHome_right {
    margin-left: 0;
    margin-top: 2rem;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .devideBoxHome {
    padding: 3.5rem 0;
  }
}

@media (max-width: 767px) {
  .devideBoxHome {
    padding: 3rem 0;
  }
}

@media (max-width: 577px) {
  .devideBoxHome {
    padding: 2.5rem 0;
  }
}

@media (max-width: 419px) {
  .devideBoxHome {
    padding: 2rem 0;
  }
}

.aboutUsBox>*:not(:first-child) {
  margin-top: 1rem;
}

.aboutUsBox_logo {
  position: relative;
}

.aboutUsBox_logo_text {
  position: absolute;
  top: 0;
  left: 210px;
  color: var(--color-text-title);
  font-size: 1.45rem;
  margin-bottom: 1rem;
  font-family: "SVN-Gilroy", "Verdana", "Roboto", "Tahoma", sans-serif;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.aboutUsBox_logo_text>span {
  position: absolute;
  right: 0;
}

.aboutUsBox_logo_text>span a,
.aboutUsBox_logo_text>span div {
  float: right;
  text-transform: none;
  font-size: 1rem;
  font-family: "SVN-Gilroy", "Verdana", "Roboto", "Tahoma", sans-serif;
  font-weight: normal;
  color: #567;
  cursor: pointer;
}

.aboutUsBox_logo_text>span a i,
.aboutUsBox_logo_text>span div i {
  font-weight: 900;
  font-size: 0.8rem;
  margin-left: 0.25rem;
}

.aboutUsBox_logo_text>span a:hover,
.aboutUsBox_logo_text>span div:hover {
  color: rgb(255, 60, 60);
}

@media (max-width: 767px) {
  .aboutUsBox_logo_text>span {
    display: none;
  }
}

@media (max-width: 1023px) {
  .aboutUsBox_logo_text {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .aboutUsBox_logo_text {
    font-size: 1.35rem;
  }
}

@media (max-width: 577px) {
  .aboutUsBox_logo_text {
    font-size: 1.3rem;
  }
}

.aboutUsBox_title h2,
.aboutUsBox_title h3 {
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
  font-size: 1.3rem;
}

.aboutUsBox_desc {
  font-size: 0.95rem;
  color: #567;
}

.aboutUsBox_viewMore {
  color: var(--color-text-title);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 600;
}

.aboutUsBox_viewMore i {
  font-weight: 900;
  font-size: 0.8rem;
  margin-left: 0.25rem;
}

.aboutUsBox_button {
  display: flex;
}

.aboutUsBox_button_item {
  border: 1px solid #dee2e6;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 0 10px #f8f9fa;
}

.aboutUsBox_button_item:not(:first-child) {
  margin-left: 1.5rem;
}

.aboutUsBox_button_item:hover {
  border: 1px solid rgba(0, 150, 70, 0.6);
  box-shadow: 0 0 10px rgba(0, 150, 70, 0.3);
}

.aboutUsBox_button_item:hover.iconAbout1 {
  background: url("/themes/tmp/assets/images/icon-about-1c.png") no-repeat center;
}

.aboutUsBox_button_item:hover.iconAbout2 {
  background: url("/themes/tmp/assets/images/icon-about-2c.png") no-repeat center;
}

.aboutUsBox_button_item:hover.iconAbout3 {
  background: url("/themes/tmp/assets/images/icon-about-3c.png") no-repeat center;
}

.aboutUsBox_button_item.iconAbout1 {
  background: url("/themes/tmp/assets/images/icon-about-1.png") no-repeat center;
}

.aboutUsBox_button_item.iconAbout2 {
  background: url("/themes/tmp/assets/images/icon-about-2.png") no-repeat center;
}

.aboutUsBox_button_item.iconAbout3 {
  background: url("/themes/tmp/assets/images/icon-about-3.png") no-repeat center;
}

.articleBox {
  display: flex;
  flex-direction: column;
}

.articleBox_item {
  display: flex;
  justify-content: space-between;
}

.articleBox_item:first-child .articleBox_item_image {
  flex: 0 0 400px;
}

@media (max-width: 1199px) {
  .articleBox_item:first-child .articleBox_item_image {
    flex: 0 0 380px;
  }
}

@media (max-width: 1023px) {
  .articleBox_item:first-child .articleBox_item_image {
    flex: 0 0 360px;
  }
}

@media (max-width: 990px) {
  .articleBox_item:first-child .articleBox_item_image {
    flex: 0 0 400px;
  }
}

@media (max-width: 577px) {
  .articleBox_item:first-child .articleBox_item_image {
    flex: 0 0 100%;
  }
}

.articleBox_item:not(:first-child) {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed #ced4da;
}

.articleBox_item_image {
  display: flex;
  flex: 0 0 240px;
}

.articleBox_item_image img {
  width: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.articleBox_item_content {
  width: 100%;
  margin-left: 1rem;
}

.articleBox_item_content_title h2 {
  font-size: 1.25rem !important;
  margin-bottom: 0.5rem !important;
  font-size: 1.1rem;
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
  color: #345;
  margin-bottom: 0.5rem;
}

.articleBox_item_content_title h2:hover {
  color: var(--color-text-title);
}

.articleBox_item_content_title h2:hover {
  color: var(--color-text-title);
}

.articleBox_item_content_subtitle {
  font-size: 0.925rem;
  color: #6c757d;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5rem;
}

.articleBox_item_content_subtitle>span:not(:first-child) {
  margin-left: 1rem;
}

.articleBox_item_content_subtitle>span i {
  color: #adb5bd;
  margin-right: 0.25rem;
  font-size: 0.9rem;
}

.articleBox_item_content_subtitle>*:not(:first-child) {
  margin-left: 1.2rem;
}

.articleBox_item_content_subtitle>* i {
  margin-right: 0.1rem;
  color: #adb5bd;
}

.articleBox_item_content_des {
  color: #567;
  font-size: 1rem;
}

@media (max-width: 577px) {
  .articleBox_item {
    box-shadow: none !important;
  }

  .articleBox_item_content {
    padding: 0.75rem 0 0 !important;
  }
}

.pagination {
  display: flex;
  margin-top: 2rem;
  text-align: center;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 0 !important;
}

.pagination li {
  list-style-type: none;
}

.pagination .page-item>* {
  display: flex;
  color: #345;
  justify-content: center;
  width: 40px;
  padding: 5px 0;
}

.pagination .page-item.active,
.pagination .page-item:hover {
  background: #e9ecef;
  border-radius: 3px;
  outline: 1px solid #dee2e6;
  box-shadow: 0 0 5px #e9ecef;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .pagination {
    margin-top: 1.75rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pagination {
    margin-top: 1.5rem;
  }
}

@media (max-width: 767px) {
  .pagination {
    margin-top: 1.25rem;
  }
}

@media (max-width: 577px) {
  .pagination {
    margin-top: 1.1rem;
  }

  .pagination .page-item {
    width: 100%;
  }

  .pagination .page-item>* {
    width: 100%;
  }

  .pagination .page-item.active,
  .pagination .page-item:hover {
    background: none;
    outline: none;
    box-shadow: none;
    border-bottom: 3px solid rgb(255, 60, 60);
    font-weight: bold;
  }

  .pagination .page-item.first,
  .pagination .page-item.last {
    display: none;
  }
}

.headerTop {
  display: flex;
  position: relative;
}

.headerTop a {
  display: flex;
}

.headerTop>img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 85px;
  width: 100%;
}

.headerTop_iconMobile {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-40%);
}

.headerTop_iconMobile img {
  width: 20px;
  height: 18px !important;
}

.header {
  position: relative;
  background: var(--header-background);
  height: 50px;
  box-shadow: 0 0 3px #6c757d;
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .container>*:not(:first-child) {
  margin-left: 1.5rem;
}

.header_logo {
  flex: 0 0 90px;
  height: 50px;
  position: relative;
}

.header_menu {
  display: flex;
  width: 100%;
  min-width: 950px;
}

.header_menu_item {
  height: 50px;
  line-height: 50px;
  position: relative;
}

.header_menu_item>a,
.header_menu_item>div {
  display: flex;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0 1.5rem;
  align-items: center;
  height: inherit;
  cursor: pointer;
}

.header_menu_item:hover {
  /* background: rgb(255, 60, 60); */
  background: var(--color-text-title);
}

.header_menu_item:hover>ul {
  display: block;
}

.header_menu_item ul {
  border-top: 3px solid #fff;
  background: #fff;
  width: 260px;
  box-shadow: 0 1px 5px rgba(0, 150, 70, 0.2);
  z-index: 100;
  display: none;
}

.header_menu_item>ul {
  position: absolute;
  top: 50px;
  left: 0;
}

.header_menu_item>ul li {
  list-style-type: none;
  line-height: 43px;
  position: relative;
}

.header_menu_item>ul li:not(:first-child) {
  border-top: 1px dashed #dee2e6;
}

.header_menu_item>ul li a {
  text-transform: capitalize;
  text-decoration: none;
  color: #345;
  padding: 0 15px 5px 15px;
  display: flex;
}

.header_menu_item>ul li a:hover {
  color: var(--color-text-title);
  /* background: rgba(0, 150, 70, 0.1); */
}

.header_menu_item>ul li:hover>ul {
  display: block;
}

.header_menu_item>ul li>ul {
  position: absolute;
  right: -260px;
}

#nav-mobile {
  display: none;
}

.nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-direction: row;
}

.nav-mobile_bg {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.nav-mobile_main {
  flex: 0 0 300px;
  background: #fff;
  padding: 15px;
}

.nav-mobile_main__exit {
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  color: #678;
  text-shadow: 1px 1px 1px #e9ecef;
}

.nav-mobile_main>ul {
  margin-left: 0;
  padding-left: 0;
}

.nav-mobile_main>ul li {
  list-style: none;
}

.nav-mobile_main>ul li>a,
.nav-mobile_main>ul li>div {
  color: #567 !important;
  display: block;
  padding: 14px 0;
  width: calc(100% - 40px);
}

.nav-mobile_main>ul li>a i,
.nav-mobile_main>ul li>div i {
  margin-right: 20px;
  font-size: 16px;
  color: #789;
  width: 15px;
}

.nav-mobile_main>ul li>span {
  width: 40px;
  height: 40px;
  background: #f8f9fa;
  justify-content: center;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
}

.nav-mobile_main>ul li>span:hover {
  background: #e9ecef;
}

.nav-mobile_main>ul li>span i {
  margin: 0;
  font-size: 15.5px;
}

.nav-mobile_main>ul li ul {
  margin-left: 20px;
}

.nav-mobile_main>ul>li {
  font-size: 15.5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.nav-mobile_main>ul>li:not(:last-child) {
  border-bottom: 1px solid #e9ecef;
}

.nav-mobile_main>ul>li>ul {
  padding-left: 20px;
  display: none;
  width: 100%;
}

.siteTitlePage {
  font-size: 1.6rem;
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
  margin-bottom: 1rem;
}

@media (max-width: 1199px) {
  .siteTitlePage {
    font-size: 1.55rem;
  }
}

@media (max-width: 1023px) {
  .siteTitlePage {
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
  }
}

@media (max-width: 577px) {
  .siteTitlePage {
    margin-bottom: 0.5rem;
    font-size: 1.45rem;
  }
}

.logo {
  border-radius: 50%;
  border: 5px solid #fff;
  width: 90px;
  height: 90px;
  background: url("/themes/tmp/assets/images/logo-van-hoc.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

button {
  background: rgb(255, 60, 60);
  border: none;
  padding: 10px 12px;
  font-size: 0.95rem;
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0 1px 3px #6c757d;
  cursor: pointer;
}

button:hover {
  background: rgb(255, 80, 80);
}

button i {
  margin-right: 5px;
}

.homeBanner {
  background: rgba(0, 150, 70, 0.3);
  box-shadow: 0 1px 5px #dee2e6;
}

.homeBanner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.homeBanner_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0 0.5rem 1rem;
}

.homeBanner_item:not(:first-child) {
  margin-left: 1rem;
  border-left: 2px dashed rgba(0, 150, 70, 0.2);
}

.homeBanner_item_icon {
  flex: 0 0 100px;
}

.homeBanner_item_icon img {
  width: 100%;
}

.homeBanner_item_content {
  width: 100%;
  margin-left: 1rem;
}

.homeBanner_item_content__title {
  font-size: 1.1rem;
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
  margin-bottom: 0.3rem;
  color: #345;
  letter-spacing: 0.3px;
}

.homeBanner_item_content__des {
  font-size: 0.95rem;
  color: #567;
  line-height: 1.25rem;
}

.homeAbout {
  display: flex;
  justify-content: space-between;
}

.homeAbout_image {
  flex: 0 0 400px;
  display: flex;
}

.homeAbout_image img {
  max-width: unset;
  width: 600px;
  margin-top: -3rem;
}

.homeAbout_content {
  flex: 0 0 calc(100% - 550px);
  margin-left: -50px;
  padding: 15px;
  border-radius: 5px;
}

.homeAbout_content__title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: var(--color-text-title);
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
}

.blogBox_title {
  color: var(--color-text-title);
  font-size: 1.45rem;
  margin-bottom: 1rem;
  font-family: "SVN-Gilroy", "Verdana", "Roboto", "Tahoma", sans-serif;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin-bottom: 0.5rem;
}

.blogBox_title>span {
  position: absolute;
  right: 0;
}

.blogBox_title>span a,
.blogBox_title>span div {
  float: right;
  text-transform: none;
  font-size: 1rem;
  font-family: "SVN-Gilroy", "Verdana", "Roboto", "Tahoma", sans-serif;
  font-weight: normal;
  color: #567;
  cursor: pointer;
}

.blogBox_title>span a i,
.blogBox_title>span div i {
  font-weight: 900;
  font-size: 0.8rem;
  margin-left: 0.25rem;
}

.blogBox_title>span a:hover,
.blogBox_title>span div:hover {
  color: rgb(255, 60, 60);
}

@media (max-width: 767px) {
  .blogBox_title>span {
    display: none;
  }
}

@media (max-width: 1023px) {
  .blogBox_title {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .blogBox_title {
    font-size: 1.35rem;
  }
}

@media (max-width: 577px) {
  .blogBox_title {
    font-size: 1.3rem;
  }
}

.blogBox_des {
  margin-bottom: 1.5rem;
  text-align: center;
  color: #567;
}

.blogBox_main {
  display: flex;
  justify-content: space-between;
}

.blogBox_main_item {
  width: calc(33.33% - 1rem);
  background: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 10px #dee2e6;
  margin-bottom: 3px;
}

.blogBox_main_item:not(:first-child) {
  margin-left: 1.5rem;
}

.blogBox_main_item_image a {
  display: flex;
}

.blogBox_main_item_image a img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.blogBox_main_item_content {
  padding: 0.75rem 1rem 1rem;
}

.blogBox_main_item_content>*:not(:first-child) {
  margin-top: 0.5rem;
}

.blogBox_main_item_content__title {
  height: 50px;
}

.blogBox_main_item_content__title a h3 {
  font-size: 1.1rem;
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
  color: #345;
  margin-bottom: 0.5rem;
}

.blogBox_main_item_content__title a h3:hover {
  color: var(--color-text-title);
}

.blogBox_main_item_content__subTitle {
  display: flex;
  font-size: 0.85rem;
  color: #567;
}

.blogBox_main_item_content__subTitle__item {
  display: flex;
  align-items: center;
}

.blogBox_main_item_content__subTitle__item:not(:first-child) {
  margin-left: 1rem;
}

.blogBox_main_item_content__subTitle__item>*:not(:first-child) {
  margin-left: 0.5rem;
}

.blogBox_main_item_content__subTitle__item i {
  margin-top: 0.2rem;
}

.blogBox_main_item_content__des {
  color: #567;
  font-size: 1rem;
}

.blogBoxHome_title {
  color: var(--color-text-title);
  font-size: 1.45rem;
  margin-bottom: 1rem;
  font-family: "SVN-Gilroy", "Verdana", "Roboto", "Tahoma", sans-serif;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin-bottom: 1.5rem;
}

.category-title {
  color: var(--color-text-title) !important;
}

.blogBoxHome_title>span {
  position: absolute;
  right: 0;
}

.blogBoxHome_title>span a,
.blogBoxHome_title>span div {
  float: right;
  text-transform: none;
  font-size: 1rem;
  font-family: "SVN-Gilroy", "Verdana", "Roboto", "Tahoma", sans-serif;
  font-weight: normal;
  color: #567;
  cursor: pointer;
}

.blogBoxHome_title>span a i,
.blogBoxHome_title>span div i {
  font-weight: 900;
  font-size: 0.8rem;
  margin-left: 0.25rem;
}

.blogBoxHome_title>span a:hover,
.blogBoxHome_title>span div:hover {
  color: rgb(255, 60, 60);
}

@media (max-width: 767px) {
  .blogBoxHome_title>span {
    display: none;
  }
}

@media (max-width: 1023px) {
  .blogBoxHome_title {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .blogBoxHome_title {
    font-size: 1.35rem;
  }
}

@media (max-width: 577px) {
  .blogBoxHome_title {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .blogBoxHome_title {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 576px) {
  .blogBoxHome_title {
    margin-bottom: 1rem;
  }
}

.blogBoxHome_main {
  display: flex;
  flex-direction: column;
}

.blogBoxHome_main_large {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 4px;
}

.blogBoxHome_main_large_image {
  width: 360px;
  display: flex;
}

.blogBoxHome_main_large_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px 0 0 4px;
}

.blogBoxHome_main_large_content {
  width: calc(100% - 360px);
  margin-left: 1.5rem;
}

.blogBoxHome_main_large_content h2,
.blogBoxHome_main_large_content h3 {
  font-size: 1.1rem;
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
  color: #345;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.blogBoxHome_main_large_content h2:hover,
.blogBoxHome_main_large_content h3:hover {
  color: var(--color-text-title);
}

.blogBoxHome_main_large_content_desc {
  color: #567;
}

@media (max-width: 767px) {
  .blogBoxHome_main_large_image {
    width: 240px;
  }

  .blogBoxHome_main_large_content {
    width: calc(100% - 240px);
    margin-left: 1.25rem;
  }

  .blogBoxHome_main_large_content h2,
  .blogBoxHome_main_large_content h3 {
    font-size: 1.15rem;
  }
}

@media (max-width: 576px) {
  .blogBoxHome_main_large_image {
    width: 180px;
    height: 110px;
  }

  .blogBoxHome_main_large_content {
    width: calc(100% - 180px);
    margin-left: 1rem;
  }

  .blogBoxHome_main_large_content h2,
  .blogBoxHome_main_large_content h3 {
    font-size: 1.1rem;
  }
}

@media (max-width: 419px) {
  .blogBoxHome_main_large {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .blogBoxHome_main_large_image {
    width: 100%;
    height: auto;
  }

  .blogBoxHome_main_large_image img {
    border-radius: 4px;
  }

  .blogBoxHome_main_large_content {
    width: 100%;
    margin-left: 0;
    margin-top: 0.5rem;
  }

  .blogBoxHome_main_large_content h2,
  .blogBoxHome_main_large_content h3 {
    margin-bottom: 0.5rem;
  }
}

.blogBoxHome_main_list {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.blogBoxHome_main_list_item {
  width: calc(33.33% - 1rem);
  background: #fff;
  border-radius: 3px;
}

.blogBoxHome_main_list_item:not(:first-child) {
  margin-left: 1.5rem;
}

.blogBoxHome_main_list_item_image {
  display: flex;
  margin-bottom: 0.5rem;
}

.blogBoxHome_main_list_item_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3px 3px 0 0;
}

.blogBoxHome_main_list_item_content_title h2,
.blogBoxHome_main_list_item_content_title h3 {
  font-size: 1.1rem;
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
  color: #345;
  margin-bottom: 0.5rem;
}

.blogBoxHome_main_list_item_content_title h2:hover,
.blogBoxHome_main_list_item_content_title h3:hover {
  color: var(--color-text-title);
}

.blogBoxHome_main_list_item_content_desc {
  color: #567;
  font-size: 0.95rem;
}

@media (max-width: 767px) {
  .blogBoxHome_main_list {
    flex-direction: column;
    margin-top: 1.2rem;
  }

  .blogBoxHome_main_list_item {
    width: 100%;
    display: flex;
    margin-left: 0 !important;
  }

  .blogBoxHome_main_list_item:not(:first-child) {
    margin-top: 1.2rem;
  }

  .blogBoxHome_main_list_item_image {
    width: 240px;
    margin-bottom: 0;
  }

  .blogBoxHome_main_list_item_content {
    width: calc(100% - 240px);
    margin-left: 1.25rem;
  }

  .blogBoxHome_main_list_item_content h2,
  .blogBoxHome_main_list_item_content h3 {
    font-size: 1.15rem;
  }
}

@media (max-width: 576px) {
  .blogBoxHome_main_list_item_image {
    width: 180px;
    height: 110px;
  }

  .blogBoxHome_main_list_item_content {
    width: calc(100% - 180px);
    margin-left: 1rem;
  }

  .blogBoxHome_main_list_item_content h2,
  .blogBoxHome_main_list_item_content h3 {
    font-size: 1.1rem;
  }
}

@media (max-width: 419px) {
  .blogBoxHome_main_list_item {
    flex-direction: column;
  }

  .blogBoxHome_main_list_item_image {
    width: 100%;
    height: auto;
  }

  .blogBoxHome_main_list_item_image img {
    border-radius: 4px;
  }

  .blogBoxHome_main_list_item_content {
    width: 100%;
    margin-left: 0;
    margin-top: 0.5rem;
  }

  .blogBoxHome_main_list_item_content h2,
  .blogBoxHome_main_list_item_content h3 {
    margin-bottom: 0.5rem;
  }
}

.productHomeBox_title {
  color: var(--color-text-title);
  font-size: 1.45rem;
  margin-bottom: 1rem;
  font-family: "SVN-Gilroy", "Verdana", "Roboto", "Tahoma", sans-serif;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin-bottom: 0.5rem;
}

.productHomeBox_title>span {
  position: absolute;
  right: 0;
}

.productHomeBox_title>span a,
.productHomeBox_title>span div {
  float: right;
  text-transform: none;
  font-size: 1rem;
  font-family: "SVN-Gilroy", "Verdana", "Roboto", "Tahoma", sans-serif;
  font-weight: normal;
  color: #567;
  cursor: pointer;
}

.productHomeBox_title>span a i,
.productHomeBox_title>span div i {
  font-weight: 900;
  font-size: 0.8rem;
  margin-left: 0.25rem;
}

.productHomeBox_title>span a:hover,
.productHomeBox_title>span div:hover {
  color: rgb(255, 60, 60);
}

@media (max-width: 767px) {
  .productHomeBox_title>span {
    display: none;
  }
}

@media (max-width: 1023px) {
  .productHomeBox_title {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .productHomeBox_title {
    font-size: 1.35rem;
  }
}

@media (max-width: 577px) {
  .productHomeBox_title {
    font-size: 1.3rem;
  }
}

.productHomeBox_des {
  margin-bottom: 1.5rem;
  text-align: center;
  color: #567;
}

.productHomeBox_main {
  border-radius: 5px;
  box-shadow: 0 2px 5px #ced4da;
}

.productHomeBox_main_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0 0 2px #ced4da;
}

.productHomeBox_main_item_image {
  width: 40%;
}

.productHomeBox_main_item_image a {
  display: flex;
}

.productHomeBox_main_item_image img {
  width: inherit;
  border-radius: 5px 0 0 5px;
}

.productHomeBox_main_item_text {
  width: 60%;
  padding: 10px 15px 10px 2rem;
  background: #fff;
  border-radius: 0 5px 5px 0;
}

.productHomeBox_main_item_text_title a h2,
.productHomeBox_main_item_text_title a h3 {
  font-size: 1.4rem;
  color: #345;
  font-weight: 700;
  margin-bottom: 1rem;
}

.productHomeBox_main_item_text_title a h2:hover,
.productHomeBox_main_item_text_title a h3:hover {
  color: var(--color-text-title);
}

@media (max-width: 1024px) {

  .productHomeBox_main_item_text_title a h2,
  .productHomeBox_main_item_text_title a h3 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 767px) {

  .productHomeBox_main_item_text_title a h2,
  .productHomeBox_main_item_text_title a h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}

.productHomeBox_main_item_text_des {
  color: #567;
}

.productHomeBox_main_item_text_button {
  display: flex;
  justify-content: flex-end;
}

.productHomeBox_main_item_text_button>* {
  opacity: 0.9;
  padding: 10px 15px;
  border-radius: 5px;
  margin-top: 1rem;
  cursor: pointer;
  width: 100%;
  max-width: 280px;
  text-align: center;
  font-weight: 600;
}

.productHomeBox_main_item_text_button>*:not(:first-child) {
  margin-left: 1rem;
}

.productHomeBox_main_item_text_button>*:hover {
  opacity: 1;
}

.productHomeBox_main_item_text_button>* i {
  margin-right: 0.5rem;
}

.productHomeBox_main_item_text_button>*.buttonSecondary {
  background: rgb(255, 60, 60);
  color: #fff;
}

.productHomeBox_main_item_text_button>*.buttonPrimary {
  background: var(--color-text-title);
  color: #fff;
}

@media (max-width: 1023px) {
  .productHomeBox_main_item_text {
    padding: 10px 15px 10px 1.5rem;
  }
}

@media (max-width: 767px) {
  .productHomeBox_main_item_text {
    padding: 1rem;
  }
}

@media (max-width: 766px) {
  .productHomeBox_main_item_image {
    width: 100%;
    display: flex;
  }

  .productHomeBox_main_item_image a {
    width: inherit;
  }

  .productHomeBox_main_item_image a img {
    border: 5px 5px 0 0;
  }

  .productHomeBox_main_item_text {
    width: 100%;
  }
}

.productHomeBox_listSlider {
  width: 100%;
  overflow-x: hidden;
  display: flex;
  padding-top: 1.5rem;
  background: #fff;
  box-shadow: 0 2px 5px #ced4da;
}

.productHomeBox_listSlider_item {
  flex: 0 0 calc(15% - 1rem);
  border-radius: 5px;
  display: flex;
}

.productHomeBox_listSlider_item img {
  border-radius: inherit;
  width: 100%;
}

.productHomeBox_listSlider_item:not(:first-child) {
  margin-left: 1rem;
}

.jobHomeBox_title {
  color: var(--color-text-title);
  font-size: 1.45rem;
  margin-bottom: 1rem;
  font-family: "SVN-Gilroy", "Verdana", "Roboto", "Tahoma", sans-serif;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin-bottom: 0.5rem;
}

.jobHomeBox_title>span {
  position: absolute;
  right: 0;
}

.jobHomeBox_title>span a,
.jobHomeBox_title>span div {
  float: right;
  text-transform: none;
  font-size: 1rem;
  font-family: "SVN-Gilroy", "Verdana", "Roboto", "Tahoma", sans-serif;
  font-weight: normal;
  color: #567;
  cursor: pointer;
}

.jobHomeBox_title>span a i,
.jobHomeBox_title>span div i {
  font-weight: 900;
  font-size: 0.8rem;
  margin-left: 0.25rem;
}

.jobHomeBox_title>span a:hover,
.jobHomeBox_title>span div:hover {
  color: rgb(255, 60, 60);
}

@media (max-width: 767px) {
  .jobHomeBox_title>span {
    display: none;
  }
}

@media (max-width: 1023px) {
  .jobHomeBox_title {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .jobHomeBox_title {
    font-size: 1.35rem;
  }
}

@media (max-width: 577px) {
  .jobHomeBox_title {
    font-size: 1.3rem;
  }
}

.jobHomeBox_des {
  margin-bottom: 1.5rem;
  text-align: center;
  color: #567;
}

.jobHomeBox_main {
  display: flex;
  justify-content: space-between;
}

.jobHomeBox_main_banner {
  width: 40%;
  border-radius: 5px;
}

.jobHomeBox_main_banner img {
  border-radius: inherit;
  width: 100%;
}

.jobHomeBox_main_content {
  width: 60%;
  padding: 0 0 0 2rem;
}

.jobHomeBox_main_content_item {
  background: #fff;
  box-shadow: 0 0 2px #dee2e6;
}

.jobHomeBox_main_content_item:not(:first-child) {
  margin-top: 1.2rem;
}

.jobHomeBox_main_content_item a {
  display: flex;
  padding: 0.7rem 1.2rem;
}

.jobHomeBox_main_content_item a:hover h3 {
  color: var(--color-text-title);
}

.jobHomeBox_main_content_item a h3 {
  font-size: 1.1rem;
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
  color: #345;
  margin-bottom: 0.5rem;
  margin-bottom: 0.25rem;
}

.jobHomeBox_main_content_item a h3:hover {
  color: var(--color-text-title);
}

.jobHomeBox_main_content_item a i {
  margin-right: 1rem;
  color: #adb5bd;
  font-size: 1rem;
}

.jobHomeBox2 .container {
  display: flex;
  justify-content: space-between;
}

.jobHomeBox2_left {
  width: 45%;
}

.jobHomeBox2_left_title {
  background: #fff;
  color: #456;
  font-size: 1.2rem;
  font-family: "SVN-Gilroy", "Verdana", "Roboto", "Tahoma", sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  text-align: left;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #dee2e6;
  border-radius: 5px 5px 0 0;
}

.jobHomeBox2_left_image {
  height: 100%;
  max-height: 375px;
}

.jobHomeBox2_left_image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left top;
  object-position: left top;
}

.jobHomeBox2_right {
  width: 55%;
  margin-left: 2rem;
}

.jobHomeBox2_right_title {
  color: var(--color-text-title);
  font-size: 1.45rem;
  margin-bottom: 1rem;
  font-family: "SVN-Gilroy", "Verdana", "Roboto", "Tahoma", sans-serif;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin-bottom: 0.5rem;
  text-align: left;
}

.jobHomeBox2_right_title>span {
  position: absolute;
  right: 0;
}

.jobHomeBox2_right_title>span a,
.jobHomeBox2_right_title>span div {
  float: right;
  text-transform: none;
  font-size: 1rem;
  font-family: "SVN-Gilroy", "Verdana", "Roboto", "Tahoma", sans-serif;
  font-weight: normal;
  color: #567;
  cursor: pointer;
}

.jobHomeBox2_right_title>span a i,
.jobHomeBox2_right_title>span div i {
  font-weight: 900;
  font-size: 0.8rem;
  margin-left: 0.25rem;
}

.jobHomeBox2_right_title>span a:hover,
.jobHomeBox2_right_title>span div:hover {
  color: rgb(255, 60, 60);
}

@media (max-width: 767px) {
  .jobHomeBox2_right_title>span {
    display: none;
  }
}

@media (max-width: 1023px) {
  .jobHomeBox2_right_title {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .jobHomeBox2_right_title {
    font-size: 1.35rem;
  }
}

@media (max-width: 577px) {
  .jobHomeBox2_right_title {
    font-size: 1.3rem;
  }
}

.jobHomeBox2_right_desc {
  margin-bottom: 1.2rem;
  color: #567;
}

.jobHomeBox2_right_content_item {
  background: #fff;
  box-shadow: 0 0 2px #dee2e6;
}

.jobHomeBox2_right_content_item:not(:first-child) {
  margin-top: 1.2rem;
}

.jobHomeBox2_right_content_item a {
  display: flex;
  padding: 0.7rem 1.2rem;
}

.jobHomeBox2_right_content_item a:hover h3 {
  color: var(--color-text-title);
}

.jobHomeBox2_right_content_item a h3 {
  font-size: 1.1rem;
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
  color: #345;
  margin-bottom: 0.5rem;
  margin-bottom: 0.25rem;
}

.jobHomeBox2_right_content_item a h3:hover {
  color: var(--color-text-title);
}

.jobHomeBox2_right_content_item a i {
  margin-right: 1rem;
  color: #adb5bd;
  font-size: 1rem;
}

@media (max-width: 990px) {
  .jobHomeBox2_left {
    display: none;
  }

  .jobHomeBox2_right {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 577px) {
  .jobHomeBox2 .container {
    flex-direction: column;
  }

  .jobHomeBox2_left {
    display: block;
    width: 100%;
  }

  .jobHomeBox2_right {
    margin-top: 2rem;
  }
}

@media (max-width: 419px) {
  .jobHomeBox2_right {
    margin-top: 1.5rem;
  }
}

.videoBox {
  /* background: url("/themes/tmp/assets/images/bg.jpg") no-repeat; */
  background-color: #165b99;
  background-size: auto 100%;
  background-position: left center;
  padding: 4rem 0 5rem 0;
  margin: 0 !important;
}

.videoBox_title {
  color: var(--color-text-title);
  font-size: 1.45rem;
  margin-bottom: 1rem;
  font-family: "SVN-Gilroy", "Verdana", "Roboto", "Tahoma", sans-serif;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin-bottom: 0.5rem;
  color: #fff;
}

.videoBox_title>span {
  position: absolute;
  right: 0;
}

.videoBox_title>span a,
.videoBox_title>span div {
  float: right;
  text-transform: none;
  font-size: 1rem;
  font-family: "SVN-Gilroy", "Verdana", "Roboto", "Tahoma", sans-serif;
  font-weight: normal;
  color: #567;
  cursor: pointer;
}

.videoBox_title>span a i,
.videoBox_title>span div i {
  font-weight: 900;
  font-size: 0.8rem;
  margin-left: 0.25rem;
}

.videoBox_title>span a:hover,
.videoBox_title>span div:hover {
  color: rgb(255, 60, 60);
}

@media (max-width: 767px) {
  .videoBox_title>span {
    display: none;
  }
}

@media (max-width: 1023px) {
  .videoBox_title {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .videoBox_title {
    font-size: 1.35rem;
  }
}

@media (max-width: 577px) {
  .videoBox_title {
    font-size: 1.3rem;
  }
}

.videoBox_title>span a,
.videoBox_title>span div {
  color: #fff;
}

.videoBox_title>span a:hover,
.videoBox_title>span div:hover {
  color: yellow;
}

.videoBox_title>span a i,
.videoBox_title>span div i {
  margin-left: 0;
  margin-right: 0.25rem;
}

.videoBox_title_choose {
  display: flex;
  text-align: center;
  font-weight: 600;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.videoBox_title_choose_item {
  padding: 0 1rem;
  display: flex;
  color: #f1f1f1;
  cursor: pointer;
}

.videoBox_title_choose_item:hover {
  color: #fff;
}

.videoBox_des {
  margin-bottom: 1.5rem;
  text-align: center;
  color: #f1f1f1;
}

.videoBox_main {
  display: flex;
  justify-content: space-between;
}

.videoBox_main_large {
  width: 60%;
  background: #fff;
  padding-bottom: 1rem;
}

.videoBox_main_large_video {
  width: 100%;
  margin-bottom: 0.25rem;
}

.videoBox_main_large_video iframe {
  width: 100%;
  height: 400px;
}

.videoBox_main_large_title {
  font-size: 1.1rem;
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
  color: #345;
  margin-bottom: 0.5rem;
  font-size: 1.15rem;
  padding: 0 1rem;
}

.videoBox_main_large_title:hover {
  color: var(--color-text-title);
}

.videoBox_main_list {
  width: 40%;
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
}

.videoBox_main_list_item {
  width: 100%;
  display: flex;
  background: #fff;
  padding: 0.5rem;
}

.videoBox_main_list_item:not(:first-child) {
  margin-top: 1.2rem;
}

.videoBox_main_list_item_image {
  flex: 0 0 140px;
  display: flex;
}

.videoBox_main_list_item_image img {
  border-radius: 3px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.videoBox_main_list_item_title {
  width: 100%;
  margin-left: 1rem;
  display: flex;
}

.videoBox_main_list_item_title h2,
.videoBox_main_list_item_title h3 {
  font-size: 1.1rem;
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
  color: #345;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}

.videoBox_main_list_item_title h2:hover,
.videoBox_main_list_item_title h3:hover {
  color: var(--color-text-title);
}

@media (max-width: 1023px) {
  .videoBox_main {
    flex-direction: column;
  }

  .videoBox_main_large {
    width: 100%;
  }

  .videoBox_main_large iframe {
    height: 500px;
  }

  .videoBox_main_list {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
}

@media (max-width: 990px) {
  .videoBox_main_large iframe {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .videoBox_main_large iframe {
    height: 400px;
  }

  .videoBox_main_large_title {
    font-size: 1.05rem;
  }
}

@media (max-width: 577px) {
  .videoBox_main_large iframe {
    height: 320px;
  }
}

@media (max-width: 419px) {
  .videoBox_main_large iframe {
    height: 260px;
  }
}

@media (max-width: 1199px) {
  .videoBox {
    padding: 3.5rem 0 4.5rem 0;
  }
}

@media (max-width: 1023px) {
  .videoBox {
    padding: 3rem 0 4rem 0;
  }
}

@media (max-width: 767px) {
  .videoBox {
    padding: 2.5rem 0 3.5rem 0;
  }
}

@media (max-width: 419px) {
  .videoBox {
    padding: 2rem 0 3rem 0;
  }
}

footer {
  /* background: rgba(0, 150, 70, 0.2); */
  background: #a9cfeb;
  padding: 2rem 0;
  box-shadow: 0 -1px 5px #ced4da;
}

.footerBox {
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
}

.footerBox_item {
  width: 100%;
}

.footerBox_item:not(:first-child) {
  margin-left: 2rem;
}

.footerBox_item_title {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
  margin-bottom: 1rem;
}

.footerBox_item.columnLarge {
  flex: 0 0 40%;
}

.footerBox_item_main {
  color: #456;
}

.footerBox_item_main .footerColumn {
  display: flex;
}

.footerBox_item_main .footerColumn_item {
  width: 100%;
}

.footerBox_item_main .footerColumn_item:not(:first-child) {
  margin-left: 1rem;
}

.footerBox_item_main .footerColumn_item_title {
  margin-bottom: 0.25rem;
  background: rgb(255, 60, 60);
  padding: 3px 10px;
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
  font-size: 0.95rem;
  border-radius: 5px;
}

.footerBox_item_main>*:not(:first-child) {
  margin-top: 1.5rem;
}

.footerBox_item_main_callPhone__title {
  margin-bottom: 0.5rem;
}

.footerBox_item_main_callPhone__phone {
  font-size: 1.7rem;
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
  color: var(--color-text-title);
}

.footerBox_item ul {
  line-height: 1.8rem;
}

.footerBox_item ul li {
  list-style-type: none;
}

.footerBox_item ul li:not(:first-child) {
  margin-top: 6px;
  padding-top: 6px;
}

.footerBox_item ul li a:not(.link) {
  display: flex;
  color: #456;
}

.footerBox_item ul li a:not(.link):before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 0.75rem;
  font-size: 0.7rem;
  vertical-align: middle;
}

.footerBox_item ul li a:not(.link):hover {
  color: var(--color-text-title);
}

.footerBox_item ul li a.link {
  font-weight: 600;
  color: var(--color-text-title);
  font-size: 1.2rem;
}

.blogBoxFooter {
  display: flex;
  flex-direction: column;
}

.blogBoxFooter_item {
  display: flex;
  justify-content: space-between;
}

.blogBoxFooter_item:not(:first-child) {
  margin-top: 0.65rem;
  padding-top: 0.85rem;
  border-top: 1px dashed rgba(0, 150, 70, 0.3);
}

.blogBoxFooter_item_image {
  flex: 0 0 75px;
}

.blogBoxFooter_item_image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3px;
}

.blogBoxFooter_item_content {
  width: 100%;
  margin-left: 1rem;
}

.blogBoxFooter_item_content a {
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
  color: #456;
}

.blogBoxFooter_item_content a:hover {
  color: var(--color-text-title);
}

.copyRight {
  background: #71adda;
  padding: 7px 0;
  text-align: center;
  font-size: 0.95rem;
}

.copyRight a {
  color: var(--color-text-title);
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
}

.whyStudy {
  display: flex;
  justify-content: space-between;
}

.whyStudy_content {
  width: 100%;
}

.whyStudy_content_boxTitle {
  background: rgba(0, 150, 70, 0.2);
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 1.5rem;
}

.whyStudy_content_boxTitle h2 {
  margin-bottom: 1rem;
}

.whyStudy_content_text ul li {
  list-style-type: none;
}

.whyStudy_content_text ul li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  margin-right: 1rem;
  color: var(--color-text-title);
}

.whyStudy_content_text ul li:not(:first-child) {
  margin-top: 1rem;
}

.whyStudy_image {
  width: 100%;
  margin-left: 2.5rem;
}

/* BLOG */
.socialBoxBlog {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  align-items: flex-end;
}

@media (max-width: 577px) {
  .socialBoxBlog {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.75rem;
  }

  .socialBoxBlog>*:not(:first-child) {
    margin-top: 0.5rem;
  }
}

.desDetailBlog {
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
  color: #567;
}

.desDetailBlog_item:not(:first-child) {
  margin-left: 1.5rem;
}

.desDetailBlog_item i {
  margin-right: 0.3rem;
}

.socialShareBox {
  display: flex;
}

.socialShareBox_item {
  background: url("/themes/tmp/assets/images/background-tmp.png");
  background-size: 233.33px;
  width: 35px;
  height: 35px;
  border-radius: 7px;
}

.socialShareBox_item:not(:first-child) {
  margin-left: 0.85rem;
}

.socialShareBox_item.facebook {
  background-position: 0 0;
}

.socialShareBox_item.instagram {
  background-position: -35px 0;
}

.socialShareBox_item.linkedin {
  background-position: -105px 0;
}

.socialShareBox_item.youtube {
  background-position: -70px 0;
}

.socialShareBox_item.twitter {
  background-position: -140px 0;
}

/* INSIDE */
.insideListBox {
  overflow: hidden;
  border-top: 2px dashed #dee2e6;
  padding: 1.5rem 2px 2px;
  margin-top: 2rem;
}

.insideListBox_title a {
  display: flex;
  justify-content: center;
}

.insideListBox_title a h2,
.insideListBox_title a h3 {
  color: var(--color-text-title);
  font-size: 1.45rem;
  margin-bottom: 1rem;
  font-family: "SVN-Gilroy", "Verdana", "Roboto", "Tahoma", sans-serif;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin-bottom: 1.5rem;
}

.insideListBox_title a h2>span,
.insideListBox_title a h3>span {
  position: absolute;
  right: 0;
}

.insideListBox_title a h2>span a,
.insideListBox_title a h2>span div,
.insideListBox_title a h3>span a,
.insideListBox_title a h3>span div {
  float: right;
  text-transform: none;
  font-size: 1rem;
  font-family: "SVN-Gilroy", "Verdana", "Roboto", "Tahoma", sans-serif;
  font-weight: normal;
  color: #567;
  cursor: pointer;
}

.insideListBox_title a h2>span a i,
.insideListBox_title a h2>span div i,
.insideListBox_title a h3>span a i,
.insideListBox_title a h3>span div i {
  font-weight: 900;
  font-size: 0.8rem;
  margin-left: 0.25rem;
}

.insideListBox_title a h2>span a:hover,
.insideListBox_title a h2>span div:hover,
.insideListBox_title a h3>span a:hover,
.insideListBox_title a h3>span div:hover {
  color: rgb(255, 60, 60);
}

@media (max-width: 767px) {

  .insideListBox_title a h2>span,
  .insideListBox_title a h3>span {
    display: none;
  }
}

@media (max-width: 1023px) {

  .insideListBox_title a h2,
  .insideListBox_title a h3 {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {

  .insideListBox_title a h2,
  .insideListBox_title a h3 {
    font-size: 1.35rem;
  }
}

@media (max-width: 577px) {

  .insideListBox_title a h2,
  .insideListBox_title a h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 1023px) {

  .insideListBox_title a h2,
  .insideListBox_title a h3 {
    margin-bottom: 1.3rem;
  }
}

@media (max-width: 767px) {

  .insideListBox_title a h2,
  .insideListBox_title a h3 {
    margin-bottom: 1rem;
  }
}

.insideListBox_main {
  display: flex;
  justify-content: space-between;
}

.insideListBox_main_image {
  flex: 0 0 300px;
}

.insideListBox_main_image img {
  width: 100%;
}

.insideListBox_main_content {
  width: 100%;
  margin-left: 2rem;
  display: flex;
}

.insideListBox_main_content_item {
  flex: 0 0 230px;
  background: #fff;
  border-radius: 5px;
  padding-bottom: 0.75rem;
  box-shadow: 0 1px 5px #dee2e6;
}

.insideListBox_main_content_item:not(:first-child) {
  margin-left: 1.2rem;
}

.insideListBox_main_content_item_image {
  margin-bottom: 0.5rem;
}

.insideListBox_main_content_item_image a {
  display: flex;
}

.insideListBox_main_content_item_image a img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.insideListBox_main_content_item_title a {
  display: flex;
  height: 55px;
}

.insideListBox_main_content_item_title a h3 {
  font-size: 1.1rem;
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
  color: #345;
  margin-bottom: 0.5rem;
  padding: 0 0.75rem;
}

.insideListBox_main_content_item_title a h3:hover {
  color: var(--color-text-title);
}

.insideListBox_main_content_item_des {
  font-size: 0.95rem;
  color: #567;
  padding: 0.5rem 0.75rem 0 0.75rem;
}

/* PRODUCT */
.sliderBoxProduct {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.sliderBoxProduct_main {
  width: calc(68.5% - 1.5rem);
  position: relative;
  border-radius: 5px;
}

.sliderBoxProduct_main_btnPrev,
.sliderBoxProduct_main_btnNext {
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  padding: 9px 18px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1.2rem;
  color: var(--color-text-title);
}

.sliderBoxProduct_main_btnPrev:hover,
.sliderBoxProduct_main_btnNext:hover {
  background: rgba(255, 255, 255, 0.8);
}

.sliderBoxProduct_main_btnPrev {
  left: 2%;
}

.sliderBoxProduct_main_btnNext {
  right: 2%;
}

.sliderBoxProduct_main img {
  border-radius: 5px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sliderBoxProduct_main .slick-prev,
.sliderBoxProduct_main .slick-next {
  padding: 15px !important;
  top: 50% !important;
  bottom: unset !important;
  transform: translateY(-50%);
  border-radius: 0 !important;
  box-shadow: none !important;
}

.sliderBoxProduct_main .slick-prev {
  left: 0 !important;
  right: unset !important;
}

.sliderBoxProduct_main .slick-next {
  left: unset !important;
  right: 0 !important;
}

.sliderBoxProduct_main .slick-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.sliderBoxProduct_main .slick-dots li {
  list-style-type: none;
  cursor: pointer;
}

.sliderBoxProduct_main .slick-dots li button {
  padding: 0;
  height: 5px;
  width: 60px;
  background: rgba(0, 150, 70, 0.3);
  border: none !important;
  box-shadow: none !important;
}

.sliderBoxProduct_main .slick-dots li button::-moz-selection {
  border: none !important;
  outline: none !important;
}

.sliderBoxProduct_main .slick-dots li button::selection {
  border: none !important;
  outline: none !important;
}

.sliderBoxProduct_main .slick-dots li:not(:first-child) {
  margin-left: 0.5rem;
}

.sliderBoxProduct_main .slick-dots .slick-active button {
  background: var(--color-text-title);
}

@media (max-width: 1023px) {
  .sliderBoxProduct_main .slick-dots {
    bottom: 0.5rem;
  }

  .sliderBoxProduct_main .slick-dots li button {
    width: 50px;
    height: 3px;
  }
}

.sliderBoxProduct_banner {
  width: 31.5%;
}

.sliderBoxProduct_banner img {
  border-radius: 5px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1023px) {
  .sliderBoxProduct {
    margin-bottom: 2rem;
  }
}

@media (max-width: 577px) {
  .sliderBoxProduct {
    margin-bottom: 1.5rem;
  }
}

.productBoxGrid3_title,
.productBoxSlider_title {
  margin-bottom: 1.2rem;
}

@media (max-width: 419px) {

  .productBoxGrid3_title,
  .productBoxSlider_title {
    margin-bottom: 0.75rem;
  }
}

.productBoxGrid3_main,
.productBoxSlider_main {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.productBoxGrid3_main_item,
.productBoxSlider_main_item {
  width: calc(33.33% - 1rem);
  border-radius: 5px;
  box-shadow: 0 1px 5px #dee2e6;
  background: #fff;
  padding-bottom: 0.75rem;
}

.productBoxGrid3_main_item:not(:nth-child(3n+1)),
.productBoxSlider_main_item:not(:nth-child(3n+1)) {
  margin-left: 1.5rem;
}

@media (max-width: 990px) {

  .productBoxGrid3_main_item:not(:nth-child(3n+1)),
  .productBoxSlider_main_item:not(:nth-child(3n+1)) {
    margin-left: 1.25rem;
  }
}

@media (max-width: 577px) {

  .productBoxGrid3_main_item:not(:nth-child(3n+1)),
  .productBoxSlider_main_item:not(:nth-child(3n+1)) {
    margin-left: 1rem;
  }
}

.productBoxGrid3_main_item_image,
.productBoxSlider_main_item_image {
  margin-bottom: 0.5rem;
}

.productBoxGrid3_main_item_image a,
.productBoxSlider_main_item_image a {
  display: flex;
}

.productBoxGrid3_main_item_image a img,
.productBoxSlider_main_item_image a img {
  border-radius: 5px 5px 0 0;
}

.productBoxGrid3_main_item_title a,
.productBoxSlider_main_item_title a {
  display: flex;
}

.productBoxGrid3_main_item_title a h2,
.productBoxGrid3_main_item_title a h3,
.productBoxSlider_main_item_title a h2,
.productBoxSlider_main_item_title a h3 {
  font-size: 1.1rem;
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
  color: #345;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.75rem 0 0.75rem;
}

.productBoxGrid3_main_item_title a h2:hover,
.productBoxGrid3_main_item_title a h3:hover,
.productBoxSlider_main_item_title a h2:hover,
.productBoxSlider_main_item_title a h3:hover {
  color: var(--color-text-title);
}

.productBoxGrid3_main_item_des,
.productBoxSlider_main_item_des {
  font-size: 0.95rem;
  color: #567;
  padding: 0.5rem 0.75rem 0 0.75rem;
}

@media (max-width: 577px) {

  .productBoxGrid3_main_item,
  .productBoxSlider_main_item {
    box-shadow: none;
  }

  .productBoxGrid3_main_item_title a h2,
  .productBoxSlider_main_item_title a h2 {
    padding: 0.25rem 0 0;
  }

  .productBoxGrid3_main_item_des,
  .productBoxSlider_main_item_des {
    padding: 0;
  }
}

.productBoxGrid3_viewMore,
.productBoxSlider_viewMore {
  display: flex;
  justify-content: center;
}

.productBoxGrid3_viewMore>*,
.productBoxSlider_viewMore>* {
  background: rgba(0, 150, 70, 0.9);
  color: #fff;
  padding: 8px 30px;
  border-radius: 7px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 5px #dee2e6;
}

.productBoxGrid3_viewMore>*:hover,
.productBoxSlider_viewMore>*:hover {
  background: var(--color-text-title);
}

.productBoxGrid3_main_item:nth-child(n+4) {
  margin-top: 1.5rem;
}

@media (max-width: 990px) {
  .productBoxGrid3_main_item {
    width: calc(33.33% - 0.84rem);
  }

  .productBoxGrid3_main_item:nth-child(n+4) {
    margin-top: 1.25rem;
  }
}

@media (max-width: 767px) {
  .productBoxGrid3_main_item:nth-child(n+3) {
    margin-top: 1.5rem;
  }
}

@media (max-width: 577px) {
  .productBoxGrid3_main_item:not(:first-child) {
    margin-top: 1rem !important;
  }
}

.productBoxSlider_main_item {
  margin-top: 0;
}

.productBoxSlider_main_item:not(:first-child) {
  margin-left: 1.5rem;
}

@media (max-width: 990px) {
  .productBoxSlider_main_item:not(:first-child) {
    margin-left: 1.25rem;
  }
}

@media (max-width: 577px) {
  .productBoxSlider_main_item:not(:first-child) {
    margin-left: 1rem;
  }
}

.pageProduct>* {
  margin-bottom: 3rem;
}

@media (max-width: 1199px) {
  .pageProduct>* {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 990px) {
  .pageProduct>* {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .pageProduct>* {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 577px) {
  .pageProduct>* {
    margin-bottom: 1rem;
  }
}

.pageProduct_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.pageProduct_top_gallery {
  width: 50%;
}

.pageProduct_top_galleryMobile {
  display: none;
}

.pageProduct_top_info {
  width: calc(50% - 2rem);
  margin-top: -0.25rem;
}

.pageProduct_top_info>*:not(:first-child) {
  margin-top: 1.25rem;
}

.pageProduct_top_info_title h1 {
  color: #345;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize;
}

.pageProduct_top_info_desc {
  color: #567;
  font-size: 1rem;
  line-height: 19px;
  margin-bottom: 10px;
}

.pageProduct_top_info_table__item {
  display: flex;
  justify-content: space-between;
}

.pageProduct_top_info_table__item .label {
  font-size: 0.95rem;
  font-weight: 500;
  width: 120px;
}

.pageProduct_top_info_table__item .text {
  width: calc(100% - 132px);
  font-size: 1rem;
}

.pageProduct_top_info_table__item:not(:first-child) {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px dashed #ced4da;
}

.pageProduct_top_info_price {
  color: rgb(255, 60, 60);
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.5rem;
}

.pageProduct_top_info_highLight {
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.3px;
  color: #345;
}

.pageProduct_top_info_btn {
  display: flex;
  justify-content: flex-end;
}

.pageProduct_top_info_btn__item {
  width: 100%;
  max-width: 280px;
  padding: 8px 15px;
  font-size: 1.05rem;
  font-weight: 500;
  color: #fff !important;
  text-align: center;
  border-radius: 100px;
  letter-spacing: 0.5px;
  box-shadow: 0 0 5px #dee2e6;
  cursor: pointer;
}

.pageProduct_top_info_btn__item:hover {
  color: #fff !important;
}

.pageProduct_top_info_btn__item:not(:first-child) {
  margin-left: 1rem;
}

.pageProduct_top_info_btn__item.buyNow {
  background: rgb(255, 60, 60);
  opacity: 0.95;
}

.pageProduct_top_info_btn__item.buyNow:hover {
  opacity: 1;
}

.pageProduct_top_info_btn__item.viewStore {
  background: var(--color-text-title);
  opacity: 0.95;
}

.pageProduct_top_info_btn__item.viewStore:hover {
  color: #fff;
  opacity: 1;
}

.pageProduct_top_info_btn__item i {
  margin-right: 0.5rem;
}

.pageProduct_top_info_hotLine {
  color: #678;
}

.pageProduct_top_info_hotLine>span {
  font-weight: bold;
  font-size: 1.5rem;
  color: #345;
}

.pageProduct_top_info_callMe {
  color: #678;
}

.pageProduct_top_info_callMe__text {
  margin-bottom: 0.5rem;
}

.pageProduct_top_info_callMe__input {
  display: flex;
  align-items: center;
}

.pageProduct_top_info_callMe__input .inputG {
  width: calc(100% - 120px);
  border-radius: 5px;
}

.pageProduct_top_info_callMe__input .inputG input {
  width: 100%;
  padding: 12px;
  border-radius: 5px 0 0 5px;
  border: 1px solid rgba(238, 100, 48, 0.4);
}

.pageProduct_top_info_callMe__input .inputG input:focus {
  outline: none;
  border: 1px solid rgba(238, 100, 48, 0.8);
}

.pageProduct_top_info_callMe__input .btnG {
  width: 120px;
  padding: 11px 15px;
  text-align: center;
  background: #ee6430;
  color: #fff;
  font-weight: 500;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  opacity: 0.95;
}

.pageProduct_top_info_callMe__input .btnG:hover {
  opacity: 1;
}

.pageProduct_top p {
  margin-bottom: 0.25rem;
}

.pageProduct_top ul {
  margin-left: 0 !important;
}

.pageProduct_top ul li {
  list-style-type: none;
  margin-bottom: 0.25rem;
}

.pageProduct_middle {
  font-size: 1rem;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  color: #456;
}

.pageProduct_middle_item_title h2 {
  color: var(--color-text-title);
  font-size: 1.45rem;
  margin-bottom: 1rem;
  font-family: "SVN-Gilroy", "Verdana", "Roboto", "Tahoma", sans-serif;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin-top: 1rem;
}

.pageProduct_middle_item_title h2>span {
  position: absolute;
  right: 0;
}

.pageProduct_middle_item_title h2>span a,
.pageProduct_middle_item_title h2>span div {
  float: right;
  text-transform: none;
  font-size: 1rem;
  font-family: "SVN-Gilroy", "Verdana", "Roboto", "Tahoma", sans-serif;
  font-weight: normal;
  color: #567;
  cursor: pointer;
}

.pageProduct_middle_item_title h2>span a i,
.pageProduct_middle_item_title h2>span div i {
  font-weight: 900;
  font-size: 0.8rem;
  margin-left: 0.25rem;
}

.pageProduct_middle_item_title h2>span a:hover,
.pageProduct_middle_item_title h2>span div:hover {
  color: rgb(255, 60, 60);
}

@media (max-width: 767px) {
  .pageProduct_middle_item_title h2>span {
    display: none;
  }
}

@media (max-width: 1023px) {
  .pageProduct_middle_item_title h2 {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .pageProduct_middle_item_title h2 {
    font-size: 1.35rem;
  }
}

@media (max-width: 577px) {
  .pageProduct_middle_item_title h2 {
    font-size: 1.3rem;
  }
}

.pageProduct_middle_item_content {
  margin-bottom: 1.5rem;
}

.pageProduct_middle_item_content h2 {
  font-size: 1.3rem;
}

.pageProduct_middle_item_content h3 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #345;
}

.pageProduct_middle_item_content ul {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  color: #456;
}

.pageProduct_middle_item_content ul li:not(:first-child) {
  margin-top: 0.25rem;
}

.pageProduct_middle_item_content p {
  margin-bottom: 1rem;
  color: #456;
}

.pageProduct_middle_item_content img,
.pageProduct_middle_item_content iframe {
  margin: 0 auto;
  display: flex;
  border-radius: 5px;
}

.pageProduct_middle_item_content .imgPost {
  margin: 0.5rem 0 1rem 0;
  text-align: center;
  color: #567;
}

.pageProduct_middle ul {
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.pageProduct .background {
  background: #fff;
  padding: 1rem;
  box-shadow: 0 0 5px #dee2e6;
  border-radius: 7px;
}

.galleryBox {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}

.galleryBox_box {
  transform: translate3d(0px, 0px, 0px);
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}

.galleryBox_box img {
  width: 100%;
  border-radius: 5px;
}

.galleryBox_arrow__privious,
.galleryBox_arrow__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.05);
  padding: 8px 17px;
  border-radius: 50%;
  color: #adb5bd;
  cursor: pointer;
}

.galleryBox_arrow__privious:hover,
.galleryBox_arrow__next:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #495057;
}

.galleryBox_arrow__privious {
  left: 0.5rem;
}

.galleryBox_arrow__next {
  right: 0.5rem;
}

.galleryBox_bar {
  display: flex;
  width: 100%;
  overflow-x: scroll;
}

.galleryBox_bar::-webkit-scrollbar {
  display: none;
}

.galleryBox_bar>* {
  display: flex;
  width: inherit;
  height: 100%;
  flex: 0 0 calc(27% - 12px);
  opacity: 0.5;
  border-radius: 3px;
  cursor: pointer;
}

.galleryBox_bar>* img {
  width: 100%;
}

.galleryBox_bar>*:not(:first-child) {
  margin-left: 1rem;
}

.galleryBox_bar>*.selected {
  opacity: 1;
  /* border: 3px solid var(--color-text-title); */
  border: 3px solid var(--color-text-title);
}

.galleryBox_bar.fullScreen>* {
  flex: 0 0 calc(15% - 12px);
}

@media (max-width: 1199px) {
  .galleryBox_bar.fullScreen>* {
    flex: 0 0 calc(18% - 12px);
  }
}

@media (max-width: 990px) {
  .galleryBox_bar.fullScreen>* {
    flex: 0 0 calc(21% - 12px);
  }
}

@media (max-width: 767px) {
  .galleryBox_bar.fullScreen>* {
    flex: 0 0 calc(23% - 12px);
  }
}

@media (max-width: 577px) {
  .galleryBox_bar.fullScreen>* {
    flex: 0 0 calc(28% - 12px);
  }
}

@media (max-width: 419px) {
  .galleryBox_bar.fullScreen>* {
    flex: 0 0 calc(36% - 12px);
  }
}

#galleryBox_box_mobile {
  margin-bottom: 0 !important;
}

.lineMenuBox {
  display: flex;
  margin: 1.5rem 0 2rem 0;
  justify-content: space-between;
}

.lineMenuBox_item {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #dee2e6;
  padding-left: 1.2rem;
  position: relative;
}

.lineMenuBox_item:not(:first-child) {
  margin-left: 1.5rem;
}

.lineMenuBox_item:hover>* {
  color: var(--color-text-title);
}

.lineMenuBox_item a {
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
  padding: 1rem 1rem 1rem 2.5rem;
  color: #345;
}

.lineMenuBox_item a::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f101";
  font-size: 0.7rem;
  vertical-align: middle;
  color: #adb5bd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

@media (max-width: 1199px) {
  .lineMenuBox_item a::after {
    display: none;
  }
}

@media (max-width: 1023px) {
  .lineMenuBox_item a::after {
    display: block;
  }
}

.lineMenuBox_item.icon1 a {
  background: url("/themes/tmp/assets/images/icon-about-1.png") no-repeat left center;
}

.lineMenuBox_item.icon1 a:hover {
  background: url("/themes/tmp/assets/images/icon-about-1c.png") no-repeat left center;
}

.lineMenuBox_item.icon2 a {
  background: url("/themes/tmp/assets/images/icon-about-2.png") no-repeat left center;
}

.lineMenuBox_item.icon2 a:hover {
  background: url("/themes/tmp/assets/images/icon-about-2c.png") no-repeat left center;
}

.lineMenuBox_item.icon3 a {
  background: url("/themes/tmp/assets/images/icon-about-4.png") no-repeat left center;
}

.lineMenuBox_item.icon3 a:hover {
  background: url("/themes/tmp/assets/images/icon-about-4c.png") no-repeat left center;
}

.lineMenuBox_item.icon4 a {
  background: url("/themes/tmp/assets/images/icon-about-5.png") no-repeat left center;
}

.lineMenuBox_item.icon4 a:hover {
  background: url("/themes/tmp/assets/images/icon-about-5c.png") no-repeat left center;
}

@media (max-width: 1023px) {
  .lineMenuBox {
    flex-wrap: wrap;
  }

  .lineMenuBox_item {
    width: calc(50% - 0.6rem);
  }

  .lineMenuBox_item:nth-child(2n+0) {
    margin-left: 1.2rem;
  }

  .lineMenuBox_item:not(:nth-child(2n+0)) {
    margin-left: 0;
  }

  .lineMenuBox_item:nth-child(n+3) {
    margin-top: 1.2rem;
  }
}

@media (max-width: 577px) {
  .lineMenuBox {
    margin: 1rem 0;
  }

  .lineMenuBox_item {
    width: 100%;
    margin-left: 0 !important;
  }

  .lineMenuBox_item:not(:first-child) {
    margin-top: 1rem;
  }
}

.box-rating {
  font-size: 14px;
  height: 45px;
  opacity: 0.9;
}

.box-rating_star {
  min-width: 100px;
}

.box-rating_star_on {
  color: #fb742a !important;
}

.box-rating_star_off {
  color: #789;
}

.box-rating_text {
  font-weight: normal;
  color: #789;
}

.box-rating_text a {
  font-size: 15px;
  font-weight: 500;
}

.accumulatePointsBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  background: #ffffd9;
  padding: 7px 10px;
  border: 1px solid rgba(255, 60, 60, 0.1);
  font-family: "SVN-Gilroy", "Verdana", "Roboto", "Tahoma", sans-serif;
}

.accumulatePointsBox_left {
  width: 120px;
  text-align: center;
}

.accumulatePointsBox_left>div {
  color: rgba(255, 60, 60, 0.2);
  border: 1px solid rgb(255, 60, 60);
  padding: 3px 5px;
  width: 80px;
  margin: 0 auto;
}

.accumulatePointsBox_right {
  width: calc(100% - 130px);
}

.accumulatePointsBox p,
.accumulatePointsBox ul li {
  margin-bottom: 0.25rem;
}

.accumulatePointsBox p:before,
.accumulatePointsBox ul li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00c";
  color: rgba(0, 150, 70, 0.6);
  margin-right: 0.5rem;
}

.modalBox {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
}

.formBox {
  background: #fff;
  max-width: 600px;
  font-size: 1rem;
  width: 100%;
  border-radius: 5px;
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
}

.formBox_header {
  padding: 0.8rem 1.2rem;
  background: #e9ecef;
  font-size: 1.2rem;
  position: relative;
  border-radius: 5px 5px 0 0;
}

.formBox_header i {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 900;
  padding: 1rem 1.2rem;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0 5px 0 0;
  cursor: pointer;
}

.formBox_header i:hover {
  background: rgba(0, 0, 0, 0.2);
}

.formBox_body {
  padding: 1.2rem 1.2rem 1rem 1.2rem;
}

.formBox_body_item:not(:first-child) {
  margin-top: 1.2rem;
}

.formBox_body_item input,
.formBox_body_item textarea,
.formBox_body_item select {
  font-family: "SVN-Gilroy", "Verdana", "Roboto", "Tahoma", sans-serif;
  font-size: 0.95rem;
  width: 100%;
  padding: 0.8rem 1rem;
  border-radius: 3px;
  border: 1px solid #ced4da;
  outline: none;
}

.formBox_body_item input::-moz-selection,
.formBox_body_item textarea::-moz-selection,
.formBox_body_item select::-moz-selection {
  outline: none;
  border: 1px solid #6c757d;
}

.formBox_body_item input::selection,
.formBox_body_item textarea::selection,
.formBox_body_item select::selection {
  outline: none;
  border: 1px solid #6c757d;
}

.formBox_body_item input:-moz-read-only,
.formBox_body_item textarea:-moz-read-only,
.formBox_body_item select:-moz-read-only {
  background: rgba(0, 150, 70, 0.1);
}

.formBox_body_item input:read-only,
.formBox_body_item textarea:read-only,
.formBox_body_item select:read-only {
  background: rgba(0, 150, 70, 0.1);
}

.formBox_footer {
  padding: 0 1.2rem 1rem 1.2rem;
  border-radius: 0 0 5px 5px;
  display: flex;
  justify-content: flex-end;
}

.formBox_footer_item {
  background: rgba(0, 150, 70, 0.9);
  color: #fff;
  padding: 0.6rem 2.2rem;
  cursor: pointer;
  letter-spacing: 0.5px;
  font-family: "SVN-Gilroy Bold", "Verdana", "Roboto", "Tahoma", sans-serif;
  font-size: 1rem;
}

.formBox_footer_item:hover {
  background: var(--color-text-title);
}

.formBox_footer_item:not(:first-child) {
  margin-left: 1rem;
}

.formBox_footer_item.secondary {
  background: #6c757d;
}

.formBox_footer_item.secondary:hover {
  background: #495057;
}

/* SLICK SLIDE */
.slick-slider {
  position: relative;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  position: absolute;
  bottom: -50px;
  z-index: 99;
  background: #fff !important;
  padding: 10px 15px;
  box-shadow: 0 0 3px #dee2e6;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  background: var(--color-text-title) !important;
  color: #fff;
}

.slick-slider .slick-prev i,
.slick-slider .slick-next i {
  margin: 0;
}

.slick-slider .slick-prev {
  right: 50px;
}

.slick-slider .slick-next {
  right: 0;
}

.slick-track {
  display: flex !important;
  float: left;
  justify-content: flex-start;
}

@media (max-width: 419px) {
  .headerTop>img {
    height: 65px !important;
  }
}

@media (max-width: 567px) {
  .blogBox_main_item:not(:first-child) {
    margin-left: 1rem !important;
  }

  .videoBox_main_item {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .videoBox_main_item:nth-child(n+3),
  .videoBox_main_item:not(:first-child) {
    margin-top: 1.2rem !important;
  }

  .videoBox_main_item iframe {
    height: 260px !important;
  }

  .productBoxGrid3_main_item {
    margin-left: 0 !important;
    width: 100% !important;
  }

  .productBoxGrid3_main_item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }

  .articleBox_item {
    flex-wrap: wrap;
    border-radius: 5px;
    box-shadow: 0 0 5px #dee2e6;
  }

  .articleBox_item:not(:first-child) {
    margin-top: 1.5rem;
    border: none;
    padding-top: 0;
  }

  .articleBox_item_image {
    flex: 0 0 100%;
    height: unset;
  }

  .articleBox_item_content {
    padding: 0.75rem;
    margin-left: 0;
    background: #fff;
    border-radius: 0 0 5px 5px;
  }

  .articleBox_item_content_title h2 {
    font-size: 1.2rem !important;
  }

  .articleBox_item_content_subtitle {
    font-size: 0.9rem !important;
  }

  .background {
    padding: 0 !important;
    background: unset !important;
    box-shadow: none !important;
  }
}

@media (max-width: 1024px) {
  .show-767 {
    display: flex !important;
  }

  .hide-767 {
    display: none !important;
  }
}


@media (max-width: 767px) {
  /* .hide-767 {
    display: none !important;
  } */

  /* .show-767 {
    display: flex !important;
  } */

  .headerTop>img {
    width: 100%;
  }

  .insideListBox {
    padding: 1rem 2px 2px;
    margin-top: 1.7rem;
  }

  .insideListBox_title {
    display: flex;
  }

  .insideListBox_main_image {
    display: none;
  }

  .insideListBox_main_content {
    margin-left: 0;
  }
}

@media (max-width: 990px) {
  .pageContent {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pageContent>* {
    width: 100% !important;
    flex: 0 0 100% !important;
    margin-left: 0 !important;
  }

  .pageContent>*:not(:first-child) {
    margin-top: 2.5rem;
  }

  .pageContent_sidebar {
    max-width: 400px;
  }

  .hide-990 {
    display: none !important;
  }

  .show-990 {
    display: flex !important;
  }

  .pageProduct_top_gallery {
    width: 100% !important;
  }

  .pageProduct_top_gallery img {
    width: 100%;
  }

  .pageProduct_top_info {
    width: 100% !important;
    max-width: 600px;
    margin: 0 auto;
  }

  .galleryBox {
    width: 100%;
  }

  .galleryBox_box {
    width: 100%;
  }

  .galleryBox_box_item {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .jobHomeBox_main_banner {
    display: none;
  }

  .jobHomeBox_main_content {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .sliderBoxProduct_main {
    width: 100% !important;
  }

  .sliderBoxProduct_banner {
    display: none;
  }
}

@media (min-width: 568px) and (max-width: 767px) {
  .productBoxGrid3_main_item {
    width: calc(50% - 0.75rem) !important;
  }

  .productBoxGrid3_main_item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }

  .productBoxGrid3_main_item:not(:nth-child(2n+1)) {
    margin-left: 1.5rem;
  }

  .articleBox_item_content_title h2 {
    font-size: 1.2rem !important;
  }

  .articleBox_item_content_subtitle {
    font-size: 0.9rem !important;
  }

  .articleBox_item_image {
    flex: 0 0 200px !important;
    height: 120px;
  }

  .breadcrumbBox {
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .headerTop>img {
    height: 55px !important;
  }

  .header {
    overflow-x: scroll;
  }

  .header::-webkit-scrollbar {
    display: none;
  }

  .header_menu_item>a,
  .header_menu_item>div {
    padding: 0 1.2rem !important;
  }

  .breadcrumbBox {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 991px) and (max-width: 1023px) {
  .pageContent>div:not(:first-child) {
    margin-left: 1.5rem !important;
  }

  .breadcrumbBox {
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .pageContent>div:not(:first-child) {
    margin-left: 1.75rem !important;
  }

  .breadcrumbBox {
    margin-bottom: 2rem;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .headerTop>img {
    height: 65px !important;
  }

  .header_menu_item>a,
  .header_menu_item>div {
    padding: 0 1.3rem !important;
  }
}

/* Trade Handbook */
.box-resource-item {
  /* height: 400px; */
  /* height: 100%; */
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-justify-content: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 100px;
  margin-bottom: 8px;

  display: block;
}

.box-resource-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.box-resource-item .greater-than-1 {
  border: 1px solid rgba(0, 0, 0, .125);
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-brand {
  max-width: 100%;
  padding: 10px 25px;
  color: #fff;
  background-image: linear-gradient(var(--color-text-title), var(--color-text-title));
  border: 0;
  font-weight: 700;
  /* font-size: 19px; */
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.box-image {
  display: flex;
  /* flex-wrap: wrap; */
}

.box-image .wp-image-parent {
  margin-right: 10px;
}

.box-image .image-parent {
  height: 200px;
  /* width: 100%; */
  display: flex;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 100px;
  border: 1px solid rgba(0, 0, 0, .125);
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  /* margin-right: 10px; */
  cursor: pointer;
}

.box-image .image-parent:hover img {
  transform: scale(1.2);
}

.box-image .wp-image-parent:last-child {
  margin-right: 0;
}

.box-download {
  /* text-align: center; */
}

.box-download.text-center {
  text-align: center;
}

.content-resource {
  display: flex;
  flex-wrap: wrap;
}

.content-resource__item {
  margin-right: 10px;
  margin-bottom: 15px;
}

.content-resource__item:last-child {
  margin-right: 0;
}

.wraper-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  max-width: 600px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100% - 20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  /* overflow: inherit; */
}

.wraper-popup h3 {
  text-align: center;
  color: var(--header-background);
  margin-bottom: 0;
}

.wraper-popup div {
  text-align: justify;
}

.wraper-popup.show {
  opacity: 1;
  visibility: visible;
}

.popup {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem 2rem;
  gap: 1rem;
  background-color: white;
  /* box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.25); */
  opacity: 0;
  transform: translateY(5%);
  visibility: hidden;
  transition: all 0.25s;
  z-index: -1;
  transition: all 0.3s ease;

  border-radius: 30px;
  border: 2px solid var(--header-background);
  /* box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.5); */
}

.popup-close {
  background-color: transparent;
  font-weight: 700;
  color: #fff;
  /* background-color: var(--color-text-title); */

  position: absolute;
  z-index: 99;
  /* right: -30px;
  top: -20px; */

  border: none;
  box-shadow: none;

  right: 20px;
  top: 10px;
  color: #000;
}

.popup-close i {
  margin-right: 0;
}

.popup.active {
  opacity: 1;
  transform: translateY(0%);
  visibility: visible;
  z-index: 1;
}

.popup__logo {
  max-width: 50%;
  margin: auto;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  /*dim the background*/
}

/* global css style */
.hidden {
  display: none !important;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-3 {
  margin-bottom: 3rem;
}

.text-left {
  text-align: left;
}

.header-mobile {
  min-height: 65px;
  background-color: var(--header-background);
}

.logo-white {
  display: flex;
  align-items: center;
}

.logo-white img {
  max-width: 100px;
}

.popup__detail-more {
  /* background-color: var(--color-text-title); */
  background-color: #f7941d;

  color: #fff;
  text-align: center;
  display: block;
  margin: auto;
  padding: 5px 50px;
  border-radius: 30px;
}

@media only screen and (min-width: 1280px) {
  .wraper-popup {
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .wraper-popup h3 {
    font-size: 17px;
  }

  .box-resource-item {
    height: unset;
  }

  .box-resource-item img {
    width: 100%;
  }

  .wraper-popup {
    padding: 0 20px;
    overflow-y: auto;
  }

  .popup {
    padding: 1rem 1rem;
  }

  .popup-close {
    right: 30px;
  }
}

/* .scrollbar {
  float: left;
  overflow-y: scroll;
} */

.scrollbar-style::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
  opacity: 0.5;
} 

.scrollbar-style::-webkit-scrollbar-thumb {
  background-color: var(--color-text-title);
}