:root {
  --bg-1: #010118;
  --bg-2: linear-gradient(#000b23, #001133);
}

@font-face {
  font-family: "OpenSansBold";
  src: url("../fonts/Opensans/OpenSans-Bold.ttf");
}

@font-face {
  font-family: "OpenSansSemibold";
  src: url("../fonts/Opensans/OpenSans-Semibold.ttf");
}

@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/Roboto/Roboto-Bold.ttf");
}

@font-face {
  font-family: "UTMAlexander";
  src: url("../fonts/UTM_Alexander/UTM-Alexander.ttf");
}

@font-face {
  font-family: "UTMbebas";
  src: url("../fonts/UTM_bebas/UTM-Bebas.ttf");
}

@font-face {
  font-family: "NovaSquare";
  src: url("../fonts/NovaSquare.ttf");
}

@font-face {
  font-family: "Orbitron";
  src: url("../fonts/Orbitron.ttf");
}

@font-face {
  font-family: "UTMBanque";
  src: url("../fonts/UTMBanqueR.ttf");
}

@font-face {
  font-family: "UTMBanque";
  font-weight: bold;
  src: url("../fonts/UTMBanqueB.ttf");
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Roboto";
  font-weight: bold;
  src: url("../fonts/Roboto/Roboto-Bold.ttf");
}

:root {
  --color-main: #3b82f6;
  --color-bold: #1448b1;
}

.clear {
  clear: both;
  display: block;
}

.hotline_l {
  display: none;
}

.body-size {
  max-width: 768px;
}

.search_mobile {
  display: none;
}

.re {
  position: relative;
}

/*.nav-font{
	font-family: 'RobotoRegular';
	font-size: 16px;
}
.title-font{
	font-family:'RobotoRegular';
}*/

.color-main {
  color: #006eb9;
}

h1,
h2 {
  margin: 0px;
  font-size: inherit;
}

img {
  max-width: 100%;
}

.box-item h1.name {
  margin-top: 20px;
}

