@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800&display=swap&subset=cyrillic');
body{
    padding-top: 71px;
    font-family: 'Montserrat', sans-serif;
}

.change-lang{
    float:right;  
    color:#333;
    font-weight: 500;
    padding: 5px 15px; 
    border-radius: 30px;
    border:1px solid #f4f4f4;
    background:#f5f8f9;
    margin:18px 0;
    font-size: 10pt;;

}

.change-lang:hover,
.change-lang:active{
    text-decoration: none;
}
.change-lang img{width:30px;}
.top-navi-en{
    height: 70px; 
    width: 100%;
    background: #FFF;
    border-bottom:1px solid #f5f8f9;
    display: inline-block;
    position: fixed;
    top:0;
    z-index: 10000;
    box-shadow: 0 4px 10px -2px rgba(0,0,0,.2);

}
.top-navi-en ul {
    background: #ccc;
    padding: 0 0;
    margin: 0 0;
}

.top-navi-en ul li{ 
        list-style: none;
}
.top-navi-en ul li a {
    display: inline-block;
    float: left;
    padding: 0 0;
    padding: 24px 13px;
    font-weight: 500;
    margin: 0 0;
    color: #666;
    font-size: 10.6pt;
    text-transform: uppercase;
}

.top-navi-en ul li a:hover,
.top-navi-en ul li a:active,
.top-navi-en ul li a:focus{
    color:#0172f2;
    text-decoration: none;
}

.logo-en{
    height: 41px;
    float: left;
    margin: 14px 50px 14px 0px;
}



.hbanner-en{
    display:block;
    padding:120px 0;
    background: #000;
    background-image: url('https://www.itzone.mn/photos/shares/english/en-home-banner1.jpg');
    background-position: center center;
    background-size: cover;
    color:#ccc;
}


.hbanner-en h1{
    font-weight: 400;
    color:#fff;
    line-height: 110%;    
}


.hbanner-en h1 span{
    text-transform: uppercase;
    font-weight: 800;
}

.hbanner-en a{
    background: #0172f2;
    color: #fff;
    font-weight: 600;
    border: 1px solid #2e4d72;
    margin: 30px 15px 30px 0;
    padding: 12px 30px;
    display: inline-block;
    border-radius:5px;
}

.dl-intro{
    background: #333 !important;
    color:#fff;
    border: 1px solid #000 !important;
}
.hbanner-en a:hover{
    text-decoration: none;
    opacity: .8;
}
.hp-business-lines{
    padding:80px 0;
    background: #f5f8f9;
}

.hp-business-lines h2{
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color:#0172f2;
}

.hp-bl-item{
    height: 450px;
    background: #333;
    margin-bottom: 25px;
    border-radius:5px;
    overflow: hidden;
}

.hp-bl-item h3{
    border-top:3px solid #0172f2;
    padding: 50px 15px; 
    text-align: center;
    font-weight: 700;
    color:#fff;
}

.hp-brief-en h2{
    font-weight: 800;
    margin-bottom: 30px;
    
}

.hp-brief-en{
    padding: 80px 0;
}

.hp-brief-en img{
    border-radius:5px;
    border:1px solid #efefef;
}

.hp-brief-en a{background: #0172f2;
color: #fff;
font-weight: 600;
border: none;
margin: 30px 0;
padding: 12px 30px;
display: inline-block;
border-radius:5px;

}


.hp-brief-en ul{
    padding:0 0;
}

.hp-brief-en ul li{
    padding:15px 0;
    font-weight: 500;
    border-bottom: 1px solid #efefef;
    list-style: none;
}


.footer-en{
    background:#333;
    padding:50px 0;
    color:rgba(255,255,255,.6);
    font-size: 10pt;
    text-align: center;
}

.en-page-header{
    padding:60px 0;
    text-align: center;
    background:whitesmoke;
}

.en-page-header h3{
    font-weight: 600;
}

.en-form-field{
    padding:60px 0 110px;
}

.en-form-field p{
    color:#666;
}

.cont-item{ 
    padding: 10px 0; 
    background:#f5f8f9;
    margin:15px 0;
    padding:15px 30px;
    border-radius:10px;
}

.cont-item h5{
    margin:0 0;
    padding:0 0;
}

.cont-item small{
    color:#999;
    font-weight: 500;
}

.en-about-header{
    padding:150px 0;
    background:#f5f8f9;
    background-image:url('https://www.itzone.mn/photos/shares/english/about-header-en.jpg');
    background-position: center center;
    background-size: cover;
    color:#ccc;
    text-align: center;
}

.en-about-header h3{
    color:#fff;
    font-weight: 800;
    margin: 0 0;
    text-transform: uppercase;
}

