:root {
  --primary-color: #303030;
  --color: #fff;
  --font-family: "Open Sans", sans-serif;
}

::-webkit-scrollbar {
  background: #fff;
  width: 10px;
  height: 11px;
}
::-webkit-scrollbar-thumb {
  background: #bbbbbb;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
}
.fb-comments,
.fb-comments iframe[style],
.fb-like-box,
.fb-like-box iframe[style] {
  width: 100% !important;
}
.fb-comments span,
.fb-comments iframe span[style],
.fb-like-box span,
.fb-like-box iframe span[style] {
  width: 100% !important;
}
.video_popup {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video_popup iframe,
.video_popup object,
.video_popup embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#clickvideo {
  width: 100%;
  padding: 4px 0;
  margin: 3px 0%;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.addthis_native_toolbox {
  margin: 10px 0px;
  width: 100%;
  clear: both;
  border: 1px solid #ededed;
  padding: 10px 10px;
  margin-bottom: 10px;
  background: #f7f6f6;
  box-sizing: border-box;
}
.addthis_native_toolbox b {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 10px;
}

#toptop {
  width: 37px;
  height: 37px;
  position: fixed;
  bottom: 30px;
  right: 20px;
  text-indent: -99999px;
  cursor: pointer;
  background: url(images/back_to_top.png) top center no-repeat;
  transition: 0.5s;
  z-index: 200;
}
#toptop:hover {
  background: url(images/back_to_top.png) bottom center no-repeat;
  transition: 0.5s;
}
.clear {
  clear: both;
}
img {
  max-width: 100% !important;
  height: auto;
}
div.bando img {
  max-width: none !important;
}

