:root {
  --green: #87C23E;
  --color-blue: #0B4696;
  --color-red: #FF0000;
}
html {
  scroll-behavior: smooth;
}
.container-news{
    padding: 0 80px !important;
}
.form-control{
    font-size: 15px !important;
}
p{
    font-size: 16px;
}
#toc_container{
    display: none;
}
.breadcrumb{
    margin-bottom: 0;
}
.gm-style img{
    display: block;
    margin: auto;
}
.wrap-lang{
    display: inline-block;
    position: relative;
    padding-left: 10px;
}
.wrap-lang:hover .box-lang{
    display: block;
}
.chev-right:after{
   content: '';
   position: absolute;
   right: 2px;
   top: 6px;
   width: 8px;
   height: 8px;
   border-top: solid 1px var(--color-blue);
   border-right: solid 1px var(--color-blue);
   -webkit-transform: rotate( 
    -135deg);
   transform: rotate( 
    133deg);
}
.active-lang{
    display: inline-block;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    color: #005030;
}
.active-lang:before{
   content: '';
   position: absolute;
   right: -13px;
   top: 7px;
   width: 6px;
   height: 6px;
   border-top: solid 1px #707070;
   border-right: solid 1px #707070;
   -webkit-transform: rotate( 
    -135deg);
   transform: rotate( 
    133deg);
}
.box-lang {
    position: absolute;
    left: 20px;
    width: 60px;
    background: #0504076e;
    box-shadow: 1px 2px 14px #0000007d;
    display: none;
}
.box-lang a{
    display: block;
    padding: 0 5px 5px 5px;
    color: #fff;
}
.box-lang a:hover{
    background: #BA8F4D;
    color: #fff;
}
.box-lang a:first-child{
    padding-top: 5px;
}
.box-lang a:last-child{
    padding-bottom: 5px;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
} 
body {
    top: 0px !important; 
}
.container{
    max-width: 1500px;
    padding: 0 15px;
    margin: 0 auto;
}
.flex{
    display: flex;
}
.justify-center{
    justify-content: center;
}
.align-center{
    align-items: center;
}
.flex-wrap{
    flex-wrap: wrap;
}
.color-white{
    color: #fff !important;
}
.color-link{
    color: #4578FB;
}
.color-red{
    color: var(--color-red);
}
.color-greenbold{
    color: var(--greenbold);
}
.pd-sec{
    padding-top: 65px;
}
.break-line{
    display: block;
}
.ui-datepicker table th, .ui-datepicker table td{
    padding: 0 !important;
}
.error-form{
    font-size: 12px;
    margin-top: 5px;
    color: #98681e !important;
    text-align: left;
}
input[type="text"],
input[type="email"],
input[type="tel"],
#your_message {
    padding: 20px 9px;
    border: none;
    background: #fff;
    border: 1px solid #A8A8A8;
    position: relative;
    z-index: 200;
}
#contactForm input[type="text"],
#contactForm input[type="email"],
#contactForm input[type="tel"],
#contactForm #your_message{
    background: #F9FFF2;
}
.nav-brand img{
  max-width: 190px;
}

.fix-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 1px -2px 8px 1px #ccc;
}
.active-menu{
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0px !important;
  background: #fff;
  box-shadow: 1px -2px 8px 1px #ccc;
}
.header-page{
    position: relative !important;
    padding-top: 0 !important;
    background: linear-gradient(180deg, #0f1e31.85%, rgb(0 0 0 / 42%) 98.85%) !important;
}
.active-menu-home{
  position: fixed !important;
  width: 100%;
  top: 30px;
  left: 0px;
}
.wrap-primary-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*
.primary-menu{
    display: flex;
    align-items: center;
}*/
.nav-brand{
    margin-right: 25px;
}
#site_header {
 padding: 8px 0;
 transition: .2s;
}
#ftco-navbar {
    padding: 8px 0;
    transition: .2s;
}
.active-item-menu{
    font-weight: bold;
}
.nav-menu .child li.active-item-menu{
    font-weight: normal !important;
    background: #70d02b;
}

