﻿@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 300;
    src: url('/CSS/ON/OnLight.woff') format('woff'), url('/CSS/ON/OnLight.woff2') format('woff2');
}

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 500;
    src: url('/CSS/ON/OnMedium.woff') format('woff'), url('/CSS/ON/OnMedium.woff2') format('woff2');
}

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    src: url('/CSS/ON/OnBold.woff') format('woff'), url('/CSS/ON/OnBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 900;
    src: url('/CSS/ON/OnBold.woff') format('woff'), url('/CSS/ON/OnBold.woff2') format('woff2');
}




/*@font-face {
    font-family: 'Futura';
    font-style: normal;
    src: url('/CSS/Futura/futura_bk_bt_book.woff') format('woff'), url('/CSS/ON/futura_bk_bt_book.woff2') format('woff2');
}*/

@font-face {
    font-family: 'CAFETA';
    font-style: normal;
    src: url('/CSS/CAFETA/CAFETA.woff') format('woff'), url('/CSS/CAFETA/CAFETA.woff2') format('woff2');
}



html {
}

body {
    /*font-family: Arial, Tahoma !important;*/
    /*font-family: 'Futura', 'Arial', Tahoma !important;*/
    font-family: 'Roboto', 'Arial', Tahoma !important;
    font-size: 16px;
}

a, a:hover, a:focus {
    text-decoration: none;
    color: black;
    outline: none;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'CAFETA', 'Roboto', 'Arial', Tahoma !important;
}


.MyCenter {
    text-align: center !important;
}

.brand-name img {
    max-height: 35px;
}

.fadeInUpSmall:before {
    right: 0;
}

.hdn {
    display: none;
}

.dinb {
    display: inline-block;
}

.DFPRate {
    text-align: left;
    font-size: 11px;
    margin-top: 10px;
}

.cntRt {
    text-align: left;
    font-size: 11px;
    /*margin-left: 20px;*/
}

.myRateH {
    height: 20px;
}

.MyMargin10 {
    margin: 10px 0px;
}

.MyEmptyComment {
    color: red;
    margin-bottom: 10px;
    font-size: 12px;
}

#MyRating {
    margin: 0 auto;
    height: 20px;
    display: inline-block;
}

.MyCHL label {
    padding: 0 5px;
    font-weight: normal;
}

.tooltip-inner {
    font-family: 'Arial' !important;
    font-size: 11px !important;
    margin-bottom: -1px;
}

.MyTruncatedText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*max-width: 90%;*/
}

a {
    cursor: pointer;
}

i {
    font-style: normal;
}

.MyTitle {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.breadcrumb {
    font-size: 10px;
    border-radius: 0px;
    background-color: #f7f7f7;
}

@media only screen and (max-width: 500px) {
    .breadcrumb > li {
        display: block;
    }

        .breadcrumb > li + li:before {
            display: none;
        }
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    content: "›";
}


.MyTabDrop {
    position: relative;
}

    .MyTabDrop .dropdown {
        float: left !important;
    }

        .MyTabDrop .dropdown .dropdown-menu {
            right: auto !important;
            left: 0 !important;
        }


.hasdropdownwidget {
    position: fixed;
    left: 25px;
    bottom: 25px;
    z-index: 999999999;
    width: 55px;
    opacity: 1;
}

.dropdownlinks {
    position: absolute;
}

#AP {
    opacity: 1;
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ffce25 url(/images/icon/edit_B_64.png) center no-repeat;
    background-size: 24px;
    box-shadow: 0 0 3px rgba(0,0,0,.14),0 4px 5px rgba(0,0,0,.28);
    bottom: 0;
    cursor: pointer;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.open #AP {
    background: #ffce25 url(/images/icon/close_64.png) center no-repeat;
    background-size: 24px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 3px rgba(0,0,0,.14),3px 3px 5px rgba(0,0,0,.28);
}


.APEdit {
    position: absolute;
    width: 50px;
    height: 50px;
    /* left: 28px; */
    bottom: 70px;
    z-index: 35;
    border-radius: 50%;
    background: #d01919 url(/images/icon/edit_64.png) center no-repeat;
    background-size: 24px;
    box-shadow: 0 0 3px rgba(0,0,0,.14),0 4px 5px rgba(0,0,0,.28);
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    -webkit-transform: scale(.4) translateY(17px);
    -moz-transform: scale(.4) translateY(17px);
    -ms-transform: scale(.4) translateY(17px);
    -o-transform: scale(.4) translateY(17px);
    transform: scale(.4) translateY(17px);
    opacity: 0;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    visibility: hidden;
}