a {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

a:hover,
a:focus {
  color: #ff9600;
  text-decoration: none;
}

.fl {
  float: left;
}

.bg-gray {
  background: #f0f0f0;
}

.bg-white {
  background: #fff;
}

.bd-gray {
  border: solid 1px #d5d5d5;
}

.bd-ra-0 {
  border-radius: 0;
}

.bd-ra-10 {
  border-radius: 10px;
}

.row5 {
  margin-left: -5px;
  margin-right: -5px;
}

.plr0 {
  padding-left: 0;
  padding-right: 0;
}

.plr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.row10 {
  margin-left: -10px;
  margin-right: -10px;
}

.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.plr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.p0 {
  padding: 0px;
}

.p15 {
  padding: 15px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.pb15 {
  padding-bottom: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mr10 {
  margin-right: 10px;
}

.mr0 {
  margin-right: 0px;
}

.padding-bottom10 {
  padding: 0 10px 10px;
}

.block {
  display: block;
}

.w100pe {
  width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

.font14 {
  font-size: 14px;
}

.font20 {
  font-size: 20px;
}

.font25 {
  font-size: 25px;
}

.bold {
  font-weight: bold;
}

.color_3 {
  background: #333;
}

.tonghop {
  color: #ccc;
  text-align: center;
}

.animate1 {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.title-main {
  display: block;
  z-index: 10;
  margin-bottom: 10px;
  border-bottom: 2px solid #7ab42a;
}

.title-main a {
  font-family: "OpenSansSemibold";
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding: 2px 0px;
  color: #7ab42a;
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
}

.title-main a:after {
  /*content: '';
	    position: absolute;
	background: url(../../templates/images/after-title.png);
    width: 95px;
    height: 40px;
    right: -94px;
    background-repeat: no-repeat;
    top: 0px;
    background-size: 100% 100%;*/
}

.bao-partner {
  margin-bottom: 10px;
}

.title-main a i {
  color: #fff;
}

.line {
  height: 2px;
  width: 100%;
  background-color: #eaeaeb;
  position: relative;
}

/*.line:before {
    content: "";
    height: 4px;
    background-color: #339933;
    width: 20%;
    position: absolute;
    top: -1px;
}*/

.bao-left {
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
}

.title-left {
  font-family: "OpenSansSemibold";
  float: left;
  width: 100%;
  margin: 0;
  padding: 0px;
  background: #333;
  background-size: 100% 100%;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  line-height: 45px;
  text-align: center;
  border-top: 2px solid var(--color-main);
}

.title-left a {
  color: #fff;
  text-align: center;
}

.title-content {
  margin-top: 0;
  position: relative;
  border-bottom: solid 2px #ff9600;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.title-content span {
  display: inline-block;
  background: #ff9600;
  padding: 6px 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

/**/

.item-row1 {
  float: left;
  width: 100%;
  padding: 5px;
  border-bottom: solid 1px #e5e5e5;
  background: #f0f0f0;
}

.item-row1 .img {
  float: left;
  width: 35%;
}

.item-row1 .img a {
  float: left;
  width: 100%;
  position: relative;
}

.item-row1 .img a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 0;
}

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

.item-row1 .info {
  float: left;
  width: 65%;
  padding-left: 10px;
}

.item-row1 .info .name {
  font-size: 13px;
  margin: 10px 0;
  text-align: center;
  background: #3253a2;
}

.item-row1 .info .name a {
  color: #fff;
}

.item-row1 .info .name a:hover {
  color: #df0000;
}

.item-row1:hover .img a:before {
  opacity: 1;
}

.item-row1:hover .name {
  color: #eacc43;
}

/* 1 */

.item-pro {
  position: relative;
  float: left;
  width: 100%;
  /* background:#fff; */
  /* padding: 4px; */
  /* box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); */
  /* border:1px solid #e6e6e6; */
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.item-pro .img_pro {
  position: relative;
  overflow: hidden;
}

.item-pro .img_pro img {
  width: 100%;
  height: auto;
  display: block;
}

.item-pro .info {
  position: absolute;
  text-align: center;
  background: #5857577d;
  padding: 10px 15px;
  height: auto;
  transition: all 0.5s ease;
  /* -webkit-transition: all 0.5s ease; */
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 50;
  bottom: 20px;
  left: 10px;
  right: 0px;
  background: -moz-linear-gradient(top, #bfbfbf00 30%, #1e1e1eb3 70%);
  background: -o-linear-gradient(top, #bfbfbf00 30%, #1e1e1eb3 70%);
  background: -ms-linear-gradient(top, #bfbfbf00 30%, #1e1e1eb3 70%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.3, #bfbfbf00),
    color-stop(0.7, #1e1e1eb3)
  );
  padding-bottom: 0;
  padding-top: 30px;
}

.item-pro .info a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 25px;
  display: block;
}

.item-pro .info a:hover {
  color: #ff0000;
}

.item-pro .info .price {
  font-size: 14px;
  color: #ff0000;
  font-weight: 600;
}

.item-pro .info h3 {
  margin: 0;
  padding: 10px 0px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}

/**/

.item-khachhang {
  position: relative;
  width: 100%;
  padding: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}

.item-khachhang .img {
  float: left;
  width: 20%;
  position: relative;
  z-index: 20;
  overflow: hidden;
  padding: 5px;
  background: #f6c101;
  border-radius: 50%;
}

.item-khachhang .info {
  position: relative;
  float: left;
  width: 75%;
  margin-left: 4%;
  padding: 0 10px;
  border-radius: 10px;
}

body {
  /*background: url('../../templates/images/bg-body.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 100%;
	background-attachment: fixed;*/
  /*font-family:'RobotoRegular';*/
  font-family: Roboto, Arial;
}

.content-home-contact h2,
.title-home1 h1,
.title-home1 h2,
.title-home1 h3 {
  font-family: "UTMBanque";
}

header {
  padding: 0;
  background: #010101;
}

header .banner img {
  width: 100%;
}

.wrapper {
  background: #fff;
}

.top_header {
}

.top_header a {
  color: #000;
}

.no-padding {
  padding: 0px !important;
}

section.partners {
  margin: 0 0;
  padding: 10px 0;
}

nav#aff_menu {
  margin-top: 0px;
}

nav.nav .navbar-nav {
}

#aff_menu.affix {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#aff_left.affix {
  position: fixed;
  top: 50px;
  z-index: 1;
}

#sidebar_left.affix {
  position: fixed;
  top: 50px;
  width: 200px;
}

#sidebar_left.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 140px;
}

/*=========================================*/

.body-home {
  margin-top: 5px;
}

.col-left .box {
  float: left;
  width: 100%;
  border-top: none;
  padding: 10px;
  background: #fff;
}

.col-right .box {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  border-top: none;
  padding: 10px;
  border: 1px solid #acacac;
}

.box.category {
  padding: 0;
}

.box.category ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.box.category a {
  display: block;
  font-family: "RobotoRegular";
  color: #333;
  position: relative;
  border-bottom: 1px solid #c4c4c4;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.box.category ul > li {
  position: relative;
}

.box.category ul.sub > li {
  padding: 0px 15px;
  padding-left: 30px;
}

.box.category ul.main > li:last-child a {
  border-bottom: none;
}

.box.category ul.main > li {
  padding: 0px;
}

.box.category ul.main > li a {
  font-family: "OpenSansSemibold";
  padding: 8px 10px;
  color: #ff0000;
  font-size: 16px;
  border-bottom: initial;
  background: #f5f5f5;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
  border: 1px solid #d0d0d0;
  /*white-space:nowrap;*/
}

.box.category ul.main > li a:hover {
  color: #ff9600;
}

.box.category ul.main > li a.active {
  color: #ff9600;
}

.box.category ul.main > li a.active i {
  color: #ff9600;
}

.box.category ul.main > li a:hover i {
  color: #ff9600;
}

.box.category ul.main > li a i {
  font-size: 1em;
  display: table-cell;
  float: left;
  padding-top: 3px;
  padding-right: 8px;
  color: #5e330d;
}

.box.category ul.sub {
  position: relative;
}

.box.category ul.sub li a {
  padding: 10px 0px;
  background: initial !important;
  border-radius: initial !important;
  text-transform: initial !important;
  color: #000 !important;
  text-align: initial !important;
  font-weight: normal !important;
  font-size: 14px;
  border: 0px !important;
}

.box.category ul.sub li:last-child a {
  border-bottom: 0px;
}

.box.category .arrow-sub > a:before {
  /*font-family:'entypo';
	content:'\e766';*/
  position: absolute;
  right: 10px;
}

li.arrow-sub ul {
}

.box.category ul.main > li.arrow-sub:hover ul.sub {
  display: block;
}

.box.category ul.sub_2 {
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 100%;
  min-width: 100%;
  background: #ebebeb;
  border: 0px;
}

.box.category ul.sub > li:hover ul.sub_2 a {
  color: initial !important;
}

.box.category ul.sub > li ul.sub_2 li:hover a {
  color: #ff9600 !important;
}

.box.category ul.sub > li ul.sub_2 li {
  padding: 0px 15px;
}

.box.category ul.sub > li ul.sub_2 ul.sub_3 {
  position: absolute;
  top: 0px;
  left: 100%;
  min-width: 100%;
  background: #ebebeb;
  border: inherit;
}

.box.category ul.sub > li ul.sub_2 {
  display: none;
}

.box.category ul.sub > li:hover ul.sub_2 {
  display: block;
}

.box.category ul.sub > li ul.sub_3 {
  display: none;
}

.box.category ul.sub > li ul.sub_2 li:hover ul.sub_3 {
  display: block;
}

.support .img {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}

.support .img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 2px;
}

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

.support h4 {
  color: #333;
  font-size: 14px;
  padding-bottom: 5px;
  font-family: "RobotoBold";
  margin: 0px;
  text-align: left;
}

.support h4.hot-support {
  text-align: center;
  font-weight: bold;
  color: #ff0000;
  margin-bottom: 10px;
}

.support h5 {
  color: #333;
}

.box.news {
  padding: 10px;
}

.box.news .item {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #a7a7a7;
}

.box.news .item:last-child {
  border: none;
}

.box.news .item .img {
  float: left;
  width: 40%;
  display: table;
  padding-top: 5px;
}

.box.news .item .img a {
  float: left;
  position: relative;
}

.box.news .item .img a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 20;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.box.news .item .img:hover a:before {
  opacity: 1;
}

.box.news .item .img img {
  width: 100%;
}

.box.news .info {
  font-weight: 500;
  padding-top: 5px;
  float: left;
  padding-left: 10px;
  width: 60%;
}

#check_search {
  text-align: center;
}

#check_search .input-sp {
  padding-bottom: 5px;
}

#check_search .input-sp input {
  width: 180px;
  padding-left: 10px;
}

#check_search .input-sp select {
  width: 180px;
  height: 26px;
}

#check_search .input-sp input.tim-kiem {
  width: initial;
  padding: 1px 15px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.quang-cao img {
  max-width: 100% !important;
}

.box.link-website p {
  margin-bottom: 5px;
}

.box.link-website a {
  color: #333;
  font-family: "RobotoBold";
  display: block;
  border-bottom: 1px dashed #e1e1e1;
  padding-bottom: 5px;
}

.box.link-website a:hover {
  color: #e30f0e;
}

.box.visited p {
  margin-bottom: 5px;
  font-weight: bold;
}

.box.visited span {
  display: inline-block;
  width: 150px;
  font-weight: normal;
  padding-left: 25px;
}

.box.visited span.v1 {
  background: url(../images/v1.png) no-repeat left center;
}

.box.visited span.v2 {
  background: url(../images/v2.png) no-repeat left center;
}

.box.visited span.v3 {
  background: url(../images/v3.png) no-repeat left center;
}

.footer {
  position: relative;
  background: var(--bg-1);
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  font-size: 14px;
  background-size: 100% 100%;
  min-height: 200px;
  position: relative;
}

/*TICH CUSTOM*/

button.arrow_box {
  margin: 15px 0px;
  outline: none;
  padding: 4px 25px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

button.arrow_box i {
  padding-left: 2px;
  padding-right: 8px;
}

.arrow_box {
  position: relative;
  background: #1670a9;
  border: 0px solid #c2e1f5;
  color: #fff;
}

.arrow_box:after,
.arrow_box:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #1670a9;
  border-width: 14px;
  margin-top: -14px;
}

