
/*===BEGIN: SERVICE===*/
.vnt-service {
    background: #1b1d1f;
    position: relative;
}
.vnt-service .grid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.vnt-service .grid .col{
    width: 50%;
    margin-right: 1px;
}
.vnt-service .grid1{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.vnt-service .grid1 .col1{
    width: 50%;
    margin-right: 1px;
}
.service{
    position: relative;
}
.service .img{
    position: relative;
    overflow: hidden;
}
.service .img:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s linear;
}
.service:hover .img:before{
    background: rgba(0,0,0,0.25);
}
.service.v1 .img{
    padding-top: 90.277777%;
}
.service.v2 .img{
    padding-top: 180.555555%;
}
.service.v3 .img{
    padding-top: 90%;
}
.service .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: -webkit-transform 7s cubic-bezier(0,.6,.45,1);
    transition: transform 7s cubic-bezier(0,.6,.45,1);
    transition: transform 7s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.service:hover .img img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.service .caption{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
    pointer-events: none;
    color: #fff;
}
.service.v1 .caption{
    padding: 35px 40px;
    font-size: 40px;
    line-height: 55px;
}
.service.v2 .caption{
    padding: 30px;
    font-size: 22px;
    line-height: 34px;
}
.service.v3 .caption{
    padding: 30px;
    font-size: 22px;
    line-height: 34px;
}
/*===END: SERVICE===*/


/*===BEGIN: PRICE===*/
.vnt-price{
    background: #1b1d1f;
    padding: 40px 0px;
}
.vnt-price .title
{
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
}
.i-standard .range-price
{
    color: #fff !important;
}
.i-standard .card__title p {
    color: #fff !important;
}

 .ss__uu-dai .content__cards{
    gap:16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr);
}

 .ss__uu-dai .content__cards .card {
    border-radius: 10px;
    padding: 16px;
    -webkit-box-shadow: 0 10px 20px rgb(41 44 42 / 7%);
    box-shadow: 0 10px 20px rgb(41 44 42 / 7%);
}
@media (max-width:600px){
 .ss__uu-dai .content__cards{
-ms-grid-columns:1fr 1fr;
grid-template-columns:1fr 1fr
}
}

 .ss__uu-dai .content__cards .card .flex{
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    padding-bottom: 10px;
    border-radius: 10px
}

 .ss__uu-dai .content__cards .card__price{
-webkit-box-pack:justify!important;
-ms-flex-pack:justify!important;
justify-content:space-between!important;
margin-bottom:24px;
}

 .ss__uu-dai .content__cards .card__price .range-price{
font-size:36px;
line-height:46px;
color: #000;
font-weight: bold;
}


@media (max-width:600px){
 .ss__uu-dai .content__cards .card__price .range-price{
font-size:28px
}
}

 .ss__uu-dai .content__cards .card__price .discount{
font-size:17px;
line-height:21px;
color:#ff5250
}

@media (max-width:600px){
 .ss__uu-dai .content__cards .card__price .discount{
font-size:16px
}
}

.ss__uu-dai .content__cards .card__title p {
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    color: #000;
}

 .ss__uu-dai .content__cards .card__title span{
font-size:14px;
line-height:18px;
color:#969bab
}

 .ss__uu-dai .content__cards .card__text{
min-height:400px
}

 .ss__uu-dai .content__cards .card__text ul{
padding-left:20px
}

 .ss__uu-dai .content__cards .card__text ul li{
font-size:15px;
line-height:24px;
color:#828282;
display:-webkit-box;
display:-ms-flexbox;
display:flex
}

@media (max-width:600px){
 .ss__uu-dai .content__cards .card__text ul li{
font-size:13px
}
}

.ss__uu-dai .content__cards .card .content__btns .btn {
    background: #DCE8FF!important;
    border-radius: 24px;
    color: #0554F2;
    display: block;
    padding: 10px 12px;
}

 .ss__uu-dai .content__cards .phu-hop-voi-ban{
min-height:30px
}

 .ss__uu-dai .content__cards #danh-cho-ban{
color:#fff;
background:#0554F2;
-webkit-box-shadow:0 42px 34px rgba(82,67,194,.295755);
box-shadow:0 42px 34px rgba(82,67,194,.295755)
}

 .ss__uu-dai .content__cards #danh-cho-ban span, .ss__uu-dai .content__cards #danh-cho-ban li{
color:#fff
}

 .ss__uu-dai .content__cards #danh-cho-ban .card__price .discount{
color:#2ad5ff
}

 .ss__uu-dai .content__cards #danh-cho-ban .btn{
background-color:#000 !important;
color:#fff
}

 .ss__uu-dai .content__cards #danh-cho-ban .phu-hop-voi-ban{
