@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Redressed&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Upright&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@100;200;300;500;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
body {
  color: #303849;
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
  color: #f2c014;
}

a:hover {
  color: #00a5dd;
}

.bg-pink {
  background-color: #f2c014;
  font-size: 0.9rem;
  font-weight: 300;
}

.tf, .tf2, .tf1 {
  font-family: "Big Shoulders Display", cursive;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  letter-spacing: 0.18rem;
}

.tf1 {
  font-size: 3.5rem;
}

.tf2 {
  font-size: 400%;
}

.txbox {
  padding: 1rem 0;
  padding-left: 1.8rem;
  border-left: 2px solid #f2c014;
  margin-bottom: 1.3rem;
  margin-top: 1.3rem;
}

.smc {
  font-family: "Redressed", cursive;
  position: relative;
  top: 7px;
  font-size: 1rem;
  width: 3rem;
  color: #ff7043;
  line-height: 1.1;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  word-break: break-word;
}

.ind {
  text-align: justify;
}

/**/
.sdw {
  box-shadow: 0px 6px 20px 0px rgba(249, 163, 146, 0.3);
}

.bbor {
  border: 2px solid #e4e4e4;
}

.sbtn {
  background: #f2c014;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  transition: all 0.8s;
  color: #ffffff;
  margin-left: 1rem;
}

.cbtn {
  border-radius: 0px;
  font-weight: bold;
  text-align: center;
  line-height: 3em;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  margin-right: 2%;
  width: 46%;
}

.cbtn span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #f2c014;
  transform: translateY(150%);
  border-radius: 50%;
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.sp1 {
  left: 0px;
}

.sp2 {
  left: 25%;
}

.sp3 {
  left: 50%;
}

.sp4 {
  left: 75%;
}

.cbtn:hover {
  color: white;
}

.cbtn:hover span {
  transform: translateY(0) scale(2);
}

.cbtn:hover map {
  background: #fff;
  transition: all 0.5s;
  color: black;
}

.bbor:hover {
  border: 2px solid #ffffff;
}

.cbtn span:nth-child(1) {
  --n: 1;
}

.cbtn span:nth-child(2) {
  --n: 2;
}

.cbtn span:nth-child(3) {
  --n: 3;
}

.cbtn span:nth-child(4) {
  --n: 4;
}

/* ser */
.gr-ti {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 3%;
  position: relative;
}

.ac {
  text-align: center;
}

.sicon {
  text-align: center;
  position: relative;
  margin-bottom: 2.5rem;
}

.flo, .flo5, .flo4, .flo3, .flo2, .flo1 {
  position: absolute;
  z-index: -1;
  left: 1rem;
}

.staicon {
  box-shadow: 0px 8px 16px 0px rgba(249, 163, 146, 0.2);
  width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 12px;
  text-align: center;
  line-height: 100px;
  background: white;
  padding: 1rem;
}

/* flat icon*/
.fx-5:before {
  font-size: 4rem !important;
  margin-left: 0px !important;
}

.fx-6:before {
  font-size: 5rem !important;
  margin-left: 0px !important;
}

.pinc {
  color: #f2c014 !important;
}

.dpinc {
  color: #ffccbc !important;
}

.myc {
  border: none;
  text-align: center;
  background: transparent;
}

.hypen {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2rem;
  height: 4px;
  width: 40px;
  margin-left: -20px;
  background-color: #faa392;
  border-radius: 10px;
}

.mytxt, .bnews .card-text {
  color: #949494;
  font-size: 1rem;
}

.news .card {
  border: none;
}

.bnews .card {
  border: none;
}

.bnews .card-img-top {
  border-radius: 8px;
}

.bnews .card-title a {
  font-size: 1rem;
}

