#slide > .slider {
    position: relative;
}

    #slide > .slider .item {
        background-repeat: no-repeat;
        background-size: cover;
        max-height: 60vh;
        height: 31vw;
        position: relative;
        overflow: hidden;
    }

        #slide > .slider .item > img {
            position: absolute;
            min-width: 100%;
            top: 0;
            left: 0;
          /*  height: 31vw;
            max-height: 60vh;*/
        }

        #slide > .slider .item .row {
            -webkit-align-items: center;
            align-items: center;
            height: 100%;
        }

        #slide > .slider .item.right-to-left .row {
            flex-direction: row-reverse;
        }

        #slide > .slider .item .row > div.target-animate {
            position: relative;
            transform: scale(0.93);
            opacity: 0.9;
        }

            #slide > .slider .item .row > div.target-animate.left-in {
                transform: translate(-20px) scale(0.93);
            }

            #slide > .slider .item .row > div.target-animate.right-in {
                transform: translate(20px) scale(0.93);
            }

        #slide > .slider .item .target-animate.zoom-in {
            transform: scale(1);
        }
         

@media screen and (max-height: 650px) {
    #slide > .slider .item {
        height: 392px;
    }

        #slide > .slider .item .row > div:last-child > img {
            width: 385px;
            margin: auto;
        }
}

#slide > .slider .item.slide-2 > .container > .row > div:first-child {
    position: relative;
    z-index: 1;
}

    #slide > .slider .item.slide-2 > .container > .row > div:first-child > img {
        width: 466px;
        margin-left: auto;
        position: relative;
        right: -49px;
        top: 46px;
        max-width: 100%;
    }

#slide > .slider .item.slide-2 > .container > .row > div:last-child {
    padding-top: 188px;
}

    #slide > .slider .item.slide-2 > .container > .row > div:last-child > img {
        width: 430px;
        position: relative;
        left: -150px;
        max-width: 100%;
    }

        #slide > .slider .item.slide-2 > .container > .row > div:last-child > img.decor {
            width: auto;
            position: absolute;
            top: 5%;
            height: 90%;
            right: 0;
            left: auto;
            z-index: -1;
        }

@media screen and (max-width: 767.8px) {
    #slide > .slider .item.slide-2 > .container > .row > div:first-child > img {
        right: 0;
        top: 90px;
        margin: auto;
    }

    #slide > .slider .item.slide-2 > .container > .row > div:last-child > img {
        left: 0;
    }
}

#slide > .slider .item > .container {
    height: 100%;
}

#slide > .slider .item.slide-3 .row > div:first-child > .banner > p:first-child {
    text-align: center;
    font-weight: bold;
    color: #0081b5;
    font-size: 41px;
    text-shadow: none;
    text-transform: uppercase;
    line-height: 41px;
}

#slide > .slider .item.slide-3 .row > div:first-child > .banner > p:nth-child(2) {
    text-align: center;
    color: #0081b5;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1em;
}

#slide > .slider .item > .container > .row > div {
    padding-bottom: 16px;
    padding-top: 25px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}


@media screen and (max-width: 767.8px) {
    #slide > .slider .item {
        height: auto;
        background: #fff;
        max-height: none;
    }

        #slide > .slider .item > img {
            position: relative;
            height: auto;
            width: 150%;
            left: -50%;
        }

        #slide > .slider .item > .container > .row > div {
            padding-top: 0;
            padding-bottom: 20px;
        }

       
    #slide .header-content-slide{ text-align:center;font-size:35px;margin-top:30px}
    #slide .p-content-slide {
        font-size: 12px;
        color: #0A2608; text-align:center
    }

    #slide .btn-tryfree {
        display:block;width:220px;margin: 20px auto 20px auto
    }
             
}

#slide > .slider .item.slide-3 > .container > .row > div:last-child > img {
    height: 100%;
    width: auto;
}



#slide > .slider .item.slide-4 > .row > div:first-child {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 20px 0;
}

    #slide > .slider .item.slide-4 > .row > div:first-child:after {
        content: '';
        width: 40%;
        bottom: 0;
        height: 2px;
        background: #ffffff;
    }

    #slide > .slider .item.slide-4 > .row > div:first-child > p:first-child {
        color: #ffffff;
        font-size: calc(100vw / 26.78);
        text-transform: uppercase;
        line-height: 1em;
    }

    #slide > .slider .item.slide-4 > .row > div:first-child > p:nth-child(2) {
        color: #ffffff;
        font-weight: bold;
        font-size: calc(100vw / 19.52);
        line-height: 1em;
        text-transform: uppercase;
    }