-webkit-box-pack:end!important;
-ms-flex-pack:end!important;
justify-content:flex-end!important
}

 .ss__uu-dai .content__cards #danh-cho-ban .phu-hop-voi-ban span{
background:#000;
border-radius:13.5px;
font-size:10px;
line-height:14px;
color:#fff;
padding:6px 10px
}

 .ss__uu-dai .content__cards .card__text ul{
list-style:none;
padding-left:0!important;
padding-bottom: 25px;
}

 .ss__uu-dai .content__cards .card__text ul li{
margin-bottom:6px;
font-size:14px!important
}

.ss__uu-dai .content__cards .card__text ul li i {
    margin-right: 8px;
    color: #276ae3;
    font-size: 12px;
    background: #d7f3ff;
    padding: 3px 9px;
    border-radius: 100%;
}

 .ss__uu-dai .content__cards .content__btns .flex{
-webkit-box-pack:center!important;
-ms-flex-pack:center!important;
justify-content:center!important
}

.ss__uu-dai .content__cards .card__title{
     min-height: 100px;
}
.ss__uu-dai .content__cards .card__title span{
    font-size: 15px !important;
}
/*===END: PRICE===*/


/*BEGIN iweb*/

.i-web {
    padding: 35px 0 0px;
    width: 100%;
    background: #181D25;
    padding-bottom: 40px;
}
.i-web h2 {
    display: block;
    padding: 8px 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px;
}
.i-web h3 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 35px;
    margin-top: 30px;
}
.vnt-wrap-web .item
{
    margin-bottom: 25px;
}
.vnt-wrap-web .item:nth-child(4n + 2) {
    margin-top: 25px;

}

.vnt-wrap-web .item:nth-child(4n + 4) {
    margin-top: 25px;

}
  .plan-features ul{
  list-style: none;
}
 .plan-features ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    color: #fff;
}
 .plan-features ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #64cf90;
    font-size: 13px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}

/*END iweb*/
.title-main{
    text-align: center;
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
    padding-bottom: 20px;
    position: relative;
    color: #fff;
}

.title-main .counter{
    font-weight: bold;
    color: #bcd02f;
}

.title-main h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: inherit;
    margin-bottom: 0px;
}

/*===BEGIN: DEALER===*/

