[data-cattype="51028"] .top-header{
    background: #fff;
    text-align: right;
    padding: 15px 0 0 0;
}
[data-cattype="51028"] .top-header a {
    border-right: 1px solid #5a595e;
    padding-right: 10px;
    margin-right: 5px;
    color: #5a595e;
}

[data-cattype="51028"] .top-header .companyLogo a{
    border-right: 0;
}

[data-cattype="51028"] .top-header .companyLogo a:hover{
    border-right: 0;
}

[data-cattype="51028"] .top-head{
	display:table;
	width: 100%;
}

[data-cattype="51028"] .top-head .companyLogo{
	text-align: left;
	display: table-cell;
}

[data-cattype="51028"] .top-head .right-links{
	display: table-cell;
	text-align: right;
}

[data-cattype="51028"] .hmenu{
    background: #339d01;
}

[data-cattype="51028"]  .label-welcome-name{ color: #4c96ff; }

.wrapper_header[data-cattype="51028"] .btnMyCart{
    display: none;
    position: absolute;
    right: 20px;
    bottom: 30px;
}

.wrapper_header[data-cattype="51028"] {
    padding: 0px 0 0 0;
    min-height: 60px;
    background: #fff;
    color: #fff;
    text-align: center;
}


/************************************************************************************
NAV
*************************************************************************************/

[data-cattype="51028"] nav#nav-wrap ul * {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

[data-cattype="51028"] #nav-wrap {
    /*margin-top: 20px;*/
    padding: 0px;
    font-family: 'open_sansregular';
    text-align: left;
    margin: 0;
}

[data-cattype="51028"] .container-fluid{
	padding:0;
}


/* menu icon */

[data-cattype="51028"] #menu-icon {
    display: none;
    /* hide menu icon initially */
}

[data-cattype="51028"] nav#nav-wrap > ul,
[data-cattype="51028"] nav#nav-wrap > ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
}

[data-cattype="51028"] nav#nav-wrap > ul {
    text-align: left;
    width: 100%;
    margin: 6px 0;
}


/* nav link */

[data-cattype="51028"] nav#nav-wrap > ul > li > a {
    border-right: 0;
    padding: 5px 15px;
}

[data-cattype="51028"] nav#nav-wrap > ul > li:first-child > a{
	padding-left:0;
}

[data-cattype="51028"] nav#nav-wrap > ul a {
    padding: 0px 15px;
    display: block;
    color: #fff;
    font-size: 16px;
    /*	font-weight: bold;*/
    background: none;
    text-transform: uppercase;
    margin: 2px 0;
}

[data-cattype="51028"] #coverpage nav#nav-wrap > ul > li:first-child {}

[data-cattype="51028"] nav#nav-wrap > ul > li:last-child > a {
    border-right: 0;
}

[data-cattype="51028"] nav#nav-wrap > ul a.active,
[data-cattype="51028"] nav#nav-wrap > ul a:hover {
    background: none;
    color: #000;
}





/* nav dropdown */

[data-cattype="51028"] nav#nav-wrap > ul ul {
    /*	background:rgba(204, 168, 42, 0.95);*/
    background: #339d01;
    margin: 0px 0px 0 0;
    padding: 25px 0 10px 0;
    position: absolute;
    width: 200px;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

[data-cattype="51028"] nav#nav-wrap > ul li > ul {
    padding: 0px 0 10px 0;
}

[data-cattype="51028"] nav#nav-wrap > ul li > ul li > ul {
    padding-top: 8px;
    border-top: 0;
}

[data-cattype="51028"] nav#nav-wrap > ul ul li.more > a:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    position: absolute;
    right: 10px;
    margin-top: 5px;
}

[data-cattype="51028"] nav#nav-wrap > ul ul li.more > a:hover:after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #000;
}

[data-cattype="51028"] nav#nav-wrap > ul ul ul {
    padding: 10px 0 10px 0;
}

[data-cattype="51028"] nav#nav-wrap > ul ul li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    background: none;
    text-align: left;
    border-bottom: 1px dotted #fff;
}

[data-cattype="51028"] nav#nav-wrap > ul ul li:last-child {
    border-bottom: none;
}

