﻿@font-face {
    font-family: 'MyanmarText';
    src: url('/assets//Fonts/MyanmarText.eot');
    src: url('/assets//Fonts/MyanmarText.eot?#iefix') format('embedded-opentype'),
        url('/assets//Fonts/MyanmarText.woff2') format('woff2'),
        url('/assets//Fonts/MyanmarText.woff') format('woff'),
        url('/assets//Fonts/MyanmarText.ttf') format('truetype'),
        url('/assets//Fonts/MyanmarText.svg#MyanmarText') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




*
{
    
}
html {
  scroll-behavior: smooth;

}
body {
     margin: 0;
    font-family: 'MyanmarText';
    font-weight: 100;
    color: #333;
       margin:0;padding:0;background:#e0e1e2;
      
}
    body.first { background:url('/images/theme/bg-pc.jpg') no-repeat center center fixed; 
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    }

    body.first.mobile {
        background: url('/images/theme/bgmobile.jpg') no-repeat top center ;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
         overflow-x:hidden
    }
 
   * {
     -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
     box-sizing:initial;
} 
    
body.oh{
  overflow:hidden;
 }
h1,h2,h3,h4,h5
{   
}
a {
    color: #fff;
    cursor:pointer;
    text-decoration:none !important;
    transition:all .3s;
    -o-transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
}

a:hover,a:focus {
    color:#333;
    text-decoration:none;
}
::selection {
  background:#0000ff;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection{
background:#0000ff;
  color: #fff;
  text-shadow: none;
}

::-webkit-input-placeholder { /* Edge */
  color: #ccc;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:  #ccc;
}

::placeholder {
  color:  #ccc;
}
.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
       -webkit-transition: all .5s;
    transition: all .5s;
}

.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.colorscale {
    filter: none;
    -webkit-filter: grayscale(0%);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.colorscale:hover {
      filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
/*BOOTSTRAP CUSTOM STYLES*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0px;
    box-sizing:border-box
 }


.row {
    margin: 0;
    padding: 0;
}


.row {
    margin: 0;
    padding: 0;
}
.container {

 
}
/*@media (min-width: 1400px) {
    .container {
        width: 1360px;
    }
}*/
#menu.doit {
    transform: rotate(0);
    left: 0;
                 
}
#menu.tr {
    transition: all 1s;
}
#menu {
   
    transform-origin: top left;
    transform: rotate(-90deg);
    background: rgba(0,0,0,.80);
    position: absolute;
    left: -100vw;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2
}
        .sub { 

         display:none;
        text-align:center;
        height:100%;
        width:calc(25% - 1px);
        float:left;
        }
               .sub.l2 { 

      
        width:calc(20% - 1px);
   
        }
                            .sub.active { 

      
        width:calc(20% - 1px);
   
        }
            .sub.border {
                  transition:all .3s;
    -o-transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
        border-right:1px solid #fff;
        cursor:pointer;
        }
        .sub.border:last-child {
        border-right:none
        
        }
              .sub b {     padding:0;margin:0;
color:transparent;        
 transition:all .3s;
    -o-transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
               display:inline-block;
                   margin-top:50vh;
        }
                            .sub b.double {     
 
                   margin-top:40vh;
        }
                                                        .sub b.double.sec {     
 
                   margin-top:15vh;
        }
                            .sub b.showit {
                                
       color:#fff;
       font-size:45px;
       letter-spacing:2px;

       line-height:1;
             transition:all .3s;
    -o-transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    

        }                   .sub:hover  b.showit {
       
       color:#fd643b;
    border-bottom:2px solid #fd643b
        
               }                         .sub b.showit.off {
       
      margin-top:120vh;
        
        }
            .sub a {
            display:block;
            height:100%;
            }
            /*.sub b.after { 
      
            display:none;
                   
       color:#fff;
       font-size:45px;
       letter-spacing:2px;
       padding:0;margin:0;
       line-height:1;
               margin-top:50vh;  transition:all .3s;
    -o-transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
            }*/
                                                  .sub b.showit.has {
       
     /*position:absolute;
     left:5%;*/
        transition:all .3s;
    -o-transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
        }