.DB {
    background: #d01919 url(/images/icon/dashboard_64.png) center no-repeat;
    background-size: 24px;
}

.hasdropdownwidget.open .APEdit {
    -webkit-transform: scale(1) translateY(0px);
    -moz-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
    visibility: visible;
}

#dropdownlinks .APEdit:nth-child(1) {
    bottom: 70px;
}

#dropdownlinks .APEdit:nth-child(2) {
    bottom: 130px;
}

#dropdownlinks .APEdit:nth-child(3) {
    bottom: 190px;
}

#dropdownlinks .APEdit:nth-child(4) {
    bottom: 250px;
}

#dropdownlinks .APEdit:nth-child(5) {
    bottom: 310px;
}

#dropdownlinks .APEdit:nth-child(6) {
    bottom: 370px;
}

/* ---------- TOOLTIP ---------- */
a.APtooltip {
    /*position: relative;*/
    display: inline;
}

    a.APtooltip span {
        position: absolute;
        width: 80px;
        top: 10px;
        left: 60px;
        color: #FFF;
        opacity: 0.7;
        padding: 5px;
        background: #000;
        font-size: 11px;
        text-align: center;
        border-radius: 3px;
        font-family: 'Arial', Tahoma;
    }

        a.APtooltip span:after {
            content: '';
            position: absolute;
            top: 6px;
            left: -6px;
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid black;
        }

a:hover.APtooltip span {
    z-index: 100;
}

.open #AP span.main-tooltip {
    opacity: 0;
}

.divider.bg-danger {
    display: none;
}

.footer-corporate__inner {
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .list-inline-md li {
        display: block;
        text-align: right;
    }

    .rd-navbar-top-panel__left p {
        padding-bottom: 15px;
    }
}

.right-to-left li {
    float: right;
    margin-bottom: -3px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #f98d2a;
}

th {
    text-align: right;
}

.tab-pane {
    padding: 15px;
}

.FW600 {
    font-weight: 600;
}

.imgRoutine {
    height: 85px;
    width: 85px;
    object-fit: cover;
}

.MyExLink {
    color: black;
}

.MyExImg {
    text-align: center;
}

    .MyExImg img {
        width: 100%;
        margin-bottom: 20px;
    }

.MyJustify {
    text-align: justify !important;
}

.panel-default > .panel-heading {
    background-color: #ececec;
}

.panel-body {
    background-color: #f5f5f5;
}

.gm-style * {
    font-family: 'Arial' !important;
}

.MyShareAnchors {
    font-size: 16px;
    display: inline-block;
}

    .MyShareAnchors a {
        padding: 0 5px;
        cursor: pointer;
    }

.DatilsInfo {
    /*font-size: 11px;*/
    color: #7d7d7d;
    margin-top: 10px;
    margin-bottom: 30px;
}

.MyNewsImg {
    height: 300px !important;
    width: 100% !important;
    object-fit: cover;
}

.MyMarginBtn20 {
    margin-bottom: 20px !important;
}

.MyEmptyData {
    text-align: center;
}

.MyCHL td {
    padding-bottom: 5px;
}

div.pp_pic_holder {
    z-index: 100000000;
}

div.pp_overlay {
    z-index: 10000000;
}

.MyRoutineImageTR {
    width: 45px;
}

.text-center {
    text-align: center !important;
}

.MyTeamImage {
    width: 301px;
    height: 503px;
    object-fit: cover;
}

.MyCoworkerImg {
    width: 87px;
    height: 87px !important;
    object-fit: cover;
}

.MyBCBG {
    background-image: url(/images/BG_ST_03.jpg);
    background-size: cover;
    margin-bottom: 30px;
}


.MyLanguageUL li {
    margin: 0px 0px;
}

    .MyLanguageUL li a img {
        height: 15px;
    }

.MyFormDiv {
    text-align: left !important;
}

.pull-right {
    float: left !important;
}

.MyAccordion {
    text-align: left;
}

    .MyAccordion .panel-heading {
        font-weight: bold;
    }

    .MyAccordion .center {
        text-align: center !important;
    }

.MyJustify img {
    height: auto !important;
}