.vnt-dealer {
    padding: 70px 0;
    position: relative;
    z-index: 10;
    overflow: hidden;
    background: url(../images/banner_khachhang.jpg) no-repeat;
}
.vnt-dealer .wrapper{
    position: relative;
    z-index: 2;
}
.vnt-dealer .div_paralax{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.vnt-dealer .bg_dealer{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg-dealer.jpg) repeat 50% 50%;
    -webkit-animation: scrool_bg 20s linear infinite;
    -moz-animation: scrool_bg 20s linear infinite;
    animation: scrool_bg 20s linear infinite;
    pointer-events: none;
}
.flex_full{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.flex_full .center_flex{
    align-self: center;
    width: 100%;
}
.desc-dealer {
    text-align: center;
    max-width: 540px;
    margin: 0 auto 40px;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}
#slider_partner{
    padding: 0 60px;
    margin-bottom: 40px;
}
#slider_partner .w_item{
    margin: 30px 25px;
    float: left;
}
#slider_partner .item{
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
    max-width: 120px;
    margin: 0 auto;
}
#slider_partner .item img{
    width: 100%;
    background: #fff;
}
#slider_partner .slick-arrow{
    width: 20px;
    height: 30px;
    color: #444444;
}
#slider_partner .slick-prev{
    left: 20px;
}
#slider_partner .slick-next{
    right: 20px;
}
#slider_partner .slick-arrow:hover{
    color: #fb7224;
}
#slider_partner .slick-arrow:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-family: fontawesome;
    font-size: 40px;
    line-height: 30px;
}
#slider_partner .slick-prev:after{
    content: '\f104';
}
#slider_partner .slick-next:after{
    content: '\f105';
}
.link_more{
    text-align: center;
}
.link_more a {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    padding: 9px 55px;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.link_more a:hover{
    border-color: #fb7224;
    background: #fb7224;
}
@-webkit-keyframes scrool_bg {
    0%{
        background-position:50% 0;
    }
    100% {
        background-position: 50% 430px;
    }
}
@-moz-keyframes scrool_bg {
    0%{
        background-position:50% 0;
    }
    100% {
        background-position:50% 430px;
    }
}
@-webkit-keyframes scrool_bg {
    0%{
        background-position:50% 0;
    }
    100% {
        background-position:50% 430px;
    }
}
/*===END: DEALER===*/

/*===BEGIN: CAT===*/
.vnt-cat{
    background: #1b1d1f;
    padding: 40px 0px;
}
.vnt-cat .title
{
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
}

.vnt-cat .caption .des{
    font-size: 16px;
    line-height: 24px;
    color:#999999;
    text-align: justify;
    margin-bottom: 15px;
}
.vnt-cat .caption .link a {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    border: solid 1px rgba(255,255,255,0.2);
    padding: 10px 37px;
    border-radius: 5px;
    text-transform: uppercase;
}
.vnt-cat .caption .link a:hover{
    border-color: #fb7224;
    background: #fb7224;
}
.cate{
    padding-top: 81.481481%;
    position: relative;
    overflow: hidden;
    background: #26292c;
    margin-bottom: 30px;
}
.cate:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-top: solid 5px #fb7224;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.cate:hover:before{
    right: 0;
}
.cate .caption{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 90%;
}
.cate .img{
    height: 65px;
    margin-bottom: 20px;
    text-align: center;
}
.cate .img img{
    height: 100%;
}
.cate .tend{
    font-size: 16px;
    line-height: 24px;
    color:#cccccc;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    height: 48px;
    overflow: hidden;
    text-align: center;
}
.cate .icon {
    text-align: center;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 15px;
}
.cate:hover .tend{
    color:#ffffff;
}
.cate .link{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/*===END: CAT===*/

/*===BEGIN: PRICE===*/
.bg-gradient {
background: #1b1d1f;
background: -webkit-linear-gradient(to right, #1b1d1f, #1b1d1f); 
background: linear-gradient(to right, #1b1d1f, #1b1d1f);
padding: 30px 0;
} 
.bg-white {
    background-color: #fff;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
ul li {
  margin-bottom:1.4rem;
}
.pricing-divider {
border-radius: 20px;
background: #C64545;
padding: 1em 0 4em;
position: relative;
color: #fff;
}
.blue .pricing-divider{
background: #2D5772; 
}
.green .pricing-divider {
background: #1AA85C; 
}
.red b {
  color:#C64545
}
.blue b {
  color:#2D5772
}
.green b {
  color:#1AA85C
}
.pricing-divider-img {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 80px;
}
.deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.btn-custom  {
  background:#1667e3; color:#fff; border-radius:20px
}
.btn-custom:hover
{
    color: #fff;
}
.img-float {
  width:50px; position:absolute;top:-3.5rem;right:1rem
}

.princing-item {
  transition: all 150ms ease-out;
  margin-bottom: 20px;
}
.princing-item:hover {
  transform: scale(1.05);
}
.princing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.princing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}



/*===END: PRICE===*/

@media screen and (max-width: 1024px){
    #slider_partner{
        padding: 0 30px;
    }
    #slider_partner .slick-prev{
        left: 0;
    }
    #slider_partner .slick-next{
        right: 0;
    }
    .vnt-dealer{
        padding: 10px 0;
    }
   .service.v1 .caption{
        padding: 25px 20px;
        font-size: 22px;
        line-height: 30px;
    }
    .service.v2 .caption,
    .service.v3 .caption{
        padding: 15px 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .vnt-service .grid .col {
    width: 100%;
    margin-right: 0;
}
.vnt-service .grid
{
    display: block;
}
.vnt-service .service
{
    margin-top: 0px;
}
    .vnt-cat .row>.col-lg-3{
        margin-bottom: 30px;
    }

    .cate .caption{
        width: 80%;
    }

}
@media screen and (max-width: 1024px) and (orientation: portrait){
   
}
@media screen and (max-width: 991px){
  
    .vnt-cat .caption .des{
        text-align: center;
    }
    .vnt-cat .caption .t2:before{
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .vnt-cat{
        padding: 50px 0 60px;
        text-align: center;
    }
}
@media screen and (max-width: 767px){
   
}
@media screen and (max-width: 639px){
 
    .cate .img{
        height: 45px;
        margin-bottom: 10px;
    }
    .cate .tend{
        font-size: 14px;
        line-height: 22px;
    }
    .vnt-cat .row.fg{
        margin-left: -5px;
        margin-right: -5px;
    }
    .vnt-cat .row.fg  *[class^="col-"]{
        padding-left: 5px;
        padding-right: 5px;
    }
    .cate{
        margin-bottom: 10px;
    }
    .vnt-cat{
        padding: 35px 0 25px;
    }
   
}
@media screen and (max-width: 479px){
   
    .title-main {
        font-size: 18px;
        line-height: 26px;
    }
    .desc-dealer{
        font-size: 16px;
        line-height: 24px;
    }
    .cate .tend {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }
}
@media screen and (max-width: 374px){

}

@media screen and (max-width: 320px){
.ss__uu-dai .content__cards{ display: block; }
.ss__uu-dai .content__cards .card{ margin-bottom: 20px; }
}