@media screen and (min-width: 1366px) {
    #slide > .slider .item.slide-4 > .row > div:first-child > p:first-child {
        font-size: 51px;
    }

    #slide > .slider .item.slide-4 > .row > div:first-child > p:nth-child(2) {
        font-size: 70px;
    }
}

#slide > .slider .item.slide-4 > .row > div:last-child {
    padding-top: 0;
    height: 100%;
}

    #slide > .slider .item.slide-4 > .row > div:last-child > img {
        height: 100%;
        width: auto;
    }

@media screen and (max-width: 575.8px) {
    #slide > .slider .item {
        height: auto;
        max-height: none;
    }

        #slide > .slider .item.slide-3 > .container > .row > div:last-child > img {
            width: 100%;
            height: auto;
        }

        #slide > .slider .item.slide-4 .row {
            flex-direction: column;
        }

        #slide > .slider .item.slide-4 > .row > div:last-child > img {
            width: 100%;
            height: auto;
        }

        #slide > .slider .item.slide-4 > .row > div:first-child > p:first-child {
            font-size: 41px;
        }

        #slide > .slider .item.slide-4 > .row > div:first-child > p:nth-child(2) {
            font-size: 32px;
        }
}

#slide > .slider .owl-item.active div.target-animate.left-in, #slide > .slider .owl-item.active div.target-animate.right-in {
    transform: translate(0) scale(1);
    transition: 1s;
    transition-delay: 0.3s;
    transition-timing-function: ease;
}

#slide > .slider .owl-item.active .target-animate.zoom-in {
    transform: scale(1.03);
    transition: 1s;
    transition-delay: 0.3s;
    transition-timing-function: ease;
}

#slide > .slider > .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

    #slide > .slider > .owl-dots > button > span {
        width: 6px;
        height: 6px;
        margin: 5px;
        border-radius: 50%;
        background: #C5C5C5;
    }

        #slide > .slider > .owl-dots > button > span:hover {
            background: #00446D;
        }

    #slide > .slider > .owl-dots > button.active > span {
         
        background: #00446D;
    }

#slide > .slider > .owl-nav {
    margin-top: 0;
}

    #slide > .slider > .owl-nav > button {
        position: absolute;
        top: 50%;
        width: 70px;
        height: 125px;
        transform: translateY(-50%);
    }

        #slide > .slider > .owl-nav > button:hover {
            background: rgba(0,0,0,0.2);
        }

        #slide > .slider > .owl-nav > button:before {
            content: '';
            display: block;
            width: 50px;
            height: 50px;
            border-top: 4px solid #ffffff;
            border-right: 4px solid #ffffff;
        }

        #slide > .slider > .owl-nav > button.owl-prev {
            left: 30px;
        }

            #slide > .slider > .owl-nav > button.owl-prev:before {
                transform: translateX(25px) rotate(-135deg);
            }

        #slide > .slider > .owl-nav > button.owl-next {
            right: 30px;
        }

            #slide > .slider > .owl-nav > button.owl-next:before {
                transform: translateX(-3px) rotate(45deg);
            }

        #slide > .slider > .owl-nav > button > span {
            display: none;
        }


@media screen and (max-width: 1023px) {
    #slide > .slider > .owl-nav {
        position: absolute;
        bottom: 0;
        height: 35px;
        width: 100%; 
    }

        #slide > .slider > .owl-nav > button {
            display:none
        }

            
}