.nav-menu{
    padding-left: 20px;
}
.nav-menu > li{
    display: inline-block;
    font-size: 13px;
    position: relative;
}
.nav-menu > li:before{
    content: "";
    position: absolute;
    width: 0;
    transition: .5s;
}
.nav-menu > li:hover:before{
   content: "";
   position: absolute;
   left: 20px;
   bottom: -25px;
   width: 75%;
   height: 4px;
   background: var(--color-blue);
}
.nav-menu > li:hover > a{
    color: var(--color-blue);
}
.nav-menu .child li:hover {
    background: #e7f1ff;
}
.nav-menu .child li a:hover{
}
.nav-menu > li a{
    padding: 29px 20px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.nav-menu .child {
    position: absolute;
    min-width: 260px;
    background: #fff;
    box-shadow: 1px 2px 14px #0000007d;
    left: 20px;
    top: 47px;
    z-index: 9999;
    display: none;
}
.nav-menu .child > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
    font-weight: normal !important;
}
.nav-menu > li:hover .child-1 {
    display: block;
}
.nav-menu .child-2 {
    position: absolute;
    left: 260px;
    top: 0;
}
.nav-menu .child-1 > li:hover .child-2 {
    display: block !important;
}
.nav-menu .child li a{
    padding: 10px;
    display: block;
    color: var(--color-blue);
}
.nav-menu .child-2 > li:first-child > a,
.nav-menu .child-1 > li:first-child > a{
    padding-top: 10px;
}
.nav_menu_mobile_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0,0,0,0.5);
  transition: all 0.3s ease-in-out;
}
.cbp-spmenu-left.show-menu-mobile {
  left: 0px;
}
.nav_menu_mobile {
  display: none;
}
.cbp-spmenu-left.show-menu-mobile {
  left: 0px;
}
.nav_menu_mobile_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0,0,0,0.5);
  transition: all 0.3s ease-in-out;
  display: none;
}
#btn-show-f-search{
  background: none;
  border: none;
}