.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #1670a9;
  border-width: 14px;
  margin-top: -14px;
}

button.arrow_box:hover {
  background: #ff7500;
}

button.arrow_box:hover:after,
button.arrow_box:hover:before {
  border-left-color: #ff7500;
}

.designed {
  color: #ff7500;
}

.designed a {
  color: #ff7500;
}

.footer .link a i {
  font-size: 1.5em;
  color: #fff;
  position: absolute;
  top: 12px;
  left: 15px;
}

.footer .link a:nth-child(2) {
  background-color: #6c6c6c;
}

.footer .link a:nth-child(2) i {
  top: 12px;
  left: 12px;
}

.footer .link a:nth-child(3) i {
  top: 12px;
  left: 11px;
}

.footer .link a:nth-child(3) {
  background-color: #5f5c5c;
}

.footer .link a:hover {
  background-color: #ff7500;
}

.thong-tin-gio a {
  color: #fff;
}

.thong-tin-gio a:hover {
  color: #006eb9;
}

.gio-hang-fix:hover {
  background: #ff7500;
}

.bao-gio {
  position: relative;
}

.bao-gio .content-gio {
  position: absolute;
  transform: rotate(-90deg);
  background-color: #006eb9;
  top: -70px;
}

.text-giohang {
  text-transform: uppercase;
}

.text-giohang a {
  color: #fff;
}

.nav_top li img {
  width: 30px;
  opacity: 0.5;
}

.nav_top li img.active,
.nav_top li img:hover {
  opacity: 1;
}

.support h4.hot-support {
  margin: 10px 0px;
  color: #ff0000;
  font-size: 16px;
}

.info-cart table tr td {
  text-align: center;
}

.tong_tt #tong_tien_gh {
  color: red;
}

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

.no-pd-right {
  padding-right: 0px;
}

.mg-tintuc {
  margin-top: 30px;
}

.custom-middle {
  float: left;
}

.custom-tt a {
  color: #6e4930;
}

.custom-tt a:hover {
  color: #ff0000;
}

.box.category ul.sub > li:hover a {
  color: #ff9600 !important;
}

.banner-top {
  position: relative;
}

.banner-top .lang-destop {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 7px;
}

.banner-top .lang-destop img {
  max-width: 40px;
  opacity: 0.6;
}

.banner-top .lang-destop img:hover,
.banner-top .lang-destop img.active {
  opacity: 1;
}

.banner-top .lang-destop a:first-child {
  margin-right: 5px;
}

.bt-submit {
  text-align: center;
  margin-top: 10px;
}

.bt-submit button {
  float: none;
  display: inline-block;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  min-width: 100px;
  padding: 8px 20px;
}

.bao-tintuc {
  background: #fff;
}

.custom-tintuc {
  padding: 5px 5px;
}

.custom-tt {
  padding: 10px;
  padding-bottom: 0px;
}

.custom-tt a {
  font-weight: bold;
}

.hl-dp {
  padding-top: 10px;
  text-align: left;
}

.bt-dat {
  display: inline-block;
}

.title-doitac {
  border-bottom: 1px solid #7c4a21;
}

.bt-dat button.bt-datphong {
  min-width: initial;
  text-transform: initial;
  margin: 0px;
  letter-spacing: initial;
  float: none;
  background: #5e330d;
  color: #fff;
  padding: 2px 10px;
  border: 0px;
  border-radius: 5px;
}

.hl-dp .hotline {
  font-weight: bold;
  font-size: 12px;
}

.hl-dp .hotline span {
  font-size: 13px;
  color: #ff0000;
}

.info-cart .title-form {
  padding-left: 15px;
}