.MyCourseVideoItem {
    display: block;
    padding: 10px 15px 15px 10px;
    background-color: #e0e0e0;
    border-radius: 5px;
    margin-bottom: 10px;
}

    .MyCourseVideoItem.Free {
        background-color: #fff;
    }

    .MyCourseVideoItem i {
        font-size: 25px;
        display: inline-block;
        position: relative;
        top: 5px;
        margin: 0px 5px;
    }

.BGW {
    background-color: white;
}

.form-group div {
    text-align: left;
}

.post-modern {
    margin-bottom: 30px;
}

    .post-modern .post-header {
        background-color: #e0e0e0;
    }

.MyTruncatedText-MultiLine {
    display: block;
    display: -webkit-box;
    height: 100px;
    margin: 0 auto;
    line-height: 25px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.MyTruncatedText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 90%; */
}

.DspBlck {
    display: block;
}

.MyMargin10 {
    margin: 10px 0px;
}

.MyMargin20 {
    margin: 20px 0px;
}

.MyMargin30 {
    margin: 30px 0px;
}


.MyTruncatedText {
    direction: ltr;
}


.MyPagination {
    display: block;
    direction: ltr;
}

    .MyPagination a, .MyPagination span.active {
        display: inline-block;
        width: 33px;
        height: 33px;
        margin: 0px;
        padding: 0px 6px;
        font-size: 13px;
        line-height: 33px;
        font-weight: 400;
        background-color: #fff;
        border: none;
        color: #777777;
        text-align: center;
        transition: .4s;
        /* border-radius: 50%; */
    }

        .MyPagination a:hover {
            color: #fff;
            background-color: #8552a1;
        }

    .MyPagination span.active {
        color: white;
        background-color: #8552a1;
    }

.MyGalItem {
    cursor: pointer;
}

.AnchorWA {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10000000;
}

    .AnchorWA img {
        width: 60px;
    }


.btn {
    padding: 10px 25px;
    border-radius: 0px;
    font-weight: normal;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: none !important;
    }

.btn-main {
    /*background-color: #dbdcdd;*/
    background-color: white;
    border: 1px solid #00905e;
    color: #00905e;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .btn-main:hover {
        /*border: 1px solid #8552a1;*/
        color: white;
        background-color: #00905e;
    }



/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */










form {
    margin: 0px;
}


.MenuParent {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: white;
    z-index: 100;
    padding-bottom: 10px;
}


.MyMenu {
    padding-top: 10px;
}

    .MyMenu .MyLogo {
        text-align: center;
    }

        .MyMenu .MyLogo img {
            /*width: 150px;*/
            width: 110px;
            padding-top: 3px;
        }


    .MyMenu .MyUL {
        text-align: center;
        margin: 10px;
        position: relative;
    }

        .MyMenu .MyUL a {
            padding: 10px;
            display: inline-block;
            font-size: 17px;
        }



        .MyMenu .MyUL .MenuBTN_1 {
            position: absolute;
            top: 0px;
            left: 0px;
        }

            .MyMenu .MyUL .MenuBTN_1 a {
                padding: 10px 6px;
            }

        .MyMenu .MyUL .MenuBTN_2 {
            position: absolute;
            top: 0px;
            right: 0px;
            /*right: unset !important;
            left: 0px;*/
            border: 1px solid #8552a1;
            color: #8552a1;
            padding: 7px 12px;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 5200ms ease;
            transition: all 200ms ease;
        }

            .MyMenu .MyUL .MenuBTN_2:hover {
                background-color: #8552a1;
                color: white;
            }


@media (max-width: 768px) {
    .MyMenu .MyLogo img {
        /*width: 120px;*/
        padding-top: 3px;
    }
}

.MyPage {
    margin: 45px 0px;
    margin-top: 80px;
}


.MyFooter {
    background-color: #dbdcdd;
    padding: 60px 0px;
    text-align: center;
}

.FooterLogo {
    width: 100px;
    margin-bottom: 30px;
}


.MySMs a {
    padding: 10px;
    font-size: 17px;
    color: #747474;
}

.MyDevInfo {
    font-size: 11px;
    padding: 10px;
    background-color: #cfcfcf;
}


img {
    max-width: 100%;
}