.intro-en{
    background:whitesmoke;
    padding:30px 0; 
}

.box-content{
    padding:80px 100px; 
    background:#fff;
    border-radius: 15px;
    margin:50px 0;
}

.box-content h5{

}

.box-content h5::after{
    display: block;
    background: #0172f2;
    width: 100px;
    height: 3px;
    border-radius: 5px;
    content: '';
    margin: 15px 0 30px;
}

.box-content p{
    color:#666;
    text-align:justify;
}

.box-content ul li{
    font-weight: 500;
    color:#666;
}

.list-item-1{
    padding:0 0;
    margin: 30px 0;
}

.list-item-1 li{
    list-style: none;
    padding:10px 35px;
    /* border-bottom:1px solid rgba(100,100,100,.2); */
    position: relative;
    color:#333;
    border-radius: 15px;
    background: rgb(239,239,239);
    background: linear-gradient(0deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 46%, rgba(255,255,255,1) 100%);
}

.list-item-1 li::before{
    display: block;
    width: 5px;
    height: 5px;
    background: #0172f2;
    content: '';
    position: absolute;
    left:15px; 
    top: 18px;
}

.list-item-1 li:last-child{
    border:none;
}

.list-item-1 li:hover{
     
    color:#000;
}

.section-mission{
    padding:100px 0;
    background: #2e4d72;
}

.mission-item{
    margin-bottom: 25px;
    border-radius: 15px;
    background: #0172f2;    
    min-height: 300px;
}

.mission-item p{
    display: block;
    background: #fff;
    color:#333;
    margin: 0 auto;
    padding: 20px 30px;
    border-radius: 14px;
    font-weight: 500;

}

.mission-item h4{
    color:#fff;
    padding: 30px 30px;
}

.mission-item ul li{
    color:#fff;
    list-style: none;
    border-bottom: 1px solid rgba(255,255,255,.05);
    padding: 10px 0;
    font-weight: 500;
}

.mission-item ul li:last-child{
    border:none;
}

.mission-item ul{
    padding:25px 30px;
}

.milestones-en{
    padding:80px 0;
}

.milestones-en h3{
    text-align: center;
    margin-bottom: 50px;
}

.ms-item{
    /* border:1px solid #2e4d72; */
    padding:30px 50px;
    border-radius: 15px;
    margin-bottom: 25px;
    background: rgba(235,246,255,.6);
    /* background: linear-gradient(0deg, rgba(235,246,255,1) 0%, rgba(255,255,255,.4) 10%); */
}

.ms-item h1,
.ms-item h5{
    margin: 0 0;
    padding: 0 0;
    line-height: 100%;
}

.ms-item h1{
    color:#0172f2; 
    font-weight: 500;
}

.ms-item h5{
    
    color:#2e4d72;
}
.ms-item p{
    padding:10px 0;
    color:#2e4d72;
    font-weight: 500;
}

.bl-header{
    padding: 120px 0;
    text-align: center;
    background: #333;
    color:#fff;
    background-image: url('https://www.itzone.mn/photos/shares/english/sun-cloud.jpg');
    background-size: cover;
    background-position: center center;
}

.bl-header h3{
    font-weight: 600;
}

.ab-business-lines{
    background: #f5f8f9;
    padding:80px 0;
}

.ab-business-lines h3{
    font-weight: 500;
    text-align: center;
    margin-bottom: 80px;
    color:#333;
}

.ab-business-lines .item{
    background: #fff;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center center;
    min-height: 250px;
    border-radius: 10px;
    overflow: hidden;
}

 

.ab-business-lines .item a h5{ 
    color:#2e4d72;
    font-weight: 600;
    text-align: center;
    background: #fff;
    padding: 10px 30px;
    height: 80px;
}
.ab-business-lines .item:hover{
    outline:1px  solid #fff; 
}
.ab-business-lines .item a:hover,
.ab-business-lines .item a:active,
.ab-business-lines .item a:focus{
    text-decoration: none;
    
}



.business-lines-header{
    padding:90px 0 150px;
    background: #333; 
    background-size: cover;
    background-position:  top center;
}
 
.business-lines-header ul{
    display: block;
    width: 100%;
    padding: 0 0;
    margin-bottom: 50px;
}
.business-lines-header ul li{
    list-style: none;
    display: inline-block; 
    position: relative;
}

.business-lines-header ul li a{
    margin-right: 20px;
    padding-right: 10px;
}

.business-lines-header ul li a:hover,
.business-lines-header ul li a:active,
.business-lines-header ul li a:focus{
    text-decoration: none;
    color:#fff;
}

.business-lines-header ul li a::after{
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #0172f2;
    border-bottom: 1px solid #0172f2;
    content: '';
    transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top:10px;
}