[data-cattype="51028"] nav#nav-wrap > ul li.opened > ul,
[data-cattype="51028"] nav#nav-wrap > ul li:focus > ul,
[data-cattype="51028"] nav#nav-wrap > ul  li:hover > ul{
    opacity: 1;
    height: auto;
    z-index: 1000;
    overflow: visible;
}

[data-cattype="51028"] nav#nav-wrap > ul ul a {
    color: #fff;
    background: none;
    text-transform: none;
    padding: 5px 15px;
text-decoration: none;
}

[data-cattype="51028"] nav#nav-wrap > ul > li > ul > li:hover,
[data-cattype="51028"] nav#nav-wrap ul ul a.active,
[data-cattype="51028"] nav#nav-wrap ul ul a:hover {
    color: #aaa;
}


/*======= BOF - Trigger Sub-Menu with Two Level =======*/

[data-cattype="51028"] nav#nav-wrap > ul ul ul {
    margin: -44px 0px 0px 200px;
    position: absolute;
}

[data-cattype="51028"] nav#nav-wrap > ul > li.twoLevel > ul > li:first-child {
    border: none;
}

[data-cattype="51028"] nav#nav-wrap > ul > li.twoLevel > ul > li {
    float: left;
    width: 198px;
    display: inline-block;
    border-left: 1px solid #ccc;
    padding: 0px 10px 0 10px;
}

[data-cattype="51028"] nav#nav-wrap > ul > li.twoLevel > ul > li > a {
    font-size: 18px;
    color: #0077B3;
    text-transform: uppercase;
}





[data-cattype="51028"] .wrapper_searchbar form#formSearch .fa.fa-search {
  position: absolute;
  left: -1px;
  top: 2px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  z-index: 0;
  font-size: 16px;
  color: #000;
}







@media (max-width: 1399px) {
   
}

@media (max-width: 979px) {
   
}


/* =====================================================
   Mobile Header & Navigation
===================================================== */