.title-footer h3 {
  text-transform: uppercase;
  background: #fdc991;
  margin: 0px;
  position: relative;
  padding: 8px 25px;
  font-size: 15px;
  color: #000;
  display: inline-block;
  margin-bottom: 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.title-footer h3 span {
  position: absolute;
  height: 100%;
  width: 3px;
  background: #ff0000;
  top: 0px;
  left: 0px;
}

.col-md-4 .item-pro-dm .title-dm h3 {
  width: 100%;
  margin: 0;
  padding: 0px;
  background: #05a501;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  line-height: 40px;
  text-align: center;
}

.col-md-4 .item-pro-dm .title-dm h3:hover {
  color: #ff0000;
}

.item-pro-dm {
  background: url("../../templates/images/bg-left.png");
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.item-pro-dm .img {
  padding-top: 10px;
}

.item-pro-dm .quote {
  padding: 10px;
  font-weight: bold;
}

.tin-khac {
  text-align: right;
}

.tin-khac a {
  display: inline;
  padding: 3px 15px;
  border-radius: 5px;
}

.tin-khac a:hover {
  color: #ff0000;
}

.cr-search {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 15px 17.5px 0;
  border-color: transparent #009edb transparent transparent;
  position: absolute;
  right: 35px;
  top: 0px;
  transition: 0.3s all;
}

.col-right .box {
  background: #fff;
}

.sodt h4 {
  color: #009edb;
  font-size: 25px;
  text-align: center;
}

.content-tongdai {
  font-size: 16px;
  text-align: center;
}

.input-dangky input {
  width: 100%;
}

.dk-huy {
  margin-top: 10px;
  text-align: right;
}

.bao-dangky .bt-dangky {
  background: #010101;
  display: inline-block;
  float: none;
  margin-right: 0px;
  padding: 5px 20px;
  color: #fff;
  float: left;
}

.panel-products .info {
  text-align: center;
  padding: 10px 0px;
}

.panel-products .info a {
  color: #6e8694;
  font-size: 15px;
}

.panel-products .item:hover .info a {
  color: #ff0000;
}

.title-product h3 {
  margin-top: 0px;
  border: 1px solid #dedede;
  font-size: 17px;
  color: #fff;
  position: relative;
}

.title-product h3 span.sp-title {
  background: #009edb;
  display: inline-block;
  padding: 7px 10px;
}

.title-product h3 span.sp-caret {
  position: absolute;
  top: 100%;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #009edb transparent transparent transparent;
}

.pro-top {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.title-top-product h4 {
  display: inline-block;
  position: absolute;
  left: 5px;
  bottom: 15px;
  color: #fff;
  max-width: 90%;
  padding: 10px;
  background: url("../../templates/images/bg-top-product.png");
  background-size: 100% 100%;
  padding-right: 20px;
}

.item-pro-1 {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
  padding: 4px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  border: 1px solid #e6e6e6;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.item-pro-1 .info h3 {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.title-mota h4 {
  color: #009edb;
}

.img-sp-top {
  overflow: hidden;
}

.img-sp-top img {
  transition: 0.3s all;
}

.img-sp-top img:hover {
  transform: scale(1.1);
}

.mo-ta-ngan {
  border: 1px solid #ff7500;
  border-radius: 5px;
  padding-top: 10px;
}

.top_header {
  position: relative;
  padding: 5px 0px;
}

.menu-top {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 5px;
  z-index: 99;
}

.nav_top ul.list-inline {
  margin: 0px;
}

.nav_top > ul > li a {
  padding: 5px;
}

.hotline-search {
  position: absolute;
  top: 90px;
  right: 0px;
  z-index: 99;
}

.hotline-search h3 {
  padding-right: 50px;
  color: #ff0000;
}

.bao-video {
  border: 1px solid #ccc;
}

.bt-dk {
  padding: 14px;
  text-align: center;
}

.bt-dk button {
  background: #ed1c24;
  border-radius: 5px;
  padding: 4px 20px;
  border: 0px;
  color: #fff;
  outline: none;
}

#html5-watermark {
  display: none !important;
}

#html5box-html5-lightbox #html5-text {
  font-weight: bold;
  text-align: center !important;
}

.box.category ul.main > li:nth-child(1) a:after {
  font-family: FontAwesome;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.icon-sp img {
  margin-top: -5px;
}

ul.suachua {
  padding: 0px;
  list-style: none;
}

ul.suachua li a {
  padding: 8px 10px;
  display: inline-block;
}

ul.suachua li a i {
  margin-right: 5px;
}

.support h4 span i {
  margin-right: 5px;
}

.phone-support {
  color: #ff0000;
}

.chinhsach {
  padding-bottom: 20px !important;
}

.bao-chinhsach .chinhsach-chung {
  padding: 15px;
  color: #fff;
}

.bao-chinhsach .chinhsach-chung a {
  color: #fff;
}

.bao-chinhsach .chinhsach-chung:hover {
  background: #a7a7a7;
}

.bao-chinhsach .chinhsach-chung:hover a {
  color: #ff0000;
}

.bao-chinhsach .chinhsach-chung h3 {
  text-align: center;
  font-size: 20px;
  margin: 10px 0px;
}

.bao-chinhsach .chinhsach-0 {
  background: #c73733;
}

.bao-chinhsach .chinhsach-1 {
  background: #dc9203;
}

.bao-chinhsach .chinhsach-2 {
  background: #8e9598;
}

.bao-chinhsach .chinhsach-chung .info-chinhsach {
  text-align: justify;
}

.text-bantin {
  text-transform: uppercase;
  font-weight: normal;
  float: left;
  padding-top: 4px;
  margin-right: 5px;
  font-size: 16px;
}

input#subscribe_email {
  height: 30px;
  width: 250px;
  float: left;
  /*border-radius: 5px;*/
  border: 1px solid;
}

.social {
  text-align: right;
}

.link img:hover {
  opacity: 0.6;
}

span.follow {
  margin-right: 5px;
  font-weight: bold;
}

.box.category ul.sub a i {
  margin-right: 5px;
}

footer .bao-footer {
  padding-top: 30px;
}

.info .price {
  color: #ff0000;
}

.diachi-top {
  padding-top: 100px;
  text-align: right;
}

.diachi-top h4 {
  font-size: 18px;
  color: #022bfd;
}

.top-header {
  text-align: right;
}

.lang img {
  max-width: 35px;
  vertical-align: bottom;
}

.hotline-lang {
  padding-bottom: 0px;
}

.nav.nav .navbar-nav {
  padding-top: 30px;
  text-align: right;
  padding-right: 0px;
}

.navbar-nav > li {
  float: none;
}

nav.nav .navbar-nav > li > a {
}

.hotline {
  display: inline-block;
  color: #fff;
}

.lang {
  display: inline-block;
}

.top-header {
  padding-top: 5px;
}

.phone-icon i {
  font-size: 2em;
  color: var(--color-main);
}

span.sp-hotline {
  display: inline-block;
  padding: 0px 5px;
  font-size: 18px;
  font-weight: bold;
  font-family: "RobotoBold";
}

section.home-1 {
  background: url("../../templates/images/bg-home.png");
  background-size: 100%;
  /*background-attachment: fixed;*/
  background-position: top center;
}

.title-home1 h1,
.title-home1 h2,
.title-home1 h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: var(--color-main);
  font-size: 32px;
  font-weight: bold;
}

section.home-1 .item-pro .info h3 {
  font-size: 18px;
  padding: 20px 0px;
}

section.home-1 .item-pro {
  padding: 0px;
}

section.home-1 .item-pro .info {
  background: #a23869;
  color: #fff;
}

section.home-1 .item-pro .info .quote {
  text-align: justify;
}

section.home-1 .item-pro .info a h3 {
  color: #fff;
}

section.home-1 .item-pro .info a h3:hover {
  color: var(--color-main);
}

.item-pro .info .more-text a {
  color: #fff;
  font-size: 14px;
}

.item-pro .info .more-text a:hover {
  color: var(--color-main);
}

.item-pro .info .more-text {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: justify;
}

section.wellcome {
  /* background: var(--bg-1); */
  padding: 1.5rem 0;
}

.content-wellcome {
  padding-top: 20px;
}

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

.item-baogia a {
  color: #fff;
}

.item-baogia a:hover {
  color: var(--color-main);
}

.item-baogia {
  padding: 33px 0px 30px 0px;
}

.item-baogia a h3 {
  color: #fff;
  margin-bottom: 0;
}

section.home-2 {
  background: url("../../templates/images/bg-sukien.png");
  background-size: 100%;
  background-attachment: fixed;
  background-position: top center;
}

.title-tonghop h3 {
  color: var(--color-main);
  /* text-shadow: rgb(255, 255, 255) 0px 0px 10px, rgb(255, 255, 255) 0px 0px 10px, rgb(255, 255, 255) 0px 0px 8px, rgb(116, 6, 61) 0px 0px 4px; */
  margin-top: 20px;
}

.title-tonghop h3 span i {
  color: var(--color-main);
}

.title-tonghop h3 a {
  color: var(--color-main);
}

section.home-3 {
  background: #fff;
}

#aff_menu.affix {
  background: var(--color-main);
  padding: 0px;
}

#aff_menu.affix ul.navbar-nav {
  padding-top: 0px;
  text-align: center;
}

#aff_menu.affix ul.navbar-nav > li > a {
  border-radius: 0px;
}

.min-height-500 {
  min-height: 500px;
}

.wellcome .img-left img {
  -ms-transform: rotate(25deg);
  /* IE 9 */
  -webkit-transform: rotate(25deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-25deg);
}

.wellcome .img-right img {
  -ms-transform: rotate(25deg);
  /* IE 9 */
  -webkit-transform: rotate(25deg);
  /* Chrome, Safari, Opera */
  transform: rotate(25deg);
}

.home-1 .title-home1 h1,
.title-home1 h3 {
  padding: 20px 0px;
  font-family: "RobotoBold";
  font-size: 25px;
}

.top-logo img {
  padding-top: 4px;
  height: 100px;
}

/*CHAT FACEBOOK*/

#footer {
  position: relative;
}

#chat_facebook {
  width: 230px;
  position: fixed;
  bottom: 0px;
  right: 50px;
  z-index: 99999;
  overflow: hidden;
  transition: all 0.5s;
}

.ar_chat {
  display: none;
}

.title_facebook {
  line-height: 35px;
  border-radius: 5px 5px 0px 0px;
  background: #365899;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
  cursor: pointer;
}

.title_facebook i {
  margin-right: 13px;
}

#layerslider_1 {
  overflow: hidden;
}

/*Share zalo*/

.zb-btn-blue-small {
  font-family: Helvetica, Arial, sans-serif;
  display: inline-block;
  background-color: #03a5fa;
  color: #fff;
  width: 70px;
  height: 20px;
  line-height: 21px;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  float: left;
  margin-left: 3px;
}

