#step{
    background: #ffff;
    /*background-image: url(../images/pantent-a.png) ;*/
    padding: 0 0 100px;
    position: relative;
    background-repeat: no-repeat;
}
/*#step::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 887px;
    background-image: url(../images/bg-after.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom left;
    bottom: -321px;
}*/
.lỉne-right-step{
    border-radius: 15px;
    display: flex;
    padding: 10px 18px 10px 35px;
    background-color: #5bbdc6;
    color: #ffff;
    line-height: 1.6;
    font-family: 'Roboto';
    font-size: 17px;
    margin-bottom: 22px;
    font-weight: 500;

}
.lỉne-right-step p{
    padding-left: 30px;
    padding-top: 5px;
}
.swiper-container1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-slide1  img{
    border: 5px solid #e7e7e7;
    border-bottom: 5px solid #e7e7e7;
    width: 70% !important;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.right-step{
    /*margin-top: 40px;*/
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    width: 20%;
    color: #969696;
    font-weight: bolder;
    font-size: 28px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    width: 20%;
    color: #969696;
    font-weight: bolder;
    font-size: 28px;
}
.step{
    position: relative;
}
.st-cell.header-st-cell.bg-blue {
    background-color: #505da6;
}
.st-cell.header-st-cell.bg-yellow {
    background-color: #ffa21e;
}
.link-step{
    padding: 20px 0px 0px 1px;
}
.link-revert{
    margin-right: 28px;
}
.title-step{
    text-align: center;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
}
.title-line-step{
    line-height: 1.4;
    color: #3b438f;
    font-size: 26px;
    font-family: system-ui;
    padding-bottom: 80px;
}
.title-head:before{
    content: " ";
    width: 95%;
    height: 116px;
    position: absolute;
    background: url(../images/title-step.png) no-repeat;
    top: -37%;
    left: 18%;
    right: 0;
    margin: 0 auto;
    background-size: 62% 100%;
    margin-top: -20px;
}
.content-step{
    background: #FFFFff;
    background-image: url(../images/dot.png);
    background-position: center 31px;
    background-repeat: no-repeat;
    padding: 70px 105px 35px;
    position: relative;
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);
    box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);
    z-index: 1;
    margin-top: -30px;
    background-repeat: no-repeat;
}

.header-content-images{
    text-align: center;
    /* position: absolute;
    top: -50px; */
    left: 0;
    right: 0;
    margin:  0px auto 15px;
}

.st-tbody {
    border-radius: 8px;
    border-top-right-radius: 0;
    overflow: hidden;
    border:1px solid #99999a;
    /*background: #3dabe8;*/
    /*background: linear-gradient(to right, #3dabe8 56%,rgba(255,255,255,0) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*-webkit-box-shadow: 0px 4px 14px -2px rgba(0,0,0,0.66);*/
    /*-moz-box-shadow: 0px 4px 14px -2px rgba(0,0,0,0.66);*/
    /*box-shadow: 0px 4px 14px -2px rgba(0,0,0,0.66);*/
}
.st-row {
}
.st-tbody{
    background: #ebebeb;
}
.st-tbody .st-row:nth-child(1){
    /*border-bottom: 1px dashed #FFFFff;*/
    height: 38px;
    line-height: 26px;
}
.st-tbody  .st-row:nth-child(2),.st-tbody  .st-row:nth-child(3) {
    /*border-bottom: 1px dashed #f7941d;*/
}
.st-tbody .st-cell:nth-child(2),.st-tbody .st-cell:nth-child(3){
    border-bottom: 1px solid #cacaca;
}
.st-row:nth-child(1):after, .st-row:nth-child(2), .st-row:nth-child(3) {

}
.st-row:nth-child(1) {
    text-align: center;
    height: 34px;
}

.st-row:nth-child(1) .st-cell{
    line-height: 24px;
}

.st-row:nth-child(2) {
    height: 84px;
}
.st-row:nth-child(3) {
    height: 130px;
}
.st-row:nth-child(4) {
    height: 65px;
}
.st-cell {
    float: left;
    padding: 6px 15px;
    height: 100%;
    text-align: left;
}
.st-cell strong{
    font-weight: bold;
}
.st-cell:nth-child(1) {
    width: 30%;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #4b8dc5;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
}
.st-tbody .st-cell:nth-child(1){
    background: #ebebeb;
    border-bottom: 1px solid #cacaca;
    /*border-left: 1px solid #cacaca;*/
}
.st-tbody .st-row:last-child .st-cell:nth-child(1){
    border-bottom: none;
}
.st-cell:nth-child(2),.st-cell:nth-child(3) {
    width: 42%;
    font-size: 17px;
    line-height: 1.8;
    padding-top: 17px;
}
.st-tbody .st-cell:nth-child(3){
    /*border-right: 1px solid #99999a;*/
}