body {
  font-family: "myFont" !important ;
  font-size: 12px;
  line-height: 1.5;
}
@font-face {
  font-family: "myFont";
  src: url("font/Roboto-Regular.ttf");
}
@font-face {
  font-family: "MontserratBold";
  src: url("font/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Helvetica";
  src: url("font/Helvetica-World.ttf");
}
@font-face {
  font-family: "Aptima";
  src: url("font/UTM_Aptima.ttf");
}

.wapper_back {
}
.box_quytrinh_list {
  padding-top: 20px;
}
.soluong {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.item_qt {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.item_qt_info h3 {
  font-weight: bold;
  font-size: 18px;
  color: #0f2c96;
  margin-top: 20px;
}

.item_qt_line {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 2px;
  background: #0f2c96;
  margin-bottom: 10px;
}

.hethong_bottom {
  padding: 20px 0px;
}

.hethong_title h3 {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #0f2c96;
}

.hethong_item {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.hethong_item:hover {
  text-decoration: none;
}

.hethong_item_name {
  position: absolute;
  bottom: -18px;
  padding: 10px;
  background: #0f2c96;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  border-radius: 7px;
}

.product_link:hover {
  text-decoration: none;
}

.product_img img {
  width: 266px;
  height: 287px;
  border: 3px solid #0f2c96;
  border-radius: 20px;
}

.product_name {
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.product_bottom_top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #0f2c96 !important;
}

.nav-link.active {
  color: #fff !important;
}

.nav-pills .nav-link {
  color: #0f2c96 !important;
}

.duan_bottom {
  position: relative;
}

.duan_bottom {
  padding-top: 20px;
  grid-row-gap: 15px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-column-gap: 15px;
}
a.duan_item_link {
  position: relative;
  display: block;
}
.duan_item img {
  max-height: 325px;
  /* width: 100%; */
  width: 280px;
  height: 325px;
  object-fit: cover;
}
.duan_item_title {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 3px 30px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background: #0f2c96;
  line-height: 1.3;
}

#slider {
  /* padding-bottom: 80px; */
}

.slider {
  position: relative;
}

.slider_wrapper {
  position: absolute;
  bottom: 100px;
  left: 150px;
}

.slider_title {
  font-size: 40px;
  font-weight: bold;
  color: #939496;
}

.slider_title strong {
  color: #385ca6;
}

.slider_box span {
  font-size: 14px;
}

.slider_search_text {
  font-size: 14px;
}

.slider_input {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
}

.slider_input_item {
  padding: 0px 5px;
}

.slider_input_item input {
  width: 180px;
  border: none;
  outline: none;
  padding: 8px;
}

.slider_input_item input.line {
  border-right: 1px solid #585858;
}

.button-form {
  outline: none;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #385ca6;
  color: #fff;
}

button.dathang {
  margin-bottom: 10px;
  border-radius: 4px !important;
  background-color: #0f2c96 !important;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  padding: 7px 3px;
  width: 100%;
  border: unset;
  color: #fff;
}

.quytrinh {
  width: 100%;
}

.contact_container {
  padding: 20px 0px;
}

.contact_title {
  padding-top: 50px;
}

.contact_title h3 {
  font-size: 30px;
  font-weight: bold;
  font-family: var(--font-family);
  text-align: center;
}

.contact_title_item {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
}

.contact_title_item strong {
  font-size: 14px;
  font-weight: bold;
  font-family: var(--font-family);
}

.contact_title_item span {
  font-size: 14px;
  font-family: var(--font-family);
}

.duan {
  width: 100%;
}
.title_duan {
  padding-left: calc((100vw - 1250px) / 2);
  border-top: 2px solid #f7941d;
}
.box_product_danhmuc2 {
  display: flex;
  flex-direction: row;
  padding: 25px 0px;
}
.box_content_pd {
  padding: 25px 0px;
}
.box_content_bk {
  padding: 25px 0px;
  background-color: #fff;
}
.box_content_bk .title_dk .border {
  background: #f7941d;
}
.keep_right {
  grid-column-gap: 30px;
  /* grid-row-gap: 30px; */
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  padding: 0px !important;
}
.item_da {
  max-width: 1500px;
}

.duan_title_link {
  display: block;
}

.duan_title_img {
  width: 280px;
  height: 325px;
}

.item_da:hover a {
  text-decoration: none;
  color: #fff;
}

.xem_videogt {
  display: block;
}
.tintuc_index {
  display: inline-block;
  width: 100%;
}
.box_product_danhmuc4 {
  display: flex;
  flex-direction: row-reverse;
}
.box_product_danhmuc4 .title_duan {
  padding-left: 0;
  padding-right: calc((100vw - 1250px) / 2);
}
.footer_title {
  text-align: center;
  color: #fff;
  padding-top: 80px;
}

.footer_wrapper {
  display: flex;
  justify-content: space-between;
  padding: 25px 0px;
}

.video {
}
.tintuc_index {
  padding: 50px 0px;
}
.box_product_danhmuc2:nth-child(2n + 0) .title_duan {
  padding-left: 0;
  padding-right: calc((100vw - 1250px) / 2);
}
.video {
  display: inline-block;
  width: 100%;
}
.item_da img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.item_da h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0px;
  text-align: center;
}
.box_product_danhmuc2:nth-child(2n + 0) {
  display: flex;
  flex-direction: row-reverse;
}
.dangky_index {
  padding: 35px 0px 0px;
}
.title_dk {
  text-align: center;
  padding-bottom: 35px;
}
.title_dk h3 {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  font-family: var(--font-family);
}
.title_dk .border {
  color: #202020;
  background: #202020;
  max-width: 200px;
  margin: auto;
  width: 100%;
  height: 2px;
}
.item_dk {
  padding-bottom: 15px;
  overflow: hidden;
}
.box_form_fk {
  display: flex;
  align-items: center;
}
.imgtt ul {
  position: absolute;
  right: 0px;
  bottom: 25px;
  list-style-type: none;
}
.imgtt ul li {
  border: 1px solid #f7941d;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.imgtt ul li a {
  color: #f7941d;
}
.imgtt ul li a i {
  font-size: 18px;
}
.imgtt {
  text-align: center;
}

.dknt_left {
  font-family: var(--font-family);
}

.dknt_left button {
  background: #0f2c96;
  border: unset;
  padding: 10px 15px;
  font-weight: 600;
  color: #fff;
  font-family: var(--font-family);
}
.w503 {
  grid-column-gap: 15px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  padding: 0px !important;
}
.box-shadow {
  box-shadow: 0 0 5px #e8e8e8;
}
.box_menu .dienthoaimenu {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.item_dk p {
  margin-bottom: 5px;
  color: #7b7773;
  font-size: 14px;
}
.item_dk input,
.item_dk textarea {
  background: #e8e8e8;
  border: unset;
  padding: 10px;
  width: 100%;
}
.box_menu button {
  background: #f7941d;
  border: unset;
  padding: 5px 30px;
}
.box_menu button a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.box_menu button:hover a {
  text-decoration: none;
}
.box_menu button a i {
  padding-left: 5px;
}
.item_da_mota {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
  font-size: 14px;
  text-align: center;
  min-height: 63px;
  margin-bottom: 10px;
}
.title_duan h3 {
  position: relative;
  padding-top: 15px;
  font-size: 24px;
  color: #f000;
  font-weight: 600;
  line-height: 1.4;
}
.title_duan_mota {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.item_qt_info_intro {
  font-size: 12px;
  color: #000;
  font-weight: bold;
}
.box_quytrinh {
  background: #fff;
  width: 100%;
  padding: 30px 0px;
}
.item_qt_info {
  padding-left: 10px;
  font-family: "myFont";
  text-align: center;
}

.box_gioithieu_wrapper {
  margin-top: 80px;
}

.box_gioithieu_wrapper_box {
  padding: 10px;
  border: 1px solid #b7b4b426;
  box-shadow: 1px 5px 13px #95979952;
}

.gioithieu_bottom {
  padding-top: 20px;
}

.box-gioithieu_wrapper_title_name {
  font-size: 16px;
  font-weight: bold;
  font-family: var(--font-family);
  text-transform: uppercase;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.box_gioithieu_wrapper_title a {
  color: #000;
}

.box_gioithieu_wrapper_title a:hover {
  color: #000;
  text-decoration: none;
}

.box-gioithieu_wrapper_title_desc {
  font-size: 14px;
  font-family: var(--font-family);
  padding: 10px 0px;
}

.box_statics {
  /* padding-top: 15px;
  padding-bottom: 15px;
  border-top: 2px solid #f7941d;
  border-bottom: 2px solid #f7941d; */
}
.sc_home-statics-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc_home-statics-box {
  padding: 15px;
}

.sc_home-statics-box-col::after {
  content: "";
  width: 9px;
  background-image: url("./images/counter-shap1.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
}
.sc_home-statics-box-col:first-child::after {
  display: none;
}
.sc_home-statics-item {
  display: flex;
  color: #dddddd;
  font-size: 17px;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
}
.sc_home-statics-item .title {
  font-size: 50px;
  text-align: center;
  /* margin-right: 10px; */
  color: #f7941d;
  font-weight: 600;
}
.sc_home-statics-item .title span {
  font-weight: 600;
  font-family: "MontserratBold";
}
.hethong_col img {
  border: 3px solid #0f2c96;
  border-radius: 20px;
}
.box_static_title h3 {
  font-size: 30px;
  font-weight: 600;
}

.sc_home-statics-item .content {
  font-size: 16px;
}

.sc_home-statics-item img {
  padding-left: 10px;
  padding-right: 10px;
}

.title .content {
  font-size: 14px;
}

.content {
  font-weight: 600;
  color: #000;
}
div#wapper {
  margin: auto;
  max-width: 2000px;
  background: #fff;
}

/* congdung */

.congdung_container {
}
.congdung_row {
}

.congdung_col {
}

.congdung_title {
}

.congdung_name {
  font-size: 34px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
}

.congdung_desc {
  font-family: "Barlow Condensed", sans-serif;
}

.congdung_list {
}

.congdung_item {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}

.congdung_item i {
  font-size: 24px;
  color: #007166;
}

.congdung_text {
  font-family: "Barlow Condensed", sans-serif;
}

/* sanpham */

.sanpham {
  padding: 30px 0px;
}

.product_container {
}

.product_top {
  text-align: center;
}

.product_top h3 {
  font-size: 30px;
  font-weight: bold;
  font-family: var(--font-family);
  text-transform: uppercase;
}

.product_top_title {
  font-size: 30xp;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--font-family);
}
.product_row {
}
.product_col {
}

.product_box {
  text-align: center;
  color: #000;
  display: block;
  padding: 30px 10px;
  margin-top: 20px;
  background-color: #f4f4f4;
}

.product_box:hover {
  text-decoration: none;
  color: #000;
  box-shadow: 1px 5px 13px #95979952;
}

.product_box img {
  max-height: 100px;
}

.product_box_img {
  border: 1px solid #f3f3f3;
  margin-bottom: 15px;
}

.product_box_img img {
}

.product_box_title {
  padding: 15px;
  border: 1px solid #3c3c3c0d;
  box-shadow: 1px 5px 13px #95979952;
}

.product_box_title_name {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: var(--font-family);
  padding: 10px 0px;
}

.doitac_container {
  margin: 40px 0px 0px;
}

.footer {
  display: block;
  width: 100%;
  background-color: #0f2c96;
}

.footer-container {
  display: flex;
  color: #fff;
}

.footer-left {
  flex: 1;
  text-align: center;
}

.footer-left-logo {
}

.footer-name {
  text-align: left;
  padding: 20px 35px;
  font-size: 14px;
  font-family: var(--font-family);
}

.footer-about h5 {
  font-size: 18px;
  font-weight: bold;
  font-family: var(--font-family);
}

.footer-about-item {
  padding-top: 15px;
}

.footer-about-item i {
  padding-right: 5px;
}

.text-white {
  font-size: 14px;
  font-family: var(--font-family);
  padding: 20px 0px;
}

.footer-about-item .text-white:hover {
  text-decoration: none;
  color: #3c3c3c;
}

.footer-right {
  flex: 2;
  display: flex;
  flex-direction: column-reverse;
}

.footer-about-list {
  list-style: none;
  padding: 0px;
}

.footer_top_left_title {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.footer_top_left_name {
  font-size: 16px;
  color: #fff;
}

.footer_top_left_name a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer_top_left_name a:hover {
  color: #fff;
  text-decoration: none;
}

/* intuc */

.tintuc_title {
  text-align: center;
}

.tintuc_title h3 {
  font-size: 30px;
  font-weight: 600;
  font-family: var(--font-family);
}

.tintuc_box_title {
  padding: 15px 0px;
}

.tintuc_box_wrapper:hover {
  text-decoration: none;
}

.tintuc_box_name {
  color: #000;
  font-size: 14px;
  font-family: var(--font-family);
  font-weight: bold;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.tintuc_box_desc {
  font-size: 12px;
  font-family: var(--font-family);
  color: #000;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  margin-top: 10px;
}

.tintuc_box_date {
  color: #d4d4d4;
  font-size: 12px;
  text-transform: uppercase;
}

.tintuc_box_row.row {
  padding: 20px 0px;
}

.doitac_wrapper {
  padding: 20px 0px;
}
#menu {
  height: 75px;
}
/* Header */
.header_top {
  background-color: #fff;
}

.box_header_top {
  display: flex;
  align-items: center;
  padding: 7px 0px;
  justify-content: space-between;
  align-items: center;
}
.ngaytaotin {
  color: #a59c9c;
  font-size: 13px;
  margin-bottom: 0px;
}
.ngaytaotin i {
  padding-right: 5px;
  font-size: 12px;
}
.header_top_left p {
  margin-bottom: 0px;
  color: #0f2c96;
  font-size: 14px;
  font-family: var(--font-family);
  font-weight: 600;
}

.header_top_right_social a {
  color: #0f2c96;
  padding: 0px 5px;
}

.header_top_right_social a:hover {
  color: var(--color);
}
.header_phone {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header_phone i {
  color: #4c8cc9;
  font-size: 36px;
  padding-right: 10px;
}
.header_phone_right p {
  font-size: 11px;
  margin: 0px;
  color: #3c3c3c;
}
.header_phone_right strong {
  font-size: 14px;
  color: #4c8cc9;
}

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

.box_hotline_icon {
  font-size: 28px;
  background-color: red;
  color: #fff;
}

.box_hotline_icon i {
  padding: 8px;
}

.box_hotline_title {
  padding-left: 5px;
}

.box_hotline_name {
  color: #000;
}
.box_hotline_desc {
  color: #ec3338;
  font-size: 14px;
}
.seach_product {
  border: 1px solid #f00;
  display: flex;
  align-items: stretch;
}
.seach_product input {
  border: unset;
  padding: 5px 10px;
}
.seach_product i {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0px 10px;
  background: red;
}
div#header {
  position: relative;
  margin: auto;
}
div#banner_top {
  width: 100%;
}
div.logo_top {
  width: 25%;
  float: left;
}
div#header a.logo {
  display: block;
  line-height: 0;
}
div#header img.logo_mobi {
  display: none;
}

div.header {
  display: none;
}
div#wap_mocua {
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #00609f;
  border-bottom: 1px dashed #00609f;
}
div#mocua {
  max-width: 1200px;
  margin: auto;
}
div#mocua p {
  float: left;
  padding-left: 0px;
}
div#mocua.menu_head {
  max-width: 1200px;
  margin: auto;
  float: right;
}
.menu_head ul {
  color: #00609f !important;
  list-style: none;
  float: right;
}
.menu_head ul li {
  color: #00609f;
  float: left;
  display: inline;
  margin-right: 20px;
}
.box_meta_single_content {
  background-color: #ffba00;
  color: #161616;
  display: flex;
  margin-bottom: 30px;
}
.item_ct {
  flex: 0 0 25%;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  border-left: 1px solid #f3f3f3;
}
.fw-b {
  font-family: "MontserratBold";
  font-size: 14px;
}
.fs-12 {
  font-size: 12px;
}
.box_meta_single_content .item_ct:first-child {
  border-left: 0;
}
.box_meta_single_content .item_ct img {
  width: 47px;
  margin-right: 10px;
}
.menu_head ul li a {
  color: #00609f;
  float: right;
  display: inline;
  text-decoration: none;
}
.box_visao {
  grid-column-gap: 15px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  align-items: center;
  padding: 15px 0px;
  justify-items: center;
}
.item_visao {
  text-align: center;
}
.item_visao h3 {
  font-size: 16px;
  font-weight: 600;
  color: #00285f;
  text-transform: uppercase;
}
.dichvu_index {
  background-image: url(./images/back_dichvu.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.box_dichvu {
  padding: 35px 0px;
}
.title_dv {
  padding: 15px 0px;
  position: relative;
}
.title_dv h3 {
  font-size: 25px;
  text-transform: uppercase;
  color: #f86a52;
  font-weight: 600;
  text-align: center;
}
.title_dv:before {
  content: "";
  width: 20%;
  height: 2px;
  background: #2222229e;
  display: inline-block;
  position: absolute;
  left: 40%;
  bottom: 10px;
  z-index: 5;
}
.title_vechungtoi h3 {
  text-align: center;
  height: 80px;
  font-size: 26px;
  background: url(./images/e.png) no-repeat center 45px;
  color: #414143;
  font-weight: 600;
  text-transform: uppercase;
}
.box_gioithieu {
  display: flex;
  align-items: center;
}
.gioithieu_right_title h4 {
  text-transform: uppercase;
  color: #000000b3;
  font-size: 25px;
  font-weight: 600;
}
.gioithieu_right_title h3 {
  color: #000;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
}

.gioithieu_mota {
  color: #3c3c3c;
}

.hinhanh_title h3 {
  color: #000;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
}
.chitietgt {
  /* margin: 25px 0px; */
  margin-left: 10px;
  width: max-content;
}
.keep_right {
  padding-right: 0px;
}
.chitietgt a {
  background: #ea191f;
  padding: 12px 30px;
  color: var(--color);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--font-family);
}
.chitietgt:hover a {
  text-decoration: none;
  color: #ea191f;
  border: 1px solid #ea191f;
  background-color: #fff;
}

.chitietgt a i {
  padding-left: 15px;
}

.chitietgt.gt_thongtin {
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.hethong_col {
  margin: 10px;
}
.chitietgt.gt_thongtin a {
  padding: 12px 25px;
  font-size: 12px;
}

.chitietgt.danhmuc {
  border-left: 0px;
  border-right: 0px;
  margin-left: 0px;
}

.chitietgt.danhmuc.tintuc {
  margin: 0px auto;
  margin-top: 30px;
}

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

.project_outstanding_bottom_box img {
  width: 100%;
  height: 413px;
  object-fit: cover;
}

.carousel-item img {
  width: 100%;
}

.chitietgt.danhmuc a {
  background-color: #0f2c96;
  color: #fff;
}

.chitietgt.danhmuc:hover a {
  text-decoration: none;
  color: #0f2c96;
  border: 1px solid #0f2c96;
  background-color: #fff;
}

.gioithieu_left {
  position: relative;
}
.gioithieu_right_box {
  /* padding-left: calc((100vw - 1250px) / 2); */
  display: flex;
  font-family: "Barlow Condensed", sans-serif;
}
.wap_box_new {
  flex-direction: row;
  flex-wrap: wrap;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.box_content_ct {
  padding: 25px 0px;
}
.title_share {
  display: flex;
  align-items: center;
}
.title_share p {
  padding-left: 15px;
  color: #3c3c3c69;
  font-family: var(--font-family);
  margin-bottom: 0px;
}

.content_ct p {
  font-family: var(--font-family);
}
.title_share p i {
  padding-right: 5px;
}
.title_tin_ct {
  padding-bottom: 10px;
}
.title_tin_ct h3 {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  font-family: var(--font-family);
  font-size: 23px;
  margin: 0px;
}
.sliderimg_product {
  padding-bottom: 15px;
}
.lSSlideOuter .lSPager.lSGallery img {
  width: 100% !important;
  height: 150px !important;
  object-fit: cover;
}
.title_share {
  padding-bottom: 15px;
}
.box_tinlq ul {
  list-style-type: none;
}
.box_tinlq ul li a {
  display: flex;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.box_tinlq ul li a img {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.box_tinlq ul li:hover a {
  text-decoration: none;
}
.box_tinlq ul li a h3 {
  flex-grow: 1;
  margin-left: 10px;
  font-size: 14px;
  color: #3c3c3c;
  font-family: var(--font-family);
}
.title_other h3 {
  background-color: #0f2c96;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 10px;
  margin-bottom: 10px;
  margin-top: 0px;
  font-family: var(--font-family);
}
.item_newsmoi_info {
  background-color: #f4f4f4;
  padding: 15px;
}

.item_newsmoi img {
  width: 100%;
}

.project_outstanding_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  color: #fff;
}

.project_outstanding_left {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: var(--font-family);
}

.project_outstanding_bottom_box_name {
  color: #fff;
  text-decoration: none;
}

.project_outstanding_bottom_box_name:hover {
  color: rgb(238, 238, 238);
  text-decoration: none;
}
.project_outstanding_bottom_box:hover {
  text-decoration: none;
}

.project_outstanding_bottom_box {
  position: relative;
  display: block;
  width: 100%;
}

.project_outstanding_bottom_box_title {
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
  font-size: 14px;
  background-color: rgba(6, 6, 6, 0.3);
  color: #fff;
}

.project_outstanding_bottom_box_title i {
  padding: 14px;
  background-color: #3c3c3c;
  color: #fff;
}

.project_outstanding_center {
  font-size: 14px;
  font-family: var(--font-family);
}
.xemthemdichvu {
  text-align: center;
  position: relative;
}
.xemthemdichvu:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #22222226;
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 50%;
  z-index: 0;
}
.xemthemdichvu button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: unset;
  color: #fff;
  background: #4c8cc9;
  margin: 0px 15px;
  z-index: 9;
  position: relative;
}
.xemthemdichvu button i {
  color: #fff;
}
.box_dichvu_list {
  padding: 25px 0px;
}
.item_dichvu_info h3 {
  margin: 0px;
  font-size: 15px;
  color: #030e27;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
.item_dichvu_info_intro {
  font-size: 13px;
  color: #595959;
  text-align: center;
  padding: 5px 0px;
}
.item_dichvu:hover a {
  text-decoration: none;
}
.item_dichvu img {
  border-bottom: 3px solid #4c8cc9;
}
.item_dichvu_info {
  padding: 20px;
  box-shadow: 1px 0px 14px 0px #888888;
}
.item_dichvu_info {
  text-align: center;
}
.item_dichvu_info button {
  border: unset;
  background: unset;
  color: #000;
  border-bottom: 1px solid #3c3c3c;
}
.box_dichvu_list {
  display: inline-block;
  width: 100%;
}
.box_vechungtoi {
  grid-column-gap: 15px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.box_vechungtoi_right {
  flex-direction: row;
  flex-wrap: wrap;
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.duan {
  padding: 20px 0px;
}
.title_da {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #3c3c3c73;
}
.title_da h3 {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  background: #4c8cc9;
  margin: 0px;
  padding: 10px 25px;
}
.title_da a {
  color: #3c3c3c;
  text-decoration: none;
}
.box_duan {
  flex-direction: row;
  flex-wrap: wrap;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  padding: 20px 0px;
}
.item_duan a:hover {
  text-decoration: none;
}

.item_newsmoi.item_newsmoida a {
  display: block;
}
.item_sp img {
  padding: 2px;
  /* border: 1px solid #3c3c3c40; */
  width: 100%;
  margin-bottom: 10px;
}
.item_sp h3 {
  color: #4f4f4f;
  font-size: 16px;
  padding-top: 5px;
  margin: 0px;
  font-weight: 600;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newindex .title_dv h3 {
  color: #4c8cc9;
}
.box_tin_news_top {
  flex-direction: row;
  flex-wrap: wrap;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  padding: 20px 0px;
}
.box_tin_news_top_right {
  flex-direction: row;
  flex-wrap: wrap;
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.box_tin_news_top_right .item_newsmoi h3 {
  font-size: 13px;
  margin-top: 5px;
  font-family: var(--font-family);
}

.menu_link_item i {
  font-size: 25px;
}

.item_newsmoi:hover a {
  color: #000;
  text-decoration: none;
}
.item_newsmoi h3 {
  font-size: 17px;
  color: #000;
  font-weight: 600;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.3;
  overflow: hidden;
  height: 44px;
  margin: 0px;
  font-family: var(--font-family);
}
.item_newsmoi_info_intro {
  text-overflow: ellipsis;
  font-size: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.3;
  overflow: hidden;
  margin: 10px 0px;
  height: 44px;
  color: #3c3c3ccc;
  font-family: var(--font-family);
}
.item_newsmoi_info button {
  margin-top: 5px;
  padding: 6px 13px;
  background: #0f2c96;
  border: unset;
  color: #fff;
  font-family: var(--font-family);
}
.item_newsmoi_info button i {
  padding-left: 5px;
}
.item_newsmoida img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.item_duan h3 {
  display: block;
  color: #4f4f4f;
  font-size: 16px;
  padding-top: 5px;
  margin: 0px;
  font-weight: 600;
  text-align: center;
}
.box_sp_list .marquee0 img {
  height: 120px;
  margin: 10px;
}

.box_menu {
  position: relative;
}

a.logo::after {
  position: absolute;
  content: "";
  width: 400px;
  height: 100%;
  top: 0px;
  left: -95px;
  z-index: 2;
  background: #fff;
  transform: skew(40deg);
  overflow: hidden;
}

.item_duan img {
  padding: 2px;
  border: 1px solid #3c3c3c40;
}
.item_vc h3 {
  display: block;
  color: #4f4f4f;
  font-size: 16px;
  padding-top: 5px;
  margin: 0px;
  font-weight: 600;
}
.title_new h3 {
  background: #00609f;
  padding: 10px 10px;
  margin: 0px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.box_tin_news {
  flex-direction: row;
  flex-wrap: wrap;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  padding: 20px 0px;
}

#lightSlider {
  list-style: none;
}

div#wap_footer {
  background-color: #499442;
}

.footer_title {
  text-align: center;
  color: #fff;
}

.footer_title_info {
  padding-top: 50px;
}

.footer_title_info_item_title {
  font-size: 14px;
  font-family: "Barlow Condensed", sans-serif;
}

.title_footer h3 {
  margin: 0px;
  font-weight: 600;
  color: #fff;
}
.item_news a {
  flex-direction: row;
  flex-wrap: wrap;
  grid-row-gap: 15px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 35% 65%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  align-items: stretch;
}
.title_f h3 {
  color: #ffffff;
  font-family: "MontserratBold";
}
.item_news_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 15px;
}
.item_newsmoi_info_flz {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer_top_left_desc {
  padding: 5px 8px;
  background: #fff;
  border-radius: 7px;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  color: #0f2c96;
  margin-top: 10px;
}

.footer_top_left_desc i {
  font-size: 16px;
}

.footer_social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.footer_social-item {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_social-item:hover {
  background: #fff;
  border: 1px solid #fff;
}

.footer_social-item:hover a {
  background: #fff;
  color: #0f2c96;
  text-decoration: none;
}

.footer_social a {
  display: block;
  color: #fff;
  font-size: 20px;
}

.footer_social a i {
  font-size: 25px;
}

.footer_top {
  padding: 30px 0px;
}

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

.footer_top_info ul {
  list-style-type: none;
}
.footer_top_info ul li {
  color: #fff;
  font-size: 13px;
  padding-bottom: 5px;
}
.footer_phone {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer_phone i {
  font-size: 35px;
  color: #f7941d;
  padding-right: 15px;
}
.footer_phone:hover a {
  text-decoration: none;
}
.footer_phone a p {
  font-size: 13px;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #f7941d;
}
.footer_phone strong {
  color: #f7941d;
  font-size: 25px;
}
.footer_bottom {
  /* padding: 20px 0px; */
  background: #fff;
}
.box_footer_bottom {
  border-top: 1px solid #f7941d;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.box_footer_bottom_info h3 {
  color: #f7941d;
  font-family: "MontserratBold";
  text-transform: uppercase;
}
.box_footer_bottom_info ul {
  list-style-type: none;
}
.box_footer_bottom_info ul li {
  color: #fff;
  padding-bottom: 5px;
  font-size: 14px;
}
.logo_footer {
  text-align: center;
}
.foot_ff_ul {
  padding-top: 15px;
}
.foot_ff_ul ul {
  list-style-type: none;
}
.foot_ff_ul ul li {
  padding: 5px 0px;
  color: #fff;
}
.foot_ff_ul {
  color: #fff;
}
.foot_ff_ul ul p {
  color: #fff;
  font-size: 13px;
}
.copyr {
  padding: 10px 0px;
  text-align: center;
  border-top: 1px solid #fff;
}
.copyr .container {
  /* border-top: 1px solid #fff; */
}
.copyr p {
  color: #000;
  font-family: "Barlow Condensed", sans-serif;
  margin: 0px;
}
.copyr p a {
  color: #0f2c96;
}
.title_ff h3 {
  margin: 0px;
  padding-bottom: 15px;
  color: #00609f;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
}
.footer_dm ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
}
.footer_dm ul li {
  width: 50%;
  padding: 5px;
}
.footer_dm ul li a {
  color: #3c3c3c;
  font-size: 15px;
}

.modal-header {
  flex-direction: row-reverse !important;
}

.share_icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px 0px;
}
.share_icon a {
  color: #3c3c3c;
  text-decoration: none;
  font-size: 14px;
  padding: 10px;
}
.item_news a img {
  width: 100%;
}
.item_news a:hover {
  text-decoration: none;
}
.item_news a h3 {
  color: #082f49;
  font-size: 15px;
  margin: 0px;
  font-weight: 600;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3;
}
.item_news_info_intro {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #3c3c3c;
  font-size: 13px;
  line-height: 1.4;
}
.item_news_info button {
  color: red;
  background: unset;
  border: unset;
  float: right;
  text-align: right;
  display: inline-block;
  font-size: 11px;
}
div.wap_menu {
  width: 100%;
  /* background: var(--color); */
  height: 75px;
}
.box_menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
div.menu {
  position: relative;
  max-width: 100%;
  margin: auto;
  color: #000;
  background-color: #0f2c96;
}

.logo img {
  max-height: 60px;
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 0px;
}
div.menu ul {
  color: #000 !important;
  float: left;
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  line-height: 75px;
}
div.menu ul li {
  color: #000;
  float: left;
  position: relative;
  z-index: 50;
  /* border-right: 1px solid #ffffff; */
  line-height: 75px;
}
div.menu ul li a {
  color: #fff !important;
  font-size: 15px;
  /* padding: 10px 18px; */
  padding: 0px 13px;
  text-decoration: none;
  /* text-transform: uppercase; */
  display: block;
  font-family: "Helvetica";
}

.gioithieu_line {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0px;
}

span.line_left,
span.line_right {
  display: block;
  width: 200px;
  height: 1px;
  background: #0f2c96;
}

span.line_left {
  margin-right: 10px;
}
span.line_right {
  margin-left: 10px;
}

.arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 2px solid #0f2c96;
  border-radius: 50%;
}

.arrow .fa-caret-up {
  font-size: 15px;
  display: flex;
  align-items: flex-end;
  color: #0f2c96;
}

.arrow .fa-caret-down {
  font-size: 15px;
  display: flex;
  align-items: flex-start;
  color: #0f2c96;
}

.menu_link_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu_bottom {
  background-color: #627ebc;
}

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

.menu_bottom_container ul {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu_bottom_container ul li {
  margin-right: 25px;
}

.menu_bottom_container ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "Helvetica";
  padding: 10px 20px;
}

.menu_bottom_container ul li a:hover {
  text-decoration: none;
  color: #fff;
}

.menu_bottom_title {
  color: #fff;
}

.menu_bottom_container ul li a img {
  padding-right: 10px;
}

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

.menu_bottom_left i.menu_bottom_left_icon {
  cursor: pointer;
  font-size: 20px;
  padding-right: 7px;
}

.modal_body_left {
  width: 25%;
  background-color: #f7fbff;
  padding: 20px;
  border-radius: 10px;
}

.modal_body_right {
  width: 70%;
  padding: 20px;
}

.modal_body_right .modal_body_title h5 {
  border-bottom: 2px solid #451da0;
}

.modal_body_title h5 {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #2c95ff;
  margin: 0;
  padding-bottom: 10px;
}

.modal-dialog {
  max-width: 100%;
}

.modal_body_right_list_item {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.modal_body_item.right {
  padding: 6px 5px;
  width: calc(100% / 3);
  display: flex;
  flex-direction: row;
}

.li_chitiet_top {
  display: flex;
}

.menu_bottom_left ul {
  list-style: none;
  display: flex;
  margin: 0px;
}

.menu_bottom_right a {
  padding: 10px 16px;
  background-color: #cecece;
}

.menu_bottom_right a:hover {
  text-decoration: none;
}

/* div.menu ul li a::before {
  content: " ";
} */

.box_video_full {
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
  overflow: hidden;
}

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

.menu_bottom_left {
  display: flex;
  align-items: center;
}
.menu_bottom_left ul {
  list-style: none;
  display: flex;
}
.menu_bottom_left ul li {
  display: inline;
  padding: 8px 8px;
}

.menu_bottom_left ul li a {
  font-size: 13px;
  color: #000;
  display: block;
  padding: 2px 0px;
}

.menu_bottom_left ul li a:hover {
  text-decoration: none;
}

.danhmuc_bottom_col a {
  display: block;
  margin-bottom: 15px;
}

.modal_body_list_item .modal_body_item a {
  padding: 10px;
  font-size: 14px;
}
.modal_body_list_item .modal_body_item a:hover {
  text-decoration: none;
}

.modal_body_right_list_item .modal_body_item a {
  padding: 10px;
  font-size: 14px;
}

.modal_body_right_list_item .modal_body_item a:hover {
  text-decoration: none;
}

.danhmuc_bottom_content {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #ecedf2;
  border-radius: 10px;
}

.modal_body_container {
  display: flex;
  padding: 20px 0px;
}

.modal_body_list_item {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.modal_body_list_item .modal_body_item a {
  text-decoration: none;
}

#sc_video {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wap_box_new1 .box_news {
  width: 33%;
}

.menu_bottom_container ul li a.active {
  background-color: #db3542;
}

div.menu ul li a:hover,
div.menu ul li a.active,
div.menu ul li a.active2 {
  color: #fff !important;
}
div.menu ul li a:hover ul {
  display: block;
}

.zoom_slick .slick img {
  width: 95%;
  margin: auto;
  border: 1px solid #ddd;
  box-sizing: border-box;
  cursor: pointer;
}

div.menu ul li ul,
div.menu ul li:hover ul li ul {
  position: absolute;
  margin-left: 0px;
  display: none;
  min-width: 290px;
  background-color: #0f2c96;
  color: #ffffff !important;
  line-height: 1.5;
  line-height: 45px;
}
div.menu ul li ul li {
  float: none;
  color: #ffffff !important;
}
div.menu ul li ul li a {
  padding: 9px 10px;
  text-transform: none;
  display: block;
  color: #fff !important;
  border-bottom: 1px solid #fff;
  line-height: 1.4;
}
div.menu ul li ul li ul {
  left: 100%;
  top: 0px;
  color: #fff !important;
}

.box_jox_login {
  padding: 0px 10px;
  border-right: 1px solid #fff;
}

.box_jox_login a,
.box_job_ntd a {
  color: #fff;
}

.box_jox_login a:hover,
.box_job_ntd a:hover {
  color: #fff;
  text-decoration: none;
}

.box_job_ntd {
  padding: 0px 10px;
}

.spnoibat {
  background-color: #ececec;
  padding: 30px 0px;
}

#main_content {
  padding: 15px 0px;
}

.spnoibat_container {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.container2 {
  margin: 0px;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-nav {
  position: absolute;
  left: -42px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
}

.owl-prev,
.owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ececec !important;
  margin-bottom: 20px;
  outline: none;
  border: none;
}

.owl-prev span,
.owl-next span {
  font-size: 22px;
}

.spnoibat_title h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-family: var(--font-family);
}

.spnoibat_box a {
  text-decoration: none;
  color: #000;
}

.spnoibat_box a:hover .spnoibat_box_name {
  text-decoration: none;
  color: #000;
}

.spnoibat_box_name {
  font-size: 20px;
  font-style: italic;
  font-family: var(--font-family);
  text-transform: uppercase;
}

.spnoibat_banner {
  padding-top: 30px;
}

.box_hotline_tile {
  display: flex;
  align-items: center;
  font-family: "Cabin", sans-serif;
  padding: 10px;
  border-right: 1px solid #ebebeb;
}

.box_hotline_tile i {
  font-size: 20px;
  padding: 0px 10px;
}

.box_hotline_tile a {
  color: #db3542;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}

.box_hotline_tile a:hover {
  color: #db3542;
  text-decoration: none;
}

.contact_map {
  padding-top: 20px;
}

.box_hotline_search {
  padding: 10px;
}

.box_hotline_search i {
  font-size: 20px;
}

.box_hotline_search input {
  width: 100px;
  border: none;
  outline: none;
}

div.search {
  background: #fff;
  height: 40px;
  width: 25%;
  float: left;
  margin-top: 72px;
  border: 1px solid #ccc;
  border-radius: 20px;
  margin-left: 8%;
  background: url(images/bg_search.png) right no-repeat;
}
div.phone {
  color: #ed3237;
  font-size: 30pt;
  float: left;
  width: 15%;
  height: 50px;
  margin-left: 60px;
  margin-top: 65px;
}
div.phone i {
  float: left;
  margin-top: 10px;
}
div.phone div.hotline {
  width: 70%;
  float: left;
  color: #000;
  font-size: 12pt;
  margin-left: 20px;
}
div.mail {
  color: #ed3237;
  font-size: 30pt;
  float: left;
  width: 20%;
  height: 50px;
  margin-left: 30px;
  margin-top: 65px;
}
div.mail i {
  float: left;
  font-size: 15pt;
  margin-top: 10px;
  padding: 10px;
  border-radius: 100%;
  color: #fff;
  background: #ed3237;
}
div.mail div.email {
  width: 70%;
  float: left;
  color: #000;
  font-size: 12pt;
  margin-left: 20px;
}
div.gio_hang {
  position: absolute;
  right: 60px;
  height: 25px;
  color: #fff;
  width: auto;
}
div.gio_hang a {
  color: #00609f;
  font-size: 25px;
}
div.gio_hang a sup {
  color: #00609f;
  font-size: 10px;
  background: #fff;
}
div.search input {
  padding: 0px 10px;
  float: left;
  margin-top: 13px;
  border: none;
  background: none;
  width: 180px;
  outline: none;
  color: #bbbbbb;
  font-style: italic;
}
div.search i {
  float: right;
  margin-right: 20px;

  margin-top: 8px;
  color: #222;
  font-size: 22px;
  cursor: pointer;
}

.gioithieu_img {
  position: relative;
}

.gioithieu_img::after {
  content: "";
  position: absolute;
  top: -34px;
  right: -20px;
  background-image: url(./images/Rectangle3sq.png);
  width: 262px;
  height: 356px;
  background-repeat: no-repeat;
}

.gioithieu_img::before {
  content: "";
  position: absolute;
  bottom: -34px;
  left: -20px;
  background-image: url(./images/Rectangle4sq.png);
  width: 253px;
  height: 345px;
  background-repeat: no-repeat;
}

.gioithieu_img img {
  position: relative;
  z-index: 99999;
}

.gioithieu_title {
  padding: 0px 15px;
}

.gioithieu_title.video {
  text-align: center;
}

.video_container {
  margin-top: 40px;
}

.gioithieu_title span {
  color: #ea191f;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.gioithieu_item:hover {
  text-decoration: none;
}

.gioithieu_item_title {
  background: #f8f8f8;
}
.gioithieu_item_name {
  text-align: center;
  padding: 10px 0px;
  color: #0f2c96;
  font-size: 18px;
  font-weight: 600;
}

.gioithieu_item_desc {
  padding: 0px 20px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

.gioithieu_item_link {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #0f2c96;
}

.gioithieu_title_box {
}

.gioithieu_title_box_name {
  font-size: 40px;
  font-family: var(--font-family);
}

.gioithieu_title_box_name.video {
  text-transform: uppercase;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  padding: 20px 0px;
}

.gioithieu_title_box_name.video span {
  font-size: 30px;
  color: #e04225;
}

.gioithieu_title_box_desc {
  font-size: 14px;
  /* padding: 20px 0px; */
  font-family: var(--font-family);
}

div#left {
  width: 24%;
  float: left;
}
div.tieude {
  color: #fff;
  padding-left: 20px;
  font-size: 15px;
  background: #00609f;
  height: 40px;
  line-height: 45px;
  text-transform: uppercase;
}
div#danhmuc {
  border: none;
}
div.danhmuc {
  margin-bottom: 15px;
}
div.danhmuc:last-child {
  margin-bottom: 0;
}
div#danhmuc ul {
  list-style: none;
}
div#danhmuc ul li {
}
div#danhmuc ul li:last-child {
  border: none;
}
div#danhmuc ul li a {
  font-weight: normal;
  color: #454545;
  text-decoration: none;
  font-size: 14px;
  transition: 0.4s;
  display: block;
  border-bottom: 2px solid #00609f;
  padding: 11px 5px 11px 23px;
  background: url(images/muiten.png) 11px 15px no-repeat;
}
div#danhmuc ul li a:hover,
div#danhmuc ul li a.active {
  color: red;
  transition: 0.4s;
}
div#danhmuc ul li ul li a {
  background: url(images/muiten.png) 22px 15px no-repeat;
  padding: 9px 5px 9px 35px;
}
div#danhmuc ul li ul {
  /*display:none;*/
  z-index: 9999;
}
div#tinmoi {
}
div.item_son {
  width: 31.5%;
  margin-left: 10px;
  display: inline-block;
}
div.item_son p {
  height: 30px;
  text-align: center;
  border: 1px solid #ccc;
}
div.item_son img {
  width: 100%;
  height: 260px;
}
div.item_son p a {
  text-decoration: none;
  color: #00609f;
  font-size: 14pt;
}
div.item_son p a:hover {
  color: #d82814;
}
div#tinmoi ul {
  list-style: none;
  padding: 0 10px;
}
div#tinmoi ul li {
  border-bottom: 1px dashed #dddddd;
  padding: 10px 0;
}
div#tinmoi ul li a img {
  width: 35%;
  max-width: 150px !important;
  border: 1px solid #d6d6d6;
  float: left;
  margin-right: 10px;
}
div#tinmoi ul li .ngaytao i {
  color: red;
  margin-right: 5px;
}
div#tinmoi ul li a img:hover {
  transition: 1s;
  border: 1px solid red;
}
div#tinmoi ul li h4 a {
  text-decoration: none;
  color: #111111;
  font-size: 12px;
  transition: 0.4s;
  font-weight: normal;
}
div#tinmoi ul li h4 a:hover {
  color: red;
  transition: 0.4s;
}
div.load_video {
  width: 95%;
  margin: 7px auto;
}
div#hotro {
  background: url(images/bg_hotro.png) left 40px no-repeat;
}
div#hotro .phone {
  color: #f10b0b;
  font-size: 24px;
  font-weight: bold;
  padding-top: 62px;
  padding-left: 90px;
  padding-bottom: 10px;
  margin-right: 20px;
  font-style: italic;
}
div#hotro ul {
  list-style: none;
  border-bottom: 1px dashed #dddddd;
  padding: 7px;
  margin: 0px 10px;
  font-size: 13px;
}
div#hotro ul li {
  clear: both;
  padding: 6px 0;
  color: #555555;
}
div#hotro ul li i {
  font-size: 17px;
  margin-right: 8px;
  clear: both;
}
div#hotro ul li span {
  color: #3853a4;
  font-weight: normal;
  font-size: 14px;
  margin-top: 3px;
  float: left;
}
div#hotro ul li a img {
  margin-right: 5px;
  float: left;
}

