/*body {*/
/*    -webkit-touch-callout: none; !* iOS Safari *!*/
/*    -webkit-user-select: none; !* Safari *!*/
/*    -khtml-user-select: none; !* Konqueror HTML *!*/
/*    -moz-user-select: none; !* Old versions of Firefox *!*/
/*    -ms-user-select: none; !* Internet Explorer/Edge *!*/
/*    user-select: none; !* Non-prefixed version, currently*/
/*}*/

.skiptranslate iframe {
    display: none !important;
}

#google_translate_element {
    /*position: absolute;*/
    bottom: calc(53px + 16px);
    right: 16px !important;
}

.goog-te-gadget {
    font-family: Roboto, "Open Sans", sans-serif !important;
    text-transform: uppercase;
}

.goog-te-gadget-simple {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    padding: 8px !important;
    border-radius: 4px !important;
    font-size: 1rem !important;
    line-height: 2rem !important;
    display: inline-block;
    cursor: pointer;
    zoom: 1;
}

.goog-te-menu2 {
    max-width: 100%;
}

.goog-te-menu-value {
    color: #fff !important;
}

.goog-te-menu-value:before {
    font-family: "Material Icons";
    content: "";
    margin-right: 16px;
    font-size: 2rem;
    vertical-align: -10px;
}

.goog-te-menu-value span:nth-child(5) {
    display: none;
}

.goog-te-menu-value span:nth-child(3) {
    border: none !important;
    font-family: "Material Icons";
}

.goog-te-menu-value span:nth-child(3):after {
    font-family: "Material Icons";
    content: "";
    font-size: 1.5rem;
    vertical-align: -6px;
}

.goog-te-gadget-icon {
    background-image: url(https://placehold.it/32) !important;
    background-position: 0px 0px;
    height: 32px !important;
    width: 32px !important;
    margin-right: 8px !important;
    display: none;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

@media (max-width: 667px) {
    #google_translate_element {
        bottom: calc(100% - 50% - 53px);
        left: 16px !important;
        width: 100% !important;
    }

    #google_translate_element .goog-te-gadget {
        width: 100% !important;
    }

    #google_translate_element .skiptranslate {
        width: 100% !important;
    }

    #google_translate_element .goog-te-gadget-simple {
        width: calc(100% - 32px) !important;
        text-align: center;
    }
}

#google_translate_element span {
    font-family: "Times New Roman";
}

body {
    top: 0 !important;
}

header {
    background-color: white;
}

.text-primary {
    color: #004085 !important;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.bg-primary {
    color: white;
    background-color: #045290 !important;
}

.btn-primary {
    color: #fff;
    background-color: #045290;
    border-color: #045290;
}

.btn-warning {
    color: #fff;
    background-color: #FB7516;
    border-color: #FB7516;
}

a:hover {
    color: #FB7516;
}

.header__area .header__sidebar__right {
    /*margin-right: 30px;*/
    margin-right: 140px;
}

.header__area .header__sidebar__right {
    height: 45px;
    list-style: outside none none;
    position: relative;
    z-index: 9;
}

.header__area.sticky__header.is-sticky .menubar a.open_sidebar, .header__area.sticky__header.is-sticky .header__sidebar__right, .header__area.sticky__header.is-sticky .mainmenu__nav, .header--two.sticky__header.is-sticky .mainmenu__nav .meninmenu {
    height: 45px;
}

.header__sidebar__right {
    z-index: unset !important;
}

/*.setting__block {*/
/*    right: unset;*/
/*}*/

/*.block-minicart {*/
/*    right: unset;*/
/*}*/

.is-sticky .mean-container a.meanmenu-reveal {
    margin-top: 16px;
    color: black;
}

.is-sticky .mean-container a.meanmenu-reveal span {
    background: #000 none repeat scroll 0 0;
}

.header__area .header__sidebar__right > li.shopcart {
    padding-right: 20px;
}

.header__area .header__sidebar__right > li.setting__bar__icon {
    position: relative;
    margin-right: 20px;
}

.mean-container a.meanmenu-reveal {
    color: #494949;
    cursor: pointer;
    display: flex;
    flex-flow: column wrap;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    height: 66px;
    justify-content: center;
    line-height: 66px;
    padding: 0 0 0 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    width: 30px;
}

