header {
  position: fixed;
  float: right;
  width: 400px;
  padding-bottom: 20px;
  background: #025ea6;
  right: 0;
  top: 0;
  z-index: 99;
  transition: 0.6s;
}
header .logo {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #0bcbfb;
  padding-bottom: 20px;
}
.item_news_info_name_gt h3 {
  color: #3b4245;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  height: calc(20px * 2);
  margin: 0px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .menu-primary {
  float: left;
  width: 100%;
}
header .menu-primary .form-search-home {
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transform: rotateX(90deg);
  max-height: 0;
  transition: 0.4s;
  text-align: center;
}
header .menu-primary .form-search-home .form-group {
  position: relative;
  margin: 0;
}
header .menu-primary .form-search-home .form-group input {
  height: 40px;
  font-family: "SanFranciscoDisplay", sans-serif;
  font-size: 16px;
  color: #747e84;
  border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}
header.goOut {
  right: -400px;
}

header.goOut .button-menu,
header.goOut .icon-search-home,
header.goOut .lang {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}
header .menu-primary .form-search-home .form-group button {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: calc(50% - 13px);
  cursor: pointer;
  outline: none;
}
header .menu-primary .form-search-home .close-search {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
  border: 1px solid rgba(42, 249, 226, 0.78);
  display: inline-block;
  margin-top: 15px;
}
header .menu-primary .form-search-home .close-search i {
  color: rgba(42, 249, 226, 0.78);
}
#thongbao {
  display: block;
  color: #fb013b;
  font-weight: 700;
  transition: 0.3s;
}
header .menu-primary ul {
  margin: 0;
  padding: 0;
  transition: 0.4s;
}
header .menu-primary ul li {
  width: 50%;
  float: left;
  text-align: center;
  list-style: none;
  padding: 3px 0;
}
header .menu-primary ul li a {
  display: inline-block;
  color: #2af9e2;
  text-transform: uppercase;
  width: 125px;
  height: 125px;
  padding-top: 23px;
  border-radius: 50%;
  transition: 0.4s;
  border: 2px solid transparent;
}
header .menu-primary ul li a img {
  height: 34px;
}
header .menu-primary ul li a span {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
header .button-menu {
  width: 70px;
  height: 70px;
  position: absolute;
  left: -70px;
  background: #005aab url(./images/icon-menu.png) no-repeat center center;
  top: 20px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  cursor: pointer;
}
header .menu-primary .form-search-home.goIn {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  max-height: 100px;
}
header .menu-primary ul.goOut {
  opacity: 0;
  visibility: hidden;
}
header .menu-primary ul li a:hover {
  border: 2px solid #2af9e2;
  box-shadow: 0 0 20px 2px rgba(42, 249, 226, 0.78);
}
header .icon-search-home {
  position: absolute;
  left: -46px;
  top: 110px;
  cursor: pointer;
  transition: 0.4s;
}
header .lang {
  position: absolute;
  left: -46px;
  top: 165px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #90d2e8;
  text-align: center;
  transition: 0.4s;
}
header .lang a {
  color: #90d2e8;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: bold;
}
::-webkit-scrollbar {
  background: #fff;
  width: 10px;
  height: 11px;
}
::-webkit-scrollbar-thumb {
  background: #d9d8d8;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.content_news_list {
  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;
  padding-top: 20px;
}
.content_news_list_duan {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  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-top: 20px;
}
.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%;
}
.box_product_flex {
  /* grid-column-gap: 15px; */
  /* grid-row-gap: 15px; */
  /* display: grid; */
  /* grid-auto-columns: 1fr; */
  /* -ms-grid-columns: 1fr 1fr; */
  /* grid-template-columns: 30% 1fr; */
  /* -ms-grid-rows: auto auto; */
  /* grid-template-rows: auto auto; */
}
#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;
}
a:focus {
  outline: unset !important;
  outline-offset: unset !important;
}
body {
  font-family: "Roboto-Medium" !important;
  font-size: 14px;
  line-height: 1.6;
  overflow: auto;
}
@font-face {
  font-family: "compact";
  src: url("font/SFCompactText-Light.otf");
}

@font-face {
  font-family: "Aptima";
  src: url("font/UTM Aptima.ttf");
}
@font-face {
  font-family: "UTM-Neutra";
  src: url("font/UTM-Neutra.ttf");
}
@font-face {
  font-family: "UTMSwissCondensed";
  src: url("font/UTMSwissCondensed.ttf");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("font/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("font/Roboto-Light.ttf");
}
.box_list_sp {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.box_list_sp_left {
  width: 100%;
}
.box_list_sp_right {
  width: 25%;
}

.info_item_sp img {
  border: 1px solid #3c3c3c75;
}
.box_sp {
  padding: 5px 0px 25px 0px;
}
.info_item_sp .sp_img {
  margin: 0px;
}
.box_list_sp_left_slider .item_sp {
  margin: 10px;
}
.box_danhmucproduct {
  padding: 35px 0px 0px;
}
.box_item_dm_p {
  background: #fff;
  /* border-radius: 7px; */
  /* overflow: hidden; */
}
.borde_x {
  width: 30%;
  background: #b10104;
  height: 2px;
}
.item_d_info h3 {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 6px 0px;
}
.danhmuc_slider {
  padding-top: 15px;
}
.item_d_info:hover a {
  text-decoration: none;
}
.item_d_info h3 a {
  font-size: 16px;
  color: #000;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.item_d_info {
  padding-top: 10px;
}
.title_index_b h3 {
  font-size: 30px;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  /* font-weight: 600; */
  font-family: "Roboto-Medium";
  text-align: start;
  border: 2px solid #8ec740;
  /* border-radius: 6px; */
  padding: 8px;
  background: #8ec740;
}
.title_index_intro {
  max-width: 750px;
}
.title_index .title_index_intro {
  color: #000;
}
.box_danhmucproduct .xemtiep_t {
  text-align: center;
  padding-top: 45px;
}
.header_top_contact p {
  margin-bottom: 0px;
}
.header_top_contact {
  padding: 5px 0px;
}

.thongtin_box img {
  object-fit: contain;
}
.thongtin_dangky img {
  object-fit: contain;
  width: 100%;
}

.thongtin_daky_box {
  padding: 10px;
  background: #ba0003;
}

.title_gt {
  padding: 0px;
  max-width: 800px;
  margin: auto;
  text-align: center;
}
.title_share {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.title_share p {
  padding-left: 15px;
  color: #3c3c3c69;
  font-family: "MontserratBold";
  margin-bottom: 0px;
}
.title_share p i {
  padding-right: 5px;
}
.title_gt h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 27px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  border-bottom: 2px solid #005aab;
  display: inline-block;
  padding: 0px 10px;
}

.logo_menu {
  text-align: center;
}
/* .header_bottom {
  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: 5px 0px;
} */

.banchay_wp {
  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;
}

.header_bottom {
  background: #eff0f0;
  padding: 5px 0px;
}
.header_phone {
  display: flex;
  align-items: center;
}
.header_phone i {
  border: 2px solid #17700e;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 30px;
  color: #17700e;
}
.header_phone_right {
  padding-left: 10px;
}
.header_phone_right p {
  margin: 0px;
  font-size: 13px;
  color: #000;
}
.header_phone_right strong {
  font-weight: 600;
  color: #17700e;
  font-size: 17px;
}
.footer-content {
  color: #fff;
  padding-top: 10px;
}
.logo_footer img {
  min-height: 105px;
}
.title_f h3 {
  font-size: 24px;
  color: #fff;
  font-family: "Roboto-Medium";
  margin: 0px;
}
.border_f {
  width: 100%;
  background-color: #fff;
  height: 1px;
  margin: 10px 0px;
}

.title_f_top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.title_cirle {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #fff;
}

.footer_content_f h3 {
  font-size: 18px;
  margin: 0;
  font-family: "Roboto-Medium";
}
.footer_content_f ul {
  margin: 0;
  margin-top: 10px;
}
.footer_content_f ul li {
  list-style: none;
  font-size: 14px;
  margin-bottom: 10px;
  color: #f6dddd;
  font-family: "Roboto-Light";
}

.foot_ff_ul {
  padding-top: 10px;
}
.header1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 7px 0px;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
}
.item_gt {
  margin: 15px;
  overflow: hidden;
}
.title_daily h3 {
  margin: 0px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 19px;
  color: #fff;
  border-bottom: 2px solid #b1adad;
  padding-bottom: 10px;
}
.title_daily h3 i {
  padding-right: 5px;
}
.item_gt img {
  max-width: 360px;
  width: 100%;
}
a:focus {
  outline: none im !important;
}
.info_item_gt {
  padding: 15px 20px;
  background: #f6f7f7;
}
.info_item_gt:hover a {
  text-decoration: none;
}
.info_item_gt h3 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 0px;
  padding-left: 40px;
  position: relative;
}
.info_item_gt h3:before {
  content: "";
  width: 60px;
  height: 4px;
  background: #3b5eab;
  position: absolute;
  bottom: 33%;
  left: -34px;
}
.info_item_gt h3 a {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
.mota_item_gt {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin: 10px 0px;
}
.xemchitiet {
  color: #3b5eab;
  text-transform: uppercase;
  font-size: 13px;
}

.xemchitiet i {
  font-size: 11px;
}

.product_danhmuc {
  border: 1px solid #35353521;
  border-top: unset;
}

.danhmuc_cap1 a i {
  padding-right: 5px;
}

.product_danhmuc .tab_cap1,
.tab_cap2 {
  list-style-type: none;
}

.product_danhmuc .tab_cap1 .danhmuc_cap1 i {
  color: #566473;
  padding-right: 15px;
}

.product_danhmuc .tab_cap1 .danhmuc_cap1 {
  border-bottom: 1px solid #35353521;
  padding: 10px 5px;
  position: relative;
}
.product_danhmuc .tab_cap1 .danhmuc_cap1:last-child {
  border-bottom: none;
}
.product_danhmuc .tab_cap1 .danhmuc_cap1 a {
  font-size: 16px;
  font-family: "UTM-Caviar";
  color: #566473;
  font-weight: 550;
}
.product_info_mota {
  display: inline-block;
  width: 100%;
  background-color: rgba(240, 243, 196, 0.151);
  padding: 10px;
  border: 1px solid #17700e54;
}
.product_danhmuc .tab_cap1 .danhmuc_cap1 a:hover {
  text-decoration: none;
  color: #3b5eab;
  font-weight: 600;
}
.product_info_mota_info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.title_dmsp {
  padding-left: 10px;
  margin-bottom: 0px;
  position: relative;
}
.box_list_dm_index {
  padding-bottom: 15px;
}
.item_dmcp2 {
  padding: 10px;
}
.box_item_dmcp2 a img {
  width: 100%;
  padding: 10px;
  border: 1px solid #3c3c3c;
}
.box_item_dmcp2:hover a {
  text-decoration: none;
}
.box_item_dmcp2 h2 {
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0px;
}
.title_dmsp h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  border-left: 2px solid #17700e;
  padding-left: 10px;
  display: inline-block;
  margin-bottom: 0px;
  background: #fff;
  z-index: 10;
  position: relative;
  padding-right: 15px;
}
.border_title {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 1px;
  z-index: 9;
}
.product_info_mota_info i {
  font-size: 25px;
  color: rgb(222, 165, 0);
}
.product_info_mota_intro {
  padding-left: 10px;
}
.product_danhmuc .tab_cap2 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  transition: margin 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out;
  -webkit-transition: margin 0.2s ease-in-out;
  background: #3b5eab;
  padding: 5px 15px;
  z-index: 99;
  display: none;
  margin-left: 15px;
  visibility: hidden;
  border: 1px solid #ffffff5e;
}
.product_danhmuc .tab_cap2 .danhmuc_cap2 {
  padding: 5px 0px;
  border-bottom: 1px dotted #fff;
}
.product_danhmuc .tab_cap2 .danhmuc_cap2:last-child {
  border-bottom: none;
}
.product_danhmuc .tab_cap2 .danhmuc_cap2 a {
  color: #fff;
}
.product_danhmuc .tab_cap2 .danhmuc_cap2 a:hover {
  color: #fff;
}
.product_danhmuc .tab_cap1 .danhmuc_cap1:hover .tab_cap2 {
  display: block;
  margin-left: 0;
  visibility: visible;
}
.product_danhmuc {
  max-height: 416px;
}
.box_footer_info ul {
  list-style-type: none;
  text-align: center;
}
.box_footer_info ul li {
  font-size: 17px;
  color: #fff;
  font-family: "Aptima";
  font-weight: 600;
  padding: 2px 0px;
}
.box_footer_dm {
  padding: 15px 0px;
}
.box_footer_dm ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.box_footer_dm ul li {
  width: 25%;
  padding: 5px 0px;
}
.box_footer_dm ul li a {
  color: #fff;
  font-family: "Aptima";
  font-weight: 600;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.box_footer_dm ul li:hover a {
  text-decoration: none;
}
.box_footer_dm ul li a img {
  padding-right: 7px;
}
div.box_show_booking img {
  width: 60%;
}

.info_news {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 10px 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.item_news:hover a img {
  transform: scale(1.3);
}

.item_news img {
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.info_news h3 {
  margin: 5px 0px;
  text-align: left;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  height: 35px;
  font-size: 15px;
}
.info_news h3 a {
  font-size: 14px;
  color: #3c3c3c;
  line-height: 1.3;
  font-weight: 600;
}
.info_news h3 a:hover {
  text-decoration: none;
  color: #334c81;
  transition: 1s;
}
.info_news .tomtat {
  text-align: justify;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
  margin-bottom: 15px;
}
.item_news_info_name {
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
  text-align: center;
}
.box_f_al_top {
  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_f_al_topdv ul {
  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_f_al_content_list ul {
  list-style-type: none;
}
/* .box_f_al_content_list ul li {
  padding: 5px 0px;
} */
.box_f_al_content_list ul li a {
  font-size: 14px;
  color: #fff;
}
.box_f_al_content_list ul li a i {
  padding-right: 10px;
}
.box_f_al_content_list ul li a:hover {
  text-decoration: none;
}
.box_footer_all {
  grid-column-gap: 15px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 50% 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.box_left {
  margin-top: 20px;
}
.item_news_info_mota {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
  text-align: justify;
}
.item_news a:hover {
  text-decoration: none;
}
.item_news_info_date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.item_news_info_date_right {
  padding: 5px 10px;
  border-left: 1px solid #d6d8d9;
}
.item_news_info_date_right i {
  color: #025ea6;
}
.item_news_info_date_left {
  color: #3c3c3cbf;
  padding-left: 10px;
}
.item_news_info_name h3 {
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  height: calc(20px * 2);
  margin: 0px;
  font-size: 15px;
  /* font-weight: 600; */
  text-align: left;
}
.item_news {
  padding: 0px;
  box-shadow: 0px 3px 7px 1px #fff;
  overflow: hidden;
}

.lSSlideOuter .lSPager.lSGallery img {
  width: 100% !important;
  height: 150px !important;
  object-fit: cover;
}

.title_other h3 {
  background-color: #003d88;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 10px;
  margin-bottom: 10px;
  margin-top: 0px;
}

.box_content_ct {
  padding-top: 45px;
  padding-bottom: 25px;
}

.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 a h3 {
  flex-grow: 1;
  margin-left: 10px;
  font-size: 14px;
  color: #3c3c3c;
}

.box_meta_single_content {
  background-color: #013574;
  color: #fff;
  display: flex;
  margin-bottom: 30px;
  margin-top: 25px;
}

.item_ct {
  flex: 0 0 25%;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  border-left: 1px solid #f3f3f3;
  gap: 5px;
}

.fw-b {
  font-size: 13px;
  font-family: "Roboto-Medium";
}

.fs-12 {
  font-size: 12px;
  font-family: "Roboto-Light";
  color: #fff;
}

.xemtiep {
  text-align: left;
  padding: 10px 0px;
  border-bottom: 1px solid #737373;
}
.xemtiep a {
  color: #737373;
  font-weight: 600;
}
.xemtiep a:hover {
  text-decoration: none;
  color: #334c81;
  transition: 1s;
}
div#wapper {
  margin: auto;
  max-width: 2000px;
}
#wap_sanpham {
  margin: auto;
  padding: 15px 0px;
}
.dknt_left form {
  width: 90%;
  margin: auto;
  text-align: center;
}
.dknt_left form input {
  width: 80%;
  padding: 6px;
  margin-bottom: 10px;
}
.dknt_left form button {
  border: unset;
  padding: 7px 15px;
  background: #00a9d7;
  color: #fff;
}
.lienhe_home {
  text-align: center;
}
.wrap_item_ft {
  display: table-cell;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
}
.wrap_item_ft figure {
  display: inline-block;
  margin: 0 10px 0 0;
  height: 37px;
}
.wrap_item_ft p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  line-height: 18px;
}
.wrap_item_ft a {
  color: #fff;
}
.wrap_item_ft:hover a {
  text-decoration: none;
  color: #fff;
}
.wrap_item_ft p span {
  font-size: 13px;
  color: #eaf1e7;
  display: block;
  text-transform: none;
  font-weight: 400;
}
.lienhe_home a {
  padding: 8px 14px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 24;
  border: 1px solid #ab0006;
  margin-right: 26%;
}
.visao_left {
  width: 50%;
}
.visao_right_list {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.lienhe_home a:hover {
  background: #ab0006;
  color: #fff;
}
.wap_conten {
  margin: auto;
  position: relative;
}
/* header */
.info_header {
  line-height: 50px;
}
.header_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #eeeeee;
}

.box_container {
  /* padding-top: 20px; */
}

.header_intro {
  width: 80%;
  float: right;
}
.header_intro h3 {
  font-size: 29px;
  font-family: "UTM-Neutra";
  color: #3e6d82;
  text-align: center;
  margin: 0px;
}
.header_intro h3 span {
  color: #edcd14;
}
.header_intro p {
  font-size: 23px;
  text-align: center;
  color: #3e6d82;
  font-family: "UTM-Avo";
  position: relative;
  margin-bottom: 0px;
}
.header_intro p:before {
  content: "";
  width: 100px;
  height: 2px;
  background: #3e6d82;
  position: absolute;
  bottom: 43%;
  left: 3%;
}
.quangcao img {
  width: 100%;
}
.header_intro p:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #3e6d82;
  position: absolute;
  bottom: 43%;
  right: 3%;
}
.header_intro strong {
  text-align: center;
  color: #3e6d82;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-family: "UTM-Avo";
}
.info_header ul {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 0px;
}
.info_header ul li {
  display: inline-block;
  line-height: 75px;
  padding-right: 15px;
  color: #bfbfbf;
}
.info_header ul li i {
  padding-right: 5px;
  color: #334c81;
}

div.menu ul li a i {
  padding-left: 5px;
  font-size: 30px;
  line-height: 50px;
}
.chinhsach {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.item_chinhsach .box_item_chinhsach {
  background: #3e4195;
  padding: 15px 10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #fff;
  border-radius: 15px;
  height: 90px;
}
.item_chinhsach .box_item_chinhsach img {
  padding-right: 10px;
}
.box_item_chinhsach_name {
  font-size: 18px;
  font-weight: 600;
}
#header .wellcom {
  width: 50%;
  float: left;
  color: #b3242a;
  line-height: 30px;
}
#header .content-sreach {
  width: 50%;
  float: right;
  text-align: right;
}
#header .content-header {
  width: 98%;
  padding: 2px 0px;
  border-bottom: solid 1px #b3242a;
  margin: auto;
  background: #fff;
}
#header .content-header .content-cart {
  display: inline-block;
}
#header .content-header .content-cart a {
  text-decoration: none;
}
#header .content-header .content-cart i {
  color: #000 !important;
  font-size: 20px !important;
}
#header .content-header .content-cart sup {
  background: #b3242a;
  border-radius: 50%;
  color: #fff;
}
.box-shadow {
  box-shadow: 0 0 5px #000;
}
.logomenumobi {
  width: 20%;
  float: left;
  padding: 0px 5px;
}
.searchmobi {
  margin-top: 10px;
  width: 70%;
  padding: 0px 10px;
  float: left;
  border: 1px solid #3b5eab;
  outline: none;
  color: #000;
  font-style: italic;
  height: 40px;
  border-radius: 7px;
}
.searchmobi i {
  color: #3b5eab;
  line-height: 40px;
  cursor: pointer;
  width: 15%;
  padding: 0px 15px;
  float: left;
}
.duan_index {
  /* background: #efefef; */
  padding: 0px 0px 30px;
}
.line_de {
  width: 200px;
  margin: auto;
  height: 2px;
  background-color: #2b3193;
  margin-top: 5px;
  margin-bottom: 5px;
}
.duan_wp .title_index h3 {
  color: #003d88;
  padding-bottom: 10px;
}
.duan_wp .title_index_intro {
  color: #fff;
}
.box_sanpham_index {
  display: inline-block;
  width: 100%;
}
.duan_top {
  text-align: center;
}