#cl {
    position: fixed;
    top: 60px;
    left: 30px;
    font-size: 20px;
    z-index: 5;
    color: #fff;
    background: #000;
    padding: 10px;
    border-radius: 50%;
    line-height: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
}
@media (min-width:1200px) {
#cl {
     
    padding: 15px;
       font-size: 27px;

    width: 40px;
    height: 40px;
 }
}
@media (max-width:767px) {
#cl {
      font-size: 17px;
       top: 30px;
         width: 25px;
    height: 25px;
 }
}
    #cl:hover {
    background:#fd643b
    }
    #cl span {
    margin-top:5px;
    display:block
    }
#name {
position:fixed;
top:20vh;
width:70vw;
left:15vw;
z-index:1;
  color:#fff;
 font-size:2.2em;
 letter-spacing:1em;
 text-align:center;
 line-height:100%
}

#name img {
 
    width:100%;
 
 
}
#name b {
  font-size:1.3em;
display:block;
  font-weight:bold;
  text-transform: uppercase;
 margin-top:15px;
 
}
@media (max-width:1499px) {
    #name {
 top:8vh; 
 letter-spacing:.8em;
  font-size:2em;

width:70vw;
 
}
    #name img {
 
    width:90%;
 
 
}
 #name b {
  font-size:1.2em;
display:block;
  font-weight:bold;
  text-transform: uppercase;
 
 
}
}
  .footer {
 margin-top:20px;
z-index:2;
position:relative
}
body.first .footer {
position:absolute; 
margin-top:0;

bottom:4px;
width:100%;
text-align:center;
 }
div.social {
 display:inline-block;
text-align:center;
 
width:200px;
 text-align:center;
 margin-bottom:10px;
}
  div.fmenu {
 display:inline-block;
text-align:center;
 font-size:12px;
width:200px;
 text-align:center;
 line-height:150%;
 
}
div.fmenu a {
    line-height:100%;
    display:inline-block
}
  body.first   div.social   a{
     background:#fff;
color:#000 !important;
 
    }

        
       body.first    div.fmenu   a{
      
color:#fff !important;
 
    }             body.first    div.fmenu   {
      
color:#fff ;
 
    }    
        div.social   a{
     background:#000;
color:#fff !important;
margin-left:10px;
border-radius:50%;
line-height:100%;
padding:6px 6px 3px 6px;
font-weight:bold;
 display:inline-block;
    }

        
        div.fmenu   a{
      
color:#000 !important;
 
    }        div.fmenu  a:hover, body.first   div.fmenu  a:hover{
      
color:#fd643b !important;
 
    }
        div.social  a:hover,body.first div.social  a:hover {
     background:#fd643b;
 

    }

#resources.active b {
  color:#fd643b;
    border-bottom:2px solid #fd643b


}
#mobilemenu {
width:100%;
position:fixed;
z-index:99999;
top:-101vh;
overflow:hidden;
            background:rgba(0,0,0,.8);
          transition:all .5s;
    -o-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;
}
#mobilemenu.doit {
   top:0
  }
#mobilemenu .sub {
width:100%;
border-bottom:1px solid #fff;
display:block;
 float:none;
 height:25vh
}#mobilemenu .sub b {
display:block;
margin-top:initial;
color:#fff;
 height:13.5vh;
 padding: 11.5vh 0 0 0;
 font-size:25px;

}
 #mobilemenu .sub:last-child b {
 
 padding: 6vh 0 0 0;
 

}
 #mobilemenu .sub a {
display:block;
 }
#namemobile {
    margin-top:45vh;
    text-align:center;
    color:#fff
}
#namemobile img {
   width:90%;
}
#namemobile {
 
  color:#fff;
 font-size:1.4em;
 letter-spacing:.25em;
 text-align:center;
 line-height:100%
}

 
#namemobile b {
  font-size:1.1em;
display:block;
  font-weight:bold;
  text-transform: uppercase;
 margin-top:10px;
 margin-bottom:5px;
 
}
.innermenu {
height:100%;
min-height:calc(100vh - 100px);
padding-top:130px;
padding-left:30px;
}
.minnermenu {
border-bottom:1px solid #000;
 
 padding-top:130px;
 }
.maininfocont {
    border-left: 1px solid #000;
}

@media(max-width:767px) {
    .maininfocont {
       border-left:none
    }
}
.minnermenu .logo {
position:fixed;
top:20px;
right:0;
text-align:center;
z-index:2
}
.minnermenu .logo img {
width:54% !important;
 }