div#quangcao a img {
  width: 90%;
  max-width: 300px !important;
  border: 1px solid #ddd;
  margin: 5px auto;
  padding: 4px;
  box-sizing: border-box;
}
div#quangcao a img:hover {
  border: 1px solid red;
}
div#dknt {
  max-width: 350px;
}
form#frm_dknt {
  background: #fff;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #3c3c3c;
}
form#frm_dknt input[type="text"] {
  width: 70%;
  padding: 0px 5px;
  float: left;
  margin-top: 9px;
  border: none;
  background: none;
  outline: none;
  color: #000;
  outline: none;
}
form#frm_dknt input[type="button"] {
  background: red;
  color: #fff;
  width: 50px;
  height: 35px;
  line-height: 35px;
  border: none;
  cursor: pointer;
  float: right;
  text-transform: uppercase;
  outline: none;
}

.danhmuc_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.danhmuc_top_title h3 {
  text-transform: uppercase;
  color: #395da7;
  font-weight: 600;
  font-size: 30px;
  font-family: var(--font-family);
}
.danhmuc_top_title p {
  font-size: 14px;
  font-family: var(--font-family);
}

.danhmuc_top_all a {
  font-size: 16px;
  font-family: var(--font-family);
  font-weight: bold;
  text-decoration: underline;
}