.duan_top h3 {
  font-size: 40px;
  color: #4a4a4a;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.duan_line {
  background-image: url("./images/line_b.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 11px;
  width: 156px;
  margin: 0 auto;
}

.duan_bottom_wp {
  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;
}

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

.tintuc_wp {
  display: flex;
}

.duan_box_title {
  padding: 10px 0px;
}

.duan_box_title h3 {
  margin: 0;
  font-size: 18px;
  color: #4a4a4a;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  /* text-align: justify; */
  font-weight: 600;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  /* height: 58px; */
}

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

.duan_title_line {
  display: block;
  width: 100px;
  height: 1px;
  background: #d1d1d1;
  margin: 10px 0px;
}

.duan_title_desc {
  font-size: 14px;
  color: #4a4a4a;
}

.catalogue_index {
  padding: 60px 0px;
}
.box_catalogue_list {
  grid-column-gap: 35px;
  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;
}

.catalogue_item {
  background: #ececec;
  border: 1px solid #ccd2d3;
  padding: 20px 10px 5px;
  position: relative;
  text-align: center;
  border-radius: 10px 0px 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalogue_item_info {
  padding-top: 10px;
}
.catalogue_item a:hover {
  text-decoration: none;
}
.catalogue_item a .fa-file-text-o {
  font-size: 40px;
  color: #3c3c3c;
}
.catalogue_item:hover {
  background: #025ea6;
}
.catalogue_item:hover .catalogue_item_info h3 {
  color: #fff;
}
.catalogue_item:hover .fa-file-text-o {
  color: #fff;
}
.catalogue_item:hover .catalogue_item_icon i {
  color: #fff;
}
.catalogue_item_info h3 {
  color: #4a4a4a;
  font-size: 23px;
  margin: 10px 0px 5px;
  font-weight: 600;
}
.catalogue_item_icon {
  text-align: center;
  padding-top: 10px;
}
.catalogue_item_icon i {
  color: #726c6c;
  font-size: 20px;
}
.duan_bottom_all {
  display: flex;
  margin-top: 20px;
}

.duan_bottom_all a {
  padding: 14px 28px;
  display: inline-block;
  background: #e2e2e2;
  color: #4a4a4a;
  border: 1px solid #c3c3c3;
  position: relative;
  font-size: 16px;
  margin: 0 auto;
}
.box_dangkydaily {
}
.dangkytin {
}
.banchay_title {
}
.banchay_title h3 {
  font-size: 30px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 0px;
  color: #2b3193;
}
.border_x {
  background-color: #2b3193;
  height: 2px;
  width: 200px;
}
.banchay_title {
  margin-bottom: 10px;
}

.banchay_title p {
  color: #fff;
  text-align: center;
  margin: 0;
  margin-top: 5px;
  font-family: "Roboto-Medium";
}

.form_box {
  background: #dddcd9;
  padding: 12px;
  border-radius: 8px;
}

.box_dk {
  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;
}
.item_dkdl {
  padding-bottom: 15px;
}
.item_dkdl p {
  margin-bottom: 5px;
  text-align: left !important;
  color: #2b3193;
  font-size: 14px;
}
.item_dkdl input {
  width: 100%;
  max-width: 100%;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  vertical-align: middle;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 50px;
  font-size: 16px;
  padding: 0px 10px;
  border-radius: 8px;
  font-family: "Roboto-Light";
}

.item_dkdl input::placeholder,
.item_dkdl textarea::placeholder {
  color: #d4d4d4;
}

.item_dkdl textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  font-size: 16px;
  font-family: "Roboto-Light";
}
.button_dk {
  text-align: center;
  margin-top: 15px;
}
.button_dk button {
  background: #ffffff;
  padding: 8px 24px;
  font-size: 16px;
  color: #111b27;
  font-weight: 500;
  font-family: "Roboto-Light";
  text-transform: uppercase;
  outline: none;
  border: none;
  border-radius: 4px;
}
.box_doitac_list {
  grid-column-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: 35px 0px;
  grid-row-gap: 15px;
}
.item_dt {
  border: 4px solid #0083d4;
  border-radius: 10px;
  overflow: hidden;
}
.item_dt img {
  width: 100%;
  border-radius: 10px;
}
.duan_bottom_all a:hover {
  text-decoration: none;
  color: #fff;
  background: #f00;
  border: 1px solid #f00;
  transition: 1s;
}

.duan_bottom_all a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f00;
  transform: rotate(135deg);
  top: -4px;
  left: -14px;
}

.khachhang_index {
  padding: 20px 0px;
  background: #f6f6f6;
}

.danhgia_item_wrapper {
  margin: 0px 10px;
}

.danhgia_item_wrapper .gioithieu_left_line {
  padding: 0px 20px;
}

.danhgia_item {
  padding: 20px;
  border: 2px solid #7c5140;
  position: relative;
  margin-bottom: 30px;
  border-radius: 20px;
  background: #fff;
}

.danhgia_item i {
  margin-bottom: 10px;
  font-size: 20px;
  color: #7c5140;
}

.danhgia_desc {
  color: #000000;
  font-size: 14px;
}

.danhgia_item::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 100%;
  left: 36%;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}

.danhgia_item::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 100%;
  left: 35%;
  border-left: 23px solid transparent;
  border-right: 24px solid transparent;
  border-top: 24px solid #7c5140;
}

.danhgia_info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 35px;
  margin-bottom: 10px;
}

.danhgia_info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: 0px !important;
  margin-right: 15px !important;
  margin-top: 0px !important;
  /* border: 2px solid #e9b674; */
}

.danhgia_info h3 {
  margin: 0px;
  font-size: 14px;
  color: #7c5140;
  font-weight: 600;
}

/* .duan_box {
  position: relative;
}

.duan_box_title {
  display: none;
} */

/* .duan_box:hover .duan_box_title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 24px;
  padding: 0px 10px;
  text-transform: uppercase;
  font-weight: 600;
} */
.box_duan_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.item_duan_info {
  border-left: 4px solid #17700e;
  margin-top: 5px;
  padding-left: 5px;
}
.item_duan_info a {
  font-size: 15px;
  color: #3c3c3c;
  font-family: "Aptima";
  font-weight: 600;
}
.item_duan_info:hover a {
  text-decoration: none;
  color: #17700e;
}
.info_chitiet {
  text-align: center;
}
.info_chitiet:hover a {
  text-decoration: none;
}
.info_chitiet p {
  max-width: 70%;
  border-radius: 7px;
  margin: auto;
  background: #f9a74c;
  padding: 3px;
  font-size: 14px;
  color: #530504;
  text-transform: capitalize;
}
.datsp button {
  background-color: unset;
  border: unset;
  display: flex;
  align-items: center;
  padding: 0px;
}
.lh_chitiet .modal-title {
  font-weight: 600;
}
.button_i {
  background: #be252a;
  height: 48px;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 70px;
  border-radius: 7px 0px 0px 7px;
  justify-content: center;
  border-right: 1px solid #fff;
}
.button_text {
  background: #be252a;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 25px;
  border-radius: 0px 7px 7px 0px;
  font-size: 14px;
}
.title_a h3 {
  color: #8ec740;
  /* font-weight: 600; */
  text-transform: uppercase;
  font-family: "Roboto-Medium";
}

button.dathangg {
  outline: none;
  padding: 5px 30px;
  border: none;
  color: #8ec740;
  font-family: "ArabotoNormal";
  background: transparent;
  text-transform: capitalize;
  font-size: 16px;
  border: 1px solid #8ec740;
  display: block;
  margin-top: 10px;
  border-radius: 20px;
  width: 50%;
}

button.dathangg:hover {
  background: #8ec740;
  color: #fff;
  border: 1px solid #8ec740;
}

.item_duan_info p {
  margin: 0px;
  padding: 5px 0px 0px;
  color: #3c3c3c;
}
.item_duan_info p i {
  padding-right: 5px;
  color: #17700e;
}
.searchmobi input {
  height: 36px;
  margin: 0px;
  float: left;
  border: unset;
  width: 85%;
}
.iconmenu {
  width: 10%;
  float: left;
  display: inline-block;
  text-align: center;
  padding-right: 10px;
}
.header a.hien_menu {
  padding-right: 10px;
}
.header a.hien_menu i {
  float: left;
  color: #fff;
}
#dknt {
  /* margin: 10px 0px; */
  border-radius: 7px;
}
.intro_dk {
  width: 40%;
  float: left;
}
.introdk {
  color: #000;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}

button.close{
  font-size: 30px !important;
}

.footer-title {
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px 0px;
  color: #fff;
  padding-bottom: 5px;
  font-weight: 600;
}

.index_wrapper {
  /* padding-top: 15px; */
}
.box_bosuutap {
  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;
  position: relative;
}
.draw:before,
.draw:after {
  border: 2px solid transparent;
  border-radius: 5px;
  width: 0;
  height: 0;
  box-sizing: inherit;
  content: "";
  position: absolute;
}

.item-home {
  position: relative;
}
.item-home img {
  object-fit: cover;
  height: 200px;
  width: 100%;
  border-radius: 0.75rem;
}
.anindex {
  display: block;
}

.index_right {
  width: 75%;
  margin: 0px 5px;
}

.index_left {
  width: 25%;
  margin: 0px 5px;
}
.menu_wp {
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo img {
  /* max-height: 150px; */
  max-height: 65px;
}

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

div.search input {
  padding: 0px 10px;
  float: left;
  border: none;
  background: none;
  width: 90%;
  outline: none;
  color: #000;
  font-style: italic;
  height: 40px;
  font-family: "Roboto-Light";
}
.item_d_info_mota {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  text-align: justify;
  color: #fff;
  height: 80px;
  margin-bottom: 5px;
}
.border_t_t {
  margin: 5px 0px;
  background: #fff;
  width: 40px;
  height: 1px;
}
div.seachz {
  color: #fff;
  line-height: 40px;
  cursor: pointer;
  width: 25%;
  background: #3b5eab;
  padding: 0px 15px;
  float: left;
}
div.content-cart {
  display: inline-block;
}
.total {
  float: right;
  display: inline-block;
}
.info-cart {
  display: inline-block;
  color: #334c81;
  line-height: 3.5;
}
.phone_header {
  position: relative;
  color: #fff;
  text-align: center;

  font-size: 16px;
}
.phone_header .icon_header {
  position: absolute;
  top: -15px;
  left: 7px;
  background: #3e4195;
  font-size: 17px;
  padding-right: 5px;
}
.phone_header .icon_header i {
  padding: 5px 6px;
  border-radius: 50%;
  color: #fff;
}

.wap_box_new {
  display: flex;
  flex-wrap: wrap;
}

#icon-cart {
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 19px;
  margin: 0px;
  margin-top: 10px;
  background: #3b5eab;
}
.wap_box_new_catalogue {
  max-width: 600px;
  margin: auto;
}
.box_news2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #fbb13082;
  padding: 10px 0px;
}
.box_news2_img {
  width: 20%;
}
.box_content_gt_detail {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 30% 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.box_content_gt_detail_left ul li {
  width: 100%;
  list-style: none;
}
.box_content_gt_detail_left ul li a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  color: #494949;
  border-bottom: 1px solid rgba(54, 54, 54, 0.5);
  position: relative;
  height: 37px;
  display: flex;
  align-items: center;
}
.box_content_gt_detail_left ul li .activegt {
  color: #025ea6;
}
.box_content_gt_detail_left ul li a:hover {
  text-decoration: none;
  color: #025ea6;
}
.box_content_gt_detail_left ul li a i {
  font-size: 20px;
  padding-right: 10px;
}
.box_news2_info {
  width: 80%;
  padding-left: 15px;
}
.box_news2_info h3 {
  margin: 0px;
}
.box_news2_info h3 a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 15px;
  color: #fff;
}
#icon-cart i {
  line-height: 40px;
  color: #fff;
  font-size: 16px;
}
#icon-cart span {
  font-size: 17px;
  color: #fff;
}
sup {
  top: -0.5em;
}
.gioithieu_right h3 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 0px;
  color: #003d88;
  text-transform: uppercase;
  font-family: "Roboto-Medium";
}
.gioithieu_desc {
  font-size: 14px;
  font-family: "Roboto-Light";
}
.product_uc .item {
  width: 100%;
}
.product_uc {
  width: 80%;
  margin: auto;
}
.product_uc .item {
  margin: 10px 0px;
}
#hotro {
  text-align: center;
}
#hotro img {
  width: 80%;
}
#hotro ul {
  list-style-type: none;
}
#hotro ul li {
  font-size: 30px;
  color: #e01a22;
  font-weight: 600;
  padding: 10px 0px;
}
.box_gioithieu {
  position: relative;
  width: 100%;
  display: inline-block;
}
.gt_dv {
  display: inline-block;
  width: 100%;
  padding: 20px 0px;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.gt_dv ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  list-style-type: none;
}
.gt_dv ul li {
  text-align: center;
  width: 25%;
}
.gt_dv ul li h3 {
  font-size: 11px;
  color: #17700e;
  text-transform: uppercase;
  font-weight: 600;
}

