/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

@font-face {
    font-family: 'MyriadPro';
    font-style: normal;
    font-weight: normal;
    src: local('MyriadPro'), url('../fonts/MyriadPro-Regular.woff') format('woff');
}

@font-face {
    font-family: 'MyriadPro-BoldCond';
    font-style: normal;
    font-weight: normal;
    src: local('MyriadPro-BoldCond'), url('../fonts/MyriadPro-BoldCond.woff') format('woff');
}

@font-face {
    font-family: 'MyriadPro-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('MyriadPro-Bold'), url('../fonts/MyriadPro-Regular.woff') format('woff');
}

@font-face {
    font-family: 'MyriadPro-Black';
    font-style: normal;
    font-weight: normal;
    src: local('MyriadPro-Black'), url('../fonts/MyriadPro-Black.woff') format('woff');
}

@font-face {
    font-family: 'MyriadPro-Light';
    font-style: normal;
    font-weight: normal;
    src: local('MyriadPro-Light'), url('../fonts/MyriadPro-Light.woff') format('woff');
}

html, body {
    font-family: 'MyriadPro', sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
}


html, body, p, div, ul, li, ol,
.font-size_1.body #content,
.font-size_1 #content p,
.font-size_1 #content div,
.font-size_1 #content ul,
.font-size_1 #content li,
.font-size_1 #content ol{
    font-size: 16px;
    line-height: 24px;
    font-family: 'MyriadPro', sans-serif;
}

.font-size_2.body #content,
.font-size_2 #content p,
.font-size_2 #content div,
.font-size_2 #content ul,
.font-size_2 #content li,
.font-size_2 #content ol {
    font-size: 20px;
    line-height: 28px;
    font-family: 'MyriadPro', sans-serif;
}

.font-size_3.body #content,
.font-size_3 #content p,
.font-size_3 #content div,
.font-size_3 #content ul,
.font-size_3 #content li,
.font-size_3 #content ol {
    font-size: 24px;
    line-height: 32px;
    font-family: 'MyriadPro', sans-serif;
}





h5 {
    font-family: 'MyriadPro-Black', sans-serif;
    color: #1D665D;
    letter-spacing: 1px;
}

h6 {
    font-family: 'MyriadPro', sans-serif;
    font-size: 16px;
}



.font-size_2 h3 {
    font-size: 1.6rem;
}

.font-size_3 h3 {
    font-size: 1.8rem;
}


.font-size_1 h4 {
    font-size: 18px;
}

.font-size_2 h4 {
    font-size: 20px;
}

.font-size_3 h4 {
    font-size: 22px;
}


.font-size_2 h5 {
    font-size: 1rem;
}

.font-size_3 h5 {
    font-size: 1.2rem;
}


#logo img {
    height: 59px !important;
    margin: 20px 0 21px;
    -webkit-transition: margin .4s ease, height .4s ease, opacity .3s ease;
    -o-transition: margin .4s ease, height .4s ease, opacity .3s ease;
    transition: margin .4s ease, height .4s ease, opacity .3s ease;
}


/*#header.sticky-header:not(.static-sticky):not(.sticky-style-2) #logo img { height: 59px !important; }*/



.btn_font_size {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    vertical-align: bottom;
    cursor: pointer;
}

.btn_font_size.active {
    background: #0d74b9;
    color: #FFF;
    border-radius: 6px;
}

.sm-text.btn_font_size {
    font-size: 12px;
}

.md-text.btn_font_size {
    font-size: 16px;
}

.lg-text.btn_font_size {
    font-size: 20px;
}

#header {
    border-bottom: none;
}

.menu-link {
    font-family: 'MyriadPro', sans-serif;
    font-weight: 300;
    color: #0E74B9;
}

.menu-link > div {
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 300;
}


.menu-link.active > div {
    font-family: 'MyriadPro-Bold', sans-serif !important;
    font-weight: 900 !important;
    font-size: 16px;
}

.menu-item:hover > .menu-link, .menu-item.current > .menu-link {
    color: #0E74B9;
}

.menu-link.active {
    font-weight: 800;
}

div#lang-switch {
    background: #0E74B9;
    padding: 0px 12px;
    border-radius: 20px;
}

div#lang-switch a {
    color: #FFF;
    font-size: 12px;
    width: auto !important;
}