.danhmuc_bottom_content_title {
  font-size: 14px;
  font-weight: bold;
  color: #5c5c5c;
  padding: 0px 10px;
}

.danhmuc_bottom_col a:hover {
  text-decoration: none;
}

div#right {
  width: 100%;
}

.box_productsp {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.product_left {
  width: 25%;
}

.box_left {
  margin-bottom: 20px;
  border: 1px solid #0f2c96;
}

.title_left {
  border-bottom: 1px solid #0f2c96;
}

.thuvien_list {
  /* padding: 20px 0px; */
  padding-top: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  position: relative;
}

.thuvien_item img {
  width: 400px;
  height: 300px;
  object-fit: cover;
}

.thuvien_item-title h3 {
  font-size: 16px;
  padding: 10px 0px;
  text-align: center;
  color: #3d3d3d;
}

.thuvien_item:hover {
  text-decoration: none;
  color: #3d3d3d;
}

.title_left h4 {
  display: block;
  width: 100%;
  padding: 12px 12px;
  color: #0f2c96;
  letter-spacing: 0;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Aptima";
  font-weight: 600;
  font-size: 18px;
}

.box_left_danhmuc .tab_cap1 {
  padding: 0px 15px;
  list-style-type: none;
}

.box_left_danhmuc .tab_cap1 .danhmuc_cap1:last-child {
  border-bottom: unset;
}

.box_left_danhmuc .tab_cap1 .danhmuc_cap1 {
  border-bottom: 1px solid #f5b03b6e;
}

.box_left_danhmuc .tab_cap1 .danhmuc_cap1 a {
  display: inline-block;
  padding: 6px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3c3c3c;
  font-weight: 600;
  font-family: "Aptima";
}
.box_left_danhmuc .tab_cap1 .danhmuc_cap1 a:hover {
  color: #3c3c3c;
  text-decoration: none;
}

.box_left_sp ul {
  list-style-type: none;
  padding: 0px 15px;
}

.box_left_sp ul li {
  border-bottom: 1px solid #f5b03b6e;
}

.box_left_sp ul li a {
  padding: 6px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.box_left_sp ul li a {
  color: #3c3c3c;
  text-decoration: none;
}

.box_left_sp ul li a img {
  width: 30%;
  padding-right: 5px;
}

.box_left_sp ul li a span {
  font-family: "Aptima";
  font-size: 15px;
  color: #3c3c3c;
}

.product_right {
  width: 75%;
}
.title_a {
  display: flex;
  align-items: end;
}

.title_a.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title_a h3 {
  /* text-align: center; */
  color: #0f2c96;
  font-weight: 600;
  margin: 0px;
  text-transform: uppercase;
}

.chitietsp {
  padding-top: 20px;
}

#conten_product {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.content-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#conten_product .item_sp {
  padding: 10px;
}

#conten_product .item_sp {
  padding: 10px;
}