.bnews .card-body {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.subt {
  line-height: 1.2;
  font-size: 1.2rem;
  color: #717171;
  font-family: "Cormorant Upright", serif;
}

.gr2 {
  /*background: #fef6f4;*/
  padding-top: 3%;
  padding-bottom: 1%;
}

.gr2-fg {
  border-top: 1px solid #dfdfdf;
  padding-top: 1rem;
}

.g2-ic {
  font-size: 1rem;
  color: #ccc;
}

.gr-2c:last-child {
  border: 0px;
}

.gr-3b {
  background: #E5E5E5;
}

.gr-t h2, .gr-2t h2, .gr-3t h2, .gr-3ft h2, .gr-3et h2, .gr-3dt h2, .gr-3ct h2 {
  font-size: 1.2rem;
}

.gr-3c {
  background-color: #f6f6f6;
  overflow: hidden;
}

.gr-3ct {
  color: white;
  background: #00a5dd;
}

.gr-3ct h2:after {
  background-color: #00a5dd;
}

.gr-3d {
  background-color: #23292e;
  overflow: hidden;
}

.gr-3dt {
  color: #23292e;
  background: #ffd800;
}

.gr-3dt h2:after {
  background-color: #ffd800;
}

.gr-3e {
  background-color: white;
  overflow: hidden;
}

.gr-3et {
  color: white;
  background: #f2c014;
}

.gr-3et h2:after {
  background-color: #f2c014;
}

.gr-3f {
  background-color: #f3f3f3;
  overflow: hidden;
}

.gr-3ft {
  color: white;
  background: #1a1a1a;
}

.gr-3ft h2:after {
  background-color: #1a1a1a;
}

.gr-3g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
}

.gr-3t, .gr-3ct, .gr-3dt, .gr-3et, .gr-3ft {
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding-left: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  padding-right: 3rem;
}

.gr-3t-after, .gr-3ct h2:after, .gr-3dt h2:after, .gr-3et h2:after, .gr-3ft h2:after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 110%;
  transform: skew(-35deg);
  right: -3rem;
  top: 0;
  z-index: -1;
}

.gr-tab {
  background-color: #f5f5f5;
}

.licon {
  position: absolute;
  top: -3rem;
  z-index: -1;
}

.licon:before {
  font-size: 3rem !important;
  color: #00a5dd;
}

.grt {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.np {
  padding: 0px;
}

.nobor {
  border: none;
}

.user .card {
  border: none;
}

.gr4 {
  margin-top: 5%;
  margin-bottom: 3%;
}

.gr4 .card {
  background: transparent;
}

.g-8 {
  --bs-gutter-x: 5rem;
}

.c .card-body h5, .c4 .card-body h5, .c3 .card-body h5, .c2 .card-body h5, .c1 .card-body h5 {
  font-size: 2rem;
}

.c1 {
  background: #f9a392;
  color: white;
}

.c2 {
  background: #ff6549;
  color: white;
}

.c3 {
  background: antiquewhite;
}

.c4 {
  background: darkseagreen;
}

.fx-4:before {
  font-size: 4rem !important;
  margin-left: 0px !important;
}

.frig {
  top: 0px;
  right: 1rem;
  position: absolute;
}

.myn {
  padding-top: 3px;
  padding-bottom: 3px;
  box-shadow: 0 2px 4px 0 #dadada;
}

.myn .nav-link {
  font-size: 0.9rem;
}

.my-menu .nav-link {
  text-transform: uppercase;
  color: #003046;
  transition: all 0.5s;
  font-size: 1rem;
  font-family: "Anton", sans-serif;
  margin-left: 0.3rem;
  display: inline-block;
}

.my-menu .txt-sub {
  color: gray;
}

.txt-sub {
  color: #757575;
}

.menu-address {
  max-width: 36%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.my-menu .navbar-toggler:hover {
  color: #f2c014;
}

.my-menu .nav-link:hover {
  padding-left: 1.5rem;
  border-radius: 6px;
  color: #f2c014;
  transition: all 0.5s;
}

.my-menu .nav-link:hover:before {
  opacity: 1;
}

.my-menu .navbar-toggler {
  color: white;
  font-size: 2rem;
}

.my-menu .offcanvas-header {
  background-color: #f7f8f8;
}

.offcanvas-title {
  font-weight: 300;
  color: #003046;
  font-family: "Anton", sans-serif;
}

.news {
  margin-top: 3%;
}

.fleaf {
  position: absolute;
  right: 1%;
  bottom: -30%;
  z-index: 1;
  width: 25%;
}

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

.topcate .card-title {
  color: #879094;
  font-size: 0.85rem;
}

.bd-topcate {
  background-color: white;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
}

.bd-topcate .card {
  border: none;
  text-align: center;
}

.brands {
  padding-top: 1rem;
}

.brands .card {
  border-radius: 0px;
}

.shop {
  background: #f3f3f3;
}

.parter .card {
  border: none;
}

.progrid .card {
  border: none;
}

.progrid .card-body {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}

.progrid .del {
  font-size: 0.9rem;
  color: #ffccbc;
}

.progrid .card-text a {
  color: #ff5722;
  font-size: 1rem;
  text-decoration: none;
}

.progrid .card-title {
  margin-bottom: 0.5rem;
  font-weight: 400;
  color: #464646;
}

.progrid .card-img-top {
  border-radius: 8px;
}

.atitle, .products .card-title a, .bnews .card-title a {
  text-decoration: none;
  color: #212529;
}

.products .card-img-top {
  border-radius: 8px;
}

.postby {
  color: #9e9e9e;
}

.tmail {
  font-size: 0.85rem;
  padding-left: 8%;
  color: #FFFFFF;
  background: #00a5dd;
  border-bottom-left-radius: 14px;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.soc {
  letter-spacing: 0.2rem;
  text-align: end;
}

.top-soc {
  letter-spacing: 0.3rem;
  text-align: end;
  background: #00a5dd;
  border-bottom-right-radius: 14px;
  padding-right: 11%;
  font-size: 0.85rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  color: white;
}

.top-soc a {
  color: white;
}

.soc-f {
  letter-spacing: 0.2rem;
}

.stitle {
  text-align: center;
}

.stitle h2 {
  margin-top: 0.8rem;
}

.dlist {
  margin-top: 3%;
}

.s-date {
  color: #9199a1;
  font-weight: 400;
  font-size: 0.85rem;
}

footer {
  padding-bottom: 4%;
  color: #ffffff;
  background-color: #323a4b;
  padding-top: 2%;
}

footer a {
  color: inherit;
}

.myfooter {
  padding-top: 6%;
}

.footer-logo {
  max-width: 85%;
}

#footer-address {
  list-style: none;
  padding: 0;
  font-size: 0.9rem;
  line-height: 2;
}

ul#footer-address li {
  padding-left: 1.3em;
}

ul#footer-address li:before {
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.7em;
  color: #f2c014;
}