.zb-btn-blue-small:hover {
  opacity: 0.85;
}

.zb-btn-blue-small a {
  margin-right: 0px;
}

.zb-btn-blue-small .zb-logo-zalo {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.15em;
  margin-right: 4px;
  width: 14px;
  height: 14px;
  background: url(https://stc.sp.zdn.vn/share/logo_white_s.png);
}

.quote.hidden-xs {
  font-size: 14px;
  line-height: 1.5;
  max-height: 40px;
  overflow: hidden;
  color: #fff;
}

#copyright {
  padding: 0px 0px 10px;
  background: #010101;
  border-top: 1px solid #4c4c4c;
  font-size: 12px;
}

#copyright a {
  color: #fff;
}

.title_nav h2 {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  color: var(--color-main);
  border-bottom: 2px solid var(--color-main);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.main_navtop1 {
  padding: 20px 0px;
}

.name_top1 h3 {
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #333;
  font-size: 18px;
}

.ar_des {
  background: #f5f5f5;
  padding: 20px;
}

.col_top1.des {
  padding-left: 0px;
}

.col_top1.desr {
  padding-right: 0px;
}

.ngaydang {
  font-family: "arial";
  font-size: 14px;
  color: #5f5f5f;
  margin-bottom: 10px;
}

.ngaydang i {
  margin-right: 10px;
}

.ar_des {
  font-size: 14px;
  color: #5f5f5f;
  text-align: justify;
  line-height: 23px;
  height: 311px;
}

.des_top1 {
  font-family: "arial";
  font-size: 14px;
  line-height: 25px;
}

.ct_s {
  /* padding-left: 60px; */
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text-pages h2 {
  line-height: 25px;
}

.pagination-page {
  padding: 20px 0px;
}

/*10/05/2018*/

section.sec-sukien {
  /* background: url("../bg2/bg-11.jpg");
  background-size: cover;
  background-attachment: fixed; */
  /* background: var(--bg-2); */
}

section.sec-sukien h1,
section.sec-sukien h2 {
  font-size: 32px;
}

.item-sukien {
  position: relative;
  float: left;
  width: 100%;
  /* background:#fff; */
  /* padding: 4px; */
  /* box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); */
  /* border:1px solid #e6e6e6; */
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.item-sukien .info {
  position: relative;
  text-align: center;
  /* background:#fff; */
  padding: 10px 5px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.item-sukien h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: var(--color-sub);
}

section.sec-sukien-new {
  padding: 20px 0;
  margin-top: -5px;
  /* background: url("../bg2/bg-new-event1.jpg");
  background-attachment: fixed;
  background-size: cover; */
  /* background: var(--bg-2); */
}

section.sec-production {
  background: url("../images/production-bg.jpg");
  background-size: cover;
  padding: 20px 0;
}

section.sec-xuhuong {
  /* background: url("../images/bg_xuhuong.jpg") no-repeat top center; */
  background-size: cover !important;
  padding: 20px 0;
  min-height: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap_newsHome {
  /* background:var(--bg-2); */
  margin-top: 30px;
}

.wrap_newsHome .slick-slide::before {
  background: unset;
}

.content-xuhuong {
  /* margin: 260px 0; */
  text-align: center;
}

.content-xuhuong h2 {
  text-transform: uppercase;
  color: var(--color-main);
  font-size: 40px;
  margin: 10px 0;
  font-weight: bold;
  margin-bottom: 20px;
}

.content-xuhuong > div > a {
  display: inline-block;
  border: 1px solid;
  padding: 8px 30px;
  text-transform: uppercase;
  font-size: 16px;
  color: var(--color-main);
}

.content-tonghop {
  padding-left: 10px;
  padding-right: 10px;
}

.content-tonghop img {
  width: 100%;
}

.sec-contact {
  padding: 60px 0;
  background: url("../bg-contact.jpg");
  background-size: cover;
}

.content-home-contact {
  margin: 50px 0;
  text-align: center;
}

.content-home-contact h2 {
  text-transform: uppercase;
  color: var(--color-main);
  font-size: 40px;
  margin: 10px 0;
  font-weight: bold;
}

.content-home-contact a {
  display: inline-block;
  border: 1px solid;
  padding: 8px 30px;
  color: #ffff00;
  font-size: 16px;
  color: var(--color-main);
}

.item-office {
  margin-bottom: 10px;
}

.foot_main .c_white {
  margin-bottom: 20px;
  font-size: 24px !important;
  margin-top: 0 !important;
}

.foot_main .foot_content {
}

.item-office h3 {
  text-align: left;
  text-transform: normal;
  color: #fff;
  margin: 0 0 20px 0;
  font-size: 24px !important;
}

.item-office ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-office ul li {
  font-size: 16px;
  padding-left: 50px;
  margin-bottom: 15px;
  background: url(../placeholder.png) no-repeat center left;
}

.title_nav h2 a {
  color: var(--color-main);
}

section.tonghop {
  /* background: var(--bg-2); */
  /* background: url(../bg/bg-2.jpg); */
  /* background-size: cover;
  background-attachment: fixed; */
}

.slide-tintuc .slick-slide::before {
  visibility: hidden;
}

.item-pro2 .info {
  padding: 10px;
  color: #000;
}

.item-pro2 .info a:hover {
  text-decoration: none;
}

.item-pro2 .info a h3 {
  line-height: 1.5;
}

.item-pro2 .info a:hover h3 {
  color: var(--color-main);
}

.item-pro2 h3 {
  font-size: 16px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
}

.item-office.first-office ul li {
  background: inherit;
  color: #fff;
}
.item-office.first-office ul li a {
  color: #ff8100;
}

.text-pages {
  font-size: 16px;
  line-height: 1.625;
}

@media (min-width: 1025px) {
  .col-sm-4.col-sukien {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*5f4dcc3b5aa765d61d8327deb882cf99*/

.text-contents .relative-contents .info h3 {
  min-height: 30px;
  margin: 5px 0 10px 0;
  line-height: 1.4;
}

.box.visited {
  padding-left: 25px;
  display: inline-block;
}

.box.visited p {
  display: inline-block;
  margin-right: 30px;
}

.item-office.first-office ul li {
  padding: 0 15px;
}

.header-welcome-home {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.header-welcome-home:before {
}

.bg-inline {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.intro {
  width: 100%;
  height: 100vh;
  z-index: 0;
  position: absolute;
  overflow: hidden;
}

.intro-parallax-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 120%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
  background-size: cover;
  max-width: inherit;
}

.table-display-home {
  display: table;
  width: 100%;
  position: absolute;
  z-index: 999;
  background-image: url(../images/video-bg.png);
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.logo {
  transition: none;
}

.logo img {
  height: 70px;
  margin-top: 12px;
}

.opem-main-menu {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 50px;
  top: 35px;
  z-index: 999;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.opem-main-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.opem-main-menu span:nth-child(1) {
  top: 0;
}

.opem-main-menu span:nth-child(2) {
  top: 10px;
}

.opem-main-menu span:nth-child(2) {
  top: 10px;
}

.opem-main-menu span:nth-child(3) {
  top: 20px;
}

.menu-fix-right {
  position: fixed;
  right: -300px;
  top: 0;
  background-color: #1f1e1e;
  height: 100%;
  z-index: 9999;
  min-width: 220px;
  padding-top: 50px;
  padding-bottom: 30px;
  overflow: auto;
  transition: all 0.2s linear;
}

.menu-fix-right > nav > ul {
  list-style: none;
  padding: 0px;
  border-top: 1px solid #424040;
  border-bottom: 1px solid #0e0e0e;
}

.menu-fix-right ul > li {
  position: relative;
  border-bottom: 1px solid #313030;
  border-top: 1px solid #0e0e0e;
}

.menu-fix-right ul > li > a {
  color: #fff;
  display: block;
  text-align: left;
  padding: 15px 15px;
  font-size: 13px;
  border-left: 3px solid transparent;
}

.menu-fix-right ul > li.open > a {
  border-color: var(--color-main);
}

.menu-fix-right ul > li > a:hover {
}

.menu-fix-right ul li button {
  position: absolute;
  right: 15px;
  top: 12px;
  background: transparent;
  border: none;
  color: #fff;
  padding: 5px;
  line-height: 0;
}

.menu-fix-right .open > .dropdown-menu {
  position: inherit;
  padding: 0px;
  margin: 0px;
  border-radius: 0;
  background-color: #2b2b2b;
  float: none;
  border: none;
  box-shadow: none;
}

.menu-fix-right .dropdown-menu > li > a {
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  padding-left: 27px;
}

.menu-fix-right .dropdown-menu > li {
  border: none;
}

.menu-fix-right .dropdown-menu > li > a:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 19px;
  left: 15px;
}

.menu-fix-right::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}

.menu-fix-right::-webkit-scrollbar-thumb {
  background-color: var(--color-main);
}

.menu-fix-right::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.opem-main-menu.open span:nth-child(1) {
  transform: rotate(-45deg);
}

.opem-main-menu.open span:nth-child(2) {
  transform: rotate(45deg);
  top: 0px;
}

.opem-main-menu.open span:nth-child(3) {
  display: none;
}

.opem-main-menu.open {
  top: 30px;
  right: 175px;
  z-index: 9999999;
}

.reCss1 .opem-main-menu.open {
  right: -30px;
}

.menu-fix-right ul li button:hover,
.menu-fix-right ul li button:active,
.menu-fix-right ul li button:focus {
  outline: none;
}

.list_project .project {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 250px;
}

.list_project .project.loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  background: url(../images/loading.GIF) no-repeat scroll center center
    rgba(0, 0, 0, 0.8);
}

.list_project .project > img {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.list_project .project:focus .mask,
.list_project .project:hover .mask {
  opacity: 1;
}

.list_project .project:focus .mask h4,
.list_project .project:hover .mask h4 {
  opacity: 1;
  transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
}

.list_project .project:focus .mask p,
.list_project .project:hover .mask p {
  opacity: 1;
  transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
}

.list_project .project .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  cursor: pointer;
}

.list_project .project .mask a {
  display: block;
  text-decoration: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 15% 20px 0;
  position: relative;
}

.list_project .project .mask h4 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  text-transform: uppercase;
  opacity: 0;
  transform: translate(0, 40px);
  -o-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  -moz-transform: translate(0, 40px);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  line-height: 24px;
}

.list_project .project .mask p {
  color: #cccccc;
  width: 80%;
  text-align: center;
  margin-left: 10%;
  opacity: 0;
  transform: translate(0, 40px);
  -o-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  -moz-transform: translate(0, 40px);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.liactive {
  background-color: var(--color-main);
}

.page-title {
  position: relative;
  z-index: 999;
}

.liactive a {
  color: #fff;
}

.the_excerptPage {
  margin: 20px 0;
  font-size: 1.6rem;
  line-height: 1.625;
  color: #fff;
  padding: 0 0;
}

.the_excerptPage * {
  color: #fff;
}

.our-effect .img {
  position: relative;
  padding: 0 0 15px 15px;
  height: 280px;
  /* padding-bottom:70%; */
  /* overflow:hidden; */
}

.wellcome_link {
  padding: 3rem 0 2.5rem 0;
}

.our-effect .img img {
  /* position:absolute;
   width:100%;
   height:100%;
   top:0;
   left:0; */
  object-fit: cover;
  width: 100%;
  height: 265px;
}

.our-effect .img:before {
  content: "";
  position: absolute;
  border: 3px solid var(--color-main);
  left: 0;
  top: 20px;
  bottom: 0;
  right: 20px;
}

.call_now {
  width: 80px;
  height: 80px;
  display: block;
  overflow: hidden;
  cursor: pointer;
  float: left;
  position: fixed;
  bottom: 5px;
  left: 5px;
  z-index: 999;
}

.call_now_circle {
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  position: absolute;
  border: 2px solid var(--color-main);
  opacity: 0.5;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  animation: call-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: call-circle-anim 1.2s infinite ease-in-out;
  -o-animation: call-circle-anim 1.2s infinite ease-in-out;
  -webkit-animation: call-circle-anim 1.2s infinite ease-in-out;
}

.call_now_circle_fill {
  width: 50px;
  height: 50px;
  top: 15px;
  left: 15px;
  position: absolute;
  opacity: 0.75;
  background: var(--color-main) none;
  border: 2px solid transparent;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  animation: call-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: call-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: call-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-animation: call-circle-fill-anim 2.3s infinite ease-in-out;
}

.call_now_icon {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 30px;
  height: 30px;
  background-size: 24px 24px !important;
  background: var(--color-main);
  border: 2px solid transparent;
  opacity: 1;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  animation: call-icon-anim 1s infinite ease-in-out;
  -o-animation: call-icon-anim 1s infinite ease-in-out;
  -moz-animation: call-icon-anim 1s infinite ease-in-out;
  -webkit-animation: call-icon-anim 1s infinite ease-in-out;
}

.call_now_icon:before {
  content: "\f095";
  font-family: FontAwesome;
  line-height: 28px;
  text-align: center;
  display: block;
  font-size: 23px;
  color: #fff;
}

.pn-foot {
  background-size: cover !important;
  position: relative;
}
.inner_foot {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  height: 100%;
}
.pn-foot .foot_top {
  min-height: 40vh;
}
.pn-foot .foot_top h2 {
  text-align: center;
  font-size: 40px !important;
  color: #fff;
  font-weight: 600 !important;
  line-height: 1.3;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}
.item-office p {
  margin-bottom: 0px;
  line-height: 1.6;
}
.c_white {
  color: #fff;
}
.inner_foot .foot_top h2 span {
  color: var(--color-main);
}

.inner_foot .foot_cp {
  padding: 10px 0;
}
.inner_foot .foot_cp p {
  margin-bottom: 0;
  line-height: 1;
  color: #fff;
}
.foot_main {
  padding: 50px 0;
  color: #fff;
}

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

@keyframes call-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@keyframes call-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes call-icon-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

.chatbox {
  width: 280px;
  position: fixed;
  right: 10px;
  bottom: -380px;
  height: 415px;
  z-index: 1000;
  padding-bottom: 10px;
  background-color: transparent;
  border-radius: 10px 10px 0px 0px;
  transition-duration: 0.4s;
}

.chatbox h5 {
  background-color: #fab228;
  padding: 10px 15px;
  color: #ffff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
}

.title-chatbox {
  position: relative;
}

#anchatbox {
  position: absolute;
  top: 0px;
  border: none;
  background-color: transparent;
  color: #fff;
  right: 10px;
  font-size: 22px;
  display: none;
}

.fb_iframe_widget iframe {
  margin-top: 0px;
}

.box-facebook {
}

.chatbox.show {
  bottom: 0;
}

.call_now_icon2:before {
  content: "\f086";
  font-family: FontAwesome;
  line-height: 28px;
  text-align: center;
  display: block;
  font-size: 23px;
  color: #fff;
}

.nen-den {
  /* background-color: var(--bg-1); */
  color: #000;
  background-size: cover;
  background-position: center;
}

.nen-den p {
  color: #000;
}

.tit_2r {
}

.tit_dtpage {
  font-size: 30px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}

.tit_dtpage.up-case {
  text-transform: uppercase;
}

.banner-page {
  height: auto;
  margin-top: -130px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 270px;
  /* margin-bottom: 60px; */
}

.doitaclist {
  border-top: 1px solid #272727;
  border-right: 1px solid #272727;
  margin-top: 50px;
}

.doitaclist .item-doitac {
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #272727;
  border-bottom: 1px solid #272727;
}

.doitaclist .item-doitac img {
  transition: all 0.2s linear;
  max-height: 100%;
}

.doitaclist .item-doitac img.pic-h {
  display: none;
  opacity: 0;
}

.doitaclist .item-doitac:hover .pic-h {
  opacity: 1;
  display: block;
}

.doitaclist .item-doitac:hover .pic-s {
  opacity: 0;
  display: none;
}

.item-gioithieu {
  margin-bottom: 50px;
  margin-top: 30px;
}

.item-gioithieu h3 {
  text-shadow: 1px 1px 2px #fff;
  color: var(--color-main);
  font-weight: 800;
  margin-bottom: 30px;
  position: relative;
}

.item-gioithieu h3:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background-color: #fff;
  bottom: -10px;
}

.item-gioithieu .content-gioithieu {
}

.item-gioithieu img {
}

.title-doitac2 {
  font-weight: 700;
  color: var(--color-main);
  font-size: 32px;
  text-shadow: 1px 1px 1px #ffff;
}

.nav-tabs1 {
  display: none;
}

* + address,
* + dl,
* + fieldset,
* + figure,
* + ol,
* + p,
* + pre,
* + ul {
  margin-top: 0px !important;
}

.box-video {
  padding-top: 40px;
  padding-bottom: 40px;
  /* background-color: var(--bg-1); */
}

.item-video2 {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.item-video2 i.fa-play {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 21px;
  margin-left: 6px;
  color: #fff;
  z-index: 100;
}

.item-video2:before {
  /* content:""; */
  transition: all 0.2s linear;
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: #000; */
  opacity: 0.3;
}

.item-video2:after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 60px;
  height: 40px;
  /* border: 1px solid #fff; */
  border-radius: 5px;
  background-color: #000;
  opacity: 0.6;
}

.item-video2:hover:before {
  opacity: 0;
}

.slidie-video-home .nav-slide-video {
  background-color: #ffffff80;
  color: #202020 !important;
  margin: 15px 0;
  height: 50px;
  line-height: 40px;
}

.slidie-video-home .nav-slide-video.uk-slidenav-previous {
}

.slick-prev.slick-prev-news,
.slick-next.slick-prev-news {
  font-size: 43px;
  opacity: 1;
  color: var(--color-main);
  height: 50px;
  width: 50px;
  background-color: #ffffffbd;
  border-radius: 50%;
  line-height: 17px;
  top: 115px;
}

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

.pagination {
}

.pagination .page-item {
}

.pagination-page > span,
.pagination-page a {
}

.pagination .page-item.active a {
  background-color: #337ab7 !important;
  border-color: #fff;
}

.item-doitac-home {
  display: block;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.item-doitac-home img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
  transform: scale(0.5);
  opacity: 0;
}

.uk-active .item-doitac-home img {
  transform: scale(1);
  opacity: 1;
}

.item-video2 span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-main);
  color: #ffff;
  z-index: 100;
  padding: 2px 10px;
  border-radius: 5px;
}

.btn-baogia {
  top: 30px;
  background-color: var(--color-main);
  color: #fff;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 28px;
  right: 190px;
  position: absolute;
  z-index: 1;
}

.header-form-baogia {
  background-color: var(--color-main) !important;
  text-transform: uppercase;
}

.header-form-baogia .modal-title {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-family: "UTMBanque";
}

.form-baogia {
}

.form-baogia .title {
  font-family: "RobotoBold";
  font-size: 16px;
  text-transform: uppercase;
  border-left: 5px solid var(--color-main);
  padding-left: 10px;
  margin-top: 20px;
}

.form-baogia .form-group {
}

.form-baogia .form-control {
  border-radius: 0;
  box-shadow: inset 1px 1px 14px 1px #9f9f9f4a;
  background-color: #eee;
  border: 1px solid #eee;
}

.form-baogia label {
  font-weight: 500;
}

.form-baogia input.form-control {
  height: 37px;
}

.form-baogia textarea.form-control {
}

.form-baogia .btn-yeucau {
  background-color: var(--color-main);
  margin-top: 7px;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 8px;
}

.form-baogia .btn-connect {
  background-color: #337ab7;
  margin-top: 7px;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 8px;
}

.d-grid {
  display: grid;
}

.work-row {
  margin-top: 64px;
  grid-template-areas: "a a b b" "a a c d" "f f e d" "f f e d";
}

.work-card {
  /* border: 8px solid var(--color-main); */
}

.work-row .card-a {
  grid-area: a;
}

.work-row .card-b {
  grid-area: b;
}

.work-row .card-c {
  grid-area: c;
}

.work-row .card-d {
  grid-area: d;
}

.work-row .card-e {
  grid-area: e;
}

.work-row .card-f {
  grid-area: f;
}

.work-card .card-content {
  position: relative;
  height: 100%;
}

.work-card .card-content .img {
  position: relative;
  height: 100%;
  z-index: 1;
}

.work-card .card-content .img img {
  height: 100%;
  object-fit: cover;
}

.work-card .card-content .title {
  position: absolute;
  bottom: 0;
  padding: 16px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  background: #3b82f669;
  width: 100%;
  z-index: 100;
}

.work-card .card-content .desc {
  padding: 16px;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
  transform: translate(0);
  z-index: 2;
  color: #fff;
  opacity: 0;
  width: 100%;
  text-align: center;
}

.work-card .card-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.work-card .card-content .desc .title2 {
  padding: 16px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  font-family: "RobotoBold";
  text-shadow: 1px 1px #000;
}

.work-card .card-content:hover .desc .title2 {
  transition-delay: 0.15s;
}

.work-card .card-content .desc .btn {
  background: transparent;
  border: 1px solid #fff;
  margin: 16px auto;
  padding: 10px 30px;
  border-radius: 40px;
  color: #fff;
  background-color: var(--color-main);
}

.work-card .card-content:hover .desc .btn {
  transition-delay: 0.35s;
}

.work-card .card-content:hover .desc {
  bottom: 50%;
  top: inherit;
  left: inherit;
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
  opacity: 1;
  z-index: 1000;
  text-align: center;
}

.work-card .card-content:hover > .title {
  display: none;
}

.discover {
  padding-top: 30px;
  padding-bottom: 40px;
  overflow: hidden;
  /* background: var(--bg-2) !important; */
}

canvas {
  display: block;
  vertical-align: bottom;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

/* ---- particles.js container ---- */

#particles-js {
  width: 100%;
  height: 100%;
  /* background-color: #b61924; */
  /* background-image: url(''); */
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

#particles-js2 {
  width: 100%;
  height: 100%;
  /* background-color: #b61924; */
  /* background-image: url(''); */
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  height: 270px !important;
}

.item-pro2 {
  /* border: 2px solid #ccc;  */
  /* padding: 5px; */
  border-radius: 10px;
  overflow: hidden;
}

.lienhe-page {
  position: relative;
  margin-top: 35px;
  margin-bottom: 25px;
  z-index: 1;
}

.lienhe-page .btn-hotline {
  display: inline-block;
  float: left;
  margin-right: 30px;
  text-align: center;
}

.lienhe-page .btn-hotline a {
  display: block;
  background: var(--color-main);
  padding: 12px 30px 10px;
  color: #fff;
  border-radius: 50px;
  margin-bottom: 10px;
  font-size: 16px;
}

.lienhe-page .btn-baogia2 {
  float: left;
}

.lienhe-page .btn-baogia2 a {
  display: block;
  padding: 12px 30px 10px;
  color: #fff;
  border-radius: 50px;
  margin-bottom: 10px;
  font-size: 16px;
  border: 1px solid #fff;
}

.lienhe-page:after {
  content: "";
  display: block;
  clear: both;
}

.box-xemthem {
  margin-bottom: 20px;
  margin-top: 20px;
}

.hotro_fix {
  display: none;
  opacity: 0;
}

.box-xemthem .title {
  border-left: 4px solid #f38500;
  line-height: 20px;
  padding-left: 8px;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.box-xemthem ul {
  list-style: none;
  padding: 0;
}

.box-xemthem ul li {
  margin-bottom: 10px;
}

.box-xemthem ul li a {
  color: #fe8b00;
  padding-left: 15px;
}

.box-xemthem ul li a:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 7px;
}

.box-tuvan {
  padding: 20px;
  border-radius: 20px;
  padding-top: 0;
}

.box-tuvan .title {
  background-color: var(--color-main);
  padding: 12px 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "UTMBanque";
  border-radius: 20px 20px 0px 0px;
  font-weight: 400;
  margin-left: -20px;
  margin-right: -20px;
}

.box-tuvan .content {
  padding: 20px 0pc;
}

.box-tuvan .content p {
  border-bottom: 1px dashed #878787;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.box-tuvan .content p i {
  font-size: 18px;
  color: var(--color-main);
  width: 30px;
  text-align: center;
}

.box-tuvan .content p a {
  color: #f00;
  font-family: RobotoBold;
}

.box-tuvan .content p span {
  font-weight: 200;
}

.item-news-right {
  margin-bottom: 30px;
}

.item-news-right .img {
}

.item-news-right .img img {
  height: 130px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px 0px 0px 20px;
}

.item-news-right .title {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 5px;
}

.item-news-right .title a {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
}

#particles-js {
  display: none;
}

.tags-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.75rem;
  margin-bottom: 2rem;
}