.st-tbody .st-cell:nth-child(2),.st-tbody .st-cell:nth-child(3) {
    border-left: 1px solid #cacaca;
    padding-left: 38px;
}

.st-cell.cell2{
    /*border-right: 1px solid #99999a;*/
    /*border-bottom: 1px solid #99999a !important;*/
    width: 70%;
}

.st-tbody .st-row:first-child .st-cell:nth-child(2),.st-tbody .st-row:first-child .st-cell:nth-child(3){
    /*border-top: 1px solid #f7941d;*/
}
.st-tbody .st-row:first-child .st-cell:nth-child(2){
    /*border-top-left-radius: 8px;*/
}
.st-tbody .st-row:first-child .st-cell:nth-child(3){
    /*border-top-right-radius: 8px;*/
}

.header-st-cell{
    height: 42px;
    text-align: center;
}

.st-thead{
    height: 42px;
    position: relative;
    margin-right: -1px;
    margin-left: 1px;
}

.item-tab-cta{
    display: inline-block;
    margin: 0 43px;
    position: relative;
    filter: grayscale(100%);
}

.item-tab-cta.active{
    filter: grayscale(0);
}

.item-tab-cta-1{
    background: url(../images/item-tab1.png) no-repeat;
    width: 150px;
    height: 130px;
    color: #FFFFff;
    background-size: 100% 100%;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 18px 48px;
    text-align: center;
    line-height: 1.3;
    display: flex;
    align-items: center;
}

.item-tab-cta-1:after{
    content: "=";
    color: #333333;
    font-size: 60px;
    font-weight: bold;
    position: absolute;
    left: 368px;
}