::placeholder {
    color: lightgrey;
}

.searchbox {
    position: relative;
    min-width: 50px;
    width: 0%;
    height: 50px;
    float: left;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-desktop {
    position: relative;
    min-width: 50px;
    width: 0%;
    height: 50px;
    /*float: left;*/
    margin-right: 50px;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 1px #045290 solid;
    outline: 0;
    min-width: 200px;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 20px;
    color: #045290;
}

.searchbox-input::-webkit-input-placeholder {
    color: #045290;
}

.searchbox-input:-moz-placeholder {
    color: #045290;
}

.searchbox-input::-moz-placeholder {
    color: #045290;
}

.searchbox-input:-ms-input-placeholder {
    color: #045290;
}

.searchbox-icon, .searchbox-submit {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    font-family: "verdana";
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #045290;
    border-left: 1px solid white;
}

.searchbox-open {
    width: 100%;
}

.header__area.sticky__header.is-sticky .logo {
    height: unset;
}

.header__area.sticky__header.is-sticky .hide-on-stick {
    display: none;
}

.header__area .logo {
    height: unset;
}

.header__area .logo img {
    /*width: 18.5rem;*/
    /*max-width: unset;*/

    width: auto;
    height: 147px;
    max-width: unset;
}

@media (max-width: 667px) {
    .header__area .logo img {
        width: 18.5rem;
        height: unset;
        max-width: unset;
    }
}

.header__area.sticky__header.is-sticky .logo {
    line-height: 90px;
    width: 85px;
}

.header__area .container-fluid {
     padding: unset;
}

.dropdown-menu.show {
    top: -10px !important;
}

.mainmenu__nav {
    align-items: center;
    align-self: start;
    display: grid !important;
    height: 40px !important;
    justify-content: unset !important;
}

.meninmenu li.drop:hover > a {
    color: white;
    background-color: #045290;
}

.is-sticky .mainmenu__nav .meninmenu li a {
    color: #050505bf;
}

.mainmenu__nav .meninmenu li a {
    align-items: center;
    align-self: stretch;
    color: #333;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 16px;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
}

#wn__header .meninmenu a {
    font-family: "Times New Roman", sans-serif;
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 1.5px;
    color: #333;
}

#wn__header .meninmenu li.drop .megamenu .item li a {
    display: block;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    padding: 0;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

#wn__header .meninmenu a {
    font-family: "Times New Roman", sans-serif;
    font-weight: 600;
    font-size: 16px;
    /*font-size: 18px;*/
    letter-spacing: 0;
    color: #000;
}

.mean-container .mean-bar {
    display: inline-block;
    padding: 0;
    position: absolute;
    right: 0;
    top: 12px;
    width: 100%;
}

.mean-container a.meanmenu-reveal {
    color: #494949;
    cursor: pointer;
    display: flex;
    flex-flow: column wrap;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    height: 66px;
    justify-content: center;
    line-height: 66px;
    padding: 0 0 0 0;
    position: absolute;
    right: 10px !important;
    text-decoration: none;
    top: 0;
    width: 30px;
}

.mean-container .mean-nav {
    background: #f1f1f1 none repeat scroll 0 0;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 78px;
    max-height: 100vh;
    overflow-y: auto;
    width: 100%;
}

.nv-dropdown-bs4 .dropdown-item:focus, .nv-dropdown-bs4 .dropdown-item:hover {
    text-decoration: none;
    background-color: #045290;
}

.dropdown-item:hover > a {
    color: #fff !important;
}

#wn__header .meninmenu li.drop .megamenu .item li:hover:not(.title) {
    background-color: #045290;
}

#wn__header .meninmenu li.drop .megamenu .item li:hover:not(.title) > a {
    color: #ffffff;
}

.minicart-content-wrapper .micart__close:hover {
    color: #045290;
}

.minicart-content-wrapper .mini_action .checkout__btn:hover {
    background: #045290 none repeat scroll 0 0;
    color: #fff;
}

#welcome-heading {
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.slider--15.slide__arrow01.owl-theme .owl-nav [class*="owl-"] {
    border: #FB7516;
    color: #FB7516;
    background: white;
}