ul#font-size-container {
    list-style: none;
    margin-bottom: 0;
}

ul#font-size-container li {
    display: inline-block;
}



.slider-text {
    text-align: justify;
}

.slider-text h1,
.slider-text h2,
.slider-text h3 {
    color: #004E86;
}


.slider-text h1 {
    font-size: 38px;
    font-weight: 400;
    line-height: 38px;
}

.slider-text h2 {
    font-weight: 800;
    font-size: 48px;
    line-height: 50px;
}

.slider-text h3 {
    letter-spacing: 3px;
    font-weight: 400;
    line-height: 24px;
}



div#slider_1 {
    /*background: url('../images/slider-image.jpg');*/
    /*background-position-x: calc(20%);*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    overflow: scroll;
}

@media (max-width: 992px) {
    #img-map {
        height: 100%;
        width: auto;
        max-width: none;
    }
}


#home-slider-container {
    position: relative;
}

#home-slider-container .img-part {
    position: absolute;
    top: 0;
    left: 0;
}





img#icon-360 {
    position: absolute;
    top: 4%;
    left: 0px;
    width: 80px;
}




footer#footer {
    border: none;
    margin-top: 0px !important;
}

#copyrights {
    padding: 12px 0;
}

div#copyrights * {
    font-size: 14px !important;
    color: #FFF !important;
}

.dark #copyrights, #copyrights.dark {
    background: #0C74BC;
}







ul.toggle-menu-list {
    list-style: none;
}

ul.toggle-menu-list li {
    display: inline-block;
}

.toggle-menu-list li {
    border: 2px solid;
    border-radius: 20px;
}

li#tab-1, li#tab-1 a {
    color: #4DBBAA;
}

li#tab-1 a, li#tab-2 a {
    padding: 6px 12px;
    display: inline-block;
}

li#tab-1.active {
    padding: 6px 12px;
    background: #4DBBAA;
    color: #ffffff;
}


li#tab-2, li#tab-2 a {
    color: #856DAF;
}

li#tab-2.active {
    padding: 6px 12px;
    background: #856DAF;
    color: #ffffff;
}






.toggle-menu-content .accordion {
    position: relative;
}

.toggle-menu-content .accordion-image {
    position: absolute;
}

.toggle-menu-content .accordion-image {
    position: absolute;
    z-index: 999;
    top: -45px;
    left: 10px;
}

.accordion-image img {
    width: 100%;
    max-width: 100px;
}

.toggle-menu-content .accordion-header {
    margin-top: 50px;
    margin-bottom: 0;
    background-color: #d5ebe1;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 0.75rem 40px;
}

.toggle-menu-content .accordion-title {
    padding-left: 110px;
    text-transform: uppercase;
    font-family: 'MyriadPro-Black' !important;
    font-weight: 800;
    font-size: 18px !important;
}



.toggle-menu-content .accordion-content {
    padding: 0.75rem 40px;
    background: #d5ebe199;
    font-weight: 300;
    font-size: 16px;
    line-height: 33px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.toggle-menu-content .accordion-content p {
    text-align: justify;
}





.owl-carousel .owl-nav [class*=owl-] {
    /*position: fixed;*/
    opacity: 1 !important;
    color: #e41c2f;
    border: 3px solid #5d6e0b;
    background-color: #ffffff;
    top: 300px;
    width: 45px;
    height: 45px;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #667d05 !important;
}

button.owl-prev {
    left: -20px !important
}

button.owl-next {
    right: -20px !important;
}

button.owl-prev > span,
button.owl-next > span {
    font-size: 50px;
    line-height: 30px;
    position: relative;
    font-weight: 800 !important;
}

button.owl-prev > span {
    left: -2px;
}

button.owl-next > span {
    left: 2px;
}

.zoom {
    transition: all .2s ease-in-out;
    z-index: 9999;
}

.zoom:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5);
    z-index: 9999;
}


.dark #footer, #footer.dark {
    background: #ffffff;
}






.title-bar {
    background: #0E74B9;
    padding: 15px 35px 15px 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}


.title-bar .title {
    font-family: 'MyriadPro-Bold' !important;
    color: #FFF !important;
    font-size: 28px !important;
    line-height: 28px !important;
    font-weight: 800 !important;
    letter-spacing: 5px !important;
}