/*#introduction {
    padding: 50px 0 36px;
}
.mr3{
    margin-right:3px;
}
.fl-intro{
    width:5%;
    float:left;
}
.col20{
    width : 20% !important;
}
.intro-threebt {
           margin: 30px 0 0 2px;
}
.contentphanhoi{
       font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: -5px;
    display: block;
    line-height: 19px;
}
#introduction .description {
    width: 95%;
    float: right;
    padding-left: 16px;
    font-weight : 600 !important;
}
.colintroduction{
    padding-left : 30px;
    padding-top : 50px;
}
#versions .description{
    width:96%;
    float:right;
}
.sprite-clearfix{
    overflow:hidden;
    display:flex;
    float:left;
    padding-top : 20px;
}
 

.intro-threebt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}


.btn-1 {
    margin-bottom: 20px;
    margin-right: 6px;
}

    .btn-1:hover {
        background: #d35400;
    }

iframe {
    width: 100%;
}

#benefit {
    background-color: #ffffff; 
}

    #benefit .title-header {
        margin-bottom: 48px; 
    }

   
    #benefit .row.title div .title {
        font-size: 40px;
        margin-bottom: 0;
    }

    #benefit .container .row.content {
        margin-bottom: 30px;
    }

    #benefit .item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        margin-bottom: 30px;
        display: flex;
    }

        #benefit .item .thumbnail {
            width: 84px;
        }

.thumbnail .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #18719b;
}
.thumbnail .wrapper1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #18719b;
    border: 2px solid #18719b;
}
.thumbnail .wrapper2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #3276B1;
    border: 2px solid #3276B1;
}

.thumbnail .wrapper3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #3A913F;
    border: 2px solid #3A913F;
}

.thumbnail .wrapper4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #39A983;
    border: 2px solid #39A983;
}

.content .title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 8px;
}



#benefit .item .content {
    margin-left: 20px;
}

#versions .item .content {
    margin-left: 0px !important;
}

#benefit .row.consult div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#benefit .description {
    font-size: 16px !important;
    text-align: justify;
    line-height: 21px;
    font-weight: 400 !important;
    margin-top: 8px;
}

.tuvanmienphi {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex: 1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 1px solid #cee0ed;
    border-left: 1px solid #cee0ed;
    border-bottom: 1px solid #cee0ed;
    padding: 0 10px;
}

#benefit > .container > .row.consult > div > div:first-child #typed > *,
.typed-cursor {
    font-size: 20px;
}

.model-dang-ky {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    min-height: 58px;
    background: #18719b;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-decoration: none;
    padding: 0 25px;
    border-bottom: 1px solid #18719b;
}

    .model-dang-ky img {
        margin-right: 8px;
    }

    .model-dang-ky span {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        color: #ffffff;
    }

@media (max-width: 767.8px) {
   
}

#versions {
    background-color: #f9f9f9;
    padding: 50px 0;
}

.ver-pd {
    margin-bottom: 20px;
}

    .ver-pd .item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 2px 2px 10px #e6e6e6;
        height: 100%;
        background: #ffffff;
    }

        .ver-pd .item > .content {
            flex: 1;
            position: relative;
            background-color: #ffffff;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column;
        }

.content .version {
    padding: 10px 20px 0 20px;
    position: absolute;
    bottom: 100%;
    background: #ffffff;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

    .content .version p {
        margin-bottom: 0;
        font-size: 28px;
    }

.features {
    flex: 1;
    padding: 20px 10px 20px 20px;
}

.mr7{
        margin-right: .7em;
}

.content > .function {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0px 10px;
    justify-content: center;
}

.function a {
    margin-bottom: 10px;
    margin-right: 15px;
   display:inline-block;
}

#experience {
    padding: 70px 0;
        background: #ffffff;
}

    #experience .title {
        margin-bottom: 30px;
    }

 #experience .title > div {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
        }

 #experience  .container  .slide {
        margin: 0;
    }

.kntrienkhai {
    flex: 1;
}

.subtitle {
    font-size: 22px;
    color: #666666;
    font-weight: 300;
}

#experience .slide .owl-dots button span {
    width: 25px;
    height: 3px;
    background: #e1e1e1;
    margin: 5px;
}

#experience .slide .owl-dots button.active span {
    width: 50px;
    background: #e67e22;
}

#experience .container .slide .items-wrapper {
    padding: 10px 15px;
}

#news {
    padding: 50px 0;
    background: #f9f9f9
}
 #news > .container > .title > div {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }

  #news .container .title > div > div:first-child {
            flex: 1;
            margin-bottom: 20px;
        }

 #news .container .title div div:first-child .title {
                font-size: 40px;
                margin-bottom: 0;
            }

.subtitle {
    font-size: 22px;
    font-weight: 300;
    color: #666666;
}
.fl-features{
        width: 5%;
    float: left;
    margin-top: 6px;
}
.span-text{
    width: 95%;
    float: right;
}
#news .item {
    border-radius: 5px;
    overflow: hidden;
    background: white;
    margin-bottom: 20px;
    border: 1px solid #b9b9b9;
    box-shadow: 2px 2px 2px 2px #f5f3f3;
}
#news-baochi{
        padding: 50px 0 ;
    background: #ffffff
}
#news-baochi .content a.title h3{
     
    line-height: 1.5em;
    box-sizing: content-box;
       height: 3em;
    font-size: 17px;
    font-weight: bold;
    color:black;
}
#news-baochi .content {
    margin-top: 20px;
}
.a-baochi{
    border-radius:3px !important;
}

    #news .item .content {
        padding: 10px;
    }

    #news .item > .content > a.title {
        display: block;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
        margin-bottom: 8px;
    }

#news .content a.title:hover {
    color: #e67e22;
}

#news .content a.title h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.5em;
    line-height: 28px;
    box-sizing: content-box;
    min-height: 76px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

#news .item .content span.time {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight : 400;
    color: #848484;
    display: block;
}*/