.banner-home img{
  width: 100%;
}
.banner-home{
  position: relative;
  height: 100vh;
  background-image: url('../images/lg/banner-home.jpg');
  background-size: cover;
  background-position: center;
}
.box-tit-banner {
    position: absolute;
    text-align: center;
    top: 25%;
    width: 100%;
    left: 0;
}
.tit-banner-home {
    font-family: 'svn-fb';
    letter-spacing: 5px;
    font-size: 48px;
}
.subtit-banner-home {
    font-size: 24px;
    letter-spacing: 28px;
    color: #fff;
    font-family: 'Gideon Roman', cursive;
}
#majors{
  padding: 60px 0 80px 0;
  background: #F0F0F0;
}
.box-tit-sec{
  position: relative;
}
.tit-sec {
    font-size: 36px;
    font-weight: bold;
    color: var(--color-blue);
}
#majors .box-tit-sec{
  margin-bottom: 40px;
}
.box-item-major {
    position: relative;
    width: 25%;
}
.box-item-major img{
    width: 100%;
}
.box-tit-item-major {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.tit-item-major {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 24px;
    text-shadow: 2px 1px 3px #000;
    text-transform: uppercase;
}
.box-tit-item-major a{
  color: var(--color-blue);
  background: rgba(218, 233, 253, 0.72);
  font-size: 14px;
  padding: 10px 30px;
  font-weight: bold;
}
#about_us{
  position: relative;
  padding: 50px 0;
}
#about_us:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/lg/bg-about-home.png);
  background-repeat: no-repeat;
  top: 0;
}
#about_us .box-tit-sec{
  margin: 0 0 15px 0;
}
.list-about{
  margin: 20px 0 0 25px;
  font-size: 16px;
}
.list-about li{
  margin-bottom: 16px;
  position: relative;
}
.list-about li:before{
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url('../images/lg/icon-check.png');
  top: 3px;
  left: -25px;
}
.box-about{
  padding-left: 80px;
}
.box-iframe-about{
  max-width: calc(100% - 300px + 80px);
  flex:  1;
}
.box-iframe-about iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.link-about-dt{
  margin-top: 30px;
  display: inline-block;
  font-size: 16px;
  color: var(--color-red);
  border: 1px solid var(--color-red);
  padding: 10px 30px;
}
.map-about {
    position: absolute;
    z-index: 99;
    right: -80px;
    bottom: 0;
    max-width: 300px;
}
#hot_news{
  padding: 45px 0;
}
#hot_news .box-tit-sec{
  margin-bottom: 65px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#hot_news .box-tit-sec:before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  width: 90px;
  height: 3px;
  background: var(--color-red);
}
#hot_news .tit-sec{
  color: #000;
}
.wrap-hotnews {
    margin: 0 -20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.box-item-hotnews {
    padding: 0 20px;
    width: 25%;
}
.product-list .box-item-hotnews {
  width: 50%;
}
.box-cate.box-item-hotnews{
    margin-bottom: 40px;
}
.thumb-hotnews{
    position: relative;
}
.thumb-hotnews:after{
    content: "";
    padding-top: 70%;
    display: block;
}
.thumb-hotnews a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.thumb-hotnews img{
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.box-cont-hotnews a{
  position: relative;
  display: block;
  margin: 22px 0 15px 0;
  padding-bottom: 15px;
  height: 65px;
  border-bottom: 1px solid #ccc;
}
.box-cate .box-cont-hotnews a{
    height: auto;
}
.box-cont-hotnews a:before{
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--color-red);
}

.box-cont-hotnews a.view-more-btn {
  margin-top: 16px;
  margin-bottom: 0;
  border-bottom: none;
  display: inline-block;
  text-transform: uppercase;
  background: transparent;
  color: var(--white);
  letter-spacing: 1px;
  line-height: 24px;
  padding: 12px 36px;
  transition: 0.3s;
  z-index: 1;
}
.box-cont-hotnews a.view-more-btn::before {
  display: none;
}

.box-cont-hotnews a.view-more-btn::after {
  content: '';
  position: absolute;
  background-color: #0F344B;
  transition: 0.3s ease-out;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.box-cont-hotnews a.view-more-btn:hover::after {
  width: 0%;
}

.box-cont-hotnews a.view-more-btn:hover {
  color: #0F344B;
}
.tit-hotnews {
  text-transform: uppercase;
  color: #393939;
  font-weight: bold;
  font-size: 16px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: box;
  overflow: hidden;
  display: -webkit-box;
}
.box-cate .tit-hotnews{
    -webkit-line-clamp: 1;
}
.cont-hotnews{
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: box;
  overflow: hidden;
  display: -webkit-box;
}
.box-cate .cont-hotnews{
   -webkit-line-clamp: 3; 
}

.banner-footer {
    border-top: 1px solid #ccc;
    padding: 10px 0;
}
.list-page-footer{
    justify-content: flex-start;
}
.item-page-footer {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 33.33%;
}
.box-link-page{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tit-page-footer {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--color-blue);
    margin-left: 10px;
}
.main-footer {
    padding: 20px 0 35px;
    background-image: url('../images/lg/bg-footer.jpg');
}
.main-footer {
    padding: 20px 0 35px;
    background-image: url(../images/lg/bg-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.main-footer p,
.main-footer a{
  color: #fff;
}
.tit-footer {
    font-size: 20px;
    margin-bottom: 20px;
}
.footer-socail {
    background: #1a2654;
    padding: 10px 0;
}
.footer-socail p{
  font-size: 14px;
  color: #fff;
}
/*form search*/
.box-form-search {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    height: 80px;
    z-index: 995;
    box-shadow: -2px -1px 7px 3px #251d1d;
    display: none;
}
.active-form-search {
    display: block;
}
.box-form-search form {
    text-align: center;
    line-height: 100px;
}
.box-input {
    position: relative;
    width: 60%;
    margin: auto;
}
.input-search {
    width: 100%;
    color: #888;
    font-size: 43px;
    line-height: 43px;
    position: relative;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none !important;
    padding: 0 !important;
}
.icon-close-f-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 25px;
    cursor: pointer;
    z-index: 9999;
}
/*end form search*/
/*single product*/
.banner-product-single {
    height: 235px;
    background: var(--color-blue);
    max-width: 80%;
    position: relative;
}
.banner-page{
    max-width: 100% !important;
}
.banner-product-single:before{
    content: '';
    position: absolute;
    mix-blend-mode: multiply;
    width: 100%;
    height: 236px;
    background-image: url(../images/lg/bg-product-single.png);
    background-size: contain;
    background-repeat: no-repeat;
/*    background-color: #000;*/
/*    opacity: 0.4;*/
}
.thum-banner-page{
    /*height: auto;*/
    height: 250px;
    background: unset;
    position: relative;
}
.thum-banner-page:before{
    position: relative;
}
.thum-banner-page img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thum-banner-page:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
}
.banner-page .tit-banner-single,.thum-banner-page .tit-banner-single {
    position: absolute !important;
    text-shadow: 2px 1px 3px #000;
}
.list-product-banner img,.list-product-banner .slick-slide img {
    display: block;
    margin-left: auto;
/*    margin: 20px 0 0 auto;*/
    max-width: 470px;
}
.list-product-banner .slick-dots button{
    background-color: #ccc ;
    border: 1px solid #ccc ;
}
.list-product-banner .slick-dots li.slick-active button {
    background-color: var(--color-blue);
    border: 1px solid var(--color-blue);
}
.list-product-banner .slick-dots{
    position: absolute;
    top: 60px;
    right: -150px;
    transform: rotate(90deg);
}
.list-product-banner .slick-list{
    overflow: unset !important;
}
.triangle {
  width: 0;
  height: 0;
  border-top: 160px solid transparent;
  border-left: 248px solid white;
  border-bottom: 160px solid transparent;
  position: absolute;
  right: -122px;
  bottom: -124px;
  transform: rotate(38deg);
}
.tit-banner-product-single,
.tit-banner-single{
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.tit-banner-single{
    position: relative !important;
    text-align: center;
    left: unset !important;
    font-size: 35px;
}

.box-item-info-product {
    display: flex;
    align-items: center;
    position: relative;
}
.icon-info-pro img{
    max-width: 24px;
}
.tit-info-pro {
    margin-left: 5px;
}
.wrap-info-product {
    background: #EAF1FC;
    position: relative;
    margin-top: 100px;
    padding: 20px 0;
}
.box-item-info-product p,
.box-item-info-product a{
    font-weight: bold;
    color: #000;
}
.item-info-product:nth-child( n+2 ) .box-item-info-product{
    justify-content: center;
}
.item-info-product:last-child .box-item-info-product{
    justify-content: flex-end;
}
.item-info-product{
    position: relative;
}
.item-info-product:before{
    content: "";
    position: absolute;
    height: 112px;
    width: 1px;
    background: #fff;
    top: -44px;
    right: 0;
}
.item-info-product:last-child:before{
    position: relative;
}
.pd-t-50{
    padding-top: 50px;
}
.tit-cont-pro-single {
    font-size: 30px;
    font-weight: bold;
    color: var(--color-blue);
    margin-bottom: 20px;
}
.box-cont-pro-single p{
    margin-bottom: 19px;
}
.box-thumb-pro-single{
    position: relative;
    overflow: hidden;
    mix-blend-mode: multiply;
}
.box-thumb-pro-single img{
    width: 100%;
}
.box-thumb-pro-single:before,
.box-thumb-pro-single:after{
    content: "";
    position: absolute;
}
.out-product .box-thumb-pro-single:before{
    width: 204px;
    height: 600px;
    background: #fff;
    position: absolute;
    left: -105px;
    bottom: -123px;
    transform: rotate(24deg);
}
.out-product .box-thumb-pro-single:after{
    width: 204px;
    height: 600px;
    background: #fff;
    position: absolute;
    right: -60px;
    bottom: -167px;
    transform: rotate(24deg);
}
.in-product .box-thumb-pro-single:after{
    width: 204px;
    height: 780px;
    background: #fff;
    position: absolute;
    right: -90px;
    bottom: -167px;
    transform: rotate(24deg);
}
.engine .box-thumb-pro-single:before{
    width: 204px;
    height: 600px;
    background: #fff;
    position: absolute;
    left: -105px;
    bottom: -123px;
    transform: rotate(-30deg);
}
.engine .box-thumb-pro-single:after{
    width: 204px;
    height: 600px;
    background: #fff;
    position: absolute;
    right: -60px;
    bottom: -35px;
    transform: rotate(-31deg);
}
.triangle-right {
  width: 204px;
  height: 600px;
  background: #fff;
  position: absolute;
  right: -60px;
  bottom: -35px;
  transform: rotate(-31deg);
}
.wrap-cont-engine {
    position: absolute;
    z-index: 9;
    background: var(--color-blue);
    right: -453px;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 100px);
    mix-blend-mode: multiply;
}
.wrap-cont-engine .box-cont-pro-single{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 700px;
    height: 100%;
    position: relative;
}
.wrap-cont-engine .cont-pro-single{
    max-width: 300px;
}
.wrap-cont-engine .box-cont-pro-single:before{
    content: "";
    width: 204px;
    height: 385px;
    background: #fff;
    position: absolute;
    left: -68px;
    bottom: -114px;
    transform: rotate(149deg);
}
.wrap-cont-engine .box-cont-pro-single:after {
    content: "";
    width: 204px;
    height: 385px;
    background: #fff;
    position: absolute;
    right: -112px;
    bottom: -18px;
    transform: rotate(149deg);
}
.wrap-cont-engine .tit-cont-pro-single,
.wrap-cont-engine p{
    color: #fff;
}
.wrap-operation{
    background: #EAF2FC;
}
.operation.out-product .box-thumb-pro-single:after{
    position: relative;
}
.operation .box-cont-pro-single {
    padding-top: 20px;
}
.wrap-product-detail {
    padding-top: 70px;
}
.nav-tabs{
    margin-bottom: 40px;
}
.tab-content>.tab-pane{
    /*height: 300px;*/
    /*overflow: auto;*/
}
.nav-tabs .nav-link{
    border: none !important;
    font-size: 36px;
    color: #A8B1BC;
    font-weight: bold;
    padding: 0 !important;
}
.nav-tabs .nav-item{
    margin-right: 90px;
}
.nav-tabs .nav-link.active{
    border-bottom: 2px solid var(--color-red) !important;
    color: var(--color-blue);
}
.tit-table-pro-dt{
    color: var(--color-red);
    font-weight: bold;
    margin-bottom: 20px;
}
.cont-table-pro-dt{
    margin-bottom: 25px;
}
.wrap-product-detail table tr td:first-child
{
    border-left: none;
}
.wrap-product-detail table tr td:last-child{
    border-right: none;
}
.library {
    padding: 80px 0 50px 0;
}
.tit-library {
    font-size: 36px;
    font-weight: bold;
    color: var(--color-blue);
}
.library .nav-tabs .nav-link{
    font-size: 20px;
}
.library .nav-tabs{
    justify-content: flex-end;
    border-bottom: none;
}
.library .nav-tabs .nav-item {
    margin-right: 25px;
}
.library .nav-tabs .nav-item:last-child{
    margin-right: 0;
}
.wrap-lib {
    display: flex;
    flex-wrap: wrap;
}
.item-lib{
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
    position:relative;
}
.item-lib img{
    width: 100%;
    transition:.5s;
}
.item-lib a:hover img{
  transform: scale(1.1);
}
.item-lib:hover img{
  transform: skew(1.5);
}
.library .tab-content>.tab-pane{
    /*height: 560px;*/
}
/*end single product*/
.list-category {
    padding: 40px 0;
}
.box-cate-page-actvie {
    margin-bottom: 40px !important;
}
.box-cate-page > li {
    display: inline-block;
}
.box-cate-page > li a {
    position: relative;
    padding: 10px 25px;
    border: 2px solid #1763ca;
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    color: #666666;
}
.box-cate-page > li a:hover,
.box-cate-page > li.active a{
    color: #1763ca;
}
.box-cate-page > li:hover a:before,
.box-cate-page > li.active a:before {
    width: 80%;
}
.box-cate-page > li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 5px;
    bottom: 0;
    left: 50%;
    background: linear-gradient( 31deg , #0b4696f5 0%, #0b469661 100%);
    transform: translateX(-50%);
    transition: 0.5s ease all;
}
.cnt-child-section {
    margin-top: 80px;
}
.box-faq {
    margin-bottom: 15px;
}
.box-shadow {
    -webkit-box-shadow: 0px 0px 6px 0px rgb(63 194 230 / 40%);
    -moz-box-shadow: 0px 0px 6px 0px rgba(63,194,230,0.4);
    box-shadow: 0px 0px 6px 0px rgb(63 194 230 / 40%);
}
.head-box-faq {
    padding: 10px 0px 10px 25px;
    border-radius: 10px;
    position: relative;
    z-index: 4;
    background: #fff;
}
.bg-white {
    background-color: #fff!important;
}
.icon-arrow-down:before {
    content: '';
    position: absolute;
    border-bottom: solid 2px #0b4696;
    border-right: solid 2px #0b4696;
    top: 19px;
    right: 20px;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    transition: all .3s ease-out;
}
.tit-faq {
    position: relative;
    font-size: 20px;
    padding-right: 50px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px !important;
}
.box-faq:first-child .cnt-box-faq {
    display: block;
}
.icon-arrow-down.active:before {
    top: 30px;
    transform: rotate(-135deg);
}
.cnt-box-faq {
    padding: 25px 15px 40px 15px;
    background: #e7f1ff;
    margin-top: -15px;
    position: relative;
    z-index: 3;
    border-radius: 10px;
    display: none;
}
.slide-about{
    margin: 40px -10px 0 -10px;
}
.slide-about .item-slide-about{
    padding: 0 10px;
}
.item-slide-about img{
    width: 100%;
}
.slide-about .slick-dots button{
        background-color: #bebabc;
}
.slide-about .slick-dots li.slick-active button {
    background-color: #0b4696;
    border: 1px solid #0b4696;
}
.slide-about .slick-dots{
    display: flex !important;
}
.slide-about .slick-dots li{
    list-style: none;
}
.box-item-cont-about{
    margin-top: 30px;
}
.thum-item-about-top{
    flex-direction: column-reverse;
}
.content-icons{
  text-align: right;
}
.btn-socail {
    height: 40px;
    width: 40px;
    margin-right: 8px;
    position: relative;
    border-radius: 50%;
    padding: 8px;
    border: 1px solid #fff;
}
.btn-socail:before {
    top: 15px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.fa-facebook:before {
    content: "\f39e";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-google:before {
    content: "\f0d5";
}
/*mobile ===========================*/
@media screen and (max-width: 1500px){
    .banner-product-single{
        max-width: 90%;
    }
}
@media screen and (max-width: 1300px){
    .list-product-banner .slick-dots{
        right: -100px;
    }
    .tit-banner-product-single{
        left: 15px;
    }
    .wrap-cont-engine{
        height: calc(100% - 20px);
        right: -481px;
    }
    .wrap-cont-engine .box-cont-pro-single:before{
        left: -90px;
        bottom: -83px;
        height: 380px;
    }
    .wrap-cont-engine .box-cont-pro-single:after{
        right: -103px;
        bottom: 10px;
        width: 280px;
        transform: rotate(170deg);
    }

}
@media screen and (max-width: 1100px)
{
    .nav-menu > li a{
        padding: 29px 10px;
    }
}
@media screen and (max-width: 991px){
    .tit-single{
        font-size: 30px;
    }
    .nav_menu_mobile {
        display: block;
    }
    .nav-brand{
        margin-left: 40px;
    }
    .menu_mobile_header{
        left: 25px;
        transition: all 0.5s ease;
    }
    .nav_menu_mobile_bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background: rgba(0,0,0,0.5);
        transition: all 0.3s ease-in-out;
        display: none;
    }
    .menu_mobile_header.menu-active {
        left: 260px;
        background: #31312e00;
    }
    .menu-active .bar1, .menu-active .bar2, .menu-active .bar3{
        background-color: #000;
    }
    .menu-right{
        display: none;
    }
    .banner-home{
        height: 600px;
    }
    .tit-item-major{
        font-size: 20px;
    }
    .banner-product-single {
        max-width: calc(100% - 40px);
    }
    .list-product-banner .slick-dots {
        right: -40px;
    }
    .list-product-banner .slick-slide img{
        max-width: 400px;
    }
    .list-product-banner .slick-slide img{
        margin-top: 100px;
    }
    .tit-banner-product-single{
        top: 20px;
        transform: unset;
    }
    .col-pro-sigle{
        max-width: 100%;
        flex: 100%;
    }
    .wrap-cont-engine{
        position: relative;
        top: unset;
        right: unset;
        height: unset;
        transform: unset;
        background: unset;
    }
    .wrap-cont-engine .box-cont-pro-single:before,
    .wrap-cont-engine .box-cont-pro-single:after{
        position: relative;
        background: unset;
    }
    .wrap-cont-engine .box-cont-pro-single{
        display: block;
    }
    .wrap-cont-engine .tit-cont-pro-single{
        color: var(--color-blue);
    }
    .wrap-cont-engine p{
        color: unset;
    }
    .wrap-cont-engine .cont-pro-single{
        max-width: 100%;
    }
    .in-product .row{
        flex-direction: column-reverse;
    }
    .triangle{
        right: -190px;
        bottom: -92px;
        transform: rotate(21deg);
    }
}
@media screen and (max-width: 767px)
{
    .active-menu-home{
        top: 0;
    }
    .nav-brand img {
        max-width: 130px;
    }
    .banner-home{
        height: 400px;
    }
    .tit-banner-home,
    .tit-sec,
    .tit-library,
    .nav-tabs .nav-link{
        font-size: 25px;
    }
    .subtit-banner-home{
        font-size: 20px;
        letter-spacing: 20px;
    }
    .tit-cont-pro-single{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .tit-banner-product-single{
        font-size: 20px;
    }
    .wrap-majors{
        flex-wrap: wrap;
    }
    .box-item-major,
    .box-item-hotnews{
        width: 50%;
    }
    .map-about{
        position: relative;
        right: unset;
        max-width: unset;
    }
    .map-about img{
        width: 100%;
    }
    .box-iframe-about{
        max-width: 100%;
    }
    .box-about{
        padding-left: 0;
    }
    .box-item-hotnews{
        margin-bottom: 20px;
    }
    .product-list .box-item-hotnews {
      width: 100%;
    }
    #majors,
    #about_us,
    #hot_news{
        padding: 30px 0;
    }
    #majors .box-tit-sec {
        margin-bottom: 25px;
    }
    #about_us .box-tit-sec {
        margin: 30px 0 25px 0;
    }
    #hot_news .box-tit-sec{
        margin-bottom: 20px;
    }
    .wrap-hotnews{
        margin: 0;
    }
    .box-item-hotnews{
        padding: 0 5px;
    }
    #home-slider-sync1 {
        margin-bottom: 25px;
    }
    .list-page-footer{
        flex-direction: column;
    }
    .item-page-footer{
        width: 100%;
        margin-bottom: 10px;
    }
    .break-line{
        display: inline-block;
    }
    .content-icons{
        text-align: left;
    }
    .item-info-product:nth-child( n+2 ) .box-item-info-product,
    .item-info-product:last-child .box-item-info-product{
        justify-content: flex-start;
    }
    .item-info-product{
        margin-bottom: 15px;
    }
    .item-info-product:last-child{
        margin-bottom: 0;
    }
    .out-product .box-thumb-pro-single:after{
        right: -145px;
    }
    .out-product .box-thumb-pro-single:before{
        left: -136px;
    }
    .in-product .box-thumb-pro-single:after{
        right: -190px;
    }
    .engine .box-thumb-pro-single:before{
        width: 155px;
    }
    .pd-t-50 {
        padding-top: 20px;
    }
   .tit-banner-single{
    font-size: 25px;
   }
   .box-cate-page > li{
    display: block;
   }
   .box-cate-page > li a{
    width: 250px;
   }
   .head-box-faq{
    padding: 8px 0px 3px 15px;
   }
   .tit-faq{
    font-size: 16px;
   }