.bg-blue {
    background: url(../images/bg1.jpg);
    background-size: cover;
}

img.chairman {
    position: relative;
    top: -85px;
}









.color-box {
    background: #00ac978a;
}

.counter.counter-large {
    font-size: 56px;
    line-height: 70px;
}


.right-arrow {
    color: #1D665D;
    font-size: 60px;
}


.year {
    font-family: 'MyriadPro-Light';
    letter-spacing: 7px;
    color: #00AC97;
}

.toggle-icon, .accordion-icon {
    font-size: 33px;
}


.text-large {
    font-family: 'MyriadPro-Bold';
    font-size: 45px;
    font-weight: 800;
    line-height: 55px;
}


.text-xlarge {
    font-family: 'MyriadPro-Bold';
    font-size: 60px;
    font-weight: 800;
    line-height: 70px;
}

hr.white-line {
    height: 5px;
    background: #FFF;
    border: none;
    border-radius: 5px;
}


div#timeline-wrap {
    max-height: 350px;
    overflow: auto;
}

.timeline-list {
    position: relative;
}


.timeline-box {
    background: #5CB531;
    width: 80px;
    height: 80px;
    display: table;
    text-align: center;
    position: relative;
    left: 10px;
    border-radius: 50px;
}

.timeline-box .label {
    color: #FFF !important;
}

.timeline-box .label {
    display: table-cell;
    vertical-align: middle;
}

.vertical-line {
    width: 3px;
    height: 90%;
    display: inline-block;
    background: #5cb630;
    position: absolute;
    left: 50px;
    top: 50px;
}


.bg-green {
    background: #5CB531 !important;
}










div#toggle-menu-content-1 {
    background: url('../images/bg2.png');
    background-size: cover;
}

#toggle-menu-content-1 .accordion-title {
    color: #1D665D;
    letter-spacing: 2px;
}

#toggle-menu-content-1 .accordion-header,
#toggle-menu-content-1 .accordion-content{
    background-color: #d5ebe1d4;
}

#toggle-menu-content-1 .counter.counter-large {
    font-size: 56px;
    line-height: 70px;
    color: #00AC97;
}


#toggle-menu-content-1 p {
    color: #1D665D;
}







div#toggle-menu-content-2 {
    background: url('../images/bg3.jpeg');
    background-size: cover;
}

#toggle-menu-content-2 .accordion-title {
    color: #513E73;
    letter-spacing: 2px;
}


#toggle-menu-content-2 .accordion-header,
#toggle-menu-content-2 .accordion-content{
    background-color: #D6D2E8d4;
}

div#toggle-menu-content-2 p {
    color: #513E73;
}








div#fighting-content {
    background: url('../images/bg4.jpeg');
    background-size: cover;
}

#fighting-content .accordion-title {
    color: #6E4A18;
    letter-spacing: 2px;
}


#fighting-content .accordion-header,
#fighting-content .accordion-content{
    background-color: #F3DEB9d4;
}

div#fighting-content p {
    color: #6E4A18;
}











div#awards-content {
    background: url('../images/bg5.jpeg');
    background-size: cover;
}

#awards-content .accordion-title {
    color: #7D2455;
    letter-spacing: 2px;
}

#awards-content .accordion-header,
#awards-content .accordion-content{
    background-color: #FCE5E8d4;
}

div#awards-content p {
    color: #7D2455;
}







div#performance-content {
    background: url('../images/bg6.jpeg');
    background-size: cover;
}

#performance-content .accordion-title {
    color: #2E6B12;
    letter-spacing: 2px;
}

#performance-content .accordion-header,
#performance-content .accordion-content{
    background-color: #E5F1D9d4;
}










div#performance-content p,
div#performance-content h6,
div#performance-content li,
div#performance-content div {
    color: #2E6B12;
}


.basic .text-large {
    vertical-align: middle;
}

.basic .accordion-header {
    padding: 0 0 0 50px !important;
}

.basic .accordion-title {
    text-transform: none !important;
}




.achieved-bar {
    background: #5CB531;
    border-radius: 6px;
}

.achieved-bar > .row {
    padding-left: 20px;
}

.achieved-bar p {
    color: #FFF !important;
}


