@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 { 
    color: #333;
    font-weight: 500; 
    border-radius: 30px;
    border: 1px solid #f4f4f4;
    background: #f5f8f9; 
    font-size: 10pt;
}

.central-nav{
    height: 70px;
    width: 100%;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    position: fixed;
    top:0;
    padding: 0 0;
    z-index: 9000;
    /* box-shadow: 1px 2px 3px rgba(0,0,0,.1);
    transition: box-shadow .25s linear 0s; */
    border-bottom: 1px solid #ececec;
    overflow: hidden;
}

.overlay {
    display: none;
}


.logo{
    height: 41px;
    float:left;
    margin:14px 50px 14px 0px;
}
.itzmenu{
    position: relative;
}

.itzmenu ul{
    background: #ccc;
    padding: 0 0;
    margin: 0 0;
}
.itzmenu ul li{
    list-style: none;
}

.itzmenu 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;
}

.itzmenu ul li a:hover,
.itzmenu ul li a:active,
.itzmenu ul li a:focus{
    text-decoration: none;
    color:#000;  
}
.itzmenu-right {
    float: right;
    margin-right: 0px;
}
.itzmenu-right button{
    padding: 24px 10px;
    background: none;
    border:none;
    opacity: .9;
}

.toggle-menu-icon{
    opacity: 1 !important;
    padding: 24px 0px 0 20px !important;
}
.itzmenu-right button:active,
.itzmenu-right button:focus,
.itzmenu-right button:hover{
    outline: none;
    opacity: 1;
}

.itzmenu-right button img{
    display: block;
    height:20px;
    width:20px;
}
.overlay-nav{
    display: none;
    width: 100%; 
    height: 100%;
    position: fixed;
    background: rgba(46,74,114,.99);
    background: whitesmoke;
    z-index: 9999;
    padding: 50px 0;
    top:69px;
    left: 0;
    right: 0;
}
.overlay-nav > div{
    position: relative;
}

.overlay-nav  #close-nav{
    position: absolute;
    right:15px;
    top:-120px;
    width: 40px;
    height: 70px;
    background: #fff;
    border:none !important;
    text-align: right;
    padding: 24px 0;
}

.overlay-nav  #close-nav:active,
.overlay-nav  #close-nav:focus,
.overlay-nav  #close-nav:hover{
    outline: none;
}

.overlay-nav  #close-nav img{
    display: block;
    height:18px;
    width:18px;
    float: right;
}
 
.pop-nav-search{
    width: 100%;
    padding: 15px 25px 15px 60px;
    background: #fff;
    border:3px solid #0172f2;
    font-weight: 600;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    display: block;
    color:#333;
}

.pop-nav-search::placeholder{
    font-weight: 600;
    color:#666;
}

.search-f .sicon{
    display: block;
    width: 30px;
    height:30px;
    content:"";  
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top:15px;
    left:35px;
    z-index: 100;

}
.drop-search{
    background: #000;
    padding: 20px 0;
    /* display: none; */
    position: fixed;
    z-index: 10000;
    top:70px;
    width: 100%;
    display: none;
    border-bottom:1px solid #333;
}

.drop-search-open{
    display: block;
}

.drop-search input{
    width:100%;
    border:none;
    padding:8px 25px;
}
.pop-nav-search:active,
.pop-nav-search:focus{
    outline: none;
}

.short-menu{
    margin: 15px 0;
}
.short-menu ul{
    padding: 0 0;
}
.short-menu ul li{
    list-style: none;
   
}

.short-menu ul li a{
    display: block;
    width: 100%;
    padding: 15px 30px;
    background: #0172f2;
    color:#fff;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #00acee;
    transition:ease-in-out .2s;
}

.short-menu ul li a:hover{ 
    background: #333;
    color:#fff;
    text-decoration: none;
    padding: 15px 30px;
}
 

.hp-latest-news{
    padding:50px 0;
    background: #d9d9d9;
}
.hp-news-thumb{
    position: relative;
    margin:15px 0;
    background: #333;
    min-height: 380px; 
    overflow: hidden;
    border:1px solid #ccc;
}

.hp-news-thumb > a > .hpnt-img{
    height:150px;
    background:#ccc;
    display: block; 
    background-size: cover;
    background-position: center center;
}

.hp-news-thumb > a > .hpnt-intro{
    background:#fff;
    padding:15px 20px;
    position:absolute;
    overflow: hidden;
    bottom:0;
    height: 230px;
    transition:ease-in-out .2s;
    z-index: 3;
}