.MyMobileMenuBTN {
    position: absolute;
    top: 28px;
    left: 30px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

    .MyMobileMenuBTN span {
        display: block;
        width: 28px;
        height: 2px;
        margin: 10px 0;
        background-color: black;
        transition: transform 200ms cubic-bezier(.2,.6,.3,1),width 200ms cubic-bezier(.2,.6,.3,1);
        position: absolute;
    }

        .MyMobileMenuBTN span.S1 {
            top: -4px;
        }

        .MyMobileMenuBTN span.S2 {
            top: 4px;
        }

    .MyMobileMenuBTN.active span.S1 {
        transform: translatex(0px) rotate(45deg);
        top: 0px;
    }

    .MyMobileMenuBTN.active span.S2 {
        transform: translatex(0px) rotate(-45deg);
        top: 0px;
    }


.MyMobileMenu {
    display: none;
    width: 100%;
    height: 100vh;
    /*background-color: #ffffffe6;*/
    background-color: #dbdcdd;
    z-index: 50;
    padding: 50px;
    position: fixed;
    padding-top: 8vh;
    top: 79px;
}

    .MyMobileMenu hr {
        border-color: white;
    }

    .MyMobileMenu a {
        display: block;
        margin-bottom: 23px;
        margin-top: 23px;
        font-size: 23px;
        text-align: center;
    }

        .MyMobileMenu a.MyLang {
            display: inline-block;
            margin-bottom: 25px;
            font-size: 12px;
        }

.MyLangDiv {
    position: absolute;
    top: 25px;
    right: 30px;
}

    .MyLangDiv a {
        margin-left: 10px;
        font-size: 14px;
    }

#AnchorFA {
    font-size: 19px;
}


.MyHeader {
    text-align: center;
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: bold;
}


.ImageSquare {
    display: block;
    position: relative;
    padding-top: 100%;
}

    .ImageSquare img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.Image169 {
    display: block;
    position: relative;
    padding-top: 56.25%;
}

    .Image169 img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.Image43 {
    display: block;
    position: relative;
    padding-top: 75%;
}

    .Image43 img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }


.Image34 {
    display: block;
    position: relative;
    padding-top: 133%;
}

    .Image34 img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        /*border-radius: 30px;*/
    }


.MyProductItem {
    margin-bottom: 30px;
}

    .MyProductItem h4 {
        /*font-weight: 600;*/
    }

hr {
    border-top: 2px dashed #dbdcdd;
}


@media (min-width: 1800px) {
    .container {
        width: 1700px;
    }
}

@media (min-width: 768px) {
    .MyMobileMenu hr {
        width: 400px;
    }
}


.MenuActive {
    /*overflow: hidden !important;*/
}


.form-control {
    padding: 5px 15px !important;
    border-radius: 0px !important;
    height: 40px;
    font-size: 18px;
}

    .form-control:focus {
        border-color: #00905e;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 144 94 / 60%);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 144 94 / 60%);
    }


.BirthDay select {
    display: inline-block !important;
    width: 101px;
    margin-bottom: 5px;
    font-size: 14px;
}

td {
    padding: 0px 10px;
}

    td label {
        padding: 0px 5px;
        /*font-size: 18px;*/
        font-weight: normal;
    }

.MyBoxShadow {
    -webkit-box-shadow: 0 0px 1px 0 rgb(0 0 0 / 17%), 0 0px 4px 0 rgb(0 0 0 / 17%);
    box-shadow: 0 0px 1px 0 rgb(0 0 0 / 17%), 0 0px 4px 0 rgb(0 0 0 / 17%);
}

/*.MyPDet {
    margin-top: 20px;
    margin-bottom: 30px;
}*/


/*.demo-galleryZ {
    display: block;
    margin-bottom: 20px;
}*/


.MyGalItem div {
    margin-bottom: 20px;
}

.MySection {
    padding: 80px 0px;
}

.MyBGGrey {
    background-color: #f5f5f5;
    /*background-color: #dbdcdd;*/
}

.HomePageTitle {
    color: #00905e;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 24px;
}

.HomePageText {
    text-align: justify;
}


.custom-file-input input[type=file] {
    color: transparent;
    outline: none;
}

    .custom-file-input input[type=file]:focus {
        outline: none;
    }

    .custom-file-input input[type=file]::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input input[type=file]::before {
        content: 'Select your CV file/image';
        color: black;
        display: inline-block;
        border: 0.2px solid #00905e;
        border-radius: 0px;
        padding: 9px 15px;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        color: #00905e;
        font-size: 12px;
    }

    .custom-file-input input[type=file]:active {
        outline: 0;
    }

        .custom-file-input input[type=file]:active::before {
            background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
        }

.DevInfo {
    margin-top: 45px;
    font-size: 11px;
}
