﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


/*#navbar-L{
    display: none;
}*/

@font-face {
    font-family: KhmerOSsiemreap;
    src: url(fonts/KhmerOSsiemreap.ttf) format(("opentype"));
    unicode-range: U+1780, U+17FF;
}

.navbar {
    height: 130px;
    /*background-image: url("../images/Home-Images/drapeau_khmer.png");*/
    background-repeat: no-repeat;
    background-position: 170% -10%;
}

.dropdown-menu {
    top: 95%;
    border-radius: 0 !important;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif, 'Hanuman', serif;
    background-color: #BABABA;
}

nav .logo {
    position: relative;
    z-index: 2;
}

.logo {
    height: 90px;
}

.navbar-overlay {
    background-color: rgba(255, 255, 255, 0.8) !important;
    width: 100%;
    height: 150%;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nav-link {
    border: 0 !important;
    font-size: 10pt;
    font-weight: 430;
}

.navbar-collapse {
    height: 150px;
}

#lang {
    position: 70% -40%;
    right: 100px;
    float: right;
    top: 0;
    width: 100%;
    height: auto;
}

.nav-language {
    font-size: 8px;
    margin-top: 15%;
}


/* Provide sufficient contrast against white background */

a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


/* Sticky footer styles
-------------------------------------------------- */

html {
    font-size: 14px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}


/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    /* Vertically center the text there */
}


/* PhotoGallery */

.img-Slide-PhotoGallery {
    height: 200px;
}


/*****************************************sidebar******************************************/


/* The side navigation menu */

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 16;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    /*left: 0;*/
    right: 0;
    background-color: #111;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}


/* The navigation menu links */

.sidenav a {
    padding: 8px 8px 0px 8px;
    text-decoration: none;
    font-size: 18px;
    color: #5A5A5A;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #E1E1E1;
}


/* When you mouse over the navigation links, change their color */

.sidenav a:hover {
    color: #192853;
}


/* Position and style the close button (top right corner) */

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 30px;
    margin-left: 50px;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */

#main {
    transition: margin-left .5s;
    padding: 20px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 18%;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

/*********************************Embassy New***********************************/
.divideBroder {
    border-bottom: 1px solid lightgray;
    margin-top: 5px;
}

/********************************* CV ***********************************/
.cv-download-btn {
    font-size: 7px;
}