.gioithieu {
  padding: 25px 0px;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 550px;
}

.gioithieu_linebg {
  background-image: url("./images/line_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 11px;
  width: 300px;
}
.title_rr {
}

.search_wp {
  display: flex;
  align-items: center;
  width: 300px;
  background: #fff;
  padding: 8px;
  border-radius: 20px;
}

.search_wp input[type="text"] {
  outline: none;
  border: none;
  font-size: 14px;
  width: 100%;
}

.search_wp i {
  font-size: 18px;
}

.gioithieu_wrapper {
  grid-column-gap: 20px;
  /* 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;
}

.gioithieu_btn {
  display: flex;
  gap: 17px;
}
.title_rr span {
  font-size: 24px;
  font-family: "Roboto-Medium";
  color: #003d88;
}

.gioithieu_right a {
  padding: 12px 28px;
  display: inline-block;
  color: #fff;
  background: #003d88;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Roboto-Light";
}
.gioithieu_right a:hover:after {
  display: none;
}

.gioithieu_right a:hover {
  background: #013574;
  transition: 1s;
}
.sanpham_item:hover:after {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #f00;
  transform: rotate(135deg);
  top: -6px;
  left: -20px;
}
.dichvu_item:hover:after {
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #f00;
  transform: rotate(135deg);
  top: -7px;
  left: -27px;
  transition: 1s ease-in-out;
}
.content_news_list_2 {
  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;
  padding-top: 20px;
}
.box_content_padding {
  padding: 25px 0px;
}
.gioithieu_right a:hover {
  color: #fff;
  text-decoration: none;
}
/* .gioithieu_right a:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  z-index: 1;
}
.gioithieu_right a::before {
  content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d5002e;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
} */

.gioithieu_left_title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ea2223;
  margin: 10px 0px;
}
.box_content_pad .item_news {
  box-shadow: 0px 3px 7px 1px #3c3c3c;
  position: relative;
}
.gioithieu_left_desc {
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}
.box_list_dm_index {
  display: inline-block;
  width: 100%;
}
.gioithieu_left_button {
  margin-top: 10px;
  display: inline-block;
}

.gioithieu_left_button a {
  padding: 8px 15px;
  color: #fff;
  background: #ea2223;
  border-radius: 5px;
}

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

.box_gioithieuindex {
  width: 80%;
  margin: auto;
  background: #fff;
  padding: 35px;
  border-bottom: 2px solid #353535;
}
div.content-cart a {
  color: #fff;
  line-height: 2;
}
div.info-company {
  width: 70%;
  float: right;
  position: relative;
  height: 180px;
}
.info-company h3 {
  font-family: "UTM-Neutra";
  color: #89c642;
  font-size: 36px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  text-align: center;
  width: 100%;
}
.info-company .diachia_header {
  width: 100%;
  float: left;
}
.info-company .dienthoai_header {
  width: 100%;
  float: left;
  color: red;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
.info-company p {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #89c744;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  margin-bottom: 0px;
}
.lienhe_header {
  bottom: 16px;
  position: absolute;
  width: 100%;
  line-height: 28px;
}
div.info-company ul {
  list-style-type: none;
  text-align: left;
  display: inline-block;
}
div.info-company ul li {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
div.info-company ul li:first-child i {
  font-size: 26px;
}
div.info-company ul li i {
  padding-right: 15px;
  font-size: 16px;
  color: #fff;
}
div.info-company .copy_right {
  display: inline-block;
  padding-left: 15px;
}
div.info-company .copy_right i {
  color: #fff;
  font-size: 20px;
  padding-right: 10px;
}
.box_productsp {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.product_left {
  width: 25%;
}
.product_right {
  width: 100%;
}
.product_right .title_gt {
  padding: 0px;
}
.product_right .title_gt h3 {
  margin-top: 0px;
}
#conten_product .item_sp {
  /* border-radius: 7px; */
  overflow: hidden;
}
.item_sp :hover a {
  text-decoration: none;
}
.box_left {
  margin-bottom: 20px;
  border: 2px solid #003d88;
  border-radius: 10px;
  background: #fff;
}
.box_left:last-child {
  margin-bottom: 10px;
}
.title_left {
  border-bottom: 1px solid #17700e;
}
.title_left h4 {
  display: block;
  width: 100%;
  padding: 12px 12px;
  color: #17700e;
  letter-spacing: 0;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
  /* font-family: "Aptima"; */
  font-weight: bold;
  font-size: 18px;
}

.search i {
  color: #fff;
  padding: 9px;
  background: #003d88;
  font-size: 16px;
  margin: 2px;
}
.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 #003d88;
}
.box_left_danhmuc .tab_cap1 .danhmuc_cap1 a {
  display: inline-block;
  padding: 10px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3c3c3c;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 15px;
}
.box_left_danhmuc .tab_cap1 .danhmuc_cap1 a:hover {
  text-decoration: none;
}
.box_left_sp ul {
  list-style-type: none;
  padding: 0px 15px;
}
.box_left_sp ul li {
  border-bottom: 1px solid #ea2223;
}
.box_left_sp ul li:last-child {
  border-bottom: unset;
}
.box_left_sp ul li a {
  padding: 6px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box_left_sp ul li:hover a {
  text-decoration: none;
}
.box_left_sp ul li a img {
  /* width: 30%; */
  padding-right: 5px;
  object-fit: cover;
}
.box_left_sp ul li a span {
  /* font-family: "Aptima"; */
  font-size: 14px;
  font-weight: 400;
  color: #3c3c3c;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.logo_mobi {
  display: none;
}
.menu_header {
  width: 100%;
}
div#header {
  position: relative;
  margin: auto;
}

.connect_img_top a img {
  padding: 10px;
  background: #fff;
}

.connect_img_bottom a img {
  padding: 10px;
  background: #fff;
}

.footer_desc {
  color: #fff;
  text-align: start;
}

div.header {
  /* display:none;
    border-bottom: 2px solid #3b5eab ; */
}
.product_spp {
  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-top: 20px;
}
.header_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0px;
}

.header_left {
}

.header_left ul {
  margin: 0;
  display: flex;
  list-style: none;
  gap: 10px;
}

.header_left ul li a {
  color: #5f1704;
}

.header_left ul li a i {
  font-size: 20px;
}

.header_right::after {
  position: absolute;
  content: "";
  width: 1450px;
  height: 100%;
  top: 0px;
  left: -490px;
  z-index: 2;
  background: #5f1704;
  transform: skew(40deg);
  overflow: hidden;
}

.header_right span {
  position: absolute;
  z-index: 3;
  margin: 0;
  top: 10px;
  bottom: 0;
  color: #fff;
  line-height: 1;
}
.dichvu_box {
  padding-top: 10px;
}
.header_right ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0px;
  gap: 10px;
}

.header_right ul li {
  display: flex;
  align-items: center;
  gap: 15px;
}

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

.header_right ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #000;
}

.header_right ul li:first-child:before {
  content: "";
  display: none;
}

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

div.wap_menu {
  position: relative;
  margin: auto;
  width: 100%;
  background: #000000;
  /* border-bottom: 1px solid #c4c4c4; */
  /* margin-bottom: 2px; */
}
.title_dm {
  padding: 20px 0px;
}
.title_dm img {
  padding-right: 15px;
}
.img_intro {
  position: relative;
}
.info_intro {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_info_intro {
  color: #fff;
  text-align: center;
  font-size: 25px;
}
.box_danhmuc_bottom {
  margin-top: 20px;
}

.title_tin_ct h3 {
  color: #003d88;
  font-family: "Roboto-Medium";
}

.item_giohang {
  display: none;
}

.danhmuc_slider {
  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;
  position: relative;
}

.box_danhmuc_wrapper {
  padding-bottom: 25px;
}

.danhmuc_bottom_wp {
  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;
  position: relative;
}

.box_danhmuc_btn {
  display: flex;
}

.box_danhmuc_btn a {
  display: block;
  margin: 0 auto;
  padding: 12px 25px;
  background: #003d88;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto-Light";
  border-radius: 4px;
}
.box_danhmuc_btn a:hover {
  text-decoration: none;
  color: #fff;
}

.border_info_intro {
  width: 100%;
  height: 3px;
  background: #fff;
  position: relative;
  margin-top: 60px;
}
.border_info_intro:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: -7px;
  left: -6px;
  background: #fff;
  border-radius: 50%;
}
.border_info_intro:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: -7px;
  right: -6px;
  background: #fff;
  border-radius: 50%;
}
.border_info_intro2 {
  width: 100%;
  height: 3px;
  background: #0083d4;
  position: relative;
  margin: 40px 0;
}
.footer_b_top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
.border_info_intro2:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: -7px;
  left: -6px;
  background: #0083d4;
  border-radius: 50%;
}
.border_info_intro2:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: -7px;
  right: -6px;
  background: #0083d4;
  border-radius: 50%;
}
.box_item_dm {
  padding: 0px;
  position: relative;
}
.box_item_dm img {
  width: 100%;
  border-radius: 6px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.product_spp {
  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-top: 20px;
}
.box_item_dm_info {
  background: #520404;
  margin-top: 10px;
  padding: 5px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

.box_menu_right_top ul li.box_menu_top_item a.top_item {
  color: #fff;
  font-family: "Roboto-Light";
  font-size: 16px;
  padding: 0px 8px;
  text-decoration: none;
  display: block;
  text-transform: none;
  font-weight: 500;
  line-height: unset;
}

.box_menu_right_top ul li.box_menu_top_item {
  padding: 0px;
  position: relative;
}

.box_menu_right_top ul li.box_menu_top_item::after {
  position: absolute;
  content: "";
  background: #fff;
  height: 23px;
  width: 1px;
  right: -15%;
  top: 0px;
  bottom: 0px;
}

.box_menu_right_top ul li.box_menu_top_item:last-child::after {
  position: absolute;
  content: "";
  background: none;
}

.box_menu_right_bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
  margin-left: 35px;
}

.bottom_item_image {
  position: relative;
  background: #dcdcdc;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dcdcdc;
  border-radius: 9999px;
}

.bottom_item_image:before {
  content: "";
  position: absolute;
  border: 1px solid red;
  border-radius: 9999px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom_item_image img {
  /* padding: 7px;
  border: 2px solid red;
  border-radius: 9999px;
  width: 40px;
  height: 40px; */
}

.searchBox {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  border-top-left-radius: unset !important;
  border-bottom-left-radius: unset !important;
  background: #dcdcdc !important;
}

.box_menu_bottom_item.search {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
  position: relative;
  width: auto;
  border-radius: 50px;
  cursor: pointer;
}

.search_item button.search_btn {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  /* padding: 0px 12px; */
  white-space: nowrap;
  float: left;
  font-family: "Roboto-Light";
  font-size: 14px;
  font-weight: 500;
  outline: none;
  /* border: 1px solid #bd0003; */
  background: #dcdcdc;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_btn i {
  background: #dcdcdc;
  color: #ea2223;
}

.search_item {
}

.search_active {
  opacity: 1;
  visibility: visible;
}

.bottom_item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.box_logo_menu_left {
  /* position: absolute; */
  /* z-index: 9; */
  top: 6px;
  width: 13%;
}

a.logo {
  /* width: 100%; */
  display: block;
}

.header_menu_right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header_menu_right i {
  font-size: 40px;
  color: #ea2223;
}

.menu_phone a {
  font-size: 14px;
  color: #ea2223;
}

.hotline_title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ea2223;
}

.menu_right {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.box_item_dm_info h3 {
  margin: 0px;
  padding: 7px 0px;
}
.box_item_dm_info:hover a {
  text-decoration: none;
}
.box_item_dm_info h3 a {
  font-size: 16px;
  color: #fbb130;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Aptima";
}
.box_item_dm_info p a {
  font-size: 14px;
  text-transform: uppercase;
}
.title_dm h3 {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Aptima";
  margin: 0px;
  border-left: 4px solid #17700e;
  padding-left: 10px;
}
.box_product_list {
  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-top: 20px;
}
.product_list_item {
  position: relative;
}
.box_product_list_item_info {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background: #005aab66;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.product_list_item a:hover {
  text-decoration: none;
}
.product_list_item:hover .box_product_list_item_info {
  opacity: 1;
  transition: 1s;
}
.box_product_list_item_info a {
  text-align: center;
}
.box_product_list_item_info a i {
  font-size: 35px;
  color: #fff;
}
.box_product_list_item_info a h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #ffff;
}
.hotline_fix {
  background: #3d4195;
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  padding: 10px 0;
  border-top: 1px solid rgb(248 78 78 / 75%);
  -webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
}
.list_hotline ul {
  list-style-type: none;
  margin-bottom: 0px;
}
.list_hotline ul li:last-child {
  border-bottom: none;
}
.list_hotline ul li {
  border-bottom: 1px solid;
  padding: 5px 0px;
}
.list_hotline ul li .name-hl {
  color: #de0000;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
}
.list_hotline ul li p a {
  font-size: 17px;
  color: #000;
  font-weight: 600;
}
.list_hotline ul li p a img {
  padding-right: 10px;
}
.box_danhmucproduct ul {
  list-style-type: none;
  padding-top: 10px;
}
.box_danhmucproduct ul li {
  line-height: 25px;
  font-size: 14px;
  color: #7e7e7e;
  font-family: "Roboto-Light";
}
.box_danhmucproduct ul li a {
  color: #000;
}
.box_danhmucproduct ul li:hover a {
  text-decoration: none;
}
.item_info_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item_price_left {
  display: flex;
  flex-direction: column;
}
span.item_new_price {
  font-size: 20px;
  font-family: "Roboto-Medium";
  color: #ba0003;
}
span.item_old_price {
  font-size: 16px;
  color: #282828;
  text-decoration: line-through;
}
.item_price_right button {
  outline: none;
  padding: 8px 30px;
  border: none;
  color: #fff;
  font-family: "Roboto-Light";
  background: #ba0003;
  text-transform: uppercase;
  font-size: 16px;
}
.tab_cap2 {
  border-top: 1px solid #3c3c3c1a;
}
.danhmuc_cap2 {
  line-height: 25px;
  border-bottom: unset;
}
.tab_cap2 .danhmuc_cap2 a {
  font-size: 12px;
  color: #3c3c3ce3;
}
.danhmuc_cap2 {
  line-height: 25px !important;
  border-bottom: unset !important;
}
.content-category {
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
}
div.header {
  display: none;
}

div.search {
  height: 30px;
  width: 100%;
  display: flex;
  background: #fff;
  height: 40px;
  border: 1px solid #35353521;
  margin-top: 0px;
  float: right;
  align-items: center;
}

.title_sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
}
.title_sp h3 {
  margin: 0px;
  font-size: 30px;
  font-family: "Roboto-Medium";
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.title_sp a {
  text-transform: capitalize;
  font-size: 15px;
  color: #fff;
  background: #3e4195;
  z-index: 99;
  padding: 0px 20px;
}
.title_sp a:hover {
  color: #fff;
}

div.menu {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 0px;
}

.box_logo_header_left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.box_logo_header_left span {
  color: #fff;
  font-family: "Roboto-Light";
  font-size: 14px;
}

.box_logo_header_left span i {
  padding-right: 5px;
}

.box_logo_header_left span a {
  font-size: 14px;
  color: #fff;
  font-family: "Roboto-Light";
}

.box_logo_header_left span a:hover {
  text-decoration: none;
}

.box_logo_header_left span a i {
  padding-right: 5px;
}

.box_logo_menu_right {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.box_logo_header_right {
}
.box_logo_header_right h3 {
  font-size: 15px;
  margin: 0px;
  font-family: "Roboto-Medium";
  color: #fff;
  font-weight: 500;
}

.box_logo_translate select {
  border: none;
  background: none;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto-Medium";
}

.box_logo_translate select option {
  background: #8ec740 !important;
  color: #fff !important;
}

.box_logo_menu_right button {
  outline: none;
  border-radius: 999px;
  border: none;
}
.box_logo_menu_right button a {
  color: #ff0000;
  font-weight: 600;
  font-size: 16px;
}
.box_logo_menu_right p {
  margin: 5px 0px;
  font-weight: 600;
}
.box_logo_menu_right p i {
  padding-right: 5px;
}
.box_logo_menu_c {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.title_menu h1 {
  font-weight: 600;
  color: #ff0000;
  margin: 0px;
}
.title_menu h2 {
  margin: 0px;
  font-size: 24px;
  color: #2d3193;
  font-weight: 600;
}
.box_logo_menu {
  background: #8ec740;
  padding: 10px 0px;
  position: relative;
}

.newProduct {
  display: flex;
}

.newProductLeft {
  width: 40%;
}

.newProductLeft img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}

.newProductRight {
  width: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 30px;
}

.newProductTitle {
  text-align: center;
  padding-top: 20px;
}

.newProductTitle span {
  color: #8ec740;
  font-size: 20px;
  font-family: "Roboto-Medium";
}

.newProductTitle h3 {
  margin: 0px;
  font-size: 30px;
  font-family: "Roboto-Medium";
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}

.newProductDesc {
  padding-top: 30px;
  padding-bottom: 10px;
}

.sp_chay {
  background: #fff;
  padding: 10px;
}

.btn-info {
  color: unset !important;
  background-color: unset !important;
  border-color: unset !important;
  padding: 0 !important;
  border: none !important;
}

div#btnoneclicka {
  position: fixed;
  bottom: 150px;
  right: 20px;
}

.newProduct_item {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: 1px solid #dddddd;
  overflow: hidden;
  position: relative;
}

.newProduct_item {
  margin: 10px;
}

.pd_item {
  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-top: 10px;
}

.pd_item .newProduct_item {
  margin: 0px !important;
}

.newProduct_item p {
  margin: 0;
}

.newProduct_item a {
  display: block;
}

.newProduct_item a:hover {
  display: block;
  text-decoration: none;
}

.newProduct_item img {
  width: 100%;
}

.slick-dots {
  top: -16% !important;
  left: 0 !important;
  right: 0 !important;
  bottom: unset !important;
}

.title_sp span {
  color: #8ec740;
  font-size: 20px;
  font-family: "Roboto-Medium";
  text-transform: uppercase;
}

.title_popup h3 {
  position: relative;
  font-size: 16px;
  padding: 15px 20px;
  margin: 0;
  display: block;
  margin-bottom: 15px;
  color: #8ec740;
  font-weight: 500;
  border-bottom: 2px solid;
}

/* .newProduct_item:hover img {
  transform: scale(1.1);
} */

.newProduct_item a img {
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  position: relative;
}

.newProduct_watermark {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 14px;
  padding: 10px;
  background: #8ec740;
  border-radius: 50%;
  top: 8px;
  z-index: 99;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #fff;
  border: 1px solid #fff;
  font-family: "Roboto-Medium";
}

.newProduct_item_title {
  border-top: 2px solid #8ec740;
}

.newProduct_item_title h3 {
  margin: 0;
  padding: 10px 8px;
}

.newProduct_item_titlee h3 {
  margin: 0;
  padding: 10px 8px;
  font-size: 14px;
  color: #8ec740;
  font-family: Roboto-Medium;
}

.newProduct_item_title h3 a {
  font-size: 14px;
  color: #8ec740;
  font-family: Roboto-Medium;
}

.newProduct_item_title h3 a:hover {
  text-decoration: none;
  color: #8ec740;
}

.newProduct_item_price {
  padding: 0px 10px;
  color: #000;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newProduct_item_pricee {
  color: #000;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
}

.glyphicon-minus:before {
  display: none !important;
}

.glyphicon-plus:before {
  display: none !important;
}

.slick-dots li button:before {
  opacity: unset !important;
  color: #8ec740 !important;
  width: 12px !important;
  height: 12px !important;
  background: #8ec740 !important;
  border-radius: 50% !important;
  font-size: unset !important;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black !important;
  background: #000 !important;
}

/* div.menu:after {
    content: "";
    width: 8px;
    height: 70px;
    background: url(images/bg_than_phai.png) no-repeat;
    position: absolute;
    bottom: -21px;
    right: -8px;
}
div.menu:before {
    content: "";
    width: 8px;
    height: 70px;
    background: url(images/bg_than_trai.png) no-repeat;
    position: absolute;
    bottom: -21px;
    left: -8px;
} */
.logo_top {
  width: 28%;
  float: left;
  z-index: 999;
  line-height: 180px;
  text-align: center;
}
.logo_top img {
  height: 100%;
}
.content-sreach {
  width: 60%;
  float: left;
  padding-top: 40px;
  text-align: center;
}
.gioithieu_right .gioithieu_mota {
  color: #3c3c3c;
  font-size: 14px;
}
.xemtiep_t {
  padding: 15px 0px;
}
.box_duan {
  padding: 10px 0px 30px;
}
.box_duan .xemtiep_t {
  text-align: center;
  padding-top: 50px;
}
.xemtiep_t a {
  background: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 40px;
}
.xemtiep_t:hover a {
  text-decoration: none;
  color: #990000;
}
div.menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  list-style-type: none;
  margin: 0px;
  justify-content: space-evenly;
}
.gioithieu_right_title h4 {
  font-size: 18px;
  color: #283891;
  font-weight: 550;
  padding-left: 50px;
  background: url(./images/icon_xanh.png);
  background-position: left;
  background-repeat: no-repeat;
}
div.menu ul li {
  position: relative;
  z-index: 50;
  padding: 0px 5px;
}
div.menu ul li a {
  color: #fff;
  font-family: "Roboto-Light";
  /* font-size: 14px; */
  font-size: 18px;
  /* padding: 0px 15px; */
  padding: 0px 10px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  line-height: 50px;
}

