@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'DFLi';
    src: url('DFLi.ttf');
    font-weight: bold;
}


/*------------------------------------*\
    EXTAR
\*------------------------------------*/

h3.showall:hover {
    cursor: pointer;
    color: #9cb1c2;
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */

html {
    font-size: 62.5%;
}

body {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 26px;
    overflow-x: hidden;
    font-weight: 500;
}


/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
    clear: both;
}

.container {
    max-width: 1171;
    margin: 0 auto;
}

.header .container,
.footer .container,
.home .container {
    max-width: 1630px;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    font-family: 'Lato';
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

input:focus,
textarea:focus,
button:focus {
    outline: 0;
    border: 0;
}

ul,
li,
h1,
h2,
h3,
h4 {
    list-style-type: none;
    margin: 0;
    padding: 0
}

p {
    font-size: 17px;
    font-weight: 400;
    font-family: 'Lato';
    line-height: 23px;
}

.main {
    background: #f3f8fb;
}

.wrapper {
    overflow: hidden;
}


/*------------------------------------*\
	        HEADER
\*------------------------------------*/

.header-bg {
    background: linear-gradient(to right, #00589f 40%, #7092bf 40%, #7092bf 50%, #c3c3c3 50%);
}

.header-bg h2 {
    color: #fff;
    font-size: 24px;
    padding: 18px 0;
    text-transform: uppercase;
}

.nav_area>ul>li {
    display: inline-block;
    padding-right: 25px;
}

ul.sub-menu ul.sub-menu {
    margin-top: 12px;
}

.nav_area ul li:last-child {
    padding-right: 0;
    border-right: 0;
}

.nav_area ul li a {
    color: #3c2313;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

ul.sub-menu {
    position: absolute;
    background: #7092bf;
    z-index: 555;
    text-align: left;
    padding: 10px 0;
}

ul.sub-menu li a {
    color: #fff;
    line-height: 20px;
    padding: 3px 10px 7px 10px;
    font-size: 15px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 400;
}

ul.sub-menu li {
    display: block;
}

ul.sub-menu li a {
    width: 90%;
}

ul.sub-menu li.menu-item-has-children {
    position: relative;
}

ul.sub-menu li.menu-item-has-children .arrow {
    color: #fff;
    padding-left: 0;
}

.close-menu {
    color: #fff !important;
}

span.arrow {
    font-size: 16px;
}

.menu-bar ul.menu {
    color: #fff;
    position: relative;
    z-index: 11;
}

a.btn:hover {
    background: #e97c80;
    color: #fff;
}


/*------------------------------------*\
	        FOOTER
\*------------------------------------*/

.footer {
    background-color: #7092bf;
    color: #fff;
}

.address h4 {
    font-size: 26px;
    padding-bottom: 3px;
}

.address p {
    font-size: 17px;
    line-height: 30px;
    text-transform: uppercase;
}

.address h5 {
    font-size: 18px;
    padding-bottom: 10px;
}

.contact p {
    font-size: 17px;
    line-height: 30px;
}

ul.footer-link li a {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
}

.copyright p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    border-top: 1px solid;
    padding-top: 25px;
}


/*------------------------------------*\
	        HOME
\*------------------------------------*/

.international {
    box-shadow: 5px 0px 5px #dfdcdc;
    text-align: center;
}

.international p {
    font-size: 17px;
    background: #7092bf;
    margin-bottom: 0;
    color: #fff;
    padding: 12px;
}

.international-title h2 {
    font-size: 53px;
    font-weight: 900;
    line-height: 55px;
    color: #00043f;
    padding-bottom: 38px;
}

.international-title {
    padding: 100px 40px 0 75px;
    max-width: 80%;
}

a.button {
    font-size: 18px;
    color: #17315b;
    display: inline-block;
    background: #c3c3c3;
    padding: 7px 25px;
    margin-top: 50px;
    font-family: 'Mukta';
    transition: all 0.3s;
    font-weight: 400;
}

a.button:hover {
    background-color: #17315b;
    color: #c3c3c3;
}

.section-2 p {
    color: #7092bf;
    font-size: 20px;
    line-height: 28px;
}

.section-2 a.button {
    margin-top: 5px;
}

.section1 {
    padding-right: 0;
}

.section2-img img {
    box-shadow: 30px 30px #c3c3c3;
}

.product h2 {
    font-size: 36px;
    line-height: 70px;
    background: #ff7f26;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.product-img {
    border: 1px solid #dbdee5;
    justify-content: center;
    align-items: center;
    height: 380px;
    display: flex;
}

.product-item h4 {
    font-size: 21px;
    color: #1e3262;
    font-weight: 600;
    padding-top: 40px;
    text-transform: uppercase;
}

.product-list2 {
    background: url('../image/product-bg.png')no-repeat center;
    background-size: cover;
    padding: 120px 0 60px 0;
}


/*------------------------------------*\
	        SUBPAGE
\*------------------------------------*/


/*----------product-index-------------*/

.banner img {
    width: 100%;
}

.p-title h2 {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 35px;
}

.page-menu ul li a {
    display: inline-block;
    color: #000;
    padding: 10px 8px;
    font-size: 19px;
    font-weight: 700;
}

.page-menu ul li {
    display: inline-block;
}

.sidemenu {
    border: 1px solid #e8e8e8;
    height: 500px;
    background-color: #fbfbfb;
}

.sidebar>ul>li>a {
    font-size: 17px;
    line-height: 20px;
    color: #000;
    display: flex;
    padding: 10px 10px;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-family: 'Raleway';
}

.sidebar h2 {
    font-size: 18px;
    font-weight: bold;
    background-color: #7092bf;
    color: #fff;
    padding: 10px 15px;
    font-family: 'Raleway';
}

ul.sidemenu h3 {
    padding: 10px 10px;
    font-size: 17px;
    font-family: 'Lato';
    font-weight: 700;
}

.sidebar>ul>li>a.active {
    color: #2280CE;
    opacity: 0.8;
}

.sidebar>ul>li:hover>a {
    color: #9cb1c2;
}

.sidebar>ul>li:hover>a i {
    color: #9cb1c2;
    border-color: #ec8c89;
}

.sidebar>ul>li>a>i {
    display: inline-block;
    color: #000;
    height: 25px;
    min-width: 25px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}

.side-sub-menu li a {
    font-size: 17px;
    line-height: 20px;
}

ul.side-sub-menu {
    padding: 10px;
    display: none;
    margin-left: 5px;
}

.side-sub-menu li a {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    width: 100%;
    display: inline-block;
    font-weight: bold;
}

.side-sub-menu>li>a.active {
    color: #2280CE;
    opacity: 0.8;
}

.side-sub-menu>li:hover>a {
    color: rgb(74, 144, 209);
}

ul.side-sub-menu li i {
    font-size: 12px;
    padding-right: 10px;
    color: #000;
}

.sidebar {
    margin-bottom: 20px;
}

.album h3 {
    font-size: 19px;
    font-family: 'Raleway';
    font-weight: 700;
    padding-top: 15px;
}

.album h4 {
    font-size: 19px;
    font-family: 'Raleway';
    font-weight: 700;
    color: #174195;
    padding-top: 10px;
}

.a-box {
    background: #fff;
    border: 1px solid #d1d3d3;
    height: 280px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.a-box img {
    display: block;
    margin: 0 auto;
}

.album {
    padding-bottom: 50px;
}

.pagination {
    display: block;
    margin: 0px;
}

.pagination a {
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    color: #000;
    padding: 5px 0;
    font-size: 17px;
}

.pagination a.active,
.pagination a:hover {
    background: #00589f;
    color: #fff;
    text-decoration: none;
}

.pagination a i {
    height: 40px;
    line-height: 40px;
}


/*-----------product-details----------*/

.banner {
    position: relative;
}

.banner h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #17315b;
    font-weight: 700;
}

.page-items {
    background: #e4eef3;
}

.page-menu ul li:not(:last-child)::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    font-weight: 500;
}

.d-title h2 {
    font-size: 36px;
    font-weight: 700;
}

.d-title::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #00589f;
    margin-top: 15px;
}