@media (max-width:400px) {
    .minnermenu .logo img {
        width: 50% !important;
        margin-left:15px;
    }
}

    @media (max-width:320px) {
        #namemobile {
            margin-top: 40vh;
        }

            #namemobile img {
                width: 80%;
            }

        #namemobile {
            font-size: 1.2em;
            letter-spacing: .2em;
        }
    }

    @media (min-width:1200px) {
        .innermenu {
            padding-top: 150px;
        }
    }

    .breadcrumb {
        padding: 0;
        margin-bottom: 0;
        background-color: transparent;
        margin-bottom: 20px
    }

        .breadcrumb a {
            color: #000;
            margin-right: 5px;
            font-size: 12px;
        }

    .minnermenu .breadcrumb {
        position: fixed;
        top: 90px;
        left: 30px;
        font-weight: bold;
        z-index: 9
    }

        .minnermenu .breadcrumb a {
            display: block;
            margin-right: 0;
        }

    .breadcrumb a:hover {
        color: #fd643b;
    }

    .fw {
        width: 100%
    }
.fw.vert {
    width:auto;
    max-width:300px;
    height: auto
}
@media(min-width:1400px) {
    .fw.vert {
        width: 100%;
        max-width: 440px;
    }
}
@media(max-width:767px) {
    .fw.vert {
        width: 100%;
        max-width: initial;
    }
}
    .maininfo {
        margin: 40px;
    }

    .newsinfo {
        margin: 60px 20% 0 50px;
        text-align:justify
    }

.newsinfo * {
     text-align: justify
}
    @media(max-width:767px) {
        .newsinfo {
            margin: 20px;
         }
            .newsinfo * {
                text-align: initial
            }
        #cl {
            z-index: 999999
        }
    }
    /*.maininfo img {
    -webkit-box-shadow: 4px 4px 10px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 4px 4px 10px 0px rgb(0 0 0 / 50%);
    }*/

    .maininfo h2 {
        padding: 0;
        margin: 10px 0 0 0;
        font-size: 13px;
    }

    .maininfo span {
        display: block;
        font-size: 12px;
    }

    .maininfo .marg {
        padding: 20px;
    }