.danhmuc {
  border: unset !important;
}
.namesp {
  margin: 0px;
  padding: 10px 0px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000;
  /* text-align: center; */
}
.product_info .giaspct {
  font-size: 20px;
  font-weight: 600;
  color: #be252a;
}
.sp_name a {
  font-family: Arial;
}
.dichvu {
  /* width: 100%;
  padding: 20px 0px 0px 0px; */
}

.dichvu_index {
  padding: 60px 0px;
  background: url(./images/dv.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.dichvu_title {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  margin-bottom: 0px;
}

.dichvu_title.gioithieu_title h3 {
  color: #5d2813;
  display: flex;
  align-items: center;
  gap: 5px;
}

.dichvu_title.gioithieu_title.baogiaa_title h3 {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
}

.gioithieu_left i {
  font-size: 16px;
  padding-left: 5px;
}

.dichvu_title.gioithieu_title h3 span {
  color: #ea2223;
}

.dichvu_desc {
  font-size: 15px;
  text-align: justify;
  font-weight: 500;
  max-width: 700px;
  margin: 0 auto 10px;
}

.dichvu_desc.baogiaa_desc {
  font-size: 15px;
  text-align: justify;
  font-weight: 500;
  max-width: 700px;
  margin: 0 auto 10px;
  color: #fff;
}

.hoptac_index {
  padding: 200px 0px 80px;
  background: #0083d4;
}

.doitac_wp {
  display: flex;
  gap: 50px;
}
.doitac_left {
  width: 50%;
  border-right: 1px solid #dcdcdc;
  padding-right: 90px;
  position: relative;
}
.box_danhmuc_list {
  width: 100%;
  overflow-y: hidden;
}

.price_list_box {
  border-radius: 8px;
  border: 1px solid #edecea;
}

.price_list_top {
  text-align: center;
}

h3.price_title {
  color: #fff;
  margin: 10px 0px;
  font-family: "Roboto-Medium";
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 0.9px;
  margin-top: 0px;
}

.visao_index {
  padding: 25px 0px;
}

h3.price_title.visao_price {
  color: #003d88;
}

.price_desc {
  max-width: 850px;
  margin: 0 auto;
  text-align: justify;
  color: #fff;
  font-family: "Roboto-Medium";
}

.price_desc.visao_desc {
  color: #111b27;
  text-align: center;
}

.price_list_bottom {
  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-top: 15px;
}

.price_list_wp {
  padding: 25px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: 100% 100%; */
}

.price_list_box h3 {
  background: rgb(0, 63, 140);
  background: linear-gradient(
    90deg,
    rgba(0, 63, 140, 1) 15%,
    rgba(0, 82, 184, 1) 48%,
    rgba(0, 63, 140, 1) 75%
  );
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 20px;
  font-family: "Roboto-Medium";
}

.price_list_desc {
  background: #edecea;
  text-align: center;
  padding: 10px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.price_list_desc p {
  margin: 0px;
  padding: 10px 0px;
  font-size: 13px;
  font-family: "Roboto-Medium";
}

.visao_bottom {
  display: flex;
  gap: 15px;
}

.visao_count {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgb(0, 63, 140);
  background: linear-gradient(
    90deg,
    rgba(0, 63, 140, 1) 12%,
    rgba(0, 83, 184, 1) 48%,
    rgba(0, 63, 140, 1) 84%
  );
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  font-family: "Roboto-Medium";
  text-align: center;
  letter-spacing: 1.9px;
}

.visao_box {
  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: 7% 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  /* padding-top: 15px; */
}

.visao_title {
}

.visao_title h3 {
  margin: 0px;
  color: #003d88;
  font-size: 20px;
  font-family: "Roboto-Medium";
}

.visao_desc {
  color: #313944;
  font-family: "Roboto-Light";
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.subscription_wp {
  padding: 25px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: 100% 100%; */
}

.subscription_box {
  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-top: 15px; */
}

h3.subscription_box_title {
  color: #fff;
  font-size: 20px;
  font-family: "Roboto-Medium";
  letter-spacing: 0.9px;
  padding: 10px;
  border: 1px solid #8b8f93;
  border-radius: 6px;
  text-align: center;
  margin-top: 0px;
}

.subscription_box_desc {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #8b8f93;
  color: #fff;
  font-family: "Roboto-Light";
  font-size: 14px;
}

.bando_index {
  height: 450px;
}

.title_item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.title_item_top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.title_item ul {
  list-style: none;
  margin: 0;
  margin-left: 10px;
}

.title_item ul li a {
  font-size: 16px;
  font-family: "Roboto-Medium";
  color: #282828;
  padding-left: 6px;
  border-left: 1px solid #282828;
  white-space: nowrap;
}

.title_item ul li a:hover {
  color: #282828;
  text-decoration: none;
}

.item_info_desc {
  /* padding-top: 10px; */
  color: #000;
  font-size: 14px;
}

.item_info_desc i {
  padding-right: 5px;
}

.item_info_desc ul li {
  padding-bottom: 5px;
}

.item_info_desc ul li:last-child {
  padding-bottom: 0px;
}

.line_dot {
  width: 8px;
  height: 8px;
  background: #b70003;
  border-radius: 999px;
}
.title_index h3 {
  font-size: 35px;
  color: #8ec740;
  margin: 0;
  text-transform: uppercase;
  font-family: "Roboto-Medium";
  padding: 8px 0px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

/* .doitac_left::after {
  position: absolute;
  content: "";
  background-image: url(./images/hoptac_arrowR.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 25px;
  height: 50px;
  right: -31px;
  top: 133px;
}

.doitac_left::before {
  position: absolute;
  content: "";
  background-image: url(./images/hoptac_arrowL.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 25px;
  height: 50px;
  right: 5px;
  top: 133px;
} */

.doitac_right {
  width: 50%;
}

.doitac_box {
  flex-direction: row;
  flex-wrap: wrap;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  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;
}

.doitac_left h3 {
  font-size: 40px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 28px;
  bottom: 10px;
  text-align: left;
  padding-bottom: 10px;
}

.doitac_line {
  background-image: url(./images/line_b.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 11px;
  width: 240px;
}

.doitac_desc {
  margin: 0;
  font-size: 16px;
  text-align: justify;
  font-weight: 400;
  margin-top: 20px;
  color: #fff;
}

.bao_gia_box {
  flex-direction: row;
  flex-wrap: wrap;
  grid-column-gap: 70px;
  grid-row-gap: 20px;
  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;
}

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

.bao_gia_item label {
  color: #fff;
}

.bao_gia_item input {
  /* width: 250px; */
  height: 40px;
  padding: 5px;
  border-radius: 8px;
  border: none;
  outline: none;
}

.gioithieu_left a {
  padding: 10px 15px;
  background: #5f1700;
  color: #fff;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
}

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

.gioithieu_left_line {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}
.line_left {
  width: 20%;
  height: 5px;
  background: #5d2813;
}
.line_right {
  width: 80%;
  height: 5px;
  background: #e5e4e3;
}

.slick-slide img {
  display: block;
  margin: auto;
  /* width: 249px;
  height: 249px;
  border-radius: 999px;
  border: 3px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  object-fit: cover; */
}

.dichvu_box {
}

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

.dichvu_img_desc {
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  /* text-transform: uppercase; */
  color: #000;
  display: flex;
  align-items: center;
  height: 50px;
}

.dichvu_img img {
  width: 249px;
  height: 249px;
  border-radius: 999px;
  border: 3px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  object-fit: cover;
}

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

.dichvu_title strong {
  font-size: 30px;
  line-height: 1;
  padding-top: 10px;
  color: #008f2d;
}
.doitac_box:hover .slick-prev,
.doitac_box:hover .slick-next {
  display: inline-block !important;
}
.boxx_product_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #d6d6d6;
  position: relative;
  overflow: hidden;
}

.title_directory {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  z-index: 3;
  color: #fff;
  top: 10px;
  bottom: 0;
}
.footer_item {
  color: #3e3e3e;
}
.box_product_top_all a {
  color: #5f1704;
  font-size: 14px;
  font-weight: 500;
}

.box_product_top_all a:hover {
  text-decoration: none;
  color: #5f1704;
}

.dichvu_title h3 {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.lh_chitiet .col-md-12 {
  padding-left: 0px;
}

.dichvu_item {
  text-align: center;
  padding: 20px 0px;
}

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

.box_product_top_title::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  top: 0px;
  left: -50px;
  z-index: 2;
  background: #5f1704;
  overflow: hidden;
  transform-origin: bottom left;
  -ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}

.bottom_title_box {
  padding: 10px;
  position: relative;
}

.bottom_item_title {
  display: flex;
  align-items: self-start;
  flex-direction: column;
}
.bottom_item_title .item_title_top {
  font-family: "Roboto-Light";
  font-size: 16px;
}

.bottom_item_title .item_title_bottom {
  font-family: "Roboto-Medium";
  font-size: 16px;
}

.bottom_item_desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.bottom_item_title h3 {
  font-size: 16px;
  color: #000;
  margin: 0px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  height: 35px;
}

.baogia-bg {
  background-image: url(./images/baogia_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: contain; */
  /* width: 100%; */
  /* height: 100%;*/
}

.baogia_wp {
  display: flex;
  padding: 20px 0px;
  /* padding-top: 40px; */
}

.bao_gia_left {
  width: 50%;
}

.bao_gia_left img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #fff;
  display: block;
  margin: 0 auto;
}

.bao_gia_right_top {
  padding-top: 60px;
  padding-bottom: 20px;
}

.bao_gia_right {
  width: 50%;
}

.dichvu_item {
  text-align: center;
  border: 1px solid #0bcbfb;
  padding: 25px 10px 10px;
  position: relative;
}

.dichvu_item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #f00;
  transform: rotate(135deg);
  top: -5px;
  left: -20px;
}

.dichvu_item a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
.dichvu_item h3 {
  padding: 10px 0px;
}
.dichvu_item a:hover {
  color: #fff;
  text-decoration: none;
}

.dichvu .wap_item {
  border: 1px solid red;
}
div.menu ul li ul,
div.menu ul li:hover ul li ul {
  position: absolute;
  margin-left: 0px;
  display: none;
  min-width: 290px;
  background: #003d88;
  color: #fff;
  line-height: 1.5;
}
div.menu ul li ul li {
  width: 100%;
}
div.menu ul li ul li a {
  padding: 10px;
  /* text-transform: none; */
  display: block;
  border-bottom: dashed 1px #fff;
  color: #fff;
  line-height: 20px;
}
div.menu ul li ul li:last-child a {
  border: none;
}
div.menu ul li ul li ul {
  left: 100%;
  top: 0px;
}

.header .cart {
  text-decoration: none;
  position: absolute;
  top: 0px;
  right: 50px;
  font-size: 18px;
}
.header .cart sup {
  padding: 0px 2px;
  background: #000;
  border-radius: 50%;
  line-height: 10px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
div#slider {
  margin: auto;
  position: relative;
  background: #f6f6f6;
}

.vechungtoi_index {
  /* background: #b0b3b2; */
  /* padding: 20px 0px; */
}
.share_icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px 0px;
}
.border_boxdm {
  width: 100%;
  height: 2px;
  background-color: #2b3193;
  margin: 30px 0px;
}

.share_icon a {
  padding: 10px;
}
.share_icon a i {
  font-size: 20px;
}
.search_frm {
  position: absolute;
  z-index: 9;
  right: 10%;
  top: 30%;
  background: #fff;
  padding: 20px 0px;
  border-radius: 10px;
}
.search_frm .tieude_frm {
  border-bottom: 1px solid #ccc;
  padding: 0px 20px;
  width: 100%;
}
.tieude_frm h3 {
  font-weight: normal;
  font-size: 20px;
}
.tieude_frm p {
  color: #ccc;
  padding-bottom: 10px;
}
.search_frm .search_frm_conten {
  width: 100%;
  padding: 10px 20px;
}
.search_frm .frm_input {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
}
.box_gioithieuindex h3 {
  margin-top: 0px;
  color: #87c640;
  font-weight: 600;
}
.search_frm .frm_input label {
  width: 150px;
  float: left;
  text-transform: capitalize;
}
.search_frm .frm_input select {
  width: 300px;
  height: 30px;
  border-radius: 5px;
}
.tieude_giua_title {
  text-align: center;
}
.tieude_giua_title h4 {
  text-transform: uppercase;
  font-size: 22px;
  padding: 10px 0px;
  color: #3e4195;
  padding-bottom: 5px;
  font-weight: 600;
}
.search_frm .frm_input .bnt_search {
  float: right;
  border: none;
  background: #2ec21c;
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
}
.frm_input input[type="range"] {
  width: 300px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
}
.frm_input input[type="range"],
.frm_input input[type="range"]::-webkit-slider-runnable-track,
.frm_input input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.frm_input input[type="range"]::-webkit-slider-runnable-track {
  width: 400px;
  height: 7px;
  background: #b4beca;
  border-radius: 10px;
}
.frm_input input[type="range"]::-webkit-slider-thumb {
  position: relative;
  height: 20px;
  width: 20px;
  margin-top: -7px;
  background: #328e00;
  border-radius: 50%;
  border: 2px solid #ccc;
}
.frm_input input[type="range"]::-webkit-slider-thumb::before {
  position: absolute;
  content: "";
  height: 10px; /* equal to height of runnable track */
  width: 500px; /* make this bigger than the widest range input element */
  left: -502px; /* this should be -2px - width */
  top: 8px; /* don't change this */
  background: #328e00;
}
.showgia {
  width: 100%;
  text-align: right;
}
.video_index {
  padding: 15px 0px;
}
.home-step {
  background-color: #283891;
  padding: 15px 0px 25px;
  color: #fff;
}
.home-step .title_dm h3 {
  color: #fff;
}
.quytrinhmobi {
  display: none;
}
.video {
  position: relative;
}
.daidienvideo {
  position: relative;
}
.nutplay {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.info_video {
  padding: 15px;
}
.info_video h3 {
  margin: auto;
  font-size: 18px;
  border-left: 2px solid #000;
  padding-left: 15px;
  line-height: 30px;
}
div#left {
  width: 24%;
  float: left;
}
div.tieude {
  color: #328e00;
  padding-left: 0px;
  border-bottom: 1px solid #328e00;
  font-size: 15px;
  background: #fff;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
}
div#danhmuc {
  border: none;
}
#tinmoi ul {
  width: 90%;
  margin: auto;
}
#tinmoi ul li {
  padding: 10px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #b3b3b4;
}
#tinmoi ul li img {
  width: 35%;
  float: left;
}
#tinmoi ul li h4 {
  width: 65%;
  float: left;
  margin: 0px;
  font-size: 13px;
  color: #353535;
  padding-left: 5px;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  line-height: 1.3 !important;
  overflow: hidden !important;
}
div.danhmuc {
  margin-bottom: 15px;
}
div.danhmuc:last-child {
  margin-bottom: 0;
}
div#danhmuc ul {
  list-style: none;
  width: 100%;
}
div#danhmuc ul li {
  position: relative;
  width: 90%;
  margin: auto;
  float: unset;
}
div#danhmuc ul li:last-child {
  border: none;
}
div#danhmuc ul li a {
  font-weight: normal;
  color: #566473;
  text-decoration: none;
  font-size: 15px;
  transition: 0.4s;
  display: block;
  padding: 11px 5px 11px 23px;
}
div#danhmuc ul li a i {
  padding-right: 10px;
  color: #334c81;
}
div#danhmuc ul li a:hover,
div#danhmuc ul li a.active {
  color: #566473;
  transition: 0.4s;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #334c81 !important;
  color: #fff !important;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #2b3193 !important;
  color: #fff !important;
}