/*#news .time:before {
    content: url(/Content/img/calendar.png);
    padding-right: 5px;
    position: relative;
    top: 1px;
}*/

/*#news p.description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 6em;
    line-height: 24px;
    box-sizing: content-box;
    height: 6em;
    font-size: 16px;
}

#news .item .function {
  padding:10px 0 20px 0;
  position:relative;
      float: right;
}

#news .function a {
  
}*/

    
.slideFadeOutLeft {
    -webkit-animation-name: slideFadeOutLeft;
    animation-name: slideFadeOutLeft;
    animation-timing-function: ease;
}
/*.logo img{
    margin-bottom: 6px
}*/
.des-margin{
    margin-bottom: 20px;
}

.btn-xam .sprite {
    margin-right:.7em;
}
.btn-xanh .sprite {
    margin-right:.7em;
}
.btn-dacam .sprite{
    margin-right:.7em
}
#khungVideo {
    position: relative;
}
#playVideoHome{
    position: absolute;width: 100%;height: 100%;display: block;text-align: center;line-height: 300px;
}
.margin-stl{
    margin-right: 0px !important
}
.margin-15{
    margin-bottom:15px;
}
.color-company{
    color: #005d8c
}
/*.lazy {
    background: url('../img/feature-3.png') no-repeat center;
}*/
#go-top{
    display:none;
}
#khungVideo img{
    width:100%;height:100%
}

.consult .sprite {
     margin-right:.7em
}
#about-us .content{
    margin-top:10px;
}
#introduction{
    background-color:#f9f9f9;
    margin-top: -10px;
    margin-bottom : 56px;
}
.icon-custom{
    width:10%;
    float:left;
}
#customer-home{
    padding:50px 0;
}
#customer-home .content{
    margin-top:20px;
}
.txt-phanhoi{
    width: 100%;
    float: right;
    text-align: justify;
    line-height: 28px;
    -webkit-line-clamp: 7;
    height: 196px;
overflow:hidden;
}
.content-phanhoi{
    padding: 20px;
    border-left: 1px solid #b9b9b9;
    border-radius: 10px;
 border-right:1px solid #b9b9b9;
 border-top: 1px solid #b9b9b9;
 border-bottom: 1px solid #b9b9b9;
       
}
.info-custommer{
        padding: 15px 0;
}
#slide123{
    margin-top:20px;
}

.img-custommer{
       width: 100px;
    float: left;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.img-custommer img{
    width:100%
}
.info-cus-right{
    width:calc(100% - 100px);
    float:right;
   padding: 7px 0 0 15px;
}
@media (max-width:768px) {
    #benefit .item .thumbnail{
        width:100%;
    }
    #benefit .item {
           display: block;
    }
    #benefit .item .content{
        margin-left:0px;
        margin-top:20px;
                            }
    #benefit .title{
            text-align: justify;
    }
    #benefit .thumbnail .wrapper{
            position: relative;
    left: 50%;
    transform: translateX(-50%);
    }
     .fl-features{
            display:none;
    }
     .page-content > .content-wrapper > .bottom-toolbar > a{
        font-size: 11px !important; 
    }
     .btn-1{
         margin-right:0;
     }
       #experience .container .slide .items-wrapper{
        padding:10px 0px;
    }
}
#about-us{background:#f9f9f9;overflow:hidden;padding:50px 0}
#about-us>.title>div{margin-bottom:30px}#about-us>.container>.title>div>.title{font-size:40px;margin-bottom:5px}#about-us>.container>.content{margin-bottom:0}#about-us>.container>.content>div:first-child>img{max-width:100%;margin-bottom:20px}#about-us>.container>.content>div:nth-child(2)>p{margin-bottom:20px;text-align:justify;font-size:17px;line-height:28px}#about-us>.container>.content>div:nth-child(2)>.row>div{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}#about-us>.container>.content>div:nth-child(2)>.row>div>img{width:130%;margin-bottom:20px;transform:translateX(-11%)}#about-us>.container>.content>div:nth-child(2)>.row>div>div{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}#about-us>.container>.content>div:nth-child(2)>.row>div>div>p{text-align:center}#about-us p{}#about-us>.container>.function{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-moz-justify-content:center;-webkit-justify-content:center;justify-content:center}
    #about-us .btn-1 {
        font-weight: 600;
        border: 1px solid #18719b;
        padding: .5em 3.5em;
        background: 0 0;
        color: #18719b;
        font-size: 20px;
    }#features{padding:50px 0}#features>.container>.row>div>.title{font-size:40px;margin-bottom:0}