.info_item_sp .sp_img {
  margin: 0px;
}

.info_item_sp img {
  /* border: 1px solid #3c3c3c75; */
}
.box_left_sp ul li:last-child {
  border-bottom: unset;
}

.info_sp {
  border-top: none;
  padding: 5px 10px;
  height: 50px;
}

.info_sp h3 {
  margin: 0px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
}

.info_sp h3 a {
  font-size: 15px;
  line-height: 1.3;
  color: #3c3c3c;
  font-weight: 600;
  font-family: "Aptima";
}

div.tieude_giua2 {
  text-align: center;
}
div.tieude_giua2 div {
  display: inline-block;
  vertical-align: top;
  margin: auto;
  padding: 4px 20px;
  background: #00609f;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  border-radius: 0px 0px 10px 10px;
}
div.tieude_giua {
  text-align: center;
}
div.tieude_giua3 {
  position: relative;
  color: #fff;
  padding-left: 20px;
  font-size: 15px;
  background: #00609f;
  height: 40px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 20px;
  background: url(images/bg_tieu_de2.png) repeat-x;
}
div.tieude_giua3 div {
  top: 10px;
  left: 0px;
  position: absolute;
  background-color: #f3f0f0;
  color: #00609f;
  height: 20px;
  margin-left: 0px;
  padding: 0px 20px 0px 20px;
}
div.tieude_giua3 a {
  float: right;
  color: #00609f;
  text-decoration: none;
  text-transform: none;
  font-size: 13px;
  margin-right: 10px;
  margin-top: 12px;
  line-height: 15px;
  background-color: #fff;
  border: 1px solid #00609f;
  padding: 0px 5px 0px 5px;
}
div.tieude_giua div {
  margin-top: 10px;
  display: inline-block;
  color: #000;
  /* height: 20px; */
  font-size: 40px;
  left: 0px;
  font-weight: 600;
  /* padding: 0% 0.2% 2% 0% !important; */
  border-bottom: 2px solid #000;
}