@media (max-width: 767px) {

    /* Header */
    .wrapper_header[data-cattype="51028"] {
        position: relative !important;
        min-height: 130px;
        overflow: visible !important;
        background: #fff;
    }

    [data-cattype="51028"] .top-header {
        position: relative;
        padding: 8px 0 0;
        background: #fff;
    }

    [data-cattype="51028"] .top-head {
        position: relative;
        display: block;
        width: 100%;
        min-height: 120px;
        padding-top: 5px;
    }

    [data-cattype="51028"] .top-head .companyLogo {
        position: absolute;
        top: 35px;
        left: 0;
        display: block;
        width: 100%;
        margin: 0;
        text-align: center;
    }

    [data-cattype="51028"] .companyLogo img,
    [data-cattype="51028"] .companyLogo a img {
        width: 70px;
        height: auto;
    }

    [data-cattype="51028"] .top-head .right-links {
        position: relative;
        display: block;
        width: 100%;
        padding-left: 64px;
        text-align: right;
        white-space: nowrap;
    }

    [data-cattype="51028"] .label-welcome-name {
        display: block;
        padding: 8px 0 5px;
    }

    [data-cattype="51028"] .container-fluid,
    [data-cattype="51028"] .hmenu,
    [data-cattype="51028"] .hmenu > .container {
        position: static !important;
    }

    [data-cattype="51028"] .container-fluid {
        padding: 0;
        overflow: visible !important;
    }

    [data-cattype="51028"] .clearBoth.sign {
        display: none;
    }

    [data-cattype="51028"] .hmenu {
        width: 100%;
        background: transparent;
    }

    [data-cattype="51028"] .hmenu > .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }


    /* Hamburger Button */
    [data-cattype="51028"] #menu_button {
        display: block !important;
        position: absolute !important;
        top: 10px !important;
        left: 14px !important;
        width: 40px !important;
        height: 40px !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #339d01 !important;
        border: 0 !important;
        border-radius: 6px;
        box-shadow: 0 3px 10px rgba(51, 157, 1, 0.25);
        cursor: pointer;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 10002 !important;
        transition:
            background-color 0.3s ease,
            box-shadow 0.3s ease;
    }

    [data-cattype="51028"] #menu_button:hover {
        background: #2c8801 !important;
        box-shadow: 0 4px 12px rgba(51, 157, 1, 0.35);
    }

    /* Hamburger Lines */
    [data-cattype="51028"] #menu_button::before {
        content: "" !important;
        position: absolute;
        top: 12px;
        left: 10px;
        display: block !important;
        width: 20px;
        height: 2px;
        background: #fff !important;
        border-radius: 2px;
        box-shadow:
            0 7px 0 #fff,
            0 14px 0 #fff;
        transition:
            top 0.3s ease,
            transform 0.3s ease,
            box-shadow 0.3s ease;
    }

    [data-cattype="51028"] #menu_button::after {
        content: "";
        position: absolute;
        top: 19px;
        left: 10px;
        width: 20px;
        height: 2px;
        background: #fff !important;
        border-radius: 2px;
        opacity: 0;
        transition:
            opacity 0.3s ease,
            transform 0.3s ease;
    }

    /* Hamburger Active X */
    [data-cattype="51028"] #menu_button.active {
        background: #2c8801 !important;
    }

    [data-cattype="51028"] #menu_button.active::before {
        top: 19px;
        box-shadow: none;
        transform: rotate(45deg);
    }

    [data-cattype="51028"] #menu_button.active::after {
        top: 19px;
        opacity: 1;
        transform: rotate(-45deg);
    }


    /* Navigation Wrapper */
    [data-cattype="51028"] #nav-wrap {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        display: block;
        width: 100%;
        min-width: 100%;
        margin: 0;
        padding: 0;
        z-index: 10001;
    }

    /* Menu Closed */
    [data-cattype="51028"] nav#nav-wrap > ul {
        display: block !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-width: 100%;
        max-height: 0;
        margin: 0;
        padding: 62px 10px 0;
        overflow: hidden;
        background: #339d01;
        border: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-12px);
        transition:
            max-height 0.45s ease,
            opacity 0.3s ease,
            transform 0.3s ease,
            visibility 0s linear 0.45s;
    }

    /* Menu Open */
    [data-cattype="51028"] nav#nav-wrap > ul.mobile-menu-open {
        max-height: 100vh;
        padding-bottom: 14px;
        overflow-x: hidden;
        overflow-y: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
        transition:
            max-height 0.5s ease,
            opacity 0.35s ease,
            transform 0.35s ease;
    }


    /* Main Menu Items */
    [data-cattype="51028"] nav#nav-wrap > ul > li {
        position: relative;
        display: block;
        float: none;
        clear: both;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    }

    [data-cattype="51028"] nav#nav-wrap > ul > li:last-child {
        border-bottom: 0;
    }

    [data-cattype="51028"] nav#nav-wrap > ul > li > a,
    [data-cattype="51028"] nav#nav-wrap > ul > li:first-child > a {
        display: block;
        width: 100%;
        margin: 0;
        padding: 12px 44px 12px 15px;
        border: 0;
        background: transparent;
        color: #fff;
        font-size: 14px;
        line-height: 1.4;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
    }

    [data-cattype="51028"] nav#nav-wrap > ul > li > a:hover,
    [data-cattype="51028"] nav#nav-wrap > ul > li > a.active {
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
    }


    /* Main Dropdown Icon */
    [data-cattype="51028"] nav#nav-wrap > ul > li.more::before {
        content: "+";
        position: absolute;
        top: 8px;
        right: 10px;
        width: 28px;
        height: 28px;
        color: #fff;
        font-family: Arial, sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 300;
        text-align: center;
        pointer-events: none;
        z-index: 3;
    }

    [data-cattype="51028"] nav#nav-wrap > ul > li.more.opened::before {
        content: "−";
    }


    /* First Dropdown Closed */
    [data-cattype="51028"] nav#nav-wrap > ul > li > ul {
        display: block !important;
        position: static !important;
        width: 100%;
        height: auto !important;
        max-height: 0;
        margin: 0 !important;
        padding: 0 10px !important;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.06);
        border: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-6px);
        transition:
            max-height 0.35s ease,
            opacity 0.25s ease,
            transform 0.25s ease,
            padding-bottom 0.3s ease,
            visibility 0s linear 0.35s;
    }

    /* First Dropdown Open */
    [data-cattype="51028"] nav#nav-wrap > ul > li.opened > ul {
        max-height: 600px;
        padding-bottom: 8px !important;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    [data-cattype="51028"] nav#nav-wrap > ul > li > ul > li {
        position: relative;
        display: block;
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    [data-cattype="51028"] nav#nav-wrap > ul > li > ul > li:last-child {
        border-bottom: 0;
    }

    [data-cattype="51028"] nav#nav-wrap > ul > li > ul > li > a {
        display: block;
        width: 100%;
        margin: 0;
        padding: 10px 42px 10px 15px;
        background: transparent;
        color: #fff;
        font-size: 14px;
        line-height: 1.4;
        font-weight: normal;
        text-decoration: none;
        text-transform: none;
    }

    [data-cattype="51028"] nav#nav-wrap > ul > li > ul > li > a:hover {
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
    }


    /* Second Dropdown Icon */
    [data-cattype="51028"] nav#nav-wrap > ul > li > ul > li.more::before {
        content: "+";
        position: absolute;
        top: 6px;
        right: 6px;
        width: 28px;
        height: 28px;
        color: #fff;
        font-family: Arial, sans-serif;
        font-size: 18px;
        line-height: 28px;
        font-weight: 300;
        text-align: center;
        pointer-events: none;
        z-index: 3;
    }

    [data-cattype="51028"] nav#nav-wrap > ul > li > ul > li.more.opened::before {
        content: "−";
    }


    /* Second Dropdown Closed */
    [data-cattype="51028"] nav#nav-wrap > ul > li > ul > li > ul {
        display: block !important;
        position: static !important;
        width: 100%;
        height: auto !important;
        max-height: 0;
        margin: 0 !important;
        padding: 0 0 0 15px !important;
        overflow: hidden;
        background: transparent;
        border: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-5px);
        transition:
            max-height 0.3s ease,
            opacity 0.25s ease,
            transform 0.25s ease,
            visibility 0s linear 0.3s;
    }

    /* Second Dropdown Open */
    [data-cattype="51028"] nav#nav-wrap > ul > li > ul > li.opened > ul {
        max-height: 500px;
        padding-bottom: 6px !important;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    [data-cattype="51028"] nav#nav-wrap > ul > li > ul > li > ul > li {
        display: block;
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    [data-cattype="51028"] nav#nav-wrap > ul > li > ul > li > ul > li:last-child {
        border-bottom: 0;
    }

    [data-cattype="51028"] nav#nav-wrap > ul > li > ul > li > ul > li > a {
        display: block;
        padding: 9px 12px;
        color: #fff;
        font-size: 13px;
        font-weight: normal;
        text-decoration: none;
        text-transform: none;
    }


    /* Remove Desktop Dropdown Settings */
    [data-cattype="51028"] nav#nav-wrap > ul ul ul {
        position: static !important;
        width: 100%;
        margin: 0 !important;
    }

    [data-cattype="51028"] nav#nav-wrap > ul ul li.more > a::after {
        display: none !important;
    }

    /* Disable Hover Dropdown on Mobile */
    [data-cattype="51028"] nav#nav-wrap > ul li:not(.opened):hover > ul {
        max-height: 0;
        padding-bottom: 0 !important;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
    }
}


/* Smaller Mobile */
@media (max-width: 480px) {

    [data-cattype="51028"] .top-header a {
        padding-right: 5px;
        margin-right: 3px;
        font-size: 13px;
    }

    [data-cattype="51028"] #menu_button {
        top: 10px !important;
        left: 14px !important;
    }

    [data-cattype="51028"] .top-head .right-links {
        padding-left: 62px;
    }
}


/* Desktop */
@media (min-width: 768px) {

    [data-cattype="51028"] #menu_button {
        display: none !important;
    }

    [data-cattype="51028"] nav#nav-wrap > ul {
        display: inline-block !important;
    }
}