div#danhmuc ul li ul div a {
  padding: 9px 5px 9px 30px;
  font-weight: inherit;
  border-bottom: 1px solid #334c81;
}
div#danhmuc ul li ul {
  padding: 0px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #3479ee !important;
}
div#danhmuc ul li ul {
  /*display:none;*/
  z-index: 9999;
}
i.dm_cha {
  position: absolute;
  font-size: 12pt;
  padding: 3px;
  color: #fff;
  right: 20px;
  top: 10px;
  background: #0082c6;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 100%;
}
#duration .item_duration {
  margin: 10px 0px;
}
#duration .first_item {
  margin-top: 20px;
}
#duration .item_duration .duration_ckeck {
  border: none;
  border-radius: 0px;
  margin-right: 10px;
  width: 15px;
  height: 15px;
}

#duration .item_duration:hover {
  padding-left: 10px;
  color: #ff0000;
}
.duration_active {
  padding-left: 10px;
  color: #ff0000;
}
#ungdung .item_ungdung {
  margin: 10px 0px;
}
#ungdung .first_item {
  margin-top: 20px;
}
#ungdung .item_ungdung .ungdung_ckeck {
  border: none;
  border-radius: 0px;
  margin-right: 10px;
  width: 15px;
  height: 15px;
}
#ungdung .item_ungdung:hover {
  padding-left: 10px;
  color: #ff0000;
}
.ungdung_active {
  padding-left: 10px;
  color: #ff0000;
}
#datbiet .conten_datbiet {
  margin-top: 20px;
}
#datbiet .sale {
  padding: 10px 20px;
  color: #ccc;
  border: 1px solid #ccc;
}
#datbiet .sale_actived,
#datbiet .sale:hover {
  color: #ff0000;
  border: 1px solid #ff0000;
}
.content {
  color: #000 !important;
  word-wrap: break-word;
}
.itemdanhmucn {
  border: 1px solid #35353521;
  border-top: unset;
}
.itemdanhmucn p i {
  padding-right: 10px;
}
.itemdanhmucn p {
  margin: 0px;
  line-height: 40px;
  text-align: left;
  padding: 0px 20px;
  font-size: 17px;
  text-transform: uppercase;
}
#nhanmail {
  background: url(images/bg_nhantin.png) top left no-repeat;
  background-size: 100% 100%;
  margin-top: 30px;
}
#nhanmail .conten_nhanmail h3 {
  width: 100%;
  padding: 10px 5%;
  color: #fff;
  font-size: 25px;
  font-weight: normal;
}
.content_f h3 {
  margin: 0px;
  font-size: 16px;
  text-transform: uppercase;
  color: #334c81;
  font-weight: 600;
}
div#dknt .tieude_dk {
  width: 50%;
  float: left;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fbb824;
  font-size: 18px;
}
div#dknt .tieude_dk form {
  width: 50%;
  float: left;
  text-align: right;
}

.menu_right {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.menu_hotline {
  border-radius: 10px;
  line-height: 0;
  padding: 15px 10px;
  border: 1px solid #5f1704;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.menu_hotline a {
  font-size: 14px;
  font-weight: 600;
  color: #5f1704;
}

.menu_hotline a:hover {
  color: #5f1704;
  text-decoration: none;
}

.quytrinh_index {
  background: #deddd8;
}

.quytrinh {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

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

.tintuc_linebg {
  background-image: url("./images/line_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 11px;
  width: 156px;
  margin: 0 auto;
}

.tintuc_button {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.tintuc_button a {
  padding: 10px 18px;
  border-radius: 20px;
  background: #5f1704;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.tintuc_button a:hover {
  text-decoration: none;
  background: #5f1704;
  color: #fff;
}

.gioithieu_left_quytrinh {
  padding-top: 20px;
}

.quytrinh_wp {
  flex-direction: row;
  flex-wrap: wrap;
  grid-column-gap: 5px;
  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: 35px 0px;
  border-radius: 10px;
}

.quytrinh_content {
  display: flex;
  align-items: center;
  flex-direction: column;
  /* gap: 15px; */
  /* border-right: 1px solid #d9ccc7;*/
}

.quytrinh_content:last-child {
  border-right: none;
}

.quytrinh_img {
  border-radius: 50%;
  line-height: 224px;
  text-align: center;
}

.quytrinh_content img {
  /* margin: 30px; */
  /* width: 110px; */
  /* height: 95px; */
  /* object-fit: contain; */
}

h3.quytrinh_name {
  font-size: 52px;
  font-weight: 600;
  text-transform: uppercase;
  color: #666666;
  margin: 0px;
  padding: 10px;
  text-align: center;
}

.quytrinh_title p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0;
  text-align: center;
}

.quytrinh_desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  height: 38px;
  display: flex;
  align-items: center;
}

.cart_menu {
  position: relative;
}

.cart_menu a sup {
  padding: 5px 8px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  top: 11px;
  right: -8px;
  background: #fff;
  color: #ea2223;
  align-items: center;
  display: flex;
  justify-content: center;
}

.cart_menu a {
  font-size: 35px;
  text-decoration: none;
  line-height: 75px;
  color: #5f1704;
}
.cart_menu a:hover {
  color: #fff;
}

.banchay_box {
  display: block;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  padding: 10px 15px;
  border: 1px solid #ececec;
}

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

.banchay_box div {
  overflow: hidden;
}

.banchay_box img {
  display: block;
  /* transition: all 1s ease-in-out; */
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  border: 1px solid #cacaca;
}

.banchay_box img:hover {
  transform: scale(1.1);
}

.box_title_name {
  text-align: center;
  color: #000;
  text-transform: uppercase;
  padding: 10px;
  align-items: center;
  height: 56px;
  display: flex;
}

.box_title_name h3 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}

.title_desc_buy {
  margin: 0;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  background: #ea2223;
  color: #fff;
  padding: 4px 12px;
  border-radius: 8px;
}

.box_title_desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}

.price_new {
  color: #f50000;
  font-size: 14px;
  font-weight: 500;
}

.price_old {
  font-size: 14px;
  color: #9e9e9e;
  text-decoration: line-through;
}

.percent_desc {
  padding: 10px;
  color: #fff;
  background: #f50000;
}

.item_spnb {
  width: 25%;
  float: left;
}
.item_sp a:hover {
  text-decoration: none;
}
.item_spnb .item_sp {
  margin: 4px;
}

.input-group {
  /* border: 2px solid #b5b5b5 !important;
  height: 64px;
  margin: 0px 7px 0px 0px; */
}

input.soluong {
}

.input-group-addon,
.input-group-btn {
  width: unset !important;
}

.banchay_wrapper {
  /* padding: 20px 0px; */
  padding: 20px;
  background: #fff;
  margin-top: 5px;
  border-radius: 10px;
}

.title_desc_contact {
  padding: 9px 0px;
}

.tintuc_img {
  width: 50%;
}

.tintuc_box {
}

.tintuc_box_img {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tintuc_box_img img {
  width: 100%;
}

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

.tintuc_box_title {
  padding: 10px 0px;
}

.tintuc_box_title h3 {
  margin: 0;
  font-size: 18px;
  color: #fff;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  /* text-align: justify; */
  /* font-weight: 600; */
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  /* height: 58px; */
}

.tintuc_title_line {
  display: block;
  width: 100px;
  height: 1px;
  background: #d1d1d1;
  margin: 10px 0px;
}

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

.tintuc_item_btn {
  margin-top: 20px;
}
/* .doitac_box .slick-prev ,.doitac_box  .slick-next {
  display: none !important;
}
.doitac_box:hover .slick-prev {
  display: block !important;
} */

.doitac_index {
  background: #f6f6f6;
}

.thongtin_wrapper {
}

.thongtin_box {
  display: flex;
  align-items: center;
  gap: 5px;
}

.thongtin_title {
  font-size: 15px;
  color: #940ad4;
  text-transform: uppercase;
}

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

.thongtin_daky_box p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #fff;
  padding-bottom: 10px;
}

.thongtin_dangky_input {
  border: 1px solid #ba0003;
}

.thongtin_dangky_input input#email_nhantin {
  width: 70%;
  height: 30px;
  padding-left: 10px;
  border: none;
  outline: none;
  background: #faf3fd;
  float: left;
  border-radius: unset;
}

.thongtin_dangky_input input#submit_nhantin {
  width: 30%;
  background: #dd2023;
  border: none;
  outline: none;
  height: 30px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  float: right;
}

.thongtin_dangky_sp {
  font-family: "Roboto-Light";
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 6px;
  display: block;
}

.tintuc_bottom {
  /* padding: 20px 0px; */
}

.slick-slide {
  /* padding: 20px 0px; */
}

.tintuc_ngaytao {
  font-size: 13px;
  color: #b3b2b2;
}

.tintuc_time {
  background: #d6d6d6;
  position: relative;
  overflow: hidden;
  height: 20px;
}

.tintuc_time::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  top: 0px;
  left: -50px;
  z-index: 2;
  background: #5f1704;
  overflow: hidden;
  transform-origin: bottom left;
  -ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}

.tintuc_time_line {
  position: absolute;
  left: 5px;
  color: #fff;
  font-size: 12px;
  z-index: 3;
  bottom: 0;
}

.title_desc_contact p {
  margin: 0;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  background: #f50000;
  color: #fff;
  padding: 4px 12px;
  border-radius: 8px;
}

#hotline {
  background: #ff0000;
  color: #fff;
  width: 100%;
  padding: 20px;
  font-size: 25px;
}
#hotline .conten_hotline h3 {
  font-size: 25px;
  text-transform: uppercase;
  text-shadow: #000 -2px 2px 0px, #000 0px 0px 1px, #000 0px 0px 1px,
    #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
  width: 100%;
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
}
div#main_content {
  max-width: 1200px;
  margin: 0px auto;
  padding-top: 20px;
}

div#right {
  width: 100%;
}

.item_doitac {
  /* width: 20%;
  padding: 10px; */
  margin: 0px 5px;
}
.item_doitac img {
  width: 100%;
  height: 90px;
  object-fit: contain;
}

.doitac_wrapper {
  padding: 20px 20px;
  border-radius: 10px;
}
.box_doitac {
  background: #2b3193;
  padding: 25px 0px;
}

.spmoi {
  width: 100%;
  background: #fff;
  padding-bottom: 0px;
}
div.footer_top {
  width: 1200px;
  margin: auto;
  display: inline-block;
}
div.footer_top .map {
  width: 70%;
  float: left;
  padding-right: 30px;
}
div.footer_top .fanpage {
  width: 30%;
  float: left;
}
.tintucindex {
  padding: 20px 0px;
}
div.tieude_giua2 {
  text-align: center;
}
div.tieude_giua2 div {
  vertical-align: top;
  margin: auto;
  line-height: 50px;
  color: #353535;
  font-size: 27px;
  display: inline-block;
  border-bottom: 1px solid #edcd14;
  font-weight: 600;
  text-transform: uppercase;
}
div.tieude_giua2 div img {
  padding-right: 10px;
}
/* div.tieude_giua {
  background: #283891;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 7px 0px;
  position: relative;
  text-align: center;
} */
div.tieude_giua:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0px;
}