.business-lines-header h2{
    display: block;
    color:#fff;
}

.business-lines-header p{
    color:#ccc;
}

.cht-partnership{
    padding:80px 0 100px; 
}

.cht-partnership h3{
    text-align: center;
    margin-bottom: 40px;
}

.sales-channels{
    padding:80px 0; 
}

.sales-channels .item{
    background: #f8f9f9;
    padding:50px 50px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.sales-channels h3{
    text-align: center;
}

.sales-channels > div > p{
    text-align: center;
}

.sales-channels hr{
    border-top:2px solid #666;
    margin: 30px 0;
}
.sales-channels .item p{
    color:#666;
}
.sales-channels .item h5{
    color:#0172f2;
}

.sales-channels .item img{
    border-radius: 10px;
    opacity: .9;
}

.hardware-types{
    padding:80px 0; 
    background: #f8f9f9;
}

.hardware-types h3{
    margin-bottom: 50px;
    text-align: center;
}
.hardware-types .item{  
    margin-bottom: 30px;
    padding: 30px 30px;
    min-height: 450px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    min-height: 530px;
}

 
 
.hardware-types .item ul{
    padding:0 0;
}

.hardware-types .item ul li{
    list-style:none;
    border-bottom:1px solid rgba(100,100,100,.03);
    padding:5px 0;
    color:#666;
}

.hardware-types .item  img{
    margin-bottom: 15px;
    height: 130px;
}


.hardware-types .item h5{ 
    margin:10px 0;
    line-height: 110%; 
}

 .block-1{
    background:#fff;
    padding:0 0;
    display: block;
    margin-bottom: 50px;
    border: 2px solid #000;

}

 .block-1 p{
    color:#666;
    padding:80px 50px;
}
 .block-1 ul{
    padding: 5px 70px;
    margin: -50px 0 0;
}
.block-1 ul li{
    color:#666;
}

.pss-types{
    padding: 80px 0;
}

.pss-types h3,
.pss-partnership h3,
.pss-notable-projects h3,
.pss-certificates h3 {
    text-align: center;
    margin-bottom: 70px;
    font-weight: 600;
    color:#2e4d72;

}
.pss-types > div > div > div > div{
    min-height: 200px;
    text-align: center;
    margin-bottom: 30px;
}

.pss-types > div > div > div > div img{
    max-width: 100%;
}

.pss-types > div > div > div > div > h5{
    color:#999;
}

.pss-partnership{
    padding: 100px 0;
    background: #f5f8f9;

}

.pss-partnership img{
    border-radius: 15px;
    margin-bottom: 30px;
}

.pss-notable-projects{
    padding:100px 0;
}

.pss-notable-projects .item{
    background: #f4f8f9;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #f4f8f9;
}

.pss-notable-projects .item:hover{
    border: 1px solid #999;
}

.pss-notable-projects .item h5{
    padding: 13px 15px;
    text-align: center;
    color:#666;
    font-weight: 500;
    margin: 0 0;
    height: 80px;
    line-height: 115%;
    font-size: 13pt;
}
.pss-notable-projects .item > div{
    display: block;
    height: 150px;
    background: #666;
    text-align: center;
    padding: 50px 25px;
    background-size: cover;
    background-position: center center;
}

.pss-notable-projects .item > div > p,
.pss-notable-projects .item > div > small{
    margin:  0 0;
    padding:  0 0;
    line-height: 120%;
    color:#fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .9);

}

.pss-certificates{
    padding:80px 0;
}

.pss-certificates > div > div > div > h5{
    text-align: center;
    color:#333;
}

.pss-certificates > div > div > div > h5 > span{
    font-weight: 400;
    font-size: 12pt;
}

.pss-certificates > div > div > div >  img{
    margin:0 auto;
    display: block;
    height: 90px;

}

.ess-brief{
    padding: 100px 0;
}
.ess-brief h4,
.ess-services h4{
    margin-bottom: 50px;
    color:#2e4d72;
    text-align: center;
}
.ess-brief .item{
    background: rgb(239,239,239);
    background: linear-gradient(0deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
    min-height: 200px;
    border-radius: 15px;
    padding: 25px 30px;
    color:#666;
    text-align: center;
    margin-bottom: 30px;
}
.ess-brief .item h2{
    font-weight: 800;
    text-transform: uppercase;
    color:#2e4d72;
}

.ess-services{
    padding:60px 0;
}

.ess-services .item{
    border:1px solid #ccc;
    border-radius: 15px;
    overflow: hidden;
    min-height: 400px;
    margin-bottom: 30px;
}

.ess-services .item h5{
    background: #2e4d72;
    color:#fff;
    padding:20px 30px;
}

.ess-services .item ul{
    padding:  10px 30px;
}

.ess-services .item ul li{
    list-style: none;
    padding: 8px 20px;
    border-bottom: 1px solid rgba(10,10,10,.05);
    color:#666;
    position: relative;
}

.ess-services .item ul li:last-child{
    border:none;
}

.ess-services .item ul li::before{
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #2e4d72;
    top:16px;
    left:0;
}

.ess-partnership{
    padding: 80px 0 100px;

}

.ess-partnership h3 {
    text-align: center;
    color: #2e4d72;
    margin-bottom: 80px;
    font-weight: 600;
    display: block;
}

.ess-partnership img{
    margin-bottom: 50px;
}

.ess-credentials{
    background: #2e4d72;

}

.ess-credentials h3{
    color:#fff;
    text-align: center; 
    margin-bottom: 80px;
    font-weight: 600;
    display: block;
    padding: 60px 30px;

}

.ps-journey-header{
    padding: 80px 0; 
    background: #eee;
    color:#fff;
    background-image: url('https://www.itzone.mn/photos/shares/english/psjcover.jpg');
    background-size: cover;
    background-position:  center center;
}
.psj-header{
    background: #666;
    padding: 15px 0;
}
.sticky {  
    width: 100%;
    z-index: 1000; 
    position: -webkit-sticky;
    position: sticky;
    top: 70px;  
    background: 
}
.sticky .psj-header{ 
    padding: 0 0;    
    padding: 15px 0;
}

.sticky h5{
    color:#ccc !important;
    margin: 0 0;
    line-height: 100%;
}

.psj-item{ 
    padding: 15px 40px; 
    background: #f5f5f5;
}

.psj-item:nth-child(even){
    background: #f8f9f9;
}
 
.psj-item:last-child{
    margin-bottom: 80px;
    border-bottom: 1px solid #ccc;
}
.psj-item ul{
    padding: 0 0;
    margin: 0 0;
}

.psj-item ul li{
    padding: 2px 0px;
    list-style: none;
    color:#616161;
    position: relative;
    margin: 0 0; 
}

.psj-item ul li:last-child{ 
}


.psj-item ul li span{
    color:#333; 
    font-weight: 600;
    display: inline-block;
    width: 60px;
    height: 100%; 
}


.hp-experiences{
    padding: 80px 0 30px;
}

.hp-experiences h3{
    text-align: center;
    margin-bottom: 50px;
}

.hp-experiences p{
    color:#666;
    text-align: justify;
}

.hp-experiences .item{ 
    margin: 15px 0;
    background: #999;
    text-align: center;
    padding: 50px 40px;
    min-height: 300px;
    border-radius: 10px;
    background-position: center center;
    background-size: cover;
    color:#fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.93);
}

.hp-experiences .item > p{
    text-align:center;
    color:#efefef;
    line-height: 120%;
    margin-top: 25px;
}

 
.hp-partners{
    padding:100px 0;
    background: #f8f8f8;
}
.hp-partners h3{
    text-align: center;
    margin-bottom: 50px;
}
.hp-partners p{
    color:#666;
    margin-bottom: 30px;
    text-align: justify;
}

.hp-partners .item{
    margin-bottom: 25px;
    background: #efefef;
    border-radius: 10px;
    padding-bottom: 10px;
}

.hp-partners .item img{
    display: block;
    min-height: 80px;
    background: #fff;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 10px;
    border-radius: 10px;
}

.hp-partners .item small{
    line-height: 120%;
    display: block;
    text-align: center;
    color:#666;
}

.hp-partners .item:hover{
    opacity: .8;
}


.hp-partners .item a:hover{
    text-decoration: none;
    color:#000; 
}

.hp-partners  .see-more,
.hp-experiences .see-more{
    display: block;
    background: #ccc;
    color:#fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 500;
    text-align: center;
    margin: 30px 0;

}
.hp-partners  .see-more:hover{
    text-decoration: none;
    opacity: .8;
}

.hp-credentials{
    padding: 30px 0 100px;
}

.hp-credentials hr{
    margin: 50px 0;
    border-top:1px solid #333;
}
.hp-credentials h3{
    text-align: center;
    margin-bottom: 50px;
}
.hp-credentials p{
    color:#666;
    text-align: justify;
    margin-bottom: 50px;
}

.pc-item{
    border:1px solid #efefef;
    text-align: center;
    padding: 25px 30px;
    margin-bottom: 30px;
    min-height: 260px;
}

.pc-item img{
    height: 80px;
    display: block;
    margin: 0 auto;
}

.pc-item p{
    text-align: center;
}