@media (max-width:767px) {
    .maininfo .marg {
        padding: 10px;
    }
}
.itema {
    color: #000 !important;
    font-style: italic;
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
}

        .itema div.caption {
            opacity: 0;
            text-align: center;
            width: 102%;
            position: absolute;
            bottom: 15px;
            background: rgba(255,255,255,.8);
            padding: 10px 0;
            left: -1%;
            transition: all .5s;
            -o-transition: all .5s;
            -moz-transition: all .5s;
            -webkit-transition: all .5s;
        }

        .itema:hover {
            color: #fd643b !important
        }

            .itema:hover div.caption {
                opacity: 1
            }

        .itema img {
            transition: all .5s;
            -o-transition: all .5s;
            -moz-transition: all .5s;
            -webkit-transition: all .5s;
            margin-bottom: 20px;
           
            
       /*     outline: 2px solid #e0e1e2;
            outline-offset: -2px;*/
        }

        .itema:hover img {
            transform: scale(102%);
     /*       outline: 2px solid transparent;
            outline-offset: -2px;*/
        }

    .lg-outer {
        background-color: rgba(0,0,0,.85) !important;
    }

    .lg-backdrop {
        background-color: transparent !important
    }

    .lg-actions .lg-next, .lg-actions .lg-prev, .lg-sub-html, .lg-toolbar {
        background-color: transparent !important;
        z-index: 1080;
    }

    .lg-image {
        -webkit-box-shadow: 4px 4px 10px 0px rgb(0 0 0 / 50%);
        -moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
        box-shadow: 4px 4px 10px 0px rgb(0 0 0 / 50%);
    }

    .lg-outer .lg-img-wrap {
        padding: 10px;
    }

    .lg-icon.lg-next:before {
        font-size: 30px;
        font-family: 'icomoon';
        content: '\e903' !important;
        padding: 3px;
        background-color: rgba(0,0,0,.5);
    }

    .lg-icon.lg-prev:after {
        font-size: 30px;
        font-family: 'icomoon';
        content: '\e901' !important;
        padding: 3px;
        background-color: rgba(0,0,0,.5);
    }

    .lg-sub-html {
        bottom: 0;
        color: #fff;
        font-size: 12px !important;
        left: 0;
        padding: 10px 20px !important;
        position: absolute;
        right: 0;
        text-align: center;
    }

    .lg-icon.lg-close:after {
        font-size: 30px;
        padding: 3px;
        background-color: rgba(0,0,0,.5);
    }


    .lg-toolbar {
        width: 100% !important;
        position: fixed !important;
        padding: 0 15% !important;
    }

    @media(min-width:1399px) {
        .lg-toolbar {
            width: 100% !important;
            position: fixed !important;
            padding: 0 15% !important;
            margin-top: 50px;
        }
    }

    @media(max-width:767px) {

        .lg-toolbar {
            padding: 0 !important
        }

        .lg-actions .lg-next {
            right: -5px !important;
        }

        .lg-actions .lg-prev {
            left: -5px !important;
        }
    }

    .side {
        position: fixed;
        right: 0;
        top: calc(50vh - 60px);
        z-index: 9999
    }

    @media(max-width:767px) {
        .side {
            z-index: 999
        }
    }

    .side a {
        display: block;
        padding: 8px 6px 2px 7px;
        line-height: 100%;
        background-color: #762008
    }

        .side a:first-child {
            display: block;
            background-color: #b12e0c
        }

        .side a:last-child {
            display: block;
            background-color: #4f1605
        }

        .side a:hover {
            color: #000
        }

    .aboutinfo {
        padding-left: 30px;
        max-width: 600px;
    }

    @media(max-width:767px) {
        .aboutinfo {
            padding-left: 30px;
            max-width: initial;
            padding-right: 30px;
        }

            .aboutinfo .text {
                margin-bottom: 20px;
            }

            .aboutinfo h2 {
                margin: 20px 0 0 0;
                padding: 20px 0 0 0;
                border-top: 1px solid #000
            }

            .aboutinfo h3 {
                margin: 0 0 10px 0;
                padding: 0
            }
    }
 
    .sideinfo h2 {
        padding: 0;
        margin: 0 0;
        text-align: right;
    }

    .newsinfo h2 {
        padding: 0;
        margin: 0;
        color: #000
    }

    .newsinfo a {
        color: #fd643b;
        font-size: 12px
    }

    .fw2 {
        width: 85%;
        box-shadow: none !important;
        border: 1px solid #000
    }

    .postrow {
        border-bottom: 1px solid #000;
        padding: 20px 0
    }

    @media(max-width:767px) {
        .postrow {
            padding: 30px 0 10px 0
        }
    }

    .fl {
        position: fixed;
        width: 25%;
        border-right: 1px solid #000;
        left: 0;
        bottom: 0;
        height: 175px;
     }

    .sideinfo a {
        display: block;
        color: #000;
        font-size: 12px;
        font-weight: bold
    }

        .sideinfo a:hover {
            color: #fd643b
        }

        .sideinfo a.active {
            color: #fd643b
        }

    div.logo img.fw {
        width: 80%
    }

    .minnermenu .sideinfo {
        text-align: center !important;
    }

        .minnermenu .sideinfo a, .minnermenu .sideinfo h1 {
            margin-bottom: 8px;
            font-weight: bold;
        }

        .minnermenu .sideinfo h1 {
            margin-bottom: 20px;
        }

    .fm {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 150px;
        background: #e0e1e2;
        z-index: 1
    }

    .form-group {
        font-weight: bold
    }

    .form-control {
        margin-bottom: 10px;
        font-weight: normal
    }

    @media(min-width:768px) {
        .contactinfo {
            margin-top: 190px;
        }
    }

    .form-control {
        height: 26px;
        padding: 4px 12px;
        width: calc(100% - 24px);
        border: 1px solid #333
    }

    .lg-outer {
        z-index: 999999 !important
    }

    #sharee {
        display: none;
        margin-top: 2px
    }

        #sharee .jssocials-share {
            display: block;
            margin-bottom: 1px
        }

    .jssocials-share-link {
        margin-right: -1px !important
    }

    #sharee .jssocials-share a {
        color: #fff;
        background-color: #b12e0c
    }

        #sharee .jssocials-share a:hover {
            color: #000
        }

.maininfocont p img {
    width: 100% !important;
    height: auto !important
}
@media(min-width:768px) {
    .maininfocont {
        min-height: calc(100vh - 100px);
    }
}

.source {
display:inline-block;
margin-top:10px;
font-weight:bold
}
.btn-submit {
    padding: 10px 12px 4px 12px;
    line-height: 1;
    background-color: #fd643b
}
.btn-submit:hover {
 color:#fff;
    background-color: #333
}
#resmsg {
    display: block;
    margin-top: 10px;
    text-wrap: normal;
    margin-top: 10px;
}
    #resmsg.success {
        color: #16a440
    }
    #resmsg.danger {
        color: #b12e0c
    }