.hp-news-thumb > a > .hpnt-intro > h5{
    font-size: 12.3pt;
    line-height: 120%;
    color:#000;
    margin-bottom:15px;
}

.hp-news-thumb > a > .hpnt-intro > p{
    line-height:120%;    
    color:#666;

}
 
.hp-news-thumb > a > .hpnt-intro:hover{
    bottom:50px;
    border-top:3px solid #0172f2; 
}   
 

.hp-news-thumb > a >.readmore-text{
    background: #f1f1f1;
    color:#0172f2;
    font-weight: 600;
    position: absolute;
    bottom:0;
    z-index: 1;
    width: 100%;
    height: 50px;
    padding:12px 20px; 
}

.hp-news-thumb > a > .readmore-text > img{
    width: 40px;
    margin-left: 5px;
}
 


.hp-suggestion{
    padding: 80px 0;
    background: whitesmoke;
}

.hp-suggestion h3{
    color:#000;
    font-weight: 600;     
    margin-bottom: 50px;
}


.suggest-block{
    background: #333; #043343;
    padding:0 0;
    min-height: 600px;
    margin:15px 0;
    
}
.sblock-header{
    background:#fff ;
    color:#0172f2;
    padding: 30px 30px;
    border-top:3px solid #0172f2;
    position: relative;
}

.sblock-header h5{
    margin: 0 0;
    text-transform: uppercase;
    padding:0 0;
    font-weight: 600;
}
.sblock-header a {
    position: absolute;
    top:28px;
    right: 28px;
}
.sblock-header a img{
    height: 25px;
}

.sblock-header a:hover,
.sblock-header a:active,
.sblock-header a:focus{
    opacity: .7;
}
 
.suggest-block .featured-item{
    display: block;
    height: 200px;
    background:rgba(0,0,0,.4);
    background-size:cover;
    background-position: center center;

}

.suggest-block ul{
    padding: 25px 50px;
    margin: 0 0;
}
.suggest-block ul li a{
    color:#ccc;
}

.suggest-block ul li a:hover{
    text-decoration: none;
    color:#fff;
}

.suggest-block ul li{
    list-style: none;
    margin-bottom: 20px;
    line-height: 120%;
    position: relative;
    padding-left: 15px;
}

.suggest-block ul li::before{
    display: block;
    width: 5px;
    height: 5px;
    content: '';
    background: #4872c5;
    position: absolute;
    top:7px;
    left: 0;
}

.hp-section-3{
    background: #fff;
    padding:80px 0;
}

.hp-blogs{
   
    min-height: 600px;
    padding:0 0;
}

.hp-blogs h3{
    background: #fff;
    color:#000;
    padding:15px 0;
    font-weight: 600;
    border-top:2px solid #0172f2; 
    margin: 0 0;
}
.hero-fblog{
    height:235px; 
    background-size:cover;
    background-position: center center;
    margin:  0 0;
    position: relative; 
}

.fblog-small{
    height:280px;
    background: #ececec;
    margin:20px 0;
}

.fblog-small > a > div{
    display: block;
    height:160px; 
    background-size:cover;
    background-position: center center;
}
.fblog-small > a:hover{
    text-decoration: none; 
}
.fblog-small p{
    padding:15px 30px;
    line-height: 120%;
    font-weight: 500;
    color:#333;
}
 
.hero-fblog > a{
    background: rgba(1,114,242,.6);
    color:#fff;
    font-weight: 600;
    padding:30px 30px;
    display: block; 
    width: 100%;
    position: absolute;   
    bottom:0; 
    width:100%; 
    transition:ease-in-out .2s;
}

.hero-fblog > a:hover{
    text-decoration: none;
    padding:80px 30px;
    background: rgba(1,114,242,.9);
}

.esm-home-cta{
    background: #0172f2;;
    color:#fff;
    min-height: 600px;
    text-align: center;
    padding:100px 50px;
}

.esm-home-cta button{
    background: #000;
    padding:10px 25px;
    text-align: center;
    font-weight: 600;
    color:#0172f2;
    border:none;
    color:#fff;
    margin: 25px 0;
}

.new-footer{
    background: #2e4d72;
    padding: 80px 0 100px;
    position: relative;
}

.new-footer hr{
    border-top:1px solid rgba(255,255,255,.1);
    margin: 50px 0;
}
.desktop-footer ul{
    padding: 0 0;
}

.desktop-footer ul li{
    list-style: none;
    position: relative;
    padding-left: 15px;
}
.desktop-footer ul li a{
    color:rgba(255,255,255,.4);
    font-size: 10.4pt;
}

