@import url('https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=MonteCarlo&display=swap');
*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {font-family: 'Montserrat' !important;color: #000;font-size: 17px;font-weight: 500;line-height: 1.5}
strong {
    font-weight: 700;
}
a {color: #000; text-decoration: none;}
li {list-style: none;}

.page_main {
    max-width: 1320px;
    padding: 0 30px;
    margin: 0 auto;
}
input {
    padding: 0 10px;
}
input:focus-visible {
    outline: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=number] {
    -moz-appearance:textfield;
}
input::-webkit-input-placeholder {
    color: #8088bc;
}

input:-ms-input-placeholder {
    color: #8088bc;
}
input::placeholder {
    color: #8088bc;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 1;
    display: block;
    background: url(../images/icon_arrow_down.png) no-repeat center;
    width: 20px;
    height: 20px;
    border-width: thin;
}

select:focus-visible , textarea:focus-visible {
    outline: 0;
}

img {
    display: block;
}

.btn_outlined {
    color: #fff;
}
.btn.btn_blue {
    background: #2b3990;
    color: #fff;
    font-size: 16px;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 50px;
    line-height: 1;
}
.btn > i {
    font-size: 12px;
    margin: -2px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.hidden {display: none !important;}

/*Header   */

.header_content {
    display: flex;
    justify-content: space-between;
}
.header_content .header_left {
    width: 17%;
}
.header_center {
    width: 66%;
    max-width: 1267px;
    display: flex;
    align-items: flex-end;
}
.header_user {
    width: 17%;
    background: #f8c600;
    padding: 65px 25px 25px;
    display: flex;
    align-items: flex-start;
}
.header_logo {
    max-width: 188px;
    padding: 15px 40px 15px 10px;
}
.header_logo img {
    width: 100%;
}
.header_navigation {
    width: calc(100% - 188px);
}
.navigation .nav_menu .level0 {
    display: inline-block;
    margin: 0 55px 0 0;
    position: relative;
}
.navigation .nav_menu .level0:last-child {
    margin: 0;
}
.navigation .nav_menu a {
    font-weight: 300;
    padding: 10px 0 30px;
    display: block;
    position: relative;
}
.navigation .nav_menu .has_submenu a {
    padding-right: 15px;
}
.navigation .nav_menu .has_submenu > a:after {
    content: "";
    border-style: solid;
    border-width: 6px 4px;
    border-color: #000 transparent transparent;
    position: absolute;
    top: 20px;
    right: 0;
}
.navigation .nav_menu .level0:hover > a:after {
    content: "";
    border-color: #dd9928 transparent transparent;
}
.navigation .nav_menu .level0:hover > a {
    color: #dd9928;
    font-weight: 500;
}
.navigation .nav_menu .level0 a:hover {
    color: #dd9928;
    font-weight: 500;
}
.navigation .submenu {
    position: absolute;
    background: #fff;
    width: 547px;
    top: 150%;
    left: 0;
    display: flex;
    align-items: flex-start;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.navigation .nav_menu .level0:hover .submenu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navigation {
    padding-left: 10px;
}
.navigation .nav_menu .has_submenu .submenu a {
    padding: 7.5px 0;
}
.navigation .submenu .menu_col {
    width: 33.3%;
}
.navigation .submenu .menu_col.list_menu {
    width: 66.7%;
    padding: 0 15px;
}
.navigation .nav_menu .submenu li.level1 {
    border-bottom: 1px solid #ccc;
}
.navigation .nav_menu .submenu li.level1:last-child {
    border: 0;
}

.header_menu {
    background: #2b3990;
    padding: 20px;
    display: flex;
    align-items: center;
}
.header_menu .menu li {
    display: inline-block;
    margin: 0 55px 0 0;
}
.header_menu .menu li:last-child {
    margin: 0;
}
.header_menu .menu li a {
    color: #fff;
    font-weight: 300;
}
.header_menu .menu li a:hover {
    font-weight: 500;
}
.header_menu .menu {
    width: calc(100% - 252px);
    padding-right: 15px;
}
.hotline {
    width: 100%;
    max-width: 252px;
}
.hotline a {
    background: #f8c600;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2b3990;
    font-size: 18px;
    line-height: 1;
    padding: 5px 20px;
    display: block;
}
.header_user .account {
    margin-right: 12px;
    width: 34px;
}
.header_user .my_account {
    height: 34px;
    width: 34px;
    background: #2b3990;
    color: #fff;
    display: block;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
}
.header_user .search_box {
    width: calc(100% - 44px);
}
.header_user .search_box .input-group {
    display: flex;
    align-items: center;
}
.header_user .search_box .input-group .submit {
    cursor: pointer;
    height: 34px;
    width: 34px;
    display: block;
    margin-right: 10px;
    background: #2b3990;
    border: 0;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
}
.header_user .search_box .input-group input {
    width: calc(100% - 44px);
    height: 34px;
    border: 0;
    background: #fff;
    border-radius: 50px;
}



/* Footer  */
.footer {
    background: #f0f0f0;
    padding: 50px 0;
}
.footer_content {
    display: flex;
    align-items: flex-start;
}
.footer_content .f_logo {
    max-width: 195px;
    width: auto;
    padding-right: 45px;
}
.footer_content .f_logo img {
    width: 100%;
}
.social {
    text-align: center;
    margin: 25px 0 0;
}
.social li {
    display: inline-block;
    margin: 0 7px;
}
.social li a {
    font-size: 42px;
    color: #2b3990;
}
.footer_content .f_contact {
    width: 41%;
    padding-right: 30px;
}
.f_contact p span {
    font-weight: 500;
}
.footer_content .f_menu {
    width: 44%;
    padding-left: 30px;
}
.footer_content .f_menu a {
    font-weight: 300;
    line-height: 1.65;
}
.footer_content h3 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 30px;
}
.footer_content p {
    font-weight: 300;
    line-height: 1.65;
}
.footer_content .f_map {
    margin: 50px -5px 0;
    display: flex;
    align-items: center;
}
.footer_content .f_map > div {
    width: 50%;
    margin: 0 5px;
}
/**/

.h_title {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2a388c;
    margin: 0 0 15px;
    position: relative;
    padding-left: 15px;
}
.h_title:before {
    content: "";
    border-style: solid;
    border-width: 8px 4px;
    border-color: #2a388c transparent transparent;
    transform: rotate(-90deg);
    position: absolute;
    left: 4px;
    top: 3px;
}
.cms_page_title {
    margin: 25px 0 0;
}
.cms_page_title h1 {
    color: #2b3990;
    font-family: 'Cormorant Upright';
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 600;
}

/**/

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -3px;
}
.slick-dots li {
    width: 100%;
    margin: 0 3px;
}
.slick-dots li button {
    background: #e1e1e1;
    text-indent: -999em;
    height: 3px;
    display: block;
    border: 0;
    width: 100%;
}
.slick-dots li.slick-active button {
     background: #7d7d7d;
 }
.slick-slide img {
    width: 100%;
}

/* breadcrumb */
.breadcrumb {
    margin: 115px 0 0;
}
.breadcrumb li {
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
}
.breadcrumb li a, .breadcrumb li span {
    font-weight: 500;
    color: #8e8e8e;
}
.breadcrumb li a {
    margin-right: 15px;
    position: relative;
}
.breadcrumb li a:after {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    top: 4px;
    right: -15px;
}

/**/
.main:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.col_main {
    float: left;
    width: 74.5%;
    padding-right: 80px;
}
.col_right.sidebar {
    float: right;
    width: 25.5%;
}

/* ============================ mobile responsive ============================ */

@media (min-width: 1025px) {
    .menu_toggle {
        display: none;
    }
    .close_popup {
        display: none;
    }
}

@media (max-width: 1640px) {
    body {
        font-size: 15px;
    }
    .header_content .header_left {
        width: 10%;
    }
    .header_center {
        width: 76%;
    }
    .header_menu .menu li {
        margin: 0 25px 0 0;
    }
    .navigation .nav_menu .level0 {
        margin: 0 25px 0 0;
    }
}
@media (max-width: 1440px) {
    .header_user {
        width: 22%;
    }
    .header_content .header_left {
        width: 30px;
    }
    .header_center {
        width: calc(78% - 30px);
    }
}

@media (max-width: 1280px) {
    .header_menu .menu {
        width: 100%;
        padding-right: 0;
    }
    .header_menu .hotline {
        display: none;
    }
}

@media (max-width: 1024px) {
    .header_logo {
        max-width: 100%;
        padding: 10px 30px 10px 0;
    }
    .header_center {
        width: 150px;
    }
    .menu_toggle {
        cursor: pointer;
        height: 34px;
        width: 34px;
        background: #2b3990;
        color: #fff;
        display: block;
        line-height: 34px;
        text-align: center;
        border-radius: 50%;
        margin-right: 12px;
    }
    .header_user {
        width: calc(100% - 180px);
        padding: 0 30px;
        align-items: center;
    }
    .header_user .search_box {
        width: calc(100% - 92px);
    }
    .header_navigation {
        position: fixed;
        background: #fff;
        top: 0;
        left: -100%;
        right: 0;
        bottom: 0;
        width: 100%;
        transition: 0.3s;
        overflow-y: auto;
        z-index: 99;
    }
    .header_navigation.popup_open {
        left: 0;
    }
    .close_popup {
        text-align: right;
    }
    .btn_close_nav {
        background: #2b3990;
        border: 0;
        color: #fff;
        height: 40px;
        width: 40px;
        font-size: 30px;
    }
    .navigation {
        padding: 30px;
    }
    .navigation .nav_menu .level0 {
        display: block;
        margin: 0;
    }
    .navigation .nav_menu a {
        padding: 10px 0 10px;
    }
    .header_menu .menu {
        width: 100%;
        padding-right: 0;
    }
    .header_menu .menu li {
        display: block;
        margin: 0;
    }
    .header_menu .menu li a {
        padding: 10px 0;
        display: block;
        color: #000;
    }
    .header_menu {
        padding: 30px 30px;
        background: transparent;
        border-top: 1px solid #2b3990;
    }
    .navigation .submenu {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        padding: 10px 0;
    }
    .navigation .submenu .menu_col {
        width: 175px;
    }
    .navigation .submenu .menu_col img {
        width: 100%;
    }
    .navigation .submenu .menu_col.list_menu {
        width: calc(100% - 175px);
        padding: 0 0 0 20px;
    }









}



@media (max-width: 767px) {

    .footer_content {
        display: block;
    }
    .footer_content .f_logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 100%;
        padding: 0;
        margin: 0 0 30px;
    }
    .footer_content .f_logo img {
        max-width: 80px;
    }
    .social {
        margin: 0;
    }
    .footer_content .f_contact {
        width: 100%;
        padding: 0;
    }
    .footer_content .f_menu {
        width: 100%;
        padding: 0;
        margin: 50px 0 0;
    }
    .footer_content h3 {
        margin: 0 0 10px;
    }
}

@media (max-width: 480px) {

    .header_user {
        flex-wrap: wrap;
        padding: 15px;
    }
    .header_user .search_box {
        width: 100%;
    }

}