div.tieude_giua a {
  height: 20px;
  float: right;
  color: #00609f;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 0px 5px 0px 5px;
}
div.wap_item {
  text-align: center;
  position: relative;
}
div.wap_item2 {
  width: 75%;
  float: right;
  text-align: center;
  position: relative;
}
div.item {
  width: 23%;
  margin: 1% 0.8%;
  height: 30%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
div.vien1 {
  border: 1px solid #ccc;
}
div.item:hover div.tomtat {
  display: block;
}
div.item i {
  font-size: 18px;
  margin-top: 0px;
  color: #ea6d1b;
}
div.item h3 {
  font-weight: bold;
}
div.item h3 a {
  font-weight: bold;
}
div.item p {
  width: 100%;
}
.item-home img {
  width: 100%;
}
.box_hinh_anh_n {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.box_hinh_anh_l {
  width: 100%;
  --widgets-spacing: 20px;
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  position: relative;
  min-height: 1px;
  display: flex;
  overflow: hidden;
}
.hinhanh {
  padding-top: 20px;
}
.item_qt img {
  padding: 15px;
  border-radius: 7px;
  background: #0f2c96;
  max-height: 75px;
}
.item_video img {
  width: 100%;
}
.box_hinhanh_p {
  margin: 0px 150px 0px 150px;
  --e-column-margin-right: 150px;
  --e-column-margin-left: 150px;
  padding: 10px;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}

.employer_col.col-xs-12.col-sm-12.col-md-2.col-lg-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.employer_col {
  margin-bottom: 10px;
}

.employer {
  padding: 10px;
  border: 1px solid #e2e3e8;
}

.employer:hover {
  box-shadow: 10px 7px 15px 0px rgba(0, 0, 0, 0.1);
}

.employer_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #505050;
}

.employer_box:hover {
  text-decoration: none;
  color: #000;
}

.employer_icon {
  margin-top: 10px;
  margin-bottom: 20px;
}

.employer_title {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.employer_title i {
  padding: 0px 5px;
}

.employer_title_nam {
  margin: 0px;
  font-size: 14px;
  font-family: var(--font-family);
}

.employer_icon img {
  max-height: 40px;
}

.camnang_bottom_wrapper a:hover {
  text-decoration: none;
}

.camnang_bottom_title {
  padding: 20px 0px;
}

.camnang_bottom_name {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.camnang_bottom_desc {
  font-size: 14px;
  color: #000;
  padding-top: 20px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.banner {
  padding: 30px;
}

.banner_container {
  padding: 50px 0px;
}

.banner_wrapper a {
  display: block;
}

.banner_wrapper img {
  width: 100%;
  max-width: 100%;
}

.modal-content {
  height: 100vh;
}

.banner_tuyendung a {
  display: block;
}

.banner_tuyendung img {
  width: 100%;
  max-width: 100%;
}

div.item_i {
  width: 90% !important;
  position: relative;
}
div.item .sp_img {
  margin-bottom: 5px;
  max-width: 100%;
}
div.item .sp_img a {
  text-decoration: none;
  line-height: 0;
}
div.item .sp_img a img {
  max-width: 100%;
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.vieclam_bottom_box {
  padding-bottom: 20px;
}

.vieclam_bottom_content {
  display: flex;
  align-items: center;
  border: 1px solid #e7e7e7;
  padding: 8px 10px;
}

.slick-slide img {
  margin: 0px;
}

.vieclam_bottom_content:hover {
  text-decoration: none;
}

.vieclam_bottom_content img {
  width: 70px;
  border: 1px solid #e7e7e7e7;
  border-radius: 10px;
}

.vieclam_bottom_content_title {
  overflow: hidden;
  padding-left: 10px;
}

.vieclam_bottom_content_desc {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vieclam_bottom_content_name {
  font-size: 14px;
  color: #3b3b3b;
}

.sp_img img {
  width: 100%;
  border: 2px solid #0f2c96;
}

.box-padding {
  padding: 5px;
}
div#item .sp_img a:hover,
div#item .sp_img a:active {
  color: red;
  transition: 0.4s;
}
div.item .sp_name a {
  text-decoration: none;
  color: #222222;
  font-weight: bold;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Tahoma, Geneva, sans-serif;
}
div.item .sp_mota {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.item .noidung_item {
  min-height: 100px;
}
div.item .sp_name a:hover {
  transition: 0.4s;
  color: red;
}
div.item_i {
  text-align: left;
}
div.item .sp_gia {
  display: none;
}
div.item .sp_gia span.giacu {
  color: #666666;
  text-decoration: line-through;
  float: left;
}
div.item .sp_gia span.giamoi {
  color: #666666;
  color: red;
  float: right;
}
div.slide_sp {
  width: 23%;
  float: left;
  background: #ccc;
  line-height: 0px;
}
div.slide_sp img {
  width: 100%;
}
div.item .sp_gia span.motgia {
  display: block;
  float: none;
}
div#tintuc {
}
div.new_list {
  width: 50%;
  float: left;
  margin-top: 20px;
}
div.hotromuahang {
  width: 45%;
  float: right;
}
div#wap_footer {
}
div#footer {
  max-width: 1200px;
  margin: auto;
  color: #fff;
}
div.fanpage {
  width: 50%;
  float: left;
}
div#main_footer {
  width: 48%;
  float: right;
}
div.noidung_ft {
  max-width: 100%;
  background: #fff;
  color: #000;
  padding: 0px 15px 15px 15px;
  border-bottom: 1px solid #fff;
}
div.ft_nd {
  width: 90%;
  float: left;
  padding-top: 20px;
  margin-left: 5%;
  text-align: left;
}
div#lienket {
  text-align: right;
  margin-right: 0%;
}
div#lienket a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 12px;
  height: 20px;
  line-height: 40px;
  width: 12px;
  text-align: center;
  text-decoration: none;
  margin: 0px 2px;
  transition: 1s;
}
div#lienket a:hover {
  transition: 1s;
  transform: rotate(360deg);
}
div#thongke {
  width: 33%;
  float: right;
}
div#thongke ul {
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 13px;
}
div#thongke ul {
  list-style: none;
}
div#thongke ul li {
  clear: both;
  padding: 4px 0px;
}
div#thongke ul li img {
  float: left;
  margin-right: 15px;
  width: 16px;
  margin-top: 2px;
}
div#thongke .thongke_an {
  width: 60%;
  border: none;
  padding: 0px;
  float: right;
  margin-right: 5%;
  margin-top: 5%;
}
.thongke_an {
  float: right;
  padding: 15px 0px;
}
div#copy {
  padding: 0px 0;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background: #00609f;
  margin-top: 2px;
}
div#banquuyen {
  margin-top: 0px;
  padding-bottom: 20px;
  height: 50px;
  width: 90%;
}
div.copywire {
  margin-top: 15px;
  width: 70%;
  margin-left: 6%;
  float: left;
  text-align: left;
}
div.bank {
  margin-top: 15px;
  width: 30%;
  margin-right: 6%;
  float: right;
  text-align: left;
}
div.bank img {
  float: right;
}
/* --------------------- Phan trang ------------------*/
div#doitac {
  box-sizing: border-box;
  max-width: 1200px;
  margin: auto;
}
div#doitac a img {
  height: 100px;
  margin: 0 5px;
  border: 1px solid #ddd;
}
/*----------------------------------------------------*/
div.wap_pro {
  margin: 15px auto;
  clear: both;
}
.zoom_slick {
  width: 50%;
  float: left;
  text-align: center;
}
.zoom_slick .slick2 {
}

.zoom_slick .slick {
  margin-top: 5px;
}

.menu_logo {
  display: none;
}

/* .zoom_slick .slick img {
  width: 95%;
  margin: auto;
  border: 1px solid #ddd;
  box-sizing: border-box;
  cursor: pointer;
}
.zoom_slick .slick img:hover {
  border: 1px solid #f60;
  opacity: 0.5;
  transition: 1s;
} */

.product_info {
  float: right;
  list-style: none;
  width: 45%;
}
.product_info li {
  font-size: 13px;
  border-bottom: 1px solid #eee;
  padding: 6px 0;
}
.product_info li.ten {
  color: #0033ff;
  font-size: 18px;
}
.product_info li.giacu {
  font-size: 15px;
  text-decoration: line-through;
}
.product_info li.gia {
  color: red;
  font-size: 16px;
}
.product_info li b {
  font-weight: normal;
  font-size: 14px;
}

.footer_top_left ul {
  list-style: none;
}

.box_container {
  padding-top: 20px;
}

div.item {
  width: 100%;
}

.xemgiohang {
  color: #e80019;
  display: block;
  width: 120px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-size: 13px;
  transition: 0.4s;
  margin: auto;
  margin-top: 7px;
}
.product_info li .dathang {
  background: #e93b35;
  color: #fff;
  display: block;
  max-width: 300px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  transition: 0.4s;
}
div.tomtat {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0%;
  top: 0px;
  display: none;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  transition: height 500ms ease 0s;
  width: 100%;
}
div.vien {
  width: 95%;
  height: 95%;
  border: 1px dashed #fff;
  margin: auto;
  margin-top: 5px;
  border-radius: 5px;
}