.achieved-label {
    background: url('../images/achieved-bg.png');
    background-size: 100% 100%;
    /*border-top-right-radius: 6px;*/
    /*border-bottom-right-radius: 6px;*/
    position: relative;
    right: -1px;
}

.achieved-label > div {
    padding: 25px 0px;
    color: #5CB531 !important;
}

.button-group > div {
    background: #FFF;
    border-radius: 100px;
    padding: 7px 20px;
    margin: 10px 5px;
    cursor: pointer;
    font-weight: 800;
    letter-spacing: 1px;
}


.btn-group, .btn-group-vertical {
    display: inline-block;
    width: 100%;
}




.btn-group.btn-group-toggle > label {
    display: block;
    text-align: left;
    width: 100%;
    border-radius: 100px !important;
    text-transform: capitalize;
    letter-spacing: 0px;
    border: none;
    margin: 6px 0px;
    font-family: 'MyriadPro-Bold';
    letter-spacing: 1px;
}

.btn-target {
    background: #2E6B12 !important;
    color: #5cb630 !important;
}

.btn-target.active {
    background: #FFF !important;
    color: #5cb630 !important;
}

.btn.btn-achievement {
    background: #2E6B12 !important;
    color: #5cb630 !important;
}

.btn.btn-achievement.active {
    background: #0f74b9 !important;
    color: #ffffff !important;
}

.achieved-icon {
    min-height: 100px;
    max-height: 100px;
    min-width: 100px;
    max-width: 100px;
    /* height: 100%; */
    /* width: 100%; */
    position: relative;
    left: -40px;
}



.btn.btn-chairman-expend i,
.btn.btn-chairman-close i,
.btn.btn-structure-expend i,
.btn.btn-structure-close i {
    vertical-align: middle;
    margin-right: 6px;
}

.btn.btn-chairman-expend,
.btn.btn-chairman-close,
.btn.btn-structure-expend,
.btn.btn-structure-close {
    border: none;
    background: #0f74b9;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    cursor: pointer;
    border-radius: 55px;
    margin: 20px 0px;
    padding: 6px 25px;
}


div#logo {
    display: inline-block;
    margin-right: 50px;
}

nav.primary-menu {
    display: inline-block;
    width: 75%;
}

.full-header #logo {
    padding-right: 0;
}

div#logo {
    margin-right: 10px;
}

.header-misc {
    margin-left: 0;
}

.header-misc-element, .header-misc-icon {
    margin: 0px 3px;
}


a.menu-link {
    padding: 6px 15px !important;
}

a.menu-link .highlight {
    background: #FFF;
    color: #0e74b9;
    border: 1px solid #0e74b9;
    border-radius: 50px;
    padding: 0px 14px;
    line-height: 25px;
}

a.menu-link .highlight:hover {
    background: #0e74b9;
    color: #FFF;
    border: 1px solid #ffffff;
}



.achieved-bar.active {
    background: #4c95c6;
}
.achieved-bar.active .achieved-label > div {
    color: #4c95c6 !important;
}



.btn-target i,
.btn-achievement i{
    display: inline-block;
}

.btn-target.active i {
    display: none;
}

.btn-achievement.active i {
    display: none;
}


/*#chairman-hide-text p,*/
/*#chairman-hide-text div,*/
/*#chairman-hide-text h4 {*/
/*	color: #000 !important;*/
/*}*/

@media (max-width: 1440px) {
    nav.primary-menu {
        width: 65%;
    }
}

@media (max-width: 1024px) {
    nav.primary-menu {
        width: 61%;
    }
}

@media (max-width: 992px) {

    #logo img {
        height: 45px !important;
        margin: 20px 0 21px;
        -webkit-transition: margin .4s ease, height .4s ease, opacity .3s ease;
        -o-transition: margin .4s ease, height .4s ease, opacity .3s ease;
        transition: margin .4s ease, height .4s ease, opacity .3s ease;
    }

    button.owl-prev {
        left: 5px !important
    }

    button.owl-next {
        right: 5px !important;
    }

    div#logo {
        margin-right: auto;
    }

    .owl-carousel .owl-nav [class*=owl-] {
        top: 500px
    }

    .basic .accordion-header {
        padding: 0 0 0 30px !important;
    }

    .basic .accordion-title {
        padding-left: 30px;
    }

    .text-large {
        font-size: 30px;
    }

    .counter {
        font-size: 30px;
    }

    .achieved-label > div {
        padding: 10px 0px;
    }

    .achieved-bar > .row {
        padding-left: 20px;
        padding-right: 20px;
    }

    .achieved-label {
        margin-bottom: 20px;
        background: #FFF;
    }

    .achieved-icon {
        min-height: 70px;
        max-height: 70px;
        min-width: 70px;
        max-width: 70px;
        left: 0px;
    }

    .achieved-bar {
        padding-top: 10px;
    }


    .font-size_2 .menu-link > div {
        font-size: 16px;
    }

    .font-size_3 .menu-link > div {
        font-size: 18px;
    }

    .font-size_2 .menu-link.active > div {
        font-size: 18px;
    }

    .font-size_3 .menu-link.active > div {
        font-size: 20px;
    }

}