.item-tab-cta-2{
    background: url(../images/item-tab2.png) no-repeat;
    width: 135px;
    height: 116px;
    color: #FFFFff;
    font-size: 12px;
    text-align: center;
    line-height: 1.3;
    padding: 15px 0px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.item-tab-cta-2:after{
    content: "+";
    color: #333333;
    font-size: 60px;
    font-weight: bold;
    position: absolute;
    left: inherit;
    right: -65px;
}

.item-tab-cta-3:after{
    content: "+";
    color: #333333;
    font-size: 60px;
    font-weight: bold;
    position: absolute;
    left: inherit;
    right: -65px;
}

.item-tab-cta-2 span{
    font-weight: bold;
    font-size: 24px;
}

.item-tab-cta-3{
    background: url(../images/item-tab3.png) no-repeat;
    width: 115px;
    height: 110px;
    color: #FFFFff;
    font-size: 12px;
    text-align: center;
    line-height: 1.3;
    padding: 15px 2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.item-tab-cta-3 span{
    font-weight: bold;
    font-size: 24px;
}

.item-tab-cta-4{
    background: url(../images/item-tab4.png) no-repeat;
    width: 135px;
    height: 110px;
    color: #FFFFff;
    font-size: 12px;
    text-align: center;
    line-height: 1.3;
    padding: 15px 2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.item-tab-cta-4 span{
    font-weight: bold;
    font-size: 24px;
}

.item-header-tab{
    display: inline-block;
}

.header-st-cell:nth-child(2),.header-st-cell:nth-child(3){
    /* border: 1px solid #943c3d; */
    border-radius: 8px;
    background: #f93d3c;
    color: #ffffff;
    font-weight: 900;
    font-size: 24px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}

.header-st-cell:nth-child(2){
    border-right: none;
}

.hl-table{
    height: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    display: flex;
    justify-content:center;
    align-items: center;
}

.link-step a{
    display: inline-block;
    background: #ef3c3f;
    height: 60px;
    line-height: 60px;
    border-radius: 40px;
    padding: 0 40px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);
    box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);
    transition: 0.4s;
}

.link-step a:hover{
    box-shadow: 0 20px 5px -10px rgba(0, 0, 0, 0.4);
    transform: translateY(10px);
}
.link-step{
    text-align: center;
}

.strategy-table{
    padding-top: 10px;
    margin-bottom: 22px;
    position: relative;
}

.content-step{

}

.bg-1-step{
    background: url(../images/bg-1-step.png) no-repeat;
    width: 222px;
    height: 173px;
    position: absolute;
    top: 44%;
    left: -247px;
}

.bg-2-step{
    background: url(../images/bg-1-step.png) no-repeat;
    width: 222px;
    height: 173px;
    position: absolute;
    top: 44%;
    right: -178px;
}

.content-step-mobile{
    position: relative;
    z-index: 9;
    display: none;
}

.item-step-data{
    display: none;
}

.header-tab-step-mobile ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.header-tab-step-mobile li{
    display: block;
    width: 100%;

}

.header-tab-step-mobile li .item-tab-cta-mobile{
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    text-transform: uppercase;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    background: #a1a1a1;
    border: 1px solid #6b6b6c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}

.header-tab-step-mobile li span{
    display: none;
}

.item-tab-cta-mobile.active{
    background: #39ceba !important;
    position: relative;
    top: -15px;
}

.item-tab-cta-mobile.active span{
    display: block;
    color: #FFFFff;
    font-size: 11px;
    padding-top: 4px;
}

.header-item-step-mobile{
    background: #f93d3c;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 9px 0;
    border: 1px solid #8e8e8f;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.content-item-step-mobile{
    background: #ebebeb;
    border: 1px solid #8e8e8f;
    border-top:none;
    padding: 15px 12px;
    font-size: 20px;
    line-height: 1.4;
}

.content-item-step-mobile h3{
    color: #f93d3c;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 8px;
}

.content-item-step-mobile div{
    margin-bottom: 10px;
}

.item-step-mobile{
    display: none;
}

.wapper-content-step-mobile{
    background: #FFFFff;
    padding: 18px 30px;
    position: relative;
    margin-top: -16px;
}

.wapper-content-step-mobile .owl-theme .owl-nav [class*=owl-] span{
    width: 33px;
    height: 33px;
    background: #f93d3c;
    color: #fff;
    font-size: 26px;
    display: block;
    border-radius: 50%;
}

.wapper-content-step-mobile .owl-theme .owl-nav [class*=owl-]{
    position: absolute;
}
.wapper-content-step-mobile .owl-theme .owl-nav [class*=owl-]:focus{
    outline:none;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: none;
}
.wapper-content-step-mobile .owl-carousel .owl-nav button.owl-next{
    top: 37px;
    right: -38px;
}

.wapper-content-step-mobile .owl-carousel .owl-nav button.owl-prev{
    top: 37px;
    left: -38px;
}
.box {
    display: inline-flex;
    flex-wrap: nowrap;
}
.linemb{
    display: none;
}
.lỉne-right-step1 {
    border-radius: 15px;
    display: flex;
    padding: 8px 14px 8px 20px;
    background-color: #5bbdc6;
    color: #ffff;
    line-height: 1.6;
    font-family: 'Baloo2';
    font-size: 12px;
    margin-bottom: 22px;
    font-weight: 500;
}
.dong1 img{
    width: 8%;
    margin-right: 10px;
    line-height: 1.3;
}
.dong1mb img{
    width: 20%;
    margin-right: 12px;
    margin-left: 6px;
}
.lỉne-right-step1 p {
    padding-left: 20px;
}
@media only screen and (max-width : 1024px) {
    .st-cell:nth-child(2), .st-cell:nth-child(3){
        width: 41.333333%;
    }
    .st-tbody .st-row:first-child .st-cell:nth-child(2){
        width: 82.666666%;
    }
    .st-row:nth-child(4) .cell2{
        width: 82.666666%;
    }
}

@media only screen and (max-width: 1150px) {
    .header-step {
        display: flex;
        flex-wrap: nowrap;
        transform: scale(.8);
    }
}
@media only screen and (max-width : 1000px) {
    .content-step{
        padding: 155px 35px 35px;
        /* display: none; */
    }
    .content-step-mobile{
        display: block;
    }
}

@media only screen and (max-width: 996px) {
    .linepc{
        display: none;
    }
    .linemb{
        display: block;
    }
    .st-thead .st-cell.header-st-cell:first-child {
        display: none;
    }
    .st-thead .st-cell.header-st-cell.active {
        position: relative;
        background-color: #f93d3c;
    }
    .st-thead .st-cell.header-st-cell.active::before {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #f93d3c;
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
    }
    .st-tbody .st-row {
        display: flex;
        height: unset !important;
    }
    .st-tbody .st-row .st-cell:not(:first-child){
        flex: 1;
        height: inherit;
    }
    .st-tbody .st-row .st-cell:first-child {
        height: inherit;
        width: 70px;
    }
    .st-thead .st-cell.header-st-cell {
        width: 49%;
        border-radius: 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }.st-row:nth-child(1) .st-cell {
         line-height: normal;
     }
    .st-thead {
        margin-bottom: 8px;
    }
    .st-cell.roboto {
        display: none;
    }
    .st-cell.roboto.active {
        display: block;
    }
    .st-row {
        display: flex;
        justify-content: space-between;

    }
    .st-row::before {
        display: none;
    }
    .item-tab-cta-1:after,.item-tab-cta-2:after,.item-tab-cta-3:after {
        display: none;
    }
    .item-header-tab {
        display: block;
    }
    .content-step {
        padding: 35px 15px 35px;
    }
    .header-step {
        flex-wrap: wrap;
        justify-content: center;
    }
    .header-st-cell:nth-child(2), .header-st-cell:nth-child(3) {
        font-size: 18px;
    }
}
@media only screen and (max-width : 768px) {
    .item-tab-cta {
        margin: 15px 5px;
    }
    .header-st-cell:nth-child(2), .header-st-cell:nth-child(3) {
        font-size: 16px;
    }
    .link-step a {
        font-size: 24px;
    }
    #step{
        padding: 0 0 10px;
        margin-top: 30px;
    }
}

@media only screen and (max-width : 414px) {
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 20spx;
    }
    .lỉne-right-step1 img{
        width: 18%;
    }
    
    .lỉne-right-step1 {
        font-size: 14px;
    }
    .link-revert {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .link-step .link-revert {
        padding: 0 14px;
    }
    .link-step {
        display: inline-block;
    }
    #step .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: -20px;
    }
    #step .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: -20px;
    }
    .swiper-slide1 img {
        width: 85% !important;
        margin-bottom: 39px;
    }
    .title-line-step {
         line-height: 1.7;
        color: #3b438f;
        font-size: 12px;
        padding-bottom: 50px;
        font-weight: 800;
    }
    #step::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: bottom left;
    
    }
    #step {
        position: relative;
    }
    .title-head:before {
       content: " ";
        width: 106%;
        height: 90px;
        top: 0%;
        left: -5%;
        right: 0;
        background-size: 100% 100%;
    }
    .link-step a {
        font-size: 15px;
        height: 45px;
        line-height: 45px;
    }
    .header-st-cell:nth-child(2), .header-st-cell:nth-child(3) {
        font-size: 12px;
    }
    .box {
        transform: scale(.9);
    }
    .header-content-images {
        margin-bottom: -28px;
    }
    .content-step {
        padding: 0px 4px 17px;
        margin-top: -118px;
        background: #FFFFff;
        background-image: url(../images/dot.png);
        background-position: center 13px;
        background-repeat: no-repeat;
        -moz-box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);
        background-size: 100%;
    }
    .start-step-header p {
        bottom: -20px;
        left: -63px;
    }
    #step > .container {
        padding-top: 17px;
    }
    .step::before,.step::after {
        top: -15px;
        width: 40px;
        height: 37px;
    }
    .header-tab-step-mobile li .item-tab-cta-mobile{
        font-size: 8px;
    }
    .header-tab-step-mobile li .item-tab-cta-mobile.item-tab-cta-mobile-pen{
        font-size: 13px;
        padding: 10px 0;
    }
    .item-tab-cta-mobile.active span{
        font-size: 5px;
    }
    .wapper-content-step-mobile{
        margin-top: -10px;
    }
    .item-tab-cta-mobile.active{
        top: -9px;
    }
    .content-item-step-mobile h3{
        font-size: 14px;
    }
    .content-item-step-mobile{
        font-size: 12px;
    }
    .title-step{
        margin-bottom: 0px;
        font-size: 18px;
    }
}
@media only screen and (max-width : 320px){
    .link-step .link-revert {
            padding: 0px 40px 0px 40px;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 14px !important;
    }
    .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 45px;
    }
    .title-head:before {
        width: 106%;
        left: -8% !important;
    }
    .title-line-step {
        font-size: 11px;
    }
}
@media only screen and (min-width : 1400px){
    #step{
        background-size: 100% 50%;
    }
}