@keyframes slideFadeOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);

        opacity: 1;
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }
}

/*# sourceMappingURL=homepage.css.map */
.stlheaderkh{
background:#ffffff;
padding:10px 25px !important;
}
.stlheaderkh h4{
font-size:20px;
font-weight:bold;
color: #076a98;
}
.img-KH{
margin-top:20px;
}
#modal-body-KH p{
font-size:15px;
line-height:25px;
color:#606060;
text-align:justify;
margin-top:20px;

}
.flright{
overflow:hidden;
float:right;
margin-top:15px;
}
.flright i{
font-size:14px;
}
.btclose{
padding:5px 20px;
color: #ffffff;
font-size:14px;
background:#2079a2;
}
.img-KH img{
width:100%;
float:left;
height:138px;
border-radius:50%;
overflow:hidden;
margin: 0 auto;
}
@media (max-width:768px) {
    .img-KH img {
      width:auto;
    }
.img-KH{
    margin-left: 25%;
}
}
.KHPH{
font-size: 15px;
    line-height: 28px;
    cursor: pointer;
    color: #a8a8a8 !important;
}
.title-KH{
color:#076a98
}
.chucvuKH{font-size: 14px;
    color: #333;
    margin-top: -7px;
    display: block;}

/*----------------------------*/

.block1 .landingPage li{
    border: none;
}
    .block1 .landingPage li:hover{
        border: none;
    }

.block1 ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

    .block1 ul li {
        list-style: none;
        border: 1px solid #D4D4D4;
        width: calc((100% - 30px) / 3);
        border-radius: 10px;
        padding: 40px 30px 30px;
        text-align: center;
        margin: 10px;
    }

.block1 .SubTitle {
    font-size: 24px;
    font-weight: 600;
    display: block;
}

@media(max-width:991px) {
    .block1 .SubTitle {
        min-height: 0 !important;
    }
}

.block1 ul li:hover {
    border: 1px solid #00446D;
}

    .block1 ul li:hover .SubTitle {
        color: #00446D
    }
.block1 ul li div p.desc1 {
    color: #000000;
    margin-bottom: 8px;
    padding-left: 22px;
    position: relative;
}

.block1 ul li:hover .desc1 {
    color: #00446D !important;
}

.block1 ul li div p.desc1::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(/assets/image/icon/icon_check.png);
    position: absolute;
    left: 0;
    top: 5px
}

@media (max-width:1135px)  {
    .block1 ul li .content{
        margin-top : 0 !important;
    }
}

#giaiPhap {
    overflow: hidden
}

    #giaiPhap .titleBlock {
      color: #fff
    }

    #giaiPhap .rows {
        display: grid;
        gap: 30px;
        grid-template-columns: calc((100% - 90px) / 4) calc((100% - 90px) / 4) calc((100% - 90px) / 4) calc((100% - 90px) / 4)
    }

    #giaiPhap h5.title-giaiphap {
        color: white;
        font-size: 32px;
        padding: 70px 0 30px 0;
    }

    #giaiPhap .item-giaiphap {
        border: 1px solid white;
        background: white;
        color: #000000;
        padding: 30px 0;
        border-radius: 10px;
        
        
    }

#giaiPhap .rows:last-child .item-giaiphap {
    margin-bottom: 0
}

#giaiPhap .content-giaiphap {
    font-size: 22px;
    font-weight: 600;
    margin-top: 12px
}

#block3 .containertn {
    display: flex;
}