.namesp {
  margin: 0px;
  padding: 10px 0px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #0f2c96;
  text-align: center;
}

.product_info ul {
  list-style-type: none;
}
.product_info li {
  font-size: 13px;
  border-bottom: 1px solid #eee;
  padding: 6px 0;
}

.chitietgoi {
  margin-bottom: 10px;
  border-radius: 4px !important;
  background-color: #0f2c96 !important;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  padding: 10px 3px;
}

.chitietgoi a {
  color: #fff;
  font-size: 14px;
}

.chitietgoi a:hover {
  color: #fff;
  text-decoration: none;
}

.chatfacecbook {
  margin-bottom: 10px;
  border-radius: 4px !important;
  background-color: #0f2c96 !important;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  padding: 10px 3px;
}

.hethong_title.project_ttile {
  display: none;
}

.chatfacecbook a {
  color: #fff;
  font-size: 14px;
}

.chatfacecbook a:hover {
  color: #fff;
  text-decoration: none;
}
div.tomtat p {
  text-align: left;
  margin-top: 5%;
  width: 96%;
  margin-left: 2%;
}
div.tomtat div h4 {
  padding: 5%;
}
div.tomtat div h3.sp_name a {
  color: #fff;
}
a.lhmua {
  background-color: #00609f;
  border-radius: 15px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  color: #fff;
}
.product_info li .dathang i {
  margin-right: 10px;
  font-size: 25px;
  margin-top: 3px;
}
.product_info li .dathang:hover {
  transition: 0.4s;
  background: #e00;
}
span.size {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 5px;
  cursor: pointer;
}
span.mausac {
  display: block;
  float: left;
  border: 1px solid #ddd;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  cursor: pointer;
  font-size: 0;
}
span.active_size,
span.size:hover,
span.mausac:hover,
span.active_mausac {
  border: 1px solid #ee0000;
}
input.soluong {
  width: 50px;
  border: 1px solid #c7c6c6;
  padding: 2px 0px;
  text-align: center;
  font-size: 15px;
  margin-right: 5px;
}
table#giohang input {
  margin: 5px 0px;
}
table#giohang input.btn,
.click_ajax {
  background: #dc0018;
  color: #ffffff;
  padding: 7px 15px;
  border: none;
  cursor: pointer;
  margin: 5px 1px;
  border-radius: 3px;
}

table#tt td {
  height: 30px;
}
table#tt td input.t {
  width: 300px;
  height: 20px;
  margin: 3px 0px 5px 0px;
  border: 1px solid #ddd;
}
table#tt td textarea {
  width: 300px;
}
table#tt span {
  color: red;
}
@-webkit-keyframes star {
  0% {
    -webkit-transform: rotate(0) scale(0);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.5);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0);
  }
}
@-o-keyframes star {
  0% {
    -o-transform: rotate(0) scale(0);
  }
  50% {
    -o-transform: rotate(180deg) scale(1.5);
  }
  100% {
    -o-transform: rotate(360deg) scale(0);
  }
}
@-moz-keyframes star {
  0% {
    -moz-transform: rotate(0) scale(0);
  }
  50% {
    -moz-transform: rotate(180deg) scale(1.5);
  }
  100% {
    -moz-transform: rotate(360deg) scale(0);
  }
}
.start-animate {
  z-index: 99999999999999999 !important;
  position: absolute;
  animation: star linear 1.75s infinite;
  -moz-animation: star linear 1.75s infinite;
  -webkit-animation: star linear 1.75s infinite;
  -o-animation: star linear 1.75s infinite;
}
@keyframes star {
  0% {
    transform: rotate(0) scale(0);
  }
  50% {
    transform: rotate(180deg) scale(1.5);
  }
  100% {
    transform: rotate(360deg) scale(0);
  }
}