.desktop-footer p{
    font-size: 10.4pt;
    color:rgba(255,255,255,.4);
}

.fcdata{
    font-size: 10.4pt;
    color:rgba(255,255,255,1);
    text-align: right;
    font-weight: 600;
}
.fcdata i{
    color:#0172f2;
    margin: 0 10px;
}
.desktop-footer ul li::before{
    display: block;
    width: 4px;
    height: 4px;
    content: '';
    background: #4872c5;
    position: absolute;
    top:9px;
    left: 0; 
}

.desktop-footer ul li a:hover,
.desktop-footer ul li a:active,
.desktop-footer ul li a:focus{
    text-decoration: none;
    color:#fff;
}


.desktop-footer h5{
    color:#fff;
    font-size: 12pt;
    margin-bottom:25px;
}

.copyright-note{
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding:20px 0;
    color:rgba(255,255,255,.3);
    font-size: 10pt;
}

.fsbar{
    border:4px  solid #0172f2;
    display: inline-block;
    background: #fff;
}
.footer-search-input{
    height:35px;
    width: 300px;
    border:none;
    float: left;
    margin: 0 0;
    display: block;
    padding:5px 15px;
    margin-top: 1px;
}

.footer-search-input:active,
.footer-search-input:focus{
    outline: none;
}
.btn-footer-search{
    background: #0172f2;
    color:#fff;
    display: block;
    float: left; 
    line-height: 100%;
    height:36px;  
    border:none;
    margin: 0 0px;
    padding:8px 15px;
    font-weight: 400;
}

.footer-social{
  float: right;   
  padding: 0 0;
}
.footer-social li{
    float:left;
    list-style: none;
    padding: 0 0;
    
}

.footer-social li a{
    background: #0172f2;
    color:#fff;
    padding: 10px 0px;
    text-align: center;
    margin-left: 10px;
    width:40px;
    height: 40px;
    display: inline-block;
    border-radius: 3px;
}

.footer-social li a:hover,
.footer-social li a:active,
.footer-social li a:focus{
    background: #fff;
    color:#0172f2;
}

.hp-featured-events{
    padding:80px 0;
    background: #f4f4f4;
    background-image: url('../image/bg-linear-01.svg');
    background-size: cover;
}

.btn-yellow{
    background: #f0a227;
    font-weight: 600;
}

.hp-featured-events a{
    background: #fff;
    display: inline-block;
    padding:10px 25px;
    text-align: center;
    font-weight: 500;
    color:#0172f2;
    border:2px solid #fff;
    margin: 25px 15px 10px 0;

}

.other-events-btn{
    background: #0172f2 !important;
    border:2px solid #0172f2 !important;
    color:#fff !important;
}

.hp-featured-events p{
    background: #0172f2;
    color:#fff;
    display: inline-block;
    padding:8px 25px;
    border-radius: 25px;
    margin-bottom: 25px;
}

.hp-featured-events h5{
    color:#666;
    font-weight: 400;
}
 

.hp-featured-events a:hover{
    text-decoration: none;
    opacity: .8;
}


 .list-page-header{
    padding:100px 0;
    background: #333;
    background-size: cover;
    background-position: center center;
    color:#fff;
    position: relative;
 }

 .list-page-header h1{
    font-weight: 600;
    text-transform: uppercase;
    color:#fff;
 }

 .list-page-header p{
    line-height: 120%;
    margin: 25px 0;
    color:#f5f8f9;
 }

 

 .sub-cat-selection{    
    margin: 10px 0;
    padding: 0 0;
    color:#fff;
    border:none;
    border: 2px solid #0172f2;  
    position: relative;
    display: inline-block;   
    width: 380px;
    padding: 15px 70px 15px 25px;  
    text-align: left;
    background: rgba(0,0,0,.3);
    font-weight: 500;
    line-height: 120%;
    transition:ease-out 1s;
}

.sub-cat-selection:hover,
.sub-cat-selection:active,
.sub-cat-selection:focus{
    outline: none;
    background: rgba(0,0,0,.7);
}
 
.sub-cat-selection::after{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border: 3px solid #0172f2; 
    border-bottom: none; 
    border-left:none;
    position: absolute;
    right: 20px;
    top:10px;
    z-index: 10;
    transform: rotate(135deg);
}

.itzone-ddown .dropdown-menu{
    padding:  0 0 !important;
    border-radius: 0 !important;
    width: 380px;
    border:2px solid #0172f2;
    background: #333;
    position: relative;
    border-top:none;
}

