@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 10px 0;
  padding: 0;
}

table {
  width: 100%;
}

table,
th,
td {
  font-size: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  padding-left: 10px;
  border-color: #ddd;
}

tr {
  margin-bottom: 10px;
}

td {
  vertical-align: central;
  padding: 5px !important;
  border-color: #ddd;
}

ul li {
  list-style: none;
  position: relative;
}

p {
  padding: 0;
  margin: 0;
}

i.fa {
  line-height: inherit;
}

body {
  font-family: "Roboto", sans-serif;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

.btn.focus,
.btn:focus {
  box-shadow: unset;
}

a:focus {
  outline: none;
}

ol,
ul {
  margin: 0;
}

a:focus,
a:hover {
  text-decoration: none;
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  margin: auto;
  /* overflow: hidden; */
  background: #f3f1f2 url(../images/trongdong.jpg) no-repeat 50% -600px;
}

.wrapper_home {
  max-width: 1050px;
  margin: 0 auto;
}

.slick-slider {
  margin-bottom: 0;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #e1d4cc;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #ccc;
}

.pagination {
  padding: 10px 0;
  justify-content: center;
}

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

.pagination-group .pagination {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pagination-group .pagination a {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #e23b41;
}

.pagination-group .pagination span {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #e23b41;
  background-color: #e23b41;
  color: #fff;
}

.swal2-title {
  font-size: 14px !important;
}

.swal2-styled {
  font-size: 13px !important;
}

.swal2-popup {
  max-width: 23em !important;
}

.swal2-icon {
  transform: scale(0.7);
}

/*css slide home*/

.slide .slick-dots {
  bottom: 20px;
}

.slide .slick-dots li {
  border-radius: 100%;
  width: 12px;
  height: 12px;
  /* position: absolute; */
  background: rgba(153, 153, 153, 1);
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
  box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.slide .slick-dots li.slick-active {
  background: rgba(255, 255, 255, 1);
  border: 3px solid rgba(241, 89, 42, 1);
}

.slide .slick-dots li button {
  width: 12px;
  height: 12px;
}

.slide .slick-dots li button:before {
  width: 12px;
  height: 12px;
}

.slide img {
  width: 100%;
  object-fit: cover;
  height: 230px;
  background-position: center;
}

.bg-home {
  background-color: #fff;
}

.wrap_home {
  width: 1130px;
  background: #fff;
  margin: auto;
}

.wrap_home .main_left {
  float: left;
  margin-right: 15px;
  width: calc(100% - 322px);
  padding-top: 15px;
}

.file_download {
  text-align: center;
}

.file_download span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: red;
  margin-top: 5px;
}

.wrap_home .main_right {
  float: left;
  width: 307px;
  padding-top: 15px;
}

.top_news {
  width: 100%;
  margin-bottom: 20px;
}

.title_in {
  margin-bottom: 15px;
  width: 100%;
  background-image: linear-gradient(to right, #0a589f, #ff000f);
  padding: 0 20px;
  position: relative;
}

.title_in h2 {
  margin: 0;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.title_in h2 i {
  margin-right: 10px;
  font-size: 21px;
}

.title_in .date {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  float: right;
  line-height: 40px;
}

.title_in .date i {
  margin-left: 5px;
}

.title_in2 {
  margin-bottom: 15px;
  width: 100%;
  background: #efefef url(../images/bg_title.png);
  padding: 0 20px;
  background-repeat: no-repeat;
  position: relative;
}

.title_in2 h2 {
  margin: 0;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 42px;
  font-weight: 500;
}

.title_in2 h2 img {
  width: auto;
  margin-right: 12px;
}

.title_in2 .view_more_top {
  position: absolute;
  right: 18px;
  top: 13px;
  color: #ff000f;
  font-weight: 700;
}

.title_in .view_more_top {
  position: absolute;
  right: 10px;
  top: 8px;
  color: #fff;
  font-weight: 700;
}

.news_detail_content {
  font-size: 15px;
  line-height: 22px;
  padding: 15px;
}

.news_detail_content ul li {
  list-style: disc !important;
  margin-left: 20px;
}

.news_detail_content ol li {
  list-style: disc !important;
  margin-left: 20px;
}

.news_detail_content p {
  margin-bottom: 6px;
}

.news_detail_content img {
  height: auto !important;
}

.news_detail_content h1 {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 600;
  color: #293893;
}

.news-box2 {
  width: 100%;
  display: flex;
}

.news-box2 .list-slide-main {
  width: calc(50% - 15px);
  margin-right: 15px;
}

.news-box2 .first-news2 {
}

.first-news2 .image {
  position: relative;
  overflow: hidden;
}

.first-news2 .image img {
  height: 230px;
  transition: 1s;
  object-fit: cover;
  transition: 0.5s;
}

.first-news2 .image:hover img {
  transform: scale(1.1);
}

.first-news2 .info {
  bottom: 0;
  padding: 0;
  overflow: hidden;
}

.first-news2 .info h3 {
  font-weight: 600;
  color: #000;
  font-size: 17px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.first-news2 .info h3 a {
}

.first-news2 .info .desc {
  font-size: 14px;
  width: 100%;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.box_time {
  width: auto;
  display: inline-flex;
  line-height: 34px;
  float: left;
}

.box_time .date_time {
  float: left;
  font-size: 13px;
  color: #0a589f;
}

.list-news2-item .box_time .date_time,
.first-news2 .box_time .date_time,
.list_news_home .box_time .date_time,
.list_news_col .box_time .date_time,
.news_hot .box_time .date_time {
  display: none;
}

.box_time .date_time i {
  color: #000;
}

.box_time .views {
  font-size: 13px;
  margin-left: 15px;
  display: none;
}

.box_time .views i {
}

.view_more {
  width: auto;
  height: 34px;
  text-align: center;
  line-height: 32px;
  float: right;
  padding: 0 8px;
}

.view_more a {
  font-size: 15px;
}

.view_more2 {
  width: 90px;
  height: 28px;
  border: 1px dashed #000;
  text-align: center;
  line-height: 26px;
  float: right;
  font-size: 13px;
  font-weight: 700;
  margin-top: 10px;
}

.view_more2 a {
  color: #0a589f;
  display: block;
}

.view_more2 a:hover {
  color: #fff;
  background-color: #0a589f;
}

.list-news2 {
  overflow: hidden;
  width: 50%;
}

.list-news2 .list-news2-item {
  float: left;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.list-news2 .list-news2-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.list-news2 .list-news2-item .image {
  position: relative;
  width: 100px;
  margin-right: 10px;
  overflow: hidden;
}

.list-news2 .list-news2-item .image img {
  object-fit: cover;
  height: 80px;
  transition: 0.5s;
}

.list-news2 .list-news2-item .image:hover img {
  transform: scale(1.1);
}

.list-news2 .list-news2-item .info {
  width: calc(100% - 110px);
}

.list-news2 .list-news2-item h3 {
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.list-news2 .list-news2-item h3 a {
}

.news_home {
  width: 100%;
  margin-bottom: 20px;
}

.news_rale {
}

.box_lienket {
  width: 100%;
  margin-bottom: 10px;
}

.news-donvithanhvien {
  padding: 7px 10px 0;
  border: 1px solid #ebebeb;
  border-top: 0;
}

.box_lienket .cate-title {
  padding: 0;
  margin-bottom: 7px;
}

.form-control-lienket {
  height: 30px;
  width: 100%;
  padding: 4px 12px;
}

.ml-30 {
  margin-left: 30px;
}

.list_news_home {
  width: 100%;
}

.list_news_home .item {
  margin-bottom: 5px;
}

.list_news_home .box {
  display: block;
}

.list_news_home .box .image {
  overflow: hidden;
  width: 100%;
}

.list_news_home .box .image img {
  height: 178px;
  object-fit: cover;
  width: 100%;
}

.list_news_home .box .info {
}

.list_news_home .info h3 {
  color: #0a589f;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list_news_home .info h3 a {
}

.list_news_home .info .desc {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news_hot {
  width: 100%;
}

.box_news_hot {
  width: 100%;
  display: flex;
  background-color: #ececec;
  margin-bottom: 15px;
}

.box_news_hot .image {
  overflow: hidden;
  width: 64%;
}

.box_news_hot .image img {
  height: 405px;
  object-fit: cover;
  width: 100%;
}

.box_news_hot .info {
  width: 36%;
  padding: 15px;
  overflow: hidden;
}

.box_news_hot .info h3 {
  color: #0a589f;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
}

.box_news_hot .info h3 a {
}

.box_news_hot .info .desc {
  color: #000;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.banner_quangcao {
  width: 100%;
  margin-bottom: 10px;
}

.banner_quangcao a {
  display: block;
  margin-bottom: 3px;
  overflow: hidden;
}

.banner_quangcao img {
  width: 100%;
  height: auto;
  transition: 0.5s;
}

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

.banner_center {
  width: 100%;
  margin: 0 0 15px;
}

.banner_center .image {
  display: block;
}

.banner_center .image img {
  width: 100%;
}

.box_video_sidebar {
  width: 100%;
}

.video-s {
  overflow: hidden;
}

.video-s iframe {
  overflow: hidden;
  width: 100%;
  height: 168px;
  display: block;
}

.box_video_sidebar .image {
}

.box_video_sidebar .image img {
}

.nav-vertical {
  position: relative;
  /* top: 40px; */
  left: 0px;
  right: 0;
  z-index: 10;
  height: 0;
  display: block;
}

.nav-vertical .nav-list {
  background-color: #fff;
}

.nav-vertical .nav-list li {
  position: unset;
}

.nav-vertical .nav-list > li > a {
  position: relative;
  display: block;
  color: #000;
  padding: 12px 0 14px 0;
  border-bottom: 1px solid #eee;
  margin: 0;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 10px;
  line-height: 23px;
}

.nav-vertical .nav-list > li > a > img {
  width: auto;
  height: auto;
  max-width: 22px;
}

.nav-vertical .nav-list > li > a:hover {
  background-color: #f8f9fa;
  color: #ed2024;
}

.nav-vertical .nav-list > li > a > img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  margin-right: 4px;
}

.ver-mega-mn1 {
  position: absolute;
  right: 5px;
}

.nav-vertical-sub {
  position: absolute;
  width: calc(100% + 30px);
  left: 90%;
  top: 0;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  visibility: hidden;
  transition: left 0.5s;
  z-index: -1;
  height: 495px;
  top: 3px;
  box-shadow: rgb(0 0 0 / 6%) -2px 0px 8px 0px;
}

.nav-vertical .nav-list > li:hover .nav-vertical-sub {
  visibility: inherit;
  left: 100%;
}

.nav-vertical .nav-list > li:hover .nav-vertical-sub li {
  padding: 6px 0 5px 0;
  border-bottom: 1px solid #eee;
  margin: 0;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 10px;
  line-height: 23px;
}

.wrap_slide_newstop {
  width: 100%;
  /* margin-top: 15px; */
  background: #eee;
  padding: 12px 0;
}

.wrap_slide_newstop .box_slide_newstop {
  width: 100%;
  display: flex;
  align-items: center;
}

.box_slide_newstop .title {
  text-transform: uppercase;
  color: #fff;
  padding: 2px 5px 0px;
  display: inline-block;
  line-height: 19px;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.6px;
  background-color: #c41919;
  border-radius: 3px;
}

.box_slide_newstop .hotline_top {
  display: inline-flex;
  width: 166px;
  justify-content: space-between;
  font-size: 19px;
  font-weight: 700;
  align-items: center;
  color: #c41919;
}

.box_slide_newstop .hotline_top img {
  width: 35px;
  height: 35px;
}

.box_slide_newstop .slide_newstop {
  width: calc(100% - 280px);
  padding-left: 10px;
}

.box_slide_newstop .slide_newstop .item {
  padding-right: 0;
  line-height: 17px;
  display: flex;
  align-items: center;
}

.box_slide_newstop .slide_newstop .item a {
  font-size: 13px;
  font-weight: 500;
}

.slide_newstop .slick-prev,
.slide_newstop .slick-next {
  display: inline-block;
  width: 25px;
  margin: 0;
  height: 25px;
  border: 1px solid #dcdcdc;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  font-size: 7px;
  color: #b7b7b7;
  z-index: 1;
  opacity: 1;
}

.slide_newstop .slick-prev:before,
.slide_newstop .slick-next:before {
  display: none;
}

.slide_newstop .slick-prev {
  left: unset;
  right: -212px;
}

.slide_newstop .slick-next {
  right: -242px;
}

.wrap-slide-home {
  padding: 20px 0 0;
}

.wrap_new1 {
  width: 100%;
  margin-top: 30px;
}

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

.box_small_left {
  width: 160px;
  float: left;
  margin-right: 30px;
}

.box_small_center {
  float: left;
  width: calc(100% - 520px);
  margin-right: 30px;
}

.box_small_right {
  float: left;
  width: 300px;
}

.list_tin_left {
  width: 100%;
}

.list_tin_left .item {
  margin-bottom: 13px;
}

.list_tin_left .box {
  width: 100%;
}

.list_tin_left .image {
  width: 100%;
}

.list_tin_left .image img {
}

.list_tin_left h3 {
  line-height: 19px;
  font-size: 14px;
  font-weight: 500;
  margin: 8px 0;
}

.list_tin_left h3 a {
}

.list_tin_center {
}

.list_tin_center .item {
  width: 100%;
}

.list_tin_center .box {
}

.list_tin_center .image {
  width: 100%;
}

.list_tin_center .image img {
}

.list_tin_center .info {
}

.list_tin_center h3 {
  line-height: 26px;
  font-weight: 700;
  margin: 10px 0 13px;
  color: #292627;
  font-size: 22px;
  display: block;
}

.list_tin_center h3 a {
}

.list_tin_center .desc {
  color: #888;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.list_tin_center .item:not(:first-child) {
  display: block;
  width: 100%;
  border-top: 1px dotted #ccc;
  margin-top: 20px;
  padding-top: 13px;
  padding-bottom: 20px;
}

.list_tin_center .item:not(:first-child) .box_child {
  display: flex;
  width: 100%;
}

.list_tin_center .item:not(:first-child) .image {
  order: 2;
  width: 128px;
}

.list_tin_center .item:not(:first-child) .info {
  order: 1;
  width: calc(100% - 128px);
  padding-right: 10px;
}

.list_tin_center .item:not(:first-child) h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
  margin: 0 0 11px;
}

.list_tin_center .item:not(:first-child) h3 a {
}

.list_tin_center .item:not(:first-child) .desc {
}

.list_banner_right {
  width: 100%;
}

.list_banner_right .item {
  width: 100%;
}

.list_banner_right .item:not(:last-child) {
  margin-bottom: 8px;
}

.list_banner_right .image {
  width: 100%;
}

.list_banner_right .image img {
}

.item-banner-home {
  margin-bottom: 15px;
}

.item-banner-home img {
  border: solid 1px #ebebeb;
  height: auto;
  object-fit: cover;
}

.wrap_new2 {
  width: 100%;
  margin-top: 0;
}

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

.line_dot {
  background: url(../images/border_bottom.jpg) repeat-x;
  height: 8px;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.group_wrap2 {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.wrap_new2 .box_left {
  width: calc(100% - 330px);
  margin-right: 30px;
  float: left;
}

.list_news_col {
  width: 100%;
  margin-top: 20px;
}

.list_news_col .item {
  width: 100%;
  padding: 15px 0;
  position: relative;
  border-bottom: 1px solid #ececec;
}

.list_news_col .item:after {
  width: 100%;
  height: 1px;
  background-repeat: repeat-x;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.list_news_col .item:first-of-type {
  padding-top: 0;
}

.list_news_col .item:last-of-type {
  border-bottom: none;
}

.list_news_col .item .box {
  display: flex;
}

.list_news_col .box .image {
  width: 290px;
  height: 182px;
}

.list_news_col .box .image a {
}

.list_news_col .box .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.list_news_col .box .info {
  padding-left: 20px;
  width: calc(100% - 275px);
}

.list_news_col .box .info h3 {
  margin-bottom: 12px;
  color: #0a589f;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
}

.list_news_col .box .info h3 a {
}

.list_news_col .history_new {
  margin-bottom: 10px;
  line-height: 19px;
}

.list_news_col .history_new .cate {
  display: inline;
}

.list_news_col .history_new .cate a {
  font-size: 12px;
  color: #385f73;
  font-weight: 500;
}

.list_news_col .history_new .timeago {
  color: #9e9e9e;
  position: relative;
  padding-left: 18px;
  margin-left: 10px;
  font-style: italic;
  font-size: 12px;
}

.list_news_col .history_new .timeago:before {
  content: "";
  background: url(../images/sprite_autoprov3.png) no-repeat -230px -6px;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
}

.list_news_col .desc {
  clear: both;
  color: #000;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.wrap_new2 .box_right {
  width: 300px;
  float: left;
  display: flex;
  position: relative;
}

.list_banner_right2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.list_banner_right2 .item {
  width: 100%;
}

.list_banner_right2 .item:nth-child(2) {
  position: sticky;
  top: 60px;
}

.list_banner_right2 .item:not(:last-child) {
  margin-bottom: 10px;
}

.list_banner_right2 .image {
  width: 100%;
}

.list_banner_right2 .image img {
  height: 402px;
}

.wrap_video_home {
  width: 100%;
}

.box_video_home {
  padding-top: 21px;
  border-top: dotted 1px #ebebeb;
  border-bottom: dotted 1px #ebebeb;
  margin-bottom: 26px;
}

.wrap_video_home .box_video_home {
  padding-top: 0;
  border-top: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.box_video_home .title-video-box {
  margin: 0;
}

.box_video_home .titlebox {
  color: #000;
  text-transform: uppercase;
  padding-left: 30px;
  position: relative;
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 700;
  display: block;
  line-height: 26px;
}

.box_video_home .titlebox::before {
  content: "";
  background: url(../images/sprite_autoprov3.png) no-repeat -264px -5px;
  width: 22px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
}

.box_video_home .video_show {
  display: flex;
  margin-bottom: 16px;
}

.wrap_video_home .box_video_home .video_show {
  width: calc(100% - 300px);
  display: flex;
  margin-bottom: 16px;
  float: left;
}

.box_video_home .video_iframe {
  width: calc(100% - 185px);
}

.wrap_video_home .box_video_home .video_iframe {
  width: 100%;
}

.wrap_video_home .box_video_home .video_info {
  width: 300px;
  height: 420px;
  display: none;
}

.wrap_video_home .box_video_home .smallvideo {
  margin-bottom: 0;
  width: 300px;
  float: left;
  background-color: #222;
  height: 420px;
}

.wrap_video_home .box_video_home .smallvideo ul {
  margin: 0;
  height: 100%;
  overflow-y: auto;
}

.box_video_home .video_iframe iframe {
  width: 100%;
  height: 294px;
}

.wrap_video_home .box_video_home .video_iframe iframe {
  height: 420px;
}

.wrap_video_home .box_video_home .smallvideo ul li img {
  height: 40px;
}

.wrap_video_home .box_video_home .smallvideo ul li {
  width: 100%;
  display: flex;
  padding: 10px 15px;
}

.wrap_video_home .box_video_home .smallvideo ul li .image {
  width: 72px;
  margin-right: 8px;
}
.ads_rightxs {
  padding-bottom: 10px;
}
.wrap_video_home .box_video_home .smallvideo ul li h4 {
  width: calc(100% - 80px);
  font-size: 12px;
  color: #ffffff;
  line-height: 15px;
  max-height: 30px;
  overflow: hidden;
  margin: 0;
}
.box:hover img {
  transform: scale(1.1);
  transition: 1s ease;
}
.ads_rightxs {
  overflow: hidden;
  position: relative;
}
.ads_rightxs:before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  display: none;
}
.ads_rightxs:hover:before{
  animation: shine 1.3s;
    display: block;
}
.wrap_video_home .box_video_home .smallvideo ul li .icon-small-play {
  display: none;
}
@keyframes shine {
  100% {
      left: 125%;
  }
  }
/*
.banner_right {
  width: 100%;
} */

.banner_right img {
  width: 100%;
}

.banner_right a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

.banner_right a:before {
  background: rgba(255, 255, 255, 0.88);
  bottom: 0;
  content: "";
  left: 5px;
  position: absolute;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  width: 0;
  height: 0;
}

.banner_right:hover a:before {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transition-duration: 1.1s;
  -moz-transition-duration: 1.1s;
  -webkit-transition-duration: 1.1s;
  -khtml-transition-duration: 1.1s;
  -o-transition-duration: 1.1s;
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  height: 100%;
  width: 100%;
}

.box_video_home .video_info {
  width: 185px;
  height: 294px;
  padding: 0 10px 5px 20px;
  background-color: #f1f1f1;
  overflow: hidden;
}

.box_video_home .video_info h3 {
  color: #000;
  margin-bottom: 15px;
  display: block;
  margin-top: 24px;
  position: relative;
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
}

.box_video_home .video_info h3 a {
}

.box_video_home .video_info .timeago {
  color: #757779;
  font: normal 12px/18px Arial;
  margin-bottom: 13px;
  display: block;
}

.box_video_home .video_info .sapo {
  font: normal 12px/18px Arial;
  color: #656565;
}

.box_video_home .smallvideo {
  display: inline-block;
  margin-bottom: 20px;
}

.box_video_home .smallvideo ul {
  margin-left: -7px;
  margin-right: -7px;
}

.box_video_home .smallvideo ul li {
  float: left;
  width: 25%;
  padding: 0 7px;
}

.box_video_home .smallvideo ul li .image {
  width: 100%;
  position: relative;
}

.box_video_home .smallvideo ul li img {
  width: 100%;
  height: 104px;
  object-fit: cover;
}

.box_video_home .smallvideo ul li .icon-small-play {
  background: url(../images/sprite_autoprov3.png) no-repeat -392px -62px;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.box_video_home .smallvideo ul li h4 {
  color: #292627;
  margin-top: 12px;
  display: block;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
}

.wrap_qc_home {
  width: 100%;
  position: relative;
}

.aqua_city {
  width: 100%;
  background: #f2f2f2;
  display: flex;
}

.aqua_city .image {
  width: 100%;
  float: left;
}

.aqua_city .image img {
  width: 100%;
}

.aqua_city .info {
  float: left;
  width: 45%;
  padding: 0 15px 0 20px;
  position: relative;
}

.aqua_city .info h3 {
  margin: 32px 0px 9.86111px;
  font-size: 18px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 29px;
  font-weight: 600;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.aqua_city .info h3 a {
}

.aqua_city .info .desc {
  height: auto;
  font-size: 13px;
  line-height: 24px;
  color: #666;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin: 0;
}

.inforActive {
  overflow: hidden;
  display: -webkit-box;
  position: absolute;
  bottom: 14px;
  width: 100%;
}

.logo-wrap {
  position: relative;
  width: 50%;
  max-height: 23.6667px;
}

.avatarNative {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.rightNative img {
  max-height: 20px;
}

.avatar_desc {
  font-size: 12px;
  color: #999;
  padding-left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  height: auto;
  overflow: hidden;
  left: 20px;
}

.inforActive .see_now {
  width: 106px;
  height: 24px;
  border: none;
  background-color: #c41919;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 0;
  float: right;
  font-size: 12px;
  line-height: 24px;
}

.wrap_qc_home2 {
  width: 100%;
  position: relative;
}

.wrap_read_more {
  width: 100%;
  position: relative;
}

.box_new_type2 {
  width: 100%;
  display: flex;
  margin: 10px 0;
}

.box_tinhay {
  width: 100%;
  display: block;
  padding-top: 0;
  padding-right: 0;
  border-bottom: dotted 1px #ebebeb;
}

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

.box_tinhay h2 {
  margin: 0;
}

.box_tinhay .titlebox {
  color: #1e2a32;
  font-weight: 700;
  font-size: 17.5px;
  line-height: 22px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-bottom: 11px;
  margin-bottom: 11px;
  display: block;
  position: relative;
}

.box_tinhay .titlebox::before {
  content: "";
  background: url(../images/sprite_autoprov3.png) no-repeat -292px -5px;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
}

.box_tinhay .titlebox::after {
  content: "";
  background-color: #c41919;
  width: 100px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.box_tinhay .titlebox .gachcheo {
  content: "";
  background-color: #efefef;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
}

.box_tinhay .bignews ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.box_tinhay .bignews ul li {
  width: 50%;
  padding: 10px 10px;
  border-bottom: dotted 1px #dedede;
  display: inline-block;
  float: left;
}

.box_tinhay .bignews li .image {
  width: 113px;
  height: 70px;
  float: left;
  margin-right: 15px;
}

.box_tinhay .bignews li .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.box_tinhay .bignews li .title {
  color: #1d1d1d;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-top: -4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.box_tinhay .bignews li .title a {
}

.box_tinhay .smallnews ul li {
  padding: 6px 0 5px 19px;
  border-bottom: dotted 1px #dedede;
  display: block;
  position: relative;
}

.box_tinhay .smallnews ul li:last-child {
  border-bottom: none;
}

.box_tinhay .smallnews ul li::before {
  content: "";
  background: url(../images/sprite_autoprov3.png) no-repeat -344px -9px;
  width: 6px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 13px;
}

.box_tinhay .smallnews ul li .title {
  color: #1d1d1d;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}

.even {
  padding: 50px 0;
}

.even .video_home {
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  color: #fff;
  text-align: center;
  padding: 0px;
  float: left;
}

.wrap-box-top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 25px;
  z-index: 2;
  background-color: transparent;
  /* background-image: linear-gradient(180deg, #FFFFFF 99.2%, #049b88 0%); */
  /* box-shadow: 5px 6px 30px 0px rgb(0 0 0 / 10%); */
  transition: 0.4s;
  border-radius: 3px;
  /* padding: 10px; */
}

.wrap-box-top:hover {
}

.bg_dichvu1.active .wrap-box-top {
  background: none;
}

.wrap-box-top .left {
  width: 100%;
  text-align: center;
  padding: 20px 0 0 0;
}

.item-about:nth-child(2n) .left {
  order: 1;
}

.wrap-box-top .left img {
  width: 80px;
  padding: 5px;
  height: 80px;
  /* background: #F5F5F5; */
  /* object-fit: cover; */
  /* border-radius: 50%; */
}

.wrap-box-top .right {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 100%;
}

.wrap-box-top .box_info .desc2 {
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  padding: 0px 10px 0px 10px;
  min-height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
}

.wrap-box-top .box_info .desc2 a {
  color: #fff;
}

.wrap-box-top .box_info .desc2 a:hover {
  text-decoration: underline;
}

.wrap-box-top:hover .box_info .desc2 a {
  color: #fff;
}

.bg_dichvu.active .wrap-box-top .box_info .desc2 a {
  color: #fff;
}

.padding-r {
  padding: 10px;
}

.wrap-box-top .right .content {
  width: 100%;
}

.wrap-box-top .box_info h2 {
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.wrap-box-top .box_info h2 a {
  color: #fff;
}

.wrap-box-top:hover .box_info h2 a {
  color: #fff;
}

.bg_dichvu.active .wrap-box-top .box_info h2 a {
  color: #fff;
}

.wrap-box-top .box_info h2 a:hover {
  text-decoration: underline;
}

.even .video_home iframe {
  height: 313px;
  width: 100%;
}

.even .box_info {
  width: 100%;
  max-width: 565px;
  color: #333;
  text-align: left;
  padding: 20px 0px 30px;
  float: right;
}

.even .box_info .title {
  margin: 0;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 8px;
  color: #0f7cc1;
}

.even .box_info .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 11%;
  height: 2px;
  width: 84px;
  background-color: #f00;
  transform: translateX(-50%);
}

.even .box_info .desc1 {
  position: relative;
  padding: 0 28px;
  font-size: 22px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 25px;
}

.even .box_info .desc1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Times New Roman";
  height: auto;
  width: auto;
  line-height: 20px;
  font-size: 40px;
  display: inline;
}

.even .box_info .desc2 {
  text-align: justify;
  margin: auto;
  font-weight: 300;
  font-size: 17px;
  line-height: 28px;
}

.even .box_info .desc2 ul li {
  list-style: disc !important;
  margin-left: 20px;
}

.even .box_info .view_more {
  background-color: #005445;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 38px;
  height: 38px;
  padding: 0 13px;
  display: inline-block;
  float: unset;
  margin-top: 30px;
  min-width: 130px;
  border: 1px solid #005445;
}

.even .box_info .view_more:hover {
  color: #fff;
  background-color: #b50000;
  border: 1px solid #fff;
}

.danhgiaxe {
  width: 100%;
  background-color: #f3f3f3;
  padding: 25px 24px 6px 23px;
}

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

.danhgiaxe h2 {
  margin: 0;
}

.danhgiaxe .titlebox {
  color: #1e2a32;
  font-weight: 700;
  font-size: 17.5px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-bottom: 11px;
  margin-bottom: 11px;
  display: block;
  position: relative;
}

.danhgiaxe .titlebox::before {
  content: "";
  background: url(../images/sprite_autoprov3.png) no-repeat -322px -5px;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
}

.danhgiaxe .titlebox::after {
  content: "";
  background-color: #c41919;
  width: 100px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.danhgiaxe .titlebox .gachcheo {
  content: "";
  background-color: #efefef;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
}

.danhgiaxe .listnews ul li {
  padding: 9px 0 15px;
  position: relative;
}

.danhgiaxe .listnews ul li:first-child {
  margin-top: 20px;
}

.danhgiaxe .listnews ul li .image {
  position: relative;
  display: block;
}

.danhgiaxe .listnews ul li .percentage {
  width: 41px;
  height: 41px;
  position: absolute;
  right: 0;
  bottom: -41px;
  background-position: -197px -199px;
  z-index: 10;
}

.title-template-news {
  margin: 0px 0 15px 0;
  font-size: 23px;
  text-align: left;
  font-weight: 600;
  color: #333;
}

.template-detail {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.wrap-list-product {
  padding-top: 10px;
}

.list-product-card {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.list-product-card > .row > .col-6 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.list-product-card > .row {
  display: flex;
  flex-wrap: wrap;
}

.product-card {
}

.product-card .box {
  margin-bottom: 10px;
  margin-top: 5px;
  padding-bottom: 10px;
  background: #fff;
  /* box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1); */
  transition: all 0.3s ease;
}

.product-card .box:hover {
  /* box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1); */
  transform: translateY(-5px);
}

.product-card .card-top {
  position: relative;
  overflow: hidden;
}

.product-card .card-top .image {
  position: relative;
  overflow: hidden;
}

.sale-1 {
  position: absolute;
  top: -3;
  left: 20px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 1px 0px 0px;
  padding-bottom: 4px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  width: 40px;
  height: 36px;
  background-image: url(../images/bg-sale.webp);
  background-size: 40px 36px;
  background-position: 0px 0px;
}

.product-card .card-top .image a {
  display: block;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.product-card .card-top .image a::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.product-card:hover .card-top .image a::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

.product-card .card-top .image-card {
  width: 100%;
  object-fit: cover;
  transition: all 1s;
  height: 220px;
}

.product-card .card-top .image-card img {
  object-fit: cover;
  height: 220px;
}

.product-card .card-top .image-default {
}

.product-card .card-top .image-hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.product-card .box:hover .image-hover {
  opacity: 1;
}

.product-card .card-top .list-status {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  z-index: 1;
}

.product-card .card-top .list-status > li {
  position: relative;
  width: auto;
  margin-bottom: 5px;
}

.product-card .card-top .list-status > li > span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}

.product-card .card-top .list-status .new span {
  color: #ffffff;
  background-color: #5eb100;
}

.product-card .card-top .list-status .sale span {
  color: #ffffff;
  background-color: #90c7e0;
}

.product-card .card-top .list-status .hot span {
  color: #ffffff;
  background-color: #f20600;
}

.product-card .card-top .list-quick {
  display: flex;
  position: absolute;
  bottom: 30px;
  right: -30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 10;
  width: 35px;
  /* padding: 10px; */
  /* background: rgba(0, 0, 0, 0.3); */
  flex-direction: column;
}

.product-card .box:hover .card-top .list-quick {
  /* bottom: 15px; */
  opacity: 1;
  visibility: visible;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  /* left: 0; */
  right: 10px;
  /* padding: 10px; */
  /* bottom: 0; */
}

.product-card .card-top .list-quick > li {
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  margin-bottom: 5px;
}

.product-card .card-top .list-quick > li > a {
  background: #fff;
  border: 1px solid #000;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s linear;
  display: block;
  /* margin-left: 5px; */
  color: #000;
}

.product-card .card-top .list-quick > li > a:hover {
  background: #b50000;
  color: #fff;
  border-color: #b50000;
}

.product-card .card-body {
  padding: 10px 0px 0;
}

.product-card .card-body .card-name {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  height: auto;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-card .card-body .card-name a {
  color: #333;
}

.product-card .card-body .card-name a:hover {
  color: #0f7cc1;
}

.product-card .card-body .card-price {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: auto;
}

.product-card .card-body .card-price .new-price {
  font-size: 17px;
  color: #f00;
  font-weight: 600;
}

.product-card .card-body .card-price .old-price {
  color: #8d8d8d;
  margin-left: 8px;
  font-weight: 500;
  text-decoration: line-through;
}

.product-card .card-body .rate {
  margin-top: 8px;
  line-height: 1;
}

.product-card .card-body .rate span {
  display: inline-block;
  width: 91px;
}

.product-card .card-body .rate span:before {
  content: "\f006\f006\f006\f006\f006";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  letter-spacing: 4px;
  color: #fabe00;
  width: attr(data-foo);
}

.product-card .card-body .rate span i {
}

.product-card .card-body .action-button {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.product-card .card-body .add-to-cart {
  display: inline-block;
  font-size: 14px;
  background: #e9242d;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  padding: 7px 20px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  font-size: 16px;
  width: calc(100% - 40px);
  padding: 5px 10px;
  height: 35px;
  text-align: center;
}

.product-card .card-body .add-to-cart:hover {
  background-color: #fff;
  color: #e9242d;
  border-color: #e9242d;
}

.product-card .card-body .add-to-withlist {
  border: 1px solid #e9242d;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s linear;
  display: block;
  background: #fff;
  color: #e9242d;
  margin-left: 5px;
}

.product-card .card-body .add-to-withlist:hover {
  background: #e9242d;
  color: #fff;
}

.product_hover-block:hover {
  background: #b50000;
}

.product_hover-block {
  left: 0;
  position: absolute;
  bottom: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  z-index: 99;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: flex-end;
  background: #000;
  border-radius: 100%;
  padding: 5px;
  transform: translate(-50%, 50%) scale(0);
}

.product_hover-block .actions {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.product_hover-block .actions a {
  color: #fff;
}

.product-card .box:hover .product_hover-block {
  transform: translate(-50%, 50%) scale(1);
}

button.btn-cart {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}

.button.btn-cart {
  float: left;
  width: 66%;
  border: none;
}

.button.btn-cart > a {
  display: block;
  background: #e9242d;
  height: auto;
  line-height: 18px;
  padding: 7px 12px 3px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
  border: 1px solid #e9242d;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 0 7px;
  width: 100%;
}

.button.btn-cart > a:before {
  color: #ffffff;
  content: "\f07a";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  margin: 0 5px 0 0;
}

.button.btn-cart span {
  border: medium none;
  color: #ffffff;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
}

.add-to-links {
  margin: 5px 0 0;
  font-size: 12px;
}

.product_hover-block .actions .add-to-links,
.list-center-outer .add-to-links {
  float: right;
  margin: 0;
  vertical-align: middle;
  width: 34%;
}

.product_hover-block .add-to-links li:first-child,
.list-center-outer .add-to-links li:first-child {
  background: #e9242d;
  float: left;
  font-size: 0;
  height: 36px;
  vertical-align: middle;
  width: 50%;
  box-sizing: border-box;
  border-left: 1px solid #fff;
}

.add-to-links li a.quickview {
  display: block;
  height: 100%;
  width: 100%;
}

.add-to-links li a.quickview:before {
  color: #fff;
  content: "\f002";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 38px;
  vertical-align: top;
  text-align: center;
  width: 100%;
}

.product_hover-block .add-to-links li:first-child + li {
  background: #e9242d;
  float: left;
  font-size: 0;
  height: 36px;
  vertical-align: middle;
  width: 50%;
  box-sizing: border-box;
  border-left: 1px solid #fff;
}

.link {
  background: #f6f6f6;
  color: #000;
  font-size: 12px;
  padding: 5px 20px;
  margin-bottom: 10px;
}

.link h1 {
  margin: 0;
  font-size: 12px;
  padding: 5px 0;
}

.link h1 a {
  font-size: 12px;
  color: #000;
}

.block-content-right {
  width: 78%;
  float: right;
}

.noi_dung_in {
  font-size: 12px;
  padding-bottom: 0;
  line-height: 24px;
}

.event-item .image {
  margin-bottom: 10px;
}

.event-item .image img {
  width: 100%;
  padding: 5px;
  height: 160px;
  object-fit: cover;
  border: solid 1px #ccc;
}

.event-item h3 {
  color: #0f0f0f;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  height: auto;
  line-height: 16px;
  font-style: normal;
}

.event-item h3 a {
  height: 42px;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#sidebar {
  width: 22%;
  float: left;
  padding-left: 10px;
  margin-right: 0;
}

.box_news_special .title {
  color: #fff;
  line-height: 26px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: bold;
  background-color: #293893;
}

.list_news_nb {
  width: 100%;
  margin: 5px;
}

.item_news_nb {
  width: 100%;
  overflow: hidden;
  margin-bottom: 7px;
}

.icon_tinnew {
  width: 4px;
  float: left;
  margin-top: 5px;
  font-size: 12px;
  line-height: 7px;
}

.icon_tinnew img {
  line-height: unset;
}

.item_news_nb .tinnew {
  float: left;
  padding-left: 5px;
  width: calc(100% - 9px);
}

.tieude_tuvan {
  margin-bottom: 6px;
}

.tieude_tuvan li {
  list-style: none;
  color: #0073f5;
  font-size: 12px;
  font-weight: bold;
  text-align: justify;
  line-height: 16px;
}

.tieude_tuvan li a {
  color: #293893;
}

.about_ngan_tuvan li {
  color: #656565;
  font-size: 12px;
  text-align: justify;
  line-height: 18px;
  list-style: none;
}

.danhmuc_sanpham_1 {
  margin-bottom: 5px;
  border: solid 1px #e2e2e2;
}

.title_sanpham_gach .title_left {
  color: #fff;
  line-height: 26px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: bold;
  background-color: #293893;
}

.all_nav_left {
  margin: 5px;
}

.image_doitac {
  margin-left: 5px;
  border-bottom: solid 1px #f4f4f4;
  margin-bottom: 10px;
  text-align: center;
  padding-bottom: 10px;
}

.image_doitac li {
  list-style: none;
}

.image_doitac img {
  width: 166px;
  height: 90px;
  object-fit: cover;
}

.add-to-links li a.link-detail {
  line-height: 38px;
  vertical-align: top;
}

.add-to-links li a.link-detail {
  display: block;
  height: 100%;
  width: 100%;
}

.add-to-links li a.link-detail:before {
  color: #fff;
  content: "\f037";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 40px;
  vertical-align: top;
  text-align: center;
  width: 100%;
}

.sprite {
  background-image: url(../images/sprite_autoprov3.png);
}

.danhgiaxe .listnews ul li .percentage .text-point {
  color: #fff;
  text-align: center;
  width: 32px;
  font-size: 17px;
  line-height: 33px;
  font-weight: 700;
  display: inline-block;
}

.danhgiaxe .listnews ul li .title {
  color: #151515;
  display: block;
  background-color: #fff;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  padding: 13px 25px 13px 17px;
  margin: 0;
}

.special_news {
  width: 100%;
  margin: 0 0 26px;
  padding-bottom: 31px;
  border-bottom: dotted 1px #ebebeb;
  padding-top: 28px;
  border-top: dotted 1px #ebebeb;
  display: inline-block;
  position: relative;
}

.wrap_qc_home2 .special_news {
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
  padding-top: 0;
  border-top: none;
}

.special_news .image {
  width: 508px;
}

.wrap_qc_home2 .special_news .image {
  width: calc(100% - 195px);
}

.special_news .image img {
  height: 318px;
  object-fit: cover;
}

.special_news .info {
  background: #051322;
  width: 224px;
  height: 292px;
  padding: 29px 22px 0 5px;
  display: block;
  position: absolute;
  right: 0;
  top: 40px;
  text-align: right;
}

.special_news .info::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: solid 293px #051322;
  border-left: solid 42px transparent;
  float: left;
  margin-top: -30px;
  margin-left: -46px;
}

.special_news .info .title {
  color: #fff;
  margin-bottom: 33px;
  display: block;
  font-size: 19px;
  line-height: 23px;
  font-weight: 500;
  margin-top: 0;
  position: relative;
}

.special_news .info .title a {
}

.special_news .info .zonename {
  color: #ff5454;
  font: normal 15px/22px Roboto-Medium;
  text-transform: uppercase;
  position: absolute;
  padding-right: 24px;
  right: 21px;
  bottom: 15px;
}

.special_news .info .zonename::after {
  content: "";
  background: url(../images/sprite_autoprov3.png) no-repeat -359px -6px;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 4px;
}

.boxembed {
  width: 100%;
  display: flex;
}

.img_left_docnhieu {
  width: 300px;
  float: left;
  border-top: 1px dotted #c4c4c4;
  border-bottom: 1px dotted #c4c4c4;
  min-height: 271px;
}

.img_left_docnhieu a {
  display: inline-block;
}

.img_left_docnhieu img {
  width: 100%;
}

.docnhieunhat {
  width: calc(100% - 300px);
  float: right;
  background-color: #f9f9f9;
  border: 1px dotted #c4c4c4;
}

.docnhieunhat .titlebox {
  position: relative;
  margin-left: 20px;
  color: #000;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  padding: 16px 27px;
}

.docnhieunhat .titlebox:before {
  width: 12px;
  height: 12px;
  content: "";
  background-image: url(../images/sprite_autoprov3.png);
  background-position: -244px -199px;
  display: block;
  position: absolute;
  left: 0;
  top: 21px;
}

.docnhieunhat .listnews ul {
  display: inline-block;
  margin-left: 20px;
}

.docnhieunhat .listnews ul li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e7eaf1;
  border-top: 1px solid #fff;
  padding: 10px 0;
  padding-right: 15px;
}

.docnhieunhat .listnews ul li:first-child {
  border-top: 1px solid #e7eaf1;
}

.docnhieunhat .listnews ul li .sothutu {
  color: #e30b0f;
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  width: 38px;
  float: left;
}

.docnhieunhat .listnews ul li h3 {
  margin: 0;
  width: calc(100% - 38px);
  float: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #475e7b;
  position: relative;
  display: inline;
}

.docnhieunhat .listnews ul li h3 a {
  color: #333;
}

.docnhieunhat .listnews ul li:last-child {
  border-bottom: none;
}

.append_stream {
  width: 100%;
}

.btnViewMore {
  color: #292627;
  background-color: #fff;
  font-size: 15px;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
  width: 169px;
  height: 45px;
  border: solid 1px #dfdfdf;
  border-radius: 3px;
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  position: relative;
  margin-bottom: 20px;
}

.btnViewMore::before {
  content: "";
  background: url(../images/sprite_autoprov3.png) no-repeat -449px -7px;
  width: 18px;
  height: 14px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 16px;
}

.btnViewMore::after {
  content: "";
  background-color: #e7e7e7;
  width: 167px;
  height: 4px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.padding_in {
  padding: 0 15px 0 0;
}

.bg-pro-tab .item-banner-home {
  margin-bottom: 10px;
  margin-top: 0px;
}

.hover-effect {
  position: relative;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  overflow: hidden;
}

.hover-effect-2:before {
  border: 50px solid transparent;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  content: "";
  opacity: 1;
  -webkit-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  width: 100px;
  height: 100px;
  -webkit-transform: scale(7);
  -ms-transform: scale(7);
  -o-transform: scale(7);
  transform: scale(7);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  visibility: visible;
  z-index: 1;
}

.hover-effect-2:hover:before {
  border: 0 solid rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
}

.hover-effect-10:before {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}

.hover-effect-10:before,
.hover-effect-10:after {
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: opacity 0.35s ease 0s, -ms-transform 0.35s ease 0s;
  -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, -ms-transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, -ms-transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 3;
}

.hover-effect-10:hover:before,
.hover-effect-10:hover:after {
  opacity: 1;
  -webkit-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.hover-effect-10:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}

.hover-effect-10 {
  display: block;
  background: #000;
}

.hover-effect-10:hover img {
  opacity: 0.5;
  -webkit-filter: alpha(opacity=50);
  filter: alpha(opacity=50);
}

.hover-effect-4:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 75%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 75%
  );
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -ms-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.hover-effect-4:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.template-detail {
  padding: 20px 0;
}

.slide {
  position: relative;
  padding: 0px 0;
}

.slide:after {
  /* content: ""; */
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-image: url(../images/line-slide.png);
  z-index: 1;
  background-position: center;
  background-size: 100% 100%;
}

.wrap-support {
  /* padding: 20px 0 0; */
  padding-bottom: 30px;
}

.box-support {
  padding: 20px 20px 0;
  background-color: #fff;
  border: solid 1px #ebebeb;
}

.mw-20 {
  min-width: 20%;
}

.col-support-item {
  margin-bottom: 20px;
}

.support-item {
}

.support-item .box {
  display: flex;
  align-items: center;
}

.support-item .box .icon {
  width: 50px;
}

.support-item .box .icon img {
}

.support-item .box .content {
  width: calc(100% - 50px);
  padding-left: 10px;
}

.support-item .box .content h3 {
  margin-top: 0;
  text-transform: none;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}

.support-item .box .content .desc {
  line-height: 1.4;
  font-size: 14px;
}

.wrap-product-home {
  padding: 20px 0 30px;
  background: #f8f8f8;
}

.wrap-product-home-2 {
  background-color: #f2f2f5;
}

.list-product-home {
}

.page-item.active .page-link {
  background-color: #0f7cc1;
  border-color: #0f7cc1;
}

.page-link {
  color: #0f7cc1;
}

.col-product-card {
  margin-bottom: 30px;
}

.product-card {
}

.product-card .box {
  border: 1px solid #ddd;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.product-card .box .image {
  position: relative;
}

.product-card .box .image img {
}

.product-card .box .hot {
  bottom: 5px;
  right: 10px;
  text-transform: capitalize;
  color: #ffffff;
  background: #c70909;
  font-size: 10px;
  padding: 0 10px 0 8px;
  height: 21px;
  line-height: 23px;
  text-align: center;
  display: block;
  position: absolute;
}

.product-card .box .hot:before {
  content: "";
  background: url(../images/icon-sale.png) no-repeat 0 0;
  width: 11px;
  height: 21px;
  position: absolute;
  left: -11px;
  top: 0;
}

.product-card .box .hot:after {
  content: "";
  background: url(../images/icon1-sale.png) no-repeat 0 0;
  width: 3px;
  height: 21px;
  position: absolute;
  right: -3px;
  top: 0;
}

.product-card .box .sale {
  position: absolute;
  top: 0;
  top: 17px;
  right: 10px;
  background-color: #242828;
  color: #fff;
  padding: 0.3em 0.5em;
  font-size: 12px;
  font-weight: bold;
}

.product-card .box .content {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
}

.product-card .box .content .name {
  margin-top: 0;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  height: 45px;
}

.product-card .box .content .name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.box-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.box-price .new-price {
  color: #c31f26;
  font-weight: 700;
  font-size: 16px;
  margin-right: 7px;
}

.box-price .old-price {
  font-size: 18px;
  text-decoration: line-through;
  color: #6c757d;
}

.product-card .action {
  position: absolute;
  width: 100%;
  top: 0;
  transform: translate(0, -100%);
  opacity: 0;
  transition: all 0.5s;
}

.product-card .box:hover .action {
  top: 50%;
  opacity: 1;
}

.product-card .action ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card .action ul li {
  width: 40px;
}

.product-card .action ul li a {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  background-color: #c31f26;
  color: #fff;
}

.product-card .action ul li a i {
}

.product-card .action ul li a svg {
  width: 18px;
  fill: #fff;
}

.product-card .action ul li a:hover {
  background-color: #05090a;
  color: #fff;
}

.product-card .action ul li a:hover svg {
  fill: #fff;
}

.group-title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 1000px;
}

.group-title .title {
  text-transform: none;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  color: #333;
  position: relative;
}

.group-title .title:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  height: 7px;
  width: 100px;
  background-image: url(../images/line_home.png);
  transform: translateX(-50%);
}

.group-title .desc-title {
  font-size: 16px;
  text-align: center;
  max-width: 650px;
  padding-bottom: 20px;
  font-weight: 300;
  margin: auto;
}

.title-h {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.title-h .text {
  margin: 0;
  font-size: 20px;
  color: #fff;
  padding: 0 15px;
  padding-right: 60px;
  background: linear-gradient(
    60deg,
    #c31f26 calc(100% - 35px),
    transparent calc(100% - 35px),
    transparent calc(100% - 35px),
    transparent calc(100% - 30px),
    transparent calc(100% - 35px)
  );
  line-height: 40px;
  font-weight: bold;
  white-space: nowrap;
  /* height: 100%; */
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.title-h1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}

.title-h1:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ebebeb;
  position: absolute;
  left: 0;
  top: 18px;
}

.title-h1 .text {
  background: #f8f8f8;
  margin: 0;
  font-size: 25px;
  color: #333;
  padding: 0 15px 0 0;
  padding-right: 30px;
  line-height: 40px;
  font-weight: 300;
  white-space: nowrap;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  position: relative;
}

.title-h1 .text strong {
  font-weight: 600;
  padding-right: 5px;
}

#countdown {
  height: auto;
  text-align: left;
  border-radius: 5px;
  /* margin: auto; */
  /* padding: 10px 0 20px; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

#countdown #tiles {
  position: relative;
  z-index: 1;
}

#countdown #tiles > span {
  width: 58px;
  max-width: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: #05090a;
  border-radius: 3px;
  margin: 0px 1px;
  padding: 1px 0;
  display: inline-block;
  position: relative;
}

#countdown #tiles > span:first-child {
  margin-left: 0;
}

#countdown #tiles > span:last-child {
  margin-right: 0;
}

#countdown .labels {
  width: 100%;
  height: 25px;
  text-align: left;
}

#countdown .labels li {
  width: 102px;
  font: bold 15px "Droid Sans", Arial, sans-serif;
  color: #d2ae7e;
  text-shadow: 1px 1px 0px #000;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}

.cate-dot-1 .slick-dots {
  width: auto;
  bottom: unset;
  right: 80px;
  top: -25px;
}

.cate-dot-1 .slick-dots li {
  border-radius: 100%;
  width: 12px;
  height: 12px;
  /* position: absolute; */
  background: #707070;
  /* border: 3px solid rgba(255, 255, 255, 0.9); */
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
  box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.cate-dot-1 .slick-dots li.slick-active {
  background: #e23b41;
  /* border: 3px solid rgba(0, 0, 0, 1); */
}

.cate-dot-while-1.cate-dot-1 .slick-dots li.slick-active {
  background-color: #707070;
}

.cate-dot-while-1.cate-dot-1 .slick-dots li {
  background-color: #fff;
}

.cate-dot-1 .slick-dots li button {
  width: 12px;
  height: 12px;
}

.cate-dot-1 .slick-dots li button:before {
  width: 12px;
  height: 12px;
}

.cate-arrows-1 .slick-prev,
.cate-arrows-1 .slick-next {
  opacity: 1;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  margin: 0;
  width: 25px;
  height: 50px;
  color: #fff;
}

.cate-arrows-1 .slick-prev {
  left: 0px;
  display: none !important;
}

.cate-arrows-1 .slick-next {
  right: 0px;
  display: none !important;
}

.cate-arrows-1 .slick-prev i,
.cate-arrows-1 .slick-next i {
  font-size: 20px;
  color: inherit;
}

.cate-arrows-1-sm .slick-prev,
.cate-arrows-1-sm .slick-next {
  width: 10px;
  height: 30px;
}

.cate-arrows-1-sm .slick-prev i,
.cate-arrows-1-sm .slick-next i {
  font-size: 10px;
}

/* cate 2 */

.cate-arrows-2 .slick-prev,
.cate-arrows-2 .slick-next {
  opacity: 1;
  font-size: 20px;
  top: 3px;
  transform: translateY(-70px);
  z-index: 3;
  margin: 0;
  width: 25px;
  height: 30px;
  /* background-color: #bababa; */
  color: #333;
}

.cate-arrows-2 .slick-prev {
  left: unset;
  right: 40px;
}

.cate-arrows-2 .slick-next {
  right: 10px;
}

.cate-arrows-2 .slick-prev i,
.cate-arrows-2 .slick-next i {
  font-size: 15px;
  color: inherit;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  /* background-color: #c31f26; */
  /* font-weight: bold; */
  /* font-size: 18px; */
  background-color: unset;
  color: red;
  font-size: 13px;
  line-height: 24px;
  font-weight: bold;
}

.nav-pills .nav-link {
  font-size: 13px;
  line-height: 24px;
}

.title-nav-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* align-items: center; */
  border-bottom: 3px solid #000;
  border-top: 1px solid #f2f3f2;
  background-color: #f7f7f7;
  padding-right: 50px;
  margin-bottom: 30px !important;
}

.title-nav-tab h3 {
  margin: 0;
  font-size: 20px;
  color: #fff;
  padding: 5px 15px;
  padding-right: 60px;
  background: linear-gradient(
    60deg,
    #c31f26 calc(100% - 35px),
    transparent calc(100% - 35px),
    transparent calc(100% - 35px),
    transparent calc(100% - 30px),
    transparent calc(100% - 35px)
  );
  line-height: 30px;
  font-weight: bold;
  /* white-space: nowrap; */
  /* height: 100%; */
  display: flex;
  align-items: center;
}

.title-nav-tab2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* align-items: center; */
  border-bottom: 0px solid #000;
  border-top: 0px solid #f2f3f2;
  background-color: #f7f7f7;
  padding-right: 50px;
  margin-bottom: 30px !important;
}

.title-nav-tab2:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ebebeb;
  position: absolute;
  left: 0;
  top: 19px;
}

.title-nav-tab2 h3 {
  background: #f8f8f8;
  margin: 0;
  font-size: 22px;
  color: #333;
  padding: 0 15px 0 0;
  padding-right: 30px;
  line-height: 40px;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  position: relative;
}

.list_image_video {
}

.list_image_video .slick-prev,
.list_image_video .slick-next {
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  opacity: 1;
  margin: 0;
  line-height: normal;
  font-size: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  height: 40px;
}

.list_image_video .slick-prev:before,
.list_image_video .slick-next:before {
  display: none;
}

.list_image_video .slick-prev {
  left: 2px;
}

.list_image_video .slick-next {
  right: 0px;
}

.list_image_video .slick-prev i,
.list_image_video .slick-next i {
  font-size: 15px;
  color: #fff;
}

.list_image_video .item {
  width: 33.3333%;
  padding: 0 2px;
}

.list_image_video .item .image {
  width: 100%;
  cursor: pointer;
}

.list_image_video .item .image img {
  height: 71px;
  object-fit: cover;
}

.nav-pills {
  background: #fff;
  position: relative;
}

.nav-pills .nav-link {
  padding-left: 5px;
  padding-right: 5px;
}

.wrap-product-tab {
  padding: 30px 0 20px;
  background-color: #f8f8f8;
}

.wrap-product-tab:nth-child(2n) {
  background-color: #f8f8f8;
}

.slide-pro {
  flex: 0 0 100%;
  max-width: 100%;
}

.wrap-news-home {
  padding: 70px 0 50px;
  /* background-color: #f2f2f5; */
}

.wrap-news-home .group-title .title {
  /* color: #e23b41; */
  /* padding-bottom: 0; */
}

.list-news-home {
  /* padding: 0 70px */
}

.fo-03-news {
  /* padding: 0 7.5px; */
  margin-bottom: 25px;
}

.fo-03-news .box {
  position: relative;
}

.fo-03-news .image {
  overflow: hidden;
}

.fo-03-news .image a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 75%;
}

.fo-03-news-main .image a {
  padding-bottom: 67%;
}

.fo-03-news .date {
  /* margin-bottom: 10px; */
  font-size: 13px;
  color: #898989;
}

.fo-03-news .image img {
  transition: all 0.5s;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.fo-03-news .image:hover img {
  transform: scale(1.1);
}

.fo-03-news .content {
  padding: 10px 0px 20px;
  box-shadow: 0px 15px 16px #f4f4f4;
  position: relative;
  background-color: #fff;
}

.fo-03-news .content .caption {
  padding-left: 115px;
}

.fo-03-news .content .time {
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #c31f26;
  color: #fff;
  width: 70px;
  text-align: center;
  font-size: 16px;
  transform: translateY(-50%);
  left: 20px;
  padding: 5px;
  font-weight: bold;
}

.title-template {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: 2px solid;
  margin-top: 0;
}

.count-search {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 40px;
  background-color: #eee;
  padding: 10px 20px;
}

.title-template .title-inner {
  margin: 0;
  font-size: 20px;
  color: #fff;
  padding: 0 15px;
  padding-right: 60px;
  background: linear-gradient(
    60deg,
    #c31f26 calc(100% - 35px),
    transparent calc(100% - 35px)
  );
  line-height: 40px;
  font-weight: bold;
  white-space: nowrap;
  /* height: 100%; */
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.title-template .orderby {
}

.title-template select {
  background-color: inherit;
  border: unset;
}

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

.topnews_right {
  float: left;
  width: 300px;
}

.topnews_left {
  float: left;
  margin-right: 30px;
  width: calc(100% - 330px);
}

.about_us {
  position: relative;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 0px 30px 0px;
  background-image: url(../images/bg_inhome.png);
}

.box_about_us {
  width: 100%;
  display: flex;
}

.box_about_left {
  width: 60%;
  padding: 10px 15px;
}

.box_about_left .title_about {
  color: #006953;
  font-weight: 700;
  font-size: 22px;
  line-height: 15px;
}

.box_about_left .line {
  display: inline-block;
  background-color: #006953;
  width: 100px;
  height: 2px;
  line-height: 20px;
  padding: 0;
}

.box_about_left .title_about2 {
  color: #033d23;
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
}

.box_about_left .desc {
  color: #333;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  padding-top: 15px;
}

.box_about_left .desc p {
  margin-bottom: 16px;
}

.box_about_right {
  width: 40%;
  padding: 10px 15px;
}

.counter {
  width: 100%;
}

.list_counter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.list_counter .item {
  width: 50%;
  display: flex;
  justify-content: center;
}

.list_counter .item:nth-child(1) {
  border-bottom: 2px solid #ddd;
  border-right: 2px solid #ddd;
}

.list_counter .item:nth-child(2) {
  border-bottom: 2px solid #ddd;
}

.list_counter .item:nth-child(3) {
  border-right: 2px solid #ddd;
}

.list_counter .item:nth-child(4) {
}

.buttom_gui {
  width: auto;
  margin-top: 5px;
  justify-content: left;
}

.buttom_gui a {
  width: 100%;
  border-radius: 0px;
  height: 30px;
  text-transform: none;
  font-weight: 700;
  font-size: 12px;
  padding: 7px 0px;
  color: #333;
}

.buttom_gui a:hover {
  color: #293893;
}

.list_counter .item .box {
  height: 140px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.list_counter .colum_number {
  color: #ff7d44;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  display: flex;
  align-items: center;
}

.list_counter .colum_number .dau {
}

.list_counter .colum_number .img {
  width: auto;
  max-height: 38px;
  display: flex;
  align-items: center;
}

.list_counter .colum_number .counter-value {
  padding-left: 15px;
  font-size: 45px;
  color: #ff7d44;
}

.list_counter .name {
  width: 100%;
  text-align: center;
  color: #333;
}

.boxhighlight {
  width: 495px;
  padding-right: 24px;
  border-right: solid 1px #d5dbe4;
  float: left;
}

.boxhighlight h2 {
  float: left;
  margin: 0;
}

.boxhighlight .titlebox {
  float: left;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: solid 3px #c41919;
  padding-bottom: 6px;
  padding-right: 23px;
  position: relative;
}

.boxhighlight .titlebox::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 31px;
  background: #fff;
  border-left: solid 1px #e7e7e7;
  display: block;
  transform: skew(-40deg);
  top: 0;
  right: -46px;
}

.boxhighlight .subcate {
  width: 250px;
  float: right;
  height: 34px;
  border-bottom: solid 1px #e2e2e2;
}

.boxhighlight .subcate ul {
  float: right;
}

.boxhighlight .subcate ul li {
  float: left;
  margin-top: 4px;
  padding-right: 10px;
}

.boxhighlight .subcate ul li .catename {
  color: #9e9e9e;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}

.boxhighlight .subcate ul li:after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #cfcfcf;
  display: block;
  float: right;
  margin-left: 10px;
  margin-top: 7px;
}

.boxhighlight .subcate ul li:last-child:after {
  content: none;
}

.boxhighlight .subcate ul li:last-child {
  padding-right: 0;
  border-right: none;
}

.boxhighlight .listnews .bignews {
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 22px;
}

.boxhighlight .listnews .bignews .image {
  position: relative;
  display: inline-block;
  width: 100%;
}

.boxhighlight .listnews .bignews .image img {
  width: 100%;
}

.boxhighlight .listnews .bignews .title {
  color: #000;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
}

.boxhighlight .listnews .bignews .title a {
}

.boxhighlight .listnews .smallnews {
}

.boxhighlight .listnews .smallnews ul {
  margin: 0 -11px;
}

.boxhighlight .listnews .smallnews ul li {
  float: left;
  width: 50%;
  padding: 0 11px;
}

.boxhighlight .listnews .smallnews ul li a,
.boxhighlight .listnews .smallnews ul li img {
  display: block;
  width: 100%;
}

.boxhighlight .listnews .smallnews ul li .title {
  color: #252525;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  margin-top: 13px;
  display: block;
  position: relative;
  margin: 0;
}

.boxmostview {
  width: 215px;
  padding-left: 24px;
  background-image: url(../images/layer-viewmore.png);
  background-repeat: no-repeat;
  float: right;
}

.boxmostview .titlebox {
  color: #020202;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 20px;
  position: relative;
}

.boxmostview .titlebox::before {
  content: "";
  background: url(../images/sprite_autoprov3.png) no-repeat -298px -30px;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 2px;
}

.boxmostview .bignews {
  margin-top: 25px;
}

.boxmostview .bignews img {
  width: 100%;
  height: 119px;
  object-fit: cover;
}

.boxmostview .bignews .title {
  color: #000;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  margin: 15px 0 13px;
  display: block;
}

.boxmostview .slimScrollDiv {
  position: relative;
}

.boxmostview .smallnews {
  margin-top: 15px;
  overflow-y: auto;
  width: auto;
  height: 343px;
}

.boxmostview .smallnews ul li {
  padding: 17px 0 12px 19px;
  border-top: solid 1px #dedede;
  display: block;
  position: relative;
}

.boxmostview .smallnews ul li::before {
  content: "";
  background: url(../images/sprite_autoprov3.png) no-repeat -344px -9px;
  width: 6px;
  height: 10px;
  position: absolute;
  left: 2px;
  top: 25px;
}

.boxmostview .smallnews ul li .title {
  color: #282828;
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  font-weight: 500;
}

.fix-sidebar {
  position: sticky;
  top: 110px;
}

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

.box_wrap_detail .detail_left {
  width: calc(100% - 330px);
  margin-right: 30px;
  float: left;
}

.box_wrap_detail .content h1 {
  color: #000;
  font-size: 28px;
  line-height: 37px;
  font-weight: 700;
  margin-bottom: 29px;
  margin-top: 0;
}

.view_all {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.view_all a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 158px;
  border: 1px solid #ececec;
  line-height: 48px;
  font-size: 16px;
  font-weight: 600;
}

.view_all a:hover {
  background-color: #0056a1;
  color: #fff;
}

.view_all a i {
  margin-left: 8px;
}

.view_detail {
  width: 100%;
  text-align: left;
  margin-top: 5px;
  overflow: hidden;
  float: left;
}

.view_detail a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 116px;
  border: 1px solid #ececec;
  line-height: 34px;
  font-size: 14px;
  background-color: #0056a1;
  color: #fff;
  font-weight: 600;
}

.view_detail a:hover {
  background-color: #ff000f;
  color: #fff;
}

.like_share_top {
  padding-bottom: 40px;
  border-bottom: solid 1px #e4e4e4;
}

.like_share_top .info {
  float: left;
}

.like_share_top .time-detail {
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
  color: #5f5f5f;
  float: left;
}

.like_share_top .info .zonename {
  color: #000;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  display: inline-block;
  float: left;
  text-transform: uppercase;
}

.like_share_top .info .zonename:before {
  width: 2px;
  height: 11px;
  background-color: #5d5d5d;
  content: "";
  display: block;
  float: left;
  margin-top: 6px;
  margin-left: 5px;
  margin-right: 5px;
}

.like_share_top .fb-like {
  float: right;
  margin-right: 6px;
}

.box_wrap_detail .detail_right {
  width: 300px;
  float: left;
}

.content_detail {
  font-size: 15px;
  line-height: 1.6;
}

.content_detail iframe {
  height: 400px;
}

.content_detail img {
  height: auto !important;
  max-width: 100%;
}

.listtags {
  margin-top: 20px;
  margin-bottom: 20px;
}

.listtags p {
  color: #000;
  padding-left: 22px;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  margin-right: 12px;
  float: left;
}

.listtags p::before {
  content: "";
  background: url(../images/sprite_autoprov3.png) no-repeat -352px -30px;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
}

.listtags ul li {
  float: left;
  line-height: 20px;
}

.listtags ul li .tagname {
  color: #3d3d3d;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  margin-right: 6px;
}

.listtags ul li a:after {
  content: ",";
}

.listtags ul li:last-child a:after {
  content: unset;
}

.cungchuyenmuc .titlebox {
  color: #000;
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 13px;
  border-left: solid 5px #d00000;
  float: left;
  margin: 0;
  display: inline-block;
}

.noibat_trangchu {
  color: #000;
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 13px;
  border-left: solid 5px #d00000;
  float: left;
  margin: 0 0 25px;
}

.cungchuyenmuc #search-place {
  float: right;
  height: 28px;
  line-height: 28px;
  display: none;
}

.cungchuyenmuc #search-place label {
  color: #545454;
  font-size: 13px;
  line-height: 28px;
  font-weight: 500;
  margin-right: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.cungchuyenmuc #search-place select {
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  color: #434343;
  margin-right: 10px;
}

.btn_xem {
  background-color: #d00000;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  width: 58px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 3px;
}

.cungchuyenmuc .listnews {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.cungchuyenmuc .listnews ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.cungchuyenmuc .listnews ul li {
  width: 33.33333%;
  padding: 0 10px;
  margin-bottom: 30px;
  float: left;
}

.cungchuyenmuc .listnews ul li .image {
  width: 100%;
}

.cungchuyenmuc .listnews ul li .image img {
  height: 141px;
  object-fit: cover;
  width: 100%;
}

.cungchuyenmuc .listnews ul li .title {
  color: #292929;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 10px;
  display: block;
}

.wrap_video {
  width: 100%;
  background-color: #fff;
  padding-top: 30px;
}

.box_top_video {
  height: 62px;
  background-color: #1e1e25;
  width: 100%;
  z-index: 999;
}

.box_top_video h1 {
  margin: 0;
}

.box_top_video .pagetitle {
  height: 62px;
  background-color: #d01c13;
  color: #fff;
  font-size: 25px;
  line-height: 62px;
  padding-left: 24px;
  width: 250px;
  float: left;
  box-sizing: border-box;
}

.box_top_video .head-menu {
  width: calc(100% - 250px);
  float: left;
}

.box_top_video .head-menu ul {
  width: 300px;
  margin: 0 auto;
  display: block;
  height: 62px;
  position: relative;
}

.box_top_video .head-menu ul li {
  line-height: 62px;
  float: left;
  margin-right: 60px;
  height: 100%;
  position: relative;
  padding-left: 16px;
}

.box_top_video .head-menu ul li:last-child {
  margin-right: 0;
}

.box_top_video .head-menu ul li:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  background: url(../images/sprite_autoprov3.png) no-repeat -324px -162px;
  width: 8px;
  height: 16px;
}

.box_top_video .head-menu ul li.star:before {
  background: url(../images/sprite_autoprov3.png) no-repeat -343px -159px;
  width: 16px;
  height: 16px;
  left: -5px;
  top: 20px;
}

.box_top_video .head-menu ul li a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  font-weight: 700;
}

.box_top_video .head-menu ul li:hover a,
.head-menu ul li.active a {
  color: #fff;
}

.box_content_video {
  width: 100%;
  border: solid 1px #e0e0e0;
  overflow: hidden;
  margin-bottom: 30px;
}

.box_content_video .box_left {
  width: 250px;
  float: left;
  box-shadow: 0 0 16px 0 rgb(0 0 0 / 6%);
}

.box_content_video .box_right {
  width: calc(100% - 250px);
  float: left;
}

.cate_home {
  width: 100%;
}

.list_cate {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.list_cate .item {
  width: 25%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.list_cate .item .box {
  width: 100%;
  position: relative;
}

.list_cate .item a {
  display: block;
}

.list_cate .item .image {
  width: 100%;
}

.list_cate .item .image img {
  width: 100%;
  transition: 0.5s;
}

.list_cate .item .box:hover .image img {
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.list_cate .item h3 {
  margin: 0;
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  font-family: "Times New Roman";
}

.why_choose_us1 {
  width: 100%;
  padding: 40px 0 40px;
  position: relative;
  background: #f3fafe;
}

.why_choose_us12:before {
  content: "";
  position: absolute;
  background-color: rgb(255 255 255 / 80%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.list_why1 {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 8px 2px #ccccccc2;
  padding: 25px 10px;
  margin: 20px;
}

.list_why1 .box {
  width: 100%;
  text-align: center;
}

.list_why1 .box .image {
  margin-bottom: 5px;
  height: 55px;
}

.list_why1 .box .image img {
  width: 56px;
}

.list_why1 .box .desc {
  font-size: 20px;
  font-style: normal;
  max-width: 250px;
  display: inline-block;
  line-height: normal;
  text-align: center;
  width: 100%;
}

.list_why1 .box .desc h2 {
  font-size: 17px;
  text-transform: none;
  font-weight: 500;
  margin: 10px 0 5px 0;
  color: #333;
}

.list_why1 .box .desc p {
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
  color: #333;
}

.why_choose_us {
  width: 100%;
  padding: 40px 0 40px;
  position: relative;
  background: url(../images/bg_taisao.jpg);
  -webkit-transition-property: background-position;
  -moz-transition-property: background-position;
  transition-property: background-position;
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
  background-attachment: fixed;
}

.why_choose_us:before {
  content: "";
  position: absolute;
  background-color: rgb(0 0 0 / 50%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.why_choose_us .group-title {
}

.why_choose_us .group-title .title {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 15px;
}

.why_choose_us .group-title .desc-title {
  color: #fff;
}

.why_choose_us .group-title .title span {
  color: #fff;
}

.list_why {
  width: 100%;
  margin-top: 20px;
  /* border-radius: 50px; */
  border: 2px solid #eee;
  background: #fff;
  padding: 5px;
}

.list_why .box {
  width: 100%;
  text-align: center;
}

.list_why .box .image {
  /* width: 80px; */
  /* float: right; */
}

.list_why .box .image img {
  width: auto;
}

.list_why .box .desc {
  font-size: 20px;
  font-style: normal;
  max-width: 345px;
  display: inline-block;
  line-height: normal;
  text-align: right;
  width: 100%;
}

.list_why .box .desc h2 {
  font-size: 19px;
  text-transform: none;
  font-weight: 600;
  margin: 5px 0 5px 0;
  color: #333;
}

.list_why .box .desc p {
  font-size: 13px;
  line-height: 18px;
  text-transform: none;
  color: #333;
  padding-bottom: 8px;
}

.list_why2 {
  width: 100%;
  margin-top: 15px;
  border-radius: 50px;
  border: 2px solid #049b88;
  background: #fff;
  padding: 10px;
}

.list_why2 .box {
  width: 100%;
  text-align: center;
}

.list_why2 .box .image {
  width: 80px;
  float: left;
}

.list_why2 .box .image img {
  width: 80px;
}

.list_why2 .box .desc {
  font-size: 20px;
  font-style: normal;
  max-width: 345px;
  display: inline-block;
  line-height: normal;
  text-align: left;
  width: 100%;
}

.list_why2 .box .desc h2 {
  font-size: 19px;
  text-transform: none;
  font-weight: 600;
  margin: 5px 0 5px 0;
  color: #333;
}

.list_why2 .box .desc p {
  font-size: 13px;
  line-height: 18px;
  text-transform: none;
  color: #333;
  padding-bottom: 8px;
}

.images_taisao {
  padding-top: 85px;
}

.kmt-content {
  margin-bottom: 30px;
  display: block;
}

.kbwcrw-title {
  padding: 15px 0 15px 10px;
  font-size: 15px;
  text-transform: uppercase;
  color: #2b2d33;
  background-color: #f5f5f5;
  position: relative;
  font-weight: 900;
}

.kbwc-relate-list .krli {
  display: block;
  border-top: 1px solid #ebebeb;
  padding: 9px 12px;
  cursor: pointer;
  position: relative;
  width: 100%;
  float: left;
}

.krlic-avatar {
  display: block;
  width: 64px;
  height: 40px;
  margin-right: 10px;
  position: relative;
  background-color: #f7f7f7;
  float: left;
}

.krlic-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kbwc-relate-list .krlic-info {
  width: 134px;
  float: left;
}

.krlici-title {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 500;
}

.vod-content {
  margin: 75px auto 0;
  width: 100%;
  max-width: 690px;
}

.vod-body-container {
  box-sizing: border-box;
}

.kbwcli {
  background: #fff;
  background-color: #fff;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 8%);
  overflow: hidden;
  margin-bottom: 25px;
  width: 100%;
  display: flex;
}

.kbwcli-content {
  width: 100%;
}

.kbwcli-iframe {
  width: 100%;
  background: #000;
  position: relative;
}

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

.kbwclic-body-video {
  padding: 20px 25px;
}

.kbvi-title a,
.kbvi-title {
  font-size: 25px;
  color: #222;
  display: block;
  margin: 0;
  margin-bottom: 5px;
  line-height: 30px;
}

.kbvi-title a {
  font-size: 24px;
  line-height: 30px;
  color: #262626;
  font-weight: 500;
}

.kbvi-meta {
  margin-bottom: 10px;
  width: 100%;
}

.kbvi-time {
  position: relative;
  font-size: 13px;
  color: #555;
}

.kbvi-sapo {
  color: #646464;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 15px;
  white-space: pre-line;
  display: block;
}

.detailvideo {
  width: 100%;
}

.detailvideo .kbwcli-content {
  width: 100%;
}

.detailvideo .kbwcli-content .kbwcli-iframe {
  width: 100%;
}

.detailvideo .kbwcli-content .kbwcli-iframe iframe {
  width: 100%;
  height: 400px;
}

.video-detail-body-wrapper {
  width: 100%;
  overflow: hidden;
}

.video-detail-body-wrapper .alignCenter {
  margin: 0 auto;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.vdbw-left {
  width: 410px;
  position: relative;
  padding: 25px 20px 10px 0;
  z-index: 0;
  float: left;
}

.vdbw-title {
  margin-top: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 31px;
}

.vdbw-meta {
  margin-bottom: 22px;
}

.kbvi-time {
  position: relative;
  font-size: 13px;
  color: #555;
}

.vdbw-sapo {
  font-size: 13px;
  line-height: 19px;
  color: #646464;
  margin-bottom: 12px;
  white-space: pre-line;
}

.vdbw-right {
  padding: 25px 0 0 10px;
  float: right;
  position: relative;
  width: 248px;
}

.vdbw-right:after {
  background: url(../images/grd-border.png) top right repeat-y;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
}

.vdbw-rel-header {
  margin-bottom: 15px;
}

.vdbwrhl-text {
  font-weight: 500;
  font-size: 14px;
  color: #767676;
}

.vdbw-right .slimScrollDiv {
  overflow: visible;
}

.button_download {
  margin-bottom: 15px;
}

.button_download a {
  display: inline-flex;
  align-items: center;
  background-color: #4dabf7;
  text-align: center;
  padding: 2px 27px;
  border-radius: 9px;
  color: #fff;
  font-size: 26px;
  line-height: 58px;
}

.button_download i {
  color: #fff;
  font-size: 40px;
  margin-right: 15px;
}

.news_detail {
  width: 100%;
}

.news_detail .box_info {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 5px;
}

.nhan {
  background-color: red;
  color: #fff;
  padding: 3px 10px;
  display: inline-block;
  margin-right: 5px;
}

.news_detail .box_info h1 {
  margin: 0 0 13px;
  font-size: 22px;
  color: #0a589f;
  font-weight: 700;
}

.news_detail .box_info .box_time {
  line-height: 19px;
  margin-right: 20px;
}

.news_detail .fb-like {
  display: inline-block;
}

.news_detail .fb-like iframe {
  width: 135px;
  height: 20px;
}

.news_detail .description {
  padding: 15px;
  border: 1px solid #bfbfbf;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}

.news_detail .description p {
  margin-bottom: 16px;
}

.news_detail .content {
  line-height: 22px;
  font-size: 15px;
  padding-bottom: 20px;
}

.news_detail .content img {
  height: auto !important;
}

.news_detail .content p {
  margin-bottom: 16px;
}

.box_tags {
  width: 100%;
  background-color: #eeeeee;
  padding: 11px 15px;
  margin-bottom: 20px;
}

.box_tags span {
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
}

.box_tags a {
  border: 1px solid #cacaca;
  display: inline-block;
  background-color: #fff;
  padding: 0 13px;
  margin: 2px 0;
  font-size: 15px;
}

.relate-list {
  height: 169px;
  width: 100%;
  overflow-y: auto;
}

.vdbw-rel-news-list li {
  margin-bottom: 20px;
  border-bottom: solid 1px #ececec;
  padding-bottom: 17px;
  list-style: none;
}

.vdbw-rel-news-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 10px;
}

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

.vdbwrn-ava {
  display: block;
  width: 98px;
  flex-shrink: 0;
  margin: 0 10px 0 0;
  position: relative;
  height: 55px;
}

.vdbwrna-wrapper {
  display: block;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center top;
  position: relative;
}

.vdbw-rel-news-list li .vdbwrn-info {
  width: calc(100% - 108px);
}

.vdbwrni-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.box_hoatdong {
}

.box_hoatdong .image {
  width: 100%;
  margin-top: 10px;
}

.box_hoatdong .image img {
}

.list_hoatdong {
  width: 100%;
  padding-top: 10px;
}

.list_hoatdong ul {
}

.list_hoatdong li {
  position: relative;
  padding: 10px 0;
  line-height: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #efefef;
}

.list_hoatdong li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #ff000f;
  position: absolute;
  font-size: 13px;
  top: 14px;
  left: 0px;
}

.wrap-price {
  margin-top: 20px;
}

.wrap-price label {
  font-weight: 500;
  margin-bottom: 3px;
  font-size: 17px;
  line-height: 30px;
  float: left;
  margin-right: 10px;
}

.list_hoatdong li a {
  color: #0a589f;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
}

#side-bar {
  margin-bottom: 30px;
  position: sticky;
  top: 8px;
}

.side-bar {
  margin: 0 0 10px;
}

.side-bar:last-child {
  /*margin-bottom: 0;*/
}

.title-sider-bar {
  margin: 0;
  color: #fff;
  font-weight: 700;
  padding: 6px 15px 6px 25px;
  line-height: 27px;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #293893, #293893);
  position: relative;
  font-size: 15px;
}

.title-sider-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  border-left: 26px solid #fff;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  width: 0;
  height: 0;
  display: none;
}

.title-sider-bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 25px solid #ff0000;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  width: 0;
  height: 0;
  display: none;
}

.list-category {
  background-color: #fff;
  margin-top: 0;
  padding: 15px 0;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.list-fill {
  padding: 20px 15px;
}

.list-fill .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  font-size: 15px;
}

.list-supplier {
  margin-bottom: 20px;
}

.list-supplier:last-child {
  margin-bottom: 0;
}

.title-s {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.list-supplier ul {
}

.list-supplier ul img {
  height: 20px;
  width: auto;
}

.list-supplier ul li + li {
  margin-top: 15px;
}

.menu-side-bar {
}

.menu-side-bar li.active > a {
  color: #c31f26;
}

.list-category ul > li > a > img {
  /*width: 18px;
    height: 18px;
    margin-right: 16px;*/
}

.list-category ul > li > a .pt_icon_right {
  position: absolute;
  right: 0;
  top: 3px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  transition: all 0.5s;
  opacity: 0.4;
}

.list-category ul > li > a .pt_icon_right2 {
  position: absolute;
  right: 0;
  top: 2px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  transition: all 0.5s;
  opacity: 0.4;
}

.list-category ul > li > a > .pt_icon_right:before {
  content: "\f067";
}

.list-category ul > li > a > .pt_icon_right2:before {
  content: "\f067";
}

.list-category ul > li.active > a > .pt_icon_right:before {
  content: "\f068";
}

.list-category ul > li.nav_item1.active > a > .pt_icon_right2:before {
  content: "\f068";
}

.list-category ul > li.active a .pt_icon_right {
  /* transform: rotate(90deg); */
}

.list-category ul > li > a {
  user-select: none;
  display: block;
  text-decoration: none;
  clear: both;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0 15px;
  color: #222222;
  position: relative;
}

.list-category > ul > li {
  position: relative;
  padding: 8px 10px 8px 28px;
}

.list-category > ul > li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #353535;
  border-radius: 100%;
  position: absolute;
  left: 10px;
  top: 16px;
}

.list-category > ul > li img {
  width: auto;
  position: absolute;
  left: 18px;
  top: 8px;
}

.list-category > ul > li > a {
  font-size: 14px;
  padding: 0;
  line-height: 18px;
  display: block;
  color: #353535;
  font-weight: bold;
}

.list-new-sb.list-category > ul > li > a {
  border-bottom: 1px dashed #4b4b4b;
  padding-bottom: 10px;
  color: #000;
}

ul.menu-side-bar > li > a:before {
  display: none;
}

.list-category ul > li > a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 20px;
  /* top: 18px; */
  font-weight: 900;
  display: none;
}

.list-category > ul > li > a:hover {
  color: #293893;
}

.list-category ul > li > a > span {
}

.box_list_banner {
  width: 100%;
}

.box_list_banner .row {
  margin: 0 -7.5px;
}

.box_list_banner .banner_center {
  width: 50%;
  padding: 0 7.5px;
}

.menu-side-bar li ul {
  padding-left: 5px;
  display: none;
}

.menu-side-bar-leve-2 {
  display: none;
}

.menu-side-bar-leve-3 {
  display: none;
}

.list-category .menu-side-bar-leve-2 > li > a {
  padding-left: 10px;
  line-height: 35px;
  /* height: 35px; */
}

.list-category .menu-side-bar-leve-2 > li > a:before {
  left: 30px;
  /* top: 11px; */
  display: none;
}

.list-category .menu-side-bar-leve-3 > li > a {
  padding-left: 70px;
  line-height: 35px;
  height: 35px;
}

.list-category .menu-side-bar-leve-3 > li > a:before {
  left: 58px;
  top: 11px;
}

.list-trending {
}

.list-trending ul {
  display: flex;
  flex-wrap: wrap;
}

.list-trending ul > li {
  font-size: 13px;
  margin-top: 0;
  padding: 15px;
  /* border-bottom: 1px solid #f0f0f0; */
}

.list-trending ul > li > .box {
  display: flex;
  flex-wrap: wrap;
}

.list-trending ul > li > .box .xemthem {
  display: inline-block;
  padding: 5px 15px;
  background-color: #b50000;
  color: #fff;
  border-radius: 5px;
  margin-top: 5px;
}

.list-trending .box .icon {
  width: 90px;
  overflow: hidden;
  /* height: 125px; */
}

.list-trending .box .icon img {
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.list-trending .box .icon:hover img {
  transform: scale(1.1);
}

.list-trending .box .content {
  width: calc(100% - 90px);
  padding-left: 10px;
}

.list-trending .box .content .price {
  font-size: 18px;
  font-weight: bold;
  color: #c31f26;
}

.list-trending .box .content .date {
  text-transform: none;
  font-size: 13px;
  display: inline-block;
  line-height: 1.5;
  padding: 0;
  width: auto;
  color: #a9a9a9;
}

.list-trending .box .content .price-side {
  font-size: 15px;
  color: #f68519;
  font-weight: 600;
}

.list-trending .box .content .name {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 5px;
  /* line-height: 30px; */
}

.list-trending .box .content .name a {
  /* color: inherit; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
}

.list-trending .box .content .name a:hover {
  /* color: #282e88; */
}

.list-trending .box .content .name a:hover {
}

.list-trending .box .content .desc {
  line-height: 20px;
  height: 40px;
  color: #333333;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.list-uudiem {
  padding: 10px;
}

.uudiem-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.uudiem-item:last-child {
  margin-bottom: 0;
}

.uudiem-item .icon {
  width: 35px;
  height: auto;
}

.uudiem-item img {
}

.uudiem-item .content {
  padding-left: 15px;
  width: calc(100% - 35px);
}

.uudiem-item .content h3 {
  font-size: 15px;
  /* font-weight: bold; */
  margin: 0;
  margin-bottom: 5px;
}

.uudiem-item .content .desc {
  font-weight: bold;
  font-size: 18px;
}

.wrap-breadcrumbs {
  background-color: #e6e6e6;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.wrap-breadcrumbs .breadcrumb {
  background: unset;
  margin: 0;
  padding: 5px 0px;
  justify-content: left;
}

.wrap-breadcrumbs .breadcrumb li {
  font-size: 13px;
}

.wrap-breadcrumbs .breadcrumb li a {
}

.wrap-breadcrumbs .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.compare-wrapper {
}

.title-compare {
  display: flex;
  justify-content: space-between;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 10px;
  background-color: #eee;
  align-items: center;
  flex-wrap: wrap;
}

.col-compare {
  margin-bottom: 50px;
}

.compare-card {
}

.compare-card .box {
  position: relative;
}

.compare-card .image {
}

.compare-card .remove-compare {
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 100%;
  /* background-color: #ccc; */
  /* border-color: #ccc; */
  color: #c31f26;
  font-size: 30px;
  /* padding: 3px; */
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.compare-card .remove-compare i {
  line-height: 30px;
}

.compare-card .sale {
  position: absolute;
  top: 17px;
  left: 10px;
  background-color: #242828;
  color: #fff;
  padding: 0.3em 0.5em;
  font-size: 12px;
  font-weight: bold;
}

.compare-card .content {
  border: 1px solid #ddd;
  padding: 10px 20px;
  text-align: center;
}

.compare-card .name {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  /* border-bottom: 1px solid #ddd; */
  padding: 10px 0;
  /* margin-bottom: 10px; */
  text-align: center;
}

.compare-card .view-more {
  text-align: center;
  margin-bottom: 10px;
}

.compare-card .box-price {
  justify-content: center;
}

.compare-card .new-price {
}

.compare-card .old-price {
}

.compare-card .info {
}

.compare-card .info h3 {
  font-size: 20px;
  text-align: center;
  /* border-bottom: 1px solid #cccc; */
  /* padding-bottom: 10px; */
  font-weight: bold;
  color: #c31f26;
  text-transform: uppercase;
}

.compare-card .info ul {
}

.compare-card .info ul li {
  padding: 10px;
  /* border-bottom: 1px solid #ddd; */
}

.compare-card .info ul li strong {
  font-weight: bold;
  font-size: 18px;
}

.compare-card .info ul li:last-child {
  border-bottom: unset;
}

.compare-card .info ul li a {
}

.box-product-main {
  margin-bottom: 20px;
}

.image-main {
  position: relative;
}

.image-main .sale {
  position: absolute;
  right: 0;
  top: 0;
  top: 17px;
  right: 10px;
  background-color: #242828;
  color: #fff;
  padding: 0.3em 0.5em;
  font-size: 12px;
  font-weight: bold;
}

.box-image-product {
}

.box-image-product .image-main a {
  display: block;
  position: relative;
}

.box-image-product .image-main a i {
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.list-small-images {
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 0 40px;
}

.small-image {
  padding: 5px;
  /* background: #fff; */
  cursor: pointer;
}

.small-image img {
  border: 1px solid #eee;
  padding: 3px;
  background: #fff;
  height: 70px;
  object-fit: cover;
}

.list-small-image .slick-prev,
.list-small-image .slick-next {
  margin: 0;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  z-index: 66;
  text-align: center;
  opacity: 1;
  background-color: unset;
  border-radius: 6px;
}

.list-small-image .slick-prev:hover,
.list-small-image .slick-next:hover {
  opacity: 1;
}

.list-small-image .slick-prev:before,
.list-small-image .slick-next:before {
  content: "";
  /* display: block; */
  /* z-index: 9; */
  /* width: 100%; */
  /* height: 100%; */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  /* opacity: 1; */
  /* -webkit-transition: all 0.2s ease-out; */
  /*  -o-transition: all 0.2s ease-out; */
  /*  -moz-transition: all 0.2s ease-out; */
  /* transition: all 0.2s ease-out; */
  /* background-size: 14px; */
}

.list-small-image .slick-prev:before {
  /* background-image: url('../images/slick-prev.png'); */
}

.list-small-image .slick-next:before {
  background-image: url("../images/slick-next.png");
}

.list-small-image .slick-prev:hover:before {
  opacity: 0.6;
}

.list-small-image .slick-next:hover:before {
  opacity: 0.6;
}

.list-small-image .slick-prev i,
.list-small-image .slick-next i {
  color: #737373;
  line-height: 24px;
  font-size: 15px;
  /* display: none; */
}

.list-small-image {
  padding: 0 0px;
}

.list-small-image .slick-prev {
  left: -25px;
}

.list-small-image .slick-next {
  right: -25px;
}

.product-detail-infor {
}

.product-detail-infor .box-infor {
  margin-bottom: 20px;
  color: #404040;
}

.product-detail-infor .box-infor h1 {
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 25px;
  color: #0f7cc1;
}

.product-detail-infor .box-infor h2 {
  font-weight: 600;
  /* color: #c31f26; */
  /* padding: 5px 0 5px 0; */
  /* text-transform: uppercase; */
  margin: 0 0 0px;
  font-size: 25px;
}

.product-detail-infor .box-infor .masp {
  padding: 10px 0;
  border-bottom: solid 1px #eee;
  margin-bottom: 5px;
  font-weight: 600;
}

.product-detail-infor .box-infor .status {
  margin-top: 5px;
  font-size: 15px;
  color: #000;
  line-height: 26px;
}

.product-detail-infor .box-price {
  font-size: 25px;
}

.product-detail-infor .box-price .price {
  /* font-size: 16px; */
  line-height: 1;
  padding: 8px 0;
  color: #c31f26;
}

.product-detail-infor .box-price .price .name-price {
  margin-right: 10px;
  text-transform: unset;
}

.wrap-price .list-attr {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.wrap-price .list-attr .attr-item > h3 {
  font-size: 13px;
  color: #333;
  text-align: left;
  margin-top: 0;
}

.wrap-price .list-attr .attr-item:nth-child(1) {
  width: 45%;
}

.wrap-price .list-attr .attr-item:nth-child(2) {
  width: 30%;
}

.wrap-price .list-attr .attr-item:nth-child(3) {
  width: 25%;
}

.wrap-price .price span:first-child {
  color: #333;
  font-weight: normal;
  font-size: 20px;
}

.wrap-price .price span:last-child {
  text-transform: uppercase;
}

.wrap-price .price {
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: red;
}

.product-detail-infor .price-number {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-right: 10px;
}

.product-detail-infor .box-price .old-price {
  color: #767373cc;
}

.product-detail-infor .box-rate {
  line-height: 1;
  padding: 8px 0;
  border-bottom: 1px solid #707070;
}

.product-detail-infor .box-rate span.name-danh-gia {
  margin-right: 10px;
  font-size: 20px;
}

.product-detail-infor .box-rate span {
}

.product-detail-infor .box-rate span i {
  color: #ffde5a;
  font-size: 20px;
}

.product-detail-infor .desc-product {
  padding: 0px 0 0px;
  margin-top: 10px;
  font-size: 16px;
  background-color: #f5f5f5;
  line-height: 1.6;
}

.product-detail-infor .desc-product ul {
  flex-wrap: wrap;
  padding: 10px 15px 0px;
  display: flex;
}

.product-detail-infor .desc-product ul li {
  width: 50%;
  margin-bottom: 10px;
  padding-right: 10px;
}

.dathang {
  padding: 10px 15px;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

.dathang i {
  color: #c31f26;
  margin-right: 5px;
}

.dathang .phone {
  color: #c31f26;
  font-weight: bold;
}

.box-buy {
  margin-bottom: 10px;
}

.box-buy a {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  /* float: left; */
  margin-right: 5px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  padding: 0 30px;
  background-color: #a3a3a3;
  cursor: pointer;
  margin-bottom: 10px;
  font-weight: bold;
}

.box-buy .addnow {
  background-color: #c31f26;
}

.box-buy {
  margin-bottom: 10px;
}

.box-buy .add-to-cart {
  background-color: #f00;
  text-transform: uppercase;
}

.box-buy .add-compare {
}

.wrap-price .list-attr .attr-item .form-group label {
  font-size: 15px;
}

.wrap-add-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-add-cart {
  display: flex;
}

.pro_mun {
  display: flex;
}

.pro_mun a {
  width: 30px;
  height: 35px;
  border: 1px solid #ddd;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 9px;
}

.pro_mun input {
  border: 1px solid #ddd;
  width: 40px;
  text-align: center;
}

.giaohang {
}

.giaohang ul {
  background-color: #fff8f8;
  padding: 15px 15px 0 15px;
  border: 1px dashed #c31f26;
  margin-bottom: 20px;
}

.giaohang ul li {
  display: flex;
  margin-bottom: 10px;
}

.giaohang ul li .icon {
  width: 50px;
  flex: 0 0 auto;
}

.giaohang ul li .desc {
  padding-left: 10px;
  /* margin-bottom: 10px; */
  line-height: 24px;
}

.list-file {
}

.share {
  margin-top: 20px;
}

.tab-product {
}

.tab-product p {
  margin-bottom: 16px;
}

.tab-product .tab-content {
  padding: 10px 15px;
  text-align: justify;
  font-size: 15px;
  line-height: 24px;
  background: #fff;
}

.tab-product .tab-content img {
  width: auto;
  max-width: 100%;
}

.tab-link {
  position: sticky;
  top: 49px;
}

.tab-link ul {
  display: flex;
  background-color: #f0f0f0;
  flex-wrap: wrap;
}

.tab-link ul li {
}

.tab-link ul li a {
  display: inline-block;
  width: 100%;
  height: 43px;
  line-height: 43px;
  padding: 0 14px;
  border-top: 2px solid transparent;
  text-decoration: none;
  color: #333;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
}

.tab-link ul li a.active,
.tab-link ul li a:hover {
  color: #c31f26;
  border-top: 2px solid #c31f26;
  background-color: #fff;
}

.tab-pro-content {
  border: 1px solid #ebebeb;
  padding: 20px;
  padding-top: 25px;
}

.tab-item {
}

.tab-item iframe {
  max-width: 100%;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: #ea1e29;
  padding: 10px 25px;
  color: #fff;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
  text-transform: none;
  font-size: 16px;
  background: #fff;
  margin-right: 2px;
  color: #404040;
  padding: 10px 25px;
  font-weight: 600;
}

.nav-tabs {
  margin-top: 0px;
  border-bottom: 0px solid #dee2e6;
}

.content-category {
  text-align: justify;
  padding: 15px;
  background-color: #fff8f8;
  border: 1px dashed #c31f26;
  margin-top: 25px;
  margin-bottom: 30px;
}

.template-contact {
  padding-top: 30px;
}

.contact-form {
  margin-bottom: 20px;
}

.contact-form .form-group {
  padding-left: 35px;
  position: relative;
}

.contact-form .form-group i {
  position: absolute;
  left: 0;
  top: 10px;
  color: #9b999a;
}

.contact-form .form-control {
  border: unset;
  border-bottom: 1px solid #ced4da;
  padding-left: 0;
  background-color: transparent;
  border-radius: 0;
}

.contact-form .btn-block {
  background-color: #0875b6;
  width: auto;
  display: inline-block;
  border: solid 1px #0875b6;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  text-transform: uppercase;
}

.contact-form label {
  font-weight: normal;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 3px;
  font-size: 16px;
}

.contact-form .form {
}

.contact-form .form p {
  margin: 0 0 10px;
  font-size: 15px;
}

.title-contact {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 19px;
  line-height: 32px;
  color: #ea1e29;
}

.contact-form .title_form {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 19px;
  line-height: 32px;
  text-transform: uppercase;
  color: #333;
}

.contact-form .form input {
  font-size: 14px;
  color: #333333;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 0px;
  height: 35px;
  padding: 0 15px;
  margin-bottom: 15px;
  outline: 0;
}

.contact-form .form select {
  font-size: 14px;
  color: #333333;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 0px;
  height: 35px;
  padding: 0 15px;
  margin-bottom: 15px;
  outline: 0;
}

.contact-form .form textarea {
  font-size: 14px;
  color: #333333;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 15px;
  outline: 0;
}

.contact-form .form button {
  font-size: 14px;
  color: #fff;
  background: #ea1e29;
  border: none;
  height: 35px;
  width: 150px;
  border-radius: 0px;
  cursor: pointer;
  outline: 0;
}

.contact-infor {
  margin-bottom: 20px;
}

.contact-infor .infor {
  margin-bottom: 20px !important;
  line-height: 20px;
}

.block-contact {
  padding: 20px 0;
}

.map-contact iframe {
  height: 250px;
  width: 100%;
}

.block-contact .list-address-footer {
  margin-bottom: 10px;
  line-height: 20px;
}

.block-contact .list-address-footer ul li {
  line-height: 24px;
  list-style: disc !important;
  margin-left: 16px;
}

.contact-infor .infor .address {
}

.contact-infor .infor .address .title {
  padding-bottom: 0;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
}

.contact-infor .infor .address .pt_list_addres {
  margin-bottom: 15px;
}

.contact-infor .infor .address .pt_list_addres > li {
  line-height: 25px;
  margin-bottom: 5px;
}

.contact-infor .infor .map {
}

.contact-infor .infor .map iframe {
  height: 220px;
}

/*end css template contact*/

.category-slide-1 .slick-prev,
.category-slide-1 .slick-next {
  opacity: 1;
  font-size: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  margin: 0;
  width: 35px;
  text-align: center;
  padding: 5px 0;
  height: 35px;
  line-height: 20px;
  border-radius: 100%;
  box-shadow: 3px 3px 10px #ddd;
  color: #333;
  background: #fff;
}

.category-slide-1 .slick-prev {
  left: 0px;
}

.category-slide-1 .slick-next {
  right: 0px;
}

.category-slide-1 .slick-prev i,
.category-slide-1 .slick-next i {
  font-size: 22px;
  /* color: #fff; */
}

.wrap-partner {
  padding: 20px 0px;
  background-color: #fff;
}

.wrap-partner .list-item {
  /* border: 1px solid #dcdcdc; */
  border-radius: 3px;
  /* padding: 7px 30px; */
}

.wrap-partner .list-item .item {
  padding: 0 10px;
  width: 25%;
}

.wrap-partner .list-item .box {
  /* border: 1px solid #eee; */
  padding: 0px;
}

.wrap-partner .list-item img {
  border: solid 1px #eee;
}

.card-news-horizontal {
  margin-bottom: 25px;
}

.card-news-horizontal .box {
  display: flex;
  flex-wrap: wrap;
  background-color: #f8f8f8;
}

.card-news-horizontal .image {
  width: 30%;
}

.card-news-horizontal .image a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 73%;
}

.card-news-horizontal .image a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-news-horizontal .content {
  width: calc(100% - 30%);
  padding-left: 15px;
  padding-top: 10px;
  /* padding: 15px; */
}

.card-news-horizontal .image img {
  height: 94px;
  object-fit: cover;
}

.card-news-horizontal .content h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-right: 10px;
}

.card-news-horizontal .content h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 24px;
  height: 24px;
}

.card-news-horizontal .content .date {
  margin-bottom: 5px;
  font-size: 13px;
  color: #898989;
}

.card-news-horizontal .content .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 75px;
  line-height: 25px;
  font-size: 16px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.wrap-service {
}

.link-service {
  display: block;
  max-width: 790px;
  background: #e23b41;
  color: #fff;
  padding: 10px 15px;
  line-height: 35px;
  font-size: 20px;
  margin-bottom: 20px;
}

.link-service:hover {
  color: #fff;
}

.link-service i {
  margin-left: 10px;
}

.pd-10 {
  padding: 0 10px;
}

.text-service {
  padding: 0 5px;
}

.title-service {
  font-size: 63px;
  color: #e23b41;
  text-transform: uppercase;
  font-weight: bold;
}

.service-view {
  border: 1px solid #e23b41;
  border-radius: 20px;
  padding: 0 19px;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
  color: #e23b41;
}

.service-view:hover {
  color: #fff;
  background-color: #e23b41;
}

.col-service-item {
  padding: 0 5px;
  margin-bottom: 20px;
}

.service-item {
  box-shadow: 1px 15px 19px #dddddd;
}

.service-item .box {
  text-align: center;
  padding: 0 0 15px;
  background-color: #fff;
}

.service-item .box .image {
  margin-bottom: 15px;
}

.service-item .box .image img {
  object-fit: cover;
  width: auto;
}

.service-item .box .name {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e23b41;
  line-height: normal;
}

.service-item .box .name span {
  max-width: 112px;
  display: inline-block;
}

.wrap-service .col-service-item:nth-child(2) .box .name a:hover {
  color: #282e88;
}

.wrap-service .col-service-item:nth-child(3) .box .name a:hover {
  color: #e23b41;
}

.wrap-service .col-service-item:nth-child(4) .box .name a:hover {
  color: #fad187;
}

.icon-dv-right {
  margin-top: 5px;
}

.line-div {
  width: 50px;
  height: 1px;
  background: #707070;
  margin: 0 auto;
}

.title-xemthem {
  font-size: 24px;
  color: #707070;
  font-weight: normal;
  text-transform: none;
  text-decoration: underline;
}

.title-#c31f26 {
  color: #e23b41;
}

.title-while {
  color: #fff;
}

.group-title .desc {
  color: #222;
  margin-bottom: 0;
  line-height: 24px;
  max-width: 750px;
  font-size: 15px;
  text-align: center;
  margin: auto;
}

.wrap-system {
  padding: 25px 0 60px;
  background-color: #e23b41;
  color: #fff;
}

.box-system {
  position: relative;
}

.list-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* background-color: rgba(0, 0, 0, 0.2); */
}

.list-icon span {
  /* display: inline-block; */
  position: absolute;
  width: 25px;
  height: 25px;
  cursor: pointer;
  font: normal normal normal 14px/1 FontAwesome;
  text-align: center;
  color: #3895f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  transition: all 0.5s;
  transform: translate(-50%, -50%);
}

.list-icon span:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 100%;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-name: animation-glowing-white-2;
  animation: animation-glowing-white-2 1.5s infinite;
}

.list-icon span.active:after {
  animation-name: animation-glowing-white-2-active;
}

@keyframes animation-glowing-white-2-active {
  0% {
    box-shadow: inset 0 0 0 0 #fff;
  }
  50% {
    box-shadow: 0 0 0 0 rgba(226, 59, 65, 0.5);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.1);
  }
}

@keyframes animation-glowing-white-2 {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  50% {
    box-shadow: 0 0 0 0 rgba(226, 59, 65, 0.1);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.1);
  }
}

.list-icon span.active {
  transform: translate(-50%, -50%) scale(1.5);
}

.list-icon span:before {
  content: "\f041";
}

.close-map {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
  line-height: 23px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.close-map:before {
  content: "x";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
}

.bg-image-load {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.bg-image-load.active {
  z-index: 1;
  opacity: 1;
}

.bg-image-load.active .image-load {
  transform: translate(-50%, -50%) scale(1);
}

.box-system .image-load {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  /* opacity: 0; */
  text-align: center;
  max-width: 500px;
  /* overflow: hidden; */
  transition: all 0.5s;
}

.box-image-load {
  padding-bottom: 100%;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  border: 3px solid #e23b41;
}

.box-system .image-load img {
  width: auto;
  max-width: 70%;
  /* max-width: 100%; */
  height: 80%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wrap-system .image-sytem {
}

.wrap-system .image-sytem img {
}

.btn-view {
  display: inline-block;
  border-radius: 40px;
  line-height: 45px;
  background-color: #fff;
  color: #e23b41;
  font-size: 18px;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #e23b41;
  box-shadow: 0px 1px 5px 1px #a38a8a;
  visibility: visible;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-name: animation-glowing-white;
  animation: animation-glowing-white 1.5s infinite;
}

.btn-light {
  color: #212529;
  background-color: #eee;
  border-color: #eee;
}

@keyframes animation-glowing-white {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  100% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
  }
}

.btn-view:hover {
  color: #fff;
  background-color: #e23b41;
}

.btn-view i {
  font-size: 28px;
  margin-right: 10px;
}

.wrap-count {
  padding: 25px 0;
}

.wrap-count .group-title .title {
  padding-bottom: 0;
  color: #e23b41;
}

.image-about {
}

.image-about .image {
  overflow: hidden;
  display: block;
}

.image-about img {
  transition: 0.5s;
}

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

.link_about {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.link_about a {
  display: inline-block;
  color: #e23b41;
  border-radius: 50px;
  border: 1px solid #e23b41;
  text-transform: uppercase;
  line-height: 40px;
  padding: 0 16px;
  font-weight: 500;
  font-size: 18px;
}

.link_about a:hover {
  background-color: #e23b41;
  color: #fff;
}

.list_count {
}

.item_count {
  text-align: center;
  margin-bottom: 20px;
}

.item_count .box_count {
}

.item_count .box_count .counter-value {
  color: #e23b41;
  font-size: 65px;
  font-weight: bold;
  margin-bottom: 5px;
}

.item_count .box_count p {
}

.list-news-2 .fo-03-news .content {
  padding-top: 30px;
}

.list-news-2 .fo-03-news h3 a {
  color: #e23b41;
}

.list-news-2 .fo-03-news h3 a:hover {
  color: #282e88;
}

.list-news-2 .fo-03-news .desc {
  -webkit-line-clamp: 2;
  height: 46px;
  margin-bottom: 5px;
}

.fo-03-news h3 {
  font-weight: 500;
  font-size: 17px;
  color: #333;
  line-height: 20px;
  margin: 0px 0 0px;
  position: relative;
  margin-top: 10px;
}

.fo-03-news h3 a {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.fo-03-news h3 a:hover {
  color: #e23b41;
}

.fo-03-news .desc {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 92px;
  margin-bottom: 25px;
}

.fo-03-news-main .content {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.block-action-news {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fo-03-news-main .block-action-news {
  color: #e23b41;
}

.fo-03-news-main .date {
  color: #e23b41;
}

.xemthem {
  text-decoration: underline;
}

.wrap-bg {
  background-image: url(../images/bg-01.png);
  padding: 15px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-bg {
  position: relative;
  margin: 0 auto;
}

.box-bg > img {
  /* min-height: 300px; */
  /* object-fit: cover; */
  width: 100%;
}

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

.justify-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.before-after-unset:before,
.before-after-unset:after {
  content: unset;
}

.box-bg .d-flex {
}

.box-bg-content {
  justify-content: center;
  align-items: center;
  bottom: 0px;
  position: absolute;
  width: 100%;
}

.box-bg-content .logo-bg {
  width: 50%;
  text-align: right;
  padding-right: 10px;
}

.box-bg-content .button_tuvan {
  width: 50%;
  padding-left: 10px;
}

.box-bg-content .logo-bg img {
  width: auto;
  max-width: 328px;
}

.wrap-contact-footer {
  padding: 15px 0 0;
}

.col-1-5 {
  min-width: 20%;
}

.col-item-contact {
  color: #e23b41;
  margin-bottom: 15px;
}

.col-item-contact .box {
  text-align: center;
}

.col-item-contact .box .icon {
  text-align: center;
}

.col-item-contact .box .icon img {
  height: 75px;
  width: auto;
  margin: 0 auto;
}

.col-item-contact .box .name {
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

.col-item-contact .box .desc {
  font-size: 17px;
}

.col-item-img {
  margin-bottom: 15px;
}

.col-item-img .box {
}

.col-item-img .box .image {
  text-align: center;
}

.col-item-img .box .image img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.breadcrumbs {
  position: relative;
  width: 100%;
  /* padding-top: 20px; */
  background-color: #fff;
}

.breadcrumbs:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #2b2b2b; */
  z-index: 1;
}

.breadcrumbs ul {
  float: left;
  width: 100%;
  padding: 12px 15px;
  /* border-bottom: 1px solid #ddd; */
  /* margin-bottom: 20px; */
  display: inline-block;
  max-width: 795px;
  background-color: #e23b41;
}

.breadcrumbs ul > li {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #a8a8a8;
  font-weight: 400;
}

.breadcrumbs ul > li > a {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  float: left;
}

.breadcrumbs ul > li > a:after {
  content: "/";
  /*    content: "\f101";
    margin: 0px 10px;
    font: normal normal normal 14px/1 FontAwesome;
    */
}

.breadcrumbs ul > li:last-child a:last-child:after {
  content: "\f107";
  margin: 0px 0px 0 20px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 32px;
  position: relative;
  top: 2px;
}

.breadcrumbs ul > li span {
  display: inline-block;
  color: #fff;
}

.blog-news {
  /* padding: 50px 0; */
}

.line-div-long {
  width: 100%;
  height: 1px;
  background-color: #000;
  max-width: 670px;
  margin: 30px auto;
}

.list-news-2 {
}

.list-news-2 .row {
  padding: 0 7.5px;
}

.list-news-2 .row .col-12 {
  padding: 0 7.5px;
}

.list-news-2 > .row:nth-child(2n) .left {
  float: right;
}

.list-news-2 .left {
}

.list-news-2 .right {
}

.list-news-2 .fo-03-news {
  margin-bottom: 15px;
}

.list-news-blog {
}

.list-news-blog .fo-03-col-news:nth-child(1),
.list-news-blog .fo-03-col-news:nth-child(6) {
  width: 50%;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .content,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .image a,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .image a {
  padding-bottom: 66.7%;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .content,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .content {
  background-image: linear-gradient(
    0deg,
    rgba(204, 204, 204, 0.9),
    rgba(237, 233, 233, 0.9),
    transparent
  );
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .content {
  color: #e23b41;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .date,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .date {
  color: inherit;
}

.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .content {
  color: #3e4494;
}

.list-news-blog.list-news-blog-nb
  .fo-03-col-news:nth-child(1)
  .fo-03-news
  .content,
.list-news-blog.list-news-blog-nb
  .fo-03-col-news:nth-child(6)
  .fo-03-news
  .content {
  color: #707070;
}

.list-news-blog.list-news-blog-nb
  .fo-03-col-news:nth-child(1)
  .fo-03-news
  .content
  .block-action-news,
.list-news-blog.list-news-blog-nb
  .fo-03-col-news:nth-child(6)
  .fo-03-news
  .content
  .block-action-news {
  color: #e23b41;
}

.blog-news-detail {
  padding: 10px 0 40px;
}

.p-75 {
  padding: 0 7.5px;
}

.p-5 {
  padding: 0 5px;
}

.p-10 {
  padding: 0 10px;
}

.padding-content {
  padding: 25px 38px 35px;
}

.news-detail {
  text-align: justify;
  /* border-radius: 15px; */
  overflow: hidden;
  margin-bottom: 30px;
}

.title-detail {
  color: #c31f26;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.7;
}

.title-lg {
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.news-detail .box_content {
  font-size: 15px;
  line-height: 1.6;
}

#wrapSizeChange h1 {
  font-size: 1.6em;
  font-weight: bold;
}

#wrapSizeChange h2 {
  font-size: 1.5em;
  font-weight: bold;
}

#wrapSizeChange h3 {
  font-size: 1.3em;
  font-weight: bold;
}

#wrapSizeChange h4 {
  font-size: 1.2em;
  font-weight: bold;
}

#wrapSizeChange h5 {
  font-size: 1.1em;
  font-weight: bold;
}

.news-detail .author {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #f7f7f7;
  /* padding: 5px; */
}

.news-detail .author .date {
  text-transform: none;
  font-size: 13px;
  display: inline-block;
  line-height: 1.5;
  padding: 0;
  width: auto;
  color: #a9a9a9;
  padding: 0 10px;
}

.changeFontSize {
}

.changeFontSize * {
  cursor: pointer;
  display: inline-block;
  padding: 5px;
  font-size: 13px;
}

.news-detail .box_content .content-news {
}

#fix-sidebar {
  position: sticky;
  top: 60px;
}

.shadow {
  box-shadow: 7px 10px 14px 4px #ccc;
}

.wrap-relate {
  margin-top: 30px;
}

.blog-tuyendung {
  padding-bottom: 40px;
  padding-top: 40px;
}

.blog-tuyendung .card-news-horizontal .image a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(226, 59, 65, 1);
  z-index: 1;
  background-image: url(../images/logo-bg.png);
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}

.blog-tuyendung .card-news-horizontal .image a:hover img {
  opacity: 0.8;
}

.blog-tuyendung .card-news-horizontal .image a:hover:before {
  opacity: 1;
}

.blog-tuyendung .padding-content {
}

.blog-tuyendung .card-news-horizontal:nth-child(3n + 1) .content h3 {
  color: #282e88;
}

.blog-tuyendung .card-news-horizontal:nth-child(3n + 2) .content h3 {
  color: #e23b41;
}

.blog-tuyendung .card-news-horizontal:nth-child(3n + 3) .content h3 {
  color: #fecf78;
}

.list-trending ul > li:nth-child(3n + 1) .content .name a {
  /* color: #282e88; */
}

.list-trending ul > li:nth-child(3n + 2) .content .name a {
  /* color: #e23b41; */
}

.list-trending ul > li:nth-child(3n + 3) .content .name a {
  /* color: #fecf78; */
}

.blog-product {
  padding: 30px 0;
  width: 100%;
}

.blog-product .group-title .title {
  padding-bottom: 0;
  color: #e23b41;
}

.blog-product .group-title {
  margin-bottom: 18px;
}

.blog-product .btn-view {
  box-shadow: 6px 11px 30px -4px #ccc;
  animation-name: unset;
}

.list-service-2 {
  margin-bottom: 10px;
}

.col-service-item-2 {
  margin-bottom: 15px;
}

.col-service-item-2:nth-child(2) .service-item-2 .box:hover {
  color: #282e88;
}

.col-service-item-2:nth-child(2) .service-item-2 .box:hover .line-div-2 {
  background-color: #282e88;
}

.col-service-item-2:nth-child(2) .service-item-2 .box:hover .line-div-2:after {
  border-left-color: #282e88;
}

.col-service-item-2:nth-child(3) .service-item-2 .box:hover {
  color: #ff0;
}

.col-service-item-2:nth-child(3) .service-item-2 .box:hover .line-div-2 {
  background-color: #ff0;
}

.col-service-item-2:nth-child(3) .service-item-2 .box:hover .line-div-2:after {
  border-left-color: #ff0;
}

.service-item-2 {
}

.service-item-2 .box {
  box-shadow: 6px 11px 30px -4px #ccc;
  display: block;
  padding: 25px 48px 35px;
  background-color: #fff;
}

.service-item-2 .box:hover {
  color: #e23b41;
}

.service-item-2 .box:hover .line-div-2:after {
  content: "";
  border-top: 6px solid transparent;
  border-left: 6px solid #c31f26;
  /* border-right:4px solid #c31f26; */
  border-bottom: 6px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.service-item-2 .box:hover .line-div-2 {
  background-color: #e23b41;
}

.service-item-2 .icon {
  margin-bottom: 15px;
}

.service-item-2 .icon img {
  height: 135px;
  width: auto;
  object-fit: contain;
}

.service-item-2 .name {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.service-item-2 .desc {
  font-size: 17px;
  line-height: 24px;
  height: 72px;
  font-style: italic;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
}

.line-div-2 {
  width: 50px;
  background-color: #000;
  height: 2px;
  position: relative;
}

.wrap-tab-service {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.wrap-tab-service .nav-tabs {
  border: unset;
  border-top: 2px solid #707070;
  max-width: 830px;
  margin: 0 auto;
}

.wrap-tab-service .nav-tabs li {
}

.wrap-tab-service .nav-tabs li a {
  background-color: #fff;
  border-radius: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin: 0;
  /* box-shadow: inset 0px 1px 1px 0.8px #ccc; */
  outline: unset;
  border: unset;
}

.wrap-tab-service .nav-tabs li.active a {
  background-color: #2c8ff2;
}

.icon-tab {
}

.icon-tab img {
  height: 60px;
  width: auto;
  object-fit: contain;
}

.wrap-tab-service .tab-content {
  padding-top: 30px;
}

.title-service-tab {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 40px;
  color: #e23b41;
}

.title-service-tab-sm {
  text-transform: uppercase;
  font-size: 20px;
  color: #707070;
  font-weight: bold;
}

.box_vanban {
  width: 100%;
  margin-bottom: 10px;
}

.box_vanban .image {
  border-bottom: 1px solid #fff;
}

.box_vanban .image img {
}

.box_vanban .title-sider-bar a {
  color: #fff;
}

.box_congtrinh {
  width: 100%;
  margin-bottom: 10px;
}

.box_congtrinh .image {
  border-bottom: 1px solid #fff;
}

.box_congtrinh .image img {
}

.box_congtrinh .title-sider-bar a {
  color: #fff;
}

.box_bandoc {
  width: 100%;
  margin-bottom: 10px;
}

.box_bandoc .image {
  border-bottom: 1px solid #fff;
}

.box_bandoc .image img {
}

.box_bandoc .title-sider-bar a {
  color: #fff;
}

.certificate {
  width: 100%;
  margin-bottom: 10px;
}

.certificate .item {
  width: 100%;
}

.certificate .item:not(:last-child) {
  margin-bottom: 10px;
}

.certificate .item a {
  display: block;
}

.certificate .item .box {
  position: relative;
}

.certificate .box .image {
}

.certificate .box .image img {
  height: 135px;
  object-fit: cover;
}

.certificate .box .info {
  width: 90%;
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 99;
}

.certificate .box .info h3 {
  background-color: rgba(237, 29, 36, 0.9);
  font-size: 14px;
  color: #ffffff;
  padding: 10px;
  margin: 0;
  font-weight: bold;
}

.certificate .box .info .date_time {
  background-color: rgba(71, 71, 71, 0.9);
  padding: 3px 10px;
}

.certificate .box .info .date_time span {
  color: #ffffff;
  padding-right: 2em;
  font-size: 12px;
  font-style: italic;
}

.newspaper {
  border: 1px solid #b7b7b7;
  margin-bottom: 10px;
  width: 100%;
}

.image-newspaper {
  width: 95%;
  margin: 0 auto;
  padding: 7px 0 0;
}

.image-newspaper img {
  width: 100%;
}

.notice-newspaper {
  width: 95%;
  margin: 0 auto;
  padding: 0.5em 0;
}

.notice-newspaper ul li {
  background: url(../images/i_tamgiac_03.png) no-repeat left 0.8em;
  padding: 4px 0 0 10px;
  display: block;
  text-align: justify;
}

.notice-newspaper ul li a {
  color: #333;
  font-size: 14px;
}

.notice-newspaper ul li img {
  width: auto;
  vertical-align: middle;
}

.news_flex {
  width: 100%;
  position: relative;
  margin-top: 15px;
}

.box_news_flex {
  width: 100%;
  display: flex;
}

.list_news_flex {
  width: 75%;
}

.box_news_flex .banner_flex {
  width: 25%;
  border-width: 0 2.5px;
  border-style: solid;
  border-color: transparent;
}

.box_news_flex .banner_flex img {
}

.list_news_flex .item {
  width: 33.3333333%;
  border-width: 0 2.5px;
  border-style: solid;
  border-color: transparent;
  float: left;
  margin-bottom: 5px;
}

.list_news_flex .item:first-child {
  width: 66.6666666%;
}

.list_news_flex .item .box {
  position: relative;
  display: block;
}

.list_news_flex .item .box .image {
  position: relative;
  overflow: hidden;
}

.list_news_flex .item .box .image a {
  background-position: center 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.5s;
}

.list_news_flex .item .box:hover .image a {
  transform: scale(1.2);
}

.list_news_flex .item .box .image a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: 1;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.2) 35%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0)
  );
}

.list_news_flex .item .box .image a {
  padding-bottom: 220px;
  overflow: hidden;
  display: block;
}

.list_news_flex .item:first-child .box .image a {
  padding-bottom: 445px;
}

.list_news_flex .item .box .info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  z-index: 2;
}

.list_news_flex .item .box .info .cate {
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.list_news_flex .item .box .info .cate a:hover {
  color: #fff;
}

.list_news_flex .item:first-child .box .info .cate {
  font-size: 13px;
  font-weight: 400;
}

.list_news_flex .item .box .info h3 {
  margin: 8px 0 0;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list_news_flex .item .box .info h3 a:hover {
  color: #fff;
}

.list_news_flex .item:first-child .box .info h3 {
  font-size: 23px;
  line-height: 1.1;
  font-weight: 500;
  margin: 12px 0 9px;
}

.list_news_flex .item .box .info .date {
  font-size: 13px;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
  color: #fff;
  display: none;
}

.list_news_flex .item:first-child .box .info .date {
  display: block;
}

.box_news_flex2 {
  width: 100%;
  margin-top: 15px;
}

.list_news_flex2 {
  width: 100%;
}

.list_news_flex2 .item {
  width: 25%;
  border-width: 0 2.5px;
  border-style: solid;
  border-color: transparent;
  float: left;
  margin-bottom: 5px;
}

.list_news_flex2 .item .box {
  position: relative;
  display: block;
}

.list_news_flex2 .item .box .image {
  position: relative;
  overflow: hidden;
}

.list_news_flex2 .item .box .image a {
  background-position: center 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.5s;
  padding-bottom: 220px;
  overflow: hidden;
  display: block;
}

.list_news_flex2 .item .box .image a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: 1;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.2) 35%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0)
  );
}

.list_news_flex2 .item .box .info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  z-index: 2;
}

.list_news_flex2 .item .box .info .cate {
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.list_news_flex2 .item .box .info h3 {
  margin: 8px 0 0;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.desc-tab {
  font-size: 15px;
  line-height: 1.6;
}

.blog-product-detail {
  padding: 30px 0;
}

.blog-product-detail .group-title {
  margin-bottom: 18px;
}

.blog-product-detail .group-title .title {
  padding-bottom: 0;
  color: #0f7cc1;
  text-transform: uppercase;
}

.blog-contact {
  padding: 40px 0;
}

.tuvan_ct {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

.image-contact {
  text-align: center;
}

.image-contact {
  max-width: 1000px;
  margin: 0 auto;
}

.image-contact .wrap-system {
  padding: 0;
}

.form-search-icon {
  padding-left: 15px;
  width: 100%;
  max-width: 400px;
}

.form-search-icon .form-group {
  margin-bottom: 0;
}

.form-search-icon input {
  height: 50px;
  border-radius: 30px;
  padding-left: 40px;
  font-size: 18px;
  width: 100%;
}

.form-search-icon .search-label {
  position: relative;
  margin: 0;
  width: 100%;
}

.form-search-icon .search-label:before {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  left: 15px;
  font-size: 18px;
  top: 50%;
  transform: translate(0, -50%);
  color: #707070;
  display: none;
}

.form-search-icon .search-label button {
  font-size: 18px;
  background-color: transparent;
  border: 0;
  box-shadow: unset;
  position: absolute;
  top: 12px;
  left: 12px;
}

.form-search-icon .search-label button i {
  color: #707070;
}

.wrap-list-contact-address {
  padding-top: 40px;
}

.blog-lienhe-hoptac {
  padding: 40px 0;
}

.blog-lienhe-hoptac .group-title {
  margin-bottom: 5px;
}

.blog-lienhe-hoptac .group-title .title {
  color: #e23b41;
  padding-bottom: 0;
}

.content-lienhe-hoptac {
  max-width: 1000px;
  margin: 0 auto 10px;
  text-align: justify;
  font-size: 16px;
}

.form-contact-hoptac {
  max-width: 800px;
  margin: 0 auto;
}

.form-contact-hoptac input:not([type="radio"]):not([type="checkbox"]),
.form-contact-hoptac select {
  height: 50px;
  border-radius: 0;
}

.form-contact-hoptac textarea {
  border-right: 1px solid;
  border-left: 1px solid;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: #000;
  font-size: 15px;
  border-radius: 0;
}

.form-contact-hoptac .border-input {
  border-right: 1px solid;
  border-left: 1px solid;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: #000;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  padding: 10px 30px;
}

.form-contact-hoptac .border-input label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin: 12px 0;
  cursor: pointer;
  position: relative;
  padding-left: 0;
}

.form-contact-hoptac .border-input input {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.form-contact-hoptac .border-input .design {
  width: 22px;
  height: 22px;
  border: 2px solid #242424;
  border-radius: 100%;
  margin-right: 8px;
  position: relative;
}

.form-contact-hoptac .border-input .design::before,
.form-contact-hoptac .border-input .design::after {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: absolute;
  transform: scale(0);
  transform-origin: center center;
}

.form-contact-hoptac .border-input .design:before {
  background-color: #242424;
  opacity: 0;
  transition: 0.3s;
}

.form-contact-hoptac .border-input .design:after {
  background-color: #2500e0;
  opacity: 0.4;
  transition: 0.6s;
}

.form-contact-hoptac .btn-view {
  line-height: 58px;
  padding: 0px 26px;
  font-size: 24px;
  margin-top: 20px;
}

.form-contact-hoptac .border-input input:checked + .design::before {
  opacity: 1;
  transform: scale(0.6);
  top: -2px;
  left: -2px;
}

.form-contact-hoptac .border-input .text {
  color: #5d5656;
  font-size: 16px;
}

.form-contact-hoptac label:not(.radio-inline):not(.checkbox label) {
  font-size: 24px;
  font-weight: normal;
}

.form-contact-hoptac .checkbox label {
  font-size: 17px;
}

.form-contact-hoptac .checkbox label input {
  float: left;
  position: relative;
  top: 3px;
}

.form-contact-hoptac label a {
  text-decoration: underline;
  font-weight: 700;
}

.form-contact-hoptac input {
  border-right: 1px solid;
  border-left: 1px solid;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: #000;
  font-size: 15px;
}

.form-contact-hoptac select {
  border-right: 1px solid;
  border-left: 1px solid;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: #000;
}

.border-input {
  border: 1px solid #ccc;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
}

.title-form {
  text-align: center;
  text-transform: uppercase;
  color: #e23b41;
  font-weight: bold;
  font-size: 31px;
  margin-bottom: 10px;
}

.blog-about-us {
  padding: 5px 0 0;
}

.wrap-about-us .group-title .title {
  color: #e23b41;
  padding-bottom: 0;
}

.wrap-about-us .desc-about {
  /* max-width: 560px; */
}

.wrap-about-us {
}

.wrap-about-us .container > .row {
  align-items: flex-end;
}

.about-text {
}

.about-text .group-title {
  margin-bottom: 0;
}

.desc-about {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}

.image-about-us {
  margin-bottom: 20px;
}

.image-about-us img {
}

.wrap-tam-nhin {
  padding: 30px 0;
  box-shadow: 0 0 25px 0px #ccc;
  position: relative;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.wrap-tam-nhin:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.box-tam-nhin {
  max-width: 800px;
  margin: 0 auto;
}

.item-tam-nhin {
}

.item-tam-nhin:last-child .line-tam-nhin {
  display: none;
}

.title-tam-nhin {
  font-size: 44px;
  font-weight: bold;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  color: #282e88;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  position: relative;
  line-height: 80px;
}

.title-tam-nhin img {
  width: auto;
  position: absolute;
  left: 0;
}

.item-tam-nhin:nth-child(3n + 2) .title-tam-nhin {
  color: #eb1c23;
}

.item-tam-nhin:nth-child(3n + 3) .title-tam-nhin {
  color: #f9bb5a;
}

.item-tam-nhin .desc {
  line-height: 32px;
  font-size: 24px;
  font-style: italic;
  width: 100%;
}

.wrap-ls {
  padding: 40px 0 50px;
}

.item-ls {
}

.item-ls .image-ls {
  margin-bottom: 25px;
}

.item-ls .image-ls img {
}

.ls-text {
  margin-bottom: 25px;
}

.title-ls {
  color: #e23b41;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.desc-ls {
  font-size: 20px;
  line-height: 32px;
  font-style: italic;
}

.line-tam-nhin {
  width: 100%;
  max-width: 600px;
  height: 1px;
  background-color: #707070;
  margin: 20px auto;
}

.bg-line {
  background-image: url(../images/bg-line.png);
  height: 17px;
  margin-bottom: 25px;
}

.item-ls-sm {
  padding: 5px 1px;
}

.item-ls-sm:first-child .box {
  border-left: 1px solid #707070;
}

.item-ls-sm .box {
  text-align: center;
  /* border-left:1px solid #707070; */
  border-right: 1px solid #707070;
  line-height: 20px;
  padding: 0px 5px;
  font-size: 15px;
  cursor: pointer;
}

.slide-ls-sm {
  padding: 0 20px;
}

.item-ls-sm.slick-current {
  padding: 0;
}

.item-ls-sm.slick-current .box {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.wrap-banner-home-2 {
  background: #f8f8f8;
}

.title_danhmuc {
  background: #c31f26;
  padding: 10px 10px;
}

.title_danhmuc h2 {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.video {
  width: 100%;
}

.video iframe {
  width: 100%;
  height: 262px;
}

.col-galaxy-item {
  margin-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.galaxy-item {
}

.galaxy-item .box {
}

.galaxy-item .box a {
  display: block;
  padding-bottom: 70%;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.galaxy-item .box a img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.picpl {
  position: relative;
}

.picpl .pic {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.cover {
  background-color: hsla(0, 0%, 6.7%, 0.8);
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 100%;
  color: #fff;
}

.cover span {
  font-size: 1.6rem;
  color: #fff;
  color: hsla(0, 0%, 100%, 0.8);
  margin-bottom: 5px;
}

.pic {
  width: auto;
}

.cover .pic {
  width: auto;
  max-width: 25px;
}

.xem {
  opacity: 0;
  position: absolute;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-backface-visibility: hidden;
}

.xem i {
  line-height: 56px;
}

.picpl:hover .xem {
  opacity: 1;
  color: #fff;
  font-size: 20px;
}

.picpl:hover {
  background-color: hsla(0, 0%, 6.7%, 0.8);
  -moz-transition: all 2 linear;
  -ms-transition: all 2 linear;
  -o-transition: all 2 linear;
  -webkit-transition: all 2 linear;
  transition: all 2 linear;
}

.picpl:hover .pic {
  opacity: 0.2;
}

.picpl:hover .cover {
  opacity: 0;
}

.list-playlist h3 {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 500;
}

.list-playlist .inf p {
  color: #a1a1a1;
  font-size: 14px;
  font-style: italic;
}

.fleft {
  float: left !important;
}

.fright {
  float: right !important;
}

.martop10 {
  margin-top: 10px !important;
}

.list-playlist .inf {
  padding: 0;
  background: #fff;
}

.list-playlist .inf p {
  display: none;
}

#clear,
.clear {
  clear: left;
}

.news-detail-info {
  margin-bottom: 20px;
}

.view-galaxy {
  display: none;
}

.news-detail-info ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.news-detail-info ul li:not(:last-child) {
  margin-right: 10px;
}

.news-detail .box_content {
  margin-bottom: 20px;
}

.wrap-video iframe {
  max-width: 100%;
  width: 100%;
  height: 325px;
}

.box-link-paragraph {
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
  border-radius: 4px;
  border-color: #ddd;
  max-width: 400px;
  background-color: #fff;
  margin-bottom: 30px;
}

.title-link-header {
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.box-link-paragraph > ul {
  width: 100%;
  max-height: 250px;
  padding: 15px;
  overflow-y: auto;
}

.index {
  margin-right: 10px;
}

.box-link-paragraph ul li {
  margin-bottom: 5px;
}

.box-link-paragraph > ul > li {
  font-weight: bold;
}

.box-link-paragraph > ul > li ul {
  margin-top: 10px;
  font-weight: normal;
  font-size: 90%;
}

.box-link-paragraph ul li a {
  color: #337ab7 !important;
}

.list-content-paragraph > div {
  /* display:flex; */
  margin-bottom: 15px;
}

.list-content-paragraph > div ul,
.list-content-paragraph > div ol {
  list-style: none;
}

.name-p {
  color: #337ab7;
  font-weight: bold;
  margin-bottom: 5px;
}

.list-content-paragraph > div .index {
  width: 20px;
  display: inline-block;
  flex: 0 0 auto;
}

#customers {
  border-collapse: collapse;
  width: 100%;
}

#customers td,
#customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even) {
  background-color: #f2f2f2;
}

#customers tr:hover {
  background-color: #ddd;
}

#customers th {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  background-color: #0056a1;
  color: white;
}

#customers img {
  width: 40px;
  display: block;
  margin: auto;
}

.stt_pc {
  width: 50px;
}

.file_pc {
  width: 90px;
}

.wrap-about-home {
  padding: 10px 0;
  background-color: #fff;
}

.box-text {
  text-align: justify;
  line-height: 1.6;
}

.box-text p {
  margin-bottom: 5px;
}

.box-text ul {
  margin-top: 15px;
  padding-left: 25px;
}
.box-text ol {
  margin-top: 15px;
  padding-left: 25px;
}

.box-text ul li {
  margin-bottom: 10px;
  position: relative;
}
.box-text ol li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
}
.box-text ol li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #053162;
  position: absolute;
  top: 8px;
  left: -20px;
}

.box-text ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #053162;
  position: absolute;
  top: 8px;
  left: -20px;
}

.wrap-new-home-slide {
  background-color: #faf8f9;
}

.list-item-slide-new .slick-list {
  padding: 0 300px 0 0;
  margin: 0;
}

.col-item-new {
}

.item-new {
}

.item-new .box {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.item-new .box .image {
  width: 58%;
}

.item-new .box .image a {
  display: block;
  position: relative;
  overflow: hidden;
}

.item-new .box .image a:hover img {
  transform: scale(1.1);
}

.item-new .box .image a:before {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 30px;
  bottom: 20px;
  width: calc(100% - 60px);
  border: 2px solid #fff;
  /* border-left: none; */
  content: "";
  height: calc(100% - 60px);
}

.item-new .box .image img {
  transition: all 0.5s;
}

.item-new .box .content {
  width: 42%;
  padding: 70px;
}

.item-new .box .content .name {
  color: #053162;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.item-new .box .content .desc {
  margin-bottom: 15px;
  text-align: justify;
}

.btn-detail {
  background-color: #053162;
  border-radius: 0;
  text-transform: uppercase;
  min-width: 130px;
}

.btn-detail:hover {
  background-color: #fff;
  color: #053162;
  border-color: #053162;
}

.wrap-service {
  padding: 50px 0;
  background-color: #faf8f9;
}

.wrap-service .nav-tabs {
  border: unset;
}

.wrap-service .nav-item {
  margin-bottom: 15px;
}

.wrap-service .nav-item:last-child {
  margin-bottom: 0;
}

.image-tab {
}

.image-tab a {
}

.image-tab img {
  height: 365px;
  object-fit: cover;
}

.wrap-service .nav-item a {
  display: block;
  padding: 15px;
  background-color: #d2d5da;
}

.wrap-service .nav-item a:hover {
  background-color: #053162;
  color: #fff;
}

.wrap-service .nav-item a.active {
  background-color: #053162;
  color: #fff;
}

.wrap-service .nav-item a h3 {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.wrap-service .nav-item a .desc {
  font-size: 16px;
  line-height: 1.5;
}

.wrap-new-hot {
  padding: 40px 0 35px;
  background-image: url(../images/bg_inhome.png);
  position: relative;
  color: #000;
  z-index: 2;
}

.wrap-new-hot1:before {
  content: "";
  position: absolute;
  background-color: rgb(140 101 70 / 80%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.logo-home {
  display: flex;
  align-items: center;
  background-color: #faf8f9;
  padding: 10px 0;
}

.logo-home img {
  width: 130px;
  text-align: center;
  object-fit: cover;
  flex: 0 0 130px;
  object-fit: contain;
  margin: 0 30px 0px 30px;
}

.logo-home span {
  width: 100%;
  height: 3px;
  background: #053162;
}

.col-item-post {
}

.item-post {
}

.item-post .image {
}

.item-post .image a {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 65%;
}

.item-post .image a:hover img {
  transform: scale(1.1);
}

.item-post .image a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.item-post .content {
  text-align: center;
  padding-top: 0px;
}

.item-post .content .name {
  font-size: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.item-post .content .clock {
  font-size: 14px;
  margin-bottom: 10px;
}

.wrap-search {
  background-color: #053162;
  padding: 25px 0;
  position: absolute;
  bottom: 25px;
  width: 100%;
}

.wrap-search .form-inline {
}

.wrap-search .form-inline .left {
  width: calc(100% - 150px);
}

.wrap-search .form-inline .form-control {
  max-width: 15%;
  height: 50px;
  border-radius: 0;
  text-transform: uppercase;
}

.wrap-search .form-inline .form-control::placeholder {
  font-weight: bold;
}

.wrap-search .form-inline button {
  height: 50px;
  border-radius: 0;
  padding: 0 20px;
  background-color: #fff;
  color: #053162;
  border-color: #fff;
  text-transform: uppercase;
}

.wrap-search .form-inline .right {
  width: 150px;
}

.wrap-list-tien-ich {
}

.item-tien-ich {
  padding: 60px 0;
}

.item-tien-ich:nth-child(2n) .left {
  order: 1;
}

.item-tien-ich .box-tien-ich {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.item-tien-ich .box-tien-ich .left {
  width: 32%;
  padding-left: 15px;
  padding-right: 15px;
}

.item-tien-ich .box-tien-ich .right {
}

.title-tien-ich {
  color: #053162;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding-bottom: 5px;
}

.title-tien-ich:before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #053162;
  position: absolute;
  bottom: 0;
}

.btn-xemthem {
  background-color: #0057b4;
  color: #fff;
  border-radius: 0;
  padding: 0;
  line-height: 40px;
  padding-left: 16px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-xemthem i {
  padding: 0 10px;
  border-left: 1px solid #fff;
  height: 100%;
  line-height: 40px;
  margin-left: 10px;
}

.item-tien-ich .box-tien-ich .right {
  width: 68%;
  padding-left: 15px;
  padding-right: 15px;
}

.item-tien-ich .box-tien-ich .right .image {
}

.item-tien-ich .box-tien-ich .right .image img {
}

.wrap-ss-1 {
  background-size: cover;
  background-position: center;
  /* color: #fff; */
  padding: 75px 0 175px;
}

.box-content-text {
  background-color: rgba(218, 235, 181, 0.6);
  padding: 25px;
  text-align: justify;
  font-size: 18px;
}

.wrap-ss-2 {
  padding: 10px 0;
}

.box-ss-2 {
  background-color: #e4e5e7;
}

.box-text-ss-2 {
  padding: 25px 0 25px 0px;
  text-align: justify;
}

.box-text-ss-2 h4 {
  margin: 0;
  font-size: 20px;
}

.box-text-ss-2 h2 {
  font-weight: bold;
  color: #053162;
  margin-bottom: 25px;
}

.box-text-ss-2 .desc {
  margin-bottom: 20px;
  padding-left: 20px;
}

.box-text-ss-2 .desc p {
  margin-bottom: 16px;
}

.wrap-info-choi-golf {
}

.list-item-content {
}

.item-content {
  /* margin-bottom: 40px; */
  /* padding: 40px 0; */
}

.item-content:nth-child(2n) {
  background-color: #e3e4e6;
  padding: 40px 0;
}

.box-content-item {
  padding: 25px;
  position: relative;
}

.item-content:nth-child(2n) .box-content-item {
  border-left: 10px solid #b50000;
  border-right: 10px solid #b50000;
  border-top: 5px solid #ffd776;
  border-bottom: 5px solid #ffd776;
}

.item-content:nth-child(2n) .box-content-item:before {
  content: "";
  width: 220px;
  height: 20px;
  position: absolute;
  left: 50%;
  background-color: #e3e4e6;
  top: 0;
  transform: translate(-50%, -50%);
}

.title-sm {
  text-align: center;
  color: #053162;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
}

.item-content .desc {
  line-height: 1.5;
  font-size: 18px;
  text-align: justify;
  text-align-last: center;
}

.block-post {
  padding: 0px 0;
}

.col-item-post {
  margin: 0 0px 20px;
}

.item-post {
  border-bottom: dashed 1px #ccc;
  padding-bottom: 10px;
}

.item-post .box {
  display: flex;
  align-items: center;
  /* padding: 10px; */
  flex-wrap: wrap;
  /* background-color: #fff; */
}

.item-post .box .image {
  width: 29%;
  position: relative;
  margin-right: 1%;
}

.item-post .box .image .info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #333;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
}

.item-post .box .image img {
  object-fit: cover;
  height: 100%;
}

.item-post .box .content {
  width: 70%;
}

.item-post .box .content .name {
  text-align: left;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* height: 40px; */
}

.item-post .box .content .name a {
  color: #333;
}

.item-post .box .content .name a:hover {
  color: #293893;
}

.col-item-post-2 .item-post .box .content .name {
  color: #053162;
  font-size: 20px;
  text-align: center;
}

.item-post .box .content .info {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.item-post .box .content .info span {
  margin: 0 10px;
}

.item-post .box .content .info span i {
  margin-right: 8px;
}

.item-post .box .content .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.025em;
  color: #666;
  text-align: justify;
}

.item-post .box .content .date_time {
  text-align: left;
  font-size: 13px;
  margin-top: 5px;
  color: #888;
}

.item-post .box .content .date_time i {
  color: #888;
}

.item-post .box .content .link-detail {
  font-size: 15px;
  font-weight: 500;
  /* text-transform: uppercase; */
  color: #053162;
  margin-top: 10px;
  display: inline-block;
}

.item-post .box .content .link-detail:hover {
  color: #dca224;
}

.item-post .box .content .link-detail i {
  padding-left: 10px;
}

.block-post-detail {
  padding: 30px 0;
}

.title-l {
  font-weight: bold;
  font-size: 25px;
  color: #053162;
  border-bottom: 3px solid #053162;
}

.box-content-detail {
}

.box-content-detail h3 {
  font-weight: bold;
  margin-top: 0;
  /* margin-bottom: 5px; */
  font-size: 26px;
  color: #053162;
}

.box-content-detail .desc {
  text-align: justify;
  font-size: 18px;
}

.wrap-number-detail {
  padding: 30px 0;
}

.item-number {
}

.item-number .box {
  display: flex;
}

.item-number .box .left {
  margin-right: 50px;
}

.item-number .box .left .image {
}

.item-number .box .right {
  width: 320px;
  flex: 0 0 320px;
}

.item-number .box .right .box-number {
  background: #002d64;
  color: #fff;
  text-align: center;
  height: 100%;
  padding: 20px 30px;
}

.item-number .box .right .box-number .number {
  width: 110px;
  height: 110px;
  background-color: #ecca5e;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 90px;
  margin: 0 auto 20px;
}

.p1 {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.p1 li {
  padding: 0 10px;
}

.p1 li:first-child {
  border-right: 1px solid #fff;
}

.p1 li span {
  display: block;
}

.p1 li strong {
  display: block;
}

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

.list-number ul {
}

.list-number ul li {
  padding: 10px 0;
}

.list-number ul li:nth-child(1) {
  background-color: #e7da1a;
}

.list-number ul li:nth-child(2) {
  background-color: #0193e0;
}

.list-number ul li:nth-child(3) {
  background-color: #faf8f9;
}

.list-number ul li:nth-child(4) {
  background-color: #ef1514;
}

.list-navbar {
  margin-top: 20px;
  max-width: 870px;
}

.list-navbar ul {
  display: flex;
  flex-wrap: wrap;
}

.list-navbar ul li {
  width: 50px;
  margin-right: 15px;
  height: 50px;
  margin-bottom: 15px;
}

.list-navbar ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #ecca5e;
  border-radius: 100%;
  font-weight: bold;
  font-size: 24px;
  color: #002d64;
}

.list-navbar ul li a.active {
  background-color: #002d64;
  color: #fff;
}

.bg-1 {
  background-color: #faf8f9;
}

.wrap-why-choose {
  padding: 50px 0;
}

.box-text-why {
}

.title-why {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  color: #053162;
  margin-bottom: 10px;
}

.box-text-why .desc {
  margin-bottom: 20px;
}

.col-item-why {
}

.item-why {
}

.item-why .box {
  text-align: center;
}

.item-why .box .icon {
  margin-bottom: 15px;
}

.item-why .box .icon img {
  height: 80px;
  width: auto;
  object-fit: contain;
}

.item-why .box .content {
}

.item-why .box .content h3 {
  color: #053162;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}

.item-why .box .content h3:before {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #053162;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.item-why .box .content .desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wrap-the-manh {
  padding: 50px 0;
}

.list-the-manh {
}

.col-item-the-manh {
  margin-bottom: 30px;
}

.item-the-manh {
}

.item-the-manh .box {
  border: 1px solid #ddd;
  padding: 30px;
}

.item-the-manh .box .icon {
  text-align: center;
  margin-bottom: 10px;
}

.item-the-manh .box .icon img {
  height: 100px;
  width: auto;
}

.item-the-manh .box .name {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.block-khuyen-mai {
}

.title-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.title-top .text {
  font-weight: bold;
  font-size: 25px;
  color: #053162;
  border-bottom: 3px solid #ddd;
  position: relative;
  padding-bottom: 5px;
  width: auto;
  padding-right: 30px;
}

.title-top .text:before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #053162;
  position: absolute;
  bottom: -3px;
}

.title-top .sale-km {
  color: #053162;
  font-size: 20px;
}

.title-top .sale-km span {
  font-size: 40px;
}

.wrap-post-2 {
  padding: 50px 0;
}

.wrap-form-tu-van {
  margin-top: 35px;
}

.form-register {
  display: flex;
  width: 100%;
}

.form-register {
  /* margin-bottom: 20px; */
  background-color: #f1f1f1;
  padding: 40px 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.title-form-tv {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19px;
  color: #053162;
}

.form-register .box-form {
  justify-content: flex-start;
  width: 100%;
  margin-left: 15px;
  max-width: 400px;
}

.form-register .box-form .input-group .form-control {
  height: 50px;
}

.form-register .box-form .input-group-btn > .btn {
  height: 45px;
}

.form-register .box-form .input-group-btn > .btn {
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  background: #053162;
  color: #fff;
  text-transform: uppercase;
  border-color: #053162;
  border-radius: 0;
  font-weight: bold;
}

.block-galaxy {
  padding: 40px 0;
}

.title-galaxy {
  font-size: 25px;
  text-transform: uppercase;
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
}

.title-galaxy:before {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #053162;
  position: absolute;
  bottom: -2px;
}

.tab-galaxy {
}

.tab-galaxy .nav-tabs {
  justify-content: center;
  margin-bottom: 30px;
  border-bottom: unset;
}

.tab-galaxy .nav-tabs .nav-item.show .nav-link,
.tab-galaxy .nav-tabs .nav-link.active {
  border: 1px solid #053162;
  font-weight: bold;
}

.tab-galaxy .nav-tabs .nav-link {
}

.list-galaxy {
}

.list-galaxy > .row {
  margin-left: -5px;
  margin-right: -5px;
}

.list-galaxy .col-galaxy-item {
}

.list-attr {
  display: flex;
  margin-top: 10px;
  background: #eee;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 3px;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.list-attr .attr-item:nth-child(1) {
  width: 100%;
  /* margin-bottom: 10px; */
}

.list-attr .price {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #f00;
}

.list-post {
  color: #fff;
}

.why_choose_us .group-title .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 7px;
  width: 100px;
  background-image: url(../images/line_home1.png);
  transform: translateX(-50%);
}

.desc_home {
  padding: 0 15%;
  font-size: 15px;
  color: #fff;
}

.desc_home1 {
  padding: 20px 15% 10px 15%;
  font-size: 15px;
  color: #333;
}

.wrap-pro-tab-home {
  padding: 40px 0 35px;
  background-image: url(../images/bg_inhome.png);
  position: relative;
  color: #000;
  z-index: 2;
  background: #fff;
}

.wrap-pro-tab-home:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.wrap-pro-tab-home .group-title .title {
  color: #333;
  font-size: 26px;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 15px;
}

.wrap-pro-tab-home .group-title .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 7px;
  width: 100px;
  background-image: url(../images/line_home.png);
  transform: translateX(-50%);
}

.wrap-pro-tab-home .group-title .title span {
  color: #f00;
}

.wrap-pro-tab-home .nav-tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
  border: unset;
  margin-top: 0;
}

.wrap-pro-tab-home .tab-pane {
  width: 100%;
}

.wrap-pro-tab-home .nav-tabs .nav-item {
  margin: 0 10px;
}

.wrap-pro-tab-home .nav-tabs .nav-item a {
  border: unset;
  padding: 0;
  text-transform: none;
  font-size: 20px;
  font-weight: bold;
  background-color: unset;
}

.wrap-pro-tab-home .nav-tabs .nav-item a.active {
  border-bottom: 0px solid #404040;
  color: #000;
  /* font-weight: bold; */
}

.list-product-slide {
  padding-bottom: 0;
}

.wrap-pro-tab-home .tab-content {
}

.col-product-item {
  display: flex;
  margin-bottom: 25px;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0 15px;
}

.wrap-pro-tab-home .col-product-item {
  margin-bottom: 25px;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
}

.product-item {
  width: 100%;
}

.product-item .box {
}

.product-item .box .image {
  box-shadow: 0 0 0px #404040;
  position: relative;
  padding: 0px;
  border-bottom: solid 0px #eee;
}

.product-item .box .image a {
  display: block;
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
  /* background-color: #fff; */
  /* background-image: url(../images/bg-product.png); */
  /* border: 1px solid transparent; */
}

.product-item .box .image a:hover img {
  transform: scale(1.1);
}

.product-item1 .box .image:before,
.product-item1 .box .image:after {
  content: "";
  width: 30%;
  height: 30%;
  background-size: 100% 100%;
  position: absolute;
  background-color: #353a3d;
  z-index: -1;
}

.product-item .box .image:before {
  top: 0;
  left: 0;
}

.product-item .box .image:after {
  bottom: 0;
  right: 0;
}

.product-item .box .image a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  /* padding: 7px; */
}

.product-item .box .content {
  text-align: center;
  padding: 10px;
}

.product-item .box .content h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
  height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-item .box .content h3 a {
  color: #fff;
}

.product-item .box .content h3 a:hover {
  color: #fff;
}

.product-item .box .content .box-price {
  text-align: center;
  width: 100%;
  justify-content: center;
  margin-top: 5px;
}

.product-item .box .content .box-price span {
  display: inline-block;
  background-size: contain;
  padding: 0px 4px;
  height: 30px;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
}

.wrap-partner .group-title .title {
  color: #333;
  font-size: 26px;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 15px;
}

.wrap-partner .group-title .title span {
  color: #fab239;
}

.wrap-partner .group-title .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 7px;
  width: 100px;
  background-image: url(../images/line_home.png);
  transform: translateX(-50%);
}

.even .group-title .title {
  color: #0f7cc1;
  font-size: 26px;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 15px;
}

.even .group-title .title span {
  color: #fab239;
}

.even .group-title .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 7px;
  width: 100px;
  background-image: url(../images/line_home.png);
  transform: translateX(-50%);
}

.sanpham_maymoc {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

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

.pt_box_left .pt_list_new_main {
  width: 47%;
}

.pt_box_left .pt_list_new_main .pt_new_main {
  margin-bottom: 10px;
}

.pt_list_new_small {
  width: 52%;
  padding-left: 10px;
}

.pt_new_main .pt_images {
  overflow: hidden;
}

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

.pt_new_main .pt_images img {
  width: 100%;
  height: 282px;
  object-fit: cover;
  transition: all 0.5s;
}

.pt_new_main .pt_box_content {
  color: #fff;
}

.pt_new_main .pt_box_content h3 {
  margin: 8px 0;
  line-height: 20px;
  left: 22px;
  font-size: 20px;
}

.pt_new_main .pt_box_content h3 a {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  line-height: 22px;
}

.pt_new_main .pt_box_content h3 a:hover {
  color: #fab239;
}

.pt_new_main .pt_box_content .pt_desc {
  font-size: 14px;
  line-height: 22px;
  height: 68px;
  overflow: hidden;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.pt_new_small {
  display: flex;
  margin-bottom: 10px;
  color: #fff;
}

.pt_new_small:nth-child(1) {
  display: none;
}

.pt_new_small .pt_images {
  overflow: hidden;
}

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

.pt_new_small .pt_images img {
  width: 180px;
  height: 136px;
  object-fit: cover;
  transition: all 0.5s;
}

.pt_new_small .pt_box_content {
  width: calc(100% - 180px);
  padding-left: 10px;
}

.pt_new_small .pt_box_content h3 {
  margin: 0;
  margin-bottom: 5px;
}

.pt_new_small .pt_box_content h3 a {
  font-size: 17px;
  color: #333;
  font-weight: 600;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pt_new_small .pt_box_content h3 a:hover {
  color: #fab239;
}

.pt_new_small .pt_box_content .pt_desc {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  height: 67px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.detail_home {
  padding: 5px 0;
}

.detail_home a {
  float: left;
  color: #fab239;
  font-size: 15px;
  text-decoration: underline;
  font-weight: 600;
}

.detail_home a:hover {
  color: #ff0;
}

.detail_home p {
  text-align: right;
  font-size: 15px;
}

.content-wrapper {
}

.content-wrapper .main {
  padding: 0;
  margin: 0;
}

.info-desc {
  font-size: 16px;
  line-height: 27px;
}

.info-desc ul li {
  list-style: disc !important;
  margin-left: 20px;
}

.list-attr1 {
  width: 50%;
  float: left;
}

.list-small-images {
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 0 40px;
}

.small-image {
  padding: 5px;
  /* background: #fff; */
  cursor: pointer;
}

.small-image img {
  border: 1px solid #eee;
  /* padding: 3px; */
  background: #fff;
  height: 78px;
  object-fit: cover;
  width: 100%;
}

.list-small-image .slick-prev,
.list-small-image .slick-next {
  margin: 0;
  width: 25px;
  height: 25px;
  /* transform: translateY(-50%); */
  z-index: 66;
  text-align: center;
  opacity: 1;
  background-color: unset;
  border-radius: 6px;
  left: 50%;
  transform: translate(-50%, 0);
}

.list-small-image .slick-prev:hover,
.list-small-image .slick-next:hover {
  opacity: 1;
}

.list-small-image .slick-prev:before,
.list-small-image .slick-next:before {
  content: "";
  /* display: block; */
  /* z-index: 9; */
  /* width: 100%; */
  /* height: 100%; */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  /* opacity: 1; */
  /* -webkit-transition: all 0.2s ease-out; */
  /*  -o-transition: all 0.2s ease-out; */
  /*  -moz-transition: all 0.2s ease-out; */
  /* transition: all 0.2s ease-out; */
  /* background-size: 14px; */
}

.list-small-image .slick-prev:before {
  /* background-image: url('../images/slick-prev.png'); */
}

.list-small-image .slick-next:before {
  background-image: url("../images/slick-next.png");
}

.list-small-image .slick-prev:hover:before {
  opacity: 0.6;
}

.list-small-image .slick-next:hover:before {
  opacity: 0.6;
}

.list-small-image .slick-prev i,
.list-small-image .slick-next i {
  color: #737373;
  line-height: 24px;
  font-size: 15px;
  /* display: none; */
}

.list-small-image {
  /* padding: 0 30px; */
  width: 101px;
  order: 0;
  flex: 0 0 100px;
  padding-right: 0px;
  max-height: 371px;
}

.list-small-image .pt-box {
  padding: 20px 0;
  /* padding-left: 25px; */
}

.list-small-image .slick-prev {
  /* left: 50%; */
  top: 0;
}

.list-small-image .slick-next {
  /* right: -25px; */
  bottom: 0;
  top: unset;
}

.box-image-product .image-main {
  order: 1;
  border: solid 1px #eee;
}

.image-main {
  position: relative;
}

.box-image-product {
  display: flex;
}

.ngay_dang {
  background: #eee;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.tracuu_vandon {
  background: #fff;
  padding: 10px 0;
}

.tab_thongtin .nav-pills {
  width: 100%;
  display: flex;
  justify-content: unset;
}

.tab_thongtin .nav-pills > li {
  display: flex;
}

.tab_thongtin .nav > li > a {
  padding: 7px 25px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 100%;
}

.tab_thongtin .nav-pills > li.active > a,
.tab_thongtin .nav-pills > li.active > a:focus,
.tab_thongtin .nav-pills > li.active > a:hover {
  background-color: #c4272e;
  border-radius: 0px;
  color: #fff;
}

.tab_thongtin .nav-pills > li + li {
  margin: 0;
  margin: 0 0px;
  border: solid 1px #fff;
}

.tab_thongtin .nav-pills {
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  justify-content: left;
  background: #fff;
}

.tab_thongtin .nav-pills > li {
  float: unset;
  position: relative;
  display: inline-block;
  text-transform: none;
  font-size: 16px;
  border-radius: 0px;
  font-weight: 600;
  border: solid 1px #c4272e;
}

.tab_thongtin .nav-pills > li:not(:last-child):after {
  position: absolute;
  right: 0;
  content: "";
  height: 50%;
  margin-top: -30px;
  border-right: 0px solid #cccccc;
}

.tab_thongtin .nav-pills > li:hover:after {
  content: unset;
}

.tab_thongtin .nav-pills > li.active:after {
  content: unset;
}

.tab_thongtin .nav > li > a:hover {
  color: #c4272e;
}

.tim_don {
  padding: 20px 0;
}

.tim_don .title_timdon {
  text-align: center;
}

.tim_don .title_timdon h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ea1e29;
}

.tim_don .title_timdon p {
  text-align: center;
  font-size: 15px;
  padding: 0;
  margin: 0;
}

.tim_don .form-dn {
  margin-top: 0px;
  position: relative;
  padding: 20px 20% 0px 20%;
}

.tim_don .form-dn i {
  background: #ccc;
  position: absolute;
  left: 0;
  top: 0;
  height: 45px;
  width: 45px;
  text-align: left;
  line-height: 45px;
  border-radius: 5px 0 0 5px;
}

.tim_don .form-dn input[type="text"] {
  width: 100%;
  height: 45px;
  border: 1px solid #ccc;
  padding-left: 20px;
  text-align: left;
  box-sizing: border-box;
  border-radius: 5px;
  outline: 0;
  font-weight: 400;
}

.form_dn_in {
  text-align: center;
}

.form_dn_in button {
  margin: 10px 0;
  width: 150px;
  height: 40px;
  border: 1px solid #ea1e29;
  background: #ea1e29;
  color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  outline: 0;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.share-article {
  padding: 15px 0;
}

.box-content-product-1 {
  display: flex;
  /* margin-left: -15px; */
  /* margin-right: -15px; */
}

.box-content-product-1 .left {
  width: 30%;
  padding: 0 0px 0 0px;
}

.box-content-product-1 .left img {
  height: 100%;
  object-fit: cover;
}

.box-content-product-1 .right {
  width: 70%;
  padding: 15px 15px 15px 15px;
  background: #eee;
}

.box-content-product-1 .title-p1 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}

.item-qt {
  margin-bottom: 10px;
}

.item-qt h2 {
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  margin: 0;
  line-height: 1.5;
  padding: 5px 0;
  padding-right: 35px;
}

.item-qt h2 i {
  position: absolute;
  right: -10px;
  top: 0px;
  color: #b8b2b2;
  line-height: 34px;
  width: 35px;
  cursor: pointer;
  text-align: center;
}

.item-qt h2 i.active:before {
  content: "\f068";
  /* color:#ddd; */
}

.item-qt .desc {
  font-size: 15px;
  line-height: 22px;
  /* margin-top: 10px; */
  max-height: 120px;
  overflow-y: auto;
  display: none;
  font-weight: 300;
  background: #fff;
  padding: 10px;
}

.wrap-new-hot .box-content-product-1 {
  display: flex;
}

.wrap-new-hot .box-content-product-1 .left {
  width: 30%;
  padding: 0 0px 0 0px;
}

.wrap-new-hot .box-content-product-1 .left img {
  height: 100%;
  object-fit: cover;
}

.wrap-new-hot .box-content-product-1 .right {
  width: 100%;
  padding: 20px 0;
  background: unset;
}

.wrap-new-hot .box-content-product-1 .title-p1 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}

.wrap-new-hot .item-qt {
  margin-bottom: 10px;
  background: #f1f1f2;
  padding-bottom: 3px;
}

.wrap-new-hot .item-qt h2 {
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  line-height: 1.2;
  margin: 8px 0;
  padding: 0px 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  background: #f1f1f2;
  text-align: center;
}

.wrap-new-hot .item-qt h2 a:hover {
  color: #ff7907;
}

.wrap-new-hot .item-qt .desc {
  font-size: 15px;
  line-height: 22px;
  /* margin-top: 10px; */
  max-height: 120px;
  overflow-y: auto;
  display: none;
  font-weight: 300;
  background: #fff;
  padding: 10px;
}

.wrap-ykkh {
  padding: 30px 0;
  background-image: linear-gradient(to right, #228abb, #00ad8c);
  background-image: url(../images/bg_inhome.png);
}

.wrap-ykkh .cate-dot-1 .slick-dots {
  position: unset;
}

.wrap-ykkh .group-title .title {
  color: #333;
  text-transform: uppercase;
}

.wrap-ykkh .group-title .title-b {
  color: #333;
}

.wrap-ykkh .group-title .title:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  height: 7px;
  width: 100px;
  background-image: url(../images/line_home.png);
  transform: translateX(-50%);
}

.list-ykkh {
}

.col-ykkh-item {
  padding: 0 15px;
  margin-top: 5px;
}

.title-b {
  font-size: 15px;
  line-height: 20px;
  padding: 0 10%;
}

.col-ykkh-item .item-ykkh .nd_ykien {
  padding: 10px 10px 5px 10px;
  text-align: left;
  font-size: 15px;
  line-height: 22px;
  min-height: 140px;
  font-weight: 300;
  position: relative;
}

.col-ykkh-item .item-ykkh .nd_ykien a {
  display: block;
}

.col-ykkh-item .item-ykkh .nd_ykien iframe {
  width: 100%;
  height: 220px;
}

.col-ykkh-item .item-ykkh .nd_ykien1:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  position: absolute;
  top: 0;
  left: 32px;
  transform: translateY(-50%);
  background-color: #353a3d;
  text-align: center;
  line-height: 56px;
  width: 56px;
  height: 56px;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
}

.col-ykkh-item1 {
  padding: 0 0px;
  margin-top: 60px;
  width: 100%;
}

.item-ykkh {
  background: #fff;
  border-radius: 5px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #ffffff 99.2%, #049b88 0%);
  border: solid 1px #eee;
  transition: 0.4s;
}

.item-ykkh .box {
  width: 90px;
  float: left;
  margin: -15px 13px 0 20px;
  border: 4px solid #fff;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}

.col-ykkh-item1 .item-ykkh .nd_ykien {
  background: #fff;
  box-shadow: 0 0px 5px 0 rgb(0 0 0 / 21%);
  border-radius: 10px;
  padding: 0px;
  text-align: justify;
  font-size: 15px;
  line-height: 22px;
  min-height: 255px;
  font-weight: 300;
  position: relative;
}

.col-ykkh-item1 .item-ykkh2 .nd_ykien:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  position: absolute;
  top: 0;
  left: 32px;
  transform: translateY(-50%);
  background-color: #353a3d;
  text-align: center;
  line-height: 56px;
  width: 56px;
  height: 56px;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
}

.item-ykkh .box_right {
  text-align: center;
  padding-bottom: 15px;
  padding: 0 10px 10px 10px;
}

.item-ykkh .box_right h2 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
  margin-top: 0;
  height: 40px;
}

.item-ykkh .box_right p {
  font-size: 15px;
  margin: 0;
  color: #959595;
  font-style: italic;
}

.item-ykkh .box img {
}

.tukhoa {
  border: solid 1px #eee;
  padding: 10px;
}

.tukhoa ul li {
  display: inline-block;
  margin-right: 5px;
  list-style: disc !important;
}

.tukhoa ul li a {
  font-size: 13px;
  font-weight: 600;
}

.tuvan_in {
  background: linear-gradient(to right, #228abb, #00ad8c);
  padding: 20px 0px 20px 0px;
  margin: 0px 0 10px 0;
  color: #fff;
  display: inline-block;
}

.tuvan_in .left_in {
  width: 49%;
  float: left;
}

.tuvan_in .left_in h2 {
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
}

.tuvan_in .left_in p {
  padding-bottom: 10px;
  font-size: 15px;
}

.tuvan_in .left_in .div_dangky {
  display: flex;
}

.tuvan_in .left_in .div_dangky a {
  display: inline-block;
  background: #ff7907;
  color: #ffffff;
  padding: 5px 20px;
  font-size: 16px;
  margin-right: 15px;
}

.tuvan_in .right_in {
  width: 49%;
  float: right;
  position: relative;
  /* height: 195px; */
}

.tuvan_in .right_in .box_form .form-group {
  margin-bottom: 10px;
}

.tuvan_in .right_in .box_form .form-group input {
  margin-bottom: 5px;
  border-radius: 2;
}

.tuvan_in .right_in .box_form .form-group textarea {
  margin-bottom: 5px;
  border-radius: 2;
}

.tuvan_in .right_in .box_form .form-group button {
  text-transform: uppercase;
  color: #fff;
  background-color: #006953;
  background-image: linear-gradient(#85c441, #033d23);
  margin: 0px;
  display: inline-block;
  font-size: 15px;
  padding: 5px 25px;
  width: 30%;
}

.tuvan_in .right_in img {
  position: absolute;
  bottom: 0;
}

.padding_none_home {
  padding: 0 0px 0 10px;
}

.padding_none {
  padding: 0 !important;
}

.bg_dichvu {
}

.button_about {
  text-transform: uppercase;
  color: #fff;
  background-color: #006953;
  background-image: linear-gradient(#85c441, #033d23);
  margin: 0px;
  display: inline-block;
  font-size: 15px;
  padding: 5px 25px;
}

.button_about a:hover {
  color: #ff7d44;
}

.box_dangKy {
  background-image: linear-gradient(to right, #033d23, #85c441);
  padding: 20px 0;
}

/* insertcss */

.greybg {
  background-color: #f2f2f2;
}

.wrap-interns {
  padding-top: 5px;
  padding-bottom: 5px;
}

.catpost {
}

.uppercase {
  text-transform: uppercase;
}

.catpost h3 {
  margin: 0px;
  padding: 10px;
  border-top: 3px solid #f00;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: #0875b6;
}

.catpost ul {
  overflow-wrap: break-word;
  margin: 1rem 0 2rem;
  padding: 0 20px;
  width: 100%;
}

.catpost ul > li {
  list-style: none;
  float: left;
  width: 100%;
  line-height: 18px;
}

.catpost ul > li i {
  color: #0875b6;
}

.catpost ul > li b {
  font-size: 14px;
  line-height: 22px;
}

.catpost ul > li b a {
  font-size: 14px;
  color: #0875b6;
  text-decoration: none;
  line-height: 22px;
}

.postsfromcat ul li a {
  font-size: 13px;
  color: #f15725;
}

.catpost ul > li hr {
  border-top: 1px solid #ccc;
}

.catpost .red {
  color: #f15725;
  border-color: #f15725;
}

.magazine {
  /* padding: 0 20px 10px; */
  margin: 15px 0px 25px;
  background-color: #fff;
}

.magazine > h3 {
  color: #f15725;
  position: relative;
  padding: 12px 0 10px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  border-top: 3px solid #f15725;
}

.firstpost .title {
  font-size: 16px;
  line-height: 18px;
  margin: 10px 0;
  /* margin-top: 0.2em; */
  /* margin-bottom: 0.3em; */
  color: #343434;
  font-weight: 700;
}

.block {
  display: block;
}

.magazine img {
  height: 160px;
  object-fit: cover;
  width: 100%;
}

.firstpost p {
  font-size: 12px;
  display: none;
}

.magazine .secondpost {
  position: relative;
  padding-left: 20px;
}

.magazine .secondpost:before {
  width: 4px;
  height: 4px;
  display: inline-block;
  content: "";
  float: left;
  background-color: #ed1b24;
  margin: 6px 10px 0 0;
}

.magazine .secondpost > a > h3 {
  font-size: 14px;
  line-height: 18px;
  margin-top: 0.2em;
  margin-bottom: 10px;
  color: #343434;
  font-weight: 500;
}

.supporter {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-bottom: 15px;
}

.support-name {
  font-weight: 700;
  color: #72a226;
  font-size: 18px;
  margin-bottom: 5px;
}

.support-name .tel {
  color: #ed1b24;
}

.contact span {
  font-size: 14px;
  line-height: 22px;
}

.contact span a {
  font-weight: 700;
  color: #0875b6;
}

.middle-bar {
  position: relative;
  z-index: 9;
  margin-top: -25px;
  background-image: url("../images/arrow-bar.png");
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: -35px;
}

.wrap-step > .container > .row:nth-child(2) {
  position: relative;
  z-index: 10;
  top: -70px;
}

.wrap-step h3 {
  font-size: 13px;
  color: #fff;
  margin-bottom: 26px;
  font-weight: 700;
  margin-left: 7px;
}

.wrap-step .small {
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 22px;
  max-height: 88px;
}

.grey {
  color: #888;
}

.red {
  color: #f15725;
}

.blue {
  color: #0875b6;
}

.readmore {
  font-size: 12px;
}

.readmore {
  background-image: url("../images/arrow-blue.png");
  background-repeat: no-repeat;
  padding-left: 16px;
  line-height: 15px;
  margin: 15px 0 6px;
  display: block;
}

.readmore.red {
  background-image: url("../images/arrow-red.png");
  background-repeat: no-repeat;
  padding-left: 16px;
  margin: 15px 0 25px;
  display: block;
  background-position: 0 2px;
}

.wrap-step {
  background-color: #fff;
  height: 160px;
}

.wrap-step h3 > a:hover {
  color: inherit;
}

/* endinsert */

.box_content {
  background: #fff;
  display: inline-block;
  width: 100%;
  height: auto;
}

.right_hotline {
  margin-top: 70px;
}

.desc_inn {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 22px;
  max-height: 88px;
}

.padding_in {
  padding: 0 20px 0 0;
}

.news1 {
  margin-top: 0;
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e0e0e0;
}

.news1:last-child {
  border: none;
}

.news1 .nd .title {
  color: #202020;
  display: inline-block;
  line-height: 16px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  font-size: 12px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
}

.news1 .nd .title:hover {
  color: #f40500;
}

.day {
  line-height: 21px;
  color: #696969;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: justify;
  margin: 0;
}

.news1 img {
  float: left;
  margin-top: 0px;
  width: 30%;
  margin-right: 15px;
  height: 130px;
  object-fit: cover;
}

.right {
  float: right;
  line-height: 16px;
  margin: 0;
}

@media only screen and (max-width: 600px) {
  .body .right {
    float: none;
  }
}

.news1 .nd .more_link {
  color: #e46d0e;
  text-align: left;
  line-height: 24px;
  padding-right: 7px;
  font-size: 11px;
  font-weight: normal;
}

.news1 .nd {
  font-size: 12px;
  margin-top: 0px;
  display: inline-block;
  width: calc(70% - 15px);
}

.news1 .nd a {
  color: #333;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 15px;
}

.news1 .nd .desc_news_home {
  color: #333;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 13px;
}

.news1 .nd a:hover {
  color: #f40500;
}

.list-sub-news {
  overflow: hidden;
  width: 100%;
}

.list-sub-news li {
  line-height: 18px;
}

.list-sub-news li a {
  font-size: 13px;
}

.list-sub-news li span {
  font-size: 10px;
  color: #505050;
  padding-left: 7px;
}

.news_item_column {
  float: left;
}

.news_item_column h3 {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-style: normal;
  line-height: 28px;
  text-align: center;
  border-radius: 3px;
  background-color: #f00;
  text-transform: uppercase;
  padding: 2px 0;
}

.box_tin {
  margin-bottom: 10px;
  overflow: hidden;
}

.box_tin .image {
  width: 140px;
  float: left;
  margin-right: 10px;
}

.box_tin .image img {
  border: 1px solid #eaeae9;
  padding: 3px;
  height: 100px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.box_tin .box_nd {
  float: left;
  width: calc(100% - 150px);
}

.box_tin .box_nd h4 {
  margin: 0;
  line-height: 17px;
}

.box_tin .box_nd h4 a {
  color: #202020;
  font-size: 14px;
  font-weight: normal;
  display: inherit;
}

.box_tin .box_nd .more_link1 {
  color: #e46d0e;
  text-align: left;
  float: right;
  line-height: 24px;
  padding-right: 7px;
  font-size: 11px;
  font-weight: normal;
}

.padding_none_in {
  padding: 7px 15px 0 0;
}

.main {
  margin: 0 10px;
}

.content-wrapper1 {
}
.ss_01 .body {
  margin-top: 10px;
}
.ads_rightxs img {
  width:100%;
}
.ss_01 {
  margin-top: 0px;
  margin-right: 0px;
  background: #fff;
  padding: 10px 0;
}
.ss_01 .body .left .box .img-1 {
  overflow: hidden;
  margin-bottom: 10px;
}
.ss_01 .body .left .box .img-1 img {
  height: 295px;
  object-fit: cover;
  width: 100%;
}
.title {
  margin-bottom: 0px;
}
.ss_01 .title h2 {
  color: #333;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.ss_01 .desc {
  text-align: justify;
  margin-top: 10px;
  line-height: 150%;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  line-height: 150%;
}
.ss_01 .list-news .col-md-12:first-child .box {
  padding-top: 0px;
}
.ss_01 .list-news .box {
  padding-bottom: 0px;
  border-bottom: 1px solid #e5e5e596;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.ss_01 .list-news .title img {
  width: 5px;
  height: 100%;
  margin-right: 10px;
  margin-top: 5px;
}
.ss_01 .list-news .content {
  flex: 1;
}
.ss_01 .list-news .title {
  display: flex;
  align-items: center;
}
.banner_right {
  background: #f3f1f2;
}
.banner_right .title_right {
  background: #f00;
  text-align: left;
  color: #fff;
}
.banner_right .title_right h2 {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  padding: 8px 20px;
}
.ads_rightx {
  margin-bottom: 0;
  padding: 0 10px;
  padding-bottom: 10px;
}
.videoClip iframe {
  width: 100% !important;
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1150px;
    padding: 0 10px;
  }
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1199px) {
  .wrapper_home {
    width: 100%;
  }
  .title-form-tv {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .item-number .box .right {
    max-width: 250px;
  }
  .wrap-search {
    position: unset;
    bottom: unset;
  }
  .wrap-search .form-inline .left {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 10px;
  }
  .wrap-search .form-inline .right {
    width: 100%;
    text-align: right;
  }
  .wrap-search .form-inline .form-control {
    max-width: 50%;
    /* max-width: unset; */
    width: 100%;
    margin-bottom: 10px;
  }
  .item-tien-ich .box-tien-ich .left {
    width: 100%;
    order: 0;
    margin-bottom: 15px;
  }
  .item-tien-ich .box-tien-ich .right {
    width: 100%;
  }
  .item-tien-ich .box-tien-ich {
    flex-wrap: wrap;
  }
  .item-tien-ich {
    padding: 30px 0;
  }
  .list-item-slide-new .slick-list {
    padding-right: 0;
  }
  .video iframe {
    height: 223px;
  }
  .box_news_hot .image img {
    height: 238px;
  }
  .box_news_hot .info h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .box_news_hot .info .desc {
    font-size: 15px;
    line-height: 20px;
    -webkit-line-clamp: 3;
  }
  .box_news_hot .image {
    width: 52%;
  }
  .box_news_hot .info {
    width: 48%;
  }
  .list-news2 .list-news2-item .image {
    width: 90px;
  }
  .list-news2 .list-news2-item .info {
    width: calc(100% - 100px);
  }
  .list-news2 .list-news2-item h3 {
  }
  .list-news2 .list-news2-item .image img {
    height: 72px;
  }
  .first-news2 .image img {
    height: 317px;
  }
  .list_news_home .box .image img {
    height: 134px;
  }
  .wrap_home .main_left {
    width: calc(100% - 303px);
  }
  .wrap_home .main_right {
    width: 280px;
  }
}

@media (min-width: 992px) {
  .block-content-right {
    order: 1;
  }
  .container {
    max-width: 1150px;
  }
}

@media (max-width: 991px) {
  .wrap_home {
    width: 100%;
  }
  .wrapper {
    width: 100%;
  }
  .catpost ul > li {
    float: unset;
  }
  .wrap-step {
    display: none;
  }
  .wrap-box-top .left {
    width: 100%;
  }
  .wrap-box-top .right {
    width: 100%;
    padding: 20px;
    order: 1;
  }
  .box_about_left {
    width: 100%;
  }
  .box_about_right {
    width: 100%;
  }
  .item-number .box .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .content-wrapper .main {
    padding: 0;
    margin: 0 10px;
  }
  .banner_right {
    display: none;
  }
  .item-number .box {
    flex-wrap: wrap;
  }
  .item-number .box .right {
    width: 100%;
    flex: unset;
    max-width: unset;
  }
  .video iframe {
    height: 518px;
  }
  .banner_quangcao {
    /* display: none; */
  }
  .wrap_home .main_left {
    width: 100%;
    margin-right: 0;
  }
  .wrap_home .main_right {
    width: 100%;
  }
  .box_news_flex .banner_flex {
    display: none;
  }
  .list_news_flex {
    width: 100%;
  }
  .video-detail-body-wrapper .alignCenter {
    margin-bottom: 0;
    float: left;
  }
  .vdbw-title {
    margin-bottom: 15px;
  }
  .vdbw-left {
    width: 100%;
    padding: 25px 0 10px 0;
  }
  .vdbw-right {
    width: 100%;
  }
  .list_news_flex .item .box .image a {
    padding-bottom: 88%;
  }
  .list_news_flex .item:first-child .box .image a {
    padding-bottom: 88%;
  }
  .video-detail-body-wrapper {
    margin-bottom: 30px;
  }
  .box_content_video {
    display: flex;
    flex-wrap: wrap;
  }
  .box_content_video .box_right {
    width: 100%;
    order: 1;
  }
  .box_content_video .box_left {
    width: 100%;
    order: 2;
  }
  .topnews_right {
    width: 100%;
  }
  .box_wrap_detail .detail_left {
    width: 100%;
  }
  .box_wrap_detail .detail_right {
    width: 100%;
    margin-bottom: 30px;
  }
  .cungchuyenmuc .listnews ul li .image img {
    height: 184px;
  }
  .boxhighlight {
    width: 60%;
  }
  .boxmostview {
    width: 40%;
  }
  .topnews_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .boxmostview .bignews img {
    height: auto;
  }
  .special_news .image {
    width: 83%;
  }
  .wrap_qc_home2 .special_news .image {
    width: 83%;
  }
  .box_video_home .smallvideo ul li img {
    height: 140px;
  }
  .wrap_video_home .box_video_home .smallvideo ul li img {
    height: 40px;
  }
  .wrap_new2 .box_left {
    width: 100%;
    margin-right: 0;
  }
  .wrap_new2 .box_right {
    display: none;
  }
  .box_small_right {
    width: 100%;
  }
  .box_small_center {
    margin-right: 0;
    width: 65%;
  }
  .box_small_left {
    width: 32%;
    margin-right: 3%;
  }
  .list_image_video .item .image img {
    height: 180px;
  }
  .list_banner_right .item {
    width: 49%;
    float: left;
  }
  .list_banner_right .item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 2%;
  }
  .docnhieunhat {
    width: calc(100% - 203px);
  }
  .docnhieunhat .listnews ul {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
  }
  .docnhieunhat .listnews ul li h3 {
    width: calc(100% - 38px);
  }
  .vod-content {
    padding: 0 15px;
  }
  .list_news_home .item {
    margin-bottom: 15px;
  }
  .news_home {
    margin-bottom: 10px;
  }
  .list_why {
    width: 100%;
    margin-top: 20px;
  }
  .banner_center {
    margin: 0 0 10px;
  }
  .list_why .box .desc {
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .list-news {
  }
  .ss_02 {
    padding: 0 10px;
  }
  .block-content-right {
    width: 100%;
    padding: 0;
  }
  .news_detail_content h1 {
    font-size: 18px;
  }
  .news_detail_content {
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
  }
  .item-post .box .content .name {
    text-align: justify;
  }
  .item-post .box .image {
    width: 32%;
    position: relative;
    margin-right: 2%;
  }
  .item-post .box .content {
    width: 64%;
  }
  .item-post .box .content .name a {
    text-align: justify;
  }
  .news1 .nd .title {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .item-post .box .content .desc {
    display: none;
  }
  .news1 img {
    margin-right: 10px;
  }
  .magazine img {
    height: auto;
  }
  .right_hotline {
    margin-top: 0;
  }
  .magazine {
    margin-bottom: 15px;
    margin: 0;
    padding: 15px 0;
  }
  .box-text-ss-2 h2 {
    font-size: 20px;
  }
  .list_cate .item {
    width: 50%;
  }
  .box-text-ss-2 h4 {
    font-size: 16px;
  }
  .wrap-service .nav-item:last-child {
    margin-bottom: 15px;
  }
  .item-new .box .image {
    width: 50%;
  }
  .item-new .box .content {
    width: 50%;
    padding: 30px;
  }
  .list-news-blog .fo-03-col-news:nth-child(1),
  .list-news-blog .fo-03-col-news:nth-child(6) {
    width: 100%;
  }
  .picpl:hover {
  }
  .xem {
    opacity: 1;
  }
  .xem i {
    color: #fff;
  }
  .list_news_col .box .info {
    padding-left: 10px;
    width: calc(100% - 170px);
  }
  .list_news_col .box .image {
    width: 170px;
    height: 110px;
  }
  .list_news_col .box .info h3 {
    margin-bottom: 4px;
    margin-top: 0px;
    font-size: 15px;
    line-height: 20px;
  }
  .list_news_col .desc {
    display: none;
  }
  .box_news_hot .image img {
    height: 260px;
  }
  .box_news_hot {
    flex-wrap: wrap;
  }
  .box_news_hot .image {
    width: 100%;
  }
  .box_news_hot .info {
    width: 100%;
  }
  .news-box2 .list-slide-main {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .wrap_home .main_left {
    padding-top: 15px;
  }
  .title_in {
    margin-bottom: 10px;
  }
  .title_in2 {
    margin-bottom: 10px;
  }
  .box_time {
    line-height: 28px;
  }
  .list-news2 .list-news2-item {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  .list-news2 .list-news2-item h3 {
    font-weight: 500;
  }
  .list_why {
    /* flex-wrap: wrap; */
  }
  .list_why .item {
    width: 50%;
  }
  .view_more {
    width: 100px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }
  .news-box2 {
    flex-wrap: wrap;
  }
  .list-news2 {
    width: 100%;
  }
  .boxmostview .smallnews {
    height: auto;
  }
  .boxhighlight .subcate ul li:after {
    margin-left: 6px;
  }
  .boxhighlight .subcate ul li {
    padding-right: 6px;
  }
  .wrap_slide_newstop {
    display: none;
  }
  .wrap_video_home .box_video_home .video_show {
    width: 100%;
    margin-bottom: 0;
  }
  .wrap_video_home .box_video_home .smallvideo {
    width: 100%;
  }
  .list_news_flex .item {
    width: 50%;
  }
  .list_news_flex .item:first-child {
    width: 100%;
  }
  .list_news_flex .item .box .image a {
    padding-bottom: 70%;
  }
  .list_news_flex .item:first-child .box .image a {
    padding-bottom: 70%;
  }
  .wrap_video_home .box_video_home .video_info {
    width: 185px;
    height: 294px;
  }
  .wrap_video_home .box_video_home .video_iframe {
    width: 100%;
  }
  .wrap_video_home .box_video_home .video_iframe iframe {
    height: 294px;
  }
  .vod-content {
    margin: 20px auto 0;
  }
  .cungchuyenmuc .listnews ul li {
    width: 50%;
  }
  .cungchuyenmuc .listnews ul li .image img {
    height: 215px;
  }
  .boxhighlight {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
  .boxhighlight .listnews .bignews .image {
    margin-bottom: 10px;
  }
  .boxmostview {
    width: 100%;
    padding-left: 0;
    background-image: unset;
  }
  .box_new_type2 {
    flex-wrap: wrap;
  }
  .box_tinhay {
    width: 100%;
    padding-right: 0;
  }
  .danhgiaxe {
    width: 100%;
  }
  .video iframe {
    height: 430px;
  }
  .aqua_city {
    flex-wrap: wrap;
  }
  .aqua_city .image {
    width: 100%;
  }
  .aqua_city .info {
    width: 100%;
    padding: 0 15px 15px 15px;
  }
  .inforActive {
    margin-top: 15px;
    position: unset;
  }
  .logo-wrap {
    width: auto;
    margin-right: 30px;
    display: flex;
  }
  .avatar_desc {
    font-size: 12px;
    line-height: 23.6667px;
    position: unset;
    transform: unset;
  }
  .list_image_video .item .image img {
    height: 160px;
  }
  .form-search-icon {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
    max-width: unset;
  }
  .box-support .col-support-item {
    width: 100%;
  }
  .box_top_video .pagetitle {
    height: 44px;
    font-size: 20px;
    line-height: 44px;
    padding-left: 20px;
    width: 160px;
  }
  .box_top_video .head-menu {
    width: calc(100% - 160px);
  }
  .box_top_video .head-menu ul li {
    line-height: 44px;
    margin-right: 40px;
    padding-left: 16px;
  }
  .box_top_video {
    height: 44px;
  }
  .box_top_video .head-menu ul li:before {
    top: 15px;
  }
  .box_top_video .head-menu ul li.star:before {
    top: 13px;
  }
  .box_top_video .head-menu ul {
    width: 300px;
    height: 44px;
  }
  .wrap_home .main_right {
    padding-top: 15px;
  }
  .box-content-product-1 .right {
    width: 100%;
  }
  .box-content-product-1 .left {
    display: none;
  }
  .slide img {
    height: 180px;
  }
  .catpost h3 {
    font-size: 16px;
  }
  .header-main .container {
    padding: 0 10px;
  }
  .news1 .nd .desc_news_home {
    -webkit-line-clamp: 3;
    font-size: 13px;
  }
  .padding_none_home {
    padding: 0 !important;
  }
}

@media (max-width: 550px) {
  .box_about_left .title_about {
    line-height: 29px;
  }
  .tuvan_in {
    padding: 10px 10px 0 10px;
    margin: 0px 0 10px 0;
  }
  .news_item_column {
    width: 100%;
    margin-top: 15px;
    padding: 0;
  }
  .news_item_column:not(:last-child) {
    margin-right: 0;
  }
  .box_tin .box_nd h4 {
    margin-top: 0;
  }
  .tuvan_in .left_in {
    width: 100%;
    float: left;
    margin-bottom: 12px;
    margin-top: 10px;
  }
  .about_us {
    padding: 20px 0px 20px 0px;
  }
  .list_counter .item .box {
    height: 90px;
  }
  .tuvan_in .right_in {
    width: 100%;
    float: right;
    position: relative;
    /* height: 250px; */
  }
  .tuvan_in .right_in img {
    position: absolute;
    bottom: 0;
    width: 200px;
    text-align: center;
  }
  .tuvan_in .left_in h2 {
    font-weight: 600;
    font-size: 25px;
  }
  .images_taisao {
    display: none;
  }
  .list_why .box .desc {
    max-width: 210px;
  }
  .list_why .box .image {
    /* width: 70px; */
    /* float: left; */
    /* padding-top: 15px; */
  }
  .list_why .box .desc h2 {
    font-size: 17px;
  }
  .list_why .box .desc {
    text-align: left;
  }
  .list_why2 .box .desc {
    max-width: 210px;
  }
  .list_why2 .box .image {
    width: 60px;
    padding-top: 15px;
  }
  .list_why1 {
    width: auto;
    margin: 0 0 15px 0;
  }
  .desc2 {
    line-height: 25px;
    text-align: justify;
  }
  .form_dn_in button {
    width: 120px;
    height: 35px;
  }
  .item-about:last-child {
    margin-bottom: 20px;
  }
  .tracuu_vandon {
    padding: 15px 0;
  }
  .search_kh {
    display: block;
  }
  .group-social ul span {
    display: block;
    font-size: 13px;
  }
  .pt_box_left .pt_list_new_main {
    width: 100%;
  }
  .pt_new_small .pt_images img {
    width: 120px;
    height: 110px;
  }
  .wrap-box-top .left {
    width: 100%;
  }
  .pt_new_small .pt_box_content .pt_desc {
    line-height: 20px;
    height: 62px;
  }
  .wrap-box-top .right {
    width: 100%;
  }
  .pt_new_small .pt_box_content {
    width: calc(100% - 120px);
  }
  .pt_list_new_small {
    width: 100%;
    padding-left: 0;
  }
  .pt_group_title_new .pt_group_title .pt_title_new {
    font-size: 14px;
    padding-left: 5px;
  }
  .title-top .text {
    width: 100%;
  }
  .wrap-breadcrumbs .breadcrumb {
    padding: 10px 0;
  }
  .tab-product .nav-tabs {
    margin-top: 0;
  }
  .nav-tabs .nav-item {
    width: 50%;
  }
  .wrap-pro-tab-home .group-title .title {
    font-size: 22px;
  }
  .nav-tabs .nav-link {
    padding: 7px 10px;
  }
  .tim_don .title_timdon h2 {
    font-size: 18px;
  }
  .tim_don .form-dn {
    padding: 20px 0% 0px 0%;
  }
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    padding: 7px 10px;
  }
  .box-product-main {
    margin-bottom: 0;
  }
  .box-image-product {
    margin-bottom: 10px;
  }
  .blog-product-detail {
    padding: 10px 0;
  }
  .even .box_info .view_more {
    margin-top: 15px;
  }
  .even .box_info .desc2 {
    font-size: 15px;
    line-height: 22px;
  }
  .even .box_info .desc1 {
    font-size: 17px;
  }
  .title-top .sale-km {
    width: 100%;
  }
  .even .box_info {
    padding: 25px 15px 20px;
  }
  .why_choose_us {
    padding: 18px 0 10px;
  }
  .why_choose_us .group-title {
    margin-bottom: 15px;
  }
  .list_why .item {
    margin-bottom: 10px;
  }
  .why_choose_us .group-title .title {
    font-size: 24px;
  }
  .list_why .item .box .desc {
    font-size: 18px;
  }
  .list_why .item .box .image {
    margin-bottom: 8px;
  }
  .list_why .item .box .image img {
    height: 76px;
  }
  .list-navbar ul li {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
  .item-new .box .image {
    width: 100%;
  }
  .item-new .box .content {
    width: 100%;
  }
  .title_in h2 {
    font-size: 14px;
  }
  .title_in .view_more_top {
    font-size: 14px;
  }
  .title-nav-tab h3 {
    font-size: 16px;
  }
  .picpl .pic {
    height: 260px;
  }
  .list_news_col .box .info h3 {
    -webkit-line-clamp: 3;
  }
  .list_news_col .box_time {
    display: none;
  }
  .list_news_home .box .image img {
    height: 260px;
  }
  .title_in2 .view_more_top {
    display: none;
  }
  .first-news2 .image img {
    height: 260px;
  }
  .card-news-horizontal .content {
    width: 100%;
  }
  .card-news-horizontal .image {
    width: 100%;
  }
  .list_news_flex2 .item .box .image a {
    padding-bottom: 80%;
  }
  .list_news_flex2 .item .box .info h3 {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
  .box_video_home .smallvideo ul li h4 {
    margin-bottom: 10px;
  }
  .list_news_flex .item .box .info h3 {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
  .list_news_flex .item:first-child .box .info h3 {
    font-size: 20px;
  }
  .vdbw-title {
    font-size: 20px;
    line-height: 24px;
  }
  .detailvideo .kbwcli-content .kbwcli-iframe iframe {
    height: 300px;
  }
  .box_top_video .head-menu {
    padding-left: 15px;
    width: calc(100% - 76px);
  }
  .box_top_video .head-menu ul {
    width: auto;
  }
  .box_top_video .head-menu ul li {
    margin-right: 25px;
  }
  .kbwclic-body-video {
    padding: 18px 15px;
  }
  .box_top_video .head-menu ul li a {
    font-size: 13px;
  }
  .kbvi-title a {
    font-size: 20px;
    line-height: 24px;
  }
  .box_top_video .pagetitle {
    width: 76px;
    font-size: 17px;
    padding-left: 15px;
  }
  .kbwcli-iframe iframe {
    height: 260px;
  }
  .cungchuyenmuc #search-place {
    display: none;
  }
  .cungchuyenmuc .listnews ul li .image img {
    height: 180px;
  }
  .boxhighlight .listnews .bignews .title {
    font-size: 18px;
    line-height: 24px;
  }
  .boxhighlight .subcate {
    width: auto;
  }
  .boxhighlight .titlebox {
    font-size: 15px;
    line-height: 24px;
    padding-right: 15px;
  }
  .boxhighlight .titlebox::after {
    content: "";
    transform: skew(348deg);
    top: 0;
    right: -34px;
  }
  .box_wrap_detail .content h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .cungchuyenmuc .listnews ul {
    margin: 0 -5px;
  }
  .cungchuyenmuc .listnews ul li {
    padding: 0 5px;
  }
  .img_left_docnhieu a {
    width: 100%;
  }
  .title-h .text {
    width: 100%;
    font-size: 16px;
  }
  .img_left_docnhieu img {
    height: auto;
  }
  .boxembed {
    flex-wrap: wrap;
  }
  .img_left_docnhieu {
    width: 100%;
  }
  .docnhieunhat {
    width: 100%;
  }
  .special_news .image {
    width: 100%;
  }
  .wrap_qc_home2 .special_news .image {
    width: 100%;
  }
  .wrap_new2 {
    margin-top: 0;
  }
  .view_all a {
    width: 132px;
    line-height: 40px;
    font-size: 14px;
  }
  .special_news .info {
    width: 100%;
    height: auto;
    padding: 15px 10px 10px 15px;
    position: unset;
    text-align: left;
  }
  .special_news .info .zonename {
    right: 0;
    bottom: 0;
    position: relative;
    font-size: 13px;
  }
  .special_news .info .title {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
  }
  .special_news .info::before {
    display: none;
  }
  .special_news .image img {
    height: auto;
  }
  .special_news {
    margin: 0 0 15px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .danhgiaxe {
    padding: 20px 15px 10px 15px;
  }
  .danhgiaxe .listnews ul li:first-child {
    margin-top: 15px;
  }
  .danhgiaxe .listnews ul li {
    padding: 7px 0 7px;
  }
  .danhgiaxe .listnews ul li .title {
    font-size: 15px;
    line-height: 20px;
  }
  .box_wrap_new1 {
    display: flex;
    flex-wrap: wrap;
  }
  .box_small_center {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
  }
  .box_small_left {
    width: 100%;
    order: 2;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .wrap-slide-home {
    padding: 15px 0 0;
  }
  .box_small_right {
    order: 3;
  }
  .wrap_new1 {
    margin-top: 15px;
  }
  .list_tin_center h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .video iframe {
    height: 300px;
  }
  .list_image_video .item .image img {
    height: 100px;
  }
  #countdown {
    width: 100%;
    margin-top: 20px;
  }
  .tab-link ul li {
    width: 100%;
  }
  .tab-link {
    position: unset;
  }
  .breadcrumbs ul > li > a {
    font-size: 16px;
  }
  .breadcrumbs ul > li:last-child a:last-child:after {
    font-size: 22px;
  }
  .title-service-tab {
    font-size: 20px;
  }
  .service-item-2 .box {
    padding: 25px 30px 35px;
  }
  .wrap-partner .list-item .box {
    padding: 12px 0;
  }
  .service-item-2 .name {
    font-size: 22px;
  }
  .title-service-tab-sm {
    font-size: 17px;
  }
  .title-tam-nhin img {
    margin-right: 16px;
    height: 48px;
  }
  .blog-lienhe-hoptac {
    padding: 30px 0;
  }
  .item-tam-nhin .desc {
    line-height: 26px;
    font-size: 18px;
  }
  .form-contact-hoptac label:not(.radio-inline):not(.checkbox label) {
    font-size: 18px;
  }
  .form-contact-hoptac textarea {
    height: 100px;
  }
  .form-contact-hoptac .btn-view {
    margin-top: 5px;
    line-height: 48px;
    font-size: 20px;
  }
  .padding-content {
    padding: 25px 25px 35px;
  }
  .desc-ls {
    line-height: 26px;
    font-size: 18px;
  }
  .wrap-partner .group-title .title {
    font-size: 22px;
  }
  .group-title {
    margin-bottom: 10px;
  }
  .wrap-partner {
    margin-top: 0;
    padding: 15px 0 10px;
  }
  .title-ls {
    font-size: 24px;
  }
  .title-form {
    font-size: 20px;
  }
  .title-tam-nhin {
    font-size: 28px;
    width: 225px;
    line-height: 48px;
  }
  .cate-dot-1 .slick-dots {
    right: 50%;
    transform: translate(50%, 0);
    top: calc(100% + 5px);
  }
  .wrap-partner .list-item {
    padding: 0 30px;
  }
  .wrap-partner .list-item img {
    height: 80px;
    width: auto;
    object-fit: contain;
  }
  .wrap-partner .list-item .item {
    padding: 10px;
  }
  .cate-arrows-1:not(.cate-arrows-1-sm) .slick-prev,
  .cate-arrows-1:not(.cate-arrows-1-sm) .slick-next {
    height: 50px;
  }
  .title-xemthem {
    font-size: 20px;
  }
  .group-title .title {
    font-size: 22px;
  }
  .group-title .desc-title {
    font-size: 14px;
  }
  .list-news-home {
    padding: 0 30px;
  }
  .title-service {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .item-ls-sm.slick-current .box {
    font-size: 18px;
  }
  .item_count {
    margin-bottom: 0;
    padding-top: 10px;
  }
  .item_count .box_count .counter-value {
    font-size: 40px;
  }
  .wrap-system {
    padding: 25px 0 30px;
  }
  .box-bg-content {
    width: 100%;
    position: unset;
  }
  .box-bg-content .logo-bg {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
  .box-bg-content .button_tuvan {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 20px;
  }
  .box-bg-content .logo-bg img {
    max-width: 260px;
  }
  .list_tin_center .item:not(:first-child) .desc {
    display: none;
  }
  .box_video_home .video_show {
    flex-wrap: wrap;
  }
  .box_video_home .video_iframe {
    width: 100%;
  }
  .box_video_home .video_iframe iframe {
    float: left;
  }
  .box_video_home .video_info {
    width: 100%;
    height: auto;
    padding: 0 15px 15px 15px;
    background-color: #f1f1f1;
    overflow: hidden;
  }
  .wrap_video_home .box_video_home .video_info {
    width: 100%;
    height: auto;
  }
  .wrap_video_home .box_video_home .video_iframe {
    width: 100%;
  }
  .wrap_video_home .box_video_home .video_iframe iframe {
  }
  .box_video_home .video_info h3 {
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 17px;
    line-height: 20px;
  }
  .box_video_home .video_info .timeago {
    font: normal 12px/18px Arial;
    margin-bottom: 5px;
  }
  .box_video_home .smallvideo ul {
    display: flex;
    flex-wrap: wrap;
  }
  .box_video_home .smallvideo ul li {
    width: 50%;
  }
  .list_news_col .item {
    padding: 15px 0;
  }
  .box_tinhay .bignews ul li {
    width: 100%;
  }
  .title_in .date {
    display: none;
  }
  .news_detail .box_info h1 {
    font-size: 20px;
  }
  .view_detail a {
    font-size: 13px;
  }
  .even {
    padding: 15px 0;
  }
  .even .video_home {
    margin-bottom: 20px;
    padding: 10px 10px 5px 10px;
  }
  .even .video_home iframe {
    height: 200px;
    width: 100%;
  }
  .box-image-product {
    flex-wrap: wrap;
  }
  .box-image-product .image-main {
    width: 100%;
  }
  .list-small-image .pt-box {
    padding: 10px 0;
  }
  .product-detail-infor .box-infor h2 {
    font-size: 22px;
  }
  .list-small-image {
    width: 100%;
    order: 2;
    flex: 0 0 100%;
  }
  .small-image {
    height: auto;
  }
  .product-detail-infor .box-infor {
    padding-top: 0;
  }
  .list-small-image .slick-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .list-small-image .slick-next {
    right: 0;
    left: unset;
    top: 50%;
    transform: translateY(-50%);
  }
  .box_content {
    height: auto;
  }
  .content-wrapper .main {
    margin: 5px;
  }
}

@media (max-width: 375px) {
  .title-service {
    font-size: 30px;
  }
  .box_video_home .smallvideo ul li img {
    height: 110px;
  }
  .wrap_video_home .box_video_home .smallvideo ul li img {
    height: 110px;
  }
  .list_news_col .item .box {
    flex-wrap: wrap;
  }
  .list_news_col .box .image {
    width: 100%;
    height: 210px;
    margin-bottom: 10px;
  }
  .list_news_col .box .info {
    width: 100%;
    padding-left: 0;
  }
}

/* ---------- */
.ss_02 {
  margin-top: 10px;
}
.ss_title {
  height: 30px;
  width: auto;
}
.ss_title-wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e596;
}
.ss_title a {
  height: 100%;
}

.ss_title h2 {
  color: #293893 !important;
  text-transform: uppercase !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  outline: hidden;
  padding-right: 50px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  height: 100%;
}
.ss_title h2 {
  background: linear-gradient(
    180deg,
    rgba(237, 237, 237, 1) 28%,
    rgba(208, 208, 208, 1) 62%
  );
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  height: 100%;
}
.ss_title-content span {
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #293893;
}
.ss_title h2::after {
  content: "";
  display: table;
  clear: both;
  border: 15px solid #fff;
  position: absolute;
  margin-left: 15px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  margin-top: 0px;
  left: auto;
  right: 0;
}

.banner_right-wrap {
  position: sticky;
  top: 50px;
}

.df {
  height: 100%;
  display: flex;
  align-items: center;
}

.df li {
  position: relative;
  padding: 0px 7px;
}

.df li a {
  position: relative;
  display: flex;
  align-items: end;
  color: #e11b22;
  height: 100%;
  font-weight: 600;
  font-size: 13px;
  border-bottom: 1px solid #e11b22;
}

.df li:not(:last-child)::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 1px;
  background-color: #b91521;
  right: 0;
  bottom: 6px;
}

/* --------------- */
.menu-right {
  margin: 18px 0;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.menu-right .menu-right_sidebar {
  display: block;
  float: left;
  width: 100%;
  background: #333;
}

.menu-right .menu-right_sidebar-nav {
  background-image: linear-gradient(to right, #e33b00 4px, #ac2d00 4px);
}

.menu-right .menu-right_sidebar-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #205fa0;
  background-image: linear-gradient(to right, #2671b5 4px, #205fa0 4px);
  background-repeat: repeat-x;
  margin: 0;
}

.menu-right .menu-right_sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-right .menu-right_sidebar-nav ul li {
  display: block;
}

.menu-right .menu-right_sidebar-nav ul a {
  padding: 10px 20px;
  color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
}

.menu-right .menu-right_sidebar-nav ul li,
.menu-right_sidebar-nav ul a {
  display: block;
}

.menu-right a {
  color: #fff !important;
  text-decoration: none !important;
}

.menu-right .menu-right_sidebar-nav ul a:hover {
  background-image: linear-gradient(
    to right,
    #293893 4px,
    rgba(0, 0, 0, 0) 4px
  );
}

/* ----------- */

.panel-document {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #adadad;
}

.panel-document .panel-document-heading {
  background-color: #293893;
  border-color: #293893;
  color: #fff;
}

.panel-document .panel-document-heading {
  text-align: center;
  padding: 13px 10px;
  font-weight: 500;
  font-size: 16px;
}

.panel-document-body {
  padding: 15px;
}

.panel-document-body marquee {
  max-height: 350px;
}

.panel-document-body marquee .panel-document-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.panel-document-body marquee .panel-document-item svg {
  width: 15px;
}

.panel-document-body marquee .panel-document-item svg path {
  fill: #a60028;
}

.panel-document-body marquee .panel-document-item .panel-document-item_title {
  font-weight: 600;
}

.panel-document-body marquee .panel-document-item .panel-document-item_title {
  font-weight: 600;
}

.panel-document-body marquee .panel-document-item .panel-document-item_desc {
  font-size: 13px;
}

.panel-document-body marquee .panel-document-item .icon_new {
  background: url(../images/new.gif) no-repeat;
  display: inline-block;
  width: 33px;
  height: 15px;
}

.panel-document-body marquee .panel-document-item em {
  color: #999;
  font-size: 13px;
}
