    @charset "UTF-8";
     :root {
        --main-bg-color1: #c42c4d;
        --main-bg-color2: #000;
        --main-bg-color3: linear-gradient(#191919, #494949);
    }
    
    @font-face {
        font-family: "Phetsarath";
        src: url("../fonts/Phetsarath-Regular.otf");
        unicode-range: U+00-FFFF;
    }
    
    a {
        text-decoration: none;
        word-break: keep-all; ; 
    }
    
    p.text {
        font-size: 12pt;
        color: #444;
        text-align: justify;
        /*text-indent: 50px;*/
        word-break: keep-all; 
    }
    
    figure p {
        font-size: 12pt;
        color: #444;
        text-align: justify;
       /* text-indent: 20px;*/
       word-break: keep-all; 
    }
    
    * {
        font-family: "Phetsarath" ,'Roboto', 'Nunito', 'Ubuntu', sans-serif;
        font-size: 13px;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .wrap-body {
        background-color: #125E8A; 
        padding: 8px 50px 0px 50px
    }

    .wrap-content {
        background-color: #fff; 
        padding-top: 5px; 
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 8px;
        border-radius: 20px;
    }
    
    #h-banner > img {
        /* height: 175px !important; */
        vertical-align: middle;
    }

    .container {
        max-width: 960px;
        width: 100%;
        margin: 0 auto;
        padding: 0px 30px;
    }
    
    .minicontainer {
        min-height: 900px;
    }
    /******************** Start Hamburger ********************/
    
    .hamburger {
        display: None;
        cursor: pointer;
        margin: 20px 10px 0px 10px;
    }
    
    .bar1,
    .bar2,
    .bar3 {
        width: 22.5px;
        height: 2px;
        background-color: #fff;
        margin: 6px 0;
        transition: 0.4s;
    }
    
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 7px);
        transform: rotate(-45deg) translate(-9px, 7px);
    }
    
    .change .bar2 {
        opacity: 0;
    }
    
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-3px, -3px);
        transform: rotate(45deg) translate(-3px, -3px);
    }
    
    .open {
        height: auto!important;
    }
    
    .strNRA {
        font-size: 17pt;
    }
    /******************** End Hamburger ********************/
    /******************** Start Header ********************/
    
    header {
        width: 100%;
        height: 70px;
        background: #237aad;
        border: 1px solid #ddd;
        box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.15), 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    }

    .warp-menu-header {
        display: grid;
        grid-template-columns: 1fr 45px;
    }
    
    .logo {
        display: grid;
        grid-template-columns: 1fr 45px;
    }
    
    .logo {
        width: 65px;
        align-self: center;
        margin-top: 1px;
    }
    
    .nav-grid {
        display: grid;
        /* grid-template-columns: 80px 1fr; */
    }
    
    .header-grid {
        display: grid;
        grid-template-columns: 1fr 60px;
    }
    
    .logo-grid {
        text-align: center;
    }
    
    ul.menu {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        margin-top: 10px;
        /* margin-top: 25px; */
        padding: 0 30px 0 0;
        justify-items: center;
    }
    
    ul.menu li {
        list-style: none;
    }
    
    .footer-a-menu {
        text-decoration: none;
        color: #bbb;
    }
    
    ul.menu li a {
        text-decoration: none;
        padding: 0 3px;
        color: #fff;
        text-transform: uppercase;
        transition: .3s ease-in;
    }
    
    ul.menu li a:hover {
        color: var(--main-bg-color1);
    }

    ul.nav-left li a:hover {
        color: var(--main-bg-color1);
    }
    
    .language {
        color: var(--main-bg-color2);
        margin-top: 14px;
        /* margin-top: 25px; */
    }
    
    .language a {
        text-decoration: none;
        color: var(--main-bg-color2);
        text-transform: uppercase;
    }
    
    .sticky {
        position: fixed;
    }
    /******************** End Header ********************/
    /******************** Start Feeds ********************/
    
    .readmore {
        margin-top: 10px;
        display: block;
        text-decoration: none;
        background: var(--main-bg-color1);
        padding: 10px;
        text-align: center;
        border-radius: 5px;
        color: white;
    }
    
    .download {
        background: var(--main-bg-color1);
        border-radius: 5px;
        color: white;
        padding: 3px 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
    }
    /******************** End Feeds ********************/
    /******************** Start content banner ********************/
    
    .content-banner-text {
        display: grid;
        grid-template-columns: 1fr;
        height: auto;
    }
    
    .content-banner-text h2 {
        margin: 35px 0px;
        font-size: 16pt;
        color: #494949;
    }
    
    .mySlides {
        width: 100%;
        height: auto;
        display: none;
    }
    
    .content-banner {
        width: 100%;
        height: auto;
        padding: 0px;
    }
    
    .banner-img {
        width: 100%;
        height: auto;
        padding: 30px 100px;
    }
    
    .content-banner {
        width: 100%;
        height: auto;
        padding: 0px;
    }
    
    .banner-img {
        width: auto;
        height: 100%;
        padding: 0;
        margin-top: 10px;
    }
    
    .line {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    hr {
        height: 2.5px;
        background-color: #ccc;
        border: none;
    }
    
    .line-center {
        background-color: var(--main-bg-color1);
    }
    /******************** End content banner ********************/
    /******************** Start content details ********************/
    
    .content-details h3 {
        font-size: 13pt;
        margin: 40px 0px 10px 0px;
        color: #393939;
    }
    
    .content-details p {
        text-align: justify;
        font-size: 12pt;
        color: #444;
        margin-bottom: 10px;
        text-indent: 50px;
        word-break: keep-all; 
    }
    /******************** End content details ********************/
    /* *************** */
    /******************  Start content Why Your Business Needs a Web Site *******************/
    
    .content-why-website {
        width: 100%;
        height: auto;
    }
    
    .content-why-website-grid {
        display: grid;
        grid-template-columns: 100%;
        text-align: center;
        color: #444444;
        grid-gap: 1rem;
    }
    
    .content-why-website-grid-item {
        border: 1px solid #dddddd;
        padding: 20px;
        color: #222222;
        transition: 0.3s ease-in-out;
        color: var(--main-fn-color1);
    }
    
    .content-why-website-grid-item p {
        text-align: left;
    }
    
    .content-why-website-grid-item .fa {
        font-size: 80px;
        margin-bottom: 20px;
        background: transparent;
    }
    
    .content-why-website-grid-item h2 {
        font-size: 13pt;
        margin-bottom: 20px;
    }
    /******************  End content Why Your Business Needs a Web Site *******************/
    /****************** content Why Your Business Needs a Web Site hover*******************/
    /* .content-why-website-grid-item:hover {
        border: 1px solid var(--main-bg-color1);
        padding: 20px;
        background: var(--main-bg-color1);
        color: var(--main-bg-color2);
    }
    
    .content-why-website-grid-item .fa:hover {
        margin-bottom: 20px;
    }
    
    .content-why-website-grid-item h2:hover {
        margin-bottom: 20px;
        color: #ffffff;
    }*/
    /****************** Start footer *******************/
    
    footer {
        width: 100%;
        height: auto;
        background: #237aad;
    }
    
    .footer-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    
    .footer-item {
        padding: 20px;
        color: #AAA;
    }
    
    .footer-logo {
        width: 120px;
    }
    /*.footer-item:nth-child(1)*/
    
    .footer-item h3 {
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        margin: 10px 0px;
    }
    
    .footer-item p {
        padding-left: 10px;
    }
    
    .copy-right {
        padding: 10px;
        width: 100%;
        background: #111;
        color: #ccc;
        font-size: 11px;
        text-align: center;
    }
    /****************** End footer *******************/
    /****************** Start feeds *******************/
    
    figure {
        margin-top: 2rem;
        border: 1px solid #e4e4e4;
        padding: 2rem;
        overflow: hidden;
    }
    
    .feedImg {
        width: 100%;       
        object-fit: cover;
    /* Do not scale the image */
    object-position: center;
    /* Center the image within the element */
    height: 120px;
    }
    
    .feedImg,
    figcaption,
    figcaption p {
        margin-top: 1rem;
    }
    /****************** End feeds *******************/
    /******************** Media Query ********************/
    @media only screen and (max-width:959px) {
        #h-banner {
            display: none;
        }
    }
    
    @media only screen and (max-width:660px) {
        .wrap-body {
            padding: 0;
        }
        .minicontainer {
            min-height: 0px;
        }
        .content-details p {
            font-size: 11pt;
        }
        header {
            height: auto;
            padding-bottom: 10px;
        }
        .nav-grid {
            text-align: center;
            grid-template-columns: 1fr;
        }
        .header-grid {
            text-align: center;
            grid-template-columns: 1fr;
        }
        ul.menu {
            padding: 0;
        }
        .content-why-website-grid-item {
            grid-template-columns: 1fr;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 1fr;
        }
        .footer-item {
            padding-bottom: 0px;
            color: #AAA;
        }
    }
    
    @media only screen and (max-width:550px) {
        .content-details p {
            font-size: 9.5pt;
        }
        p.text {
            font-size: 9.5pt;
        }
        .hamburger {
            display: inline-block;
        }
        ul.menu {
            text-align: right;
            grid-template-columns: 1fr;
        }
        ul.menu li {
            height: 2rem;
        }
        .header-grid {
            height: 0;
            overflow: hidden;
        }
        .content-why-website-grid-item {
            grid-template-columns: 1fr;
        }
    }
    
    @media only screen and (max-width:450px) {
        .content-banner-text h2 {
            margin: 15px 0px;
        }
    }