.tags-container span {
  color: #ff8c00;
}

.tags-container a {
  display: block;
  color: #fff;
}

.tags-container a:hover {
  color: #337ab7;
}

.tags-container a::after {
  content: "/";
  padding-left: 0.75rem;
}

.tags-container > a:last-child::after {
  content: unset;
}

.img-container {
  position: relative;
  padding-bottom: 100%;
  display: block;
  width: 100%;
}

.img-container > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_th {
  width: 100%;
}

.backgroundBody {
  background: url("../images/bgbody.png") center bottom no-repeat;
  background-size: cover;
}

.title-home1 h2 a {
  color: var(--color-main);
}

.dknt {
  position: relative;
  border-radius: 99px;
}

.dknt input {
  position: relative;
  border-radius: 99px;
  height: 42px;
}

.btn-dknt {
  background-color: var(--color-main);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  border-radius: 99px;
  padding: 0 16px;
  height: 36px;
}

.header__lang {
  position: absolute;
  right: 95px;
  top: 33px;
}

.header__lang a img {
  width: 35px;
  height: 25px;
}

.slideSwiper,
.swiper-wrapper,
.swiper-slide,
.swiper-slide img {
  height: 100vh;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

@media screen and (max-width: 1600px) {
  .reCss1 .opem-main-menu.open {
    right: 50px;
    top: 10px;
  }
}

@media screen and (max-width: 1500px) {
  .reCss1 .opem-main-menu.open {
    right: 50px;
    top: 10px;
  }
}

@media screen and (max-width: 1400px) {
  .reCss1 .opem-main-menu.open {
    right: 170px;
    top: 25px;
  }
}

@media screen and (max-width: 1200px) {
  section.sec-xuhuong {
    min-height: 80rem;
  }

  .header__lang {
    top: 20px;
  }
}

@media screen and (max-width: 850px) {
  section.sec-xuhuong {
    min-height: 60rem;
  }
}

@media screen and (max-width: 650px) {
  section.sec-xuhuong {
    height: 50rem;
    min-height: unset;
  }
}

@media screen and (max-width: 576px) {
  section.sec-xuhuong {
    height: 40rem;
  }
  .work-row {
    /* grid-template-areas:
        "a"
        "b"
        "c"
        "d"
        "e"
        "f"; */
    /* grid-template-areas:
        "a a b b"
        "a a c d"
        "f f e d"
        "f f e d"; */
    grid-template-areas: "a f" "a b" "c d" "e d";
  }
  .work-row .card-a {
    height: 394px;
  }
  .work-row .card-f {
    height: 197px;
  }
  .work-row .card-b {
    height: 197px;
  }
  .work-row .card-d {
    height: 300px;
  }
  .work-row .card-c,
  .work-row .card-e {
    height: 150px;
  }
}

@media screen and (max-width: 500px) {
  .work-row .card-a {
    height: 340px;
  }
  .work-row .card-f {
    height: 170px;
  }
  .work-row .card-b {
    height: 170px;
  }
  .work-row .card-d {
    height: 260px;
  }
  .work-row .card-c,
  .work-row .card-e {
    height: 130px;
  }
}

@media screen and (max-width: 430px) {
  .breadcrumb {
    overflow: scroll !important;
    padding-bottom: 10px !important;
  }
  .breadcrumb > li + li:before {
    padding: 0 0 0 2px !important;
  }
  .breadcrumb li a {
    padding-left: 4px !important;
  }
  .work-row .card-a {
    height: 280px;
  }
  .work-row .card-f {
    height: 140px;
  }
  .work-row .card-b {
    height: 140px;
  }
  .work-row .card-d {
    height: 220px;
  }
  .work-row .card-c,
  .work-row .card-e {
    height: 110px;
  }
  .tit_dtpage {
    font-size: 26px;
    line-height: 1.4;
  }
  .banner-page {
    min-height: 240px;
  }
  #particles-js2 {
    height: 240px !important;
  }
}