.itzone-ddown .dropdown-menu li a{
    display:block;
    padding:10px 20px;
    background: #333;
    color:#ccc;
    line-height: 120%;
    border-bottom:1px solid rgba(100,100,100,.3);
}

.itzone-ddown .dropdown-menu li a:hover,
.itzone-ddown .dropdown-menu li a:focus,
.itzone-ddown .dropdown-menu li a:active{
    color:#f0a227;
    text-decoration: none;
}


.prod-item{
    display: block;
    height: 240px;
    margin-bottom: 30px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.prod-item:hover{
    outline: 1px solid #0172f2;
    outline-offset: 0px;
}

.prod-item > a >h5{
    color:#666;
    padding:10px 20px;
    font-size: 12.2pt;
    line-height: 120%;
}

.prod-item > a:hover,
.prod-item > a:active,
.prod-item > a:focus{
    text-decoration: none;
    color:#000;
}

 
.prod-item:hover > a > div{
    height: 0px;
    overflow: hidden;
}

.prod-item:hover > a > h5{
    height: 100%;
    background: #333;
    color:#fff;
    transition:ease-in-out 0.1s;
    padding:50px 20px;
}
.prod-item > a > h5::after{
    display: block;
    width: 0px;
    height: 1px;
    background: #f0a227;
    content: '';
    margin: 15px 0;
    transition:ease-in-out .5s;    
}
.prod-item:hover > a > h5::after{
    width: 150px;
}

.prod-item > a > div{
    display:block;
    height: 150px;
    position: relative;
    background: #f5f8f9;
    padding: 0 0;
    transition:ease-in-out .2s;
    opacity: .9;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-position:  center center;
}

.prod-item > a > div > p{
    position: absolute;
    bottom:0;
    left:0;
    color:#fff;
    background: #4872c5;
    margin: 0 0;
    font-size: 10pt;
    padding: 3px 15px;
}

.related-pages{ 
    background: whitesmoke;
}

.related-pages > div > div {
    padding-top:70px;
    padding-bottom: 50px;
}

/* Мэдээний жагсаалт хуудас----------------- */
.news-list-item{
    background: #fff;
    height: 300px;
    margin:15px 0; 
}

.news-list-item:hover{
    outline:1px solid #0172f2;
}

.news-list-item > a > div {
    height:180px;
    display;block;
    background:#ccc;
    margin-bottom:5px;
    background-size:cover;
    background-position:center center;
    opacity: .9;
}

 

.news-list-item > a > small{
    padding:0 20px;
    margin:10px 0 0;
    color:#ccc;
}
.news-list-item > a > h5{
    font-size: 13pt;
    color:#666;
    padding:0px 20px 20px;
    margin: 0 0;
}

.news-list-item > a:hover{
    text-decoration: none;
}

.news-list-item > a:hover > h5{
    text-decoration: none;
    color:#0172f2;
}

.read-news-area{
    padding: 50px 0;
}

.news-header{
    margin-bottom: 15px; 
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
}

.news-header h3{
    font-weight: 500; 
    position: relative;
    line-height: 110%;
}
.news-header p{
    color:#666;
}

.news-body-area{

}

.news-body-area p{
    color:#666;
}
.news-body-area img{
    margin:15px 0; 
    max-width: 100%;
}

.news-body-area blockquote{
    border:8px solid #333;
    padding:50px; 
    margin: 25px 0;
    font-weight: 500 !important;
    text-align: right;
    color:#000;
    font-size: 15pt !important;
}

.share-button,
.tweet-button{
    color:#fff;
    padding:10px 20px;
    border:none;
    border-radius: 25px;
    margin-right: 3px;
    line-height: 100%;
}

.share-button{background: #3b5998;}
.tweet-button{background: #00acee;}
.share-button:hover,
.share-button:focus,
.share-button:active,
.tweet-button:hover,
.tweet-button:focus,
.share-button:active{
    opacity: .8;
    outline: none;
}

.location-tracker{
    padding:10px 0;
    background: #f4f4f4;
    display: inline-block;
    width: 100%;
    margin-top: -1px;
    background-size: cover;
    background-position: top center;
}

.location-tracker ul{
    padding:0 0;
    margin: 0 0;
}

.location-tracker ul li{
    list-style: none;
    display: inline-block;
    padding:5px 25px 5px 0;
    font-size: 10pt;
    position: relative;
    float: left;
}

.location-tracker ul li::after{
    display: block;
    width: 8px;
    height: 8px;
    border:2px solid #fff;
    position:absolute;
    content: '';
    top:11px; 
    right:9px;
    transform: rotate(45deg);
    border-left:none;
    border-bottom:none;
    opacity: 0.5;
}
.location-tracker ul li a{
    color:rgba(255,255,255,.8);
}

.location-tracker ul li a:hover{
    text-decoration: none;
    color:#fff;
}
 
.featured-blog{
    background: #333;
}

.featured-blog a h3{
    color:#fff;
    margin: 30px 0;
}

.featured-blog a p,
.featured-blog a small{
    color:#ccc;
}
.featured-blog a p{
    margin-bottom: 30px;
}

.featured-blog a:hover,
.featured-blog a:focus{
    text-decoration: none; 
}

.featured-blog a:hover h3{
    color:#0172f2;
}

.featured-blog-thumb{
    background: #000;
    display: block;
    background-position: center center;
    background-size: cover;
}

.featured-blog-mobilethumb{
    display: none;
}
.fblog-intro{
    background: rgba(0,0,0,.85);
    padding: 50px 50px;
    margin: 25px 25px;
}
.blog-list-itzone{
    border-bottom: 1px solid rgba(0,0,0,.05);
    display: inline-block;
    padding: 30px 0;
}
 
.blog-list-itzone a{
    color:#333;
}

.blog-list-itzone a small{   
    color:#666;
    font-weight: 500;
    margin:0 0;
}

.blog-list-itzone a > p{
    color:#666;
}

.blog-list-itzone a:hover{
    text-decoration: none;
}

.blog-list-itzone a:hover h4{
    color:#0172f2;
}

.blog-list-itzone > a > div > div > div{
    display: block;
    height: 200px;
    background: #fff;
    background-size: cover;
    background-position: center center;
    opacity: .9;
    border-radius: 15px;

}

.blog-list-header{
    padding:100px 0;
    background: #333;
}

.blog-list-header h1{
    font-weight: 600;
    text-transform: uppercase;
    line-height: 100%; 
     color:#fff;
     position: relative;
}

 

.blog-list-item{
    background: #fff;
    height: 300px;
    margin:0 0 30px; 
}

.blog-list-item:hover{
    outline:1px solid #0172f2;
}

.blog-list-item > a > div {
    height:180px;
    display;block;
    background:#ccc;
    margin-bottom:5px;
    background-size:cover;
    background-position:center center;
    opacity: .9;
}

 

.blog-list-item > a > small{
    padding:0 20px;
    margin:10px 0 0;
    color:#ccc;
}
.blog-list-item > a > h5{
    font-size: 13pt;
    color:#666;
    padding:0px 20px 20px;
    margin: 0 0;
}

.blog-list-item > a:hover{
    text-decoration: none;
}

.blog-list-item > a:hover > h5{
    text-decoration: none;
    color:#0172f2;
}




.blog-author{
    background:#fff; 
    padding:40px 40px 80px;
    background: #f5f8f9;
    border-bottom: 1px solid #0172f2; 
}

.blog-author > div{
    width: 100px;
    height:100px;
    display: block;
    content: '';
    background: #ccc;
    border-radius: 10px;
    margin-bottom: 15px;
    background-size: cover;
    background-position: center center; 
}
.blog-author h5{
    font-size: 14pt;
}
.blog-author p{
    color:#666;
    line-height: 130%;
}

.blog-author button{
    border:none;
    background: #ccc;
    color:#fff;
    padding: 5px 5px;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

.blog-author button:hover,
.blog-author button:active,
.blog-author button:focus{
    outline: none;
    background: #333;
}

.sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    margin-bottom: 30px;
}

.authors-list{
    background: #fff;
}

.authors-list h4{
    background:#ccc;
    padding:8px 15px;
    width: 100%;
    margin-bottom: 25px;
}

.authors-list a > div{
    height:100px;
    border-bottom:1px solid #ccc;
    
}

.authors-list a > div > div {
    display: block;
    width:80px;
    height:80px;
    background: #ccc;
    content:'';
    float:left;
    margin-right:15px;
}
.tagline{  
    margin:50px 0 0;
    
}

.tagline ul {
    padding:0 0; 

}

.tagline ul li{
    float: left;    
    list-style: none;
}


.tagline ul li a{
    background: #ccc;
    display: inline-block;
    color:#fff;
    margin: 2px 3px 2px 0;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 11pt;
}

.tagline ul li a:hover,
.tagline ul li a:active,
.tagline ul li a:focus{
    text-decoration: none;
    background: #0172f2;
}

.pagination{
    margin: 10px 0 0; 
}

.page-item.active .page-link {
    border:none;
    margin-top:1px;
}

 
/* Мэдээний жагсаалт хуудас төгсөл----------------- */



/* tagged list --------------------------------- */
.tagged-item{
    background:#fff;
    height:180px;
    padding:20px 25px;
    border-radius:10px;
    margin:15px 0;
}
.tagged-item a{
    color:#0172f2;
}
.tagged-item a h5{
    font-size: 13pt;
    color:#666;
}

.tagged-item a:hover,
.tagged-item a:hover > h5{
    text-decoration: none;
    color:#000;
}



/* end of tagged list --------------------------------- */

.btn-casestudy-cta{
    background: #0172f2;
    color: #fff;
    font-weight: 600;
    border: none;
    margin: 15px 0;
    padding: 12px 30px;
}

.case-i{
    background: #fff;
    height: 200px;
}

.case-i > a > h5{
    color:#666;
    font-size: 14pt;
}

.casestudy-header{ 
    padding: 110px 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    position: relative;
    background-size: cover;
    background: #333;
    background-image: url('../image/px_by_Gre3g.png');
}



.case-video-header{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 1;
    object-fit: cover;
    background-size: cover;
    opacity: 0.2; 

}

.case-video-header:after{
    position:  absolute;
    width: 100%;
    height: 100%;
    background: #000; 
    left:0;
    top:0;
    z-index: 100;
    display: block;
}

.case-hd{
    z-index: 100;
    color:#ccc;
}

.case-hd h1{
    font-weight: 800;
    font-size: 38pt;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
    line-height: 100%;
    text-transform: uppercase; 
    color:#fff;
    border-bottom: 1px solid #f0a227;
    padding: 0px 0px 15px; 
    border-radius: 0px;
    display: inline-block;
    margin: 0 auto 30px;
}

.case-hd button{
    border:2px solid #fff;
    padding:8px 25px;
    font-weight: 600;
    color:#fff;
    background: none;
}

.casestudy-list-item{
    margin-bottom: 30px;
    background: #fff;
    height: 250px;
}

.casestudy-list-item > a > div{
    height: 170px;
    background: #ccc;
    background-size: cover;
    background-position: center center;
}

.casestudy-list-item > a > h5{
    color:#666;
    font-size: 12pt;
    padding: 10px 15px;
}

.casestudy-list-item > a:hover {
    text-decoration: none;
}

.casestudy-list-item > a:hover > h5{    
    color:#000;
}
.case-read-title{
    padding: 50px 0px; 
    color:#666; 
}

.case-read-title h1{
    font-weight: 800;
    color:#000;
    text-transform: uppercase;
    margin: 0 0;
}

.case-read-title h3::after{
    content: '';
    width: 60px;
    height: 5px;
    background:#f0a227;
    display: block;
    margin: 15px 0;
}

.case-read-title p{
    border-bottom: 1px solid #f0a227;
    text-transform: uppercase;
    font-weight: 600;
    color:#ccc;
}
.case-video{
    background: #f5f5f5;
    padding:  0 0;
}


.case-article-body{
    padding: 0 0 50px;
}



.case-article-body p,
.case-article-body ul li,
.case-article-body ol li{
    color:#666;
}
.case-article-body blockquote{ 
    padding: 50px 100px;
    margin: 15px 0;
    border:5px solid #333;
    font-weight: 500;
    color:#333;
}

.case-article-body blockquote ul{
    padding:  0 0;
    margin: 0 0;
}

.cta-case{
    padding: 25px 30px;
    background: #f5f8f9;
    color:#fff;
    margin: 15px 0 30px;
    min-height: 300px;
    border-top:3px solid #f0a227;

}

.sub-cats{ 
    padding: 0 0;  
    position: relative; 
    margin-bottom:50px;    
    float: left;
    width: 100%;

    
}

.sub-cats ul{
  display: inline-block; 
  margin:0 0;
  width: auto; 
  padding:  0 0;
       
}

.sub-cats ul li{
    list-style: none;
    float: left;    
    margin:  0 0;
}



.sub-cats ul li a{
    float:left;
    padding: 8px 15px;
    line-height: 100%;
    margin:0 0; 
    font-weight: 400;
    color:#999;
    display: block; 
    background: #fff;
    margin: 0 2px 5px;
    font-size: 10.7pt;
    border-radius: 2px;
}

.sub-cats ul li a:hover{
    color:#000;
    text-decoration: none;
}

.sub-cats .active:hover{
    color:#ccc;
}

.sub-cats .active{
    background: #0172f2;
    text-decoration: none;
    color:#fff;
}


/*Event page-----------------------------------*/
.featured-event{
    background-color: #101936;
    padding: 100px 0px; 
    background-image: url('https://www.itzone.mn/photos/shares/web-assets/mesh_background-blue.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

.featured-event > div > div > div > div {
    background-color:rgba(0,0,50,.6);
    color:#fff;
    padding:50px 30px;
}

.featured-event > div > div > div > div p{
    color:#ccc;
}

.featured-event > div > div > div > div h2{
    margin-bottom: 25px;
    line-height: 100%;
}

.event-list-item{
    background: #f5f8f9; 
    margin: 15px 0;
    padding: 30px 30px;
}

.event-list-item h5{
    color:#333;
}

.event-list-item h5 span{
    color:#ccc;
    font-size: 11pt; 
    border-radius: 50%;
}

.event-list-item:hover{
    outline: 1px solid #ccc;
} 
.event-date{
    background: #fff; 
    padding: 0 0 10px;   
}

.event-date > .month{
    background: #999;
    color:#fff;
    text-align: center;
    padding: 8px 15px; 
}

.event-date h1,
.event-date p{
    margin: 0 0;
    padding: 0 0;
    line-height: 120%;
    color:#333;
    text-align: center;
}
.event-list{
    background:#fff;
    padding:30px 0;
    line-height: 120%;
    color:#666;
}

.event-list thead{
    color:#000 !important; 
}
.event-list .nav-link{
    color:#666 !important;
    border-radius: none !important;
    background: none;
    font-size: 90%;
}

.event-list .nav-tabs{ 
    border:none;
    margin-bottom: 25px;
}

.event-list .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important; 
    padding: 10px 0;
    margin-right: 15px;
    font-weight: 500;
}

.event-list .nav-tabs .nav-link.active{
    background: none;
    color:#007bff !important;
    border-bottom:1px solid #007bff;
   
}

.event-list a:hover{
    color: #000;
}

 
.public-event{
    color:#999;
}

.private-event{
    color:#999;
}

.epartner-logo {
    max-width: 135px;    
}

 .event-cover{     
    padding: 150px 15px;
    text-align: left;
    background: #232F3E;   
    color:#fff;
    background-position: center center;
    background-size: cover;

 }
 
 .event-cover p{
     font-weight: 600;
     font-size: 12pt;
     color:#fff;

 }

 .event-cover p a{
     text-decoration: none;
 }

 .event-cover p a:hover,
 .event-cover p a:focus,
 .event-cover p a:active{
     color:#f6d600;
 }
 
 
 .event-cover h5{
    display: inline-block;
    background: #f6d600;
    padding: 5px 25px;
    color:#000;
    font-size: 11pt !important;
    margin-bottom: 25px;
 }
.event-details{
    color:#333;
    padding: 80px 80px; 
    background: #fff; 
    border:1px solid #f1f5f9; 
}
 
 .event-subscribe{
     background: #fff;
     margin: 0 0;
     border:1px solid #212121;
     padding: 25px 0 50px;
 }
   
 .event-header{
     margin-bottom: 30px;
     border-bottom:1px solid #ccc;
     padding-bottom: 25px;
 }

 .event-header a {
     color:#666;
 }

 .event-header a h5{ 
     display:inline-block;
     padding: 4px 15px;
     font-size: 10pt;
     background:#f6d600;
     color:#333;
 }

 .btn-event-reg{
     background: #000;
     color:#fff !important;
     border-radius: 0;
     text-transform: uppercase;
 }

 .btn-event-reg:hover,
 .btn-event-reg:focus,
 .btn-event-reg:active{
     color:#f6d600;
 }
 .reg-area{   
     padding: 50px 50px 100px;
     background: #f1f5f9;
     margin-bottom: 50px; 
 }

 .reg-area h5{
    margin-bottom: 25px;
    font-size: 12.5pt;
    font-weight: 700;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
 }

 .reg-closed{
     background: rgba(255,255,255,.5);
      
     padding: 25px 25px;
     text-align: center;
     border-radius: 15px;
     color:#666;
 }

 .reg-closed i{
     display: block;
     font-size: 20pt;
     margin-bottom: 15px;
     color:#666;
    
 }

.vid-top-pop{
    display: none;
    background: rgba(0,0,0,.7);
    position: fixed;
    content: "";
    top:0;
    right: 0;
    bottom: 0;
    left:0;
    z-index: 100000;
    }
    
    
.popup_video{
    display: block;
    background: none;
    position: absolute;
    content: "";
    top:10%;
    right: 15%;
    bottom: 15%;
    left:15%;
    z-index: 100001;
}
    
#close-button{background:#007bff; color:#fff; float:right; border:none; padding:8px 20px; margin-right:1px;  font-weight:600;}

.we-are-itzoners{
    padding:50px 0;
}

.hr-news-title{
    padding-bottom:15px;
    border-bottom:1px solid #ccc;
    width:100%;
    margin-bottom:15px;
}

.hr-news-body{
    
}


.hr-news-body p,
.hr-news-body ul li,
.hr-news-body ol li{
    color:#666;
}

.hr-news-body img{
    max-width:100%;
}

.article-cat-a{
    background:#f0a227;
    color:#000;
    padding:8px 15px;
    display:inline-block;
    font-weight:600;
}

.hr-news-related{
    background:#f8f8f8;
    padding:80px 0;
}


.hr-news-thumb{
    background: #fff;
    height:300px;
    margin-bottom: 30px;
}

.hr-news-thumb a div{
    display:block;
    height:180px;
    background: #ccc;
    background-size: cover;
    background-position: center center;
}

.hr-news-thumb a h5{
    padding:8px 15px;
    font-size: 13pt;
    color:#333;
}

.hr-news-thumb a:hover{
    text-decoration: none;
    color:#000;
}


.hr-news-thumb a:hover > h5{
    color:#000;
}

.hr-intro{
    padding:30px 0 400px;
    background:#ccc;
    background-image: url('https://www.itzone.mn/photos/shares/company-pages/hr/moguls.jpg');
    background-size: cover;
    background-position:top center;
}

.about-itzone{
    padding:50px 0;
}

.about-itzone h3{
    margin-top: 25px;
}

.about-itzone img{ 
    opacity: .9;
}

.about-itzone a{
    border: 3px solid #333;
    padding: 10px 25px;
    background: #fff;
    color:#333;
    font-weight: 600;
    margin: 25px 0;
    display: inline-block;
}

.about-itzone a:hover,
.about-itzone a:focus{
    text-decoration: none;
    background: #333;
    color:#fff;
}

.quoto-slider{
    
}

.quoto-slider .owl-theme .owl-nav.disabled+.owl-dots{
    margin:10px 0 50px 0 !important; 
}

.quoto-slider .owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
}

.quote-item{
    border:2px solid #f5f5f5;
    margin: 10px;
    padding: 15px;
    border-bottom: 2px solid #f0a227;
}
.quote-item img{
    filter: grayscale(100%);
    opacity: .95;
}

.quote-item blockquote{
    font-weight: 600;
    color:#333;
    font-size: 25pt;
    line-height: 120%;
    padding: 40px 50px 0;
}

.quote-item blockquote::before{
    content: '';
    display: block;
    width: 50px;
    margin-bottom: 15px;
    height: 50px;
    background-image: url('https://www.itzone.mn/photos/shares/company-pages/hr/icon-comment.png');
    background-size: cover;
}

.quote-item p,
.quote-item small{
    padding: 0 50px;
    margin:0 0;
    font-weight: 600;
    color:#666;
    line-height: 140%;
}

.quote-item small{
    font-weight: 400;
    margin-bottom: 25px;
}

.quote-item img{
    border-radius: 5px;
}
.cta-join-us{
    padding: 80px 0;
    background: #333;
    color:#fff;
}
.cta-join-us p{
    color:#ccc;
}
.cta-join-us a{
   border:3px solid #f0a227;
   color:#f0a227;
   padding: 10px 25px;
   font-weight: 600;
   margin: 25px 0;
}

.cta-join-us a:hover{
    background:#f0a227; 
    color:#000;
}

.unet-zuils{
    background: #007bff;
}
.treasures{
    margin: 150px 0;
    color:#fff;
    text-align: center;
}

.treasures h1{
    font-weight: 700;
    text-transform: uppercase;
}

.treasures p{
    text-transform: uppercase;
    font-weight: 500;
}

.hr-lnews{
    padding: 50px 0;
    background: whitesmoke;
}

.hr-lnews h3{
    border-bottom:2px solid #333;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.hr-lnews > div > div > div > div{
    background: #fff;
    margin-bottom: 25px;
    height: 350px;
}

.hr-lnews > div > div > div > div > a >h5{
    color:#666;
    padding: 5px 25px;
}


.hr-lnews > div > div > div > div > a > div{
    display: block;
    height: 200px;
    background-size: cover;
    background-position: center center;
}

.hr-lnews > div > div > div > div > a:hover{
    text-decoration: none;
    color: #000;
}

.hr-lnews > div > div > div > div > a:hover > h5{
    color:#000;
}


.search-result-page{
    padding:50px 0 100px;
}
 
 