.item-lib{
    width: 50%;
    padding: 0 2px;
    margin-bottom: 4px;
}


}
@media screen and (max-width: 575px)
{

}
@media screen and (max-width: 475px)
{
    .banner-home{
        height: 300px;
    }
    .subtit-banner-home {
        font-size: 16px;
        letter-spacing: 10px;
    }
    .tit-banner-home {
        font-size: 25px;
    }
    .engine .box-thumb-pro-single:before{
        width: 100px;
    }
    .engine .box-thumb-pro-single:after{
        width: 140px;
        transform: rotate(-17deg);
    }
    .box-item-major, .box-item-hotnews{
        width: 100%;
    }
}
@media screen and (max-width: 375px){
    .tit-banner-home {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .subtit-banner-home{
        font-size: 14px;
    }
    
}



.scroll-custom{
    max-height: 420px;
    overflow-y: auto;
}
.scroll-custom::-webkit-scrollbar-thumb {
  background: #c1c1c1; 
  border-radius: 10px;
}
.scroll-custom::-webkit-scrollbar {
  width: 5px;
  cursor: pointer;
  /*display: none;*/
}

/*accordionLocation*/
#accordionLocation .card-header{
    font-size: 18px;
}
#accordionLocation h5{
    font-size: 16px;
  color: #0a4595;
  font-weight: 500;
}
.info_content_map p{
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #333;
    opacity: .8;
    margin-bottom: 5px;
    letter-spacing: .0015em;
}
/*accordionLocation*/