div.tieude_giua h3 {
  margin: 0px;
  color: #3e4195;
  background: #fff;
  position: relative;
  z-index: 99;
  padding: 5px 25px 5px 25px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

#visaochonchungtoi {
  padding: 25px 0px;
  margin-top: 15px;
  background-color: #1e1e1e;
}
#visaochonchungtoi .tieude_cs {
  text-align: center;
  font-weight: 600;
  font-size: 34px;
  color: #fff;
  text-transform: uppercase;
  padding: 15px;
}
.tuvanbaogia ul {
  list-style-type: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tuvanbaogia ul li {
  background-color: #ed1c24;
  width: 250px;
  padding: 10px;
  border-radius: 7px;
  margin: 10px;
}
.tuvanbaogia ul li a {
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
}
.tuvanbaogia ul li button {
  padding: 0px 20px;
  color: #fff;
  font-size: 14px;
  background: unset;
  border: unset;
}
.item_visao {
  width: 33%;
  padding: 10px 5px;
}
.item_visao_info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.item_visao_info_stt {
  background: #fff;
  color: #0e72b6;
  font-size: 24px;
  font-weight: 600;
  padding: 0px 10px;
  height: 50px;
  display: flex;
  align-items: flex-end;
}
.item_visao_info_name {
  padding-left: 10px;
}
.item_visao_info_name h3 {
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.item_visao_mota {
  padding: 10px 0px;
  color: #fff;
}

.tt_info {
  padding: 5px;
}
.tt_info h3 {
  color: #fff;
  margin: 0px;
  line-height: 53px;
  font-size: 14px;
  font-weight: 600;
}
.info_cs {
  padding: 5px;
  color: #9ba2a5;
  height: 95px;
}
.info_cs p {
  margin-bottom: 0px;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4 !important;
  overflow: hidden !important;
  text-align: justify;
}
.baner-tieude {
  width: 100%;
  position: relative;
}
.baner-tieude .content-img {
  line-height: 0;
  width: 100%;
}
.baner-tieude .content-img img {
  width: 100%;
}
.baner-tieude .title-cat {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Arial;
  font-size: 30px;
  text-shadow: #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px,
    #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px;
  color: #72c339;
}
.tieude_tour {
  width: 100%;
  padding: 0px 0px;
}
.tieude_tour_index {
  width: 100%;
  font-family: Arial;
  color: #72c339;
  font-size: 25px;
  text-align: center;
}
.tieude_tour_index .tieude_text {
  position: relative;
  display: inline-block;
  padding: 0px 10px;
  height: 60px;
}
.tieude_tour_index .tieude_text:after {
  content: "";
  position: absolute;
  width: 100%;
  background: url("images/bg_tieude.png") center no-repeat;
  height: 25px;
  bottom: -5px;
  left: 0px;
}
.button_visao {
  display: flex;
  background: #17700e;
  border-radius: 7px;
  padding: 10px 15px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 600px;
  margin: auto;
}
.button_visao h3 {
  font-family: "Aptima";
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.button_visao img {
  padding: 0px 10px;
}
.button_visao .vaobu {
  background: #f4a72d;
  padding: 6px;
  display: flex;
  align-items: center;
}
.button_visao:hover a {
  text-decoration: none;
}
.button_visao .vaobu i {
  color: #520404;
  font-size: 20px;
}
.visao_right {
  width: 50%;
  position: relative;
}

.visao_right::before {
  content: "";
  position: absolute;
  left: 3.5%;
  top: 10%;
  background: #003d88;
  width: 2px;
  height: 77%;
  z-index: -9;
}

.item_cs {
  position: relative;
  background: #0009;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 25%;
  justify-content: flex-start;
}
.item_cs h3 {
  width: calc(100% - 80px);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Aptima";
  margin: 0px;
  font-size: 15px;
  line-height: 1.7;
  display: flex;
  align-items: center;
  padding: 5px;
}
.item_cs_stt {
  width: 80px;
  height: 80px;
  background: #17700e;
  font-size: 35px;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.tieude_tour .tieude_text {
  font-size: 25px;
  width: 38%;
  float: left;
  margin-left: 10px;
}
.tieude_tour .fillter_tieude {
  width: 60%;
  float: right;
  padding: 10px;
  display: none;
}
.tieude_tour .fillter_tieude .fill_item {
  display: inline-block;
  width: 31%;
  margin: 0px 0.8%;
}
.tieude_tour .fill_item select {
  height: 25px;
  padding: 0px 5%;
}
.tieude_tour .fillter_tieude .styel_view {
  border: 1px solid #ccc;
  max-width: 80px;
  text-align: center;
  margin: auto;
  padding: 0px 20px;
}
.tieude_tour .styel_view i:hover,
.iactived {
  color: #ff0000;
}
#conten_product {
  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;
  padding-top: 20px;
}
.xtc {
  width: 100%;
  padding: 10px;
  text-align: center;
}
.xtc a {
  text-decoration: none;
  background: #e90000;
  color: #fff;
  padding: 10px 25px;
  border-radius: 20px;
}
.tieude_giua_left {
  vertical-align: top;
  margin: auto;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  text-align: left;
  background: #334c81;
  padding-left: 10px;
}
.tieude_giua_left div i {
  padding-right: 10px;
}
.pulic_page {
  padding: 5px;
  border: 1px solid #cccccc;
}
#fanpage {
  padding: 20px 0px;
}
.logofooter img {
  width: 100%;
  margin-top: 40px;
}
.xemtatca {
  margin: 20px;
  text-align: center;
}
.xemtatca a {
  background: #fff;
  border: 1px solid #3b5eab;
  padding: 5px 25px;
  color: #3b5eab;
  border-radius: 5px;
}
.xemtatca a:hover {
  text-decoration: none;
  color: #fff;
  background: #3b5eab;
  transform: 1s;
}
.box_product {
  flex-direction: row;
  flex-wrap: wrap;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  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;
  align-items: start;
  padding-bottom: 20px;
}

.product_wp {
  flex-direction: row;
  flex-wrap: wrap;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  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;
}

.dot_box {
  display: flex;
  gap: 25px;
  margin-top: 10px;
}

.dot_box span {
  background: #8ec740;
  width: 12px;
  display: block;
  height: 12px;
  border-radius: 50%;
}

.banchay_wrapper_mobi {
  display: none;
}

.name_detail {
  padding-bottom: 10px;
}

.name_detail h3 {
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
.mota_detail {
  padding: 10px 0px;
}

.box_info_right_cart {
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 150px 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.product_order {
  padding-top: 20px;
}
.tieude_giua {
  color: #000;
  font-size: 30px;
  height: 50px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
}
div.item {
  padding: 10px !important;
}

.info_item_sp {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /* border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; */
  padding: 5px;
  background: #fff;
}

.info_sp {
  border-top: none;
  padding: 5px 10px;
  height: 45px;
  background: #fff;
  /* border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; */
}
.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:hover a {
  text-decoration: none;
}
.info_sp h3 a {
  font-size: 15px;
  line-height: 1.3;
  color: #3c3c3c;
  font-weight: 600;
  /* font-family: "Aptima"; */
}
.chungnhan_index {
  background: #283891;
  padding: 30px 0px;
}

.hienthigia {
  color: #171717;
  font-size: 14px;
}
div.item img {
  width: 100%;
  overflow: hidden;
}
div.item .sp_img {
  position: relative;
}
div.item .booking {
}
div.item:hover .booking {
  display: block;
  transition: 0.4s;
}
div.item .booking button {
  background: #3e6d82;
  border: 1px solid #edcd14;
  padding: 5px 15px;
  color: #edcd14;
  border-radius: 7px;
  font-size: 11px;
}
.content-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.content-item .item {
  width: 20%;
}
.imgsanpham {
  position: relative;
}

div.item p {
  margin-bottom: 0px;
}

.info_top p {
  text-align: left;
}
.lienketmobi {
  display: none;
}
/*div.item .sp_img
{
	overflow:hidden;
	margin-bottom:5px;
}
div.item .sp_img a
{
	display:block;
	line-height:0;
}
div.item a img
{
	width:100%;
	height:100%;
}
div.item .sp_name a
{
	text-decoration:none;
	color:#222222;
	font-weight:normal;
	font-size:15px;
	display:block;
	font-family:Tahoma, Geneva, sans-serif;
}
div.item .sp_name a:hover
{
	transition:0.4s;
	color:red;
}
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.item .sp_gia span.motgia
{
	display:block;
	float:none;
}*/
.daily_cua {
  padding-top: 5px;
}
.item .item_img {
  position: relative;
}
.item .item_img img {
  max-width: 100%;
}
.item .item_img .booking {
  position: absolute;
  width: 100%;
  padding: 10px 20px;
  bottom: 0px;
  left: 0px;
  display: none;
}
.item .item_img .quickbooking {
  padding: 10px 10px;
  color: #fff;
  background: #2a2a2a;
  border: none;
  float: right;
  text-decoration: none;
}
.item .item_img .quickbooking:hover {
  background: #ff0000;
}
.item .item_img .quickview {
  padding: 10px;
  color: #fff;
  background: #2a2a2a;
  border: none;
  float: left;
}
.foorter_mobile {
  display: none;
}
.item .item_img button:hover {
  background: #ff0000;
}
.item:hover .booking {
  display: block;
}
.item .item_info {
  width: 100%;
  padding: 10px;
}
.item .item_info .item_name {
  width: 100%;
  padding-bottom: 5px;
  position: relative;
}
.item .item_info .gia {
  width: 100%;
  padding: 0px 0px;
}

.item .item_info .gia_pro {
}
.item .item_info .gia_pro p {
  margin-top: 0px;
}
.item .item_info .gia_pro span {
  font-weight: bold;
  color: #ff0000;
}
.item .item_info a {
  text-decoration: none;
  color: #000;
}
.item .item_info a:hover {
  color: #ff0000;
}
.item-custom {
  width: 31% !important;
}
.item_spm {
  text-align: left;
  background: #fff;
  position: relative;
}
.item_spm .img_pro {
  width: 100%;
}
.item_spm .img_pro img {
  width: 100%;
}
.item_spm .info_pro a {
  text-decoration: none;
  color: #fff;
  text-shadow: #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px,
    #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px;
}
.item_spm .info_pro h3 {
  width: 100%;
  padding: 5px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  text-transform: uppercase;
  font-size: 25px;
}
.item_spm .gia_pro {
  width: 100%;
  padding: 5px 10px;
  background: url("./images/br_sp.png") bottom right no-repeat;
}
.item_spm .gia_pro .diemden {
  float: left;
  width: 60%;
  color: #ccc;
  font-style: italic;
  font-size: 13px;
  height: 100%;
  border-right: 1px solid #ccc;
}
.item_spm .gia_pro .gia {
  float: right;
  width: 40%;
  text-align: center;
  color: #0a89e4;
  font-size: 15px;
}
/* style item_list */
.item_list {
  width: 100%;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
  padding: 5px 0px;
}
.item_list .item_img {
  float: left;
  width: 30%;
  position: relative;
  line-height: 0px;
}
.item_list .item_img img {
  width: 100%;
  border: 1px solid #000;
}
.item_list .item_img .booking {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
.item_list .booking button {
  background: #2a2a2a;
  border: none;
  color: #fff;
  padding: 10px;
  margin-top: 25%;
  display: inline-block;
}
.item_list:hover .booking {
  display: block;
}
.item_list .item_info {
  width: 70%;
  float: right;
  text-align: left;
  padding: 0px 20px;
}
.item_list .item_info a {
  text-decoration: none;
  color: #000;
}
.item_list .item_info a:hover {
  color: #ff0000;
}
.item_list .item_info .diemden {
  color: #ccc;
  font-style: italic;
}
.item_list .item_info .gia_pro {
  margin-top: 20px;
}
.item_list .item_info .gia_pro span {
  padding: 10px 20px;
  background: #ff0000;
  color: #fff;
}
/* thu vien */
.thuvien {
  width: 100%;
  padding: 20px 0px;
}
.thuvien .content-item {
  margin-top: 20px;
}
.thuvien .item-thuvien {
  width: 33.333%;
  padding: 5px;
  float: left;
}
.thuvien .item-thuvien .item-full {
  position: relative;
}
.thuvien .item-thuvien .content-img {
  line-height: 0px;
}
.thuvien .item-thuvien .content-img img {
  width: 100%;
  height: 223px;
}
.thuvien .item-thuvien .name-item {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px 0px;
  padding-left: 30px;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  font-family: Arial;
  background: rgba(0, 0, 0, 0.6);
}
.thuvien .item-thuvien .name-item a {
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}
.thuvien .item-thuvien .name-item a:hover {
  color: #72c339;
}
.thuvien .item-big {
  width: 66.6666%;
}
.thuvien .item-big img {
  height: 223px;
}
/* thu vien */
.tintuc {
  width: 100%;
}
.tintuc .conttent-item {
  margin-top: 20px;
}
.tintuc .item-tintuc {
  width: 90%;
  margin: 10px 5%;
  font-family: Arial;
  color: #000;
  font-size: 16px;
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#toptop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 99999;
}
#toptop i {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background-color: #005aab;
  font-size: 20px;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #2af9e2;
}
.tintuc .item-tintuc .content-img {
  position: relative;
  line-height: 0px;
}
.tintuc .item-tintuc .content-img .phu-img {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(114, 195, 57, 0.5);

  display: none;
}
.tintuc .item-tintuc .content-img .phu-img i {
  color: #fff;
  font-size: 20px;
}
.tintuc .item-tintuc:hover .content-img .phu-img {
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.tintuc .item-tintuc img {
  width: 100%;
}
.tintuc .item-tintuc .item-name {
  text-align: left;
  min-height: 60px;
}
.tintuc .item-tintuc .item-name a {
  text-decoration: none;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tintuc .item-tintuc .item-desc {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  font-size: 15px;
  line-height: 1.5em;
  font-family: Arial;
  height: 112px;
}
.tintuc .item-tintuc:hover .item-name a {
  color: #ab0006;
}
.tintuc .item-tintuc:hover {
  border-bottom: 2px solid #573514;
}

.loadmore {
  width: 100%;
  padding: 10px 0px;
  text-align: center;
}
.loadmore i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eeeeee;
  font-size: 18px;
  line-height: 40px;
  border: 1px solid #ccc;
}
.loadmore i:hover {
  transform: rotate(360deg);
  transition: 2s;
}
.box_show {
  width: 30%;
  min-width: 300px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: none;
  position: fixed;
  top: 80px;
  left: 35%;
  z-index: 9999999;
}
.box_show .box_close {
  width: 100%;
  border-top: 1px solid #328e00;
  padding: 10px;
  text-align: right;
}
.box_show .box_close button {
  background: #2a2a2a;
  color: #fff;
  padding: 5px 10px;
  border: none;
}
.box_show .box_close button:hover {
  background: #ff0000;
}
.item_box {
  width: 90% !important;
  margin: 10px 5% !important;
}
.item_box .booking {
  display: none !important;
}

.box_item_giohang {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.img_item_giohang {
  max-width: 135px;
  padding: 15px;
}

.img_item_giohang img {
  border-radius: 8px;
}

.box_item_giohang_info h3 {
  margin: 0;
  padding-bottom: 10px;
}

.box_item_giohang_info h3 a {
  font-size: 16px;
  color: #8ec740;
  line-height: 20px;
  font-weight: 550;
  font-family: "Roboto";
}

.box_info_right_cart__number__tittle {
  color: #808080;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
  padding-bottom: 10px;
}

.box_body {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  display: none;
}
.box_show_booking {
  width: 30%;
  position: fixed;
  left: 35%;
  z-index: 999999999;
  top: 20px;
  background: #fff;
  display: none;
  border-radius: 5px;
}
#box_conten_booking .info_top {
  display: none;
}

.box_show_booking .option {
  width: 100%;
  padding: 10px 5%;
  /* background: #e9e8e8; */
  /* border-radius: 5px; */
  border-top: 2px solid #8ec740;
}
.box_show_booking .box_close button {
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
  top: -15px;
  right: -15px;
  border: none;
  background: #8ec740;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.box_show_booking .option .frm_option {
  width: 100%;
  display: inline-block;
  padding: 10px 0px;
}
.box_show_booking .frm_option input[type="date"],
.box_show_booking .frm_option input[type="number"] {
  width: 100%;
  height: 30px;
}
.box_show_booking .frm_option button {
  height: 35px;
  padding: 0px 20px;
  width: 100%;
  text-align: center;
  background: #8ec740;
  color: #fff;
  border: none;
  border-radius: 5px;
}
.box_productsp {
  padding: 25px 0px;
  padding-top: 47px;
}
.box_show_booking .frm_option button:hover {
  background: #7cad39;
}
div#wap_footer {
  width: 100%;
  background: #000;
  border-top: 1px solid #fff;
}

.footer_left {
  text-align: center;
}

.footerTitle h3 {
  font-size: 20px;
  color: #fff;
  font-family: "Roboto-Medium";
  text-align: start;
}

.footer_cricle {
  display: flex;
  gap: 25px;
  margin-top: 10px;
  justify-content: center;
}

.footer_cricle span {
  background: #ffffff;
  width: 12px;
  display: block;
  height: 12px;
  border-radius: 50%;
}

/* modal */

.modal-content {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
}

.modal-body {
  position: relative;
  background: url(./images/bodyform.png) repeat-y center center / 100% auto;
  padding: 1rem 3rem !important;
  margin: 3rem 0 !important;
}

.modal-body::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  left: 0;
  bottom: 99%;
  background: url(./images/topform.png) no-repeat bottom center / 100% auto;
}

.modal-body::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  left: 0;
  top: 99%;
  background: url(./images/bottomform.png) no-repeat top center / 100% auto;
}

.subscribe-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

h3.modal-title2 {
  font-size: 36px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 550;
  margin-bottom: 40px;
}

p.modal_intro {
  font-size: 14px;
  color: red;
}

.input_couple {
  display: flex;
  gap: 20px;
  padding: 5px 0px;
}

.item_input {
  width: 50%;
}

.item_input label {
  color: #666666;
  font-weight: 400;
}

.item_input input {
  width: 100%;
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0px;
}

.dks button {
  border: 1px solid #333333;
  background: transparent;
  color: #333333;
  border-radius: 0;
  min-width: 150px;
  font-size: 13px;
  padding: 8px;
  font-weight: 600;
  width: 100%;
}

.dks button:hover {
  background: #333333;
  color: #ffffff;
  border: 1px solid #333333;
}

/* end-modal */

/* datban */
.bookatable {
  position: relative;
  background: #1c1c20;
  width: 100%;
  padding: 60px 0px;
}

.bookatable::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1c1c20 url("./images/bak_booking.png") no-repeat center center /
    cover;
}

.box_form_booking {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: flex-end !important;
}

.box_form_booking_bk {
  position: relative;
  background: url("./images/bodyform.png") repeat-y center center / 100% auto;
  padding: 1rem 3rem;
  margin: 3rem 0;
}

.box_form_booking_bk::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  left: 0;
  bottom: 99%;
  background: url("./images/topform.png") no-repeat bottom center / 100% auto;
}

.box_form_booking_bk::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  left: 0;
  top: 99%;
  background: url("./images/bottomform.png") no-repeat top center / 100% auto;
}