ul#footer-address li#map-icon:before {
  content: "";
}

ul#footer-address li#phone-icon:before {
  content: "";
}

ul#footer-address li#envelope-icon:before {
  content: "";
}

.cp-right {
  margin-top: 1%;
}

.cp-line {
  border-top: 1px solid #ececec;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.copy {
  background-color: #2f3746;
  padding-top: 2%;
  padding-bottom: 2%;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9rem;
  color: white;
}

.ml-1 {
  margin-left: 1.5rem;
}

.rimg {
  position: relative;
}

.frose {
  position: absolute;
  bottom: -4rem;
  right: 0rem;
}

.navbar-toggler {
  border: none;
}

.xhr {
  border-top: 1px solid #ffffff3d;
}

.pie-content h5 {
  margin-bottom: 1rem;
}

.f-ser {
  list-style: none;
  padding-left: 0px;
  line-height: 2.5;
  font-size: 0.85rem;
  margin-top: 2em;
  font-weight: 400;
}

.hbtn {
  background: #ff5722;
  color: #fff;
  border-radius: 25px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.hphone {
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
}

.auth {
  color: #a7a7a7;
  font-size: 0.68rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.auth img {
  width: 28px;
  height: 28px;
  border-radius: 100%;
}

.auth .name {
  color: #2C8CF4;
  font-size: 0.9rem;
  font-weight: 600;
}

.article {
  margin-top: 2%;
}

.user img {
  border-radius: 100%;
  width: 3rem;
}

.user .card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}

.user .card-title {
  color: #2C8CF4;
}

.user .card-text {
  font-size: 0.9rem;
  color: #a7a7a7;
}

.text-muted {
  color: #6c757d !important;
}

.bor-rt {
  border-right: 1px solid #ececec;
}

.bor-lt {
  border-left: 1px solid #ececec;
}

.bor-top {
  border-top: 1px solid #ececec;
}

.bor-bot {
  border-bottom: 1px solid #ececec;
}

.article .headline {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  border-left: 5px solid #f2c014;
  padding-left: 0.5rem;
}

.quot {
  background: #fff;
  padding-top: 1.2rem;
  padding-bottom: 0.2rem;
  margin-top: 2%;
}

.gr-cl {
  border: none;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.nbg {
  background: transparent;
  border: none;
  padding-top: 0px;
}

.nb {
  border: none;
}

.gr-2c {
  border: 0px;
  border-right: 1px solid #dfdfdf;
}

.gl {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.5rem;
}

.cg {
  font-size: 0.65rem;
  color: #879094;
}

.bcnews h5 {
  text-transform: uppercase;
  color: #ffd800;
}

.bcnews h3 {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}

.ebl {
  margin-top: 2rem;
}

.ine {
  height: 4rem;
  border: 0px;
  border-radius: 0px;
}

.eb button {
  height: 4rem;
  width: 100%;
  font-size: 1.3rem;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}

.content {
  text-align: justify;
  padding-left: 0.6rem;
}

.content section {
  border-top: 1px dotted #d9d9d9;
  padding-top: 1rem;
}

.content img {
  max-width: 100% !important;
  height: auto !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.br-cumb {
  background: #ccced2;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 9px;
}

.br-cumb a {
  color: #003046;
  font-weight: 500;
}

.cbread {
  font-size: 0.8rem;
  margin-bottom: 0px;
}

.btn-ye {
  background: #e6a54e;
  color: #ffffff;
}

.ricon {
  position: absolute;
  border-radius: 50px;
  top: -2.5rem;
  left: 37%;
  width: 4.5rem;
}

.rpiece {
  margin-top: 1rem;
}

.rpiece .card {
  border-radius: 8px;
}

.rpiece .card-text {
  margin-bottom: 0.7rem;
  font-size: 0.91rem;
  color: #8e8e8e;
}

.rpiece .card-title {
  text-align: center;
  color: #ff9800;
  margin-bottom: 0px;
  font-size: 1.4rem;
}

.pay {
  margin-top: 1rem;
}

.pay .card-title {
  text-align: left;
  font-size: 1rem;
}

.dsoc {
  padding-bottom: 0.8rem;
  margin-bottom: 0.5rem;
  padding-left: 0.6rem;
}

.piece {
  padding-right: 1%;
}

.view-cate {
  font-weight: 300;
  position: absolute;
  bottom: 1rem;
}

.qna-ti {
  font-weight: 500;
}

.qna-ti:focus {
  box-shadow: none;
}

.qna-ti:not(.collapsed) {
  color: #4caf50;
  background-color: #e8f5e9;
}

.qanswer {
  font-size: 0.96rem;
}

.qanswer span {
  font-weight: 500;
  font-size: 0.98rem;
}

b, strong {
  font-weight: 500 !important;
  font-size: 0.98rem;
}

.er404 {
  text-align: center;
  margin-top: 3%;
}

.ttab {
  margin-top: 1rem;
}

.activities {
  margin-top: 4%;
}

.actitem {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  max-width: 500px;
}

.content table {
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border: 1px solid #dee2e6;
  width: 100% !important;
}

.content table tr td {
  padding: 0.5rem 0.5rem;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}

.gfphone {
  height: 4rem;
}

.p-des {
  line-height: 1.5rem;
  font-weight: 300;
  font-size: 0.85rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.p-discount {
  font-size: 1rem;
  background: #FF7043;
  color: white;
  padding-left: 0.5rem;
  padding-right: 0.6rem;
}

.h-discount {
  font-size: 0.8rem;
  background: #FFF3E0;
  color: #FF9800;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.font-300 {
  font-weight: 300;
}

.p-share .card {
  border: none;
}

.c-product .card {
  border-radius: 0px;
  height: 100%;
  border: 1px solid #FFFFFF;
  overflow: hidden;
}

.c-article .card {
  border-radius: 0px;
  height: 100%;
  border: 1px solid #FFFFFF;
  overflow: hidden;
}

.c-product .card:hover, .c-article .card:hover {
  border: 1px solid #f2c014;
}

.lang {
  letter-spacing: 0.3rem;
}

.img-lang {
  max-width: 1.8rem;
  border-radius: 3px;
}

.rating {
  font-size: 0.8rem;
  color: #ffbe00;
}

.rating-num {
  color: #a77d02;
}

.p-name, .p-name-s {
  color: #757575;
  font-weight: 400;
}

.p-name-s {
  font-size: small;
}

.p-name-s a {
  color: #003046;
}

.mycard {
  border-color: white;
  transition: all 0.5s;
  overflow: hidden;
}

.mycard:hover .card-price {
  color: #f2c014;
  transition: all 0.5s;
}

.card-price {
  transition: all 0.5s;
  color: #E64A19;
}

.zoomin:hover {
  transform: scale(1.2);
}

.zoomin {
  transition: transform 0.2s;
}

.overhidden {
  overflow: hidden;
}

.s-card {
  border-radius: 0px;
}

.mytabs {
  --bs-nav-tabs-border-color: white;
}

.mytabs .nav-link {
  color: gray;
  font-weight: 700;
  position: relative;
}

.mytabs .nav-link.active {
  border-color: white;
  color: #3a3a3a;
}

.mytabs .nav-link.active:after {
  width: 50px;
}

.mytabs .nav-link:after {
  margin: 0 0 0 -25px;
  bottom: 0;
  left: 50%;
  height: 2px;
  content: "";
  position: absolute;
  background: #3a3a3a;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.mytabs .nav-link:focus, .mytabs .nav-link:hover {
  border-color: #00a5dd;
  background: #00a5dd;
  color: white;
}

.mytabs .nav-link:hover:after {
  width: 50px;
}

.pro-slide {
  background: gray;
  padding: 0.5rem;
  border-radius: 5px;
}

.p-price {
  background: #FAFAFA;
  padding: 1rem;
  border-radius: 5px;
  color: #ff6606;
  font-size: 2rem;
}

.p-or-price {
  font-size: 1rem;
  color: gray;
  font-weight: 400;
}

.p-brand {
  color: gray;
  font-size: 0.85rem;
}

.sec-title {
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 3%;
  font-family: "Anton", sans-serif;
  color: #424242;
}

.cusmsg {
  background-color: #1a1a1a;
}

.cusmsg .card {
  background-color: #1a1a1a;
}

.cusmsg .card-title {
  color: white;
}

.left-avatar {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  margin-right: 0.6rem;
}

.cus-msg-detail {
  display: inline-flex;
  background: #ffffff47;
  color: #ffffff;
  padding: 0.8rem;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  border: none;
}

.tf1-ti {
  color: #253d98;
  font-weight: 200;
  font-size: 2.5rem;
  margin-bottom: -0.2rem;
}

.tf1 {
  font-size: 2.4rem;
  color: #253d98;
  font-weight: 800;
  font-family: "Exo 2", sans-serif;
}

.ind {
  text-align: justify;
  color: #868585;
}

.offcanvas-body::-webkit-scrollbar {
  width: 5px;
  /* Chiều rộng của thanh cuộn */
}

.offcanvas-body {
  scrollbar-width: thin;
  scrollbar-color: #f7f8f8 #f7f8f8;
  background-color: #f7f8f8;
}

.block1 {
  margin-top: 7%;
}

.align-end {
  text-align: end !important;
}

.b-1 {
  color: white;
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 0px;
}

.b-2 {
  color: #09b2f7;
  font-size: 5rem;
  font-weight: 900;
  margin-bottom: 0px;
  line-height: 1;
}

.b-3 {
  color: white;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.b-q {
  color: #858484;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-style: italic;
}

.btn-my, .btn-my-brand, .btn-my-dark {
  color: #24272e;
  background-color: #09b2f6;
  text-transform: uppercase;
  border-radius: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.9rem;
}

.btn-my:hover, .btn-my-brand:hover, .btn-my-dark:hover {
  color: #24272e;
  background-color: #ffffff;
}

.b-4 {
  transform: translateY(15%);
}

.b-5 {
  color: #09b2f6;
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 0px;
  line-height: 0.85;
}

.b-6 {
  color: #212529;
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 0px;
  line-height: 0.62;
}

.b2-card .card-img-top {
  border-radius: 0px;
}

.b2-card .card-body {
  padding: 2rem;
  background-color: #f7f8f8;
}

.mybtn {
  background-color: #f2c014;
}

.mybtn:hover {
  background-color: #303849;
  color: white;
}

.b2-card .title {
  font-weight: 400;
  font-family: "Anton", sans-serif;
}

.b2-card .title:after {
  content: "";
  position: absolute;
  margin-top: 1rem;
  width: 100px;
  height: 1px;
  display: block;
  background-color: #f2c014;
}

.b2-card .card-text {
  font-weight: 300;
  margin-bottom: 0.5rem;
  margin-top: 3rem;
}

.b2-card .card {
  border: none;
  border-radius: 0px;
}

.b2-card .card-footer {
  padding: 1rem 2rem;
  border-radius: 0px;
}

.b-7 {
  font-size: 5rem;
  font-weight: 900;
  line-height: 0.9;
  color: #039BE5;
  margin-top: 4%;
}

.block3 {
  margin-top: 5%;
  margin-bottom: 3%;
}

.owl-item.active.center {
  border: 0.8rem solid #f2c014;
  /* Màu và độ rộng của đường viền */
}

.owl-item {
  border: 0.8rem solid transparent;
  /* Màu và độ rộng của đường viền */
}

.btn {
  border-radius: 0px;
}

.b-8 {
  text-align: end;
  margin-right: 0.8rem;
}

blockquote {
  position: relative;
  margin: 2em 0;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: italic;
  color: #7f7f7f;
}

blockquote p:before, blockquote p:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 140%;
  max-height: 6rem;
  background-image: url(../imgs/quote.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  transform: translateY(-10%);
}

blockquote cite + p:after {
  transform: translateY(-30%) rotate(180deg);
}

.b-9 {
  text-align: center;
}

.b-10 {
  color: white;
  font-size: small;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
}

.b-11 .card-title {
  font-size: 1.7rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}

.b-11 .card-text {
  margin-bottom: 2rem;
}

.b-11 .social {
  word-spacing: 1rem;
}

.b-11 .card-body {
  padding: 3rem;
  background-color: #323a4b;
  color: white;
}

.b-11 .card {
  border: none;
}

.b-12 {
  color: #f2c014;
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 0px;
  line-height: 2rem;
}

.b-13 {
  color: white;
  font-weight: 900;
}

.form-my {
  background-color: white;
  border-radius: 0px;
  padding: 1rem;
}

.form-my:focus, .b-17:focus {
  background-color: white;
}

.form-my::placeholder {
  color: #7f7f7f;
  font-size: 0.9rem;
  text-align: left;
}

.b-17::placeholder {
  color: #7f7f7f;
  font-size: 0.9rem;
}

.b-14 {
  padding: 8%;
  background-color: #ddad08;
}

.b-14 .card {
  border: none;
}

.b-14 .card-img-top {
  border-radius: 0px;
  border: 10px solid #d1a200;
}

.b-15 {
  padding: 8%;
  background-color: #f2c014;
}

.b-16 {
  text-transform: uppercase;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 8%;
  font-family: "Anton", sans-serif;
}

.btn-my-dark {
  background-color: #1a1a1a;
  color: white;
}

.btn-my-brand {
  background-color: #f2c014;
  color: #003046;
  font-weight: 500;
}

.fw-300 {
  font-weight: 300;
}

.nav-dark {
  background-color: #323a4bf2;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.3);
}

.block5 {
  margin-top: 5%;
  margin-bottom: 6%;
}

.b5-card .card {
  background-color: #1d1f25;
  border: none;
  border-radius: 0px;
}

.b5-card .card-body {
  padding: 3rem;
  text-align: center;
}

.b5-card .title {
  text-transform: uppercase;
  font-weight: 800;
  color: #f2c014;
}

.b5-card .card-footer {
  background-color: white;
  color: #323a4b;
  border: none;
  border-radius: 0px;
  text-align: center;
  padding: 1rem;
  text-transform: uppercase;
}

.b5-card .card-text {
  color: white;
  font-weight: 300;
  margin-top: 2rem;
}

.block6 {
  background-color: #1d1f25;
  padding-top: 8%;
  padding-bottom: 6%;
  background-image: url(../imgs/img09.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.block8 {
  background-color: #1d1f25;
  padding-top: 5%;
  padding-bottom: 5%;
  background-image: url(../imgs/block-bg-1.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.b-17, .b-18 {
  background-color: white;
  border: none;
  border-radius: 0px;
  line-height: 2.3rem;
}

.b-18 {
  color: #303849;
}

.b-19 {
  color: white;
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  line-height: 2;
  margin-top: 2rem;
}

.feature-list li > span:first-child {
  min-width: 40%;
  display: inline-block;
}

.b-20 {
  list-style: none;
  padding: 0;
  margin-top: 2rem;
}

.b-20 li {
  position: relative;
  padding: 9px 0 10px 20px;
  border-bottom: 1px solid #414143;
  padding-top: 0.5rem;
  padding-bottom: 1.2rem;
  margin-bottom: 0.6rem;
}

.b-20 li:before {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  color: #f2c014;
  position: absolute;
  left: 0;
  top: 10px;
}

.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.q1 {
  margin-top: -8%;
}

.q1 .card, .q2 .card {
  padding: 2rem;
  background-color: transparent;
  border: none;
  color: white;
}

.q1 .card-body {
  color: white;
}

.q1 .card-title {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

.q-1 {
  font-family: "Anton", sans-serif;
  font-weight: 500;
  font-size: 3rem;
}

.q1 .card-text, .q2 .card-text {
  font-weight: 200;
  text-align: center;
}

.q-2 {
  background-image: url(../imgs/step-pattern.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#sl1 {
  z-index: -1;
  margin-top: -8rem;
}

.q-3 {
  font-weight: 500;
  font-size: 3.2rem;
  font-family: "Anton", sans-serif;
}

.q-7 {
  font-weight: 500;
  font-size: 3rem;
  font-family: "Anton", sans-serif;
}

.q-8 {
  font-family: "Anton", sans-serif;
}

.q-10 {
  font-weight: 500;
  color: white;
  font-family: "Anton", sans-serif;
}

.q-11 {
  letter-spacing: 0.6rem;
  font-weight: 500;
  /* margin-top: 1rem; */
  position: relative;
  color: white;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.q-11:after {
  content: "";
  position: absolute;
  margin-top: 1.5rem;
  width: 93px;
  height: 1px;
  display: block;
  background-color: #f2c014;
  left: 32%;
}

.q-12 {
  text-align: center;
  margin-top: 3rem;
}

.q-12 a {
  color: white;
  margin-right: 1rem;
}

.txt-brand {
  color: #f2c014;
}

.q-4 {
  letter-spacing: 0.5rem;
  font-weight: 500;
  margin-top: 1rem;
}

.q-4:after {
  content: "";
  position: relative;
  margin-top: 1rem;
  width: 100px;
  height: 1px;
  display: block;
  background-color: #f2c014;
  left: -23px;
}

.q-5 {
  font-family: "Anton", sans-serif;
}

.list-styled ul, ul.list-styled {
  list-style: none;
  padding: 0;
}

.list-styled li {
  margin-bottom: 0.6rem;
}

.list-styled ul li:before, ul.list-styled li:before {
  font-family: "FontAwesome";
  content: "";
  font-size: 10px;
  color: #f2c014;
  position: relative;
  top: -1px;
  padding-right: 13px;
}

.q2 {
  margin-top: 7%;
  background-image: url(../imgs/service-bg.jpg);
  background-size: cover;
  /* Đảm bảo hình ảnh phù hợp với kích thước của phần tử */
  background-position: center center;
  /* Căn giữa hình ảnh */
  background-attachment: fixed;
  /* Đặt hình ảnh background cố định */
  color: white;
}

.q-6 {
  letter-spacing: 0.45rem;
  font-weight: 500;
  margin-top: 1rem;
  position: relative;
}

.q-6:after {
  content: "";
  position: absolute;
  margin-top: 1rem;
  width: 100px;
  height: 1px;
  display: block;
  background-color: #f2c014;
  left: 46%;
}

.link-dark {
  color: #303849;
}

.arti {
  padding-top: 7%;
  padding-bottom: 4%;
  background-image: url(../imgs/service-bg.jpg);
  background-size: cover;
  /* Đảm bảo hình ảnh phù hợp với kích thước của phần tử */
  background-position: center center;
  /* Căn giữa hình ảnh */
  background-attachment: fixed;
  /* Đặt hình ảnh background cố định */
  color: white;
}

.prolist {
  padding-top: 24%;
  padding-bottom: 4%;
  background-image: url(../imgs/img09.jpg);
  background-size: cover;
  /* Đảm bảo hình ảnh phù hợp với kích thước của phần tử */
  background-position: center center;
  /* Căn giữa hình ảnh */
  background-attachment: fixed;
  /* Đặt hình ảnh background cố định */
  color: white;
  margin-top: -20%;
}

.contact-banner {
  padding-top: 8%;
  padding-bottom: 4%;
  background-image: url(../imgs/testimonials-bg.jpg);
  background-size: cover;
  /* Đảm bảo hình ảnh phù hợp với kích thước của phần tử */
  background-position: center center;
  /* Căn giữa hình ảnh */
  background-attachment: fixed;
  /* Đặt hình ảnh background cố định */
  color: white;
}

.contact-top .card {
  border: none;
}

.btn-zalo {
  background-color: #2196f3;
  color: white;
}

.btn-zalo:hover {
  background-color: #5ac8fa;
  color: white;
}

.btn-outline-primary {
  color: #003046;
  border-color: #f2c014;
  font-weight: 500;
  font-size: 0.9rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.btn-outline-primary:hover {
  background-color: #f2c014;
  border-color: #f2c014;
}

.cont-logo {
  max-width: 40%;
}

.q-9 {
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Anton", sans-serif;
  color: #424242;
}

.block7 .card {
  border: none;
  border-radius: 0px;
}

.block7 .card-img-top {
  border-radius: 0px;
}

.card-dark {
  background-color: #323a4b;
}

.card-body:before {
  content: "";
  position: absolute;
  right: auto;
  left: 50%;
  top: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid var(--darkgreyColor);
  z-index: 5;
}

.card-light {
  background-color: #f2c014;
}

.block7 .card .card-body {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 30%;
}

.col-right {
  margin-left: auto;
}

.top-menu {
  color: white;
  font-weight: 200;
  border-bottom: 1px solid #ffffff1a;
  font-size: 0.9rem;
}

.top-menu i {
  margin-right: 0.5rem;
}

.top-menu a {
  color: white;
  margin-right: 0.8rem;
}

.top-menu .col-auto {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 1rem;
  padding-right: 2rem;
}

.bor-lr {
  border-left: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
}

.border-left {
  border-left: 1px solid #ffffff1a;
}

.quote {
  background-color: #f7f8f8;
}

.contact-quote {
  background-color: #f2c014;
}

.b-21 {
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Anton", sans-serif;
}

.q-22 {
  letter-spacing: 0.45rem;
  font-weight: 500;
  margin-top: 1rem;
  position: relative;
}

.q-22:after {
  content: "";
  position: absolute;
  margin-top: 1rem;
  width: 100px;
  height: 1px;
  display: block;
  background-color: #f2c014;
  /* left: 46%; */
}

.b-22 {
  margin-top: 10%;
  margin-bottom: 9%;
}

.b-23 {
  overflow: hidden;
  position: relative;
}

.b-24 {
  width: auto;
  position: absolute;
  right: 0;
}

.staff {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}

.staff img {
  display: block;
  width: 100%;
  height: auto;
}

.yellow-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.5s ease-in-out;
}

.card-overlay {
  position: relative;
  transition: transform 0.5s;
  overflow: hidden;
}

.card-overlay:hover .card-img-top {
  transition: transform 0.5s;
  transform: scale(1.2);
}

.card-overlay .card-img-top {
  transition: transform 0.5s;
}

.staff:hover .yellow-overlay, .card-overlay:hover .yellow-overlay {
  background-color: #f2c01457;
}

.gray-overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #323a4b;
  transition: bottom 0.5s ease-in-out;
}

.staff:hover .gray-overlay {
  bottom: 0;
  height: 50%;
}

.gray-overlay h1 {
  margin: 0;
  padding: 20px;
  color: #fff;
  text-align: center;
}

.cus-feedback {
  background: transparent;
  border: none;
  color: white;
}

.cus-feedback .card-text {
  font-style: italic;
}

.menu-item .card-body {
  background: transparent;
  border: none;
}

.expand-icon {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.search-box {
  background-color: #ffffff36;
  border-radius: 0px;
}

/*--*/
.ceo-photo:hover .image1 {
  transform: translateX(-2rem);
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
  top: 10%;
  left: 10%;
}

.image1 {
  transition: transform 0.3s ease;
  box-shadow: 0 16px 20px 0px rgba(0, 0, 0, 0.15);
}

.image2 {
  box-shadow: 0 16px 20px 0px rgba(0, 0, 0, 0.15);
}

.image1:hover {
  transform: translateX(-2rem);
}

/* Media */
@media (min-width: 760px) {
  .pd1 {
    padding-right: 1px;
  }

  .pd2 {
    padding-left: 1px;
  }
}
@media (max-width: 575px) {
  .q1 .card {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .q1 .card-body {
    padding: 0px;
  }

  .q1 .q-1 {
    font-size: 1.3rem;
  }

  .q1 .card-title {
    font-size: 0.7rem;
    letter-spacing: normal;
  }

  .q1 .card-text {
    font-size: 0.5rem;
  }

  .q2 {
    margin-top: 22%;
  }

  .block6 .b-12 {
    font-size: 2rem;
  }

  .block6 .b-3 {
    font-size: 1.2rem;
  }

  /*---*/
  .frose {
    display: none;
    width: 50%;
  }

  .gr4 {
    display: none;
  }

  .cbtn {
    width: 100%;
    margin-bottom: 0.8rem;
  }

  .sbtn {
    margin-left: 15%;
  }

  .tf1 {
    font-size: 3.6rem;
  }

  .smc {
    font-size: 1rem;
    width: 20%;
  }

  .tf2 {
    font-size: 2.2rem;
  }

  .rimg {
    margin-top: 1.5rem;
  }

  .copy {
    font-size: 0.8rem;
  }

  .ml-1 {
    margin-left: 0.7rem;
  }

  .txbox .card-body {
    padding-left: 0px;
    padding-bottom: 0px;
  }

  .content {
    padding-left: 0px;
  }

  .piece {
    padding-right: 0px;
  }

  .dcate {
    padding-left: 0px;
  }

  .dsoc {
    padding-left: 0px;
  }

  .tmail {
    font-size: 0.8rem;
    padding-left: 0px;
    color: #FFFFFF;
  }

  .soc {
    padding-right: 0px;
    color: #FFFFFF !important;
    font-size: 0.9rem;
  }

  .top-menu {
    display: none;
  }
}

/*# sourceMappingURL=home.css.map */