.d-box {
    background: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    align-items: center;
    height: 530px;
}

.d-item span {
    display: block;
}

.d-item h2 {
    font-size: 35px;
    line-height: 43px;
    color: #17315b;
    font-weight: 700;
}

.d-item h2::after {
    content: '';
    display: block;
    width: 150px;
    height: 4px;
    background: #7092bf;
    margin-top: 30px;
}

.d-content h3 {
    font-size: 19px;
    margin-bottom: 0;
    line-height: 30px;
}

.d-content p {
    font-size: 19px;
    margin-bottom: 0;
    line-height: 30px;
    word-wrap: break-word;
}

a.add {
    font-size: 20px;
    color: #fff;
    background: #00589f;
    padding: 8px 20px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #00589f;
    width: 250px;
    text-align: center;
}

a.pdf {
    font-size: 20px;
    color: #fff;
    background: #666666;
    padding: 8px 40px;
    margin-left: 20px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #666666;
    width: 250px;
    text-align: center;
}

a.add:hover {
    background: #fff;
    color: #00589f;
    text-decoration: none;
}

a.pdf:hover {
    background: #fff;
    color: #666666;
    text-decoration: none;
}

.d-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

a.back {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    border: 1px solid #cccc;
    padding: 10px 30px;
    margin-bottom: 35px;
    display: inline-block;
}