.map-about .view-agent{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

/*agents*/
.page-agents .nav-tabs{
    margin-bottom: 10px;
    justify-content: center;
    border: 0;
}
.page-agents .tab-content{
    padding: 0;
}
.page-agents .nav-tabs .nav-item{
    padding: 0 15px;
    margin-right: 0;
    border-left: 1px solid #ccc;
}
.page-agents .nav-tabs .nav-item:first-child{
    border-left: 0;
}

.page-agents .nav-tabs .nav-link{
    font-size: 16px;
}

.page-agents .list-group-item{
    position: relative;
}
.page-agents .list-group-item.active{
    background-color: #d4d5d72b;
    border-color: #d4d5d72b;
}

.page-agents .list-group-item .title{
    font-size: 16px;
    color: #000;
}
.page-agents .list-group-item .fone_partner,
.page-agents .list-group-item .email_partner,
.page-agents .list-group-item .address_partner{
    display: none;
    margin-bottom: 5px;
    color: #000;
}
.page-agents .list-group-item.active .fone_partner,
.page-agents .list-group-item.active .email_partner,
.page-agents .list-group-item.active .address_partner{
    display: block;
}
.website_partner a{
    color: #ed1c24;
}
#agentModal .tab-content>.tab-pane{
    
    height: 420px;
}
#agentModal .scroll-custom{
    max-height: 100%;
}

.icon-find-road {
    background-image: url(../img/icon-find-road.svg);
}
.svg-icon, .icon-specs {
    display: inline-block;
    vertical-align: middle;
    font: 0/0 a;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 2rem;
    height: 2rem;
}
.distance_partner{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.page-agents .list-group-item.active .distance_partner{
    display: block;
}
/*agents*/

/*categories-list*/
.categories-list-custom{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.categories-list-custom .category-item{
    flex: 0 0 25%;
    padding: 5px;
}

.categories-list .category-item{
    /*padding: 10px;*/
}
.categories-list .category-item > a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 48px;
}
.categories-list .category-item .image{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.categories-list .category-content{
    background: #373895;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 5px;
    position: absolute;
    bottom: 0;
    left: 0 ;
    width: 100%;
}
.categories-list h3{
    color: #fff;
    margin: 0;
    font-size: 20px;
    margin: 0;
    line-height: 1.4;
    font-weight: bold;
}

@media(max-width: 768px){
    .categories-list-custom .category-item{
        flex: 0 0 50%;
    }
}
/*categories-list*/