*, :before, :after { box-sizing: border-box; }
nav ul, nav ol, #nav ul, #navbar ul, #nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

@font-face {
    font-family: 'icons';
    src: url('../font/icons.eot?24804043');
    src: url('../font/icons.eot?24804043#iefix') format('embedded-opentype'),
         url('../font/icons.woff?24804043') format('woff'),
         url('../font/icons.ttf?24804043') format('truetype'),
         url('../font/icons.svg?24804043#icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
/************************************************
/////////////////////////////////////////////////
                **ipad**
/////////////////////////////////////////////////
*************************************************/
@media  (min-width: 768px) and (max-width: 1024px){
    .nav-item{
        font-size: 13px !important;
    }
    header .item .cover .header-content{
        padding: 0px !important;
        margin-top: 50px;
    }
    header .item{
        height: 500px !important;
    }
    header .item img{
        height: 500px;
    }
    header .item .cover .header-content h2 {
      font-size: 20px;
    }
    header .item .cover .header-content h1 {
      font-size: 30px;
    }
    header .item .cover .header-content h3 {
      font-size: 18px;
    }
    header .item .cover .header-content h4 {
      font-size: 24px;
    }
    
    .wrapper-about-nso{
        padding: 30px 0px;
    }
    .about-nso-name-nso{
        font-size: 40px;
    }
    .about-nso-name-nso-te{
        font-size: 30px;
    }
    .wrapper-service h2{
        font-size: 18px;
    }
    .list-service h5{
        font-size: 14px;
        line-height: 15px;
        margin: 10px 0px;
    }
    .list-service-title{
        padding: 195px 15px;
    }
    .list-service{
        padding: 75px 30px;
    }
    .list-service img{
        width: 80px;
        height: 80px;
    }
    .list-how-we-work-with-you h5{
        font-size: 16px;
    }
    .layout-video{
        padding: 15px 0px;
    }
    .wrapper-client-page img{
        border: solid 2px #D8E3E8;
        border-radius: 5px;
    }
}



/************************************************
///////////////////////////////////////////////// 

                **iphone**

/////////////////////////////////////////////////   
*************************************************/
@media screen and (max-width: 760px){

    .navbar-brand img{
      height: 50px;
      width: auto;
      display: block;
      -webkit-transition : all 0.3s ease-out;
      transition : all 0.3s ease-out;
    }
    .start-header.scroll-on {
      padding: 5px 0 !important;
    }
    .start-header.scroll-on .navbar-brand img{
      height: 40px;
    }

    header .item .cover .header-content{
        padding: 0px !important;
    }
    header .item{
        height: 280px !important;
    }
    header .item img{
        height: 280px;
    }
    header .item .cover .header-content h2 {
      font-size: 15px;
      line-height: 20px;
    }
    header .item .cover .header-content h1 {
      font-size: 15px;
      line-height: 5px;
    }
    header .item .cover .header-content h3 {
      font-size: 13px;
      line-height: 15px;
    }
    header .item .cover .header-content h4 {
      font-size: 12px;
      line-height: 10px;
    }
    .wrapper-menu-page-deatil h3{
        padding: 25px 0px 15px;
    }
    .wrapper-about-nso{
        padding: 30px 0px;
    }
    .about-nso-name-nso{
        font-size: 40px;
    }
    .about-nso-name-nso-te{
        font-size: 30px;
    }
    .wrapper-service h2{
        font-size: 25px;
    }
    .list-service h5{
        font-size: 14px;
        line-height: 10px;
        margin: 10px 0px;
    }
    .list-service-title{
        padding: 50px 15px;
        height: 200px;
    }
    .list-service{
        padding: 50px 50px;
        height: 200px;
    }
    .list-service img{
        width: 80px;
        height: 80px;
    }
    .list-how-we-work-with-you h5{
        font-size: 16px;
    }
    .layout-video{
        padding: 15px 0px;
    }
    .wrapper-how-we-work-with-you h2{
        font-size: 20px;
    }
    .waraper-meet-consultant h2{
        font-size: 18px;
    }
    .showcase h1{
        font-size: 18px;
    }
    .text-consultant{
        font-size: 16px;
    }
    .showcase .overlay{
        height: 280px;
    }
    .showcase img{
        height: 280px;
    }
    .layout-service-page{
        padding: 32px;
    }
    .wrapper-contact{
        padding: 25px 0px 20px 0px;
    }
}