@media (min-width: 1200px) {
  .container {
    /* max-width: 1366px; */
    max-width: 1170px !important;
  }

  .container2 {
    max-width: calc(1170px - 79px) !important;
  }
}
@media screen and (max-width: 1024px) {
  div#header {
    display: none;
  }
  .menu_logo {
    display: none;
  }

  .subbanners_item img {
    width: 100%;
    padding: 15px 0px;
  }

  .duan_title_img {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .box_menu {
    display: none;
  }
  .menu_link_item {
    align-items: flex-start;
  }
  .menu_link_item i {
    display: none;
  }

  .gioithieu_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .box_quytrinh_col {
    padding-top: 10px;
  }

  div.header {
    height: auto;
    display: block;
    background: #fff !important;
    width: 100%;
    height: 75px !important;
    line-height: 43px;
    text-decoration: none;
    color: #000 !important;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    margin: auto;
  }

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

  a.logo {
    padding-left: 15px;
  }

  a.logo::after {
    position: unset;
  }

  .logo img {
    position: unset;
    max-height: 65px;
  }

  .header a.hien_menu {
    width: auto !important;
    text-align: center !important;
    float: right !important;
    right: 0 !important;
    top: 9px !important;
    color: #000 !important;
  }
  nav#menu {
    display: none;
  }
  #header {
    display: none !important;
  }
  div#main_content {
    width: 100%;
  }
  div#footer {
    width: 100%;
  }
  div#slider {
    width: 100%;
    padding: 0;
  }
  .spnoibatnhat {
    display: none;
  }

  div#left {
    width: 100%;
  }

  div#thongke {
    width: 100%;
  }
  div.thongke_an {
    display: none;
  }
  div.tt_lh {
    width: 100%;
  }
  div.bando {
    width: 100%;
  }

  .search_frm {
    position: unset;
    padding-bottom: 40px;
  }
  .contact,
  .only-pc {
    display: none;
  }

  .duan_bottom {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .duan_title {
    display: none;
  }

  #lienket {
    position: unset !important;
    width: 100% !important;
    text-align: center !important;
  }
  .logo_mobi {
    display: block;
  }
  .header a.hien_menu img {
    width: 30%;
    float: left;
  }

  .hethong_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
  }

  .nav-link {
    font-size: 14px;
  }

  .hethong_title.project_ttile {
    display: block;
  }

  .tintuc_box_col {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
  }

  .product_col {
    padding-top: 10px;
  }

  .product_img {
    display: flex;
    justify-content: center;
  }

  .gioithieu_title {
    padding-top: 15px;
  }
  .gioithieu_title span {
    display: flex;
    justify-content: center;
  }

  .gioithieu_title .gioithieu_title_name {
    text-align: center;
  }

  .gioithieu_button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .subbanners_item img {
    width: 100%;
    margin-bottom: 15px;
  }

  .visaochon_title {
    font-size: 40px;
    padding: 15px 0px;
  }

  .danhgia_col {
    margin: 15px 0px;
  }

  .box_doitac {
    padding: 15px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .item_doitac {
    width: 50%;
    padding: 10px;
  }

  .item_doitac img {
    object-fit: contain;
  }
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 700px) {
  .gioithieu_item_name {
    font-size: 16px;
  }

  .nav {
    justify-content: center;
  }

  .visao_right_list {
    position: unset;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .item_cs {
    width: 100%;
  }
  #visaochonchungtoi {
    padding: 15px;
  }
  .visao_right_list {
    padding-top: 10px;
  }
  .item_cs h3 {
    font-size: 13px;
  }
  .item_cs {
    margin-bottom: 5px;
  }
  .namesp {
    font-size: 16px;
  }
  .logomenumobi,
  .searchmobi {
    display: none;
  }
  .logomobile {
    display: flex;
    padding: 5px;
    background: #fff;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #fbb1307a;
  }
  .logomobile img {
    max-height: 55px;
    padding-right: 10px;
  }
  .logomobile ul {
    list-style-type: none;
    margin: 0px;
  }
  .logomobile ul li {
    color: #fbca0e;
    font-size: 10px;
  }
  .logomobile ul li i {
    padding-right: 3px;
  }
  .footer_dm ul li {
    width: 100%;
  }
  .quytrinhpc {
    display: none;
  }
  .quytrinhmobi {
    display: block;
  }
  .product_left {
    display: none;
  }
  .product_top_left {
    display: none;
  }
  .title_sp h3 {
    font-size: 12px;
  }
  .content-header {
    display: none;
  }

  .content-item .item {
    width: 50%;
  }
  .tintuc_index .tieude_giua {
    margin: 15px;
  }

  .footer_top_row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .logo_footer {
    text-align: center;
  }
  .product_top {
    padding-top: 15px;
  }
  .title_sp a {
    font-size: 11px;
  }
  .hotline_fix {
    display: none;
  }
  .daily_cua {
    padding: 10px 0px !important;
  }
  .xemtiep_t {
    text-align: center;
  }
  .gt_dv ul li {
    width: 50%;
  }
  .gt_dv ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    list-style-type: none;
  }
  .gt_dv ul li h3 {
    font-size: 13px;
    font-weight: 600;
  }
  .box_list_sp_left {
    width: 100%;
  }
  .box_list_sp_right {
    display: none;
  }
  .box_sp {
    padding: 15px 0px;
  }
  .box_duan_list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .item_duan {
    width: 100%;
    margin: 0px;
    padding: 15px 0px;
  }
  .title_gt {
    padding: 0px;
  }
  .item_doitac {
    width: 50%;
  }
  .item_doitac img {
    height: 100px;
  }

  .title_a h3 {
    font-size: 20px;
  }
  .title_dmsp h3 {
    padding: 15px 0px 15px 0px;
    font-size: 16px;
  }
  .title_dmsp h3:after {
    display: none;
  }

  .wap_box_new {
    grid-template-columns: 1fr 1fr;
  }

  .product_right {
    width: 100%;
  }

  #conten_product .item_sp {
    padding: 10px;
    width: 50%;
  }

  .zoom_slick {
    width: 100%;
    float: left;
    text-align: center;
  }

  .product_info {
    float: right;
    list-style: none;
    width: 100%;
  }
}
@media screen and (max-width: 603px) {
  .logo img {
    max-height: 45px;
  }
  #conten_product .item {
    width: 50%;
  }
  .mee {
    padding: 0px !important;
  }
  div.header {
    height: 50px;
    line-height: 50px;
  }
  div.menu {
    height: 50px;
  }
  .menu_top {
    height: 50px;
  }
  .danhmuc_pc {
    display: none !important;
  }
  .danhmuc_mobi {
    display: block;
  }
  .lienketmobi {
    display: block;
    margin-bottom: 55px;
    margin-top: 0px !important;
  }
  .productlist_mobi {
    display: block;
  }
  #wap_sanpham {
    padding: 0px;
  }
  .visao_pc {
    display: none;
  }
  .visao_mobi {
    display: block;
  }
  .tab_cap2 {
    display: none !important;
  }
  .foorter_mobile {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 60px;
    border-top: 1px solid #3535357d;
    background: #fff;
    padding-top: 5px;
    z-index: 9999;
  }
  .product_danhmuc {
    border: unset;
  }
  #visaochonchungtoi .container {
    padding: 0px !important;
  }
  .info_visao {
    padding: 10px 2px 25px;
  }
  .item_visao {
    padding: 5px;
    width: 95%;
  }
  .item_visao1 {
    padding-right: 0px !important;
  }
  .item_visao3 {
    padding-left: 0px !important;
  }
  .info_visao p {
    font-size: 6px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px;
  }

  .tuvanbaogia ul li a {
    padding: 10px;
    color: #fff;
    font-size: 10px;
  }
  .box_dm_duan {
    display: none;
  }

  .item_duan p {
    margin-bottom: 0px;
  }
  .title_dm {
    padding: 10px 0px;
  }
  .tuvanbaogia ul li button {
    font-size: 10px;
  }
  .tuvanbaogia ul li {
    width: 200px;
  }
  .info_visao span {
    font-size: 6px;
  }
  .ico_visao {
    bottom: -10px;
    font-size: 15px;
  }
  .trangchu_fixed {
    line-height: 2;
    text-align: center;
  }
  .trangchu_fixed span {
    border-radius: 50px;
    background: #3b5eab;
    background-size: 30px 30px;
    color: #fff;
    height: 50px;
    padding: 8px 7px;
    font-size: 12px;
  }
  .danhmuc_fixed {
    text-align: center;
  }
  .danhmuc_fixed i {
    font-size: 30px;
    color: #3b5eab;
  }
  .trangchu_fixed p,
  .danhmuc_fixed p {
    margin-bottom: 0px;
    font-size: 13px;
    color: #3b5eab;
  }
  .dmsp1 {
    display: none;
  }

  .thuvien_list {
    grid-template-columns: 1fr 1fr;
  }

  .tintuc .wap_item .news_noibat {
    width: 100%;
    float: left;
    padding: 0px;
  }
  .tintuc .wap_item .news_phai {
    width: 100%;
  }
  .gioithieu {
    width: 100% !important;
  }
  .gioithieu_left {
    width: 100%;
    padding: 0px;
  }

  .tintucindex {
    padding: 0px;
  }
  div#main_footer {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  div#header a.logo {
    display: none;
  }
  div#header img.logo_mobi {
    display: block;
    margin: auto;
    width: 100%;
  }
  div.tieude_giua {
    height: auto;
    line-height: 1.5;
  }
  div.tieude_giua div {
    height: 35px;
    line-height: 35px;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 550;
  }
  div.wap_item .item .info_sp .booking {
    text-align: left;
    margin-bottom: 5px;
  }

  .duan_item img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
  }

  #visaochonchungtoi .tieude_cs {
    font-size: 20px;
  }
  div.tieude_giua2 div {
    font-size: 16px;
  }
  .footer_bottom {
    width: 100%;
  }
  .footer_bottom h6 {
    font-size: 11px;
  }
  .zoom_slick {
    width: 85%;
    max-width: 400px;
    float: none;
    margin: auto;
  }
  .product_info {
    width: 100%;
    margin-top: 10px;
  }

  .tieude_text,
  .fillter_tieude {
    width: 100% !important;
  }
  div.chang_view {
    width: 90% !important;
    margin: auto;
  }

  .sanphammoi .item:nth-child(5),
  .sp_index .item:nth-child(5) {
    display: none;
  }
  .sp_index {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }
  .doitac {
    padding: 0px;
    padding-top: 15px;
  }
  .xemtatca {
    text-align: center;
    background: #eaeaea;
    display: inline-block;
    width: 100%;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #3535355e;

    margin: 0px;
  }
  .xemtatca a {
    color: #3b5eab;
    border-radius: 5px;
    line-height: 40px;
    background: unset;
    border: unset;
    padding: 0px;
  }
  .tieude_giua ul {
    display: none !important;
  }
  .col-4 {
    width: 48%;
    margin: 10px 1%;
  }
  div#footer .content-footer .footer-item-left,
  div#footer .content-footer .footer-item-right,
  div#footer .content-footer .footer-item-center,
  .thuvien .item-thuvien {
    width: 100%;
    float: none;
  }
  .modal-body form {
    width: 100%;
  }
  .input-content {
    padding: 20px 0px;
  }
  .header a.hien_menu img {
    width: 21% !important;
  }
  div#footer {
    height: unset;
  }
  div#footer:before,
  div#footer:after {
    display: none;
  }
  .product_danhmuc .tab_cap1 .danhmuc_cap1 i {
    display: none;
  }
  .product_danhmuc .tab_cap1 .danhmuc_cap1 {
    width: 31.3%;
    float: left;
    border: 1px solid #3b5eab;
    margin: 4px;
    padding: 13px 0px;
    border-radius: 5px;
    background: #ebebeb;
    text-align: center;
  }
  .product_danhmuc .tab_cap1 .danhmuc_cap1 a {
    color: #3b5eab;
    font-size: 13px;
  }
  .product_danhmuc .tab_cap1 .danhmuc_cap1:last-child {
    border-bottom: 1px solid #3b5eab;
  }
  .product_danhmuc .tab_cap2 {
    display: none;
  }
  .product_danhmuc {
    display: inline-block;
    width: 100%;
    padding: 0px !important;
  }
  div.tieude_giua p {
    display: none;
  }
  div.tieude_giua {
    margin: 0px;
    padding: 5px;
  }
  div.tieude_giua h3 {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .logo_menu {
    display: none;
  }
  .chinhsach {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .info_video h3 {
    font-size: 13px;
  }
  .title_gt h3 {
    font-size: 14px;
  }
  .box_footer_info ul li {
    font-size: 13px;
  }
  .box_footer_dm ul li {
    width: 50%;
  }
  .box_footer_dm ul li a {
    font-size: 12px;
  }

  .item_cs {
    position: relative;
  }
  .button_visao h3 {
    font-size: 10px;
  }
  .button_visao img {
    padding: 0px;
    width: 20%;
  }

  .product_right {
    width: 100%;
  }
  .duan_bottom {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 460px) {
  .gioithieu_col {
    padding-top: 10px;
  }
  .gioithieu_item img {
    width: 100%;
  }
  .box_show_booking {
    width: 70%;
    left: 15%;
  }
  .box_show_booking .frm_option button {
    padding: 0;
  }
  #wap_sanpham {
    width: 100%;
  }
  .banner_quangcao {
    display: none;
  }
  div.menu {
    width: 100%;
  }
  .quangcao {
    display: none;
  }
  div.footer_top {
    width: 100%;
  }
  div.footer_top .map {
    width: 100%;
    padding-right: 0px;
  }
  div.footer_top .fanpage {
    width: 100%;
    padding-top: 4%;
  }
  div#footer .col-3 {
    width: 100%;
  }

  div.copyright {
    width: 100%;
  }
  div.copyright img {
    display: none;
  }
  div.copyright #copy {
    font-size: 11px;
  }
  .wap_conten {
    display: none;
  }
  div.header {
    border-bottom: none;
  }
  .footer {
    padding: 0px !important;
  }

  .box_gioithieuindex {
    width: 100%;
    padding: 20px;
  }
  .gioithieu_left {
    height: unset;
    padding-bottom: 15px;
    display: none;
  }

  .gioithieu_right {
    padding: 0px !important;
  }
  .title_dm h3 {
    font-size: 20px;
    margin: 0px;
  }

  .title_dm p {
    display: none;
  }
  .box_item_dm_info {
    padding: 5px;
    margin-top: 0px;
  }
  .box_item_dm_info h3 {
    padding: 2px 0px;
  }
  .box_item_dm_info h3 a {
    font-size: 12px;
  }
  .box_item_dm_info p a {
    font-size: 10px;
  }
  .box_danhmucproduct .container {
    padding: 0px !important;
  }
  div.tieude_giua {
    font-size: 14px;
  }
  div.frm_lienhe .item_lienhe input[type="text"],
  div.frm_lienhe .item_lienhe textarea,
  div.frm_lienhe .item_lienhe input[type="password"] {
    width: 100%;
  }
  div.frm_lienhe .item_lienhe select {
    width: 100%;
  }
  .map_description {
    width: 100%;
  }
  .box_news a img {
    width: 110px;
  }
  div.frm_lienhe .item_lienhe p {
    width: 100%;
  }
  .othernews ul.phantrang {
    margin-left: 0px;
  }
  .box_news h3 a {
    font-size: 14px;
  }
  .col-4 {
    width: 98%;
    margin: 10px 1%;
  }
  .header a.hien_menu img {
    width: 44%;
  }
  .header_top {
    display: none;
  }
}

@media screen and (max-width: 412px) {
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

@media screen and (max-width: 414px) {
  .gioithieu_index {
    padding: 15px 0px;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

@media screen and (max-width: 414px) {
  .product_top h3 {
    font-size: 28px;
  }
  .visaochon_right_left {
    width: 100%;
  }
  .visaochon_right_right {
    display: none;
  }
  .visaochon_right_left_item {
    width: 100%;
  }
}
@media screen and(max-width:393px) {
  .product_top h3 {
    font-size: 27px;
  }
}

@media screen and(max-width:390px) {
  .product_top h3 {
    font-size: 27px;
  }
}

@media screen and(max-width:390px) {
  .product_top h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 375px) {
  .hethong_title h3 {
    font-size: 25px;
  }
  .visaochon_right_left {
    width: 100%;
  }
  .visaochon_right_right {
    display: none;
  }
  .visaochon_right_left_item {
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
  .hethong_title h3 {
    font-size: 21px;
  }
}

@media screen and (max-width: 280px) {
  .hethong_title h3 {
    font-size: 18px;
  }
}