#block3 .cols {
    width: calc(100% / 3)
}

    #block3 .cols .item {
        list-style: none;
        border: 1px solid #D4D4D4;
        padding: 40px 30px;
        border-radius: 10px;
        margin-bottom: 30px
    }


        #block3 .cols .item:last-child {
            margin-bottom: 0px
        }

        #block3 .cols .item .title {
            font-size: 24px;
            font-weight: 600;
            margin-top: 20px;
            margin-bottom: 16px
        }
        #block3 .cols .item .desc{overflow:hidden}
            #block3 .cols .item .desc div {
                color: #000000;
                margin-bottom: 8px;
                padding-left: 22px;
                position: relative
            }
                #block3 .cols .item .desc div:before {
                    content: '';
                    width: 16px;
                    height: 16px;
                    background: url(/assets/image/icon/icon_check.png);
                  
                    position: absolute;
                    left: 0;
                    top: 5px
                }
     

        #block3 .cols .item:hover {
            border: 1px solid #00446D;
        }

            #block3 .cols .item:hover .title {
                color: #00446D;
            }
            #block3 .cols .item:hover .desc div {
                color: #00446D;
            }

#block3 .col1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
}

#block3 .col2 {
    padding-right: 15px
}

#block3 .col3 {
    padding-left: 15px;
    padding-top: 50px
}
 

#khach-hang-tieu-bieu {
    overflow: hidden;
    background-size: cover;
}

    #khach-hang-tieu-bieu .title {
        font-size: 36px;
        margin-bottom: 50px;
        color: #fff;
        text-align: center;
        font-weight: 600;
    }

   

        #khach-hang-tieu-bieu .rows .item {
           
            display: flex;
        }

            #khach-hang-tieu-bieu .rows .item .img {
                width: 130px;
                margin-right: 10px;
                box-sizing:border-box;
                border-radius:100%;
                border:5px solid #fff;overflow:hidden
            }

            #khach-hang-tieu-bieu .rows .item .ten {
                font-size: 22px;
                font-weight: 600;
                color: #fff;
                line-height: normal;
                margin-bottom: 10px;
            }

            #khach-hang-tieu-bieu .rows .item .linhVuc {
                color: #C5C5C5;
            }

#videoGioiThieu iframe {
    margin-left: calc(50% - 400px);
}

#tin-noi-bat .rows {
    display: flex
}
    #tin-noi-bat .item {
        width:calc(100% / 3);
        padding:0 15px
    }
        #tin-noi-bat .item .item-img {
            width: 100%;
            /*height: 250px;*/
            border-radius: 5px;
            overflow: hidden;
            margin-bottom:20px
        }
            #tin-noi-bat .item .item-img img {
                width: 100%;
                height: 180px;
                object-fit: cover;
            }
        #tin-noi-bat .item .title {
            font-size: 20px;
            font-weight: 600;
            color: #000000;
            margin-bottom:20px;display:block
        }
        #tin-noi-bat .item:hover .title{
            color:#00446D
        }
        #tin-noi-bat .item .time {
            color: #888888
        }

        #tin-noi-bat .item .desc{
            font-size: 16px !important;
            color: #292E35;
            margin-bottom: 10px;
        }

        #hotlineHome {
            background: #00446D
        }

@media (max-width:1199px) {
    #giaiPhap .rows {
        display: grid;
        gap: 15px;
        grid-template-columns: calc((100% - 30px) / 3) calc((100% - 30px) / 3) calc((100% - 30px) / 3)
    }

    #block3 .containertn {
        display: flex;
        flex-direction: column;
    }
    #block3 .cols {
        width: 100%;
    }
    #block3 .col1{margin-bottom:15px;text-align:center}
    #block3 .cols .item {
        margin-bottom: 15px
    }

    #block3 .col2 {padding-right: 0px}
    #block3 .col3{padding-left:0;padding-top:0}

}
    @media (max-width:991px) {

        .block1 ul {
            display: flex;
            justify-content: space-between;
            flex-direction: column;
        }
        .block1 ul li {
            width: 100%;
            margin: 0px 0 15px 0;
        }

        #giaiPhap .rows {
            display: grid;
            gap: 15px;
            grid-template-columns: calc((100% - 15px) / 2) calc((100% - 15px) / 2) 
        }

        #tin-noi-bat .rows{
            flex-direction:column
        }
        #tin-noi-bat .item {
            width: 100%;
            padding: 0;
            margin-bottom:15px
        }
    }