.slide__arrow01 .owl-nav div i {
    font-size: 30px;
    padding-top: 9px;
}

#about-us-title {
    letter-spacing: 1.5px;
    font-size: 25px;
}

#about-us-content {
    font-size: 16px;
    text-align: justify;
    line-height: 1.7;
    font-weight: 600;
    color: #000000;
}

#about-us-content p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.7;
    font-weight: 600;
    color: #000000;
}

#message-from-chairman-body {
    color: #045290;
}

#message-from-chairman-body {
    font-size: 16px;
    text-align: justify;
    line-height: 1.7;
    font-weight: 600;
    color: #000000;
}

#message-from-chairman-body p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.7;
    font-weight: 600;
    color: #000000;
}

.board-members-body p strong {
    font-size: 18px;
    text-align: justify;
    line-height: 1.7;
    font-weight: 600;
    color: #000000;
}

.board-members-body p {
    font-size: 17px;
    text-align: justify;
    line-height: 1.7;
    font-weight: 600;
    color: rgba(11, 11, 11);
}

/*#about-us-content {*/
/*    font-size: 23px;*/
/*    text-align: justify;*/
/*    line-height: 1.7;*/
/*    font-weight: 600;*/
/*    color: #000000a6;*/
/*}*/

.ebook-top-container .link-label {
    color: #e59285;
    font-size: 14px;
}

.banner-slider > .owl-carousel .owl-stage {
    display: flex;
}

.banner-slider > .owl-carousel .owl-item img {
    width: 100%;
    height: 70vmin;
    object-fit: cover;
}

.notice-thumb {
    border: 5px solid #045290;
}

.product .product__thumb .hot__box::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #cb7a59;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    content: unset;
    margin-top: -6px;
    position: absolute;
    right: -11px;
    top: 50%;
}

.product__info__main .tocart {
    background: #045290 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    text-transform: uppercase;
}

.product__info__main .tocart:hover {
    background-color: #045290;
    border-color: #045290;
}


.product__info__main .addedcart {
    background: #FB7516 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    text-transform: uppercase;
}

.product__info__main .addedcart:hover {
    background-color: #FB7516;
    border-color: #FB7516;
}

.product__info__main .buynow {
    background: #045290 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    text-transform: uppercase;
}

.product__info__main .buynow:hover {
    background-color: #045290;
    border-color: #045290;
}

.product-btn {
    font-size: x-small;
}

.action-icon {
    width: 1rem !important;
    height: 1rem;
    display: unset !important;
    margin-right: 0.5rem;
}

.order__total {
    display: flex;
    justify-content: space-between;
    padding: 22px 40px 0;
}

.order_product {
    margin-top: 18px;
    padding: 0 40px;
}

.footer__area {
    background-color: #045290;
    color: #FFFFFF;
}

.footer__area h4 {
    font-weight: 500;
    font-size: 21px;
}

.footer-static-top {
    font-family: "Times New Roman", sans-serif;
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #ebebeb;
    padding: 30px 0;
    text-align: center;
}

#footer_logo {
    height: 88px;
}

.footer__list {
    font-size: 17px;
    line-height: 1.5;
}

.footer__list li {
    padding-top: 0.2rem;
}

.contact__list {
    font-size: 17px;
    line-height: 2.7;
}

.footer-labels p {
    font-size: 16px;
    letter-spacing: 2px;
}

.copyright__wrapper {
    font-family: "Times New Roman", sans-serif;
    font-size: 17px;
    padding: 9px 0;
}

.block-title {
    line-height: 0;
    font-size: 19px !important;
}

.total__amount {
    border-top: 1px solid #e1e1e1;
    padding: 0 40px;
}

.account__form {
    border: 1px solid #045290;
    border-radius: 0;
}

.account__form .list-group-item {
    border: 1px solid #045290;
    border-radius: 0;
}

.account__form .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #045290;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #045290;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.account__form input::-webkit-input-placeholder, .account__form textarea::-webkit-input-placeholder {
    color: #045290;
}

.account__form input::-moz-placeholder, .account__form textarea:-moz-placeholder {
    color: #045290;
}