.sesiton_title h3 {
  font-size: 36px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 550;
  margin-bottom: 40px;
}

.sesiton_title p {
  color: red;
}

.sesiton_form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.input_couple {
  display: flex;
  gap: 20px;
}

.item_input {
  width: 50%;
}

.item_input label {
  color: #666666;
}

.sesiton_form form input {
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0px;
}

button#send {
  border: 1px solid #333333;
  background: transparent;
  color: #333333;
  border-radius: 0;
  min-width: 150px;
  font-size: 13px;
  padding: 8px;
  font-weight: 600;
  outline: none;
}

button#send:hover {
  border: 1px solid #333333;
  background: #333333;
  color: #ffffff;
}
/* end datban */

.sanpham_bottom {
  padding-top: 15px;
}
.product_wp_img {
  background-image: url("./images/pd_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.box_content_pad {
  /* padding: 25px 0px; */
  padding-top: 47px;
}
.product_item_img a {
  width: 100px;
  height: 100px;
  position: relative;
  border: 1px solid black;
}

.product_item_img a:after {
  background-color: var(--product-img);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.footer_connect h3 {
  font-family: "Roboto-Medium";
  color: #fff;
  font-size: 20px;
}

.connect_img_top a img {
  width: 100%;
}

.connect_img_top {
  display: flex;
  gap: 5px;
}

.connect_img_bottom {
  padding-top: 5px;
}

.footer_box {
  /* grid-column-gap: 25px;
  grid-row-gap: 15px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 25% 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  position: relative; */
}

.footer_item.footer_itemimg {
  margin: auto 0;
}

.footer_item h3 {
  font-size: 24px;
  margin: 10px 0px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  border-left: 3px solid;
  border-color: rgba(32, 211, 236, 1);
  /* border-image-slice: 1; */
  /* border-width: 3px; */
  /* border-image-source: linear-gradient(
    to bottom,
    rgba(32, 211, 236, 1) 0%,
    rgba(122, 244, 175, 1) 76%
  ); */
  padding-left: 10px;
  /* border-right: unset !important; */
  /* border-top: unset !important; */
  /* border-bottom: unset !important; */
}

input#email_nhantin {
  height: 40px;
  padding-left: 10px;
  border: none;
  outline: none;
  background: #dbdbdb;
  border-radius: 10px 0px 0px 10px;
}

button#submit_nhantin {
  height: 40px;
  width: 60px;
  float: right;
  background: #0083d4;
  outline: none;
  border: none;
  border-radius: 0px 10px 10px 0px;
}

.footer_item span {
  display: block;
  width: 59px;
  height: 2px;
  background: #fff;
}

.footer_item h4 {
  font-size: 16px;
  color: #fff;
}

.footer_item ul {
  list-style: none;
  margin: 0;
}

.footer_item ul li {
  font-size: 14px;
  color: #fff;
  margin: 10px 0px;
}
.footer_item ul li i {
  padding-right: 5px;
}
.footer_item ul li a {
  color: #fff;
}

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

.footer_item_top {
  display: flex;
  gap: 20px;
}

.footer_item_top_left {
  width: 50%;
}

.footer_item_top_rigth {
  width: 50%;
}

.box_footer {
  width: 100%;
}

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

.footer_socials {
  grid-column: 2 / 3;
}

.footer_title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto-Medium";
}

span.footer_line {
  width: 80px;
  display: block;
  height: 1px;
  background: #fff;
}

.footer_desc ul {
  list-style: none;
  margin: 0px;
  padding-top: 10px;
}

.footer_desc ul li {
  padding: 5px 0px;
  color: #fff;
  font-family: "Roboto-Light";
  font-size: 14px;
}

.footer_desc ul li i {
  padding-right: 8px;
  font-size: 16px;
}

.footer_desc ul li a {
  color: #fff;
  font-family: "Roboto-Light";
  font-size: 14px;
  text-transform: uppercase;
}

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

.footer_desc ul li a i {
  padding-right: 8px;
  font-size: 16px;
}

.footer_box_title {
  color: #000;
}

.footer_box_title_name {
  font-size: 14px;
  padding: 5px 0px;
}
.footer_box_title_name a {
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
}

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

.footer_dm ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer_dm ul li {
  width: 50%;
}

.footer_star {
  padding-top: 5px;
}

.star_box i {
  color: #fdd835;
}

.star_desc {
  display: flex;
  gap: 10px;
}

.star_desc span {
  font-size: 14px;
  font-family: "Roboto_Light";
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  line-height: 1.5;
}

.star_desc span::before {
  content: "";
  width: 5px;
  height: 5px;
  display: flex;
  background: #fdd835;
  border-radius: 50%;
}

.btn_phone {
  display: flex;
}
.btn_phone a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #ea2223;
  padding: 6px 25px;
  border-radius: 10px;
}
.btn_phone a:hover {
  color: #fff;
  text-decoration: none;
}

.box_f_al img {
  padding-bottom: 20px;
}
.title_ff h3 {
  margin: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  border-left: 2px solid #fff;
  padding-left: 10px;
}
.content_f {
  padding: 15px 0px;
}
.content_f ul {
  list-style-type: none;
}
.content_f ul li {
  line-height: 30px;
  color: #373435;
  font-size: 14px;
}
.content_f ul li a {
  color: #fff;
}
.content_f ul li a {
  color: #fff;
}
.content_f ul li a:hover {
  text-decoration: none;
  color: #edcd14;
}
.footer_bottom {
  width: 75%;
  margin: auto;
  text-align: center;
}
.footer_bottom h3 {
  font-size: 28px;
  color: #fff;
  text-align: center;
  display: inline-block;
  position: relative;
}
.footer_bottom h3:before {
  content: "";
  width: 100px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 43%;
  left: -80%;
}
.footer_bottom h3:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 43%;
  right: -80%;
}
.footer_bottom h4 {
  font-size: 26px;
  color: #edcd14;
  font-weight: 600;
  text-transform: uppercase;
}
.footer_bottom p {
  font-size: 18px;
  color: #edcd14;
  font-weight: 600;
}
.footer_bottom h6 {
  font-size: 15px;
  color: #fff;
}
.copyright {
  border-top: 1px solid #fff;
}
div#footer {
  margin: auto;
  padding: 25px 0px 0px;
}

.sanpham_top {
  text-align: center;
}

.sanpham_top h3 {
  font-size: 40px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.sanpham_line {
  background-image: url("./images/line_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 11px;
  width: 156px;
  margin: 0 auto;
}

.sanpham_desc {
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  padding: 20px 0px;
}

.sanpham_index {
  padding: 50px 0px;
  background: #025ea6;
}

.sanpham_box {
  flex-direction: row;
  flex-wrap: wrap;
  grid-column-gap: 130px;
  /* 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;
  position: relative;
}

.sanpham_box::after {
  position: absolute;
  content: "";
  background-image: url(./images/x_pd.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 46px;
  height: 60px;
  top: 32px;
  left: 334px;
}

.sanpham_box::before {
  position: absolute;
  content: "";
  background-image: url(./images/x_pd.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 46px;
  height: 60px;
  top: 32px;
  right: 333px;
}

.sanpham_item {
  text-align: center;
  border: 1px solid #0bcbfb;
  padding: 10px;
  position: relative;
}

.sanpham_item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f00;
  transform: rotate(135deg);
  top: -4px;
  left: -14px;
}

.sanpham_item img {
  width: 55px;
  height: 60px;
}

.sanpham_title h3 {
  margin: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-size: 400;
}

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

.title_a.tile h3 {
  text-align: left;
}
.item_news_info {
  padding: 15px;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 36%);
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.dichvu_box {
  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;
  position: relative;
}

.nav-tabs {
  display: flex !important;
  /* justify-content: center !important; */
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  border-bottom: none !important;
  margin-top: 10px;
  margin-bottom: 15px !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #fff !important;
  background: #bd0003 !important;
  border: none !important;
  border-radius: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}

.nav-tabs > li > a {
  border-radius: 10px !important;
  border: 1px solid #bd0003 !important;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}

a.product_boxx {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  /* margin: 10px 0px; */
  display: block;
}

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

.product_namr {
  text-align: center;
  color: #000;
  /* text-transform: uppercase; */
  padding: 10px;
  align-items: center;
  height: 56px;
  display: flex;
}

.product_namr h3 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 550;
  margin: 0;
  line-height: 1.4;
}

div#footer .col-3 {
  width: 33.3%;
  float: left;
  padding-top: 15px;
}
div#footer .col-3 ul {
  list-style-type: none;
}
.content_f ul li i {
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 6px 8px;
  background: #fff;
  margin-right: 5px;
}
div#footer .col-3 ul li {
  color: #fff;
  padding-top: 5px;
}
div#footer .col-3 ul li i {
  padding-right: 5px;
}
div#footer .col-3 .tieude_f {
  font-size: 22px;
  color: #fff;
  padding-bottom: 15px;
  font-weight: 600;
}
div#footer .col-3 a {
  color: #fff;
  text-decoration: none;
}

.footer_item_bottom {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer_item_bottom_left {
  font-size: 18px;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

.footer_item_bottom_left i {
  font-size: 18px;
  padding-left: 10px;
}

.footer_item_bottom_right ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

.footer_item_bottom_right ul li a {
  width: 40px;
  display: block;
  height: 40px;
  padding: 12px;
  border-radius: 50%;
  background: #fff;
  color: #5d2813;
}

.footer_item_bottom_right ul li a:hover {
  color: #5d2813;
  text-decoration: none;
}

.footer_item_bottom_right ul li a i {
  font-size: 18px;
  padding-right: 0px;
}

div#footer .content-footer {
  width: 100%;
  padding: 5px;
}
div#footer .content-footer .footer-item-left,
div#footer .content-footer .footer-item-right {
  width: 30%;
  float: left;
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer-item-left .f-title,
.footer-item-right .f-title {
  font-family: UTM-Amherst;
  font-size: 30px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.footer-item-left .f-title:after {
  position: absolute;
  content: "";
  width: 40%;
  left: 30%;
  height: 3px;
  background: #000;
  bottom: -5px;
}
.footer-item-right .f-title:after {
  position: absolute;
  content: "";
  width: 40%;
  left: 30%;
  height: 3px;
  background: #000;
  bottom: -5px;
}
div#footer .content-footer .footer-item-center {
  width: 40%;
  float: left;
  margin-top: 30px;
  text-align: center;
}
.content-footer .footer-item-center .name-co-f {
  font-family: Arial;
  font-size: 25px;
  text-transform: lowercase;
  color: #000;
}
.content-footer .footer-item-center .copy-write {
  padding: 10px;
}
.content-footer .footer-item-center .copy-write a {
  text-decoration: none;
  color: #000;
}
div#footer .content-footer .footer-item-right {
  text-align: center;
}
div#footer .content-footer .footer-item-right .phone-f,
div#footer .content-footer .footer-item-right .website {
  color: #000;
  font-size: 22px;
  font-family: Arial;
}
div#footer .content-footer .footer-item-right .phone-f {
  font-weight: bold;
}
div#footer .content-footer .footer-item-right .phone-f i {
  font-size: 28px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background: rgb(67, 68, 68) !important;
}

.footer_wp {
  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: 35% 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

div.copyright {
  width: 100%;
  margin: auto;
  padding: 10px 0px;
  text-align: center;
  color: #fff;
  background: #8ec740;
}
div.copyright #copy {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: "Roboto-Light";
}
div.copyright .copy_bank {
  display: inline-block;
  float: right;
}
div#lienket a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 0px 2px;
  background: none;
  transition: 1s;
  border-radius: 50%;
  border: 1px solid #fff;
}
div#lienket a:hover {
  transition: 1s;
  transform: rotate(360deg);
}

/* .fb
{
    color: #0000ff!important;
    border: 1px solid;
}
.tf 
{
    color: #02afff!important;
    border: 1px solid;
}
.yt 
{
    color: #ff0000!important;
    border: 1px solid;
}
.gg 
{
    color: #02afff!important;
    border: 1px solid;
} */

.lienhe_qc {
  width: 1200px;
  margin: auto;
}
.quangcao img {
  width: 100%;
}
/* --------------------- 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;
}

.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;
}

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

.product_info {
  float: right;
  list-style: none;
  width: 48%;
}
.chitietgoi {
  margin-bottom: 10px;
  border-radius: 4px !important;
  background-color: #5f1704 !important;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  padding: 10px 3px;
}
.chitietgoi a {
  color: #fff;
  font-size: 14px;
}
.chatfacecbook {
  margin-bottom: 10px;
  border-radius: 4px !important;
  background-color: #ea2223 !important;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  padding: 10px 3px;
}

.tintuc_index {
  padding: 20px 0px;
}

.chatfacecbook a {
  color: #fff;
  font-size: 14px;
}
.chatfacecbook:hover a,
.chitietgoi:hover a {
  color: #fff;
  text-decoration: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none !important;
}
/* button.dathang {
  transition: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 64px;
  position: relative;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0 15px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  flex: 1;
  margin: 0;
  white-space: nowrap;
  border: unset;
  height: 64px;
} */

.chitietsp {
  padding: 10px 0px;
}

.fixed-btn img {
  width: 35px;
}

.item_desc_price {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

button.dathang {
  outline: none;
  padding: 13px;
  width: 15px;
  height: 15px;
  border: none;
  color: #fff;
  font-family: "Roboto-Light";
  background: #8ec740;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/* 
button.dathang:hover {
  background: #5f1704;
  color: #fff;
}  */

.input-group-btn button.btn-left {
  line-height: 24px;
  border: none;
  width: 38px;
  height: 35px;
  border: 1px solid #e5e5e5;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: none;
  outline: none !important;
}

.input-group-btn button.btn-right {
  line-height: 24px;
  border: none;
  width: 38px;
  height: 35px;
  border: 1px solid #e5e5e5;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-left: none;
  outline: none !important;
}

.product_info ul {
  list-style-type: none;
}
.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;
}
.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: #334c81;
  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;
}
.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 {
  background: #fff;
  font-weight: 600;
  height: 35px;
  padding: 0;
  text-align: center;
  width: 70px;
  border: 1px solid #e5e5e5;
  /* border-left: none;
  border-right: none; */
  border-radius: 1px;
  float: left;
  font-size: 15px;
  -webkit-appearance: none;
}

input.ngaydi {
  width: 200px;
  border: 1px solid #c7c6c6;
  padding: 2px 0px;
  text-align: left;
  font-size: 15px;
  margin-right: 5px;
}
input.ngaydi2 {
  width: 120px;
  border: 1px solid #c7c6c6;
  padding: 2px 0px;
  text-align: left;
  font-size: 15px;
  margin-right: 5px;
}
table#giohang input {
  margin: 5px 0px;
}
table#giohang input.btn,
.click_ajax {
  background: #940ad4;
  color: #ffffff;
  padding: 7px 15px;
  border: none;
  cursor: pointer;
  margin: 0px 1px;
  border-radius: 3px;
}

.btn-style-phone {
  transition: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 64px;
  position: relative;
  background: transparent;
  color: #940ad4;
  text-align: center;
  width: 100%;
  /* padding: 0 15px; */
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  flex: 1;
  margin: 0;
  white-space: nowrap;
  border: unset;
  height: 64px;
}

.btn-style-phone a {
  display: block;
  color: #940ad4;
  text-decoration: none;
  font-size: 20px;
}

.btn-style-phone a:hover {
  color: #940ad4;
  text-decoration: none;
}

.btn-style-phone i {
  padding-right: 10px;
}

.priceAll {
  display: flex;
  align-items: center;
  gap: 10px;
}

span.giasp {
  color: #ea2223;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0px;
}

span.giacu {
  font-size: 15px;
  color: #282828;
  text-decoration: line-through;
}

.title_share {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}

.title_share p {
  padding-left: 15px;
  color: #3c3c3c69;
  /* font-family: var(--font-family); */
  margin-bottom: 0px;
}

ul.social_list {
  display: flex;
  /* justify-content: center; */
  margin: 0;
  gap: 20px;
  padding: 10px 0;
  list-style: none;
  text-align: center;
  width: 100%;
}

.social_list li {
  display: block;
  margin: 0;
  padding: 3px 0;
}

.social_list li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  text-decoration: none;
  border-radius: 100%;
  border: 1px solid #ececec;
  text-align: center;
  color: #ea2223;
  border: 1px solid #ea2223;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.box_danhmuc_list ul {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
}

.box_danhmuc_list ul::-webkit-scrollbar {
  background: #fff;
  width: 5px;
  height: 5px;
}

.hienmobile {
  display: none;
}

.anmobile {
  display: block;
}

.hienmenu {
  display: none;
}

.anmenu {
  display: block;
}

.social_list li a:hover {
  background: #ea2223;
  color: #fff;
}

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;
}
.logomobile {
  display: none;
}
table#tt span {
  color: red;
}
.productlist_mobi {
  display: none;
}
@-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);
  }
}

