@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #ee3231;
  --bs-secondary: #0d3374;
  --bs-success: #146c43;
  --bs-danger: #dc3545;
  --bs-warning: #ffc107;
  --bs-info: #0dcaf0;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-whisper: #e8e8e8;
  --bs-heading: #383838;
  --bs-font-sans-serif:  'Roboto',-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Arial","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
a:hover, a:focus{color: #008277;}
*,
*::before,
*::after {
  box-sizing: border-box;
}
a{color: #232323;text-decoration: none;}
h1{font-size: 2rem}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
.bg-light{background-color: var(--bs-light);}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  line-height: 1.4;
  color: #000 !important;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
img{max-width: 100%; height: auto;}
/*product*/
.product-name h4{font-size: 1rem;text-align: center;}
/*end product*/
/*menu*/
header {
  padding:0;
  margin:0;
}

.nav__container,
header {
  width:100%;
}

/*menumobile*/
.hiddenbtn{
    cursor: pointer;
    z-index: 100;
    padding: 8px;
    color: #6b4b1e;
    text-align: right;
    position: absolute;
    top: -57px;
    right: 0;
}
.menumobi{position:relative;display:block;z-index:999;top:2px;}
.hiddenbtn i{font-size: 1.875rem;;}
.menumobi ul{
    background: #ffffff;
    z-index: 999999;
    position: absolute;
    margin: 0;
    padding: 0;
    display: none;
    text-align: left;
    min-width: 50%;
    transition: all 0.5s ease-out;
    width: 100%;
    box-shadow: 1px 7px 20px #959595;
}
.menumobi ul ul{width:100%}
.menumobi ul li{display: block;
    position: relative;
    border-bottom: 1px solid #ededed;
    padding: 8px;
}
.menumobi ul li i{padding-left:6px}
.menumobi ul li a{padding:8px 16px;}
.menumobi ul li .iconmenu{position:absolute;display:block;width:30px;height:30px;top:0;right:0;cursor:pointer;}
.menumobi ul li .iconplus{background:url(images/add.png) 0 9px no-repeat;}
.menumobi ul li .iconminus{background:url(images/sub.png) 0 9px no-repeat;}
.menumobi ul ul{display:none;position:static;box-shadow:none;}
.menumobi ul ul li:first-child{padding-top: 8px}
.menumobi ul ul li:last-child{border-bottom: none}
.menumobi ul ul li a{padding-left:15px;text-transform:none;}
.menumobi ul ul ul{display:none;}
.menumobi ul ul li i{font-size: 14px;padding-left: 6px}
/*blog*/
.blog-img {
    background-color: rgba(0,0,0,0.25);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
    border-radius: 5px;
}
.blog-img:before {
    transition: opacity .7s cubic-bezier(.2,1,.22,1);
    -webkit-transition: opacity .7s cubic-bezier(.2,1,.22,1);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    transform: scale(0.96);
    box-shadow: 0px 30px 60px rgb(0 0 0 / 17%);
    border-radius: 5px;
}
.blog-img:after {
    border-radius: 0;
    text-align: center;
    color: #fff;
    font: normal normal normal 18px/60px FontAwesome;
    content: "\f03e";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.blog-content-list h3 {
    font-size: 1.25rem!important;
}
.text-justify{text-align: justify;}
/*end blog*/

/*menu-header*/
.menu {
}

.menu ul li {
    display: inline-block;
    position: relative;
    padding: 10px;
}
.menu ul li:hover{background: #6b4b1e;    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.menu ul li:hover a{color: #fff}
.menu ul li a {
    color: #333;
    padding: 8px;
}

.menu ul li:hover, .menu ul li.active, .menu ul li:focus {
}


.menu ul li.active a {
    color: #019cdf;
}

.menu ul li ul,.menu ul li ul li ul {
    display: none;
    width: auto;
    left: 0;
    position: absolute;
    z-index: 10;
    background: #6b4b1e;
    text-align: left;
    top: 100%;
    margin: 0;
    padding: 0;
    border-top-right-radius: 8px;
    white-space: nowrap;

}
.menu ul li ul li ul{left: 100%;top: 0; width: 300px}

.menu ul li ul li {
    padding: 10px;
    display: block;
    color: #fff;
    border-bottom: 1px solid #8f6c3b;
    font-size: 14px;
}

.menu ul li ul li i {
    padding-right: 10px;
    color: #FFF;
}

.menu ul li ul li a {
    color: #fff!important;
    font-weight: normal;
    text-transform: none;
    white-space: nowrap;
}

.menu ul li:hover i {
    color: #fff
}

.menu ul li:hover ul.sub-menu {
    display: block;
}
.menu ul li ul.sub-menu li:hover ul.sub-sub-menu{ display:block; }

.menu ul span {
    font-size: 9px;
}
/*menu mobile*/

.order {
    background: #0491ca;
    padding: 14px 0;
    text-align: center;
}
/*end*/
/*menu-left*/
.shop-catigory ul {list-style: none;margin: 0; padding: 0;}
.shop-catigory ul li.active ul{display: block}
.shop-catigory ul li.active a{color: #05a54e; }
.shop-catigory ul li {padding-top: 8px; padding-bottom: 8px;border-bottom: 1px solid #f3f3f3;}
.shop-catigory ul li a{padding-top: 5px; padding-bottom: 5px;}
.shop-catigory ul li ul li:last-child {border-bottom: none}
.shop-catigory ul li:hover ul{display: block;-webkit-transition: all .4s ease;
    transition: all .4s ease;}
.shop-catigory ul ul{display: none;padding-top: 10px}
.shop-catigory ul ul li i{padding-right: 10px;}
.shop-catigory ul i{font-size: 0.875rem}
.shop-catigory ul ul i{font-size: 0.7rem}
.shop-catigory ul li.active ul li a{color: #000}
.float-right{float: right;}
h4.sidebar-widget-title{font-size: 1.05rem; text-transform: uppercase;font-weight: 500;}
/*end menu left*/
/*footer*/

#logo{background: #fab816}
.logo-partner{width:12.5%; float: left;}
  .logo-img{border: 1px solid #f5d689;
    padding: 10px;}
/*end footer*/
/*support fixed right*/
.support {
    position: fixed;
    z-index: 99999;
    top: 50%;
    display: flex;
    align-items: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    left:auto;
    right:0;
}
.support ul {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
.support ul li {
    position: relative;
    width: 53px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
}
span.info_support {
    color: #fff;
    border-radius: 0 10px 10px 0;
    font-size: 14px;
    float: left;
    line-height: 1.2;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    white-space: nowrap;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.icon-status {
    position: absolute;
    font-size: 0.65rem;
    color: #fff;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 60px 60px;
    border-color: #05a54e transparent transparent transparent;
    top: 0;
}
.icon-status.bg-new{border-color: #ec2227 transparent transparent transparent;border-width: 36px 0 36px 36px;}
.bg-new span.bage{top:-32px}
span.bage{
    transform: rotate(45deg);
    right: 0px;
    top: -55px;
    position: absolute;
}

.content-detail h2 {
    font-size: 1.25rem;
    background: #0744c9;
    padding: 8px;
    color: #fff;
    width: fit-content;
    font-weight: 500;}
.content-detail h3{font-size: 1.15rem; font-weight: bold} 
.tinhnang {border: 1px solid #ebebeb;background: #ebebeb;}
.tinhnang h2{background: #0744c9;font-size: 1.25rem;padding: 8px;text-align: center;color: #fff}
.shadow-1{box-shadow: 5px 5px 9px 11px #f7f7f7;} 
span.icon:hover span.info_support{display: block}
.support ul li span.icon, .support ul li span.icon a {
    width: 53px;
    height: 53px;
    color: #fff;
    float: left;
    position: relative;
    text-align: center;
    font-size: 17px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    flex-wrap: wrap;
    text-decoration: none;
}
.blog-area{margin-top: 30px;margin-bottom: 30px;}

@media only screen and (max-width: 600px) {
.logo-partner{width: 25%; margin-bottom: 10px}
.project .project-des{position: relative;display:block; padding:15px; width: 100%; background: #f1f1f1}
}
#button-contact-vr{position:fixed;bottom:0;z-index:99999}#button-contact-vr .button-contact{position:relative}#button-contact-vr .button-contact .phone-vr{position:relative;visibility:visible;background-color:transparent;width:90px;height:90px;cursor:pointer;z-index:11;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transition:visibility .5s;left:0;bottom:0;display:block}.phone-vr-circle-fill{width:65px;height:65px;top:12px;left:12px;position:absolute;box-shadow:0 0 0 0 #c31d1d;background-color:rgba(230,8,8,.7);border-radius:50%;border:2px solid transparent;-webkit-animation:phone-vr-circle-fill 2.3s infinite ease-in-out;animation:phone-vr-circle-fill 2.3s infinite ease-in-out;transition:all .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animuiion:zoom 1.3s infinite;animation:zoom 1.3s infinite}.phone-vr-img-circle{background-color:#e60808;width:40px;height:40px;line-height:40px;top:25px;left:25px;position:absolute;border-radius:50%;display:flex;justify-content:center;-webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;animation:phone-vr-circle-fill 1s infinite ease-in-out}.phone-vr-img-circle a{display:block;line-height:37px}.phone-vr-img-circle img{max-width:25px;padding-top:9px}@-webkit-keyframes phone-vr-circle-fill{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}}@-webkit-keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}@keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}.phone-bar a{position:fixed;bottom:25px;left:30px;z-index:-1;background:#e83a3a;color:#fff;font-size:16px;padding:8px 15px 7px 50px;border-radius:100px;white-space:nowrap}.phone-bar a:hover{opacity:.8;color:#fff}@media(max-width:736px){.phone-bar{display:none}}#zalo-vr .phone-vr-circle-fill{box-shadow:0 0 0 0 #2196f3;background-color:rgba(33,150,243,.7)}#zalo-vr .phone-vr-img-circle{background-color:#2196f3}#viber-vr .phone-vr-circle-fill{box-shadow:0 0 0 0 #714497;background-color:rgba(113,68,151,.8)}#viber-vr .phone-vr-img-circle{background-color:#714497}#contact-vr .phone-vr-circle-fill{box-shadow:0 0 0 0 #2196f3;background-color:rgba(33,150,243,.7)}#contact-vr .phone-vr-img-circle{background-color:#2196f3}
@-moz-keyframes quick-alo-circle-anim {
0%{-moz-transform:rotate(0) scale(.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}
30%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}
100%{-moz-transform:rotate(0) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}
}
@-webkit-keyframes quick-alo-circle-anim {
0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}
30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}
100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}
}
@-o-keyframes quick-alo-circle-anim {
0%{-o-transform:rotate(0) kscale(.5) skew(1deg);-o-opacity:.1}
30%{-o-transform:rotate(0) scale(.7) skew(1deg);-o-opacity:.5}
100%{-o-transform:rotate(0) scale(1) skew(1deg);-o-opacity:.1}
}
@-moz-keyframes quick-alo-circle-fill-anim {
0%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
50%{-moz-transform:rotate(0) -moz-scale(1) skew(1deg);opacity:.2}
100%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
@-webkit-keyframes quick-alo-circle-fill-anim {
0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.2}
100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
@-o-keyframes quick-alo-circle-fill-anim {
0%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
50%{-o-transform:rotate(0) scale(1) skew(1deg);opacity:.2}
100%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
@-moz-keyframes quick-alo-circle-img-anim {
0%{transform:rotate(0) scale(1) skew(1deg)}
10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}
20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}
30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}
40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}
50%{-moz-transform:rotate(0) scale(1) skew(1deg)}
100%{-moz-transform:rotate(0) scale(1) skew(1deg)}
}
@-webkit-keyframes quick-alo-circle-img-anim {
0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
}
@-o-keyframes quick-alo-circle-img-anim {
0%{-o-transform:rotate(0) scale(1) skew(1deg)}
10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}
20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}
30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}
40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}
50%{-o-transform:rotate(0) scale(1) skew(1deg)}
100%{-o-transform:rotate(0) scale(1) skew(1deg)}
}
.quick-alo-phone{position:fixed;background-color:transparent;width:150px;height:150px;cursor:pointer;z-index:200000!important;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transition:visibility .5s;-moz-transition:visibility .5s;-o-transition:visibility .5s;transition:visibility .5s;left:0;bottom:30px}
.button-res{    padding: 0;
    margin: 0;
    position: fixed;
    right: -86px;
    top: 50%;
    z-index: 5;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);}
.button-res a {
    float: right;
    line-height: 37px;
    padding: 0 1em;
    color: #fff;
    margin-left: 12px;
    background: #010101;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}
.img-cv{border: 3px solid #efefef;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #d1d1d1;
    margin-bottom: 15px;}
.info-cv ul{text-align: left;
    list-style: circle;
    padding-left: 15px;margin-left: 15px;}
.chuyenvien h3{color: #2196f3;
    font-size: 22px;
    font-weight: 700;}
.chuyenvien span{color: #e60808; font-size: 20px; font-weight: bold;}
ul.info-volvo{margin-left: 0;}
ul.info-volvo li{padding-bottom: 15px}
ul.info-volvo li span{background: #bf25ff44;    border-radius: 50%;
    padding: 5px 12px;}
.button-res-home a{color: #fff}
.new h3{font-size: 1rem; font-weight: 700}
.text-justify{text-align: justify;}
.blog-des{text-align: justify;}
@-webkit-keyframes my {
   0% { color: #f80a0a; } 
   50% { color: #1a59d4;  } 
   100% { color: #F8CD0A;  } 
 }
 @-moz-keyframes my { 
   0% { color: #f80a0a;  } 
   50% { color: #1a59d4;  }
   100% { color: #F8CD0A;  } 
 }
 @-o-keyframes my { 
   0% { color: #f80a0a; } 
   50% { color: #1a59d4; } 
   100% { color: #F8CD0A;  } 
 }
 @keyframes my { 
   0% { color: #f80a0a;  } 
   50% { color: #1a59d4;  }
   100% { color: #F8CD0A;  } 
 } 
 .hotline {
         font-size:28px;
         font-weight:bold;
   -webkit-animation: my 1000ms infinite;
   -moz-animation: my 1000ms infinite; 
   -o-animation: my 1000ms infinite; 
   animation: my 1000ms infinite;
}
/*new*/
#owl-demo .item{
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
.thicong h4{font-size: 1rem; text-align: center;background: #6b4b1e; padding: 8px; color: #e8e8e8; height: 55px; overflow: hidden;}
.thicong h4 a{color: #e8e8e8}
.project{margin-bottom: 20px; position: relative;width: 100%;
    overflow: hidden;}
.project .project-img{position: relative;}
.project:hover .project-img img{}
.project:hover .project-des{display: block}
.project .project-des{position: absolute;display:none; bottom: 0; padding:15px; width: 100%; background: #f1f1f1; opacity: 0.8}
.project-des h4{font-size: 1rem; text-transform: uppercase;opacity: 1}
.project .project-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    max-width: 100%;
    overflow: hidden;
}
.project:hover .project-img img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
section.khachhang .nav-link{color: #4f4f4f}


#owl-demo1 .item{
    padding: 2px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #ebebeb;
    }
.clear-both{clear: both;}
.banggia{    background-color: #254EDB;
    background-image: url(images/bg-action.webp);
    background-repeat: no-repeat;
    background-size: cover;}
.banggia-content{color: #fff}
.span12 {text-align: center;}
#sync1 .item{
    background: #fff;
    margin: 5px;
    text-align: center;
}
#sync2 .item{
    background: #fff;
    padding: 10px 0px;
    margin: 5px;
    text-align: center;
    cursor: pointer;
}
#sync2{}
#sync2 .synced .item{
  background: #fff;
}
.form-tuvan{background: #ebebeb; padding: 12px}
.form-tuvan h4{padding: 12px}
.sumary {padding-left: 15px}
.sumary h3{font-size: 1rem}
.baogia{background: #6a4b1d}
.whyus h3{font-size: 1.25rem;margin-bottom: 14px; font-weight: 500}
.whyus {padding: 15px}
b, strong{font-weight: 500}
.h2,h2{font-size: 1.65rem}
.h3,h3{font-size: 1.45rem}
h4,.h4{font-size: 1.25rem}
figcaption{
   background: #f4f0e5;
    margin: 0 12px 0 12px;
    text-align: center;
    padding: 6px;}
figure {
    margin: 1rem;
}


/*new*/
section.page-title{position: relative;}
section.page-title{
    background-image: url(/upload/images/bg-cate-pro.jpg);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title h1{font-size: 8.4rem;
    color: #fff;
    width: 55%;
    font-weight: 600;
    padding-bottom: 3rem;}
.page-title nav{padding-top: 2rem;}
.breadcrumb a,.breadcrumb{color: #fff; font-size: 1.25rem}
.product{border: 1px solid #dee2e6}

/*.list-product{border-right: 1px solid #dee2e6; border-bottom: 1px solid #dee2e6}*/
.product:hover{background: linear-gradient(143.42deg, #00C9B8 0%, #008277 100%);
   }
.product-item h3{    font-size: 1.5rem;

    color: #333333;
    -webkit-transition: all 0.3s ease;
    transition: all 5s ease;font-size: 1.85rem;
    padding-top: 2rem;
}
.product-item-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 5rem;
}
.code {
    font-size: 0.875rem;
    color: #6F6F6F;
    margin-bottom: 0;
    padding-bottom: 1rem;
}
.uu0diem{background-image:url(/upload/images/About-sharp.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-top: 3rem;
    padding-bottom: 3rem; }
.uu0diem h3.title-title {
        font-size: 3rem;
    }
.accordion__title.why-us{font-size: 1.875rem;
        padding: 1.5625rem 0}
.accordion__text.why-us {
    font-size: 2.5rem!important;
}
footer {
    position: relative;
    z-index: 9;
    background: linear-gradient(117.42deg, #49B8B1 5.2%, #005B53 81.03%);
    color: rgba(255, 255, 255, 0.76);
    overflow: hidden;
    color: #ffffff;
}
.footer-cate h5{text-transform: uppercase;}
.footer__menu ul li{list-style: none;padding-top:4px;padding-bottom: 4px;}
.footer__menu ul{padding-left: 0;margin: 0}
.footer__menu ul a {color: #ffffff}
ul.item-contact li{display: inline-block;}
/*.sec-gpcn{min-height: 81.25rem;}*/
.sec-gpcn{
    background-image: #008277;
    padding: 35px 15px;
    color: #e9e9e9;  
    margin-bottom: 15px;
    margin-top: 15px;  
}
.element {
  position: relative; 
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/upload/images/gpcn-bg-pc.jpg);
    background-size: cover;
}
.element::before {
  content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgb(0 130 119 / 88%);
}
.element-inside {
  position: relative;
}
.element-inside .nav-pills .nav-link.active, .element-inside .nav-pills .show>.nav-link{color: #fff!important; background: none}
.element-inside .nav-link{font-size: 1.875rem; text-align: left;color: rgba(255,255,255,0.5)!important; padding: 1.5625rem 0;
    border-bottom: 1px solid #26a398;font-weight: 600}
.tab-content{font-size: 2.5rem; color: #ffffff; padding-left: 2rem; padding-top: 3rem;font-weight: 600}
/*.sec-gpcn:after {
    content: "";
    z-index: 2;
    background-color: #008277;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sec-gpcn .bg-pc .pc-sharp-1 {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    max-width: 28%;
}
.sec-gpcn .bg-pc .pc-sharp-2 {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    max-width: 28%;
}*/
.accordion__content{display: none }
.accordion__content .accordion__text {
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #ffffff;
    padding: 0;
    padding-top: 1.5625rem;
    padding-bottom: 0.625rem;
    transition: 0.2s;
}
.accordion__panel:hover{animation-delay: 0.2s;}
.accordion__panel:hover .accordion__content{display: block;animation-delay: 0.2s}
.accordion__panel:hover .accordion__title{color: #ffffff; animation-delay: 1s}
.accordion__panel {
    position: relative;
    overflow: hidden;
    border: 0;
}
.accordion__panel {
       border-bottom: 1px solid #06a194;
    }
.accordion__panel:last-child{border-bottom: none}
.accordion__title{color: #e9e9e9; font-size: 4rem;padding: 3rem 0;}
.sec-gpcn h2{text-transform: uppercase; font-size: 1.15rem;}
.title__btn {
    margin-top: 3.4375rem;
}

.btn--outline:hover {
    border-color: #008277;
}
.btn:hover {
    background-color: #008277;
    color: #fff;
}
.btn--outline {
    border: 1px solid #BCBCBC;
    color: #4E4E4E;

    background-color: transparent;
}  

.sec-homeAbout{
        font-size: 2.5rem;
        margin-top: 2rem;
    }
.sec-homeAbout h2, .linhvuc h2{text-transform: uppercase; color: #606060; font-size: 1.15rem;}
.item-counter{margin-top: 2rem}
    .counter__number {
        font-size: 4.5rem;
        padding-right: 1.875rem;
    }
    .counter__number {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #008277;
    white-space: nowrap;
}
.counter__text {
    line-height: 1.2;
    color: #6F6F6F;
    margin-bottom: 0;
}
     .item-box__icon {
        margin-bottom: 3.75rem;
    }
         .item-box__title {
        font-size: 2.8125rem;
    }

    .sec-ctaBox {
        padding-top: 5rem;
        padding-bottom: 8.125rem;
        border-top: 1px solid #DCDCDC;
    }
        .sec-ctaBox .title__title {
        font-size: 2.8125rem;
    }
    .sec-ctaBox .title__btn {
    line-height: 1;
}
.sec-ctaBox .item-sharp {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background-position: top left;
    background-repeat: no-repeat;
}
.title__btn {
    margin-top: 1.25rem;
}
.btn {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 0.9375rem;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #fff;
    background-color: #146059;
    border-radius: 1.5625rem;
    height: 3.375rem;
    line-height: 3.375rem;
    overflow: hidden;
    padding: 0 1.3125rem;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.sec-ctaBox .social-icon {
    margin-top: 1.25rem;
}
.social-icon a:hover {
    background-color: #008277;
    border-color: #008277;
    color: #fff;
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
} 