a.back:hover {
    background: #cccc;
    text-decoration: none;
}


/*-----------news----------------*/

.news-item {
    background: #fff;
    padding: 20px 15px;
    margin-bottom: 10px;
}

.news-left h2 {
    font-size: 17px;
    color: #181777;
    font-weight: 700;
}

.news-left h2::before {
    content: '\f073';
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Font Awesome 5 Pro';
    color: #b4c9de;
    padding-right: 10px;
}

.news-left h3 {
    padding-left: 45px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button {
    display: inline-block;
    background-color: #999999;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}

#button::after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    position: absolute;
    left: 16px;
    top: 4px;
}

#button:hover {
    background: #ff79a5;
}


/*********************/


/********************/


/*------------------------------------*\
	        MIN WIDTH
\*------------------------------------*/

@media(min-width:1157px) {
    .product-item {
        max-width: 20%;
        flex: 0 0 20%;
        vertical-align: top;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media(min-width:1024px) {
    .international-title {
        padding: 46px 38px 46px 75px;
    }
    .international-title h2 {
        font-size: 44px;
    }
}

@media(min-width:992px) {
    .section2-img {
        padding-left: 0;
    }
    .main-menu {
        text-align: right;
    }
    .nav_area>ul>li>a {
        font-size: 16px;
        font-weight: 600;
        font-family: 'Lato';
        padding: 15px 0px;
        color: #1e3262;
        text-transform: uppercase;
    }
    .nav_area ul li:hover ul.sub-menu {
        display: block;
    }
    .nav_area>ul>li ul.sub-menu {
        font-size: 16px;
        font-family: 'Lato';
        font-weight: 400;
        transform-origin: 50% 0;
        transform: scaleY(0) translateZ(0);
        transition: transform 0.3s, opacity 0.3s;
        display: block;
    }
    ul.sub-menu {
        min-width: 150px;
    }
    ul.sub-menu li ul.sub-menu {
        left: 100%;
        top: -22px;
        width: 100%;
    }
    .nav_area>ul>li:hover>ul.sub-menu,
    .nav_area ul.sub-menu>li:hover>ul.sub-menu {
        transform: scaleY(1) translateZ(0);
    }
    .nav_area ul li:hover ul.sub-menu {
        display: block;
    }
    ul.menu {
        display: block !important;
    }
    span.arrow {
        display: inline-block;
        padding-left: 5px;
        font-size: 12px;
        color: #000;
    }
    label.toggle {
        display: none;
    }
    .nav_area ul li a img {
        vertical-align: middle;
        max-width: 20px;
        margin-right: 5px;
    }
    ul.sub-menu li.menu-item-has-children .arrow {
        transform: rotate(-90deg);
    }
    ul.sub-menu>li:hover {
        background: #00589f;
    }
    ul.sub-menu>li:hover>a {
        color: #fff;
    }
    ul.sub-menu>li:hover .arrow {
        color: #fff;
    }
    nav.nav_area {
        position: relative;
        z-index: 999;
    }
}

@media(min-width:768px) {
    ul.sidemenu {
        display: block !important;
    }
    .sidebar h2 {
        pointer-events: none;
    }
}


/*------------------------------------*\
	        MAX WIDTH
\*------------------------------------*/

@media (max-width:1100px) {
    .nav_area>ul>li {
        padding-right: 15px;
    }
    .header:after {
        display: none;
    }
    .nav_area>ul>li {
        padding: 0 10px 0 0;
    }
    .nav_area>ul>li a {
        font-size: 16px;
    }
}

@media (max-width:991px) {
    .r-area {
        padding-right: 0;
    }
    .header .row {
        align-items: center;
    }
    .container {
        max-width: 100%;
    }
    nav.nav_area ul li a {
        color: #fff;
        font-size: 14px;
    }
    ul.menu {
        position: fixed;
        width: 80%;
        left: 0;
        text-align: left;
        background: #00589f;
        z-index: 2;
        padding: 15px 10px;
        z-index: 10;
        top: 0;
        height: 100%;
        left: -100%;
        transition: all .4s;
    }
    ul.menu.open {
        left: 0;
    }
    .toggle {
        font-size: 25px;
        margin: 0;
        text-align: right;
        display: block;
        z-index: 999;
    }
    .nav_area>ul>li {
        padding: 10px 0;
    }
    .nav_area>ul>li>a {
        font-family: 'Lato';
        font-weight: 400;
    }
    nav.nav_area ul li {
        display: block;
        position: relative;
        border: 0;
    }
    span.arrow {
        position: absolute;
        right: 10px;
        color: #fff;
        width: 40px;
        text-align: center;
        height: 30px;
    }
    .sub-menu span.arrow i:before {
        content: '\f105';
    }
    span.arrow.close-icon i:before {
        content: '\f106';
    }
    ul.sub-menu {
        display: none;
        position: relative;
        background: transparent;
        padding: 0;
    }
    ul.sub-menu {
        display: none;
        position: relative;
        background: transparent;
        padding: 0;
    }
    ul li .sub-menu li a {
        line-height: 14px;
    }
    ul.sub-menu span.arrow {
        right: 20px;
        text-align: right;
    }
    span.arrow.close-icon i:before {
        content: '\f106';
    }
    ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
        content: "\f106";
    }
    .nav_area>ul>li>ul.sub-menu {
        padding: 0px 5px 0px 0px;
        font-family: 'Oxygen';
    }
    .sub-menu span.arrow {
        top: 0;
    }
    .nav_area ul li>ul li {
        display: block;
        position: relative;
        border: 0;
        padding: 0 5px 5px 5px;
    }
    a.lang {
        right: 0;
        top: 50px;
    }
}

@media (max-width:767px) {
    .album h3 {
        text-align: center;
    }
    .pagination {
        text-align: center;
    }
    .p-title h2 {
        text-align: center;
    }
    .banner h2 {
        top: 42%;
        font-size: 36px;
        text-align: center;
    }
    ul.sidemenu {
        display: none;
    }
    .news-left h3 {
        padding-left: 0;
        padding-bottom: 10px;
    }
    .news-left h2 {
        padding-bottom: 10px;
    }
    .news-right img {
        padding: 10px 15px;
    }
    a.pdf {
        margin-left: 0;
        margin-top: 30px;
    }
    .d-box {
        margin-bottom: 20px;
    }
    .d-title h2 {
        text-align: center;
    }
    .header-bg {
        background: linear-gradient(to right, #00589f 100%, #c3c3c3 0%);
    }
    .header-bg h2 {
        text-align: center;
    }
    .banner img {
        height: 200px;
        object-fit: cover;
    }
    .section2-img img {
        box-shadow: 15px 15px #c3c3c3;
        max-width: 95%;
    }
    .product-img {
        height: 170px;
        padding: 10px;
    }
    .product .product-item {
        padding-bottom: 30px !important;
    }
    .product-item h4 {
        padding-top: 20px;
    }
    ul.footer-link {
        padding-bottom: 20px;
    }
}

@media (max-width:576px) {
    .international-title {
        padding: 50px 40px 0 20px;
        max-width: 100%;
    }
    .section-2 a.button {
        margin-top: 5px;
        margin-bottom: 30px;
    }
    .footer-logo {
        padding-bottom: 20px;
    }
    .contact {
        padding-bottom: 20px;
    }
    .product h2 {
        font-size: 28px;
        line-height: 45px;
        padding: 10px;
    }
    .international-title h2 {
        font-size: 40px;
        line-height: 47px;
    }
}