.tieude_doitac {
  position: relative;
  display: inline-block;
  padding: 0px 10px;
  height: 60px;
  margin-bottom: 10px;
}
.tieude_doitac:after {
  content: "";
  position: absolute;
  width: 100%;
  background: url(images/bg_tieude.png) center no-repeat;
  height: 25px;
  bottom: -5px;
  left: 0px;
}
.tintuc {
  display: inline-block;
}
.tintuc .wap_item .news_noibat {
  width: 50%;
  float: left;
  padding-right: 30px;
}
.tintuc .wap_item .news_phai {
  width: 50%;
  float: left;
  background: #f7f7f7;
  padding: 10px 15px;
}
.tintuc .wap_item .news_noibat img {
  width: 100%;
  height: 200px;
}
.tintuc .wap_item .news_noibat h4 {
  padding: 5px 0px;
  font-size: 15px;
  color: #2e3b8f;
  text-align: left;
}
.tintuc .wap_item .news_noibat h4 a {
  text-decoration: none;
  text-align: left;
  color: #0082c6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 14px;
}
.tintuc .wap_item .news_noibat .mota .tomtat {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-align: left;
}
.tintuc .wap_item .news_noibat p {
  color: #8a8383;
}
.tintuc .wap_item .news_noibat p i {
  padding-right: 8px;
}
.tintuc .wap_item .news_phai ul {
  list-style-type: none;
}
.tintuc .wap_item .news_phai ul li {
  padding: 5px 0px;
}
.tintuc .wap_item .news_phai ul li:first-child {
  padding-top: 0px !important;
}
.tintuc .wap_item .news_phai ul li img {
  float: left;
  width: 20%;
  padding-right: 10px;
}
.tintuc .wap_item .news_phai ul li h4 {
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 14px;
}
/*.tintuc .wap_item .news_phai ul li p {
    float: left;
    width: 78%;
} */
.tintuc .wap_item .news_phai .news_nb_item ul li {
  line-height: 3;
}
.tintuc .wap_item .news_phai .news_nb_item ul li:hover a {
  color: #0082c6;
}
.tintuc .wap_item .news_phai .news_nb_item ul li a {
  background: url(./images/i_tinkhac.png) left 7px no-repeat;
  padding: 3px 5px 3px 18px;
  text-decoration: none;
  color: #000;
}
.danhmuc_mobi {
  display: none;
}
@media (max-width: 1600px) {
  header {
    width: 300px;
  }
  header .icon-search-home img {
    width: 25px;
  }
  header .lang a {
    line-height: 25px;
    font-size: 12px;
    margin-top: -1px;
    display: inherit;
  }
  header .lang {
    top: 190px;
    left: -36px;
    width: 26px;
    height: 26px;
  }
  header .icon-search-home {
    top: 130px;
    left: -36px;
  }
  header.goOut {
    right: -300px;
  }
}
@media (max-width: 1366px) {
  section.about-home {
    padding: 144px 0;
  }
  header {
    .button-menu {
      width: 50px;
      height: 50px;
      left: -50px;
      top: 53px;
    }
    .menu-primary ul li {
      padding: 2px 0;
      a {
        width: 88px;
        height: 88px;
        padding-top: 12px;
        span {
          font-size: 11.5px;
          margin-top: 9px;
        }
      }
    }
  }
  section.service-home {
    padding-top: 30px;
    .title-primary {
      padding-bottom: 11px;
    }
  }
}
@media (max-width: 1199px) {
  header.goOut {
    right: 0;
  }
  header {
    height: 100vh !important;
    z-index: 999;
    right: -300px;
  }
  header .button-menu {
    background-size: 60%;
    width: 40px;
    height: 40px;
    left: -40px;
    top: 0px;
  }
  header .icon-search-home {
    top: 70px;
  }
  header .lang {
    top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  div.menu ul li a {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 960px) {
  .box_menu {
    display: none;
  }

  .box_logo_header_left {
    display: none;
  }

  .box_logo_header_right {
    padding: 0;
  }

  .menu_wp {
    padding: 0;
  }

  .box_logo_menu_left {
    display: none;
  }

  .index_left.anindex {
    display: none;
  }

  .index_right {
    width: 100%;
  }

  .hienmenu {
    display: block;
  }

  .hienmenu {
    display: none;
  }

  .header_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer_item.footer_itemimg {
    text-align: center;
  }
  .logo img {
    position: unset;
  }
  div.menu {
    padding: 0px;
  }

  .box_footer_wrapper {
    flex-direction: column;
  }

  .thongtin_wrapper {
    flex-wrap: wrap;
    gap: 15px;
  }

  .anmenu {
    display: none !important;
  }

  div.header {
    height: auto;
    display: block;
    background: #000 !important;
    width: 100%;
    height: 65px !important;
    line-height: 65px;
    text-decoration: none;
    color: #fff !important;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    margin: auto;
    z-index: 9;
  }
  .header a.hien_menu {
    width: auto !important;
    text-align: center !important;
    float: right !important;
    right: 0 !important;
    top: 2px !important;
    color: #0083d4 !important;
  }

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

  .box_footer_two {
    flex-direction: column;
  }

  .footer_socials {
    grid-column: unset;
  }
  nav#menu {
    display: none;
  }

  div#main_content {
    width: 100%;
  }
  div#footer {
    width: 100%;
  }
  div#slider {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  .spnoibatnhat {
    display: none;
  }
  .box_title_desc {
    justify-content: space-around;
  }
  .banchay_wp {
    grid-template-columns: 1fr 1fr;
  }

  .quytrinh_content {
    gap: 10px;
  }

  .quytrinh_wp {
    /* grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr; */
  }

  .gioithieu_left_quytrinh {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  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;
  }

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

@media screen and (max-width: 912px) {
  #myCarousel .item img {
    height: auto !important;
  }

  .gioithieu_left {
    width: 100%;
  }

  .dichvu_title.gioithieu_title h3 {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}

@media screen and (max-width: 820px) {
  .gioithieu_left {
    width: 100%;
  }

  .dichvu_title.gioithieu_title h3 {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  div.tt_lh {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .hienmobile {
    display: block;
  }

  .anmobile {
    display: none !important;
  }
  .box_logo_menu .container {
    padding: 0px 5px !important;
  }
  .box_menu_right_top,
  .box_menu_right_bottom {
    display: none;
  }
  .box_product_flex {
    /* display: flex;
    flex-direction: column-reverse; */
  }
  .content_news_list_duan {
    grid-template-columns: 1fr;
  }
  .box_doitac_list {
    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: 35px 0px;
    grid-row-gap: 15px;
  }

  .newProduct {
    flex-direction: column;
  }

  .newProductLeft {
    width: 100%;
  }

  .newProductLeft img {
    height: unset;
  }

  .newProductRight {
    width: 100%;
  }

  .gioithieu {
    background-size: cover;
    background-position: left;
  }

  .box_product {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .title_index_b h3 {
    font-size: 30px;
  }

  .tintuc_wp {
    flex-direction: column;
  }

  .tintuc_top {
    width: 100%;
  }

  .tintuc_bottom {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }

  .tintuc_top h3 {
    font-size: 20px;
  }

  .danhmuc_slider,
  .danhmuc_bottom_wp {
    grid-template-columns: 1fr 1fr;
  }

  .title_index .title_index_intro {
    font-size: 14px;
  }
  .danhmuc_slider {
    margin-bottom: 20px;
  }
  .tintuc_wp {
    margin-bottom: 20px;
  }

  .border_info_intro {
    display: none;
  }
  .box_footer_wrapper {
    padding-bottom: 20px;
  }
  .item_d_info h3 a {
    font-size: 14px;
  }
  .box_info_intro {
    font-size: 12px;
  }
  .duan_wp .title_index h3 {
    color: #0083d4;
  }
  .duan_wp .title_index_intro {
    color: #0083d4;
  }
  .gioithieu_wrapper {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
  .footer_box {
    grid-template-columns: 1fr;
  }
  .box_catalogue_list {
    grid-template-columns: 1fr 1fr;
  }
  .catalogue_item_info h3 {
    font-size: 20px;
  }
  .box_content_gt_detail {
    display: flex;
    flex-direction: column;
  }
  .content_news_list {
    grid-template-columns: 1fr 1fr;
  }
  .item_news_info_name h3 {
    font-size: 14px;
  }

  .gioithieu_left {
    width: 100%;
  }

  .dichvu_title.gioithieu_title h3 {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .pd_item {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 700px) {
  .header_logo .logo {
    /* display: none; */
  }
  .sanpham_box::before {
    display: none;
  }
  .sanpham_box {
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .doitac_left {
    width: 100%;
  }
  .doitac_right {
    width: 100%;
  }
  .doitac_wp {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .hoptac_index {
    padding: 25px 0px;
  }
  .dichvu_box {
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .sanpham_box::after {
    display: none;
  }
  .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;
    text-align: center;
    margin: 0;
  }

  .dichvu_title h3 {
    font-size: 20px;
  }

  .gioithieu_left {
    width: 100%;
  }

  .lh_chitiet .col-md-12 {
    padding-left: 15px;
  }

  .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;
  }

  .product_right {
    width: 100%;
  }

  .quytrinh_desc {
    height: 40px;
    display: flex;
    align-items: center;
  }

  .logomobile ul li {
    color: #17700e;
    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;
  }
  div#wap_footer {
    padding: 15px 0px 0px;
  }
  .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;
  }

  .title_a h3 {
    font-size: 20px;
  }

  .zoom_slick {
    width: 100%;
    float: none;
  }

  .title_a.tile::after {
    margin: 0 auto;
  }

  .product_info {
    float: none;
    width: 100%;
  }

  .lh_chitiet {
    justify-content: center;
  }

  .chitietgoi {
    padding: 10px !important;
  }

  /* .button.dathang {
    padding: 10px 10px !important;
  } */

  .lSSlideOuter .lSPager.lSGallery img {
    width: 100% !important;
    height: 70px !important;
    object-fit: cover;
  }
  .box_meta_single_content {
    flex-direction: column;
    border-left: 0;
    border-bottom: 1px solid #f3f3f3;
  }
  .giasp {
    text-align: center;
  }
  .box_product_list {
    grid-template-columns: 1fr 1fr;
  }
  #conten_product {
    grid-template-columns: 1fr 1fr;
  }
  .title_index h3 {
    font-size: 25px;
  }
  .box_bosuutap {
    grid-template-columns: 1fr 1fr;
  }
  .datsp {
    display: flex;
    justify-content: center;
  }
  .product_detail_nd .nav-tabs {
    gap: 5px !important;
  }
}
@media screen and (max-width: 603px) {
  .box_footer_all {
    grid-template-columns: 1fr;
  }
  .gioithieu_right h3 {
    font-size: 30px;
  }
  .gioithieu_linebg {
    width: 280px;
  }
  .logo img {
    height: 50px;
    width: 100%;
    padding-left: 5px;
  }

  .box_content_ct {
    padding: 25px 0px;
  }

  .box_productsp {
    padding: 25px 0px;
  }

  .box_content_pad {
    padding: 25px 0px;
  }

  .price_list_bottom {
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .visao_bottom {
    flex-direction: column-reverse;
  }

  .visao_right::before {
    display: none;
  }

  .visao_right,
  .visao_left {
    width: 100%;
  }

  .subscription_box {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

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

  .box_danhmuc_btn {
    margin-top: 10px;
  }
  .title_menu h1 {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .product_spp {
    grid-template-columns: 1fr 1fr;
  }
  .title_menu h2 {
    font-size: 11px;
  }
  #conten_product .item {
    width: 50%;
  }
  .mee {
    padding: 0px !important;
  }
  div.header {
    height: 65px;
    line-height: 65px;
  }

  .menu_top {
    height: 70px;
  }
  .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;
  }

  div#slider {
    margin-top: 0px;
  }

  .quytrinh {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .quytrinh_wp {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .quytrinh_content {
    gap: 10px;
  }

  .duan_box_title h3 {
    font-size: 15px;
  }

  .tintuc_box_title h3 {
    font-size: 15px;
  }

  .tintuc_button {
    margin-bottom: 15px;
  }

  .bao_gia_left {
    display: none;
  }

  .bao_gia_right {
    width: 100%;
  }

  .dichvu_title.gioithieu_title h3 {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .dichvu_title h3 {
    font-size: 20px;
  }

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

  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
    font-size: 10px;
    font-weight: 600;
  }

  .nav-tabs > li > a {
    font-size: 9px;
    font-weight: 600;
  }

  .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;
  }

  .footer_box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .sanpham_top h3 {
    font-size: 30px;
  }
  .footer_item_top {
    flex-direction: column;
  }

  .footer_item_bottom {
    gap: unset;
    flex-direction: column;
    align-items: start;
  }

  .gioithieu_left {
    width: 100%;
  }

  .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;
  }

  .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;
  }

  #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;
  }
  .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%;
  }

  .doitac_wrapper {
    padding: 0px;
    padding-bottom: 15px;
  }

  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%;
  }
  .doitac_left {
    padding-right: 0px;
    border-right: unset;
  }
  h3.quytrinh_name {
    font-size: 30px;
  }
  .duan_top h3 {
    font-size: 30px;
  }

  .doitac_left h3 {
    font-size: 30px;
    text-align: left;
    margin: 0px;
  }

  .doitac_item {
    padding: 10px !important;
  }
}
@media screen and (max-width: 460px) {
  .product_detail_nd .nav-tabs {
    gap: 2px !important;
  }
  .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%;
  }
  .title_index h3 {
    font-size: 20px;
  }

  .title_rr span {
    font-size: 16px;
    font-family: "Roboto-Medium";
    color: #003d88;
  }

  .gioithieu_right h3 {
    font-size: 18px;
  }

  .danhmuc_slider,
  .danhmuc_bottom_wp,
  #conten_product {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }

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

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

  h3.price_title {
    font-size: 20px;
  }

  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%;
  }

  .baogia-bg {
    background-size: cover;
  }

  .bao_gia_right_top {
    padding-top: 20px;
  }

  .visao_box {
    grid-row-gap: 15px;
  }

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

  .quytrinh_img {
    width: 200px;
    height: 200px;
    line-height: 200px;
  }

  .tintuc_title {
    margin-left: 10px;
  }
  .tintuc_title p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
  }

  .tintuc_box {
    flex-direction: column;
  }

  .tintuc_img {
    width: 100%;
  }
  .tintuc_img img {
    width: 100%;
  }

  .tintuc_title {
    width: 100%;
  }

  h3.tintuc_title_name {
    margin: 10px 0px;
  }

  .title_desc_contact p {
    padding: 10px 20px;
  }

  .title_desc_buy {
    padding: 10px 20px;
  }

  .h3.tintuc_title_name {
    margin: 5px 0px;
  }

  .tintuc_item_btn {
    margin-top: 12px;
    margin-bottom: 10px;
  }

  .item_doitac img {
    height: 60px;
  }

  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;
  }

  .quytrinh_content img {
    width: 40px;
    height: 40px;
  }

  .quytrinh_wp {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px;
  }

  h3.quytrinh_name {
    text-align: center;
    font-size: 20px;
  }

  .quytrinh_desc {
    height: unset;
    display: block;
    align-items: center;
  }
  .banchay_wrapper {
    display: none;
  }

  .banchay_wrapper_mobi {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 5px;
  }
  .title_dm h3 {
    font-size: 20px;
    margin: 0px;
  }

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

  ul.social_list {
    justify-content: space-evenly;
  }

  .btn_phone {
    display: block;
    background: #ea2223;
    padding: 8px 10px;
    border-radius: 10px;
  }

  .box_product_top_title::after {
    width: 85%;
  }

  .lh_chitiet {
    display: flex;
    align-items: unset;
    flex-direction: column;
  }

  .btn_phone a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #ea2223;
    /* padding: 6px 25px; */
    padding: 0px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .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;
  }

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

@media screen and (max-width: 430px) {
  .quytrinh_wp {
    grid-row-gap: 15px;
    grid-column-gap: 15px;
  }
}

@media screen and (max-width: 425px) {
  .quytrinh_img {
    width: 180px;
    height: 180px;
    line-height: 180px;
  }
}

@media screen and (max-width: 414px) {
  a.logo {
    /* width: 290px; */
  }
  .dichvu_title h3 {
    font-size: 19px;
  }
  .visao_box {
    grid-template-columns: 10% 1fr;
  }
  .quytrinh_img {
    width: 160px;
    height: 160px;
    line-height: 160px;
  }
}

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

@media screen and (max-width: 360px) {
  .thongtin_dangky_input input#submit_nhantin {
    margin-left: 0px;
  }

  .title_lh {
    font-size: 25px;
  }

  .banchay_title h3 {
    font-size: 14px;
  }

  .box_info_right_cart {
    display: block;
  }
  .box_info_right_cart__number {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }

  .title_share {
    flex-wrap: wrap;
  }
  .dichvu_title h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 344px) {
  a.logo {
    /* width: 270px; */
  }
}
@media screen and (max-width: 320px) {
}