@media (min-width: 992px) {

    .sub-menu-container, .mega-menu-content {
        width: 500px;
        border-top: 2px solid #0f74b9;
    }
    .sub-menu-container .menu-item:hover > .menu-link {
        background-color: #ffffff;
        color: #014e86;
    }

}



@media (max-width: 768px) {

    html, body, p, div, ul, li, ol, .font-size_1.body #content, .font-size_1 #content p, .font-size_1 #content div, .font-size_1 #content ul, .font-size_1 #content li, .font-size_1 #content ol {
        font-size: 13px;
        line-height: 24px;
    }

    .font-size_2.body #content, .font-size_2 #content p, .font-size_2 #content div, .font-size_2 #content ul, .font-size_2 #content li, .font-size_2 #content ol {
        font-size: 16px;
        line-height: 26px;
    }

    .font-size_3.body #content, .font-size_3 #content p, .font-size_3 #content div, .font-size_3 #content ul, .font-size_3 #content li, .font-size_3 #content ol {
        font-size: 18px;
        line-height: 28px;
    }


    .accordion-image img {
        width: 100%;
        max-width: 65px;
    }

    .toggle-menu-content .accordion-title {
        padding-left: 45px;
        font-size: 15px !important;
        letter-spacing: 1px !important;
    }

    .toggle-menu-content .accordion-header, .toggle-menu-content .accordion-content {
        padding: 0.75rem 20px;
    }

    .toggle-menu-content .accordion-image {
        top: -20px;
        left: 0px;
    }


    .timeline-box {
        width: 70px;
        height: 70px;
    }

    .vertical-line {
        left: 45px;
    }

    img.chairman {
        top: 0px;
    }

    .owl-carousel .owl-nav [class*=owl-] {
        top: 220px;
    }

    .basic .accordion-header {
        padding: 0 0 0 30px !important;
    }

    .basic .accordion-title {
        padding-left: 30px;
    }

    .slider-text h3 {
        letter-spacing: 8px;
    }


    .font-size_1 h4 {
        font-size: 15px;
    }

    .font-size_2 h4 {
        font-size: 17px;
    }

    .font-size_3 h4 {
        font-size: 19px;
    }


    .text-xlarge {
        font-size: 35px;
    }

    button.owl-prev > span,
    button.owl-next > span {
        line-height: 30px;
    }

}




.box3-mtr {
    position: relative;
}

.box3-mtr #img-mtr{
    position: absolute;
}

.box3-mtr.not-animated #img-mtr {
    display: none;
}

.box3-mtr.animated #img-mtr {
    display: block;
    top: 0;
    left: -1500px;
    animation: 3s .5s mtrAnimation forwards;
}

@keyframes mtrAnimation {
    from {
        left: -1500px;
    }
    to {
        left: 0;
    }
}


#oc-portfolio .portfolio-image {
    background: #aac243;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

#oc-portfolio .portfolio-image h3 {
    font-family: 'MyriadPro', sans-serif;
    color: #55652B;
}

#oc-portfolio .portfolio-image h4 {
    font-family: 'MyriadPro', sans-serif;
    color: #55652B;
}

#oc-portfolio .portfolio-desc {
    font-family: 'MyriadPro', sans-serif;
    background: #f9ffdf;
}


.remarks-text {
    font-size: 12px;
    color: #000 !important;
    line-height: 15px;
}

.remarks-text a,
.remarks-text a:hover {
    color: #000 !important;
    text-decoration: underline !important;
}

