<style>
    .navbar-header {
        height: 60px;
    }

    .footer-nav li a {
        border-left: 1px solid #ddd;
        color: #4e575d;
        font-size: 12px;
        padding: 0 10px;
        /*text-transform: uppercase;*/
    }

    ul, ol {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .intro {
        width: 100%;
        background: url(/Content/img/Header.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        height: 210px;
        transition: all 400ms cubic-bezier(0.25,0.1,0.25,1) 0s;
        -webkit-transition: all 400ms cubic-bezier(0.25,0.1,0.25,1) 0s;
    }

    .container-box {
        background: white;
        border: 1px solid #ddd;
        margin-bottom: 20px;
        padding: 15px 15px;
    }

    .sub-block-container {
        float: left;
        width: 100%;
    }

    .sub-block-title {
        font-weight: 700;
        color: #12538a;
        margin-bottom: 18px;
        margin-top: 35px;
        font-size: 15px;
    }

    .sub-block-title-additional {
        font-weight: normal;
        margin-left: 18px;
        color: #838383;  
        font-size: 13px;
    }

    .main-block-title {
        padding-top: 40px;
        padding-bottom: 0;
        text-align: center;
        border: none;
        font-size: 30px;
        font-weight: 700;
    }
        

    @media (min-width: 768px) {
        .form-horizontal .control-label {
            text-align: left;
        }
    }
    

    .top-menu-box {
        border-left: 1px solid #fff;
        padding-left: 10px;
        margin-left: 10px;
        color: #fff;
    }

    .top-menu-box:hover {
        color: #fff;
    }

    .page-bottom-info {
        color: #fff;
        background: #00aeef;
        text-align: center;
        height: 4px;
        font-size: 25px;
    }

    .main-container {
        min-height: 70%;
        min-height: calc(100% - 220px);
        padding: 0;
    }

    .content-container {
        padding: 15px;
        display: block;
    }

    .right-content-container {
        width: 279px;
        float: right;
    }

    a.button_medium, .button_medium {
        border: 0;
        background: 0;
        color: #00aeef;
        padding: 7px 0;
        text-decoration: none;
        transition: background .5s ease;
        -moz-transition: background .5s ease;
        -webkit-transition: background .5s ease;
        -o-transition: background .5s ease;
        display: inline-block;
        cursor: pointer;
        font-weight: 600;
        text-transform: uppercase;
        border: 1px solid #00aeef;
        width: 106px;
        text-align: center;
    }

    .button_medium:hover {
        background: #00aeef;
        color: #fff;
    }

    .title-2 {

        border-bottom: 1px solid #ddd;
        font-size: 20px;
        margin-bottom: 10px;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px 15px;
        text-transform: uppercase;

    }

    .container_login {
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .navbar-right {
        margin-top: 6px;
    }

    .navbar-default {
        border-color: #ddd;
    }

    .container {
        max-width: 1166px;
    }

    .logo, .logo-title {
        font-family: Open Sans Condensed,Helvetica Neue,sans-serif;
        font-size: 35px;
        font-weight: bold;
        text-transform: uppercase;
        color: #16A085;
    }

    .logo-title {
        padding-top: 11px;
        color: #00aeef;
    }

    .logo-icon {
        color: #00aeef;
    }


    .footer {
        background: #fff;
        border-top: solid 1px #ddd;
        font-size: 12px;
        color: #4e575d;
        letter-spacing: 0.5px;
        height: 85px;
        line-height: 85px;
        display: block;
        width: 100%;
    }

    html {
        min-height: 100%;
    }

    body {
        background: #EEEEEE;
        margin: 0;
        padding: 0;
        color: #333;
        font-family: sans-serif,'Khmer OS Battambang';
        font-size: 13px;
        line-height: 21px;
    }

    .header-dropdown-list {
        list-style: none;
        float: right;
        position: relative;
        margin: 0;
    }

    a.dropdown-toggle {
        color: white;
    }

    /*remove chrome auto complete auto change background color*/
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        transition: background-color 5000s ease-in-out 0s;
    }

    /*log in block*/
    .login-box {
        float: none;
        margin: 0 auto;
        clear: both;
    }

    .panel-intro {
        padding: 15px 0 0px;
    }

    div.login-box .panel-body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .input-icon {
        position: relative;
    }

    .form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .radio-inline {
        padding-top: 9px;
    }

    .form-control {
        background-color: #fff;
        background-image: none;
        border: 1px solid #ddd;
        box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
        color: #555;
        display: block;
        transition: border-color 0.15s ease-in-out 0s,box-shadow 0.15s ease-in-out 0s;
        width: 100%;
        border-radius: 4px;
    }

    div.login-box .panel-footer p {
        margin-top: 10px;
    }

    form input[type="text"], form input[type="email"], form input[type="password"] {
        height: 40px;
    }

    .input-icon input {
        padding-left: 45px;
    }

    .login-box .input-icon i {
        color: #555;
        opacity: 0.6;
        border-right: 1px solid #ccc;
        padding: 0px 9px 0 6px;
    }

    .input-icon i {
        font-size: 16px;
        left: 6px;
        line-height: 22px;
        margin-top: -11px;
        position: absolute;
        top: 50%;
    }

    .btn {
        padding: 10px 12px;
    }
    /*end log in block*/

    .Message-Container {
        padding: 0 5px;
    }

    .main-form-container {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .modal-image-contaner {
        width: 100%;
        height: 100%;
        min-height: 350px;
        line-height: 350px;
        text-align: center;
    }

    .modal-image-contaner embed{
        width: 100%;
        text-align: center;
        /*//height: 100%;*/
    }

    .image-container {
        border: 1px solid #ddd;
        text-align: center;
        height: 165px;
        line-height: 162px;
        width: 100%;
    }

    .image {
        margin: 0px;
        border: none;
        max-height: 100%;
        max-width: 100%;
        vertical-align: middle;
    }

    .file-pdf {
        height: 100%;    
    }

    iframe body {
        text-align: center;
        line-height: 150px;
        display: list-item;
    }
    
    .upload-image-button-container em {
        display: none !important;
    }

    .upload-image-button-container .k-dropzone {
        padding: 0 !important;
        padding-top: 4px !important;
        display: inline-block !important;
        width: 49% !important;
    }

    .k-button.k-upload-button.k-state {
        width: 100% !important;
    }

    .k-upload-files.k-reset {
        display: none;
    }

    .k-upload-status.k-upload-status-total {
        display: none;
    }

    .k-widget.k-upload.k-header {
        border: none;
    }

    .modal-header .close {
        margin-top: 2px;
    }

    .modal-header {
        padding: 10px;
    }

    .k-numeric-wrap.k-expand-padding.k-state-disabled .k-formatted-value.k-input {
        padding: 6px 0px;
        color: black;
        background-color: rgb(238, 238, 238);
        border-color: #cccccc;
    }

    .k-autocomplete.k-state-default .k-input, .k-combobox .k-state-default .k-input, .k-picker-wrap.k-state-default .k-input, .k-numeric-wrap.k-state-default .k-input, .k-multiselect-wrap, .k-slider-track, .k-slider-selection, .k-progress-status-wrap {
        padding: 6px 0px;
    }

    .k-state-default > .k-select {
        padding: 0px 5px;
        background-color: white;
    }

    .k-picker-wrap .k-i-calendar, .k-combobox .k-i-arrow-s {
        margin-top: 6px;
    }

    .k-widget.k-autocomplete, .k-widget.k-combobox, .k-widget.k-dropdown, .k-widget.k-datepicker, .k-widget.k-datetimepicker, .k-widget.k-timepicker, .k-widget.k-numerictextbox, .k-widget.k-multiselect, .k-widget.k-menu, .k-widget.k-progressbar, .k-progressbar > .k-state-selected {
        width: 100%;
        height: 40px;
    }

    form span.k-tooltip {
        position: absolute;
        display: block;
    }

    form .k-tooltip {
        z-index: 10000;
    }

    .k-widget.k-tooltip-validation {
        background-color: #f2dede;
        border-color: #b94a48;
        color: #b94a48;
    }

    .required-sign {
        padding-left: 5px;
        color: red;
    }

    .profile-label {
        width: 250px;
        font-weight: bold;
    }

    .profile-textbox {
    }

    .profile-contener-box {
        display: flex;
        line-height: 35px;
    }

    .title-3 {
        border-bottom: 1px solid #ddd;
        font-size: 20px;
        padding-bottom: 14px;
        padding-top: 3px;
        text-transform: uppercase;
    }

    .work-container-box {
        background: white;
        border: 1px solid #ddd;
        padding: 15px 15px;
        height: 100%;
    }

    .button-menu {
        width: 100% !important;
        font-size: 16px;
        padding: 10px;
    }

    .button-menu-active {
        background: #00aeef !important;
        color: #fff !important;
    }

    .work-main-container {
        position: relative;
        display: flex;
        margin-bottom: 15px;
    }

    .work-sub-left-content-container {
        width: 279px;
        display: inline-block;
        height: 100%;
        position: absolute;
    }

    .work-sub-right-content-container {
        display: inline-block;
        width: auto;
        width: 100%;
        margin-left: 262px;
    }

    .work-sub-container {
        padding: 15px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #888;
    }

    @media (min-width: 769px) {
        .navbar-nav > li > a {
            border-radius: 3px;
            box-sizing: border-box;
            color: #333;
            font-size: 17px;
            height: 40px;
            line-height: normal;
            padding: 16px 15px 16px 15px;
        }

        .main-container {
            margin-bottom: -15px;
        }

        .logo {
            height: 80px;
            line-height: normal;
        }

        .navbar-site {
            margin-bottom: 0 !important;
            height: auto;
            background: #fff;
            border-radius: 0;
            border-bottom: solid 1px #ddd;
        }

        .login-box {
            padding: 20px;
        }

       
    }
    
    .developer-logo {
        float: right;
        opacity: 0.7;
    }

    .developer-logo:hover {
        opacity: 1;
    }

    @media (max-width: 560px) {
        .developer-logo {
            display: none;
        }
    }

    @media (max-width: 770px) {
        .work-sub-right-content-container {
            width: 100%;
        }

        .work-sub-container {
            padding: 0 15px;
            display: block;
        }

        .work-main-container {
            position: inherit;
            display: block;
            margin-bottom: 15px;
        }

        .work-sub-left-content-container {
            width: 100%;
            display: block;
            height: 100%;
            position: static;
        }

        .work-sub-right-content-container {
            display: block;
            width: 100%;
            margin-left: 0;
            margin-top: 15px;
        }

        .logo-title {
            padding-top: 21px;
        }

        .navbar-toggle {
            margin-top: 13px;
        }

        .right-content-container {
            float: none;
            width: 100%;
        }

        .content-container {
            padding: 0 15px;
        }

        .main-container {
            padding: 20px 0 0 0;
        }

        #right-logo {
            display: none;
        }

         #left-logo {
                float: none !important;
        }
    }

    .modal-dialog {
        margin: 10px auto;
    }
</style>