
html {
    height: auto;
    min-height: 100vh;
    max-width: 100%;
    background: #18191B;
    margin: 0 auto;
}

font {
    font-family: 'Montserrat', sans-serif;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 0.02em;
    background: #18191B;
}

:focus {
    outline: 0 !important;
    text-decoration: blink !important;
}

a {
    color: #427CBB;
    letter-spacing: 0.02em;
    text-decoration: none;
}

a:hover {
    text-decoration: blink !important;
}

p {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
span{
    font-family: 'Montserrat', sans-serif !important;
    }
strong {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
}

#wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

.remove_margin {
    margin: 0 -15px;
}

.slick-dots,
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    padding: 0
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    bottom: 0;
    top: 0;
    margin: auto 0;
    z-index: 99;
    cursor: pointer;
    border: none;
    outline: 0;
    transition: all 0.3s;
    opacity: 1;
}

.slick-disabled:hover,
.slick-disabled:focus,
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    opacity: 0.8;
    transform: scale(1.2);
}

.slider_branch_contact .slider_content_branch .slick-prev,
.slick-prev {
    display: block !important;
    left: 0px;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 50px;
    height: 100px;
    position: absolute;
    background: url(../images/prev.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider_branch_contact .slider_content_branch .slick-next,
.slick-next {
    display: block !important;
    right: 0px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 50px;
    height: 100px;
    position: absolute;
    background: url(../images/next.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider_content_branch .slick-next {
    top: 0;
    bottom: auto;
    right: auto;
    left: -80px;
    background: url(../images/next_branch.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider_content_branch .slick-prev {
    left: -80px;
    top: 0;
    bottom: auto;
    display: none !important;
}

.slider_blog .slick-next,
.slider_recruit .slick-next {
    right: -70px;
    width: 50px;
    height: 50px;
    background: url(../images/next_other.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

.slider_blog .slick-prev,
.slider_recruit .slick-prev {
    left: -70px;
    width: 50px;
    height: 50px;
    background: url(../images/prev_other.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

.slick-dots {
    position: absolute;
    display: block;
    padding: 0;
    width: 100%;
    list-style: none;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    width: auto;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    padding: 0;
    display: block;
    border-radius: 22px;
    width: 22px;
    height: 22px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    background: url(../images/dot.svg) no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.5s;
    border: 0;
}

.slick-dots li.slick-active button {
    background: url(../images/dot_active.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

.slider_recruit .slick-dots,
.slider_blog .slick-dots,
.slider_img_about_us .slick-dots {
    bottom: -30px;
}

.slider_product .slick-dots {
    bottom: -40px;
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}


/*  */

.title {
    width: 100%;
    clear: both;
    position: relative;
}

.title.center {
    text-align: center;
}

.title h1,
.title h2 {
    text-transform: uppercase;
    width: 100%;
    position: relative;
    margin: 0 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
}

.content {
    width: 100%;
    position: relative;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F1F1F1;
}

.content.center {
    text-align: center;
}

.content ul li {
    position: relative;
    margin-top: 5px;
}

.content ul li,
.content p {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #F1F1F1;
}

.content p strong,
.content strong {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
}

.content p a,
.content a {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4573A4;
}

.content p img,
.content img {
    margin: 10px 0 !important;
    width: 100% !important;
    height: auto !important;
}

.button_more {
    width: 100%;
    margin: 20px 0 0;
    position: relative;
    z-index: 1;
}

.button_more.center {
    text-align: center;
}

.button_more.right {
    position: relative;
    width: max-content;
    z-index: 2;
    float: right;
    margin-top: -60px;
    text-align: right;
}

.button_more span,
.button_more a {
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 14px 30px 14px;
    background: #254D78;
    border-radius: 40px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.button_more span .icon_more,
.button_more a .icon_more {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    font: normal normal normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button_more span:hover .icon_more,
.button_more span:focus .icon_more,
.button_more span:active .icon_more,
.button_more a:hover .icon_more,
.button_more a:focus .icon_more,
.button_more a:active .icon_more {
    -webkit-animation-name: icon-more;
    animation-name: icon-more;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.button_more a .icon_more::before {
    content: url(../images/more.svg);
    position: relative;
    padding-left: 10px;
}

@-webkit-keyframes icon-more {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes icon-more {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}


/* section_content */

.section_content {
    width: 100%;
    position: relative;
    clear: both;
    padding: 80px 0;
}

.pagination_subpage {
    width: 100%;
    position: relative;
    clear: both;
    padding: 20px 0 0px;
}

.pagination {
    max-width: 100%;
    width: max-content;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
}

.page-link {
    position: relative;
    display: block;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    margin: 0;
    margin-right: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 38px;
    box-sizing: border-box;
    color: #FFFFFF;
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.1);
    border: 0;
}

.page-link.page-left span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 12px;
    background: url(../images/page_left.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

.page-link.page-right span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 12px;
    background: url(../images/page_right.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

.page-link.page-left:hover span::before,
.page-link.page-right:hover span::before {
    filter: brightness(0) invert(1);
}

.page-link:hover,
.page-item.disabled .page-link,
.page-item.active .page-link {
    z-index: 3;
    background: #254D78;
}

.page-item.active .page-link {
    font-weight: 700;
}

.pagination_subpage.center .pagination {
    text-align: center;
    margin: 0 auto;
}

.pagination_subpage.center .pagination .page-link {
    margin: 5px;
}

#go_top {
    cursor: pointer;
    position: fixed;
    right: 40px;
    bottom: 0;
    z-index: -1;
    width: 50px;
    height: 50px;
    opacity: 0;
    transition: all 0.5s;
    transform: translateY(100px);
}

#go_top.go_top_fixed {
    opacity: 1;
    z-index: 999;
    transition: all 0.5s;
    transform: translateY(-30px);
}

#go_top img {
    width: 100%;
    height: 100%;
}


/* header */

#header {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: rgba(24, 25, 27, 0);
    transition: all 0.5s;
    padding: 10px 0;
    transition: all 0.5s;
}

#header.header_fixed {
    position: fixed;
    background: rgba(24, 25, 27, 1);
    filter: drop-shadow(0px 4px 15px rgba(37, 77, 120, 0.4));
}

.logo {
    width: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.logo img {
    position: relative;
    width: auto;
    height: 50px;
    padding: 5px 15px;
}

#btn_open_menu {
    display: none;
}

.menu_header {
    width: max-content;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.menu_show {
    margin: 0;
    padding: 0;
    width: max-content;
    position: absolute;
    right: 120px;
    top: 0;
    z-index: 2;
}

.menu_show .menu {
    width: max-content;
    position: relative;
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.menu_show .menu .menu_item {
    width: auto;
    cursor: pointer;
    display: inline-flex;
    position: relative;
    padding: 5px 5px;
}

.menu_show .menu .menu_item .menu_link {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    padding: 12px 20px 12px;
    border-radius: 40px;
    background: rgba(37, 77, 120, 0);
    transition: all 0.5s;
}

.menu_show .menu .menu_item:hover .menu_link,
.menu_show .menu .menu_item.active .menu_link {
    background: rgba(37, 77, 120, 1);
}

.menu_show .menu .menu_item .menu_item_sub_open {
    cursor: pointer;
    width: max-content;
    padding: 2px 25px;
    list-style-type: none;
    position: absolute;
    top: 60px;
    left: 5px;
    z-index: 1000;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    display: block;
    opacity: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 100%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
}

.menu_show .menu .menu_item .menu_item_sub_open::before {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
}

.menu_show .menu .menu_item:hover .menu_item_sub_open {
    display: block;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
}

.menu_show .menu .menu_item .menu_item_sub_open li {
    width: 100%;
    position: relative;
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid rgba(37, 77, 120, 0.3);
    background: url(../images/more_sub.svg) no-repeat;
    background-size: 10px 10px;
    background-position: 0px center;
    transition: all 0.5s;
}

.menu_show .menu .menu_item .menu_item_sub_open li:hover {
    background-position: 5px center;
}

.menu_show .menu .menu_item .menu_item_sub_open li:last-child {
    border-bottom: 0;
}

.menu_show .menu .menu_item .menu_item_sub_open li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #254D78;
}

.menu_language {
    cursor: pointer;
    width: 75px;
    position: absolute;
    right: 15px;
    z-index: 3;
    top: 15px;
}

.menu_language .language_active {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50px;
}

.menu_language .language_active::after {
    content: url(../images/down.svg);
    position: relative;
    padding-left: 5px;
    top: -3px;
}

.menu_language .list_language {
    list-style-type: none;
    margin: 0;
    padding: 2px 20px;
    width: max-content;
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 1000;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    display: block;
    opacity: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 100%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
}

.menu_language .list_language::before {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
}

.menu_language:hover .list_language {
    display: block;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
}

.menu_language .list_language li {
    width: 100%;
    position: relative;
    padding: 10px 5px;
    border-bottom: 1px solid rgba(37, 77, 120, 0.3);
    transform: all 0.5s;
}

.menu_language .list_language li:last-child {
    border-bottom: 0;
}

.menu_language .list_language li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    color: #254D78;
}


/* section_video */

.section_video {
    width: 100%;
    height: auto;
    position: relative;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}

.video {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.video video {
    width: 100%;
    display: block;
    margin: 0 auto;
}


/* section_slider_home */

.section_slider_home {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden;
}

.slider_home {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden;
}

.slider_home .box_img_banner_home {
    width: 100%;
    height: 100vh;
    position: relative;
}

.slider_home .box_img_banner_home .img_banner_home {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider_home .box_img_banner_home .img_banner_home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.caption_banner_home {
    width: 500px;
    max-width: 100%;
    max-height: max-content;
    padding: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.2) 100%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    position: absolute;
    left: calc(50% - 585px);
    top: auto;
    bottom: 18%;
    margin: 0;
}

.caption_banner_home p strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #254D78;
}

.caption_banner_home h1 {
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #254D78;
}

.caption_banner_home p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #254D78;
}


/* section_banner_subpage */

.section_banner_subpage {
    width: 100%;
    height: auto;
    position: relative;
    clear: both;
    overflow: hidden;
}

.section_banner_subpage::before,
.section_video::before,
.section_slider_home::before {
    content: '';
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 90%);
    opacity: 0.6;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.box_img_banner_subpage {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.box_img_banner_subpage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.box_title_banner_subpage {
    width: max-content;
    height: max-content;
    clear: both;
    position: absolute;
    right: calc(50% - 585px);
    bottom: 80px;
}

.box_title_banner_subpage p,
.box_title_banner_subpage h1 {
    text-transform: uppercase;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 100px;
    line-height: 100px;
    color: rgba(255, 255, 255, 0.3);
    text-shadow: 0px 4px 30px rgba(0, 0, 0, 0.3);
}

.box_breadcrumb {
    width: 100%;
    height: 46px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(37, 77, 120, 0.8);
}

.breadcrumb {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.breadcrumb li {
    width: max-content;
    display: inline-block;
    padding: 10px 0;
}

.breadcrumb li:first-child img {
    width: 20px;
    position: relative;
    top: -3px;
}

.breadcrumb li+li::before {
    position: relative;
    padding: 0 8px 0 10px;
    content: url(../images/breadcrumb.svg);
    filter: grayscale(1);
}

.breadcrumb li:last-child:before {
    filter: grayscale(0);
}

.breadcrumb li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}

.breadcrumb li:last-child a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
}


/* section_recruit */

.section_recruit {
    width: 100%;
    clear: both;
    position: relative;
    padding: 80px 0 0;
}

.box_form_search_recruit {
    width: 100%;
    margin: 10px 0 20px;
    clear: both;
    display: inline-block;
    position: relative;
}

.box_form_search_recruit form {
    width: 100%;
    clear: both;
    position: relative;
}

.box_form_search_recruit form .input_search {
    width: calc(50% - 60px);
    float: left;
    position: relative;
}

.box_form_search_recruit form .select_search {
    width: calc(25% - 20px);
    float: left;
    position: relative;
    margin-left: 20px;
}

.box_form_search_recruit form .select_search:nth-child(3) {
    width: 15%;
}

.box_form_search_recruit form .select_search select,
.box_form_search_recruit form .input_search input {
    width: 100%;
    height: 46px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F1F1F1;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 0 30px 0 20px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.06);
    border: 0;
}

.box_form_search_recruit form .select_search select {
    outline: 0 none;
    -webkit-appearance: none;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.06) url(../images/down.svg) no-repeat scroll calc(100% - 15px) center;
}

.box_form_search_recruit form .select_search select::placeholder,
.box_form_search_recruit form .input_search input::placeholder {
    color: #F1F1F1;
}

.box_form_search_recruit form .select_search select option {
    color: #254D78;
}

.box_form_search_recruit form .button_search {
    width: 140px;
    position: relative;
    float: right;
}

.box_form_search_recruit form .button_search button {
    text-align: center;
    position: relative;
    width: 100%;
    height: 46px;
    border: 0;
    background: #254D78;
    border-radius: 50px;
}

.box_form_search_recruit form .button_search button img {
    width: 16px;
    position: relative;
    margin-right: 5px;
    top: -1px;
}

.box_list_recruit {
    width: 100%;
    position: relative;
    clear: both;
    display: inline-block;
}

.list_recruit {
    width: 100%;
    clear: both;
    position: relative;
}

.box_recruit {
    width: 33.33%;
    float: left;
    position: relative;
    padding: 15px;
}

.box_recruit .recruit {
    width: 100%;
    clear: both;
    position: relative;
}

.box_recruit .recruit .img_recruit {
    width: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 1);
}

.box_recruit .recruit .img_recruit img {
    width: 100%;
    transition: all 0.5s;
    opacity: 1;
}

.box_recruit:hover .recruit .img_recruit img {
    transform: scale(1.1);
    opacity: 0.4;
}

.box_recruit .recruit .button_recruit {
    opacity: 0;
    width: auto;
    height: max-content;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transition: all 0.5s;
}

.box_recruit:hover .recruit .button_recruit {
    opacity: 1;
}

.box_recruit .recruit .button_more {
    width: auto;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 5px;
}

.box_recruit .recruit .button_more a {
    text-align: center;
}

.box_recruit .recruit .button_more.button_more_recruit a {
    background: rgba(255, 255, 255, 0.2);
}

.box_recruit .recruit .button_more.button_apply_recruit span {
    padding: 10.5px 25px 14px;
}

.box_recruit .recruit .button_more.button_apply_recruit span .icon_apply::before {
    content: url(../images/apply.svg);
    position: relative;
    top: 1px;
    padding-right: 5px;
    font-size: 0;
    line-height: 0;
}

.box_recruit .name_recruit {
    width: 100%;
    height: 50px;
    margin: 15px 0;
    overflow: hidden;
    position: relative;
    clear: both;
}

.box_recruit .name_recruit a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    transition: all 0.5s;
}

.box_recruit:hover .name_recruit a {
    color: #427CBB;
}


/* section_product */

.section_product {
    width: 100%;
    clear: both;
    position: relative;
    padding: 50px 0;
}

.box_product {
    width: 25%;
    float: left;
    padding: 7px;
    position: relative;
}

.box_product .product {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.box_product .product img {
    width: 100%;
}

.box_product .product::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    transition: all 0.5s;
}

.box_product .fancybox-media .product::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    background: url(../images/play.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

.box_slider_product {
    width: 100%;
    max-width: 1920px;
    position: relative;
    clear: both;
    display: block;
    margin: 0 auto;
}

.slider_product {
    width: 100%;
    position: relative;
    clear: both;
    margin: 0;
    padding: 0;
}

.slider_product .slick-list {
    border-radius: 20px;
    height: 550px;
    overflow: hidden;
}

.slider_product .box_product {
    width: 25%;
    float: left;
    position: relative;
    padding: 25px 0;
    transition: all 0.5s;
    z-index: 1;
}

.slider_product .box_product .product {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}

.slider_product .box_product .product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slider_product .slick-list:hover .box_product .product::before {
    opacity: 0.4;
}

.slider_product .slick-list:hover .box_product:hover .product::before {
    opacity: 0;
}

.slider_product .box_product:hover {
    transform: scale(1.1);
    z-index: 2;
}

.slider_product .box_product:hover .product {
    border-radius: 20px;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
}


/* section_blog */

.section_blog {
    width: 100%;
    position: relative;
    clear: both;
    padding: 50px 0;
}

.box_blog {
    width: 100%;
    position: relative;
    padding: 0;
}

.box_blog .blog {
    width: 100%;
    position: relative;
}

.box_blog .blog .img_blog {
    width: 170px;
    float: left;
    overflow: hidden;
    border-radius: 10px;
}

.box_blog .blog .img_blog img {
    width: 100%;
    transition: all 0.5s;
}

.box_blog:hover .blog .img_blog img {
    transform: scale(1.1);
}

.box_blog .blog .info_blog {
    width: calc(100% - 190px);
    float: right;
    position: relative;
}

.box_blog .blog .info_blog .name_blog {
    width: 100%;
    height: max-content;
    max-height: 50px;
    overflow: hidden;
}

.box_blog .blog .info_blog .name_blog strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.box_blog .blog .info_blog .date_post_blog {
    width: 100%;
    clear: both;
    margin: 5px 0;
}

.box_blog .blog .info_blog .date_post_blog span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #4472A4;
}

.box_blog .blog .info_blog .date_post_blog span::before {
    content: url(../images/clock.svg);
    position: relative;
    padding-right: 7px;
    top: 3px;
}

.box_blog .blog .info_blog .des_blog {
    width: 100%;
    height: max-content;
    max-height: 50px;
    overflow: hidden;
}

.box_blog .blog .info_blog .des_blog span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F1F1F1;
}

.box_list_blog_hot {
    width: 100%;
    position: relative;
    clear: both;
    display: inline-block;
}

.list_blog_hot {
    width: 100%;
    clear: both;
    position: relative;
}

.list_blog_hot .box_blog {
    width: 50%;
    float: left;
    display: inline-flex;
    padding: 15px 15px 6px;
    clear: none;
}

.list_blog_hot .box_blog:first-child {
    width: 50%;
    float: left;
}

.list_blog_hot .box_blog:first-child .blog .img_blog {
    width: 100%;
    clear: both;
    float: none;
    border-radius: 20px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.list_blog_hot .box_blog:first-child .blog .img_blog::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 1;
    opacity: 1;
    transition: all 0.5s;
}

.list_blog_hot .box_blog:first-child:hover .blog .img_blog::before {
    opacity: 0;
}

.list_blog_hot .box_blog:first-child .blog .info_blog {
    width: calc(100% - 140px);
    max-height: max-content;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.list_blog_hot .box_blog:first-child .date_post_hot {
    width: 80px;
    height: 80px;
    background: #254D78;
    border-radius: 10px;
    position: absolute;
    bottom: 22px;
    left: 20px;
    text-align: center;
    padding: 10px 0;
}

.list_blog_hot .box_blog:first-child .date_post_hot span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #C4C4C4;
}

.list_blog_hot .box_blog:first-child .date_post_hot strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #FFFFFF;
}

.list_blog_hot .box_blog:first-child .info_blog .name_blog {
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: auto;
    color: #FFFFFF;
}

.list_blog_hot .box_blog .blog .info_blog .name_blog strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.list_blog_hot .box_blog:first-child .info_blog .name_blog strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}


/* footer */

footer {
    width: 100%;
    position: relative;
    clear: both;
    background: url(../images/footer.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.box_contact_footer {
    width: 100%;
    clear: both;
    position: relative;
    display: inline-block;
    padding: 40px 0 30px;
}

.box_footer {
    width: 33.33%;
    padding: 15px;
    float: left;
    position: relative;
}

.title_footer {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    clear: both;
}

.title_footer strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}

.contact_footer {
    width: 100%;
    position: relative;
    clear: both;
}

.contact_footer p {
    cursor: pointer;
    width: 100%;
    padding-left: 20px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.contact_footer p a {
    color: #FFFFFF;
}

.contact_footer p.location {
    min-height: 75px;
}

.contact_footer p.location::before {
    content: url(../images/footer_contact/location.svg);
    position: absolute;
    left: 0;
    top: 2px;
}

.contact_footer p.phone::before {
    content: url(../images/footer_contact/phone.svg);
    position: absolute;
    left: 0;
    top: 3px;
}

.contact_footer p.facebook::before {
    content: url(../images/footer_contact/facebook.svg);
    position: absolute;
    left: 0;
    top: 2px;
}

.contact_footer p.email::before {
    content: url(../images/footer_contact/email.svg);
    position: absolute;
    left: 0;
    top: 4px;
}

.box_coppyright {
    display: inline-block;
    width: 100%;
    clear: both;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px 0 20px;
}

.box_coppyright .logo_footer {
    width: auto;
    height: 25px;
    position: relative;
    float: left;
}

.box_coppyright .logo_footer img {
    width: auto;
    height: 100%;
}

.box_coppyright .coppyright {
    width: auto;
    float: right;
    position: relative;
}
.box_coppyright .coppyright a,
.box_coppyright .coppyright span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #F1F1F1;
    text-align: right;

}


/*  */

.box_content_about_us {
    width: 90%;
    position: relative;
    clear: both;
    margin: 0 auto;
}

.box_slider_img_about_us {
    width: 100%;
    position: relative;
    clear: both;
    display: inline-block;
}

.slider_img_about_us {
    width: 100%;
    position: relative;
    clear: both;
    padding: 20px 0;
}

.box_img_about_us {
    width: 100%;
    float: left;
    position: relative;
}

.box_img_about_us .img_about_us {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.box_img_about_us .img_about_us img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    padding: 50px 0;
    transition: all 0.5s;
    opacity: 0.4;
}

.box_img_about_us .img_about_us .name_about_us {
    width: 100%;
    height: max-content;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.box_img_about_us .img_about_us .name_about_us p {
    margin: 0;
    padding: 20px 15px 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #F1F1F1;
}

.box_img_about_us.slick-current.slick-active.slick-center .img_about_us .name_about_us {
    opacity: 1;
}

.box_img_about_us.slick-current.slick-active.slick-center .img_about_us {
    width: 100%;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
    border-radius: 20px;
}

.box_img_about_us.slick-current.slick-active.slick-center .img_about_us img {
    padding: 0;
    transition: all 0.5s;
    height: 400px;
    opacity: 1;
}


/* section_projects_works */

.section_projects_works {
    width: 100%;
    clear: both;
    position: relative;
    padding: 60px 0;
    background: url(../images/projects_works/background.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.box_list_projects_works {
    display: inline-block;
    margin: 20px 0;
    width: 100%;
    clear: both;
    position: relative;
}

.box_image_projects_works {
    margin: 100px auto;
    width: 400px;
    height: 200px;
    position: relative;
    background: url(../images/projects_works/line.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

.box_image_projects_works .image_projects_works {
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s;
}

.box_image_projects_works .image_projects_works img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.box_image_projects_works .image_projects_works:hover {
    transform: scale(1.1);
}

.list_projects_works {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.box_projects_works {
    width: calc(50% - 200px);
    position: absolute;
    z-index: 1;
}

.box_projects_works .projects_works {
    width: 100%;
    height: 100px;
    position: relative;
}

.box_projects_works .projects_works .img_projects_works {
    width: 100px;
    height: 100px;
    top: 0;
    position: absolute;
}

.box_projects_works .projects_works .img_projects_works img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s;
}

.box_projects_works .projects_works:hover .img_projects_works img {
    transform: scale(1.1);
}

.box_projects_works .projects_works .info_projects_works {
    width: calc(100% - 115px);
    height: max-content;
    top: 0;
    bottom: 0;
    margin: auto 0;
    position: absolute;
}

.box_projects_works .projects_works .info_projects_works .name_projects_works {
    width: 100%;
    position: relative;
}

.box_projects_works .projects_works .info_projects_works .name_projects_works strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.box_projects_works .projects_works .info_projects_works .des_projects_works {
    width: 100%;
    position: relative;
}

.box_projects_works .projects_works .info_projects_works .des_projects_works span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #F1F1F1;
}

.box_projects_works:nth-child(1) {
    right: calc(50% + 80px);
    top: 0;
}

.box_projects_works:nth-child(3) {
    left: 0;
    top: 150px;
}

.box_projects_works:nth-child(5) {
    right: calc(50% + 80px);
    top: 300px;
}

.box_projects_works:nth-child(2) {
    left: calc(50% + 80px);
    top: 0;
}

.box_projects_works:nth-child(4) {
    right: 0;
    top: 150px;
}

.box_projects_works:nth-child(6) {
    left: calc(50% + 80px);
    top: 300px;
}

.box_projects_works:nth-child(1) .projects_works .img_projects_works,
.box_projects_works:nth-child(3) .projects_works .img_projects_works,
.box_projects_works:nth-child(5) .projects_works .img_projects_works {
    right: 0;
}

.box_projects_works:nth-child(1) .projects_works .info_projects_works,
.box_projects_works:nth-child(3) .projects_works .info_projects_works,
.box_projects_works:nth-child(5) .projects_works .info_projects_works {
    text-align: right;
}

.box_projects_works:nth-child(2) .projects_works .info_projects_works,
.box_projects_works:nth-child(4) .projects_works .info_projects_works,
.box_projects_works:nth-child(6) .projects_works .info_projects_works {
    right: 0;
}


/*  */

.box_company_size {
    width: 45%;
    float: left;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 40px;
}

.total_number_staff {
    width: 100%;
    clear: both;
    position: relative;
}

.total_number_staff h3 {
    margin: 0 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    color: #427CBB;
}

.total_number_staff h3 strong {
    position: relative;
    top: 6px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}

.content_company_size {
    width: 100%;
    position: relative;
    clear: both;
}

.content_company_size p {
    width: 100%;
    clear: both;
    position: relative;
    margin: 0;
    margin-top: 15px;
    padding-left: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #F1F1F1;
}

.content_company_size p img {
    width: 25px;
    position: absolute;
    left: 0;
    top: 0;
}

.box_slider_branch {
    width: 55%;
    float: left;
    position: relative;
    padding-left: 80px;
}

.slider_branch {
    width: 100%;
    clear: both;
    position: relative;
}

.slider_name_city {
    padding: 5px 0 30px;
    width: 100%;
    clear: both;
    position: relative;
}

.box_name_city {
    display: block !important;
    opacity: 1 !important;
    width: max-content;
    float: left;
    position: relative;
    padding-right: 10px;
}

.box_name_city .name_city {
    width: auto;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    padding: 10px 19px;
    transition: all 0.5s;
}

.box_name_city .name_city strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #C9C9C9;
}

.box_name_city.slick-current.slick-active .name_city {
    background: rgba(37, 77, 120, 1);
}

.slider_content_branch {
    width: 100%;
    position: relative;
    clear: both;
}

.box_content_branch {
    width: 100%;
    float: left;
    position: relative;
}

.box_content_branch .content_branch {
    width: 100%;
}

.box_content_branch .content_branch p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F1F1F1;
    margin-bottom: 15px;
}

.box_content_branch .content_branch p strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.info_recruit {
    width: 100%;
    position: relative;
    clear: both;
    display: inline-block;
    margin-bottom: 15px;
}

.info_recruit ul {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.info_recruit ul li {
    width: max-content;
    float: left;
    position: relative;
    padding: 0px 30px 5px 25px;
}

.info_recruit ul li span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F1F1F1;
}

.info_recruit ul li img {
    width: 18px;
    position: absolute;
    left: 0;
    top: 1px;
}

.box_form_recruit {
    width: 600px;
    max-width: 100%;
    position: relative;
    clear: both;
    display: inline-block;
    padding: 40px 0 60px;
}

.box_form_recruit form {
    width: 100%;
    clear: both;
    position: relative;
}

.box_form_recruit form .textarea_form,
.box_form_recruit form .input_form {
    width: 100%;
    position: relative;
    clear: both;
    margin-bottom: 15px;
}

.box_form_recruit form .textarea_form textarea,
.box_form_recruit form .input_form input {
    position: relative;
    width: 100%;
    height: 46px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.1);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0 25px;
    border: 0;
}

.box_form_recruit form .textarea_form textarea::placeholder,
.box_form_recruit form .input_form input::placeholder {
    color: #F1F1F1;
}

.box_form_recruit form .textarea_form textarea {
    border-radius: 20px;
    height: 120px;
    padding: 10px 25px;
}

.box_form_recruit form .button_form {
    width: 100%;
    clear: both;
    position: relative;
    margin-top: 5px;
}

.box_form_recruit form .button_form button {
    position: relative;
    clear: both;
    width: 180px;
    height: 46px;
    border-radius: 50px;
    border: 0;
    background: #254D78;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    align-items: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.box_form_recruit form .button_form button img {
    position: relative;
    top: -1px;
    width: 18px;
    margin-left: 7px;
}

.box_form_recruit form .input_form p.error_log {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 24px;
    color: #427CBB;
}

.box_slider_other {
    width: 100%;
    position: relative;
    clear: both;
}

.box_slider_recruit {
    width: 100%;
    position: relative;
    clear: both;
    display: inline-block;
}

.slider_recruit {
    width: 100%;
    position: relative;
}

.box_list_blog {
    width: calc(100% - 500px);
    position: relative;
    float: left;
}

.list_blog {
    width: 100%;
    clear: both;
    position: relative;
}

.list_blog .box_blog {
    float: none;
    clear: both;
    position: relative;
    display: inline-block;
    margin: 15px 0;
}

.box_list_other {
    width: 380px;
    float: right;
    position: relative;
}

.box_menu_category {
    width: 100%;
    clear: both;
    position: relative;
}

.box_menu_category .menu_category {
    width: 100%;
    position: relative;
    clear: both;
    display: inline-block;
    margin-top: 10px;
}

.box_menu_category .menu_category ul {
    width: 100%;
    list-style-type: none;
    clear: both;
    position: relative;
    margin: 0;
    padding: 0;
}

.box_menu_category .menu_category ul li {
    margin-bottom: 15px;
    cursor: pointer;
    padding: 10px 30px;
    width: 100%;
    position: relative;
    clear: both;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    transition: all 0.5s;
}

.box_menu_category .menu_category ul li:hover,
.box_menu_category .menu_category ul li.active {
    background: #254D78;
}

.box_menu_category .menu_category ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.box_menu_category .menu_category ul li a .icon_more {
    position: absolute;
    right: 25px;
    top: 8px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    font: normal normal normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.box_menu_category .menu_category ul li:hover a .icon_more {
    -webkit-animation-name: icon-more;
    animation-name: icon-more;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.box_menu_category .menu_category ul li a .icon_more::before {
    content: url(../images/more.svg);
    position: relative;
    padding-left: 10px;
}

.box_list_blog_views {
    width: 100%;
    position: relative;
    clear: both;
    display: inline-block;
    margin-top: 40px;
}

.list_blog_views {
    width: 100%;
    clear: both;
    position: relative;
}

.list_blog_views .box_blog {
    width: 100%;
    clear: both;
    padding: 25px 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.list_blog_views .box_blog:first-child {
    padding-top: 10px;
    border-top: 0;
}

.list_blog_views .box_blog .blog {
    display: inline-block;
}

.list_blog_views .box_blog .blog .date_post_views {
    width: 80px;
    height: 80px;
    top: 5px;
    float: left;
    position: relative;
    background: #355E8A;
    border-radius: 10px;
    text-align: center;
    padding: 10px 0;
}

.list_blog_views .box_blog .blog .date_post_views span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #C4C4C4;
}

.list_blog_views .box_blog .blog .date_post_views strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #FFFFFF;
}

.list_blog_views .box_blog .blog .info_blog {
    width: calc(100% - 95px);
    float: right;
}

.list_blog_views .box_blog .blog .info_blog .name_blog strong {
    font-size: 16px;
    line-height: 24px;
}

.list_blog_views .box_blog .blog .info_blog .more_blog {
    width: 100%;
    clear: both;
    position: relative;
}

.list_blog_views .box_blog .blog .info_blog .more_blog span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #4573A4;
}

.list_blog_views .box_blog .blog .info_blog .more_blog span .icon_more_blog {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    font: normal normal normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.list_blog_views .box_blog .blog:hover .info_blog .more_blog span .icon_more_blog {
    -webkit-animation-name: icon-more;
    animation-name: icon-more;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.list_blog_views .box_blog .blog .info_blog .more_blog span .icon_more_blog::before {
    content: url(../images/more_blog.svg);
    position: relative;
    padding-left: 5px;
    top: 1px;
}

.box_content {
    width: calc(100% - 420px);
    position: relative;
    float: left;
}

.box_content .content {
    text-align: justify;
}

.box_content .date_post {
    width: 100%;
    clear: both;
    position: relative;
    top: -5px;
    margin: 0 0 10px;
}

.box_content .date_post span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #4472A4;
}

.box_content .date_post span::before {
    content: url(../images/clock.svg);
    position: relative;
    padding-right: 7px;
    top: 3px;
}

.share_content {
    margin: 20px 0;
    width: 100%;
    clear: both;
    position: relative;
    display: inline-block;
}

.share_content span {
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
}

.share_content .addthis_toolbox_share {
    margin: 0;
    padding: 0;
    width: auto;
    float: left;
    position: relative;
}

.share_content .addthis_toolbox_share .custom_images a {
    width: auto;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

.share_content .addthis_toolbox_share .custom_images a img {
    width: 36px;
    transition: all 0.5s;
}

.share_content .addthis_toolbox_share .custom_images a:hover img {
    transform: scale(1.1);
}

.box_slider_blog {
    width: 100%;
    clear: both;
    display: inline-block;
    position: relative;
}

.slider_blog {
    width: 100%;
    clear: both;
    position: relative;
}

.slider_blog .box_blog {
    float: left;
    padding: 15px;
    clear: none;
    display: block;
}

.box_list_product {
    width: 100%;
    clear: both;
    display: inline-block;
    position: relative;
}

.list_product {
    width: 100%;
    clear: both;
    position: relative;
}

.list_product .box_product {
    width: 25%;
    float: left;
    position: relative;
    padding: 8px;
}

.list_product .box_product .product {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    transition: all 0.5s;
}

.list_product .box_product .product:hover {
    transform: scale(1.05);
}

.list_product .box_product .product::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0);
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.list_product:hover .box_product .product::before {
    opacity: 0.4;
}

.list_product .box_product .product img {
    width: 100%;
    contain-intrinsic-size: 300px auto;
    transition: all 0.5s;
}

.list_product:hover .box_product:hover .product img {
    transform: scale(1.1);
}

.list_product:hover .box_product:hover .product::before {
    opacity: 0;
}

.box_product.box_product_none {
    display: none !important;
}

#_loading {
    display: none;
    opacity: 0;
    transition: all 0.5s;
}

#_loading.loading {
    display: block;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    clear: both;
    position: fixed;
    display: block;
    text-align: center;
    opacity: 1;
    background: rgba(37, 77, 120, 0.5);
    z-index: 999999;
}

#_loading.loading img {
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    margin: uto;
    animation: rotate 1.5s linear infinite;
}

.load_product {
    width: 100%;
    clear: both;
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    display: block;
}

.load_product img {
    display: block;
    width: 50px;
    position: relative;
    margin: 0 auto;
    animation: rotate 1.5s linear infinite;
}

.load_product.loaded_product {
    opacity: 0;
    display: none;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.box_list_contact {
    width: 100%;
    display: inline-block;
    position: relative;
    clear: both;
    padding: 30px 0 60px;
}

.box_contact {
    width: 33.33%;
    float: left;
    position: relative;
    padding: 0px 40px;
}

.box_contact+.box_contact {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.box_contact .contact {
    width: 100%;
    text-align: center;
    position: relative;
}

.box_contact .contact .img_contact {
    width: 100px;
    margin: 0 auto;
    position: relative;
}

.box_contact .contact .img_contact img {
    width: 100%;
    transition: all 0.5s;
}

.box_contact:hover .contact .img_contact img {
    transform: scale(1.1);
}

.box_contact .contact .name_contact {
    width: 100%;
    clear: both;
    margin: 20px 0 10px;
    position: relative;
}

.box_contact .contact .name_contact strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.box_contact .contact .info_contact {
    width: 100%;
    min-height: 45px;
    position: relative;
    clear: both;
}

.box_contact .contact .info_contact span a,
.box_contact .contact .info_contact span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F1F1F1;
}

.slider_branch_contact {
    width: 100%;
    clear: both;
    position: relative;
}

.slider_branch_contact .slider_name_city {
    width: 570px;
    position: relative;
    margin: 0 auto;
}

.slider_branch_contact .slider_content_branch {
    height: 400px;
}

.box_content_branch {
    width: 100%;
    position: relative;
}

.box_content_branch .branch {
    width: 100%;
    position: relative;
    display: block;
}

.box_content_branch .branch .img_branch {
    width: 400px;
    height: 400px;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.box_content_branch .branch .img_branch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s;
}

.box_content_branch .branch .img_branch:hover img {
    transform: scale(1.1);
}

.box_content_branch .branch .google_map_branch {
    width: calc(100% - 420px);
    height: 400px;
    float: right;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.box_content_branch .branch .google_map_branch iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body.no_scroll {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.box_popup {
    display: none;
    opacity: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.box_popup.show {
    opacity: 1;
    display: block;
}

.box_popup .close_popup {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background: rgba(37, 77, 120, 0.8);
}

.box_popup .close_popup img {
    width: 45px;
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
}

.box_form_recruit.box_popup_form_recruit {
    z-index: 3;
    width: 560px;
    max-width: calc(100% - 30px);
    height: max-content;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #18191B;
    border-radius: 20px;
    overflow: hidden;
    padding: 50px 40px 60px;
}

.box_form_recruit.box_popup_form_recruit .button_form {
    text-align: center;
    margin: 0 auto;
}

.tab_menu_sub {
    width: 100%;
    clear: both;
    display: inline-block;
    position: relative;
}

.tab_menu_sub ul {
    width: max-content;
    list-style-type: none;
    margin: 5px auto 30px;
    padding: 0;
    position: relative;
    text-align: center;
}

.tab_menu_sub ul li {
    margin: 5px;
    width: auto;
    display: inline-block;
    text-align: center;
}

.tab_menu_sub ul li a {
    display: inline-block;
    border-radius: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #C9C9C9;
    padding: 12px 30px;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.5s;
}

.tab_menu_sub ul li:hover a,
.tab_menu_sub ul li.active a {
    background: #254D78;
}